* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background: rgb(250,250,250);
  background: #fff;
  color: #333;
  font-size: 16px;
  line-height: 1.8;
  font-family: Avenir Next, serif;
}
@media (min-width: 768px) {

}
p {
  margin-bottom: 1em;
}
a {
  text-decoration: none;
  color: rgb(60, 80, 140);
}
img {
  display: block;
  max-width: 100%;
}
h1, h2, h3, h4, h5 {
  text-rendering: geometricPrecision;
}
h4 {
  margin: 20px 0;
  font-size: 20px;
}
h5 {
  font-size: inherit;
}


.col-4, .col-3, .col-2 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.col-4 > li, .col-3 > li, .col-2 > li {
  display: block;
  list-style: none;
}
@media (min-width: 560px) {
  .col-4, .col-2 {
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .col-3 {
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1080px) {
  .col-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.text-list {
  text-align: left;
  padding-left: 1.2em;
}


.nav-toggle {
  display: block;
  -webkit-appearance: none;
  appearance: none;
  border: 0 none;
  background: transparent;
  color: inherit;
  font-size: inherit;
  cursor: pointer;
  display: block;
  float: left;
  width: 48px;
  height: 36px;
  background: transparent url("/images/nav-toggle.svg") no-repeat 50% 50%;
  background-size: 18px auto;
  color: transparent;
  text-indent: -10000px;
  overflow: hidden;
}


.video-16-9 {
  position: relative;
  height: auto;
  padding-top: 56.25%;
  max-width: 100%;
  margin: 0 auto 20px;
}
.video-16-9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.nav--inactive {
  display: none;
}
.nav__list {
  display: flex;
  flex-flow: column;
  list-style: none;
}
.nav--footer__list {
  flex-flow: row;
}
@media (max-width: 649px) {
  .nav--footer__list {
    display: block;
  }
}
.nav__item {
  display: block;
}
.nav__link {
  display: block;
  white-space: nowrap;
  color: inherit;
  text-decoration: none;
  padding: 0 15px;
}
.nav__link span {
  padding: 0 5px;
}
.nav__link--active span {
  border-bottom: 2px solid #fff;
}
.logo-fill {
  fill: #fff;
}
.nav--main, .nav--footer {
  font-weight: 500;
  font-size: 16px;
}
.nav--main {
  padding-top: 20px;
}
.nav--main__link {
  line-height: 44px;
}

.main-header {
  background: #000;
  color: #fff;
  z-index: 100;
}
.main-header__wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 5px 10px;
}
.main-header__wrap:after {
  content: "";
  display: block;
  clear: both;
}
.main-header__title {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.main-header__title img {
  padding: 4px 0;
  display: block;
}
.main-header__title svg {
  display: block;
  margin: 4px 0;
  max-height: 28px;
}
.main-header__nav {
  clear: both;
}
@media (min-width: 768px) {
  .main-header__title {
    margin-top: 2px;
  }
  .main-header__title svg {
    margin: 0;
    max-height: none;
  }
  .main-header--alternate .logo-fill {
    fill: #000;
  }
  .main-header__wrap {
    padding: 10px;
  }
  .main-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .main-header--alternate {
    color: #000;
    background: #fff
  }
  .main-header--alternate .nav__link--active span {
    border-bottom-color: #000;
  }
  .main-header--transparent {
    background: transparent;
  }
  .main-header--home {
    background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0)) no-repeat 0 0;
    background-size: 100% 100%;
  }
  .main-header__title {
    float: left;
    position: relative;
    left: auto;
    transform: none;
  }
  .main-header__nav {
    clear: none;
    float: right;
  }
  .nav-toggle {
    display: none;
  }
  .nav--main {
    padding-top: 0;
  }
  .nav--main__link {
    padding-top: 4px;
  }
  .nav__list {
    flex-flow: row;
  }
  .nav--inactive {
    display: block;
  }
}


.main-content {
  /*padding-top: 48px;*/
  /*max-width: 960px;
  margin: 0 auto;*/
}
.main-content > p {
  margin: 0;
}
.wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 10px;
}
.wrap--medium {
  max-width: 840px;
}
.wrap--small {
  max-width: 640px;
}
.wrap--teaser {
  z-index: 2;
  max-width: 960px;
}
.wrap--teaserbottom {
  margin-top: auto;
  z-index: 2;
  width: 100%;
}
.wrap--centered {
  max-width: 620px;
}



.main-footer {
  background: #000;
  color: #eee;
  text-align: center;
  padding: 24px 0;
}
.main-footer__nav {
  text-align: center;
  margin-top: 20px;
}
.main-footer__wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  flex-flow: column;
  align-items: center;
}





.fullsize-image {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.image-centered {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}



.feature {
  padding: 36px 0;
  position: relative;
}
.feature--small {
  font-size: 16px;
}
.feature--top {
  margin-top: 0;
  padding-top: 0;
}
.feature--dark {
  background: #000;
  color: #fff;
}
@media (min-width: 768px) {
  .feature {
    padding: 80px 0;
  }
  .feature--top {
    padding-top: 0;
  }
}
@media (min-width: 500px) {
  .feature--centered {
    text-align: center;
  }
}
.feature a {
  font-weight: 700;
  color: inherit;
  text-decoration: none;
}
.feature a:hover, .feature a:focus {
  text-decoration: underline;
}
.feature__header {
  margin-bottom: 1em;
}
.feature__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .feature {
    font-size: 18px;
  }
  .feature__header {
    margin-bottom: 1.5em;
  }
  .feature--small {
    font-size: 16px;
  }
  .feature__title {
    font-size: 64px;
  }
  .feature--small .feature__title {
    font-size: 52px;
  }
}



.subtitle {
  font-weight: 300;
  font-size: 14px;
  color: inherit;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
.subtitle--teaser {
  font-weight: 400;
  font-size: 20px;
  text-transform: none;
}
@media (min-width: 768px) {
  .subtitle--teaser {
    font-weight: 500;
    font-size: 26px;
  }
}




.teaser {
  position: relative;
  background: transparent no-repeat 50% 50%;
  background-size: cover;
  padding: 10vh 0;
  text-align: center;
  color: #fff;
  overflow: hidden;
  text-shadow: 0 0 20px rgba(0,0,0,0.5);
  text-shadow: 0 0 20px rgba(35,40,43,0.54);
}
.teaser--empty {
  padding: 0;
  height: 0;
}
.teaser--fullpage {
  min-height: 100vh;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 100px;
  min-height: calc(100vh - 58px); /* mobile navigation height */
}
@media (min-width: 768px) {
  .teaser {
    padding: 22vh 0;
  }
  .teaser--empty {
    height: 68px;
    padding: 0;
  }
  .teaser--fullpage {
    padding-bottom: 8vh;
    height: 100vh;
    min-height: 560px;
  }
}
.teaser--bg-home {
  background-color: #1a1a1a;
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0)), url("/images/home/background.jpg");
  background-position: 0 0, 50% 50%;
  background-size: 100% 200px, cover;
}
.teaser--bg-dark {
  background-color: #1a1a1a;
}
.teaser__videobutton {
  margin: 24px auto 0;
  display: block;
  width: 172px;
}
.teaser__videobutton img {
  margin: 0 auto;
  background: rgba(0,0,0,0.3);
  border-radius: 8px;
}
.teaser__video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}
.teaser__title {
  line-height: 1.4;
  font-size: 30px;
  font-weight: 700;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .teaser__title {
    font-size: 72px;
    line-height: 1.2;
  }
}

.teaser__bullets {
  width: -webkit-fit-content;
  width: fit-content;
  margin: 20px auto 0;
}
.teaser__bullets li {
  display: flex;
  align-items: center;
}
.teaser__bullets h4 {
  margin: 0;
  font-size: 16px;
}
.teaser__bullets p {
  display: none;
}
.teaser__bullets img, .teaser__bullets svg {
  display: block;
  width: 32px;
  margin-right: 10px;
}

@media (min-width: 560px) {
.teaser__bullets {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  width: auto;
  margin: 0;
}
.teaser__bullets li {
  display: block;
  list-style: none;
  width: 50%;
  padding: 0 5px;
  min-width: 150px;
  margin: 10px 0;
  text-shadow: 0 0 20px rgba(0,0,0,0.6);
}
.teaser__bullets h4 {
  margin: 0;
  line-height: 1.2;
  margin-bottom: 8px;
  font-size: 20px;
}
.teaser__bullets p {
  display: block;
  font-size: 16px;
  max-width: 220px;
  margin: 0 auto;
  line-height: 1.4;
}
.teaser__bullets img, .teaser__bullets svg {
  display: block;
  margin: 0 auto;
  width: 60px;
}
}

@media (min-width: 768px) {
  .teaser__bullets li {
    width: 30%;
  }
}
@media (min-width: 860px) {
  .teaser__bullets li {
    width: 20%;
    margin: 0;
    padding: 0 10px;
  }
  .teaser__bullets p {
    line-height: 1.5;
  }
  .teaser__bullets img, .teaser__bullets svg {
    width: 70px;
    margin: 0 auto 10px;
  }
}


.fullscreen-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,0.8);
  z-index: 120;
  width: 90vw;
  height: 0;
  box-shadow: 0 0 0 10000px rgba(0,0,0,0.5);
}
.fullscreen-video__close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 40px;
  height: 40px;
  display: block;
  background: url("/images/icons/close.svg") no-repeat 50% 50%;
  background-size: 100% auto;
  border: 0 none;
  cursor: pointer;
  z-index: 121;
  outline: none;
}
.fullscreen-video__close:focus {
  outline: none;
}
.fullscreen-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
