/*  .mbr-overlay {
     background-color: #eeeeee;
     bottom: 0;
     left: 0;
     opacity: 70%;
     position: absolute;
     right: 0;
     top: 0;
     z-index: 0;
 } */

.communitynb-outreach-block {
    width: 100%;
    height: 100%;
}

.blog-section-inner {
    display: flex;
    justify-content: center;
}

.section-heading-services::before {
    position: absolute;
    width: 20%;
    content: "";
    height: 4px;
    background: #F64C71;
    bottom: 0;
}

.section-heading-services {
    font-size: 50px;
    text-align: center;
    color: #333438;
    position: relative;
}

.communitynb-outreach-desc {
    padding-top: 40px;
    width: 50%;
    /* display: flex; */
    justify-content: center;
    margin: auto auto;
}

.communitynb-outreach-block-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.communitynb-outreach-blocks-main {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-evenly;
}

.communitynb-outreach-blocks {
    position: relative;
    height: auto;
    margin: 2px;
    /*  width: 300px; */
    background-color: var(--text-color-white);
    color: black;
    text-align: center;
    /* flex-direction: column; */
}

.communitynb-outreach-content-inner {
    padding: 5px;
    background-color: var(--background-color);
    width: 600px;
}

.communitynb-outreach-section-inner {
    display: flex;
    justify-content: center;
    /*     padding: 25px 10px 0px 0px; */
}

.blog-section-heading-block {
    padding: 20px;
    /* width: 30%; */
    display: flex;
    align-items: center;
    justify-content: center
}

.communitynb-outreach-blocks-img {
    top: 0%;
    left: 0%;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    border-radius: 5px;
    height: 50%;
}

.communitynb-outreach-block-img {
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    /*   align-items: center; */
}

.communitynb-outreach-block-img img {
    width: 100%;
    height: 200px;
    /* max-height: 200px; */
    vertical-align: middle;
}

.communitynb-outreach-block-content {
    /* margin-top: 10px; */
}

.communitynb-outreach-block1-img {
    background-image: url(../images/gis.jpg);
    background-position: center;
}

.communitynb-outreach-block-heading {
    font-size: .8rem;
    font-weight: 500;
    position: relative;
    display: inline-block;
    padding: 8px;
    color: var(--text-color-light-black);
}

.communitynb-outreach-block-p {
    padding: 10px;
    font-size: .7rem;
}

.communitynb-outreach-read-details-share {
    display: flex;
    justify-content: center;
}

.communitynb-outreach-read-details {
    display: flex;
    justify-content: right;
    /*  width: 50%; */
}

.communitynb-outreach-share-div {
    width: 50%;
    display: flex;
    justify-content: space-around;
}

.communitynb-outreach-read-details a {
    color: var(--inner-text-theme-color);
    background-color: var(--theme-color);
    font-size: 12px;
    padding: 8px 14px;
    display: block;
    width: 100%;
    border-radius: 5px;
}

#page_navigation_blog {
    margin-top: 55px;
    clear: both;
    text-align: center;
    position: relative;
}

#page_navigation_blog a {
    padding: 3px 10px;
    border: 1px solid black;
    margin: 2px;
    color: black;
    text-decoration: none
}

.all_link_blog {
    background-color: rebeccapurple !important;
    color: whitesmoke !important;
}

@media screen and (max-width: 600px) {
    .blog-section-inner {
        flex-direction: column;
        align-items: center;
    }
    .section-heading-services {
        font-size: 20px;
        text-align: center;
        color: #333438;
        position: relative;
    }
    .blog-section-heading-block {
        width: 100%;
    }
    .communitynb-outreach-blocks-main {
        width: 100% !important;
    }
    .communitynb-outreach-blocks {
        margin-top: 40px;
    }
}

.wrapper_communitynb_outreach {
    /* max-width: 1100px; */
    width: 100%;
    position: relative;
}

.wrapper_communitynb_outreach i:active {
    transform: translateY(-50%) scale(0.85);
}

.wrapper_communitynb_outreach i:first-child {
    right: 60px;
}

.wrapper_communitynb_outreach i:last-child {
    margin-left: 5px;
}

.view-all-gallery-resources {
    text-decoration: none;
    font-size: .8rem;
    background: var(--text-theme-grey);
    color: var(--text-color-3);
    padding: 10px 10px;
    border-radius: 4px;
    /* line-height: 38px; */
    vertical-align: text-top;
}

.communitynb-outreach-slider-nav {
    padding-top: 5px;
    text-align: right;
}

.communitynb-outreach-slider-nav i {
    font-style: normal;
    height: 38px;
    width: 38px;
    cursor: pointer;
    font-size: 1.25rem;
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    display: inline-block;
    /* background: #fff; */
    background-color: var(--bg-color-whitesmoke);
    color: var(--text-color-bg-whitesmoke);
    border-radius: 5px;
    border: 1px solid var(--text-theme-grey);
    transition: transform 0.1s linear;
}

.communitynb-outreach-slider-nav i:first-child {}

.communitynb-outreach-slider-nav i:last-child {
    right: 30px;
}

.wrapper_communitynb_outreach .carousel_communitynb_outreach {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 2) - 30px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 5px;
    border-radius: 8px;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.carousel_communitynb_outreach::-webkit-scrollbar {
    display: none;
}

.carousel_communitynb_outreach.no-transition {
    scroll-behavior: auto;
}

.carousel_communitynb_outreach.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
}

.carousel_communitynb_outreach.dragging .card_communitynb_outreach {
    cursor: grab;
    user-select: none;
}

.carousel_communitynb_outreach :where(.card_communitynb_outreach, .img) {
    display: flex;
    justify-content: center;
}

.carousel_communitynb_outreach .card_communitynb_outreach {
    /*  width: 350px; */
    display: flex;
    scroll-snap-align: start;
    height: auto;
    list-style: none;
    /* background: #fff; */
    cursor: pointer;
    padding-bottom: 15px;
    display: flex;
    flex-direction: column;
    /*  padding: 13px 5px; */
    border: 1px solid var(--border-2-blind-theme-color);
    border-radius: 6px;
    align-items: normal;
}

.carousel_communitynb_outreach .card_communitynb_outreach .img {
    background: #8B53FF;
    height: 148px;
    width: 148px;
    border-radius: 50%;
}

.card_communitynb_outreach .img img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fff;
}

.carousel_communitynb_outreach .card_communitynb_outreach h2 {
    font-weight: 500;
    font-size: 1.56rem;
    margin: 30px 0 5px;
}

.carousel_communitynb_outreach .card_communitynb_outreach span {
    color: #6A6D78;
    font-size: 1.31rem;
}

.heading-imp-resources {
    text-align: center;
    margin: 10px 1px 0px 1px;
    font-weight: normal;
    font-size: 30px;
    color: var(--text-theme-color);
}

.imp-resources-underline {
    position: relative;
    padding-top: 4px;
    margin-bottom: 4px;
}

.imp-resources-underline::before {
    background: var(--text-theme-color);
    border-radius: 8px;
    bottom: 0;
    content: "";
    height: 6px;
    bottom: -2px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    position: absolute;
    width: 24px;
}

.imp-resources-underline::after {
    background: var(--text-theme-color);
    border-radius: 8px;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    right: 0px;
    margin: 0 auto;
    position: absolute;
    width: 90px;
}

.underline-imp-resources {
    margin-bottom: 13px !important;
}

.underline-imp-resources::after {
    width: 200px !important;
}

@media screen and (max-width: 950px) {
    .wrapper_communitynb_outreach .carousel_communitynb_outreach {
        grid-auto-columns: calc((100% / 3) - 9px);
    }
}

@media screen and (max-width: 900px) {
    .wrapper_communitynb_outreach .carousel_communitynb_outreach {
        grid-auto-columns: calc((100% / 2) - 9px);
    }
}

@media screen and (max-width: 600px) {
    .wrapper_communitynb_outreach .carousel_communitynb_outreach {
        grid-auto-columns: 100%;
        /*   width: 300px; */
    }
}