﻿@charset "UTF-8";
/*
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@400;600&display=swap');

@font-face {
    font-family: 'Avenir Next';
    src: url('../../fonts/Avenir Next.ttc') format('truetype-collection');
}*/
@font-face {
  font-family: "Prata";
  src: url("../fonts/Prata-Regular.woff2") format("woff2"), url("../fonts/Prata-Regular.woff") format("woff"), url("../fonts/Prata-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto-Thin.woff2") format("woff2"), url("../fonts/Roboto-Thin.woff") format("woff"), url("../fonts/Roboto-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body, html {
  background: white;
  font-family: "Instrument Sans", sans-serif;
  font-size: 12px;
  color: #525051;
  position: relative;
  overflow-x: clip;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1140px !important;
  }
}
.modal-open .transparent-background {
  padding-right: 15px;
}

.text-gold {
  color: #D5A021 !important;
}

a[class*=line-grow]:not(.dropdown-item) {
  padding: 0 0 3px;
  background: none;
  display: inline-block;
  position: relative;
  border-radius: 0;
  text-decoration: none;
}

a[class*=line-grow]:not(.dropdown-item):after,
span[class*=line-grow]:after {
  content: "";
  background: #E7C664;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease-out;
}

a[class*=line-grow]:not(.dropdown-item):hover:after,
span[class*=line-grow]:hover:after,
a[class*=line-grow]:not(.dropdown-item):focus:after,
span[class*=line-grow]:focus:after {
  transform: scaleX(1);
  transform-origin: left;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
a {
  text-decoration: underline;
  color: #181818;
  transition: all 0.4s ease-in-out;
}
a:hover {
  color: #D5A021;
  text-decoration: underline;
}

p {
  font-family: "Instrument Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  margin-bottom: 1.75rem;
}

ul {
  padding-left: 1.833rem;
}
ul li {
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  padding-bottom: 0.75rem;
}
ul ul {
  margin-top: 0.75rem;
}

img {
  max-width: 100%;
}

.responsive {
  width: 100%;
  height: auto;
}

.overflow {
  overflow: hidden;
}

button:focus, a:focus, .btn:focus {
  outline: 1px #D5A021;
  box-shadow: none;
}

.strikethrough {
  text-decoration: line-through;
}

#content-skip {
  z-index: 999;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  border-radius: 0;
  max-width: 250px;
  text-align: center;
  justify-content: center;
}

.disclaimer {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1875rem;
  color: #28292A;
  padding-top: 4.5rem;
  border-top: 1px solid #F4F2EF;
}
.disclaimer p {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1875rem;
  color: #28292A;
}

h1, .h1 {
  font-family: "Anton", sans-serif;
  font-size: 5.25rem;
  font-weight: 400;
  line-height: 8rem;
  margin-bottom: 1.25rem;
  color: #181818;
}

h2 {
  font-family: "Anton", sans-serif;
  font-size: 3.25rem;
  line-height: 4rem;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 1.75rem;
  color: #181818;
}
@media (min-width: 992px) {
  h2 {
    font-size: 4.25rem;
    line-height: 5rem;
  }
}

.h2 {
  font-family: "Anton", sans-serif;
  font-size: 3.25rem;
  line-height: 4rem;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 1.75rem;
  color: #181818;
}
@media (min-width: 992px) {
  .h2 {
    font-size: 5rem !important;
    line-height: 5.75rem !important;
  }
}

h3 {
  font-family: "Anton", sans-serif;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 3.333rem;
  color: #181818;
}
@media (min-width: 992px) {
  h3 {
    font-size: 3rem;
    line-height: 3.75rem;
  }
}

.h3 {
  font-family: "Anton", sans-serif;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 3.333rem;
  color: #181818;
}
@media (min-width: 992px) {
  .h3 {
    font-size: 3rem !important;
    line-height: 4.667rem !important;
  }
}

h4 {
  font-size: 2.5rem;
  line-height: 4rem;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  color: #181818;
}

h5 {
  font-size: 1.625rem;
  line-height: 2.667rem;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  color: #181818;
}

h6 {
  font-size: 1.625rem;
  line-height: 2.667rem;
  color: #181818;
}

.heading-112 {
  font-size: 4rem;
  line-height: 5rem;
}
@media screen and (min-width: 768px) {
  .heading-112 {
    font-size: 7rem;
    line-height: 8rem;
  }
}

.legal {
  font-size: 1rem;
  line-height: 1.5rem;
}

.border-60 {
  border-radius: 60px;
}

.address-box {
  border-bottom: 6px solid #E7C664;
  background: #F4F2EF;
  min-height: 23rem;
  padding: 2.6rem;
  margin: 2rem 0;
  border-radius: 12px 12px 0px 0px;
}
.address-box h5 {
  color: #181818;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-size: 2.167rem;
  line-height: 3.333rem;
}
.address-box p {
  color: #525051;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 10px;
}
.address-box a {
  text-decoration: none;
  color: #D5A021;
}

.plain-content p, .side-by-side .plain-content p {
  margin-bottom: 1.25rem !important;
  font-size: 1rem;
  line-height: 1.5rem;
}
.plain-content ul, .side-by-side .plain-content ul {
  margin-top: 1.25rem;
}
.plain-content ul li, .side-by-side .plain-content ul li {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem !important;
}
.plain-content ol li, .side-by-side .plain-content ol li {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem !important;
}

.font-18 {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.font-20, .ctac p {
  font-size: 1.667rem !important;
  line-height: 2.5rem !important;
}

.font-26 {
  font-size: 2.167rem !important;
  line-height: 2.75rem !important;
}

.wow {
  opacity: 0;
}

.delay-1 {
  animation-delay: 0.25s;
}

.delay-2 {
  animation-delay: 0.5s;
}

.delay-3 {
  animation-delay: 0.75s;
}

.delay-4 {
  animation-delay: 1s;
}

.delay-5 {
  animation-delay: 1.25s;
}

.animate {
  animation-duration: 0.4s;
  -webkit-animation-duration: 0.4s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

.video-toggle {
  background-color: transparent;
  border: 0;
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  padding: 0;
}

.video-player {
  width: 100%;
  display: none;
}

.article-th {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.card {
  border-radius: 20px;
  border: 0;
}
.card.bg-lightest-grey {
  border: 0;
}

.bg-lightest-grey {
  background: #F4F2EF;
}

.card ul li {
  font-size: 1.125rem;
}

.rounded-3 {
  border-radius: 20px !important;
}

.text-decoration-none:hover {
  text-decoration: underline !important;
}

.alert p {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .rounded-3 {
    border-radius: 10px !important;
  }
  .card {
    border-radius: 10px;
  }
}
img.h-100 {
  object-fit: cover;
}

.bullets-chevron-sq {
  padding: 0;
  margin: 0;
}

.bullets-chevron-sq li {
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0 0 1rem;
  padding-left: 2rem;
}

.bullets-chevron-sq li:before {
  content: "";
  background: url("../../img/icons/ico-chevron-sq.svg");
  position: absolute;
  top: 7px;
  left: 0;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px;
}

p + hr, div + hr {
  margin: 3rem 0;
}

hr.hr-thick {
  height: 2px;
  opacity: 1;
}

.modal-backdrop {
  background-color: white;
}
.modal-backdrop.show {
  opacity: 0.75;
}

@keyframes slideIn {
  0% {
    transform: translateY(-3rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(-3rem);
    opacity: 0;
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(-3rem);
    -webkit-opacity: 0;
  }
}
.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.player {
  border-radius: 20px !important;
}

.contact-us .text-card {
  background: white;
  border-radius: 12px 12px 0px 0px;
  padding: 32px;
  border-bottom: 6px solid #E7C664;
  align-items: flex-start;
  gap: 14px;
  height: 100%;
}
.contact-us .text-card h3 {
  font-family: "Instrument Sans", sans-serif;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 150%;
}
.contact-us .text-card p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
  color: #525051;
}
.contact-us .text-card p a {
  color: #E7C664;
  text-decoration: underline;
}
.contact-us .text-card p.contact-subheadings {
  color: #181818;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0;
}
.contact-us .text-card .arrow-link a {
  color: #181818;
  text-decoration: none;
  font-size: 1.125rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.contact-us .text-card .arrow-link img {
  margin-right: 0.5em;
  transition: opacity 0.3s ease;
}
.contact-us .text-card .arrow-link .hover-img {
  position: absolute;
  opacity: 0;
}
.contact-us .text-card .arrow-link:hover .hover-img {
  opacity: 1;
}
.contact-us .text-card .arrow-link:hover .default-img {
  opacity: 0;
}

.list-two-columns {
  columns: 1;
}
@media screen and (min-width: 768px) {
  .list-two-columns {
    columns: 2;
    column-gap: 6.667rem;
  }
}

.grow {
  display: inline-block;
  overflow: hidden;
}

.grow img {
  transition: all 0.4s ease-in-out;
}

.grow img:hover {
  transform: scale(1.05);
}

.min-h-100 {
  min-height: 100vh;
}

.mh-130 {
  min-height: 130%;
}

.mh-110 {
  min-height: 110%;
}

.mb-6 {
  margin-bottom: 3.5rem;
}

.mt-6 {
  margin-top: 3.5rem !important;
}

.mobile-mb-7 {
  margin-bottom: 7rem;
}
@media (min-width: 768px) {
  .mobile-mb-7 {
    margin-bottom: 0;
  }
}

.padding-15 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.padding-top-15 {
  padding-top: 1.5rem;
}

.padding-bottom-15 {
  padding-bottom: 1.5rem;
}

.padding-2 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.padding-top-2 {
  padding-top: 2.5rem;
}

.padding-bottom-2 {
  padding-bottom: 2.5rem;
}

.padding-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padding-top-3 {
  padding-top: 3rem;
}

.padding-bottom-3 {
  padding-bottom: 3rem;
}

.padding-4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.padding-top-4 {
  padding-top: 4rem;
}

.padding-bottom-4 {
  padding-bottom: 4rem;
}

.padding-45 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.padding-top-45 {
  padding-top: 4.5rem;
}

.padding-bottom-45 {
  padding-bottom: 4.5rem;
}

.padding-55 {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.padding-top-55 {
  padding-top: 5.5rem;
}

.padding-bottom-55 {
  padding-bottom: 5.5rem;
}

.padding-6 {
  padding-top: 6.875rem;
  padding-bottom: 6.875rem;
}

.padding-top-6 {
  padding-top: 6.875rem;
}

.padding-bottom-6 {
  padding-bottom: 6.875rem;
}

.padding-8 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.padding-top-8 {
  padding-top: 8rem;
}

.padding-9 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.padding-top-9 {
  padding-top: 9rem;
}

.padding-12 {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
}

.padding-top-12 {
  padding-top: 12.5rem;
}

.padding-bottom-12 {
  padding-bottom: 12.5rem;
}

.padding-bottom-8 {
  padding-bottom: 8rem;
}

.padding-111 {
  padding-top: 11.125rem;
  padding-bottom: 11.125rem;
}

.padding-top-111 {
  padding-top: 11.125rem;
}

.padding-bottom-111 {
  padding-bottom: 11.125rem;
}

.padding-16 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.padding-top-16 {
  padding-top: 16rem;
}

.padding-bottom-16 {
  padding-bottom: 16rem;
}

.padding-top-140 {
  padding-top: 5rem;
}
@media (min-width: 768px) {
  .padding-top-140 {
    padding-top: 8.75rem;
  }
}

.padding-bottom-140 {
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  .padding-bottom-140 {
    padding-bottom: 8.75rem;
  }
}

.padding-140 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  .padding-140 {
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }
}

.padding-top-100 {
  padding-top: 3.125rem;
}
@media (min-width: 768px) {
  .padding-top-100 {
    padding-top: 6.25rem;
  }
}

.padding-bottom-100 {
  padding-bottom: 3.125rem;
}
@media (min-width: 768px) {
  .padding-bottom-100 {
    padding-bottom: 6.25rem;
  }
}

.padding-100 {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media (min-width: 768px) {
  .padding-100 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.padding-top-120 {
  padding-top: 3.75rem;
}
@media (min-width: 768px) {
  .padding-top-120 {
    padding-top: 7.5rem;
  }
}

.padding-bottom-120 {
  padding-bottom: 3.75rem;
}
@media (min-width: 768px) {
  .padding-bottom-120 {
    padding-bottom: 7.5rem;
  }
}

.padding-120 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media (min-width: 768px) {
  .padding-120 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}

.padding-top-40 {
  padding-top: 2.5rem;
}

.padding-bottom-40 {
  padding-bottom: 2.5rem;
}

.padding-40 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.padding-top-60 {
  padding-top: 3.75rem;
}

.padding-bottom-60 {
  padding-bottom: 3.75rem;
}

.padding-60 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.padding-top-80 {
  padding-top: 2.5rem;
}
@media (min-width: 768px) {
  .padding-top-80 {
    padding-top: 5rem;
  }
}

.padding-bottom-80 {
  padding-bottom: 5rem;
}

.padding-80 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-top-110 {
  padding-top: 6.875rem;
}

.padding-bottom-110 {
  padding-bottom: 6.875rem;
}

.padding-110 {
  padding-top: 6.875rem;
  padding-bottom: 6.875rem;
}

.padding-top-200 {
  padding-top: 6.5rem;
}
@media (min-width: 768px) {
  .padding-top-200 {
    padding-top: 12.5rem;
  }
}

.padding-bottom-200 {
  padding-bottom: 6.5rem;
}
@media (min-width: 768px) {
  .padding-bottom-200 {
    padding-bottom: 12.5rem;
  }
}

.padding-200 {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}
@media (min-width: 768px) {
  .padding-200 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }
}

@media screen and (max-width: 991px) {
  .mobile-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .mobile-2-top {
    padding-top: 2rem;
  }
  .mobile-2-bottom {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .padding-3 {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }
  .padding-top-3 {
    padding-top: 1.3rem;
  }
  .padding-bottom-3 {
    padding-bottom: 1.3rem;
  }
  .padding-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .padding-top-4 {
    padding-top: 1.5rem;
  }
  .padding-bottom-4 {
    padding-bottom: 1.5rem;
  }
  .padding-45 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .padding-top-45 {
    padding-top: 2rem;
  }
  .padding-bottom-45 {
    padding-bottom: 2rem;
  }
  .padding-top-45 {
    padding-top: 3rem;
  }
  .padding-bottom-45 {
    padding-bottom: 3rem;
  }
  .padding-6 {
    padding-top: 2.6rem;
    padding-bottom: 2.6rem;
  }
  .padding-top-6 {
    padding-top: 2.6rem;
  }
  .padding-bottom-6 {
    padding-bottom: 2.6rem;
  }
  .padding-8 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .padding-top-8 {
    padding-top: 4.5rem;
  }
  .padding-9 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .padding-top-9 {
    padding-top: 5rem;
  }
  .padding-bottom-8 {
    padding-bottom: 4.5rem;
  }
  .padding-8 {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }
  .padding-top-12 {
    padding-top: 6.5rem;
  }
  .padding-bottom-12 {
    padding-bottom: 6.5rem;
  }
  .padding-16 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .padding-top-16 {
    padding-top: 8rem;
  }
}
header {
  align-items: center;
}
header a {
  color: #181818;
  text-decoration: none;
}
header .logo-wrapper {
  padding-right: 0rem;
}

#search-nav-toggle {
  display: none;
}

.alert-banner {
  color: #181818;
  padding: 0px 10px;
  position: relative;
  background-color: #F4F2EF;
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}
.alert-banner.hide-alert {
  opacity: 0;
}
.alert-banner p {
  font-size: 0.7rem;
  line-height: 1.2rem;
  line-height: 1;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 0;
  padding: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .alert-banner p {
    font-size: 0.7608695652rem;
    line-height: 1.3043478261rem;
  }
}
@media (min-width: 992px) {
  .alert-banner p {
    font-size: 0.875rem;
    line-height: 1.65rem;
  }
}
.alert-banner a {
  font-size: 0.7rem;
  line-height: 1.2rem;
  font-weight: 400;
  text-decoration: underline;
  color: #181818;
}
@media (min-width: 768px) and (max-width: 991px) {
  .alert-banner a {
    font-size: 0.7608695652rem;
    line-height: 1.3043478261rem;
  }
}
@media (min-width: 992px) {
  .alert-banner a {
    font-size: 0.875rem;
    line-height: 1.65rem;
  }
}
.alert-banner a:hover {
  color: #ffffff;
}
.alert-banner a:active {
  color: #ffffff;
}
.alert-banner a:focus {
  color: #ffffff;
}
.alert-banner .close-alert {
  background-color: #F4F2EF;
  position: absolute;
  right: 10px;
  top: 10px;
}
.alert-banner .close-alert .ico-close {
  cursor: pointer;
  width: 24px;
  height: 24px;
  transition: all 0.3s ease;
}
.alert-banner .close-alert .ico-close .hover-circle {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.alert-banner .close-alert:hover .hover-circle, .alert-banner .close-alert:active .hover-circle, .alert-banner .close-alert:focus .hover-circle {
  opacity: 1;
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@media (min-width: 992px) {
  .alert-banner p {
    border-left: 1px solid #b7a286;
    max-width: 100%;
  }
  .alert-banner p:last-child {
    border-right: 1px solid #b7a286;
  }
  .alert-banner .close-alert {
    padding: 0 30px 0 30px;
    right: 0;
  }
  .ticker-wrap {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    padding-left: 100%;
    box-sizing: content-box;
  }
  .ticker-wrap .ticker {
    display: inline-block;
    white-space: nowrap;
    padding-right: 100%;
    box-sizing: content-box;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
  }
  .ticker-wrap .ticker-item {
    display: inline-block;
    margin-top: 10px;
    padding: 0 2rem;
  }
  .ticker-wrap .ticker-item p {
    font-size: 0.7rem;
    line-height: 1.2rem;
    line-height: 1;
    border-left: none;
    display: inline-block;
    font-weight: 400;
    padding: 0 10px;
  }
}
@media (min-width: 992px) and (min-width: 768px) and (max-width: 991px) {
  .ticker-wrap .ticker-item p {
    font-size: 0.7608695652rem;
    line-height: 1.3043478261rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .ticker-wrap .ticker-item p {
    font-size: 0.875rem;
    line-height: 1.65rem;
  }
}
@media (min-width: 992px) {
  .ticker-wrap .ticker-item p:last-child {
    border-right: none;
  }
}
@media (min-width: 992px) {
  header .logo-wrapper {
    max-width: 150px;
  }
  header .logo-wrapper img {
    max-width: 95%;
  }
  .alert-banner {
    align-items: center;
    justify-content: center;
  }
  .alert-banner p {
    margin-bottom: 0;
    max-width: 80%;
  }
  .alert-banner .close-alert {
    top: 10px;
  }
}
.vertical-sitemap ul.inside {
  margin-left: 2rem;
}
.vertical-sitemap ul .nav-link {
  color: #141414;
  font-family: "Instrument Sans", sans-serif;
}
.vertical-sitemap ul .nav-link:hover, .vertical-sitemap ul .nav-link:active, .vertical-sitemap ul .nav-link:focus {
  color: #C5960B;
  text-decoration: underline;
}

.transparent-background {
  background: #ffffff;
  position: fixed;
  width: 100%;
  z-index: 500;
}
.transparent-background .modal-backdrop.show {
  opacity: 0;
  z-index: 0;
}

.transparent-background > * {
  opacity: 1; /* Ensure child elements are fully opaque */
}

.navbar-brand {
  max-width: 150px;
}

.navbar-toggler {
  font-size: 1rem;
  font-weight: 600;
  font-family: "Instrument Sans", sans-serif;
  line-height: 150%;
}

.navbar-toggler-icon {
  background-image: none;
  color: #181818;
  width: 32px;
  height: auto;
  margin-right: 0.45em;
}

.navbar-toggler-icon::before {
  content: "";
  background: url("../img/icon-menu.svg");
  width: 32px;
  height: 18px;
  display: block;
  font-size: 2.25rem;
  color: #181818;
  margin-right: 0.5em;
}

#navbarTogglerDemo02 {
  height: 85vh;
}

.aux-nav .btn-primary-white {
  margin-left: 10px;
}
.aux-nav .btn-primary-white:hover {
  background-color: #F4F2EF;
  text-decoration: none;
}
.aux-nav .btn-primary-white:focus {
  background-color: #F4F2EF;
  text-decoration: none;
}
.aux-nav .btn-primary-solid:hover {
  text-decoration: none;
}
.aux-nav .btn-primary-solid:focus {
  text-decoration: none;
}

.btn-faa {
  position: absolute;
  bottom: 20px;
  width: 300px;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.dropdown-promo {
  display: none;
}

.nav-box-header {
  display: none;
}

.offcanvas {
  background-color: #ffffff;
  width: 100% !important;
}

.offcanvas-header {
  padding: 1rem !important;
  justify-content: space-between !important;
}

.offcanvas-logo {
  display: flex;
  justify-content: start;
  gap: 20px;
  margin-top: 0px;
  max-width: 125px;
}

.offcanvas-buttons {
  display: flex;
  justify-content: end;
  gap: 20px;
  margin-top: 0;
}
.offcanvas-buttons .btn-sm {
  font-size: 0.8rem;
}
.offcanvas-buttons .btn-close {
  background: none;
  margin-top: -5px;
}

.offcanvas-body .btn {
  position: relative;
}
.offcanvas-body .aux-phone {
  margin-top: 4rem;
}
.offcanvas-body .aux-phone p {
  margin-bottom: 2rem;
  color: white;
  display: block;
}
.offcanvas-body .aux-phone p a {
  color: white;
  text-decoration: underline;
}
.offcanvas-body .aux-phone p a:focus {
  text-decoration: none;
}

.navbar {
  padding: 25px 0;
}
.navbar .navbar-nav {
  width: 100%;
}
.navbar .navbar-nav .nav-link {
  border-bottom: 1px solid #28292A;
  color: #ffffff;
  font-family: "Instrument Sans", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  padding-right: 1.5rem;
  padding-left: 0;
  position: relative;
}
.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link:active, .navbar .navbar-nav .nav-link:focus {
  color: #ffffff;
  text-decoration: underline;
}
.navbar .navbar-nav .dropdown-toggle::after {
  border: none;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/icons/nav-chevron-down.svg");
  right: -0.2rem;
  top: 0.5rem;
  position: absolute;
  transform: none;
}
.navbar .navbar-nav .dropdown-toggle:active {
  background-color: white !important;
}
.navbar .navbar-nav .dropdown-toggle.show::after {
  transform: rotate(-180deg);
}

/* INSIDE OFFCANVAS SLIDE NAV*/
.slidingDiv {
  position: fixed;
  top: 45px;
  right: -100%; /* Initially hidden off-screen */
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transition: right 0.3s ease;
  overflow-y: scroll;
  padding: 20px 20px 30vh 20px;
  z-index: 2;
}
.slidingDiv .dropdown-item {
  color: #181818;
  font-size: 1.5rem;
  line-height: 3rem;
  margin: 0.5rem;
  padding-left: 0;
  text-decoration: none;
}
.slidingDiv .dropdown-item:hover, .slidingDiv .dropdown-item:focus {
  background-color: #F4F2EF;
}
.slidingDiv .drop-ico-item {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 25px;
}
.slidingDiv .drop-ico-item a {
  display: inline-block;
  width: auto;
}
.slidingDiv .drop-ico-item img {
  display: inline-block;
  margin-right: 5px;
  width: 25px;
}
.slidingDiv .nav-ico-header {
  display: block;
  margin-bottom: 0.6rem;
  margin-top: 1rem;
}
.slidingDiv .nav-ico-header .dropdown-header {
  padding: 0;
}
.slidingDiv .nav-ico-header .dropdown-header a {
  font-family: "Instrument Sans", sans-serif;
  font-size: 2.167rem;
  line-height: 2.5rem;
  font-weight: 500;
  text-transform: capitalize;
  padding: 0.5rem;
  border-bottom: 2px solid #F4F2EF;
  text-decoration: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.slidingDiv .nav-ico-header .dropdown-header a:hover, .slidingDiv .nav-ico-header .dropdown-header a:active, .slidingDiv .nav-ico-header .dropdown-header a:focus {
  color: #D5A021;
}
.slidingDiv .nav-ico-header img {
  display: inline-block;
  transition: opacity 0.3s ease;
  margin-right: 0.5em;
}
.slidingDiv .nav-ico-header .hover-img {
  position: absolute;
  opacity: 0;
}
.slidingDiv .nav-ico-header:hover .hover-img, .slidingDiv .nav-ico-header:active .hover-img, .slidingDiv .nav-ico-header:focus .hover-img {
  opacity: 1;
}
.slidingDiv .nav-ico-header:hover .default-img, .slidingDiv .nav-ico-header:active .default-img, .slidingDiv .nav-ico-header:focus .default-img {
  opacity: 0;
}

.slidingDiv.visible {
  right: 0; /* Slide in from the right */
}

.slidingDiv.hidden {
  right: -100%; /* Slide out to the right */
}

.closeDiv {
  display: block;
  margin-bottom: 20px;
}

.openDiv {
  color: #181818;
  display: block;
  font-family: "Instrument Sans", sans-serif;
  font-size: 2rem;
  line-height: 2.75rem;
  font-weight: 500;
  padding: 10px 0 10px 0;
  position: relative;
  width: 100%;
}
.openDiv::after {
  border: none;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/icons/nav-chevron-down.svg");
  right: 0;
  top: 1.7rem;
  position: absolute;
  transform: rotate(-90deg);
}

.aux-link {
  color: #181818;
  display: block;
  font-family: "Instrument Sans", sans-serif;
  font-size: 2rem;
  line-height: 2.75rem;
  font-weight: 500;
  padding: 10px 0 10px 0;
  position: relative;
  width: 100%;
}
.aux-link::after {
  border: none;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/icons/nav-chevron-down.svg");
  right: 0;
  top: 1.7rem;
  position: absolute;
  transform: rotate(-90deg);
}

.slide-header {
  color: #181818;
  display: block;
  font-size: 2.25rem;
  line-height: 3rem;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  margin-bottom: 1rem;
  text-decoration: none;
}

.back-button {
  border-right: none;
  border-left: none;
  background-color: transparent;
  color: #181818;
  display: block;
  font-family: "Instrument Sans", sans-serif;
  font-size: 1.76rem;
  line-height: 2.25rem;
  font-weight: 500;
  padding: 10px 0 10px 0;
  position: relative;
  text-align: left;
  width: 100%;
  border: none;
}
.back-button img {
  margin-bottom: 4px;
}

.mobile-search .search-body {
  background-color: #F4F2EF;
  border-radius: 8px;
}
.mobile-search .search-body .col-9, .mobile-search .search-body .col-3 {
  padding: 20px 12px;
}
.mobile-search .search-body .col-9 input, .mobile-search .search-body .col-3 input {
  color: #525051;
  background: white;
  border-radius: 8px;
  font-size: 1.5rem;
  padding: 14px 12px 14px 24px;
  margin-bottom: 0;
}
.mobile-search .search-body .col-9 input::placeholder, .mobile-search .search-body .col-3 input::placeholder {
  color: #525051;
  font-size: 1.5rem;
}
.mobile-search .search-body .col-9 button, .mobile-search .search-body .col-3 button {
  border: none;
  font-size: 18px;
  font-family: Instrument Sans;
  font-weight: 500;
  background-color: transparent;
}

#searchModal .modal-dialog {
  max-width: 100%;
  padding-top: 5px;
}
#searchModal .modal-dialog .modal-header {
  border: none;
  padding-bottom: 0;
}
#searchModal .modal-dialog .modal-header .close {
  float: right;
  border: none;
  display: block;
  margin-top: 10px;
  height: 25px;
  width: 25px;
  border-radius: 50px;
}
#searchModal .modal-dialog .modal-header .close:hover, #searchModal .modal-dialog .modal-header .close:active, #searchModal .modal-dialog .modal-header .close:focus {
  background-color: #D5A021;
}
#searchModal .modal-dialog .modal-content {
  border-radius: 8px;
  background-color: transparent;
  border: none;
}
#searchModal .modal-dialog .modal-content .modal-body .search-body {
  background-color: #F4F2EF;
  border-radius: 8px;
  padding: 0 1rem 0 1rem;
}
#searchModal .modal-dialog .modal-content .modal-body .search-body .col-12 {
  padding: 12px;
}
#searchModal .modal-dialog .modal-content .modal-body .search-body .col-12 input {
  color: #525051;
  background: white;
  border-radius: 8px;
  font-size: 1.5rem;
  padding: 14px 12px 14px 24px;
  margin-bottom: 0;
}
#searchModal .modal-dialog .modal-content .modal-body .search-body .col-12 input::placeholder {
  color: #525051;
  font-size: 1.5rem;
}
#searchModal .modal-dialog .modal-content .modal-body .search-body .col-12 button {
  font-size: 18px;
  font-family: Instrument Sans;
  font-weight: 500;
}

@media (max-width: 576px) {
  #searchModal .modal-body {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  #searchModal .modal-dialog {
    margin: 8rem 0 0 0;
  }
}
@media (min-width: 768px) {
  .navbar-brand {
    max-width: auto;
  }
  #navbarTogglerDemo02 {
    height: auto;
  }
  .aux-nav .btn-sm {
    padding: 12px 20px 11px 20px;
  }
  #searchModal .modal-dialog .modal-content .modal-body .search-body {
    padding: 0 0 0 1rem;
  }
}
@media (min-width: 992px) {
  .transparent-background {
    background: #ffffff;
    backdrop-filter: blur(15px);
  }
  .navbar {
    padding: 18px 0;
  }
  .navbar .navbar-nav {
    width: auto;
  }
  .navbar .navbar-nav .nav-item {
    padding-bottom: 0;
  }
  .navbar .navbar-nav .margin-links {
    margin-bottom: auto;
  }
  .navbar .navbar-nav .margin-links.first-two-class {
    margin-bottom: 0;
    margin-top: auto;
  }
  .navbar .navbar-nav .nav-link {
    font-size: 1rem;
    color: #1E1E1E;
    text-transform: capitalize;
    font-weight: 500;
    border-bottom: none;
    padding-left: 1.5rem;
    z-index: 5;
  }
  .navbar .navbar-nav .nav-link:hover {
    color: #1E1E1E;
    text-decoration: underline;
  }
  .navbar .navbar-nav .nav-link:active {
    background-color: #D5A021;
    color: #141414;
    text-decoration: underline;
  }
  .navbar .navbar-nav .nav-link:focus {
    color: #D5A021;
    text-decoration: underline;
  }
  .navbar .navbar-nav .dropdown-menu {
    background-color: #ffffff;
    border: 0;
    border-radius: 0;
    padding: 0;
    position: fixed;
    margin-top: -1px;
    width: 100%;
    display: none;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    z-index: 1;
  }
  .navbar .navbar-nav .dropdown-menu.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }
  .navbar .navbar-nav .dropdown-menu .desk-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .navbar .navbar-nav .dropdown-menu .nav-box-title a:hover, .navbar .navbar-nav .dropdown-menu .nav-box-title a:active, .navbar .navbar-nav .dropdown-menu .nav-box-title a:focus {
    color: #D5A021;
  }
  .navbar .navbar-nav .dropdown-menu .nav-ico-header {
    display: block;
    margin-bottom: 0.6rem;
    margin-top: 1.125rem;
  }
  .navbar .navbar-nav .dropdown-menu .nav-ico-header .dropdown-header {
    padding: 0;
  }
  .navbar .navbar-nav .dropdown-menu .nav-ico-header .dropdown-header a {
    font-family: "Instrument Sans", sans-serif;
    font-size: 1.75rem;
    line-height: 3rem;
    font-weight: 500;
    text-transform: capitalize;
    padding: 0.5rem;
    border-bottom: 2px solid #F4F2EF;
    text-decoration: none;
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 100%;
  }
  .navbar .navbar-nav .dropdown-menu .nav-ico-header .dropdown-header a:hover, .navbar .navbar-nav .dropdown-menu .nav-ico-header .dropdown-header a:active, .navbar .navbar-nav .dropdown-menu .nav-ico-header .dropdown-header a:focus {
    color: #D5A021;
  }
  .navbar .navbar-nav .dropdown-menu .nav-ico-header img {
    display: inline-block;
    transition: opacity 0.3s ease;
    margin-right: 0.5em;
  }
  .navbar .navbar-nav .dropdown-menu .nav-ico-header .hover-img {
    position: absolute;
    opacity: 0;
  }
  .navbar .navbar-nav .dropdown-menu .nav-ico-header:hover .hover-img, .navbar .navbar-nav .dropdown-menu .nav-ico-header:active .hover-img, .navbar .navbar-nav .dropdown-menu .nav-ico-header:focus .hover-img {
    opacity: 1;
  }
  .navbar .navbar-nav .dropdown-menu .nav-ico-header:hover .default-img, .navbar .navbar-nav .dropdown-menu .nav-ico-header:active .default-img, .navbar .navbar-nav .dropdown-menu .nav-ico-header:focus .default-img {
    opacity: 0;
  }
  .navbar .navbar-nav .dropdown-menu .dropdown-item {
    color: #181818;
    display: block;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 400;
    padding-left: 2.5rem;
    margin-bottom: 0;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    width: auto;
  }
  .navbar .navbar-nav .dropdown-menu .dropdown-item::before {
    background-image: url("/img/icons/desk-nav-right.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 24px;
    left: 0.75rem;
    top: 47%;
    transform: translateY(-50%);
    transition: transform 0.2s ease;
  }
  .navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
  }
  .navbar .navbar-nav .dropdown-menu .dropdown-item:hover::before {
    background-image: url("/img/icons/desk-nav-gold-right.svg");
  }
  .navbar .navbar-nav .dropdown-menu .dropdown-item:active {
    background-color: #D5A021;
    color: #141414;
  }
  .navbar .navbar-nav .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #D5A021;
  }
  .navbar .navbar-nav .dropdown-menu .dropdown-item span {
    padding: 0 0 3px;
    background: none;
    display: inline-block;
    position: relative;
    border-radius: 0;
    text-decoration: none;
  }
  .navbar .navbar-nav .dropdown-menu .dropdown-item span:hover:after {
    width: 100%;
    transform: scaleX(1);
    transform-origin: left;
  }
  .navbar .navbar-nav .dropdown-menu .dropdown-item span:after {
    content: "";
    background: #E7C664;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s ease-out;
  }
  .navbar .navbar-nav .dropdown-menu .drop-ico-item {
    font-size: 0.9rem;
    line-height: 1.4rem;
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) and (min-width: 768px) and (max-width: 991px) {
  .navbar .navbar-nav .dropdown-menu .drop-ico-item {
    font-size: 0.9782608696rem;
    line-height: 1.5217391304rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .navbar .navbar-nav .dropdown-menu .drop-ico-item {
    font-size: 1.125rem;
    line-height: 1.925rem;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-nav .dropdown-menu .drop-ico-item a {
    display: inline-block;
    width: auto;
  }
  .navbar .navbar-nav .dropdown-menu .drop-ico-item a.Claims101:before {
    content: url("../img/icons/academic-cap.svg");
    margin-left: -30px;
    position: absolute;
    width: 50px;
  }
  .navbar .navbar-nav .dropdown-menu .drop-ico-item a.Insurance101:before {
    content: url("../img/icons/shield-check.svg");
    margin-left: -30px;
    position: absolute;
    width: 50px;
  }
  .navbar .navbar-nav .dropdown-menu .drop-ico-item a.HomeBuyingResources:before {
    content: url("../img/icons/home-modern.svg");
    margin-left: -30px;
    position: absolute;
    width: 50px;
  }
  .navbar .navbar-nav .dropdown-menu .drop-ico-item a.Blog:before {
    content: url("../img/icons/window.svg");
    margin-left: -30px;
    position: absolute;
    width: 50px;
  }
  .navbar .navbar-nav .dropdown-promo {
    background: #28292A;
    color: #ffffff;
    display: flex;
    font-size: 1.25rem;
    line-height: 1.65rem;
    font-weight: 400;
    padding: 6px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
  }
  .navbar .navbar-nav .dropdown-promo a {
    color: #D5A021;
    text-decoration: underline;
  }
  .navbar .navbar-nav .dropdown-promo a:hover, .navbar .navbar-nav .dropdown-promo a:active, .navbar .navbar-nav .dropdown-promo a:focus {
    text-decoration: none;
  }
  .nav-box-header {
    display: flex;
    background: #ffffff;
    margin-left: -2rem;
    min-height: 25rem;
  }
  .nav-box-header h5 {
    font-family: "Anton", sans-serif;
    font-size: 3rem;
    line-height: 3.5rem;
    color: #181818;
  }
  .nav-box-header p {
    color: #181818;
    font-size: 1rem;
    font-weight: 300;
  }
  .nav-box-header .nav-box {
    background: #F4F2EF;
    padding: 32px;
    border-radius: 20px;
    border: 8px solid transparent;
    transition: all 1s;
  }
  .nav-box-header .nav-box .grow {
    border-radius: 20px;
  }
  .nav-box-header .nav-box:hover, .nav-box-header .nav-box:focus, .nav-box-header .nav-box:active {
    border: 8px solid rgba(10, 8, 1, 0.1);
    text-decoration: none;
  }
  .nav-box-header .nav-box:hover img, .nav-box-header .nav-box:focus img, .nav-box-header .nav-box:active img {
    transform: scale(1.05);
  }
  .nav-box-header .nav-box:hover .nav-box-title span, .nav-box-header .nav-box:focus .nav-box-title span, .nav-box-header .nav-box:active .nav-box-title span {
    color: #D5A021;
    text-decoration: none !important;
  }
  .nav-box-header .nav-box:hover p, .nav-box-header .nav-box:focus p, .nav-box-header .nav-box:active p {
    text-decoration: none !important;
  }
  .nav-box-header .nav-box .nav-box-title {
    display: flex;
    align-items: center;
    margin-bottom: 0.25em;
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 20px;
  }
  .nav-box-header .nav-box .nav-box-title img {
    margin-right: 0.25em;
    transform: none;
  }
  .nav-box-header .nav-box p {
    font-size: 1.25rem;
    line-height: 150%;
  }
  .nav-box-header .nav-box img:not(.nav-box-title img) {
    border-radius: 12px;
    width: 100%;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
  }
}
.btn {
  font-size: 1.125rem;
  font-family: "Instrument Sans", sans-serif;
  align-items: center;
  border-radius: 100px;
  text-decoration: none;
  line-height: 1;
}
.btn-primary-solid {
  color: #0A0801;
  background-color: #E7C664;
  border: 4px solid #E7C664;
  border-radius: 100px;
  font-weight: 500;
  transition: all 0.2s linear;
}
.btn-primary-solid:hover, .btn-primary-solid:focus, .btn-primary-solid:active {
  text-decoration: none;
  border: 4px solid #C5960B;
}
.btn-primary-solid[disabled] {
  opacity: 1;
  color: #ffffff;
  background-color: #F4F2EF;
  border: 1px solid #F4F2EF;
}
.btn-primary-solid img {
  margin-left: 10px;
  padding-bottom: 2px;
}
.btn-secondary-solid {
  font-style: normal;
  font-weight: 500;
  background-color: #F4F2EF;
  border: 4px solid #F4F2EF;
  color: #0A0801;
  transition: all 0.2s linear;
}
.btn-secondary-solid:hover, .btn-secondary-solid:focus, .btn-secondary-solid:active {
  text-decoration: none;
  border: 4px solid #e7e5e2;
}
.btn-white-solid {
  font-style: normal;
  font-weight: 500;
  background-color: #ffffff;
  border: 4px solid #ffffff;
  color: #0A0801;
  transition: all 0.2s linear;
}
.btn-white-solid:hover, .btn-white-solid:focus, .btn-white-solid:active {
  background-color: #ffffff;
  text-decoration: none;
  border: 4px solid #E7C664;
}
.btn-primary-outline {
  border: none;
  background: transparent;
  color: #ffffff;
  font-weight: 700;
  text-decoration: underline;
  transition: all 0.2s linear;
}
.btn-primary-outline:hover, .btn-primary-outline:focus {
  color: #ffffff;
  background-color: #28292A;
  border: 1px solid #28292A;
}
.btn-primary-outline:active {
  border: 1px solid #141414;
  background: #141414;
  color: #ffffff;
}
.btn-primary-outline[disabled] {
  opacity: 1;
  color: #28292A;
  background-color: #ffffff;
  border: 1px solid #F4F2EF;
}
.btn-primary-outline-yellow {
  border: 1px solid #D5A021;
  background: transparent;
  border-radius: 0;
  color: #D5A021;
  font-weight: 500;
  transition: all 0.2s linear;
  text-decoration: underline;
}
.btn-primary-outline-yellow:hover, .btn-primary-outline-yellow:focus, .btn-primary-outline-yellow:active {
  color: #D5A021;
  border-radius: 35px;
  text-decoration: none;
}
.btn-primary-outline-yellow img {
  margin-left: 10px;
  padding-bottom: 2px;
}
.btn.btn-text-arrow {
  font-size: 1.333rem;
  font-weight: 500;
  line-height: 1.5rem !important;
  border: none;
  color: #D5A021;
  padding: 0;
}
.btn.btn-text-arrow span {
  float: left;
}
.btn.btn-text-arrow span:after {
  background-image: url("../img/icons/chevron-right.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  border: 1px solid #D5A021;
  border-radius: 0;
  content: "";
  float: right;
  height: 28px;
  margin-left: 8px;
  margin-top: -2px;
  transition: all 0.2s linear;
  width: 28px;
}
.btn.btn-text-arrow:hover span:after, .btn.btn-text-arrow:active span:after, .btn.btn-text-arrow:focus span:after {
  border-radius: 22px;
}
.btn-lg {
  display: inline-flex;
  padding: 23px 60px;
}
@media screen and (max-width: 768px) {
  .btn-lg {
    padding: 12px 28px;
    font-size: 1rem;
  }
}
.btn-md {
  display: inline-flex;
  padding: 15px 50px;
}
.btn-sm {
  display: inline-flex;
  padding: 12px 28px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 150%;
}

.bg-gold .btn-white-solid:hover, .bg-gold .btn-white-solid:focus, .bg-gold .btn-white-solid:active {
  background-color: #181818;
  border: 4px solid #181818;
  color: #ffffff;
}
.bg-gold .btn-secondary-solid {
  background-color: #181818;
  border: 4px solid #181818;
  color: #ffffff;
  margin-left: 20px;
}
.bg-gold .btn-secondary-solid:hover, .bg-gold .btn-secondary-solid:focus, .bg-gold .btn-secondary-solid:active {
  background-color: #ffffff;
  text-decoration: none;
  border: 4px solid #ffffff;
  color: #0A0801;
}

.bg-dark .btn-primary-solid:hover, .bg-dark .btn-primary-solid:focus, .bg-dark .btn-primary-solid:active {
  background-color: #ffffff;
  border: 4px solid #E7C664;
  color: #181818;
}

.btn-arrow-outline {
  display: block;
  padding: 0;
  border: 1px solid #D5A021;
  border-radius: 0;
  background: transparent;
  width: 40px;
  height: 40px;
  transition: all 0.2s linear;
}
.btn-arrow-outline:hover, .btn-arrow-outline:active, .btn-arrow-outline:focus {
  border-radius: 50px;
}
.btn-arrow-outline img {
  margin-top: 11px;
}

@media screen and (min-width: 768px) {
  .btn-lg {
    display: inline-flex;
    padding: 1.667rem 3.333rem;
  }
  .btn-md {
    display: inline-flex;
    padding: 0.75rem 1.75rem;
  }
  .btn-sm {
    display: inline-flex;
    padding: 1rem 2.333rem;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
  }
  .btn-primary-outline {
    border: 1px solid #ffffff;
    border-radius: 0;
    text-decoration: none;
  }
  .btn-primary-outline:hover, .btn-primary-outline:active, .btn-primary-outline:focus {
    border: 1px solid #ffffff;
    border-radius: 50px;
    background-color: transparent;
    text-decoration: none;
  }
}
.feature-icon-btn {
  display: flex;
  width: 100%;
  padding: 1.333rem 3rem 1.333rem 1.333rem;
  flex-direction: column;
  align-items: flex-start;
  background: #F4F2EF;
  border-radius: 100px;
  margin-bottom: 1.667rem;
  border: 8px solid transparent;
  transition: border-color 0.3s ease;
}
.feature-icon-btn:hover {
  border: 8px solid rgba(10, 8, 1, 0.1);
}
.feature-icon-btn a {
  display: flex;
  width: 100%;
  align-items: center;
  font-size: 1.563rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
  color: #181818;
}
@media screen and (min-width: 992px) {
  .feature-icon-btn a {
    font-size: 2.5rem;
  }
}
.feature-icon-btn a img:first-of-type {
  display: block;
  margin-right: 0.5em;
}
.feature-icon-btn a img:last-of-type {
  display: block;
  margin-left: auto;
  padding-left: 0.5em;
}

.lightest-side .feature-icon-btn {
  background: #ffffff;
}
.lightest-side .feature-icon-btn:hover {
  border: 8px solid rgba(10, 8, 1, 0.1);
}
.lightest-side .feature-icon-btn a {
  color: #181818;
}

.arrow-link {
  color: #181818;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.arrow-link a, .arrow-link span {
  text-decoration: none;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.arrow-link a img, .arrow-link span img {
  width: 2.667rem;
  height: 2.667rem;
  margin-right: 0.25em;
  transition: opacity 0.3s ease;
}
.arrow-link a .hover-img, .arrow-link span .hover-img {
  position: absolute;
  opacity: 0;
}
.arrow-link a:hover .hover-img, .arrow-link span:hover .hover-img {
  opacity: 1;
}
.arrow-link a:hover .default-img, .arrow-link span:hover .default-img {
  opacity: 0;
}
.arrow-link span {
  display: flex;
  align-items: center;
}

.arrow-heading.mobile-menu-btn {
  display: flex;
}
.arrow-heading.mobile-menu-btn a {
  font-family: "Instrument Sans", sans-serif;
  color: #181818;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 150%;
  position: relative;
  display: inline-flex;
  align-items: center;
  border-radius: 8px;
  padding: 1.667rem;
  background: #F4F2EF;
  width: 100%;
}
.arrow-heading.mobile-menu-btn a:hover {
  text-decoration: none;
}
.arrow-heading.mobile-menu-btn img {
  transition: opacity 0.3s ease;
  margin-right: 0.5em;
}
.arrow-heading.mobile-menu-btn .hover-img {
  position: absolute;
  opacity: 0;
}
.arrow-heading.mobile-menu-btn:hover .hover-img {
  opacity: 1;
}
.arrow-heading.mobile-menu-btn:hover .default-img {
  opacity: 0;
}

.home-hero h1 {
  font-size: 3.5rem;
  line-height: 4rem;
}
.home-hero h1.padding-bottom-200 {
  padding-bottom: 0;
}
@media (min-width: 500px) {
  .home-hero h1 {
    font-size: 4.5rem;
    line-height: 5rem;
  }
}
@media (min-width: 768px) {
  .home-hero h1 {
    font-size: 7.25rem;
    line-height: 7.75rem;
  }
}
.home-hero .padding-bottom-16 {
  padding-bottom: 2rem;
}
.home-hero p {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  margin-bottom: 3.333rem;
}
@media (min-width: 768px) {
  .home-hero p {
    font-size: 1.625rem;
    line-height: 2.6rem;
  }
}
.home-hero p.p-top-15 {
  padding-top: 15px;
}
.home-hero img {
  object-fit: cover;
  width: 100%;
  border-radius: 60px;
  height: 550px;
  object-position: center;
}
@media (min-width: 768px) {
  .home-hero img {
    height: auto;
  }
}
.home-hero .hero-video {
  border-radius: 25px;
  overflow: hidden;
}
.home-hero .storm-pill {
  background: #ffffff;
  border-radius: 50px;
  display: inline-block;
  padding: 15px 20px;
  margin-bottom: 20px;
}
.home-hero .storm-pill svg {
  width: 35px;
}
.home-hero .pause-button {
  position: relative;
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 12px;
  cursor: pointer;
  border-radius: 50%;
  transition: background 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  z-index: 50;
}
.home-hero .pause-button svg {
  width: 24px;
  height: 24px;
  transition: transform 0.2s ease-in-out;
}
.home-hero .pause-button:hover, .home-hero .pause-button:active, .home-hero .pause-button:focus {
  background: #C5960B;
  border: 2px solid #C5960B;
}
.home-hero .pause-button:active svg {
  transform: scale(0.9);
}
.home-hero.storm-vid .padding-bottom-110 {
  padding-bottom: 3.85rem;
}
.home-hero.storm-vid .pause-button {
  bottom: 1rem;
  left: 1.75rem;
}
.home-hero.vid-bg {
  /* Fill the container; let JS size the iframe to "cover" */
}
.home-hero.vid-bg.gray-pattern-bottom-lg:after {
  padding-top: 65.5%;
}
.home-hero.vid-bg .padding-bottom-110 {
  padding-bottom: 3.75rem;
}
.home-hero.vid-bg .hero-container {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-image: url("/img/stock/homepage-video-screen-opt.jpg");
  background-size: cover;
}
.home-hero.vid-bg .hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  overflow: hidden;
}
.home-hero.vid-bg .hero-bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  border-radius: inherit;
}
.home-hero.vid-bg .hero-bg-media {
  position: absolute;
  inset: 0;
}
.home-hero.vid-bg .hero-bg-media iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* width/height set by JS to ensure cover */
}
.home-hero.vid-bg .home-hero .row,
.home-hero.vid-bg .pause-button {
  position: relative;
  z-index: 2;
}
.home-hero.vid-bg .pause-button {
  position: absolute;
  bottom: 1rem;
  left: 0.75rem;
}
.home-hero.vid-bg .col-lg-6 h1 {
  color: #ffffff;
}
.home-hero.vid-bg .col-lg-6 p {
  color: #ffffff;
}
.home-hero.vid-bg .btn {
  margin-bottom: 1rem;
}
.home-hero.vid-bg .btn:hover, .home-hero.vid-bg .btn:active, .home-hero.vid-bg .btn:focus {
  background: #ffffff;
}
.home-hero.vid-bg .third-header {
  color: #141414;
  font-size: 3.3rem;
  font-family: Helvetica;
  font-weight: 400;
  line-height: 4.3rem;
  word-wrap: break-word;
}
.home-hero.vid-bg .third-header sup {
  font-size: 1rem;
  top: -1.6rem;
}
.home-hero .pause-button {
  position: absolute;
  bottom: 2rem;
  left: 3.75rem;
  width: 50px;
  height: 50px;
  margin-top: 0;
}

@media (min-width: 1000px) {
  .home-hero {
    position: relative;
    overflow: visible;
  }
  .home-hero .padding-bottom-110 {
    padding-bottom: 6.875rem;
  }
  .home-hero.storm-vid .pause-button {
    bottom: 3.75rem;
    left: 3.75rem;
  }
  .home-hero.vid-bg.gray-pattern-bottom-lg:after {
    padding-top: 24.5%;
  }
  .home-hero.vid-bg .padding-bottom-110 {
    padding-bottom: 6.875rem;
  }
  .home-hero.vid-bg .hero-container {
    border-radius: 3.75rem;
  }
  .home-hero.vid-bg .col-lg-6 {
    padding-left: 3.75rem;
  }
  .home-hero.vid-bg .pause-button {
    bottom: 3.75rem;
    left: 3.75rem;
  }
  .hero-video {
    border-radius: 60px;
    overflow: hidden;
  }
  .gray-pattern-bottom .third-header {
    font-size: 6rem;
    line-height: 7rem;
    margin-bottom: 5rem;
  }
  .gray-pattern-bottom .third-header sup {
    font-size: 2rem;
    top: -1.5em;
  }
}
@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1.05);
  }
}
.side-by-side.hero-blog-detail h1 {
  font-size: 4.25rem;
  line-height: 120%;
}
.side-by-side.hero-blog-detail p {
  font-size: 1.625rem;
  line-height: 150%;
  margin-bottom: 2.083rem;
}
.side-by-side.hero-blog-detail .date {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.side-by-side.hero-blog-detail .tc-label {
  background-color: #F4F2EF;
  color: #141414;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 150%;
  position: relative;
  padding: 0.333rem 1rem;
  border-radius: 100px;
  margin-bottom: 1.25rem;
  text-transform: capitalize;
  letter-spacing: 0;
}
.side-by-side.hero-blog-detail .sbs-img {
  position: relative;
  height: 35rem;
  min-height: auto !important;
  border-radius: 20px !important;
}

.article p, .article ul, .article ol {
  color: #525051;
  font-size: 1.667rem;
  line-height: 2.667rem;
  font-weight: 300;
}
.article a {
  color: #D5A021;
  text-decoration: underline;
}
.article h2 {
  color: #181818;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 5rem;
  line-height: 7.333rem;
}
.article h3 {
  color: #ffffff;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 3.4rem;
  line-height: 5.333rem;
}
.article h4 {
  color: #ffffff;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 4rem;
}
.article blockquote {
  border-left: 3px solid #C5960B;
  margin: 4rem 0;
  padding: 1rem 3rem;
}
.article blockquote p {
  font-size: 2.5rem;
  line-height: 3.333rem;
}
.article img:not(.soc-logos img) {
  width: 100%;
  margin: 3rem 0;
  border-radius: 20px;
}

.blog-sb h4 {
  color: #181818;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
}
.blog-sb .soc-logos {
  margin-top: 20px;
}
.blog-sb .soc-logos ul {
  list-style: none;
  display: flex;
}
.blog-sb .soc-logos ul li {
  margin-right: 0.25em;
}
.blog-sb .contributors span {
  color: #525051;
  display: block;
  font-size: 1.333rem;
  line-height: 2rem;
  font-weight: 300;
}
.blog-sb .contributors .auth-img {
  display: block;
  height: 55px;
  width: 55px;
  background-size: cover;
  background-position: center;
  border-radius: 55px;
  margin-right: 16px;
}
.blog-sb .divider {
  border-top: 1px solid #F4F2EF;
  margin: 1em 0;
}
.blog-sb .soc-block h4 {
  margin: 2rem 0 0 2rem;
}
.blog-sb .soc-block ul {
  display: inline-block;
  font-size: 0.7rem;
  line-height: 1.2rem;
  list-style: none;
  margin: 1rem 2rem 2rem 2rem;
  padding-left: 0;
  width: auto;
}
.blog-sb .soc-block ul li {
  display: inline;
  line-height: 1.375rem;
  margin-right: 10px;
}
.blog-sb .soc-block ul li a img {
  border: none;
  margin: 0;
  width: 20px;
}

.gray-pattern-bottom-lg {
  position: relative;
}
.gray-pattern-bottom-lg .container {
  position: relative;
  z-index: 1;
}
.gray-pattern-bottom-lg:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  right: 0;
  width: 100%;
  padding-top: 24.5%;
  background: url("../img/gray-pattern-lg.svg") no-repeat center bottom;
  background-size: cover;
  z-index: 0;
}

.gray-pattern-top {
  position: relative;
}
.gray-pattern-top .container {
  position: relative;
  z-index: 1;
}
.gray-pattern-top:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 58px;
  background: url("../img/gray-pattern-bottom.svg") repeat-x center bottom;
  z-index: 0;
}

.gray-pattern-bottom {
  position: relative;
}
.gray-pattern-bottom .container {
  position: relative;
  z-index: 1;
}
.gray-pattern-bottom:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  right: 0;
  width: 100%;
  height: 58px;
  background: url("../img/gray-pattern-top.svg") repeat-x center bottom;
  z-index: 0;
}

.gold-pattern-bottom {
  position: relative;
}
.gold-pattern-bottom .container {
  position: relative;
  z-index: 1;
}
.gold-pattern-bottom:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: auto;
  bottom: -1px;
  right: 0;
  width: 100%;
  height: 58px;
  background: url("../img/gold-pattern-bottom.svg") repeat-x center bottom;
  z-index: 0;
}

.bg-gold {
  background: #E7C664;
}

.bg-dark {
  background: #181818;
}
.bg-dark .home-hero h1, .bg-dark .home-hero p {
  color: #ffffff;
}

.side-by-side h1 {
  color: #ffffff;
  font-family: "Anton", sans-serif;
  font-size: 4rem;
  line-height: 4.75rem;
  margin-bottom: 1.5rem;
  font-weight: 400;
}
.side-by-side h3 {
  color: #ffffff;
  font-family: "Anton", sans-serif;
  font-size: 3.167rem;
  line-height: 3.75rem;
  margin-bottom: 1.5rem;
  font-weight: 400;
}
.side-by-side picture.rounded {
  border-radius: 35px !important;
  overflow: hidden;
}
.side-by-side .eye-brow {
  color: #F4F2EF;
  display: inline-block;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
  font-size: 1.25rem;
  line-height: 1.8rem;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.side-by-side .eye-brow.dark {
  color: #181818;
}
.side-by-side .tc-label {
  background-color: #F4F2EF;
  color: #141414;
  display: inline-block;
  font-size: 1.083rem;
  line-height: 1.333rem;
  font-weight: 600;
  letter-spacing: 1.3px;
  position: relative;
  padding: 5px 10px;
  text-transform: uppercase;
}
.side-by-side .wrap-link {
  text-decoration: none;
}
.side-by-side .wrap-link:hover .btn-text-arrow span:after, .side-by-side .wrap-link:focus .btn-text-arrow span:after, .side-by-side .wrap-link:active .btn-text-arrow span:after {
  border-radius: 50px;
}
.side-by-side p {
  color: #525051;
  font-size: 1.667rem;
  line-height: 2.5rem;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 3.125rem;
}
.side-by-side p.hero-p {
  font-size: 2rem;
  line-height: 3rem;
}
.side-by-side ul li {
  color: #525051;
  font-size: 1.667rem;
  line-height: 2.667rem;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 300;
}
.side-by-side .foot {
  color: #ffffff;
  font-size: 1.333rem;
  line-height: 2rem;
}
.side-by-side.top-border {
  border-top: 1px solid #28292A;
}
.side-by-side.bottom-border {
  border-bottom: 1px solid #28292A;
}
.side-by-side.dark-side {
  background-color: transparent;
}
.side-by-side .sbs-background .sbs-img {
  display: flex;
  min-height: 33.333rem;
  border-radius: 60px;
  position: relative;
}
@media (min-width: 992px) {
  .side-by-side .sbs-background .sbs-img {
    min-height: 66.667rem;
  }
}
@media (min-width: 992px) {
  .side-by-side .accordion-body .sbs-background .sbs-img {
    min-height: 39.583rem !important;
  }
}
.side-by-side.hero h1 {
  font-family: "Anton", sans-serif;
  font-size: 4.5rem;
  line-height: 5.333rem;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .side-by-side.hero h1 {
    font-size: 7.25rem;
    line-height: 8rem;
  }
}
.side-by-side.hero p {
  font-size: 1.777rem;
  line-height: 2.667rem;
}
@media (min-width: 992px) {
  .side-by-side.hero p {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
.side-by-side.hero p.date {
  font-size: 1.333rem;
  line-height: 2rem;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.side-by-side.wow {
  animation-name: fadeInScale;
  animation-duration: 3s;
  animation-fill-mode: forwards;
}
.side-by-side .faq .faq-subhead {
  font-size: 1.8rem;
  line-height: 2.5rem;
  color: #525051;
  margin-bottom: 3.333rem;
}
.side-by-side .faq img {
  border-radius: 24px;
}
.side-by-side.lax-img {
  border-bottom: 20px solid #F4F2EF;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.side-by-side.lax-img p {
  color: #ffffff;
  font-family: "Instrument Sans", sans-serif;
  font-size: 2rem;
  line-height: 2.6rem;
}
.side-by-side.lax-img .fip-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
.side-by-side.lax-img .full-img-promo {
  position: relative;
  height: 100vh;
  background-size: cover; /* Ensure the image covers the div initially */
  background-position: center;
}
.side-by-side.lax-img .full-img-promo .container {
  z-index: 5;
}
.side-by-side.lax-img .full-img-promo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  z-index: 1;
}
.side-by-side.white-side {
  background: white;
}
.side-by-side.white-side .eye-brow, .side-by-side.white-side span, .side-by-side.white-side h1, .side-by-side.white-side h2, .side-by-side.white-side h3, .side-by-side.white-side h4, .side-by-side.white-side h5, .side-by-side.white-side h6 {
  color: #181818;
}
.side-by-side.white-side .sbs-img {
  border-radius: 60px;
}
.side-by-side.white-side.logos img {
  width: 100%;
  object-fit: cover;
}
.side-by-side.white-side.logos p {
  color: #525051;
  font-size: 1.667rem;
  line-height: 2.5rem;
}
.side-by-side.bg-gold {
  color: #181818;
}
.side-by-side.bg-gold p {
  color: #525051;
  font-size: 1.667rem;
  line-height: 2.5rem;
}
.side-by-side.lighter-side {
  background: #28292A;
}
.side-by-side.lighter-side.find-your-agent {
  background: #525051;
}
.side-by-side.lighter-side .sbs-background .sbs-img {
  display: flex;
  min-height: 400px;
  border-radius: 60px;
}
@media (min-width: 992px) {
  .side-by-side.lighter-side .sbs-background .sbs-img {
    min-height: 800px;
  }
}
.side-by-side.lighter-side .address-box {
  border: 1px solid #45474A;
}
.side-by-side.lightest-side {
  background: #F4F2EF;
}
.side-by-side.lightest-side .accordion-body p {
  font-size: 1.667rem;
  line-height: 2.5rem;
  color: #525051;
}
.side-by-side.lightest-side h3 {
  color: #28292A;
  font-size: 3.25rem;
  line-height: 4.25rem;
}
@media (min-width: 768px) {
  .side-by-side.lightest-side h3 {
    font-size: 4.167rem;
    line-height: 4.75rem;
  }
}
.side-by-side.lightest-side .eye-brow {
  color: #28292A;
}
.side-by-side.lightest-side p {
  margin-bottom: 3.333rem;
}
.side-by-side.lightest-side p.legal {
  font-size: 0.875rem !important;
  line-height: 1.5 !important;
}
.side-by-side.lightest-side .tc-label {
  border-radius: 100px;
  background: white;
  padding: 4px 12px;
  font-size: 1.25rem;
  line-height: 1.8rem;
  font-weight: 500;
  letter-spacing: 0;
}
.side-by-side.lightest-side .foot {
  color: #28292A;
}
.side-by-side.lightest-side .sbs-background .sbs-img {
  display: flex;
  min-height: 400px;
  border-radius: 60px;
  position: relative;
}
@media (min-width: 992px) {
  .side-by-side.lightest-side .sbs-background .sbs-img {
    min-height: 800px;
  }
}
.side-by-side.lightest-side.inset {
  border-radius: 60px;
  padding: 30px;
}
.side-by-side.lightest-side.inset .sbs-img {
  border-radius: 40px;
}
.side-by-side.lightest-side.inset .arrow-link a {
  font-size: 1.25rem;
  text-decoration: none;
  color: #181818;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.side-by-side.lightest-side.inset .arrow-link img {
  width: 60px;
  height: 60px;
  margin-right: 0.5em;
  transition: opacity 0.3s ease;
}
.side-by-side.lightest-side.inset .arrow-link .hover-img {
  position: absolute;
  opacity: 0;
}
.side-by-side.lightest-side.inset .arrow-link:hover .hover-img {
  opacity: 1;
}
.side-by-side.lightest-side.inset .arrow-link:hover .default-img {
  opacity: 0;
}
@media (min-width: 768px) {
  .side-by-side.lightest-side.inset {
    padding: 60px;
  }
}
.side-by-side.lightest-side.inset p {
  font-size: 1.667rem;
  line-height: 2.5rem;
  color: #525051;
}
.side-by-side.lightest-side .contact-us .text-card h3 {
  font-family: "Instrument Sans", sans-serif;
  font-size: 1.625rem !important;
  font-weight: 400;
  line-height: 2.667rem;
  margin-bottom: 0.5rem;
}
.side-by-side.counters h3 {
  font-size: 5rem;
  line-height: 7.3rem;
}
.side-by-side.counters p {
  font-size: 1.667rem;
  line-height: 2.5rem;
  margin-bottom: 0;
}
.side-by-side.join-us .lighter-side {
  background: #28292A;
}
.side-by-side.join-us .sbs-background.dark-border .sbs-img {
  border-radius: 60px;
}
.side-by-side.join-us .lightest-side {
  background: #F4F2EF;
  color: #141414;
}
.side-by-side.join-us .lightest-side .eye-brow, .side-by-side.join-us .lightest-side p, .side-by-side.join-us .lightest-side h3 {
  color: #141414;
}
.side-by-side.join-us.dark-bg {
  background-color: #141414;
}
.side-by-side.blog-hero h3 {
  font-size: 3.417rem;
  line-height: 5.333rem;
}
.side-by-side.blog-hero p {
  font-size: 1.667rem;
  line-height: 2.5rem;
}
.side-by-side.blog-hero .lighter-side {
  background: #28292A;
}
.side-by-side.blog-hero .sbs-background.dark-border .sbs-img {
  border-bottom: none;
  border-radius: 60px;
}
.side-by-side.blog-hero .lightest-side {
  background: #F4F2EF;
  color: #141414;
}
.side-by-side.blog-hero .lightest-side .eye-brow, .side-by-side.blog-hero .lightest-side p, .side-by-side.blog-hero .lightest-side h3 {
  color: #141414;
}
.side-by-side.blog-hero.dark-bg {
  background-color: #141414;
}

.offset-images .col-12 {
  margin-top: 0rem;
}
.offset-images .col-12:last-of-type {
  margin-top: 16rem;
}

.vid-pop {
  transition: all 0.4s ease-in-out;
  border: none;
  background-color: transparent;
  padding: 0;
}
.vid-pop .sbs-img {
  transition: 0.5s ease all;
}
.vid-pop .bi-play-circle {
  fill: #ffffff;
  width: 60px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 5;
}

@media (min-width: 768px) {
  .side-by-side .eye-brow {
    margin-top: 0;
  }
  .side-by-side h1 {
    font-size: 6rem;
    line-height: 9.333rem;
  }
  .side-by-side h3 {
    font-size: 5rem;
    line-height: 5.75rem;
  }
  .side-by-side.lax-img h3 {
    font-size: 5rem;
    line-height: 6rem;
  }
  .portal-template .side-by-side h3 {
    font-size: 4rem;
    line-height: 4.75rem;
  }
}
@media (min-width: 992px) {
  .side-by-side .eye-brow {
    margin-top: 0;
  }
  .side-by-side.flush-left .container {
    max-width: 100%;
    padding-right: 10%;
  }
  .side-by-side.flush-right .container {
    max-width: 100%;
    padding-left: 5%;
  }
  .side-by-side.lax-img .fip-content {
    width: auto;
  }
}
.feature-scroll .fixed-text .eye-brow {
  display: inline-block;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.feature-scroll .fixed-text h3 {
  font-size: 4.25rem;
  font-weight: 400;
  line-height: 5rem;
  margin-bottom: 2rem;
}
.feature-scroll .fixed-text p {
  font-size: 1.667rem;
  font-weight: normal;
  color: #525051;
  line-height: 2.5rem;
}
.feature-scroll .text-card {
  background: transparent;
}
.feature-scroll .text-card p {
  font-size: 1.667rem;
  line-height: 2.5rem;
  color: #525051;
}
.feature-scroll .text-card .arrow-heading img {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}

.insurance-list {
  border-bottom: 1px solid rgba(10, 8, 1, 0.1);
}
.insurance-list:last-of-type {
  border-bottom: none;
}
.insurance-list p {
  font-size: 1.667rem;
  line-height: 2.5rem;
}

.three-card-up.white .tc-content {
  min-height: auto !important;
}
.three-card-up.white .card-link {
  z-index: 0;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
.three-card-up.white .card-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  box-shadow: inset 0 0 0 8px rgba(10, 8, 1, 0);
  transition: box-shadow 0.2s linear;
}
.three-card-up.white .card-link:hover::after {
  box-shadow: inset 0 0 0 8px rgba(10, 8, 1, 0.1);
}
.three-card-up .row:after {
  content: "";
  display: table;
  clear: both;
}
.three-card-up h3 {
  margin-bottom: 60px;
}
.three-card-up.tall-cards .tall-card {
  height: 638px;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}
.three-card-up.tall-cards .tall-card:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s ease all;
  z-index: 2;
}
.three-card-up.tall-cards .tall-card .bk-img {
  transition: 0.5s ease all;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.three-card-up.tall-cards .tall-card .tc-label {
  color: #141414;
  font-size: 1.083rem;
  line-height: 1.333rem;
  font-weight: 600;
  letter-spacing: 1.3px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #F4F2EF;
  padding: 5px 10px;
  text-transform: uppercase;
}
.three-card-up.tall-cards .tall-card .tc-content {
  position: absolute;
  inset: 0;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 5;
  pointer-events: none;
}
.three-card-up.tall-cards .tall-card .tc-content .title {
  position: relative;
  color: #fff;
  font-size: 3rem;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  line-height: 3.5rem;
  margin-bottom: 2rem;
  transform: translateY(0);
  transition: transform 0.4s ease;
  pointer-events: auto;
}
.three-card-up.tall-cards .tall-card .tc-content a.btn {
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
  opacity: 0;
  transform: translateY(3.75rem);
  transition: all 0.4s ease;
  pointer-events: none;
}
.three-card-up.tall-cards .tall-card:hover .tc-content .title {
  transform: translateY(-3.75rem);
}
.three-card-up.tall-cards .tall-card:hover .tc-content a.btn {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.three-card-up:hover .tall-card .btn-arrow-outline, .three-card-up:active .tall-card .btn-arrow-outline, .three-card-up:focus .tall-card .btn-arrow-outline {
  border-radius: 50px;
}
.three-card-up.question-cards .card-link {
  background-color: white;
  border-bottom: 6px solid #E7C664;
  display: block;
  min-height: 14rem;
  padding: 24px;
  text-decoration: none;
  transition: all 0.2s linear;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 12px 12px 0px 0px;
}
.three-card-up.question-cards .card-link h4 {
  color: #181818;
  font-size: 1.5rem;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.three-card-up.question-cards .card-link p {
  color: #525051;
  font-size: 1.25rem;
  font-weight: 400;
}
.three-card-up.question-cards .card-link:hover, .three-card-up.question-cards .card-link:active, .three-card-up.question-cards .card-link:focus {
  background-color: #F4F2EF;
}
.three-card-up.question-cards .card-link:hover h4, .three-card-up.question-cards .card-link:hover p, .three-card-up.question-cards .card-link:active h4, .three-card-up.question-cards .card-link:active p, .three-card-up.question-cards .card-link:focus h4, .three-card-up.question-cards .card-link:focus p {
  color: #141414;
}
.three-card-up.dark-3-card .card-link {
  text-decoration: none;
  display: block;
  margin-bottom: 3.5rem;
}
.three-card-up.dark-3-card .card-link .tall-card {
  height: auto;
  position: relative;
  overflow: hidden;
}
.three-card-up.dark-3-card .card-link .tall-card:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s ease all;
  z-index: 2;
}
.three-card-up.dark-3-card .card-link .tall-card .bk-img {
  height: 315px;
  transition: 0.5s ease all;
  object-fit: cover;
  width: 100%;
}
.three-card-up.dark-3-card .card-link:hover .tc-content h4, .three-card-up.dark-3-card .card-link:hover .tc-content p, .three-card-up.dark-3-card .card-link:focus .tc-content h4, .three-card-up.dark-3-card .card-link:focus .tc-content p, .three-card-up.dark-3-card .card-link:active .tc-content h4, .three-card-up.dark-3-card .card-link:active .tc-content p {
  text-decoration: none;
}
.three-card-up.dark-3-card .card-link:hover .tc-content .btn-arrow-outline, .three-card-up.dark-3-card .card-link:focus .tc-content .btn-arrow-outline, .three-card-up.dark-3-card .card-link:active .tc-content .btn-arrow-outline {
  border-radius: 50px;
}
.three-card-up.dark-3-card .card-link .tc-label {
  color: #141414;
  font-size: 1.083rem;
  line-height: 1.333rem;
  font-weight: 600;
  letter-spacing: 1.3px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #F4F2EF;
  padding: 5px 10px;
  text-transform: uppercase;
}
.three-card-up.dark-3-card .tc-content {
  background-color: #141414;
  padding: 40px;
  position: relative;
}
.three-card-up.dark-3-card .tc-content h4 {
  color: #ffffff;
  font-size: 2.333rem;
  line-height: 3.333rem;
  font-family: "Anton", sans-serif;
  margin-bottom: 1.5rem;
}
.three-card-up.dark-3-card .tc-content p {
  color: #ffffff;
  margin-bottom: 3rem;
  font-weight: 300;
}
.three-card-up.dark-3-card.reader {
  background-color: #28292A;
}
.three-card-up.dark-3-card.reader.clear {
  background-color: transparent;
}
.three-card-up.dark-3-card.reader.clear .tc-content {
  background-color: transparent;
}
.three-card-up.dark-3-card.reader .tc-content .tc-label {
  color: #141414;
  display: inline-block;
  font-size: 1.083rem;
  line-height: 1.333rem;
  font-weight: 600;
  letter-spacing: 1.3px;
  position: relative;
  left: 0;
  top: 0;
  background-color: #F4F2EF;
  padding: 5px 10px;
  text-transform: uppercase;
  margin: 0 1rem 3rem 0;
}
.three-card-up.dark-3-card.reader .tc-content .tc-time {
  color: #ffffff;
  display: inline-block;
  font-size: 1.167rem;
  line-height: 2rem;
  font-weight: 600;
  letter-spacing: 1.3px;
  position: relative;
}
.three-card-up.light-3-card .card-link {
  z-index: 0;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  text-decoration: none;
  display: inline-flex;
  flex-direction: column;
  background: white;
  height: 100%;
}
.three-card-up.light-3-card .card-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  box-shadow: inset 0 0 0 8px rgba(10, 8, 1, 0);
  transition: box-shadow 0.2s linear;
}
.three-card-up.light-3-card .card-link:hover::after {
  box-shadow: inset 0 0 0 8px rgba(10, 8, 1, 0.1);
}
.three-card-up.light-3-card .card-link .tall-card {
  height: auto;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.three-card-up.light-3-card .card-link .tall-card:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s ease all;
  z-index: 2;
}
.three-card-up.light-3-card .card-link .tall-card .bk-img {
  height: 315px;
  transition: 0.5s ease all;
  object-fit: cover;
  width: 100%;
}
.three-card-up.light-3-card .card-link:hover .arrow-link span .hover-img, .three-card-up.light-3-card .card-link:focus .arrow-link span .hover-img, .three-card-up.light-3-card .card-link:active .arrow-link span .hover-img {
  opacity: 1;
}
.three-card-up.light-3-card .card-link:hover .tc-content h4,
.three-card-up.light-3-card .card-link:hover .tc-content p, .three-card-up.light-3-card .card-link:focus .tc-content h4,
.three-card-up.light-3-card .card-link:focus .tc-content p, .three-card-up.light-3-card .card-link:active .tc-content h4,
.three-card-up.light-3-card .card-link:active .tc-content p {
  text-decoration: none;
}
.three-card-up.light-3-card .card-link:hover .tc-content .btn-arrow-outline, .three-card-up.light-3-card .card-link:focus .tc-content .btn-arrow-outline, .three-card-up.light-3-card .card-link:active .tc-content .btn-arrow-outline {
  border-radius: 50px;
}
.three-card-up.light-3-card .card-link .tc-label {
  color: #141414;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 500;
  background-color: #F4F2EF;
  padding: 4px 12px;
  border-radius: 100px;
  margin-bottom: 20px;
}
.three-card-up.light-3-card .tc-content {
  background-color: #ffffff;
  padding: 40px;
  position: relative;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.three-card-up.light-3-card .tc-content h4 {
  color: #181818;
  font-size: 2.167rem;
  line-height: 2.75rem;
  font-family: "Instrument Sans", sans-serif;
  margin-bottom: 1rem;
  font-weight: 400;
}
.three-card-up.light-3-card .tc-content p {
  color: #525051;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.three-card-up.light-3-card.reader {
  background-color: #28292A;
}
.three-card-up.light-3-card.reader.clear {
  background-color: transparent;
}
.three-card-up.light-3-card.reader.clear .tc-content {
  background-color: transparent;
}
.three-card-up.light-3-card.reader .tc-content .tc-label {
  color: #141414;
  display: inline-block;
  font-size: 1.083rem;
  line-height: 1.333rem;
  font-weight: 600;
  letter-spacing: 1.3px;
  position: relative;
  left: 0;
  top: 0;
  background-color: #F4F2EF;
  padding: 5px 10px;
  text-transform: uppercase;
  margin: 0 1rem 3rem 0;
}
.three-card-up.light-3-card.reader .tc-content .tc-time {
  color: #ffffff;
  display: inline-block;
  font-size: 1.167rem;
  line-height: 2rem;
  font-weight: 600;
  letter-spacing: 1.3px;
  position: relative;
}

.side-by-side.lightest-side.three-card-header p {
  color: #525051;
  font-size: 1.625rem;
  margin-bottom: 0;
}
.side-by-side.lightest-side.three-card-header p:first-of-type:has(+ p) {
  margin-bottom: 1.5em;
}

@media screen and (min-width: 768px) {
  .three-card-up.tall-cards .tall-card .tc-content a.btn {
    left: 1.25rem;
    bottom: 1.75rem;
    transform: translateY(1.75rem);
  }
  .three-card-up.tall-cards .tall-card .tc-content .title {
    font-size: 3.5rem;
  }
  .three-card-up.tall-cards .tall-card:hover .tc-content .title {
    transform: translateY(-5.75rem);
  }
}
@media screen and (min-width: 1024px) {
  .three-card-up.tall-cards .tall-card .tc-content {
    padding: 3.75rem;
  }
  .three-card-up.tall-cards .tall-card .tc-content a.btn {
    left: 3.75rem;
    bottom: 3.75rem;
    transform: translateY(3.75rem);
  }
  .three-card-up.tall-cards .tall-card .tc-content .title {
    font-size: 3.5rem;
  }
}
.ico-cards {
  /*background-color: $dk-grey;*/
}
.ico-cards a {
  text-decoration: none;
}
.ico-cards a:hover, .ico-cards a:active, .ico-cards a:focus {
  text-decoration: none;
}
.ico-cards a:hover .btn.btn-text-arrow span:after, .ico-cards a:active .btn.btn-text-arrow span:after, .ico-cards a:focus .btn.btn-text-arrow span:after {
  border-radius: 22px;
}
.ico-cards .ico-card {
  background-color: #1a1a19;
  padding: 2rem;
  margin-bottom: 2rem;
  min-height: 31.25rem;
}
.ico-cards .ico-card img {
  margin-bottom: 28px;
}
.ico-cards .ico-card h5 {
  color: #ffffff;
  font-family: "Instrument Sans", sans-serif;
  font-size: 2rem;
  line-height: 3.333rem;
  font-weight: 300;
  margin-bottom: 2rem;
}
.ico-cards .ico-card p {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 300;
  font-family: "Instrument Sans", sans-serif;
}

.text-card {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  margin: 0 0 6.667rem 0;
  text-decoration: none;
  transition: all 0.2s linear;
}
.text-card:last-child {
  margin-bottom: 0;
}
.text-card:last-child p {
  margin-bottom: 0;
}
.text-card:hover, .text-card:active, .text-card:focus {
  text-decoration: none;
}
.text-card:hover .btn.btn-arrow-outline, .text-card:active .btn.btn-arrow-outline, .text-card:focus .btn.btn-arrow-outline {
  border-radius: 22px;
}
.text-card h4 {
  color: #181818;
  font-family: "Anton", sans-serif;
  font-size: 3.417rem;
  line-height: 5.333rem;
  font-weight: 400;
}
.text-card p {
  margin-bottom: 1.5rem;
}
.text-card .arrow-heading {
  display: flex;
  /* Make sure taps always register on the link, not the images */
  /* Only enable hover swap on devices that actually have hover */
  /* On touch devices, don’t use the hover layer at all */
}
.text-card .arrow-heading a {
  font-family: "Anton", sans-serif;
  color: #181818;
  text-decoration: none;
  font-size: 2.5rem;
  letter-spacing: -0.4px;
  font-weight: 400;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.text-card .arrow-heading img {
  transition: opacity 0.3s ease;
  pointer-events: none;
  display: block;
}
.text-card .arrow-heading .hover-img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .text-card .arrow-heading a:hover .hover-img {
    opacity: 1;
  }
  .text-card .arrow-heading a:hover .default-img {
    opacity: 0;
  }
}
@media (hover: none) and (pointer: coarse) {
  .text-card .arrow-heading .hover-img {
    display: none !important;
  }
}
.text-card .arrow-heading span {
  font-family: "Anton", sans-serif;
  color: #181818;
  text-decoration: none;
  font-size: 2.5rem;
  letter-spacing: -0.4px;
  font-weight: 400;
  position: relative;
  display: inline-flex;
  align-items: center;
}

.mobile-stacked-container {
  position: relative;
  height: auto;
}

.mobile-stacked-div {
  opacity: 1;
  height: auto;
  color: white;
  font-size: 2em;
  position: relative;
  width: 100%;
}
.mobile-stacked-div .text-card {
  padding: 4.167rem 2.083rem;
}

.gallery {
  column-count: 3;
  column-gap: 0.5rem;
}

.gallery-item {
  break-inside: avoid;
  margin: 0 0.25rem 1rem 0.25rem;
  overflow: hidden;
  position: relative;
}
.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}
.gallery-item.vid img {
  transition: all 0.4s ease-in-out;
}
.gallery-item.vid svg {
  position: absolute;
  bottom: 20px;
  right: 20px;
  transition: all 0.4s ease-in-out;
  width: 60px;
  z-index: 5;
}
.gallery-item.vid:hover {
  /**img {
      border-bottom: 10px solid $cta-yellow;
  }

  svg {
      fill: $cta-yellow;
  }**/
}

.stacked-container {
  position: relative;
  height: auto;
}
.stacked-container .text-card img {
  border-radius: 24px;
}

.stacked-div {
  transition: opacity 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2em;
  position: relative;
  width: 100%;
}
.stacked-div .text-card {
  padding: 4.167rem 6.25rem;
}
.stacked-div .text-card img {
  border-radius: 24px;
}

@media (min-width: 768px) {
  .stacked-div.active {
    opacity: 1;
    z-index: 10;
  }
  .fixed-content {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    padding-top: 10rem;
    margin-top: -10rem;
    align-items: flex-start;
    justify-content: center;
  }
  #sticky-row.fixed {
    z-index: 1000;
  }
}
.vid-slider .container {
  position: relative;
}
.vid-slider .swiper-container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.vid-slider .swiper-slide {
  background-color: transparent;
  overflow: hidden;
  padding-right: 15px;
}
.vid-slider .video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}
.vid-slider .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.vid-slider .video-title {
  font-size: 1.25rem;
  font-weight: 400;
  color: #181818;
  padding: 24px;
}
.vid-slider .video-swiper-controls {
  position: relative;
  display: flex;
  left: 0;
  bottom: 0;
  width: 155px;
  margin-top: 40px;
}
.vid-slider .video-swiper-controls .swiper-button-next {
  left: 25px;
}
.vid-slider .video-swiper-controls .swiper-button-next,
.vid-slider .video-swiper-controls .swiper-button-prev {
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  position: relative;
}
.vid-slider .video-swiper-controls .swiper-button-next img,
.vid-slider .video-swiper-controls .swiper-button-prev img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.2s ease;
}
.vid-slider .video-swiper-controls .swiper-button-next .arrow-hover,
.vid-slider .video-swiper-controls .swiper-button-prev .arrow-hover {
  opacity: 0;
}
.vid-slider .video-swiper-controls .swiper-button-next:hover .arrow-default,
.vid-slider .video-swiper-controls .swiper-button-prev:hover .arrow-default {
  opacity: 0;
}
.vid-slider .video-swiper-controls .swiper-button-next:hover .arrow-hover,
.vid-slider .video-swiper-controls .swiper-button-prev:hover .arrow-hover {
  opacity: 1;
}
.vid-slider .video-swiper-controls .swiper-button-next:focus .arrow-default,
.vid-slider .video-swiper-controls .swiper-button-prev:focus .arrow-default {
  opacity: 0;
}
.vid-slider .video-swiper-controls .swiper-button-next:focus .arrow-hover,
.vid-slider .video-swiper-controls .swiper-button-prev:focus .arrow-hover {
  opacity: 1;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.85);
}

.video-modal .modal-header {
  border-bottom: 0px solid #dee2e6;
}
.video-modal .modal-content {
  background-color: #141414;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  pointer-events: auto;
  outline: 0;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 50%;
    margin: 1.75rem auto;
  }
}
.testimonials {
  background-color: #F4F2EF;
}
.testimonials .testimonial-swiper {
  overflow: visible;
}
.testimonials .swiper-controls {
  position: relative;
  bottom: 0;
  width: 155px;
  padding-top: 40px;
}
.testimonials .swiper-controls .swiper-button-next, .testimonials .swiper-controls .swiper-button-prev {
  color: transparent;
}
.testimonials .testimonial-content {
  color: #525051;
  background: white;
  padding: 2rem;
  border-radius: 24px;
}
@media screen and (max-width: 992px) {
  .testimonials .testimonial-content img {
    padding-bottom: 1em;
  }
}
.testimonials .testimonial-content h3 {
  font-size: 1.25rem;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 40px;
  color: #525051;
}
.testimonials .testimonial-content .t-auth {
  font-size: 2rem;
  line-height: 3.333rem;
  margin-bottom: 0;
  color: #181818;
  font-weight: 600;
}
.testimonials .testimonial-content .l-auth {
  font-size: 1.333rem;
  line-height: 2rem;
  font-weight: 300;
  color: #181818;
}

.insurance-swiper {
  /* Static (disabled) layout */
  /* Optional: ensure nav is hidden when static (JS also handles this) */
}
.insurance-swiper .tall-card {
  display: inline-block;
  overflow: hidden;
}
.insurance-swiper .tall-card:hover .bk-img {
  transform: scale(1.05);
}
.insurance-swiper .tall-card:focus .bk-img {
  transform: scale(1.05);
}
.insurance-swiper .bk-img {
  transition: all 0.4s ease-in-out;
}
.insurance-swiper .three-card-up.tall-cards .tall-card .tc-content a.btn:hover, .insurance-swiper .three-card-up.tall-cards .tall-card .tc-content a.btn:focus {
  background-color: #ffffff;
}
.insurance-swiper .btn-primary-solid:hover, .insurance-swiper .btn-primary-solid:focus {
  background-color: #ffffff;
}
.insurance-swiper.is-static .swiper-wrapper {
  display: flex;
  gap: 30px; /* match your desktop spaceBetween */
  flex-wrap: nowrap; /* keep them in one row */
  transform: none !important;
}
.insurance-swiper.is-static .swiper-slide {
  /* three equal columns with 30px gaps between them */
  flex: 0 0 auto;
}
@media (min-width: 1024px) {
  .insurance-swiper.is-static .swiper-slide {
    width: calc((100% - 255px) / 3);
  }
}
@media (min-width: 1500px) {
  .insurance-swiper .insurance-swiper.is-static .swiper-slide {
    width: calc((100% - 445px) / 3);
  }
}
.insurance-swiper.is-static ~ #insuranceSlideNext, .insurance-swiper.is-static ~ #insuranceSlidePrev {
  display: none !important;
}

.swiper-controls {
  position: relative;
  display: flex;
  left: 0;
  bottom: 0;
  width: 155px;
  margin-top: 40px;
}
.swiper-controls .swiper-button-next {
  left: 25px;
}
.swiper-controls .swiper-button-next,
.swiper-controls .swiper-button-prev {
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  position: relative;
}
.swiper-controls .swiper-button-next img,
.swiper-controls .swiper-button-prev img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.2s ease;
}
.swiper-controls .swiper-button-next .arrow-hover,
.swiper-controls .swiper-button-prev .arrow-hover {
  opacity: 0;
}
.swiper-controls .swiper-button-next:hover .arrow-default,
.swiper-controls .swiper-button-prev:hover .arrow-default {
  opacity: 0;
}
.swiper-controls .swiper-button-next:hover .arrow-hover,
.swiper-controls .swiper-button-prev:hover .arrow-hover {
  opacity: 1;
}
.swiper-controls .swiper-button-next:focus .arrow-default,
.swiper-controls .swiper-button-prev:focus .arrow-default {
  opacity: 0;
}
.swiper-controls .swiper-button-next:focus .arrow-hover,
.swiper-controls .swiper-button-prev:focus .arrow-hover {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .testimonials .testimonial-content {
    padding: 3.75rem;
  }
  .testimonials .testimonial-content h3 {
    font-size: 1.75rem;
  }
}
/* This padding offset is to align the left side of the off-center sliders with the max-container width use by bootstrap. Since Bootstrap uses a slightly different approach to media query breakpoints, I have broken these out separately from the breakpoints directory. */
@media screen and (min-width: 600px) {
  .slider-offset-padding {
    padding-left: max(0px, (100% - 540px) / 2);
  }
  .slider-offset-padding .slider-offset-padding-rt {
    padding-right: max(0px, (100% - 540px) / 2);
  }
}
@media screen and (min-width: 768px) {
  .slider-offset-padding {
    padding-left: max(0px, (100% - 720px) / 2);
  }
  .slider-offset-padding-rt {
    padding-right: max(0px, (100% - 720px) / 2);
  }
}
@media screen and (min-width: 991px) {
  .slider-offset-padding {
    padding-left: max(0px, (100% - 960px) / 2);
  }
  .slider-offset-padding-rt {
    padding-right: max(0px, (100% - 960px) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .slider-offset-padding {
    padding-left: max(0px, (100% - 1140px) / 2);
  }
  .slider-offset-padding-rt {
    padding-right: max(0px, (100% - 1140px) / 2);
  }
}
@media screen and (min-width: 1400px) {
  .slider-offset-padding {
    padding-left: max(0px, (100% - 1140px) / 2);
  }
  .slider-offset-padding-rt {
    padding-right: max(0px, (100% - 1140px) / 2);
  }
}
#scroll-text-section {
  padding-top: 5rem;
  height: 50vh; /* Ensures there's enough scroll space */
  position: relative;
}

.scroll-line {
  font-size: 6rem;
  line-height: 6.5rem;
  font-family: "Anton", sans-serif;
  color: #ffffff;
  white-space: nowrap;
  position: absolute;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .scroll-line {
    font-size: 6.5217391304rem;
    line-height: 7.0652173913rem;
  }
}
@media (min-width: 992px) {
  .scroll-line {
    font-size: 7.5rem;
    line-height: 8.9375rem;
  }
}

.left-to-right {
  left: -100%;
}

.right-to-left {
  top: 60%;
  right: -30%;
}

.h-12 {
  height: 12rem;
}

.counter-box {
  margin-bottom: 2rem;
  padding: 2rem;
  background: white;
  border-bottom: 6px solid #E7C664;
}
.counter-box .counter-number {
  font-family: "Anton", sans-serif;
  color: #141414;
  margin-bottom: 2rem;
}
.counter-box sup {
  font-size: 5.25rem;
  line-height: 9.333rem;
}
.counter-box .number {
  font-size: 6rem;
  line-height: 9rem;
}
.counter-box .headline {
  font-weight: 400;
  color: #181818;
  display: block;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  text-transform: capitalize;
}
.counter-box p {
  font-size: 1rem !important;
  color: #525051 !important;
}

.side-by-side.lightest-side .moving-text {
  overflow: hidden;
  text-align: center;
}
.side-by-side.lightest-side .moving-text .line {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  font-size: 6.5rem;
  line-height: 130%;
  position: relative;
  color: white;
  font-family: "Anton", sans-serif;
}
.side-by-side.lightest-side .moving-text .marquee {
  display: inline-block;
  white-space: nowrap;
  will-change: transform;
}
.side-by-side.lightest-side .moving-text .marquee span {
  display: inline-block;
  padding-right: 2rem; /* spacing between repeats */
  color: white;
}

@media screen and (min-width: 768px) {
  .side-by-side.lightest-side .moving-text .line {
    font-size: 12.5rem;
    line-height: 130%;
  }
}
.fade-tabs .text-card {
  background: transparent !important;
}
.fade-tabs .arrow-heading img {
  margin-right: 1rem;
}
.fade-tabs .nav.nav-tabs {
  border: none;
}
.fade-tabs .nav.nav-tabs .nav-item {
  padding-bottom: 0;
}
.fade-tabs .nav.nav-tabs .nav-item:last-child {
  border-bottom: 1px solid rgba(10, 8, 1, 0.1);
}
.fade-tabs .nav.nav-tabs .nav-item .nav-link {
  background-color: transparent;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: 1px solid rgba(10, 8, 1, 0.1);
  border-radius: 0;
  color: #464749;
  font-size: 2rem;
  font-weight: 300;
  padding: 2rem 0 2rem 0;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.fade-tabs .nav.nav-tabs .nav-item .nav-link:hover, .fade-tabs .nav.nav-tabs .nav-item .nav-link:active, .fade-tabs .nav.nav-tabs .nav-item .nav-link:focus {
  color: #181818;
  text-decoration: none;
}
.fade-tabs .nav.nav-tabs .nav-item .nav-link:hover .btn-arrow-outline, .fade-tabs .nav.nav-tabs .nav-item .nav-link:active .btn-arrow-outline, .fade-tabs .nav.nav-tabs .nav-item .nav-link:focus .btn-arrow-outline {
  border-radius: 50px;
}
.fade-tabs .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  color: #181818;
}
.fade-tabs .nav.nav-tabs .nav-item .nav-link.active .btn-arrow-outline {
  border-radius: 50px;
}
.fade-tabs .nav.nav-tabs .nav-item .nav-link.active .tab-arrow {
  opacity: 1;
  transform: translateX(0);
}
.fade-tabs .nav.nav-tabs .nav-item .nav-link .tab-arrow {
  opacity: 0;
  transform: translateX(-5px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  margin-left: 8px; /* optional spacing */
}
.fade-tabs .nav.nav-tabs .nav-item .nav-link .btn-arrow-outline {
  display: flex;
  position: absolute;
  right: 0;
  top: 1.8rem;
}
.fade-tabs .nav.nav-tabs .nav-item .nav-link .btn-arrow-outline img {
  display: block;
  margin: auto;
}
.fade-tabs .tab-pane h3 {
  font-size: 2.667rem;
  line-height: 3rem;
}
.fade-tabs .tab-pane p {
  font-size: 1.667rem;
  line-height: 2.5rem;
  font-weight: 300;
  margin: 0 0 1em 0;
}
.fade-tabs .tab-pane .img {
  border-radius: 24px;
}
.fade-tabs .tab-pane .text-card {
  background: transparent !important;
}
.fade-tabs .tab-pane .text-card .arrow-heading img {
  width: 60px;
  height: 60px;
  margin-right: 0.25em;
}
.fade-tabs .tab-pane .text-card img {
  border-radius: 24px;
}
.fade-tabs .tab-pane .sbs-background {
  transform: translateY(-100%);
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.fade-tabs .tab-pane .slide-image {
  transform: translateY(-100%);
  transition: transform 1s ease, opacity 0.5s ease, 1s;
  border-radius: 12px;
}
.fade-tabs .tab-pane.show {
  display: block;
  opacity: 1;
}
.fade-tabs .tab-pane.show .sbs-background {
  transform: translateY(0);
}
.fade-tabs .tab-pane.show .slide-image {
  transform: translateY(0);
}

.accordion-item {
  background-color: transparent;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: 1px solid rgba(10, 8, 1, 0.1);
  border-radius: 0;
  color: #ffffff;
  font-size: 2rem;
  line-height: 3.333rem;
  font-weight: 300;
  padding: 0;
  position: relative;
}
.accordion-item:last-of-type {
  border-bottom: 1px solid rgba(10, 8, 1, 0.1);
}

.lightest-side .accordion-item, .lightest-side accordion-body p {
  color: #525051;
}

.accordion-button {
  background-color: transparent;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: 1px solid rgba(10, 8, 1, 0.1);
  border-radius: 0;
  color: rgba(10, 8, 1, 0.6);
  font-family: "Instrument Sans", sans-serif;
  font-size: 1.5rem !important;
  font-weight: 400;
  line-height: 2rem;
  padding: 2rem 0 2rem 0;
  position: relative;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .accordion-button {
    font-size: 2.5rem !important;
    line-height: 3.5rem !important;
  }
}
.accordion-button::after {
  background-image: url("../img/icons/plus.svg");
  background-position: 20px;
  background-size: 100%;
  width: 60px;
  height: 60px;
  margin-left: 1em;
}
@media (min-width: 768px) {
  .accordion-button::after {
    margin-left: 200px;
  }
}
.accordion-button:hover, .accordion-button:focus {
  color: #525051;
  text-decoration: none;
}
.accordion-button:not(.collapsed) {
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: 1px solid rgba(10, 8, 1, 0.1);
  color: #181818;
  background-color: transparent;
  box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("../img/icons/minus.svg");
  background-size: 100%;
  background-position: 0px 40px;
  width: 60px;
  height: 60px;
  transform: rotate(-180deg);
}

.accordion-body {
  font-size: 1.667rem;
  line-height: 2.667rem;
  font-weight: 300;
  padding: 0rem 0 2rem 0;
}
.accordion-body p {
  font-size: 1.667rem;
  line-height: 2.667rem;
  margin: 0;
  color: #525051;
}

.inline-tabs .nav-tabs {
  border-bottom: none;
  background-color: #848380;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.inline-tabs .nav-tabs .nav-item {
  padding-bottom: 0;
}
.inline-tabs .nav-tabs .nav-item:first-of-type .nav-link {
  border-top-left-radius: 20px;
}
.inline-tabs .nav-tabs .nav-item:last-of-type .nav-link {
  border-top-right-radius: 20px;
}
.inline-tabs .nav-tabs .nav-item .nav-link {
  border: none;
  border-radius: 0;
  color: white;
  font-size: 1.167rem;
  line-height: 2rem;
  padding: 2rem 1.5rem;
  text-transform: uppercase;
  text-decoration: none;
}
.inline-tabs .nav-tabs .nav-item .nav-link.active {
  background-color: #F4F2EF;
  color: #141414;
}
.inline-tabs .nav-tabs .nav-item .nav-link:hover {
  background-color: #F4F2EF;
  border: none;
  color: #141414;
}
.inline-tabs .tab-content {
  min-height: 50vh; /* fixes tab jumping? */
}
.inline-tabs .tab-content .tab-pane {
  transition: opacity 0.5s ease;
  background-color: #F4F2EF;
  margin-top: 1px;
  padding: 60px 30px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (min-width: 768px) {
  .inline-tabs .tab-content .tab-pane {
    padding: 140px 60px;
  }
}
.inline-tabs .tab-content .tab-pane .btn-primary-solid {
  margin-bottom: 1em;
}
.inline-tabs .tab-content .tab-pane h3 {
  color: #141414;
  margin-bottom: 1.5rem;
  font-weight: 400;
  white-space: normal;
  word-break: break-word;
}
.inline-tabs .tab-content .tab-pane p {
  color: #525051;
  font-size: 1.667rem;
  line-height: 2.667rem;
  margin: 0 0 3.333rem 0;
}
.inline-tabs .tab-content .tab-pane .sbs-background {
  transform: translateY(-100%);
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.inline-tabs .tab-content .tab-pane .slide-image {
  transform: translateY(-100%);
  transition: transform 1s ease, opacity 0.5s ease, 1s;
  border-radius: 12px;
}
.inline-tabs .tab-content .tab-pane.show {
  display: block;
  opacity: 1;
}
.inline-tabs .tab-content .tab-pane.show .sbs-background {
  transform: translateY(0);
}
.inline-tabs .tab-content .tab-pane.show .slide-image {
  transform: translateY(0);
}
.inline-tabs .tab-content .tab-pane img {
  border-radius: 24px;
  height: 400px;
  width: 100%;
  object-fit: cover;
}

.lightest-side .inline-tabs .nav-tabs .nav-item .nav-link.active {
  background-color: #ffffff;
}
.lightest-side .inline-tabs .nav-tabs .nav-item .nav-link:hover {
  background-color: #ffffff;
  border: none;
}
.lightest-side .inline-tabs .tab-content .tab-pane {
  background-color: #ffffff;
}

@media (min-width: 768px) {
  .accordion-button {
    font-size: 3.667rem;
    line-height: 5.333rem;
  }
  .inline-tabs .nav-tabs .nav-item .nav-link {
    font-size: 1.25rem;
    line-height: 2rem;
  }
  .fade-tabs .tab-pane h3 {
    font-size: 4.167rem;
    line-height: 6rem;
  }
}
.find-your-agent #map {
  border-radius: 20px;
  min-height: 350px;
  margin-top: 3rem;
}
.find-your-agent #agent-results {
  background-color: rgba(10, 8, 1, 0.05);
  height: 100vh;
  overflow-y: scroll;
  padding: 20px;
  border-radius: 20px;
  position: relative;
}
.find-your-agent #agent-results .agent-card {
  background: #ffffff;
  color: #181818;
  margin-bottom: 1rem;
  padding: 32px;
  border-radius: 20px;
  border: 8px solid transparent;
  transition: all 0.2s linear;
}
.find-your-agent #agent-results .agent-card:hover {
  border: 8px solid #E7C664;
}
.find-your-agent #agent-results .agent-card .diamond {
  background-color: #F4F2EF;
  border-color: #F4F2EF;
  border-radius: 100px;
  color: #141414;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 8px 24px 8px 12px;
  text-align: center;
}
.find-your-agent #agent-results .agent-card .diamond img {
  margin: 0 0px 2px 0;
}
.find-your-agent #agent-results .agent-card .diamond:hover {
  border-radius: 0;
}
.find-your-agent #agent-results .agent-card .result-header {
  margin-top: 1rem;
}
.find-your-agent #agent-results .agent-card .result-header h3 {
  font-size: 2.167rem;
  line-height: 3rem;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.find-your-agent #agent-results .agent-card .result-header p {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 300;
  margin-bottom: 1rem;
}
.find-your-agent #agent-results .agent-card .result-header span {
  font-size: 1.333rem;
  line-height: 2rem;
  line-height: 2.7rem;
  font-weight: 300;
}
.find-your-agent #agent-results .agent-card .result-actions {
  margin-top: 1rem;
}
.find-your-agent #agent-results .agent-card .result-actions .btn-primary-solid, .find-your-agent #agent-results .agent-card .result-actions .btn-secondary-solid {
  display: block;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 450;
  padding: 1rem 2.333rem;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .find-your-agent #agent-results .agent-card .result-actions .btn-primary-solid, .find-your-agent #agent-results .agent-card .result-actions .btn-secondary-solid {
    display: inline-block;
    margin-bottom: 0;
  }
}
.find-your-agent #agent-results .agent-card .result-actions .directions {
  color: #181818;
  font-size: 0.7rem;
  line-height: 1.2rem;
  font-weight: 300;
}
@media (min-width: 768px) and (max-width: 991px) {
  .find-your-agent #agent-results .agent-card .result-actions .directions {
    font-size: 0.7608695652rem;
    line-height: 1.3043478261rem;
  }
}
@media (min-width: 992px) {
  .find-your-agent #agent-results .agent-card .result-actions .directions {
    font-size: 0.875rem;
    line-height: 1.65rem;
  }
}
.find-your-agent #agent-results .agent-card .result-actions .directions:hover {
  color: #C5960B;
}

.find-your-agent.side-by-side.lightest-side p {
  font-size: 1.25rem;
  color: #525051;
}

@media screen and (min-width: 768px) {
  #map {
    margin-top: 0;
  }
}
.staff-grid .staff-block {
  margin: 1rem 0;
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  z-index: 0;
  overflow: hidden;
  border-radius: 20px;
}
.staff-grid .staff-block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  box-shadow: inset 0 0 0 8px transparent;
  transition: box-shadow 0.2s linear;
}
.staff-grid .staff-block:hover::after {
  box-shadow: inset 0 0 0 8px #E7C664;
}
.staff-grid .staff-block .vid-pop, .staff-grid .staff-block .bio-pop {
  border: none;
  background-color: transparent;
  padding: 0;
}
.staff-grid .staff-block .vid-pop .bi-play-circle, .staff-grid .staff-block .vid-pop .bi-info-circle, .staff-grid .staff-block .bio-pop .bi-play-circle, .staff-grid .staff-block .bio-pop .bi-info-circle {
  transition: 0.5s ease all;
  fill: #ffffff;
}
.staff-grid .staff-block .staff-img {
  display: block;
  position: relative;
}
.staff-grid .staff-block .staff-img img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.staff-grid .staff-block .staff-img svg {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 5;
  width: 48px;
}
.staff-grid .staff-block .staff-info {
  padding: 1.5rem 5rem 1.5rem 1.5rem;
  min-height: 15rem;
}
.staff-grid .staff-block .staff-info h4 {
  color: #181818;
  font-family: "Instrument Sans", sans-serif;
  font-size: 2.167rem;
  line-height: 2.5rem;
  font-weight: 400;
}
.staff-grid .staff-block .staff-info span {
  color: #181818;
  display: block;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
}
.staff-grid .staff-block .staff-info a {
  position: absolute;
  right: 1.5rem;
  bottom: 2rem;
  z-index: 2;
}
.staff-grid .staff-block .staff-info a img {
  width: 32px;
}

.bio-modal .modal-header {
  border-bottom: 0px solid #dee2e6;
  padding: 2rem 2rem 0rem 2rem;
}
.bio-modal .modal-body {
  padding: 2rem 2rem 2rem 2rem;
}
.bio-modal .modal-body p {
  font-size: 1.25rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}

.portal-nav-wrap {
  background-color: #F4F2EF;
  border-radius: 20px;
  padding: 1.5rem;
  position: sticky;
  top: 150px;
  right: 0;
}
.portal-nav-wrap span {
  color: #181818;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
}
.portal-nav-wrap .portal-nav {
  padding: 0;
}
.portal-nav-wrap .portal-nav .navbar-toggler {
  position: absolute;
  right: 0;
  top: -1.5rem;
}
.portal-nav-wrap .portal-nav .navbar-nav {
  padding-top: 2rem;
  width: 100%;
}
.portal-nav-wrap .portal-nav .navbar-nav .dropdown-toggle::after {
  right: 0px;
  top: 13px;
  background-image: url(../img/icons/nav-chevron-down-dark.svg);
}
.portal-nav-wrap .portal-nav .navbar-nav .nav-item {
  position: relative;
}
.portal-nav-wrap .portal-nav .navbar-nav .nav-item .nav-link {
  font-size: 1rem;
  font-weight: 400;
  color: #525051;
  display: block;
  text-decoration: none;
  transition: all 0.2s linear;
  padding: 10px;
  margin-bottom: 4px;
  border-bottom: none;
  text-transform: capitalize;
}
.portal-nav-wrap .portal-nav .navbar-nav .nav-item .nav-link:hover, .portal-nav-wrap .portal-nav .navbar-nav .nav-item .nav-link:focus {
  background-color: rgba(10, 8, 1, 0.1);
  border-radius: 8px;
  color: #525051;
}
.portal-nav-wrap .portal-nav .navbar-nav .nav-item .nav-link.active {
  background-color: #E7C664;
  border-radius: 8px;
  color: #181818;
}
.portal-nav-wrap .portal-nav .navbar-nav .nav-item .dropdown-toggle-split {
  position: absolute;
  right: 10px;
  top: 0;
  width: 20px;
  height: 100%;
  border-radius: 0;
  border-color: transparent;
  z-index: 10;
}
.portal-nav-wrap .portal-nav .navbar-nav .nav-item .dropdown-toggle-split:hover, .portal-nav-wrap .portal-nav .navbar-nav .nav-item .dropdown-toggle-split:active, .portal-nav-wrap .portal-nav .navbar-nav .nav-item .dropdown-toggle-split:focus {
  background-color: transparent !important;
}
.portal-nav-wrap .portal-nav .navbar-nav .nav-item .dropdown-menu {
  background-color: rgba(10, 8, 1, 0.1);
  color: #525051;
  border: none;
  border-radius: 8px;
  padding: 0;
  position: relative;
  margin-top: 0;
  box-shadow: none;
  width: 100%;
  display: none;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.portal-nav-wrap .portal-nav .navbar-nav .nav-item .dropdown-menu.show {
  display: block;
  opacity: 1;
  position: relative !important;
  transform: translate(0px, 0px) !important;
  z-index: 1;
  margin-bottom: 1rem;
}
.portal-nav-wrap .portal-nav .navbar-nav .nav-item .dropdown-menu li {
  padding-bottom: 0;
}
.portal-nav-wrap .portal-nav .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  font-size: 1rem;
  font-weight: 400;
  color: #525051;
  padding: 0.25rem 1.5rem;
  text-decoration: none;
  transition: all 0.2s linear;
  border-radius: 8px;
  margin-bottom: 0;
}
.portal-nav-wrap .portal-nav .navbar-nav .nav-item .dropdown-menu .dropdown-item:before {
  background-image: none;
}
.portal-nav-wrap .portal-nav .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover, .portal-nav-wrap .portal-nav .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  background-color: rgba(10, 8, 1, 0.1);
  color: #525051;
}
.portal-nav-wrap .portal-nav .navbar-nav .nav-item .dropdown-menu .dropdown-item.active {
  background-color: rgba(10, 8, 1, 0.1);
}

.portal-card {
  background-color: #F4F2EF;
  border-radius: 12px;
  padding: 3.125rem;
  display: flex;
  height: 90%;
  padding: 3rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  margin: 0 0 2rem 0;
  text-decoration: none;
  transition: all 0.2s linear;
  border: 4px solid transparent;
}
.portal-card h4 {
  font-size: 1.25rem;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  color: #181818;
  margin-bottom: 0;
}
.portal-card p {
  font-size: 1.333rem;
  line-height: 2rem;
  font-weight: 300;
  color: #525051;
  margin-bottom: 0;
}
.portal-card:hover, .portal-card:focus, .portal-card:active {
  border: 4px solid #e7e5e2;
  text-decoration: none;
}
.portal-card:hover .arrow-link span .hover-img, .portal-card:focus .arrow-link span .hover-img, .portal-card:active .arrow-link span .hover-img {
  opacity: 1;
}

.doc-header {
  background-color: #F4F2EF;
  color: #141414;
  font-size: 1.25rem;
  font-weight: 500;
  display: block;
  padding: 0.75rem 1rem;
  width: 100%;
  margin-top: 32px;
}

.document-row {
  border-bottom: 1px solid #28292A;
  color: #ffffff;
  display: block;
  padding: 2rem 0.25rem;
  text-decoration: none;
}
.document-row .file-name {
  color: #141414;
  text-decoration: underline;
  display: block;
  margin-left: 32px;
}
.document-row .file-img {
  background-size: cover;
  height: 100px;
  width: 150px;
}
.document-row .weight span {
  color: #141414;
  display: inline-block;
  font-size: 1.083rem;
  line-height: 1.333rem;
  line-height: 1rem !important;
  text-align: right;
}
.document-row .weight span div {
  display: inline-block;
}
.document-row .weight svg {
  display: inline-block;
  margin-left: 10px;
  margin-top: -6px;
  vertical-align: top;
}
.document-row .weight img {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.pagination {
  color: #181818;
  display: block;
  margin: 2rem 0.25rem;
  width: 100%;
}
.pagination li {
  display: inline;
}
.pagination li a {
  border: none;
  color: #181818;
  font-size: 1.083rem;
  line-height: 1.333rem;
  font-weight: 500;
  margin-right: 5px;
  padding: 10px;
  text-decoration: none;
  border: 4px solid transparent;
  background: #F4F2EF;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pagination li a.active, .pagination li a:hover, .pagination li a:focus, .pagination li a:active {
  background-color: #E7C664;
  color: #181818;
  border: 4px solid rgba(10, 8, 0, 0.1);
  border-radius: 8px;
}
.pagination li a.disabled {
  color: #8D9096;
}
.pagination li a.disabled:hover, .pagination li a.disabled:focus, .pagination li a.disabled:active {
  color: #8D9096;
  background-color: transparent;
}

.document-tree {
  background-color: transparent;
  color: #ffffff;
  font-weight: 300;
  display: block;
  width: 100%;
}
.document-tree .doc-link svg {
  margin-left: 15px;
}
.document-tree .list-group-item {
  position: relative;
  display: block;
  padding: 1rem 15px;
  color: #181818;
  text-decoration: none;
  background-color: transparent;
  border-bottom: 1px solid rgba(10, 8, 1, 0.1);
  font-weight: 300;
}
.document-tree .list-group-item .list-group-item-header {
  font-size: 2.167rem;
  line-height: 3.333rem;
  font-weight: 400;
}
.document-tree .list-group-item .folder {
  margin-bottom: 4px;
}
.document-tree .list-group-item a {
  color: #ffffff;
  text-decoration: none;
}
.document-tree .list-group-item a span {
  text-decoration: underline;
}
.document-tree .list-group-item a:hover, .document-tree .list-group-item a:focus {
  color: #D5A021;
}
.document-tree .list-group-item .weight span {
  display: inline-block;
  font-size: 1.083rem;
  line-height: 1.333rem;
  line-height: 1rem !important;
  text-align: right;
  text-decoration: none;
}
.document-tree .list-group-item:after {
  border: none;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/icons/nav-chevron-up.svg);
  right: 10px;
  top: 20px;
  position: absolute;
}
.document-tree .list-group-item.collapsed:after {
  border: none;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/icons/nav-chevron-down.svg);
  right: 10px;
  top: 20px;
  position: absolute;
  transform: none;
}
.document-tree .list-group-item:has(> a.doc-link):after {
  background-image: none;
}
.document-tree .list-group-item:has(> .list-group-item-header):after {
  top: 25px;
}
.document-tree .collapse .list-group {
  background: #F4F2EF;
}

.list-group {
  margin-top: 0;
}
.list-group .list-group li {
  padding-left: 2rem;
}
.list-group.third-level .list-group-item {
  padding-left: 3rem;
}

.promotion p {
  font-size: 1.125rem;
}

.portal-search-wrap {
  border-radius: 12px;
  background: #F4F2EF;
  padding: 20px;
  margin-bottom: 8px;
}
.portal-search-wrap .form-control-lg {
  height: 54px;
  border: none;
  border-radius: 8px;
}
.portal-search-wrap .form-label {
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .portal-nav-wrap {
    margin-top: 50px;
  }
}
.side-by-side .mySwiperTimeline p {
  margin-bottom: 1rem;
}

.mySwiperTimeline {
  width: 100%;
}
.mySwiperTimeline .swiper-slide {
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  line-height: 3.333rem;
  flex-shrink: 0;
  width: 100%; /* Ensures one slide is 100% width */
}
.mySwiperTimeline .swiper-slide ul li {
  color: #525051;
  font-size: 1.667rem;
  line-height: 2.667rem;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 300;
}
.mySwiperTimeline .swiper-slide img {
  border-radius: 60px;
}
.mySwiperTimeline .swiper-wrapper {
  display: flex;
  transition-timing-function: ease-in-out;
}

.timeline-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px; /* Responsive padding */
  position: relative;
}

.timeline-controls {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding-top: 64px;
  position: relative;
}

.timeline-button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeline-button img {
  display: block;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}

.timeline-progress {
  display: none;
  position: relative;
  height: 3px;
  background: #DCDCDC; /* keep your color */
  width: 100%;
  box-sizing: border-box;
}

@media (min-width: 1200px) {
  .timeline-progress {
    display: block;
  }
}
/* Fill bar that grows */
.timeline-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  background: #C5960B;
  width: 0;
  transition: width 0.4s ease;
  z-index: 1;
}

/* Dot container */
.timeline-dots {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  box-sizing: border-box;
}

.dot {
  text-align: center;
  position: relative;
}

.dot-circle {
  width: 15px;
  height: 15px;
  background: #DCDCDC;
  border-radius: 50%;
  margin: 0 auto 6px;
  transition: background 0.3s ease;
  border: 4px solid white;
  box-sizing: content-box;
}

.dot.active .dot-circle {
  background: #C5960B;
}

.dot-label {
  margin-top: 8px;
  font-family: "Anton", sans-serif;
  font-size: 0.9rem;
  color: #DCDCDC;
}
@media screen and (min-width: 992px) {
  .dot-label {
    font-size: 2rem;
  }
}

.dot.active .dot-label {
  color: #181818;
}

.sitefinity-form {
  background-color: #F4F2EF;
  border-radius: 15px;
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 5rem;
}
.sitefinity-form .row {
  padding: 0 2rem 3rem 2rem;
}
.sitefinity-form .row .h6 {
  font-size: 1.6rem;
  line-height: 2rem;
}

.form-check-input:checked {
  background-color: #181818;
  border-color: #181818;
}

.form-block {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.form-block label {
  color: #181818;
  display: inline-block;
  font-size: 1.667rem;
  line-height: 2.5rem;
  font-weight: 300;
  margin-right: 10px;
  white-space: nowrap;
}
.form-block .blog-search {
  background: #ffffff;
  background-image: url("../img/icons/nav-chevron-down.svg");
  background-repeat: no-repeat;
  background-position: 97% 50%;
  border: none;
  border-radius: 8px;
  color: #181818;
  padding: 0.5rem 2.25rem 0.5rem 0.75rem;
  display: inline-block;
  font-size: 1.333rem;
  line-height: 2rem;
  margin-bottom: 0;
}
.form-block .blog-search::placeholder {
  color: #181818;
  opacity: 1; /* Firefox */
}

.contact-us label {
  color: #ffffff;
  font-size: 1.333rem;
  line-height: 2rem;
}
.contact-us input[type=text], .contact-us input[type=email], .contact-us textarea {
  background: #48494D;
  border: none;
  border-radius: 0;
  color: #ffffff;
  font-size: 1.333rem;
  line-height: 2rem;
  margin-bottom: 1rem;
  width: 100%;
}
.contact-us input[type=text]::placeholder, .contact-us input[type=email]::placeholder, .contact-us textarea::placeholder {
  color: #ffffff;
  opacity: 1; /* Firefox */
}

.zip-search, .doc-search {
  background: white;
  background-image: url("../img/icon-magnifying-glass-gold.svg");
  background-repeat: no-repeat;
  background-position: 97% 50%;
  border: none;
  border-radius: 8px;
  color: #ffffff;
  font-size: 1.333rem;
  line-height: 2rem;
  margin-bottom: 40px;
  padding: 12px;
}
.zip-search::placeholder, .doc-search::placeholder {
  color: #191919;
  opacity: 1; /* Firefox */
}

.zip-search {
  color: #181818;
}

.portal-login, .ai-form {
  border-radius: 20px;
  background: #F4F2EF;
  padding: 20px;
  margin-bottom: 1em;
}
.portal-login input[type=text], .portal-login .form-select, .portal-login .textarea, .portal-login input[type=textarea], .ai-form input[type=text], .ai-form .form-select, .ai-form .textarea, .ai-form input[type=textarea] {
  color: #525051;
  background: white;
  border-radius: 8px;
  font-size: 1.25rem;
  padding: 12px 12px 12px 24px;
  margin-bottom: 1em;
}
.portal-login input[type=text]::placeholder, .portal-login .form-select::placeholder, .portal-login .textarea::placeholder, .portal-login input[type=textarea]::placeholder, .ai-form input[type=text]::placeholder, .ai-form .form-select::placeholder, .ai-form .textarea::placeholder, .ai-form input[type=textarea]::placeholder {
  color: #525051;
  font-size: 1.25rem;
}
.portal-login label, .ai-form label {
  color: #1E1E1E;
  line-height: 30px;
}
.portal-login .form-check, .ai-form .form-check {
  margin-bottom: 1rem;
  margin-left: 5px;
}
.portal-login .form-check-input, .ai-form .form-check-input {
  color: #525051;
  font-size: 18px;
}
.portal-login input[type=checkbox], .ai-form input[type=checkbox] {
  width: 20px;
  height: 20px;
}
.portal-login input[type=checkbox]:checked, .ai-form input[type=checkbox]:checked {
  background-color: #D5A021;
  border-color: #D5A021;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'><path d='M1 5l3 3 7-7' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70% 70%;
}
.portal-login input [type=radio], .ai-form input [type=radio] {
  width: 20px;
  height: 20px;
}
.portal-login input[type=radio]:checked, .ai-form input[type=radio]:checked {
  background-color: #D5A021;
  border-color: #D5A021;
}
.portal-login .custom-select-wrapper, .ai-form .custom-select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.portal-login .custom-select-wrapper select, .ai-form .custom-select-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding-right: 2rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 12px 12px 12px 24px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
  line-height: 1.5;
  background-color: #fff;
  cursor: pointer;
}
.portal-login .custom-select-wrapper::after, .ai-form .custom-select-wrapper::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 40%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'><path d='M5 7.5L10 12.5L15 7.5' stroke='%23181818' stroke-linecap='square' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.portal-login .btn-lg, .ai-form .btn-lg {
  width: 100%;
  justify-content: center;
}

.side-by-side .search-list li {
  line-height: normal;
}

.side-by-side.search-results .search-body {
  background-color: #F4F2EF;
  border-radius: 8px;
  padding: 0 0.5rem;
}
.side-by-side.search-results .search-body .col-12 {
  padding: 12px;
}
.side-by-side.search-results .search-body .col-12 input {
  color: #525051;
  background: white;
  border-radius: 8px;
  font-size: 1.25rem;
  padding: 14px 12px 14px 24px;
  margin-bottom: 0;
}
.side-by-side.search-results .search-body .col-12 input::placeholder {
  color: #525051;
  font-size: 1.25rem;
}
.side-by-side.search-results .search-body .col-12 button {
  font-size: 18px;
  font-family: Instrument Sans;
  font-weight: 500;
}
.side-by-side.search-results .bold {
  font-weight: 700;
}
.side-by-side.search-results .search-list {
  list-style-type: none;
  padding-left: 0;
}
.side-by-side.search-results .search-list li {
  display: block;
  padding-bottom: 2rem;
}
.side-by-side.search-results .search-list li h3 {
  margin: 0 0 15px 0;
  line-height: 1.5rem;
}
.side-by-side.search-results .search-list li h3 a {
  color: #856C20;
  font-size: 1.667rem;
  font-family: Instrument Sans;
  font-weight: 600;
  text-decoration: underline;
  line-height: inherit;
  margin: 0;
  word-wrap: break-word;
}
.side-by-side.search-results .search-list li span {
  display: block;
  color: #856C20;
  font-size: 1.333rem;
  line-height: 2rem;
  font-family: Instrument Sans;
  font-weight: 400;
  word-wrap: break-word;
  margin-bottom: 0.5rem;
}
.side-by-side.search-results .search-list li p {
  color: black;
  display: block;
  font-size: 1.5rem;
  line-height: 2rem;
  font-family: Instrument Sans;
  font-weight: 400;
  margin-bottom: 0;
  word-wrap: break-word;
}

@media (min-width: 768px) and (max-width: 991px) {
  .form-block label {
    line-height: 2.5rem;
  }
}
@media (min-width: 992px) {
  .form-block label {
    line-height: 2.5rem;
  }
  .search-results .search-body {
    padding: 0 1rem;
  }
  .side-by-side.search-results .search-list li h3 {
    line-height: 0.5rem;
  }
}
.main-footer {
  background-color: #212223;
}
.main-footer .footer-logo {
  text-align: center;
}
.main-footer .footer-logo img {
  max-width: 65%;
  margin-bottom: 3rem;
  /*@media (min-width: 768px) {
      margin-left: 1rem;
  }*/
}
.main-footer .footer-logo p {
  color: #ffffff;
}
.main-footer .third-party-logo img {
  display: inline-block;
  margin-bottom: 4rem;
}
.main-footer .third-party-logo img.bbb {
  width: 50px;
}
.main-footer .third-party-logo img.fsr {
  width: 104px;
}
.main-footer h2 {
  color: #ffffff;
  font-family: "Instrument Sans", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.main-footer .link-heading {
  color: #ffffff;
  font-family: "Instrument Sans", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-decoration: none;
}
.main-footer ul {
  padding-left: 0;
  list-style: none;
}
.main-footer ul li {
  padding-bottom: 0.25em;
}
.main-footer ul li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 300;
  text-decoration: none;
}
@media (min-width: 768px) {
  .main-footer ul li a {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.main-footer ul li a:hover, .main-footer ul li a:active, .main-footer ul li a:focus {
  color: white;
  text-decoration: none;
}

.sub-footer {
  background-color: #2D2D2E;
  color: #ffffff;
  padding: 20px 0;
}
.sub-footer .third-party-logo img {
  height: 35px;
  width: auto;
  margin-right: 1rem;
}
.sub-footer .copyright {
  display: block;
  gap: 0;
}
.sub-footer .footer-social ul li a img {
  margin-left: 0.25rem;
  border: 2px solid rgba(10, 8, 1, 0.1);
}
.sub-footer .footer-social ul li a:hover img, .sub-footer .footer-social ul li a:active img, .sub-footer .footer-social ul li a:focus img {
  border: 2px solid #000;
  border-radius: 13px;
}
.sub-footer p {
  color: rgba(255, 255, 255, 0.6);
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  margin-bottom: 0;
  width: auto;
}
.sub-footer ul {
  display: inline-block;
  font-size: 1.167rem;
  line-height: 2rem;
  list-style: none;
  margin: 0;
  padding-left: 0;
  width: auto;
}
.sub-footer ul li {
  display: inline;
  padding-bottom: 0;
}
.sub-footer ul li a {
  font-size: 1.25rem;
  line-height: 2.25rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
}
@media (min-width: 768px) {
  .sub-footer ul li a {
    font-size: 1.15rem;
    line-height: 1.375rem;
  }
}
.sub-footer ul li a:hover, .sub-footer ul li a:active, .sub-footer ul li a:focus {
  color: white;
  text-decoration: none;
}
.sub-footer hr {
  margin: 20px 0;
}
.sub-footer .breadcrumb {
  margin-bottom: 0;
}
.sub-footer .breadcrumb .breadcrumb-item {
  font-size: 1.25rem;
}
.sub-footer .breadcrumb .breadcrumb-item.active {
  color: white;
}
.sub-footer .breadcrumb a {
  color: rgba(255, 255, 255, 0.6);
}
.sub-footer .breadcrumb a:hover, .sub-footer .breadcrumb a:active, .sub-footer .breadcrumb a:focus {
  color: white;
}
.sub-footer .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 992px) {
  .sub-footer .copywrite {
    display: flex;
    justify-content: start;
    margin-bottom: 0;
  }
  .sub-footer .soc-logos {
    display: flex;
    justify-content: end;
    align-items: flex-start;
    flex-shrink: 0;
  }
  .sub-footer ul {
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .sub-footer ul {
    padding-left: 25px;
  }
}
