/* Setting up fonts + general site styles*/
html, body {
    overflow-x : hidden !important;
}
h1, h2, h3, h4, h5, h6, a, p {
    font-family: proxima-nova !important;
}
.underline {
    text-decoration: underline;
}
div#navbarToggleExternalContent {
    position: absolute;
    right: 0;
    top: 4.1rem;
    background-color: #fff;
    width: 100%;
    z-index: 100;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid #141b4d0f;
}
div#searchToggleExternalContent {
    position: absolute;
    right: 0;
    top: 4.1rem;
    background-color: #fff;
    width: 100%;
    z-index: 100;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid #141b4d0f;
}
div#searchToggleExternalContent input.btn-primary {
    background-color: #720062 !important;
    border: none !important;
    margin-left: -5px;
    font-size: 0.75rem;
}
ul.nav-items {
    list-style-type: none;
    display: flex;  
    margin: 0;
    padding: 10px 0;
    justify-content: center;
}
ul.nav-items a {
    color: #141B4D;
    font-size: 1rem;
    margin: 10px;
    font-weight: 500;
}
div.collapse {
    display: none !important;
}
div.collapse.show {
    display: flex !important;
}
.blog-content .slick-dots {
    display: flex;
    margin-left: 8rem;
}
.blog-content .slick-dots button {
    display: none !important;
}
.blog-content .slick-dots li {
    padding: 0 13px;
}
.blog-content .slick-dots li::marker {
    color: #ffffff73;
    font-size: 2rem;
    text-shadow:
   1px 1px 0 #fff,  
   1px 1px 0 #fff,  
   1px 1px 0 #fff,  
   1px 1px 0 #fff;  
}
.blog-content li.slick-active::marker {
    color: #fff;
    font-size: 2rem;
}
.blog-slide.slick-slide {
    width: 20rem !important;
    height: 20rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.blog-slide.slick-slide.slick-active {
    width: 20rem !important;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.blog-slide .slick-track {
    display: flex !important;
}
.blog-slide .slick-slide {
    height: inherit !important;
}
/* div.opened {
    display: none;
} */
button:focus {
    outline: none !important;
}
a:hover {
    text-decoration: none;
}

/* Header */
.navbar-toggler {
    margin-top: 0 !important;
}
header {
    background-color: #fff;
    margin: 0;
}
nav button {
    border: none !important;
}
.logo {
    max-width: 6.5rem;
    margin: 0.4rem;
}
.header-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    background-color: #fff;
    justify-content: end;
}
.logo-container {
    padding-left: 3.5rem !important;
}
.menu-search {
    background-color: #720062;
    max-width: 100%;
    height: 100%;
}
.menu-search div.col-6 {
    height: 100%;
}
header svg {
    color: #fff;
}
header .search {
    justify-content: center;
}
nav p {
    color: #fff;
    font-size: 0.6rem;
    margin-top: 0.25rem;
    font-weight: 600;
    margin-bottom: 0;
}
.search img {
    max-width: 1.5rem;
}
nav {
    margin: 0 auto;
}
nav button {
    margin: 0 auto;
}
.navbar-toggler {
    padding: 0 !important;
    border-radius: 0 !important;
    margin-top: 0.5rem;
}
.menu-contained {
    width: 100%;
    border-right: 1px solid #ffffff1f;
}
nav img {
    max-width: 1.75rem;
}
.small-nav {
    display: none !important;
}
.menu-search {
    justify-content: center;
}
.logo-link {
    display: inline-block;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 10000;
}
@media screen and (min-width: 1200px) {
    .header-container .col-1 {
        padding-right: 0 !important;
    }
    ul.nav-items {
        margin-left: -8rem;
    }
}
@media screen and (min-width: 1100px) {
    ul.nav-items a {
        font-size: 1.05rem;
    }
}
@media screen and (max-width: 850px) {
    div#navbarToggleExternalContent {
        top: 3.5rem;
    }
    div#searchToggleExternalContent {
        top: 3.5rem;
    }
}
@media screen and (max-width: 768px) {
    .small-nav {
        display: flex !important;
    }
    .large-nav {
        display: none;
    }
    .menu-search {
        justify-content: normal;
    }
}
@media screen and (max-width: 550px) {
    .logo {
        max-width: 4.5rem;
    }
    div#navbarToggleExternalContent {
        top: 3rem;
    }
    div#searchToggleExternalContent {
        top: 3rem;
    }
}

/* Homepage */
.home-banner {
    background-image: url("../img/banner-home.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100% !important;
    height: 50vh;
    max-height: 100%;
    background-size: cover;
    margin-bottom: 3rem;
    position: relative;
}
.banner-overlay {
    background: rgb(0,145,218);
    background: linear-gradient(35deg,  #720962ba 17%, #720962ba 60%, rgb(0 0 0 / 0%) 60.1%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50vh;
    z-index: 2;
}
.banner-overlay-two {
    background: rgb(0,145,218);
    background: linear-gradient(128deg, #30507eb3  0%, #30507eb3 52%, rgb(0 0 0 / 0%) 52.1%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50vh;
    z-index: 1;
}
/* .banner-overlay {
    background: rgb(0,145,218);
    background: linear-gradient(to right, rgb(0 145 218 / 70%) 40%, rgb(114 0 98 / 80%) 40% 60%, rgb(0 0 0 / 0%) 60%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50vh;
} */
.banner-text {
    position: absolute;
    top: 50%;
}
.profile-banner .banner-text {
    top: 40%;
}
.home-banner .banner-text {
    top: 40%;
    z-index: 20;
}
.location-banner .banner-text {
    top: 37%;
}
.home-banner h1 {
    color: #fff;
    font-size: 2.25rem;
    font-weight: 100;
    letter-spacing: 1.5px;
}
.home-banner span {
    font-weight: 500;
}
.scroll {
    position: absolute;
    bottom: -1rem;
    left: 50%;
    z-index: 10;
}
.scroll img {
    max-width: 35px;
}
.bio.box1 {
    background-color:#00A499;
    height: 100%
}
/* .box-img1 {
    border-top: 5px solid #141B4D;
} */
/* .mobile .box-img1 {
    border-top: 5px solid #00A499;
} */
.bio.box2 {
    background-color:#141B4D;
    height: 100%
}
/* .box-img2 {
    border-top: 5px solid #0091DA;
} */
/* .mobile .box-img2 {
    border-top: 5px solid #141B4D;
} */
.bio.box3 {
    background-color:#0091DA;
    height: 100%
}
/* .box-img3 {
    border-top: 5px solid #0091DA;
} */
.bio.box4 {
    background-color:#F2A900;
    height: 100%
}
/* .box-img4 {
    border-top: 5px solid #F2A900;
} */
.bio.box5 {
    background-color:#720062;
    height: 100%
}
/* .box-img5 {
    border-top: 5px solid #720062;
} */
.bio {
    position: relative;
}
.clarity .bio {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bio .bio-desc p{
    color: #fff !important;
    font-size: 0.85rem;
}
.bio .bio-desc p:last-of-type {
    font-size: 1rem;
}
.bio  a {
    color: #fff !important;
    font-size: 0.8rem !important;
}
.bio-link {
    position: absolute;
    bottom: 0;
}
.clarity .bio-link {
    position: inherit;
}
@media screen and (min-width: 850px) and (max-width: 1100px) {
    .clarity .bio-link svg {
        margin-bottom: 1px;
    }
}
.bio-link p {
    font-weight: 300;
}
.plus-left {
    max-width: 40px !important;
    position: absolute;
    left: 0;
    bottom: 0;
    border: none;
    background-color: transparent;
    padding: 0;
}
.plus-right {
    max-width: 40px !important;
    position: absolute;
    right: 0;
    bottom: 0;
    border: none;
    background-color: transparent;
    padding: 0;
}
.clarity .si-home {
    margin-top: 2rem;
}
.clarity img {
    width: 100%;
    height: 25vh;
    object-fit: cover;
    object-position: center;
}
.clarity .open-home-bio img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
.clarity h2 {
    color: #141B4D;
    font-weight: 600;
    font-size: 1.7rem;
}
.clarity p {
    font-size: 1rem;
    color: #131B4D;
    font-weight: 300;
}
.clarity-text-container a p {
    font-size: 0.75rem;
    color: #0091DA;
    font-weight: 700;
    margin-bottom: 0;
}
/* .clarity-text-container {
    padding-right: 8rem !important;
} */
.clarity .indv-si-scroller p {
    font-size: 1rem;
    color: #141B4D;
    margin-bottom: 0.25rem;
    font-weight: 300;
}
@media screen and (min-width: 851px) and (max-width: 1100px) {
    .clarity .clarity-text-container svg {
        margin-bottom: 0.5px;
    }
}
@media screen and (min-width: 1100px) {
    .guidnace-link svg {
        margin-top: 2px;
    }
}
.guidnace-link p {
    padding-top: 1px;
}
.clarity .title-scroller .slick-track {
    transform: none !important;
}
.clarity .title-scroller h3 {
    color: #720062;
    font-size: 1.2rem;
    font-weight: 600;
}
.clarity .title-scroller .slick-slide {
    width: auto !important;
    margin-right: 3rem;
    margin-bottom: 0;
}
.clarity .title-scroller div.slick-current {
    border-bottom: 1px solid #720062;
}
.bio-link p {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 0.6rem;
    color: #fff;
    text-transform: uppercase;
}
.guidance {
    margin-top: 3rem;
}
.guidance h2 {
    color: #141B4D;
}
.guidnace-link p {
    font-size: 0.75rem;
    color: #0091DA;
    font-weight: 700;
    letter-spacing: 1.5px;
}
.focused h2 {
    color: #141B4D;
    font-size: 1.7rem;
    font-weight: 600;
}
.focused h3 {
    color: #720062;
    font-size: 1.2rem;
    font-weight: 600;
}
.focused p {
    font-size: 0.9rem;
    color: #141B4D;
    margin-bottom: 0.25rem;
    font-weight: 300;
}
.focused a p {
    font-size: 0.9rem;
    color: #0091DA;
}
.focused a p.special {
    font-size: 1rem;
    color: #141B4D;
    margin-bottom: 0.25rem;
    font-weight: 300;
}
.focused {
    width: 100% !important;
    height: 100%;
    margin-top: 2rem;
    background-image: url('../img/services-bkg_NEW.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
}
.services-industries-home .col-4 {
    padding-bottom: 5rem;
}
.focused div.d-flex {
    z-index: 1;
}
.insight-image {
    max-height: 40vh;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.hide {
    display: none;
}
.news {
    background: linear-gradient(117deg, #141A42 50%, #4E144F 75%);
    width: 100% !important;
    height: 100%; 
}
.news img {
    max-width: 100%;
}
.news p {
    color: #fff;
}
.news a {
    color: #fff;
}
.news-all {
    color: #fff;
    align-items: center;
}
.news-all p {
    font-size: 0.8rem;
    letter-spacing: 1.5px;
}
.news h2 {
    color: #fff;
    font-size: 1.7rem;
    font-weight: 600;
}
/* .blog-content {
    left: -7rem;
    top: 1.5rem;
} */
.blog-content {
    padding-left: 10rem;
}
@media screen and (max-width: 550px) {
    .blog-content {
        padding-left: 2.1rem;
    }
}
.blog-content div.blog-slide {
    background-color: #fff;
    margin: 1rem;
    padding: 2.25rem;
    position: relative;
}
.news-click-more {
    position: absolute;
    right: 0;
    bottom: 0;
}
.news-click-more img {
    max-width: 40px;
    height: auto !important;
}
/* .blog-content div.slick-slide:nth-of-type(even) {
    border-top: 5px solid #720062;
}
.blog-content div.slick-slide:nth-of-type(2) {
    border-top: 5px solid #141B4D;
}
.blog-content div.slick-slide:nth-of-type(odd) {
    border-top: 5px solid #00A499;
} */
.blog-content p {
    color: #141B4D;
    font-size: 0.9rem;
    font-weight: 300;
}
.blog-content h4 {
    color: #141B4D;
    font-size: 1rem;
    font-weight: 400;
}
.blog-content p.date {
    color: #707070;
    font-size: 0.75rem;
}
.cities {
    position: relative;
}
.cities .dead-space {
    background-color: #fff;
    min-height: 15vh;
}
.cities .dc {
    background-image: url("../assets/home/DC-block.jpg");
    background-repeat: no-repeat;
    width: 100% !important;
    max-height: 175px; 
    background-size: cover;
}
.cities .atl {
    background-image: url("../assets/home/atlanta-block.jpg");
    background-repeat: no-repeat;
    width: 100% !important;
    max-height: 175px; 
    background-size: cover;
}
.cities .rich {
    background-image: url("../assets/home/richmond-block.jpg");
    background-repeat: no-repeat;
    width: 100% !important;
    max-height: 175px;  
    background-size: cover;
}
.city-boxes {
    position: absolute;
    top: 1rem;
    width: 100%;
    padding: 2.2rem 5rem;
}
.city-boxes h4 {
    color: #fff;
    font-weight: 200;
    font-size: 1.1rem;
}
.city-boxes p {
    color: #fff;
    font-weight: 200;
    line-height: 20px;
    font-size: 0.75rem;
}
.clarity .mobile {
    display: none !important;
}
.services-bio .container {
    max-width: 95% !important;
    padding-top: 1rem !important;
}
@media screen and (min-width: 1600px) {
    .services-industries-home .col-4 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media screen and (min-width: 2300px) {
    .services-industries-home .col-4 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media screen and (min-width: 1450px) {
    /* .blog-content {
        left: -18rem;
    } */
    .blog-slide.slick-slide {
        width: 20rem !important;
    }
    .banner-overlay {
        height: 55vh;
    }
    .home-banner {
        height: 55vh;
    }
}
@media screen and (min-width: 1300px) {
    .banner-overlay {
        height: 50vh;
    }
    .home-banner {
        height: 50vh;
    }
    .clarity img {
        height: 30vh;
    }
    .blog-content .slick-dots {
        margin-top: 2rem;
    }
    .bio .bio-desc p:last-of-type {
        font-size: 1rem;
    }
}
@media screen and (min-width: 850px) and (max-width: 1200px) {
    .services-industries-home .col-4 {
        flex: 0 0 42%;
        max-width: 42%;
    }
}
@media screen and (max-width: 1100px) {
    .clarity img {
        height: 22vh;
    }
    /* .clarity-text-container {
        padding: 0 1rem 0 1rem !important;
    } */
    .bio .bio-desc p:last-of-type {
        font-size: 1rem;
    }
    .clarity p {
        font-size: 0.9rem;
    }
    .bio-link p {
        font-size: 0.6rem !important;
    }
    .clarity-text-container a p {
        font-size: 0.7rem;
    }
    .guidnace-link p {
        font-size: 0.7rem !important;
    }
    .focused a p.special {
        font-size: 0.9rem;
    }
    .blog-content p {
        font-size: 0.8rem;
    }
    .blog-content h4 {
        font-size: 0.9rem;
    }
    .home-banner {
        height: 40vh;
    }
    .banner-overlay {
        height: 40vh;
    }
    /* .header-container .col-11 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    } */
    /* .header-container .col-1 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    } */
}
@media screen and (max-width: 850px) {
    .guidnace-link svg {
        margin-top: 0;
    }
    .clarity .clarity-text-container svg {
        margin-bottom: 1.45px;
    }
    .clarity h2 {
        font-size: 1.2rem;
    }
    .clarity p {
        font-size: 0.8rem;
    }
    .focused h2 {
        font-size: 1.2rem;
    }
    .focused a p.special {
        font-size: 0.8rem;
    }
    .guidnace-link p {
        font-size: 0.6rem;
    }
    .focused h2 {
        font-size: 1.2rem;
    }
    .focused h3 {
        font-size: 1rem;
    }
    .news h2 {
        font-size: 1.2rem;
    }
    .blog-content div.blog-slide {
        padding: 1.2rem;
    }
    .blog-slide.slick-slide {
        width: 18rem !important;
        min-height: 150px;
    }
    .city-boxes h4 {
        font-size: 1rem;
    }
    .city-boxes p {
        font-size: 0.75rem;
    }
    .city-boxes {
        padding: 1rem;
        top: 0rem;
    }
    .cities .dc {
        padding: 0;
    }
    .cities .atl {
        padding: 0;
    }
    .cities .rich {
        padding: 0;
    }
    .bio .bio-desc p {
        font-size: 0.75rem;
    }
    .bio .bio-desc p:last-of-type {
        font-size: 1rem;
    }
    .bio-link p {
        font-size: 0.8rem;
    }
    section.clarity div.align-items-center {
        align-items: end !important;
    }
    .banner-overlay {
        height: 35vh;
    }
    .home-banner {
        height: 35vh;
    }
    .logo {
        width: 5.5rem;
    }
    .navbar {
        padding: .2rem 0.5rem !important;
    }
    ul.nav-items a {
        font-size: 0.9rem;
    }
    nav img {
        max-width: 1.5rem;
    }
    .search img {
        max-width: 1.2rem;
    }
    nav p {
        font-size: 0.5rem;
    }  
    .footer-container .col-6.p-0 {
        flex: 0 0 75%;
        max-width: 75%;
        margin-bottom: 10px;
    }
    .footer-container .col-6.soc-icons {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .focused .container {
        max-width: 750px;
    }
    /* .clarity-text-container {
        padding: 0 1rem 0 1rem !important;
    } */
    .cities .dead-space {
        min-height: 10vh;
    }
    .clarity .desktop {
        display: none !important;
    }
    .clarity .mobile {
        display: flex!important;
        position: relative;
    }
    .clarity .mobile.row-1 {
        margin-top: 2rem;
    }
    /* .clarity .mobile .bio {
        display: none;
    } */
    .clarity img {
        height: 25vh;
        object-position: center;
    }
    .guidance.col-7 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .services-industries-home .col-4 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
    .services-industries-home {
        flex-direction: column;
    }
    .services-industries-home .p-0 {
        margin-bottom: 1rem;
    }
    .focused {
        background-size: cover;
        background-position: right top 14rem;
        padding-bottom: 1.5rem;
    }
}
@media screen and (max-width: 759px) {
    .footer-content {
        margin-top: 6rem;
    }
    .logo-container {
        padding-left: 1rem !important;
    }
}
@media screen and (max-width: 650px) {
    /* .banner-overlay {
        background: linear-gradient(to right, rgb(0 145 218 / 70%) 60%, rgb(114 0 98 / 80%) 60% 80%, rgb(0 0 0 / 0%) 80%);
    } */
    .city-boxes {
        padding: 3rem 0rem;
    }
    .city-boxes .col-4 .p-4 {
        padding: 10px 0 !important;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center
    }
    .clarity .first-row {
        flex-direction: column;
    }
    .clarity .first-row .col-9 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .home-banner {
        background-position: right;
    }
    .plus-left {
        max-width: 50px !important;
    }
    .plus-right {
        max-width: 50px !important;
    }
    .bio .bio-desc p {
        font-size: 0.9rem;
    }
    /* .bio .bio-desc p:last-of-type {
        font-size: 0.8rem;
    } */
    .bio a p{
        font-size: 0.6rem !important;
    }
    .focused {
        background-position: right 0 top 30rem;
    }
    .banner-overlay {
        height: 30vh;
    }
    .home-banner {
        height: 30vh;
    }
}
@media screen and (max-width: 768px) {
    .header-container .col-11 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .header-container .col-1 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}
/* @media screen and (max-width: 700px) {
    .home-banner .banner-text {
        top: 45% !important;
    }
} */
@media screen and (max-width: 550px) {
    .footer-content {
        flex-direction: column;
        text-align: center;
    }
    .footer-content .col-6 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        justify-content: center;
    }
    .banner-overlay {
        height: 30vh;
    }
    .home-banner {
        height: 30vh;
    }
    .clarity img {
        height: 25vh;
        object-position: top;
    }
    /* .focused {
        background-position: right -32rem top;
    } */
}
@media screen and (max-width: 500px) {
    .mobile .bio.p-4 {
        padding: 10px !important;
    }
}
@media screen and (max-width: 450px) {
    .bio .bio-desc p {
        font-size: 0.8rem;
    }
    .bio a p{
        font-size: 0.5rem !important;
    }
    .clarity .mobile .bio svg {
        margin-bottom: -0.58px;
    }
    .clarity .clarity-text-container svg {
        margin-bottom: 1.4px;
    }
    .guidnace-link svg {
        margin-top: 0.3px;
    }
    /* .banner-overlay {
        background: linear-gradient(to right, rgb(0 145 218 / 70%) 45%, rgb(114 0 98 / 80%) 45% 70%, rgb(0 0 0 / 0%) 70%);
    } */
    .scroll img {
        max-width: 25px;
    }  
    .scroll {
        left: 47%;
    }  
}
@media screen and (max-width: 350px) {
    .clarity img {
        min-height: 100%;
    }
    .header-container .col-11 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .header-container .col-1 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .focused {
        background-position: right 0 top 50rem;
    }
}

/* Profile Page Styles */
.profile-banner {
    background-image: url("../img/profile-placeholder.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100% !important;
    height: 50vh;
    max-height: 100%;
    background-size: cover;
    position: relative;
    background-position: right top 3rem;
}
.profile-banner-overlay {
    background: rgb(0,145,218);
    background: linear-gradient(35deg, #611253b0  17%, rgb(0 104 157 / 63%) 60%, rgb(0 0 0 / 0%) 60.1%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50vh;
    z-index: 2;
}
.profile-banner-overlay-two {
    background: rgb(0,145,218);
    background: linear-gradient(128deg, #611253b0  0%,  rgb(0 104 157 / 43%) 52%, rgb(0 0 0 / 0%) 52.1%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50vh;
    z-index: 1;
}
.profile-banner h1 {
    color: #fff;
    font-size: 2.25rem;
    margin-bottom: 0;
}
.profile-banner h3 {
    color: #fff;
    font-size: 1.5rem;
}
.profile-banner a {
    color: #fff;
    font-size: 1rem;
}
.profile-banner a:hover {
    color: #fff;
}
.profile-contact {
    background-color:#141A42;
    padding: 1.5rem 4.5rem;
}
.profile-contact h1 {
    color: #fff;
    font-weight: 200;
    font-size: 2rem;
}
.profile-contact button {
    border: none;
    color: #fff;
    padding: 4px 4rem 4px 15px;
    align-items: center;
    position: relative;
    margin-top: 13px;
}
.profile-contact button svg {
    position: absolute;
    right: 0.75rem;
}
.profile-banner .banner-text {
    z-index: 3;
}
.banner-text h1 {
    font-size: 2.2rem;
    color: #fff;
}
.contact-open-link {
    background: linear-gradient(128deg, #611253 40%,  #2D85CA 77%);
}
.contact-open-link p {
    font-size: 0.95rem;
}
.profile-bio img {
    max-width: 100%;
    width: 1.3rem;
    margin: 0 5px;
}
.profile-bio .bio-quote h3 {
    color: #15A497;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 30px;
}
.profile-dropdowns h3 {
    color: #141B4D;
    font-size: 1.15rem;
    font-weight: 200;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.bio-text p {
    color: #141B4D;
    font-weight: 200;
    font-size: 1rem;
}
.bio-text li {
    color: #141B4D;
    font-weight: 200;
    font-size: 1rem;
}
/* .bio-text br {
    display: none;
} */
.bio-text strong {
    color: #141B4D;
    font-size: 1rem;
    font-family: proxima-nova !important;
}
.profile-dropdowns img {
    max-width: 1rem;
    height: fit-content;
}
.profile-dropdowns .d-flex {
    border-bottom: 1px solid #0091DA;
    align-items: center;
    justify-content: space-between;
}
.contact-opened {
    display: none;
}
.contact-opened input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    width: 100%;
    margin-bottom: 1rem;
    color: #fff;
}
.contact-opened h1 {
    font-weight: 500;
}
.contact-opened input::placeholder {
    color: #fff;
    font-size: 1.25rem;
    opacity: 100;
    font-family: proxima-nova !important;
    font-weight: 300;
    letter-spacing: 0.5px;
}
.contact-opened p {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 300;
    margin-bottom: 5rem;
    letter-spacing: 0.5px;
}
.contact-opened a {
    color: #fff;
    text-decoration: underline;
}
.contact-opened p.inquiries {
    font-size: 1rem;
}
.contact-opened .contact-submit-btn {
    background: linear-gradient(128deg, #611253 40%,  #2D85CA 77%);
    justify-content: space-between;
    text-align: right;
    margin: 0;
    /* align-items: center; */
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 0.3rem 1.25rem;
}
.no-text-placeholders-only {
    margin-top: -10px;
}
.no-text-placeholders-only input {
    margin-bottom: 2.6rem;
    padding-bottom: 10px;
}
.contact-submit-btn input {
    border: none;
    margin-bottom: 0;
    width: fit-content;
    margin-right: 5px;
    padding: 0;
}
.profile-bio-container {
    margin: 1.5rem 0;
}
@media screen and (max-width: 1000px) {
    .profile-bio-text {
        flex-direction: column;
    }
    .profile-bio-text div {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin-bottom: 3rem;
    }
    .bio-text li {
        font-size: 0.9rem;
    }
    .profile-bio .bio-quote h3 {
        font-size: 1.1rem;
        line-height: 28px;
        margin-bottom: -1rem;
    }
}
@media screen and (max-width: 700px) {
    .profile-banner {
        height: 40vh;
    }
    .profile-contact {
        padding: 1.5rem 2rem;
    }
}

/* Locations Page Styles */
.location-banner {
    background-image: url("../img/location-temp.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100% !important;
    height: 50vh;
    max-height: 100%;
    background-size: cover;
    position: relative;
}
.location-banner-overlay {
    background: rgb(0,145,218);
    background: linear-gradient(35deg,  #f5a759a8 17%, #611253b0  60%, rgb(0 0 0 / 0%) 60.1%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50vh;
    z-index: 2;
}
.location-banner-overlay-two {
    background: rgb(0,145,218);
    background: linear-gradient(128deg, #611253b0  0%,  #f5a759a8 52%, rgb(0 0 0 / 0%) 52.1%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50vh;
    z-index: 1;
}
.location-banner .banner-text {
    z-index: 3;
    color: #fff;
}
.location-banner .banner-text p{
    font-weight: 200;
    margin-bottom: 0;
    font-size: 1rem;
}
.location-banner .banner-text a{
    font-weight: 200;
    color: #fff;
    margin-bottom: 0;
    font-size: 1rem;
}
.location-map {
    background-color:#141A42;
    padding: 1rem 4.5rem;
}
.location-map p {
    color: #fff;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1rem;
}
.open-map-container {
    border-bottom: 1px solid rgb(0,145,218);
}
.location-map img {
    width: 1rem;
    height: auto;
    margin: 0 !important;
}
.open-map-container {
    justify-content: space-between;
}
.location-professionals {
    background-color: #F8F8F8;
    padding-top: 4rem;
    padding-bottom: 2rem;
}
.location-professionals h1 {
    color: #141B4D;
    font-size: 2rem;
    margin-top: -2rem;
    font-weight: 700;
}
.professionals-list img {
    width: 100%;
    height: 25vh;
    object-fit: cover;
    object-position: top;
}
.professionals-list .row-one div.col-3:nth-of-type(1) img {
    border-top: 5px solid #800569;
}
.professionals-list .row-one div.col-3:nth-of-type(2) img {
    border-top: 5px solid #141A42;
}
.professionals-list .row-one div.col-3:nth-of-type(3) img{
    border-top: 5px solid #00998C;
}
.professionals-list .row-one div.col-3:nth-of-type(4) img {
    border-top: 5px solid #F49E28;
}
.professionals-list .row-two div.col-3:nth-of-type(1) img {
    border-top: 5px solid #0087D1;
}
.professionals-list .row-two div.col-3:nth-of-type(2) img {
    border-top: 5px solid #009B8E;
}
.professionals-list .row-two div.col-3:nth-of-type(3) img {
    border-top: 5px solid #800569;
}
.professionals-list .row-4 div.col-3:nth-of-type(1) img {
    border-top: 5px solid #0087D1;
}
.professionals-list .row-4 div.col-3:nth-of-type(2) img {
    border-top: 5px solid #009B8E;
}
.professionals-list .row-4 div.col-3:nth-of-type(3) img {
    border-top: 5px solid #800569;
}
.professionals-list h3 {
    color: #141B4D;
    font-size: 1rem;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0;
}
.professionals-list p {
    color: #141B4D;
    font-size: 1rem;
    font-weight: 300;
}
.professionals-list p.leadership-link {
    font-size: 0.75rem;
}
.location-contact-link a {
    color: #707070;
    font-size: 0.6rem;
    font-weight: 600;
    margin-right: 0.5rem;
    text-transform: uppercase;
}
.about-blocks p {
    font-size: 0.9rem;
}
.location-professionals div.row-one div:first-child {
    padding-left: 0 !important;
}
.location-professionals div.row-two div:first-child {
    padding-left: 0 !important;
}
.news-location {
    background: linear-gradient(126deg, #4E144F 20%, #385FA7 75%);
    width: 100% !important;
    height: 100%; 
}
.news-location img {
    max-width: 100%;
}
.news-location p {
    color: #fff;
}
.news-location a {
    color: #fff;
}
.news-all p {
    font-size: 0.75rem;
    letter-spacing: 1.5px;
    margin-bottom: 0;
}
.news-location h2 {
    color: #fff;
    font-size: 1.75rem;
}
section.map {
    margin-top: 2rem;
}
section.map h1 {
    color: #141B4D;
    font-size: 2rem;
    font-weight: 700;
}
section.map p {
    font-size: 0.75rem;
    font-weight: 600;
    color: #0091DA;
}
section.map svg {
    margin-left: 7px;
}
.locations-opened {
    display: none;
}
button.open-locations {
    background-color: transparent;
    color: #fff;
    border: none;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}
.locations-opened {
    padding-top: 1rem;
}
.locations-opened h3 {
    color: #fff;
    margin-bottom: 1rem;
    font-weight: 300;
    font-size: 1rem;
}
@media screen and (min-width: 1100px) {
    .professionals-list img {
        height: 32vh;
    }
}
@media screen and (max-width: 1000px) {
    .professionals-list img {
        width: 50%;
        height: 40vh;
    }
}
@media screen and (max-width: 950px) {
    .professionals-list img {
        height: 38vh;
        max-width: 50%;
    }
    .professionals-list h3 {
        font-size: 1.1rem;
    }
    .professionals-list p {
        font-size: 0.8rem;
    }
    .location-contact-link a {
        font-size: 0.65rem;
    }
}
@media screen and (max-width: 700px) {
    .location-text-area {
        margin-top: 1rem;
    }
    .professionals-list .d-flex {
        flex-direction: column;
        justify-content: flex-start;;
    }
    .professionals-list .col-3 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        text-align: center;
        margin-bottom: 3rem;
    }
    .location-professionals .professionals-list .col-3  {
        margin-bottom: 1rem;
    }
    .professionals-list img {
        height: auto;
    }
    .professionals-list h3 {
        font-size: 1.75rem;
    }
    .professionals-list p {
        font-size: 0.75rem;
    }
    .location-contact-link {
        flex-direction: row !important;
        justify-content: center !important;
    }
    .location-contact-link a {
        font-size: 0.75rem;
    }
    .quote-image img {
        height: 100%;
    }
    .profile-bio.mt-5 {
        margin-top: 0 !important;
    }
}
@media screen and (max-width: 599px) {
    .wp-block-column {
        flex-basis: 50%!important;
    }
    .wp-block-column.image {
        display: none;
    }
    .personal-att {
        margin-top: 1rem;
    }
    .honest-open {
        flex-direction: column;
    }
    .about-quote {
        flex-direction: column;
    }
    .about-quote .col-8 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .profile-bio .bio-quote h3 {
        font-size: 1rem;
    }
    .bio-text p {
        font-size: 0.95rem;
    }
    .location-professionals h1 {
        font-size: 1.75rem;
    }
}
@media screen and (max-width: 450px) {
    .news-all p {
        font-size: 0.5rem;
    }
}

/* News & Insights Page Styles */
.news-banner {
    background-image: url("../img/news-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100% !important;
    height: 50vh;
    max-height: 100%;
    background-size: cover;
    position: relative;
}
.news-banner.team {
    background-position: right top 3.5rem;
}
.news-banner h1 {
    color: #fff;
    margin-top: 2.2rem;
}
.news-banner .banner-text {
    z-index: 3;
    top: 45%;
}
.news-search {
    background-color:#141A42;
    padding: 1rem 0;
}
.news-search h1 {
    color: #fff;
    font-weight: 200;
    font-size: 2rem;
}
.news-search input {
    padding: 2px 8rem 2px 10px;
    z-index: 2;
    border-radius: 5px 0 0 5px;
    border: none;
    font-size: 0.75rem;
    height: 100%;
}
.news-search button {
    border: none;
    color: #fff;
    background-color: #6A0056;
    padding: 2px 20px;
    align-items: center;
    border-radius: 0 5px 5px 0;
    margin-left: -5px;
    height: 107%;
}
.news-search button img {
    max-width: 0.9rem;
}
.recent-news h1 {
    color: #141A42;
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.artcile p {
    color: #141A42;
    margin-bottom: 0;
}
.artcile p.date {
    font-weight: 400;
    font-size: 0.9rem;
}
.artcile p.title {
    text-decoration: underline;
    font-weight: 300;
    font-size: 1rem;
}
.more-artciles a {
    color: #0091DA;
    font-size: 0.75rem;
    font-weight: 500;
    margin-right: 0.5rem;
}
.more-artciles svg {
    color: #0091DA;
    font-size: 0.75rem;
}
.archives-options h3 {
    color: #141B4D;
    font-size: 1rem;
    font-weight: 300;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.archives-options img {
    max-width: 1rem;
    height: fit-content;
}
.archives-options .d-flex {
    border-bottom: 1px solid #0091DA;
    align-items: center;
    justify-content: space-between;
}
.archives-options h1 {
    color: #141B4D;
    font-size: 1rem;
    font-weight: 700;
}
.form-control {
    padding: 0 1px !important;
    font-size: 0.75rem !important;
}
.form-control::placeholder {
    font-size: 0.75rem !important;
}
.articles-header-container {
    padding: 1.5rem 1rem;
}
.archives img {
    max-width: 100%;
    width: 1.25rem;
    margin: 5px;
}
@media screen and (max-width: 900px) {
    .articles-container {
        flex-direction: column-reverse;
    }
    .news-search button {
        height: 106%;
    }
    .articles-container div {
        padding: 0;
    }
}
@media screen and (max-width: 850px) {
    .news-search button {
        height: 100%;
    }
    .news-search input {
        height: 94%;
    }
}
@media screen and (max-width: 800px) {
    .news-search button {
        height: 105%;
    }
    .news-search input {
        height: 100%;
    }
}
@media screen and (max-width: 700px){
    .news-banner {
        height: 34vh;
    }
    .profile-banner-overlay {
        background: linear-gradient(35deg, #611253b0  17%, rgb(0 104 157 / 63%) 70%, rgb(0 0 0 / 0%) 70.1%);
        height: 34vh;
    }
    .profile-banner-overlay-two {
        background: linear-gradient(128deg, #611253b0  0%,  rgb(0 104 157 / 43%) 62%, rgb(0 0 0 / 0%) 62.1%);
        height: 34vh;
    }
    .profile-banner .profile-banner-overlay-two {
        background: linear-gradient(128deg, #611253b0  0%,  rgb(0 104 157 / 43%) 50%, rgb(0 0 0 / 0%) 50.1%);
    }
    .profile-banner .profile-banner-overlay {
        background: linear-gradient(35deg, #611253b0  17%, rgb(0 104 157 / 63%) 50%, rgb(0 0 0 / 0%) 50.1%);
    }
    .news-banner h1 {
        font-size: 2rem;
    }
    .archives img {
        width: 1.2rem;
    }
    .articles-container div {
        flex: 0 0 100% !important;
        max-width: 100% !important; 
    }
    .articles-container div.col-4 {
        padding: 0;
    }
}
@media screen and (max-width: 500px) {
    .artcile p.title {
        font-size: 0.9rem;
    }
}
@media screen and (max-width: 400px) {
    .news-search {
        justify-content: flex-start;
    }
}
@media screen and (max-width: 350px) {
    .news-search input {
        padding: 5px 20px;
    }
}
@media screen and (max-width: 250px) {
    .news-search input {
        padding: 5px 10px;
    }
}

/* Team Page Styles */
.news-banner.team {
    height: 50vh;
}
.news-banner.team .profile-banner-overlay {
    height: 50vh;
}
.news-banner.team .profile-banner-overlay-two {
    height: 50vh;
}
.team-indv h4 {
    font-size: 1.25rem;
    color: #720962;
    margin-bottom: 2px;
    margin-top: 10px;
}
.team-indv p {
    font-size: 1rem;
    color: #13183E;
}

/* Industries Pages Styles */
.industry-banner {
    background-image: url("../img/industries-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100% !important;
    height: 50vh;
    max-height: 100%;
    background-size: cover;
    position: relative;
}
.industry-banner-overlay {
    background: rgb(0,145,218);
    background: linear-gradient(35deg,  #024530b5 17%, #024530b5 60%, rgb(0 0 0 / 0%) 60.1%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50vh;
    z-index: 2;
}
.industry-banner-overlay-two {
    background: rgb(0,145,218);
    background: linear-gradient(128deg, #00a499  0%, #00a49987 52%, rgb(0 0 0 / 0%) 52.1%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50vh;
    z-index: 1;
}
.industry-banner .banner-text {
    z-index: 3;
    color: #fff;
}
.expertise-dropdown {
    border-bottom: 1px solid rgb(0,145,218);
    justify-content: space-between;
}
.expertise-dropdown.services {
    border-bottom: none;
}
.expertise-dropdow p {
    padding-bottom: 5px;
}
.expertise-area {
    background-color:transparent;
    padding: 1rem 0;
}
.expertise-area p {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 0;
}
.expertise-area img {
    max-width: 1rem;
    height: auto;
    margin-right: 5px;
}
.expertise-text {
    color: #141B4D;
    font-weight: 200;
    font-size: 0.9rem;
}
.expertise-bio {
    padding: 5rem;
}
.industries-opened {
    display: none;
}
button.open-industries {
    background-color: transparent;
    color: #fff;
    border: none;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    cursor: pointer;
}
.industries-opened {
    padding: 1.5rem 0;
}
.industries-opened h3 {
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
}
.industries-opened div.col-6 {
    padding-left: 0;
}
.image-up {
    margin-top: -2.5rem;
}

/* About Page Styles */
.honest-open .negative-margin {
    margin-bottom: -1.05rem;
}
.negative-margin img {
    object-position: top;
}
.about-banner {
    background-image: url("../img/about-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100% !important;
    height: 50vh;
    max-height: 100%;
    background-size: cover;
    position: relative;
    background-position: right top 4rem;
}
.about-banner-overlay {
    background: rgb(0,145,218);
    background: linear-gradient(35deg,  #00496db5 17%, #00496db5 60%, rgb(0 0 0 / 0%) 60.1%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50vh;
    z-index: 2;
}
.about-banner-overlay-two {
    background: rgb(0,145,218);
    background: linear-gradient(128deg, #00496dbd  0%, #00496dbd 52%, rgb(0 0 0 / 0%) 52.1%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50vh;
    z-index: 1;
}
.about-banner .banner-text {
    z-index: 3;
    color: #fff;
}
.expertise-text h1 {
    color: #141B4D;
    font-size: 2rem;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
}
.across-board h3 {
    color: #6A0056;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}
.personal-att h3 {
    color: #6A0056;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}
.across-board p {
    color: #141B4D;
    font-weight: 300;
    font-size: 1rem;
}
.about-padding-left p {
    font-weight: 300;
}
.expertise-text.about-page .wp-block-group__inner-container p {
    color: #141B4D;
    font-weight: 300;
    font-size: 1rem;
}
.across-board img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    max-height: 30vh;
}
.image-row img {
    max-width: 100%;
    height: 100%;
    min-height: 27vh;
    object-fit: cover;
}
.wp-block-columns {
    margin-bottom: 0 !important;
    align-items: center !important;
}
.wp-block-image img {
    height: 30vh !important;
    width: 100% !important;
    object-fit: cover !important;
}
.wp-block-image {
    margin: 0 !important;
}
.wp-block-columns h3 {
    font-size: 1.2rem;
}
.about-padding-right {
    padding-right: 2rem;
}
.about-padding-left {
    padding-left: 1rem;
    padding-right: 1rem;
}
.about-padding-left p {
    font-size: 1rem;
}
.wp-block-column:not(:first-child) {
    margin-left: 0 !important;
    margin-bottom: -1px;
}
.across-board-two img {
    max-width: 100%;
    object-fit: cover;
    height: 100%;
    min-height: 27vh;
}
.across-board-two h3 {
    color: #6A0056;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}
.across-board-two p {
    color: #141B4D;
    font-weight: 200;
}
.across-board-two img {
    max-width: 100%;
    object-fit: cover;
    height: 100%;
    max-height: 35vh;
    width: 100%;
}
.about-quote .quote-box {
    background-color: #141B4D;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about-quote .quote-box p {
    color: #fff;
    font-weight: 200;
    font-size: 1rem;
}
.about-quote .quote-box p.attribute {
    font-size: 0.8rem;
}
.quote-image img {
    height: 30vh;
    object-fit: cover;
    width: 100%;
    object-position: top;
}
.location-professionals.leaders h1 {
    margin: 0;
    padding-bottom: 1rem;
    font-weight: 600;
    font-size: 1.7rem;
}
.cities.about-page .dead-space {
    background-color: #F8F8F8;
}
.leader-quote p {
    color: #707070;
    font-size: 0.8rem;
}
.location-professionals.leaders .professionals-list img {
    height: 22vh;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.about-quote-mobile {
    display: none !important;
}
.about-page-quote {
    padding: 1.5rem;
}
.professionals-list a:hover {
    text-decoration: none;
}
.leadership-link {
    margin: 0;
    text-transform: uppercase;
    padding-right: 5px;
}
.location-professionals.leaders h4 {
    margin-bottom: 0;
    margin-top: 1rem;
    color: #6A0056;
    font-size: 1.2rem;
}
.services-text p {
    font-size: 1rem;
    font-weight: 300;
}
.industries-text p {
    font-size: 1rem;
}
.location-professionals.leaders svg {
    color: #141B4D;
}
@media screen and (min-width: 1100px) {
    .location-professionals.leaders .professionals-list img {
        height: 25vh;
    }
    .about-container p {
        font-size: 1rem;
    }
    .about-container h1 {
        font-size: 1.7rem;
    }
    .across-board h3 {
        font-size: 1.2rem;
    }
    .across-board p {
        font-size: 1rem;
    }
    .across-board-two h3 {
        font-size: 1.25rem;
    }
    .across-board-two p {
        font-size: 1.25rem;
    }
    .about-quote .quote-box p {
        font-size: 1rem;
    }
    .about-quote .quote-box p.attribute {
        font-size: 0.9rem;
    }
}
@media screen and (min-width: 1400px) {
    .location-professionals.leaders .professionals-list img {
        height: 32vh;
    }
}
@media screen and (max-width: 900px) {
    .location-professionals.leaders .professionals-list img {
        height: 17vh;
    }
}
@media screen and (max-width: 700px) {
    .about-banner {
        height: 34vh;
    }
    .about-banner-overlay {
        background: linear-gradient(35deg,  #00496db5 17%, #00496db5 70%, rgb(0 0 0 / 0%) 70.1%);
        height: 34vh;
    }
    .about-banner-overlay-two {
        background: linear-gradient(128deg, #00496dbd  0%, #00496dbd 62%, rgb(0 0 0 / 0%) 62.1%);
        height: 34vh;
    }
    .about-banner h1 {
        font-size: 2rem;
    }
    .across-board-two .about-quote {
        display: none !important;
    }
    .about-quote-mobile {
        display: flex !important;
    }
    .about-quote-mobile .quote-box p {
        color: #fff;
        font-weight: 200;
        font-size: 1rem;
    }
    .about-quote-mobile .quote-box {
        background-color: #141B4D;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .about-quote-mobile .quote-box p.attribute {
        font-size: 0.8rem;
    }
    .location-professionals.leaders .professionals-list img {
        height: 100%;
    }
    .leader-quote p {
        font-size: 0.8rem;
    }
    .professionals-list h3 {
        margin-top: 1rem;
    }
}
@media screen and (max-width: 600px) {
    .wp-block-columns.about-row-4 {
        align-items: flex-start !important;
        padding: 0;
    }
    .wp-block-columns.about-row-4 .col-4 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        flex-basis: 100% !important;
    }
    .wp-block-columns.about-row-4 .col-8 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        flex-basis: 100% !important;
        padding: 2rem 15px;
    }  
    .about-row-3 {
        padding: 15px;
    }
    .about-padding-left {
        padding: 15px;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .honest-open .negative-margin {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .honest-open .negative-margin {
        object-position: left;
    }
    .across-board div.pr-5 {
        padding-right: 0 !important;
    }
}
@media screen and (max-width: 550px) {
    .about-quote-mobile .quote-box p {
        font-size: 0.9rem;
    }
    .about-page-quote {
        padding: 1rem;
    }
    .about-quote-mobile {
        flex-direction: column;
    }
    .about-quote-mobile .quote-image {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        text-align: right;
    }
    .about-quote-mobile .quote-image img{
        width: 58.333333%;;
    }
    .industries-opened .d-flex {
        flex-direction: column;
    }
    .industries-opened .col-6 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-bottom: 1rem;
    }
}

/* Services Pages Styles */
.services-banner {
    background-image: url("../img/services-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100% !important;
    height: 50vh;
    max-height: 100%;
    background-size: cover;
    position: relative;
}
.services-banner-overlay {
    background: rgb(0,145,218);
    background: linear-gradient(35deg,  #720962ba 17%, #720962ba 60%, rgb(0 0 0 / 0%) 60.1%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50vh;
    z-index: 2;
}
.services-banner-overlay-two {
    background: rgb(0,145,218);
    background: linear-gradient(128deg, #30507eb3  0%, #30507eb3 52%, rgb(0 0 0 / 0%) 52.1%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50vh;
    z-index: 1;
}
.services-banner .banner-text {
    z-index: 3;
    color: #fff;
}
.services-bio {
    background: linear-gradient(174deg, #13183E  20%, #13183E 69%, rgb(0 0 0 / 0%) 69.2%);
}
.services-bio-normal {
    background-color: #13183E;
}
.services-bio h4 {
    color: #3FACE3;
    font-size: 1rem;
    font-weight: 300;
}
.services-bio h1 {
    color: #fff;
    font-size: 1.7rem;
    font-weight: 600;
}
.services-bio-normal h1 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
}
.industries-opened h1 {
    color: #fff;
    font-size: 1.7rem;
    margin-bottom: 1rem;
    font-weight: 600;
}
.services-bio p {
    color: #fff;
    font-weight: 300;
    font-size: 1rem;
}
.services-bio .expertise-dropdown p {
    font-size: 1rem;
    font-weight: 600;
}
.services-bio-normal h3 {
    color: #fff;
    font-weight: 300;
    font-size: 1rem;
}
.services-bio img {
    max-width: 100%;
    margin-top: -1.5rem !important;
}
/* .services-image-two img {
    margin-top: 2rem;
} */
.services-help h3 {
    color: #3FACE3;
    font-size: 1rem;
}
.services-help h1 {
    color: #720962;
    font-size: 1.7rem;
    font-weight: 600;
}
.services-help p {
    color: #13183E;
    font-weight: 300;
    font-size: 1rem;
}
.services-scroll-buttons {
    margin-left: -10px;
    margin-top: 1rem;
}
.services-scroll-buttons img{
    max-width: 3rem;
}
.scroller-text-container {
    padding-left: 1rem;
}
@media screen and (min-width: 1200px) {
    .services-help .slider-container-section {
        align-items: center;
    }
}
/* @media screen and (max-width: 1200px) {
    .services-bio-normal h3 {
        font-size: 0.9rem;
    }
} */
@media screen and (max-width: 1100px) {
    .services-banner {
        height: 35vh;
    }
    .services-banner-overlay-two {
        height: 35vh;
    }
    .services-banner-overlay {
        height: 35vh;
    }
    .industry-banner {
        height: 35vh;
    }
    .industry-banner-overlay-two {
        height: 35vh;
    }
    .industry-banner-overlay {
        height: 35vh;
    }
    .about-negative-margins {
        margin-top: -1rem;
    }
}
@media screen and (max-width: 1000px) {
    .professionals-list .d-flex {
        flex-direction: column;
    }
    .professionals-list .col-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .location-professionals.leaders .professionals-list img {
        height: auto;
        width: 40%;
    }
    .location-contact-link {
        flex-direction: row !important;
        margin-bottom: 2rem;
    }
    .services-bio-normal h1 {
        font-size: 1.1rem;
    }
    .services-bio-normal h3 {
        font-size: 0.85rem;
    }
    .location-professionals div.row-one div {
        padding-left: 0 !important;
    }
}
@media screen and (max-width: 900px) {
    .services-help h3 {
        font-size: 0.8rem;
    }
    .services-help h1 {
        font-size: 1.2rem;
    }
    .services-text p {
        font-size: 0.9rem;
    }
    .services-banner-overlay {
        height: 35vh;
    }
    .services-banner-overlay-two {
        height: 35vh;
    }
    .services-banner {
        height: 35vh;
    }
    .about-banner {
        height: 35vh;
    }
    .about-banner-overlay {
        height: 35vh;
    }
    .about-banner-overlay-two {
        height: 35vh;
    }
    .banner-text {
        top: 39%;
    }
    .banner-text h1 {
        font-size: 1.5rem;
    }
    .recent-news h1 {
        font-size: 1.5rem;
    }
    .articles-header-container {
        padding-bottom: 0;
        padding-top: 1rem;
    }
    .expertise-text {
        font-size: 0.9rem;
    }
    .expertise-text h1 {
        font-size: 1.45rem;
    }
    .about-quote .quote-box p {
        font-size: 0.9rem;
    }
    .across-board p {
        font-size: 0.9rem;
    }
}
@media screen and (min-width: 600px) and (max-width: 781px) {
    .wp-block-column:not(:only-child) {
        flex-basis: calc(50%)!important;
    }
}
@media screen and (min-width: 800px) and (max-width: 1100px) {
    .services-image-two img {
        margin-top: 0;
        min-height: 26vh;
        object-fit: cover;
    }
}
@media screen and (max-width: 1100px) {
    .expertise-text.about-page .wp-block-group__inner-container p {
        font-size: 0.9rem;
    }
    .about-padding-left p {
        font-size: 0.9rem;
    }
    .across-board p {
        font-size: 0.9rem;
    }
    .expertise-text h1 {
        margin-top: 0;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 1000px) {
    .expertise-text h1 {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 900px) {
    .services-help .slider-container-section {
        flex-direction: column-reverse;
    }
    .services-help .col-6 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .services-help .col-6.pr-5 {
        padding: 0 2rem !important;
        margin-top: 4rem;
    }
    .services-scroll-buttons {
        justify-content: center;
        /* margin-top: -4rem !important;
        margin-left: 0 !important; */
        position: absolute;
        bottom: -2.5rem;
    }
    .scroller-text-container {
        padding: 0 !important;
    }
}
@media screen and (min-width: 1109px) and (max-width: 1181px) { 
    .across-board img {
        margin-bottom: 0;
    }
}
@media screen and (min-width: 1101px) and (max-width: 1130px) { 
    .across-board img {
        margin-bottom: -1rem;
    }
}
@media screen and (min-width: 1010px) and (max-width: 1037px) { 
    .across-board img {
        margin-bottom: 0rem;
    }
}
@media screen and (min-width: 965px) and (max-width: 1009px) { 
    .across-board img {
        margin-bottom: -0.75rem;
    }
}
@media screen and (min-width: 878px) and (max-width: 964px) { 
    .across-board img {
        margin-bottom: -2.2rem;
    }
}
@media screen and (min-width: 878px) and (max-width: 901px) { 
    .across-board img {
        margin-bottom: -2.3rem;
    }
}
@media screen and (min-width: 830px) and (max-width: 877px) { 
    .across-board img {
        margin-bottom: -2.1rem;
    }
}
@media screen and (min-width: 806px) and (max-width: 829px) { 
    .across-board img {
        margin-bottom: -3.4rem;
    }
}
@media screen and (min-width: 768px) and (max-width: 805px) { 
    .across-board img {
        margin-bottom: -4.5rem;
    }
}
@media screen and (max-width: 1038px) {
    .wp-block-group.across-board .about-padding-right {
        margin-top: 1rem;
    }
}



/* @media screen and (min-width: 891px) and (max-width: 1181px) {  */
    /* Chrome version 29 and above */
    /* @media screen and (-webkit-min-device-pixel-ratio:0)
    and (min-resolution:.001dpcm) {
        .wp-block-columns.about-row-1 img {
            margin-bottom: -1.1rem;
        }
    } */
    /* Chrome version 22-28 */
    /* @media screen and(-webkit-min-device-pixel-ratio:0) {
        .wp-block-columns.about-row-1 img {
            margin-bottom: -1.1rem;
        }
    }
} */
@media screen and (max-width: 800px) {
    .services-bios .container {
        max-width: 750px !important;
    }
    .services-bios .container {
        max-width: 750px !important;
    }
    .services-bio p {
        font-size: 0.9rem;
    }
    .services-bio h1 {
        font-size: 1.25rem;
    }
    .industries-opened h3 {
        font-size: 0.9rem;
    }
    .services-bio h4 {
        font-size: 0.75rem;
    }
    .services-bio {
        background: linear-gradient(174deg, #13183E  20%, #13183E 74%, rgb(0 0 0 / 0%) 74.2%);
    }
    .services-image-two {
        flex: 0 0 75% !important;
        max-width: 75% !important;
    }
    /* .services-bio img {
        max-width: 85%;
    } */
    .services-bio-normal h1 {
        font-size: 1rem;
    }
    .services-bio-normal h3 {
        font-size: 0.75rem;
    }
    .services-image-two img {
        margin-top: 0;
    }
    .services-image-two {
        text-align: right;
        margin-top: 0;
        margin-bottom: 2rem;
    }
    .expertise-area .container-fluid {
        margin-bottom: -10px !important
    }
    /* .services-banner-overlay {
        background: linear-gradient(35deg, #720962ba 17%, #720962ba 70%, rgb(0 0 0 / 0%) 70.1%);
        height: 25vh;
    }
    .services-banner-overlay-two {
        background: linear-gradient(128deg, #30507eb3 0%, #30507eb3 62%, rgb(0 0 0 / 0%) 62.1%);
        height: 25vh;
    }
    .industry-banner-overlay {
        background: linear-gradient(35deg,  #024530b5 17%, #024530b5 70%, rgb(0 0 0 / 0%) 70.1%);
        height: 25vh;
    }
    .industry-banner-overlay-two {
        background: linear-gradient(128deg, #00a499  0%, #00a49987 62%, rgb(0 0 0 / 0%) 62.1%);
        height: 25vh;
    } */
    .about-banner {
        height: 25vh;
    }
    .about-banner-overlay {
        height: 25vh;
    }
    .about-banner-overlay-two {
        height: 25vh;
    }
    .about-row-1 .wp-block-column.image {
        display: none !important;
    }
    .about-row-1 .wp-block-column.about-padding-right {
        flex-basis: 100% !important;
    }
    .wp-block-columns.about-row-2 {
        flex-direction: row-reverse;
    }
    /* .industry-banner {
        height: 25vh;
    }
    .services-banner {
        height: 25vh;
    } */
    .news-banner {
        height: 40vh;
    }
    .profile-banner {
        height: 40vh;
    }
    .profile-banner-overlay {
        height: 40vh;
    }
    .profile-banner-overlay-two {
        height: 40vh;
    }
    /* .location-banner {
        height: 35vh;
    }
    .location-banner-overlay {
        height: 35vh;
        background: linear-gradient(35deg,  #f5a759a8 17%, #611253b0  70%, rgb(0 0 0 / 0%) 70.1%)
    }
    .location-banner-overlay-two {
        height: 35vh;
        background: linear-gradient(128deg, #611253b0  0%,  #f5a759a8 62%, rgb(0 0 0 / 0%) 62.1%);
    } */
    .posts-banner .banner-text {
        top: 27%;
    }
    .banner-text h1 {
        font-size: 1.25rem;
    }
    .profile-banner h3 {
        font-size: 1.1rem;
    }
    .profile-banner a {
        font-size: 0.9rem;
    }
    .location-banner .banner-text p {
        font-size: 1rem;
    }
    .location-banner .banner-text .mt-4 {
        margin-top: 1rem !important;
    }
    .location-banner .banner-text a {
        font-size: 1rem;
    }
    .location-map p {
        font-size: 0.9rem;
    }
    .location-map img {
        max-width: 0.9rem;
        height: auto;
    }
    .wp-block-columns.about-row-1 .about-padding-right {
        flex-basis: 100% !important;
        padding-right: 0;
        flex-grow: 1 !important;
    }
    .wp-block-column.across-board.personal-att {
        flex-basis: 100% !important;
        margin-top: 1rem;
        flex-grow: 1 !important;
    }
    .about-padding-right {
        padding-right: 0;
    }
    .about-row-2 .wp-block-column {
        flex-basis: 100% !important;
        flex-grow: 1 !important;
    }
}
@media screen and (max-width: 781px) {
    .about-row-3 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .about-row-3 .wp-block-column.image {
        display: none !important;
    }
    .about-row-3 .wp-block-column.across-board {
        flex-basis: 100% !important;
    }
    .about-row-4 .about-padding-left p {
        width: 130%;
    }
}
@media screen and (max-width: 700px) {
    .location-professionals.leaders .professionals-list img {
        width: 60%;
    }
    .scroller-text-container {
        display: flex;
        flex-direction: column-reverse;
    }
    .services-help h3 {
        margin-top: 1.5rem;
    }
    .banner-text {
        top: 30%;
        left: -15px;
    }
    .home-banner .banner-text {
        left: 0;
    }
    .profile-banner .banner-text {
        left: 0;
    }
    .about-banner .banner-text {
        left: 0;
        top: 40%;
    }
    .news-banner .banner-text {
        left: 0;
    }
    .services-banner .banner-text {
        left: 0;
        top: 40%;
    }
    .industry-banner .banner-text {
        left: 0;
        top: 40%;
    }
    .location-banner .banner-text {
        left: 5px;
        /* top: 30%; */
    }
    /* .expertise-area {
        padding: 15px !important;
    } */
    .services-text {
        margin-bottom: 0 !important;
        margin-top: 2rem !important;
    }
    .services-help {
        margin-top: 0 !important;
    }
    .industries-unopened .d-flex {
        flex-direction: column;
    }
    .industries-unopened .d-flex .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 !important;
    }
    /* .industries-unopened .d-flex .col-6:nth-of-type(2) {
        margin-top: 1rem;
    } */
    .posts-banner .banner-text {
        top: 27%;
    }
    .posts-banner .banner-text .col-7 {
        flex: 0 0 75%;
        max-width: 75%;
    }
}
@media screen and (max-width: 650px) {
    .services-banner .single-service-banner {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}
@media screen and (max-width: 600px) {
    .about-row-4 .about-padding-left p {
        width: 100%;
    }
    .quote-image img {
        max-height: 100% !important;
    }
    .profile-banner .banner-text h1 {
        font-size: 1.2rem;
    }
    .profile-banner .banner-text h3 {
        font-size: 1.2rem;
        margin-bottom: -10px;
    }
    .single-service-banner {
        flex: 0 0 75%;
        max-width: 75%;
    }
}
@media screen and (max-width: 500px) {
    .services-bio p {
        font-size: 0.85rem;
    }
    .expertise-area p {
        font-size: 0.8rem;
    }
    .services-scroll-buttons img {
        max-width: 2.25rem;
    }
    .services-scroll-buttons {
        margin-top: 1rem !important;
    }
    .service-scroller h4 {
        font-size: 1rem !important;
    }
    .service-scroller p {
        font-size: 0.8rem !important;
    }
    .expertise-bio {
        padding: 3rem;
    }
    ul.nav-items {
        flex-direction: column;
    }
    .industries-opened .col-6:nth-child(2) {
        margin-top: 1rem;
    }
    .services-bio img {
        max-width: 100%;
    }
    .services-bio {
        background: linear-gradient(174deg, #13183E 20%, #13183E 85%, rgb(0 0 0 / 0%) 85.2%);
    }
    .banner-text h1 {
        font-size: 1.3rem;
    }
    .profile-banner .banner-text {
        width: 55%;
    }
}
@media screen and (max-width: 400px) {
    .profile-banner .banner-text h1 {
        font-size: 1rem;
    }
    .profile-bio img {
        width: 1.1rem;
    }
    .profile-banner .banner-text h3 {
        font-size: 1rem;
        margin-bottom: -10px;
    }
    .profile-banner a {
        font-size: 0.9rem;
    }
    .profile-banner {
        background-position: top right -2rem;
    }
    .posts-banner .banner-text {
        top: 23%;
    }
    .posts-banner .banner-text .col-7 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .location-banner .banner-text p {
        font-size: 0.9rem;
    }
    .location-banner .banner-text a {
        font-size: 0.9rem;
    }
    .services-banner .single-service-banner {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .services-banner .banner-text h1 {
        font-size: 1.5rem;
    }
    .services-banner .banner-text {
        top: 45%;
    }
    .industry-banner .single-service-banner {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .industry-banner .banner-text h1 {
        font-size: 1.5rem;
    }
    .industry-banner .banner-text {
        top: 45%;
    }
}
@media screen and (max-width: 350px) {
    .about-quote .quote-image {
        display: none !important;
    }
    .about-quote .quote-box {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .profile-banner a {
        font-size: 0.75rem;
    }
}
@media screen and (max-width: 300px) {
    .services-bio {
        background: linear-gradient(174deg, #13183E 20%, #13183E 90%, rgb(0 0 0 / 0%) 90.2%);
    }
}
/* Team Page Styles */ 
@media screen and (min-width: 1200px) {
    .insight-news.team-page .team-bkg-image {
        height: 350px !important;
    }
}
@media screen and (max-width: 900px) {
    .insight-news.team-page .team-bkg-image {
        height: 225px !important;
    }
}
@media screen and (max-width: 750px) {
    .insight-news.team-page .team-bkg-image {
        height: 250px !important;
    }
}
@media screen and (max-width: 700px) {
    .insight-news.team-page .team-bkg-image {
        height: 45vh !important;
        margin-top: 2rem;
    }
    .insight-news.team-page .articles-container {
        margin-top: -1rem !important;
    }
    .articles-container div.row {
        margin: 0 !important;
    }
}
@media screen and (max-width: 450px) {
    .insight-news.team-page .team-bkg-image {
        height: 35vh !important;
    }
    .insight-news.team-page  .articles {
        margin-top: 2rem;
    }
}
@media screen and (max-width: 300px) {
    .insight-news.team-page .team-bkg-image {
        height: 25vh !important;
    }
}

/* Insights/Posts Styles */
.about-bio .across-board.posts .wp-block-image img {
    height: 100% !important;
    width: auto !important;
}

/* Footer */
footer {
    background-color: #141B4D;
}
.footer-container {
    padding: 1rem 6rem;
}
.footer-content {
    margin-top: 5rem;
    align-items: baseline;
}
footer p {
    color: #fff;
    font-size: 0.6rem;
    margin-bottom: 0;
}
.footer-content div.col-6 {
    align-items: center;
}
footer a {
    color: #fff;
    font-size: 0.65rem;
}
.soc-icons {
    justify-content: flex-end;
}
.soc-icons img {
    max-width: 1.3rem;
    margin-right: 8px;
}
/* .service-scroller .slick-list {
    display: flex;
    justify-content: space-between;
} */
.service-scroller .slick-slide {
    padding: 0 1rem;
}
.si-home-scroller-arrows .slick-arrow {
    display: flex !important;
}
.si-home-scroller-arrows .slick-arrow img {
    height: unset !important;
    max-width: 50% !important;
}
.service-scroller {
    text-align: center;
}
.si-home-scroller-arrows {
    margin-top: 2rem;
    position: relative;
}
.service-scroller h4 {
    margin-top: 15px;
    color: #13183E;
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 0;
}
.service-scroller p {
    color: #13183E;
    font-weight: 300;
    font-size: 1rem;
}
.news .slick-list {
    margin-left: -20px;
}
.news .slick-slide {
    padding-left: 20px;
}
.service-scroller img {
    height: 70%;
    width: 100%;
    object-fit: contain;
    object-position: top;
}
.expertise-area.services .expertise-dropdown img{
    width: 1rem;
    height: auto;
    margin: 0 !important;
}
@media screen and (max-width: 1100px) {
    .cities .dead-space {
        min-height: 11vh;
    }
    .footer-content {
        margin-top: 7.5rem;
    }
}
@media screen and (max-width: 850px) {
    .footer-content {
        margin-top: 6.5rem;
    }
    .footer-container {
        padding: 1rem 2rem;
    }
}
@media screen and (max-width: 650px) {
    .footer-container {
        padding: 1rem 2rem;
    }
}
@media screen and (max-width: 450px) {
    .footer-container {
        padding: 2rem 1rem;
    }
    .footer-content {
        margin-top: 5rem;
    }
    .city-boxes p {
        display: none;
    }
    .cities .dc {
        height: 15vh;
    }
    .cities .dc {
        height: 16vh;
    }
    .city-boxes h4 {
        font-size: 0.9rem;
    }
}
@media screen and (max-width: 380px) {
    .footer-content {
        margin-top: 6rem;
    }
    .city-boxes {
        padding: 3rem 0rem;
    }
    .footer-container {
        padding: 1rem;
    }
    footer a {
        font-size: 0.5rem;
    }
}

.news .slick-slider {
    touch-action: auto;
    -ms-touch-action: auto;
}

section.map h1 {
    font-size: 1.7rem;
}
.location-professionals h1 {
    font-size: 1.7rem;
}
/* Final Font Fixtures Reposnisve Styles */
@media screen and (max-width: 1100px) {
    .news-banner.team {
        height: 35vh;
    }
    .news-banner.team .profile-banner-overlay {
        height: 35vh;
    }
    .news-banner.team .profile-banner-overlay-two {
        height: 35vh;
    }
    .about-banner-overlay {
        height: 35vh;
    }
    .about-banner-overlay-two {
        height: 35vh;
    }
    .about-banner {
        height: 35vh;
    }
    .banner.posts-banner .banner-text h1 {
        font-size: 1.75rem;
    }
}
@media screen and (max-width: 1000px) {
    .banner-text h1 {
        font-size: 1.75rem;
    }
    .news-banner .banner-text h1 {
        font-size: 2.2rem;
    }
    .news h2 {
        font-size: 1.5rem;
    }
    .banner-text {
        top: 40%;
    }
    .news-all p {
        font-size: 0.7rem;
    }
    .artcile p.title {
        font-size: 0.95rem;
    }
    .artcile p.date {
        font-size: 0.8rem;
    }
    .archives-options h1 {
        font-size: 0.95rem;
    }
    .expertise-area p {
       font-size: 0.95rem;
    }
    .expertise-text h1 {
        font-size: 1.5rem;
    }
    .wp-block-columns h3 {
        font-size: 1.1rem;
    }
    .about-quote .quote-box p {
        font-size: 0.9rem;
    }
    .location-professionals h1{
        font-size: 1.6rem;
    }
    .location-professionals.leaders h4 {
        font-size: 1.1rem;
    }
    .professionals-list p {
        font-size: 0.9rem;
    }
    .professionals-list p.leadership-link {
        font-size: 0.75rem;
    }
    .profile-banner h3 {
        font-size: 1.25rem;
    }
    .profile-banner a {
        font-size: 0.95rem;
    }
    .bio-text p {
        font-size: 0.95rem;
    }
    .location-professionals.leaders h1 {
        font-size: 1.6rem;
    }
    .team-indv h4 {
        font-size: 1.1rem;
    }
    .team-indv p {
        font-size: 0.95rem;
    }
    .services-bio-normal h3 {
        font-size: 0.95rem;
    }
    .services-text p {
        font-size: 0.95rem;
    }
    .services-help h1 {
        font-size: 1.5rem;
    }
    .services-help h3 {
        font-size: 0.95rem;
    }
    .services-help p {
        font-size: 0.95rem;
    }
    .services-scroll-buttons img {
        max-width: 2rem;
    }
    .services-scroll-buttons {
        margin-bottom: 1rem;
    }
    .service-scroller h4 {
        font-size: 1.1rem;
    }
    .services-bio .expertise-dropdown p {
        font-size: 0.95rem;
    }
    .services-bio h4 {
        font-size: 0.95rem;
    }
    .services-bio h1 {
        font-size: 1.6rem;
    }
    .services-bio p {
        font-size: 0.95rem;
    }
    .industries-opened h3 {
        font-size: 0.95rem;
    }
    .location-map p {
        font-size: 0.95rem;
    }
    .banner-text h1 {
        font-size: 1.75rem;
    }
    .news-banner .banner-text h1 {
        font-size: 2.2rem;
    }
    .banner-text {
        top: 35%;
    }
    .clarity h2 {
        font-size: 1.6rem;
    }
    .clarity p {
        font-size: 0.95rem;
    }
    .focused h2 {
        font-size: 1.6rem;
    }
    .focused a p.special {
        font-size: 0.95rem;
    }
    .bio-text p {
        font-size: 0.95rem;
    }
    .clarity .title-scroller h3 {
        font-size: 1.1rem;
    }
    .clarity .indv-si-scroller p {
        font-size: 0.95rem;
    }
    .about-banner .banner-text {
        top: 45%;
    }
    .services-banner .banner-text {
        top: 45%;
    }
    .industry-banner .banner-text {
        top: 50%;
    }
    section.map h1 {
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 700px) {
    .guidance {
        margin-top: 2rem;
        margin-bottom: -1rem;
    }
}
.banner-text {
    width: 100%;
}
.services-banner .banner-text {
    top: 50%;
}
.industry-banner .banner-text {
    top: 50%;
}
.about-banner .banner-text {
    top: 50%;
}
.about-banner .banner.posts-banner .banner-text {
    top: 43%;
}

/* Universal Banners */
.banner-height {
    height: 50vh !important;
}
.indv-posts-banner {
    background-position: right top 0;
}
@media screen and (min-width: 1500px) {
    .banner-height {
        height: 60vh !important;
    }
}
@media screen and (max-width: 800px) {
    .banner-height {
        height: 40vh !important;
    }
    .banner.posts-banner .banner-text h1 {
        font-size: 1.5rem;
    }
    .about-banner .banner.posts-banner .banner-text {
        top: 45%;
    }
}
@media screen and (max-width: 450px) {
    .banner-height {
        height: 40vh !important;
    }
    .banner.posts-banner .banner-text h1 {
        font-size: 1.25rem;
    }
    .location-banner .banner-text h1 {
        font-size: 1.5rem;
    }
    .location-banner .banner-text p.mt-3 {
        margin-top: 5px !important;
    }
    .location-banner .banner-text div.mt-4 {
        margin-top: 5px !important;
    }
    .about-banner .banner.posts-banner .banner-text {
        top: 40%;
    }
}

/* Adjusting Padding Across Site */
.container {
    padding: 0 4.5rem !important;
}
.container-fluid {
    padding: 0 4.5rem !important;
}
.clarity .first-row {
    padding: 0 4.5rem !important;
}
.services-help .slider-container-section {
    padding: 0 4.5rem 0 0 !important;
}
.services-banner .banner-text {
    padding: 0 4.5rem !important;
}
.articles-container {
    padding: 0 4.5rem !important;
}
.profile-bio-container {
    padding: 0 4.5rem !important;
}
.expertise-area {
    padding: 1rem 4.5rem !important;
}
@media screen and (max-width: 900px) {
    .services-help .slider-container-section {
        padding: 0 4.5rem !important;
    }
    .services-help .col-6.pr-5 {
        padding: 0 !important;
    }
}
@media screen and (max-width: 760px) {
    .container {
        padding: 0 2.5rem !important;
    }
    .container-fluid {
        padding: 0 2.5rem !important;
    }
    .clarity .first-row {
        padding: 0 2.5rem !important;
    }
    .services-help .slider-container-section {
        padding: 0 2.5rem 0 0 !important;
    }
    .services-banner .banner-text {
        padding: 0 2.5rem !important;
    }
    .articles-container {
        padding: 0 2.5rem !important;
    }
    .profile-bio-container {
        padding: 0 2.5rem !important;
    }
    .services-help .slider-container-section {
        padding: 0 2.5rem !important;
    }
    .expertise-area {
        padding: 1rem 2.5rem !important;
    }
    .location-map {
        padding: 1rem 2.5rem !important;
    }
}
@media screen and (max-width: 450px) {
    .banner-text h1 {
        font-size: 1.5rem;
    }
}
@media screen and (max-width: 800px) {
    .wp-block-columns.honest-open.container-fluid.pl-0.about-row-4 {
        padding: 0 4.5rem !important;
    }
}
.wp-block-group.across-board.container-fluid.pr-0 {
    padding: 0 0 0 4.5rem !important;
}
.wp-block-columns.container-fluid.pr-0.about-row-3 {
    padding: 0 0 0 4.5rem !important;
}
.wp-block-columns.honest-open.container-fluid.pl-0.about-row-4 {
    padding: 0 4.5rem 0 0 !important;
}

@media screen and (max-width: 760px) {
    .wp-block-columns.honest-open.container-fluid.pl-0.about-row-4 {
        padding: 0 2.5rem !important;
    }
    .wp-block-group.across-board.container-fluid.pr-0 {
        padding: 0 2.5rem !important;
    }
    .wp-block-columns.container-fluid.pr-0.about-row-3 {
        padding: 1rem 2.5rem !important;
    }
    .wp-block-columns.honest-open.container-fluid.pl-0.about-row-4 {
        padding: 0 2.5rem 0 0 !important;
    }
}

@media screen and (max-width: 600px) {
    .wp-block-columns.honest-open.container-fluid.pl-0.about-row-4 {
        padding: 0 !important;
    }
    .wp-block-column.about-padding-left.personal-att.col-7 {
        padding: 1rem 2.5rem !important;
    }
}

