/* Add ad specific styles below */

@font-face {
    font-family: UnifySans-Semibold;
    src: url('http://www.gannett-cdn.com/ads/fonts/unify-sans-semibold/UnifySans_SemiBold.eot');
    src: url('http://www.gannett-cdn.com/ads/fonts/unify-sans-semibold/UnifySans_SemiBold.eot?#iefix') format('embedded-opentype'), url('http://www.gannett-cdn.com/ads/fonts/unify-sans-semibold/UnifySans_SemiBold.woff2') format('woff2'), url('http://www.gannett-cdn.com/ads/fonts/unify-sans-semibold/UnifySans_SemiBold.woff') format('woff'), url('http://www.gannett-cdn.com/ads/fonts/unify-sans-semibold/UnifySans_SemiBold.ttf') format('truetype'), url('http://www.gannett-cdn.com/ads/fonts/unify-sans-semibold/UnifySans_SemiBold.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    font-family: UnifySans-Semibold;
}

a {
    color: rgb(0, 0, 250);
}

.paramount-bleed,
.paramount-bleed * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.paramount-bleed {
    background: rgb(255,255,255);
}

.device-phone .paramount-bleed {
    background: rgb(255, 255, 255);
}

img {
    border: 0;
}

.background {
    /* background: rgb(210, 72, 25);
    background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
    background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%); */
    /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d24819", endColorstr="#eb7b33", GradientType=1); */
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.click-cover {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}

.background-landscape {
    display: block;
    height: auto;
    width: 100%;
}

.device-phone .background-landscape {
    display: none;
}

.background-portrait {
    display: none;
}

.device-phone .background-portrait {
    bottom: 0;
    display: block;
    height: auto;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 100%;
    z-index: 9;
}

.overlay-landscape {
    bottom: 0;
    display: block;
    height: auto;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 100%;
    z-index: 12;
}

.overlay {
    bottom: 5%;
    display: none;
    height: auto;
    left: auto;
    margin: auto;
    position: absolute;
    right: 2%;
    top: auto;
    width: 20%;
    z-index: 11;
}

.device-phone .overlay {
    bottom: 8%;
    display: none;
    height: auto;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 30%;
    z-index: 22;
}

.logo {
    bottom: auto;
    display: block;
    height: auto;
    left: 6%;
    margin: auto;
    position: absolute;
    right: auto;
    top: 8%;
    width: 18%;
    z-index: 12;
}

.device-phone .logo {
    display: none;
}

.device-phone .overlay-landscape {
    display: none;
}

.overlay-portrait {
    display: none;
}

.device-phone .overlay-portrait {
    bottom: 0;
    display: block;
    height: auto;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 100%;
    z-index: 12;
}

.video {
    bottom: 0;
    height: 100%;
    margin: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10;
}

.device-phone .video {
    bottom: auto;
    height: 50%;
    top: 0;
    width: 100%;
}

.disclaimer {
    bottom: auto;
    display: block;
    font-size: .5em;
    height: auto;
    left: auto;
    margin: auto;
    position: absolute;
    right: 8%;
    top: 22%;
    width: auto;
    z-index: 22;
}

.device-phone .disclaimer {
    font-size: 1.5vw;
    right: 9%;
    top: 18%;
}

#play {
    opacity: 0;
}

.fade-out {
    /* opacity: 0; */
    display: none;
}

.fade-in {
    /* opacity: 1; */
    display: block;
}

#mute, #unmute {
    bottom: auto !important;
    height: 30px !important;
    left: auto !important;
    right: 3% !important;
    top: 5% !important;
    width: 30px !important;
}