.taxonomy-wrapper.date-range,
.taxonomy-wrapper.content-type,
.taxonomy-wrapper.position,
.taxonomy-wrapper.news_types{
    display: none;
}
.demo-posttype .container.top-content{
    display: flex;
}
.child-post{
    margin-left: 20px;
    padding: 20px;
    border: 1px solid;
    align-self: flex-start;
    min-width: 350px;
    max-width: 350px;
}
.child-post ol li{
	padding: 5px 10px;
}
.child-post ol li.active{
	background-color: #0F8289;
}
.child-post ol li.active a{
	color: #FFF;
}
.insights-container{
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}
.filter-block{
    position: relative;
}
.filter-block .dropdown-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px; 
    margin-top: 24px;
    margin-bottom: 60px;
}
.page-template-publications .filter-block .dropdown-row{
    margin-bottom: 52px;
}

.filter-block .dropdown-wrapper {
    flex: 1;
    min-width: 150px; 
}

.filter-block select {
    -webkit-appearance: none;
    -moz-appearance: none; 
    appearance: none;
    width: 100%;
    padding: 8px;
    border: none;
    border-bottom: 1px solid #0F8289;
    position: relative;
    background-image: url(../images/ep_arrow-up.svg);
    background-repeat: no-repeat;
    background-position: right 10px top 50%;
    color: #0F8289;
}
.author-wrapper .insights-list{
    margin-bottom: 80px;
}
.page-template-insights .filter-block select:focus,
.page-template-publications .filter-block select:focus,
.page-template-features .filter-block select:focus,
.page-template-events .filter-block select:focus{
    background-image: url(../images/ep_arrow-up.svg);
}

.custom-search-input input[type="text"] {
    border: 1px solid #0F8289;
    padding: 8px;
}
.latest-insights-header{
    margin-bottom: 36px;
}
.sub-latest-title{
    font-weight: 500;
    color: #0F8289;
    margin-bottom: 16px;
}
h2.main-title{
    color: #000;
    margin-top: 8px;
    font-weight: 600;  
}
h2.latest-title{
    color: #000;
    margin-top: 8px;    
    font-weight: 600;
}
.latest-insights {
    margin-bottom: 87px;
}
.featured-posts-wrapper {
    display: flex;
    margin-bottom: 77px;
}
.featured-post-main img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.featured-post-main {
    position: relative;
    width: 453px;
    margin-right: 176px;
}
.featured-post-main a.btn-wrap {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.featured-posts-list {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-top: -4px;
}

.featured-post-title {
    margin-bottom: 48px;
    position: relative;
}
.featured-post-title .post-meta {
    /* font-size: 14px;
    line-height: 20px; */
    /* font-weight: 500; */
}
.featured-post-title a.btn-wrap {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.featured-post-title .heading-wrap{
    padding-right: 66px;
}

.additional-posts-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.posts-grid {
    display: flex;
    width: 100%;
    flex-direction: row; 
}

.grid-post-item:nth-child(even) {
    border-top: 0;
}
.grid-post-item:nth-child(odd) {
    border-top: 0;
    border-left: 0;
}
.grid-post-item:nth-child(3n+1) {
    border-left: 1px solid #D9D9D9;
}
.grid-post-item:nth-child(3n+2){
    border-left: 0;
}
.additional-posts-wrapper .posts-grid:nth-child(1) .grid-post-item{
    border-top: 1px solid #D9D9D9;
}
.grid-post-item {
    flex: 1 1 calc(33.333% - 20px);
    box-sizing: border-box;
    border: 1px solid #D9D9D9;
    padding: 40px;
    max-width: calc(33.333%);
    position: relative;
}
.grid-post-item:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0;
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    border-style: solid;
    border-width: 1px;
    border-top-color: #108289;
    border-right-color: #108289;
    border-bottom-color: #162b3f;
    border-left-color: #162b3f;
    opacity: 0;
    transition: all .7s;
}
.grid-post-item:hover:before {
    opacity: 1;
}
.pef-container {
    margin-bottom: 100px;
}

.pef-wrapper {
    display: flex;
    flex-wrap: nowrap; 
}

.pef-item {
    padding: 237px 101px 38px 40px;
    color: #fff;
    width: 33.33%; 
    transition: width 0.3s ease;
}
.pef-item.active{
    width: 44%;
}
.pef-item.inactive {
    width: 28%;
}
.pef-item a{
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    margin-top: 38px;
    display: flex;
    text-decoration: none;
    flex-direction: column;
}

.publications-box {
    background-color: #26464F;
}

.events-box {
    background-color: #4C6B75;
}

.features-box {
    background-color: #758F99;
}

.post-meta {
    margin-bottom: 16px; 
    font-size: 14px; 
    color: #878A8C; 
    display: flex; 
    flex-wrap: wrap;
    gap: 11px; 
    row-gap: 6px;
    text-transform: uppercase;
    font-weight: 500;
}

.featured-posts-list a.post-link {
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    top: 40%;
    overflow: visible;
}
.featured-posts-list a.post-link svg {
    display: none;
}
.featured-posts-list a.post-link:before {
    content: '';
    position: absolute;
    background-image: url(../images/line-btn-black-n.svg);
    left: 0;
    top: 0;
    width: 50px;
    height: 8px;
    background-position-x: right;
    background-size: cover;
    transition: all .7s;
}
.featured-posts-list .featured-post-title:hover a.post-link:before {
    background-image: url(../images/line-btn-green-n.svg);
    width: 80px;
}
a.post-link{
    display: block;
    width: 50px;
    overflow: hidden;
    transition: all .3s;
}
a.post-link svg {
    transition: all .3s;
    margin-left: -30px;
    width: 80px;
}
a.post-link:hover svg path{
    stroke: #0F8289;
}
.grid-post-item:hover h2 a,
.featured-post-title:hover h2 a,
.featured-post-main:hover h2 a{
    color: #0F8289;
}
.grid-post-item:hover a.post-link,
.featured-post-title:hover a.post-link,
.featured-post-main:hover a.post-link{
    width: 80px;
}
.featured-post-title:hover a.post-link{
    right: -30px;
}
.grid-post-item:hover a.post-link svg,
.featured-post-title:hover a.post-link svg,
.featured-post-main:hover a.post-link svg{
    margin-left: 0;
}
.grid-post-item:hover a svg path,
.featured-post-title:hover a svg path,
.featured-post-main:hover a svg path{
    stroke: #0F8289;
}
.insight-item::before{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 1px;
    border-top-color: #108289;
    border-right-color: #108289;
    border-bottom-color: #162b3f;
    border-left-color: #162b3f;
    left: -1px;
    top: -1px;
    bottom: -1px;
    right: -1px;
    opacity: 0;
    transition: all .5s;
}
.insight-item:hover{
    border: 1px solid transparent;
}
.insight-item:hover::before{
    opacity: 1;
}
.insight-item:hover h2.insight-title a{
    color: #0F8289;
}
.insight-item:hover .insight-link a{
    width: 80px;
}
.insight-item:hover .insight-link a svg{
    margin-left: 0;
}
.insight-item:hover .insight-link a svg path{
    stroke: #0F8289;
}
h5.insight-title{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: break-spaces;
}
.event-type h5.insight-title{
    -webkit-line-clamp: 2;
}
.post-meta .post-insights-type,
.post-meta .post-content-type,
.post-meta .post-date {
    margin-right: 0;
}
.post-meta .post-insights-type{
    padding-right: 15px;
    position: relative;
}
.post-meta .post-insights-type::after{
    content: '|';
    color: #878A8C;
    position: absolute;
    right: 0;
}
.featured-post-main h2,
.featured-post-title h2,
.grid-post-item h2,
h2.insight-title{
    /* line-height: 22px;
    font-size: 16px; */
}
.featured-post-main .title-post a,
.featured-post-title .title-post a,
.grid-post-item .title-post a,
.insight-title a{
    font-weight: 400;
    color: #000;
    text-decoration: none;
}
.featured-post-main h2{
    margin-bottom: 6px;
}
.grid-post-item h2{
    height: 88px;
    overflow: hidden;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.pef-item h3{
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    margin-bottom: 16px;
}
.pef-item p{
    font-weight: 300;
    line-height: 24px;
}
.post-featured-image{
    position: relative;
    margin-bottom: 28px;
}
.post-featured-image .scale-img {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.post-featured-image .scale-img img  {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all .7s;
}
.featured-post-main:hover .post-featured-image .scale-img img  {
    transform: scale(1.05);
}
.post-featured-image::after {
    content: '';
    background: url(../images/border-img.svg);
    background-size: cover;
    position: absolute;
    top: -18px;
    right: -18px;
    width: 34px;
    height: 35px;
    transition: all .7s;
}
.ins-content {
    display: flex;
    margin: 73px 0 45px;
    justify-content: flex-end;
}
body.lanuage_cn .ins-content{
    justify-content: flex-start;
}
.page-template-insights .ins-content{
}
.page-template-publications .ins-content{
    margin: 27px 0 17px;
}
.ins-content-right {
    max-width: 630px;
    line-height: 22px;
}
.content-header .ins-title{
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
}
.content-header .ins-title::after{
    content: '';
    background: url(../images/border-img.svg);
    position: absolute;
    top: 0px;
    right: -48px;
    width: 38px;
    height: 39px;
}
.content-header{
    margin-top: 60px;
}
.insights-list {
    display: flex;
    flex-wrap: wrap;
}
.insights-list.no-result{
    display: block;
}
.insights-list .insight-item:nth-child(even) {
    border-top: 0;
    border-left: 0;
}
.insights-list .insight-item:nth-child(odd) {
    border-top: 0;
    border-left: 0;
}
.insights-list .insight-item:nth-child(3n+1) {
    border-left: 1px solid #D9D9D9;
}

.insights-list .insight-item:nth-child(1),
.insights-list .insight-item:nth-child(2),
.insights-list .insight-item:nth-child(3){
    border-top: 1px solid #D9D9D9;
}
.insight-item {
    flex: 1 1 calc(33.333% - 20px); 
    box-sizing: border-box;
    border: 1px solid #D9D9D9; 
    padding: 40px;
    max-width: 33.333%;
    max-height: 244px;
    position: relative;
    transition: border .5s;
}
.wrapper-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.wrapper-link a{
    width: 100%;
    height: 100%;
    display: block;
}
.event-type .insight-item{
    max-height: 394px;
}
.insight-item .post-meta {
    margin-bottom: 10px; 
}
.event-type .insight-item .post-meta{
    font-weight: 500;
}

.load-more-container,
.pub-load-more-container {
    text-align: right;
    margin-top: 40px;
}

.load-more-button,
.pub-load-more-btn {
    cursor: pointer;
}

#searchform{
    position: relative;
}
input#algolia-search-input,.algolia-search-input{
    width: 100%;
    height: 48px;
    padding: 8px 14px;
    font-weight: 400;
    line-height: 20px;
    border: 1px solid #0F8289;
    border-left: 1px solid #172B3F;
    border-bottom: 1px solid #172B3F;
    color: #000;
}
input#algolia-search-input::placeholder{
    font-weight: 400;
    line-height: 20px;
    font-size: 14px;
    color: #767676;
}
input#searchsubmit{
    position: absolute;
    border: none;
    width: 20px;
    height: 20px;
    cursor: pointer;
    font-size: 0;
    padding: 0;
    background-size: auto;
    background-image: url(../images/search-icon.svg);
    background-color: transparent;
    right: 14px;
    top: 14px;
    min-width: auto;
}
.aa-Autocomplete form.aa-Form {
    border: none;
}
.aa-Autocomplete .aa-Form:focus-within {
    box-shadow: none;
}
.aa-Autocomplete .aa-InputWrapperSuffix {
    display: none;
}
.aa-Autocomplete .aa-InputWrapperPrefix {
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 1;
}
.aa-Autocomplete .aa-InputWrapperPrefix button {
    padding: 0;
    cursor: pointer;
}
.aa-Autocomplete .aa-InputWrapperPrefix button svg {
    fill: #0F8289;
}
.aa-Autocomplete .aa-InputWrapper input.aa-Input {
    width: 100%;
    height: 48px;
    padding: 8px 14px;
    font-weight: 400;
    line-height: 20px;
    border: 1px solid #0F8289;
    border-left: 1px solid #172B3F;
    border-bottom: 1px solid #172B3F;
    outline: none;
}
.aa-Autocomplete .aa-InputWrapper input.aa-Input::placeholder {
    color: #767676;
}
.aa-Autocomplete button.aa-DetachedSearchButton {
    width: 100%;
    height: 48px;
    padding: 8px 14px;
    font-weight: 400;
    line-height: 20px;
    border: 1px solid #0F8289;
    border-left: 1px solid #172B3F;
    border-bottom: 1px solid #172B3F;
    color: #767676;
}
.aa-Autocomplete button.aa-DetachedSearchButton .aa-DetachedSearchButtonIcon {
    position: absolute;
    right: 5px;
}
.aa-Autocomplete button.aa-DetachedSearchButton .aa-DetachedSearchButtonIcon svg,
.aa-DetachedFormContainer button.aa-SubmitButton svg {
    fill: #0F8289;
}
.aa-DetachedFormContainer input.aa-Input {
    width: 100%;
    height: 48px;
    padding: 8px 14px;
    font-weight: 400;
    line-height: 20px;
    border: 1px solid #0F8289;
    border-left: 1px solid #172B3F;
    border-bottom: 1px solid #172B3F;
    outline: none;
}
.aa-DetachedFormContainer input.aa-Input::placeholder {
    color: #767676;
}
.aa-DetachedFormContainer .aa-InputWrapperPrefix {
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 9999;
}
.aa-DetachedFormContainer .aa-Form {
    border: none;
}
.aa-DetachedFormContainer .aa-Form:focus-within {
    box-shadow: none;
}
.aa-DetachedFormContainer .aa-InputWrapperSuffix {
    display: none;
}
.filter-results.has-spacing{
    margin-bottom: 191px;
}
a.btn.btn-black{
    color: #000;
    padding: 0;
    border: none;
}
a.btn.btn-black:hover, a.btn.btn-white:hover {
    background: transparent;
}
.insight-link{
    margin-top: 90px;
}
.event-type .insight-link{
    margin-top: 40px;
}
.filter-bar-selected {
    display: flex;
    gap: 8px;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    flex-wrap: wrap;
    width: 50%;
}
span.filter-item {
    display: flex;
    align-items: center;
    background: #0F8289;
    padding: 9px 12px;
    color: #fff;
}
a.clear-filter {
    color: #000;
    font-size: 14px;
    padding: 0 12px;
    cursor: pointer;
    text-decoration: underline;
}
.remove-filter{
    cursor: pointer;
    width: 21px;
    height: 21px;
    font-size: 0;
    background-image: url(../images/close-icon.svg);
    background-position: 0 -1px;
}
.filter-selected{
    display: flex;
    gap: 8px;
}
.filter-bar,
.pub-filter-bar{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    align-items: flex-start;
}
.pub-filter-bar{
    margin-bottom: 50px;
}
.sort-button.active{
    color: #0F8289;
}
.sort-button{
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
    font-weight: 500;
}
.counts-sort-container {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 16px;
    font-weight: 500;
}
.results-count,
.results-count-pub {
    position: relative;
}
.sortby{
	position:relative;
    padding-left: 17px;
}
/* .results-count::after, */
/* .results-count-pub::after, */
.sortby:before {
    content: '|';
    position: absolute;
    left: 0;
    font-weight: 400;
}
.sort-by {
    display: flex;
    gap: 8px;
}
.sort-button.most-recent{
    display: flex;
    align-items: center;
    gap: 2px;
}

.result-suggestion {
    padding: 20px 14px;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    border: 1px solid #172B3F;
    border-top: none;
}
div.suggest-title{
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 23px;
    color: #767676;
}
ul#topic-listing{
    list-style: none;
    padding: 0;
    margin: 0;
}
ul#topic-listing li{
    cursor: pointer;
    padding-bottom: 10px;
    color: #0F8289;
}
ul#topic-listing li:last-child{
    padding-bottom: 0;
}
ul#topic-listing li:hover{
    text-decoration: underline;
}
.insight-thumbnail {
    width: 100%;
    height: 191px;
    margin-bottom: 16px;
}
.insight-thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.featured-posts-list .content-short {
    font-size: 15px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-top: 10px;
    height: 0;
    transition: all .5s;
}
.featured-posts-list .featured-post-title:hover .content-short {
    height: 62px;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 10px;
}

.featured-post-main .post-featured-image .content-short {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    right: 30px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 72px;
    opacity: 0;
    transition: all .5s;
    z-index: 9;
}
.featured-post-main:hover .post-featured-image .content-short {
    opacity: 1;
}
.featured-post-main .post-featured-image:before {
    content: '';
    display: block;
    padding-top: 67.6%;
    background: transparent;
    z-index: 9;
    position: relative;
    transition: all .7s;
}
.featured-post-main:hover .post-featured-image:before{
    background: rgb(37 70 78 / 80%);
    z-index: 9;
}
.featured-post-main:hover .post-featured-image::after{
    top: -35px;
    right: -34px;
}
.insights-container .list-box-business{
    margin: 100px 0;
}
.featured-post-content{
    position: relative;
}
.featured-post-content .post-meta {
    font-weight: 500;
}
.featured-post-content .heading-wrap a.post-link {
    position: relative;
    top: 0;
    overflow: visible;
}
.featured-post-content .heading-wrap a.post-link:before {
    content: '';
    position: absolute;
    background-image: url(../images/line-btn-black-n.svg);
    left: 0;
    top: 8px;
    width: 50px;
    height: 8px;
    background-position-x: right;
    background-size: cover;
    transition: all .7s;
}
.featured-post-main:hover .featured-post-content .heading-wrap a.post-link:before {
    background-image: url(../images/line-btn-green-n.svg);
    width: 80px;
}
.featured-post-content .heading-wrap a.post-link svg {
    display: none;
}
.heading-wrap{
    position: relative;
}
.insights-list .insight-item h2.insight-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: 48px;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.post-link {
    position: absolute;
    bottom: 24px;
}
.grid-post-item {
    padding-bottom: 60px;
}
@media screen and (max-width: 1366px) {
    .featured-posts-list .featured-post-title:hover a.post-link:before {
        width: 65px;
    }
    .featured-post-title:hover a.post-link {
        right: -15px;
        width: 65px;
    }
}
@media screen and (max-width: 1024px) {
    .pef-item{
        padding: 137px 81px 38px 40px;
    }
    .featured-post-main {
        width: 40%;
        margin-right: 84px;
    }
    .featured-posts-list{
        padding-right: 0;
    }
    .pef-wrapper{
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 767px) {
    .featured-posts-wrapper{
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .featured-post-main {
        width: 100%;
        margin-right: 0;
        margin-bottom: 60px;
    }

    .posts-grid {
        flex-direction: column; 
    }

    .insight-item{
        padding: 40px 31px;
    }
    .insight-item {
        flex: 1 1 100%; 
        max-width: 100%;
    }
    .grid-post-item {
        flex: 1 1 100%; 
        max-width: 100%;
        max-height: 282px;
    }
    .insights-container .list-box-business{
        margin: 136px 0 60px;
    }
    .filter-bar, .pub-filter-bar{
        flex-wrap: wrap;
        gap: 30px;
    }
    .filter-block .dropdown-row{
        margin-bottom: 24px;
    }
    .insights-container .filter-block .dropdown-row{
        margin-top: 17px;
    }
    .filter-results.has-spacing{
        margin-top: 40px;
    }
    h2.latest-title{
        font-size: 40px;
        line-height: 50px;
    }
    .post-featured-image::after{
        top: -11px;
        right: -10px;
        width: 20px;
        height: 21px;
    }
    .featured-posts-list a.post-link{
        top: 50%;
    }
    .heading-wrap{
        padding-right: 58px;
    }
    .featured-post-title .heading-wrap{
        padding-right: 58px;
    }   
    .featured-post-title:hover a.post-link{
        right: -20px;
    }
    .heading-wrap .post-link{
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }
    .latest-insights-header{
        margin-top: 60px;
        margin-bottom: 37px;
    }
    .featured-post-main:hover a.post-link{
        right: -18px;
    }
    .insights-container {
        padding: 0 20px;
    }
    .ins-content{
        margin: 68px 0 23px;
    }
    input#searchsubmit{
        right: 17px;
        top: 20px;
    }
    .featured-post-main .post-featured-image {
        margin-right: 20px;
    }
    .featured-post-main .post-featured-image:before {
        padding-top: 60.5%;
    }
    .post-featured-image{
        margin-bottom: 28px;
    }
    .grid-post-item h2{
        height: 66px;
        -webkit-line-clamp: 3;
    }
    .grid-post-item{
        max-height: fit-content;
        padding-bottom: 40px;
    }
    .post-link {
        position: unset;
    }
    .insights-container .list-box-business .slider-nav{
        right: 0;
    }
    .counts-sort-container{
        flex-direction: column;
        align-items: flex-start;
    }
    .results-count::after, .results-count-pub::after{
        content: '';
    }
    .grid-post-item:nth-child(3n+2){
        border-left: 1px solid #D9D9D9;
    }
    .grid-post-item:nth-child(odd){
        border-left: 1px solid #D9D9D9;
    }
    .insights-list .insight-item:nth-child(even),
    .insights-list .insight-item:nth-child(odd){
        border-left: 1px solid #D9D9D9;
    }
    .additional-posts-wrapper .posts-grid:nth-child(1) .grid-post-item{
        border-top: 0;
    }
    .additional-posts-wrapper .posts-grid:nth-child(1) .grid-post-item:nth-child(1){
        border-top: 1px solid #D9D9D9;
    }
    .insights-list .insight-item:nth-child(2), .insights-list .insight-item:nth-child(3){
        border-top: 0;
    }
    .featured-post-content .heading-wrap a.post-link {
        position: absolute;
        top: 42%;
        width: 65px;
        right: -15px;
    }
    .featured-post-main:hover .featured-post-content .heading-wrap a.post-link:before {
        width: 65px;
    }
    .event-type .insight-link {
        margin-top: 4px;
    }
}