@font-face {
  font-family: 'Druk Wide Web';
  src: url(https://s3.amazonaws.com/bw-fonts/DrukWide-Super-Web.eot);
  src: url(https://s3.amazonaws.com/bw-fonts/DrukWide-Super-Web.eot?#iefix) format("embedded-opentype"), url(https://s3.amazonaws.com/bw-fonts/DrukWide-Super-Web.woff) format("woff"), url(https://s3.amazonaws.com/bw-fonts/DrukWide-Super-Web.ttf) format("truetype"), url("https://s3.amazonaws.com/bw-fonts/DrukWide-Super-Web.svg#Druk Wide Web") format("svg");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Druk Web';
  src: url(https://s3.amazonaws.com/bw-fonts/Druk-Medium-Web.eot);
  src: url(https://s3.amazonaws.com/bw-fonts/Druk-Medium-Web.eot?#iefix) format("embedded-opentype"), url(https://s3.amazonaws.com/bw-fonts/Druk-Medium-Web.woff) format("woff"), url(https://s3.amazonaws.com/bw-fonts/Druk-Medium-Web.ttf) format("truetype"), url("https://s3.amazonaws.com/bw-fonts/Druk-Medium-Web.svg#Druk Web") format("svg");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Druk Bold Web';
  src: url(https://s3.amazonaws.com/bw-fonts/Druk-Bold-Web.eot);
  src: url(https://s3.amazonaws.com/bw-fonts/Druk-Bold-Web.eot?#iefix) format("embedded-opentype"), url(https://s3.amazonaws.com/bw-fonts/Druk-Bold-Web.woff) format("woff"), url(https://s3.amazonaws.com/bw-fonts/Druk-Bold-Web.ttf) format("truetype"), url("https://s3.amazonaws.com/bw-fonts/Druk-Bold-Web.svg#Druk Web") format("svg");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
/* -------------------------------- 

Primary style

-------------------------------- */
/* line 7, ../scss/partials/_parallax.scss */
*, *::after, *::before {
  box-sizing: border-box;
}

/* line 11, ../scss/partials/_parallax.scss */
html {
  /*font-size: 62.5%;*/
}

/* line 15, ../scss/partials/_parallax.scss */
body {
  /*font-size: 1.6rem;*/
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 24, ../scss/partials/_parallax.scss */
body::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
@media only screen and (min-width: 1050px) {
  /* line 32, ../scss/partials/_parallax.scss */
  body::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

/* line 39, ../scss/partials/_parallax.scss */
.dvz-content a {
  color: #267481;
  text-decoration: none;
}

/* -------------------------------- 

Main Components 

-------------------------------- */
@media only screen and (min-width: 1050px) {
  /* line 50, ../scss/partials/_parallax.scss */
  body[data-hijacking="on"] {
    overflow: hidden;
  }
}

/* line 57, ../scss/partials/_parallax.scss */
.cd-section {
  height: 100vh;
}
/* line 60, ../scss/partials/_parallax.scss */
.cd-section h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 100vh;
  text-align: center;
  font-size: 3rem;
}
/* line 68, ../scss/partials/_parallax.scss */
.cd-section:first-of-type > div {
  background-color: #2b334f;
}
/* line 71, ../scss/partials/_parallax.scss */
.cd-section:first-of-type > div::before {
  /* alert -> all scrolling effects are not visible on small devices */
  content: 'Effects not visible on mobile!';
  position: absolute;
  width: 100%;
  text-align: center;
  top: 20px;
  z-index: 2;
  font-weight: bold;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #6a7083;
}
/* line 86, ../scss/partials/_parallax.scss */
.cd-section:nth-of-type(2) > div {
  background-color: #2e5367;
}
/* line 90, ../scss/partials/_parallax.scss */
.cd-section:nth-of-type(3) > div {
  background-color: #267481;
}
/* line 94, ../scss/partials/_parallax.scss */
.cd-section:nth-of-type(4) > div {
  background-color: #fcb052;
}
/* line 98, ../scss/partials/_parallax.scss */
.cd-section:nth-of-type(5) > div {
  background-color: #f06a59;
}
/* line 102, ../scss/partials/_parallax.scss */
[data-animation="parallax"] .cd-section > div, [data-animation="fixed"] .cd-section > div, [data-animation="opacity"] .cd-section > div {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 800px;
  height: 100vh;
}
/* line 113, ../scss/partials/_parallax.scss */
[data-animation="parallax"] .cd-section:first-of-type > div, [data-animation="fixed"] .cd-section:first-of-type > div, [data-animation="opacity"] .cd-section:first-of-type > div {
  background-image: url("../img/aus-1.jpg");
}
/* line 119, ../scss/partials/_parallax.scss */
[data-animation="parallax"] .cd-section:nth-of-type(2) > div, [data-animation="fixed"] .cd-section:nth-of-type(2) > div, [data-animation="opacity"] .cd-section:nth-of-type(2) > div {
  background-image: url("../img/aus-2.jpg");
}
/* line 125, ../scss/partials/_parallax.scss */
[data-animation="parallax"] .cd-section:nth-of-type(3) > div, [data-animation="fixed"] .cd-section:nth-of-type(3) > div, [data-animation="opacity"] .cd-section:nth-of-type(3) > div {
  background-image: url("../img/aus-3.jpg");
}
/* line 131, ../scss/partials/_parallax.scss */
[data-animation="parallax"] .cd-section:nth-of-type(4) > div, [data-animation="fixed"] .cd-section:nth-of-type(4) > div, [data-animation="opacity"] .cd-section:nth-of-type(4) > div {
  background-image: url("../img/aus-4.jpg");
}
/* line 137, ../scss/partials/_parallax.scss */
[data-animation="parallax"] .cd-section:nth-of-type(5) > div, [data-animation="fixed"] .cd-section:nth-of-type(5) > div, [data-animation="opacity"] .cd-section:nth-of-type(5) > div {
  background-image: url("../img/aus-5.jpg");
}
@media only screen and (min-width: 1050px) {
  /* line 145, ../scss/partials/_parallax.scss */
  .cd-section h2 {
    font-size: 4rem;
    font-weight: 300;
  }
  /* line 150, ../scss/partials/_parallax.scss */
  [data-hijacking="on"] .cd-section {
    opacity: 1;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  /* line 158, ../scss/partials/_parallax.scss */
  [data-hijacking="on"] .cd-section > div {
    visibility: visible;
  }
  /* line 163, ../scss/partials/_parallax.scss */
  [data-hijacking="off"] .cd-section > div {
    opacity: 1;
  }
  /* line 167, ../scss/partials/_parallax.scss */
  [data-animation="rotate"] .cd-section {
    /* enable a 3D-space for children elements */
    -webkit-perspective: 1800px;
    -moz-perspective: 1800px;
    perspective: 1800px;
  }
  /* line 172, ../scss/partials/_parallax.scss */
  [data-hijacking="on"][data-animation="rotate"] .cd-section:not(:first-of-type) {
    -webkit-perspective-origin: center 0;
    -moz-perspective-origin: center 0;
    perspective-origin: center 0;
  }
  /* line 176, ../scss/partials/_parallax.scss */
  [data-animation="scaleDown"] .cd-section > div, [data-animation="gallery"] .cd-section > div, [data-animation="catch"] .cd-section > div {
    box-shadow: 0 0 0 rgba(25, 30, 46, 0.4);
  }
  /* line 183, ../scss/partials/_parallax.scss */
  [data-animation="opacity"] .cd-section.visible > div {
    z-index: 1;
  }
}

@media only screen and (min-width: 1050px) {
  /* line 190, ../scss/partials/_parallax.scss */
  .cd-section:first-of-type > div::before {
    display: none;
  }
}
@media only screen and (min-width: 1050px) {
  /* line 195, ../scss/partials/_parallax.scss */
  .cd-section > div {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  /* line 207, ../scss/partials/_parallax.scss */
  [data-hijacking="on"] .cd-section > div {
    position: absolute;
  }
  /* line 211, ../scss/partials/_parallax.scss */
  [data-animation="rotate"] .cd-section > div {
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

/* line 217, ../scss/partials/_parallax.scss */
.cd-vertical-nav {
  /* lateral navigation */
  position: fixed;
  z-index: 1;
  right: 3%;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
/* line 225, ../scss/partials/_parallax.scss */
.cd-vertical-nav a {
  display: block;
  height: 40px;
  width: 40px;
  /* image replace */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../img/cd-icon-arrow.svg) no-repeat center center;
}
/* line 237, ../scss/partials/_parallax.scss */
.cd-vertical-nav a.cd-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-bottom: 10px;
}
/* line 242, ../scss/partials/_parallax.scss */
.cd-vertical-nav a.inactive {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  transition: opacity 0.2s 0s, visibility 0s 0.2s;
}
@media only screen and (min-width: 1050px) {
  /* line 217, ../scss/partials/_parallax.scss */
  .cd-vertical-nav {
    display: block;
  }
}

/* line 1, ../scss/_main.scss */
body {
  /*background-color: #f1e6d2;*/
}

/* line 5, ../scss/_main.scss */
.lede, p {
  width: 50%;
  max-width: 640px;
}

/* line 10, ../scss/_main.scss */
p {
  margin: 30px auto;
  font: 18px/29px "TiemposTextWeb-Regular", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  color: #3c3c3c;
}
/* line 16, ../scss/_main.scss */
p em {
  font-family: "TiemposTextWeb-RegularItalic", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  font-style: normal;
}

/* line 22, ../scss/_main.scss */
.lede, .parallax_wrapper {
  position: relative;
  z-index: 2;
}

/* line 27, ../scss/_main.scss */
.body-copy {
  z-index: 40;
  min-height: 100%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}

/* line 35, ../scss/_main.scss */
hr {
  height: 1px;
  background-color: #000;
  border: none;
  width: 20%;
  margin: 0 0 3em;
}

/* line 43, ../scss/_main.scss */
[data-hijacking="off"] .cd-section > div {
  opacity: 1;
}

/*HEADER*/
/* line 49, ../scss/_main.scss */
#subheader {
  background-color: rgba(0, 0, 0, 0.8);
  font: 16px "HaasDisplayBold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  text-align: left;
  height: initial;
  padding: 10px 20px;
  border-bottom: none;
  position: static;
  margin: -10px auto 5em auto;
  /*z-index: 1;*/
  width: 100%;
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0.1s;
  -moz-transition: all 0.3s ease-out 0.1s;
  transition: all 0.3s ease-out 0.1s;
}
/* line 63, ../scss/_main.scss */
#subheader a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 10px;
}
/* line 68, ../scss/_main.scss */
#subheader a:hover {
  color: white;
}
/* line 73, ../scss/_main.scss */
#subheader .active {
  color: white;
}

/* line 82, ../scss/_main.scss */
.hero-text {
  width: 60%;
  margin: 0 auto;
  padding-top: 350px;
  text-align: center;
}
/* line 88, ../scss/_main.scss */
.hero-text h1 {
  font: 100px/100px "Druk", sans-serif;
  margin: 20px 0;
  color: #ffffff;
}
/* line 94, ../scss/_main.scss */
.hero-text .dek {
  text-align: center;
  padding: 0;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.65);
}

/*IMAGES*/
/* line 103, ../scss/_main.scss */
/*figure {
  width: 100%;
}*/
/* line 106, ../scss/_main.scss */
figure img {
  max-width: 90%;
}

/* line 111, ../scss/_main.scss */
figcaption {
  width: 1200px;
  max-width: 99%;
  color: #4d4d4d;
  margin: 0.5em auto 2em auto;
  font: 0.925em "NHaasGroteskDSPro-55Rg", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
}
/* line 116, ../scss/_main.scss */
figcaption strong {
  font-family: "NHaasGroteskDSPro-75Bd", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 600;
}

/* line 122, ../scss/_main.scss */
.img_full {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto 3rem;
}
/* line 127, ../scss/_main.scss */
.img_full img {
  max-width: 80%;
  display: block;
  margin: 0 auto;
}

/* line 134, ../scss/_main.scss */
.img_left, .img_right {
  max-width: 450px;
  width: auto;
}

/* line 139, ../scss/_main.scss */
.img_left {
  float: left;
  margin: 0.5rem 5rem 3rem 7%;
}

/* line 144, ../scss/_main.scss */
.img_right {
  float: right;
  margin: 0.5rem 7% 3rem 5rem;
}

/* line 150, ../scss/_main.scss */
.slide_img img {
  width: 1200px;
  max-width 90%;
}

/* line 155, ../scss/_main.scss */
.photo-info {
  border-bottom: 1px solid #ddd;
  margin: 5px auto 1em auto;
}

/* line 159, ../scss/_main.scss */
.credit {
  font-size: 0.6em;
  margin-top: 3px;
  margin-bottom: 10px;
  color: #999;
}

/*VIDEO*/
/* line 167, ../scss/_main.scss */
.video-section {
  margin-bottom: 0;
}
/* line 171, ../scss/_main.scss */
.video-section video {
  min-width: 100%;
  margin-bottom: 0;
}
/* line 176, ../scss/_main.scss */
.video-section.icon {
  position: relative;
}
/* line 179, ../scss/_main.scss */
.video-section.icon:after {
  content: 'a';
  font-family: 'Bloomberg';
  position: absolute;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  margin-top: -35%;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 8em;
}
/* line 195, ../scss/_main.scss */
.video-section.hidden:after {
  display: none;
}

/* line 200, ../scss/_main.scss */
.video-player {
  background-color: #000;
  width: 100%;
}

/* line 205, ../scss/_main.scss */
.video-js {
  margin: 0 auto;
  min-width: 1360px;
  min-height: 765px;
  display: block;
}
/* line 211, ../scss/_main.scss */
#main .video-js {
  margin-top: -50%;
}

/* line 219, ../scss/_main.scss */
.player .video-wrapper .video {
  height: auto !important;
}

/* line 223, ../scss/_main.scss */
.player .target {
  height: auto !important;
}

/* line 227, ../scss/_main.scss */
.safari-fix {
  display: none;
  background-color: #000;
  color: #fff;
  font-family: "HaasDisplayBold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  padding: 10px;
  text-align: center;
}

/*PHOTO GALLERY*/
/* line 238, ../scss/_main.scss */
.photo-gallery img {
  width: 100%;
  height: 100vh;
}

/* line 243, ../scss/_main.scss */
.ad-unit {
  width: 300px;
  height: 250px;
  background-color: #444;
  float: right;
  margin: 20px;
}

/* line 251, ../scss/_main.scss */
.sidebar .clearboth {
  margin-bottom: 10px;
}

/* line 255, ../scss/_main.scss */
.terminal a {
  text-decoration: none;
}

/* line 259, ../scss/_main.scss */
.terminal .video-player {
  display: none;
}

/* line 263, ../scss/_main.scss */
.terminal .video-section:after {
  content: none;
}

/* line 1, ../scss/partials/_page-style.scss */
#main-wrapper, #slider, #wrapper-slides, .slide {
  position: relative;
}

/* line 5, ../scss/partials/_page-style.scss */
#slider, #wrapper-slides, .slide {
  padding: 0;
  margin: 0;
  position: relative;
}

/* line 11, ../scss/partials/_page-style.scss */
#slider {
  width: 100%;
  overflow: hidden;
  -webkit-transform: translate(0, 0) scale3d(1, 1, 1);
  -moz-transform: translate(0, 0) scale3d(1, 1, 1);
  -ms-transform: translate(0, 0) scale3d(1, 1, 1);
  -o-transform: translate(0, 0) scale3d(1, 1, 1);
  transform: translate(0, 0) scale3d(1, 1, 1);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* line 18, ../scss/partials/_page-style.scss */
.slide {
  display: block;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
}
/* line 28, ../scss/partials/_page-style.scss */
.slide h2 {
  font: 70px/68px "Druk", sans-serif;
}
/* line 32, ../scss/partials/_page-style.scss */
.slide h3 {
  font: 22px/28px "HaasDisplayBold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
}
/* line 36, ../scss/partials/_page-style.scss */
.dvz-content .slide a {
  color: #ffffff;
  border-bottom:  none;
  text-decoration: none;
  font-family: "BWHaasHead", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 900;
}

/* line 42, ../scss/partials/_page-style.scss */
.slide-selected {
  position: relative;
  opacity: 1;
}

/*ARROWS*/
/* line 49, ../scss/partials/_page-style.scss */
#nav-previous,
#nav-next {
  position: relative;
  top: 0;
  width: 5%;
  height: 100%;
  cursor: pointer;
}
/* line 57, ../scss/partials/_page-style.scss */
#nav-previous span,
#nav-next span {
  position: absolute;
  top: 41.4%;
  opacity: 0.25;
  font-size: 5em;
  width: 60px;
  height: 214px;
}
/* line 65, ../scss/partials/_page-style.scss */
#nav-previous span:hover,
#nav-next span:hover {
  opacity: 0.7;
}

/* line 72, ../scss/partials/_page-style.scss */
#nav-previous, #nav-previous span {
  left: 0;
}

/* line 76, ../scss/partials/_page-style.scss */
#nav-next, #nav-next span {
  right: 0;
}

/* line 80, ../scss/partials/_page-style.scss */
#nav-previous img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 84, ../scss/partials/_page-style.scss */
.next-story {
  background-color: #000;
  padding: 30px;
  margin-top: 50px;
}
/* line 89, ../scss/partials/_page-style.scss */
.next-story p {
  font-family: "HaasDisplayBold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 24px;
  color: #ffffff;
}

/* line 96, ../scss/partials/_page-style.scss */
.photo-byline {
  margin-top: 10px;
  font: 1em/ 1.53em 'HaasText', 'Helvetica';
  color: #888;
}

/*HERO IMAGES*/
/* line 104, ../scss/partials/_page-style.scss */
.hero-module {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
  width: 100%;
}

/* line 112, ../scss/partials/_page-style.scss */
#slide-zero {
  background: url("../../img/00_INTRO__DSC1788-copie.jpg") center center no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
}
/* line 118, ../scss/partials/_page-style.scss */
#slide-zero .lede-content, #slide-zero .dek, #slide-zero .illo-byline, #slide-zero .start-btn, #slide-zero .byline {
  text-align: center;
  color: #ffffff;
}
/* line 123, ../scss/partials/_page-style.scss */
#slide-zero .lede-content {
  position: absolute;
  bottom: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80%;
}
/* line 132, ../scss/partials/_page-style.scss */
#slide-zero h1 {
  font: 100px/100px "Druk", sans-serif;
  padding: 15px 0 10px;
  margin-bottom: 30px;
  margin-top: 0;
  color: #ffffff;
}
/* line 140, ../scss/partials/_page-style.scss */
#slide-zero .dek {
  font: 34px/40px "TiemposHeadline-Black", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  margin: 0 auto 60px;
  width: 100%;
  background-color: transparent;
  max-width: 850px;
}
/* line 148, ../scss/partials/_page-style.scss */
#slide-zero .illo-byline {
  font: 18px/22px "TiemposHeadlineWeb-Bold", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  margin: 20px auto 60px;
  max-width: 800px;
}
/* line 154, ../scss/partials/_page-style.scss */
#slide-zero .byline {
  font-weight: 600;
}
/* line 158, ../scss/partials/_page-style.scss */
#slide-zero .start-btn {
  font: 18px "BWHaasDisplay", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 900;
  background-color: #000;
  padding: 20px;
  text-transform: uppercase;
  width: 200px;
  margin: 0 auto;
}

/* line 169, ../scss/partials/_page-style.scss */
#slide-two .img_full {
  max-width: 1000px;
}

/*--- VIDEO LEDE ---*/
/*------------ VIDEO STYLES ------------*/
/* line 180, ../scss/partials/_page-style.scss */
.video {
  margin: 40px auto;
}

/* line 184, ../scss/partials/_page-style.scss */
.terminal .video {
  display: none;
}

/* line 190, ../scss/partials/_page-style.scss */
.lede-video {
  width: 100%;
  height: auto;
  position: relative;
}
/* line 195, ../scss/partials/_page-style.scss */
.lede-video video {
  width: 100%;
}

/* line 201, ../scss/partials/_page-style.scss */
.lede {
  width: 50%;
  margin: 0 auto;
  position: absolute;
  z-index: 1;
}
/* line 207, ../scss/partials/_page-style.scss */
.lede h2 {
  color: #000;
  margin-bottom: 0.01em;
}
/* line 212, ../scss/partials/_page-style.scss */
.lede p {
  width: 100%;
}

/* line 217, ../scss/partials/_page-style.scss */
.dek {
  text-align: left;
  background-color: #ffffff;
  width: 100%;
}

/* line 223, ../scss/partials/_page-style.scss */
.dvz-content .illo-byline {
  background-color: #000;
  color: #ffffff;
  font-family: "NHaasGroteskDSPro-75Bd", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  padding: 1px 6px 3px;
  display: inline;
  font-weight: 600;
}

/* line 233, ../scss/partials/_page-style.scss */
.byline-feat {
  font-family: "HaasDisplayBold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  color: #000;
  margin: 5px 0;
  background-color: #ffffff;
  display: inline;
}

/* line 241, ../scss/partials/_page-style.scss */
.mobile-lede {
  display: none;
}

/* line 245, ../scss/partials/_page-style.scss */
.cd-section {
  position: relative;
}

/* line 250, ../scss/partials/_page-style.scss */
.lede, .parallax_wrapper {
  position: relative;
  z-index: 2;
}

/* line 255, ../scss/partials/_page-style.scss */
.parallax_wrapper {
  width: auto;
  max-width: 1600px;
  margin: 0 auto;
}

/* line 261, ../scss/partials/_page-style.scss */
[data-hijacking="off"] .cd-section > div {
  opacity: 1;
}

/* line 265, ../scss/partials/_page-style.scss */
.mobile-lede, .video-player {
  display: none;
}

@media screen and (max-width: 760px) {
  /* line 3, ../scss/mediaqueries/_mobile.scss */
  hr {
    margin-bottom: 2em;
  }

  /* line 7, ../scss/mediaqueries/_mobile.scss */
  .img_right, .img_left {
    max-width: 90%;
    float: none;
    text-align: center;
    margin: 20px;
  }

  /* line 14, ../scss/mediaqueries/_mobile.scss */
  .img_full {
    width: 90%;
  }
  /* line 17, ../scss/mediaqueries/_mobile.scss */
  .img_full img {
    max-width: 90%;
  }

  /* line 24, ../scss/mediaqueries/_mobile.scss */
  #nav-previous span, #nav-next span {
    width: 35px;
  }

  /* line 29, ../scss/mediaqueries/_mobile.scss */
  #header, #subheader {
   margin: -4px auto 5em auto;
;
  }

  /* line 34, ../scss/mediaqueries/_mobile.scss */
  #main .lede, #main p {
    width: 90%;
    margin: 0 auto 1em;
  }
  /* line 40, ../scss/mediaqueries/_mobile.scss */
  #main .lede p {
    width: 100%;
  }
  /* line 43, ../scss/mediaqueries/_mobile.scss */
  #main .lede p + p {
    margin-top: 0.325em;
  }

  /* line 52, ../scss/mediaqueries/_mobile.scss */
  .slide h2 {
    font-size: 48px;
    line-height: 48px;
  }
  /* line 61, ../scss/mediaqueries/_mobile.scss */
  .slide p {
    margin: 1em 0 2em;
  }

  /* line 67, ../scss/mediaqueries/_mobile.scss */
  #slide-zero .lede-content {
    bottom: 20%;
  }
  /* line 71, ../scss/mediaqueries/_mobile.scss */
  #slide-zero h1 {
    font-size: 52px;
    line-height: 54px;
    border-top: 1px solid #241f19;
    border-bottom: 1px solid #241f19;
    padding: 15px 0 10px;
    margin-bottom: 30px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  }
  /* line 81, ../scss/mediaqueries/_mobile.scss */
  #slide-zero .dek {
    font-size: 20px;
    line-height: 28px;
  }
  /* line 86, ../scss/mediaqueries/_mobile.scss */
  #slide-zero .illo-byline {
    font-size: 14px;
    line-height: 16px;
    margin: 20px auto 60px;
    max-width: 100%;
  }
  /* line 93, ../scss/mediaqueries/_mobile.scss */
  #slide-zero .start-btn {
    font-size: 14px;
  }

  /* line 100, ../scss/mediaqueries/_mobile.scss */
  .video-section.icon:after {
    font-size: 4em;
    margin-top: -34%;
  }
  /* line 105, ../scss/mediaqueries/_mobile.scss */
  .video-section video {
    display: none;
  }

  /* line 111, ../scss/mediaqueries/_mobile.scss */
  .photo-byline span {
    display: block;
  }

  /* line 116, ../scss/mediaqueries/_mobile.scss */
  .video-player, .lede .text_divider {
    display: none;
  }

  /* line 120, ../scss/mediaqueries/_mobile.scss */
  .mobile-lede {
    display: block;
    width: 100%;
    margin: -25px 0 20px 0;
  }

  /* line 127, ../scss/mediaqueries/_mobile.scss */
  .video-js {
    min-width: 320px;
    min-height: 180px;
  }
}
@media screen and (max-width: 1024px) {
  /* line 3, ../scss/mediaqueries/_tablet.scss */
  .lede, p {
    width: 80%;
  }

  /* line 9, ../scss/mediaqueries/_tablet.scss */
  .video-section video {
    min-height: initial;
  }

  /* line 14, ../scss/mediaqueries/_tablet.scss */
  .parallax_wrapper {
    overflow: visible;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transform-style: initial;
    -moz-transform-style: initial;
    -ms-transform-style: initial;
    -o-transform-style: initial;
    transform-style: initial;
  }
  /* line 19, ../scss/mediaqueries/_tablet.scss */
  .parallax_wrapper .slide_img {
    position: relative;
  }
}
@media screen and (min-width: 760px) and (max-width: 1023px) {
  /* line 26, ../scss/mediaqueries/_tablet.scss */
  .video-js {
    min-width: 760px;
    min-height: 428px;
  }

  /* line 32, ../scss/mediaqueries/_tablet.scss */
  .video-section.icon:after {
    font-size: 6em;
  }

  /* line 37, ../scss/mediaqueries/_tablet.scss */
  .mobile-lede {
    display: none;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1359px) {
  /* line 2, ../scss/mediaqueries/_desktop.scss */
  .video-js {
    min-width: 1024px;
    min-height: 576px;
  }
}
