.preload-font-0 {
  font: 300 1em/1 Omnes, sans-serif; }

.preload-font-1 {
  font: normal 1em/1 Omnes, sans-serif; }

.preload-font-2 {
  font: 500 1em/1 Omnes, sans-serif; }

.preload-font-3 {
  font: 600 1em/1 Omnes, sans-serif; }

.preload-font-4 {
  font: normal 1em/1 Big-Caslon, sans-serif; }

body, h1, h2, h3, h4, h5, h6 {
  font-family: Omnes, sans-serif; }

.social-media-list {
  list-style: none;
  padding-inline-start: 0; }
  .social-media-list li {
    display: inline;
    margin-right: 10px;
    font-size: 16px; }

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #ffffff; }

h5 {
  line-height: 1.5; }

/**************************************************************
 Shared
 **************************************************************/
body {
  overflow-x: hidden; }

header .navbar .nav-responsive button {
  color: #952017;
  border: none; }

header .navbar .nav-responsive i {
  font-size: 2rem; }

.page-title {
  text-align: center;
  margin-bottom: 6rem; }
  .page-title h2 {
    margin: 3rem 0 1rem; }
  .page-title hr {
    margin: 0.5rem auto 1rem; }
  .page-title h5 {
    line-height: 1.5;
    margin: 2rem 0;
    text-align: center; }

.content-hero {
  height: 25rem;
  width: 100%;
  background-size: cover;
  max-height: 500px;
  background-position-y: 30%; }
  .content-hero h2 {
    text-align: center;
    padding-top: 11rem;
    color: #FFFFFF;
    font-size: 3rem; }

.img-container {
  overflow: hidden;
  text-align: center; }
  .img-container img {
    height: auto;
    width: 100%;
    vertical-align: bottom;
    max-width: 500px; }

.cta-btn a {
  border: none;
  margin-top: 1rem;
  border-radius: 4rem;
  height: 3rem;
  width: 10rem;
  color: #FFFFFF;
  background-color: #ff0000;
  padding-top: 0.75rem; }

.cta-btn .btn:hover {
  color: whitesmoke; }

.content-section {
  margin-bottom: 4rem; }
  .content-section .body-container {
    padding: 0; }
  .content-section .content-title {
    margin: 0 auto 1rem; }
    .content-section .content-title.center-aligned {
      text-align: center; }
    .content-section .content-title.justify-aligned {
      text-align: justify; }
    .content-section .content-title.left-aligned {
      text-align: left; }
    .content-section .content-title.right-aligned {
      text-align: right; }
  .content-section .content-subtitle {
    margin-bottom: 1rem; }
    .content-section .content-subtitle h5 {
      line-height: 1.5; }
    .content-section .content-subtitle.center-aligned {
      text-align: center; }
    .content-section .content-subtitle.justify-aligned {
      text-align: justify; }
    .content-section .content-subtitle.left-aligned {
      text-align: left; }
    .content-section .content-subtitle.right-aligned {
      text-align: right; }
  .content-section .arl-line-break {
    margin-top: 1rem;
    margin-bottom: 1rem; }
    .content-section .arl-line-break.left-aligned {
      margin-left: 1rem; }
    .content-section .arl-line-break.right-aligned {
      margin-right: 1rem; }
  .content-section .content-body {
    margin-bottom: 2rem; }
    .content-section .content-body p {
      margin: 0; }
    .content-section .content-body.center-aligned {
      text-align: center; }
    .content-section .content-body.justify-aligned {
      text-align: justify; }
    .content-section .content-body.left-aligned {
      text-align: left; }
    .content-section .content-body.right-aligned {
      text-align: right; }
  .content-section .cta-btn a {
    display: block;
    margin: 0 auto; }
    .content-section .cta-btn a.left-aligned {
      margin-left: 0rem; }
    .content-section .cta-btn a.right-aligned {
      margin-right: 0rem; }

/**************************************************************
 Header
 **************************************************************/
header {
  margin-bottom: 1rem; }
  header .nav-container {
    position: relative; }
  header .alert-container p {
    margin: 0 !important; }
  header .navbar {
    justify-content: center; }
    header .navbar .menu-icon {
      color: #952017;
      display: none; }
      header .navbar .menu-icon :hover {
        color: #ff0000; }
    header .navbar .nav-menu {
      padding: 0;
      margin: auto; }
      header .navbar .nav-menu ul {
        list-style: none; }
      header .navbar .nav-menu li {
        display: inline;
        font-weight: 600;
        margin-right: 11px; }
        header .navbar .nav-menu li a {
          color: #d73023;
          font-size: 1rem; }
      header .navbar .nav-menu li:last-child {
        margin: 0; }
  header .navbar-search-container {
    height: inherit;
    width: 100%;
    margin-top: 0.75rem; }
  header .search-form {
    border: 1px solid #A9A9A9;
    border-radius: 2rem;
    padding-left: 1rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem; }
    header .search-form i {
      color: #A9A9A9; }
  header .navbar-search {
    border: none; }
  header .nav-collapsable {
    margin-top: 1rem;
    color: #952017; }
    header .nav-collapsable .navbar-collapse {
      display: none;
      position: absolute;
      width: 100%;
      background-color: rgba(154, 33, 24, 0.9);
      z-index: 100; }
    header .nav-collapsable .collapsed-content {
      background-color: none;
      opacity: 1; }
      header .nav-collapsable .collapsed-content h2 {
        color: #F5F5F5;
        border-bottom: 1px solid whitesmoke; }
    header .nav-collapsable .collapsed-border {
      border-top: 1px solid #952017;
      padding: 2rem 4rem; }
    header .nav-collapsable .collapsed-menu ul {
      list-style: none; }
      header .nav-collapsable .collapsed-menu ul li {
        margin-top: 0.25rem; }
      header .nav-collapsable .collapsed-menu ul a {
        color: #F5F5F5;
        font-weight: 600; }
  header .login-redirect {
    padding-top: 21px; }
    header .login-redirect a:hover {
      text-decoration: none; }
    header .login-redirect a {
      margin-left: 0.5rem; }
    header .login-redirect .login-button {
      border: 1px solid #b11916;
      padding: 0.2rem 0.4rem;
      border-radius: 0.5rem;
      color: #b11916;
      font-weight: 600; }

/**************************************************************
 HOME PAGE 
 **************************************************************/
.hero-container {
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 40%;
  position: relative; }

.pre-footer-image-container {
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 40%; }

.portal-login-form {
  color: #FFFFFF;
  position: absolute;
  width: 25rem;
  background-image: linear-gradient(#d73023, #952017);
  right: 2rem;
  top: 5rem;
  border-radius: 0.5rem;
  /*#customer-dob {
        input {
            flex-basis: 32%;
        }

        .row {
            margin: auto;
            justify-content: space-between;
        }
    }*/ }
  .portal-login-form h2 {
    font-size: 1.75rem;
    text-align: center;
    color: #FFFFFF;
    margin: 1rem auto; }
  .portal-login-form span {
    font-size: 14px; }
  .portal-login-form .row {
    padding: inherit; }
  .portal-login-form .submit-login {
    color: #FFFFFF;
    height: 3rem;
    width: 100%;
    background-image: linear-gradient(to right, #d73023, #952017);
    border: none; }
    .portal-login-form .submit-login :hover {
      background-image: linear-gradient(to right, #FFFFFF, #d73023); }
  .portal-login-form .submit-login-secondary {
    color: #952017;
    height: 3rem;
    width: 100%;
    background-color: white;
    border: none;
    margin-top: 1rem;
    padding-top: 0.75rem; }
  .portal-login-form .login-disclaimer {
    background-color: #6e1711;
    border-radius: 0.25rem;
    padding: 0.5rem;
    margin: 1rem 0; }
    .portal-login-form .login-disclaimer p {
      font-size: 0.8rem; }

.cta-chat-container {
  position: fixed;
  right: 2rem;
  bottom: 2rem; }
  .cta-chat-container .cta-chat {
    display: none;
    border: none;
    color: #FFFFFF;
    height: auto;
    width: 8rem;
    font-size: 2.25rem;
    border-radius: 1rem;
    background-color: #ff0000;
    position: absolute;
    right: 4rem;
    bottom: 0; }
  .cta-chat-container .cta-chat-bubble {
    border-radius: 80%;
    background-color: #ff0000;
    border: none;
    height: 6rem;
    width: 6rem;
    position: absolute;
    right: -0.75rem;
    bottom: -1rem; }
    .cta-chat-container .cta-chat-bubble img {
      width: 70%;
      height: auto;
      z-index: 100; }

.site-preview {
  margin: 6rem auto; }
  .site-preview p {
    padding: 1rem 0;
    color: #A9A9A9; }

/*.align-text-left {
    text-align: left;

    p {
        padding: 1rem 0;
        color: $content-text-color;
    }
}*/
.arl-line-break {
  border-color: #ff0000;
  border-width: 0.125rem;
  width: 8rem;
  margin: 1rem auto; }
  .arl-line-break.left-aligned {
    margin-left: 0rem; }
  .arl-line-break.right-aligned {
    margin-right: 0rem; }

.services {
  margin: 6rem auto;
  padding-bottom: 2rem; }
  .services h3 {
    width: 100%; }
  .services > * {
    text-align: center; }
  .services .frame {
    height: 75px;
    /* equals max image height */
    width: 160px;
    white-space: nowrap;
    text-align: center;
    margin: 1em 0;
    vertical-align: middle;
    display: inline-block; }
  .services .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .services img {
    vertical-align: middle;
    max-height: 75px;
    max-width: 160px; }
  .services .service-container {
    padding: 0 4rem;
    justify-content: center; }
    .services .service-container .service-item {
      position: relative;
      height: 18rem;
      width: auto;
      margin: auto;
      background-color: #FFFFFF;
      flex-basis: 30%;
      margin-top: 2rem; }
      .services .service-container .service-item .service-link {
        flex-basis: 30%;
        position: absolute;
        bottom: 0;
        background: #ff0000;
        padding: 0.75rem; }
        .services .service-container .service-item .service-link a {
          color: #FFFFFF;
          text-transform: capitalize;
          font-weight: 100; }
  .services .service-inner-html {
    padding: 0.5rem 3rem; }
    .services .service-inner-html p {
      font-size: 0.75rem;
      color: #A9A9A9; }
  .services p {
    margin-bottom: 2rem;
    color: #A9A9A9; }

.pre-footer {
  margin-bottom: 6rem; }
  .pre-footer h3 {
    width: 100%; }
  .pre-footer p {
    margin-bottom: 2rem;
    color: #A9A9A9; }
  .pre-footer > * {
    text-align: center; }
  .pre-footer .pre-footer-container {
    justify-content: center;
    margin-top: 4rem; }
  .pre-footer .pre-footer-item {
    padding: 3rem; }
    .pre-footer .pre-footer-item img {
      margin: 1rem auto;
      height: auto;
      width: 6rem; }
    .pre-footer .pre-footer-item p {
      color: #808080;
      font-size: 80%;
      padding: 0 2.5rem; }
  .pre-footer a {
    margin: 0 auto;
    border: none;
    border-radius: 4rem;
    height: 3rem;
    width: 10rem;
    color: #FFFFFF;
    background-color: #ff0000;
    padding-top: 0.75rem; }
  .pre-footer a:hover {
    color: white; }

/**************************************************************
 ABOUT PAGE 
 **************************************************************/
/*.about-certifications {
    justify-content: center;
    margin-top: 3rem;

    img {
        margin: 0rem 1rem;
        width: 150px;
        height: 150px;
    }
}

.about-content-item {
    p {
        margin-bottom: 1rem;
        color: $content-text-color;
        padding: 0 6rem;
    }

    hr {
        margin-bottom: 2rem;
    }
}

.about-services {
    margin: 6rem auto;

    p {
        color: $content-text-color;
        padding: 0.5rem 1rem;
        margin: 0 0 1rem;
    }

    .about-service-container {
        justify-content: center;
        padding-bottom: 2rem;

        .about-service-item {
            background-color: $hero-header-color;
            margin: 1rem;

            img {
                margin: 1em 0;
                max-height: 150px;
                max-width: 200px;
            }
        }
    }
}*/
/**************************************************************
 CAREERS PAGE 
 **************************************************************/
.careers-container {
  margin: 4rem 2rem; }
  .careers-container .career-item:not(:first-child) {
    border-top: 1px solid #808080;
    padding-top: 2rem; }
  .careers-container .career-item {
    margin-bottom: 1rem; }
  .careers-container .career-item-details p {
    font-size: 80%;
    margin: 0;
    padding: 0; }
  .careers-container .career-item-summary {
    text-align: justify;
    margin-top: 1rem; }
  .careers-container .career-item-link {
    font-weight: 600; }
    .careers-container .career-item-link a {
      color: #d73023; }

/**************************************************************
 Careers Item 
 **************************************************************/
.career-item-container hr {
  margin: 0.5rem 1rem 1rem; }

.career-item-container .career-item-header hr {
  margin: 1rem 1rem; }

.career-item-container .career-item-details p {
  margin: 0;
  font-size: 80%;
  color: #808080; }

.career-item-container .career-item-summary {
  margin: 2rem auto 2rem;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  padding: 2rem 0; }
  .career-item-container .career-item-summary p {
    text-align: center;
    color: #808080;
    font-weight: 600; }

.career-item-container .career-item-description {
  margin-bottom: 2rem; }
  .career-item-container .career-item-description p {
    text-align: justify;
    font-weight: 500;
    padding: 0 1rem; }

/**************************************************************
 NEWS PAGE 
 **************************************************************/
.news-categories {
  margin-top: 4rem;
  padding-right: 4rem; }
  .news-categories h3 {
    border-bottom: 1px solid darkgrey;
    padding-bottom: 1rem; }
  .news-categories ul {
    list-style: none;
    padding: 0; }
    .news-categories ul li {
      margin: 0.5rem 0;
      padding: 0.5rem 0; }
      .news-categories ul li a {
        color: #A9A9A9; }
    .news-categories ul :not(:last-child) {
      border-bottom: 1px solid #A9A9A9; }

.news-collection {
  margin: 4rem 2rem; }
  .news-collection .news-item {
    padding: 0 2rem;
    margin-bottom: 2rem; }
    .news-collection .news-item .news-item-image {
      margin-bottom: 3rem; }
      .news-collection .news-item .news-item-image img {
        width: 100%;
        height: 250px;
        display: block;
        margin-left: auto;
        margin-right: auto; }
    .news-collection .news-item .news-item-date {
      position: absolute;
      top: 12.5rem;
      left: 50%;
      padding: 0.5rem;
      margin-left: -50%;
      width: 100%; }
      .news-collection .news-item .news-item-date h3 {
        width: 100%;
        text-align: center;
        color: #FFFFFF;
        margin: 0 3.5rem;
        font-size: 1.25rem;
        background-color: #ff0000;
        padding: 1rem 0; }
    .news-collection .news-item .news-item-link {
      font-weight: 600; }
      .news-collection .news-item .news-item-link a {
        color: #d73023; }

/**************************************************************
 NEWS ITEMS 
 **************************************************************/
.news-article-container {
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 6rem;
  background-size: cover; }
  .news-article-container h2 {
    width: 100%;
    margin-top: 4rem;
    text-align: center;
    margin-bottom: 2rem; }
  .news-article-container .news-article .news-article-description {
    border-top: 1px solid #A9A9A9;
    padding-top: 2rem;
    text-align: center;
    color: #A9A9A9;
    font-weight: 600;
    width: 100%;
    margin-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem; }
  .news-article-container .news-article .news-article-details {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
    font-size: 75%;
    color: #A9A9A9; }
    .news-article-container .news-article .news-article-details span {
      margin: 0.25rem 0; }
  .news-article-container .news-article .news-article-body {
    text-align: left; }
  .news-article-container .news-article img {
    height: auto;
    width: 100%;
    margin: auto; }

/**************************************************************
 CONTACT PAGE 
 **************************************************************/
.content-page {
  margin-bottom: 4rem; }

/**************************************************************
 FOOTER 
 **************************************************************/
footer {
  background-image: url("/images/footer-background.svg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFFFFF;
  height: auto;
  padding-top: 3rem; }
  footer a,
  footer a:hover {
    color: #FFFFFF; }
  footer .quick-links ul {
    list-style: none;
    margin-block-start: 0;
    padding: 0.5rem 1rem;
    margin: 0.5rem 0; }
  footer .quick-links li {
    display: inline;
    font-weight: 500;
    margin-right: 15px;
    border-right: 1px solid;
    padding-right: 1rem; }
  footer .quick-links li:last-child {
    border: none; }
  footer .logo {
    width: 80%;
    height: auto; }
  footer .linkedin-logo {
    position: absolute;
    right: 0;
    bottom: 35%; }
    footer .linkedin-logo i {
      font-size: 1.5rem; }
  footer .quick-links-container {
    background-image: none;
    background-color: #d73023; }

.footer-list {
  list-style-type: none;
  padding: 0; }
  .footer-list li {
    font-size: 75%; }

.footer-certs {
  margin: 2rem 0 1rem 0; }
  .footer-certs p {
    text-align: center;
    font-size: 80%;
    margin: 0.5rem 0; }

/**************************************************************
 SEARCH PAGE 
 **************************************************************/
.search-section {
  margin: 6rem auto; }
  .search-section h2 {
    text-align: center; }
  .search-section .search-error {
    font-weight: 600;
    font-size: 1.25rem;
    color: red; }
  .search-section .search-results :first-child {
    margin-top: 2rem; }
  .search-section .search-results .search-item {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #808080; }
    .search-section .search-results .search-item h4 {
      margin-bottom: 0.5rem; }
    .search-section .search-results .search-item a {
      color: #952017; }

.search-results ul {
  list-style: none; }

/**************************************************************
 Contact Us STYLES
 **************************************************************/
.contact-us-page {
  margin-top: 4rem; }
  .contact-us-page .page-title {
    margin-bottom: 2rem; }
  .contact-us-page .contact-us-form {
    padding: 0 !important; }

.contact-us-container {
  display: flex;
  justify-content: center;
  position: relative;
  text-align: left;
  margin-bottom: 2rem; }
  .contact-us-container h2 {
    text-align: center; }
  .contact-us-container .umbraco-forms-caption {
    display: none; }
  .contact-us-container .page-heading .page-subtitle {
    padding: 0 1rem; }
  .contact-us-container .contact-us-form {
    width: 100%;
    padding: 1rem 12rem; }
    .contact-us-container .contact-us-form .btn {
      width: 14rem;
      padding: 1rem;
      border-radius: 0.5rem !important;
      color: #f5f5f5 !important;
      margin-top: 2rem;
      border-radius: 0.5rem;
      color: #ffffff;
      background-color: rgba(160, 32, 23, 0.85);
      padding: 1rem;
      text-align: center !important; }
    .contact-us-container .contact-us-form h4 {
      position: absolute;
      top: -5rem;
      left: 33%;
      right: 33%;
      border-bottom: 2px solid #F5F5F5;
      padding-bottom: 1rem;
      font-size: 2.5rem;
      color: #F5F5F5; }
    .contact-us-container .contact-us-form input {
      margin: 0;
      font-family: inherit;
      font-size: inherit;
      line-height: inherit;
      width: 100%;
      border: none;
      padding: 0.5rem;
      background-color: #F4F8FA;
      color: #2E2E2E; }
    .contact-us-container .contact-us-form label {
      display: inline-block;
      margin-bottom: 0.5rem;
      margin: 0.5rem 0;
      font-size: 1rem;
      color: #2E2E2E;
      font-weight: 500; }
    .contact-us-container .contact-us-form textarea {
      margin: 0;
      font-family: inherit;
      font-size: inherit;
      line-height: inherit;
      width: 100%;
      border: none;
      padding: 0.5rem;
      height: 10rem;
      background-color: #F4F8FA;
      color: #2E2E2E; }
    .contact-us-container .contact-us-form ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #D3D3D3; }
    .contact-us-container .contact-us-form ::-moz-placeholder {
      /* Firefox 19+ */
      color: #D3D3D3; }
    .contact-us-container .contact-us-form :-ms-input-placeholder {
      /* IE 10+ */
      color: #D3D3D3; }
    .contact-us-container .contact-us-form :-moz-placeholder {
      /* Firefox 18- */
      color: #D3D3D3; }

/**************************************************************
 SUPPORT STYLES
 **************************************************************/
.support-page .text-content {
  padding: 1rem 4rem; }
  .support-page .text-content ul {
    padding: 0 1rem; }

.support-page .payment-options {
  margin-bottom: 6rem; }
  .support-page .payment-options .text-content h5 {
    line-height: 1.5;
    margin-bottom: 1rem; }
  .support-page .payment-options .call-to-action {
    padding: 1rem; }
  .support-page .payment-options .service-item {
    margin: 1rem auto;
    text-align: center;
    color: black;
    text-decoration: none; }
    .support-page .payment-options .service-item h5 {
      font-size: 1rem;
      margin: 1rem 0; }
    .support-page .payment-options .service-item img {
      width: 100%;
      height: auto;
      max-width: 80px; }

.support-page .financial-hardship {
  margin-bottom: 6rem; }
  .support-page .financial-hardship h5 {
    line-height: 1.5;
    margin-bottom: 1rem; }
  .support-page .financial-hardship .img-container {
    overflow: hidden;
    text-align: center; }
    .support-page .financial-hardship .img-container img {
      height: auto;
      width: 100%;
      vertical-align: bottom;
      max-width: 500px; }

.support-page .faq {
  padding: inherit;
  margin-bottom: 6rem; }
  .support-page .faq .arl-line-break {
    margin: 2rem auto; }
  .support-page .faq h2 {
    text-align: center; }
  .support-page .faq .btn {
    width: 100%;
    text-align: left;
    border: 1px solid black;
    border-radius: 0.5rem;
    margin: 0.5rem auto; }

.support-page p {
  text-align: justify; }

/**************************************************************
 MOBILE STYLES
 **************************************************************/
@media (max-width: 600px) {
  h2 {
    font-size: 25px; }
  h5 {
    font-size: 20px;
    text-align: justify; }
  p {
    font-size: 16px; }
  .page-title {
    margin-bottom: 2rem; }
  header .nav-responsive-menu {
    padding: 1rem 2rem !important;
    position: absolute;
    z-index: 100;
    background-color: rgba(154, 33, 24, 0.9);
    right: 1.75rem;
    width: 100%;
    top: 2.75rem;
    border-radius: 0.25rem; }
    header .nav-responsive-menu ul {
      margin: 0;
      padding: 0;
      font-weight: 550;
      list-style: none; }
      header .nav-responsive-menu ul li {
        margin-top: 0.25rem;
        color: #F5F5F5; }
      header .nav-responsive-menu ul a {
        border: none !important; }
    header .nav-responsive-menu a {
      border-bottom: 2px solid darkred;
      margin-bottom: 1rem;
      color: #F5F5F5 !important;
      font-weight: 700; }
  header .navbar a.menu-icon {
    display: block;
    position: absolute;
    right: 1rem; }
  header .navbar-search-container {
    display: none; }
  .hero-container {
    height: auto; }
    .hero-container .login-form {
      margin-bottom: 16rem; }
    .hero-container .portal-login-form {
      position: relative;
      width: 95%;
      margin: 0 auto;
      height: auto;
      border-radius: 0.5rem;
      font-size: 75%;
      top: 16rem;
      right: 0; }
      .hero-container .portal-login-form form {
        width: 100%; }
      .hero-container .portal-login-form h2 {
        padding: 0; }
      .hero-container .portal-login-form .submit-login {
        margin: 0; }
      .hero-container .portal-login-form .login-disclaimer p {
        margin: 0; }
  .site-preview {
    margin: 18rem auto 2rem; }
    .site-preview .img-container {
      display: none; }
    .site-preview .cta-btn a {
      margin: 0; }
  .services {
    padding: 0 2rem;
    margin: 2rem auto; }
    .services h5 {
      text-align: justify; }
    .services p {
      text-align: justify; }
    .services .service-container {
      padding: 0; }
      .services .service-container .service-item {
        margin: 0 1rem 1rem;
        flex-basis: auto;
        height: auto;
        width: auto; }
        .services .service-container .service-item .service-inner-html {
          padding: 1rem 1rem; }
          .services .service-container .service-item .service-inner-html p {
            font-size: 14px;
            color: #A9A9A9;
            margin: 0;
            padding: 0 2rem 0.5rem;
            text-align: center; }
        .services .service-container .service-item .frame {
          height: auto;
          width: auto; }
        .services .service-container .service-item .service-link {
          position: relative; }
  .pre-footer {
    border: none; }
    .pre-footer .pre-footer-container {
      margin: 0 0 2rem;
      border: none; }
      .pre-footer .pre-footer-container .pre-footer-item {
        border: none;
        padding: 0; }
        .pre-footer .pre-footer-container .pre-footer-item p {
          display: none; }
    .pre-footer p {
      padding: 1rem;
      text-align: justify;
      margin: 0; }
  .pre-footer-image-container {
    display: none; }
  footer {
    padding-top: 1rem; }
    footer .linkedin-logo {
      display: none; }
    footer * a {
      margin: 1rem auto; }
    footer .footer-links {
      margin-bottom: 1rem; }
      footer .footer-links :not(:first-child) {
        display: none; }
    footer .footer-list {
      display: none; }
    footer .footer-certs {
      margin: 0; }
      footer .footer-certs p {
        text-align: center;
        margin: 0; }
      footer .footer-certs :last-child {
        margin-bottom: 0.5rem; }
    footer .logo {
      width: 30%;
      height: auto; }
    footer .quick-links ul {
      padding: 0.5rem;
      margin: 0.5rem 0; }
      footer .quick-links ul li {
        padding-right: 1rem;
        padding-left: 1rem;
        margin-right: 0; }
  .cta-chat-container {
    display: none; }
  .about-content-item p {
    padding: 0 2rem; }
  .about-services {
    margin: 2rem auto; }
    .about-services .about-service-container {
      justify-content: center;
      padding-bottom: 2rem; }
      .about-services .about-service-container .about-service-item {
        margin: 0;
        width: 50%;
        padding: 1rem;
        background: none; }
        .about-services .about-service-container .about-service-item p {
          display: none; }
        .about-services .about-service-container .about-service-item img {
          margin: 0.5em 0;
          max-height: max-content;
          max-width: 100px; }
  .content-page {
    margin-bottom: 2rem; }
  .content-section .content-title {
    margin-top: 2rem; }
  .content-section h5 {
    text-align: left !important; }
  .content-section .cta-btn {
    margin: 1rem 0 2rem; }
  .content-section .body-container {
    order: 0 !important; }
  .content-section .img-container {
    order: 1 !important;
    padding: 0; }
  .contact-us-container {
    width: auto;
    margin: 2rem auto; }
    .contact-us-container .contact-us-form {
      padding: 0;
      width: 100%; }
      .contact-us-container .contact-us-form h4 {
        font-size: 1.5rem; }
  .support-page .img-container {
    padding: 0; }
  .support-page .text-content {
    padding: 1rem; }
  .support-page .service-item h5 {
    text-align: center; }
  .support-page .payment-options {
    margin-bottom: 2rem; }
  .support-page .financial-hardship {
    margin-bottom: 2rem; }
  .support-page .faq {
    padding: 0; }
  .news-categories {
    padding: 0 1rem; }
    .news-categories h3 {
      text-align: center;
      font-size: 1rem;
      font-weight: 600;
      color: gray; }
    .news-categories ul {
      display: flex;
      justify-content: space-evenly; }
      .news-categories ul li {
        display: inline;
        border-bottom: none !important; }
  .news-collection {
    margin: 0rem 0.5rem;
    justify-content: space-between; }
    .news-collection p {
      display: none; }
    .news-collection .news-item .news-item-image {
      margin: 0 0; }
      .news-collection .news-item .news-item-image img {
        width: 100%;
        height: auto;
        display: block;
        margin: 0; }
    .news-collection .news-item .news-item-date {
      position: unset;
      padding: 0;
      margin: 0; }
      .news-collection .news-item .news-item-date h3 {
        margin: 0 !important;
        font-size: 1.25rem;
        font-weight: 600; }
    .news-collection .news-item .news-item-link a {
      margin-left: 1rem; }
    .news-collection .news-item .news-item-title h3 {
      font-weight: 600;
      margin: 1rem;
      font-size: 1.5rem; } }

/**************************************************************
 LAPTOP STYLES
 **************************************************************/
@media (min-width: 1280px) and (max-width: 1605px) {
  header .navbar-search-container {
    height: inherit;
    width: 100%;
    margin-top: 1rem;
    margin-left: -8rem; }
  header .search-form {
    border: 1px solid #A9A9A9;
    border-radius: 2rem;
    padding-left: 1rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    width: 12rem; }
  header .navbar-search-container {
    margin-top: 0.5rem; }
  header .navbar-search {
    border: none;
    width: 8rem; }
  .portal-login-form {
    color: #FFFFFF;
    position: absolute;
    width: 25rem;
    background-image: linear-gradient(#d73023, #952017);
    right: 2rem;
    border-radius: 0.5rem; } }

/**************************************************************
 TABLET STYLES
 **************************************************************/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  header .nav-responsive-menu {
    padding: 1rem 2rem !important;
    position: absolute;
    z-index: 100;
    background-color: rgba(154, 33, 24, 0.9);
    right: 1.75rem;
    width: 16rem;
    top: 2.75rem;
    border-radius: 0.25rem; }
    header .nav-responsive-menu ul {
      margin: 0;
      padding: 0;
      font-weight: 550;
      list-style: none; }
      header .nav-responsive-menu ul li {
        margin-top: 0.25rem;
        color: #F5F5F5; }
      header .nav-responsive-menu ul a {
        border: none !important; }
    header .nav-responsive-menu a {
      border-bottom: 2px solid darkred;
      margin-bottom: 1rem;
      color: #F5F5F5 !important;
      font-weight: 700; }
  header .navbar a.menu-icon {
    display: block;
    position: absolute;
    right: 1rem; }
  header .navbar-search-container {
    display: none; }
  .portal-login-form {
    right: 0rem;
    top: 12rem; }
  .service-container {
    padding: 0 !important; } }

/*# sourceMappingURL=main.css.map*/