#home-page-body {
    background: #f8f8f8 !important;
}

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: 40px;
    filter: brightness(0) invert(1);
}

#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 14px;
    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 {
    margin-top: 0 !important;

}

#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);
}


#home_page_cover .banner {
    margin: 40px auto;
    max-width: 60%;
    margin-top: 70px;
}

@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;
}

#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;
}


.home_section .home_section_title {
    font-weight: 700;
    display: block;
    text-align: center;
    margin: 20px auto;
    width: 100%;
    font-size: 20px;
    position: relative;

}

.home_section_title h3 {
    font-size: 20px;
    font-weight: 700;
    display: block;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
    width: fit-content;
    margin: auto;
}

.home_section_title .view-all {
    position: absolute;
    right: 20px;
    top: 5px;
    font-size: 11px;
    font-weight: 700;
    color: #0ca670;
    line-height: 18px;
    background: rgba(12, 166, 112, 0.08);
    transition: background-color 0.3s, color 0.3s;
    padding: 1px 8px;
    border-radius: 14px;
}

.home_section_title .view-all:hover {
    background: #0ca670;
    color: #fff;
}

.home_section_title .view-all svg {
    width: 10px;
    height: 10px;
    display: block;
    float: right;
    margin-left: 5px;
    margin-top: 4px;
}

.home_section .home_section_title h3:before {
    content: '';
    position: absolute;
    background: #252525;
    height: 2px;
    width: 50%;
    left: 25%;
    border-radius: 2px;
    bottom: 2px;
}

.org {
    width: 50%;
    /*height: 155px;*/
    border-left: none !important;
    border-right: none !important;
    padding: 10px 15px !important;
    position: relative;
    float: left;
}


.org h2 a {
    font-size: 16px;
    text-decoration: none !important;
    font-weight: 650;
    color: #444444;
    transition: color 0.3s;
}

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

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

.org-logo {
    width: 59px;
    height: 59px;
}

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

.org-logo-container {
    float: left;
    /*padding:2px;*/
    border-radius: 6px;
    overflow: hidden;
    height: 62px;
    width: 62px;
    margin-top: 10px;
    border: 1.5px solid #ededed;
}

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


.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;
}

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

.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_orgs {
    border-right: 1px solid #ededed;
    width: calc(75% - 6px);
    padding-right: 6px;
    margin-right: 6px;
    float: left;
}

.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%;

}

.org .more-info {
    border: 1px solid;
    border-radius: 6px;
    color: #58a6cd;
}


.org .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 .by {
    font-size: 14px;
    color: #969696;
    line-height: 20px;
}

.insight_short .by img {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    margin-top: 3px;
    border: 1px solid #ededed;
}

.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-card .publish-info {
    display: flex;
    flex-direction: row !important;
    align-items: center;
    gap: 10px !important;
}

#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 {
    display: block;
    width: 100%;
    border-radius: 8px;
    height: 100%;
    object-fit: contain;
}

.insight h3 {
    padding: 3px 0px;
}

.insight h3 a {
    display: grid !important;
    font-size: 16px;
    font-weight: 720;
    height: 47px !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    align-items: center;
}


.insight .by img {

}

.insight .teaser {
    font-size: 14px;
    margin-top: 12px;
    line-height: 23px;
    padding: 12px 5px;
    color: #646464;
    display: block;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    /* white-space: nowrap; */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 64px;
    display: -webkit-box;
}

.insight .teaser:before {
    content: '';
    position: absolute;
    left: 10%;
    width: 80%;
    display: block;
    height: 1px;
    top: 0;
    background: rgba(220, 220, 220, 0.62);
}

.insight .read_more {
    width: 90%;
    display: block;
    border: 1px solid #ededed;
    margin: 15px auto 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03);
    color: #505050;
    font-size: 13px;
    text-align: center;
    padding: 7px 10px;
    border-radius: 10px;
    line-height: 20px;
}

.insight .read_more:hover {
    background: #f7f7f7;
    transition: 0.4s;
    color: #1f1f1f;
}


.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;
}

.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;
}

.cloud_label:hover .tooltip {
    visibility: visible;
    display: block;
    opacity: 1;
}

.cloud_label .tooltip {
    display: none;
    background: rgba(0, 0, 0, 0.85);
    transition: 0.4s;
    font-family: Poppins, sans-serif;
    z-index: 10000;
    visibility: hidden;
    color: #fff;
    font-size: 12px;
    line-height: 17px;
    padding: 10px;
    position: absolute;
    border-radius: 5px;
    top: 25px;
    opacity: 0;
    box-shadow: 0 0 3px rgb(0, 0, 0) inset;
    opacity: 1;
    position: absolute;
    margin-left: auto;
    right: 0;
    margin-left: auto;
    margin: 0 auto;
    margin: auto;
    width: fit-content !important;
    min-width: 200px !important;
    left: -100px !important;
    right: -100px !important;
    padding: 8px 10px;
}

.cloud_label .tooltip:before {
    content: "\A";
    border-style: solid;
    border-width: 6px 4px 6px 0;
    border-color: transparent rgba(0, 0, 0, 0.85) transparent transparent;
    position: absolute;
    left: 50%;
    transform: rotate(90deg);
    top: -8px;
}


.cloud_label .tooltip a {
    display: inline;
    border-right: 1px solid rgba(249, 249, 249, 0.29);
    padding: 0 5px;
}

.cloud_label .tooltip a:hover {
    color: #0cd78b;
    text-decoration: underline;
}

.cloud_label .tooltip a:last-child {
    border-right: none !important;
}

.cloud_label[weight="5"] .tag_label {
    color: #0ca670;
    font-size: 30px;
    font-weight: 680;
}

.cloud_label[weight="4"] .tag_label {
    font-size: 22px;
    color: rgba(0, 0, 0, 0.75);
}

.cloud_label[weight="3"] .tag_label {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.5);
}

.cloud_label[weight="2"] .tag_label {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.35);
}

.cloud_label[weight="1"] .tag_label {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.3);
    min-width: 150px;
}

.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;
    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;
}

.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: 700px) {
    .insight .org_tags {
        padding-bottom: 64px;
    }

    #home_page_cover .main_menu {
        display: none;
    }

    header {
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .toggle_mobile_menu {
        color: #fff;
    }


    .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: 30px 20px;
    }

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

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

    #latest_insights {
        padding: 10px 0 !important;
        max-width: 100% !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;

    }

}

#feature-reports-list {
    overflow: hidden;
    max-width: 1300px;
    margin: auto;
    display: flex;
    align-items: stretch;
}

@media only screen and (max-width: 700px) {
    #feature-reports-list {
        display: block !important
    }

    .home_section_title h3 {
        margin: 0 0 0 10px !important;
        padding-bottom: 0 !important;
    }

    .home_section_title h3:before {
        display: none !important;
    }
}

#featured-reports {

}

.home_section #latest_insights .insight {
    padding: 0px !important;
    position: relative;
    border: 1px solid #ededed;
    margin: 8px;
    width: calc(33% - 16px);
    border-radius: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.home_section #latest_insights .insight .insight_card_body {
    padding: 0 10px;
}

.home_section #latest_insights .insight .read_more {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -10px;
    border: none !important;
    border-top: 1px solid #ededed !important;
    line-height: 26px !important;
    border-radius: 0 !important;
}

.home_section #latest_insights .insight .cover_container {
    border-bottom: 1px solid #ededed;
    margin-bottom: 6px;;
    position: relative;
}

.home_section #latest_insights .insight .cover_container img {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 1;
}

.home_section #latest_insights .insight .cover_container img:nth-child(2) {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
    filter: blur(30px);
    top: 0;
}

#home-page-body .footer-new {
    background: #f8f8f8;
    border-top: none !important;
}

#home-page-body .footer-new:before {
    display: none !important;
}
#home-page-sections {
    background: #fff;
    overflow: hidden;
    border-radius: 0 0 30px 30px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.13);
}
