/* Add ad specific styles below */
@font-face {
    font-family: 'Unify Sans';
    src: url('https://www.gannett-cdn.com/ads/fonts/unify-sans-semibold/UnifySans_SemiBold.woff') format('woff'),
        url('https://www.gannett-cdn.com/ads/fonts/unify-sans-semibold/UnifySans_SemiBold.woff2') format('woff2');
    font-style: normal;
    font-weight: bold;
    font-display: fallback;
}

@font-face {
    font-family: 'Unify Sans';
    src: 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.woff2') format('woff2');
    font-style: normal;
    font-weight: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'Unify Serif';
    src: url('https://www.gannett-cdn.com/ads/fonts/unify-serif-text/UnifySerif-Text.woff') format('woff'),
        url('https://www.gannett-cdn.com/ads/fonts/unify-serif-text/UnifySerif-Text.woff2') format('woff2');
    font-style: normal;
    font-weight: normal;
    font-display: fallback;
}

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

img {
    border: 0;
}

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

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


/* Outer Container =========================================================== */
.outer-container {
    bottom: 0;
    color: rgb(255,255,255);
    display: block;
    font-family: 'Unify Sans', sans-serif;
    font-weight: normal;
    height: 100%;
    left: 0;
    line-height: 1.2;
    margin: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.device-phone .outer-container {
    height: 100%;
}

/* Background ================================================================ */
.background-landscape {
    bottom: 0;
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    width: 100%;
}

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

.background-portrait {
    display: none;
}

.device-phone .background-portrait {
    bottom: 0;
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    width: 100%;
}

/* Content ================================================================ */
.content-container {
    bottom: 0;
    height: 100%;
    left: 3.2%;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 70%;
    z-index: 1;
}
.device-phone .content-container {
    left: 0;
    width: 100%;
}

/* Publisher Logo */
.publisher-logo {
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
    height: 7%;
    left: 0;
    position: absolute;
    top: 16%;
    width: 100%;
    z-index: 1;
}
.device-phone .publisher-logo {
    background-position: center bottom;
    height: 4%;
    top: 13%;
}

/* Copy */
.copy-container {
    left: 0;
    position: absolute;
    top: 30%;
}
.device-phone .copy-container {
    top: 22%;
    width: 100%;
}

.headline {
    display: flex;
    flex-direction: column;
    font-size: 4.1em;
    letter-spacing: 0.02em;
    line-height: 1.1;
    width: 100%;
}
.device-phone .headline {
    font-size: 2.8em;
    text-align: center;
}

.tagline {
    font-family: 'Unify Serif', serif;
    font-size: 2.3em;
    font-style: italic;
    line-height: 1.6;
}
.device-phone .tagline {
    font-size: 1.5em;
    line-height: 1.2;
    margin-top: 3.2%;
    text-align: center;
}

.locaization-copy-value {
    white-space: nowrap;
}

/* CTA */
.cta-contaienr {
    margin-top: 7%;
    position: relative;
}
.device-phone .cta-contaienr {
    margin-top: 5%;
    text-align: center;
    width: 100%;
}

.cta {
    border-bottom: 4px solid rgb(255,255,255);
    display: inline-block;
    font-size: 1.35em;
    font-weight: bold;
    line-height: 1.4;
    text-transform: uppercase;
}

/* Line Breaks */
.line-break {
    display: block;
}
.device-phone .line-break {
    display: inline;
}

.line-break-mobile {
    display: inline;
}
.device-phone .line-break-mobile {
    display: block;
}
