.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);
    }
    /* mobile anchor placeholder (SITES-540) */
    .ad_slot.ad_anchor.ad_placeholder .ad_slot_target { min-height: 50px; }
    .ad_slot.ad_anchor.ad_placeholder + #anchor_placeholder {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 50px;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.5);
        pointer-events: none;
        z-index: 100;
    }
    .ad_slot.ad_anchor_top.ad_placeholder + #anchor_placeholder {
        bottom: initial;
        top: 0;
    }
    .ad_slot.ad_anchor.ad--gam-rendered + #anchor_placeholder {
        display: none;
    }
}
.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;
    }
}

/* fix for bad yieldmo overflow whitespace from amazon wins - they alter the div height, but leave the iframe height too tall */
.ad_slot.ad--amazon-win .ad_slot_target div[id^="google_ads_iframe"][style*="height:"] {
    overflow: hidden;
}

div[class*="content_story_"] .ad_slot.ad_inline:after,
div[class*="content_story_"] + .ad_slot.ad_inline:after,
div[class*="content_story_"] + script + .ad_slot.ad_inline:after {
    content: "- advertisement - continue reading below -";
}
.content_story_related .story-related-story .story-related-category {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1.8px;
  line-height: 15px;
  text-transform: uppercase;
  color: #939393;
}

.content_story_related .story-related-story .story-related-title {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  letter-spacing: 0px;
  text-transform: capitalize;
  color: #232323;
}

.content_story_related .story-related-story .story-related-author {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1.8px;
  line-height: 15px;
  text-transform: uppercase;
  color: #939393;
}

.content_story_related .story-related-story .story-related-summary {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 20px;
}

.content_story_related .story-related-story:hover .story-related-title, .content_story_related .story-related-story:active .story-related-title {
  color: #939393;
}

.content_story_related h2 {
  text-transform: uppercase;
  position: relative;
  color: #363636;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  margin-bottom: 20px;
}

.content_story_related .story-related a:link {
  text-decoration: none !important;
}

.content_story_related.reg-related {
  margin-bottom: 35px;
}

.content_story_related.reg-related h2 {
  margin-top: 20px;
}

.content_story_related.reg-related .story-related-story .story-related-content {
  margin: 30px 0 30px 0;
  display: grid;
  grid-template-areas: "image category category category" "image title title title" "image author author author";
  grid-template-columns: 275px 0 1fr 0;
  grid-template-rows: auto auto -webkit-min-content;
  grid-template-rows: auto auto min-content;
  grid-gap: 0 15px;
}

@media (max-width: 630px) {
  .content_story_related.reg-related .story-related-story .story-related-content {
    grid-template-columns: 1fr 0 1fr 0;
  }
}

@media (max-width: 480px) {
  .content_story_related.reg-related .story-related-story .story-related-content {
    grid-template-columns: 85px 0 1fr 0;
    border-bottom: 3px solid #d2d2d742;
  }
}

.content_story_related.reg-related .story-related-story .story-related-content .story-cover-image {
  grid-area: image;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: auto;
}

@media (max-width: 480px) {
  .content_story_related.reg-related .story-related-story .story-related-content .story-cover-image {
    margin-bottom: 10px;
    height: 85px;
  }
  .content_story_related.reg-related .story-related-story .story-related-content .story-cover-image img {
    width: 127px;
    height: 85px;
  }
}

.content_story_related.reg-related .story-related-story .story-related-content .story-related-category {
  grid-area: category;
  color: #939393;
}

@media (max-width: 480px) {
  .content_story_related.reg-related .story-related-story .story-related-content .story-related-category {
    margin-top: 0;
  }
}

.content_story_related.reg-related .story-related-story .story-related-content .story-related-author {
  grid-area: author;
}

@media (max-width: 480px) {
  .content_story_related.reg-related .story-related-story .story-related-content .story-related-author {
    display: none;
  }
}

.content_story_related.reg-related .story-related-story .story-related-content .story-related-title {
  font-size: 16px;
  line-height: 20px;
  grid-area: title;
  margin: 8px 0 8px;
}

@media (min-width: 1024px) {
  .content_story_related.reg-related .story-related-story .story-related-content .story-related-title {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 1366px) {
  .content_story_related.reg-related .story-related-story .story-related-content .story-related-title {
    font-size: 28px;
    line-height: 37px;
  }
}

.content_story_related.featured {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}

.content_story_related.featured .story-related-story {
  margin-bottom: 5px;
  padding: 0;
  display: inline-block;
  overflow: visible;
  height: 100%;
  width: 100%;
  overflow-y: hidden;
}

.content_story_related.featured .story-related-story:hover .story-related-category {
  color: #ffffff;
  background-color: #232323;
}

.content_story_related.featured .story-related-background-image {
  width: unset !important;
  height: unset !important;
  z-index: -1;
  min-height: 545px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: auto;
}

.content_story_related.featured .story-related-background-image::after {
  display: block;
  position: absolute;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  height: 50%;
  width: 100%;
  content: '';
}

@media (min-width: 768px) {
  .content_story_related.featured .story-related-background-image {
    width: 100% !important;
    height: 645px !important;
    background-attachment: fixed;
  }
}

.content_story_related.featured .story-related-content {
  position: absolute;
  bottom: 0;
  margin: 0 20px;
  z-index: 1;
}

@media (min-width: 768px) {
  .content_story_related.featured .story-related-content {
    width: 50%;
    margin-left: calc(100% - 76vw);
  }
}

.content_story_related.featured .story-related-category {
  font-size: 12px;
  letter-spacing: 1.8px;
  line-height: 15px;
  color: #232323;
  padding: 5px 24px;
  background-color: #fcf85e;
  cursor: pointer;
  position: relative;
  z-index: 5;
}

.content_story_related.featured .story-related-title {
  font-size: 25px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 10px;
  max-width: 1280px;
  display: block;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .content_story_related.featured .story-related-title {
    font-size: 40px;
    line-height: 45px;
  }
}

.content_story_related.featured .story-related-summary {
  color: #ffffff;
  display: block;
  margin-bottom: 25px;
}

.content_story_related.feat-category h2 {
  position: relative;
  margin-bottom: 20px;
}

.content_story_related.feat-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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.content_story_related.feat-category .story-related h2 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.content_story_related.feat-category .story-related .story-related-story {
  margin-bottom: 25px;
  -ms-flex-preferred-size: calc(50% - 10px);
      flex-basis: calc(50% - 10px);
  overflow: hidden;
}

.content_story_related.feat-category .story-related .story-related-story .story-related-content {
  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.feat-category .story-related .story-related-story .story-related-content .story-related-category {
  color: #939393;
  float: left;
  clear: both;
  display: block;
}

.content_story_related.feat-category .story-related .story-related-story .story-related-content .story-related-title {
  font-size: 18px;
  line-height: 24px;
  float: left;
  clear: both;
  margin: 10px 0 10px;
}

.content_story_related.feat-category .story-related .story-related-story .story-related-content .story-cover-image {
  border-top: 5px solid #fcf85e;
  width: 290px;
}

@media (max-width: 415px) {
  .content_story_related.feat-category .story-related .story-related-story .story-related-content .story-cover-image {
    width: 158px;
  }
  .content_story_related.feat-category .story-related .story-related-story .story-related-content .story-cover-image img {
    width: 158px;
    height: 105px;
  }
}

.content_story_related.feat-category .story-related .story-related-story .story-related-content .story-related-author {
  float: left;
  clear: both;
}

@media (min-width: 768px) {
  .content_story_related.feat-category .story-related .story-related-story {
    -ms-flex-preferred-size: calc(25% - 30px);
        flex-basis: calc(25% - 30px);
  }
}

.content_story_related.no-bar .story-related .story-related-story .story-related-content .story-cover-image {
  border-top: none;
}

.content_story_related.fc-2 .story-related {
  margin-top: 55px;
}

.content_story_related.fc-2 .story-related .story-related-story {
  -ms-flex-preferred-size: calc(50% - 5px);
      flex-basis: calc(50% - 5px);
  max-width: 420px;
}

.content_story_related.fc-2 .story-related .story-related-story .story-related-content .story-cover-image {
  width: 100%;
}

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

@media (max-width: 415px) {
  .content_story_related.fc-2 .story-related .story-related-story .story-related-content .story-cover-image {
    width: 158px;
  }
  .content_story_related.fc-2 .story-related .story-related-story .story-related-content .story-cover-image img {
    width: 158px;
    height: 105px;
  }
}

.content_story_related.fc-2 .story-related .story-related-story .story-related-content .story-related-category {
  margin-top: 12px;
}

.content_story_related.story-rail .story-related .story-related-story {
  padding: 15px 0 15px 0;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 3px solid #d2d2d742;
}

.content_story_related.story-rail .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.story-rail .story-related .story-related-story .story-related-content .story-cover-image {
  grid-area: image;
}

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

.content_story_related.story-rail .story-related .story-related-story .story-related-content .story-related-topic {
  grid-area: topic;
  display: inline-block;
}

.content_story_related.story-rail .story-related .story-related-story .story-related-content .story-related-category {
  color: #939393;
}

.content_story_related.story-rail .story-related .story-related-story .story-related-content .story-related-title {
  grid-area: title;
  min-width: 125px;
  height: auto;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
}

.content_story_related.story-rail .story-related .story-related-story .story-related-content .story-related-author {
  grid-area: author;
  -ms-flex-item-align: end;
      align-self: end;
  text-overflow: ellipsis;
  overflow: hidden;
}

.content_story_related.story-rail .story-related .story-related-story .story-related-content .story-related-published-date {
  grid-area: date;
  -ms-flex-item-align: end;
      align-self: end;
}

@media (min-width: 768px) {
  .content_story_related.story-rail .story-related .story-related-story.item-1 .story-related-content {
    display: block;
    overflow: auto;
  }
  .content_story_related.story-rail .story-related .story-related-story.item-1 .story-related-content .story-cover-image {
    width: 100%;
  }
  .content_story_related.story-rail .story-related .story-related-story.item-1 .story-related-content .story-related-category {
    display: block;
    float: left;
    clear: both;
    background-color: #FCF85E;
    color: #232323;
    letter-spacing: 2.1px;
    padding: 5px 8px;
    margin: 1em 0;
  }
  .content_story_related.story-rail .story-related .story-related-story.item-1 .story-related-content .story-related-title {
    display: block;
    float: left;
    font-size: 20px;
    line-height: 25px;
  }
}

.content_story_related.tag-top {
  margin-top: 68px;
}

.content_story_related.color-story .story-related {
  margin-top: 15px;
}

.content_story_related.color-story .story-related .story-related-story {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.content_story_related.color-story .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: 1fr 0 1fr;
  grid-template-areas: "image image topic" "image image title" "image image date";
}

@media (max-width: 520px) {
  .content_story_related.color-story .story-related .story-related-story .story-related-content {
    grid-template-columns: 1fr 0 0;
    grid-template-areas: "image image image" "image image image" "topic topic topic" "title title title";
  }
}

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

.content_story_related.color-story .story-related .story-related-story .story-related-content .story-cover-image img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.content_story_related.color-story .story-related .story-related-story .story-related-content .story-related-category {
  color: #232323;
  text-align: center;
  padding-top: 25px;
  margin: 0;
}

@media (min-width: 1024px) {
  .content_story_related.color-story .story-related .story-related-story .story-related-content .story-related-category {
    padding-top: 35px;
  }
}

.content_story_related.color-story .story-related .story-related-story .story-related-content .story-related-title {
  font-size: 25px;
  line-height: 30px;
  grid-area: title;
  text-align: center;
  min-width: 125px;
  padding: 20px 5px 40px 5px;
}

@media (min-width: 768px) {
  .content_story_related.color-story .story-related .story-related-story .story-related-content .story-related-title {
    min-height: 147px;
    font-size: calc(22px + 0.5vw);
    line-height: 35px;
    padding: 10px 25px 25px 25px;
  }
}

@media (min-width: 1366px) {
  .content_story_related.color-story .story-related .story-related-story .story-related-content .story-related-title {
    font-size: 40px;
    line-height: 48px;
  }
}

.content_story_related.color-story .story-related .story-related-story .story-related-content .story-related-author {
  grid-area: author;
  -ms-flex-item-align: end;
      align-self: end;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.content_story_related.color-story .story-related .story-related-story .story-related-content .story-related-published-date {
  grid-area: date;
  -ms-flex-item-align: end;
      align-self: end;
}

.content_story_related.tag h2 {
  font: Bold 40px/48px "Playfair Display", serif;
  text-transform: none;
  letter-spacing: 0;
}

@media (max-width: 420px) {
  .content_story_related.tag h2 {
    font-size: 30px;
  }
}

.content_story_related.gc-news .story-related-story .story-related-content .story-related-topic {
  background-color: #FFF468;
}

.content_story_related.gc-news .story-related-story .story-related-content .story-related-category {
  background-color: #FFF468;
}

.content_story_related.gc-news .story-related-story .story-related-content .story-related-title {
  background-color: #FFF468;
}

.content_story_related.gc-news .story-related-story:hover .story-related-title, .content_story_related.gc-news .story-related-story:active .story-related-title {
  color: #939393;
}

.content_story_related.gc-enter .story-related-story .story-related-content .story-related-topic {
  background-color: #0089F8;
  color: #ffffff;
}

.content_story_related.gc-enter .story-related-story .story-related-content .story-related-category {
  background-color: #0089F8;
  color: #ffffff;
}

.content_story_related.gc-enter .story-related-story .story-related-content .story-related-title {
  background-color: #0089F8;
  color: #ffffff;
}

.content_story_related.gc-enter .story-related-story:hover .story-related-title, .content_story_related.gc-enter .story-related-story:active .story-related-title {
  color: #e2e2e2;
}

.content_story_related.gc-celeb .story-related-story .story-related-content .story-related-topic {
  background-color: #FFB6B0;
  color: #ffffff;
}

.content_story_related.gc-celeb .story-related-story .story-related-content .story-related-category {
  background-color: #FFB6B0;
  color: #ffffff;
}

.content_story_related.gc-celeb .story-related-story .story-related-content .story-related-title {
  background-color: #FFB6B0;
  color: #ffffff;
}

.content_story_related.gc-celeb .story-related-story:hover .story-related-title, .content_story_related.gc-celeb .story-related-story:active .story-related-title {
  color: #939393;
}

.content_story_related.horiz-top {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
  overflow: auto;
}

@media (min-width: 768px) {
  .content_story_related.horiz-top {
    padding: 0 20px 0 20px;
  }
}

.content_story_related.horiz-top .slick-arrow {
  display: none !important;
}

.content_story_related.horiz-top .slick-list {
  padding-right: 25%;
  overflow: hidden;
}

.content_story_related.horiz-top .story-related {
  padding: 20px 0;
  border: 2px solid #232323;
  border-width: 2px 0;
  width: 100%;
  height: 107px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .content_story_related.horiz-top .story-related {
    height: auto;
  }
}

.content_story_related.horiz-top .story-related .story-related-story {
  width: 60%;
  height: 100%;
  display: block;
  float: left;
  overflow: hidden;
  margin-right: 30px;
}

@media (min-width: 768px) {
  .content_story_related.horiz-top .story-related .story-related-story {
    width: 25%;
    margin: 0;
  }
}

.content_story_related.horiz-top .story-related .story-related-story .story-related-content {
  width: 100%;
  height: 100%;
  overflow: auto;
}

@media (min-width: 768px) {
  .content_story_related.horiz-top .story-related .story-related-story .story-related-content {
    width: 90%;
  }
}

@media (min-width: 1024px) {
  .content_story_related.horiz-top .story-related .story-related-story .story-related-content {
    width: 80%;
  }
}

.content_story_related.horiz-top .story-related .story-related-story .story-related-content .story-cover-image {
  display: block;
  float: left;
  width: 90px;
  height: 60px;
  overflow: hidden;
  margin-right: 15px;
}

.content_story_related.horiz-top .story-related .story-related-story .story-related-content .story-cover-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content_story_related.horiz-top .story-related .story-related-story .story-related-content .story-related-category, .content_story_related.horiz-top .story-related .story-related-story .story-related-content .story-related-title {
  display: block;
  -webkit-text-size-adjust: none;
}

.content_story_related.horiz-top .story-related .story-related-story .story-related-content .story-related-category {
  font-size: 10px;
  line-height: 13px;
  margin: 0;
}

.content_story_related.horiz-top .story-related .story-related-story .story-related-content .story-related-title {
  font-size: 12px;
  line-height: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
}

.content_story_related.injected {
  margin: 50px 0 30px 0;
  border: 2px solid #e2e2e2;
  border-width: 2px 0;
}

.content_story_related.injected .story-related {
  margin: 34px 20px;
  padding-left: 23px;
  border-left: 10px solid #FCF85E;
}

.content_story_related.injected .story-related h2 {
  margin: 0;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2.25px;
  line-height: 30px;
}

.content_story_related.injected .story-related .story-related-story {
  font-size: 20px;
  line-height: 30px;
}.form_newsletter_signup.newsletter-page {
  margin-bottom: 35px;
}

.form_newsletter_signup.newsletter-page .frame {
  margin-top: 40px;
  min-height: 720px;
  display: grid;
  grid-template-rows: -webkit-min-content 1fr -webkit-min-content;
  grid-template-rows: min-content 1fr min-content;
  grid-template-columns: 0.7fr 1fr;
  grid-template-areas: "news image";
  background: -webkit-gradient(linear, left top, right top, color-stop(41.5%, #282828), color-stop(40.5%, #fcf85e));
  background: linear-gradient(to right, #282828 41.5%, #fcf85e 40.5%);
}

.form_newsletter_signup.newsletter-page .frame .image {
  grid-area: image;
  background-image: url("/static/images/news_ill.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-origin: content-box;
  padding: 10%;
}

@media (max-width: 765px) {
  .form_newsletter_signup.newsletter-page .frame {
    min-height: -webkit-min-content;
    min-height: -moz-min-content;
    min-height: min-content;
    max-height: 1155px;
    grid-template-areas: "image" "news";
    grid-template-rows: 1fr 1fr;
    grid-template-columns: auto;
    width: 100%;
    height: auto;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(48.5%, #FFFFFF), color-stop(40.5%, #fcf85e));
    background: linear-gradient(to top, #FFFFFF 48.5%, #fcf85e 40.5%);
  }
  .form_newsletter_signup.newsletter-page .frame .image {
    padding: 4%;
  }
}

@media (max-width: 765px) {
  .form_newsletter_signup.desktop .frame {
    display: none;
  }
}

@media (min-width: 766px) {
  .form_newsletter_signup.mobile .frame {
    display: none;
  }
}.content_search.header {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.content_search.header input {
  display: block;
  float: none;
  margin: 0 auto;
  width: 90%;
  margin-top: 200px;
  border: 0;
  background: none;
  border-bottom: 3px solid #ffffff;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
  padding: 8px 0;
}

.content_search.header input::-webkit-input-placeholder {
  color: #F5F5F5;
}

.content_search.header input:-ms-input-placeholder {
  color: #F5F5F5;
}

.content_search.header input::-ms-input-placeholder {
  color: #F5F5F5;
}

.content_search.header input::placeholder {
  color: #F5F5F5;
}

@media (min-width: 768px) {
  .content_search.header {
    background: none;
    position: relative;
    float: right;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
  }
  .content_search.header div,
  .content_search.header form,
  .content_search.header input {
    height: 100%;
  }
  .content_search.header input {
    width: 100%;
    margin: 0;
    border: 0;
    padding: 0;
    letter-spacing: normal;
    text-transform: none;
    font-weight: normal;
    color: #232323;
  }
  .content_search.header input::-webkit-input-placeholder {
    color: #ffffff;
  }
  .content_search.header input:-ms-input-placeholder {
    color: #ffffff;
  }
  .content_search.header input::-ms-input-placeholder {
    color: #ffffff;
  }
  .content_search.header input::placeholder {
    color: #ffffff;
  }
}

.content_search.search_bar {
  height: 100%;
  max-width: 728px;
  margin: 50px 0 30px 0;
}

.content_search.search_bar .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;
  height: 20px;
  padding: 0;
  background-color: transparent;
}

.content_search.search_bar .form-contents .keyword {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  height: 19px;
  border: none;
  background: transparent;
}

.content_search.search_bar .form-contents .keyword label {
  display: none;
}

.content_search.search_bar .form-contents .keyword input[type=text] {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 728px;
  border: 1px solid #939393;
  padding: 6px 40px 7px 16px;
  color: #363636;
  text-transform: uppercase;
  font: Bold Italic 12px/15px "Source Sans Pro", Arial, sans-serif;
  letter-spacing: 1.8px;
}

.content_search.search_bar .form-contents .submit {
  margin: 0 1px -10px -32px;
  width: 35px;
  background: transparent url("/static/images/search-black.svg") 100% center no-repeat;
  border: 2px solid black;
  font-size: 0;
}

.content_search.four_oh_four {
  min-height: 200px;
  margin: 20px auto;
  padding: 0 20px 0 20px;
}.utility_popup_dialog .frame {
  min-width: 1px;
  min-height: 1px;
}

.utility_popup_dialog.mobile-menu-dialog {
  position: fixed;
}

.utility_popup_dialog.mobile-menu-dialog .mobile-menu.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
}

.utility_popup_dialog.mobile-menu-dialog .mobile-menu.overlay .content {
  background: #F5F5F5;
  width: 80%;
  height: 100%;
  position: absolute;
  overflow-y: auto;
}

@media (min-width: 768px) {
  .utility_popup_dialog.mobile-menu-dialog {
    position: relative;
    float: left;
    background: none;
    white-space: nowrap;
  }
  .utility_popup_dialog.mobile-menu-dialog #mobile_menu_overlay, .utility_popup_dialog.mobile-menu-dialog #mobile_menu_content {
    background: none;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    height: auto;
    position: relative;
    float: left;
  }
  .utility_popup_dialog.mobile-menu-dialog div {
    position: relative;
    float: left;
  }
}

.utility_popup_dialog.search-dialog {
  position: fixed;
}

@media (min-width: 768px) {
  .utility_popup_dialog.search-dialog {
    position: absolute;
    right: 11%;
    float: right;
    height: 100%;
    padding: 17px 0;
  }
  .utility_popup_dialog.search-dialog .frame {
    padding-left: 5px;
    overflow: auto;
    background-color: white;
    border-bottom: 1px solid #232323;
    padding-right: 20px;
    margin-right: -20px;
  }
  .utility_popup_dialog.search-dialog .frame, .utility_popup_dialog.search-dialog .contents {
    height: 100%;
  }
}

@media (min-width: 880px) {
  .utility_popup_dialog.search-dialog {
    right: 25%;
  }
}

@media (min-width: 1024px) {
  .utility_popup_dialog.search-dialog {
    right: 21.5%;
  }
}

@media (min-width: 1366px) {
  .utility_popup_dialog.search-dialog {
    right: 19%;
  }
}.link_list.header.nav ul {
  width: 100%;
  background: #ffffff;
}

.link_list.header.nav ul a {
  display: block;
  overflow: auto;
  width: 100%;
  position: relative;
  padding-top: 30px;
  color: #232323;
}

@media (min-height: 600px) {
  .link_list.header.nav ul a {
    padding-top: 40px;
  }
}

.link_list.header.nav ul a span {
  display: block;
  float: left;
}

.link_list.header.nav ul a .name {
  width: 100%;
  position: absolute;
  top: 0;
  height: 30px;
  background: #232323;
  color: #ffffff;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media (min-height: 600px) {
  .link_list.header.nav ul a .name {
    height: 24px;
    font-size: 1.2em;
    line-height: 24px;
    letter-spacing: 3px;
  }
}

.link_list.header.nav ul a .additional-text {
  float: left;
  width: 50%;
  padding-left: 15px;
  font: 1em serif;
}

.link_list.header.nav ul a img {
  float: right;
  width: 35%;
  margin: 0 20px 20px 0;
}

@media (min-width: 768px) {
  .link_list.header.nav {
    float: left;
  }
  .link_list.header.nav ul {
    width: auto;
    background: none;
    float: left;
    margin-left: 10px;
  }
  .link_list.header.nav ul li {
    display: block;
    float: left;
  }
  .link_list.header.nav ul a {
    margin: 0 6px;
    width: auto;
    overflow: auto;
    padding: 0;
  }
  .link_list.header.nav ul a .name {
    display: inline-block;
    width: auto;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    font-size: 1em;
    color: #232323;
    background: none;
    position: relative;
    letter-spacing: 1px;
  }
  .link_list.header.nav ul a:hover .name {
    color: #CBC7C7;
  }
  .link_list.header.nav ul .additional-text, .link_list.header.nav ul img {
    display: none;
  }
}

@media (min-width: 1024px) {
  .link_list.header.nav ul {
    margin-left: 15px;
  }
  .link_list.header.nav ul a {
    margin: 0 15px;
  }
  .link_list.header.nav ul a .name {
    font-size: 1.1em;
  }
}

@media (min-width: 1366px) {
  .link_list.header.nav ul {
    margin-left: 20px;
  }
  .link_list.header.nav ul a {
    margin: 0 20px;
  }
  .link_list.header.nav ul a .name {
    font-size: 1.2em;
  }
}

.link_list.footer.nav {
  margin-top: 70px;
}

.link_list.footer.nav li {
  padding: 0.5em 0;
}

.link_list.footer.nav a {
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 3px;
  font-size: 2em;
}

@media (min-width: 768px) {
  .link_list.footer.nav {
    float: left;
    margin: 0;
    margin-left: 4px;
    line-height: 54px;
  }
  .link_list.footer.nav li {
    padding: 0;
    display: inline-block;
  }
  .link_list.footer.nav a {
    text-transform: none;
    letter-spacing: normal;
    font-size: 1em;
  }
  .link_list.footer.nav a::before {
    content: "|";
  }
  .link_list.footer.nav .name {
    font-weight: normal;
  }
}.utility_popup_button.header.nav .contents {
  width: 40px;
  height: 40px;
  padding: 8px;
}

@media (min-width: 768px) {
  .utility_popup_button.header.nav .contents {
    width: 60px;
    height: 60px;
  }
}

.utility_popup_button.header.nav .contents a {
  text-indent: -9999px;
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
}

.utility_popup_button.header.nav.mobile-menu-button {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.utility_popup_button.header.nav.mobile-menu-button .contents a {
  background-image: url("/static/images/menu.svg");
}

.utility_popup_button.header.nav.mobile-menu-button.active ~ .utility_popup_button.header.nav.search-button {
  visibility: hidden;
}

.utility_popup_button.header.nav.mobile-menu-button.active .contents {
  position: absolute;
  right: 24px;
  z-index: 1;
}

.utility_popup_button.header.nav.mobile-menu-button.active .contents a {
  background-image: url("/static/images/close.svg");
  -webkit-filter: invert(1);
          filter: invert(1);
}

@media (min-width: 768px) {
  .utility_popup_button.header.nav.mobile-menu-button {
    display: none;
  }
}

.utility_popup_button.header.nav.search-button {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.utility_popup_button.header.nav.search-button .contents a {
  background-image: url("/static/images/search-white.svg");
}

.utility_popup_button.header.nav.search-button.active .contents {
  position: relative;
  z-index: 1;
}

.utility_popup_button.header.nav.search-button.active .contents a {
  -webkit-filter: invert(1);
          filter: invert(1);
}

@media (min-width: 768px) {
  .utility_popup_button.header.nav.search-button.active .contents a {
    -webkit-filter: invert(0);
            filter: invert(0);
  }
}

@media (min-width: 768px) {
  .utility_popup_button.header.nav.search-button {
    float: right;
    height: 100%;
    padding: 20px 0;
    margin-right: 20px;
  }
  .utility_popup_button.header.nav.search-button .contents {
    width: 20px;
    height: 20px;
    padding: 0;
  }
}

.utility_popup_button.comments-button {
  margin: 20px 0;
}

.utility_popup_button.comments-button a {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2.4px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  margin: 0 40px;
  background-color: #FCF85E;
  color: #232323;
  padding: 15px 30px;
}

.utility_popup_button.comments-button a img {
  display: inline-block;
  vertical-align: middle;
  float: right;
}

@media (min-width: 768px) {
  .utility_popup_button.comments-button a {
    max-width: 270px;
    margin-left: 0;
  }
}.snippet.header.nav.newsletter-subscribe a {
  display: block;
  float: none;
  margin: 0 auto;
  width: 238px;
  margin-top: 10px;
  border: 2px solid #232323;
  color: #232323;
  background: #ffffff;
  text-transform: uppercase;
  font-size: 1em;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 2px;
}

@media (min-height: 600px) {
  .snippet.header.nav.newsletter-subscribe a {
    margin-top: 30px;
    letter-spacing: 3px;
    padding: 8px 15px;
  }
}

@media (min-height: 760px) {
  .snippet.header.nav.newsletter-subscribe a {
    padding: 12px 20px;
    text-align: right;
  }
}

.snippet.header.nav.newsletter-subscribe a img {
  display: inline;
  width: 24px;
  vertical-align: middle;
}

@media (min-height: 600px) {
  .snippet.header.nav.newsletter-subscribe a img {
    width: 36px;
  }
}

.snippet.header.nav.newsletter-subscribe.desktop {
  display: none;
}

@media (min-width: 768px) {
  .snippet.header.nav.newsletter-subscribe.mobile {
    display: none;
  }
}

@media (min-width: 880px) {
  .snippet.header.nav.newsletter-subscribe.desktop {
    display: block;
    float: right;
    height: 100%;
    padding: 10px 0;
  }
  .snippet.header.nav.newsletter-subscribe.desktop a {
    margin: 0;
    height: 100%;
    width: auto;
    padding: 10px;
    background: #ffffff;
    font-size: 0.8em;
  }
  .snippet.header.nav.newsletter-subscribe.desktop a:hover {
    background: #FCF85E;
    border: 2px solid #FCF85E;
  }
  .snippet.header.nav.newsletter-subscribe.desktop a img {
    width: 20px;
  }
}

.snippet.four_oh_four {
  margin: 20px auto;
  max-width: 728px;
  padding: 30px 20px 0 20px;
  font-family: "Playfair Display", serif;
  letter-spacing: 1px;
  line-height: 30px;
}

.snippet.four_oh_four h2 {
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.snippet.four_oh_four p {
  font-size: 18px;
}

.snippet.four_oh_four a {
  color: #232323;
  border-bottom: #fcf85e 3px solid;
  font-weight: 700;
  text-decoration: none;
  font-family: "Playfair Display", serif;
}.share {
  margin: 25px 0;
}

.share h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 3px;
  margin-bottom: 15px;
}

.share li, .share a {
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}

.share li {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: cover;
  margin: 0 8px;
  background-color: #ffffff;
  vertical-align: bottom;
}

.share li:first-child {
  margin-left: 0;
}

.share li:last-child {
  margin-right: 0;
}

.share a {
  display: block;
  width: 100%;
  height: 100%;
}

.share .facebook {
  background-image: url("/static/images/social/facebook.svg");
}

.share .twitter {
  background-image: url("/static/images/social/twitter.svg");
}

.share .instagram {
  background-image: url("/static/images/social/instagram.svg");
}

.share .pinterest {
  background-image: url("/static/images/social/pinterest.svg");
}

.share .flipboard {
  background-image: url("/static/images/social/flipboard.svg");
}

.share .email {
  background-image: url("/static/images/mail-black.svg");
}

.share .link-share {
  background-image: url("/static/images/link-black.svg");
}

.share.header.nav {
  margin: 30px 0 30px 0;
}

.share.header.nav ul {
  text-align: center;
}

@media (min-width: 768px) {
  .share.header.nav {
    display: none;
  }
}

.share.header.nav h2 {
  margin-bottom: 8px;
}

@media (min-height: 600px) {
  .share.header.nav h2 {
    margin-bottom: 12px;
  }
}

@media (min-width: 1366px) {
  .share.article {
    position: fixed;
    top: 40%;
    left: 0vw;
    border-left: 5px solid #000;
  }
  .share.article li {
    float: left;
    clear: both;
    margin: 0 0 22px 0;
  }
  .share.article li:first-child {
    margin-top: 22px;
  }
  .share.article .contents {
    margin-left: 18px;
  }
}

@media (max-width: 1405px) {
  .share.news-share {
    display: none;
  }
}.banner.logo {
  padding-top: 5px;
}

.banner.logo h2 {
  text-indent: -9999px;
  background-image: url("/static/images/logo/logo-black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 75%;
  width: 70px;
}

.banner.logo a {
  display: block;
}

.banner.logo.header {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (min-width: 768px) {
  .banner.logo.header {
    float: left;
    height: 100%;
    padding: 5px 0;
  }
  .banner.logo.header div {
    height: 100%;
  }
  .banner.logo.header h2 {
    width: 107px;
    height: 100%;
  }
}

.banner.logo.footer a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.2em;
}

.banner.logo.footer h2 {
  width: 118px;
  height: 54px;
  float: none;
  margin: 0 auto;
  background-image: url("/static/images/logo/logo-white.svg");
  margin-bottom: 20px;
}

.banner.logo.footer .hgroup {
  width: 100%;
  height: auto;
  overflow: auto;
}

@media (min-width: 768px) {
  .banner.logo.footer {
    float: left;
    white-space: nowrap;
    line-height: 54px;
    padding-top: 0;
  }
  .banner.logo.footer a > div, .banner.logo.footer h2 {
    display: inline-block;
    padding: 0;
    margin: 0;
  }
  .banner.logo.footer h2 {
    font-size: 13px;
  }
  .banner.logo.footer .hgroup {
    width: 118px;
    height: 54px;
    overflow: inherit;
  }
  .banner.logo.footer a {
    font-size: 1em;
  }
  .banner.logo.footer .contents {
    margin-left: 40px;
  }
}
.psquirrel.foobar { margin: 0 }
/* Avoiding empty files */
