/* general styles */

.container img {
    max-width: 100%;
}

.type_WL .container img {
    width: unset;
    height: unset;
}

.internal-page-header-wrap h1 { text-align: center; }

.internal-page-header-wrap p { font-size: 20px; line-height: 1.4; }

body.type_WX section.container {
    margin: 40px auto;
}

.social-buttons a {
    font-size: 2.5rem;
}

.simple-pagination ul {
    text-align: center;
}

.simple-pagination li {
    float: none;
    display: inline-block;
}

.light-theme a, .light-theme span {
    background: #dae9f4;
    border-radius: 55px;
    border: none;
    box-shadow: none;
}

.light-theme .current {
    background: #036;
}

.referral_wrap input[type="text"], .referral_wrap textarea {
    width: 100%;
    border: none;
    display: block;
    padding: 8px 12px;
    border-radius: 8px;
    background-color: #eee;
    color: #01173a;
    box-sizing: border-box;
    transition: all .25s ease;
    font-size: 1rem;
}

.form-grid {
    display: grid;
    grid-gap: 15px;
}

.form-col-4 {
    grid-template-columns: repeat(4,1fr);
}

@media (min-width: 576px) {

}

/* about page styles */
.about-page h1, .about-page h3, .about-page h4 {
    color: var(--lt-blue-color);
    font-weight: bold;
}
.about-page h3{
    font-size: clamp(16px, 36px, 2em);
    }
.about-staff_container {
    margin: 15px 0;
    padding: 15px 0;
    border-top: 2px solid gray;
    display: flex;
    }

@media (min-width: 375px) {
    .about-staff_container {
    flex-direction: column;
    align-items: center;
    }
    .about-page .name, .about-page .title {
        white-space: nowrap;
        display: flex;
        flex-direction: column;
        align-items: center;
        }
}

@media (min-width: 768px) {
    .about-staff_container {
        flex-direction: row;
        align-items: inherit;
        }
    .about-page .name, .about-page .title {
        white-space: inherit;
        align-items: inherit;
        }
    }
/* take action page styles */

.take-action-header {
    margin: 20px 0px;
    display: grid;
    grid-gap: 20px;
    text-align: center;
    align-items: center;
}

.take-action h2 {
    font-weight: bold;
    text-transform: uppercase;
}

@media (min-width: 576px) {
    .take-action-header {
        grid-template-columns: 1fr 1fr;
        text-align: left;
    }

    .take-action-header .social-buttons {
        text-align: right;
    }
}

@media (min-width: 500px) {

    }

/* contact officials page */
.contact-officials h1 {
    color: var(--is-alt-blue);
    font-weight: bold;
}

/* Family Policy Council Map */
.state-map-grid {
    display: grid;
    grid-gap: 30px;
    margin: 40px 0px;
}

.fpc-map h1 {
    text-align: center;
    font-weight: bold;
    margin: 30px;
}

.fpc-listing {
    font-size: 2rem;
}

@media (min-width: 992px) {
    .state-map-grid {
        grid-template-columns: 1fr 300px;
    }
}

/* Election Integrity Page */

.election-integrity {
    margin-bottom: 40px;
}
.election-integrity h2 {
    font-weight: bold;
}

/* Press Releases Page */

.press-releases-page {

}

.press-releases-page h6 a {
    font-size: 20px;
}

/* Endorsements Page */

.endorsement-state-header {
    text-align: center;
    margin: 40px 0px;
    border-bottom: solid 1px var(--main-red-color);
    border-top: solid 1px var(--main-red-color);
    padding: 20px 0px;
}

.endorsement-results {
    display: grid;
    grid-gap: 20px;
    margin-bottom: 40px;
}

.endorsement-results h3 {
    margin-top: 0px;
}

.listImg {
    text-align: center;
}

.endorsement-results .listImg img {
    max-width: 200px;
}

.events-wrapper {
    margin: 30px 0;
}

a.pvs_org_link {
    display: block;
    background-color: #01264B;
    padding: 20px;
    text-align: center;
    margin-top: 30px;
}

a.pvs_org_link img {
    max-width: 100%;
}

.issuePublicationArticle, .issuePublication {
    max-width: 800px;
    margin: 40px auto;
}

.type_WA .issuePublication h1 {
    font-size: 42px;
}

.type_PR .issuePublication h1 {
    font-size: 36px;
}

.type_WA .issuePublicationArticle {
    font-size: 18px;
}

span.author {
    display: grid;
    grid-template-columns: 60px 1fr;
    grid-gap: 10px;
    align-items: center;
}

span.author {
    display: grid;
    grid-template-columns: 60px 1fr;
}

.pub_date {
    font-size: 20px;
    font-weight: bold;
    margin: 0px 0px 20px;
    white-space: nowrap;
    }

@media (min-width: 576px) {
    .endorsement-results {
        grid-template-columns: 1fr 4fr;
    }
    .endorsement-results .listImg img {
        max-width: 100%;
    }

}


.prevNextLinks {
    margin: 0 auto;
    display: grid;
    grid-gap: 20px;
    margin-bottom: 80px;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 300;
    padding: 0px 20px;
}


.prevNextLinks .fadeBckgrnd {
    position: relative;
    display: block;
    margin-top: 10px;
}

.prevArticle span i {
    margin-right: 6px;
    transition: all .3s ease;
}

.nextArticle span i {
    margin-left: 6px;
    transition: all .3s ease;
}

.fadeBckgrnd div {
    position: absolute;
    color: #fff;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: center;
    background-color: rgba(0,50,102,.75);
    padding: 15px 30px;
    vertical-align: middle;
    display: grid;
    align-content: center;
}

.fadeBckgrnd div span {
    font-weight: 300;
    font-size: 26px;
    line-height: 1.5;
}

@media (min-width: 576px) {
    .prevNextLinks {
        grid-template-columns: 1fr 1fr;
    }
    .fadeBckgrnd div span {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .fadeBckgrnd div span {
        font-size: 26px;
    }
}


@media (min-width: 576px) {
    .prevNextLinks {
        max-width: 767px;
    }
}

@media (min-width: 768px) {
    .prevNextLinks {
        max-width: 991px;
    }
}

@media (min-width: 992px) {
    .prevNextLinks {
        max-width: 850px;
    }
}


.action-senate-grid {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr;
}

@media (min-width: 768px) {
    .action-senate-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (min-width: 992px) {
    .action-senate-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}
