.video-container {
  color: #000;
  clear: both;
  line-height: 0.75rem;
  /*test*/
  /* For new video player, playlist videos behaves differently with these styles */
}
.video-container * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}
.viewing-on-tablet .gs-controls, .mobile .gs-controls{
	bottom: 0 !important;
	opacity: 1 !important;
}
.video-container .mediaComponentThumbs {
  width: 100%;
  height: 160px;
  padding: 15px 0;
  box-sizing: border-box;
}
.mobile .video-container{
	width: auto !important;
	min-width: 0 !important;
}
.video-container .mediaComponentThumbs li{
	margin: 0;
}
.accessibilityDisclaimer a {
  color: black;
}
.video-container .mediaComponentThumbs li a img{
  height: 80px;
}

.video-container .video-main-container {
  background-color: #000;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.video-container .video-main-container .gs-video-player.no-controls video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.gs-video-player{
  overflow:hidden;
  position: absolute;
  width: 100%;
  height: 100%;
}
.gs-video-player.fullscreen {
  position: static;
  width: auto;
  height: auto;
}
/*.video-container .video-main-container.closed-captions {
  padding-bottom: 59.375%;
}*/
.video-container .video-main-container object, .video-container .video-main-container video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

 .video-container .video-main-container .video-overlay {
  position: absolute;
  top: 0;
  left:0;
  width: 100%;
  height: 100%;
  z-index: 2;
 }

.video-container .endFrame {
  background: rgba(0, 0, 0, 0.79);
  color: #fff;
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 300ms ease;
  display: block;
  visibility: hidden;
  min-height: 0;
  z-index: 500;
}
.video-container .endFrame.opaque{
  background: #000 !important;
  opacity: 1 !important;
}

.video-container .endFrame span {
  position: static;
  text-transform: none;
}
.video-container .endFrame.active {
  visibility: visible;
  height: 100%;
  opacity: 1;
}
.video-container .endFrame.countdown-frame {

  height: 100%;
  width: 101%;
  display: table;
}

.video-container .countdown-frame .replay {
  position: absolute;
}
.video-container .countdown-frame .mid-content{
  width: 80%;
  margin: auto;
}

.video-container .countdown-frame .spinner-play{
  background: url("/a/pgs/images/mediaplayer/up-next-play-icon.png") no-repeat;
  background-position: 1px 1px;
  width: 78px;
  height: 81px;
  float: left;
  box-sizing: content-box;
  margin: 0;
  padding: 0 35px 0 0;
  border-right: 2px solid rgba(190, 190, 190, .2);
}
.video-container .countdown-frame .playspinner{

  background: url("/a/pgs/images/mediaplayer/up-next-play-circle.png") no-repeat;
  display: block;
  width: 78px;
  height: 81px;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;

  -webkit-animation-name: spin;
  -webkit-animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;

  -moz-animation-name: spin;
  -moz-animation-duration: 2000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;

  -ms-animation-name: spin;
  -ms-animation-duration: 2000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

  -webkit-animation-name: spin;

          animation-name: spin;
  -webkit-animation-duration: 2000ms;
          animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;

  
}
@-webkit-keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
    }
}
@keyframes spin { 
    100% { 
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); 
    }
}
.video-container .endFrame.countdown-frame .mid-section {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  float: none;
}
.viewing-on-tablet .countdown-frame .mid-section{
  width:100%;
  height: 100%;
}
.video-container .endFrame.countdown-frame .replay.lower {
  margin: 0 0 5% 5%;
  bottom: 0;
}

.video-container .endFrame .spinner-text {
  float: left;
  width: calc(100% - 116px);
  text-align:left;
  padding-left: 35px;  
  font: 16px/2.3 "UniversLTStdCn", "Arial Narrow", Arial, Helvetica, sans-serif;
}
.video-container .endFrame .spinner-text > span.up-next-label {
  font: 20px "UniversLTW01-67BoldCnOb", "Arial Black", Arial, Helvetica, sans-serif;
  margin: -5px 0 5px 0;
}
.video-container .endFrame .spinner-text > p.cancel {
  margin-top: 10px;
  font-size: 16px;
}
.video-container .endFrame .spinner-text > p.cancel a{
	color: #619fcf;
}
.video-container .endFrame .spinner-text h2.next-video-title {
  font-family: "UniversLTW01-47LightCn", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 32px;
  line-height: 1.2em;
  text-transform: none;
  margin: 0;
}
.video-container .endFrame .moreVideos {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  z-index: 10;
  margin-left: 0;
  margin-top: 0;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video-container .endFrame.inner .moreVideos{
  -ms-transform: none;
}
.video-container .endFrame .moreVideos img {
  width: 100% !important;
  height: auto;
  display: inherit;
}
.video-container .endFrame .moreVideos .vidLists {
  *zoom: 1;
}
.video-container .endFrame .moreVideos .vidLists:before, .video-container .endFrame .moreVideos .vidLists:after {
  content: " ";
  display: table;
}
.video-container .endFrame .moreVideos .vidLists:after {
  clear: both;
}
.video-container .endFrame .moreVideos .vidLists .title {
  font: 25px "UniversLTW01-47LightCn", "Arial Narrow", Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  text-align: center;
  width: 100%;
  margin-bottom: 18px;
  display: block;
  position: static;
}
@media (min-width: 1230px) {
  .video-container .endFrame .moreVideos .vidLists .title {
    font-size: 30px;
    margin-bottom: 28px;
  }
}
.video-container .endFrame .moreVideos .vidLists ul li {
  float: left;
  width: 25%;
  line-height: 1.2;
  position: relative;
  margin: 0;
}
.video-container .endFrame .moreVideos .vidLists ul li a {
  font: 14px/1.28  'Univers LT W01 65 Bold', Arial, Helvetica, sans-serif;
  color: #dcdcdc;
  display: block;
}
.video-container .endFrame .moreVideos .vidLists ul li a:hover {
  text-decoration: none;
}
.video-container .endFrame .moreVideos .vidLists ul li a .vidListImg {
  position: relative;
}
.video-container .endFrame .moreVideos .vidLists ul li a .vidListImg::before {
  content: url("/a/pgs/images/media-component-play-button.png");
  display: block;
  width: 44px;
  height: 44px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-container .endFrame .moreVideos .vidLists ul li a span {
  padding: 11px 10px 0 20px;
  font-size: inherit;
  line-height: inherit;
  display: block;
  color: #CCC;
  font-family: 'Univers LT W01 55 Roman', Arial, sans-serif;
}
.video-container .endFrame .moreVideos .vidLists ul li a small {
  font: 12px/1 'Univers LT W01 55 Roman', Arial, sans-serif;
  color: rgba(183, 185, 185, 0.84);
  padding-left: 20px;
}
.video-container .endFrame.inner {
  width: 360px;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  z-index: 20;
  overflow: visible;
}
#content.citizenship-redesign .video-container .endFrame.inner {
  transform: unset;
  -webkit-transform: unset;
  -ms-transform: unset;
  top: 0;
  right: 0;
  left: auto;
}
.video-container .endFrame .close-btn {
  display:none;
}
.video-container .endFrame.inner .close-btn {
  background-color: #242423;
  background-image: url("/a/pgs/images/mediaplayer/mediacomponent-close-button.png");
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  margin-left: -32px;
  z-index: 21;
  cursor: pointer;
}
.video-container .endFrame.inner .moreVideos {
  padding: 25px 25px 25px 25px;
  top: 0;
  /*-webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);*/
  position: static;
  -webkit-transform: initial;
      -ms-transform: initial;
          transform: initial;
  top: 0;
  left: 0;

}
.video-container .endFrame .moreVideos .suggested-show-more{
  display: none;
}
.video-container .endFrame.inner .moreVideos .suggested-show-more{
  display:none;
  width: 100%;
  height: 35px;
  background: url('/a/pgs/images/mediaplayer/chevron-down.svg') no-repeat;
  background-position: center;
  background-size: 60% 60%;
  opacity: .6;
}
.video-container .endFrame.inner .moreVideos .suggested-show-more:hover{
  opacity: 1;
}
.video-container .endFrame.inner .moreVideos .vidLists .title {
  font-size: 22px;
  border-bottom: 1px solid #525252;
  padding-bottom: 10px;
  margin-bottom: 0;
  letter-spacing: -.42px;
}
.video-container .endFrame.inner .moreVideos .vidLists ul li {
  width: 100%;
  overflow: hidden;
  margin: 12px 0 0;
  position: relative;
}
.video-container .endFrame.inner .moreVideos .vidLists ul li:nth-child(4) {
  display: none;
}
.video-container .endFrame.inner .moreVideos .vidLists ul li a {
  font-size: 14px;
  color: #fff;
  text-align: left;
  display: block;
}
.video-container .endFrame.inner .moreVideos .vidLists ul li a .vidListImg::before {
  content: "";
  display: none;
}
.video-container .endFrame.inner .moreVideos .vidLists ul li a small {
  padding-left: 0;
}
.video-container .endFrame.inner .moreVideos .vidLists ul li a img {
  width: 116px !important;
  height: auto;
  float: left;
  margin-right: 18px;
  border: 1px solid #32322f;
}
.video-container .endFrame.inner span.replay {
  display: none;
}
.video-container .endFrame .replay {
  background: url("/a/pgs/images/mediacomponent-replay.png") no-repeat scroll 0 0 transparent;
  font: 16px/2.3 "UniversLTStdCn", "Arial Narrow", Arial, Helvetica, sans-serif;
  color: #619fcf;
  text-indent: 42px;
  text-transform: uppercase;
  width: 120px;
  height: 35px;
  left: 0;
  right: 0;
  margin: 5px auto 0;
  cursor: pointer;
}

@media (min-width: 1230px) {
  .video-container .endFrame .replay {
    margin: 15px auto 0;
  }
}

/* HTML5 player styles */
.docked-small-video {
  background-color: #FFF;
  color: #3d3e3e;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  height: 180px;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  /*border-bottom: 1px solid #eee;*/
  overflow: hidden;
  box-shadow: 1px 2px 31px -2px rgba(0, 0, 0, 0.37);
  transition: opacity 300ms ease;
  /*min-width: 960px;*/
}
.docked-small-video.active {
  opacity: 1;
  transition: opacity 300ms ease;
}
.docked-small-video.visible {
  visibility: visible;
}
.docked-small-video h2 {
  font: 26px/1 'UniversLTStdLight', serif !important;
  margin: 12px 0 0 0;
  text-transform: none;
}
@media (min-width: 1230px) {
  .docked-small-video h2 {
    font-size: 32px;
  }
}

.gs-video-player.docked{
	position:fixed !important;
	height: 180px !important;
	width:320px !important;
	z-index: 29999 !important;
	top: 0px !important;
	left: 0px !important;
	margin: 0 !important;
}
.gs-video-player.docked ul.right-controls li.share{
	display: none !important;
}
.docked .gs-controls .mid-section .progress-bar-container .duration {
	display: none;
}

.docked .gs-controls .mid-section .progress-bar-container .progress-bar-cell .time-tooltip{
  display: none !important;
}


.docked-small-video div{
	box-sizing: border-box;
}
.docked-small-video .small-title {
    font: 10px/1 'Univers LT W01 65 Bold', sans-serif !important;
    color: inherit;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: block;
    margin-bottom: 15px;
    text-align: left;
}
#content.citizenship-redesign .docked-small-video .small-title {
  text-align: left;
}
.docked-small-video .container {
  width: 100%;
  height: 100%;
  position: relative;
}
.docked-small-video .main-video-col {
  width: 100%;
  float: left;
}
.docked-small-video .main-video-col .video-container{
  float: left;
  margin-right: 30px;
  position: relative;
  width: 321px;
}

.docked-small-video .small-video-container {
  background-color: transparent;
}

.docked .inner-frame-button, .docked .endFrame{
  display: none !important;
}

.docked .gs-controls .mid-section {
  width: 50%;
}
.docked .gs-controls .mid-section .progress-bar-container {
  padding: 0 0 0 0;
}

.docked .gs-controls .mid-section .progress-bar-container .duration {
  padding: 0;
  display: none;
}

.docked .gs-controls .mid-section .progress-bar-container .progress-bar-cell .chapter-tooltip {
  min-width: 13em;
  max-width: 158px;
}

.docked-small-video .main-video-col .small-video-info {
  overflow: hidden;
  padding: 30px 0 20px;
  float: left;
  width: calc(80% - 330px);
}



@font-face {
  font-family: 'videoshare';
  src:url('../fonts/videoshare.eot?-ccviw');
  src:url('../fonts/videoshare.eot?#iefix-ccviw') format('embedded-opentype'),
    url('../fonts/videoshare.woff?-ccviw') format('woff'),
    url('../fonts/videoshare.ttf?-ccviw') format('truetype'),
    url('../fonts/videoshare.svg?-ccviw#videoshare') format('svg');
  font-weight: normal;
  font-style: normal;
}

.docked-small-video .docked-video-icon-close {
  font-family: 'content-pages' !important;
  font-size: 36px;
  /*float: right;
  margin: 20px 8% 0 0;*/
  color: #639fce;
  text-decoration: none;
  position: absolute;
  top: 52px;
  right: 20px;
  background-color: transparent;
  border:none;
  cursor: pointer;
}

.docked-small-video .docked-video-icon-close:before {
  content: "\2c";
}

@media (min-width: 1024px) {
  .docked-small-video .docked-video-icon-close {
    font-size: 45px;
  }.
}


.gs-poster {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  cursor: pointer;
  z-index:11;
  background-color: #000000;
}
.gs-poster .poster-image{
  width: 100%;
  height: 100%;
}
.gs-poster.blur .poster-image{
  -webkit-filter: blur(2px);
  filter: blur(2px);
  width: 102%;
  height: 102%;
  margin: -1% auto auto -1%;
}
.gs-poster button.play-pause{
  width: 59px;
  height: 59px;
  background: url('/a/pgs/images/mediaplayer/PosterPlayButton.png') no-repeat;
}
.gs-poster .poster-shadow{
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 100%);
}
.gs-poster .poster-contents {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.gs-poster .poster-details .poster-title {
  display: inline-block;
  float: left;
  vertical-align: middle;
  font: 41px/1 'UniversLTW01-47LightCn', serif;
  color: #fff;
  width: 75%;
  padding: 20px;
  position: relative;
  z-index:1;
}
.gs-poster .poster-contents .poster-duration {
  background: #000;
  padding: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index:1;
  font: 12px/12px Arial, Helvetica, sans-serif;
}
.gs-poster .poster-duration span {
  color: white;
  font-weight: bold;
}
.mobile .gs-poster.small-poster .poster-duration {
  padding: 8px;
  font: inherit;
  font-size: 14px;
}
.gs-poster.small-poster .poster-details {
  padding-bottom: 0;
}
.gs-poster.small-poster .poster-title {
  font-size: 1.4rem;
  line-height: 1.4rem;
}
.gs-poster .poster-title .short{
  display: none;
}
.gs-poster.small-poster .poster-title .long{
  display: none;
}
.gs-poster.small-poster .poster-title .short {
  display: block;
}

button.inner-frame-button {
  background: rgba(0, 0, 0, 0.8) url("/a/pgs/images/mediaplayer/RelatedVideosInnerButton.png") no-repeat 0 0;
  outline: none;
  border: none;
  position: absolute;
  padding: 5px;
  top: 0;
  right: -36px;
  width: 36px;
  height: 33px;
  cursor: pointer;
  z-index: 10;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;

}

.viewing-on-tablet button.inner-frame-button,
button.inner-frame-button.active {
  right: 0;
}

video::-webkit-media-controls-enclosure {
  display: none !important;
}

.gs-controls {
  display: table;
  position: absolute;
  z-index: 10;
  width: 100%;
  opacity: 0;
  bottom: -94px;
  left: 0;
  transition: bottom 0.4s ease-in-out, opacity 0.4s ease-in-out;

  background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 65%, rgba(0,0,0,0.6) 100%);
  padding-top: 30px;
}
/*.ios-device .mobile .gs-controls{
	display: none !important;
}*/
.gs-controls.small-controls{
  padding-top: 10px;
}
.mobile .gs-controls.small-controls {
  font-size: 14px;
}
.gs-controls .hover-container{
  position:absolute;
  height: 100%;
}
.hover-time{
  text-align: center;
  position: absolute;
  margin-top: -26px;
  z-index: 20;
  color: #FFF;
}
.fullscreen .hover-time{
  z-index:100000;
}
.hover-time .time-text{
  background: #999;
  color: #FFF;
  padding: 4px 5px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);  
  display: block;
}
.hover-time .arrow-down{
  width: 0; 
  height: 0; 
  display:block;
  clear:both;
  margin-left: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  
  border-top: 6px solid #999;
}


.gs-controls.tablet-controls{
  opacity: 1;
  bottom: 0;

}
/*.ios-device .gs-controls.tablet-controls li.volume{
  display: none !important;
}*/

.gs-controls.tablet-controls .right-section ul.right-controls > li.volume .volume-bar-container {
	display: none;
}
.gs-poster .poster-details:before {
  opacity: 1;
}

.gs-controls .left-section {
  padding: 15px;
}
.gs-controls.small-controls .left-section {
  padding: 10px;
}
.gs-controls .video-bar{
  -webkit-appearance: none;
  cursor: pointer;
  border: 0;
  height: 6px;
  width: 100%;
  border-radius: 3px;
  background: #999;
  color: #5795c5;
  display: inline;
  position: absolute;
  overflow: hidden;
  top:0;
  left: 0;
}
.gs-controls .video-bar::-webkit-progress-bar {
  background: #999;
  border-radius: 3px;
  box-shadow: none;
}
.gs-controls .video-bar::-webkit-meter-bar {
  background: #999;
  border-radius: 3px;
  box-shadow: none;
}
.gs-controls .video-bar::-webkit-progress-value{
  background: #5795c5;
  border-radius: 3px;
  box-shadow: none;
}
.gs-controls .video-bar::-webkit-meter-optimum-value {
  background: #5795c5;
  border-radius: 3px;
  box-shadow: none;
}
.gs-controls .video-bar::-moz-progress-bar{
  background: #5795c5;
  border-radius: 3px;
  box-shadow: none;
}
.gs-controls .video-bar::-ms-fill{
  background: #5795c5;
  border-radius: 3px;
  border: none !important;
  box-shadow: none;
}

input[type=range]::-moz-focus-outer {
  border: 0;
  outline: none;
}
.gs-controls .volume-bar.webkit-bar[type=range] {
  height: 5px;
  border-radius: 3px;
}
.gs-controls .volume-bar[type=range] {
  background: none;
  -webkit-appearance: none;
  height: 12px;
  width: 50px;
  padding: 0 0;
  box-shadow: none;
  margin: auto 0;
  vertical-align: middle;
}

.gs-controls .volume-bar[type=range]:focus{
  outline: none;
}

.gs-controls .volume-bar[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  box-shadow: none;
  background-color: transparent;
  border-color: transparent;
  border-radius: 3px;
}
.gs-controls .volume-bar[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: solid 1px #666769;
  border-radius: 11px;
  height: 11px;
  width: 11px;
  margin-top:-3px;
  background: #BAC1CD;
  cursor: pointer;
}
.gs-controls .volume-bar[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  background: #999;
  border-radius: 3px;
  box-shadow: none;
}
.gs-controls .volume-bar[type=range]::-moz-range-progress {
  background: #5795c5;
  height:5px;
  border-radius: 3px;
}

.gs-controls .volume-bar[type=range]::-moz-range-thumb {
  border: solid 1px #666769;
  border-radius: 11px;
  height: 11px;
  width: 11px;
  background: #BAC1CD;
  cursor: pointer;
}

.gs-controls .volume-bar[type=range]::-ms-tooltip {
  display: none;
}
.gs-controls .volume input.volume-bar[type=range]::-ms-thumb {
  display: block;
  border: solid 1px #666769;
  border-radius: 11px;
  height: 11px;
  width: 11px;
  background: #BAC1CD;
  cursor: pointer;
  margin-top: 0;
}

.gs-controls .volume input.volume-bar[type=range]::-ms-track{
  background: none;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

.gs-controls .volume-bar[type=range]::-ms-fill-lower{
  height: 5px;
  background: #5795c5;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;

}

.gs-controls .volume-bar[type=range]:focus::-ms-fill-lower {
  background: #5795c5;
}
.gs-controls .volume-bar[type=range]::-ms-fill-upper {
  height: 5px;

  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background: #999;
}
.gs-controls .volume-bar[type=range]:focus::-ms-fill-upper {
  background: #999;
}
/*.gs-controls .mid-section:before, .gs-controls .mid-section:after {
  content: '';
  position: absolute;
  border-right: solid 1px #ccc;
  height: 50%;
  top: 25%;
}*/
.gs-controls .mid-section .progress-bar-container {
    display: inline-block;
    float: left;
    width: 100%;
    padding: 0 0 0 20px;
    height: 12px;
    font: 12px/12px Arial, Helvetica, sans-serif;
}
.gs-controls.tablet-controls .mid-section .progress-bar-container{
	height: 18px;
    font: inherit;
}
.gs-controls.tablet-controls .mid-section .progress-bar-container .duration{
	line-height: 18px;
}
.gs-controls .mid-section .progress-bar-container .progress-bar-cell {
  position: relative;
  width: 89%;
  float:left;
  height: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.gs-controls .mid-section .progress-bar-container .progress-bar-cell .chapter-mark {
  width: 12px;
  height: 12px;
  margin-left: -6px;
  margin-top: -3px;
  margin-top: -3px;
  position: absolute;
  display: block;
  top: 0px;
  cursor: pointer;
  z-index: 21;
  padding: 4px;
  box-sizing: border-box;
}
.gs-controls .chapter-mark .chapter-mark-circle{
  width: 4px;
  height: 4px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  display: block;
}

.gs-controls.tablet-controls .mid-section .progress-bar-container .progress-bar-cell .chapter-mark {
  width: 20px;
  height: 26px;
  margin: -5px 0 0 -10px;
  padding: 8px 6px;
}
.gs-controls.tablet-controls .chapter-mark .chapter-mark-circle{
  height: 10px;
  width: 8px;
  border-radius: 8px;

}
.gs-controls .mid-section .progress-bar-container .progress-bar-cell .time-tooltip {
  position: absolute;
  text-align: center;
  width:26px;
  margin-left: -13px;
  color: #7397c5;
  top: -18px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; 
}
.mobile .gs-controls.tablet-controls .mid-section .progress-bar-container .progress-bar-cell .time-tooltip {
  display: none;

}
.gs-controls .mid-section .progress-bar-container .progress-bar-cell .chapter-tooltip {
  display: none;
  position: absolute;
  text-align: center;
  left: 0;
  z-index: 1;
  bottom: calc(100% + 12px);
  width: 180px;
  line-height: 14px;
}
.chapter-tooltip .tooltip-content{
  position:relative;
  left: -50%;
  background: #FFF;
  box-shadow: 0 0 2px 0px rgba(0, 0, 0, .3);
}
.gs-controls .mid-section .progress-bar-container .progress-bar-cell .chapter-tooltip .chapter-title {
  font: 16px 'UniversLTW01-57Condense 723821', 'Arial Narrow', Arial, Helvetica, sans-serif;
  color: #697682;
  background: #f0f3f5;
  padding: 8px 15px;
  text-align: left;
}
.gs-controls .mid-section .progress-bar-container .progress-bar-cell .chapter-tooltip .chapter-description {
  font: 16px 'Univers LT W01 65 Bold', Arial, Helvetica, sans-serif;
  color: #0e2f47;
  font-size: 12px;
  padding: 8px 15px;
}
.gs-controls.active .mid-section .progress-bar-container .progress-bar-cell .chapter-tooltip.active,
.gs-controls.tablet-controls .mid-section .progress-bar-container .progress-bar-cell .chapter-tooltip.active{
  display: block;
}
.chapter-tooltip .chapter-arrow {
  position: absolute;
  margin-left: -8px;
  width: 0;
  height: 0;
  left: 0;
  border-top: solid 8px #FFF;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
}
.chapter-tooltip.left-arrow .chapter-arrow {
  position: absolute;
  margin-left: 0;
  border-top: solid 8px #FFF;
  border-left: none;
  border-right: solid 8px transparent;
}
.chapter-tooltip.right-arrow .chapter-arrow {
  position: absolute;
  margin-left: -8px;
  border-top: solid 8px #FFF;
  border-left: solid 8px transparent;
  border-right: none;
}
.gs-controls .mid-section .progress-bar-container .duration {
  float: left;
  padding: 0 6px 0 10px;
  /*color: #7397c5;*/
  color: #fff;
  text-align: center;
  position: relative;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; 
}
@media screen and (max-width:1230px) {
  .gs-controls .mid-section .progress-bar-container .duration {
    padding: 0 2px 0 5px;
  }
}


.gs-controls.small-controls .midsection{
  padding: 0 10px;
}
.gs-controls.small-controls .mid-section .progress-bar-container .progress-bar-cell {
  width: calc(100% - 56px);
}

.gs-controls.small-controls .mid-section{
  padding: 0 5px;
}

.gs-controls .right-section {
  width: 25%;
}
.gs-controls .right-section ul.right-controls {
  position: relative;
  display: table;
  width: 100%;
  list-style: none;
  padding: 0 6%;
  margin: 0;
  box-shadow: none;
  background: none;
  top: 0px;
}
.gs-controls .right-section ul.right-controls > li {
  display: table-cell;
  position: relative;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  line-height: inherit;
}
.gs-controls .right-section ul.right-controls > li:first-child {
  text-align: left;
}
.gs-controls .right-section ul.right-controls > li:last-child {
  text-align: right;
}
.gs-controls .right-section ul.right-controls > li .button-container {
  position: relative;
}
.gs-controls button {
  border: 0;
  outline: none;
  cursor: pointer;
  padding: 0;
}
.gs-controls .right-section ul.right-controls > li.volume .button-container {
  display: inherit;
  float: left;
  line-height: inherit;
}
button.btn-volume{ 
  height: 14px;
  width: 20px;
  /*background: url("/a/pgs/images/mediaplayer/BitmapAssetVolume.png") no-repeat 0 0; */
  background: url("/a/pgs/images/mediaplayer/Sound.svg") no-repeat;
  background-size: 100% 100%;
}

button.btn-volume:hover{
  background-image: url("/a/pgs/images/mediaplayer/Sound-blue.svg") no-repeat;
  background-size: 100% 100%;
}

button.btn-volume.active{
  /*background: url("/a/pgs/images/mediaplayer/BitmapAssetVolumeButtonMute.png") no-repeat 0 0;*/
  background: url("/a/pgs/images/mediaplayer/Mute.svg") no-repeat;
  background-size: 100% 100%;
} 

button.btn-volume.active:hover{
  background-image: url("/a/pgs/images/mediaplayer/Mute-blue.svg") no-repeat;
  background-size: 100% 100%;
}

.gs-controls .right-section ul.right-controls > li.volume .volume-bar-container {
	padding: 0 0 0 6px;
	float: left;
  line-height: inherit;
}
.ie9 .gs-controls .right-section ul.right-controls > li.volume .volume-bar-container {
  top: 2px;
}
.gs-controls .right-section ul.right-controls > li.volume .volume-bar-container .bar-hover {
  cursor: pointer;
  line-height: inherit;
}
.gs-controls .right-section ul.right-controls > li.volume .volume-bar-container .bar-hover .volume-dot {
  position: absolute;
  display: block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  border: solid 1px #fff;
  top: 5px;
  background-color: #ccc;
  margin-left: -4px;
}
.gs-controls .right-section ul.right-controls > li.volume .volume-bar-container .bar-hover .rangeslider {
  height: 6px;
  top: 6px;
}

.ie9 .gs-controls .right-section ul.right-controls > li.volume .volume-bar-container .bar-hover .rangeslider {
  top: 2px;
}
.gs-controls .right-section ul.right-controls > li.volume .volume-bar-container .bar-hover .rangeslider .rangeslider__fill {
  background: #7397c5;
}
.gs-controls .right-section ul.right-controls > li.volume .volume-bar-container .bar-hover .rangeslider .rangeslider__handle {
  height: 12px;
  width: 12px;
  top: -3px;
  background-image: none;
  box-shadow: none;
  background: #FF0099;
  border: 3px solid #0099FF;
}
.gs-controls .right-section ul.right-controls > li.volume .volume-bar-container .bar-hover .rangeslider .rangeslider__handle:after {
  background-image: none;
}
.gs-controls.tablet-controls li.share{
  padding: 0;
}
.gs-controls li.share ul.share-list {
  position: absolute;
  bottom: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
  display: none;
  width: 57px;
  z-index: 5;
}

.gs-controls.tablet-controls li.share ul.share-list {
  bottom: 38px;
}
.gs-controls .right-section ul.right-controls > li.share ul.share-list:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-top: solid 10px #FFF;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
}
.gs-controls .right-section ul.right-controls > li.share ul.share-list.small-share {
  width: 80px;
  background: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  visibility: hidden;
}
.gs-controls .right-section ul.right-controls > li.share ul.share-list.small-share.active {
  visibility: visible;
}
.gs-controls .right-section ul.right-controls > li.share ul.share-list li {
  padding: 3px;
  margin: 5px 0 0 0;
  text-align: center;
  display: block;
  font-size: 14px;
  line-height: 1em;
  float: left;
  width: 100%;
}
.gs-controls .right-section ul.right-controls > li.share ul.share-list.small-share li{
  width: 30px;
  height: 30px;
  font-size: 14px;
  padding: 3px 3px;
  float: none;
}

.gs-controls .right-section ul.right-controls > li.share ul.share-list li a{
  width: 30px;
  height: 20px;
}
.gs-controls .right-section ul.right-controls > li.share ul.share-list.small-share li a{
  width: 100%;
  height: 100%;
}

.gs-controls .right-section ul.right-controls > li.share ul.share-list.small-share  li.title {
  display: none;
}
.gs-controls ul.share-list li a {
  display: inline-block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  color: #5f9bc9;
}
.gs-controls ul.share-list li.title {
  margin: 0 0 7px 0 !important;
  padding: 10px 0 !important;
  background: #f2f2f2;
}
.gs-controls ul.share-list li.title > span {
  font-size: 1rem;
  color: #848790;
}
.gs-controls ul.share-list li.mail a{
  background: #FFF url("/a/pgs/images/mediaplayer/BitmapAssetSharingMailIcon.png") no-repeat center center;
}
.gs-controls ul.share-list li.fb a{
  background: #FFF url("/a/pgs/images/mediaplayer/BitmapAssetSharingFacebookIcon.png") no-repeat center center;
}
.gs-controls ul.share-list li.tw a{
  background: #FFF url("/a/pgs/images/mediaplayer/BitmapAssetSharingTwitterIcon.png") no-repeat center center;
}
.gs-controls ul.share-list li.in a{
  background: #FFF url("/a/pgs/images/mediaplayer/BitmapAssetSharingLinkedInIcon.png") no-repeat center center;
}
.gs-controls ul.share-list li.gplus a{
  background: #FFF url("/a/pgs/images/mediaplayer/BitmapAssetSharingGooglePlusIcon.png") no-repeat center center;
}
.gs-controls ul.share-list li.more {
  border-top: solid 1px #CCC;
  margin: 8px 0 0 0 !important;
  padding: 0 !important;
  box-sizing: content-box;
  clear: both;
  width: 100% !important;
  height: auto !important;
}
.gs-controls ul.share-list li.more a{
  text-transform: uppercase;
  height: auto !important;
  width: auto !important;
  background: #FFF;
  text-indent: 0px;
  font-family: "UniversLTStdCn", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: 5px 3px 3px 3px !important;
  margin: 4px 0 2px 0 !important;
}
.gs-controls .share-list.small-share li.more a{
  padding: 5px 5px 3px 5px !important;
  margin: 3px 0 1px 0!important;
}




button.btn-share {
  height: 18px;
  width: 13px;
  background: url("/a/pgs/images/mediaplayer/Share.svg") no-repeat;
  background-size: 100% 100%;
}

button.btn-share:hover, button.btn-share.active{
  background: url("/a/pgs/images/mediaplayer/Share-blue.svg") no-repeat;
  background-size: 100% 100%;
}

button.btn-transcript-pdf {
  top: 0;
  right: -36px;
  height: 33px;
  width: 36px;
  background: rgba(0, 0, 0, 0.9) url("/a/pgs/images/mediaplayer/TranscriptPDFWhite.png") no-repeat 0 0;
  background-size: 100% 100%;
  outline: none;
  border: none;
  position: absolute;
  padding: 5px;
  cursor: pointer;
  z-index: 1000;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
}

button.btn-transcript-pdf.active{
  right: 0;
}

.accessibilityDisclaimer {
  width:  100%;
  border-top: 1px solid #cfcfcf;
  padding: 35px;
  position: relative;
  display: block;
  text-align: center;
  background-color: white;
}

.accesibilityText {
  font-family: 'GS_Univers', Arial, Helvetica, sans-serif;
  font-size:  16px;
  white-space: nowrap;
  font-weight: 400;
  display: block
}

@media only screen and (max-width: 768px) {
  .accessibilityDisclaimer {
    padding: 15px;
  }
  .accesibilityText {
    white-space: normal;
    margin-top: 0;
    overflow-wrap: break-word;
    margin-bottom: 0;
  }
}

button.btn-close-caption {
  height: 22px;
  width: 22px;
  /*background: url("/a/pgs/images/mediaplayer/BitmapAssetClosedCaptions.png") no-repeat center center;*/
  background: url("/a/pgs/images/mediaplayer/CC.svg") no-repeat;
  background-size: 100% 100%;
}
button.btn-close-caption:hover, 
button.btn-close-caption.active{
  background:url("/a/pgs/images/mediaplayer/CC-blue.svg") no-repeat;
  background-size: 100% 100%;
}

.ie9 li.close-caption {
  display: none !important;
}

button.btn-full-screen {
  height: 18px;
  width: 18px;
  /*background: url("/a/pgs/images/mediaplayer/BitmapAssetFullscreen.png") no-repeat center center;*/
  background: url("/a/pgs/images/mediaplayer/fullscreen.svg") no-repeat;
  background-size: 100% 100%;
}
button.btn-full-screen:hover {
   background: url("/a/pgs/images/mediaplayer/fullscreen-blue.svg") no-repeat;
  background-size: 100% 100%;
}

button.btn-full-screen.active {
  background: url("/a/pgs/images/mediaplayer/minimize.svg") no-repeat;
  background-size: 100% 100%;
}
button.btn-full-screen.active:hover {
   background: url("/a/pgs/images/mediaplayer/minimize-blue.svg") no-repeat;
   background-size: 100% 100%;
}

.fullscreen .inner-frame-button, .fullscreen .endFrame{
  display: none !important;
}
.exit-fullscreen{
  display:none;
  position: absolute;
  width:60px;
  height:60px;
  right:20px;
  top: 20px;
  background: none;
  border: none;
  z-index: 9999;
  cursor: pointer;
  padding: 0;

  font-family: 'gs-share' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #999;
  font-size:21px;


  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.exit-fullscreen:focus{
  outline: none;
}
.exit-fullscreen:after{
  content: "\2c";
}
.fullscreen .exit-fullscreen{
  display: block !important;
}
.mobile .fullscreen .exit-fullscreen{
  font-size: 36px;
  width: 50px;
  height: 50px;
}
.exit-fullscreen:hover{
  color: #fff;
}
.fullscreen .inner-frame-button, .fullscreen .endFrame{
  display:none;
}


button.play-pause {
  border: none;
  cursor: pointer;
}
button.play-pause:focus{
  outline: none;
}
button.play{
  width: 49px;
  height: 48px;
  background: url('/a/pgs/images/mediaplayer/PlayButton.png') no-repeat;
}
.small-poster button.play, .small-controls button.play{
  width: 32px;
  height: 32px;
  background: url('/a/pgs/images/mediaplayer/PlayButtonSmall.png') no-repeat;
}


button.pause {
  width: 49px;
  height: 48px;
  background: url('/a/pgs/images/mediaplayer/PauseButton.png') no-repeat;
}
.small-poster button.pause, .small-controls button.pause{
  width: 32px;
  height: 32px;
  background: url('/a/pgs/images/mediaplayer/PauseButtonSmall.png') no-repeat;
}
.gs-controls{

  -webkit-tap-highlight-color:transparent;
}
.gs-controls *{
	-webkit-user-select: none;
	-moz-user-select: none;
	 -ms-user-select: none;
	     user-select: none;

}
.gs-controls *:focus{
  outline: none;
}
.gs-controls.active {
  bottom: 0;
  opacity: 1;
  z-index: 15;
}
.gs-controls.active:before {
  opacity: 1;
}

.gs-controls.active.full-screen-controls {
  position: fixed;
}
.gs-controls.active li.share ul.share-list.active,
.gs-controls.tablet-controls li.share ul.share-list.active {
  display: block;
}

.gs-controls .right-section ul.right-controls > li{
	width: 20px;
	display: block;
	margin: 0 4px;
}
.docked .gs-controls .right-section,
.gs-controls.small-controls .right-section{
  padding: 0 10px 0 5px;
}
.docked .gs-controls ul.right-controls > li,
.gs-controls.small-controls ul.right-controls > li{
	margin: 0 5px;
}

.gs-controls.small-controls div.divider{
	display: none;
}
.gs-controls.small-controls .right-section ul.right-controls li.volume .volume-bar-container {
  position: absolute;
  height: 17px;
  width: 55px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  left: -20px;
  top: -30px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
}
.hasRangeslider .gs-controls.small-controls .right-section ul.right-controls li.volume .volume-bar-container {
  height: 65px;
  width: 16px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 5px;
  top: -60px;
}
.hasRangeslider .gs-controls.small-controls .right-section ul.right-controls > li.volume .volume-bar-container .bar-hover .rangeslider {
  height: 55px;
  width: 6px;
  min-height: auto;
  margin: 0 auto;
}
.hasRangeslider .gs-controls.small-controls .right-section ul.right-controls > li.volume .volume-bar-container .bar-hover .rangeslider .rangeslider__handle {
  top: auto;
  left: -3px;
  bottom: 100%;
}
.gs-controls.small-controls.active .right-section ul.right-controls li.volume .volume-bar-container.visible {
  opacity: 1;
  visibility: visible;
}

/** FONT ICON **/

/**
* Icons
* Set of clases generated from Icomoon.
* Please use the JSON file located in ../fonts
*/

@font-face {
  font-family: 'content-pages';
  src: url("/a/pgs/Fonts/content-pages/icomoon.eot?dnbn5c");
  src: url("/a/pgs/Fonts/content-pages/icomoon.eot?#iefixdnbn5c") format("embedded-opentype"), url("/a/pgs/Fonts/content-pages/icomoon.ttf?dnbn5c") format("truetype"), url("/a/pgs/Fonts/content-pages/icomoon.woff?dnbn5c") format("woff"), url("/a/pgs/Fonts/content-pages/icomoon.svg?dnbn5c#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.gs-controls.dock-controls {
  bottom: 0;
}

.gs-controls.dock-controls:before {
  opacity: 1;
}

/* Device Specific */
/*.viewing-on-tablet .left-section,
.viewing-on-tablet .mid-section,
.viewing-on-tablet .right-section {
    float: left;
    display: block;
}

.viewing-on-tablet .left-section {
  width: auto;
  padding: 0;
}

.viewing-on-tablet .mid-section {
  width: 50%;
  height: 60px;
  margin-top: 12px;
}

.viewing-on-tablet .right-section {
  width: 20%;
}

.viewing-on-tablet .left-section button {
 padding: 12px;
}

.viewing-on-tablet .gs-controls .right-section ul.right-controls > li .button-container {
  width: auto;
}

.viewing-on-tablet .gs-controls .right-section ul.right-controls > li .button-container button,
.viewing-on-tablet .gs-controls .right-section ul.right-controls > li .button-container button.active {
  background-size: 45px;
  width: auto;
  height: auto;
  padding: 40px 30px;
  background-position: center !important;
}

.viewing-on-tablet .gs-controls button.btn-share {
  background-size: 30px;
}

.viewing-on-tablet .gs-controls button.btn-close-caption {
  background-size: 40px;
}

.viewing-on-tablet .gs-controls button.btn-full-screen,
.viewing-on-tablet .gs-controls button.btn-full-screen button.active {
  background-size: 33px;
}

.viewing-on-tablet .gs-controls .right-section ul.right-controls {
  padding-right: 0;
}

.viewing-on-tablet .gs-controls .right-section ul.right-controls > li.volume {
  display: none;
}

.viewing-on-tablet .gs-controls .right-section ul.right-controls > li.share ul.share-list.active {
  bottom: 76px;
}*/

.viewing-on-tablet .fullscreen {
  overflow: hidden;
}
.viewing-on-tablet .fullscreen .gs-video-player video{
  z-index: 99998;
}
.viewing-on-tablet .fullscreen .gs-controls{
  z-index: 99999;
}

/*
.viewing-on-tablet .fullscreen .gs-controls .progress-bar-container {
  padding-left: 20px;
}

.viewing-on-tablet .fullscreen .gs-controls .mid-section {
  margin-left: 10px;
}

.viewing-on-tablet .fullscreen-video {
  overflow: hidden;
  height: 100%;
}

.viewing-on-tablet .gs-controls .mid-section .progress-bar-container {
  padding-top: 20px;
  width: 100%;
  height: 36px;
}
*/
.gs-controls.tablet-controls .gs-bar {
  height: 16px;
  border-radius: 50px;
}

.gs-controls.tablet-controls .gs-bar::-webkit-progress-bar,
.gs-controls.tablet-controls .gs-bar::-webkit-meter-bar {
  border-radius: 50px;
}

.gs-controls.tablet-controls .gs-bar::-webkit-progress-value,
.gs-controls.tablet-controls .gs-bar::-webkit-meter-optimum-value {
  border-radius: 50px;
}


.gs-controls.tablet-controls .mid-section .progress-bar-container .progress-bar-cell {
  height: 16px;
}

.gs-controls.tablet-controls .mid-section .progress-bar-container .duration {
  padding-left: 12px;

}

.mobile ul.mediaComponentThumbs {
  width: 100%;
  height: auto;
  padding: 0 0;
  margin: 0 0 40px 0;
}
.mobile ul.mediaComponentThumbs li img{
  display: none;
  
}
.mobile ul.mediaComponentThumbs li{
  display: block;
  clear: both;
  background: #333;
  border-top: 1px solid #555;
}
.mobile ul.mediaComponentThumbs li:first-child{
  border-top: none;
}
.mobile ul.mediaComponentThumbs li a.selected{
	color:#fff;
	background: #333;
}
.mobile ul.mediaComponentThumbs li a{
  display: block;
  padding: 4px 0;
  background: #222;
  color: #ccc;
  line-height: 28px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mobile ul.mediaComponentThumbs li a.selected i.indicator{
	margin: -4px 0px 0 0;
	width: 36px;
	height: 36px;
	-webkit-filter: invert(90%);
	filter: invert(90%);
}

.mobile ul.mediaComponentThumbs li a.slideshow.selected i.indicator{
	background-position: 6px 6px;
}
.mobile ul.mediaComponentThumbs li a.video.selected i.indicator{
	background-position: 6px -42px;
}
.mobile .playlist-container.show-all{
  padding-bottom: 30px;
  background: #d3d7da;
}
	
ul.mediaComponentThumbs i.indicator {
  position: absolute;
  top: 56px;
  left: 0;
  width: 23px;
  height: 24px;
  text-indent: -999px;
  overflow: hidden;
}
.mobile ul.mediaComponentThumbs i.indicator{
  top: 0;
  left: 0;
  position: static;
  display: block;
  float:left;
  margin: 2px 8px 2px 5px;
}
ul.mediaComponentThumbs .slideshow i.indicator {
  background: transparent url('/a/pgs/images/mediacomponent-indicator.png') 0 0 no-repeat;
}
ul.mediaComponentThumbs .video i.indicator {
  background: transparent url('/a/pgs/images/mediacomponent-indicator.png') 0 -48px no-repeat;
}


/*
.ipad-device .gs-controls .right-section ul.right-controls > li .button-container button,
.ipad-device .gs-controls .right-section ul.right-controls > li .button-container button.active {
  background-size: 20px;
  width: auto;
  height: auto;
  padding: 40px 30px;
  background-position: center !important;
}

.ipad-device .gs-controls .right-section ul.right-controls > li.share .button-container button {
  background-size: 22px;
}

.ipad-device .gs-controls .right-section ul.right-controls > li.close-caption .button-container button {
  background-size: 30px;
}

.ipad-device .gs-controls .right-section ul.right-controls > li.full-screen .button-container button,
.ipad-device .gs-controls .right-section ul.right-controls > li.full-screen .button-container button.active {
  background-size: 22px;
}

.ipad-device .gs-controls .mid-section .progress-bar-container .duration {
  padding: 4px 2px 0 9px;
}
*/

/*.android-device .fullscreen-video .gs-controls.dock-controls {
  bottom: 35px;
}*/

/* CC tracks */
::cue {
  line-height: 1.4em;
  font-size: 20px;
}

@font-face {
  font-family: 'gs_icons';
  src: url('/a/pgs/Fonts/icons/gs_icons.eot?vptv8m');
  src: url('/a/pgs/Fonts/icons/gs_icons.eot?vptv8m#iefix') format('embedded-opentype'), url('/a/pgs/Fonts/icons/gs_icons.ttf?vptv8m') format('truetype'), url('/a/pgs/Fonts/icons/gs_icons.woff?vptv8m') format('woff'), url('/a/pgs/Fonts/icons/gs_icons.svg?vptv8m#gs_icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

.video-main-container .exit-fullscreen.icon-close {
  font-family: 'gs_icons' !important;
}
.video-main-container .exit-fullscreen.icon-close:after {
  content: "\e91c" !important;
}
.video-main-container .exit-fullscreen.icon-close:before {
  content: unset;
}

.move-to-front {
  z-index: 9999999 !important;
  overflow: visible !important;
  transform: none !important;
}
.docked-small-video.visible.active .no-margin {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  max-width: none;
}
.docked-small-video.visible.active .video-container {
  display: none;
}
.docked-small-video.visible.active .small-video-info {
  margin-left: 351px;
}

.docked.bottom,
.docked-small-video.bottom {
  top: auto !important;
  bottom: 0;
}

.video-container.small-video {
  width: 400px;
}

.video-container.medium-video {
  width: 100%;
}

.video-container.large-video {
  width: 800px;
}
.small-sb-freeform .video-container.large-video {
  width: 100%;
}

.video-container.extra-large-video {
  width: 1200px;
}

.video-container.leftOrient {
  float: left;
  margin: 20px 20px 20px 0;
  padding: 0 !important;
}

.video-container.rightOrient {
  float: right;
  margin: 20px 0 20px 20px;
  padding: 0 !important;
}

.video-container.fullWidthOrient {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: none;
}

.video-container.centerOrient {
  margin-left: auto;
  margin-right: auto;
}

.mobile .video-container.leftOrient,
.mobile .video-container.rightOrient {
  float: none !important;
  margin-left: 0px;
  margin-right: 0px;
}

.mobile .video-container.fullWidthOrient {
  width: 100vw !important;
}

.docked-small-video .small-video-info .small-title,
.docked-small-video .small-video-info .video-title {
    background: none;
}

.video-container > .caption {
  font-family: 'UniversLTW01-65Bold';
  font-size: .75rem;
  color: #171717;
  line-height: 1.5rem;
  margin-top: 7px;
}