@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800&display=swap");

/****************general*******************/

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}


input::-webkit-calendar-picker-indicator {
    display: none !important;
}

img {
    max-width: 100% !important;
}
/****************usa styling*******************/

.usa-button {
    background-color: #174B75 !important
}

.usa-input {
    max-width: 85% !important;
}

/****************home banner*******************/
.home_banner {
    width: 100%;
    overflow-x: hidden;
    height: fit-content;
    min-height: 83vh;
}

@media screen and (min-width: 760px) and (max-width: 1024px) {
    .home_banner {
       
        min-height: 60vh;
    }
}

    .home_banner.banner_1 {
        background-image: linear-gradient(90deg, #ffffffd4 30%, #00000061 100%), url("/images/banner3New.png");
        background-position: right;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .home_banner.banner_2 {
        background-image: url("/images/banner2New.png");
        background-position: right;
        background-repeat: no-repeat;
    }

    .home_banner.banner_3 {
        background-image: url("/images/banner1New.png");
        background-position: right;
        background-repeat: no-repeat;
    }

    .home_banner > img {
        width: 100vw;
        min-width: 2000px;
        right: 0;
        z-index: -1;
        position: absolute;
    }

    .home_banner > h1 {
        font-weight: bold !important;
        font-size: 34px;
        color: #285582;
        width: 700px;
        margin-top: 60px;
        margin-left: 60px;
    }

    .home_banner > p {
        margin-left: 60px;
        width: 650px;
        font-size: 17px;
        font-weight: 500;
    }

    .home_banner > div {
        margin-top: 10vh;
        display: flex;
        gap: 30px;
        transform: scale(90%);
        margin-bottom: 30px;
    }

.header_content {
    display: flex;
    align-items: center;
}


.testimonials {
    overflow-x: hidden;
}

.slick-slider {
    margin-bottom: 0 !important;
}

.clear-btn {
    font-size: 14px;
}

/****************home request*******************/

.home-request {
    display: flex;
    justify-content: center;
    height: 280px;
}

    .home-request > div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .home-request img {
        height: 400px;
        width: 100vw !important;
        right: 0;
        z-index: -1;
        position: absolute;
        background-color: #F3FAFF;
    }

    .home-request > div > p {
        width: 60%;
        margin: auto;
        margin-top: 140px;
        text-align: center;
        font-size: 25px;
        font-weight: 600;
        color: #285582;
    }

    .home-request > div > button {
        margin-bottom: 150px;
        border-radius: 0;
        width: 13vw;
        aspect-ratio: 5/1;
        font-size: 1vw;
    }

.requestbtn {
    margin-bottom: 150px;
    border-radius: 0;
    width: 13vw;
    aspect-ratio: 5/1;
    font-size: 1vw;
}

/****************home subscribe*******************/

.home-subscribe {
    background-color: #F3FAFF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    gap: 30px;
}

    .home-subscribe > p {
        text-align: center;
        font-size: 1.25vw;
        font-weight: 700;
        color: #285582;
    }

    .home-subscribe > button {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        border-radius: 0;
    }

        .home-subscribe > button > img {
            padding: 8px;
            border-radius: 50%;
            outline: 1px solid white;
        }

        .home-subscribe > button > p {
            font-weight: 500;
            letter-spacing: 1px;
        }

.subscribebtn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    border-radius: 0;
}

/****************home learn more*******************/

.home-learn-more {
    background-color: white;
   /* padding-top: 5vw;*/
    display: flex;
    justify-content: center;
    align-items: center;
   /* margin-bottom: 60px;*/
}

    .home-learn-more > div {
        position: relative;
        width: 80vw;
        display: flex;
        padding: 3vw;
        border-radius: 40px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

        .home-learn-more > div > img {
            margin: 0 3vw;
            width: 180px;
            height: 180px;
        }

        .home-learn-more > div > div {
            padding: 0 60px;
            display: flex;
            flex-direction: column;
            gap: 15px;
            align-items: start;
            border-left: 1px solid #174B75;
        }

            .home-learn-more > div > div > p {
                font-size: 22px;
                margin-left: 1.5vw;
                margin-right: 1.5vw;
            }

            .home-learn-more > div > div > button {
                border-radius: 0;
                margin-left: 1.5vw;
                width: 200px;
                aspect-ratio: 4/1;
                font-size: 22px;
            }

.learn-morebtn {
    border-radius: 0;
    margin-left: 1.5vw;
    width: 200px;
    /*aspect-ratio: 4/1;*/
    /*font-size: 22px;*/
    /*padding-top: 15px;*/
}

/****************home contact*******************/

.home-contact {
    background-color: #87962D;
    position: relative;
    display: flex;
    height: 100px;
    align-items: center;
    justify-content: center;
    gap: 300px;
}

.contactuslink {
    color: white;
    font-weight: bold;
    font-size: 18px;
}

.contacticon {
    background-color: white;
    border: none;
    outline: none;
    border-radius: 100%;
    width: 50px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contactimg {
    width: 50%;
}

    .home-contact > div {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 25px;
    }

        .home-contact > div > p {
            color: white;
            font-weight: bold;
            font-size: 18px;
        }

        .home-contact > div > button {
            background-color: white;
            border: none;
            outline: none;
            border-radius: 100%;
            width: 50px;
            aspect-ratio: 1/1;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .home-contact > div > button > img {
                width: 50%;
            }

/****************home funder footer*******************/

.home-funder {
    position: relative;
    background-image: url("/images/footer-background.png");
}

    .home-funder > img {
        position: absolute;
        height: 300px;
        width: 100%;
        z-index: -1;
    }

    .home-funder > div {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        padding: 60px 60px;
    }

/****************end line****************** */

.end-line {
    background-color: white;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
    text-align: center;
    font-weight: 500;
}

    .end-line a {
        color:black;
        text-decoration:none;
        font-weight: 600;
    }
        .end-line a:hover{
            cursor:pointer;
        }
        /***************policy page******************/
        .policypage {
            display: flex;
            justify-content: center;
            /*background-image: url(/images/home-request-bg.png);*/
            background-repeat: no-repeat;
            background-size: 100%;
            background-position: bottom;
            /*height: 460px;*/
            padding-bottom: 10px;
        }

.policycontent {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .policycontent p {
        text-align: center;
        font-weight: 500;
    }

    .policycontent h1 {
        margin-top: 60px;
        color: #174B75;
        font-weight: 400;
        font-size: 40px;
    }

.Diff-buttons {
    display: flex;
    justify-content: center;
}

.buttons {
    display: flex;
    justify-content: center;
    padding-top: 80px;
    margin-bottom: 60px;
}

.buttons-element {
    display: flex;
    justify-content: space-evenly;
}

/***************State page******************/

.Filter-fields {
    display: flex;
    flex-direction: row;
}

.drop-down-img {
    background-color: #174B75;
    margin-top: 8px;
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    outline: none;
    border: none;
}

.state-main-section {
    margin-top: 0;
    padding-top: 30px;
    display: flex;
    justify-content: center;
}

.data-area {
    background-color: #F3FAFF;
    /*padding-bottom: 70px;*/
    width: 100vw;
    max-width: 100%;
}

.second-main-section {
    display: flex;
    justify-content: space-evenly;
}

.clear-btn {
    height: 40px;
    margin-top: 8px;
    outline: none;
    border-radius: 0;
}

.Filter-fields input {
    outline: none;
}


.Filter-fields-label {
    margin-top: 17px;
    margin-right: 8px;
    color: #174B75;
    font-size: 20px;
}

.border-dashed {
    border: 1px dashed #174B75;
    border-radius: 15px;
    /*height:100%;*/
}

.Alamba {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
    padding-top: 14px;
    padding-left: 50px;
    padding-right: 50px;
}

.Alamba-second {
    overflow: hidden;
    height: 80px;
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
    padding-top: 14px;
    padding-left: 50px;
    padding-right: 50px;
    transition: all 0.5s ease;
}

.show-more-open {
    transition: all 0.5s ease;
    height: 170px;
}



.detail-info {
    background-color: #ffffff;
   /* width: 79%;*/
}

.location-detail {
    display: flex;
    flex-direction: row;
    padding-top: 8px;
}

.address-detail {
    display: flex;
    flex-direction: row;
    padding-top: 10px;
}

.location-button {
    display: flex;
    justify-content: end;
}

    .location-button img {
        width: 171px;
        height: 43px;
    }

.location-detail img {
    width: 20px;
    height: 25px;
    margin-right: 19px;
}

.location-detail p {
    color: #174B75;
    font-size: 23px;
    font-weight: 400;
    margin-top: -5px;
}

.Info-detail {
    display: flex;
    flex-direction: row;
    justify-content: end;
}

.address-detail p {
    color: #174B75;
}

.address-detail img {
    width: 14px;
    height: 8px;
    margin-top: 10px;
    margin-left: 15px;
}

.PDMP-first {
    font-weight: 400;
    margin-bottom: 8px;
    margin-top: 5px;
}

.PDMP-second {
    font-weight: 400;
    margin-top: 6px;
}

.PDMP-third {
    font-weight: 400;
    margin-top: 6px;
    margin-bottom: 20px;
}

.PDMP-second span {
    font-weight: 700;
}

.Info-detail p {
    font-weight: 400;
    margin-top: 6px;
}

.Info-detail img {
    width: 20px;
    height: 20px;
    margin-top: 5px;
    margin-left: 15px;
}

.PDMP-third span {
    font-weight: 700;
}

.show-list {
    display: none;
    position: absolute;
    flex-direction: column;
    background-color: white;
    top: 48px;
    left: 52px;
    width: 81%;
    z-index: 3;
    gap: 1px;
    padding: 5px;
    outline: 1px solid black;
    font-size: 14px;
    height: 300px;
    overflow-y: scroll;
}

    .show-list div {
        padding: 3px;
    }

        .show-list div:hover {
            background-color: #174B75;
            color: white;
        }

.state-resource {
    padding: 10px 0;
/*    padding-bottom: 10px;
*/    text-align: center;
    color: #174B75;
}

.state-resouce-container {
    background-color: #F3FAFF;
    padding-bottom: 40px;
    width: 100vw;
}

    .state-resouce-container > div {
        margin: 0 100px;
        justify-content: center;
        gap: 75px;
    }

.resource-item {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    margin: 8px;
    border-radius: 10px;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 95%;
}

    .resource-item > p:first-child {
        font-weight: bold;
        padding: 12px 0px;
        width: 91%;
        margin: auto;
        text-align: center;
    }

    .resource-item > button {
        border: none;
        margin: 5px;
        background: transparent;
    }

    .resource-item > p:last-child {
        margin-top: 33px;
        color: #707070;
        border-top: 2px solid #D5D5D5;
        width: 100%;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 10px;
    }




.Grant-Recipients {
    background-color: white;
    margin: 30px 200px;
    margin-top: 63px;
    border-radius: 35px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

    .Grant-Recipients > h3 {
        background-color: #174B75;
        border-radius: 35px 35px 0 0;
        padding: 10px;
        text-align: center;
        color: white;
        margin-top: 30px;
    }

    .Grant-Recipients > div {
        padding: 60px 70px 60px 60px;
    }

        .Grant-Recipients > div > div {
            display: flex;
            gap: 50px;
        }

            .Grant-Recipients > div > div img {
                height: 300px;
                aspect-ratio: 5/3 !important;
            }

            .Grant-Recipients > div > div p {
                font-size: 16px;
                font-weight: 500;
            }

            .Grant-Recipients > div > div button {
                border-radius: 0px;
                margin-top: 30px;
                transform: translateY(30px) translateX(40px) scale(145%);
            }

.main-alamaba-detail {
    background-color: white;
    box-shadow: -20px 13px 17px rgba(0,0,0,0.2);
    margin: 8px;
    border-radius: 10px;
    padding: 0px;
    justify-content: center;
    align-items: center;
    transition:all 0.5s ease;
    padding-bottom: 20px;
}

/****************media queries*******************/

@media (max-width: 750px) {

    .Alamba-second {
        padding-left: 10px;
        padding-right: 10px;
    }


    .state-resouce-container > div {
        margin: 0 5px;
        gap: 0px;
    }

        .state-resouce-container > div > div {
            transform: scale(70%);
        }
}

@media (max-width: 1440px) {
    .Grant-Recipients > div > div {
        flex-direction: column;
    }

        .Grant-Recipients > div > div img {
            margin: auto;
        }

    .usa-input {
        max-width: 72% !important;
    }
}

@media (max-width: 1024px) {
    .Alamba-second {
        height: 70px;
    }

    .location-button img, .location-detail {
        transform: scale(0.75);
    }

    .detail-info {
        width: 97%;
    }

    .address-detail p, .PDMP-first, .PDMP-second, .PDMP-third, .Info-detail {
        font-size: 13px;
    }

        .Info-detail img {
            margin-top: 9px;
            margin-bottom: 3px;
            width: 15px;
            height: 15px;
        }

    .Grant-Recipients {
        margin: 30px 50px !important;
    }

        .Grant-Recipients > div {
            padding: 30px !important;
        }

            .Grant-Recipients > div > div img {
                height: 200px !important;
            }

            .Grant-Recipients > div > div p {
                font-size: 12px !important;
            }

        .Grant-Recipients > h3 {
            font-size: 15px;
        }

        .Grant-Recipients button {
            transform: scale(100%) !important;
        }

    .policypage {
        height: auto;
        padding-bottom: 0px;
        padding-top: 0;
    }

    .policycontent h1 {
        margin-top: 0;
    }

    .close_btn {
        width: 30px;
        background-color: black;
        padding: 6px;
        border-radius: 50%;
    }



    .show-list {
        width: 70%;
        font-size: 13px;
    }
}



@media only screen and (max-width: 950px) {
    .home_banner > div {
        transform: scale(45%) translateX(-210px);
    }

    .home_banner > h1 {
        font-size: 18px;
        width: 400px;
        margin-top: 40px;
        margin-left: 40px;
    }

    .home_banner > p {
        margin-left: 40px;
        width: 400px;
        font-size: 13px;
    }

    .home-request > div > p {
        font-size: 16px;
        width: 80%;
    }

    .home-subscribe p {
        font-size: 10px;
    }

    .home-request > div > button {
        width: 200px;
        font-size: 13px;
    }

    .home-learn-more > div > img {
        width: 100px;
        height: 100px;
    }

    .home-learn-more > div > div > p {
        font-size: 10px;
        margin: 0;
    }

    .home-learn-more > div {
        padding: 10px;
    }

    .home-contact {
        gap: 50px;
    }

        .home-contact > div {
            gap: 5px;
        }

            .home-contact > div > button {
                width: 30px;
            }

            .home-contact > div > p {
                font-size: 10px;
            }

    .home-learn-more > div > div > button {
        margin-left: 0;
        margin-top: 0px;
        width: 100px;
        font-size: 10px;
    }

    .home-subscribe {
        gap: 0px;
    }

        .home-subscribe > button {
            gap: 5px;
            transform: scale(60%);
        }
}

@media (min-width:1024px) and (max-width: 1367px) {
    .home_banner h1 {
        font-size: 28px;
        width: 45%;
    }

    .home_banner p {
        font-size: 15px;
        width: 45%;
    }

    .home_banner > div {
        margin-top: 20px;
        transform: scale(80%) translateX(-100px);
    }
}
    @media (max-width: 1300px) {
        .clear-btn {
            font-weight: 400;
            font-size: 13px;
            padding: 1px;
        }
    }

    @media screen and (max-width:724px) {
        .header_content {
            flex-direction: column;
            align-items: flex-start
        }

        .show-list {
            width: 60%;
            font-size: 11px;
        }

        .clear-btn {
            font-size: 13px;
        }

        .buttons {
            margin-top: 50px;
        }
    }


    @media only screen and (max-width: 1200px) {
        .home-funder > div > div {
            width: 130px
        }

        .show-more-open {
            height: 180px;
        }
    }

    @media only screen and (max-width: 400px) {
        .home_banner > div {
            flex-wrap: wrap;
            width: 500px;
            margin-top: 0;
            transform: scale(40%) translateX(-280px) translateY(-150px);
        }

        .home-request button {
            width: 80px !important;
        }
    }

    @media (max-width: 1600px) {
        .usa-input {
            max-width: 80% !important;
        }
    }

    @media(max-width:480px) {
        .show-list {
            width: 74%;
            font-size: 11px;
        }
    }

    @media (max-width: 425px) {
        .Alamba {
            display: flex;
            flex-direction: row;
            padding-left: 0px;
            padding-right: 0px;
        }

        .Alamba-second {
            padding-left: 23px;
            padding-right: 23px;
        }
    }

    @media (max-width: 768px) {
        .policycontent h1 {
            margin-top: 0px;
            text-align: center;
            font-size: 18px;
        }

        .policypage {
            height: auto;
        }
    }

    .state-resouce-container {
        display: flex;
        flex-direction: column;
        justify-content: center !important;
        justify-items: center !important;
    }

    .resource-box {
        justify-content: center !important;
        /*padding-bottom: 60px;*/
    }

@media (max-width: 500px) {

    .statebuttons{
        display: block;
    }

        .statebuttons .usa-input {
            max-width: 100% !important;
            
        }
    
    .requestbtn {
        width: 38vw;
        font-size: 3vw;
    }
    .learn-morebtn {
        font-size: 3vw;
    }
    .Grant-Recipients {
        margin: 30px 15px !important;
    }

        .Grant-Recipients > div > div img {
            height: 100px !important;
        }

        .Grant-Recipients > h3 {
            font-size: 10px;
        }

        .Grant-Recipients > div > div p {
            font-size: 9px !important;
        }

        .Grant-Recipients button {
            transform: scale(80%) !important;
            font-size: 10px;
        }

        .Grant-Recipients > h3 {
            padding: 5px !important;
        }

    .home_banner h1 {
       /* font-size: 13px;*/
        width: 250px;
    }

    .home_banner p {
        /*font-size: 9px;*/
        width: 250px;
    }

    .home-funder > div > div {
        width: 100px
    }

    .home-request {
        height: 160px;
    }

        .home-request p {
            font-size: 9px !important;
            padding-top: 50px;
        }

        .home-request img {
            height: 160px;
        }

        .home-request button {
            width: 100px;
            padding: 6px 0px !important;
            font-size: 8px !important;
            margin-top: 15px;
        }

    .home-subscribe {
        gap: 0px;
        padding: 0 !important;
    }

        .home-subscribe p {
           font-size: 12px;
            padding-left: 13px;
        }

        .home-subscribe > button {
            width: 150px !important;
            padding: 3px !important;
        }

            .home-subscribe > button > p {
                font-size: 10px !important;
            }

        .home-subscribe img {
            width: 30px !important;
        }

    .home-learn-more > div {
        position: relative;
        width: 95vw;
        display: flex;
        padding: 1.5vw;
    }

    .home-learn-more > div {
        align-items: center;
    }

    .home-learn-more img {
        width: 50px !important;
        height: 50px !important;
    }

    .home-learn-more > div > div {
        padding-left: 10px;
    }

    .home-learn-more button {
        transform: scale(60%);
    }

    /*.home-learn-more p {
        font-size: 5px !important;
    }*/

    .home-request > div > p {
        width: 60% !important;
    }

    .home_banner > div {
        flex-wrap: wrap;
        width: 500px;
        margin-top: 0;
        transform: scale(60%) translateX(-120px);
    }

    .end-line {
        font-size: 9px;
        align-items: center;
    }
}

    /********************PDMPAccess******************/

    .pmpd-access-main {
        background-color: #F3FAFF;
        padding-bottom: 40px;
        width: 100vw;
    }

    .resource-box-content {
        background-color: white;
        width: 375px;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
        margin: 8px;
        border-radius: 10px;
        padding: 5px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .resource-box-second {
        width: 390px;
    }

    .resource-box-pmp {
        display: flex;
        justify-content: space-between;
        width: 80%;
    }

    .resource-box-second p:first-child {
        font-weight: bold;
        padding: 20px 12px;
        width: 100%;
        margin: auto;
        text-align: center;
    }

    .resource-box-second button {
        border: none;
        margin: 5px;
        background: transparent;
    }

    .resource-box-second p:last-child {
        margin-top: 33px;
        color: #707070;
        border-top: 2px solid #D5D5D5;
        width: 100%;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 10px;
    }

    .pmpd-access {
        display: flex;
        justify-content: center
    }

    .last-box {
        margin-top: 45px;
        margin-bottom: 65px;
    }

    @media (max-width: 1600px) {
        .resource-box-pmp {
            width: 100%;
        }
    }

    @media (max-width: 768px) {
        .resource-box-second {
            transform: scale(70%);
        }

        .pmpdAccess-resource {
            margin: 0px;
        }

        .resource-box-pmp {
            display: flex;
            justify-content: center;
        }
    }

    @media (max-width: 1024px) {
        .last-box {
            margin-top: 40px;
            margin-bottom: 40px;
        }

        .second-last-box {
            margin-top: 40px;
            margin-bottom: 40px;
        }
    }

    /**********infosharing***********/

    .logo {
        width: 100%;
        height: 50vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    /**********Legislative***********/

    .Legislative {
        display: flex;
        justify-content: center;
        background-image: url(/images/home-request-bg.png);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: bottom;
        padding-bottom: 280px;
    }

    .Legislativecontent {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .Legislativecontent p {
            text-align: center;
            font-weight: 500;
        }

        .Legislativecontent h1 {
            margin-top: 60px;
            color: #174B75;
            font-weight: bold;
            font-size: 35px;
            text-align: center;
        }

        .Legislativecontent img {
            margin-bottom: 25px;
        }

    @media (max-width: 768px) {
        .Legislativecontent h1 {
            margin-top: 0px;
            text-align: center;
            font-size: 18px;
        }

        .Legislative {
            height: 95vh;
        }
    }

    .margin_b {
        margin-bottom: 40px;
    }

    .h-100 {
        height: 100%;
    }

    /**********maps and tables***********/

    .mapstable {
        display: flex;
        justify-content: center;
        padding: 40px 0px;
        background-color: #F3FAFF;
    }

        .mapstable h1 {
            color: white;
            background-color: #174B75;
            display: flex;
            justify-content: center;
            font-size: 22px;
            padding: 10px 0px;
            border-top-right-radius: 20px;
            border-top-left-radius: 20px;
            text-align: center;
        }

    .TTAC-btn {
        padding: 15px 10px;
        background-color: #174B75;
        color: white;
        font-weight: 600;
        outline: none;
        border: none;
        margin-left: 18px;
        margin-bottom: 70px;
        cursor: pointer;
        text-decoration: none;
    }

    .TTAC-btn-2 {
        padding: 15px 10px;
        background-color: #174B75;
        color: white;
        font-weight: 600;
        outline: none;
        border: none;
        margin-bottom: 70px;
        cursor: pointer;
        text-decoration: none;
    }

    .map-table-content {
        border-radius: 20px;
        background-color: white;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
    }

        .map-table-content p:nth-of-type(1) {
            margin-bottom: 25px;
        }


        .map-table-content p:nth-of-type(2) {
            margin-bottom: 30px;
        }

            .map-table-content p:nth-of-type(2) span {
                font-weight: bold;
            }

        .map-table-content p:nth-of-type(3) {
            margin-bottom: 20px;
        }

        .map-table-content p:nth-of-type(4) {
            margin-bottom: 40px;
        }

    .map-content-items {
        padding: 10px 40px;
    }

    .map-table-content h3 {
        width: 100%;
        margin-bottom: 10px;
        color: #174B75;
    }

    .usa-prose > * + * {
        margin-top: 0px;
    }


    /*****************learning****************/

    .learning-para {
        text-align: center;
        margin-bottom: 40px;
        margin-top: 30px;
        font-weight: 400;
    }

        .learning-para span {
            font-weight: 400;
            padding: 5px 30px;
            background-color: white;
            border: 1px solid #E3E3E3;
        }

    .learning {
        background-color: #F3FAFF;
        padding: 1px;
    }

        .learning h6 {
            color: #174B75;
            font-size: 16px;
        }

    .past-op-data {
        display: flex;
    }

    .learning-meeting-heading-container {
        width: 60%;
        padding: 25px;
    }

        .learning-meeting-heading-container > h3 {
            color: #174B75;
            font-size: 25px !important;
        }

        .learning-meeting-heading-container > p {
            margin-top: 8px;
            font-weight: 500;
            font-size: 20px;
            margin-right: 25%;
        }

    .learning-meeting-agenda-container {
        width: 40%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        flex-direction: column;
    }

        .learning-meeting-agenda-container > img {
            margin: 20px;
        }

        .learning-meeting-agenda-container > div {
            display: flex;
            align-items: center;
            margin: 0 20px 20px;
            gap: 10px;
        }

            .learning-meeting-agenda-container > div > p {
                font-size: 19px;
                font-weight: bold;
            }

            .learning-meeting-agenda-container > div:last-child {
                align-items: flex-end;
            }

.agenda-details {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    max-height: 0;
    transition: all .5s ease;
    padding-top: 50px;
    margin-left: 6px;
    margin-bottom: 20px;
    /* max-width:1490px;*/
    width: 241%;
    overflow: hidden;
    margin-top: 48px;
}

    .show-more-agenda-open {
        max-height: 2100px;
    }

.agenda-details > button {
    display: flex;
    padding: 5px 16px;
    align-items: center;
    vertical-align: top;
    align-items:baseline;
    gap: 8px;
    border-radius: 10px;
    border: 1px solid #E8E8E8;
    background-color: #F3FAFF;
    vertical-align: top;
   /* max-width: 100%;*/
}

        .agenda-details > button > p {
            /*font-weight: bold;*/
            color: #174B75;
            vertical-align: top;
            font-size:0.9rem;
        }

.forecast {
    background-color: #fff;
    color: black;
    padding-top: 20px;
}

    .funding {
        background-color: #174B75;
        color: white;
    }

        .funding a {
            background-color: white;
            color: black;
            padding: 10px 20px;
            margin: 60px 0;
            margin-right: 20px;
            border-radius: 15px;
            font-weight: bold;
            color: #174B75;
            text-decoration: none;
        }

            .funding a:hover {
                cursor: pointer;
                text-decoration: underline;
            }

        .funding h3 {
            color: white;
            margin-bottom: 40px;
        }

        .funding .op-endline {
            border-top: 1px solid #D5D5D5;
        }

            .funding .op-endline > p {
                color: #D5D5D5;
            }

    .op-endline {
        padding: 10px 40px;
        border-top: 1px solid #707070;
        margin-left:10px;
    }

        .op-endline > p {
            color: #707070;
        }
    /*****************Funding Opportunity****************/
    .funding-op-heading {
        padding: 20px 200px;
    }

        .funding-op-heading > h1 {
            color: #174B75;
            margin-bottom: 10px;
        }

        .funding-op-heading > p:nth-child(2) {
            font-weight: 600;
            font-size: 18px;
            margin-bottom: 10px;
        }

    .funding-op {
        background-image: url(/images/home-request-bg.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom;
        padding-bottom: 250px;
    }

        .funding-op > div {
            border-top: 50px solid #174B75;
            margin: 10px 200px 0 200px;
            padding: 75px;
            padding-top: 40px;
            border-radius: 50px;
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        }

            .funding-op > div > div:first-child {
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 0px 0 40px 0;
                border-bottom: 1px solid #D5D5D5;
            }

        .funding-op div > p {
            font-weight: 600;
            line-height: 2;
        }

            .funding-op div > p > span {
                font-weight: 400;
                padding-left: 10px;
                font-size: 14px;
            }

        .funding-op > div > div:first-child > div {
            background-color: white;
        }

        .funding-op div > ol {
            line-height: 2;
            list-style-position: inside;
            font-size: 15px;
        }

        @media (max-width: 450px) {
            .funding-op > div {
                
                margin: 0px 25px 0 25px;
                
            }
        }

    /**/
    .tta-contact-form {
        background: white;
        padding: 40px 0;
    }

        .tta-contact-form > div > p {
            padding: 0 75px;
            margin-top: 20px;
            color: #174B75;
            font-weight: 500;
            font-size: 18px;
        }

        .tta-contact-form > div {
            border-top: 0;
            padding: 0px;
            overflow: hidden;
            border-radius: 18px;
        }

            .tta-contact-form > div > div {
                background-color: #174B75;
                height: 10px;
                display: flex;
                align-items: baseline !important;
            }

                .tta-contact-form > div > div > h3 {
                    padding: 5px;
                    margin-left: 70px;
                    color: white;
                }

            .tta-contact-form > div > form {
                padding: 75px;
                padding-top: 10px;
            }

    .input-field {
        background-color: white !important;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

        .input-field > label {
            font-weight: 600;
            font-size: 15px;
            margin-top: 10px;
        }

        .input-field > input, .input-field > textarea {
            /*padding: 10px;*/
            border: 1px solid #C9C9C9;
        }

    .dropdown-input {
        /*padding: 10px;*/
        display: flex;
        border: 1px solid #C9C9C9;
        appearance: none;
        background-image: url("/images/dropdown-bg.png");
        background-repeat: no-repeat;
        background-position-x: right;
        background-position-y: center;
        background-size: 40px;
    }

    .form-submit {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 20px;
    }

        .form-submit > button {
            border-radius: 0;
            width: 180px;
            height: 50px;
            font-size: 20px;
            letter-spacing: 1px;
            font-weight: 600;
        }
    /***************home-accessibility******************/
    .home-accessibility {
        padding: 10px 0;
        height: auto;
        padding-bottom: 300px;
    }

        .home-accessibility > div > p {
            margin: 20px;
        }
    /***************.home-disclaimer******************/
    .home-disclaimer {
        height: auto;
        padding-bottom: 300px;
    }

.about-disclaimer {
    height: auto;
    padding-bottom: 150px;
    font-weight: 500;
}

.about-h1 {
    color: #174B75;
    font-weight: 400;
    font-size: 40px;
}

.about-list {
    list-style-position: inside;
}

        .home-disclaimer > div {
            gap: 20px;
        }

            .home-disclaimer > div > p {
                text-align: left;
            }

            .home-disclaimer > div > h2, .home-disclaimer > div > ul {
                align-self: flex-start;
            }

            .home-disclaimer > div > h2 {
                font-size: 20px;
            }

            .home-disclaimer > div > ul {
                list-style-position: inside;
            }

                .home-disclaimer > div > ul > li {
                    color: black;
                    font-weight: 500;
                }

                    .home-disclaimer > div > ul > li::marker {
                        color: #174B75;
                    }

                .home-disclaimer > div > ul strong {
                    color: #174B75;
                }
    /***************home-sitemap******************/
    .home-sitemap {
        height: auto;
    }

        .home-sitemap > div > div {
            margin-bottom: 190px;
            width: 100%;
            padding: 10px;
            border-radius: 15px;
            
        }
            .home-sitemap > div > div > div {
                padding: 30px;
                box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
                border-radius: 15px;
                display:flex;
                flex-direction:column;
                gap:30px;
            }

                .home-sitemap > div > div > div > div {
                    padding-bottom: 30px;
                    border-bottom: 1px solid #D5D5D5;
                }

        .home-sitemap > div button {
            border: 1px solid #E8E8E8;
            padding: 10px 10px;
            background-color: #F3FAFF;
            color: #174B75;
            font-weight: bold;
            border-radius: 8px;
            margin-bottom: 10px;
        }

        .home-sitemap > div ul {
            list-style-position: inside;
            font-weight: 500;
            line-height: 1.5;
            margin-left: 10px;
        }

            .home-sitemap > div ul > li::marker {
                color: #174B75;
            }
}

/*********************Funding search***********************/


.Searchcontent {
    display: flex;
    flex-direction: column;
}

    .Searchcontent p {
        text-align: center;
        font-weight: 500;
    }

    .Searchcontent h1 {
        margin-top: 60px;
        color: #174B75;
        font-weight: bold;
        font-size: 35px;
       
    }
.search-resource-item {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    margin: 8px;
    border-radius: 10px;
    padding: 5px;
    display: flex;
    flex-direction: column;
    height: 95%;
}
    .search-resource-item > p:first-child {
        width: 94%;
        margin: auto;
    }
    .search-resource-item span {
            font-weight: 700;
    }
    .search-resource-item > button {
            border: none;
            margin: 5px;
            background: transparent;
     }
    .search-resource-item > p:last-child {
        color: #174B75;
        width: 100%;
        font-weight: 600;
        padding: 10px 25px;
    }
.Resource-search {
    display: flex;
    justify-content: space-between;
    padding: 25px;
    
}
.resource-btn {
    background-color: #174B75;
    color: white;
    font-weight: 600;
    outline: none;
    border: none;
    padding: 10px 25px;
}
.home-search {
    flex-direction: column;
}

.home-search {
    align-items: baseline;
    margin-top:50px;
    gap:20px
}
    .home-search h2 {
        color: #174B75;
    }
    .home-search >div{
        width:100%;
    }
    .home-search > div {
        width: 100%;
    }

        .home-search > div > div {
            margin: 5px;
            background-color: white;
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
            display: flex;
            flex-direction: column;
        }

            .home-search > div > div > div > div {
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                padding: 40px;
                padding-bottom: 40px
            }

            .home-search > div > div > div > p {
                border-top: 1px solid gainsboro;
                text-align: start;
                padding-left: 40px;
                padding-top: 20px;
                padding-bottom: 10px;
            }
            .home-search > div > div > div > div > button {
                border-radius: 0;
            }

.maps-iframe-container {
    overflow: hidden;
    position: relative;
    /* Calculated from the aspect ration of the content (in case of 16:9 it is 9/16= 0.5625) */
    padding-top: 56.25%;
    /*padding-top: 70.00%;*/
    padding-left: 0;
    padding-right: 0;
}

    .maps-iframe-container iframe {
        border: 0;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

.policiestext {
    margin-top: 60px;
    color: #174B75;
    font-weight: bold;
    font-size: 35px;
    text-align: center;
}
.clearification-letter-container > p[b-rws1hpcpgk] {
    text-align: start;
    padding-left: 20px;
    padding-bottom: 20px;
}
.bluebg {
    background-color: #F3FAFF;
    background-image: url(/images/home-request-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    height: 430px;
}
.bluebgwhite {
    background-image: url(/images/home-request-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    height: 430px;
}
.contactbg {
    background-image: url(/images/contactbanner.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    height: 396px;
    margin-top:-1px;
}
.presentationbtn {
    padding: 5px 16px;
    border-radius: 10px;
    border: 1px solid #E8E8E8;
    background-color: #F3FAFF;
    margin-top: 10px;
    height: 93px;
}
.contactbanner {
    background-color: white;
    margin: 30px 200px;
    overflow: hidden;
    border-radius: 35px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.usa-tag {
    /* font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; */

    background-color: #009688;
}