
/* Posts View */

.article-posts .post-header, .article-posts h3.title, .article-posts h3.title a {
    font-weight: 700 !important;
    margin-bottom: 10px !important; 
    color: #5d727e !important;
    font-size: 24px !important;
    text-transform: none !important;
    line-height: 1.25em !important;
}

.content_hub-recent_articles .article-posts .post-featured-img {
    position: relative;
    padding-bottom: 50%;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 4px;
}

.article-posts .article-content-wrap {
    border: 1px solid #D6D7D6;
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    position: relative;
  }

  .article-posts .content_hub-article-inner{
    display: flex;
    flex-direction: column;
    height: 100%;
  }


@media screen and (max-width: 1023px){
    .content_hub-articles_wrap .content_hub-article:not(:last-child) {
        margin-bottom: 40px;
    }   
}

@media screen and (min-width: 1024px){
    .content_hub-articles_wrap .content_hub-article:not(:last-child) {
        margin-bottom: 0;
    }
    div.content_hub-articles_wrap.content_hub-recent_articles.style-posts {
        display: grid;
        gap: 3em;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr;
    }

}

div.content_hub-articles_wrap.content_hub-recent_articles.style-posts {
    margin: 30px auto;
}

/* Post Overlays */

.pre-header.floating
{
    position: absolute;
    top: -2em;
    color: white;
    pointer-events: none;
}

html .content_hub-recent_articles .floating .post-featured-img::before {
    content: " ";
    background: linear-gradient(transparent, #0000008c);
    display: block;
    position: absolute;
    min-height: 100%;
    min-width: 100%;
}


/*List View*/
.article-list .post-header, .article-list h3.title, .article-list h3.title a {
    font-weight: 700 !important;
    margin-bottom: 10px !important; 
    color: #5d727e !important;
}

.content_hub-recent_articles .article-list .post-featured-img {
    position: relative;
    padding-bottom: 50%;
    background-size: cover;
    background-position: 50% 50%;
}

div.content_hub-articles_wrap.content_hub-recent_articles.style-list {
    display: grid;
    gap: 1em;
    grid-template-columns: 1fr;
}

div.content_hub-articles_wrap.content_hub-recent_articles.style-list .content_hub-article-inner {
    display: grid;
    border-bottom: 1px solid #5E717F;
    padding-bottom: 1em;
    grid-template-columns: 1fr 1fr;
}

div.content_hub-articles_wrap.content_hub-recent_articles.style-list .article-list:last-child .content_hub-article-inner {
    border-bottom: 0 ;
    padding-bottom: 0;
}

div.content_hub-articles_wrap.content_hub-recent_articles.style-list .content_hub-article-inner .article-content-wrap{
    align-items: flex-start;
    text-align: left;
    display: block;
}


div.content_hub-articles_wrap.content_hub-recent_articles.style-list .content_hub-article-inner .pre-header.floating{
     top: 0;
}

.article-list{
    position: relative;
}

div.content_hub-articles_wrap.content_hub-recent_articles.style-list .content_hub-article-inner .pre-header.floating{
     top: 5px;
     left: 10px;
}

.article-list .img-link {
    margin-right: 30px;
}

/* tabbed */
.article-tabbed .post-header{
    margin-bottom: 0;
}

.article-content-wrap > span{
    text-transform: uppercase;
    width: 100%;
}

.article-tabbed .link-with-arrow{
    background-color: #F7901E;
    color: #FFF;
    padding: 7px 40px;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 2em;
}

.article-tabbed .link-with-arrow::after{
    display: none;
}

.article-tabbed .post-header h3 {
    font-family: Montserrat;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 50px;
    font-weight: bold !important;  
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.article-tabbed .post-header h3 a {
    color: #5d727e !important;
}

.article-tabbed .post-header h3 ::after {
    content: '';
    width: 80px;
    bottom: 0;
    height: 2px;
    background-color: #F7901E;
    position: relative;
    top: 20px;
    display: block;
    left: 0;
}

h2.article-tabbed-header{
    text-align: center;
    margin: 80px 0  60px 0 !important;
}

.article-tabbed .article-content-wrap{
    padding: 25px;
    display: flex;
    flex-direction: column;
    order: -1;
}
.article-tabbed .content_hub-article-inner{
    display: grid;
    height: 100%;
    grid-template-columns: 1fr 1fr;
    padding: 5%;
    padding: 5% 13%;
    background: #FFF;
    border-top: 2px solid #EEEE;
    border-bottom: 2px solid #EEEE;
}

.container-wrap.narrow .main-content .article-tabbed .content_hub-article-inner{
    padding: 5% 0;
}

.container-wrap .main-content .articles-with-nav ul {
    display: flex;
    margin: 0;
    padding: 0% 20%;
    justify-content: center;
}

.container-wrap .main-content ul li.article-tabbed{
    font-family: Montserrat;
    font-size: 20px;
    line-height: 1;
    font-weight: 200;
    margin: 0;
    padding: 20px 50px;
    cursor: pointer;
    line-height: 1.5em;
    text-align: center;
 }

 .tabbed-active {
    border-bottom: 3px solid #f7901e;
    font-weight: bold !important;
  }

 .container-wrap .main-content ul li.article-tabbed::before{
    display: none;
 }

 .content_hub-recent_articles .article-tabbed .post-featured-img {
    position: relative;
    padding-bottom: 50%;
    background-size: cover;
    background-position: 50% 50%;
  }

  .article-tabbed .article-cta .link-with-arrow:last-child{
    background-color: #68bab2 !important;
  }

.article-cta{
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 20px;
    padding-right: 30px;
}
  
.article-tabbed .article-cta .link-with-arrow{
    flex-grow: 1;
    text-align: center;
}
      
li.article-tabbed:nth-child(1) { order: 1; }
li.article-tabbed:nth-child(2) { order: 2; }
li.article-tabbed:nth-child(3) { order: 3; }
li.article-tabbed:nth-child(4) { order: 4; }
li.article-tabbed:nth-child(5) { order: 5; }

@media screen and (min-width: 1501px){
    .article-tabbed .article-cta {
        flex-wrap: nowrap;
    }
  .article-tabbed .link-with-arrow{
     align-content: center;
     line-height: 1.25;
  }
}

@media screen and (max-width: 1500px){
    .container-wrap .main-content .articles-with-nav ul {
        padding: 0% 4%;
    } 
    .article-tabbed .content_hub-article-inner {
        grid-template-columns: 1fr;
        padding: 8%;
    }
    .article-tabbed .article-content-wrap {
        order: 1;
    }
}

@media screen and (max-width: 999px){

    body div.content_hub-articles_wrap.content_hub-recent_articles.style-list .content_hub-article-inner {
        grid-template-columns: 1fr;
    }

    body div.content_hub-articles_wrap.content_hub-recent_articles.style-list .content_hub-article-inner .pre-header {
        margin-bottom: 5px;
    }

    div.content_hub-articles_wrap.content_hub-recent_articles.style-list .content_hub-article-inner .article-content-wrap {
        padding-top: 20px !important;
    }

    .article-list .img-link {
        margin-bottom: 20px;
        margin-right: 0px;
    }

    div.content_hub-articles_wrap.content_hub-recent_articles.style-list .article-list .img-link{
        margin-bottom: 0px;
    }

    .container-wrap .main-content .articles-with-nav ul {
        flex-direction: column;
        padding: 0;
        margin-bottom: 40px;
    } 

    li.article-tabbed:not(.open,.tabbed-active){
        display: none;
    }
    
    li.article-tabbed.tabbed-active{
        border: 2px solid #5d727e;
        order: -1;
    }
    .articles-with-nav{
        margin-bottom: 4%;
    }
    li.article-tabbed.tabbed-active::after {
        content: " ";
        border: .45em solid transparent !important;
        border-top: .65em solid !important;
        z-index: 99 !important;
        border-radius: 2.15px !important;
        color: #5d727e !important;
        top: calc(50% - 4px);
        position: absolute;
        right: 15px;
    } 
    .content_hub-nav.article-tabbed.layout-hub:not(.tabbed-active).open {
        background: #eee;
    }
}

/*Tabbed Enhanced*/
.articles-with-nav-and-sidebar{
    display: flex;
    flex-wrap: wrap
}
.articles-nav{
    order: 5;
    width: 100%
}
.articles-sidebar{
    width: 30%;
    padding: 50px;
    order: 2;
    background-color: #EEEEEE;
    min-height: 625px;
    border-radius: 0 4px 4px 0;
}
.article-tabbed_enhanced{
    flex-grow: 1;
    width: 70%;
    border-radius: 4px 0 0 4px;
    overflow: hidden;
}
.content_hub-sidebar-details:not(.side-active){
    display: none;
}
.article-tabbed_enhanced .content_hub-article-inner{
    height: 100%;
    min-height: 100%;
    position: relative;
}
.article-tabbed_enhanced .post-featured-img {
    height: 100%;
    background-size: cover;
}
.article-tabbed_enhanced .article-content-wrap {
    position: absolute;
    top: calc(100% - 3em - 40px);
    left: 30px;
    width: calc(100% - 60px);
}
.article-tabbed_enhanced a, .article-tabbed_enhanced .excerpt{
    color: white !important;
}
.articles-sidebar h1, .articles-sidebar h2, .articles-sidebar h3, .articles-sidebar h4{
    color: var(--ecap-currency) !important;
    font-size: 30px !important;
    line-height: 1 !important;
    margin-bottom: 20px !important;
}
.content_hub-sidebar-details {
    width: 100%;
}
html body .content_hub-articles_wrap .content_hub-article.article-tabbed_enhanced{
    border-radius: 4px 0 0 4px;
    box-shadow: none;
}
.logo-tab-padded .articles-nav li{
    padding: 30px !important;;
}
@media only screen and (min-width: 2000px){
    .article-tabbed_enhanced .content_hub-article-inner {
        aspect-ratio: 2/1;
    }
}
@media only screen and (max-width: 1500px){
    .content_hub-sidebar-details {
        width: 90%;
        padding-right: 10%;
    }
}
@media only screen and (max-width: 691px){
    .article-tabbed_enhanced .excerpt{
        max-height: 5em;
        overflow: hidden;
    }
    .article-content-wrap.article-content-wrap {
        top: 20% !important;
    }  
}
@media only screen and (max-width: 400px){
    body .article-content-wrap.article-content-wrap {
        top: 10% !important;
    }  
}
.articles-with-nav-and-sidebar .articles-nav{
    border-top: 1px solid #eee;
    margin-top: 50px;
}
.articles-with-nav-and-sidebar .articles-nav, .articles-nav li {
    display: flex;
    padding: 0 !important;
    margin-left: 0 !important;
}
.articles-with-nav-and-sidebar .articles-nav li {
    justify-content: center;
    margin: 0 !important;
    cursor: pointer;
}
.articles-with-nav-and-sidebar .articles-nav li::before {
    display: none;
}
.articles-with-nav-and-sidebar .articles-nav li img{
  max-width: 250px;
  object-fit: contain;
  margin: 60px 0;
  filter: saturate(0%);
  transition: opacity 0.25s linear, filter 0.25s linear, color 0.25s linear;
}
.articles-with-nav-and-sidebar li.tabbed-active img{
    filter: saturate(100%);
}
.articles-with-nav-and-sidebar li:not(.tabbed-active) img {
    opacity: 0.5;
}
.articles-with-nav-and-sidebar .tabbed-active {
    border-top: 3px solid #f7901e !important;
    border-bottom: 0;
    position: relative;
    top: -1px;
    border-radius: 0;
}
.articles-with-nav-and-sidebar .link-with-arrow::after {
    content: "\f061";
    right: 0;
    position: relative;
    line-height: 1;
    top: 0.1em;
    font-family: "Font Awesome 6 Pro";
    font-size: 16px;
    color: #FFF;
    left: 0.5em;
}
.articles-with-nav-and-sidebar  h3{
    font-size: 30px !important;
    margin-bottom: 20px !important;
}
.content_hub-sidebar-details > div{
    margin-bottom: 20px;
}
.articles-with-nav-and-sidebar .article-content-wrap {
    will-change: contents;
}
.articles-with-nav-and-sidebar .article-content-wrap .post-body{
    opacity: 0;
    transition: opacity .65s cubic-bezier(.05,.2,.1,1);
    max-width: 1000px;
}
.article-tabbed_enhanced:hover .post-body{
    opacity: 1;
}
.articles-with-nav-and-sidebar .article-content-wrap, .hover-text .iwithtext .iwt-text {
    transition: transform .65s cubic-bezier(.05,.2,.1,1);
}
.article-tabbed_enhanced .post-featured-img{
    transition: scale 0.8s cubic-bezier(.05,.2,.1,1);
    scale: 1;
    background-position: center;
}
@media screen and (min-width: 1451px) {
    .article-tabbed_enhanced .post-featured-img{
        position: absolute;
        width: 100%;
        min-height: 100%;
    }
}
@media screen and (max-width: 1450px) {
    .article-tabbed_enhanced .content_hub-article-inner{
        min-height: 450px;
    }
}
.article-tabbed_enhanced:hover .post-featured-img{
    scale: 1.08;
    transition: scale 9s cubic-bezier(.05,.2,.1,1);
}
.article-tabbed_enhanced .post-featured-img::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #0000008f, transparent, transparent);
    opacity: 1;
    transition: opacity .3s;
}
.article-tabbed_enhanced .post-featured-img::after, .hover-text .iwt-icon::after{
    content: "";
    position: absolute;
    top:0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #4C8384, transparent, transparent);
    opacity: 0;
    transition: opacity .3s;
}
.article-tabbed_enhanced:hover .post-featured-img::after, .hover-text:hover .iwt-icon::after{
    opacity: 1;   
}
.tab-fade-out{
    animation: tab-fade-out 0.8s forwards;
    position: absolute;
    z-index: -99;
}
.tab-fade-in{
    animation: tab-fade-in 0.8s forwards;
}
.content_hub-articles_wrap .articles-with-nav-and-sidebar .content_hub-article:not(:last-child) {
    margin-bottom: 0px;
}
.content_hub-sidebar-details > div {
    margin-bottom: 50px;
}
@keyframes tab-fade-out{
    from {opacity: 1;}
    to {opacity: 0;}
} 
@keyframes tab-fade-in{
    from {opacity: 0;}
    to {opacity: 1;}
} 
@media only screen and (max-width: 1450px){
    .articles-with-nav-and-sidebar .articles-nav{
        flex-wrap: wrap;
    }
    .articles-nav .article-tabbed_enhanced {
        width: 50%;
    }
    .articles-nav li:nth-child(2){
        border-left: 1px solid #eee;
    }
    .articles-nav li:nth-child(3):not(.tabbed-active),.articles-nav li:nth-child(4):not(.tabbed-active){
        border-top: 1px solid #eee;
    }
    .articles-nav li:nth-child(4){
        border-left: 1px solid #eee;
    }
    .articles-sidebar{
        display: none !important;
    }
}
@media screen and (max-width: 999px) {
    .article-content-wrap{
        top: 30% !important;
    }
    .articles-with-nav-and-sidebar .article-content-wrap .post-body {
        opacity: 1 !important;
    }
    .articles-with-nav-and-sidebar .articles-nav li img {
        max-width: 20vw !important;
    }
}
@media screen and (max-width: 690px) {

}

/*Carousel Article Styling */
div.article-carousel.content_hub-articles_wrap.content_hub-recent_articles.style-posts{
    display: flex;
    width: 500vw;
}

body .owl-carousel.article-carousel .owl-stage-outer {
    overflow: hidden;
    min-width: calc(100% + 80px);
}

div.article-carousel.content_hub-articles_wrap.content_hub-recent_articles.style-posts.loaded{
    display: block;
    width: auto;
}

body .article-carousel .owl-stage  {
    margin-left: 0;
    display: flex;
}

body .article-carousel .owl-stage .owl-item > div{
    height: 100%;
}

.owl-nav.disabled{
    display: none;
}

.owl-dots .owl-dot.active span {
    background: var(--ecap-teal);
}

.owl-dots .owl-dot {
    display: inline-block;
    background: 0 0;
    border: none;
    padding: 0;
    cursor: pointer;
}

html body .span_12.dark .owl-theme.article-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px;
    background: #E5E5E5;
    display: block;
    -webkit-backface-visibility: visible;
    border-radius: 30px;
    -webkit-transition: all .13s ease;
    transition: all .13s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
}

html body .owl-theme.article-carousel .owl-dots {
    text-align: right;
}

html body .span_12.dark .owl-theme.article-carousel .owl-dots .owl-dot.active span{
    background-color: var(--ecap-currency) !important; 
}

.owl-theme.article-carousel .article-posts .article-content-wrap {
    border: 0;
    padding: 25px 0;
}
.article-carousel .link-with-arrow {
    color: var(--ecap-currency);
    text-transform: uppercase;
    margin-top: 30px;

}
.article-carousel .link-with-arrow::after {
    content: "\f061";
    position: absolute;
    line-height: 1;
    top: -0.015em;
    font-family: "Font Awesome 6 Pro";
    font-size: 1.2em;
    color: var(--ecap-currency);
}

.article-carousel .excerpt{
    margin-bottom: 30px;
}
.article-carousel .post-body{
    flex-grow: 1;
} 
.article-carousel .article-cta {
    position: absolute;
    bottom: 0;
}



/* Drop Down Styling*/
.dropdown_list{
    list-style: none;
    border: 1px solid var(--ecap-slate);
    padding: 10px 10px 10px 15px !important;
    display: inline-block;
    min-width: 200px;
    max-width: 400px;
    cursor: pointer;
    position: relative;
    font-size: 18px;
    display: block;
    margin: 0 auto !important;
    width: 100%;
  }
  
  .dropdown_list li{
    margin: 0 !important;
    padding: 5px 5px 5px 21px !important;
    border-top: 1px solid #aaa;
    line-height: 2 !important;
  }
  
  .dropdown_list_choices li:first-child{
     border-top: none;
  }
  
  .dropdown_list_choices li::before{
    display: none;
  }

  .dropdown_list_choices li:hover{
    background-color: #999;
    color: white;
  }

.dropdown_list:not(.open) .dropdown_list_choices{
    display: none;
}

.dropdown_list_choices{
    padding: 0 !important;
    background: #eee;
    z-index: 99;
    border: 1px solid var(--ecap-slate);
    width: calc(100% + 2px);
    margin: 0 !important;
    position: absolute;
    top: 100%;
    left: -1px;
    line-height: 2em;
    box-shadow: 1px 1px 2px #999;
    max-height: 300px;
    overflow-y: scroll;
}

@media screen and (max-width: 999px) {
    .dropdown_list{
        padding-left: 0 !important;
        padding-right: 0 !important;    
        max-width: 100%;
    }
    .dropdown_label{
        padding-left: 20px !important;
    }
    .dropdown_list.open{
        padding-bottom: 0 !important;
    }
    .dropdown_list_choices{
        position: relative;
        border:none;
        top:0;
        width: 100%;
        left: 0;
    }
    .dropdown_list.open .dropdown_label{
        padding-bottom: 12px;
        border-bottom: 2px solid #5d727e;
    }
    .dropdown_list.open .dropdown_label::after {
        top: calc(50% - 12px);
        border-top: none !important;
        border-bottom: .65em solid !important;
    }
    .filter-wrap{
        margin: 1.5em 0 3em 0 !important;
    } 
    .full-width-content .padding-4-percent_phone > .vc_column-inner {
        padding: 4% !important;
    }
    body .article-posts.person .img-link {
        order: -1;
    }
    body .article-posts.person .content_hub-article-inner {
        grid-template-columns: 1fr;
    }
    body .content_hub-recent_articles .article-posts.person .post-featured-img-wrap {
        max-width: 120px;
        margin-left: 0;
        margin-right: auto;
        margin-bottom: 20px;
    }
    body .no-padding-inner-mobile .vc_column-inner{
        padding: 0 !important;
    }
    body .person-cta-inner {
        grid-template-columns: 1fr !important;
    }
}

@media screen and (min-width: 1000px) {
    .filter-wrap > .wpb_wrapper{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        max-width: 1250px;
        margin: 4em auto !important;
        column-gap: 20px;
    }
    .filter-wrap2 > .wpb_wrapper{
        display: grid;
        grid-template-columns: 1fr 1fr;
        max-width: 1250px;
        margin: 4em auto !important;
    }
    .dropdown_list{
        display: inline-block;
    }
    .filter-wrap2 .dropdown_list {
        margin: 0 auto !important;
        min-width: 400px;
    }
}

.dropdown_label{
    position: relative;
    padding: 2px 35px 2px 5px;
}

.dropdown_label::after {
    content: "\f078";
    font-family: "Font Awesome 6 Pro";
    z-index: 99 !important;
    color: var(--ecap-slate) !important;
    position: absolute;
    right: 10px;
} 

.search-submit i{
    position: relative;
    font-size: 18px;
}

.search-submit i:before{
    color: var(--ecap-slate);
    font-size: 1em;
}

.light .search-submit i:before{
    color: white;
}

.content_hub-searchfield {
    position: relative;
    min-width: 280px;
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    max-width: 650px;
}

html body .content_hub-searchfield.content_hub-searchfield.content_hub-searchfield input {
  background: #ffffff22;
  border: 1px solid var(--ecap-slate);
  border-radius: 0 4px 4px 0 !important;
  border-left: none;
  padding: 15px 20px 15px 0;
  font-size: 18px !important;
}
html body .content_hub-searchfield.content_hub-searchfield.content_hub-searchfield input::placeholder{
    color: var(--ecap-slate);
    opacity: 1;
}

html body .light .content_hub-searchfield.content_hub-searchfield.content_hub-searchfield input, 
html body .light .content_hub-searchfield.content_hub-searchfield.content_hub-searchfield input:hover[type="text"],
html body .light .content_hub-searchfield.content_hub-searchfield.content_hub-searchfield input::placeholder {
     border-color: white !important;
     color: white !important;
}

html body .slim .content_hub-searchfield.content_hub-searchfield.content_hub-searchfield input {
    padding: 7px 20px 7px 0;
}

html body .span_12.light input[type="text"]:focus,  html [data-form-style="default"] .span_12.light input[type="text"]:hover:not(:focus){
    box-shadow: none;
    border-color: var(--ecap-slate);
}


.content_hub-searchfield input:focus, .content_hub-searchfield input:focus {
    box-shadow: none;
    border-color: inherit !important;
}

.search-submit {
  border-radius: 4px 0 0 4px;
  display: block;
  line-height: 1em;
  font-size: 16px;
  cursor: pointer;
  z-index: 10;
  padding: 0 20px;
  align-content: center;
  background: #ffffff22;
  border: 1px solid var(--ecap-slate);
  border-right: none;
}

.light .search-submit {
    border-color: white;
}

.search-submit .fa-search{
    top: -1px;
}

.content_hub-search_form select {
    background: #fff;
    border: 2px solid #727272;
    border-radius: 5px !important;
    font-family: 'Montserrat' !important;
    font-size: 14px !important;
    height: 44px;
    line-height: 24px;
    color: #686868!important;
    margin: 20px 0 10px;
    min-width: 220px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='24' viewBox='0 0 24 24' width='30' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") !important;
    background-repeat: no-repeat !important;
    background-position-x: 100% !important;
    background-position-y: 50% !important;
}

.main-content .wpb_text_column.wpb_content_element.link-underline a {
    color:  #fff;
    text-decoration: underline;
}

.main-content .wpb_text_column.wpb_content_element.link-underline a:hover{
    color: #f7901d;
}

.content_hub-search_terms_form.form-inner-wrapper.content_hub-searchfield {
    max-width: 660px;
}
.content_hub-search_terms_form {
    margin-top: 2.5em;
}

@media screen and (min-width: 1024px) {
    .content_hub-search_form.form-inner-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        
        align-items: center;
    }
    .hub-wrap .content_hub-search_form.form-inner-wrapper {
        justify-content: flex-end;
    }
    .content_hub-search_form select {
        margin: 0 20px;
        width: auto;
    }
}

body .content_hub-recent_articles h3.empty{
    color: #5d727e;
}

.content_hub-articles_wrap.no-shadow .content_hub-article {
    box-shadow: none;
}

@media only screen and (min-width: 1501px) {
    body .empty-centered .content_hub-recent_articles h3.empty {
        left: calc(100% + 50px);
        margin: auto !important;
        position: relative;
    }
}

/*recent posts author*/
.author-name a{
	text-transform: uppercase;
}
div.date{
	margin: 1em 0;
}
.grav-wrap img{
	height: 50px !important;
	width: 50px !important;
}
.full-slide-link{
    font-weight: bold;
}
.current-sublink::after{
    content: '';
      width: 100%;
      bottom: 0;
      height: 2px;
      background-color: #F7901E;
      position: relative;
      top: 0.5em;
      display: block;
      left: 0;
}  

/* Layout Preview */
.content_hub-recent_articles.style-list.layout-preview .post-header {
    width: 100%;
}

/* Classic Enhanced*/
.article-classic_enhanced {
    margin-bottom: 10% !important;
}

.article-classic_enhanced .content_hub-article-inner:hover .post-featured-img {
    transition: all .9s cubic-bezier(.2,1,.22,1);
    -webkit-transition: all .9s cubic-bezier(.2,1,.22,1);
}

.article-classic_enhanced .content_hub-article-inner:hover .post-featured-img {
    transform: scale(1.07) translateY(-3%);
}

.article-classic_enhanced  .post-header, .article-classic_enhanced  h3.title, .article-classic_enhanced  h3.title a {
    font-weight: 500 !important;
    margin-bottom: 10px !important; 
    color: #5d727e !important;
}

.article-classic_enhanced  h3.title{
    font-size: 22px;
    text-transform: none;
    line-height: 36px;
    font-weight: 500 !important;
}

.article-classic_enhanced  .excerpt{
    color: #888;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
}

.content_hub-recent_articles .article-classic_enhanced  .post-featured-img{
    position: relative;
    padding-bottom: 50%;
    background-size: cover;
    background-position: 50% 50%;
}

.article-classic_enhanced .article-content-wrap {
    background: #f8f8f8;
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }

  .article-classic_enhanced .content_hub-article-inner{
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0px 1px 3px rgba(0,0,0,.08);
  }

  .article-classic_enhanced .link-with-arrow{
    display: none;
  }


@media screen and (max-width: 1023px){
    .content_hub-articles_wrap .content_hub-article:not(:last-child) {
        margin-bottom: 40px;
    }   
    div.content_hub-articles_wrap.content_hub-recent_articles.style-list .content_hub-article:not(:last-child) {
        margin-bottom: 10px;
    }   
}

@media screen and (min-width: 1024px){
    .content_hub-articles_wrap .content_hub-article:not(:last-child) {
        margin-bottom: 0;
    }
    div.content_hub-articles_wrap.content_hub-recent_articles.style-classic_enhanced {
        display: grid;
        gap: 2.5%;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr;
    }

}

/* People Hub */
.article-posts.person .content_hub-article-inner{
    height: 100%;
    padding: 17px;
    background-color: #FFF;
    box-shadow: 3px 3px 3px #0000001c;
}
.article-posts.person .content_hub-article-inner .person-inner {
    display: grid;
    grid-template-columns: 1fr 2fr;
}

.person-cta {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

.person-cta .btn-bordered {
    color: #5d727e;
}

.person-cta .btn-bordered:hover {
    color: #5d727e;
}

.person-cta .btn-bordered-teal {
    color: #FFF;
}

.person-cta .btn-bordered-teal:hover {
    color: #FFF;
}

.person-cta-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.content_hub-recent_articles .article-posts.person h3{
    text-transform: uppercase;
}

.content_hub-recent_articles .article-posts.person h4{
    font-weight: normal;
    font-size: 17px;
    line-height: 1.25;
    margin-bottom: 20px;
}

.content_hub-recent_articles .article-posts.person h4::after {
    content: '';
    width: 60px;
    bottom: 0;
    height: 3px;
    background-color: #F7901E;
    position: relative;
    top: 15px;
    display: block;
    left: 0;
  }

  .content_hub-recent_articles .article-posts.person .post-featured-img {
    padding-bottom: 100%;
  }

  .content_hub-recent_articles .article-posts.person .post-featured-img-wrap {
    padding: 15px;
    background: #F8F8F8;
    border-radius: 50%;
    margin-right: 13px;
  }

  .article-posts.person h3.title a {
    font-weight: normal !important;
  }

  .article-posts.person h3.title a strong {
    font-weight: 700 !important;
  }

  .article-posts.person .article-cta{
    display: flex !important;
    flex-wrap: wrap;
  }

  .article-posts.person .linkedin img{
    height: 1em;
    margin: 0;
    display: inline;
    vertical-align: middle;
  }
  .article-posts.person .linkedin{
    margin: 0;
  }

  .article-posts.person .article-content-wrap {
    border: none;
    padding-right: 0;
    padding: 13px;
    justify-content: center;
  }

  .article-posts.person .post-featured-img {
    border-radius: 50%;
  }

  .phone-link span {
    margin-left: 10px;
    font-size: 17px;
  }

  .region-pin span {
    margin-left: 11px;
  }


.phone-link, .supported-lang, .region-pin{
    color: #5d727e;
}

.phone-link::before,.contact-link::before,.supported-lang::before, .region-pin::before{
    font-family: "Font Awesome 6 Pro"; 
    font-weight: 900; 
    color: orange;
    margin-right: 5px;
}

.phone-link::before{
    content: "\f095";
}

.region-pin::before{
    content: "\f3c5";
}

.supported-lang::before{
    content: "\f653";
}

/* Transaction Hub */

.content_hub-recent_articles .article-posts.transaction .post-featured-img {
    position: relative;
    padding-bottom: 30%;
    background-size: cover;
    background-position: 50% 50%;
    border-bottom: 7px solid #F7901E;
}

.article-posts.transaction .pre-header {
    display: flex;
    justify-content: space-between;
}

.article-posts.transaction .post-header h3 {
    text-align: center;
    font-size: 35px;
    margin-top: 40px;
    line-height: 1.1em;
}

.article-posts.transaction  .link-with-arrow {
    width: 100%;
    text-align: right;
}

.article-posts.transaction .link-with-arrow::after {
    color:#F7901E;
}

.article-posts.transaction .link-with-arrow:hover::after {
    color: #5d727e;
    -webkit-transition: color 0.3s;
}

.article-posts.transaction  .excerpt{
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    margin-top: 5px;
}

#loadMore {
    margin: auto !important;
    min-width: 250px;
}

body[data-button-style^="slightly_rounded"] a.nectar-button.large.regular.accent-color.regular-button.archive-more, body[data-button-style^="slightly_rounded"] .content_hub-article a.nectar-button.archive-more {
    border-radius: 5px !important;
    background-color: #f7901e !important;
    margin: 0 !important;
  }

@media only screen and (min-width: 1501px) {
    #loadMore {
        left: calc(100% + 50px);
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1500px) {
    div.content_hub-articles_wrap.content_hub-recent_articles.style-posts {
      grid-template-columns: 1fr 1fr !important;
    }
  }

@media only screen and (max-width: 1023px) {
    body .article-posts.transaction .excerpt {
        display: block !important;
    }
}

/*UI Kit Style*/
.article-uilist .post-header, .article-uilist .post-body, .article-uilist .pre-header{
    padding-left: 60px;
}
.article-uilist .post-body .excerpt{
    margin-bottom: 20px;
}
.article-uilist .pre-header{
    font-size: 40px;
    font-weight: bold;
}
.article-uilist .img-link{
    display: none;
}
.article-uilist h3{
    font-size: 24px !important;
    line-height: 1.5em !important;
    margin-bottom: 0 !important;
}
.article-uilist h3 a{
    color: var(--ecap-slate);
}
.article-uilist h3 a:hover{
    color: var(--ecap-orange);
}
.article-uilist h3::before{
    content: "\f054";
    font-family: "Font Awesome 6 Pro";
    font-weight: normal;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    position: absolute;
    left: 0px;
    color: white;
    border-radius: 4px;
    text-align: center;
    top: 7px;
}
.article-uilist:nth-child(1) h3::before{
    background-color: var(--ecap-teal);
}
.article-uilist:nth-child(2) h3::before{
    background-color: var(--ecap-currency);
}
.article-uilist:nth-child(3) h3::before{
    background-color: var(--ecap-slate);
}
.article-uilist .article-content-wrap {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--ecap-grey4);
    position: relative;
}
.article-uilist a.link-with-arrow:hover{
    color: var(--ecap-orange);
}
.article-uilist a.link-with-arrow::after{
    display: none;
}

/* Advanced Carousel */

@media only screen and (min-width: 1000px) {

    body .advanced-post-carousel .owl-dots{
        position: absolute;
        margin-top: 0;
        right: auto;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        text-align: center;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .advanced-post-carousel  .owl-theme .owl-dots .owl-dot {
        height: 100px;
        padding: 15px 40px;
        border-radius: 0 !important;
    }

    body .advanced-post-carousel  .owl-theme .owl-dots .owl-dot span {
        width: 100% !important;
        height: 100%;
        border-radius: 0;
        background-color: unset !important;
        margin: 0 !important;
        opacity: 0.5;
        filter: grayscale(100%);
        transition: filter linear 0.25s;
        background-position: center !important;
    }

    body .advanced-post-carousel  .owl-theme .owl-dots .owl-dot:hover span{
        background-position: center !important;
    }

    body .advanced-post-carousel  .owl-theme .owl-dots .owl-dot span, body .owl-theme .owl-dots .owl-dot.active span {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    body .advanced-post-carousel  .owl-theme .owl-dots .owl-dot.active span {
        filter: grayscale(0);
        opacity: 1;
    }

    body .main-content .advanced-post-carousel .owl-theme .owl-dots .owl-dot.active span, body .main-content .advanced-post-carousel .owl-theme .owl-dots .owl-dot:hover span, body .main-content .advanced-post-carousel .owl-theme .owl-dots .owl-dot:hover span{
        background-color: unset !important;
    }

    body .advanced-post-carousel .owl-theme .owl-dots .owl-dot:not(:last-child) {
        border-right: 2px solid #eee;
    }
    body .advanced-post-carousel .owl-carousel {
        margin: 0 !important;
    }

    body .advanced-post-carousel .owl-carousel .owl-stage {
        padding: 0 !important;
    }

    body .advanced-post-carousel .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 20px;
    }

    .advanced-post-carousel .fade-in-hover{
        position: relative;
        top: 3em;
        transition: top linear 0.25s;
    }
    .advanced-post-carousel .inner-carousel:hover .fade-in-hover{
        position: relative;
        top: 0;
    }
    .advanced-post-carousel .absolute-left{
        position: absolute;
        left: 0;
        top: 0;
    }
    .advanced-post-carousel .shadow-text{
        text-shadow: 1px 1px #2f2f2f;
    }

    .advanced-post-carousel .inner-carousel .vc_column-inner .column-image-bg-wrap:before{
        content: '';
        z-index: 10;
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
        transition: background 0.4s ease-out; 
        background-position-y: 0px;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }

    .advanced-post-carousel .inner-carousel:hover .vc_column-inner .column-image-bg-wrap:before{
        background-position-y: 150px;
    }

    .advanced-post-carousel .inner-carousel .wpb_wrapper{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

    .advanced-post-carousel .inner-carousel .divider-wrap {
        flex-grow: 1;
    }

}

.advanced-post-carousel .owl-carousel .owl-stage {
    display: flex;
}

.advanced-post-carousel .carousel-item, .advanced-post-carousel .carousel-item >.wpb_row, .advanced-post-carousel .carousel-item >.wpb_row > .row_col_wrap_12_inner, .advanced-post-carousel .inner-carousel, .inner-carousel > .vc_column-inner{
    height: 100% !important;
}

/*MISC*/
.hidden{
  display: none;
}
body .pad-bot-100{
    padding-bottom: 100px !important;
}

body .no-padding-inner > .vc_column-inner{
    padding: 0 !important;
}

body .no-padding-top-bottom{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

form input[placeholder*='BDO']{
    display: none;
}

.full-width-centered-text {
    max-width: 1400px;
    margin: auto !important;
}

.link-with-arrow {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    margin-top: 10px;
    font-weight: 700;
}

.link-with-arrow::after {
    content: "\f105";
    right: -10px;
    position: absolute;
    line-height: 1;
    top: 25%;
    font-family: "Font Awesome 6 Pro";
    font-size: 16px;
    color: #5E717F;
    transition: all .65s cubic-bezier(.05,.2,.1,1);
}
.link-with-arrow:hover::after {
    transform: translateX(0.4em);
    padding-left: 1.5em;
}
.link-with-arrow-2, .mega-nav-see-more-arrow {
    position: relative;
    display: inline-block;
    padding-right: 10px;
    margin-top: 10px;
    font-weight: 700;
    line-height: 1.2em;
    margin-right: 1.5em;
    cursor: pointer;
}

.link-with-arrow-2::after, .mega-nav-see-more-arrow::after {
    content: "\f061";
    right: -1.5em;
    position: absolute;
    line-height: inherit !important;
    font-family: "Font Awesome 6 Pro";
    font-size: 1em;
    color: inherit !important;
    transition: transform  .65s cubic-bezier(.05,.2,.1,1);
    padding-left: 2em;
}
.link-with-arrow-2:hover::after, .mega-nav-see-more-arrow:hover::after {
    transform: translateX(0.4em);
}
.link-with-arrow-2-spacer{
    width: 1.5em;
    display: inline-block;
}

/* UI KIT */

.content_hub-recent_articles.style-neo_posts.first-featured .pre-header span:last-child::after{
  left: 20px
}
.content_hub-recent_articles.style-neo_posts .pre-header, .content_hub-recent_articles.style-neo_posts_list .pre-header{
  display: flex;
  gap: 16px;
  font-size: 16px;
  text-transform: uppercase;
}
.content_hub-recent_articles.style-neo_posts.first-featured .pre-header{
  gap: 40px;
  font-size: 18px;
}
.content_hub-recent_articles.style-neo_posts .pre-header span:last-child, .content_hub-recent_articles.style-neo_posts_list .pre-header span.taxonomy{
  order:-1;
  color: var(--ecap-orange);
  font-weight: bold;
}
.content_hub-recent_articles.style-neo_posts .pre-header span:first-child, .content_hub-recent_articles.style-neo_posts_list .pre-header span.article-date{
    color: var(--ecap-grey4);
}
 .content_hub-recent_articles.sidebar.style-neo_posts .pre-header span:first-child, .content_hub-recent_articles.sidebar.style-neo_posts_list .pre-header span.article-date{
    color: #ffffffc0;
}
.content_hub-recent_articles.style-neo_posts .pre-header span:last-child::after, .content_hub-recent_articles.style-neo_posts_list .pre-header span:last-child::after{
  content: "." ;
  position: relative;
  bottom: 0.2em;
  left: 8px;
}
.content_hub-recent_articles.style-neo_posts .post-header, .content_hub-recent_articles.style-neo_posts_list .post-header{
  margin-top: 0.5em;
  margin-bottom: 0;
}
.small-width.content_hub-recent_articles.style-neo_posts_list .post-header{
    margin-top: 1em;
}
.sidebar.content_hub-recent_articles.style-neo_posts .post-header, .sidebar.content_hub-recent_articles.style-neo_posts_list .post-header{
  margin-top: 0.25em;
}
.content_hub-recent_articles.style-neo_posts.first-featured  .post-header{
    margin-top: 1.5em;
}
.content_hub-recent_articles.style-neo_posts.first-featured .post-body .excerpt{
    font-size: 20px;
    margin: 40px 0 20px 0;
}
.content_hub-recent_articles.style-neo_posts .article-cta .link-with-arrow-2{
  background : var(--ecap-orange);
  padding: 10px 20px;
  border-radius: 4px;
  text-transform: uppercase;
  color: white;
  font-size: 15px;
}
.content_hub-recent_articles.style-neo_posts.first-featured .article-cta .link-with-arrow-2{
    padding: 12px 30px;
    font-size: 18px;
}
.content_hub-recent_articles.style-neo_posts .article-cta .link-with-arrow-2::after{
  display: inline-block;
  position: unset;
  padding-left: 15px;
  transition: padding .65s cubic-bezier(.05,.2,.1,1);

}
.content_hub-recent_articles.style-neo_posts .article-cta .link-with-arrow-2:hover::after{
  padding-left: 20px;
  transform: unset;
}
.content_hub-articles_wrap.first-featured .content_hub-article.article-neo_posts,.content_hub-articles_wrap.first-featured .content_hub-article.article-neo_posts_list {
    max-width: 950px;
}
.content_hub-articles_wrap .content_hub-article.article-neo_posts_list{
    border-bottom: 2px solid var(--ecap-grey4);
    border-radius: 0;
    padding-bottom: 25px;
}
 .content_hub-articles_wrap.sidebar .content_hub-article.article-neo_posts_list{
    border-bottom: 2px solid #ffffff60;
}
body .content_hub-articles_wrap .content_hub-article.article-neo_posts_list:last-child{
    border-bottom: 0;
}
.content_hub-articles_wrap .content_hub-article.article-neo_posts h5,.content_hub-articles_wrap .content_hub-article.article-neo_posts_list h5 {
    font-size: 18px !important;
    margin-bottom: 0 !important;
}
.content_hub-recent_articles.style-neo_posts .pre-header span,.content_hub-recent_articles.style-neo_posts_list .pre-header span{
    font-weight: bold;
}
.article-neo_posts_list .content_hub-article-inner {
    display: grid;
    column-gap: 50px;
    grid-template-columns: 1fr 3fr;
}
.small-width .article-neo_posts_list .content_hub-article-inner{
    grid-template-columns: 1fr;
    row-gap: 50px;
}
.sidebar .article-neo_posts_list .content_hub-article-inner {
    column-gap: 25px;
}
.sidebar .article-neo_posts_list .content_hub-article-inner {
    grid-template-columns: 1fr 2fr;
}
.inverted-images .article-neo_posts_list .content_hub-article-inner {
    grid-template-columns: 3fr 1fr;
}
.inverted-images.sidebar .article-neo_posts_list .content_hub-article-inner {
    grid-template-columns: 2fr 1fr;
}
.article-neo_posts_list .post-featured-img {
  background-size: contain;
  margin: auto;
  aspect-ratio: 2/1;
  width: auto;
  border-radius: 4px;
}
.content_hub-recent_articles.style-neo_posts_list{
    display: flex;
    flex-direction: column;
    row-gap: 25px;
}
.content_hub-recent_articles.style-neo_posts_list.first-featured {
  grid-auto-rows: auto 1fr 1fr 1fr 1fr 1fr;
}
.inverted-images .article-neo_posts_list .img-link {
  order: 1;
  width: 100%;
  align-content: center;
}
.first-featured .article-neo_posts_list:first-child .content_hub-article-inner {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.first-featured.inverted-images .article-neo_posts_list:first-child .img-link {
    order: 0;
}
.article-neo_posts_list .article-content-wrap {
    padding: 5px 0;
}

.content_hub-recent_articles.style-neo_posts_list.first-featured.small-width .content_hub-article:first-child .img-link{
    display: block;
}
.content_hub-recent_articles.style-neo_posts_list.first-featured.small-width .img-link{
    display: none;
}
.content_hub-recent_articles.style-neo_posts_list.first-featured.small-width .content_hub-article-inner {
  grid-template-columns: 1fr;
}
body .content_hub-recent_articles.style-neo_posts .post-header a:hover, body .content_hub-recent_articles.style-neo_posts_list .post-header a:hover{
    color: inherit;
}
.style-neo_posts_list .article-content-wrap{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
html body .main-content .style-neo_posts_list h4 {
    line-height: 1.2;
}

/* Neo Big Image */
.content_hub-recent_articles.style-neo_posts_image .content_hub-article-inner{
    position: relative;
    height: 100%;
}
.content_hub-recent_articles.style-neo_posts_image .img-link{
    height: 100%;
    width: 100%;
    position: absolute;
}
.content_hub-recent_articles.style-neo_posts_image .img-link > div{
    background-size: cover;
    height: 100%;
    width: 100%;
    filter: brightness(0.85);
    transition: transform 10s var(--ecap-smooth-curve);
}
.content_hub-recent_articles.style-neo_posts_image .img-link > div:hover{
    transform: scale(1.15);
}
.content_hub-recent_articles.style-neo_posts_image .article-content-wrap{
    background: transparent;
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 1em 30px;
    padding-top: 100px;
    height: 100%;
    justify-content: flex-end;
    pointer-events: none;
}
.content_hub-recent_articles.style-neo_posts_image .article-content-wrap .title a, .content_hub-recent_articles.style-neo_posts_image .article-content-wrap, .content_hub-recent_articles.style-neo_posts_image .article-content-wrap .article-cta a{
    color: white !important;
}
.content_hub-recent_articles.style-neo_posts_image.content_hub-articles_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.content_hub-recent_articles.style-neo_posts_image .content_hub-article{
    border-radius: 4px;
    overflow: hidden;
}
.content_hub-recent_articles.style-neo_posts_image .content_hub-article .post-header{
    order: -1;
    margin-bottom: 0;
}
.content_hub-recent_articles.style-neo_posts_image.first-featured{
    grid-template-areas:
    "a a b"
    "a a c";
}
.content_hub-recent_articles.style-neo_posts_image.first-featured .content_hub-article:first-child{
    grid-area : a;
    min-height: 65vh;
}
.content_hub-recent_articles.style-neo_posts_image.first-featured .content_hub-article:first-child .article-content-wrap .title{
    font-size: clamp(40px, 5vw, 90px);
}
.content_hub-recent_articles.style-neo_posts_image.first-featured .content_hub-article .article-content-wrap .title{
   font-size: clamp(30px, 3vw, 50px);
}
.content_hub-recent_articles.style-neo_posts_image .link-with-arrow-2{
    text-transform: uppercase;
}
.content_hub-recent_articles.style-neo_posts_image .link-with-arrow-2::after{
    display: none;
}

.content_hub-recent_articles.style-neo_posts_image.first-featured .content_hub-article .article-cta > a{
    margin-bottom: 0;
    margin-top: 1em;
    margin-right: 0;
    padding: 0;
}
.content_hub-recent_articles.style-neo_posts_image .content_hub-article .post-featured-img::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, var(--ecap-currency), transparent 40%);
}
@media screen and (min-width: 1401px) {
    .content_hub-recent_articles.style-neo_posts_image.first-featured .content_hub-article:first-child .article-cta{
        position: absolute;
        right: 0;
        bottom: 1em;
    }
}
@media screen and (max-width: 1400px) {
    .content_hub-recent_articles.style-neo_posts_image.content_hub-articles_wrap{
        grid-template-columns: 1fr;
        grid-template-areas: "a";
    }
    .content_hub-recent_articles.style-neo_posts_image .content_hub-article {
        min-height: 50vh !important;
    }
}
@media screen and (max-width: 1023px) {
  .content_hub-recent_articles.style-neo_posts_image .content_hub-article:not(:last-child) {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 999px) {
    .content_hub-recent_articles.style-neo_posts_image .article-content-wrap {
        top: 0% !important;
    }
    .content_hub-recent_articles.style-neo_posts_image .content_hub-article.content_hub-article {
        min-height: 20vh !important;
    }
}

/*Neo Posts Rounded*/
.content_hub-articles_wrap.style-neo_posts_rounded{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 45px;
}
.content_hub-articles_wrap.style-neo_posts_rounded .content_hub-article-inner .article-content-wrap {
    padding: 60px 50px 30px 50px;
    border-radius: 90px 90px 0 0;
    overflow: hidden;
    background: white;
    position: relative;
    top: -90px !important;
    margin-bottom: -90px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-shadow: 1px 1px 15px #00000044;
    flex-grow: 1;
}
.content_hub-articles_wrap.style-neo_posts_rounded .article-cta{
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.content_hub-articles_wrap.style-neo_posts_rounded .article-cta a{
    margin: 0;
    text-transform: uppercase;
}
.content_hub-articles_wrap.style-neo_posts_rounded .content_hub-article-inner .post-featured-img {
    aspect-ratio: 1.75;
    background-size: cover;
    position: relative;
}
.content_hub-articles_wrap.style-neo_posts_rounded .post-header {
    display: flex;
    justify-content: space-between;
    order: -1;
    margin-bottom: 0;
    flex-wrap: wrap;
}
.content_hub-articles_wrap.style-neo_posts_rounded .post-header .title {
    flex-grow: 1;
}
.content_hub-articles_wrap.style-neo_posts_rounded .content_hub-article-inner{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.content_hub-articles_wrap.style-neo_posts_rounded .post-header .title a{
    font-size: clamp(40px, 4vw, 75px);
    color: var(--ecap-slate);
    position: relative;
}
.content_hub-articles_wrap.style-neo_posts_rounded .content_hub-article{
    background: white;
    border-radius: 4px;
    overflow: hidden;
}
.content_hub-articles_wrap.style-neo_posts_rounded .post-header img {
    max-width: 4em !important;
    margin: auto;
    align-self: center;
}
.content_hub-articles_wrap.style-neo_posts_rounded .title sup{
    position: absolute;
    left: -0.75em;
    top: 0;
}
.content_hub-articles_wrap.style-neo_posts_rounded .content_hub-article .post-featured-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, var(--ecap-teal), transparent 40%);
}
.content_hub-articles_wrap.style-neo_posts_rounded #loadMore{
    text-transform: uppercase !important;
    margin-top: 4vw !important;
}
.content_hub-articles_wrap.style-neo_posts_rounded .pre-header{
    flex-grow: 1;
}
.content_hub-articles_wrap.style-neo_posts_rounded .img-link > div{
    background-size: cover;
    height: 100%;
    width: 100%;
    filter: brightness(0.85);
    transition: transform 10s var(--ecap-smooth-curve);
}
.content_hub-articles_wrap.style-neo_posts_rounded .img-link > div:hover{
    transform: scale(1.15);
}
@media screen and (max-width: 1650px) {
    .content_hub-articles_wrap.style-neo_posts_rounded {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 1023px) {
  body .content_hub-articles_wrap.style-neo_posts_rounded .content_hub-article:not(:last-child) {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 999px) {
    .content_hub-articles_wrap.style-neo_posts_rounded {
        grid-template-columns: 1fr;
    }
    .content_hub-articles_wrap.style-neo_posts_rounded .content_hub-article-inner .article-content-wrap {
        padding: 40px 30px 30px 50px;
        border-radius: 60px 60px 0 0;
    }
    .content_hub-articles_wrap.style-neo_posts_rounded .article-cta {
        gap: 10px;
    }
}
.content_hub-articles_wrap.style-neo_posts_rounded .link-with-arrow-2::after{
  display: none;
}
.content_hub-articles_wrap.style-neo_posts_rounded .article-cta, .content_hub-articles_wrap.style-neo_posts_rounded .link-with-arrow-2 {
  padding-right: 0;
}

/*Modifiers*/
.content_hub-articles_wrap.fill-image .content_hub-article-inner a.img-link{
    height: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 4px;
}
.content_hub-articles_wrap.fill-image .content_hub-article-inner .post-featured-img{
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
}
.content_hub-articles_wrap.onebytwo .content_hub-article .content_hub-article-inner{
    grid-template-columns: 1fr 2fr;
}
.content_hub-articles_wrap.align-top .article-content-wrap , .content_hub-articles_wrap.align-top .post-header{
    margin-top: 0;
    padding-top: 0;
} 