#headerTxt { color: white; font-family:"Cormorant Garamond"; font-size: 20px; margin-left: 10px; }

h2 { margin-bottom: 0.8em; }
h4 { font-family: 'Lato' !important; font-weight: 400 !important; font-size: 1.25rem !important; line-height: 1.5rem !important; }
@media only screen and (min-width: 640px) {
    h1 { font-size: 3rem !important; line-height: 3.5rem !important; }
}

.articleText p, .articleText a, .articleText li {
    font-family: 'Lato';
    font-weight: 300;
    font-size: 19px;
    line-height: 32px;
}
.articleText ul, .articleText ol  { margin-bottom: 10px; }
.smallText { font-size: 0.8rem; line-height: 1.25rem; }
.articleText a { color: #3dafff; }

.articleHeroImg img, .pinImg img { width: 100%; height: 100%; }
.articleHeroImg, .pinImg, .listicle { margin: 50px auto; aspect-ratio: 2 / 3; }
.pinImg, .listicle { aspect-ratio: 2/3; margin-bottom: 100px; }
.listicle {
    background: #054988;
    background: linear-gradient(120deg, rgba(5, 73, 136, 1) 0%, rgba(1, 46, 113, 1) 30%, rgba(0, 14, 52, 1) 80%);
    position: relative;
}
.listicle-inner {
    padding: 80px 60px 20px;
}
.listicle div {
    font-family:"League Spartan";
    color: #ffffff;
    font-size: 50px;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 25px;
}
.listicle-atlas-logo {
    position: absolute;
    width: 100px;
    bottom: -30px;
    left: calc(100% - 110px);
    opacity: 0.5;
}
.listicle-atlas-logo img {width: 100%; height: 100%;}


.articleSubheadline {
    margin-block: 75px 50px;
}
.articleSubheadline h4{
    text-align: center;
}
.articleSubheadline .punchlineDivider {
    width: 150px;
}

@media only screen and (min-width: 640px) {
    .articleHeroImg, .pinImg { height: 600px; }
    .listicle { width: 400px; }
}

#pinBtnTag {
    margin: 25px auto 50px;
}

#pinBtn {
    width: 80vw;
    cursor: pointer;
}

#pinBtnImg {
    background-color: rgb(179, 30, 36);
    height: 40px; margin: 25px auto; padding: 7px 0;
    display: flex; justify-content: center; align-items: center;
    border-radius: 5px;
    position: relative; z-index: -1; /* DONT REMOVE THIS - needed for pinterest button to fire properly */
}

#pinBtnImg div {
    margin-inline: 3px;
    font-size: 15px; line-height: 0;
    color: white;
}

#pinBtnImg svg {
    fill: #fff;
}

#pinBtnImg:active { opacity: 0.3; }

@media only screen and (min-width: 640px) {
    #pinBtn { width: 400px; margin-left: 0; }
}

.txtUnderTitle { margin-top: 40px; }
.recipeUnderTitle { margin-top: 30px; }
.lineUnderTitle { height: 3px; border-radius: 5px; background-color: #FEA94C; }
#readTime {
    margin-bottom: -25px; padding: 2px 5px; width: 225px;
    font-style: italic; font-size: 14px;
}
#lastUpdated { font-style: italic; color: gray; font-size: 15px; }
.recipeIntro { margin-block: 75px; }

.keyTakeawaysDiv {
    border-radius: 15px; background-color: #f2f8ff;
    margin: 40px 0; padding: 20px 20px 10px;
}
.keyTakeawaysDiv p {
    font-weight: bold;
}
.keyTakeawaysDiv ul li:before {
    content: '\2713'; display: inline-block; color: #FEA94C; padding: 0 10px 0 0;
}
.keyTakeawaysDiv ul li { padding-left: 20px; text-indent: -15px; }

.keyTakeawaysDiv ul { list-style: none; margin-left: 10px; padding-left: 0; }

.punchline { text-align: center; font-weight: 600; margin-block: -10px; }
.punchlineDivider {
    background-color: #FEA94C; height: 3px; border-radius: 5px;
    width: 300px; margin-inline: auto;
}
.upperPunch { margin-block: 75px 25px !important; }
.lowerPunch { margin-block: 25px 75px !important; }

.quote {
    border-radius: 15px; background-color: #f2f8ff;
    margin: 40px 0; padding: 20px;
}

.toAppDiv {
    border-radius: 15px; background-color: #f2f8ff;
    margin: 40px 0; padding: 40px;
}
.toAppDiv a { text-decoration: underline; cursor: pointer;}


/*
#toAppBtn {
    background-color: #FEA94C;
    padding: 15px 10px; margin: 20px auto 0 auto;
    border-radius: 5px;
    width: 220px;
    text-align: center;
    cursor: pointer;
    color: white; font-weight: bold;
}
*/

.referencesDiv { margin-top: 75px; }
.refTitle { font-size: 1rem !important; font-weight: bold; font-style: italic; }
.referencesDiv p { font-size: 0.75rem; }

@media only screen and (max-width: 639px) {
    h1, h4 { text-align: center; }
    h4 { font-size: 1rem !important; }
    h2 { font-size: 1.5rem !important; line-height: 1.8rem !important; }
    .articleText ul, .articleText ol  { margin-bottom: -5px; }
    .articleHeroImg, .pinImg, .listicle { margin-block: 40px 75px; width: 90%; }
    .articleSubheadline { margin-block: 50px; }
    .listicle-inner {
        padding: 60px 40px 20px;
    }
    .listicle div {
        font-size: 35px;
        line-height: 40px;
    }
    .listicle-atlas-logo {
        width: 70px;
        left: calc(100% - 80px);
    }
    .txtUnderTitle { margin-top: 30px; }
    .recipeUnderTitle { margin-top: 20px; }
    #readTime { width: 175px; }
    #lastUpdated { font-size: 12px; }
    .recipeIntro { margin-block: 50px -10px; }
    .toAppDiv { padding: 40px 20px; }
    .quote {
        margin: 25px 0; padding: 20px;
    }
    .punchline { margin: -10px auto; width: 90%; }
    .punchlineDivider { width: 150px; }
    .upperPunch { margin-block: 50px 25px !important; }
    .lowerPunch { margin-block: 25px 50px !important; }

    .referencesDiv p { font-size: 0.65rem; }
}


.divider {
    height: 3px; border-radius: 5px; margin-inline: auto;
    background-color: #FEA94C;
    width: 80%;
    margin-block: 50px;
}


/* SCROLL INTO VIEW */
.bringInWhenScroll { opacity: 0; transform: translate3d(0, 30px, 0); }
.bringInSidewaysWhenScroll { opacity: 0; transform: translate3d(-50px, 0, 0); }
.scrollIntoView { transform: translate3d(0, 0, 0); transition-duration: 0.6s; opacity: 1; }



/* POPUP OR LEAD MAGNET CSS */
.orange { color: #e4933d; font-weight: 400; }
#popup { background: #f2f8ff !important; }

#popup h3 { margin-top: 0; padding-top: 0; }
#leadMagnetForm input { padding-block: 10px; }
#popupMain { text-align: center; margin-top: 25px; }
#popupBenefitsDiv { margin-top: 25px; }
.oneBenefitPopup { display: flex; }
.oneBenefitPopup div { color: green !important; margin-right: 15px; font-size: 20px; }
.oneBenefitPopup p { text-align: left; }
.leadMagnetBtn {
    background: rgb(255, 189, 0);
    color: #1b3c46;
    border-radius: 4px;
    border: 0;
    padding: 12px 16px;
    font-size: 1.5rem;
    font-weight: 600;
    cursor: pointer;
    display: block;
    transition: all 0.2s ease;
    box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
    font-family: 'Poppins' !important;
    width: 400px;
    margin: 30px auto 50px;
}
.leadMagnetBtn:hover {
    filter: contrast(115%);
}
.leadMagnetBtn:disabled {
    opacity: 0.5;
    cursor: default;
}
.noBottomMargin {
    margin-bottom: 0 !important;
}
#leadMagnetPos2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#leadMagnet2ImgDiv img {
    width: 100%; height: 100%;
}

@media only screen and (min-width: 640px) {
    #leadMagnet2ImgDiv {
        width: 400px; min-width: 400px; max-width: 400px;
        margin-top: 0;
    }
    #leadMagnet2TextDiv {
        padding-left: 50px;
        margin-top: 0;
    }
    #leadMagnet2TextDiv h4 {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 639px) {
    .leadMagnetBtn {
        font-size: 25px; line-height: 30px;
        width: calc(90vw - 32px); /*32px cause the padding is 16px either side*/
        margin: 30px auto;
    }
    #leadMagnetPos2 {
        flex-direction: column;
    }
}

.leadMagnetBox {
    border-radius: 15px; background: #f2f8ff;
    margin: 40px 0; padding: 20px 40px;
}
.magnetRecipe {
    background: #f0f6f6 !important;
}
.leadMagnetFlex {
    display: flex;
    justify-content: space-between;
}
.leadMagnetImgDiv {
    width: 40%;
}
.leadMagnetTxtDiv {
    width: 60%;
    padding: 30px 20px;
}
.leadMagnetBox h2 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
}
.magnetRecipe img, .magnetRecipeAlt img {
    width: 100%; max-width: 330px; height: auto;
}
.magnetRecipe h2 {
    color: black;
    margin-bottom: -40px;
}
.magnetRecipeAlt h2 {
    margin-bottom: -40px;
}
.leadMagnetBox p, .leadMagnetBox h4 {
    text-align: center;
    font-size: 1.2rem;
}
.leadMagnetBox h4 {
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    line-height: 2.2rem !important;
}
.magnetRecipe p {
    color: black;
}
.leadMagnetBox div {
    text-align: center;
    margin-top: 50px;
}
@media only screen and (max-width: 639px) {
    .leadMagnetBox {
        padding: 20px;
    }
    .leadMagnetBox .leadMagnetBtn {
        width: calc(90vw - 80px); /*to account for the extra padding*/
    }
    .leadMagnetFlex {
        display: flex;
        flex-direction: column;
    }
    .leadMagnetBox div {
        text-align: center;
        margin-top: 30px;
    }
    .leadMagnetImgDiv {
        width: auto;
    }
    .leadMagnetTxtDiv {
        width: auto;
        padding: 0;
    }
    .leadMagnetBox p {
        font-size: 19px;
    }
    .magnetRecipe img, .magnetRecipeAlt img {
        width: 100%;
    }
}


.privacyPolicy {
    text-align: center;
    font-size: 14px;
    color: #A9A9A9;
}

#submitBtnPopup {
    margin-block: 25px;
}

#errorPopup {
    margin-top: -5px;
    font-size: 14px;
    text-align: center;
    color: red;
}
