@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; }

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

.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; }

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

.NewslettersPreviewPage {
  background-color: #e2e2e2;
  padding: 60px 0 0 0; }
  .NewslettersPreviewPage .Button {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 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 p {
    font-family: 'DINNextLTPro-Regular', Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #4F5562;
    max-width: 400px;
    margin: 10px auto 20px; }
  .NewslettersPreviewPage-items {
    display: block; }
    .NewslettersPreviewPage-items > div:first-child {
      text-align: center; }
    .NewslettersPreviewPage-items > div:last-child {
      width: 95%;
      margin: 0 auto; }
  .NewslettersPreviewPage-header {
    padding: 0px 20px; }

#sl-player {
  z-index: 100 !important; }

@media screen and (min-width: 768px) {
  .NewslettersPreviewPage .Button {
    position: relative; } }

@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 {
    padding-top: 30px; }
    .NewslettersPreviewPage p {
      margin-left: 0; }
    .NewslettersPreviewPage-left {
      margin-left: 25%;
      position: sticky;
      top: 70px; }
    .NewslettersPreviewPage-breadcrumb {
      margin-bottom: 80px;
      font-size: 14px; }
    .NewslettersPreviewPage-items {
      display: flex; }
      .NewslettersPreviewPage-items > div:first-child {
        text-align: left;
        flex-grow: 1; }
      .NewslettersPreviewPage-items > div:last-child {
        flex-grow: 1; }
    .NewslettersPreviewPage #sl-player-wrapper {
      margin-left: 20px;
      margin-right: 20px; } }

/*
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; }

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

.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%; } }

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

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

.StoryRelatedStories {
  padding: 30px 20px; }
  .StoryRelatedStories h3 {
    position: relative;
    color: #22222B;
    font-family: 'DINNextLTPro-MediumCond', Helvetica, Arial, sans-serif;
    font-size: 30px;
    margin-bottom: 13px;
    border-top: none;
    padding-top: 0;
    text-align: center; }
    .StoryRelatedStories h3::before {
      content: "";
      position: absolute;
      width: 100%;
      top: 50%;
      height: 1px;
      background: #000;
      left: 0; }
  .StoryRelatedStories-stories {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-wrap: wrap; }
  .StoryRelatedStories-title {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    background: #fff; }

@media screen and (min-width: 768px) {
  .StoryRelatedStories {
    padding: 0 6.5vw 5vw 6.5vw; }
    .StoryRelatedStories-stories {
      flex-direction: row; } }

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

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

.NewslettersOtherEmails {
  position: fixed;
  top: 85px;
  left: 0px;
  right: 0px;
  overflow-x: scroll; }
  .NewslettersOtherEmails-controls {
    background-color: #e2e2e2;
    padding: 20px 0px 15px;
    font-family: 'DINNextLTPro-Regular', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.43); }
    .NewslettersOtherEmails-controls span {
      display: inline-block;
      position: relative; }
      .NewslettersOtherEmails-controls span::before {
        content: '';
        position: absolute;
        left: -10px;
        top: 7px;
        border: 1px solid rgba(0, 0, 0, 0.43);
        padding: 2px;
        border-width: 2px 2px 0 0; }
      .NewslettersOtherEmails-controls span:first-child::before {
        transform: rotate(220deg); }
      .NewslettersOtherEmails-controls span:last-child::before {
        left: auto;
        right: -10px;
        transform: rotate(45deg); }
      .NewslettersOtherEmails-controls span.active {
        cursor: pointer;
        color: #00afff; }
        .NewslettersOtherEmails-controls span.active::before {
          border-color: #00afff; }
  .NewslettersOtherEmails-currentDate {
    display: inline-block;
    min-width: 200px;
    text-align: center;
    color: rgba(0, 0, 0, 0.43);
    padding: 0px 5px; }
    .NewslettersOtherEmails-currentDate::before {
      display: none; }
  .NewslettersOtherEmails-list {
    background-color: #e2e2e2;
    list-style: none;
    padding: 20px 0 10px;
    margin: 0;
    white-space: nowrap;
    overflow-x: scroll; }
  .NewslettersOtherEmails li {
    position: relative;
    display: inline;
    cursor: pointer;
    list-style: none;
    font-family: 'DINNextLTPro-Regular', Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.43);
    margin: 0px 10px 20px;
    padding: 0 0 10px; }
    .NewslettersOtherEmails li a {
      color: rgba(0, 0, 0, 0.43); }
    .NewslettersOtherEmails li.active {
      color: #00afff; }
      .NewslettersOtherEmails li.active::before {
        content: '';
        position: absolute;
        top: auto;
        bottom: 10px;
        border-bottom: 1px solid #00afff;
        width: 100%; }

@media screen and (min-width: 768px) {
  .NewslettersOtherEmails {
    position: relative;
    top: auto;
    right: auto;
    top: auto; } }

@media screen and (min-width: 1280px) {
  .NewslettersOtherEmails {
    overflow: visible; }
    .NewslettersOtherEmails-list {
      overflow: visible;
      white-space: normal; }
    .NewslettersOtherEmails li {
      display: block;
      font-size: 15px;
      margin-left: 0px;
      text-decoration: none; }
      .NewslettersOtherEmails li.active {
        position: relative; }
        .NewslettersOtherEmails li.active::before, .NewslettersOtherEmails li.active::after {
          display: block;
          content: '';
          position: absolute;
          left: -25px;
          top: 4px;
          bottom: auto;
          border: solid #00afff;
          border-width: 0 2px 2px 0;
          transform: rotate(-45deg);
          padding: 4px;
          width: auto; }
        .NewslettersOtherEmails li.active::after {
          border-width: 0 0 2px 0px;
          transform: none;
          top: 8px;
          padding: 0px 25px 0 0;
          left: -41px; } }

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

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

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

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

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

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

@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; } }

.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; }

.c21 .apply-bgcolor {
  background-color: #56b3ab; }

.c21 .apply-color, .c21 .inherit-fc {
  color: #56b3ab; }

.c21 .StoryContent blockquote {
  background-color: #56b3ab; }

.c21 a {
  color: #56b3ab; }

.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; }

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

.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; }

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

.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; }

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

.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; }

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

.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; }

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

.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; }

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

.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: 20px;
    color: #4f5562; }
  .NewslettersItem-seeLatest {
    position: relative;
    display: inline-block;
    bottom: 12px;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: 'DINCondensed-Bold', Helvetica, Arial, sans-serif;
    color: #03968b; }
    .NewslettersItem-seeLatest:link, .NewslettersItem-seeLatest:visited {
      color: #03968b; }
    .NewslettersItem-seeLatest::before {
      content: '';
      position: absolute;
      right: -12px;
      top: 6px;
      left: auto;
      border: 2px solid #03968b;
      border-width: 2px 2px 0 0;
      padding: 3px;
      transform: rotate(45deg); }
  .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 12px;
      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; }

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

.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; }

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

.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; }

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

.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; }

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

.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; }

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

.RelatedPostContent {
  padding: 30px 20px;
  background-color: #000000;
  overflow: hidden; }
  .RelatedPostContent h4 {
    font-family: 'DINNextLTPro-MediumCond', Helvetica, Arial, sans-serif;
    font-size: 30px;
    text-transform: capitalize;
    color: #ffffff;
    line-height: 1em;
    margin-bottom: 30px; }
  .RelatedPostContent-content {
    display: flex;
    width: 100%;
    overflow-x: scroll;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
    -webkit-appearance: none;
    /* Chrome and Safari */ }
    .RelatedPostContent-content:after {
      content: " ";
      display: block;
      padding-right: 35px; }
  .RelatedPostContent-seeMore {
    display: none;
    font-family: 'DINNextLTPro-Regular', Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    width: 100%;
    text-align: center;
    margin: 45px auto; }
    .RelatedPostContent-seeMore a {
      color: #ffffff; }

@media screen and (min-width: 768px) {
  .RelatedPostContent {
    padding: 5vw 6.5vw 5vw 6.5vw; }
    .RelatedPostContent-content {
      padding: 0 65px; }
    .RelatedPostContent-seeMore {
      display: none; } }

@media screen and (min-width: 1024px) {
  .RelatedPostContent-content {
    overflow-x: hidden; } }

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

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

.RelatedContentTile {
  position: relative;
  min-height: 170px;
  min-width: 125px; }
  .RelatedContentTile-contentThumbnail {
    width: 100%;
    padding-right: 2px; }
  .RelatedContentTile-contentLogoContainer {
    position: absolute;
    bottom: 30px;
    left: 0;
    padding: 0 18px;
    width: 100%; }
  .RelatedContentTile.RelatedPodcast {
    max-height: 235px; }

@media screen and (min-width: 768px) {
  .RelatedContentTile {
    max-height: 350px;
    max-width: 235px; }
    .RelatedContentTile.RelatedPodcast {
      max-height: 235px; } }

/*
  max-height: 350px;
  max-width: 235px;
  170
*/

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

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

.SignupBlock {
  background: #03968B;
  padding: 40px 4.6875% 45px; }
  .SignupBlock h4 {
    font-family: 'DINNextLTPro-MediumCond', Helvetica, Arial, sans-serif;
    text-transform: none;
    font-size: 29px;
    line-height: 1;
    color: #fff;
    margin-bottom: 20px; }
  .SignupBlock-content {
    position: relative; }
  .SignupBlock-button {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0; }

@media screen and (min-width: 768px) {
  .SignupBlock {
    text-align: center;
    padding: 95px 2%; }
    .SignupBlock-inner {
      max-width: 615px;
      margin: auto; } }

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

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

.RelatedStories {
  padding: 30px 20px; }
  .RelatedStories h3 {
    color: #22222B;
    font-family: 'DINNextLTPro-MediumCond', Helvetica, Arial, sans-serif;
    font-size: 30px;
    margin-bottom: 13px;
    border-top: none;
    padding-top: 0; }
  .RelatedStories-stories {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-wrap: wrap; }

@media screen and (min-width: 768px) {
  .RelatedStories {
    padding: 5vw 6.5vw 5vw 6.5vw; }
    .RelatedStories-stories {
      flex-direction: row; } }

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

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

.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; } }

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

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

.Podcast {
  position: relative;
  display: flex;
  background-color: #22222B;
  padding-bottom: 18px; }
  .Podcast ul li {
    list-style: none; }
  .Podcast a:not(.apply-color), .Podcast a:not(.apply-color):visited, .Podcast a:not(.apply-color):focus, .Podcast a:not(.apply-color):hover {
    color: inherit; }
  .Podcast-featuredImg, .Podcast-externalPodcast {
    width: 100%;
    padding: 32px;
    position: relative; }
    .Podcast-featuredImg img, .Podcast-externalPodcast img {
      height: 100%;
      display: block;
      object-fit: cover;
      object-position: center top;
      width: 100%; }
  .Podcast-externalPodcast {
    padding-bottom: 0; }
  .Podcast-categoryTablet {
    font-family: 'DINNextLTPro-Regular', Helvetica, Arial, sans-serif;
    font-size: 10px;
    color: #ffffff;
    padding: 12px 0;
    font-weight: 900;
    text-transform: uppercase; }
  .Podcast-details {
    display: none;
    flex-direction: column;
    padding: 60px;
    border-bottom: 1px solid #EAEAEA;
    flex-grow: 1;
    background-color: #F8F8F8; }
  .Podcast-meta {
    display: flex;
    flex-direction: row; }
  .Podcast-headingSection {
    margin: 0;
    margin-left: 22px;
    display: flex; }
  .Podcast-title {
    font-family: 'DINNextLTPro-MediumCond', Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 1em;
    color: #4F5562;
    margin: 0 15px 0 0;
    display: inline-block; }
  .Podcast-excerpt {
    font-family: 'DINNextLTPro-Regular', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #4F5562;
    margin: 0 22px; }
  .Podcast-category {
    font-family: 'DINNextLTPro-MediumCond', Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #AC8DD1;
    text-transform: uppercase;
    display: inline-block;
    white-space: nowrap;
    line-height: 2.45em; }
  .Podcast-seasons {
    display: flex;
    padding: 0;
    margin-left: 22px;
    flex-grow: 1;
    justify-content: flex-end; }
  .Podcast-seasonsTablet {
    display: none; }
  .Podcast-excerptTablet {
    display: none; }
  .Podcast-season {
    font-family: 'DINNextLTPro-Regular', Helvetica, Arial, sans-serif;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    color: #22222B;
    opacity: 0.2;
    margin-right: 22px;
    white-space: nowrap; }
    .Podcast-season.active {
      opacity: 1; }
  .Podcast-episodes {
    display: flex; }
  .Podcast-episode {
    max-width: 200px;
    max-height: 200px;
    margin: 0 8px; }
    .Podcast-episode:first-child {
      margin-left: 0; }
    .Podcast-episode:last-child {
      margin-right: 0; }
    .Podcast-episode h5 {
      font-family: 'DINNextLTPro-Regular', Helvetica, Arial, sans-serif;
      font-size: 14px;
      line-height: 16px;
      margin: 10px 0 0 0; }

@media screen and (min-width: 768px) {
  .Podcast {
    background-color: transparent;
    padding-bottom: 0;
    border-left: 20px #D4D4D4 solid;
    border-top: 10px #D4D4D4 solid;
    border-bottom: 10px #D4D4D4 solid; }
    .Podcast-meta {
      flex-direction: column; }
    .Podcast-featuredImg {
      width: 365px;
      min-width: 365px;
      min-height: 365px;
      padding: 0; }
    .Podcast-externalPodcast {
      padding: 0; }
      .Podcast-externalPodcast img {
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: center top;
        width: 100%; }
    .Podcast-categoryTablet {
      display: none; }
    .Podcast-details {
      display: flex;
      min-height: 300px;
      padding: 30px; }
    .Podcast-seasons {
      display: none; }
    .Podcast-seasonsTablet {
      display: flex;
      padding-top: 5px;
      padding-left: 0;
      margin-bottom: 0px;
      margin-left: 22px; }
      .Podcast-seasonsTablet > *:first-child {
        margin-left: 0; }
    .Podcast-excerpt {
      display: none; }
    .Podcast-excerptTablet {
      font-family: 'DINNextLTPro-Regular', Helvetica, Arial, sans-serif;
      font-size: 14px;
      line-height: 16px;
      color: #4F5562;
      margin: 0;
      display: flex;
      padding-top: 5px;
      padding-left: 0;
      margin-left: 22px; }
    .Podcast-episodes {
      margin-top: 0; } }

@media screen and (min-width: 1024px) {
  .Podcast-meta {
    flex-direction: row; }
  .Podcast-seasons {
    display: flex; }
  .Podcast-seasonsTablet {
    display: none; }
  .Podcast-excerptTablet {
    display: none; }
  .Podcast-excerpt {
    display: block; }
  .Podcast-episode {
    max-width: 200px;
    max-height: 200px;
    margin: 0 8px; } }

.Podcast-isLoading .Podcast-featuredImg {
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background-size: 800px 104px;
  position: relative;
  background: #F6F6F6;
  background: linear-gradient(to right, #ffffff 8%, #f0f0f0 18%, #ffffff 33%);
  animation-duration: 3.5s;
  height: 400px; }

.Podcast-isLoading .Podcast-categoryTablet {
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background-size: 800px 104px;
  position: relative;
  background: #F6F6F6;
  background: linear-gradient(to right, #ffffff 8%, #f0f0f0 18%, #ffffff 33%);
  animation-duration: 3.5s; }

.Podcast-isLoading .Podcast-title {
  width: 200px;
  height: 24px;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background-size: 800px 104px;
  position: relative;
  background: #F6F6F6;
  background: linear-gradient(to right, #ffffff 8%, #f0f0f0 18%, #ffffff 33%);
  animation-duration: 3.5s; }

.Podcast-isLoading .Podcast-excerpt {
  height: 16px;
  width: 400px;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background-size: 800px 104px;
  position: relative;
  background: #F6F6F6;
  background: linear-gradient(to right, #ffffff 8%, #f0f0f0 18%, #ffffff 33%);
  animation-duration: 3.5s; }

.Podcast-isLoading .Podcast-category {
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background-size: 800px 104px;
  position: relative;
  background: #F6F6F6;
  background: linear-gradient(to right, #ffffff 8%, #f0f0f0 18%, #ffffff 33%);
  animation-duration: 3.5s; }

.Podcast-isLoading .Podcast-seasons {
  width: 300px;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background-size: 800px 104px;
  position: relative;
  background: #F6F6F6;
  background: linear-gradient(to right, #ffffff 8%, #f0f0f0 18%, #ffffff 33%);
  animation-duration: 3.5s; }

.Podcast-isLoading .Podcast-seasonsTablet {
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background-size: 800px 104px;
  position: relative;
  background: #F6F6F6;
  background: linear-gradient(to right, #ffffff 8%, #f0f0f0 18%, #ffffff 33%);
  animation-duration: 3.5s; }

.Podcast-isLoading .Podcast-season {
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background-size: 800px 104px;
  position: relative;
  background: #F6F6F6;
  background: linear-gradient(to right, #ffffff 8%, #f0f0f0 18%, #ffffff 33%);
  animation-duration: 3.5s; }

.Podcast-isLoading .Podcast-episodes > * {
  width: 25%;
  height: 200px;
  margin-right: 12px;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background-size: 800px 104px;
  position: relative;
  background: #F6F6F6;
  background: linear-gradient(to right, #ffffff 8%, #f0f0f0 18%, #ffffff 33%);
  animation-duration: 3.5s; }

.Podcast-isLoading .Podcast-episode {
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background-size: 800px 104px;
  position: relative;
  background: #F6F6F6;
  background: linear-gradient(to right, #ffffff 8%, #f0f0f0 18%, #ffffff 33%);
  animation-duration: 3.5s; }

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

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

.PodcastListEpisode-episode {
  margin: 0 22px;
  position: relative; }
  .PodcastListEpisode-episode:first-child {
    margin-left: 0 22px; }
  .PodcastListEpisode-episode:last-child {
    margin-right: 0; }
  .PodcastListEpisode-episode h5 {
    font-family: 'DINNextLTPro-Regular', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    margin: 14px 0 0 0;
    text-transform: none;
    color: #22222B; }
  .PodcastListEpisode-episode a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0; }

.PodcastListEpisode-inner {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px 20px;
  background: linear-gradient(to top, #000000 0%, transparent 100%); }

.PodcastListEpisode p {
  font-family: 'DINNextLTPro-Regular', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  margin: 0 0 10px; }
  .PodcastListEpisode p a {
    color: #fff;
    text-decoration: underline; }

.PodcastListEpisode p.PodcastBanner-cast {
  display: none;
  text-transform: capitalize; }

.PodcastListEpisode-platforms {
  display: flex; }

.PodcastListEpisode-platform {
  display: inline-block;
  padding: 0 6px;
  margin-bottom: 0; }
  .PodcastListEpisode-platform:first-child {
    padding-left: 0; }
  .PodcastListEpisode-platform:last-child {
    padding-right: 0; }

@media screen and (min-width: 768px) {
  .PodcastListEpisode-episode {
    display: none; }
    .PodcastListEpisode-episode:nth-child(1), .PodcastListEpisode-episode:nth-child(2), .PodcastListEpisode-episode:nth-child(3) {
      display: block;
      width: 30%; }
    .PodcastListEpisode-episode:nth-child(3) {
      margin-right: 0; } }

@media screen and (min-width: 1024px) {
  .PodcastListEpisode-episode {
    display: block;
    width: 15%;
    max-width: 200px; }
    .PodcastListEpisode-episode:nth-child(1), .PodcastListEpisode-episode:nth-child(2), .PodcastListEpisode-episode:nth-child(3) {
      width: 15%; }
    .PodcastListEpisode-episode:nth-child(3) {
      margin-right: 22px; } }

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

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

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

@media screen and (min-width: 768px) {
  .PodcastAbout {
    margin: 80px 0 20px;
    padding: 0 6.5vw; }
    .PodcastAbout-inner {
      flex-direction: row-reverse; }
    .PodcastAbout-description {
      margin-top: 0; }
    .PodcastAbout-adBox, .PodcastAbout-aboutInfo {
      width: 50%; }
    .PodcastAbout-adBox {
      padding-right: 30px; }
    .PodcastAbout-aboutInfo {
      padding-right: 30px; }
    .PodcastAbout button {
      width: auto; }
    .PodcastAbout-cast, .PodcastAbout-host {
      margin-top: 40px; }
      .PodcastAbout-cast-member, .PodcastAbout-host-member {
        max-height: 160px; }
    .PodcastAbout-credits-members > * {
      width: 50%; } }

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

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

.PodcastBanner {
  position: relative;
  background-color: #22222B;
  padding-top: 30px; }
  .PodcastBanner picture {
    display: flex;
    margin: 0 32px 0 32px; }
  .PodcastBanner-bgImage {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 10%; }
  .PodcastBanner-MobileCta {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .PodcastBanner-categoryTablet {
    font-family: 'DINNextLTPro-Regular', Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #ffffff;
    padding: 12px 0;
    font-weight: 900;
    margin-left: 32px; }

@media screen and (min-width: 768px) {
  .PodcastBanner {
    padding-top: 0;
    border-bottom: 10px #D4D4D4 solid; }
    .PodcastBanner picture {
      margin: 0; }
    .PodcastBanner-detail {
      border: none; }
    .PodcastBanner-categoryTablet {
      display: none; } }

.PodcastBanner-isLoading {
  height: 400px;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background-size: 800px 104px;
  position: relative;
  background: #393945;
  background: linear-gradient(to right, #393945 8%, #4b4b52 18%, #393945 33%);
  animation-duration: 3.5s; }

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

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

.PodcastEpisodes {
  background: linear-gradient(to right, #22222B, #0C0C10);
  padding: 30px 20px;
  min-height: 200px; }
  .PodcastEpisodes 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; }
  .PodcastEpisodes-nav {
    padding: 0;
    margin: 0 0 10px;
    white-space: nowrap;
    overflow-x: scroll; }
    .PodcastEpisodes-nav li {
      display: inline-block;
      list-style: none;
      font-family: 'DINNextLTPro-Regular', Helvetica, Arial, sans-serif;
      font-size: 16px;
      line-height: 1;
      letter-spacing: -0.02em;
      color: #fff;
      padding: 0 28px 5px 0;
      margin-bottom: 0; }
      .PodcastEpisodes-nav li a {
        color: #fff; }
  .PodcastEpisodes p, .PodcastEpisodes-about {
    position: relative;
    z-index: 1;
    font-family: 'DINNextLTPro-Regular', Helvetica, Arial, sans-serif;
    font-size: 1px;
    line-height: 16px;
    color: #4F5562;
    margin: 0 0 20px; }
  .PodcastEpisodes p {
    margin: 12px 0px 20px; }
    .PodcastEpisodes p a {
      text-decoration: underline; }
  .PodcastEpisodes-inner {
    display: flex;
    justify-content: space-between; }
  .PodcastEpisodes-meta h2 {
    font-family: 'DINNextLTPro-MediumCond', Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 1;
    margin: 0 0 15px;
    color: #fff; }
  .PodcastEpisodes-platforms {
    display: flex;
    flex-wrap: wrap;
    min-width: 180px; }
  .PodcastEpisodes-platform {
    display: inline-block;
    padding: 0 5px;
    width: 167px;
    line-height: 0; }
  .PodcastEpisodes-seasons {
    margin: 0;
    padding: 0; }
    .PodcastEpisodes-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; }
  .PodcastEpisodes-episodes {
    position: relative; }
  .PodcastEpisodes-seasonsNav {
    display: flex;
    padding: 0; }
    .PodcastEpisodes-seasonsNav > * {
      list-style: none;
      margin: 0;
      padding-right: 20px;
      display: inline-block;
      list-style: none;
      font-family: 'DINNextLTPro-Regular', Helvetica, Arial, sans-serif;
      font-size: 14px;
      line-height: 1;
      letter-spacing: -0.02em;
      color: #ffffff; }
      .PodcastEpisodes-seasonsNav > * a, .PodcastEpisodes-seasonsNav > * a:visited, .PodcastEpisodes-seasonsNav > * a:focus, .PodcastEpisodes-seasonsNav > * a:link, .PodcastEpisodes-seasonsNav > * a:hover {
        color: #ffffff; }
  .PodcastEpisodes-seasonsNavActive {
    color: #AC8DD1; }
    .PodcastEpisodes-seasonsNavActive a, .PodcastEpisodes-seasonsNavActive a:visited, .PodcastEpisodes-seasonsNavActive a:focus, .PodcastEpisodes-seasonsNavActive a:link, .PodcastEpisodes-seasonsNavActive a:hover {
      color: #AC8DD1; }
  .PodcastEpisodes h2 {
    font-family: 'DINNextLTPro-MediumCond', Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 1;
    margin: 0 0 15px;
    color: #fff; }
    .PodcastEpisodes h2 img {
      max-width: 75%; }
  .PodcastEpisodes p {
    font-family: 'DINNextLTPro-Regular', Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    margin: 0 0 20px; }
    .PodcastEpisodes p a {
      color: #fff;
      text-decoration: underline; }
  .PodcastEpisodes-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; }
    .PodcastEpisodes-partner > span {
      margin-right: 18px; }

@media screen and (min-width: 768px) {
  .PodcastEpisodes {
    overflow-x: hidden;
    padding: 40px 6.5vw 40px 6.5vw; }
    .PodcastEpisodes-meta h2 {
      font-size: 40px; }
    .PodcastEpisodes-head {
      display: flex;
      align-items: center; }
    .PodcastEpisodes h3 {
      display: inline-block;
      margin-right: 45px; }
    .PodcastEpisodes-nav {
      display: inline-block;
      overflow-x: hidden; }
    .PodcastEpisodes p {
      display: block; }
    .PodcastEpisodes-platforms {
      min-width: 360px; } }

.PodcastEpisodes-isLoading h3 {
  height: 30px;
  width: 300px;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background-size: 800px 104px;
  position: relative;
  background: #393945;
  background: linear-gradient(to right, #393945 8%, #4b4b52 18%, #393945 33%);
  animation-duration: 3.5s; }

.PodcastEpisodes-isLoading .PodcastEpisodes-nav {
  height: 16px;
  width: 400px;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background-size: 800px 104px;
  position: relative;
  background: #393945;
  background: linear-gradient(to right, #393945 8%, #4b4b52 18%, #393945 33%);
  animation-duration: 3.5s; }

.PodcastEpisodes-isLoading .PodcastEpisodes-seasonsNav {
  height: 14px;
  width: 400px;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background-size: 800px 104px;
  position: relative;
  background: #393945;
  background: linear-gradient(to right, #393945 8%, #4b4b52 18%, #393945 33%);
  animation-duration: 3.5s; }

.PodcastEpisodes-isLoading .PodcastEpisodes-episodes {
  display: flex;
  flex-wrap: wrap; }
  .PodcastEpisodes-isLoading .PodcastEpisodes-episodes > * {
    width: calc(50% - 12px);
    height: 300px;
    margin: 12px 6px;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background-size: 800px 104px;
    position: relative;
    background: #393945;
    background: linear-gradient(to right, #393945 8%, #4b4b52 18%, #393945 33%);
    animation-duration: 3.5s; }

@media screen and (min-width: 768px) {
  .PodcastEpisodes-isLoading .PodcastEpisodes-episodes > * {
    width: calc(20% - 12px);
    height: 300px;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background-size: 800px 104px;
    position: relative;
    background: #393945;
    background: linear-gradient(to right, #393945 8%, #4b4b52 18%, #393945 33%);
    animation-duration: 3.5s; } }

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

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

.PodcastEpisode {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 6px);
  margin-right: 10px; }
  .PodcastEpisode:nth-child(even) {
    margin-right: 0; }
    .PodcastEpisode:nth-child(even) .PodcastEpisode-detail {
      margin-left: calc(-100% - 10px); }
  .PodcastEpisode-head {
    position: relative;
    z-index: 1;
    cursor: pointer; }
  .PodcastEpisode-imageWrapper {
    position: relative;
    overflow: hidden; }
    .PodcastEpisode-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; }
    .PodcastEpisode-imageWrapper:hover::before {
      opacity: 1; }
    .PodcastEpisode-imageWrapper:hover img {
      transform: scale(1.1); }
  .PodcastEpisode 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; }
  .PodcastEpisode 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; }
  .PodcastEpisode.true {
    position: relative; }
    .PodcastEpisode.true .PodcastEpisode-head::before {
      content: '';
      border: solid #fff;
      border-width: 0px 1px 1px 0;
      padding: 4px;
      position: absolute;
      right: 12px;
      top: 10px;
      transform: rotate(-135deg); }
    .PodcastEpisode.true h4 {
      color: #D8D8DB; }
    .PodcastEpisode.true img {
      border-color: #fff; }
  .PodcastEpisode-detail {
    position: relative;
    z-index: 0; }
    .PodcastEpisode-detail-enter {
      opacity: 0;
      transform: translateY(-100%); }
    .PodcastEpisode-detail-enter-active {
      opacity: 0.05;
      transform: translateY(-80%); }
    .PodcastEpisode-detail-enter-done {
      opacity: 1;
      transform: translateY(0%); }
    .PodcastEpisode-detail-exit {
      opacity: 1;
      transform: translateY(0%); }
    .PodcastEpisode-detail-exit-active {
      opacity: 0;
      transform: translateY(-100%);
      transition: opacity 300ms, transform 250ms; }

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

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

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

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

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

.PodcastEpisodeDetail {
  padding: 0 0 20px;
  width: calc(100vw - 40px); }
  .PodcastEpisodeDetail h5 {
    font-family: 'DINNextLTPro-Regular', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 20px;
    text-transform: none;
    color: #fff;
    margin: 0 0 10px; }
  .PodcastEpisodeDetail p {
    display: block;
    font-family: 'DINNextLTPro-Regular', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    margin: 0 0 15px; }
  .PodcastEpisodeDetail-innerDetails {
    display: flex;
    flex-direction: column-reverse;
    min-height: 100px; }
  .PodcastEpisodeDetail-copy {
    margin-top: 20px; }
  .PodcastEpisodeDetail-casts {
    font-family: 'DINNextLTPro-Regular', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #8D8D8D;
    margin: 0 0 15px; }
  .PodcastEpisodeDetail a:focus, .PodcastEpisodeDetail a:visited, .PodcastEpisodeDetail a:focus {
    color: #000; }
  .PodcastEpisodeDetail-buttons {
    margin-bottom: 20px; }
  .PodcastEpisodeDetail-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; }
    .PodcastEpisodeDetail-button-story {
      margin-top: 15px;
      background-color: transparent;
      border: 2px solid #fff;
      color: #fff !important;
      box-sizing: content-box; }
  .PodcastEpisodeDetail-audio {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
    margin: 0 auto; }
    .PodcastEpisodeDetail-audio audio {
      margin: 0 12px; }
    .PodcastEpisodeDetail-audio audio:focus {
      outline: 0; }
  .PodcastEpisodeDetail-audioOverlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.4); }
  .PodcastEpisodeDetail-audioControls {
    position: absolute;
    bottom: 24px;
    z-index: 2;
    display: flex;
    justify-content: center;
    width: 100%; }

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

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

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

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

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

.RelatedStoriesPodcast {
  padding: 30px 20px; }
  .RelatedStoriesPodcast h3 {
    color: #22222B;
    font-family: 'DINNextLTPro-MediumCond', Helvetica, Arial, sans-serif;
    font-size: 30px;
    margin-bottom: 13px;
    border-top: none;
    padding-top: 0; }
  .RelatedStoriesPodcast-stories {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-wrap: wrap; }

@media screen and (min-width: 768px) {
  .RelatedStoriesPodcast {
    padding: 5vw 6.5vw 5vw 6.5vw; }
    .RelatedStoriesPodcast-stories {
      flex-direction: row; } }

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

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

.RelatedStory h4 {
  font-family: 'DINNextLTPro-MediumCond', Helvetica, Arial, sans-serif;
  padding: 5px 14px 20px;
  font-size: 18px;
  line-height: 20px;
  text-transform: none;
  margin-bottom: 0; }

.RelatedStory img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center top; }

.RelatedStory p {
  display: none; }

.RelatedStory-img {
  position: relative;
  width: 100%;
  flex: 0 0 auto; }
  .RelatedStory-img > div {
    position: relative; }

.RelatedStory-imgWrapper {
  background-color: #f2f2f2;
  position: relative;
  transition: all 0.15s ease-in 0s; }
  .RelatedStory-imgWrapper::before {
    content: "";
    display: block;
    width: 100%; }
  .RelatedStory-imgWrapper img {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center top;
    opacity: 0;
    transition: opacity 1s;
    width: 100%; }

.RelatedStory a.overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1; }

.RelatedStory-title {
  display: block;
  margin-top: 2px;
  padding: 0 14px; }
  .RelatedStory-title h2 {
    font-family: 'DINNextLTPro-MediumCond', Helvetica, Arial, sans-serif;
    letter-spacing: -0.02em;
    color: #393939;
    font-size: 23px;
    line-height: 25px; }

.RelatedStory-sectionName {
  font-family: 'DINNextLTPro-MediumCond', Helvetica, Arial, sans-serif;
  display: none;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 14px;
  margin-top: 10px; }

.RelatedStory-desc {
  font-family: 'DINNextLTPro-Regular', Helvetica, Arial, sans-serif;
  color: #4F5562;
  font-size: 14px;
  padding: 5px 14px 0 14px;
  line-height: 14px; }

@media screen and (min-width: 768px) {
  .RelatedStory {
    width: calc(20% - 12px);
    margin-right: 12px;
    margin-top: 12px;
    border: 1px solid #DEDEDE; }
    .RelatedStory h4 {
      min-height: 50px;
      padding-bottom: 10px; }
    .RelatedStory img {
      height: 150px; }
    .RelatedStory p {
      display: block;
      font-family: 'DINNextLTPro-Regular', Helvetica, Arial, sans-serif;
      font-size: 14px;
      line-height: 16px;
      color: #4F5562;
      padding: 0 14px 14px 14px; }
    .RelatedStory-sectionName {
      display: block; } }

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

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

.StoryTplGallery {
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  position: relative;
  width: 100%; }
  .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; } }

.StoryTopAd {
  position: relative;
  z-index: 1; }

.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; }

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

.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; }

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

.StoryGalleryArrow {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  border-radius: 0;
  background-repeat: no-repeat;
  background-image: url(/public/images/sprite.png);
  background-image: url(/public/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; }

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

.StoryAuthor {
  margin-bottom: 24px; }
  .StoryAuthor ul {
    margin: 0;
    padding: 0; }
  .StoryAuthor li {
    margin-bottom: 0;
    list-style: none;
    font-size: 1em;
    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;
    line-height: 1.71428571; }
  .StoryAuthor .Icon--twitter:hover {
    width: 18px;
    height: 15px; }
  .StoryAuthor .Icon--facebook:hover {
    width: 18px;
    height: 15px; }
  .StoryAuthor .Icon--share-email:hover {
    width: 18px;
    height: 15px; }

@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; }
  .StoryAuthor-role {
    font-size: 1.6em;
    font-family: 'Amasis MT W01 Regular', 'Calisto MT', Georgia, serif;
    font-style: normal;
    font-weight: 400;
    font-style: normal; }
  .StoryAuthor-share a {
    margin-top: 0px;
    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; }

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

.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; }

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

.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(/public/images/sprite.svg);
        background-image: url(/public/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(/public/images/sprite.svg);
        background-image: url(/public/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; }

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

.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(/public/images/sprite.png);
        background-image: url(/public/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(/public/images/sprite.png);
      background-image: url(/public/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; }

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

.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; }

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

.StoryContent {
  width: 100%;
  font-family: 'Amasis MT W01 Regular', 'Calisto MT', Georgia, serif;
  font-style: normal; }
  .StoryContent .float-break-clear-both {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  .StoryContent .float-break-clear-left {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: left;
    height: 0; }
  .StoryContent .float-break-clear-right {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: right;
    height: 0; }
  .StoryContent .has-large-font-size {
    font-size: 36px; }
  .StoryContent .wp-block-image {
    max-width: 100%;
    margin-bottom: 10px; }
    .StoryContent .wp-block-image .alignright, .StoryContent .wp-block-image .alignleft, .StoryContent .wp-block-image .aligncenter, .StoryContent .wp-block-image.is-resized {
      display: table;
      margin-left: 0;
      margin-right: 0; }
    .StoryContent .wp-block-image .alignright {
      float: right;
      margin-left: 10px; }
    .StoryContent .wp-block-image .alignleft {
      float: left;
      margin-right: 10px; }
    .StoryContent .wp-block-image .aligncenter {
      margin-left: auto;
      margin-right: auto; }
    .StoryContent .wp-block-image img {
      max-width: 100%; }
  .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(/public/images/sprite.png);
        background-image: url(/public/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(/public/images/sprite.png);
        background-image: url(/public/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(/public/images/sprite.png);
          background-image: url(/public/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(/public/images/sprite.png);
      background-image: url(/public/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 {
    position: relative;
    z-index: 1; }
    .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; }

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

.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; }

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

.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; }

.c21 .StorySeriesBanner-rightBlock {
  border-color: #56b3ab; }

.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; }

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

.StoryTplImgHead {
  width: 100%;
  -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; }

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

.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; }

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

.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; }

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

.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(/public/images/sprite.png);
        background-image: url(/public/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; }

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

.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; }

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

.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; }

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

.StoryTplImgOnly {
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  position: relative;
  width: 100%; }
  .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; }

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

.StoryTplNoImg {
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  position: relative;
  width: 100%; }
  .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; }

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

.StoryTplVideo {
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  position: relative;
  width: 100%; }
  .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; }

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

.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: 0 auto;
    -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; }

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

.TVShowAbout {
  margin: 20px 0;
  padding: 12px 20px; }
  .TVShowAbout-inner {
    display: flex;
    flex-direction: column;
    flex-grow: 1; }
  .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: 30px;
    color: #22222B; }
  .TVShowAbout p, .TVShowAbout-about {
    font-family: 'DIN Next W01 Regular', 'Franklin Gothic Book', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #22222B; }
  .TVShowAbout p {
    margin: 12px 0px 20px; }
    .TVShowAbout p a {
      text-decoration: underline; }
  .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: 30px; }
    .TVShowAbout-cast-members {
      padding: 0;
      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;
      padding: 0px;
      margin: 0; }
      .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: 768px) {
  .TVShowAbout {
    margin: 80px 0 20px;
    padding: 0 6.5vw; }
    .TVShowAbout-inner {
      flex-direction: row-reverse; }
    .TVShowAbout-description {
      margin-top: 0; }
    .TVShowAbout-adBox, .TVShowAbout-aboutInfo {
      width: 50%; }
    .TVShowAbout-adBox {
      padding-right: 30px; }
    .TVShowAbout-aboutInfo {
      padding-right: 30px; }
    .TVShowAbout button {
      width: auto; }
    .TVShowAbout-cast {
      margin-top: 40px; }
      .TVShowAbout-cast-member {
        max-height: 160px; }
    .TVShowAbout-credits-members > * {
      width: 50%; } }

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

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

.TVShowEpisodes {
  background: linear-gradient(to right, #22222B, #0C0C10);
  padding: 30px 20px; }
  .TVShowEpisodes 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; }
  .TVShowEpisodes-nav {
    padding: 0;
    margin: 0 0 10px;
    white-space: nowrap;
    overflow-x: scroll; }
    .TVShowEpisodes-nav li {
      display: inline-block;
      list-style: none;
      font-family: 'DINNextLTPro-Regular', Helvetica, Arial, sans-serif;
      font-size: 16px;
      line-height: 1;
      letter-spacing: -0.02em;
      color: #fff;
      padding: 0 28px 5px 0;
      margin-bottom: 0; }
      .TVShowEpisodes-nav li a {
        color: #fff; }
  .TVShowEpisodes p, .TVShowEpisodes-about {
    display: none;
    position: relative;
    z-index: 1;
    font-family: 'DINNextLTPro-Regular', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #4F5562; }
  .TVShowEpisodes p {
    margin: 12px 0px 20px; }
    .TVShowEpisodes p a {
      text-decoration: underline; }
  .TVShowEpisodes-seasons {
    margin: 0;
    padding: 0; }
    .TVShowEpisodes-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; }
  .TVShowEpisodes-episodes {
    position: relative; }

@media screen and (min-width: 768px) {
  .TVShowEpisodes {
    overflow-x: hidden;
    padding: 5vw 6.5vw 5vw 6.5vw; }
    .TVShowEpisodes-head {
      display: flex;
      align-items: center; }
    .TVShowEpisodes h3 {
      display: inline-block;
      margin-right: 45px; }
    .TVShowEpisodes-nav {
      display: inline-block;
      overflow-x: hidden; }
    .TVShowEpisodes p {
      display: block;
      max-width: 600px; } }

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

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

.TVShowEpisode {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 6px);
  margin-right: 10px; }
  .TVShowEpisode:nth-child(even) {
    margin-right: 0; }
    .TVShowEpisode:nth-child(even) .TVShowEpisode-detail {
      margin-left: calc(-100% - 10px); }
  .TVShowEpisode-head {
    position: relative;
    z-index: 1;
    cursor: pointer; }
  .TVShowEpisode-imageWrapper {
    position: relative;
    overflow: hidden; }
    .TVShowEpisode-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; }
    .TVShowEpisode-imageWrapper:hover::before {
      opacity: 1; }
    .TVShowEpisode-imageWrapper:hover img {
      transform: scale(1.1); }
  .TVShowEpisode 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; }
  .TVShowEpisode 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; }
  .TVShowEpisode.true {
    position: relative; }
    .TVShowEpisode.true .TVShowEpisode-head::before {
      content: '';
      border: solid #fff;
      border-width: 0px 1px 1px 0;
      padding: 4px;
      position: absolute;
      right: 12px;
      top: 10px;
      transform: rotate(-135deg); }
    .TVShowEpisode.true h4 {
      color: #D8D8DB; }
    .TVShowEpisode.true img {
      border-color: #fff; }
  .TVShowEpisode-detail {
    position: relative;
    z-index: 0; }
    .TVShowEpisode-detail-enter {
      opacity: 0;
      transform: translateY(-100%); }
    .TVShowEpisode-detail-enter-active {
      opacity: 0.05;
      transform: translateY(-80%); }
    .TVShowEpisode-detail-enter-done {
      opacity: 1;
      transform: translateY(0%); }
    .TVShowEpisode-detail-exit {
      opacity: 1;
      transform: translateY(0%); }
    .TVShowEpisode-detail-exit-active {
      opacity: 0;
      transform: translateY(-100%);
      transition: opacity 300ms, transform 250ms; }

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

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

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

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

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

.TVShowEpisodeDetail {
  padding: 0 0 20px;
  width: calc(100vw - 40px); }
  .TVShowEpisodeDetail h5 {
    font-family: 'DINNextLTPro-Regular', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 20px;
    text-transform: none;
    color: #fff;
    margin: 0 0 10px; }
  .TVShowEpisodeDetail p {
    display: block;
    font-family: 'DINNextLTPro-Regular', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    margin: 0 0 15px; }
  .TVShowEpisodeDetail-innerDetails {
    display: flex;
    flex-direction: column-reverse; }
  .TVShowEpisodeDetail-copy {
    margin-top: 20px; }
  .TVShowEpisodeDetail-casts {
    font-family: 'DINNextLTPro-Regular', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #8D8D8D;
    margin: 0 0 15px; }
  .TVShowEpisodeDetail a:focus, .TVShowEpisodeDetail a:visited, .TVShowEpisodeDetail a:focus {
    color: #000; }
  .TVShowEpisodeDetail-buttons {
    margin-bottom: 20px; }
  .TVShowEpisodeDetail-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; }
    .TVShowEpisodeDetail-button-story {
      margin-top: 15px;
      background-color: transparent;
      border: 2px solid #fff;
      color: #fff !important;
      box-sizing: content-box; }
  .TVShowEpisodeDetail-video .StoryVideo {
    background: transparent;
    box-shadow: none;
    margin: 0; }

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

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

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

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

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

.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; }

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

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

@media screen and (min-width: 768px) {
  .PodcastsAbout {
    padding: 5vw 6.5vw;
    border-top: 10px #D4D4D4 solid; }
    .PodcastsAbout p, .PodcastsAbout h2 img {
      max-width: 450px; } }

.Elections {
  background-color: #272727; }

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

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

.ElectionsHeader {
  max-height: 700px;
  overflow: hidden;
  position: relative; }
  .ElectionsHeader picture {
    margin: 0; }
  .ElectionsHeader h2 {
    text-align: center;
    color: #ffffff; }
  .ElectionsHeader p {
    font-family: 'DINNextLTPro-Regular', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    padding: 30px;
    margin: 0 auto;
    max-width: 695px; }
  .ElectionsHeader-inner {
    display: none;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 200px;
    width: 100%;
    background: linear-gradient(to bottom, rgba(6, 7, 12, 0.52), rgba(6, 1, 4, 0.73)); }
  .ElectionsHeader-cta {
    width: 100px;
    height: 30px;
    display: block;
    margin: 0 auto; }

@media screen and (min-width: 768px) {
  .ElectionsHeader {
    padding-top: 0; }
    .ElectionsHeader picture {
      margin: 0; }
    .ElectionsHeader-cta {
      position: absolute;
      top: 18px;
      right: 18px;
      z-index: 2; } }

.ElectionsHeader-isLoading {
  height: 400px;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background-size: 800px 104px;
  position: relative;
  background: #393945;
  background: linear-gradient(to right, #393945 8%, #4b4b52 18%, #393945 33%);
  animation-duration: 3.5s; }

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

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

.GraphVisualization {
  text-align: center; }
  .GraphVisualization h2 {
    font-family: 'DINNextLTPro-MediumCond', Helvetica, Arial, sans-serif;
    color: pink;
    font-size: 20px;
    overflow: hidden;
    max-height: 38px;
    margin: 5px 0 5px;
    line-height: 20px; }
  .GraphVisualization p {
    font-family: 'DINNextLTPro-Regular', Helvetica, Arial, sans-serif;
    color: #4F5562;
    font-size: 14px;
    margin: 0;
    line-height: 18px; }
  .GraphVisualization-graph {
    padding: 30px 16px; }
  .GraphVisualization-canvas {
    min-height: 400px;
    max-height: 640px;
    width: 100%;
    position: relative; }
  .GraphVisualization-inner {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 0 10px; }
  .GraphVisualization-graphTotal {
    font-family: 'DINNextLTPro-MediumCond', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 17px;
    letter-spacing: -0.01em;
    padding: 12px 16px;
    margin: 0 6px;
    display: inline-block;
    background-color: #215DD1;
    color: #ffffff;
    cursor: pointer;
    text-transform: uppercase; }
    .GraphVisualization-graphTotal:hover {
      background-color: #1C50B4;
      color: #ffffff; }
    .GraphVisualization-graphTotal:visited, .GraphVisualization-graphTotal:link {
      color: #ffffff; }
    .GraphVisualization-graphTotal.GraphVisualization-activeViewBtn {
      background-color: #ffffff;
      color: #000000;
      position: relative; }
      .GraphVisualization-graphTotal.GraphVisualization-activeViewBtn:after {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 12px solid #ffffff;
        position: absolute;
        top: 100%;
        left: calc(50% - 12px); }
  .GraphVisualization-graphOptions {
    border: 1px solid #707070;
    border-radius: 2px;
    width: fit-content;
    margin: 26px auto 0 auto; }
  .GraphVisualization-graphOption {
    font-family: 'DINNextLTPro-MediumCond', Helvetica, Arial, sans-serif;
    font-size: 15px;
    padding: 8px 20px;
    display: inline-block;
    background-color: transparent;
    color: #ffffff;
    cursor: pointer; }
    .GraphVisualization-graphOption:first-child {
      border-right: 1px solid #707070; }
    .GraphVisualization-graphOption:visited, .GraphVisualization-graphOption:hover, .GraphVisualization-graphOption:link {
      color: #ffffff; }
    .GraphVisualization-graphOption.GraphVisualization-activeGraphOption {
      background-color: #4E4E4E; }

@media screen and (min-width: 768px) {
  .GraphVisualization h2 {
    max-height: 53px;
    font-size: 20px; }
  .GraphVisualization p {
    max-height: 182px;
    overflow: hidden; }
  .GraphVisualization-graph {
    padding: 40px; } }

@media screen and (min-width: 1280px) {
  .GraphVisualization p {
    max-height: 120px; }
  .GraphVisualization-graphTotal {
    font-family: 'DINNextLTPro-MediumCond', Helvetica, Arial, sans-serif;
    font-size: 20px; }
  .GraphVisualization-graphOption {
    font-size: 17px; }
  .GraphVisualization-graph {
    padding: 36px 100px;
    max-width: 1024px;
    margin: 40px auto;
    border: 3px solid #ffffff; } }

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

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

.Predictions {
  display: flex;
  flex-direction: column; }
  .Predictions h2 {
    font-family: 'DINNextLTPro-MediumCond', Helvetica, Arial, sans-serif;
    color: #ffffff;
    font-size: 25px;
    overflow: hidden;
    margin: 5px 0 5px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px; }
  .Predictions p {
    font-family: 'DINNextLTPro-Regular', Helvetica, Arial, sans-serif;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 90%; }
  .Predictions .table-container {
    display: block;
    margin: 2em 8px;
    padding-bottom: 20px; }
  .Predictions .flex-table {
    font-family: 'DINNextLTPro-Regular', Helvetica, Arial, sans-serif;
    display: flex;
    flex-flow: row wrap;
    transition: 0.5s; }
    .Predictions .flex-table:first-of-type .flex-row {
      background: #215DD1;
      color: white;
      border-color: #656565; }
    .Predictions .flex-table.row:nth-child(odd) .flex-row {
      background: #363636; }
  .Predictions .flex-row-header {
    font-family: 'DINNextLTPro-MediumCond', Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 22px; }
  .Predictions .flex-rows {
    font-family: 'DINNextLTPro-MediumCond', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px; }
  .Predictions .flex-row {
    width: calc(100% / 4);
    padding: 8px;
    border-bottom: solid 1px #707070;
    color: #ffffff; }
    .Predictions .flex-row:nth-child(1) {
      text-align: left;
      width: 30%; }
    .Predictions .flex-row:nth-child(2) {
      text-align: center;
      width: 20%;
      border-left: 1px solid #707070; }
    .Predictions .flex-row:nth-child(3) {
      text-align: center;
      width: 20%;
      border-left: 1px solid #707070; }
    .Predictions .flex-row:nth-child(4) {
      text-align: center;
      width: 30%;
      border-left: 1px solid #707070; }
  .Predictions .rowspan {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: center; }
  .Predictions .column {
    display: flex;
    flex-flow: column wrap;
    width: 75%;
    padding: 0; }
    .Predictions .column .flex-row {
      display: flex;
      flex-flow: row wrap;
      width: 100%;
      padding: 0;
      border: 0;
      border-bottom: solid 1px #656565; }
  .Predictions .flex-cell {
    width: calc(100% / 3);
    text-align: center;
    padding: 8px;
    border-right: solid 1px #656565; }
  .Predictions-loadMore {
    font-family: 'DINNextLTPro-MediumCond', Helvetica, Arial, sans-serif;
    font-size: 18px;
    text-align: center;
    padding: 12px 18px;
    display: block;
    margin: 0 auto;
    color: #ffffff;
    background-color: #215DD1;
    margin-bottom: 40px;
    cursor: pointer; }
    .Predictions-loadMore:hover {
      background-color: #1C50B4;
      color: #ffffff; }
    .Predictions-loadMore:visited, .Predictions-loadMore:link {
      color: #ffffff; }

@media screen and (min-width: 768px) {
  .Predictions p {
    max-height: 182px;
    overflow: hidden; } }

@media screen and (min-width: 1024px) {
  .Predictions h2 {
    font-size: 45px; } }

@media screen and (min-width: 1024px) {
  .Predictions {
    max-width: 1024px;
    margin: 0 auto; }
    .Predictions p {
      max-height: 120px; } }

