@charset "UTF-8";

@-webkit-keyframes Fade_In_Element {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;

    }
}

@-moz-keyframes Fade_In_Element {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes Fade_In_Element {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


@-webkit-keyframes Fade_Out_Element {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;

    }
}

@-moz-keyframes Fade_Out_Element {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes Fade_Out_Element {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

html,
body {
    background-color: transparent;
}

body,
button,
img {
    vertical-align: baseline;
    border: 0;
    outline: 0;
    padding: 0;
    margin: 0;
}

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

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

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

button {
    cursor: pointer;
}

:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}

.keyline {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #000000;
}

.videokeyline{
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #a5adb3;
}

.clicktag {
    position: absolute;
    top: 0;
    left: 0;
    background: url("transparent-ie-fix.png") transparent repeat;
    cursor: pointer;
}

.loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
}

.loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
    width: 32px;
    height: 32px;
    background-color: #000000;
}

#banner-container {
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    width: 970px;
    height: 250px;
    background-color: transparent;
}

#state-initial {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 970px;
    height: 250px;
    background-color: #000000;
    /* TODO Make sure this is set to transparent for a transparent unit */
    overflow: hidden;
}

#video-1-container,
#video-1-container video {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 970px;
    height: 250px;
    background-color: #000000;
}

#image-sequence-1,
#image-sequence-1-image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 970px;
    height: 250px;
    background-color: transparent;
}

#video-2-container {
    position: absolute;
    display: none;
    top: 1px;
    left: 527px;
    width: 444px;
    height: 248px;
    background-color: #000000;
}

#video-2-container video {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 444px;
    height: 248px;
    background-color: #000000;
}

/* RESOLVE ELEMENTS */

#resolve-container {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 970px;
    height: 250px;
    background: transparent;
    opacity: 1;
}

#resolve-background {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 970px;
    height: 250px;
    opacity: 0;
}

.tunein_01_PRE {
    background: url("APV_GLTHS2_970x250_Billboard_ROS_01_PRE.jpg") transparent no-repeat;
}

.tunein_02_POST {
    background: url("APV_GLTHS2_970x250_Billboard_ROS_02_POST.jpg") transparent no-repeat;
}


/*#resolve-cta-container {
    position: absolute;
    display: block;
    top: 304px;
    left: 173px;
    width: 114px;
    height: 136px;
    opacity: 0;
}

.cta_01_PRE{
        background: url("YMH_970x2500_progressive_CTA_01_B.png") transparent no-repeat;
}

.cta_02_POST{
        background: url("YMH_970x2500_progressive_CTA_03.png") transparent no-repeat;
}*/

#button-replay-video {
    position: absolute;
    display: block;
    top: 1px;
    left: 526px;
    width: 444px;
    height: 248px;
    background: url("video-endframe.jpg") transparent repeat;
    opacity: 0;
}

#button-play-video {
    position: absolute;
    visibility: hidden;
}

#button-pause-video {
    position: absolute;
    visibility: hidden;
}

#button-play-intro-video {
    position: absolute;
    visibility: hidden;
}

#button-pause-intro-video {
    position: absolute;
    visibility: hidden;
}

.button-play-video {
    top: 2px;
    right: 26px;
    width: 26px;
    height: 30px;
    background: url("button-play-video.png") transparent no-repeat;
}

.button-pause-video {
    top: 2px;
    right: 26px;
    width: 26px;
    height: 30px;
    background: url("button-pause-video.png") transparent no-repeat;
}

.button-play-intro-video {
    top: 2px;
    right: 26px;
    width: 26px;
    height: 30px;
    background: url("button-play-video.png") transparent no-repeat;
}

.button-pause-intro-video {
    top: 2px;
    right: 26px;
    width: 26px;
    height: 30px;
    background: url("button-pause-video.png") transparent no-repeat;
}

.button-play-mobile-video {
    top: 0px;
    right: 0px;
    width: 42px;
    height: 40px;
    background: url("button-play-mobile-video.png") transparent no-repeat;
}

.button-pause-mobile-video {
    top: 0px;
    right: 0px;
    width: 42px;
    height: 40px;
    background: url("button-pause-mobile-video.png") transparent no-repeat;
}

#button-unmute-video {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 28px;
    height: 30px;
    visibility: hidden;
    background: url("button-unmute-video.png") transparent no-repeat;
}

#button-mute-video {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 28px;
    height: 30px;
    visibility: hidden;
    background: url("button-mute-video.png") transparent no-repeat;
}

#button-unmute-intro-video {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 28px;
    height: 30px;
    visibility: hidden;
    background: url("button-unmute-video.png") transparent no-repeat;
}

#button-mute-intro-video {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 28px;
    height: 30px;
    visibility: hidden;
    background: url("button-mute-video.png") transparent no-repeat;
}
.button-initial-unmute-video {
    position: absolute;
    top: 2px;
    right: 0px;
    width: 36px;
    height: 36px;
    display: none;
    background: url("button-unmute-initial-video.png") transparent no-repeat;
}

.button-initial-unmute-mobile-video {
    position: absolute;
    top: 2px;
    right: 0px;
    width: 36px;
    height: 36px;
    display: none;
    background: url("button-unmute-mobile-video.png") transparent no-repeat;
}
.fadeInElement {
    -webkit-animation: 250ms Fade_In_Element 1 forwards ease-out;
    -moz-animation: 250ms Fade_In_Element 1 forwards ease-out;
    animation: 250ms Fade_In_Element 1 forwards ease-out;
}

.fadeOutElement {
    -webkit-animation: 250ms Fade_Out_Element 1 forwards ease-out;
    -moz-animation: 250ms Fade_Out_Element 1 forwards ease-out;
    animation: 250ms Fade_Out_Element 1 forwards ease-out;
}
