/*
 * Redesign Base
 *
 * Mixins and Variables
 * 
 */
/*
$openL:"open-sans";
$openR:"open-sans";
$openS:"open-sans";
$openB:"open-sans";

$merriweatherR: "merriweather";
$merriweatherLR: "merriweather";
$merriweatherB: "merriweather";
$merriweatherLI: "merriweather";
$merriweatherBI: "merriweather";
$merriweatherHI: "merriweather";
*/
.teaser-card__image-link {
  position: relative;
  width: 100%;
  padding-top: 66%;
  box-sizing: border-box;
  display: block; }
  .teaser-card__image-link img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover; }

@media screen and (min-width: 320px) {
  .hidden-xxs {
    display: none; } }

@media screen and (min-width: 320px) {
  .visible-xxs {
    display: block; } }

@media screen and (min-width: 640px) {
  .hidden-sm {
    display: none; } }

@media screen and (min-width: 640px) {
  .visible-sm {
    display: block; } }

@media screen and (min-width: 960px) {
  .hidden-md {
    display: none; } }

@media screen and (min-width: 960px) {
  .visible-md {
    display: block; } }

@media screen and (min-width: 1300px) {
  .hidden-lg {
    display: none; } }

@media screen and (min-width: 1300px) {
  .visible-lg {
    display: block; } }

@media screen and (min-width: 640px) {
  .leaderboard.hidden-sm {
    display: block; } }
@media screen and (min-width: 768px) {
  .leaderboard.hidden-sm {
    display: none; } }
@media screen and (min-width: 640px) {
  .leaderboard.visible-sm {
    display: none; } }
@media screen and (min-width: 768px) {
  .leaderboard.visible-sm {
    display: block; } }

.teaser-card {
  min-height: 60px;
  max-height: 232px;
  min-width: 120px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  /*
  .color-scheme--york &__cat a {
  	color: $link-color; // link color light
  }*/
  /*
  &--vertical &__text--no-image {
  	height: 100% !important;
  }*/
  /*
  	&--hybrid &__image {
  		width: 46.67%;		
  		float: left;
  		margin-right: 6px;
  	}
  
  	&--hybrid &__text {
  		display: inline-block; //here was inline
  		width: 50%;
  		vertical-align: top;
  
  		@include respond-min($screen-xs-min) {
  			display: inline-block; //here was block
  			padding: 0;
  			height: 90px;
  		}
  
  		@include respond-min($screen-sm-min) {
  			display: inline-block; // here was inline 
  		}		
  	}
  
  	&--hybrid &__text--no-image {
  		width: 100%;
  	}
  
  	&--hybrid &__title {
  		padding: 0;
  		max-height: 65px; // 3 lines
  	}
  
  	&--hybrid &__cat {
  		padding: 0 0; // here was 0 10px
  
  		@include respond-min($screen-xs-min) {
  			padding: 0 0; // here was 0 5px
  		}
  
  		@include respond-min($screen-sm-min) {
  			padding: 0;
  		}
  	}
  */ }
  .teaser-card__placeholder {
    display: none; }
    .teaser-card__placeholder--no-image {
      display: block;
      height: 90px; }
  .teaser-card__image {
    display: none; }
    @media screen and (min-width: 320px) {
      .teaser-card__image {
        display: block;
        float: left;
        width: 46.67%;
        max-width: 140px;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden; } }
  .teaser-card__image--no-image .teaser-card__img {
    display: none; }
    @media screen and (min-width: 640px) {
      .teaser-card__image--no-image .teaser-card__img {
        display: none; } }
  .teaser-card__text {
    display: inline; }
    .teaser-card__text--no-image {
      position: absolute;
      top: 0;
      left: 0;
      height: 100px;
      background-color: rgba(0, 68, 102, 0.05); }
  .teaser-card__text--no-image {
    position: relative;
    display: block; }
  .teaser-card a:hover {
    text-decoration: underline; }
  .teaser-card__title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem;
    font-weight: normal;
    margin: 0;
    overflow: hidden; }
    .teaser-card__title a {
      color: inherit;
      text-decoration: none; }
  .teaser-card__text--no-image .teaser-card__title {
    padding-top: 0;
    max-height: 164px; }
  .teaser-card--vertical .teaser-card__text--no-image .teaser-card__title, .top-stories--horizontal .top-stories__card .teaser-card__text--no-image .teaser-card__title {
    padding-top: 0;
    max-height: 164px; }
  .color-scheme--blue .teaser-card__title {
    color: #004466; }
    .color-scheme--blue .teaser-card__title a {
      color: #222222; }
    .color-scheme--blue .teaser-card__title a:hover {
      color: #3399cc;
      text-decoration: none; }
  .color-scheme--red .teaser-card__title {
    color: #220000; }
    .color-scheme--red .teaser-card__title a {
      color: #222222; }
    .color-scheme--red .teaser-card__title a:hover {
      color: #750b09;
      text-decoration: none; }
  .color-scheme--green .teaser-card__title {
    color: #003333; }
    .color-scheme--green .teaser-card__title a {
      color: #222222; }
    .color-scheme--green .teaser-card__title a:hover {
      color: #009999;
      text-decoration: none; }
  .color-scheme--plum .teaser-card__title {
    color: #3c0f14; }
    .color-scheme--plum .teaser-card__title a {
      color: #222222; }
    .color-scheme--plum .teaser-card__title a:hover {
      color: #c52e4e;
      text-decoration: none; }
  .color-scheme--york .teaser-card__title {
    color: #222222; }
    .color-scheme--york .teaser-card__title a {
      color: #222222; }
    .color-scheme--york .teaser-card__title a:hover {
      color: #555555;
      text-decoration: none; }
  .color-scheme--scot .teaser-card__title {
    color: #0a224a; }
    .color-scheme--scot .teaser-card__title a {
      color: #222222; }
    .color-scheme--scot .teaser-card__title a:hover {
      color: #0889c6;
      text-decoration: none; }
  .teaser-card__cat {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
    line-height: 2.2rem;
    height: 22px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 146px; }
    .teaser-card__cat a {
      color: #0889c6;
      text-decoration: none; }
  .color-scheme--blue .teaser-card__cat a {
    color: #3399cc; }
  .color-scheme--red .teaser-card__cat a {
    color: #750b09; }
  .color-scheme--green .teaser-card__cat a {
    color: #009999; }
  .color-scheme--plum .teaser-card__cat a {
    color: #c52e4e; }
  .color-scheme--york .teaser-card__cat a {
    color: #555555; }
  .color-scheme--scot .teaser-card__cat a {
    color: #0889c6; }
  .teaser-card__text--no-image .teaser-card__cat {
    position: absolute;
    left: 0px; }
    @media screen and (min-width: 640px) {
      .teaser-card__text--no-image .teaser-card__cat {
        position: absolute; } }
    @media screen and (min-width: 960px) {
      .teaser-card__text--no-image .teaser-card__cat {
        position: absolute; } }
  @media screen and (min-width: 640px) {
    .teaser-card--horizontal, .top-stories--vertical .top-stories__card {
      height: 95px; } }
  @media screen and (min-width: 960px) {
    .teaser-card--horizontal, .top-stories--vertical .top-stories__card {
      height: 100%; } }
  .teaser-card--vertical, .top-stories--horizontal .top-stories__card {
    height: 185px; }
  .teaser-card--vertical .teaser-card__cat, .top-stories--horizontal .top-stories__card .teaser-card__cat {
    position: absolute; }
  .teaser-card--horizontal .teaser-card__text--no-image .teaser-card__title, .top-stories--vertical .top-stories__card .teaser-card__text--no-image .teaser-card__title {
    padding-left: 6px; }
  .teaser-card--horizontal .teaser-card__text--no-image .teaser-card__cat, .top-stories--vertical .top-stories__card .teaser-card__text--no-image .teaser-card__cat {
    left: 6px; }
  .teaser-card--horizontal .teaser-card__image, .top-stories--vertical .top-stories__card .teaser-card__image {
    width: 46.67%;
    margin-right: 6px; }
  .teaser-card--horizontal .teaser-card__image--no-image, .top-stories--vertical .top-stories__card .teaser-card__image--no-image {
    display: none; }
  .teaser-card--horizontal .teaser-card__text, .top-stories--vertical .top-stories__card .teaser-card__text {
    display: inline; }
  .teaser-card--horizontal .teaser-card__text--no-image, .top-stories--vertical .top-stories__card .teaser-card__text--no-image {
    display: block; }
  .teaser-card--vertical .teaser-card__image, .top-stories--horizontal .top-stories__card .teaser-card__image {
    width: 100%;
    height: auto;
    float: none;
    margin-left: 0; }
  .teaser-card--vertical .teaser-card__image--no-image, .top-stories--horizontal .top-stories__card .teaser-card__image--no-image {
    display: none; }
  .teaser-card--vertical .teaser-card__text, .top-stories--horizontal .top-stories__card .teaser-card__text {
    display: inline-block;
    padding: 0;
    height: 90px; }
  .teaser-card--vertical .teaser-card__text--no-image, .top-stories--horizontal .top-stories__card .teaser-card__text--no-image {
    display: block;
    height: 185px; }
  .teaser-card--horizontal .teaser-card__title, .top-stories--vertical .top-stories__card .teaser-card__title {
    max-height: 64px;
    padding: 0; }
  .teaser-card--vertical .teaser-card__title, .top-stories--horizontal .top-stories__card .teaser-card__title {
    max-height: 70px;
    padding: 8px 0 0 0; }
  .teaser-card--horizontal .teaser-card__cat, .top-stories--vertical .top-stories__card .teaser-card__cat {
    padding: 0; }
  .teaser-card--vertical .teaser-card__cat, .top-stories--horizontal .top-stories__card .teaser-card__cat {
    padding: 0; }
  .teaser-card--vertical .teaser-card__cat, .top-stories--horizontal .top-stories__card .teaser-card__cat {
    left: 0; }

.top-stories {
  margin-bottom: 2rem;
  	/*
  	&--horizontal &__card .teaser-card--no-image .teaser-card__text {
  		height: 100%;
  	}
  
  	&--horizontal .teaser-card--no-image .teaser-card__text .teaser-card__title {
  		//max-height: 128px;
  		height: 100%;
  	}
  	*/ }
  .top-stories__title {
    display: block;
    height: auto;
    font-family: "OpenSans-Semibold";
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 28px;
    line-height: 2.8rem;
    padding: 0 0 10px 0;
    margin: 0;
    background: none; }
    .color-scheme--blue .top-stories__title {
      color: #004466; }
    .color-scheme--red .top-stories__title {
      color: #220000; }
    .color-scheme--green .top-stories__title {
      color: #003333; }
    .color-scheme--plum .top-stories__title {
      color: #3c0f14; }
    .color-scheme--york .top-stories__title {
      color: #222222; }
    .color-scheme--scot .top-stories__title {
      color: #0a224a; }
  .top-stories__card {
    position: relative;
    overflow: hidden; }
  .top-stories__list {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-left: -10px;
    margin-right: -10px; }
    .top-stories__list:before, .top-stories__list:after {
      content: " ";
      display: table; }
    .top-stories__list:after {
      clear: both; }
  .top-stories__list:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  .top-stories__list-item {
    margin: 0 0 10px; }
  .top-stories:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  .top-stories--vertical {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 100%; }
    @media screen and (min-width: 320px) {
      .top-stories--vertical {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%; } }
    @media screen and (min-width: 481px) {
      .top-stories--vertical {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%; } }
    @media screen and (min-width: 640px) {
      .top-stories--vertical {
        padding-left: 10px;
        padding-right: 10px;
        width: 50%; } }
    @media screen and (min-width: 960px) {
      .top-stories--vertical {
        padding-left: 10px;
        padding-right: 10px;
        width: 33.33333%; } }
    @media screen and (min-width: 1300px) {
      .top-stories--vertical {
        padding-left: 10px;
        padding-right: 10px;
        width: 25%; } }
  .top-stories--vertical .top-stories__list-item {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 100%; }
    @media screen and (min-width: 320px) {
      .top-stories--vertical .top-stories__list-item {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%; } }
    @media screen and (min-width: 481px) {
      .top-stories--vertical .top-stories__list-item {
        padding-left: 10px;
        padding-right: 10px;
        width: 33.33333%; } }
    @media screen and (min-width: 640px) {
      .top-stories--vertical .top-stories__list-item {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%; } }
    @media screen and (min-width: 960px) {
      .top-stories--vertical .top-stories__list-item {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%; } }
    @media screen and (min-width: 1300px) {
      .top-stories--vertical .top-stories__list-item {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%; } }
  .top-stories--horizontal {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 100%; }
    @media screen and (min-width: 320px) {
      .top-stories--horizontal {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%; } }
    @media screen and (min-width: 481px) {
      .top-stories--horizontal {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%; } }
    @media screen and (min-width: 640px) {
      .top-stories--horizontal {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%; } }
    @media screen and (min-width: 960px) {
      .top-stories--horizontal {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%; } }
    @media screen and (min-width: 1300px) {
      .top-stories--horizontal {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%; } }
  .top-stories--horizontal .top-stories__list-item {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 50%; }
    @media screen and (min-width: 320px) {
      .top-stories--horizontal .top-stories__list-item {
        padding-left: 10px;
        padding-right: 10px;
        width: 50%; } }
    @media screen and (min-width: 481px) {
      .top-stories--horizontal .top-stories__list-item {
        padding-left: 10px;
        padding-right: 10px;
        width: 33.33333%; } }
    @media screen and (min-width: 640px) {
      .top-stories--horizontal .top-stories__list-item {
        padding-left: 10px;
        padding-right: 10px;
        width: 25%; } }
    @media screen and (min-width: 960px) {
      .top-stories--horizontal .top-stories__list-item {
        padding-left: 10px;
        padding-right: 10px;
        width: 25%; } }
    @media screen and (min-width: 1300px) {
      .top-stories--horizontal .top-stories__list-item {
        padding-left: 10px;
        padding-right: 10px;
        width: 16.66667%; } }
  .section .top-stories--horizontal {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 100%; }
    @media screen and (min-width: 320px) {
      .section .top-stories--horizontal {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%; } }
    @media screen and (min-width: 481px) {
      .section .top-stories--horizontal {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%; } }
    @media screen and (min-width: 640px) {
      .section .top-stories--horizontal {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%; } }
    @media screen and (min-width: 960px) {
      .section .top-stories--horizontal {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%; } }
    @media screen and (min-width: 1300px) {
      .section .top-stories--horizontal {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%; } }
  .section .top-stories--horizontal .top-stories__list-item {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 50%; }
    @media screen and (min-width: 320px) {
      .section .top-stories--horizontal .top-stories__list-item {
        padding-left: 10px;
        padding-right: 10px;
        width: 50%; } }
    @media screen and (min-width: 481px) {
      .section .top-stories--horizontal .top-stories__list-item {
        padding-left: 10px;
        padding-right: 10px;
        width: 33.33333%; } }
    @media screen and (min-width: 640px) {
      .section .top-stories--horizontal .top-stories__list-item {
        padding-left: 10px;
        padding-right: 10px;
        width: 25%; } }
    @media screen and (min-width: 960px) {
      .section .top-stories--horizontal .top-stories__list-item {
        padding-left: 10px;
        padding-right: 10px;
        width: 25%; } }
    @media screen and (min-width: 1300px) {
      .section .top-stories--horizontal .top-stories__list-item {
        padding-left: 10px;
        padding-right: 10px;
        width: 25%; } }
  .section .top-stories--vertical {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 100%; }
    @media screen and (min-width: 320px) {
      .section .top-stories--vertical {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%; } }
    @media screen and (min-width: 481px) {
      .section .top-stories--vertical {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%; } }
    @media screen and (min-width: 640px) {
      .section .top-stories--vertical {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%; } }
    @media screen and (min-width: 960px) {
      .section .top-stories--vertical {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%; } }
    @media screen and (min-width: 1300px) {
      .section .top-stories--vertical {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%; } }
  .section .top-stories__list-item {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 100%; }
    @media screen and (min-width: 320px) {
      .section .top-stories__list-item {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%; } }
    @media screen and (min-width: 481px) {
      .section .top-stories__list-item {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%; } }
    @media screen and (min-width: 640px) {
      .section .top-stories__list-item {
        padding-left: 10px;
        padding-right: 10px;
        width: 50%; } }
    @media screen and (min-width: 960px) {
      .section .top-stories__list-item {
        padding-left: 10px;
        padding-right: 10px;
        width: 50%; } }
    @media screen and (min-width: 1300px) {
      .section .top-stories__list-item {
        padding-left: 10px;
        padding-right: 10px;
        width: 50%; } }
  .aside .top-stories--horizontal {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 100%; }
    @media screen and (min-width: 320px) {
      .aside .top-stories--horizontal {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%; } }
    @media screen and (min-width: 481px) {
      .aside .top-stories--horizontal {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%; } }
    @media screen and (min-width: 640px) {
      .aside .top-stories--horizontal {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%; } }
    @media screen and (min-width: 960px) {
      .aside .top-stories--horizontal {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%; } }
    @media screen and (min-width: 1300px) {
      .aside .top-stories--horizontal {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%; } }
  .aside .top-stories--horizontal .top-stories__list-item {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 50%; }
    @media screen and (min-width: 320px) {
      .aside .top-stories--horizontal .top-stories__list-item {
        padding-left: 10px;
        padding-right: 10px;
        width: 50%; } }
    @media screen and (min-width: 481px) {
      .aside .top-stories--horizontal .top-stories__list-item {
        padding-left: 10px;
        padding-right: 10px;
        width: 33.33333%; } }
    @media screen and (min-width: 640px) {
      .aside .top-stories--horizontal .top-stories__list-item {
        padding-left: 10px;
        padding-right: 10px;
        width: 25%; } }
    @media screen and (min-width: 960px) {
      .aside .top-stories--horizontal .top-stories__list-item {
        padding-left: 10px;
        padding-right: 10px;
        width: 50%; } }
    @media screen and (min-width: 1300px) {
      .aside .top-stories--horizontal .top-stories__list-item {
        padding-left: 10px;
        padding-right: 10px;
        width: 50%; } }
  .aside .top-stories--vertical {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 100%; }
    @media screen and (min-width: 320px) {
      .aside .top-stories--vertical {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%; } }
    @media screen and (min-width: 481px) {
      .aside .top-stories--vertical {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%; } }
    @media screen and (min-width: 640px) {
      .aside .top-stories--vertical {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%; } }
    @media screen and (min-width: 960px) {
      .aside .top-stories--vertical {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%; } }
    @media screen and (min-width: 1300px) {
      .aside .top-stories--vertical {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%; } }
  .aside .top-stories--vertical .top-stories__list-item {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 100%; }
    @media screen and (min-width: 320px) {
      .aside .top-stories--vertical .top-stories__list-item {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%; } }
    @media screen and (min-width: 481px) {
      .aside .top-stories--vertical .top-stories__list-item {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%; } }
    @media screen and (min-width: 640px) {
      .aside .top-stories--vertical .top-stories__list-item {
        padding-left: 10px;
        padding-right: 10px;
        width: 50%; } }
    @media screen and (min-width: 960px) {
      .aside .top-stories--vertical .top-stories__list-item {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%; } }
    @media screen and (min-width: 1300px) {
      .aside .top-stories--vertical .top-stories__list-item {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%; } }
  .full .top-stories--horizontal {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 100%; }
    @media screen and (min-width: 320px) {
      .full .top-stories--horizontal {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%; } }
    @media screen and (min-width: 481px) {
      .full .top-stories--horizontal {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%; } }
    @media screen and (min-width: 640px) {
      .full .top-stories--horizontal {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%; } }
    @media screen and (min-width: 960px) {
      .full .top-stories--horizontal {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%; } }
    @media screen and (min-width: 1300px) {
      .full .top-stories--horizontal {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%; } }
  .full .top-stories--horizontal .top-stories__list {
    margin-left: -10px;
    margin-right: -10px; }
    .full .top-stories--horizontal .top-stories__list:before, .full .top-stories--horizontal .top-stories__list:after {
      content: " ";
      display: table; }
    .full .top-stories--horizontal .top-stories__list:after {
      clear: both; }
  .full .top-stories--horizontal .top-stories__list-item {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 50%; }
    @media screen and (min-width: 320px) {
      .full .top-stories--horizontal .top-stories__list-item {
        padding-left: 10px;
        padding-right: 10px;
        width: 50%; } }
    @media screen and (min-width: 481px) {
      .full .top-stories--horizontal .top-stories__list-item {
        padding-left: 10px;
        padding-right: 10px;
        width: 33.33333%; } }
    @media screen and (min-width: 640px) {
      .full .top-stories--horizontal .top-stories__list-item {
        padding-left: 10px;
        padding-right: 10px;
        width: 25%; } }
    @media screen and (min-width: 960px) {
      .full .top-stories--horizontal .top-stories__list-item {
        padding-left: 10px;
        padding-right: 10px;
        width: 16.66667%; } }
    @media screen and (min-width: 1300px) {
      .full .top-stories--horizontal .top-stories__list-item {
        padding-left: 10px;
        padding-right: 10px;
        width: 16.66667%; } }
  .top-stories .teaser__promoted {
    position: absolute;
    bottom: 0;
    color: #666;
    font-size: 12px; }
  .top-stories .teaser-card__text .teaser__promoted {
    left: 146px; }
  .top-stories .teaser-card__text--no-image .teaser__promoted {
    left: 6px; }



/*# sourceMappingURL=top-stories.css.map */
