/**
 * Most Popular site styles
 */
/* stylelint-disable block-closing-brace-newline-after, at-rule-empty-line-before, rule-empty-line-before */
/**
 * Convert px to rem or em. Unitless values are assumed to be in px.
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Bool}   $em Use `em` units, if true
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to either rem or em
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Bool}   $em Use `em` units, if true
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to em
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to rem
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Remove default browser button styles
 */
/**
 * Visually hide an element and leave it only for screenreaders
 */
/* stylelint-enable */
/*
 * Establish a vertical rhythm in a container
 */
/*
 * Establish a container
 */
/*
 * Clearfix
 */
/*
 * Full-width container
 */
/**
 * Set aspect ratio for responsive media container
 */
/**
 * General Body Content
 */
/**
 * Basic Headline
 */
/**
 * Generate map of breakpoint values
 */
/**
 * If you want, include custom media queries in the first parameter of map_merge below
 * (example 'admin-bar' media query provided)
 */
/**
 * Retrive prepared media query
 *
 * @param {string} $query Key to acess in breakpoints object. If you're lookin for one of the generated breakpoints,
 *                        pass in a string constructed using a key from $bp-values
 *                        and either 'min' (for `min-width`) or 'max' (for `max-width`), separated by a hyphen.
 */
@media (max-width: 47.9375rem) {
  .widget_nbc_most_popular.widget {
    display: none; } }

.widget_nbc_most_popular .post__image__wrap {
  height: 3.0625rem;
  margin-right: 0.625rem;
  max-height: 3.0625rem;
  max-width: 5.5rem;
  min-height: 3.0625rem;
  min-width: 5.5rem;
  overflow: hidden;
  width: 5.5rem; }
  .widget_nbc_most_popular .post__image__wrap img {
    max-width: 5.5rem;
    min-height: 3.0625rem;
    min-width: 5.5rem; }

.widget_nbc_most_popular .post__category,
.widget_nbc_most_popular .post__sponsor {
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0.1875rem;
  text-transform: uppercase; }
  .widget_nbc_most_popular .post__category a,
  .widget_nbc_most_popular .post__sponsor a {
    color: #144AA8;
    text-decoration: none; }

.widget_nbc_most_popular .post__title {
  font-family: "Arthouse", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.35;
  margin-bottom: 0.1875rem; }
  .widget_nbc_most_popular .post__title a {
    color: #000;
    text-decoration: none; }

.widget_nbc_most_popular .post__sponsor {
  color: #0A8539; }

.widget_nbc_most_popular .most-popular__header {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.widget_nbc_most_popular .sponsored-ad-container {
  padding-top: 2.5rem; }

.widget_nbc_most_popular .sponsored-ad-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1.125rem;
  position: relative; }
  .widget_nbc_most_popular .sponsored-ad-unit::before {
    color: #000;
    content: '';
    font-family: "Arthouse", sans-serif;
    font-size: 0.6875rem;
    font-weight: 700;
    position: absolute;
    right: 0;
    text-align: right;
    text-transform: uppercase;
    top: -1.0625rem; }
  .widget_nbc_most_popular .sponsored-ad-unit.logo-rendered::before {
    content: attr(data-beforetext); }

.widget_nbc_most_popular .sponsored-ad-unit:empty::before {
  content: ''; }

.widget_nbc_most_popular .sponsored-ad-unit div {
  display: inline-block; }

.most-popular__post {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #D8D8D8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75rem;
  padding: 1rem 0 0.6875rem; }
  .most-popular__post:first-child {
    padding-top: 0; }
  .most-popular__post:last-child {
    border-bottom: 0; }
  .most-popular__post.item-4 {
    display: none; }
  .most-popular__post .most-popular__presented_by {
    color: #767676;
    font-family: "Arthouse", sans-serif;
    font-size: 0.5625rem; }

.visible-item-4 .most-popular__post.item-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }


/*# sourceMappingURL=mostPopular.20ea7f9f7948f1832884.min.css.map*/