* {
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto !important;
}

html, body {
  height: 100%;
}

body {
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}

body.home nav.navbar {
  background: transparent !important;
}

#main-content {
  flex: 1 0 auto;
}

body:not(.home) .generic-content {
  margin-top: 3rem;
}

nav.navbar {
  z-index: 999;
  height: 60px;
  background: #707a67;
}
nav.navbar .container-fluid {
  height: 100%;
}
nav.navbar .container-fluid .navbar-brand {
  fill: white;
  height: 100%;
}
nav.navbar .container-fluid .navbar-brand svg {
  height: 100%;
  width: auto;
  aspect-ratio: 373/71;
}
nav.navbar .nav-link {
  position: relative;
}
nav.navbar .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: white;
}
nav.navbar + .hero {
  margin-top: -60px;
}

.hero {
  position: relative;
  width: 100%;
  aspect-ratio: 1925/631;
  background: url("/images/svg/Hero_background.svg") no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero .hero-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.hero .hero-content .hero-content_box {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 5px solid white;
  height: 50%;
  flex: 0 0 50%;
  padding: 5rem;
}
.hero .hero-content .hero-content_box .hero-content_logo {
  width: 100%;
  height: auto;
  fill: white;
}

.card, .card-img-top {
  border-radius: 0;
}

.btn-arrow {
  color: #222;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  border: 1px solid #222;
  border-radius: 0;
  align-self: flex-start;
}
.btn-arrow:hover, .btn-arrow:focus {
  background: #707a67;
  border: 1px solid #222;
  color: white;
}
.btn-arrow:hover .bi, .btn-arrow:focus .bi {
  margin-left: 10px;
}
.btn-arrow .bi {
  margin-left: 5px;
  transition: margin-left 0.3s ease;
}

.btn-arrow-green {
  color: white;
  border-color: white;
}
.btn-arrow-green:hover, .btn-arrow-green:focus {
  border: 1px solid #fff;
}

.side-by-side_cards {
  padding: 4rem 0;
}

.image-teaser .image-teaser_image img {
  height: auto;
  width: 100%;
}
.image-teaser .image-teaser_text-content {
  background: #707a67;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  color: white;
}

footer {
  background: #707a67;
  padding: 5rem;
  flex-shrink: 0;
}
footer .footer-content_logo svg {
  fill: white;
  width: 33%;
  min-width: 250px;
  height: auto;
}
footer .footer-content_text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  color: white;
}
footer .footer-content_text .footer-content_text-link {
  color: white;
}

@media only screen and (max-width: 62rem) {
  .hero {
    aspect-ratio: 16/9;
  }
  .hero-content_box {
    flex: 0 0 75% !important;
    padding: 3rem !important;
  }
  .navbar-collapse {
    background-color: #222;
    color: white;
    padding: 2rem;
  }
  .nav-link {
    position: relative;
  }
  .nav-link.active {
    padding-left: 1rem;
  }
  .nav-link.active::after {
    content: none;
    display: none;
  }
  .nav-link.active::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: white;
  }
  footer {
    padding: 3rem !important;
  }
}
@media only screen and (max-width: 37.5rem) {
  .hero {
    aspect-ratio: 1/1;
  }
  .hero-content_box {
    flex: 0 0 95% !important;
    height: 40% !important;
    padding: 1rem !important;
    border: 2px solid white !important;
  }
  footer {
    padding: 3rem 1rem !important;
  }
  footer .footer-content_text {
    align-items: flex-start !important;
    margin-top: 3rem;
  }
}
ul.dropdown-menu {
  border-radius: 0 !important;
}
ul.dropdown-menu li a:active {
  background: #707a67;
}/*# sourceMappingURL=site.css.map */