.single-person-details-wrapper .article-posts.person .content_hub-article-inner {
    box-shadow: none !important;
}
.content_hub-recent_articles.single-person-details-wrapper .article-posts.person .post-featured-img-wrap {
    max-width: 300px;
    margin-right: 50px;
    margin-left: 0;
    width: 300px;
    }
div.content_hub-articles_wrap.content_hub-recent_articles.single-person-details-wrapper.style-posts {
    grid-template-columns: 1fr;
}
.single-person-details-wrapper .article-posts.person .img-link {
    order: -1;
    margin-bottom: 20px;
}
.article-posts.person .content_hub-article-inner{
    flex-direction: row;
}
.single-person-details-wrapper .article-posts.person .content_hub-article-inner {
    display: inline-flex;
    flex-wrap: wrap;
    padding: 30px 0;
    flex-direction: column;
}
.single-person-details-wrapper .article-posts .article-content-wrap {
    text-align: left;
    flex-grow: 0;
}
.single-person-details-wrapper .article-posts.person{
    text-align: center;
}
.article-posts.person .article-content-wrap {
    justify-content: center;
}
.single-person-details-wrapper .article-posts.person h3.title, .single-person-details-wrapper .article-posts.person  h3.title a {
    font-size: 50px;
    line-height: 60px;
}
.single-person-details-wrapper.content_hub-recent_articles .article-posts.person h4 {
    font-size: 24px;
    color: #5d727e;
    line-height: 1.25;
}
.single-person-details-wrapper .article-posts.person .article-cta a {
    font-size: 20px;
    line-height: 1.75em;
}
.single-person .single-person-details-wrapper {
        padding: 0px;
}
.img-link, h3 > a{
    cursor: auto;
}
.article-posts.person .linkedin img {
    width: auto;
}
.supported-lang{
    display: none;
}
.article-cta .btn-bordered{
    margin: 15px 0 5px 0;
    max-width: 250px;
    font-size: 16px;
}
.phone-link span{
    margin-left: 20px;
}
.person-socials a {
    font-size: 1.75em !important;
}
.contact-link::before{
    display: none;
}
.btn-bordered {
    border: 2px solid #707070 !important;
    border-radius: 5px !important;
    display: inline-block !important;
    padding: 5px 10px !important;
    font-weight: bold !important;
    text-align: center;
    max-width: 300px;
}
.person-cta .btn-bordered-teal {
    opacity: 0;
}
.person-cta-inner {
    grid-template-columns: 1fr 2fr !important;
}
.region-pin::before {
    margin-left: 4px;
}
body .region-pin span {
    margin-left: 11px;
    font-size: 17px;
}
@media only screen and (min-width: 1024px) and (max-width: 1500px) {
    body div.content_hub-articles_wrap.content_hub-recent_articles.style-posts {
        grid-template-columns: 1fr !important;
    }
}
@media screen and (max-width: 999px) {
    .single-person-details-wrapper .article-posts.person h3.title, .single-person-details-wrapper .article-posts.person h3.title a {
        font-size: 42px;
    }
    body .content_hub-recent_articles.single-person-details-wrapper .article-posts.person .post-featured-img-wrap {
        max-width: 320px;
        width: 320px;
    }
    .single-person-details-wrapper .article-posts.person .content_hub-article-inner {
        padding-top: 10px !important;
    }
    .article-posts.person .article-content-wrap {
        padding: 0 !important;
    }
    .article-cta {
        padding-right: 0px !important;
    }
    .content_hub-recent_articles.single-person-details-wrapper .article-posts.person .post-featured-img-wrap {

        margin-right: 0px;
    }
    .article-posts h3.title, .article-posts h3.title a {
        font-size: 30px;
        line-height: 40px;
    }
    .single-person-details-wrapper.content_hub-recent_articles .article-posts.person h4 {
        font-size: 24px;
        line-height: 29px;
        font-weight: bold;
    }
    body .single-person-details-wrapper .article-posts.person .content_hub-article-inner , div.content_hub-articles_wrap.content_hub-recent_articles.style-posts {
        padding-bottom: 0 !important;
    }
    .article-posts.person .content_hub-article-inner .person-inner {
        grid-template-columns: 1fr !important;
    }
    .person-cta {
        margin: 0 auto 0 0 !important;
    }
}

/*temp compatibility*/
.article-cta > div:first-child{
  display: none;
}
.person-spacer {
  display: none;
}
.single-person-details-wrapper .article-posts.person .content_hub-article-inner {
  flex-wrap: nowrap;
  gap: 30px;
}
.person-cta{
  margin: auto;
  flex-grow: 1
}
.person-cta-inner{
    display: block;
    text-align: center;
}
.person-inner{
  margin-bottom: 0 !important;;
}