body.item_PG20H01 {
    color: var(--home-txt);
}
.cta-container div a:hover {
    text-decoration: none;
    }
.cta-right h4 {
    color: var(--home-txt);
}

.get-involved {
    background-color: var(--lt-blue-color);
    padding: 3em 4em;
}

.homepage-section-header {

}

h2.homepage-section-header {
    color: var(--home-txt);
    margin: 3rem 0 5rem;
    font-size: clamp(4.625rem, 4.5vw, 4.938rem);
    font-weight: bolder;
    text-align: center;
}



.get-involved_grid {
    display: grid;
    align-items: center;
    grid-gap: 60px;
    max-width: 400px;
    padding: 1rem;
    grid-template-columns: repeat(3, 1fr);
    position: relative;
    margin: 0 auto;
}

.get-involved_grid .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    background-color: #fff;
    opacity: 0.7;
    white-space: nowrap;
    overflow: hidden;
}

.get-involved_grid .card a {
    text-decoration: none;
}

.get-involved_grid .card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    opacity: 1;
    text-decoration: none;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.card-container {
    padding: 1rem 0;
}
.card-container h4 {
    color: var(--main-bg-color);
    font-weight: bold;
    margin: 0;
}
.get-involved_grid .card img {
    max-width: 100%;
}

@media only screen and (max-width: 991px) {
    .get-involved_grid {
        display: grid;
        align-items: center;
        grid-gap: 30px;
        padding: 1rem;
        grid-template-columns: repeat(2, 1fr);
        position: relative;
    }
    .card-container {
        padding: 0.5em 0;
    }
    .card-container h4 {
        font-size: large;
    }
}

.image-background_flag {
    -webkit-background-size: cover;
    background-size: cover;
    height: 125px;
    background-image: url("/img/domain/frcaction/americanFlag.jpg");
    background-position: center;
}
.image-background_capitol  {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    height: 125px;
    background-image: url("/img/domain/frcaction/capitolBuilding.jpg");
    background-position: center;
}
.image-overlay {
    height: 125px;
    background-color: var(--main-red-color);
    opacity: 0.0;
}

@media only screen and (max-width: 599px) {
    .image-background_flag {
        height: 100px;
    }
    .image-background_capitol  {
        height: 100px;
        background-position: 50% 65% !important;
    }
    .image-overlay {
        height: 100px;
    }
}

.resources {
    background-color: var(--main-bg-color);
    padding: 7rem;
    display: flex;
    flex-direction: column;
}


.resources-Grid {
    display: grid;
    grid-gap: 20px;
    padding: 1rem;
    position: relative;
    justify-content: center;
    border: 0px solid red;
}

.resources-Grid .resource-link img {
    max-width: 100%;
    height: 100%;
    -webkit-height: 100%;
    width: 100%;
    contain: content;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.resources-Grid .resource-link img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    }

@media only screen and (max-width: 767px) {
    .resources {
        background-color: var(--lt-blue-color);
        padding: 2em 1em;
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    /*
    .resources h1 {
        font-size: xx-large;
    }
    */
    .resources-Grid {
        grid-template-columns: repeat(2, 1fr) !important;
        padding: 0.5em 0;
    }
    .resources-Grid .resource-link {
        padding: 0em 0;
    }
    .resources-Grid .resource-link img {
        object-fit: cover;
        object-position: 50% 50%;
        width: 100%;
        height: 100px;
    }
}


.endorsements {
    background-image: url("/img/domain/frcaction/FRCA_2020Capital-rotunda.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    height: auto;
    background-repeat: no-repeat;
}
.endorsements-overlay {
    height: 100%;
    background-color: rgba(33, 49, 89, 0.6);
    background-size: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3em 0;
}

.endorsements_container {
    margin: auto;
}

.endorsements-link {
    display: flex;
    width: 45%;
    margin: 0 auto;
    padding: 1rem 0;
}
.endorsements-link a {
    width: 100%;
    padding: 1em 0;
    background: #fff;
    color: var(--main-bg-color);
    text-align: center;
    border: none;
    font-weight: 700;
    font-size: clamp(2rem, 16px, 3rem);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.endorsements-link a:hover {
    text-decoration: none;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.issues_section {
    background-image: url("/img/domain/frcaction/FRCA_2020Open-bible-in-hands.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    height: auto;
    background-repeat: no-repeat;
}

.issues_section-overlay {
    height: 100%;
    background-color: rgba(33, 49, 89, 0.6);
    background-size: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3em 0;
}

.issues_section_container {
    margin: auto;
}


.issues_section_links-container {
    display: grid;
    grid-gap: 2em;
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
    margin-top: 3em;
}

.issues_section-links {
    display: flex;
    width: 60%;
    white-space: nowrap;
}

.issues_section-links a {
    width: 100%;
    padding: 1em 0;
    background: var(--home-txt);
    color: var(--main-bg-color);
    text-align: center;
    border: none;
    font-weight: 700;
    font-size: clamp(2rem, 16px, 3rem);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.issues_section-links a:hover {
    text-decoration: none;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.latest-news {
    background-color: var(--main-bg-color);
    padding: 7rem;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.latest-news_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}


.latest-news_card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    background-color: var(--home-txt);
}

/* On mouse-over, add a deeper shadow */
.latest-news_card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/* Add some padding inside the card container */
.latest-news_container {
    /*padding: 2px 16px;*/
}

.latest-news_title {
    background-color: var(--latest-news-background);
    color: var(--is-latest-news);
    text-align: left;
    padding: 1em;
}
.latest-news_title h3 {
    margin-top: 0px;
}

.latest-news_title h3 a {
    color: var(--is-latest-news);
    font-family: "Open Sans", Bold;
    line-height: 1.31em;
    }
.latest-news_title h3 a:hover {
    color: var(--lt-blue-color);
    text-decoration: none;
    }

.latest-news_title .news_card_date-type {
    color: var(--latest-news-subtitle);
    font-family: "Open Sans", Bold;
    /*font-size: 0.75em;*/
    line-height: 1.13em;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    }

.news_card_date-type .type_desc {
    text-align: right;
}

.latest-news_body {
    background: #fff;
    text-align: left;
    padding: 1em;
}
.latest-news_body p {
    color: var(--article-content-txt);
    font-family: "Open Sans semibold";
    font-size: 1em/1.31em;
    }

@media only screen and (max-width: 599px) {
    .latest-news {
        background-color: var(--main-bg-color);
        padding: 2rem;
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    /*.latest-news h1 {
        font-size: xx-large;
    }*/
}

.news_read-more {
    display: grid;
    width: 100%;
    margin: 0 auto;
    padding: 2em 0;
    color: var(--is-latest-news);
}

.news_read-more a {
    width: 100%;
    padding: 1rem;
    background: #fff;
    font-size: clamp(2rem, 16px, 3rem);
    color: var(--main-bg-color);
    text-align: center;
    border: none;
    font-weight: 700;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    white-space: nowrap;
}

.news_read-more a:hover {
    text-decoration: none;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.sub-news_container {
    display: grid;
    padding: 2em 0;
    grid-gap: 30px;
    }

.sub-news_container img {
    max-width: 100%;
    contain: content;
    filter: drop-shadow(0px 0px 2px #111);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    }

.sub-news_container img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    }

.about {
    background-image: url("/img/domain/frcaction/2015%20Building%20Pics_0005.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    display: grid;
    background-repeat: no-repeat;
}
.about-overlay {
    height: 100%;
    background-color: rgba(33, 49, 89, 0.6);
    background-size: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3em 0;
}

.about_container {
    margin: auto;
}

.about-link {
    display: flex;
    width: 60%;
    margin: 0 auto;
    padding: 1rem 0;
}
.about-link a {
    width: 100%;
    padding: 1em 0;
    background: #fff;
    color: var(--main-bg-color);
    text-align: center;
    border: none;
    font-weight: 700;
    font-size: clamp(2rem, 16px, 3rem);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.about-link a:hover {
    text-decoration: none;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.homepage-text-section {

}

.homepage-text {
    margin: 1em auto;
    width: 75%;
    padding: 0 0 0 2em;
    position: relative;
}

.homepage-text h3 {
    color: var(--home-txt);
    font-weight: bolder;
    text-align: left;
}

.homepage-text::before {
    content: '';
    position: absolute;
    background-color: var(--main-red-color);
    width: 5px;
    height: 95%;
    bottom: 0;
    left: 0px;
}

.homepage-text p {
    color: var(--home-txt);
    font-size: clamp(2.5rem, 16px, 3.5rem);
    line-height: 1.2;
}

.cta-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    margin: 0 auto;
    padding: 0;
    max-width: 1050px;
    font-size: 40px;
}

.cta-container h2 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1em;
    font-weight: bold;
    color: var(--main-red-color);
    margin: 0;
    line-height: 1;
    text-align: center;
}

.cta-container h4 {
    text-align: center;
    font-size: .5em;
    letter-spacing: 2px;
}

.cta-left {
    display: grid;
    align-items: center;
}

.red-bar {
    border: solid 2px var(--main-red-color);
}

@media (min-width: 375px) {
    .get-involved_grid{
        grid-template-columns: repeat(1, 1fr);
        justify-content: center;
    }

    .resources {
        padding: 3rem;
        }

    .resources-Grid {
        grid-template-columns: repeat(2, 1fr);
        justify-content: center;
        /*grid-template-columns: repeat(auto-fit, minmax(150px,1fr));*/
    }
    .issues_section {
        height: auto;
    }

    .issues_section-links a {
        margin: auto;
        min-width: 55%;
    }

    .latest-news_grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 10px;
    }

    .sub-news_container {
        justify-content: center;
        grid-template-columns: repeat(2, 1fr);
    }

    .endorsements-link {
        display: flex;
        margin: 0 auto;
    }

    .latest-news {
        padding: 3rem;
        }

    .ourAffiliates a {
        padding: .5rem 0;
        }
}

@media (min-width: 400px) {

    .get-involved_grid{
        grid-template-columns: repeat(1, 1fr);
        justify-content: center;
    }
    .endorsements-link {
        padding: 0;
        margin: 2em auto;
    }
    .issues_section {
        height: auto;
    }
    .issues_section_links-container {
        width: 100%;
    }

    .latest-news_grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
    }
}

@media (min-width: 560px) {

}

@media (min-width: 576px) {

    .endorsements-link {
        padding: 0;
        margin: 2em auto;
    }
    .issues_section_links-container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .issues_section-links a {
        margin: auto;
    }
    .latest-news_grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
    }
}
@media (max-width: 767px) {

    .cta-section {
        width: 100%;
        background-color: var(--main-bg-color);
        padding: 1.5em 35px 1.5em 20px;
        margin: 0;
    }

    .cta-container h2 {
    }

    .get-involved_grid{
        grid-template-columns: repeat(1, 1fr);
        margin: 0 auto;
    }
}

@media screen and (max-width: 769px) {
    .hero-container_desktop {
        display: none;
        }
    }

@media screen and (min-width: 768px) {
    .hero-container {
        display: none;
        }
    .homepage-text {
        width: 60%;
    }
    .resources-Grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .cta-section {
        width: 100%;
        background-color: var(--main-bg-color);
        padding: 1.5em 35px 1.5em 20px;
        margin: 0;
    }
    .cta-container {
        grid-template-columns: 50% 1px 40%;
        grid-gap: 15px;
        font-size: 50px;
    }
    .cta-container h2 {
        text-align: right;
    }
    .cta-container h4 {
        text-align: left;
        letter-spacing: 0;
    }

    .card-container h4 {
        font-size: large;
    }

    .latest-news_grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }

}
@media (min-width: 899px) {
    .news_read-more {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 40px;
    }
    .news_read-more a {
        grid-column: 2/3;
    }
}
@media (min-width: 992px) {
    .cta-left::after {
        bottom: -6px;
    }
    .latest-news {
        padding: 3rem 7rem;
    }
    .get-involved_grid {
        grid-template-columns: repeat(3, 1fr);
        max-width: 100%;
    }
    .card-container h4 {
        font-size: x-large;
    }

    .latest-news_grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }
    .sub-news_container {
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
        }
}

@media (min-width: 1200px) {
    .cta-container {
        grid-template-columns: 50% 1px 35%;
        max-width: 1400px;
        font-size: 60px;
        grid-gap: 20px;
    }
    .get-involved_grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .get-involved_grid .card {

    }
    .card-container h4 {
        font-size: xx-large;
    }
    .resources-Grid {
        grid-template-columns: repeat(5, 1fr);
    }
    .endorsements {
        height: 500px;
    }

    .issues_section {
        height: 500px;
    }
    .issues_section_links-container {
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 40px;
        padding: 2em 5em;
        max-width: 100%;
    }
    .issues_section-links {
        width: 100%;
    }
    .issues_section-links a {
        margin: auto;
        width: 100%;
    }

    .latest-news_grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 40px;
    }
    .sub-news_container {
        grid-template-columns: repeat(4, 1fr);
        width: 100%;
    }
}


