@media all and (min-width: 1081px) {
  img.mobile-menu-toggle {
    display: none;
  }
  .mobile-only {
    display: none !important;
  }
}
@media all and (max-width: 1080px) {
  .mobile-only {
    display: block !important;
  }
  a, p, li, ol, ul, .site-button {
    font-size: 16px;
  }
  .site-button.large {
    font-size: 18px;
  }
  h1 {
    font-size: 60px;
    font-weight: bold;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 24px;
  }
  img.mobile-menu-toggle {
    width: 32px;
    height: 32px;
    cursor: pointer;
    z-index: 999999;
  }
  img.mobile-menu-toggle.menu-open {
    width: 26px;
    height: 26px;
    content: url("../assets/close.png");
  }
  .site-header .navigation .site-menu {
    display: none;
  }
  .site-header .navigation .site-menu.menu-open {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    background: #0B3B68;
    flex-direction: column;
    justify-content: center;
  }
  .site-body .site-section {
    padding: 45px 0px;
  }
  .site-body .site-section#landing-hero .site-row .site-column {
    z-index: 10;
    background: rgba(1, 25, 46, 0.8);
    max-width: 100%;
    text-align: center;
    padding: 30px;
    border-radius: 30px;
  }
  .site-body .site-section#landing-hero .banner-image {
    width: 100%;
    height: 100%;
    top: 50%;
    right: 0;
    z-index: 9;
  }
  .site-body .site-section .site-row {
    gap: 50px;
  }
  .site-body .site-section .site-row.reverse-on-mobile {
    flex-direction: column-reverse;
  }
  .site-body .site-section .site-row.cta-card {
    padding: 40px;
  }
  .footer-row, .site-row {
    flex-direction: column;
  }
  .site-footer {
    padding: 45px 0px;
  }
  .site-footer .footer-row {
    align-items: flex-start;
  }
}
@media all and (max-width: 767px) {
  .site-body .site-section .site-row.cta-card {
    padding: 20px;
  }
  h1 {
    font-size: 46px;
    font-weight: bold;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20px;
  }
}
@media all and (max-width: 560px) {
  .site-body .site-section#landing-hero {
    height: 80vh;
    padding-top: 120px !important;
  }
}/*# sourceMappingURL=responsive.css.map */