
a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: inherit;
}

#home_page_cover {
    background: linear-gradient(85deg, #20b37f, #2ea1db);
    height: 400px;
    padding: 0;
    margin-bottom: -32px;
    position: relative;
}


#home_page_cover:before {
    content: '';
    position: absolute;
    background: url("/img/ESG-logo-bg.svg");
    display: block;
    width: 809px;
    filter: brightness(0) invert(1);
    opacity: 0.3;
    left: 0;
    bottom: 39px;
    height: 221px;
    background-size: cover;
}

#home_page_cover:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #ffffff;
    height: 40px;
    border-radius: 30px 30px 0 0;
}

#home_page_cover .logo {
    width: 130px;
    float: left;
    display: block;
}

#home_page_cover .logo {
    /*width: 30px;*/
    margin-right: 20px;
    filter: brightness(0) invert(1);
}


#home_page_cover header {
    position: relative;
    overflow: visible;
    background: transparent;
    padding: 40px;
    border-bottom: none !important;
    box-shadow: none !important;
    margin-bottom: 30px !important;
}

#home_page_cover .head_right .auth .auth_option {
    color: #fff !important;
    overflow: visible;
}

#home_page_cover .list_org_head {
    margin-top: 0px;
    display: block;
    background: #fff;
    padding: 8px 18px;
    border-radius: 20px;
    line-height: 20px;
    float: left;
    font-size: 14px;
    color: #039bcc;
    transition: 0.4s;
    font-size: 14px;
}

#home_page_cover .list_org_head:hover {
    background: #fff !important;
    color: #039bcc !important;
}

#home_page_cover .head_right .auth .auth_option:after {
    background: #fff !important;
    bottom: 1px;
}

main {

}

#home_page_cover .main_menu {
    color: #fff;
    padding-top: 3px;
    list-style: none;
    display: block;
    float: left;
    font-weight: 500;
}

#home_page_cover .main_menu li {
    display: block;
    font-size: 15px;
    float: left;
    padding: 3px 15px;
}

#home_page_cover .main_menu li a {
    text-decoration: none;
    color: #fff;
    padding: 6px 10px;
    border-radius: 5px;
    transition: 0.4s;
}

#home_page_cover .main_menu li a:hover {
    background: rgba(255, 255, 255, 0.1);
}


@keyframes slide_slogan_in {
    from {
        opacity: 0;
        margin-left: -70px
    }
    to {
        opacity: 1;
        margin-left: 0;
    }
}

#home_page_cover .banner h1 {
    color: #fff;
    animation-name: slide_slogan_in;
    animation-duration: 1.5s;
    display: block;
    text-align: center;
    line-height: 45px;
    font-size: 32px;
    font-weight: 700;
}

@keyframes slide_up {
    from {
        padding-top: 200px;
        opacity: 0
    }
    to {
        margin-top: 0;
        opacity: 1
    }
}

#featured_orgs {
    animation-duration: 1s;
    animation-name: slide_up;
}

#featured_orgs-row {
    display: flex;
}

#second_cover {
    height: 250px;
    animation-name: slide_second_cover_up;
    animation-duration: 1.2s;
    background: #fff;
    width: 100%;
    overflow: hidden;
    z-index: 2;
}

.second_banner {
    max-width: 50%;
    margin: 30px auto;
}

.second_banner h2 {
    display: block;
    text-align: center;
    color: #8a8a8a;
    font-weight: 650;
    font-size: 24px;
}

.second_banner h3 {
    margin: 15px auto;
    text-align: center;
    color: rgb(31, 31, 31);
    font-size: 24px;
    font-weight: 700;
}

.second_banner .options {
    overflow-y: hidden;
    width: fit-content;
    margin: 40px auto 0;
}

.second_banner .options a:first-child {
    text-decoration: none;
    float: left;
    color: #fff;
    background: linear-gradient(200deg, #20b3ae, #2ea1db) !important;
    font-weight: 700;
    padding: 10px 18px;
    border-radius: 20px;
    font-size: 14px;
    display: block;
    width: fit-content;
}

.second_banner .options a:last-child {
    text-decoration: none;
    float: left;
    color: #2ea1db;
    padding: 10px 0;
    background: #fff;
    font-weight: 700;
    border-radius: 20px;
    font-size: 14px;
    display: block;
    width: fit-content;
}

.second_banner .options a:last-child:focus {
    outline: none;

}

.second_banner .options a:last-child:hover {
    text-decoration: underline;
}

.second_banner .options a:first-child svg {
    width: 12px;
    margin-top: 2px;
    float: right;
    margin-left: 3px;
}

.second_banner .options .or {
    display: block;
    float: left;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 30px;
}

@keyframes fade-in {
    from {
        opacity: 0
    }
    to {
        opacity: 1;
    }
}

.primary_search_box {
    animation-name: fade-in;
    animation-duration: 1.8s;
    background: rgba(255, 255, 255, 0.35);
    position: relative;
    width: 100%;
    max-width: 560px;
    height: 52px;
    border-radius: 16px;
    margin: 40px auto 0;
    position: relative;
    overflow: hidden;
}

.primary_search_box input {
    background: rgba(255, 255, 255, 0);
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    width: 100%;
    height: 100%;
    border: none;
}

.primary_search_box button {
    position: absolute;
    right: 24px;
    top: 13px;
    z-index: 1000;
    width: 24px;
    height: 24px;
    border: none;
    background: transparent;
}

.primary_search_box button svg {
    color: #fff;
    width: 24px;
}

.primary_search_box.focused button svg {
    color: #162331;

}

.primary_search_box.focused input {
    outline: none;
    color: #162331;
    background: rgba(255, 255, 255);
}

.primary_search_box input::placeholder {
    color: #fff;
    opacity: 0.65;
}

.primary_search_box input:focus::placeholder {
    color: #436880;
    opacity: 0.6;
}

.home_section_separator {
    width: 300px;
    height: 1px;
    background: #ededed;
    margin: auto;
}

.home_section {
    background: #fff;
    padding: 10px 30px;
    max-width: 1500px;
    margin: auto;
}


#featured_orgs .featured_org {
    width: 33%;
    /*border-right: 1px solid #ededed;*/
    float: none;
    display: flex;
    padding: 10px 15px;
    height: 160px;
    position: relative;
    gap: 15px;
}

#featured_orgs .featured_org:nth-child(3n) {
    border-right: none;
}

.featured_org .org-details {
    width: calc(100% - 74px);
}

#featured_orgs {
    overflow: hidden;
    /*padding: 10px 0;*/
}


.org_tags {
    overflow: hidden;
    height: 24px;
}


.org-details h2 {
    line-height: 17px !important;
    font-size: 18px;
    margin-top: 10px;
}

.org-tag {
    float: left;
    font-size: 11.5px;
    font-family: Poppins;
    background: rgba(12, 166, 112, 0.15);
    color: rgba(0, 96, 64, 0.7);
    border-radius: 3px;
    padding: 3px 5px;
    text-decoration: none;
    margin-right: 5px;
    margin-bottom: 5px;
    transition: 0.3s;
}

.org-tag:hover {
    background: rgb(9, 150, 100);
    color: #fff;
}

.org-actions {
    margin-top: 20px;
    overflow: hidden;
    position: relative !important;
    /*position: absolute;*/
    /*bottom: 34px;*/
}

.org-action {
    display: block;
    overflow: hidden;
    margin-right: 18px;
    font-size: 12px;
    text-decoration: none;
    float: left;
    display: block;
    color: rgba(22, 30, 37, 0.66);
    font-family: Poppins;
    transition: 0.3s;
    line-height: 18px;
    padding: 3px 6px;
    font-weight: 700;
}

.org-action:hover {
    color: #0080bb;
}


.featured_org .teaser, .org .teaser {
    font-family: 'Poppins';
    margin-top: 4px;
    font-size: 13px;
    color: #898989;
    line-height: 20px;
    height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    max-width: 100%;
    overflow: hidden;
}

.featured_org h2 {
    font-size: 16.5px;
    font-weight: 650;
    text-decoration: none
}

.org-action:hover {
    color: #0080bb;
}

.org-action svg {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 5px;
}

.more-info {
    border: 1px solid;
    border-radius: 6px;
    display: block;
    font-size: 13px;
    padding: 4px 10px;
    color: #58a6cd;
    text-wrap: nowrap;
}

.featured_org .more-info:hover {
    background: #0080bb;
    border-color: #0080bb;
    color: #fff;
}

.top_theme_selector {
    background: #f9f9f9;
    /*box-shadow: 0 0 2px rgba(0, 0, 0, 0.2)!**!;*/
    border: 1px solid #ededed;
    font-size: 14px;
    border-radius: 7px;
    height: 40px;
    display: block;
    width: fit-content;
    margin: 10px auto;
    width: fit-content;
    padding: 3px 3px;
}

.top_theme_selector li {
    color: rgb(52, 52, 52);
    list-style: none;
    line-height: 20px;
    border-radius: 5px;
    display: block;
    cursor: pointer;
    float: left;
    padding: 5px 20px;
    border: 1px solid transparent;

}

.top_theme_selector li.active {
    background: #fff;
    border: 1px solid #ededed;
}

.top_theme_selector li.active span {
    background: -webkit-linear-gradient(#0ca670, #007eff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /*background: #fff;*/
}

.top_theme {
    overflow: hidden;
    padding: 20px 30px;
}


.top_theme_part_head {
    overflow: hidden;
    padding-bottom: 3px;
}

.top_theme_part_head h3 {
    color: rgb(154, 154, 154);
    font-size: 16px;
    font-weight: 720;
    float: left;
}

.top_theme_part_head h3 svg {
    float: left;
    width: 20px;
    margin-right: 10px;
    height: 20px;
}

.top_theme_insights_title svg {
    float: left;
    width: 20px;
    margin-top: 2px;
    margin-right: 6px;
    height: 20px;
}

.top_theme_insights {
    float: left;
    width: 25%;
}

.more-info {
    border: 1px solid;
    border-radius: 6px;
    color: #58a6cd;
    text-wrap: nowrap;
    text-overflow: ellipsis;
}


.more-info:hover {
    background: #0080bb;
    border-color: #0080bb;
    color: #fff;
}

.top_theme .org-row {
    padding: 10px 0;
    /*margin-bottom: 20px;*/
    border-bottom: none !important;
    border-top: none !important;
    overflow: hidden;
}

.top_theme_insights {
    padding-left: 10px;
}

.insight_short {
    padding: 10px 0;
}

.top_theme_insights .insight_short {
    border-bottom: 1px solid #ededed;
    padding-bottom: 20px;
    overflow: hidden;
}

.top_theme_insights .insight_short:last-child {
    border-bottom: none;
}

.insight_short h3 a {
    font-size: 15px;
    font-weight: 750 !important;
}

.insight_short .read_more {
    display: block;
    width: fit-content;

    color: #0ca670;
    font-size: 13px;
    margin-top: 10px;
}

.insight_short .read_more svg {
    float: left;
    margin-right: 4px;
    width: 12px;
    height: 12px;
    margin-top: 1px;

}

#latest_insights {
    overflow: hidden;
    padding: 10px 40px;
    max-width: 1300px;
    margin: auto;
}

#latest_insights .insight {
    padding: 10px 20px !important;
}

.insight {
    width: 33%;
    float: left;
    display: block;
    padding: 10px 0;
    height: 445px;
}

.insight .cover_container {
    display: block;
    padding: 10px 5px;
    /* aspect-ratio: 2/1; */
    width: 100%;
    /* height: 50%; */
    overflow: hidden;
    aspect-ratio: 2/1;
}

.insight .cover_container img {
    width: 100%;
    border-radius: 8px;
    height: 100%;
    object-fit: contain;
    object-fit: contain;
    max-width: 500px;
    margin: auto;
}


.list_org_head {
    margin-top: 0px;
    display: block;
    background: #fff;
    padding: 8px 14px;
    border-radius: 20px;
    line-height: 20px;
    float: left;
    font-size: 14px;
    color: #039bcc;
    transition: 0.4s;
    font-size: 14px;
    outline: none !important;
    border: none !important;
}

.list_org_head:hover {
    color: #0c94a6;
}

.list_org_head svg {
    float: right;
    width: 18px;
    margin-top: 2px;
    margin-left: 7px;
}


.head_right .auth a.my_org {
    margin-left: 20px;
    position: relative;
    float: right;
}

.head_right .auth a.my_org:before {
    content: '';
    display: block;
    height: 20px;
    width: 1px;
    background: rgba(255, 255, 255, 0.15);
    left: -10px;
    top: 6px;
    position: absolute;
}

.head_right .auth a.my_org svg {
    width: 22px;
}

.head_right .auth a {
    display: block;
    float: none;
    color: #fff;
    font-size: 14px;
    display: block;
    line-height: 17px;
    padding: 7px 5px;
    margin-left: 0;
    border-radius: 6px;
    position: relative;
}

.head_right .auth a:after {
    content: '';
    display: block;
    border-radius: 40px;
    position: absolute;
    bottom: 0px;
    height: 2px;
    background: #fff !important;
    /*width: 60%;*/
    left: 0;
    opacity: 0;
    width: 0;
    transition: 0.4s;
}

.head_right .auth a:hover::after {
    width: 60%;
    left: 20%;
    opacity: 1;
}

.head_right .auth a svg {
    width: 24px;
    margin-right: 5px;

    display: block;
    float: left;
    margin-top: -2px;
}

.top_theme_part_head .view_all {
    float: right;
    margin-top: 4px;
    font-weight: 650;
    border-radius: 10px;
    line-height: 14px;
    color: #0ca670;
    padding: 3px 10px;
    font-size: 12px;
}

.top_theme_part_head .view_all:hover {
    background: rgba(12, 166, 112, 0.1);
    color: #0ca670;
}

.top_theme_part_head .view_all svg {
    float: right;
    width: 10px;
    margin-top: 2px;
    margin-left: 3px;
}

.selected_badges {
    margin-top: 10px;
    padding: 0 5px;
    overflow: hidden;
}

.selected_badges span {
    display: block;
    background: rgba(10, 151, 217, 0.2);
    color: #0a5fa5;
    width: fit-content;
    line-height: 12px;
    padding: 3px 4px;
    border-radius: 4px;
    font-size: 11px;
    margin-right: 5px;
    margin-bottom: 5px;
    float: left;
    transition: 0.3s;
}

.selected_badges span svg {
    float: left;
    width: 11px;
    margin-right: 2px;
}

.selected_badges span:hover {
    background: rgba(217, 10, 10, 0.2);
    cursor: pointer;
    color: rgba(89, 0, 0, 0.61);

}


.tag_cloud {
    margin: 30px auto;
    max-width: 1000px;
    text-align: center;
}

.cloud_label {
    padding: 5px 10px;
    line-height: 32px;
    min-width: 150px;
    position: relative;
    white-space: nowrap;
}


.toggle_mobile_menu {
    display: none;
}


.search-container {
    position: relative;
    margin-top: 40px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.search-container button span {
    display: none !important;
}

.search-results {
    background: #fff !important;
    max-width: 100% !important;
    border-radius: 18px !important;
    box-shadow: 0 4px 21px #00000026;
    top: 54px;
    z-index: 12;
    padding: 16px !important;
}

.search-result-section {
    /*border-bottom: 1px dashed #e5e5e5;*/
    padding-bottom: 6px;
    position: relative;
    margin-bottom: 12px;
}

.search-result-section:after {
    position: absolute;
    left: 15%;
    width: 70%;
    height: 1px;
    content: '';
    display: block;
    background: #ededed;
    bottom: 0;
}

.search-results .tag {
    font-size: 12px !important;
    transition: 0.3s;
    background: rgba(12, 166, 112, 0.15);
    color: rgba(0, 96, 64, 0.7);
}

.search-results .tag:hover {
    background: rgb(9, 150, 100);
    color: #fff;
}

.search-result-section:last-child {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    border-bottom: none !important;
}

.search-result-section:last-child:after {
    display: none !important;
}

.search-results .search_result_section_head {
    overflow: hidden;
    font-size: 14px;
    padding: 12px 0;
    color: rgba(44, 52, 58, 0.6);
    margin-bottom: 5px;
    cursor: default;
    line-height: 20px;
    padding: 0px 0px;
    display: block;
    font-size: 12px;
    font-weight: 700;
}

.search-results .tags {
    margin-bottom: 15px !important;
    margin-top: 10px !important
}

.search-results ul {

}

.search-results .search_result_section_head svg {
    float: right;
    width: 17px;
    height: 17px;
    margin-top: 2px;
}

.search-results ul {
    margin: 0 !important;
}

.search-results a:not(.tag--basic) {
    color: #2c343a !important;
    line-height: 26px !important;
    font-size: 13px;
}

.search-results a:not(.tag--basic):hover {
    color: #0ca670 !important;
}

.search-results__item {
    margin: 0;
    padding: 5px 10px;

}

.search-container button {
    position: absolute;
    right: 0;
    background: transparent;
    top: 3px;
    box-shadow: none !important;
}

.search-container button svg {
    width: 25px;
    color: #fff;
    fill: none;
    background: transparent;
}

.search-container.focused-search button svg {
    color: #000;
}

.search-container button:focus {
    outline: none !important;
    border: none !important;
}

.search-container button span {
    display: none !important;
}

.search-container .placeholder--full {
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.3);
    border: none !important;
    font-size: 13px;
    padding: 10px 20px;
    height: 50px !important;
    color: #000 !important;
}

.search-container.focused-search .placeholder--full {
    border-radius: 22px;
    background: #fff;
    border: none !important;
    font-size: 13px;
    padding: 10px 20px;
    height: 50px;
}

.search-container .placeholder--full::placeholder {
    color: #fff !important;
    opacity: 0.8;
}

.search-container.focused-search .placeholder--full::placeholder {
    color: #000 !important;
    opacity: 0.5;
}

.search-container .placeholder--full:focus {
    outline: none;
    border: none;
}


@media only screen and (max-width: 900px) {
    #home_page_cover .main_menu {
        display: none;
    }

    header {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .head_right {
        /*display: none;*/
        /*width: 0;*/
        /*overflow: hidden;*/
        /*transition: 0.4s;*/ /*margin-top: -32px !important;*/ /*display: none !important;*/
    }

    .toggle_mobile_menu {
        display: block !important;
        width: 26px;
        height: 26px;
        color: #000;
    }

    .head_right .toggle_mobile_menu svg {
        width: 30px;
        height: 30px;
    }

    .head_right .auth {
        margin-left: 5px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .head_right .auth .auth_option svg:nth-child(2) {
        margin-left: 0 !important;
    }

    .head_right .auth .name {
        display: none;
    }
    .head_right .auth .chevron {
        display: none;
    }


    .org {
        width: 100%;
    }

    #featured_orgs .featured_org {
        width: 100%;
    }

    .top_theme_orgs {
        width: 100%;
        padding-right: 0 !important;
        float: left;
    }

    .top_theme_insights {
        width: 100%;
    }

    .top_theme {
        padding: 10px 5px !important
    }

    #home_page_cover .banner {
        margin: 40px auto;
        max-width: 100% !important;
    }

    #home_page_cover .banner h1 {
    }

    #home_page_cover {
        height: 500px;
        padding: 0;
    }
    #home_page_cover .banner {
        padding: 0 10px;
    }

    .primary_search_box {
        max-width: 100% !important;
        width: 100% !important;
    }

    .insight {
        width: 100% !important;
        border-bottom: 1px dashed #ededed;
        float: none;
        height: auto !important;
    }

    #latest_insights {
        padding: 10px 0 !important;
        max-width: 100% !important;
    }

    #latest_insights .insight {
        margin: 10px 0 !important;

    }

    .list_org_head {
        float: none !important;
        width: fit-content;
        /*display: none;*/
    }

    .home_section {
        padding: 10px !important;
    }

    .top_theme_selector {
        height: auto !important;
        overflow: hidden;
    }

    .top_theme_selector li {
        padding: 5px 12px;

    }

    #mobile-menu {
        background: linear-gradient(85deg, #20b37f, #2ea1db) !important;
        padding: 40px 20px !important;
        left: 0;
        margin-top: 0;
        top: 0;
        width: 280px;
        position: fixed;
        max-width: 80%;
        height: 100%;
        z-index: 10000;
        /*display: flex;*/
        display: none;
        flex-direction: column;
        transition: 0.4s;
    }

    #mobile-menu .dark-overlay {
        position: fixed;
        top: 0;
        left: 100%;
        width: calc(100vw - 280px);
        bottom: 0;
        height: 100%;
        background: #0000006e;
        display: block;
        z-index: 3;
    }

    @keyframes slide-in-left {
        0% {
            transform: translateX(-100%);
        }
        100% {
            transform: translateX(0);
        }
    }

    #mobile-menu.mobile-menu-visible {
        display: flex;
        animation-name: slide-in-left;
        animation-duration: 1s;
        visibility: visible;
        transform: translateX(0) !important;
    }


    #mobile-menu .logo {
        filter: brightness(0) invert(1) !important;
        margin-bottom: 20px;

    }

    #mobile-menu .head_right {
        margin-top: auto;
    }

    #mobile-menu .head_right .auth {
        display: none !important;
        width: fit-content;
        margin: 30px auto;
    }

    #mobile-menu .head_right .auth .auth_option ul li button, #mobile-menu .head_right .auth .auth_option ul li a {
        padding: 0 !important;
        color: #fff;
    }

    #mobile-menu .main_menu {
        display: block !important;
        z-index: 20000;
        width: 100%;
        padding: 0;
        float: none !important;
        /*margin-top: 20px !important;*/
    }
    #mobile-menu .footer_items {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    #mobile-menu .main_menu li {
        display: block;
        float: none !important;
        padding: 20px 0 !important;
        width: 100%;
    }

    #mobile-menu .main_menu li a {
        color: #fff;
        padding: 0 !important;
    }

    #mobile-menu .head_right {
        float: none !important;
        display: block;
    }

    #mobile-menu .head_right .auth a {
        margin-left: 0 !important;
        float: none;
        display: block;
        padding: 15px 0;

    }

    #mobile-menu .toggle_mobile_menu {
        display: none;
    }


}

.publish_modal {

}

.publish_modal .modal_moto {
    font-size: 19px;
    font-weight: 600;
}

header {
    z-index: 1000;
}

#mobile-menu {
    display: none;
}
