@charset "UTF-8";
/* SCSS Compiled */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a,
.link:link,
a:link,
a:link, 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, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a, .link:link, a:link, a:link {
  background: transparent;
}
a:focus, .link:focus:link, a:focus:link {
  outline: thin dotted;
}
a:hover, .link:hover:link, a:hover:link, a:active, .link:active:link, a:active:link {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "“" "”" "‘" "’";
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/*usage  @include font-size(13);*/
/* * Variables*/
/* Reponsive Variables ---------------------------------------*/
/*media*/
/*usage: */
.container, .container-middle, .container-small {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1720px;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 1749px) {
  .container, .container-middle, .container-small {
    max-width: 1400px;
  }
}
@media (max-width: 1400px) {
  .container, .container-middle, .container-small {
    max-width: 1248px;
  }
}
@media (max-width: 1248px) {
  .container, .container-middle, .container-small {
    max-width: 1124px;
  }
}
@media (max-width: 1124px) {
  .container, .container-middle, .container-small {
    max-width: 768px;
  }
}
@media (max-width: 768px) {
  .container, .container-middle, .container-small {
    max-width: 650px;
  }
}
@media (max-width: 670px) {
  .container, .container-middle, .container-small {
    max-width: calc(100% - 30px);
  }
}

.container-small {
  max-width: 900px;
}

.container-middle {
  max-width: 1024px;
}

.container:after, .container-small:after, .container-middle:after {
  content: "";
  display: block;
  clear: both;
}

.flex .container, .flex .container-small, .flex .container-middle {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.25rem;
  column-gap: 0px;
}
.flex .container .col-1, .flex .container-small .col-1, .flex .container-middle .col-1 {
  width: calc((100% / 12 * 1) - 1.25rem);
  margin: 0 calc(1.25rem / 2);
}
.flex .container .col-2, .flex .container-small .col-2, .flex .container-middle .col-2 {
  width: calc((100% / 12 * 2) - 1.25rem);
  margin: 0 calc(1.25rem / 2);
}
.flex .container .col-3, .flex .container-small .col-3, .flex .container-middle .col-3 {
  width: calc((100% / 12 * 3) - 1.25rem);
  margin: 0 calc(1.25rem / 2);
}
.flex .container .col-4, .flex .container-small .col-4, .flex .container-middle .col-4 {
  width: calc((100% / 12 * 4) - 1.25rem);
  margin: 0 calc(1.25rem / 2);
}
.flex .container .col-5, .flex .container-small .col-5, .flex .container-middle .col-5 {
  width: calc((100% / 12 * 5) - 1.25rem);
  margin: 0 calc(1.25rem / 2);
}
.flex .container .col-6, .flex .container-small .col-6, .flex .container-middle .col-6 {
  width: calc((100% / 12 * 6) - 1.25rem);
  margin: 0 calc(1.25rem / 2);
}
.flex .container .col-7, .flex .container-small .col-7, .flex .container-middle .col-7 {
  width: calc((100% / 12 * 7) - 1.25rem);
  margin: 0 calc(1.25rem / 2);
}
.flex .container .col-8, .flex .container-small .col-8, .flex .container-middle .col-8 {
  width: calc((100% / 12 * 8) - 1.25rem);
  margin: 0 calc(1.25rem / 2);
}
.flex .container .col-9, .flex .container-small .col-9, .flex .container-middle .col-9 {
  width: calc((100% / 12 * 9) - 1.25rem);
  margin: 0 calc(1.25rem / 2);
}
.flex .container .col-10, .flex .container-small .col-10, .flex .container-middle .col-10 {
  width: calc((100% / 12 * 10) - 1.25rem);
  margin: 0 calc(1.25rem / 2);
}
.flex .container .col-11, .flex .container-small .col-11, .flex .container-middle .col-11 {
  width: calc((100% / 12 * 11) - 1.25rem);
  margin: 0 calc(1.25rem / 2);
}
.flex .container .col-12, .flex .container-small .col-12, .flex .container-middle .col-12 {
  width: calc((100% / 12 * 12) - 1.25rem);
  margin: 0 calc(1.25rem / 2);
}
.flex.no-margin [class^=col-], .flex.no-margin [class*=col-] {
  margin: 0;
}

/* Brand Colors ------------------------------------------------*/
/* Global Elements ---------------------------*/
html {
  height: 100%;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: "Montserrat", sans-serif;
  padding: 0;
  font-size: 16px;
}
@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
}

body {
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #333333;
  background-color: transparent;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1rem;
}
body.page-loading {
  min-height: 100vh;
}
body.page-loading header, body.page-loading .main, body.page-loading footer {
  display: none;
}
body .css {
  display: none;
}

.center {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@font-face {
  font-family: "Expressway";
  src: url("../fonts/expresswayRG.woff") format("woff"), url("../fonts/expresswayRG.otf") format("truetype"), url("../fonts/expresswayRG.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/* Brand Fonts & Treatment -------------------------------------*/
.h1, h1 {
  font-weight: 600;
  font-size: 2.28em;
  line-height: 1.2em;
  margin: 0;
  color: #0056c2;
}

.h2, h2 {
  font-weight: 600;
  font-size: 2.1em;
  line-height: 1.2em;
  margin: 0;
  color: #333333;
}

.h3, h3 {
  font-weight: 600;
  font-size: 1.8em;
  line-height: 1.2em;
  margin: 0;
  color: #0056c2;
}

.h4, h4 {
  font-weight: 600;
  font-size: 1.3em;
  line-height: 1.2em;
  margin: 0;
  color: #333333;
}

.h5, h5 {
  font-weight: 400;
  font-size: 1.14em;
  line-height: 1.2em;
  margin: 0;
  color: #0056c2;
}

.h6, h6 {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.2em;
  margin: 0;
  color: #333333;
}

p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1em;
  padding: 5px 0;
  line-height: 1.5em;
  margin: 0 0 20px 0;
  color: #333333;
}
p a, p .link:link, p a:link, p a:link {
  color: #0056c2;
  text-decoration: underline;
}

.link, a, .link:link, a:link {
  color: #333333;
  text-decoration: none;
}
.link:link, a:link, a:link {
  font-weight: 400;
}
.link:visited, a:visited, a:visited:link, .link:hover, a:hover, a:hover:link, .link:active, a:active, a:active:link {
  text-decoration: none;
}
.link:hover, a:hover, a:hover:link, .link:active, a:active, a:active:link {
  color: inherit;
}
.link:hover, a:hover, a:hover:link, .link:visited:hover {
  color: #333333;
}

ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

.main ul {
  margin: 0;
  list-style: none;
  padding: 0 0 0 40px;
}
@media (max-width: 768px) {
  .main ul {
    padding: 0 0 0 10px;
  }
}

.main ul li {
  margin: 25px 0 0;
  position: relative;
  text-decoration: none;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .main ul li {
    padding: 0 0 0 12px;
  }
}

.main ul li:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background-color: #0056c2;
}
@media (max-width: 768px) {
  .main ul li:after {
    top: 6px;
  }
}

.main ol {
  padding: 0 0 0 40px;
}
@media (max-width: 768px) {
  .main ol {
    padding: 0 0 0 10px;
  }
}

.main ol li {
  counter-increment: step-counter;
  margin: 20px 0 0;
  position: relative;
  text-decoration: none;
  list-style: none;
  padding-left: 10px;
}

.main ol li:before {
  display: block;
  content: counter(step-counter) ".";
  color: #0056c2;
  position: absolute;
  top: 0px;
  left: -12px;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

.main {
  position: relative;
  min-height: 400px;
}
@media (max-width: 768px) and (max-width: 768px) {
  .main {
    min-height: 100px;
  }
}

.home .main {
  padding-top: 2px;
}

.wtw header .where-to-watch {
  border: 1px solid rgba(0, 86, 194, 0.4);
  background-color: rgba(0, 86, 194, 0.4);
  color: #fff;
}

.titantv header .titantv-schedule {
  border: 1px solid rgba(0, 86, 194, 0.4);
  background-color: rgba(0, 86, 194, 0.4);
  color: #fff;
}

header {
  position: relative;
  height: 186px;
  border-bottom: 4px solid #0056c2;
  display: flex;
  flex-direction: row;
}
@media (max-width: 1124px) {
  header {
    height: 166px;
  }
}
@media (max-width: 768px) {
  header {
    height: 94px;
  }
}
header .container, header .container-small, header .container-middle {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  header .container, header .container-small, header .container-middle {
    justify-content: left;
  }
}
header .logo {
  position: relative;
  width: 162px;
  height: 99px;
  background: transparent url("./../img/svg/logo-v3.png") 0% 0% no-repeat padding-box;
  background-size: contain;
  opacity: 1;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 1124px) {
  header .logo {
    width: 131px;
    height: 80px;
  }
}
@media (max-width: 768px) {
  header .logo {
    width: 82px;
    height: 50px;
  }
}
header .logo:hover {
  opacity: 0.8;
}
header .logo a, header .logo .link:link, header .logo a:link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-indent: -9999px;
}
header .where-to-watch, header .titantv-schedule {
  width: 200px;
  height: 48px;
  border: 1px solid #0056c2;
  border-radius: 6px;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 22px;
  font-weight: 800;
  text-transform: uppercase;
  color: #0056c2;
  text-align: center;
  letter-spacing: -0.45px;
  opacity: 1;
  position: absolute;
  right: 0;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
header .where-to-watch:hover, header .titantv-schedule:hover {
  border: 1px solid #0056c2;
  background-color: #0056c2;
  color: #fff;
}
@media (max-width: 1124px) {
  header .where-to-watch, header .titantv-schedule {
    width: 160px;
    height: 38px;
    padding: 0 10px;
  }
}
@media (max-width: 1124px) {
  header .where-to-watch, header .titantv-schedule {
    width: 120px;
    height: 29px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
  }
}
@media (max-width: 768px) {
  header .where-to-watch, header .titantv-schedule {
    display: none;
  }
}
header .where-to-watch:hover, header .titantv-schedule:hover {
  opacity: 0.8;
}
header .titantv-schedule {
  right: initial;
  left: 0;
}
header .nav-toggle {
  display: none;
}
@media (max-width: 768px) {
  header .nav-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    right: 0;
    color: #0056c2;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 3px;
    cursor: pointer;
  }
  header .nav-toggle .toggle {
    position: relative;
    display: flex;
    justify-content: center;
    width: 32px;
    height: 15px;
  }
  header .nav-toggle .toggle:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: #0056c2;
  }
  header .nav-toggle .toggle:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: #0056c2;
  }
  header .nav-toggle .toggle__inner {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    height: 3px;
    width: 100%;
    background: #0056c2;
  }
}

.mobile-nav {
  display: none;
}
@media (max-width: 768px) {
  .mobile-nav {
    display: block;
    position: fixed;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    padding: 36px 5px;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.9);
    box-sizing: border-box;
    overflow: auto;
  }
  .mobile-nav.active {
    left: 0;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .mobile-nav .close-btn {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 30px;
    height: 30px;
    background-image: url("../img/svg/icon-close.svg");
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 2;
  }
  .mobile-nav .close-btn:hover {
    opacity: 0.9;
  }
  .mobile-nav .nav {
    position: relative;
    padding-top: 52px;
    padding-bottom: 28px;
    width: 100%;
  }
  .mobile-nav .nav__list {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .mobile-nav .nav__list__item {
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
  .mobile-nav .nav__list__item__link {
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
  }
  .mobile-nav .nav__list__item__link:hover {
    color: #fff;
    opacity: 0.9;
  }
  .mobile-nav .nav__list__item:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .mobile-nav .social {
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: center;
  }
  .mobile-nav .social li {
    display: inline-block;
    margin-right: 20px;
  }
  .mobile-nav .social li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .mobile-nav .social li {
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .mobile-nav .social li a, .mobile-nav .social li .link:link {
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    text-indent: -9999px;
  }
  .mobile-nav .social li a img, .mobile-nav .social li .link:link img, .mobile-nav .social li a svg, .mobile-nav .social li .link:link svg {
    width: 55%;
    height: 100%;
    display: block;
    fill: #fff;
    color: #fff;
  }
  .mobile-nav .social li a:hover, .mobile-nav .social li .link:hover:link {
    background-color: #fff;
  }
  .mobile-nav .social li a:hover img, .mobile-nav .social li .link:hover:link img, .mobile-nav .social li a:hover svg, .mobile-nav .social li .link:hover:link svg {
    fill: #000;
    color: #000;
  }
}

footer {
  background-color: #0056c2;
  padding: 40px 0 200px 0;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  /*
  .container {
    @media (max-width: 1124px) {
      max-width: 100%;
    }
  }
  */
}
@media (max-width: 1124px) {
  footer {
    padding: 40px 0px 80px;
  }
}
footer .top-bar {
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding: 0 0 10px 0;
}
@media (max-width: 768px) {
  footer .top-bar .footer-logo {
    margin-left: 0px;
  }
}
footer .top-bar .footer-logo {
  display: inline-block;
  background: url("./../img/svg/footer-logo-v3.png") no-repeat 50% 50%;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width: 98px;
  height: 60px;
  overflow: hidden;
  text-indent: -9999px;
}
@media (max-width: 768px) {
  footer .top-bar .footer-logo {
    width: 72px;
    height: 44px;
  }
}
footer .top-bar .footer-logo:hover {
  opacity: 0.8;
}
footer .bottom-bar {
  width: 100%;
  padding: 60px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  footer .bottom-bar {
    padding: 40px 0 0;
  }
}
@media (max-width: 1400px) {
  footer .bottom-bar {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: start;
    -moz-justify-content: start;
    justify-content: start;
  }
}
footer .bottom-bar .column {
  box-sizing: border-box;
}
@media (max-width: 1400px) {
  footer .bottom-bar .column {
    width: 33%;
  }
}
@media (max-width: 1124px) {
  footer .bottom-bar .column {
    padding: 0;
  }
}
@media (max-width: 768px) {
  footer .bottom-bar .column {
    width: 100%;
  }
  footer .bottom-bar .column:nth-of-type(1), footer .bottom-bar .column:nth-of-type(2), footer .bottom-bar .column:nth-of-type(3) {
    width: 100%;
  }
}
footer .bottom-bar .heading {
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  footer .bottom-bar .heading {
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
}
footer .bottom-bar ul {
  padding: 0;
  margin: 0 0 60px;
}
@media (max-width: 768px) {
  footer .bottom-bar ul {
    margin: 0 0 40px;
  }
}
footer .bottom-bar ul li {
  display: block;
  margin: 0 0 20px;
  padding: 0;
}
@media (max-width: 768px) {
  footer .bottom-bar ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
}
footer .bottom-bar ul li:after {
  display: none;
}
footer .bottom-bar ul li a, footer .bottom-bar ul li .link:link, footer .bottom-bar ul li a:link {
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0px;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
footer .bottom-bar ul li a:hover, footer .bottom-bar ul li .link:hover:link {
  text-decoration: underline;
}
@media (max-width: 768px) {
  footer .bottom-bar ul li a, footer .bottom-bar ul li .link:link, footer .bottom-bar ul li a:link {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  footer .bottom-bar .connect {
    width: 100%;
  }
  footer .bottom-bar .connect .heading {
    border-bottom: none;
    padding-bottom: 0;
  }
}
footer .bottom-bar .connect p {
  width: 100%;
  display: block;
  color: #fff;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}
footer .bottom-bar .connect .social {
  margin: 20px 0 0;
  width: 100%;
  padding: 0;
  max-width: 385px;
}
@media (max-width: 1124px) {
  footer .bottom-bar .connect .social {
    width: auto;
  }
}
footer .bottom-bar .connect .social li {
  display: inline-block;
  margin: 0 15px 20px 0;
}
@media (max-width: 768px) {
  footer .bottom-bar .connect .social li {
    border-bottom: none;
    padding-bottom: 0;
    margin-right: 10px;
  }
}
footer .bottom-bar .connect .social li a, footer .bottom-bar .connect .social li .link:link {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  text-indent: -9999px;
}
@media (max-width: 768px) {
  footer .bottom-bar .connect .social li a, footer .bottom-bar .connect .social li .link:link {
    width: 30px;
    height: 30px;
  }
}
footer .bottom-bar .connect .social li a img, footer .bottom-bar .connect .social li .link:link img, footer .bottom-bar .connect .social li a svg, footer .bottom-bar .connect .social li .link:link svg {
  width: 55%;
  height: 100%;
  display: block;
  fill: #fff;
  color: #fff;
}
footer .bottom-bar .connect .social li a:hover, footer .bottom-bar .connect .social li .link:hover:link {
  background-color: #fff;
}
footer .bottom-bar .connect .social li a:hover img, footer .bottom-bar .connect .social li .link:hover:link img, footer .bottom-bar .connect .social li a:hover svg, footer .bottom-bar .connect .social li .link:hover:link svg {
  fill: #000;
  color: #000;
}
footer .bot-row {
  width: 100%;
  text-align: center;
  margin: 80px 0 0;
}
@media (max-width: 768px) {
  footer .bot-row {
    text-align: left;
    margin: 20px 0 0;
  }
}
footer .bot-row p {
  width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  margin: 0;
}
footer .bot-row p span, footer .bot-row p em {
  margin: 0 6px;
}
@media (max-width: 768px) {
  footer .bot-row p span, footer .bot-row p em {
    display: block;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  footer .bot-row p {
    line-height: 24px;
  }
  footer .bot-row p span.del {
    display: none;
  }
}
footer .bot-row p .title {
  padding-left: 32px;
  background: url("./../img/footer-scripps-logo.png") no-repeat 0% 50%;
  background-size: contain;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}
footer .bot-row p em {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  font-style: italic;
}
@media (max-width: 768px) {
  footer .bot-row p em {
    line-height: 24px;
  }
}

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 14;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}
.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(250, 250, 250, 0.5), rgba(250, 250, 250, 0.5));
  background: -webkit-radial-gradient(rgba(250, 250, 250, 0.5), rgba(250, 250, 250, 0.5));
}
.loading:not(:required) {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.loading:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(212, 220, 231, 0.6) 1.5em 0 0 0, #5189cf 1.1em 1.1em 0 0, rgba(212, 220, 231, 0.6) 0 1.5em 0 0, #5189cf -1.1em 1.1em 0 0, rgba(212, 220, 231, 0.6) -1.5em 0 0 0, #5189cf -1.1em -1.1em 0 0, rgba(212, 220, 231, 0.6) 0 -1.5em 0 0, #5189cf 1.1em -1.1em 0 0;
  box-shadow: rgba(212, 220, 231, 0.6) 1.5em 0 0 0, #5189cf 1.1em 1.1em 0 0, rgba(212, 220, 231, 0.6) 0 1.5em 0 0, #5189cf -1.1em 1.1em 0 0, rgba(212, 220, 231, 0.6) -1.5em 0 0 0, #5189cf -1.1em -1.1em 0 0, rgba(212, 220, 231, 0.6) 0 -1.5em 0 0, #5189cf 1.1em -1.1em 0 0;
}

/* Animation */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*loading end*/
.img-section {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .img-section {
    margin-bottom: 5px;
  }
}
.img-section img {
  position: relative;
  width: 100%;
  max-width: 100%;
}
.img-section__mobile_img {
  position: relative;
  width: 100%;
  max-width: 100%;
  display: none;
}
@media (max-width: 768px) {
  .img-section__mobile_img {
    display: block;
  }
  .img-section__mobile_img + img {
    display: none;
  }
}
.img-section > a, .img-section > .link:link, .img-section > a:link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  text-indent: -9999px;
  z-index: 1;
}
.img-section:hover > a, .img-section:hover > .link:link {
  background-color: #fff;
  opacity: 0.1;
}

.find-section {
  position: relative;
  padding: 40px 20px 105px;
  background-image: url("./../img/where_to_watch/find_section.jpg");
  background-color: #0b3872;
  background-repeat: no-repeat;
  background-size: initial;
  background-position: top 15% right 0%;
}
@media (max-width: 768px) {
  .find-section {
    padding: 30px 0 50px;
    background-position: top 15% right 20%;
  }
}
.find-section__title {
  text-align: center;
  font-weight: 800;
  font-size: 50px;
  line-height: 61px;
  letter-spacing: 0px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .find-section__title {
    font-size: 36px;
    line-height: 48px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.find-section__description {
  font-size: 18px;
  line-height: 22px;
  font-family: "Expressway", sans-serif;
  text-align: center;
  letter-spacing: 0px;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .find-section__description {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.find-section__availability {
  position: relative;
  margin-top: 40px;
  background: #fff;
  border: 2px solid #fff;
  padding: 50px 45px 70px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .find-section__availability {
    padding: 28px 20px 70px;
    width: calc(100% + 30px);
    margin-left: -15px;
    box-sizing: border-box;
  }
}
.find-section__availability__box {
  position: absolute;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  left: 0;
  top: 0;
  margin: 2px;
  box-sizing: content-box;
  border: 1px solid #005687;
}
.find-section__availability__title {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 0px;
  color: #0056c2;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .find-section__availability__title {
    font-size: 24px;
    line-height: 29px;
  }
}
.find-section__availability__data {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .find-section__availability__data {
    margin-bottom: 40px;
  }
}
.find-section__availability__data__cell {
  display: flex;
  flex-direction: column;
  width: 31.5%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  height: fit-content;
}
@media (max-width: 1124px) {
  .find-section__availability__data__cell {
    width: 48.5%;
    margin-bottom: 3%;
  }
}
@media (max-width: 768px) {
  .find-section__availability__data__cell {
    width: 100%;
    margin-bottom: 40px;
  }
}
.find-section__availability__data__cell__title {
  color: #fff;
  background-color: #0056c2;
  padding: 14px 20px;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0px;
}
.find-section__availability__data__cell__content {
  color: #333333;
  padding: 0px 20px;
  display: flex;
  flex-direction: column;
}
.find-section__availability__data__cell__content__row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #005687;
  padding: 14px 0;
  word-break: break-word;
  font-size: 18px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  align-items: center;
}
@media (max-width: 768px) {
  .find-section__availability__data__cell__content__row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.find-section__availability__data__cell__content__row__center {
  justify-content: center;
}
.find-section__availability__data__cell__content__row strong {
  line-height: 36px;
}
.find-section__availability__data__cell__content__row:last-child {
  border-bottom: 0px solid #005687;
}
.find-section__availability__data__cell__content__row_title {
  display: flex;
  flex-direction: row;
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0px;
  color: #0056c2;
  padding: 21px 0 11px;
}
.find-section__availability__data__cell__content__row_v2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #F7F7F7;
  border-top: 1px solid #B3B3B3;
  border-bottom: 1px solid #B3B3B3;
  padding: 20px;
  word-break: break-word;
  font-size: 18px;
  line-height: 22px;
  font-family: "Roboto", sans-serif;
  align-items: center;
}
.find-section__availability__data__cell__content__row_v2:last-child {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .find-section__availability__data__cell__content__row_v2 {
    flex-direction: row;
    align-items: flex-start;
  }
}
.find-section__availability__data__cell__content__row_v2 strong {
  line-height: 24px;
}
.find-section__availability__ad {
  width: 728px;
  height: 90px;
  overflow: hidden;
  margin: 0 auto;
  display: block;
  background-color: #DEDEDE;
  border: 1px solid #B4B4B4;
}
.find-section__availability__ad.flexible {
  width: auto;
  height: auto;
  max-width: 728px;
  max-height: 90px;
}
@media (max-width: 768px) {
  .find-section__availability__ad.flexible {
    max-width: 300px;
    max-height: 250px;
  }
}
.find-section__streaming-platforms {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  box-sizing: content-box;
  width: 90%;
  align-self: center;
  position: relative;
}
@media (max-width: 768px) {
  .find-section__streaming-platforms {
    width: 100%;
    justify-content: center;
  }
}
.find-section__streaming-platforms__item {
  display: flex;
  width: 30%;
  height: 65px;
  border: 1px solid #DDDBDB;
  border-radius: 4px;
  position: relative;
  margin-right: calc(3.3333333333% - 6px);
  margin-bottom: 10px;
  flex: 0 0 30%;
  min-width: 120px;
}
.find-section__streaming-platforms__item:last-child {
  margin-right: 0;
}
.find-section__streaming-platforms__item:hover {
  background: #005687;
  border-color: #005687;
}
.find-section__streaming-platforms__item:hover .find-section__streaming-platforms__img .img {
  display: none;
}
.find-section__streaming-platforms__item:hover .find-section__streaming-platforms__img .img-hover {
  display: flex;
}
.find-section__streaming-platforms__img {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  text-indent: -9999px;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  justify-content: center;
  align-items: center;
}
.find-section__streaming-platforms__img .img {
  display: flex;
  max-width: 50%;
  width: auto;
  height: auto;
  min-height: 20px;
  max-height: 100%;
}
@media (max-width: 768px) {
  .find-section__streaming-platforms__img .img {
    height: auto;
    min-height: 20px;
  }
}
.find-section__streaming-platforms__img .img-hover {
  display: none;
  max-width: 55%;
  width: auto;
  height: auto;
  min-height: 20px;
  max-height: 100%;
}
@media (max-width: 768px) {
  .find-section__streaming-platforms__img .img-hover {
    height: auto;
    min-height: 20px;
  }
}

.rescan-section {
  padding: 40px 20px 100px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .rescan-section {
    padding: 40px 7.5px 80px;
    text-align: left;
  }
}
.rescan-section__title {
  text-align: center;
  font-weight: 800;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #0056c2;
  margin-bottom: 37px;
}
@media (max-width: 768px) {
  .rescan-section__title {
    margin-bottom: 20px;
  }
}
.rescan-section__content {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 80px;
  width: 100%;
}
@media (max-width: 1124px) {
  .rescan-section__content {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .rescan-section__content {
    margin-bottom: 50px;
  }
}
.rescan-section__content__col {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 0 44px;
  font-size: 18px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  text-align: left;
  letter-spacing: 0px;
  color: #333333;
}
@media (max-width: 1124px) {
  .rescan-section__content__col {
    width: 100%;
    padding: 44px 0;
  }
}
@media (max-width: 768px) {
  .rescan-section__content__col {
    padding: 20px 0;
  }
}
.rescan-section__content__col > strong {
  color: #000;
  line-height: 30px;
}
.rescan-section__content__col:first-child {
  border-right: 1px solid #D9D9D9;
}
@media (max-width: 1124px) {
  .rescan-section__content__col:first-child {
    border-right: 0px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
  }
}
.rescan-section__content__col ol {
  padding: 0 0 0 50px;
}
@media (max-width: 768px) {
  .rescan-section__content__col ol {
    padding: 0 0 0 30px;
  }
}
.rescan-section__content__col ol li:before {
  color: #333333;
}
.rescan-section__ad {
  width: 728px;
  height: 90px;
  overflow: hidden;
  margin: 0 auto;
  display: block;
  background-color: #DEDEDE;
  border: 1px solid #B4B4B4;
}
.rescan-section__ad.flexible {
  width: auto;
  height: auto;
  max-width: 728px;
  max-height: 90px;
}
@media (max-width: 768px) {
  .rescan-section__ad.flexible {
    max-width: 300px;
    max-height: 250px;
  }
}

.ad_img {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .ad_img {
    display: none;
  }
}

.ad_img_mobile {
  display: none;
  position: relative;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  height: auto;
}
@media (max-width: 768px) {
  .ad_img_mobile {
    display: block;
  }
}

.schedule-section {
  padding: 10px 0 120px;
  position: relative;
}
@media (max-width: 768px) {
  .schedule-section {
    padding: 10px 0 20px;
  }
}
.schedule-section__month {
  position: relative;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .schedule-section__month {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.schedule-section__month__title {
  position: relative;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #000;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .schedule-section__month__title {
    font-size: 26px;
    line-height: 30px;
  }
}
.schedule-section__month__table {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .schedule-section__month__table {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
.schedule-section__month__table__row {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px 0 30px;
}
@media (max-width: 768px) {
  .schedule-section__month__table__row {
    flex-direction: column;
    margin-bottom: 20px;
    padding: 0 20px 0 20px;
  }
}
.schedule-section__month__table__cell {
  position: relative;
  display: flex;
  width: 20%;
  padding: 8px 10px 9px;
  color: #fff;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 30px;
}
.schedule-section__month__table__cell:nth-child(2) {
  width: 40%;
  font-weight: 800;
}
@media (max-width: 768px) {
  .schedule-section__month__table__cell {
    width: 100%;
    border-bottom: 1px solid #fff;
    padding: 15px 0px;
    font-size: 16px;
    line-height: 25px;
  }
  .schedule-section__month__table__cell:last-child {
    border-bottom: 0px solid #fff;
  }
  .schedule-section__month__table__cell:nth-child(2) {
    width: 100%;
  }
  .schedule-section__month__table__cell:before {
    position: relative;
    content: attr(data-column);
    color: #fff;
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    letter-spacing: 0px;
    min-width: 35%;
  }
}
.schedule-section__month__table__head {
  position: relative;
  display: flex;
  background-color: #000;
  color: #fff;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: 0px;
}
@media (max-width: 768px) {
  .schedule-section__month__table__head {
    display: none;
  }
}
.schedule-section__month__table__body .schedule-section__month__table__row {
  background-color: #AF915B;
  border-top: 1px solid #fff;
}
.schedule-section__month__table__body .schedule-section__month__table__row__away {
  background-color: #565656;
}
.schedule-section__month__table__foot {
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #000;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .schedule-section__month__table__foot {
    padding-top: 0px;
  }
}
.schedule-section__month__table__foot .schedule-section__month__table__row {
  padding: 0;
  padding-left: 15px;
}

.bigskyfb .schedule-section {
  padding: 10px 0 120px;
  position: relative;
}
@media (max-width: 768px) {
  .bigskyfb .schedule-section {
    padding: 10px 0 20px;
  }
}
.bigskyfb .schedule-section__month {
  position: relative;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .bigskyfb .schedule-section__month {
    padding-top: 20px;
    padding-bottom: 0px;
  }
}
.bigskyfb .schedule-section__month__title {
  position: relative;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #0056c2;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .bigskyfb .schedule-section__month__title {
    font-size: 26px;
    line-height: 30px;
  }
}
.bigskyfb .schedule-section__month__table {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .bigskyfb .schedule-section__month__table {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
.bigskyfb .schedule-section__month__table__row {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px 0 30px;
}
@media (max-width: 768px) {
  .bigskyfb .schedule-section__month__table__row {
    flex-direction: column;
    margin-bottom: 20px;
    padding: 0 20px 0 20px;
  }
}
.bigskyfb .schedule-section__month__table__cell {
  position: relative;
  display: flex;
  width: 16%;
  padding: 8px 10px 9px;
  color: #000;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 30px;
}
.bigskyfb .schedule-section__month__table__cell .mtn-air {
  background-image: url("../img/bigskyfb/logo_mtn_v2.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 43px;
  height: 26px;
}
.bigskyfb .schedule-section__month__table__cell:nth-child(2) {
  width: 26%;
  font-weight: 800;
}
.bigskyfb .schedule-section__month__table__cell:nth-child(4) {
  justify-content: center;
}
.bigskyfb .schedule-section__month__table__cell:nth-child(5) {
  width: 26%;
}
@media (max-width: 768px) {
  .bigskyfb .schedule-section__month__table__cell {
    width: 100%;
    border-bottom: 1px solid #BDBDBD;
    padding: 15px 0px;
    font-size: 16px;
    line-height: 25px;
  }
  .bigskyfb .schedule-section__month__table__cell:last-child {
    border-bottom: 0px solid #000;
  }
  .bigskyfb .schedule-section__month__table__cell:nth-child(2) {
    width: 100%;
  }
  .bigskyfb .schedule-section__month__table__cell:nth-child(4) {
    width: 100%;
    justify-content: left;
  }
  .bigskyfb .schedule-section__month__table__cell:nth-child(5) {
    width: 100%;
  }
  .bigskyfb .schedule-section__month__table__cell:before {
    position: relative;
    content: attr(data-column);
    color: #000;
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    letter-spacing: 0px;
    width: 35%;
  }
}
.bigskyfb .schedule-section__month__table__head {
  position: relative;
  display: flex;
  background-color: #0056c2;
  color: #fff;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: 0px;
}
.bigskyfb .schedule-section__month__table__head .schedule-section__month__table__cell {
  color: #fff;
}
@media (max-width: 768px) {
  .bigskyfb .schedule-section__month__table__head {
    display: none;
  }
}
.bigskyfb .schedule-section__month__table__body .schedule-section__month__table__row {
  background-color: #F9F9F9;
  border-top: 1px solid #fff;
}
.bigskyfb .schedule-section__month__table__body .schedule-section__month__table__row:nth-child(2n) {
  background-color: #EDEDED;
}
.bigskyfb .schedule-section__month__table__foot {
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #000;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .bigskyfb .schedule-section__month__table__foot {
    padding-top: 0px;
  }
}
.bigskyfb .schedule-section__month__table__foot .schedule-section__month__table__row {
  padding: 0;
  padding-left: 15px;
}

.titantv__embed-section {
  position: relative;
}
.titantv__iframe-schedule {
  border: 1px solid #d5d5d5;
  position: relative;
  overflow: hidden;
  min-height: 540px;
}
.titantv__iframe-schedule.all-schedule {
  min-height: 840px;
}
.titantv__iframe-schedule.hidden {
  display: none;
}
.titantv__iframe-schedule iframe {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.titantv .img-section {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .titantv .img-section {
    padding: 35px 15px 50px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .titantv .img-section__mobile_img {
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
  }
}
.titantv .img-section__text {
  position: absolute;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 26px;
  top: 50%;
  transform: translate(0, -50%);
  left: calc((100% - 1720px) / 2);
}
@media (max-width: 1749px) {
  .titantv .img-section__text {
    left: calc((100% - 1400px) / 2);
  }
}
@media (max-width: 1400px) {
  .titantv .img-section__text {
    left: calc((100% - 1248px) / 2);
  }
}
@media (max-width: 1248px) {
  .titantv .img-section__text {
    left: calc((100% - 1124px) / 2);
  }
}
@media (max-width: 1124px) {
  .titantv .img-section__text {
    left: calc((100% - 768px) / 2);
  }
}
@media (max-width: 1124px) {
  .titantv .img-section__text {
    font-weight: 600;
    font-size: 32px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .titantv .img-section__text {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    left: initial;
    top: initial;
    transform: initial;
    text-align: center;
  }
}
.titantv .img-section__text .sep {
  display: inline-block;
  margin: 0 10px;
}
@media (max-width: 768px) {
  .titantv .img-section__text .sep {
    display: none;
  }
}
.titantv .img-section__actions {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  transform: translate(0, -50%);
  right: calc((100% - 1720px) / 2);
}
@media (max-width: 1749px) {
  .titantv .img-section__actions {
    right: calc((100% - 1400px) / 2);
  }
}
@media (max-width: 1400px) {
  .titantv .img-section__actions {
    right: calc((100% - 1248px) / 2);
  }
}
@media (max-width: 1248px) {
  .titantv .img-section__actions {
    right: calc((100% - 1124px) / 2);
  }
}
@media (max-width: 1124px) {
  .titantv .img-section__actions {
    right: calc((100% - 768px) / 2);
  }
}
@media (max-width: 768px) {
  .titantv .img-section__actions {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    align-items: center;
    width: 260px;
    box-sizing: border-box;
    right: initial;
    top: initial;
    transform: initial;
    align-self: center;
  }
}
.titantv .img-section__actions__button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 200px;
  height: 48px;
  border: 1px solid #fff;
  border-radius: 6px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.13px;
  margin-right: 20px;
  cursor: pointer;
}
.titantv .img-section__actions__button:hover, .titantv .img-section__actions__button.active {
  background-color: #fff;
  color: #0056c2;
}
.titantv .img-section__actions__button.hidden {
  display: none;
}
@media (max-width: 768px) {
  .titantv .img-section__actions__button.hidden {
    display: flex;
  }
}
@media (max-width: 1124px) {
  .titantv .img-section__actions__button {
    width: 140px;
    height: 36px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .titantv .img-section__actions__button {
    width: 100%;
    height: 48px;
    font-size: 16px;
    margin-right: 0;
  }
}
.titantv .img-section__actions__select {
  width: 300px;
  height: 48px;
  border: 1px solid #fff;
  border-radius: 6px;
  cursor: pointer;
}
@media (max-width: 1124px) {
  .titantv .img-section__actions__select {
    width: 240px;
    height: 36px;
    font-size: 14px;
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .titantv .img-section__actions__select {
    width: 100%;
    height: 48px;
    font-size: 16px;
    position: relative;
    justify-content: center;
  }
}
.titantv .img-section__actions__select__close {
  display: none;
}
.titantv .img-section__actions__select__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  width: 100%;
  height: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.13px;
  margin-right: 20px;
  padding-left: 15px;
  box-sizing: border-box;
  border-radius: 6px;
}
@media (max-width: 1124px) {
  .titantv .img-section__actions__select__title {
    font-size: 14px;
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .titantv .img-section__actions__select__title {
    font-size: 16px;
    justify-content: flex-start;
  }
}
.titantv .img-section__actions__select__title.active {
  background-color: #0056c2;
  z-index: 2;
}
.titantv .img-section__actions__select__title.active strong {
  opacity: 0;
}
.titantv .img-section__actions__select strong {
  margin-left: 10px;
  text-transform: uppercase;
}
.titantv .img-section__actions__select__icon {
  position: absolute;
  right: 15px;
  top: 50%;
  width: 11px;
  height: 6px;
  transform: translate(0, -50%);
  background: url("./../img/svg/icon-arrow-down.svg") no-repeat 50% 50%;
  z-index: 2;
}
.titantv .img-section__actions__select__items {
  display: none;
  flex-direction: column;
  width: calc(100% + 2px);
  background: #fff;
  position: relative;
  z-index: 1;
  box-shadow: 5px 6px 10px #00000031;
  margin-left: -1px;
  margin-top: -5px;
  padding-top: 5px;
}
@media (max-width: 768px) {
  .titantv .img-section__actions__select__items {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 86px 20px 30px;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.9);
    box-sizing: border-box;
    overflow: auto;
  }
  .titantv .img-section__actions__select__items__close {
    position: absolute;
    top: 36px;
    right: 14px;
    width: 30px;
    height: 30px;
    background-image: url("../img/svg/icon-close.svg");
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 2;
  }
  .titantv .img-section__actions__select__items__close:hover {
    opacity: 0.9;
  }
}
.titantv .img-section__actions__select__items.active {
  display: flex;
}
.titantv .img-section__actions__select__items__item {
  display: flex;
  padding: 10px 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-align: left;
  letter-spacing: 0.13px;
  color: #0056c2;
  border-bottom: 1px solid #E2E2E2;
}
@media (max-width: 768px) {
  .titantv .img-section__actions__select__items__item {
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: none;
    color: #fff;
  }
  .titantv .img-section__actions__select__items__item:hover {
    opacity: 0.9;
  }
}
.titantv .img-section__actions__select__items__item:last-child {
  border-bottom: none;
}
@media (max-width: 768px) {
  .titantv .img-section__actions__select__items__item:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
}
.titantv .channel-keys-popup {
  display: none;
  position: fixed;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  overflow: auto;
}
.titantv .channel-keys-popup.active {
  display: block;
}
.titantv .channel-keys-popup__content {
  position: absolute;
  width: 70vw;
  max-width: 850px;
  height: auto;
  max-height: 90vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #707070;
  border-radius: 5px;
  box-shadow: 0px 3px 20px #00000098;
  background-color: #fff;
  padding: 68px 30px 60px;
  box-sizing: border-box;
  overflow: auto;
}
@media (max-width: 1124px) {
  .titantv .channel-keys-popup__content {
    width: 75vw;
    max-width: 750px;
    padding: 52px 20px 60px;
  }
}
@media (max-width: 768px) {
  .titantv .channel-keys-popup__content {
    width: 90vw;
    max-width: 100%;
    padding: 52px 10px 60px;
    max-height: 80vh;
  }
}
.titantv .channel-keys-popup__close {
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  background: url("./../img/svg/icon-delete.svg") no-repeat 50% 50%;
}
.titantv .channel-keys-popup__items {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.titantv .channel-keys-popup__items__item {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-bottom: 11px;
  padding: 15px 30px;
  box-sizing: border-box;
  background-color: #EDEDED;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .titantv .channel-keys-popup__items__item {
    padding: 14px 28px;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px 10px;
  }
}
.titantv .channel-keys-popup__items__item:nth-child(2n) {
  background-color: #F9F9F9;
}
.titantv .channel-keys-popup__items__item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #B3B3B3;
  left: 0;
  bottom: -6px;
}
.titantv .channel-keys-popup__items__item:last-child {
  margin-bottom: 0;
}
.titantv .channel-keys-popup__items__item:last-child:after {
  display: none;
}
.titantv .channel-keys-popup__items__item__title {
  display: flex;
  width: 40%;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.19px;
  color: #0056c2;
}
@media (max-width: 768px) {
  .titantv .channel-keys-popup__items__item__title {
    width: 100%;
    font-size: 20px;
  }
}
.titantv .channel-keys-popup__items__item__abbr {
  display: flex;
  width: 30%;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.19px;
  color: #000;
}
@media (max-width: 768px) {
  .titantv .channel-keys-popup__items__item__abbr {
    font-size: 20px;
    width: auto;
  }
}
.titantv .channel-keys-popup__items__item__channel {
  display: flex;
  width: 30%;
  justify-content: flex-end;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 0.19px;
  color: #000;
}
@media (max-width: 768px) {
  .titantv .channel-keys-popup__items__item__channel {
    font-size: 20px;
    width: auto;
    justify-content: flex-start;
  }
}
.titantv .channel-keys-popup__items__item__channel strong {
  margin-left: 5px;
}

body.uhc .schedule-section .schedule-section__month__table__body .schedule-section__month__table__row {
  background-color: #7AB2E0;
}
body.uhc .schedule-section .schedule-section__month__table__body .schedule-section__month__table__row__away {
  background-color: #565656;
}

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