/*
 * Redesign Base
 *
 * Mixins and Variables
 * 
 */
/**
 * Susy breakpoint variables for min to max pairings
 * https://github.com/at-import/breakpoint/wiki/Basic-Media-Queries#default-single-and-pair
 *
 */
/**
 * Susy shorthand maps altering the number of columns and max-widths for each breakpoint
 * These maps are passed into the breakpoint contexts below
 *
 */
/**
 * This map is used to reset a grid context to 0 columns
 * uncomment debug to see the out put in the terminal
 * TO-DO Usage of this in get-layout mixin is currently not producing any output
 * so needs understanding why
 *
 */
/**
 * Set global box-sizing:border-box
 *
 */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  box-shadow: none !important;
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.teaser__image-container, .teaser-lead__image-container, .teaser-splash__image-container, .teaser-lead--blended .teaser-lead__image-container, .slab--blended .slab__block:nth-of-type(3) .teaser-lead__image-container, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead__image-container, .teaser-lead--lifestyle .teaser-lead__image-container, .slab--lifestyle .teaser-lead__image-container, .slab--fullwidth-leadteaser-quad .teaser-lead__image-container,
.slab--fullwidth-leadteaser-trio-mpu .teaser-lead__image-container {
  position: relative;
  width: 100%;
  display: block; }
  .teaser__image-container:before, .teaser-lead__image-container:before, .teaser-splash__image-container:before, .teaser-lead--blended .teaser-lead__image-container:before, .slab--blended .slab__block:nth-of-type(3) .teaser-lead__image-container:before, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead__image-container:before, .teaser-lead--lifestyle .teaser-lead__image-container:before, .slab--lifestyle .teaser-lead__image-container:before, .slab--fullwidth-leadteaser-quad .teaser-lead__image-container:before,
  .slab--fullwidth-leadteaser-trio-mpu .teaser-lead__image-container:before {
    content: " ";
    display: block; }
  .teaser__image-container img, .teaser-lead__image-container img, .teaser-splash__image-container img, .teaser-lead--blended .teaser-lead__image-container img, .slab--blended .slab__block:nth-of-type(3) .teaser-lead__image-container img, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead__image-container img, .teaser-lead--lifestyle .teaser-lead__image-container img, .slab--lifestyle .teaser-lead__image-container img, .slab--fullwidth-leadteaser-quad .teaser-lead__image-container img,
  .slab--fullwidth-leadteaser-trio-mpu .teaser-lead__image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }

.teaser__image-container:before, .teaser-lead__image-container:before, .teaser-splash__image-container:before, .teaser-lead--blended .teaser-lead__image-container:before, .slab--blended .slab__block:nth-of-type(3) .teaser-lead__image-container:before, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead__image-container:before, .teaser-lead--lifestyle .teaser-lead__image-container:before, .slab--lifestyle .teaser-lead__image-container:before, .slab--fullwidth-leadteaser-quad .teaser-lead__image-container:before,
.slab--fullwidth-leadteaser-trio-mpu .teaser-lead__image-container:before {
  padding-top: 66%; }

.u-clearfix,
.teaser,
.teaser-lead,
.teaser-splash,
.teaser-topic,
.teaser-lead--blended .teaser-lead,
.slab--blended .slab__block:nth-of-type(3) .teaser-lead,
.slab--five-lite .slab__block:nth-of-type(2) .teaser-lead,
.teaser-lead--lifestyle .teaser-lead,
.slab--lifestyle .teaser-lead,
.slab--fullwidth-leadteaser-quad .teaser-lead,
.slab--fullwidth-leadteaser-trio-mpu .teaser-lead {
  zoom: 1; }
  .u-clearfix:before, .u-clearfix:after,
  .teaser:before,
  .teaser-lead:before,
  .teaser-splash:before,
  .teaser-topic:before,
  .teaser-lead--blended .teaser-lead:before,
  .slab--blended .slab__block:nth-of-type(3) .teaser-lead:before,
  .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead:before,
  .teaser-lead--lifestyle .teaser-lead:before,
  .slab--lifestyle .teaser-lead:before,
  .slab--fullwidth-leadteaser-quad .teaser-lead:before,
  .slab--fullwidth-leadteaser-trio-mpu .teaser-lead:before,
  .teaser:after,
  .teaser-lead:after,
  .teaser-splash:after,
  .teaser-topic:after,
  .teaser-lead--blended .teaser-lead:after,
  .slab--blended .slab__block:nth-of-type(3) .teaser-lead:after,
  .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead:after,
  .teaser-lead--lifestyle .teaser-lead:after,
  .slab--lifestyle .teaser-lead:after,
  .slab--fullwidth-leadteaser-quad .teaser-lead:after,
  .slab--fullwidth-leadteaser-trio-mpu .teaser-lead:after {
    content: "";
    display: table; }
  .u-clearfix:after,
  .teaser:after,
  .teaser-lead:after,
  .teaser-splash:after,
  .teaser-topic:after,
  .teaser-lead--blended .teaser-lead:after,
  .slab--blended .slab__block:nth-of-type(3) .teaser-lead:after,
  .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead:after,
  .teaser-lead--lifestyle .teaser-lead:after,
  .slab--lifestyle .teaser-lead:after,
  .slab--fullwidth-leadteaser-quad .teaser-lead:after,
  .slab--fullwidth-leadteaser-trio-mpu .teaser-lead:after {
    clear: both; }

  .teaser__category-link, .teaser__comments-link, .teaser-lead__category-link, .teaser-lead__comments-link, .teaser-topic__category-link, .teaser-topic__comments-link, .teaser-lead--blended .teaser-lead__category-link, .slab--blended .slab__block:nth-of-type(3) .teaser-lead__category-link, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead__category-link, .teaser-lead--blended .teaser-lead__comments-link, .slab--blended .slab__block:nth-of-type(3) .teaser-lead__comments-link, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead__comments-link, .teaser-lead--lifestyle .teaser-lead__category-link, .slab--lifestyle .teaser-lead__category-link, .slab--fullwidth-leadteaser-quad .teaser-lead__category-link,
  .slab--fullwidth-leadteaser-trio-mpu .teaser-lead__category-link, .teaser-lead--lifestyle .teaser-lead__comments-link, .slab--lifestyle .teaser-lead__comments-link, .slab--fullwidth-leadteaser-quad .teaser-lead__comments-link,
  .slab--fullwidth-leadteaser-trio-mpu .teaser-lead__comments-link {
    position: absolute;
    bottom: 0;
    display: inline-block; }

.teaser, .teaser-lead, .teaser-splash, .teaser-topic, .teaser-lead--blended .teaser-lead, .slab--blended .slab__block:nth-of-type(3) .teaser-lead, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead, .teaser-lead--lifestyle .teaser-lead, .slab--lifestyle .teaser-lead, .slab--fullwidth-leadteaser-quad .teaser-lead,
.slab--fullwidth-leadteaser-trio-mpu .teaser-lead {
  position: relative; }
  .teaser__link-primary, .teaser-lead__link-primary, .teaser-splash__link-primary, .teaser-topic__link-primary, .teaser-lead--blended .teaser-lead__link-primary, .slab--blended .slab__block:nth-of-type(3) .teaser-lead__link-primary, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead__link-primary, .teaser-lead--lifestyle .teaser-lead__link-primary, .slab--lifestyle .teaser-lead__link-primary, .slab--fullwidth-leadteaser-quad .teaser-lead__link-primary,
  .slab--fullwidth-leadteaser-trio-mpu .teaser-lead__link-primary {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0; }
  .teaser__link-secondary, .teaser__category-link, .teaser__comments-link, .teaser-lead__link-secondary, .teaser-lead__category-link, .teaser-lead__comments-link, .teaser-splash__link-secondary, .teaser-splash__category-link, .teaser-splash__comments-link, .teaser-topic__link-secondary, .teaser-topic__category-link, .teaser-topic__comments-link, .teaser-lead--blended .teaser-lead__link-secondary, .slab--blended .slab__block:nth-of-type(3) .teaser-lead__link-secondary, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead__link-secondary, .teaser-lead--blended .teaser-lead__category-link, .slab--blended .slab__block:nth-of-type(3) .teaser-lead__category-link, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead__category-link, .teaser-lead--blended .teaser-lead__comments-link, .slab--blended .slab__block:nth-of-type(3) .teaser-lead__comments-link, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead__comments-link, .teaser-lead--lifestyle .teaser-lead__link-secondary, .slab--lifestyle .teaser-lead__link-secondary, .slab--fullwidth-leadteaser-quad .teaser-lead__link-secondary,
  .slab--fullwidth-leadteaser-trio-mpu .teaser-lead__link-secondary, .teaser-lead--lifestyle .teaser-lead__category-link, .slab--lifestyle .teaser-lead__category-link, .slab--fullwidth-leadteaser-quad .teaser-lead__category-link,
  .slab--fullwidth-leadteaser-trio-mpu .teaser-lead__category-link, .teaser-lead--lifestyle .teaser-lead__comments-link, .slab--lifestyle .teaser-lead__comments-link, .slab--fullwidth-leadteaser-quad .teaser-lead__comments-link,
  .slab--fullwidth-leadteaser-trio-mpu .teaser-lead__comments-link {
    z-index: 1; }

.editorialzone-container {
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .editorialzone-container:before, .editorialzone-container:after {
    content: " ";
    display: table; }
  .editorialzone-container:after {
    clear: both; }
  .editorialzone-container:before, .editorialzone-container:after {
    content: " ";
    display: table; }
  .editorialzone-container:after {
    clear: both; }
  @media screen and (min-width: 700px) {
    .editorialzone-container {
      width: 640px; } }
  @media screen and (min-width: 768px) {
    .editorialzone-container {
      width: 748px; } }
  @media screen and (min-width: 960px) {
    .editorialzone-container {
      width: 960px;
      max-width: 960px; } }
  @media screen and (min-width: 1300px) {
    .editorialzone-container {
      max-width: 1280px;
      width: 1280px; } }

.teaser__heading, .teaser-splash__heading, .teaser-lead--blended .teaser-lead__heading, .slab--blended .slab__block:nth-of-type(3) .teaser-lead__heading, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead__heading, .teaser-lead--lifestyle .teaser-lead__heading, .slab--lifestyle .teaser-lead__heading, .slab--fullwidth-leadteaser-quad .teaser-lead__heading,
.slab--fullwidth-leadteaser-trio-mpu .teaser-lead__heading, .teaser-lead__heading {
  margin: 0;
  padding: 0; }

.teaser__heading, .teaser-splash__heading, .teaser-lead--blended .teaser-lead__heading, .slab--blended .slab__block:nth-of-type(3) .teaser-lead__heading, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead__heading, .teaser-lead--lifestyle .teaser-lead__heading, .slab--lifestyle .teaser-lead__heading, .slab--fullwidth-leadteaser-quad .teaser-lead__heading,
.slab--fullwidth-leadteaser-trio-mpu .teaser-lead__heading, .teaser-lead__heading {
  font-family: "serif";
  letter-spacing: -.03em;
  line-height: 1.1;
  font-weight: 600; }

.teaser__category-link, .teaser__comments-link, .teaser-splash__category-link, .teaser-splash__comments-link, .teaser-topic__category-link, .teaser-topic__comments-link, .teaser-lead--blended .teaser-lead__category-link, .slab--blended .slab__block:nth-of-type(3) .teaser-lead__category-link, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead__category-link, .teaser-lead--lifestyle .teaser-lead__category-link, .slab--lifestyle .teaser-lead__category-link, .slab--fullwidth-leadteaser-quad .teaser-lead__category-link,
.slab--fullwidth-leadteaser-trio-mpu .teaser-lead__category-link, .teaser-lead__category-link, .teaser-lead--blended .teaser-lead__comments-link, .slab--blended .slab__block:nth-of-type(3) .teaser-lead__comments-link, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead__comments-link, .teaser-lead--lifestyle .teaser-lead__comments-link, .slab--lifestyle .teaser-lead__comments-link, .slab--fullwidth-leadteaser-quad .teaser-lead__comments-link,
.slab--fullwidth-leadteaser-trio-mpu .teaser-lead__comments-link, .teaser-lead__comments-link {
  font-family: "sans-serif";
  letter-spacing: -.03em;
  font-weight: 500; }

.teaser__comments-link, .teaser-splash__comments-link, .teaser-topic__comments-link, .teaser-lead--blended .teaser-lead__comments-link, .slab--blended .slab__block:nth-of-type(3) .teaser-lead__comments-link, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead__comments-link, .teaser-lead--lifestyle .teaser-lead__comments-link, .slab--lifestyle .teaser-lead__comments-link, .slab--fullwidth-leadteaser-quad .teaser-lead__comments-link,
.slab--fullwidth-leadteaser-trio-mpu .teaser-lead__comments-link, .teaser-lead__comments-link {
  bottom: 4px;
  bottom: .4rem;
  clear: left;
  display: block;
  min-width: 20px;
  padding: 1px 4px;
  padding: 0.1rem 0.4rem;
  position: absolute;
  right: 2px;
  right: .2rem;
  text-align: center; }
  .teaser__comments-link:before, .teaser-splash__comments-link:before, .teaser-topic__comments-link:before, .teaser-lead--blended .teaser-lead__comments-link:before, .slab--blended .slab__block:nth-of-type(3) .teaser-lead__comments-link:before, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead__comments-link:before, .teaser-lead--lifestyle .teaser-lead__comments-link:before, .slab--lifestyle .teaser-lead__comments-link:before, .slab--fullwidth-leadteaser-quad .teaser-lead__comments-link:before,
  .slab--fullwidth-leadteaser-trio-mpu .teaser-lead__comments-link:before, .teaser-lead__comments-link:before {
    border-left-style: solid;
    border-left-width: 7px;
    border-top-style: solid;
    border-top-width: 4px;
    bottom: -4px;
    content: '';
    display: inline-block;
    left: 6px;
    position: absolute; }

.teaser {
  background: #FFF; }
  .teaser a {
    text-decoration: none; }
  .teaser:hover {
    background: #e9e9e9;
    cursor: pointer; }
  .teaser__text-container {
    display: block; }
  .teaser__heading {
    font-size: 1.6rem;
    padding: 0.6rem; }
  .teaser__category-link {
    padding: 0 0.6rem 0 0.6rem;
    background-color: #fff;
    font-size: 1.1rem; }

.teaser-splash {
  background: #FFF; }
  .teaser-splash a {
    text-decoration: none; }
  .teaser-splash:hover {
    background: #e9e9e9;
    cursor: pointer;
    -webkit-filter: saturate(1) contrast(120%);
    -moz-filter: saturate(1) contrast(120%);
    -ms-filter: saturate(1) contrast(120%);
    -o-filter: saturate(1) contrast(120%);
    filter: saturate(1) contrast(120%); }
  .teaser-splash__text-container {
    display: block; }
  .teaser-splash__heading {
    font-size: 1.6rem;
    padding: 0.6rem; }
  .teaser-splash__category-link {
    padding: 0 0.6rem 0 0.6rem;
    background-color: #fff;
    font-size: 1.1rem; }

.teaser-topic {
  background: #FFF; }
  .teaser-topic a {
    text-decoration: none; }
  .teaser-topic:hover {
    background: #e9e9e9;
    cursor: pointer;
    -webkit-filter: saturate(1) contrast(120%);
    -moz-filter: saturate(1) contrast(120%);
    -ms-filter: saturate(1) contrast(120%);
    -o-filter: saturate(1) contrast(120%);
    filter: saturate(1) contrast(120%); }
  .teaser-topic__text-container {
    display: block; }
  .teaser-topic__category-link {
    padding: 0 0.6rem 0 0.6rem;
    background-color: #fff;
    font-size: 1.1rem; }

.teaser-lead--blended .teaser-lead, .slab--blended .slab__block:nth-of-type(3) .teaser-lead, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead, .teaser-lead--lifestyle .teaser-lead, .slab--lifestyle .teaser-lead, .slab--fullwidth-leadteaser-quad .teaser-lead,
.slab--fullwidth-leadteaser-trio-mpu .teaser-lead, .teaser-lead {
  background: #FFF;
  /* 
      &__summary {
          @extend %lead-teaser__summary;
          @include reset-descendants; 
      } */ }
  .teaser-lead--blended .teaser-lead a, .slab--blended .slab__block:nth-of-type(3) .teaser-lead a, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead a, .teaser-lead--lifestyle .teaser-lead a, .slab--lifestyle .teaser-lead a, .slab--fullwidth-leadteaser-quad .teaser-lead a,
  .slab--fullwidth-leadteaser-trio-mpu .teaser-lead a, .teaser-lead a {
    text-decoration: none; }
  .slab--blended .slab__block:nth-of-type(3) .teaser-lead:hover, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead:hover, .teaser-lead:hover {
    background: #e9e9e9;
    cursor: pointer; }
  .teaser-lead--blended .teaser-lead__text-container, .slab--blended .slab__block:nth-of-type(3) .teaser-lead__text-container, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead__text-container, .teaser-lead--lifestyle .teaser-lead__text-container, .slab--lifestyle .teaser-lead__text-container, .slab--fullwidth-leadteaser-quad .teaser-lead__text-container,
  .slab--fullwidth-leadteaser-trio-mpu .teaser-lead__text-container, .teaser-lead__text-container {
    display: block; }
  .teaser-lead--blended .teaser-lead__heading, .slab--blended .slab__block:nth-of-type(3) .teaser-lead__heading, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead__heading, .teaser-lead--lifestyle .teaser-lead__heading, .slab--lifestyle .teaser-lead__heading, .slab--fullwidth-leadteaser-quad .teaser-lead__heading,
  .slab--fullwidth-leadteaser-trio-mpu .teaser-lead__heading, .teaser-lead__heading {
    font-size: 1.6rem;
    padding: 0.6rem; }
  .teaser-lead--blended .teaser-lead__category-link, .slab--blended .slab__block:nth-of-type(3) .teaser-lead__category-link, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead__category-link, .teaser-lead--lifestyle .teaser-lead__category-link, .slab--lifestyle .teaser-lead__category-link, .slab--fullwidth-leadteaser-quad .teaser-lead__category-link,
  .slab--fullwidth-leadteaser-trio-mpu .teaser-lead__category-link, .teaser-lead__category-link {
    padding: 0 0.6rem 0 0.6rem;
    background-color: transparent;
    font-size: 1.1rem; }
  .teaser-lead--blended .teaser-lead__flag, .slab--blended .slab__block:nth-of-type(3) .teaser-lead__flag, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead__flag, .teaser-lead--lifestyle .teaser-lead__flag, .slab--lifestyle .teaser-lead__flag, .slab--fullwidth-leadteaser-quad .teaser-lead__flag,
  .slab--fullwidth-leadteaser-trio-mpu .teaser-lead__flag, .teaser-lead__flag {
    fill: #FFF;
    background-color: #000; }
    .slab--blended .slab__block:nth-of-type(3) .teaser-lead__flag:hover, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead__flag:hover, .teaser-lead__flag:hover {
      fill: #FFF;
      background-color: #000; }

.teaser-lead--blended .teaser-lead, .slab--blended .slab__block:nth-of-type(3) .teaser-lead, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead {
  /* 
      &__summary {
          @extend %lead-teaser__summary;
          @include reset-descendants; 
      } */ }
  .teaser-lead--blended .teaser-lead__heading, .slab--blended .slab__block:nth-of-type(3) .teaser-lead__heading, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead__heading {
    font-size: 1.6rem;
    padding: 0.6rem; }

.teaser-lead--lifestyle .teaser-lead, .slab--lifestyle .teaser-lead, .slab--fullwidth-leadteaser-quad .teaser-lead,
.slab--fullwidth-leadteaser-trio-mpu .teaser-lead {
  /* 
      &__summary {
          @extend %lead-teaser__summary;
          @include reset-descendants; 
      } */ }
  .teaser-lead--lifestyle .teaser-lead__heading, .slab--lifestyle .teaser-lead__heading, .slab--fullwidth-leadteaser-quad .teaser-lead__heading,
  .slab--fullwidth-leadteaser-trio-mpu .teaser-lead__heading {
    font-size: 1.6rem;
    padding: 0.6rem;
    max-height: 64.8px;
    max-height: 6.48rem;
    overflow: hidden; }
    @media (min-width: 700px) {
      .teaser-lead--lifestyle .teaser-lead__heading, .slab--lifestyle .teaser-lead__heading, .slab--fullwidth-leadteaser-quad .teaser-lead__heading,
      .slab--fullwidth-leadteaser-trio-mpu .teaser-lead__heading {
        max-height: 47.2px;
        max-height: 4.72rem;
        overflow: hidden; } }
    @media (min-width: 960px) {
      .teaser-lead--lifestyle .teaser-lead__heading, .slab--lifestyle .teaser-lead__heading, .slab--fullwidth-leadteaser-quad .teaser-lead__heading,
      .slab--fullwidth-leadteaser-trio-mpu .teaser-lead__heading {
        max-height: 111px;
        max-height: 11.1rem;
        overflow: hidden; } }
    @media (min-width: 1300px) {
      .teaser-lead--lifestyle .teaser-lead__heading, .slab--lifestyle .teaser-lead__heading, .slab--fullwidth-leadteaser-quad .teaser-lead__heading,
      .slab--fullwidth-leadteaser-trio-mpu .teaser-lead__heading {
        max-height: 71.4px;
        max-height: 7.14rem;
        overflow: hidden; } }

.u-adaptive-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .u-adaptive-container:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 320px) {
    .u-adaptive-container {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .u-adaptive-container:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 480px) {
    .u-adaptive-container {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .u-adaptive-container:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 640px) {
    .u-adaptive-container {
      max-width: 748px;
      margin-left: auto;
      margin-right: auto; }
      .u-adaptive-container:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 960px) {
    .u-adaptive-container {
      max-width: 960px;
      margin-left: auto;
      margin-right: auto; }
      .u-adaptive-container:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 1300px) {
    .u-adaptive-container {
      max-width: 1280px;
      margin-left: auto;
      margin-right: auto; }
      .u-adaptive-container:after {
        content: " ";
        display: block;
        clear: both; } }

.editorial-teaser--topic .editorial-teaser__category, .editorial-lead-teaser--topic .editorial-teaser__category, .editorial-lead-teaser--topic[min-width~="620px"] .editorial-lead-teaser__category, .taboola .trc_rbox_div span.branding {
  font-size: 1.1rem;
  line-height: 1.1;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700; }

.teaser__comments-link, .teaser-splash__comments-link, .teaser-topic__comments-link, .teaser-lead--blended .teaser-lead__comments-link, .slab--blended .slab__block:nth-of-type(3) .teaser-lead__comments-link, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead__comments-link, .teaser-lead--lifestyle .teaser-lead__comments-link, .slab--lifestyle .teaser-lead__comments-link, .slab--fullwidth-leadteaser-quad .teaser-lead__comments-link,
.slab--fullwidth-leadteaser-trio-mpu .teaser-lead__comments-link, .teaser-lead__comments-link, .editorial-lead-teaser--splash .editorial-lead-teaser__permalink .teaser__comment-count, .editorial-lead-teaser--splash .editorial-lead-teaser__permalink .comment-count,
.teaser__comment-count,
.comment-count {
  font-family: "open-sans", sans-serif;
  font-weight: normal;
  font-size: 10px;
  font-size: 1rem;
  line-height: 12px;
  line-height: 1.2rem;
  font-weight: normal;
  margin: 0;
  background-color: #f5f5f5;
  color: #0d0d0d;
  cursor: pointer;
  text-decoration: none; }
  .teaser__comments-link:visited, .teaser-splash__comments-link:visited, .teaser-topic__comments-link:visited, .slab--blended .slab__block:nth-of-type(3) .teaser-lead__comments-link:visited, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead__comments-link:visited, .teaser-lead__comments-link:visited, .editorial-lead-teaser--splash .editorial-lead-teaser__permalink .teaser__comment-count:visited, .editorial-lead-teaser--splash .editorial-lead-teaser__permalink .comment-count:visited,
  .teaser__comment-count:visited,
  .comment-count:visited {
    background-color: #f5f5f5;
    color: #0d0d0d;
    text-decoration: none; }
  .teaser__comments-link:hover, .teaser-splash__comments-link:hover, .teaser-topic__comments-link:hover, .slab--blended .slab__block:nth-of-type(3) .teaser-lead__comments-link:hover, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead__comments-link:hover, .teaser-lead__comments-link:hover, .editorial-lead-teaser--splash .editorial-lead-teaser__permalink .teaser__comment-count:hover, .editorial-lead-teaser--splash .editorial-lead-teaser__permalink .comment-count:hover,
  .teaser__comment-count:hover,
  .comment-count:hover, .teaser__comments-link:active, .teaser-splash__comments-link:active, .teaser-topic__comments-link:active, .slab--blended .slab__block:nth-of-type(3) .teaser-lead__comments-link:active, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead__comments-link:active, .teaser-lead__comments-link:active, .editorial-lead-teaser--splash .editorial-lead-teaser__permalink .teaser__comment-count:active, .editorial-lead-teaser--splash .editorial-lead-teaser__permalink .comment-count:active,
  .teaser__comment-count:active,
  .comment-count:active {
    background-color: #f5f5f5;
    color: #0d0d0d;
    text-decoration: none; }
  .teaser__comments-link:before, .teaser-splash__comments-link:before, .teaser-topic__comments-link:before, .teaser-lead--blended .teaser-lead__comments-link:before, .slab--blended .slab__block:nth-of-type(3) .teaser-lead__comments-link:before, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead__comments-link:before, .teaser-lead--lifestyle .teaser-lead__comments-link:before, .slab--lifestyle .teaser-lead__comments-link:before, .slab--fullwidth-leadteaser-quad .teaser-lead__comments-link:before,
  .slab--fullwidth-leadteaser-trio-mpu .teaser-lead__comments-link:before, .teaser-lead__comments-link:before, .editorial-lead-teaser--splash .editorial-lead-teaser__permalink .teaser__comment-count:before, .editorial-lead-teaser--splash .editorial-lead-teaser__permalink .comment-count:before,
  .teaser__comment-count:before,
  .comment-count:before {
    border-left-color: transparent;
    border-top-color: #f5f5f5; }

.text-teasers-list--big .text-teasers-list__listitem, .slab.slab--splash-half-page .slab__block:nth-of-type(2) .text-teasers-list__listitem {
  margin-bottom: 1px;
  background-color: #ffffff; }
  .text-teasers-list--big .text-teasers-list__listitem:last-of-type, .slab.slab--splash-half-page .slab__block:nth-of-type(2) .text-teasers-list__listitem:last-of-type {
    margin-bottom: 0; }

.editorial-lead-teaser__headline, .editorial-lead-teaser[min-width~="620px"] .editorial-lead-teaser__headline, .editorial-lead-teaser--splash .editorial-lead-teaser__headline, .editorial-lead-teaser--splash-large[min-width~="620px"] .editorial-lead-teaser__headline, .editorial-vertical-teaser__headline, .native-sponsored.editorial-teaser__content h3, .teaser__heading, .teaser-lead--blended .teaser-lead__heading, .slab--blended .slab__block:nth-of-type(3) .teaser-lead__heading, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead__heading, .teaser-lead--lifestyle .teaser-lead__heading, .slab--lifestyle .teaser-lead__heading, .slab--fullwidth-leadteaser-quad .teaser-lead__heading,
.slab--fullwidth-leadteaser-trio-mpu .teaser-lead__heading, .teaser-lead__heading, .editorial__headline, .editorial-teaser__headline, .editorial-teaser--textonly .editorial-teaser__headline, .editorial-teaser--textonly-small .editorial-teaser__headline, .editorial-lead-teaser--topic .editorial-lead-teaser__content--no-image .editorial-lead-teaser__headline, .teaser-topic__heading, .editorial-teaser--topic .editorial-teaser__headline, .editorial-lead-teaser--topic .editorial-teaser__headline, .editorial-lead-teaser--topic[min-width~="620px"] .editorial-lead-teaser__headline, .slab--promo .native-teasers-list__list .editorial-teaser__headline {
  font-family: "jaf-bernina-sans-condensed", sans-serif;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.1;
  letter-spacing: normal; }

.editorial-lead-teaser__headline, .editorial-lead-teaser[min-width~="620px"] .editorial-lead-teaser__headline {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.1; }

.editorial-lead-teaser--splash .editorial-lead-teaser__headline, .editorial-lead-teaser--splash-large[min-width~="620px"] .editorial-lead-teaser__headline {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.1; }

.editorial-lead-teaser__summary, .editorial-vertical-teaser__summary, .editorial-lead-teaser--splash-large[min-width~="620px"] .editorial-lead-teaser__summary, .teaser-topic__summary, .editorial-teaser--topic .editorial-teaser__summary, .editorial-lead-teaser--topic .editorial-teaser__summary, .editorial-lead-teaser--topic[min-width~="620px"] .editorial-lead-teaser__summary {
  font-family: "open-sans", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: normal; }

.editorial-lead-teaser__summary, .editorial-vertical-teaser__summary {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4; }

.editorial-vertical-teaser__category, .editorial__category, .editorial-teaser__category, .editorial-teaser--textonly .editorial-teaser__category, .editorial-teaser--textonly-small .editorial-teaser__category, .editorial-lead-teaser__category, .editorial-lead-teaser--splash .editorial-lead-teaser__category, .taboola .trc_rbox_div span.branding {
  font-family: "open-sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal; }

.editorial-vertical-teaser__category, .editorial__category, .editorial-teaser__category, .editorial-teaser--textonly .editorial-teaser__category, .editorial-teaser--textonly-small .editorial-teaser__category, .editorial-lead-teaser__category, .editorial-lead-teaser--splash .editorial-lead-teaser__category, .taboola .trc_rbox_div span.branding {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.2; }

.editorial-lead-teaser__summary {
  padding: 0 0 0 0; }

.editorial-vertical-teaser__headline, .native-sponsored.editorial-teaser__content h3, .teaser__heading, .teaser-lead--blended .teaser-lead__heading, .slab--blended .slab__block:nth-of-type(3) .teaser-lead__heading, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead__heading, .teaser-lead--lifestyle .teaser-lead__heading, .slab--lifestyle .teaser-lead__heading, .slab--fullwidth-leadteaser-quad .teaser-lead__heading,
.slab--fullwidth-leadteaser-trio-mpu .teaser-lead__heading, .teaser-lead__heading, .editorial__headline, .editorial-teaser__headline, .editorial-teaser--textonly .editorial-teaser__headline, .editorial-teaser--textonly-small .editorial-teaser__headline, .editorial-lead-teaser__headline, .editorial-lead-teaser--splash .editorial-lead-teaser__headline, .editorial-lead-teaser--splash-large[min-width~="620px"] .editorial-lead-teaser__headline, .editorial-lead-teaser--splash-large[min-width~="620px"] .editorial-lead-teaser__summary, .editorial-lead-teaser--topic .editorial-lead-teaser__content--no-image .editorial-lead-teaser__headline, .teaser-topic__heading, .editorial-teaser--topic .editorial-teaser__headline, .teaser-topic__summary, .editorial-teaser--topic .editorial-teaser__summary, .editorial-lead-teaser--topic .editorial-teaser__headline, .editorial-lead-teaser--topic[min-width~="620px"] .editorial-lead-teaser__headline, .editorial-lead-teaser--topic .editorial-teaser__summary, .editorial-lead-teaser--topic[min-width~="620px"] .editorial-lead-teaser__summary, .editorial-vertical-teaser--textonly .editorial-vertical-teaser__headline {
  padding: 0.6rem 0.6rem 0.6rem 0.6rem; }

.editorial-vertical-teaser__summary {
  padding: 0.6rem 0.6rem 0.6rem 0.6rem; }

.editorial-vertical-teaser__category, .editorial__category, .editorial-teaser__category, .editorial-teaser--textonly .editorial-teaser__category, .editorial-teaser--textonly-small .editorial-teaser__category, .editorial-lead-teaser__category, .editorial-lead-teaser--splash .editorial-lead-teaser__category, .slab--blended .editorial-lead-teaser--splash[min-width~="620px"] .editorial-lead-teaser__category, .slab--four-mpu .editorial-lead-teaser--splash[min-width~="620px"] .editorial-lead-teaser__category, .slab--five-lite .editorial-lead-teaser--splash[min-width~="620px"] .editorial-lead-teaser__category {
  padding: 0.4rem 0.6rem 0.4rem 0.6rem; }

.editorial-lead-teaser--splash {
  background-color: #000000;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none; }
  .editorial-lead-teaser--splash:visited {
    background-color: #000000;
    color: #ffffff;
    text-decoration: none; }
  .editorial-lead-teaser--splash:hover, .editorial-lead-teaser--splash:active {
    background-color: #000000;
    color: #ffffff;
    text-decoration: none; }

.editorial, .editorial-teaser {
  background-color: #ffffff;
  color: #222222;
  cursor: pointer;
  text-decoration: none; }
  .editorial:visited, .editorial-teaser:visited {
    background-color: #ffffff;
    color: #222222;
    text-decoration: none; }
  .editorial:hover, .editorial-teaser:hover, .editorial:active, .editorial-teaser:active {
    background-color: #EEEEEC;
    color: #222222;
    text-decoration: none; }

.editorial-vertical-teaser__headline, .native-sponsored.editorial-teaser__content h3, .teaser__heading, .teaser-lead--blended .teaser-lead__heading, .slab--blended .slab__block:nth-of-type(3) .teaser-lead__heading, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead__heading, .teaser-lead--lifestyle .teaser-lead__heading, .slab--lifestyle .teaser-lead__heading, .slab--fullwidth-leadteaser-quad .teaser-lead__heading,
.slab--fullwidth-leadteaser-trio-mpu .teaser-lead__heading, .teaser-lead__heading, .editorial__headline, .editorial-teaser__headline {
  max-height: 74.8px;
  max-height: 7.48rem;
  overflow: hidden;
  background-color: transparent;
  color: #222222;
  cursor: pointer;
  text-decoration: none; }
  .editorial-vertical-teaser__headline:visited, .native-sponsored.editorial-teaser__content h3:visited, .teaser__heading:visited, .slab--blended .slab__block:nth-of-type(3) .teaser-lead__heading:visited, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead__heading:visited, .teaser-lead__heading:visited, .editorial__headline:visited, .editorial-teaser__headline:visited {
    background-color: transparent;
    color: #222222;
    text-decoration: none; }
  .editorial-vertical-teaser__headline:hover, .native-sponsored.editorial-teaser__content h3:hover, .teaser__heading:hover, .slab--blended .slab__block:nth-of-type(3) .teaser-lead__heading:hover, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead__heading:hover, .teaser-lead__heading:hover, .editorial__headline:hover, .editorial-teaser__headline:hover, .editorial-vertical-teaser__headline:active, .native-sponsored.editorial-teaser__content h3:active, .teaser__heading:active, .slab--blended .slab__block:nth-of-type(3) .teaser-lead__heading:active, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead__heading:active, .teaser-lead__heading:active, .editorial__headline:active, .editorial-teaser__headline:active {
    background-color: transparent;
    color: #222222;
    text-decoration: none; }

.text-teasers-list--big .text-teasers-list__listitem, .slab.slab--splash-half-page .slab__block:nth-of-type(2) .text-teasers-list__listitem {
  height: 58.4px; }

.editorial-vertical-teaser__category, .editorial__category, .editorial-teaser__category {
  text-transform: uppercase;
  font-weight: 700;
  background-color: transparent;
  color: #DA0E0E;
  cursor: pointer;
  text-decoration: none; }
  .editorial-vertical-teaser__category:visited, .editorial__category:visited, .editorial-teaser__category:visited {
    background-color: transparent;
    color: #DA0E0E;
    text-decoration: none; }
  .editorial-vertical-teaser__category:hover, .editorial__category:hover, .editorial-teaser__category:hover, .editorial-vertical-teaser__category:active, .editorial__category:active, .editorial-teaser__category:active {
    background-color: transparent;
    color: #0C418C;
    text-decoration: none; }

.editorial-teaser--textonly, .editorial-teaser--textonly-small {
  background-color: #ffffff;
  color: #222222;
  cursor: pointer;
  text-decoration: none;
  height: 58px; }
  .editorial-teaser--textonly:visited, .editorial-teaser--textonly-small:visited {
    background-color: #ffffff;
    color: #222222;
    text-decoration: none; }
  .editorial-teaser--textonly:hover, .editorial-teaser--textonly-small:hover, .editorial-teaser--textonly:active, .editorial-teaser--textonly-small:active {
    background-color: #EEEEEC;
    color: #222222;
    text-decoration: none; }

.editorial-teaser--textonly .editorial-teaser__headline {
  max-height: 57.2px;
  max-height: 5.72rem;
  overflow: hidden;
  background-color: transparent;
  color: #222222;
  cursor: pointer;
  text-decoration: none; }
  .editorial-teaser--textonly .editorial-teaser__headline:visited {
    background-color: transparent;
    color: #222222;
    text-decoration: none; }
  .editorial-teaser--textonly .editorial-teaser__headline:hover, .editorial-teaser--textonly .editorial-teaser__headline:active {
    background-color: transparent;
    color: #222222;
    text-decoration: none; }

.editorial-teaser--textonly-small .editorial-teaser__headline {
  max-height: 57.2px;
  max-height: 5.72rem;
  overflow: hidden;
  background-color: transparent;
  color: #222222;
  cursor: pointer;
  text-decoration: none; }
  .editorial-teaser--textonly-small .editorial-teaser__headline:visited {
    background-color: transparent;
    color: #222222;
    text-decoration: none; }
  .editorial-teaser--textonly-small .editorial-teaser__headline:hover, .editorial-teaser--textonly-small .editorial-teaser__headline:active {
    background-color: transparent;
    color: #222222;
    text-decoration: none; }

.editorial-teaser--textonly .editorial-teaser__category {
  background-color: transparent;
  color: #DA0E0E;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700; }
  .editorial-teaser--textonly .editorial-teaser__category:visited {
    background-color: transparent;
    color: #DA0E0E;
    text-decoration: none; }
  .editorial-teaser--textonly .editorial-teaser__category:hover, .editorial-teaser--textonly .editorial-teaser__category:active {
    background-color: transparent;
    color: #0C418C;
    text-decoration: none; }

.editorial-teaser--textonly-small .editorial-teaser__category {
  background-color: transparent;
  color: #DA0E0E;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700; }
  .editorial-teaser--textonly-small .editorial-teaser__category:visited {
    background-color: transparent;
    color: #DA0E0E;
    text-decoration: none; }
  .editorial-teaser--textonly-small .editorial-teaser__category:hover, .editorial-teaser--textonly-small .editorial-teaser__category:active {
    background-color: transparent;
    color: #0C418C;
    text-decoration: none; }

.editorial-lead-teaser, .slab--four-mpu .editorial-lead-teaser--splash, .slab--five-lite .editorial-lead-teaser--splash {
  background-color: #ffffff;
  color: #222222;
  cursor: pointer;
  text-decoration: none; }
  .editorial-lead-teaser:visited, .slab--four-mpu .editorial-lead-teaser--splash:visited, .slab--five-lite .editorial-lead-teaser--splash:visited {
    background-color: #ffffff;
    color: #222222;
    text-decoration: none; }
  .editorial-lead-teaser:hover, .slab--four-mpu .editorial-lead-teaser--splash:hover, .slab--five-lite .editorial-lead-teaser--splash:hover, .editorial-lead-teaser:active, .slab--four-mpu .editorial-lead-teaser--splash:active, .slab--five-lite .editorial-lead-teaser--splash:active {
    background-color: #EEEEEC;
    color: #222222;
    text-decoration: none; }

.editorial-lead-teaser__headline {
  max-height: 88px;
  max-height: 8.8rem;
  overflow: hidden;
  background-color: transparent;
  color: #222222;
  cursor: pointer;
  text-decoration: none; }
  .editorial-lead-teaser__headline:visited {
    background-color: transparent;
    color: #222222;
    text-decoration: none; }
  .editorial-lead-teaser__headline:hover, .editorial-lead-teaser__headline:active {
    background-color: transparent;
    color: #222222;
    text-decoration: none; }

.editorial-lead-teaser[min-width~="620px"] .editorial-lead-teaser__headline {
  max-height: 101.2px;
  max-height: 10.12rem;
  overflow: hidden; }

.editorial-lead-teaser__category {
  background-color: transparent;
  color: #DA0E0E;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700; }
  .editorial-lead-teaser__category:visited {
    background-color: transparent;
    color: #DA0E0E;
    text-decoration: none; }
  .editorial-lead-teaser__category:hover, .editorial-lead-teaser__category:active {
    background-color: transparent;
    color: #0C418C;
    text-decoration: none; }

.editorial-lead-teaser__summary {
  max-height: 100.4px;
  max-height: 10.04rem;
  overflow: hidden;
  display: none; }

.editorial-lead-teaser--splash .editorial-lead-teaser__headline {
  max-height: 100%;
  background-color: transparent;
  color: #222222;
  cursor: pointer;
  text-decoration: none; }
  @media screen and (min-width: 640px) {
    .editorial-lead-teaser--splash .editorial-lead-teaser__headline {
      max-height: 94.6px;
      max-height: 9.46rem;
      overflow: hidden; } }
  .editorial-lead-teaser--splash .editorial-lead-teaser__headline:visited {
    background-color: transparent;
    color: #222222;
    text-decoration: none; }
  .editorial-lead-teaser--splash .editorial-lead-teaser__headline:hover, .editorial-lead-teaser--splash .editorial-lead-teaser__headline:active {
    background-color: transparent;
    color: #222222;
    text-decoration: none; }

.editorial-lead-teaser--splash .editorial-lead-teaser[min-width~="620px"] .editorial-lead-teaser--splash .editorial-lead-teaser__headline, .slab--blended .editorial-lead-teaser--splash[min-width~="620px"] .editorial-lead-teaser__headline, .slab--four-mpu .editorial-lead-teaser--splash[min-width~="620px"] .editorial-lead-teaser__headline, .slab--five-lite .editorial-lead-teaser--splash[min-width~="620px"] .editorial-lead-teaser__headline {
  font-size: 22px;
  font-size: 2.2rem;
  max-height: 264px;
  max-height: 26.4rem;
  overflow: hidden; }
  @media screen and (min-width: 640px) {
    .editorial-lead-teaser--splash .editorial-lead-teaser[min-width~="620px"] .editorial-lead-teaser--splash .editorial-lead-teaser__headline, .slab--blended .editorial-lead-teaser--splash[min-width~="620px"] .editorial-lead-teaser__headline, .slab--four-mpu .editorial-lead-teaser--splash[min-width~="620px"] .editorial-lead-teaser__headline, .slab--five-lite .editorial-lead-teaser--splash[min-width~="620px"] .editorial-lead-teaser__headline {
      max-height: 118.8px;
      max-height: 11.88rem;
      overflow: hidden; } }

@media screen and (min-width: 640px) {
  .slab--blended .editorial-lead-teaser--splash[min-width~="540px"] .editorial-lead-teaser__headline, .slab--four-mpu .editorial-lead-teaser--splash[min-width~="540px"] .editorial-lead-teaser__headline, .slab--five-lite .editorial-lead-teaser--splash[min-width~="540px"] .editorial-lead-teaser__headline {
    max-height: 264px;
    max-height: 26.4rem;
    overflow: hidden; } }

.editorial-lead-teaser--splash .editorial-lead-teaser__summary {
  display: none; }

.editorial-lead-teaser--splash .editorial-lead-teaser__category {
  background-color: transparent;
  color: #DA0E0E;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700; }
  .editorial-lead-teaser--splash .editorial-lead-teaser__category:visited {
    background-color: transparent;
    color: #DA0E0E;
    text-decoration: none; }
  .editorial-lead-teaser--splash .editorial-lead-teaser__category:hover, .editorial-lead-teaser--splash .editorial-lead-teaser__category:active {
    background-color: transparent;
    color: #0C418C;
    text-decoration: none; }

.editorial-lead-teaser--splash-large[min-width~="620px"] .editorial-lead-teaser__headline {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 0;
  max-height: 70.4px;
  max-height: 7.04rem;
  overflow: hidden; }
  @media screen and (min-width: 640px) {
    .editorial-lead-teaser--splash-large[min-width~="620px"] .editorial-lead-teaser__headline {
      margin-bottom: 0; } }
  @media screen and (min-width: 1300px) {
    .editorial-lead-teaser--splash-large[min-width~="620px"] .editorial-lead-teaser__headline {
      font-size: 32px;
      font-size: 3.2rem;
      max-height: 92.4px;
      max-height: 9.24rem;
      overflow: hidden; } }

.editorial-lead-teaser--splash-large[min-width~="620px"] .editorial-lead-teaser__summary {
  display: none; }

.editorial-lead-teaser--topic .editorial-lead-teaser__content--no-image .editorial-lead-teaser__headline, .teaser-topic__heading, .editorial-teaser--topic .editorial-teaser__headline {
  background-color: transparent;
  color: #222222;
  cursor: pointer;
  text-decoration: none;
  max-height: 74.8px;
  max-height: 7.48rem;
  overflow: hidden; }
  .editorial-lead-teaser--topic .editorial-lead-teaser__content--no-image .editorial-lead-teaser__headline:visited, .teaser-topic__heading:visited, .editorial-teaser--topic .editorial-teaser__headline:visited {
    background-color: transparent;
    color: #222222;
    text-decoration: none; }
  .editorial-lead-teaser--topic .editorial-lead-teaser__content--no-image .editorial-lead-teaser__headline:hover, .teaser-topic__heading:hover, .editorial-teaser--topic .editorial-teaser__headline:hover, .editorial-lead-teaser--topic .editorial-lead-teaser__content--no-image .editorial-lead-teaser__headline:active, .teaser-topic__heading:active, .editorial-teaser--topic .editorial-teaser__headline:active {
    background-color: transparent;
    color: #222222;
    text-decoration: none; }
  @media screen and (min-width: 640px) {
    .editorial-lead-teaser--topic .editorial-lead-teaser__content--no-image .editorial-lead-teaser__headline, .teaser-topic__heading, .editorial-teaser--topic .editorial-teaser__headline {
      font-size: 22px;
      font-size: 2.2rem;
      max-height: 94.6px;
      max-height: 9.46rem;
      overflow: hidden; } }
  @media screen and (min-width: 1300px) {
    .editorial-lead-teaser--topic .editorial-lead-teaser__content--no-image .editorial-lead-teaser__headline, .teaser-topic__heading, .editorial-teaser--topic .editorial-teaser__headline {
      font-size: 32px;
      font-size: 3.2rem;
      max-height: 127.6px;
      max-height: 12.76rem;
      overflow: hidden; } }

.editorial-lead-teaser--topic .editorial-lead-teaser__content--no-image .editorial-lead-teaser__headline {
  background-color: #ffffff;
  color: #222222;
  cursor: pointer;
  text-decoration: none; }
  .editorial-lead-teaser--topic .editorial-lead-teaser__content--no-image .editorial-lead-teaser__headline:visited {
    background-color: #ffffff;
    color: #222222;
    text-decoration: none; }
  .editorial-lead-teaser--topic .editorial-lead-teaser__content--no-image .editorial-lead-teaser__headline:hover, .editorial-lead-teaser--topic .editorial-lead-teaser__content--no-image .editorial-lead-teaser__headline:active {
    background-color: #ffffff;
    color: #222222;
    text-decoration: none; }

.teaser-topic__summary, .editorial-teaser--topic .editorial-teaser__summary {
  max-height: 89.2px;
  max-height: 8.92rem;
  overflow: hidden; }
  @media screen and (min-width: 1300px) {
    .teaser-topic__summary, .editorial-teaser--topic .editorial-teaser__summary {
      max-height: 66.8px;
      max-height: 6.68rem;
      overflow: hidden; } }

@media screen and (min-width: 640px) {
  .editorial-teaser--topic .editorial-teaser__category {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2; } }

.editorial-lead-teaser--topic {
  background-color: #ffffff;
  color: #222222;
  cursor: pointer;
  text-decoration: none; }
  .editorial-lead-teaser--topic:visited {
    background-color: #ffffff;
    color: #222222;
    text-decoration: none; }
  .editorial-lead-teaser--topic:hover, .editorial-lead-teaser--topic:active {
    background-color: #EEEEEC;
    color: #222222;
    text-decoration: none; }

.editorial-lead-teaser--topic .editorial-teaser__headline, .editorial-lead-teaser--topic[min-width~="620px"] .editorial-lead-teaser__headline {
  background-color: transparent;
  color: #222222;
  cursor: pointer;
  text-decoration: none;
  max-height: 74.8px;
  max-height: 7.48rem;
  overflow: hidden; }
  .editorial-lead-teaser--topic .editorial-teaser__headline:visited, .editorial-lead-teaser--topic[min-width~="620px"] .editorial-lead-teaser__headline:visited {
    background-color: transparent;
    color: #222222;
    text-decoration: none; }
  .editorial-lead-teaser--topic .editorial-teaser__headline:hover, .editorial-lead-teaser--topic[min-width~="620px"] .editorial-lead-teaser__headline:hover, .editorial-lead-teaser--topic .editorial-teaser__headline:active, .editorial-lead-teaser--topic[min-width~="620px"] .editorial-lead-teaser__headline:active {
    background-color: transparent;
    color: #222222;
    text-decoration: none; }
  @media screen and (min-width: 640px) {
    .editorial-lead-teaser--topic .editorial-teaser__headline, .editorial-lead-teaser--topic[min-width~="620px"] .editorial-lead-teaser__headline {
      font-size: 22px;
      font-size: 2.2rem;
      max-height: 94.6px;
      max-height: 9.46rem;
      overflow: hidden; } }
  @media screen and (min-width: 1300px) {
    .editorial-lead-teaser--topic .editorial-teaser__headline, .editorial-lead-teaser--topic[min-width~="620px"] .editorial-lead-teaser__headline {
      font-size: 32px;
      font-size: 3.2rem;
      max-height: 127.6px;
      max-height: 12.76rem;
      overflow: hidden; } }

.editorial-lead-teaser--topic .editorial-teaser__summary, .editorial-lead-teaser--topic[min-width~="620px"] .editorial-lead-teaser__summary {
  max-height: 89.2px;
  max-height: 8.92rem;
  overflow: hidden; }

@media screen and (min-width: 640px) {
  .editorial-lead-teaser--topic .editorial-teaser__category, .editorial-lead-teaser--topic[min-width~="620px"] .editorial-lead-teaser__category {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2; } }

.editorial-vertical-teaser {
  background-color: #ffffff;
  color: #222222;
  cursor: pointer;
  text-decoration: none; }
  .editorial-vertical-teaser:visited {
    background-color: #ffffff;
    color: #222222;
    text-decoration: none; }
  .editorial-vertical-teaser:hover, .editorial-vertical-teaser:active {
    background-color: #EEEEEC;
    color: #222222;
    text-decoration: none; }

.editorial-vertical-teaser__headline {
  font-size: 20px;
  font-size: 2rem;
  max-height: 110px;
  max-height: 11rem;
  overflow: hidden;
  background-color: transparent;
  color: #222222;
  cursor: pointer;
  text-decoration: none; }
  @media screen and (min-width: 320px) {
    .editorial-vertical-teaser__headline {
      max-height: 110px;
      max-height: 11rem;
      overflow: hidden; } }
  @media screen and (min-width: 481px) {
    .editorial-vertical-teaser__headline {
      max-height: 88px;
      max-height: 8.8rem;
      overflow: hidden; } }
  @media screen and (min-width: 640px) {
    .editorial-vertical-teaser__headline {
      font-size: 16px;
      font-size: 1.6rem;
      max-height: 74.8px;
      max-height: 7.48rem;
      overflow: hidden; } }
  .editorial-vertical-teaser__headline:visited {
    background-color: transparent;
    color: #222222;
    text-decoration: none; }
  .editorial-vertical-teaser__headline:hover, .editorial-vertical-teaser__headline:active {
    background-color: transparent;
    color: #222222;
    text-decoration: none; }

.editorial-vertical-teaser__summary {
  max-height: 111.6px;
  max-height: 11.16rem;
  overflow: hidden; }

.editorial-vertical-teaser__category {
  background-color: transparent;
  color: #DA0E0E;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700; }
  .editorial-vertical-teaser__category:visited {
    background-color: transparent;
    color: #DA0E0E;
    text-decoration: none; }
  .editorial-vertical-teaser__category:hover, .editorial-vertical-teaser__category:active {
    background-color: transparent;
    color: #0C418C;
    text-decoration: none; }

.editorial-vertical-teaser[min-width~="220px"] .editorial-vertical-teaser__headline {
  font-size: 20px;
  font-size: 2rem;
  max-height: 66px;
  max-height: 6.6rem;
  overflow: hidden; }

.editorial-vertical-teaser[min-width~="260px"] .editorial-vertical-teaser__headline {
  font-size: 20px;
  font-size: 2rem;
  max-height: 44px;
  max-height: 4.4rem;
  overflow: hidden; }

.editorial-vertical-teaser--textonly .editorial-vertical-teaser__headline {
  font-size: 20px;
  font-size: 2rem;
  max-height: 110px;
  max-height: 11rem;
  overflow: hidden;
  background-color: transparent;
  color: #222222;
  cursor: pointer;
  text-decoration: none; }
  @media screen and (min-width: 640px) {
    .editorial-vertical-teaser--textonly .editorial-vertical-teaser__headline {
      font-size: 16px;
      font-size: 1.6rem;
      max-height: 92.4px;
      max-height: 9.24rem;
      overflow: hidden; } }
  .editorial-vertical-teaser--textonly .editorial-vertical-teaser__headline:visited {
    background-color: transparent;
    color: #222222;
    text-decoration: none; }
  .editorial-vertical-teaser--textonly .editorial-vertical-teaser__headline:hover, .editorial-vertical-teaser--textonly .editorial-vertical-teaser__headline:active {
    background-color: transparent;
    color: #222222;
    text-decoration: none; }

.editorial-vertical-teaser--textonly[min-width~="220px"] .editorial-vertical-teaser__headline {
  font-size: 20px;
  font-size: 2rem;
  max-height: 88px;
  max-height: 8.8rem;
  overflow: hidden; }

.editorial-vertical-teaser--textonly[min-width~="300px"] .editorial-vertical-teaser__headline {
  font-size: 20px;
  font-size: 2rem;
  max-height: 88px;
  max-height: 8.8rem;
  overflow: hidden; }

.editorial-vertical-teaser--textonly .editorial-vertical-teaser__summary {
  max-height: 100.6px;
  max-height: 10.06rem;
  overflow: hidden; }
  @media screen and (min-width: 640px) {
    .editorial-vertical-teaser--textonly .editorial-vertical-teaser__summary {
      max-height: 78.2px;
      max-height: 7.82rem;
      overflow: hidden; } }

.editorial-vertical-teaser--textonly[min-width~="220px"] .editorial-vertical-teaser__summary {
  max-height: 100.6px;
  max-height: 10.06rem;
  overflow: hidden; }

.editorial-vertical-teaser--textonly[min-width~="260px"] .editorial-vertical-teaser__summary {
  max-height: 100.6px;
  max-height: 10.06rem;
  overflow: hidden; }

.editorial-vertical-teaser--textonly[min-width~="300px"] .editorial-vertical-teaser__summary {
  max-height: 78.2px;
  max-height: 7.82rem;
  overflow: hidden; }

.text-teasers-list__listitem {
  height: 65px;
  margin-bottom: 0; }

.load-more {
  background-color: #DA0E0E;
  color: #ffffff;
  cursor: pointer;
  outline: 0;
  text-decoration: none; }
  .load-more:hover {
    background-color: #0C418C;
    color: #ffffff;
    text-decoration: none; }
  .touchevents .load-more:hover {
    background-color: #DA0E0E;
    color: #ffffff; }
  .is-loading.load-more {
    background-color: #0C418C;
    color: #ffffff; }
  .touchevents .is-loading.load-more {
    background-color: #0C418C;
    color: #ffffff; }

.text-teasers-list--big .text-teasers-list__listitem article {
  height: 59px; }

.text-teasers-list--big .text-teasers-list__listitem, .slab.slab--splash-half-page .slab__block:nth-of-type(2) .text-teasers-list__listitem {
  border-top: 0 solid none;
  border-right: 0 solid none;
  border-bottom: 1px solid #f2f2f2;
  border-left: 0 solid none; }

.text-teasers-list--medium .text-teasers-list__listitem .text-teasers-list__item {
  height: 6.64rem; }

.text-teasers-list--medium .text-teasers-list__listitem {
  height: 6.64rem;
  margin-bottom: 10px; }
  .text-teasers-list--medium .text-teasers-list__listitem:last-of-type {
    margin-bottom: 0; }

.weather-widget {
  background-color: #ffffff;
  color: #000000;
  cursor: pointer;
  text-decoration: none;
  border-top: 1px solid #f2f2f2;
  border-right: 0 solid none;
  border-bottom: 1px solid #f2f2f2;
  border-left: 0 solid none; }
  .weather-widget:visited {
    background-color: #ffffff;
    color: #000000;
    text-decoration: none; }
  .weather-widget:hover, .weather-widget:active {
    background-color: #ffffff;
    color: #000000;
    text-decoration: none; }

.teaser__video-icon,
.teaser__flag,
.teaser-splash__flag,
.teaser-topic__flag {
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  color: #DA0E0E;
  cursor: pointer;
  fill: #DA0E0E; }
  .teaser__video-icon:visited,
  .teaser__flag:visited,
  .teaser-splash__flag:visited,
  .teaser-topic__flag:visited {
    background-color: #ffffff;
    color: #DA0E0E;
    fill: #DA0E0E; }
  .teaser__video-icon:hover,
  .teaser__flag:hover,
  .teaser-splash__flag:hover,
  .teaser-topic__flag:hover, .teaser__video-icon:active,
  .teaser__flag:active,
  .teaser-splash__flag:active,
  .teaser-topic__flag:active {
    background-color: #ffffff;
    color: #0C418C;
    fill: #0C418C; }

@media screen and (min-width: 640px) {
  .slab--promo .native-teasers-list__list .editorial-teaser__headline, .teaser-topic__heading {
    font-size: 18px;
    font-size: 1.8rem; } }

.opinion {
  background-color: #ffffff;
  color: #222222;
  cursor: pointer;
  text-decoration: none; }
  .opinion:visited {
    background-color: #ffffff;
    color: #222222;
    text-decoration: none; }
  .opinion:hover, .opinion:active {
    background-color: #ffffff;
    color: #222222;
    text-decoration: none; }

.slab--sport .native-sponsored .editorial-teaser__headline,
.slab--business .native-sponsored .editorial-teaser__headline,
.slab--lifestyle .native-sponsored .editorial-teaser__headline,
.slab--splash-half-page .native-sponsored .editorial-teaser__headline, .opinion__title {
  font-weight: 600;
  line-height: 1.1;
  max-height: 64px;
  max-height: 6.4rem;
  overflow: hidden; }

.slab--promo .slab__block--has-opinion .native-teasers-list__list .editorial-teaser--native .editorial-teaser__headline, .slab--promo .slab__block--has-opinion .native-teasers-list__list .editorial-teaser--swns .editorial-teaser__headline, .slab--sport .native-sponsored .editorial-teaser__headline,
.slab--business .native-sponsored .editorial-teaser__headline,
.slab--lifestyle .native-sponsored .editorial-teaser__headline,
.slab--splash-half-page .native-sponsored .editorial-teaser__headline, .opinion__title {
  padding: 1rem 1.6rem; }

.opinion .opinion-author__name {
  background-color: #e7ecf4;
  color: #222222;
  cursor: pointer;
  text-decoration: none; }
  .opinion .opinion-author__name:visited {
    background-color: #e7ecf4;
    color: #222222;
    text-decoration: none; }
  .opinion .opinion-author__name:hover, .opinion .opinion-author__name:active {
    background-color: #e7ecf4;
    color: #222222;
    text-decoration: none; }

.slab--contactus .editorialSection a, .slab--contactus .findUs .contacting a, .slab--contactus .contactUs article .contacting .sml a, .slab--contactus .adPuff a {
  color: #808080; }

.slab--title .topic-hub--title {
  padding: 0 0 0 0; }
  @media screen and (min-width: 960px) {
    .slab--title .topic-hub--title {
      padding: 0 0 0 0; } }
  @media screen and (min-width: 1300px) {
    .slab--title .topic-hub--title {
      padding: 0 0 0 0; } }

.slab--title .topic-hub--title {
  color: lightgray; }

.slab--title .topic-hub--title {
  font-family: "jaf-bernina-sans-condensed", sans-serif;
  font-weight: 700;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 39px;
  line-height: 3.9rem; }
  @media screen and (min-width: 960px) {
    .slab--title .topic-hub--title {
      font-family: "jaf-bernina-sans-condensed", sans-serif;
      font-weight: 700;
      font-size: 36px;
      font-size: 3.6rem;
      line-height: 52px;
      line-height: 5.2rem; } }

.slab--title .topic-hub--title {
  text-transform: capitalize; }

.slab__block .hub-widget__title {
  font-family: "montserratbold", sans-serif;
  font-weight: 700;
  text-transform: normal; }

.slab__block .hub-widget__headline {
  font-family: "montserratbold", sans-serif;
  font-weight: 700; }

.slab--sport .native-sponsored .editorial-teaser__headline,
.slab--business .native-sponsored .editorial-teaser__headline,
.slab--lifestyle .native-sponsored .editorial-teaser__headline,
.slab--splash-half-page .native-sponsored .editorial-teaser__headline {
  font-size: 1.17em; }

.taboola .trc_rbox_div span.video-title {
  font-family: "jaf-bernina-sans-condensed", sans-serif;
  font-weight: 700;
  font-weight: 600; }

.slab--wow .weather-widget {
  padding: 0.6rem 0.6rem 0.6rem 0.6rem; }

.slab--wow .editorial-lead-teaser--splash .editorial-lead-teaser__headline, .slab--wow .editorial-lead-teaser[min-width~='620px'] .editorial-lead-teaser__headline {
  padding: 0.4rem 0.6rem 0.4rem 0.6rem; }
  @media screen and (min-width: 640px) {
    .slab--wow .editorial-lead-teaser--splash .editorial-lead-teaser__headline, .slab--wow .editorial-lead-teaser[min-width~='620px'] .editorial-lead-teaser__headline {
      padding: 1rem 1rem 1rem 1rem; } }
  @media screen and (min-width: 1300px) {
    .slab--wow .editorial-lead-teaser--splash .editorial-lead-teaser__headline, .slab--wow .editorial-lead-teaser[min-width~='620px'] .editorial-lead-teaser__headline {
      padding: 1.6rem 2rem 1.6rem 2rem; } }

.slab--wow .editorial-lead-teaser--splash .editorial-lead-teaser__headline, .slab--wow .editorial-lead-teaser[min-width~='620px'] .editorial-lead-teaser__headline {
  font-size: 1.8rem;
  line-height: 1.1;
  max-height: 59.6px;
  max-height: 5.96rem;
  overflow: hidden;
  font-weight: 600; }
  @media screen and (min-width: 640px) {
    .slab--wow .editorial-lead-teaser--splash .editorial-lead-teaser__headline, .slab--wow .editorial-lead-teaser[min-width~='620px'] .editorial-lead-teaser__headline {
      font-size: 2.8rem;
      max-height: 266.4px;
      max-height: 26.64rem;
      overflow: hidden; } }
  @media screen and (min-width: 960px) {
    .slab--wow .editorial-lead-teaser--splash .editorial-lead-teaser__headline, .slab--wow .editorial-lead-teaser[min-width~='620px'] .editorial-lead-teaser__headline {
      font-size: 2.2rem;
      max-height: 165.2px;
      max-height: 16.52rem;
      overflow: hidden; } }
  @media screen and (min-width: 1300px) {
    .slab--wow .editorial-lead-teaser--splash .editorial-lead-teaser__headline, .slab--wow .editorial-lead-teaser[min-width~='620px'] .editorial-lead-teaser__headline {
      font-size: 3.6rem;
      max-height: 138.8px;
      max-height: 13.88rem;
      overflow: hidden; } }

.slab--wow .editorial-lead-teaser--splash .editorial-lead-teaser__permalink .teaser__comment-count, .slab--wow .editorial-lead-teaser--splash .editorial-lead-teaser__permalink .comment-count {
  right: 4px; }

.slab--wow .editorial-lead-teaser--splash {
  background-color: #ffffff;
  color: #222222;
  cursor: pointer;
  text-decoration: none; }
  .slab--wow .editorial-lead-teaser--splash:visited {
    background-color: #ffffff;
    color: #222222;
    text-decoration: none; }
  .slab--wow .editorial-lead-teaser--splash:hover, .slab--wow .editorial-lead-teaser--splash:active {
    background-color: #EEEEEC;
    color: #222222;
    text-decoration: none; }

.link-tree--list-hub__item a {
  font-family: "jaf-bernina-sans-condensed", sans-serif;
  font-weight: 700;
  font-size: 23px;
  font-size: 2.3rem;
  text-transform: uppercase;
  line-height: 1.1;
  font-weight: 600;
  border-bottom: solid 5px #e7ecf4;
  color: #222222; }

.link-tree--list-hub-secondary__item a {
  font-family: "open-sans", sans-serif;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.1;
  font-weight: 500;
  border-bottom: solid thin #F9F9F7;
  color: #222222; }

.editorial-vertical-teaser__category, .editorial__category, .editorial-teaser__category, .editorial-teaser--textonly .editorial-teaser__category, .editorial-teaser--textonly-small .editorial-teaser__category, .editorial-lead-teaser__category, .editorial-lead-teaser--splash .editorial-lead-teaser__category, .taboola .trc_rbox_div span.branding {
  font-family: "open-sans", sans-serif, sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: normal; }

.editorial-vertical-teaser__category, .editorial__category, .editorial-teaser__category, .editorial-teaser--textonly .editorial-teaser__category, .editorial-teaser--textonly-small .editorial-teaser__category, .editorial-lead-teaser__category, .editorial-lead-teaser--splash .editorial-lead-teaser__category, .taboola .trc_rbox_div span.branding {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: bold; }

.editorial-vertical-teaser__summary {
  max-height: 100.4px;
  max-height: 10.04rem;
  overflow: hidden; }

.text-teasers-list__listitem {
  height: 60px;
  margin-bottom: 8px; }

.slab--sport .native-sponsored .editorial-teaser__headline,
.slab--business .native-sponsored .editorial-teaser__headline,
.slab--lifestyle .native-sponsored .editorial-teaser__headline,
.slab--splash-half-page .native-sponsored .editorial-teaser__headline, .opinion__title {
  font-weight: 800;
  text-transform: uppercase; }

.svg-masthead-portsmouth-news {
  max-height: 32px;
  max-height: 3.2rem; }
  @media screen and (min-width: 640px) {
    .svg-masthead-portsmouth-news {
      max-height: 45px;
      max-height: 4.5rem; } }
  @media screen and (min-width: 960px) {
    .svg-masthead-portsmouth-news {
      max-height: 54px;
      max-height: 5.4rem; } }

.teaser__heading, .teaser-splash__heading, .teaser-lead--blended .teaser-lead__heading, .slab--blended .slab__block:nth-of-type(3) .teaser-lead__heading, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead__heading, .teaser-lead--lifestyle .teaser-lead__heading, .slab--lifestyle .teaser-lead__heading, .slab--fullwidth-leadteaser-quad .teaser-lead__heading,
.slab--fullwidth-leadteaser-trio-mpu .teaser-lead__heading, .teaser-lead__heading {
  font-family: "jaf-bernina-sans-condensed", sans-serif;
  letter-spacing: -.03em;
  line-height: 1.1;
  font-weight: 600; }

.teaser__category-link, .teaser__comments-link, .teaser-splash__category-link, .teaser-splash__comments-link, .teaser-topic__category-link, .teaser-topic__comments-link, .teaser-lead--blended .teaser-lead__category-link, .slab--blended .slab__block:nth-of-type(3) .teaser-lead__category-link, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead__category-link, .teaser-lead--lifestyle .teaser-lead__category-link, .slab--lifestyle .teaser-lead__category-link, .slab--fullwidth-leadteaser-quad .teaser-lead__category-link,
.slab--fullwidth-leadteaser-trio-mpu .teaser-lead__category-link, .teaser-lead__category-link, .teaser-lead--blended .teaser-lead__comments-link, .slab--blended .slab__block:nth-of-type(3) .teaser-lead__comments-link, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead__comments-link, .teaser-lead--lifestyle .teaser-lead__comments-link, .slab--lifestyle .teaser-lead__comments-link, .slab--fullwidth-leadteaser-quad .teaser-lead__comments-link,
.slab--fullwidth-leadteaser-trio-mpu .teaser-lead__comments-link, .teaser-lead__comments-link {
  font-family: "open-sans", sans-serif;
  letter-spacing: -.03em;
  font-weight: 500; }

.teaser__category-link {
  padding: 0 0 0.4rem 0.6rem;
  background-color: transparent;
  color: #15878f;
  font-size: 1.2rem; }
  .teaser__category-link:hover {
    color: #1CB1BB; }

.teaser-splash {
  background: #222; }
  .teaser-splash:hover {
    background: #222;
    cursor: pointer; }
  .teaser-splash__text-container {
    display: block; }
  .teaser-splash__heading {
    font-size: 2.2rem;
    padding: 0.6rem;
    color: #FFF; }
  .teaser-splash__category-link {
    padding: 0 0 0.4rem 0.6rem;
    color: #15878f;
    font-size: 1.2rem;
    background-color: transparent; }
    .teaser-splash__category-link:hover {
      color: #1CB1BB; }
  @media screen and (min-width: 640px) {
    .teaser-splash__heading {
      padding: 1rem 1.6rem 1rem 1.6rem; }
    .teaser-splash__category-link {
      padding: 1rem 1.6rem; } }

.teaser-topic {
  background: #FFF; }
  .teaser-topic a {
    text-decoration: none; }
  .teaser-topic:hover {
    background: #e9e9e9;
    cursor: pointer;
    -webkit-filter: saturate(1) contrast(120%);
    -moz-filter: saturate(1) contrast(120%);
    -ms-filter: saturate(1) contrast(120%);
    -o-filter: saturate(1) contrast(120%);
    filter: saturate(1) contrast(120%); }
  .teaser-topic__text-container {
    display: block; }
  .teaser-topic__category-link {
    padding: 0 0.6rem 0 0.6rem;
    background-color: #fff;
    font-size: 1.1rem; }

.teaser-lead--blended .teaser-lead, .slab--blended .slab__block:nth-of-type(3) .teaser-lead, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead, .teaser-lead--lifestyle .teaser-lead, .slab--lifestyle .teaser-lead, .slab--fullwidth-leadteaser-quad .teaser-lead,
.slab--fullwidth-leadteaser-trio-mpu .teaser-lead, .teaser-lead {
  color: #000; }
  .teaser-lead--blended .teaser-lead__heading, .slab--blended .slab__block:nth-of-type(3) .teaser-lead__heading, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead__heading, .teaser-lead--lifestyle .teaser-lead__heading, .slab--lifestyle .teaser-lead__heading, .slab--fullwidth-leadteaser-quad .teaser-lead__heading,
  .slab--fullwidth-leadteaser-trio-mpu .teaser-lead__heading, .teaser-lead__heading {
    width: 100%;
    font-size: 1.8rem;
    letter-spacing: normal; }
  .teaser-lead--blended .teaser-lead__category-link, .slab--blended .slab__block:nth-of-type(3) .teaser-lead__category-link, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead__category-link, .teaser-lead--lifestyle .teaser-lead__category-link, .slab--lifestyle .teaser-lead__category-link, .slab--fullwidth-leadteaser-quad .teaser-lead__category-link,
  .slab--fullwidth-leadteaser-trio-mpu .teaser-lead__category-link, .teaser-lead__category-link {
    padding: 0.4rem 0.6rem;
    background-color: transparent;
    color: #DA0E0E;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: normal; }
    .slab--blended .slab__block:nth-of-type(3) .teaser-lead__category-link:hover, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead__category-link:hover, .teaser-lead__category-link:hover {
      color: #0C418C; }
  .teaser-lead--blended .teaser-lead__flag, .slab--blended .slab__block:nth-of-type(3) .teaser-lead__flag, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead__flag, .teaser-lead--lifestyle .teaser-lead__flag, .slab--lifestyle .teaser-lead__flag, .slab--fullwidth-leadteaser-quad .teaser-lead__flag,
  .slab--fullwidth-leadteaser-trio-mpu .teaser-lead__flag, .teaser-lead__flag {
    background-color: #FFF;
    color: #DA0E0E;
    fill: #DA0E0E;
    cursor: pointer;
    bottom: -.1px; }
    .slab--blended .slab__block:nth-of-type(3) .teaser-lead__flag:hover, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead__flag:hover, .teaser-lead__flag:hover, .slab--blended .slab__block:nth-of-type(3) .teaser-lead__flag:active, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead__flag:active, .teaser-lead__flag:active {
      background-color: #FFF;
      color: #0C418C;
      fill: #0C418C; }

.teaser-lead--blended .teaser-lead, .slab--blended .slab__block:nth-of-type(3) .teaser-lead, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead {
  /* 
      &__summary {
          @extend %lead-teaser__summary;
          @include reset-descendants; 
      } */ }
  .teaser-lead--blended .teaser-lead__heading, .slab--blended .slab__block:nth-of-type(3) .teaser-lead__heading, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead__heading {
    font-size: 1.6rem;
    padding: 0.6rem;
    max-height: 64.8px;
    max-height: 6.48rem;
    overflow: hidden; }
    @media (min-width: 960px) {
      .teaser-lead--blended .teaser-lead__heading, .slab--blended .slab__block:nth-of-type(3) .teaser-lead__heading, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead__heading {
        font-size: 2rem;
        max-height: 78px;
        max-height: 7.8rem;
        overflow: hidden; } }

.teaser-lead--lifestyle .teaser-lead, .slab--lifestyle .teaser-lead, .slab--fullwidth-leadteaser-quad .teaser-lead,
.slab--fullwidth-leadteaser-trio-mpu .teaser-lead {
  /* 
      &__summary {
          @extend %lead-teaser__summary;
          @include reset-descendants; 
      } */ }
  .teaser-lead--lifestyle .teaser-lead__heading, .slab--lifestyle .teaser-lead__heading, .slab--fullwidth-leadteaser-quad .teaser-lead__heading,
  .slab--fullwidth-leadteaser-trio-mpu .teaser-lead__heading {
    font-size: 1.8rem;
    padding: 0.6rem;
    max-height: 71.4px;
    max-height: 7.14rem;
    overflow: hidden; }
    @media (min-width: 700px) {
      .teaser-lead--lifestyle .teaser-lead__heading, .slab--lifestyle .teaser-lead__heading, .slab--fullwidth-leadteaser-quad .teaser-lead__heading,
      .slab--fullwidth-leadteaser-trio-mpu .teaser-lead__heading {
        max-height: 51.6px;
        max-height: 5.16rem;
        overflow: hidden; } }
    @media (min-width: 960px) {
      .teaser-lead--lifestyle .teaser-lead__heading, .slab--lifestyle .teaser-lead__heading, .slab--fullwidth-leadteaser-quad .teaser-lead__heading,
      .slab--fullwidth-leadteaser-trio-mpu .teaser-lead__heading {
        max-height: 111px;
        max-height: 11.1rem;
        overflow: hidden; } }
    @media (min-width: 1300px) {
      .teaser-lead--lifestyle .teaser-lead__heading, .slab--lifestyle .teaser-lead__heading, .slab--fullwidth-leadteaser-quad .teaser-lead__heading,
      .slab--fullwidth-leadteaser-trio-mpu .teaser-lead__heading {
        max-height: 71.4px;
        max-height: 7.14rem;
        overflow: hidden; } }

.slab--title {
  margin-top: 10px;
  margin-bottom: 10px; }
  .slab--title .topic-hub {
    margin: 0 auto;
    position: relative;
    padding: 0;
    width: 100%; }
    @media (min-width: 640px) {
      .slab--title .topic-hub {
        max-width: 76.8rem; } }
    @media (min-width: 960px) {
      .slab--title .topic-hub {
        max-width: 94rem; } }
    @media (min-width: 1300px) {
      .slab--title .topic-hub {
        max-width: 128rem; } }
    .slab--title .topic-hub--title {
      position: relative;
      left: 10px;
      float: left;
      margin: 0;
      display: inline-block; }
    .slab--title .topic-hub--sponsorship {
      /*position: absolute;
      right: 0;*/
      float: right;
      margin-right: 10px;
      line-height: 3.9rem; }
      @media (min-width: 960px) {
        .slab--title .topic-hub--sponsorship {
          line-height: 5.2rem; } }
      .slab--title .topic-hub--sponsorship__sponsored {
        font-family: "open-sans", sans-serif;
        font-weight: normal;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 11px;
        line-height: 1.1rem;
        line-height: 1.1; }
      .slab--title .topic-hub--sponsorship img {
        height: 20px; }
    @media (min-width: 960px) {
      .slab--title .topic-hub .slab__nav {
        padding: 0; } }
    @media (min-width: 1300px) {
      .slab--title .topic-hub .slab__nav {
        padding: 0 1rem; } }

.slab.slab--title.hidden {
  display: none; }

.teaser__comment-count,
.comment-count {
  bottom: 4px;
  bottom: .4rem;
  clear: left;
  display: block;
  min-width: 20px;
  padding: 1px 4px;
  padding: 0.1rem 0.4rem;
  position: absolute;
  right: 2px;
  right: .2rem;
  text-align: center; }
  .teaser__comment-count:before,
  .comment-count:before {
    border-left-style: solid;
    border-left-width: 7px;
    border-top-style: solid;
    border-top-width: 4px;
    bottom: -4px;
    content: '';
    display: inline-block;
    left: 6px;
    position: absolute; }

.teaser__video-icon,
.teaser__flag,
.teaser-splash__flag,
.teaser-topic__flag {
  width: 2rem;
  height: 2rem;
  position: absolute; }
  @media screen and (min-width: 640px) {
    .teaser__video-icon,
    .teaser__flag,
    .teaser-splash__flag,
    .teaser-topic__flag {
      width: 3.6rem;
      height: 3.6rem; } }

.ios .teaser__video-icon {
  bottom: -.1px; }

/*

Slab Blended
======

Creates an Blended Slab

```<div class="slab slab--blended">
    <div class="slab__inner">
        <div class="slab__block">
            <article class="editorial-lead-teaser editorial-lead-teaser--splash">
            {{> editorial-lead-teaser--splash}}
            </article>
        </div>
        <div class="slab__block">
            <ul class="text-image-text__list">
            {{> text-image-text__list}}
            </ul>
        </div>      
        <div class="slab__block">
            <article id="" class="editorial-lead-teaser">
            {{> editorial-lead-teaser}}
            </article>
        </div>
        <div class="slab__block">
            <div class="text-teasers-list">
            {{> text-teasers-list}}
            </div>
            <div class="weather-widget">
            {{> weather-widget}}
            </div>
        </div>
        <div class="slab__block">
            <ul class="native-teasers-list__list">
            {{> native-teasers-list__list}}
            </ul>
        </div>
        <div class="slab__block">
            <div class="scribble-daily-widget">
            {{> scribble-daily-widget}}
            </div>
            <div class="advertising">
            {{> advertising}}
            </div> 
        </div>
    </div>
</div>```

*/
.slab--blended {
  margin-top: 20px;
  margin-bottom: 10px; }
  .slab--blended .slab__block {
    max-height: 100%; }
    @media (min-width: 320px) {
      .slab--blended .slab__block:nth-of-type(1) {
        width: 100%;
        float: left;
        padding-left: 10px;
        padding-right: 10px; }
      .slab--blended .slab__block:nth-of-type(2) {
        width: 100%;
        float: left;
        padding-left: 10px;
        padding-right: 10px; }
      .slab--blended .slab__block:nth-of-type(3) {
        width: 100%;
        float: left;
        padding-left: 10px;
        padding-right: 10px; }
      .slab--blended .slab__block:nth-of-type(4) {
        height: 296px;
        width: 100%;
        float: left;
        padding-left: 10px;
        padding-right: 10px; }
      .slab--blended .slab__block:nth-of-type(5) {
        width: 100%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        overflow: visible;
        margin-bottom: 0;
        position: absolute;
        bottom: 0;
        left: 0; }
      .slab--blended .slab__block:last-of-type {
        width: 100%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        max-height: auto;
        margin-bottom: 452px; } }
    @media (min-width: 640px) {
      .slab--blended .slab__block:nth-of-type(1) {
        width: 100%;
        float: left;
        padding-left: 10px;
        padding-right: 10px; }
      .slab--blended .slab__block:nth-of-type(2) {
        width: 100%;
        float: left;
        padding-left: 10px;
        padding-right: 10px; }
      .slab--blended .slab__block:nth-of-type(3) {
        width: 50%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        width: calc(320px); }
      .slab--blended .slab__block:nth-of-type(4) {
        width: 50%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        width: calc(100% - 320px); }
      .slab--blended .slab__block:nth-of-type(5) {
        width: 100%;
        float: left;
        padding-left: 10px;
        padding-right: 10px; }
      .slab--blended .slab__block:last-of-type {
        width: 100%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        max-height: auto;
        height: 600px;
        margin-bottom: 225px; } }
    @media (min-width: 960px) {
      .slab--blended .slab__block:nth-of-type(1) {
        width: 66.66667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        margin-right: 33%; }
      .slab--blended .slab__block:nth-of-type(2) {
        width: 66.66667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        margin-right: 33%; }
      .slab--blended .slab__block:nth-of-type(3) {
        width: 33.33333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px; }
      .slab--blended .slab__block:nth-of-type(4) {
        width: 33.33333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px; }
      .slab--blended .slab__block:nth-of-type(5) {
        width: 66.66667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        position: relative;
        margin-right: 33%;
        bottom: 0; }
      .slab--blended .slab__block:last-of-type {
        width: 33.33333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        max-height: auto;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        overflow: hidden;
        margin-bottom: 0; } }
    @media (min-width: 1300px) {
      .slab--blended .slab__block:nth-of-type(1) {
        width: 50%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        width: calc(640px);
        margin-right: 50%; }
      .slab--blended .slab__block:nth-of-type(2) {
        width: 50%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        width: calc(100% - 640px);
        height: 192px;
        margin-bottom: 20px;
        margin-right: 50%; }
      .slab--blended .slab__block:nth-of-type(3) {
        width: 25%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        width: calc(100% - 960px);
        margin-bottom: 0; }
      .slab--blended .slab__block:nth-of-type(4) {
        width: 25%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        width: calc(320px);
        margin-bottom: 0; }
      .slab--blended .slab__block:nth-of-type(5) {
        width: 50%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        margin-right: 0;
        position: absolute;
        right: 0;
        left: auto;
        height: 204px; }
      .slab--blended .slab__block:last-of-type {
        width: 50%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        max-height: auto;
        position: absolute;
        right: 0;
        height: 100%;
        overflow: hidden;
        top: 0;
        height: auto;
        margin-bottom: 225px; }
        .slab--blended .slab__block:last-of-type:before, .slab--blended .slab__block:last-of-type:after {
          content: " ";
          display: table; }
        .slab--blended .slab__block:last-of-type:after {
          clear: both; } }

.slab--blended .advertising {
  margin: 0 auto;
  height: auto;
  overflow: hidden; }
  @media (min-width: 640px) {
    .slab--blended .advertising {
      float: right;
      margin: 0 auto;
      height: 600px;
      width: 300px; } }
  @media (min-width: 1300px) {
    .slab--blended .advertising {
      width: 50%;
      padding-left: 10px; } }
.slab--blended .ad-gpt {
  margin: 10px auto;
  background-color: transparent; }
  @media (min-width: 640px) {
    .slab--blended .ad-gpt {
      margin: 0 auto 20px;
      border: 0;
      height: auto; }
      .slab--blended .ad-gpt > div {
        margin: 0;
        padding: 0;
        height: auto;
        max-height: 600px; } }
  .slab--blended .ad-gpt > div {
    margin: 0 auto; }
.slab--blended .cta {
  float: left;
  display: block;
  margin: 0 auto 20px;
  height: 330px;
  width: 100%; }

.slab--blended .scribble-daily-widget {
  margin-top: 0;
  background-clip: content-box; }
  @media (min-width: 640px) {
    .slab--blended .scribble-daily-widget {
      width: 50%;
      /* Fallback if Unsupported */
      width: -webkit-calc(100% - 320px);
      /* Chrome 19+ & Safari */
      width: -moz-calc(100% - 320px);
      /* Firefox v4-15 */
      width: calc(100% - 320px);
      height: 600px;
      float: left;
      margin-bottom: 0; } }
  @media (min-width: 960px) {
    .slab--blended .scribble-daily-widget {
      float: none;
      width: 100%;
      height: 420px;
      position: absolute;
      margin-bottom: 0;
      bottom: 0;
      right: 0;
      padding-left: 10px;
      padding-right: 10px; }
      .slab--blended .scribble-daily-widget .dot {
        right: 2.8rem; } }
  @media (min-width: 1300px) {
    .slab--blended .scribble-daily-widget {
      float: left;
      padding: 0;
      width: 300px;
      height: 600px;
      position: relative;
      bottom: 0; }
      .slab--blended .scribble-daily-widget .dot {
        right: 1.8rem; } }
  .slab--blended .scribble-daily-widget__cards {
    height: 89%; }
  .slab--blended .scribble-daily-widget__header-ad-block {
    position: absolute;
    top: 0.2rem;
    left: 0.2rem;
    height: 2.9rem;
    width: 3.3rem;
    background-color: #c20101; }
  .slab--blended .scribble-daily-widget__footer {
    bottom: 0; }
    @media (min-width: 960px) {
      .slab--blended .scribble-daily-widget__footer {
        left: 10px;
        right: 10px;
        width: auto; } }
    @media (min-width: 1300px) {
      .slab--blended .scribble-daily-widget__footer {
        left: 0;
        right: 0; } }
    .slab--blended .scribble-daily-widget__footer:hover {
      text-decoration: none; }

.slab--blended div + .weather-widget {
  margin-top: 10px; }

.ie .slab--blended .editorial-lead-teaser--splash .editorial-lead-teaser__image {
  margin-right: 0; }
  @media (min-width: 960px) {
    .ie .slab--blended .editorial-lead-teaser--splash .editorial-lead-teaser__image {
      margin-right: -1px; } }
  @media (min-width: 1300px) {
    .ie .slab--blended .editorial-lead-teaser--splash .editorial-lead-teaser__image {
      margin-right: 0; } }

.slab--sport .slab__block {
  max-height: 100%; }
  @media (min-width: 320px) {
    .slab--sport .slab__block:nth-of-type(1) {
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .slab--sport .slab__block:nth-of-type(2) {
      height: 296px;
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .slab--sport .slab__block:nth-of-type(3) {
      height: 296px;
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .slab--sport .slab__block:nth-of-type(4) {
      height: 296px;
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .slab--sport .slab__block:nth-of-type(5) {
      height: auto;
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .slab--sport .slab__block:nth-of-type(6) {
      height: auto;
      overflow: visible;
      margin-bottom: 0;
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; } }
  @media (min-width: 640px) {
    .slab--sport .slab__block:nth-of-type(1) {
      height: 296px;
      width: 50%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      width: calc(320px); }
    .slab--sport .slab__block:nth-of-type(2) {
      width: 50%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      width: calc(100% - 320px); }
    .slab--sport .slab__block:nth-of-type(3) {
      width: 50%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      width: calc(100% - 320px); }
    .slab--sport .slab__block:nth-of-type(4) {
      width: 50%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      width: calc(320px); }
    .slab--sport .slab__block:nth-of-type(5) {
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .slab--sport .slab__block:nth-of-type(6) {
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; } }
  @media (min-width: 960px) {
    .slab--sport .slab__block:nth-of-type(1) {
      height: 296px;
      width: 33.33333%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      width: calc(320px); }
    .slab--sport .slab__block:nth-of-type(2) {
      width: 66.66667%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      width: calc(100% - 320px); }
    .slab--sport .slab__block:nth-of-type(3) {
      width: 66.66667%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      width: calc(100% - 320px); }
    .slab--sport .slab__block:nth-of-type(4) {
      width: 33.33333%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      width: calc(100% - 640px); }
    .slab--sport .slab__block:nth-of-type(5) {
      margin-bottom: 0;
      width: 50%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .slab--sport .slab__block:nth-of-type(6) {
      width: 50%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; } }
  @media (min-width: 1300px) {
    .slab--sport .slab__block:nth-of-type(1) {
      margin-bottom: 20px;
      width: 25%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .slab--sport .slab__block:nth-of-type(2) {
      margin-bottom: 20px;
      width: 25%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .slab--sport .slab__block:nth-of-type(3) {
      width: 25%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .slab--sport .slab__block:nth-of-type(4) {
      width: 25%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .slab--sport .slab__block:nth-of-type(5) {
      width: 50%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; } }

.slab--business {
  margin-top: 20px;
  margin-bottom: 20px; }
  .slab--business .slab__block {
    max-height: 100%; }
    @media (min-width: 320px) {
      .slab--business .slab__block:nth-of-type(1) {
        width: 100%;
        float: left;
        padding-left: 10px;
        padding-right: 10px; }
      .slab--business .slab__block:nth-of-type(2) {
        height: 296px;
        width: 100%;
        float: left;
        padding-left: 10px;
        padding-right: 10px; }
      .slab--business .slab__block:nth-of-type(3) {
        height: 296px;
        width: 100%;
        float: left;
        padding-left: 10px;
        padding-right: 10px; }
      .slab--business .slab__block:nth-of-type(4) {
        height: 296px;
        width: 100%;
        float: left;
        padding-left: 10px;
        padding-right: 10px; }
      .slab--business .slab__block:nth-of-type(5) {
        height: auto;
        margin-bottom: 10px;
        width: 100%;
        float: left;
        padding-left: 10px;
        padding-right: 10px; }
      .slab--business .slab__block:last-of-type {
        height: auto;
        overflow: visible;
        margin-bottom: 0;
        width: 100%;
        float: left;
        padding-left: 10px;
        padding-right: 10px; } }
    @media (min-width: 640px) {
      .slab--business .slab__block:nth-of-type(1) {
        height: 296px;
        width: 50%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        width: calc(320px); }
      .slab--business .slab__block:nth-of-type(2) {
        width: 50%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        width: calc(100% - 320px); }
      .slab--business .slab__block:nth-of-type(3) {
        margin-bottom: 20px;
        width: 50%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        width: calc(100% - 320px); }
      .slab--business .slab__block:nth-of-type(4) {
        margin-bottom: 20px;
        width: 50%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        width: calc(320px); }
      .slab--business .slab__block:nth-of-type(5) {
        margin-bottom: 20px;
        width: 100%;
        float: left;
        padding-left: 10px;
        padding-right: 10px; }
      .slab--business .slab__block:last-of-type {
        width: 100%;
        float: left;
        padding-left: 10px;
        padding-right: 10px; } }
    @media (min-width: 960px) {
      .slab--business .slab__block:nth-of-type(1) {
        height: 296px;
        width: 33.33333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        width: calc(320px); }
      .slab--business .slab__block:nth-of-type(2) {
        width: 66.66667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        width: calc(100% - 320px); }
      .slab--business .slab__block:nth-of-type(3) {
        width: 66.66667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        width: calc(100% - 320px); }
      .slab--business .slab__block:nth-of-type(4) {
        width: 33.33333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        width: calc(320px); }
      .slab--business .slab__block:nth-of-type(5) {
        margin-bottom: 0;
        width: 50%;
        float: left;
        padding-left: 10px;
        padding-right: 10px; }
      .slab--business .slab__block:last-of-type {
        margin-bottom: 0;
        width: 50%;
        float: left;
        padding-left: 10px;
        padding-right: 10px; } }
    @media (min-width: 1300px) {
      .slab--business .slab__block:nth-of-type(1) {
        margin-bottom: 20px;
        width: 25%;
        float: left;
        padding-left: 10px;
        padding-right: 10px; }
      .slab--business .slab__block:nth-of-type(2) {
        margin-bottom: 20px;
        width: 25%;
        float: left;
        padding-left: 10px;
        padding-right: 10px; }
      .slab--business .slab__block:nth-of-type(3) {
        width: 25%;
        float: left;
        padding-left: 10px;
        padding-right: 10px; }
      .slab--business .slab__block:nth-of-type(4) {
        width: 25%;
        float: left;
        padding-left: 10px;
        padding-right: 10px; }
      .slab--business .slab__block:nth-of-type(5) {
        width: 50%;
        float: left;
        padding-left: 10px;
        padding-right: 10px; }
      .slab--business .slab__block:last-of-type {
        width: 50%;
        float: left;
        padding-left: 10px;
        padding-right: 10px; } }

.slab-business .native-teasers-list__list[min-width~="620px"] .native-teasers-list__listitem {
  width: 100%;
  /*margin-bottom: 10px;*/ }
.slab-business .native-teasers-list__list .native-teasers-list__listitem {
  margin-bottom: 0; }

/*

Slab Lifestyle
======

```
<div class="slab slab--lifestyle">
<div class='slab__inner'>
<div class="slab__block">
<article class="teaser-lead">
    <div class="teaser-lead__image-container">
            <img class="cld-responsive teaser-lead__image" src="/assets/sassdown/sassdown_default/spring.jpg" data-src="http://res.cloudinary.com/jpress/image/fetch/w_auto,f_auto,ar_3:2,c_fill/http://www.dvlpashb.yorkshirepost.co.uk/webimage/Prestige.Item.1.72763674!/image/3155106928.jpg"/>
            <a href="" class="teaser-lead__link-secondary">
              <div class="teaser-lead__flag-container">
                  <svg version="1.1" class="teaser-lead__flag" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="64px" height="64px" viewBox="0 0 64 64" enable-background="new 0 0 64 64" xml:space="preserve">
                      <path d="M0,0v0h64V0H0z M18.666,52.605V12.447l29.061,20.079L18.666,52.605z"></path>
                  </svg>
              </div>
            </a>
    </div>
    <div class="teaser-lead__text-container">
        <h3 class="teaser-lead__heading js-ellipsize">
          {{lorem_sentence}}
          </h3>
      <a href="" class="teaser-lead__category-link" rel="category tag">news</a>
            <a href="" class="teaser-lead__comments-link">30</a>
    </div>
    <a href="" class="teaser-lead__link-primary">
    </a>
</article>
</div>
<div class="slab__block">
<article class="teaser-lead">
    <div class="teaser-lead__image-container">
            <img class="cld-responsive teaser-lead__image" src="/assets/sassdown/sassdown_default/spring.jpg" data-src="http://res.cloudinary.com/jpress/image/fetch/w_auto,f_auto,ar_3:2,c_fill/http://www.dvlpashb.yorkshirepost.co.uk/webimage/Prestige.Item.1.72763674!/image/3155106928.jpg"/>
            <a href="" class="teaser-lead__link-secondary">
              <div class="teaser-lead__flag-container">
                  <svg version="1.1" class="teaser-lead__flag" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="64px" height="64px" viewBox="0 0 64 64" enable-background="new 0 0 64 64" xml:space="preserve">
                      <path d="M0,0v0h64V0H0z M18.666,52.605V12.447l29.061,20.079L18.666,52.605z"></path>
                  </svg>
              </div>
            </a>
    </div>
    <div class="teaser-lead__text-container">
              <h3 class="teaser-lead__heading js-ellipsize">
                  {{lorem_sentence}}
              </h3>
      <a href="" class="teaser-lead__category-link" rel="category tag">news</a>
            <a href="" class="teaser-lead__comments-link">30</a>
    </div>
    <a href="" class="teaser-lead__link-primary">
    </a>
</article>
</div>
<div class="slab__block">
<article class="teaser-lead">
    <div class="teaser-lead__image-container">
            <img class="cld-responsive teaser-lead__image" src="/assets/sassdown/sassdown_default/spring.jpg" data-src="http://res.cloudinary.com/jpress/image/fetch/w_auto,f_auto,ar_3:2,c_fill/http://www.dvlpashb.yorkshirepost.co.uk/webimage/Prestige.Item.1.72763674!/image/3155106928.jpg"/>
            <a href="" class="teaser-lead__link-secondary">
              <div class="teaser-lead__flag-container">
                  <svg version="1.1" class="teaser-lead__flag" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="64px" height="64px" viewBox="0 0 64 64" enable-background="new 0 0 64 64" xml:space="preserve">
                      <path d="M0,0v0h64V0H0z M18.666,52.605V12.447l29.061,20.079L18.666,52.605z"></path>
                  </svg>
              </div>
            </a>
    </div>
    <div class="teaser-lead__text-container">
              <h3 class="teaser-lead__heading js-ellipsize">
                  {{lorem_sentence}}
              </h3>
      <a href="" class="teaser-lead__category-link" rel="category tag">news</a>
            <a href="" class="teaser-lead__comments-link">30</a>
    </div>
    <a href="" class="teaser-lead__link-primary">
    </a>
</article>
</div>
<div class="slab__block">
<img src="http://editorial.jpress.co.uk/polopoly/Images/redesign/Food_And_Drink_CTA.jpg" height="296px" width='100%'/>
</div>
</div>
</div>
```
*/
.slab--lifestyle {
  position: relative; }
  .slab--lifestyle .slab__inner {
    overflow: visible; }
  .slab--lifestyle .slab__block {
    max-height: 100%;
    position: relative;
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px; }
    @media (min-width: 320px) {
      .slab--lifestyle .slab__block:nth-of-type(2), .slab--lifestyle .slab__block:nth-of-type(3) {
        width: 50%;
        float: left;
        padding-left: 10px;
        padding-right: 10px; } }
    @media (min-width: 640px) {
      .slab--lifestyle .slab__block:nth-of-type(1), .slab--lifestyle .slab__block:nth-of-type(2), .slab--lifestyle .slab__block:nth-of-type(3), .slab--lifestyle .slab__block:nth-of-type(4) {
        width: 50%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        height: 296px; } }
    @media (min-width: 960px) {
      .slab--lifestyle .slab__block:nth-of-type(1), .slab--lifestyle .slab__block:nth-of-type(2), .slab--lifestyle .slab__block:nth-of-type(3) {
        width: 24%;
        /* Fallback if Unsupported */
        width: -webkit-calc(33.33% - 10.7rem);
        /* Chrome 19+ & Safari */
        width: -moz-calc(33.33% - 10.7rem);
        /* Firefox v4-15 */
        width: calc(33.33% - 10.7rem);
        height: 276px; }
      .slab--lifestyle .slab__block:nth-of-type(4) {
        width: 33.33333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        float: right; }
        .slab--lifestyle .slab__block:nth-of-type(4) #localhero-widget {
          margin-bottom: 0; }
      .slab--lifestyle .slab__block:nth-of-type(1), .slab--lifestyle .slab__block:nth-of-type(2), .slab--lifestyle .slab__block:nth-of-type(3), .slab--lifestyle .slab__block:nth-of-type(4) {
        height: 296px; }
      .slab--lifestyle .slab__block:nth-of-type(5), .slab--lifestyle .slab__block:nth-of-type(6) {
        width: 50%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 0; }
      .slab--lifestyle .slab__block:nth-of-type(6) {
        overflow: visible; } }
    @media (min-width: 1300px) {
      .slab--lifestyle .slab__block:nth-of-type(1), .slab--lifestyle .slab__block:nth-of-type(2), .slab--lifestyle .slab__block:nth-of-type(3), .slab--lifestyle .slab__block:nth-of-type(4) {
        width: 25%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        height: 296px; } }

.slab--lifestyle .slab__block:nth-of-type(2) .teaser-lead__flag, .slab--lifestyle .slab__block:nth-of-type(3) .teaser-lead__flag {
  height: 2rem;
  width: 2rem; }
  @media (min-width: 480px) {
    .slab--lifestyle .slab__block:nth-of-type(2) .teaser-lead__flag, .slab--lifestyle .slab__block:nth-of-type(3) .teaser-lead__flag {
      height: 3.6rem;
      width: 3.6rem; } }

/*trending now slabs*/
.slab.slab--trending-now {
  max-height: auto;
  position: relative; }
  .slab.slab--trending-now .slab__block {
    float: none;
    padding-left: 0;
    padding-right: 0;
    max-height: 100%;
    min-height: 30rem;
    margin-bottom: 0; }
    @media (min-width: 640px) {
      .slab.slab--trending-now .slab__block {
        max-height: 100%; } }
    @media (min-width: 1300px) {
      .slab.slab--trending-now .slab__block {
        padding-right: 320px; } }

.slab--trending-now {
  margin-bottom: 1rem; }
  .slab--trending-now .trending-now__title {
    font-family: "open-sans", sans-serif;
    font-weight: normal;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 15px;
    line-height: 1.5rem;
    font-weight: 400;
    color: #222222;
    padding-left: 1rem; }
  .slab--trending-now .teasers-list__list {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 640px) {
      .slab--trending-now .teasers-list__list .teasers-list__listitem:nth-last-of-type(-n+2) {
        float: none;
        display: block;
        clear: both; } }
    @media (min-width: 960px) {
      .slab--trending-now .teasers-list__list .teasers-list__listitem:nth-last-of-type(-n+2) {
        clear: none;
        float: left; }
      .slab--trending-now .teasers-list__list .teasers-list__listitem:nth-of-type(3),
      .slab--trending-now .teasers-list__list .teasers-list__listitem:nth-of-type(5),
      .slab--trending-now .teasers-list__list .teasers-list__listitem:nth-of-type(7) {
        clear: both; } }
    @media (min-width: 1300px) {
      .slab--trending-now .teasers-list__list .teasers-list__listitem {
        float: left; }
      .slab--trending-now .teasers-list__list .teasers-list__listitem:nth-of-type(3),
      .slab--trending-now .teasers-list__list .teasers-list__listitem:nth-of-type(5),
      .slab--trending-now .teasers-list__list .teasers-list__listitem:nth-of-type(7) {
        clear: none;
        float: left; }
      .slab--trending-now .teasers-list__list .teasers-list__listitem:nth-of-type(4) {
        clear: left;
        float: left; }
      .slab--trending-now .teasers-list__list .teasers-list__listitem:nth-of-type(7) {
        clear: both; } }
    .slab--trending-now .teasers-list__list .teasers-list__listitem {
      float: left;
      min-height: 1px;
      padding-left: 10px;
      padding-right: 10px;
      position: relative;
      width: 100%;
      float: left;
      height: 92px;
      margin-bottom: 1rem; }
      @media screen and (min-width: 320px) {
        .slab--trending-now .teasers-list__list .teasers-list__listitem {
          padding-left: 10px;
          padding-right: 10px;
          width: 100%; } }
      @media screen and (min-width: 640px) {
        .slab--trending-now .teasers-list__list .teasers-list__listitem {
          padding-left: 10px;
          padding-right: 10px;
          width: 50%; } }
      @media screen and (min-width: 960px) {
        .slab--trending-now .teasers-list__list .teasers-list__listitem {
          padding-left: 10px;
          padding-right: 10px;
          width: 33.33333%; } }
      .slab--trending-now .teasers-list__list .teasers-list__listitem--empty {
        display: none; }
        @media (min-width: 640px) {
          .slab--trending-now .teasers-list__list .teasers-list__listitem--empty {
            display: block; } }
        @media (min-width: 1300px) {
          .slab--trending-now .teasers-list__list .teasers-list__listitem--empty {
            display: none; } }
    .slab--trending-now .teasers-list__list .teasers-list__listitem:last-of-type {
      margin-bottom: 0; }
    .slab--trending-now .teasers-list__list:after {
      content: "";
      display: block;
      clear: both; }
  .slab--trending-now .advertising {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 100%;
    max-height: 296px; }
    @media screen and (min-width: 320px) {
      .slab--trending-now .advertising {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%; } }
    @media screen and (min-width: 640px) {
      .slab--trending-now .advertising {
        padding-left: 10px;
        padding-right: 10px;
        width: 50%; } }
    @media screen and (min-width: 960px) {
      .slab--trending-now .advertising {
        padding-left: 10px;
        padding-right: 10px;
        width: 33.33333%; } }
    @media screen and (min-width: 1300px) {
      .slab--trending-now .advertising {
        padding-left: 10px;
        padding-right: 10px;
        width: 25%; } }
    @media (min-width: 640px) {
      .slab--trending-now .advertising {
        position: absolute;
        right: 0;
        top: auto;
        bottom: 0;
        padding-bottom: 10px;
        margin-bottom: 0;
        height: 296px; } }
    @media (min-width: 960px) {
      .slab--trending-now .advertising {
        top: 0;
        bottom: auto; } }
    @media (min-width: 1300px) {
      .slab--trending-now .advertising {
        top: 0;
        bottom: 0; } }

#slab_title_trendingnow {
  display: none; }

@media (min-width: 320px) {
  .slab--commercialverticals .slab__block,
  .slab--wowbrand .slab__block,
  .slab--enterpriseandpartnerships .slab__block {
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0; } }
@media (min-width: 640px) {
  .slab--commercialverticals .slab__block,
  .slab--wowbrand .slab__block,
  .slab--enterpriseandpartnerships .slab__block {
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0; } }
@media (min-width: 960px) {
  .slab--commercialverticals .slab__block,
  .slab--wowbrand .slab__block,
  .slab--enterpriseandpartnerships .slab__block {
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0; } }
@media (min-width: 1300px) {
  .slab--commercialverticals .slab__block,
  .slab--wowbrand .slab__block,
  .slab--enterpriseandpartnerships .slab__block {
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0; } }

.slab--commercialverticals {
  margin-top: 20px; }

.slab--wowbrand .dy-editorial-wow__items {
  margin-top: 0; }

/* hub slab with 4 articles inline */
.slab--hub {
  margin-top: 10px; }
  @media (min-width: 1300px) {
    .slab--hub {
      margin-top: 20px; } }
  .slab--hub .slab__block {
    height: 20rem;
    margin-bottom: 1rem; }
    @media (min-width: 320px) {
      .slab--hub .slab__block {
        width: 50%;
        float: left;
        padding-left: 10px;
        padding-right: 10px; } }
    @media (min-width: 640px) {
      .slab--hub .slab__block {
        width: 50%;
        float: left;
        padding-left: 10px;
        padding-right: 10px; } }
    @media (min-width: 960px) {
      .slab--hub .slab__block {
        width: 25%;
        float: left;
        padding-left: 10px;
        padding-right: 10px; } }
    @media (min-width: 320px) {
      .slab--hub .slab__block:nth-of-type(odd) {
        padding-left: 10px;
        padding-right: 5px; }
      .slab--hub .slab__block:nth-of-type(even) {
        padding-left: 5px;
        padding-right: 10px; } }
    @media (min-width: 960px) {
      .slab--hub .slab__block {
        height: 14rem;
        margin-bottom: 2rem; }
        .slab--hub .slab__block:nth-of-type(odd) {
          padding-left: 10px;
          padding-right: 10px; }
        .slab--hub .slab__block:nth-of-type(even) {
          padding-left: 10px;
          padding-right: 10px; } }
    @media (min-width: 960px) {
      .slab--hub .slab__block {
        margin-bottom: 0;
        height: 20rem; } }
    @media (min-width: 1300px) {
      .slab--hub .slab__block {
        height: 14rem; } }
  .slab--hub .slab__block:nth-last-of-type(1) {
    margin-bottom: 0; }
  .slab--hub .slab__block:nth-last-of-type(2) {
    margin-bottom: 0; }

.slab--promo {
  margin-top: -1rem; }
  @media screen and (min-width: 960px) {
    .slab--promo {
      margin-top: 0rem; } }
  .slab--promo .slab__inner {
    overflow: visible; }
  .slab--promo .slab__block {
    overflow: visible; }
    @media (min-width: 320px) {
      .slab--promo .slab__block {
        width: 100%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 1rem; } }
    @media (min-width: 640px) {
      .slab--promo .slab__block {
        width: 100%;
        float: left;
        padding-left: 10px;
        padding-right: 10px; } }
    @media (min-width: 960px) {
      .slab--promo .slab__block {
        width: 50%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 0; } }
    @media (min-width: 1300px) {
      .slab--promo .slab__block {
        width: 50%;
        float: left;
        padding-left: 10px;
        padding-right: 10px; } }
  .slab--promo .slab__block:last-of-type {
    margin-bottom: 0; }
    @media (min-width: 320px) {
      .slab--promo .slab__block:last-of-type {
        margin-bottom: 0; } }

.slab--four-mpu {
  position: relative; }
  @media (min-width: 320px) {
    .slab--four-mpu .slab__block:nth-of-type(1) {
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .slab--four-mpu .slab__block:nth-of-type(2) {
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .slab--four-mpu .slab__block:nth-of-type(2) {
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; } }
  @media (min-width: 640px) {
    .slab--four-mpu .slab__block:nth-of-type(1) {
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .slab--four-mpu .slab__block:nth-of-type(2) {
      width: 50%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      width: calc(100% - 320px);
      margin-bottom: 0; }
    .slab--four-mpu .slab__block:nth-of-type(3) {
      width: 50%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      width: calc(320px); } }
  @media (min-width: 960px) {
    .slab--four-mpu .slab__block:nth-of-type(1) {
      width: 66.66667%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      width: calc(100% - 320px); }
    .slab--four-mpu .slab__block:nth-of-type(2) {
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 0; }
    .slab--four-mpu .slab__block:nth-of-type(3) {
      width: 33.33333%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      width: calc(320px);
      position: absolute;
      top: 0;
      right: 0; } }
  @media (min-width: 1300px) {
    .slab--four-mpu .slab__block:nth-of-type(1) {
      width: 50%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      margin-bottom: 0; }
    .slab--four-mpu .slab__block:nth-of-type(2) {
      width: 25%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      margin-bottom: 0; }
    .slab--four-mpu .slab__block:nth-of-type(3) {
      width: 25%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      width: calc(320px); } }
  .slab--four-mpu .slab__block:nth-of-type(3) {
    margin-bottom: 0; }
    @media (min-width: 640px) {
      .slab--four-mpu .slab__block:nth-of-type(3) .adGPTTag {
        position: relative;
        top: 0;
        right: 0; } }

/*contact us slab*/
.slab--contactus .editorialSection a, .slab--contactus .findUs .contacting a, .slab--contactus .contactUs article .contacting .sml a, .slab--contactus .adPuff a {
  font-family: inherit;
  line-height: inherit;
  font-size: inherit;
  text-decoration: none; }

.slab--contactus .slab__inner:after {
  content: "";
  display: block;
  clear: both; }
.slab--contactus .slab__block {
  height: auto;
  max-height: none; }
  .slab--contactus .slab__block .DMPU {
    margin-bottom: 20px !important; }
  .slab--contactus .slab__block .ad-gpt {
    margin-bottom: 20px !important; }
  @media (min-width: 320px) {
    .slab--contactus .slab__block:first-of-type {
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .slab--contactus .slab__block:last-of-type {
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      width: calc(320px);
      float: none; } }
  @media (min-width: 640px) {
    .slab--contactus .slab__block:first-of-type {
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .slab--contactus .slab__block:last-of-type {
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      width: calc(640px);
      float: none; } }
  @media (min-width: 960px) {
    .slab--contactus .slab__block:first-of-type {
      width: 66.66667%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      width: calc(100% - 320px); }
    .slab--contactus .slab__block:last-of-type {
      margin-top: 0;
      width: 320px;
      width: 33.33333%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      width: calc(320px); } }
  @media (min-width: 1300px) {
    .slab--contactus .slab__block:first-of-type {
      width: 75%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      width: calc(960px); }
    .slab--contactus .slab__block:last-of-type {
      width: 25%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      width: calc(320px); } }
  .slab--contactus .slab__block:last-of-type {
    margin: auto; }
.slab--contactus .editorialSection {
  font-family: "open-sans", sans-serif;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem; }
  .slab--contactus .editorialSection p,
  .slab--contactus .editorialSection ul,
  .slab--contactus .editorialSection ol,
  .slab--contactus .editorialSection li,
  .slab--contactus .editorialSection h1,
  .slab--contactus .editorialSection h2,
  .slab--contactus .editorialSection h3,
  .slab--contactus .editorialSection h4,
  .slab--contactus .editorialSection h5,
  .slab--contactus .editorialSection h6,
  .slab--contactus .editorialSection a,
  .slab--contactus .editorialSection dl,
  .slab--contactus .editorialSection dt,
  .slab--contactus .editorialSection dd {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline; }
  .slab--contactus .editorialSection ul,
  .slab--contactus .editorialSection ol {
    list-style: none; }
  .slab--contactus .editorialSection strong {
    font-weight: normal; }
  .slab--contactus .editorialSection p:empty {
    display: none; }
  .slab--contactus .editorialSection > p:first-of-type {
    padding: 0;
    font-family: "open-sans", sans-serif;
    font-weight: normal;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem; }
    @media (min-width: 960px) {
      .slab--contactus .editorialSection > p:first-of-type {
        padding-top: 6.2rem; } }
    .slab--contactus .editorialSection > p:first-of-type strong:empty {
      display: none; }
  .slab--contactus .editorialSection .section-title-bg {
    display: none; }
  @media (min-width: 640px) {
    .slab--contactus .editorialSection {
      position: relative; }
      .slab--contactus .editorialSection > p:first-of-type {
        padding-top: 5.2rem;
        padding-bottom: 2rem; } }
.slab--contactus .findUs {
  position: relative;
  margin-bottom: 2rem; }
  @media screen and (min-width: 640px) {
    .slab--contactus .findUs {
      position: static; } }
  .slab--contactus .findUs h3 {
    font-family: "jaf-bernina-sans-condensed", sans-serif;
    font-weight: 700;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 11px;
    line-height: 1.1rem;
    line-height: 1.1;
    margin: 1rem 0;
    display: inline-block;
    padding: 0.4rem 1rem 0.4rem 0;
    position: static; }
    @media screen and (min-width: 640px) {
      .slab--contactus .findUs h3 {
        position: absolute;
        top: 0;
        left: 0; } }
    @media screen and (min-width: 960px) {
      .slab--contactus .findUs h3 {
        font-family: "jaf-bernina-sans-condensed", sans-serif;
        font-weight: 700;
        font-size: 36px;
        font-size: 3.6rem;
        line-height: 52px;
        line-height: 5.2rem;
        padding: 0.4rem 1rem 0.4rem 0; } }
    @media screen and (min-width: 1300px) {
      .slab--contactus .findUs h3 {
        padding: 0.4rem 1rem 0.4rem 0; } }
  .slab--contactus .findUs .asset {
    position: absolute;
    top: 5.2rem;
    left: 0;
    width: 100%;
    height: 30rem;
    background-color: gainsboro; }
    .slab--contactus .findUs .asset #map_canvas {
      height: 30rem; }
    @media screen and (min-width: 640px) {
      .slab--contactus .findUs .asset {
        width: auto;
        position: relative;
        top: 0;
        left: 0;
        height: 29.6rem;
        margin-left: 30rem; }
        .slab--contactus .findUs .asset #map_canvas {
          height: 29.6rem; } }
  .slab--contactus .findUs .contacting {
    list-style-type: none;
    margin-top: 30rem;
    background-color: #222222;
    padding: 1rem;
    font-family: "open-sans", sans-serif;
    font-weight: normal;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.2rem;
    color: #ffffff; }
    @media screen and (min-width: 640px) {
      .slab--contactus .findUs .contacting {
        margin-top: 0;
        height: 29.6rem;
        width: 30rem;
        float: left; } }
  .slab--contactus .findUs:after {
    content: "";
    display: block;
    clear: both; }
.slab--contactus .contactUs h3 {
  font-family: "jaf-bernina-sans-condensed", sans-serif;
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 11px;
  line-height: 1.1rem;
  line-height: 1.1;
  margin: 1rem 0;
  display: inline-block;
  padding: 0.4rem 1rem 0.4rem 0; }
  @media screen and (min-width: 960px) {
    .slab--contactus .contactUs h3 {
      font-family: "jaf-bernina-sans-condensed", sans-serif;
      font-weight: 700;
      font-size: 36px;
      font-size: 3.6rem;
      line-height: 52px;
      line-height: 5.2rem;
      padding: 0.4rem 1rem 0.4rem 0; } }
  @media screen and (min-width: 1300px) {
    .slab--contactus .contactUs h3 {
      padding: 0.4rem 1rem 0.4rem 0; } }
.slab--contactus .contactUs .cfo_M {
  color: #ffffff;
  margin: 0;
  padding: 0 0 0 1rem;
  font-family: "open-sans", sans-serif;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 29px;
  line-height: 2.9rem;
  clear: both;
  position: relative;
  z-index: 0;
  margin-bottom: 2rem; }
  .slab--contactus .contactUs .cfo_M:before {
    content: " ";
    display: block;
    width: 29.6rem;
    height: 2.9rem;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #222222;
    z-index: -1; }
  .slab--contactus .contactUs .cfo_M:after {
    content: "";
    display: block;
    background-color: #222222;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 3px;
    left: 0; }
  .slab--contactus .contactUs .cfo_M:first-of-type {
    margin-top: 0; }
.slab--contactus .contactUs article {
  float: left;
  padding: 4px;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ebebeb;
  height: 16rem;
  float: left;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  width: 100%; }
  @media screen and (min-width: 320px) {
    .slab--contactus .contactUs article {
      padding-left: 10px;
      padding-right: 10px;
      width: 100%; } }
  @media screen and (min-width: 640px) {
    .slab--contactus .contactUs article {
      padding-left: 10px;
      padding-right: 10px;
      width: 50%; } }
  @media screen and (min-width: 1300px) {
    .slab--contactus .contactUs article {
      padding-left: 10px;
      padding-right: 10px;
      width: 33.33333%; } }
  .slab--contactus .contactUs article .contacting {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-family: "open-sans", sans-serif;
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem;
    word-wrap: break-word; }
    .slab--contactus .contactUs article .contacting .heading {
      font-family: "open-sans", sans-serif;
      font-weight: normal;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 20px;
      line-height: 2rem;
      font-weight: 600;
      margin-bottom: 5px; }
    .slab--contactus .contactUs article .contacting .sml {
      padding: 0;
      margin: 0; }
      .slab--contactus .contactUs article .contacting .sml .contact-point-label {
        padding-right: 5px; }
  .slab--contactus .contactUs article:hover {
    cursor: pointer;
    background: #f4f4f4; }
.slab--contactus .adPuff {
  clear: both;
  font-family: "open-sans", sans-serif;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem; }
  .slab--contactus .adPuff p,
  .slab--contactus .adPuff ul,
  .slab--contactus .adPuff ol,
  .slab--contactus .adPuff li,
  .slab--contactus .adPuff h1,
  .slab--contactus .adPuff h2,
  .slab--contactus .adPuff h3,
  .slab--contactus .adPuff h4,
  .slab--contactus .adPuff h5,
  .slab--contactus .adPuff h6,
  .slab--contactus .adPuff a,
  .slab--contactus .adPuff dl,
  .slab--contactus .adPuff dt,
  .slab--contactus .adPuff dd {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline; }
  .slab--contactus .adPuff ul,
  .slab--contactus .adPuff ol {
    list-style: none; }
  .slab--contactus .adPuff strong {
    font-weight: normal; }
  .slab--contactus .adPuff strong {
    display: block;
    font-weight: bold;
    padding-top: 5px; }

.editorial {
  position: relative;
  height: 100%; }
  .editorial__headline {
    display: block;
    margin: 0; }
  .editorial__permalink {
    text-decoration: none;
    color: inherit; }
  .editorial__extra {
    bottom: 0;
    left: 0;
    position: absolute; }
  .editorial__category {
    float: left; }

.editorial-teaser {
  position: relative;
  /*
  .teaser__comment-count{
      bottom: .2rem;
  }*/ }
  .editorial-teaser:hover .editorial-teaser__imagelink {
    opacity: 1; }
  .editorial-teaser__image, .editorial-teaser--native .editorial-teaser__logo {
    display: block;
    float: right;
    position: relative;
    overflow: hidden;
    width: 140px;
    height: 92px; }
    .editorial-teaser__image .teaser__video-icon, .editorial-teaser--native .editorial-teaser__logo .teaser__video-icon {
      width: 2rem;
      height: 2rem; }
  .editorial-teaser__imagelink {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    text-decoration: none;
    font-size: 0;
    opacity: 0.9; }
  .editorial-teaser__img {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
  .editorial-teaser__content {
    margin-right: 140px;
    height: 92px;
    position: relative; }
    .editorial-teaser__content--no-image {
      margin-right: 0; }
  .editorial-teaser__headline {
    margin: 0;
    overflow: hidden; }
  .editorial-teaser__permalink {
    color: inherit;
    text-decoration: none; }
  .editorial-teaser__extra {
    bottom: 0;
    left: 0;
    position: absolute;
    max-width: 90%;
    float: left; }
  .editorial-teaser__category {
    display: block;
    float: left; }

/* =========================================
Filter Washout 
========================================= */
/* =========================================
Filter Nikki
========================================= */
/* =========================================
Filter Deadwood 
========================================= */
/* =========================================
Filter SanFran 
========================================= */
/* =========================================
Filter Noire 
========================================= */
/* =========================================
Filter Neptune 
========================================= */
/* =========================================
Filter Lomo 
========================================= */
/* =========================================
Filter Warming 
========================================= */
/* =========================================
Filter Cooling 
========================================= */
/* =========================================
Filter Pro
========================================= */
/* =========================================
Filter Casablanca 
========================================= */
/* =========================================
Filter Glassic 
========================================= */
/* =========================================
Filter Custom
========================================= */
/* =========================================
Filter Color
========================================= */
/* =========================================
Filter Vignette
========================================= */
.editorial-lead-teaser {
  position: relative; }
  .editorial-lead-teaser:before, .editorial-lead-teaser:after {
    content: " ";
    display: table; }
  .editorial-lead-teaser:after {
    clear: both; }
  @media screen and (min-width: 640px) {
    .editorial-lead-teaser {
      height: 296px; } }
  .editorial-lead-teaser:hover .editorial-lead-teaser__imagelink {
    opacity: 1; }
  .editorial-lead-teaser__image {
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top; }
    .editorial-lead-teaser__image:before {
      padding-top: 66.66667%;
      content: '';
      display: block; }
    .editorial-lead-teaser__image > a {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
    .editorial-lead-teaser__image > a > img {
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0);
      object-fit: cover; }
    .editorial-lead-teaser__image .teaser__video-icon {
      width: 3.6rem;
      height: 3.6rem; }
  .editorial-lead-teaser[min-width~="620px"] .editorial-lead-teaser__image {
    float: right;
    max-width: 400px;
    height: 296px;
    max-height: 296px; }
  .editorial-lead-teaser__imagelink {
    display: block;
    text-decoration: none;
    opacity: 0.9;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
  .editorial-lead-teaser__img {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    color: #222222; }
  .editorial-lead-teaser[min-width~="620px"] .editorial-lead-teaser__img {
    padding-bottom: 0; }
  .editorial-lead-teaser__content {
    height: 98px; }
    @media screen and (min-width: 640px) {
      .editorial-lead-teaser__content {
        bottom: 0;
        overflow: hidden;
        position: absolute;
        width: 100%; } }
  .editorial-lead-teaser[min-width~="620px"] .editorial-lead-teaser__content {
    height: 296px;
    margin-right: 400px;
    width: auto; }
    @media screen and (min-width: 640px) {
      .editorial-lead-teaser[min-width~="620px"] .editorial-lead-teaser__content {
        margin-right: 400px;
        width: 220px; } }
    @media screen and (min-width: 768px) {
      .editorial-lead-teaser[min-width~="620px"] .editorial-lead-teaser__content {
        margin-right: 400px;
        width: 328px; } }
    @media screen and (min-width: 960px) {
      .editorial-lead-teaser[min-width~="620px"] .editorial-lead-teaser__content {
        margin-right: 400px;
        width: 220px; } }
    @media screen and (min-width: 1300px) {
      .editorial-lead-teaser[min-width~="620px"] .editorial-lead-teaser__content {
        width: auto; } }
  .editorial-lead-teaser__headline {
    margin: 0;
    width: 100%; }
  .editorial-lead-teaser[min-width~="620px"] .editorial-lead-teaser__headline {
    height: auto; }
  .editorial-lead-teaser__summary {
    display: none;
    padding: 6px; }
    .editorial-lead-teaser__summary p,
    .editorial-lead-teaser__summary ul,
    .editorial-lead-teaser__summary ol,
    .editorial-lead-teaser__summary li,
    .editorial-lead-teaser__summary h1,
    .editorial-lead-teaser__summary h2,
    .editorial-lead-teaser__summary h3,
    .editorial-lead-teaser__summary h4,
    .editorial-lead-teaser__summary h5,
    .editorial-lead-teaser__summary h6,
    .editorial-lead-teaser__summary a,
    .editorial-lead-teaser__summary dl,
    .editorial-lead-teaser__summary dt,
    .editorial-lead-teaser__summary dd {
      margin: 0;
      padding: 0;
      border: 0;
      font: inherit;
      vertical-align: baseline; }
    .editorial-lead-teaser__summary ul,
    .editorial-lead-teaser__summary ol {
      list-style: none; }
    .editorial-lead-teaser__summary strong {
      font-weight: normal; }
  .editorial-lead-teaser[min-width~="620px"] .editorial-lead-teaser__summary {
    height: auto;
    display: block; }
  .editorial-lead-teaser__permalink {
    color: inherit;
    text-decoration: none; }
  .editorial-lead-teaser__extra {
    bottom: 0;
    left: 0;
    position: absolute;
    max-width: 95%;
    float: left; }
  .editorial-lead-teaser__category {
    display: block;
    float: left; }

@media screen and (min-width: 640px) {
  .editorial-lead-teaser--splash {
    height: 100%; } }
@media screen and (min-width: 640px) {
  .editorial-lead-teaser--splash .editorial-lead-teaser__headline {
    margin-bottom: 1.6rem; } }
.editorial-lead-teaser--splash .editorial-lead-teaser__content {
  width: 100%;
  margin-right: 0;
  margin-bottom: 2.2rem;
  height: auto; }
  .editorial-lead-teaser--splash .editorial-lead-teaser__content:before, .editorial-lead-teaser--splash .editorial-lead-teaser__content:after {
    content: " ";
    display: table; }
  .editorial-lead-teaser--splash .editorial-lead-teaser__content:after {
    clear: both; }
  @media screen and (min-width: 640px) {
    .editorial-lead-teaser--splash .editorial-lead-teaser__content {
      margin-bottom: 0;
      position: relative;
      margin-right: 400px;
      width: inherit;
      height: 296px;
      top: 0; } }
.editorial-lead-teaser--splash .editorial-lead-teaser__summary {
  display: none;
  padding: 0; }
  @media screen and (min-width: 640px) {
    .editorial-lead-teaser--splash .editorial-lead-teaser__summary {
      display: block; } }
.editorial-lead-teaser--splash .editorial-lead-teaser__extra {
  max-width: 90%; }
  @media screen and (min-width: 640px) {
    .editorial-lead-teaser--splash .editorial-lead-teaser__extra {
      max-width: 80%; } }
  @media screen and (min-width: 960px) {
    .editorial-lead-teaser--splash .editorial-lead-teaser__extra {
      max-width: 70%; } }
.editorial-lead-teaser--splash .editorial-lead-teaser__permalink .teaser__comment-count, .editorial-lead-teaser--splash .editorial-lead-teaser__permalink .comment-count {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0; }
.editorial-lead-teaser--splash .editorial-lead-teaser[min-width~="620px"] .editorial-lead-teaser--splash .editorial-lead-teaser__headline {
  height: auto; }
@media screen and (min-width: 640px) {
  .editorial-lead-teaser--splash .editorial-lead-teaser[min-width~="620px"] .editorial-lead-teaser--splash .editorial-lead-teaser__category {
    padding: 1rem .6rem; } }

.slab--blended .editorial-lead-teaser--splash .editorial-lead-teaser__summary {
  display: none; }
  @media screen and (min-width: 640px) {
    .slab--blended .editorial-lead-teaser--splash .editorial-lead-teaser__summary {
      display: none; } }
@media screen and (min-width: 640px) {
  .slab--blended .editorial-lead-teaser--splash[min-width~="540px"] .editorial-lead-teaser__content {
    position: relative;
    height: 92px;
    margin-right: 0; } }
@media screen and (min-width: 640px) {
  .slab--blended .editorial-lead-teaser--splash[min-width~="620px"] .editorial-lead-teaser__content {
    position: relative;
    height: 296px;
    margin-right: 400px; } }
@media screen and (min-width: 960px) {
  .slab--blended .editorial-lead-teaser--splash[min-width~="620px"] .editorial-lead-teaser__content {
    width: 220px; } }

.slab--four-mpu .editorial-lead-teaser--splash .editorial-lead-teaser__headline, .slab--five-lite .editorial-lead-teaser--splash .editorial-lead-teaser__headline {
  background-color: transparent;
  color: #222222;
  cursor: pointer;
  text-decoration: none; }
  .slab--four-mpu .editorial-lead-teaser--splash .editorial-lead-teaser__headline:visited, .slab--five-lite .editorial-lead-teaser--splash .editorial-lead-teaser__headline:visited {
    background-color: transparent;
    color: #222222;
    text-decoration: none; }
  .slab--four-mpu .editorial-lead-teaser--splash .editorial-lead-teaser__headline:hover, .slab--four-mpu .editorial-lead-teaser--splash .editorial-lead-teaser__headline:active, .slab--five-lite .editorial-lead-teaser--splash .editorial-lead-teaser__headline:hover, .slab--five-lite .editorial-lead-teaser--splash .editorial-lead-teaser__headline:active {
    background-color: transparent;
    color: #222222;
    text-decoration: none; }
.slab--four-mpu .editorial-lead-teaser--splash .editorial-lead-teaser__content, .slab--five-lite .editorial-lead-teaser--splash .editorial-lead-teaser__content {
  height: 9.2rem; }
.slab--four-mpu .editorial-lead-teaser--splash .editorial-lead-teaser__summary, .slab--five-lite .editorial-lead-teaser--splash .editorial-lead-teaser__summary {
  display: none; }
@media screen and (min-width: 640px) {
  .slab--four-mpu .editorial-lead-teaser--splash[min-width~="620px"] .editorial-lead-teaser__content, .slab--five-lite .editorial-lead-teaser--splash[min-width~="620px"] .editorial-lead-teaser__content {
    position: relative;
    height: 296px;
    margin-right: 400px; } }
@media screen and (min-width: 960px) {
  .slab--four-mpu .editorial-lead-teaser--splash[min-width~="620px"] .editorial-lead-teaser__content, .slab--five-lite .editorial-lead-teaser--splash[min-width~="620px"] .editorial-lead-teaser__content {
    width: 220px; } }
.slab--four-mpu .editorial-lead-teaser--splash[min-width~="620px"] .editorial-lead-teaser__headline, .slab--five-lite .editorial-lead-teaser--splash[min-width~="620px"] .editorial-lead-teaser__headline {
  padding: 0.4rem 0.6rem 0.4rem 0.6rem; }
.slab--four-mpu .editorial-lead-teaser--splash[min-width~="620px"] .editorial-lead-teaser__category, .slab--five-lite .editorial-lead-teaser--splash[min-width~="620px"] .editorial-lead-teaser__category {
  padding: 0.4rem 0.6rem 0.4rem 0.6rem; }

.slab--topic .editorial-lead-teaser--splash .editorial-lead-teaser__content--no-image {
  margin-bottom: 0; }

@media screen and (min-width: 1300px) {
  .editorial-lead-teaser--splash-large[min-width~="620px"] .editorial-lead-teaser__content {
    float: left;
    position: relative;
    height: 190px;
    max-height: 190px;
    margin-right: 0; } }

@media screen and (min-width: 1300px) {
  .editorial-lead-teaser--splash-large[min-width~="620px"] .editorial-lead-teaser__image {
    float: left;
    height: 410px;
    max-height: 410px;
    max-width: none; } }

.editorial-lead-teaser--splash-large[min-width~="620px"] .editorial-lead-teaser__content {
  margin-right: 400px;
  width: auto; }
  @media screen and (min-width: 1300px) {
    .editorial-lead-teaser--splash-large[min-width~="620px"] .editorial-lead-teaser__content {
      margin-right: 0; } }

@media screen and (min-width: 1300px) {
  .editorial-lead-teaser--splash-large[min-width~="620px"] .editorial-lead-teaser__content {
    float: left;
    position: relative;
    height: 190px;
    max-height: 190px;
    margin-right: 0; } }

@media screen and (min-width: 1300px) {
  .editorial-lead-teaser--splash-large[min-width~="620px"] .editorial-lead-teaser__image {
    float: left;
    height: 410px;
    max-height: 410px;
    max-width: none; } }

.editorial-lead-teaser--splash-large[min-width~="620px"] .editorial-lead-teaser__content {
  margin-right: 400px;
  width: auto; }
  @media screen and (min-width: 1300px) {
    .editorial-lead-teaser--splash-large[min-width~="620px"] .editorial-lead-teaser__content {
      margin-right: 0; } }

.teaser {
  height: inherit; }
  .teaser__text-container {
    margin-right: 140px;
    height: 70px; }
  .teaser__category-link {
    left: 0; }
  .teaser-sponsored {
    font-family: "open-sans", sans-serif;
    font-weight: normal;
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 11px;
    line-height: 1.1rem;
    max-height: 11px;
    overflow: hidden;
    float: right;
    font-weight: normal;
    overflow: hidden;
    position: absolute;
    bottom: 0.6rem;
    right: 14.6rem;
    color: inherit;
    max-height: 2rem;
    max-width: 16rem;
    z-index: 99; }
  .teaser__sponsored {
    font-family: "open-sans", sans-serif;
    font-weight: normal;
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 11px;
    line-height: 1.1rem;
    max-height: 11px;
    overflow: hidden;
    float: right;
    font-weight: normal;
    overflow: hidden;
    position: absolute;
    bottom: 0.6rem;
    right: 14.6rem;
    color: inherit;
    max-height: 2rem;
    max-width: 16rem;
    z-index: 99; }
    .teaser__sponsored-by {
      margin-right: 0.5rem;
      font-family: "open-sans", sans-serif;
      font-weight: normal;
      font-size: 8px;
      font-size: 0.8rem;
      line-height: 25px;
      line-height: 2.5rem;
      max-height: 25px;
      overflow: hidden;
      float: left;
      max-height: 2.5rem;
      color: #999;
      padding-left: 0.6rem; }
    .teaser__sponsored-link {
      color: inherit;
      text-decoration: none; }
    .teaser__sponsored-logo {
      bottom: 0;
      float: right;
      max-width: 5.2rem;
      height: 2rem; }
    .teaser__sponsored--large {
      font-family: "open-sans", sans-serif;
      font-weight: normal;
      font-size: 9px;
      font-size: 0.9rem;
      line-height: 11px;
      line-height: 1.1rem;
      max-height: 11px;
      overflow: hidden;
      float: right;
      font-weight: normal;
      overflow: hidden;
      position: absolute;
      bottom: 0.6rem;
      right: 14.6rem;
      color: inherit;
      max-height: 2rem;
      max-width: 16rem; }
  .teaser__flag-container {
    position: absolute;
    bottom: 0; }
  .teaser__comments-link {
    right: 140px;
    bottom: 4px; }
  .teaser__image-container {
    float: right;
    overflow: hidden;
    display: block;
    width: 140px;
    height: 92px; }
  .teaser__image {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }

.teaser-lead {
  height: inherit; }
  @media (min-width: 640px) {
    .teaser-lead {
      height: 296px; } }
  .teaser-lead__link-secondary {
    color: inherit; }
  .teaser-lead__text-container {
    height: 98px; }
    @media (min-width: 640px) {
      .teaser-lead__text-container {
        bottom: 0;
        overflow: hidden;
        position: absolute;
        width: 100%; } }
  .teaser-lead__category-link {
    left: 0; }
  .teaser-lead__flag-container {
    position: absolute;
    bottom: 0; }
  .teaser-lead__flag {
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 3.6rem;
    height: 3.6rem; }
  .teaser-lead__image-container {
    width: 100%;
    overflow: hidden; }
  .teaser-lead__image {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover; }

.group .teaser:not(:last-child) {
  margin-bottom: 1rem; }

.slab--splash-half-page .group--trio-teasers {
  margin-bottom: 1rem; }
  @media screen and (min-width: 960px) {
    .slab--splash-half-page .group--trio-teasers {
      width: 50%;
      float: left;
      padding-right: 2rem;
      margin-bottom: 0; } }
  @media screen and (min-width: 1300px) {
    .slab--splash-half-page .group--trio-teasers {
      width: 100%;
      margin-bottom: 1rem;
      padding-right: 0; } }

.teaser-splash {
  height: inherit; }
  .teaser-splash__text-container {
    position: relative;
    float: left;
    width: 100%; }
  .teaser-splash__category-link {
    position: relative; }
  .teaser-splash__comments-link {
    float: right;
    position: relative; }
  .teaser-splash__image-container {
    float: right;
    overflow: hidden; }
  .teaser-splash__flag-container {
    position: absolute;
    bottom: 0; }
  .teaser-splash__flag {
    width: 36px;
    height: 36px; }
  @media screen and (min-width: 640px) {
    .teaser-splash__image-container {
      float: right;
      width: calc(100% - 220px);
      height: 296px;
      max-width: 444px; }
      .teaser-splash__image-container img {
        height: 296px; }
    .teaser-splash__text-container {
      float: none;
      margin-right: 60%;
      width: 220px;
      height: 296px; }
    .teaser-splash__category-link {
      position: absolute;
      bottom: 0;
      left: 0; }
    .teaser-splash__comments-link {
      position: absolute;
      right: 0;
      bottom: 0; } }
  @media screen and (min-width: 684px) {
    .teaser-splash__image-container {
      width: 444px; }
    .teaser-splash__text-container {
      width: auto;
      margin-right: 444px; } }
  @media screen and (min-width: 700px) {
    .teaser-splash__image-container {
      width: calc(100% - 220px); }
    .teaser-splash__text-container {
      width: 220px;
      margin-right: 60%; }
    .teaser-splash__links-container {
      width: 220px;
      margin-right: 60%; } }
  @media screen and (min-width: 768px) {
    .teaser-splash__image-container {
      width: 444px; }
    .teaser-splash__text-container {
      width: auto;
      margin-right: 444px; } }
  @media screen and (min-width: 960px) {
    .teaser-splash__image-container {
      width: 400px; }
    .teaser-splash__text-container {
      width: calc(100% - 400px); } }

.teaser-topic {
  max-height: 9.2rem;
  height: 9.2rem;
  margin-bottom: 1rem; }
  @media screen and (min-width: 640px) {
    .teaser-topic {
      max-height: 20rem;
      height: 20rem; } }
  @media screen and (min-width: 960px) {
    .teaser-topic {
      margin-bottom: 2rem; } }
  .teaser-topic__text-container {
    margin-right: 140px;
    height: 70px; }
  .teaser-topic__heading {
    font-size: 16px;
    font-size: 1.6rem;
    max-height: 68.8px;
    max-height: 6.88rem;
    overflow: hidden;
    margin-top: 0px; }
    @media (min-width: 640px) {
      .teaser-topic__heading {
        font-size: 22px;
        font-size: 2.2rem;
        max-height: 88.6px;
        max-height: 8.86rem;
        overflow: hidden; } }
    @media (min-width: 1300px) {
      .teaser-topic__heading {
        font-size: 32px;
        font-size: 3.2rem;
        max-height: 121.6px;
        max-height: 12.16rem;
        overflow: hidden; } }
  .teaser-topic__category-link {
    left: 0; }
  .teaser-topic__summary {
    display: none;
    color: #222222;
    margin-top: 12px; }
    .teaser-topic__summary p,
    .teaser-topic__summary ul,
    .teaser-topic__summary ol,
    .teaser-topic__summary li,
    .teaser-topic__summary h1,
    .teaser-topic__summary h2,
    .teaser-topic__summary h3,
    .teaser-topic__summary h4,
    .teaser-topic__summary h5,
    .teaser-topic__summary h6,
    .teaser-topic__summary a,
    .teaser-topic__summary dl,
    .teaser-topic__summary dt,
    .teaser-topic__summary dd {
      margin: 0;
      padding: 0;
      border: 0;
      font: inherit;
      vertical-align: baseline; }
    .teaser-topic__summary ul,
    .teaser-topic__summary ol {
      list-style: none; }
    .teaser-topic__summary strong {
      font-weight: normal; }
    @media (min-width: 640px) {
      .teaser-topic__summary {
        display: block; } }
  .teaser-topic__permalink {
    color: inherit;
    text-decoration: inherit;
    /* no underline */ }
  .teaser-topic__sponsored {
    font-family: "open-sans", sans-serif;
    font-weight: normal;
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 11px;
    line-height: 1.1rem;
    max-height: 11px;
    overflow: hidden;
    float: right;
    font-weight: normal;
    overflow: hidden;
    position: absolute;
    bottom: 0.6rem;
    right: 14.6rem;
    max-height: 3rem;
    max-width: 16rem;
    color: #222222;
    z-index: 9999; }
    @media screen and (min-width: 640px) {
      .teaser-topic__sponsored {
        right: 30.6rem;
        color: #222222;
        z-index: 9999; } }
    .teaser-topic__sponsored-by {
      font-family: "open-sans", sans-serif;
      font-weight: normal;
      font-size: 8px;
      font-size: 0.8rem;
      line-height: 25px;
      line-height: 2.5rem;
      max-height: 25px;
      overflow: hidden;
      margin-right: 0.5rem;
      float: left;
      font-size: 1rem;
      margin: 0 0.5rem 0 0; }
      @media screen and (min-width: 640px) {
        .teaser-topic__sponsored-by {
          line-height: 2.5rem;
          height: 2.5rem;
          font-size: 1.6rem;
          margin: 0 0.5rem 0 0; } }
      @media screen and (min-width: 1300px) {
        .teaser-topic__sponsored-by {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 3rem;
          max-height: 3rem; } }
    .teaser-topic__sponsored-link {
      color: inherit;
      text-decoration: none; }
    .teaser-topic__sponsored-logo {
      bottom: 0;
      float: right;
      max-width: 5.2rem;
      height: 2.5rem; }
      @media (min-width: 1300px) {
        .teaser-topic__sponsored-logo {
          height: 3rem; } }
    .teaser-topic__sponsored--large {
      font-family: "open-sans", sans-serif;
      font-weight: normal;
      font-size: 9px;
      font-size: 0.9rem;
      line-height: 11px;
      line-height: 1.1rem;
      max-height: 11px;
      overflow: hidden;
      float: right;
      font-weight: normal;
      overflow: hidden;
      position: absolute;
      bottom: 0.6rem;
      right: 14.6rem;
      color: inherit;
      max-height: 2rem;
      max-width: 16rem;
      z-index: 9999; }
  .teaser-topic__flag-container {
    position: absolute;
    bottom: 0; }
  .teaser-topic__comments-link {
    right: 140px;
    bottom: 4px; }
  .teaser-topic__image-container {
    position: relative;
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 9.2rem;
    width: 14rem;
    top: -9.2rem;
    float: right; }
    .teaser-topic__image-container:before {
      padding-top: 65.71429%;
      content: '';
      display: block; }
    .teaser-topic__image-container > a {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
    .teaser-topic__image-container > a > img {
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0);
      object-fit: cover; }
    @media screen and (min-width: 640px) {
      .teaser-topic__image-container {
        position: relative;
        display: inline-block;
        vertical-align: top;
        height: 20rem;
        width: 30rem;
        float: right;
        top: -200px; }
        .teaser-topic__image-container:before {
          padding-top: 66.66667%;
          content: '';
          display: block; }
        .teaser-topic__image-container > a {
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0; }
        .teaser-topic__image-container > a > img {
          -webkit-transform: rotate(0);
          -moz-transform: rotate(0);
          -ms-transform: rotate(0);
          -o-transform: rotate(0);
          transform: rotate(0);
          object-fit: cover; } }
  .teaser-topic__image {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }

/*

Teaser Lead Blended
======
```
<article class="teaser-lead teaser-lead--blended">
		<div class="teaser-lead__image-container">
            <img class="cld-responsive teaser-lead__image" src="/assets/sassdown/sassdown_default/spring.jpg" data-src="http://res.cloudinary.com/jpress/image/fetch/w_auto,f_auto,ar_3:2,c_fill/http://www.dvlpashb.yorkshirepost.co.uk/webimage/Prestige.Item.1.72763674!/image/3155106928.jpg"/>
            <a href="" class="teaser-lead__link-secondary">
                <div class="teaser-lead__flag-container">
                    <svg version="1.1" class="teaser-lead__flag" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="64px" height="64px" viewBox="0 0 64 64" enable-background="new 0 0 64 64" xml:space="preserve">
                        <path d="M0,0v0h64V0H0z M18.666,52.605V12.447l29.061,20.079L18.666,52.605z"></path>
                    </svg>
                </div>
            </a>
		</div>
		<div class="teaser-lead__text-container">
            <h3 class="teaser-lead__heading js-ellipsize">
                {{lorem_sentence}}
            </h3>
			<a href="" class="teaser-lead__category-link" rel="category tag">news</a>
            <a href="" class="teaser-lead__comments-link">30</a>
		</div>
		<a href="" class="teaser-lead__link-primary">
		</a>
</article>
```
*/
.teaser-lead--blended .teaser-lead, .slab--blended .slab__block:nth-of-type(3) .teaser-lead, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead {
  height: 92px; }
  @media (min-width: 640px) {
    .teaser-lead--blended .teaser-lead, .slab--blended .slab__block:nth-of-type(3) .teaser-lead, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead {
      height: 296px; } }
  .teaser-lead--blended .teaser-lead__link-secondary, .slab--blended .slab__block:nth-of-type(3) .teaser-lead__link-secondary, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead__link-secondary {
    color: inherit; }
  .teaser-lead--blended .teaser-lead__text-container, .slab--blended .slab__block:nth-of-type(3) .teaser-lead__text-container, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead__text-container {
    height: 92px; }
    @media (min-width: 640px) {
      .teaser-lead--blended .teaser-lead__text-container, .slab--blended .slab__block:nth-of-type(3) .teaser-lead__text-container, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead__text-container {
        bottom: 0;
        overflow: hidden;
        position: absolute;
        width: 100%;
        height: 98px; } }
  .teaser-lead--blended .teaser-lead__category-link, .slab--blended .slab__block:nth-of-type(3) .teaser-lead__category-link, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead__category-link {
    left: 0; }
  .teaser-lead--blended .teaser-lead__flag-container, .slab--blended .slab__block:nth-of-type(3) .teaser-lead__flag-container, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead__flag-container {
    position: absolute;
    bottom: 0; }
  .teaser-lead--blended .teaser-lead__flag, .slab--blended .slab__block:nth-of-type(3) .teaser-lead__flag, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead__flag {
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 2rem;
    height: 2rem; }
    @media (min-width: 640px) {
      .teaser-lead--blended .teaser-lead__flag, .slab--blended .slab__block:nth-of-type(3) .teaser-lead__flag, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead__flag {
        width: 3.6rem;
        height: 3.6rem; } }
  .teaser-lead--blended .teaser-lead__comments-link, .slab--blended .slab__block:nth-of-type(3) .teaser-lead__comments-link, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead__comments-link {
    right: 14.2rem; }
    @media (min-width: 640px) {
      .teaser-lead--blended .teaser-lead__comments-link, .slab--blended .slab__block:nth-of-type(3) .teaser-lead__comments-link, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead__comments-link {
        right: 0.2rem; } }
  .teaser-lead--blended .teaser-lead__image-container, .slab--blended .slab__block:nth-of-type(3) .teaser-lead__image-container, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead__image-container {
    float: right;
    height: 92px;
    width: 140px; }
    @media (min-width: 640px) {
      .teaser-lead--blended .teaser-lead__image-container, .slab--blended .slab__block:nth-of-type(3) .teaser-lead__image-container, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead__image-container {
        float: none;
        width: 300px;
        height: 198px;
        overflow: hidden; } }
  .teaser-lead--blended .teaser-lead__image, .slab--blended .slab__block:nth-of-type(3) .teaser-lead__image, .slab--five-lite .slab__block:nth-of-type(2) .teaser-lead__image {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover; }

@media (min-width: 960px) {
  .teaser-lead--lifestyle, .slab--lifestyle, .slab--fullwidth-leadteaser-quad,
  .slab--fullwidth-leadteaser-trio-mpu {
    height: auto !important; } }
@media (min-width: 1300px) {
  .teaser-lead--lifestyle, .slab--lifestyle, .slab--fullwidth-leadteaser-quad,
  .slab--fullwidth-leadteaser-trio-mpu {
    height: 296px; } }
.teaser-lead--lifestyle .teaser-lead, .slab--lifestyle .teaser-lead, .slab--fullwidth-leadteaser-quad .teaser-lead,
.slab--fullwidth-leadteaser-trio-mpu .teaser-lead {
  height: auto; }
  @media (min-width: 640px) {
    .teaser-lead--lifestyle .teaser-lead, .slab--lifestyle .teaser-lead, .slab--fullwidth-leadteaser-quad .teaser-lead,
    .slab--fullwidth-leadteaser-trio-mpu .teaser-lead {
      height: 296px; } }
  .teaser-lead--lifestyle .teaser-lead__link-secondary, .slab--lifestyle .teaser-lead__link-secondary, .slab--fullwidth-leadteaser-quad .teaser-lead__link-secondary,
  .slab--fullwidth-leadteaser-trio-mpu .teaser-lead__link-secondary {
    color: inherit; }
  .teaser-lead--lifestyle .teaser-lead__text-container, .slab--lifestyle .teaser-lead__text-container, .slab--fullwidth-leadteaser-quad .teaser-lead__text-container,
  .slab--fullwidth-leadteaser-trio-mpu .teaser-lead__text-container {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 92px; }
    @media (min-width: 640px) {
      .teaser-lead--lifestyle .teaser-lead__text-container, .slab--lifestyle .teaser-lead__text-container, .slab--fullwidth-leadteaser-quad .teaser-lead__text-container,
      .slab--fullwidth-leadteaser-trio-mpu .teaser-lead__text-container {
        position: static;
        height: 100%;
        padding-top: 66%; } }
    .teaser-lead--lifestyle .teaser-lead__text-container:before, .slab--lifestyle .teaser-lead__text-container:before, .slab--fullwidth-leadteaser-quad .teaser-lead__text-container:before,
    .slab--fullwidth-leadteaser-trio-mpu .teaser-lead__text-container:before {
      padding-top: 98 / 100%;
      content: '';
      display: block; }
  .teaser-lead--lifestyle .teaser-lead__category-link, .slab--lifestyle .teaser-lead__category-link, .slab--fullwidth-leadteaser-quad .teaser-lead__category-link,
  .slab--fullwidth-leadteaser-trio-mpu .teaser-lead__category-link {
    left: 0; }
  .teaser-lead--lifestyle .teaser-lead__flag-container, .slab--lifestyle .teaser-lead__flag-container, .slab--fullwidth-leadteaser-quad .teaser-lead__flag-container,
  .slab--fullwidth-leadteaser-trio-mpu .teaser-lead__flag-container {
    position: absolute;
    bottom: 0; }
  .teaser-lead--lifestyle .teaser-lead__flag, .slab--lifestyle .teaser-lead__flag, .slab--fullwidth-leadteaser-quad .teaser-lead__flag,
  .slab--fullwidth-leadteaser-trio-mpu .teaser-lead__flag {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 3.6rem;
    height: 3.6rem; }
  @media (min-width: 640px) {
    .teaser-lead--lifestyle .teaser-lead__image-container, .slab--lifestyle .teaser-lead__image-container, .slab--fullwidth-leadteaser-quad .teaser-lead__image-container,
    .slab--fullwidth-leadteaser-trio-mpu .teaser-lead__image-container {
      position: absolute;
      top: 0;
      left: 0; } }
  .teaser-lead--lifestyle .teaser-lead__image, .slab--lifestyle .teaser-lead__image, .slab--fullwidth-leadteaser-quad .teaser-lead__image,
  .slab--fullwidth-leadteaser-trio-mpu .teaser-lead__image {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover; }

.list, .teasers-list, .teaser-list--vertical, .lead-teasers-list, .numbered-list, .unordered-list {
  margin-left: -10px;
  margin-right: -10px; }
  .list:before, .teasers-list:before, .teaser-list--vertical:before, .lead-teasers-list:before, .numbered-list:before, .unordered-list:before, .list:after, .teasers-list:after, .teaser-list--vertical:after, .lead-teasers-list:after, .numbered-list:after, .unordered-list:after {
    content: " ";
    display: table; }
  .list:after, .teasers-list:after, .teaser-list--vertical:after, .lead-teasers-list:after, .numbered-list:after, .unordered-list:after {
    clear: both; }
  .list__title, .numbered-list__title, .unordered-list__title {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 100%;
    height: 46px;
    margin: 0;
    border-left: 10px solid white;
    border-right: 10px solid white; }
  .list__list, .teasers-list__list, .teaser-list--vertical__list, .lead-teasers-list__list, .numbered-list__list, .unordered-list__list {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 100%;
    list-style: none;
    margin: 0; }
  .list__listitem, .numbered-list__listitem, .unordered-list__listitem {
    display: table;
    height: 50px;
    padding-top: .4rem;
    padding-bottom: 0px;
    position: relative; }
    .list__listitem:last-child, .numbered-list__listitem:last-child, .unordered-list__listitem:last-child {
      padding-bottom: 0; }
    .list__listitem:hover, .numbered-list__listitem:hover, .unordered-list__listitem:hover, .list__listitem:focus, .numbered-list__listitem:focus, .unordered-list__listitem:focus {
      background-color: #f4f4f4; }
  .list__item, .numbered-list__item, .unordered-list__item {
    display: table-cell;
    height: 46px;
    vertical-align: top; }

.horizontal-list__title {
  height: 46px;
  margin: 0;
  border-left: 10px solid white;
  border-right: 10px solid white; }
.horizontal-list__list {
  margin-left: -10px;
  margin-right: -10px;
  list-style: none;
  margin: 0; }
  .horizontal-list__list:before, .horizontal-list__list:after {
    content: " ";
    display: table; }
  .horizontal-list__list:after {
    clear: both; }
.horizontal-list__listitem {
  float: left;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  width: 100%; }
  .horizontal-list__listitem:last-child {
    padding-bottom: 0; }

.teasers-list__list {
  margin-bottom: 10px; }
  .teasers-list__list:last-child {
    margin-bottom: 0; }
.teasers-list__listitem {
  margin: 0;
  padding: 0;
  margin-bottom: 10px; }
  .teasers-list__listitem:nth-child(3n) {
    margin-bottom: 0; }

.teaser-list--vertical__list {
  margin-bottom: 10px; }
  .teaser-list--vertical__list:last-child {
    margin-bottom: 0; }
.teaser-list--vertical__listitem {
  margin: 0;
  padding: 0;
  margin-bottom: 10px; }
  .teaser-list--vertical__listitem:nth-child(3n) {
    margin-bottom: 0; }

@media screen and (min-width: 960px) {
  .slab--four-mpu .teaser-list--vertical__listitem {
    float: left;
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 33.33333%;
    margin-bottom: 0; } }
@media screen and (min-width: 1300px) {
  .slab--four-mpu .teaser-list--vertical__listitem {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 1rem; }
    .slab--four-mpu .teaser-list--vertical__listitem:nth-child(3n) {
      margin-bottom: 0; } }

.vertical-teasers-list__list {
  margin-left: -10px;
  margin-right: -10px;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px; }
  .vertical-teasers-list__list:before, .vertical-teasers-list__list:after {
    content: " ";
    display: table; }
  .vertical-teasers-list__list:after {
    clear: both; }
  .vertical-teasers-list__list:last-child {
    margin-bottom: 0; }
.vertical-teasers-list__listitem {
  margin: 0;
  padding: 0;
  float: left;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  width: 100%; }
  @media screen and (min-width: 1300px) {
    .vertical-teasers-list__listitem {
      padding-left: 10px;
      padding-right: 10px;
      width: 25%; } }
  @media screen and (min-width: 1300px) {
    .vertical-teasers-list__listitem:last-of-type {
      padding-left: 10px;
      padding-right: 10px;
      width: 50%; } }

.lead-teasers-list__list {
  margin-bottom: 20px; }
  .lead-teasers-list__list:last-child {
    margin-bottom: 0; }
.lead-teasers-list__listitem {
  margin: 0;
  padding: 0; }

.native-teasers-list__list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 0; }
  .native-teasers-list__list:before, .native-teasers-list__list:after {
    content: " ";
    display: table; }
  .native-teasers-list__list:after {
    clear: both; }
.native-teasers-list__listitem {
  float: left;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  width: 100%;
  margin-bottom: 10px; }
  @media screen and (min-width: 640px) {
    .native-teasers-list__listitem {
      float: left;
      min-height: 1px;
      padding-left: 10px;
      padding-right: 10px;
      position: relative;
      width: 50%;
      margin-bottom: 0; } }
  .native-teasers-list__listitem:last-child {
    margin-bottom: 0; }
  .native-teasers-list__listitem--wide {
    width: 100%; }
    @media screen and (min-width: 640px) {
      .native-teasers-list__listitem--wide {
        margin-bottom: 10px; } }

.text-teasers-list {
  margin-bottom: 20px; }
  .text-teasers-list__listtitle {
    letter-spacing: normal;
    text-transform: uppercase;
    padding: 1rem 0 1rem 1rem;
    font-weight: bold;
    background: rgba(34, 34, 34, 0.1); }
  .text-teasers-list__list {
    list-style: none;
    margin: 0;
    padding: 0; }

.text-teasers-list--big .text-teasers-list__list {
  list-style: none;
  margin: 0;
  padding: 0; }
.text-teasers-list--big .text-teasers-list__listitem:last-of-type {
  border-bottom: none; }

.numbered-list {
  counter-reset: numbered-list-counter; }
  .numbered-list__title {
    background-color: #f5f5f5;
    display: block;
    letter-spacing: normal;
    text-transform: uppercase; }
  .numbered-list__listitem {
    border-bottom: 1px solid #ebebeb;
    width: 100%; }
    .numbered-list__listitem:before {
      content: counter(numbered-list-counter,decimal);
      counter-increment: numbered-list-counter;
      display: table-cell;
      height: 46px;
      margin-right: 10px;
      min-width: 60px;
      padding: 0px;
      text-align: center;
      vertical-align: middle; }
    .numbered-list__listitem:hover, .numbered-list__listitem:focus {
      border-color: #1CB1BB; }
  .numbered-list__item {
    width: 100%; }

.unordered-list__title {
  max-height: 4.2 rem;
  background-color: #f5f5f5;
  display: block;
  letter-spacing: normal;
  text-transform: uppercase; }
.unordered-list__listitem {
  height: 49px;
  border-bottom: 1px solid #ebebeb;
  padding-left: 0;
  width: 100%; }
.unordered-list__item {
  width: 100%; }

.unordered-list--no-title .unordered-list__listitem {
  height: 59px; }

.slab--sport .native-teasers-list__list .native-teasers-list__listitem, .slab--business .native-teasers-list__list .native-teasers-list__listitem, .slab--fullwidth-standard .native-teasers-list__list .native-teasers-list__listitem, .slab--promo .native-teasers-list__list .native-teasers-list__listitem {
  width: 100%;
  /*margin-bottom: 10px;*/
  float: none; }

.slab--blended .text-teasers-list {
  margin-bottom: 1rem; }
.slab--blended .native-teasers-list__listitem {
  width: 100%; }
  @media screen and (min-width: 640px) {
    .slab--blended .native-teasers-list__listitem {
      width: 50%; } }

@media screen and (min-width: 640px) {
  .slab--lifestyle .native-teasers-list__listitem, .slab--fullwidth-leadteasers .native-teasers-list__listitem {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%; } }

.text-image-text__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -10px;
  margin-right: -10px; }
  .text-image-text__list:before, .text-image-text__list:after {
    content: " ";
    display: table; }
  .text-image-text__list:after {
    clear: both; }
.text-image-text__listitem {
  float: left;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  width: 100%; }
  .text-image-text__listitem--text {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 50%; }
    @media screen and (min-width: 320px) {
      .text-image-text__listitem--text {
        padding-left: 10px;
        padding-right: 10px;
        width: 50%; } }
    @media screen and (min-width: 640px) {
      .text-image-text__listitem--text {
        padding-left: 10px;
        padding-right: 10px;
        width: 25%;
        /* Fallback if Unsupported */
        width: -webkit-calc(160px);
        /* Chrome 19+ & Safari */
        width: -moz-calc(160px);
        /* Firefox v4-15 */
        width: calc(160px); } }
  .text-image-text__listitem--image {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 50%; }
    @media screen and (min-width: 320px) {
      .text-image-text__listitem--image {
        padding-left: 10px;
        padding-right: 10px;
        width: 50%; } }
    @media screen and (min-width: 640px) {
      .text-image-text__listitem--image {
        padding-left: 10px;
        padding-right: 10px;
        width: 25%;
        /* Fallback if Unsupported */
        width: -webkit-calc(160px);
        /* Chrome 19+ & Safari */
        width: -moz-calc(160px);
        /* Firefox v4-15 */
        width: calc(160px); } }
  .text-image-text__listitem--large {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 100%;
    margin-top: 10px; }
    @media screen and (min-width: 320px) {
      .text-image-text__listitem--large {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%; } }
    @media screen and (min-width: 640px) {
      .text-image-text__listitem--large {
        padding-left: 10px;
        padding-right: 10px;
        width: 50%;
        /* Fallback if Unsupported */
        width: -webkit-calc(100% - 320px);
        /* Chrome 19+ & Safari */
        width: -moz-calc(100% - 320px);
        /* Firefox v4-15 */
        width: calc(100% - 320px); } }
    @media screen and (min-width: 640px) {
      .text-image-text__listitem--large {
        margin-top: 0; } }

.editorial-teaser--textonly {
  /*
  .teaser__comment-count{
      bottom: .2rem;
  }*/ }
  .editorial-teaser--textonly .editorial-teaser__content {
    padding: 0;
    height: 100%;
    margin-left: 0;
    margin-right: 0; }
  .editorial-teaser--textonly .editorial-teaser__category {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .editorial-teaser--textonly .editorial-teaser__extra {
    padding: 0;
    bottom: 0;
    max-width: 95%;
    float: left; }

.editorial-teaser--textonly-small .editorial-teaser__content {
  padding: 0;
  height: 100%;
  margin-left: 0;
  margin-right: 0; }
.editorial-teaser--textonly-small .editorial-teaser__category {
  float: left; }
.editorial-teaser--textonly-small .editorial-teaser__extra {
  padding: 0;
  bottom: 0; }

.editorial-vertical-teaser {
  position: relative;
  height: 250px;
  max-height: 296px; }
  .editorial-vertical-teaser:before, .editorial-vertical-teaser:after {
    content: " ";
    display: table; }
  .editorial-vertical-teaser:after {
    clear: both; }
  @media screen and (min-width: 640px) {
    .editorial-vertical-teaser {
      height: 192px; } }
  .editorial-vertical-teaser:hover .editorial-vertical-teaser__imagelink {
    opacity: 1; }
  .editorial-vertical-teaser__image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%; }
    .editorial-vertical-teaser__image:before {
      padding-top: 66.66667%;
      content: '';
      display: block; }
    .editorial-vertical-teaser__image > a {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
    .editorial-vertical-teaser__image > a > img {
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0);
      object-fit: cover; }
    .editorial-vertical-teaser__image .teaser__video-icon {
      width: 2rem;
      height: 2rem; }
  .editorial-vertical-teaser__imagelink {
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    display: block;
    text-decoration: none;
    opacity: 0.9; }
  .editorial-vertical-teaser__img {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    width: 100%; }
  .editorial-vertical-teaser__content {
    height: 14rem; }
    @media screen and (min-width: 640px) {
      .editorial-vertical-teaser__content {
        bottom: 0;
        height: 98px;
        overflow: hidden;
        width: 100%; } }
  .editorial-vertical-teaser__headline {
    margin: 0;
    width: 100%; }
  .editorial-vertical-teaser__summary p,
  .editorial-vertical-teaser__summary ul,
  .editorial-vertical-teaser__summary ol,
  .editorial-vertical-teaser__summary li,
  .editorial-vertical-teaser__summary h1,
  .editorial-vertical-teaser__summary h2,
  .editorial-vertical-teaser__summary h3,
  .editorial-vertical-teaser__summary h4,
  .editorial-vertical-teaser__summary h5,
  .editorial-vertical-teaser__summary h6,
  .editorial-vertical-teaser__summary a,
  .editorial-vertical-teaser__summary dl,
  .editorial-vertical-teaser__summary dt,
  .editorial-vertical-teaser__summary dd {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline; }
  .editorial-vertical-teaser__summary ul,
  .editorial-vertical-teaser__summary ol {
    list-style: none; }
  .editorial-vertical-teaser__summary strong {
    font-weight: normal; }
  .editorial-vertical-teaser__permalink {
    color: inherit;
    text-decoration: none; }
  .editorial-vertical-teaser__extra {
    bottom: 0;
    left: 0;
    position: absolute;
    max-width: 90%;
    float: left; }
  .editorial-vertical-teaser__category {
    display: block;
    float: left; }

.editorial-vertical-teaser--textonly .editorial-vertical-teaser__content {
  height: 100%; }
.editorial-vertical-teaser--textonly .editorial-vertical-teaser__summary {
  display: block; }
.editorial-vertical-teaser--textonly[min-width~="300px"] {
  height: 100%;
  padding-bottom: 3rem; }
  @media screen and (min-width: 640px) {
    .editorial-vertical-teaser--textonly[min-width~="300px"] {
      height: 192px;
      padding-bottom: 0; } }

.editorial-teaser--native .editorial-teaser__sponsored {
  max-width: 16rem;
  font-family: "open-sans", sans-serif;
  font-weight: normal;
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 11px;
  line-height: 1.1rem;
  max-height: 11px;
  overflow: hidden;
  position: absolute;
  bottom: 0.6rem;
  right: 0.6rem;
  color: inherit;
  max-height: 2rem; }
.editorial-teaser--native .editorial-teaser__logo {
  float: right; }

.permalink {
  color: inherit;
  text-decoration: inherit;
  /* no underline */ }

.native-sponsored.editorial-teaser__content {
  padding: 0; }
.native-sponsored__link {
  color: inherit;
  text-decoration: none; }
.native-sponsored__by {
  margin-right: 0.5rem;
  font-family: "open-sans", sans-serif;
  font-weight: normal;
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 25px;
  line-height: 2.5rem;
  max-height: 25px;
  overflow: hidden;
  float: left;
  max-height: 2.5rem;
  color: #999;
  padding-left: 0.6rem; }
.native-sponsored__logo {
  bottom: 0;
  float: right;
  max-width: 8.2rem;
  height: 2rem; }

.opinion {
  margin-top: 0;
  font-family: "jaf-bernina-sans-condensed", sans-serif;
  font-weight: 700;
  display: block;
  margin: 0;
  text-decoration: none;
  position: relative;
  height: auto;
  min-height: 9.2rem; }
  @media screen and (min-width: 640px) {
    .opinion {
      margin-top: 10px; } }
  @media screen and (min-width: 960px) {
    .opinion {
      margin-top: 0; } }
  .opinion a {
    text-decoration: none;
    color: inherit; }
  .opinion__title {
    height: auto;
    margin: 0; }
    @media screen and (min-width: 640px) {
      .opinion__title {
        max-height: 64px;
        max-height: 6.4rem;
        overflow: hidden;
        margin: 0 14rem 0 0; } }
    @media screen and (min-width: 960px) {
      .opinion__title {
        /*white-space: nowrap;
        text-overflow: ellipsis;*/ } }
  .opinion:after {
    content: "";
    display: "block";
    clear: both; }
  .opinion .opinion-author {
    height: 110px;
    width: 100%;
    vertical-align: bottom;
    position: relative; }
    @media screen and (min-width: 640px) {
      .opinion .opinion-author {
        height: auto;
        position: absolute;
        bottom: 0; } }
    .opinion .opinion-author__image {
      position: absolute;
      right: 1rem;
      max-height: 11rem;
      height: 11rem;
      width: auto;
      bottom: 0; }
    .opinion .opinion-author__img {
      width: auto;
      max-height: 11rem;
      height: 11rem;
      display: block; }
    .opinion .opinion-author__name {
      padding-right: 14rem;
      padding-left: 1.6rem;
      position: absolute;
      bottom: 0;
      width: 100%; }
      .opinion .opinion-author__name > span {
        font-size: 16px;
        font-size: 1.6rem;
        font-family: "open-sans", sans-serif;
        font-weight: normal;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px;
        line-height: 2.4rem;
        font-weight: 600;
        margin: 0;
        display: block; }
        @media screen and (min-width: 640px) {
          .opinion .opinion-author__name > span {
            max-height: 33.6px;
            max-height: 3.36rem;
            overflow: hidden; } }
        @media screen and (min-width: 640px) {
          .opinion .opinion-author__name > span {
            padding: 0; } }

@media screen and (min-width: 640px) {
  .no-author {
    margin-top: 0; } }
.no-author .opinion__title {
  margin: 0; }
.no-author .opinion-author__name {
  padding-right: 1.6rem;
  position: relative; }

@media screen and (min-width: 640px) {
  .no-author-image {
    margin-top: 0; } }
.no-author-image .opinion__title {
  margin: 0; }
.no-author-image .opinion-author__name {
  padding-right: 1.6rem;
  position: relative;
  margin-bottom: 0; }
  .no-author-image .opinion-author__name > span {
    margin-bottom: 0;
    padding-bottom: 0; }
.no-author-image .opinion-author {
  height: auto;
  position: relative; }
  @media screen and (min-width: 960px) {
    .no-author-image .opinion-author {
      position: absolute; } }

.weather-widget {
  cursor: auto;
  padding: 6px 10px 10px 10px;
  padding: 0.6rem 1rem 1rem 1rem;
  height: 92px;
  height: 9.2rem;
  position: relative;
  /*&:hover {
  	background-color: $light-background;
  }*/ }
  .weather-widget a:link, .weather-widget a:hover, .weather-widget a:active, .weather-widget a:visited {
    text-decoration: none;
    cursor: default; }
  .weather-widget__text {
    margin-right: 82px;
    margin-right: 8.2rem;
    height: 72px;
    height: 7.2rem;
    color: #222222; }
  .weather-widget__img {
    position: absolute;
    top: 0;
    right: 10px;
    right: 1rem;
    width: 80px;
    width: 8rem; }
  .weather-widget__graphic {
    position: relative;
    /*background-image: url('../../images/scotsman-responsive/weather-sprite.svg');
    background-size: cover;*/
    width: 70px;
    width: 7rem;
    height: 70px;
    height: 7rem;
    margin: 10px;
    margin: 1rem;
    overflow: hidden;
    /*width: $icon_width+rem;
    height: $icon_height+rem;*/ }
    .weather-widget__graphic svg {
      width: 70px;
      height: 1050px;
      position: absolute; }
    .weather-widget__graphic .st0 {
      fill: #222222; }
  .weather-widget .light_snow_showers svg {
    top: 0px; }
  .weather-widget .heavy_showers svg {
    top: -420px; }
  .weather-widget .light_showers svg {
    top: -70px; }
  .weather-widget .heavy_sleet_shower svg {
    top: -700px; }
  .weather-widget .sunny_spells svg {
    top: -210px; }
  .weather-widget .cloudy svg {
    top: -280px; }
  .weather-widget .fog svg {
    top: -350px; }
  .weather-widget .heavy_rain svg {
    top: -420px; }
  .weather-widget .thunderstorm svg {
    top: -490px; }
  .weather-widget .lightning svg {
    top: -490px; }
  .weather-widget .mist svg {
    top: -560px; }
  .weather-widget .light_rain svg {
    top: -630px; }
  .weather-widget .heavy_sleet svg {
    top: -700px; }
  .weather-widget .heavy_sleet_showers svg {
    top: -700px; }
  .weather-widget .light_snow svg {
    top: -770px; }
  .weather-widget .sunny svg {
    top: -840px; }
  .weather-widget .heavy_snow svg {
    top: -910px; }
  .weather-widget .heavy_snow_showers svg {
    top: -910px; }
  .weather-widget .light_sleet svg {
    top: -980px; }
  .weather-widget .lightsleet_showers svg {
    top: -980px; }
  .weather-widget__date {
    font-family: "open-sans", sans-serif;
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 400;
    color: rgba(34, 34, 34, 0.5); }
    .weather-widget__date:hover {
      color: rgba(34, 34, 34, 0.5); }
  .weather-widget__forecast {
    font-family: "open-sans", sans-serif;
    font-weight: normal;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 36px;
    line-height: 3.6rem;
    font-weight: 700;
    white-space: nowrap; }
  .weather-widget__temp {
    vertical-align: baseline;
    position: relative; }
    .weather-widget__temp--max, .weather-widget__temp--min {
      font-family: "open-sans", sans-serif;
      font-weight: normal;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.5;
      color: #222222;
      font-weight: 700;
      float: left; }
    .weather-widget__temp--max {
      margin-right: 10px;
      margin-right: 1rem; }
    .weather-widget__temp--max:before {
      content: "max";
      padding-right: 6px;
      padding-right: 0.6rem;
      font-family: "open-sans", sans-serif;
      font-weight: normal;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.5;
      color: rgba(0, 0, 0, 0.5); }
    .weather-widget__temp--min:after {
      content: "min";
      padding-left: 6px;
      padding-left: 0.6rem;
      font-family: "open-sans", sans-serif;
      font-weight: normal;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.5;
      color: rgba(0, 0, 0, 0.5); }
    .weather-widget__temp:after {
      content: "";
      display: block;
      clear: both; }

/*.no-svg, .ie9{ 
	.weather-widget{
		&__graphic {
			background: url('../../images/scotsman-responsive/JP-Weather-Sprie-1.3.png') no-repeat;
		  	$sprite_height: $icon_height * 15;
		  	@include rem-mix("background-size", ($icon_height, $sprite_height));
		}
	}
}*/
.cta {
  margin: 20px auto 0px auto;
  display: block;
  text-align: center; }
  .cta > img {
    max-width: 300px;
    max-height: 330px; }

/* beautiful hubs */
.slab__block .hub-widget {
  padding: 1rem 1.6rem;
  margin: 0;
  height: 100%; }
  .slab__block .hub-widget a {
    display: block;
    text-decoration: none; }
  .slab__block .hub-widget__title, .slab__block .hub-widget__headline {
    margin: 0; }
  .slab__block .hub-widget__title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
    height: auto;
    max-height: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media screen and (min-width: 640px) {
      .slab__block .hub-widget__title {
        height: 2.4rem;
        max-height: 2.4rem; } }
  .slab__block .hub-widget__headline {
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 1.4;
    height: 14rem;
    max-height: 14rem; }
    @media screen and (min-width: 640px) {
      .slab__block .hub-widget__headline {
        height: 8.6rem;
        max-height: 8.6rem; } }
    @media screen and (min-width: 960px) {
      .slab__block .hub-widget__headline {
        height: 14rem;
        max-height: 14rem; } }
    @media screen and (min-width: 1300px) {
      .slab__block .hub-widget__headline {
        height: 8.6rem;
        max-height: 8.6rem; } }
.slab__block .hub-widget--background-img .hub-widget__title {
  margin-bottom: 1rem; }
.slab__block .hub-widget--background-img .hub-widget__headline {
  line-height: 1.1; }
.slab__block .hub-widget--heritage {
  background-color: #EF783B; }
  .slab__block .hub-widget--heritage .hub-widget__title {
    color: #222222; }
  .slab__block .hub-widget--heritage .hub-widget__headline {
    color: #FDC943; }
.slab__block .hub-widget--know {
  background-color: #ED7488; }
  .slab__block .hub-widget--know .hub-widget__title {
    color: #ffffff; }
  .slab__block .hub-widget--know .hub-widget__headline {
    color: #B01773; }
.slab__block .hub-widget--future {
  background-color: #1DB0E9; }
  .slab__block .hub-widget--future .hub-widget__title {
    color: #222222; }
  .slab__block .hub-widget--future .hub-widget__headline {
    color: #ffffff; }
.slab__block .hub-widget--giving {
  background-color: #FDC943; }
  .slab__block .hub-widget--giving .hub-widget__title {
    color: #E7208C; }
  .slab__block .hub-widget--giving .hub-widget__headline {
    color: #222222; }
.slab__block .hub-widget--heritage.hub-widget--background-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: transparent; }
  .slab__block .hub-widget--heritage.hub-widget--background-img .hub-widget__title {
    color: #FFFFFF; }
  .slab__block .hub-widget--heritage.hub-widget--background-img .hub-widget__headline {
    color: #FFFFFF; }
.slab__block .hub-widget--know.hub-widget--background-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: transparent; }
  .slab__block .hub-widget--know.hub-widget--background-img .hub-widget__title {
    color: #FFFFFF; }
  .slab__block .hub-widget--know.hub-widget--background-img .hub-widget__headline {
    color: #FFFFFF; }
.slab__block .hub-widget--future.hub-widget--background-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: transparent; }
  .slab__block .hub-widget--future.hub-widget--background-img .hub-widget__title {
    color: #FFFFFF; }
  .slab__block .hub-widget--future.hub-widget--background-img .hub-widget__headline {
    color: #FFFFFF; }
.slab__block .hub-widget--giving.hub-widget--background-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: transparent; }
  .slab__block .hub-widget--giving.hub-widget--background-img .hub-widget__title {
    color: #FFFFFF; }
  .slab__block .hub-widget--giving.hub-widget--background-img .hub-widget__headline {
    color: #FFFFFF; }

.dy-editorial-wow {
  height: auto; }
  .dy-editorial-wow a:link, .dy-editorial-wow :visited, .dy-editorial-wow :hover, .dy-editorial-wow :active {
    text-decoration: none;
    color: black; }
  .dy-editorial-wow a:hover img {
    opacity: 1.0; }
  .dy-editorial-wow a:hover h3 {
    background-color: #dfdfdf; }
  .dy-editorial-wow__header {
    text-align: center;
    padding: 10px 0px 10px 6px; }
    .dy-editorial-wow__header h2 {
      font-family: "montserratbold", sans-serif;
      font-weight: 700;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 16px;
      line-height: 1.6rem;
      margin: 0px; }
      @media screen and (min-width: 640px) {
        .dy-editorial-wow__header h2 {
          font-family: "montserratbold", sans-serif;
          font-weight: 700;
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 18px;
          line-height: 1.8rem;
          float: left;
          margin: 10px 0px; } }
    .dy-editorial-wow__header__image {
      height: 30px;
      margin-bottom: 10px; }
      @media screen and (min-width: 640px) {
        .dy-editorial-wow__header__image {
          height: 40px;
          float: right;
          margin-bottom: 0px; } }
    .dy-editorial-wow__header:after {
      content: "";
      display: block;
      clear: both; }
  .dy-editorial-wow__items {
    font-family: "montserratregular", sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem;
    list-style: none;
    padding: 0px;
    margin: 0px; }
    .dy-editorial-wow__items a:link, .dy-editorial-wow__items :visited, .dy-editorial-wow__items :hover, .dy-editorial-wow__items :active {
      text-decoration: none;
      color: black; }
    .dy-editorial-wow__items > div {
      display: table;
      width: 100%; }
    .dy-editorial-wow__items .dy_unit:last-child .dy-editorial-wow__item {
      padding-bottom: 10px; }
      @media screen and (min-width: 640px) {
        .dy-editorial-wow__items .dy_unit:last-child .dy-editorial-wow__item {
          padding-bottom: 0px; } }
    @media screen and (min-width: 640px) {
      .dy-editorial-wow__items .dy_unit {
        display: table-cell;
        width: 33.3333%; }
        .dy-editorial-wow__items .dy_unit .dy-editorial-wow__item {
          margin-left: 6px;
          margin-right: 6px;
          margin-bottom: 20px; }
        .dy-editorial-wow__items .dy_unit:last-child .dy-editorial-wow__item {
          margin-right: 0;
          margin-left: 13px; }
        .dy-editorial-wow__items .dy_unit:first-child .dy-editorial-wow__item {
          margin-left: 0;
          margin-right: 13px; } }
  .dy-editorial-wow__item {
    padding-right: 0px;
    margin-bottom: 10px; }
    @media screen and (min-width: 640px) {
      .dy-editorial-wow__item {
        vertical-align: top;
        height: 220px;
        margin-bottom: 10px;
        margin-right: 20px; } }
    @media screen and (min-width: 960px) {
      .dy-editorial-wow__item {
        height: 92px; } }
    .dy-editorial-wow__item a {
      display: block;
      height: 100%; }
  .dy-editorial-wow__article {
    position: relative;
    height: 100%; }
    .dy-editorial-wow__article__headline {
      margin: 0px;
      padding-right: 140px;
      width: 100%; }
    .dy-editorial-wow__article__imagecontainer {
      opacity: 0.9;
      position: absolute;
      margin: 0px;
      right: 0;
      top: 0;
      width: 140px;
      height: 92px; }
      @media screen and (min-width: 640px) {
        .dy-editorial-wow__article__imagecontainer {
          width: 100%;
          height: 0px;
          padding-bottom: 66.67%;
          position: absolute; } }
      @media screen and (min-width: 960px) {
        .dy-editorial-wow__article__imagecontainer {
          padding-bottom: 0px;
          width: 140px;
          height: 92px;
          right: 0;
          left: auto; } }
    .dy-editorial-wow__article__image {
      opacity: 0.9;
      position: absolute;
      margin: 0px;
      right: 0;
      top: 0;
      width: 140px;
      height: 92px; }
      @media screen and (min-width: 640px) {
        .dy-editorial-wow__article__image {
          width: 100%;
          height: 100%; } }
      @media screen and (min-width: 960px) {
        .dy-editorial-wow__article__image {
          padding-bottom: 0px;
          width: 140px;
          height: 92px;
          right: 0;
          left: auto; } }
    .dy-editorial-wow__article h3 {
      background-color: white;
      border-bottom: 1px solid #dfdfdf;
      margin: 0px;
      width: 100%;
      font-family: "montserratregular", sans-serif;
      font-weight: 400;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 20px;
      line-height: 2rem;
      height: 92px;
      max-height: 92px;
      padding: 6px 146px 6px 6px; }
      @media screen and (min-width: 640px) {
        .dy-editorial-wow__article h3 {
          padding: 161px 6px 6px 6px;
          width: 100%;
          height: 100%;
          min-height: 100%;
          padding-top: 67.67%;
          max-height: 220px; } }
      @media screen and (min-width: 960px) {
        .dy-editorial-wow__article h3 {
          padding: 6px 146px 6px 6px;
          height: 92px;
          max-height: 92px;
          font-family: "montserratregular", sans-serif;
          font-weight: 400;
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 20px;
          line-height: 2rem; } }

.dy-promotional__item {
  cursor: pointer;
  width: 100%;
  padding: 2rem;
  background-color: #CAA56E;
  background-position: 70% 34%;
  background-repeat: no-repeat;
  height: 290px; }
  @media screen and (min-width: 640px) {
    .dy-promotional__item {
      background-position: 60% 34%;
      height: 220px; } }
  @media screen and (min-width: 960px) {
    .dy-promotional__item {
      background-position: 56% 30%;
      height: 180px; } }

.dy-promotional__link {
  text-decoration: none;
  color: black; }

a.dy-promotional__link:link, a.dy-promotional__link:visited, a.dy-promotional__link:hover, a.dy-promotional__link:active {
  text-decoration: none;
  color: black; }

img.dy-promotional__logo {
  display: block;
  height: 2.5rem;
  margin: 1rem auto 2rem auto; }
  @media screen and (min-width: 640px) {
    img.dy-promotional__logo {
      display: block;
      margin: 0 0 2rem 0;
      float: right; } }
  @media screen and (min-width: 960px) {
    img.dy-promotional__logo {
      height: 3rem; } }

h2.dy-promotional__h1 {
  overflow: hidden; }
  @media screen and (min-width: 640px) {
    h2.dy-promotional__h1 {
      overflow: visible; } }

.dy-promotional__h1 {
  display: block;
  color: black;
  margin-bottom: 2rem;
  text-align: center;
  width: 100%;
  font-family: "montserratbold", sans-serif;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  line-height: 2.4rem;
  max-height: 24px;
  overflow: hidden; }
  @media screen and (min-width: 640px) {
    .dy-promotional__h1 {
      font-family: "montserratbold", sans-serif;
      font-weight: 700;
      font-size: 20px;
      font-size: 2rem;
      line-height: 24px;
      line-height: 2.4rem;
      max-height: 24px;
      overflow: hidden;
      width: auto;
      margin-top: 0.2rem;
      margin-bottom: 1.5rem;
      float: left;
      display: inline-block;
      text-align: left; } }
  @media screen and (min-width: 960px) {
    .dy-promotional__h1 {
      font-family: "montserratbold", sans-serif;
      font-weight: 700;
      font-size: 30px;
      font-size: 3rem;
      line-height: 24px;
      line-height: 2.4rem;
      max-height: 24px;
      overflow: hidden;
      width: auto; } }

.dy-promotional__h2 {
  margin-top: 0rem;
  margin-bottom: 2rem;
  font-family: "montserratregular", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  max-height: 60px;
  overflow: hidden;
  text-align: center; }
  @media screen and (min-width: 640px) {
    .dy-promotional__h2 {
      font-family: "montserratregular", sans-serif;
      font-weight: 400;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 24px;
      line-height: 2.4rem;
      max-height: 48px;
      overflow: hidden;
      width: 60%;
      float: left;
      clear: left;
      text-align: left; } }

.dy-promotional__btn {
  font-family: "montserratregular", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  background-color: #f4bb46;
  display: table;
  text-align: center;
  margin: 0 auto;
  padding: .6rem 1.5rem;
  text-decoration: none;
  color: black;
  min-width: 15rem; }
  @media screen and (min-width: 640px) {
    .dy-promotional__btn {
      display: block;
      width: auto;
      float: left; } }

/*special case for commercial verticals*/
.dy-commercial_verticals h2.dy-promotional__h1 {
  font-family: "montserratbold", sans-serif;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  line-height: 2.4rem;
  max-height: 24px;
  overflow: hidden; }
  @media screen and (min-width: 640px) {
    .dy-commercial_verticals h2.dy-promotional__h1 {
      font-family: "montserratbold", sans-serif;
      font-weight: 700;
      font-size: 20px;
      font-size: 2rem;
      line-height: 24px;
      line-height: 2.4rem;
      max-height: 24px;
      overflow: hidden;
      overflow: visible; } }
  @media screen and (min-width: 960px) {
    .dy-commercial_verticals h2.dy-promotional__h1 {
      font-family: "montserratbold", sans-serif;
      font-weight: 700;
      font-size: 30px;
      font-size: 3rem;
      line-height: 24px;
      line-height: 2.4rem;
      max-height: 24px;
      overflow: hidden;
      overflow: visible; } }

/*special case for commercial verticals (JOBS)*/
.dy-promotional__phone-number {
  font-family: "montserratbold", sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  max-height: 24px;
  overflow: hidden;
  text-align: center;
  margin-top: 1.6rem;
  margin-left: 0px; }
  @media screen and (min-width: 640px) {
    .dy-promotional__phone-number {
      float: left;
      margin-top: 6px;
      margin-left: 20px; } }

.dy-promotional__btn-and-tel-container {
  width: auto; }
  @media screen and (min-width: 640px) {
    .dy-promotional__btn-and-tel-container {
      position: absolute;
      bottom: 2rem;
      left: 3rem; } }

.slab--wow .slab__block {
  max-height: 100%; }
  @media (min-width: 320px) {
    .slab--wow .slab__block:nth-of-type(1) {
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .slab--wow .slab__block:nth-of-type(2) {
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .slab--wow .slab__block:nth-of-type(3) {
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      height: auto;
      margin-bottom: 0; } }
  @media (min-width: 640px) {
    .slab--wow .slab__block:nth-of-type(1) {
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .slab--wow .slab__block:nth-of-type(2) {
      width: 50%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      width: calc(100% - 320px);
      margin-bottom: 0;
      position: relative; }
    .slab--wow .slab__block:nth-of-type(3) {
      width: 50%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      width: calc(320px);
      height: 600px;
      overflow: hidden; } }
  @media (min-width: 960px) {
    .slab--wow .slab__block:nth-of-type(1) {
      width: 66.66667%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .slab--wow .slab__block:nth-of-type(2) {
      width: 66.66667%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .slab--wow .slab__block:nth-of-type(3) {
      width: 33.33333%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      float: none; } }
  @media (min-width: 1300px) {
    .slab--wow .slab__block:nth-of-type(1) {
      width: 50%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      margin-bottom: 0; }
    .slab--wow .slab__block:nth-of-type(2) {
      width: 25%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .slab--wow .slab__block:nth-of-type(3) {
      width: 25%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      position: relative; } }

.slab--wow .editorial-lead-teaser--splash .editorial-lead-teaser__summary {
  display: none !important; }
.slab--wow .editorial-lead-teaser--splash .editorial-lead-teaser__content {
  height: 92px; }
@media (min-width: 960px) {
  .slab--wow .editorial-lead-teaser[min-width~="540px"] .editorial-lead-teaser__content {
    margin-right: 0; } }
.slab--wow .teaser-list--vertical {
  margin: 0; }
  @media (min-width: 960px) {
    .slab--wow .teaser-list--vertical {
      width: 50%;
      padding-right: 10px; } }
  @media (min-width: 1300px) {
    .slab--wow .teaser-list--vertical {
      width: 100%;
      padding-right: 0; } }
  .slab--wow .teaser-list--vertical .teaser-list--vertical__list {
    padding: 0; }
.slab--wow .weather-widget {
  margin-top: 0;
  margin-bottom: 10px; }
  @media (min-width: 960px) {
    .slab--wow .weather-widget {
      width: 300px;
      margin-bottom: 0; } }
  @media (min-width: 1300px) {
    .slab--wow .weather-widget {
      width: 100%;
      margin-bottom: 10px; } }
.slab--wow .text-teasers-list {
  margin-bottom: 0;
  margin-top: 10px; }
  @media (min-width: 960px) {
    .slab--wow .text-teasers-list {
      width: 300px;
      position: absolute;
      right: 10px;
      top: 0;
      margin-top: 0; } }
  @media (min-width: 1300px) {
    .slab--wow .text-teasers-list {
      width: 100%;
      position: relative;
      right: 0;
      margin-top: 10px; } }

.slab--wow .ad-gpt {
  margin: 2rem auto 0 auto;
  background-color: transparent; }
  @media (min-width: 640px) {
    .slab--wow .ad-gpt {
      margin: 0 auto 20px;
      border: 0;
      height: auto; }
      .slab--wow .ad-gpt > div {
        margin: 0;
        padding: 0;
        height: auto;
        max-height: 600px; } }
  .slab--wow .ad-gpt > div {
    margin: 0 auto; }
.slab--wow a.cta {
  float: left;
  margin: 0 auto 20px;
  height: 330px;
  width: 100%;
  display: none; }
  @media (min-width: 640px) {
    .slab--wow a.cta {
      display: block; } }

.slab--five-lite {
  margin-bottom: 2rem; }
  @media (min-width: 320px) {
    .slab--five-lite .slab__block:nth-of-type(1) {
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .slab--five-lite .slab__block:nth-of-type(2) {
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .slab--five-lite .slab__block:nth-of-type(3) {
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; } }
  @media (min-width: 640px) {
    .slab--five-lite .slab__block:nth-of-type(1) {
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .slab--five-lite .slab__block:nth-of-type(2) {
      width: 50%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      width: calc(320px); }
    .slab--five-lite .slab__block:nth-of-type(3) {
      width: 50%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      width: calc(100% - 320px); } }
  @media (min-width: 960px) {
    .slab--five-lite .slab__block:nth-of-type(1) {
      width: 66.66667%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .slab--five-lite .slab__block:nth-of-type(2) {
      width: 33.33333%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      width: calc(320px); }
    .slab--five-lite .slab__block:nth-of-type(3) {
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; } }
  @media (min-width: 1300px) {
    .slab--five-lite .slab__block:nth-of-type(1) {
      width: 50%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .slab--five-lite .slab__block:nth-of-type(2) {
      width: 25%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .slab--five-lite .slab__block:nth-of-type(3) {
      width: 25%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; } }

@media (min-width: 320px) {
  .slab--five-lite .slab__block:nth-of-type(1) {
    margin-bottom: 1rem; } }
@media (min-width: 480px) {
  .slab--five-lite .slab__block:nth-of-type(1) .editorial-lead-teaser__content {
    height: 92px; }
  .slab--five-lite .slab__block:nth-of-type(1) .editorial-lead-teaser__summary {
    padding: 6px; } }
@media (min-width: 640px) {
  .slab--five-lite .slab__block:nth-of-type(1) {
    margin-bottom: 2rem; }
    .slab--five-lite .slab__block:nth-of-type(1) .editorial-lead-teaser__content {
      height: 296px; } }
@media (min-width: 1300px) {
  .slab--five-lite .slab__block:nth-of-type(1) {
    margin-bottom: 0px; } }
.slab--five-lite .slab__block:nth-of-type(2) {
  margin-bottom: 1rem; }
  @media (min-width: 640px) {
    .slab--five-lite .slab__block:nth-of-type(2) {
      margin-bottom: 0rem; } }
  @media (min-width: 960px) {
    .slab--five-lite .slab__block:nth-of-type(2) {
      margin-bottom: 2rem; } }
  @media (min-width: 1300px) {
    .slab--five-lite .slab__block:nth-of-type(2) {
      margin-bottom: 0; } }
.slab--five-lite .slab__block:nth-of-type(3) {
  margin-bottom: 0; }
  .slab--five-lite .slab__block:nth-of-type(3) .teaser-list--vertical__listitem {
    margin-bottom: 10px; }
    .slab--five-lite .slab__block:nth-of-type(3) .teaser-list--vertical__listitem:last-of-type {
      margin-bottom: 0; }
  @media (min-width: 960px) {
    .slab--five-lite .slab__block:nth-of-type(3) .teaser-list--vertical {
      height: 92px; }
      .slab--five-lite .slab__block:nth-of-type(3) .teaser-list--vertical__list {
        padding: 0; }
      .slab--five-lite .slab__block:nth-of-type(3) .teaser-list--vertical__listitem {
        float: left;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px;
        position: relative;
        width: 33.33333%;
        margin-bottom: 0;
        float: left; } }
  @media (min-width: 1300px) {
    .slab--five-lite .slab__block:nth-of-type(3) .teaser-list--vertical {
      height: 296px; }
      .slab--five-lite .slab__block:nth-of-type(3) .teaser-list--vertical__listitem {
        float: left;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px;
        position: relative;
        width: 100%;
        margin-bottom: 10px;
        float: none; }
        .slab--five-lite .slab__block:nth-of-type(3) .teaser-list--vertical__listitem:last-of-type {
          margin-bottom: 0; } }

.slab--title {
  margin-top: 10px;
  margin-bottom: 10px; }
  .slab--title .topic-hub {
    margin: 0 auto;
    position: relative;
    padding: 0;
    width: 100%; }
    @media (min-width: 640px) {
      .slab--title .topic-hub {
        max-width: 76.8rem; } }
    @media (min-width: 960px) {
      .slab--title .topic-hub {
        max-width: 94rem; } }
    @media (min-width: 1300px) {
      .slab--title .topic-hub {
        max-width: 128rem; } }
    .slab--title .topic-hub--title {
      position: relative;
      left: 10px;
      float: left;
      margin: 0;
      display: inline-block; }
    .slab--title .topic-hub--sponsorship {
      /*position: absolute;
      right: 0;*/
      float: right;
      margin-right: 10px;
      line-height: 3.9rem; }
      @media (min-width: 960px) {
        .slab--title .topic-hub--sponsorship {
          line-height: 5.2rem; } }
      .slab--title .topic-hub--sponsorship__sponsored {
        font-family: "open-sans", sans-serif;
        font-weight: normal;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 11px;
        line-height: 1.1rem;
        line-height: 1.1; }
      .slab--title .topic-hub--sponsorship img {
        height: 20px; }
    @media (min-width: 960px) {
      .slab--title .topic-hub .slab__nav {
        padding: 0; } }
    @media (min-width: 1300px) {
      .slab--title .topic-hub .slab__nav {
        padding: 0 1rem; } }

.slab.slab--title.hidden {
  display: none; }

.slab.slab--splash-half-page {
  margin-bottom: 10px; }
  @media (min-width: 640px) {
    .slab.slab--splash-half-page {
      margin-bottom: 20px; } }
  .slab.slab--splash-half-page .slab {
    margin-top: 20px; }
    .slab.slab--splash-half-page .slab__block {
      max-height: 100%;
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
      .slab.slab--splash-half-page .slab__block:nth-of-type(3) {
        margin-bottom: 1rem; }
      .slab.slab--splash-half-page .slab__block:nth-of-type(4) {
        clear: both; }
      @media (min-width: 640px) {
        .slab.slab--splash-half-page .slab__block:nth-of-type(1) {
          width: 100%;
          float: left;
          padding-left: 10px;
          padding-right: 10px;
          margin-bottom: 1rem; }
        .slab.slab--splash-half-page .slab__block:nth-of-type(2) {
          width: 50%;
          float: left;
          padding-left: 10px;
          padding-right: 10px;
          width: calc(100% - 320px);
          margin-bottom: 1rem; }
        .slab.slab--splash-half-page .slab__block:nth-of-type(3) {
          width: 50%;
          float: left;
          padding-left: 10px;
          padding-right: 10px;
          width: calc(320px);
          float: none;
          max-height: 60rem; }
        .slab.slab--splash-half-page .slab__block:nth-of-type(4), .slab.slab--splash-half-page .slab__block:nth-of-type(5) {
          width: 100%;
          float: left;
          padding-left: 10px;
          padding-right: 10px; } }
      @media (min-width: 960px) {
        .slab.slab--splash-half-page .slab__block:nth-of-type(1) {
          width: 66.66667%;
          float: left;
          padding-left: 10px;
          padding-right: 10px;
          margin-bottom: 2rem; }
        .slab.slab--splash-half-page .slab__block:nth-of-type(2) {
          margin-bottom: 0; }
        .slab.slab--splash-half-page .slab__block:nth-of-type(3) {
          width: 33.33333%;
          float: left;
          padding-left: 10px;
          padding-right: 10px;
          margin-bottom: 2rem;
          float: none; }
        .slab.slab--splash-half-page .slab__block:nth-of-type(4) {
          width: 50%;
          float: left;
          padding-left: 10px;
          padding-right: 10px;
          margin-bottom: 0; }
        .slab.slab--splash-half-page .slab__block:nth-of-type(5) {
          width: 50%;
          float: left;
          padding-left: 10px;
          padding-right: 10px;
          margin-bottom: 0; } }
      @media (min-width: 1300px) {
        .slab.slab--splash-half-page .slab__block:nth-of-type(1) {
          width: 50%;
          float: left;
          padding-left: 10px;
          padding-right: 10px; }
        .slab.slab--splash-half-page .slab__block:nth-of-type(2) {
          width: 25%;
          float: left;
          padding-left: 10px;
          padding-right: 10px;
          margin-bottom: 0; }
        .slab.slab--splash-half-page .slab__block:nth-of-type(3) {
          width: 25%;
          float: left;
          padding-left: 10px;
          padding-right: 10px; }
        .slab.slab--splash-half-page .slab__block:nth-of-type(4), .slab.slab--splash-half-page .slab__block:nth-of-type(5) {
          width: 50%;
          float: left;
          padding-left: 10px;
          padding-right: 10px; } }

@media (min-width: 1300px) {
  .slab.slab--splash-half-page .slab__block:nth-of-type(2) .teaser-list__list, .slab.slab--splash-half-page .slab__block:nth-of-type(2) .teaser-list--vertical__list {
    padding: 0; } }
.slab.slab--splash-half-page .slab__block:nth-of-type(2) .teaser-list--vertical, .slab.slab--splash-half-page .slab__block:nth-of-type(2) .teasers-list.teasers-list--vertical {
  margin-bottom: 1rem; }
  @media (min-width: 960px) {
    .slab.slab--splash-half-page .slab__block:nth-of-type(2) .teaser-list--vertical, .slab.slab--splash-half-page .slab__block:nth-of-type(2) .teasers-list.teasers-list--vertical {
      width: 50%;
      float: left;
      margin-right: 10px; } }
  @media (min-width: 1300px) {
    .slab.slab--splash-half-page .slab__block:nth-of-type(2) .teaser-list--vertical, .slab.slab--splash-half-page .slab__block:nth-of-type(2) .teasers-list.teasers-list--vertical {
      width: 100%;
      margin-right: 0;
      margin-left: 0; } }
.slab.slab--splash-half-page .slab__block:nth-of-type(2) .text-teasers-list {
  margin: 0; }
  @media (min-width: 960px) {
    .slab.slab--splash-half-page .slab__block:nth-of-type(2) .text-teasers-list {
      width: 50%;
      float: left; } }
  @media (min-width: 1300px) {
    .slab.slab--splash-half-page .slab__block:nth-of-type(2) .text-teasers-list {
      width: 100%; } }
.slab.slab--splash-half-page .slab__block:nth-of-type(3) .cta {
  clear: both;
  display: none; }
  @media (min-width: 640px) {
    .slab.slab--splash-half-page .slab__block:nth-of-type(3) .cta {
      display: block; } }
.slab.slab--splash-half-page .slab__block:nth-of-type(3) .ad-gpt > div {
  overflow: visible; }
.slab.slab--splash-half-page .slab__block:nth-of-type(4) .native-teasers-list__list .native-teasers-list__listitem {
  width: 100%; }
.slab.slab--splash-half-page .slab__block:nth-of-type(5) .native-teasers-list__list .native-teasers-list__listitem {
  width: 100%; }

.ie .slab--splash-half-page .editorial-lead-teaser--splash-large .editorial-lead-teaser__image {
  margin-right: 0; }
  @media (min-width: 960px) {
    .ie .slab--splash-half-page .editorial-lead-teaser--splash-large .editorial-lead-teaser__image {
      margin-right: -1px; } }
  @media (min-width: 1300px) {
    .ie .slab--splash-half-page .editorial-lead-teaser--splash-large .editorial-lead-teaser__image {
      margin-right: 0; } }

.ie .slab--splash-half-page .adGPTTag {
  margin-bottom: 0; }
  @media (min-width: 640px) {
    .ie .slab--splash-half-page .adGPTTag {
      margin-bottom: 2rem; } }

.ie .slab--splash-half-page .cta > img {
  margin-left: 0 !important; }

/*

Slab  Trio MPU
======

```
<div class="slab slab--fullwidth-leadteaser-trio-mpu">
<div class='slab__inner'>
<div class="slab__block">
<article class="teaser-lead">
    <div class="teaser-lead__image-container">
            <img class="cld-responsive teaser-lead__image" src="/assets/sassdown/sassdown_default/spring.jpg" data-src="http://res.cloudinary.com/jpress/image/fetch/w_auto,f_auto,ar_3:2,c_fill/http://www.dvlpashb.yorkshirepost.co.uk/webimage/Prestige.Item.1.72763674!/image/3155106928.jpg"/>
            <a href="" class="teaser-lead__link-secondary">
              <div class="teaser-lead__flag-container">
                  <svg version="1.1" class="teaser-lead__flag" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="64px" height="64px" viewBox="0 0 64 64" enable-background="new 0 0 64 64" xml:space="preserve">
                      <path d="M0,0v0h64V0H0z M18.666,52.605V12.447l29.061,20.079L18.666,52.605z"></path>
                  </svg>
              </div>
            </a>
    </div>
    <div class="teaser-lead__text-container">
            <h3 class="teaser-lead__heading js-ellipsize">
                {{lorem_sentence}}
            </h3>
      <a href="" class="teaser-lead__category-link" rel="category tag">news</a>
            <a href="" class="teaser-lead__comments-link">30</a>
    </div>
    <a href="" class="teaser-lead__link-primary">
    </a>
</article>
</div>
<div class="slab__block">
<article class="teaser-lead">
    <div class="teaser-lead__image-container">
            <img class="cld-responsive teaser-lead__image" src="/assets/sassdown/sassdown_default/spring.jpg" data-src="http://res.cloudinary.com/jpress/image/fetch/w_auto,f_auto,ar_3:2,c_fill/http://www.dvlpashb.yorkshirepost.co.uk/webimage/Prestige.Item.1.72763674!/image/3155106928.jpg"/>
            <a href="" class="teaser-lead__link-secondary">
              <div class="teaser-lead__flag-container">
                  <svg version="1.1" class="teaser-lead__flag" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="64px" height="64px" viewBox="0 0 64 64" enable-background="new 0 0 64 64" xml:space="preserve">
                      <path d="M0,0v0h64V0H0z M18.666,52.605V12.447l29.061,20.079L18.666,52.605z"></path>
                  </svg>
              </div>
            </a>
    </div>
    <div class="teaser-lead__text-container">
            <h3 class="teaser-lead__heading js-ellipsize">
                {{lorem_sentence}}
            </h3>
      <a href="" class="teaser-lead__category-link" rel="category tag">news</a>
            <a href="" class="teaser-lead__comments-link">30</a>
    </div>
    <a href="" class="teaser-lead__link-primary">
    </a>
</article>
</div>
<div class="slab__block">
<article class="teaser-lead">
    <div class="teaser-lead__image-container">
            <img class="cld-responsive teaser-lead__image" src="/assets/sassdown/sassdown_default/spring.jpg" data-src="http://res.cloudinary.com/jpress/image/fetch/w_auto,f_auto,ar_3:2,c_fill/http://www.dvlpashb.yorkshirepost.co.uk/webimage/Prestige.Item.1.72763674!/image/3155106928.jpg"/>
            <a href="" class="teaser-lead__link-secondary">
                <div class="teaser-lead__flag-container">
                    <svg version="1.1" class="teaser-lead__flag" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="64px" height="64px" viewBox="0 0 64 64" enable-background="new 0 0 64 64" xml:space="preserve">
                        <path d="M0,0v0h64V0H0z M18.666,52.605V12.447l29.061,20.079L18.666,52.605z"></path>
                    </svg>
                </div>
            </a>
    </div>
    <div class="teaser-lead__text-container">
            <h3 class="teaser-lead__heading js-ellipsize">
                {{lorem_sentence}}
            </h3>
      <a href="" class="teaser-lead__category-link" rel="category tag">news</a>
            <a href="" class="teaser-lead__comments-link">30</a>
    </div>
    <a href="" class="teaser-lead__link-primary">
    </a>
</article>
</div>
<div class="slab__block">
<img src="http://editorial.jpress.co.uk/polopoly/Images/redesign/Food_And_Drink_CTA.jpg" height="296px" width='100%'/>
</div>
</div>
</div>
```
*/
/*

Slab  Quad
======

```
<div class="slab slab--fullwidth-leadteaser-quad">
<div class='slab__inner'>
<div class="slab__block">
<article class="teaser-lead">
    <div class="teaser-lead__image-container">
            <img class="cld-responsive teaser-lead__image" src="/assets/sassdown/sassdown_default/spring.jpg" data-src="http://res.cloudinary.com/jpress/image/fetch/w_auto,f_auto,ar_3:2,c_fill/http://www.dvlpashb.yorkshirepost.co.uk/webimage/Prestige.Item.1.72763674!/image/3155106928.jpg"/>
            <a href="" class="teaser-lead__link-secondary">
                <div class="teaser-lead__flag-container">
                    <svg version="1.1" class="teaser-lead__flag" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="64px" height="64px" viewBox="0 0 64 64" enable-background="new 0 0 64 64" xml:space="preserve">
                        <path d="M0,0v0h64V0H0z M18.666,52.605V12.447l29.061,20.079L18.666,52.605z"></path>
                    </svg>
                </div>
            </a>
    </div>
    <div class="teaser-lead__text-container">
            <h3 class="teaser-lead__heading js-ellipsize">
                {{lorem_sentence}}
            </h3>
      <a href="" class="teaser-lead__category-link" rel="category tag">news</a>
            <a href="" class="teaser-lead__comments-link">30</a>
    </div>
    <a href="" class="teaser-lead__link-primary">
    </a>
</article>
</div>
<div class="slab__block">
<article class="teaser-lead">
    <div class="teaser-lead__image-container">
            <img class="cld-responsive teaser-lead__image" src="/assets/sassdown/sassdown_default/spring.jpg" data-src="http://res.cloudinary.com/jpress/image/fetch/w_auto,f_auto,ar_3:2,c_fill/http://www.dvlpashb.yorkshirepost.co.uk/webimage/Prestige.Item.1.72763674!/image/3155106928.jpg"/>
            <a href="" class="teaser-lead__link-secondary">
                <div class="teaser-lead__flag-container">
                    <svg version="1.1" class="teaser-lead__flag" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="64px" height="64px" viewBox="0 0 64 64" enable-background="new 0 0 64 64" xml:space="preserve">
                        <path d="M0,0v0h64V0H0z M18.666,52.605V12.447l29.061,20.079L18.666,52.605z"></path>
                    </svg>
                </div>
            </a>
    </div>
    <div class="teaser-lead__text-container">
            <h3 class="teaser-lead__heading js-ellipsize">
                {{lorem_sentence}}
            </h3>
      <a href="" class="teaser-lead__category-link" rel="category tag">news</a>
            <a href="" class="teaser-lead__comments-link">30</a>
    </div>
    <a href="" class="teaser-lead__link-primary">
    </a>
</article>
</div>
<div class="slab__block">
<article class="teaser-lead">
    <div class="teaser-lead__image-container">
            <img class="cld-responsive teaser-lead__image" src="/assets/sassdown/sassdown_default/spring.jpg" data-src="http://res.cloudinary.com/jpress/image/fetch/w_auto,f_auto,ar_3:2,c_fill/http://www.dvlpashb.yorkshirepost.co.uk/webimage/Prestige.Item.1.72763674!/image/3155106928.jpg"/>
            <a href="" class="teaser-lead__link-secondary">
                <div class="teaser-lead__flag-container">
                    <svg version="1.1" class="teaser-lead__flag" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="64px" height="64px" viewBox="0 0 64 64" enable-background="new 0 0 64 64" xml:space="preserve">
                        <path d="M0,0v0h64V0H0z M18.666,52.605V12.447l29.061,20.079L18.666,52.605z"></path>
                    </svg>
                </div>
            </a>
    </div>
    <div class="teaser-lead__text-container">
            <h3 class="teaser-lead__heading js-ellipsize">
                {{lorem_sentence}}
            </h3>
      <a href="" class="teaser-lead__category-link" rel="category tag">news</a>
            <a href="" class="teaser-lead__comments-link">30</a>
    </div>
    <a href="" class="teaser-lead__link-primary">
    </a>
</article>
</div>
<div class="slab__block">
<article class="teaser-lead">
    <div class="teaser-lead__image-container">
            <img class="cld-responsive teaser-lead__image" src="/assets/sassdown/sassdown_default/spring.jpg" data-src="http://res.cloudinary.com/jpress/image/fetch/w_auto,f_auto,ar_3:2,c_fill/http://www.dvlpashb.yorkshirepost.co.uk/webimage/Prestige.Item.1.72763674!/image/3155106928.jpg"/>
            <a href="" class="teaser-lead__link-secondary">
                <div class="teaser-lead__flag-container">
                    <svg version="1.1" class="teaser-lead__flag" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="64px" height="64px" viewBox="0 0 64 64" enable-background="new 0 0 64 64" xml:space="preserve">
                        <path d="M0,0v0h64V0H0z M18.666,52.605V12.447l29.061,20.079L18.666,52.605z"></path>
                    </svg>
                </div>
            </a>
    </div>
    <div class="teaser-lead__text-container">
            <h3 class="teaser-lead__heading js-ellipsize">
                {{lorem_sentence}}
            </h3>
      <a href="" class="teaser-lead__category-link" rel="category tag">news</a>
            <a href="" class="teaser-lead__comments-link">30</a>
    </div>
    <a href="" class="teaser-lead__link-primary">
    </a>
</article>
</div>
</div>
</div>
```

*/
.slab--fullwidth-leadteaser-trio-mpu {
  position: relative; }
  .slab--fullwidth-leadteaser-trio-mpu .slab__block {
    max-height: 100%;
    height: 100%;
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px; }
    .slab--fullwidth-leadteaser-trio-mpu .slab__block:nth-of-type(2), .slab--fullwidth-leadteaser-trio-mpu .slab__block:nth-of-type(3) {
      width: 50%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .slab--fullwidth-leadteaser-trio-mpu .slab__block:nth-of-type(4) {
      margin-bottom: 0; }
    @media (min-width: 640px) {
      .slab--fullwidth-leadteaser-trio-mpu .slab__block {
        width: 50%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        height: 296px; }
        .slab--fullwidth-leadteaser-trio-mpu .slab__block:nth-of-type(3), .slab--fullwidth-leadteaser-trio-mpu .slab__block:nth-of-type(4) {
          margin-bottom: 0; } }
    @media (min-width: 960px) {
      .slab--fullwidth-leadteaser-trio-mpu .slab__block {
        margin-bottom: 0;
        height: 100%; }
        .slab--fullwidth-leadteaser-trio-mpu .slab__block:nth-of-type(n-1) {
          width: 22.2%;
          /* Fallback if Unsupported */
          width: -webkit-calc(33.33% - 10.7rem);
          /* Chrome 19+ & Safari */
          width: -moz-calc(33.33% - 10.7rem);
          /* Firefox v4-15 */
          width: calc(33.33% - 10.7rem); }
        .slab--fullwidth-leadteaser-trio-mpu .slab__block:nth-of-type(4) {
          width: 33.33333%;
          float: left;
          padding-left: 10px;
          padding-right: 10px;
          width: calc(320px); } }
    @media (min-width: 1300px) {
      .slab--fullwidth-leadteaser-trio-mpu .slab__block:nth-of-type(n) {
        width: 25%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        width: calc(100% - 960px); }
      .slab--fullwidth-leadteaser-trio-mpu .slab__block:nth-of-type(4) {
        width: 25%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        width: calc(320px); } }

.slab--fullwidth-leadteaser-trio-mpu .slab__block:nth-of-type(2) .teaser-lead__flag, .slab--fullwidth-leadteaser-trio-mpu .slab__block:nth-of-type(3) .teaser-lead__flag {
  height: 2rem;
  width: 2rem; }
  @media (min-width: 480px) {
    .slab--fullwidth-leadteaser-trio-mpu .slab__block:nth-of-type(2) .teaser-lead__flag, .slab--fullwidth-leadteaser-trio-mpu .slab__block:nth-of-type(3) .teaser-lead__flag {
      height: 3.6rem;
      width: 3.6rem; } }

.slab--fullwidth-leadteaser-quad {
  position: relative; }
  .slab--fullwidth-leadteaser-quad .slab__block {
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    max-height: 100%;
    height: auto;
    position: relative;
    margin-bottom: 20px; }
    .slab--fullwidth-leadteaser-quad .slab__block:nth-of-type(4) {
      margin-bottom: 0; }
    @media (min-width: 640px) {
      .slab--fullwidth-leadteaser-quad .slab__block {
        width: 50%;
        float: left;
        padding-left: 10px;
        padding-right: 10px; }
        .slab--fullwidth-leadteaser-quad .slab__block:nth-of-type(3), .slab--fullwidth-leadteaser-quad .slab__block:nth-of-type(4) {
          margin-bottom: 0; } }
    @media (min-width: 960px) {
      .slab--fullwidth-leadteaser-quad .slab__block {
        width: 25%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 0;
        height: 100%; } }
    @media (min-width: 1300px) {
      .slab--fullwidth-leadteaser-quad .slab__block {
        height: 296px; } }

.slab--fullwidth-leadteaser-quad .slab__block .teaser-lead__flag {
  height: 2rem;
  width: 2rem; }
  @media (min-width: 320px) {
    .slab--fullwidth-leadteaser-quad .slab__block .teaser-lead__flag {
      height: 3.6rem;
      width: 3.6rem; } }

@media (min-width: 960px) {
  .slab--fullwidth-leadteaser-quad,
  .slab--fullwidth-leadteaser-trio-mpu {
    height: 100%; } }
@media (min-width: 1300px) {
  .slab--fullwidth-leadteaser-quad,
  .slab--fullwidth-leadteaser-trio-mpu {
    height: 296px; } }

/* Fullwidth standard slab */
.slab--fullwidth-standard {
  margin-top: 20px;
  margin-bottom: 10px; }
  @media (min-width: 640px) {
    .slab--fullwidth-standard {
      margin-bottom: 20px; } }
  .slab--fullwidth-standard .slab__block {
    max-height: 100%; }
    @media (min-width: 320px) {
      .slab--fullwidth-standard .slab__block:nth-of-type(1) {
        width: 100%;
        float: left;
        padding-left: 10px;
        padding-right: 10px; }
      .slab--fullwidth-standard .slab__block:nth-of-type(2) {
        width: 100%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        height: 296px; }
      .slab--fullwidth-standard .slab__block:nth-of-type(3) {
        width: 100%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        height: 296px; }
      .slab--fullwidth-standard .slab__block:nth-of-type(4) {
        width: 100%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        height: 100%;
        margin-bottom: 0; } }
    @media (min-width: 640px) {
      .slab--fullwidth-standard .slab__block:nth-of-type(1) {
        width: 50%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        width: calc(320px);
        height: 296px; }
      .slab--fullwidth-standard .slab__block:nth-of-type(2) {
        width: 50%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        width: calc(100% - 320px); }
      .slab--fullwidth-standard .slab__block:nth-of-type(3) {
        width: 50%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        width: calc(100% - 320px);
        margin-bottom: 0; }
      .slab--fullwidth-standard .slab__block:nth-of-type(4) {
        width: 50%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        width: calc(320px);
        height: 296px;
        margin-bottom: 0; } }
    @media (min-width: 960px) {
      .slab--fullwidth-standard .slab__block:nth-of-type(1) {
        width: 33.33333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        width: calc(320px); }
      .slab--fullwidth-standard .slab__block:nth-of-type(2) {
        width: 66.66667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        width: calc(100% - 320px); }
      .slab--fullwidth-standard .slab__block:nth-of-type(3) {
        width: 66.66667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        width: calc(100% - 320px); }
      .slab--fullwidth-standard .slab__block:nth-of-type(4) {
        width: 33.33333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        width: calc(320px); } }
    @media (min-width: 1300px) {
      .slab--fullwidth-standard .slab__block:nth-of-type(1) {
        width: 25%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 0; }
      .slab--fullwidth-standard .slab__block:nth-of-type(2) {
        width: 25%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 0; }
      .slab--fullwidth-standard .slab__block:nth-of-type(3) {
        width: 25%;
        float: left;
        padding-left: 10px;
        padding-right: 10px; }
      .slab--fullwidth-standard .slab__block:nth-of-type(4) {
        width: 25%;
        float: left;
        padding-left: 10px;
        padding-right: 10px; } }
  .slab--fullwidth-standard .slab__block:nth-of-type(4) .text-teasers-list {
    margin-bottom: 0; }

.slab--fullwidth-standard .native-teasers-list__list[min-width~="620px"] .native-teasers-list__listitem {
  width: 100%; }
.slab--fullwidth-standard .native-teasers-list__list .native-teasers-list__listitem {
  margin-bottom: 0; }

/* Fallback for Android that don't support calc */
@media (min-width: 960px) {
  .no-csscalc .slab--fullwidth-standard .editorial-lead-teaser__headline,
  .no-csscalc .slab--sport .editorial-lead-teaser__headline,
  .no-csscalc .slab--business .editorial-lead-teaser__headline {
    max-height: 9.6rem; } }
@media (min-width: 1300px) {
  .no-csscalc .slab--fullwidth-standard .editorial-lead-teaser__headline,
  .no-csscalc .slab--sport .editorial-lead-teaser__headline,
  .no-csscalc .slab--business .editorial-lead-teaser__headline {
    max-height: 5.2rem; } }
.no-csscalc .slab--fullwidth-standard .editorial-lead-teaser__content,
.no-csscalc .slab--sport .editorial-lead-teaser__content,
.no-csscalc .slab--business .editorial-lead-teaser__content {
  height: 98px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 640px) {
    .no-csscalc .slab--fullwidth-standard .editorial-lead-teaser__content,
    .no-csscalc .slab--sport .editorial-lead-teaser__content,
    .no-csscalc .slab--business .editorial-lead-teaser__content {
      bottom: 0;
      left: 0;
      height: 98px;
      overflow: hidden;
      position: absolute;
      width: 100%; } }
  @media (min-width: 768px) {
    .no-csscalc .slab--fullwidth-standard .editorial-lead-teaser__content,
    .no-csscalc .slab--sport .editorial-lead-teaser__content,
    .no-csscalc .slab--business .editorial-lead-teaser__content {
      height: 60px; } }
  @media (min-width: 960px) {
    .no-csscalc .slab--fullwidth-standard .editorial-lead-teaser__content,
    .no-csscalc .slab--sport .editorial-lead-teaser__content,
    .no-csscalc .slab--business .editorial-lead-teaser__content {
      height: 98px; } }
  .no-csscalc .slab--fullwidth-standard .editorial-lead-teaser__content:before,
  .no-csscalc .slab--sport .editorial-lead-teaser__content:before,
  .no-csscalc .slab--business .editorial-lead-teaser__content:before {
    padding-top: 98 / 100%;
    content: '';
    display: block; }
.no-csscalc .slab--fullwidth-standard .editorial-lead-teaser__category,
.no-csscalc .slab--sport .editorial-lead-teaser__category,
.no-csscalc .slab--business .editorial-lead-teaser__category {
  padding: 0 0.6rem; }

.slab--promo {
  margin-top: -1rem; }
  @media screen and (min-width: 960px) {
    .slab--promo {
      margin-top: 0rem; } }
  .slab--promo .slab__inner {
    overflow: visible; }
  .slab--promo .slab__block {
    overflow: visible; }
    @media (min-width: 320px) {
      .slab--promo .slab__block {
        width: 100%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 1rem; } }
    @media (min-width: 640px) {
      .slab--promo .slab__block {
        width: 100%;
        float: left;
        padding-left: 10px;
        padding-right: 10px; } }
    @media (min-width: 960px) {
      .slab--promo .slab__block {
        width: 50%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 0; } }
    @media (min-width: 1300px) {
      .slab--promo .slab__block {
        width: 50%;
        float: left;
        padding-left: 10px;
        padding-right: 10px; } }
  .slab--promo .slab__block:last-of-type {
    margin-bottom: 0; }
    @media (min-width: 320px) {
      .slab--promo .slab__block:last-of-type {
        margin-bottom: 0; } }

.slab--four-mpu {
  position: relative; }
  @media (min-width: 320px) {
    .slab--four-mpu .slab__block:nth-of-type(1) {
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .slab--four-mpu .slab__block:nth-of-type(2) {
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .slab--four-mpu .slab__block:nth-of-type(2) {
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; } }
  @media (min-width: 640px) {
    .slab--four-mpu .slab__block:nth-of-type(1) {
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .slab--four-mpu .slab__block:nth-of-type(2) {
      width: 50%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      width: calc(100% - 320px);
      margin-bottom: 0; }
    .slab--four-mpu .slab__block:nth-of-type(3) {
      width: 50%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      width: calc(320px); } }
  @media (min-width: 960px) {
    .slab--four-mpu .slab__block:nth-of-type(1) {
      width: 66.66667%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      width: calc(100% - 320px); }
    .slab--four-mpu .slab__block:nth-of-type(2) {
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 0; }
    .slab--four-mpu .slab__block:nth-of-type(3) {
      width: 33.33333%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      width: calc(320px);
      position: absolute;
      top: 0;
      right: 0; } }
  @media (min-width: 1300px) {
    .slab--four-mpu .slab__block:nth-of-type(1) {
      width: 50%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      margin-bottom: 0; }
    .slab--four-mpu .slab__block:nth-of-type(2) {
      width: 25%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      margin-bottom: 0; }
    .slab--four-mpu .slab__block:nth-of-type(3) {
      width: 25%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      width: calc(320px); } }
  .slab--four-mpu .slab__block:nth-of-type(3) {
    margin-bottom: 0; }
    @media (min-width: 640px) {
      .slab--four-mpu .slab__block:nth-of-type(3) .adGPTTag {
        position: relative;
        top: 0;
        right: 0; } }

.slab--wow .slab__block {
  max-height: 100%; }
  @media (min-width: 320px) {
    .slab--wow .slab__block:nth-of-type(1) {
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .slab--wow .slab__block:nth-of-type(2) {
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .slab--wow .slab__block:nth-of-type(3) {
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      height: auto;
      margin-bottom: 0; } }
  @media (min-width: 640px) {
    .slab--wow .slab__block:nth-of-type(1) {
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .slab--wow .slab__block:nth-of-type(2) {
      width: 50%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      width: calc(100% - 320px);
      margin-bottom: 0;
      position: relative; }
    .slab--wow .slab__block:nth-of-type(3) {
      width: 50%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      width: calc(320px);
      height: 600px;
      overflow: hidden; } }
  @media (min-width: 960px) {
    .slab--wow .slab__block:nth-of-type(1) {
      width: 66.66667%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .slab--wow .slab__block:nth-of-type(2) {
      width: 66.66667%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .slab--wow .slab__block:nth-of-type(3) {
      width: 33.33333%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      float: none; } }
  @media (min-width: 1300px) {
    .slab--wow .slab__block:nth-of-type(1) {
      width: 50%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      margin-bottom: 0; }
    .slab--wow .slab__block:nth-of-type(2) {
      width: 25%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .slab--wow .slab__block:nth-of-type(3) {
      width: 25%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      position: relative; } }

.slab--wow .editorial-lead-teaser--splash .editorial-lead-teaser__summary {
  display: none !important; }
.slab--wow .editorial-lead-teaser--splash .editorial-lead-teaser__content {
  height: 92px; }
@media (min-width: 960px) {
  .slab--wow .editorial-lead-teaser[min-width~="540px"] .editorial-lead-teaser__content {
    margin-right: 0; } }
.slab--wow .teaser-list--vertical {
  margin: 0; }
  @media (min-width: 960px) {
    .slab--wow .teaser-list--vertical {
      width: 50%;
      padding-right: 10px; } }
  @media (min-width: 1300px) {
    .slab--wow .teaser-list--vertical {
      width: 100%;
      padding-right: 0; } }
  .slab--wow .teaser-list--vertical .teaser-list--vertical__list {
    padding: 0; }
.slab--wow .weather-widget {
  margin-top: 0;
  margin-bottom: 10px; }
  @media (min-width: 960px) {
    .slab--wow .weather-widget {
      width: 300px;
      margin-bottom: 0; } }
  @media (min-width: 1300px) {
    .slab--wow .weather-widget {
      width: 100%;
      margin-bottom: 10px; } }
.slab--wow .text-teasers-list {
  margin-bottom: 0;
  margin-top: 10px; }
  @media (min-width: 960px) {
    .slab--wow .text-teasers-list {
      width: 300px;
      position: absolute;
      right: 10px;
      top: 0;
      margin-top: 0; } }
  @media (min-width: 1300px) {
    .slab--wow .text-teasers-list {
      width: 100%;
      position: relative;
      right: 0;
      margin-top: 10px; } }

.slab--wow .ad-gpt {
  margin: 2rem auto 0 auto;
  background-color: transparent; }
  @media (min-width: 640px) {
    .slab--wow .ad-gpt {
      margin: 0 auto 20px;
      border: 0;
      height: auto; }
      .slab--wow .ad-gpt > div {
        margin: 0;
        padding: 0;
        height: auto;
        max-height: 600px; } }
  .slab--wow .ad-gpt > div {
    margin: 0 auto; }
.slab--wow a.cta {
  float: left;
  margin: 0 auto 20px;
  height: 330px;
  width: 100%;
  display: none; }
  @media (min-width: 640px) {
    .slab--wow a.cta {
      display: block; } }

.slab--five-lite {
  margin-bottom: 2rem; }
  @media (min-width: 320px) {
    .slab--five-lite .slab__block:nth-of-type(1) {
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .slab--five-lite .slab__block:nth-of-type(2) {
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .slab--five-lite .slab__block:nth-of-type(3) {
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; } }
  @media (min-width: 640px) {
    .slab--five-lite .slab__block:nth-of-type(1) {
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .slab--five-lite .slab__block:nth-of-type(2) {
      width: 50%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      width: calc(320px); }
    .slab--five-lite .slab__block:nth-of-type(3) {
      width: 50%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      width: calc(100% - 320px); } }
  @media (min-width: 960px) {
    .slab--five-lite .slab__block:nth-of-type(1) {
      width: 66.66667%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .slab--five-lite .slab__block:nth-of-type(2) {
      width: 33.33333%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      width: calc(320px); }
    .slab--five-lite .slab__block:nth-of-type(3) {
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; } }
  @media (min-width: 1300px) {
    .slab--five-lite .slab__block:nth-of-type(1) {
      width: 50%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .slab--five-lite .slab__block:nth-of-type(2) {
      width: 25%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .slab--five-lite .slab__block:nth-of-type(3) {
      width: 25%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; } }

@media (min-width: 320px) {
  .slab--five-lite .slab__block:nth-of-type(1) {
    margin-bottom: 1rem; } }
@media (min-width: 480px) {
  .slab--five-lite .slab__block:nth-of-type(1) .editorial-lead-teaser__content {
    height: 92px; }
  .slab--five-lite .slab__block:nth-of-type(1) .editorial-lead-teaser__summary {
    padding: 6px; } }
@media (min-width: 640px) {
  .slab--five-lite .slab__block:nth-of-type(1) {
    margin-bottom: 2rem; }
    .slab--five-lite .slab__block:nth-of-type(1) .editorial-lead-teaser__content {
      height: 296px; } }
@media (min-width: 1300px) {
  .slab--five-lite .slab__block:nth-of-type(1) {
    margin-bottom: 0px; } }
.slab--five-lite .slab__block:nth-of-type(2) {
  margin-bottom: 1rem; }
  @media (min-width: 640px) {
    .slab--five-lite .slab__block:nth-of-type(2) {
      margin-bottom: 0rem; } }
  @media (min-width: 960px) {
    .slab--five-lite .slab__block:nth-of-type(2) {
      margin-bottom: 2rem; } }
  @media (min-width: 1300px) {
    .slab--five-lite .slab__block:nth-of-type(2) {
      margin-bottom: 0; } }
.slab--five-lite .slab__block:nth-of-type(3) {
  margin-bottom: 0; }
  .slab--five-lite .slab__block:nth-of-type(3) .teaser-list--vertical__listitem {
    margin-bottom: 10px; }
    .slab--five-lite .slab__block:nth-of-type(3) .teaser-list--vertical__listitem:last-of-type {
      margin-bottom: 0; }
  @media (min-width: 960px) {
    .slab--five-lite .slab__block:nth-of-type(3) .teaser-list--vertical {
      height: 92px; }
      .slab--five-lite .slab__block:nth-of-type(3) .teaser-list--vertical__list {
        padding: 0; }
      .slab--five-lite .slab__block:nth-of-type(3) .teaser-list--vertical__listitem {
        float: left;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px;
        position: relative;
        width: 33.33333%;
        margin-bottom: 0;
        float: left; } }
  @media (min-width: 1300px) {
    .slab--five-lite .slab__block:nth-of-type(3) .teaser-list--vertical {
      height: 296px; }
      .slab--five-lite .slab__block:nth-of-type(3) .teaser-list--vertical__listitem {
        float: left;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px;
        position: relative;
        width: 100%;
        margin-bottom: 10px;
        float: none; }
        .slab--five-lite .slab__block:nth-of-type(3) .teaser-list--vertical__listitem:last-of-type {
          margin-bottom: 0; } }

.editorial {
  position: relative;
  height: 100%; }
  .editorial__headline {
    display: block;
    margin: 0; }
  .editorial__permalink {
    text-decoration: none;
    color: inherit; }
  .editorial__extra {
    bottom: 0;
    left: 0;
    position: absolute; }
  .editorial__category {
    float: left; }

.editorial-teaser {
  position: relative;
  /*
  .teaser__comment-count{
      bottom: .2rem;
  }*/ }
  .editorial-teaser:hover .editorial-teaser__imagelink {
    opacity: 1; }
  .editorial-teaser__image, .editorial-teaser--native .editorial-teaser__logo {
    display: block;
    float: right;
    position: relative;
    overflow: hidden;
    width: 140px;
    height: 92px; }
    .editorial-teaser__image .teaser__video-icon, .editorial-teaser--native .editorial-teaser__logo .teaser__video-icon {
      width: 2rem;
      height: 2rem; }
  .editorial-teaser__imagelink {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    text-decoration: none;
    font-size: 0;
    opacity: 0.9; }
  .editorial-teaser__img {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
  .editorial-teaser__content {
    margin-right: 140px;
    height: 92px;
    position: relative; }
    .editorial-teaser__content--no-image {
      margin-right: 0; }
  .editorial-teaser__headline {
    margin: 0;
    overflow: hidden; }
  .editorial-teaser__permalink {
    color: inherit;
    text-decoration: none; }
  .editorial-teaser__extra {
    bottom: 0;
    left: 0;
    position: absolute;
    max-width: 90%;
    float: left; }
  .editorial-teaser__category {
    display: block;
    float: left; }

/* =========================================
Filter Washout 
========================================= */
/* =========================================
Filter Nikki
========================================= */
/* =========================================
Filter Deadwood 
========================================= */
/* =========================================
Filter SanFran 
========================================= */
/* =========================================
Filter Noire 
========================================= */
/* =========================================
Filter Neptune 
========================================= */
/* =========================================
Filter Lomo 
========================================= */
/* =========================================
Filter Warming 
========================================= */
/* =========================================
Filter Cooling 
========================================= */
/* =========================================
Filter Pro
========================================= */
/* =========================================
Filter Casablanca 
========================================= */
/* =========================================
Filter Glassic 
========================================= */
/* =========================================
Filter Custom
========================================= */
/* =========================================
Filter Color
========================================= */
/* =========================================
Filter Vignette
========================================= */
.editorial-lead-teaser {
  position: relative; }
  .editorial-lead-teaser:before, .editorial-lead-teaser:after {
    content: " ";
    display: table; }
  .editorial-lead-teaser:after {
    clear: both; }
  @media screen and (min-width: 640px) {
    .editorial-lead-teaser {
      height: 296px; } }
  .editorial-lead-teaser:hover .editorial-lead-teaser__imagelink {
    opacity: 1; }
  .editorial-lead-teaser__image {
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top; }
    .editorial-lead-teaser__image:before {
      padding-top: 66.66667%;
      content: '';
      display: block; }
    .editorial-lead-teaser__image > a {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
    .editorial-lead-teaser__image > a > img {
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0);
      object-fit: cover; }
    .editorial-lead-teaser__image .teaser__video-icon {
      width: 3.6rem;
      height: 3.6rem; }
  .editorial-lead-teaser[min-width~="620px"] .editorial-lead-teaser__image {
    float: right;
    max-width: 400px;
    height: 296px;
    max-height: 296px; }
  .editorial-lead-teaser__imagelink {
    display: block;
    text-decoration: none;
    opacity: 0.9;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
  .editorial-lead-teaser__img {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    color: #222222; }
  .editorial-lead-teaser[min-width~="620px"] .editorial-lead-teaser__img {
    padding-bottom: 0; }
  .editorial-lead-teaser__content {
    height: 98px; }
    @media screen and (min-width: 640px) {
      .editorial-lead-teaser__content {
        bottom: 0;
        overflow: hidden;
        position: absolute;
        width: 100%; } }
  .editorial-lead-teaser[min-width~="620px"] .editorial-lead-teaser__content {
    height: 296px;
    margin-right: 400px;
    width: auto; }
    @media screen and (min-width: 640px) {
      .editorial-lead-teaser[min-width~="620px"] .editorial-lead-teaser__content {
        margin-right: 400px;
        width: 220px; } }
    @media screen and (min-width: 768px) {
      .editorial-lead-teaser[min-width~="620px"] .editorial-lead-teaser__content {
        margin-right: 400px;
        width: 328px; } }
    @media screen and (min-width: 960px) {
      .editorial-lead-teaser[min-width~="620px"] .editorial-lead-teaser__content {
        margin-right: 400px;
        width: 220px; } }
    @media screen and (min-width: 1300px) {
      .editorial-lead-teaser[min-width~="620px"] .editorial-lead-teaser__content {
        width: auto; } }
  .editorial-lead-teaser__headline {
    margin: 0;
    width: 100%; }
  .editorial-lead-teaser[min-width~="620px"] .editorial-lead-teaser__headline {
    height: auto; }
  .editorial-lead-teaser__summary {
    display: none;
    padding: 6px; }
    .editorial-lead-teaser__summary p,
    .editorial-lead-teaser__summary ul,
    .editorial-lead-teaser__summary ol,
    .editorial-lead-teaser__summary li,
    .editorial-lead-teaser__summary h1,
    .editorial-lead-teaser__summary h2,
    .editorial-lead-teaser__summary h3,
    .editorial-lead-teaser__summary h4,
    .editorial-lead-teaser__summary h5,
    .editorial-lead-teaser__summary h6,
    .editorial-lead-teaser__summary a,
    .editorial-lead-teaser__summary dl,
    .editorial-lead-teaser__summary dt,
    .editorial-lead-teaser__summary dd {
      margin: 0;
      padding: 0;
      border: 0;
      font: inherit;
      vertical-align: baseline; }
    .editorial-lead-teaser__summary ul,
    .editorial-lead-teaser__summary ol {
      list-style: none; }
    .editorial-lead-teaser__summary strong {
      font-weight: normal; }
  .editorial-lead-teaser[min-width~="620px"] .editorial-lead-teaser__summary {
    height: auto;
    display: block; }
  .editorial-lead-teaser__permalink {
    color: inherit;
    text-decoration: none; }
  .editorial-lead-teaser__extra {
    bottom: 0;
    left: 0;
    position: absolute;
    max-width: 95%;
    float: left; }
  .editorial-lead-teaser__category {
    display: block;
    float: left; }

@media screen and (min-width: 640px) {
  .editorial-lead-teaser--splash {
    height: 100%; } }
@media screen and (min-width: 640px) {
  .editorial-lead-teaser--splash .editorial-lead-teaser__headline {
    margin-bottom: 1.6rem; } }
.editorial-lead-teaser--splash .editorial-lead-teaser__content {
  width: 100%;
  margin-right: 0;
  margin-bottom: 2.2rem;
  height: auto; }
  .editorial-lead-teaser--splash .editorial-lead-teaser__content:before, .editorial-lead-teaser--splash .editorial-lead-teaser__content:after {
    content: " ";
    display: table; }
  .editorial-lead-teaser--splash .editorial-lead-teaser__content:after {
    clear: both; }
  @media screen and (min-width: 640px) {
    .editorial-lead-teaser--splash .editorial-lead-teaser__content {
      margin-bottom: 0;
      position: relative;
      margin-right: 400px;
      width: inherit;
      height: 296px;
      top: 0; } }
.editorial-lead-teaser--splash .editorial-lead-teaser__summary {
  display: none;
  padding: 0; }
  @media screen and (min-width: 640px) {
    .editorial-lead-teaser--splash .editorial-lead-teaser__summary {
      display: block; } }
.editorial-lead-teaser--splash .editorial-lead-teaser__extra {
  max-width: 90%; }
  @media screen and (min-width: 640px) {
    .editorial-lead-teaser--splash .editorial-lead-teaser__extra {
      max-width: 80%; } }
  @media screen and (min-width: 960px) {
    .editorial-lead-teaser--splash .editorial-lead-teaser__extra {
      max-width: 70%; } }
.editorial-lead-teaser--splash .editorial-lead-teaser__permalink .teaser__comment-count, .editorial-lead-teaser--splash .editorial-lead-teaser__permalink .comment-count {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0; }
.editorial-lead-teaser--splash .editorial-lead-teaser[min-width~="620px"] .editorial-lead-teaser--splash .editorial-lead-teaser__headline {
  height: auto; }
@media screen and (min-width: 640px) {
  .editorial-lead-teaser--splash .editorial-lead-teaser[min-width~="620px"] .editorial-lead-teaser--splash .editorial-lead-teaser__category {
    padding: 1rem .6rem; } }

.slab--blended .editorial-lead-teaser--splash .editorial-lead-teaser__summary {
  display: none; }
  @media screen and (min-width: 640px) {
    .slab--blended .editorial-lead-teaser--splash .editorial-lead-teaser__summary {
      display: none; } }
@media screen and (min-width: 640px) {
  .slab--blended .editorial-lead-teaser--splash[min-width~="540px"] .editorial-lead-teaser__content {
    position: relative;
    height: 92px;
    margin-right: 0; } }
@media screen and (min-width: 640px) {
  .slab--blended .editorial-lead-teaser--splash[min-width~="620px"] .editorial-lead-teaser__content {
    position: relative;
    height: 296px;
    margin-right: 400px; } }
@media screen and (min-width: 960px) {
  .slab--blended .editorial-lead-teaser--splash[min-width~="620px"] .editorial-lead-teaser__content {
    width: 220px; } }

.slab--four-mpu .editorial-lead-teaser--splash .editorial-lead-teaser__headline, .slab--five-lite .editorial-lead-teaser--splash .editorial-lead-teaser__headline {
  background-color: transparent;
  color: #222222;
  cursor: pointer;
  text-decoration: none; }
  .slab--four-mpu .editorial-lead-teaser--splash .editorial-lead-teaser__headline:visited, .slab--five-lite .editorial-lead-teaser--splash .editorial-lead-teaser__headline:visited {
    background-color: transparent;
    color: #222222;
    text-decoration: none; }
  .slab--four-mpu .editorial-lead-teaser--splash .editorial-lead-teaser__headline:hover, .slab--four-mpu .editorial-lead-teaser--splash .editorial-lead-teaser__headline:active, .slab--five-lite .editorial-lead-teaser--splash .editorial-lead-teaser__headline:hover, .slab--five-lite .editorial-lead-teaser--splash .editorial-lead-teaser__headline:active {
    background-color: transparent;
    color: #222222;
    text-decoration: none; }
.slab--four-mpu .editorial-lead-teaser--splash .editorial-lead-teaser__content, .slab--five-lite .editorial-lead-teaser--splash .editorial-lead-teaser__content {
  height: 9.2rem; }
.slab--four-mpu .editorial-lead-teaser--splash .editorial-lead-teaser__summary, .slab--five-lite .editorial-lead-teaser--splash .editorial-lead-teaser__summary {
  display: none; }
@media screen and (min-width: 640px) {
  .slab--four-mpu .editorial-lead-teaser--splash[min-width~="620px"] .editorial-lead-teaser__content, .slab--five-lite .editorial-lead-teaser--splash[min-width~="620px"] .editorial-lead-teaser__content {
    position: relative;
    height: 296px;
    margin-right: 400px; } }
@media screen and (min-width: 960px) {
  .slab--four-mpu .editorial-lead-teaser--splash[min-width~="620px"] .editorial-lead-teaser__content, .slab--five-lite .editorial-lead-teaser--splash[min-width~="620px"] .editorial-lead-teaser__content {
    width: 220px; } }
.slab--four-mpu .editorial-lead-teaser--splash[min-width~="620px"] .editorial-lead-teaser__headline, .slab--five-lite .editorial-lead-teaser--splash[min-width~="620px"] .editorial-lead-teaser__headline {
  padding: 0.4rem 0.6rem 0.4rem 0.6rem; }
.slab--four-mpu .editorial-lead-teaser--splash[min-width~="620px"] .editorial-lead-teaser__category, .slab--five-lite .editorial-lead-teaser--splash[min-width~="620px"] .editorial-lead-teaser__category {
  padding: 0.4rem 0.6rem 0.4rem 0.6rem; }

.slab--topic .editorial-lead-teaser--splash .editorial-lead-teaser__content--no-image {
  margin-bottom: 0; }

@media screen and (min-width: 1300px) {
  .editorial-lead-teaser--splash-large[min-width~="620px"] .editorial-lead-teaser__content {
    float: left;
    position: relative;
    height: 190px;
    max-height: 190px;
    margin-right: 0; } }

@media screen and (min-width: 1300px) {
  .editorial-lead-teaser--splash-large[min-width~="620px"] .editorial-lead-teaser__image {
    float: left;
    height: 410px;
    max-height: 410px;
    max-width: none; } }

.editorial-lead-teaser--splash-large[min-width~="620px"] .editorial-lead-teaser__content {
  margin-right: 400px;
  width: auto; }
  @media screen and (min-width: 1300px) {
    .editorial-lead-teaser--splash-large[min-width~="620px"] .editorial-lead-teaser__content {
      margin-right: 0; } }

@media screen and (min-width: 1300px) {
  .editorial-lead-teaser--splash-large[min-width~="620px"] .editorial-lead-teaser__content {
    float: left;
    position: relative;
    height: 190px;
    max-height: 190px;
    margin-right: 0; } }

@media screen and (min-width: 1300px) {
  .editorial-lead-teaser--splash-large[min-width~="620px"] .editorial-lead-teaser__image {
    float: left;
    height: 410px;
    max-height: 410px;
    max-width: none; } }

.editorial-lead-teaser--splash-large[min-width~="620px"] .editorial-lead-teaser__content {
  margin-right: 400px;
  width: auto; }
  @media screen and (min-width: 1300px) {
    .editorial-lead-teaser--splash-large[min-width~="620px"] .editorial-lead-teaser__content {
      margin-right: 0; } }

.teaser__comment-count,
.comment-count {
  bottom: 4px;
  bottom: .4rem;
  clear: left;
  display: block;
  min-width: 20px;
  padding: 1px 4px;
  padding: 0.1rem 0.4rem;
  position: absolute;
  right: 2px;
  right: .2rem;
  text-align: center; }
  .teaser__comment-count:before,
  .comment-count:before {
    border-left-style: solid;
    border-left-width: 7px;
    border-top-style: solid;
    border-top-width: 4px;
    bottom: -4px;
    content: '';
    display: inline-block;
    left: 6px;
    position: absolute; }

.teaser__video-icon,
.teaser__flag,
.teaser-splash__flag,
.teaser-topic__flag {
  width: 2rem;
  height: 2rem;
  position: absolute; }
  @media screen and (min-width: 640px) {
    .teaser__video-icon,
    .teaser__flag,
    .teaser-splash__flag,
    .teaser-topic__flag {
      width: 3.6rem;
      height: 3.6rem; } }

.ios .teaser__video-icon {
  bottom: -.1px; }

.slab--topic {
  margin: 0;
  padding: 0; }
  .slab--topic .slab__block {
    margin-bottom: 0px; }

.slab--topic {
  margin-bottom: 10px; }
  @media (min-width: 320px) {
    .slab--topic .slab__block:nth-of-type(1) {
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
      .slab--topic .slab__block:nth-of-type(1) .adGPTTag.adTagAsync {
        margin-top: 1rem;
        margin-bottom: 1rem; }
      .slab--topic .slab__block:nth-of-type(1) .ad-gpt.visible-xxs {
        margin-bottom: 1rem; }
    .slab--topic .slab__block:nth-of-type(2) {
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      float: left; }
    .slab--topic .slab__block:nth-of-type(3) {
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; } }
  @media (min-width: 640px) {
    .slab--topic .slab__block:nth-of-type(1) {
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .slab--topic .slab__block:nth-of-type(2) {
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .slab--topic .slab__block:nth-of-type(3) {
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; } }
  @media (min-width: 960px) {
    .slab--topic .slab__block:nth-of-type(1) {
      width: 66.66667%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .slab--topic .slab__block:nth-of-type(2) {
      width: 66.66667%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .slab--topic .slab__block:nth-of-type(3) {
      width: 33.33333%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; } }
  @media (min-width: 1300px) {
    .slab--topic .slab__block:nth-of-type(1) {
      width: 75%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .slab--topic .slab__block:nth-of-type(2) {
      width: 75%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .slab--topic .slab__block:nth-of-type(3) {
      width: 25%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; } }
  .slab--topic .slab__block:nth-of-type(3) {
    float: none; }

@media (min-width: 640px) {
  .slab--topic .slab__block {
    max-height: 100%; } }
.slab--topic .slab__block .adGPTTag.adTagAsync.DMPU {
  margin-bottom: 2rem; }
.slab--topic .slab__block .adGPTTag.adTagAsync.MPU {
  margin-bottom: 2rem; }
@media (min-width: 640px) {
  .slab--topic .editorial-lead-teaser--topic[min-width~="540px"] .editorial-lead-teaser__content {
    position: relative;
    height: 92px;
    margin-right: 0; } }
@media (min-width: 640px) {
  .slab--topic .editorial-lead-teaser--topic[min-width~="620px"] .editorial-lead-teaser__content {
    position: absolute;
    height: 296px;
    margin-right: 400px; } }
@media (min-width: 640px) {
  .slab--topic .editorial-lead-teaser--topic[min-width~="540px"] .editorial-lead-teaser__content.editorial-lead-teaser__content--no-image {
    position: relative;
    height: 92px;
    margin-right: 0;
    width: 100%; } }
@media (min-width: 640px) {
  .slab--topic .editorial-lead-teaser--topic[min-width~="620px"] .editorial-lead-teaser__content.editorial-lead-teaser__content--no-image {
    position: relative;
    height: 20rem;
    margin-right: 0;
    width: 100%; } }

.editorial-teaser--topic {
  max-height: 9.2rem;
  height: 9.2rem;
  margin-bottom: 1rem;
  margin-top: 1rem; }
  @media (min-width: 640px) {
    .editorial-teaser--topic {
      max-height: 20rem;
      height: 20rem; } }
  @media (min-width: 960px) {
    .editorial-teaser--topic {
      margin-bottom: 2rem; } }
  .editorial-teaser--topic .editorial-teaser__image, .editorial-teaser--topic .editorial-teaser--native .editorial-teaser__logo, .editorial-teaser--native .editorial-teaser--topic .editorial-teaser__logo {
    position: relative;
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 9.2rem;
    width: 14rem; }
    .editorial-teaser--topic .editorial-teaser__image:before, .editorial-teaser--topic .editorial-teaser--native .editorial-teaser__logo:before, .editorial-teaser--native .editorial-teaser--topic .editorial-teaser__logo:before {
      padding-top: 65.71429%;
      content: '';
      display: block; }
    .editorial-teaser--topic .editorial-teaser__image > a, .editorial-teaser--topic .editorial-teaser--native .editorial-teaser__logo > a, .editorial-teaser--native .editorial-teaser--topic .editorial-teaser__logo > a {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
    .editorial-teaser--topic .editorial-teaser__image > a > img, .editorial-teaser--topic .editorial-teaser--native .editorial-teaser__logo > a > img, .editorial-teaser--native .editorial-teaser--topic .editorial-teaser__logo > a > img {
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0);
      object-fit: cover; }
    @media (min-width: 640px) {
      .editorial-teaser--topic .editorial-teaser__image, .editorial-teaser--topic .editorial-teaser--native .editorial-teaser__logo, .editorial-teaser--native .editorial-teaser--topic .editorial-teaser__logo {
        position: relative;
        display: inline-block;
        vertical-align: top;
        height: 20rem;
        width: 30rem; }
        .editorial-teaser--topic .editorial-teaser__image:before, .editorial-teaser--topic .editorial-teaser--native .editorial-teaser__logo:before, .editorial-teaser--native .editorial-teaser--topic .editorial-teaser__logo:before {
          padding-top: 66.66667%;
          content: '';
          display: block; }
        .editorial-teaser--topic .editorial-teaser__image > a, .editorial-teaser--topic .editorial-teaser--native .editorial-teaser__logo > a, .editorial-teaser--native .editorial-teaser--topic .editorial-teaser__logo > a {
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0; }
        .editorial-teaser--topic .editorial-teaser__image > a > img, .editorial-teaser--topic .editorial-teaser--native .editorial-teaser__logo > a > img, .editorial-teaser--native .editorial-teaser--topic .editorial-teaser__logo > a > img {
          -webkit-transform: rotate(0);
          -moz-transform: rotate(0);
          -ms-transform: rotate(0);
          -o-transform: rotate(0);
          transform: rotate(0);
          object-fit: cover; } }
  .editorial-teaser--topic .editorial-teaser__imagelink {
    height: auto;
    width: auto; }
    @media (min-width: 640px) {
      .editorial-teaser--topic .editorial-teaser__imagelink .teaser__video-icon {
        height: 3.6rem;
        width: 3.6rem; } }
  .editorial-teaser--topic .editorial-teaser__content {
    border-bottom: 0;
    margin-left: 0;
    margin-right: 14rem;
    height: 9.2rem; }
    @media (min-width: 640px) {
      .editorial-teaser--topic .editorial-teaser__content {
        height: 20rem;
        margin-right: 30rem; } }
    .editorial-teaser--topic .editorial-teaser__content--no-image {
      margin-right: 0; }
  .editorial-teaser--topic .editorial-teaser__headline {
    			/*
    			@include font-size(1.6);
    			@include max-lines-ratio(1.6, 1.1, 3, 0.8);
    
    			@include breakpoint($bp-640) {
    				@include font-size(2.2);
    				@include max-lines-ratio(2.2, 1.1, 3, 0.8);
    			}*/ }
  .editorial-teaser--topic .editorial-teaser__summary {
    display: none;
    margin-top: 12px; }
    .editorial-teaser--topic .editorial-teaser__summary p,
    .editorial-teaser--topic .editorial-teaser__summary ul,
    .editorial-teaser--topic .editorial-teaser__summary ol,
    .editorial-teaser--topic .editorial-teaser__summary li,
    .editorial-teaser--topic .editorial-teaser__summary h1,
    .editorial-teaser--topic .editorial-teaser__summary h2,
    .editorial-teaser--topic .editorial-teaser__summary h3,
    .editorial-teaser--topic .editorial-teaser__summary h4,
    .editorial-teaser--topic .editorial-teaser__summary h5,
    .editorial-teaser--topic .editorial-teaser__summary h6,
    .editorial-teaser--topic .editorial-teaser__summary a,
    .editorial-teaser--topic .editorial-teaser__summary dl,
    .editorial-teaser--topic .editorial-teaser__summary dt,
    .editorial-teaser--topic .editorial-teaser__summary dd {
      margin: 0;
      padding: 0;
      border: 0;
      font: inherit;
      vertical-align: baseline; }
    .editorial-teaser--topic .editorial-teaser__summary ul,
    .editorial-teaser--topic .editorial-teaser__summary ol {
      list-style: none; }
    .editorial-teaser--topic .editorial-teaser__summary strong {
      font-weight: normal; }
    @media (min-width: 640px) {
      .editorial-teaser--topic .editorial-teaser__summary {
        display: block; } }
  .editorial-teaser--topic .editorial-teaser__permalink .teaser__comment-count, .editorial-teaser--topic .editorial-teaser__permalink .comment-count {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    right: 6px; }

.editorial-lead-teaser--topic[min-width~="620px"] .editorial-lead-teaser__headline {
  margin-bottom: 0px; }
.editorial-lead-teaser--topic .editorial-lead-teaser__content--no-image {
  position: relative;
  margin-right: 0;
  height: 9.2rem; }
  @media (min-width: 640px) {
    .editorial-lead-teaser--topic .editorial-lead-teaser__content--no-image {
      height: 20rem; } }
.editorial-lead-teaser--topic .editorial-lead-teaser__summary {
  margin-top: 12px; }

.editorialzone-container {
  background-color: #ffffff;
  float: none; }
  .editorialzone-container__load-more {
    font-family: "open-sans", sans-serif;
    font-weight: normal;
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 55px;
    line-height: 5.5rem;
    max-height: 55px;
    overflow: hidden;
    height: 5.5rem;
    background-color: #1CB1BB;
    color: #ffffff;
    border: 0;
    margin: 20px 0 0; }

.editorialzone-list {
  padding-left: 0;
  clear: both;
  margin: 0; }
  .editorialzone-list:before, .editorialzone-list:after {
    content: " ";
    display: table; }
  .editorialzone-list:after {
    clear: both; }
  .editorialzone-list:nth-of-type(1) .editorialzone-list__list-item:before {
    margin-top: 0; }
  .editorialzone-list__list-item {
    float: none;
    overflow: hidden;
    padding-right: 0; }

ul.editorialzone-list:nth-of-type(1) {
  margin-top: 1rem; }

.slab--topic .editorialzone-list__list-item.topic-native-content .editorial-teaser__content {
  background-color: rgba(34, 34, 34, 0.05); }
.slab--topic .editorialzone-list__list-item.topic-native-content .native-sponsored.editorial-teaser__sponsored {
  position: absolute;
  bottom: 1rem;
  right: 0.6rem; }
  .slab--topic .editorialzone-list__list-item.topic-native-content .native-sponsored.editorial-teaser__sponsored .native-sponsored__by {
    font-size: 1rem;
    margin: 0 0.5rem 0 0; }
    @media (min-width: 640px) {
      .slab--topic .editorialzone-list__list-item.topic-native-content .native-sponsored.editorial-teaser__sponsored .native-sponsored__by {
        line-height: 2.5rem;
        height: 2.5rem; } }
    @media (min-width: 1300px) {
      .slab--topic .editorialzone-list__list-item.topic-native-content .native-sponsored.editorial-teaser__sponsored .native-sponsored__by {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 3rem;
        max-height: 3rem; } }
  @media (min-width: 640px) {
    .slab--topic .editorialzone-list__list-item.topic-native-content .native-sponsored.editorial-teaser__sponsored .native-sponsored__logo {
      height: 2.5rem; } }
  @media (min-width: 1300px) {
    .slab--topic .editorialzone-list__list-item.topic-native-content .native-sponsored.editorial-teaser__sponsored .native-sponsored__logo {
      height: 3rem; } }
.slab--topic .editorialzone-list__list-item.topic-native-content .editorial-teaser:hover {
  background-color: rgba(34, 34, 34, 0.05); }
.slab--topic div.editorialzone-list .editorialzone-list__list-item:last-of-type article:not(.editorial-lead-teaser) {
  margin-bottom: 1rem; }
  @media (min-width: 960px) {
    .slab--topic div.editorialzone-list .editorialzone-list__list-item:last-of-type article:not(.editorial-lead-teaser) {
      margin-bottom: 2rem; } }
.slab--topic div.editorialzone-list:nth-of-type(2) {
  margin-top: 1rem; }
  @media (min-width: 960px) {
    .slab--topic div.editorialzone-list:nth-of-type(2) {
      margin-top: 2rem; } }
.slab--topic div.editorialzone-list:first-of-type article {
  margin-bottom: 0; }
  @media (min-width: 960px) {
    .slab--topic div.editorialzone-list:first-of-type article {
      margin-bottom: 0; } }
.slab--topic div.editorialzone-list:last-of-type .editorialzone-list__list-item:last-of-type article:not(.editorial-lead-teaser) {
  margin-bottom: 0; }
  @media (min-width: 960px) {
    .slab--topic div.editorialzone-list:last-of-type .editorialzone-list__list-item:last-of-type article:not(.editorial-lead-teaser) {
      margin-bottom: 0; } }
@media (min-width: 960px) {
  .slab--topic div.editorialzone-list .topic-native-content {
    margin-top: 0; } }
.slab--topic ul.editorialzone-list:first-of-type {
  margin-top: 1rem; }
  @media (min-width: 960px) {
    .slab--topic ul.editorialzone-list:first-of-type {
      margin-top: 2rem; } }
.slab--topic ul.editorialzone-list:last-of-type .editorialzone-list__list-item:last-of-type article {
  margin-bottom: 0; }

.slab--promo {
  margin-top: -1rem; }
  @media screen and (min-width: 960px) {
    .slab--promo {
      margin-top: 0rem; } }
  .slab--promo .slab__inner {
    overflow: visible; }
  .slab--promo .slab__block {
    overflow: visible; }
    @media (min-width: 320px) {
      .slab--promo .slab__block {
        width: 100%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 1rem; } }
    @media (min-width: 640px) {
      .slab--promo .slab__block {
        width: 100%;
        float: left;
        padding-left: 10px;
        padding-right: 10px; } }
    @media (min-width: 960px) {
      .slab--promo .slab__block {
        width: 50%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 0; } }
    @media (min-width: 1300px) {
      .slab--promo .slab__block {
        width: 50%;
        float: left;
        padding-left: 10px;
        padding-right: 10px; } }
  .slab--promo .slab__block:last-of-type {
    margin-bottom: 0; }
    @media (min-width: 320px) {
      .slab--promo .slab__block:last-of-type {
        margin-bottom: 0; } }

.slab--four-mpu {
  position: relative; }
  @media (min-width: 320px) {
    .slab--four-mpu .slab__block:nth-of-type(1) {
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .slab--four-mpu .slab__block:nth-of-type(2) {
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .slab--four-mpu .slab__block:nth-of-type(2) {
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; } }
  @media (min-width: 640px) {
    .slab--four-mpu .slab__block:nth-of-type(1) {
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .slab--four-mpu .slab__block:nth-of-type(2) {
      width: 50%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      width: calc(100% - 320px);
      margin-bottom: 0; }
    .slab--four-mpu .slab__block:nth-of-type(3) {
      width: 50%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      width: calc(320px); } }
  @media (min-width: 960px) {
    .slab--four-mpu .slab__block:nth-of-type(1) {
      width: 66.66667%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      width: calc(100% - 320px); }
    .slab--four-mpu .slab__block:nth-of-type(2) {
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 0; }
    .slab--four-mpu .slab__block:nth-of-type(3) {
      width: 33.33333%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      width: calc(320px);
      position: absolute;
      top: 0;
      right: 0; } }
  @media (min-width: 1300px) {
    .slab--four-mpu .slab__block:nth-of-type(1) {
      width: 50%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      margin-bottom: 0; }
    .slab--four-mpu .slab__block:nth-of-type(2) {
      width: 25%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      margin-bottom: 0; }
    .slab--four-mpu .slab__block:nth-of-type(3) {
      width: 25%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      width: calc(320px); } }
  .slab--four-mpu .slab__block:nth-of-type(3) {
    margin-bottom: 0; }
    @media (min-width: 640px) {
      .slab--four-mpu .slab__block:nth-of-type(3) .adGPTTag {
        position: relative;
        top: 0;
        right: 0; } }

.editorialzone-container__load-more {
  cursor: pointer; }

.load-more {
  text-align: center;
  margin: 0 auto; }
  .load-more__icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    position: relative; }
    .load-more__icon--plus:after {
      position: absolute;
      top: -12px;
      left: 5px;
      content: "\2b"; }
    .load-more__icon--loading {
      width: 24px;
      height: 24px;
      margin-left: 10px;
      background-size: 24px;
      background-image: url("/assets/images/load-more/loading.gif");
      background-repeat: no-repeat;
      vertical-align: middle; }

.taboola-right-rail__title {
  color: #222;
  display: block;
  font-family: "jaf-bernina-sans-condensed", sans-serif;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  height: auto;
  letter-spacing: -1px;
  margin: 0;
  padding: 10px 6px 20px 10px;
  clear: both;
  background-color: white; }

#taboola-mobile-below-article-thumbnails {
  padding-left: 1rem;
  padding-right: 1rem; }

#taboola-right-rail-thumbnails {
  margin-bottom: 2rem; }

html.desktop #taboola-mobile-mid-article-text-links-title, html.tablet #taboola-mobile-mid-article-text-links-title {
  display: none; }

#taboola-mobile-mid-article-text-links-title.taboola-right-rail__title {
  padding: 0; }

.slab--list-hub #taboola-right-rail-thumbnails-2nd,
.slab--topic #taboola-right-rail-thumbnails-2nd,
.wallpaper-responsive .slab--topic #taboola-right-rail-thumbnails-2nd {
  display: none; }
  @media screen and (min-width: 960px) {
    .slab--list-hub #taboola-right-rail-thumbnails-2nd,
    .slab--topic #taboola-right-rail-thumbnails-2nd,
    .wallpaper-responsive .slab--topic #taboola-right-rail-thumbnails-2nd {
      display: block;
      margin: 0 0 20px;
      padding: 0 10px;
      background-color: white; } }
.slab--list-hub #taboola-right-rail-thumbnails-2nd-title,
.slab--topic #taboola-right-rail-thumbnails-2nd-title,
.wallpaper-responsive .slab--topic #taboola-right-rail-thumbnails-2nd-title {
  display: none; }
  @media screen and (min-width: 960px) {
    .slab--list-hub #taboola-right-rail-thumbnails-2nd-title,
    .slab--topic #taboola-right-rail-thumbnails-2nd-title,
    .wallpaper-responsive .slab--topic #taboola-right-rail-thumbnails-2nd-title {
      display: inline-block;
      width: 100%;
      padding: 10px 6px 20px 10px;
      margin-bottom: 0;
      background-color: white; } }

.wallpaper-responsive .slab--topic .taboola-right-rail__title {
  width: 100%;
  padding: 10px 6px 20px 10px;
  margin-bottom: 0;
  background-color: white; }
.wallpaper-responsive .slab--topic #taboola-right-rail-thumbnails-2nd {
  margin: 0 0 20px;
  padding: 0 10px;
  background-color: white; }

#taboola-mobile-mid-article-text-links {
  display: block; }
  @media screen and (min-width: 960px) {
    #taboola-mobile-mid-article-text-links {
      display: none; } }

.slab--five-lite {
  margin-bottom: 2rem; }
  @media (min-width: 320px) {
    .slab--five-lite .slab__block:nth-of-type(1) {
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .slab--five-lite .slab__block:nth-of-type(2) {
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .slab--five-lite .slab__block:nth-of-type(3) {
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; } }
  @media (min-width: 640px) {
    .slab--five-lite .slab__block:nth-of-type(1) {
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .slab--five-lite .slab__block:nth-of-type(2) {
      width: 50%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      width: calc(320px); }
    .slab--five-lite .slab__block:nth-of-type(3) {
      width: 50%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      width: calc(100% - 320px); } }
  @media (min-width: 960px) {
    .slab--five-lite .slab__block:nth-of-type(1) {
      width: 66.66667%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .slab--five-lite .slab__block:nth-of-type(2) {
      width: 33.33333%;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      width: calc(320px); }
    .slab--five-lite .slab__block:nth-of-type(3) {
      width: 100%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; } }
  @media (min-width: 1300px) {
    .slab--five-lite .slab__block:nth-of-type(1) {
      width: 50%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .slab--five-lite .slab__block:nth-of-type(2) {
      width: 25%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
    .slab--five-lite .slab__block:nth-of-type(3) {
      width: 25%;
      float: left;
      padding-left: 10px;
      padding-right: 10px; } }

@media (min-width: 320px) {
  .slab--five-lite .slab__block:nth-of-type(1) {
    margin-bottom: 1rem; } }
@media (min-width: 480px) {
  .slab--five-lite .slab__block:nth-of-type(1) .editorial-lead-teaser__content {
    height: 92px; }
  .slab--five-lite .slab__block:nth-of-type(1) .editorial-lead-teaser__summary {
    padding: 6px; } }
@media (min-width: 640px) {
  .slab--five-lite .slab__block:nth-of-type(1) {
    margin-bottom: 2rem; }
    .slab--five-lite .slab__block:nth-of-type(1) .editorial-lead-teaser__content {
      height: 296px; } }
@media (min-width: 1300px) {
  .slab--five-lite .slab__block:nth-of-type(1) {
    margin-bottom: 0px; } }
.slab--five-lite .slab__block:nth-of-type(2) {
  margin-bottom: 1rem; }
  @media (min-width: 640px) {
    .slab--five-lite .slab__block:nth-of-type(2) {
      margin-bottom: 0rem; } }
  @media (min-width: 960px) {
    .slab--five-lite .slab__block:nth-of-type(2) {
      margin-bottom: 2rem; } }
  @media (min-width: 1300px) {
    .slab--five-lite .slab__block:nth-of-type(2) {
      margin-bottom: 0; } }
.slab--five-lite .slab__block:nth-of-type(3) {
  margin-bottom: 0; }
  .slab--five-lite .slab__block:nth-of-type(3) .teaser-list--vertical__listitem {
    margin-bottom: 10px; }
    .slab--five-lite .slab__block:nth-of-type(3) .teaser-list--vertical__listitem:last-of-type {
      margin-bottom: 0; }
  @media (min-width: 960px) {
    .slab--five-lite .slab__block:nth-of-type(3) .teaser-list--vertical {
      height: 92px; }
      .slab--five-lite .slab__block:nth-of-type(3) .teaser-list--vertical__list {
        padding: 0; }
      .slab--five-lite .slab__block:nth-of-type(3) .teaser-list--vertical__listitem {
        float: left;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px;
        position: relative;
        width: 33.33333%;
        margin-bottom: 0;
        float: left; } }
  @media (min-width: 1300px) {
    .slab--five-lite .slab__block:nth-of-type(3) .teaser-list--vertical {
      height: 296px; }
      .slab--five-lite .slab__block:nth-of-type(3) .teaser-list--vertical__listitem {
        float: left;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px;
        position: relative;
        width: 100%;
        margin-bottom: 10px;
        float: none; }
        .slab--five-lite .slab__block:nth-of-type(3) .teaser-list--vertical__listitem:last-of-type {
          margin-bottom: 0; } }

.slab--profile-page {
  margin: 0;
  padding: 0; }
  .slab--profile-page .slab__block {
    margin-bottom: 0px; }

.slab--profile-page .slab__inner {
  background-color: #ffffff;
  border-bottom: 2rem solid #ffffff; }
@media (min-width: 320px) {
  .slab--profile-page .slab__block:nth-of-type(1) {
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px; }
  .slab--profile-page .slab__block:nth-of-type(2) {
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px; }
    .slab--profile-page .slab__block:nth-of-type(2) .trending-stories--vertical {
      display: block; } }
@media (min-width: 640px) {
  .slab--profile-page .slab__block:nth-of-type(1) {
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px; }
  .slab--profile-page .slab__block:nth-of-type(2) {
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px; } }
@media (min-width: 960px) {
  .slab--profile-page .slab__block:nth-of-type(1) {
    width: 66.66667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px; }
  .slab--profile-page .slab__block:nth-of-type(2) {
    width: 33.33333%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 125px; } }
@media (min-width: 1300px) {
  .slab--profile-page .slab__block:nth-of-type(1) {
    width: 75%;
    float: left;
    padding-left: 10px;
    padding-right: 10px; }
  .slab--profile-page .slab__block:nth-of-type(2) {
    width: 25%;
    float: left;
    padding-left: 10px;
    padding-right: 10px; } }
.slab--profile-page .slab__block {
  height: auto; }
  @media (min-width: 640px) {
    .slab--profile-page .slab__block {
      max-height: 100%; } }
  .slab--profile-page .slab__block .adGPTTag.adTagAsync.DMPU {
    margin-bottom: 2rem; }
  .slab--profile-page .slab__block .adGPTTag.adTagAsync.MPU {
    margin-bottom: 2rem; }
.slab--profile-page .slab__block:nth-of-type(1) .adGPTTag.adTagAsync {
  margin-top: 1rem;
  margin-bottom: 1rem; }
.slab--profile-page .slab__block:nth-of-type(1) .ad-gpt.visible-xxs {
  margin-bottom: 1rem; }
.slab--profile-page .slab__block:nth-of-type(2) {
  float: none; }

.slab--list-hub {
  margin: 0; }
  .slab--list-hub .slab__block {
    max-height: none; }
    @media (min-width: 320px) {
      .slab--list-hub .slab__block:nth-of-type(1) {
        width: 100%;
        float: left;
        padding-left: 10px;
        padding-right: 10px; }
      .slab--list-hub .slab__block:nth-of-type(2) {
        width: 100%;
        float: left;
        padding-left: 10px;
        padding-right: 10px; }
        .slab--list-hub .slab__block:nth-of-type(2) .trending-stories--vertical {
          display: block; } }
    @media (min-width: 640px) {
      .slab--list-hub .slab__block:nth-of-type(1) {
        width: 100%;
        float: left;
        padding-left: 10px;
        padding-right: 10px; }
      .slab--list-hub .slab__block:nth-of-type(2) {
        width: 100%;
        float: left;
        padding-left: 10px;
        padding-right: 10px; } }
    @media (min-width: 960px) {
      .slab--list-hub .slab__block:nth-of-type(1) {
        width: 66.66667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px; }
      .slab--list-hub .slab__block:nth-of-type(2) {
        width: 33.33333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px; } }
    @media (min-width: 1300px) {
      .slab--list-hub .slab__block:nth-of-type(1) {
        width: 75%;
        float: left;
        padding-left: 10px;
        padding-right: 10px; }
      .slab--list-hub .slab__block:nth-of-type(2) {
        width: 25%;
        float: left;
        padding-left: 10px;
        padding-right: 10px; } }
    .slab--list-hub .slab__block:nth-of-type(2) {
      float: none; }

.link-tree--list-hub {
  margin: 0;
  padding: 1rem;
  background-color: white;
  width: 100%;
  float: left; }
  .link-tree--list-hub__item {
    margin-bottom: 2rem;
    list-style-type: none; }
    .link-tree--list-hub__item a {
      padding: .5rem 1rem .4rem 0;
      display: block;
      width: 100%;
      text-decoration: none;
      vertical-align: baseline; }
    .link-tree--list-hub__item a:hover {
      background: #f3f3f3;
      transition-property: all;
      transition-duration: .05s; }
  .link-tree--list-hub-secondary {
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 1rem; }
    .link-tree--list-hub-secondary__item {
      display: flex;
      list-style-type: none;
      width: 100%;
      float: left;
      box-sizing: border-box;
      margin-bottom: 0; }
      .link-tree--list-hub-secondary__item a {
        text-transform: none;
        text-decoration: none;
        padding: 1.1rem 1rem 1rem 0; }
      .link-tree--list-hub-secondary__item a:hover {
        background: #f3f3f3;
        transition-property: all;
        transition-duration: .05s; }
      @media screen and (min-width: 640px) {
        .link-tree--list-hub-secondary__item {
          width: 50%;
          padding-right: 1rem; }
          .link-tree--list-hub-secondary__item:nth-child(2n) {
            padding-right: 0; }
          .link-tree--list-hub-secondary__item:nth-child(2n + 1) {
            clear: left; } }
      @media screen and (min-width: 1300px) {
        .link-tree--list-hub-secondary__item {
          width: 33.33%; }
          .link-tree--list-hub-secondary__item:nth-child(2n) {
            padding-right: 1rem; }
          .link-tree--list-hub-secondary__item:nth-child(2n + 1) {
            clear: none; }
          .link-tree--list-hub-secondary__item:nth-child(3n) {
            padding-right: 0; }
          .link-tree--list-hub-secondary__item:nth-child(3n + 1) {
            clear: left; } }



/*# sourceMappingURL=slabs--responsive.css.map */
