html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
  }

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p + p {
  margin-top: 15px;
}

em {
  font-style: italic;
}

* {
  box-sizing: border-box;
}

sup {
  vertical-align: super;
  font-size: small;
}

:root {
  --font-myriad: 'myriad-pro', sans-serif;
  --font-open-sans: 'open-sans', sans-serif;
  --white: #ffffff;
  --primary-color: #003A70;
  --secondary-color: #D9A900;
  --light-black: #343434;
  --turquoise-blue: #60CAC8;
  --brown: #48422D;
  --dark-gray: #262626;
  --black: #000000;
  --bright-blue: #1592E6;
  --navy-blue: #193E6E;
  --light-blue: #D9EAF1;
  --medium-blue: #6BA5CE;
  --dark-blue: #1E5F8E;
  --gray: #707070;
  --label: #959595;
  --light-gray: #EDEDED;
  --light-yellow: #FCF2D0;
  --CF1: #f1f1f1;
  /*--CFA: #FAFAFA;*/
  --CFA: #EAEAE8;
  --red: #D10707;
  --f56: 56px;
  --f40: 40px;
  --f36: 36px;
  --f28: 28px;
  --f26: 26px;
  --f25: 25px;
  --f24: 24px;
  --f22: 22px;
  --f20: 20px;
  --f18: 18px;
  --f16: 16px;
  --f14: 14px;
}

body {
  font-family: var(--font-open-sans);
  font-size: var(--f18);
  color: var(--light-black);
  line-height: 1.3;
}

a {
  transition: all .3s ease-in-out;
  text-decoration: none;
  display: inline-block;
}

button {
  cursor: pointer;
  outline: 0;
}

img {
  max-width: 100%;
  height: auto;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: var(--navy-blue);
  font-weight: 700;
  font-family: var(--font-myriad);
}

h1, .h1 {
  font-size: var(--f40);
}

h2, .h2 {
  font-size: var(--f28);
}

p {
  font-size: var(--f20);
  line-height: 1.6;
}

strong {
  font-weight: 700;
}

.bg-blue {
  background-color: var(--primary-color);
}

.bg-white {
  background-color: var(--white);
}

.bg-light-blue {
  background-color: var(--medium-blue);
}

.bg-light-yellow {
  background-color: var(--light-yellow);
}

.bg-blue-light {
  background-color: #D8EAF1;
}

.space-60 {
  padding-block: 60px;
}

.space-50 {
  padding-block: 50px;
}

.space-40 {
  padding-block: 40px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

section:has(.full-image) {
  overflow-x: hidden;
}

.color-white {
  color: var(--white);
}

.color-navy-blue {
  color: var(--navy-blue);
}

.color-black {
  color: var(--black);
}

.color-gray {
  color: var(--gray);
}

.color-turquoise-blue {
  color: var(--turquoise-blue);
}

.color-red {
  color: var(--red);
}

.color-brown {
  color: var(--brown);
}

.color-dark-gray {
  color: var(--dark-gray);
}

.color-light-black {
  color: var(--light-black);
}

.color-dark-blue {
  color: var(--dark-blue);
}

.color-light-blue {
  color: var(--light-blue);
}

.color-medium-blue {
  color: var(--medium-blue);
}

.color-secondary-color {
  color: var(--secondary-color);
}

.container {
  max-width: 1240px; /* max-width:1180px;*/
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.container-fluid {
  max-width: 1280px; /* max-width:1220px;*/
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.container-small {
  max-width: 1190px; /* max-width:1130px;*/
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.btn-primary {
  background: var(--secondary-color);
  font-family: var(--font-open-sans);
  font-weight: 600;
  font-size: var(--f18);
  line-height: 1.3;
  text-align: center;
  color: var(--brown);
  padding: 14px 29px;
  border-radius: 5px;
  border: 1px solid var(--secondary-color);
  transition: all .3s ease-in-out;
}

  .btn-primary:hover {
    background-color: var(--white);
  }

.setbg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* Request Information */
.request-info-section {
  position: relative;
  margin-block: 30px;
  scroll-margin-top: 200px;
}

  .request-info-section:before {
    content: "";
    background: url('../images/waves-effect-bg.png');
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: cover;
  }

.request-info-wrapper {
  gap: 60px;
  position: relative;
}

.request-form-card.bg-white {
  padding: 20px 50px 50px 50px;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
  width: calc(54% - 30px);
  margin-top: -60px;
  transform: translateY(30px);
}

.request-info-text-wrapper {
  width: calc(46% - 30px);
}

.request-form-card p a {
  color: var(--bright-blue);
  text-decoration: underline;
}

  .request-form-card p a:hover {
    color: var(--secondary-color);
  }

.request-info-form {
  margin-top: 30px;
}

.form-control {
  width: 100%;
  height: 46px;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  outline: 0;
  color: #707070;
  font-size: var(--f16);
  padding: 10px 20px;
  font-family: var(--font-open-sans);
}

select.form-control {
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
  appearance: none;
  padding-right: 25px;
}

.disclaimer-sec {
  margin-top: 20px;
}

  .disclaimer-sec p {
    font-size: var(--f14);
  }

    .disclaimer-sec p:last-child {
      font-size: 12px;
    }

form .btn-primary {
  /*color:var(--black);*/
  padding-block: 10px;
  margin-top: 15px;
}

.form-group.input-50 {
  width: 50%;
}

.form-row {
  gap: 15px;
  margin-bottom: 15px;
}

label {
  color: var(--label);
  font-size: var(--f16);
  margin-bottom: 5px;
}

.form-group:has(label) {
  margin-top: 40px;
}

.form-group::-webkit-input-placeholder {
  opacity: 0;
}

.form-group::-moz-placeholder, .form-group:-ms-input-placeholder, .form-group:-moz-placeholder {
  opacity: 0;
}

::-webkit-input-placeholder {
  display: none !important;
  visibility: hidden;
  opacity: 0;
  color: transparent;
}

::-moz-placeholder { /* Firefox 19+ */
  display: none !important;
  visibility: hidden;
  opacity: 0;
  color: transparent;
}

:-ms-input-placeholder { /* IE 10+ */
  display: none !important;
  visibility: hidden;
  opacity: 0;
  color: transparent;
}

:-moz-placeholder { /* Firefox 18- */
  display: none !important;
  visibility: hidden;
  opacity: 0;
  color: transparent;
}

.form-group input:placeholder {
  display: none !important;
  visibility: hidden;
  opacity: 0;
  color: transparent;
}

.request-info-text-wrapper h2 {
  font-size: var(--f36);
  margin-bottom: 30px;
}

.request-info-text-wrapper p {
  line-height: 1.6;
}

.request-info-text-wrapper a {
  font-weight: bold;
  color: var(--bright-blue);
  text-decoration: underline;
}

  .request-info-text-wrapper a:hover {
    color: var(--turquoise-blue);
  }

.form-group input:not(:placeholder-shown) + .form-label {
  opacity: 0;
  visibility: hidden;
}

.form-group {
  position: relative;
}

  .form-group .form-label sup {
    color: #FF0000;
  }

  .form-group span.form-label {
    color: #707070;
    font-size: var(--f16);
    padding: 10px 20px;
    font-family: var(--font-open-sans);
    position: absolute;
    left: 0;
    pointer-events: none;
    font-weight: 100;
  }
/* awards */
.awards-grid {
  display: flex; /* flex-wrap:wrap;*/
  column-gap: 20px;
  justify-content: center;
  align-items: center;
  row-gap: 30px;
}

.view-all-awards-link {
  display: inline-block;
  font-family: var(--font-myriad);
  font-weight: normal;
  text-decoration: underline;
  font-size: var(--f20);
  line-height: 1.2;
  text-align: center;
  color: var(--primary-color);
  margin-top: 40px;
}

  .view-all-awards-link:hover {
    color: var(--turquoise-blue);
  }
/* Footer */
.footer-buttons-wrapper {
  gap: 10px;
}

.social-icons-footer {
  font-size: var(--f25);
  margin-bottom: 40px;
  gap: 22px;
}

  .social-icons-footer a {
    color: var(--white);
  }

    .social-icons-footer a:hover {
      color: var(--turquoise-blue);
    }

footer .btn-primary {
  padding: 9px 15px;
  border-radius: 5px;
  /*color:var(--black);*/
  border: 2px solid var(--secondary-color);
}

.company-details p:first-child {
  font-size: var(--f18);
}

.company-details p {
  font-size: var(--f16);
}

  .company-details p + p {
    margin-top: 0;
  }

.footer-phone {
  font-size: var(--f25);
  color: var(--secondary-color);
  font-family: var(--font-myriad);
  font-weight: bold;
}

  .footer-phone:hover {
    color: var(--turquoise-blue);
  }

.footer-home-link {
  margin-bottom: 45px;
}

  .footer-home-link a:hover svg path {
    fill: var(--turquoise-blue);
  }

  .footer-home-link span {
    color: #fff;
    font-size: 16px;
    position: relative;
    top: -5px;
  }

.footer-phone {
  margin-top: 35px;
}

.copyright-bar {
  padding: 18px 0;
}

  .copyright-bar p {
    color: var(--dark-gray);
    margin: 0;
    font-size: var(--f14);
  }

  .copyright-bar a {
    color: var(--dark-gray);
    text-decoration: underline;
  }

    .copyright-bar a:hover {
      color: var(--turquoise-blue);
    }
/* voices_section */
.voices_title {
  padding-bottom: 30px;
}

.voices_section .active_accordion {
  width: 610px
}

.voices_section .accordion_tabs .paragraph {
  width: 345px
}

.voices_section .accordion_prev {
  right: 45px
}

.voices_section .accordion_next {
  right: -45px
}

.voices_section .accordion_next, .voices_section .accordion_prev {
  background: var(--medium-blue);
  color: var(--white);
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

  .voices_section.accordion_next:hover, .voices_section.accordion_prev:hover {
    background: var(--secondary-color);
  }

.voices_slider_wrapper .slick-arrow:before, .voices_slider_wrapper .slick-arrow:after {
  display: none;
}

.accordion_tabs.default_state {
  width: 278px;
}

.accordion_tabs {
  display: inline-block;
  width: 285px;
  height: 290px;
  overflow: hidden;
  position: relative;
  font-size: var(--f16);
  -moz-transition: all .4s ease-in-out .1s;
  -o-transition: all .4s ease-in-out .1s;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out .1s;
}

  .accordion_tabs .paragraph {
    width: 345px;
    padding: 20px 15px 10px 30px;
    height: 290px;
    position: absolute;
    top: 0;
    left: 225px;
    transition: all .3s ease-in-out;
    font-size: var(--f18);
  }

.paragraph p {
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--f18);
}

.employee-contact p {
  font-size: var(--f16);
  margin-top: 0;
  line-height: 1.35;
}

.employee-contact {
  margin-top: 10px;
}

.owners-img {
  display: block;
  position: relative;
  cursor: pointer;
  text-align: left;
  overflow: hidden;
  max-width: 225px;
  transition: all .3s ease-in-out;
}

.default_state .owners-img {
  max-width: 285px;
}

.owners-img img {
  width: 225px;
  max-width: none;
  height: 292px;
  object-fit: cover;
  object-position: 0px;
  transform: scale(1);
  transition: all .3s ease-in-out;
}

  .owners-img img:hover {
    transform: scale(1.1);
  }

.inactive_accordion {
  width: 168px
}

  .inactive_accordion img {
    object-position: -30px;
  }

.voices_slider_wrapper {
  display: none !important
}

.voices_slide {
  float: left;
  width: calc(33% - 20px);
  box-shadow: 0 0 10px 1px rgb(0 0 0/20%);
  margin: 0 10px
}

  .voices_slide .paragraph {
    padding: 15px
  }

.voices_slide_image img {
  width: 100%
}

.voices_slider_wrapper .slick-arrow {
  position: absolute;
  bottom: -90px;
  z-index: 5;
  border: 0;
  background: var(--medium-blue);
  width: 33px;
  height: 33px;
  transition: .5s;
  border-radius: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: var(--white);
  font-size: 16px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

  .voices_slider_wrapper .slick-arrow.slick-prev {
    left: -80px;
  }

.voices_slider_wrapper .slick-next {
  right: -80px
}

.accordion_next, .accordion_prev {
  position: absolute;
  bottom: -53px;
  z-index: 5;
  border: 0;
  background: var(--medium-blue);
  font-size: 0;
  width: 33px;
  height: 33px;
  transition: .5s;
  border-radius: 50px;
  left: 0;
  margin: 0 auto
}

.voices_section .accordion_tabs.default_state .owners-img img {
  width: 285px;
}

.accordion_people {
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0px 0px 6px rgba(0,0,0,0.16);
  height: 290px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.default_state.accordion_tabs .paragraph {
  left: 255px;
}
/* Stats Highlight Section Styles */
.stats-highlight-section {
  position: relative;
}

  .stats-highlight-section:before {
    content: "";
    background: url('../images/waves.png');
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: cover;
  }

.stat-cards-grid {
  gap: 25px;
  position: relative;
}

.stat-card {
  background-color: var(--white);
  padding: 20px;
  border-radius: 5px;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

  .stat-card h2 {
    font-weight: 300;
  }

  .stat-card h3 {
    font-size: var(--f56);
    line-height: 1;
  }

    .stat-card h3 sup {
      font-size: 55%;
      vertical-align: super;
      font-weight: 300;
    }

  .stat-card p {
    font-size: var(--f26);
    font-family: var(--font-myriad);
    line-height: 1.4;
  }

.stats-disclaimer {
  color: var(--gray);
  position: relative;
  font-size: var(--f14);
  padding-top: 20px;
}

.life-on-terms-section {
  background-color: var(--CFA);
}

.section-header p {
  max-width: 880px;
  margin-inline: auto;
}

.feature-cards-grid {
  gap: 40px;
}

.feature-card {
  background-color: var(--white);
  border-radius: 10px;
  overflow: hidden;
  flex: 1 1 0;
  border: 1px solid var(--CF1);
}

.feature-card__image-wrapper {
  line-height: 0;
  margin: 10px 10px 0px 10px;
  overflow: hidden;
  max-height: 230px;
  border-radius: 8px;
}

.feature-card:hover .feature-card__image {
  transform: scale(1.1);
}

.feature-card__image {
  width: 100%;
  object-fit: cover;
  height: 230px;
  border-radius: 8px;
  transform: scale(1);
  transition: all.3s ease-in-out;
}

.feature-card__content {
  padding: 20px 30px 30px;
  flex-grow: 1;
}

  .feature-card__content h3 {
    margin-bottom: 10px;
    font-size: var(--f24);
  }

  .feature-card__content p {
    color: var(--light-black);
    line-height: 1.6;
    margin-bottom: 30px;
    flex-grow: 1;
    text-align: center;
  }

.feature-card__link {
  font-size: var(--f18);
  font-weight: 600;
  color: var(--light-black);
  margin-top: auto;
  width: max-content;
  max-width: 100%;
}

.learn-more-arrow {
  background-color: var(--turquoise-blue);
  color: var(--white);
  width: 24px;
  height: 24px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 9px;
  font-size: var(--f14);
  transition: all .3s ease-in-out;
}

.feature-card__link:hover .learn-more-arrow {
  background-color: var(--dark-blue);
  margin-left: 15px;
}
/* Franchise Choice Section Styles */
.video-thumbnail-wrapper {
  position: relative;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  line-height: 0;
}

.video-thumbnail-img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}

.video-thumbnail-wrapper:hover .video-thumbnail-img {
  transform: scale(1.05);
}

.play-button-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

  .play-button-overlay i {
    height: 130px;
    width: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--white);
    z-index: 1;
    opacity: .7;
    padding-left: 15px;
  }

  .play-button-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #A4AFBA;
    transition: opacity 0.3s ease,background-color 0.3s ease;
    mix-blend-mode: multiply;
  }
/* Generic Modal Styles */
.generic-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
}

.modal-content-area {
  position: relative;
  z-index: 1051;
}

.modal-inner-content {
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.video-iframe-container {
  position: relative;
  width: 90vw;
  max-width: 800px;
  background-color: var(--black);
}

  .video-iframe-container::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }

  .video-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }

.modal-close-icon {
  position: absolute;
  top: -30px;
  right: 0;
  font-size: 25px;
  color: var(--white);
  border: none;
  cursor: pointer;
  line-height: 1;
  padding: 5px;
  background: var(--black);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all.3s ease-in-out;
}

  .modal-close-icon:hover {
    color: var(--black);
    background: var(--white);
  }
/* Optional:CSS to prevent body scroll when modal is open */
body.modal-open-no-scroll, html:has(.modal-open-no-scroll) {
  overflow: hidden;
}

.report-modal .modal-close-btn {
  background: transparent;
  border: 0;
  position: absolute;
  right: 15px;
  top: 20px;
  padding: 0;
}

.report-modal .modal-inner-content {
  border-radius: 10px;
  background-color: var(--white);
  max-height: 95vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 25px 50px 50px;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
  max-width: 930px;
  width: 96vw;
}

.report-modal .modal-overlay {
  background-color: #A2A2A2;
  opacity: .89;
}

.modal-wrapper .request-form-card {
  flex: 0 0 60%;
  max-width: 60%;
}

.modal-wrapper {
  gap: 40px;
}

.shadowBox {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 30px 55px;
  margin-top: 90px;
  margin-bottom: 90px;
  border-radius: 8px;
  background-color: #fff;
}

.report-image-column img {
  border-radius: 5px;
  position: absolute;
  transform: rotate(5deg);
  height: 560px;
  top: -5px;
  z-index: 999;
  right: -20px;
}

.report-content-column {
  flex: 0 0 65%;
  max-width: 65%;
}

  .report-content-column h2 {
    margin-bottom: 20px;
  }

.download-report-grid {
  gap: 50px;
  justify-content: space-between;
}

.report-content-column .modal-trigger {
  margin-top: 25px;
}
/* 4 box section */
.pillars-grid {
  gap: 25px;
  justify-content: space-between;
}

.pillar-card {
  background-color: var(--white);
  border: 1px solid var(--CF1);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  max-width: 100%;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.16);
}

.pillar-card__header {
  background-color: var(--medium-blue);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px 20px;
}

  .pillar-card__header h3 {
    color: var(--white);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
  }

.pillar-card__body {
  flex-grow: 1;
  padding: 15px 20px 30px;
}

.pillar-card__list li {
  font-size: var(--f20);
  line-height: 1.4;
  padding-left: 20px;
  position: relative;
  margin-bottom: 15px;
}

  .pillar-card__list li:last-child {
    margin-bottom: 0;
  }

  .pillar-card__list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 7px;
    height: 7px;
    background-color: var(--medium-blue);
    border-radius: 50%;
  }

  .pillar-card__list li strong {
    display: block;
  }

.full-image.setbg {
  background-position: top;
}
/* Pillar card */
/* About Visiting Angels */
.text-block-column {
  flex: 0 0 100%;
  max-width: 100%;
}

.highlight-box .btn-primary {
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 15px;
}

.text-block-column h2 {
  margin-bottom: 20px;
  text-align: center;
}

.highlight-box-column {
  flex: 0 0 100%;
  max-width: 100%;
}

.highlight-box {
  background-color: var(--light-yellow);
  border-radius: 10px;
  box-shadow: 0px 0px 6px rgba(131,157,206,0.62);
  display: flex;
  flex-direction: column;
  border: 5px solid var(--white);
  padding: 30px 20px;
  z-index: 1;
  position: relative;
  text-align: center;
}

.highlight-box__header {
  align-items: flex-start;
  margin-bottom: 15px;
  gap: 15px;
}

.highlight-box__icon i {
  display: block;
}

.content-grid {
  gap: 30px;
}
/* faq */
.accordion-item {
  background-color: var(--white);
  border-radius: 5px;
  margin-bottom: 25px;
}

  .accordion-item:last-child {
    margin-bottom: 0;
  }

.accordion-header {
  width: 100%;
  background-color: var(--light-blue);
  border: none;
  text-align: left;
  cursor: pointer;
  font-family: var(--font-open-sans);
  font-size: var(--f20);
  transition: all 0.3s ease-in-out;
  outline: none;
  padding: 0;
  border-radius: 5px;
}

.accordion-item.active .accordion-header {
  border-radius: 5px 5px 0 0;
}

.accordion-header__title-text {
  flex-grow: 1;
  width: calc(100% - 60px);
  padding: 18px 20px;
}

.accordion-header__icon-wrapper {
  background-color: var(--primary-color);
  color: var(--white);
  width: 60px; /* height:100%;*/
  align-self: stretch;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease-out,padding-top 0.35s ease-out,padding-bottom 0.35s ease-out;
  background-color: #F9F9F9;
  border: 1px solid transparent;
  border-radius: 0 0 5px 5px;
}

.accordion-item.active .accordion-header__icon-wrapper {
  border-bottom-right-radius: 0px;
}

.accordion-item.active .accordion-content {
  border: 1px solid var(--light-gray);
}

.accordion-content__inner {
  padding: 25px 25px 30px;
}

.accordion-content__cta {
  margin-top: 20px;
}

.accordion-content__inner a {
  color: #003A70;
}

  .accordion-content__inner a:hover {
    color: var(--turquoise-blue);
  }

/* Office Listing Accordion */
.office-accordion-item {
  background-color: var(--white);
  border-radius: 5px;
  margin-bottom: 10px;
}

.office-accordion-header {
  width: 100%;
  background-color: #fcf2d0;
  border: none;
  text-align: left;
  cursor: pointer;
  font-family: var(--font-open-sans);
  font-size: var(--f20);
  transition: all 0.3s ease-in-out;
  outline: none;
  padding: 0;
  border-radius: 5px;
}

.office-accordion-item.active .office-accordion-header {
  border-radius: 5px 5px 0 0;
}

.office-accordion-header__title-text {
  flex-grow: 1;
  width: calc(100% - 60px);
  padding: 18px 20px;
}

.office-accordion-header__icon-wrapper {
  background-color: #f6d66f;
  color: var(--white);
  width: 60px;
  align-self: stretch;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}

.office-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease-out,padding-top 0.35s ease-out,padding-bottom 0.35s ease-out;
  background-color: #F9F9F9;
  border: 1px solid transparent;
  border-radius: 0 0 5px 5px;
  font-size: 16px;
  line-height: 1.5em;
}

.office-accordion-item.active .office-accordion-header__icon-wrapper {
  border-bottom-right-radius: 0px;
}

.office-accordion-item.active .office-accordion-content {
  border: 1px solid var(--light-gray);
}

.office-accordion-content__inner {
  padding: 16px;
}

.no-territories-found-h1 {
  font-size: 30px;
}

@media screen and (max-width: 1199px) {
  .map-height {
    min-height: 550px !important;
  }
}

/* Support Aspects Section */
.support-aspects-section h2 {
  margin-bottom: 20px;
}

.support-aspects-col {
  gap: 30px;
}

.support-aspect-item {
  position: relative;
  margin-bottom: 15px;
  padding-left: 30px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  font-size: var(--f18);
  line-height: 1.6;
}

  .support-aspect-item::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
    width: 19px;
    height: 19px;
    background-image: url('../images/list-check-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
  }

  .support-aspect-item > strong {
    display: block;
  }

.nationwide-territories .highlight-box {
  align-items: center;
  text-align: center;
}

.nationwide-territories .highlight-box__header {
  align-items: center;
}

.about-and-highlight-section .highlight-box {
  align-items: center;
  text-align: center;
}

.about-and-highlight-section .highlight-box__header {
  align-items: center;
}

.arc-growth-section {
  padding: 40px 0;
}

.arc-growth-row {
  gap: 30px;
}

.arc-growth-text h2 {
  margin-bottom: 20px;
}

.arc-growth-img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  height: 100%;
  object-position: top;
}
/* .arc-growth-img{width:100%;border-radius:10px;height:auto;object-position:top;} */
.arc-text-below {
  margin-top: 15px;
}
/* Three Featured cards */
.three-column-icon-features {
  background: var(--CFA);
  padding: 40px 0;
}

.three-column-icon-features__grid {
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.three-column-features_card {
  background: var(--white);
  border-radius: 10px;
  border: 1px solid var(--CF1);
  padding: 30px 20px;
  flex: 0 0 100%;
  max-width: 100%;
}

.three-column-features_wrapper img {
  height: 80px;
  width: auto;
  max-width: 100%;
}

.three-column-features_card h3 {
  margin-block: 15px;
  text-align: center;
}
/* video slider */
/* Video Voices Carousel Section */
.video-voices-section {
  overflow-y: hidden;
}

  .video-voices-section .video-swiper {
    width: 100%;
    padding-block: 20px;
    overflow: hidden;
  }

  .video-voices-section .swiper-slide {
    background-position: center;
    background-size: cover;
    opacity: 0;
    transition: opacity 0.4s ease-in-out,transform 0.4s ease-in-out;
  }

    .video-voices-section .swiper-slide.swiper-slide-next, .video-voices-section .swiper-slide.swiper-slide-prev {
      opacity: .32;
    }

  .video-voices-section .swiper-slide-active {
    opacity: 1;
  }

    .video-voices-section .swiper-slide-active .video-slide-content {
      border: 3px solid var(--white);
      border-radius: 20px;
    }

.video-slide-content {
  position: relative;
  overflow: hidden;
  height: 430px;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}

  .video-slide-content img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.swiper-slide-active .video-play-button {
  opacity: 1;
}

.video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 150px;
  height: 150px;
  background: rgba(255,255,255,0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  backdrop-filter: blur(5px);
  opacity: 0;
}

  .video-play-button i {
    padding-left: 15px;
    line-height: 1;
  }

  .video-play-button:hover {
    background: var(--white);
    transform: translate(-50%,-50%) scale(1.1);
  }

.video-swiper-navigation {
  max-width: 570px;
  margin-inline: auto;
}

.video-caption {
  font-size: var(--f28);
  font-weight: 700;
  color: var(--primary-color);
  padding-inline: 10px;
  text-align: center;
}

.swiper-button-prev-custom, .swiper-button-next-custom {
  font-size: var(--f18);
  color: var(--navy-blue);
  cursor: pointer;
  transition: color 0.3s ease;
}

  .swiper-button-prev-custom:hover, .swiper-button-next-custom:hover {
    color: var(--turquoise-blue);
  }
/* Map Section - CSS */
.map-section iframe {
  width: 100%;
  display: block;
}
/* Card Section - CSS */
.card-section {
  background-color: var(--CFA);
}

  .card-section .territory-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 55px;
    width: 100%;
  }

  .card-section .territory-card {
    background: var(--white);
    border-radius: 8px;
    padding: 16px 25px 25px 12px;
    width: calc(33.333% - 37px);
    border: 1px solid var(--CF1);
    display: flex;
    flex-direction: column;
  }

.location-inner-content {
  padding-left: 37px;
  padding-bottom: 20px;
}

.card-section .territory-card .location {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: var(--f22);
  color: var(--primary-color);
  font-weight: bold;
}

.card-section .territory-card .status {
  color: var(--primary-color);
  margin: 5px 0;
  font-weight: 300;
  font-size: var(--f22);
}

.card-section .territory-card .link {
  color: var(--bright-blue);
  text-decoration: underline;
}

  .card-section .territory-card .link:hover {
    color: var(--turquoise-blue);
  }

.card-section .territory-card .card-footer {
  margin-top: auto;
  padding-left: 37px;
}

.territory-card.existing-territory-card svg path {
  fill: var(--red);
}

.territory-card.existing-territory-card .status {
  color: var(--red);
}
/* Territory CTA Section */
.territory-cta-section .territory-cta-content {
  flex-direction: column;
  gap: 25px;
  align-items: center;
}

.territory-cta-section p {
  color: var(--black);
  max-width: 600px;
  font-weight: bold;
}

.btn-primary-bgblue {
  display: flex;
  padding: 13px 50px;
  background-color: var(--primary-color);
  color: var(--white);
  font-size: var(--f18);
  font-weight: 600;
  border: 2px solid var(--primary-color);
  border-radius: 5px;
}

  .btn-primary-bgblue:hover {
    background-color: var(--white);
    color: var(--primary-color);
  }
/* Filter */
.filter-label {
  font-size: var(--f18px);
  font-weight: bold;
  color: var(--black);
}

.filter-section {
  padding: 22px 0;
  background-color: var(--light-blue);
  border: 1px solid var(--gray);
}

.filter-wrap {
  gap: 10px;
  width: max-content;
  max-width: 100%;
  display: flex;
  align-items: center;
}

.dropdown-wrap {
  position: relative;
}

  .dropdown-wrap:after {
    content: "\f063";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    background-color: var(--primary-color);
    color: var(--white);
    width: 45px;
    height: 100%;
    align-self: stretch;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 0;
    position: absolute;
    pointer-events: none;
  }

.form-select {
  border-radius: 5px;
  border: 1px solid var(--gray);
  appearance: none;
  padding: 5px 50px 5px 16px;
  color: #535353;
  font-family: var(--font-open-sans);
  height: 48px;
  width: 290px;
  outline: none;
  font-size: var(--f16);
}

.filter-button input {
  font-weight: 600;
  font-size: var(--f18);
  line-height: 1.5;
  text-align: center;
  color: var(--brown);
  height: 48px;
  border-radius: 5px;
  width: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .3s ease-in-out;
  font-family: var(--font-open-sans);
}

.filter-button .submit-button {
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
}

.filter-button .reset-button {
  background-color: #D0D0D0;
  border: 1px solid #D0D0D0;
}

.filter-button .submit-button:hover {
  background-color: var(--white);
}

.filter-button .reset-button:hover {
  background-color: var(--white);
}

.filter-wrapper {
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}

.filter-button {
  display: flex;
  gap: 15px;
  margin-left: auto;
}

.filter-wrapper span.select2-selection.select2-selection--single {
  height: 48px;
  display: flex;
  align-items: center;
}
/* investment page */
.opportunity-section {
  background-color: #257570;
}

.banner-section.investment-banner {
  padding-bottom: 100px;
}

.pills-grid-wrapper {
  position: relative;
  z-index: 2;
}

.pill-item * {
  color: var(--white);
}

.pills-grid {
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
}

.pill-item {
  flex: 1 1 33.333%;
  padding-inline: 30px;
  position: relative;
  margin-top: -55px;
}

  .pill-item:not(:first-child):before {
    content: "";
    position: absolute;
    height: calc(100% - 135px);
    width: 1px;
    background-color: #CECECE;
    left: 0;
    bottom: 0;
  }

  .pill-item:first-child {
    padding-left: 0;
  }

  .pill-item:last-child {
    padding-right: 0;
  }

  .pill-item h3 {
    margin-bottom: 20px;
  }

.pill-icon {
  height: 110px;
  width: 110px;
  margin-inline: auto;
  margin-bottom: 25px;
  border-radius: 50%;
  background-color: var(--white);
  border: 3px solid #B9C3D6;
  display: flex;
  align-items: center;
  justify-content: center;
}

  .pill-icon img {
    height: 50px;
    width: auto;
  }
/* steps */
.steps-section h2 {
  margin-bottom: 20px;
}

.steps-section .container-small {
  max-width: 1030px;
}

.steps-list-container {
  border: 1px solid var(--CF1);
  border-radius: 10px;
  padding: 50px 50px 45px 70px;
  margin-top: 40px;
}

.steps-list {
  counter-reset: steps-counter;
}

.step-item {
  margin-bottom: 45px;
  font-size: var(--f20);
  line-height: 1.6;
  padding-left: 70px;
  position: relative;
}

  .step-item:last-child {
    margin-bottom: 0;
  }

  .step-item::before {
    counter-increment: steps-counter;
    content: counter(steps-counter);
    background-color: #629FCB;
    color: var(--white);
    font-weight: 700;
    min-width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    font-size: var(--f28);
    left: 0;
    top: -5px;
  }

  .step-item span {
    display: block;
    color: var(--primary-color);
    font-weight: 700;
  }
/* CTA Section */
.cta-highlight-box {
  background-color: var(--light-yellow);
  padding: 40px 20px;
  border: 5px solid var(--white);
  border-radius: 10px;
  box-shadow: 0px 0px 6px rgba(131,157,206,0.62);
  text-align: center;
}

  .cta-highlight-box h2 {
    margin-bottom: 10px;
  }

  .cta-highlight-box p {
    color: var(--light-black);
  }

  .cta-highlight-box a {
    color: var(--navy-blue);
    font-weight: 700;
    text-decoration: underline;
  }

    .cta-highlight-box a:hover {
      color: var(--turquoise-blue);
    }
/* Header */
.main-header {
  background-color: var(--primary-color);
  box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
  position: sticky;
  top: 0;
  z-index: 1000;
}

  .main-header a {
    color: var(--navy-blue);
  }

    .main-header a:hover, .main-header nav ul li.active a {
      color: var(--turquoise-blue);
    }

.header-top-bar {
  background-color: var(--light-gray);
  padding: 8px 0;
  font-size: var(--f18);
  font-family: var(--font-myriad);
}

.header-top-bar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

svg path {
  transition: all.3s ease-in-out;
}

.header-top-bar-content .phone-number {
  font-size: var(--f20);
  font-weight: 600;
}

.yellow-top-bar {
  background-color: var(--light-yellow);
  padding-block: 8px;
  border-bottom: 3px solid #E4E4E4;
}

  .yellow-top-bar a {
    font-size: var(--f18);
    font-weight: 600;
    font-family: var(--font-myriad);
  }

.header-main-content {
  border-top: 3px solid var(--white);
}

  .header-main-content .container-fluid {
    display: flex;
    align-items: center;
    padding-block: 15px;
    gap: 18px;
  }

  .header-main-content .phone-number {
    font-weight: 600;
    color: var(--turquoise-blue);
    font-size: var(--f18);
  }

    .header-main-content .phone-number:hover {
      color: var(--white);
    }

.logo img {
  height: 58px;
  width: 100%;
}

.main-header nav {
  margin-left: auto;
}

  .main-header nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: center;
  }

    .main-header nav ul li a {
      text-decoration: none;
      color: var(--white);
      font-weight: 600;
      text-transform: uppercase;
      font-size: var(--f16);
    }

.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: var(--primary-color);
  cursor: pointer;
}
/* Top Banner - CSS */
.banner-section h1 {
  margin-bottom: 15px;
}

  .banner-section h1 span {
    display: block;
    font-weight: 400;
  }

.banner-section strong {
  display: block;
}
/* New banner */
.hero-banner, .hero-banner .banner-content {
  position: relative;
}

.desktop-img {
  display: none;
}

.banner-content h1 {
  line-height: 1.13;
  margin-bottom: 15px;
}

.banner-content p {
  line-height: 1.6;
  color: var(--black);
  margin-bottom: 30px;
}

.hero-banner .banner-content h1 span {
  font-weight: 400;
  display: block;
}

.hero-banner {
  background-color: var(--CFA);
  background-color: #EAEAE8;
}
/* about */
.about-us-sec .container {
  max-width: 1060px;
}

.text-section {
  text-align: center;
}

  .text-section h2 {
    margin-bottom: 20px;
  }
/* our mission */
.our-mission-section {
  background-color: var(--CFA);
}

.mission-content-column {
  flex: 0 0 100%;
  max-width: 100%;
}

  .mission-content-column h2 {
    font-size: var(--f36);
    font-weight: 300;
  }

  .mission-content-column h3 {
    margin-bottom: 20px;
  }

.mission-image-column {
  flex: 0 0 100%;
  max-width: 100%;
  border-radius: 10px;
}

.mission-grid {
  gap: 30px;
  justify-content: space-between;
}
/* Inner page request form */
.inner-page-form {
  text-align: center;
  margin-block: 0;
}

  .inner-page-form .container-small {
    max-width: 1070px;
  }
/* Corporate Benefits Section Layout */
.corporate-benefits-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 100px;
}

  .corporate-benefits-grid > div {
    flex: 1 1 50%;
    max-width: calc(50% - 50px);
  }

  .corporate-benefits-grid h3 {
    font-size: var(--f36);
    font-weight: 300;
    margin-bottom: 10px;
  }

  .corporate-benefits-grid h2 {
    margin-bottom: 15px;
  }

.video-inline-player {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background-color: var(--light-gray);
  overflow: hidden;
  cursor: pointer;
  border-radius: 10px;
}

  .video-inline-player img, .video-inline-player iframe, .video-inline-player video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    object-fit: cover;
  }

  .video-inline-player .play-button-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
  }

@media screen and (min-width: 768px) {
  .three-column-features_card {
    flex: 0 0 50%;
    max-width: calc(50% - 14px);
    padding: 40px 25px;
  }

    .three-column-features_card h3 {
      margin-block: 30px;
    }

  .pillar-card {
    flex-basis: calc(50% - 13px);
    max-width: calc(50% - 13px);
  }

  .pillar-card__header h3 {
    font-size: 20px;
  }

  .pillar-card__list li::before {
    width: 12px;
    height: 12px;
  }

  .pillar-card__list li {
    margin-bottom: 27px;
    padding-left: 30px
  }

  .highlight-box h3 {
    width: calc(100% - 60px);
  }

  .highlight-box {
    /*text-align: left;*/
  }

  .arc-growth-section {
    padding: 60px 0;
  }

  .nationwide-territories .highlight-box strong {
    display: block;
  }

  .support-aspects-col {
    column-count: 2;
  }

  .home-mobile-img {
    display: none;
  }

  .corporate-grid-right {
    order: 1;
  }

  .mobile-img {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .three-column-features_card {
    flex: 0 0 33.333%;
    max-width: calc(33.333% - 14px);
  }

  .pillar-card__header {
    padding: 20px 20px 20px 30px;
  }

  .pillar-card__list li {
    margin-bottom: 30px;
  }

  .pillar-card__header h3 {
    font-size: 22px;
  }

  .about-and-highlight-section .highlight-box-column {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .text-block-column {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .arc-growth-image {
    flex: 0 0 50%;
    margin-top: 0;
  }

  .arc-text-below {
    margin-top: 30px;
  }
  /* header */
  .header-top-bar {
    display: none;
  }

  .tablet-image {
    display: none !important;
  }

  .hero-banner.setbg {
    background-image: none !important;
    display: flex;
    align-items: center;
    overflow: hidden;
  }

  .desktop-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    height: 100%;
    display: block;
  }

  .hero-banner {
    min-height: 500px;
  }

    .hero-banner .banner-content {
      max-width: 510px;
      z-index: 3;
      width: 50%;
      padding-block: 20px;
    }

    .hero-banner.inner-banner .banner-content {
      max-width: 560px;
    }

      .hero-banner.inner-banner .banner-content p {
        max-width: 530px;
      }
    /* .hero-banner:before{content:"";height:calc(100% + 21px);width:170px;left:calc(50% + 80px);top:0;z-index:2;transform:translate(-50%,0);position:absolute;background-image:url(../images/banner-curve.svg);background-size:calc(100% + 21px);} */
    .hero-banner:before {
      content: "";
      height: 100%;
      width: 170px;
      left: calc(50% + 80px);
      top: 0;
      z-index: 2;
      transform: translate(-50%,0);
      position: absolute;
      background-image: url(../images/banner-curve2.svg);
      background-size: calc(100% + 2px);
    }
  /* our mission */
  .mission-content-column, .mission-image-column {
    flex: 0 0 50%;
    max-width: calc(50% - 15px);
  }

  .mission-grid {
    gap: 30px;
  }

  .row-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
  }

    .row-wrapper .form-row {
      gap: 10px;
      width: calc(50% - 5px);
    }

    .row-wrapper .form-group.input-50 {
      width: calc(50% - 5px);
    }

  .form-group.input-25 {
    width: calc(25% - 5px);
  }

  .inner-page-form form .btn-primary {
    margin-top: 5px;
  }
}

@media screen and (min-width: 1200px) {
  .three-column-icon-features__grid {
    gap: 40px;
  }

  .three-column-features_card {
    max-width: calc(33.333% - 27px);
  }

  .pillar-card__body {
    padding: 30px 50px 35px 45px;
  }

  .pillar-card__header {
    padding: 25px 25px 20px 45px;
  }

  .pillar-card__list li::before {
    top: 8px;
  }

  .pillar-card__header h3 {
    font-size: var(--f25);
  }

  .about-and-highlight-section .highlight-box-column {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .text-block-column {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .content-grid {
    gap: 60px;
  }

  .highlight-box {
    padding: 35px 45px 45px 45px;
  }

  .highlight-box__icon {
    margin-top: 5px;
  }

  .highlight-box__header {
    margin-bottom: 25px;
  }

  .highlight-box .btn-primary {
    margin-top: 25px;
  }

  .support-aspects-col {
    gap: 70px;
  }

  .support-aspects-section h2 {
    margin-bottom: 30px;
  }
  /* new */
  .request-info-text-wrapper p {
    max-width: 480px;
  }

  .arc-growth-row {
    gap: 80px;
  }
  /* our mission */
  .mission-grid {
    gap: 90px;
  }

  .mission-content-column {
    padding-left: 0;
  }

  .mission-image-column, .mission-content-column {
    max-width: calc(50% - 45px);
  }
}

/* banner option new */
@media screen and (min-width: 1367px) {
  .full-image.setbg {
    background-image: none !important;
  }

    .full-image.setbg .bg-img {
      display: block !important;
    }

  .d-flex:has(.full-image) {
    align-items: center;
  }

  .full-image.setbg .bg-img.image-l-auto {
    margin-left: auto;
  }

  .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width:1299.98px) {
  .voices_container {
    display: none
  }

  .voices_slider_wrapper {
    display: block !important
  }

  .voices_slide {
    box-shadow: none;
    margin: 0;
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 20%);
    margin: 10px;
    border-radius: 10px;
    padding: 20px 25px;
    height: auto;
  }

  .voices_slider_wrapper .slick-track {
    display: flex;
  }

  .voices_slide_inner_wrapper {
    height: calc(100% - 20px);
  }

  .voices_slide_footer {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 10px;
  }

  .voices_slide_image {
    width: 95px;
  }

    .voices_slide_image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      border-radius: 10px;
    }

  .employee-contact {
    margin-top: 5px;
    width: calc(100% - 115px);
  }

  .voices_slide .paragraph {
    padding: 0;
  }

  .voices_slider_wrapper .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 12px;
  }

    .voices_slider_wrapper .slick-dots li button:before {
      font-size: 12px;
      line-height: 1;
      width: auto;
      height: auto;
      opacity: 1;
      color: #D6E6F2;
    }

  .voices_slider_wrapper .slick-dots {
    bottom: -15px;
  }

    .voices_slider_wrapper .slick-dots li.slick-active button:before {
      opacity: 1;
      color: #629FCB;
    }

    .voices_slider_wrapper .slick-dots li button {
      width: 0;
      height: 0;
      padding: 0;
    }

  .video-voices-section .container-fluid {
    padding-inline: 0;
  }

  .form-select, .dropdown-wrap .select2-container {
    width: 240px !important;
  }
  /* header */
  .logo img {
    height: 50px;
  }

  .main-header nav ul {
    gap: 15px;
  }

  .paragraph p {
    text-overflow: unset;
  }
}

@media screen and (max-width: 1199.98px) {
  :root {
    --f40: 36px;
    --f36: 34px;
    --f56: 50px;
  }

  .request-info-wrapper {
    gap: 30px;
  }

  .request-info-text-wrapper {
    width: calc(45% - 15px);
  }

  .request-form-card.bg-white {
    padding: 20px 30px 30px 30px;
    width: calc(55% - 15px);
  }

  .stat-card h2 {
    font-size: 22px;
  }

  .stat-card p {
    font-size: 20px;
  }

  .feature-cards-grid {
    gap: 20px;
  }

  .feature-card__content {
    padding: 20px;
  }

  .highlight-box-column {
    padding-top: 60px;
  }

  .nationwide-territories .highlight-box-column {
    padding-top: 0px;
  }

  .card-section .territory-grid {
    gap: 30px;
  }

  .card-section .territory-card {
    width: calc(33.333% - 20px);
  }

  .btn-primary-bgblue {
    padding: 8px 28px;
  }

  .filter-wrapper {
    justify-content: center;
  }

  .filter-button {
    margin-left: 0;
  }

  .filter-wrap {
    flex-direction: column;
  }

  .pill-item {
    padding-inline: 20px;
  }

  .steps-list-container {
    padding: 40px;
  }

  .step-item::before {
    font-size: 24px;
    min-width: 36px;
    height: 36px;
    top: -2px;
  }

  .step-item {
    margin-bottom: 40px;
    padding-left: 50px;
  }
  /* new */
  .highlight-box h3 {
    font-size: 24px;
  }

  .report-image-column img {
    position: relative;
    rotate: none;
    transform: none;
    max-width: 100%;
    height: auto;
  }
  /* header */
  .menu-toggle {
    display: block;
  }

  .menu-toggle {
    width: 20px;
    height: 15px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }

    .menu-toggle span {
      display: block;
      position: absolute;
      height: 2px;
      width: 100%;
      background: var(--white);
      border-radius: 10px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out;
    }

      .menu-toggle span:nth-child(1) {
        top: 0px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
      }

      .menu-toggle span:nth-child(2) {
        top: 7px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
      }

      .menu-toggle span:nth-child(3) {
        top: 14px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
      }

  .menu-open .menu-toggle span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    left: 8px;
  }

  .menu-open .menu-toggle span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }

  .menu-open .menu-toggle span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 14px;
    left: 8px;
  }

  .main-header nav {
    display: flex;
    position: absolute;
    top: calc(var(--yellow-header-height) + var(--main-header-height));
    left: 0;
    width: 100%;
    background-color: var(--white);
    box-shadow: 0 4px 4px rgba(0,0,0,0.2);
    flex-direction: column;
    padding: 30px 30px;
    opacity: 0;
    transition: all .3s ease-in-out;
    max-height: 90vh;
    overflow-y: auto;
    visibility: hidden;
  }

    .main-header nav.active {
      opacity: 1;
      visibility: visible;
    }

    .main-header nav ul li a {
      color: var(--navy-blue);
    }

  .header-main-content .phone-number {
    margin-left: auto;
  }

  .logo img {
    height: 58px;
  }

  .header-main-content .container-fluid {
    gap: 60px;
  }

  .main-header nav ul {
    gap: 40px;
    justify-content: center;
  }

  .banner-section {
    padding: 40px 0;
  }

  .corporate-benefits-grid {
    gap: 30px;
  }

    .corporate-benefits-grid > div {
      max-width: calc(50% - 15px);
    }

  .arc-growth-img {
    max-height: 480px;
  }
}

@media screen and (max-width: 991.98px) {
  :root {
    --f56: 40px;
    --f40: 34px;
    --f36: 32px;
    --f20: 16px;
    --f18: 16px;
  }

  .full-image.setbg .bg-img {
    display: block !important;
    object-fit: cover !important;
    max-height: 400px;
    width: 100%;
    object-position: top;
  }

  .full-image.setbg {
    background: none !important;
  }

  .request-info-text-wrapper h2, .report-content-column h2, .content-column h2 {
    margin-bottom: 15px;
  }

  .order-2 {
    order: 2;
  }

  h2 br, h1 br {
    display: none;
  }

  .download-report-section {
    background-color: var(--CFA);
    padding-top: 40px;
  }

  .report-image-column img {
    transform-origin: center;
    max-width: 100%;
    right: auto;
  }

  .download-report-grid {
    gap: 25px;
  }

  .stat-card {
    padding: 15px;
  }

  .stat-cards-grid {
    gap: 15px;
  }

  .stat-card h2 {
    font-size: 20px;
  }

  .stat-card p {
    font-size: 18px;
  }

  .feature-cards-grid {
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .feature-card__image-wrapper, .feature-card__image {
    max-height: 130px;
  }

  .modal-wrapper .request-form-card {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .modal-right-column {
    text-align: center;
  }

  .play-button-overlay i {
    height: 90px;
    width: 90px;
    padding-left: 10px;
  }

    .play-button-overlay i svg {
      width: 26px;
    }

  .highlight-box-column {
    padding-top: 0px;
  }

  .video-slide-content {
    height: 350px;
  }

  .video-play-button {
    width: 80px;
    height: 80px;
  }

    .video-play-button i svg {
      height: 30px;
    }

    .video-play-button i {
      padding-left: 10px;
    }

  .video-caption {
    font-size: 26px;
  }

  .card-section .territory-card {
    width: calc(50% - 15px);
  }

  .pill-item:first-child {
    margin-top: -40px;
  }

  .pill-item {
    flex: 1 1 100%;
    max-width: 100%;
    margin-top: 0px;
    padding-inline: 0;
  }

  .pill-icon {
    height: 80px;
    width: 80px;
    margin-bottom: 15px;
  }

  .pills-grid {
    row-gap: 70px;
  }

  .banner-section.investment-banner {
    padding-bottom: 70px;
  }

  .pill-icon img {
    height: 35px;
  }

  .pill-item:not(:first-child):before {
    width: 80%;
    height: 1px;
    top: -35px;
    right: 0;
    margin: auto;
    bottom: auto;
  }

  .highlight-box h3 {
    font-size: 22px;
  }

  .highlight-box__header {
    align-items: center;
  }
  /* new */
  .request-info-section {
    margin-block: 0;
    padding-block: 40px;
  }

  .request-info-text-wrapper {
    width: 100%;
  }

  .request-form-card.bg-white {
    width: 100%;
    margin-top: 0;
    transform: translateY(0px);
  }

  .awards-grid {
    column-gap: 30px;
    row-gap: 20px;
    flex-wrap: wrap;
  }

    .awards-grid .award-item img {
      width: auto;
      max-width: 100%;
    }

    .awards-grid .award-item {
      max-width: 120px;
    }
  /* header */
  html:has(.menu-open) {
    overflow: hidden;
  }

  .yellow-top-bar {
    border-bottom: 3px solid var(--white);
  }

  .header-main-content .phone-number {
    display: none;
  }

  .header-main-content .menu-toggle {
    display: none;
  }

  .main-header nav {
    top: calc(var(--top-header-height) + var(--yellow-header-height));
    flex-direction: column;
    padding: 10px 30px;
    max-height: calc(100vh - (var(--top-header-height) + var(--yellow-header-height)));
  }

    .main-header nav ul {
      flex-direction: column;
      width: 100%;
      gap: 0;
    }

      .main-header nav ul li {
        margin: 0;
        width: 100%;
        border-bottom: 1px solid var(--gray);
        padding-block: 25px;
      }

        .main-header nav ul li a {
          padding: 0;
          display: inline-block;
        }

        .main-header nav ul li:last-child {
          border-bottom: none;
        }

  .menu-toggle {
    display: block;
  }

    .menu-toggle span {
      background: var(--primary-color);
    }

  .header-main-content .container-fluid {
    justify-content: center;
  }
  /* mission */
  .mission-image-column img {
    display: block !important;
    border-radius: 10px;
  }


  .request-info-text-wrapper h2, .report-content-column h2, .content-column h2, .text-block-column h2, .mission-content-column h2, .mission-content-column h3, .pill-item h3, .corporate-benefits-grid h2, .corporate-benefits-grid h3 {
    text-align: center;
  }

  .three-column-features_card {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .report-content-column h2 {
    text-align: left;
  }



  .shadowBox {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 90%;
    padding: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .video-thumbnail-wrapper {
    width: 50%;
  }

  .hero-banner .banner-content {
    text-align: center;
    max-width: 600px;
    margin-inline: auto;
  }

  .hero-banner:before {
    content: "";
    position: absolute;
    background-color: var(--primary-color);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .75;
  }

  .hero-banner .banner-content h1 {
    color: var(--secondary-color);
  }

  .banner-content p {
    color: var(--white);
  }

  .hero-banner {
    padding-block: 60px;
  }
}

@media screen and (max-width: 767.98px) {

  :root {
    --f56: 35px;
    --f40: 28px;
    --f36: 30px;
    --f28: 26px;
    --f22: 18px;
  }

  .space-60 {
    padding-block: 40px;
  }

  .space-50 {
    padding-block: 40px;
  }

  .pt-60 {
    padding-top: 40px;
  }

  .pb-60 {
    padding-bottom: 40px;
  }

  .stat-card {
    width: 100%;
  }

  .nationwide-territories .highlight-box strong {
    font-weight: normal;
  }

  .copyright-bar p span {
    display: block;
  }

  .social-icons-footer {
    gap: 18px;
  }

  .footer-left-content {
    margin: 0 auto 20px;
    max-width: 265px;
  }

  .request-form-card.bg-white {
    padding: 20px 15px;
  }

  .request-info-form {
    margin-top: 15px;
  }

  .form-group.input-50 {
    width: 100%;
  }

  .form-group:has(label) {
    margin-top: 35px;
  }

  form .btn-primary {
    width: 100%;
  }

  .download-report-section {
    padding: 40px 0;
  }

  .stat-cards-grid {
    gap: 10px;
  }

  .stat-card {
    gap: 5px;
    padding: 10px;
    min-height: 100px;
  }

    .stat-card p {
      font-size: 16px;
    }

    .stat-card h2 {
      font-size: 17px;
    }

  .stats-disclaimer {
    padding-top: 10px;
    font-style: italic;
  }

  .report-content-column .modal-trigger {
    display: flex;
    max-width: 100%;
    width: max-content;
    margin: 25px auto 0;
  }

  .life-on-terms-section {
    background-color: var(--primary-color);
  }

    .life-on-terms-section .section-header * {
      color: var(--white);
    }

  .feature-cards-grid {
    gap: 20px;
    align-items: center;
  }

  .feature-card {
    flex: 0 0 100%;
    max-width: 400px;
    width: 100%;
  }

  .life-on-terms-section .section-header p {
    text-align: left;
  }

  .feature-card__content h3 {
    font-size: 25px;
  }

  .feature-card__image, .feature-card__image-wrapper {
    height: 160px;
    max-height: 160px;
  }

  .feature-card:not(:first-child) .feature-card__image {
    object-position: top;
  }

  .feature-card__content p {
    margin-bottom: 15px;
  }

  .highlight-box .btn-primary {
    margin-inline: auto;
  }

  .accordion-header__title-text {
    padding: 10px 10px 10px 20px;
  }

  .accordion-content__inner {
    padding: 20px;
  }

  .report-content-column {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .award-item {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .video-voices-section .container-fluid {
    padding-inline: 30px;
  }

  .video-caption {
    font-size: 24px;
  }

  .video-swiper-navigation {
    max-width: calc(100% - 15px);
  }

  .card-section .territory-grid {
    gap: 20px;
  }

  .card-section .territory-card {
    width: calc(50% - 10px);
  }

  .banner-section strong {
    display: inline;
  }

  .banner-section.investment-banner {
    padding-bottom: 40px;
  }

  .pills-grid-wrapper {
    margin-top: 40px;
  }

  .steps-list-container {
    padding: 20px;
  }

  .step-item::before {
    font-size: 16px;
    min-width: 22px;
    height: 22px;
    top: 2px;
  }

  .step-item {
    margin-bottom: 40px;
    padding-left: 30px;
  }

  .hero-banner.setbg {
    background-image: none !important;
  }

  .mobile-img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .banner-content {
    padding-block: 30px;
  }

    .banner-content .btn-primary {
      display: flex;
      max-width: 195px;
      margin: auto;
      justify-content: center;
    }

    .banner-content p {
      margin-bottom: 20px;
    }

  .hero-banner .banner-content {
    text-align: center;
  }
  /* about */
  .text-section p {
    text-align: left;
  }

  .corporate-benefits-grid > div {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .highlight-box__header {
    justify-content: center;
  }

  .steps-section p {
    text-align: left;
  }



  .report-image-column {
    order: -1;
  }


  #request-info .container-fluid {
    padding-left: 18px;
    padding-right: 18px;
  }

  #request-info h2, #request-info p {
    text-align: center;
  }

  .download-report-grid {
    gap: 5px;
  }
}

@media screen and (max-width: 575.98px) {
  .video-slide-content {
    height: 300px;
    box-shadow: none;
  }

  .video-caption {
    font-size: 20px;
  }

  .card-section .territory-card {
    width: 100%;
  }

  .steps-list-container {
    padding: 20px;
  }

  .step-item {
    margin-bottom: 15px;
  }

  .form-select, .dropdown-wrap, .filter-wrap, .dropdown-wrap .select2-container {
    width: 100% !important;
  }
}

@media screen and (max-width: 439.99px) {
  .award-subtitle {
    font-size: 16px;
    padding-top: 0px;
  }

  .play-button-overlay i {
    height: 60px;
    width: 60px;
    padding-left: 8px;
  }

    .play-button-overlay i svg {
      width: 20px;
    }
}

.error-text {
  color: red;
  font-size: .86em;
}

.please_wait_button {
  background: #88b7dd !important;
}

.optional-info {
  font-size: 4px;
  color: white;
  position: absolute;
  left: -9999px;
}

  .optional-info input[type="text"] {
    width: 10px;
    height: 10px;
    max-width: 10px;
    border: none;
  }

.butn {
  background: #d9a900 !important;
}

.butn {
  position: relative;
  display: inline-block;
  padding: 14px 30px;
  background-color: #f8a683;
  color: #000000;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 5px;
  transition: all 0.3s linear;
  border: 0;
  z-index: 1;
  transition: all 350ms ease;
  border: solid 1px transparent;
}

  .butn:hover {
    background: #fff !important;
    border: solid 1px #D9A900 !important;
  }

.butn {
  text-transform: none;
}

  .butn:before {
    position: absolute;
    left: 45%;
    bottom: 0px;
    right: 45%;
    height: 50%;
    border-radius: 5px;
    background: #2D6FB7;
    opacity: 0;
    content: "";
    z-index: -1;
    transition: all 0ms linear;
    transition-delay: 0s;
  }

  .butn span {
    z-index: 9;
    position: relative;
  }
