h1 {
    font-family: montserrat;
}

h2 {
    font-family: montserrat;
}

h3 {
    font-family: montserrat;
}

h4 {
    font-family: montserrat;
}

li {
    font-family: montserrat;
}


.carousel-inner {
    overflow: hidden;
}


.itemcontainer {
    overflow: hidden;
    max-height: 350px;
}

@media (min-width: 1700px) {
    .itemcontainer {
        max-height: 500px;
    }
}

.sliderBgImage {
    object-fit: cover;
    width: 100%;
}

.carousel-control.left, .carousel-control.right {
    background-image: none !important;
    height: 350px !important;
}

.topInfoSection {
    background: #DFE9FF;
    padding: 15px 15px 50px;
}

.topInfoSection h3 {
    margin: 40px auto 25px;
    color: #0b1541;
    font-weight: bold;
    font-size: 150%;
    text-align: center;
    font-family: Montserrat;
}

.offeringContainer {
    border-radius: 22px;
    background: #FFF;
    padding: 0 15px 25px;
    margin-top: 25px;
    margin-bottom: 15px;
}

.offeringContainer h3 {
    color: #1C1C1C;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 33.6px */
    margin: 25px auto 10px;
    text-align: left;
}

.offeringContainer p {
    color: #0B1541;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
}

.offeringContainer a {
    color: #275CE4;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 22.4px */
}

.offeringContainer img {
    display: block;
    margin: 60px auto 40px;
    height: 100px;
    width: auto;
}

.unitCarouselContainer {
    background-color: #E9F2FF;
    padding: 5px;
}

#curriculum-unit-carousel {
    width: 90%;
    display: block;
    margin: 25px auto;
}

#curriculum-unit-carousel h2 {
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    padding-top: 15px;
    font-family: Montserrat;
    color: black;
}

#curriculum-unit-carousel h3 {
    color: black;
    font-size: 20px;
    text-align: center;
    max-width: 80%;
    margin: 15px auto 0;
    font-family: Montserrat;
}

#curriculum-unit-carousel .carousel-inner .item .col-md-3 {
    display: flex;
    justify-content: center;
    align-items: center;
}

#curriculum-unit-carousel .carousel-inner .item img {
    margin: auto; /* Centers the image */
    display: block;
    height: 135px;
}

#curriculum-unit-carousel h3.unitNameText {
    color: #275CE4 !important;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 22.4px */
    margin: 0 auto;
}

.unitCarouselContainer .carousel-control .glyphicon-chevron-left,
.unitCarouselContainer .carousel-control .glyphicon-chevron-right {
    background-color: #275CE4;
    border-radius: 100px;
    padding: 5px;
    margin: 25px auto;
}

.unitCarouselContainer .carousel-control.left, .carousel-control.right {
    background-image: none !important;
}

.dailyItemsContainer {
    background-color: #1F3B9B;
    padding: 25px 25px 50px;
}

.dailyItemsContainer h5 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 25.2px */
    text-transform: uppercase;
}

.dailyItemsRow {
    width: 85%;
    margin: 15px auto 25px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    max-width: 1300px;

}

.dailyItemsContainer .dailyItems {
    border-radius: 20px;
    background: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* This will push the arrow container to the bottom */
    height: 88%; /* Make sure the container has a defined height */
}

.dailyItemsContainer .dailyItemsSection {
    max-width: 400px;
    margin: 0 auto;
}

.dailyItemsContainer .dailyItems .image-container {
    height: 125px; /* Set to your desired height */
    width: 100%; /* This can be adjusted as per your layout needs */
    overflow: hidden; /* Hides any part of the image that exceeds the container size */
    position: relative; /* Needed for absolute positioning of the image */
    border-radius: 20px 20px 0 0; /* Applies border-radius to the container */
}

.dailyItemsContainer .dailyItems .image-container img {
    min-width: 101%;
    height: auto; /* Adjusts width automatically to maintain aspect ratio */
    display: block; /* Removes extra space below the image */
    position: absolute; /* Absolute positioning */
    top: 50%; /* Position the top of the image at the center of the container */
    left: 50%; /* Center horizontally */
    transform: translate(-50%, -50%); /* Offset the image by half its width and height to center it */
    border-radius: 20px 20px 0 0;
}

.dailyItemContent {
    padding: 15px;
}

.dailyItemContent .dailyItemDate {
    color: #0B1541;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
}

.dailyItemContent .dailyItemTitle {
    color: #0B1541;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 22.4px */
    margin: 25px auto;
}

.dailyItemsContainer .dailyItems #topResourcesContainer {
}

.dailyItemsContainer .dailyItems #topResourcesContainer h3.topResourcesNumber {
    color: #1F3B9B;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 33.6px */
    text-align: right;
    margin: 0 auto;
}

#topResourcesContainer .topResourcesRow {
    display: flex;
    align-items: center;
}

.dailyItemsContainer .dailyItems #topResourcesContainer a.topResourcesTitle {
    color: #0B1541;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 19.6px */
    margin: 0 auto;
}

.dailyItemsContainer .dailyItems #topResourcesContainer hr.topResourcesLine {
    height: 1px;
    width: 95%;
    border-top: 1px solid #808080;
    margin: 10px auto 0;
    display: block;
}


/*.dailyItemsContainer .this-or-that {*/
/*    margin: -10px auto;*/
/*}*/

#blogContainer, #qodContainer {
    display: block;
}

.arrowContainer {
    padding: 15px;
}

.mission2030Container {
    background: linear-gradient(268deg, #093FFD 9.98%, #2894F8 88.06%);
    color: white;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 0;
    margin: 0;
}

.mission2030Container img {
    display: block;
    padding: 10px;
    margin: 5px auto;
}

.mission2030Container svg.whiteCurveBg {
    width: 100%;
    height: auto;
    margin-bottom: -5px;
}


.ourImpactContainer {
    background-image: url('https://d3f7q2msm2165u.cloudfront.net/aaa-content/user/files/Web Pages/Home page/2024 Revamp/testimonialsimpact/NGPF_metrics_background 2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 15px 50px 75px;
}

.ourImpactContainer h2 {
    color: #275CE4;
    text-align: center;

    /* H2 */
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 50.4px */
}

.ourImpactContainer p {
    color: #000;
    text-align: center;

    /* Regular P */
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    width: 75%;
    margin: 15px auto;
}

.impactSquares {
    border-radius: 35px;
    border: 1px solid #0F2764;
    background-color: white;
    padding: 15px;
    margin-top: 15px;
}

.impactSquares img {
    display: block;
    margin: 15px auto 0;
    width: 150px;
}

.impactSquares h1 {
    color: #275CE4;
    text-align: center;
    font-family: Montserrat;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 72.8px */
}

.impactSquares p {
    color: #000;
    text-align: center;
    /* Large P Bold */
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 28px */
}

.recognitionContainer {
    background: #1DB8E8;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 50px;
}

.recognitionContainer h2 {
    color: #0B1541;
    text-align: center;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    margin: 25px auto;
}

.recognitionContainer .recognitionContentContainer {
    border-radius: 23px;
    background: #FFF;
    width: 75%;
    margin: 5px auto;
    padding: 25px 25px 50px;
    position: relative; /* Makes the container a reference for absolute positioning */
}

.recognitionContainer .recognitionContentContainer .trophy-img {
    position: absolute; /* Position the image absolutely within its parent */
    left: -88px; /* Align the image to the left edge of its container */
    top: 40%; /* Center it vertically */
    transform: translateY(-50%); /* Align vertically centered */
    z-index: 10; /* Ensure it is above other content */
    height: 200px
}

.recognitionContainer .recognitionContentContainer img {
    display: block;
    margin: 30px auto 25px;
    height: 125px;
}

.recognitionContainer .recognitionContentContainer a {
    color: #275CE4;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}

.testimonialsContainer {
    background: #1DB8E8;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 50px;
}

#testimonialsContainer-carousel {
    width: 75%;
    display: block;
    margin: 25px auto;
    border-radius: 18px;
    box-shadow: 1px 1px 5px #666666;
}

.testimonials-carousel .carousel-inner .item {
    padding: 25px;
}

.testimonials-carousel .carousel-inner .item.active {
    display: block;
}

.testimonials-carousel .left.carousel-control,
.testimonials-carousel .right.carousel-control {
    width: 5%;
    opacity: 1; /* Full opacity */
    transition: opacity 0.3s ease; /* Smooth transition for opacity change */
}

.testimonials-carousel .left.carousel-control:hover,
.testimonials-carousel .right.carousel-control:hover {
    opacity: 0.7; /* Change to 70% opacity on hover */
}

.testimonials-carousel .left.carousel-control {
    left: -75px;
    top: -20%;
    background-image: none; /* Remove default image */
}

.testimonials-carousel .right.carousel-control {
    right: -75px;
    top: -20%;
    background-image: none; /* Remove default image */
}

.testimonials-carousel .left.carousel-control .glyphicon-chevron-left,
.testimonials-carousel .right.carousel-control .glyphicon-chevron-right {
    font-size: 30px; /* Increase size of the arrows */
    color: white; /* Change color to white */
    height: 45px;
    width: 45px;
}

.testimonialSquares {
    border-radius: 18px;
    background: #FFF;
    height: 250px;
}


.testimonialSquares h1 {
    color: #275CE4;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 72.8px */
}

.testimonialsContainer h2 {
    color: #0B1541;
    text-align: center;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    margin: 25px auto;
}

.testimonialSquares p {
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 160%; /* 32px */
    text-align: left;
}

.testimonialSquares p.testimonialName {
    color: #000;
    text-align: right;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 19.6px */
    text-transform: uppercase;
}

.testimonialSquares img {
    width: 60px;
    margin: 5px auto 20px 5px;
    display: block;
}

.ngpfPartnersContainer {
    background-color: #3151ea;
    width: 100%;
    padding: 25px 25px 50px;
    text-align: center; /* This will center the inline-block elements within */
}

.ngpfPartnersContainer h2 {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 50.4px */
}

.ngpfPartnersContainer .image-container {
    display: flex; /* Use flexbox to align items */
    justify-content: space-between; /* Space out items evenly */
    align-items: center; /* Align items vertically */
    width: 80%; /* Take full width of the container */
    margin: 25px auto; /* Some margin for visual separation */
}

.ngpfPartnersContainer img {
    width: 175px; /* Set width of images */
    height: auto; /* Maintain aspect ratio */
    margin: 25px auto;
}

.ngpfPartnersContainer a {
    display: inline-block; /* Makes the element behave like an inline element but respect padding and margins */
    border-radius: 10px;
    border: 2px solid #275CE4;
    background: #FFF;
    color: #275CE4;
    text-align: center; /* Centers text inside the <a> element */
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.pressContainer {
    margin-top: 25px;
    background: white;
    color: #1d4594;
}

.pressContainer div {
    padding: 5px 15px;
}

.pressContainer h2 {
    color: #1F3B9B;
    text-align: center;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 50.4px */
    margin: 40px auto;
}

.pressContainer img {
    width: 175px;
    margin: 25px auto;
    display: block;
}

.pressContainer a.newsButton {
    display: inline-block; /* Makes the element behave like an inline element but respect padding and margins */
    border-radius: 10px;
    border: 2px solid #275CE4;
    background: #FFF;
    color: #275CE4;
    text-align: center; /* Centers text inside the <a> element */
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 5px auto 50px;
}

@media (max-width: 1050px) {
    .testimonialSquares {
        height: 300px;
    }

    .testimonials-carousel .left.carousel-control {
        top: 0;
    }

    .testimonials-carousel .right.carousel-control {
        top: 0;
    }
}


@media (max-width: 992px) {
    .unitCarouselContainer .carousel-control .glyphicon-chevron-left,
    .unitCarouselContainer .carousel-control .glyphicon-chevron-right {
        margin: 100px auto;
        height: auto !important;
    }

    .unitCarouselContainer .carousel-control .glyphicon-chevron-left {
        right: 25% !important;
    }

    .unitCarouselContainer .carousel-control .glyphicon-chevron-right {
        left: 25% !important;
    }

    .unitCarouselSquare {
        height: 175px;
    }

    .findResourcesFormContainer {
        width: 90%;
    }

    .findResources {
        padding: 25px;
    }

    .dailyItemsRow {
        grid-template-columns: none; /* Stack the grid items on smaller screens */
    }

    .mission2030Container img {
        width: 70%;
    }

    #curriculum-unit-carousel {
        width: 100%;
    }

    .testimonialSquares {
        height: 350px;
    }

    .testimonials-carousel .left.carousel-control {
        display: none;
    }

    .testimonials-carousel .right.carousel-control {
        display: none;
    }

    .dailyItemsContainer .dailyItemsSection {
        max-width: 370px;
    }
}

@media (max-width: 600px) {
    .topInfoSection h3 {
        margin: 20px auto;
        font-size: 125%;
    }

    .findResourcesForm h2 {
        margin: 20px auto;
        font-size: 125%;
    }

    .home-section h2, #home-section h2 {
        font-size: 125% !important;
    }

    .testimonialSquares {
        height: auto;
    }

    #unitDropdown {
        width: 110%;
    }
}


/*.this-or-that.jkc {*/
/*    font-family: Montserrat !important;*/
/*}*/

/*.this-or-that.jkc .activityContainer {*/
/*    width: 100%;*/
/*    flex-shrink: 0;*/
/*    border-radius: 22px;*/
/*    background-color: #f0f4fe;*/
/*    position: relative;*/
/*    top: 50px;*/
/*}*/

/*.this-or-that.jkc .activityContainer::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 88px;*/
/*    background: url("/Z/Components/Custom/Activities/ThisOrThat/this-or-that-bg.svg") no-repeat center / cover;*/
/*    border-radius: 22px 22px 0 0;*/
/*}*/

/*.this-or-that.jkc .activityContent {*/
/*    position: relative;*/
/*    top: -25px;*/
/*}*/

/*.this-or-that.jkc .activityBtn {*/
/*    display: flex;*/
/*    padding: 11px 22px;*/
/*    align-items: flex-start;*/
/*    gap: 10px;*/
/*    border-radius: 10px;*/
/*    background: var(--NGPF-Bright-Blue, #275CE4);*/
/*    color: white;*/
/*    text-align: center;*/
/*    font-family: Montserrat, serif;*/
/*    font-size: 14px;*/
/*    font-style: normal;*/
/*    font-weight: 700;*/
/*    line-height: normal;*/
/*}*/

/*.this-or-that.jkc .activityBtnContainer {*/
/*    padding-left: 35px;*/
/*    padding-top: 10px;*/
/*}*/

/*.this-or-that.jkc .activityName {*/
/*    margin-left: 10px;*/
/*    margin-bottom: 5px;*/
/*    width: calc(100% - 10px);*/
/*}*/

/*.this-or-that.jkc .activityResultContainer {*/
/*    margin: 5px auto 15px;*/
/*}*/

/*.this-or-that.jkc .activityNameVoted {*/
/*    margin-left: 20px;*/
/*    width: calc(100% - 26px);*/
/*}*/

/*.this-or-that.jkc .activityName a,*/
/*.this-or-that.jkc .activityNameVoted a {*/
/*    color: #275CE4;*/
/*    font-family: Montserrat, serif;*/
/*    font-size: 16px;*/
/*    font-style: normal;*/
/*    font-weight: 700;*/
/*    line-height: 140%;*/
/*}*/

/*.this-or-that.jkc .activityTitle {*/
/*    color: #0B1541;*/
/*    text-align: left;*/
/*    font-family: Montserrat, serif;*/
/*    font-size: 16px;*/
/*    font-style: normal;*/
/*    font-weight: 700;*/
/*    line-height: 140%;*/
/*    padding: 20px 0 5px 35px;*/
/*}*/

/*.this-or-that.jkc .progress {*/
/*    width: 90%;*/
/*    margin: 10px 0 0 20px !important;*/
/*}*/

/*.this-or-that.jkc .progress-bar {*/
/*    background-color: #275CE4;*/
/*}*/

/*.this-or-that.jkc .tot-option-name {*/
/*    padding-left: 5px;*/
/*    padding-top: 3px;*/
/*}*/

/*.this-or-that.jkc input[type="radio"] {*/
/*    -webkit-appearance: none;*/
/*    -moz-appearance: none;*/
/*    appearance: none;*/
/*    width: 16px;*/
/*    height: 16px;*/
/*    border: 2px solid #CCC;*/
/*    border-radius: 3px;*/
/*    background-color: white;*/
/*    vertical-align: middle;*/
/*}*/

/*.this-or-that.jkc input[type="radio"]:checked {*/
/*    background-color: white;*/
/*    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%23000"><path d="M12.293 5.293a1 1 0 0 1 1.414 1.414l-7 7a1 1 0 0 1-1.414 0l-3-3a1 1 0 1 1 1.414-1.414L6 11.586l5.293-5.293z"/></svg>');*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*}*/

/*.this-or-that.jkc input[type="radio"]:focus {*/
/*    outline: none;*/
/*}*/

/*.this-or-that.jkc a:hover {*/
/*    text-decoration: underline;*/
/*}*/
