.mediaComponentVideo.amp-player {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding: 0;
    margin: auto;
}

.amp-custom-control {
    display: none;
}

.amp-custom-controlbar {
    width: 100%;
    height: 100%;
    bottom: 0;
    cursor: pointer;
    pointer-events: all;
    position: absolute;
    display: none;
}

.amp-custom-controlbar:hover .amp-custom-control {
    display: block;
    transition: bottom 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.amp-title {
    display: none
}

.amp-unmute {
    display: none;
}

.amp-pause-overlay
{
    display: none
}

.amp-progress {
    display: none
}

.amp-playing .amp-control:hover {
    background: url('/a/pgs/images/mediaplayer/PauseButtonSmall.png');;
}

.amp-controls, .amp-preview
{
    background-color: transparent;
}

.amp-playpause {
    background-color: transparent;
    width: 30px;
    height: 30px;
    bottom: 5%;
    left: 5%;
    cursor: pointer;
    pointer-events: all;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
}

.amp-playing .amp-playpause:before {
    content: url('/a/pgs/images/mediaplayer/PauseButtonSmall.png')!important;
}

.amp-playpause:before {
    content: url('/a/pgs/images/mediaplayer/PlayButtonSmall.png')!important;
}

.amp-full-screen .amp-playing .amp-playpause:before {
    content: url('/a/pgs/images/mediaplayer/PauseButton.png')!important;
}

.amp-full-screen .amp-playpause:before {
    content: url('/a/pgs/images/mediaplayer/PlayButton.png')!important;
}

.amp-full-screen .amp-playpause {
    left: 2%;
    height: 50px;
}

.amp-xlarge-screen .amp-playpause {
    left: 2%;
}

.amp-small-screen .amp-playpause {
    left: 2%;
}

.amp-left-divider {
    width: 1px;
    height: 30px;
    background: #ccc;
    position: absolute;
    bottom: 5%;
    left: 12%;
    top: 50%;
    transform: translateY(-50%);
}

.amp-full-screen .amp-left-divider {
    height: 45px;
    left: 7%;
    bottom: 3.5%;
}

.amp-xlarge-screen .amp-left-divider {
    left: 7%;
}

.amp-small-screen .amp-left-divider {
    display: none;
}

.amp-video-bar {
    -webkit-appearance: none;
    cursor: pointer;
    border: 0;
    height: 5px;
    border-radius: 3px;
    background: #999;
    color: #5795c5;
    display: inline;
    position: absolute;
    overflow: hidden;
    bottom: 8%;
    left: 14.2%;
    z-index: 999999;
    top: 50%;
    transform: translateY(-50%);
}

.amp-video-bar::-webkit-progress-value {
    background: #5795c5;
    border-radius: 3px;
    box-shadow: none;
}

.amp-video-bar::-webkit-meter-optimum-value {
    background: #5795c5;
    border-radius: 3px;
    box-shadow: none;
}

.amp-video-bar::-moz-progress-bar {
    background: #5795c5;
    border-radius: 3px;
    box-shadow: none;
}

.amp-video-bar::-ms-fill {
    background: #5795c5;
    border-radius: 3px;
    border: none !important;
    box-shadow: none;
}

.amp-full-screen .amp-video-bar {
    bottom: 5.5%;
    left: 9%;
}

.amp-full-screen .amp-chapter-mark {
    bottom: 5.7%
}

.amp-small-screen .amp-chapter-mark{
    bottom: 6.5%
}

.amp-full-screen .amp-chapter-tooltip{
    bottom: 13.5%
}

.amp-small-screen .amp-chapter-tooltip{
    bottom: 44%
}

.docked .amp-chapter-mark{
    bottom: 6%
}

.docked .amp-chapter-tooltip{
    bottom: 50%
}

.amp-xlarge-screen .amp-video-bar {
    bottom: 6%;
    left: 9%;
}

.amp-gs-duration {
    font: 12px/12px Arial, Helvetica, sans-serif;
    position: absolute;
    color: white;
    font-weight: bold;
    top: 50%;
    transform: translateY(-50%);
}

.amp-gs-current-time {
    font: 12px/12px Arial, Helvetica, sans-serif;
    position: absolute;
    color: #5795c5;
    font-weight: bold;
    top: 25%;
}

.amp-small-screen .amp-gs-current-time {
    top: 8%;
}

.amp-full-screen .amp-gs-duration {
    bottom: 5.15%;
}

.amp-xlarge-screen .amp-gs-duration {
    top: 50%;
    transform: translateY(-50%);
}

.amp-right-divider {
    width: 1px;
    height: 30px;
    background: #ccc;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.amp-full-screen .amp-right-divider {
    height: 45px;
    bottom: 3.5%;
}

.amp-small-screen .amp-right-divider {
    display: none
}

.amp-btn-volume {
    height: 14px;
    width: 20px;
    /*bottom: 6.5%;*/
    cursor: pointer;
    pointer-events: all;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.amp-btn-volume:before {
    content: url("/a/pgs/images/mediaplayer/BitmapAssetVolume.png");
}

.amp-muted .amp-btn-volume:before {
    content: url("/a/pgs/images/mediaplayer/BitmapAssetVolumeButtonMute.png");
}

.amp-full-screen .amp-btn-volume {
    bottom: 5.15%;
}

.amp-xlarge-screen .amp-btn-volume {
    bottom: 5.65%;
}

.amp-small-screen .amp-btn-volume {
    z-index: 9999999!important;
}

.not-visible{
    opacity:0;
}

.amp-volume-bar {
    -webkit-appearance: none;
    cursor: pointer;
    border: 0;
    height: 5px;
    width: 13%;
    border-radius: 3px;
    background: #ccc;
    color: #5795c5;;
    display: inline;
    position: absolute;
    overflow: hidden;
    padding: 0 0;
    box-shadow: none;
    vertical-align: middle;
    top: 50%;
    transform: translateY(-50%);
}

.amp-volume-bar::-webkit-slider-runnable-track {
    height: 5px;
    cursor: pointer;
    box-shadow: none;
    background-color: transparent;
    border-color: transparent;
    border-radius: 3px;
}

.amp-volume-bar::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: solid 1px #666769;
    border-radius: 11px;
    height: 11px;
    width: 11px;
    margin-top:-3px;
    background: #BAC1CD;
    cursor: pointer;
    -moz-border-radius: 11px;
    -o-border-radius: 11px;
}
.amp-volume-bar::-moz-range-track {
    height: 5px;
    background: #999;
    border-radius: 3px;
    box-shadow: none;
}

.amp-volume-bar::-moz-range-progress {
    background: #5795c5;
    height:5px;
    border-radius: 3px;
}

.amp-volume-bar::-moz-range-thumb {
    border: solid 1px #666769;
    border-radius: 11px;
    height: 11px;
    width: 11px;
    background: #BAC1CD;
    cursor: pointer;
}

.amp-volume-bar::-ms-tooltip {
    display: none;
}

.amp-volume-bar::-ms-thumb {
    display: block;
    border: solid 1px #666769;
    border-radius: 11px;
    height: 11px;
    width: 11px;
    background: #BAC1CD;
    cursor: pointer;
    margin-top: 0;
}

.amp-volume-bar::-ms-track{
    background: none;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

.amp-volume-bar::-ms-fill-lower{
    height: 5px;
    background: #5795c5;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;

}

.amp-volume-bar:focus::-ms-fill-lower {
    background: #5795c5;
}

.amp-volume-bar::-ms-fill-upper {
    height: 5px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background: #999;
}

.amp-volume-bar:focus::-ms-fill-upper {
    background: #999;
}

.amp-full-screen .amp-volume-bar {
    bottom: 5.5%;
}

.amp-xlarge-screen .amp-volume-bar {
    bottom: 6%;
}

.amp-small-screen .amp-volume-bar {
    transform: rotate(270deg);
    bottom: 18%;
    z-index: 99999999;
}

.amp-chapter-mark {
    width: 12px;
    height: 12px;
    width: 16px;
    height: 17px;
    position: absolute;
    display: block;
    cursor: pointer;
    bottom: 5.6%;
    z-index: 1000000;
    padding: 6px;
    box-sizing: border-box;
    top: 50%;
    transform: translateY(-50%);
}

.amp-chapter-mark .amp-chapter-mark-circle{
    width: 4px;
    height: 5px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    display: block;
    z-index: 9999999;
}

.amp-chapter-tooltip {
    display: none;
    text-align: center;
    z-index: 9999999999;
    line-height: 14px;
    position: relative;
    align-items: flex-end;
}

.amp-chapter-tooltip .amp-tooltip-content{
    position:absolute;
    /*left: -50%;*/
    background: #FFF;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .3);
    transform: translateX(-50%);
}

.amp-chapter-tooltip .amp-chapter-title {
    font: 16px 'UniversLTW01-57Condense 723821', 'Arial Narrow', Arial, Helvetica, sans-serif;
    color: #697682;
    background: #f0f3f5;
    padding: 8px 15px;
    text-align: left;
}

.amp-chapter-tooltip.active{
    display: flex;
}

.amp-chapter-tooltip .amp-chapter-description {
    font: 16px 'Univers LT W01 65 Bold', Arial, Helvetica, sans-serif;
    color: #0e2f47;
    font-size: 12px;
    padding: 8px 15px;
}

.amp-chapter-tooltip .amp-chapter-arrow {
    position: absolute;
    margin-left: -8px;
    width: 0;
    height: 0;
    left: 50%;
    border-top: solid 8px #FFF;
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
}
.amp-chapter-tooltip.amp-left-arrow .amp-chapter-arrow {
    position: absolute;
    margin-left: 0;
    border-top: solid 8px #FFF;
    border-left: none;
    border-right: solid 8px transparent;
}
.amp-chapter-tooltip.amp-right-arrow .chapter-arrow {
    position: absolute;
    margin-left: -8px;
    border-top: solid 8px #FFF;
    border-left: solid 8px transparent;
    border-right: none;
}

.amp-close-caption {
    height: 25px;
    width: 25px;
    background: url("/a/pgs/images/mediaplayer/CC.svg") no-repeat;
    background-size: 100% 100%;
    pointer-events: all;
    position: absolute;
    right: 13%;
    cursor: pointer;
    top:50%;
    transform:translateY(-50%);
}

.amp-close-caption:hover,
.amp-close-caption.active{
    background:url("/a/pgs/images/mediaplayer/CC-blue.svg") no-repeat;
    background-size: 100% 100%;
}

.amp-transcript-pdf {
    top: 0;
    right: 0%!important;
    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;
}

.amp-full-screen .amp-transcript-pdf {
    display: none!important;
}

.amp-custom-controlbar:hover button.btn-transcript-pdf{
    right: 0%;
}

.amp-full-screen .amp-close-caption {
    right: 5%;
    bottom: 4.5%;
}

.amp-xlarge-screen .amp-close-caption {
    right: 6%;
}

.amp-gsfullscreen {
    height: 20px;
    width: 20px;
    pointer-events: all;
    position: absolute;
    right: 5%;
    cursor: pointer;
    background: none;
    background-color: transparent;
    top: 50%;
    transform: translateY(-50%);
}

.amp-full-screen .amp-gsfullscreen{
    bottom: 4.15%;
    right: 2%;
}

.amp-xlarge-screen .amp-gsfullscreen{
    bottom: 4.15%;
    right: 2%;
}

.amp-gsfullscreen:before {
    content: url("/a/pgs/images/mediaplayer/BitmapAssetFullscreen.png")!important;
}

.amp-full-screen .amp-gsfullscreen:before {
    content: url("/a/pgs/images/mediaplayer/BitmapAssetFullscreenButtonActive.png")!important;
}

.amp-xlarge-screen .amp-gsfullscreen:before {
    content: url("/a/pgs/images/mediaplayer/BitmapAssetFullscreen.png")!important;
}

.amp-full-screen .amp-xlarge-screen .amp-gsfullscreen:before {
    content: url("/a/pgs/images/mediaplayer/BitmapAssetFullscreen.png")!important;
}

.amp-hover-container{
    position:absolute;
    bottom: 6%;
    height: 13px;
    width: 25px;
}

.amp-full-screen .amp-hover-container{
    bottom: 5%;
}

.amp-xlarge-screen .amp-hover-container{
    bottom: 5.5%;
}

.move-to-front {
    z-index: 9999999999 !important;
    overflow: visible !important;
    transform: none !important;
}

.amp-hover-time{
    text-align: center;
    position: absolute;
    margin-top: -26px;
    z-index:100000;
    color: #FFF;
}

.amp-full-screen .amp-hover-time{
    z-index:100000;
}

.amp-time-text{
    font: 12px/12px Arial, Helvetica, sans-serif;
    background: #999;
    color: #FFF;
    padding: 4px 5px;
    margin-left: -15px;
    display: block;
}

.amp-arrow-down{
    width: 0;
    height: 0;
    display:block;
    clear:both;
    margin-left: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #999;
}

.amp-poster-contents {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-size : cover;
}

.amp-gs-poster-play-pause{
    background-color: transparent;
    width: 59px;
    height: 59px;
    bottom: 10%;
    left: 8%;
    cursor: pointer;
    pointer-events: all;
    position: absolute;
    border: none;
}

.amp-gs-poster-play-pause:before {
    content: url('/a/pgs/images/mediaplayer/PosterPlayButton.png')!important;
}

.amp-poster-title {
    display: inline-block;
    vertical-align: middle;
    font: 41px/1 'UniversLTW01-47LightCn', serif;
    color: #fff;
    width: 75%;
    padding: 20px;
    left: 17%;
    position: absolute;
    bottom: 7%
}

.extra-large-video .amp-poster-title{
    left: 13%;
    bottom: 8.5%;
}

.mobile .amp-poster-title {
    font: 30px/1 'UniversLTW01-47LightCn', serif;
}

.amp-poster-duration {
    background: #000;
    padding: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index:1;
    font: 12px/12px Arial, Helvetica, sans-serif;
}

.amp-poster-duration-span {
    color: white;
    font-weight: bold;
}

.amp-playing .amp-custom-controlbar{
    display: block;
}

.amp-paused .amp-custom-controlbar{
    display: block;
}

.amp-ended .amp-custom-controlbar{
    display: none;
}

.amp-endFrame {
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    overflow: hidden;
    transition: opacity 300ms ease;
    display: block;
    visibility: hidden;
    min-height: 0;
    z-index: 50;
}

.amp-playing .amp-poster-contents{
    display: none;
}

.amp-paused .amp-poster-contents{
    display: none;
}

.amp-ended .amp-poster-contents {
    display: block;
}

.amp-replay {
    display: none;
    background: url("/a/pgs/images/mediacomponent-replay.png") no-repeat scroll 0 0 transparent;
    width: 120px;
    height: 30px;
    bottom: 50%;
    left: 41%;
    cursor: pointer;
    pointer-events: all;
    position: absolute;
    margin-top: 165px;
    font: 16px/2.3 "UniversLTStdCn", "Arial Narrow", Arial, Helvetica, sans-serif;
    color: #619fcf;
    text-indent: 42px;
    text-transform: uppercase;
}

.amp-replay-overlay {
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    bottom: 0%;
    left: 0%;
    cursor: pointer;
    pointer-events: all;
    position: absolute;
    z-index: 1;
}

.amp-ended .amp-poster-contents .amp-replay,
.amp-ended .amp-poster-contents .amp-endFrame,
.amp-ended .amp-poster-contents .amp-replay-overlay {
    display: block;
}

.amp-ended .amp-poster-contents .amp-poster-duration,
.amp-ended .amp-poster-contents .amp-poster-title,
.amp-ended .amp-poster-contents .amp-poster,
.amp-ended .amp-poster-contents .amp-gs-poster-play-pause{
    display: none;
}

.amp-ended .amp-gs-current-time {
    display: none;
}


.gs-video-player.docked{
    position:fixed !important;
    height: 180px !important;
    width:100%;
    z-index: 9999 !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
}

.docked-video-info {
    display: none;
}


.gs-video-player.docked .docked-video-info{
    position:fixed !important;
    background-color: white;
    top: 0 !important;
    left: 320px;
    width: calc(100% - 320px);
    height: 180px !important;
    display: block;
}

.gs-video-player.docked.bottom {
    top: auto !important;
    bottom: 0;
}

.gs-video-player.docked.bottom .mediaComponentVideo.amp-player{
    top: auto !important;
    bottom: 0;
    background-color: white;
}

.gs-video-player.docked.bottom  .docked-video-info{
    top: auto !important;
    bottom: 0;
    z-index: 9999999 !important;
}

.gs-video-player.docked .docked-video-info small{
    font: 12px/1 'Univers LT W01 55 Roman', Arial, sans-serif;
    color: rgba(183, 185, 185, 0.84);
    padding-left: 20px;
    margin-top: 30px;
}

.gs-video-player.docked .docked-video-info h2 {
    font: 26px/1 'UniversLTStdLight', serif !important;
    margin: 12px 0 0 0;
    text-transform: none;
    padding-left: 20px;
}

.gs-video-player.docked .docked-video-info .docked-video-icon-close {
    font-family: 'content-pages' !important;
    font-size: 36px;
    color: #639fce;
    text-decoration: none;
    position: absolute;
    top: 52px;
    right: 20px;
    background-color: transparent;
    border:none;
    cursor: pointer;
    z-index: 99999;
}

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

.gs-video-player.docked .docked-video-info .small-title {
    font: 10px/1 'Univers LT W01 65 Bold', sans-serif !important;
    color: black;
    margin-left: 30px;
    margin-top: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: block;
    margin-bottom: 15px;
    text-align: left;
}

.gs-video-player.docked .docked-video-info .video-title {
    font: 26px/1 'UniversLTStdLight', serif !important;
    letter-spacing: 3px;
    display: block;
    margin-bottom: 15px;
    margin-left: -25px;
    text-align: left;
    color: #151945;
    text-transform: none;
    background-color: white;
    width: 60%;
}

.mobile .gs-video-player.docked .docked-video-info .video-title {
    margin-left: 30px;
}

.small-video .amp-gs-poster-play-pause:before,
.mobile .amp-gs-poster-play-pause:before {
    content: url('/a/pgs/images/mediaplayer/PlayButtonSmall.png')!important;
}

.mobile .amp-poster {
    padding: 0!important;
}

.extra-large-video .amp-poster-title{
    left: 13%;
    bottom: 8.5%;
}

.mobile .amp-gs-poster-play-pause,
.small-video .amp-gs-poster-play-pause {
    left: 12%;
    bottom: 6%;
}

.mobile .amp-poster-title,
.small-video .amp-poster-title {
    left: 17%;
    bottom: 10%
}

.mobile .amp-poster-title,
.small-video .amp-poster-title
{
    font: 30px/1 'UniversLTW01-47LightCn', serif;
}

.mobile .medium-video .mediaComponentVideo.amp-player {
    height: 100%;
    margin: auto;
}

.amp-context-menu, amp-menu, amp-bg{
    display: none;
}

.amp-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;
}

.amp-exit-fullscreen:focus{
    outline: none;
}
.amp-exit-fullscreen:after{
    content: "\2c";
}

.amp-full-screen .amp-exit-fullscreen {
    display: block !important;
}

.mobile .amp-full-screen .amp-exit-fullscreen {
    font-size: 36px;
    width: 50px;
    height: 50px;
}
.amp-exit-fullscreen:hover {
    color: #fff;
}

.video-main-container .amp-exit-fullscreen.icon-close {
    font-family: 'gs_icons' !important;
}
.video-main-container .amp-exit-fullscreen.icon-close:after {
    content: "\e91c" !important;
}
.video-main-container .amp-exit-fullscreen.icon-close:before {
    content: unset;
}
.amp-poster-shadow.poster-shadow {
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 100%);
}

.docked-video-info {
    pointer-events: all;
}

.amp-captioning.amp-overlay .amp-caption-area {
    top: initial !important;
    bottom: 20% !important;
    font-family: Arial, sans-serif!important;
}

.amp-caption-settings {
    display: block;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 15%;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #E4E4E4;
    max-width: 390px;
    width: 90%;
    border: 1px solid #aaaaaa;
    border-radius: 4px;
    z-index: 112;
    padding: 2px 2px;
    background: #7d7e7d;
    pointer-events: auto;
    visibility: visible;
}

.amp-custom-controlbar .amp-custom-control {
    background: linear-gradient(to bottom, transparent 75%, black);
    height: 100%;
}

video.amp-html5.amp-media-element {
    min-height: initial;
}
.amp-controls-bottom {
    position: absolute;
    height: 20%;
    max-height: 100px;
    width: 100%;
    bottom: 0;
}

.gs-video-player.no-controls.docked .amp-custom-controlbar {
    /*display: none;*/
}

.gs-video-player.no-controls.docked .amp-custom-controlbar .amp-controls-bottom > * {
    display: none;
}

.gs-video-player.no-controls.docked .amp-custom-controlbar .amp-controls-bottom > .amp-playpause  {
    display: block;
    top: 10px;
    left: 10px;
}

@media all and (max-width: 678px) {
    .amp-btn-volume,
    .amp-video-bar,
    .amp-gs-current-time,
    .amp-gsfullscreen,
    .amp-gs-duration {
        display: none;
    }

    .amp-controls-bottom {
        max-height: 100%;
        height:100%;
    }
    .amp-small-screen .amp-playpause,
    .amp-playpause {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}