body {
    font-family: "Roboto", sans-serif;
    color: #1C2D53;
}

a {
    color: #672e45;
    text-decoration: none;
}

/*@media (min-width: 1024px) {
    .hero-tile {
        min-height: 660px;
    }
}*/

.hero-tile--center {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hero-tile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    padding: 160px 0 0;
    min-height: 500px;
    position: relative;
}

    .hero-tile p {
        margin-bottom: 0;
        font-size: 20px;
        text-align: center;
    }


.btn {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 700;
    padding: 13px 28px;
    background: transparent;
    border: 2px solid #FFFFFF;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.btn--white {
    color: #1d40ca;
    background-color: #fff;
    border-color: #fff;
}

h1, .h1 {
    font-size: 58px;
    font-weight: 400;
    letter-spacing: -1.45px;
    padding-top: 0px;
}

.hero-tile--center .text-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
}

.BlueStrap {
    background: #1C2D53;
    color: #fff;
    padding: 65px 0;
    margin-top: 0;
}

    .BlueStrap h2 {
        font-size: 30px;
        letter-spacing: -0.9px;
        font-weight: normal;
    }

.PracticeAreas {
    background: #f8f9fa;
    padding: 50px 0;
}

.WhiteTextButton {
    display: table;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border: 2px solid;
    padding: 10px 15px;
    font-size: 15px;
}

    .WhiteTextButton:hover {
        color: #1C2D53;
        background: #fff
    }

.WhiteBtn {
    display: table;
    background: #fff;
    text-decoration: none;
    font-weight: bold;
    border: 2px solid;
    padding: 10px 15px;
    font-size: 15px;
    border: 2px solid #1c2d53;
    color: #1c2d53;
}

    .WhiteBtn:hover {
        color: #fff;
        background: #1c2d53;
    }

.hero-tile .WhiteBtn {
    margin: 30px auto 0;
}

.WhoWeAre {
    color: #1c2d53;
    padding: 60px 0px;
}

p {
    font-size: 14px;
}

h2 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 20px;
}

.HomePracticeArea {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 480px;
    margin: 0 auto;
}

    .HomePracticeArea img {
        width: 208px;
        height: 208px;
        object-fit: cover;
        border-radius: 50%;
        flex-shrink: 0; /* Prevents image from shrinking */
    }

/* Text Block - Overlapping the circle */
.practiceAreaName {
    background: #672e45;
    color: #fff;
    padding: 13px 12px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.35;
    letter-spacing: 0.6px;
    width: 280px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    position: relative;
    left: -40px;
    z-index: 2;
}

/* Optional hover effect */
.HomePracticeArea:hover .practiceAreaName {
    left: -35px;
    background: #8c3f5e;
    transition: all 0.3s ease;
}

a.nav-link {
    color: #1c2d53;
    font-size: 15px;
}

    a.nav-link.active, a.nav-link:hover {
        color: #672e45 !important;
    }

.simple-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    transition: opacity 0.8s ease;
}

.loader-content {
    text-align: center;
    width: 280px;
}

.loading-text {
    font-size: 18px;
    color: #1C2D53; /* Dark Blue */
    margin-bottom: 18px;
    font-weight: 500;
}

.loading-bar {
    height: 7px;
    background: linear-gradient(90deg, #1C2D53, #672e45); /* Dark Blue to Maroon */
    border-radius: 10px;
    animation: loadingProgress 2.4s infinite ease-in-out;
    box-shadow: 0 3px 10px rgba(28, 45, 83, 0.3);
}

@keyframes loadingProgress {
    0% {
        width: 0%;
    }

    50% {
        width: 100%;
    }

    100% {
        width: 0%;
    }
}

/* Fade out when page loads */
.simple-loader.hidden {
    opacity: 0;
    pointer-events: none;
}

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: #fff;
    content: var(--bs-breadcrumb-divider, "|");
}

.innerBanner {
    text-align: center;
    padding: 100px 0px;
}

    .innerBanner h1 {
        font-size: 58px;
        color: #fff;
    }

.page-banner {
    background-position: center center !important;
}

.BreadcrumbBar {
    padding: 23px 0;
    background-color: #672F44;
}

li.breadcrumb-item, li.breadcrumb-item a {
    color: #fff !important;
    font-size: 14px;
    text-decoration: none;
}

.Content {
    padding: 30px 0 20px;
}

.BlueBg {
    background: #1C2D53;
    color: #fff;
}

.accordion-button:not(.collapsed) {
    background: #672e45;
    color: #fff;
    font-weight: bold;
}

.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}

.accordion-button {
    background: #1C2D53;
    color: #fff;
}

.WhiteContent {
    color: #fff;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-40 {
    padding-bottom: 40px;
}

.footer {
    background: url('/images/Footer Background.png');
    background-size: cover;
}

.popup-overlay {
    display: none;
    position: fixed;
    /* top: 0; */
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    text-align: center;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    -webkit-box-shadow: inset 0px 10px 10px -6px rgb(117 117 117);
    -moz-box-shadow: inset 0px 10px 10px -6px rgba(117,117,117,1);
    box-shadow: inset 0px 10px 10px -6px rgb(117 117 117);
    font-weight: bold;
}

.popup {
    display: inline-block;
    width: 100%;
    min-height: 40px;
    background-color: white;
    border-radius: 1px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    bottom: 0;
    position: absolute;
    -webkit-box-shadow: inset 0px 10px 10px -6px rgb(117 117 117);
    -moz-box-shadow: inset 0px 10px 10px -6px rgba(117,117,117,1);
    box-shadow: inset 0px 10px 10px -6px rgb(117 117 117);
    color: #000;
    font-size: 12px;
    font-weight: normal;
}

a.accept, a.submit {
    margin-top: 0;
    margin-left: 20px;
    display: inline-block;
    color: white;
    background-color: #672e45;
    border-radius: 5px;
    padding: 0px 9px;
    text-decoration: none;
    text-transform: uppercase;
}

.footerItem {
    display: inline-block;
    margin-right: 25px;
    color: #fff;
}

.footerDetails {
    margin-top: 20px;
}

.footerItem {
    margin-right: 25px;
    display: inline-block;
    font-size: 12px;
    color: #ABC1F0;
}

    .footerItem strong {
        color: #fff;
    }

ul.social {
    margin: 15px 0;
}

    ul.social li {
        display: inline-block;
        margin-left: 10px;
    }

        ul.social li a {
            color: #ABC1F0;
            font-size: 24px;
        }

.footer-btm {
    border-top: 2px solid rgba(247, 248, 248, 0.1);
    border-bottom: 2px solid rgba(247, 248, 248, 0.1);
    margin-top: 30px;
}

.copyright {
    font-size: 12px;
    color: #ABC1F0;
    margin-top: 20px;
    text-align: right;
}

.ProfileImage img {
    width: 100%;
}

.ProfileBlock {
    margin-bottom: 20px;
    padding: 28px;
    box-shadow: 0px -1px 15px 12px rgba(201,201,201,1);
    -webkit-box-shadow: 0px -1px 15px 12px rgba(201,201,201,1);
    -moz-box-shadow: 0px -1px 15px 12px rgba(201,201,201,1);
}

.Name {
    text-transform: uppercase;
    font-size: 23px;
    margin-top: 30px;
}

.JobTitle {
    font-size: 14px;
    margin-bottom: 30px;
}

.Email a {
    font-size: 14px;
}



.Tel a {
    font-size: 14px;
}


.Tel {
    margin-bottom: 10px
}

.More a {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

.homeProfile {
    background: #fff;
    padding: 20px;
    color: #1C2D53;
    margin-bottom: 20px;
}

    .homeProfile .JobTitle {
        margin-bottom: 10px;
    }

    .homeProfile .More {
        text-align: right
    }

.form-control {
    border: 0;
    border-bottom: 1px solid #efefef;
    border-radius: 0;
    padding-left: 0;
    margin-top: 10px;
    padding-bottom: 11px;
}

    .form-control::placeholder {
        color: #999999;
        font-size: 15px;
        font-weight: 400;
        opacity: 1; /* some browsers reduce opacity */
    }

.mt-10 {
    margin-top: 10px
}

.mb-10 {
    margin-bottom: 10px
}


.splitBG {
    background: linear-gradient(to right, #ffffff 0% 50%, /* White from 0% to 50% */
    #f8f9fa 50% 100% /* Grey from 50% to 100% */
    );
}


.splitBGRev {
    background: linear-gradient(to right, #f8f9fa 0% 50%, /* White from 0% to 50% */
    #ffffff 50% 100% /* Grey from 50% to 100% */
    );
}
.cta-form {
    background: #fff;
    padding-right: 50px;
}
.ContactArea {
    padding-left: 40px;
}
.address {
    margin-bottom: 35px;
}
.PracticeArea {
    position: relative;
    display: block;
}

    .PracticeArea::after {
        content: "";
        position: absolute;
        top: -33px;
        right: -40px;
        width: 100px;
        height: 100px;
        background-image: url(/images/AfricaDark.png);
        background-size: contain;
        background-repeat: no-repeat;
        pointer-events: none;
    }

.PracticeName {
    text-transform: uppercase;
    font-size: 19px;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}
.PracticeArea img {
    border-radius: 10px;
}
.progress-bar {
    background-color: #672F44;
}
.ProgBar {
    margin-bottom: 25px;
}
    .ProgBar .percent {
        font-size: 22px;
        margin-top: 5px;
    }
.footerLinks li a {
    color: #ABC1F0;
    font-size: 12px;
    text-transform: uppercase;
}
.footerLinks ul {
    padding-left: 0;
}

.footerLinks li {
    padding-left: 0;
    list-style: none;
    margin-left: 1px;
    margin-bottom: 8px;
    line-height: 17px;
}

.footerHeader {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 8px;
}
span.seperator:last-child {
    display: none;
}
.meta.insightReadDate {
    font-size: 12px;
    margin-bottom: 5px;
}
.form-main input {
    height: 48px;
    background: #f3f3f3;
    padding: 0 20px;
    color: #666;
    font-size: 14px;
    border: none;
    width: 100%;
    margin-bottom: 10px;
}
.form-main button:hover {
    background: transparent;
    color: #672F44;
}

.form-main button {
    border: 2px solid #672F44;
    padding: 15px 35px;
    font-size: 16px;
    text-transform: uppercase;
    background: #672F44;
    color: #fff;
}
.form-main .custom-select {
    height: 48px;
    background: #f3f3f3;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
}
.form-main .custom-select select {
    color: #666;
    font-size: 14px;
    padding: 0 20px;
    height: 48px;
    border: none;
    width: 100%;
    background: #f3f3f3;
    position: relative;
    z-index: 22;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}


.form-main .custom-select i {
    color: #666;
    font-size: 18px;
    position: absolute;
    right: 0;
    line-height: 48px;
    right: 15px;
    z-index: 0;
}

.text-align-right {
text-align:right;
}
.meta.insightDate {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.ArchiveHeader {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
    color: #fff;
    font-size: 20px;
}
.Archives {
    width: 100%;
    background: #000;
    padding: 15px;
}
    .Archives a {
        color: #fff;
    }
.CurrentActive a {
    color: #672e45;
}
.Content ul {
    padding-left: 0;
}
.Content li {
    margin-left: 15px;
}