﻿h1 {
    color: #E8538F;
    text-align: center;
}

h4 {
    font-size: 1.5em !important;
    text-transform: unset !important;
}

.subhead {
    margin: 0;
}

#post-list-sidebar a {
    color: #4D4D4D !important;
    font-family: 'gadugi' !important;
    font-size: 0.8em !important;
}

#article-header-image {
    float: right;
    padding: 1em;
    background-color: #9EE3F9;
    margin: 0 0 2em 2em;
    border-radius: 1em;
}

#article-header-image img {
    width: 300px;
    height: 300px;
    margin: 0;
    padding: 0;
}

#article-header-image p {
    margin: 0.7em 0 0 0;
    padding: 0;
    font-weight: bold;
    text-align: center;
    max-width: 300px;
}

.article-list {
    margin-left: 2em;
    line-height: 2em;
}

.article-quote {
    float: right; /* Float the blockquote to the right */
    width: 45%; /* Set the desired width */
    background-color: #9EE3F9;
    padding: 1em !important;
    margin: 0 0 1em 1em !important;
    text-align: center;
}

.article-quote.quote::before {
    top: 10px;
    left: 10px;
}

.article-quote p {
    padding: 1em !important;
    margin: 1em !important;
}

#screening-check-year-highlight {
    padding: 1em;
    background-color: #E8538F;
    color: #FFF;
    font-size: 1.2em;
    margin-bottom: 1.5em;
    border-radius: 0.4em;
}

.screening-check-year-highlight-warning {
    background-color: #E86253 !important;
}

.download-screening-check {
    margin-bottom: 1em;
    background-color: #9EE4FA !important;
    border-radius: 0.8em;
    padding: 1em;
}

.quote {
    border-radius: 0.8em;
}

.a2a_kit a {
    text-decoration: none !important;
}






/* Extra Large devices (large desktops, up to 1399px) */
@media (max-width: 1399px) {
}

/* Large devices (desktops, up to 1200px) */
@media (max-width: 1200px) {

}

/* Medium devices (tablets, up to 993px) */
@media (max-width: 993px) {

}

/* Small devices (mobile, up to 768px) */
@media (max-width: 768px) {

    .content-wrap {
        padding: 40px 0 0;
    }


    #article-header-image {
        float: unset;
        margin: 0 auto 2em auto;
        text-align: center;
    }

    #article-header-image img {
        width: 100%;
        height: auto;
    }

    #article-header-image p {
        margin: 0.7em auto 0 auto;
        padding: 0;
        font-weight: bold;
        text-align: center;
        max-width: 300px;
    }
}