.cu-blog article.et_pb_post {
    border: none !important;
    background-color: #058632;
}

.cu-blog article.et_pb_post .entry-title,
.cu-blog article.et_pb_post .post-content p {
    color: #fff !important;
}

.cu-blog article.et_pb_post .entry-title,
.cu-blog article.et_pb_post .post-content {
    padding: 0 22px !important;
}

.cu-blog article.et_pb_post .post-content {
    padding-top: 25px !important;
    padding-bottom: 30px !important;
}

.cu-blog article.et_pb_post .entry-featured-image-url {
    margin-bottom: 21px !important;
}

.cu-blog .et_pb_ajax_pagination_container {
    justify-content: flex-start;
}

.hero-news > .et_pb_ajax_pagination_container > article:first-child .entry-title {
    font-size: 32px !important;
}

.hero-news > .et_pb_ajax_pagination_container > article:first-child .published {
    margin-bottom: 21px !important;
    display: inline-block;
}

.hero-news > .et_pb_ajax_pagination_container > article .entry-featured-image-url:hover .post-meta-content {
    background-color: #058632 !important;
}

.hsfc-RichText {
    color: #fff !important;
}

.crp_related h3 {
    font-family: 'Cormorant Garamond',Georgia,"Times New Roman",serif !important;
}

.grad-school-grid article {
    border-radius: 6px;
    background-color: #058632 !important;
}

.custom-post-content .et_pb_section:first-child .et_pb_row {
    padding-left: 20px;
    padding-right: 20px;
}

.new-custom-menu-header .sub-menu .menu-item-has-children a:after {
    top: 6px !important;
}

.new-custom-menu-header .et-menu > .menu-item-has-children {
    padding-left: 13px !important;
    padding-right: 13px !important;
}

.new-custom-menu-header .et-menu > li > a:after {
    display: none;
}

.new-custom-menu-header .et-menu > .menu-item-has-children a {
    padding-right: 6px !important;
}

.custom-grid-blog .entry-featured-image-url {
    position: relative;
    margin-bottom: 0;
    height: 100%;
}

.custom-grid-blog .et_pb_ajax_pagination_container article {
    margin-bottom: 0 !important;
}

.custom-grid-blog .entry-featured-image-url:before,
.custom-grid-blog .et_pb_ajax_pagination_container article:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(1,27,14,0.9) 100%, rgba(0,0,0,0.8) 100%);
}

.custom-grid-blog .entry-header-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 21px 28px;
    width: 100%;
}

.custom-grid-blog article:hover .entry-header-wrap {
    background-color: #058632;
}

.custom-grid-blog article:first-child .post-meta {
    margin-bottom: 21px;
}

.custom-grid-blog .entry-featured-image-url img {
    height: 100%;
    object-fit: cover;
}

/* .custom-grid-blog .entry-title,
.custom-grid-blog .post-meta {
    position: absolute;
    padding: 0 28px;
}

.custom-grid-blog .entry-title {
    bottom: 31px;
}

.custom-grid-blog .post-meta {
    bottom: 51px;
} */


@media (min-width: 1200px) {
    /* .custom-post-content .et_pb_section:first-child {
        margin-top: 58px;
    } */
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .custom-grid-blog .et_pb_ajax_pagination_container article {
        height: 300px !important;
        margin: 0;
    }

    .custom-grid-blog .et_pb_ajax_pagination_container article:nth-child(1) {
        height: 100% !important;
    }
}

@media (min-width: 200px) and (max-width: 1199px) {
    .custom-grid-blog .et_pb_ajax_pagination_container article {
        min-height: 300px !important;
    }
}

@media (min-width: 1024px) {
    .custom-grid-blog article:first-child .entry-title {
        font-size: 32px !important;
    }

    .custom-grid-blog .et_pb_ajax_pagination_container {
        display: grid;
        grid-template-columns: 2fr 1fr 1fr;
        grid-template-rows: auto auto;
    }

    /* 1st article: large left block */
    .custom-grid-blog .et_pb_ajax_pagination_container article:nth-child(1) {
        grid-column: 1 / 2;
        grid-row: 1 / span 2;
    }

    /* 2nd post – top right */
    .custom-grid-blog .et_pb_ajax_pagination_container article:nth-child(2) {
        grid-column: 2;
        grid-row: 1;
    }

    /* 3rd post – top right */
    .custom-grid-blog .et_pb_ajax_pagination_container article:nth-child(3) {
        grid-column: 3;
        grid-row: 1;
    }

    /* 4th post – bottom right */
    .custom-grid-blog .et_pb_ajax_pagination_container article:nth-child(4) {
        grid-column: 2;
        grid-row: 2;
    }

    /* 5th post – bottom right */
    .custom-grid-blog .et_pb_ajax_pagination_container article:nth-child(5) {
        grid-column: 3;
        grid-row: 2;
    }
}

@media (max-width: 992px) {
    .new-custom-menu-header {
        order: 2;
    }

    /* .custom-post-content .et_pb_section:first-child {
        margin-top: 49px;
    } */

    .crp_related h3 {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .custom-grid-blog .et_pb_ajax_pagination_container article {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 767px) {

    .custom-tab-nav {
        overflow: hidden;
    }

    /* .custom-post-content .et_pb_row {
        overflow: scroll;
    } */

    .custom-post-content ul.custom-tabs li {
        padding: 0.7rem 1rem;
        transform: unset;
        margin: 0;
    }
    
    .custom-post-content ul.custom-tabs li a {
        font-size: 14px;
        transform: unset;
    }

    .et_pb_menu__wrap .mobile_menu_bar {
        transform: unset !important;
    }

    .crp_related ul {
        display: block;
    }

    .crp_related ul li {
        margin-bottom: 30px;
    }

    .custom-searchbar-field input.et_pb_s {
        color: #fff !important;
    }

    /* .custom-post-content .et_pb_section:first-child {
        margin-top: 0px;
        padding-top: 0px;
    } */

    .page-id-4301 #et-main-area,
    .category-programs.category-4 #et-main-area {
        margin-top: 0 !important;
    }
}

@media (min-width: 550px) and (max-width: 767px) {
    .new-custom-header-col-first .et_pb_image img {
        width: 190px !important;
    }
}