:root {
  --forumBlue: #21578A;
  --midnightBlue: #01243B;
  --electricBlue: #3097D2;
  --white: #ffffff;
  --lemon: #F6D03F;
  --peapodGreen: #8EC450;
  --grey: #9DA7B2; }

html, body {
  padding: 0;
  margin: 0; }

html.with-scrollbarComp {
  width: auto;
  overflow: visible;
  scroll-behavior: auto; }

html.with-scrollbarComp .hide-scrollbar {
  width: auto;
  overflow: hidden !important;
  overscroll-behavior-y: none; }

.newWrapper {
  font-family: Helvetica, Arial, sans-serif;
  color: var(--midnightBlue);
  position: relative; }
  .newWrapper h1 {
    font-size: 38px;
    line-height: 1.1;
    font-weight: bold; }
  .newWrapper h2 {
    font-size: 30px;
    line-height: 1.1;
    font-weight: bold; }
  .newWrapper h3 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold; }
  .newWrapper h4 {
    font-size: 18px;
    margin: 15px 0;
    line-height: 1.3;
    font-weight: bold; }
  .newWrapper p, .newWrapper ul, .newWrapper ol, .newWrapper li {
    font-size: 14px;
    line-height: 1.6;
    color: var(--midnightBlue); }
    .newWrapper p a, .newWrapper ul a, .newWrapper ol a, .newWrapper li a {
      font-weight: normal;
      text-decoration: underline;
      color: var(--midnightBlue); }
      .newWrapper p a:hover, .newWrapper ul a:hover, .newWrapper ol a:hover, .newWrapper li a:hover {
        color: var(--electricBlue); }
  .newWrapper ul, .newWrapper ol, .newWrapper li {
    line-height: 2.2; }
    .newWrapper ul a, .newWrapper ol a, .newWrapper li a {
      font-weight: normal;
      text-decoration: underline;
      color: var(--midnightBlue); }
      .newWrapper ul a:hover, .newWrapper ol a:hover, .newWrapper li a:hover {
        color: var(--electricBlue); }
  .newWrapper input, .newWrapper select {
    display: block;
    width: 100%;
    border-radius: 10px;
    background-color: var(--white);
    border: none;
    outline: none;
    font-size: 14px;
    padding: 15px;
    margin-bottom: 20px; }

.blockContainer {
  background: var(--forumBlue);
  padding: 28px 40px 0;
  margin: 30px 30px 0;
  border-radius: 10px;
  position: relative; }
  .blockContainer .innerContainer {
    padding: 0; }
  .blockContainer h1 {
    color: var(--white);
    font-weight: bold;
    line-height: 1.1;
    margin: 25px 0; }
  .blockContainer p {
    color: var(--white);
    margin: 20px 0; }

.blockContainer.halfBlock {
  padding: 28px 30px 90px; }

.interiorHeroContainer {
  margin: 0 30px;
  padding: 0 40px;
  position: relative; }
  .interiorHeroContainer .twoColumnHero {
    margin: -40px 0 50px;
    align-items: flex-start; }
    .interiorHeroContainer .twoColumnHero input:not(.uiBtn) {
      border: 1px solid #AFDDF6;
      max-width: 400px; }
  .interiorHeroContainer .twoColumnHero .copyColumn {
    padding-top: 50px; }
  .interiorHeroContainer h1 {
    color: var(--forumBlue); }

.hide-scrollbar .blockContainer {
  z-index: 4; }

.inpageNavigation {
  margin: -60px 30px 60px;
  position: relative;
  z-index: 3;
  position: -webkit sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0; }
  .inpageNavigation .bgContainer {
    background-color: var(--electricBlue);
    padding: 20px;
    border-radius: 10px; }
  .inpageNavigation .pageNav {
    background-color: var(--white);
    border-radius: 10px;
    padding: 10px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 850px;
    margin: 0 auto; }
    .inpageNavigation .pageNav a:not(.uiBtn) {
      font-size: 16px;
      font-weight: bold; }
      .inpageNavigation .pageNav a:not(.uiBtn):hover {
        color: var(--electricBlue); }
    .inpageNavigation .pageNav div {
      display: flex;
      align-items: center;
      justify-content: space-evenly;
      width: auto;
      flex: 1; }

.centeredTextContainer {
  max-width: 730px;
  margin: 0 auto 40px; }
  .centeredTextContainer .innerContainer {
    text-align: center; }
  .centeredTextContainer h2 {
    color: var(--forumBlue); }
  .centeredTextContainer .uiBtn {
    margin-top: 10px; }

.innerContainer {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: content-box; }

.flexContainer {
  display: flex; }

header {
  position: relative;
  z-index: 2; }

.headerLogo {
  width: 192px;
  height: auto;
  display: block;
  margin-right: 30px; }

.topNav {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .topNav a.topNavItem {
    color: var(--white);
    font-weight: normal;
    padding: 0 22px 2px;
    font-size: 14px; }
    .topNav a.topNavItem:first-of-type {
      padding-left: 0; }
    .topNav a.topNavItem:hover {
      color: #5ab9ef; }

.loginDropdown {
  position: relative;
  display: inline-block;
  font-family: sans-serif; }

.login-btn {
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  color: var(--white);
  background: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }
  .login-btn:hover {
    color: #5ab9ef; }

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 200px;
  padding: 16px;
  flex-direction: column;
  border-top: none;
  overflow: hidden;
  z-index: 10;
  border-radius: 10px;
  border-top-right-radius: 0;
  font-size: 14px;
  font-weight: bold; }

.loginDropdown.active .login-btn,
.loginDropdown.active .dropdown-menu {
  background: #184066;
  color: var(--white); }

.login-btn i {
  margin-left: 5px; }

.loginDropdown.active .login-btn i {
  transform: rotate(90deg); }

.dropdown-menu.show {
  display: flex; }

.dropdown-menu .uiBtn {
  gap: 15px;
  padding: 5px 10px;
  font-weight: bold; }
  .dropdown-menu .uiBtn:first-of-type {
    margin-bottom: 8px; }
  .dropdown-menu .uiBtn i {
    font-size: 24px; }
  .dropdown-menu .uiBtn:hover {
    background: #184066 !important; }

.mainNavContainer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.navbar {
  padding: 0;
  display: block;
  width: auto; }

.mainNav {
  background: var(--white);
  padding: 0 15px;
  border-radius: 10px;
  display: flex;
  justify-self: center;
  align-self: stretch;
  list-style: none;
  margin: 23px 0 0;
  position: relative; }
  .mainNav li.navItem {
    list-style: none;
    font-weight: bold;
    display: block;
    color: var(--forumBlue);
    cursor: pointer;
    padding: 0 0 10px;
    margin: 10px 30px 0;
    font-size: 16px;
    line-height: 1.5; }
    .mainNav li.navItem:hover {
      color: var(--midnightBlue); }

.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #E8E8E8;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  top: calc(100% - 10px);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px; }

.dropdown-inner {
  display: flex;
  padding: 20px 45px;
  gap: 8%; }

.dropdown .column {
  width: auto; }
.dropdown .column span {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--forumBlue);
  line-height: 1;
  display: block;
  margin: 10px 0 5px;
  pointer-events: none;
  font-weight: bold; }
.dropdown .column a {
  display: block;
  padding: 6px 0;
  font-size: 14px;
  line-height: 1.3;
  text-decoration: none;
  color: var(--midnightBlue);
  font-weight: normal; }
.dropdown .column a:hover {
  text-decoration: underline;
  text-shadow: .5px 0 0 currentColor; }

.searchBtn {
  width: 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: content-box; }
  .searchBtn img {
    width: 100%;
    height: auto;
    display: block; }

.twoColumnHero {
  display: flex;
  margin: 45px 0 80px;
  align-items: center; }
  .twoColumnHero .copyColumn {
    width: 38%;
    margin-right: 5%;
    padding-bottom: 40px; }
  .twoColumnHero .imageColumn {
    width: 57%; }
    .twoColumnHero .imageColumn img {
      border-radius: 10px;
      display: block;
      width: 100%;
      height: auto;
      margin-bottom: -5%; }

.interiorHeroContainer .twoColumnHero .imageColumn img {
  margin-bottom: 0; }

.uiBtn {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 23px;
  border-radius: 10px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background .2s ease-out, color .2s ease-out; }
  .uiBtn.white {
    background: var(--white);
    color: var(--midnightBlue); }
    .uiBtn.white:hover {
      background: var(--forumBlue);
      color: var(--white);
      border: 2px solid var(--white); }
  .uiBtn.blue {
    background: var(--forumBlue);
    color: var(--white); }
    .uiBtn.blue:hover {
      background: var(--electricBlue);
      color: var(--midnightBlue); }
  .uiBtn.yellow {
    background: var(--lemon);
    color: var(--midnightBlue); }
    .uiBtn.yellow:hover {
      background: var(--electricBlue);
      color: var(--midnightBlue); }
    .uiBtn.yellow i {
      color: var(--midnightBlue); }
  .uiBtn i {
    font-size: 16px; }

.swiper {
  width: 100%;
  padding: 20px 0; }

.swiper-slide {
  height: auto;
  box-sizing: border-box; }
  .swiper-slide .contain {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center; }

.swiperControls {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  margin: 30px 0; }

.swiper-button-prev, .swiper-button-next {
  position: relative; }

.swiper-button-prev {
  left: 0; }

.swiper-button-next {
  right: 0; }

.swiper-pagination, .swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
  width: auto;
  margin: 0;
  top: 0; }

.swiper-slide.swiper-slide-blank {
  opacity: 0; }

.resourcesSwiper .swiper-slide, .blogSwiper .swiper-slide {
  color: var(--midnightBlue);
  padding: 25px;
  background: #EFF8FD;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between; }
.resourcesSwiper .slideIcon, .blogSwiper .slideIcon {
  color: var(--forumBlue);
  font-size: 36px; }
.resourcesSwiper h4, .blogSwiper h4 {
  margin: 20px 0 6px; }
.resourcesSwiper p, .blogSwiper p {
  margin: 0 0 18px; }

.resourcesSwiper.dark .swiper-slide {
  background: var(--forumBlue); }
  .resourcesSwiper.dark .swiper-slide h4, .resourcesSwiper.dark .swiper-slide p {
    color: var(--white); }

.blogSwiper .swiper-slide {
  background: var(--forumBlue); }
  .blogSwiper .swiper-slide h4, .blogSwiper .swiper-slide p {
    color: #fff; }

.swiper-button-next, .swiper-button-prev {
  width: auto;
  height: auto;
  top: 0;
  margin: 0 8px; }
  .swiper-button-next i, .swiper-button-prev i {
    font-size: 20px;
    color: var(--grey); }
  .swiper-button-next:hover i, .swiper-button-prev:hover i {
    color: var(--forumBlue); }

.swiper-button-next:after, .swiper-button-prev:after {
  display: none !important; }

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px; }

.swiper-pagination-bullet {
  background-color: var(--grey); }

.swiper-pagination-bullet-active {
  background-color: var(--peapodGreen); }

#alertBanner {
  background-color: var(--lemon);
  padding: 10px 30px;
  position: fixed;
  width: 100%;
  z-index: 150;
  bottom: 0;
  opacity: 1;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  visibility: visible; }
  #alertBanner.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }
  #alertBanner i {
    font-size: 30px;
    color: var(--midnightBlue); }
  #alertBanner span {
    color: var(--midnightBlue);
    font-size: 18px;
    font-weight: bold;
    margin: 0 28px; }
  #alertBanner .flex {
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #alertBanner .flex .left {
      display: flex;
      align-items: center; }
  #alertBanner #closeBannerBtn {
    background: none;
    border: none;
    outline: none;
    cursor: pointer; }
    #alertBanner #closeBannerBtn i {
      color: var(--midnightBlue);
      font-size: 21px; }

.tabs {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  border-bottom: 2px solid #F1F2F6;
  justify-content: space-evenly; }

.tab {
  padding: 10px 20px;
  border: none;
  border-bottom: 3px solid transparent;
  background: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  color: var(--grey);
  margin-bottom: -2px; }

.tab.active {
  border-bottom: 3px solid var(--forumBlue);
  color: var(--forumBlue); }

.tabs-container .tabs-dropdown {
  display: none;
  width: 100%;
  padding: 10px;
  margin-bottom: 20px; }

.tab-content {
  display: none;
  padding: 15px 0;
  max-width: 1000px;
  margin: 0 auto; }
  .tab-content h2 {
    color: var(--forumBlue);
    margin-bottom: 0; }

.tab-content.active {
  display: block; }

.tab-columns {
  display: flex;
  gap: 45px;
  align-items: flex-start; }

.tab-image {
  max-width: 45%; }
  .tab-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px; }

.tab-text {
  flex: 1; }
  .tab-text p, .tab-text ol, .tab-text ul, .tab-text li {
    color: var(--midnightBlue);
    font-size: 14px;
    line-height: 1.7; }
  .tab-text ul, .tab-text ol {
    padding-left: 18px; }

.pageSpacer {
  width: 100%;
  max-width: 1240px;
  margin: 40px auto;
  padding: 0 30px; }
  .pageSpacer div {
    width: 100%;
    height: 2px;
    background: #F1F2F6; }

.sliderContainer h2 {
  text-align: center;
  color: var(--forumBlue); }

.fullWidthSliderContainer {
  width: auto;
  margin: 40px 40px 60px; }

.offset-slider {
  width: 100%;
  position: relative;
  border-radius: 10px;
  overflow: visible; }
  .offset-slider .swiper-slide {
    border-radius: 10px; }
  .offset-slider .swiper-pagination, .offset-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    left: -150px;
    width: 150px;
    float: left;
    margin-top: 10px;
    display: flex;
    justify-content: flex-end; }

.offset-slider .swiper-slide {
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  height: 200px; }

.slide-content {
  background: #EFF8FD;
  padding: 20px;
  max-width: 600px;
  border-radius: 10px;
  margin-bottom: -80px;
  height: auto; }

.slide-content h2 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700; }

.slide-content p {
  margin: 0 0 15px;
  font-size: 14px;
  max-width: 75%;
  line-height: 1.7; }

.swiper-pagination {
  bottom: 10px !important; }

.fourColumnContainer {
  padding: 30px 0; }
  .fourColumnContainer .innerContainer {
    display: flex;
    gap: 4%; }
  .fourColumnContainer .imageCol {
    min-width: 28%; }
    .fourColumnContainer .imageCol img {
      border-radius: 10px; }
  .fourColumnContainer .column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between; }

.staticOffsetContainer {
  margin: 100px 0 60px;
  position: relative; }
  .staticOffsetContainer .backgroundContainer {
    border-radius: 10px; }

.offsetContentBlock {
  background-color: var(--midnightBlue);
  max-width: 480px;
  padding: 25px 40px;
  border-radius: 10px;
  position: relative;
  top: -45px;
  left: 7%; }
  .offsetContentBlock h2, .offsetContentBlock p, .offsetContentBlock span {
    color: #fff; }
  .offsetContentBlock h2 {
    margin-top: 0; }
  .offsetContentBlock span {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.3; }
  .offsetContentBlock .flex {
    margin-bottom: 30px;
    display: flex;
    align-items: center; }
    .offsetContentBlock .flex i {
      font-size: 40px;
      color: #fff;
      margin-right: 18px; }

.accordionContainer .innerContainer {
  max-width: 980px; }
.accordionContainer h2 {
  text-align: center;
  color: var(--forumBlue); }
.accordionContainer .accordion {
  font-family: Arial, sans-serif;
  border: none; }
.accordionContainer .accordion-item {
  border: none;
  border-top: 2px solid var(--forumBlue);
  margin-bottom: 20px;
  border-radius: 0; }
  .accordionContainer .accordion-item:first-of-type {
    border-top: none; }

.accordion-header {
  width: 100%;
  display: grid;
  grid-template-columns: 120px 1fr auto;
  align-items: center;
  padding: 20px 0 0;
  border: none;
  background: none;
  text-align: left;
  cursor: pointer;
  position: relative; }

.accordion-date {
  text-align: center;
  border-right: 3px solid #5288DB;
  width: 120px;
  height: 100%; }

.accordion-date .month {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--midnightBlue); }

.accordion-date .day {
  font-size: 34px;
  font-weight: bold;
  color: var(--midnightBlue); }

.accordion-info {
  padding: 0 20px; }

.accordion-info h3 {
  margin: 0;
  color: var(--midnightBlue);
  line-height: 1; }

.accordion-info p {
  margin: 0;
  color: #555;
  color: var(--midnightBlue); }

.accordion-icon {
  font-size: 20px;
  color: var(--midnightBlue);
  transition: transform 0.3s ease; }

.accordionContainer .accordion-item.active .accordion-icon {
  transform: rotate(90deg); }

.accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  position: relative;
  margin-top: -1px;
  display: flex;
  padding: 0; }

.accordion-body-inner {
  padding: 0 20px 20px; }

.accordion-spacer {
  min-width: 120px;
  max-width: 120px;
  border-right: 3px solid #5288DB; }

.centeredLink {
  text-align: center;
  display: block;
  margin: 50px 0;
  font-size: 15px;
  text-decoration: underline !important;
  color: var(--forumBlue); }
  .centeredLink:hover {
    color: var(--electricBlue); }

.threeColumnContainer {
  margin-bottom: 80px; }
  .threeColumnContainer .flex {
    display: flex;
    justify-content: space-between; }
  .threeColumnContainer .blockCol {
    color: var(--midnightBlue);
    padding: 0;
    background: #EFF8FD;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    margin-right: 60px; }
    .threeColumnContainer .blockCol:last-of-type {
      margin-right: 0; }
  .threeColumnContainer .colHeader {
    background-color: var(--forumBlue);
    width: 100%;
    padding: 20px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .threeColumnContainer .colHeader h3 {
      color: var(--white);
      text-align: center;
      margin: 0; }
  .threeColumnContainer .colInner {
    padding: 0 20px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: calc(100% - 68px); }

.threeColumnButtonContainer {
  margin: 120px 0 80px; }
  .threeColumnButtonContainer h2 {
    text-align: center;
    color: var(--forumBlue); }
  .threeColumnButtonContainer .flex {
    display: flex;
    justify-content: space-between; }
  .threeColumnButtonContainer .colButton {
    background: var(--forumBlue);
    padding: 15px 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-right: 50px; }
    .threeColumnButtonContainer .colButton:last-of-type {
      margin-right: 0; }
    .threeColumnButtonContainer .colButton h4 {
      color: var(--white);
      margin: 0; }
    .threeColumnButtonContainer .colButton .uiBtn {
      padding: 5px 15px; }
    .threeColumnButtonContainer .colButton:hover .uiBtn {
      background: var(--forumBlue);
      color: var(--white);
      border: 2px solid var(--white); }

.highlightContainer {
  background-color: var(--lemon);
  margin: 80px 30px;
  border-radius: 10px;
  padding: 45px 20px 30px;
  overflow: hidden; }
  .highlightContainer .blockFormCopy {
    max-width: 400px; }
    .highlightContainer .blockFormCopy h3 {
      margin-top: 0; }
    .highlightContainer .blockFormCopy p {
      line-height: 1.6; }
  .highlightContainer .formContainer {
    display: flex;
    justify-content: space-between;
    gap: 30px; }
  .highlightContainer .flex {
    display: flex;
    gap: 20px; }
  .highlightContainer input {
    display: block;
    color: #3E5568; }
    .highlightContainer input::placeholder {
      color: #3E5568; }
  .highlightContainer .blockForm {
    min-width: 510px; }
  .highlightContainer .formCol {
    width: 50%; }
    .highlightContainer .formCol .uiBtn {
      float: right;
      margin-top: 5px; }
  .highlightContainer .g-recaptcha {
    transform: scale(0.8);
    margin: -8px 0 0 -14px; }
    .highlightContainer .g-recaptcha iframe {
      border-radius: 15px; }
  .highlightContainer select {
    display: block;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background: #fff url(../images/right-caret.svg) no-repeat;
    background-size: 11px 17px;
    background-position: 90% center;
    font-size: 14px;
    color: #3E5568;
    border-bottom: 2px solid #F1F2F6;
    padding: 15px; }
    .highlightContainer select:open {
      background: #fff url(../images/down-caret.svg) no-repeat;
      background-size: 17px 11px;
      background-position: 90% center; }

.twoColumnImage {
  margin: 80px 0; }
  .twoColumnImage .innerContainer {
    max-width: 1000px; }
  .twoColumnImage .tab-content {
    display: block; }
  .twoColumnImage h2 {
    color: var(--midnightBlue); }
  .twoColumnImage.flipped .tab-columns {
    flex-direction: row-reverse;
    gap: 10%; }
  .twoColumnImage.flipped h2 {
    color: var(--forumBlue); }

.centeredVideoContainer {
  text-align: center;
  margin: 0px 0 80px; }
  .centeredVideoContainer .videoWrapper {
    padding: 0 30px; }
    .centeredVideoContainer .videoWrapper iframe {
      border-radius: 10px; }

footer.newFooter {
  background-color: var(--midnightBlue);
  padding: 30px 0;
  margin-top: 200px;
  position: relative;
  margin: 200px 30px 30px;
  border-radius: 10px;
  width: auto;
  display: block; }
  footer.newFooter .social-links {
    display: flex;
    justify-content: flex-end;
    margin-top: 26px; }
    footer.newFooter .social-links a {
      margin-left: 15px; }
      footer.newFooter .social-links a i {
        font-size: 30px;
        color: var(--white); }
      footer.newFooter .social-links a:hover {
        opacity: .7; }
    footer.newFooter .social-links img, footer.newFooter .social-links svg {
      width: 30px;
      height: auto; }
  footer.newFooter .footerFlex {
    display: flex;
    justify-content: space-between; }
  footer.newFooter .footerLeft {
    max-width: 355px; }
  footer.newFooter .footer-FCU-logo {
    width: 192px; }
  footer.newFooter .twoColFooterLinks {
    margin: 40px 0;
    display: flex; }
    footer.newFooter .twoColFooterLinks div:first-of-type {
      margin-right: 40%; }
    footer.newFooter .twoColFooterLinks a {
      color: var(--white);
      font-size: 16px;
      font-weight: bold;
      white-space: nowrap;
      display: block;
      margin-bottom: 16px;
      transition: color .1s ease-out; }
      footer.newFooter .twoColFooterLinks a:hover {
        color: var(--electricBlue); }
  footer.newFooter .footerBottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
    footer.newFooter .footerBottom span {
      color: var(--white);
      font-size: 14px; }
    footer.newFooter .footerBottom .footerCol:last-of-type span {
      text-align: right; }
  footer.newFooter .footerCol.offset {
    top: -95px;
    position: relative; }
  footer.newFooter .offsetContentBlock {
    background-color: var(--lemon);
    top: 0;
    right: 0;
    left: 0; }
    footer.newFooter .offsetContentBlock p {
      font-size: 20px;
      font-weight: bold;
      line-height: 1.2;
      color: var(--midnightBlue);
      margin-top: 0; }
  footer.newFooter .icons {
    display: flex;
    width: 192px;
    margin-bottom: 20px; }
    footer.newFooter .icons img {
      margin-right: 20px; }

.mobileMenuButton {
  display: none;
  padding: 10px 15px;
  border-radius: 10px;
  background-color: var(--white); }

.mobileNav {
  display: none;
  pointer-events: none;
  background-color: var(--forumBlue);
  border-radius: 10px;
  position: absolute;
  width: 100%;
  height: calc(100vh - 120px);
  top: 100px;
  left: 0;
  z-index: 50;
  padding: 0 30px;
  opacity: 0;
  transition: opacity .4s ease-out; }
  .mobileNav .accordion-item {
    border: none; }
  .mobileNav .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 40px 10px;
    font-size: 26px;
    font-weight: bold;
    color: var(--forumBlue); }
  .mobileNav .accordion-body {
    display: block;
    padding-left: 40px; }
  .mobileNav a {
    display: block;
    color: var(--midnightBlue);
    font-size: 16px;
    font-weight: normal;
    margin: 15px 0; }
  .mobileNav .accordion-icon {
    color: var(--forumBlue);
    font-size: 32px; }
  .mobileNav .navSectionLabel {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    color: var(--forumBlue);
    font-weight: bold;
    margin: 35px 0 0; }
  .mobileNav .uiBtn {
    display: flex; }

.mobileNav.is-active {
  opacity: 1;
  pointer-events: all;
  overflow-y: auto; }

.mobileNavInner {
  background-color: var(--white);
  border-radius: 10px;
  height: 72%;
  overflow: auto; }

.mobileNavHeader {
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .mobileNavHeader a {
    color: #fff; }

/*========= Animated Mobile Menu ============*/
.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s; }

.c-hamburger:focus {
  outline: none; }

.c-hamburger span {
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  right: 18px;
  background: var(--forumBlue);
  height: 3px;
  width: 100%; }

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  background: var(--forumBlue);
  content: "";
  height: 3px;
  width: 100%; }

.c-hamburger span::before {
  top: -9px; }

.c-hamburger span::after {
  bottom: -9px; }

.c-hamburger--htx {
  background: none; }

.c-hamburger--htx span {
  -webkit-transition: background 0s 0.2s;
  transition: background 0s 0.2s; }

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  -webkit-transition-duration: 0.2s, 0.2s;
  transition-duration: 0.2s, 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s; }

.c-hamburger--htx span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform; }

.c-hamburger--htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform; }

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background: none; }

.c-hamburger--htx.is-active span {
  background: none; }

.c-hamburger--htx.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s; }

.cff-item {
  padding: 20px !important;
  border: 1px solid #fff !important;
  margin: 0 0 20px !important;
  border-radius: 5px;
  box-sizing: border-box !important; }

.locationsGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 50px; }
  .locationsGrid .locationBlock {
    padding: 25px;
    background: #EFF8FD;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between; }
    .locationsGrid .locationBlock p {
      margin: 10px 0 20px; }
  .locationsGrid .contain {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center; }
  .locationsGrid .blocklinks {
    margin-bottom: 20px; }
    .locationsGrid .blocklinks a {
      font-size: 15px;
      font-weight: bold;
      text-decoration: underline; }
      .locationsGrid .blocklinks a:hover {
        color: var(--electricBlue); }

.infoGridContainer {
  margin: 80px 0; }

.infoGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 50px; }
  .infoGrid .infoBlock {
    background-color: var(--midnightBlue);
    color: var(--white);
    padding: 30px;
    border-radius: 10px;
    display: flex; }
  .infoGrid p, .infoGrid ul, .infoGrid ol, .infoGrid li, .infoGrid a, .infoGrid h1, .infoGrid h2, .infoGrid h3, .infoGrid h4 {
    color: #fff; }
  .infoGrid h4 {
    margin-top: 0; }
  .infoGrid .iconColumn {
    margin-right: 20px; }
    .infoGrid .iconColumn i {
      font-size: 36px; }

.contain {
  max-width: 500px; }

.support-icons {
  position: fixed;
  right: 30px;
  bottom: 60px;
  z-index: 100; }

.expand-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: var(--midnightBlue);
  color: white;
  border: none;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  transition: width 0.3s ease, padding 0.3s ease;
  float: right;
  clear: both;
  margin: 5px 0; }

.expand-btn i {
  font-size: 24px; }

.expand-btn span {
  display: none;
  opacity: 0;
  transition: opacity 0.2s ease;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  margin-bottom: -2px; }

.expand-btn:hover {
  width: 157px;
  justify-content: flex-start;
  padding: 0.75rem 1.25rem; }

.expand-btn:hover span {
  display: block;
  opacity: 1;
  transition-delay: 0.1s; }

.inpageNavigation .pageNav .mobilePageNav {
  display: none; }
  .inpageNavigation .pageNav .mobilePageNav select {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: url(../images/right-caret.svg) no-repeat;
    background-size: 11px 17px;
    background-position: right center;
    font-size: 15px;
    color: var(--forumBlue);
    font-weight: bold; }
    .inpageNavigation .pageNav .mobilePageNav select option {
      color: var(--forumBlue);
      font-weight: bold; }

.teamSliderContainer {
  margin: 40px 30px; }

.slider-inner-container {
  background: var(--forumBlue);
  border-radius: 10px;
  width: 100%; }

.slider-flex {
  display: flex;
  max-width: 1341px;
  margin: 0 auto;
  padding: 45px 40px 40px 45px;
  position: relative;
  justify-content: flex-end; }

.thumbs {
  padding: 0;
  margin: 0;
  width: 95%;
  padding-top: 45px;
  z-index: 2; }
  .thumbs .swiperControls {
    margin: 0;
    justify-content: flex-start;
    position: absolute;
    left: 28%;
    top: 0; }
  .thumbs .swiper-button-next i, .thumbs .swiper-button-prev i {
    font-size: 22px;
    color: #AFDDF6; }
    .thumbs .swiper-button-next i:hover, .thumbs .swiper-button-prev i:hover {
      color: #fff; }
  .thumbs .swiper-slide {
    position: relative;
    overflow: hidden;
    border-radius: 10px; }
    .thumbs .swiper-slide img {
      display: block; }
    .thumbs .swiper-slide:after {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      border-radius: 10px;
      background: rgba(0, 0, 0, 0.3);
      top: 0;
      left: 0; }
  .thumbs .swiper-slide-active {
    opacity: 0;
    position: absolute; }
  .thumbs .swiper-slide-prev {
    opacity: 0; }
  .thumbs .swiper-slide.swiper-slide-next {
    margin-left: 25%;
    opacity: 1;
    transition: opacity .75s; }

.team-slider {
  background: var(--forumBlue);
  padding: 30px 40px;
  width: 27%;
  position: absolute;
  z-index: 2;
  border-radius: 10px;
  top: 10px;
  left: 40px;
  min-width: 320px; }

.active-content img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin-bottom: 15px; }
.active-content h2 {
  margin: 0;
  color: var(--white); }
.active-content h4 {
  color: #fff; }
.active-content p {
  color: #fff; }

.details {
  background: #EFF8FD;
  padding: 40px;
  color: var(--white);
  max-width: 1341px;
  margin: 0 auto;
  border-radius: 10px; }
  .details .swiper-slide {
    display: flex;
    gap: 10%; }
  .details p, .details h1, .details h2, .details h3, .details h4, .details h5, .details span, .details ul, .details ol, .details li {
    color: var(--midnightBlue); }
  .details p {
    margin-top: 0; }

.quote {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  padding-top: 20%;
  width: 31%;
  display: flex; }
  .quote:before {
    content: "";
    display: block;
    min-width: 63px;
    max-width: 63px;
    min-height: 54px;
    max-height: 54px;
    background: url(../images/large-quotes.svg) no-repeat;
    background-size: cover;
    margin-right: 20px; }
  .quote p, .quote h1, .quote h2, .quote h3, .quote h4, .quote h5, .quote span, .quote ul, .quote ol, .quote li {
    color: var(--midnightBlue); }

.info {
  width: 59%; }
  .info h3 {
    margin: 20px 0 0 0 !important; }

@media (max-width: 1540px) {
  .offset-slider .swiper-pagination, .offset-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    left: 600px;
    width: 150px;
    float: none;
    margin-top: 10px;
    display: flex;
    justify-content: flex-start; } }
@media (max-width: 1353px) {
  .innerContainer {
    box-sizing: border-box; } }
@media (max-width: 1200px) {
  .thumbs .swiper-slide.swiper-slide-next {
    margin-left: 33%; }

  .thumbs {
    width: 100%; }

  .thumbs .swiperControls {
    left: 36%; }

  .slider-flex {
    padding: 40px 30px; } }
@media (max-width: 1180px) {
  .innerContainer {
    box-sizing: border-box; }

  .mainNav li.navItem {
    font-size: 15px;
    margin: 10px 20px 0; }

  .twoColumnHero .imageColumn img {
    margin-bottom: -15%; } }
@media (max-width: 1080px) {
  .thumbs .swiper-slide.swiper-slide-next {
    margin-left: 40%; }

  .team-slider {
    min-width: 320px;
    padding: 20px 30px; }

  .thumbs .swiperControls {
    left: 45%; }

  .quote:before {
    min-width: 50px;
    max-width: 50px;
    min-height: 43px;
    max-height: 43px; } }
@media (max-width: 1115px) {
  .team-slider {
    min-width: 300px;
    padding: 20px 30px; }

  .slider-flex {
    padding: 30px 30px 40px; } }
@media (min-width: 1024px) {
  html.with-scrollbarComp .hide-scrollbar {
    overflow: auto !important; }

  .hide-scrollbar .blockContainer {
    z-index: auto; } }
@media (max-width: 1024px) {
  .newWrapper h1 {
    font-size: 37px; }
  .newWrapper h2 {
    font-size: 28px; }
  .newWrapper h3 {
    font-size: 21px;
    margin: 20px 0; }
  .newWrapper h4 {
    font-size: 18px; }

  .accordion-info h3 {
    margin: 0; }

  .uiBtn {
    font-size: 12px;
    padding: 6px 18px; }

  .mobileMenuButton, .mobileNav {
    display: block; }

  i.fa-light.fa-magnifying-glass {
    font-size: 29px; }

  .desktopNav, .topNav {
    display: none; }

  .blockContainer {
    padding: 28px 30px 0; }

  .mobileFlex {
    background-color: var(--forumBlue);
    position: relative;
    z-index: 11;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; }

  .twoColumnHero {
    margin: 30px 0 40px; }

  .resourcesSwiper .swiper-slide, .blogSwiper .swiper-slide {
    padding: 20px 30px; }

  .swiperControls {
    margin: 20px 0; }

  .tab {
    padding: 10px;
    font-size: 14px; }

  .tab-content h2 {
    margin-top: 10px; }

  .offset-slider .swiper-slide {
    height: 150px; }

  .slide-content {
    max-width: 450px;
    margin-bottom: -100px;
    height: auto; }

  .slide-content h2 {
    font-size: 18px; }

  .offset-slider .swiper-pagination, .offset-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    left: 455px; }

  .fullWidthSliderContainer {
    margin: 30px; }

  .offsetContentBlock span {
    font-size: 14px; }

  .offsetContentBlock .flex i {
    font-size: 30px;
    color: #fff;
    margin-right: 18px; }

  .offsetContentBlock input {
    font-size: 12px;
    padding: 11px; }

  .offsetContentBlock .flex {
    margin-bottom: 25px; }

  .accordion-date .month {
    font-size: 14px; }

  .accordion-header {
    grid-template-columns: 90px 1fr auto; }

  .accordion-date {
    width: 90px; }

  .accordion-date .day {
    font-size: 29px; }

  .accordion-spacer {
    min-width: 90px;
    max-width: 90px; }

  footer.newFooter .offsetContentBlock p {
    font-size: 18px; }

  footer.newFooter .twoColFooterLinks a {
    font-size: 14px; }

  footer.newFooter .twoColFooterLinks div:first-of-type {
    margin-right: 30%; }

  footer.newFooter {
    margin-top: 130px; }

  #alertBanner i {
    font-size: 20px; }

  #alertBanner span {
    font-size: 16px;
    margin: 0 15px; }

  .centeredLink {
    font-size: 14px; }

  .mnLinks {
    padding: 20px 30px; }
    .mnLinks .mnLink {
      margin: 20px 0;
      color: var(--white); }
      .mnLinks .mnLink:hover {
        color: var(--electricBlue); }

  .threeColumnButtonContainer .colButton {
    margin-right: 30px; }

  .blockContainer.halfBlock {
    padding: 28px 30px 60px; }

  .inpageNavigation .pageNav a:not(.uiBtn) {
    font-size: 12px;
    text-align: center; }

  .interiorHeroContainer {
    padding: 0; }
    .interiorHeroContainer .twoColumnHero {
      margin: -30px 0 20px; }

  .inpageNavigation {
    margin: -50px 30px 40px; }

  .threeColumnContainer .blockCol {
    margin-right: 40px; }

  .twoColumnImage {
    margin: 40px 0; }

  .locationsGrid .locationBlock h3 {
    margin: 0; }

  .locationsGrid {
    grid-column-gap: 30px;
    grid-row-gap: 30px; }
    .locationsGrid .blocklinks a {
      font-size: 14px; }

  .infoGrid {
    grid-column-gap: 30px;
    grid-row-gap: 30px; }
    .infoGrid .iconColumn {
      margin-right: 15px; }
      .infoGrid .iconColumn i {
        font-size: 32px; }

  .infoGridContainer {
    margin: 50px 0; }

  .threeColumnButtonContainer {
    margin: 80px 0 80px; }

  .login-btn {
    padding: 10px 30px; }

  .quote {
    width: 35%; }

  .info {
    width: 55%; }

  .quote:before {
    min-width: 45px;
    max-width: 45px;
    min-height: 39px;
    max-height: 39px; }

  .details {
    padding: 30px; }

  .team-slider {
    left: 30px; } }
@media (max-width: 980px) {
  .quote {
    padding-top: 23%; } }
@media (max-width: 925px) {
  .fourColumnContainer .innerContainer {
    display: block; }

  .fourColumnContainer .column {
    margin: 30px 0; }
    .fourColumnContainer .column .contain {
      width: 80%; }

  .fourColumnContainer .column.imageCol {
    margin-top: 20px; }

  .highlightContainer .blockForm {
    min-width: 450px; }

  .highlightContainer .g-recaptcha {
    transform: scale(0.7);
    margin: -13px 0 0 -26px; } }
@media (max-width: 900px) {
  .thumbs {
    width: 75%;
    padding-top: 35px; }

  .thumbs .swiper-slide.swiper-slide-next {
    margin-left: 25%; }

  .thumbs .swiperControls {
    left: 29%; }

  .quote:before {
    min-width: 35px;
    max-width: 35px;
    min-height: 30px;
    max-height: 30px;
    margin-right: 14px; }

  .quote {
    padding-top: 28%; } }
@media (max-width: 880px) {
  .offsetContentBlock {
    max-width: 400px; }

  .locationsGrid, .infoGrid {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px; } }
@media (max-width: 840px) {
  .thumbs {
    width: 78%;
    padding-top: 35px; }

  .thumbs .swiper-slide.swiper-slide-next {
    margin-left: 34%; }

  .thumbs .swiperControls {
    left: 35%; }

  .quote {
    width: 45%; } }
@media (max-width: 820px) {
  .highlightContainer .formContainer {
    display: block; }

  .highlightContainer .blockFormCopy {
    margin-bottom: 20px; }

  .highlightContainer .g-recaptcha {
    transform: scale(0.9);
    margin: -4px 0 0 -14px; }

  .inpageNavigation .pageNav {
    padding: 10px 20px; }

  .highlightContainer .blockForm {
    min-width: 0; }

  .newWrapper h1 {
    font-size: 37px; }
  .newWrapper h2 {
    font-size: 28px; }
  .newWrapper h3 {
    font-size: 22px;
    margin: 20px 0; }

  .accordion-info h3 {
    margin: 0; }

  .inpageNavigation {
    margin: -55px 30px 40px; } }
@media (max-width: 768px) {
  .interiorHeroContainer .twoColumnHero {
    margin: 0px 0 40px; } }
@media (max-width: 767px) {
  .mobileNav {
    top: 85px; }

  .blockContainer.halfBlock {
    padding: 28px 30px 28px; }

  .interiorHeroContainer .twoColumnHero .copyColumn {
    padding-top: 20px; }

  .tabs {
    display: none; }

  .tabs-container .tabs-dropdown {
    display: block;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background: url(../images/right-caret.svg) no-repeat;
    background-size: 13px 20px;
    background-position: right center;
    font-size: 18px;
    font-weight: bold;
    color: var(--forumBlue);
    border-bottom: 2px solid #F1F2F6;
    padding: 20px 10px;
    border-radius: 0; }
    .tabs-container .tabs-dropdown option {
      font-weight: bold; }
    .tabs-container .tabs-dropdown:open {
      background: url(../images/down-caret.svg) no-repeat;
      background-size: 20px 13px;
      background-position: right center; }

  .tab-image {
    min-width: 100%;
    max-width: 100%; }
    .tab-image image {
      margin-bottom: 20px; }

  .tab-text {
    text-align: left; }

  .tab-text p, .tab-text ol, .tab-text ul, .tab-text li {
    text-align: left;
    font-size: 14px; }

  .tab-columns {
    flex-direction: column;
    text-align: center;
    gap: 0; }

  .fullWidthSliderContainer {
    margin: 20px 0; }

  .offset-slider .swiper-slide {
    border-radius: 0; }

  .twoColumnHero {
    display: block;
    margin: 0; }

  .blockContainer.fullBlock {
    margin-bottom: 70px; }

  .twoColumnHero .copyColumn {
    width: 100%;
    margin-right: 0;
    padding-bottom: 30px; }

  .twoColumnHero .imageColumn img {
    margin-bottom: -10%; }

  .interiorHeroContainer .twoColumnHero .imageColumn img {
    margin-bottom: 0; }

  .twoColumnHero .imageColumn {
    width: 100%;
    margin-bottom: 0; }

  .blockContainer {
    padding: 28px 30px; }

  .threeColumnButtonContainer {
    margin: 80px 0 80px; }

  .threeColumnButtonContainer .colButton {
    margin-right: 30px; }

  footer.newFooter .footerCol.offset {
    top: 0;
    margin: -80px 0 40px; }

  footer.newFooter .footerFlex {
    flex-direction: column-reverse; }

  footer.newFooter .offsetContentBlock {
    margin: 0 auto; }

  footer.newFooter .social-links {
    justify-content: center;
    margin-top: 26px; }

  footer.newFooter .twoColFooterLinks div:first-of-type {
    margin-right: 70px; }

  .threeColumnButtonContainer .flex {
    display: block; }

  .threeColumnButtonContainer .colButton {
    margin-right: 0;
    margin-bottom: 20px; }

  .staticOffsetContainer {
    margin: 60px 0 40px; }

  .threeColumnContainer .blockCol {
    margin: 0 0 30px 0; }

  .centeredVideoContainer {
    margin-bottom: 30px; }

  .centeredTextContainer {
    margin-bottom: 30px; }

  .twoColumnImage {
    margin: 20px 0; }

  .highlightContainer {
    margin: 50px 30px; }
    .highlightContainer .blockFormCopy {
      max-width: none; }
    .highlightContainer .innerContainer {
      padding: 0 20px; }
    .highlightContainer .flex {
      display: block; }
    .highlightContainer .formCol {
      width: 100%; }
    .highlightContainer select {
      background-position: 95% center; }
    .highlightContainer .g-recaptcha {
      transform: scale(1);
      margin: 0; }

  .interiorHeroContainer {
    padding: 0 30px; }

  .threeColumnContainer .flex {
    display: block; }

  .threeColumnContainer {
    margin-bottom: 40px; }

  .newWrapper h2 {
    margin: 15px 0; }

  .swiper {
    padding: 0 0 20px; }

  .twoColumnImage.flipped .tab-columns {
    flex-direction: column-reverse; }
    .twoColumnImage.flipped .tab-columns .tab-text {
      margin-bottom: 30px; }

  .pageSpacer {
    margin: 10px auto; }

  .threeColumnContainer .colHeader {
    height: 60px; }

  .threeColumnContainer .colInner {
    height: calc(100% - 60px); }

  .infoGridContainer {
    margin: 40px 0; }

  .team-slider {
    padding: 20px 30px; }

  .details {
    padding: 210px 30px 30px; }

  .details .swiper-slide {
    display: block;
    gap: 0; }

  .quote {
    width: 100%;
    padding: 30px 60px 0;
    margin: 0; }

  .info {
    width: 100%;
    padding: 30px 60px;
    margin: 0; }

  .thumbs {
    width: 78%;
    padding-top: 35px; } }
@media (max-width: 725px) {
  .thumbs {
    width: 73%; } }
@media (max-width: 715px) {
  .centeredVideoContainer .videoWrapper iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9; } }
@media (max-width: 680px) {
  .inpageNavigation .pageNav {
    flex-direction: column;
    gap: 20px;
    padding: 20px; }

  .inpageNavigation .pageNav div {
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 20px; }

  .quote {
    padding: 30px 0 0; }

  .info {
    padding: 30px 0; }

  .details {
    padding: 200px 30px 30px; }

  .team-slider {
    left: 0;
    right: 0;
    padding: 20px 30px;
    margin-top: 10px; }

  .thumbs {
    width: 68%;
    padding-top: 60px; }

  .thumbs .swiper-slide.swiper-slide-next {
    margin-left: 45vw; }

  .thumbs .swiperControls {
    left: 18%; }

  .slider-inner-container {
    padding-top: 20px; }

  .slider-flex {
    padding: 0 0 40px; } }
@media (max-width: 670px) {
  .slide-content {
    max-width: 100%;
    margin-bottom: -100px; }

  .offset-slider .swiper-pagination, .offset-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    left: 0;
    right: 0;
    width: auto;
    text-align: center;
    justify-content: center;
    margin-top: 70px; }

  footer.newFooter .footerBottom {
    display: block; }
    footer.newFooter .footerBottom .footerCol:first-of-type {
      margin-bottom: 10px; }

  footer.newFooter .icons {
    margin-bottom: 40px; }

  .offset-slider .innerContainer {
    padding-top: 20px; } }
@media (max-width: 640px) {
  .offsetContentBlock {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
    padding: 25px 30px; }

  .staticOffsetContainer .innerContainer {
    margin: 0;
    padding: 0; }

  .staticOffsetContainer .backgroundContainer {
    border-radius: 0px; } }
@media (max-width: 600px) {
  .mobileNav .accordion-header {
    font-size: 22px;
    padding: 20px 30px 10px; }

  .mobileNav .navSectionLabel {
    margin: 30px 0 0; }

  .mobileNav a {
    font-size: 14px; }

  .mobileNavInner {
    padding: 20px 0 0; }

  footer.newFooter .offsetContentBlock p {
    font-size: 17px; }

  footer.newFooter .twoColFooterLinks a {
    font-size: 12px; }

  .threeColumnButtonContainer {
    margin: 60px 0 70px; }

  footer.newFooter {
    margin: 200px 20px 20px; }

  .innerContainer {
    padding: 0 20px; }

  .blockContainer {
    padding: 28px 20px; }

  .blockContainer {
    margin: 20px 20px 0; }

  .resourcesSwiper h4, .blogSwiper h4 {
    margin: 15px 0 6px; }

  .resourcesSwiper .slideIcon, .blogSwiper .slideIcon {
    font-size: 30px; }

  #alertBanner {
    padding: 10px 20px; }

  #alertBanner span {
    font-size: 14px;
    margin: 0 15px; }

  footer.newFooter .footerBottom span {
    font-size: 12px; }

  footer.newFooter .icons {
    margin-bottom: 30px; }

  footer.newFooter .twoColFooterLinks {
    margin: 30px 0 20px; }

  .mobileNav {
    padding: 0 20px; }

  .centeredVideoContainer .videoWrapper {
    padding: 0 20px; }

  .centeredVideoContainer {
    margin-bottom: 40px; }

  .highlightContainer {
    margin: 40px 20px;
    padding: 30px 20px 30px; }

  .interiorHeroContainer {
    padding: 0 0px; }

  .highlightContainer .innerContainer {
    padding: 0 5px; }

  .mobileNav .accordion-body {
    display: block;
    padding-left: 30px; }

  .locationsGrid {
    display: block; }
    .locationsGrid .locationBlock {
      margin-bottom: 30px; }

  .infoGrid {
    display: block; }
    .infoGrid .infoBlock {
      margin-bottom: 30px; }

  .infoGrid .iconColumn i {
    font-size: 28px; }

  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
    width: 9px;
    height: 9px; }

  .support-icons {
    right: 10px;
    bottom: 6%; }

  .expand-btn {
    width: 45px;
    height: 45px; }
    .expand-btn i {
      font-size: 20px; }
    .expand-btn span {
      font-size: 15px; }
    .expand-btn:hover {
      width: 141px; }

  .twoColumnHero .imageColumn img {
    margin-bottom: -15%; }

  .interiorHeroContainer .twoColumnHero .imageColumn img {
    margin-bottom: 0; }

  .inpageNavigation {
    margin: -55px 20px 40px; } }
@media (max-width: 560px) {
  .info {
    padding: 0; }

  .quote {
    display: block;
    padding: 40px 0 10px; } }
@media (max-width: 520px) {
  .inpageNavigation .pageNav div {
    gap: 10px; }

  .inpageNavigation .pageNav {
    flex-direction: column;
    gap: 15px; } }
@media (max-width: 480px) {
  .inpageNavigation .pageNav .desktopPageNav {
    display: none; }

  .inpageNavigation .pageNav .mobilePageNav {
    display: block; }

  .team-slider {
    min-width: 290px; }

  .slider-flex {
    padding: 0 0 20px; }

  .thumbs {
    width: 65%;
    padding-top: 65px; }

  .thumbs .swiperControls {
    left: 13%; }

  .teamSliderContainer {
    margin: 40px 0; }

  .slider-inner-container, .details {
    border-radius: 0; }

  .thumbs .swiper-slide.swiper-slide-next {
    margin-left: 50vw; }

  .details {
    padding: 240px 30px 30px; } }
@media (max-width: 440px) {
  .highlightContainer .g-recaptcha {
    transform: scale(0.8);
    margin: 0 0 0 -33px; }

  .fourColumnContainer {
    padding: 15px 0; }

  .offset-slider {
    padding: 0; }

  .offset-slider .swiper-pagination, .offset-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    margin-top: 80px; } }
@media (max-width: 400px) {
  footer.newFooter .social-links a i {
    font-size: 24px; }

  footer.newFooter .social-links img, footer.newFooter .social-links svg {
    width: 24px; }

  .innerContainer {
    padding: 0 15px; }

  .blockContainer {
    margin: 15px 15px 0; }

  footer.newFooter {
    margin: 100px 15px 15px; }

  .mobileMenuButton {
    transform: scale(0.8);
    margin-right: -5px; }

  .accordion-date .month {
    font-size: 12px; }

  .accordion-header {
    grid-template-columns: 70px 1fr auto; }

  .accordion-date {
    width: 70px; }

  .accordion-date .day {
    font-size: 24px; }

  .accordion-spacer {
    min-width: 70px;
    max-width: 70px; }

  #alertBanner {
    padding: 10px 15px; }

  footer.newFooter .offsetContentBlock {
    width: 100%; }

  .headerLogo {
    width: 160px; }

  .mobileNav .accordion-header {
    font-size: 18px;
    padding: 20px 30px 10px; }

  .mobileNav .navSectionLabel {
    font-size: 16px; }

  .mobileNav .accordion-icon {
    font-size: 22px; }

  .mobileNav .accordion-header {
    padding: 15px 15px 10px; }

  .twoColumnImage {
    margin: 30px 0; }

  .highlightContainer {
    margin: 30px 20px;
    padding: 20px 15px 20px; }

  .newWrapper h1 {
    font-size: 35px; }
  .newWrapper h2 {
    font-size: 26px; }
  .newWrapper h3 {
    font-size: 19px; }
  .newWrapper h4 {
    font-size: 16px; }

  .swiper {
    padding: 0 0 10px; }

  .twoColumnImage.flipped {
    margin-top: 0; }

  .twoColumnHero .imageColumn img {
    margin-bottom: -20%; }

  .interiorHeroContainer .twoColumnHero .imageColumn img {
    margin-bottom: 0; }

  .blockContainer.fullBlock {
    margin-bottom: 50px; }

  .inpageNavigation {
    margin: -55px 15px 30px; }

  .details {
    padding: 220px 30px 30px; }

  .team-slider {
    padding: 20px 30px; }

  .thumbs {
    width: 65%;
    padding-top: 65px; }

  .details {
    padding: 240px 30px 30px; } }
@media (max-width: 360px) {
  .highlightContainer .g-recaptcha {
    transform: scale(0.7);
    margin: 0 0 0 -38px; }

  .details {
    padding: 220px 30px 30px; } }
@media (max-height: 840px) {
  .mobileNavInner {
    height: 65%; }

  .mobileNav .accordion-header {
    font-size: 18px;
    padding: 15px 30px 10px; }

  .mobileNav .navSectionLabel {
    margin: 10px 0 0; } }

/*# sourceMappingURL=cvr.css.map */
