.hamburger {
  display: none;
  position: absolute;
  z-index: 10;
  top: 28px;
  right: 15px;
  cursor: pointer;
}
.hamburger span {
  font-size: 16px;
  font-family: monospace;
}
.hamburger div {
  width: 35px;
  height: 5px;
  background-color: #333;
  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: "Montserrat", sans-serif;
}

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

.site-header {
  margin: 0;
  padding: 0;
  border: none;
}
.site-header__logo {
  max-width: 16.125rem;
}
.site-header__logo img {
  width: 100%;
}
.site-header__nav {
  background-color: #174869;
  border-bottom: 1px solid #ffffff;
}

.site-header-top {
  background-color: #a51123;
  height: 3.75rem;
}

.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 {
  border-bottom: 1px solid #e2e2e2;
}
.main-navigation .nav-menu ul li ul li:last-child {
  border-bottom: none;
}
.main-navigation .nav-menu ul li ul li a {
  font-family: "Open Sans", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  color: #212934;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  padding: 0.625rem 0.9375rem;
}
.main-navigation .nav-menu ul li ul li a:hover {
  background-color: #a51123;
  color: #ffffff;
}
.main-navigation .nav-menu > ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-navigation .nav-menu > ul > li > a {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #ffffff;
  font-weight: 500;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.site-footer {
  margin-top: 1.875rem;
  background-color: #174869;
  padding: 3.125rem 0;
  border-top: 0.625rem solid #ebeaea;
}
.site-footer .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-footer__column {
  width: 33.3%;
}
.site-footer__column:nth-child(2) {
  text-align: center;
}
.site-footer__column:last-child h3 {
  text-align: right;
}
.site-footer__column h3 {
  color: #ffffff;
  font-size: 1.875rem;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 2.8125rem;
  margin-bottom: 0.9375rem;
}
.site-footer__column p {
  color: #ffffff;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  margin-bottom: 0.9375rem;
}
.site-footer__column strong {
  font-weight: 700;
}
.site-footer__column a, .site-footer__column a:link, .site-footer__column a:visited {
  color: #ffffff;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  text-decoration: underline;
}
.site-footer__nav a, .site-footer__nav a:link, .site-footer__nav a:visited {
  display: block;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.9375rem;
  text-align: right;
}
.site-footer__logo {
  max-width: 16.125rem;
}
.site-footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  margin-top: 1.25rem;
}
.site-footer__socials a, .site-footer__socials a:link, .site-footer__socials a:visited {
  margin-left: 0.9375rem;
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.875rem;
  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;
  width: 2.25rem;
  height: 2.25rem;
  text-decoration: none;
}
.site-footer__socials a:hover, .site-footer__socials a:link:hover, .site-footer__socials a:visited:hover {
  color: #f0f0f0;
}
.site-footer__socials a.facebook, .site-footer__socials a:link.facebook, .site-footer__socials a:visited.facebook {
  background-color: #3b5998;
}
.site-footer__socials a.twitter, .site-footer__socials a:link.twitter, .site-footer__socials a:visited.twitter {
  background-color: #000000;
}
.site-footer__socials a.instagram, .site-footer__socials a:link.instagram, .site-footer__socials a:visited.instagram {
  background-color: #e1306c;
}

.site-footer-bottom {
  background-color: #333333;
  padding: 1.4375rem 0;
}
.site-footer-bottom p {
  color: #ffffff;
  margin: 0;
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  font-family: "Open Sans", sans-serif;
}

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

  .site-footer .site-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.875rem;
  }
  .site-footer__socials {
    display: none;
  }
  .site-footer__column {
    width: 100%;
    text-align: center;
  }
  .site-footer__column:nth-child(2) {
    text-align: center;
  }
  .site-footer__column:last-child h3 {
    text-align: center;
  }
  .site-footer__nav {
    text-align: center;
  }
  .site-footer__nav a, .site-footer__nav a:link, .site-footer__nav a:visited {
    text-align: center;
  }

  .site-header {
    padding-top: 0.625rem;
  }

  .main-navigation .nav-menu ul li a {
    padding: 0.625rem 0.9375rem;
  }
  .main-navigation .nav-menu > ul > li > a {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}