/* =====Guides & Materials===== */
.gandm-body-wrap{
    margin-top: 70px;
    margin-bottom: 60px;
}
.pagination-present .gandm-body-wrap .container {
    position: relative;
    padding-bottom: 75px;
}
.gandm-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 25px;
}
@media (min-width: 1024px) {
    .pagination-present .gandm-body-wrap .container {
        padding-bottom: 85px;
    }
    .gandm-body-wrap{
        margin-bottom: 100px;
    }
}
@media (min-width: 1500px) {
    .gandm-body-wrap .container{
        max-width: 1400px;
        /* gap: 40px !important; */
    }
}

.gandm-all{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
}
.gandm-all-h{
    font-family: "Recoleta", sans-serif;
    font-size: 25px;
    line-height: 1.25;
    font-weight: 500;
    font-style: normal;
    color: #0C344A;
}
.gandm-all-boxes{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
/* Box: All Resources */
.gandm-all-box{
    position: relative;
    padding: 20px 15px 25px;
    /* background-color: #fff; */
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-radius: 10px;
    overflow: hidden;
}
.gandm-all-box-bg{
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
.gandm-all-box-overlay{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
}
.gandm-all-box-top{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.gandm-all-box-img{
    height: 55px;
}
.gandm-all-box-minitext{
    color: #60A4B4;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 15px;
    line-height: 1.25;
}
.gandm-all-box-h{
    font-family: "Recoleta", sans-serif;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 500;
    font-style: normal;
    color: #0C344A;
    margin-top: 10px;
}
.gandm-all-box-cta{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}
.gandm-all-box-cta-txt{
    font-size: 16px;
    line-height: 1.25;
    color: #60A4B4;
    font-weight: 900;
}
.gandm-all-box-cta-arrow{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
}
.gandm-all-box-cta-arrow-line{
    height: 2px;
    width: 15px;
    background-color: #60A4B4;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.gandm-all-box-cta-arrow-head{
    width: 8px;
}
.gandm-all-box-cta:hover .gandm-all-box-cta-arrow-line{
    width: 18px;
}
@media (min-width: 744px) {
    .gandm-all-boxes{
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 1024px) {
    .gandm-all-box {
        padding: 30px 25px 30px;
        gap: 45px;
    }
    .gandm-all-box-minitext{
        font-size: 12px;
    }
}
@media (min-width: 1200px) {
    .gandm-all-boxes{
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Single: Guides & Materials */
.igm-blog-body-wrap .container{
    max-width: 950px;
}
@media (min-width: 1200px) {
    .igm-blog-banner .container {
        padding-left: 125px;
    }
    .blog-banner-h{
        max-width: 700px;
    }
}
@media (min-width: 1500px) {
    .igm-blog-body-wrap .blog-body {
        margin-left: 0;
        margin-right: 0;
    }
    .igm-blog-body-wrap .container {
        gap: 65px;
    }
}



/* =====Take Action: Link Hub Page====== */
.ta{
    margin-top: 70px;
    margin-bottom: 55px;
}
.ta .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 45px;
}
.ta-group{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
}
.ta-h{
    font-size: 25px;
    line-height: 1.25;
    margin-bottom: 0;
}
/* Card */
.ta-cards{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    row-gap: 25px;
}
.ta-card{
    background-color: #fff;
    border-radius: 15px;
    padding-top: 215px;
    padding-right: 30px;
    padding-left: 20px;
    -webkit-box-shadow: 0px 0px 90px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 90px rgba(0, 0, 0, 0.05);
    height: 100%;
    
    position: relative;
    overflow: hidden;
}
.ta-card-wrap{
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5px;
}
.ta-card-h{
    font-size: 25px;
    line-height: 1.25;
    color: #60A4B4;
    font-weight: 600;
    -webkit-text-decoration-color: rgba(65, 64, 66, 0);
            text-decoration-color: rgba(65, 64, 66, 0);
    width: 100%;

    -webkit-transition: all 0.2s ease;

    -o-transition: all 0.2s ease;

    transition: all 0.2s ease;
}
.ta-card-a:hover .ta-card-h{
    text-decoration: underline;
    text-underline-offset: 4px;
    -webkit-text-decoration-color: rgba(65, 64, 66, 0.1);
            text-decoration-color: rgba(65, 64, 66, 0.1);
}
.ta-card-img{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
.ta-card-arrow{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
    height: 30px;
    background-color: #0C344A;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 6px;
}
.ta-card-arrow-line{
    width: 8px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.ta-card-arrow-head{
    width: 9px;
}
.ta-card-a:hover .ta-card-arrow-line{
    width: 10px;
}
@media (min-width: 744px) {
    .ta-cards {
        -ms-grid-columns: 1fr 20px 1fr;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 20px;
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px;
    }
}
@media (min-width: 1024px) {
    .ta {
        margin-top: 90px;
        margin-bottom: 120px;
    }
    .ta-card{
        padding-top: 195px;
    }
    .ta-cards {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }
    .ta-card-img{
        height: 180px;
    }
    .ta-h{
        font-size: 31.25px;
    }
}
@media (min-width: 1400px) {
    .ta .container{
        max-width: 1350px;
    }
    .ta-cards {
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    }
}

/* =====Donate Page: Section 1===== */
.page-id-441 .foot-newsl{
    margin-top: 85px;
}
@media (min-width: 1024px) {
    .page-id-441 .foot-newsl{
        margin-top: 115px;
    }
}
.donate-sec1{
    margin-top: 50px;
    margin-bottom: 40px;
}
.donate-sec1 .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px;
}
.donate-sec1-txt_wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15px;
}
.donate-sec1-txt{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
}
.donate-sec1-txt p{
    color: rgba(0, 0, 0, 0.75);
}
.donate-sec1-office_address{
    padding: 10px 15px;
    position: relative;
    background-color: #fff;
}
.donate-sec1-office_address p{
    font-size: 16px;
    font-weight: 500;
}
.donate-sec1-office_address:before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    background-color: #60A4B4;
    z-index: 1;
}
@media (min-width: 1024px) {
    .donate-sec1{
        margin-top: 90px;
        margin-bottom: 80px;
    }
    .donate-sec1 .container{
        max-width: 950px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 75px;
    }
    .donate-sec1-gb{
        width: 100%;
    }
}


/* =====Donate Page: Section 2===== */
.donate-sec2{
    background-color: #366E50;
    margin-top: 40px;
    margin-bottom: 50px;
}
.donate-sec2 .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.donate-sec2-wrap{
    max-width: 500px;
}
.donate-sec2-wrap .donate-sec2-box:first-of-type{
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
/* Box */
.donate-sec2-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.donate-sec2-box-icon{
    height: 120px;
    margin-bottom: 20px;
}
.donate-sec2-box-h{
    color: #fff;
    font-size: 24px;
    text-align: center;
}
.donate-sec2-box-p{
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 15px;
}
.donate-sec2-box-cta{
    padding: 12px 20px 10px;
    color: #fff;
    font-weight: 700;
    border-radius: 40px;
    border: 2px solid #fff;
    margin-top: 25px;
    line-height: 1.25;

    -webkit-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

    transition: all 0.3s ease;
}
.donate-sec2-box-cta:hover{
    background-color: rgba(255, 255, 255, 0.1);
}
@media (min-width: 1024px) {
    .donate-sec2{
        margin-top: 80px;
        margin-bottom: 80px;
        padding-bottom: 60px;
        padding-top: 60px;
    }
    .donate-sec2-wrap{
        max-width: 1200px;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
    .donate-sec2-box {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 50px;
        padding-right: 50px;
    }
    .donate-sec2-wrap .donate-sec2-box:first-of-type{
        border-bottom: none;
        border-right: 2px solid rgba(255, 255, 255, 1);
    }
    .donate-sec2-box-icon {
        height: 150px;
        margin-bottom: 30px;
    }
    .donate-sec2-box-h {
        font-size: 28px;
    }
    .donate-sec2-box-p{
        margin-top: 12px;
    }
    .donate-sec2-box-cta {
        padding: 12px 35px 10px;
        font-size: 18px;
    }
}

/* =====Become a Sponsor===== */
.bas-banner.banner{
    margin-bottom: 0;
    padding-bottom: 20px;
}



/* ==Sponsorship Plans== */
.sponsor-plans{
    padding-top: 10px;
    margin-bottom: 50px;
    position: relative;
}
.sponsor-plans .container{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    row-gap: 25px;
}
.sponsor-plans-bg{
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    z-index: -1;
    height: 320px;
    background-color: #0C344A;
}

/* Plan */
.plan-box{
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    outline: 4px solid rgba(4, 163, 167, 0.2);
    padding: 117px 20px 30px;
    
    position: relative;
}
.plan-box.plan-river {
    outline: 4px solid rgba(0, 74, 173, 0.2);
}
.plan-box.plan-watershed {
    outline: 4px solid rgba(198, 39, 123, 0.2);
}
.plan-box.plan-ecosystem {
    outline: 4px solid rgba(242, 142, 31, 0.2);
}
.plan-head{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    background-color: #04A3A7;
    padding-top: 15px;
    padding-bottom: 10px;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.plan-river .plan-head{
    background-color: #004AAD;
}
.plan-watershed .plan-head{
    background-color: #C6277B;
}
.plan-ecosystem .plan-head{
    background-color: #F2931F;
}
.plan-title{
    font-size: 14px;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 25px;
}
.plan-price{
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    line-height: 1.25;
}
.plan-btn{
    width: 100%;

    font-weight: 700;
    font-size: 20px;
    color: #fff;
    background-color: #414042;
    border-radius: 40px;
    padding-top: 14px;
    padding-bottom: 12px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 6px;
    border: none;

    -webkit-transition: all 0.2s ease;

    -o-transition: all 0.2s ease;

    transition: all 0.2s ease;

    margin-bottom: 30px;
    cursor: pointer;
}
.plan-btn .primary_btn-arrow-line{
    background-color: #414042;
}
.plan-btn:hover{
    opacity: 0.9;
}
.plan-btn:hover .primary_btn-arrow-line{
    width: 8px;
}

/* Features */
.plan-features{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
}
.plan-feature{
    color: #161E24;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 500;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
}
.plan-feature.plan-feature--no{
    color: rgba(22, 30, 36, 0.6);
    font-weight: 400;
}
.plan-feature-icon{
    height: 16px;
    margin-top: 2px;
}
@media (min-width: 744px) {
    .sponsor-plans .container {
        -ms-grid-columns: 1fr 25px 1fr;
        grid-template-columns: repeat(2, 1fr);
        -webkit-column-gap: 25px;
           -moz-column-gap: 25px;
                column-gap: 25px;
    }
}
@media (min-width: 1200px) {
    .sponsor-plans .container {
        -ms-grid-columns: 1fr 25px 1fr 25px 1fr 25px 1fr;
        grid-template-columns: repeat(4, 1fr);
        -webkit-column-gap: 25px;
           -moz-column-gap: 25px;
                column-gap: 25px;
    }
    .sponsor-plans {
        padding-top: 25px;
        margin-bottom: 80px;
    }
    .sponsor-plans-bg{
        height: 280px;
    }
}
@media (min-width: 1400px) {
    .sponsor-plans .container {
        max-width: 1280px;
    }
}
@media (min-width: 1500px) {
    .sponsor-plans .container {
        max-width: 1300px;
    }
}

/* ==Section 2: Sponsorship== */
.sponsor-sec2{
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.sponsor-sec2 .container{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    row-gap: 15px;
}
.sponsor-sec2-points{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    margin-left: 5px;
}
.sponsor-sec2-point{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 12px;
}
.sponsor-sec2-point-drop{
    width: 10px;
    height: 16px;
    margin-top: 2px;
}
@media (min-width: 744px) {
    .sponsor-sec2 .container{
        -ms-grid-columns: 1fr 20px 1fr;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 0;
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px;
    }
    .sponsor-sec2-points{
        margin-top: 10px;
        margin-left: 0;
    }
}
@media (min-width: 1024px) {
    .sponsor-sec2{
        background-color: #fff;
        padding-top: 60px;
        padding-bottom: 70px;
    }
    .sponsor-sec2 .container{
        -webkit-column-gap: 65px;
           -moz-column-gap: 65px;
                column-gap: 65px;
    }
    .sponsor-sec2-point{
        font-size: 20px;
        line-height: 25px;
    }
    .sponsor-sec2-points{
        gap: 20px;
    }
    .sponsor-sec2-point-drop {
        width: 12px;
        height: 18px;
        margin-top: 3px;
    }
    .sponsor-sec2-p{
        margin-right: 30px;
    }
}

/* ==Section 3: Sponsorship== */
.sponsor-sec3{
    margin-top: 50px;
    margin-bottom: 70px;
}
.sponsor-sec3 .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
}
.sponsor-sec3 h2{
    margin-bottom: 0;
    line-height: 1.25;
}

.sponsor-sec3-points{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    row-gap: 45px;
}
.sponsor-sec3-point{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.sponsor-sec3-point-icon{
    height: 100px;
    margin-bottom: 18px;
}
.sponsor-sec3-point-h{
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    line-height: 1.25;
}
.sponsor-sec3-point-p{
    margin-top: 12px;
    text-align: center;
}
@media (min-width: 744px) {
    .sponsor-sec3-point{
        max-width: 450px;
    }
}
@media (min-width: 1024px) {
    .sponsor-sec3{
        margin-top: 80px;
        margin-bottom: 100px;
    }
    .sponsor-sec3 .container{
        gap: 80px;
    }
    .sponsor-sec3-points{
        -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
        grid-template-columns: repeat(3, 1fr);
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px;
    }
    .sponsor-sec3-point-h{
        font-size: 28px;
    }
    .sponsor-sec3-point-icon {
        height: 120px;
        margin-bottom: 35px;
    }
    .sponsor-sec3-point-p {
        margin-top: 18px;
    }
}
@media (min-width: 1200px) {
    .sponsor-sec3-points{
        -webkit-column-gap: 60px;
           -moz-column-gap: 60px;
                column-gap: 60px;
    }
}

/* ==Nominate a Watershed Hero: Form Section== */
.nominate-sec1{
    margin-top: 60px;
    margin-bottom: 50px;
}
.nominate-sec1 .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
}
.nominate-sec1-txt{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
}
@media (min-width: 1024px) {
    .nominate-sec1 {
        margin-top: 90px;
        margin-bottom: 100px;
    }
    .nominate-sec1 .container{
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 50px 1fr;
        grid-template-columns: repeat(2, 1fr);
        -webkit-column-gap: 50px;
           -moz-column-gap: 50px;
                column-gap: 50px;
    }
    .formfields_wrap.nominate-sec1-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .nominate-sec1-form .forminator-row-last .forminator-field {
        -webkit-box-pack: left;
            -ms-flex-pack: left;
                justify-content: left;
    }
}
@media (min-width: 1200px) {
    .nominate-sec1 .container{
        -webkit-column-gap: 115px;
           -moz-column-gap: 115px;
                column-gap: 115px;
    }
}


/* =====Newsletter Landing Page===== */
.newslp-hero .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
}
.newslp-hero{
    margin-top: 40px;
    margin-bottom: 40px;
}
.newslp-head{
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
    z-index: 1000;
}
.newslp-head .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.newslp-nav-logo{
    height: 46px;
}
.newslp-hero-p{
    margin-top: 8px;
}
.newslp-img_wrap .container{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.newslp-img{
    aspect-ratio: 1 / 1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    border-radius: 10px;
    width: 100%;
}
.newslp-foot{
    margin-top: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #001E2B;
}
.newslp-foot .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.newslp-foot-copyright{
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    font-size: 12px;
}
.newslp-foot-privacy {
    font-size: 14px;
    display: none;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.newslp-foot-privacy:hover{
    color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 1024px) {
    .newslp-nav-logo {
        height: 65px;
    }
    .newslp-head .container {
        padding-top: 15px;
        padding-bottom: 15px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .newslp-hero .container{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        gap: 20px;
    }
    .newslp-hero-txt_wrap{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 450px;
                flex: 0 0 450px;
    }
    .newslp-hero-h{
        font-size: 48px;
        margin-bottom: 0;
    }
    .newslp-hero-p{
        line-height: 28px;
    }
    .newslp-hero .foot-newsl-fields {
        margin-top: 30px;
    }
    .newslp-img_wrap .container{
        -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
    }
    .newslp-foot{
        margin-top: 50px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .newslp-foot-privacy {
        display: block;
    }
    .newslp-foot-copyright{
        font-size: 14px;
    }
    .newslp-foot .container {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
}
@media (min-width: 1200px) {
    .newslp-hero .container{
        gap: 100px;
    }
    .newslp-hero-txt_wrap{
        -webkit-box-flex: 0;
            -ms-flex: 0 0 500px;
                flex: 0 0 500px;
    }
    .newslp-img_wrap .container{
        gap: 20px;
    }
}

/* =====Page: Voices of the Brooks===== */

/* ==Hero Section== */
.vob-hero{
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
}
.vob-hero .container{
    padding-bottom: 350px;
}
.vob-hero .banner_wave{
    display: none;
}
.vob-hero-bg_color{
    background-color: #0C344A;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 525px;
    z-index: -9;
}
.vob-hero-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

    padding-top: 40px;
}
.vob-hero .primary_btn{
    margin-top: 25px;
}


.vob-hero-img-wrap{
    position: absolute;
    width: 180px;
    height: 220px;
    border: 8px solid white;
    bottom: 0;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.vob-hero-img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
.vob-hero-img-wrap::before{
    content: "";
    position: absolute;
    height: 20px;
    width: 60px;
    left: 50%;
    -webkit-transform: translate(-50%, -75%);
        -ms-transform: translate(-50%, -75%);
            transform: translate(-50%, -75%);
    background-color: #F2B1AC;
}
.vob-hero-img-group .vob-hero-img-wrap:nth-of-type(1){
    rotate: -15deg;
    left: -2%;
    bottom: 80px;
}
.vob-hero-img-group .vob-hero-img-wrap:nth-of-type(2){
    rotate: -5deg;
    right: -2%;
    bottom: 80px;
}
.vob-hero-img-group .vob-hero-img-wrap:nth-of-type(3){
    rotate: 10deg;
    left: 50%;
    bottom: 5px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.vob-hero-img-group .vob-hero-img-wrap:nth-of-type(4){
    display: none;
}
@media (min-width: 744px) {
    .vob-hero{
        overflow: unset;
    }
    .vob-hero .container{
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 70px;
        padding-bottom: 80px;
    }
    .vob-hero .banner_wave{
        display: unset;
    }
    .vob-hero-wrap{
        padding-top: 0;
    }

    .vob-hero-img-group .vob-hero-img-wrap:nth-of-type(1) {
        rotate: -15deg;
        left: -12%;
        top: 30px;
        bottom: unset;
    }
    .vob-hero-img-group .vob-hero-img-wrap:nth-of-type(2) {
        rotate: 15deg;
        left: -12%;
        bottom: 10px;
    }
    .vob-hero-img-group .vob-hero-img-wrap:nth-of-type(3) {
        rotate: 8deg;
        left: unset;
        bottom: unset;
        -webkit-transform: unset;
            -ms-transform: unset;
                transform: unset;
        top: 30px;
        right: -12%;
    }
    .vob-hero-img-group .vob-hero-img-wrap:nth-of-type(4) {
        display: block;
        rotate: unset;
        right: -12%;
        bottom: 10px;
    }
    .vob-hero-bg_color{
        height: 100%;
        bottom: 0;
    }
}
@media (min-width: 1024px) {
    .vob-hero .container{
        padding-top: 100px;
        padding-bottom: 125px;
        max-width: 800px;
    }
    .vob-hero-img-wrap {
        width: 200px;
        height: 250px;
        z-index: 10;
    }
    .vob-hero .primary_btn {
        margin-top: 35px;
    }
}
@media (min-width: 1200px) {
    .vob-hero{
        position: relative;
    }
    .vob-hero .container{
        max-width: 1200px;
    }
    .vob-hero-img-wrap{
        border: 10px solid white;
    }
    .vob-hero-img-group .vob-hero-img-wrap:nth-of-type(1) {
        left: -2%;
        top: 20px;
    }
    .vob-hero-img-group .vob-hero-img-wrap:nth-of-type(2) {
        left: -4%;
        bottom: 15px;
    }
    .vob-hero-img-group .vob-hero-img-wrap:nth-of-type(3) {
        right: -2%;
        top: 20px;
    }
    .vob-hero-img-group .vob-hero-img-wrap:nth-of-type(4) {
        right: -6%;
        bottom: 15px;
    }
}
@media (min-width: 1500px) {
    .vob-hero-img-group .vob-hero-img-wrap:nth-of-type(1) {
        left: 0%;
    }
    .vob-hero-img-group .vob-hero-img-wrap:nth-of-type(2) {
        left: -2%;
    }
    .vob-hero-img-group .vob-hero-img-wrap:nth-of-type(3) {
        right: -1%;
    }
    .vob-hero-img-group .vob-hero-img-wrap:nth-of-type(4) {
        right: -3%;
    }
}

/* ==Section 2: Voices of the Brooks== */
.vob-sec2{
    padding-top: 40px;
    position: relative;
    padding-bottom: 60px;
}
.vob-sec2 .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.vob-sec2-p{
    font-size: 18px;
    line-height: 24px;
}
.page-id-443,
.page-id-448{
    background-color: #fff;
}
.page-id-443 .main,
.page-id-448 .main{
    overflow: hidden;
}

/* Box */
.vob-sec2-boxes{
    width: 100%;
    margin-top: 30px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
}
.vob-sec2-box{
    width: 100%;
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
    padding: 25px 20px;
    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.vob-sec2-box-grad{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -9;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(
        linear,
        left top, left bottom,
        color-stop(60%, rgba(65, 64, 66, 0)),
        to(rgba(65, 64, 66, 1))
    );
    background: -o-linear-gradient(
        top,
        rgba(65, 64, 66, 0) 60%,
        rgba(65, 64, 66, 1) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(65, 64, 66, 0) 60%,
        rgba(65, 64, 66, 1) 100%
    );
    opacity: 0.4;
}
.vob-sec2-box-overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -10;
    height: 100%;
    width: 100%;
    background-color: rgba(65, 64, 66, 0.25);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.vob-sec2-box-img{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -11;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.vob-sec2-box-h{
    color: #fff;
    text-shadow: 0px 4px 7px rgba(0, 0, 0, 0.25);
    font-size: 28px;
}
.vob-sec2-box:hover .vob-sec2-box-img{
    scale: 1.05;
}
.vob-sec2-box:hover .vob-sec2-box-overlay{
    background-color: rgba(65, 64, 66, 0.4);
}
@media (min-width: 744px) {
    .vob-sec2 {
        padding-top: 80px;
        padding-bottom: 70px;
    }
    .vob-sec2-boxes{
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 1024px) {
    .vob-sec2 {
        padding-top: 110px;
        padding-bottom: 100px;
    }
    .vob-sec2-boxes{
        -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
    .vob-sec2-h,
    .vob-sec2-p{
        max-width: 780px;
    }
    .vob-sec2-boxes {
        margin-top: 50px;
    }
}

/* =====VOB: Process===== */
.vob-process{
    padding-top: 50px;
    padding-bottom: 40px;
    position: relative;
    /* background-color: #F6F5F4; */
}
.page-id-443 .prefoot,
.page-id-448 .prefoot{
    margin-top: 0;
}
.vob-process .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 35px;
}
.vob-process-bg{
    position: absolute;
    background-color: #F6F5F4;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -10;
    width: 100%;
    height: 100%;
}

/* Steps */
.vob-process-steps{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    position: relative;
}
.vob-process-steps::after{
    position: absolute;
    content: "";
    left: 11px;
    width: 2px;
    background-color: #A8CDD6;
    top: 5px;
    bottom: 5px;
    z-index: -2;
}
.vob-process-step{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 12px;
    position: relative;
}
.vob-process-steps .vob-process-step:last-of-type::after{
    position: absolute;
    content: "";
    left: 10px;
    width: 4px;
    top: 0;
    bottom: 0;
    background-color: #F6F5F4;
    z-index: -1;
}
.vob-process-step-num{
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25px;
            flex: 0 0 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #A8CDD6;
    color: #0C354B;
    padding-top: 3px;
    padding-right: 1px;
    font-weight: 900;
    line-height: 1.25;
    border-radius: 50%;
    font-size: 14px;
    outline: 5px solid #F6F5F4;
}
.vob-process-step-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
}
.vob-process-step-h{
    font-weight: 700;
    color: rgba(0, 0, 0, 0.85);
}
.vob-process-step-p p{
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
}
.vob-process-step-p p a{
    font-weight: 700;
    text-decoration: underline;
    color: #60A4B4;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;

    -webkit-transition: all 0.2s ease;

    -o-transition: all 0.2s ease;

    transition: all 0.2s ease;
}
.vob-process-step-p p a:hover{
    color: #414042;
}
.vob-process .sec_gen-img{
    height: unset;
    aspect-ratio: 1 / 1;
}
@media (min-width: 744px) {
    .vob-process .container{
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .vob-process .sec_gen-img{
        max-width: 70%;
    }
    .vob-process .sec_gen-txt_wrap {
        max-width: 70%;
    }
}
@media (min-width: 1024px) {
    .vob-process {
        padding-top: 100px;
        padding-bottom: 60px;
    }
    .vob-process .sec_gen-img{
        max-width: 45%;
    }
    .vob-process .container{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        gap: 85px;
    }
    .vob-process h2{
        margin-bottom: 25px;
    }
    .vob-process-steps{
        margin-right: 20px;
    }
    .vob-process-step-h{
        font-size: 20px;
        line-height: 25px;
    }
    .vob-process-step-p p{
        font-size: 20px;
        line-height: 28px;
    }
    .vob-process-step-num {
        height: 30px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 30px;
                flex: 0 0 30px;
        font-size: 16px;
        padding-top: 5px;
    }
    .vob-process-steps::after{
        left: 14px;
    }
    .vob-process-steps .vob-process-step:last-of-type::after{
        left: 13px;
    }
}
@media (min-width: 1200px) {
    .vob-process .sec_gen-img {
        max-width: 550px;
    }
}

/* =====VOB: Ideas===== */
.vob-ideas{
    background-color: #F6F5F4;
    padding-top: 40px;
    padding-bottom: 80px;
}
.vob-ideas .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.vob-ideas-h{
    margin-bottom: 25px;
}
.vob-idea-group{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 12px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    row-gap: 30px;
}
.vob-idea{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
}
.vob-idea-img{
    height: 65px;
}
.vob-idea-h{
    font-size: 16px;
    line-height: 1.25;
}
@media (min-width: 744px) {
    .vob-idea-group{
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (min-width: 1024px) {
    .vob-ideas {
        padding-top: 60px;
        padding-bottom: 100px;
    }
    .vob-idea-group{
        -ms-grid-columns: 1fr 60px 1fr 60px 1fr 60px 1fr 60px 1fr 60px 1fr;
        grid-template-columns: repeat(6, 1fr);
        -webkit-column-gap: 60px;
           -moz-column-gap: 60px;
                column-gap: 60px;
    }
    .vob-ideas-h {
        margin-bottom: 50px;
    }
    .vob-idea-h{
        max-width: 130px;
        text-align: center;
    }
}







/* =====About Page===== */
.about-sec2{
    margin-top: 60px;
}
@media (min-width: 1024px) {
    .about-sec2{
        margin-top: 80px;
    }
}
/* About Boxes */
.about-sec3-boxes .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
}
.about-sec3-box{
    padding: 20px 15px;
    border-radius: 10px;
    background-color: #fff;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
}
.about-sec3-box-txt{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
}
.about-sec3-box-h{
    font-size: 22px;
    line-height: 1.25;
}
.about-sec3-box-p{
    font-size: 16px;
    line-height: 22px;
}
.about-sec3-box .arrow-link{
    margin-top: 0;
}
@media (min-width: 1024px) {
    .about-sec3-boxes .container {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }
    .about-sec3-box{
        padding: 25px 20px 20px;
    }
    .about-sec3-box-h {
        font-size: 28px;
    }
    .about-sec3-box-p {
        font-size: 20px;
        line-height: 25px;
    }
}
@media (min-width: 1200px) {
    .about-sec3-boxes .container{
        gap: 25px;
    }
    .about-sec3-box{
        padding: 25px 30px;
    }
}
@media (min-width: 1500px) {
    .about-sec3-boxes .container{
        max-width: 1400px;
    }
    .about-sec3-boxes .container {
        gap: 40px;
    }
}


/* =====Board of Trustees===== */
.board{
    margin-top: 60px;
    margin-bottom: 60px;
}
.board .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
}
.board-h{
    font-size: 25px;
    margin-bottom: 25px;
}
/* Profile */
.board-profiles{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
}
.board-profile{
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
}
.board-profile-name{
    font-size: 25px;
    line-height: 1.25;
    font-weight: 600;
}
.board-profile-role{
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
}
.board-profile-meta{
    margin-top: 15px;
    line-height: 1.25;
    font-size: 16px;
    font-weight: 400;
    color: rgba(65, 64, 66, 0.8);
}
@media (min-width: 744px) {
    .board-profiles{
        -ms-grid-columns: 1fr 20px 1fr;
        grid-template-columns: repeat(2, 1fr);
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px;
    }
}
@media (min-width: 1024px) {
    .board{
        margin-top: 90px;
        margin-bottom: 100px;
    }
    .board .container{
        gap: 80px;
    }
    .board-h {
        font-size: 31.25px;
        margin-bottom: 40px;
    }
    .board-profiles{
        row-gap: 40px;
        -webkit-column-gap: 35px;
           -moz-column-gap: 35px;
                column-gap: 35px;
    }
    .board-profile{
        border-radius: 15px;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .board-profile-name{
        font-size: 30px;
    }
    .board-profile-role{
        font-size: 20px;
    }
    .board-profile-meta{
        font-size: 18px;
        line-height: 25px;
    }
}
@media (min-width: 1200px) {
    .board-profiles{
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }
    .board-profile:hover{
        -webkit-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.05);
                box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.05);
    }
}
@media (min-width: 1400px) {
    .board .container{
        max-width: 1300px;
    }
}

/* =====Partners Page===== */
.partners-sec2{
    margin-top: 70px;
    margin-bottom: 80px;
}
@media (min-width: 1024px) {
    .partners-sec2{
        margin-top: 140px;
        margin-bottom: 100px;
    }
}
/* Partners Company Logo Grid */
.partners-grid{
    margin-top: 80px;
    margin-bottom: 60px;
}
.partners-grid .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
@media (min-width: 1024px) {
    .partners-grid{
        margin-top: 100px;
        margin-bottom: 100px;
    }
}

.partners-grid-h{
    margin-bottom: 25px;
}



/* Card */
.partner-cards{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
}
.partner-card{
    padding: 160px 20px 25px;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    /* box-shadow: 0px 0px 90px rgba(0, 0, 0, 0.05); */
}
.partner-card-a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5px;
}
.partner-card-logo-wrap{
    position: absolute;
    width: 100%;
    height: 150px;
    top: 0;
    left: 0;
    right: 0;
    padding: 25px 30px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.partner-card-logo{
    max-width: 100%;
    max-height: 100%;
}
.partner-card-name{
    font-size: 22px;
    line-height: 1.25;
    color: #60A4B4;
    font-weight: 600;
    -webkit-text-decoration-color: rgba(65, 64, 66, 0);
            text-decoration-color: rgba(65, 64, 66, 0);
    width: 100%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.partner-card .ta-card-arrow{
    rotate: -45deg;
}
.partner-card-a:hover .partner-card-name{
    text-decoration: underline;
    text-underline-offset: 4px;
    -webkit-text-decoration-color: rgba(65, 64, 66, 0.1);
            text-decoration-color: rgba(65, 64, 66, 0.1);
}
.partner-card-a:hover .ta-card-arrow-line{
    width: 10px;
}
@media (min-width: 744px) {
    .partner-cards {
        -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
        grid-template-columns: repeat(3, 1fr);
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px;
    }
}
@media (min-width: 1024px) {
    .partners-grid-h{
        margin-bottom: 50px;
    }
    .partner-card-name {
        font-size: 25px;
    }
    .partner-card .ta-card-arrow{
        -webkit-box-flex: 0;
            -ms-flex: 0 0 35px;
                flex: 0 0 35px;
        height: 35px;
    }
    .partner-card .ta-card-arrow-line {
        width: 12px;
    }
    .partner-card-a:hover .ta-card-arrow-line{
        width: 14px;
    }
}
@media (min-width: 1200px) {
    .partner-cards {
        /* grid-template-columns: repeat(4, 1fr); */
        gap: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%;
    }
    .partner-card{
        max-width: 280px;
        width: 100%;
    }
}
@media (min-width: 1500px) {
    .partners-grid .container{
        max-width: 1380px;
    }
    .partner-cards {
        gap: 40px;
    }
    .partner-card{
        max-width: 315px;
    }
}

/* =====Financials===== */
.financials-bluebox .primary_btn .primary_btn-arrow_wrap{
    rotate: -45deg;
}


.financials-sec{
    margin-top: 50px;
    margin-bottom: 50px;
}
.financials-sec .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;

    max-width: 800px;
}
.financials-p{
    font-size: 18px;
    line-height: 22px;
}
.financial-years{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
}
.financial-year-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
}
.financial-year-num{
    font-size: 25px;
    color: #0C344A;
    line-height: 1.25;
    font-weight: 500;
}
.financial-reports{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
}
.financial-report{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
}
.financial-report-doc-icon{
    height: 24px;
    margin-top: 1px;
}
.report-title{
  display: inline-block;
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color:#60A4B4;
  text-decoration: underline;
}
.report-title::after{
  content: "\00A0";
  display:inline-block;
  width: 14px;
  height: 14px;
  background: url("https://dbwp.org/wp-content/themes/dbwp/img/financial-report-newtab-icon.svg") no-repeat center / contain;
  vertical-align: -8px;
  text-decoration: none;
  margin-left: 5px;

  -webkit-transition: all 0.2s ease;

  -o-transition: all 0.2s ease;

  transition: all 0.2s ease;
  position: relative;
  left: 0;
}
.report-title:hover{
    color: #414042;
}

@media (min-width: 1024px) {
    .financials-sec {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .financials-p {
        font-size: 20px;
        line-height: 26px;
    }
    .financials-sec .container{
        gap: 40px;
    }
    .financial-year-num{
        font-size: 31.25px;
    }
    .financial-year-wrap{
        gap: 20px;
    }
    .financial-years{
        gap: 60px;
    }
    .financial-report-doc-icon {
        height: 28px;
        margin-top: 0;
    }
    .report-title{
        font-size: 20px;
        margin-top: 2px;
    }
    .report-title::after {
        width: 16px;
        height: 16px;
        margin-left: 8px;
        vertical-align: -6px;
    }
    .financial-reports{
        gap: 25px;
    }
}







/* =====Restoration Home====== */
.restoh-body-wrap{
    margin-top: 70px;
    margin-bottom: 60px;
}
.pagination-present .restoh-body-wrap .container {
    position: relative;
    padding-bottom: 75px;
}
.restoh-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 25px;
}
@media (min-width: 1024px) {
    .pagination-present .restoh-body-wrap .container {
        padding-bottom: 85px;
    }
    .restoh-body-wrap{
        margin-bottom: 100px;
    }
}
@media (min-width: 1200px) {
    .restoh-body-wrap.cat-sidebox-dad .container {
        gap: 50px;
    }
}
@media (min-width: 1300px) {
    .restoh-body-wrap .container{
        max-width: 1280px;
    }
}
@media (min-width: 1400px) {
    .restoh-body-wrap .container{
        max-width: 1350px;
    }
}
@media (min-width: 1500px) {
    .restoh-body-wrap .container{
        max-width: 1400px;
    }
}



/* Box */
.restoh-boxes{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
}
.restoh-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.restoh-box-head{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

}
.restoh-box-img{
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
.restoh-box-body{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 15px;
}
.restoh-box-categories{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 6px;
    margin-bottom: 8px;
}
.restoh-box-h{
    font-size: 25px;
    line-height: 1.25;
}
.restoh-box-h:hover{
    text-decoration: underline;
    color: #4D8390;
}
.restoh-box-p{
    font-size: 18px;
    line-height: 25px;
    margin-top: 10px;
}
.restoh-box-cta-wrap{
    background-color: #0C344A;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
}
.restoh-box-cta-arrow{
    width: 8.5px;
    position: relative;
    left: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.restoh-box-cta-wrap:hover .restoh-box-cta-arrow{
    left: 2px;
}
@media (min-width: 744px) {
    .restoh-boxes{
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 1024px) {
    .restoh-box .eyebrow-txt {
        font-size: 13px;
    }
    .restoh-box-img {
        height: 280px;
    }
    .restoh-pagination.pagination-dbwp {
        left: 355px;
    }
}
@media (min-width: 1200px) {
    .restoh-box{
        border-radius: 15px;
    }
    .restoh-box-h {
        font-size: 28px;
    }
    .restoh-box-p {
        font-size: 20px;
        line-height: 28px;
        margin-top: 10px;
    }
    .restoh-box-body{
        padding: 25px 25px 28px;
    }
    .restoh-box-cta-wrap {
        font-size: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .restoh-boxes{
        row-gap: 50px;
        -webkit-column-gap: 40px;
           -moz-column-gap: 40px;
                column-gap: 40px;
    }
}


/* ======Programs====== */
.fevents.fishevents .fevents-h{
    text-align: center;
}
.trees-sec2 .sec_gen-img{
    height: auto;
}
.trees-faq{
    margin-bottom: 100px;
}
.trees-process.vob-process{
    padding-top: 0;
    padding-bottom: 0;
}
@media (min-width: 1024px) {
    .fishact-sec4.sec_gen {
        margin-top: 120px;
        margin-bottom: 120px;
    }
}



/* Helip Link Box: Trees */
.helplinks{
    margin-top: 80px;
    margin-bottom: 80px;
}
.helplink-boxes{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}
.helplink-box{
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.helplink-box-img_wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
    padding-top: 20px;
    padding-right: 25px;
    padding-left: 25px;
    background-color: #0C344A;
    height: 200px;
    overflow: hidden;
}
.helplink-box-img.vertical-flip{
    -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
            transform: scaleY(-1);
}
.helplink-box-body{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    padding: 20px 15px 25px;
}
.helplink-box-h{
    font-size: 22px;
    line-height: 1.25;
}
.helplink-box-p{
    color: rgba(0, 0, 0, 0.6);
}
.helplink-box-img{
    max-width: 100%;
}
.helplink-box-a{
    display: inline-block;
    width: 100%;
    font-weight: 900;
    font-size: 18px;
    line-height: 26px;
    color:#60A4B4;

    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 25px;
}
.helplink-box-a::after{
    content: "\00A0";
    display:inline-block;
    width: 14px;
    height: 14px;
    background: url("https://dbwp.org/wp-content/themes/dbwp/img/financial-report-newtab-icon.svg") no-repeat center / contain;
    vertical-align: -5px;
    text-decoration: none;
    margin-left: 5px;

    -webkit-transition: all 0.2s ease;

    -o-transition: all 0.2s ease;

    transition: all 0.2s ease;
    position: relative;
    left: 0;
}
.helplink-box-a:hover{
    text-decoration: underline;
}
@media (min-width: 744px) {
    .helplink-boxes{
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 30px 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}
@media (min-width: 1024px) {
    .helplink-boxes{
        gap: 40px;
    }
    .helplink-box{
        border-radius: 15px;
    }
    .helplink-box-h{
        font-size: 28px;
    }
    .helplink-box-p{
        font-size: 20px;
        line-height: 25px;
    }
    .helplink-box-body{
        gap: 12px;
        padding: 20px;
    }
    .helplink-box-a{
        font-size: 20px;
        line-height: 1.25;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }
    .helplink-box-a::after{
        width: 16px;
        height: 16px;
    }
    .helplink-box-img_wrap{
        height: 250px;
        padding-top: 30px;
    }
    .helplink-box-img {
        max-width: 300px;
    }
}
@media (min-width: 1200px) {
  .helplink-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; /* equal height per row */
    gap: 30px;
  }
  .helplink-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 380px;
            flex: 0 1 380px;  /* consistent width behavior */
    max-width: 380px;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch; /* forces stretch even if a conflicting rule exists */
  }
  .helplink-box-head {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; /* lets the content area grow */
  }
  .helplink-box-a {
    margin-top: auto; /* pins the link to the bottom */
  }
}

@media (min-width: 1500px) {
    .helplinks .container {
        max-width: 1400px;
    }
    .helplink-boxes {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch; /* keeps equal height behavior */
        gap: 40px;
    }
    .helplink-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 440px;
                flex: 0 1 440px; /* scales from 380px to 440px */
        max-width: 440px;
        -ms-flex-item-align: stretch;
            -ms-grid-row-align: stretch;
            align-self: stretch; /* ensures consistent box height */
    }
    .helplink-box-head {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto; /* keeps image/text section flexible */
    }
    .helplink-box-a {
        margin-top: auto; /* keeps the link pinned at bottom */
    }
}


/* Google Calendar Styling */
.qxCTlb {
    min-height: unset !important;
    padding: 10px 16px !important;
    border-radius: 40px !important;
    font-family: "Avenir" !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 1.25 !important;
    letter-spacing: unset !important;
    color: #0C344A !important;
    background-color: #F2B1AC !important;
    margin-top: 25px !important;
    -webkit-transition: all 0.2s ease !important;
    -o-transition: all 0.2s ease !important;
    transition: all 0.2s ease !important;
}
.qxCTlb:hover {
    background-color: #F5C1BD !important;
}
.hur54b{
    z-index: 100000 !important;
    padding: 60px 10px !important;
}
.Xfsokf {
    top: 15px !important;
    right: 10px !important;
}
@media (min-width: 744px) {
    .hur54b {
        padding: 200px 30px !important;
    }
    .Xfsokf {
        top: 155px !important;
        right: 30px !important;
    }
}
@media (min-width: 1024px) {
    .qxCTlb {
        padding: 14px 20px !important;
        font-size: 20px !important;
        margin-top: 30px !important;
    }
}
@media (min-width: 1200px) {
    .hur54b {
        padding: 50px 30px !important;
    }
    .Xfsokf {
        top: 10px !important;
    }
}

/* Tree Program Sessions */
.sessions{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 15px;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
    row-gap: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.session{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
}
.session-icon-wrap{
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: rgba(65, 64, 66, 0.05);
    border-radius: 5px;
    border: 1px solid rgba(65, 64, 66, 0.2);
}
.session-icon{
    height: 25px;
}
.session-txt_wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
}
.session-date{
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    color: rgba(43, 43, 43, 0.8);
}
.session-time{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
    color: rgba(43, 43, 43, 0.5);
}
@media (min-width: 1024px) {
    .sessions{
        margin-top: 20px;
        -webkit-column-gap: 30px;
           -moz-column-gap: 30px;
                column-gap: 30px;
        row-gap: 18px;
    }
    .session{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 10px;
    }
    .session-icon{
        height: 30px;
    }
    .session-icon-wrap {
        width: 50px;
        height: 50px;
    }
    .session-date {
        font-size: 18px;
    }
    .session-time {
        font-size: 16px;
    }
}

/* Water Quality: Programs */
.waterqual-sec3{
    margin-top: 80px;
    margin-bottom: 80px;
}
.waterqual-sec3 .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.waterqual-sec3-p{
    font-size: 18px;
    line-height: 24px;
}
.waterqual-sec3-map{
    width: 100%;
    height: 600px;
    margin-top: 20px;
}
@media (min-width: 1024px) {
    .waterqual-sec3{
        margin-top: 120px;
        margin-bottom: 120px;
    }
    .waterqual-sec3-p{
        font-size: 20px;
    }
    .waterqual-sec3-h,
    .waterqual-sec3-p{
        max-width: 780px;
    }
    .waterqual-sec3-map{
        margin-top: 30px;
    }
}

/* Live Stakes: Programs */
.lstakes-process{
    padding-top: 0;
    padding-bottom: 0;
}
.lstakes-process .sec_gen-txt_wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 600px;
}
.lstakes-process .sec_gen-h{
    text-align: center;
}
.lstakes-process .container{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}


/* Education Programs */





.eduprog-cards{
    margin-top: 80px;
    margin-bottom: 80px;
}
.eduprog-cards .container{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
}
.eduprog-card{
    position: relative;
    padding: 220px 15px 20px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
}
.eduprog-card-img{
    height: 200px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;

    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
.eduprog-title{
    color: #0C344A;
    margin-bottom: 8px;
    font-size: 22px;
}
.eduprog-p{
    font-size: 16px;
    line-height: 1.25;
}
.eduprog-card-grade{
    font-size: 14px;
    color: rgba(65, 64, 66, 0.6);
    line-height: 1.25;
    font-weight: 500;
}
.eduprog-card-grade span{
    font-weight: 700;
    color: #414042;
}
.eduprog-duration-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    margin-bottom: 8px;
}
.eduprog-duration{
    font-size: 14px;
    color: rgba(65, 64, 66, 0.5);
    font-weight: 500;
    line-height: 1.25;
    margin-top: 1px;
}
.eduprog-duration-icon{
    height: 16px;
}







@media (min-width: 744px) {
    .eduprog-cards .container{
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 1024px) {
    .eduprog-cards .container{
        gap: 30px;
    }
    .eduprog-cards{
        margin-top: 120px;
        margin-bottom: 120px;
    }
    .eduprog-duration-wrap{
        gap: 6px;
    }
    .eduprog-duration-icon {
        height: 18px;
    }
    .eduprog-duration{
        font-size: 16px;
        margin-top: 3px;
    }
    .eduprog-card {
        padding: 275px 30px 25px;
        gap: 40px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .eduprog-title {
        margin-bottom: 12px;
        font-size: 28px;
    }
    .eduprog-p {
        font-size: 18px;
        line-height: 25px;
    }
    .eduprog-card-img {
        height: 250px;
    }
    .eduprog-card-grade {
        font-size: 16px;
    }
}
@media (min-width: 1200px) {
    .eduprog-cards .container{
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (min-width: 1300px) {
    .eduprog-cards .container{
        max-width: 1280px;
        gap: 40px;
    }
}
@media (min-width: 1400px) {
    .eduprog-cards .container{
        max-width: 1350px;
    }
}
@media (min-width: 1500px) {
    .eduprog-cards .container{
        max-width: 1400px;
    }
}

/* Program Child Body */
.programchild-blog-body-wrap .container{
    max-width: 700px;
}
.programchild-blog-body-wrap img{
    width: 100%;
}

/* =====Annual Report===== */
.annrepolp-hero .primary_btn .primary_btn-arrow_wrap{
    rotate: 90deg;
}
.annrepolp-hero .primary_btn{
    margin-top: 20px;
}
.annrepolp-hero .newslp-hero-txt_wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.annrepolp-hero-book_wrap{
    padding: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.annrepolp-hero-wave{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
}
.annrepolp-hero-book{
    width: 100%;
    position: relative;
    z-index: 1;
}
.annrepolp-hero .container{
    gap: 20px;
}
@media (min-width: 744px) {
    .annrepolp-hero.newslp-hero .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}
@media (min-width: 1024px) {
    .annrepolp-hero .container{
        gap: unset;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .annrepolp-hero-book_wrap{
        max-width: 400px;
    }
    .annrepolp-hero .primary_btn{
        margin-top: 30px;
    }
    .newslp-hero {
        margin-top: 60px;
        margin-bottom: 80px;
    }
}
@media (min-width: 1200px) {
    .annrepolp-head.newslp-head .container,
    .annrepolp-foot.newslp-foot .container,
    .annrepolp-hero.newslp-hero .container{
        max-width: 1000px;
    }
}

/* Watershed awards */
.wateraward .board-profile-meta{
    font-size: 18px;
    margin-top: 10px;
}
@media (min-width: 1024px) {
    .wateraward .board-profile-meta{
        font-size: 20px;
        margin-top: 12px;
    }
    .board-profile {
        padding: 30px;
    }
}













