body {
  font-family: soleil, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 55px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.nav-link-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.nav-link {
  margin-right: 20px;
  margin-left: 20px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #333;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
}

.nav-link:hover {
  color: #ff3000;
}

.nav-link.w--current {
  color: #ff3000;
}

.nav-social-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
}

.nav-social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3em;
  height: 3em;
  margin-right: 6px;
  margin-left: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.nav-social-link:hover {
  background-color: #f0f0f0;
}

.nav-logo-link {
  margin-top: -7px;
  margin-left: 20px;
}

.nav-secondary-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-media {
  width: 100%;
}

.card-social-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid hsla(0, 0%, 100%, .1);
  background-color: #303030;
}

.card-media-wrap {
  position: relative;
  width: 100%;
  background-color: #252525;
  background-image: url('../images/originals-slider-placeholder-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.card-share-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16.666%;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px none hsla(0, 0%, 100%, .08);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-decoration: none;
}

.card-share-link:hover {
  background-color: #303030;
}

.card-share-text {
  margin-left: 6px;
  color: #959595;
  font-size: 13px;
  text-decoration: none;
}

.page-navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1%;
  margin-bottom: 1%;
  padding: 0% 1%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #303030;
}

.page-navbar.page-navbar-no-top {
  margin-top: 0%;
}

.page-navbar-title {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  font-size: 155%;
  line-height: 32px;
  font-weight: 800;
}

.page-navbar-links-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.page-navbar-link {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 2px;
  background-color: #ff3000;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
}

.page-navbar-link:hover {
  background-color: #fff;
  color: #ff3000;
}

.page-navbar-link.page-navbar-link-selected {
  background-color: #fff;
  color: #ff3000;
}

.card-article-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('../images/Unknown-2_1.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.card-article-image.card-article-img-2 {
  background-image: url('../images/Unknown.jpeg.html');
  background-position: 50% 50%;
  background-size: cover;
}

.card-article-image.card-article-img1 {
  background-image: url('../images/Unknown-1.jpeg.html');
  background-position: 50% 50%;
  background-size: cover;
}

.card-article-image.card-article-img3 {
  background-image: url('../images/Unknown-3.jpeg.html');
  background-position: 50% 50%;
  background-size: cover;
}

.card-article-image.card-article-img4 {
  background-image: url('../images/Unknown-2.jpeg.html');
  background-position: 50% 50%;
  background-size: cover;
}

.card-article-image.card-article-img5 {
  background-image: url('../images/Unknown-5.jpeg.html');
  background-size: cover;
}

.card-article-image.card-article-img6 {
  background-image: url('../images/Unknown-6.jpeg.html');
  background-size: cover;
}

.card-article-image.card-article-img7 {
  background-image: url('../images/Unknown-7.jpeg.html');
  background-size: cover;
}

.card-text {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 14px 15px;
  color: #fff;
  font-size: 18px;
  line-height: 23px;
  font-weight: 800;
}

.card-text.card-tall-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.card-article-text-wrap {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-linear-gradient(270deg, transparent 31%, #000);
  background-image: linear-gradient(180deg, transparent 31%, #000);
}

.card-tag-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid hsla(0, 0%, 100%, .1);
}

.card-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid hsla(0, 0%, 100%, .1);
  background-color: #303030;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #959595;
  font-size: 13px;
  line-height: 14px;
  text-align: center;
}

.card-tag:hover {
  background-color: #161616;
}

.page-navbar-social-links-wrap {
  margin-right: 25px;
  margin-left: 25px;
}

.page-navbar-social-link {
  padding-right: 10px;
  padding-left: 10px;
}

.flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-parent.swiper-wrapper {
  width: 100%;
}

.grid-columns {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.grid-columns.grid-columns-single {
  padding: 13px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-basis: 33.3333%;
  -ms-flex-preferred-size: 33.3333%;
  flex-basis: 33.3333%;
}

.grid-columns.grid-columns-article-only {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nested-grid {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin: -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nested-grid.nested-grid-articles-only {
  position: relative;
  height: auto;
}

.grid-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 13px;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.grid-item.grid-item-article-only {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}

.grid-item.grid-item-full-width {
  padding: 0px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.card {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 4px solid #ff3000;
  background-color: #303030;
}

.card.card-tall {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card.card-tall.item-featured {
  margin: 13px;
}

.wrapper {
  display: block;
  width: 85%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.wrapper.article-wrapper {
  width: 95%;
  max-width: 1300px;
}

.featured-section {
  margin-top: -18%;
}

.card-source {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-source-text {
  margin-top: 3px;
  float: left;
  color: #959595;
  font-size: 13px;
  line-height: 1;
}

.card-source-icon {
  width: 20px;
  margin-right: 11px;
  float: left;
}

.share-text-icon {
  margin-left: 3px;
  font-size: 9px;
}

.footer {
  padding-top: 22px;
  padding-bottom: 13px;
}

.footer-text {
  margin-right: 30px;
  float: right;
  font-size: 13px;
}

.footer-link {
  margin-left: 20px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #303030;
  text-decoration: none;
}

.footer-link:hover {
  color: #ff3000;
}

.footer-logo-link {
  position: relative;
  top: -12px;
  margin-left: 20px;
}

.card-video {
  width: 100%;
  height: auto;
}

.card-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.video-wrap {
  margin-top: 55px;
}

.o-hero-slider {
  display: block;
  height: 600px;
  max-width: 1400px;
  margin: 55px auto 50px;
}

.overlay-embed {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.o-featured-slide-title {
  position: relative;
  margin-bottom: 60px;
  padding-right: 12%;
  padding-left: 12%;
  color: #fff;
  font-size: 300%;
  line-height: 1;
  font-weight: 800;
  text-align: center;
  letter-spacing: -2px;
}

.o-playlist-group {
  overflow: hidden;
  margin-bottom: 50px;
  padding-bottom: 3%;
}

.o-hero-slider-lightbox {
  width: 100%;
  height: 100%;
}

.play-button {
  color: #ff3000;
}

.o-playlist-title {
  margin: 0px 13px 20px;
  color: #fff;
  font-size: 45px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: none;
}

.o-playlist-subtitle {
  margin-right: 13px;
  margin-bottom: 5px;
  margin-left: 13px;
  border-bottom: 4px solid #ff3000;
  color: #ff3000;
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
}

.o-slider-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.o-slider-arrow:hover {
  background-color: #ff3000;
}

.carousel-button {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(30, 30, 30, .85);
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  cursor: pointer;
}

.carousel-button:hover {
  background-color: #ff3000;
}

.carousel-button.carousel-button-prev {
  left: 0px;
  top: 0px;
  right: auto;
  bottom: 0px;
}

.o-hero-slider-play-btn-wrap {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.o-content-wrap {
  height: 100%;
  background-color: #1f1f1f;
}

.slick-carousel-wrap {
  position: relative;
}

.o-hero-slider-title-wrap {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .83));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .83));
}

.o-hero-slider-slide {
  height: 100%;
  background-image: url('../images/originals-slider-placeholder-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.o-hero-slider-slide.o-hero-slider-slide-2 {
  background-image: url('../images/originals-slider-placeholder-2.jpg');
  background-size: cover;
}

.card-featured-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/originals-slider-placeholder-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.gt-wrap {
  padding: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gt-item-wrap {
  padding: 10px;
}

.gt-item {
  width: 33.33%;
  height: 200px;
  float: left;
  border: 1px solid #cecece;
  background-color: #e6e6e6;
}

.gt-item.gt-item-tall {
  height: 400px;
}

.background-divider {
  position: fixed;
  width: 100%;
  height: 300px;
  margin-top: 50px;
  background-image: url('../images/hash-fade-background.svg');
  background-position: 50% 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.page-wrap {
  position: relative;
  margin-top: 55px;
  padding-top: 30px;
  background-image: url('../images/hash-fade-background.svg');
  background-position: 50% 40px;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.tag-header-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  margin-top: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff3000;
  background-image: url('../images/tag-music.jpg.html');
  background-position: 50% 50%;
  background-size: cover;
}

.tag-title {
  position: relative;
  color: #fff;
  font-size: 55px;
  font-weight: 800;
  letter-spacing: -3px;
}

.pagination-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1%;
  margin-bottom: 2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #303030;
}

.pagination-button {
  width: 8em;
  margin-right: 6px;
  margin-left: 6px;
  padding-top: 18px;
  padding-bottom: 18px;
  border-radius: 2px;
  background-color: #ff3000;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.pagination-button:hover {
  background-color: #fff;
  color: #ff3000;
}

.pagination-button.pagination-button-sm {
  width: 4em;
  background-color: #4b4b4b;
}

.pagination-button.pagination-button-sm.pagination-button-selected {
  background-color: #fff;
  color: #ff3000;
}

.pagination-spacer {
  width: 2em;
  color: #fff;
  font-size: 30px;
  line-height: 0px;
  text-align: center;
  text-decoration: none;
}

.pagination-spacer-dots {
  margin-top: -10px;
}

.tag-bar-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #303030;
}

.tag-bar-scroll {
  position: relative;
}

.tag-bar-title {
  display: inline-block;
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  text-align: center;
}

.tag-bar-link {
  margin-right: 20px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 13.6%;
  -ms-flex-preferred-size: 13.6%;
  flex-basis: 13.6%;
  border-radius: 2px;
  background-color: #ff3000;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.tag-bar-button {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 2px;
  background-color: #ff3000;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.horizon-item {
  display: inline-block;
  min-width: 14%;
  margin-right: 15px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 13.6%;
  -ms-flex-preferred-size: 13.6%;
  flex-basis: 13.6%;
}

.horizon-swiper {
  width: 85%;
  float: left;
}

.tag-bar-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  height: 100%;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.ad-pos-leaderboard {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ad-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ad-container.ad-container-sidebar {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.article-columns-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.article-col-1 {
  width: 70%;
  padding-right: 3%;
}

.article-col-2 {
  padding-left: 3%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid #e7e7e7;
}

.article-img-main {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.article-body-wrap {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.article-headline {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 50px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -1.5px;
}

.article-meta-wrap {
  margin-bottom: 30px;
  color: #ff3000;
  font-size: 16px;
  line-height: 1.1;
}

.article-meta-tag-list {
  padding-left: 0px;
  float: left;
}

.article-meta-tag {
  display: inline;
  margin-right: 10px;
  list-style-type: none;
}

.article-meta-author {
  margin-right: 20px;
  float: left;
}

.article-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #ff3000;
  text-decoration: none;
}

.article-link:hover {
  color: #303030;
}

.article-share-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  background-color: #303030;
}

.article-share-bar-title {
  padding-right: 29px;
  padding-left: 29px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #ff3000;
  color: #fff;
  font-size: 20px;
  line-height: 55px;
  font-weight: 700;
}

.article-share-bar-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.article-share-bar-link:hover {
  background-color: #161616;
}

.article-share-bar-icon {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.article-wrap {
  color: #6e6e6e;
  font-size: 17px;
  line-height: 1.9;
}

.ad-pos-inarticle {
  margin-bottom: 30px;
}

.article-media-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.article-quote {
  margin-bottom: 30px;
  padding: 0px;
  border-left-style: none;
  color: #ff3000;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 700;
}

.article-next-button {
  width: 100%;
  height: 55px;
  margin-top: 0px;
  margin-bottom: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 2px;
  background-color: #ff3000;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 20px;
  line-height: 55px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.article-next-button:hover {
  background-color: #303030;
}

.ad-position-article-bottom {
  margin-top: 60px;
  margin-bottom: 60px;
}

.placeholder-img {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
}

.placeholder-img.placeholder-inarticle {
  max-width: 560px;
}

.article-subhead {
  margin-top: 0px;
  margin-bottom: 20px;
  border-bottom: 4px solid #ff3000;
  color: #161616;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: -1px;
}

.article-today-grid-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  margin-right: -13px;
  margin-left: -13px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.article-latest-video {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.temp-span {
  color: #ff3000;
}

.article-latest-video-wrap {
  margin-bottom: 30px;
}

.article-best-of-wrap {
  margin-bottom: 30px;
}

.best-of-item {
  margin-bottom: 20px;
}

.best-of-img {
  width: 40%;
  height: 110px;
  float: left;
  background-image: url('../images/Unknown-6.jpeg.html');
  background-position: 50% 50%;
  background-size: cover;
}

.best-of-img.best-of-img-2 {
  background-image: url('../images/Unknown.jpeg.html');
  background-size: cover;
}

.best-of-img.best-of-img-3 {
  background-image: url('../images/Unknown-7.jpeg.html');
}

.best-of-title {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
}

.best-of-text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 110px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 13px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.best-of-tags {
  color: #ff3000;
  font-size: 13px;
  line-height: 1.3;
}

.best-of-tag-list {
  margin-bottom: 0px;
  padding-left: 0px;
  color: #ff3000;
  font-size: 13px;
}

.best-of-tag {
  display: inline;
  margin-right: 10px;
  list-style-type: none;
}

.ad-pos-sidebar {
  margin-top: 1px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .nav-link-wrap {
    display: block;
  }
  .nav-link {
    margin-right: 13px;
    margin-left: 13px;
    font-size: 14px;
  }
  .nav-social-wrap {
    margin-right: 0px;
  }
  .card-share-link:hover {
    background-color: transparent;
  }
  .page-navbar {
    padding-right: 2%;
    padding-left: 2%;
  }
  .page-navbar-title {
    margin-right: 1%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 120%;
    line-height: 26px;
  }
  .page-navbar-link {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 14px;
  }
  .page-navbar-link:hover {
    background-color: #ff3000;
    color: #fff;
  }
  .card-text {
    font-size: 17px;
    line-height: 21px;
  }
  .card-text.card-tall-text {
    padding-right: 17px;
    padding-left: 17px;
  }
  .card-tag:hover {
    background-color: transparent;
  }
  .page-navbar-social-links-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .page-navbar-social-link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-columns.grid-columns-single {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .grid-item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .grid-item.grid-item-article-only {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .grid-item.grid-item-post-article {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .wrapper {
    width: 98%;
  }
  .wrapper.wrapper-edge-to-edge {
    width: 100%;
  }
  .wrapper.article-wrapper {
    width: 100%;
  }
  .featured-section {
    margin-top: -27%;
  }
  .card-source-text {
    margin-top: 3px;
  }
  .line-break-sm {
    display: block;
  }
  .o-hero-slider {
    height: 400px;
  }
  .o-featured-slide-title {
    font-size: 280%;
    line-height: 1.1;
  }
  .o-playlist-title {
    font-size: 37px;
  }
  .o-playlist-subtitle {
    font-size: 18px;
  }
  .carousel-button {
    display: none;
  }
  .swiper-container {
    margin-right: 0px;
    margin-left: 0px;
    border-style: none;
  }
  .o-hero-slider-play-btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tag-header-image {
    height: 200px;
  }
  .tag-title {
    font-size: 45px;
  }
  .pagination {
    width: 100%;
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tag-bar-title {
    font-size: 20px;
  }
  .tag-bar-title-wrap {
    padding-left: 10px;
    text-align: center;
  }
  .ad-container.ad-container-sidebar {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .article-columns-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .article-col-1 {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0%;
  }
  .article-col-2 {
    width: 85%;
    padding-left: 0%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    border-left-style: none;
  }
  .best-of-title {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .navbar {
    height: 50px;
  }
  .nav-link-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #141414;
  }
  .nav-link {
    margin-right: 15px;
    margin-left: 15px;
    color: #fff;
  }
  .nav-social-wrap {
    margin-right: 30px;
  }
  .nav-social-link {
    margin-right: 0px;
    margin-left: 0px;
  }
  .nav-logo-link {
    margin-right: auto;
  }
  .page-navbar {
    overflow: hidden;
    width: 100%;
    padding-bottom: 2%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-navbar-title {
    margin-bottom: 5px;
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .page-navbar-links-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-navbar-link {
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .grid-item.grid-item-article-only {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .wrapper.article-wrapper {
    width: 100%;
  }
  .featured-section {
    margin-top: -35%;
  }
  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .line-break-sm {
    display: inline-block;
  }
  .video-wrap {
    z-index: -1;
    margin-top: 50px;
  }
  .nav-menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 32px;
  }
  .nav-menu-button.w--open {
    background-color: #141414;
    color: #fff;
  }
  .o-hero-slider {
    height: 250px;
    margin-top: 50px;
  }
  .o-featured-slide-title {
    margin-bottom: 43px;
    font-size: 150%;
    letter-spacing: -1px;
  }
  .o-playlist-group {
    padding-top: 31px;
  }
  .page-wrap {
    margin-top: 0px;
    padding-top: 1px;
  }
  .tag-header-image {
    height: 150px;
  }
  .tag-title {
    font-size: 40px;
    letter-spacing: -2px;
  }
  .pagination-button {
    width: 6em;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
  }
  .pagination-button.pagination-button-sm {
    width: 3em;
  }
  .pagination-spacer {
    width: 1em;
  }
  .tag-bar-wrap {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .tag-bar-title {
    font-size: 18px;
  }
  .tag-bar-button {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 15px;
  }
  .tag-bar-title-wrap {
    min-width: 95px;
  }
  .ad-pos-leaderboard {
    display: none;
  }
  .article-body-wrap {
    width: 90%;
  }
  .article-headline {
    font-size: 40px;
  }
  .article-meta-wrap {
    font-size: 15px;
  }
  .article-wrap {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .nav-link-wrap {
    padding-top: 5px;
    padding-bottom: 10px;
  }
  .nav-link {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nav-social-wrap {
    margin-right: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .nav-logo-link {
    margin-left: 0px;
    padding-left: 9px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .page-navbar {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 7px 15px 15px;
  }
  .page-navbar-title {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  }
  .page-navbar-link {
    -webkit-box-flex: 25%;
    -webkit-flex: 25%;
    -ms-flex: 25%;
    flex: 25%;
    font-size: 12px;
  }
  .page-navbar-social-link {
    width: 58px;
  }
  .flex-parent {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .grid-columns {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .grid-columns.grid-columns-single {
    margin-bottom: 10px;
    padding: 0px 10px;
  }
  .grid-columns.grid-columns-article-only {
    padding-right: 10px;
    padding-left: 10px;
  }
  .nested-grid {
    position: relative;
    display: block;
    margin: -10px 0px 0px;
  }
  .grid-item {
    min-height: 250px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px;
  }
  .grid-item.grid-item-post-article {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .card.card-tall.item-featured {
    margin-right: 10px;
    margin-left: 10px;
  }
  .wrapper {
    width: 100%;
  }
  .featured-section {
    margin-top: -10%;
  }
  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .footer-text {
    display: block;
    margin-right: 0px;
  }
  .footer-link {
    display: block;
    margin-left: 0px;
  }
  .footer-logo-link {
    margin-left: 0px;
  }
  .nav-logo {
    width: 89px;
  }
  .o-hero-slider {
    height: 350px;
  }
  .o-featured-slide-title {
    padding-right: 5%;
    padding-left: 5%;
    font-size: 170%;
    letter-spacing: -1px;
  }
  .o-playlist-group {
    margin-bottom: 40px;
    padding-top: 0px;
  }
  .o-playlist-title {
    font-size: 27px;
    letter-spacing: -1px;
  }
  .o-playlist-subtitle {
    font-size: 16px;
  }
  .o-slider-arrow {
    display: none;
  }
  .background-divider {
    margin-top: 0px;
  }
  .page-wrap {
    margin-top: 0px;
  }
  .tag-header-image {
    height: 100px;
  }
  .tag-title {
    margin-top: 3px;
    font-size: 30px;
  }
  .pagination-wrap {
    margin-right: 10px;
    margin-left: 10px;
  }
  .pagination {
    margin-right: 0px;
    margin-left: 0px;
  }
  .pagination-button {
    font-size: 13px;
  }
  .pagination-spacer-dots {
    margin-top: -8px;
    font-size: 25px;
  }
  .tag-bar-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .horizon-item {
    margin-right: 0px;
    margin-left: 10px;
  }
  .horizon-swiper {
    width: 100%;
  }
  .tag-bar-title-wrap {
    display: block;
    width: 100%;
    margin-bottom: 12px;
    padding-left: 0px;
    text-align: center;
  }
  .article-col-2 {
    width: 90%;
  }
  .article-img-main {
    margin-bottom: 20px;
  }
  .article-headline {
    margin-bottom: 20px;
    font-size: 31px;
    line-height: 1.2;
    letter-spacing: -1px;
  }
  .article-meta-wrap {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.2;
  }
  .article-meta-author {
    margin-bottom: 5px;
  }
  .article-share-bar {
    margin-bottom: 20px;
  }
  .article-share-bar-title {
    padding-right: 14px;
    padding-left: 14px;
    font-size: 16px;
  }
  .ad-pos-inarticle {
    margin-bottom: 20px;
  }
  .article-media-wrap {
    margin-bottom: 20px;
  }
  .article-quote {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.3;
  }
  .article-next-button {
    font-size: 17px;
  }
  .ad-position-article-bottom {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .article-subhead {
    margin-bottom: 10px;
  }
  .article-today-grid-wrap {
    margin-right: 0px;
    margin-left: 0px;
  }
  .best-of-title {
    font-size: 16px;
  }
}
