.snackContainer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
}
.snackContainer .snackbar {
  padding: 17px 20px;
  background-color: #1d612f;
  margin: 2px auto 0 auto;
  font-size: 15px;
  color: white;
  opacity: 0;
  border-radius: 1px;
  max-width: 800px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
  -webkit-transform: translateY(30px);
       -o-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.snackContainer .snackbar-error {
  background-color: #b52d2d;
}
.snackContainer .snackbar.show {
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
  opacity: 1;
}
.snackContainer .snackbar .action {
  float: right;
  padding: 10px 10px 15px 30px;
  margin: -10px;
  color: #f1f1f1;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 600;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.modal-open {
  position: fixed;
  width: 100%;
}
.modal-open .modal {
  overflow: hidden !important;
}
.account.modal-backdrop {
  background: #000;
}
.modal {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  display: block !important;
  -webkit-overflow-scrolling: auto;
  color: #fff;
}
.modal h1,
.modal h2,
.modal h3,
.modal h4,
.modal h5,
.modal h6 {
  color: #fff;
}
.modal .modal-content {
  border-radius: 0;
}
.modal .modal-dialog {
  height: 100%;
  margin: auto !important;
  width: 100%;
  -webkit-transform: translate(0, 0) !important;
       -o-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}
.modal .modal-content {
  background-color: transparent;
  height: 100% !important;
  width: 100%;
}
.modal.fade {
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.modal.fade .modal-dialog {
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}
.modal.fade.in {
  opacity: 1;
}
.close-btn {
  color: white;
  font-size: 50px;
  position: fixed;
  z-index: 1;
  padding: 4px 10px;
  margin-top: 9px;
  margin-right: 10px;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .close-btn {
    font-size: 38px;
    margin-top: 10px;
    margin-right: 0;
  }
}
.modal-backdrop {
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.modal-backdrop.in {
  opacity: 0.9 !important;
}
.modal-exit .btn {
  margin: 1rem;
}
/*!
 * 
 *   react-simple-keyboard v1.16.0
 *   https://github.com/hodgef/react-simple-keyboard
 * 
 *   Copyright (c) Francisco Hodge (https://github.com/hodgef)
 * 
 *   This source code is licensed under a dual license system (MIT or GPL-3.0), as found in the
 *   LICENSE file in the root directory of this source tree.
 *   
 */
/*!
 * 
 *   simple-keyboard v2.14.0
 *   https://github.com/hodgef/simple-keyboard
 * 
 *   Copyright (c) Francisco Hodge (https://github.com/hodgef)
 * 
 *   This source code is licensed under the MIT license found in the
 *   LICENSE file in the root directory of this source tree.
 *   
 */body,html{margin:0;padding:0}.simple-keyboard{font-family:HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;width:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;box-sizing:border-box;overflow:hidden;touch-action:manipulation}.simple-keyboard .hg-row{display:flex}.simple-keyboard .hg-row:not(:last-child){margin-bottom:5px}.simple-keyboard .hg-row .hg-button:not(:last-child){margin-right:5px}.simple-keyboard .hg-button{display:inline-block;flex-grow:1;cursor:pointer}.hg-standardBtn{max-width:100px}.simple-keyboard.hg-theme-default{background-color:rgba(0,0,0,.1);padding:5px;border-radius:5px}.simple-keyboard.hg-theme-default .hg-button{box-shadow:0 0 3px -1px rgba(0,0,0,.3);height:40px;border-radius:5px;box-sizing:border-box;padding:5px;background:#fff;border-bottom:1px solid #b5b5b5;cursor:pointer;display:flex;align-items:center;justify-content:center}.simple-keyboard button.hg-button{border-width:0;outline:0;font-size:inherit}.simple-keyboard.hg-theme-default .hg-button:active{background:#e4e4e4}.simple-keyboard.hg-theme-default.hg-layout-numeric .hg-button{width:33.3%;height:60px;align-items:center;display:flex;justify-content:center}.simple-keyboard.hg-theme-default .hg-button.hg-button-numpadadd,.simple-keyboard.hg-theme-default .hg-button.hg-button-numpadenter{height:85px}.simple-keyboard.hg-theme-default .hg-button.hg-button-numpad0{width:105px}.simple-keyboard.hg-theme-default .hg-button.hg-button-com{max-width:85px}.simple-keyboard.hg-theme-default .hg-button.hg-standardBtn.hg-button-at{max-width:45px}.simple-keyboard.hg-theme-default .hg-button.hg-selectedButton{background:rgba(5,25,70,.53);color:#fff}.simple-keyboard.hg-theme-default .hg-button.hg-standardBtn[data-skbtn=".com"]{max-width:82px}.simple-keyboard.hg-theme-default .hg-button.hg-standardBtn[data-skbtn="@"]{max-width:60px}.simple-keyboard {
  border-radius: 0;
}
.simple-keyboard .hg-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.simple-keyboard .hg-row .hg-button:not(:last-child) {
  margin-right: 3px;
}
.simple-keyboard .hg-row:not(:last-child) {
  margin-bottom: 3px;
}
.simple-keyboard.hg-theme-default {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #000;
  max-width: 80rem;
  left: 50%;
  border-radius: 2px;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 12px;
}
.simple-keyboard.hg-theme-default .hg-button {
  background: #212121;
  border-bottom: 1px solid #383838;
  font-weight: 500;
  color: #fff;
  font-family: Verdana;
  border-radius: 2px;
  font-family: 'Roboto Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  height: 3rem;
  font-size: 1.4rem;
}
.simple-keyboard.hg-theme-default .hg-button:focus {
  background: #7d7d7d;
}
.simple-keyboard.hg-theme-default .hg-button.hg-standardBtn {
  max-width: none;
}
.simple-keyboard.hg-theme-default .hg-button.hg-standardBtn[data-skbtn=".com"] {
  max-width: 7rem;
}
.simple-keyboard.hg-theme-default .hg-button.hg-standardBtn[data-skbtn="@"] {
  max-width: 4rem;
}
.loader {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  padding: 1px;
}
.loader.loading {
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.loader.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
       -o-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #55a9cd;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
       -o-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
       -o-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
       -o-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
       -o-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
       -o-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
       -o-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
       -o-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
       -o-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@-o-keyframes sk-foldCubeAngle {
  0%,
  10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
/**
 *
 * Component item (inlined partial mediaitem)
 *
 */
.item {
  position: relative;
  cursor: pointer;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.item_block {
  -webkit-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
  position: relative;
  overflow: hidden;
  padding: 1px;
  margin: -1px;
}
.item_gradient,
.item_more,
.item_info {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.item_more {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s;
  padding: 30px;
  font-size: 15px;
  color: #FFF;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  text-align: center;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.item_img-container {
  padding-top: 56.25%;
  -webkit-transition: opacity 2s ease-in-out;
  -o-transition: opacity 2s ease-in-out;
  transition: opacity 2s ease-in-out;
  background: rgba(0, 0, 0, 0.03);
  position: relative;
}
.item_img-container img {
  position: relative;
  width: 100%;
}
.item_img-container_img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  top: -17%;
}
.item_info {
  opacity: 0;
  padding: 11px 14px;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: left;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.item_info.in {
  opacity: 1;
}
.item_description {
  display: none;
}
.item_title {
  color: #fff;
  text-transform: none;
  letter-spacing: 0.1px;
  font-size: 18px;
  font-weight: 500;
  display: block;
  line-height: 1.9;
  margin: 0 1rem;
}
@media (max-width: 767px) {
  .item_title {
    font-size: 13px;
  }
}
.item_title_span {
  display: inline;
  background: none;
  color: #000;
  padding: 0.6rem 0;
  -webkit-box-shadow: 1rem 0 0 none, -1rem 0 0 none;
          box-shadow: 1rem 0 0 none, -1rem 0 0 none;
}
.item_meta {
  color: #b0b0b0;
  background-color: transparent;
  padding: 0.4rem 1rem;
  display: inline-block;
  line-height: 1.5;
  float: left;
  margin-top: 0.3rem;
}
.item_meta > span + span:before {
  content: '-';
  margin: 0 8px;
}
.item .background-thumb {
  background-size: cover;
  background-position: 50% 50%;
}
.item .background-thumb img {
  display: none;
}
.item.item--pinned .item_block:after {
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  padding: 4px 5px;
  color: #fff;
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
  font-size: 2.3rem;
  font-family: "tc";
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.59);
  content: "\E970";
}
.item_categories {
  display: none;
}
.item_interests {
  display: none;
}
.item .thumb-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 12px;
}
.item .thumb-progress_percentage {
  width: 6.06061%;
  background-color: #909090;
  height: 100%;
}
.no-touch .item:hover .item_img-container {
  opacity: 0.07;
}
.no-touch .item:hover .item_info {
  opacity: 0;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.no-touch .item:hover .item_more {
  opacity: 1;
}
.no-touch .item:hover .item_gradient,
.no-touch .item:hover .item_more,
.no-touch .item:hover .item_info {
  -webkit-transition-delay: 0.15s;
       -o-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.img {
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.1s ease-in-out;
  -o-transition: opacity 0.3s 0.1s ease-in-out;
  transition: opacity 0.3s 0.1s ease-in-out;
  position: absolute;
  left: -3px;
  right: -3px;
  top: -1px;
  bottom: -1px;
  overflow: hidden;
}
.img.backgroundImage {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: auto;
  background-position: 50% 50%;
  background-size: 100%;
}
.img.in {
  opacity: 1;
}
/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: height, -o-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform, -o-transform;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  opacity: 0.6;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.swiper-button-prev:before,
.swiper-container-rtl .swiper-button-next:before,
.swiper-button-next:before,
.swiper-container-rtl .swiper-button-prev:before {
  border-style: solid;
  border-width: 0.25em 0.25em 0 0;
  content: '';
  display: inline-block;
  position: relative;
  top: 0.1em;
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  vertical-align: top;
  width: 1.45em;
  height: 1.45em;
  left: 0;
  border-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .swiper-button-prev:before,
  .swiper-container-rtl .swiper-button-next:before,
  .swiper-button-next:before,
  .swiper-container-rtl .swiper-button-prev:before {
    width: 0.8em;
    height: 0.8em;
    border-width: 0.2em 0.2em 0 0;
    top: 0.3em;
  }
}
.swiper-button-prev:hover,
.swiper-container-rtl .swiper-button-next:hover,
.swiper-button-next:hover,
.swiper-container-rtl .swiper-button-prev:hover {
  opacity: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 13px;
  right: auto;
}
.swiper-button-prev:before,
.swiper-container-rtl .swiper-button-next:before {
  -webkit-transform: rotate(-135deg);
       -o-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 13px;
  left: auto;
}
.swiper-button-next:before,
.swiper-container-rtl .swiper-button-prev:before {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.swipe-container:not(.is-busy) .swiper-button-disabled {
  pointer-events: none;
}
.swipe-container:not(.is-busy) .swiper-button-disabled:before {
  -webkit-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 0;
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
       -o-transform-origin: left top;
          transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
       -o-transform-origin: right top;
          transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -o-perspective: 1200px;
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
       -o-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
       -o-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
       -o-animation: swiper-preloader-spin 1s steps(12, end) infinite;
          animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-size: 100%;
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-o-keyframes swiper-preloader-spin {
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@font-face {
  font-family: 'tc';
  src:
    url(/fonts/tc.d4e0cb79e9d03a176db1c5ef568f7698.ttf) format('truetype'),
    url(/fonts/tc.92b0bd38808bb799339fb3525810ebfd.woff) format('woff'),
    url(/img/tc.bdb4c2a7542694907a9502a8fc177fc7.svg#tc) format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"], [class^="ion-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'tc' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-vr:before {
  content: "\E921";
}
.icon-closedcaptions:before {
  content: "\E922";
}
.icon-settings:before {
  content: "\E923";
}
.icon-play-rounded:before {
  content: "\E924";
}
.icon-pause-rounded:before {
  content: "\E925";
}
.ion-ios-pause:before {
  content: "\EAB0";
}
.ion-ios-play:before {
  content: "\EAC0";
}
.ion-android-favorite-outline:before {
  content: "\E93C";
}
.ion-android-star:before {
  content: "\E970";
}
.ion-ios-albums-outline:before {
  content: "\EA01";
}
.ion-ios-arrow-left:before {
  content: "\EA0A";
}
.ion-ios-arrow-right:before {
  content: "\EA0B";
}
.ion-ios-close-empty:before {
  content: "\EA3C";
}
.ion-ios-fastforward:before {
  content: "\EA5F";
}
.ion-ios-flame-outline:before {
  content: "\EA66";
}
.ion-ios-gear-outline:before {
  content: "\EA74";
}
.ion-ios-more:before {
  content: "\EAA2";
}
.ion-ios-person-outline:before {
  content: "\EAB5";
}
.ion-ios-play-outline:before {
  content: "\EABF";
}
.ion-ios-redo:before {
  content: "\EAD1";
}
.ion-ios-rewind:before {
  content: "\EAD9";
}
.ion-ios-search:before {
  content: "\EADD";
}
.ion-ios-star:before {
  content: "\EAEB";
}
.ion-ios-timer-outline:before {
  content: "\EAF8";
}
.ion-navicon:before {
  content: "\EB33";
}
.icon-link:before {
  content: "\E91F";
}
.icon-horse:before {
  content: "\E920";
}
.icon-instagram:before {
  content: "\E91E";
}
.icon-manage-bd-alt:before {
  content: "\E91D";
}
.icon-icon-login-alt:before {
  content: "\E91B";
}
.icon-pencil-alt:before {
  content: "\E91C";
}
.icon-checkmark_smooth:before {
  content: "\E91A";
}
.icon-document:before {
  content: "\E916";
}
.icon-account-alt:before {
  content: "\E917";
}
.icon-watch-now:before {
  content: "\E918";
}
.icon-cog:before {
  content: "\E919";
}
.icon-react:before {
  content: "\E915";
}
.icon-checkmark:before {
  content: "\F26B";
}
.icon-chromecast-alt:before {
  content: "\E914";
}
.icon-checkmark-alt:before {
  content: "\E913";
}
.icon-battery-alert:before {
  content: "\F113";
}
.icon-battery-flash:before {
  content: "\F114";
}
.icon-battery:before {
  content: "\F116";
}
.icon-flash-off:before {
  content: "\F165";
}
.icon-flash:before {
  content: "\F166";
}
.icon-sun:before {
  content: "\F1D6";
}
.icon-zoom-in:before {
  content: "\F1EE";
}
.icon-zoom-out:before {
  content: "\F1EF";
}
.icon-alert-triangle:before {
  content: "\F1F4";
}
.icon-star:before {
  content: "\F27D";
}
.icon-mic-off:before {
  content: "\F2A8";
}
.icon-mic:before {
  content: "\F2AB";
}
.icon-portable-wifi:before {
  content: "\F2C1";
}
.icon-videocam-off:before {
  content: "\F2DE";
}
.icon-videocam:before {
  content: "\F2E0";
}
.icon-wifi-alt:before {
  content: "\F2E3";
}
.icon-arrow-down:before {
  content: "\F2FE";
}
.icon-return:before {
  content: "\F300";
}
.icon-view-grid-alt:before {
  content: "\F313";
}
.icon-view-list-alt:before {
  content: "\F316";
}
.icon-register:before {
  content: "\E912";
}
.icon-login-bd:before {
  content: "\E90E";
}
.icon-manage-bd:before {
  content: "\E90F";
}
.icon-recover-bd:before {
  content: "\E910";
}
.icon-warning-bd:before {
  content: "\E911";
}
.icon-refresh:before {
  content: "\E90D";
}
.icon-pinterest:before {
  content: "\F3FC";
}
.icon-pinned:before {
  content: "\E90C";
}
.icon-no-internet:before {
  content: "\E90A";
}
.icon-menu:before {
  content: "\F197";
}
.icon-upload-alt:before {
  content: "\F4CA";
}
.icon-upload:before {
  content: "\F22A";
}
.icon-layers:before {
  content: "\F229";
}
.icon-marker:before {
  content: "\F1AB";
}
.icon-question-alt:before {
  content: "\F445";
}
.icon-question:before {
  content: "\F1F5";
}
.icon-phone-landscape:before {
  content: "\F2CE";
}
.icon-phone-portrait:before {
  content: "\F2D4";
}
.icon-desktop-play:before {
  content: "\F2DB";
}
.icon-tv:before {
  content: "\F2D9";
}
.icon-ondemand:before {
  content: "\E904";
}
.icon-dlna:before {
  content: "\E905";
}
.icon-airplay-alt:before {
  content: "\E906";
}
.icon-airplay:before {
  content: "\F3D2";
}
.icon-chromecast-active:before {
  content: "\F12E";
}
.icon-chromecast:before {
  content: "\F12F";
}
.icon-stream:before {
  content: "\E907";
}
.icon-globe-alt:before {
  content: "\F171";
}
.icon-globe:before {
  content: "\F173";
}
.icon-play-store:before {
  content: "\F34B";
}
.icon-android:before {
  content: "\F33B";
}
.icon-apple:before {
  content: "\F33C";
}
.icon-facebook-alt:before {
  content: "\E90B";
}
.icon-facebook:before {
  content: "\F343";
}
.icon-googleplus:before {
  content: "\F34D";
}
.icon-twitter:before {
  content: "\F360";
}
.icon-linkedin:before {
  content: "\F3F8";
}
.icon-email:before {
  content: "\E908";
}
.icon-view:before {
  content: "\F15C";
}
.icon-share:before {
  content: "\E909";
}
.icon-fullscreen-not:before {
  content: "\F16C";
}
.icon-fullscreen:before {
  content: "\F16D";
}
.icon-pause:before {
  content: "\F3A7";
}
.icon-play-circle-outline:before {
  content: "\F3A8";
}
.icon-play:before {
  content: "\F3AA";
}
.icon-stop:before {
  content: "\F3B6";
}
.icon-record:before {
  content: "\F26D";
}
.icon-record-outline:before {
  content: "\F26C";
}
.icon-volume-half:before {
  content: "\F3B9";
}
.icon-volume-low:before {
  content: "\F3BA";
}
.icon-volume-muted:before {
  content: "\F3BB";
}
.icon-volume:before {
  content: "\F3BC";
}
.icon-close:before {
  content: "\F136";
}
.icon-caret-down:before {
  content: "\F2F2";
}
.icon-caret-left:before {
  content: "\F2F4";
}
.icon-caret-right:before {
  content: "\F2F6";
}
.icon-caret-up:before {
  content: "\F2F8";
}
.icon-chevron-down:before {
  content: "\F2F9";
}
.icon-chevron-left:before {
  content: "\F2FA";
}
.icon-chevron-right:before {
  content: "\F2FB";
}
.icon-chevron-up:before {
  content: "\F2FC";
}
.icon-time:before {
  content: "\F337";
}
.icon-more-condensed:before {
  content: "\E903";
}
.icon-call-to-action-map:before {
  content: "\E900";
}
.icon-call-to-action-info:before {
  content: "\E901";
}
.icon-call-to-action-buy:before {
  content: "\E902";
}
.icon-filter-list:before {
  content: "\F160";
}
.icon-comments:before {
  content: "\F266";
}
.icon-view-list:before {
  content: "\F320";
}
.icon-view-module:before {
  content: "\F321";
}
.icon-calendar:before {
  content: "\F332";
}
.icon-search:before {
  content: "\F1C3";
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}.overlay-container {
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 3;
}
.overlay {
  position: absolute;
}
.overlay.logo {
  top: 0.5rem;
  left: 0.5rem;
  height: 1rem;
  pointer-events: none;
  width: 1rem;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  opacity: 0;
}
.overlay.logo.loaded.show {
  opacity: 1;
}
.overlay.logo img {
  width: 100%;
  height: auto;
  float: left;
}
.no-interaction {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bar {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 1.5rem;
  position: absolute;
  white-space: nowrap;
  -webkit-transform: translatez(0);
       -o-transform: translatez(0);
          transform: translatez(0);
}
.bar .label {
  /*noinspection CssUnknownTarget*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFF;
  display: block;
  font-family: sans-serif;
  height: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  left: 0;
  max-width: 33%;
  overflow: hidden;
  padding: 0.21rem 0.7rem 0.21rem 0.3rem;
  position: relative;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-transform: translate(-100%, 0%);
       -o-transform: translate(-100%, 0%);
          transform: translate(-100%, 0%);
  -webkit-transition: -webkit-transform 1.2s;
  transition: -webkit-transform 1.2s;
  -o-transition: -o-transform 1.2s;
  transition: transform 1.2s;
  transition: transform 1.2s, -webkit-transform 1.2s, -o-transform 1.2s;
  z-index: 2;
}
.bar .label svg {
  fill: #699E98;
}
.bar .label .title {
  line-height: 1.11rem;
}
.bar .content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  font-family: sans-serif;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0.21rem 0.7rem 0.21rem 0;
  position: relative;
  -webkit-transform: translate3d(-200%, 0, 0);
          transform: translate3d(-200%, 0, 0);
  -webkit-transition: -webkit-transform 1.2s 0.1s;
  transition: -webkit-transform 1.2s 0.1s;
  -o-transition: -o-transform 1.2s 0.1s;
  transition: transform 1.2s 0.1s;
  transition: transform 1.2s 0.1s, -webkit-transform 1.2s 0.1s, -o-transform 1.2s 0.1s;
  z-index: 1;
}
.bar .content svg {
  fill: #fff;
}
.bar .label,
.bar .content {
  vertical-align: middle;
}
.show .bar .label,
.bar.show .label {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.show .bar .content,
.bar.show .content {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.bar-right {
  right: 0;
}
.bar-right .label {
  left: 1px;
  /* flipH rounding correction to prevent hairlines */
  padding-left: 0.7rem;
  padding-right: 0.3rem;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
.bar-right .content {
  padding-left: 0.7rem;
  padding-right: 0;
  -webkit-transform: translate3d(200%, 0, 0);
          transform: translate3d(200%, 0, 0);
}
.flip-h {
  -webkit-transform: scaleX(-1);
       -o-transform: scaleX(-1);
          transform: scaleX(-1);
  -webkit-filter: FlipH;
          filter: FlipH;
  -ms-filter: "FlipH";
}
#shapes-lib {
  top: -99999px;
  position: absolute;
  overflow: hidden;
}
.svg-container {
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.svg-container.right {
  left: 0;
  right: auto;
}
.svg-container svg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  overflow: visible;
}
.call-to-action {
  bottom: 1.1rem;
  position: absolute;
  right: 1.08rem;
  z-index: 10;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
}
@media (max-width: 480px) {
  .call-to-action {
    -webkit-transform: translate3d(-10px, 0, 0) scale(2);
            transform: translate3d(-10px, 0, 0) scale(2);
  }
}
.intro-control-display .call-to-action,
.mousemove .call-to-action,
.PAUSED .call-to-action,
.settings-menu .call-to-action,
.controls-hover .call-to-action {
  -webkit-transform: translate3d(0, -55px, 0);
          transform: translate3d(0, -55px, 0);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
}
@media (max-width: 480px) {
  .intro-control-display .call-to-action,
  .mousemove .call-to-action,
  .PAUSED .call-to-action,
  .settings-menu .call-to-action,
  .controls-hover .call-to-action {
    -webkit-transform: translate3d(-10px, -55px, 0) scale(2);
            transform: translate3d(-10px, -55px, 0) scale(2);
  }
}
@media (max-aspect-ratio: 1.16666667) {
  .intro-control-display .call-to-action,
  .mousemove .call-to-action,
  .PAUSED .call-to-action,
  .settings-menu .call-to-action,
  .controls-hover .call-to-action {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@media (max-aspect-ratio: 1.16666667) and (max-width: 480px) {
  .intro-control-display .call-to-action,
  .mousemove .call-to-action,
  .PAUSED .call-to-action,
  .settings-menu .call-to-action,
  .controls-hover .call-to-action {
    -webkit-transform: translate3d(-10px, 0, 0) scale(2);
            transform: translate3d(-10px, 0, 0) scale(2);
  }
}
.ADVERTISEMENT .call-to-action {
  display: none;
}
.call-to-action .toggle-button {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.4s, visibility 0s 0.4s;
  -o-transition: opacity 0.4s, visibility 0s 0.4s;
  transition: opacity 0.4s, visibility 0s 0.4s;
  visibility: hidden;
  z-index: 2;
  font-size: 0.55rem;
  text-align: center;
  color: #699E98;
  display: inline-block;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 100%;
  overflow: hidden;
  line-height: 0.65rem;
  border: 0.005rem solid rgba(255, 255, 255, 0.86);
  background-image: -o-radial-gradient(center, ellipse, #ffffff 0%, #f5f5f5 52%, #ADADAD 100%);
  background-image: radial-gradient(ellipse at center, #ffffff 0%, #f5f5f5 52%, #ADADAD 100%);
  -webkit-box-shadow: 0 0 0 0.5px rgba(255, 255, 255, 0.43);
          box-shadow: 0 0 0 0.5px rgba(255, 255, 255, 0.43);
  margin: -0.34rem 0 0 -0.34rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.call-to-action .toggle-button:after {
  content: "\E903";
  display: block;
  font: normal normal normal 14px/1 'tc';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  height: 100%;
  position: absolute;
  bottom: 0;
  line-height: 0.65rem;
}
.call-to-action .cta-svg-container {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s, visibility 0s 0.2s;
  -o-transition: opacity 0.2s, visibility 0s 0.2s;
  transition: opacity 0.2s, visibility 0s 0.2s;
  z-index: -1;
  position: absolute;
  width: 3.13rem;
  bottom: -1.06rem;
  content: '';
  display: block;
  height: 3.06rem;
  right: -1.08rem;
}
.call-to-action .actions {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.call-to-action li {
  position: absolute;
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.3s;
  transition: opacity 0.2s, -webkit-transform 0.3s;
  -o-transition: opacity 0.2s, -o-transform 0.3s;
  transition: transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s, -webkit-transform 0.3s, -o-transform 0.3s;
  z-index: 1;
  /* MAP */
  /* BOOK BUY */
  /* INFO TEXT */
  /* REACT */
  /* LINK */
}
.call-to-action li.overlay-5 .icon:after {
  content: "\E900";
}
.call-to-action li.overlay-6 .icon:after {
  content: "\E902";
}
.call-to-action li.overlay-8 .icon:after {
  content: "\E901";
}
.call-to-action li.overlay-11 .icon:after {
  content: "\E915";
}
.call-to-action li.overlay-13 .icon:after {
  content: "\E91F";
}
.call-to-action li .icon {
  background: #FFF;
  border-radius: 0.9rem;
  -webkit-box-shadow: 0 0 0.3rem #000;
          box-shadow: 0 0 0.3rem #000;
  cursor: pointer;
  color: #699E98;
  height: 0.9rem;
  opacity: 0;
  position: absolute;
  text-decoration: none;
  -webkit-transform: scale(0.777) translate3d(-0.57915058rem, -0.57915058rem, 0);
          transform: scale(0.777) translate3d(-0.57915058rem, -0.57915058rem, 0);
  -webkit-transition: opacity 0.2s, background-color 0.2s, visibility 0s 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.2s, background-color 0.2s, visibility 0s 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.2s, background-color 0.2s, visibility 0s 0.3s, -o-transform 0.3s;
  transition: transform 0.3s, opacity 0.2s, background-color 0.2s, visibility 0s 0.3s;
  transition: transform 0.3s, opacity 0.2s, background-color 0.2s, visibility 0s 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
  visibility: hidden;
  width: 0.9rem;
  font-size: 0.52rem;
  line-height: 0.9rem;
  overflow: hidden;
}
.call-to-action li .icon:after {
  display: block;
  font: normal normal normal 14px/1 'tc';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 100%;
  line-height: 170%;
  overflow: hidden;
  text-shadow: 32px 32px 0px #f2f2f2, 31px 31px 0px #f2f2f2, 30px 30px 0px #f2f2f2, 30px 30px 0px #f2f2f2, 29px 29px 0px #f2f2f2, 28px 28px 0px #f2f2f2, 28px 28px 0px #f2f2f2, 27px 27px 0px #f2f2f2, 26px 26px 0px #f2f2f2, 25px 25px 0px #f2f2f2, 25px 25px 0px #f2f2f2, 24px 24px 0px #f2f2f2, 23px 23px 0px #f2f2f2, 23px 23px 0px #f2f2f2, 22px 22px 0px #f2f2f2, 21px 21px 0px #f2f2f2, 21px 21px 0px #f2f2f2, 20px 20px 0px #f2f2f2, 19px 19px 0px #f2f2f2, 18px 18px 0px #f2f2f2, 18px 18px 0px #f2f2f2, 17px 17px 0px #f2f2f2, 16px 16px 0px #f2f2f2, 16px 16px 0px #f2f2f2, 15px 15px 0px #f2f2f2, 14px 14px 0px #f2f2f2, 13px 13px 0px #f2f2f2, 13px 13px 0px #f2f2f2, 12px 12px 0px #f2f2f2, 11px 11px 0px #f2f2f2, 11px 11px 0px #f2f2f2, 10px 10px 0px #f2f2f2, 9px 9px 0px #f2f2f2, 8px 8px 0px #f2f2f2, 8px 8px 0px #f2f2f2, 7px 7px 0px #f2f2f2, 6px 6px 0px #f2f2f2, 6px 6px 0px #f2f2f2, 5px 5px 0px #f2f2f2, 4px 4px 0px #f2f2f2, 4px 4px 0px #f2f2f2, 3px 3px 0px #f2f2f2, 2px 2px 0px #f2f2f2, 1px 1px 0px #f2f2f2, 1px 1px 0px #f2f2f2,  0px 0px 0px #f2f2f2;
}
.call-to-action li .text {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFF;
  border-radius: 0.3rem;
  font-size: 0.2rem;
  opacity: 0;
  position: absolute;
  padding: 0.12rem 0.45rem;
  pointer-events: none;
  -webkit-transform: translate(-50%, -0.85rem);
       -o-transform: translate(-50%, -0.85rem);
          transform: translate(-50%, -0.85rem);
  -webkit-transition: opacity 0.3s, visibility 0s 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0s 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, visibility 0s 0.3s, -o-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, visibility 0s 0.3s;
  transition: opacity 0.3s, transform 0.3s, visibility 0s 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
  visibility: hidden;
  white-space: nowrap;
  z-index: 0;
}
.call-to-action.has-items .toggle-button {
  opacity: 0.5;
  visibility: visible;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.VISIBLE-CALL-TO-ACTION-MENU .toggle-button {
  opacity: 1;
}
.VISIBLE-CALL-TO-ACTION-MENU .cta-svg-container {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.VISIBLE-CALL-TO-ACTION-MENU li .icon {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s, background-color 0.2s, color 0.2s, -webkit-transform 0.3s;
  transition: opacity 0.2s, background-color 0.2s, color 0.2s, -webkit-transform 0.3s;
  -o-transition: opacity 0.2s, background-color 0.2s, color 0.2s, -o-transform 0.3s;
  transition: transform 0.3s, opacity 0.2s, background-color 0.2s, color 0.2s;
  transition: transform 0.3s, opacity 0.2s, background-color 0.2s, color 0.2s, -webkit-transform 0.3s, -o-transform 0.3s;
}
.VISIBLE-CALL-TO-ACTION-MENU li .icon:after {
  -webkit-transition: text-shadow 0.2s;
  -o-transition: text-shadow 0.2s;
  transition: text-shadow 0.2s;
}
.VISIBLE-CALL-TO-ACTION-MENU li:hover {
  z-index: 2;
}
.VISIBLE-CALL-TO-ACTION-MENU li:hover .icon {
  background-color: #699E98;
  color: #fff;
  -webkit-transform: scale(1) translate3d(-0.45rem, -0.45rem, 0);
          transform: scale(1) translate3d(-0.45rem, -0.45rem, 0);
}
.VISIBLE-CALL-TO-ACTION-MENU li:hover .icon:after {
  text-shadow: 32px 32px 0px #5d908a, 31px 31px 0px #5d908a, 30px 30px 0px #5d908a, 30px 30px 0px #5d908a, 29px 29px 0px #5d908a, 28px 28px 0px #5d908a, 28px 28px 0px #5d908a, 27px 27px 0px #5d908a, 26px 26px 0px #5d908a, 25px 25px 0px #5d908a, 25px 25px 0px #5d908a, 24px 24px 0px #5d908a, 23px 23px 0px #5d908a, 23px 23px 0px #5d908a, 22px 22px 0px #5d908a, 21px 21px 0px #5d908a, 21px 21px 0px #5d908a, 20px 20px 0px #5d908a, 19px 19px 0px #5d908a, 18px 18px 0px #5d908a, 18px 18px 0px #5d908a, 17px 17px 0px #5d908a, 16px 16px 0px #5d908a, 16px 16px 0px #5d908a, 15px 15px 0px #5d908a, 14px 14px 0px #5d908a, 13px 13px 0px #5d908a, 13px 13px 0px #5d908a, 12px 12px 0px #5d908a, 11px 11px 0px #5d908a, 11px 11px 0px #5d908a, 10px 10px 0px #5d908a, 9px 9px 0px #5d908a, 8px 8px 0px #5d908a, 8px 8px 0px #5d908a, 7px 7px 0px #5d908a, 6px 6px 0px #5d908a, 6px 6px 0px #5d908a, 5px 5px 0px #5d908a, 4px 4px 0px #5d908a, 4px 4px 0px #5d908a, 3px 3px 0px #5d908a, 2px 2px 0px #5d908a, 1px 1px 0px #5d908a, 1px 1px 0px #5d908a,  0px 0px 0px #5d908a;
}
.VISIBLE-CALL-TO-ACTION-MENU li:hover .text {
  opacity: 1;
  -webkit-transform: translate3d(-50%, -1.14rem, 0);
          transform: translate3d(-50%, -1.14rem, 0);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, -o-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
  visibility: visible;
}
@media (min-width: 401px) {
  .mousemove:not([class*='interactive-overlay-open_']) .call-to-action.has-items .toggle-button {
    opacity: 1;
  }
  .mousemove:not([class*='interactive-overlay-open_']) .call-to-action.has-items .cta-svg-container {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .mousemove:not([class*='interactive-overlay-open_']) .call-to-action.has-items li .icon {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.2s, background-color 0.2s, color 0.2s, -webkit-transform 0.3s;
    transition: opacity 0.2s, background-color 0.2s, color 0.2s, -webkit-transform 0.3s;
    -o-transition: opacity 0.2s, background-color 0.2s, color 0.2s, -o-transform 0.3s;
    transition: transform 0.3s, opacity 0.2s, background-color 0.2s, color 0.2s;
    transition: transform 0.3s, opacity 0.2s, background-color 0.2s, color 0.2s, -webkit-transform 0.3s, -o-transform 0.3s;
  }
  .mousemove:not([class*='interactive-overlay-open_']) .call-to-action.has-items li .icon:after {
    -webkit-transition: text-shadow 0.2s;
    -o-transition: text-shadow 0.2s;
    transition: text-shadow 0.2s;
  }
  .mousemove:not([class*='interactive-overlay-open_']) .call-to-action.has-items li:hover {
    z-index: 2;
  }
  .mousemove:not([class*='interactive-overlay-open_']) .call-to-action.has-items li:hover .icon {
    background-color: #699E98;
    color: #fff;
    -webkit-transform: scale(1) translate3d(-0.45rem, -0.45rem, 0);
            transform: scale(1) translate3d(-0.45rem, -0.45rem, 0);
  }
  .mousemove:not([class*='interactive-overlay-open_']) .call-to-action.has-items li:hover .icon:after {
    text-shadow: 32px 32px 0px #5d908a, 31px 31px 0px #5d908a, 30px 30px 0px #5d908a, 30px 30px 0px #5d908a, 29px 29px 0px #5d908a, 28px 28px 0px #5d908a, 28px 28px 0px #5d908a, 27px 27px 0px #5d908a, 26px 26px 0px #5d908a, 25px 25px 0px #5d908a, 25px 25px 0px #5d908a, 24px 24px 0px #5d908a, 23px 23px 0px #5d908a, 23px 23px 0px #5d908a, 22px 22px 0px #5d908a, 21px 21px 0px #5d908a, 21px 21px 0px #5d908a, 20px 20px 0px #5d908a, 19px 19px 0px #5d908a, 18px 18px 0px #5d908a, 18px 18px 0px #5d908a, 17px 17px 0px #5d908a, 16px 16px 0px #5d908a, 16px 16px 0px #5d908a, 15px 15px 0px #5d908a, 14px 14px 0px #5d908a, 13px 13px 0px #5d908a, 13px 13px 0px #5d908a, 12px 12px 0px #5d908a, 11px 11px 0px #5d908a, 11px 11px 0px #5d908a, 10px 10px 0px #5d908a, 9px 9px 0px #5d908a, 8px 8px 0px #5d908a, 8px 8px 0px #5d908a, 7px 7px 0px #5d908a, 6px 6px 0px #5d908a, 6px 6px 0px #5d908a, 5px 5px 0px #5d908a, 4px 4px 0px #5d908a, 4px 4px 0px #5d908a, 3px 3px 0px #5d908a, 2px 2px 0px #5d908a, 1px 1px 0px #5d908a, 1px 1px 0px #5d908a,  0px 0px 0px #5d908a;
  }
  .mousemove:not([class*='interactive-overlay-open_']) .call-to-action.has-items li:hover .text {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -1.14rem, 0);
            transform: translate3d(-50%, -1.14rem, 0);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: opacity 0.3s, -o-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
    visibility: visible;
  }
}
.call-to-action.has-items:hover .toggle-button,
.call-to-action.has-items.open .toggle-button {
  opacity: 1;
}
.call-to-action.has-items:hover .cta-svg-container,
.call-to-action.has-items.open .cta-svg-container {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.call-to-action.has-items:hover li .icon,
.call-to-action.has-items.open li .icon {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s, background-color 0.2s, color 0.2s, -webkit-transform 0.3s;
  transition: opacity 0.2s, background-color 0.2s, color 0.2s, -webkit-transform 0.3s;
  -o-transition: opacity 0.2s, background-color 0.2s, color 0.2s, -o-transform 0.3s;
  transition: transform 0.3s, opacity 0.2s, background-color 0.2s, color 0.2s;
  transition: transform 0.3s, opacity 0.2s, background-color 0.2s, color 0.2s, -webkit-transform 0.3s, -o-transform 0.3s;
}
.call-to-action.has-items:hover li .icon:after,
.call-to-action.has-items.open li .icon:after {
  -webkit-transition: text-shadow 0.2s;
  -o-transition: text-shadow 0.2s;
  transition: text-shadow 0.2s;
}
.call-to-action.has-items:hover li:hover,
.call-to-action.has-items.open li:hover {
  z-index: 2;
}
.call-to-action.has-items:hover li:hover .icon,
.call-to-action.has-items.open li:hover .icon {
  background-color: #699E98;
  color: #fff;
  -webkit-transform: scale(1) translate3d(-0.45rem, -0.45rem, 0);
          transform: scale(1) translate3d(-0.45rem, -0.45rem, 0);
}
.call-to-action.has-items:hover li:hover .icon:after,
.call-to-action.has-items.open li:hover .icon:after {
  text-shadow: 32px 32px 0px #5d908a, 31px 31px 0px #5d908a, 30px 30px 0px #5d908a, 30px 30px 0px #5d908a, 29px 29px 0px #5d908a, 28px 28px 0px #5d908a, 28px 28px 0px #5d908a, 27px 27px 0px #5d908a, 26px 26px 0px #5d908a, 25px 25px 0px #5d908a, 25px 25px 0px #5d908a, 24px 24px 0px #5d908a, 23px 23px 0px #5d908a, 23px 23px 0px #5d908a, 22px 22px 0px #5d908a, 21px 21px 0px #5d908a, 21px 21px 0px #5d908a, 20px 20px 0px #5d908a, 19px 19px 0px #5d908a, 18px 18px 0px #5d908a, 18px 18px 0px #5d908a, 17px 17px 0px #5d908a, 16px 16px 0px #5d908a, 16px 16px 0px #5d908a, 15px 15px 0px #5d908a, 14px 14px 0px #5d908a, 13px 13px 0px #5d908a, 13px 13px 0px #5d908a, 12px 12px 0px #5d908a, 11px 11px 0px #5d908a, 11px 11px 0px #5d908a, 10px 10px 0px #5d908a, 9px 9px 0px #5d908a, 8px 8px 0px #5d908a, 8px 8px 0px #5d908a, 7px 7px 0px #5d908a, 6px 6px 0px #5d908a, 6px 6px 0px #5d908a, 5px 5px 0px #5d908a, 4px 4px 0px #5d908a, 4px 4px 0px #5d908a, 3px 3px 0px #5d908a, 2px 2px 0px #5d908a, 1px 1px 0px #5d908a, 1px 1px 0px #5d908a,  0px 0px 0px #5d908a;
}
.call-to-action.has-items:hover li:hover .text,
.call-to-action.has-items.open li:hover .text {
  opacity: 1;
  -webkit-transform: translate3d(-50%, -1.14rem, 0);
          transform: translate3d(-50%, -1.14rem, 0);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, -o-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
  visibility: visible;
}
[class*='interactive-overlay-open_'] .call-to-action.has-items {
  opacity: 0;
}
.cta-1 li.added:nth-child(1) {
  -webkit-transform: translate(-1.43542677rem, -1.43542677rem);
       -o-transform: translate(-1.43542677rem, -1.43542677rem);
          transform: translate(-1.43542677rem, -1.43542677rem);
}
.cta-2 li.added:nth-child(1) {
  -webkit-transform: translate(-0.69430089rem, -1.90757602rem);
       -o-transform: translate(-0.69430089rem, -1.90757602rem);
          transform: translate(-0.69430089rem, -1.90757602rem);
}
.cta-2 li.added:nth-child(2) {
  -webkit-transform: translate(-1.90757602rem, -0.69430089rem);
       -o-transform: translate(-1.90757602rem, -0.69430089rem);
          transform: translate(-1.90757602rem, -0.69430089rem);
}
.cta-3 li.added:nth-child(1) {
  -webkit-transform: translate(-0.31756196rem, -2.00500733rem);
       -o-transform: translate(-0.31756196rem, -2.00500733rem);
          transform: translate(-0.31756196rem, -2.00500733rem);
}
.cta-3 li.added:nth-child(2) {
  -webkit-transform: translate(-1.43542677rem, -1.43542677rem);
       -o-transform: translate(-1.43542677rem, -1.43542677rem);
          transform: translate(-1.43542677rem, -1.43542677rem);
}
.cta-3 li.added:nth-child(3) {
  -webkit-transform: translate(-2.00500733rem, -0.31756196rem);
       -o-transform: translate(-2.00500733rem, -0.31756196rem);
          transform: translate(-2.00500733rem, -0.31756196rem);
}
.cta-4 li.added:nth-child(1) {
  -webkit-transform: translate(-0.10624199rem, -2.02721796rem);
       -o-transform: translate(-0.10624199rem, -2.02721796rem);
          transform: translate(-0.10624199rem, -2.02721796rem);
}
.cta-4 li.added:nth-child(2) {
  -webkit-transform: translate(-1.04552729rem, -1.74004962rem);
       -o-transform: translate(-1.04552729rem, -1.74004962rem);
          transform: translate(-1.04552729rem, -1.74004962rem);
}
.cta-4 li.added:nth-child(3) {
  -webkit-transform: translate(-1.74004962rem, -1.04552729rem);
       -o-transform: translate(-1.74004962rem, -1.04552729rem);
          transform: translate(-1.74004962rem, -1.04552729rem);
}
.cta-4 li.added:nth-child(4) {
  -webkit-transform: translate(-2.02721796rem, -0.10624199rem);
       -o-transform: translate(-2.02721796rem, -0.10624199rem);
          transform: translate(-2.02721796rem, -0.10624199rem);
}
.cta-5 li.added:nth-child(1) {
  -webkit-transform: translate(0.07084598rem, -2.02876338rem);
       -o-transform: translate(0.07084598rem, -2.02876338rem);
          transform: translate(0.07084598rem, -2.02876338rem);
}
.cta-5 li.added:nth-child(2) {
  -webkit-transform: translate(-0.72748694rem, -1.89516827rem);
       -o-transform: translate(-0.72748694rem, -1.89516827rem);
          transform: translate(-0.72748694rem, -1.89516827rem);
}
.cta-5 li.added:nth-child(3) {
  -webkit-transform: translate(-1.41015649rem, -1.46025979rem);
       -o-transform: translate(-1.41015649rem, -1.46025979rem);
          transform: translate(-1.41015649rem, -1.46025979rem);
}
.cta-5 li.added:nth-child(4) {
  -webkit-transform: translate(-1.86862485rem, -0.79318419rem);
       -o-transform: translate(-1.86862485rem, -0.79318419rem);
          transform: translate(-1.86862485rem, -0.79318419rem);
}
.cta-5 li.added:nth-child(5) {
  -webkit-transform: translate(-2.03rem, 0rem);
       -o-transform: translate(-2.03rem, 0rem);
          transform: translate(-2.03rem, 0rem);
}
@media (min-width: 401px) {
  .mousemove .call-to-action.items-1 li.added:nth-child(1) {
    -webkit-transform: translate(-1.43542677rem, -1.43542677rem);
         -o-transform: translate(-1.43542677rem, -1.43542677rem);
            transform: translate(-1.43542677rem, -1.43542677rem);
  }
}
.call-to-action.items-1:hover li.added:nth-child(1),
.call-to-action.items-1.open li.added:nth-child(1) {
  -webkit-transform: translate(-1.43542677rem, -1.43542677rem);
       -o-transform: translate(-1.43542677rem, -1.43542677rem);
          transform: translate(-1.43542677rem, -1.43542677rem);
}
@media (min-width: 401px) {
  .mousemove .call-to-action.items-2 li.added:nth-child(1) {
    -webkit-transform: translate(-0.69430089rem, -1.90757602rem);
         -o-transform: translate(-0.69430089rem, -1.90757602rem);
            transform: translate(-0.69430089rem, -1.90757602rem);
  }
  .mousemove .call-to-action.items-2 li.added:nth-child(2) {
    -webkit-transform: translate(-1.90757602rem, -0.69430089rem);
         -o-transform: translate(-1.90757602rem, -0.69430089rem);
            transform: translate(-1.90757602rem, -0.69430089rem);
  }
}
.call-to-action.items-2:hover li.added:nth-child(1),
.call-to-action.items-2.open li.added:nth-child(1) {
  -webkit-transform: translate(-0.69430089rem, -1.90757602rem);
       -o-transform: translate(-0.69430089rem, -1.90757602rem);
          transform: translate(-0.69430089rem, -1.90757602rem);
}
.call-to-action.items-2:hover li.added:nth-child(2),
.call-to-action.items-2.open li.added:nth-child(2) {
  -webkit-transform: translate(-1.90757602rem, -0.69430089rem);
       -o-transform: translate(-1.90757602rem, -0.69430089rem);
          transform: translate(-1.90757602rem, -0.69430089rem);
}
@media (min-width: 401px) {
  .mousemove .call-to-action.items-3 li.added:nth-child(1) {
    -webkit-transform: translate(-0.31756196rem, -2.00500733rem);
         -o-transform: translate(-0.31756196rem, -2.00500733rem);
            transform: translate(-0.31756196rem, -2.00500733rem);
  }
  .mousemove .call-to-action.items-3 li.added:nth-child(2) {
    -webkit-transform: translate(-1.43542677rem, -1.43542677rem);
         -o-transform: translate(-1.43542677rem, -1.43542677rem);
            transform: translate(-1.43542677rem, -1.43542677rem);
  }
  .mousemove .call-to-action.items-3 li.added:nth-child(3) {
    -webkit-transform: translate(-2.00500733rem, -0.31756196rem);
         -o-transform: translate(-2.00500733rem, -0.31756196rem);
            transform: translate(-2.00500733rem, -0.31756196rem);
  }
}
.call-to-action.items-3:hover li.added:nth-child(1),
.call-to-action.items-3.open li.added:nth-child(1) {
  -webkit-transform: translate(-0.31756196rem, -2.00500733rem);
       -o-transform: translate(-0.31756196rem, -2.00500733rem);
          transform: translate(-0.31756196rem, -2.00500733rem);
}
.call-to-action.items-3:hover li.added:nth-child(2),
.call-to-action.items-3.open li.added:nth-child(2) {
  -webkit-transform: translate(-1.43542677rem, -1.43542677rem);
       -o-transform: translate(-1.43542677rem, -1.43542677rem);
          transform: translate(-1.43542677rem, -1.43542677rem);
}
.call-to-action.items-3:hover li.added:nth-child(3),
.call-to-action.items-3.open li.added:nth-child(3) {
  -webkit-transform: translate(-2.00500733rem, -0.31756196rem);
       -o-transform: translate(-2.00500733rem, -0.31756196rem);
          transform: translate(-2.00500733rem, -0.31756196rem);
}
@media (min-width: 401px) {
  .mousemove .call-to-action.items-4 li.added:nth-child(1) {
    -webkit-transform: translate(-0.10624199rem, -2.02721796rem);
         -o-transform: translate(-0.10624199rem, -2.02721796rem);
            transform: translate(-0.10624199rem, -2.02721796rem);
  }
  .mousemove .call-to-action.items-4 li.added:nth-child(2) {
    -webkit-transform: translate(-1.04552729rem, -1.74004962rem);
         -o-transform: translate(-1.04552729rem, -1.74004962rem);
            transform: translate(-1.04552729rem, -1.74004962rem);
  }
  .mousemove .call-to-action.items-4 li.added:nth-child(3) {
    -webkit-transform: translate(-1.74004962rem, -1.04552729rem);
         -o-transform: translate(-1.74004962rem, -1.04552729rem);
            transform: translate(-1.74004962rem, -1.04552729rem);
  }
  .mousemove .call-to-action.items-4 li.added:nth-child(4) {
    -webkit-transform: translate(-2.02721796rem, -0.10624199rem);
         -o-transform: translate(-2.02721796rem, -0.10624199rem);
            transform: translate(-2.02721796rem, -0.10624199rem);
  }
}
.call-to-action.items-4:hover li.added:nth-child(1),
.call-to-action.items-4.open li.added:nth-child(1) {
  -webkit-transform: translate(-0.10624199rem, -2.02721796rem);
       -o-transform: translate(-0.10624199rem, -2.02721796rem);
          transform: translate(-0.10624199rem, -2.02721796rem);
}
.call-to-action.items-4:hover li.added:nth-child(2),
.call-to-action.items-4.open li.added:nth-child(2) {
  -webkit-transform: translate(-1.04552729rem, -1.74004962rem);
       -o-transform: translate(-1.04552729rem, -1.74004962rem);
          transform: translate(-1.04552729rem, -1.74004962rem);
}
.call-to-action.items-4:hover li.added:nth-child(3),
.call-to-action.items-4.open li.added:nth-child(3) {
  -webkit-transform: translate(-1.74004962rem, -1.04552729rem);
       -o-transform: translate(-1.74004962rem, -1.04552729rem);
          transform: translate(-1.74004962rem, -1.04552729rem);
}
.call-to-action.items-4:hover li.added:nth-child(4),
.call-to-action.items-4.open li.added:nth-child(4) {
  -webkit-transform: translate(-2.02721796rem, -0.10624199rem);
       -o-transform: translate(-2.02721796rem, -0.10624199rem);
          transform: translate(-2.02721796rem, -0.10624199rem);
}
@media (min-width: 401px) {
  .mousemove:not([class*='interactive-overlay-open_']) .call-to-action.items-5 li.added:nth-child(1) {
    -webkit-transform: translate(0.07084598rem, -2.02876338rem);
         -o-transform: translate(0.07084598rem, -2.02876338rem);
            transform: translate(0.07084598rem, -2.02876338rem);
  }
  .mousemove:not([class*='interactive-overlay-open_']) .call-to-action.items-5 li.added:nth-child(2) {
    -webkit-transform: translate(-0.72748694rem, -1.89516827rem);
         -o-transform: translate(-0.72748694rem, -1.89516827rem);
            transform: translate(-0.72748694rem, -1.89516827rem);
  }
  .mousemove:not([class*='interactive-overlay-open_']) .call-to-action.items-5 li.added:nth-child(3) {
    -webkit-transform: translate(-1.41015649rem, -1.46025979rem);
         -o-transform: translate(-1.41015649rem, -1.46025979rem);
            transform: translate(-1.41015649rem, -1.46025979rem);
  }
  .mousemove:not([class*='interactive-overlay-open_']) .call-to-action.items-5 li.added:nth-child(4) {
    -webkit-transform: translate(-1.86862485rem, -0.79318419rem);
         -o-transform: translate(-1.86862485rem, -0.79318419rem);
            transform: translate(-1.86862485rem, -0.79318419rem);
  }
  .mousemove:not([class*='interactive-overlay-open_']) .call-to-action.items-5 li.added:nth-child(5) {
    -webkit-transform: translate(-2.03rem, 0rem);
         -o-transform: translate(-2.03rem, 0rem);
            transform: translate(-2.03rem, 0rem);
  }
}
.call-to-action.items-5:hover li.added:nth-child(1),
.call-to-action.items-5.open li.added:nth-child(1) {
  -webkit-transform: translate(0.07084598rem, -2.02876338rem);
       -o-transform: translate(0.07084598rem, -2.02876338rem);
          transform: translate(0.07084598rem, -2.02876338rem);
}
.call-to-action.items-5:hover li.added:nth-child(2),
.call-to-action.items-5.open li.added:nth-child(2) {
  -webkit-transform: translate(-0.72748694rem, -1.89516827rem);
       -o-transform: translate(-0.72748694rem, -1.89516827rem);
          transform: translate(-0.72748694rem, -1.89516827rem);
}
.call-to-action.items-5:hover li.added:nth-child(3),
.call-to-action.items-5.open li.added:nth-child(3) {
  -webkit-transform: translate(-1.41015649rem, -1.46025979rem);
       -o-transform: translate(-1.41015649rem, -1.46025979rem);
          transform: translate(-1.41015649rem, -1.46025979rem);
}
.call-to-action.items-5:hover li.added:nth-child(4),
.call-to-action.items-5.open li.added:nth-child(4) {
  -webkit-transform: translate(-1.86862485rem, -0.79318419rem);
       -o-transform: translate(-1.86862485rem, -0.79318419rem);
          transform: translate(-1.86862485rem, -0.79318419rem);
}
.call-to-action.items-5:hover li.added:nth-child(5),
.call-to-action.items-5.open li.added:nth-child(5) {
  -webkit-transform: translate(-2.03rem, 0rem);
       -o-transform: translate(-2.03rem, 0rem);
          transform: translate(-2.03rem, 0rem);
}
.sidebar,
.dialog {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 3;
  -webkit-transition: -webkit-transform 0.4s, -webkit-box-shadow 0.2s;
  transition: -webkit-transform 0.4s, -webkit-box-shadow 0.2s;
  -o-transition: box-shadow 0.2s, -o-transform 0.4s;
  transition: transform 0.4s, box-shadow 0.2s;
  transition: transform 0.4s, box-shadow 0.2s, -webkit-transform 0.4s, -o-transform 0.4s, -webkit-box-shadow 0.2s;
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar.show,
.dialog.show {
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}
.sidebar.show .close,
.dialog.show .close {
  left: -0.3rem;
}
.sidebar .close,
.dialog .close {
  background-color: #699E98;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  color: #f5f5f5;
  font-size: 0.18rem;
  height: 0.6rem;
  line-height: 0.6rem;
  left: 0;
  margin-top: -0.3rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 0.6rem;
  z-index: 2;
}
.sidebar .close:after,
.dialog .close:after {
  border-right: 2px solid #f5f5f5;
  border-bottom: 2px solid #f5f5f5;
  content: "";
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  -webkit-transform: rotate(-45deg) translate(-0.04rem, -0.04rem);
       -o-transform: rotate(-45deg) translate(-0.04rem, -0.04rem);
          transform: rotate(-45deg) translate(-0.04rem, -0.04rem);
  -webkit-transform-origin: center center;
       -o-transform-origin: center center;
          transform-origin: center center;
  vertical-align: middle;
}
.sidebar {
  height: 100%;
  width: 7rem;
  padding: 0.1rem;
  -webkit-transform: translateX(101%);
       -o-transform: translateX(101%);
          transform: translateX(101%);
  background-color: #f2f2f2;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0.6);
}
.sidebar.show {
  -webkit-box-shadow: 0 0 0.35rem rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 0.35rem rgba(0, 0, 0, 0.6);
}
.dialog {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0.2rem;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: opacity 0.3s 0s ease-in-out, -webkit-transform 0s 0.3s;
  transition: opacity 0.3s 0s ease-in-out, -webkit-transform 0s 0.3s;
  -o-transition: opacity 0.3s 0s ease-in-out, -o-transform 0s 0.3s;
  transition: transform 0s 0.3s, opacity 0.3s 0s ease-in-out;
  transition: transform 0s 0.3s, opacity 0.3s 0s ease-in-out, -webkit-transform 0s 0.3s, -o-transform 0s 0.3s;
}
@media (max-width: 767px) {
  .dialog {
    font-size: 12px;
  }
}
.dialog.show {
  -webkit-transition: opacity 0.3s 0.5s ease-in-out, -webkit-transform 0s 0.5s;
  transition: opacity 0.3s 0.5s ease-in-out, -webkit-transform 0s 0.5s;
  -o-transition: opacity 0.3s 0.5s ease-in-out, -o-transform 0s 0.5s;
  transition: transform 0s 0.5s, opacity 0.3s 0.5s ease-in-out;
  transition: transform 0s 0.5s, opacity 0.3s 0.5s ease-in-out, -webkit-transform 0s 0.5s, -o-transform 0s 0.5s;
  opacity: 1;
}
.dialog.show .dialog__inner {
  -webkit-box-shadow: 0 0 0.35rem rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 0.35rem rgba(0, 0, 0, 0.6);
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.2s 0.5s ease-in-out;
  transition: -webkit-transform 0.2s 0.5s ease-in-out;
  -o-transition: -o-transform 0.2s 0.5s ease-in-out;
  transition: transform 0.2s 0.5s ease-in-out;
  transition: transform 0.2s 0.5s ease-in-out, -webkit-transform 0.2s 0.5s ease-in-out, -o-transform 0.2s 0.5s ease-in-out;
}
.dialog__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -45%);
       -o-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%);
  max-height: 100%;
  background-color: #f2f2f2;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0.6);
  margin: auto;
  min-width: 300px;
  width: 11rem;
  -webkit-transition: -webkit-transform 0.5s 0s ease-in-out;
  transition: -webkit-transform 0.5s 0s ease-in-out;
  -o-transition: -o-transform 0.5s 0s ease-in-out;
  transition: transform 0.5s 0s ease-in-out;
  transition: transform 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out, -o-transform 0.5s 0s ease-in-out;
}
@media (max-width: 3.8rem) {
  .dialog__inner {
    max-width: 90%;
    min-width: 300px;
    font-size: 0.43rem;
  }
}
.dialog__header {
  text-align: center;
  font-size: 1.8em;
  font-weight: 300;
  padding: 0.5rem 1rem 0.3rem 1rem;
}
@media (max-width: 767px) {
  .dialog__header {
    font-size: 1.2em;
  }
}
@media (max-width: 400px) {
  .dialog__header {
    font-size: 1em;
  }
}
.dialog__footer {
  padding-bottom: 0.4rem;
}
.dialog .close {
  left: auto !important;
  right: -0.3rem;
  top: 0;
}
.dialog .close:after {
  display: none;
}
.sidebar.map .canvas {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  min-height: 100%;
}
.sidebar.map .marker {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-27px, -60px);
       -o-transform: translate(-27px, -60px);
          transform: translate(-27px, -60px);
}
.sidebar.map .info {
  word-wrap: break-word;
  background: #FFF;
  border: 0.1rem solid #f3f3f3;
  bottom: 5%;
  color: #b5b5b5;
  font-size: 0.34rem;
  left: 8%;
  padding: 4% 8%;
  position: absolute;
  right: 8%;
}
.sidebar.map .info p {
  margin: 0;
}
.sidebar.map .info strong {
  color: #5a5a5a;
}
.sidebar.info_text .content {
  background-color: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #b5b5b5;
  height: 100%;
  line-height: 1.1;
  font-family: sans-serif;
  font-size: 0.34rem;
  font-weight: 100;
  overflow-y: auto;
  padding: 0.72rem 0.6rem 0.6rem 0.6rem;
  width: 100%;
}
.sidebar.info_text h1,
.sidebar.info_text h2,
.sidebar.info_text h3,
.sidebar.info_text h4,
.sidebar.info_text h5,
.sidebar.info_text h6 {
  line-height: 1;
}
.sidebar.info_text h1 {
  border-bottom: 1px solid #dfdfdf;
  color: #5a5a5a;
  font-size: 0.48rem;
  font-weight: normal;
  margin: 0 0 0.25rem 0;
  padding-bottom: 0.25rem;
}
.sidebar.info_text h2 {
  font-size: 0.42rem;
  margin: 0 0 0.21rem 0;
}
.sidebar.info_text h3 {
  font-size: 0.4rem;
  margin: 0 0 0.2rem 0;
}
.sidebar.info_text h4 {
  font-size: 0.38rem;
  margin: 0 0 0.19rem 0;
}
.sidebar.info_text h5 {
  font-size: 0.36rem;
  margin: 0 0 0.18rem 0;
}
.sidebar.info_text h6 {
  font-size: 0.34rem;
  margin: 0 0 0.17rem 0;
}
.sidebar.info_text .content p {
  margin: 0.1rem 0;
}
.sidebar.info_text .content a {
  color: #699E98;
}
.sidebar.info_text .content hr {
  background-color: #dfdfdf;
  border: none;
  height: 1px;
}
.dialog.react .get_the_app {
  position: relative;
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  100% {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}
@-o-keyframes marquee {
  0% {
    -o-transform: translate(0%, 0%);
       transform: translate(0%, 0%);
  }
  100% {
    -o-transform: translate(-50%, 0%);
       transform: translate(-50%, 0%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translate(0%, 0%);
         -o-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  100% {
    -webkit-transform: translate(-50%, 0%);
         -o-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}
.marquee .value {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  white-space: nowrap;
}
.marquee .value > div {
  display: inline-block;
}
.marquee .value span {
  display: inline-block;
}
.marquee .value span:after {
  content: '/';
  display: inline;
  margin: 0.2rem;
}
.marquee .value.paused {
  -webkit-animation-play-state: paused;
       -o-animation-play-state: paused;
          animation-play-state: paused;
}
.marquee .value.static {
  -webkit-animation-name: null;
       -o-animation-name: null;
          animation-name: null;
}
.marquee .value.static .loop {
  display: none;
}
.feed {
  bottom: 0.35rem;
  font-size: 0.35rem;
  left: 0;
  right: 0;
  width: 89%;
}
.feed .clipper {
  overflow: hidden;
}
.feed .clipper {
  /* translate3d fixes a bug in Safari http://stackoverflow.com/questions/22621544/webkit-transform-breaks-z-index-on-safari */
  -webkit-transform: translateY(-50%) translate3d(0, 0, 0);
          transform: translateY(-50%) translate3d(0, 0, 0);
  position: absolute;
  width: 100%;
  right: 0.15rem;
  top: 50%;
}
.feed .scroller {
  padding-left: 0.17rem;
}
.social-media-notification {
  top: 1.5rem;
}
.social-media-notification.bar .label {
  padding-right: 0.2rem;
}
.social-media-notification.bar .content {
  padding: 0.3rem 0 0.3rem 1.15rem;
}
.social-media-notification .name {
  font-family: sans-serif;
  font-size: 0.2rem;
  margin-top: 0.1rem;
}
.social-media-notification .image {
  position: relative;
}
.social-media-notification .image:before {
  background-color: #f22222;
  border-radius: 0.4rem;
  bottom: 0;
  color: #fff;
  content: '+ 1';
  display: inline-block;
  font-family: sans-serif;
  font-size: 0.2rem;
  height: 0.4rem;
  line-height: 2;
  margin-left: 0.07rem;
  text-align: center;
  position: absolute;
  right: 0;
  width: 0.4rem;
}
.social-media-notification .image:after {
  background: transparent none no-repeat left center;
  background-size: contain;
  content: '';
  display: inline-block;
  margin-left: 0.07rem;
  height: 0.88rem;
  width: 0.88rem;
}
.social-media-notification .image.type-1:after {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2018.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%22-90%200%20792%20792%22%20enable-background%3D%22new%20-90%200%20792%20792%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%235FA9DD%22%20d%3D%22M582%2C224.8c-20.3%2C9-42.1%2C15.1-65%2C17.8c23.4-14%2C41.3-36.2%2C49.8-62.7c-21.9%2C13-46.1%2C22.4-71.9%2C27.5%0A%09c-20.7-22-50.1-35.8-82.7-35.8c-62.5%2C0-113.3%2C50.7-113.3%2C113.2c0%2C8.9%2C1%2C17.5%2C2.9%2C25.8c-94.1-4.7-177.6-49.8-233.4-118.3%0A%09c-9.7%2C16.7-15.3%2C36.2-15.3%2C56.9c0%2C39.3%2C20%2C74%2C50.4%2C94.3c-18.6-0.6-36-5.7-51.3-14.2c0%2C0.5%2C0%2C0.9%2C0%2C1.4c0%2C54.9%2C39%2C100.6%2C90.8%2C111%0A%09c-9.5%2C2.6-19.5%2C4-29.8%2C4c-7.3%2C0-14.4-0.7-21.3-2c14.4%2C45%2C56.2%2C77.7%2C105.8%2C78.6C158.9%2C552.9%2C110.1%2C571%2C57%2C571c-9.1%2C0-18.2-0.5-27-1.6%0A%09c50.1%2C32.1%2C109.6%2C50.9%2C173.6%2C50.9c208.3%2C0%2C322.2-172.6%2C322.2-322.2c0-4.9-0.1-9.8-0.3-14.7C547.6%2C267.5%2C566.8%2C247.5%2C582%2C224.8z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.social-media-notification .image.type-2:after {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2018.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%22-90%200%20792%20792%22%20enable-background%3D%22new%20-90%200%20792%20792%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20opacity%3D%220.5%22%20fill%3D%22%23D2D3D3%22%20enable-background%3D%22new%20%20%20%20%22%20d%3D%22M593.3%2C392.2c0-9.9-3.9-18.8-10.9-25.1%0A%09%09c-5.1-4.6-14.3-9.9-29.8-9.9H406.9c5.9-30.3%2C13.2-80.6%2C13.6-83c0.1-0.9%2C0.1-1.7%2C0.1-2.6c-2.6-37.9-26.8-83.8-27.8-85.6%0A%09%09c-1.3-2.5-3.4-4.4-6-5.5c-8.4-3.6-16.5-5.3-24.1-5.3c-20.3%2C0-30.3%2C12.1-31.4%2C13.4c-1.7%2C2.2-2.6%2C5-2.5%2C7.8c0%2C0.5%2C1.4%2C55.1%2C1.5%2C69.1%0A%09%09c-3.9%2C16.2-63.3%2C111.9-76.7%2C123.3c-3.8%2C3.3-9.3%2C7.2-15.2%2C11.2c-2-3.9-6-6.7-10.7-6.7h-17.4h0h-151c-3.3%2C0-6.6%2C1.4-8.9%2C3.9%0A%09%09c-2.3%2C2.4-3.4%2C5.8-3.2%2C9.2l17.5%2C222.7c0.5%2C6.4%2C5.8%2C11.3%2C12.1%2C11.3h151c6.7%2C0%2C12.1-5.5%2C12.1-12.2v-21.4h7.6%0A%09%09c1.9%2C0.1%2C7.2%2C3.6%2C10.7%2C5.8c8.1%2C5.1%2C18.1%2C11.7%2C30%2C11.7h199.2c34.1%2C0%2C57-25.9%2C57-50c0-7.7-2.4-14.9-6.8-20.6%0A%09%09c14.5-9.8%2C23.2-25.2%2C23.2-40c0-7.8-2.4-15-6.8-20.7c14.5-9.8%2C23.2-25.2%2C23.2-40c0-7.3-2.2-14.6-6.8-20.7%0A%09%09C584.6%2C422.5%2C593.3%2C407%2C593.3%2C392.2z%20M361.8%2C187.3L361.8%2C187.3L361.8%2C187.3L361.8%2C187.3L361.8%2C187.3z%20M358%2C187.6%0A%09%09c-0.3%2C0-0.7%2C0.1-1%2C0.2l0%2C0C357.4%2C187.7%2C357.7%2C187.6%2C358%2C187.6L358%2C187.6z%20M353.1%2C188.6c-0.3%2C0.1-0.5%2C0.2-0.8%2C0.3h0%0A%09%09C352.6%2C188.8%2C352.8%2C188.7%2C353.1%2C188.6L353.1%2C188.6z%20M349.6%2C189.9c-0.2%2C0.1-0.5%2C0.2-0.7%2C0.3l0%2C0C349.1%2C190.2%2C349.4%2C190%2C349.6%2C189.9%0A%09%09L349.6%2C189.9z%20M346.2%2C191.7c-0.2%2C0.1-0.2%2C0.2-0.4%2C0.2l0%2C0C345.9%2C191.8%2C346.1%2C191.7%2C346.2%2C191.7L346.2%2C191.7z%20M344%2C193.2%0A%09%09c-0.2%2C0.1-0.3%2C0.2-0.4%2C0.3l0%2C0C343.7%2C193.4%2C343.9%2C193.2%2C344%2C193.2L344%2C193.2z%20M342.2%2C194.8L342.2%2C194.8c-0.1%2C0-0.1%2C0.1-0.1%2C0.1%0A%09%09c-0.1%2C0-0.1%2C0-0.1%2C0C342.1%2C194.8%2C342.1%2C194.8%2C342.2%2C194.8z%20M341%2C195.8L341%2C195.8c0.1%2C0%2C0.1%2C0%2C0.2-0.1l0%2C0%0A%09%09C341.1%2C195.8%2C341.1%2C195.8%2C341%2C195.8z%22%2F%3E%0A%09%3Cg%3E%0A%09%09%3Cpolygon%20fill%3D%22%235A739D%22%20points%3D%2297.4%2C614.3%20213.5%2C614.3%20213.5%2C391.6%2080%2C391.6%20%09%09%22%2F%3E%0A%09%09%3Cpath%20fill%3D%22%235A739D%22%20d%3D%22M213.5%2C391.6v222.7h-116L80%2C391.6H213.5%20M213.5%2C369.8H80c-6.1%2C0-11.8%2C2.5-16%2C7.1%0A%09%09%09c-4.1%2C4.4-6.2%2C10.4-5.7%2C16.4L75.8%2C616c0.9%2C11.2%2C10.3%2C20%2C21.6%2C20h116c12%2C0%2C21.8-9.8%2C21.8-21.8V391.6%0A%09%09%09C235.3%2C379.5%2C225.5%2C369.8%2C213.5%2C369.8L213.5%2C369.8z%22%2F%3E%0A%09%3C%2Fg%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20fill%3D%22%23F2F7F8%22%20d%3D%22M522.2%2C416c47.7%2C0%2C64-60.7%2C16.4-60.7c-32.6%2C0-160.7%2C0-160.7%2C0c5.8-23.1%2C16.6-96.9%2C16.6-96.9%0A%09%09%09c-2.4-35.8-26.4-80.8-26.4-80.8c-28.4-12-41.3%2C4.5-41.3%2C4.5s1.5%2C56.9%2C1.5%2C70c0%2C13.1-65%2C118.4-81%2C131.9%0A%09%09%09c-15.9%2C13.5-55.5%2C36.6-55.5%2C36.6c-47.2%2C113.9%2C10.8%2C160%2C10.8%2C160s11.8%2C0%2C30.5%2C0c11.3%2C0%2C25.3%2C17.5%2C40.7%2C17.5c71.4%2C0%2C174.2%2C0%2C199.2%2C0%0A%09%09%09c47.6%2C0%2C64-60.7%2C16.4-60.7c47.7%2C0%2C64-60.7%2C16.4-60.7C553.5%2C476.8%2C569.9%2C416%2C522.2%2C416z%22%2F%3E%0A%09%3C%2Fg%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M348.6%2C181.4c4.2%2C0%2C8.8%2C0.9%2C13.7%2C2.7c4.9%2C9.8%2C21.8%2C45.3%2C24.1%2C74.1c-1.2%2C8.3-11%2C74.1-16.3%2C95.2l-2.5%2C10%0A%09%09%09h10.3h160.7c7.2%2C0%2C12.9%2C1.6%2C16.4%2C4.8c2.8%2C2.5%2C4.2%2C5.8%2C4.2%2C10c0%2C12.2-13.1%2C29.8-36.9%2C29.8v16.1c7.2%2C0%2C12.9%2C1.6%2C16.4%2C4.8%0A%09%09%09c2.8%2C2.5%2C4.2%2C5.9%2C4.2%2C10c0%2C12.2-13.1%2C29.9-36.9%2C29.9v16.1c7.2%2C0%2C12.9%2C1.6%2C16.4%2C4.8c2.8%2C2.5%2C4.2%2C5.8%2C4.2%2C10%0A%09%09%09c0%2C12.2-13.1%2C29.8-36.9%2C29.8v16.1c7.2%2C0%2C12.9%2C1.6%2C16.4%2C4.8c2.8%2C2.5%2C4.2%2C5.8%2C4.2%2C10c0%2C12.2-13.1%2C29.8-36.9%2C29.8H273.9%0A%09%09%09c-5.9%2C0-12.6-4.3-19-8.5c-7.2-4.6-14-9-21.6-9h-27.4c-9-9-45.3-53-7.5-146.4c8.9-5.3%2C40.1-24%2C54.2-36c16.5-14%2C83.8-121.3%2C83.8-138%0A%09%09%09c0-11.3-1.1-53.9-1.4-66.7C337.3%2C183.8%2C341.8%2C181.4%2C348.6%2C181.4%20M348.6%2C173.3c-14.9%2C0-21.8%2C8.9-21.8%2C8.9s1.5%2C56.9%2C1.5%2C70%0A%09%09%09c0%2C13.1-65%2C118.4-81%2C131.9c-15.9%2C13.5-55.5%2C36.6-55.5%2C36.6c-47.2%2C113.9%2C10.8%2C160%2C10.8%2C160s11.8%2C0%2C30.5%2C0%0A%09%09%09c11.3%2C0%2C25.3%2C17.5%2C40.7%2C17.5c71.4%2C0%2C174.2%2C0%2C199.2%2C0c47.6%2C0%2C64-60.7%2C16.4-60.7c47.7%2C0%2C64-60.7%2C16.4-60.7c47.6%2C0%2C64-60.8%2C16.3-60.8%0A%09%09%09c47.7%2C0%2C64-60.7%2C16.4-60.7c-32.6%2C0-160.7%2C0-160.7%2C0c5.8-23.1%2C16.6-96.9%2C16.6-96.9c-2.4-35.8-26.4-80.8-26.4-80.8%0A%09%09%09C360.5%2C174.5%2C354%2C173.3%2C348.6%2C173.3L348.6%2C173.3z%22%2F%3E%0A%09%3C%2Fg%3E%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20stroke%3D%22%23010101%22%20stroke-width%3D%220.2892%22%20d%3D%22M444.2%2C358.1%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23E3E9EC%22%20d%3D%22M347.9%2C173.4c0%2C0%2C17.7%2C65.8%2C17.7%2C75.3c0%2C9.4-58.4%2C87.6-46.4%2C99.6c11.9%2C12%2C58.8%2C7.1%2C58.8%2C7.1%0A%09%09c3.9-18.8%2C16.6-96.9%2C16.6-96.9c-2.4-35.8-19.3-80.8-19.3-80.8C361.5%2C170.9%2C352.1%2C170.7%2C347.9%2C173.4z%22%2F%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20fill%3D%22%23E3E9EC%22%20d%3D%22M538.6%2C355.3h-66c29.7%2C0%2C16.8%2C60.7-13%2C60.7c29.7%2C0%2C16.7%2C60.8-13%2C60.8c29.7%2C0%2C16.7%2C60.7-13%2C60.7%0A%09%09%09c29.7%2C0%2C16.7%2C60.7-13.1%2C60.7h52.5c47.6%2C0%2C64-60.7%2C16.4-60.7c47.7%2C0%2C64-60.7%2C16.4-60.7c47.6%2C0%2C64-60.8%2C16.3-60.8%0A%09%09%09C569.9%2C416%2C586.2%2C355.3%2C538.6%2C355.3z%22%2F%3E%0A%09%3C%2Fg%3E%0A%09%3Cpath%20fill%3D%22%235A739D%22%20d%3D%22M348.6%2C173.3c5.5%2C0%2C11.9%2C1.2%2C19.5%2C4.4c0%2C0%2C24%2C45%2C26.4%2C80.8c0%2C0-10.7%2C73.8-16.6%2C96.9c0%2C0%2C128%2C0%2C160.7%2C0%0A%09%09c47.6%2C0%2C31.3%2C60.7-16.4%2C60.7c47.7%2C0%2C31.3%2C60.8-16.3%2C60.8c47.6%2C0%2C31.3%2C60.7-16.4%2C60.7c47.7%2C0%2C31.3%2C60.7-16.4%2C60.7%0A%09%09c-25%2C0-127.8%2C0-199.2%2C0c-15.4%2C0-29.4-17.5-40.7-17.5c-18.7%2C0-30.5%2C0-30.5%2C0s-58-46.2-10.8-160c0%2C0%2C39.5-23.1%2C55.5-36.6%0A%09%09c15.9-13.5%2C81-118.7%2C81-131.9s-1.5-70-1.5-70S333.7%2C173.3%2C348.6%2C173.3%20M348.6%2C151.6L348.6%2C151.6c-18.8%2C0-32.7%2C9.3-38.9%2C17.2%0A%09%09c-3.1%2C4.1-4.7%2C8.9-4.6%2C14c0%2C0.5%2C1.3%2C51.4%2C1.5%2C67.3c-6.6%2C19-60.9%2C106.4-73.4%2C117.5c-11.8%2C10-41.7%2C28.1-52.2%2C34.3%0A%09%09c-4.1%2C2.4-7.4%2C6.1-9.1%2C10.5c-52.8%2C127.5%2C14.5%2C183.1%2C17.3%2C185.4c3.9%2C3.1%2C8.6%2C4.8%2C13.6%2C4.8h28.9c1.7%2C0.8%2C4.9%2C2.8%2C7.1%2C4.3%0A%09%09c8.7%2C5.5%2C20.5%2C13.2%2C35.2%2C13.2h199.2c39.9%2C0%2C66.7-30.8%2C66.7-59.6c0-6.6-1.4-12.8-3.9-18.4c12.8-11.5%2C20.2-27.2%2C20.2-42.3%0A%09%09c0-6.6-1.3-12.8-3.8-18.4c12.8-11.5%2C20.2-27.2%2C20.2-42.4c0-6.5-1.3-12.7-3.9-18.3c12.8-11.5%2C20.3-27.2%2C20.3-42.4%0A%09%09c0-12.7-5.1-24.1-14.1-32.3c-6.3-5.5-17.7-12.3-36.2-12.3H404.5c5.5-30.3%2C11.3-69.8%2C11.6-72c0.2-1.6%2C0.3-3.1%2C0.2-4.6%0A%09%09c-2.7-39.9-27.8-87.5-28.9-89.5c-2.4-4.4-6.1-7.9-10.7-9.9C366.9%2C153.6%2C357.6%2C151.6%2C348.6%2C151.6L348.6%2C151.6z%22%2F%3E%0A%09%3Cpath%20opacity%3D%220.1%22%20fill%3D%22%236B7889%22%20enable-background%3D%22new%20%20%20%20%22%20d%3D%22M196%2C418.2v155.6c3.9%2C4.7%2C6.7%2C7%2C6.7%2C7s11.8%2C0%2C30.5%2C0V394.6%0A%09%09C219.8%2C403.9%2C203.5%2C413.8%2C196%2C418.2z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%235A739D%22%20d%3D%22M196%2C391.6v222.7H62.6L45%2C391.6H196%20M196%2C369.8H45c-6%2C0-11.8%2C2.5-15.9%2C7.1c-4.2%2C4.4-6.2%2C10.4-5.7%2C16.4%0A%09%09L40.9%2C616c0.9%2C11.2%2C10.3%2C20%2C21.7%2C20H196c12%2C0%2C21.7-9.8%2C21.7-21.8V391.6C217.8%2C379.5%2C208.1%2C369.8%2C196%2C369.8L196%2C369.8z%22%2F%3E%0A%09%3Cg%3E%0A%09%09%3Cpolygon%20fill%3D%22%23778BB6%22%20points%3D%2262.6%2C614.3%20196%2C614.3%20196%2C391.6%2045%2C391.6%20%09%09%22%2F%3E%0A%09%3C%2Fg%3E%0A%09%3Cg%20opacity%3D%220.1%22%3E%0A%09%09%3Cg%3E%0A%09%09%09%3Crect%20x%3D%2245%22%20y%3D%22391.6%22%20fill%3D%22%23FFFFFF%22%20width%3D%22151%22%20height%3D%2228.3%22%2F%3E%0A%09%09%3C%2Fg%3E%0A%09%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M183%2C404.6v196.7H74.6L59.2%2C404.6H183%20M196%2C391.6H45l17.5%2C222.7H196V391.6L196%2C391.6z%22%2F%3E%0A%09%3C%2Fg%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20opacity%3D%220.15%22%20fill%3D%22%23555655%22%20enable-background%3D%22new%20%20%20%20%22%20d%3D%22M174%2C580.6c0-8.6-7-15.6-15.6-15.6c-8.7%2C0-15.7%2C7-15.7%2C15.6%0A%09%09%09c0%2C8.7%2C7%2C15.7%2C15.7%2C15.7C166.9%2C596.3%2C174%2C589.3%2C174%2C580.6z%22%2F%3E%0A%09%09%3Cg%3E%0A%09%09%09%3Cg%3E%0A%09%09%09%09%3Cpath%20fill%3D%22%23ECEFF0%22%20d%3D%22M172.2%2C579c0-8.6-7-15.7-15.6-15.7c-8.6%2C0-15.7%2C7-15.7%2C15.7c0%2C8.6%2C7%2C15.7%2C15.7%2C15.7%0A%09%09%09%09%09C165.2%2C594.6%2C172.2%2C587.6%2C172.2%2C579z%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%09%3Cg%3E%0A%09%09%09%09%3Cpath%20fill%3D%22%23F2F7F8%22%20d%3D%22M169.7%2C579c0-7.2-5.9-13.1-13.1-13.1c-7.2%2C0-13.1%2C5.9-13.1%2C13.1c0%2C7.2%2C5.8%2C13.1%2C13.1%2C13.1%0A%09%09%09%09%09C163.8%2C592%2C169.7%2C586.2%2C169.7%2C579z%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%09%3Cpath%20opacity%3D%220.5%22%20fill%3D%22%23FFFFFF%22%20enable-background%3D%22new%20%20%20%20%22%20d%3D%22M159.4%2C576.3c0-3.9-3.1-7-7-7c-3.8%2C0-6.9%2C3.1-6.9%2C7%0A%09%09%09%09c0%2C3.9%2C3.1%2C7%2C6.9%2C7C156.2%2C583.3%2C159.4%2C580.2%2C159.4%2C576.3z%22%2F%3E%0A%09%09%09%3Cg%3E%0A%09%09%09%09%3Cpath%20fill%3D%22%23778BB6%22%20d%3D%22M155%2C576.4c0-0.7-0.6-1.3-1.3-1.3c-0.7%2C0-1.3%2C0.5-1.3%2C1.3c0%2C0.6%2C0.6%2C1.2%2C1.3%2C1.2%0A%09%09%09%09%09C154.4%2C577.6%2C155%2C577.1%2C155%2C576.4z%22%2F%3E%0A%09%09%09%09%3Cpath%20fill%3D%22%23778BB6%22%20d%3D%22M155%2C582.6c0-0.7-0.6-1.3-1.3-1.3c-0.7%2C0-1.3%2C0.6-1.3%2C1.3c0%2C0.7%2C0.6%2C1.3%2C1.3%2C1.3%0A%09%09%09%09%09C154.4%2C583.9%2C155%2C583.3%2C155%2C582.6z%22%2F%3E%0A%09%09%09%09%3Cpath%20fill%3D%22%23778BB6%22%20d%3D%22M160.7%2C576.4c0-0.7-0.5-1.3-1.3-1.3c-0.7%2C0-1.2%2C0.5-1.2%2C1.3c0%2C0.6%2C0.5%2C1.2%2C1.2%2C1.2%0A%09%09%09%09%09C160.2%2C577.6%2C160.7%2C577.1%2C160.7%2C576.4z%22%2F%3E%0A%09%09%09%09%3Cpath%20fill%3D%22%23778BB6%22%20d%3D%22M160.7%2C582.6c0-0.7-0.5-1.3-1.3-1.3c-0.7%2C0-1.2%2C0.6-1.2%2C1.3c0%2C0.7%2C0.5%2C1.3%2C1.2%2C1.3%0A%09%09%09%09%09C160.2%2C583.9%2C160.7%2C583.3%2C160.7%2C582.6z%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%0A%09%3C%2Fg%3E%0A%09%3Cpolygon%20fill%3D%22%23E3E9EC%22%20points%3D%22501.1%2C561.3%20467.5%2C552.2%20510.7%2C392.3%20544.3%2C401.3%20%09%22%2F%3E%0A%09%3Cpolygon%20fill%3D%22%23F2F7F8%22%20points%3D%22442.2%2C539.3%20425.2%2C535.6%20452.9%2C407.5%20469.9%2C411.3%20%09%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}
.social-media-notification .image img {
  max-height: 0.88rem;
  vertical-align: top;
}
.social-media-notification.bar {
  height: 2.2rem;
}
.social-media-notification .valign {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.transition {
  height: 100%;
  width: 100%;
  z-index: 6;
}
.transition img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.transition img.active {
  opacity: 1;
}
.transition-canvas {
  width: 100%;
  height: 100%;
}
.livestream-active {
  overflow: visible;
  top: 0.35rem;
}
.livestream-active.bar .content {
  font-family: serif;
  font-size: 0.4rem;
  padding-left: 0.75rem;
  padding-right: 0;
  text-transform: uppercase;
  line-height: 1.1rem;
}
.livestream-active .content > div {
  font-weight: bold;
}
@-webkit-keyframes charpopup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  40% {
    opacity: 1;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-o-keyframes charpopup {
  0% {
    opacity: 0;
    -o-transform: translateY(100%);
       transform: translateY(100%);
  }
  40% {
    opacity: 1;
    -o-transform: translateY(-20%);
       transform: translateY(-20%);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0%);
       transform: translateY(0%);
  }
}
@keyframes charpopup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
  }
  40% {
    opacity: 1;
    -webkit-transform: translateY(-20%);
         -o-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.livestream-active .content .char {
  display: inline-block;
  opacity: 1;
  -webkit-transform: translateY(0%);
       -o-transform: translateY(0%);
          transform: translateY(0%);
  position: relative;
}
.livestream-active.show .content .char {
  -webkit-animation: charpopup 0.7s ease-out normal both;
       -o-animation: charpopup 0.7s ease-out normal both;
          animation: charpopup 0.7s ease-out normal both;
  -webkit-animation-delay: 1s;
       -o-animation-delay: 1s;
          animation-delay: 1s;
}
.livestream-active.show .content .char:nth-child(2) {
  -webkit-animation-delay: 1.08s;
       -o-animation-delay: 1.08s;
          animation-delay: 1.08s;
}
.livestream-active.show .content .char:nth-child(3) {
  -webkit-animation-delay: 1.16s;
       -o-animation-delay: 1.16s;
          animation-delay: 1.16s;
}
.livestream-active.show .content .char:nth-child(4) {
  -webkit-animation-delay: 1.24s;
       -o-animation-delay: 1.24s;
          animation-delay: 1.24s;
}
.livestream-notification.bar {
  top: 1.5rem;
  z-index: 6;
}
.livestream-notification.bar .label {
  max-width: none;
  text-transform: uppercase;
}
.livestream-notification.bar .title {
  line-height: normal;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.livestream-notification .label .strong {
  display: block;
  font-family: serif;
  font-size: 0.4rem;
}
.livestream-notification .label .light {
  display: block;
  font-family: sans-serif;
  font-size: 0.27rem;
}
.livestream-notification .content .text {
  font-family: serif;
  font-size: 0.4rem;
  font-weight: bold;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.livestream-notification .text > span {
  display: inline-block;
}
.livestream-notification .hours,
.livestream-notification .minutes,
.livestream-notification .seconds {
  text-align: center;
  width: 0.46rem;
}
.livestream-notification .seperator:after {
  content: '.';
}
.livestream-notification .hours.hidden,
.livestream-notification .hours.hidden + .seperator:after {
  display: none;
}
.overlay-container .overlay.hibernation {
  background-color: transparent;
  font-size: 0.26rem;
  height: 100%;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  width: 100%;
  z-index: 10;
}
.overlay-container .overlay.hibernation.show {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
}
.overlay-container .overlay.hibernation .content .text {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  -o-transition: opacity 0.4s, -o-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s, -o-transform 0.4s;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.overlay-container .overlay.hibernation .content .text.inactive {
  opacity: 0;
  -webkit-transform: translateY(-150%);
       -o-transform: translateY(-150%);
          transform: translateY(-150%);
}
.overlay-container .overlay.hibernation .settings-hint {
  font-size: 0.23rem;
  margin-top: 0.5%;
}
.overlay-container .overlay.hibernation.sleep .content .text.active {
  opacity: 0;
  -webkit-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
}
.overlay-container .overlay.hibernation.sleep .content .text.inactive {
  opacity: 1;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.media-source {
  color: #FFF;
  bottom: 0.1rem;
  font-size: 0.15rem;
  opacity: 0;
  right: 0.1rem;
  -webkit-transition: opacity 0.2s, visibility 0s 0.2s;
  -o-transition: opacity 0.2s, visibility 0s 0.2s;
  transition: opacity 0.2s, visibility 0s 0.2s;
  visibility: hidden;
}
.media-source.show {
  opacity: 0.5;
  visibility: visible;
}
.download-the-app {
  color: #AAA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  font-size: 0.1rem;
  left: 0;
  padding: 0.1rem;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
.lower-third,
.epg {
  display: none;
}
.lower-third.initialized,
.epg.initialized {
  display: block;
}
.lower-third .bar .label,
.epg .bar .label {
  max-width: none;
  font-size: 0.6rem;
  text-transform: uppercase;
}
.lower-third .content,
.epg .content {
  min-width: 50%;
  white-space: nowrap;
}
.lower-third .content > *,
.epg .content > * {
  display: inline-block;
  vertical-align: top;
}
.lower-third .image,
.epg .image {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.lower-third .image .thumbnail,
.epg .image .thumbnail {
  max-height: 150%;
}
.lower-third .info,
.epg .info {
  max-width: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
       -o-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.lower-third .info .title,
.epg .info .title,
.lower-third .info .description,
.epg .info .description {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.lower-third .info .title,
.epg .info .title {
  font-size: 0.3rem;
  font-weight: bold;
}
.lower-third .info .description,
.epg .info .description {
  font-size: 0.25rem;
  font-style: italic;
}
.lower-third .now,
.epg .now,
.lower-third .next,
.epg .next {
  bottom: 2rem;
  min-width: 23%;
  max-width: 65%;
  position: absolute;
}
.lower-third .next,
.epg .next {
  min-width: 35%;
}
.lower-third .now .image,
.epg .now .image,
.lower-third .next .image,
.epg .next .image {
  display: none;
}
.lower-third .next .image,
.epg .next .image {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  min-width: 0.7rem;
  max-width: 2rem;
}
.lower-third .next .image .clip,
.epg .next .image .clip {
  height: 200%;
  overflow: hidden;
  position: relative;
  top: 50%;
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
}
.lower-third .next .image .thumbnail,
.epg .next .image .thumbnail {
  max-width: 2rem;
  position: relative;
  -webkit-transform: translateY(-50%) rotate(45deg);
       -o-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: 0 center;
       -o-transform-origin: 0 center;
          transform-origin: 0 center;
}
.lower-third .next .info,
.epg .next .info {
  display: block;
}
.lower-third .next .info .title,
.epg .next .info .title,
.lower-third .next .info .description,
.epg .next .info .description {
  text-align: right;
}
.lower-third .bar {
  min-width: 40%;
}
.lower-third .bar.no-subject {
  min-width: 23%;
}
.lower-third .bar .label {
  max-width: 50%;
}
/*
 Used when the browser does not support requestFullscreen() 

 using !importants here; with a multi level selector on the
 iframe this styling would be overwritten.
*/
.inline-fullscreen {
  position: fixed !important;
  height: 100% !important;
  width: 100% !important;
  top: 0 !important;
  left: 0 !important;
  -webkit-transform: none !important;
       -o-transform: none !important;
          transform: none !important;
  z-index: 10 !important;
}
/*noinspection CssInvalidPseudoSelector*/
@-webkit-keyframes fadeInFromTop {
  from {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@-o-keyframes fadeInFromTop {
  from {
    -o-transform: translateY(-10px);
       transform: translateY(-10px);
    opacity: 0;
  }
  to {
    -o-transform: translateY(0px);
       transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes fadeInFromTop {
  from {
    -webkit-transform: translateY(-10px);
         -o-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0px);
         -o-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
.fadein {
  -webkit-animation: fadeInFromTop 0.2s ease-in-out;
       -o-animation: fadeInFromTop 0.2s ease-in-out;
          animation: fadeInFromTop 0.2s ease-in-out;
}
.slide-in--right {
  -webkit-animation: slide-in--right 0.15s forwards cubic-bezier(0.455, 0.03, 0.515, 0.955);
       -o-animation: slide-in--right 0.15s forwards cubic-bezier(0.455, 0.03, 0.515, 0.955);
          animation: slide-in--right 0.15s forwards cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.slide-out--right {
  -webkit-animation: slide-out--right 0.15s forwards cubic-bezier(0.455, 0.03, 0.515, 0.955);
       -o-animation: slide-out--right 0.15s forwards cubic-bezier(0.455, 0.03, 0.515, 0.955);
          animation: slide-out--right 0.15s forwards cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@-webkit-keyframes slide-in--right {
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@-o-keyframes slide-in--right {
  100% {
    -o-transform: translateX(0%);
       transform: translateX(0%);
  }
}
@keyframes slide-in--right {
  100% {
    -webkit-transform: translateX(0%);
         -o-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@-webkit-keyframes slide-out--right {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-o-keyframes slide-out--right {
  0% {
    -o-transform: translateX(100%);
       transform: translateX(100%);
  }
}
@keyframes slide-out--right {
  0% {
    -webkit-transform: translateX(100%);
         -o-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  to {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.controls {
  bottom: 0;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
  opacity: 1;
  -webkit-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /**
    container
     */
  /**
    individual buttons
     */
  /**
    advertisement cues (the yellow points for ads)
     */
  /**
    volume slider etc
     */
  /**
    volume button
     */
  /**
    btn fullscreen
     */
  /**
    share btn
     */
  /**
    chromecast btn
     */
  /**
    airplay btn
     */
  /**
    quality selector bt
     */
  /**
    closed captions btn
     */
  /**
    play/pause btn
     */
  /**
    player buttons container
     */
  /**
    specific type of spacer btn
     */
  /**
    btn stop
     */
  /**
    btn replay
     */
  /**
    pip button
     */
  /**
    watch in ondemand btn
     */
}
.controls .controls-bg {
  opacity: 0;
}
.controls.show {
  opacity: 1;
  -webkit-transform: translateY(0%);
       -o-transform: translateY(0%);
          transform: translateY(0%);
}
.controls.show .controls-container {
  opacity: 1;
}
.controls.show .controls-bg {
  opacity: 1;
}
.controls .controls-container {
  position: relative;
  width: auto;
  padding: 0 10px;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 500px) {
  .controls .controls-container {
    left: 0;
    right: 0;
    padding: 0;
  }
}
.controls .control-btn {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 32px;
  opacity: 0.9;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px 0 15px 0;
  z-index: 2;
  border: 0;
  background-color: transparent;
  outline: none;
}
.controls .control-btn:before {
  display: inline-block;
  font: normal normal normal 14px/1 'tc';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  vertical-align: middle;
  line-height: 28px;
}
.controls .control-btn:hover,
.controls .control-btn:focus {
  opacity: 1;
}
.controls .control-btn:hover svg,
.controls .control-btn:focus svg {
  -webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1);
}
.controls .control-btn svg {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.controls .control-btn-tooltip {
  position: absolute;
  top: -40px;
  background-color: rgba(0, 0, 0, 0.6);
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(5px);
       -o-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 2px;
  padding: 5px 8px;
}
.controls .control-btn-tooltip.show {
  opacity: 1;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}
.controls .controls-cue {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  font-size: 0.4em;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-bottom: 20px;
}
.controls .controls-cue_item {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 4px 6px;
  display: inline-block;
}
@media (max-width: 767px) {
  .controls .controls-cue_item {
    font-size: 14px;
  }
}
.controls .volume {
  height: 100%;
  position: relative;
  white-space: nowrap;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 500px) {
  .controls .volume {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.controls .volume .empty {
  background-color: #ededed;
  height: 2px;
  width: 100%;
  position: absolute;
  top: auto;
}
.controls .volume .fill {
  background-color: #699E98;
  height: 2px;
  top: 0;
  width: 50%;
  position: absolute;
  top: auto;
}
.controls .volume .track {
  cursor: pointer;
  border-radius: 5%;
  opacity: 0;
  position: relative;
  width: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.controls .volume .track-inner {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.controls .volume .scrubber {
  background-size: cover;
  cursor: pointer;
  height: 8px;
  left: 50%;
  top: 0;
  width: 2px;
  background-color: #699E98;
  position: absolute;
  top: auto;
  margin-top: -3px;
}
@media (max-width: 500px) {
  .controls .volume.open + .time-display,
  .controls .volume.dragging + .time-display {
    display: none;
  }
}
.controls .volume.open .track,
.controls .volume.dragging .track {
  opacity: 1;
  width: 90px;
}
.controls .btn-volume:before {
  padding-left: 8px;
  text-align: left;
  width: 18px;
}
.controls .btn-fullscreen {
  -webkit-box-ordinal-group: 21;
  -webkit-order: 20;
      -ms-flex-order: 20;
          order: 20;
}
.controls .btn-shares {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8;
}
.controls .btn-chromecast {
  -webkit-box-ordinal-group: 15;
  -webkit-order: 14;
      -ms-flex-order: 14;
          order: 14;
}
.controls .btn-airplay {
  -webkit-box-ordinal-group: 16;
  -webkit-order: 15;
      -ms-flex-order: 15;
          order: 15;
}
.controls .btn-quality-selector {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
      -ms-flex-order: 12;
          order: 12;
}
.controls .btn-quality-selector.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.controls .btn-cc {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
      -ms-flex-order: 9;
          order: 9;
}
.controls .btn-play-state {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.controls .player-bar {
  font-size: 12px;
  margin-top: -5px;
  margin-bottom: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.controls .controls-spacer {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-ordinal-group: NaN;
  -webkit-order: var(--player-control-btn-spacer-order, 5);
      -ms-flex-order: var(--player-control-btn-spacer-order, 5);
          order: var(--player-control-btn-spacer-order, 5);
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
}
.controls .btn-stop {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.controls .btn-replay svg {
  width: 19px;
  margin-top: 4px;
}
.controls .btn-pip {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
      -ms-flex-order: 13;
          order: 13;
}
.controls .btn-play-in-ondemand {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEiIHZpZXdCb3g9IjAgMCAyMzkgMjIyIj48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMTAzIDcwdjgybDc2LTQxeiIvPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik0xMjcgMEM2NyAwIDE3IDQ5IDE2IDExMEgwbDI2IDI3IDI2LTI3SDMyYTk1IDk1IDAgMSAxIDE5IDU4bC0xMyA5QTExMSAxMTEgMCAxIDAgMTI3IDB6Ii8+PC9zdmc+Cg==);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: 48% 49%;
}
.VR .player,
.VR #poster,
.VR .overlay-container {
  display: none;
}
.player-settings-menu,
.controls-cc-dropdown {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  right: 0;
  bottom: 65px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  overflow: hidden;
  color: #dcdcdc;
}
.player-settings-menu.show,
.controls-cc-dropdown.show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.player-settings-menu.show ul.slide-in--right,
.controls-cc-dropdown.show ul.slide-in--right {
  visibility: visible;
  -webkit-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
}
.player-settings-menu ul,
.controls-cc-dropdown ul {
  list-style-type: none;
  font-size: 13px;
  padding: 0;
  margin: 5px 0;
}
.player-settings-menu li,
.controls-cc-dropdown li {
  padding: 7px 22px 7px 40px;
  text-align: right;
  position: relative;
}
.player-settings-menu li:hover,
.controls-cc-dropdown li:hover {
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.player-settings-menu li:before,
.controls-cc-dropdown li:before {
  font-family: tc;
  position: absolute;
  left: 18px;
}
.player-settings-menu li.active,
.controls-cc-dropdown li.active {
  color: #fff;
}
.player-settings-menu li.active:before,
.controls-cc-dropdown li.active:before {
  content: '\F26B';
  color: #fff;
}
.player-settings-menu li.requested,
.controls-cc-dropdown li.requested {
  color: #fff;
}
.player-settings-menu li.requested:before,
.controls-cc-dropdown li.requested:before {
  content: '';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border-top: 2px solid #fff;
  border-right: 2px solid transparent;
  -webkit-animation: spinner 0.6s linear infinite;
       -o-animation: spinner 0.6s linear infinite;
          animation: spinner 0.6s linear infinite;
}
.player-settings-menu li.main,
.controls-cc-dropdown li.main {
  padding: 7px 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.player-settings-menu li .quality-span,
.controls-cc-dropdown li .quality-span {
  margin-left: 18px;
  color: #bfbfbf;
}
@media (max-height: 300px) {
  .player-settings-menu li.responsive-list-item,
  .controls-cc-dropdown li.responsive-list-item {
    display: inline-block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
  }
}
.player-settings-menu__back,
.controls-cc-dropdown__back {
  padding: 10px 5px;
  text-align: left;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.player-settings-menu__back:before,
.controls-cc-dropdown__back:before {
  content: '\F2FA';
  margin-right: 10px;
  padding-left: 13px;
  font-family: tc;
  position: relative;
  -webkit-animation: slide-in--right 0.2s;
       -o-animation: slide-in--right 0.2s;
          animation: slide-in--right 0.2s;
}
.player-settings-menu__back span,
.controls-cc-dropdown__back span {
  display: inline-block;
  padding-right: 16px;
  padding-left: 6px;
  font-size: 13px;
  -webkit-animation: slide-in--right 0.2s;
       -o-animation: slide-in--right 0.2s;
          animation: slide-in--right 0.2s;
}
.player-settings-menu__forward:before,
.controls-cc-dropdown__forward:before {
  content: '\F2FB';
  margin-left: 10px;
  padding-right: 0;
  font-family: tc;
  position: relative;
}
.controls .disabled-sharing {
  font-size: 0.25em;
  white-space: normal;
}
.controls .disabled-sharing .social-shares-title {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 1.1em;
}
@media (max-width: 992px) {
  .controls .disabled-sharing {
    font-size: 12px;
  }
}
/* Video Controls
   ========================================================================== */
.controls.allow-video-control .btn-play-state,
.controls.allow-video-control .btn-stop,
.controls.allow-video-control:not(.infinite-duration) .time-display {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* Video Scrubber
   ========================================================================== */
.controls .html5-progress-bar,
.controls .progress-list,
.controls .play-progress {
  height: 2px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.controls .controls-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: -10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(9%, rgba(34, 34, 34, 0.05)), color-stop(15%, rgba(0, 0, 0, 0.1)), color-stop(63%, rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.52)));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(34, 34, 34, 0.05) 9%, rgba(0, 0, 0, 0.1) 15%, rgba(0, 0, 0, 0.45) 63%, rgba(0, 0, 0, 0.52) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(34, 34, 34, 0.05) 9%, rgba(0, 0, 0, 0.1) 15%, rgba(0, 0, 0, 0.45) 63%, rgba(0, 0, 0, 0.52) 100%);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.controls .progress-bar-container {
  position: relative;
  cursor: pointer;
  padding: 15px 0 10px 0;
  -webkit-transition: opacity 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  margin-bottom: 2px;
}
@media (max-width: 500px) {
  .controls .progress-bar-container {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.controls .progress-bar-container .progress-tooltip {
  left: 0;
  position: absolute;
  top: 0;
  pointer-events: none;
  left: -18px;
  top: -15px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  overflow: hidden;
}
.controls .progress-bar-container .progress-tooltip.show {
  opacity: 1;
}
.controls .progress-bar-container .progress-tooltip-arrow {
  border-top: 5px solid #000000;
  border-top: 5px solid rgba(0, 0, 0, 0.9);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: 0;
  height: 0;
  width: 0;
  margin-top: -1px;
  margin-left: calc(50% - 4px);
}
.controls .progress-bar-container .progress-tooltip-timestamp {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.9);
  font-size: 11px;
  font-size: 10px;
  padding: 4px 7px;
  font-family: sans-serif;
  position: relative;
  -webkit-font-smoothing: subpixel-antialiased;
  font-weight: 300;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.controls .progress-bar-container.active .html5-progress-bar {
  -webkit-transform: scaleY(2);
       -o-transform: scaleY(2);
          transform: scaleY(2);
}
.controls .html5-progress-bar {
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  -webkit-transform-origin: 50% 50%;
       -o-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.controls .html5-progress-bar .progress-list {
  background-color: rgba(244, 247, 249, 0.4);
}
.controls .html5-progress-bar-disabled {
  display: none;
  float: right;
  height: 2px;
  cursor: no-drop;
}
.controls .html5-progress-bar-disabled .progress-list {
  background-color: rgba(0, 0, 0, 0.35);
  background-size: 40px 40px;
  background-position: 100% 0;
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.controls .play-progress {
  background-color: #699E98;
  height: 2px;
  top: 15px;
  left: 0;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
}
.controls .play-progress-buffered {
  background-color: rgba(244, 247, 249, 0.4);
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  -o-transition: -o-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out, -o-transform 0.1s ease-in-out;
}
.controls .play-progress-disabled {
  background-color: rgba(0, 0, 0, 0.35);
  background-size: 40px 40px;
  background-position: 100% 0;
  background-image: -o-linear-gradient(45deg, #3c3c3c 25%, transparent 25%, transparent 50%, #3c3c3c 50%, #3c3c3c 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, #3c3c3c 25%, transparent 25%, transparent 50%, #3c3c3c 50%, #3c3c3c 75%, transparent 75%, transparent);
}
.controls .play-progress-disabled-filler {
  background-color: #fff;
}
.controls .html5-scrubber-button {
  background: #699E98;
  border-radius: 6px;
  height: 12px;
  margin-left: -6px;
  position: absolute;
  top: 10px;
  width: 12px;
  z-index: 2;
  margin-top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
}
.controls .html5-scrubber-button.show {
  opacity: 1;
}
.controls .html5-scrubber-button:hover {
  background-color: #699E98;
}
/**
 * disallow scrubbing state
 */
.controls.disable-scrubbing .progress-bar-container {
  pointer-events: none;
}
.controls.disable-scrubbing .progress-bar-container .progress-tooltip,
.controls.disable-scrubbing .progress-bar-container .html5-scrubber-button {
  visibility: hidden;
}
/**
 * Hiding controls (! not disabling control functionality)
 */
.overlay.controls.disable-controls .progress-bar-container {
  visibility: hidden;
}
.overlay.controls.disable-controls .btn-play-state {
  display: none;
}
/**
 * disallow share button
 */
.overlay.controls.disable-sharing .btn-shares {
  display: none;
}
/**
 * disallow seeking until a point
 */
.overlay.controls.max-seek-point .html5-progress-bar-disabled {
  display: block;
}
/**
 * Hiding controls
 */
body.hide-controls .overlay.controls {
  display: none;
}
.infinite-duration .progress-bar-container {
  pointer-events: none;
}
.infinite-duration .progress-bar-container .play-progress {
  -webkit-transform: scale3d(1, 1, 1) !important;
          transform: scale3d(1, 1, 1) !important;
}
.infinite-duration .progress-bar-container .progress-tooltip,
.infinite-duration .progress-bar-container .html5-scrubber-button {
  visibility: hidden;
}
/* Video Information
   ========================================================================== */
.time-display {
  display: inline-block;
  font-family: sans-serif;
  font-size: 13px;
  padding: 0 10px;
  position: relative;
  -webkit-font-smoothing: subpixel-antialiased;
  font-weight: 300;
  letter-spacing: 0.4px;
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 500px) {
  .time-display {
    letter-spacing: 0;
    font-size: 11px;
  }
}
.time-display .time-current {
  color: #699E98;
}
.time-display .time-live-badge:before {
  background: #b3362d;
  border-radius: 7px;
  content: '';
  display: inline-block;
  height: 7px;
  margin-right: 4px;
  width: 7px;
}
.time-display .tv-linear {
  font-weight: 900;
}
.time-display .time-advertisement-badge {
  margin-left: 15px;
}
.time-display .time-advertisement-badge:before {
  background: #fc0;
  border-radius: 7px;
  content: '';
  display: inline-block;
  height: 7px;
  margin-right: 4px;
  width: 7px;
}
.control-btn.time-display {
  width: auto;
  cursor: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.controls.is-advertisement .play-progress {
  background: #fc0;
}
.controls.is-advertisement .btn:before {
  vertical-align: top;
  line-height: 22px;
}
.controls.is-advertisement .progress-bar-container {
  -webkit-box-ordinal-group: 26;
  -webkit-order: 25;
      -ms-flex-order: 25;
          order: 25;
  margin-top: -20px;
}
.controls.is-advertisement .cue-point {
  display: none;
}
.controls-spritesheet {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
}
.controls-spritesheet.show {
  opacity: 1;
}
.controls-spritesheet-img {
  position: absolute;
  width: 18em;
  max-width: 375px;
  min-width: 100px;
  bottom: 22px;
  background-color: #000;
}
@media (max-width: 768px) {
  .controls-spritesheet-img {
    width: 120px;
  }
}
.controls-spritesheet-inner {
  padding-top: 56.25%;
  background-size: 500%;
  background-repeat: no-repeat;
  border: 1px solid #000;
}
.progress-bar-container.active.active-touch .controls-spritesheet-img {
  bottom: 42px;
}
.progress-bar-container.active.active-touch .progress-tooltip {
  top: -35px;
}
/* Cue points
   ========================================================================== */
.cue-points {
  height: 2px;
  position: absolute;
  top: 15px;
  right: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
  top: 0;
}
.cue-point {
  background-color: #FFF;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
  display: block;
  height: 2px;
  position: absolute;
  top: 0;
  width: 6px;
}
.cue-point.advertisement {
  background-color: #fc0;
}
.ADVERTISEMENT .controls .btn-quality-selector {
  display: none;
}
.player-click-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.external-player {
  background-color: rgba(0, 0, 0, 0.7);
  display: inline-block;
  pointer-events: none;
  font-size: 18px;
  padding: 11px 15px;
  border-radius: 5px;
}
@media (max-width: 500px) {
  .external-player {
    border-radius: 3px;
    margin-left: 10px;
    font-size: 14px;
    padding: 8px 9px;
  }
}
.control-svg {
  display: block;
  fill: #ffffff;
  pointer-events: none;
  width: 20px;
  height: 20px;
}
/* Loader
   ========================================================================== */
.tc-loader {
  left: 50%;
  min-width: 26px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 5%;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 3;
}
.tc-loader span {
  -webkit-animation: loader-ball 0.8s infinite linear;
       -o-animation: loader-ball 0.8s infinite linear;
          animation: loader-ball 0.8s infinite linear;
  border: 5px solid rgba(255, 255, 255, 0.2);
  border-left-color: #ffffff;
  margin: -5px;
}
.tc-loader span,
.tc-loader span:after {
  border-radius: 50%;
  display: block;
  padding-top: 100%;
  width: 100%;
}
@-webkit-keyframes loader-ball {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-o-keyframes loader-ball {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}
@keyframes loader-ball {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
html,
body,
.player,
.youtube,
#poster,
video {
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
#hlsplayer {
  z-index: 99999;
}
/* Hide SWFObject Flash support test object */
body > object[type="application/x-shockwave-flash"] {
  display: none;
}
.player {
  background-color: #000;
  position: absolute;
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
#poster {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#poster .img.background-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-size: cover;
  opacity: 0;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background-position: 50% 50%;
}
#poster .img.background-thumb.in {
  opacity: 1;
}
#poster .img.background-thumb img {
  visibility: hidden;
}
#poster.show {
  opacity: 1;
}
html.profile-capture {
  cursor: none !important;
  pointer-events: none !important;
}
html.profile-capture .overlay.controls,
html.profile-capture .click-to-play,
html.profile-capture .call-to-action {
  display: none !important;
}
body {
  background: #000;
  position: relative;
  /* Fix for iOS jerky i-frames when content dimension changes */
}
.js-player-container {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* container for video and overlays */
.display-container {
  height: 100%;
  overflow: hidden;
  width: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.display-container.bug-render-video-not-transformed {
  top: auto;
  left: auto;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}
.display-container[data-active-player="html5-player"] #html5-player,
.display-container[data-active-player="yt-player"] #yt-player,
.display-container[data-active-player="player"] #player {
  z-index: 2;
}
.overlay-container {
  visibility: hidden;
}
/* Hides controls and ads */
body:not(.disable-overlays-until-play) iframe.youtube,
body:not(.disable-overlays-until-play) iframe.vimeo {
  height: 200%;
  position: absolute;
  top: -50%;
}
body.disable-overlays-until-play .overlay-container,
body.disable-overlays-until-play .progress-bar-container,
body.disable-overlays-until-play .overlay.controls {
  visibility: hidden !important;
}
body.hide-overlays .overlay-container,
body.hide-controls .overlay.controls,
body.hide-interactivity .call-to-action {
  display: none !important;
}
body.show-overlays .overlay-container {
  visibility: visible;
}
.sf-minitoolbar {
  bottom: auto !important;
  top: 0;
}
.type-image-caption {
  height: 100%;
  text-align: center;
  width: 100%;
}
.type-image-caption .image {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.type-image-caption .caption {
  bottom: 0.3rem;
  position: absolute;
  text-align: center;
  width: 100%;
}
.type-image-caption .caption .text {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.7);
  color: #FFF;
  font-family: sans-serif;
  font-size: 0.4rem;
  line-height: normal;
  padding: 0.05rem 0.1rem;
}
.type-image-caption .caption .text.hide {
  display: none;
}
.type-text {
  background: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  font-family: sans-serif;
  font-size: 0.34rem;
  line-height: 1.1;
  height: 100%;
  padding: 9.85% 12.5%;
  width: 100%;
}
.type-text h1 {
  font-size: 0.44rem;
  margin: 0.2rem 0;
}
.type-text h2 {
  font-size: 0.42rem;
  margin: 0.2rem 0;
}
.type-text h3 {
  font-size: 0.4rem;
  margin: 0.2rem 0;
}
.type-text h4 {
  font-size: 0.38rem;
  margin: 0.2rem 0;
}
.type-text h5 {
  font-size: 0.36rem;
  margin: 0.2rem 0;
}
.type-text h6 {
  font-size: 0.34rem;
  margin: 0.2rem 0;
}
.type-text::before {
  /*noinspection CssUnknownTarget*/
  background-size: cover;
  content: "";
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.type-text * {
  position: relative;
  z-index: 1;
}
.stream-image {
  background: transparent none no-repeat center center;
  background-size: cover;
  content: "";
  display: block;
  left: 0;
  height: 100%;
  opacity: 0;
  top: 0;
  -webkit-transition: opacity 0.2s, visibility 0s 0.2s;
  -o-transition: opacity 0.2s, visibility 0s 0.2s;
  transition: opacity 0.2s, visibility 0s 0.2s;
  visibility: hidden;
  width: 100%;
  z-index: 5;
}
.stream-image.show {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  visibility: visible;
}
.stream-error.show {
  /*noinspection CssUnknownTarget*/
}
.stream-empty.show {
  /*noinspection CssUnknownTarget*/
}
body.initialized:not(.BUFFERING):not(.loading-advertisement) > .tc-loader {
  /*
    Note: Using display none requires reflow to make CSS3 transitions work,
    using out-of-screen offset to prevent rendering and trigger delayed show
    */
  left: -50%;
  visibility: hidden;
}
.loading-advertisement .tc-loader,
.BUFFERING .tc-loader {
  z-index: 3;
  opacity: 1;
}
body > a[href*="https://ad.360yield.com/"] {
  pointer-events: none;
  visibility: hidden;
}
.overlay.advertisement {
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  top: 0;
  width: 100%;
  z-index: -1;
}
.overlay.advertisement > div {
  visibility: hidden;
}
.overlay.advertisement .skip {
  background: rgba(0, 0, 0, 0.65);
  border: 1px solid rgba(195, 195, 195, 0.38);
  bottom: 120px;
  color: #FFF;
  cursor: pointer;
  display: none;
  font-size: 16px;
  opacity: 0.8;
  padding: 10px 27px;
  position: absolute;
  right: 10px;
  text-shadow: 0 0 3px #000;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 100;
}
.overlay.advertisement .skip:hover,
.overlay.advertisement .skip:focus,
.overlay.advertisement .skip:active {
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 1;
  border: 1px solid rgba(112, 112, 112, 0.7);
}
.overlay.advertisement .skip.show {
  display: block;
}
.overlay.advertisement .advertisement-play {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: #0000001c;
  width: 100%;
  height: 100%;
}
.overlay.advertisement .advertisement-play .playicon-svg {
  pointer-events: none;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  top: 50%;
  left: 50%;
  display: inline-block;
  position: absolute;
  width: 3rem;
  height: 3rem;
  max-width: 150px;
  max-height: 150px;
  margin-left: 0.3rem;
}
@media (max-width: 360px) {
  .overlay.advertisement .advertisement-play .playicon-svg {
    width: 33px;
    height: 39px;
  }
}
.overlay.advertisement .advertisement-play .playicon-svg svg path {
  fill: rgba(255, 255, 255, 0.8);
}
.overlay.advertisement.ready-to-play {
  pointer-events: auto;
  opacity: 1;
  z-index: 6;
}
.overlay.advertisement.ready-to-play.advertisement-paused .advertisement-play {
  opacity: 1;
}
.overlay.advertisement.ready-to-play .advertisement-play {
  opacity: 1;
}
.overlay.advertisement.ready-to-play > div {
  visibility: visible;
}
.overlay.advertisement.ready-to-play .tc-loader {
  display: none;
}
.pip-capable {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
  -webkit-transform-origin: 2% calc(100% - 55px);
       -o-transform-origin: 2% calc(100% - 55px);
          transform-origin: 2% calc(100% - 55px);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: -o-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s, -o-transform 0.2s;
}
.picture-in-picture .pip-capable {
  -webkit-box-shadow: 0 0 2rem 0.3rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 2rem 0.3rem rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(0.15) rotate(0.001deg);
       -o-transform: scale(0.15) rotate(0.001deg);
          transform: scale(0.15) rotate(0.001deg);
  /* Rotate is to force smoothing of jagged lines */
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s, -o-transform 0.4s;
}
.picture-in-picture .display-container {
  z-index: 7;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after {
  clear: both;
}
.social-shares {
  float: right;
  margin-top: -6px;
  white-space: nowrap;
}
.social-share {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  position: relative;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.social-share .share-svg-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.social-share .share-control-svg {
  fill: #fff;
  width: 1rem;
  height: 1rem;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.social-share:hover {
  -webkit-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.social-share + .social-share {
  margin-left: 0.3rem;
}
.social-share.facebook-share {
  background-color: #44589a;
}
.social-share.twitter-share {
  background-color: #4ba9e1;
}
.social-share.googleplus-share {
  background-color: #ed3830;
}
.social-share.pinterest-share {
  background-color: #d3172b;
}
.social-share.linkedin-share {
  background-color: #0078b0;
}
.social-share.whatsapp-share {
  background-color: #0dc143;
}
.social-share.email-share {
  background-color: #2f2f2f;
}
.get_the_app {
  border-left: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
  height: 100%;
  left: 50%;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.get_the_app a {
  background: transparent none no-repeat 3em 1em;
  border-right: 1px solid #f3f3f3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #565f64;
  display: inline-block;
  text-decoration: none;
  text-align: left;
  background-size: 2.1em;
  padding: 0.83em 2.8em 0.83em 6.8em;
}
.get_the_app a .source {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}
.get_the_app a:last-child {
  border-right: none;
}
.get_the_app > .app_store {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJMYXllcl8yIiB2aWV3Qm94PSIwIDAgMTIwLjkgMTI5LjIiPjxzdHlsZT4uc3Qwe2ZpbGw6IzY0NkM3MDt9PC9zdHlsZT48cGF0aCBkPSJNODAuMiAzMC4zYy0xMS4zIDAtMTYgNS42LTI0IDUuNnMtMTQuMi02LTI0LTYtMjAgNi0yNi41IDE2LjJjLTkgMTQuNS03LjYgNDEuOCA3LjIgNjUgNSA4LjQgMTIgMTcuOCAyMS4yIDE4aC4yYzggMCAxMC41LTUuNSAyMS42LTUuNmguM2MxMSAwIDEzIDUuNSAyMS4yIDUuNWguMmM5LjIgMCAxNi42LTEwLjQgMjItMTguNyAzLjctNiA1LTkgOC0xNS43LTIxLjMtOC4yLTI1LTM5LjQtMy42LTUxLjRDOTcuNiAzNSA4OC41IDMwIDgwIDMweiIgY2xhc3M9InN0MCIvPjxwYXRoIGQ9Ik03Ny43IDBDNzEgLjUgNjMgNSA1OC41IDEwLjdjLTQuMiA1LjItNy42IDEzLTYuMyAyMC41aC41YzcuMiAwIDE0LjUtNC41IDE4LjgtMTAuMiA0LjItNS40IDcuMy0xMyA2LjItMjF6IiBjbGFzcz0ic3QwIi8+PC9zdmc+);
}
.get_the_app > .android {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22Layer_2%22%20viewBox%3D%220%200%20120.9%20129.2%22%3E%3Cstyle%3E.st0%7Bfill%3Aurl(%23path16_1_)%3B%7D%20.st1%7Bfill%3Aurl(%23path23_1_)%3B%7D%20.st2%7Bfill%3Aurl(%23path30_1_)%3B%7D%20.st3%7Bfill%3Aurl(%23path37_1_)%3B%7D%3C%2Fstyle%3E%3ClinearGradient%20id%3D%22path16_1_%22%20x1%3D%22226.9%22%20x2%3D%22210.5%22%20y1%3D%22-152.5%22%20y2%3D%22-120.5%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22matrix(1%200%200%20-1%20-124.695%20-74.6)%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23FCD08F%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23F79673%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20id%3D%22path16%22%20d%3D%22M89.2%2084.5l28-15.3c3.2-1.7%206.5-6.2%200-9.7l-28-15.3-20%2020.2%2020%2020z%22%20class%3D%22st0%22%2F%3E%3ClinearGradient%20id%3D%22path23_1_%22%20x1%3D%22203.1%22%20x2%3D%22141%22%20y1%3D%22-147.7%22%20y2%3D%22-214.4%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22matrix(1%200%200%20-1%20-124.695%20-74.6)%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23E74047%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237F50A0%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20id%3D%22path23%22%20d%3D%22M69%2064.4L5%20129c1.4.3%203%200%205-1.2l79.2-43.3-20-20z%22%20class%3D%22st1%22%2F%3E%3ClinearGradient%20id%3D%22path30_1_%22%20x1%3D%22203.5%22%20x2%3D%22140.3%22%20y1%3D%22-129.7%22%20y2%3D%22-64.3%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22matrix(1%200%200%20-1%20-124.695%20-74.6)%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23E6FFAB%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2347BEBC%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20id%3D%22path30%22%20d%3D%22M69%2064.4l20.2-20.2-79-43C8.2%200%206.4-.3%204.7%200L69%2064.3z%22%20class%3D%22st2%22%2F%3E%3ClinearGradient%20id%3D%22path37_1_%22%20x1%3D%22159.2%22%20x2%3D%22159.2%22%20y1%3D%22-203.7%22%20y2%3D%22-74.8%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22matrix(1%200%200%20-1%20-124.695%20-74.6)%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2384E9DB%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23197491%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20id%3D%22path37%22%20d%3D%22M69%2064.4L5%200C2.2.8%200%203%200%207.8v113.8c0%204.3%201.7%207.4%205%207.7l64-64.8z%22%20class%3D%22st3%22%2F%3E%3C%2Fsvg%3E");
}
.get_the_app__no-border {
  border: none !important;
}
@media only screen and (max-width: 1023px) {
  .get_the_app {
    border-bottom: 1px solid #f3f3f3;
    border-top: 1px solid #f3f3f3;
    top: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .get_the_app a {
    background-position: 13px center;
    padding: 9px 2px 9px 41px;
    background-size: 16px;
    float: left;
  }
}
.time-display .time-current {
  color: inherit;
}
.controls .play-progress {
  background-color: #699E98;
}
.controls .html5-scrubber-button {
  border-color: #699E98;
  background: #699E98;
}
.overlay.logo img {
  float: left;
}
/**
 * livestream notification overlay
 */
.lower-third .now,
.epg .now,
.lower-third .next,
.epg .next {
  bottom: 4.04rem;
  height: 1.9rem;
}
.lower-third .bar .label,
.epg .bar .label {
  font-size: 0.5rem;
}
.lower-third .bar .label .title,
.epg .bar .label .title {
  line-height: 1rem;
}
.lower-third .info .title,
.epg .info .title,
.lower-third .info .description,
.epg .info .description {
  text-transform: uppercase;
  line-height: 0.35rem;
}
.lower-third .info .title,
.epg .info .title {
  font-weight: 700;
  font-size: 0.35rem;
}
.lower-third .info .description,
.epg .info .description {
  font-style: normal;
  font-size: 0.3rem;
}
.lower-third .bar .svg-container,
.epg .bar .svg-container {
  -webkit-transform-origin: 0 50%;
       -o-transform-origin: 0 50%;
          transform-origin: 0 50%;
}
.lower-third .bar.bar-right .svg-container,
.epg .bar.bar-right .svg-container {
  -webkit-transform-origin: 100% 50%;
       -o-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
/**
 * livestream notification overlay
 */
.livestream-notification.bar {
  top: 7.28rem;
  height: 1.35rem;
}
.livestream-notification .strong {
  margin-right: 0.16rem;
  font-family: inherit !important;
}
.livestream-notification .strong,
.livestream-notification .label {
  font-family: inherit;
}
.livestream-notification .content .text {
  font-family: inherit;
}
.livestream-notification .title,
.livestream-notification .text {
  margin-top: 0.03rem;
}
.livestream-notification .label .strong,
.livestream-notification .label .light {
  font-weight: 400;
  font-size: 0.5rem;
  display: inline-block;
  line-height: 2rem;
}
.livestream-notification .hours,
.livestream-notification .minutes,
.livestream-notification .seconds {
  width: 0.56rem;
}
/**
 * livestream active overlay
 */
.livestream-active.bar {
  top: 0.55rem;
  height: 1.38rem;
}
.livestream-active.bar .content {
  padding: 0.21rem 0.8rem 0.21rem 0.4rem;
  line-height: 0.65rem;
}
.livestream-active.bar .content .text {
  font-weight: 400;
  font-size: 0.5rem;
}
.livestream-active .label {
  display: none;
}
/**
 * social media notification overlay
 */
.social-media-notification .label {
  display: none;
}
.social-media-notification.bar {
  height: 1.57em;
  top: 7.09rem;
}
.social-media-notification.bar .valign {
  margin-top: 0.03rem;
}
.social-media-notification.bar .content {
  padding: 0.3rem 0.7rem 0.3rem 0.2rem;
}
.social-media-notification.bar .name,
.social-media-notification.bar .image {
  display: inline-block;
}
.social-media-notification.bar .name {
  font-size: 0.45rem;
  margin-left: 0.1rem;
  margin-top: 0;
  text-transform: uppercase;
  line-height: 1rem;
  vertical-align: middle;
}
.social-media-notification.bar .image {
  vertical-align: middle;
}
.social-media-notification.bar .image:before {
  display: none;
}
.social-media-notification.bar .image img {
  display: none;
  vertical-align: top;
}
/**
 * feed (rss/twitter) overlay
 */
.feed {
  bottom: 0.45rem;
}
.feed .label .title {
  line-height: 0.73rem;
}
.feed .clipper {
  right: 0;
}
/**
 * Hibernation overlay
 */
.hibernation .content .text {
  line-height: 0.37rem;
  margin-top: 0.05rem;
}
/**
 * general bar overlay
 */
.bar {
  -webkit-transition: -webkit-transform 0.15s 0.15s ease-out;
  transition: -webkit-transform 0.15s 0.15s ease-out;
  -o-transition: -o-transform 0.15s 0.15s ease-out;
  transition: transform 0.15s 0.15s ease-out;
  transition: transform 0.15s 0.15s ease-out, -webkit-transform 0.15s 0.15s ease-out, -o-transform 0.15s 0.15s ease-out;
  -webkit-transform: scalex(0);
       -o-transform: scalex(0);
          transform: scalex(0);
  -webkit-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
}
.bar .label,
.bar .content {
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
  color: #000;
  padding: 0.21rem 0.53rem 0.21rem 0.53rem;
  -webkit-box-shadow: 0 0 19px rgba(0, 0, 0, 0.27);
          box-shadow: 0 0 19px rgba(0, 0, 0, 0.27);
  height: 72%;
  background-color: #fff;
}
.bar .label {
  margin-right: 15px;
}
.bar .content {
  overflow: hidden;
  margin-right: 15px;
  margin-left: -10px;
}
.bar .content,
.bar .label {
  margin-top: 0.2rem;
}
.bar.bar-right {
  -webkit-transform-origin: 100% 0;
       -o-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.bar.bar-right .label {
  margin-left: 15px;
  margin-right: 0;
}
.bar.bar-right .content {
  margin-left: 15px;
  margin-right: -10px;
}
.bar.bar-right .svg-container {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
.bar .svg-container {
  display: none;
}
.bar .content .svg-container {
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  -o-transition: -o-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out, -o-transform 0.4s ease-out;
}
.bar .title,
.bar .info,
.bar .clipper,
.bar .valign,
.bar .text {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
/**
 * active overlay
 */
.show .bar,
.show.bar {
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-transform 0.15s ease-out;
  -o-transition: -o-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out, -o-transform 0.15s ease-out;
  -webkit-transform: scalex(1);
       -o-transform: scalex(1);
          transform: scalex(1);
}
.show .bar .svg-container,
.show.bar .svg-container {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0s 0s;
  transition: -webkit-transform 0s 0s;
  -o-transition: -o-transform 0s 0s;
  transition: transform 0s 0s;
  transition: transform 0s 0s, -webkit-transform 0s 0s, -o-transform 0s 0s;
}
.show .bar .content .svg-container,
.show.bar .content .svg-container {
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  -o-transition: -o-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out, -o-transform 0.4s ease-out;
}
.show .bar .title,
.show.bar .title,
.show .bar .info,
.show.bar .info,
.show .bar .clipper,
.show.bar .clipper,
.show .bar .valign,
.show.bar .valign,
.show .bar .text,
.show.bar .text {
  opacity: 1;
  -webkit-transition: opacity 0.2s 0.2s ease-out;
  -o-transition: opacity 0.2s 0.2s ease-out;
  transition: opacity 0.2s 0.2s ease-out;
}
.sidebar.info_text .content {
  font-family: 'Work Sans', sans-serif;
}
.sidebar.info_text .content {
  font-weight: 400;
  color: #525252;
}
.sidebar.info_text h1 {
  border-bottom: none;
  padding-bottom: 0;
}
.error-screen {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background-color: #FFFFFF;
  cursor: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(9%, rgba(34, 34, 34, 0.05)), color-stop(15%, rgba(0, 0, 0, 0.1)), color-stop(63%, rgba(0, 0, 0, 0.52)), to(rgba(0, 0, 0, 0.7)));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(34, 34, 34, 0.05) 9%, rgba(0, 0, 0, 0.1) 15%, rgba(0, 0, 0, 0.52) 63%, rgba(0, 0, 0, 0.7) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(34, 34, 34, 0.05) 9%, rgba(0, 0, 0, 0.1) 15%, rgba(0, 0, 0, 0.52) 63%, rgba(0, 0, 0, 0.7) 100%);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.error-screen.show {
  opacity: 1;
}
.error-screen-inner {
  max-width: 80%;
  color: white;
  font-size: 0.8em;
  -webkit-flex-basis: 80%;
      -ms-flex-preferred-size: 80%;
          flex-basis: 80%;
}
.player-inlined-error {
  color: white;
  font-size: 0.8em;
}
.player-inlined-error_subtitle {
  margin-top: 3%;
  font-size: 0.6em;
}
.click-to-play {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 3;
  width: 100%;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.4);
}
.click-to-play .controlicon {
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  top: 50%;
  left: 50%;
  display: inline-block;
  position: absolute;
  width: 2.5em;
}
.click-to-play .controlicon-inner {
  position: relative;
  padding-top: 100%;
}
.click-to-play .controlicon .control-svg {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  fill: rgba(255, 255, 255, 0.9);
}
.click-to-play .controlicon-play .control-svg,
.click-to-play .controlicon-pause .control-svg {
  width: 100%;
  position: absolute;
  top: 0;
}
.click-to-play.show {
  pointer-events: all;
  opacity: 1;
}
.click-to-play:hover .controlicon-play .control-svg {
  -webkit-transform: scale3d(1.05, 1.05, 1);
          transform: scale3d(1.05, 1.05, 1);
  fill: #fff;
}
.target-tv .click-to-play {
  display: none !important;
}
.popup-shares {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background-color: #FFFFFF;
  cursor: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(9%, rgba(34, 34, 34, 0.05)), color-stop(15%, rgba(0, 0, 0, 0.1)), color-stop(63%, rgba(0, 0, 0, 0.52)), to(rgba(0, 0, 0, 0.7)));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(34, 34, 34, 0.05) 9%, rgba(0, 0, 0, 0.1) 15%, rgba(0, 0, 0, 0.52) 63%, rgba(0, 0, 0, 0.7) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(34, 34, 34, 0.05) 9%, rgba(0, 0, 0, 0.1) 15%, rgba(0, 0, 0, 0.52) 63%, rgba(0, 0, 0, 0.7) 100%);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 11;
}
.popup-shares.open {
  opacity: 1;
}
.popup-shares .social-shares {
  margin: 0;
  float: none;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -40%);
       -o-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
  padding: 35px;
  max-width: 80%;
}
.popup-shares .social-shares .social-share {
  width: 2rem;
  height: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 500px) {
  .popup-shares .social-shares {
    padding: 25px;
  }
  .popup-shares .social-shares .social-share {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
}
.popup-shares .social-shares .enabled-sharing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.popup-shares .social-shares .close {
  float: right;
  position: absolute;
  top: -0.2rem;
  right: -0.2rem;
  cursor: pointer;
  display: inline-block;
  font: normal normal normal 14px/1 'tc';
  text-rendering: auto;
  color: #fff;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.6rem;
}
.popup-shares .social-shares .close:before {
  content: "\F136";
}
.playercontextmenu {
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
  position: absolute;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.7);
  color: #e2e2e2;
  padding: 5px 16px;
  font-size: 11px;
  line-height: 1.4;
  font-family: sans-serif;
}
.playercontextmenu.show {
  opacity: 1;
}
.playercontextmenu_item {
  margin: 10px 0px;
}
.tapseekcontrol {
  position: absolute;
  background-color: rgba(14, 14, 14, 0);
  font-size: 20px;
  color: #ffffff;
  z-index: 9999;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tapseekcontrol-orb {
  width: 86%;
  position: absolute;
  height: 150%;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 100%;
  left: -50%;
  top: -25%;
  pointer-events: none;
}
.tapseekcontrol-orb.orb-right {
  left: auto;
  right: -50%;
}
.tapseekcontrol-orb.orb-right .tapseekcontrol-currentvalue {
  right: 55%;
  left: auto;
}
.tapseekcontrol-orb.orb-right .tapseekcontrol-icon:before {
  content: "\EA5F";
}
.tapseekcontrol-icon {
  font-family: 'tc' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.8rem;
}
.tapseekcontrol-icon:before {
  content: "\EAD9";
}
.tapseekcontrol-currentvalue {
  font-size: 0.6rem;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 45%;
  text-align: center;
  left: 55%;
}
.tapseekcontrol-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.tapseekcontrol-container-enter {
  opacity: 0;
}
.tapseekcontrol-container-enter-active {
  opacity: 1;
  -webkit-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
.tapseekcontrol-container-exit {
  opacity: 1;
}
.tapseekcontrol-container-exit-active {
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
.progress-ring {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.progress-ring__circle {
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
       -o-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.radial-progress-container {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  vertical-align: middle;
  overflow: hidden;
}
.radial-progress-play {
  display: block;
}
.radial-progress-play:after {
  display: inline-block;
  font: normal normal normal 14px/1 'tc';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  vertical-align: middle;
  line-height: 0;
  content: "\F3AA";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-left: 0.08rem;
  margin-top: -0.04rem;
  font-size: 0.9rem;
}
.target-tv .returntotimeline {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.target-tv .returntotimeline .related {
  display: none;
}
.target-tv .returntotimeline .countdown-next {
  padding: 1rem;
}
.target-tv .returntotimeline .ended-cta {
  display: none;
}
.returntotimeline {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  top: 0;
  z-index: 10;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 600px) {
  .returntotimeline {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.returntotimeline.full-related {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.returntotimeline.full-related .countdown-next {
  display: none;
}
.returntotimeline.full-related .related_item {
  display: block !important;
}
@media (min-width: 992px) {
  .returntotimeline.full-related .related_item:nth-of-type(1n+9) {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .returntotimeline.full-related .related_item {
    width: 33.333333%;
  }
  .returntotimeline.full-related .related_item:nth-of-type(1n+7) {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .returntotimeline.full-related .related_item {
    width: 50%;
  }
  .returntotimeline.full-related .related_item:nth-of-type(1n+3) {
    display: none !important;
  }
}
.returntotimeline .tc-loader {
  opacity: 1;
}
@media (max-width: 600px) {
  .returntotimeline.combined-view .related {
    display: none;
  }
  .returntotimeline.combined-view .wrapper {
    padding: 0.2em;
  }
}
.returntotimeline.show {
  opacity: 1;
}
.returntotimeline .progress-container {
  width: 1.9em;
  padding-right: 0.4em;
}
.returntotimeline .ended-info {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  min-width: 0;
}
.returntotimeline .progress-container-playbutton:after {
  display: inline-block;
  font: normal normal normal 14px/1 'tc';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  vertical-align: middle;
  line-height: 28px;
  content: "\F3AA";
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  margin-left: 0.095em;
}
.returntotimeline .wrapper {
  color: #fff;
  padding: 1.2em 1em 0.2em 0.2em;
  text-shadow: 0 0 black;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.returntotimeline .wrapper .wrapper-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  min-width: 0;
}
.returntotimeline .wrapper-flex-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.returntotimeline .countdown-next {
  font-size: 1rem;
}
@media (max-width: 600px) {
  .returntotimeline .countdown-next {
    font-size: 2rem;
  }
}
.returntotimeline .video-title {
  margin: 0.13em 0;
  font-size: 0.6em;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
@media (max-width: 600px) {
  .returntotimeline .video-title {
    font-size: 0.35em;
  }
}
.returntotimeline p {
  font-size: 0.4em;
  margin: 0;
  font-size: 0.34em;
}
.returntotimeline .ended-cta {
  display: inline-block;
  cursor: pointer;
  font-size: 0.3em;
  margin: 0.1em 0 0 0;
  padding: 0.4em 0.1em;
  border-bottom: 2px solid #ffffff57;
  float: left;
  margin-right: 2em;
}
@media (max-width: 600px) {
  .returntotimeline .ended-cta.cancel {
    display: none;
  }
}
.returntotimeline .ended-cta.small-cancel {
  display: none;
}
@media (max-width: 600px) {
  .returntotimeline .ended-cta.small-cancel {
    display: block;
  }
}
.returntotimeline .related {
  padding: 0 0.4em 0 0.4em;
}
@media (max-width: 600px) {
}
.returntotimeline .related .fold-container {
  margin: 0 -0.2em;
}
.returntotimeline .related_title {
  color: #fff;
  margin-bottom: 0.8em;
  font-size: 0.4em;
  font-weight: 600;
}
.returntotimeline .related_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  width: 25%;
  color: #fff;
  padding: 0 0.2em;
  margin-bottom: 0.4em;
}
.returntotimeline .related_item_block {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #fff;
  text-decoration: none;
  display: block;
  position: relative;
}
.returntotimeline .related_item_block_thumb {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.returntotimeline .related_item_block_thumb:after {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(34%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.43)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, 0.43) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, 0.43) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.returntotimeline .related_item_block:hover .related_item_block_thumb {
  opacity: 0.7;
}
.returntotimeline .related_item_block_title {
  font-size: 0.25em;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0.1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.returntotimeline .related_item_block_meta {
  font-size: 0.2rem;
  position: absolute;
  top: 0;
  background-color: #000000a6;
  padding: 0.2em;
}
@media (min-width: 992px) {
  .returntotimeline .related_item:nth-of-type(1n+5) {
    display: none;
  }
}
@media (max-width: 991px) {
  .returntotimeline .related_item {
    width: 33.333333%;
    font-size: 1.3rem;
  }
  .returntotimeline .related_item:nth-of-type(1n+4) {
    display: none;
  }
}
@media (max-width: 600px) {
  .returntotimeline .related_item {
    width: 50%;
  }
  .returntotimeline .related_item:nth-of-type(1n+3) {
    display: none;
  }
}
.returntotimeline .related .img {
  background-size: cover;
  background-position: 50% 50%;
}
.returntotimeline .related .item_img-container img {
  visibility: hidden;
}
.player-current-item {
  position: relative;
  z-index: 4;
  padding: 0.5em 0.4em 0.8em 0.4em;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  position: absolute;
  top: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.48)), color-stop(51%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.3) 51%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.3) 51%, rgba(0, 0, 0, 0) 100%);
}
.player-current-item.show {
  opacity: 1;
}
@media (max-width: 600px) {
  .player-current-item {
    font-size: 1.3rem;
  }
}
.player-current-item_title {
  font-size: 0.5em;
  color: #fff;
  margin-bottom: 0.2em;
  margin-top: 0;
}
.player-current-item_description {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #fff;
  font-size: 0.4em;
}
@-webkit-keyframes elearning-show-screen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes elearning-show-screen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes elearning-show-screen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes elearning-hide-screen {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-o-keyframes elearning-hide-screen {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes elearning-hide-screen {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.overlay.elearning {
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  font-size: 14px;
  visibility: visible;
  z-index: 5;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  /**
     * start/begin screen
     */
  /**
     * question screen
     */
  /**
     * generic in message btn
     */
  /**
     * stop/result screen
     */
}
.overlay.elearning .elearning-screen {
  color: #616161;
  z-index: 3;
  padding: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  font-weight: 300;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 251, 251, 0.9)), to(rgba(244, 244, 244, 0.9)));
  background-image: -o-linear-gradient(top, rgba(251, 251, 251, 0.9) 0%, rgba(244, 244, 244, 0.9) 100%);
  background-image: linear-gradient(to bottom, rgba(251, 251, 251, 0.9) 0%, rgba(244, 244, 244, 0.9) 100%);
}
.overlay.elearning .elearning-screen.show-screen {
  -webkit-animation: elearning-show-screen 0.5s ease-in-out;
       -o-animation: elearning-show-screen 0.5s ease-in-out;
          animation: elearning-show-screen 0.5s ease-in-out;
}
.overlay.elearning .elearning-screen.hide-screen {
  -webkit-animation: elearning-hide-screen 0.5s ease-in-out;
       -o-animation: elearning-hide-screen 0.5s ease-in-out;
          animation: elearning-hide-screen 0.5s ease-in-out;
  pointer-events: none;
}
.overlay.elearning .course-container {
  overflow: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.overlay.elearning .course-title {
  margin: 0;
  font-weight: 400;
  display: block;
}
.overlay.elearning .course-content {
  overflow: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 16px;
  padding: 20px 20px 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.overlay.elearning .course-controls {
  -webkit-box-shadow: 0px -2px 11px #0000001c;
          box-shadow: 0px -2px 11px #0000001c;
  margin: 0 -20px;
  padding: 10px 20px;
  position: relative;
  background-color: white;
}
.overlay.elearning .course-controls .submit-question {
  float: right;
}
.overlay.elearning button {
  background-color: #bababa;
  color: #fff;
  padding: 12px 15px;
  border-radius: 4px;
  font-size: 16px;
  min-width: 120px;
  width: auto;
  font-weight: 300;
  letter-spacing: 0.5px;
  border: 0 solid #a1a1a1;
  border-bottom-width: 2px;
  -webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1) inset;
          box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1) inset;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.overlay.elearning button:hover,
.overlay.elearning button:focus,
.overlay.elearning button:active {
  background-color: #a1a1a1;
  border-color: #949494;
}
.overlay.elearning button[disabled] {
  background-color: #d3d3d3;
  color: #DDEAF7;
  border-color: #e0e0e0;
}
.overlay.elearning .multiple .question-container .choices .choice .check {
  border-radius: 3px;
}
.overlay.elearning .single .question-container .choices .choice .check {
  border-radius: 100%;
}
.overlay.elearning .start-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 75%;
  max-width: 800px;
}
.overlay.elearning .start-container .course-title {
  font-size: 25px;
  margin-bottom: 15px;
}
.overlay.elearning .start-container .course-description {
  font-size: 16px;
  margin-bottom: 24px;
}
.overlay.elearning .question-header {
  font-size: 16px;
}
.overlay.elearning .question-header .timer-container {
  display: none;
  float: right;
  text-align: center;
  margin-left: 15px;
}
.overlay.elearning .question-header .timer-container.show {
  display: block;
}
.overlay.elearning .question-header .timer {
  width: 3.6em;
  margin-bottom: 0.4em;
  margin-left: auto;
}
.overlay.elearning .question-header .timer svg circle {
  stroke-width: 0.6em;
}
.overlay.elearning .question-header .timer .progress-ring__ring {
  stroke: #e62626;
}
.overlay.elearning .question-header .question {
  margin-bottom: 2px;
  font-size: 30px;
}
.overlay.elearning .question-header .question-description {
  margin-top: 6px;
}
.overlay.elearning .question-header .question-specs {
  margin-bottom: 20px;
  font-weight: 600;
}
.overlay.elearning .question-container {
  font-size: 16px;
  overflow: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.overlay.elearning .question-container .choices .choice {
  margin-bottom: 10px;
  padding: 20px 25px;
  font-size: 18px;
  vertical-align: middle;
  line-height: 26px;
  cursor: pointer;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.overlay.elearning .question-container .choices .choice:hover {
  background-color: #FBFBFB;
}
.overlay.elearning .question-container .choices .choice > span {
  vertical-align: middle;
}
.overlay.elearning .question-container .choices .choice .check {
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 20px;
  vertical-align: top;
  background-color: white;
  position: relative;
  -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.11);
          box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.11);
  border: 2px solid #CECECE;
  float: left;
}
.overlay.elearning .question-container .choices .choice .check:after {
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  content: '';
  position: absolute;
  width: 17px;
  height: 7px;
  background: transparent;
  top: -1px;
  left: 2px;
  border: 6px solid #657584;
  border-top: none;
  border-right: none;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.overlay.elearning .question-container .choices .choice .choice-content {
  vertical-align: top;
  display: block;
  float: none;
  width: auto;
  overflow: hidden;
  border-left: 1px solid #F1F1F1;
  padding-left: 18px;
}
.overlay.elearning .question-container .choices .choice.checked .check:after {
  opacity: 1;
}
.overlay.elearning .message-btn {
  margin-top: 1em;
}
.overlay.elearning .result-container {
  font-size: 16px;
  margin-bottom: 20px;
}
.overlay.elearning .result-container .unpicked-answers {
  margin-top: 15px;
}
.overlay.elearning .result-container .score {
  float: right;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}
.overlay.elearning .result-container .result-title {
  font-size: 22px;
  margin-bottom: 6px;
}
.overlay.elearning .result-container .results-explanation {
  margin-top: 6px;
}
.overlay.elearning .result-container .result {
  margin-bottom: 10px;
  padding: 20px 25px;
  font-size: 16px;
  vertical-align: middle;
  line-height: 26px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
  cursor: pointer;
}
.overlay.elearning .result-container .result:hover .question:before {
  color: #929BA9;
}
.overlay.elearning .result-container .result .question:before {
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: '';
  display: inline-block;
  height: 10px;
  left: 0.15em;
  position: relative;
  vertical-align: top;
  width: 10px;
  margin-top: 6px;
  font-size: 14px;
  top: 0;
  -webkit-transform: rotate(135deg);
       -o-transform: rotate(135deg);
          transform: rotate(135deg);
  float: right;
}
.overlay.elearning .result-container .result.open .choices {
  height: auto;
  -webkit-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
  margin-top: 10px;
  border-top: 1px solid #F1F1F1;
  padding-top: 10px;
}
.overlay.elearning .result-container .result.open .question:before {
  top: 0.15em;
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.overlay.elearning .result-container .result .choices {
  height: 0;
  overflow: hidden;
}
.overlay.elearning .result-container .question {
  font-size: 16px;
  font-weight: 400;
}
.overlay.elearning .result-container .question .question-status {
  float: left;
  margin-right: 20px;
}
.overlay.elearning .result-container .question .question-content {
  float: none;
  width: auto;
  overflow: hidden;
}
.overlay.elearning .result-container .choices .type-label {
  font-size: 14px;
  font-weight: 400;
  color: #929292;
}
.overlay.elearning .result-container .choices .choice {
  font-weight: 500;
  line-height: 1.5;
}
.overlay.elearning .result-container .choices .choice .choice-status {
  float: left;
  margin-right: 20px;
}
.overlay.elearning .result-container .choices .choice .choice-content {
  float: none;
  width: auto;
  overflow: hidden;
}
.overlay.elearning .result-container .choices .choice.checked {
  font-weight: 600;
}
.overlay.elearning .result-container .choices .choice.invalid .choice-status,
.overlay.elearning .result-container .choices .choice.valid .choice-status {
  border-radius: 100%;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
  margin-top: 3px;
}
.overlay.elearning .result-container .choices .choice.invalid .choice-status:after,
.overlay.elearning .result-container .choices .choice.valid .choice-status:after {
  position: relative;
  width: 20px;
  height: 20px;
  top: 0;
  content: '';
  border-top: none;
  border-right: none;
  display: inline-block;
  color: white;
  font-weight: 200;
  text-align: center;
  font-size: 12px;
  background-size: 18px;
  background-position: 50% 50%;
}
.overlay.elearning .result-container .choices .choice.invalid .choice-status {
  background-color: #B3B3B3;
}
.overlay.elearning .result-container .choices .choice.invalid .choice-status:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTE5LDYuNEwxNy42LDVMMTIsMTAuNkw2LjQsNUw1LDYuNGw1LjYsNS42TDUsMTcuNkw2LjQsMTlsNS42LTUuNmw1LjYsNS42bDEuNC0xLjRMMTMuNCwxMkwxOSw2LjR6Ii8+Cjwvc3ZnPgo=);
  left: 0;
}
.overlay.elearning .result-container .choices .choice.valid .choice-status {
  background-color: #B3B3B3;
}
.overlay.elearning .result-container .choices .choice.valid .choice-status:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTksMTYuMkw0LjgsMTJsLTEuNCwxLjRMOSwxOUwyMSw3bC0xLjQtMS40TDksMTYuMnoiLz4KPC9zdmc+Cg==);
  left: 1px;
}
.overlay.elearning .result-container .choices .choice.checked.invalid .choice-status {
  background-color: #f12b24;
}
.overlay.elearning .result-container .choices .choice.checked.invalid .choice-status:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTE5LDYuNEwxNy42LDVMMTIsMTAuNkw2LjQsNUw1LDYuNGw1LjYsNS42TDUsMTcuNkw2LjQsMTlsNS42LTUuNmw1LjYsNS42bDEuNC0xLjRMMTMuNCwxMkwxOSw2LjR6Ii8+Cjwvc3ZnPgo=);
  left: 0;
}
.overlay.elearning .result-container .choices .choice.checked.valid .choice-status {
  background-color: #35B540;
}
.overlay.elearning .result-container .choices .choice.checked.valid .choice-status:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTksMTYuMkw0LjgsMTJsLTEuNCwxLjRMOSwxOUwyMSw3bC0xLjQtMS40TDksMTYuMnoiLz4KPC9zdmc+Cg==);
  left: 1px;
}
.overlay.elearning .elearning-timeout-screen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(222, 222, 222, 0.79) none;
  z-index: 3;
}
.overlay.elearning .elearning-timeout-screen .popup {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  background-color: white;
  padding: 20px 50px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.13);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.13);
  border: 1px solid #E8E8E8;
  text-align: center;
  font-weight: 300;
}
.overlay.elearning .elearning-timeout-screen .popup .popup-title {
  font-size: 20px;
  margin-bottom: 5px;
}
.overlay.elearning .elearning-timeout-screen .popup .popup-content {
  margin-bottom: 20px;
}
.overlay.elearning .elearning-error-screen {
  background-color: #fff;
}
.overlay.elearning .elearning-continue-from-scrub {
  background-image: none;
  -webkit-animation: none;
       -o-animation: none;
          animation: none;
}
.overlay.elearning .elearning-continue-from-scrub button {
  float: right;
}
.overlay.elearning .answer-warning {
  position: absolute;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
  top: 50px;
  left: 40px;
  z-index: 99;
  background-color: white;
  padding: 10px 15px;
  border: 1px solid #E9E4E6;
  font-size: 14px;
  border-radius: 2px;
  line-height: 18px;
  cursor: pointer;
}
.overlay.elearning .answer-warning:hover {
  background-color: #F7F7F7;
}
.overlay.elearning .answer-warning:before {
  display: inline-block;
  content: '!';
  width: 18px;
  background-color: #F3A717;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  margin-right: 10px;
}
@media only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) {
  .overlay.elearning {
    font-size: 18px;
  }
  .overlay.elearning .course-title {
    font-size: 19px;
  }
  .overlay.elearning .question-container .choices .choice {
    padding: 25px 15px;
    line-height: 23px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .overlay.elearning {
    font-size: 16px;
  }
  .overlay.elearning .course-title {
    font-size: 16px;
  }
  .overlay.elearning .question-container .question {
    font-size: 21px;
  }
  .overlay.elearning .question-container .choices .choice {
    padding: 20px 15px;
    line-height: 23px;
  }
  .overlay.elearning .question-container .choices .choice .check {
    width: 19px;
    height: 19px;
  }
  .overlay.elearning .question-container .choices .choice .check:after {
    border: 5px solid #657584;
    border-top: none;
    border-right: none;
    top: 2px;
    left: 2px;
    width: 15px;
    height: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .overlay.elearning {
    font-size: 14px;
  }
  .overlay.elearning .course-title {
    font-size: 14px;
  }
  .overlay.elearning .question-container .question {
    font-size: 18px;
  }
  .overlay.elearning .question-container .question-specs {
    font-size: 14px;
  }
  .overlay.elearning .question-container .choices .choice {
    padding: 14px 15px;
    line-height: 18px;
    font-size: 16px;
  }
  .overlay.elearning .question-container .choices .choice .check {
    width: 14px;
    height: 14px;
  }
  .overlay.elearning .question-container .choices .choice .check:after {
    border: 4px solid #657584;
    border-top: none;
    border-right: none;
    top: -1px;
    left: 1px;
    width: 13px;
    height: 5px;
  }
}
.B2BTV {
  /* Added this screen to class without .show so that the TV preloads the image */
}
.B2BTV .samsung-infolink {
  height: 0;
  width: 0;
}
.B2BTV .transition {
  height: 100%;
  width: 100%;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}
.B2BTV .transition img {
  display: none !important;
  width: auto;
  height: auto;
  -webkit-transform: translate3d(0px, 0px, 0px) scale(1.3333, 1.3333) !important;
          transform: translate3d(0px, 0px, 0px) scale(1.3333, 1.3333) !important;
  -webkit-transform-origin: 0% 0%;
  position: static !important;
  visibility: visible !important;
}
.B2BTV .transition img.active {
  display: block !important;
  visibility: visible !important;
}
.B2BTV .state-indicator {
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  text-align: center;
  color: white;
  z-index: 9999;
  font-size: 32px;
}
.B2BTV #b2berror {
  padding: 60px;
}
.B2BTV .stream-error {
  /*noinspection CssUnknownTarget*/
}
.B2BTV body.downloading .tc-loader {
  z-index: 1;
  opacity: 1;
}
.B2BTV body.downloading:before {
  background-color: rgba(0, 0, 0, 0.8);
  display: block;
  content: '';
  height: 100%;
  position: absolute;
  z-index: 1;
  width: 100%;
}
.B2BTV #samsung-debug {
  background-color: #FF0000;
  bottom: 0;
  color: #000;
  left: 0;
  font-size: 20px;
  position: absolute;
  width: 100%;
  z-index: 2;
}
