.hamburger {
  display: none;
  position: absolute;
  z-index: 10;
  top: 22px;
  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: "Source Sans 3", sans-serif;
}

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

.site-header {
  margin: 0;
  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;
  padding: 0 1rem 0;
  border-bottom-color: #e4e4e4;
}
.site-header__logo {
  max-width: 16.3125rem;
}
.site-header__logo img {
  width: 100%;
}
.site-header__nav__top {
  padding-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
  margin-bottom: 1.25rem;
}
.site-header__nav__top a, .site-header__nav__top a:link, .site-header__nav__top a:visited {
  padding: 0.625rem 0.75rem;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  color: #000000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-header__nav__top a:hover, .site-header__nav__top a:link:hover, .site-header__nav__top a:visited:hover {
  color: #bf311a;
}
.site-header__nav__top a.site-header__nav__button, .site-header__nav__top a.site-header__nav__button:link, .site-header__nav__top a.site-header__nav__button:visited {
  background-color: #007d89;
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.625rem 1rem;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-header__nav__top a.site-header__nav__button:hover, .site-header__nav__top a.site-header__nav__button:link:hover, .site-header__nav__top a.site-header__nav__button:visited:hover {
  background-color: #bf311a;
  color: #ffffff;
}

.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-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
  font-weight: 300;
}
.main-navigation .nav-menu ul li ul li a:hover {
  text-decoration: underline;
}
.main-navigation .nav-menu > ul > li > a {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
  font-weight: 300;
  padding: 1.875rem 1.25rem;
  border-bottom: 8px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-navigation .nav-menu > ul > li:last-child ul {
  left: auto;
  right: 0;
}
.main-navigation .nav-menu > ul > li:hover > a {
  border-bottom: 8px solid #bf311a;
}

.site-footer {
  background-color: #bf311a;
  padding: 0;
  margin-top: 1.25rem;
}
.site-footer__column:first-child {
  padding-left: 4%;
}
.site-footer__column:last-child {
  padding-right: 4%;
}
.site-footer__top {
  padding: 1.5625rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-footer__top__logo {
  display: block;
  max-width: 17.5rem;
}
.site-footer__top__logo img {
  width: 100%;
}
.site-footer__top__nav {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 4.375rem;
     -moz-column-gap: 4.375rem;
          column-gap: 4.375rem;
}
.site-footer__top__nav a, .site-footer__top__nav a:link, .site-footer__top__nav a:visited {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #ffffff;
  font-weight: 700;
  display: block;
  padding: 0.625rem 0;
}
.site-footer__top__nav a:hover, .site-footer__top__nav a:link:hover, .site-footer__top__nav a:visited:hover {
  text-decoration: underline;
}
.site-footer__top__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}
.site-footer__top__socials a, .site-footer__top__socials a:link, .site-footer__top__socials a:visited {
  width: 2rem;
  height: 2rem;
  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;
  background-color: #fff;
  border-radius: 50%;
  color: #bf311a;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-footer__top__socials a:hover, .site-footer__top__socials a:link:hover, .site-footer__top__socials a:visited:hover {
  background-color: #dee0dd;
}
.site-footer__top__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.site-footer__top__address a, .site-footer__top__address a:link, .site-footer__top__address a:visited {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #ffffff;
  font-weight: 700;
  display: block;
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-footer__top__address a:hover, .site-footer__top__address a:link:hover, .site-footer__top__address a:visited:hover {
  color: #dee0dd;
}
.site-footer__top__address a.site-footer__bottom__address--underline, .site-footer__top__address a.site-footer__bottom__address--underline:link, .site-footer__top__address a.site-footer__bottom__address--underline:visited {
  border-bottom: 1px dotted #fff;
  font-weight: 500;
  font-style: italic;
  display: inline;
  width: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-footer__top__address a.site-footer__bottom__address--underline:hover, .site-footer__top__address a.site-footer__bottom__address--underline:link:hover, .site-footer__top__address a.site-footer__bottom__address--underline:visited:hover {
  color: #dee0dd;
}
.site-footer__bottom {
  border-top: 1px solid #fff;
  padding: 1.25rem 1rem;
}
.site-footer__bottom__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
}
.site-footer__bottom__nav a, .site-footer__bottom__nav a:link, .site-footer__bottom__nav a:visited {
  font-size: 0.75rem;
  line-height: 0.75rem;
  font-weight: 700;
  color: #fff;
  display: block;
  text-transform: uppercase;
}
.site-footer__bottom__nav a:hover, .site-footer__bottom__nav a:link:hover, .site-footer__bottom__nav a:visited:hover {
  text-decoration: underline;
}
.site-footer__bottom__nav p {
  font-size: 0.75rem;
  line-height: 0.75rem;
  font-weight: 700;
  color: #fff;
  display: block;
  text-transform: uppercase;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .site-footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
  }
  .site-footer__top__nav {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
  .site-footer__column:first-child {
    padding-left: 0;
  }
  .site-footer__column:last-child {
    padding-right: 0;
  }
  .site-footer__bottom__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .hamburger {
    display: inline-block;
  }

  .site-header {
    display: block;
  }
  .site-header__nav__top {
    display: none;
  }
  .site-header__nav__bottom {
    display: block;
  }

  .main-navigation .nav-menu ul li ul li a {
    padding: 0.625rem 1.25rem;
  }
  .main-navigation .nav-menu > ul > li {
    border-bottom: 1px solid #d8d8d8;
  }
  .main-navigation .nav-menu > ul > li:last-child {
    border-bottom: none;
  }
  .main-navigation .nav-menu > ul > li > a {
    padding: 0.6875rem 1rem;
    border-bottom-width: 2px;
  }
  .main-navigation .nav-menu > ul > li:hover > a {
    border-bottom-width: 2px;
  }
}