/**** VARIABLES ****/
:root {
    --side-spacing-mobile: 5vw;
    --side-spacing-desktop: 7vw;
    --vert-spacing-mobile: 40px;
    --vert-spacing-desktop: 80px;

    /* colors */
    --white: #ffffff;
}

/**** VARIABLES END  ****/

html,
body {
    height: 100%;
    color: #061E40;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    background-color: #FFF
}

/****  ****/
/**** END  ****/

/**** GLOBALS ****/

p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 25px;
}

h2.yellow-h2-banner {
    display: block;
    width: 100%;
    background: linear-gradient(90deg, #F7EB33 0%, #F7E831 38%, #F8DF29 63%, #F9D01D 84%, #FBC00F 100%);
    padding: 25px;
    font-size: 1.75rem;
    font-weight: 700;
    color: #051F40;
    text-align: center;
    margin-bottom: 0;
}

.container {
    padding: 0;
    width: 100%;
    max-width: 100%;
    margin: auto;
    background-color: #FFF;
}

.img-full {
    width: 100%;
    height: auto;
}

.disabled {
    color: #000 !important;
    pointer-events: none;
}

@media (min-width: 992px) {
    p {
        font-size: 16px;
        line-height: 24px;
    }

    h2 {
        font-size: 37px;
        line-height: 55px;
    }

    h2.yellow-h2-banner {
        font-size: 2.25rem;
    }

}

/**** END GLOBALS ****/

/**** Lightbox ****/
/* LIGHTBOX */

#lightbox {
    height: 100%;
    position: fixed;
    top: -100%;
    transition: top .85s;
    width: 100%;
    z-index: 3;
}

#lightbox>span {
    background-color: rgba(35, 35, 35, .8);
    cursor: pointer;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

#lightbox>span span {
    color: #fff;
    font-size: 3.6em;
    line-height: .4em;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
}

#lightbox div {
    box-shadow: 0 8px 15px 0 #000;
    margin: -120px auto 0;
    max-height: 80%;
    overflow: auto;
    position: relative;
    transform: rotateX(90deg) translateY(-160px);
    transition: .24s;
    width: 88%;
}

#lightbox img {
    display: block;
    width: 100%;
    background: white;
    padding: 15px;
}

#lightbox.on {
    top: 0;
}

#lightbox.on div {
    margin-top: 50px;
    transition: .8s ease-out .32s;
    transform: rotateX(0deg) translateY(0px);
}

#lightbox.on div img {
    max-width: 8000%;
    width: 900px; 
}

.lightbox {
    cursor: pointer;
}

/**** END Lightbox ****/

/**** Header ****/

#announcement {
    align-items: center; background: #004ecc; color: #fff; display: flex; 
}
#announcement span {
    background: #0e67f6;
}
#announcement img {
    background: #0e67f6; height: 90px; 
}
#announcement p {
    font-size: 1.2em; line-height: 1.3em; margin: 0; padding: 0 2.5%;
}
#announcement a {
    color: #fff; transition: color .2s;
}
#announcement a:hover {
    color: #c6e0eb;
}
@media screen and (max-width: 1190px) {
    #announcement { display: block; }
    #announcement span { display: block; padding: 6px; text-align: center; width: 100%; }
    #announcement img { height: 60px; }
    #announcement p { font-size: 1.1em; line-height: 1.4em; padding: 8px 4%; text-align: center;}
}
@media screen and (max-width: 768px) {
    #announcement p { font-size: 1.1em; line-height: 1.4em; padding: 10px 4%; }
}
@media screen and (max-width: 470px) {
    #announcement img { height: auto; width: 100%; }
    #announcement p { font-size: .9em;}
}

.header {
    position: relative;
}

.header .navbar {
    margin-bottom: 15px;
    display: flex;
    text-align: center;
}

.header .navbar .nav-item {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    transition: color 0.25s ease-in-out;
    text-align: center;
    padding: 0 15px;
    text-align: center;
    display: inline-block;
    margin-bottom: 5px;
    width: 50%;
}

.header .navbar .nav-item.dropdown .dropdown-toggle {
    color: #FFF;
    text-decoration: none;
    transition: color 300ms ease-in-out;
}

.header .navbar .nav-item.dropdown .dropdown-menu[data-bs-popper] {
    margin-top: 15px;
}

.header .navbar .nav-item:last-child {
    border-right: 0;
}

.header .navbar .nav-item:hover, .header .navbar .nav-item.dropdown .dropdown-toggle:hover {
    color: #FBC00F;
}

.header .logo-container {
    position: relative;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;

}

.header .logo-container.main {
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 20px;
}

.header .logo-container .project-logo {
    width: 60%;
    height: auto;
    display: block;
    margin: auto;
}

.header .hero-content {
    position: relative;
    height: 100%;
}

.header .hero-image {
    background-image: url('../assets/images/hero-sprouts.jfif');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 40vw;
}

.header .nav-column {
    background-color: #061E40;
    padding: 20px;
    padding-bottom: 50px;
}

.header .nav-column .btn-link {
    display: inline-block;
    background-color: #FFF;
    font-size: 1.25rem;
    padding: 15px 25px;
    color: #061E40;
    font-weight: 600;
    transition: background-color 300ms ease-in;
    border-radius: 27px;
}

.header .nav-column .btn-link:hover {
    background-color: #FBC00F;
    text-decoration: none;
}

.header .biosolids-blurb {
    display: block;
    width: 100%;
    background-color: #FFF;
    text-align: center;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.header .biosolids-blurb .biosolids-icon {
    width: 80%;
    max-width: 480px;
    height: auto;
}

@media (min-width: 992px) {
    .header .nav-column {
        position: relative;
        padding: 50px;
        padding-bottom: 300px;
    }

    .header .navbar {
        margin-bottom: 40px;
        width: 100%;
    }

    .header .logo-container .project-logo {
        width: 100%;
        max-width: 270px;
    }

    .header .navbar .nav-item {
        width: auto;
        border-right: 1px solid #1FE487;
        flex: 1;
    }
    .header .hero-image {
        margin-top: 0;
        height: 100%;
    }

    .header .biosolids-blurb {
        position: absolute;
        width: 95%;
        top: 30%;
        transform: translateY(-50%);
        left: 5%;
        padding-top: 70px;
        padding-left: 70px;
        padding-right: 70px;
    }

    .header .biosolids-blurb h2 {
        font-size: 2.8em;
    }

    .header .biosolids-blurb p {
        font-size: 1.2em;
        line-height: 1.6em;
        margin-bottom: 0; 
    }

    .header .biosolids-blurb .bio-solid-icon-container {
        transform: translateY(50%);
     }
}


#benefits h2 {
    background: #082E5F; 
    color: #fff;
    line-height: 1.2em; 
    margin: -100px 0 0;
    padding: 0 0 266px; 
    position: relative;
    text-align: center;
    z-index: 1;
}

#benefits h2:before {
    background-image: url("../assets/images/blue-round.png");
    background-size: 100%;
    background-position: bottom; 
    background-repeat: no-repeat; 
    bottom: 99%;
    content: "";
    height: 139px;
    left: 0; 
    position: absolute;
    width: 100%; 
}

#benefits h2 span {
    display: block;
}

#benefits ul {
    background-image: url("../assets/images/blue-round2.png");
    background-size: 100% 100%;
    background-repeat: no-repeat; 
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style-type: none;
    margin: -140px 0 0; 
    padding: 0 6% 78px; 
    position: relative;
    z-index: 1;
}

#benefits li {
    color: #fff;
    margin-top: -20px;
    text-align: center;
    width: 22%; 
}

#benefits li h3 {
    line-height: 1.4em;
}

#benefits li:nth-of-type(2),
#benefits li:nth-of-type(3) {
    margin-top: -80px; 
}

#benefits li img {
    display: block;
    margin: 0 auto;
}

.how-it-works { margin: 0; padding: 36px 4% !important; } 
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; margin: 28px 0; overflow: hidden; width: 100%; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

@media screen and (max-width: 1520px) {
    #benefits h2:before {
        height: 89px;
    }
    
    #benefits li h3 {
        font-size: 1.4em;
    }
}
@media screen and (max-width: 990px) {
    #benefits h2 {
        margin: 68px 0 0;
        padding-bottom: 230px;
    }
    
    #benefits li h3 {
        font-size: 1.1em;
    }

    #benefits li:nth-of-type(2),
    #benefits li:nth-of-type(3) {
        margin-top: -60px; 
    }
    
    #benefits li img {
        height: 110px;
    }
}
@media screen and (max-width: 680px) {
    #benefits h2 {
        font-size: 1.5em;
        padding: 32px 0 184px;
    }
    
    #benefits ul {
        background: linear-gradient(#339AFE, #1FE487);
        border-radius: 60px 60px 0 0;
        padding: 42px 5%; 
    }
    
    #benefits li {
        margin: 0;
        width: 44%;
    }
    
    #benefits li h3 {
        font-size: 1em;
        line-height: 1.2em;
    }

    #benefits li:nth-of-type(2),
    #benefits li:nth-of-type(3) {
        margin-top: 0px; 
    }
}

.subpage-header {
    display: block;
    width: 100%;
    background-color: #051F40;
    color: #FFF;
    padding: 10px 30px;
}

.subpage-header .logo {
    height: 70px;
    width: auto;
}

.subpage-header .navbar .nav-item {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    transition: color 0.25s ease-in-out;
    text-align: center;
    padding: 0 15px;
    text-align: center;
    display: inline-block;
    margin-bottom: 5px;
}

.subpage-header .navbar .nav-item:last-child {
    border-right: 0;
}

.subpage-header .navbar .nav-item.dropdown .dropdown-toggle {
    color: #FFF;
    text-decoration: none;
    transition: color 300ms ease-in-out;
}

.subpage-header .navbar .nav-item.dropdown .dropdown-menu[data-bs-popper] {
    margin-top: 15px;
}

.subpage-header .navbar .nav-item:hover, .subpage-header .navbar .nav-item.dropdown .dropdown-toggle:hover {
    color: #FBC00F;
}


@media (min-width: 992px) {
    .subpage-header .navbar .nav-item {
        width: auto;
        border-right: 1px solid #1FE487;
        padding: 0 30px;
    }
}

/**** END Header ****/

.hero-banner {
    display: block;
    width: 100%;
    height: 245px;
}

.hero-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/**** Footer ****/
.footer {
    background-color: #004ECC;
    color: #FFF;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: var(--side-spacing-mobile);
    padding-right: var(--side-spacing-mobile);
}

.footer .flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.footer .logos-col .ar-regen-logo {
    width: 112px;
    height: auto;
    padding-right: 8px;
    border-right: 1px solid #FFF;
}


.footer .logos-col .county-logo {
    width: 150px;
    height: auto;
    padding-left: 10px;
}

.footer .footer-nav .nav-item {
    display: block;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    padding: 10px;
    margin-bottom: 10px;

}

.footer .footer-nav .nav-item:last-child {
    margin-bottom: 0;
}

.footer .footer-nav .nav-item:hover {
    color: #eee;
    text-decoration: underline;
}

@media (min-width: 992px) {
    .footer {
        padding-left: calc(var(--side-spacing-desktop)/2);
        padding-right: calc(var(--side-spacing-desktop)/2);
    }

    .footer .logo {
        margin-bottom: 0px;
    }

    .footer .footer-nav .nav-item {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }


    .footer .logos-col .county-logo {
        width: 228px;
    }
}

/**** END Footer ****/

/* About Section */
.about-section {
    padding-top: 1px;
    background-color: #061E40;
}

.about-section .main-copy {
    padding-top: var(--vert-spacing-mobile);
}

.about-section .main-copy h2 {
    color: #FFF;
}

.about-section .main-copy p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}

.about-section .main-copy a {
    color: #FBC00F;
    text-decoration: none;
    font-weight: 600;
    transition: filter 300ms ease-in-out;
}
.about-section .main-copy a:hover {
    text-decoration: underline;
    filter: brightness(80%);
}

.about-section .main-copy p:last-child {
    margin-bottom: 0;
}

.about-section .biosolids-blurb {
    position: relative;
    background-color: #FFF;
    padding-top: var(--vert-spacing-mobile);
    padding-bottom: 1px;
    padding-left: var(--side-spacing-mobile);
    padding-right: var(--side-spacing-mobile);
    margin-left: var(--side-spacing-mobile);
    margin-right: var(--side-spacing-mobile);
    margin-top: -25px;
}


.about-section .biosolids-blurb p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.about-section .biosolids-blurb .biosolids-icon {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -14%;
    display: block;
}

@media (min-width: 992px) {
    .about-section .main-copy {
        padding-top: var(--vert-spacing-desktop);
        padding-left: 50px;
        padding-right: 50px;
    }

    .about-section .main-copy p {
        margin-bottom: 40px;
    }

    .about-section .biosolids-blurb {
        background-color: #FFF;
        padding-top: var(--vert-spacing-desktop);
        padding-left: var(--side-spacing-desktop);
        padding-right: var(--side-spacing-desktop);
        margin-top: -240px;
        margin-left: 0;
        margin-right: 0;
    }

    .about-section .biosolids-blurb p {
        font-size: 20px;
        line-height: 30px;
    }

    .about-section .biosolids-blurb .biosolids-icon {
        margin-bottom: -14%;
        max-width: 100%;
    }
}

/* END About Section * /
/* Standard Section */
.standard-section {
    background-color: #FFF;
    padding-top: var(--vert-spacing-mobile);
    padding-bottom: var(--vert-spacing-mobile);;
    padding-left: var(--side-spacing-mobile);
    padding-right: var(--side-spacing-mobile);
}

.standard-section.bg-gray {
    background: #f6f6f6;
}

@media (min-width: 992px) {
    .standard-section {
        background-color: #FFF;
        padding-top: var(--vert-spacing-desktop);
        padding-bottom: var(--vert-spacing-desktop);;
        padding-left: var(--side-spacing-desktop);
        padding-right: var(--side-spacing-desktop);
    }
}
/* END Standard Section */

/* Article Subsection */
.article-subsection {
    display: block;
    position: relative;
}

.article-subsection > div {
    border-top: 1px solid #C4C4C4;
    padding: 35px 0;
}
.article-subsection > div:last-of-type {
    border-bottom: 1px solid #C4C4C4;    
}

.article-subsection * {
    color: #061E40;
}

.article-subsection .btn-link {
    display: inline-block;
    padding: 5px 16px;
    border-radius: 10px;
    background-color: #061E40;
    color: #FFF;
    font-size: 0.875rem;
    font-weight: 600;
    transition: filter 300ms ease-in-out;
    text-decoration: none;
    min-width: 120px;
    text-align: center;
}

.article-subsection .article-overview {
    margin-bottom: 15px;
}

.article-subsection .article-overview .btn-link {
    background-color: #004ECC;
}

.article-subsection .date {
    color: rgba(0, 0, 0, 0.5);
    font-size: 0.875rem;
}

.article-subsection .btn-link:hover {
    filter: brightness(80%);
}

.article-subsection .article-summary h3 {
    font-size: 1.75rem;
    margin-bottom: 10px;
    font-weight: 700;
}

.article-subsection .article-summary img {
    width: 100%;
}

@media screen and (max-width: 992px) {
    .large-img { border: 1px solid #aaa; overflow: auto; }
    .large-img img { max-width: 8888%; width: 700px !important; }
}

.article-subsection .credits {
    font-size: 0.813rem;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 10px;
}
/* END Article Subsection */

.empl-spotlight { float: right; margin: 0 0 24px 46px; max-width: 300px; }
@media screen and (max-width: 740px) {
    .empl-spotlight { max-width: 210px;  } 
}
@media screen and (max-width: 540px) {
    .empl-spotlight { float: none; margin: 0 0 32px; max-width: 190px; width: 100%; } 
}

/* Resource Tabs */
.resource-tabs {
    position: relative;
    display: block;
}

.resource-tabs .nav-tabs .nav-link {
    border: 0;
    color: rgba(0, 48, 87, 0.3);
    font-weight: 400;
    font-size: 1.25rem;
    padding: 10px;
}

.resource-tabs .nav-tabs .nav-link.active {
    border-bottom: 7px solid #FCEE21;
    color: #003057;
    font-weight: 600;
}

.resource-tabs .tab-content {
    padding-top: 50px;
}

.resource-tabs h3 {
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 25px;
}

.resource-tabs .resource-block {
    margin-bottom: 25px;
}

.resource-tabs .resource-block h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.resource-tabs .resource-block .report-link {
    display: block;
    text-decoration: none;
    color: #004ECC;
    transition: color 150ms ease-in-out;
}

.resource-tabs .resource-block .report-link:hover {
    text-decoration: underline;
    color: #053a8f;
}

@media (min-width: 992px) {
}

/* End Resource Tabs */

/* FAQ Section */
.faq-section {
    padding-top: var(--vert-spacing-mobile);
    padding-bottom: var(--vert-spacing-mobile);
    padding-left: var(--side-spacing-mobile);
    padding-right: var(--side-spacing-mobile);
}

.faq-section .faq-accordion .accordion-item {
    margin-bottom: 20px;
    border: 0;
}

.accordion-button:not(.collapsed) {
    box-shadow: 0;
}

.faq-section .faq-accordion .accordion-item:last-child {
    margin-bottom: 0px;
}

.faq-section .faq-accordion .accordion-button {
    display: block;
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    color: #061E40;
    position: relative;
    border: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 1.5rem;
    padding-right: 0;
}

.faq-section .faq-accordion .accordion-button::after {
    background-image: url('../assets/images/garnish/triangle-arrow.svg');
    background-size: 0.8rem;
    width: 0.8rem;
    height: 1rem;
    top: 5px;
    left: 0;
    position: absolute;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(90deg);
}

.faq-section .faq-accordion .accordion-button:focus {
    border: 0;
    box-shadow: none;
}

.faq-section .faq-accordion .accordion-button:hover {
    text-decoration: underline;
}

.faq-section .faq-accordion .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #061E40;
}

.faq-section .faq-accordion .accordion-body {
    padding-bottom: 0;
    padding-left: 1.5rem;
}

.faq-section .faq-accordion .accordion-collapse {
    border: 0;
}

@media (min-width: 992px) {
    .faq-section {
        padding-top: var(--vert-spacing-desktop);
        padding-bottom: var(--vert-spacing-desktop);
        padding-left: var(--side-spacing-desktop);
        padding-right: var(--side-spacing-desktop);
    }
}

/* END FAQ Section */

/* Contact Section */
.contact-section .contact-form {
    height: 100%;
    background-color: #FFF;
    padding-top: var(--vert-spacing-mobile);
    padding-bottom: var(--vert-spacing-mobile);
    padding-left: var(--side-spacing-mobile);
    padding-right: var(--side-spacing-mobile);
}

.contact-section .county-contacts {
    height: 100%;
    background-color: rgba(51, 153, 255, 0.08);
    color: #051F40;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.contact-section .county-contacts .content {
    padding-top: var(--vert-spacing-mobile);
    padding-bottom: var(--vert-spacing-mobile);
    padding-left: var(--side-spacing-mobile);
    padding-right: var(--side-spacing-mobile);
}

.contact-section .county-contacts .contact {
    display: block;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 50px;
}

.contact-section .county-contacts .contact:last-of-type {
    margin-bottom: 0;
}

.contact-section .county-contacts .contact a {
    display: block;
    color: #051F40;
    text-decoration: none;
    transition: 0.25s ease-in-out;
}

.contact-section .county-contacts .contact a:hover {
    color: #000;
    text-decoration: underline;
}

.contact-section .county-contacts .contact .icon-and-text {
    display: flex;
    align-items: center;
}

.contact-section .county-contacts .contact .icon-and-text .icon {
    width: 20px;
    height: auto;
    margin-right: 10px;
}

.contact-section .county-contacts .county-image {
    width: 100%;
    height: 100%;
}

.contact-section .county-contacts .county-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-section .row > div > div { height: 100%; }
.contact-section .row > div img { height: 100%; object-fit: cover; object-position: center; }

#crmWebToEntityForm {
    max-width: 100% !important; 
    padding: 14px 0 24px !important; 
} 
.zcwf_lblTopBottom .zcwf_col_fld input[type=text], 
.zcwf_lblTopBottom .zcwf_col_fld textarea {
    width: 100% !important; 
}
.zcwf_lblTopBottom .zcwf_col_lab {
    font-family: "Poppins",sans-serif !important;
    font-size: 1em !important; 
}
.zcwf_row:nth-of-type(5),
.zcwf_row:nth-of-type(6),
.zcwf_row:nth-of-type(7) {
    display: none;
}
#crmWebToEntityForm input[type="submit"] {
    font-size: 1em !important;
}
#crmWebToEntityForm input[type="reset"] {
    display: none;
}

@media (min-width: 992px) {
    .contact-section .contact-form {
        padding-top: var(--vert-spacing-desktop);
        padding-bottom: var(--vert-spacing-desktop);
        padding-left: var(--side-spacing-desktop);
        padding-right: calc(var(--side-spacing-desktop) / 2);
    }

    .contact-section .county-contacts .content {
        padding-top: var(--vert-spacing-desktop);
        padding-bottom: var(--vert-spacing-desktop);
        padding-left: calc(var(--side-spacing-desktop) / 2);
        padding-right: calc(var(--side-spacing-desktop) / 2);
    }

    .contact-section .county-contacts .contact {
        font-size: 24px;
        line-height: 36px;
    }
}

/* END Contact Section */

.resource-list li {
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .resource-list li {
        margin-bottom: 30px;
    }
    
}