/*
 * 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";
*/
.responsive-img img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  min-width: 100%;
  height: auto; }

.responsive-img--3x2, .teaser-card__image-link {
  position: relative;
  width: 100%;
  padding-top: 66%;
  box-sizing: border-box;
  display: block; }
  .responsive-img--3x2 img, .teaser-card__image-link img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover; }

.responsive-img--16x9, .video-card__image-link {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  box-sizing: border-box;
  display: block; }
  .responsive-img--16x9 img, .video-card__image-link img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover; }

.brightcove-video, .youtube-video, .card .youtubePlayer-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  box-sizing: border-box;
  display: block;
  margin-bottom: 2rem; }
  .brightcove-video > iframe, .youtube-video > iframe, .card .youtubePlayer-container > iframe, .brightcove-video > div, .youtube-video > div, .card .youtubePlayer-container > div, .brightcove-video > video, .youtube-video > video, .card .youtubePlayer-container > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@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; } }

/*
 * 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";
*/
.responsive-img img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  min-width: 100%;
  height: auto; }

.responsive-img--3x2, .teaser-card__image-link {
  position: relative;
  width: 100%;
  padding-top: 66%;
  box-sizing: border-box;
  display: block; }
  .responsive-img--3x2 img, .teaser-card__image-link img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover; }

.responsive-img--16x9, .video-card__image-link {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  box-sizing: border-box;
  display: block; }
  .responsive-img--16x9 img, .video-card__image-link img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover; }

.brightcove-video, .youtube-video, .card .youtubePlayer-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  box-sizing: border-box;
  display: block;
  margin-bottom: 2rem; }
  .brightcove-video > iframe, .youtube-video > iframe, .card .youtubePlayer-container > iframe, .brightcove-video > div, .youtube-video > div, .card .youtubePlayer-container > div, .brightcove-video > video, .youtube-video > video, .card .youtubePlayer-container > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.hidden-xxs {
  display: none; }

.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: 640px) {
  .leaderboard.hidden-sm {
    display: block; } }
@media screen and (min-width: 640px) {
  .leaderboard.visible-sm {
    display: none; } }

html {
  -webkit-font-smoothing: antialiased; }

.main-container, .main-container *, .main-container *:before, .main *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: "OpenSans-Regular", sans-serif;
  font-size: 62.5%; }

body {
  font-family: "OpenSans-Regular", sans-serif;
  font-size: 14px; }

.main-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding: 0;
  background: white !important;
  position: relative; }
  .main-container:before, .main-container:after {
    content: " ";
    display: table; }
  .main-container:after {
    clear: both; }
  @media screen and (min-width: 640px) and (orientation: portrait) {
    .main-container {
      padding-top: 20px;
      padding-left: 10px;
      padding-right: 10px;
      padding-bottom: 0;
      width: 992px; } }

.main-container .main {
  width: 100%; }

.main__aside {
  width: 100%; }

.main__section {
  width: 100%;
  clear: both; }

.ads-slot {
  margin-left: -10px;
  margin-right: -10px; }
  .ads-slot:before, .ads-slot:after {
    content: " ";
    display: table; }
  .ads-slot:after {
    clear: both; }

.google-advert {
  float: left;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%; }

.main-slot {
  margin-left: -10px;
  margin-right: -10px; }
  .main-slot:before, .main-slot:after {
    content: " ";
    display: table; }
  .main-slot:after {
    clear: both; }

.second-slot {
  margin-left: -10px;
  margin-right: -10px; }
  .second-slot:before, .second-slot:after {
    content: " ";
    display: table; }
  .second-slot:after {
    clear: both; }

.third-slot {
  margin-left: -10px;
  margin-right: -10px; }
  .third-slot:before, .third-slot:after {
    content: " ";
    display: table; }
  .third-slot:after {
    clear: both; }

.main-content .article header, .article__header {
  margin-bottom: 0rem; }

.adsContainer.one-advert, .adsContainer.two-adverts, .adsContainer.three-adverts {
  width: 100% !important; }

.main-content .article .article-content p {
  line-height: 24px; }

.main-container .back-to-top {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0; }
  @media screen and (min-width: 640px) and (orientation: portrait) {
    .main-container .back-to-top {
      display: block; } }

.main-container .adGPTTag.adTagReady[data-adtag-type="leaderboard"][data-adtag-pos="bottom"] {
  clear: both;
  max-height: 9rem;
  margin-bottom: 6rem; }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("/assets/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("/assets/fonts/bootstrap/glyphicons-halflings-regular.eot#iefix") format("embedded-opentype"), url("/assets/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("/assets/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/*@font-face {
  font-family: 'fontello-arrows';
  src: url('/assets/fonts/fontello-arrows.eot');
  src: url('/assets/fonts/fontello-arrows.eot#iefix') format('embedded-opentype'),
       url('/assets/fonts/fontello-arrows.woff') format('woff'),
       url('/assets/fonts/fontello-arrows.ttf') format('truetype'),
       url('/assets/fonts/fontello-arrows.svg#fontello-arrows') format('svg');
  font-weight: normal;
  font-style: normal;
}*/
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello-arrows';
    src: url('../font/fontello-arrows.svg?1420280#fontello-arrows') format('svg');
  }
}
*/
.bulletlist {
  margin: 0 0 2rem 0;
  padding: 0;
  width: 100%; }
  .bulletlist__item {
    padding: .6rem .6rem .6rem 3rem;
    border-bottom: 1px solid rgba(34, 34, 34, 0.05);
    margin: 0 0 1px 0;
    background-position: 0px 1rem;
    list-style: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .bulletlist__item p {
      color: #222222;
      font-size: 1.6rem;
      line-height: 2.4rem;
      display: inline-block;
      vertical-align: text-top;
      margin: 0;
      width: 100%;
      word-wrap: break-word;
      -webkit-hyphens: manual;
      -moz-hyphens: manual;
      -ms-hyphens: manual;
      -o-hyphens: manual;
      hyphens: manual;
      overflow-wrap: break-word;
      word-wrap: break-word;
      overflow: visible;
      word-break: break-word; }
  .bulletlist__item:before {
    /*font-family: 'fontello-arrows';
    content: '\e802';*/
    font-family: 'Glyphicons Halflings';
    content: "\e080";
    display: inline-block;
    width: 16px;
    height: 16px;
    padding-top: 5px;
    vertical-align: text-top;
    margin-left: -30px;
    margin-right: 14px;
    line-height: normal; }
  .bulletlist__item:before {
    color: #004466; }

.pullquote {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  clear: both;
  display: block;
  float: none;
  text-align: left;
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding: 2rem 2rem 4.4rem;
  margin: 0 2rem 2rem 0;
  width: 100%;
  word-wrap: break-word;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  -ms-hyphens: manual;
  -o-hyphens: manual;
  hyphens: manual;
  overflow-wrap: break-word;
  word-wrap: break-word;
  overflow: visible;
  word-break: break-word;
  background-color: rgba(0, 68, 102, 0.05);
  color: #004466; }
  .pullquote__quote {
    font-family: "OpenSans-Regular";
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 2.4rem;
    text-align: left;
    padding: 0;
    background: none; }
  .pullquote:before {
    content: "\201C";
    display: block;
    font-family: Arial;
    font-size: 13rem;
    left: 0;
    margin: 0;
    position: static; }
  .pullquote__cite {
    display: block;
    border-top: 1px solid rgba(34, 34, 34, 0.05);
    font-size: 1.4rem;
    font-style: italic;
    left: 0;
    line-height: 1.8rem;
    margin: 4rem 0 -2rem 0;
    padding: 0.4rem 0 0 0;
    position: relative;
    width: 100%;
    word-wrap: break-word;
    -webkit-hyphens: manual;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
    -o-hyphens: manual;
    hyphens: manual;
    overflow-wrap: break-word;
    word-wrap: break-word;
    overflow: visible;
    word-break: break-word; }
  .pullquote:after {
    display: none; }

@media only screen {
  .ie .brightcove-video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    box-sizing: border-box;
    display: block;
    margin-bottom: 2rem; } }
@media only screen {
  .ie .brightcove-video > iframe, .ie .brightcove-video > div, .ie .brightcove-video > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; } }

.comments-cta {
  float: right;
  width: 14rem;
  padding: 1rem;
  text-align: center;
  margin: 0 0rem 1.4rem 1.4rem;
  text-decoration: none;
  margin-left: 2rem;
  margin-bottom: 2rem;
  outline: none;
  color: #004466;
  background-color: rgba(34, 34, 34, 0.05);
  color: #004466; }
  .comments-cta :active {
    color: #004466;
    background-color: rgba(34, 34, 34, 0.05); }
  .comments-cta :active {
    color: #004466; }
  .comments-cta:hover {
    text-decoration: none;
    outline: none;
    color: #004466;
    color: #004466; }
  .comments-cta:focus {
    text-decoration: none;
    color: #004466;
    color: #004466; }
  .comments-cta__title {
    display: block;
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 700;
    padding: 0.4rem 0.8rem;
    background-color: white;
    color: #004466;
    border: 1px solid rgba(0, 68, 102, 0.1);
    color: #004466;
    border: 1px solid rgba(0, 68, 102, 0.1); }
  .comments-cta__count {
    font-size: 3rem;
    line-height: 2.2rem;
    padding: .4rem .8rem;
    font-weight: 600;
    display: block;
    color: #004466;
    color: #004466; }
  .comments-cta__count::after {
    font-family: "OpenSans-Light";
    font-weight: 300;
    font-size: 1.6rem;
    content: ' comments';
    text-transform: lowercase;
    display: block;
    color: #004466;
    color: #004466; }
  .comments-cta__icon {
    display: inline-block;
    margin: 0 auto;
    width: 6rem;
    height: 6rem;
    margin-top: 0.5rem;
    transition: all 0.1s ease;
    color: #004466;
    fill: #004466;
    color: #004466;
    fill: #004466; }
    .comments-cta__icon:hover {
      width: 7rem;
      height: 7rem;
      margin-top: 0;
      fill: #0050aa;
      fill: #0050aa; }
  .comments-cta__icon-container {
    display: inline-block;
    height: 8rem;
    width: 100%;
    margin: 0; }

.image {
  display: table; }
  .image__caption {
    display: table-caption;
    caption-side: bottom;
    padding: 0.4rem; }
  .image__caption-text {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    line-height: 1.8rem;
    max-height: 5.4rem;
    overflow: hidden; }
  .image__caption {
    background: white !important;
    border-bottom: solid 1px rgba(34, 34, 34, 0.1); }
  .image__caption-text {
    color: #222222; }
  .image__caption--top {
    display: table-caption;
    caption-side: top; }
  .image__caption--top {
    border-bottom: none;
    border-top: solid 1px rgba(34, 34, 34, 0.1); }
  .image__caption--bottom {
    display: table-caption;
    caption-side: bottom; }
  .image__caption--bottom {
    border-top: none;
    border-bottom: solid 1px rgba(34, 34, 34, 0.1); }
  .image--inline-left {
    float: left;
    margin-right: 2rem; }
  .image--inline-right {
    float: right;
    margin-left: 2rem; }

.inline-image, .inline-image--left, .inline-image--right {
  display: table;
  margin: 2rem auto !important;
  text-align: center !important;
  min-width: 300px !important;
  clear: both !important;
  width: auto !important;
  background: rgba(0, 68, 102, 0.05) !important; }
  .inline-image img, .inline-image--left img, .inline-image--right img {
    display: block;
    margin: 0 auto !important;
    width: auto !important; }
  .inline-image__caption {
    display: table-caption;
    caption-side: bottom;
    min-width: 300px !important;
    background: #F5F5F5;
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);
    padding: .4rem .4rem !important;
    font-size: 1.2rem;
    text-align: left;
    /* controling the maximum number of text lines displayed */
    line-height: 1.6rem;
    height: 100% !important;
    max-height: 100% !important; }

.inline-image--left {
  float: left; }

.inline-image--right {
  float: right; }

.sharetool__list--1 .sharetool__item {
  width: 100%; }

.sharetool__list--2 .sharetool__item {
  width: 50%; }

.sharetool__list--3 .sharetool__item {
  width: 33.33%; }

.sharetool__list--4 .sharetool__item {
  width: 25%; }

.sharetool__list--5 .sharetool__item {
  width: 20%; }

.sharetool__list--6 .sharetool__item {
  width: 16.66%; }

.sharetool * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.sharetool {
  cursor: pointer;
  position: fixed;
  z-index: 9999;
  bottom: 0;
  padding: 0;
  display: block;
  width: 100%;
  height: 40px;
  text-align: center; }
  @media screen and (min-width: 640px) {
    .sharetool {
      float: left;
      min-height: 1px;
      padding-left: 10px;
      padding-right: 10px;
      position: relative;
      width: 100%;
      padding-left: 10px;
      padding-right: 10px;
      width: 100%;
      margin-bottom: 2rem; } }
  .sharetool__list {
    display: table;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%; }
    @media screen and (min-width: 640px) {
      .sharetool__list {
        margin-left: 0;
        margin-right: 0; }
        .sharetool__list:before, .sharetool__list:after {
          content: " ";
          display: table; }
        .sharetool__list:after {
          clear: both; } }
  .sharetool__item {
    display: table-cell;
    width: 25%;
    height: 40px;
    vertical-align: top; }
    .sharetool__item a {
      display: block;
      height: 100%; }
    .sharetool__item a:focus {
      outline: none; }
  .sharetool__twitter {
    background: #55acee; }
  .sharetool__facebook {
    background: #3b5998; }
  .sharetool__gplus {
    background: #dd4b39; }
  .sharetool__email {
    background: #0a224a; }
  .sharetool:after {
    clear: both; }
  .sharetool__icon {
    display: inline-block; }
  .sharetool .twitter-icon {
    background: url("/assets/images/jp-sprite.svg") no-repeat -136px -214px;
    width: 21px;
    height: 18px;
    margin-top: 12px; }
  .sharetool .fb-icon {
    background: url("/assets/images/jp-sprite.svg") no-repeat -177px -209px;
    width: 14px;
    height: 26px;
    margin-top: 8px; }
  .sharetool .gplus-icon {
    background: url("/assets/images/jp-sprite.svg") no-repeat -216px -211px;
    width: 22px;
    height: 22px;
    margin-top: 10px; }
  .sharetool .email-icon {
    background: url("/assets/images/jp-sprite.svg") no-repeat -256px -216px;
    width: 21px;
    height: 13px;
    margin-top: 14px; }

.ugc-cta {
  clear: both;
  padding: 1rem 0;
  text-align: center; }
  .ugc-cta__title {
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-family: "OpenSans-Semibold";
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 2.6rem; }
  .ugc-cta__description {
    padding: .8rem;
    display: block;
    font-weight: 400;
    margin: .8rem 0; }
  .ugc-cta__buttons a {
    text-align: center;
    font-size: 0; }
  .ugc-cta__icon {
    width: 5rem;
    height: 5rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    cursor: pointer; }

.ugc-cta__title {
  color: #004466; }
.ugc-cta__description {
  color: #004466;
  border-top: 1px solid rgba(0, 68, 102, 0.2);
  /*modify here with an apropiate color*/
  background: rgba(0, 68, 102, 0.05); }
.ugc-cta__icon {
  fill: #004466; }
  .ugc-cta__icon:hover {
    fill: #0050aa; }

.youtube-video {
  clear: both;
  margin-bottom: 2rem; }

.dartadvert {
  clear: both;
  float: none;
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 2rem auto; }

.dartadvert + p {
  margin-top: 0; }

.dartadvert:empty {
  margin: 0; }

#adTag_sticky {
  clear: both;
  float: none;
  width: 100%;
  background: transparent;
  height: 1px; }

.adTag article,
.adTag aside,
.adTag details,
.adTag figcaption,
.adTag figure,
.adTag footer,
.adTag header,
.adTag hgroup,
.adTag main,
.adTag nav,
.adTag section,
.adTag summary {
  display: block; }
.adTag audio,
.adTag canvas,
.adTag progress,
.adTag video {
  display: inline-block;
  vertical-align: baseline; }
.adTag audio:not([controls]) {
  display: none;
  height: 0; }
.adTag [hidden],
.adTag template {
  display: none; }
.adTag a {
  background: transparent; }
.adTag a:active,
.adTag a:hover {
  outline: 0; }
.adTag abbr[title] {
  border-bottom: 1px dotted; }
.adTag b,
.adTag strong {
  font-weight: bold; }
.adTag dfn {
  font-style: italic; }
.adTag h1 {
  font-size: 2em;
  margin: 0.67em 0; }
.adTag mark {
  background: #ff0;
  color: #000; }
.adTag small {
  font-size: 80%; }
.adTag sub,
.adTag sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }
.adTag sup {
  top: -0.5em; }
.adTag sub {
  bottom: -0.25em; }
.adTag img {
  border: 0; }
.adTag svg:not(:root) {
  overflow: hidden; }
.adTag figure {
  margin: 1em 40px; }
.adTag hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }
.adTag pre {
  overflow: auto; }
.adTag code,
.adTag kbd,
.adTag pre,
.adTag samp {
  font-family: monospace, monospace;
  font-size: 1em; }
.adTag button,
.adTag input,
.adTag optgroup,
.adTag select,
.adTag textarea {
  color: inherit;
  font: inherit;
  margin: 0; }
.adTag button {
  overflow: visible; }
.adTag button,
.adTag select {
  text-transform: none; }
.adTag button,
.adTag html input[type="button"],
.adTag input[type="reset"],
.adTag input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }
.adTag button[disabled],
.adTag html input[disabled] {
  cursor: default; }
.adTag button::-moz-focus-inner,
.adTag input::-moz-focus-inner {
  border: 0;
  padding: 0; }
.adTag input {
  line-height: normal; }
.adTag input[type="checkbox"],
.adTag input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }
.adTag input[type="number"]::-webkit-inner-spin-button,
.adTag input[type="number"]::-webkit-outer-spin-button {
  height: auto; }
.adTag input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
.adTag input[type="search"]::-webkit-search-cancel-button,
.adTag input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }
.adTag fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }
.adTag legend {
  border: 0;
  padding: 0; }
.adTag textarea {
  overflow: auto; }
.adTag optgroup {
  font-weight: bold; }
.adTag table {
  border-collapse: collapse;
  border-spacing: 0; }
.adTag td,
.adTag th {
  padding: 0; }

.outbrain.outbrain--recommended {
  float: left;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  margin: 0 0 20px 0; }
  @media screen and (min-width: 640px) and (orientation: portrait) {
    .outbrain.outbrain--recommended {
      margin: 0; } }
  .outbrain.outbrain--recommended .ob-widget .ob-widget-header {
    font-family: "OpenSans-Semibold";
    font-weight: 600;
    font-size: 2.6rem;
    letter-spacing: -1px;
    padding-bottom: 10px; }
  .outbrain.outbrain--recommended .ob-widget.MB_3 .ob-widget-header {
    color: #004466;
    background: rgba(0, 68, 102, 0.05);
    text-transform: uppercase;
    padding: .4rem;
    font-family: "OpenSans-Bold";
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.6rem;
    text-align: left;
    margin-bottom: 10px;
    letter-spacing: normal; }
  .outbrain.outbrain--recommended .ob-widget.MB_3 .ob-rec-text {
    color: #347fbf;
    font-size: 1.4rem;
    padding: 0 10px 20px 10px; }
  .outbrain.outbrain--recommended .ob-widget.MB_3 .ob-dynamic-rec-container {
    border-bottom: solid 1px rgba(0, 68, 102, 0.1); }
  .outbrain.outbrain--recommended .ob-widget .ob-rec-text {
    color: #222222; }
  .outbrain.outbrain--recommended .ob-widget .ob-widget-header {
    color: #004466; }
  .outbrain.outbrain--recommended .ob-widget .ob-rec-text:hover {
    color: #0050aa; }

.outbrain.outbrain--promoted {
  float: left;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  margin: 0 0 20px 0;
  clear: both; }
  @media screen and (min-width: 640px) and (orientation: portrait) {
    .outbrain.outbrain--promoted {
      margin: 0; } }
  .outbrain.outbrain--promoted .ob-widget .ob-widget-header {
    font-family: "OpenSans-Semibold";
    font-weight: 600;
    font-size: 2.6rem;
    letter-spacing: -1px;
    padding-bottom: 10px; }
  .outbrain.outbrain--promoted .ob-widget.MB_4 .ob-widget-header {
    color: #004466;
    background: rgba(0, 68, 102, 0.05);
    text-transform: uppercase;
    padding: .4rem;
    font-family: "OpenSans-Bold";
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.6rem;
    text-align: left;
    margin-bottom: 10px;
    letter-spacing: normal; }
  .outbrain.outbrain--promoted .MB_4.ob-widget .ob-rec-image-container {
    overflow: hidden; }
  .outbrain.outbrain--promoted .SB_1.ob-one-column-layout .ob-unit.ob-rec-image-container {
    overflow: hidden; }
  .outbrain.outbrain--promoted .SB_1 .ob-unit.ob-rec-text {
    width: 154px; }
  .outbrain.outbrain--promoted .MB_4.ob-widget .ob-rec-image-container .ob-image-ratio {
    padding-top: 66.66666666666666%; }
  .outbrain.outbrain--promoted .SB_1.ob-widget .ob-rec-image-container .ob-image-ratio {
    padding-top: 66.66666666666666%; }
  .outbrain.outbrain--promoted .ob-widget.MB_4 .ob-unit.ob-rec-source {
    display: block; }
  .outbrain.outbrain--promoted .ob-widget.SB_1 .ob-unit.ob-rec-text {
    margin-left: 146px; }
  .outbrain.outbrain--promoted .ob-widget .ob-rec-text {
    color: #222222; }
  .outbrain.outbrain--promoted .ob-widget .ob-widget-header {
    color: #004466; }
  .outbrain.outbrain--promoted .ob-widget .ob-rec-text:hover {
    color: #0050aa; }

.timestamp {
  display: table-cell;
  margin: 0 0 .8rem 0; }
  .timestamp:before {
    font-family: "OpenSans-Light";
    display: block;
    clear: both;
    text-transform: lowercase;
    text-align: left;
    font-size: 1.3rem;
    font-weight: 200;
    padding: 2px 4px;
    border-bottom: 1px solid rgba(34, 34, 34, 0.1); }
  .timestamp__time {
    float: left;
    font-family: "OpenSans-Semibold";
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin: 2px 4px; }
  .timestamp__date {
    float: left;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin: 2px 4px; }
  .timestamp--published {
    color: #222222; }
    .timestamp--published:before {
      content: "published";
      color: #222222; }
  .timestamp--updated {
    color: #990000;
    width: 50%; }
    .timestamp--updated:before {
      content: "updated";
      color: #990000; }

.image-caption {
  box-sizing: content-box;
  padding: 0.4rem; }
  .image-caption__text {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    line-height: 1.8rem;
    max-height: 100%;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    word-wrap: break-word;
    -webkit-hyphens: manual;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
    -o-hyphens: manual;
    hyphens: manual;
    overflow-wrap: break-word;
    word-wrap: break-word;
    overflow: visible;
    word-break: break-word; }
  .image-caption--overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0 10px;
    padding: 9px 20px 11px 20px; }
    .image-caption--overlay .image-caption__text {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 22px;
      line-height: 2.2rem;
      font-weight: normal;
      margin: 0;
      padding: 0;
      max-height: 6.6rem;
      overflow: hidden; }
  .image-caption {
    background: rgba(255, 255, 255, 0.9);
    border-bottom: solid 1px rgba(34, 34, 34, 0.1); }
    .image-caption__text {
      color: #222222; }
  .image-caption--overlay {
    color: white;
    background: rgba(50, 50, 50, 0.8); }
    .image-caption--overlay .image-caption__text {
      color: white; }

.lead-image {
  display: block;
  margin: 0;
  margin-bottom: 2rem;
  background: rgba(0, 68, 102, 0.05); }
  .lead-image .image {
    display: block; }
  .lead-image__img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    min-width: 100%;
    height: auto;
    min-width: 0;
    margin: 0 auto; }
  .lead-image__caption {
    max-height: 100%; }
  .lead-image {
    background: rgba(0, 68, 102, 0.05) !important; }

.byline {
  margin: 0 0 2rem;
  width: 100%;
  text-align: left;
  color: #222222;
  background-color: rgba(34, 34, 34, 0.04706); }
  .byline__author {
    display: block;
    width: 100%;
    line-height: 2rem;
    padding: 0;
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 600;
    color: #222222; }
    .byline__author--name {
      color: #222222;
      font-family: "OpenSans-Semibold";
      font-weight: 600;
      padding: 2px 4px;
      margin: 0;
      word-wrap: break-word;
      -webkit-hyphens: manual;
      -moz-hyphens: manual;
      -ms-hyphens: manual;
      -o-hyphens: manual;
      hyphens: manual;
      overflow-wrap: break-word;
      word-wrap: break-word;
      overflow: visible;
      word-break: break-word; }
  .byline__author:before {
    font-family: "OpenSans-Light";
    display: block;
    content: 'by';
    text-transform: lowercase;
    text-align: left;
    font-size: 1.2rem;
    font-weight: 200;
    padding: 2px 4px;
    background-color: white;
    color: #222222;
    border-bottom: 1px solid rgba(0, 68, 102, 0.1); }
  .byline__image {
    display: none;
    width: 100%;
    margin-right: 1rem; }
  .byline__contact-list {
    overflow: hidden; }
  .byline__contact {
    padding: 2px 4px;
    margin: 0; }
  .byline__contact-link {
    display: inline-block;
    color: rgba(34, 34, 34, 0.6);
    font-family: "OpenSans-Light";
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.8rem;
    height: 2.2rem;
    word-break: break-word;
    text-decoration: none; }
  .byline__contact-link:hover, .byline__contact-link:active {
    color: rgba(34, 34, 34, 0.6); }
  .byline__contact-link--twitter {
    width: 50%; }

.aside__content {
  margin-left: -10px;
  margin-right: -10px; }
  .aside__content:before, .aside__content:after {
    content: " ";
    display: table; }
  .aside__content:after {
    clear: both; }

.article {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px; }
  .article:before, .article:after {
    content: " ";
    display: table; }
  .article:after {
    clear: both; }
  .article__tweet {
    clear: both;
    min-width: 220px;
    max-width: 550px;
    margin: 0 auto 2rem auto;
    font-size: 1.6rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .article__tweet:before {
      display: none; }
    .article__tweet:after {
      display: none; }
  .article__header {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%; }
  .article__header .article__title {
    font-family: "OpenSans-Semibold";
    font-weight: 600;
    font-size: 30px;
    font-size: 3rem;
    line-height: 34px;
    line-height: 3.4rem;
    font-weight: 600;
    padding: 0.4rem 0.8rem;
    margin: 2rem 0 2rem 0;
    word-wrap: break-word;
    -webkit-hyphens: manual;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
    -o-hyphens: manual;
    hyphens: manual;
    overflow-wrap: break-word;
    word-wrap: break-word;
    overflow: visible;
    word-break: break-word; }
  .article__meta {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    margin-bottom: 2rem; }
  .article__cta {
    float: right; }
  .article__cta * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .article__aside {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%; }
  .article__section {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%; }
    @media screen and (min-width: 481px) {
      .article__section {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%; } }
    @media screen and (min-width: 640px) {
      .article__section {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%; } }
  .article__timestamp {
    width: 100%;
    display: table;
    margin: 0;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 600;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .article__timestamp--same-day .timestamp--published {
      display: table-header-group; }
      .article__timestamp--same-day .timestamp--published:before {
        color: #969696; }
    .article__timestamp--same-day .timestamp--updated {
      display: table-footer-group; }
      .article__timestamp--same-day .timestamp--updated:before {
        border-bottom: none;
        float: left;
        color: #222222; }
      .article__timestamp--same-day .timestamp--updated .timestamp__time {
        color: #222222; }
  .article__content {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem; }
    @media screen and (min-width: 481px) {
      .article__content {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%; } }
    @media screen and (min-width: 640px) {
      .article__content {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%; } }
    .article__content p {
      color: #222222;
      margin: 2rem 1rem 2rem 1rem;
      word-wrap: break-word;
      -webkit-hyphens: manual;
      -moz-hyphens: manual;
      -ms-hyphens: manual;
      -o-hyphens: manual;
      hyphens: manual;
      overflow-wrap: break-word;
      word-wrap: break-word;
      overflow: visible;
      word-break: break-word; }
    .article__content p:empty {
      display: none; }
    .article__content a {
      color: #347fbf;
      font-family: "OpenSans-Semibold";
      font-weight: 600;
      text-decoration: none;
      word-wrap: break-word;
      -webkit-hyphens: manual;
      -moz-hyphens: manual;
      -ms-hyphens: manual;
      -o-hyphens: manual;
      hyphens: manual;
      overflow-wrap: break-word;
      word-wrap: break-word;
      overflow: visible;
      word-break: break-word; }
    .article__content img {
      max-width: 100%; }
  .article__lead {
    color: #222222;
    font-family: "OpenSans-Semibold";
    font-weight: 600;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
    margin: 0 1rem 2rem 1rem;
    padding: 0;
    word-wrap: break-word;
    -webkit-hyphens: manual;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
    -o-hyphens: manual;
    hyphens: manual;
    overflow-wrap: break-word;
    word-wrap: break-word;
    overflow: visible;
    word-break: break-word; }
    .article__lead p {
      margin: 0;
      padding: 0;
      font-family: inherit;
      font-size: inherit;
      line-height: inherit;
      color: inherit;
      word-wrap: break-word;
      -webkit-hyphens: manual;
      -moz-hyphens: manual;
      -ms-hyphens: manual;
      -o-hyphens: manual;
      hyphens: manual;
      overflow-wrap: break-word;
      word-wrap: break-word;
      overflow: visible;
      word-break: break-word; }
  .article__footer {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%; }

/*
 * 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";
*/
.responsive-img img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  min-width: 100%;
  height: auto; }

.responsive-img--3x2, .teaser-card__image-link {
  position: relative;
  width: 100%;
  padding-top: 66%;
  box-sizing: border-box;
  display: block; }
  .responsive-img--3x2 img, .teaser-card__image-link img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover; }

.responsive-img--16x9, .video-card__image-link {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  box-sizing: border-box;
  display: block; }
  .responsive-img--16x9 img, .video-card__image-link img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover; }

.brightcove-video, .youtube-video, .card .youtubePlayer-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  box-sizing: border-box;
  display: block;
  margin-bottom: 2rem; }
  .brightcove-video > iframe, .youtube-video > iframe, .card .youtubePlayer-container > iframe, .brightcove-video > div, .youtube-video > div, .card .youtubePlayer-container > div, .brightcove-video > video, .youtube-video > video, .card .youtubePlayer-container > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.hidden-xxs {
  display: none; }

.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: 640px) {
  .leaderboard.hidden-sm {
    display: block; } }
@media screen and (min-width: 640px) {
  .leaderboard.visible-sm {
    display: none; } }

.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;
    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; }
  .teaser-card__title {
    color: #004466; }
    .teaser-card__title a {
      color: #222222; }
    .teaser-card__title a:hover {
      color: #0050aa;
      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: #0072cc;
      text-decoration: none; }
  .teaser-card__cat a {
    color: #0050aa; }
  .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: 640px) {
    .teaser-card--horizontal, .top-stories--vertical .top-stories__card {
      height: 95px; } }
  .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: #004466; }
  .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%;
    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%; } }
  .top-stories--vertical .top-stories__list-item {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 100%;
    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%; } }
  .top-stories--horizontal {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 100%;
    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%; } }
  .top-stories--horizontal .top-stories__list-item {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 50%;
    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%; } }
  .section .top-stories--horizontal {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 100%;
    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%; } }
  .section .top-stories--horizontal .top-stories__list-item {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 50%;
    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%; } }
  .section .top-stories--vertical {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 100%;
    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%; } }
  .section .top-stories__list-item {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 100%;
    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%; } }
  .aside .top-stories--horizontal {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 100%;
    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%; } }
  .aside .top-stories--horizontal .top-stories__list-item {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 50%;
    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%; } }
  .aside .top-stories--vertical {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 100%;
    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%; } }
  .aside .top-stories--vertical .top-stories__list-item {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 100%;
    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%; } }
  .full .top-stories--horizontal {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 100%;
    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%; } }
  .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%;
    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%; } }
  .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; }

.news-card-event {
  position: relative;
  overflow: hidden;
  margin: 0;
  display: table;
  width: 100%; }
  .news-card-event__header {
    display: table-cell;
    vertical-align: middle;
    width: 100%; }
  .news-card-event__title {
    display: block;
    padding: 0 0 0 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
    font-weight: normal;
    margin: 0;
    max-height: 38px;
    overflow: hidden; }
  .news-card-event__title-link {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
    text-decoration: none; }
  .news-card-event__title-link {
    color: #222222; }
  .news-card-event:hover {
    background: rgba(0, 114, 204, 0.1); }
    .news-card-event:hover a {
      color: #0072cc;
      text-decoration: none; }
  .news-card-event:before {
    color: #004466;
    background: rgba(0, 114, 204, 0.1); }
  .color-scheme--york .news-card-event:hover a {
    color: #222222; }

.scribble-eventwidget {
  float: left;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
  text-align: left; }
  .scribble-eventwidget:after:before, .scribble-eventwidget:after:after {
    content: " ";
    display: table; }
  .scribble-eventwidget:after:after {
    clear: both; }
  .scribble-eventwidget ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
    width: 100%;
    box-sizing: border-box; }
    @media screen and (min-width: 640px) {
      .scribble-eventwidget ol {
        width: 50%; } }
  .scribble-eventwidget ol li {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .scribble-eventwidget ol:nth-child(even) {
    padding-right: 0; }
    @media screen and (min-width: 640px) {
      .scribble-eventwidget ol:nth-child(even) {
        padding-right: 10px; } }
  .scribble-eventwidget ol:nth-child(odd) {
    padding-left: 0; }
    @media screen and (min-width: 640px) {
      .scribble-eventwidget ol:nth-child(odd) {
        padding-left: 10px; } }
  .scribble-eventwidget__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: #004466; }
  .scribble-eventwidget__list {
    list-style: none; }
  .scribble-eventwidget__list:after:before, .scribble-eventwidget__list:after:after {
    content: " ";
    display: table; }
  .scribble-eventwidget__list:after:after {
    clear: both; }
  .scribble-eventwidget__listitem {
    -webkit-column-break-inside: avoid;
    /*chrome,safari,opera*/
    page-break-inside: avoid;
    /*ff*/
    break-inside: avoid;
    /*ie=>10 */
    border-bottom: solid 1px rgba(0, 68, 102, 0.1); }
  .scribble-eventwidget__listitem:nth-child(1n + 10) .scribble-eventwidget__card:before {
    padding: 10px; }
  .scribble-eventwidget__card:before {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 14.5px;
    margin-right: 10px;
    font-family: "OpenSans-Semibold";
    font-weight: 600;
    height: 50px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    line-height: 3rem;
    content: attr(data-index);
    border-right: 1px solid rgba(0, 68, 102, 0.1); }
    @media screen and (min-width: 640px) {
      .scribble-eventwidget__card:before {
        font-size: 16px;
        font-size: 1.6rem; } }
  .scribble-eventwidget__card:before {
    color: #004466; }

.article-third-slot .scribble-eventwidget {
  padding-left: 1rem;
  padding-right: 1rem; }

.clearfloat {
  clear: both; }

.scribble-eventwidget__header {
  background: #0a224a url("../../images/scribblelive/circs.png") top right no-repeat;
  background-size: auto 100%;
  position: relative;
  min-height: 3.3rem;
  vertical-align: bottom;
  line-height: 1.8rem; }

.scribble-eventwidget__header-live {
  margin: 0.3rem;
  padding: 0.5rem 1rem;
  color: white;
  font-family: "OpenSans-Regular";
  font-size: 1.8rem;
  line-height: 1.8rem;
  background-color: #c20101;
  display: inline-block; }

.scribble-eventwidget--hideOnMobile {
  display: none; }

.scribble-eventwidget--hideOnDesktop {
  display: block; }

.scribble-eventwidget--hideOnDesktop.scribble-eventwidget--hideOnMobile {
  display: none; }

/*
 * 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";
*/
.responsive-img img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  min-width: 100%;
  height: auto; }

.responsive-img--3x2, .teaser-card__image-link {
  position: relative;
  width: 100%;
  padding-top: 66%;
  box-sizing: border-box;
  display: block; }
  .responsive-img--3x2 img, .teaser-card__image-link img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover; }

.responsive-img--16x9, .video-card__image-link {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  box-sizing: border-box;
  display: block; }
  .responsive-img--16x9 img, .video-card__image-link img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover; }

.brightcove-video, .youtube-video, .card .youtubePlayer-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  box-sizing: border-box;
  display: block;
  margin-bottom: 2rem; }
  .brightcove-video > iframe, .youtube-video > iframe, .card .youtubePlayer-container > iframe, .brightcove-video > div, .youtube-video > div, .card .youtubePlayer-container > div, .brightcove-video > video, .youtube-video > video, .card .youtubePlayer-container > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.hidden-xxs {
  display: none; }

.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: 640px) {
  .leaderboard.hidden-sm {
    display: block; } }
@media screen and (min-width: 640px) {
  .leaderboard.visible-sm {
    display: none; } }

.news-card {
  position: relative;
  overflow: hidden;
  margin: 0 0 10px; }
  .news-card__title {
    overflow: hidden;
    /* stops dropping below floated image */
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem; }
    .news-card__title a {
      color: #004466; }
  .news-card:hover {
    background: rgba(0, 114, 204, 0.1); }
    .news-card:hover a {
      color: #0050aa;
      text-decoration: none; }
  .news-card:before {
    color: #004466;
    background: rgba(0, 114, 204, 0.1); }
  .news-card img {
    float: left;
    margin-right: 10px; }
  .news-card p {
    margin: 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
    line-height: 2.2rem; }
    .news-card p a:hover {
      text-decoration: underline; }

.news-card {
  position: relative;
  overflow: hidden;
  margin: 0;
  display: table;
  width: 100%; }
  .news-card__header {
    display: table-cell;
    vertical-align: middle;
    width: 100%; }
  .news-card__title {
    display: block;
    padding: 0 0 0 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
    font-weight: normal;
    margin: 0;
    max-height: 38px;
    overflow: hidden; }
  .news-card__title-link {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
    text-decoration: none; }
  .news-card__title-link {
    color: #222222; }
  .news-card:hover {
    background: rgba(0, 114, 204, 0.1); }
    .news-card:hover a {
      color: #0072cc;
      text-decoration: none; }
  .news-card:before {
    color: #004466;
    background: rgba(0, 114, 204, 0.1); }
  .color-scheme--york .news-card:hover a {
    color: #222222; }

.trending-stories {
  float: left;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  margin-bottom: 20px; }
  .trending-stories ol {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .trending-stories ol li {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .trending-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: #004466; }
  .trending-stories__list {
    counter-reset: trending-stories-counter;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-fill: "balance";
    -moz-column-fill: "balance";
    column-fill: "balance";
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    list-style: none; }
  .trending-stories__list:after:before, .trending-stories__list:after:after {
    content: " ";
    display: table; }
  .trending-stories__list:after:after {
    clear: both; }
  .trending-stories--vertical .trending-stories__list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; }
    @media screen and (min-width: 640px) {
      .trending-stories--vertical .trending-stories__list {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2; } }
  .trending-stories--horizontal .trending-stories__list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; }
    @media screen and (min-width: 640px) {
      .trending-stories--horizontal .trending-stories__list {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2; } }
  .trending-stories__listitem {
    -webkit-column-break-inside: avoid;
    /*chrome,safari,opera*/
    page-break-inside: avoid;
    /*ff*/
    break-inside: avoid;
    /*ie=>10 */
    border-bottom: solid 1px rgba(0, 68, 102, 0.1); }
  .trending-stories__listitem:nth-child(1n + 10) .trending-stories__card:before {
    padding: 10px; }
  .trending-stories__card:before {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 14.5px;
    margin-right: 10px;
    font-family: "OpenSans-Semibold";
    font-weight: 600;
    height: 50px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    line-height: 3rem;
    content: counter(trending-stories-counter,decimal);
    counter-increment: trending-stories-counter;
    border-right: 1px solid rgba(0, 68, 102, 0.1); }
    @media screen and (min-width: 640px) {
      .trending-stories__card:before {
        font-size: 16px;
        font-size: 1.6rem; } }
  .trending-stories__card:before {
    color: #004466; }

.video-card {
  min-height: 60px;
  max-height: 232px;
  min-width: 120px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  /*
  @include cluster-colors {
  	&:hover {
  		background-color: transparentize($primary-color, 0.9);
  	}
  }*/ }
  .video-card__image {
    display: none;
    display: block;
    float: left;
    width: 46.67%;
    max-width: 140px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden; }
  .video-card__play-svg {
    width: 18%;
    height: 32%;
    background-color: black;
    fill: white;
    position: absolute;
    left: -1px;
    bottom: -1px;
    cursor: pointer; }
  .video-card__text {
    display: inline; }
  .video-card a:hover {
    text-decoration: underline; }
  .video-card__title {
    padding-top: 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
    font-weight: normal;
    max-height: 55px;
    /* 3 lines */
    margin: 0;
    overflow: hidden; }
    .video-card__title a {
      color: inherit;
      display: block;
      text-decoration: none; }
  .video-card__title {
    color: #004466; }
    .video-card__title a {
      color: #004466; }
    .video-card__title a:hover {
      color: #0050aa;
      text-decoration: none; }
  .video-card__meta {
    position: absolute;
    bottom: 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
    line-height: 2.2rem;
    height: 22px;
    margin: 0;
    overflow: hidden; }
    .video-card__meta a {
      color: inherit;
      text-decoration: none; }
  .video-card__meta a {
    color: #0072cc; }
  .video-card--horizontal .video-card__image {
    width: 46.67%; }
  .video-card--horizontal .video-card__text {
    display: inline; }
  .video-card--vertical .video-card__image {
    width: 100%;
    float: none; }
  .video-card--vertical .video-card__text {
    display: block;
    padding: 0;
    height: 90px; }
  .video-card--horizontal .video-card__title {
    max-height: 55px;
    /* 3 lines */
    padding: 0 5px 0 10px; }
  .video-card--vertical .video-card__title {
    max-height: 60px;
    /* 3 lines */
    padding: 5px 5px 0 5px; }
  .video-card--horizontal .video-card__meta {
    padding: 0 10px; }
  .video-card--vertical .video-card__meta {
    padding: 0 5px; }
  .video-card--hybrid .video-card__image, .newseye-videos__card .video-card__image {
    width: 46.67%;
    float: left;
    margin-right: 6px; }
  .video-card--hybrid .video-card__text, .newseye-videos__card .video-card__text {
    display: inline; }
    @media screen and (min-width: 481px) {
      .video-card--hybrid .video-card__text, .newseye-videos__card .video-card__text {
        display: block;
        padding: 0;
        height: 90px; } }
    @media screen and (min-width: 640px) {
      .video-card--hybrid .video-card__text, .newseye-videos__card .video-card__text {
        display: inline; } }
  .video-card--hybrid .video-card__title, .newseye-videos__card .video-card__title {
    max-height: 60px;
    /* 3 lines */
    padding: 0; }
  .video-card--hybrid .video-card__meta, .newseye-videos__card .video-card__meta {
    padding: 0; }

.newseye-videos {
  float: left;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  margin-bottom: 20px; }
  .newseye-videos__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: #004466; }
    .newseye-videos__title a {
      display: block;
      text-decoration: none;
      color: inherit; }
  .newseye-videos__card {
    position: relative;
    overflow: hidden;
    margin: 0 0 10px; }
  .newseye-videos__card:hover {
    background: rgba(0, 80, 170, 0.02); }
  .newseye-videos__list {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-left: -10px;
    margin-right: -10px; }
    .newseye-videos__list:before, .newseye-videos__list:after {
      content: " ";
      display: table; }
    .newseye-videos__list:after {
      clear: both; }
  .newseye-videos__list:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  .newseye-videos:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  .newseye-videos__list-item {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%; }
    @media screen and (min-width: 640px) {
      .newseye-videos__list-item {
        padding-left: 10px;
        padding-right: 10px;
        width: 50%; } }
  .newseye-videos__footer {
    margin-left: -10px;
    margin-right: -10px; }
    .newseye-videos__footer:before, .newseye-videos__footer:after {
      content: " ";
      display: table; }
    .newseye-videos__footer:after {
      clear: both; }

@media screen and (min-width: 640px) {
  .main .newseye-videos {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%; } }
.main .newseye-videos .newseye-videos__list-item {
  float: left;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%; }
  @media screen and (min-width: 640px) {
    .main .newseye-videos .newseye-videos__list-item {
      padding-left: 10px;
      padding-right: 10px;
      width: 50%; } }

@media screen and (min-width: 640px) {
  .full .newseye-videos {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%; } }
.full .newseye-videos .newseye-videos__list-item {
  float: left;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%; }
  @media screen and (min-width: 481px) {
    .full .newseye-videos .newseye-videos__list-item {
      padding-left: 10px;
      padding-right: 10px;
      width: 100%; } }
  @media screen and (min-width: 640px) {
    .full .newseye-videos .newseye-videos__list-item {
      padding-left: 10px;
      padding-right: 10px;
      width: 50%; } }

.youtube-video {
  clear: both;
  margin-bottom: 2rem; }

@media only screen {
  .ie .brightcove-video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    box-sizing: border-box;
    display: block;
    margin-bottom: 2rem; } }
@media only screen {
  .ie .brightcove-video > iframe, .ie .brightcove-video > div, .ie .brightcove-video > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; } }

#pluck-comments *, #pluck-comments *:before, #pluck-comments *:after {
  box-sizing: border-box; }

#pluck-comments p.pluck-comm-calltoaction,
#pluck-comments p.pluck-login-comment-links-directions {
  width: 100%;
  padding: 14px 300px 14px 20px; }
#pluck-comments .pluck-login-comment-links-submit-area a span {
  width: 100%;
  text-align: left; }
#pluck-comments .pluck-comm-timestamp {
  padding-bottom: 70px; }
#pluck-comments .pluck-comm-timestamp .pluck-comm-timestamp {
  padding-bottom: 62px;
  background-position: 0px 60px; }
#pluck-comments .pluck-comm-ReplyLevel-2 p.pluck-comm-timestamp {
  padding-bottom: 62px;
  background-position: 0px 60px; }
#pluck-comments .pluck-comm-abusereportedmsg {
  margin-top: -50px;
  padding: 0; }
#pluck-comments .pluck-comm-rate-controls a {
  text-decoration: none;
  color: #0050aa; }
#pluck-comments .pluck-comm-wrapper {
  padding: 0 4px; }
#pluck-comments .pluck-comm-commenttext {
  font-family: "OpenSans-Semibold";
  font-weight: 600;
  font-size: 24px; }
#pluck-comments .pluck-comm-commentcount-actions p {
  font-family: "OpenSans-Semibold";
  font-weight: 600; }
#pluck-comments .pluck-comm-comment-filters {
  font-size: 14px; }
#pluck-comments .pluck-comm-calltoaction {
  font-family: "OpenSans-Semibold";
  font-weight: 600;
  padding-left: 0 !important; }
#pluck-comments .pluck-comm-posting-form {
  padding: 0; }
#pluck-comments .pluck-comm-posting-form {
  width: auto; }
#pluck-comments .pluck-comm-submitoptions {
  top: 0; }
#pluck-comments .pluck-callToAction-terms {
  text-align: right;
  bottom: 4px;
  top: auto; }
#pluck-comments .pluck-comm-submit .pluck-primary-button-text {
  font-size: 16px !important; }
#pluck-comments .pluck-comm-comment-input {
  padding-bottom: 48px !important; }
#pluck-comments div.pluck-comm-submitoptions a.pluck-primary-button {
  padding: 10px 0; }
#pluck-comments .pluck-comm-rate-system {
  float: none;
  position: absolute;
  top: 24px;
  right: 130px; }
#pluck-comments div.pluck-comm-submitoptions a.pluck-primary-button {
  padding: 7px 0; }
#pluck-comments .pluck-comm-comment-action-group-arrow {
  position: relative; }
#pluck-comments .pluck-comm-reply-button-ref {
  margin-top: 0; }
#pluck-comments .pluck-comm-socialoptions {
  position: absolute; }
#pluck-comments .pluck-comm-show-hide-replies {
  padding: 0 0 10px 0; }
#pluck-comments .pluck-comm-first .pluck-comm-single-comment-main span.pluck-comm-reply-button a {
  top: 74px; }

#pluckToast {
  display: none; }

#pluck-mobile .pmobile-auth-wrap:before {
  display: block;
  padding: 20px 40px;
  content: "Get involved in the discussion and have your say ...";
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-size: 2rem; }
#pluck-mobile .pmobile-primary-button span {
  height: 39px;
  width: 190px;
  color: #fff; }
#pluck-mobile a.pmobile-secondary-button span {
  color: #fff; }
#pluck-mobile .pmobile-comments-submit-wrap h4 {
  font-size: 14px;
  font-size: 1.4rem; }
  #pluck-mobile .pmobile-comments-submit-wrap h4 .pluck-callToAction-terms {
    margin-left: -125px;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: right; }
#pluck-mobile .pmobile-comments-reply-wrap .pmobile-wait {
  left: 0; }
  #pluck-mobile .pmobile-comments-reply-wrap .pmobile-wait .pmobile-wait-msg {
    background-position: center top; }
#pluck-mobile .pmobile-comments-voted-up p, #pluck-mobile .pmobile-comments-voted-down p {
  height: 20px;
  padding: 2px 0 0 20px;
  font-size: 12px;
  font-size: 1.2rem; }
#pluck-mobile .pmobile-comments-reported p {
  margin-right: 10px;
  font-size: 12px;
  font-size: 1.2rem; }
#pluck-mobile .pmobile-comments-submit-wrap h4 .pluck-callToAction-terms {
  text-align: center;
  margin-left: 0; }
#pluck-mobile .pmobile-comments-filter-bar {
  margin-top: 10px; }

/*start cluster*/
#pluck-mobile .pmobile-auth-wrap:before {
  background: #004466; }
#pluck-mobile .pmobile-primary-button, #pluck-mobile a.pmobile-secondary-button {
  background: #0072cc; }
  #pluck-mobile .pmobile-primary-button:hover, #pluck-mobile a.pmobile-secondary-button:hover {
    background: #0072cc; }
#pluck-mobile .pmobile-comments-report .pmobile-primary-button, #pluck-mobile .pmobile-comments-report a.pmobile-secondary-button {
  background: transparent; }
  #pluck-mobile .pmobile-comments-report .pmobile-primary-button:hover, #pluck-mobile .pmobile-comments-report a.pmobile-secondary-button:hover {
    background: transparent; }
  #pluck-mobile .pmobile-comments-report .pmobile-primary-button span, #pluck-mobile .pmobile-comments-report a.pmobile-secondary-button span {
    color: #004466; }
    #pluck-mobile .pmobile-comments-report .pmobile-primary-button span:hover, #pluck-mobile .pmobile-comments-report a.pmobile-secondary-button span:hover {
      color: #0072cc; }
#pluck-mobile .pmobile-comments-vote-up a, #pluck-mobile .pmobile-comments-vote-down a {
  background: transparent; }
  #pluck-mobile .pmobile-comments-vote-up a:hover, #pluck-mobile .pmobile-comments-vote-down a:hover {
    background: transparent; }
#pluck-mobile a {
  color: #004466; }
  #pluck-mobile a:hover {
    color: #0072cc; }

/*
::-moz-selection{
	color:$dark-gray;
	background:$primary-color;
}
::selection{
	color:$dark-gray;
	background:$primary-color;
}*/
/*end cluster*/
/*
.color-scheme--york{
	#pluck-mobile {
		.pmobile-primary-button, a.pmobile-secondary-button {
			span{
				color:$dark-gray;				
			}
			&:hover{
				background:$dark-gray;
				span{
					color:#fff;	
					background:url("/assets/images/comments/miniAvatar.png") no-repeat scroll 45px center;			
				}				
			}	
		}
		.pmobile-comments-vote-up, .pmobile-comments-vote-down{
			a.pmobile-secondary-button{
				&:hover{
					background:transparent;
				}				
			}
		}
		.pmobile-comments-report{
			a.pmobile-secondary-button{
				span{
					&:hover{
						color:$mid-gray;		
					}				
				}	
			}			
		}
		a{
			color:$dark-gray;
			&:hover{
				color:$mid-gray;				
			}			
		}
		.pmobile-primary-button{
			span{			
				color:$dark-gray;
				background:url("/assets/images/cls5/miniAvatar5.png") no-repeat scroll 45px center;
			}
		}
		.pmobile-comments-submit-actions{
			.pmobile-primary-button-text{
				color:$dark-gray;
				background-image:none;
			}
		}	
	}
}*/
.google-adsense {
  display: none;
  padding: 10px 11px 0;
  float: left;
  width: 100%;
  border: 1px solid #ebebeb;
  text-align: center; }

.google-adverts {
  width: 100%; }
  .google-adverts__title {
    display: block;
    font-size: 12px;
    width: 100%;
    height: auto;
    padding: 5px;
    text-align: left;
    text-decoration: none;
    color: #004466; }
    .google-adverts__title:hover {
      color: #0050aa; }
  .google-adverts--2 .google-adverts__advert {
    width: 50%;
    margin-top: 10px; }
    .google-adverts--2 .google-adverts__advert .google-advert__title {
      font-size: 15px; }
    .google-adverts--2 .google-adverts__advert .google-advert__content {
      font-size: 12px; }
    .google-adverts--2 .google-adverts__advert .google-advert__link {
      font-size: 12px; }
  .google-adverts--3 .google-adverts__advert {
    width: 33%;
    margin-top: 10px; }
    .google-adverts--3 .google-adverts__advert .google-advert__title {
      font-size: 14px; }
    .google-adverts--3 .google-adverts__advert .google-advert__content {
      font-size: 12px; }
    .google-adverts--3 .google-adverts__advert .google-advert__link {
      font-size: 12px; }

.google-advert__title {
  font-size: 19px;
  font-weight: bold;
  text-decoration: none;
  color: #0072cc; }
.color-scheme--york .google-advert__title {
  color: #222222; }
.google-advert__content {
  font-size: 16px;
  padding-bottom: 3px;
  font-weight: normal;
  color: #000; }
.google-advert__link {
  display: block;
  font-size: 14px;
  text-decoration: none;
  color: #0072cc; }
.color-scheme--york .google-advert__link {
  color: #555555; }

.sponsored-page {
  float: left;
  width: 100%;
  padding: 0 10px; }

.sponsor {
  margin: 0;
  max-width: none;
  display: block;
  width: 100%;
  padding: 1rem 0;
  text-align: left;
  border-top: 1px solid #969696;
  border-bottom: 1px solid #004466;
  margin-bottom: 1.5em;
  position: relative;
  min-height: 6rem; }
  .sponsor:before, .sponsor:after {
    content: " ";
    display: table; }
  .sponsor:after {
    clear: both; }
  .sponsor__data {
    max-width: calc(100% - 140px);
    color: #969696;
    font-size: 1.6rem;
    float: left;
    padding: 0;
    text-align: left;
    line-height: 1.3;
    font-family: "OpenSans-Regular";
    letter-spacing: -0.005em; }
  .sponsor__label {
    display: inline; }
  .sponsor__name {
    display: block;
    color: #004466;
    font-weight: 600; }
  .sponsor__logo {
    float: right; }
    .sponsor__logo img {
      max-width: 14rem;
      height: auto;
      vertical-align: bottom; }

/*
 * Redesign Core
 *
 * Core CSS rules
 *
 */
/*
 * 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";
*/
.responsive-img img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  min-width: 100%;
  height: auto; }

.responsive-img--3x2, .teaser-card__image-link {
  position: relative;
  width: 100%;
  padding-top: 66%;
  box-sizing: border-box;
  display: block; }
  .responsive-img--3x2 img, .teaser-card__image-link img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover; }

.responsive-img--16x9, .video-card__image-link {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  box-sizing: border-box;
  display: block; }
  .responsive-img--16x9 img, .video-card__image-link img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover; }

.brightcove-video, .youtube-video, .card .youtubePlayer-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  box-sizing: border-box;
  display: block;
  margin-bottom: 2rem; }
  .brightcove-video > iframe, .youtube-video > iframe, .card .youtubePlayer-container > iframe, .brightcove-video > div, .youtube-video > div, .card .youtubePlayer-container > div, .brightcove-video > video, .youtube-video > video, .card .youtubePlayer-container > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.hidden-xxs {
  display: none; }

.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: 640px) {
  .leaderboard.hidden-sm {
    display: block; } }
@media screen and (min-width: 640px) {
  .leaderboard.visible-sm {
    display: none; } }

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*
$openL:"open-sans";
$openR:"open-sans";
$openS:"open-sans";
$openB:"open-sans";

$merriweatherR: "merriweather";
$merriweatherLR: "merriweather";
$merriweatherB: "merriweather";
$merriweatherLI: "merriweather";
$merriweatherBI: "merriweather";
$merriweatherHI: "merriweather";
*/
::selection {
  color: white;
  background: rgba(0, 114, 204, 0.9); }

::-moz-selection {
  color: white;
  background: rgba(0, 114, 204, 0.9); }

.fixedsticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky; }

/* When position: sticky is supported but native behavior is ignored */
.fixedsticky-withoutfixedfixed .fixedsticky-off,
.fixed-supported .fixedsticky-off {
  position: static; }

.fixedsticky-withoutfixedfixed .fixedsticky-on,
.fixed-supported .fixedsticky-on {
  position: fixed; }

.fixedsticky-dummy {
  display: none; }

.fixedsticky-on + .fixedsticky-dummy {
  display: block; }

.color-scheme--york ::selection {
  color: #222222; }

.color-scheme--york ::-moz-selection {
  color: #222222; }

h1, h2, h3, h4, h5, h6, p, span, a, cite, label, strong, b, em, i, ul, li, img, svg {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

.ScribbleLive-header .ScribbleLive-header--tabbed-pane-below {
  margin-bottom: 0.1rem; }

.ScribbleLive-header {
  margin: auto; }
  .ScribbleLive-header--headline {
    margin-bottom: 1rem; }
  .ScribbleLive-header h1 {
    display: block;
    font-size: 2.6rem;
    font-family: "OpenSans-Bold";
    padding: 0.5rem 0rem 0.5rem 0.5rem;
    margin: 0;
    background-color: #405372;
    color: white; }
    .ScribbleLive-header h1 .livebanner {
      padding: 0 0.5rem;
      color: white;
      font-family: "OpenSans-Semibold";
      font-size: 2.4rem;
      background-color: #c20101;
      float: right; }
    .ScribbleLive-header h1:after {
      content: "";
      display: table;
      clear: both; }
  .ScribbleLive-header h3 {
    color: white;
    font-family: "OpenSans-Bold";
    font-size: 2.1rem;
    padding: 0.5rem;
    background-color: #0a224a; }

.ScribbleLiveStucked {
  margin-bottom: 1rem; }

.ScribbleLiveStucked:empty {
  margin-bottom: 0; }

.ScribbleLive {
  margin: 0;
  background-color: white;
  padding-top: 0rem; }

#ScribbleLive .card--timestamp a,
#ScribbleLiveStuck .card--timestamp a {
  color: #989898; }

.card {
  position: relative;
  background-color: white;
  border: 1px solid #dcdada;
  list-style-type: none;
  padding: 1rem 1rem 0rem 1rem;
  margin: 0 1rem 1rem 1rem; }
  .card__flag-container {
    text-align: right;
    margin-right: -10px; }
  .card__flag {
    max-width: 100%; }
  .card__icon {
    display: inline-block; }
  .card--topsection {
    line-height: 1.2em;
    margin: 0.5rem 0.5rem 0.5rem 0.4rem; }
    .card--topsection:after {
      clear: both;
      display: table;
      content: ""; }
  .card--content {
    text-align: left;
    margin: 1rem 0 0 0;
    text-overflow: ellipsis;
    clear: both;
    color: black;
    word-wrap: break-word; }
  .card--timestamp {
    margin-top: 1rem;
    font-size: 1.2rem;
    color: #989898; }
  .card--media {
    text-align: center;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 32rem; }
    .card--media img, .card--media video {
      margin: 0;
      max-width: 100%; }
  .card__media-caption {
    max-width: 32rem; }
  .card--is-pinned {
    position: absolute;
    top: -3px;
    left: -1px;
    width: 16px;
    height: 32px;
    background: url("/assets/images/scribblelive/pinned.png") top left no-repeat; }

.card:last-of-type {
  margin-bottom: 0; }

.card-author {
  float: left;
  display: table;
  color: black;
  vertical-align: top;
  max-width: 92%; }
  .card-author--avatar {
    display: table-cell;
    width: 4rem;
    margin-right: 1.5rem; }
  .card-author--info {
    display: table-cell;
    vertical-align: top;
    text-align: left; }
    .card-author--info a:link, .card-author--info a:visited, .card-author--info a:hover, .card-author--info a:active {
      color: black; }
  .card-author--name {
    font-weight: bold; }
  .card-author__source {
    color: #989898; }
    .card-author__source a:link, .card-author__source a:visited, .card-author__source a:hover, .card-author__source a:active {
      color: #989898; }

.card-avatar {
  float: right;
  width: 2rem;
  height: 2rem; }

.card-action {
  border-top-color: #cccfd4;
  border-top-width: 1px;
  border-top-style: solid;
  margin-top: 1rem;
  text-align: right; }

.scribblelive-loadmore,
.scribblelive-loadnewposts {
  width: 100%;
  height: 4rem;
  font-size: 1.6rem;
  color: white;
  background-color: #198ac4;
  outline: none;
  border: none; }

.scribblelive-loadmore-container {
  margin: 0 1rem; }

.scribblelive-loadmore {
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto; }

.scribblelive-loadnewposts {
  margin-bottom: 1rem; }

.scribblelive-loadnewposts--pinned {
  opacity: 0.8;
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  left: 0; }

.card--twitter {
  border-top: 3px solid #55acee; }
  .card--twitter .card--content a:link, .card--twitter .card--content a:visited, .card--twitter .card--content a:hover, .card--twitter .card--content a:active {
    color: #55acee; }

.card--facebook {
  border-top: 3px solid #3f67a9; }
  .card--facebook .card--content a:link, .card--facebook .card--content a:visited, .card--facebook .card--content a:hover, .card--facebook .card--content a:active {
    color: #3f67a9; }

.card--poll {
  border-top: 3px solid #001747; }
  .card--poll .card--content a:link, .card--poll .card--content a:visited, .card--poll .card--content a:hover, .card--poll .card--content a:active {
    color: #001747; }

.card--instagram {
  border-top: 3px solid #517fa4; }
  .card--instagram .card--content a:link, .card--instagram .card--content a:visited, .card--instagram .card--content a:hover, .card--instagram .card--content a:active {
    color: #517fa4; }

.card--youtube {
  border-top: 3px solid #b6130e; }
  .card--youtube .card--content a:link, .card--youtube .card--content a:visited, .card--youtube .card--content a:hover, .card--youtube .card--content a:active {
    color: #b6130e; }

.card--wikipedia {
  border-top: 3px solid #bfc2c3; }
  .card--wikipedia .card--content a:link, .card--wikipedia .card--content a:visited, .card--wikipedia .card--content a:hover, .card--wikipedia .card--content a:active {
    color: #bfc2c3; }

.card--jp {
  border-top: 3px solid #001747; }
  .card--jp .card--content a:link, .card--jp .card--content a:visited, .card--jp .card--content a:hover, .card--jp .card--content a:active {
    color: #001747; }

.card--quickpost {
  border-top: 3px solid #001747; }
  .card--quickpost .card--content a:link, .card--quickpost .card--content a:visited, .card--quickpost .card--content a:hover, .card--quickpost .card--content a:active {
    color: #001747; }

.card--advancedpost {
  border-top: 3px solid #001747; }
  .card--advancedpost .card--content a:link, .card--advancedpost .card--content a:visited, .card--advancedpost .card--content a:hover, .card--advancedpost .card--content a:active {
    color: #001747; }

.card--unknown {
  border-top: 3px solid #dcdada; }
  .card--unknown .card--content a:link, .card--unknown .card--content a:visited, .card--unknown .card--content a:hover, .card--unknown .card--content a:active {
    color: #dcdada; }

.card--error {
  border-top: 3px solid #55acee; }
  .card--error .card--content a:link, .card--error .card--content a:visited, .card--error .card--content a:hover, .card--error .card--content a:active {
    color: #55acee; }

.card--video {
  border-top: 3px solid #001747; }
  .card--video .card--content a:link, .card--video .card--content a:visited, .card--video .card--content a:hover, .card--video .card--content a:active {
    color: #001747; }

.card--image {
  border-top: 3px solid #001747; }
  .card--image .card--content a:link, .card--image .card--content a:visited, .card--image .card--content a:hover, .card--image .card--content a:active {
    color: #001747; }

.unknown {
  border-top-width: 1px; }

.card--error .card--content {
  margin: 0;
  padding: 4rem 2rem 5rem 2rem;
  text-align: center; }
  .card--error .card--content h5 {
    color: #010101;
    font-family: "OpenSans-Bold"; }
  .card--error .card--content .errorExplained {
    color: #151515; }

.card--youtube .card__icon {
  width: 2.2rem;
  height: 2.2rem;
  background-image: url("/assets/images/scribblelive/youtube_circ.png"); }

.card--quickpost .card__icon,
.card--video .card__icon,
.card--image .card__icon,
.card--advancedpost .card__icon,
.card--poll .card__icon {
  width: 2.2rem;
  height: 2.2rem;
  background-image: url("/assets/images/cls0/scribble/site-icon.png"); }

.color-scheme--scot .card--quickpost .card__icon,
.color-scheme--scot .card--video .card__icon,
.color-scheme--scot .card--image .card__icon,
.color-scheme--scot .card--advancedpost .card__icon,
.color-scheme--scot .card--poll .card__icon {
  width: 2.2rem;
  height: 2.2rem;
  background-image: url("/assets/images/cls6/scribble/site-icon.png"); }

.card--facebook .card__icon {
  width: 2.2rem;
  height: 2.2rem;
  background-image: url("/assets/images/scribblelive/facebook_circ.png"); }

.card--twitter .card__icon {
  width: 2.2rem;
  height: 2.2rem;
  background-image: url("/assets/images/scribblelive/twitter_circ.png"); }

.card--youtube .card__icon {
  width: 2.2rem;
  height: 2.2rem;
  background-image: url("/assets/images/scribblelive/youtube_circ.png"); }

.card--instagram .card__icon {
  width: 2.2rem;
  height: 2.2rem;
  background-image: url("/assets/images/scribblelive/instagram_circ.png"); }

/* Event summary */
.event-topimage {
  padding: 0;
  max-width: 100%;
  font-family: "OpenSans-Semibold";
  margin-bottom: 0.1rem; }
  .event-topimage:after {
    content: "";
    display: table;
    clear: both; }
  .event-topimage--cont {
    position: relative;
    float: left;
    min-height: 4rem; }
    .event-topimage--cont--img {
      display: block;
      max-width: 100%; }
    .event-topimage--cont--notification {
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.8); }
      .event-topimage--cont--notification h5 {
        color: white;
        font-family: "OpenSans-Semibold";
        font-size: 1.8rem;
        line-height: 1.8rem;
        padding: 0.5rem 1rem; }
        @media screen and (min-width: 481px) and (orientation: landscape) {
          .event-topimage--cont--notification h5 {
            font-size: 3rem;
            line-height: 3rem; } }
    .event-topimage--cont--title {
      position: absolute;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.5);
      max-width: 100%; }
      .event-topimage--cont--title h5 {
        color: white;
        font-family: "OpenSans-Semibold";
        font-size: 2rem;
        line-height: 2rem;
        padding: 0.5rem 1rem;
        height: 3rem;
        max-height: 3rem; }
        @media screen and (min-width: 481px) and (orientation: landscape) {
          .event-topimage--cont--title h5 {
            font-size: 3rem;
            line-height: 3rem;
            height: 4rem;
            max-height: 4rem; } }
    .event-topimage--cont .livebanner {
      padding: 0.5rem 1rem;
      color: white;
      font-family: "OpenSans-Semibold";
      font-size: 1.4rem;
      line-height: 1.4rem;
      background-color: #c20101;
      position: absolute;
      right: 0px;
      top: 0px; }
      @media screen and (min-width: 481px) and (orientation: landscape) {
        .event-topimage--cont .livebanner {
          font-size: 2.4rem;
          line-height: 2.4rem;
          padding: 0.5rem 2rem; } }
  .event-topimage .no-image {
    float: none !important; }
    .event-topimage .no-image .event-topimage--cont--title {
      max-width: 87%; }
    .event-topimage .no-image .event-topimage--cont--notification {
      margin-bottom: 1rem; }
    .event-topimage .no-image .livebanner {
      bottom: 0.5rem;
      top: auto; }
  .event-topimage .with-notification {
    min-height: 7rem; }
    @media screen and (min-width: 481px) and (orientation: landscape) {
      .event-topimage .with-notification {
        min-height: 9rem; } }

.tabbed-pane__item-details {
  display: none; }

.tabbed-pane__item-details.tab-active-details {
  display: block; }

.tabbed-pane.tabbed-pane--hidden {
  display: none; }

.tabbed-pane__item.tabbed-pane__item--hidden {
  display: none; }

/*tabbed pane*/
.tabbed-pane {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  display: table;
  table-layout: fixed;
  width: 100%; }
  .tabbed-pane__list {
    background: #405372;
    display: table-row;
    list-style-type: none;
    border-collapse: separate;
    border-spacing: 0;
    margin-top: 0.1rem; }
  .tabbed-pane__item {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    padding: 1rem 0;
    font-weight: 700;
    color: white; }
  .tabbed-pane .tab-active {
    background: #0a224a; }

/*event summary*/
.event-summary {
  margin: 1rem 2rem 1rem 2rem; }
  .event-summary--title {
    color: #405372;
    background: none;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.8rem;
    padding: 0; }
  .event-summary--text {
    margin-top: 1rem;
    color: black;
    word-break: break-word; }

/* key events */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("/assets/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("/assets/fonts/bootstrap/glyphicons-halflings-regular.eot#iefix") format("embedded-opentype"), url("/assets/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("/assets/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.key-events-widget, .key-events-widget.tab-active {
  display: none !important; }

.key-events {
  margin: 1rem 1rem 1rem; }
  .key-events__title {
    color: #405372;
    background: none;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.8rem;
    margin: 1rem 1rem 1rem 1rem;
    padding: 0;
    display: block; }
  .key-events .key-events-list {
    margin: 1rem; }
  .key-events .key-event {
    list-style-type: none;
    padding-bottom: 2.5rem; }
    .key-events .key-event:after {
      content: "";
      display: table;
      clear: both; }
    .key-events .key-event__timestamp {
      font-size: 1.4rem;
      font-weight: bold;
      color: #273e66;
      position: relative;
      padding-left: 2rem;
      padding-right: 0.5rem;
      float: left; }
      .key-events .key-event__timestamp:before {
        position: absolute;
        left: 0px;
        top: 0px;
        content: "\e258\e258";
        font-family: "Glyphicons Halflings";
        letter-spacing: -0.5rem;
        font-size: 1.1rem;
        color: #273e66;
        font-weight: bold; }
    .key-events .key-event__content a:link, .key-events .key-event__content a:visited {
      color: black; }
    .key-events .key-event__content a:hover, .key-events .key-event__content a:active {
      color: #55acee; }

.loading {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(222, 222, 222, 0.9);
  z-index: 9000; }

.circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4rem;
  height: 4rem;
  border-radius: 4rem;
  -webkit-box-sizing: border-box;
  border: solid 0.6rem rgba(34, 34, 34, 0.25);
  border-top-color: #c00;
  -webkit-animation: spin .6s infinite linear;
  -moz-animation: spin .6s infinite linear;
  -ms-animation: spin .6s infinite linear;
  -o-animation: spin .6s infinite linear;
  animation: spin .6s infinite linear; }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }
@-ms-keyframes spin {
  100% {
    -ms-transform: rotate(360deg); } }
@-o-keyframes spin {
  100% {
    -o-transform: rotate(360deg); } }
.card .embed-container {
  max-width: 35rem;
  margin: 0 auto; }

.card--advertisement {
  padding: 0;
  margin: 0 -1rem 1rem -1rem;
  border: 0; }
  .card--advertisement .card--topsection {
    display: none; }
  .card--advertisement .card--content {
    margin: 0 auto; }
    .card--advertisement .card--content iframe {
      display: block;
      margin: 0 auto;
      max-width: 100%; }

.card--quickpost .card--media__container,
.card--image .card--media__container,
.card--video .card--media__container {
  display: inline-block;
  width: 100%; }
.card--quickpost .card--media__figure,
.card--image .card--media__figure,
.card--video .card--media__figure {
  display: block;
  line-height: 0;
  background-color: rgba(0, 68, 102, 0.05); }
  .card--quickpost .card--media__figure img,
  .card--image .card--media__figure img,
  .card--video .card--media__figure img {
    max-width: 100%; }
.card--quickpost .card__media-caption,
.card--image .card__media-caption,
.card--video .card__media-caption {
  font-size: 1.2rem;
  color: #6a6161;
  font-family: "OpenSans-Semibold", sans-serif;
  text-align: left;
  margin: 0;
  padding: 0;
  display: block; }
.card--quickpost .card-author,
.card--image .card-author,
.card--video .card-author {
  margin-bottom: 0.5rem; }

.card--flagged {
  background-color: #faeeee; }

.card--instagram object {
  display: block;
  margin: 0 auto;
  width: 190px; }

.card--instagram video {
  background-color: black; }

/*
 * 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";
*/
.responsive-img img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  min-width: 100%;
  height: auto; }

.responsive-img--3x2, .teaser-card__image-link {
  position: relative;
  width: 100%;
  padding-top: 66%;
  box-sizing: border-box;
  display: block; }
  .responsive-img--3x2 img, .teaser-card__image-link img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover; }

.responsive-img--16x9, .video-card__image-link {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  box-sizing: border-box;
  display: block; }
  .responsive-img--16x9 img, .video-card__image-link img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover; }

.brightcove-video, .youtube-video, .card .youtubePlayer-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  box-sizing: border-box;
  display: block;
  margin-bottom: 2rem; }
  .brightcove-video > iframe, .youtube-video > iframe, .card .youtubePlayer-container > iframe, .brightcove-video > div, .youtube-video > div, .card .youtubePlayer-container > div, .brightcove-video > video, .youtube-video > video, .card .youtubePlayer-container > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.hidden-xxs {
  display: none; }

.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: 640px) {
  .leaderboard.hidden-sm {
    display: block; } }
@media screen and (min-width: 640px) {
  .leaderboard.visible-sm {
    display: none; } }

#scribble-single-post__popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  text-align: center;
  display: none; }

#scribble-single-post__centered-element {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

#scribble-single-post__centered-element .content {
  display: block;
  margin: auto;
  width: 33rem;
  max-height: 400px;
  overflow-y: scroll;
  text-align: left; }

#scribble-single-post__overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  text-align: center;
  top: 0px;
  left: 0px;
  margin: 0px 0px 0px 0px;
  height: 100%;
  width: 100%;
  z-index: 1000; }

#close-single-post__popup {
  width: 33rem;
  text-align: right;
  background: white;
  margin: auto; }

#close-single-post__popup > span {
  cursor: pointer;
  padding-right: 1rem; }

.inline {
  display-block: inline; }

/*
 * 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";
*/
.responsive-img img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  min-width: 100%;
  height: auto; }

.responsive-img--3x2, .teaser-card__image-link {
  position: relative;
  width: 100%;
  padding-top: 66%;
  box-sizing: border-box;
  display: block; }
  .responsive-img--3x2 img, .teaser-card__image-link img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover; }

.responsive-img--16x9, .video-card__image-link {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  box-sizing: border-box;
  display: block; }
  .responsive-img--16x9 img, .video-card__image-link img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover; }

.brightcove-video, .youtube-video, .card .youtubePlayer-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  box-sizing: border-box;
  display: block;
  margin-bottom: 2rem; }
  .brightcove-video > iframe, .youtube-video > iframe, .card .youtubePlayer-container > iframe, .brightcove-video > div, .youtube-video > div, .card .youtubePlayer-container > div, .brightcove-video > video, .youtube-video > video, .card .youtubePlayer-container > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.hidden-xxs {
  display: none; }

.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: 640px) {
  .leaderboard.hidden-sm {
    display: block; } }
@media screen and (min-width: 640px) {
  .leaderboard.visible-sm {
    display: none; } }

.scribble-poll {
  box-sizing: border-box;
  color: black;
  margin-left: 1rem;
  margin-right: 1rem; }
  .scribble-poll--already-voted .scribble-poll__vote {
    display: none; }
  .scribble-poll--already-voted .scribble-poll__option-results {
    padding-right: 0; }
  .scribble-poll__options {
    padding: 0;
    list-style-type: none; }
  .scribble-poll__question {
    color: black;
    font-size: 2rem;
    font-family: "OpenSans-Semibold";
    margin-top: 1rem;
    margin-bottom: 2rem; }
  .scribble-poll__option-results {
    border: 1px solid #dcdada;
    padding-right: 6rem;
    position: relative;
    height: 3.5rem;
    margin-bottom: 1.5rem; }
  .scribble-poll__option-text {
    margin-bottom: 1rem; }
  .scribble-poll__percentage {
    color: white;
    margin-left: auto;
    padding-right: 1rem;
    font-size: 2.2rem;
    padding-top: 0.5rem;
    word-break: normal;
    white-space: nowrap;
    overflow-x: visible; }
  .scribble-poll__result-container {
    display: block;
    height: 3.3rem;
    width: 100%;
    background: #ebebeb; }
  .scribble-poll__result {
    text-align: right;
    height: 3.3rem;
    background: #405372; }
  .scribble-poll__vote {
    width: 6rem;
    height: 3.3rem;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #198ac4;
    color: white;
    outline: none;
    border: none;
    cursor: pointer; }

.scribble-poll--aside .scribble-poll {
  margin-left: 2rem;
  margin-right: 2rem;
  margin-top: 1rem; }

.ie9 .scribble-poll__percentage {
  min-width: 50px; }



/*# sourceMappingURL=article-redesign--mobile.css.map */
