﻿@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?kg23b1");
  src: url("/fonts/icomoon.eot?#iefixkg23b1") format("embedded-opentype"), url("/fonts/icomoon.woff?kg23b1") format("woff"), url("/fonts/icomoon.ttf?kg23b1") format("truetype"), url("/fonts/icomoon.svg?kg23b1#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'external-link-font';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBSoAAAC8AAAAYGNtYXAXVtKHAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZvFacWoAAAF4AAAAhGhlYWQIUvSYAAAB/AAAADZoaGVhBq0DxgAAAjQAAAAkaG10eAoAAAAAAAJYAAAAFGxvY2EAKABWAAACbAAAAAxtYXhwAAgAFQAAAngAAAAgbmFtZRdPKjEAAAKYAAACCnBvc3QAAwAAAAAEpAAAACAAAwMAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAAPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6QD//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAACAAD/6wLrAtYACgASAAAXESEVIxEhNTMRIQE3JyERJwcnAAEAlQIVa/0VAVDFbwFFcMRnFQLra/3qwP7WAbfFbv68b8VnAAABAAAAAQAAratF9V8PPPUACwQAAAAAANMkWG0AAAAA0yRYbQAA/+sC6wLWAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAALrAAEAAAAAAAAAAAAAAAAAAAAFBAAAAAAAAAAAAAAAAgAAAAQAAAAAAAAAAAoAFAAeAEIAAQAAAAUAEwACAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABABIAAAABAAAAAAACAAcAwwABAAAAAAADABIAVwABAAAAAAAEABIA2AABAAAAAAAFAAsANgABAAAAAAAGABIAjQABAAAAAAAKABoBDgADAAEECQABACQAEgADAAEECQACAA4AygADAAEECQADACQAaQADAAEECQAEACQA6gADAAEECQAFABYAQQADAAEECQAGACQAnwADAAEECQAKADQBKGV4dGVybmFsLWxpbmstZm9udABlAHgAdABlAHIAbgBhAGwALQBsAGkAbgBrAC0AZgBvAG4AdFZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGV4dGVybmFsLWxpbmstZm9udABlAHgAdABlAHIAbgBhAGwALQBsAGkAbgBrAC0AZgBvAG4AdGV4dGVybmFsLWxpbmstZm9udABlAHgAdABlAHIAbgBhAGwALQBsAGkAbgBrAC0AZgBvAG4AdFJlZ3VsYXIAUgBlAGcAdQBsAGEAcmV4dGVybmFsLWxpbmstZm9udABlAHgAdABlAHIAbgBhAGwALQBsAGkAbgBrAC0AZgBvAG4AdEZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.ProgramMarqueePartial .arrow-left, .ProgramMarqueePartial .arrow-right {
  height: 100%;
  position: absolute;
  top: 0;
  width: 10%;
}

.ProgramMarqueePartial {
  background-color: black;
  height: 523px;
  margin: auto;
  max-width: 1500px;
  position: relative;
}

@media screen and (min-width: 769px) and (max-width: 1169px) {
  .ProgramMarqueePartial {
    height: 440px;
  }
}

@media screen and (max-width: 768px) {
  .ProgramMarqueePartial {
    height: 265px;
  }
}

.ProgramMarqueePartial .swiper-container {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}

.ProgramMarqueePartial .swiper-container:hover .arrow-left svg,
.ProgramMarqueePartial .swiper-container:hover .arrow-right svg {
  opacity: 0.5;
}

.ProgramMarqueePartial .swiper-wrapper {
  height: 100%;
}

.ProgramMarqueePartial a .swiper-slide, .ProgramMarqueePartial a .single_slide {
  cursor: pointer;
}

.ProgramMarqueePartial .swiper-slide, .ProgramMarqueePartial .single_slide {
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
}

.ProgramMarqueePartial .swiper-slide_gradient {
  background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.3) 60%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(60%, rgba(0, 0, 0, 0.3)));
  background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.3) 60%);
  background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.3) 60%);
  background: -ms-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.3) 60%);
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.3) 60%);
  -pie-background: linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.3) 60%);
  behavior: url("/css/PIE.htc");
  position: relative;
  height: 100%;
  pointer-events: none;
}

.ProgramMarqueePartial .swiper-slide_gradient-hidden {
  height: 100%;
  pointer-events: none;
}

.ProgramMarqueePartial .container {
  height: 100%;
  position: relative;
  pointer-events: auto;
}

.ProgramMarqueePartial .caption {
  bottom: 50px;
  color: white;
  left: 0;
  padding: 0 10px;
  position: absolute;
  width: 50%;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .ProgramMarqueePartial .caption {
    width: 100%;
  }
}

.ProgramMarqueePartial .caption h2 {
  color: #fff;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .ProgramMarqueePartial .caption h2 {
    font-size: 17px;
  }
}

.ProgramMarqueePartial .caption p {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .ProgramMarqueePartial .caption p {
    display: none;
  }
}

.ProgramMarqueePartial .caption .icon_play_container {
  display: inline-block;
  height: 30px;
  width: 30px;
}

.ProgramMarqueePartial .caption .icon_play {
  fill: white;
  height: 30px;
  position: relative;
  top: 3px;
  width: 30px;
}

.ProgramMarqueePartial .code {
  display: none;
  text-align: center;
  width: 100%;
  z-index: 100;
}

.ProgramMarqueePartial .code div {
  display: inline-block;
  padding-top: 523px;
  position: relative;
  width: 930px;
}

@media screen and (min-width: 769px) and (max-width: 1169px) {
  .ProgramMarqueePartial .code div {
    padding-top: 440px;
  }
}

@media screen and (max-width: 991px) {
  .ProgramMarqueePartial .code div {
    width: 75%;
  }
}

@media screen and (max-width: 768px) {
  .ProgramMarqueePartial .code div {
    padding-top: 265px;
  }
}

.ProgramMarqueePartial .code iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.ProgramMarqueePartial .marquee_pagination {
  bottom: 20px;
  font-size: 0;
  left: 0;
  line-height: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 10;
}

.ProgramMarqueePartial .marquee_pagination .swiper-pagination-switch {
  background-color: white;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 7px;
  margin: 10px 5px;
  width: 7px;
}

.ProgramMarqueePartial .marquee_pagination .swiper-active-switch {
  background-color: gainsboro;
  -ms-transform: scale(1.4);
  -webkit-transform: scale3d(1.4, 1.4, 1);
  -moz-transform: scale3d(1.4, 1.4, 1);
  -o-transform: scale3d(1.4, 1.4, 1);
  transform: scale3d(1.4, 1.4, 1);
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}

.ProgramMarqueePartial .arrow-left span, .ProgramMarqueePartial .arrow-right span {
  display: inline-block;
  height: 54px;
  position: absolute;
  top: 243px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 29px;
}

@media screen and (max-width: 768px) {
  .ProgramMarqueePartial .arrow-left span, .ProgramMarqueePartial .arrow-right span {
    top: 130px;
  }
}

@media screen and (max-width: 768px) {
  .ProgramMarqueePartial .arrow-left, .ProgramMarqueePartial .arrow-right {
    display: none;
  }
}

.ProgramMarqueePartial .arrow-left {
  left: 0;
}

.ProgramMarqueePartial .arrow-left span {
  background-image: url(/images/arrow-left.png);
  left: 37px;
}

.ProgramMarqueePartial .arrow-right {
  right: 0;
}

.ProgramMarqueePartial .arrow-right span {
  background-image: url(/images/arrow-right.png);
  right: 37px;
}

.ProgramMarqueePartial .col-md-24 h1 {
  margin-top: 50px;
}

.ProgramMarqueePartial_children {
  background-color: #116cac;
  font-size: 0;
  margin: auto;
  max-width: 1500px;
  min-height: 49px;
  text-align: center;
  position: relative;
}

.ProgramMarqueePartial_children .HM_dropdown_nav {
  display: inline-block;
}

.ProgramMarqueePartial_children .HM_dropdown_container {
  position: relative;
  display: inline-block;
}

.ProgramMarqueePartial_children .HM_dropdown_container button {
  background-color: transparent;
  border-style: none;
  color: white;
  font-size: 17px;
  padding: 10px 20px;
}

.ProgramMarqueePartial_children .HM_dropdown_container button:hover, .ProgramMarqueePartial_children .HM_dropdown_container button.active {
  background-color: #093656;
  color: white;
  text-decoration: none;
}

.ProgramMarqueePartial_children .HM_dropdown_container .dropdown-menu {
  border-style: none;
  margin: 0;
  padding: 0;
  min-width: 100%;
}

.ProgramMarqueePartial_children .HM_dropdown_container .dropdown-menu a {
  display: block;
  width: 100%;
}

.ProgramMarqueePartial_children .HM_dropdown_container .ProgramMarqueePartial_child {
  background-color: #116cac;
}

.ProgramMarqueePartial_children .HM_dropdown_container .ProgramMarqueePartial_child:hover, .ProgramMarqueePartial_children .HM_dropdown_container .ProgramMarqueePartial_child.active {
  background-color: #093656;
  color: white;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .ProgramMarqueePartial_children {
    display: none;
  }
}

.ProgramMarqueePartial_child {
  color: white;
  display: none;
  font-size: 17px;
  padding: 10px 20px;
}

.ProgramMarqueePartial_child:hover, .ProgramMarqueePartial_child:active, .ProgramMarqueePartial_child:visited, .ProgramMarqueePartial_child:link {
  color: white;
  text-decoration: none;
}

.ProgramMarqueePartial_child:hover, .ProgramMarqueePartial_child.active {
  background-color: #093656;
  color: white;
  text-decoration: none;
}

.ProgramMarqueePartial_child.third-level {
  line-height: 22px;
  padding: 15px 20px;
}

.ProgramMarqueePartial_child.icon_external::after {
  font-family: 'external-link-font';
  content: " \e900";
  line-height: 0;
  font-weight: normal;
}

.HM_dropdown_container.sub-nav:hover > .dropdown-menu {
  display: block;
}

.HM_dropdown_container.more .sub-nav {
  width: 100%;
}

.HM_dropdown_container.more .sub-nav button {
  text-align: right;
  width: 100%;
  background-color: #116cac;
}

.HM_dropdown_container.more .sub-nav button:hover, .HM_dropdown_container.more .sub-nav button.active {
  background-color: #093656;
  color: white;
  text-decoration: none;
}

.HM_dropdown_container.more .sub-nav button .title {
  float: left;
  text-align: left;
  width: 110px;
}

.HM_dropdown_container.more .sub-nav > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0;
  margin-left: -1px;
  display: none;
}

.HM_dropdown_container.more .sub-nav .caret {
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left: 4px solid #fff;
  height: 0;
  width: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.HM_dropdown_container.more .sub-nav:hover > .dropdown-menu {
  display: block;
}

.HM_dropdown_container.more .sub-nav > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
}

.HM_dropdown_container.more .sub-nav.pull-left {
  float: none;
}

.HM_dropdown_container.more .sub-nav.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}

/*# sourceMappingURL=ProgramMarqueePartial.css.map */