@font-face {
  font-family: "Greycliff";
  src: url("../../copy/fonts/Greycliff-CF-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Greycliff";
  src: url("../../copy/fonts/Greycliff-CF-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Greycliff";
  src: url("../../copy/fonts/Greycliff-CF-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Greycliff";
  src: url("../../copy/fonts/Greycliff-CF-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Greycliff";
  src: url("../../copy/fonts/Greycliff-CF-Heavy.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Greycliff";
  src: url("../../copy/fonts/Greycliff-CF-Extra-Bold.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.hamburger {
  display: none;
  position: absolute;
  z-index: 10;
  top: 10px;
  right: 15px;
  cursor: pointer;
}
.hamburger span {
  font-size: 16px;
  font-family: monospace;
}
.hamburger div {
  width: 35px;
  height: 5px;
  background-color: #2EA3F2;
  margin: 6px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  will-change: transform;
}
.hamburger.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}
.hamburger.change .bar2 {
  opacity: 0;
}
.hamburger.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

a, p, span, li, td, div, label, blockquote, input, textarea, select, h1, h2, h3, h4, h5, h6 {
  font-family: "Mulish", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Greycliff", sans-serif;
  font-weight: 700;
}

.site-container {
  max-width: 80rem;
  padding: 0 0.9375rem;
  margin: 0 auto;
  width: 100%;
}

.site-header {
  margin: 0;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  border: none;
  padding: 0;
}
.site-header .site-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header__logo {
  max-width: 12.375rem;
}
.site-header__logo img {
  width: 100%;
}

.main-navigation {
  background-color: transparent;
  padding: 0;
}
.main-navigation .nav-menu {
  border: none;
}
.main-navigation .nav-menu ul {
  margin: 0;
  padding: 0;
}
.main-navigation .nav-menu ul li {
  margin: 0;
  padding: 0;
}
.main-navigation .nav-menu ul li a {
  padding: 0.75em 1em;
}
.main-navigation .nav-menu ul li ul li a {
  font-family: "Greycliff", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 0.875rem;
  color: #003976;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.main-navigation .nav-menu ul li ul li a:hover {
  color: #ffffff;
  background-color: #00a0df;
}
.main-navigation .nav-menu > ul > li > a {
  font-family: "Greycliff", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 0.875rem;
  padding: 3.3125rem 2.625rem 3.3125rem 1.25rem;
  color: #003976;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.main-navigation .nav-menu > ul > li:hover > a {
  color: #ffffff;
  background-color: #00a0df;
}

.site-footer {
  background-color: #003C71;
  padding: 1.875rem 0;
  margin-top: 1.875rem;
}
.site-footer__logo {
  max-width: 24rem;
  margin: 0 auto;
  display: block;
}
.site-footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}
.site-footer__contact a, .site-footer__contact a:link, .site-footer__contact a:visited {
  font-size: 1rem;
  line-height: 1.875rem;
  font-weight: 700;
  color: #ffffff;
  font-family: "Greycliff", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-footer__contact a img, .site-footer__contact a:link img, .site-footer__contact a:visited img {
  width: 1rem;
}
.site-footer__contact p {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #ffffff;
  font-family: "Greycliff", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  font-weight: 700;
}
.site-footer__contact p img {
  width: 1rem;
}

@media screen and (max-width: 767px) {
  .hamburger {
    display: inline-block;
  }

  .site-header {
    padding: 0.9375rem 0 0.625rem;
  }
  .site-header__logo {
    max-width: 5.75rem;
  }
  .site-header .site-container {
    display: block;
  }

  .main-navigation .nav-menu {
    margin-top: 1.25rem;
  }
  .main-navigation .nav-menu ul li ul li a {
    padding-left: 1.25rem;
  }
  .main-navigation .nav-menu > ul > li > a {
    padding: 0.625rem 0.9375rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  }

  .site-footer__logo {
    max-width: 16.625rem;
  }
  .site-footer .site-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.875rem;
  }
}