/* RESET
---------------------------------------------- */
@charset "utf-8"; /* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  background: transparent;
  margin: 0;
  padding: 0
}

body {
  line-height: 1
}

ol, ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none
}

ins {
  text-decoration: none
}

del {
  text-decoration: line-through
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

a {
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  margin: 0;
  padding: 0
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

/* UNIVERSAL
---------------------------------------------- */
html, body {
  overflow-x: hidden;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #272727;
}

* {
  box-sizing: border-box;
}

h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 75px;
  color: #363633;
  margin-bottom: 33px;
}

h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 65px;
  color: #363633;
  margin-bottom: 33px;
}

h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  line-height: 45px;
  color: #363633;
  margin-bottom: 33px;
}

h4 {
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 30px;
  line-height: 35px;
  color: #363633;
  margin-bottom: 33px;
}

h5 {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  line-height: 35px;
  color: #363633;
  margin-bottom: 33px;
}

h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 18px;
  line-height: 21px;
  color: #363633;
  margin-bottom: 33px;
  text-transform: uppercase;
}

p {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  color: #272727;
  margin-bottom: 25px;
}

blockquote {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 38px;
  margin: 75px 0px 75px 100px;
  color: #272727;
  position: relative;
}

ol, ul {
  margin-bottom: 25px;
  margin-left: 40px;
}

ul li {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 21px;
  list-style-type: circle;
  color: #272727;
  margin-bottom: 5px;
}

ol li {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 21px;
  color: #272727;
  margin-bottom: 5px;
  list-style-type: decimal;
}

b {
  font-weight: 800;
}

i {
  font-style: italic;
}

hr {
  width: 37px;
  height: 3px;
  border: none;
  background: #d261ff;
  margin: 30px 0px;
}

a {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 21px;
  color: #272727;
  text-decoration: underline;
  transition: 0.3s ease all;
}

a:hover {
  cursor: pointer;
  color: #d261ff;
}

a.text {
  position: relative;
  display: inline-block;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 10px;
  text-transform: uppercase;
  color: #363633;
  transition: 0.3s ease all;
  text-decoration-color: white;
  margin-left: 15px;
}

a.text::after {
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: '';
  display: inline-block;
  height: 4px;
  left: -14px;
  position: absolute;
  top: 6.5px;
  vertical-align: top;
  width: 4px;
  transform: rotate(45deg);
  color: #BB0FFF;
  transition: 0.3s ease all;
}

a.text::before {
  height: 0.18em;
  width: 5px;
  content: '';
  display: inline-block;
  left: -15px;
  position: absolute;
  top: 9px;
  vertical-align: top;
  background: #BB0FFF;
  transition: 0.3s ease all;
}

a.text:hover {
  color: #BB0FFF;
}

a.text:hover::after {
  left: -10px;
}

a.text:hover::before {
  width: 11px;
}

a.breadcrumb {
  display: inline-block;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
  color: white;
  margin-bottom: 20px;
  margin-right: 10px;
  text-decoration-color: #3D33D6;
  transition: 0.3s ease all;
}

a.breadcrumb::before {
  border-style: solid;
  border-width: 0.18em 0.18em 0 0;
  content: '';
  display: inline-block;
  height: 0.35em;
  left: -8px;
  position: relative;
  top: 4px;
  vertical-align: top;
  width: 0.35em;
  transform: rotate(45deg);
  color: #00ABEC;
}

a.breadcrumb:hover {
  color: #D261FF;
}

a.breadcrumb:first-of-type::before {
  display: none;
}

a.breadcrumb:last-of-type {
  pointer-events: none;
}

a.btn, form button, form input[type=submit] {
  display: inline-block;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 2px;
  padding: 18px 22px 16px 22px;
  text-transform: uppercase;
  transition: 0.3s ease all;
  margin: 10px 20px 10px 0px;
  cursor: pointer;
}

form button, form input[type=submit] {
  color: white;
  background: #363633;
  text-decoration-color: #363633;
  border: none;
}

button:hover, input[type=submit]:hover {
  color: white;
  background: #3D33D6;
}

a.btn {
  color: white;
  background: #D261FF;
  text-decoration-color: #D261FF;
}

a.btn:hover {
  background: #00ABEC;
  text-decoration-color: #00ABEC;
}

a.btn.play img {
  position: relative;
  top: 3px;
  padding: 0 15px 0 0;
}

.slick-slide a.btn.play img {
  display: inline-block;
}

.clearfix {
  clear: both
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}

.container {
  display: block;
  position: relative;
  max-width: 1365px;
  width: 95%;
  margin: 0 auto;
}

.container.wysiwyg {
  max-width: 1000px;
  padding: 100px 0px;
  margin-top: 100px;
}

.container.wysiwyg.basic {
  margin-top: 0;
}

.hidden {
  position: absolute;
  left: -10000px;
  opacity: 0;
  pointer-events: none;
}

input {
  -webkit-appearance: none;
  border-radius: 0px;
}

/* HEADER
---------------------------------------------- */
.header {
  display: block;
  position: relative;
  padding: 330px 0px 130px 0px;
  background: white;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.header .wrap {
  display: block;
  position: relative;
  max-width: 1100px;
  width: 95%;
  margin: 0 auto;
}

.header .wrap .card {
  display: block;
  position: relative;
}

.header .wrap .card .top {
  background: #3D33D6;
  padding: 50px 130px 50px 50px;
  width: 615px;
  position: relative;
  display: block;
}

.header .wrap .card .top h1 {
  color: white;
  max-width: 435px;
}

.header .wrap .card .top .btn {
  position: absolute;
  bottom: -34px;
  left: 95px;
  z-index: 2;
}

.header .wrap .card .bottom {
  display: block;
  position: relative;
  max-width: 614px;
  background: white;
  margin-left: 40px;
  padding: 53px 63px 11px 55px;
}

.header .wrap .card .bottom p {
  font-size: 16px;
  line-height: 22px;
}

.header .wrap .card .social {
  width: 51px;
  height: 51px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #3027B9;
  transition: 0.3s ease all;
}

.header .wrap .card .social img {
  position: absolute;
  right: 14px;
  top: 16px;
}

.header .wrap .card .social:hover {
  cursor: pointer;
  background: #00ABEC;
}

/* HEADER SHORT
---------------------------------------------- */
.header.short {
  padding-top: 200px;
  position: relative;
  display: block;
}

.header.short .wrap {
  z-index: 3;
}

.header.short .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #3D33D6;
  opacity: 0.8;
  z-index: 2;
}

.header.short .image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 1;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.header.short h1 {
  color: white;
  display: inline-block;
  float: left;
  width: 670px;
  padding: 20px 45px 20px 0px;
}

.header.short hr {
  display: none;
}

.header.short p {
  color: white;
  display: inline-block;
  float: left;
  width: 430px;
  border-left: 3px solid #D261FF;
  margin: 0px;
  padding: 20px 0px 20px 50px;
  font-size: 16px;
  line-height: 26px;
}

/* HEADER HOME
---------------------------------------------- */
.header.home {
  padding: 0px;
}

.header.home.mobile {
  display: none;
}

.header.home .left {
  height: 870px;
  width: 74.5%;
  display: inline-block;
  float: left;
  position: relative;
  padding: 330px 0px 130px 0px;
  background: white;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.header.home .left .wrap {
  width: 80%;
}

.header.home .left .wrap .card {
  top: 183px;
  transition: 0.3s ease all;
}

.header.home .left .wrap .card.active {
  top: 0px;
}

.header.home .left .wrap .card .top h1 {
  color: white;
  max-width: 100%;
  font-size: 67px;
  margin-bottom: 20px;
}

.header.home .left .wrap .card .top {
  background: #3D33D6;
  padding: 50px 50px 50px 50px;
}

.header.home .left .wrap .card .bottom {
  max-height: 0px;
  transition: 0.3s ease all;
  overflow: hidden;
  padding: 0px;
}

.header.home .left .wrap .card.active .bottom {
  max-height: 500px;
  padding: 53px 63px 11px 55px;
  opacity: 1;
}

.header.home .left .wrap .card .bottom {
  opacity: 0;
  transition: 0.3s ease all;
}

.header.home .left .wrap .card.active .bottom p {
  opacity: 1;
}

.header.home .right {
  width: 25.5%;
  display: inline-block;
  float: left;
  position: relative;
  padding-top: 100px;
}

.header.home .right .card {
  background: #009DDB;
  display: block;
  padding: 31px 43px;
  position: relative;
  overflow: hidden;
}

.header.home .right .card:last-of-type {
  background: #D261FF;
}

.header.home .right .card h4 {
  color: white;
  font-size: 18px;
  margin-bottom: 45px;
  font-weight: 700;
  position: relative;
  bottom: 0px;
  transition: 0.3s ease all;
}

.header.home .right .card h4 img {
  margin-right: 13px;
  top: 3px;
  position: relative;
}

.header.home .right .card h3 {
  color: white;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 0px;
  position: relative;
  bottom: 0px;
  transition: 0.3s ease all;
}

.header.home .right .card .thumbnail {
  height: 115px;
  width: 200px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 30px;
  position: relative;
  bottom: 0px;
  transition: 0.3s ease all;
}

.header.home .right .card .thumbnail img {
  padding: 8.5px;
  background: #363534;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.header.home .right .card .btn {
  margin: 20px 0px 0px 0px;
  position: absolute;
  opacity: 0;
  bottom: -80px;
  background: #363633;
  text-decoration-color: #363633;
}

.header.home .right .card:first-of-type .btn:hover {
  background: #D261FF;
  text-decoration-color: #D261FF;
}

.header.home .right .card:last-of-type .btn:hover {
  background: #009DDB;
  text-decoration-color: #009DDB;
}

.header.home .right .card:hover h4 {
  bottom: 88px;
}

.header.home .right .card:hover .thumbnail {
  bottom: 88px;
}

.header.home .right .card:hover h3 {
  bottom: 93px;
}

.header.home .right .card:hover .btn {
  opacity: 1;
  bottom: 37px;
}

.header.home.mobile .controls {
  position: absolute;
  bottom: 3%;
  left: 7%;
}

.header.home.mobile .controls .slider-dots {
  display: none;
}

.header.home.mobile .left {
  padding: 320px 0px 165px 0px;
}

/* SEARCH
---------------------------------------------- */
.navigation .site-search {
  position: absolute;
  width: 100%;
  background: #d261ff;
  left: 0;
  z-index: 2;
  height: 100%;
  opacity: 0;
  top: -100px;
  pointer-events: none;
  transition: 0.3s ease all;
}

.navigation .site-search.active {
  top: 0px;
  opacity: 1;
  pointer-events: all;
}

.navigation .site-search .wrap {
  max-width: 1365px;
  width: 85%;
  margin: 0 auto;
  display: block;
  position: relative;
}

.navigation .site-search input {
  padding: 20px;
  width: 472px;
  font-size: 46px;
  color: #898989;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-style: normal;
  border: none;
  width: 80%;
  height: 60px;
  margin-top: 20px;
  display: inline-block;
  float: left;
  transition: 0.3s ease all;
}

.navigation .site-search input[type="submit"] {
  padding: 18px 20px 19px 20px;
  font-size: 20px;
  color: white;
  width: 20%;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-style: normal;
  background: #363633;
  border: none;
  left: -4px;
  position: relative;
  transition: 0.3s ease all;
  text-transform: uppercase;
  display: inline-block;
  float: left;
}

.navigation .site-search input[type="submit"]:hover {
  cursor: pointer;
  background: #00ABEC;
}

.navigation .site-search label {
  position: absolute;
  top: 28px;
  left: 20px;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 45px;
  color: #898989;
  transition: 0.3s ease all;
}

.navigation .site-search label.hide {
  opacity: 0;
  pointer-events: none;
}

.navigation .site-search .close {
  position: absolute;
  height: 40px;
  width: 40px;
  right: -60px;
  top: 34px;
  transition: 0.3s ease all;
}

.navigation .site-search .close span:first-of-type {
  width: 40px;
  height: 2px;
  background: #363633;
  display: block;
  position: relative;
  transform: rotate(45deg);
  top: 17px;
  transition: 0.3s ease all;
}

.navigation .site-search .close span:last-of-type {
  width: 40px;
  height: 2px;
  background: #363633;
  display: block;
  position: relative;
  transform: rotate(-45deg);
  top: 15px;
  transition: 0.3s ease all;
}

.navigation .site-search .close:hover {
  cursor: pointer;
}

.navigation .site-search .close:hover span {
  background: white;
}

/* reduced */
.navigation.reduced .site-search input {
  margin-top: 10px;
}

.navigation.reduced .site-search .close {
  top: 24px;
}

.navigation.reduced .site-search label {
  top: 18px;
}

/* HEADER VIDEO
---------------------------------------------- */
.header.video {
  background: #363633;
  padding-top: 180px;
  padding-bottom: 0px;
}

.header.video .social {
  background: #BB0FFF;
  display: inline-block;
  padding: 13px 20px;
  float: left;
  position: relative;
  transition: 0.3s ease all;
}

.header.video .social:hover {
  cursor: pointer;
  background: #00ABEC;
}

.header.video .social img {
  display: inline-block;
  position: relative;
  top: 5px;
}

.header.video .social h6 {
  font-size: 14px;
  color: white;
  display: inline-block;
  margin-bottom: 0px;
  padding-left: 10px;
}

.header.video .social .links, .header.show .social .links {
  position: absolute;
  width: 96px;
  background: white;
  left: 0;
  bottom: 0;
  opacity: 0;
  height: 51px;
  padding: 8px;
  pointer-events: none;
  transition: 0.3s ease all;
}

.header.video .social .links img, .header.show .social .links img {
  margin: 0 5px;
  border-radius: 100%;
  background: white;
  transition: 0.3s ease all;
}

.header.video .social.active .links {
  bottom: -50px;
  opacity: 1;
  pointer-events: all;
}

.header.show .social.active > div {
  position: relative;
}

.header.show .social .links {
  left: -45px;
  pointer-events: none;
}
.header.show .social.active .links {
  opacity: 1;
  pointer-events: all;
}

.header.show .social .links img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.header.show .social .links .fb img {
  left: 8px;
}

.header.show .social .links .tw img {
  right: 8px;
}

.header.video .social .links img:hover, .header.show .social .links img:hover {
  background: #272724;
  cursor: pointer;
}

.header.video .breadcrumbs {
  background: #272724;
  display: inline-block;
  float: left;
  padding: 18px;
}

.header.video a.breadcrumb::before {
  color: #BB0FFF;
}

.header.video a.breadcrumb {
  text-decoration-color: #272724;
  margin-bottom: 0px;
}

.header.video img.temp {
  width: 100%;
}

.header.video h1 {
  color: white;
  display: inline-block;
  float: left;
  width: 670px;
  padding: 20px 58px 20px 0px;
}

.header.video .right p {
  color: white;
  display: inline-block;
  float: left;
  width: 430px;
  border-left: 3px solid #D261FF;
  margin: 0px;
  padding: 20px 0px 20px 50px;
  font-size: 16px;
  line-height: 26px;
}

.header.video .bottom {
  margin-top: 100px;
}

.header.video .bottom .left {
  display: inline-block;
  float: left;
  width: 670px;
  background: none;
  padding: 0px;
}

.header.video .bottom .left:before {
  display: none;
}

.header.video .bottom .details {
  display: block;
  position: relative;
}

.header.video .bottom .details h6 {
  display: inline-block;
  float: left;
  color: #BB0FFF;
  margin-bottom: 0px;
  padding-right: 10px;
}

.header.video .bottom .details p {
  display: inline-block;
  float: left;
  color: white;
  margin-bottom: 0px;
}

.header.video .bottom h1 {
  font-size: 40px;
  margin-bottom: 10px;
}

.tags ul {
  margin-left: 0px;
}

.tags ul li {
  color: white;
  list-style-type: none;
  background: #272724;
  display: inline;
  padding: 10px 24px;
  border-radius: 100px;
  transition: 0.3s ease all;
}

.tags ul li:hover {
  cursor: pointer;
  background: #00ABEC;
  color: #363633;
}

.header.video .wrap {
  padding-bottom: 100px;
}

.header.video .next {
  display: block;
  background: #272724;
  position: relative;
}

.next .image {
  height: 118px;
  width: 100%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

.header.video .next h3 {
  display: inline-block;
  position: absolute;
  float: left;
  color: white;
  font-size: 30px;
  line-height: 35px;
  margin: 40px 0px 0px 0px;
}

.header.video .listing .episode {
  width: 20%;
  display: inline-block;
  float: left;
  padding: 0.8%;
}

.header.video .listing .episode h6 {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 4px;
  color: #D261FF;
}

.header.video .listing .episode h5 {
  font-size: 20px;
  line-height: 26px;
  color: #757575;
  margin-bottom: 0px;
}

.header.video .next .listing {
  display: block;
  position: relative;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  float: none;
  top: -45px;
}

.header.video .next hr {
  position: absolute;
  top: 120px;
  width: 22px;
  background: #D261FF;
  margin: 0px;
}

/* SHOW LISTING
---------------------------------------------- */
.show-listing {
  display: block;
  position: relative;
  padding: 80px 0px;
}

.show-listing select {
  z-index: 1;
  position: relative;
  background: url(../images/select-arrow.png) #fff;
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 96% 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
  padding: 6px 0px;
  border: none;
  border-bottom: 3px solid #D261FF;
  width: 130px;
  display: inline-block;
  float: left;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 20px;
  color: #363534;
  margin-left: 10px;
  margin-bottom: 50px;
}

.show-listing select:hover {
  cursor: pointer;
}

.show-listing .shows .show {
  position: relative;
  display: inline-block;
  float: left;
  width: 33.3%;
  padding-bottom: 50px;
  padding: 0 10px 50px 10px;
}

.show-listing .shows .show .image {
  width: 100%;
  height: 248px;
  display: block;
  position: relative;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

.show-listing .shows .show h3 {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 5px;
  text-align: left;
}

.show-listing .shows .show a {
  text-decoration-color: white;
}

.show-listing .shows .show a:hover {
  text-decoration-color: #272727;
}

.show-listing .shows .show a.text:hover {
  text-decoration-color: white;
}

.show-listing .shows .show p {
  color: #757575;
  margin-bottom: 10px;
}

.show-listing .shows .show .key {
  position: relative;
  display: block;
}

.show-listing .shows .show .key img {
  display: inline-block;
  float: left;
  padding: 8.5px;
  background: #363534;
}

.show-listing .shows .show .key h5 {
  font-size: 14px;
  background: #00ABEC;
  display: inline-block;
  float: left;
  padding: 0 12px;
  font-weight: 800;
}

/* FEATURED SHOW
---------------------------------------------- */
.featured-show {
  position: relative;
  display: block;
  top: -70px;
  z-index: 4;
}

.featured-show ~ .show-listing {
  padding-top: 20px;
}

.featured-show .image {
  position: absolute;
  width: 800px;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  margin-left: 10px;
}

.featured-show .info {
  display: block;
  position: relative;
  background: #FFD900;
  padding: 110px 160px 80px 75px;
  max-width: 555px;
  float: right;
  margin-right: 10px;
}

.featured-show .key img {
  display: inline-block;
  float: left;
}

.featured-show .key h5 {
  font-size: 18px;
  display: inline-block;
  float: left;
  margin-left: 7px;
  line-height: 26px;
}

.featured-show .btn {
  background: #363633;
  text-decoration-color: #363633;
}

/* CALLOUT
---------------------------------------------- */
.callout {
  display: block;
  position: relative;
  background: #363633;
  padding: 150px 0px 150px 0px;
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
}

.callout h2 {
  color: white;
  text-align: center;
  max-width: 935px;
  width: 95%;
  margin: 0 auto 50px;
}

.callout form {
  display: block;
  position: relative;
  max-width: 684px;
  margin: 0 auto;
}

.callout form label {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 20px;
  color: white;
  display: block;
  margin-bottom: 20px;
}

.callout form input, .user-login-form input, .user-pass input {
  padding: 20px;
  width: 472px;
  font-size: 18px;
  color: #898989;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-style: normal;
  border: none;
}

.user-login-form input[type="text"], .user-login-form input[type="password"], .user-pass input[type="text"] {
  border-bottom: 1px solid;
}

.callout form input[type="submit"], .user-login-form input[type="submit"], .user-pass input[type="submit"] {
  padding: 18px 20px 19px 20px;
  font-size: 20px;
  color: white;
  width: auto;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-style: normal;
  background: #363633;
  border: none;
  left: -4px;
  position: relative;
  transition: 0.3s ease all;
  text-transform: uppercase;
}

.user-login-form .description, .user-pass p {
  display: none;
}

.user-login-form input[type="submit"], .user-pass input[type="submit"] {
  margin-top: 20px;
}

.callout form input[type="submit"]:hover, .user-login-form input[type="submit"]:hover, .user-pass input[type="submit"]:hover {
  cursor: pointer;
  background: #00ABEC;
}

/* SCHEDULE
---------------------------------------------- */
.schedule {
  background-color: #DDDDDD;
  display: block;
  position: relative;
  padding: 100px 0px 50px 0px;
  /*display: none;*/
}

.schedule .shows .show {
  background: white;
  width: 23.5%;
  margin: 0.5%;
  padding: 40px 40px 0px 40px;
  display: inline-block;
  float: left;
  position: relative;
}

.schedule .shows .show img {
  display: inline-block;
  float: left;
}

.schedule .shows .show h6 {
  display: inline-block;
  float: left;
  font-size: 10px;
  color: #757575;
  margin-left: 10px
}

.schedule .shows .show h3 {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 10px;
}

.schedule .shows .show a {
  text-decoration-color: white;
}

.schedule .shows .show a:hover {
  text-decoration-color: #363633;
}

.schedule .shows .show p {
  color: #757575;
}

.schedule .shows .show.government {
  border-bottom: 6px solid #00ABEC;
}

.schedule .shows .show.original {
  border-bottom: 6px solid #FFD900;
}

.schedule .shows .show.government hr {
  width: 29px;
  height: 3px;
  border: none;
  background: #00abec;
  margin: 0px 0px 20px 0px;
}

.schedule .shows .show.original hr {
  width: 29px;
  height: 3px;
  border: none;
  background: #FFD900;
  margin: 0px 0px 20px 0px;
}

.schedule .shows .show h2 {
  font-size: 42px;
  line-height: 50px;
  display: inline-block;
  float: left;
  margin-bottom: 20px;
}

.schedule .shows .show h2:last-of-type {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 0px;
  position: relative;
  top: 23px;
}

.schedule .shows .info {
  width: 51px;
  height: 51px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #FFD900;
  transition: 0.3s ease all;
}

.schedule .shows .info img {
  position: absolute;
  right: 13px;
  top: 14px;
}

.schedule .shows .info:hover {
  cursor: pointer;
  background: #00abec;
}

.btn.download {
  margin: 50px auto 0;
  display: table;
}

.control {
  display: block;
  position: absolute;
  width: 98%;
  background: #272724;
  padding: 35px 10px;
  top: -180px;
  z-index: 2;
}

.control h3 {
  text-transform: uppercase;
  color: #8E8E8E;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  text-align: center;
}

.control h5 {
  text-transform: uppercase;
  color: #8E8E8E;
  font-size: 14px;
  margin-bottom: 0px;
  line-height: 14px;
  text-align: center;
  transition: 0.3s ease all;
}

.control .day {
  display: inline-block;
  cursor: pointer;
}

.control .day h3:last-of-type {
  display: none;
}

.control .day.slick-slide.slick-current.slick-active h3:first-of-type {
  display: none;
}

.control .day.slick-slide.slick-current.slick-active h3:last-of-type {
  display: block;
}

.control .day.slick-slide.slick-current.slick-active h3 {
  color: white;
}

.control .day.slick-slide.slick-current.slick-active h5 {
  color: #00ABEC;
}

.control .controls {
  position: absolute;
  top: 38px;
  right: 60px;
  height: 100%;
  z-index: 2;
}

.control .controls .prev {
  background: #d261ff;
  border: 2px solid #d261ff;
  width: 45px;
  height: 45px;
}

.control .controls .prev img {
  right: 10px;
  top: 11px;
}

.control .controls .next {
  background: #d261ff;
  border: 2px solid #d261ff;
  width: 45px;
  height: 45px;
}

.control .controls .next img {
  left: 11px;
  top: 11px;
}

.control .controls .prev:hover {
  cursor: pointer;
  border: 2px solid white;
}

.control .controls .next:hover {
  cursor: pointer;
  border: 2px solid white;
}

.control .gradient {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 38%;
  height: 100%;
  z-index: 1;
  background: rgb(39, 39, 36);
  background: linear-gradient(90deg, rgb(39, 39, 36) 0%, rgba(39, 39, 36, 0) 0%, rgb(39, 39, 36) 30%);
}

.schedule .lightbox {
  position: fixed;
  top: -100px;
  background: white;
  z-index: 9;
  margin: 0 auto;
  width: 500px;
  left: 0;
  right: 0;
  padding: 50px;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease all;
}

.schedule .lightbox.active {
  top: 100px;
  opacity: 1;
  pointer-events: all;
}

.schedule .lightbox .close {
  position: absolute;
  height: 20px;
  width: 25px;
  right: 0;
  top: 0;
  transition: 0.3s ease all;
}

.schedule .lightbox .close:hover {
  cursor: pointer;
}

.schedule .lightbox .close:hover span {
  background: #D261FF !important;
}

.schedule .lightbox .close span:first-of-type {
  width: 20px;
  height: 2px;
  background: #363633;
  display: block;
  position: relative;
  transform: rotate(45deg);
  top: 17px;
  transition: 0.3s ease all;
}

.schedule .lightbox .close span:last-of-type {
  width: 20px;
  height: 2px;
  background: #363633;
  display: block;
  position: relative;
  transform: rotate(-45deg);
  top: 15px;
  transition: 0.3s ease all;
}

.schedule .lightbox p {
  margin-bottom: 0px;
}

.schedule .shade {
  height: 100%;
  width: 100%;
  background: black;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  transition: 0.3s ease all;
  z-index: 8
}

.schedule .shade.active {
  opacity: 0.2;
}

/* PLAYLISTS
---------------------------------------------- */
.show-listing.playlists {
  padding-top: 0px;
  top: -60px;
  z-index: 2;
}

.show-listing.playlists .shows .show .image {
  height: 540px;
}

/* GOVERNMENT LISTING
---------------------------------------------- */
.container.split .filters {
  display: inline-block;
  float: left;
  max-width: 22%;
  margin-right: 4%;
  width: 22%;
}

.container.split .shows {
  max-width: 1000px;
  display: inline-block;
  float: left;
  width: 74%;
}

.show-listing .split .shows .show h3 {
  font-size: 20px;
  line-height: 25px;
}

.show-listing .split .shows .show .image {
  height: 193px;
}

#accordion .wrap {
  border-bottom: 2px solid #DDDDDD;
}

.accordion-toggle {
  cursor: pointer;
  font-size: 30px;
  line-height: 35px;
  margin: 20px 0px;
  position: relative;
  transition: 0.3s ease all;
}

.accordion-toggle:hover {
  color: #00ABEC;
}

.accordion-toggle::after {
  height: 20px;
  width: 2px;
  content: '';
  display: inline-block;
  right: 9px;
  position: absolute;
  top: 13px;
  vertical-align: top;
  background: #BB0FFF;
  transition: 0.3s ease all;
}

.accordion-toggle::before {
  height: 2px;
  width: 20px;
  content: '';
  display: inline-block;
  right: 0px;
  position: absolute;
  top: 22px;
  vertical-align: top;
  background: #BB0FFF;
  transition: 0.3s ease all;
}

.accordion-toggle.active::after {
  transform: rotate(90deg);
}

.accordion-content {
  display: none;
}

.accordion-content.default {
  display: block;
}

.search-wrap {
  position: relative;
}

input[type="search"], input[type="text"], input[type="email"], input[type="number"], input[type="password"], textarea {
  /*font-size: 12px;*/
  padding: 16px 20px 15px 10px;
  width: 100%;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-style: normal;
  /*line-height: 12px;*/
  color: #757575;
  margin-bottom: 25px;
  border: 1px solid #000;
}

#accordion input[type="search"] {
  border: 2px solid #BB0FFF;
}

form label {
  display: inline-block;
  margin-bottom: 5px;
}

#accordion button {
  -webkit-appearance: none;
  border: none;
  position: absolute;
  right: 11px;
  top: 13px;
  transition: 0.3s ease all;
}

#accordion button:hover {
  cursor: pointer;
  opacity: 0.5;
}

.filters .tags {
  margin-top: 40px;
}

.filters .tags ul li {
  color: #272724;
  background: #D261FF;
}

.filters .tags ul li img {
  margin-right: 10px;
}

.filters .tags ul li:hover {
  background: #00ABEC;
}

.pagination {
  display: block;
  text-align: center;
  width: 208px;
  margin: 0 auto;
}

.pagination .prev {
  position: relative;
  width: 40px;
  height: 40px;
  background: #D261FF;
  border-radius: 100%;
  border: 2px solid #D261FF;
  transition: 0.3s ease all;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.pagination .next {
  position: relative;
  width: 40px;
  height: 40px;
  background: #D261FF;
  border-radius: 100%;
  border: 2px solid #D261FF;
  transition: 0.3s ease all;
  display: inline-block;
  float: left;
  margin-left: 10px;
}

.pagination .prev:hover {
  cursor: pointer;
  border: 2px solid black;
}

.pagination .next:hover {
  cursor: pointer;
  border: 2px solid black;
}

.pagination .next img {
  position: absolute;
  right: 7px;
  top: 8px;
}

.pagination .prev img {
  position: absolute;
  right: 8px;
  top: 8px;
}

.pagination ul {
  display: inline-block;
  float: left;
  margin: 0px;
  top: 9px;
  position: relative;
}

.pagination ul li {
  display: inline-block;
  float: left;
  font-size: 14px;
  color: #757575;
  font-weight: 700;
  margin: 0 5px;
  transition: 0.3s ease all;
}

.pagination ul li:hover {
  cursor: pointer;
  color: #363633;
}

.pagination ul li.active {
  border-bottom: 2px solid #D261FF;
  color: #363633;
}

/* STYLE RADIO BUTTONS */
/* Customize the label (the container) */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 45px;
  margin-bottom: 40px;
  cursor: pointer;
  font-size: 18px;
  color: #363633;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: -4px;
  left: 0;
  height: 24px;
  width: 24px;
  border: 2px solid black;
  background-color: white;
  transition: 0.3s ease all;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #00abec;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: white;
  border: 2px solid #BB0FFF;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 6px;
  top: 1px;
  width: 5px;
  height: 13px;
  border: solid #BB0FFF;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* VIDEO SLIDER
---------------------------------------------- */
.show-listing .controls {
  display: inline-block;
  float: left;
  width: 400px;
  margin-right: 100px;
}

.show-listing .shows.slider {
  display: inline-block;
  float: left;
  width: 865px;
}

.show-listing .shows.slider .show .image {
  height: 213px
}

.show-listing .shows.slider .show .key h5 {
  background: #FFD900;
}

.controls .prev {
  position: relative;
  width: 40px;
  height: 40px;
  background: #FFD900;
  border-radius: 100%;
  border: 2px solid #FFD900;
  transition: 0.3s ease all;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.controls .next {
  position: relative;
  width: 40px;
  height: 40px;
  background: #FFD900;
  border-radius: 100%;
  border: 2px solid #FFD900;
  transition: 0.3s ease all;
  display: inline-block;
  float: left;
  margin-left: 10px;
}

.controls .prev:hover {
  cursor: pointer;
  border: 2px solid black;
}

.controls .next:hover {
  cursor: pointer;
  border: 2px solid black;
}

.controls .next img {
  position: absolute;
  right: 7px;
  top: 8px;
}

.controls .prev img {
  position: absolute;
  right: 8px;
  top: 8px;
}

.controls .slider-dots {
  display: inline-block;
  float: left;
}

.controls .slider-dots button {
  display: none;
}

.controls .slider-dots ul li {
  display: inline-block;
  float: left;
  width: 10px;
  height: 10px;
  background: #E3E3E3;
  border-radius: 100%;
  transition: 0.3s ease all;
  margin: 0 5px;
}

.controls .slider-dots ul li:hover {
  cursor: pointer;
}

.controls .slider-dots ul li.slick-active {
  background: #FFD900;
}

.controls .slider-dots ul.slick-dots {
  margin: 16px auto 0;
}

/* STREAMS
---------------------------------------------- */
.streams .option {
  display: inline-block;
  float: left;
  margin-right: 50px;
  border-bottom: 3px solid #828282;
  margin-bottom: 70px;
  margin-top: 50px;
  transition: 0.3s ease all;
}

.streams .option h6 {
  font-size: 14px;
  color: #828282;
  line-height: 20px;
  margin-bottom: 4px;
}

.streams .option h3 {
  color: #828282;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 5px;
}

.streams .option:hover {
  cursor: pointer;
  opacity: 0.4;
}

.streams .option.active {
  display: inline-block;
  float: left;
  margin-right: 50px;
  border-bottom: 3px solid #D261FF;
  /* 	margin-bottom: 20px; */
}

.streams .option.active h6 {
  font-size: 14px;
  color: #D261FF;
  line-height: 20px;
  margin-bottom: 4px;
}

.streams .option.active h3 {
  color: white;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 5px;
}

.streams .option.active:hover {
  cursor: default;
  opacity: 1;
}

.streams select {
  z-index: 1;
  position: relative;
  background: url(../images/select-arrow.png) rgba(255, 255, 255, 0);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 96% 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
  padding: 6px 0px;
  border: none;
  border-bottom: 3px solid #D261FF;
  width: 250px;
  display: inline-block;
  float: left;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 20px;
  color: white;
  margin-left: 0px;
  margin-bottom: 50px;
  display: none;
}

.streams select:hover {
  cursor: pointer;
}

/* HOME - CENTER
---------------------------------------------- */
.center {
  display: block;
  position: relative;
  background-position-y: 280px;
  background-size: cover;
  background-repeat: no-repeat;
}

.center .logo {
  position: absolute;
  top: -100px;
  left: -243px;
}

.center .top-callout .content {
  padding: 150px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.center .top-callout h3 {
  margin-left: 60%;
  margin-right: 10%;
  color: white;
  font-size: 60px;
  line-height: 65px;
}

.center .top-callout .btn {
  margin-left: 60%;
  margin-right: 10%;
}

.center .schedule .desc {
  position: absolute;
  width: 300px;
}

.center .schedule .desc h3 {
  color: white;
  font-size: 60px;
  line-height: 65px;
}

.center .schedule .desc a.inline {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  letter-spacing: 1.2px;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 5px;
  color: white;
  text-transform: uppercase;
  position: relative;
  text-decoration-color: #ed5b28;
  position: relative;
  border-bottom: 3px solid #363633;
  padding-right: 14px;
}

.center .schedule .desc a.inline:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #363633;
  top: 7px;
  right: 0px;
}

.center .schedule .desc a.inline:hover {
  color: #363633;
}

.center .schedule {
  background: none;
  padding-top: 100px;
  padding-bottom: 180px;
}

.center .schedule .upcoming {
  margin-left: 30%;
  display: block;
}

.center .schedule .upcoming.mobile {
  display: none;
}

.center .schedule .upcoming .show {
  display: inline-block;
  float: left;
  width: 23.2%;
  margin: 0 1%;
  background: white;
}

.center .schedule .upcoming .show:last-of-type {
  margin-right: 0px;
}

.center .schedule .upcoming .show hr {
  width: 67px;
  height: 3px;
  border: none;
  background: #d261ff;
  margin: 30px auto;
}

.center .schedule .upcoming .show h6 {
  text-align: center;
  padding: 0 20px;
}

.center .schedule .upcoming .show .bottom {
  background: #363633;
  padding: 5px 20px;
}

.center .schedule .upcoming .show .bottom .time {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.center .schedule .upcoming .show .bottom h3 {
  color: white;
  display: block;
  text-align: center;
  font-size: 25px;
  margin: 0px;
}

.center .schedule .upcoming .show .bottom h3 span {
  font-size: 15px;
}

.center .schedule .controls {
  visibility: hidden;
}

.center .schedule .controls .slider-dots ul li {
  display: none;
}

.center .schedule .upcoming.mobile .show {
  margin-left: 0px;
}

/* HOME - BOTTOM
---------------------------------------------- */
.bottom {
  display: block;
  position: relative;
}

.bottom .left {
  display: inline-block;
  float: left;
  background: white;
  width: 59%;
  padding: 50px 200px 100px 100px;
  position: relative;
}

.bottom .right {
  display: inline-block;
  float: left;
  width: 41%;
  height: 100%;
  position: absolute;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bottom .left:before {
  content: "";
  height: 70px;
  width: 100%;
  background: white;
  position: absolute;
  top: -70px;
  left: 0px;
}

.bottom .left h3 {
  font-size: 65px;
  line-height: 70px;
  margin-bottom: 10px;
  padding-right: 100px;
}

.bottom .left a.inline {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  letter-spacing: 1.2px;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 1px;
  padding-right: 14px;
  color: #363633;
  text-transform: uppercase;
  text-decoration-color: #ffffff;
  position: relative;
  border-bottom: 3px solid #d261ff;
}

.bottom .left a.inline:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #d261ff;
  top: 7px;
  right: 0;
}

.bottom .left a.inline:hover {
  color: #D261FF;
}

.bottom .left p {
  font-size: 16px;
  line-height: 22px;
}

.bottom .right h6 {
  font-size: 16px;
  color: white;
  position: absolute;
  transform: rotate(-90deg);
  background: #363633;
  top: 200px;
  padding: 6px 12px;
  font-weight: 500;
  letter-spacing: 1px;
}

/* FOOTER
---------------------------------------------- */
.footer {
  display: block;
  position: relative;
  background-color: #363633;
  padding: 50px 0px;
}

.footer footer {
  max-width: 1365px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}

.footer h4 {
  color: white;
  margin-right: 30px;
  display: inline-block;
  float: left;
}

.footer .columns .col {
  display: inline-block;
  float: left;
}

.footer .social {
  display: inline-block;
  float: left;
  position: relative;
  top: 4px;
}

.footer .social a {
  display: inline-block;
  float: left;
  margin: 0px 10px 0px 0px;
  transition: 0.3s ease all;
  line-height: 0;
  border-radius: 100%;
}

.footer .social a:hover {
  cursor: pointer;
  background: white;
}

.footer ul {
  margin: 0px;
}

.footer ul li {
  display: inline-block;
  float: left;
  margin: 0px;
  padding: 5px 10px;
}

.footer ul:first-of-type {
  margin-bottom: 10px;
}

.footer ul:first-of-type li {
  border-right: 1px solid #D261FF;
}

.footer ul:first-of-type li:last-of-type {
  border-right: none;
}

.footer ul li:first-of-type {
  padding-left: 0px;
}

.footer ul li a {
  text-decoration-color: #363633;
  color: white;
}

.footer ul li a:hover {
  text-decoration-color: #00ABEC;
  color: #00ABEC;
}

.footer ul li h6 {
  color: white;
  margin-bottom: 0px;
  transition: 0.3s ease all;
  font-size: 14px;
}

.footer ul li h6:hover {
  color: #00ABEC;
}

.footer .col p {
  color: white;
  text-align: right;
  font-size: 10px;
  line-height: 13px;
}

.footer .col:last-of-type {
  position: absolute;
  right: 0px;
}

.footer .col:last-of-type img {
  margin-bottom: 20px;
}

.footer hr {
  display: none;
}

/* NAVIGATION
---------------------------------------------- */
.navigation.destop {
  display: block;
}

.navigation.tablet {
  display: none;
}

.navigation.mobile {
  display: none;
}

.navigation {
  background: #3D33D6;
  display: block;
  position: fixed;
  width: 100%;
  z-index: 6;
  transition: 0.3s ease all;
}

.navigation.transparent {
  background: rgba(61, 51, 214, 0);
}

.navigation .logo {
  background: white;
  width: 262px;
  height: 122px;
  position: absolute;
  transition: 0.3s ease all;
}

.navigation .logo img {
  position: absolute;
  transition: 0.3s ease all;
}

.navigation .logo img.icon {
  left: 25px;
  top: 26px;
  width: 64px;
  transition: 0.3s ease all;
}

.navigation .logo img.title {
  left: 102px;
  top: 35px;
  width: 121px;
}

.navigation nav {
  position: relative;
  float: right;
}

.navigation ul {
  display: inline-block;
  float: left;
  margin: 0px;
}

.navigation ul:first-of-type {
  padding-right: 10px;
}

.navigation ul li {
  display: inline-block;
  position: relative;
  float: left;
  padding: 0 10px;
  line-height: 14px;
  margin-bottom: 0px;
  padding: 43px 16px;
  transition: 0.3s ease all;
}

.navigation ul:last-of-type li {
  padding: 43px 26px;
}

.navigation ul:last-of-type li:before {
  content: "";
  width: 102%;
  height: 20px;
  background-color: #3d33d6;
  position: absolute;
  left: -1%;
  top: 0px;
  z-index: 0;
  transition: 0.3s ease all;
}

.navigation ul:last-of-type li:after {
  content: "";
  width: 102%;
  height: 20px;
  background-color: #3d33d6;
  position: absolute;
  left: -1%;
  bottom: 0px;
  z-index: 0;
  transition: 0.3s ease all;
}

.navigation.transparent ul:last-of-type li:before {
  background-color: rgba(61, 51, 214, 0);
}

.navigation.transparent ul:last-of-type li:after {
  background-color: rgba(61, 51, 214, 0);
}

.navigation.transparent.reduced ul:last-of-type li:before {
  background-color: rgba(61, 51, 214, 1);
}

.navigation.transparent.reduced ul:last-of-type li:after {
  background-color: rgba(61, 51, 214, 1);
}

.navigation ul li a img {
  position: relative;
  margin-left: 10px;
  top: 3px;
  position: absolute;
  top: 42px;
  transition: 0.3s ease all;
}

.navigation ul li a.image {
  padding-right: 30px;
}

.navigation ul li a {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 1px;
  color: white;
  margin-bottom: 33px;
  text-transform: uppercase;
  text-decoration-color: rgba(61, 51, 214, 0);
}

.navigation ul:last-of-type li {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.navigation ul li a:hover {
  color: #00ABEC;
}

.navigation ul li a::after {
  content: "";
  width: 100%;
  height: 4px;
  background: rgba(61, 51, 214, 0);
  position: absolute;
  top: 0px;
  left: 0px;
  transition: 0.3s ease all;
}

.navigation ul li a:hover::after {
  background: #d261ff;
}

/* reduced nav */
.navigation.reduced {
  background: #3D33D6;
  -webkit-box-shadow: 0px 4px 20px 8px rgba(0, 0, 0, 0.36);
  box-shadow: 0px 4px 20px 8px rgba(0, 0, 0, 0.36);
}

.navigation.transparent.reduced {
  background: #3D33D6;
}

.navigation.reduced .logo img.title {
  opacity: 0;
}

.navigation.reduced .logo img.icon {
  left: 21px;
  top: 21px;
  width: 52px;
}

.navigation.reduced .logo {
  width: 100px;
  height: 100px;
}

.navigation.reduced ul li {
  padding: 34px 16px;
}

.navigation.reduced ul:last-of-type li {
  padding: 34px 26px;
}

.navigation.reduced ul li a img {
  top: 33px;
}

/* hidden nav */
nav.hidden-nav {
  position: fixed;
  right: -509px;
  height: 100%;
  width: 509px;
  background: #3027B9;
  z-index: 0;
  transition: 0.3s ease all;
  overflow: auto;
  padding-bottom: 100px;
}

nav.hidden-nav.active {
  right: 0px;
  z-index: 9;
}

nav.hidden-nav ul {
  margin: 0px;
  padding: 115px 0 0 60px;
}

nav.hidden-nav ul li {
  list-style-type: none;
  margin-bottom: 23px;
  opacity: 0;
  left: 200px;
  position: relative;
  transition: 0.3s ease all;
}

nav.hidden-nav ul li:nth-child(1) {
  transition-delay: 0.3s;
}

nav.hidden-nav ul li:nth-child(2) {
  transition-delay: 0.4s;
}

nav.hidden-nav ul li:nth-child(3) {
  transition-delay: 0.5s;
}

nav.hidden-nav ul li:nth-child(4) {
  transition-delay: 0.6s;
}

nav.hidden-nav ul li:nth-child(5) {
  transition-delay: 0.7s;
}

nav.hidden-nav ul li:nth-child(6) {
  transition-delay: 0.8s;
}

nav.hidden-nav ul li:nth-child(7) {
  transition-delay: 0.9s;
}

nav.hidden-nav ul li:nth-child(8) {
  transition-delay: 1s;
}

nav.hidden-nav ul li:nth-child(9) {
  transition-delay: 1.1s;
}

nav.hidden-nav ul li:nth-child(10) {
  transition-delay: 1.2s;
}

nav.hidden-nav ul li:nth-child(11) {
  transition-delay: 1.3s;
}

nav.hidden-nav ul li:nth-child(12) {
  transition-delay: 1.4s;
}

nav.hidden-nav ul li:nth-child(13) {
  transition-delay: 1.5s;
}

nav.hidden-nav.active ul li {
  opacity: 1;
  left: 0px;
}

nav.hidden-nav ul li a {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 1px;
  color: white;
  text-decoration-color: #3027b9;
}

nav.hidden-nav ul li a:hover {
  color: #00abec;
}

nav.hidden-nav hr {
  margin: 60px
}

nav.hidden-nav h5 {
  color: white;
  font-size: 17px;
  line-height: 24px;
  margin: 0 115px 0 60px;
}

nav.hidden-nav form {
  display: block;
  position: relative;
  max-width: 684px;
  margin-left: 60px;
  margin-top: 31px;
}

nav.hidden-nav form label {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-style: normal;
  color: white;
  display: block;
  margin-bottom: 6px;
  font-size: 17px;
  line-height: 24px;
}

nav.hidden-nav form input {
  padding: 17px 17px 15px 17px;
  width: 254px;
  font-size: 18px;
  color: #898989;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-style: normal;
  border: none;
  font-size: 14px;
}

nav.hidden-nav form input[type="submit"] {
  padding: 18px 28px 15px 31px;
  font-size: 13px;
  color: white;
  width: auto;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-style: normal;
  background: #da7aff;
  border: none;
  left: -4px;
  position: relative;
  transition: 0.3s ease all;
  text-transform: uppercase;
}

nav.hidden-nav form input[type="submit"]:hover {
  cursor: pointer;
  background: #00ABEC;
}

nav.hidden-nav .social {
  position: relative;
  margin-left: 60px;
  margin-top: 46px;
}

nav.hidden-nav .social a {
  display: inline-block;
  float: left;
  margin-right: 18px;
  border-radius: 100%;
  line-height: 0;
}

nav.hidden-nav .social img {
  position: relative;
}

nav.hidden-nav .social a:hover {
  cursor: pointer;
  background: white;
}

/* MENU - MOBILE
---------------------------------------------- */
.more {
  margin-right: 40px;
}

.more-mobile {
  margin-right: 40px;
}

/* hamburger */
.hamburger {
  cursor: pointer;
  width: 20px;
  height: 25px;
  margin: auto;
  position: absolute;
  right: 33px;
  top: 8px;
  bottom: 0;
  transition: 0.3s ease all;
}

.hamburger.active {
  top: 4px;
}

.hamburger i {
  background-color: #ffffff;
  border-radius: 2px;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  transition: 0.3s ease all;
}

/*
.hamburger:hover i{
	background: #ffd900;
}
*/
.hamburger.touched:hover i {
  background-color: #272727;
}

.hamburger i:nth-child(1) {
  -webkit-animation: outT 0.3s backwards;
  animation: outT 0.3s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

.hamburger i:nth-child(2) {
  margin: 5px 0;
  -webkit-animation: outM 0.3s backwards;
  animation: outM 0.3s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

.hamburger.active i:nth-child(2) {
  margin: 7px 0;
}

.hamburger i:nth-child(3) {
  -webkit-animation: outBtm 0.3s backwards;
  animation: outBtm 0.3s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

.hamburger.active i:nth-child(1) {
  -webkit-animation: inT 0.3s forwards;
  animation: inT 0.3s forwards;
}

.hamburger.active i:nth-child(2) {
  -webkit-animation: inM 0.3s forwards;
  animation: inM 0.3s forwards;
}

.hamburger.active i:nth-child(3) {
  -webkit-animation: inBtm 0.3s forwards;
  animation: inBtm 0.3s forwards;
  opacity: 0;
}

@-webkit-keyframes inM {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}

@keyframes inM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}

@-webkit-keyframes outM {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}

@keyframes outM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}

@-webkit-keyframes inT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
  }
}

@keyframes inT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(9px) rotate(0deg);
  }
  100% {
    transform: translateY(9px) rotate(135deg);
  }
}

@-webkit-keyframes outT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
  }
}

@keyframes outT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(9px) rotate(0deg);
  }
  100% {
    transform: translateY(9px) rotate(135deg);
  }
}

@-webkit-keyframes inBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
  }
}

@keyframes inBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-9px) rotate(0deg);
  }
  100% {
    transform: translateY(-9px) rotate(135deg);
  }
}

@-webkit-keyframes outBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
  }
}

@keyframes outBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-9px) rotate(0deg);
  }
  100% {
    transform: translateY(-9px) rotate(135deg);
  }
}

section {
  right: 0px;
  transition: 0.3s ease all;
}

section.push {
  right: 509px;
}

.navigation.mobile ul:last-of-type li {
  border: none;
}

.navigation.mobile .logo {
  width: 151px !important;
  height: 71px;
}

.navigation.mobile .logo img.icon {
  width: auto !important;
  top: 14px !important;
}

.navigation.mobile ul:last-of-type li {
  padding: 28px 17px;
}

.navigation.mobile ul:first-of-type {
  padding-right: 0px;
}

.navigation .mobile-ftd-wrap {
  width: 100%;
  background: #3027b9;
  position: absolute;
  top: 71px;
  height: 72px;
}

.navigation ul.mobile-ftd {
  position: absolute;
  top: 0px;
  width: 100%;
  background: #3027b9;
  text-align: center;
  margin: 0 auto;
  width: 396px;
  left: 0;
  right: 0;
  float: none;
  display: block;
}

.navigation ul.mobile-ftd:last-of-type li:before {
  content: "";
  width: 102%;
  height: 20px;
  background-color: #3027b9;
  position: absolute;
  left: -1%;
  top: 0px;
  z-index: 0;
  transition: 0.3s ease all;
}

.navigation ul.mobile-ftd:last-of-type li:after {
  content: "";
  width: 102%;
  height: 20px;
  background-color: #3027b9;
  position: absolute;
  left: -1%;
  bottom: 0px;
  z-index: 0;
  transition: 0.3s ease all;
}

.navigation ul.mobile-ftd:last-of-type li:nth-child(2) {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

/* hidden nav */
nav.mobile-nav {
  position: fixed;
  top: -1500px;
  opacity: 0;
  height: 100%;
  width: 100%;
  background: #3027B9;
  z-index: 0;
  transition: 0.3s ease all;
  overflow: scroll;
  padding-bottom: 100px;
  z-index: 5;
}

nav.mobile-nav.active {
  top: 0px;
  opacity: 1;
}

nav.mobile-nav ul {
  margin: 0px;
  padding: 150px 0 0 10%;
}

nav.mobile-nav ul li {
  list-style-type: none;
  padding: 14px 0px;
  opacity: 0;
  width: 90%;
  left: 200px;
  position: relative;
  transition: 0.3s ease all;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

nav.mobile-nav ul li:nth-child(1) {
  transition-delay: 0.3s;
}

nav.mobile-nav ul li:nth-child(2) {
  transition-delay: 0.4s;
}

nav.mobile-nav ul li:nth-child(3) {
  transition-delay: 0.5s;
}

nav.mobile-nav ul li:nth-child(4) {
  transition-delay: 0.6s;
}

nav.mobile-nav ul li:nth-child(5) {
  transition-delay: 0.7s;
}

nav.mobile-nav ul li:nth-child(6) {
  transition-delay: 0.8s;
}

nav.mobile-nav ul li:nth-child(7) {
  transition-delay: 0.9s;
}

nav.mobile-nav ul li:nth-child(8) {
  transition-delay: 1s;
}

nav.mobile-nav ul li:nth-child(9) {
  transition-delay: 1.1s;
}

nav.mobile-nav ul li:nth-child(10) {
  transition-delay: 1.2s;
}

nav.mobile-nav ul li:nth-child(11) {
  transition-delay: 1.3s;
}

nav.mobile-nav ul li:nth-child(12) {
  transition-delay: 1.4s;
}

nav.mobile-nav ul li:nth-child(13) {
  transition-delay: 1.5s;
}

nav.mobile-nav.active ul li {
  opacity: 1;
  left: 0px;
}

nav.mobile-nav ul li a {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 23px;
  padding-bottom: 9px;
  width: 100%;
  letter-spacing: 1px;
  color: white;
  text-decoration-color: #3027b9;
}

nav.mobile-nav ul li a:hover {
  color: #00abec;
}

nav.mobile-nav .social {
  position: relative;
  margin-left: 10%;
  margin-top: 46px;
}

nav.mobile-nav .social a {
  display: inline-block;
  float: left;
  margin-right: 18px;
  border-radius: 100%;
  line-height: 0;
}

nav.mobile-nav .social img {
  position: relative;
}

nav.mobile-nav .social a:hover {
  cursor: pointer;
  background: white;
}

/* MEDIA QUERIES
---------------------------------------------- */
@media only screen and (max-width: 1440px) {
  .show-listing .shows.slider {
    width: 64%;
  }

  .show-listing .controls {
    width: 26%;
    margin-right: 10%;
  }
}

@media only screen and (max-width: 1340px) {
  .header.video .listing .episode:nth-child(5) {
    display: none;
  }

  .header.video .listing .episode:first-of-type {
    margin-left: 12%;
  }

  .header.video .listing .episode {
    width: 22%;
  }

  .navigation ul li {
    padding: 43px 9px;
  }

  .navigation ul:last-of-type li {
    padding: 43px 17px;
  }

  .hamburger {
    right: 25px;
  }
}

@media only screen and (max-width: 1250px) {
  .navigation ul li a {
    font-size: 13px;
  }
}

@media only screen and (max-width: 1200px) {
  .header.short h1 {
    width: 60%;
  }

  .header.short p {
    width: 40%;
  }

  .header.video .bottom .left {
    width: 60%;
  }

  .header.video .right p {
    width: 86%;
  }

  .schedule .shows .show {
    width: 31.3%;
    margin: 1%;
  }

  .bottom .left h3 {
    padding-right: 0px;
  }

  .bottom .left {
    padding-right: 100px;
    width: 54%;
    padding-left: 2.5%;
  }

  .bottom .right {
    width: 46%
  }

  .header.home .left {
    width: 68.5%;
  }

  .header.home .right {
    width: 31.5%;
  }
}

@media only screen and (max-width: 1180px) {
  .navigation .logo {
    width: 200px;
  }

  .navigation .logo img.icon {
    left: 15px;
    width: 52px;
  }

  .navigation .logo img.title {
    left: 79px;
    width: 98px;
    top: 37px;
  }

  .navigation.reduced .logo img.icon {
    left: 15px;
    top: 21px;
    width: 52px;
  }

  .navigation.reduced .logo {
    width: 90px;
  }
}

@media only screen and (max-width: 1160px) {
  .featured-show .info {
    padding: 110px 80px 80px 89px;
    max-width: 46%;
  }
}

@media only screen and (max-width: 1130px) {
  .navigation.desktop {
    display: none;
  }

  .navigation.tablet {
    display: block;
  }

  .header.home {
    display: none;
  }

  .header.home.mobile {
    display: block;
  }

  .header.home .left {
    width: 100%;
    height: auto;
    display: block;
  }

  .header.home .left .wrap .card {
    top: 0px;
  }

  .header .wrap .card .top {
    width: 70%;
  }

  .header.home .left .wrap {
    width: 86%;
  }

  .header.home .wrap .card .social {
    display: none;
  }

  .header.home .left .wrap .card .top h1 {
    font-size: 45px;
  }

  .header.home .wrap .card .top .btn {
    left: 50px;
  }

  .header.home .left .wrap {
    width: 95%;
  }

  .header.home.mobile .controls {
    left: 2.5%;
  }
}

@media only screen and (max-width: 1024px) {
  .header.video .listing .episode:nth-child(4) {
    display: none;
  }

  .header.video .listing .episode:first-of-type {
    margin-left: 19%;
  }

  .header.video .listing .episode {
    width: 27%;
  }

  .next .image {
    height: 150px;
  }

  .show-listing.playlists .shows .show {
    width: 50%;
  }

  .container.split .filters {
    display: block;
    float: none;
    max-width: 100%;
    margin-right: 0px;
    width: 100%;
    background: #EDEDED;
    padding: 5% 2.5%;
    margin-bottom: 50px;
  }

  .container.split .shows {
    max-width: 1000px;
    display: block;
    float: none;
    width: 100%;
  }

  .container.split {
    width: 100%;
  }

  .container.split .shows {
    margin: 0 auto;
    width: 100%;
  }

  .show-listing .shows .show.slick-slide .image {
    height: 300px;
  }

  .footer .columns .col {
    position: relative;
    float: none;
    display: block;
    width: 100%;
  }

  .footer .col p {
    text-align: left;
  }

  .footer .col:last-of-type {
    margin-top: 30px;
  }

  .top-callout .container {
    width: 100%;
  }

  .center .logo {
    display: none;
  }

  .center .top-callout h3 {
    margin-left: 2.5%;
    margin-right: 0;
    color: white;
    font-size: 60px;
    line-height: 65px;
    width: 50%;
  }

  .center .top-callout .btn {
    margin-left: 2.5%;
    margin-right: 0px;
  }

  .bottom .right {
    display: block;
    float: none;
    position: relative;
    width: 100%;
  }

  .header.video .right p {
    border-left: none;
    padding-left: 0px;
  }

  .bottom .left {
    padding: 80px 2.5%;
    width: 100%;
  }

  .bottom .left:before {
    display: none;
  }

  .center .schedule .upcoming {
    display: none;
  }

  .center .schedule .upcoming.mobile {
    display: block;
    margin: 30px 0px 0px 0px;
  }

  .center .schedule .desc {
    position: relative;
    width: 100%;
  }

  .center .schedule {
    padding: 100px 0px;
  }

  .center .schedule .controls {
    visibility: visible;
    margin-top: 30px;
  }

  .center {
    background-position: bottom right;
  }

  .bottom .right h6 {
    display: none;
    pointer-events: none;
  }

  .navigation .site-search .close {
    right: -7%;
  }
}

@media only screen and (max-width: 960px) {
  .show-listing .shows .show .image {
    height: 200px;
  }

  .show-listing .split .shows .show .image {
    height: 200px;
  }

  .header.short h1 {
    width: 100%;
    padding-bottom: 0px;
    margin-bottom: 0px;
    display: block;
    float: none;
  }

  .header.short hr {
    display: block;
    margin: 26px 0px 7px 0px;
  }

  .header.short p {
    width: 70%;
    padding-left: 0px;
    border-left: 0px;
  }

  .featured-show .image {
    width: 100%;
    margin: 0 auto;
    height: 500px;
    position: relative;
  }

  .featured-show .info {
    padding: 50px;
    max-width: 100%;
    float: none;
    margin-right: 0px;
  }

  .callout form {
    max-width: 600px;
  }

  .callout form label {
    /*text-align: center;*/
  }

  .callout form input {
    margin: 0;
    display: inline-block;
    width: 100%;
  }

  .callout form input[type="submit"] {
    margin: 0 auto;
    display: block;
    left: 0px;
  }

  .header.video .bottom .left {
    width: 100%;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }

  .header.video .right p {
    width: 70%;
    padding-left: 0px;
    border-left: 0px;
  }
}

@media only screen and (max-width: 900px) {
  .schedule .shows .show {
    width: 47.9%;
  }
}

@media only screen and (max-width: 860px) {
  .navigation.tablet {
    display: none;
  }

  .navigation.mobile {
    display: block;
  }
}

@media only screen and (max-width: 840px) {
  .show-listing .shows .show {
    width: 50%;
  }

  .header.short p {
    width: 100%;
  }

  .header .wrap .card .top {
    width: 80%;
  }

  .header .wrap .card .bottom {
    display: none;
  }

  .header .wrap .card .top .btn {
    bottom: -68px;
    left: 0;
  }

  .header .wrap .card .top h1 {
    max-width: 100%;
  }

  .header.video .right p {
    width: 100%;
  }

  .header.video .listing .episode:nth-child(3) {
    display: none;
  }

  .header.video .listing .episode:first-of-type {
    margin-left: 20%;
  }

  .header.video .listing .episode {
    width: 40%;
  }

  .next .image {
    height: 220px;
  }

  .show-listing .controls {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .show-listing .shows.slider {
    width: 100%;
  }

  .show-listing .shows .show.slick-slide .image {
    height: 500px;
  }

  .center .top-callout h3 {
    margin-left: 2.5%;
    margin-right: 0;
    color: white;
    font-size: 30px;
    line-height: 35px;
    width: 270px;
    margin-bottom: 5px;
  }

  .center .top-callout .content {
    padding: 200px 0px 50px 0px;
  }

  .bottom .left h3 {
    font-size: 40px;
    line-height: 45px;
  }

  .header.home .left .wrap .card .top h1 {
    margin-bottom: 0px;
  }

  .control .gradient {
    width: 50%;
  }

  .control .controls {
    right: 30px;
  }

  .header.video .social {
    display: block;
    float: none;
    width: 120px;
  }

  .header.video .breadcrumbs {
    display: block;
    float: none;
  }

  .header.video .social.active .links {
    bottom: 0px;
    left: 120px;
  }
}

@media only screen and (max-width: 720px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 40px;
  }

  h6 {
    font-size: 14px;
  }

  blockquote {
    font-size: 20px;
    margin: 15px 0px 15px 20px;
  }

  .header .wrap {
    width: 86%;
  }

  .container {
    width: 86%;
  }

  .show-listing .shows .show {
    width: 100%;
  }

  .show-listing.playlists .shows .show {
    width: 100%;
  }

  .header .wrap .card .top {
    width: 100%;
    padding: 30px;
  }

  .show-listing {
    padding: 45px 0px;
  }

  .show-listing .shows .show .image {
    height: 300px;
  }

  .header.video .bottom {
    margin-top: 30px;
  }

  .header.video .bottom .details h6 {
    display: block;
    float: none;
  }

  .header.video .bottom .details p {
    display: block;
    float: none;
  }

  .header.video .bottom h1 {
    font-size: 30px;
  }

  .tags ul li {
    padding: 10px 20px;
    font-size: 13px;
  }

  .featured-show .image {
    height: 250px;
  }

  .featured-show .info {
    padding: 40px;
  }

  .show-listing.playlists .shows .show .image {
    height: 360px;
  }

  .show-listing .split .shows .show {
    width: 87%;
    padding: 0px 0px 30px 0px;
    margin: 0 auto;
    display: block;
    float: none;
  }

  .container.split .filters {
    padding: 5% 6.5%;
  }

  .header.video .bottom h1 {
    width: auto;
  }

  .streams select {
    display: block;
  }

  .streams .option {
    display: none;
  }

  .streams .option.active {
    display: none;
  }

  .footer footer {
    width: 87%;
  }

  .footer ul li {
    display: block;
    float: none;
    margin: 0px;
    padding: 5px 0px;
    border-right: none !important;
  }

  .footer hr {
    display: block;
  }

  .header.home .left .wrap .card .top h1 {
    font-size: 30px;
  }

  .header.home .wrap .card .top {
    width: 85%;
  }

  .header.home .wrap .card .top .btn {
    left: 0px;
  }

  .header.home .left .wrap .card .top {
    padding: 30px;
  }

  .center .schedule .desc h3 {
    font-size: 40px;
    line-height: 45px;
  }

  .center .top-callout h3 {
    margin-left: 7.5%;
  }

  .center .top-callout .btn {
    margin-left: 7.5%
  }

  .bottom .left {
    padding: 80px 7.5%;
  }

  .header.home .left .wrap {
    width: 86%;
  }

  .header.home.mobile .controls {
    left: 7%;
  }
}

@media only screen and (max-width: 600px) {
  .header.video .listing .episode:nth-child(2) {
    display: none;
  }

  .header.video .listing .episode:first-of-type {
    margin-left: 25%;
  }

  .header.video .listing .episode {
    width: 75%;
  }

  .next .image {
    height: 150px;
  }

  .schedule .shows .show {
    width: 100%;
    margin: 1% 0px;
  }

  .show-listing .shows .show.slick-slide .image {
    height: 400px;
  }

  .show-listing .shows .show .image {
    height: 250px;
  }

  .center .top-callout .content {
    padding-top: 300px;
  }

  .control {
    width: 100%;
  }

  .schedule .lightbox {
    width: 87%;
  }
}

@media only screen and (max-width: 599px) {
  .center .schedule .upcoming .show {
    margin: 0px;
  }
}

@media only screen and (max-width: 550px) {
  .show-listing .split .shows .show .image {
    height: 300px;
  }

  .show-listing .shows .show.slick-slide .image {
    height: 300px;
  }

  .control h3 {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 5px;
  }

  .control h5 {
    font-size: 12px;
  }

  .control {
    padding: 20px 5px;
    top: -150px;
  }

  .control .controls {
    right: 15px;
    top: 18px;
  }
}

@media only screen and (max-width: 500px) {
  .header .wrap .card .top .btn {
    width: 100%;
  }

  nav.mobile-nav ul {
    padding-left: 30px;
  }

  nav.mobile-nav .social {
    margin-left: 30px;
  }

  .header.home .wrap .card .top {
    width: 100%;
  }

  .header.home .wrap .card .top .btn {
    width: auto;
  }
}

@media only screen and (max-width: 440px) {
  .navigation ul.mobile-ftd li a {
    font-size: 11px;
  }

  .navigation.mobile ul.mobile-ftd:last-of-type li {
    padding: 28px 12px;
  }

  .navigation ul.mobile-ftd {
    width: 326px;
  }
}

@media only screen and (max-width: 420px) {
  .control .controls .prev {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 400px) {
  .footer h4 {
    margin-right: 0px;
    margin-bottom: 10px;
    display: block;
    float: none;
  }

  .footer .social {
    display: block;
    float: none;
    position: relative;
    top: 0;
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 340px) {
  .navigation ul.mobile-ftd li a {
    font-size: 10px;
  }

  .navigation.mobile ul.mobile-ftd:last-of-type li {
    padding: 28px 10px;
  }

  .navigation ul.mobile-ftd {
    width: 294px;
  }
}






























