.tags i.fa {
    color: #0057B8;
}

.blog-date-tags i.fa {
    color: #0057B8;
}

h1:after {
    background-color: #0057B8;
}

.modal-title:after {
    background-color: #0057B8;
}

.map i.fa.active, .map i.fa:hover {
    color: #002D72;
}

.solutions-list-container .solutions-list-body .card.link-to-brandaudit {
    margin-bottom: 0;
}

.solutions-list-container .solutions-list-body .card.link-to-useful-links {
    border-top: 15px solid #FFF;
    margin-bottom: -10px;
}

.form-check-input {
    margin-left: 0;
}

.marker.location-20 {
    left: 82%;
    top: 3%;
}

.marker.location-20 {
    left: 82%;
    top: 3%;
}

.freeform-container table {
    font-size: 12px;
}

a.anchor {
 opacity: 0;   
}

.offices ul li .office-details {
    width: 55%;
}

.offices ul li .office-name {
    width: 40%;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    height: 22px !important;
}

    a.blue-shape {
        clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
        background: #002B77;
        color: #FFFFFF;
        padding: 10px 80px 10px 10px;
        display: inline-block;
        margin: 10px 0;
    }

.working-at-container ul li {
    font-size: 17px;
    line-height: 28px;
    color: #666666;
}

.working-at-container img {
    width: 100%;
}

/*======== NEWS ITEM =========*/

.news-item .news-image {
    position: relative;
    height: 100%;
    max-width: 220px;
    margin: 0 30px 0 0;
    overflow: hidden;
    float: left;
}

.news-item .news-image::after {
    content: '';
    position: absolute;
    width: 110px;
    height: auto;
    top: 0;
    left: -22%;
    bottom: 0;
    background: #083776;
    transform: skewX(-10deg);
}

.news-date {
    font-size: 16px;
    background: transparent;
    left: 15px;
}

.news-date span {
    font-size: 24px;
}



/*======== NEWSLETTER =========*/

.high-blue-content {
    position: relative;
    overflow: hidden;
    background: #083776;
}

.high-blue-content::before {
    content: '';
    position: absolute;
    width: 47%;
    height: auto;
    top: 0;
    right: -12%;
    bottom: 0;
    background: #016FB9;
    transform: skewX(-10deg);
}

.high-blue-content .newsletter-title h3 {
    color: white;
    text-align: left;
    font-size: 24px;
    margin-bottom: 16px;
    font-weight: 400;
    line-height: 100%;
    margin-top: -6px;
    letter-spacing: 0.03em;
}

.high-blue-content {
    padding: 124px 0;
}

.high-blue-content .newsletter-title p {
    color: white;
    font-weight: 300;
    text-align: left;
    letter-spacing: 0.01em;
    margin-bottom: 0;
}

.newsletter-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newsletter-button {
    margin-right: 60px !important;
    font-weight: 400 !important;
    max-width: max-content !important;
    padding: 16px 32px !important;
}

.high-blue-content a.button.outline.white:hover {
    color: #083776;
}

@media only screen and (min-width: 1200px) {
    .high-blue-content .newsletter-title h3 {
        font-size: 36px;
    }

    .high-blue-content .newsletter-title p {
        font-size: 25px;
    }

    .newsletter-button {
        margin-right: 60px !important;
        font-size: 16px !important;
    }
}


@media only screen and (max-width: 991px) {
    .newsletter-container {
        justify-content: center;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .high-blue-content .newsletter-title h3 {
        margin-left: 0;
    }

    .high-blue-content .newsletter-title p {
        margin-left: 0;
    }

    .newsletter-button {
        margin-right: auto !important;
        margin-left: 0 !important;
        margin-top: 24px !important;
    }

    .high-blue-content::before {
        width: 24%;
    }
}


/*======== FOOTER =========*/

.footer {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: #063673;
    color: white;
    padding: 0;
}

.footer a {
    color: white;
    margin: 24px 8px 24px 0;
}

.footer .footer-copyright {
    display: flex;
    align-items: center;
}

.footer .footer-links {
    display: flex;
    align-items: center;
}

.footer .footer-items {
    display: flex;
    justify-content: space-between;
}

.text-muted {
    font-size: 13px;
    font-style: italic;
    line-height: 15px;
}

.splash-list {
    font-size: 17px;
}

.splash-list.home li:first-of-type {
    border-bottom: none;
    background: #FFFFFF;
    padding: 5px 15px;
}

.splash-list.home li:first-of-type a {   
    border-bottom: none;
    color: #083776;
}

.private a, .splash-list ul li:hover i.fa {
    color: #083776;
}

.header-image-main {
    position: relative;
    display: block;
    height: 100%;
}

.another-one {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
}

.header-image-text-wrapper {
    width: 100%;
    height: 100%;
}

.header-text {
    background: #FFFFFF;
    padding: 10px;
    border-radius: 8px;
    width: 450px;
    margin: 20px 20px 20px 0;
}

.header-text .title {
    color: #083776;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: bold;
}

.header-text .subtitle {
    color: #083776;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
    display: none;
}

.header-text p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 5px;
}

.header-text a {
    background: #083776;
    padding: 5px 10px;
    color: #FFFFFF;
    border-radius: 8px;
    font-size: 12px;
}

@media (min-width: 992px) {
    .another-one {
        display: block;
    }
}

@media (min-width: 1200px) {
    .header-text {
        padding: 15px;
    }

    .header-text p {
        margin-bottom: 1rem;
    }
    
    .another-one {
        display: block;
    }

    .header-text .title {
        font-size: 18px;
    }
    
    .header-text .subtitle {
        font-size: 16px;
        line-height: 21px;
    }
    
    .header-text p {
        font-size: 14px;
        line-height: 20px;
    }

    .header-text a {
        font-size: 14px;
    }
}

@media (min-width: 1400px) {
    .header-text .subtitle {
        display: block;
    }
    
}

@media only screen and (max-width: 991px) {
    .footer .footer-items {
        flex-direction: column;
        justify-content: center;
    }

    .footer .footer-copyright {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 36px;
        margin-bottom: 24px;
    }

    .footer .footer-links {
        display: flex;
        align-items: center;
        text-align: center;
        flex-direction: column;
    }

    .footer::before {
        display: none;
    }

    .footer .kiwa-link {
        background: white;
        /*width: 100%;*/
        display: flex;
        justify-content: center;
        margin: 24px 0 0 0;
        transform: skewX(-10deg);
    }

    .footer .kiwa-link img {
        transform: skewX(10deg);
        margin-right: 54px;
    }

    .footer a {
        margin: 12px 0;
    }
}


/*======== PRE-FOOTER =========*/

.pre-footer .skew-block {
    display: none;
}

.pre-footer {
    background: #fff;
}

.pre-footer span {
    color: #2E528A;
    font-weight: 900;
}

.pre-footer ul.mini-nav li a {
    color: #2E528A;
    font-weight: 900;
}

.pre-footer ul.mini-nav li a:hover {
    color: #0070B9;
}

.controlatom-courses {
    margin-top: 50px;
}

.controlatom-courses .box {
    background: #EAEAEA;
    padding: 10px;
    display: flex;
    margin: 0 0 20px 0;
    flex-direction: column;
    font-size: 17px;
}

.controlatom-courses div div img {
    width: 100%;
}

.intro ul {
    margin-top: 20px;
}

ul.errors {
    display: block;
    font-size: .875rem;
    color: #dc3545;
    margin-top: .25rem;
}

@media (min-width: 768px) {
    .intro li {
        font-size: 22px!important;
        line-height: 32px
    }
}

button#chatbase-bubble-button {
    box-shadow: none !important;
}


button#chatbase-bubble-button:hover {
    background: #F5F5F5;
}
