.page-error {
  display: block;
  font-size: 18px;
  text-align: center; }

.NotFound {
  padding: 18px 6.25%; }
  .NotFound-error {
    width: 100%;
    max-width: 810px;
    margin: 0 auto;
    text-align: center; }
    .NotFound-error h1 {
      font-size: 2em;
      line-height: 1.333; }
    .NotFound-error p {
      font-size: 1.6em;
      line-height: 1.5; }
  .NotFound-errorType {
    margin-bottom: 30px;
    line-height: 0;
    color: #e3e3e3; }
    .NotFound-errorType img {
      width: 100%; }
  .NotFound a {
    color: #00afff;
    margin-left: -4px;
    margin-right: -4px;
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 2px;
    display: inline-block;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.2s linear 0.1s;
    -moz-transition: all 0.2s linear 0.1s;
    -o-transition: all 0.2s linear 0.1s;
    transition: all 0.2s linear 0.1s; }

@media all {
  .NotFound {
    padding-left: 5%;
    padding-right: 5%; } }

@media screen and (min-width: 768px) {
  .NotFound {
    padding-left: 1.953125%;
    padding-right: 1.953125%; } }

@media screen and (min-width: 1024px) {
  .NotFound {
    padding-left: 1.953125%;
    padding-right: 1.953125%; }
    .NotFound-error {
      margin-top: 90px; } }

@media screen and (min-width: 1280px) {
  .NotFound {
    padding-left: 2.01388889%;
    padding-right: 2.01388889%; } }

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }

.animated-background, .StoryPage-loaderHeadingLine, .StoryPage-loaderHeadingLine2, .StoryPage-loaderAuthor, .StoryPage-loaderLine, .StoryPage-loaderSocialBox, .StoryPage-loaderWhy, .StoryPage-loaderContent {
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #F6F6F6;
  background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
  background-size: 800px 104px;
  height: 96px;
  position: relative; }

.page-error {
  display: block;
  font-size: 18px;
  text-align: center; }

.StoryPage {
  min-height: 100vh;
  display: flex; }
  .StoryPage-loader {
    width: 100%;
    padding: 30px;
    background: #fff; }
  .StoryPage-loaderHeadingLine {
    height: 55px;
    width: 90%;
    margin: 0 auto; }
  .StoryPage-loaderHeadingLine2 {
    height: 55px;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px; }
  .StoryPage-loaderAuthor {
    height: 30px;
    width: 170px;
    margin: 0 auto;
    margin-top: 30px; }
  .StoryPage-loaderLine {
    height: 2px;
    width: 70%;
    margin: 0 auto;
    margin-top: 30px; }
  .StoryPage-loaderSocial {
    width: 250px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 30px; }
  .StoryPage-loaderSocialBox {
    height: 45px;
    width: 20%; }
  .StoryPage-loaderWhy {
    height: 60px;
    width: 90%;
    margin: 0 auto;
    margin-top: 40px; }
  .StoryPage-loaderContent {
    height: 100%;
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
    flex-basis: auto; }

@media screen and (min-width: 768px) {
  .StoryPage-loaderHeadingLine {
    width: 60%; }
  .StoryPage-loaderHeadingLine2 {
    width: 40%; }
  .StoryPage-loaderAuthor {
    width: 170px; }
  .StoryPage-loaderLine {
    width: 40%; }
  .StoryPage-loaderSocial {
    width: 250px; }
  .StoryPage-loaderSocialBox {
    height: 45px; }
  .StoryPage-loaderWhy {
    width: 80%; }
  .StoryPage-loaderContent {
    width: 80%; } }

@media screen and (min-width: 1024px) {
  .StoryPage-loaderWhy {
    width: 50%; }
  .StoryPage-loaderContent {
    width: 50%; } }

.page-error {
  display: block;
  font-size: 18px;
  text-align: center; }

.StoryTplGallery {
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  position: relative; }
  .StoryTplGallery h1 {
    margin-bottom: 18px;
    color: #000;
    font-family: 'DINNextW01-CondensedMed', 'Tw Cen MT Condensed Bold', 'Tw Cen MT Condensed', 'Gill Sans MT Condensed Bold', 'Gill Sans MT Condensed', 'Arial Narrow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing: .03em;
    text-transform: uppercase;
    text-transform: uppercase;
    letter-spacing: normal;
    font-size: 2.9em;
    line-height: 1.06896552; }
  .StoryTplGallery:first-child {
    margin-top: 0px; }
  .StoryTplGallery-contentMeta {
    margin-left: 4.6875%;
    margin-right: 4.6875%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 0;
    padding-top: 36px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .StoryTplGallery-content {
    padding-top: 30px;
    position: relative;
    background-color: #fff;
    margin-bottom: 24px; }
    .StoryTplGallery-content > div {
      margin-left: 5%;
      margin-right: 5%; }
      .StoryTplGallery-content > div:after {
        clear: both;
        content: "";
        display: table; }

@media screen and (min-width: 768px) {
  .StoryTplGallery h1 {
    font-size: 4.8em;
    line-height: 1.08333333; } }

@media screen and (min-width: 1024px) {
  .StoryTplGallery h1 {
    font-size: 5.2em;
    line-height: 1.03846154; }
  .StoryTplGallery-limit {
    margin-right: auto;
    margin-left: auto;
    width: 65.92292089%; }
  .StoryTplGallery-contentMeta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 52px;
    position: relative;
    margin-bottom: 0;
    padding-top: 0; }
  .StoryTplGallery-metaSleeve {
    opacity: 1;
    margin: auto;
    width: 65.92292089%; }
  .StoryTplGallery-content > div {
    margin: 0 auto;
    width: 63.4765625%; } }

@media screen and (min-width: 1280px) {
  .StoryTplGallery h1 {
    font-size: 6.4em;
    line-height: 1.0625; }
  .StoryTplGallery-limit {
    width: 70.41467261%; }
  .StoryTplGallery-contentMeta {
    margin-left: 2.5390625%;
    margin-right: 2.5390625%; }
  .StoryTplGallery-metaSleeve {
    width: 100%; }
  .StoryTplGallery-content {
    position: relative;
    margin-top: 0;
    padding-top: 38px; }
    .StoryTplGallery-content > div {
      width: 87.9576645%;
      margin-left: 10.09771987%; }
  .StoryTplGallery-colParent {
    float: left;
    width: 72.24199288%; }
  .StoryTplGallery-col {
    float: left;
    width: 23.15270936%; }
  .StoryTplGallery-colRight {
    float: right;
    width: 74.38423645%; }
  .StoryTplGallery-date {
    margin-bottom: 11px;
    text-align: left;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    padding: 18px 0; } }

@media screen and (min-width: 1600px) {
  .StoryTplGallery-metaSleeve {
    width: 57.68229% !important; } }

.StoryPage .top-advert {
  display: block; }
  .StoryPage .top-advert .expanding-advert {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0; }
    .StoryPage .top-advert .expanding-advert .advert-sleeve {
      margin-bottom: 0 !important;
      margin-left: 0;
      margin-right: 0; }

.page-error {
  display: block;
  font-size: 18px;
  text-align: center; }

.StoryGallery {
  background: #000;
  margin-right: -5.15%;
  margin-left: -5.15%; }
  .StoryGallery figure {
    margin: 0; }
  .StoryGallery .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }
  .StoryGallery .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0; }
  .StoryGallery .slick-list:focus {
    outline: none; }
  .StoryGallery .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }
  .StoryGallery .slick-slider .slick-track,
  .StoryGallery .slick-slider .slick-list {
    -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); }
  .StoryGallery .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .StoryGallery .slick-track:before,
  .StoryGallery .slick-track:after {
    display: table;
    content: ''; }
  .StoryGallery .slick-track:after {
    clear: both; }
  .StoryGallery .slick-loading .slick-track {
    visibility: hidden; }
  .StoryGallery .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px; }
  .StoryGallery [dir='rtl'] .slick-slide {
    float: right; }
  .StoryGallery .slick-slide img {
    display: block; }
  .StoryGallery .slick-slide.slick-loading img {
    display: none; }
  .StoryGallery .slick-slide.dragging img {
    pointer-events: none; }
  .StoryGallery .slick-initialized .slick-slide {
    display: block; }
  .StoryGallery .slick-loading .slick-slide {
    visibility: hidden; }
  .StoryGallery .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
  .StoryGallery .slick-arrow.slick-hidden {
    display: none; }

@media screen and (min-width: 480px) {
  .StoryGallery {
    margin-right: -5.45%;
    margin-left: -5.45%; } }

@media screen and (min-width: 768px) {
  .StoryGallery {
    margin-right: -5.6%;
    margin-left: -5.6%; } }

@media screen and (min-width: 1280px) {
  .StoryGallery {
    margin-right: -2.7%;
    margin-left: -2.7%; } }

.page-error {
  display: block;
  font-size: 18px;
  text-align: center; }

.StoryGalleryArrow {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  border-radius: 0;
  background-repeat: no-repeat;
  background-image: url(/images/sprite.png);
  background-image: url(/images/sprite.svg), none;
  display: inline-block;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  text-indent: -9999px;
  border: 0; }
  .StoryGalleryArrow-prev {
    background-position: -849.614px -769px;
    width: 38px;
    height: 58px;
    display: block;
    position: absolute;
    top: 48%;
    left: 20px;
    z-index: 1; }
  .StoryGalleryArrow-next {
    background-position: -38px -846.816px;
    width: 38px;
    height: 58px;
    display: block;
    position: absolute;
    top: 48%;
    right: 20px;
    z-index: 1; }

@media screen and (min-width: 1024px) {
  .StoryGalleryArrow-prev {
    background-position: -160px -718.816px;
    width: 80px;
    height: 80px; }
  .StoryGalleryArrow-next {
    background-position: -320px -718.816px;
    width: 80px;
    height: 80px; } }

.StoryTooltip {
  display: block;
  opacity: 1;
  -webkit-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s; }
  .StoryTooltip > aside {
    margin: -15px 0 28px;
    position: relative;
    text-align: center; }
    .StoryTooltip > aside > a {
      position: relative;
      display: inline-block;
      padding: 8px 8px 5px 9px;
      color: #fff;
      font-family: 'DINNextW01-CondensedReg', 'Tw Cen MT Condensed', 'Gill Sans MT Condensed', 'Arial Narrow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
      font-size: 1.6em;
      line-height: 1;
      letter-spacing: .03em;
      text-transform: uppercase;
      z-index: 3; }
  .StoryTooltip--withLine > aside:before {
    position: absolute;
    top: 14px;
    right: 0;
    left: 0;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #fff; }
  .StoryTooltip--withDarkLine > aside:before {
    position: absolute;
    top: 14px;
    right: 0;
    left: 0;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #000; }

.page-error {
  display: block;
  font-size: 18px;
  text-align: center; }

.StoryAuthor {
  margin-bottom: 24px; }
  .StoryAuthor ul {
    margin: 0;
    padding: 0; }
  .StoryAuthor li {
    margin-bottom: 0;
    list-style: none;
    font-size: 1em;
    overflow: hidden;
    line-height: 1; }
    .StoryAuthor li > a {
      vertical-align: top; }
    .StoryAuthor li span {
      vertical-align: top; }
  .StoryAuthor-image {
    width: 36px;
    height: 36px;
    display: none; }
  .StoryAuthor-name {
    font-size: 1.4em;
    line-height: 1.71428571;
    font-family: 'Amasis MT W01 Regular', 'Calisto MT', Georgia, serif;
    font-style: normal;
    font-weight: 400;
    font-style: normal;
    text-transform: capitalize; }
  .StoryAuthor-role {
    margin-bottom: 2px;
    font-size: 1.4em;
    letter-spacing: .2px;
    line-height: 1.71428571;
    font-family: 'Amasis MT W01 Regular', 'Calisto MT', Georgia, serif;
    font-style: normal;
    font-weight: 400;
    font-style: normal;
    color: #999; }
  .StoryAuthor-share a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 15px;
    margin-left: 8px;
    margin-top: 4px;
    width: 18px; }

@media screen and (min-width: 768px) {
  .StoryAuthor-image {
    display: inline-block;
    border-radius: 50%;
    margin-right: 8px;
    width: 36px;
    height: 36px; }
  .StoryAuthor-name {
    font-size: 1.6em;
    line-height: 2.25; }
  .StoryAuthor-role {
    display: inline-block;
    font-size: 1.6em;
    line-height: 2.25;
    font-family: 'Amasis MT W01 Regular', 'Calisto MT', Georgia, serif;
    font-style: normal;
    font-weight: 400;
    font-style: normal; }
  .StoryAuthor-share a {
    margin-top: 3px;
    top: 8px; } }

@media screen and (min-width: 1024px) {
  .StoryAuthor li {
    display: inline-block;
    margin-right: 5px; } }

.page-error {
  display: block;
  font-size: 18px;
  text-align: center; }

.page-error {
  display: block;
  font-size: 18px;
  text-align: center; }

.StoryAuthorEmail {
  background: url(https://pictures.ozy.com/Pictures/949x569/P/web/t/d/d/PDB-ImageforMktcrop.jpg) center top/cover no-repeat;
  border: 2px solid #fff;
  border-radius: 4px;
  margin: 62px auto 0;
  position: relative;
  width: 306px; }
  .StoryAuthorEmail-close {
    position: absolute;
    top: -17px;
    right: -10px;
    height: 40px;
    width: 40px;
    z-index: 4001;
    cursor: pointer; }
  .StoryAuthorEmail-pre {
    z-index: 1;
    background-color: #222;
    opacity: 1;
    display: block;
    position: relative;
    padding: 20px 0; }
    .StoryAuthorEmail-pre h2 {
      text-transform: uppercase;
      color: #ff3417;
      font-size: 1.6em;
      line-height: 1;
      margin-bottom: 0;
      margin-left: 20px; }
    .StoryAuthorEmail-pre fieldset {
      padding: 0;
      margin: 0;
      display: block; }
      .StoryAuthorEmail-pre fieldset input {
        font-family: 'Amasis MT W01 Regular', 'Calisto MT', Georgia, serif;
        font-style: normal;
        font-weight: 400;
        display: block;
        width: 87%;
        border-radius: 4px;
        padding: 10px 15px;
        font-size: 1.6em;
        line-height: 1.1875;
        color: #666;
        margin-left: 20px; }
      .StoryAuthorEmail-pre fieldset textarea {
        font-family: 'Amasis MT W01 Regular', 'Calisto MT', Georgia, serif;
        font-style: normal;
        font-weight: 400;
        display: block;
        width: 87%;
        border-radius: 4px;
        padding: 10px 15px;
        font-size: 1.6em;
        line-height: 1.1875;
        color: #666;
        margin-left: 20px;
        height: 133px; }
    .StoryAuthorEmail-pre button {
      width: 87%;
      text-align: center;
      background-color: #ff3417;
      color: #fff;
      text-transform: uppercase;
      font-size: 1.4em;
      height: 50px;
      margin-left: 20px; }
  .StoryAuthorEmail-serverResponse {
    display: none; }
    .StoryAuthorEmail-serverResponse.show {
      display: block; }
  .StoryAuthorEmail-fullNameError, .StoryAuthorEmail-emailError, .StoryAuthorEmail-subjectError, .StoryAuthorEmail-messageError, .StoryAuthorEmail-captchaError {
    margin-left: 20px;
    opacity: 0;
    color: #ff3417;
    font-size: 1.2em;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%); }
  .StoryAuthorEmail-fullNameError.show, .StoryAuthorEmail-emailError.show, .StoryAuthorEmail-subjectError.show, .StoryAuthorEmail-messageError.show, .StoryAuthorEmail-captchaError.show {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0); }
  .StoryAuthorEmail-post {
    background-color: #222;
    display: block;
    z-index: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
    .StoryAuthorEmail-post h2 {
      margin: auto 20px;
      font-family: 'Amasis MT W01 Regular', 'Calisto MT', Georgia, serif;
      font-style: normal;
      font-weight: 400;
      font-size: 1.7em;
      line-height: 1.3;
      text-align: center;
      text-transform: none;
      color: #fff;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute; }
      .StoryAuthorEmail-post h2 span {
        margin-bottom: 10px;
        font-weight: 500;
        display: block; }

@media screen and (min-width: 768px) {
  .StoryAuthorEmail {
    width: 740px;
    margin: 62px auto 0; }
    .StoryAuthorEmail-pre {
      width: 512px;
      margin: 30px 25px;
      padding: 20px; }
      .StoryAuthorEmail-pre h2 {
        margin-left: 18px; }
      .StoryAuthorEmail-pre fieldset input {
        width: 100%;
        margin-left: 0; }
      .StoryAuthorEmail-pre fieldset textarea {
        width: 100%;
        margin-left: 0; }
      .StoryAuthorEmail-pre button {
        position: absolute;
        right: 20px;
        bottom: 35px;
        width: 110px;
        padding: 0;
        margin-left: 0; }
    .StoryAuthorEmail-fullNameError, .StoryAuthorEmail-emailError, .StoryAuthorEmail-subjectError, .StoryAuthorEmail-messageError, .StoryAuthorEmail-captchaError {
      margin-left: 0; }
    .StoryAuthorEmail-post {
      width: 512px;
      margin: 30px 25px;
      padding: 20px; }
      .StoryAuthorEmail-post h2 {
        margin-left: 30px;
        margin-right: 50px; } }

@media screen and (min-width: 1024px) {
  .StoryAuthorEmail {
    width: 950px; }
    .StoryAuthorEmail-pre {
      width: 510px; }
      .StoryAuthorEmail-pre fieldset textarea {
        height: 153px; }
    .StoryAuthorEmail-post {
      width: 510px; } }

@media screen and (min-width: 1280px) {
  .StoryAuthorEmail {
    background: url(https://pictures.ozy.com/Pictures/1065x640/P/web/t/d/d/PDB-ImageforMktcrop.jpg) center top/cover no-repeat; } }

.StoryByAuthor {
  text-align: center;
  font-size: 1.8em; }
  .StoryByAuthor > p {
    font-size: 1em;
    color: #000;
    font-family: 'DINNextW01-CondensedReg', 'Tw Cen MT Condensed', 'Gill Sans MT Condensed', 'Arial Narrow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.33333333; }
  .StoryByAuthor--noBottomSpace > p {
    margin-bottom: 0; }
  .StoryByAuthor--whiteText > p {
    color: #fff; }

.page-error {
  display: block;
  font-size: 18px;
  text-align: center; }

.StorySocial {
  border-top: 1px solid #fff;
  padding-top: 10px;
  padding-bottom: 30px; }
  .StorySocial ul {
    margin: 0;
    padding: 0; }
  .StorySocial li {
    margin: 0 11px;
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    font-size: 1.5em;
    line-height: 1;
    font-family: 'DINNextW01-CondensedMed', 'Tw Cen MT Condensed Bold', 'Tw Cen MT Condensed', 'Gill Sans MT Condensed Bold', 'Gill Sans MT Condensed', 'Arial Narrow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing: .03em;
    text-transform: uppercase;
    letter-spacing: .03em;
    text-transform: uppercase; }
    .StorySocial li > a {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      min-width: 50px;
      min-height: 30px; }
    .StorySocial li.StorySocial-shareLoveThis {
      display: none; }
  .StorySocial-shareTooltip {
    display: inline-block;
    margin-bottom: 0;
    text-transform: none;
    position: relative;
    text-align: center; }
    .StorySocial-shareTooltip > span {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      min-width: 50px;
      min-height: 30px; }
      .StorySocial-shareTooltip > span:hover .StorySocial-sleeve {
        cursor: pointer;
        visibility: visible;
        -webkit-transform: translateX(-80%) scale(1);
        -moz-transform: translateX(-80%) scale(1);
        -ms-transform: translateX(-80%) scale(1);
        transform: translateX(-80%) scale(1); }
  .StorySocial-sleeve {
    opacity: 1;
    position: absolute;
    cursor: help;
    display: inline-block;
    text-decoration: none;
    outline: none;
    top: 50px;
    left: 50%;
    visibility: hidden;
    -webkit-transform: translateX(-50%) scale(0);
    -moz-transform: translateX(-50%) scale(0);
    -ms-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    -webkit-transition: all .3s linear .15s;
    -o-transition: all .3s linear .15s;
    transition: all .3s linear .15s;
    z-index: 999;
    background-clip: padding-box;
    background-color: #fff; }
    .StorySocial-sleeve > div {
      padding: 24px 33px 38px;
      min-width: 358px;
      -webkit-box-shadow: 0 6px 40px 0 rgba(0, 0, 0, 0.4);
      box-shadow: 0 6px 40px 0 rgba(0, 0, 0, 0.4); }
      .StorySocial-sleeve > div:before {
        content: "";
        position: absolute;
        z-index: 1000;
        top: -9px;
        bottom: auto;
        left: 80%;
        margin-left: -18px;
        border-top: 0;
        border-left: 18px solid rgba(0, 0, 0, 0);
        border-right: 18px solid rgba(0, 0, 0, 0);
        border-bottom: 10px solid #fff; }
      .StorySocial-sleeve > div > p {
        margin-bottom: 14px;
        font-family: 'DIN Next W01 Regular', 'Franklin Gothic Book', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 1.5;
        text-transform: none;
        color: #000; }
      .StorySocial-sleeve > div input {
        border-color: #ff3417;
        border-radius: 0;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        width: 260px;
        padding: 0 18px;
        min-height: 56px;
        font-size: 18px;
        line-height: 56px;
        font-family: 'DIN Next W01 Regular', 'Franklin Gothic Book', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        display: inline-block;
        vertical-align: top;
        color: #111;
        border: 1px solid #4a4a4a;
        margin: 0; }
      .StorySocial-sleeve > div button {
        border-radius: 0;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        padding: 0;
        width: 120px;
        height: 58px;
        font-size: 1.333em;
        line-height: 58px;
        font-family: 'DINNextW01-CondensedMed', 'Tw Cen MT Condensed Bold', 'Tw Cen MT Condensed', 'Gill Sans MT Condensed Bold', 'Gill Sans MT Condensed', 'Arial Narrow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        letter-spacing: .03em;
        text-transform: uppercase;
        background-color: #ff3417; }
  .StorySocial--bottom {
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 32px;
    padding-top: 7px;
    text-align: center; }

@media screen and (min-width: 480px) {
  .StorySocial li {
    margin: 0 18px; }
  .StorySocial-sleeve > div {
    min-width: 446px; } }

@media screen and (min-width: 1024px) {
  .StorySocial {
    border-top-color: #000;
    padding-top: 20px;
    padding-bottom: 10px; }
    .StorySocial-shareTooltip > span:hover .StorySocial-sleeve {
      -webkit-transform: translateX(-50%) scale(1);
      -moz-transform: translateX(-50%) scale(1);
      -ms-transform: translateX(-50%) scale(1);
      transform: translateX(-50%) scale(1); }
    .StorySocial-sleeve > div:before {
      left: 50%; }
    .StorySocial-shareLoveThis {
      position: relative;
      font-family: 'DINNextW01-CondensedReg', 'Tw Cen MT Condensed', 'Gill Sans MT Condensed', 'Arial Narrow', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
      .StorySocial-shareLoveThis:before {
        background-repeat: no-repeat;
        background-image: url(/images/sprite.svg);
        background-image: url(/images/sprite.svg), none;
        display: inline-block;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        background-position: -1005.614px -521.96px;
        width: 12px;
        height: 20px;
        left: -18px;
        position: absolute;
        top: 8px;
        content: ""; }
      .StorySocial-shareLoveThis:after {
        background-repeat: no-repeat;
        background-image: url(/images/sprite.svg);
        background-image: url(/images/sprite.svg), none;
        display: inline-block;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        background-position: -1005.614px -549.96px;
        width: 12px;
        height: 20px;
        right: -18px;
        position: absolute;
        top: 8px;
        content: ""; }
      .StorySocial-shareLoveThis > span {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        min-width: 50px;
        min-height: 30px;
        font-size: 1em; }
        .StorySocial-shareLoveThis > span > span {
          display: block;
          font-family: 'DINNextW01-CondensedMed', 'Tw Cen MT Condensed Bold', 'Tw Cen MT Condensed', 'Gill Sans MT Condensed Bold', 'Gill Sans MT Condensed', 'Arial Narrow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
          letter-spacing: .03em;
          text-transform: uppercase;
          font-size: 1.5em; }
    .StorySocial--white {
      border-top: 1px solid #fff; }
      .StorySocial--white .StorySocial-shareLoveThis {
        color: #fff !important; }
    .StorySocial--bottom {
      border-top: none;
      border-bottom: 1px solid #d3d3d3;
      margin-bottom: 32px;
      padding-top: 7px;
      text-align: center; } }

@media screen and (min-width: 1280px) {
  .StorySocial {
    width: 49.79423868%;
    margin: 0 auto; }
    .StorySocial--full {
      width: 100%; }
    .StorySocial--bottom {
      margin-bottom: 32px; } }

.page-error {
  display: block;
  font-size: 18px;
  text-align: center; }

.StoryDate {
  display: block;
  padding-left: 0;
  color: #777;
  line-height: 1.125;
  text-transform: uppercase;
  letter-spacing: .03em;
  text-align: center;
  font-family: 'DINNextW01-CondensedReg', 'Tw Cen MT Condensed', 'Gill Sans MT Condensed', 'Arial Narrow', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  .StoryDate span {
    font-size: 16px; }
  .StoryDate--light {
    color: #777; }
  .StoryDate--bottomSpace {
    margin-bottom: 32px; }

@media screen and (min-width: 1280px) {
  .StoryDate {
    text-align: left;
    color: #333; }
    .StoryDate span {
      padding-left: 30px;
      font-size: 16px; }
      .StoryDate span:before {
        position: absolute;
        content: "";
        margin-left: -30px;
        margin-top: -2px;
        background-repeat: no-repeat;
        background-image: url(/images/sprite.png);
        background-image: url(/images/sprite.svg), none;
        display: inline-block;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        background-position: -746px -618.816px;
        width: 20px;
        height: 20px; } }

.StoryTopics {
  padding-left: 30px;
  background-color: #fff;
  position: relative; }
  .StoryTopics h4 {
    margin-bottom: 0;
    font-size: 1.6em;
    line-height: 1.5;
    font-family: 'DINNextW01-CondensedReg', 'Tw Cen MT Condensed', 'Gill Sans MT Condensed', 'Arial Narrow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: .03em; }
    .StoryTopics h4:before {
      content: "";
      position: absolute;
      margin-top: 2px;
      margin-left: -30px;
      background-repeat: no-repeat;
      background-image: url(/images/sprite.png);
      background-image: url(/images/sprite.svg), none;
      display: inline-block;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      background-position: -254px -219.816px;
      width: 20px;
      height: 20px; }
  .StoryTopics ul {
    padding-left: 0; }
  .StoryTopics li {
    margin-bottom: 0;
    font-size: 1.6em;
    line-height: 1.5;
    font-family: 'DINNextW01-CondensedReg', 'Tw Cen MT Condensed', 'Gill Sans MT Condensed', 'Arial Narrow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: .03em;
    list-style: none; }

.page-error {
  display: block;
  font-size: 18px;
  text-align: center; }

.StoryWhyCare {
  position: relative;
  text-align: center;
  padding: 0 10px 15px;
  margin-bottom: 14px; }
  .StoryWhyCare > h2 {
    background: #000;
    display: inline-block;
    top: -12px;
    position: relative;
    margin-bottom: 0;
    padding: 8px 8px 5px 9px;
    color: #fff !important;
    font-family: 'DINNextW01-CondensedReg', 'Tw Cen MT Condensed', 'Gill Sans MT Condensed', 'Arial Narrow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.6em;
    line-height: 1;
    letter-spacing: .03em;
    text-transform: uppercase;
    z-index: 3; }
  .StoryWhyCare > p {
    color: #fff;
    font-family: 'DINNextW01-CondensedReg', 'Tw Cen MT Condensed', 'Gill Sans MT Condensed', 'Arial Narrow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-bottom: 0;
    font-size: 1.8em;
    line-height: 1; }

@media screen and (min-width: 768px) {
  .StoryWhyCare > p {
    max-width: 942px;
    margin: 0 auto;
    padding-left: 121px;
    padding-right: 121px;
    text-align: center;
    font-size: 2em;
    line-height: 1.2; } }

.page-error {
  display: block;
  font-size: 18px;
  text-align: center; }

.page-error {
  display: block;
  font-size: 18px;
  text-align: center; }

.StoryContent {
  width: 100%;
  font-family: 'Amasis MT W01 Regular', 'Calisto MT', Georgia, serif;
  font-style: normal; }
  .StoryContent .has-large-font-size {
    font-size: 36px; }
  .StoryContent .wp-block-media-text {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: 50% 1fr;
    grid-template-columns: 50% 1fr; }
    .StoryContent .wp-block-media-text__media {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 1;
      grid-row: 1;
      margin: 0;
      align-self: center; }
    .StoryContent .wp-block-media-text__content {
      -ms-grid-column: 2;
      grid-column: 2;
      -ms-grid-row: 1;
      grid-row: 1;
      word-break: break-word;
      padding: 0 8%;
      align-self: center; }
    .StoryContent .wp-block-media-text figure img {
      max-width: unset;
      width: 100%;
      vertical-align: middle;
      display: block;
      margin: 0 auto; }
  .StoryContent .wp-block-button {
    color: #fff; }
    .StoryContent .wp-block-button__link {
      background-color: #32373c;
      border: none;
      border-radius: 28px;
      box-shadow: none;
      color: inherit;
      cursor: pointer;
      display: inline-block;
      font-size: 18px;
      margin: 0;
      padding: 12px 24px;
      text-align: center;
      text-decoration: none;
      overflow-wrap: break-word; }
  .StoryContent .inline_image .hash-link {
    margin-top: -62px;
    position: absolute; }
  .StoryContent .inline_image .picture {
    position: relative;
    margin-bottom: 0;
    overflow: hidden; }
    .StoryContent .inline_image .picture img {
      display: block;
      width: 100%; }
  .StoryContent .inline_image .sharing-options {
    position: absolute;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s; }
    .StoryContent .inline_image .sharing-options .close-button {
      position: absolute;
      top: 20px;
      left: 6px;
      text-align: center;
      width: 28px;
      height: 28px;
      line-height: 28px;
      background-color: rgba(0, 0, 0, 0.3); }
      .StoryContent .inline_image .sharing-options .close-button .i-share-icon {
        margin-top: 7px;
        margin-left: 1px;
        background-position: -404px -264.816px;
        background-repeat: no-repeat;
        background-image: url(/images/sprite.png);
        background-image: url(/images/sprite.svg), none;
        display: inline-block;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
      .StoryContent .inline_image .sharing-options .close-button .i-share-icon-dims {
        width: 17px;
        height: 14px; }
    .StoryContent .inline_image .sharing-options .share-item {
      padding: 4px;
      position: absolute;
      top: 6px;
      left: 48px;
      width: 196px;
      height: 54px;
      background-color: #fff; }
      .StoryContent .inline_image .sharing-options .share-item:before {
        position: absolute;
        top: 19px;
        left: -9px;
        content: "";
        width: 0;
        height: 0;
        border-color: rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
        border-style: solid;
        border-width: 8.5px 9px 8.5px 0; }
  .StoryContent p {
    font-family: 'Amasis MT W01 Regular', 'Calisto MT', Georgia, serif;
    font-style: normal;
    font-size: 1.8em; }
  .StoryContent h3 {
    font-size: 30px; }
  .StoryContent .jetpack-video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0; }
    .StoryContent .jetpack-video-wrapper iframe {
      left: 0;
      position: absolute;
      top: 0;
      height: 100% !important;
      width: 100% !important;
      z-index: 1;
      margin-bottom: 1.6em; }
  .StoryContent .factfile {
    margin-bottom: 24px;
    position: relative;
    border: 1px solid #ccc;
    border-bottom: 3px solid #ccc;
    padding: 30px 18px 18px; }
    .StoryContent .factfile h3, .StoryContent .factfile h4, .StoryContent .factfile h5, .StoryContent .factfile h6 {
      font-size: 2em;
      line-height: 28 / 20; }
    .StoryContent .factfile > ul > li {
      margin-bottom: 3px; }
    .StoryContent .factfile > ol > li {
      margin-bottom: 3px; }
    .StoryContent .factfile p {
      font-size: 1.4em;
      line-height: 21 / 14; }
    .StoryContent .factfile > h2:first-child {
      display: table;
      margin: -42px auto 18px;
      text-align: center; }
    .StoryContent .factfile .inline-element {
      margin-bottom: 24px; }
    .StoryContent .factfile .inline_image .meta .sleeve {
      padding-right: 0;
      padding-left: 0; }
    .StoryContent .factfile .inline_image.image_size_full {
      margin-left: 0;
      margin-right: 0; }
      .StoryContent .factfile .inline_image.image_size_full .meta {
        margin-left: 0;
        margin-right: 0; }
    .StoryContent .factfile > :last-child {
      margin-bottom: 0; }
  .StoryContent blockquote {
    display: inline-block;
    width: 100%;
    position: relative;
    margin: 36px 0 24px;
    margin-top: 24px;
    padding: 0;
    padding-top: 43px;
    padding-bottom: 11px;
    color: #000000;
    text-align: left; }
    .StoryContent blockquote .quote-text {
      padding-right: 21.24137931%;
      display: block;
      display: block; }
      .StoryContent blockquote .quote-text p {
        display: inline;
        background-color: #ffffff;
        position: relative;
        font-family: 'DINNextW01-CondensedMed', 'Tw Cen MT Condensed Bold', 'Tw Cen MT Condensed', 'Gill Sans MT Condensed Bold', 'Gill Sans MT Condensed', 'Arial Narrow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        letter-spacing: .03em;
        text-transform: uppercase;
        letter-spacing: normal;
        color: #000000;
        font-size: 36px;
        line-height: 1;
        margin-bottom: 0;
        -webkit-box-decoration-break: clone;
        -ms-box-decoration-break: clone;
        -o-box-decoration-break: clone;
        box-decoration-break: clone;
        padding-right: 10px; }
    .StoryContent blockquote .quotesource {
      display: block;
      position: relative;
      font-family: 'DINNextW01-CondensedMed', 'Tw Cen MT Condensed Bold', 'Tw Cen MT Condensed', 'Gill Sans MT Condensed Bold', 'Gill Sans MT Condensed', 'Arial Narrow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
      letter-spacing: .03em;
      text-transform: uppercase;
      font-size: 16px;
      line-height: 24px;
      font-style: normal;
      text-align: right;
      text-transform: uppercase;
      display: block;
      margin: 0;
      padding: 0;
      padding-top: 31px;
      margin-right: 25px;
      color: white; }
      .StoryContent blockquote .quotesource span {
        font-family: 'DINNextW01-CondensedReg', 'Tw Cen MT Condensed', 'Gill Sans MT Condensed', 'Arial Narrow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        color: rgba(255, 255, 255, 0.7); }
        .StoryContent blockquote .quotesource span:after {
          content: ' / '; }
      .StoryContent blockquote .quotesource a {
        font-family: 'DINNextW01-CondensedMed', 'Tw Cen MT Condensed Bold', 'Tw Cen MT Condensed', 'Gill Sans MT Condensed Bold', 'Gill Sans MT Condensed', 'Arial Narrow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        letter-spacing: .03em;
        text-transform: uppercase;
        color: white; }
        .StoryContent blockquote .quotesource a:hover {
          color: white; }
    .StoryContent blockquote.quote {
      padding-top: 55px; }
      .StoryContent blockquote.quote:before {
        content: '';
        position: absolute;
        top: 10px;
        left: 9px;
        background-repeat: no-repeat;
        background-image: url(/images/sprite.png);
        background-image: url(/images/sprite.svg), none;
        display: inline-block;
        transform: scale(1);
        background-position: -951.614px -788px;
        width: 34px;
        height: 34px; }
      .StoryContent blockquote.quote .quotesource {
        padding-top: 32px;
        padding-right: 34px;
        margin-right: 8px; }
        .StoryContent blockquote.quote .quotesource:after {
          content: '';
          position: absolute;
          top: 24px;
          background-repeat: no-repeat;
          background-image: url(/images/sprite.png);
          background-image: url(/images/sprite.svg), none;
          display: inline-block;
          transform: scale(1);
          background-position: -951.614px -754px;
          width: 34px;
          height: 34px; }
  .StoryContent .inline-element {
    overflow: hidden;
    position: relative;
    margin-bottom: 24px; }
    .StoryContent .inline-element .meta {
      border-bottom: 1px solid #d4d4d4;
      padding-bottom: 12px; }
  .StoryContent .meta {
    color: #fff; }
    .StoryContent .meta .inline_caption {
      margin-bottom: 6px;
      line-height: 1.28571429;
      font-family: 'DINNextW01-CondensedReg', 'Tw Cen MT Condensed', 'Gill Sans MT Condensed', 'Arial Narrow', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
    .StoryContent .meta .caption {
      margin: 18px auto 0;
      color: #333; }
    .StoryContent .meta .sleeve {
      padding: 0 12px;
      width: 100%;
      clear: both;
      content: "";
      display: table; }
    .StoryContent .meta.no-icons .sleeve {
      padding-left: 0;
      padding-right: 0; }
    .StoryContent .meta .inline_caption {
      margin-bottom: 6px;
      font-size: 1.4em;
      line-height: 1.28571429;
      font-family: 'DIN Next W01 Regular', 'Franklin Gothic Book', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
    .StoryContent .meta .inline_source {
      margin-bottom: 0;
      font-size: 1.6em;
      line-height: 1.5;
      text-transform: uppercase;
      font-family: 'DINNextW01-CondensedReg', 'Tw Cen MT Condensed', 'Gill Sans MT Condensed', 'Arial Narrow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
      color: #999; }
      .StoryContent .meta .inline_source a {
        letter-spacing: .03em;
        text-transform: uppercase;
        padding-left: 14px; }
        .StoryContent .meta .inline_source a:before {
          content: "";
          position: absolute;
          margin-top: 7px;
          margin-left: -11px;
          width: 5px;
          height: 5px;
          border-radius: 5px;
          background-color: #999; }
  .StoryContent h4 {
    color: #333;
    font-family: 'DINNextW01-CondensedMed', 'Tw Cen MT Condensed Bold', 'Tw Cen MT Condensed', 'Gill Sans MT Condensed Bold', 'Gill Sans MT Condensed', 'Arial Narrow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing: .03em;
    text-transform: uppercase;
    letter-spacing: .03em;
    font-size: 1.6em;
    line-height: 1.25;
    text-transform: uppercase;
    margin-bottom: 12px; }
  .StoryContent .advert-inline {
    clear: both;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 24px;
    padding-bottom: 12px; }
    .StoryContent .advert-inline:first-of-type {
      z-index: 1;
      position: relative; }
    .StoryContent .advert-inline .advert-message {
      border-top: 1px solid #d4d4d4;
      text-align: center;
      padding-bottom: 10px; }
      .StoryContent .advert-inline .advert-message .advert-text {
        font-family: 'DINNextW01-CondensedReg', 'Tw Cen MT Condensed', 'Gill Sans MT Condensed', 'Arial Narrow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 1.7em;
        text-transform: uppercase;
        position: relative;
        top: -12px;
        margin: 0;
        padding: 0 10px;
        background: #fff;
        color: #d3d3d3;
        display: inline-block; }
    .StoryContent .advert-inline .mpu {
      width: 100%;
      max-width: 300px;
      margin: 0 auto; }

@media all {
  .StoryContent .meta .sleeve {
    padding-left: 4.62962963%;
    padding-right: 4.62962963%; }
  .StoryContent blockquote .quote-text {
    padding-right: 20.92592593%; } }

@media screen and (min-width: 768px) {
  .StoryContent blockquote {
    padding-top: 53px;
    padding-bottom: 9px;
    margin-bottom: 32px; }
    .StoryContent blockquote .quote-text {
      padding-right: 6.87679083%; }
      .StoryContent blockquote .quote-text p {
        font-size: 52px; }
    .StoryContent blockquote .quotesource:empty {
      padding-top: 46px; }
    .StoryContent blockquote.quote {
      padding-top: 65px; }
      .StoryContent blockquote.quote:before {
        z-index: 1;
        left: 13px;
        top: 6px;
        background-position: -284px -846.816px;
        width: 50px;
        height: 50px; }
      .StoryContent blockquote.quote .quotesource {
        padding-top: 31px;
        margin-right: 17px;
        padding-right: 50px; }
        .StoryContent blockquote.quote .quotesource:after {
          top: 10px;
          background-position: -334px -846.816px;
          width: 50px;
          height: 50px; }
  .StoryContent .inline_caption {
    margin-bottom: 3px;
    font-size: 1.6em;
    line-height: 1.3125; }
  .StoryContent .meta .caption {
    margin-top: 12px;
    padding-left: 28px; }
    .StoryContent .meta .caption:before {
      content: "";
      position: absolute;
      margin-left: -28px;
      background-repeat: no-repeat;
      background-image: url(/images/sprite.png);
      background-image: url(/images/sprite.svg), none;
      display: inline-block;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      background-position: -828px -718.816px;
      width: 20px;
      height: 20px; }
    .StoryContent .meta .caption .sleeve {
      padding-left: 0;
      padding-right: 0; }
  .StoryContent .meta .sleeve {
    padding-left: 3.15186246%;
    padding-right: 3.15186246%; }
    .StoryContent .meta .sleeve .inline_caption {
      margin-bottom: 3px;
      font-size: 1.6em;
      line-height: 1.3125; }
  .StoryContent h4 {
    margin-bottom: 18px;
    font-size: 2.4em;
    line-height: 1.125; } }

@media screen and (min-width: 1024px) {
  .StoryContent .ozy-advert-wrapper > div:not(.advert-inline) {
    display: block;
    margin-bottom: 20px;
    margin-left: -28.8%;
    margin-right: -28.8%; }
  .StoryContent .meta .sleeve {
    padding-left: 2.23123732%;
    padding-right: 2.23123732%; }
  .StoryContent .meta.no-icons .sleeve {
    padding-left: 0;
    padding-right: 0; }
  .StoryContent blockquote .quote-text {
    padding-right: 6.81541582%; } }

@media screen and (min-width: 1280px) {
  .StoryContent .ozy-advert-wrapper > div:not(.advert-inline) {
    margin-left: -55.8%;
    margin-right: -55.8%; }
  .StoryContent .meta .sleeve {
    padding-left: 1.6286645%;
    padding-right: 1.6286645%; }
  .StoryContent .meta.no-icons .sleeve {
    padding-left: 0;
    padding-right: 0; } }

.page-error {
  display: block;
  font-size: 18px;
  text-align: center; }

.StoryPartnership {
  text-align: center;
  margin: 30px auto 20px; }
  .StoryPartnership-logos {
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .StoryPartnership-logos:before {
      position: absolute;
      content: "";
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      height: 1px;
      width: 100%;
      margin: auto;
      background-color: #d3d3d3; }
    .StoryPartnership-logos span {
      position: relative;
      background-color: #fff; }
  .StoryPartnership-ozyLogo {
    min-width: 140px;
    width: 140px;
    padding: 0 10px 0 15px;
    max-width: 100%;
    position: relative;
    background-color: #fff; }
  .StoryPartnership-partnerLogo {
    padding: 0 15px;
    position: relative;
    background-color: #fff; }
  .StoryPartnership-description {
    margin: 0 auto;
    max-width: 470px; }
    .StoryPartnership-description p {
      font-family: 'DIN Next W01 Regular', 'Franklin Gothic Book', 'Helvetica Neue', Helvetica, Arial, sans-serif;
      font-size: 1.2em;
      line-height: 1.25;
      color: #848484; }
  .StoryPartnership-author {
    font-family: 'DIN Next W01 Regular', 'Franklin Gothic Book', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    line-height: 1.25;
    color: #848484;
    font-weight: 700; }
    .StoryPartnership-author span {
      font-size: 1.2em; }

@media screen and (min-width: 768px) {
  .StoryPartnership-description {
    width: 80%; }
    .StoryPartnership-description p {
      margin-bottom: 32px; } }

.page-error {
  display: block;
  font-size: 18px;
  text-align: center; }

.page-error {
  display: block;
  font-size: 18px;
  text-align: center; }

.StorySeriesBanner {
  display: block;
  font-size: 0;
  margin-bottom: 20px; }
  .StorySeriesBanner a {
    color: #000; }
  .StorySeriesBanner-leftBlock {
    width: 150px;
    height: 91px;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    background-position: 70% center;
    background-repeat: no-repeat;
    clear: both; }
  .StorySeriesBanner-rightBlock {
    margin: 0px 0px 0px 10px;
    font-family: 'DINNextW01-CondensedReg', 'Tw Cen MT Condensed', 'Gill Sans MT Condensed', 'Arial Narrow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    display: inline-block;
    color: #0D384E;
    font-size: 20px;
    letter-spacing: 0;
    border-width: 1px 0;
    border-style: solid;
    width: 50%;
    width: calc(100% - 160px);
    vertical-align: bottom;
    height: 73px;
    line-height: 73px; }
    .StorySeriesBanner-rightBlock span {
      display: inline-block;
      vertical-align: middle;
      line-height: 20px;
      color: #000; }

.c1 .StorySeriesBanner-rightBlock {
  border-color: #35C7ED; }

.c2 .StorySeriesBanner-rightBlock {
  border-color: #35C7ED; }

.c3 .StorySeriesBanner-rightBlock {
  border-color: #49C7A5; }

.c4 .StorySeriesBanner-rightBlock {
  border-color: #AC8DD1; }

.c5 .StorySeriesBanner-rightBlock {
  border-color: #03968B; }

.c6 .StorySeriesBanner-rightBlock {
  border-color: #016059; }

.c7 .StorySeriesBanner-rightBlock {
  border-color: #562F77; }

.c8 .StorySeriesBanner-rightBlock {
  border-color: #8153A8; }

.c9 .StorySeriesBanner-rightBlock {
  border-color: #0D88E2; }

.c10 .StorySeriesBanner-rightBlock {
  border-color: #562F77; }

.c11 .StorySeriesBanner-rightBlock {
  border-color: #016059; }

.c12 .StorySeriesBanner-rightBlock {
  border-color: #01A1CB; }

.c13 .StorySeriesBanner-rightBlock {
  border-color: #01A1CB; }

.c14 .StorySeriesBanner-rightBlock {
  border-color: #FF3417; }

.c15 .StorySeriesBanner-rightBlock {
  border-color: #E62B25; }

.c16 .StorySeriesBanner-rightBlock {
  border-color: #171717; }

.c17 .StorySeriesBanner-rightBlock {
  border-color: #35C7ED; }

.c18 .StorySeriesBanner-rightBlock {
  border-color: #03968B; }

.c19 .StorySeriesBanner-rightBlock {
  border-color: #8153A8; }

.c20 .StorySeriesBanner-rightBlock {
  border-color: #016059; }

.breaking .StorySeriesBanner-rightBlock {
  border-color: #C1352D; }

.pdb .StorySeriesBanner-rightBlock {
  border-color: #35C7ED; }

.default .StorySeriesBanner-rightBlock {
  border-color: #FF3417; }

@media screen and (min-width: 768px) {
  .StorySeriesBanner-leftBlock {
    width: 210px;
    background-position: 100% 100%; }
  .StorySeriesBanner-rightBlock {
    margin: 0px 0px 0px 12px;
    width: calc(100% - 224px); } }

.page-error {
  display: block;
  font-size: 18px;
  text-align: center; }

.StoryTplImgHead {
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  position: relative; }
  .StoryTplImgHead h1 {
    margin-bottom: 18px;
    color: #000;
    font-family: 'DINNextW01-CondensedMed', 'Tw Cen MT Condensed Bold', 'Tw Cen MT Condensed', 'Gill Sans MT Condensed Bold', 'Gill Sans MT Condensed', 'Arial Narrow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing: .03em;
    text-transform: uppercase;
    text-transform: uppercase;
    letter-spacing: normal;
    font-size: 2.9em;
    line-height: 1.06896552; }
  .StoryTplImgHead:first-child {
    margin-top: 0px; }
  .StoryTplImgHead-contentMeta {
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 0;
    padding-top: 36px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .StoryTplImgHead-content {
    padding-top: 30px;
    position: relative;
    background-color: #fff;
    margin-bottom: 24px; }
    .StoryTplImgHead-content > div {
      margin-left: 5%;
      margin-right: 5%; }
      .StoryTplImgHead-content > div:after {
        clear: both;
        content: "";
        display: table; }

@media screen and (min-width: 768px) {
  .StoryTplImgHead h1 {
    font-size: 4.8em;
    line-height: 1.08333333; } }

@media screen and (min-width: 1024px) {
  .StoryTplImgHead h1 {
    font-size: 5.2em;
    line-height: 1.03846154;
    color: #fff;
    text-shadow: 1px 1px 2px #000; }
  .StoryTplImgHead-contentMeta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin-bottom: 0;
    padding-top: 0; }
  .StoryTplImgHead-meta {
    position: absolute;
    opacity: 1;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: transparent; }
    .StoryTplImgHead-meta:before {
      position: absolute;
      content: "";
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0)));
      background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
      pointer-events: none;
      opacity: 1; }
  .StoryTplImgHead-metaSleeve {
    opacity: 1;
    margin: auto;
    width: 65.92292089%;
    position: relative; }
  .StoryTplImgHead-content > div {
    margin: 0 auto;
    width: 63.4765625%; } }

@media screen and (min-width: 1280px) {
  .StoryTplImgHead h1 {
    margin: 0 0 10px;
    font-size: 6.4em;
    line-height: 1.0625; }
  .StoryTplImgHead-meta {
    margin-left: -2.5390625%;
    margin-right: -2.5390625%; }
  .StoryTplImgHead-contentMeta {
    margin-left: 2.5390625%;
    margin-right: 2.5390625%; }
  .StoryTplImgHead-content {
    position: relative;
    margin-top: 0;
    padding-top: 38px; }
    .StoryTplImgHead-content > div {
      width: 87.9576645%;
      margin-left: 10.09771987%; }
  .StoryTplImgHead-colParent {
    float: left;
    width: 72.24199288%; }
  .StoryTplImgHead-colParentRight {
    position: relative;
    float: right;
    width: 25.97864769%;
    background-color: #fff; }
  .StoryTplImgHead-col {
    float: left;
    width: 23.15270936%; }
  .StoryTplImgHead-colRight {
    float: right;
    width: 74.38423645%; }
  .StoryTplImgHead-date {
    margin-bottom: 11px;
    text-align: left;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    padding: 18px 0; } }

@media screen and (min-width: 1600px) {
  .StoryTplImgHead-metaSleeve {
    width: 57.68229% !important; } }

.page-error {
  display: block;
  font-size: 18px;
  text-align: center; }

.page-error {
  display: block;
  font-size: 18px;
  text-align: center; }

.StoryImage {
  margin-right: -5.15%;
  margin-left: -5.15%;
  margin-bottom: 0; }
  .StoryImage > div {
    position: relative; }
  .StoryImage img[sizes] {
    transition: opacity .25s;
    opacity: 1;
    width: 100%; }
  .StoryImage-caption {
    position: absolute;
    z-index: 2001;
    bottom: 8px;
    left: 8px; }
  .StoryImage-default {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

@media screen and (min-width: 480px) {
  .StoryImage {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: -5.45%;
    margin-left: -5.45%; } }

@media screen and (min-width: 768px) {
  .StoryImage {
    margin-right: -5.6%;
    margin-left: -5.6%; } }

@media screen and (min-width: 1024px) {
  .StoryImage {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
    .StoryImage > div {
      padding-bottom: calc(56.25%);
      background-color: #eee; }
    .StoryImage img[sizes] {
      position: absolute; } }

@media screen and (min-width: 1280px) {
  .StoryImage {
    margin-right: -2.7%;
    margin-left: -2.7%; }
    .StoryImage > div {
      padding-bottom: calc(8.9%/.16); }
    .StoryImage img[sizes] {
      position: absolute;
      right: 0;
      left: 0;
      top: 0;
      max-width: 2000px; }
    .StoryImage-caption {
      left: 16px; } }

@media screen and (min-width: 1600px) {
  .StoryImage > div {
    padding-bottom: 900px; } }

.page-error {
  display: block;
  font-size: 18px;
  text-align: center; }

.StoryImageCaption {
  opacity: 1;
  transition: all .3s;
  text-align: center;
  position: relative;
  max-height: 0;
  opacity: 0; }
  .StoryImageCaption p {
    margin-bottom: 0;
    font-size: 1.4em;
    line-height: 1.28571429;
    font-family: 'DIN Next W01 Regular', 'Franklin Gothic Book', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  .StoryImageCaption strong {
    color: #999;
    font-weight: 400;
    font-size: 1.6em;
    line-height: 1.5;
    font-family: 'DINNextW01-CondensedReg', 'Tw Cen MT Condensed', 'Gill Sans MT Condensed', 'Arial Narrow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
  .StoryImageCaption span {
    padding-left: 20px;
    font-size: 1.6em;
    line-height: 1.5;
    font-family: 'DINNextW01-CondensedReg', 'Tw Cen MT Condensed', 'Gill Sans MT Condensed', 'Arial Narrow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #03968b; }
    .StoryImageCaption span:before {
      position: absolute;
      margin-left: -13px;
      margin-top: 7px;
      content: "";
      width: 6px;
      height: 6px;
      border-radius: 6px;
      background-color: rgba(127, 127, 127, 0.5);
      -webkit-transition: opacity .3s;
      -o-transition: opacity .3s;
      transition: opacity .3s; }
  .StoryImageCaption--isOpen {
    border-bottom: 1px solid #d4d4d4;
    padding: 12px 0;
    max-height: 100px;
    opacity: 1; }

@media screen and (min-width: 768px) {
  .StoryImageCaption {
    margin: 0; }
    .StoryImageCaption--isOpen {
      border-bottom: 1px solid #d4d4d4;
      padding: 12px 0;
      max-height: 100px;
      opacity: 1; } }

@media screen and (min-width: 1024px) {
  .StoryImageCaption {
    margin: 0 -5.6%;
    color: #fff;
    background-color: #000; }
    .StoryImageCaption--isOpen {
      padding-top: 24px;
      padding-bottom: 28px; }
    .StoryImageCaption--noMargin {
      margin: 0px; } }

@media screen and (min-width: 1280px) {
  .StoryImageCaption {
    margin: 0 -2.7%; }
    .StoryImageCaption--noMargin {
      margin: 0px; } }

.page-error {
  display: block;
  font-size: 18px;
  text-align: center; }

.StorySpecialColumnist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .StorySpecialColumnist-imgWrapper {
    align-self: flex-start;
    display: inline-block;
    vertical-align: top;
    width: 70px; }
  .StorySpecialColumnist-details {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 73px);
    padding-left: 10px; }
    .StorySpecialColumnist-details h4 {
      color: #000;
      font-family: 'DINNextW01-CondensedMed', 'Tw Cen MT Condensed Bold', 'Tw Cen MT Condensed', 'Gill Sans MT Condensed Bold', 'Gill Sans MT Condensed', 'Arial Narrow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
      letter-spacing: .03em;
      text-transform: uppercase;
      letter-spacing: .03em;
      text-transform: uppercase;
      letter-spacing: normal;
      font-size: 24px;
      line-height: 1;
      margin-bottom: 0; }
    .StorySpecialColumnist-details p {
      color: #000;
      font-family: 'DINNextW01-CondensedReg', 'Tw Cen MT Condensed', 'Gill Sans MT Condensed', 'Arial Narrow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
      font-size: 16px;
      line-height: 1.125;
      margin-bottom: 10px; }

@media screen and (min-width: 768px) {
  .StorySpecialColumnist-imgWrapper {
    width: 100px; }
  .StorySpecialColumnist-details {
    padding-left: 20px;
    width: calc(100% - 103px); }
    .StorySpecialColumnist-details h4 {
      font-size: 32px; }
    .StorySpecialColumnist-details p {
      font-size: 20px;
      line-height: 1.2; } }

@media screen and (min-width: 1280px) {
  .StorySpecialColumnist {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 11px; }
    .StorySpecialColumnist-imgWrapper {
      display: block;
      width: 100px;
      max-width: 100%;
      margin-left: 30px;
      margin-bottom: 15px; }
    .StorySpecialColumnist-details {
      display: block;
      width: 100%;
      padding-left: 30px; }
      .StorySpecialColumnist-details:before {
        position: absolute;
        content: "";
        margin-left: -30px;
        margin-top: 4px;
        background-repeat: no-repeat;
        background-image: url(/images/sprite.png);
        background-image: url(/images/sprite.svg), none;
        display: inline-block;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        background-position: -720px -643.816px;
        width: 20px;
        height: 20px; }
      .StorySpecialColumnist-details p {
        font-size: 16px;
        line-height: 1.25; } }

.page-error {
  display: block;
  font-size: 18px;
  text-align: center; }

.page-error {
  display: block;
  font-size: 18px;
  text-align: center; }

.StorySponsorLogos {
  margin-bottom: 36px;
  text-align: center; }
  .StorySponsorLogos img {
    margin: 0 auto; }
  .StorySponsorLogos-imgMb {
    max-width: 250px; }
  .StorySponsorLogos-innerWrapper {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: -13px;
    font-size: 1.4em;
    font-family: 'DINNextW01-CondensedReg', 'Tw Cen MT Condensed', 'Gill Sans MT Condensed', 'Arial Narrow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #777;
    width: 100%; }
    .StorySponsorLogos-innerWrapper div {
      display: inline-block;
      margin-bottom: 7px;
      padding: 1px 18px 0;
      background-color: #fff;
      width: 100%; }
    .StorySponsorLogos-innerWrapper span {
      position: relative;
      padding: 0 10px;
      background-color: #fff; }
  .StorySponsorLogos--withLine .StorySponsorLogos-innerWrapper {
    margin-top: 0;
    border-bottom: 0;
    padding-bottom: 0; }
    .StorySponsorLogos--withLine .StorySponsorLogos-innerWrapper:before {
      content: "";
      position: absolute;
      top: 9px;
      right: 0;
      left: 0;
      height: 1px;
      background-color: #d4d4d4; }

@media screen and (min-width: 1024px) {
  .StorySponsorLogos {
    position: absolute;
    top: 0;
    right: 30px;
    min-width: 118px;
    background-color: #fff;
    text-align: center;
    -webkit-transition: opacity 1.1s;
    -moz-transition: opacity 1.1s;
    -o-transition: opacity 1.1s;
    transition: opacity 1.1s;
    z-index: 2001;
    -webkit-box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05); }
    .StorySponsorLogos-innerWrapper {
      display: block;
      margin-top: 0;
      padding: 12px 16px 16px;
      line-height: 1; }
      .StorySponsorLogos-innerWrapper div {
        margin: 0 auto 11px;
        padding: 0;
        width: 90px; }
    .StorySponsorLogos--withLine {
      position: static;
      margin-top: -9px;
      margin-bottom: 24px;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .StorySponsorLogos--withLine .StorySponsorLogos-innerWrapper {
        margin-top: 0;
        border-bottom: 0;
        padding-bottom: 0;
        padding-top: 4px; }
        .StorySponsorLogos--withLine .StorySponsorLogos-innerWrapper:before {
          content: "";
          position: absolute;
          top: 9px;
          right: 0;
          left: 0;
          height: 1px;
          background-color: #d4d4d4; } }

.page-error {
  display: block;
  font-size: 18px;
  text-align: center; }

.StorySponsorLogosStories {
  margin-bottom: 36px;
  padding: 0 15px;
  text-align: center; }
  .StorySponsorLogosStories ul {
    margin: 0;
    padding: 0; }
  .StorySponsorLogosStories li {
    list-style: none;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 12px; }
    .StorySponsorLogosStories li:after {
      clear: both;
      content: "";
      display: table; }
    .StorySponsorLogosStories li h3 {
      margin-top: 3px;
      margin-bottom: 0;
      font-size: 1.25em;
      line-height: 1.1;
      font-family: 'DINNextW01-CondensedMed', 'Tw Cen MT Condensed Bold', 'Tw Cen MT Condensed', 'Gill Sans MT Condensed Bold', 'Gill Sans MT Condensed', 'Arial Narrow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
      letter-spacing: .03em;
      text-transform: uppercase;
      letter-spacing: 0;
      text-transform: none; }
      .StorySponsorLogosStories li h3 a, .StorySponsorLogosStories li h3 a:link, .StorySponsorLogosStories li h3 a:visited {
        color: #000;
        -webkit-transition: color 0.25s;
        -moz-transition: color 0.25s;
        -o-transition: color 0.25s;
        transition: color 0.25s; }
    .StorySponsorLogosStories li img {
      display: none;
      float: left;
      margin-right: 10px; }
  .StorySponsorLogosStories-section {
    font-family: 'DINNextW01-CondensedReg', 'Tw Cen MT Condensed', 'Gill Sans MT Condensed', 'Arial Narrow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.375;
    text-transform: uppercase;
    letter-spacing: .03em; }

@media screen and (min-width: 1024px) {
  .StorySponsorLogosStories {
    padding-top: 12px; } }

@media screen and (min-width: 1280px) {
  .StorySponsorLogosStories {
    text-align: left; }
    .StorySponsorLogosStories li {
      margin-bottom: 24px;
      padding-bottom: 24px; }
      .StorySponsorLogosStories li img {
        display: block;
        width: auto; } }

@media screen and (min-width: 1440px) {
  .StorySponsorLogosStories {
    padding: 0 15px; } }

.page-error {
  display: block;
  font-size: 18px;
  text-align: center; }

.StoryTplImgOnly {
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  position: relative; }
  .StoryTplImgOnly h1 {
    margin-bottom: 18px;
    color: #000;
    font-family: 'DINNextW01-CondensedMed', 'Tw Cen MT Condensed Bold', 'Tw Cen MT Condensed', 'Gill Sans MT Condensed Bold', 'Gill Sans MT Condensed', 'Arial Narrow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing: .03em;
    text-transform: uppercase;
    text-transform: uppercase;
    letter-spacing: normal;
    font-size: 2.9em;
    line-height: 1.06896552; }
  .StoryTplImgOnly:first-child {
    margin-top: 0px; }
  .StoryTplImgOnly-contentMeta {
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 0;
    padding-top: 36px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .StoryTplImgOnly-content {
    padding-top: 30px;
    position: relative;
    background-color: #fff;
    margin-bottom: 24px; }
    .StoryTplImgOnly-content > div {
      margin-left: 5%;
      margin-right: 5%; }
      .StoryTplImgOnly-content > div:after {
        clear: both;
        content: "";
        display: table; }

@media screen and (min-width: 768px) {
  .StoryTplImgOnly h1 {
    font-size: 4.8em;
    line-height: 1.08333333; } }

@media screen and (min-width: 1024px) {
  .StoryTplImgOnly h1 {
    font-size: 5.2em;
    line-height: 1.03846154; }
  .StoryTplImgOnly-contentMeta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin-bottom: 0;
    padding-top: 0; }
  .StoryTplImgOnly-metaSleeve {
    opacity: 1;
    margin: auto;
    width: 65.92292089%; }
  .StoryTplImgOnly-content > div {
    margin: 0 auto;
    width: 63.4765625%; } }

@media screen and (min-width: 1280px) {
  .StoryTplImgOnly h1 {
    margin: 0 0 10px;
    font-size: 6.4em;
    line-height: 1.0625; }
  .StoryTplImgOnly-contentMeta {
    margin-left: 2.5390625%;
    margin-right: 2.5390625%; }
  .StoryTplImgOnly-meta {
    margin-left: -2.6390625%;
    margin-right: -2.6390625%;
    background-color: #fff;
    position: relative; }
  .StoryTplImgOnly-metaSleeve {
    width: 100%; }
  .StoryTplImgOnly-content {
    position: relative;
    margin-top: 0;
    padding-top: 38px; }
    .StoryTplImgOnly-content > div {
      width: 87.9576645%;
      margin-left: 10.09771987%; }
  .StoryTplImgOnly-colParent {
    float: left;
    width: 72.24199288%; }
  .StoryTplImgOnly-col {
    float: left;
    width: 23.15270936%; }
  .StoryTplImgOnly-colRight {
    float: right;
    width: 74.38423645%; }
  .StoryTplImgOnly-colParentRight {
    position: relative;
    float: right;
    width: 25.97864769%;
    background-color: #fff; }
  .StoryTplImgOnly-date {
    margin-bottom: 11px;
    text-align: left;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    padding: 18px 0; } }

@media screen and (min-width: 1600px) {
  .StoryTplImgOnly-metaSleeve {
    width: 57.68229% !important; } }

.page-error {
  display: block;
  font-size: 18px;
  text-align: center; }

.StoryTplNoImg {
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  position: relative; }
  .StoryTplNoImg h1 {
    margin-bottom: 18px;
    color: #000;
    font-family: 'DINNextW01-CondensedMed', 'Tw Cen MT Condensed Bold', 'Tw Cen MT Condensed', 'Gill Sans MT Condensed Bold', 'Gill Sans MT Condensed', 'Arial Narrow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing: .03em;
    text-transform: uppercase;
    text-transform: uppercase;
    letter-spacing: normal;
    font-size: 2.9em;
    line-height: 1.06896552; }
  .StoryTplNoImg:first-child {
    margin-top: 0px; }
  .StoryTplNoImg-contentMeta {
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 0;
    padding-top: 36px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .StoryTplNoImg-content {
    padding-top: 30px;
    position: relative;
    background-color: #fff;
    margin-bottom: 24px; }
    .StoryTplNoImg-content > div {
      margin-left: 5%;
      margin-right: 5%; }
      .StoryTplNoImg-content > div:after {
        clear: both;
        content: "";
        display: table; }

@media screen and (min-width: 768px) {
  .StoryTplNoImg h1 {
    font-size: 4.8em;
    line-height: 1.08333333; } }

@media screen and (min-width: 1024px) {
  .StoryTplNoImg h1 {
    font-size: 5.2em;
    line-height: 1.03846154; }
  .StoryTplNoImg-contentMeta {
    padding-top: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin-bottom: 0; }
  .StoryTplNoImg-metaSleeve {
    opacity: 1;
    margin: auto;
    width: 65.92292089%; }
  .StoryTplNoImg-content > div {
    margin: 0 auto;
    width: 63.4765625%; } }

@media screen and (min-width: 1280px) {
  .StoryTplNoImg h1 {
    margin: 0 0 10px;
    font-size: 6.4em;
    line-height: 1.0625; }
  .StoryTplNoImg-contentMeta {
    margin-left: 2.5390625%;
    margin-right: 2.5390625%; }
  .StoryTplNoImg-content {
    position: relative;
    margin-top: 0;
    padding-top: 38px; }
    .StoryTplNoImg-content > div {
      width: 87.9576645%;
      margin-left: 10.09771987%; }
  .StoryTplNoImg-colParent {
    float: left;
    width: 72.24199288%; }
  .StoryTplNoImg-col {
    float: left;
    width: 23.15270936%; }
  .StoryTplNoImg-colRight {
    float: right;
    width: 74.38423645%; }
  .StoryTplNoImg-date {
    margin-bottom: 11px;
    text-align: left;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    padding: 18px 0; } }

@media screen and (min-width: 1600px) {
  .StoryTplNoImg-metaSleeve {
    width: 57.68229% !important; } }

.page-error {
  display: block;
  font-size: 18px;
  text-align: center; }

.StoryTplVideo {
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  position: relative; }
  .StoryTplVideo h1 {
    margin-bottom: 18px;
    color: #000;
    font-family: 'DINNextW01-CondensedMed', 'Tw Cen MT Condensed Bold', 'Tw Cen MT Condensed', 'Gill Sans MT Condensed Bold', 'Gill Sans MT Condensed', 'Arial Narrow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing: .03em;
    text-transform: uppercase;
    text-transform: uppercase;
    letter-spacing: normal;
    font-size: 2.9em;
    line-height: 1.06896552; }
  .StoryTplVideo:first-child {
    margin-top: 0px; }
  .StoryTplVideo-contentMeta {
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 0;
    padding-top: 36px;
    max-width: 1400px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .StoryTplVideo-content {
    padding-top: 30px;
    position: relative;
    background-color: #fff;
    margin-bottom: 24px; }
    .StoryTplVideo-content > div {
      margin-left: 5%;
      margin-right: 5%; }
      .StoryTplVideo-content > div:after {
        clear: both;
        content: "";
        display: table; }

@media screen and (min-width: 768px) {
  .StoryTplVideo h1 {
    font-size: 4.8em;
    line-height: 1.08333333; } }

@media screen and (min-width: 1024px) {
  .StoryTplVideo h1 {
    font-size: 5.2em;
    line-height: 1.03846154; }
  .StoryTplVideo-contentMeta {
    position: relative;
    margin-bottom: 0;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .StoryTplVideo-metaSleeve {
    opacity: 1;
    margin: auto;
    width: 65.92292089%; }
  .StoryTplVideo-content > div {
    margin: 0 auto;
    width: 63.4765625%; } }

@media screen and (min-width: 1280px) {
  .StoryTplVideo h1 {
    margin: 0 0 10px;
    font-size: 6.4em;
    line-height: 1.0625; }
  .StoryTplVideo-contentMeta {
    margin: 0 auto;
    padding-top: 0;
    max-width: calc(100vh * 1.77777778); }
  .StoryTplVideo-metaSleeve {
    margin-top: 44px;
    width: 100%; }
  .StoryTplVideo-content {
    position: relative;
    margin-top: 0;
    padding-top: 38px; }
    .StoryTplVideo-content > div {
      width: 87.9576645%;
      margin-left: 10.09771987%; }
  .StoryTplVideo-colParent {
    float: left;
    width: 72.24199288%; }
  .StoryTplVideo-col {
    float: left;
    width: 23.15270936%; }
  .StoryTplVideo-colRight {
    float: right;
    width: 74.38423645%; }
  .StoryTplVideo-colParentRight {
    position: relative;
    float: right;
    width: 25.97864769%;
    background-color: #fff;
    padding-top: 35px; }
  .StoryTplVideo-date {
    margin-bottom: 11px;
    text-align: left;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    padding: 18px 0; } }

@media screen and (min-width: 1440px) {
  .StoryTplVideo-colParentRight {
    padding-top: 48px; } }

.page-error {
  display: block;
  font-size: 18px;
  text-align: center; }

.page-error {
  display: block;
  font-size: 18px;
  text-align: center; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
.no-touch a:active,
.no-touch a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-adjust-hue-button,
input[type="number"]::-webkit-outer-adjust-hue-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  appearance: textfield;
  /* 1 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
/* TK NOTE
I stripped out most of this as it wasn't being used, file was about 3.5k lines.
Feel free to add anything back in that you want to use: https://daneden.github.io/animate.css/
*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  animation-name: fadeOut; }

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    transform: perspective(400px); } }

.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY; }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  animation-name: zoomIn; }

/*! Wordpress base css */
/* Reset */
iframe {
  border: 0; }

* {
  box-sizing: border-box;
  text-size-adjust: 100%; }

html {
  font-size: 100%; }

html,
body {
  margin: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch; }

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

@media screen and (min-width: 768px) {
  html,
  body {
    height: 100%; } }

body {
  color: #111111;
  font-size: 62.5%;
  line-height: 1.6;
  text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  max-width: 2000px;
  margin: 0 auto;
  font-family: 'Amasis MT W01 Regular', 'Calisto MT', Georgia, serif;
  font-style: normal;
  font-weight: normal; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #525252;
  font-weight: normal;
  margin: 0 0 24px; }

h1 {
  font-size: 5.6em;
  line-height: 1.0714; }

h2 {
  font-size: 4.2em;
  line-height: 1.1429;
  margin-bottom: 12px; }

h3 {
  font-size: 3.6em;
  line-height: 1.1667;
  margin-bottom: 12px; }

h4,
h5,
h6 {
  font-size: 1.8em;
  line-height: 1.33334;
  margin-bottom: 12px;
  text-transform: uppercase; }

p {
  font-size: 1.7em;
  line-height: 1.5;
  margin: 0 0 24px; }

a:link, a:visited {
  color: #00AFFF;
  text-decoration: none; }

dl {
  font-size: 1.4em;
  line-height: 1.2857143;
  margin: 0; }

dt,
dd {
  display: inline-block;
  margin: 0;
  word-wrap: break-word; }

hr {
  border: 0;
  border-bottom: 1px solid #DCDCD5;
  line-height: 1px;
  margin: 0 0 16px; }

address {
  font-style: normal;
  margin: 0 0 18px; }
  address p {
    font-size: 1.2em;
    margin: 0; }

ul,
ol {
  margin: 0 0 30px;
  padding: 0 0 0 20px; }
  ul li,
  ol li {
    font-size: 1.6em;
    line-height: 1.5;
    list-style: disc outside none;
    margin: 0 0 12px; }
    ul li > *,
    ul li > * > *,
    ol li > *,
    ol li > * > * {
      font-size: 1em; }

ol li {
  list-style-type: decimal;
  margin-left: 5px; }

ul ul,
ol ol {
  margin-bottom: 0;
  margin-top: 12px;
  padding-left: 20px; }

img {
  max-width: 100%; }

figure {
  margin-bottom: 24px; }
  figure img {
    display: block;
    margin: 0 auto; }
  figure.main {
    margin-bottom: 0; }

figcaption {
  margin: 12px 0 18px;
  text-align: left; }
  figcaption h4 {
    font-size: 1.2em;
    line-height: 1.5;
    margin-bottom: 6px; }
  figcaption p {
    font-size: 1.4em;
    line-height: 1.7143;
    margin: 0; }
  figcaption .source {
    font-size: 1.2em;
    line-height: 1.5; }

fieldset {
  border: 0;
  padding: 12px 5px; }

label.hide {
  left: -1000em;
  position: absolute; }

input[type=text],
input[type=search] {
  border: 1px solid #4A4A4A;
  font-size: 1.2em;
  line-height: 1;
  padding: 10px 5px; }
  input[type=text]::-ms-clear,
  input[type=search]::-ms-clear {
    display: none; }

cite {
  font-style: normal; }

.source {
  font-size: 1.2em;
  line-height: 1.5;
  margin: 0 0 6px;
  text-transform: uppercase; }

.table-full,
.table-left,
.table-right {
  margin-bottom: 24px;
  overflow: auto; }

table {
  background-color: #ffffff;
  border: solid #DCDCD5;
  border-width: 1px 0 2px;
  margin-bottom: 24px;
  width: 100%; }
  table caption {
    left: -1000em;
    position: absolute;
    color: #1F1F1F;
    font-size: 1.6em;
    line-height: 1.5;
    text-align: left; }
  table thead th, table thead td {
    font-family: 'DINNextW01-CondensedMed', 'Tw Cen MT Condensed Bold', 'Tw Cen MT Condensed', 'Gill Sans MT Condensed Bold', 'Gill Sans MT Condensed', 'Arial Narrow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing: .03em;
    text-transform: uppercase;
    font-size: 2em;
    line-height: 21 / 20;
    text-transform: uppercase;
    text-align: left; }
  table tfoot {
    border-top: 1px solid #D4D4D4; }
  table th, table td {
    color: #1F1F1F;
    font-family: 'DINNextW01-CondensedReg', 'Tw Cen MT Condensed', 'Gill Sans MT Condensed', 'Arial Narrow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.6em;
    line-height: 21 / 16;
    padding: 11px 10px 10px;
    border-right: 1px solid #ffffff; }
  table tr:nth-child(even) {
    background-color: #EDEDEA; }

.logo-print {
  display: none; }

.printonly {
  display: none; }

.ie8 body {
  min-width: 980px; }

.c1 .apply-bgcolor {
  background-color: #35C7ED; }

.c1 .apply-color, .c1 .inherit-fc {
  color: #35C7ED; }

.c1 .StoryContent blockquote {
  background-color: #35C7ED; }

.c1 a {
  color: #35C7ED; }

.c2 .apply-bgcolor {
  background-color: #35C7ED; }

.c2 .apply-color, .c2 .inherit-fc {
  color: #35C7ED; }

.c2 .StoryContent blockquote {
  background-color: #35C7ED; }

.c2 a {
  color: #35C7ED; }

.c3 .apply-bgcolor {
  background-color: #49C7A5; }

.c3 .apply-color, .c3 .inherit-fc {
  color: #49C7A5; }

.c3 .StoryContent blockquote {
  background-color: #49C7A5; }

.c3 a {
  color: #49C7A5; }

.c4 .apply-bgcolor {
  background-color: #AC8DD1; }

.c4 .apply-color, .c4 .inherit-fc {
  color: #AC8DD1; }

.c4 .StoryContent blockquote {
  background-color: #AC8DD1; }

.c4 a {
  color: #AC8DD1; }

.c5 .apply-bgcolor {
  background-color: #03968B; }

.c5 .apply-color, .c5 .inherit-fc {
  color: #03968B; }

.c5 .StoryContent blockquote {
  background-color: #03968B; }

.c5 a {
  color: #03968B; }

.c6 .apply-bgcolor {
  background-color: #016059; }

.c6 .apply-color, .c6 .inherit-fc {
  color: #016059; }

.c6 .StoryContent blockquote {
  background-color: #016059; }

.c6 a {
  color: #016059; }

.c7 .apply-bgcolor {
  background-color: #562F77; }

.c7 .apply-color, .c7 .inherit-fc {
  color: #562F77; }

.c7 .StoryContent blockquote {
  background-color: #562F77; }

.c7 a {
  color: #562F77; }

.c8 .apply-bgcolor {
  background-color: #8153A8; }

.c8 .apply-color, .c8 .inherit-fc {
  color: #8153A8; }

.c8 .StoryContent blockquote {
  background-color: #8153A8; }

.c8 a {
  color: #8153A8; }

.c9 .apply-bgcolor {
  background-color: #0D88E2; }

.c9 .apply-color, .c9 .inherit-fc {
  color: #0D88E2; }

.c9 .StoryContent blockquote {
  background-color: #0D88E2; }

.c9 a {
  color: #0D88E2; }

.c10 .apply-bgcolor {
  background-color: #562F77; }

.c10 .apply-color, .c10 .inherit-fc {
  color: #562F77; }

.c10 .StoryContent blockquote {
  background-color: #562F77; }

.c10 a {
  color: #562F77; }

.c11 .apply-bgcolor {
  background-color: #016059; }

.c11 .apply-color, .c11 .inherit-fc {
  color: #016059; }

.c11 .StoryContent blockquote {
  background-color: #016059; }

.c11 a {
  color: #016059; }

.c12 .apply-bgcolor {
  background-color: #01A1CB; }

.c12 .apply-color, .c12 .inherit-fc {
  color: #01A1CB; }

.c12 .StoryContent blockquote {
  background-color: #01A1CB; }

.c12 a {
  color: #01A1CB; }

.c13 .apply-bgcolor {
  background-color: #01A1CB; }

.c13 .apply-color, .c13 .inherit-fc {
  color: #01A1CB; }

.c13 .StoryContent blockquote {
  background-color: #01A1CB; }

.c13 a {
  color: #01A1CB; }

.c14 .apply-bgcolor {
  background-color: #FF3417; }

.c14 .apply-color, .c14 .inherit-fc {
  color: #FF3417; }

.c14 .StoryContent blockquote {
  background-color: #FF3417; }

.c14 a {
  color: #FF3417; }

.c15 .apply-bgcolor {
  background-color: #E62B25; }

.c15 .apply-color, .c15 .inherit-fc {
  color: #E62B25; }

.c15 .StoryContent blockquote {
  background-color: #E62B25; }

.c15 a {
  color: #E62B25; }

.c16 .apply-bgcolor {
  background-color: #171717; }

.c16 .apply-color, .c16 .inherit-fc {
  color: #171717; }

.c16 .StoryContent blockquote {
  background-color: #171717; }

.c16 a {
  color: #171717; }

.c17 .apply-bgcolor {
  background-color: #35C7ED; }

.c17 .apply-color, .c17 .inherit-fc {
  color: #35C7ED; }

.c17 .StoryContent blockquote {
  background-color: #35C7ED; }

.c17 a {
  color: #35C7ED; }

.c18 .apply-bgcolor {
  background-color: #03968B; }

.c18 .apply-color, .c18 .inherit-fc {
  color: #03968B; }

.c18 .StoryContent blockquote {
  background-color: #03968B; }

.c18 a {
  color: #03968B; }

.c19 .apply-bgcolor {
  background-color: #8153A8; }

.c19 .apply-color, .c19 .inherit-fc {
  color: #8153A8; }

.c19 .StoryContent blockquote {
  background-color: #8153A8; }

.c19 a {
  color: #8153A8; }

.c20 .apply-bgcolor {
  background-color: #016059; }

.c20 .apply-color, .c20 .inherit-fc {
  color: #016059; }

.c20 .StoryContent blockquote {
  background-color: #016059; }

.c20 a {
  color: #016059; }

.breaking .apply-bgcolor {
  background-color: #C1352D; }

.breaking .apply-color, .breaking .inherit-fc {
  color: #C1352D; }

.breaking .StoryContent blockquote {
  background-color: #C1352D; }

.breaking a {
  color: #C1352D; }

.pdb .apply-bgcolor {
  background-color: #35C7ED; }

.pdb .apply-color, .pdb .inherit-fc {
  color: #35C7ED; }

.pdb .StoryContent blockquote {
  background-color: #35C7ED; }

.pdb a {
  color: #35C7ED; }

.default .apply-bgcolor {
  background-color: #FF3417; }

.default .apply-color, .default .inherit-fc {
  color: #FF3417; }

.default .StoryContent blockquote {
  background-color: #FF3417; }

.default a {
  color: #FF3417; }

.mobile-none {
  display: none !important; }

.mobile-block {
  display: block !important; }

@media screen and (min-width: 768px) {
  .tablet-none {
    display: none !important; }
  .tablet-portrait-none {
    display: none !important; }
  .tablet-block {
    display: block !important; }
  .tablet-portrait-block {
    display: block !important; }
  .tablet-inline-block {
    display: inline-block !important; } }

@media screen and (min-width: 1024px) {
  .tablet-none {
    display: none !important; }
  .tablet-landscape-none {
    display: none !important; }
  .tablet-block {
    display: block !important; }
  .tablet-landscape-block {
    display: block !important; } }

@media screen and (min-width: 1280px) {
  .desktop-none {
    display: none !important; }
  .desktop-block {
    display: block !important; } }

#onesignal-popover-container #onesignal-popover-dialog .popover-body-icon {
  padding-top: 5px; }
  #onesignal-popover-container #onesignal-popover-dialog .popover-body-icon img {
    height: auto !important; }

.page-error {
  display: block;
  font-size: 18px;
  text-align: center; }

.page-error {
  display: block;
  font-size: 18px;
  text-align: center; }

@media all {
  .expanding-advert {
    display: none;
    clear: both;
    border-bottom: 1px solid #D4D4D4;
    margin-bottom: 24px;
    padding-bottom: 12px; }
    .expanding-advert .mpu {
      width: 100%;
      max-width: 300px;
      margin: 0 auto; }
      .expanding-advert .mpu img {
        width: 100%;
        height: auto !important; }
    .expanding-advert .scroll-anchor {
      position: absolute;
      margin-top: -100px; }
    .expanding-advert .advert-message {
      border-top: 1px solid #D4D4D4;
      text-align: center;
      padding-bottom: 10px; }
      .expanding-advert .advert-message .advert-text {
        font-family: 'DINNextW01-CondensedReg', 'Tw Cen MT Condensed', 'Gill Sans MT Condensed', 'Arial Narrow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 1.7em;
        text-transform: uppercase;
        position: relative;
        top: -12px;
        margin: 0;
        padding: 0 10px;
        background: #ffffff;
        color: #D3D3D3;
        display: inline-block; }
    .expanding-advert .advert-sleeve .advert-container img {
      width: 100%;
      vertical-align: bottom; }
    .expanding-advert.expanding-advert-ft-not-expandable .sleeve {
      height: auto;
      padding-bottom: 0;
      transition: none; }
      .expanding-advert.expanding-advert-ft-not-expandable .sleeve .advert-container {
        position: static; }
        .expanding-advert.expanding-advert-ft-not-expandable .sleeve .advert-container > a {
          display: block; }
    .expanding-advert .advert-icons {
      display: none; } }

@media screen and (min-width: 768px) {
  .expanding-advert.expanding-advert-ft-open-close-buttons .advert-icons {
    display: block; }
  .expanding-advert .sleeve {
    z-index: 1;
    overflow: hidden;
    position: relative;
    height: 0;
    transition: padding-bottom 2s ease; }
    .expanding-advert .sleeve .show-all {
      position: absolute;
      right: 0;
      left: 0;
      bottom: 0;
      margin: auto;
      text-align: center; }
      .expanding-advert .sleeve .show-all .advert-icons {
        position: relative;
        height: 100%;
        width: 100%; }
        .expanding-advert .sleeve .show-all .advert-icons .advert-icons-sleeve {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          text-align: center;
          height: 33px;
          width: 43px;
          margin-left: auto;
          margin-right: auto;
          border-radius: 3px 3px 0 0; }
        .expanding-advert .sleeve .show-all .advert-icons span {
          text-indent: -9999px; }
        .expanding-advert .sleeve .show-all .advert-icons .close-btn {
          display: none;
          margin-top: 6px; }
        .expanding-advert .sleeve .show-all .advert-icons .open-btn {
          margin-top: 10px; }
  .expanding-advert .video-sleeve {
    padding-bottom: 27.7%; }
    .expanding-advert .video-sleeve .advert-container {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0px; }
      .expanding-advert .video-sleeve .advert-container img {
        display: block; }
    .expanding-advert .video-sleeve .video-container {
      bottom: 8.6%;
      left: 0;
      right: 0;
      margin: auto;
      width: 63.4%;
      position: absolute;
      clip: rect(0px, 0px, 0px, 0px);
      opacity: 0;
      transition: clip 0s ease 1s, opacity 1s; }
      .expanding-advert .video-sleeve .video-container .video-container-inner {
        padding-bottom: 50%;
        overflow: hidden;
        height: 0;
        position: relative; }
        .expanding-advert .video-sleeve .video-container .video-container-inner video, .expanding-advert .video-sleeve .video-container .video-container-inner iframe, .expanding-advert .video-sleeve .video-container .video-container-inner object, .expanding-advert .video-sleeve .video-container .video-container-inner embed {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
    .expanding-advert .video-sleeve.active {
      padding-bottom: 61.6%; }
      .expanding-advert .video-sleeve.active .show-all .advert-icons .close-btn {
        display: inline-block; }
      .expanding-advert .video-sleeve.active .show-all .advert-icons .open-btn {
        display: none; }
      .expanding-advert .video-sleeve.active .video-container {
        opacity: 1;
        clip: rect(0, 1500px, 1000px, 0);
        transition: clip 0s ease 0s, opacity 1s ease 1s; }
  .expanding-advert .full-width-sleeve {
    margin-left: -5.5%;
    margin-right: -5.5%; }
  .expanding-advert .advert-sleeve {
    margin-left: -5.5%;
    margin-right: -5.5%;
    padding-bottom: 35.5%;
    backface-visibility: hidden; }
    .expanding-advert .advert-sleeve.active {
      padding-bottom: 61%; }
      .expanding-advert .advert-sleeve.active .show-all .advert-icons .close-btn {
        display: inline-block; }
      .expanding-advert .advert-sleeve.active .show-all .advert-icons .open-btn {
        display: none; }
    .expanding-advert .advert-sleeve.transition-time-on .advert-container {
      transition: transform 2s ease; }
    .expanding-advert .advert-sleeve.transform-off .advert-container {
      transform: translate(0, 0) !important; }
    .expanding-advert .advert-sleeve .advert-container {
      position: absolute;
      width: 100%;
      height: 100%;
      bottom: 0;
      top: 0;
      margin: auto;
      backface-visibility: hidden; }
    .expanding-advert .advert-sleeve .image {
      position: absolute;
      width: 100%;
      bottom: 0;
      top: 0;
      margin: auto; }
    .expanding-advert .advert-sleeve .show-all {
      height: 100%;
      width: 100%; }
  .expanding-advert.js-initialised {
    display: block; }
  .flexbox .expanding-advert .advert-sleeve .advert-container > a {
    display: flex;
    align-items: center;
    height: 100%; }
  .flexbox .expanding-advert .advert-sleeve .advert-container .image {
    position: static;
    width: 100%;
    height: auto;
    margin: 0; } }

@media screen and (min-width: 1024px) {
  .expanding-advert {
    border-bottom: 0 none;
    margin-bottom: 0;
    padding-bottom: 0; }
    .expanding-advert .full-width-sleeve {
      margin-left: -28.8%;
      margin-right: -28.8%; }
    .expanding-advert .video-sleeve {
      padding-bottom: 35.8%; }
      .expanding-advert .video-sleeve.active {
        padding-bottom: 88.4%; }
    .expanding-advert .advert-sleeve {
      padding-bottom: 35.5%;
      margin-left: -28.8%;
      margin-right: -28.8%; }
      .expanding-advert .advert-sleeve.active {
        padding-bottom: 85%; } }

@media screen and (min-width: 1280px) {
  .expanding-advert .full-width-sleeve {
    margin-left: -55.8%;
    margin-right: -55.8%; }
  .expanding-advert .video-sleeve {
    padding-bottom: 35%; }
    .expanding-advert .video-sleeve.active {
      padding-bottom: 118.3%; }
  .expanding-advert .advert-sleeve {
    margin-left: -55.8%;
    margin-right: -55.8%;
    padding-bottom: 46%; }
    .expanding-advert .advert-sleeve.active {
      padding-bottom: 94%; } }

@media screen and (min-width: 1440px) {
  .expanding-advert .full-width-sleeve {
    margin-left: -55.8%;
    margin-right: -55.8%; }
  .expanding-advert .video-sleeve {
    padding-bottom: 49.7%; }
    .expanding-advert .video-sleeve.active {
      padding-bottom: 118.7%; }
  .expanding-advert .advert-sleeve {
    margin-left: -55.8%;
    margin-right: -55.8%;
    padding-bottom: 32.5%; }
    .expanding-advert .advert-sleeve.active {
      padding-bottom: 118%; } }

@media all {
  .top-advert .video-advert {
    display: none; }
    .top-advert .video-advert.js-initialised {
      display: block; }
  .video-advert {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0; }
    .video-advert[video-state="playing"] .video-container .video-splash .play-btn {
      opacity: 0; }
      html.ie8 .video-advert[video-state="playing"] .video-container .video-splash .play-btn {
        display: none; }
    .video-advert[video-state="playing"] .video-container .video-splash .audio-btn {
      opacity: 1; }
      html.ie8 .video-advert[video-state="playing"] .video-container .video-splash .audio-btn {
        display: block; }
    .video-advert.video-muted .video-container .video-splash .audio-btn {
      width: 80px;
      height: 80px;
      background-position: -400px -718.816px; }
    .video-advert.video-external-player .video-container .video-splash {
      display: none; }
    .video-advert.video-external-player .video-container .embed-container {
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden;
      max-width: 100%; }
      .video-advert.video-external-player .video-container .embed-container iframe, .video-advert.video-external-player .video-container .embed-container object, .video-advert.video-external-player .video-container .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .video-advert.video-placement-left .video-container {
      left: "calc(2.5390625% + 8px)";
      right: auto; }
    .video-advert a, .video-advert img {
      display: block; }
    .video-advert .sleeve {
      overflow: hidden;
      position: relative;
      display: none; }
    .video-advert .video-container {
      width: 100%;
      z-index: 10001; }
      .video-advert .video-container .video-placeholder {
        position: absolute;
        width: 100%;
        z-index: 0;
        padding-bottom: 56.25%;
        height: 0;
        background-color: #000000; }
      .video-advert .video-container .video-splash {
        cursor: pointer;
        position: absolute;
        width: 100%;
        z-index: 1;
        padding-bottom: 56.25%;
        height: 0; }
        .video-advert .video-container .video-splash .ozy-icon {
          background-repeat: no-repeat;
          background-image: url(/images/sprite.png);
          background-image: url(/images/sprite.svg), none;
          display: inline-block;
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1); }
        .video-advert .video-container .video-splash .play-btn {
          background-position: 0 -718.816px;
          width: 80px;
          height: 80px;
          opacity: 1;
          transition: opacity 500ms;
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          margin: auto; }
        .video-advert .video-container .video-splash .audio-btn {
          background-position: -769.614px -480px;
          width: 80px;
          height: 80px;
          opacity: 0;
          transition: opacity 500ms;
          position: absolute;
          bottom: 0;
          right: 0; }
          html.ie8 .video-advert .video-container .video-splash .audio-btn {
            display: none; }
      .video-advert .video-container .close-btn {
        cursor: pointer;
        display: none;
        position: absolute;
        left: -15px;
        right: auto;
        top: -14px;
        z-index: 1000; }
      .video-advert .video-container .embed-container {
        position: relative; }
    .video-advert[video-state="unknown"].video-scroll-pinned .video-container, .video-advert[video-state="paused"].video-scroll-pinned .video-container, .video-advert[video-state="playing"].video-scroll-pinned .video-container, .video-advert[video-state="complete"].video-scroll-pinned .video-container {
      position: fixed;
      width: 50%;
      bottom: 10px;
      top: auto;
      border-bottom: 2px solid #000000;
      border-top: 1px solid #000000; }
      .video-advert[video-state="unknown"].video-scroll-pinned .video-container .video-splash .audio-btn, .video-advert[video-state="paused"].video-scroll-pinned .video-container .video-splash .audio-btn, .video-advert[video-state="playing"].video-scroll-pinned .video-container .video-splash .audio-btn, .video-advert[video-state="complete"].video-scroll-pinned .video-container .video-splash .audio-btn {
        opacity: 0; }
        html.ie8 .video-advert[video-state="unknown"].video-scroll-pinned .video-container .video-splash .audio-btn, html.ie8 .video-advert[video-state="paused"].video-scroll-pinned .video-container .video-splash .audio-btn, html.ie8 .video-advert[video-state="playing"].video-scroll-pinned .video-container .video-splash .audio-btn, html.ie8 .video-advert[video-state="complete"].video-scroll-pinned .video-container .video-splash .audio-btn {
          display: none; }
      .video-advert[video-state="unknown"].video-scroll-pinned .video-container .close-btn, .video-advert[video-state="paused"].video-scroll-pinned .video-container .close-btn, .video-advert[video-state="playing"].video-scroll-pinned .video-container .close-btn, .video-advert[video-state="complete"].video-scroll-pinned .video-container .close-btn {
        display: block; }
    .video-advert[video-state="unknown"].video-scroll-pinned.video-placement-scrolling-right .video-container, .video-advert[video-state="paused"].video-scroll-pinned.video-placement-scrolling-right .video-container, .video-advert[video-state="playing"].video-scroll-pinned.video-placement-scrolling-right .video-container, .video-advert[video-state="complete"].video-scroll-pinned.video-placement-scrolling-right .video-container {
      right: 0;
      left: auto;
      border-left: 1px solid #000000; }
      .video-advert[video-state="unknown"].video-scroll-pinned.video-placement-scrolling-right .video-container .close-btn, .video-advert[video-state="paused"].video-scroll-pinned.video-placement-scrolling-right .video-container .close-btn, .video-advert[video-state="playing"].video-scroll-pinned.video-placement-scrolling-right .video-container .close-btn, .video-advert[video-state="complete"].video-scroll-pinned.video-placement-scrolling-right .video-container .close-btn {
        right: auto;
        left: -15px; }
    .video-advert[video-state="unknown"].video-scroll-pinned.video-placement-scrolling-left .video-container, .video-advert[video-state="paused"].video-scroll-pinned.video-placement-scrolling-left .video-container, .video-advert[video-state="playing"].video-scroll-pinned.video-placement-scrolling-left .video-container, .video-advert[video-state="complete"].video-scroll-pinned.video-placement-scrolling-left .video-container {
      left: 0;
      right: auto;
      border-right: 1px solid #000000; }
      .video-advert[video-state="unknown"].video-scroll-pinned.video-placement-scrolling-left .video-container .close-btn, .video-advert[video-state="paused"].video-scroll-pinned.video-placement-scrolling-left .video-container .close-btn, .video-advert[video-state="playing"].video-scroll-pinned.video-placement-scrolling-left .video-container .close-btn, .video-advert[video-state="complete"].video-scroll-pinned.video-placement-scrolling-left .video-container .close-btn {
        right: -15px;
        left: auto; }
    .video-advert[video-state="unknown"].video-scroll-pinned.video-scroll-pinned-to-content, .video-advert[video-state="paused"].video-scroll-pinned.video-scroll-pinned-to-content, .video-advert[video-state="playing"].video-scroll-pinned.video-scroll-pinned-to-content, .video-advert[video-state="complete"].video-scroll-pinned.video-scroll-pinned-to-content {
      position: static; }
      .video-advert[video-state="unknown"].video-scroll-pinned.video-scroll-pinned-to-content .video-container, .video-advert[video-state="paused"].video-scroll-pinned.video-scroll-pinned-to-content .video-container, .video-advert[video-state="playing"].video-scroll-pinned.video-scroll-pinned-to-content .video-container, .video-advert[video-state="complete"].video-scroll-pinned.video-scroll-pinned-to-content .video-container {
        position: absolute;
        bottom: 0;
        top: auto; }
  .video-advert .ozy-animated-icon {
    outline: 0;
    position: relative;
    display: inline-block; }
    .video-advert .ozy-animated-icon .assistive-text {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .video-advert .ozy-animated-icon.advert-close {
      height: 28px;
      width: 28px;
      vertical-align: bottom; }
      .video-advert .ozy-animated-icon.advert-close .ozy-icon {
        position: absolute;
        top: 0;
        left: 0;
        background-repeat: no-repeat;
        background-image: url(/images/sprite.png);
        background-image: url(/images/sprite.svg), none;
        display: inline-block;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
      .video-advert .ozy-animated-icon.advert-close .i-advert-close {
        transition: all 200ms;
        opacity: 1;
        transform: scale(1);
        background-position: -989.614px -493.96px; }
      .video-advert .ozy-animated-icon.advert-close .i-advert-close-grey-ring {
        transition: all 200ms;
        transition-delay: 100ms;
        transform: scale(0);
        opacity: 0;
        background-position: -989.614px -729.96px; }
      .video-advert .ozy-animated-icon.advert-close .i-advert-close-grey-cross {
        top: 9px;
        left: 9px;
        transition: all 200ms;
        transition-delay: 100ms;
        transform: scale(0);
        opacity: 0;
        background-position: -655.284px -500.8px; }
      .video-advert .ozy-animated-icon.advert-close .i-advert-close-dims {
        width: 28px;
        height: 28px; }
      .video-advert .ozy-animated-icon.advert-close .i-advert-close-grey-ring-dims {
        width: 28px;
        height: 28px; }
      .video-advert .ozy-animated-icon.advert-close .i-advert-close-grey-cross-dims {
        width: 10px;
        height: 10px; }
      .video-advert .ozy-animated-icon.advert-close:hover .i-advert-close, .video-advert .ozy-animated-icon.advert-close:focus .i-advert-close, .video-advert .ozy-animated-icon.advert-close:active .i-advert-close {
        transition-delay: 100ms;
        opacity: 0; }
      .video-advert .ozy-animated-icon.advert-close:hover .i-advert-close-grey-cross, .video-advert .ozy-animated-icon.advert-close:focus .i-advert-close-grey-cross, .video-advert .ozy-animated-icon.advert-close:active .i-advert-close-grey-cross {
        transition-delay: 0;
        transform: scale(1);
        opacity: 1; }
      .video-advert .ozy-animated-icon.advert-close:hover .i-advert-close-grey-ring, .video-advert .ozy-animated-icon.advert-close:focus .i-advert-close-grey-ring, .video-advert .ozy-animated-icon.advert-close:active .i-advert-close-grey-ring {
        transition-delay: 0;
        transform: scale(1);
        opacity: 1; } }

@media screen and (min-width: 768px) {
  .video-advert {
    height: 100%;
    padding-bottom: 0; }
    .video-advert .video-container {
      position: absolute;
      bottom: auto;
      top: 0;
      margin-top: 3%;
      right: "calc(2.5390625% + 8px)";
      width: 28.5%; }
    .video-advert .sleeve {
      display: block; }
    .video-advert[video-state="unknown"].video-scroll-pinned .video-container, .video-advert[video-state="paused"].video-scroll-pinned .video-container, .video-advert[video-state="playing"].video-scroll-pinned .video-container, .video-advert[video-state="complete"].video-scroll-pinned .video-container {
      width: 383px; } }

@media screen and (min-width: 1024px) {
  .video-advert[video-state="unknown"].video-scroll-pinned .video-container, .video-advert[video-state="paused"].video-scroll-pinned .video-container, .video-advert[video-state="playing"].video-scroll-pinned .video-container, .video-advert[video-state="complete"].video-scroll-pinned .video-container {
    width: 30%;
    top: 10px;
    bottom: auto; } }

@media screen and (min-width: 1280px) {
  .video-advert .video-container {
    right: 2.5390625%; }
  .video-advert[video-state="unknown"].video-scroll-pinned .video-container, .video-advert[video-state="paused"].video-scroll-pinned .video-container, .video-advert[video-state="playing"].video-scroll-pinned .video-container, .video-advert[video-state="complete"].video-scroll-pinned .video-container {
    width: 25.5%; } }

@media print {
  .top-advert {
    display: none !important; }
  .video-advert {
    display: none !important; } }

.page-error {
  display: block;
  font-size: 18px;
  text-align: center; }

.HqFreeLifePage .wpg-blocks {
  display: block; }

@media screen and (min-width: 1280px) {
  .HqFreeLifePage .wpg-blocks {
    display: flex; }
    .HqFreeLifePage .wpg-blocks > div:first-child {
      width: 48%; }
    .HqFreeLifePage .wpg-blocks > div:last-child {
      width: 52%; } }

.page-error {
  display: block;
  font-size: 18px;
  text-align: center; }

.HqForm {
  background-color: #36399A;
  padding: 50px 12px 30px 12px; }
  .HqForm h3 {
    font-size: 40px;
    font-family: 'DINNextLTPro-MediumCond', Helvetica, Arial, sans-serif;
    color: #fff;
    text-align: center;
    line-height: 0.8; }
  .HqForm-description {
    color: #c4c2d2;
    font-size: 16px;
    font-family: 'DINNextLTPro-Regular', Helvetica, Arial, sans-serif;
    width: 90%;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px; }
  .HqForm-form, .HqForm-report {
    position: relative;
    background-color: #6b6ed7;
    width: 95%;
    margin: 30px auto;
    padding: 16px 25px 49px 25px; }
  .HqForm-report {
    padding: 45px 35px;
    padding-bottom: 55px; }
  .HqForm-elements {
    margin-top: 20px;
    text-align: center; }
    .HqForm-elements:first-child {
      margin-top: 0; }
    .HqForm-elements label {
      text-transform: uppercase;
      color: #fff;
      font-size: 23px;
      font-family: 'DINNextLTPro-MediumCond', Helvetica, Arial, sans-serif; }
  .HqForm-action {
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 180px; }
  .HqForm-success {
    width: 100%;
    font-size: 30px;
    color: #36399A;
    text-align: center;
    line-height: 0.9;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: 'DINNextLTPro-MediumCond', Helvetica, Arial, sans-serif; }
  .HqForm-bottomLine {
    display: none;
    color: #51c994;
    font-size: 22px;
    font-family: 'DINNextLTPro-MediumCond', Helvetica, Arial, sans-serif;
    text-align: center;
    margin-top: 21px;
    margin-bottom: 0; }
  .HqForm-sponsors {
    display: flex;
    justify-content: center; }
    .HqForm-sponsors > div:first-child {
      transform: scale(1.08);
      margin-top: 7px;
      margin-right: 20px; }
    .HqForm-sponsors > img:last-child {
      -webkit-transform: scale(0.7);
      -moz-transform: scale(0.7);
      -ms-transform: scale(0.7);
      transform: scale(0.7); }

@media screen and (min-width: 480px) {
  .HqForm h3 {
    font-size: 40px; }
  .HqForm-form, .HqForm-report {
    width: 85%;
    padding: 16px 35px 49px 35px; } }

@media screen and (min-width: 768px) {
  .HqForm h3 {
    font-size: 65px; }
  .HqForm-form, .HqForm-report {
    width: 70%;
    padding: 50px 60px 70px 60px; }
  .HqForm-report {
    padding: 70px 60px; }
  .HqForm-success {
    font-size: 50px; } }

@media screen and (min-width: 1024px) {
  .HqForm h3 {
    font-size: 70px; }
  .HqForm-form, .HqForm-report {
    width: 50%;
    padding: 50px 60px 50px 60px; } }

@media screen and (min-width: 1280px) {
  .HqForm h3 {
    font-size: 55px; }
  .HqForm-description {
    width: 83%; }
  .HqForm-form, .HqForm-report {
    width: 70%;
    padding: 40px 60px 60px 60px; }
  .HqForm-report {
    padding: 70px 10px; }
  .HqForm-success {
    width: 100%; }
  .HqForm-bottomLine {
    display: block; }
  .HqForm-sponsors {
    display: flex;
    justify-content: center; }
    .HqForm-sponsors > div:first-child {
      transform: scale(1.08);
      margin-top: 7px;
      margin-right: 20px; }
    .HqForm-sponsors > img:last-child {
      -webkit-transform: scale(0.7);
      -moz-transform: scale(0.7);
      -ms-transform: scale(0.7);
      transform: scale(0.7); } }

@media screen and (min-width: 1330px) {
  .HqForm {
    padding-top: 68px; } }

@media screen and (min-width: 1440px) {
  .HqForm {
    padding-top: 65px; }
    .HqForm h3 {
      font-size: 70px; }
    .HqForm-description {
      width: 63%; }
    .HqForm-form, .HqForm-report {
      padding: 50px 60px 70px 60px; }
    .HqForm-sponsors {
      margin-top: 45px; } }

@media screen and (min-width: 1600px) {
  .HqForm {
    padding-top: 90px; }
    .HqForm h3 {
      font-size: 80px; }
    .HqForm-sponsors {
      margin-top: 95px; } }

.page-error {
  display: block;
  font-size: 18px;
  text-align: center; }

.HqImages {
  background-color: #36399A; }
  .HqImages-slides {
    display: none; }
  .HqImages-showcase {
    display: flex; }
    .HqImages-showcase img {
      width: 50%;
      height: 100%; }
  .HqImages figure {
    margin: 0; }
  .HqImages-bottomLine {
    color: #51c994;
    font-size: 16px;
    font-family: 'DINNextLTPro-MediumCond', Helvetica, Arial, sans-serif;
    text-align: center;
    margin-bottom: 0;
    padding: 25px 0; }
  .HqImages .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }
  .HqImages .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0; }
  .HqImages .slick-list:focus {
    outline: none; }
  .HqImages .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }
  .HqImages .slick-slider .slick-track,
  .HqImages .slick-slider .slick-list {
    -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); }
  .HqImages .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .HqImages .slick-track:before,
  .HqImages .slick-track:after {
    display: table;
    content: ''; }
  .HqImages .slick-track:after {
    clear: both; }
  .HqImages .slick-loading .slick-track {
    visibility: hidden; }
  .HqImages .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px; }
  .HqImages [dir='rtl'] .slick-slide {
    float: right; }
  .HqImages .slick-slide img {
    display: block !important; }
  .HqImages .slick-slide.slick-loading img {
    display: none; }
  .HqImages .slick-slide.dragging img {
    pointer-events: none; }
  .HqImages .slick-initialized .slick-slide {
    display: block; }
  .HqImages .slick-loading .slick-slide {
    visibility: hidden; }
  .HqImages .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
  .HqImages .slick-arrow.slick-hidden {
    display: none; }

@media screen and (min-width: 768px) {
  .HqImages {
    margin-bottom: -24px; }
    .HqImages-bottomLine {
      position: relative;
      right: 0;
      bottom: 54px;
      padding: 0;
      display: block;
      text-align: right;
      left: 0;
      margin: auto;
      padding-right: 10%; } }

@media screen and (min-width: 1280px) {
  .HqImages {
    margin-bottom: 0; }
    .HqImages-slides {
      display: block; }
    .HqImages-showcase {
      display: none; }
    .HqImages-bottomLine {
      display: none; } }

/*
Write very bare minimum css of the specific page here. Do not over do things here
Probably you mostly want to do it in the blocks and not here.

Review change done here with peers.
*/
.Page-home-2 .SasAdvert {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .Page-home-2 .SasAdvert img {
    width: auto; }

.page-error {
  display: block;
  font-size: 18px;
  text-align: center; }

.NewslettersPage {
  background-color: #e2e2e2;
  border-bottom: 1px solid transparent;
  min-height: 200px; }
  .NewslettersPage-reminder {
    display: none;
    background-color: #7657AF;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 12px;
    justify-content: center; }
    .NewslettersPage-reminder > div:first-child {
      color: #fff;
      font-family: 'DINNextLTPro-MediumCond', Helvetica, Arial, sans-serif;
      font-size: 16px;
      margin-top: 7px;
      margin-right: 14px; }
  .NewslettersPage-reminderShow {
    display: flex; }
  .NewslettersPage-content {
    width: 85%;
    margin: 44px auto 44px auto; }
  .NewslettersPage-left {
    width: 100%; }
  .NewslettersPage-right {
    width: 100%;
    margin-top: 18px; }
  .NewslettersPage-belt {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between; }
    .NewslettersPage-belt:after {
      content: "";
      position: absolute;
      top: 41%;
      left: 0;
      right: 0;
      height: 0.5em;
      border-top: 1px solid #000;
      opacity: 0.2; }
  .NewslettersPage-choose {
    background: #e2e2e2;
    color: #7657af;
    font-size: 18px;
    font-family: 'DINNextLTPro-Regular', Helvetica, Arial, sans-serif;
    z-index: 1;
    padding-right: 10px; }
  .NewslettersPage-selectAll {
    background: #e2e2e2;
    color: #22222b;
    font-size: 14px;
    font-family: 'DINNextLTPro-Regular', Helvetica, Arial, sans-serif;
    display: flex;
    z-index: 1;
    cursor: pointer; }
    .NewslettersPage-selectAll div:first-child {
      transform: scale(0.5);
      margin-top: -3px; }
    .NewslettersPage-selectAll div:last-child {
      margin-top: 5px; }
  .NewslettersPage .wpg-blocks {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start; }
  .NewslettersPage-heading {
    font-size: 32px;
    font-family: 'BrandonGrotesque-Medium', Helvetica, Arial, sans-serif;
    color: #7657af; }
  .NewslettersPage-description {
    font-size: 16px;
    font-family: 'DINNextLTPro-Regular', Helvetica, Arial, sans-serif;
    color: #4f5562;
    margin: 0 auto 20px; }
  .NewslettersPage-subscribe {
    z-index: 2;
    bottom: -500px;
    left: 0;
    right: 0; }
  .NewslettersPage-subscribeRoll {
    bottom: 0; }

@media screen and (min-width: 768px) {
  .NewslettersPage-heading {
    font-size: 40px; } }

@media screen and (min-width: 1024px) {
  .NewslettersPage-left {
    width: 68%; }
  .NewslettersPage-right {
    width: 32%;
    margin-top: 18px; }
  .NewslettersPage-reminder {
    display: none !important; }
  .NewslettersPage-content {
    width: 85%;
    display: flex;
    margin: 44px auto 44px auto; }
  .NewslettersPage-belt {
    width: 95%; }
  .NewslettersPage .wpg-blocks {
    width: 95%; } }

@media screen and (min-width: 1280px) {
  .NewslettersPage-left {
    width: 72%; }
  .NewslettersPage-right {
    width: 28%; } }

.page-error {
  display: block;
  font-size: 18px;
  text-align: center; }

.NewslettersManagePage {
  background-color: #e2e2e2;
  border-bottom: 1px solid transparent;
  min-height: 200px; }
  .NewslettersManagePage-reminder {
    display: none;
    background-color: #7657AF;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 12px;
    justify-content: center; }
    .NewslettersManagePage-reminder > div:first-child {
      color: #fff;
      font-family: 'DINNextLTPro-MediumCond', Helvetica, Arial, sans-serif;
      font-size: 16px;
      margin-top: 7px;
      margin-right: 14px; }
  .NewslettersManagePage-reminderShow {
    display: flex; }
  .NewslettersManagePage-content {
    width: 85%;
    margin: 44px auto 44px auto; }
  .NewslettersManagePage-left {
    width: 100%; }
  .NewslettersManagePage-right {
    width: 100%;
    margin-top: 18px; }
  .NewslettersManagePage-leftExtended {
    width: 100%; }
  .NewslettersManagePage-belt {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between; }
    .NewslettersManagePage-belt:after {
      content: "";
      position: absolute;
      top: 41%;
      left: 0;
      right: 0;
      height: 0.5em;
      border-top: 1px solid #000;
      opacity: 0.2; }
  .NewslettersManagePage-choose {
    background: #e2e2e2;
    color: #7657af;
    font-size: 18px;
    font-family: 'DINNextLTPro-Regular', Helvetica, Arial, sans-serif;
    z-index: 1;
    padding-right: 10px; }
  .NewslettersManagePage-selectAll {
    background: #e2e2e2;
    color: #22222b;
    font-size: 14px;
    font-family: 'DINNextLTPro-Regular', Helvetica, Arial, sans-serif;
    display: flex;
    z-index: 1;
    cursor: pointer; }
    .NewslettersManagePage-selectAll div:first-child {
      transform: scale(0.5);
      margin-top: -3px; }
    .NewslettersManagePage-selectAll div:last-child {
      margin-top: 5px; }
  .NewslettersManagePage .wpg-blocks {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start; }
  .NewslettersManagePage-heading {
    font-size: 34px;
    font-family: 'BrandonGrotesque-Medium', Helvetica, Arial, sans-serif;
    color: #7657af; }
  .NewslettersManagePage-description {
    font-size: 16px;
    font-family: 'DINNextLTPro-Regular', Helvetica, Arial, sans-serif;
    color: #4f5562;
    margin: 0 auto 20px; }
  .NewslettersManagePage-subscribe {
    z-index: 2;
    bottom: -500px;
    left: 0;
    right: 0; }
  .NewslettersManagePage-subscribeRoll {
    bottom: 0; }
  .NewslettersManagePage-alert {
    position: absolute;
    font-size: 16px;
    font-family: 'DINNextLTPro-Regular', Helvetica, Arial, sans-serif;
    text-align: center;
    color: #f00;
    margin: 0 auto 0 auto;
    font-weight: bold;
    width: 95%; }
    .NewslettersManagePage-alert span {
      display: inline-block;
      position: relative;
      width: 95%; }

@media screen and (min-width: 768px) {
  .NewslettersManagePage-heading {
    font-size: 40px; }
  .NewslettersManagePage-alert {
    width: auto;
    margin-top: -7px;
    left: 50%; }
    .NewslettersManagePage-alert span {
      display: inline-block;
      position: relative;
      left: -50%;
      width: auto; } }

@media screen and (min-width: 1024px) {
  .NewslettersManagePage-left {
    width: 68%; }
  .NewslettersManagePage-leftExtended {
    width: 100%; }
  .NewslettersManagePage-right {
    width: 32%; }
  .NewslettersManagePage-reminder {
    display: none !important; }
  .NewslettersManagePage-content {
    width: 85%;
    display: flex;
    margin: 44px auto 44px auto; }
  .NewslettersManagePage-belt {
    width: 95%; }
  .NewslettersManagePage .wpg-blocks {
    width: 95%; } }

@media screen and (min-width: 1280px) {
  .NewslettersManagePage-left {
    width: 72%; }
  .NewslettersManagePage-leftExtended {
    width: 100%; }
  .NewslettersManagePage-right {
    width: 28%; } }

.page-error {
  display: block;
  font-size: 18px;
  text-align: center; }

.NewslettersItem {
  position: relative;
  width: 100%;
  background: #fff;
  margin-bottom: 13px;
  display: flex;
  flex-direction: column; }
  .NewslettersItem-main {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    padding: 14px; }
  .NewslettersItem-image {
    display: inline-block;
    margin-bottom: 7px;
    width: 32%; }
    .NewslettersItem-image img {
      width: 125px;
      border-bottom-left-radius: 13px; }
  .NewslettersItem-content {
    display: inline-block;
    width: 63%; }
  .NewslettersItem-freq {
    color: #4f5562;
    font-size: 10px;
    font-family: 'DINNextLTPro-Regular', Helvetica, Arial, sans-serif;
    margin-bottom: 7px; }
  .NewslettersItem h3 {
    font-family: 'DINNextLTPro-Condensed', Helvetica, Arial, sans-serif;
    font-size: 26px;
    color: #22222b;
    margin-bottom: 7px;
    max-width: 80%; }
  .NewslettersItem p {
    font-family: 'DINNextLTPro-Regular', Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin-bottom: 38px;
    color: #4f5562; }
  .NewslettersItem-seeLatest {
    display: block;
    position: absolute;
    bottom: 12px;
    font-size: 12px;
    margin-bottom: 0;
    font-family: 'DINCondensed-Bold', Helvetica, Arial, sans-serif; }
    .NewslettersItem-seeLatest:link, .NewslettersItem-seeLatest:visited {
      color: #03968b; }
  .NewslettersItem-icon {
    position: absolute;
    right: 12px;
    top: 11px;
    cursor: pointer;
    z-index: 1; }
  .NewslettersItem-unsubscribe:link, .NewslettersItem-unsubscribe:visited {
    color: #d8d8db;
    font-size: 16px;
    font-family: 'DINNextLTPro-MediumCond', Helvetica, Arial, sans-serif; }
  .NewslettersItem--selected {
    background-color: #d8d8db; }
  .NewslettersItem--small {
    height: 54px; }
  .NewslettersItem-quote {
    display: none;
    padding: 14px;
    text-align: center;
    color: #fff;
    font-family: 'DINNextLTPro-MediumCond', Helvetica, Arial, sans-serif;
    font-size: 16px; }
    .NewslettersItem-quote:before {
      content: "";
      position: relative;
      top: -8px;
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #fff; }
  .NewslettersItem-quoteOne {
    background-color: #49c7a5; }
  .NewslettersItem-quoteTwo {
    background-color: #03968b; }
  .NewslettersItem-quoteThree {
    background-color: #016059; }
  .NewslettersItem-quoteFour {
    background-color: #562f77; }
  .NewslettersItem-quoteFive {
    background-color: #35c7ed; }
  .NewslettersItem-quoteSix {
    background-color: #01a1Cb; }
  .NewslettersItem-quoteSeven {
    background-color: #00627c; }
  .NewslettersItem-quoteEight {
    background-color: #8153a8; }
  .NewslettersItem-quoteShow {
    display: block; }

@media screen and (min-width: 480px) {
  .NewslettersItem h3 {
    max-width: 85%; } }

@media screen and (min-width: 768px) {
  .NewslettersItem {
    flex: 0 0 48%;
    margin: 2%;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    display: block; }
    .NewslettersItem:nth-child(odd) {
      margin-left: 0; }
    .NewslettersItem:nth-child(even) {
      margin-right: 0; }
    .NewslettersItem h3 {
      max-width: 100%; }
    .NewslettersItem-main {
      padding: 16px 22px;
      display: block; }
    .NewslettersItem-image {
      display: block;
      margin-bottom: 7px;
      width: 100%; }
    .NewslettersItem-content {
      display: block;
      width: 100%; }
    .NewslettersItem-icon {
      position: absolute;
      right: 21px;
      top: 16px; }
    .NewslettersItem-quote {
      padding: 16px;
      padding-top: 45px;
      color: #fff;
      font-size: 22px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      border-top-right-radius: 12px;
      border-bottom-left-radius: 12px; }
      .NewslettersItem-quote:before {
        display: none; }
    .NewslettersItem-quoteShow {
      display: flex;
      flex-direction: column;
      justify-content: space-between; } }

@media screen and (min-width: 1024px) {
  .NewslettersItem {
    flex: 0 0 48.50%;
    margin: 1.5%; }
    .NewslettersItem:first-child {
      margin-left: 0; }
    .NewslettersItem:nth-child(2n+2) {
      margin-right: 0; } }

@media screen and (min-width: 1280px) {
  .NewslettersItem {
    flex: 0 0 32%;
    margin: 1%; }
    .NewslettersItem:nth-child(2n+2) {
      margin-right: 1%; }
    .NewslettersItem:nth-child(3n+3) {
      margin-left: 1%;
      margin-right: 0; }
    .NewslettersItem:nth-child(4n+4) {
      margin-left: 0; } }

.page-error {
  display: block;
  font-size: 18px;
  text-align: center; }

.NewslettersHead {
  background-color: #22222b;
  height: 116px; }
  .NewslettersHead > div {
    display: flex;
    justify-content: flex-end;
    width: 85%;
    margin: 0 auto;
    height: 100%; }
  .NewslettersHead-txt {
    color: #fff;
    font-size: 30px;
    font-family: 'DINNextLTPro-MediumCond', Helvetica, Arial, sans-serif;
    align-self: flex-end; }

@media screen and (min-width: 480px) {
  .NewslettersHead {
    height: 116px; } }

@media screen and (min-width: 768px) {
  .NewslettersHead {
    height: 200px; }
    .NewslettersHead-txt {
      font-size: 46px; } }

.page-error {
  display: block;
  font-size: 18px;
  text-align: center; }

.NewslettersSignup {
  position: relative;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 10px;
  padding: 44px 30px 30px 16px; }
  .NewslettersSignup-man {
    background-color: #7657af;
    border-radius: 50%;
    padding: 12px 14px 8px 14px;
    position: absolute;
    top: -20px;
    left: -20px;
    border: 5px solid #e2e2e2; }
  .NewslettersSignup-padder {
    padding-left: 14px; }
  .NewslettersSignup h3 {
    font-family: 'DINNextLTPro-MediumCond', Helvetica, Arial, sans-serif;
    font-size: 30px;
    color: #101016; }
  .NewslettersSignup-createAccount {
    margin-top: 20px; }
    .NewslettersSignup-createAccount label {
      font-family: 'DINCondensed-Bold', Helvetica, Arial, sans-serif;
      font-size: 18px; }
  .NewslettersSignup-benefits {
    padding-left: 18px;
    color: #7657af;
    font-family: 'DINNextLTPro-Regular', Helvetica, Arial, sans-serif;
    font-size: 14px; }
    .NewslettersSignup-benefits a {
      color: #7657af; }
  .NewslettersSignup-arrow {
    display: inline-block; }
    .NewslettersSignup-arrow i {
      transform: rotate(90deg); }
    .NewslettersSignup-arrow.isOpen i {
      transform: rotate(0deg); }
  .NewslettersSignup-subEmail {
    margin-top: 20px; }
  .NewslettersSignup-subBtn {
    margin-top: 20px; }
  .NewslettersSignup-subPassword {
    margin-top: 20px; }
  .NewslettersSignup-signupMsg {
    margin-top: 20px;
    color: #707070;
    font-size: 12px;
    font-family: 'DINNextLTPro-Regular', Helvetica, Arial, sans-serif; }
    .NewslettersSignup-signupMsg a {
      color: #8153a8; }
  .NewslettersSignup-error {
    margin-top: 20px;
    font-family: 'DINNextLTPro-Regular', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .NewslettersSignup-error p {
      margin-bottom: 30px;
      font-size: 16px;
      width: 1000%; }

.NewslettersBenefits {
  list-style: none;
  padding: 0;
  margin: 0; }
  .NewslettersBenefits li {
    list-style: none;
    display: flex;
    color: #101016;
    font-size: 16px;
    font-family: 'DINNextLTPro-Regular', Helvetica, Arial, sans-serif;
    margin-bottom: 0; }
    .NewslettersBenefits li div:first-child {
      padding-top: 3px; }
    .NewslettersBenefits li div:last-child {
      padding-left: 10px;
      padding-top: 3px; }

.page-error {
  display: block;
  font-size: 18px;
  text-align: center; }

.NewslettersPreviewPage {
  background-color: #e2e2e2;
  padding: 63px 0 0 0; }
  .NewslettersPreviewPage-breadcrumb {
    color: #4f5562;
    font-size: 12px;
    font-family: 'DINNextLTPro-Regular', Helvetica, Arial, sans-serif; }
    .NewslettersPreviewPage-breadcrumb a:link, .NewslettersPreviewPage-breadcrumb a:visited {
      color: #4f5562;
      text-decoration: underline; }
  .NewslettersPreviewPage iframe {
    width: 90%;
    margin: 0 auto;
    height: 100vh;
    display: block; }
  .NewslettersPreviewPage h3 {
    font-family: 'DINNextLTPro-MediumCond', Helvetica, Arial, sans-serif;
    font-size: 25px;
    color: #22222b; }
  .NewslettersPreviewPage-items {
    display: block; }
    .NewslettersPreviewPage-items > div:first-child {
      text-align: center; }
    .NewslettersPreviewPage-items > div:last-child {
      width: 95%;
      margin: 0 auto; }

@media screen and (min-width: 800px) {
  .NewslettersPreviewPage h3 {
    font-size: 33px; }
  .NewslettersPreviewPage-items {
    display: block; }
    .NewslettersPreviewPage-items > div:first-child {
      text-align: center; }
    .NewslettersPreviewPage-items > div:last-child {
      width: 800px;
      margin: 0 auto; } }

@media screen and (min-width: 1280px) {
  .NewslettersPreviewPage-breadcrumb {
    margin-bottom: 80px;
    font-size: 14px; }
  .NewslettersPreviewPage-items {
    display: flex; }
    .NewslettersPreviewPage-items > div:first-child {
      text-align: center;
      flex-grow: 1; }
    .NewslettersPreviewPage-items > div:last-child {
      flex-grow: 1; } }

.page-error {
  display: block;
  font-size: 18px;
  text-align: center; }

.NewslettersWelcomePage {
  background-color: #016059;
  height: calc(100vh - 50px);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }
  .NewslettersWelcomePage-message {
    width: 90%; }
    .NewslettersWelcomePage-message h2 {
      color: #fff;
      font-family: 'DINNextLTPro-MediumCond', Helvetica, Arial, sans-serif;
      font-size: 40px; }
    .NewslettersWelcomePage-message p {
      color: #fff;
      font-size: 14px;
      font-family: 'DINNextLTPro-Regular', Helvetica, Arial, sans-serif;
      width: 90%;
      margin: 0 auto;
      margin-bottom: 46px; }

@media screen and (min-width: 768px) {
  .NewslettersWelcomePage-message {
    width: 80%; }
    .NewslettersWelcomePage-message h2 {
      font-size: 50px; }
    .NewslettersWelcomePage-message p {
      width: 80%;
      font-size: 16px; } }

@media screen and (min-width: 1024px) {
  .NewslettersWelcomePage-message {
    width: 70%; }
    .NewslettersWelcomePage-message h2 {
      font-size: 60px; }
    .NewslettersWelcomePage-message p {
      width: 70%; } }

@media screen and (min-width: 1280px) {
  .NewslettersWelcomePage-message {
    width: 50%; }
    .NewslettersWelcomePage-message h2 {
      font-size: 60px; }
    .NewslettersWelcomePage-message p {
      width: 70%; } }

.page-error {
  display: block;
  font-size: 18px;
  text-align: center; }

.TVShowAbout {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 12px; }
  .TVShowAbout-description {
    margin-top: 15px; }
    .TVShowAbout-description a:link, .TVShowAbout-description a:focus, .TVShowAbout-description a:visited {
      color: #22222b; }
  .TVShowAbout h2 {
    font-family: 'DINNextLTPro-MediumCond', Helvetica, Arial, sans-serif;
    font-size: 26px;
    color: #22222B; }
  .TVShowAbout p {
    font-family: 'DIN Next W01 Regular', 'Franklin Gothic Book', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #22222B; }
  .TVShowAbout ul li {
    font-family: 'DIN Next W01 Regular', 'Franklin Gothic Book', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    list-style: none; }
  .TVShowAbout button {
    font-family: 'DINNextLTPro-MediumCond', Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #22222B;
    text-transform: uppercase;
    background-color: #1CE783;
    width: 100%;
    text-align: center; }
  .TVShowAbout-adBox {
    width: 100%;
    margin-bottom: 12px;
    align-items: center;
    display: flex;
    flex-direction: column; }
  .TVShowAbout-aboutInfo {
    width: 100%;
    display: flex;
    flex-direction: column; }
  .TVShowAbout-cast {
    margin-top: 40px; }
    .TVShowAbout-cast-members {
      display: flex;
      flex-wrap: wrap; }
    .TVShowAbout-cast-member {
      margin-top: 20px;
      width: 110px;
      font-size: 12px;
      display: flex;
      flex-direction: column;
      align-items: center; }
    .TVShowAbout-cast-profilePic {
      width: 88px;
      height: 88px;
      border-radius: 50%;
      margin-bottom: 10px;
      background-size: cover; }
    .TVShowAbout-cast-noProfilePic {
      width: 88px;
      height: 88px;
      border-radius: 50%;
      background-color: #ffffff;
      margin-bottom: 10px;
      background-size: cover; }
  .TVShowAbout-credits {
    margin-top: 40px; }
    .TVShowAbout-credits-members {
      display: flex;
      flex-wrap: wrap; }
      .TVShowAbout-credits-members > * {
        width: 100%;
        font-size: 14px; }
  .TVShowAbout .SasAdvert {
    position: sticky;
    top: 70px;
    display: flex;
    align-items: center; }
    .TVShowAbout .SasAdvert img {
      width: auto;
      height: auto; }

@media screen and (min-width: 480px) {
  .TVShowAbout {
    margin: 80px 0;
    flex-direction: row;
    padding: 0 60px; }
    .TVShowAbout-description {
      margin-top: 0; }
    .TVShowAbout-adBox, .TVShowAbout-aboutInfo {
      width: 50%; }
    .TVShowAbout-adBox {
      padding-right: 30px; }
    .TVShowAbout-aboutInfo {
      padding-left: 30px; }
    .TVShowAbout button {
      width: auto; }
    .TVShowAbout-cast-member {
      max-height: 160px; }
    .TVShowAbout-credits-members > * {
      width: 50%; } }

/*
Write very bare minimum css of the specific page here. Do not over do things here
Probably you mostly want to do it in the blocks and not here.

Review change done here with peers.
*/

.page-error {
  display: block;
  font-size: 18px;
  text-align: center; }

.TVShow {
  max-height: 700px;
  overflow: hidden;
  position: relative; }
  .TVShow picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 10%; }
  .TVShow-videoWrapper {
    min-height: 500px;
    background-color: #000; }
  .TVShow-inner {
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 20px;
    background: linear-gradient(to top, #000000 0%, transparent 100%); }
  .TVShow h2 {
    font-family: 'DINNextLTPro-MediumCond', Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 1;
    margin: 0 0 15px;
    color: #fff; }
    .TVShow h2 img {
      max-width: 75%; }
  .TVShow p {
    font-family: 'DINNextLTPro-Regular', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    margin: 0 0 25px; }
    .TVShow p a {
      color: #fff;
      text-decoration: underline; }
  .TVShow a:focus, .TVShow a:visited, .TVShow a:focus {
    color: #fff; }
  .TVShow-button {
    font-family: 'DINNextLTPro-MediumCond', Helvetica, Arial, sans-serif;
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #fff !important;
    background-color: #01A1CB;
    padding: 12px 55px; }
  .TVShow-watch {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start; }
    .TVShow-watch + p, .TVShow-watch + p + p {
      display: none; }
  .TVShow p.TVShow-cast {
    display: none; }
  .TVShow-partner {
    display: flex;
    align-items: center;
    font-family: 'DINNextLTPro-MediumCond', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0.018em;
    margin-bottom: 25px; }
    .TVShow-partner > span {
      margin-right: 18px; }
  .TVShow-detail-button {
    font-family: 'DINNextLTPro-MediumCond', Helvetica, Arial, sans-serif;
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.02em;
    padding: 12px 24px 8px 24px;
    color: #22222b;
    background-color: #01A1CB;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .TVShow-detail-watch a:link, .TVShow-detail-watch a:focus, .TVShow-detail-watch a:visited {
    color: #22222b; }
  .TVShow .StoryVideo {
    min-height: 500px;
    background-color: #000;
    margin: 0px; }
    .TVShow .StoryVideo .jwplayer {
      max-height: none;
      max-width: none; }
      .TVShow .StoryVideo .jwplayer::before {
        content: '';
        position: absolute;
        bottom: 0px;
        width: 100%;
        height: 60px;
        z-index: 1;
        background: linear-gradient(to top, #000000 0%, transparent 100%); }

@media screen and (min-width: 768px) {
  .TVShow {
    max-height: 750px; }
    .TVShow-inner {
      padding: 5vw 6.5vw; }
    .TVShow h2 {
      font-size: 45px; }
    .TVShow p, .TVShow h2 img {
      max-width: 450px; }
    .TVShow-button {
      padding: 15px 30px; }
    .TVShow-detail-button {
      margin-bottom: 0; }
    .TVShow-watch {
      display: block; }
      .TVShow-watch + p {
        display: block; }
    .TVShow-partner {
      display: inline-flex;
      margin-left: 28px;
      margin: 0px 0px 0px 28px; }
    .TVShow p.TVShow-cast,
    .TVShow p.TVShow-genre {
      display: block;
      margin: 25px 0px 0px; }
      .TVShow p.TVShow-cast + p,
      .TVShow p.TVShow-genre + p {
        margin-top: 0px; } }

.page-error {
  display: block;
  font-size: 18px;
  text-align: center; }

.StoryVideo {
  margin-right: -5.45%;
  margin-left: -5.45%;
  position: relative; }
  .StoryVideo-wrapper {
    background: #000; }
  .StoryVideo .iframe {
    position: relative;
    padding-bottom: 56.25%; }
    .StoryVideo .iframe iframe {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      margin: 0 auto; }

@media screen and (min-width: 480px) {
  .StoryVideo {
    margin: 0px -6%; } }

@media screen and (min-width: 768px) {
  .StoryVideo {
    margin-right: -5.6%;
    margin-left: -5.6%; } }

@media screen and (min-width: 1024px) {
  .StoryVideo {
    margin-top: 0; } }

@media screen and (min-width: 1280px) {
  .StoryVideo {
    background: #000;
    width: 100%;
    max-width: 2000px;
    margin: -52px auto 0;
    -webkit-box-shadow: 0 -1000px 0 1000px #000;
    box-shadow: 0 -1000px 0 1000px #000; }
    .StoryVideo .jwplayer {
      max-height: 100vh;
      max-width: calc(100vh * 1.777777778);
      margin: 0 auto; }
    .StoryVideo-wrapper {
      max-width: 2000px;
      margin: 0 auto; } }

@media screen and (min-width: 1600px) {
  .StoryVideo-wrapper {
    margin-left: auto;
    margin-right: auto; } }

.page-error {
  display: block;
  font-size: 18px;
  text-align: center; }

.ShowEpisodes {
  background: linear-gradient(to right, #22222B, #0C0C10);
  padding: 30px 20px; }
  .ShowEpisodes h3 {
    position: relative;
    z-index: 1;
    font-family: 'DINNextLTPro-MediumCond', Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #fff;
    margin: 0 0 15px; }
  .ShowEpisodes p {
    display: none;
    position: relative;
    z-index: 1;
    font-family: 'DINNextLTPro-Regular', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #4F5562;
    margin: 0 0 20px; }
  .ShowEpisodes-seasons {
    margin: 0;
    padding: 0; }
    .ShowEpisodes-seasons li {
      list-style: none;
      display: inline-block;
      font-family: 'DINNextLTPro-Regular', Helvetica, Arial, sans-serif;
      font-size: 14px;
      line-height: 1;
      letter-spacing: -0.02em;
      color: #fff;
      margin: 0;
      padding: 0 15px 10px 0; }
  .ShowEpisodes-episodes {
    position: relative; }

@media screen and (min-width: 768px) {
  .ShowEpisodes {
    overflow-x: hidden;
    padding: 5vw 6.5vw 5vw 6.5vw; }
    .ShowEpisodes p {
      display: block;
      max-width: 600px; } }

.page-error {
  display: block;
  font-size: 18px;
  text-align: center; }

.ShowEpisode {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 6px);
  margin-right: 10px; }
  .ShowEpisode:nth-child(even) {
    margin-right: 0; }
    .ShowEpisode:nth-child(even) .Episode-details {
      margin-left: calc(-100% - 10px); }
  .ShowEpisode-head {
    position: relative;
    z-index: 1;
    cursor: pointer; }
  .ShowEpisode-imageWrapper {
    position: relative;
    overflow: hidden; }
    .ShowEpisode-imageWrapper::before {
      content: "";
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      background: rgba(0, 45, 90, 0.4);
      z-index: 1;
      transition: all .3s ease-in-out;
      position: absolute;
      will-change: opacity;
      opacity: 0;
      width: 100%;
      height: 100%;
      pointer-events: none; }
    .ShowEpisode-imageWrapper:hover::before {
      opacity: 1; }
    .ShowEpisode-imageWrapper:hover img {
      transform: scale(1.1); }
  .ShowEpisode img {
    display: block;
    border: 2px solid transparent;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
    transition: all .3s ease-in-out;
    backface-visibility: hidden;
    will-change: transform; }
  .ShowEpisode h4 {
    font-family: 'DINNextLTPro-Regular', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    text-transform: none;
    color: rgba(216, 216, 219, 0.8);
    margin: 8px 0px 15px; }
  .ShowEpisode.true {
    position: relative; }
    .ShowEpisode.true .ShowEpisode-head::before {
      content: '';
      border: solid #fff;
      border-width: 0px 1px 1px 0;
      padding: 4px;
      position: absolute;
      right: 12px;
      top: 10px;
      transform: rotate(-135deg); }
    .ShowEpisode.true h4 {
      color: #D8D8DB; }
    .ShowEpisode.true img {
      border-color: #fff; }
  .ShowEpisode-detail {
    position: relative;
    z-index: 0; }
    .ShowEpisode-detail-enter {
      opacity: 0;
      transform: translateY(-100%); }
    .ShowEpisode-detail-enter-active {
      opacity: 0.05;
      transform: translateY(-80%); }
    .ShowEpisode-detail-enter-done {
      opacity: 1;
      transform: translateY(0%); }
    .ShowEpisode-detail-exit {
      opacity: 1;
      transform: translateY(0%); }
    .ShowEpisode-detail-exit-active {
      opacity: 0;
      transform: translateY(-100%);
      transition: opacity 300ms, transform 250ms; }

@media screen and (min-width: 768px) {
  .ShowEpisode {
    width: calc(33.33% - 9px); }
    .ShowEpisode:nth-child(even) {
      margin-right: 10px; }
    .ShowEpisode:nth-child(3n+2) .Episode-details {
      margin-left: calc(-100% - 10px); }
    .ShowEpisode:nth-child(3n+3) .Episode-details {
      margin-left: calc(-200% - 20px); }
    .ShowEpisode:nth-child(3n+4) .Episode-details {
      margin-left: 0; }
    .ShowEpisode:nth-child(3n) {
      margin-right: 0px; }
    .ShowEpisode h4 {
      font-size: 14px;
      line-height: 16px; } }

@media screen and (min-width: 1024px) {
  .ShowEpisode {
    width: calc(25% - 8px); }
    .ShowEpisode:nth-child(3n) {
      margin-right: 10px; }
    .ShowEpisode:nth-child(3n+2) .Episode-details, .ShowEpisode:nth-child(3n+3) .Episode-details {
      margin-left: 0px; }
    .ShowEpisode:nth-child(4n+2) .Episode-details {
      margin-left: calc(-100% - 10px); }
    .ShowEpisode:nth-child(4n+3) .Episode-details {
      margin-left: calc(-200% - 20px); }
    .ShowEpisode:nth-child(4n+4) .Episode-details {
      margin-left: calc(-300% - 30px); }
    .ShowEpisode:nth-child(4n+5) .Episode-details {
      margin-left: 0; }
    .ShowEpisode:nth-child(4n) {
      margin-right: 0px; }
    .ShowEpisode.true .ShowEpisode-head::before {
      top: 12px;
      right: 15px; } }

@media screen and (min-width: 1280px) {
  .ShowEpisode {
    width: calc(20% - 8px); }
    .ShowEpisode:nth-child(4n) {
      margin-right: 10px; }
    .ShowEpisode:nth-child(5n) {
      margin-right: 0px; }
    .ShowEpisode:nth-child(4n+2) .Episode-details, .ShowEpisode:nth-child(4n+2) .Episode-details, .ShowEpisode:nth-child(4n+3) .Episode-details, .ShowEpisode:nth-child(4n+4) .Episode-details {
      margin-left: 0px; }
    .ShowEpisode:nth-child(5n+2) .Episode-details {
      margin-left: calc(-100% - 10px); }
    .ShowEpisode:nth-child(5n+3) .Episode-details {
      margin-left: calc(-200% - 20px); }
    .ShowEpisode:nth-child(5n+4) .Episode-details {
      margin-left: calc(-300% - 30px); }
    .ShowEpisode:nth-child(5n+5) .Episode-details {
      margin-left: calc(-400% - 40px); }
    .ShowEpisode:nth-child(5n + 6) .Episode-details {
      margin-left: 0; } }

.page-error {
  display: block;
  font-size: 18px;
  text-align: center; }

.Episode-details {
  padding: 0 0 20px;
  width: calc(100vw - 40px); }
  .Episode-details h5 {
    font-family: 'DINNextLTPro-Regular', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 20px;
    text-transform: none;
    color: #fff;
    margin: 0 0 10px; }
  .Episode-details p {
    display: block;
    font-family: 'DINNextLTPro-Regular', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    margin: 0 0 15px; }

.Episode-innerDetails {
  display: flex;
  flex-direction: column-reverse; }

.Episode-copy {
  margin-top: 20px; }

.Episode-casts {
  font-family: 'DINNextLTPro-Regular', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #8D8D8D;
  margin: 0 0 15px; }

.Episode a:focus, .Episode a:visited, .Episode a:focus {
  color: #000; }

.Episode-buttons {
  margin-bottom: 20px; }

.Episode-button {
  font-family: 'DINNextLTPro-MediumCond', Helvetica, Arial, sans-serif;
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: #000 !important;
  background-color: #01A1CB;
  border: 2px solid #01A1CB;
  padding: 9px 25px 7px;
  margin-right: 15px; }
  .Episode-button-story {
    margin-top: 15px;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff !important;
    box-sizing: content-box; }

.Episode-video .StoryVideo {
  background: transparent;
  box-shadow: none;
  margin: 0; }

@media screen and (min-width: 768px) {
  .Episode-details {
    padding: 40px 0px;
    padding-right: 6.5vw; }
    .Episode-details h5 {
      font-size: 20px;
      line-height: 25px; }
    .Episode-details p {
      font-size: 14px;
      line-height: 18px; }
  .Episode-casts {
    font-size: 14px;
    line-height: 18px; }
  .Episode-video {
    display: inline-block;
    vertical-align: top;
    width: 500px; }
  .Episode-detail {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 500px);
    padding-right: 20px; } }

@media screen and (min-width: 1024px) {
  .Episode-details h5, .Episode-details p, .Episode-details .ShowEpisode-casts {
    max-width: 500px; }
  .Episode-innerDetails {
    width: 87vw;
    flex-direction: row; }
  .Episode-copy {
    display: inline-block;
    width: calc(100% - 500px);
    padding-right: 20px;
    margin-top: 0; }
  .Episode-video {
    width: 500px; }
    .Episode-video img {
      width: 100%; } }

@media screen and (min-width: 1280px) {
  .Episode-video {
    width: 650px; }
  .Episode-copy {
    width: calc(100% - 650px); } }

.page-error {
  display: block;
  font-size: 18px;
  text-align: center; }

.TVAbout {
  padding: 60px 20px;
  background-color: #000000; }
  .TVAbout h3 {
    font-family: 'DINNextLTPro-MediumCond', Helvetica, Arial, sans-serif;
    font-size: 29px;
    line-height: 1;
    text-transform: uppercase;
    color: #01A1CB;
    margin: 0 0 25px; }
  .TVAbout p {
    font-family: 'DINNextLTPro-Regular', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    margin: 0 0 20px; }
  .TVAbout p:last-child {
    margin-bottom: 0; }

@media screen and (min-width: 768px) {
  .TVAbout {
    padding: 5vw 6.5vw; }
    .TVAbout p, .TVAbout h2 img {
      max-width: 450px; } }

.page-error {
  display: block;
  font-size: 18px;
  text-align: center; }

.Login {
  background-color: #282834;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  min-height: 100vh; }
  .Login-ring {
    min-height: 60vh;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
  .Login-box {
    width: 90%;
    position: relative;
    margin: 0 auto; }
  .Login-boxInner {
    background-color: #fff;
    border-top-right-radius: 14px;
    border-bottom-left-radius: 14px;
    padding: 23px; }
    .Login-boxInner h3 {
      color: #101016;
      font-size: 30px;
      font-family: 'DINNextLTPro-MediumCond', Helvetica, Arial, sans-serif; }
    .Login-boxInner form {
      display: block;
      padding: 10px 20px 20px 20px; }
  .Login-man {
    background-color: #7657af;
    border-radius: 50%;
    padding: 12px 14px 8px 14px;
    position: absolute;
    top: -20px;
    left: -20px;
    border: 5px solid #282834; }
  .Login-subPassword, .Login-subBtn {
    margin-top: 20px; }
  .Login-subBtn {
    display: flex; }
    .Login-subBtn a {
      margin-top: 7px;
      margin-left: 24px;
      color: #696969;
      font-family: 'DINNextLTPro-Regular', Helvetica, Arial, sans-serif;
      font-size: 12px; }
  .Login-actionError {
    margin-top: 20px;
    color: #d00;
    font-family: 'DINNextLTPro-Regular', Helvetica, Arial, sans-serif; }
  .Login-createAccount {
    color: #fff;
    margin-top: 20px; }
    .Login-createAccount span {
      font-size: 18px;
      font-family: 'DINNextLTPro-MediumCond', Helvetica, Arial, sans-serif;
      margin-right: 15px;
      margin-bottom: 8px; }
    .Login-createAccount > *:first-child {
      display: block; }
  .Login-logo {
    background-color: #282834;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    font-size: 12px;
    font-family: 'DINNextLTPro-MediumCond', Helvetica, Arial, sans-serif;
    color: #fff;
    display: flex;
    justify-content: center; }
    .Login-logo > div {
      margin-top: 10px;
      margin-left: 12px; }

@media screen and (min-width: 480px) {
  .Login {
    min-height: 100vh; }
    .Login-ring {
      min-height: calc(100vh - 50px);
      border: 1px solid #8153a8;
      margin: 25px;
      margin-top: 0;
      flex-direction: row; }
    .Login-box {
      width: 400px;
      margin: 0; }
    .Login-boxInner {
      padding: 24px;
      padding-top: 38px; }
      .Login-boxInner h3 {
        color: #101016;
        font-size: 30px;
        font-family: 'DINNextLTPro-MediumCond', Helvetica, Arial, sans-serif; }
      .Login-boxInner form {
        display: block;
        padding: 10px 20px 20px 20px; }
    .Login-man {
      background-color: #7657af;
      border-radius: 50%;
      padding: 12px 14px 8px 14px;
      position: absolute;
      top: -20px;
      left: -20px; }
    .Login-subPassword, .Login-subBtn {
      margin-top: 20px; }
    .Login-subBtn {
      display: flex; }
      .Login-subBtn a {
        margin-top: 7px;
        margin-left: 24px;
        color: #696969;
        font-family: 'DINNextLTPro-Regular', Helvetica, Arial, sans-serif;
        font-size: 12px; }
    .Login-createAccount {
      text-align: center; }
      .Login-createAccount > *:first-child {
        display: inline; }
    .Login-logo {
      padding: 0 20px;
      position: relative;
      top: 16px;
      left: 40px;
      width: 225px; } }

