/* stylelint-disable media-feature-range-notation */

*,
::after,
::before {
  box-sizing: border-box;
}

body {
  -webkit-tap-highlight-color: rgba(0 0 0 / 0%);
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  margin: 0;
  text-align: var(--bs-body-text-align);
}

@media (min-width: 992px) {
  .site-header {
    height: 112px !important;
  }
}

@media only screen and (max-width: 767px) {
  .header-menu {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1365.98px) {
  .container {
  max-width: 100% !important;
  padding-left: 50px !important;
  padding-right: 50px !important;
  }
}

@media (min-width: 768px) {
  .container {
  padding-left: 21px;
  padding-right: 21px;
  }
}

.container {
  padding-left: 18px;
  padding-right: 18px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;

  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--bs-gutter-x)*.5);
  padding-right: calc(var(--bs-gutter-x)*.5);
  width: 100%;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;

  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--bs-gutter-x) * -.5);
  margin-right: calc(var(--bs-gutter-x)* -.5);
  margin-top: calc(var(--bs-gutter-y)* -1);
}

@media (min-width: 768px) {
  .row:not(.no-gutters) {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (min-width: 768px) {
  .row:not(.no-gutters)>.col,
  .row:not(.no-gutters)>[class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
  }
}

.site-header {
  background: var(--bs-white);
  border-bottom: 1px solid #b4b4b4;
  color: var(--bs-deep-ocean);
  display: flex;
  height: 80px;
  padding: 0;
  position: fixed;
  top: 0;
  transition: all .3s linear .2s;
  width: 100%;
  z-index: 4;
}

a {
  color: var(--bs-link-color);
  text-decoration: underline;
}

.site-header .header-logo a {
  display: inline-block;
  padding-bottom: 7px;
  padding-top: 7px;
}

img,
svg {
  vertical-align: middle;
}

@media (min-width: 992px) {
  .site-header .header-logo,
  .site-header .secondary-menu {
  margin-top: 25px;
  }
}

.site-header .header-logo a img,
.site-header .header-logo a svg {
  filter: none;
  height: 47px;
  transition: filter .3s linear .2s;
  width: auto;
}

@media only screen and (max-width: 767px) {
  .site-header .header-logo {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
}

@media (min-width: 992px) {
  .site-header .header-menu {
  align-items: center;
  display: flex;
  justify-content: center;
  }
}

.site-header .header-menu {
  position: static;
}

.site-header .header-menu .navbar-nav {
  align-self: center;
  display: block;
  font-family: proxima-nova, helvetica, arial, sans-serif !important;
  font-size: 0;
  list-style: none;
  text-align: center;
  width: 100%;
  z-index: 5;
}

.site-header .header-menu .navbar-nav .nav-item {
  position: static !important;
  display: inline-block;
  font-size: 18px;
  transition: all .3s linear .2s;
}

@media (min-width: 992px) {
  .site-header .header-menu .navbar-nav .nav-item {
  padding: 42px 0 !important;
  }
}

@media (min-width: 992px) {
  ol li,
  ul li {
    line-height: 27px !important;
  }
}

.nav-link {
  font-weight: 700;
}

.site-header .header-menu .navbar-nav .nav-item .nav-link {
  color: var(--bs-deep-ocean);
  display: inline;
  font-family: proxima-nova, helvetica, arial, sans-serif;
  font-weight: 700;
  padding: 0;
  position: relative;
  text-decoration: underline transparent 6px;
  text-transform: uppercase;
  text-underline-offset: 45px;
  transition: all .3s linear .2s;
  z-index: 1;
}

@media (min-width: 992px) {
  .site-header .header-menu .navbar-nav .nav-item:not(:last-child)::after {
  color: var(--bs-deep-ocean);
  content: "I";
  display: inline-block;
  font-weight: 700;
  margin: 0 0 0 14px;
  transition: color .3s linear .2s;
  }
}

@media (min-width: 992px) {
  .site-header .header-menu .navbar-nav .nav-item:not(:first-child)::before {
  color: var(--bs-deep-ocean);
  content: "";
  display: inline-block;
  margin: 0 14px 0 0;
  transition: color .3s linear .2s;
  }
}

@media (min-width: 768px) {
  .banner-section .page-title {
    align-items: flex-end;
    display: flex;
    margin: 0 !important;
  }
}

.banner-section .page-title {
  margin: 16px 0 0;
}

.h1,
h1 {
  font-weight: 700;
  letter-spacing: -1px;
}

@media (min-width: 992px) {
  .banner-section .page-title .h1,
  .banner-section .page-title h1 {
    font-size: 48px !important;
    line-height: 52px !important;
  }
}

.banner-section .page-title .h1,
.banner-section .page-title h1 {
  color: var(--bs-secondary);
  font-size: 28px;
  line-height: 34px;
  margin: 0;
}

@media (min-width: 992px) {
  body, main {
    margin-top: 127px !important;
  }
}

body, main {
  margin-top: 90px;
}

body.generic {
  color: var(--bs-deep-ocean);
}

@media (min-width: 992px) {
  .h3, h3 {
    font-size: 24px !important;
    line-height: 32px !important;
  }
}

.h3,
h3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 27px;
}

@media (min-width: 992px) { 
  footer {
    padding: 45px 0 33px !important;
  }
}

@media (min-width: 768px) {
  footer {
    padding: 36px 0 35px !important;
  }
}

footer {
  background-color: var(--bs-deep-ocean);
  color: var(--bs-white);
  padding: 30px 0 45px;
}

@media (min-width: 992px) {
  .footer-h4 {
    font-size: 18px !important;
    margin-bottom: 14px !important;
  }
}

.footer-h4 {
  color: var(--bs-white);
  font-size: 16px !important;
  font-weight: 700;
  margin-bottom: 12px;
}

.faq-title {
  color: var(--bs-secondary);
  font-size: 16px !important;
  font-weight: 700;
  margin-bottom: 12px;
  margin-top: 12px;
}

@media (min-width: 992px) {
  footer .footer-top .footer-menu {
    margin-bottom: 4px !important;
  }
}

@media (min-width: 768px) {
  footer .footer-top .footer-menu {
    margin-bottom: 8px !important;
  }
}

footer .footer-top .footer-menu {
  border: none;
  font-size: 0;
  list-style: none;
  margin: 0 0 6px;
  padding: 0;
}

@media (min-width: 992px) {
  #footer-item {
    font-size: 18px !important;
    line-height: 24px !important;
  }
}

#footer-item {
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
}

@media (min-width: 768px) {
  li#footer-item:not(:last-child)::after {
    margin: 0 10px !important;
  }
}

li#footer-item:not(:last-child)::after {
  color: var(--bs-cool1);
  content: "|";
  display: inline-block;
  margin: 0 8px;
}

a#footer-link {
  color: var(--bs-white);
  display: inline;
  text-decoration: none;
}

#footer-link {
  color: var(--bs-nav-link-color);
  display: block;
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

@media (min-width: 992px) {
  .follow-us.h4,
  h4.follow-us {
    margin-bottom: 14px !important;
  }
}

@media (min-width: 768px) {
  .follow-us.h4,
  h4.follow-us {
    margin-bottom: 10px !important;
  }
}

.social-media {
  font-size: 0;
}

.social-media .social-link {
  display: inline-block;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}

.social-media .social-link:first-child {
  margin-left: 0;
}

@media (min-width: 992px) {
  .social-link {
    font-size: 24px !important;
  }
}

#icon {
  color: var(--bs-white);
}

@media (min-width: 992px) {
  footer .footer-bottom {
    line-height: 32px;
  }
}

footer .footer-bottom {
  color: var(--bs-white);
  font-size: 14px;
  line-height: 24px;
}

@media (min-width: 992px) {
  footer .footer-bottom .footer-copyright {
    margin: 0 !important;
  }
}

footer .footer-bottom .footer-copyright {
  margin-bottom: 10px;
  font-weight: 700;
}

@media (min-width: 992px) {
  footer .footer-bottom .footer-bottom-menu {
    text-align: right !important;
  }
}

footer .footer-bottom .footer-bottom-menu {
  text-align: left;
}

footer .footer-bottom .footer-bottom-menu ul {
  border: none;
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .footer-bottom .footer-bottom-menu ul li.nav-item {
  display: inline-block;
  font-size: 14px;
}

@media (min-width: 992px) {
  ol li, 
  ul li {
    font-size: 18px;
    line-height: 27px;
  }
}

ol li,
ul li {
  font-size: 16px;
  line-height: 24px;
  color: var(--bs-deep-ocean);
}

footer .footer-bottom .footer-bottom-menu ul li.nav-item a.nav-link {
  color: var(--bs-white);
  display: inline;
  text-decoration: none;
}

footer .footer-bottom .footer-bottom-menu ul li.nav-item:not(:last-child)::after {
  content: " - ";
  display: inline-block;
  margin: 0 6px;
}

.accordion {
  margin-bottom: 2em;
}

.accordion button[aria-expanded='true'] {
  color: var(--bs-secondary-lighten);
}

.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5 !important;
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid var(--bs-secondary-lighten) !important;
}

.accordion-title {
  margin-left: 10px;
  font-weight: 700;
  color: var(--bs-primary);
}

@media only screen and (max-width: 767px) {
  .accordion-title {
    margin-left: 5px;
    font-weight: 700;
    color: var(--bs-primary);
  }

  .accordion button {
    font-size: small !important;
  }

  .accordion button .icon {
    top: 12px !important;
  }

  .answer {
    font-size: small !important;
  }

  ol li,
  ul li {
    font-size: small !important;
  }
}

.bullet-points {
  padding-right: 1px;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: var(--bs-secondary-lighten);
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: var(--bs-secondary-lighten);
  border: 1px solid var(--bs-secondary-lighten);
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 20px;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background-color: var(--bs-secondary-lighten);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background-color: var(--bs-secondary-lighten);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}

.accordion button[aria-expanded='true']+.accordion-content {
  opacity: 1;
  max-height: 20em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
  margin-left: 15px;
  color: var(--bs-deep-ocean);
}

