@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Roboto+Slab:300);
@media only screen and (max-width: 769px) {
  body {
    font-size: 14px;
  }
}
@media only screen and (max-width: 425px) {
  body {
    font-size: 13px;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.fade-in {
  animation: fadeIn 0.5s ease-in;
}
a {
  -webkit-transition: 0.5s cubic-bezier(0.33, 0.66, 0.66, 1);
  transition: 0.5s cubic-bezier(0.33, 0.66, 0.66, 1);
}
p {
  font-family: 'Roboto Slab', 'Georgia', 'Times', serif;
  font-weight: 300;
}
hr {
  border-top: 1px dashed #ccc;
  margin: 12px 0;
}
h1.widgetheading {
  font-size: 26px;
}
h3.page-title {
  display: none;
}
body,
input,
button,
select,
textarea {
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}
h1,
h2,
h3 {
  font-family: 'Georgia', 'Times', serif;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  body {
    padding: 0;
  }
  .container {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.tile a {
  color: #222;
  transition: .3s all;
}
.tile a:hover {
  text-decoration: none;
  opacity: .8;
}
.section-title {
  text-align: center;
  font-size: 2.25em;
  margin: 0 0 .75em 0;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.section-title a {
  color: #222;
}
.load-more {
  color: #0046ae;
  font-weight: 600;
  display: block;
  margin: 1em auto;
  padding: .5em .75em;
  background-color: #fff;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  border: 1px solid #ddd;
}
.load-more:active {
  outline: 0;
  opacity: .8;
}
.mini {
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  text-align: center;
  font-size: .8em;
}
.error {
  margin: 2em 0;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  text-align: center;
  font-size: 1.5em;
}
.loading {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .5em 0;
}
.loading svg path {
  fill: #bdbdbd;
}
#leaderboard {
  min-height: .35em;
}
section.above-header {
  margin: 0 auto;
  min-height: unset;
}
section.above-header .google-ad {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1em 0;
}
section.above-header .google-ad.hidden-ad {
  margin: 0;
}
section.above-header .google-ad > div {
  transition: all .5s linear;
  visibility: visible;
  max-height: 100vh;
  opacity: 1;
}
section.above-header .google-ad.hidden-ad > div {
  visibility: hidden;
  max-height: 0;
  opacity: 0;
}
@media (max-width: 767px) {
  .carousel-container {
    margin: 0;
  }
}
/*
**  Views Slideshow styles
*/
.owl-carousel {
  margin-left: -15px;
  margin-right: -15px;
}
.owl-carousel .owl-stage-outer {
  background-color: #e5e5e5;
}
.owl-carousel .owl-item {
  visibility: hidden;
}
@media only screen and (max-width: 768px) {
  .owl-carousel .owl-item {
    background: transparent;
  }
}
.owl-carousel.owl-loaded .owl-item {
  visibility: visible;
  animation: fadeIn .5s ease;
}
.owl-carousel.owl-loaded .owl-item li a img {
  margin-bottom: 0 !important;
}
.owl-carousel li {
  list-style-type: none;
  position: relative;
}
.owl-carousel .slide-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: .5em 1.5em;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .owl-carousel .slide-info {
    padding: 1em;
    position: static;
    background: transparent;
  }
}
@media only screen and (max-width: 425px) {
  .owl-carousel .slide-info {
    padding: .75em;
  }
}
.owl-carousel h3.slide-title {
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 1.5em;
  text-transform: none;
  font-weight: 500;
  margin-bottom: 2px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
}
.owl-carousel h3.slide-title a {
  color: #eee;
  text-decoration: none;
  -webkit-transition: color .1s;
  transition: color .1s;
  text-shadow: none;
}
.owl-carousel h3.slide-title a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .owl-carousel h3.slide-title {
    font-size: 1.35rem;
  }
  .owl-carousel h3.slide-title a {
    color: #000;
  }
}
@media only screen and (max-width: 425px) {
  .owl-carousel h3.slide-title {
    font-size: 1rem;
  }
}
.owl-carousel p {
  margin-bottom: 0;
  color: #ddd;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}
.owl-carousel p a {
  color: inherit;
  font-weight: bold;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}
.owl-carousel p a:hover {
  text-decoration: none;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .owl-carousel p {
    font-size: .9rem;
    color: #000;
    text-shadow: none;
  }
  .owl-carousel p a {
    text-shadow: none;
  }
}
@media only screen and (max-width: 425px) {
  .owl-carousel p {
    font-size: .8rem;
  }
}
/*
*
* Features
*
*/
.features-and-schedule {
  margin-bottom: 2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.features-and-schedule .features-sidebar {
  flex: 1 1 30%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  min-width: 300px;
  max-width: 300px;
}
.features-and-schedule .features-sidebar .mini {
  margin: 0;
}
.features-and-schedule .features-sidebar .mini:first-of-type {
  margin-top: -2.35em;
}
.features-and-schedule .features-sidebar .google-ad {
  margin: .25em 0;
}
.features-and-schedule .features {
  flex: 1 1 65%;
  margin-right: 2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.features-and-schedule .features .tile {
  flex: 1 1 35%;
  margin-bottom: 1em;
}
.features-and-schedule .features .tile:nth-of-type(even) {
  margin-left: 2em;
}
.features-and-schedule .features .tile .feature-title {
  font-size: 1.25em;
  margin-top: .8em;
}
@media (max-width: 979px) {
  .features-and-schedule .features {
    margin-right: 0;
  }
  .features-and-schedule .features-sidebar {
    max-width: none;
  }
  .features-and-schedule .features-sidebar .mini:first-of-type {
    margin-top: 0;
  }
}
/*
*
* Schedule widget
*
*/
#schedule {
  width: 100%;
}
.schedule-widget {
  margin-top: .5em;
}
.schedule-widget .time-selection {
  border: 0;
  background-color: transparent;
  outline: 1px solid #bdbdbd;
  padding: .35em 1em;
  margin-right: 1px;
  font-size: .96em;
  font-weight: 600;
  color: #737373;
  transition: .25s all;
}
.schedule-widget .time-selection.active {
  background-color: #0046ae;
  outline: 1px solid #0046ae;
  color: #fff;
}
.schedule-widget .grid-controls {
  margin: .75em 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.schedule-widget .grid-controls button:nth-of-type(2) {
  margin-right: 1em;
}
.schedule-widget .grid-controls a {
  font-weight: 600;
  font-size: .95em;
  margin-top: .25em;
}
.schedule-widget .channel-selector {
  display: block;
  background-color: transparent;
  color: #bdbdbd;
  font-size: 1.3em;
  font-weight: 600;
  border: 0;
  padding: 0;
  margin: .25em 0;
  transition: .5s all;
}
.schedule-widget .channel-selector h1 {
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 1.2em;
  margin: 0;
}
.schedule-widget .channel-selector:active {
  opacity: .7;
}
.schedule-widget .border-bottom::after {
  content: '';
  width: 100%;
  display: block;
  height: 1px;
  background-color: #bdbdbd;
}
.schedule-widget .grid-container .grid {
  list-style-type: none;
  margin: 0;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  transition: all .5s;
}
.schedule-widget .grid-container .grid li {
  display: flex;
  margin: 0;
  justify-content: space-between;
  flex-wrap: nowrap;
  border-top: 1px solid #bdbdbd;
  padding: .25em;
}
.schedule-widget .grid-container .grid li:first-of-type {
  border-top: 0;
}
.schedule-widget .grid-container .grid .time {
  flex: 0 0 25%;
  font-weight: 600;
}
.schedule-widget .grid-container .grid .show-meta {
  flex: 0 0 70%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.schedule-widget .grid-container .grid .show-meta a {
  color: #000;
}
.schedule-widget .grid-container .grid .show-meta p {
  width: 100%;
  margin: 0;
}
.schedule-widget .grid-container .grid .show-meta .show-title {
  font-weight: 600;
}
.schedule-widget .grid-container .grid .show-meta .episode-title {
  font-style: italic;
  line-height: 1.6;
}
.schedule-widget .grid-container .grid p {
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: .9em;
  margin-bottom: .25em;
}
.schedule-widget .grid-container .grid.active {
  visibility: visible;
  max-height: 100vh;
  opacity: 1;
}
.schedule-widget .grid-container.active .grid {
  visibility: visible;
  max-height: 100vh;
}
.schedule-widget .grid-container .active.channel-selector h1 {
  color: #0046ae;
}
@media (max-width: 980px) {
  .schedule-widget {
    margin: 1.75em auto;
  }
}
/*
*
* Feed base styles
*
*/
.feed {
  min-height: 5em;
  margin-bottom: 3.5em;
}
.tiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1.5em;
}
.tiles .tile {
  width: calc(29%);
  margin: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  color: #000;
  border-right: 1px solid #bdbdbd;
  padding: 0 1em 1em 1em;
}
.tiles .tile a {
  color: #222;
  align-self: flex-start;
  transition: .3s all;
  max-width: 100%;
  max-height: 260px;
}
.tiles .tile a:hover {
  text-decoration: none;
  opacity: .8;
}
.tiles .tile .source {
  text-transform: uppercase;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 600;
  font-size: .85em;
  margin: .5em 0;
}
.tiles .tile h2 {
  margin: .5em 0;
  font-size: 1.35em;
}
.tiles .tile .meta-header {
  color: #000;
  margin: 0 0 .5em 0;
  font-size: .8em;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
.tiles .tile p {
  margin: 0;
}
/*
*
* News feed
*
*/
.news .tiles .tile {
  flex: 1 1 auto;
  min-width: 150px;
  max-width: 300px;
  width: calc(19%);
}
.news .tiles .tile:nth-of-type(4n + 1) {
  padding-left: 0;
}
.news .tiles .tile:nth-of-type(4n) {
  padding-right: 0;
  border-right: 0;
}
@media (max-width: 768px) {
  .news .tiles {
    justify-content: center;
  }
  .news .tiles .tile {
    width: 40%;
    border: 0;
    padding: 1em;
  }
  .news .tiles .tile:nth-of-type(4n + 1) {
    padding-left: 1em;
  }
  .news .tiles .tile:nth-of-type(4n) {
    padding-right: 1em;
  }
  .news .tiles .tile:nth-child(odd) {
    padding-left: 0;
  }
  .news .tiles .tile:nth-child(even) {
    padding-right: 0;
  }
}
@media (max-width: 355px) {
  .news .tiles .tile {
    padding: 0 !important;
    width: 100%;
    margin-bottom: 1.25em;
  }
}
/*
*
* Enews banner
*
*/
.enews-banner {
  padding: .5em 2em;
  background-color: #01a9f2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 3.5em 0;
}
.enews-banner h1,
.enews-banner p {
  color: #fff;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}
.enews-banner h1 {
  font-weight: 700;
  font-size: 3.25em;
  margin: 0;
}
.enews-banner .group-left {
  flex: 1 1 60%;
}
.enews-banner .group-right {
  flex: 1 1 40%;
}
.enews-banner #mc_embed_signup > form {
  padding: 0;
  margin: 0;
}
.enews-banner #mc_embed_signup_scroll {
  display: flex;
  justify-content: flex-end;
}
.enews-banner #mc_embed_signup_scroll .email,
.enews-banner #mc_embed_signup_scroll .button {
  border-radius: 0;
  border: 0;
  padding: .5em .5em;
  font-size: 1.15em;
  font-weight: 600;
  margin: 0;
}
.enews-banner #mc_embed_signup_scroll .email {
  text-align: right;
  margin: 0;
  flex-grow: 1;
}
.enews-banner #mc_embed_signup_scroll .button {
  color: #fff;
  background-color: #0145b0;
  margin-left: .25em;
  border: 0;
}
@media (max-width: 980px) {
  .enews-banner {
    padding-left: 1em;
    padding-right: 1em;
  }
  .enews-banner h1 {
    font-size: 2em;
    margin-bottom: .25em;
  }
  .enews-banner #mc_embed_signup_scroll .email,
  .enews-banner #mc_embed_signup_scroll .button {
    font-size: 1em;
  }
}
@media (max-width: 768px) {
  .enews-banner {
    margin-left: -15px;
    margin-right: -15px;
  }
}
/*
*
* Playlist feed
*
*/
.playlist .tile {
  width: 29%;
}
.playlist .tile h2 {
  margin: 0 0 .35em 0;
}
.playlist .tile:nth-child(3n-6) {
  padding-right: 0;
  border-right: 0;
}
.playlist .tile:nth-child(3n+1) {
  padding-left: 0;
}
@media (max-width: 692px) {
  .playlist .tile {
    width: 100%;
    border: 0;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 1em 0!important;
  }
  .playlist .tile a {
    max-height: unset;
  }
  .playlist .tile .meta-header,
  .playlist .tile .source {
    width: 100%;
  }
}
@media (max-width: 321px) {
  .playlist .tile {
    padding: 0;
    margin-bottom: 1.25em;
  }
}
.food .top-group .tile {
  margin-bottom: 1.25em;
}
.food .top-group .tile:nth-child(3n-6) {
  padding-right: 0;
  border-right: 0;
}
.food .top-group .tile:nth-child(3n+1) {
  padding-left: 0;
}
.food .bottom-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.food .bottom-group .tile {
  width: 45%;
  border-right: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 1.25em;
}
.food .bottom-group .tile:nth-child(even) {
  padding-right: 0;
}
.food .bottom-group .tile:nth-child(odd) {
  padding-left: 0;
}
.food .bottom-group .group-left {
  width: 50%;
  min-width: 200px;
  flex: 1 1 auto;
  padding-right: 1em;
}
.food .bottom-group .group-right {
  width: 46%;
  flex: 1 1 auto;
}
.food .bottom-group .group-right .restaurant-link {
  text-decoration: underline;
}
@media (max-width: 600px) {
  .food .tile {
    padding: 0;
  }
  .food .top-group .tile {
    width: 100%;
    border: 0;
  }
  .food .top-group .tile a {
    max-height: unset;
  }
  .food .bottom-group .tile {
    flex: 1 1 100%;
  }
}
@media (max-width: 400px) {
  .food .bottom-group .group-left {
    padding: 0;
  }
}
/*
*
* Events feed
*
*/
.events .tile {
  width: 45%;
}
.events .tile:nth-of-type(even) {
  padding-right: 0;
  border-right: 0;
}
.events .tile:nth-of-type(odd) {
  padding-left: 0;
}
.events .tile .date {
  margin: .5em 0 0 0;
}
.events .tile h2 {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .events .tile {
    flex-basis: 100%;
    border: 0;
    padding: 0;
    margin-bottom: 1em;
  }
}
/*
*
* Microsites/explore feed
*
*/
.microsites .tile {
  margin: 1em 0;
  padding: 0;
  width: 100%;
  border-right: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.microsites .tile .group-left {
  flex: 1 1 30%;
}
.microsites .tile .group-right {
  flex: 1 1 65%;
  margin-left: 1em;
}
.microsites .tile h2 {
  margin: .25em 0 .5em 0;
}
@media (max-width: 640px) {
  .microsites .tile .group-left {
    flex: 1 1 45%;
  }
  .microsites .tile .group-right {
    flex: 1 1 50%;
  }
}
@media (max-width: 433px) {
  .microsites .tile .group-right {
    flex-basis: 100%;
    margin-left: 0;
  }
}
/*
*
* Kids feed
*
*/
.kids {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.kids h2 {
  width: 100%;
}
.kids .group-left {
  width: 55%;
}
.kids .group-left .tile {
  flex: 1 1 25%;
}
.kids .group-left .tile .meta-header {
  margin: .5em 0;
}
.kids .group-left .tile h2 {
  margin-top: 0;
}
.kids .group-left .tile:nth-child(3n-6) {
  padding-right: 0;
  border-right: 0;
}
.kids .group-left .tile:nth-child(3n+1) {
  padding-left: 0;
}
.kids .group-right {
  width: 35%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.kids .group-right .full {
  width: 100%;
  margin-bottom: 2em;
}
.kids .group-right .full h2 {
  margin: 0;
}
.kids .group-right .full .mini {
  font-size: 1em;
}
.kids .group-right .full p {
  font-family: 'Georgia', 'Times', serif;
  text-align: left;
  margin: 0;
  padding: 0;
}
.kids .group-right .col p {
  line-height: 1.5;
  margin-bottom: .75em;
}
.kids .group-right .col a {
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  color: #000;
}
.kids .group-right .left-col {
  width: 40%;
}
.kids .group-right .right-col {
  width: 50%;
}
@media (max-width: 980px) {
  .kids .group-left {
    flex: 1 1 100%;
  }
  .kids .group-right {
    flex: 1 1 100%;
    margin: 1em auto;
  }
  .kids .group-right .left-col {
    width: 45%;
  }
  .kids .group-right .right-col {
    width: 50%;
  }
}
@media (max-width: 420px) {
  .kids .group-left .tile {
    flex: 1 1 100%;
    border: 0;
    padding: 0;
    margin-bottom: 1em;
  }
  .kids .group-left .tile a {
    margin: 0 auto;
  }
  .kids .group-right .full {
    margin-bottom: 1em;
  }
  .kids .group-right .left-col {
    width: 38%;
  }
}
/*
*
* Video feed/widget
*
*/
.video h3 {
  font-size: 1em;
  font-weight: 600;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  text-transform: uppercase;
  margin: .5em 0 .25em 0;
  text-align: left;
}
.video .description {
  margin: 0 0 1em 0;
}
.video .partner-player {
  flex: 1 1 65%;
}
.video .partner-player h3 {
  margin: .75em 0 .5em 0;
}
.video .partner-player .description {
  margin: .5em 0 1.35em 0;
  line-height: 1.4;
}
.video .group-right {
  max-width: 300px;
  flex: 1 1 20%;
  margin-left: 1em;
}
.video .group-right .mini {
  flex: 1 1 100%;
  margin: 0;
}
.video .group-right > div {
  margin: 1em auto;
}
.video .group-right > div:first-of-type {
  margin-top: 0;
}
.video .load-more-container {
  flex-basis: 100%;
}
.video .tiles .tile {
  border-right: 0;
  width: 20%;
  margin: 0 auto;
  padding: 1em;
  min-width: 150px;
}
.video .tiles .tile:nth-child(4n-1) {
  padding-left: 0;
}
.video .tiles .tile:nth-child(4n-6) {
  padding-right: 0;
}
.video .tiles .tile button {
  padding: 0;
  background-color: transparent;
  margin: 0;
  border: 0;
  transition: opacity .3s;
}
.video .tiles .tile button:hover {
  opacity: .8;
}
.video .tiles .tile .video-selection .image-container {
  position: relative;
  max-width: 100%;
  max-height: 200px;
}
.video .tiles .tile .video-selection .image-container::after {
  content: '\f04b';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font: normal normal normal 3em/1 FontAwesome;
  opacity: .75;
  transition: opacity .25s;
}
.video .tiles .tile .video-selection:hover::after {
  opacity: 1;
}
.video .tiles .tile .video-selection p,
.video .tiles .tile .video-selection h2 {
  text-align: left;
}
.video .tiles .tile .video-selection.active .image-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  opacity: .7;
}
.video .tiles .tile .video-selection.active .image-container::after {
  content: 'NOW PLAYING';
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 1.25rem;
}
.video .tiles .tile .passport {
  display: block;
  margin-top: .5em;
  height: 1.5em;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  background-color: #00aaec;
  padding: .25em 0em;
  width: 100%;
}
.video .tiles .tile .passport span {
  font-size: .8em;
  color: #fff;
  margin: 0 auto;
}
.video .tiles .tile .passport img {
  width: 2em;
  height: 2em;
}
.video .tiles .tile.active {
  background-color: #0046ae;
}
.video .tiles .tile.active p,
.video .tiles .tile.active h3 {
  color: #fff;
}
.video .partner-player-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.video .partner-player-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 100%;
  height: 100%;
}
.video .partner-player-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, #bdbdbd, #222222, #bdbdbd, #222222);
  background-size: 400% 400%;
  animation: Gradient 20s ease infinite;
  z-index: -1;
}
.video .partner-player-container::after {
  content: 'LOADING';
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: -1;
}
@media (max-width: 980px) {
  .video .partner-player {
    flex-basis: 100%;
  }
  .video .tiles .tile {
    order: 2;
    padding: .75em;
  }
  .video .load-more-container {
    order: 3;
  }
  .video .group-right {
    order: 4;
    flex-basis: 100%;
    margin: 0;
    max-width: unset;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 1.5em auto;
  }
  .video .group-right > div {
    margin: 1em !important;
  }
  .video .google-ads {
    order: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 1em 0;
    margin-top: 0;
    max-width: none;
  }
  .video .google-ads > div {
    margin: 1em auto;
  }
  .video .google-ads .mini {
    flex: 1 1 100%;
    margin: 0;
  }
  .video .google-ads .mini:nth-of-type(2) {
    margin-top: 1em;
  }
}
@media (max-width: 700px) {
  .video .tiles .tile {
    padding: .5em;
  }
}
@media (max-width: 675px) {
  .video .tiles .tile {
    width: 45%;
  }
  .video .tiles .tile:nth-child(4n-1),
  .video .tiles .tile:nth-child(4n-6) {
    padding: .5em;
  }
  .video .tiles .tile:nth-child(even) {
    padding-right: 0;
  }
  .video .tiles .tile:nth-child(odd) {
    padding-left: 0;
  }
}
@media (max-width: 345px) {
  .video .tiles .tile {
    flex: 1 1 100%;
    width: 100%;
    padding: .5em 0!important;
  }
  .video div.group-right > div {
    margin: 1em 0!important;
  }
}
/*
**  Features, Events
*/
.row-fluid {
  margin: 1em 0;
}
.row-fluid .span6 p {
  margin-bottom: 0;
}
/*
**  Modal
*/
.modal-body {
  margin-top: -18px;
  padding-bottom: 5px;
}
.close {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .rslides .slide-info {
    position: relative;
    clear: both;
    display: block;
    padding: 15px;
    background-color: #222;
  }
  .rslides .slide-info h3.slide-title {
    font-size: 1.4rem;
  }
  .rslides .slide-info p {
    font-size: 14px;
  }
  .rslides-container a.rslides_nav {
    font-size: 200%;
    top: 32%;
  }
  #hp_interim_-_chicago_tonight .pager,
  #hp_interim_-_check_please .pager {
    overflow: visible !important;
    display: block !important;
  }
}
