@charset "UTF-8";
/* SCSS Document
 *
 * Imports base styles, slick slideshow styles
 * Includes styles for Home Page components and sections
 *
 */
/* SCSS Document
 *
 * Includes Mixins &
 * Variables
 *
 */
/* -----------------------
/* Mixins
/* ----------------------- */
.angle--top-left {
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 calc(0% + 7vw), 100% 0, 100% 100%, 0 100%);
}
@supports not (clip-path: polygon(0 calc(0% + 7vw), 100% 0, 100% 100%, 0 100%)) {
  .angle--top-left::before, .angle--top-left::after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 10;
    display: block;
    border-style: solid;
  }
  .angle--top-left::before {
    top: 0;
    border-width: 8vw 100vw 0 0;
    border-color: #fff transparent transparent transparent;
  }
}

.angle--top-right {
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0, 100% calc(0% + 7vw), 100% 100%, 0 100%);
}
@supports not (clip-path: polygon(0 0, 100% calc(0% + 7vw), 100% 100%, 0 100%)) {
  .angle--top-right::before, .angle--top-right::after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 10;
    display: block;
    border-style: solid;
  }
  .angle--top-right::before {
    top: 0;
    border-width: 8vw 0 0 100vw;
    border-color: #fff transparent transparent transparent;
  }
}

.angle--bottom-left {
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 7vw));
}
@supports not (clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 7vw))) {
  .angle--bottom-left::before, .angle--bottom-left::after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 10;
    display: block;
    border-style: solid;
  }
  .angle--bottom-left::after {
    bottom: 0;
    border-width: 0 100vw 8vw 0;
    border-color: transparent transparent #fff transparent;
  }
}

.angle--bottom-right {
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7vw), 0 100%);
}
@supports not (clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7vw), 0 100%)) {
  .angle--bottom-right::before, .angle--bottom-right::after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 10;
    display: block;
    border-style: solid;
  }
  .angle--bottom-right::after {
    bottom: 0;
    border-width: 0 0 8vw 100vw;
    border-color: transparent transparent #fff transparent;
  }
}

.angle--both-left-left {
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 calc(0% + 7vw), 100% 0, 100% 100%, 0 calc(100% - 7vw));
}
@supports not (clip-path: polygon(0 calc(0% + 7vw), 100% 0, 100% 100%, 0 calc(100% - 7vw))) {
  .angle--both-left-left::before, .angle--both-left-left::after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 10;
    display: block;
    border-style: solid;
  }
  .angle--both-left-left::before {
    top: 0;
    border-width: 8vw 100vw 0 0;
    border-color: #fff transparent transparent transparent;
  }
  .angle--both-left-left::after {
    bottom: 0;
    border-width: 0 100vw 8vw 0;
    border-color: transparent transparent #fff transparent;
  }
}

.angle--both-right-right {
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0, 100% calc(0% + 7vw), 100% calc(100% - 7vw), 0 100%);
}
@supports not (clip-path: polygon(0 0, 100% calc(0% + 7vw), 100% calc(100% - 7vw), 0 100%)) {
  .angle--both-right-right::before, .angle--both-right-right::after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 10;
    display: block;
    border-style: solid;
  }
  .angle--both-right-right::before {
    top: 0;
    border-width: 8vw 0 0 100vw;
    border-color: #fff transparent transparent transparent;
  }
  .angle--both-right-right::after {
    bottom: 0;
    border-width: 0 0 8vw 100vw;
    border-color: transparent transparent #fff transparent;
  }
}

.angle--both-left-right {
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 calc(0% + 7vw), 100% 0, 100% calc(100% - 7vw), 0 100%);
}
@supports not (clip-path: polygon(0 calc(0% + 7vw), 100% 0, 100% calc(100% - 7vw), 0 100%)) {
  .angle--both-left-right::before, .angle--both-left-right::after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 10;
    display: block;
    border-style: solid;
  }
  .angle--both-left-right::before {
    top: 0;
    border-width: 8vw 100vw 0 0;
    border-color: #fff transparent transparent transparent;
  }
  .angle--both-left-right::after {
    bottom: 0;
    border-width: 0 0 8vw 100vw;
    border-color: transparent transparent #fff transparent;
  }
}

.angle--both-right-left {
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0, 100% calc(0% + 7vw), 100% 100%, 0 calc(100% - 7vw));
}
@supports not (clip-path: polygon(0 0, 100% calc(0% + 7vw), 100% 100%, 0 calc(100% - 7vw))) {
  .angle--both-right-left::before, .angle--both-right-left::after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 10;
    display: block;
    border-style: solid;
  }
  .angle--both-right-left::before {
    top: 0;
    border-width: 8vw 0 0 100vw;
    border-color: #fff transparent transparent transparent;
  }
  .angle--both-right-left::after {
    bottom: 0;
    border-width: 0 100vw 8vw 0;
    border-color: transparent transparent #fff transparent;
  }
}

.angle__content {
  display: block;
  width: 100%;
  height: auto;
}

.angle--colour {
  color: #fff;
  background-color: #2196F3;
  text-align: center;
  padding: 10% 0;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 20px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 33px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 33px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*!
 * Datepicker v1.0.0
 * https://fengyuanchen.github.io/datepicker
 *
 * Copyright 2014-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2018-08-05T03:02:13.513Z
 */
.datepicker-container {
  background-color: #fff;
  direction: ltr;
  font-size: 12px;
  left: 0;
  line-height: 30px;
  position: fixed;
  top: 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 210px;
  z-index: -1;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.datepicker-container::before,
.datepicker-container::after {
  border: 5px solid transparent;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.datepicker-dropdown {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 3px 6px #ccc;
  box-shadow: 0 3px 6px #ccc;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  z-index: 1;
}

.datepicker-inline {
  position: static;
}

.datepicker-top-left,
.datepicker-top-right {
  border-top-color: #39f;
}

.datepicker-top-left::before,
.datepicker-top-left::after,
.datepicker-top-right::before,
.datepicker-top-right::after {
  border-top: 0;
  left: 10px;
  top: -5px;
}

.datepicker-top-left::before,
.datepicker-top-right::before {
  border-bottom-color: #39f;
}

.datepicker-top-left::after,
.datepicker-top-right::after {
  border-bottom-color: #fff;
  top: -4px;
}

.datepicker-bottom-left,
.datepicker-bottom-right {
  border-bottom-color: #39f;
}

.datepicker-bottom-left::before,
.datepicker-bottom-left::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
  border-bottom: 0;
  bottom: -5px;
  left: 10px;
}

.datepicker-bottom-left::before,
.datepicker-bottom-right::before {
  border-top-color: #39f;
}

.datepicker-bottom-left::after,
.datepicker-bottom-right::after {
  border-top-color: #fff;
  bottom: -4px;
}

.datepicker-top-right::before,
.datepicker-top-right::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
  left: auto;
  right: 10px;
}

.datepicker-panel > ul {
  margin: 0;
  padding: 0;
  width: 102%;
}

.datepicker-panel > ul::before,
.datepicker-panel > ul::after {
  content: " ";
  display: table;
}

.datepicker-panel > ul::after {
  clear: both;
}

.datepicker-panel > ul > li {
  background-color: #fff;
  cursor: pointer;
  float: left;
  height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 30px;
}

.datepicker-panel > ul > li:hover {
  background-color: #e5f2ff;
}

.datepicker-panel > ul > li.muted,
.datepicker-panel > ul > li.muted:hover {
  color: #999;
}

.datepicker-panel > ul > li.highlighted {
  background-color: #e5f2ff;
}

.datepicker-panel > ul > li.highlighted:hover {
  background-color: #cce5ff;
}

.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
  color: #39f;
}

.datepicker-panel > ul > li.disabled,
.datepicker-panel > ul > li.disabled:hover {
  background-color: #fff;
  color: #ccc;
  cursor: default;
}

.datepicker-panel > ul > li.disabled.highlighted,
.datepicker-panel > ul > li.disabled:hover.highlighted {
  background-color: #e5f2ff;
}

.datepicker-panel > ul > li[data-view="years prev"],
.datepicker-panel > ul > li[data-view="year prev"],
.datepicker-panel > ul > li[data-view="month prev"],
.datepicker-panel > ul > li[data-view="years next"],
.datepicker-panel > ul > li[data-view="year next"],
.datepicker-panel > ul > li[data-view="month next"],
.datepicker-panel > ul > li[data-view=next] {
  font-size: 18px;
}

.datepicker-panel > ul > li[data-view="years current"],
.datepicker-panel > ul > li[data-view="year current"],
.datepicker-panel > ul > li[data-view="month current"] {
  width: 150px;
}

.datepicker-panel > ul[data-view=years] > li,
.datepicker-panel > ul[data-view=months] > li {
  height: 52.5px;
  line-height: 52.5px;
  width: 52.5px;
}

.datepicker-panel > ul[data-view=week] > li,
.datepicker-panel > ul[data-view=week] > li:hover {
  background-color: #fff;
  cursor: default;
}

.datepicker-hide {
  display: none;
}

/* ----------------------- */
/* Vertical Align
/* ----------------------- */
/* ----------------------- */
/* Center
/* ----------------------- */
/* ----------------------- */
/* Rotate
/* ----------------------- */
/* -----------------------
/* Variables
/* ----------------------- */
/* -----------------------
/* Defaults
/* ----------------------- */
body {
  background-color: #fff;
  padding: 0;
  margin: 0;
  font-family: "Fira Sans", sans-serif;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::selection {
  background-color: #ffc103;
  color: #000;
}

img {
  display: block;
  max-width: 100%;
}

a {
  display: block;
  transition: all 0.3s;
  color: #009adf;
  font-weight: 700;
}
a:hover {
  color: #017eb6;
}

p {
  font-size: 20px;
  line-height: 32px;
  margin: 30px 0;
}

h1 {
  font-size: 55px;
  line-height: 65px;
}
h1.xl {
  font-size: 65px;
  line-height: 80px;
}

h2 {
  font-size: 50px;
  line-height: 60px;
}

h3 {
  font-size: 40px;
  line-height: 42px;
}

h4 {
  font-size: 32px;
  line-height: 34px;
}

h5 {
  font-size: 28px;
  line-height: 35px;
}

h6 {
  font-size: 24px;
  line-height: 30px;
}

input {
  color: #000;
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400 !important;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400 !important;
  font-size: 18px;
  line-height: 26px;
  color: #7a7a7a;
  letter-spacing: 0.7px;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7a7a7a;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #7a7a7a;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body {
  width: 100%;
  height: 100%;
}

.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 300px;
  min-height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: none;
}

.slideout-menu-left {
  left: 0;
}

.slideout-menu-right {
  right: 0;
}

.slideout-panel {
  position: relative;
  z-index: 1;
  will-change: transform;
  background-color: #FFF;
  /* A background-color is required */
  min-height: 100vh;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: scroll;
}

.slideout-open .slideout-menu {
  display: block;
}

/* -----------------------
/* Main Content
/* ----------------------- */
.main-content {
  display: block;
  position: relative;
}
@media (max-width: 1024px) {
  .main-content {
    padding-top: 65px !important;
  }
}

.wrapper h1 {
  margin-top: 30px;
  margin-bottom: 15px;
  color: #000;
}
@media (max-width: 768px) {
  .wrapper h1 {
    font-size: 40px;
    line-height: 44px;
  }
}
@media (max-width: 360px) {
  .wrapper h1 h1.xl a {
    padding: 0 20px;
    font-size: 46px;
    line-height: 1.2;
  }
}
.wrapper .cms-plugin a {
  display: inline-block;
}
.wrapper .overline {
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 22px;
  padding: 10px 0 0;
  transition: all 4s;
}
.wrapper .overline:hover span {
  color: #017eb6;
}
.wrapper .overline span {
  color: #009adf;
  z-index: 1;
  padding-right: 5px;
  font-weight: bold;
  transition: 0.4s all;
  font-size: 16px;
  line-height: 22px;
}
.wrapper a.title {
  font-size: 25px;
  line-height: 32px;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: #ffc103;
  background-color: transparent;
  display: inline-block;
  line-height: 1.3;
  color: #000;
  position: relative;
  max-width: 90%;
}
.wrapper a.title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  transform-origin: bottom center;
  background: #ffc103;
  z-index: -1;
  transition: transform 0.3s;
}
@media (max-width: 660px) {
  .wrapper a.title {
    display: inline-block;
  }
}
.wrapper a.title:hover:after {
  transform: scaleY(1);
}
@media (max-width: 600px) {
  .wrapper {
    width: 100% !important;
  }
  .wrapper h1.xl {
    font-size: 50px;
    line-height: 1;
    padding: 0 20px;
  }
}
.wrapper.header-wrapper, .wrapper.footer-wrapper {
  width: 95% !important;
}
.wrapper .view-more {
  margin: 0 auto;
  text-align: center;
}

/* Hero */
.hero {
  position: relative;
  min-height: 720px;
  background-color: #fff;
  z-index: 4;
}
.hero:before, .hero:after {
  content: " ";
  display: table;
  border-color: transparent;
}
.hero:after {
  clear: both;
}
.hero .bg {
  z-index: 3;
  left: 0;
  right: 0;
  top: 0px;
  width: 100%;
  height: 85%;
  max-height: 700px;
  background-color: #ffc103;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 4vw));
  position: absolute;
}
@supports not (clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 4vw))) {
  .hero .bg::before, .hero .bg::after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 10;
    display: block;
    border-style: solid;
  }
  .hero .bg::after {
    bottom: 0;
    border-width: 0 100vw 5vw 0;
    border-color: transparent transparent #fff transparent;
  }
}
.hero .bg:before {
  border-color: transparent;
}
.hero .wrapper {
  z-index: 4;
  background-color: #fff;
}
@media (max-width: 768px) {
  .hero .wrapper.slideshow-wrapper.home {
    width: 100% !important;
  }
}
.hero .wrapper.slideshow-wrapper.home .slideshow {
  width: 100%;
  position: relative;
  margin: 0 auto;
  z-index: 4;
}
.hero .wrapper.slideshow-wrapper.home .slideshow .slide {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 768px;
  width: 100%;
  max-width: 1366px;
  position: relative;
}
.hero .wrapper.slideshow-wrapper.home .slideshow .slide .image {
  width: 100%;
  height: auto;
  display: none;
}
.hero .wrapper.slideshow-wrapper.home .slideshow .slide .bg-overlay {
  background: linear-gradient(45deg, black 0%, transparent 50%, transparent 100%);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .hero .wrapper.slideshow-wrapper.home .slideshow .slide .bg-overlay {
    display: none;
  }
}
.hero .wrapper.slideshow-wrapper.home .slideshow .slide .wc_button_solid:hover {
  box-shadow: none;
  background: #017eb6;
}
@media (max-width: 768px) {
  .hero .wrapper.slideshow-wrapper.home .slideshow .slide {
    background-image: none !important;
    height: auto;
  }
  .hero .wrapper.slideshow-wrapper.home .slideshow .slide .bg-overlay {
    display: none;
  }
  .hero .wrapper.slideshow-wrapper.home .slideshow .slide .image {
    display: block;
  }
}
@media (min-width: 769px) {
  .hero .wrapper.slideshow-wrapper.home .slideshow .slide.video-slide {
    background-color: #000;
  }
}
.hero .wrapper.slideshow-wrapper.home .slideshow .slide.video-slide .info-container {
  display: block;
}
@media (min-width: 769px) {
  .hero .wrapper.slideshow-wrapper.home .slideshow .slide.video-slide .info-container {
    display: none;
  }
}
.hero .wrapper.slideshow-wrapper.home .slideshow .slide .video-container {
  height: 0;
  position: relative;
  padding-top: 56.65%;
  transform: translateY(-50%);
  top: 50%;
}
@media (max-width: 768px) {
  .hero .wrapper.slideshow-wrapper.home .slideshow .slide .video-container {
    top: 0;
    transform: none;
  }
}
.hero .wrapper.slideshow-wrapper.home .slideshow .slide .video-container .video {
  height: auto;
  background-color: #000;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.hero .wrapper.slideshow-wrapper.home .slideshow .slide .video-container .video.cove-container iframe {
  margin: 0 auto;
  display: block;
}
.hero .wrapper.slideshow-wrapper.home .slideshow .slide .video-container .video iframe {
  height: 100%;
  width: 100%;
  display: block;
}
.hero .wrapper.slideshow-wrapper.home .slideshow:only-child .slide-dots {
  display: none;
}
.hero .wrapper.slideshow-wrapper.home .slide-dots {
  padding: 10px 0;
  text-align: center;
}
.hero .wrapper.slideshow-wrapper.home .slide-dots li {
  display: inline-block;
  margin: 0 5px;
}
.hero .wrapper.slideshow-wrapper.home .slide-dots li button {
  border-radius: 100%;
  width: 15px;
  height: 15px;
  padding: 0;
  margin: 0;
  font-size: 0;
  display: block;
  background: #999;
  outline: none;
}
.hero .wrapper.slideshow-wrapper.home .slide-dots li.slick-active button {
  background: #009adf;
  width: 16px;
  height: 16px;
}
.hero .wrapper.slideshow-wrapper.home .slide-dots li:only-child {
  display: none;
}
.hero .wrapper.slideshow-wrapper.home .info-container {
  position: absolute;
  bottom: 60px;
  left: 60px;
  width: 50%;
  color: #fff;
  z-index: 3;
}
@media (max-width: 1024px) {
  .hero .wrapper.slideshow-wrapper.home .info-container {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .hero .wrapper.slideshow-wrapper.home .info-container {
    position: relative;
    padding: 0 30px;
    left: auto;
    bottom: auto;
    top: auto;
    margin-bottom: 30px;
  }
}
.hero .wrapper.slideshow-wrapper.home .info-container h1 {
  padding: 0 !important;
  margin-top: 25px;
}
.hero .wrapper.slideshow-wrapper.home .info-container h1 a {
  color: #fff;
  margin-bottom: 20px;
  transition: all 0.3s;
  background-color: transparent;
}
@media (max-width: 768px) {
  .hero .wrapper.slideshow-wrapper.home .info-container h1 a {
    color: #000;
    text-decoration: underline;
    text-decoration-color: #ffc103;
    line-height: 50px;
    font-size: 45px;
  }
}
@media (max-width: 360px) {
  .hero .wrapper.slideshow-wrapper.home .info-container h1 a {
    font-size: 46px;
    line-height: 1.2;
  }
}
.hero .wrapper.slideshow-wrapper.home .info-container .description p {
  color: #fff;
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 20px;
  margin-top: 0;
}
@media (max-width: 768px) {
  .hero .wrapper.slideshow-wrapper.home .info-container .description p {
    color: #000;
  }
}
.hero .wrapper.slideshow-wrapper.home .info-container .wc_button_outline {
  color: #fff;
}
@media (max-width: 768px) {
  .hero .wrapper.slideshow-wrapper.home .info-container .wc_button_outline {
    color: #000;
  }
}
.hero .wrapper.slideshow-wrapper.home .left {
  left: -40px;
}
.hero .wrapper.slideshow-wrapper.home .right {
  right: -40px;
}
.hero .wrapper.slideshow-wrapper.watch {
  padding: 40px 40px 0 40px;
  box-sizing: border-box;
}
.hero .wrapper.slideshow-wrapper.watch:before, .hero .wrapper.slideshow-wrapper.watch:after {
  content: " ";
  display: table;
  border-color: transparent;
}
.hero .wrapper.slideshow-wrapper.watch:after {
  clear: both;
}
@media (max-width: 1200px) {
  .hero .wrapper.slideshow-wrapper.watch {
    padding: 0;
  }
}
.hero .wrapper.slideshow-wrapper.watch .slideshow {
  width: 100%;
  position: relative;
  margin: 0 auto;
  z-index: 4;
  box-sizing: border-box;
}
.hero .wrapper.slideshow-wrapper.watch .slideshow .slide {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  max-width: 1366px;
  position: relative;
  box-sizing: border-box;
}
.hero .wrapper.slideshow-wrapper.watch .slideshow .slide .video-container {
  width: 70%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 35.25%;
  /* 16:9 */
  height: 0;
  float: left;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .hero .wrapper.slideshow-wrapper.watch .slideshow .slide .video-container {
    width: 100%;
    float: none;
    max-width: none;
    padding-bottom: 56.25%;
    /* 16:9 */
    margin-bottom: 15px;
  }
}
.hero .wrapper.slideshow-wrapper.watch .slideshow .slide .video-container .poster,
.hero .wrapper.slideshow-wrapper.watch .slideshow .slide .video-container .poster-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  cursor: pointer;
  transition: all 0.4s;
}
.hero .wrapper.slideshow-wrapper.watch .slideshow .slide .video-container .poster .play-icon,
.hero .wrapper.slideshow-wrapper.watch .slideshow .slide .video-container .poster-image .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  width: 115px;
  height: 115px;
  background-color: #009adf;
  border-radius: 100%;
  transistion: all 0.4s;
}
.hero .wrapper.slideshow-wrapper.watch .slideshow .slide .video-container .poster .play-icon img,
.hero .wrapper.slideshow-wrapper.watch .slideshow .slide .video-container .poster-image .play-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 5px;
  width: auto;
  height: 50px;
  z-index: 1;
}
.hero .wrapper.slideshow-wrapper.watch .slideshow .slide .video-container .poster:hover .play-icon,
.hero .wrapper.slideshow-wrapper.watch .slideshow .slide .video-container .poster-image:hover .play-icon {
  opacity: 0.95;
}
.hero .wrapper.slideshow-wrapper.watch .slideshow .slide .info-container {
  position: relative;
  float: left;
  width: 30%;
  color: #000;
  z-index: 3;
  padding: 0 0 0 30px;
  box-sizing: border-box;
}
.hero .wrapper.slideshow-wrapper.watch .slideshow .slide .info-container .overline {
  padding-top: 0;
}
@media (max-width: 1200px) {
  .hero .wrapper.slideshow-wrapper.watch .slideshow .slide .info-container {
    width: 90%;
  }
}
.hero .wrapper.slideshow-wrapper.watch .slideshow .slide .info-container h2 {
  color: #000;
  margin: 0 0 20px 0;
  line-height: 1;
  font-size: 32px;
}
.hero .wrapper.slideshow-wrapper.watch .slideshow .slide .info-container h2 a.title {
  line-height: 1;
  font-size: 32px;
}
.hero .wrapper.slideshow-wrapper.watch .slideshow .slide .info-container .description p {
  color: #000;
}
.hero .wrapper.slideshow-wrapper.watch .slideshow .slide .info-container .wc_button_outline {
  color: #000;
}
.hero .wrapper.slideshow-wrapper.watch .slide-dots {
  padding: 10px 0;
  text-align: center;
}
@media (max-width: 1200px) {
  .hero .wrapper.slideshow-wrapper.watch .slide-dots {
    padding: 10px 0 60px;
    margin-top: -15px;
  }
}
.hero .wrapper.slideshow-wrapper.watch .slide-dots li {
  display: inline-block;
  margin: 0 5px;
}
.hero .wrapper.slideshow-wrapper.watch .slide-dots li button {
  border-radius: 100%;
  width: 15px;
  height: 15px;
  padding: 0;
  margin: 0;
  font-size: 0;
  display: block;
  background: #999;
  outline: none;
  border: none;
}
.hero .wrapper.slideshow-wrapper.watch .slide-dots li.slick-active button {
  background: #009adf;
  width: 16px;
  height: 16px;
}
.hero .wrapper.slideshow-wrapper.watch .left,
.hero .wrapper.slideshow-wrapper.watch .right {
  position: absolute;
  color: #009adf;
  width: 20px;
  height: 40px;
  top: 40%;
  font-weight: bolder;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .hero .wrapper.slideshow-wrapper.watch .left,
.hero .wrapper.slideshow-wrapper.watch .right {
    top: 75%;
    z-index: 1000;
  }
}
@media (max-width: 768px) {
  .hero .wrapper.slideshow-wrapper.watch .left,
.hero .wrapper.slideshow-wrapper.watch .right {
    top: 60%;
    z-index: 1000;
  }
}
.hero .wrapper.slideshow-wrapper.watch .left {
  left: 5px;
}
@media (max-width: 1200px) {
  .hero .wrapper.slideshow-wrapper.watch .left {
    left: -5px;
  }
}
@media (max-width: 768px) {
  .hero .wrapper.slideshow-wrapper.watch .left {
    left: 0;
  }
}
.hero .wrapper.slideshow-wrapper.watch .right {
  right: 5px;
}
@media (max-width: 1200px) {
  .hero .wrapper.slideshow-wrapper.watch .right {
    right: -5px;
  }
}
@media (max-width: 768px) {
  .hero .wrapper.slideshow-wrapper.watch .right {
    right: 0;
  }
}
.hero .wrapper.video {
  z-index: 4;
  background-color: #ffc103;
}
.hero .wrapper.video .video-wrapper {
  width: 100%;
  max-width: 1366px;
  position: relative;
  margin: 0 auto;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.hero .wrapper.video .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.hero .wrapper.video .video-wrapper .poster.no-video {
  cursor: default !important;
}
.hero .wrapper.video .video-wrapper .poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  cursor: pointer;
  transition: all 0.4s;
}
.hero .wrapper.video .video-wrapper .poster .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.7;
  width: 115px;
  height: 115px;
  background-color: #009adf;
  border-radius: 100%;
  transistion: all 0.4s;
}
@media (max-width: 600px) {
  .hero .wrapper.video .video-wrapper .poster .play-icon {
    width: 55px;
    height: 55px;
  }
}
.hero .wrapper.video .video-wrapper .poster .play-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 5px;
  width: auto;
  height: 50px;
  z-index: 1;
}
@media (max-width: 600px) {
  .hero .wrapper.video .video-wrapper .poster .play-icon img {
    height: 25px;
    margin-left: 2px;
  }
}
.hero .wrapper.video .video-wrapper .poster:hover .play-icon {
  opacity: 0.7;
}
.hero .wrapper.video .video-wrapper .bg-overlay {
  box-shadow: 0 0 400px rgba(0, 0, 0, 0.9) inset;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .hero .wrapper.video .video-wrapper .bg-overlay {
    display: none;
  }
}
.hero .wrapper.video .video-info {
  height: 600px;
}

/* White BG */
.white-angled {
  padding: 150px 0 0 0;
  position: relative;
  background-color: #fff;
  margin-top: -150px;
  z-index: 0;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0, 100% calc(0% + 4vw), 100% 100%, 0 100%);
}
.white-angled:before, .white-angled:after {
  content: " ";
  display: table;
  border-color: transparent;
}
.white-angled:after {
  clear: both;
}
@supports not (clip-path: polygon(0 0, 100% calc(0% + 4vw), 100% 100%, 0 100%)) {
  .white-angled::before, .white-angled::after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 10;
    display: block;
    border-style: solid;
  }
  .white-angled::before {
    top: 0;
    border-width: 5vw 0 0 100vw;
    border-color: #fff transparent transparent transparent;
  }
}
.white-angled .overline span {
  background: #fff !important;
}
.white-angled .cms-plugin a {
  display: inline-block;
}

.white-bg {
  position: relative;
  background-color: #fff;
  z-index: 0;
}
.white-bg:before, .white-bg:after {
  content: " ";
  display: table;
  border-color: transparent;
}
.white-bg:after {
  clear: both;
}
.white-bg .overline span {
  background: #fff !important;
}
.white-bg .wrapper {
  padding-top: 30px;
}
.white-bg .inner-wrapper a {
  display: inline;
}
@media (max-width: 600px) {
  .white-bg .inner-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }
}

/* Grey BG */
.grey-angled {
  padding: 35px 0 0 0;
  position: relative;
  background-color: #fff;
  margin-top: -1px;
}
.grey-angled .bg {
  padding-top: 35px;
  background-color: #eaeaea;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0, 100% calc(0% + 4vw), 100% 100%, 0 100%);
}
@supports not (clip-path: polygon(0 0, 100% calc(0% + 4vw), 100% 100%, 0 100%)) {
  .grey-angled .bg::before, .grey-angled .bg::after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 10;
    display: block;
    border-style: solid;
  }
  .grey-angled .bg::before {
    top: 0;
    border-width: 5vw 0 0 100vw;
    border-color: #fff transparent transparent transparent;
  }
}
.grey-angled .view-more {
  padding: 50px 0 100px;
  text-align: center;
}
.grey-angled .view-more .wc_button {
  display: inline-block;
}

/* Video Info */
.video-info {
  clear: both;
}
.video-info a {
  font-weight: bold;
  color: #009adf;
}
.video-info a:hover {
  color: #017eb6;
}
.video-info.wrapper {
  max-width: 1366px;
  padding: 30px;
  background-color: #fff;
  box-sizing: border-box;
}
.video-info.wrapper .description {
  width: 50%;
  float: left;
  margin-right: 10%;
}
@media (max-width: 1200px) {
  .video-info.wrapper .description {
    width: 100%;
    float: none;
  }
}
.video-info.wrapper .description h5 {
  color: #009adf;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}
.video-info.wrapper .description .byline {
  color: #666;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 20px;
}
.video-info.wrapper .description h1 {
  margin-top: 0;
}
.video-info.wrapper .description a {
  display: inline;
}
.video-info.wrapper .overline {
  display: block;
  padding: 10px 0 0;
  text-transform: uppercase;
  margin-top: 30px;
}
.video-info.wrapper .overline .season {
  color: #009adf;
  display: inline-block;
  padding-right: 15px;
  border-right: 2px solid #eaeaea;
}
.video-info.wrapper .overline .season:hover {
  color: #017eb6;
}
.video-info.wrapper .overline span {
  color: #777777;
}
.video-info.wrapper .share-info {
  margin-top: 30px;
  width: 35%;
  float: left;
}
.video-info.wrapper .share-info .no-schedule {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 22px;
  color: #666;
}
.video-info.wrapper .share-info .view-more {
  cursor: pointer;
  text-align: left;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.video-info.wrapper .share-info .related-links a {
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .video-info.wrapper .share-info {
    width: 100%;
    float: none;
  }
}
.video-info.wrapper .share-info .overline span {
  background: #fff !important;
  color: #adadad;
}
.video-info.wrapper .share-info .overline hr {
  margin-top: -13px;
}
.video-info.wrapper .share-info ul.share {
  margin-bottom: 30px;
  clear: both;
}
.video-info.wrapper .share-info ul.share li {
  border: 3px solid #d3d3d3;
  border-right: 0;
  display: block;
  float: left;
  line-height: 54px;
  height: 54px;
  width: 50px;
  min-width: 30px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #222222;
}
@media (max-width: 420px) {
  .video-info.wrapper .share-info ul.share li {
    width: 40px;
    height: 40px;
  }
}
.video-info.wrapper .share-info ul.share li a {
  width: 50px;
  height: 54px;
  background-size: 50%;
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
  display: block;
}
@media (max-width: 420px) {
  .video-info.wrapper .share-info ul.share li a {
    width: 40px;
    height: 40px;
  }
}
.video-info.wrapper .share-info ul.share li a:hover {
  opacity: 0.6;
}
.video-info.wrapper .share-info ul.share li a.share_twitter {
  background-image: url(/static/images/social-share-twitter.svg);
}
.video-info.wrapper .share-info ul.share li a.share_fb {
  background-image: url(/static/images/social-share-fb.svg);
  background-size: 24%;
}
.video-info.wrapper .share-info ul.share li a.share_reddit {
  background-image: url(/static/images/social-share-reddit.svg);
}
.video-info.wrapper .share-info ul.share li a.share_li {
  background-image: url(/static/images/social-share-linkedin.svg);
}
.video-info.wrapper .share-info ul.share li a.share_email {
  background-image: url(/static/images/social-share-email.svg);
}
.video-info.wrapper .share-info ul.share li:first-child {
  padding: 0 10px;
  height: 54px;
}
@media (max-width: 420px) {
  .video-info.wrapper .share-info ul.share li:first-child {
    float: none;
    border: none;
    padding: 0;
  }
}
.video-info.wrapper .share-info ul.share li:last-child {
  border-right: 3px solid #d3d3d3;
}
.video-info.wrapper .share-info ul.share li img {
  display: block;
  width: 30px;
  margin: 0 auto;
}
.video-info.wrapper .share-info ul.related {
  margin-bottom: 30px;
  padding-top: 0;
  clear: both;
  list-style-type: none;
}
.video-info.wrapper .share-info ul.related li {
  display: block;
}
.video-info.wrapper .share-info ul.related li a {
  display: block;
  margin: 10px 0;
}
.video-info.wrapper .share-info ul.upcoming {
  margin-bottom: 30px;
  padding-top: 0;
  clear: both;
  list-style-type: none;
}
.video-info.wrapper .share-info ul.upcoming li {
  display: block;
  margin: 0 0 10px;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: #777777;
}
.video-info.wrapper .share-info ul.upcoming li a {
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 10px;
  font-family: "Fira Sans", sans-serif;
}
.video-info.wrapper .share-info ul.upcoming li .show-title {
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
}
.video-info.wrapper .share-info ul.upcoming li div {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  color: #7a7a7a;
}
.video-info.wrapper .share-info .funding .overline {
  margin-bottom: 15px;
}
.video-info.wrapper .share-info .funding a {
  display: block;
  margin: 0 0 15px;
}
.video-info.wrapper .share-info .funding a .funder {
  max-width: 300px;
  max-height: 65px;
}
.video-info.wrapper p {
  margin: 10px 0;
  line-height: 1.5;
}

/* Related Content */
.related {
  padding-top: 55px;
  box-sizing: border-box;
}
.related h2 {
  padding-bottom: 30px;
}
.related a.title {
  margin-top: 20px;
}
.related .main-image {
  margin-bottom: 15px;
}
.related .main-image + a.title {
  margin-top: 0;
}
@media (max-width: 600px) {
  .related h1,
.related h2,
.related h3,
.related h4,
.related h5 {
    margin-left: 20px;
    margin-right: 20px;
  }
}

/* More From */
.more-from {
  padding-top: 85px;
  box-sizing: border-box;
}
.more-from .heading {
  margin-bottom: 60px;
  border-bottom: 6px solid #eaeaea;
}
.more-from .heading h3 {
  padding-bottom: 10px;
}
@media (max-width: 600px) {
  .more-from .heading {
    padding: 0 20px;
  }
}
.more-from a.view-all {
  display: block;
  color: #009adf;
  float: right;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  margin-top: 17px;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 600px) {
  .more-from a.view-all {
    display: none;
  }
}
.more-from a.view-all:hover {
  color: #017eb6;
}
.more-from a.title {
  margin-top: 20px;
  display: inline;
  position: relative;
}
@media (max-width: 600px) {
  .more-from a.title {
    display: inline-block;
  }
}
.more-from .main-image {
  margin-bottom: 15px;
}

/* Episodes */
.episodes {
  padding-right: 20%;
  padding-top: 35px;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .episodes {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .episodes {
    width: 100%;
  }
}
.episodes .season-wrapper {
  display: none;
}
.episodes .season-wrapper.active {
  display: block;
}
.episodes .heading {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .episodes .heading {
    padding: 0 20px;
  }
}
.episodes .heading .title {
  display: block;
  float: left;
  width: 400px;
}
.episodes .heading .title h1 {
  border-top: 7px solid #ffc103;
  padding-top: 15px;
  width: 100px;
  font-size: 50px;
  line-height: 60px;
}
.episodes .heading .filter {
  margin-left: 100px;
  position: relative;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .episodes .heading .filter {
    margin-left: 0;
  }
}
.episodes .heading .filter select {
  width: 200px;
  font-size: 18px;
}
@media (max-width: 768px) {
  .episodes .heading .filter select {
    width: 100%;
    margin-left: 0;
  }
}
.episodes .heading .filter span {
  text-transform: uppercase;
  color: #777777;
  margin-right: 10px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  color: #7a7a7a;
}
@media (max-width: 768px) {
  .episodes .heading .filter span {
    margin-right: 0;
    clear: both;
    display: block;
    margin-bottom: 15px;
  }
}
.episodes .about {
  padding-bottom: 45px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
}
.episodes .about.no-pad {
  padding-bottom: 0;
}
.episodes .about p {
  margin: 25px 0;
}
@media (max-width: 768px) {
  .episodes .about {
    padding: 20px;
  }
}
.episodes .about h2 {
  font-size: 32px;
  line-height: 1;
  margin-bottom: 15px;
}
.episodes ul.episode-list {
  width: 100%;
}
.episodes ul.episode-list li {
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 15px;
  border-bottom: 2px solid #d3d3d3;
}
.episodes ul.episode-list li:last-child {
  border: none;
}
@media (max-width: 768px) {
  .episodes ul.episode-list li {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.episodes ul.episode-list .thumbnail {
  position: relative;
  float: left;
  width: 334px;
  height: 188px;
  background-size: cover;
  background-position: center center;
  display: block;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .episodes ul.episode-list .thumbnail {
    height: 300px;
    width: 100%;
    float: none;
    margin: 0 auto 20px;
  }
}
@media (max-width: 600px) {
  .episodes ul.episode-list .thumbnail {
    height: 225px;
  }
}
@media (max-width: 420px) {
  .episodes ul.episode-list .thumbnail {
    width: 100%;
    height: 185px;
    float: none;
    margin: 0 auto 20px;
  }
}
.episodes ul.episode-list .tag {
  display: inline-block;
  background: #009adf;
  padding: 8px;
  color: #fff;
  font-weight: 400;
  font-size: 11px;
  padding-left: 20px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
  position: absolute;
  top: 10px;
  left: 10px;
}
.episodes ul.episode-list .tag:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #fff;
  position: absolute;
  left: 7px;
  top: 6px;
}
.episodes ul.episode-list .episode-info {
  overflow: hidden;
}
@media (max-width: 768px) {
  .episodes ul.episode-list .episode-info {
    padding: 0 20px 20px 20px;
  }
}
.episodes ul.episode-list .episode-info h3 {
  line-height: 1;
  margin-top: 0;
  font-size: 24px;
}
.episodes ul.episode-list .episode-info h3 a {
  font-size: 24px;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: #ffc103;
  display: inline-block;
  position: relative;
  line-height: 1;
  margin-top: 0;
  color: #000;
  margin-bottom: 10px;
}
.episodes ul.episode-list .episode-info h3 a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  transform-origin: bottom center;
  background: #ffc103;
  z-index: -1;
  transition: transform 0.2s;
}
.episodes ul.episode-list .episode-info h3 a:hover:after {
  transform: scaleY(1);
}
.episodes ul.episode-list .episode-info p {
  margin-top: 0;
}
.episodes ul.episode-list .episode-info .expires {
  color: #777777;
  margin-top: 30px;
  text-transform: uppercase;
  font-weight: bold;
}

/* Explore */
.explore h1 {
  text-align: center;
  padding-top: 20px;
  margin: 30px auto;
}
@media (max-width: 600px) {
  .explore h1 {
    font-size: 50px;
    padding: 0 20px;
  }
}
.explore h1:before {
  content: "";
  width: 150px;
  margin: 0 auto;
  display: block;
  border-top: 4px solid #ffc103;
  padding-bottom: 15px;
}
.explore ul.shows {
  width: 100%;
  position: relative;
  margin: 60px auto;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 600px) {
  .explore ul.shows {
    padding: 0 20px;
  }
}
.explore ul.shows li {
  display: inline-block;
  width: 17%;
  margin: 0 1%;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .explore ul.shows li {
    width: 23%;
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  .explore ul.shows li {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .explore ul.shows li {
    width: 48%;
  }
}
@media (max-width: 420px) {
  .explore ul.shows li {
    width: 90%;
    margin: 0 auto 30px;
  }
}
.explore ul.shows li:hover {
  box-shadow: 10px 10px 0 0 #009adf;
}
.explore ul.shows li a {
  display: block;
  background-size: cover;
  background-position: center center;
  height: 360px;
  width: 100%;
}
@media (max-width: 1200px) {
  .explore ul.shows li a {
    height: 385px;
  }
}
@media (max-width: 768px) {
  .explore ul.shows li a {
    height: 500px;
  }
}
@media (max-width: 420px) {
  .explore ul.shows li a {
    height: 430px;
  }
}

/* Submit Your Doc */
.submit-doc {
  background-color: #fff;
  padding-top: 125px;
}
.submit-doc:before, .submit-doc:after {
  content: " ";
  display: table;
  border-color: transparent;
}
.submit-doc:after {
  clear: both;
}
@media (max-width: 768px) {
  .submit-doc {
    padding-top: 30px;
  }
  .submit-doc .wrapper {
    width: 90% !important;
  }
}
.submit-doc .camera {
  position: relative;
  width: 35%;
  float: left;
}
@media (max-width: 768px) {
  .submit-doc .camera {
    width: 100%;
    float: none;
  }
}
.submit-doc .camera img {
  display: block;
  margin: 0 auto;
  max-width: 365px;
  max-height: 310px;
  width: 100%;
}
@media (max-width: 768px) {
  .submit-doc .camera img {
    max-width: 250px;
  }
}
.submit-doc .text {
  width: 65%;
  float: left;
  position: relative;
}
@media (max-width: 1200px) {
  .submit-doc .text {
    width: 60%;
    margin-left: 5%;
  }
}
@media (max-width: 768px) {
  .submit-doc .text {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}
.submit-doc .text h4 {
  font-family: "Permanent Marker", sans-serif;
  color: #a5a5a5;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .submit-doc .text h4 {
    text-align: center;
    margin-top: 30px;
  }
  .submit-doc .text h4 span {
    display: block;
    font-size: 40px;
    line-height: 1.3;
  }
}
.submit-doc .text h1 {
  margin-bottom: 50px;
  margin-top: 20px;
  color: #000;
}
@media (max-width: 768px) {
  .submit-doc .text h1 {
    text-align: center;
  }
}
@media (max-width: 360px) {
  .submit-doc .text h1 {
    font-size: 40px;
    line-height: 1.2;
  }
}
.submit-doc .text .buttons:before, .submit-doc .text .buttons:after {
  content: " ";
  display: table;
  border-color: transparent;
}
.submit-doc .text .buttons:after {
  clear: both;
}
.submit-doc .text .buttons .wc_button_outline {
  display: inline-block;
  margin-right: 30px;
  padding: 25px 50px;
}
@media (max-width: 1500px) {
  .submit-doc .text .buttons .wc_button_outline {
    text-align: center;
    display: inline-block;
    margin: 15px auto;
  }
}
@media (max-width: 768px) {
  .submit-doc .text .buttons .wc_button_outline {
    display: block;
  }
}

/* Utility Pages */
.utility-page {
  padding: 40px;
  box-sizing: border-box;
}
.utility-page.search {
  min-height: 700px;
}
@media (max-width: 600px) {
  .utility-page.search .inner-wrapper-lg {
    max-width: 90%;
    margin: 20px auto 0;
  }
}
@media (max-width: 600px) {
  .utility-page {
    padding: 0;
  }
}
.utility-page ul.int-nav {
  display: block;
  text-align: center;
  margin: 40px 0;
}
@media (max-width: 1024px) {
  .utility-page ul.int-nav {
    display: none;
  }
}
.utility-page ul.int-nav li {
  display: inline-block;
  width: auto;
  min-width: 100px;
  margin: 0 40px;
  padding-bottom: 10px;
}
.utility-page ul.int-nav li.selected {
  border-bottom: 4px solid #ffc103;
}
.utility-page ul.int-nav li a {
  display: block;
  text-align: center;
  color: #000;
  font-size: 26px;
  line-height: 32px;
  font-weight: bold;
}
.utility-page .inner-wrapper-sm {
  min-height: 700px;
  width: 100%;
  max-width: 647px;
  margin: 0 auto;
}
.utility-page .inner-wrapper-sm:before, .utility-page .inner-wrapper-sm:after {
  content: " ";
  display: table;
  border-color: transparent;
}
.utility-page .inner-wrapper-sm:after {
  clear: both;
}
@media (max-width: 600px) {
  .utility-page .inner-wrapper-sm {
    margin: 20px auto 0;
  }
  .utility-page .inner-wrapper-sm p {
    max-width: 90%;
    margin: 15px auto;
  }
}
.utility-page .inner-wrapper-sm.Newsletter {
  max-width: 947px;
}
.utility-page .inner-wrapper-sm.Newsletter .inline-subscribe p {
  width: 70%;
  margin: 0 0 25px;
  line-height: 1.5;
}
@media (max-width: 600px) {
  .utility-page .inner-wrapper-sm.Newsletter .inline-subscribe p {
    width: 100%;
  }
}
.utility-page .inner-wrapper-sm.Newsletter .inline-subscribe p a {
  color: #009adf;
  font-weight: bold;
}
.utility-page .inner-wrapper-sm.Newsletter .inline-subscribe input {
  padding: 15px;
  font-size: 16px;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  height: 56px;
}
.utility-page .inner-wrapper-sm.Newsletter .inline-subscribe input.email_input {
  width: 300px;
  float: left;
  margin-right: 15px;
}
@media (max-width: 600px) {
  .utility-page .inner-wrapper-sm.Newsletter .inline-subscribe input.email_input {
    width: 90%;
  }
}
.utility-page .inner-wrapper-sm.Newsletter .inline-subscribe input.zip {
  width: 200px;
  margin-right: 15px;
}
.utility-page .inner-wrapper-sm .video-wrapper {
  width: 150%;
  max-width: 947px;
  position: relative;
  margin: 60px auto;
  padding-bottom: 82%;
  /* 16:9 */
  height: 0;
  margin-left: -150px;
}
.utility-page .inner-wrapper-sm .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  .utility-page .inner-wrapper-sm .video-wrapper {
    width: 100%;
    margin-left: auto;
    padding-bottom: 56.65%;
    /* 16:9 */
  }
}
.utility-page .inner-wrapper-sm img.full {
  width: 150%;
  max-width: 947px;
  position: relative;
  margin: 60px auto;
  height: auto;
  margin-left: -150px;
}
@media (max-width: 1200px) {
  .utility-page .inner-wrapper-sm img.full {
    width: 100%;
    margin-left: auto;
  }
}
.utility-page .inner-wrapper-sm h1 {
  margin-bottom: 10px;
}
.utility-page .inner-wrapper-sm h1 + h3 {
  font-size: 18px;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 30px;
  color: #777777 !important;
  font-style: normal !important;
}
.utility-page .inner-wrapper-sm a {
  display: inline-block;
}
.utility-page .inner-wrapper-sm a.wc_button_outline, .utility-page .inner-wrapper-sm a.wc_button_solid {
  margin: 5px;
}
@media (max-width: 600px) {
  .utility-page .inner-wrapper-sm h1,
.utility-page .inner-wrapper-sm h3,
.utility-page .inner-wrapper-sm h6,
.utility-page .inner-wrapper-sm .article-content {
    padding: 0 5%;
  }
}
.utility-page .inner-wrapper-lg,
.utility-page .inner-wrapper-sm.Team,
.utility-page .inner-wrapper-sm.Hosts {
  min-height: 700px;
  width: 100%;
  max-width: 947px;
  margin: 0 auto;
}
.utility-page .inner-wrapper-lg:before, .utility-page .inner-wrapper-lg:after,
.utility-page .inner-wrapper-sm.Team:before,
.utility-page .inner-wrapper-sm.Team:after,
.utility-page .inner-wrapper-sm.Hosts:before,
.utility-page .inner-wrapper-sm.Hosts:after {
  content: " ";
  display: table;
  border-color: transparent;
}
.utility-page .inner-wrapper-lg:after,
.utility-page .inner-wrapper-sm.Team:after,
.utility-page .inner-wrapper-sm.Hosts:after {
  clear: both;
}
@media (max-width: 600px) {
  .utility-page .inner-wrapper-lg p,
.utility-page .inner-wrapper-lg h1,
.utility-page .inner-wrapper-lg h2,
.utility-page .inner-wrapper-lg h3,
.utility-page .inner-wrapper-lg h4,
.utility-page .inner-wrapper-lg h5,
.utility-page .inner-wrapper-sm.Team p,
.utility-page .inner-wrapper-sm.Team h1,
.utility-page .inner-wrapper-sm.Team h2,
.utility-page .inner-wrapper-sm.Team h3,
.utility-page .inner-wrapper-sm.Team h4,
.utility-page .inner-wrapper-sm.Team h5,
.utility-page .inner-wrapper-sm.Hosts p,
.utility-page .inner-wrapper-sm.Hosts h1,
.utility-page .inner-wrapper-sm.Hosts h2,
.utility-page .inner-wrapper-sm.Hosts h3,
.utility-page .inner-wrapper-sm.Hosts h4,
.utility-page .inner-wrapper-sm.Hosts h5 {
    max-width: 90%;
  }
}
@media (max-width: 600px) {
  .utility-page .inner-wrapper-lg h1,
.utility-page .inner-wrapper-sm.Team h1,
.utility-page .inner-wrapper-sm.Hosts h1 {
    padding: 0 5%;
    font-size: 40px;
    line-height: 1.2;
  }
}
.utility-page .inner-wrapper-lg .heading,
.utility-page .inner-wrapper-sm.Team .heading,
.utility-page .inner-wrapper-sm.Hosts .heading {
  margin-bottom: 20px;
}
.utility-page .inner-wrapper-lg .heading.ext h3,
.utility-page .inner-wrapper-sm.Team .heading.ext h3,
.utility-page .inner-wrapper-sm.Hosts .heading.ext h3 {
  padding-bottom: 20px;
  color: #009adf;
}
.utility-page .inner-wrapper-lg .heading.press h3,
.utility-page .inner-wrapper-sm.Team .heading.press h3,
.utility-page .inner-wrapper-sm.Hosts .heading.press h3 {
  padding-bottom: 20px;
  color: #000;
}
.utility-page .inner-wrapper-lg .heading a.view-all,
.utility-page .inner-wrapper-sm.Team .heading a.view-all,
.utility-page .inner-wrapper-sm.Hosts .heading a.view-all {
  dispaly: block;
  color: #009adf;
  float: right;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  margin-top: 17px;
  font-size: 18px;
  line-height: 22px;
}
.utility-page .inner-wrapper-lg .staff,
.utility-page .inner-wrapper-sm.Team .staff,
.utility-page .inner-wrapper-sm.Hosts .staff {
  margin: 60px auto;
}
.utility-page .inner-wrapper-lg .staff .photo,
.utility-page .inner-wrapper-sm.Team .staff .photo,
.utility-page .inner-wrapper-sm.Hosts .staff .photo {
  background-color: #777777;
  width: 35%;
  margin-right: 5%;
  float: left;
  box-shadow: 10px 10px 0 0 #eaeaea;
}
.utility-page .inner-wrapper-lg .staff .photo img.staff-photo,
.utility-page .inner-wrapper-sm.Team .staff .photo img.staff-photo,
.utility-page .inner-wrapper-sm.Hosts .staff .photo img.staff-photo {
  width: 100%;
  max-width: 100%;
  position: relative;
  margin: 0;
  height: auto;
  margin-left: 0;
}
@media (max-width: 600px) {
  .utility-page .inner-wrapper-lg .staff .photo img.staff-photo,
.utility-page .inner-wrapper-sm.Team .staff .photo img.staff-photo,
.utility-page .inner-wrapper-sm.Hosts .staff .photo img.staff-photo {
    margin-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .utility-page .inner-wrapper-lg .staff .photo,
.utility-page .inner-wrapper-sm.Team .staff .photo,
.utility-page .inner-wrapper-sm.Hosts .staff .photo {
    width: 90%;
    float: none;
  }
}
.utility-page .inner-wrapper-lg .staff .bio,
.utility-page .inner-wrapper-sm.Team .staff .bio,
.utility-page .inner-wrapper-sm.Hosts .staff .bio {
  overflow: hidden;
}
.utility-page .inner-wrapper-lg .staff h6,
.utility-page .inner-wrapper-sm.Team .staff h6,
.utility-page .inner-wrapper-sm.Hosts .staff h6 {
  color: #a5a5a5;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  margin-top: 10px;
}
.utility-page .inner-wrapper-lg ul.news-list li,
.utility-page .inner-wrapper-sm.Team ul.news-list li,
.utility-page .inner-wrapper-sm.Hosts ul.news-list li {
  position: relative;
  padding-top: 20px;
  margin-bottom: 15px;
  border-top: 2px solid #d3d3d3;
}
.utility-page .inner-wrapper-lg ul.news-list li:before, .utility-page .inner-wrapper-lg ul.news-list li:after,
.utility-page .inner-wrapper-sm.Team ul.news-list li:before,
.utility-page .inner-wrapper-sm.Team ul.news-list li:after,
.utility-page .inner-wrapper-sm.Hosts ul.news-list li:before,
.utility-page .inner-wrapper-sm.Hosts ul.news-list li:after {
  content: " ";
  display: table;
  border-color: transparent;
}
.utility-page .inner-wrapper-lg ul.news-list li:after,
.utility-page .inner-wrapper-sm.Team ul.news-list li:after,
.utility-page .inner-wrapper-sm.Hosts ul.news-list li:after {
  clear: both;
}
@media (max-width: 600px) {
  .utility-page .inner-wrapper-lg ul.news-list li,
.utility-page .inner-wrapper-sm.Team ul.news-list li,
.utility-page .inner-wrapper-sm.Hosts ul.news-list li {
    border-top: 0;
    margin-bottom: 0;
  }
}
.utility-page .inner-wrapper-lg ul.news-list .thumbnail,
.utility-page .inner-wrapper-sm.Team ul.news-list .thumbnail,
.utility-page .inner-wrapper-sm.Hosts ul.news-list .thumbnail {
  position: relative;
  float: left;
  width: 260px;
  height: auto;
  background-size: cover;
  display: block;
  margin-right: 30px;
}
.utility-page .inner-wrapper-lg ul.news-list .thumbnail img,
.utility-page .inner-wrapper-sm.Team ul.news-list .thumbnail img,
.utility-page .inner-wrapper-sm.Hosts ul.news-list .thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .utility-page .inner-wrapper-lg ul.news-list .thumbnail,
.utility-page .inner-wrapper-sm.Team ul.news-list .thumbnail,
.utility-page .inner-wrapper-sm.Hosts ul.news-list .thumbnail {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.utility-page .inner-wrapper-lg ul.news-list .info,
.utility-page .inner-wrapper-sm.Team ul.news-list .info,
.utility-page .inner-wrapper-sm.Hosts ul.news-list .info {
  overflow: hidden;
}
@media (max-width: 600px) {
  .utility-page .inner-wrapper-lg ul.news-list .info,
.utility-page .inner-wrapper-sm.Team ul.news-list .info,
.utility-page .inner-wrapper-sm.Hosts ul.news-list .info {
    padding: 0 5%;
    overflow: auto;
  }
}
.utility-page .inner-wrapper-lg ul.news-list .info h3,
.utility-page .inner-wrapper-sm.Team ul.news-list .info h3,
.utility-page .inner-wrapper-sm.Hosts ul.news-list .info h3 {
  margin-top: 0;
  line-height: 1;
}
.utility-page .inner-wrapper-lg ul.news-list .info h3 a,
.utility-page .inner-wrapper-sm.Team ul.news-list .info h3 a,
.utility-page .inner-wrapper-sm.Hosts ul.news-list .info h3 a {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  display: block;
  color: #009adf;
  margin-bottom: 10px;
  line-height: 30px;
}
.utility-page .inner-wrapper-lg ul.news-list .info h3 a:hover,
.utility-page .inner-wrapper-sm.Team ul.news-list .info h3 a:hover,
.utility-page .inner-wrapper-sm.Hosts ul.news-list .info h3 a:hover {
  color: #017eb6;
}
.utility-page .inner-wrapper-lg ul.news-list .info h3 img.ext-image,
.utility-page .inner-wrapper-sm.Team ul.news-list .info h3 img.ext-image,
.utility-page .inner-wrapper-sm.Hosts ul.news-list .info h3 img.ext-image {
  display: inline;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  margin-bottom: 2px;
}
.utility-page .inner-wrapper-lg ul.news-list .info p,
.utility-page .inner-wrapper-sm.Team ul.news-list .info p,
.utility-page .inner-wrapper-sm.Hosts ul.news-list .info p {
  margin-top: 0;
}
.utility-page .inner-wrapper-lg ul.news-list .info .expires,
.utility-page .inner-wrapper-sm.Team ul.news-list .info .expires,
.utility-page .inner-wrapper-sm.Hosts ul.news-list .info .expires {
  color: #777777;
  margin-top: 30px;
  text-transform: uppercase;
  font-weight: bold;
}
.utility-page .inner-wrapper-lg ul.press-list li,
.utility-page .inner-wrapper-sm.Team ul.press-list li,
.utility-page .inner-wrapper-sm.Hosts ul.press-list li {
  position: relative;
  padding-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #a5a5a5;
}
.utility-page .inner-wrapper-lg ul.press-list li:before, .utility-page .inner-wrapper-lg ul.press-list li:after,
.utility-page .inner-wrapper-sm.Team ul.press-list li:before,
.utility-page .inner-wrapper-sm.Team ul.press-list li:after,
.utility-page .inner-wrapper-sm.Hosts ul.press-list li:before,
.utility-page .inner-wrapper-sm.Hosts ul.press-list li:after {
  content: " ";
  display: table;
  border-color: transparent;
}
.utility-page .inner-wrapper-lg ul.press-list li:after,
.utility-page .inner-wrapper-sm.Team ul.press-list li:after,
.utility-page .inner-wrapper-sm.Hosts ul.press-list li:after {
  clear: both;
}
@media (max-width: 600px) {
  .utility-page .inner-wrapper-lg ul.press-list li,
.utility-page .inner-wrapper-sm.Team ul.press-list li,
.utility-page .inner-wrapper-sm.Hosts ul.press-list li {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.utility-page .inner-wrapper-lg ul.press-list li a,
.utility-page .inner-wrapper-sm.Team ul.press-list li a,
.utility-page .inner-wrapper-sm.Hosts ul.press-list li a {
  color: #009adf;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
}
.utility-page .inner-wrapper-lg ul.press-list li a:hover,
.utility-page .inner-wrapper-sm.Team ul.press-list li a:hover,
.utility-page .inner-wrapper-sm.Hosts ul.press-list li a:hover {
  color: #017eb6;
}
.utility-page .inner-wrapper-lg .search-form,
.utility-page .inner-wrapper-sm.Team .search-form,
.utility-page .inner-wrapper-sm.Hosts .search-form {
  width: 300px;
  margin-bottom: 30px;
  opacity: 1;
  background-color: #fff;
  display: block;
  overflow: hidden;
  height: 40px;
  margin: 30px 0;
  border: 1px solid #d3d3d3;
}
.utility-page .inner-wrapper-lg .search-form ::placeholder,
.utility-page .inner-wrapper-sm.Team .search-form ::placeholder,
.utility-page .inner-wrapper-sm.Hosts .search-form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a5a5a5;
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0.7px;
  opacity: 1;
  /* Firefox */
}
.utility-page .inner-wrapper-lg .search-form :-ms-input-placeholder,
.utility-page .inner-wrapper-sm.Team .search-form :-ms-input-placeholder,
.utility-page .inner-wrapper-sm.Hosts .search-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #eaeaea;
}
.utility-page .inner-wrapper-lg .search-form ::-ms-input-placeholder,
.utility-page .inner-wrapper-sm.Team .search-form ::-ms-input-placeholder,
.utility-page .inner-wrapper-sm.Hosts .search-form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #eaeaea;
}
.utility-page .inner-wrapper-lg .search-form .search_box,
.utility-page .inner-wrapper-sm.Team .search-form .search_box,
.utility-page .inner-wrapper-sm.Hosts .search-form .search_box {
  background: #fff;
  border: 0;
  padding: 0 0 0 10px;
  outline: 0;
  color: #777777;
  font-weight: 700;
  letter-spacing: 0.7px;
  width: 250px;
  height: 40px;
  font-family: "Fira Sans", sans-serif;
}
.utility-page .inner-wrapper-lg .search-form .search-button,
.utility-page .inner-wrapper-sm.Team .search-form .search-button,
.utility-page .inner-wrapper-sm.Hosts .search-form .search-button {
  display: block;
  background: url(../../images/btn-search.svg) no-repeat center center;
  width: 20px;
  height: 20px;
  float: right;
  outline: none;
  border: none;
  margin-top: 10px;
  margin-right: 10px;
  transition: 0.4s margin-right;
  cursor: pointer;
}
.utility-page .inner-wrapper-lg .search-results .result,
.utility-page .inner-wrapper-sm.Team .search-results .result,
.utility-page .inner-wrapper-sm.Hosts .search-results .result {
  display: block;
  position: relative;
  margin: 0 0 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #d3d3d3;
}
.utility-page .inner-wrapper-lg .search-results .result:before, .utility-page .inner-wrapper-lg .search-results .result:after,
.utility-page .inner-wrapper-sm.Team .search-results .result:before,
.utility-page .inner-wrapper-sm.Team .search-results .result:after,
.utility-page .inner-wrapper-sm.Hosts .search-results .result:before,
.utility-page .inner-wrapper-sm.Hosts .search-results .result:after {
  content: " ";
  display: table;
  border-color: transparent;
}
.utility-page .inner-wrapper-lg .search-results .result:after,
.utility-page .inner-wrapper-sm.Team .search-results .result:after,
.utility-page .inner-wrapper-sm.Hosts .search-results .result:after {
  clear: both;
}
.utility-page .inner-wrapper-lg .search-results .result .thumbnail,
.utility-page .inner-wrapper-sm.Team .search-results .result .thumbnail,
.utility-page .inner-wrapper-sm.Hosts .search-results .result .thumbnail {
  width: 100%;
  max-width: 200px;
  height: 125px;
  float: left;
  display: block;
  margin-right: 30px;
  background-size: cover;
  background-repeat: none;
}
.utility-page .inner-wrapper-lg .search-results .result .thumbnail img,
.utility-page .inner-wrapper-sm.Team .search-results .result .thumbnail img,
.utility-page .inner-wrapper-sm.Hosts .search-results .result .thumbnail img {
  display: none;
}
.utility-page .inner-wrapper-lg .search-results .result .info,
.utility-page .inner-wrapper-sm.Team .search-results .result .info,
.utility-page .inner-wrapper-sm.Hosts .search-results .result .info {
  display: block;
}
.utility-page .inner-wrapper-lg .search-results .result .info h3,
.utility-page .inner-wrapper-sm.Team .search-results .result .info h3,
.utility-page .inner-wrapper-sm.Hosts .search-results .result .info h3 {
  line-height: 1;
  font-size: 22px;
}
.utility-page .inner-wrapper-lg .search-results .result .info h3 a,
.utility-page .inner-wrapper-sm.Team .search-results .result .info h3 a,
.utility-page .inner-wrapper-sm.Hosts .search-results .result .info h3 a {
  font-size: 22px;
  line-height: 35px;
  font-weight: bold;
  background-color: transparent;
  display: inline;
  line-height: 1.3;
  color: #009adf;
  transition: all 0.5s;
  margin: 0;
}
@media (max-width: 660px) {
  .utility-page .inner-wrapper-lg .search-results .result .info h3 a,
.utility-page .inner-wrapper-sm.Team .search-results .result .info h3 a,
.utility-page .inner-wrapper-sm.Hosts .search-results .result .info h3 a {
    display: inline-block;
  }
}
.utility-page .inner-wrapper-lg .search-results .result .info h3 a:hover,
.utility-page .inner-wrapper-sm.Team .search-results .result .info h3 a:hover,
.utility-page .inner-wrapper-sm.Hosts .search-results .result .info h3 a:hover {
  color: #017eb6;
}
.utility-page .inner-wrapper-lg .search-results .result .info .description,
.utility-page .inner-wrapper-sm.Team .search-results .result .info .description,
.utility-page .inner-wrapper-sm.Hosts .search-results .result .info .description {
  overflow: hidden;
}
.utility-page .inner-wrapper-lg .search-results .result .info .description p,
.utility-page .inner-wrapper-sm.Team .search-results .result .info .description p,
.utility-page .inner-wrapper-sm.Hosts .search-results .result .info .description p {
  margin: 10px 0;
  font-size: 18px;
  line-height: 26px;
}
.utility-page .inner-wrapper-pr {
  min-height: 700px;
}
.utility-page .inner-wrapper-pr:before, .utility-page .inner-wrapper-pr:after {
  content: " ";
  display: table;
  border-color: transparent;
}
.utility-page .inner-wrapper-pr:after {
  clear: both;
}
.utility-page .inner-wrapper-pr .pr-content {
  width: 50%;
  float: left;
  margin-right: 10%;
}
.utility-page .inner-wrapper-pr .pr-content:before, .utility-page .inner-wrapper-pr .pr-content:after {
  content: " ";
  display: table;
  border-color: transparent;
}
.utility-page .inner-wrapper-pr .pr-content:after {
  clear: both;
}
.utility-page .inner-wrapper-pr .pr-content h1 {
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.utility-page .inner-wrapper-pr .pr-content h1 + h3 {
  font-size: 18px;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 30px;
  color: #777777 !important;
  font-style: normal !important;
}
.utility-page .inner-wrapper-pr .pr-content .back {
  display: block;
  text-transform: uppercase;
  color: #009adf;
  font-size: 16px;
  margin: 0 0 20px;
  font-weight: bold;
  position: relative;
  padding-left: 15px;
}
.utility-page .inner-wrapper-pr .pr-content .back:before {
  content: "";
  background: url(/static/images/arrow-blue-down.svg) no-repeat center center;
  transform: rotate(90deg);
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
}
.utility-page .inner-wrapper-pr .sidebar {
  width: 35%;
  float: left;
}
.utility-page .inner-wrapper-pr .sidebar:before, .utility-page .inner-wrapper-pr .sidebar:after {
  content: " ";
  display: table;
  border-color: transparent;
}
.utility-page .inner-wrapper-pr .sidebar:after {
  clear: both;
}
.utility-page .inner-wrapper-pr .sidebar .overline {
  padding-top: 0;
}
.utility-page .inner-wrapper-pr .sidebar .overline span {
  background: #fff !important;
  color: #a5a5a5;
}
.utility-page .inner-wrapper-pr .sidebar a {
  color: #009adf;
  font-weight: bold;
}
.utility-page .inner-wrapper-pr .sidebar p {
  margin: 10px 0 30px;
}
.utility-page .inner-wrapper-pr .sidebar .overline hr {
  margin-top: -13px;
}
.utility-page .accordion {
  display: block;
  position: relative;
  border-bottom: 10px solid #eaeaea;
  padding: 20px 0 40px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .utility-page .accordion {
    max-width: 90%;
    margin: 0 auto;
  }
  .utility-page .accordion p {
    max-width: 100%;
  }
}
.utility-page .accordion.open .icon .vert {
  transform: rotate(90deg);
}
.utility-page .accordion.open .icon .hor {
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .utility-page .accordion.open .icon {
    float: none;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 10px;
  }
}
.utility-page .accordion.open .accordion-content {
  display: block;
}
.utility-page .accordion .icon {
  width: 50px;
  height: 50px;
  display: block;
  float: right;
  margin-top: -10px;
  position: relative;
  cursor: pointer;
}
.utility-page .accordion .icon .vert,
.utility-page .accordion .icon .hor {
  position: absolute;
  background-color: #009adf;
  transition: transform 0.25s ease-out;
}
.utility-page .accordion .icon .vert {
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  margin-left: -2px;
}
.utility-page .accordion .icon .hor {
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  margin-top: -2px;
}
@media (max-width: 768px) {
  .utility-page .accordion .icon {
    margin-top: -8px;
  }
}
.utility-page .accordion .accordion-title p {
  margin: 0;
  font-weight: bold;
  max-width: calc(100% - 70px);
}
.utility-page .accordion .accordion-content {
  display: none;
}
.utility-page .accordion .accordion-content ul {
  list-style-type: none;
  margin-left: 40px;
}
.utility-page .accordion .accordion-content ul li {
  font-size: 20px;
  line-height: 32px;
  margin-left: 20px;
  margin-bottom: 10px;
}
.utility-page .accordion .accordion-content ul li:before {
  content: "•";
  color: transparent;
  background: url("/static/images/bullet.svg") no-repeat center center;
  width: 5px;
  height: 5px;
  margin-right: 10px;
  margin-left: -18px;
}

.programs-page {
  padding: 40px;
  box-sizing: border-box;
}
.programs-page h1 {
  margin-top: 0;
}
@media (max-width: 600px) {
  .programs-page {
    padding: 40px 5% 0;
  }
}
.programs-page .heading h3 {
  text-align: left;
  padding-top: 20px;
  margin: 30px auto;
}
.programs-page .heading h3:before {
  content: "";
  width: 100px;
  margin: 0;
  display: block;
  border-top: 5px solid #ffc103;
  padding-bottom: 15px;
}
.programs-page ul.featured-shows:before, .programs-page ul.featured-shows:after {
  content: " ";
  display: table;
  border-color: transparent;
}
.programs-page ul.featured-shows:after {
  clear: both;
}
.programs-page ul.featured-shows li {
  width: 48%;
  float: left;
  display: block;
  margin-right: 1%;
  margin-bottom: 40px;
  position: relative;
}
.programs-page ul.featured-shows li:nth-child(2n) {
  margin-right: 0;
}
.programs-page ul.featured-shows li:nth-child(3n) {
  clear: left;
}
@media (max-width: 1024px) {
  .programs-page ul.featured-shows li {
    width: 100%;
    float: none;
  }
}
.programs-page ul.featured-shows .info {
  overflow: hidden;
}
.programs-page ul.featured-shows .info a {
  display: inline;
}
.programs-page ul.featured-shows .info h3 {
  margin-top: 0;
  line-height: 1;
}
.programs-page ul.featured-shows .info h3 a {
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  color: #000;
  margin-bottom: 10px;
  line-height: 36px;
}
.programs-page ul.featured-shows .info p {
  margin-top: 0;
}
.programs-page ul.featured-shows .info .expires {
  color: #777777;
  margin-top: 30px;
  text-transform: uppercase;
  font-weight: bold;
}
.programs-page ul.shows {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  margin: 60px auto;
}
.programs-page ul.shows li {
  display: block;
  float: left;
  width: 18%;
  margin: 0 1% 30px;
}
@media (max-width: 1200px) {
  .programs-page ul.shows li {
    width: 23%;
  }
}
@media (max-width: 1024px) {
  .programs-page ul.shows li {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .programs-page ul.shows li {
    width: 48%;
  }
}
@media (max-width: 420px) {
  .programs-page ul.shows li {
    width: 100%;
  }
}
.programs-page ul.shows li h6 {
  margin-top: 0;
  line-height: 1;
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  color: #000;
  margin-bottom: 10px;
  line-height: 30px;
}
.programs-page ul.shows li h6 a {
  color: #000;
  text-decoration: underline;
  text-decoration-color: #ffc103;
}
.programs-page ul.shows li .thumbnail {
  display: block;
  background-size: cover;
  background-position: center center;
  height: auto;
  padding-top: 150%;
  max-width: 240px;
  width: 100%;
  margin-bottom: 20px;
  transition: all 0.3s;
}
@media (max-width: 420px) {
  .programs-page ul.shows li .thumbnail {
    width: 100%;
    max-width: 100%;
  }
}
.programs-page ul.shows li .thumbnail:hover {
  box-shadow: 10px 10px 0 0 #009adf;
}

.schedule-page {
  min-height: 625px;
  padding: 40px;
  box-sizing: border-box;
}
.schedule-page:before, .schedule-page:after {
  content: " ";
  display: table;
  border-color: transparent;
}
.schedule-page:after {
  clear: both;
}
@media (max-width: 600px) {
  .schedule-page {
    padding: 40px 5% 0;
  }
}
.schedule-page .heading:before, .schedule-page .heading:after {
  content: " ";
  display: table;
  border-color: transparent;
}
.schedule-page .heading:after {
  clear: both;
}
.schedule-page .heading h1 {
  margin: 0;
  float: left;
}
@media (max-width: 790px) {
  .schedule-page .heading h1 {
    float: none;
  }
}
.schedule-page .heading .set-station,
.schedule-page .heading .date-picker {
  float: right;
  display: block;
}
.schedule-page .heading .set-station span,
.schedule-page .heading .date-picker span {
  padding-top: 3px;
  vertical-align: middle;
  display: inline-block;
}
.schedule-page .heading .set-station img,
.schedule-page .heading .date-picker img {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .schedule-page .heading .set-station img,
.schedule-page .heading .date-picker img {
    width: 17px;
    height: 17px;
  }
}
@media (max-width: 790px) {
  .schedule-page .heading .set-station,
.schedule-page .heading .date-picker {
    float: none;
    display: block;
    margin-top: 20px;
    margin-left: 0 !important;
    text-align: center;
  }
}
.schedule-page .heading .date-picker {
  margin-left: 20px;
}
.schedule-page .heading .datepicker {
  width: 0;
  height: 0;
  visibility: hidden;
}
.schedule-page .providers {
  position: relative;
  margin: 30px 0;
}
.schedule-page .providers .local {
  color: #009adf;
  font-size: 20px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  margin: 0 0 15px;
  padding-left: 35px;
}
.schedule-page .providers .local:before {
  content: "";
  display: block;
  width: 25px;
  height: 18px;
  background: url(/static/images/icon-tv.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 0;
}
.schedule-page .providers .local span {
  display: inline;
}
.schedule-page .providers .providers-list:before, .schedule-page .providers .providers-list:after {
  content: " ";
  display: table;
  border-color: transparent;
}
.schedule-page .providers .providers-list:after {
  clear: both;
}
.schedule-page .providers .providers-list li {
  display: block;
  float: left;
  width: auto;
  margin-right: 20px;
  margin-bottom: 10px;
  text-align: left;
  font-weight: bold;
  color: #333;
}
@media (max-width: 768px) {
  .schedule-page .providers .providers-list li {
    float: none;
    margin: 0 0 10px 0;
  }
}
.schedule-page .schedule-slideshow {
  width: 95%;
  margin: 30px auto;
  position: relative;
}
.schedule-page .schedule-slideshow:before, .schedule-page .schedule-slideshow:after {
  content: " ";
  display: table;
  border-color: transparent;
}
.schedule-page .schedule-slideshow:after {
  clear: both;
}
@media (max-width: 600px) {
  .schedule-page .schedule-slideshow {
    width: 80%;
  }
}
.schedule-page .schedule-slideshow .prev,
.schedule-page .schedule-slideshow .next {
  position: absolute;
  color: #009adf;
  width: 20px;
  height: 40px;
  top: 40%;
  font-weight: bolder;
  cursor: pointer;
}
.schedule-page .schedule-slideshow .prev {
  left: -40px;
  display: inline-block;
  position: absolute;
}
.schedule-page .schedule-slideshow .next {
  right: -40px;
  top: 40px;
  display: inline-block;
  position: absolute;
}
.schedule-page .schedule-slideshow .slide {
  position: relative;
  width: 120px;
  height: 120px;
  display: block;
  border: 2px solid #d3d3d3;
  float: left;
  background-color: #fff;
  margin-right: 10px;
  cursor: pointer;
}
.schedule-page .schedule-slideshow .slide.current {
  background-color: #333;
}
.schedule-page .schedule-slideshow .slide.current a,
.schedule-page .schedule-slideshow .slide.current a span {
  color: #fff;
}
.schedule-page .schedule-slideshow .slide.current:hover {
  background-color: #a5a5a5;
  border-color: #777777;
}
.schedule-page .schedule-slideshow .slide.current:hover a,
.schedule-page .schedule-slideshow .slide.current:hover a span {
  color: #000;
}
.schedule-page .schedule-slideshow .slide:hover {
  background-color: #eaeaea;
}
.schedule-page .schedule-slideshow .slide a {
  display: block;
  color: #545454;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.schedule-page .schedule-slideshow .slide a span {
  text-transform: uppercase;
  display: block;
  font-size: 36px;
  line-height: 36px;
  font-family: "Poppins", sans-serif;
  text-align: center;
  margin-bottom: 10px;
}
.schedule-page .accordion-schedule {
  display: block;
  position: relative;
  border-top: 10px solid #eaeaea;
  padding: 60px 0 60px;
  width: 100%;
}
.schedule-page .accordion-schedule:before, .schedule-page .accordion-schedule:after {
  content: " ";
  display: table;
  border-color: transparent;
}
.schedule-page .accordion-schedule:after {
  clear: both;
}
.schedule-page .accordion-schedule.visible {
  display: block;
}
.schedule-page .accordion-schedule:last-child {
  border-bottom: 10px solid #eaeaea;
}
.schedule-page .accordion-schedule h1,
.schedule-page .accordion-schedule h2,
.schedule-page .accordion-schedule h3,
.schedule-page .accordion-schedule h4,
.schedule-page .accordion-schedule h5 {
  color: #000;
  margin: 0;
}
.schedule-page .accordion-schedule h4 a {
  color: #009adf;
}
.schedule-page .accordion-schedule.empty .icon {
  display: none;
}
.schedule-page .accordion-schedule.empty .accordion-content {
  display: none;
}
@media (max-width: 768px) {
  .schedule-page .accordion-schedule:not(.empty) .accordion-content {
    display: block;
  }
}
.schedule-page .accordion-schedule.open .icon .vert {
  transform: rotate(90deg);
}
.schedule-page .accordion-schedule.open .icon .hor {
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .schedule-page .accordion-schedule.open .icon {
    float: none;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.schedule-page .accordion-schedule.open .accordion-content {
  display: block;
}
.schedule-page .accordion-schedule .time {
  float: left;
  display: block;
  width: 20%;
  margin-top: -15px;
}
.schedule-page .accordion-schedule .time span {
  font-size: 22px;
  line-height: 30px;
  display: block;
  line-height: 1;
  color: #545454;
}
.schedule-page .accordion-schedule .time h2 {
  color: #545454;
}
@media (max-width: 768px) {
  .schedule-page .accordion-schedule .time {
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
    float: none;
  }
}
.schedule-page .accordion-schedule .title {
  float: left;
  display: block;
  width: 50%;
}
.schedule-page .accordion-schedule .title h4 {
  font-size: 28px;
  line-height: 35px;
}
@media (max-width: 768px) {
  .schedule-page .accordion-schedule .title {
    width: 100%;
    float: none;
  }
  .schedule-page .accordion-schedule .title h4 {
    font-size: 26px;
  }
}
.schedule-page .accordion-schedule .rating {
  float: left;
  display: block;
  width: 15%;
  padding-top: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .schedule-page .accordion-schedule .rating {
    display: none;
  }
}
.schedule-page .accordion-schedule .icon {
  width: 50px;
  height: 50px;
  display: block;
  float: right;
  margin-top: 5px;
  position: relative;
  cursor: pointer;
}
.schedule-page .accordion-schedule .icon .vert,
.schedule-page .accordion-schedule .icon .hor {
  position: absolute;
  background-color: #009adf;
  transition: transform 0.25s ease-out;
}
.schedule-page .accordion-schedule .icon .vert {
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  margin-left: -2px;
}
.schedule-page .accordion-schedule .icon .hor {
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  margin-top: -2px;
}
@media (max-width: 768px) {
  .schedule-page .accordion-schedule .icon {
    display: none;
  }
}
.schedule-page .accordion-schedule .accordion-content {
  display: none;
  clear: both;
  padding: 60px 0 60px 20%;
}
@media (max-width: 1024px) {
  .schedule-page .accordion-schedule .accordion-content {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .schedule-page .accordion-schedule .accordion-content {
    padding-top: 15px;
  }
}
.schedule-page .accordion-schedule .accordion-content .thumbnail {
  position: relative;
  float: left;
  width: 334px;
  height: 188px;
  background-size: cover;
  background-position: center center;
  display: block;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .schedule-page .accordion-schedule .accordion-content .thumbnail {
    width: 100%;
    float: none;
    height: auto;
    padding-top: 56.65%;
    margin: 0 auto 15px;
    max-width: unset;
  }
}
.schedule-page .accordion-schedule .accordion-content .thumbnail .tag {
  display: inline-block;
  background: #009adf;
  padding: 8px;
  color: #fff;
  font-weight: 400;
  font-size: 11px;
  padding-left: 20px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
  position: absolute;
  top: 10px;
  left: 10px;
}
.schedule-page .accordion-schedule .accordion-content .thumbnail .tag:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #fff;
  position: absolute;
  left: 7px;
  top: 6px;
}
.schedule-page .accordion-schedule .accordion-content ul {
  list-style-type: disc;
  margin-left: 40px;
  font-size: 20px;
  line-height: 32px;
}
.schedule-page .accordion-schedule .accordion-content .detail {
  overflow: hidden;
}
.schedule-page .accordion-schedule .accordion-content .detail .show {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  color: #a5a5a5;
  margin-bottom: 10px;
}
.schedule-page .accordion-schedule .accordion-content .detail .title span,
.schedule-page .accordion-schedule .accordion-content .detail .title a {
  font-size: 24px;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: #ffc103;
  display: inline-block;
  line-height: 1;
  margin-top: 0;
  color: #000;
  margin-bottom: 10px;
  position: relative;
  clear: right;
}
.schedule-page .accordion-schedule .accordion-content .detail .title span:after,
.schedule-page .accordion-schedule .accordion-content .detail .title a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  transform-origin: bottom center;
  background: #ffc103;
  z-index: -1;
  transition: transform 0.3s;
}
.schedule-page .accordion-schedule .accordion-content .detail .title span:hover:after,
.schedule-page .accordion-schedule .accordion-content .detail .title a:hover:after {
  transform: scaleY(1);
}
.schedule-page .accordion-schedule .accordion-content .detail .attribute {
  margin-bottom: 5px;
  color: #000;
  clear: left;
}
.schedule-page .accordion-schedule .accordion-content .detail .attribute span {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
.schedule-page .accordion-schedule .accordion-content .detail .description {
  margin-top: 10px;
  overflow: hidden;
}
.schedule-page .accordion-schedule .accordion-content .detail .description p {
  margin-top: 0;
}
.schedule-page .view-more {
  margin: 60px auto;
  text-align: center;
}
.schedule-page .not-localized {
  background-color: #baeaff;
  border-left: 15px solid #0088c5;
  padding: 15px 20px 5px;
  margin-bottom: 30px;
}
.schedule-page .not-localized p {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: bold;
}
.schedule-page .not-localized a {
  display: inline;
}

.watch-page {
  padding: 40px;
  box-sizing: border-box;
}
.watch-page:before, .watch-page:after {
  content: " ";
  display: table;
  border-color: transparent;
}
.watch-page:after {
  clear: both;
}
@media (max-width: 600px) {
  .watch-page {
    padding: 0;
  }
}
.watch-page .filters {
  background-color: #333;
  padding: 30px 60px;
  margin: 0 auto 60px;
}
.watch-page .filters:before, .watch-page .filters:after {
  content: " ";
  display: table;
  border-color: transparent;
}
.watch-page .filters:after {
  clear: both;
}
.watch-page .filters .filter {
  width: 32%;
  margin-right: 1%;
  display: block;
  float: left;
}
@media (max-width: 768px) {
  .watch-page .filters .filter {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.watch-page .filters .filter h6 {
  color: #fff;
  margin: 0 0 20px;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}
.watch-page .filters .filter select {
  width: 85%;
  background-color: #fff;
}
.watch-page article {
  display: block;
}
.watch-page article.visible {
  display: block;
}
.watch-page .view-more {
  margin: 60px auto;
  text-align: center;
}

.four-o-four {
  text-align: center;
}
.four-o-four h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 75px;
  line-height: 60px;
  color: #000;
  margin-top: 30px;
}
.four-o-four h4 span {
  color: #ffc103;
}
@media (max-width: 600px) {
  .four-o-four h4 {
    font-size: 50px;
    line-height: 1;
  }
}
.four-o-four h1 {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 300px;
  line-height: 310px;
  color: #000;
  margin: 0 !important;
}
@media (max-width: 600px) {
  .four-o-four h1 {
    font-size: 100px !important;
    line-height: 1;
  }
}
.four-o-four h1 span {
  color: #ffc103;
}
.four-o-four p {
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 22px;
  color: #000;
  margin: 0 0 60px 0;
  text-align: center;
  max-width: 100% !important;
}
@media (max-width: 600px) {
  .four-o-four p {
    font-size: 18px;
  }
}

/*# sourceMappingURL=main.css.map */
