.bg-black {
  background-color: #000000;
}
.bg-teal {
  background-color: #12bf9c;
}
.bg-blue {
  background-color: #00a7cf;
}
.bg-orange {
  background-color: #f2744d;
}
.bg-grey {
  background-color: #eaeaea;
}
.bg-red {
  background-color: #ec3f3f;
}
.bg-dark-grey {
  background-color: #424242;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide {
  display: none;
  visibility: hidden;
}
.full-size {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
* {
  position: relative;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pt-serif {
  font-family: 'PT Serif', Georgia, serif;
}
.lato {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.proxima-nova {
  font-family: 'proxima-nova', Helvetica, sans-serif;
}
.text-light {
  font-weight: 300;
}
.text-strong {
  font-weight: 700;
}
html,
body {
  font-family: 'proxima-nova', Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
::selection {
  background: #12bf9c;
  color: white;
}
a {
  text-decoration: none;
  color: #12bf9c;
}
a:hover {
  border-bottom: 1px solid;
}
h1 .sub-heading,
h2 .sub-heading,
h3 .sub-heading {
  display: block;
  font-size: 70%;
}
h1 {
  text-transform: uppercase;
}
h1 .sub-heading {
  text-transform: none;
}
h3 {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 200%;
  line-height: 1.2;
  margin: 30px 0;
}
h4 {
  font-weight: 300;
  font-size: 20px;
}
small {
  font-size: 70%;
}
.ui-label {
  font-family: 'proxima-nova', Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
hr {
  margin: 40px auto;
  border: none;
  height: 1px;
  background-color: #9e9e9e;
}
textarea {
  color: inherit;
  font: inherit;
  font-family: inherit;
}
.text-center {
  text-align: center;
}
@media (max-width: 755px) {
  h3 {
    font-size: 140%;
  }
}
.viewport-height {
  height: 600px;
  height: 100vh;
}
.viewport-height-minheight {
  min-height: 600px;
  min-height: 100vh;
}
@media (min-aspect-ratio: 1/1) {
  .viewport-height-landscape-only {
    min-height: 600px;
    height: 100vh;
  }
}
@media (max-aspect-ratio: 1/1) {
  .viewport-height-portrait-only {
    min-height: 600px;
    height: 100vh;
  }
}
[data-object-fit="cover"] {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.small-inline {
  display: none;
  text-align: center;
}
.quote-block {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin: 30px 0;
}
.quote-block blockquote {
  margin: 30px 0;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #12bf9c;
  font-weight: bold;
  font-size: 160%;
  line-height: 1.3;
}
.quote-block .quote-cite {
  margin-top: -15px;
  margin-bottom: 35px;
  color: #616161;
  font-size: 15px;
}
.media-block-caption {
  width: 100%;
  color: #616161 !important;
  font-size: 16px;
}
.inline-image {
  text-align: center;
  margin: 15px 0 10px;
}
.inline-image img {
  display: block;
  margin: 0 auto;
}
.inline-video {
  margin: 15px 0 10px;
  padding-bottom: 56.25%;
  height: 0;
}
.inline-video .video-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.inline-youtube {
  margin: 15px 0 10px;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.inline-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 755px) {
  .inline-media {
    margin-bottom: 1em;
  }
  .quote-block blockquote,
  blockquote {
    font-size: 130%;
  }
}
.main-column {
  width: 100%;
  max-width: 620px;
  padding: 20px 30px;
  font-size: 20px;
  line-height: 1.7;
}
.main-column img {
  max-width: 100%;
}
.main-column {
  margin: 0 30px;
}
.secondary-column {
  padding: 0 30px;
}
.margin-right {
  margin-right: 720px;
}
.margin-left {
  margin-left: 720px;
}
.column-left {
  float: left;
}
.column-right {
  float: right;
}
@media (max-width: 1100px) {
  .main-column {
    font-size: 18px;
    max-width: 54%;
  }
  .hide-small {
    display: none;
  }
  .margin-left {
    margin-left: 54%;
  }
  .margin-right {
    margin-right: 54%;
  }
}
@media (max-width: 900px) {
  .main-column {
    max-width: 640px;
  }
}
@media (max-width: 755px) {
  .main-column {
    width: 100%;
    font-size: 17px;
    padding-left: 0;
    padding-right: 0;
  }
  h3 {
    font-size: 140%;
  }
  .column-left {
    float: none;
    margin: 0;
  }
  .column-right {
    float: none;
    margin: 0;
  }
  .quote-block blockquote {
    font-size: 140%;
    margin: 15px 0;
    padding-right: 15px;
  }
  .quote-block .quote-cite {
    margin-top: -10px;
    margin-bottom: 20px;
  }
}
.section {
  color: #212121;
  font-family: 'PT Serif', Georgia, serif;
}
.text-over-media-inner {
  color: #ffffff;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.custom-html-section,
.section-html {
  background: white;
  overflow: auto;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: center;
}
.custom-html-section img,
.section-html img {
  display: block;
  margin: 0 auto;
}
body.prevent-menu-scrolling {
  overflow: hidden;
}
.navigation {
  z-index: 900;
}
.navigation .menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.navigation .menu-overlay.show-with-menu {
  display: block;
}
.section-navigation {
  position: absolute;
  top: 60px;
  z-index: 1100;
  width: 100%;
  background-color: #212121;
  background-color: rgba(33, 33, 33, 0.9);
  text-align: center;
  counter-reset: nav-chapters;
}
.section-navigation.stick {
  position: fixed;
  top: 0;
}
.section-navigation a,
.section-navigation a:visited {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 1%;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 0;
}
.section-navigation a.active,
.section-navigation a:visited.active {
  color: #ffffff;
}
@media (min-width: 755px) and (max-width: 1100px) {
  .section-navigation a.section-navigator {
    line-height: 42px;
  }
}
@media (max-width: 1100px) {
  .navigation {
    height: 1px;
  }
  .icon-menu {
    position: absolute;
    right: 6px;
    top: 7px;
    height: 25px;
    width: 25px;
    overflow: hidden;
  }
  .icon-menu:before,
  .icon-menu:after {
    content: "";
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    height: 4px;
    background-color: #212121;
  }
  .icon-menu:before {
    margin-top: -5px;
    border-top: 3px solid white;
    border-bottom: 3px solid white;
    box-shadow: 0 0 0 4px #212121;
  }
  .icon-menu:after {
    margin-top: -2px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: transparent;
    display: none;
  }
  .prevent-menu-scrolling .icon-menu {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  .prevent-menu-scrolling .icon-menu:before {
    border-width: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-top: -2px;
  }
  .prevent-menu-scrolling .icon-menu:after {
    display: block;
    background-color: #212121;
  }
  .section-navigation {
    position: fixed;
    display: block;
    top: 50px;
    bottom: 0;
    right: 0;
    z-index: 4;
    width: auto;
    min-width: 320px;
    max-width: 50%;
    overflow-y: scroll;
    padding: 10px 0;
    text-align: left;
    background-color: #212121;
  }
  .section-navigation a,
  .section-navigation a:visited {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 15px;
    line-height: 38px;
    font-size: 16px;
    color: #ffffff;
    -webkit-box-shadow: inset 0 -1px rgba(130, 130, 130, 0.2);
    -moz-box-shadow: inset 0 -1px rgba(130, 130, 130, 0.2);
    box-shadow: inset 0 -1px rgba(130, 130, 130, 0.2);
  }
  .section-navigation a:last-of-type,
  .section-navigation a:visited:last-of-type {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .section-navigation .section-navigator {
    display: block;
    z-index: 3;
  }
  .section-navigation.hide-when-small {
    display: none;
    width: 0;
    min-width: 0;
  }
}
@media (max-width: 755px) {
  .section-navigation {
    top: 40px;
    width: 100%;
    max-width: 100%;
  }
}
.scrollmation .scrollmation-slide {
  zoom: 1;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  will-change: opacity;
}
.scrollmation .scrollmation-slide.active {
  zoom: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
#story-body .scrollmation-image-block {
  display: none;
}
.story .two-column-grid {
  margin: 0 auto;
  max-width: 1400px;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .story .two-column-grid {
    padding: 0 15px;
    min-width: initial;
  }
  .section-scrollmation .main-column {
    margin: 0;
  }
}
@media (max-width: 900px) {
  .story .two-column-grid {
    background-color: white;
  }
  #story-body .scrollmation-image-block {
    display: block;
  }
  .section-scrollmation .main-column {
    float: none;
    margin: 0 auto;
  }
  .section-scrollmation .main-column .scrollmation-slide {
    width: 100%;
  }
  .section-scrollmation .main-column .scrollmation-inline {
    display: block;
    padding: 30px 0;
  }
  .section-scrollmation .main-column .scrollmation-inline .inline-image {
    width: 100%;
  }
}
.scrollmation-background {
  overflow-x: hidden;
}
.scrollmation-background .main-column {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8);
}
.scrollmation-background .background-overlay {
  position: absolute;
  visibility: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: black;
}
.scrollmation-background .scrollmation-slides-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  overflow: hidden;
}
.scrollmation-background .scrollmation-slides {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}
.scrollmation-background .scrollmation-slides.sticky-element {
  bottom: auto;
}
.scrollmation-background .scrollmation-slides.sticky-centered {
  position: fixed;
}
.scrollmation-background .scrollmation-slides.sticky-bottom {
  bottom: 0;
}
.scrollmation-background .scrollmation-slide {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  display: block;
}
.scrollmation-background .scrollmation-text {
  z-index: 2;
}
.scrollmation-background .scrollmation-text.column-centered {
  margin: 0 auto;
}
.scrollmation-background .hiding {
  display: none;
}
.scrollmation-background .tiny-scrollmation {
  display: none;
}
.scrollmation-background.tablet-only {
  overflow-x: visible;
  *zoom: 1;
}
.scrollmation-background.tablet-only:before,
.scrollmation-background.tablet-only:after {
  display: table;
  content: "";
  line-height: 0;
}
.scrollmation-background.tablet-only:after {
  clear: both;
}
.scrollmation-background.tablet-only .background-overlay {
  visibility: visible;
}
.scrollmation-background .tablet-image {
  top: 0;
  position: absolute;
  width: 100%;
  background-size: cover;
}
.scrollmation-background .scrollmation-background-image {
  width: 100%;
  height: 100%;
}
.scrollmation-background .scrollmation-background-container {
  position: absolute;
  height: 100%;
  width: 100%;
}
.scrollmation-background .scrollmation-background-container .scrollmation-background-video-fallback {
  z-index: -2;
}
.scrollmation-background .scrollmation-background-caption {
  z-index: 2;
  text-align: left;
  position: absolute;
  display: none;
  width: 400px;
  margin: auto;
  padding: 15px 30px;
  bottom: 0;
  visibility: visible;
  color: white;
  background-color: black;
  right: 30px;
  left: initial;
}
.scrollmation-background .scrollmation-background-caption.inner-column-right {
  left: 30px;
  right: initial;
}
.scrollmation-background [data-scrollmation-slide].active + .scrollmation-background-caption {
  display: block;
}
@media (max-width: 1100px) {
  .scrollmation-background .scrollmation-background-container [data-scrollmation-slide].active + .scrollmation-background-caption {
    display: none;
  }
}
@media (max-width: 900px) {
  .backstretch {
    display: none!important;
  }
  .scrollmation-background .scrollmation-slides {
    display: none;
  }
  .scrollmation-background.tablet-only .background-overlay {
    display: none!important;
    visibility: hidden!important;
    opacity: 0!important;
  }
  .scrollmation-background .scrollmation-text {
    background: transparent;
  }
  .scrollmation-background .main-column {
    padding-top: 0;
  }
  .section-scrollmation.inner-column-centered .tiny-scrollmation {
    background-position: center top;
  }
  .scrollmation-background .tiny-scrollmation {
    display: block;
    position: relative;
    width: 100%;
    max-height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    box-shadow: inset 0 5px 8px -6px;
  }
  .scrollmation-background .tiny-scrollmation:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0;
    height: 30%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff) repeat left top;
  }
}
.scrollmation-two-column {
  background: white;
  *zoom: 1;
}
.scrollmation-two-column:before,
.scrollmation-two-column:after {
  display: table;
  content: "";
  line-height: 0;
}
.scrollmation-two-column:after {
  clear: both;
}
.scrollmation-two-column .position-static {
  position: static;
}
.scrollmation-two-column .scrollmation-slide {
  position: absolute;
  width: 280px;
  text-align: center;
}
.scrollmation-two-column .scrollmation-slide img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 545px;
  margin: 0 auto;
}
.scrollmation-two-column .main-column {
  background: none;
  width: 100%;
}
.scrollmation-two-column .main-column .scrollmation-inline {
  display: none;
}
.scrollmation-two-column .scrollmation-slide {
  display: none;
}
.scrollmation-two-column .active.scrollmation-slide {
  display: block;
}
.scrollmation-two-column .scrollmation-slide {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  position: absolute;
}
.scrollmation-two-column .scrollmation-slides {
  width: 620px;
  max-width: 510px;
}
.scrollmation-two-column .portrait-image {
  width: 80%;
  left: 10%;
}
@media (max-width: 1100px) {
  .scrollmation-two-column .scrollmation-slide {
    padding-top: 60px;
  }
}
@media (max-width: 900px) {
  .section-scrollmation.scrollmation-two-column {
    margin: 0;
  }
  .section-scrollmation.scrollmation-two-column .main-column .scrollmation-inline {
    display: block;
    padding: 30px 0;
  }
  .section-scrollmation.scrollmation-two-column .main-column .scrollmation-inline .inline-image {
    width: 100%;
    margin: 0;
  }
  .section-scrollmation.scrollmation-two-column .main-column .scrollmation-inline.portrait-image {
    width: 60%;
    left: 20%;
  }
  .section-scrollmation.scrollmation-two-column .main-column .scrollmation-inline.hide-small {
    display: none;
  }
  .section-scrollmation.scrollmation-two-column .secondary-column {
    display: none;
  }
  .small-inline {
    display: block;
  }
}
@media (max-height: 415px) and (max-width: 1100px) and (min-aspect-ratio: 1/1) {
  .section-scrollmation.scrollmation-two-column .main-column .scrollmation-inline .inline-image {
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 415px;
    max-height: 330px;
  }
  .section-scrollmation.scrollmation-two-column .main-column .scrollmation-inline .caption {
    margin: 0 auto;
    max-width: 415px;
  }
}
@media (min-width: 1400px) {
  .scrollmation-two-column .secondary-column.margin-left {
    margin-left: 720px;
  }
}
@media (min-width: 1900px) {
  .scrollmation-two-column .scrollmation-slides {
    max-width: 620px;
  }
}
.section-text {
  background: white;
  overflow-x: hidden;
}
.section-text.section-scrollmation {
  background-color: transparent;
}
.section-text .main-column {
  margin: 0 auto;
}
@media (max-width: 755px) {
  .section-text .main-column {
    padding: 15px;
    max-width: 100%;
  }
}
.section-text-over-media {
  position: relative;
  overflow: hidden;
  background: #000000 no-repeat center center;
  background-size: cover;
}
.section-text-over-media a,
.section-text-over-media a:visited {
  color: white;
  border-bottom: 1px dotted;
}
.section-text-over-media a:hover,
.section-text-over-media a:visited:hover {
  border-bottom: 1px solid;
}
.section-text-over-media .text {
  position: absolute;
  z-index: 10;
  min-width: 80%;
  width: 80%;
  margin: 0 auto;
  padding: 5%;
}
.lt-ie9 .section-text-over-media .text {
  width: 100%;
}
.section-text-over-media .text.center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.lt-ie9 .section-text-over-media .text.center {
  position: relative;
  top: 5%;
  left: auto;
}
.section-text-over-media .text.center.top {
  top: 10%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.lt-ie9 .section-text-over-media .text.center.top {
  top: 0;
}
.section-text-over-media .text.center.bottom {
  top: auto;
  bottom: 10%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.lt-ie9 .section-text-over-media .text.center.bottom {
  position: absolute;
}
.section-text-over-media .text.center.left {
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.lt-ie9 .section-text-over-media .text.center.left {
  position: absolute;
}
.section-text-over-media .text.center.right {
  left: auto;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.lt-ie9 .section-text-over-media .text.center.right {
  position: absolute;
}
.section-text-over-media .text.left {
  left: 0;
  text-align: left;
}
.section-text-over-media .text.right {
  right: 0;
  text-align: right;
}
.section-text-over-media .text.top {
  top: 10%;
}
.section-text-over-media .text.bottom {
  bottom: 10%;
}
.section-text-over-media .text p {
  margin: 0 auto;
}
.section-text-over-media .text-inner {
  display: block;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.05;
}
.section-text-over-media .text-inner b,
.section-text-over-media .text-inner strong {
  font-weight: 800;
}
.section-text-over-media .background-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.section-text-over-media .background-overlay video {
  display: none;
}
.section-text-over-media .text-over-media-inner {
  font-size: 84px;
}
.section-text-over-media .text-over-media-inner.xx-small {
  font-size: 33.6px;
}
.section-text-over-media .text-over-media-inner.x-small {
  font-size: 46.2px;
}
.section-text-over-media .text-over-media-inner.small {
  font-size: 58.8px;
}
.section-text-over-media .text-over-media-inner.large {
  font-size: 108.36px;
}
.section-text-over-media .text-over-media-inner.x-large {
  font-size: 131.88px;
}
.section-text-over-media .text-over-media-inner.xx-large {
  font-size: 172.2px;
}
.section-text-over-media .text-over-media-inner.xxx-large {
  font-size: 294px;
}
.section-text-over-media .text-over-media-inner.xxxx-large {
  font-size: 504px;
}
.section-text-over-media .text-over-media-caption {
  z-index: 5;
  text-align: left;
  position: absolute;
  margin: auto;
  padding: 15px 30px;
  left: 0;
  right: 0;
  visibility: visible;
  color: white;
  background-color: #212121;
  background-color: rgba(0, 0, 0, 0.6);
}
.section-text-over-media .text-over-media-caption.main-text-is-bottom {
  top: 0;
}
.section-text-over-media .text-over-media-caption.main-text-is-top,
.section-text-over-media .text-over-media-caption.main-text-is-center {
  bottom: 0;
}
.section-text-over-media.has-text .background-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  /* show over the section-background  */
  z-index: 5;
  background-color: #000000;
  zoom: 1;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  filter: alpha(opacity=20);
  -webkit-transition: opacity 1000ms ease-out;
  -moz-transition: opacity 1000ms ease-out;
  -o-transition: opacity 1000ms ease-out;
  transition: opacity 1000ms ease-out;
}
.section-background {
  /* Add some some fudge factor because edges are blurred
     more than specified revaling the element behind */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.section-background.instant-background {
  width: calc(100% +  84px);
  height: calc(100% +  84px);
  top: -40px;
  left: -40px;
}
.section-background .section-background-video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.section-background .section-background-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.section-background .section-background-image + .background-overlay:after {
  -webkit-transition: background-color 1000ms ease-out;
}
.section-background .section-background-image.is-loading + .background-overlay:after {
  background-color: rgba(0, 0, 0, 0.5);
}
.section-background.section-background-fixed {
  clip: rect(0, auto, auto, 0);
  /* fixed background <img> doesn't work in IE8/9 so
       they fallback to CSS backgrounds on the section div
    */
}
.section-background.section-background-fixed .section-background-image {
  position: fixed;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.lt-ie10 .section-background.section-background-fixed {
  display: none;
}
.section-background .instant-background-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  -moz-filter: blur(25px);
  -ms-filter: blur(25px);
  -webkit-filter: blur(25px);
  filter: blur(25px);
  filter: progid:DXImageTransform.Microsoft.Blur(pixelamount=25);
  zoom: 1;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: opacity 1000ms ease-out;
  -moz-transition: opacity 1000ms ease-out;
  -o-transition: opacity 1000ms ease-out;
  transition: opacity 1000ms ease-out;
  image-rendering: pixelated;
  image-rendering: optimizeSpeed;
}
.section-background.is-loading .instant-background-image {
  zoom: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.section-background.is-loading .background-overlay {
  zoom: 1;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.section-text-over-image {
  background-attachment: fixed;
}
@media (max-width: 1100px) and (min-height: 700px) {
  .section-text-over-media .text {
    width: 100%;
  }
  .section-text-over-media .text-over-media-inner {
    font-size: 84px;
  }
  .section-text-over-media .text-over-media-inner.xx-small {
    font-size: 33.6px;
  }
  .section-text-over-media .text-over-media-inner.x-small {
    font-size: 46.2px;
  }
  .section-text-over-media .text-over-media-inner.small {
    font-size: 58.8px;
  }
  .section-text-over-media .text-over-media-inner.large {
    font-size: 108.36px;
  }
  .section-text-over-media .text-over-media-inner.x-large {
    font-size: 131.88px;
  }
  .section-text-over-media .text-over-media-inner.xx-large {
    font-size: 172.2px;
  }
  .section-text-over-media .text-over-media-inner.xxx-large {
    font-size: 294px;
  }
  .section-text-over-media .text-over-media-inner.xxxx-large {
    font-size: 504px;
  }
}
@media (max-width: 755px) {
  .section-text-over-media {
    min-height: 229px;
  }
  .section-text-over-media .text-over-media-inner {
    font-size: 35px;
  }
  .section-text-over-media .text-over-media-inner.xx-small {
    font-size: 14px;
  }
  .section-text-over-media .text-over-media-inner.x-small {
    font-size: 19.25px;
  }
  .section-text-over-media .text-over-media-inner.small {
    font-size: 24.5px;
  }
  .section-text-over-media .text-over-media-inner.large {
    font-size: 45.15px;
  }
  .section-text-over-media .text-over-media-inner.x-large {
    font-size: 54.95px;
  }
  .section-text-over-media .text-over-media-inner.xx-large {
    font-size: 71.75px;
  }
  .section-text-over-media .text-over-media-inner.xxx-large {
    font-size: 122.5px;
  }
  .section-text-over-media .text-over-media-inner.xxxx-large {
    font-size: 210px;
  }
  .section-text-over-media .text-over-media-caption {
    padding: 15px 15px;
  }
}
@media (min-width: 1400px) {
  .section-text-over-media {
    min-height: 600px;
  }
  .section-text-over-media .text-over-media-inner {
    font-size: 105px;
  }
  .section-text-over-media .text-over-media-inner.xx-small {
    font-size: 42px;
  }
  .section-text-over-media .text-over-media-inner.x-small {
    font-size: 57.75000000000001px;
  }
  .section-text-over-media .text-over-media-inner.small {
    font-size: 73.5px;
  }
  .section-text-over-media .text-over-media-inner.large {
    font-size: 135.45000000000002px;
  }
  .section-text-over-media .text-over-media-inner.x-large {
    font-size: 164.85px;
  }
  .section-text-over-media .text-over-media-inner.xx-large {
    font-size: 215.24999999999997px;
  }
  .section-text-over-media .text-over-media-inner.xxx-large {
    font-size: 367.5px;
  }
  .section-text-over-media .text-over-media-inner.xxxx-large {
    font-size: 630px;
  }
}
@media (min-width: 1900px) {
  .section-text-over-media .text-over-media-inner {
    font-size: 120px;
  }
  .section-text-over-media .text-over-media-inner.xx-small {
    font-size: 48px;
  }
  .section-text-over-media .text-over-media-inner.x-small {
    font-size: 66px;
  }
  .section-text-over-media .text-over-media-inner.small {
    font-size: 84px;
  }
  .section-text-over-media .text-over-media-inner.large {
    font-size: 154.8px;
  }
  .section-text-over-media .text-over-media-inner.x-large {
    font-size: 188.4px;
  }
  .section-text-over-media .text-over-media-inner.xx-large {
    font-size: 245.99999999999997px;
  }
  .section-text-over-media .text-over-media-inner.xxx-large {
    font-size: 420px;
  }
  .section-text-over-media .text-over-media-inner.xxxx-large {
    font-size: 720px;
  }
}
.section-media {
  position: relative;
  overflow: hidden;
  background: #000000 no-repeat center center;
  background-size: cover;
  z-index: 2;
}
.section-media .section-media-details {
  display: none;
}
.section-media .vjs-poster img {
  height: 100%;
}
.section-media .vjs-fullscreen-control {
  display: none;
}
.section-media .media-caption {
  display: block;
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 50px;
  width: 100%;
  margin: auto;
  padding: 15px 30px;
  opacity: 1;
  visibility: visibile;
  color: white;
  text-align: left;
  background-color: #212121;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: opacity 0.1s, visibility 0.1s;
  -moz-transition: opacity 0.1s, visibility 0.1s;
  -o-transition: opacity 0.1s, visibility 0.1s;
  transition: opacity 0.1s, visibility 0.1s;
}
.touch .section-media .media-caption {
  bottom: 44px;
}
.section-media iframe {
  width: 100%;
}
.scrollmation-inline .vjs-paused .vjs-big-play-button {
  display: none;
}
.is-inactive .media-caption {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}
.is-not-playing.is-inactive .media-caption {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 755px) and (orientation: landscape) {
  .section-media {
    min-height: 268px;
  }
  .section-media .media-caption {
    width: 320px;
    padding: 15px 15px;
    bottom: 35px;
  }
}
@media (min-width: 1400px) {
  .section-media {
    min-height: 600px;
  }
}
.vjs-current-time,
.vjs-time-divider,
.vjs-captions-button,
.vjs-volume-control,
.vjs-fullscreen-control {
  display: none;
  width: 0;
  height: 0;
}
body .vjs-default-skin .vjs-duration {
  position: absolute;
  right: 3em;
}
body .vjs-default-skin .vjs-progress-control {
  top: 24px;
  left: 16em;
  right: 28em;
}
body .vjs-default-skin:hover .vjs-progress-control {
  font-size: 0.3em;
  height: 1em;
}
body .vjs-default-skin:hover .vjs-slider-handle:before {
  font-size: 4em;
  top: -160%;
  text-shadow: none;
  color: white;
}
.vjs-default-skin {
  color: #9e9e9e;
}
@font-face {
  font-family: 'VideoJS';
  src: url("../fonts/vjs.X.eot");
  src: url("../fonts/vjs.X.eot?#iefix") format('embedded-opentype'), url("../fonts/vjs.X.woff") format('woff'), url("../fonts/vjs.X.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
.vjs-default-skin .vjs-slider {
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
}
.vjs-default-skin .vjs-slider:focus {
  -webkit-box-shadow: 0 0 2em #ffffff;
  -moz-box-shadow: 0 0 2em #ffffff;
  box-shadow: 0 0 2em #ffffff;
}
.vjs-default-skin .vjs-slider-handle {
  position: absolute;
  left: 0;
  top: 0;
}
.vjs-default-skin .vjs-slider-handle:before {
  content: "\e009";
  font-family: VideoJS;
  font-size: 1em;
  line-height: 1;
  text-align: center;
  text-shadow: 0em 0em 1em #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.story .section-media .vjs-paused .vjs-big-play-button {
  display: block;
}
.section-media .vjs-default-skin:hover .vjs-big-play-button,
.section-media .vjs-default-skin .vjs-big-play-button:focus,
.inline-video .vjs-default-skin:hover .vjs-big-play-button,
.inline-video .vjs-default-skin .vjs-big-play-button:focus {
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.4);
}
.section-media .vjs-default-skin .vjs-big-play-button,
.inline-video .vjs-default-skin .vjs-big-play-button {
  display: block;
  left: 50%;
  top: 50%;
  border: none;
  border-radius: 50%;
  box-shadow: none;
  color: white;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.4);
  box-shadow: none !important;
}
.touch .section-media .vjs-default-skin .vjs-big-play-button,
.touch .inline-video .vjs-default-skin .vjs-big-play-button {
  display: none;
}
.section-media .vjs-default-skin .vjs-big-play-button:before,
.inline-video .vjs-default-skin .vjs-big-play-button:before {
  text-shadow: none;
  line-height: 1.5;
  left: 5%;
}
.section-media .vjs-default-skin .vjs-big-play-button:focus,
.inline-video .vjs-default-skin .vjs-big-play-button:focus,
.section-media .vjs-default-skin .vjs-big-play-button:hover,
.inline-video .vjs-default-skin .vjs-big-play-button:hover {
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: none;
}
.section-media .vjs-default-skin .vjs-big-play-button {
  font-size: 100px;
  width: 150px;
  height: 150px;
  margin-top: -75px;
  margin-left: -75px;
}
.inline-video .vjs-default-skin .vjs-big-play-button {
  font-size: 54px;
  width: 80px;
  height: 80px;
  margin-top: -61.53846153846153px;
  margin-left: -40px;
}
.vjs-default-skin .vjs-control-bar {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0px auto;
  height: 50px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: -1px;
}
.vjs-default-skin.vjs-has-started .vjs-control-bar {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
}
.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}
.vjs-default-skin.vjs-controls-disabled .vjs-control-bar {
  display: none;
}
.vjs-default-skin.vjs-using-native-controls .vjs-control-bar {
  display: none;
}
@media \0screen {
  .vjs-default-skin.vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: "";
  }
}
.vjs-default-skin .vjs-control {
  outline: none;
  position: relative;
  float: left;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 50px;
  width: 4em;
}
.vjs-default-skin .vjs-control:before {
  font-family: VideoJS;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  line-height: 50px;
  font-size: 20px;
}
.vjs-default-skin .vjs-control:focus:before,
.vjs-default-skin .vjs-control:hover:before {
  color: white;
}
.vjs-default-skin .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.vjs-default-skin .vjs-play-control {
  width: 5em;
  cursor: pointer;
}
.vjs-default-skin .vjs-play-control:before {
  content: "\e001";
}
.vjs-default-skin.vjs-playing .vjs-play-control:before {
  content: "\e002";
}
.vjs-default-skin .vjs-mute-control,
.vjs-default-skin .vjs-volume-menu-button {
  cursor: pointer;
  float: right;
}
.vjs-default-skin .vjs-mute-control:before,
.vjs-default-skin .vjs-volume-menu-button:before {
  content: "\e006";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-0:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before {
  content: "\e003";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-1:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before {
  content: "\e004";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-2:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before {
  content: "\e005";
}
.vjs-default-skin .vjs-volume-control {
  width: 5em;
  float: right;
}
.vjs-default-skin .vjs-volume-bar {
  width: 5em;
  height: 0.6em;
  margin: 1.1em auto 0;
}
.vjs-default-skin .vjs-volume-menu-button .vjs-menu-content {
  height: 2.9em;
}
.vjs-default-skin .vjs-volume-level {
  position: absolute;
  top: 0;
  left: 0;
  height: 0.5em;
  background: rgba(255, 255, 255, 0.4) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
}
.vjs-default-skin .vjs-volume-bar .vjs-volume-handle {
  width: 0.5em;
  height: 0.5em;
}
.vjs-default-skin .vjs-volume-handle:before {
  font-size: 0.9em;
  top: -0.2em;
  left: -0.2em;
  width: 1em;
  height: 1em;
}
.vjs-default-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content {
  width: 6em;
  left: -4em;
}
.vjs-default-skin .vjs-progress-control {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  font-size: 0.3em;
  height: 3px;
  top: -1em;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.vjs-default-skin:hover .vjs-progress-control {
  font-size: .9em;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.vjs-default-skin .vjs-progress-holder {
  height: 100%;
}
.vjs-default-skin .vjs-progress-holder .vjs-play-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
}
.vjs-default-skin .vjs-play-progress {
  background: white;
}
.vjs-default-skin .vjs-load-progress {
  background: #646464;
  background: rgba(255, 255, 255, 0.3);
}
.vjs-default-skin .vjs-seek-handle {
  width: 1.5em;
  height: 100%;
}
.vjs-default-skin .vjs-seek-handle:before {
  padding-top: 0.1em;
}
.vjs-default-skin .vjs-time-controls {
  font-size: 11px;
  line-height: 50px;
}
.vjs-default-skin .vjs-current-time {
  float: left;
}
.vjs-default-skin .vjs-duration {
  float: left;
}
.vjs-default-skin .vjs-remaining-time {
  display: none;
  float: left;
}
.vjs-time-divider {
  float: left;
  line-height: 3em;
}
.vjs-default-skin .vjs-fullscreen-control {
  width: 3.8em;
  cursor: pointer;
  float: right;
}
.vjs-default-skin .vjs-fullscreen-control:before {
  content: "\e000";
}
.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before {
  content: "\e00b";
}
.vjs-default-skin .vjs-big-play-button {
  left: 0.5em;
  top: 0.5em;
  font-size: 3em;
  display: block;
  z-index: 3;
  position: absolute;
  width: 4em;
  height: 2.6em;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  opacity: 1;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  border: 0.1em solid #3b4249;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  border-radius: 0.8em;
  -webkit-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
  box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
  left: 50%;
  margin-left: -2.1em;
  top: 50%;
  margin-top: -1.4000000000000001em;
}
.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button {
  display: none;
}
.vjs-default-skin.vjs-has-started .vjs-big-play-button {
  display: none;
}
.vjs-default-skin.vjs-using-native-controls .vjs-big-play-button {
  display: none;
}
.vjs-default-skin:hover .vjs-big-play-button,
.vjs-default-skin .vjs-big-play-button:focus {
  outline: 0;
  border-color: #ffffff;
  background-color: #505050;
  background-color: rgba(50, 50, 50, 0.75);
  -webkit-box-shadow: 0 0 3em #ffffff;
  -moz-box-shadow: 0 0 3em #ffffff;
  box-shadow: 0 0 3em #ffffff;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.vjs-default-skin .vjs-big-play-button:before {
  content: "\e001";
  font-family: VideoJS;
  line-height: 2.6em;
  text-shadow: 0.05em 0.05em 0.1em #000000;
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 4em;
  line-height: 1;
  width: 1em;
  height: 1em;
  margin-left: -0.5em;
  margin-top: -0.5em;
  opacity: 0.75;
  -webkit-animation: spin 1.5s infinite linear;
  -moz-animation: spin 1.5s infinite linear;
  -o-animation: spin 1.5s infinite linear;
  animation: spin 1.5s infinite linear;
}
.vjs-default-skin .vjs-loading-spinner:before {
  content: "\e01e";
  font-family: VideoJS;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  text-align: center;
  text-shadow: 0em 0em 0.1em #000000;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.vjs-default-skin .vjs-menu-button {
  float: right;
  cursor: pointer;
}
.vjs-default-skin .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0em;
  width: 0em;
  height: 0em;
  margin-bottom: 3em;
  border-left: 2em solid transparent;
  border-right: 2em solid transparent;
  border-top: 1.55em solid #000000;
  border-top-color: rgba(7, 40, 50, 0.5);
}
.vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 10em;
  bottom: 1.5em;
  max-height: 15em;
  overflow: auto;
  left: -5em;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
  -moz-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
  box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
}
.vjs-default-skin .vjs-menu-button:hover .vjs-menu {
  display: block;
}
.vjs-default-skin .vjs-menu-button ul li {
  list-style: none;
  margin: 0;
  padding: 0.3em 0 0.3em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}
.vjs-default-skin .vjs-menu-button ul li.vjs-selected {
  background-color: #000;
}
.vjs-default-skin .vjs-menu-button ul li:focus,
.vjs-default-skin .vjs-menu-button ul li:hover,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover {
  outline: 0;
  color: #111;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 0 0 1em #ffffff;
  -moz-box-shadow: 0 0 1em #ffffff;
  box-shadow: 0 0 1em #ffffff;
}
.vjs-default-skin .vjs-menu-button ul li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}
.vjs-default-skin .vjs-subtitles-button:before {
  content: "\e00c";
}
.vjs-default-skin .vjs-captions-button:before {
  content: "\e008";
}
.vjs-default-skin .vjs-captions-button:focus .vjs-control-content:before,
.vjs-default-skin .vjs-captions-button:hover .vjs-control-content:before {
  -webkit-box-shadow: 0 0 1em #ffffff;
  -moz-box-shadow: 0 0 1em #ffffff;
  box-shadow: 0 0 1em #ffffff;
}
.video-js {
  background-color: #000;
  position: relative;
  top: 0;
  padding: 0;
  font-size: 10px;
  vertical-align: middle;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
}
.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-js:-moz-full-screen {
  position: absolute;
}
body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto;
}
.video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  _position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}
.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}
.vjs-poster {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000;
  cursor: pointer;
}
.vjs-poster img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%;
}
.video-js.vjs-using-native-controls .vjs-poster {
  display: none;
}
.video-js .vjs-text-track-display {
  text-align: center;
  position: absolute;
  bottom: 4em;
  left: 1em;
  right: 1em;
}
.video-js .vjs-text-track {
  display: none;
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
}
.video-js .vjs-subtitles {
  color: #fff;
}
.video-js .vjs-captions {
  color: #fc6;
}
.vjs-tt-cue {
  display: block;
}
.vjs-default-skin .vjs-hidden {
  display: none;
}
.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}
@media (max-aspect-ratio: 1/1) {
  .section-media-video {
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .section-media-video .video-js {
    width: auto;
    height: auto !important;
    margin-bottom: 15px;
  }
  .section-media-video .vjs-tech {
    position: relative;
  }
  .section-media-youtube iframe {
    display: block;
  }
  .section-media-video .media-caption,
  .section-media-youtube .media-caption {
    position: relative;
    bottom: 0;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
  }
  .touch .section-media-video .media-caption,
  .touch .section-media-youtube .media-caption {
    bottom: 0;
  }
}
.ie8_error {
  color: white;
  text-align: center;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: bold;
  padding: 40px;
  margin: 10px;
  background: #ec3f3f;
  z-index: 99999;
  zoom: 1;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}
.section-title {
  height: calc(100vh - 60px);
}
.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6 {
  margin: 0;
  padding: 0;
  font-size: 1em;
  text-transform: none;
}
.section-title h2 {
  font-weight: normal;
}
.section-title .text.bottom {
  bottom: 20px !important;
}
.section-title .default-title {
  color: #ffffff;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.section-title .story-title {
  color: #ffffff;
  font-size: 100px;
  font-weight: 900;
  line-height: 1;
  padding-bottom: 1%;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.section-title .story-heading {
  padding-top: 1%;
  padding-bottom: 16px;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 400;
  color: #ffffff;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.section-title .story-title.xx-small {
  font-size: 50px;
}
.section-title .story-title.x-small {
  font-size: 70px;
}
.section-title .story-title.small {
  font-size: 85px;
}
.section-title .story-title.large {
  font-size: 125px;
}
.section-title .story-title.x-large {
  font-size: 150px;
}
.section-title .story-title.xx-large {
  font-size: 200px;
}
.section-title .story-title.xxx-large {
  font-size: 250px;
}
.section-title .story-title.xxxx-large {
  font-size: 300px;
}
.section-title .story-heading.xx-small {
  font-size: 16px;
}
.section-title .story-heading.x-small {
  font-size: 21px;
}
.section-title .story-heading.small {
  font-size: 25.5px;
}
.section-title .story-heading.large {
  font-size: 37.5px;
}
.section-title .story-heading.x-large {
  font-size: 45px;
}
.section-title .story-heading.xx-large {
  font-size: 60px;
}
.section-title .story-heading.xxx-large {
  font-size: 75px;
}
.section-title .story-heading.xxxx-large {
  font-size: 90px;
}
.section-title .story-metadata {
  position: absolute;
  bottom: 15px;
  font-size: 15px;
  line-height: 1.4;
  z-index: 10;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #ffffff;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.section-title .story-metadata p {
  margin: 0;
}
.section-title .story-metadata.center.text {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  width: 100%;
  left: 0;
  top: inherit;
  text-align: center;
}
.section-thumbnail-sandbox .section-title .text.bottom {
  bottom: 0 !important;
}
@media (max-width: 1100px) {
  .section-title {
    margin-top: 49px;
  }
  .section-title .story-title {
    font-size: 80px;
  }
  .section-title .story-title.xx-small {
    font-size: 40px;
  }
  .section-title .story-title.x-small {
    font-size: 56px;
  }
  .section-title .story-title.small {
    font-size: 68px;
  }
  .section-title .story-title.large {
    font-size: 100px;
  }
  .section-title .story-title.x-large {
    font-size: 120px;
  }
  .section-title .story-title.xx-large {
    font-size: 160px;
  }
  .section-title .story-title.xxx-large {
    font-size: 200px;
  }
  .section-title .story-title.xxxx-large {
    font-size: 240px;
  }
  .section-title .story-heading {
    font-size: 24px;
  }
  .section-title .story-heading.xx-small {
    font-size: 16px;
  }
  .section-title .story-heading.x-small {
    font-size: 16.799999999999997px;
  }
  .section-title .story-heading.small {
    font-size: 20.4px;
  }
  .section-title .story-heading.large {
    font-size: 28.799999999999997px;
  }
  .section-title .story-heading.x-large {
    font-size: 36px;
  }
  .section-title .story-heading.xx-large {
    font-size: 48px;
  }
  .section-title .story-heading.xxx-large {
    font-size: 60px;
  }
  .section-title .story-heading.xxxx-large {
    font-size: 72px;
  }
  .section-title .story-metadata {
    font-size: 12px;
    line-height: 1.3;
  }
}
@media (max-width: 755px) {
  .section-title {
    height: calc(100vh - 40px);
    margin-top: 39px;
  }
  .section-title .story-title {
    font-size: 40px;
  }
  .section-title .story-title.xx-small {
    font-size: 20px;
  }
  .section-title .story-title.x-small {
    font-size: 28px;
  }
  .section-title .story-title.small {
    font-size: 34px;
  }
  .section-title .story-title.large {
    font-size: 50px;
  }
  .section-title .story-title.x-large {
    font-size: 60px;
  }
  .section-title .story-title.xx-large {
    font-size: 80px;
  }
  .section-title .story-title.xxx-large {
    font-size: 100px;
  }
  .section-title .story-title.xxxx-large {
    font-size: 120px;
  }
  .section-title .story-heading {
    font-size: 16px;
  }
  .section-title .story-heading.xx-small {
    font-size: 16px;
  }
  .section-title .story-heading.x-small {
    font-size: 16px;
  }
  .section-title .story-heading.small {
    font-size: 16px;
  }
  .section-title .story-heading.large {
    font-size: 19.2px;
  }
  .section-title .story-heading.x-large {
    font-size: 24px;
  }
  .section-title .story-heading.xx-large {
    font-size: 32px;
  }
  .section-title .story-heading.xxx-large {
    font-size: 40px;
  }
  .section-title .story-heading.xxxx-large {
    font-size: 48px;
  }
  .section-title .story-metadata {
    font-size: 12px;
  }
}
@media (min-width: 1400px) {
  .section-title .text.bottom {
    bottom: 10px !important;
  }
  .section-title .story-title {
    font-size: 120px;
  }
  .section-title .story-title.xx-small {
    font-size: 60px;
  }
  .section-title .story-title.x-small {
    font-size: 84px;
  }
  .section-title .story-title.small {
    font-size: 102px;
  }
  .section-title .story-title.large {
    font-size: 150px;
  }
  .section-title .story-title.x-large {
    font-size: 180px;
  }
  .section-title .story-title.xx-large {
    font-size: 240px;
  }
  .section-title .story-title.xxx-large {
    font-size: 300px;
  }
  .section-title .story-title.xxxx-large {
    font-size: 360px;
  }
  .section-title .story-heading {
    font-size: 40px;
  }
  .section-title .story-heading.xx-small {
    font-size: 20px;
  }
  .section-title .story-heading.x-small {
    font-size: 28px;
  }
  .section-title .story-heading.small {
    font-size: 34px;
  }
  .section-title .story-heading.large {
    font-size: 48px;
  }
  .section-title .story-heading.x-large {
    font-size: 60px;
  }
  .section-title .story-heading.xx-large {
    font-size: 80px;
  }
  .section-title .story-heading.xxx-large {
    font-size: 100px;
  }
  .section-title .story-heading.xxxx-large {
    font-size: 120px;
  }
}
@media only screen and (device-aspect-ratio: 2/3) and (orientation: landscape), only screen and (device-aspect-ratio: 40/71) and (orientation: landscape), only screen and (device-aspect-ratio: 375/667) and (orientation: landscape), only screen and (device-aspect-ratio: 9/16) and (orientation: landscape) {
  .section-title {
    margin-top: 0;
  }
}
.section-header {
  height: 60px;
  background: white;
}
.section-header .small-menu {
  display: none;
  z-index: 2;
  height: 30px;
  float: right;
  padding-top: 4px;
}
.section-header .small-menu a {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: -4px;
  right: 0px;
}
.section-header .small-menu a:hover {
  border: none;
}
.section-header .small-menu img {
  height: 23px;
}
.header-panel {
  height: 32px;
}
.header-panel a,
.header-panel a:hover,
.header-panel a:active,
.header-panel a:focus {
  display: inline-block;
  border: none;
  margin: 0;
  padding: 0;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
  color: transparent;
  outline: 0;
  -webkit-transition: background 120ms ease-in-out;
  -moz-transition: background 120ms ease-in-out;
  -o-transition: background 120ms ease-in-out;
  transition: background 120ms ease-in-out;
}
.header-logo-panel {
  position: absolute;
  top: 10px;
  left: 15px;
  width: 259px;
  height: 40px;
}
.header-logo-panel .header-logo {
  width: auto;
  height: 40px;
}
.header-social-panel {
  position: absolute;
  top: 15px;
  right: 15px;
  width: auto;
}
.header-social-panel .header-social-collapse {
  display: none;
}
.header-social-panel .header-social-expand {
  display: none;
}
.header-social-panel .btn-social {
  display: inline-block;
  vertical-align: top;
  margin-right: 2px;
  font-family: 'proxima-nova', Helvetica, sans-serif;
}
.header-social-panel .btn-social a {
  border-radius: 4px;
  background: #23b0e6;
  padding: 6px 8px;
  display: block;
  vertical-align: top;
  line-height: 0;
  text-decoration: none;
  color: #fff;
  font-size: 0;
}
.lt-ie9 .header-social-panel .btn-social a {
  padding: 0;
  width: 34px;
  height: 30px;
}
.lt-ie9 .header-social-panel .btn-social a img,
.lt-ie9 .header-social-panel .btn-social a svg {
  display: none;
}
.header-social-panel .btn-social a:hover {
  text-decoration: none;
  border-bottom: none;
}
.header-social-panel .btn-social a .iconic {
  width: 18px!important;
  height: 18px!important;
  vertical-align: middle;
  display: inline;
}
.header-social-panel .btn-social a .iconic * {
  fill: white;
  stroke: white;
}
.header-social-panel .widget-facebook .btn-social a {
  background: #46639d;
}
.lt-ie9 .header-social-panel .widget-facebook .btn-social a {
  background: url("../img/facebook.X.png") no-repeat center center;
}
.lt-ie9 .header-social-panel .widget-twitter .btn-social a {
  background: url("../img/twitter.X.png") no-repeat center center;
}
.header-social-panel .social-count {
  border-radius: 4px;
  display: inline-block;
  vertical-align: top;
  padding: 1px 6px;
  line-height: 28px;
  background: #ddd;
  background: rgba(230, 230, 230, 0.8);
  position: relative;
  margin-left: 2px;
  font-size: 10px;
  font-weight: bold;
  font-family: 'proxima-nova', Helvetica, sans-serif;
}
.header-social-panel .social-count:before {
  content: '';
  position: absolute;
  top: 32%;
  left: -8px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-right: 4px solid #ddd;
  border-right: 4px solid rgba(230, 230, 230, 0.8);
}
.header-social-panel .social-count a {
  color: #222;
  text-decoration: none;
}
.header-social-panel .social-count a:hover {
  text-decoration: none;
  border-bottom: none;
}
.header-social-panel .header-social-list {
  margin: 0;
  list-style: none;
  display: inline-block;
  vertical-align: top;
}
.header-social-panel .header-social-list li {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 4px;
  vertical-align: top;
}
.header-social-panel .header-social-list li .fb-share-button span {
  vertical-align: inherit !important;
}
.header-social-panel .header-social-list li .fb_reset > div > div > iframe {
  max-width: 1px;
}
.header-social-panel .header-facebook.active img {
  height: 20px;
}
@media (max-width: 1100px) {
  .section-header {
    z-index: 900;
    position: fixed;
    width: 100%;
    top: 0;
    height: 50px;
    padding: 10px 15px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
    background-color: white;
    opacity: .95;
  }
  .section-header .header-social-panel {
    top: 10px;
    right: 60px;
  }
  .section-header .header-logo-panel {
    top: 5px;
    left: initial;
  }
  .section-header .small-menu {
    display: none;
  }
  .section-header .nav-required {
    display: block;
  }
}
@media (max-width: 755px) {
  .section-header {
    height: 40px;
    padding: 4px 15px;
  }
  .section-header .header-social-panel {
    display: none;
  }
  .section-header .header-social-panel.mobile-required {
    position: fixed;
    height: 50px;
    width: 100%;
    top: auto;
    bottom: 0;
    right: 0;
    display: block;
    margin: 0;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    will-change: width;
    -webkit-transition: width 0.1s;
    -moz-transition: width 0.1s;
    -o-transition: width 0.1s;
    transition: width 0.1s;
  }
  .section-header .header-social-panel.mobile-required .header-social-list {
    position: absolute;
    top: 10px;
    right: 15px;
  }
  .section-header .header-social-panel.mobile-required .header-social-collapse,
  .section-header .header-social-panel.mobile-required .header-social-expand {
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 5px;
  }
  .section-header .header-social-panel.mobile-required .header-social-collapse .iconic,
  .section-header .header-social-panel.mobile-required .header-social-expand .iconic {
    width: 20px!important;
    height: 20px!important;
  }
  .section-header .header-social-panel.mobile-required .header-social-collapse .iconic *,
  .section-header .header-social-panel.mobile-required .header-social-expand .iconic * {
    fill: white;
    stroke: white;
  }
  .section-header .header-social-panel.mobile-required .header-social-expand {
    display: none;
  }
  .section-header .header-social-panel.mobile-required.collapsed {
    width: 60px;
    overflow: hidden;
    height: 50px;
  }
  .section-header .header-social-panel.mobile-required.collapsed .header-social-list {
    display: none;
  }
  .section-header .header-social-panel.mobile-required.collapsed .header-social-collapse {
    display: none;
  }
  .section-header .header-social-panel.mobile-required.collapsed .header-social-expand {
    display: block;
    margin: 0 auto;
  }
  .section-header .header-logo-panel {
    top: 4px;
  }
  .section-header .header-logo-panel .header-logo {
    height: 32px;
  }
}
@media only screen and (device-aspect-ratio: 2/3) and (orientation: landscape), only screen and (device-aspect-ratio: 40/71) and (orientation: landscape), only screen and (device-aspect-ratio: 375/667) and (orientation: landscape), only screen and (device-aspect-ratio: 9/16) and (orientation: landscape) {
  .section-header {
    position: initial;
  }
}
.story-footer {
  color: #424242;
  width: 100%;
  height: 60px;
  position: relative;
  padding-top: 8px;
  background: white;
  border-top: 1px solid #eee;
}
.story-footer .return-to-top {
  cursor: pointer;
  text-align: center;
  font-size: 15px;
  width: 30px;
  margin: 0 auto;
}
.story-footer .return-to-top .up-arrow {
  height: 9px;
  margin: 8px auto 2px;
}
.story-footer .return-to-top .up a {
  color: inherit;
  text-decoration: none;
}
.story-footer .return-to-top .section-navigator img {
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: auto;
}
.story-footer .image-container {
  position: absolute;
  right: 30px;
  top: 0px;
}
.story-footer .image-container a img {
  display: block;
  width: 105px;
  top: 4px;
  height: auto;
}
.lt-ie9 .story-footer {
  border-top: 3px solid #eeeeee;
}
.story-footer a:hover {
  border: none;
}
.story-footer a:active {
  border: none;
}
@media (max-width: 755px) {
  .story-footer {
    height: 50px;
    z-index: 1000;
  }
  .story-footer .return-to-top {
    padding-top: 0;
    width: 80px;
    margin-left: 0;
    margin-top: 9px;
  }
  .story-footer .return-to-top .up-arrow {
    display: inline-block;
    vertical-align: top;
    margin: 4px 0 0;
    padding: 0;
  }
  .story-footer .return-to-top .up {
    font-size: 14px;
    display: inline-block;
  }
  .story-footer .image-container {
    right: 15px;
  }
  .story-footer .image-container a img {
    width: 100px;
    top: 0;
  }
}
html.iframe.ios .main-column .scrollmation-inline {
  display: block;
}
html.iframe.ios .main-column .scrollmation-inline img {
  display: block;
  margin: 0 auto;
}
html.iframe.ios .scrollmation-two-column .active.scrollmation-slide {
  display: none;
}
html.iframe.ios .two-column-grid {
  background: #ffffff;
}
html.iframe.ios .main-column {
  max-width: 95%;
}
html.iframe.ios .scrollmation-background .scrollmation-slide {
  display: none;
}
html.iframe.ios .scrollmation-background .tiny-scrollmation {
  display: block;
  position: relative;
  width: 100%;
  max-height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  box-shadow: inset 0 5px 8px -6px;
}
html.iframe.ios .scrollmation-background .tiny-scrollmation:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  right: 0;
  height: 30%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff) repeat left top;
}
html,
body {
  margin: 0;
  padding: 0;
  z-index: 0;
}
.story {
  margin: 0 auto;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.caption {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 0;
  color: #616161;
  text-align: center;
  line-height: 1.3;
}
@media (max-width: 1100px) {
  .caption {
    font-size: 14px;
  }
}
