.ad_slot {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: relative;
    min-height: 0;
    clear: both;
    float: none;
}
.ad_slot.ad--gam-rendered,
.ad_slot[style*="min-height"],
.ad_slot.ad_inline {
    margin-top: 20px;
    margin-bottom: 20px;
}
.ad_slot.ad--prebid-format-native .ad_slot_target {
    width: 100%; /* prebid native ads render with width:0 when display:flex */
}
.ad_slot .ad_slot_target {
    position: sticky;
    top: 0;
    bottom: 0;
    height: auto !important;
    width: 100%;
    max-width: 100vw;
}
.ad_slot > *,
.ad_slot .ad_slot_target > *,
.ad_slot .ad_slot_target div[id^="google_ads_iframe_"] * {
    pointer-events: auto;
}
.ad_slot,
.ad_slot .ad_slot_target,
.ad_slot .ad_slot_target div[id^="google_ads_iframe_"] {
    pointer-events: none;
}
.ad_slot.ad_inline {
    min-height: 100px;
    border-top: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
    border-image: linear-gradient(
            to right,
            rgba(245, 245, 245, 0),
            rgba(245, 245, 245, 1),
            rgba(245, 245, 245, 0)
        )
        1;
}
.ad_slot.ad_inline .ad_slot_target {
    bottom: 60px; /* sticky, account for anchor ad */
}
@media (min-width: 728px) {
    .ad_slot.ad_inline .ad_slot_target {
        bottom: 100px; /* sticky, account for anchor ad */
    }
}
.ad_slot.ad_labeled:after,
.ad_slot.ad_inline:after {
    opacity: 1;
    transition: opacity 0.3s ease;
    content: "advertisement";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 9px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #aaa;
    transform: translate(0, -100%);
}
.ad_slot.ad_anchor {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0;
    z-index: 9999999;
    max-height: 100px;
    min-height: 0 !important;
}
.ad_slot.ad_anchor.ad_anchor_top {
    bottom: initial;
    top: 0;
}
.ad_slot.ad_anchor_top iframe[id^="google_ads_iframe_"] {
    border: 3px solid #333 !important;
    border-top: 0 !important;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-sizing: content-box !important;
    box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.5);
}
.ad_slot.ad_anchor_bottom iframe[id^="google_ads_iframe_"] {
    border: 3px solid #333 !important;
    border-bottom: 0 !important;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-sizing: content-box !important;
    box-shadow: 0 0 30px -15px rgba(0, 0, 0, 0.5);
}
@media (max-width: 800px) {
    .ad_slot.ad_anchor iframe[id^="google_ads_iframe_"] {
        border: 0 !important;
        border-radius: 0 !important;
    }
    .ad_slot.ad_anchor {
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.5);
    }
}
.ad_slot.ad--prebid-win .ad_slot_target div[id^="google_ads_iframe_"] {
    width: auto !important;
    height: auto !important;
    margin: auto !important;
}
.ad_slot .ad_slot_target iframe[id^="google_ads_iframe_"] {
    background: #fff;
    box-shadow: 0 0 20px -15px rgba(0, 0, 0, 0.3);
}
.ad_wrapper_double {
    clear: both;
    float: none;
    position: relative;
    text-align: center;
    pointer-events: none;
}
@media (max-width: 649px) {
    .ad_wrapper_double .ad_column_2 {
        display: none;
    }
}
@media (min-width: 650px) {
    .ad_wrapper_double {
        text-align: center;
        float: none;
    }
    .ad_wrapper_double .ad_column {
        display: inline-block;
        width: 50%;
        max-width: 50%;
        vertical-align: top;
        position: sticky;
        top: 0;
    }
}
/*
    hack for creatives that render outside the gam iframe and hide it, which disables gam viewability events
    this (along with some js) attempts to allow gam viewability to fire anyway
*/
.ad--prebid-win [id^="google_ads_iframe_"][style*="display:none"],
.ad--prebid-win [id^="google_ads_iframe_"][style*="display: none"],
.ad--prebid-win [id^="google_ads_iframe_"][style*="visibility:hidden"],
.ad--prebid-win [id^="google_ads_iframe_"][style*="visibility: hidden"],
.ad--amazon-win [id^="google_ads_iframe_"][style*="display:none"],
.ad--amazon-win [id^="google_ads_iframe_"][style*="display: none"],
.ad--amazon-win [id^="google_ads_iframe_"][style*="visibility:hidden"],
.ad--amazon-win [id^="google_ads_iframe_"][style*="visibility: hidden"] {
    display: block !important;
    visibility: visible !important;
    height: 1px !important;
    min-height: 1px !important;
    max-height: 1px !important;
    width: 100% !important;
    background: transparent !important;
    pointer-events: none !important;
    position: absolute !important;
    top: 0 !important;
    border: none !important; /* for anchor */
}

/* for some triplelift creatives rendering wider than the screen on mobile */
@media (max-width: 640px) {
    .ad_slot .tlod {
        display: block !important;
        max-width: 100vw;
        overflow: hidden;
    }
}
.tingle-modal *{box-sizing:border-box}.tingle-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:-webkit-box;display:-ms-flexbox;display:flex;visibility:hidden;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow-y:auto;background:rgba(0,0,0,.8);opacity:0;cursor:pointer;-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.tingle-modal--noClose .tingle-modal__close,.tingle-modal__closeLabel{display:none}.tingle-modal--confirm .tingle-modal-box{text-align:center}.tingle-modal--noClose{cursor:default}.tingle-modal__close{position:fixed;top:10px;right:28px;z-index:1000;padding:0;width:5rem;height:5rem;border:none;background-color:transparent;color:#f0f0f0;font-size:6rem;font-family:monospace;line-height:1;cursor:pointer;-webkit-transition:color .3s ease;transition:color .3s ease}.tingle-modal__close:hover{color:#fff}.tingle-modal-box{position:relative;-ms-flex-negative:0;flex-shrink:0;margin-top:auto;margin-bottom:auto;width:60%;border-radius:4px;background:#fff;opacity:1;cursor:auto;-webkit-transition:-webkit-transform .3s cubic-bezier(.175,.885,.32,1.275);transition:-webkit-transform .3s cubic-bezier(.175,.885,.32,1.275);transition:transform .3s cubic-bezier(.175,.885,.32,1.275);transition:transform .3s cubic-bezier(.175,.885,.32,1.275),-webkit-transform .3s cubic-bezier(.175,.885,.32,1.275);-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.tingle-modal-box__content{padding:3rem}.tingle-modal-box__footer{padding:1.5rem 2rem;width:auto;border-bottom-right-radius:4px;border-bottom-left-radius:4px;background-color:#f5f5f5;cursor:auto}.tingle-modal-box__footer::after{display:table;clear:both;content:""}.tingle-modal-box__footer--sticky{position:fixed;bottom:-200px;z-index:10001;opacity:1;-webkit-transition:bottom .3s ease-in-out .3s;transition:bottom .3s ease-in-out .3s}.tingle-enabled{overflow:hidden;height:100%}.tingle-modal--visible .tingle-modal-box__footer{bottom:0}.tingle-enabled .tingle-content-wrapper{-webkit-filter:blur(15px);filter:blur(15px)}.tingle-modal--visible{visibility:visible;opacity:1}.tingle-modal--visible .tingle-modal-box{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.tingle-modal--overflow{padding-top:8vh}.tingle-btn{display:inline-block;margin:0 .5rem;padding:1rem 2rem;border:none;background-color:grey;box-shadow:none;color:#fff;vertical-align:middle;text-decoration:none;font-size:inherit;font-family:inherit;line-height:normal;cursor:pointer;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}.tingle-btn--primary{background-color:#3498db}.tingle-btn--danger{background-color:#e74c3c}.tingle-btn--default{background-color:#34495e}.tingle-btn--pull-left{float:left}.tingle-btn--pull-right{float:right}@media (max-width :540px){.tingle-modal-box{width:auto;border-radius:0}.tingle-modal{top:60px;display:block;width:100%}.tingle-modal--overflow{padding:0}.tingle-modal-box__footer .tingle-btn{display:block;float:none;margin-bottom:1rem;width:100%}.tingle-modal__close{top:0;right:0;left:0;display:block;width:100%;height:60px;border:none;background-color:#2c3e50;box-shadow:none;color:#fff;line-height:55px}.tingle-modal__closeLabel{display:inline-block;vertical-align:middle;font-size:1.5rem;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif}.tingle-modal__closeIcon{display:inline-block;margin-right:.5rem;vertical-align:middle;font-size:4rem}}
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700|Roboto+Condensed:400,700|Roboto+Slab:700|Open+Sans&display=swap");
.content_story_meta_date {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 0.9375rem;
  text-transform: uppercase;
  margin: 10px 15px;
}

.content_story_meta_date.onsite-public {
  line-height: 2em;
}

.content_story_meta_date time {
  position: relative;
}

.content_story_meta_date time:before {
  content: "";
  display: block;
  position: absolute;
  left: -15px;
  top: 0;
  background-color: #FFC033;
  width: 4px;
  height: 16px;
  margin-right: 10px;
}

.content_story_meta_author_contributor_list.author-byline-layout ~ .content_story_meta_date {
  position: absolute;
  left: 96px;
  top: 20px;
  margin-left: 0;
}

.content_story_meta_author_contributor_list.author-byline-layout ~ .content_story_meta_date time {
  position: relative;
}

.content_story_meta_author_contributor_list.author-byline-layout ~ .content_story_meta_date:before {
  content: "";
  display: block;
  position: absolute;
  left: -15px;
  top: 0;
  background-color: #FFC033;
  width: 4px;
  height: 16px;
  margin-right: 10px;
}

.content_story_meta_author_contributor_list.author-byline-layout.multi-author ~ .content_story_meta_date {
  position: relative;
  top: unset;
  left: 13px;
  margin-top: 0;
}@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700|Roboto+Condensed:400,700|Roboto+Slab:700|Open+Sans&display=swap");
.content_story_meta_author_contributor_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  font-size: 0.9375rem;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 700;
  margin-right: 25px;
}

.content_story_meta_author_contributor_list .contribution-groups {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
}

.content_story_meta_author_contributor_list .contribution-groups .contribution-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
}

.content_story_meta_author_contributor_list .contribution-groups .contribution-group:last-child {
  margin-right: 0;
}

.content_story_meta_author_contributor_list .contribution-groups .contribution-group .contributor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content_story_meta_author_contributor_list .contribution-groups .contribution-group .contributor-list .group-title:after {
  content: "\00a0";
}

.content_story_meta_author_contributor_list .contribution-groups .contribution-group .contributor-list .contributor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
}

.content_story_meta_author_contributor_list .contribution-groups .contribution-group .contributor-list .contributor img {
  width: 65px;
  height: 65px;
}

.content_story_meta_author_contributor_list .contribution-groups .contribution-group .contributor-list .contributor .name-link {
  text-decoration: none;
  color: #161E2F;
}

.content_story_meta_author_contributor_list .contribution-groups .contribution-group .contributor-list .contributor:last-of-type {
  margin-right: 0;
}

.content_story_meta_author_contributor_list.author-byline-layout .contribution-group.author .contributor img {
  margin-right: 15px;
}

.content_story_meta_author_contributor_list.author-profile-excerpt {
  border: 1px solid #DCDCDC;
  margin-bottom: 30px;
}

.content_story_meta_author_contributor_list.author-profile-excerpt .header-container {
  padding: 9px 0 7px;
  width: 100%;
  border-bottom: 8px solid #FFC033;
  text-align: center;
}

@media (min-width: 768px) {
  .content_story_meta_author_contributor_list.author-profile-excerpt .header-container {
    text-align: left;
  }
}

.content_story_meta_author_contributor_list.author-profile-excerpt .header-container .header {
  padding-left: 15px;
  font-size: 1.375rem;
  font-weight: 700;
  color: #161E2F;
  font-style: italic;
  letter-spacing: 3.3px;
}

.content_story_meta_author_contributor_list.author-profile-excerpt .author-contributor-list-wrapper {
  width: 100%;
}

.content_story_meta_author_contributor_list.author-profile-excerpt .author-contributor-list-wrapper .contribution-group .contributor-list {
  width: 100%;
}

.content_story_meta_author_contributor_list.author-profile-excerpt .author-contributor-list-wrapper .contribution-group .contributor-list .contributor {
  position: relative;
  padding: 15px 18px 14px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.content_story_meta_author_contributor_list.author-profile-excerpt .author-contributor-list-wrapper .contribution-group .contributor-list .contributor img {
  width: 175px;
  height: 175px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 15px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 768px) {
  .content_story_meta_author_contributor_list.author-profile-excerpt .author-contributor-list-wrapper .contribution-group .contributor-list .contributor img {
    margin: unset;
    width: 140px;
    height: 140px;
  }
}

.content_story_meta_author_contributor_list.author-profile-excerpt .author-contributor-list-wrapper .contribution-group .contributor-list .contributor .name {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 1.375rem;
  position: relative;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .content_story_meta_author_contributor_list.author-profile-excerpt .author-contributor-list-wrapper .contribution-group .contributor-list .contributor .name {
    position: absolute;
    left: 170px;
  }
}

.content_story_meta_author_contributor_list.author-profile-excerpt .author-contributor-list-wrapper .contribution-group .contributor-list .contributor .view-more-link {
  position: relative;
  text-decoration: none;
  border: 1px solid black;
  padding: 10px 63px;
  font-weight: 200;
  letter-spacing: 3px;
  color: #161E2F;
  text-align: center;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  margin-bottom: 27px;
}

@media (min-width: 768px) {
  .content_story_meta_author_contributor_list.author-profile-excerpt .author-contributor-list-wrapper .contribution-group .contributor-list .contributor .view-more-link {
    position: absolute;
    top: 112px;
    left: 170px;
  }
}

.content_story_meta_author_contributor_list.author-profile-excerpt .author-contributor-list-wrapper .contribution-group .contributor-list .contributor .author-bio {
  text-transform: none;
  font-weight: 300;
  position: relative;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-bottom: 20px;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 90px;
}

@media (min-width: 768px) {
  .content_story_meta_author_contributor_list.author-profile-excerpt .author-contributor-list-wrapper .contribution-group .contributor-list .contributor .author-bio {
    position: absolute;
    left: 170px;
    top: 42px;
    padding-right: 18px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 53px;
  }
}

.content_story_meta_author_contributor_list.multi-author .author-contributor-list-wrapper.multi-authors {
  margin-bottom: 20px;
}

.content_story_meta_author_contributor_list.multi-author .author-contributor-list-wrapper.multi-authors .contribution-groups .contribution-group.author {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

@media (min-width: 768px) {
  .content_story_meta_author_contributor_list.multi-author .author-contributor-list-wrapper.multi-authors .contribution-groups .contribution-group.author {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}

.content_story_meta_author_contributor_list.multi-author .author-contributor-list-wrapper.multi-authors .contribution-groups .contribution-group.author .contributor-list.author-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.content_story_meta_author_contributor_list.multi-author .author-contributor-list-wrapper.multi-authors .contribution-groups .contribution-group.author .contributor-list.author-images img {
  margin-right: 0;
  width: 65px;
  height: 65px;
}

.content_story_meta_author_contributor_list.multi-author .author-contributor-list-wrapper.multi-authors .contribution-groups .contribution-group.author .contributor-list.author-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .content_story_meta_author_contributor_list.multi-author .author-contributor-list-wrapper.multi-authors .contribution-groups .contribution-group.author .contributor-list.author-content {
    margin-top: 0;
  }
}

.content_story_meta_author_contributor_list.multi-author .author-contributor-list-wrapper.multi-authors .contribution-groups .contribution-group.author .contributor-list.author-content .name-link {
  text-decoration: none;
  color: #161E2F;
  margin-top: 10px;
}

.content_story_meta_author_contributor_list.multi-author .author-contributor-list-wrapper.multi-authors .contribution-groups .contribution-group.author .contributor-list.author-content .name-link:first-of-type {
  margin-top: 0;
}

.content_story_meta_author_contributor_list.multi-author.author-byline-layout .contribution-group.author .author-images .contributor {
  margin-right: 15px;
}

.content_story_meta_author_contributor_list.multi-author.author-profile-excerpt {
  margin-bottom: 30px;
}

.content_story_meta_author_contributor_list.multi-author.author-profile-excerpt .author-contributor-list-wrapper.multi-authors {
  margin-bottom: 0;
  width: 100%;
}

.content_story_meta_author_contributor_list.multi-author.author-profile-excerpt .author-contributor-list-wrapper.multi-authors .contribution-groups {
  width: 100%;
}

.content_story_meta_author_contributor_list.multi-author.author-profile-excerpt .author-contributor-list-wrapper.multi-authors .contribution-groups .contribution-group.author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.content_story_meta_author_contributor_list.multi-author.author-profile-excerpt .author-contributor-list-wrapper.multi-authors .contribution-groups .contribution-group.author .contributor-list {
  width: 100%;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.content_story_meta_author_contributor_list.multi-author.author-profile-excerpt .author-contributor-list-wrapper.multi-authors .contribution-groups .contribution-group.author .contributor-list .contributor {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  margin: 0 auto;
  padding-bottom: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .content_story_meta_author_contributor_list.multi-author.author-profile-excerpt .author-contributor-list-wrapper.multi-authors .contribution-groups .contribution-group.author .contributor-list .contributor {
    width: calc(50% - 36px);
  }
}

.content_story_meta_author_contributor_list.multi-author.author-profile-excerpt .author-contributor-list-wrapper.multi-authors .contribution-groups .contribution-group.author .contributor-list .contributor img {
  height: 175px;
  width: 175px;
}

.content_story_meta_author_contributor_list.multi-author.author-profile-excerpt .author-contributor-list-wrapper.multi-authors .contribution-groups .contribution-group.author .contributor-list .contributor .name {
  margin: 15px 0;
  left: unset;
  position: relative;
}

.content_story_meta_author_contributor_list.multi-author.author-profile-excerpt .author-contributor-list-wrapper.multi-authors .contribution-groups .contribution-group.author .contributor-list .contributor .view-more-link {
  top: unset;
  left: unset;
  position: relative;
}

.content_story_meta_author_contributor_list.multi-author.author-profile-excerpt .author-contributor-list-wrapper.multi-authors .contribution-groups .contribution-group.author .contributor-list .contributor .author-bio {
  position: relative;
  top: unset;
  left: unset;
  padding: 0 10px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 55px;
}

.content_story_meta_author_contributor_list.multi-author.author-profile-excerpt .author-contributor-list-wrapper.multi-authors .contribution-groups .contribution-group.author .contributor-list .contributor .author-bio a {
  color: #ffc033;
  text-decoration: none;
  font-weight: 700;
}

.content_story_meta_author_contributor_list.onsite-public .contributor .name, .content_story_meta_author_contributor_list.onsite-public .partial_group.details .partial-group-start .content_story_meta_date {
  line-height: 2em;
}

.content_story_meta_author_contributor_list.onsite-public .contributor img {
  display: inline-block;
  width: 2em;
  height: 2em;
  vertical-align: middle;
}

.content_story_meta_author_contributor_list.onsite-public .contribution-group:after {
  margin-top: 0.4em;
}

.content_story_meta_author_contributor_list.onsite-public.author-bio {
  border: 1px solid #ccc;
  border-width: 1px 0;
  padding: 1em 0;
  font-family: Roboto, sans-serif;
  text-transform: none;
  font-weight: lighter;
  line-height: 1.6em;
  margin-bottom: 1em;
}

.content_story_meta_author_contributor_list.onsite-public.author-bio .contribution-group:after {
  display: none;
}

.content_story_meta_author_contributor_list.onsite-public.author-bio .contributor img {
  display: block;
  float: left;
  clear: none;
  width: 20%;
  height: auto;
}

.content_story_meta_author_contributor_list.onsite-public.author-bio .contributor .name-link {
  font-weight: bold;
  margin-bottom: 0.5em;
}

.content_story_meta_author_contributor_list.onsite-public.author-bio .contributor .name-link .name {
  line-height: 1em;
}

.content_story_meta_author_contributor_list.onsite-public.author-bio .contributor .name-link, .content_story_meta_author_contributor_list.onsite-public.author-bio .contributor .author-bio {
  display: block;
  float: right;
  text-align: left;
  width: 77%;
}

@media (max-width: 1024px) {
  .content_story_meta_author_contributor_list.onsite-public.author-bio .contributor img, .content_story_meta_author_contributor_list.onsite-public.author-bio .contributor .name-link {
    float: none;
    margin: 0 auto;
    clear: both;
    text-align: center;
  }
  .content_story_meta_author_contributor_list.onsite-public.author-bio .contributor .author-bio {
    width: auto;
  }
}

main.story_review .content_story_meta_author_contributor_list {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 1.25rem;
  margin-bottom: 60px;
}

@media (min-width: 1024px) {
  main.story_review .content_story_meta_author_contributor_list {
    font-size: 0.9375rem;
    margin-bottom: 85px;
  }
}

main.story_review .content_story_meta_author_contributor_list .group-title {
  font-weight: 400;
}

main.story_review .content_story_meta_author_contributor_list .contributor {
  font-weight: 700;
}

main.story_review .content_story_meta_author_contributor_list .contribution-group:after {
  content: none;
  display: none;
}@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700|Roboto+Condensed:400,700|Roboto+Slab:700|Open+Sans&display=swap");
.content_story_meta_featured_article {
  margin-top: 15px;
}

.content_story_meta_featured_article .featured-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}

.content_story_meta_featured_article .heading {
  text-transform: uppercase;
  color: #FFC033;
  font-size: 0.625rem;
  text-align: left;
  line-height: 0.625rem/0.6875rem;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Roboto Condensed", Arial, sans-serif;
  margin-bottom: 4px;
}

.content_story_meta_featured_article .article-title {
  color: #8C8C8C;
  text-decoration: none;
  font-size: 0.9375rem;
  text-align: left;
  line-height: 1;
  font: "Roboto Condensed", Arial, sans-serif;
  font-weight: 300;
}

.content_story_meta_featured_article .article-title:hover {
  color: #161E2F;
  font-weight: 600;
}

.content_story_meta_featured_article.vertical-layout {
  border-top: 1px solid #DCDCDC;
}

.content_story_meta_featured_article.vertical-layout .featured-article {
  padding-top: 15px;
}

.content_story_meta_featured_article.horizontal-layout .featured-article {
  border-top: 1px solid #DCDCDC;
  padding-top: 15px;
}

@media (min-width: 768px) {
  .content_story_meta_featured_article.horizontal-layout {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: 1px solid #DCDCDC;
    margin-left: 30px;
    margin-top: 0px;
    padding-left: 15px;
    width: calc(40% - 30px);
    position: absolute;
    top: 0;
    right: 0;
  }
  .content_story_meta_featured_article.horizontal-layout .featured-article {
    border-top: none;
    padding-top: 0;
  }
}

.content_story_meta_featured_article.single-author .featured-article {
  border-top: 1px solid #DCDCDC;
  padding-top: 15px;
}

@media (min-width: 768px) {
  .content_story_meta_featured_article.single-author {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: 1px solid #DCDCDC;
    margin-left: 30px;
    margin-top: 0px;
    padding-left: 15px;
    width: calc(50% - 30px);
    position: absolute;
    top: 0;
    right: 0;
  }
  .content_story_meta_featured_article.single-author .featured-article {
    border-top: none;
    padding-top: 0;
  }
}@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700|Roboto+Condensed:400,700|Roboto+Slab:700|Open+Sans&display=swap");
.partial.content_story_pages_nextstory {
  margin-bottom: 50px;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .partial.content_story_pages_nextstory .next_story_heading.is_last a {
    margin: 0 20px;
    padding-left: 0;
  }
  .partial.content_story_pages_nextstory .next_story_heading.is_last a .title {
    padding-left: 24px;
  }
}

.partial.content_story_pages_nextstory .next_story_heading.is_last a {
  border-top: none;
}

.partial.content_story_pages_nextstory .next_story_heading .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 15px;
}

.partial.content_story_pages_nextstory .next_story_heading .title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font: 300 1.5625rem/1.875rem "Roboto", Arial, sans-serif, Arial, sans-serif;
  color: #FFC033;
}

.partial.content_story_pages_nextstory .next_story_heading .title span .circle {
  width: 26px;
}

.partial.content_story_pages_nextstory .next_story_heading .title span .arrow {
  width: 24px;
  margin-left: 10px;
}

.partial.content_story_pages_nextstory .next_story_heading a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: solid 1px #707070;
  border-bottom: solid 1px #707070;
  padding: 15px 0;
  color: #161E2F;
  text-decoration: none;
}

@media (min-width: 768px) {
  .partial.content_story_pages_nextstory .next_story_heading a {
    padding: 18px 50px 26px 70px;
  }
  .partial.content_story_pages_nextstory .next_story_heading a h2.next_story_title {
    font-size: 1.5625rem;
    line-height: 1.875rem;
  }
}

.partial.content_story_pages_nextstory .next_story_heading a img.next_story_image {
  width: 90px;
  height: 90px;
}

.partial.content_story_pages_nextstory .next_story_heading a .next_story_title {
  font: 700 1.25rem/1.5rem "Roboto Slab", serif, Arial, sans-serif;
  color: #161E2F;
}

.partial.content_story_pages_nextstory .next_story_link {
  margin: 15px 0;
}

.partial.content_story_pages_nextstory .next_story_link a {
  font: Italic 0.9375rem "Roboto", Arial, sans-serif;
  letter-spacing: 1.5px;
  color: #FFC033;
  text-transform: uppercase;
  text-decoration: none;
}

.partial.content_story_pages_nextstory .next_story_link a em {
  font-style: italic;
}@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700|Roboto+Condensed:400,700|Roboto+Slab:700|Open+Sans&display=swap");
.content_story_pages_3dsummary {
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .content_story_pages_3dsummary {
    position: relative;
    height: 100%;
  }
  .content_story_pages_3dsummary:before {
    content: "";
    display: block;
    position: absolute;
    height: 60px;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 1, 1, 0.71)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(rgba(1, 1, 1, 0.71), rgba(0, 0, 0, 0));
    z-index: 1;
  }
}

.content_story_pages_3dsummary thead, .content_story_pages_3dsummary tr, .content_story_pages_3dsummary td {
  display: block;
}

.content_story_pages_3dsummary img.background {
  display: none;
}

@media (min-width: 1024px) {
  .content_story_pages_3dsummary img.background {
    width: 660px;
    height: auto;
    display: block;
  }
}

.content_story_pages_3dsummary .summary-3d-table, .content_story_pages_3dsummary .summary-3d-table * {
  z-index: 2;
}

.content_story_pages_3dsummary .summary-3d-table {
  display: block;
  font: 1.125rem "Roboto Condensed", Arial, sans-serif;
  color: white;
  line-height: 2rem;
}

@media (min-width: 1024px) {
  .content_story_pages_3dsummary .summary-3d-table {
    width: 40%;
    margin-right: 20px;
    margin-bottom: 90px;
    position: absolute;
    right: 0;
    top: 0;
  }
}

.content_story_pages_3dsummary .summary-3d-table .summary-3d-header-title {
  font-size: 1.6875rem;
  font-weight: 700;
  color: #161E2F;
  margin: 0 -15px 10px;
  padding: 9px 15px 9px 65px;
  background: #F4F4F5 url(/static/images/icons/3d.svg) no-repeat left center;
  background-position-x: 10px;
}

@media (min-width: 1024px) {
  .content_story_pages_3dsummary .summary-3d-table .summary-3d-header-title {
    padding: 9px 0 9px 50px;
    margin: 0;
    background-color: transparent;
    color: white;
    background-position-x: 0;
  }
}

.content_story_pages_3dsummary .summary-3d-table tbody {
  display: block;
}

.content_story_pages_3dsummary .summary-3d-table tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content_story_pages_3dsummary .summary-3d-table .summary-3d-item-title, .content_story_pages_3dsummary .summary-3d-table .summary-3d-item-rating,
.content_story_pages_3dsummary .summary-3d-table .summary-3d-footer-title, .content_story_pages_3dsummary .summary-3d-table .summary-3d-footer-total {
  background: #161E2F;
  margin: 1px;
  height: 30px;
}

@media (min-width: 1024px) {
  .content_story_pages_3dsummary .summary-3d-table .summary-3d-item-title, .content_story_pages_3dsummary .summary-3d-table .summary-3d-item-rating {
    color: #161E2F;
    background-color: rgba(255, 255, 255, 0.8);
  }
}

.content_story_pages_3dsummary .summary-3d-table .summary-3d-item-title {
  padding-left: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 400;
}

.content_story_pages_3dsummary .summary-3d-table .summary-3d-item-rating {
  text-align: center;
  font-weight: 700;
  width: 35px;
  color: #FFC033;
}

@media (min-width: 1024px) {
  .content_story_pages_3dsummary .summary-3d-table .summary-3d-item-rating {
    color: #161E2F;
  }
}

.content_story_pages_3dsummary .summary-3d-table tfoot {
  display: block;
}

.content_story_pages_3dsummary .summary-3d-table tfoot tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content_story_pages_3dsummary .summary-3d-table tfoot tr .summary-3d-footer-total {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0;
  font-weight: 700;
}

.content_story_pages_3dsummary .summary-3d-table tfoot tr .summary-3d-footer-title {
  margin-right: 0;
  font-weight: 700;
  width: auto;
  padding-left: 15px;
  padding-right: 8px;
}

.content_story_pages_3dsummary .summary-3d-table .summary-3d-footer-total {
  color: #FFC033;
}@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700|Roboto+Condensed:400,700|Roboto+Slab:700|Open+Sans&display=swap");
.content_story_pages_3drating {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .content_story_pages_3drating {
    margin-left: 0;
    margin-right: 0;
  }
}

.content_story_pages_3drating .rating-3d-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F4F4F5;
  clear: both;
  overflow: hidden;
  font-family: "Roboto Condensed", Arial, sans-serif;
  padding: 4px 15px;
}

@media (min-width: 1366px) {
  .content_story_pages_3drating .rating-3d-container {
    padding: 4px 22px;
  }
}

.content_story_pages_3drating .rating-3d-container .td-glasses {
  height: 23px !important;
  width: 40px !important;
}

.content_story_pages_3drating .rating-3d-container .td-page-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-left: 15px;
}

.content_story_pages_3drating .rating-3d-container .td-page-wrapper .dchartleft {
  font-size: 1.6875rem;
  line-height: 2rem;
  font-weight: 700;
  color: #161E2F;
}

.content_story_pages_3drating .rating-3d-container .td-page-wrapper .dchartright {
  color: #FFC033;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
  text-transform: uppercase;
}

.content_story_pages_3drating .rating-3d-container .td-page-wrapper .dchartright .prefix {
  font-weight: 400;
  color: #161E2F;
}.partial_group {
  /* Specific Versions */
  /* Extensions */
  /* Unique sections/featured events */
}

@media (min-width: 768px) {
  .partial_group.grid-3-6-3 {
    margin-bottom: 40px;
  }
}

@media (min-width: 1366px) {
  .partial_group.grid-3-6-3 {
    margin-bottom: 80px;
  }
}

@media (min-width: 0) {
  .partial_group.grid-3-6-3 > .partial-group-start {
    position: relative;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0;
  }
}

@media (min-width: 768px) {
  .partial_group.grid-3-6-3 > .partial-group-start {
    position: relative;
    max-width: 632px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .partial_group.grid-3-6-3 > .partial-group-start {
    position: relative;
    max-width: 632px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
}

@media (min-width: 1366px) {
  .partial_group.grid-3-6-3 > .partial-group-start {
    position: relative;
    max-width: 1280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
}

@media (min-width: 1760px) {
  .partial_group.grid-3-6-3 > .partial-group-start {
    position: relative;
    max-width: 1280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
}

.partial_group.grid-3-6-3 > .partial-group-start > .partial_group.col-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 0) {
  .partial_group.grid-3-6-3 > .partial-group-start > .partial_group.col-1 {
    position: relative;
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .partial_group.grid-3-6-3 > .partial-group-start > .partial_group.col-1:last-of-type {
    border-right: none;
  }
}

@media (min-width: 768px) {
  .partial_group.grid-3-6-3 > .partial-group-start > .partial_group.col-1 {
    position: relative;
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    max-width: 300px;
  }
  .partial_group.grid-3-6-3 > .partial-group-start > .partial_group.col-1:last-of-type {
    border-right: none;
  }
}

.partial_group.grid-3-6-3 > .partial-group-start > .partial_group.col-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (min-width: 0) {
  .partial_group.grid-3-6-3 > .partial-group-start > .partial_group.col-2 {
    position: relative;
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .partial_group.grid-3-6-3 > .partial-group-start > .partial_group.col-2:last-of-type {
    border-right: none;
  }
}

@media (min-width: 768px) {
  .partial_group.grid-3-6-3 > .partial-group-start > .partial_group.col-2 {
    position: relative;
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 630px;
            flex: 0 0 630px;
    max-width: 630px;
  }
  .partial_group.grid-3-6-3 > .partial-group-start > .partial_group.col-2:last-of-type {
    border-right: none;
  }
}

@media (min-width: 768px) {
  .partial_group.grid-3-6-3 > .partial-group-start > .partial_group.col-2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (min-width: 1366px) {
  .partial_group.grid-3-6-3 > .partial-group-start > .partial_group.col-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.partial_group.grid-3-6-3 > .partial-group-start > .partial_group.col-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

@media (min-width: 0) {
  .partial_group.grid-3-6-3 > .partial-group-start > .partial_group.col-3 {
    position: relative;
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .partial_group.grid-3-6-3 > .partial-group-start > .partial_group.col-3:last-of-type {
    border-right: none;
  }
}

@media (min-width: 768px) {
  .partial_group.grid-3-6-3 > .partial-group-start > .partial_group.col-3 {
    position: relative;
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    max-width: 300px;
  }
  .partial_group.grid-3-6-3 > .partial-group-start > .partial_group.col-3:last-of-type {
    border-right: none;
  }
}

@media (min-width: 768px) {
  .partial_group.grid-3-6-3 > .partial-group-start > .partial_group.col-3 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (min-width: 1366px) {
  .partial_group.grid-3-6-3 > .partial-group-start > .partial_group.col-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (min-width: 768px) {
  .partial_group.grid-6-3-3 {
    margin-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .partial_group.grid-6-3-3 {
    margin-bottom: 80px;
  }
}

@media (min-width: 0) {
  .partial_group.grid-6-3-3 > .partial-group-start {
    position: relative;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0;
  }
}

@media (min-width: 768px) {
  .partial_group.grid-6-3-3 > .partial-group-start {
    position: relative;
    max-width: 632px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .partial_group.grid-6-3-3 > .partial-group-start {
    position: relative;
    max-width: 632px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
}

@media (min-width: 1366px) {
  .partial_group.grid-6-3-3 > .partial-group-start {
    position: relative;
    max-width: 1280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
}

@media (min-width: 1760px) {
  .partial_group.grid-6-3-3 > .partial-group-start {
    position: relative;
    max-width: 1280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
}

@media (min-width: 0) {
  .partial_group.grid-6-3-3 > .partial-group-start > .partial_group.col-1 {
    position: relative;
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .partial_group.grid-6-3-3 > .partial-group-start > .partial_group.col-1:last-of-type {
    border-right: none;
  }
}

@media (min-width: 768px) {
  .partial_group.grid-6-3-3 > .partial-group-start > .partial_group.col-1 {
    position: relative;
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 630px;
            flex: 0 0 630px;
    max-width: 630px;
  }
  .partial_group.grid-6-3-3 > .partial-group-start > .partial_group.col-1:last-of-type {
    border-right: none;
  }
}

@media (min-width: 0) {
  .partial_group.grid-6-3-3 > .partial-group-start > .partial_group.col-2 {
    position: relative;
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .partial_group.grid-6-3-3 > .partial-group-start > .partial_group.col-2:last-of-type {
    border-right: none;
  }
}

@media (min-width: 768px) {
  .partial_group.grid-6-3-3 > .partial-group-start > .partial_group.col-2 {
    position: relative;
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    max-width: 300px;
  }
  .partial_group.grid-6-3-3 > .partial-group-start > .partial_group.col-2:last-of-type {
    border-right: none;
  }
}

@media (min-width: 0) {
  .partial_group.grid-6-3-3 > .partial-group-start > .partial_group.col-3 {
    position: relative;
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .partial_group.grid-6-3-3 > .partial-group-start > .partial_group.col-3:last-of-type {
    border-right: none;
  }
}

@media (min-width: 768px) {
  .partial_group.grid-6-3-3 > .partial-group-start > .partial_group.col-3 {
    position: relative;
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    max-width: 300px;
  }
  .partial_group.grid-6-3-3 > .partial-group-start > .partial_group.col-3:last-of-type {
    border-right: none;
  }
}

@media (min-width: 768px) {
  .partial_group.grid-3-3-6 {
    margin-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .partial_group.grid-3-3-6 {
    margin-bottom: 80px;
  }
}

@media (min-width: 0) {
  .partial_group.grid-3-3-6 > .partial-group-start {
    position: relative;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0;
  }
}

@media (min-width: 768px) {
  .partial_group.grid-3-3-6 > .partial-group-start {
    position: relative;
    max-width: 632px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .partial_group.grid-3-3-6 > .partial-group-start {
    position: relative;
    max-width: 632px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
}

@media (min-width: 1366px) {
  .partial_group.grid-3-3-6 > .partial-group-start {
    position: relative;
    max-width: 1280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
}

@media (min-width: 1760px) {
  .partial_group.grid-3-3-6 > .partial-group-start {
    position: relative;
    max-width: 1280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
}

@media (min-width: 0) {
  .partial_group.grid-3-3-6 > .partial-group-start > .partial_group.col-1 {
    position: relative;
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .partial_group.grid-3-3-6 > .partial-group-start > .partial_group.col-1:last-of-type {
    border-right: none;
  }
}

@media (min-width: 768px) {
  .partial_group.grid-3-3-6 > .partial-group-start > .partial_group.col-1 {
    position: relative;
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    max-width: 300px;
  }
  .partial_group.grid-3-3-6 > .partial-group-start > .partial_group.col-1:last-of-type {
    border-right: none;
  }
}

@media (min-width: 0) {
  .partial_group.grid-3-3-6 > .partial-group-start > .partial_group.col-2 {
    position: relative;
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .partial_group.grid-3-3-6 > .partial-group-start > .partial_group.col-2:last-of-type {
    border-right: none;
  }
}

@media (min-width: 768px) {
  .partial_group.grid-3-3-6 > .partial-group-start > .partial_group.col-2 {
    position: relative;
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    max-width: 300px;
  }
  .partial_group.grid-3-3-6 > .partial-group-start > .partial_group.col-2:last-of-type {
    border-right: none;
  }
}

@media (min-width: 0) {
  .partial_group.grid-3-3-6 > .partial-group-start > .partial_group.col-3 {
    position: relative;
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .partial_group.grid-3-3-6 > .partial-group-start > .partial_group.col-3:last-of-type {
    border-right: none;
  }
}

@media (min-width: 768px) {
  .partial_group.grid-3-3-6 > .partial-group-start > .partial_group.col-3 {
    position: relative;
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 630px;
            flex: 0 0 630px;
    max-width: 630px;
  }
  .partial_group.grid-3-3-6 > .partial-group-start > .partial_group.col-3:last-of-type {
    border-right: none;
  }
}

@media (min-width: 768px) {
  .partial_group.grid-6-6 {
    margin-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .partial_group.grid-6-6 {
    margin-bottom: 80px;
  }
}

@media (min-width: 0) {
  .partial_group.grid-6-6 > .partial-group-start {
    position: relative;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0;
  }
}

@media (min-width: 768px) {
  .partial_group.grid-6-6 > .partial-group-start {
    position: relative;
    max-width: 632px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .partial_group.grid-6-6 > .partial-group-start {
    position: relative;
    max-width: 632px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
}

@media (min-width: 1366px) {
  .partial_group.grid-6-6 > .partial-group-start {
    position: relative;
    max-width: 1280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
}

@media (min-width: 1760px) {
  .partial_group.grid-6-6 > .partial-group-start {
    position: relative;
    max-width: 1280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
}

@media (min-width: 0) {
  .partial_group.grid-6-6 > .partial-group-start > .partial_group.col-1 {
    position: relative;
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .partial_group.grid-6-6 > .partial-group-start > .partial_group.col-1:last-of-type {
    border-right: none;
  }
}

@media (min-width: 768px) {
  .partial_group.grid-6-6 > .partial-group-start > .partial_group.col-1 {
    position: relative;
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 630px;
            flex: 0 0 630px;
    max-width: 630px;
  }
  .partial_group.grid-6-6 > .partial-group-start > .partial_group.col-1:last-of-type {
    border-right: none;
  }
}

@media (min-width: 0) {
  .partial_group.grid-6-6 > .partial-group-start > .partial_group.col-2 {
    position: relative;
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .partial_group.grid-6-6 > .partial-group-start > .partial_group.col-2:last-of-type {
    border-right: none;
  }
}

@media (min-width: 768px) {
  .partial_group.grid-6-6 > .partial-group-start > .partial_group.col-2 {
    position: relative;
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 630px;
            flex: 0 0 630px;
    max-width: 630px;
  }
  .partial_group.grid-6-6 > .partial-group-start > .partial_group.col-2:last-of-type {
    border-right: none;
  }
}

@media (min-width: 768px) {
  .partial_group.grid-7-5 {
    margin-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .partial_group.grid-7-5 {
    margin-bottom: 80px;
  }
}

@media (min-width: 0) {
  .partial_group.grid-7-5 > .partial-group-start {
    position: relative;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0;
  }
}

@media (min-width: 768px) {
  .partial_group.grid-7-5 > .partial-group-start {
    position: relative;
    max-width: 632px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .partial_group.grid-7-5 > .partial-group-start {
    position: relative;
    max-width: 632px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
}

@media (min-width: 1366px) {
  .partial_group.grid-7-5 > .partial-group-start {
    position: relative;
    max-width: 1280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
}

@media (min-width: 1760px) {
  .partial_group.grid-7-5 > .partial-group-start {
    position: relative;
    max-width: 1280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
}

@media (min-width: 0) {
  .partial_group.grid-7-5 > .partial-group-start > .partial_group.col-1 {
    position: relative;
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .partial_group.grid-7-5 > .partial-group-start > .partial_group.col-1:last-of-type {
    border-right: none;
  }
}

@media (min-width: 1366px) {
  .partial_group.grid-7-5 > .partial-group-start > .partial_group.col-1 {
    position: relative;
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 780px;
            flex: 0 0 780px;
    max-width: 780px;
  }
  .partial_group.grid-7-5 > .partial-group-start > .partial_group.col-1:last-of-type {
    border-right: none;
  }
}

@media (min-width: 0) {
  .partial_group.grid-7-5 > .partial-group-start > .partial_group.col-2 {
    position: relative;
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .partial_group.grid-7-5 > .partial-group-start > .partial_group.col-2:last-of-type {
    border-right: none;
  }
}

@media (min-width: 1366px) {
  .partial_group.grid-7-5 > .partial-group-start > .partial_group.col-2 {
    position: relative;
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 480px;
            flex: 0 0 480px;
    max-width: 480px;
  }
  .partial_group.grid-7-5 > .partial-group-start > .partial_group.col-2:last-of-type {
    border-right: none;
  }
}

@media (min-width: 1024px) {
  .partial_group.grid-9-3.video > .partial-group-start {
    grid-template-rows: 540px auto;
    grid-template-areas: "video right-mp" "left-mp right-mp";
  }
}

@media (min-width: 1366px) {
  .partial_group.grid-9-3 > .partial-group-start {
    display: grid;
    max-width: 1280px;
    margin: auto;
    grid-template-columns: 75% 25%;
  }
}

.partial_group.grid-9-3 .theater {
  grid-area: video;
}

.partial_group.grid-9-3 .left-mp {
  grid-area: left-mp;
}

.partial_group.grid-9-3 .right-mp {
  grid-area: right-mp;
}

@media (min-width: 768px) {
  .partial_group.grid-5-7 {
    margin-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .partial_group.grid-5-7 {
    margin-bottom: 80px;
  }
}

@media (min-width: 0) {
  .partial_group.grid-5-7 > .partial-group-start {
    position: relative;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0;
  }
}

@media (min-width: 768px) {
  .partial_group.grid-5-7 > .partial-group-start {
    position: relative;
    max-width: 632px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .partial_group.grid-5-7 > .partial-group-start {
    position: relative;
    max-width: 632px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
}

@media (min-width: 1366px) {
  .partial_group.grid-5-7 > .partial-group-start {
    position: relative;
    max-width: 1280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
}

@media (min-width: 1760px) {
  .partial_group.grid-5-7 > .partial-group-start {
    position: relative;
    max-width: 1280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
}

@media (min-width: 0) {
  .partial_group.grid-5-7 > .partial-group-start > .partial_group.col-1 {
    position: relative;
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .partial_group.grid-5-7 > .partial-group-start > .partial_group.col-1:last-of-type {
    border-right: none;
  }
}

@media (min-width: 1366px) {
  .partial_group.grid-5-7 > .partial-group-start > .partial_group.col-1 {
    position: relative;
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 480px;
            flex: 0 0 480px;
    max-width: 480px;
  }
  .partial_group.grid-5-7 > .partial-group-start > .partial_group.col-1:last-of-type {
    border-right: none;
  }
}

@media (min-width: 0) {
  .partial_group.grid-5-7 > .partial-group-start > .partial_group.col-2 {
    position: relative;
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .partial_group.grid-5-7 > .partial-group-start > .partial_group.col-2:last-of-type {
    border-right: none;
  }
}

@media (min-width: 1366px) {
  .partial_group.grid-5-7 > .partial-group-start > .partial_group.col-2 {
    position: relative;
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 780px;
            flex: 0 0 780px;
    max-width: 780px;
  }
  .partial_group.grid-5-7 > .partial-group-start > .partial_group.col-2:last-of-type {
    border-right: none;
  }
}

@media (min-width: 768px) {
  .partial_group.grid-12 {
    margin-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .partial_group.grid-12 {
    margin-bottom: 80px;
  }
}

@media (min-width: 0) {
  .partial_group.grid-12 > .partial-group-start {
    position: relative;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0;
  }
}

@media (min-width: 768px) {
  .partial_group.grid-12 > .partial-group-start {
    position: relative;
    max-width: 632px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .partial_group.grid-12 > .partial-group-start {
    position: relative;
    max-width: 632px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
}

@media (min-width: 1366px) {
  .partial_group.grid-12 > .partial-group-start {
    position: relative;
    max-width: 1280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
}

@media (min-width: 1760px) {
  .partial_group.grid-12 > .partial-group-start {
    position: relative;
    max-width: 1280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
}

@media (min-width: 0) {
  .partial_group.grid-12 > .partial-group-start > .partial_group.col-1 {
    position: relative;
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .partial_group.grid-12 > .partial-group-start > .partial_group.col-1:last-of-type {
    border-right: none;
  }
}

.partial_group.bg-white {
  margin: 40px 0;
}

@media (min-width: 1024px) {
  .partial_group.bg-white {
    margin: 80px 0;
  }
}

.partial_group.bg-white > .partial-group-start {
  background-color: #FFFFFF;
  border: solid 1px #DCDCDC;
}

.partial_group.top-gold > .partial-group-start {
  border-top: solid 8px #FFC033;
}

.partial_group.review-hp {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .partial_group.review-hp {
    margin-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .partial_group.review-hp {
    margin-bottom: 80px;
  }
}

.partial_group.video-hp {
  position: relative;
}

.partial_group.video-hp > .partial-group-start {
  height: 100%;
  position: relative;
}

.partial_group.video-hp > .partial-group-start > .partial_group.col-1,
.partial_group.video-hp > .partial-group-start > .partial_group.col-2 {
  height: 100%;
  max-height: none;
}

.partial_group.video-hp > .partial-group-start > .partial_group.col-1 > .partial-group-start,
.partial_group.video-hp > .partial-group-start > .partial_group.col-2 > .partial-group-start {
  height: 100%;
  position: relative;
}

@media (min-width: 1366px) {
  .partial_group.video-hp {
    height: 610px;
  }
}

.partial_group.videopage > .partial-group-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.partial_group.videopage > .partial-group-start .theater, .partial_group.videopage > .partial-group-start .content_story_meta_title, .partial_group.videopage > .partial-group-start .content_story_meta_summary, .partial_group.videopage > .partial-group-start .form_mailchimp, .partial_group.videopage > .partial-group-start .comments_disqus {
  width: 960px;
}

.partial_group.videopage > .partial-group-start .up-next, .partial_group.videopage > .partial-group-start .trending, .partial_group.videopage > .partial-group-start .top-ad {
  width: 320px;
}

.partial_group.videopage > .partial-group-start .content_story_meta_title, .partial_group.videopage > .partial-group-start .content_story_meta_summary, .partial_group.videopage > .partial-group-start .form_mailchimp {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 150px;
}

.partial_group.videopage > .partial-group-start .theater, .partial_group.videopage > .partial-group-start .up-next {
  height: 540px;
}

.partial_group.videopage > .partial-group-start .content_story_meta_title {
  grid-area: title;
}

.partial_group.videopage > .partial-group-start .top-ad {
  grid-area: topad;
}

.partial_group.videopage > .partial-group-start .content_story_meta_summary {
  grid-area: summary;
}

.partial_group.videopage > .partial-group-start .form_mailchimp {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.partial_group.videopage > .partial-group-start .trending {
  grid-area: trending;
}

.partial_group.videopage > .partial-group-start .comments_disqus {
  grid-area: comments;
}

@media (min-width: 1366px) {
  .partial_group.videopage > .partial-group-start {
    grid-template-areas: 'theater upnext' 'title topad' 'summary trending';
  }
}

@media (min-width: 0) {
  .partial_group.podcast-hp > .partial-group-start {
    position: relative;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0;
  }
}

@media (min-width: 768px) {
  .partial_group.podcast-hp > .partial-group-start {
    position: relative;
    max-width: 632px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .partial_group.podcast-hp > .partial-group-start {
    position: relative;
    max-width: 632px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
}

@media (min-width: 1366px) {
  .partial_group.podcast-hp > .partial-group-start {
    position: relative;
    max-width: 1280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
}

@media (min-width: 1760px) {
  .partial_group.podcast-hp > .partial-group-start {
    position: relative;
    max-width: 1280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
}

.partial_group.podcast-hp > .partial-group-start > .partial_group.col-1 {
  margin-bottom: 15px;
}

@media (min-width: 0) {
  .partial_group.podcast-hp > .partial-group-start > .partial_group.col-1 {
    position: relative;
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .partial_group.podcast-hp > .partial-group-start > .partial_group.col-1:last-of-type {
    border-right: none;
  }
}

@media (min-width: 1366px) {
  .partial_group.podcast-hp > .partial-group-start > .partial_group.col-1 {
    position: relative;
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 465px;
            flex: 0 0 465px;
    max-width: 465px;
  }
  .partial_group.podcast-hp > .partial-group-start > .partial_group.col-1:last-of-type {
    border-right: none;
  }
}

@media (min-width: 1366px) {
  .partial_group.podcast-hp > .partial-group-start > .partial_group.col-1 {
    margin-right: 15px;
    margin-bottom: 0;
  }
}

.partial_group.podcast-hp > .partial-group-start > .partial_group.col-2 {
  margin-bottom: 15px;
}

@media (min-width: 1366px) {
  .partial_group.podcast-hp > .partial-group-start > .partial_group.col-2 {
    margin-bottom: 0;
  }
}

.partial_group.theater .jwplayer {
  max-height: 540px;
}

@media (min-width: 768px) {
  .partial_group.theater {
    margin: 0;
  }
}

.partial_group.left-mp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .partial_group.left-mp {
    margin-top: 50px;
  }
}

@media (min-width: 1024px) {
  .partial_group.left-mp {
    margin-top: 0;
  }
}

.partial_group.left-mp > .partial-group-start {
  max-width: 660px;
  margin: 15px;
  height: 100%;
}

@media (min-width: 768px) {
  .partial_group.left-mp > .partial-group-start {
    padding: 0 50px;
  }
}

@media (min-width: 1024px) {
  .partial_group.left-mp > .partial-group-start {
    margin: 0;
    padding: 0 150px;
  }
  .partial_group.left-mp > .partial-group-start .jumbo {
    padding: 0;
    margin-bottom: 50px;
  }
}

.partial_group.right-mp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.partial_group.right-mp > .partial-group-start {
  max-width: 660px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.partial_group.right-mp > .partial-group-start .col-2 {
  grid-area: upnext-col;
}

@media (min-width: 1024px) {
  .partial_group.right-mp > .partial-group-start {
    padding: 0 150px;
  }
}

@media (min-width: 1366px) {
  .partial_group.right-mp > .partial-group-start {
    display: block;
    padding: 0;
  }
}

.partial_group.right-mp > .partial-group-start .back-to-top {
  width: 100%;
}

.partial_group.details {
  margin-bottom: 35px;
}

.partial_group.details .partial-group-start {
  position: relative;
  display: block;
  list-style: none;
  margin: 0;
}

.partial_group.details .partial-group-start .content_story_meta_author_contributor_list {
  padding: 0;
  min-height: 65px;
}

.partial_group.details .partial-group-start .content_story_meta_date {
  padding: 0;
}

.partial_group.hero-w-trending .partial-group-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1366px) {
  .partial_group.hero-w-trending .partial-group-start .hero {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .partial_group.hero-w-trending .partial-group-start .trending {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.partial_group.author-bio {
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #DCDCDC !important;
  background-color: #FFFFFF;
  margin-bottom: 100px;
}

@media (min-width: 0) {
  .partial_group.footer-links .partial-group-start {
    position: relative;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 15px;
  }
}

@media (min-width: 768px) {
  .partial_group.footer-links .partial-group-start {
    position: relative;
    max-width: 632px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .partial_group.footer-links .partial-group-start {
    position: relative;
    max-width: 632px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
}

@media (min-width: 1366px) {
  .partial_group.footer-links .partial-group-start {
    position: relative;
    max-width: 980px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
}

@media (min-width: 1760px) {
  .partial_group.footer-links .partial-group-start {
    position: relative;
    max-width: 980px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
}

@media (min-width: 0) {
  .partial_group.footer-links .partial-group-start .partial.link_list.footer-links {
    position: relative;
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }
  .partial_group.footer-links .partial-group-start .partial.link_list.footer-links:last-of-type {
    border-right: none;
  }
}

@media (min-width: 1024px) {
  .partial_group.footer-links .partial-group-start .partial.link_list.footer-links {
    position: relative;
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .partial_group.footer-links .partial-group-start .partial.link_list.footer-links:last-of-type {
    border-right: none;
  }
}

.partial_group.floating-social {
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
}

.partial_group.floating-social .partial-group-start {
  position: relative;
  left: -150px;
}

@media (min-width: 1024px) {
  .partial_group.floating-social {
    display: block;
  }
  .partial_group.floating-social ~ .partial.content_story_meta_title {
    margin-top: -164px;
  }
}

.partial_group.four-oh-four > .partial-group-start > .partial_group {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.partial_group.four-oh-four > .partial-group-start > .partial_group.col-1 {
  padding: 30px 30px 0 30px;
  margin-bottom: 30px;
}

.partial_group.four-oh-four > .partial-group-start > .partial_group.col-2 {
  padding: 0 30px 30px 30px;
}

@media (min-width: 1366px) {
  .partial_group.four-oh-four > .partial-group-start > .partial_group {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .partial_group.four-oh-four > .partial-group-start > .partial_group.col-1 {
    padding: 30px 60px 30px 160px;
  }
  .partial_group.four-oh-four > .partial-group-start > .partial_group.col-2 {
    padding: 60px 160px 30px 60px;
  }
}

.partial_group.m-crl > .partial-group-start > .partial_group.col-1 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

@media (min-width: 768px) {
  .partial_group.m-crl > .partial-group-start > .partial_group.col-1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (min-width: 1366px) {
  .partial_group.m-crl > .partial-group-start > .partial_group.col-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.partial_group.m-crl > .partial-group-start > .partial_group.col-2 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 768px) {
  .partial_group.m-crl > .partial-group-start > .partial_group.col-2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 1366px) {
  .partial_group.m-crl > .partial-group-start > .partial_group.col-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.partial_group.m-crl > .partial-group-start > .partial_group.col-3 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (min-width: 768px) {
  .partial_group.m-crl > .partial-group-start > .partial_group.col-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (min-width: 1366px) {
  .partial_group.m-crl > .partial-group-start > .partial_group.col-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.partial_group.flex-row .partial-group-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.partial_group.voices {
  background-color: #161E2F;
  padding-top: 35px;
  padding-bottom: 31px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.partial_group.voices > .partial-group-start > .partial_group {
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 1366px) {
  .partial_group.voices > .partial-group-start > .partial_group {
    padding: 0;
  }
}@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700|Roboto+Condensed:400,700|Roboto+Slab:700|Open+Sans&display=swap");
.partial.snippet.podcast-text {
  background-color: #FFFFFF;
  border-left: solid 1px #DCDCDC;
  border-right: solid 1px #DCDCDC;
  border-bottom: solid 1px #DCDCDC;
  padding: 0 15px 15px 15px;
}

.partial.snippet.podcast-text p {
  margin-bottom: 15px;
  font: 400 0.8125rem/1.125rem "Roboto", Arial, sans-serif;
}

.partial.snippet.podcast-text .subscribe a {
  display: block;
  width: 194px;
  font: 400 0.9375rem/2.375rem "Roboto Condensed", Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #161E2F;
  border: solid 1px #DCDCDC;
}

.partial.snippet #top {
  position: relative;
  bottom: 75px;
}

.partial.snippet.back-to-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .partial.snippet.back-to-top {
    display: none;
  }
}

.partial.snippet.back-to-top.media-page {
  background: #F4F4F5;
}

.partial.snippet.back-to-top .anchor-button {
  font: "Roboto Condensed", Arial, sans-serif;
  font-size: 0.9375rem;
  letter-spacing: 0.1875rem;
  text-transform: uppercase;
  padding: 10px 20px;
  background: white;
  color: #161E2F;
  border: solid 1px #161E2F;
  text-decoration: none;
  margin-bottom: 40px;
  margin-top: 20px;
}

.partial.snippet #comments {
  position: relative;
  bottom: 100px;
}

.partial.snippet .leave-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.06875rem;
  line-height: 1.5625rem;
  font-size: 1.375rem;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.partial.snippet .leave-comment:before {
  display: block;
  content: "";
  background-color: #FFC033;
  height: 16px;
  width: 8px;
  margin-right: 10px;
  position: relative;
  top: 4px;
}

.partial.snippet.four-oh-four-text {
  text-align: center;
  font: 400 1.5625rem/1.8125rem "Roboto Condensed", Arial, sans-serif;
  color: #8C8C8C;
}

.partial.snippet.four-oh-four-image img {
  display: block;
  margin: 0 auto;
}

@media (min-width: 1366px) {
  .partial.snippet.four-oh-four-image img {
    margin: 0;
  }
}

.partial.snippet.mobile-anchor {
  margin-top: -60px;
  padding-bottom: 60px;
}

.partial.snippet.onsite-public.scroll-to-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  padding: 0;
  font-family: Arial, sans-serif;
  font-weight: 200;
  font-size: 4rem;
  z-index: 999;
  width: 3rem;
  height: 3rem;
  text-align: center;
}

.partial.snippet.onsite-public.scroll-to-top a {
  color: white;
  text-decoration: none;
}

.partial.snippet.featured-event.logo {
  width: 100%;
  text-align: center;
}

.partial.snippet.featured-event.logo a {
  display: inline-block;
}

@media (max-width: 768px) {
  .partial.snippet.featured-event.logo img {
    max-width: 200px;
  }
}

.partial.snippet.featured-event.description {
  width: 100%;
  margin-top: 34px;
  margin-bottom: 29px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 20px;
  line-height: 35px;
}

.partial.snippet.featured-event.view-more {
  width: 100%;
  text-align: center;
}

.partial.snippet.featured-event.view-more.desktop {
  display: none;
}

@media (min-width: 1366px) {
  .partial.snippet.featured-event.view-more.desktop {
    display: block;
  }
  .partial.snippet.featured-event.view-more.mobile {
    display: none;
  }
}

.partial.snippet.featured-event.view-more a {
  display: inline-block;
  background-color: white;
  color: #161E2F;
  text-decoration: none;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 15px;
  letter-spacing: 3px;
  line-height: 15px;
  text-transform: uppercase;
  padding: 9px 43px;
}@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700|Roboto+Condensed:400,700|Roboto+Slab:700|Open+Sans&display=swap");
.content_story_pages_text {
  clear: both;
  font-family: "Roboto", Arial, sans-serif;
}

.content_story_pages_text p {
  font-size: 1.25rem;
  line-height: 2.375rem;
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .content_story_pages_text p {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}

.content_story_pages_text em {
  font-style: italic;
  font-weight: inherit;
}

.content_story_pages_text a {
  color: #FFC033;
  text-decoration: none;
  font-weight: 700;
}

.content_story_pages_text h2, .content_story_pages_text h3, .content_story_pages_text h4, .content_story_pages_text h5, .content_story_pages_text h6 {
  margin: 0 auto 5px;
}

.content_story_pages_text h2 a:hover, .content_story_pages_text h2 a:focus, .content_story_pages_text h3 a:hover, .content_story_pages_text h3 a:focus, .content_story_pages_text h4 a:hover, .content_story_pages_text h4 a:focus, .content_story_pages_text h5 a:hover, .content_story_pages_text h5 a:focus, .content_story_pages_text h6 a:hover, .content_story_pages_text h6 a:focus {
  color: #FFC033;
}

.content_story_pages_text h2 {
  margin: 28px auto 5px;
}

.content_story_pages_text blockquote {
  margin: 37px 0 27px;
  padding: 37px;
  position: relative;
}

.content_story_pages_text blockquote:before, .content_story_pages_text blockquote:after {
  display: block;
  content: '';
  width: 30px;
  height: 22px;
  position: absolute;
  color: #FFC033;
  font-size: 5rem;
  line-height: 7rem;
}

@media (min-width: 1024px) {
  .content_story_pages_text blockquote:before, .content_story_pages_text blockquote:after {
    width: 60px;
    height: 45px;
  }
}

.content_story_pages_text blockquote:before {
  left: 0;
  background: url(/static/images/icons/quote.svg) center center no-repeat;
  background-size: cover;
}

@media (min-width: 1024px) {
  .content_story_pages_text blockquote:before {
    top: 20px;
    left: -45px;
  }
}

.content_story_pages_text blockquote:after {
  bottom: 35px;
  right: 0;
  background: url(/static/images/icons/quote-end.svg) center center no-repeat;
  background-size: cover;
}

@media (min-width: 1024px) {
  .content_story_pages_text blockquote:after {
    bottom: 25px;
    right: -30px;
  }
}

.content_story_pages_text blockquote p {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 1.5625rem;
  line-height: 2.1875rem;
  letter-spacing: 0.03938rem;
}

.content_story_pages_text blockquote p:last-child {
  margin-bottom: 0;
}

.content_story_pages_text blockquote.cb_no_quote_block_quote:before {
  display: none;
}

.content_story_pages_text.tag_header {
  width: calc(100% - 3px);
}

.content_story_pages_text.tag_header h2 {
  padding: 0 6px;
}

.content_story_pages_text .text-body h2:before {
  float: left;
  margin-left: -10px;
}

.content_story_pages_text .text-body h2 em {
  font-style: italic;
}@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700|Roboto+Condensed:400,700|Roboto+Slab:700|Open+Sans&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700|Roboto+Condensed:400,700|Roboto+Slab:700|Open+Sans&display=swap");
@media (min-width: 1366px) {
  .mobile-only {
    display: none;
  }
}

.large-only {
  display: none;
}

@media (min-width: 1366px) {
  .large-only {
    display: block;
  }
}

.md-only {
  display: none;
}

@media (min-width: 1024px) {
  .md-only {
    display: block;
  }
}

.content_story_meta_title {
  margin-top: 0;
  font-family: "Roboto Condensed", Arial, sans-serif;
  margin-bottom: 25px;
  clear: both;
}

@media (min-width: 1366px) {
  .content_story_meta_title {
    margin-top: -160px;
  }
}

.content_story_meta_title h1 {
  color: #161E2F;
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: 0;
}

@media (min-width: 1024px) {
  .content_story_meta_title h1 {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }
}

.content_story_meta_title.if_excited_for_text {
  position: relative;
  padding: 0;
  width: auto;
  float: left;
}

.content_story_meta_title.if_excited_for_text .story_title h6 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.2px;
  color: #F3A92A;
  text-transform: uppercase;
}

.content_story_meta_title.gallery {
  margin-bottom: 8px;
  clear: both;
}

.content_story_meta_title.gallery h3 {
  font-size: 28px;
  letter-spacing: -0.44px;
}

.content_story_meta_title.gallery h3 a {
  color: #2D3F61;
}

.content_story_meta_title.top {
  margin-top: -120px;
}

.content_story_meta_title.gallery-page {
  margin-top: 0;
}

.content_story_meta_title.gallery-page.top {
  margin-top: -120px;
}

@media (min-width: 1024px) {
  .content_story_meta_title.media-page {
    margin-top: -100px;
  }
}

@media (min-width: 1024px) {
  main.video_display article.mediastory-content .content_story_meta_title {
    margin-top: -170px;
  }
}@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700|Roboto+Condensed:400,700|Roboto+Slab:700|Open+Sans&display=swap");
.content_story_related {
  overflow: hidden;
  /* Core Styles */
  /* Column Styles */
  /* Enhancement Styles */
}

@media (max-width: 1366px) {
  .content_story_related.notched-mobile .story-related .story-related-story:first-of-type {
    -webkit-clip-path: polygon(0% 0%, 0% 100%, calc(100% - 25px) 100%, 100% calc(100% - 25px), 100% 0%);
            clip-path: polygon(0% 0%, 0% 100%, calc(100% - 25px) 100%, 100% calc(100% - 25px), 100% 0%);
    border: none;
    background-color: #DCDCDC;
    position: relative;
    padding: 1px;
  }
  .content_story_related.notched-mobile .story-related .story-related-story:first-of-type .story-related-content {
    -webkit-clip-path: polygon(0% 0%, 0% 100%, calc(100% - 25px) 100%, 100% calc(100% - 25px), 100% 0%);
            clip-path: polygon(0% 0%, 0% 100%, calc(100% - 25px) 100%, 100% calc(100% - 25px), 100% 0%);
    padding: 14px;
    background-color: #FFFFFF;
  }
}

.content_story_related h1, .content_story_related h2, .content_story_related h3, .content_story_related h4 {
  background-color: #FFFFFF;
  padding: 8px;
  border: solid 0.5px #DCDCDC;
  border-bottom: solid 8px #FFC033;
  color: #161E2F;
  font: 700 Italic 1.375rem/1.4375rem "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 0.20625rem;
  text-transform: uppercase;
}

.content_story_related .id-anchor {
  display: block;
  position: relative;
  top: -60px;
  visibility: hidden;
}

.content_story_related .story-related {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 15px;
}

.content_story_related .story-related .story-related-story {
  text-decoration: none;
}

.content_story_related .story-related .story-related-story.cat-media-video .story-related-content .story-cover-image {
  position: relative;
}

.content_story_related .story-related .story-related-story.cat-media-video .story-related-content .story-cover-image:after {
  content: ' ';
  background: rgba(0, 0, 0, 0.3) url(/static/images/sleek-play.svg) center center no-repeat;
  background-size: 33% 33%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.content_story_related .story-related .story-related-story.cat-media-podcast .story-related-content .story-cover-image {
  position: relative;
}

.content_story_related .story-related .story-related-story.cat-media-podcast .story-related-content .story-cover-image:after {
  content: ' ';
  background: rgba(0, 0, 0, 0.3) url(/static/images/podcast-wave.svg) center center no-repeat;
  background-size: 33% 33%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.content_story_related.jumbo {
  width: 100%;
  height: 100%;
}

.content_story_related.jumbo .story-related .story-related-story:first-of-type {
  -webkit-clip-path: polygon(0% 0%, 0% 100%, calc(100% - 25px) 100%, 100% calc(100% - 25px), 100% 0%);
          clip-path: polygon(0% 0%, 0% 100%, calc(100% - 25px) 100%, 100% calc(100% - 25px), 100% 0%);
  border: none;
  background-color: #DCDCDC;
  position: relative;
  padding: 1px;
}

.content_story_related.jumbo .story-related .story-related-story:first-of-type .story-related-content {
  -webkit-clip-path: polygon(0% 0%, 0% 100%, calc(100% - 25px) 100%, 100% calc(100% - 25px), 100% 0%);
          clip-path: polygon(0% 0%, 0% 100%, calc(100% - 25px) 100%, 100% calc(100% - 25px), 100% 0%);
  padding: 14px;
  background-color: #FFFFFF;
}

.content_story_related.jumbo .story-related .story-related-story {
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  padding: 14px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.content_story_related.jumbo .story-related .story-related-story .story-related-content {
  display: grid;
  grid-template-rows: -webkit-min-content -webkit-min-content -webkit-min-content;
  grid-template-rows: min-content min-content min-content;
  grid-template-columns: 1fr -webkit-min-content -webkit-min-content;
  grid-template-columns: 1fr min-content min-content;
  grid-template-areas: "image image image" "title title title" "author date date";
  grid-gap: 8px 8px;
}

.content_story_related.jumbo .story-related .story-related-story .story-related-content .story-cover-image {
  grid-area: image;
}

.content_story_related.jumbo .story-related .story-related-story .story-related-content .story-cover-image img {
  width: 100%;
  height: auto;
  display: block;
}

.content_story_related.jumbo .story-related .story-related-story .story-related-content .story-related-topic {
  grid-area: image;
  justify-self: start;
  -ms-flex-item-align: end;
      align-self: end;
  display: inline-block;
  background: #FFFFFF;
  padding: 5px 15px 5px 0;
  margin-bottom: -1px;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, calc(100% - 5px) 100%, 100% 0%);
          clip-path: polygon(0% 0%, 0% 100%, calc(100% - 5px) 100%, 100% 0%);
  color: #8C8C8C;
  font: 700 0.625rem "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media (min-width: 1366px) {
  .content_story_related.jumbo .story-related .story-related-story .story-related-content .story-related-topic {
    font-size: 0.9375rem;
  }
}

.content_story_related.jumbo .story-related .story-related-story .story-related-content .story-related-title {
  grid-area: title;
  color: #161E2F;
  font: 700 1.25rem/1.375rem "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 0;
}

@media (min-width: 1366px) {
  .content_story_related.jumbo .story-related .story-related-story .story-related-content .story-related-title {
    font: 700 1.875rem/2.1875rem "Roboto Condensed", Arial, sans-serif;
  }
}

.content_story_related.jumbo .story-related .story-related-story .story-related-content .story-related-author {
  grid-area: author;
  color: #8C8C8C;
  font: 400 0.625rem "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (min-width: 1366px) {
  .content_story_related.jumbo .story-related .story-related-story .story-related-content .story-related-author {
    font-size: 0.9375rem;
  }
}

.content_story_related.jumbo .story-related .story-related-story .story-related-content .story-related-published-date {
  grid-area: date;
  color: #161E2F;
  font: 700 0.625rem "Roboto Condensed", Arial, sans-serif;
}

@media (min-width: 1366px) {
  .content_story_related.jumbo .story-related .story-related-story .story-related-content .story-related-published-date {
    font-size: 0.9375rem;
  }
}

.content_story_related.jumbo .story-related .story-related-story .story-related-content .story-related-comment-count {
  grid-area: comment;
  color: #161E2F;
  font: 700 0.625rem "Roboto Condensed", Arial, sans-serif;
  display: inline;
  text-align: right;
  white-space: nowrap;
}

.content_story_related.jumbo .story-related .story-related-story .story-related-content .story-related-comment-count:before {
  content: ' ';
  display: inline-block;
  width: 13px;
  height: 9px;
  background: transparent url(/static/images/icons/comment-bubble.svg) no-repeat center -4px;
  background-size: 36px 20px;
}

@media (min-width: 1366px) {
  .content_story_related.jumbo .story-related .story-related-story .story-related-content .story-related-comment-count {
    font-size: 0.9375rem;
  }
  .content_story_related.jumbo .story-related .story-related-story .story-related-content .story-related-comment-count:before {
    width: 20px;
    height: 15px;
    background-size: 40px 30px;
    background-position: center -6px;
  }
}

.content_story_related.jumbo .story-related .story-related-story .story-related-content .story-related-summary {
  color: #161E2F;
}

.content_story_related.jumbo.video {
  height: auto;
}

.content_story_related.jumbo.video .story-related .story-related-story {
  padding-bottom: 0;
  -webkit-clip-path: none;
          clip-path: none;
}

.content_story_related.jumbo.video .story-related .story-related-story .story-related-content {
  -webkit-clip-path: none;
          clip-path: none;
  grid-template-areas: "image" "topic" "title";
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
  grid-template-columns: 1fr;
}

.content_story_related.jumbo.video .story-related .story-related-story .story-related-content .story-related-topic {
  grid-area: topic;
}

.content_story_related.jumbo.video .story-related .story-related-story .story-related-content .story-related-title {
  max-height: 68px;
}

.content_story_related.jumbo.video.hero {
  width: auto;
  margin: -15px -15px 15px -15px;
}

.content_story_related.jumbo.video.hero .story-related {
  margin: 0;
}

.content_story_related.jumbo.video.hero .story-related .story-related-story {
  padding: 0;
}

.content_story_related.jumbo.video.hero .story-related .story-related-story .story-related-content {
  grid-template-areas: "image";
  position: relative;
  padding: 0;
}

.content_story_related.jumbo.video.hero .story-related .story-related-story .story-related-content .story-related-author, .content_story_related.jumbo.video.hero .story-related .story-related-story .story-related-content .story-related-topic, .content_story_related.jumbo.video.hero .story-related .story-related-story .story-related-content .story-related-summary, .content_story_related.jumbo.video.hero .story-related .story-related-story .story-related-content .story-related-seemore-link {
  display: none;
}

.content_story_related.jumbo.video.hero .story-related .story-related-story .story-related-content .story-cover-image {
  width: auto;
  height: auto;
  margin: 0;
}

.content_story_related.jumbo.video.hero .story-related .story-related-story .story-related-content .story-related-title {
  margin: 10px 15px;
  grid-area: image;
  color: #FFFFFF;
  z-index: 2;
  position: absolute;
  bottom: 0;
  max-height: 45px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .content_story_related.jumbo.video.hero {
    margin: 0 0 80px 0;
  }
  .content_story_related.jumbo.video.hero .story-related .story-related-story:first-of-type {
    -webkit-clip-path: polygon(0% 0%, 0% 100%, calc(100% - 25px) 100%, 100% calc(100% - 25px), 100% 0%);
            clip-path: polygon(0% 0%, 0% 100%, calc(100% - 25px) 100%, 100% calc(100% - 25px), 100% 0%);
    border: none;
    background-color: #DCDCDC;
    position: relative;
    padding: 1px;
  }
  .content_story_related.jumbo.video.hero .story-related .story-related-story:first-of-type .story-related-content {
    -webkit-clip-path: polygon(0% 0%, 0% 100%, calc(100% - 25px) 100%, 100% calc(100% - 25px), 100% 0%);
            clip-path: polygon(0% 0%, 0% 100%, calc(100% - 25px) 100%, 100% calc(100% - 25px), 100% 0%);
    padding: 14px;
    background-color: #FFFFFF;
  }
  .content_story_related.jumbo.video.hero .story-related .story-related-story .story-related-content {
    grid-template-areas: "image" "topic" "title" "author" "summary";
    grid-gap: 12px 8px;
  }
  .content_story_related.jumbo.video.hero .story-related .story-related-story .story-related-content .story-related-author, .content_story_related.jumbo.video.hero .story-related .story-related-story .story-related-content .story-related-topic, .content_story_related.jumbo.video.hero .story-related .story-related-story .story-related-content .story-related-summary, .content_story_related.jumbo.video.hero .story-related .story-related-story .story-related-content .story-related-seemore-link {
    display: block;
    padding: 0;
  }
  .content_story_related.jumbo.video.hero .story-related .story-related-story .story-related-content .story-related-title {
    margin: 0;
    position: relative;
    grid-area: title;
    color: #161E2F;
    padding: 0;
  }
  .content_story_related.jumbo.video.hero .story-related .story-related-story .story-related-content .story-related-author {
    border-left: none;
    padding-left: 0;
  }
  .content_story_related.jumbo.video.hero .story-related .story-related-story .story-related-content .story-related-author {
    grid-area: author;
    font: 700 0.875rem/1.125rem "Roboto Condensed", Arial, sans-serif;
    color: #161E2F;
  }
  .content_story_related.jumbo.video.hero .story-related .story-related-story .story-related-content .story-related-author .story-related-author-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .content_story_related.jumbo.video.hero .story-related .story-related-story .story-related-content .story-related-author .story-related-author-list .story-related-author-name {
    border-right: 4px solid #FFC033;
    padding-right: 4px;
    margin-right: 6px;
  }
  .content_story_related.jumbo.video.hero .story-related .story-related-story .story-related-content .story-related-author .story-related-author-list .story-related-author-name:last-of-type {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
  .content_story_related.jumbo.video.hero .story-related .story-related-story .story-related-content .story-related-summary {
    grid-area: summary;
    font: 400 1rem/1.75rem "Roboto", Arial, sans-serif;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 48px;
  }
  .content_story_related.jumbo.video.hero .story-related .story-related-story .story-related-content .story-related-seemore-link {
    grid-area: seemore;
    font: 700 0.9375rem/1.125rem "Roboto Condensed", Arial, sans-serif;
    color: #161E2F;
    text-decoration: none;
    text-transform: uppercase;
  }
}

.content_story_related.wide, .content_story_related.full-wide, .content_story_related.tall {
  width: 100%;
  height: 100%;
}

.content_story_related.wide .story-related, .content_story_related.full-wide .story-related, .content_story_related.tall .story-related {
  width: 100%;
  height: 100%;
}

.content_story_related.wide .story-related .story-related-story, .content_story_related.full-wide .story-related .story-related-story, .content_story_related.tall .story-related .story-related-story {
  padding: 15px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 0.5px #DCDCDC;
  background-color: #FFFFFF;
}

.content_story_related.wide .story-related .story-related-story .story-related-content, .content_story_related.full-wide .story-related .story-related-story .story-related-content, .content_story_related.tall .story-related .story-related-story .story-related-content {
  display: grid;
  grid-template-rows: -webkit-min-content 1fr -webkit-min-content;
  grid-template-rows: min-content 1fr min-content;
  grid-template-columns: 85px 1fr -webkit-min-content -webkit-min-content;
  grid-template-columns: 85px 1fr min-content min-content;
  grid-gap: 5px 12px;
  grid-template-areas: "image topic topic topic" "image title title title" "image author date date";
}

.content_story_related.wide .story-related .story-related-story .story-related-content .story-cover-image, .content_story_related.full-wide .story-related .story-related-story .story-related-content .story-cover-image, .content_story_related.tall .story-related .story-related-story .story-related-content .story-cover-image {
  grid-area: image;
}

.content_story_related.wide .story-related .story-related-story .story-related-content .story-cover-image img, .content_story_related.full-wide .story-related .story-related-story .story-related-content .story-cover-image img, .content_story_related.tall .story-related .story-related-story .story-related-content .story-cover-image img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

.content_story_related.wide .story-related .story-related-story .story-related-content .story-related-topic, .content_story_related.full-wide .story-related .story-related-story .story-related-content .story-related-topic, .content_story_related.tall .story-related .story-related-story .story-related-content .story-related-topic {
  grid-area: topic;
  display: inline-block;
  color: #8C8C8C;
  font: 700 0.625rem "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.content_story_related.wide .story-related .story-related-story .story-related-content .story-related-title, .content_story_related.full-wide .story-related .story-related-story .story-related-content .story-related-title, .content_story_related.tall .story-related .story-related-story .story-related-content .story-related-title {
  grid-area: title;
  color: #161E2F;
  font: 700 0.9375rem/0.9375rem "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 0;
  height: 46px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
}

.content_story_related.wide .story-related .story-related-story .story-related-content .story-related-author, .content_story_related.full-wide .story-related .story-related-story .story-related-content .story-related-author, .content_story_related.tall .story-related .story-related-story .story-related-content .story-related-author {
  grid-area: author;
  -ms-flex-item-align: end;
      align-self: end;
  color: #8C8C8C;
  font: 400 0.625rem "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.content_story_related.wide .story-related .story-related-story .story-related-content .story-related-published-date, .content_story_related.full-wide .story-related .story-related-story .story-related-content .story-related-published-date, .content_story_related.tall .story-related .story-related-story .story-related-content .story-related-published-date {
  grid-area: date;
  -ms-flex-item-align: end;
      align-self: end;
  color: #161E2F;
  font: 600 0.625rem "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 1px;
}

.content_story_related.wide .story-related .story-related-story .story-related-content .story-related-comment-count, .content_story_related.full-wide .story-related .story-related-story .story-related-content .story-related-comment-count, .content_story_related.tall .story-related .story-related-story .story-related-content .story-related-comment-count {
  grid-area: comment;
  -ms-flex-item-align: end;
      align-self: end;
  color: #161E2F;
  font: 700 0.625rem "Roboto Condensed", Arial, sans-serif;
  display: inline;
  padding-left: -4px;
  text-align: right;
  white-space: nowrap;
}

.content_story_related.wide .story-related .story-related-story .story-related-content .story-related-comment-count:before, .content_story_related.full-wide .story-related .story-related-story .story-related-content .story-related-comment-count:before, .content_story_related.tall .story-related .story-related-story .story-related-content .story-related-comment-count:before {
  content: ' ';
  display: inline-block;
  width: 13px;
  height: 9px;
  background: transparent url(/static/images/icons/comment-bubble.svg) no-repeat center -4px;
  background-size: 36px 20px;
}

.content_story_related.wide .story-related .story-related-story .story-related-content .story-related-list-number, .content_story_related.full-wide .story-related .story-related-story .story-related-content .story-related-list-number, .content_story_related.tall .story-related .story-related-story .story-related-content .story-related-list-number {
  grid-area: image;
  justify-self: start;
  -ms-flex-item-align: start;
      align-self: start;
  background: #161E2F;
  color: #FFC033;
  font: 700 1.25rem/1.625rem "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 2px;
  display: block;
  height: 26px;
  width: 26px;
  z-index: 1;
  text-align: center;
  margin: -16px 0 0 -15px;
}

.content_story_related.wide.video, .content_story_related.full-wide.video, .content_story_related.tall.video {
  margin-top: 15px;
}

.content_story_related.wide.video .story-related .story-related-story .story-related-content, .content_story_related.full-wide.video .story-related .story-related-story .story-related-content, .content_story_related.tall.video .story-related .story-related-story .story-related-content {
  grid-template-columns: 150px 1fr;
}

.content_story_related.wide.video .story-related .story-related-story .story-related-content .story-related-title, .content_story_related.full-wide.video .story-related .story-related-story .story-related-content .story-related-title, .content_story_related.tall.video .story-related .story-related-story .story-related-content .story-related-title {
  font: 700 0.875rem/1.125rem "Roboto Condensed", Arial, sans-serif;
  height: 74px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (min-width: 768px) {
  .content_story_related.wide.video .story-related .story-related-story .story-related-content .story-related-title, .content_story_related.full-wide.video .story-related .story-related-story .story-related-content .story-related-title, .content_story_related.tall.video .story-related .story-related-story .story-related-content .story-related-title {
    font: 700 1.25rem/1.375rem "Roboto Condensed", Arial, sans-serif;
  }
}

.content_story_related.wide.small .story-related .story-related-story .story-related-content, .content_story_related.full-wide.small .story-related .story-related-story .story-related-content, .content_story_related.tall.small .story-related .story-related-story .story-related-content {
  grid-template-columns: -webkit-min-content 1fr;
  grid-template-columns: min-content 1fr;
}

.content_story_related.wide.small .story-related .story-related-story .story-related-content .story-related-title, .content_story_related.full-wide.small .story-related .story-related-story .story-related-content .story-related-title, .content_story_related.tall.small .story-related .story-related-story .story-related-content .story-related-title {
  font: 700 0.9375rem/1rem "Roboto Condensed", Arial, sans-serif;
  height: 49px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (min-width: 768px) {
  .content_story_related.wide.small .story-related .story-related-story .story-related-content .story-related-title, .content_story_related.full-wide.small .story-related .story-related-story .story-related-content .story-related-title, .content_story_related.tall.small .story-related .story-related-story .story-related-content .story-related-title {
    font: 700 0.9375rem/1rem "Roboto Condensed", Arial, sans-serif;
  }
}

.content_story_related.wide.full-top .story-related .story-related-story:first-of-type .story-related-content {
  grid-template-areas: "image image image" "topic topic topic" "title title title" "author date date";
  grid-template-rows: -webkit-min-content -webkit-min-content 1fr -webkit-min-content;
  grid-template-rows: min-content min-content 1fr min-content;
  grid-template-columns: 1fr -webkit-min-content -webkit-min-content;
  grid-template-columns: 1fr min-content min-content;
}

.content_story_related.wide.full-top .story-related .story-related-story:first-of-type .story-related-content .story-related-title {
  font: 700 1.25rem/1.25rem "Roboto Condensed", Arial, sans-serif;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 60px;
}

@media (min-width: 1024px) {
  .content_story_related.wide.full-top .story-related .story-related-story:first-of-type .story-related-content .story-related-topic {
    font: 700 0.9375rem "Roboto Condensed", Arial, sans-serif;
  }
  .content_story_related.wide.full-top .story-related .story-related-story:first-of-type .story-related-content .story-related-author {
    font: 400 0.9375rem "Roboto Condensed", Arial, sans-serif;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

@media (min-width: 1366px) {
  .content_story_related.wide.video {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .content_story_related.wide.video .story-related {
    margin-bottom: 0;
  }
}

.content_story_related.full-wide .story-related .story-related-story .story-related-content {
  grid-template-columns: 50% 1fr -webkit-min-content -webkit-min-content;
  grid-template-columns: 50% 1fr min-content min-content;
}

.content_story_related.full-wide .story-related .story-related-story .story-related-content .story-cover-image img {
  width: 100%;
  height: auto;
}

.content_story_related.full-wide .story-related .story-related-story .story-related-content .story-related-title {
  height: 45px;
}

@media (min-width: 768px) {
  .content_story_related.full-wide .story-related .story-related-story .story-related-content .story-related-title {
    height: auto;
  }
}

@media (min-width: 768px) {
  .content_story_related.full-wide .story-related .story-related-story .story-related-content {
    grid-template-columns: 50% 1fr -webkit-min-content -webkit-min-content;
    grid-template-columns: 50% 1fr min-content min-content;
  }
  .content_story_related.full-wide .story-related .story-related-story .story-related-content .story-cover-image img {
    width: 100%;
    height: auto;
  }
  .content_story_related.full-wide .story-related .story-related-story .story-related-content .story-related-title {
    font: 700 1.25rem/1.25rem "Roboto Condensed", Arial, sans-serif;
  }
  .content_story_related.full-wide .story-related .story-related-story .story-related-content .story-related-topic {
    font: 700 0.9375rem "Roboto Condensed", Arial, sans-serif;
  }
  .content_story_related.full-wide .story-related .story-related-story .story-related-content .story-related-author {
    font: 400 0.9375rem "Roboto Condensed", Arial, sans-serif;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .content_story_related.full-wide .story-related .story-related-story .story-related-content .story-related-published-date {
    font: 600 0.9375rem "Roboto Condensed", Arial, sans-serif;
    letter-spacing: 1px;
  }
  .content_story_related.full-wide .story-related .story-related-story .story-related-content .story-related-comment-count {
    font: 700 0.9375rem "Roboto Condensed", Arial, sans-serif;
  }
  .content_story_related.full-wide .story-related .story-related-story .story-related-content .story-related-comment-count:before {
    width: 20px;
    height: 15px;
    background-size: 40px 30px;
    background-position: center -6px;
  }
}

.content_story_related.full-wide.small .story-related .story-related-story .story-related-content {
  grid-template-columns: 50% 1fr;
}

.content_story_related.full-wide.small.video .story-related .story-related-story .story-related-content {
  grid-template-columns: 40% 1fr;
}

.content_story_related.full-wide.small.video .story-related .story-related-story .story-related-content .story-related-title {
  font: 700 0.9375rem/1rem "Roboto Condensed", Arial, sans-serif;
}

.content_story_related.full-wide.small.video .story-related .story-related-story .story-related-content .story-related-topic {
  font: 700 0.625rem/0.6875rem "Roboto Condensed", Arial, sans-serif;
}

.content_story_related.full-wide.big.sidekick.video .story-related .story-related-story:first-of-type {
  -webkit-clip-path: polygon(0% 0%, 0% 100%, calc(100% - 25px) 100%, 100% calc(100% - 25px), 100% 0%);
          clip-path: polygon(0% 0%, 0% 100%, calc(100% - 25px) 100%, 100% calc(100% - 25px), 100% 0%);
  border: none;
  background-color: #DCDCDC;
  position: relative;
  padding: 1px;
}

.content_story_related.full-wide.big.sidekick.video .story-related .story-related-story:first-of-type .story-related-content {
  -webkit-clip-path: polygon(0% 0%, 0% 100%, calc(100% - 25px) 100%, 100% calc(100% - 25px), 100% 0%);
          clip-path: polygon(0% 0%, 0% 100%, calc(100% - 25px) 100%, 100% calc(100% - 25px), 100% 0%);
  padding: 14px;
  background-color: #FFFFFF;
}

.content_story_related.full-wide.big.sidekick.video .story-related .story-related-story {
  border: none;
}

.content_story_related.full-wide.big.sidekick.video .story-related .story-related-story .story-related-content {
  grid-template-areas: "image" "title" "summary";
  grid-template-columns: 1fr;
  grid-gap: 12px;
}

.content_story_related.full-wide.big.sidekick.video .story-related .story-related-story .story-related-content .story-related-topic {
  grid-area: image;
  justify-self: start;
  -ms-flex-item-align: end;
      align-self: end;
  display: inline-block;
  background: #FFFFFF;
  padding: 5px 15px 5px 0;
  margin-bottom: -1px;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, calc(100% - 5px) 100%, 100% 0%);
          clip-path: polygon(0% 0%, 0% 100%, calc(100% - 5px) 100%, 100% 0%);
  color: #8C8C8C;
  z-index: 3;
  font: 700 0.9375rem "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.content_story_related.full-wide.big.sidekick.video .story-related .story-related-story .story-related-content .story-related-title {
  font: 700 1.25rem/1.375rem "Roboto Condensed", Arial, sans-serif;
  height: auto;
  max-height: 70px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
}

.content_story_related.full-wide.big.sidekick.video .story-related .story-related-story .story-related-content .story-related-summary {
  grid-area: summary;
  font: 400 0.8125rem/1.25rem "Roboto", Arial, sans-serif;
  height: auto;
  max-height: 58px;
  color: #161E2F;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (min-width: 768px) {
  .content_story_related.full-wide.big.sidekick.video .story-related .story-related-story .story-related-content {
    grid-template-areas: "image space1" "image topic" "image title" "image summary" "image space2";
    grid-template-columns: 66% 1fr;
    grid-template-rows: 1fr -webkit-min-content -webkit-min-content -webkit-min-content 1fr;
    grid-template-rows: 1fr min-content min-content min-content 1fr;
    grid-gap: 28px 12px;
  }
  .content_story_related.full-wide.big.sidekick.video .story-related .story-related-story .story-related-content .story-related-topic {
    grid-area: topic;
    color: #8C8C8C;
    background: transparent;
  }
}

@media (min-width: 1366px) {
  .content_story_related.full-wide.big.sidekick.video .story-related .story-related-story .story-related-content {
    grid-template-columns: 75% 1fr;
  }
  .content_story_related.full-wide.big.sidekick.video .story-related .story-related-story .story-related-content .story-related-title {
    font: 700 1.875rem/2.1875rem "Roboto Condensed", Arial, sans-serif;
    max-height: 106px;
  }
  .content_story_related.full-wide.big.sidekick.video .story-related .story-related-story .story-related-content .story-related-summary {
    font: 400 0.9375rem/1.125rem "Roboto", Arial, sans-serif;
  }
}

.content_story_related.full-wide.hero {
  height: auto;
}

.content_story_related.full-wide.hero .story-related .story-related-story:first-of-type {
  -webkit-clip-path: polygon(0% 0%, 0% 100%, calc(100% - 25px) 100%, 100% calc(100% - 25px), 100% 0%);
          clip-path: polygon(0% 0%, 0% 100%, calc(100% - 25px) 100%, 100% calc(100% - 25px), 100% 0%);
  border: none;
  background-color: #DCDCDC;
  position: relative;
  padding: 1px;
}

.content_story_related.full-wide.hero .story-related .story-related-story:first-of-type .story-related-content {
  -webkit-clip-path: polygon(0% 0%, 0% 100%, calc(100% - 25px) 100%, 100% calc(100% - 25px), 100% 0%);
          clip-path: polygon(0% 0%, 0% 100%, calc(100% - 25px) 100%, 100% calc(100% - 25px), 100% 0%);
  padding: 14px;
  background-color: #FFFFFF;
}

.content_story_related.full-wide.hero .story-related .story-related-story {
  border: none;
}

.content_story_related.full-wide.hero .story-related .story-related-story .story-related-content {
  grid-template-areas: "image image" "author date" "title title" "summary summary";
  grid-template-columns: 1fr;
  grid-gap: 12px;
}

.content_story_related.full-wide.hero .story-related .story-related-story .story-related-content .story-related-topic {
  grid-area: image;
  justify-self: start;
  -ms-flex-item-align: end;
      align-self: end;
  display: inline-block;
  background: #FFFFFF;
  padding: 5px 15px 5px 0;
  margin-bottom: -1px;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, calc(100% - 5px) 100%, 100% 0%);
          clip-path: polygon(0% 0%, 0% 100%, calc(100% - 5px) 100%, 100% 0%);
  color: #8C8C8C;
  z-index: 3;
  font: 700 0.9375rem "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.content_story_related.full-wide.hero .story-related .story-related-story .story-related-content .story-related-title {
  font: 700 1.25rem/1.375rem "Roboto Condensed", Arial, sans-serif;
  height: auto;
  max-height: 70px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
}

.content_story_related.full-wide.hero .story-related .story-related-story .story-related-content .story-related-summary {
  grid-area: summary;
  font: 400 0.8125rem/1.25rem "Roboto", Arial, sans-serif;
  height: auto;
  max-height: 58px;
  color: #161E2F;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (min-width: 768px) {
  .content_story_related.full-wide.hero .story-related .story-related-story .story-related-content {
    grid-template-areas: "image author date" "image title title" "image summary summary";
    grid-template-columns: 66% 1fr -webkit-min-content;
    grid-template-columns: 66% 1fr min-content;
    grid-template-rows: -webkit-min-content -webkit-min-content 1fr;
    grid-template-rows: min-content min-content 1fr;
    grid-gap: 20px 12px;
  }
  .content_story_related.full-wide.hero .story-related .story-related-story .story-related-content .story-related-title {
    font: 700 1.5rem/1.875rem "Roboto Condensed", Arial, sans-serif;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 150px;
  }
  .content_story_related.full-wide.hero .story-related .story-related-story .story-related-content .story-related-summary {
    font: 400 0.875rem/1.25rem "Roboto", Arial, sans-serif;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 77px;
  }
}

@media (min-width: 1024px) {
  .content_story_related.full-wide.hero .story-related .story-related-story .story-related-content .story-related-summary {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

@media (min-width: 1366px) {
  .content_story_related.full-wide.hero .story-related .story-related-story .story-related-content {
    grid-gap: 28px 12px;
  }
  .content_story_related.full-wide.hero .story-related .story-related-story .story-related-content .story-related-title {
    font: 700 1.875rem/2.1875rem "Roboto Condensed", Arial, sans-serif;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 150px;
  }
  .content_story_related.full-wide.hero .story-related .story-related-story .story-related-content .story-related-summary {
    font: 400 0.9375rem/1.25rem "Roboto", Arial, sans-serif;
  }
}

.content_story_related.full-wide.right-rail .story-related .story-related-story .story-related-content {
  grid-template-areas: "image topic" "image title";
  grid-template-rows: -webkit-min-content 1fr;
  grid-template-rows: min-content 1fr;
}

.content_story_related.full-wide.right-rail .story-related .story-related-story .story-related-content .story-related-topic {
  font: 700 0.625rem/0.9375rem "Roboto Condensed", Arial, sans-serif;
}

.content_story_related.full-wide.right-rail .story-related .story-related-story .story-related-content .story-related-title {
  font: 700 0.9375rem/1rem "Roboto Condensed", Arial, sans-serif;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 60px;
}

.content_story_related.full-wide.big-top .story-related .story-related-story:first-of-type {
  -webkit-clip-path: polygon(0% 0%, 0% 100%, calc(100% - 25px) 100%, 100% calc(100% - 25px), 100% 0%);
          clip-path: polygon(0% 0%, 0% 100%, calc(100% - 25px) 100%, 100% calc(100% - 25px), 100% 0%);
  border: none;
  background-color: #DCDCDC;
  position: relative;
  padding: 1px;
}

.content_story_related.full-wide.big-top .story-related .story-related-story:first-of-type .story-related-content {
  -webkit-clip-path: polygon(0% 0%, 0% 100%, calc(100% - 25px) 100%, 100% calc(100% - 25px), 100% 0%);
          clip-path: polygon(0% 0%, 0% 100%, calc(100% - 25px) 100%, 100% calc(100% - 25px), 100% 0%);
  padding: 14px;
  background-color: #FFFFFF;
}

.content_story_related.full-wide.big-top .story-related {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}

.content_story_related.full-wide.big-top .story-related .story-related-story:first-of-type .story-related-content {
  grid-template-areas: "image" "topic" "title";
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
  grid-template-columns: 1fr;
}

.content_story_related.full-wide.top-4 .story-related {
  margin-bottom: 0;
}

.content_story_related.full-wide.top-4 .story-related .story-related-story .story-related-content {
  grid-template-areas: "image topic" "image title";
  grid-template-rows: -webkit-min-content 1fr;
  grid-template-rows: min-content 1fr;
  grid-template-columns: 40% 1fr;
}

.content_story_related.tall .story-related .story-related-story .story-related-content {
  grid-gap: 8px 12px;
}

.content_story_related.tall .story-related .story-related-story .story-related-content .story-related-author {
  white-space: normal;
}

@media (min-width: 768px) {
  .content_story_related.tall .story-related {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .content_story_related.tall .story-related .story-related-story {
    width: 200px;
  }
  .content_story_related.tall .story-related .story-related-story .story-related-content {
    grid-template-areas: "image image image" "topic date date" "title title title" "author author author";
    grid-template-rows: -webkit-min-content -webkit-min-content 62px -webkit-min-content;
    grid-template-rows: min-content min-content 62px min-content;
    grid-template-columns: 1fr -webkit-min-content -webkit-min-content;
    grid-template-columns: 1fr min-content min-content;
    height: auto;
  }
  .content_story_related.tall .story-related .story-related-story .story-related-content .story-related-title {
    height: 45px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .content_story_related.tall .story-related .story-related-story .story-related-content .story-cover-image img {
    display: block;
  }
}

.content_story_related.tall.category .story-related .story-related-story .story-related-content {
  grid-template-areas: "image topic date" "image author author" "image title title" "summary summary summary";
  grid-template-columns: 85px 1fr -webkit-min-content;
  grid-template-columns: 85px 1fr min-content;
  grid-template-rows: -webkit-min-content -webkit-min-content -webkit-min-content 1fr;
  grid-template-rows: min-content min-content min-content 1fr;
}

.content_story_related.tall.category .story-related .story-related-story .story-related-content .story-related-summary {
  grid-area: summary;
  font: 400 0.6875rem/1.125rem "Roboto", Arial, sans-serif;
  color: #161E2F;
}

@media (min-width: 1024px) {
  .content_story_related.tall.category .story-related .story-related-story .story-related-content {
    grid-template-areas: "image topic date" "image author author" "image title title" "image summary summary";
    grid-template-columns: 150px 1fr -webkit-min-content;
    grid-template-columns: 150px 1fr min-content;
  }
  .content_story_related.tall.category .story-related .story-related-story .story-related-title {
    height: 46px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .content_story_related.tall.category .story-related .story-related-story .story-related-summary {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

@media (min-width: 1366px) {
  .content_story_related.tall.category .story-related {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .content_story_related.tall.category .story-related .story-related-story {
    width: 200px;
  }
  .content_story_related.tall.category .story-related .story-related-story .story-related-content {
    grid-template-areas: "image image image" "topic date date" "author author author" "title title title" "summary summary summary";
    grid-template-rows: -webkit-min-content;
    grid-template-rows: min-content;
    grid-template-columns: 1fr -webkit-min-content -webkit-min-content;
    grid-template-columns: 1fr min-content min-content;
    height: auto;
  }
  .content_story_related.tall.category .story-related .story-related-story .story-related-content .story-related-title {
    font: 700 1.25rem/1.375rem "Roboto Condensed", Arial, sans-serif;
    height: 68px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .content_story_related.tall.category .story-related .story-related-story .story-related-content .story-related-author {
    font: 400 0.9375rem/0.9375rem "Roboto Condensed", Arial, sans-serif;
  }
}

.content_story_related.tall.video .story-related .story-related-story .story-related-content {
  grid-template-areas: "image" "topic" "title";
  grid-template-columns: 1fr;
  grid-template-rows: -webkit-min-content -webkit-min-content 1fr;
  grid-template-rows: min-content min-content 1fr;
}

.content_story_related.tall.video .story-related .story-related-story .story-related-content .story-cover-image img {
  width: 100%;
  height: auto;
}

.content_story_related.tall.video .story-related .story-related-story .story-related-content .story-related-author {
  border-left: 4px solid #FFC033;
  padding-left: 4px;
}

@media (min-width: 768px) {
  .content_story_related.tall.video.big .story-related .story-related-story .story-related-content .story-related-title {
    height: 68px;
  }
}

.content_story_related.tall.review .story-related .story-related-story .story-related-content {
  grid-template-areas: "image" "title" "date";
  grid-gap: 10px;
  grid-template-columns: 1fr;
  grid-template-rows: -webkit-min-content 1fr -webkit-min-content;
  grid-template-rows: min-content 1fr min-content;
  height: 100%;
  border: solid 0.5px #DCDCDC;
}

.content_story_related.tall.review .story-related .story-related-story .story-related-content .story-cover-image img {
  margin: -1px -1px 0 -1px;
}

.content_story_related.tall.review .story-related .story-related-story .story-related-content .story-related-title {
  font: 700 0.9375rem/0.9375rem "Roboto Condensed", Arial, sans-serif;
  max-height: none;
  padding: 0 10px;
  height: 40px;
}

.content_story_related.tall.review .story-related .story-related-story .story-related-content .story-related-score {
  grid-area: image;
  display: block;
  width: 54px;
  height: 54px;
  border-radius: 27px;
  background-color: #FFFFFF;
  text-align: center;
  font: 700 1.375rem/1rem "Roboto Condensed", Arial, sans-serif;
  color: #161E2F;
  line-height: 54px;
  margin: 33px;
}

.content_story_related.tall.review .story-related .story-related-story .story-related-content .story-related-release-date {
  grid-area: date;
  font: 400 0.625rem/0.9375rem "Roboto Condensed", Arial, sans-serif;
  color: #8C8C8C;
  text-transform: uppercase;
  padding: 0 10px 10px 10px;
  letter-spacing: 2px;
}

.content_story_related.tall.review .story-related .story-related-story .story-related-content .story-related-release-date strong {
  display: block;
  font-weight: 700;
}

@media (min-width: 768px) {
  .content_story_related.tall.review .story-related .story-related-story .story-related-content {
    grid-template-columns: -webkit-min-content;
    grid-template-columns: min-content;
    grid-template-rows: -webkit-min-content 1fr -webkit-min-content;
    grid-template-rows: min-content 1fr min-content;
    grid-gap: 15px;
  }
  .content_story_related.tall.review .story-related .story-related-story .story-related-content .story-cover-image {
    width: 200px;
    height: 200px;
  }
  .content_story_related.tall.review .story-related .story-related-story .story-related-content .story-cover-image img {
    width: 200px;
    height: 200px;
    display: block;
  }
  .content_story_related.tall.review .story-related .story-related-story .story-related-content .story-related-score {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    font: 700 2.0625rem/1.375rem "Roboto Condensed", Arial, sans-serif;
    line-height: 70px;
    margin: 65px;
  }
  .content_story_related.tall.review .story-related .story-related-story .story-related-content .story-related-title {
    padding: 0 15px;
    font: 700 1.25rem/1.25rem "Roboto Condensed", Arial, sans-serif;
  }
  .content_story_related.tall.review .story-related .story-related-story .story-related-content .story-related-release-date {
    padding: 0 15px 15px 15px;
  }
  .content_story_related.tall.review .story-related .story-related-story .story-related-content .story-related-release-date strong {
    display: inline;
  }
}

@media (min-width: 768px) {
  .content_story_related.tall.vspaced .story-related-story {
    margin-bottom: 0;
  }
}

.content_story_related.vertical-wide {
  width: 100%;
  height: 100%;
}

.content_story_related.vertical-wide .story-related .story-related-story:first-of-type {
  -webkit-clip-path: polygon(0% 0%, 0% 100%, calc(100% - 25px) 100%, 100% calc(100% - 25px), 100% 0%);
          clip-path: polygon(0% 0%, 0% 100%, calc(100% - 25px) 100%, 100% calc(100% - 25px), 100% 0%);
  border: none;
  background-color: #DCDCDC;
  position: relative;
  padding: 1px;
}

.content_story_related.vertical-wide .story-related .story-related-story:first-of-type .story-related-content {
  -webkit-clip-path: polygon(0% 0%, 0% 100%, calc(100% - 25px) 100%, 100% calc(100% - 25px), 100% 0%);
          clip-path: polygon(0% 0%, 0% 100%, calc(100% - 25px) 100%, 100% calc(100% - 25px), 100% 0%);
  padding: 14px;
  background-color: #FFFFFF;
}

.content_story_related.vertical-wide .story-related .story-related-story {
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  padding: 14px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.content_story_related.vertical-wide .story-related .story-related-story .story-related-content {
  display: grid;
  grid-template-rows: -webkit-min-content -webkit-min-content -webkit-min-content -webkit-min-content;
  grid-template-rows: min-content min-content min-content min-content;
  grid-template-columns: 1fr -webkit-min-content -webkit-min-content;
  grid-template-columns: 1fr min-content min-content;
  grid-template-areas: "image image image" "topic date date" "title title title" "author author author";
  grid-gap: 8px 8px;
}

.content_story_related.vertical-wide .story-related .story-related-story .story-related-content .story-cover-image {
  grid-area: image;
}

.content_story_related.vertical-wide .story-related .story-related-story .story-related-content .story-cover-image img {
  width: 100%;
  height: auto;
  display: block;
}

.content_story_related.vertical-wide .story-related .story-related-story .story-related-content .story-related-topic {
  grid-area: topic;
  display: inline-block;
  color: #8C8C8C;
  font: 700 0.625rem "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.content_story_related.vertical-wide .story-related .story-related-story .story-related-content .story-related-title {
  grid-area: title;
  color: #161E2F;
  font: 700 0.9375rem/0.9375rem "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 0;
  height: 47px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
}

.content_story_related.vertical-wide .story-related .story-related-story .story-related-content .story-related-author {
  grid-area: author;
  -ms-flex-item-align: end;
      align-self: end;
  color: #8C8C8C;
  font: 400 0.625rem "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.content_story_related.vertical-wide .story-related .story-related-story .story-related-content .story-related-published-date {
  grid-area: date;
  -ms-flex-item-align: end;
      align-self: end;
  color: #161E2F;
  font: 600 0.625rem "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 1px;
}

.content_story_related.vertical-wide .story-related .story-related-story .story-related-content .story-related-comment-count {
  grid-area: comment;
  -ms-flex-item-align: end;
      align-self: end;
  color: #161E2F;
  font: 700 0.625rem "Roboto Condensed", Arial, sans-serif;
  display: inline;
  padding-left: -4px;
  text-align: right;
  white-space: nowrap;
}

.content_story_related.vertical-wide .story-related .story-related-story .story-related-content .story-related-comment-count:before {
  content: ' ';
  display: inline-block;
  width: 13px;
  height: 9px;
  background: transparent url(/static/images/icons/comment-bubble.svg) no-repeat center -4px;
  background-size: 36px 20px;
}

.content_story_related.podcast-homepage {
  background-color: #FFFFFF;
  border: solid 1px #DCDCDC;
  padding: 15px;
}

.content_story_related.podcast-homepage .story-related {
  margin-bottom: 0;
  padding-bottom: 50px;
}

.content_story_related.podcast-homepage .story-related .story-related-story .story-related-content {
  display: grid;
  grid-template-areas: "episode" "image" "title" "summary" "player";
  grid-gap: 16px;
}

.content_story_related.podcast-homepage .story-related .story-related-story .story-related-content .story-related-episode {
  grid-area: episode;
  font: 600 0.9375rem/0.9375rem "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 0.1875rem;
  color: #8C8C8C;
  text-transform: uppercase;
}

.content_story_related.podcast-homepage .story-related .story-related-story .story-related-content .story-cover-image {
  grid-area: image;
  width: 100%;
  height: auto;
}

.content_story_related.podcast-homepage .story-related .story-related-story .story-related-content .story-cover-image img {
  display: block;
  width: 100%;
  height: auto;
}

.content_story_related.podcast-homepage .story-related .story-related-story .story-related-content a {
  grid-area: title;
  font: Bold 1.875rem/2.1875rem "Roboto Condensed", Arial, sans-serif;
  color: #161E2F;
  text-decoration: none;
}

.content_story_related.podcast-homepage .story-related .story-related-story .story-related-content .story-related-summary {
  grid-area: summary;
  font: 400 0.8125rem/1.125rem "Roboto", Arial, sans-serif;
  color: #161E2F;
}

.content_story_related.podcast-homepage .story-related .story-related-story .story-related-content .story-related-simplecast {
  grid-area: player;
}

@media (min-width: 768px) {
  .content_story_related.podcast-homepage .story-related .story-related-story .story-related-content {
    display: grid;
    grid-template-areas: "episode image" "title image" "summary image" "player player";
    grid-template-columns: 1fr 302px;
    grid-template-rows: -webkit-min-content -webkit-min-content 1fr -webkit-min-content;
    grid-template-rows: min-content min-content 1fr min-content;
    grid-gap: 22px;
  }
}

@media (min-width: 1366px) {
  .content_story_related.podcast-homepage .story-related {
    padding-bottom: 0;
  }
}

.content_story_related.col-3 .story-related {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.content_story_related.col-3 .story-related .story-related-story {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - (15px / 2));
          flex: 0 0 calc(50% - (15px / 2));
  max-width: calc(50% - (15px / 2));
  margin-bottom: 15px;
}

@media (min-width: 1366px) {
  .content_story_related.col-3 .story-related .story-related-story {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33% - (15px / 2));
            flex: 0 0 calc(33% - (15px / 2));
    max-width: calc(33% - (15px / 2));
  }
}

.content_story_related.col-3.wide .story-related, .content_story_related.col-3.full-wide .story-related {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.content_story_related.col-3.wide .story-related .story-related-story, .content_story_related.col-3.full-wide .story-related .story-related-story {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 15px;
  max-width: none;
}

@media (min-width: 1366px) {
  .content_story_related.col-3.wide .story-related .story-related-story, .content_story_related.col-3.full-wide .story-related .story-related-story {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33% - (15px / 2));
            flex: 0 0 calc(33% - (15px / 2));
    max-width: calc(33% - (15px / 2));
  }
}

.content_story_related.col-3.category .story-related {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.content_story_related.col-3.category .story-related .story-related-story {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 15px;
  max-width: none;
}

@media (min-width: 768px) {
  .content_story_related.col-3.category .story-related .story-related-story {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - (15px / 2));
            flex: 0 0 calc(50% - (15px / 2));
    max-width: calc(50% - (15px / 2));
  }
}

@media (min-width: 1366px) {
  .content_story_related.col-3.category .story-related .story-related-story {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33% - (15px / 2));
            flex: 0 0 calc(33% - (15px / 2));
    max-width: calc(33% - (15px / 2));
  }
}

.content_story_related.col-4 .story-related {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.content_story_related.col-4 .story-related .story-related-story {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - (15px / 2));
          flex: 0 0 calc(50% - (15px / 2));
  margin-bottom: 15px;
}

@media (min-width: 1024px) {
  .content_story_related.col-4 .story-related .story-related-story {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - (15px / 2));
            flex: 0 0 calc(25% - (15px / 2));
  }
}

.content_story_related.col-4.wide .story-related, .content_story_related.col-4.full-wide .story-related {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.content_story_related.col-4.wide .story-related .story-related-story, .content_story_related.col-4.full-wide .story-related .story-related-story {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .content_story_related.col-4.wide .story-related .story-related-story, .content_story_related.col-4.full-wide .story-related .story-related-story {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - (15px / 2));
            flex: 0 0 calc(50% - (15px / 2));
  }
}

@media (min-width: 1366px) {
  .content_story_related.col-4.wide .story-related .story-related-story, .content_story_related.col-4.full-wide .story-related .story-related-story {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - (15px / 2));
            flex: 0 0 calc(25% - (15px / 2));
  }
}

.content_story_related.extension, .content_story_related .small-extension {
  margin-top: -15px;
}

@media (min-width: 768px) {
  .content_story_related.extension.small-extension, .content_story_related .small-extension.small-extension {
    margin-top: 0;
  }
}

.content_story_related.full-top .story-related .story-related-story:first-of-type .story-related-content {
  height: auto;
}

.content_story_related.full-top .story-related .story-related-story:first-of-type .story-related-content .story-cover-image {
  margin: -16px -16px 0 -16px;
}

.content_story_related.full-top .story-related .story-related-story:first-of-type .story-related-content .story-cover-image img {
  width: 100%;
  height: auto;
}

.content_story_related.full-top .story-related .story-related-story:first-of-type .story-related-content .story-related-list-number {
  grid-area: image;
  justify-self: start;
  -ms-flex-item-align: end;
      align-self: end;
  background: #FFFFFF;
  width: 31px;
  height: 26px;
  margin: 0 0 0 -16px;
  padding-right: 5px;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, calc(100% - 5px) 100%, 100% 0%);
          clip-path: polygon(0% 0%, 0% 100%, calc(100% - 5px) 100%, 100% 0%);
  color: #161E2F;
  font: 700 1.25rem/1.625rem "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 2px;
  z-index: 1;
  text-align: center;
  border-left: solid 0.5px #DCDCDC;
}

.content_story_related.upcoming .story-related .story-related-story .story-related-content, .content_story_related.review .story-related .story-related-story .story-related-content {
  position: relative;
  grid-template-areas: "image" "title" "summary";
  grid-template-columns: 1fr;
  grid-gap: 13px;
}

.content_story_related.upcoming .story-related .story-related-story .story-related-content .story-related-release-date, .content_story_related.review .story-related .story-related-story .story-related-content .story-related-release-date {
  grid-area: image;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 10px 10px 10px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.71)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.71) 0%, rgba(0, 0, 0, 0) 100%);
  font: 700 0.9375rem "Roboto Condensed", Arial, sans-serif;
  text-transform: uppercase;
  color: #FFFFFF;
  z-index: 1;
}

.content_story_related.upcoming .story-related .story-related-story .story-related-content .story-related-release-date span, .content_story_related.review .story-related .story-related-story .story-related-content .story-related-release-date span {
  font-weight: 400;
}

.content_story_related.upcoming .story-related .story-related-story .story-related-content .story-related-release-date:before, .content_story_related.review .story-related .story-related-story .story-related-content .story-related-release-date:before {
  content: ' ';
  background: transparent url(/static/images/icons/calendar-white.svg) center center no-repeat;
  display: inline-block;
  height: 11px;
  width: 14px;
}

.content_story_related.upcoming .story-related .story-related-story .story-related-content .story-related-title, .content_story_related.review .story-related .story-related-story .story-related-content .story-related-title {
  font: 700 1.75rem/1.9375rem "Roboto Condensed", Arial, sans-serif;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
}

.content_story_related.upcoming .story-related .story-related-story .story-related-content .story-related-summary, .content_story_related.review .story-related .story-related-story .story-related-content .story-related-summary {
  grid-area: summary;
  font: 400 0.6875rem/1.125rem "Roboto", Arial, sans-serif;
  color: #161E2F;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
}

.content_story_related.upcoming.hero .story-related .story-related-story, .content_story_related.review.hero .story-related .story-related-story {
  -webkit-clip-path: none !important;
          clip-path: none !important;
}

.content_story_related.upcoming.hero .story-related .story-related-story .story-related-content, .content_story_related.review.hero .story-related .story-related-story .story-related-content {
  grid-template-areas: "image" "title" "summary";
  -webkit-clip-path: none !important;
          clip-path: none !important;
}

.content_story_related.upcoming.hero .story-related .story-related-story .story-related-content .story-related-title, .content_story_related.review.hero .story-related .story-related-story .story-related-content .story-related-title {
  font: 700 1.875rem/2.1875rem "Roboto Condensed", Arial, sans-serif;
}

.content_story_related.upcoming.hero .story-related .story-related-story .story-related-content .story-related-summary, .content_story_related.review.hero .story-related .story-related-story .story-related-content .story-related-summary {
  font: 400 0.8125rem/1.25rem "Roboto", Arial, sans-serif;
}

@media (min-width: 768px) {
  .content_story_related.upcoming .story-related .story-related-story .story-related-content, .content_story_related.review .story-related .story-related-story .story-related-content {
    grid-template-areas: "image release" "image title" "image summary";
    grid-template-rows: -webkit-min-content -webkit-min-content 1fr;
    grid-template-rows: min-content min-content 1fr;
    grid-template-columns: 40% 1fr;
    grid-gap: 12px;
  }
  .content_story_related.upcoming .story-related .story-related-story .story-related-content .story-related-release-date, .content_story_related.review .story-related .story-related-story .story-related-content .story-related-release-date {
    grid-area: release;
    position: relative;
    bottom: auto;
    left: auto;
    padding: 0;
    background: none;
    color: #161E2F;
  }
  .content_story_related.upcoming .story-related .story-related-story .story-related-content .story-related-release-date:before, .content_story_related.review .story-related .story-related-story .story-related-content .story-related-release-date:before {
    background: transparent url(/static/images/icons/calendar-black.svg) center center no-repeat;
  }
  .content_story_related.upcoming .story-related .story-related-story .story-related-content .story-related-summary, .content_story_related.review .story-related .story-related-story .story-related-content .story-related-summary {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .content_story_related.upcoming.hero .story-related .story-related-story .story-related-content, .content_story_related.review.hero .story-related .story-related-story .story-related-content {
    grid-template-areas: "image release" "image title" "image summary";
    grid-template-columns: 66% 1fr;
    grid-gap: 20px 12px;
  }
  .content_story_related.upcoming.hero .story-related .story-related-story .story-related-content .story-related-title, .content_story_related.review.hero .story-related .story-related-story .story-related-content .story-related-title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .content_story_related.upcoming.hero .story-related .story-related-story .story-related-content .story-related-summary, .content_story_related.review.hero .story-related .story-related-story .story-related-content .story-related-summary {
    max-height: 100px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

@media (min-width: 1024px) {
  .content_story_related.upcoming .story-related .story-related-story .story-related-content .story-related-summary, .content_story_related.review .story-related .story-related-story .story-related-content .story-related-summary {
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .content_story_related.upcoming.hero .story-related .story-related-story .story-related-content .story-related-summary, .content_story_related.review.hero .story-related .story-related-story .story-related-content .story-related-summary {
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

@media (min-width: 1760px) {
  .content_story_related.upcoming .story-related .story-related-story .story-related-content .story-related-summary, .content_story_related.review .story-related .story-related-story .story-related-content .story-related-summary {
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .content_story_related.upcoming.hero .story-related .story-related-story .story-related-content .story-related-summary, .content_story_related.review.hero .story-related .story-related-story .story-related-content .story-related-summary {
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

.content_story_related.review .story-related .story-related-story .story-related-content {
  grid-template-areas: "image" "release" "title" "summary";
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
}

.content_story_related.review .story-related .story-related-story .story-related-content .story-related-score {
  grid-area: image;
  z-index: 2;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-position: 9px 10px, 0 0;
  background-repeat: no-repeat;
}

.content_story_related.review .story-related .story-related-story .story-related-content .story-related-score.score-1 {
  background-image: url("/static/images/icons/stars-white-1.svg"), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.71)), to(rgba(0, 0, 0, 0)));
  background-image: url("/static/images/icons/stars-white-1.svg"), linear-gradient(0deg, rgba(0, 0, 0, 0.71) 0%, rgba(0, 0, 0, 0) 100%);
}

.content_story_related.review .story-related .story-related-story .story-related-content .story-related-score.score-2 {
  background-image: url("/static/images/icons/stars-white-2.svg"), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.71)), to(rgba(0, 0, 0, 0)));
  background-image: url("/static/images/icons/stars-white-2.svg"), linear-gradient(0deg, rgba(0, 0, 0, 0.71) 0%, rgba(0, 0, 0, 0) 100%);
}

.content_story_related.review .story-related .story-related-story .story-related-content .story-related-score.score-3 {
  background-image: url("/static/images/icons/stars-white-3.svg"), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.71)), to(rgba(0, 0, 0, 0)));
  background-image: url("/static/images/icons/stars-white-3.svg"), linear-gradient(0deg, rgba(0, 0, 0, 0.71) 0%, rgba(0, 0, 0, 0) 100%);
}

.content_story_related.review .story-related .story-related-story .story-related-content .story-related-score.score-4 {
  background-image: url("/static/images/icons/stars-white-4.svg"), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.71)), to(rgba(0, 0, 0, 0)));
  background-image: url("/static/images/icons/stars-white-4.svg"), linear-gradient(0deg, rgba(0, 0, 0, 0.71) 0%, rgba(0, 0, 0, 0) 100%);
}

.content_story_related.review .story-related .story-related-story .story-related-content .story-related-score.score-5 {
  background-image: url("/static/images/icons/stars-white-5.svg"), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.71)), to(rgba(0, 0, 0, 0)));
  background-image: url("/static/images/icons/stars-white-5.svg"), linear-gradient(0deg, rgba(0, 0, 0, 0.71) 0%, rgba(0, 0, 0, 0) 100%);
}

.content_story_related.review .story-related .story-related-story .story-related-content .story-related-score.score-6 {
  background-image: url("/static/images/icons/stars-white-6.svg"), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.71)), to(rgba(0, 0, 0, 0)));
  background-image: url("/static/images/icons/stars-white-6.svg"), linear-gradient(0deg, rgba(0, 0, 0, 0.71) 0%, rgba(0, 0, 0, 0) 100%);
}

.content_story_related.review .story-related .story-related-story .story-related-content .story-related-score.score-7 {
  background-image: url("/static/images/icons/stars-white-7.svg"), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.71)), to(rgba(0, 0, 0, 0)));
  background-image: url("/static/images/icons/stars-white-7.svg"), linear-gradient(0deg, rgba(0, 0, 0, 0.71) 0%, rgba(0, 0, 0, 0) 100%);
}

.content_story_related.review .story-related .story-related-story .story-related-content .story-related-score.score-8 {
  background-image: url("/static/images/icons/stars-white-8.svg"), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.71)), to(rgba(0, 0, 0, 0)));
  background-image: url("/static/images/icons/stars-white-8.svg"), linear-gradient(0deg, rgba(0, 0, 0, 0.71) 0%, rgba(0, 0, 0, 0) 100%);
}

.content_story_related.review .story-related .story-related-story .story-related-content .story-related-score.score-9 {
  background-image: url("/static/images/icons/stars-white-9.svg"), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.71)), to(rgba(0, 0, 0, 0)));
  background-image: url("/static/images/icons/stars-white-9.svg"), linear-gradient(0deg, rgba(0, 0, 0, 0.71) 0%, rgba(0, 0, 0, 0) 100%);
}

.content_story_related.review .story-related .story-related-story .story-related-content .story-related-score.score-10 {
  background-image: url("/static/images/icons/stars-white-10.svg"), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.71)), to(rgba(0, 0, 0, 0)));
  background-image: url("/static/images/icons/stars-white-10.svg"), linear-gradient(0deg, rgba(0, 0, 0, 0.71) 0%, rgba(0, 0, 0, 0) 100%);
}

.content_story_related.review .story-related .story-related-story .story-related-content .story-related-release-date {
  grid-area: release;
  position: relative;
  padding: 0;
  background: none;
  color: #161E2F;
}

.content_story_related.review .story-related .story-related-story .story-related-content .story-related-release-date:before {
  background: transparent url(/static/images/icons/calendar-black.svg) center center no-repeat;
}

.content_story_related.review.hero .story-related .story-related-story .story-related-content {
  grid-template-areas: "image" "release" "title" "summary";
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
}

.content_story_related.review.hero .story-related .story-related-story .story-related-content .story-related-release-date {
  grid-area: release;
  position: relative;
  padding: 0;
  background: none;
  color: #161E2F;
}

.content_story_related.review.hero .story-related .story-related-story .story-related-content .story-related-release-date:before {
  background: transparent url(/static/images/icons/calendar-black.svg) center center no-repeat;
}

.content_story_related.review.no-cal .story-related .story-related-story .story-related-content .story-related-release-date:before {
  display: none;
}

@media (min-width: 768px) {
  .content_story_related.review .story-related .story-related-story .story-related-content {
    grid-template-areas: "image release" "image title" "image summary";
    grid-template-rows: -webkit-min-content -webkit-min-content 1fr;
    grid-template-rows: min-content min-content 1fr;
    grid-template-columns: 40% 1fr;
  }
  .content_story_related.review .story-related .story-related-story .story-related-content .story-related-summary {
    font: 400 0.8125rem/1.125rem "Roboto", Arial, sans-serif;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 74px;
  }
  .content_story_related.review.hero .story-related .story-related-story .story-related-content {
    grid-template-areas: "image release" "image title" "image summary";
    grid-template-columns: 66% 1fr;
    grid-template-rows: -webkit-min-content -webkit-min-content 1fr;
    grid-template-rows: min-content min-content 1fr;
    grid-gap: 20px 12px;
  }
  .content_story_related.review.hero .story-related .story-related-story .story-related-content .story-related-score {
    background-position: calc(100% - 10px) 10px, 0 0;
  }
  .content_story_related.review.hero .story-related .story-related-story .story-related-content .story-related-title {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 105px;
  }
  .content_story_related.review.hero .story-related .story-related-story .story-related-content .story-related-summary {
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 140px;
  }
}

.content_story_related.video.jumbo .story-related .story-related-story .story-related-content .story-cover-image:after {
  background-size: 33% 33%;
}

@media (min-width: 1366px) {
  .content_story_related.video.jumbo .story-related .story-related-story .story-related-content .story-cover-image:after {
    background-size: 20% 20%;
  }
}

.content_story_related.vscroll {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  border-bottom: solid 0.5px #DCDCDC;
}

.content_story_related.vscroll .story-related {
  border: solid 0.5px #DCDCDC;
}

.content_story_related.vscroll .story-related .story-related-story {
  border: none;
  padding: 15px 15px 0 15px;
}

.content_story_related.vscroll .story-related .story-related-story:last-of-type {
  padding-bottom: 15px;
}

.content_story_related.hscroll {
  width: 100%;
  border-bottom: solid 0.5px #DCDCDC;
}

.content_story_related.hscroll .story-related {
  padding: 15px 0;
  background: #FFFFFF;
}

@media (min-width: 0) {
  .content_story_related.hscroll .story-related {
    position: relative;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    overflow-x: auto;
  }
}

@media (min-width: 768px) {
  .content_story_related.hscroll .story-related {
    position: relative;
    max-width: 720px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    overflow-x: auto;
  }
}

@media (min-width: 1024px) {
  .content_story_related.hscroll .story-related {
    position: relative;
    max-width: 976px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    overflow-x: auto;
  }
}

@media (min-width: 1366px) {
  .content_story_related.hscroll .story-related {
    position: relative;
    max-width: 1280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    overflow-x: auto;
  }
}

@media (min-width: 1760px) {
  .content_story_related.hscroll .story-related {
    position: relative;
    max-width: 1600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    overflow-x: auto;
  }
}

.content_story_related.hscroll .story-related .story-related-story {
  border: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0;
}

@media (min-width: 0) {
  .content_story_related.hscroll .story-related .story-related-story {
    position: relative;
    margin-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    max-width: 120px;
  }
  .content_story_related.hscroll .story-related .story-related-story:last-of-type {
    border-right: transparent solid 15px;
  }
}

@media (min-width: 768px) {
  .content_story_related.hscroll .story-related .story-related-story {
    position: relative;
    margin-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    max-width: 200px;
  }
  .content_story_related.hscroll .story-related .story-related-story:last-of-type {
    border-right: transparent solid 15px;
  }
}

.content_story_related.spaced .story-related-story {
  margin-bottom: 15px;
  margin-right: 15px;
}

.content_story_related.spaced .story-related-story:last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.content_story_related.vspaced .story-related-story {
  margin-bottom: 15px;
}

.content_story_related.vspaced .story-related-story:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .content_story_related.hspaced .story-related-story {
    margin-right: 15px;
  }
  .content_story_related.hspaced .story-related-story:last-child {
    margin-right: 0;
  }
}

.content_story_related.up-next {
  grid-area: upnext;
  padding-bottom: 15px;
  border: none;
  border-bottom: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

@media (min-width: 1366px) {
  .content_story_related.up-next {
    height: 540px;
    margin-bottom: 50px;
    border: solid 1px #DCDCDC;
    border-top: none;
    overflow: scroll;
  }
}

.content_story_related.up-next h2 {
  border: solid 1px #DCDCDC;
  border-bottom: solid 8px #FFC033;
}

@media (min-width: 1024px) {
  .content_story_related.up-next h2 {
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
    width: 85%;
  }
}

@media (min-width: 1366px) {
  .content_story_related.up-next h2 {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
    width: auto;
    margin: 0;
    padding: 8px;
  }
}

.content_story_related.up-next .story-related {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content_story_related.up-next .story-related .story-related-story {
  height: 100%;
  width: 85%;
  border: solid 1px #DCDCDC;
  margin: 5% auto auto;
  padding: 15px;
}

.content_story_related.up-next .story-related .story-related-story .story-related-content {
  display: grid;
  height: 100%;
  grid-template-rows: 12px 1fr;
  grid-template-columns: 57% 43%;
  grid-gap: 5px;
  grid-template-areas: "image topic" "image title";
}

.content_story_related.up-next .story-related .story-related-story .story-related-content .story-cover-image {
  grid-area: image;
  width: 100%;
  height: 100%;
}

.content_story_related.up-next .story-related .story-related-story .story-related-content .story-cover-image img {
  width: 100%;
  height: 100%;
}

.content_story_related.up-next .story-related .story-related-story .story-related-content .story-cover-image:after {
  background-size: 50% 50%;
}

.content_story_related.up-next .story-related .story-related-story .story-related-content .story-related-title {
  grid-area: title;
  height: 100%;
  color: #161E2F;
  font: 700 0.875rem/0.875rem "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 0;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 60px;
}

.content_story_related.up-next .story-related .story-related-story .story-related-content .story-related-topic {
  grid-area: topic;
  text-transform: uppercase;
  color: #8C8C8C;
  font: 700 0.625rem/0.625rem "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 0.125rem;
}

@media (min-width: 768px) {
  .content_story_related.up-next .story-related a:first-of-type {
    margin-top: 0;
  }
}

@media (min-width: 1366px) {
  .content_story_related.up-next .story-related a:first-of-type {
    margin: 5% auto auto;
  }
}

@media (min-width: 768px) {
  .content_story_related.up-next .story-related {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    grid-template-areas: "upnext-title upnext-title";
  }
  .content_story_related.up-next .story-related h2 {
    grid-area: upnext-title;
  }
  .content_story_related.up-next .story-related .story-related-story {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: auto;
    margin: 0;
  }
}

@media (min-width: 1366px) {
  .content_story_related.up-next .story-related {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content_story_related.up-next .story-related .story-related-story {
    border: none;
    height: 60px;
    width: auto;
    margin: 0 15px 0 15px !important;
    padding: 0 !important;
    border: none !important;
  }
  .content_story_related.up-next .story-related .story-related-story .story-related-content {
    grid-template-columns: 110px 1fr !important;
    grid-template-rows: none;
    grid-gap: 8px;
    grid-template-areas: "image title" "image title";
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
  }
  .content_story_related.up-next .story-related .story-related-story .story-related-content .story-cover-image {
    height: 55px;
    width: 110px;
  }
  .content_story_related.up-next .story-related .story-related-story .story-related-content .story-related-title {
    font-size: 0.8125rem !important;
    height: auto !important;
    line-height: 0.9375rem !important;
  }
  .content_story_related.up-next .story-related .story-related-story .story-related-content .story-related-topic {
    display: none;
  }
}

.content_story_related.previews_news {
  margin-bottom: 55px;
}

@media (min-width: 768px) {
  .content_story_related.previews_news {
    margin-bottom: 85px;
  }
}

.content_story_related.previews_news h2 {
  border: none;
  font-style: normal;
  text-transform: none;
  padding: 0;
  margin-bottom: 13px;
}

.content_story_related.previews_news .story-related {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content_story_related.previews_news .story-related .story-related-story {
  padding: 15px;
  border: 1px solid #DCDCDC;
  color: #161E2F;
  font-weight: 700;
  font-family: "Roboto Condensed", Arial, sans-serif;
  line-height: 0.9375rem;
  margin-bottom: 15px;
}

.content_story_related.previews_news .story-related .story-related-story .story-related-content {
  display: grid;
  grid-template-rows: 20px 30px 50px 1fr;
  grid-template-columns: 97px 1fr 1fr;
  grid-template-areas: "image topic date" "image author author" "image title title" "summary summary summary";
}

.content_story_related.previews_news .story-related .story-related-story .story-related-content .story-cover-image {
  grid-area: image;
}

.content_story_related.previews_news .story-related .story-related-story .story-related-content .story-cover-image img {
  height: 85px;
  width: 85px;
}

.content_story_related.previews_news .story-related .story-related-story .story-related-content .story-related-topic {
  grid-area: topic;
  color: #8C8C8C;
  font-size: 0.625rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
}

.content_story_related.previews_news .story-related .story-related-story .story-related-content .story-related-published-date {
  grid-area: date;
  font-size: 0.625rem;
  text-align: right;
}

.content_story_related.previews_news .story-related .story-related-story .story-related-content .story-related-author {
  grid-area: author;
  color: #8C8C8C;
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content_story_related.previews_news .story-related .story-related-story .story-related-content .story-related-title {
  grid-area: title;
  font-size: 0.9375rem;
}

.content_story_related.previews_news .story-related .story-related-story .story-related-content .story-related-summary {
  grid-area: summary;
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 1.125rem;
  font-family: "Roboto", Arial, sans-serif;
}

.content_story_related.previews_news .story-related .story-related-story:first-of-type .story-related-content {
  line-height: 0.9375rem;
  grid-template-rows: repeat(4, -webkit-min-content);
  grid-template-rows: repeat(4, min-content);
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "image image" "author date" "title title" "summary summary";
}

.content_story_related.previews_news .story-related .story-related-story:first-of-type .story-related-content .story-cover-image {
  height: 160px;
}

.content_story_related.previews_news .story-related .story-related-story:first-of-type .story-related-content .story-cover-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content_story_related.previews_news .story-related .story-related-story:first-of-type .story-related-content .story-related-topic {
  grid-area: image;
  justify-self: start;
  -ms-flex-item-align: end;
      align-self: end;
  background: white;
  padding: 8px 16px 4px 2px;
  font-size: 0.9375rem;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, calc(100% - 5px) 100%, 100% 0%);
          clip-path: polygon(0% 0%, 0% 100%, calc(100% - 5px) 100%, 100% 0%);
}

.content_story_related.previews_news .story-related .story-related-story:first-of-type .story-related-content .story-related-published-date {
  margin-top: 15px;
  font-size: 0.9375rem;
}

.content_story_related.previews_news .story-related .story-related-story:first-of-type .story-related-content .story-related-author {
  margin: 15px 0 12px;
  font-size: 0.9375rem;
}

.content_story_related.previews_news .story-related .story-related-story:first-of-type .story-related-content .story-related-title {
  font-size: 1.25rem;
  line-height: 1.375rem;
  margin-bottom: 6px;
}

.content_story_related.previews_news .story-related .story-related-story:first-of-type .story-related-content .story-related-summary {
  font-size: 0.8125rem;
}

@media (min-width: 768px) {
  .content_story_related.previews_news .story-related {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
  .content_story_related.previews_news .story-related .story-related-story, .content_story_related.previews_news .story-related .story-related-story:first-of-type {
    margin: 0;
  }
  .content_story_related.previews_news .story-related .story-related-story .story-related-content, .content_story_related.previews_news .story-related .story-related-story:first-of-type .story-related-content {
    height: 100%;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(5, -webkit-min-content);
    grid-template-rows: repeat(5, min-content);
    grid-template-areas: "image image" "topic date" "author author" "title title" "summary summary";
  }
  .content_story_related.previews_news .story-related .story-related-story .story-related-content .story-cover-image, .content_story_related.previews_news .story-related .story-related-story:first-of-type .story-related-content .story-cover-image {
    width: 100%;
    height: auto;
  }
  .content_story_related.previews_news .story-related .story-related-story .story-related-content .story-cover-image img, .content_story_related.previews_news .story-related .story-related-story:first-of-type .story-related-content .story-cover-image img {
    height: 100%;
    width: 100%;
  }
  .content_story_related.previews_news .story-related .story-related-story .story-related-content .story-related-topic, .content_story_related.previews_news .story-related .story-related-story:first-of-type .story-related-content .story-related-topic {
    padding: 0;
    margin-top: 9px;
    -webkit-clip-path: none;
            clip-path: none;
    grid-area: topic;
    font-size: 0.625rem;
  }
  .content_story_related.previews_news .story-related .story-related-story .story-related-content .story-related-published-date, .content_story_related.previews_news .story-related .story-related-story:first-of-type .story-related-content .story-related-published-date {
    margin-top: 9px;
    text-transform: uppercase;
    font-size: 0.625rem;
  }
  .content_story_related.previews_news .story-related .story-related-story .story-related-content .story-related-author, .content_story_related.previews_news .story-related .story-related-story:first-of-type .story-related-content .story-related-author {
    font-size: 0.9375rem;
    margin: 16px 0 3px;
  }
  .content_story_related.previews_news .story-related .story-related-story .story-related-content .story-related-title, .content_story_related.previews_news .story-related .story-related-story:first-of-type .story-related-content .story-related-title {
    font-size: 1.25rem;
    line-height: 1.375rem;
    margin-bottom: 6px;
  }
  .content_story_related.previews_news .story-related .story-related-story .story-related-content .story-related-summary, .content_story_related.previews_news .story-related .story-related-story:first-of-type .story-related-content .story-related-summary {
    font-size: 0.8125rem;
    line-height: 1.125rem;
  }
}

.content_story_related.overlay .story-related .story-related-story .story-related-content .story-related-topic {
  display: none;
}

.mediastory-content .content_story_related.up-next {
  grid-area: upnext;
  padding-bottom: 15px;
  border: none;
  border-bottom: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

@media (min-width: 1366px) {
  .mediastory-content .content_story_related.up-next {
    height: 540px;
    margin-bottom: 50px;
    border: solid 1px #DCDCDC;
    border-top: none;
    overflow: scroll;
  }
}

.mediastory-content .content_story_related.up-next h2 {
  border: solid 1px #DCDCDC;
  border-bottom: solid 8px #FFC033;
}

@media (min-width: 1024px) {
  .mediastory-content .content_story_related.up-next h2 {
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
    width: 85%;
  }
}

@media (min-width: 1366px) {
  .mediastory-content .content_story_related.up-next h2 {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
    width: auto;
    margin: 0;
    padding: 8px;
  }
}

.mediastory-content .content_story_related.up-next .story-related {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mediastory-content .content_story_related.up-next .story-related .story-related-story {
  height: 100%;
  width: 85%;
  border: solid 1px #DCDCDC;
  margin: 5% auto auto;
  padding: 15px;
}

.mediastory-content .content_story_related.up-next .story-related .story-related-story .story-related-content {
  display: grid;
  height: 100%;
  grid-template-rows: 12px 1fr;
  grid-template-columns: 57% 43%;
  grid-gap: 5px;
  grid-template-areas: "image topic" "image title";
}

.mediastory-content .content_story_related.up-next .story-related .story-related-story .story-related-content .story-cover-image {
  grid-area: image;
  width: 100%;
  height: 100%;
}

.mediastory-content .content_story_related.up-next .story-related .story-related-story .story-related-content .story-cover-image img {
  width: 100%;
  height: 100%;
}

.mediastory-content .content_story_related.up-next .story-related .story-related-story .story-related-content .story-cover-image:after {
  background-size: 50% 50%;
}

.mediastory-content .content_story_related.up-next .story-related .story-related-story .story-related-content .story-related-title {
  grid-area: title;
  height: 100%;
  color: #161E2F;
  font: 700 0.875rem/0.875rem "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 0;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
}

.mediastory-content .content_story_related.up-next .story-related .story-related-story .story-related-content .story-related-topic {
  grid-area: topic;
  text-transform: uppercase;
  color: #8C8C8C;
  font: 700 0.625rem/0.625rem "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 0.125rem;
}

@media (min-width: 768px) {
  .mediastory-content .content_story_related.up-next .story-related a:first-of-type {
    margin-top: 0;
  }
}

@media (min-width: 1366px) {
  .mediastory-content .content_story_related.up-next .story-related a:first-of-type {
    margin: 5% auto auto;
  }
}

@media (min-width: 768px) {
  .mediastory-content .content_story_related.up-next .story-related {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    grid-template-areas: "upnext-title upnext-title";
  }
  .mediastory-content .content_story_related.up-next .story-related h2 {
    grid-area: upnext-title;
  }
  .mediastory-content .content_story_related.up-next .story-related .story-related-story {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: auto;
    margin: 0;
  }
}

@media (min-width: 1366px) {
  .mediastory-content .content_story_related.up-next .story-related {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mediastory-content .content_story_related.up-next .story-related .story-related-story {
    border: none;
    height: 60px;
    width: auto;
    margin: 0 15px 0 15px !important;
    padding: 0 !important;
    border: none !important;
  }
  .mediastory-content .content_story_related.up-next .story-related .story-related-story .story-related-content {
    grid-template-columns: 110px 1fr !important;
    grid-template-rows: none;
    grid-gap: 8px;
    grid-template-areas: "image title" "image title";
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
  }
  .mediastory-content .content_story_related.up-next .story-related .story-related-story .story-related-content .story-cover-image {
    height: 55px;
    width: 110px;
  }
  .mediastory-content .content_story_related.up-next .story-related .story-related-story .story-related-content .story-related-title {
    font-size: 0.8125rem !important;
    height: auto !important;
    line-height: 0.9375rem !important;
  }
  .mediastory-content .content_story_related.up-next .story-related .story-related-story .story-related-content .story-related-topic {
    display: none;
  }
}

#rail .content_story_related:not(.up-next), .content_story_related.trending {
  background-color: inherit;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  grid-area: trending;
  border: none;
}

@media (min-width: 768px) {
  #rail .content_story_related:not(.up-next), .content_story_related.trending {
    background-color: transparent;
    padding-top: 0;
  }
}

#rail .content_story_related:not(.up-next) h2, .content_story_related.trending h2 {
  border: solid 1px #DCDCDC;
  border-bottom: solid 8px #FFC033;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}

#rail .content_story_related:not(.up-next) img, .content_story_related.trending img {
  -o-object-fit: cover;
     object-fit: cover;
}

#rail .content_story_related:not(.up-next) .story-related > *, .content_story_related.trending .story-related > * {
  width: auto;
}

#rail .content_story_related:not(.up-next) .story-related .story-related-story, .content_story_related.trending .story-related .story-related-story {
  background: white;
  display: block;
  height: 100%;
  border: solid 1px #DCDCDC;
  margin: 5% auto auto;
  padding: 15px;
}

#rail .content_story_related:not(.up-next) .story-related .story-related-story .story-related-content, .content_story_related.trending .story-related .story-related-story .story-related-content {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 18px 1fr;
  grid-gap: 5px;
  grid-template-areas: "image topic" "image title";
}

#rail .content_story_related:not(.up-next) .story-related .story-related-story .story-related-content .story-cover-image, .content_story_related.trending .story-related .story-related-story .story-related-content .story-cover-image {
  grid-area: image;
}

#rail .content_story_related:not(.up-next) .story-related .story-related-story .story-related-content .story-cover-image img, .content_story_related.trending .story-related .story-related-story .story-related-content .story-cover-image img {
  width: 100%;
  height: 100%;
}

#rail .content_story_related:not(.up-next) .story-related .story-related-story .story-related-content .story-related-title, .content_story_related.trending .story-related .story-related-story .story-related-content .story-related-title {
  grid-area: title;
  color: #161E2F;
  font: 700 0.9375rem/0.9375rem "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 0;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 60px;
}

#rail .content_story_related:not(.up-next) .story-related .story-related-story .story-related-content .story-related-topic, .content_story_related.trending .story-related .story-related-story .story-related-content .story-related-topic {
  grid-area: topic;
  text-transform: uppercase;
  color: #8C8C8C;
  font: 700 0.625rem/0.625rem "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 0.125rem;
}

#rail .content_story_related:not(.up-next) .story-related .story-related-story .story-related-content .story-related-category, .content_story_related.trending .story-related .story-related-story .story-related-content .story-related-category {
  grid-area: topic;
  text-transform: uppercase;
  color: #8C8C8C;
  font: 700 0.625rem/0.625rem "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 0.125rem;
}

#rail .content_story_related:not(.up-next) .story-related .story-related-story .story-related-content .story-related-author, .content_story_related.trending .story-related .story-related-story .story-related-content .story-related-author {
  grid-area: author;
}

#rail .content_story_related:not(.up-next) .story-related a:first-of-type, .content_story_related.trending .story-related a:first-of-type {
  margin-top: 0;
  border: none;
  background-color: #DCDCDC;
  padding: 1px;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, calc(100% - 15px) 100%, 100% calc(100% - 15px), 100% 0%);
          clip-path: polygon(0% 0%, 0% 100%, calc(100% - 15px) 100%, 100% calc(100% - 15px), 100% 0%);
}

#rail .content_story_related:not(.up-next) .story-related a:first-of-type .story-related-content, .content_story_related.trending .story-related a:first-of-type .story-related-content {
  background-color: white;
  grid-template-rows: auto auto auto;
  grid-template-columns: auto;
  grid-template-areas: "image" "topic" "title";
  padding: 15px;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, calc(100% - 15px) 100%, 100% calc(100% - 15px), 100% 0%);
          clip-path: polygon(0% 0%, 0% 100%, calc(100% - 15px) 100%, 100% calc(100% - 15px), 100% 0%);
}

#rail .content_story_related:not(.up-next) .story-related a:first-of-type .story-related-content .story-cover-image, .content_story_related.trending .story-related a:first-of-type .story-related-content .story-cover-image {
  margin: -16px;
}

#rail .content_story_related:not(.up-next) .story-related a:first-of-type .story-related-content .story-cover-image img, .content_story_related.trending .story-related a:first-of-type .story-related-content .story-cover-image img {
  height: 100%;
  width: 100%;
}

#rail .content_story_related:not(.up-next) .story-related a:first-of-type .story-related-content .story-related-topic, .content_story_related.trending .story-related a:first-of-type .story-related-content .story-related-topic {
  font-size: 0.9375rem;
  letter-spacing: 0.1875rem;
  margin-top: 30px;
}

#rail .content_story_related:not(.up-next) .story-related a:first-of-type .story-related-content .story-related-category, .content_story_related.trending .story-related a:first-of-type .story-related-content .story-related-category {
  font-size: 0.9375rem;
  letter-spacing: 0.1875rem;
  margin-top: 30px;
}

#rail .content_story_related:not(.up-next) .story-related a:first-of-type .story-related-content .story-related-title, .content_story_related.trending .story-related a:first-of-type .story-related-content .story-related-title {
  font-size: 1.25rem;
  letter-spacing: 0;
  line-height: 1.375rem;
  -webkit-line-clamp: unset;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  height: auto;
}

@media (min-width: 1366px) {
  #rail .content_story_related:not(.up-next) .story-related .story-related-story, .content_story_related.trending .story-related .story-related-story {
    margin-bottom: 15px;
  }
  #rail .content_story_related:not(.up-next) .story-related .story-related-story .story-related-content, .content_story_related.trending .story-related .story-related-story .story-related-content {
    display: grid;
    grid-template-columns: -webkit-min-content 1fr;
    grid-template-columns: min-content 1fr;
    grid-column-gap: 10px;
    grid-template-areas: 'image topic' 'image title';
  }
  #rail .content_story_related:not(.up-next) .story-related .story-related-story .story-related-content .story-cover-image, .content_story_related.trending .story-related .story-related-story .story-related-content .story-cover-image {
    grid-area: image;
    height: 85px;
    width: 135px;
  }
  #rail .content_story_related:not(.up-next) .story-related .story-related-story .story-related-content .story-cover-image img, .content_story_related.trending .story-related .story-related-story .story-related-content .story-cover-image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  #rail .content_story_related:not(.up-next) .story-related .story-related-story .story-related-content .story-related-title, .content_story_related.trending .story-related .story-related-story .story-related-content .story-related-title {
    grid-area: title;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #161E2F;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 60px;
  }
  #rail .content_story_related:not(.up-next) .story-related .story-related-story .story-related-content .story-related-topic, .content_story_related.trending .story-related .story-related-story .story-related-content .story-related-topic {
    grid-area: topic;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 10px;
    color: #8C8C8C;
    text-transform: uppercase;
  }
  #rail .content_story_related:not(.up-next) .story-related a:first-of-type .story-related-content, .content_story_related.trending .story-related a:first-of-type .story-related-content {
    border-top: none;
  }
  #rail .content_story_related:not(.up-next) .story-related a:first-of-type .story-related-content .story-cover-image, .content_story_related.trending .story-related a:first-of-type .story-related-content .story-cover-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    height: 90%;
    margin: 0;
  }
  #rail .content_story_related:not(.up-next) .story-related a:first-of-type .story-related-content .story-cover-image img, .content_story_related.trending .story-related a:first-of-type .story-related-content .story-cover-image img {
    width: 100%;
    height: 100%;
  }
  #rail .content_story_related:not(.up-next) .story-related a:first-of-type .story-related-content .story-related-topic, .content_story_related.trending .story-related a:first-of-type .story-related-content .story-related-topic {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 6px;
    margin-top: 0;
  }
  #rail .content_story_related:not(.up-next) .story-related a:first-of-type .story-related-content .story-related-category, .content_story_related.trending .story-related a:first-of-type .story-related-content .story-related-category {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 6px;
    margin-top: 0;
  }
  #rail .content_story_related:not(.up-next) .story-related a:first-of-type .story-related-content .story-related-title, .content_story_related.trending .story-related a:first-of-type .story-related-content .story-related-title {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-line-clamp: none;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    height: auto;
  }
}

#rail .content_story_related:not(.up-next).video .story-cover-image:after, .content_story_related.trending.video .story-cover-image:after {
  background-size: 50% 50%;
}

#rail .content_story_related:not(.up-next).video a:first-of-type .story-cover-image:after, .content_story_related.trending.video a:first-of-type .story-cover-image:after {
  background-size: 25% 25%;
}

#rail .content_story_related:not(.up-next).sticky, .content_story_related.trending.sticky {
  height: 100%;
}

#rail .content_story_related:not(.up-next).sticky .story-related, .content_story_related.trending.sticky .story-related {
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
}

#rail .content_story_related:not(.up-next).sticky.empty, .content_story_related.trending.sticky.empty {
  height: auto;
}

#rail .content_story_related:not(.up-next).small-card, .content_story_related.trending.small-card {
  margin-top: -15px;
}

#rail .content_story_related:not(.up-next).small-card .story-related .story-related-story, .content_story_related.trending.small-card .story-related .story-related-story {
  background: white;
  display: block;
  height: 100%;
  border: solid 1px #DCDCDC;
  -webkit-clip-path: none;
          clip-path: none;
}

#rail .content_story_related:not(.up-next).small-card .story-related .story-related-story .story-related-content, .content_story_related.trending.small-card .story-related .story-related-story .story-related-content {
  grid-template-columns: 50% 50%;
  grid-template-rows: 12px 1fr;
  grid-gap: 5px;
  grid-template-areas: "image topic" "image title";
}

#rail .content_story_related:not(.up-next).small-card .story-related .story-related-story .story-related-content .story-cover-image, .content_story_related.trending.small-card .story-related .story-related-story .story-related-content .story-cover-image {
  grid-area: image;
  height: 85px;
  width: 135px;
  margin: 0;
}

#rail .content_story_related:not(.up-next).small-card .story-related .story-related-story .story-related-content .story-cover-image img, .content_story_related.trending.small-card .story-related .story-related-story .story-related-content .story-cover-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

#rail .content_story_related:not(.up-next).small-card .story-related .story-related-story .story-related-content .story-related-title, .content_story_related.trending.small-card .story-related .story-related-story .story-related-content .story-related-title {
  font: 700 0.9375rem/0.9375rem "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 0;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 60px;
}

#rail .content_story_related:not(.up-next).small-card .story-related .story-related-story .story-related-content .story-related-topic, .content_story_related.trending.small-card .story-related .story-related-story .story-related-content .story-related-topic {
  font: 700 0.625rem/0.625rem "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 0.125rem;
  margin-top: 0;
}

.voices .content_story_related .story-related-topic {
  background-image: url("/static/images/voices-icon.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 13px 15px !important;
  line-height: 15px !important;
  padding-left: 22px !important;
  background-position-y: center !important;
}@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700|Roboto+Condensed:400,700|Roboto+Slab:700|Open+Sans&display=swap");
.content_story_meta_topics.page-topic {
  margin-bottom: 8px;
}

.content_story_meta_topics.page-topic a {
  text-transform: uppercase;
  color: #FFC033;
  font-size: 0.9375rem;
  text-decoration: none;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 700;
}

@media (min-width: 1366px) {
  .content_story_meta_topics.page-topic {
    display: none;
  }
}@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700|Roboto+Condensed:400,700|Roboto+Slab:700|Open+Sans&display=swap");
@media (min-width: 1366px) {
  .mobile-only {
    display: none;
  }
}

.large-only {
  display: none;
}

@media (min-width: 1366px) {
  .large-only {
    display: block;
  }
}

.md-only {
  display: none;
}

@media (min-width: 1024px) {
  .md-only {
    display: block;
  }
}

.comments_disqus {
  margin-bottom: 45px;
}

.comments_disqus .disqus-collapsible {
  overflow: hidden;
}

.comments_disqus .disqus-expand {
  width: 100%;
  display: none;
  text-align: center;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding: 20px 0;
  cursor: pointer;
}

.comments_disqus .disqus-expand:before {
  content: "";
  display: block;
  height: 100px;
  top: -100px;
  position: absolute;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 0, 0, 0)), to(white));
  background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), white);
}

.comments_disqus .disqus-expand:after {
  content: "";
  width: 0;
  height: 0;
  top: 13px;
  left: 12px;
  position: relative;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #143148;
}

.comments_disqus #disqus_thread {
  padding-bottom: 62px;
}@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700|Roboto+Condensed:400,700|Roboto+Slab:700|Open+Sans&display=swap");
.utility_popup_dialog.top-nav.search-dialog {
  position: fixed;
  top: 0;
  left: 0;
}

.utility_popup_dialog.top-nav.search-dialog > .frame {
  position: fixed;
  z-index: 10;
  top: 60px;
  right: 0;
  bottom: 0;
  left: 0;
  background: #161E2F;
  opacity: 0.95;
}

.utility_popup_dialog.top-nav.search-dialog > .frame .contents {
  width: 100%;
  height: 100%;
  position: relative;
}

@media (min-width: 1366px) {
  .utility_popup_dialog.top-nav.search-dialog > .frame .contents {
    width: 300px;
  }
}

@media (min-width: 1366px) {
  .utility_popup_dialog.top-nav.search-dialog {
    position: absolute;
    padding-top: 0;
    top: 0;
    right: 0;
    bottom: unset;
    left: unset;
  }
  .utility_popup_dialog.top-nav.search-dialog > .frame {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    width: unset;
    height: unset;
    background: transparent;
  }
}

.utility_popup_dialog.top-nav.mobile-navigation {
  position: fixed;
  top: 0;
  left: 0;
}

.utility_popup_dialog.top-nav.mobile-navigation > .frame {
  position: fixed;
  top: 60px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #161E2F;
  opacity: 0.95;
}

.utility_popup_dialog.top-nav.mobile-navigation > .frame > .contents {
  height: 100%;
}

@media (min-width: 1366px) {
  .utility_popup_dialog.top-nav.mobile-navigation {
    display: none;
  }
}

.utility_popup_dialog.top-nav.mobile-navigation.active ~ .partial.utility_popup_button.top-nav.mobile-nav-button .contents a {
  background: transparent url("/static/images/hamburger-gold.svg") center center no-repeat;
}

.utility_popup_dialog.mobile-scroll-links-dialog {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 110px;
  background: #161E2F;
  -webkit-box-shadow: 0 0 6px black;
          box-shadow: 0 0 6px black;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
  opacity: .95;
  z-index: 10;
}

.utility_popup_dialog.mobile-scroll-links-dialog .frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.utility_popup_dialog.mobile-scroll-links-dialog .frame .contents {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.utility_popup_dialog.mobile-scroll-links-dialog .frame .close_dialog {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: right;
}

.utility_popup_dialog.mobile-scroll-links-dialog .frame .close_dialog a {
  display: block;
  color: #FFC033;
  font: Bold 0.875rem/1rem "Roboto Condensed", Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 36px;
  margin-right: 14px;
}

.utility_popup_dialog.mobile-scroll-links-dialog .frame .close_dialog a:before {
  content: 'Close ';
  color: #FFC033;
  font: Bold 0.875rem/1rem "Roboto Condensed", Arial, sans-serif;
  text-transform: uppercase;
}

.utility_popup_dialog.mobile-scroll-links-dialog.active ~ .mobile-scroll-links-button {
  display: none;
}

.utility_popup_dialog.share-dialog.gallery {
  top: 60px;
}

.utility_popup_dialog.share-dialog.gallery > .frame {
  top: 60px;
}

@media (min-width: 1024px) {
  .utility_popup_dialog.share-dialog {
    position: -webkit-sticky;
    position: sticky;
    top: 190px;
    margin-top: -60px;
    z-index: 10;
  }
  .utility_popup_dialog.share-dialog.media-page, .utility_popup_dialog.share-dialog.gallery {
    margin: 0;
  }
  .utility_popup_dialog.share-dialog > .frame {
    position: relative;
    left: -130px;
    width: 60px;
    height: 60px;
  }
  .utility_popup_dialog.share-dialog > .frame .close_dialog a.close_dialog {
    display: block;
    height: 60px;
    width: 60px;
    font-size: 0;
    background: #FFC033 url(/static/images/icons/socialmedia/share-icon.svg) no-repeat center center;
  }
}

.utility_popup_dialog.comments-dialog {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: RGBA(22, 30, 47, 0.5);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  padding-top: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1000;
}

.utility_popup_dialog.comments-dialog .frame {
  position: relative;
  width: 100%;
  height: 100%;
}

.utility_popup_dialog.comments-dialog .frame div.close_dialog {
  background: #161E2F;
  height: 62px;
  text-align: right;
  padding: 0 15px;
}

.utility_popup_dialog.comments-dialog .frame div.close_dialog a.close_dialog {
  display: inline-block;
  height: 26px;
  width: 26px;
  margin: 18px 0 18px 26px;
  background: #FFC033;
  border-radius: 50%;
  text-align: center;
  color: #FFFFFF;
  font-size: 26px;
  font-weight: bold;
  text-decoration: none;
  line-height: 26px;
}

.utility_popup_dialog.comments-dialog .frame .contents {
  position: static;
  width: 0;
  height: 100%;
  background: #FFFFFF;
  padding: 15px;
  overflow-y: auto;
}

.utility_popup_dialog.comments-dialog.active {
  display: block;
  width: 100%;
}

.utility_popup_dialog.comments-dialog.active .frame div.close_dialog, .utility_popup_dialog.comments-dialog.active .frame .contents {
  width: 100%;
  max-width: 800px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700|Roboto+Condensed:400,700|Roboto+Slab:700|Open+Sans&display=swap");
.utility_popup_button.search-button.top-nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
}

.utility_popup_button.search-button.top-nav .contents a {
  display: block;
  height: 60px;
  width: 17px;
  background: transparent url("/static/images/search-white.svg") center center no-repeat;
}

@media (min-width: 1366px) {
  .utility_popup_button.search-button.top-nav {
    margin-right: 20px;
  }
  .utility_popup_button.search-button.top-nav .contents a {
    background: transparent url("/static/images/search-black.svg") center center no-repeat;
  }
}

.utility_popup_button.mobile-nav-button.top-nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
}

.utility_popup_button.mobile-nav-button.top-nav .contents a {
  display: block;
  height: 60px;
  width: 20px;
  background: transparent url("/static/images/hamburger.svg") center center no-repeat;
}

@media (min-width: 1366px) {
  .utility_popup_button.mobile-nav-button.top-nav {
    display: none;
  }
}

.utility_popup_button.mobile-scroll-links-button {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 110px;
  background: #161E2F;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
  -webkit-box-shadow: 0 0 6px black;
          box-shadow: 0 0 6px black;
  opacity: .95;
  z-index: 10;
}

.utility_popup_button.mobile-scroll-links-button .contents a {
  display: block;
  padding: 26px 11px 26px 20px;
  color: #FFC033;
  text-transform: uppercase;
  text-decoration: none;
  font: 700 0.625rem "Roboto Condensed", Arial, sans-serif;
}

@media (min-width: 1366px) {
  .utility_popup_button.mobile-scroll-links-button {
    display: none;
  }
}

@media (min-width: 0) {
  .utility_popup_button.share-toggle, .utility_popup_button.comments-toggle {
    display: none;
  }
}

@media (min-width: 1024px) {
  .utility_popup_button.share-toggle, .utility_popup_button.comments-toggle {
    position: -webkit-sticky;
    position: sticky;
    display: block;
    height: 0;
  }
  .utility_popup_button.share-toggle .contents, .utility_popup_button.comments-toggle .contents {
    position: relative;
    width: 60px;
    height: 60px;
    left: -72px;
    padding: 0;
    overflow-y: visible;
    -webkit-clip-path: none;
            clip-path: none;
    text-align: left;
  }
  .utility_popup_button.share-toggle .contents a, .utility_popup_button.comments-toggle .contents a {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    padding-top: 60px;
    height: 20px;
    line-height: 20px;
    font-size: 0.75rem;
    color: #161E2F;
    font-family: "Roboto Condensed", Arial, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
  }
  .utility_popup_button.share-toggle.comments-toggle, .utility_popup_button.comments-toggle.comments-toggle {
    top: 90px;
    height: 0;
    margin-bottom: 170px;
  }
  .utility_popup_button.share-toggle.comments-toggle .contents, .utility_popup_button.comments-toggle.comments-toggle .contents {
    background: url(/static/images/icons/comments.white.svg) no-repeat center center, -webkit-gradient(linear, left top, right bottom, color-stop(86%, #FFC033), color-stop(85%, transparent));
    background: url(/static/images/icons/comments.white.svg) no-repeat center center, linear-gradient(to bottom right, #FFC033 86%, transparent 85%);
    background-size: 38px auto, auto;
  }
  .utility_popup_button.share-toggle.share-toggle, .utility_popup_button.comments-toggle.share-toggle {
    margin-top: -70px;
    top: 190px;
    height: 0;
    margin-bottom: 60px;
  }
  .utility_popup_button.share-toggle.share-toggle .contents, .utility_popup_button.comments-toggle.share-toggle .contents {
    background: url(/static/images/icons/socialmedia/share-icon.svg) no-repeat center center, -webkit-gradient(linear, left top, right bottom, color-stop(86%, #FFC033), color-stop(85%, transparent));
    background: url(/static/images/icons/socialmedia/share-icon.svg) no-repeat center center, linear-gradient(to bottom right, #FFC033 86%, transparent 85%);
  }
}

@media (min-width: 1366px) {
  .utility_popup_button.share-toggle .contents, .utility_popup_button.comments-toggle .contents {
    left: -130px;
  }
}

.utility_popup_button.share-toggle.gallery, .utility_popup_button.comments-toggle.gallery {
  display: none;
  position: -webkit-sticky;
  position: sticky;
  height: 0;
  top: 60px;
}

@media (min-width: 1024px) {
  .utility_popup_button.share-toggle.gallery, .utility_popup_button.comments-toggle.gallery {
    display: block;
  }
}

.utility_popup_button.share-toggle.gallery .contents, .utility_popup_button.comments-toggle.gallery .contents {
  position: relative;
  left: -150px;
  top: 60px;
}

.utility_popup_button.share-toggle.bottom, .utility_popup_button.comments-toggle.bottom {
  position: initial;
  display: unset;
  width: 100%;
  margin: 0 0 40px 0;
  height: auto;
}

.utility_popup_button.share-toggle.bottom .contents, .utility_popup_button.comments-toggle.bottom .contents {
  max-width: 320px;
  margin: 0 auto;
  position: relative;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 40px;
  text-align: right;
  background: #161E2F no-repeat 38px center;
  background-size: auto 35%;
}

.utility_popup_button.share-toggle.bottom .contents a, .utility_popup_button.comments-toggle.bottom .contents a {
  line-height: 60px;
  color: white;
  font-size: 23px;
  padding: 0;
  font-family: "Roboto Condensed", Arial, sans-serif;
  text-decoration: none;
  text-transform: capitalize;
}

.utility_popup_button.share-toggle.bottom.comments-toggle, .utility_popup_button.comments-toggle.bottom.comments-toggle {
  margin-bottom: 170px;
}

.utility_popup_button.share-toggle.bottom.comments-toggle .contents, .utility_popup_button.comments-toggle.bottom.comments-toggle .contents {
  background-image: url(/static/images/icons/comments.white.svg);
}

@media (min-width: 1024px) {
  .utility_popup_button.share-toggle.bottom, .utility_popup_button.comments-toggle.bottom {
    display: inline-block;
  }
}

.utility_popup_button.share-toggle.no-stick, .utility_popup_button.comments-toggle.no-stick {
  position: unset;
}@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700|Roboto+Condensed:400,700|Roboto+Slab:700|Open+Sans&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700|Roboto+Condensed:400,700|Roboto+Slab:700|Open+Sans&display=swap");
@media (min-width: 1366px) {
  .mobile-only {
    display: none;
  }
}

.large-only {
  display: none;
}

@media (min-width: 1366px) {
  .large-only {
    display: block;
  }
}

.md-only {
  display: none;
}

@media (min-width: 1024px) {
  .md-only {
    display: block;
  }
}

.form_newsletter_signup {
  margin: 0 auto;
  max-width: 455px;
}@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700|Roboto+Condensed:400,700|Roboto+Slab:700|Open+Sans&display=swap");
.partial.heading.staticpage-heading h2 {
  font: 700 1.6875rem/2rem "Roboto Condensed", Arial, sans-serif;
  margin-bottom: 15px;
  color: #161E2F;
}

.partial.heading.comments-heading {
  position: absolute;
  top: 20px;
}

.partial.heading.comments-heading h2 {
  border-left: solid 8px #FFC033;
  padding-left: 16px;
  font: 700 1.375rem/1.625rem "Roboto Condensed", Arial, sans-serif;
  color: #FFFFFF;
  text-transform: uppercase;
}@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700|Roboto+Condensed:400,700|Roboto+Slab:700|Open+Sans&display=swap");
.share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 20px;
}

.share ul li a, .share ul li span {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 17px auto;
  display: block;
  cursor: pointer;
  height: 60px;
  width: 17px;
  margin-right: 20px;
}

.share ul li.facebook {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.share ul li.facebook a {
  background-image: url(/static/images/icons/socialmedia/facebook.svg);
}

.share ul li.twitter {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.share ul li.twitter a {
  background-image: url(/static/images/icons/socialmedia/twitter.svg);
}

.share ul li.instagram {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.share ul li.instagram a {
  text-indent: -9999px;
  background-image: url(/static/images/icons/socialmedia/instagram.svg);
}

.share ul li.youtube {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.share ul li.youtube a {
  background-image: url(/static/images/icons/socialmedia/youtube.svg);
}

.share ul li.flipboard {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.share ul li.flipboard a {
  background-image: url(/static/images/icons/socialmedia/flipboard.svg);
}

.share ul li.pinterest {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.share ul li.pinterest span, .share ul li.pinterest a {
  text-indent: -9999px;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-image: url(/static/images/icons/socialmedia/pinterest.svg);
}

.share ul li.pinterest span:after, .share ul li.pinterest a:after {
  display: none;
}

.share.top-nav {
  display: none;
}

@media (min-width: 1366px) {
  .share.top-nav {
    display: block;
  }
}

.share.newsletter {
  width: 180px;
  margin: 0 auto 30px auto;
}

.share.newsletter .frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.share.newsletter .frame .hgroup {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.share.newsletter .frame .hgroup h2 {
  font: 700 0.625rem/1.375rem "Roboto Condensed", Arial, sans-serif;
  text-align: center;
}

.share.newsletter .frame .contents {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.share.newsletter .frame .contents ul {
  width: 100%;
  margin: 0 auto;
}

.share.newsletter .frame .contents ul li {
  height: 30px;
  width: 30px;
}

.share.newsletter .frame .contents ul li a, .share.newsletter .frame .contents ul li span {
  margin: 0;
  height: 100%;
  width: 100%;
  padding: 0;
}

@media (min-width: 768px) {
  .share.newsletter {
    width: 300px;
    margin: 0 auto 80px auto;
  }
  .share.newsletter .frame .hgroup h2 {
    font: 700 0.75rem/1.375rem "Roboto Condensed", Arial, sans-serif;
  }
  .share.newsletter .frame .contents ul li {
    width: 50px;
    height: 50px;
  }
  .share.newsletter .frame .contents ul li a, .share.newsletter .frame .contents ul li span {
    background-size: 30px auto;
  }
}

.share.sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #161E2F;
  z-index: 9999;
  height: 50px;
  width: 100%;
}

@media (min-width: 1024px) {
  .share.sticky {
    display: none;
  }
}

.share.sticky ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 0;
}

.share.sticky ul span {
  font-size: 0;
}

.share.sticky ul li {
  width: 60px;
  height: 50px;
}

.share.sticky ul li a, .share.sticky ul li span {
  margin: 0;
  width: 50px;
  height: 50px;
  background-size: 56%;
}

.share.sticky ul li.facebook a {
  background-image: url(/static/images/icons/socialmedia/facebook-white.svg);
}

.share.sticky ul li.twitter a {
  background-size: 65%;
  background-image: url(/static/images/icons/socialmedia/twitter-white.svg);
}

.share.sticky ul li.instagram a {
  background-image: url(/static/images/icons/socialmedia/instagram-white.svg);
}

.share.sticky ul li.flipboard a {
  background-image: url(/static/images/icons/socialmedia/flipboard-white.svg);
}

.share.sticky ul li.pinterest a, .share.sticky ul li.pinterest span {
  background-image: url(/static/images/icons/socialmedia/pinterest-white.svg);
}

.share.sticky ul li.link-share {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.share.sticky ul li.link-share span {
  background-image: url(/static/images/icons/socialmedia/link-white.svg);
}

.share.sticky ul li.link-share input {
  display: none;
}

.share.floating, .share.bottom, .share.mob-article {
  z-index: 999;
  width: 100%;
  font-size: 0;
  height: 60px;
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
  background: none;
}

.share.floating .frame, .share.bottom .frame, .share.mob-article .frame {
  height: 60px;
}

.share.floating .frame ul, .share.bottom .frame ul, .share.mob-article .frame ul {
  margin: 0;
  width: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.share.floating .frame ul li, .share.bottom .frame ul li, .share.mob-article .frame ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 60px;
  background-color: white;
}

.share.floating .frame ul li:hover, .share.bottom .frame ul li:hover, .share.mob-article .frame ul li:hover {
  background-color: #161E2F;
}

.share.floating .frame ul li:hover.facebook a, .share.bottom .frame ul li:hover.facebook a, .share.mob-article .frame ul li:hover.facebook a {
  background-image: url(/static/images/icons/socialmedia/facebook-white.svg);
}

.share.floating .frame ul li:hover.twitter a, .share.bottom .frame ul li:hover.twitter a, .share.mob-article .frame ul li:hover.twitter a {
  background-size: 50%;
  background-image: url(/static/images/icons/socialmedia/twitter-white.svg);
}

.share.floating .frame ul li:hover.instagram a, .share.bottom .frame ul li:hover.instagram a, .share.mob-article .frame ul li:hover.instagram a {
  background-image: url(/static/images/icons/socialmedia/instagram-white.svg);
}

.share.floating .frame ul li:hover.flipboard a, .share.bottom .frame ul li:hover.flipboard a, .share.mob-article .frame ul li:hover.flipboard a {
  background-image: url(/static/images/icons/socialmedia/flipboard-white.svg);
}

.share.floating .frame ul li:hover.pinterest a, .share.floating .frame ul li:hover.pinterest span, .share.bottom .frame ul li:hover.pinterest a, .share.bottom .frame ul li:hover.pinterest span, .share.mob-article .frame ul li:hover.pinterest a, .share.mob-article .frame ul li:hover.pinterest span {
  background-image: url(/static/images/icons/socialmedia/pinterest-white.svg);
}

.share.floating .frame ul li:hover.link-share, .share.bottom .frame ul li:hover.link-share, .share.mob-article .frame ul li:hover.link-share {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.share.floating .frame ul li:hover.link-share span, .share.bottom .frame ul li:hover.link-share span, .share.mob-article .frame ul li:hover.link-share span {
  background-image: url(/static/images/icons/socialmedia/link-white.svg);
}

.share.floating .frame ul li a, .share.floating .frame ul li span, .share.bottom .frame ul li a, .share.bottom .frame ul li span, .share.mob-article .frame ul li a, .share.mob-article .frame ul li span {
  width: 60px;
  height: 60px;
  background-size: 27px;
}

.share.floating .frame ul li.facebook a, .share.bottom .frame ul li.facebook a, .share.mob-article .frame ul li.facebook a {
  background-image: url(/static/images/icons/socialmedia/facebook.svg);
}

.share.floating .frame ul li.twitter a, .share.bottom .frame ul li.twitter a, .share.mob-article .frame ul li.twitter a {
  background-size: 50%;
  background-image: url(/static/images/icons/socialmedia/twitter.svg);
}

.share.floating .frame ul li.instagram a, .share.bottom .frame ul li.instagram a, .share.mob-article .frame ul li.instagram a {
  background-image: url(/static/images/icons/socialmedia/instagram.svg);
}

.share.floating .frame ul li.flipboard a, .share.bottom .frame ul li.flipboard a, .share.mob-article .frame ul li.flipboard a {
  background-image: url(/static/images/icons/socialmedia/flipboard.svg);
}

.share.floating .frame ul li.pinterest a, .share.floating .frame ul li.pinterest span, .share.bottom .frame ul li.pinterest a, .share.bottom .frame ul li.pinterest span, .share.mob-article .frame ul li.pinterest a, .share.mob-article .frame ul li.pinterest span {
  background-image: url(/static/images/icons/socialmedia/pinterest.svg);
}

.share.floating .frame ul li.link-share, .share.bottom .frame ul li.link-share, .share.mob-article .frame ul li.link-share {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.share.floating .frame ul li.link-share span, .share.bottom .frame ul li.link-share span, .share.mob-article .frame ul li.link-share span {
  background-image: url(/static/images/icons/socialmedia/link.svg);
}

.share.floating .frame ul li.link-share input, .share.bottom .frame ul li.link-share input, .share.mob-article .frame ul li.link-share input {
  display: none;
}

.share.floating.floating .frame, .share.bottom.floating .frame, .share.mob-article.floating .frame {
  width: 60px;
}

.share.floating.floating .frame ul, .share.bottom.floating .frame ul, .share.mob-article.floating .frame ul {
  width: 60px;
}

.share.floating.floating .frame ul li, .share.bottom.floating .frame ul li, .share.mob-article.floating .frame ul li {
  border: solid 1px #DCDCDC;
  border-top: none;
}

.share.floating.bottom, .share.floating.mob-article, .share.bottom.bottom, .share.bottom.mob-article, .share.mob-article.bottom, .share.mob-article.mob-article {
  position: initial;
  margin-bottom: 40px;
}

.share.floating.bottom .frame, .share.floating.mob-article .frame, .share.bottom.bottom .frame, .share.bottom.mob-article .frame, .share.mob-article.bottom .frame, .share.mob-article.mob-article .frame {
  width: 180px;
  margin: 0 auto;
}

.share.floating.bottom .frame ul, .share.floating.mob-article .frame ul, .share.bottom.bottom .frame ul, .share.bottom.mob-article .frame ul, .share.mob-article.bottom .frame ul, .share.mob-article.mob-article .frame ul {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.share.floating.bottom .frame ul li, .share.floating.mob-article .frame ul li, .share.bottom.bottom .frame ul li, .share.bottom.mob-article .frame ul li, .share.mob-article.bottom .frame ul li, .share.mob-article.mob-article .frame ul li {
  width: 60px;
  border: solid 1px #DCDCDC;
  border-right: none;
}

.share.floating.bottom .frame ul li:last-of-type, .share.floating.mob-article .frame ul li:last-of-type, .share.bottom.bottom .frame ul li:last-of-type, .share.bottom.mob-article .frame ul li:last-of-type, .share.mob-article.bottom .frame ul li:last-of-type, .share.mob-article.mob-article .frame ul li:last-of-type {
  border-right: solid 1px #DCDCDC;
}

@media (min-width: 1024px) {
  .share.floating.bottom, .share.floating.mob-article, .share.bottom.bottom, .share.bottom.mob-article, .share.mob-article.bottom, .share.mob-article.mob-article {
    display: none;
  }
}

.share.floating.mob-article, .share.bottom.mob-article, .share.mob-article.mob-article {
  margin-bottom: 25px;
  height: 20px;
}

.share.floating.mob-article .frame, .share.bottom.mob-article .frame, .share.mob-article.mob-article .frame {
  width: auto;
  height: 20px;
  margin: 0 auto;
}

.share.floating.mob-article .frame ul li, .share.bottom.mob-article .frame ul li, .share.mob-article.mob-article .frame ul li {
  width: 20px;
  height: 20px;
  border: none;
}

.share.floating.mob-article .frame ul li:last-of-type, .share.bottom.mob-article .frame ul li:last-of-type, .share.mob-article.mob-article .frame ul li:last-of-type {
  border-right: none;
}

.share.floating.mob-article .frame ul li a, .share.floating.mob-article .frame ul li span, .share.bottom.mob-article .frame ul li a, .share.bottom.mob-article .frame ul li span, .share.mob-article.mob-article .frame ul li a, .share.mob-article.mob-article .frame ul li span {
  width: 20px;
  height: 20px;
  background-size: contain;
}

.share.floating.mob-article .frame ul li.pinterest a, .share.floating.mob-article .frame ul li.pinterest span, .share.bottom.mob-article .frame ul li.pinterest a, .share.bottom.mob-article .frame ul li.pinterest span, .share.mob-article.mob-article .frame ul li.pinterest a, .share.mob-article.mob-article .frame ul li.pinterest span {
  padding-right: 25px;
}.affiliate_streaming_justwatch .jw-widget-iframe {
  background: white;
  border: 1px solid black;
}

.affiliate_streaming_justwatch .watch-now-powered-by a {
  font-size: 11px;
  font-family: sans-serif;
  color: black;
  text-decoration: none;
}

.affiliate_streaming_justwatch .watch-now-powered-by span {
  display: -moz-inline-box;
  display: inline-block;
  width: 66px;
  height: 10px;
  margin-left: 3px;
  background: url(https://widget.justwatch.com/assets/JW_logo_black_10px.svg);
  overflow: hidden;
  text-indent: -3000px;
}

.affiliate_streaming_justwatch.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  background: white;
  z-index: 999;
}.affiliate_streaming_banner {
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  margin-left: -20px;
  margin-right: -20px;
  max-width: 100vw;
  overflow: hidden;
  z-index: 999;
  background: #f4f4f5;
  -webkit-box-shadow: 0 7px 10px -10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 7px 10px -10px rgba(0, 0, 0, 0.3);
  padding: 0 20px;
}

.affiliate_streaming_banner .affiliate_streaming_banner_wrapper {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  color: #161E2F;
  text-transform: capitalize;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.affiliate_streaming_banner .affiliate_streaming_banner_wrapper:hover {
  text-decoration: none;
}

.affiliate_streaming_banner .affiliate_streaming_banner_title {
  font-size: 15px;
  line-height: 21px;
  font-weight: bold;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 10px;
}

.affiliate_streaming_banner .affiliate_streaming_banner_image {
  display: none;
  margin: 0;
  opacity: 0.9;
  width: 65px !important;
  max-height: 35px !important;
  -o-object-fit: contain;
     object-fit: contain;
}

.affiliate_streaming_banner .affiliate_streaming_banner_button {
  background: #FFC033;
  border: 0;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  cursor: pointer;
  min-height: 30px;
  padding: 4px 8px;
  font-size: 13px;
  line-height: 23px;
  margin-left: 10px;
}

.affiliate_streaming_banner .affiliate_streaming_banner_close {
  position: absolute;
  top: -2px;
  right: 0;
  font-size: 14px;
  width: 19px;
  height: 19px;
  line-height: 20px;
  text-align: center;
  opacity: 0.9;
  z-index: 1;
  cursor: pointer;
  border-radius: 100px;
}

@media (min-width: 768px) {
  .affiliate_streaming_banner {
    margin-left: auto;
    margin-right: auto;
  }
  .affiliate_streaming_banner .affiliate_streaming_banner_title {
    font-size: 23px;
    line-height: 28px;
  }
  .affiliate_streaming_banner .affiliate_streaming_banner_image {
    display: inline-block;
  }
  .affiliate_streaming_banner .affiliate_streaming_banner_button {
    padding: 6px 13px;
    font-size: 18px;
    line-height: 28px;
    min-height: 35px;
  }
  .affiliate_streaming_banner .affiliate_streaming_banner_close {
    top: 0;
    font-size: 15px;
  }
}@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700|Roboto+Condensed:400,700|Roboto+Slab:700|Open+Sans&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700|Roboto+Condensed:400,700|Roboto+Slab:700|Open+Sans&display=swap");
@media (min-width: 1366px) {
  .mobile-only {
    display: none;
  }
}

.large-only {
  display: none;
}

@media (min-width: 1366px) {
  .large-only {
    display: block;
  }
}

.md-only {
  display: none;
}

@media (min-width: 1024px) {
  .md-only {
    display: block;
  }
}

.content_story_meta_affiliate_disclaimer {
  margin-top: 20px;
}

.content_story_meta_affiliate_disclaimer #disclaimer {
  background-color: #F4F4F5;
  font-style: italic;
  font-weight: 300;
  margin: 35px 0 35px;
  padding: 15px;
  font-size: 0.9375rem;
}

@media (min-width: 1024px) {
  .content_story_meta_affiliate_disclaimer #disclaimer {
    margin: 0 0 45px;
    font-size: 0.8125rem;
  }
}@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700|Roboto+Condensed:400,700|Roboto+Slab:700|Open+Sans&display=swap");
.content_search.top-nav {
  height: 100%;
}

.content_search.top-nav .form-contents {
  padding: 48px 15px 15px 15px;
}

.content_search.top-nav .form-contents .keyword {
  background: transparent;
  border-bottom: 2px solid #FFFFFF;
}

.content_search.top-nav .form-contents .keyword label {
  display: none;
}

.content_search.top-nav .form-contents .keyword input {
  height: 40px;
  width: 100%;
  border: none;
  background: transparent;
  font: 700 1.875rem/40px "Roboto Condensed", Arial, sans-serif;
  color: #FFFFFF;
}

.content_search.top-nav .form-contents .keyword input::-webkit-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
}

.content_search.top-nav .form-contents .keyword input:-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
}

.content_search.top-nav .form-contents .keyword input::-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
}

.content_search.top-nav .form-contents .keyword input::placeholder {
  color: #FFFFFF;
  opacity: 1;
}

.content_search.top-nav .form-contents input.submit {
  display: none;
}

@media (min-width: 1366px) {
  .content_search.top-nav .form-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-bottom: solid 1px #161E2F;
    height: 20px;
    margin: 20px;
    padding: 0;
    background-color: #FFFFFF;
  }
  .content_search.top-nav .form-contents .keyword {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    height: 19px;
    border: none;
  }
  .content_search.top-nav .form-contents .keyword input {
    height: 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font: 400 0.8125rem/1.25rem "Roboto Condensed", Arial, sans-serif;
    text-transform: uppercase;
    color: #161E2F;
    background: transparent;
  }
  .content_search.top-nav .form-contents .keyword input::-webkit-input-placeholder {
    color: #161E2F;
    opacity: 1;
  }
  .content_search.top-nav .form-contents .keyword input:-ms-input-placeholder {
    color: #161E2F;
    opacity: 1;
  }
  .content_search.top-nav .form-contents .keyword input::-ms-input-placeholder {
    color: #161E2F;
    opacity: 1;
  }
  .content_search.top-nav .form-contents .keyword input::placeholder {
    color: #161E2F;
    opacity: 1;
  }
  .content_search.top-nav .form-contents input.submit {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    height: 19px;
    width: 17px;
    border: none;
    background: #FFFFFF url("/static/images/search-black.svg") center center no-repeat;
  }
}

.content_search.four-oh-four {
  height: 100%;
}

.content_search.four-oh-four .form-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: solid 1px #161E2F;
  height: 20px;
  margin: 20px;
  padding: 0;
  background-color: transparent;
}

.content_search.four-oh-four .form-contents .keyword {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  height: 19px;
  border: none;
  background: transparent;
}

.content_search.four-oh-four .form-contents .keyword label {
  display: none;
}

.content_search.four-oh-four .form-contents .keyword input {
  height: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font: 400 0.8125rem/1.25rem "Roboto Condensed", Arial, sans-serif;
  text-transform: uppercase;
  color: #161E2F;
  background: transparent;
  border: none;
}

.content_search.four-oh-four .form-contents .keyword input::-webkit-input-placeholder {
  color: #161E2F;
  opacity: 1;
}

.content_search.four-oh-four .form-contents .keyword input:-ms-input-placeholder {
  color: #161E2F;
  opacity: 1;
}

.content_search.four-oh-four .form-contents .keyword input::-ms-input-placeholder {
  color: #161E2F;
  opacity: 1;
}

.content_search.four-oh-four .form-contents .keyword input::placeholder {
  color: #161E2F;
  opacity: 1;
}

.content_search.four-oh-four .form-contents input.submit {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 19px;
  width: 17px;
  border: none;
  background: #FFFFFF url("/static/images/search-black.svg") center center no-repeat;
}.partial.image.footer-image {
  background-color: #161E2F;
  margin: 20px 0;
}

.partial.image.footer-image figure {
  max-height: 200px;
}

@media (min-width: 0) {
  .partial.image.footer-image figure {
    position: relative;
    max-width: 100%;
    margin: 0 0;
  }
}

@media (min-width: 768px) {
  .partial.image.footer-image figure {
    position: relative;
    max-width: 100%;
    margin: 0 0;
  }
}

@media (min-width: 1024px) {
  .partial.image.footer-image figure {
    position: relative;
    max-width: 100%;
    margin: 0 0;
  }
}

@media (min-width: 1366px) {
  .partial.image.footer-image figure {
    position: relative;
    max-width: 100%;
    margin: 0 0;
  }
}

@media (min-width: 1760px) {
  .partial.image.footer-image figure {
    position: relative;
    max-width: 1980px;
    margin: 0 auto;
  }
}

.partial.image.footer-image figure img {
  display: block;
  margin: 0 auto;
  max-width: 90%;
  max-height: inherit;
}

@media (min-width: 768px) {
  .partial.image.footer-image {
    margin: 40px 0;
  }
  .partial.image.footer-image figure {
    max-height: 320px;
  }
}

@media (min-width: 1024px) {
  .partial.image.footer-image figure {
    max-height: 400px;
  }
}

@media (min-width: 1366px) {
  .partial.image.footer-image {
    margin: 80px 0;
  }
  .partial.image.footer-image figure {
    max-height: 600px;
  }
}@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700|Roboto+Condensed:400,700|Roboto+Slab:700|Open+Sans&display=swap");
.link_list h2 {
  background-color: #FFFFFF;
  padding: 8px;
  border: solid 1px #DCDCDC;
  border-bottom: solid 8px #FFC033;
  color: #161E2F;
  font: 700 Italic 1.375rem/1.4375rem "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 0.20625rem;
  text-transform: uppercase;
}

.link_list.top-nav {
  display: none;
}

@media (min-width: 1366px) {
  .link_list.top-nav {
    display: block;
  }
  .link_list.top-nav ul {
    margin-bottom: -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .link_list.top-nav ul li {
    border-bottom: solid 5px transparent;
  }
  .link_list.top-nav ul li a {
    display: block;
    font: Bold 0.9375rem "Roboto Condensed", Arial, sans-serif;
    line-height: 60px;
    padding: 0 14px;
    background-color: #FFFFFF;
    color: #161E2F;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
    white-space: nowrap;
  }
  .link_list.top-nav ul li a:hover {
    color: #FFFFFF;
    background-color: #161E2F;
  }
  .link_list.top-nav ul li:hover {
    border-bottom-color: #FFC033;
  }
}

@media (min-width: 1760px) {
  .link_list.top-nav ul li a {
    padding: 0 28px;
  }
}

.link_list.top-nav-mobile {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 0;
}

.link_list.top-nav-mobile .frame {
  height: 100%;
}

.link_list.top-nav-mobile .frame .contents {
  height: 100%;
}

.link_list.top-nav-mobile .frame .contents ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.link_list.top-nav-mobile .frame .contents ul li {
  width: 100%;
  margin: 15px 0;
}

.link_list.top-nav-mobile .frame .contents ul li a {
  display: block;
  width: 100%;
  background: transparent;
  color: #FFFFFF;
  font: 700 1.875rem/1.875rem "Roboto Condensed", Arial, sans-serif;
  text-align: center;
  text-decoration: none;
}

@media (min-width: 1366px) {
  .link_list.top-nav-mobile {
    display: none;
  }
}

.link_list.mobile-scroll-links .frame .contents ul {
  margin-top: 36px;
}

.link_list.mobile-scroll-links .frame .contents ul li {
  margin-bottom: 36px;
  margin-right: 14px;
  text-align: right;
}

.link_list.mobile-scroll-links .frame .contents ul li a {
  color: #FFFFFF;
  text-decoration: none;
  text-transform: capitalize;
  font: 700 0.875rem/1rem "Roboto Condensed", Arial, sans-serif;
}

@media (min-width: 1366px) {
  .link_list.mobile-scroll-links {
    display: none;
  }
}

.link_list.view-all {
  display: block;
  background-color: #FFFFFF;
  padding: 15px;
  border: solid 0.5px #DCDCDC;
}

.link_list.view-all a {
  font: Italic 0.9375rem "Roboto", Arial, sans-serif;
  letter-spacing: 1.5px;
  color: #FFC033;
  text-transform: uppercase;
  text-decoration: none;
}

.link_list.view-more {
  display: none;
}

@media (min-width: 768px) {
  .link_list.view-more {
    display: block;
    background-color: #161E2F;
    padding: 15px;
    width: 302px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 185px;
    right: -119px;
  }
  .link_list.view-more a {
    display: block;
    width: 110px;
    margin: 0 81px;
    font: Italic 1.5625rem "Roboto", Arial, sans-serif;
    letter-spacing: 1.5px;
    color: #FFC033;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
  }
  .link_list.view-more a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 20px;
    background: transparent url(/static/images/icons/circle-arrow.svg) center center no-repeat;
    background-size: 18.5px 18.5px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.link_list.extension {
  margin-top: -16px;
  /* remove margin and border */
  border-top: none;
}

.link_list.podcast-hp.podcast-image {
  background-color: #FFFFFF;
}

.link_list.podcast-hp.podcast-image .frame .contents {
  border-left: solid 1px #DCDCDC;
  border-right: solid 1px #DCDCDC;
  padding: 15px;
}

.link_list.podcast-hp.podcast-image .frame .contents img {
  width: 100%;
  height: auto;
}

.link_list.podcast-hp.podcast-viewmore {
  margin: 0 auto;
  position: absolute;
  bottom: 15px;
  width: 100%;
}

.link_list.podcast-hp.podcast-viewmore .frame {
  width: 180px;
  margin: 0 auto;
}

.link_list.podcast-hp.podcast-viewmore .frame .contents ul li a {
  display: block;
  width: 180px;
  border: 1px solid #161E2F;
  font: 400 0.9375rem/2.25rem "Roboto Condensed", Arial, sans-serif;
  color: #161E2F;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}

@media (min-width: 1366px) {
  .link_list.podcast-hp.podcast-viewmore {
    bottom: 90px;
    left: 15px;
  }
  .link_list.podcast-hp.podcast-viewmore .frame {
    margin: 0;
  }
}

.link_list.footer-links {
  margin-bottom: 42px;
}

.link_list.footer-links h2 {
  font: 700 0.9375rem/1.0625rem "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 0.14062rem;
  color: #FFC033;
  text-transform: uppercase;
  font-style: normal;
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
}

.link_list.footer-links ul li {
  margin: 12px 0;
}

.link_list.footer-links ul li a {
  font: 400 0.75rem/0.875rem "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 0;
  color: #161E2F;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
}

.link_list.footer-links.connect ul li a {
  padding-left: 16px;
  line-height: 16px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 10px auto;
}

.link_list.footer-links.connect ul li.rss a {
  background-image: url(/static/images/icons/socialmedia/rss.svg);
}

.link_list.footer-links.connect ul li.facebook a {
  background-image: url(/static/images/icons/socialmedia/facebook.svg);
}

.link_list.footer-links.connect ul li.twitter a {
  background-image: url(/static/images/icons/socialmedia/twitter.svg);
}

.link_list.footer-links.connect ul li.youtube a {
  background-image: url(/static/images/icons/socialmedia/youtube.svg);
}

.link_list.footer-links.connect ul li.instagram a {
  background-image: url(/static/images/icons/socialmedia/instagram.svg);
}

.link_list.footer-links.connect ul li.flipboard a {
  background-image: url(/static/images/icons/socialmedia/flipboard.svg);
}

.link_list.footer-links.connect ul li.pinterest a {
  background-image: url(/static/images/icons/socialmedia/pinterest.svg);
}

.link_list.comments-anchor {
  display: none;
}

.link_list.comments-anchor.media-page {
  top: 60px;
}

.link_list.comments-anchor.media-page .frame {
  top: 45px;
}

@media (min-width: 1024px) {
  .link_list.comments-anchor {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    height: 0;
    width: 0;
    padding: 0 !important;
    top: 110px;
  }
  .link_list.comments-anchor .frame {
    position: relative;
    top: 4px;
    left: -150px;
    height: 60px;
    width: 60px;
    background: url(/static/images/icons/comments.white.svg) no-repeat center center, -webkit-gradient(linear, left top, right bottom, color-stop(86%, #FFC033), color-stop(85%, transparent));
    background: url(/static/images/icons/comments.white.svg) no-repeat center center, linear-gradient(to bottom right, #FFC033 86%, transparent 85%);
    background-size: 38px, auto;
  }
  .link_list.comments-anchor .frame a {
    display: table-cell;
    vertical-align: bottom;
    width: 60px;
    height: 80px;
    font-size: 0.75rem;
    text-transform: uppercase;
    text-decoration: none;
    color: #161E2F;
    font-family: "Roboto Condensed", Arial, sans-serif;
  }
}

.link_list.back-to-top {
  margin: 50px 0 40px 0;
}

.link_list.back-to-top .back-to-top {
  display: block;
  background-color: #FFFFFF;
  border: 1px solid #161E2F;
  width: 152px;
  margin: 0 auto;
}

.link_list.back-to-top .back-to-top a {
  display: block;
  width: 100%;
  font: 400 0.9375rem/0.9375rem "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 0.1875rem;
  color: #161E2F;
  text-transform: uppercase;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
}

@media (min-width: 1366px) {
  .link_list.back-to-top {
    display: none;
  }
}

.link_list.four-oh-four ul li.btn.btn-default {
  text-align: center;
}

.link_list.four-oh-four ul li.btn.btn-default a {
  display: inline-block;
  margin: 22px 0;
  border: solid 1px #161E2F;
  font: Regular 0.9375rem/0.9375rem "Roboto Condensed", Arial, sans-serif;
  padding: 10px 66px;
  color: #161E2F;
  text-decoration: none;
  text-transform: uppercase;
}@media (min-width: 1366px) {
  .partial.banner.top-logo-desktop {
    height: 80px;
    width: 445px;
    margin: 42px auto 26px auto;
  }
  .partial.banner.top-logo-desktop .hgroup {
    display: none;
  }
  .partial.banner.top-logo-desktop .contents {
    height: 80px;
    width: 445px;
    background: transparent url("/static/images/CB-Logo-Black.svg") center center no-repeat;
  }
}

.partial.banner.top-logo-small {
  height: 60px;
  width: 186px;
}

.partial.banner.top-logo-small .hgroup {
  display: none;
}

.partial.banner.top-logo-small .contents {
  height: 60px;
  width: 186px;
  background: transparent url("/static/images/CB-Logo-White-small.svg") center center no-repeat;
  background-size: 186px auto;
}

@media (min-width: 1366px) {
  .partial.banner.top-logo-small {
    display: block;
    height: 60px;
    width: 186px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .partial.banner.top-logo-small .contents {
    background: transparent url("/static/images/CB-Logo-Black-small.svg") center center no-repeat;
    background-size: 186px auto;
  }
}

header .top-logo-desktop {
  display: none;
}

@media (min-width: 1366px) {
  header.index .top-logo-desktop {
    display: block;
  }
}
.psquirrel.foobar { margin: 0 }
/* Avoiding empty files */
