/* ESG HUB CSS */

/* ESG Menu */

.esg-menu {
    position: absolute;
    right: 5.5em;
    top: 2.8em;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
}

@media (max-width: 1279px) {

    .esg-menu {
        display: none;
    }
}

@media (min-width: 1280px) {

    .esg-search-button {
        right: 32em;
    }
}

.scroll-below-fold .esg-menu {
    top: 1em;
}

.esg-hub-active {
    font-weight: 100;
    border-radius: 8px;
    padding-right: 13px;
    padding-left: 15px;
    padding-top: 0px;
    padding-bottom: 1px;
    margin-top: 6px;
    font-family: Earlsfort;
    font-size: 1.8em;
    margin-right: 1px;
    background-color: #00AF57 !important;
    color: #fff;

}

.esg-hub-inactive {
    border-radius: 5px;
    padding: 5px 10px;
    font-family: Earlsfort;
    font-size: 1.8em;
    margin-right: 1px;
}



/* ESG Header Section CSS */
.esg-header-pillar {
    padding-top: 3.8em;

}

.esg-header-pillar a {
    outline-offset: -2px;
}

.o-row.ESG-header-bg {
    background-color: #efefef;
}

.m-header--ESG__content {
    padding-top: 2.375em;
    padding-right: 2.375em;
}

.esg-head-content {
    margin-top: 1.2rem;
}

.esg-head-find-more a {
    color: #425563;
    text-transform: uppercase;
    font-family: adieulight;
    font-size: .875em;
    cursor: pointer;
}

@media (max-width: 1024px) {
    .m-header--ESG__content {
        padding: 0px 15px 0px 15px;
    }

}

.esg-hub-slider ul button {
    border-radius: 50px;
    line-height: 100px;
    text-align: center;
    background: #FFF;
    opacity: .75;
    display: inline;
    margin: 0px;
    padding: 0px;
    outline: none;
}

.esg-hub-slider ul li::before {
    display: none;
}

.bottom-text {
    padding: 50px;
}

@media (max-width: 768px) {
    .bottom-text {
        padding: 5%;
        object-fit: cover;
    }

    img {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1180px) {
    .m-header--ESG__image.m-12-12.tp-6-12.u-5-12.background-image {
        width: calc(100% - 2.375em) !important;
    }

    .m-header--ESG__content.m-12-12.tp-6-12.u-7-12 {
        width: calc(100% - 2.375em) !important;
        padding: 2.375em;
    }
}


/* ESG Pillars */

.esg-pillar-content {
    padding: 2.375em;
}

@media (max-width: 768px) {
    .esg-pillar-content {
        padding: 5%;
        overflow-wrap: break-word;

    }
}

.esg-pillar-title {
    padding-bottom: 10px;
}

.esg-pillar-link {
    padding-top: 20px
}

.esg-pillar-links {
    display: block;
    width: 100%;
    height: 100%;
}


/* ESG Practice Areas */

.esg-practice-areas-top {
    font-family: Earlsfort;
    font-size: 3.125em;
    color: #000000;
    overflow-wrap: break-word;
}

.esg-practice-areas-bottom {
    font-family: Earlsfort;
    font-size: 3.125em;
    color: #000000;
    margin-top: -20px;
    overflow-wrap: break-word;
}

/* Upcoming ESG News */
.esg-upcoming-news {
    padding-top: 0px;
    padding-bottom: 0px;
}

.esg-upcoming-news-header {
    padding-top: 1.45em;
    padding-bottom: 0.6em;
}

section.o-section.esg-focus-block {
    padding-top: 0em;
}

.esg-news-link {
    padding-top: 2em;
}

.esg-news-content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Latest ESG Podcasts */

.esg-podcast-body {
    background-color: #efefef;
    padding: 20px;
}


/* ESG Focus Feature */

.esg-focus-bg {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.2) !important;
}

@media (max-width: 1024px) {
    .esg-focus-mobile {
        padding: 0px 15px 0px 15px;
    }

}




/* ESG Video */

/* Recent ESG Insights */

.esg-insights-body {
    margin-bottom: 70px;
    background-color: #efefef;
    padding: 20px;
}

/* ESG Key Contacts */

.esg-contacts-header {
    margin-bottom: 1.2rem;
}

.esg-contact-body {
    background-color: #efefef;
    padding: 20px;
    margin-bottom: 50px;
}

@media (min-width: 1280px) {
    .esg-contact-container {
        margin-right: 1em;
    }
}