

@font-face {
    font-family: 'Thunderhouse';
    src: url(/ew/images/blog/casserole-conversations/part2/thunderhouse.woff) format('woff');
    font-display: fallback;
}

@font-face {
    font-family: 'Modern Love';
    src: url(/ew/images/blog/casserole-conversations/part2/modern-love-caps.woff) format('woff');
    font-display: fallback;
}

/*
@font-face {
    font-family:"modern-love-caps";
    src:url("https://use.typekit.net/af/c4f37b/00000000000000007736d744/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"),
    url("https://use.typekit.net/af/c4f37b/00000000000000007736d744/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"),
    url("https://use.typekit.net/af/c4f37b/00000000000000007736d744/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
    font-display:auto;font-style:normal;font-weight:300;font-stretch:normal;
}
*/
body {
    overscroll-behavior: none;
}

.related-posts {
    background: #fff;
}

.related-posts .container {
    display: table;
}

.thunderhouse,
.alt-heading  {
    font-family: Thunderhouse;
    font-size: 3em;
    font-weight: 200;
    margin-right: 5px;
}

.modern-love {
    font-family: 'Modern Love';
    font-size: 2.5em;
    font-weight: 200;
    margin-right: 5px;
}

.cc-banner {
    position: fixed;
    z-index: -1;
    width: 100%;
    padding-bottom: 50%;
}

.cc-banner img {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1400px;
    margin-top: 10px;
}

.header-spacer {
    width: 100%;
    padding-bottom: 47%;
    margin-bottom: 30px;
}

.wrapper {
    background: #fff;
    z-index: 1;
    position: relative;
}

.roadmap-image {
    margin-bottom: 30px;
}

.roadmap-phrase {
    margin-left: -10px;
    width: 95%;
}

.table-phrase {
    margin: 0 auto;
    margin-bottom: -6%;
    margin-top: 2%;
    position: relative;
    z-index: 1;
    width: 90%;
}

.table-outer {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 5%;
}

.cc-footer {
    position: relative;
    width: 100%;
    background: #fff;
}

.cc-footer .footer-bkg {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 80%;
}

.footer-container {
    position: relative;
    z-index: 1;
    display: table;
}

.coming-soon-desktop {
    width: 100%;
    max-width: 750px;
    margin: 30px auto 30px auto;
}

.pdf-outer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5%;
    margin-bottom: 6%;
}

.view-pdf {
    position: relative;
    margin-right: 10px;
}

.view-pdf::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 15px;
    background-image: url(/ew/images/blog/casserole-conversations/part1/p1-underline.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -20px;
    left: 0;
}

.view-pdf::after {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    margin-top: 5px;
}

.view-pdf-heading {
    height: 35px;
    margin-right: 10px;
}

#btnOrangePDF {
    margin: 0;
    background-color: #f99b48;
    border-radius: 10px;
    padding: 1.5%;
    font-family: Modern Love;
    font-size: 28px;
    text-decoration: none;
    position: relative;
}

.btn-txt {
    height: 28px;
    cursor: pointer;
}

#btnOrangePDF:hover {
    background-color: #FB6F48;
}

.page-end-spacer {
    display: none;
}

.mobile {
    display: none;
}

.loyalty {
    width: 70%;
    margin: 0 auto;
}

.jungle-spacer {
    padding-bottom: 27%;
}

.jungle-spacer-after {
    padding-bottom: 10%;
}

.dad {
    margin-top: -100px;
    position: relative;
    z-index: -1;
}

.talked-out {
    width: 80%;
    max-width: 300px;
    margin-left: 5%;
}

.richard-dorothy {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

.weathering {
    margin-bottom: 10px;
    margin-top: 20px;
}


@media (min-width: 1580px) {
    .cc-banner {
        padding-bottom: 0;
        height: 780px;
    }

    .cc-banner img {
        max-width: 1300px;
    }
    
    .header-spacer {
        padding-bottom: 0;
        height: 750px;
    }
}

@media (max-width: 992px) {
    .cc-banner {
        padding-bottom: 50%;
        margin-top: 25px;
    }
    .cc-banner img {
        width: 90%;
    }
    .header-spacer {
        padding-bottom: 50%;
        margin-top: 10px;
    }
    .thunderhouse,
    .alt-heading  {
        font-size: 2em;
    }
    .modern-love {
        font-size: 1.7em;
    }
    .reverse-992 > :first-child {
        order: 2;
    }
    .view-pdf {
        font-size: 2.5em;
    }
    .view-pdf::before {
        height: 10px;
        bottom: -10px;
    }
    #btnOrangePDF {
        font-size: 1.2em;
    }
    .pdf-outer {
        margin-top: 60px;
        margin-bottom: 80px;
    }
    .plate {
        margin-bottom: 30px;
    }
    .jungle-spacer {
        padding-bottom: 30px;
    }
    .loyalty {
        width: 90%;
    }
    .dad {
        margin-top: 0px;
    }
    .talked-out {
        margin: 0 auto;
        margin-bottom: 50px;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
}


@media (max-width: 768px) {
    .pdf-outer {
        display: block;
        text-align: center;
    }
    .view-pdf::before {
        bottom: -25px;
    }
    .view-pdf::after {
        display: none;
    }
    .view-pdf {
        display: table;
        width: auto;
        margin-right: 0;
        margin: 0 auto;
    }
    #btnOrangePDF {
        margin: 0 auto;
        padding: 3.5%;
        margin-top: 50px;
        width: 56%;
        display: table;
    }
    .btn-txt {
        margin: 0 auto;
    }
    .view-pdf-heading {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 480px) {
    .coming-soon-mobile {
        width: 60%;
        margin: 10px auto;
    }
    .carl-mobile {
        margin: 80px auto 80px auto;
    }
    .footer-bkg {
        height: 40%;
        width: auto;
        aspect-ratio: 1;
    }
    .cc-footer {
        overflow: hidden;
    }
    .cc-banner {
        padding-bottom: 57%;
        margin-top: 5px;
    }
    .header-spacer {
        padding-bottom: 50%;
    }
    .view-pdf {
        font-size: 10vw;
    }
}

@media(max-width: 424px) {
    .dirt-heading {
        font-size: 8vw;
    }
}