@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: calc($value / 16)rem;
  column-gap: 0px;
}
.flex .container .col-1, .flex .container-small .col-1, .flex .container-middle .col-1 {
  width: calc((100% / 12 * 1) - calc($value / 16)rem);
  margin: 0 calc(calc($value / 16)rem / 2);
}
.flex .container .col-2, .flex .container-small .col-2, .flex .container-middle .col-2 {
  width: calc((100% / 12 * 2) - calc($value / 16)rem);
  margin: 0 calc(calc($value / 16)rem / 2);
}
.flex .container .col-3, .flex .container-small .col-3, .flex .container-middle .col-3 {
  width: calc((100% / 12 * 3) - calc($value / 16)rem);
  margin: 0 calc(calc($value / 16)rem / 2);
}
.flex .container .col-4, .flex .container-small .col-4, .flex .container-middle .col-4 {
  width: calc((100% / 12 * 4) - calc($value / 16)rem);
  margin: 0 calc(calc($value / 16)rem / 2);
}
.flex .container .col-5, .flex .container-small .col-5, .flex .container-middle .col-5 {
  width: calc((100% / 12 * 5) - calc($value / 16)rem);
  margin: 0 calc(calc($value / 16)rem / 2);
}
.flex .container .col-6, .flex .container-small .col-6, .flex .container-middle .col-6 {
  width: calc((100% / 12 * 6) - calc($value / 16)rem);
  margin: 0 calc(calc($value / 16)rem / 2);
}
.flex .container .col-7, .flex .container-small .col-7, .flex .container-middle .col-7 {
  width: calc((100% / 12 * 7) - calc($value / 16)rem);
  margin: 0 calc(calc($value / 16)rem / 2);
}
.flex .container .col-8, .flex .container-small .col-8, .flex .container-middle .col-8 {
  width: calc((100% / 12 * 8) - calc($value / 16)rem);
  margin: 0 calc(calc($value / 16)rem / 2);
}
.flex .container .col-9, .flex .container-small .col-9, .flex .container-middle .col-9 {
  width: calc((100% / 12 * 9) - calc($value / 16)rem);
  margin: 0 calc(calc($value / 16)rem / 2);
}
.flex .container .col-10, .flex .container-small .col-10, .flex .container-middle .col-10 {
  width: calc((100% / 12 * 10) - calc($value / 16)rem);
  margin: 0 calc(calc($value / 16)rem / 2);
}
.flex .container .col-11, .flex .container-small .col-11, .flex .container-middle .col-11 {
  width: calc((100% / 12 * 11) - calc($value / 16)rem);
  margin: 0 calc(calc($value / 16)rem / 2);
}
.flex .container .col-12, .flex .container-small .col-12, .flex .container-middle .col-12 {
  width: calc((100% / 12 * 12) - calc($value / 16)rem);
  margin: 0 calc(calc($value / 16)rem / 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%);
}

.hide-on-desktop {
  display: none !important;
}

@media (min-width: 769px) and (max-width: 1124px) {
  .hide-on-tablet {
    display: none !important;
  }

  .show-on-tablet {
    display: block !important;
  }

  .show-on-tablet-flex {
    display: flex !important;
  }
}
@media (max-width: 768px) {
  .hide-on-mobile {
    display: none !important;
  }

  .show-on-mobile {
    display: block !important;
  }

  .show-on-mobile-flex {
    display: flex !important;
  }
}
@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: 163px;
  height: 100px;
  background: transparent url("./../img/svg/logo.svg") 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: 92px;
    height: 44px;
  }
}
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.svg") no-repeat 50% 50%;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width: 90px;
  height: 55px;
  overflow: hidden;
  text-indent: -9999px;
}
@media (max-width: 768px) {
  footer .top-bar .footer-logo {
    width: 90px;
    height: 55px;
  }
}
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: auto;
}
@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;
}
@media (max-width: 390px) {
  .find-section__availability__data__cell__title {
    padding: 14px 10px;
  }
}
.find-section__availability__data__cell__content {
  color: #333333;
  padding: 0px 20px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 390px) {
  .find-section__availability__data__cell__content {
    padding: 0px 10px;
  }
}
.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 {
    align-items: center;
  }
}
@media (max-width: 390px) {
  .find-section__availability__data__cell__content__row {
    font-size: 16px;
    line-height: 20px;
  }
}
.find-section__availability__data__cell__content__row__center {
  justify-content: center;
}
.find-section__availability__data__cell__content__row strong {
  line-height: 36px;
}
@media (max-width: 390px) {
  .find-section__availability__data__cell__content__row strong {
    line-height: 20px;
  }
}
.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(10%/3 - 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;
    text-align: left;
  }
}
.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;
  }
}

.stations-selected-station {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 45px 40px 100px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .stations-selected-station {
    padding: 22px 0 40px;
  }
}
.stations-selected-station__title {
  display: flex;
  text-align: left;
  font-weight: 800;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #0056c2;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .stations-selected-station__title {
    font-weight: 800;
    font-size: 36px;
    line-height: 42px;
    padding-left: 5px;
  }
}
.stations-selected-station__description {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .stations-selected-station__description {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
.stations-selected-station__description__row {
  display: flex;
  flex-direction: row;
  background: #fff;
}
@media (max-width: 768px) {
  .stations-selected-station__description__row {
    flex-direction: row;
    padding: 20px 20px;
  }
}
.stations-selected-station__description__row:nth-child(2n+1) {
  background: #F9F9F9;
}
.stations-selected-station__description__cell {
  display: flex;
  flex-direction: column;
  padding: 20px 0 20px;
  background: inherit;
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0px;
  color: #333333;
  width: calc(100% - 220px);
  padding-right: 20px;
  word-break: break-word;
}
.stations-selected-station__description__cell p, .stations-selected-station__description__cell span {
  font-size: 18px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0px;
  color: #333333;
  word-break: break-word;
}
.stations-selected-station__description__cell p a, .stations-selected-station__description__cell p .link:link, .stations-selected-station__description__cell p a:link, .stations-selected-station__description__cell span a, .stations-selected-station__description__cell span .link:link, .stations-selected-station__description__cell span a:link {
  color: #0056c2;
}
.stations-selected-station__description__cell p a:hover, .stations-selected-station__description__cell p .link:hover:link, .stations-selected-station__description__cell span a:hover, .stations-selected-station__description__cell span .link:hover:link {
  color: #333333;
}
.stations-selected-station__description__cell__title {
  width: 220px;
  padding: 20px 0 20px 40px;
  font-size: 18px;
  line-height: 30px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0px;
  color: #000;
}
@media (max-width: 768px) {
  .stations-selected-station__description__cell {
    padding: 0;
    width: 63%;
    box-sizing: border-box;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .stations-selected-station__description__cell {
    font-size: 16px;
    line-height: 22px;
    font-family: "Roboto", sans-serif;
    padding-left: 15px;
  }
  .stations-selected-station__description__cell__title {
    width: 37%;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    font-family: "Roboto", sans-serif;
    padding-left: 0px;
  }
  .stations-selected-station__description__cell p, .stations-selected-station__description__cell span {
    padding: 0 0 10px 0;
  }
}
.stations-selected-station__description__cell p, .stations-selected-station__description__cell span {
  margin: 0 0 5px;
}
.stations-selected-station__description__cell a, .stations-selected-station__description__cell .link:link, .stations-selected-station__description__cell a:link {
  text-decoration: underline;
  color: #0056c2;
}
.stations-selected-station__description__cell a:hover, .stations-selected-station__description__cell .link:hover:link {
  color: #333333;
}

.titantv__embed-section {
  position: relative;
}
.titantv__iframe-schedule {
  border: 1px solid #d5d5d5;
  position: relative;
  overflow: hidden;
  height: 540px;
}
.titantv__iframe-schedule iframe {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.titantv .img-section {
  position: relative;
}
.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% - $wdlx)/2);
}
@media (max-width: 1749px) {
  .titantv .img-section__text {
    left: calc((100% - $wdl)/2);
  }
}
@media (max-width: 1400px) {
  .titantv .img-section__text {
    left: calc((100% - $wdm)/2);
  }
}
@media (max-width: 1248px) {
  .titantv .img-section__text {
    left: calc((100% - $wds)/2);
  }
}
@media (max-width: 1124px) {
  .titantv .img-section__text {
    left: calc((100% - $wt)/2);
  }
}
@media (max-width: 768px) {
  .titantv .img-section__text {
    left: calc((100% - $wml)/2);
  }
}
@media (max-width: 670px) {
  .titantv .img-section__text {
    left: calc((100% - $wm)/2);
  }
}
@media (max-width: 1124px) {
  .titantv .img-section__text {
    font-weight: 600;
    font-size: 32px;
    line-height: 28px;
  }
}

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