/* Add ad specific styles below */
@charset "UTF-8";
@font-face {
    font-family: 'UnifySerif-TextBold';
    src: url('https://www.gannett-cdn.com/ads/fonts/unify-serif-text-bold/UnifySerif-TextBold.eot');
    src: url('https://www.gannett-cdn.com/ads/fonts/unify-serif-text-bold/UnifySerif-TextBold.eot?#iefix') format('embedded-opentype'),
        url('https://www.gannett-cdn.com/ads/fonts/unify-serif-text-bold/UnifySerif-TextBold.woff') format('woff'),
        url('https://www.gannett-cdn.com/ads/fonts/unify-serif-text-bold/UnifySerif-TextBold.ttf') format('truetype'),
        url('https://www.gannett-cdn.com/ads/fonts/unify-serif-text-bold/UnifySerif-TextBold.svg#UnifySerif-TextBold') format('svg');
    font-style: normal;
}
@font-face {
    font-family: 'UnifySans-Regular';
    src: url('https://www.gannett-cdn.com/ads/fonts/unify-sans-regular/UnifySans-Regular.eot');
    src: url('https://www.gannett-cdn.com/ads/fonts/unify-sans-regular/UnifySans-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://www.gannett-cdn.com/ads/fonts/unify-sans-regular/UnifySans-Regular.woff') format('woff'),
        url('https://www.gannett-cdn.com/ads/fonts/unify-sans-regular/UnifySans-Regular.ttf') format('truetype'),
        url('https://www.gannett-cdn.com/ads/fonts/unify-sans-regular/UnifySans-Regular.svg#UnifySans-Regular') format('svg');
    font-style: normal;
}

.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: transparent;
}

.paramount-safe {
    z-index: -2;
}

img {
    border: 0;
}

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

/* mobile-check-pixel ========================================================= */
.mobile-check-pixel {
    bottom: 0;
    display: none;
    height: 1px;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 0;
}
.device-phone .mobile-check-pixel {
    display: block;
}

/* Outer Container ============================================================ */
.outer-container {
    background: rgb(247,246,241);
    bottom: 0;
    color: rgb(64,64,64);
    font-family: 'UnifySans-Regular', Arial, Helvetica, sans-serif;
    font-size: 10px;
    height: 100%;
    left: 0;
    line-height: 1.2;
    margin: auto;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10;
}

/* Background ================================================================ */
.background-landscape {
    bottom: 0;
    display: block;
    height: auto;
    left: auto;
    margin: auto 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 11;
}
.device-phone .background-landscape {
    display: none;
}

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

/* Overlay ================================================================ */
.overlay-landscape {
    bottom: 0;
    display: block;
    height: auto;
    left: 12.2%;
    margin: auto 0;
    position: absolute;
    right: auto;
    top: 8%;
    width: 41.6%;
    z-index: 15;
}
.device-phone .overlay-landscape {
    display: none;
}

.overlay-portrait {
    display: none;
}
.device-phone .overlay-portrait {
    display: block;
    height: auto;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 38%;
    width: 70%;
    z-index: 15;
}

/* Logo Container ================================================================ */
.logo-container {
    align-items: center;
    display: flex;
    height: 15%;
    justify-content: center;
    left: auto;
    margin: 0;
    position: absolute;
    right: 13%;
    top: 78%;
    white-space: nowrap;
    width: 44%;
    z-index: 20;
}
.device-phone .logo-container {
    height: 3%;
    right: auto;
    top: 90%;
    width: 100%;
}

.logo-container.default-version {
    justify-content: flex-end;
    margin-right: 2%;
}
.device-phone .logo-container.default-version {
    justify-content: center;
    margin-right: 0;
}

/* Publisher Logo Container ======================= */
.publisher-logo-container {
    bottom: 0;
    display: inline-block;
    height: 30%;
    left: 0;
    margin: auto 0;
    max-width: 50% !important;
    min-width: 10%;
    position: relative;
    top: 0;
    width: auto;
}
.device-phone .publisher-logo-container {
    height: 100%;
    width: 100%;
}
.default-version .publisher-logo-container,
.device-phone .default-version .publisher-logo-container {
    display: none;
}

/* Publisher Logo ======================= */
.publisher-logo {
    bottom: 0;
    display: inline-block;
    height: 100%;
    left: 0;
    margin: auto 0;
    min-width: 10%;
    max-width: 100%;
    top: 0;
    transition: all 0.2s;
    width: auto;
}
.device-phone .publisher-logo {
    height: 92%;
    max-width: 100%;
}

.publisher-logo-endorsement {
    display: block;
    margin-top: 6px;
    opacity: 1;
    max-width: 140px;
    min-width: 140px;
}
.device-phone .publisher-logo-endorsement {
    margin-top: 2px;
    max-width: 75px;
    min-width: 75px;
}

/* Divider ======================= */
.divider {
    border-right: 1px solid rgb(64,64,64);
    display: inline-block;
    height: 30%;
    opacity: 0.4;
    margin: 0 3%;
    vertical-align: middle;
    width: 1px;
    z-index: 10;
}
.device-phone .divider {
    height: 90%;
}
.ghm .divider {
    height: 40%;
}
.device-phone .ghm .divider {
    height: 100%;
}
.default-version .divider,
.device-phone .default-version .divider {
    display: none;
}

/* Campaign Logo ======================= */
.campaign-logo {
    background-image: url(https://www.gannett-cdn.com/ads/adsolutions/2021/07/marketing_paramount_act_phase2/images/campaign-logo.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    display: inline-block;
    height: 30%;
    left: 0;
    margin: auto 0;
    position: relative;
    top: 0;
    width: 44%;
}
.device-phone .campaign-logo {
    height: 100%;
    /* min-width: 20%; */
    width: 34%;
}
.ghm .campaign-logo {
    top: -8%;
}

.default-version .campaign-logo {
    height: 40%;
    margin-left: 10%;
    width: 54%;
}
.device-phone .default-version .campaign-logo {
    height: 100%;
    margin-left: 0;
    width: 36%;
}

.campaign-logo-endorsement {
    display: block;
    margin-top: 24px;
    opacity: 1;
    max-width: 140px;
    min-width: 140px;
}
.default-version .campaign-logo-endorsement {
    margin-top: 32px;
}
.device-phone .campaign-logo-endorsement {
    margin-top: 14px;
    max-width: 75px;
    min-width: 75px;
}

/* Common ======================= */
.hide,
.device-phone .hide {
    opacity: 0;
}