.person-sidebar i.fa::before{
  color: var(--ecap-slate) !important;
}
.person-sidebar p > br{
    margin-bottom: 3px;
}
body.single-person #ajax-content-wrap .container.main-content{
    padding-top: 0 !important;
}
.person-card-wrap .wpb_text_column:first-child{
  background: var(--ecap-slate);
  padding: 0;
}
.person-card-wrap .wpb_text_column:last-child{
  background: var(--ecap-blue-grey);
}
.person-card-wrap .wpb_text_column{
  margin-bottom: 0 !important;
  padding: 8%
}
.person-card-wrap .vc_column-inner{
  padding: 0 !important;
}

.person-card-wrap{
    margin-bottom:  0 !important;
    flex-grow: 1;
    padding: 0 !important;
}
.person-details-wrap > .row_col_wrap_12{
    border-top: 12px solid var(--ecap-orange) !important;
    box-shadow: var(--ecap-box-shadow);
}
.person-sidebar .wpb_wrapper{
    padding: 6%;
}
.person-sidebar{
    max-width: 500px;
}
.article-posts.person{
    position: relative;
}
.article-posts.person .post-featured-img {
  aspect-ratio: 1;
  max-width: 320px;
  background-size: cover;
  border: 15px solid var(--ecap-grey3);
}
.article-posts.person a.img-link{
    position: absolute;
    min-width: 33%;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
}
html body .article-posts.person .content_hub-article-inner{
    background: none;
    padding: 30px 17px;
}
.article-posts.person .person-inner p{
    display: none;
}
.article-posts.person h1::after{
    display: none;
}
.article-posts.person h1 a, .article-posts.person div, .article-posts.person div a, html body .article-posts.person div.post-header h4{
    color: white;
}
html body .article-posts.person div.post-header h4{
    font-weight: normal;
    font-size: 22px;
    margin-bottom: 20px;
}
.article-posts.person h1 a{
    font-size: clamp(35px, 3vw, 50px);
    text-transform: none;
}
.article-posts.person h1{
    margin-bottom: 0 !important;
}
.phone-link span {
   font-size: 18px; 
}
.btn-bordered.contact-link{
    background: var(--ecap-currency);
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 18px;
    padding: 5px 30px !important;
}
.btn-bordered.contact-link{
    border: none !important;
    transition: all 0.65s cubic-bezier(.05,.2,.1,1) !important;
}
.btn-bordered.contact-link:hover{
    padding: 5px 32px !important;
    margin-left: 2px;
    color: white !important;
}
.phone-link{
    font-weight: normal;
}
.article-posts.person .linkedin img {
    filter: contrast(0) brightness(100);
}
.article-posts.person .article-cta {
    gap: 20px;
}
.person-socials{
    width: 100%;
}
.person-details-wrap > .row_col_wrap_12 {
    margin-top: 40vw;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.article-posts.person .article-content-wrap {
  padding: 13px 0 6px 0px;
}
@media screen and (min-width:1000px) {
    .person-details-wrap > .row_col_wrap_12 {
        margin-top: 100px;
    }
    .article-posts.person a.img-link{
        left: -5vw;
        top: 50%;
        transform: translateY(-50%);
    }
    html body .article-posts.person .content_hub-article-inner{
        padding-left: calc(33% - 5vw);
        display: grid;
        grid-template-columns: 2fr 1fr;
        gap: 20px;
    }
    html body .article-posts.person .content_hub-article-inner .person-inner,
    .person-cta-inner {
        display: block;
    }

    .person-details-wrap .wpb_column{
        padding: 0 !important;
    }
    .person-details-wrap > .row_col_wrap_12{
        width: 98%;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    html body .container.main-content{
        max-width: 95% !important;
    }
    .person-socials{
        margin-left: auto;
        width: revert;
    }
    .person-spacer{
        display: none;
    }
    .person-cta {
        padding: 0 13px;
    }
}

@media screen and (min-width:1000px) and (max-width: 1800px) {
    html body .article-posts.person .content_hub-article-inner{
        padding-left: calc(33% - 5vw + 30px);
    }
}
@media screen and (min-width:1000px) and (max-width: 1700px) {

    html body .article-posts.person .content_hub-article-inner{
        grid-template-columns: 1fr;
    }
    .person-socials{
        margin-left: revert;
    }
}
@media screen and (min-width:1000px) and (max-width: 1300px) {
    .person-sidebar{
        max-width: 30vw;
    }
}
@media screen and (max-width: 999px) {
    .article-cta{
        padding-right: 0;
        justify-content: center;
    }
    .article-posts.person .content_hub-article-inner .person-inner, .person-cta-inner {
        display: block;
    }
    .person-socials, .article-posts.person h1, html body .article-posts.person div.post-header h4, .person-cta-inner p{
        text-align: center;
    }
    html body .article-posts.person .content_hub-article-inner {
        padding-top: 33vw;
    }
    .article-posts.person .post-featured-img {
        width: 60vw;
        max-width: 100%;
    }
    .article-posts.person a.img-link {
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .person-cta {
        margin-top: 10px;
    }
}
@media only screen and (min-width: 690px) and (max-width: 999px) {
    .person-details-wrap{
        padding: 0 1%;
    }
}
@media only screen and (max-width: 690px) {
  html body .container{
    max-width: 100%;
  }
  html body .main-content .vc_row:not(.first-section){
    max-width: 420px;
    margin: auto;
  }
}
.person-header{
    font-size: 28px !important;
}
.article-uilist .pre-header {
  margin-bottom: 30px;
}
.content_hub-articles_wrap .content_hub-article:not(.article-neo_posts, .article-neo_posts_list) {
  box-shadow: none !important;
}
html .article-posts.person .content_hub-article-inner .person-inner {
    margin-bottom: 0;
}