﻿.white-space-pre-line {
    white-space: pre-line !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.text-white p {
    color: white;
}

    .text-white p a {
        color: white;
        text-decoration: underline;
    }

.button-blue-outline:hover {
    border-bottom-style: solid;
    border-bottom-width: 2px;
}

.margin-top-small {
    margin-top: 40px !important;
}

.margin-bottom-small {
    margin-bottom: 40px !important;
}

.margin-top-medium {
    margin-top: 60px !important;
}

.margin-bottom-medium {
    margin-bottom: 60px !important;
}

.margin-top-large {
    margin-top: 140px !important;
}

.margin-bottom-large {
    margin-bottom: 140px !important;
}

.margin-top-extra-large {
    margin-top: 235px !important;
}

.margin-bottom-extra-large {
    margin-bottom: 235px !important;
}


.padding-top-small {
    padding-top: 40px !important;
}

.padding-bottom-small {
    padding-bottom: 40px !important;
}

.padding-top-medium {
    padding-top: 60px !important;
}

.padding-bottom-medium {
    padding-bottom: 60px !important;
}

.padding-top-large {
    padding-top: 140px !important;
}

.padding-bottom-large {
    padding-bottom: 140px !important;
}

.padding-top-extra-large {
    padding-top: 235px !important;
}

.padding-bottom-extra-large {
    padding-bottom: 235px !important;
}

.dynamic-content {
    /*position: absolute;*/
    height: auto;
    display: none;
}

.dynamic-content.show {
    display: block;
}

.menu-toggle {
    position: relative;
    z-index: 999999;
}

.mobile-menu-container {
    position: fixed;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 99999;
    transition: all .3s ease-in-out;
    left: -100%;
}

.mobile-menu-container.show {
    left: 0;
}

.line-top, .line-middle, .line-bottom {
    transition: .2s all ease-in-out;
}

.line-top.active {
    transform: rotate(45deg);
    position: absolute;
}

.line-middle.active {
    display: none;
}

.line-bottom.active {
    transform: rotate(-45deg);
    position: absolute;
}

.branch-search-button {
    height: 48px;
    line-height: 23px;
}

.search {
    align-items: flex-start;
}

.dynamic-content-carousel {
    padding-bottom: 100px !important;
}

.dynamic-content-wrapper {
    margin-top: 50px;
}

.branches-container {
    padding-top: 100px;
    padding-bottom: 100px;
}

.dropdown-link.w--current {
    background-color: white;
}

.dropdown-link.w--current:active {
    background-color: white;
}

.brix---color-neutral-600 {
    color: rgba(87, 87, 86, .94);
    font-weight: 400;
}

.case-study-internal-contents {
    width: 100%;
    height: 100%;
    text-align: center;
    border: 1px #e5e7eb;
    border-radius: 10px;
    flex-direction: column;
    flex: 0 auto;
    display: flex;
}

.general-text-block h2, .general-text-block h3, .general-text-block h4 {
    margin-top: 20px;
}

.standard-link {
    padding-left: 16px;
    padding-right: 16px;
    color: white;
}

.interactive-content-block .w-tab-content {
    background: white;
}

.faq .no-left-padding {
    padding-left: 0;
}

.bullet-points-block .horizontal-layout {
    padding: 0;
}

.bullet-points-block .horizontal-layout:hover {
    background: unset;
}

.bullet-points-block .small-list-2-icon-columns-grid {
    grid-column-gap: 0;
    grid-row-gap: 0;
}

.bullet-points-block img {
    width: 45px;
}

.search-form-wrapper {
    padding: 40px 20px;
}

.search-results-wrapper {
    padding: 40px 20px;
}

.search-form {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.search-form input {
    border-radius: 10px;
    height: 50px;
    width: 400px;
    padding: 10px;
    border-width: 1px;
}

    .search-form button {
        margin-left: 10px;
        height: 50px;
        border-radius: 10px;
        padding-left: 20px;
        padding-right: 20px;
        background-color: #043b58;
        color: white;
    }

.carousel-image-wrapper-2 {
    height: 350px;
    max-height: 350px;
}

.carousel-image-wrapper-2 {
    height: 350px;
}

.carousel-image-wrapper-2 .bg-image {
    object-fit: contain;
}

.w-dropdown-btn, .w-dropdown-toggle {
    color: white !important;
}

.w-dropdown-link {
    color: #043b58;
}

.umbraco-form-wrapper input {
    min-height: 60px;
    color: rgba(87, 87, 86, .94);
    background-color: #fff;
    border: 1px solid rgba(214, 214, 214, .82);
    border-radius: 10px;
    margin-bottom: 0;
    padding: 16px 24px;
    font-family: Albert Sans, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    transition: box-shadow .3s, color .3s, border-color .3s;
    display: block;
}

    .umbraco-form-wrapper input:active, .umbraco-form-wrapper input:focus-visible {
        border-color: #043b58 !important;
        border-width: 1px !important;
        outline: none;
    }

    .umbraco-form-wrapper input:hover {
        min-height: 60px;
        border-color: #e2e8eb;
        padding-top: 16px;
        padding-bottom: 20px;
        box-shadow: 0 2px 12px rgba(20, 20, 43, .1);
    }

    .umbraco-form-wrapper input[type=text] {
        width: 500px;
    }

    .umbraco-form-wrapper input[type=submit] {
        color: #fff;
        text-align: center;
        -webkit-text-stroke-width: 0px;
        background-color: #043b58;
        border: 2px #043b58;
        border-radius: 10px;
        justify-content: center;
        align-self: auto;
        align-items: center;
        padding: 0.85rem 1.5rem;
        font-family: Albert Sans, sans-serif;
        font-size: 1.1rem;
        font-weight: 600;
        text-decoration: none;
        transition: background-color .3s cubic-bezier(.23, 1, .32, 1), border-color .3s cubic-bezier(.23, 1, .32, 1);
        display: inline-block;
        margin-top: 40px;
        cursor: pointer;
    }

        .umbraco-form-wrapper input[type=submit]:hover {
            background-color: #02293d;
            border-color: #02293d;
        }

    .umbraco-form-wrapper input[type=checkbox] {
        height: auto;
        min-height: unset;
        display: inline;
    }

.umbraco-form-wrapper label {
    color: #043b58;
    margin-bottom: 16px;
    font-family: Albert Sans, sans-serif;
    font-size: 1.1rem;
    line-height: 20px;
    margin: 20px 0 15px 0;
    display: inline-block;
}

.umbraco-form-wrapper .umbraco-forms-field.dataconsent .umbraco-forms-field-wrapper label {
    margin: 0;
    font-size: .9rem;
    color: inherit;
}

.umbraco-form-wrapper select {
    width: 500px;
    min-height: 60px;
    color: rgba(87, 87, 86, .94);
    background-color: #fff;
    border: 1px solid rgba(214, 214, 214, .82);
    border-radius: 10px;
    margin-bottom: 0;
    padding: 16px 24px;
    font-family: Albert Sans, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    transition: box-shadow .3s, color .3s, border-color .3s;
    display: block;
}

.umbraco-form-wrapper .field-validation-error {
    color: #e23939;
    font-size: .9rem;
    display: block;
}

.umbraco-form-wrapper .input-validation-error {
    border-color: #e23939 !important;
}

    .umbraco-form-wrapper .input-validation-error:hover {
        border-color: #e23939 !important;
    }

    .umbraco-form-wrapper .input-validation-error:active {
        border-color: #e23939 !important;
    }

    .umbraco-form-wrapper .input-validation-error:focus-visible {
        border-color: #e23939 !important;
    }

.branch-card {
    display: flex;
    justify-content: space-between;
}

.imageWithTextBlock img {
    object-position: top left;
}

.group-footer-wrapper {
    /*background-color: #043b58;*/
    border: 1px #000;
    margin-bottom: 0;
    padding-bottom: 60px;
}

.brix---container-default-25 {
    max-width: 1218px;
    padding-left: 24px;
    padding-right: 24px;
}

.brix---footer-top-small {
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 60px;
    display: flex;
}

.brix---group-footer-logo-wrapper-2 {
    margin-bottom: 20px;
}

.paragraph-2.white-text-centered.hide {
    display: none;
}

.div-block-33 {
    display: flex;
}

.brix---footer-list-item-horizontal-white {
    color: white;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.brix---footer-list-item-horizontal-white {
    color: white;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.brix---footer-list-item-horizontal-white:hover {
    color: white;
    opacity: .7;
}

.brix---grid-footer-bottom-v2 {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1.65fr;
    align-items: center;
}

.brix---footer-bottom-v3 {
    border-top: 1px solid #e2f0ef;
    color: #6e7191;
    text-align: left;
    padding-top: 32px;
    padding-bottom: 32px;
    font-size: 18px;
}

#w-node-_445dc456-cb6d-3465-f4d3-ab08e73f4e75-ae404495 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

.footer-social {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    grid-template-rows: auto;
    grid-template-columns: max-content;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: start;
    align-self: flex-start;
    align-items: center;
    justify-items: start;
    display: flex;
}

.social-link.is-with-background {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 2rem;
    align-self: center;
    padding: 0.5rem;
    transition: background-color .3s cubic-bezier(.23, 1, .32, 1);
}

.div-block-17 {
    width: 100%;
    justify-content: flex-end;
    align-self: flex-end;
    display: flex;
}

.footer-link.text-color-white.text-weight-medium.right-pad.dark-teal-text {
    color: #cfdcdc;
}

.footer-link.text-color-white.text-weight-medium.right-pad {
    justify-content: flex-end;
    margin-right: 20px;
    font-family: Albert Sans, sans-serif;
    font-size: .9rem;
    font-weight: 400;
    display: flex;
}

.padding-top, .padding-top.padding-huge, .padding-top.padding-medium {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.footer-bottom-wrapper {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.footer-credits {
    grid-column-gap: 0.5rem;
    grid-row-gap: 1rem;
    color: rgba(30, 60, 10, .76);
    flex-direction: column;
    display: flex;
}

.footer-credit-text.dark-teal-text {
    color: #cfdcdc;
}

.footer-credit-text.dark-teal-text p, .footer-credit-text.dark-teal-text a {
    color: #cfdcdc;
}

.brix---cta-card---time-sensitive {
    border: none;
}

.dark-left-aligned {
    color: #043b58;
    text-align: left;
}

.page-navigation {
    background: #CFDCDC;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-navigation .page-navigation-list {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-navigation .page-navigation-list-item {
    margin: 0 15px;
}
    .page-navigation .page-navigation-list-item a {
        font-weight: 600;
        font-size: 1.1rem;
    }

.news-categories {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    color: inherit;
}

.news-categories li.single-news-page {
    color: #cfdcdc;
}

.news-categories li.single-news-page-category::after {
    color: #cfdcdc;
}

.news-categories li::after {
    content: ",";
    margin-right: 5px;
}

.news-categories li:last-child::after {
    content: "";
    display: none;
}

.cim-tag {
    position: fixed;
    top: 50%;
    left: 0;
    text-orientation: sideways;
    writing-mode: vertical-rl;
    background: #CFDCDC;
    color: #043b58;
    padding: 15px 10px;
    font-weight: bold;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 99999;
    transform: rotate(180deg);
}

.cim-tag a {
    font-weight: 600;
}

.header-button {
    margin-left: 16px;
}

.footer-linked-badges {
    display:flex;
    justify-content: center;
    margin-top:30px;
    grid-gap:25px;

}
.footer-linked-badges a {
    padding:0;
}
.textItemsBlock .vertical-layout:hover {
    background-color: unset;
}
.textItemsBlock a .vertical-layout:hover {
    background-color: #f5f8f8;
}

.textItemsBlock .horizontal-layout:hover {
    background-color: unset;
}

.textItemsBlock a .horizontal-layout:hover {
    background-color: #f5f8f8;
}

.contentCarouselBlock a .content-carousel-card:hover {
    background-color: #f5f8f8;
}

.peopleBlock .icon-link-wrapper {
    margin-top:20px;
}
.peopleBlock .icon-link-wrapper-item {
    display: flex;
    justify-content: flex-start;
    margin-top: 5px;
    grid-gap: 10px;
}
.home-page-hero-animated {
    padding: 0;
    padding: 210px 5%;
    position: relative;
    overflow: hidden;
}
.home-page-hero-animated .animate-image-overlay {
    position:absolute;
    z-index:1;
    right:0;
    height:100%;
    width:auto;
    top:0;
}

#shapeLogo {
    animation-delay: 1s;
    animation-duration: 4s;
    animation-iteration-count: 1;
    animation-name: fadeIn;
    animation-fill-mode: both;
    opacity: 0
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    35% {
        opacity: 1
    }

    65% {
        opacity: 1
    }

    85% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

#aShape {
    animation-delay: 0s;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-name: shapeSlide;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    transform: translateX(calc(100vw - 500px));
}

@keyframes shapeSlide {
    0% {
        transform: translateX(calc(100vw - 500px));
    }

    100% {
        transform: translateX(0%);
    }
}


/* Nav */
.nav {
    list-style: none;
    *zoom: 1;
    margin: 0;
}

.nav:before,
.nav:after {
    content: " ";
    display: table;
}

.nav:after {
    clear: both;
}

.nav ul {
    list-style: none;
    min-width: 100%;
    margin:0;
    padding:0;
}

.nav a {
    padding: 10px 15px;
}
.nav li {
    position: relative;
    margin:0;
}
.nav .main-icon-toggle {
    color:#FFF;
}
.nav .main-icon-toggle-invert {
    color: #043b58;
    transform: rotate(-90deg);
}
.nav .has-dropdown {
    padding-right: 25px;
    cursor:pointer;
}
.nav .has-dropdown .parent {
    padding: 10px 15px;
}
.nav .child-dropdown .w-icon-dropdown-toggle {
    margin-right:10px;
}
.nav > li {
    float: left;
}

.nav > li > .parent {
    background-repeat: no-repeat;
    background-position: right;
}

.nav > li > a {
    display: block;
}

.nav li ul {
    position: absolute;
    left: -9999px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .27);
}

.nav > li.hover > ul {
    left: 0;
}

.nav li li.hover ul {
    left: 100%;
    top: 0;
}

.nav li li a {
    display: block;
    position: relative;
    z-index: 100;
}

.nav li li li a {
    z-index: 200;
}

.iframe-container {
    position: relative;
    overflow: hidden;
    width: 500px;
    padding-top: 56.25%;
}

.iframe-container iframe{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.youtubeBannerVideoBlock {
    overflow: hidden;
    width: 100%;
    height: 700px;
    padding-left: 5%;
    padding-right: 5%;
}

    .youtubeBannerVideoBlock .video-player {
        width: 100%;
        height: 700px;
        object-fit: cover;
        object-position: center;
        position: relative;
        z-index: 5;
        display: flex;
        align-items: center;
    }

        .youtubeBannerVideoBlock .video-player iframe {
            width: 100vw;
            height: 110vw;
            min-height: 100vh;
            min-width: 210vh;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 5;
            pointer-events: none;
        }

        .youtubeBannerVideoBlock .video-player .content {
            position: relative;
            z-index: 6;
        }

            .youtubeBannerVideoBlock .video-player .content .text-centered {
                text-align: center;
            }

            .youtubeBannerVideoBlock .video-player .content h1, .youtubeBannerVideoBlock .video-player .contentdiv {
                color: white;
            }

.textItemsBlock .horizontal-layout.has-title:not(.has-subtitle) {
    align-items: center;

}
    .textItemsBlock .horizontal-layout.has-title:not(.has-subtitle) .card-text-full-width {
        margin-bottom: 0;
    }

    .textItemsBlock .horizontal-layout.has-title:not(.has-subtitle) .card-text-full-width h3 {
        margin-bottom: 0;
        padding-bottom: 0;
    }

/*Theme Work*/
.w-button {
    padding: .85rem 1.5rem .75rem;
    font-family: Albert Sans, sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 10px;
    border-width: 2px;
    border-style: solid;
}

    .w-button:hover {
        border-width: 2px;
        border-style: solid;
    }

.brix---color-neutral-600 {
    color: unset !important;
}

.nav-right-10px {
    margin-right: 10px;
}

.nav-left-10px {
    margin-left: 10px;
}

.brix---card-over-image-3 {
    background: unset;
}

.small-image-right-hero {
    background-color: unset;
}

.contact-info-block {
    background-color: unset;
}

.page-navigation {
    background: #fff;
}

.callToActionBlock .brix---cta-card {
    background: unset;
}

.callToActionBlock .brix---cta-card---time-sensitive {
    background: unset;
}

.brix---cta-card---time-sensitive {
    border: none;
}

.dropdown-link:active {
    background-color: unset;
}
.bullet-points-block .card-text-full-width p {
    min-height:45px;
}

.force-light-text div, .force-light-text span, .force-light-text h1, .force-light-text h2, .force-light-text h3, .force-light-text h4, .force-light-text h5, .force-light-text h6, .force-light-text p {
    color: white !important;
}


.force-light-text .input-label, .force-light-text .checkbox-label, .force-light-text .checkbox-label a, .force-light-text .brix---color-neutral-846, .force-light-text .icon-link-wrapper-item a {
    color: white !important;
}

