.resources-buckets-page .resources-container .resource-item__card .resource-item__content .content-container .resource-title{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4; 
            line-clamp: 4; 
    -webkit-box-orient: vertical;
}

.resources-section .resources-container .resource-item__card .resource-item__content .content-container .resource-title-research{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6; 
            line-clamp: 6; 
    -webkit-box-orient: vertical;
}

.resources-section .resources-container .resource-item__card .resource-item__content .content-container .resource-desc{
    display: none;
}

.resources-buckets-page .divider-line{
    margin-top: 10px;
}

.resources-section .resources-container .resource-item__card .resource-item__content .content-container .title_and_thumbnail .title, 
.resources-section .resources-container .resource-item__card .resource-item__content .content-container .title{
    height:auto;
}

/*
.resource-library .resource-item__card.color-casestudy .resource-author{
    -webkit-line-clamp: 3 !important;
    line-clamp: 3 !important; 
    height: 70px !important;
}
*/

.resource-library .resource-item__card.color-casestudy .resource-author .resource-year{
    display: inline !important;
}

.resource-library .resource-item__card .resource-author{
    max-height: 48px !important;
    height:auto !important;
    margin-bottom: 0 !important;
}

.resources-section .resources-container .resource-item__card .resource-item__content .content-container .resource-author-trimmed, .resources-section .resources-container .resource-item__card .resource-item__content .content-container .resource-year{
    margin-top: 6px;
}

.calendar_home_page_section .events__listing .events__container .events-item .events-card__desc, 
.calendar_home_page_section .resources-container .events__container .events-item .events-card__desc{
    display: none;
}

.resources-buckets-page .resources-container{
    justify-content: unset;
}

.resources-buckets-page .resources-container .resource-item__card{
    margin-right: 16px;
}

.resources-buckets-page .resources-container .resource-item__card:nth-child(3){
    margin-right: 0px;
}

.resources-buckets-page .resources-container .resource-item__card .resource-item__content .content-container .desc-container.short{
    display: none;
}

.events-item .host-container{
    height: 24px;
    margin-top: 15px !important;
}

.events-item .host-container .loc-icon{
    height: auto !important;
}

.events-item .host-container .events-location{
    line-height: 19px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
            line-clamp: 2; 
    -webkit-box-orient: vertical;
}

.calendar_home_page_section .events__listing .events__container .events-item .date-container, .calendar_home_page_section .resources-container .events__container .events-item .date-container{
    margin-top: 15px !important;
}

.animated:nth-child(6) {
    animation-delay: .7s !important;
}

.news_home_page_section .news-items__container .news-item .image-container a{
    border-bottom: 0;
}

.search-results .section__search-header, .search-no-results .section__search-header{
    padding-top: 100px;
}

.search-no-results .section__search-results{
    min-height: 400px;
}

.search-no-results .section__search-results p{
    font-family: Montserrat,sans-serif;
    font-size: 18px;
    color: #4e4744;
    margin-bottom: 10px;
}

.resources-section .sort-pagination-container_bottom{
    margin-right: -230%;
    justify-content: center;
}

@media (max-width:992px){
    .resources-section .sort-pagination-container_bottom{
        margin-right: -116%;
    }
}

@media (max-width: 675px) {
    .resources-section .sort-pagination-container_bottom{
        margin-right: 0px;
    }
}

.calendar_home_page_section .events__listing .events__container .events-item .events__btn, .calendar_home_page_section .resources-container .events__container .events-item .events__btn {
    width: 100%;
    margin-top: 30px;
    max-width: 100%;
    position: relative;
    bottom: auto;
}

.calendar_home_page_section .events__listing .events__container .events-item, .calendar_home_page_section .resources-container .events__container .events-item {
    height: 100%;
    white-space: normal;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);
    transition: .3s;
    padding: 40px;
    border-top: 15px solid #fcc50a;
    position: relative;
    min-height: auto;
}

.calendar_home_page_section .events__listing .events__container, .calendar_home_page_section .resources-container .events__container {
    grid-gap: 45px!important;
}

.resources-section .resources-container .resource-item__card {
    box-shadow: 0 3px 6px 0 rgba(56,20,20,.2);
    margin: 20px 0;
    min-height: auto;
    position: relative;
    min-height: auto;
    height: 100%;
    white-space: normal;
}

.resources-section .resources-container .resource-item__card .resource-item__content .content-container .resource-author-trimmed, .resources-section .resources-container .resource-item__card .resource-item__content .content-container .resource-year {
    height: auto;
}


.faq_answers_section .main-title {
    padding-top: 100px!important;
}


/* event typescale  */
.events_page_section  h2{
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
}

.events_page_section  h3{
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
}
.events_page_section  h4{
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
}

.events_page_section  h5{
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
}

.events_page_section  h6{
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
}

.general-content__section .resource-content p{
    margin-bottom: 1rem!important;
}


.events_page_section .event__desc p{
    margin-bottom: 1rem!important;
}
/* event typescale end  */



/* resource page section typescale  */

.resources_page_section h2{
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
}

.resources_page_section h3{
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
}

.resources_page_section h4{
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
}

.resources_page_section h5{
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
}

.resources_page_section h2{
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
}

/* resource page section typescale  */

/*news template */

.two_column_pull_quote_section .two-col-container .pull-quote-content img {
    position: absolute;
    top: 20px;
    width: 35px !important;
}

.pull_quote_section .one-col-container .pull-quote-content img {
    position: absolute;
    top: 50px;
    left: 60px;
    width: 35px!important;
}

.new-design-btn{
    height: 48px;
    /* padding: 16px 30px; */
    justify-content: center;
    align-items: center;
    border-radius: 45px;
    background: var(--Orange, #F16731);
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    justify-content: center;
    display: inline-flex;
    font-size: 16px!important;
    text-transform: none;
    font-weight: 400;
    border-radius: 45px;
    letter-spacing: 0;
    cursor: pointer;
    display: inline-flex;
    padding:16px 30px;
    align-items: center;
    padding-left: 30px!important;
    letter-spacing: 0.5px;

}

.new-design-btn a{
    font-size: 16px!important;
    color: #fff;
    text-decoration: none;

}

.new-design-btn:hover{
    background-color: #ff8570 ;
}

.events-title__btn.new-events__btn.new-design-btn.btn_white.animated.fadeInUp{
    background: #fff!important;
}

.page-template-template-new-homepage .section__label p {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 0px!important;
  letter-spacing: .15em;
}




/*new banner */

@media (max-width: 850px) {

    /* Stack text and card sections vertically */
    .new-section-banner .wrapper-inner {
        display: flex;
        flex-direction: column;
    }

    /* Horizontal scroll area */
    .banner-content-right .container {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        /* gap, padding commented out if needed */
        /* gap: 16px; */
        /* padding: 10px; */
        /* padding-left: 15px; */
        scroll-behavior: smooth; /* Add smooth scrolling */
        
        /* Prevent scrollbar styling from interfering */
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;     /* Firefox */
        /* margin-left: 20px; */
    }

    /* Hide the scrollbar for WebKit browsers */
    .banner-content-right .container::-webkit-scrollbar {
        display: none;
    }

    /* Each card will take 80% of the viewport width when active */
    .banner-content-right .card.active {
        transition: transform 0.4s ease, opacity 0.4s ease;  /* Smooth transition */
        flex: 0 0 80% !important;  /* Active card width */
        scroll-snap-align: center !important; /* Center active card */
        height: 60vh;
    }
    
    /* Default card style */
    .banner-content-right .card {
        /* flex: 0 0 90%; */  /* Default card width, uncomment if needed */
        scroll-snap-align: start;
        height: 60vh;
        transition: transform 0.4s ease, opacity 0.4s ease;
    }
}

.new-section-banner .banner-content-right .card {
	    border-radius: 20px!important;
}

.section__footer .container .wrapper .top-contanier-footer .flex-wrap .footer__top .flex-footer-top .logo-group a img.logo-partner2-footer {
    max-height: 52px !important;
}