﻿/**umb_name:Body*/
i p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #555;
}
/**umb_name:Heading 1*/
h1 {
    margin-top: 0;
    margin-bottom: 14px;
    font-size: 38px;
    line-height: 44px;
    color: #555;
}

    h1.extra-large {
        font-size: 120px;
        line-height: 80%;
        text-align: center;
    }
/**umb_name:Heading 2*/
h2 {
    margin-top: 0;
    margin-bottom: 14px;
    font-size: 30px;
    line-height: 36px;
    color: #555;
}

    h2.pageheading {
        margin-top: 0;
        font-size: 36px;
        line-height: 42px;
        color: #555;
    }

.error h2 {
    font-size: 24px;
}
/**umb_name:Heading 3*/
h3 {
    margin-top: 0;
    font-size: 26px;
    line-height: 32px;
    color: #555;
}
/**umb_name:Heading 4*/
h4 {
    margin-top: 0;
    font-size: 20px;
    line-height: 28px;
    color: #555;
}
/**umb_name:Heading 5*/
h5 {
    margin-top: 15px;
    padding-top: 10px;
    margin-bottom: 4px;
    font-size: 20px;
    line-height: 28px;
    color: #09A3E4;
    position: relative;
}

    h5:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 0;
        width: 180px;
        background: #09A3E4;
        height: 2px;
    }
/**umb_name:Stand First*/
p.stand-first {
    font-size: 21px;
    line-height: 28px;
    font-weight: 600;
    color: #555;
}

tr,td {
    border-width: 1px;
}
td {
    padding: 0.5rem;
    border-color: #555;
    background-color: rgba(22, 85, 163, 0.1)
}


/*back office styles*/

.ng-scope img{
    width: 100%;
    object-fit: cover;
}

.ng-scope {
    border: 1px red solid;
}

@media (min-width: 480px) {
    h1 {
        font-size: 44px;
        line-height: 48px;
        margin-bottom: 18px;
    }

        h1.extra-large {
            font-size: 200px;
        }

    h2 {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 18px;
    }

        h2.pageheading {
            margin-top: 0;
            font-size: 44px;
            line-height: 48px;
            color: #555;
        }

    .error h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 30px;
        line-height: 36px;
    }
}

@media (min-width: 767px) {
    h1 {
        font-size: 50px;
        line-height: 48px;
    }

    h2.pageheading {
        margin-top: 0;
        font-size: 50px;
        line-height: 54px;
        color: #555;
    }
}

body {
    overflow-x: hidden;
    margin: 0;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
}

.text-muted {
    color: #555555;
}

.text-primary {
    color: #1655A3;
}

.sub-heading {
    text-transform: uppercase;
    font-size: 16px;
    color: #aaa;
    font-weight: 500;
}

p {
    font-size: 18px;
    line-height: 28px;
}

    p.large {
        font-size: 22px;
    }

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: none;
}

a {
    color: #09A3E4;
}

    a:hover,
    a:focus,
    a:active,
    a.active {
        color: #103e76;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
}

.img-centered {
    margin: 0 auto;
}

.bg-light-blue {
    background-color: #09A3E4;
}

.bg-light-gray {
    background-color: #ECECEC;
}

    .bg-light-gray .column {
        min-height: 0 !important;
    }

.bg-darkest-gray {
    background-color: #222222;
}

.btn-primary {
    color: white;
    background-color: #1655A3;
    border-color: #1655A3;
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        color: white;
        background-color: #103e76;
        border-color: #0f396d;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
        background-color: #1655A3;
        border-color: #1655A3;
    }

    .btn-primary .badge {
        color: #1655A3;
        background-color: white;
    }

.btn-xl {
    color: white;
    background-color: #1655A3;
    border-color: #1655A3;
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    border-radius: 3px;
    font-size: 18px;
    padding: 20px 40px;
}

    .btn-xl:hover,
    .btn-xl:focus,
    .btn-xl:active,
    .btn-xl.active,
    .open .dropdown-toggle.btn-xl {
        color: white;
        background-color: #103e76;
        border-color: #0f396d;
    }

    .btn-xl:active,
    .btn-xl.active,
    .open .dropdown-toggle.btn-xl {
        background-image: none;
    }

    .btn-xl.disabled,
    .btn-xl[disabled],
    fieldset[disabled] .btn-xl,
    .btn-xl.disabled:hover,
    .btn-xl[disabled]:hover,
    fieldset[disabled] .btn-xl:hover,
    .btn-xl.disabled:focus,
    .btn-xl[disabled]:focus,
    fieldset[disabled] .btn-xl:focus,
    .btn-xl.disabled:active,
    .btn-xl[disabled]:active,
    fieldset[disabled] .btn-xl:active,
    .btn-xl.disabled.active,
    .btn-xl[disabled].active,
    fieldset[disabled] .btn-xl.active {
        background-color: #1655A3;
        border-color: #1655A3;
    }

    .btn-xl .badge {
        color: #1655A3;
        background-color: white;
    }

.navbar-custom {
    background-color: rgba(9, 163, 228, 0.9);
    border-color: transparent;
}

    .navbar-custom .navbar-brand {
        padding: 0;
        margin: 0 !important;
    }

        .navbar-custom .navbar-brand:hover,
        .navbar-custom .navbar-brand:focus,
        .navbar-custom .navbar-brand:active,
        .navbar-custom .navbar-brand.active {
            color: #103e76;
        }

        .navbar-custom .navbar-brand img {
            height: 45px;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s;
        }

    .navbar-custom .navbar-collapse {
        border-color: rgba(255, 255, 255, 0.02);
    }

    .navbar-custom .navbar-toggle {
        font-family: 'Work Sans', sans-serif;
        color: white;
        font-size: 12px;
        border: none;
        border-radius: 0;
        margin: 0;
        background-color: transparent!important;
    }

        .navbar-custom .navbar-toggle:hover,
        .navbar-custom .navbar-toggle:focus {
            background-color: transparent;
        }

    .navbar-custom .nav li a {
        font-family: 'Work Sans', sans-serif;
        font-weight: 400;
        letter-spacing: 1px;
        color: white;
    }

        .navbar-custom .nav li a:hover,
        .navbar-custom .nav li a:focus {
            color: #1655A3;
            outline: none;
        }

    .navbar-custom .navbar-nav > .active > a {
        border-radius: 0;
        color: white;
        background-color: #1655A3;
    }

        .navbar-custom .navbar-nav > .active > a:hover,
        .navbar-custom .navbar-nav > .active > a:focus {
            color: white;
            background-color: #103e76;
        }

.affix .navbar-brand img {
    height: 50px;
    margin-top: -15px;
}

@media (min-width: 768px) {
    .navbar-custom {
        .home &

{
    background-color: transparent;
}

padding: 15px 0;
-webkit-transition: padding 0.3s;
-moz-transition: padding 0.3s;
transition: padding 0.3s;
border: none;
margin: 0;

.navbar-brand {
    img

{
    height: 60px;
    margin-top: -10px;
}

font-size: 2em;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}

.navbar-nav > .active > a {
    border-radius: 3px;
}

}

.navbar-header {
    float: none;
}

.navbar-toggle {
    display: block;
}

.navbar-collapse.collapse {
    display: none !important;
}

.navbar-nav {
    float: none !important;
    li

{
    float: none;
}

}

.navbar-collapse.collapse.show {
    display: block !important;
}

}

.main-navigation {
    background-color: #09A3E4;
    color: white;
    list-style-type: none;
    width: fit-content;
}

.main-navigation-item {
    color: white;
}


@media (min-width: 768px) {
    .navbar-custom.affix {
        background-color: #09A3E4;
        padding: 10px 0;
    }

        .navbar-custom.affix .navbar-brand {
            font-size: 1.5em;
        }
}

@media (max-width: 767px) {
    .navbar-custom {
        height: 60px;
        margin-bottom: 0;
        padding-top: 5px;
        padding-right: 15px;
        padding-left: 15px;
        position: relative !important;
        background-color: #09a3e4;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-toggler {
        display: block;
    }
}

header {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    color: white;
}

    header.hero-with-caption {
        min-height: 240px;
        height: auto;
    }

        header.hero-with-caption .caption {
            background: rgba(9, 163, 228, 0.8);
            width: 100%;
            position: absolute;
            bottom: 0;
        }

            header.hero-with-caption .caption img {
                margin-top: -4px;
            }

            header.hero-with-caption .caption a,
            header.hero-with-caption .caption p {
                padding: 10px 0;
                float: left;
                color: #fff;
                font-size: 18px;
                font-weight: 500;
                margin: 0;
            }

                header.hero-with-caption .caption a:hover,
                header.hero-with-caption .caption p:hover {
                    text-decoration: none;
                    color: rgba(255, 255, 255, 0.85);
                }

                    header.hero-with-caption .caption a:hover img,
                    header.hero-with-caption .caption p:hover img {
                        opacity: 0.85;
                    }

        header.hero-with-caption .caption-blog {
            margin-bottom: 50px;
            float: left;
            margin-left: 8.33333333%;
            margin-right: 8.33333333%;
        }

            header.hero-with-caption .caption-blog p {
                font-size: 18px;
            }

    header .intro-text {
        padding-top: 270px;
        padding-bottom: 0;
    }

        header .intro-text a {
            color: white;
        }

        header .intro-text .intro-lead-in {
            font-family: 'Work Sans', sans-serif;
            font-weight: 600;
            font-size: 36px;
            line-height: 40px;
            margin-bottom: 10px;
        }

            header .intro-text .intro-lead-in a {
                color: white;
            }

        header .intro-text .intro-heading {
            font-family: 'Work Sans', sans-serif;
            font-weight: 400;
            font-size: 18px;
            line-height: 26px;
            margin-bottom: 25px;
        }

@media (min-width: 767px) {
    header.hero-with-caption {
        height: 585px;
    }

        header.hero-with-caption .caption a,
        header.hero-with-caption .caption p {
            font-size: 26px;
        }
}

.cd-accordion-menu {
    background-color: #09A3E4;
    width: 100%;
    padding: 0 15px;
    float: right;
    list-style: none;
}

    .cd-accordion-menu input[type=checkbox] {
        /* hide native checkbox */
        position: absolute;
        opacity: 0;
    }

    .cd-accordion-menu a {
        position: relative;
        display: block;
        color: #ffffff!important;
        font-size: 22px;
        font-weight: 700;
        padding: 5px 0;
        text-transform: uppercase;
    }

        .cd-accordion-menu a:hover {
            text-decoration: none;
            color: #1655A3;
        }

    .cd-accordion-menu ul {
        list-style: none;
        padding: 0;
        float: left;
        width: 100%;
    }

        .cd-accordion-menu ul a {
            font-size: 15px;
            font-weight: 400;
            line-height: 20px;
            text-transform: none;
        }

    .cd-accordion-menu li {
        float: left;
        width: 100%;
    }

        .cd-accordion-menu li.has-children > a {
            width: 80%;
            float: left;
        }

        .cd-accordion-menu li.has-children li:not(:first-child) {
            border-top: solid 1px rgba(255, 255, 255, 0.5);
        }

        .cd-accordion-menu li.has-children > label {
            width: 20%;
            float: left;
            padding: 10px;
        }

        .cd-accordion-menu li:not(:first-child) {
            border-top: solid 1px #ffffff;
        }

        .cd-accordion-menu li.selected > a {
            color: #1655A3;
        }

    .cd-accordion-menu input[type=checkbox]:checked + label + ul,
    .cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
        display: block;
    }

.sub-toggle {
    width: 40px;
    height: 40px;
    background-image: url("/img/svg/Assets_Navigation minus.svg");
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
}

    .sub-toggle.collapsed {
        background-image: url("/img/svg/Assets_Navigation plus.svg");
    }

        .sub-toggle.collapsed + a {
            color: #fff;
        }

    .sub-toggle + a {
        color: #1655A3;
    }

#navbar-collapse-1 {
    position: absolute;
    right: 0px;
}

@media (min-width: 480px) {
    .intro-text {
        padding-top: 295px;
    }

        .intro-text .intro-lead-in {
            font-family: 'Work Sans', sans-serif;
            font-weight: 600;
            font-size: 46px;
            line-height: 54px;
        }

        .intro-text .intro-heading {
            font-family: 'Work Sans', sans-serif;
            font-size: 26px;
            line-height: 42px;
        }
}

@media (min-width: 768px) {
    header .intro-text {
        padding-top: 395px;
        padding-bottom: 20px;
    }

        header .intro-text .intro-lead-in {
            font-family: 'Work Sans', sans-serif;
            font-weight: 600;
            font-size: 54px;
            line-height: 54px;
            margin-bottom: 25px;
        }

        header .intro-text .intro-heading {
            font-family: 'Work Sans', sans-serif;
            font-size: 30px;
            line-height: 38px;
            margin-bottom: 15px;
        }

    #mainNav .container {
        position: relative;
    }

    #navbar-collapse-1 {
        position: absolute;
        top: 65px;
        right: 15px;
    }

    .affix #navbar-collapse-1 {
        top: 60px;
        width: 250px;
        left: auto;
    }

    .cd-accordion-menu {
        width: 250px;
    }
}

section h2.section-heading {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px;
}

section h3.section-subheading {
    font-size: 16px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    text-transform: none;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 75px;
}

#page-content {
    padding-top: 120px;
    padding-bottom: 60px;
    overflow-x: hidden;
    min-height: 600px;
}

    #page-content.hasHero {
        padding-top: 60px;
    }

@media (max-width: 767px) {
    #page-content {
        padding-top: 10px;
    }
}

.container-fluid {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
}

#portfolio .portfolio-item {
    margin: 0 0 15px;
    right: 0;
}

    #portfolio .portfolio-item .portfolio-link {
        display: block;
        position: relative;
        max-width: 400px;
        margin: 0 auto;
    }

        #portfolio .portfolio-item .portfolio-link .portfolio-hover {
            background: rgba(22, 85, 163, 0.9);
            position: absolute;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: all ease 0.5s;
            -webkit-transition: all ease 0.5s;
            -moz-transition: all ease 0.5s;
        }

            #portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
                opacity: 1;
            }

            #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
                position: absolute;
                width: 100%;
                height: 20px;
                font-size: 20px;
                text-align: center;
                top: 50%;
                margin-top: -12px;
                color: white;
            }

                #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
                    margin-top: -12px;
                }

                #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
                #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
                    margin: 0;
                }

    #portfolio .portfolio-item .portfolio-caption {
        max-width: 400px;
        margin: 0 auto;
        background-color: white;
        text-align: center;
        padding: 25px;
    }

        #portfolio .portfolio-item .portfolio-caption h4 {
            text-transform: none;
            margin: 0;
        }

        #portfolio .portfolio-item .portfolio-caption p {
            font-family: 'Work Sans', sans-serif;
            font-weight: 600;
            font-style: italic;
            font-size: 16px;
            margin: 0;
        }

#portfolio * {
    z-index: 2;
}

@media (min-width: 767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.gap {
    margin-bottom: 40px;
}

.top-60 {
    margin-top: 60px;
}

.top-40 {
    margin-top: 40px;
}

.top-20 {
    margin-top: 20px;
}

.team-member {
    margin-bottom: 50px;
    padding: 0;
    text-align: center;
}

    .team-member img {
        margin: 0 auto;
        border: 3px solid #09A3E4;
    }

img {
    width: 100%;
}

.team-member-col {
    height: 388px;
}

.team-member h4 {
    margin-top: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #09A3E4;
    border-top: solid #09A3E4 2px;
    padding-top: 5px;
    font-size: 18px;
}

.team-member .text-muted {
    /*height: 56px;*/
}

.team-member p {
    margin-top: 0;
    line-height: 24px;
}

.team-member a {
    display: block;
}

    .team-member a:hover {
        text-decoration: none;
    }

    .team-member a .img {
        position: relative;
        max-width: 300px;
        margin: auto;
    }

        .team-member a .img:before {
            border-radius: 100%;
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            background: rgba(9, 163, 228, 0);
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

        .team-member a .img:hover {
            text-decoration: none;
        }

            .team-member a .img:hover:before {
                background: rgba(9, 163, 228, 0.45);
            }

.team-member .social-buttons li {
    position: relative;
    border-right: solid 1px #c2c2c2;
    padding-left: 0;
}

    .team-member .social-buttons li:last-child {
        border: none;
    }

    .team-member .social-buttons li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

.socialshare--button {
    text-decoration: none !important;
}

@media (min-width: 480px) {
    .team-member {
        padding: 0 15px;
    }

    .team-member-col {
        height: 370px;
    }

    .team-member h4 {
        font-size: 20px;
    }
}

@media (min-width: 769px) {
    .team-member {
        padding: 0 15px;
    }

    .team-member-col {
        height: 400px;
    }
}

aside.clients img {
    margin: 50px auto;
}

section#contact {
    background-color: #222222;
    background-image: url('../img/map-image.png');
    background-position: center;
    background-repeat: no-repeat;
}

    section#contact .section-heading {
        color: white;
    }

    section#contact .form-group {
        margin-bottom: 25px;
    }

        section#contact .form-group input,
        section#contact .form-group textarea {
            padding: 20px;
        }

            section#contact .form-group input.form-control {
                height: auto;
            }

            section#contact .form-group textarea.form-control {
                height: 236px;
            }

    section#contact .form-control:focus {
        border-color: #1655A3;
        box-shadow: none;
    }

    section#contact ::-webkit-input-placeholder {
        font-family: 'Work Sans', sans-serif;
        font-weight: 700;
        color: #ECECEC;
    }

    section#contact :-moz-placeholder {
        /* Firefox 18- */
        font-family: 'Work Sans', sans-serif;
        font-weight: 700;
        color: #ECECEC;
    }

    section#contact ::-moz-placeholder {
        /* Firefox 19+ */
        font-family: 'Work Sans', sans-serif;
        font-weight: 700;
        color: #ECECEC;
    }

    section#contact :-ms-input-placeholder {
        font-family: 'Work Sans', sans-serif;
        font-weight: 700;
        color: #ECECEC;
    }

    section#contact .text-danger {
        color: #e74c3c;
    }

.pagination {
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin: 30px 0;
}

    .pagination ul {
        margin: 0;
    }

.pagination-nav {
    font-size: 20px;
    line-height: 16px;
}

.pagination a {
    font-weight: 700;
}

    .pagination a:hover {
        text-decoration: none;
    }

.pagination .active a {
    color: #1655A3;
}

ul.social-buttons {
    margin-bottom: 0;
}

    ul.social-buttons li a {
        display: block;
        height: 40px;
        width: 40px;
        font-size: 20px;
        line-height: 40px;
        color: #F8972C;
        outline: none;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

        ul.social-buttons li a:hover,
        ul.social-buttons li a:focus,
        ul.social-buttons li a:active {
            color: rgba(248, 151, 44, 0.8);
        }

@media (max-width: 767px) {
    ul.social-buttons {
        max-width: 136px;
    }
}

#cta {
    background-color: #09A3E4;
    background-size: cover;
    padding: 25px 0;
    position: relative;
}

    #cta a {
        color: #fff;
    }

        #cta a:hover {
            color: rgba(255, 255, 255, 0.9);
        }

            #cta a:hover img {
                opacity: 0.9;
            }

    #cta:before {
        content: "";
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(9, 163, 228, 0.8);
    }

    #cta span {
        font-size: 26px;
        line-height: 32px;
        font-weight: 600;
    }

    #cta img {
        display: block;
        margin-top: 20px;
    }

@media (min-width: 480px) {
    #cta span {
        font-size: 30px;
        font-weight: 600;
    }

    #cta img {
        display: inline-block;
        margin-top: 0;
    }
}

.video-player {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.vid-button {
    width: 102px;
    height: 102px;
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -51px;
    margin-left: -51px;
}

    .vid-button:hover {
        fill: white;
    }

.defs {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

#footer {
    padding: 10px 0;
    background-color: #1655A3;
    color: #fff;
}

    #footer .container {
        position: relative;
    }

    #footer .footer-copy {
        margin-top: 20px;
        margin-bottom: 10px;
    }

        #footer .footer-copy img {
            margin-bottom: 20px;
        }

        #footer .footer-copy p {
            font-size: 14px;
            line-height: 20px;
            font-weight: 400;
            color: #fff;
        }

            #footer .footer-copy p:last-child {
                margin: 0;
            }

        #footer .footer-copy a {
            color: #fff;
            text-transform: uppercase;
            font-weight: 600;
        }

    #footer span.copyright {
        line-height: 40px;
        float: left;
        font-weight: 300;
        font-size: 12px;
        text-transform: none;
        color: #fff;
        margin-right: 5px;
    }

    #footer ul.quicklinks {
        margin-bottom: 0;
        float: left;
        line-height: 40px;
        text-transform: none;
    }

        #footer ul.quicklinks a {
            color: #fff;
            font-size: 12px;
            font-weight: 300;
        }

        #footer ul.quicklinks li {
            padding: 0;
            font-size: 13px;
            color: #fff;
            float: left;
        }

            #footer ul.quicklinks li::before {
                content: "|";
                margin: 0 5px;
                float: left;
            }

            #footer ul.quicklinks li:last-child:after {
                content: "";
            }

            #footer ul.quicklinks li a {
                margin: 0;
                float: left;
            }

    #footer .newsletter {
        border-left: solid 2px #fff;
        margin: 30px 0;
    }

        #footer .newsletter p {
            text-transform: uppercase;
            color: #fff;
            font-size: 15px;
            font-weight: 400;
        }

        #footer .newsletter .input-prepend input {
            border: none;
            padding: 8px 10px;
            min-width: 290px;
            color: #555555;
        }

        #footer .newsletter input[type=submit] {
            background-color: #09A3E4;
            color: #fff;
            padding: 3px 5px;
            border-radius: 0;
            text-transform: uppercase;
        }

            #footer .newsletter input[type=submit]:hover {
                background-color: #2AB8EA;
            }

    #footer .social-buttons {
        position: absolute;
        top: -10px;
        right: 0px;
        text-align: center;
    }

        #footer .social-buttons li {
            display: block;
            float: left;
            padding: 0;
        }

            #footer .social-buttons li a {
                background-color: #09A3E4;
                border-radius: 0;
                color: #fff;
                height: 45px;
                width: 45px;
            }

                #footer .social-buttons li a i {
                    font-size: 18px;
                }

                #footer .social-buttons li a:hover {
                    background-color: #2AB8EA;
                }

@media (min-width: 480px) {
    #footer .social-buttons {
        right: 15px;
    }

    #footer .newsletter {
        margin-top: 0;
    }
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: none;
}

.button-arrow {
    display: block;
    background-image: url(/img/svg/Assets_Blue_action_arrow_55pxX55px.svg);
    background-repeat: no-repeat;
    height: 55px;
    min-width: 55px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-position: right;
    background-size: contain;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.bg-Blue .button-arrow {
    background-image: url('/img/svg/Assets_White_action_arrow_55pxX55px copy.svg');
}

.button-arrow:hover {
    opacity: 0.6;
}

@media (min-width: 480px) {
    .button-arrow {
        margin-bottom: 20px;
    }
}

.portfolio-modal .modal-dialog {
    margin: 0;
    height: 100%;
    width: auto;
}

.portfolio-modal .modal-content {
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    min-height: 100%;
    padding: 100px 0;
    text-align: center;
}

    .portfolio-modal .modal-content h2 {
        margin-bottom: 15px;
        font-size: 3em;
    }

    .portfolio-modal .modal-content p {
        margin-bottom: 30px;
    }

        .portfolio-modal .modal-content p.item-intro {
            margin: 20px 0 30px;
            font-family: 'Work Sans', sans-serif;
            font-weight: 600;
            font-style: italic;
            font-size: 16px;
        }

    .portfolio-modal .modal-content ul.list-inline {
        margin-bottom: 30px;
        margin-top: 0;
    }

    .portfolio-modal .modal-content img {
        margin-bottom: 30px;
    }

.portfolio-modal .close-modal {
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: transparent;
    top: 25px;
    right: 25px;
    cursor: pointer;
}

    .portfolio-modal .close-modal:hover {
        opacity: 0.3;
    }

    .portfolio-modal .close-modal .lr {
        height: 75px;
        width: 1px;
        margin-left: 35px;
        background-color: #222222;
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        /* IE 9 */
        -webkit-transform: rotate(45deg);
        /* Safari and Chrome */
        z-index: 1051;
    }

        .portfolio-modal .close-modal .lr .rl {
            height: 75px;
            width: 1px;
            background-color: #222222;
            transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            /* IE 9 */
            -webkit-transform: rotate(90deg);
            /* Safari and Chrome */
            z-index: 1052;
        }

.portfolio-modal .modal-backdrop {
    opacity: 0;
    display: none;
}

.umb-grid img {
    width: 100%;
    margin-top: 5px;
    /*padding-bottom:20px;*/
}

.umb-grid iframe {
    width: 100%;
    margin-top: 5px;
}

.blogPage .umb-grid {
    margin-top: 40px;
}




.umb-grid div {
    background-size: cover;
    background-position: top;
}

@media (min-width: 769px) {
    .umb-grid img,
    .umb-grid iframe {
        padding-bottom: 0;
    }
}
/*.grid-section {
    > div:nth-last-child(2) {
        padding-bottom:40px;
        margin-bottom:40px;
    }               
}*/
.grid-section > .bg-Grey {
    padding-top: 40px;
    background-color: #ECECEC;
}

    .grid-section > .bg-Grey ~ .bg-Grey {
        margin-top: 0;
        padding-top: 0;
    }

.grid-section > .bg-Blue {
    padding-top: 40px;
    background-color: #09A3E4;
}

    .grid-section > .bg-Blue ~ .bg-Blue {
        margin-top: 0;
        padding-top: 0;
    }

    .grid-section > .bg-Blue p,
    .grid-section > .bg-Blue h2,
    .grid-section > .bg-Blue h3,
    .grid-section > .bg-Blue h4,
    .grid-section > .bg-Blue h5 {
        color: #fff;
    }

.grid-section > .bg-Orange {
    padding-top: 40px;
    background-color: #F8972C;
}

    .grid-section > .bg-Orange ~ .bg-Orange {
        margin-top: 0;
        padding-top: 0;
    }

.grid-section > .bg-White {
    padding-top: 40px;
    background-color: #fff;
}

    .grid-section > .bg-White ~ .bg-White {
        margin-top: 0;
        padding-top: 0;
    }

[data-gap="0"] {
    padding-bottom: 0;
}

[data-gap="20"] {
    padding-bottom: 10px;
}

[data-gap="40"] {
    padding-bottom: 30px;
}

[data-gap="60"] {
    padding-bottom: 50px;
}

@media (min-width: 768px) {
    [data-gap="0"] {
        padding-bottom: 0;
    }

    [data-gap="20"] {
        padding-bottom: 20px;
    }

    [data-gap="40"] {
        padding-bottom: 40px;
    }

    [data-gap="60"] {
        padding-bottom: 60px;
    }
}

.last {
    margin-top: 40px;
    padding-bottom: 0;
}

.blogPage .last {
    margin-top: 0;
}

.assend {
    margin-top: -40px;
}

.blogPage .col-md-12 blockquote {
    margin: 40px -2000px;
    padding: 40px 2080px;
    background: #ECECEC;
}

    .blogPage .col-md-12 blockquote:before {
        left: 2000px;
        top: 20px;
    }

.blogPage .hero-with-caption {
    max-height: 540px;
}

blockquote {
    padding: 0 60px 0 55px;
    margin-top: 60px;
    position: relative;
    border: none;
}

.col-md-12 blockquote {
    margin: 40px 0;
}

.col-md-6 blockquote {
    margin-top: 40px;
    padding-right: 0;
}

blockquote:before {
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
    background-image: url('../img/svg/Assets_Quote_mark_63 pxX55px.svg');
    background-repeat: no-repeat;
    background-size: 40px;
    height: 40px;
    width: 45px;
}

blockquote p {
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
    margin-bottom: 24px;
}

blockquote footer,
blockquote small {
    font-weight: 600;
    font-size: 21px;
    color: #555;
}

    blockquote footer:before,
    blockquote small:before {
        display: none;
    }

@media (min-width: 768px) {
    blockquote {
        padding: 0 60px 0 80px;
    }

        blockquote:before {
            background-size: 55px;
            height: 55px;
            width: 65px;
            top: -18px;
        }

    .col-md-12 blockquote {
        margin: 60px 8.33333333%;
    }

    .col-md-6 blockquote {
        margin-top: 40px;
    }
}

@media (min-width: 480px) {
    blockquote p {
        font-size: 30px;
        line-height: 40px;
    }
}

.blog-month,
.blog-day,
.blog-meta {
    width: 100%;
    float: left;
    padding: 0;
}

.blog-listing-page {
    background-color: #ECECEC;
}

.blog-list {
    margin-bottom: 40px;
}

.blog-item {
    position: relative;
    background-color: #fff;
    padding: 15px;
    background-size: cover;
    background-position: center;
    border-top: solid 1px #ECECEC;
}

    .blog-item:hover .blog-color-overlay {
        background-color: rgba(9, 163, 228, 0.8);
    }

    .blog-item:hover * {
        color: #fff;
    }

    .blog-item:hover .blog-month:before {
        background-color: #fff;
    }

    .blog-item a:hover {
        text-decoration: none;
    }

.blog-color-overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.blog-month {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 600;
    color: #555;
    line-height: 42px;
    position: relative;
}

    .blog-month:before {
        height: 2px;
        width: 72px;
        background-color: #555;
        content: "";
        position: absolute;
        top: 0px;
    }

.blog-day {
    font-size: 63px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #09A3E4;
    line-height: 40px;
}

.blog-meta {
    text-transform: uppercase;
    color: #555;
    font-weight: 400;
}

.blog-title {
    font-size: 26px;
    line-height: 32px;
    margin: 0;
    margin-bottom: 5px;
}

.blog-author {
    color: #555;
    font-weight: 500;
}

    .blog-author span {
        color: #09A3E4;
    }

.search-results-box .blog-author {
    margin-bottom: 15px;
    display: block;
}

.result-content p {
    color: #555555;
}

.single-blog-meta {
    text-transform: uppercase;
    color: #555;
    float: left;
    width: 100%;
}

.single-blog-title {
    margin: 0;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.single-blog-author {
    float: left;
    color: #555;
    padding-right: 15px;
    margin-bottom: 15px;
    border-top: solid 2px #09A3E4;
}

    .single-blog-author span {
        color: #09A3E4;
    }

@media (min-width: 768px) {
    .blog-month,
    .blog-day,
    .blog-meta {
        width: auto;
        float: none;
    }

    .blog-month {
        font-size: 40px;
        line-height: 50px;
    }

        .blog-month:before {
            width: 88px;
        }

    .blog-day {
        font-size: 70px;
        margin-bottom: 0;
    }

    .blog-meta {
        margin-top: 15px;
    }

    .blog-title {
        font-size: 30px;
        line-height: 36px;
    }
}

#search {
    background: rgba(9, 163, 228, 0.89);
    position: absolute;
    width: auto;
    top: 60px;
    left: 0;
    right: 0;
}

.affix #search {
    top: 70px;
}

#search input {
    width: 100%;
    float: left;
    background: transparent;
    border: none;
    padding: 10px 25px;
    font-size: 25px;
    color: #fff;
    background-image: url('/img/svg/Assets_Search_icon.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 18px;
}

    #search input:focus {
        outline: none;
        background-image: none;
    }

    #search input::-webkit-input-placeholder {
        /* WebKit, Blink, Edge */
        color: #fff;
    }

    #search input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #fff;
    }

    #search input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #fff;
    }

    #search input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #fff;
    }

    #search input::-ms-clear {
        display: none;
    }

#search .sbtn {
    display: none;
    /*width:10%;
        float:left;
        padding:5px;
        background:transparent;
        border:none;
        &:before {
            font-size:25px;
            color:#fff;
        }*/
    display: inline-block;
    position: absolute;
    right: 60px;
    top: 50%;
    margin-top: -10px;
    width: 25px;
    height: 25px;
    border: none;
    text-indent: 999px;
    overflow: hidden;
    background: url(/img/svg/Assets_Search_icon.svg) no-repeat center center;
}

@media (min-width: 767px) {
    #search {
        top: 80px;
    }
}

::-moz-selection {
    text-shadow: none;
    background: #1655A3;
}

::selection {
    text-shadow: none;
    background: #1655A3;
    color: #fff;
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}

body {
    webkit-tap-highlight-color: #1655A3;
}

.FullTextSearchPage h1 span {
    color: #09A3E4;
}
@media (min-width: 764px) {
    #mainNav {
        transition: background-color 0.3s ease;
    }

        #mainNav.scrolled {
            background-color: #0B9BD8;
        }
}

/* Nav Icon */
/* Style the button */
#nav-icon {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 30px; 
    height: 22px; 
    position: relative;
}

    #nav-icon span {
        background: white;
        display: block;
        height: 4px; 
        width: 100%;
        transition: all 0.3s ease;
        position: absolute;
    }

        #nav-icon span:nth-child(1) {
            top: 0;
        }

        #nav-icon span:nth-child(2) {
            top: 9px; 
        }

        #nav-icon span:nth-child(3) {
            top: 18px; 
        }

    #nav-icon.active span:nth-child(1) {
        transform: rotate(45deg);
        top: 9px; 
    }

    #nav-icon.active span:nth-child(2) {
        opacity: 0; 
    }

    #nav-icon.active span:nth-child(3) {
        transform: rotate(-45deg);
        top: 9px; 
    }

.clearer {
    background: none;
    border: none;
    color: #fff;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -13px;
    width: 25px;
    height: 25px;
    padding: 0;
}

    .clearer span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: #fff;
        opacity: 1;
    }

        .clearer span:nth-child(1) {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .clearer span:nth-child(2) {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

body.projectListingMap .hero-with-filter,
body.projectListingMapLanding .hero-with-filter,
body.project .hero-with-filter {
    height: 440px;
    background-position: center top;
}

    body.projectListingMap .hero-with-filter:after,
    body.projectListingMapLanding .hero-with-filter:after,
    body.project .hero-with-filter:after {
        content: '';
        width: 100%;
        height: 100%;
        background: transparent linear-gradient(180deg, #06A3E4 0%, #1655A3 100%) 0% 0% no-repeat padding-box;
        opacity: 0.6;
        position: absolute;
        top: 0;
        left: 0;
    }

@media (max-width: 991px) {
    body.projectListingMap .hero-with-filter,
    body.projectListingMapLanding .hero-with-filter,
    body.project .hero-with-filter {
        height: 512px;
    }
}

body.projectListingMap .hero-with-filter .filter-container,
body.projectListingMapLanding .hero-with-filter .filter-container,
body.project .hero-with-filter .filter-container {
    width: 100%;
    position: absolute;
    bottom: 90px;
    z-index: 1;
}

    body.projectListingMap .hero-with-filter .filter-container .filter,
    body.projectListingMapLanding .hero-with-filter .filter-container .filter,
    body.project .hero-with-filter .filter-container .filter {
        padding-left: 30px;
        padding-right: 30px;
        background: rgba(51, 51, 51, 0.9);
    }

        body.projectListingMap .hero-with-filter .filter-container .filter > .row,
        body.projectListingMapLanding .hero-with-filter .filter-container .filter > .row,
        body.project .hero-with-filter .filter-container .filter > .row {
            padding-top: 20px;
            padding-bottom: 35px;
        }

@media (max-width: 991px) {
    body.projectListingMap .hero-with-filter .filter-container .filter > .row,
    body.projectListingMapLanding .hero-with-filter .filter-container .filter > .row,
    body.project .hero-with-filter .filter-container .filter > .row {
        padding-bottom: 15px;
    }
}

body.projectListingMap .hero-with-filter .filter-container .filter h1,
body.projectListingMapLanding .hero-with-filter .filter-container .filter h1,
body.project .hero-with-filter .filter-container .filter h1 {
    font-size: 36px;
    line-height: 42px;
    padding-bottom: 28px;
    margin-bottom: 0;
    color: #fff;
}

body.projectListingMap .hero-with-filter .filter-container .filter select,
body.projectListingMapLanding .hero-with-filter .filter-container .filter select,
body.project .hero-with-filter .filter-container .filter select {
    width: 100%;
    color: #555;
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
    appearance: none;
    border: none;
    font-size: 24px;
    line-height: 32px;
    font-weight: lighter;
    padding: 14px 20px 14px 20px;
    background: #fff url('../img/svg/ddarrow.svg') right 20px center no-repeat;
    padding-right: 74px;
}

@media (max-width: 991px) {
    body.projectListingMap .hero-with-filter .filter-container .filter select,
    body.projectListingMapLanding .hero-with-filter .filter-container .filter select,
    body.project .hero-with-filter .filter-container .filter select {
        margin-bottom: 20px;
    }
}

body.projectListingMap .hero-with-filter .filter-container .filter select::-ms-expand,
body.projectListingMapLanding .hero-with-filter .filter-container .filter select::-ms-expand,
body.project .hero-with-filter .filter-container .filter select::-ms-expand {
    display: none;
}

body.projectListingMap header.hero-project-page,
body.projectListingMapLanding header.hero-project-page,
body.project header.hero-project-page {
    min-height: 0;
    height: auto;
    position: relative;
    overflow: hidden;
}

    body.projectListingMap header.hero-project-page .carousel-inner,
    body.projectListingMapLanding header.hero-project-page .carousel-inner,
    body.project header.hero-project-page .carousel-inner {
        /*height: 100%;
            position: absolute;
            top: 0;
            left: 0;*/
    }

        body.projectListingMap header.hero-project-page .carousel-inner .item,
        body.projectListingMapLanding header.hero-project-page .carousel-inner .item,
        body.project header.hero-project-page .carousel-inner .item {
            /*height: 100%;*/
        }

            body.projectListingMap header.hero-project-page .carousel-inner .item .embed-container,
            body.projectListingMapLanding header.hero-project-page .carousel-inner .item .embed-container,
            body.project header.hero-project-page .carousel-inner .item .embed-container {
                /*height: 100%;*/
            }

                body.projectListingMap header.hero-project-page .carousel-inner .item .embed-container iframe,
                body.projectListingMapLanding header.hero-project-page .carousel-inner .item .embed-container iframe,
                body.project header.hero-project-page .carousel-inner .item .embed-container iframe {
                    width: 100%;
                    height: 100%;
                }

    body.projectListingMap header.hero-project-page .carousel-control,
    body.projectListingMapLanding header.hero-project-page .carousel-control,
    body.project header.hero-project-page .carousel-control {
        height: 60px;
        width: 60px;
        left: 45px;
        opacity: 0.9;
        margin-top: 45%;
    }

        body.projectListingMap header.hero-project-page .carousel-control:hover,
        body.projectListingMapLanding header.hero-project-page .carousel-control:hover,
        body.project header.hero-project-page .carousel-control:hover {
            opacity: 1;
        }

        body.projectListingMap header.hero-project-page .carousel-control svg,
        body.projectListingMapLanding header.hero-project-page .carousel-control svg,
        body.project header.hero-project-page .carousel-control svg {
            margin: auto;
            margin-top: 9px;
        }

        body.projectListingMap header.hero-project-page .carousel-control.left,
        body.projectListingMapLanding header.hero-project-page .carousel-control.left,
        body.project header.hero-project-page .carousel-control.left {
            background: rgba(102, 102, 102, 0.5);
        }

        body.projectListingMap header.hero-project-page .carousel-control.right,
        body.projectListingMapLanding header.hero-project-page .carousel-control.right,
        body.project header.hero-project-page .carousel-control.right {
            left: auto;
            right: 45px;
            background: rgba(102, 102, 102, 0.5);
        }

    body.projectListingMap header.hero-project-page img,
    body.projectListingMapLanding header.hero-project-page img,
    body.project header.hero-project-page img {
        width: 100%;
        height: auto;
        max-width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    body.projectListingMap header.hero-project-page .caption,
    body.projectListingMapLanding header.hero-project-page .caption,
    body.project header.hero-project-page .caption {
        padding-left: 40px;
        padding-right: 15px;
    }

@media (max-width: 767px) {
    body.projectListingMap header.hero-project-page,
    body.projectListingMapLanding header.hero-project-page,
    body.project header.hero-project-page {
        /*height: auto;
            position: relative;
            overflow: visible;
            padding-top: 0;*/
    }

        body.projectListingMap header.hero-project-page .carousel-inner,
        body.projectListingMapLanding header.hero-project-page .carousel-inner,
        body.project header.hero-project-page .carousel-inner {
            /*position: relative;*/
        }

            body.projectListingMap header.hero-project-page .carousel-inner.item,
            body.projectListingMapLanding header.hero-project-page .carousel-inner.item,
            body.project header.hero-project-page .carousel-inner.item {
                /*position: relative;*/
            }

        body.projectListingMap header.hero-project-page .caption,
        body.projectListingMapLanding header.hero-project-page .caption,
        body.project header.hero-project-page .caption {
            position: static;
            bottom: auto;
            padding-top: 0;
        }

            body.projectListingMap header.hero-project-page .caption p,
            body.projectListingMapLanding header.hero-project-page .caption p,
            body.project header.hero-project-page .caption p {
                float: none;
            }

        body.projectListingMap header.hero-project-page .carousel-control,
        body.projectListingMapLanding header.hero-project-page .carousel-control,
        body.project header.hero-project-page .carousel-control {
            left: 15px;
        }

            body.projectListingMap header.hero-project-page .carousel-control.right,
            body.projectListingMapLanding header.hero-project-page .carousel-control.right,
            body.project header.hero-project-page .carousel-control.right {
                right: 15px;
            }
}

.project-listing-page {
    padding-bottom: 0 !important;
}

    .project-listing-page .stand-first {
        text-align: center;
        font-size: 24px;
        line-height: 32px;
        font-weight: lighter;
        margin-bottom: 40px;
    }

.project-listing-page-search {
    border-top: 1px solid #555;
    padding: 10px 0 60px 0;
    font-size: 0;
    vertical-align: middle;
}

    .project-listing-page-search button {
        width: 60px;
        height: 60px;
        background: none;
        border: none;
        vertical-align: middle;
    }

        .project-listing-page-search button svg .a {
            fill: #fff;
        }

        .project-listing-page-search button svg .b {
            fill: #555;
        }

    .project-listing-page-search input {
        width: calc(100% - 80px);
        height: 60px;
        background: none;
        border: none;
        color: #555;
        font-size: 36px;
        line-height: 42px;
        font-weight: bold;
        margin-right: 20px;
        vertical-align: middle;
        padding-left: 15px;
        outline-color: #555;
    }

.project-listing-page .project-list {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
}

    .project-listing-page .project-list::before {
        display: none;
        content: none;
    }

.project-listing-page .project-list-item {
    margin-bottom: 20px;
}

    .project-listing-page .project-list-item > a {
        border: 1px solid rgba(0, 0, 0, 0.2);
        display: block;
        height: 100%;
        color: #555;
        transition: color 0.5s ease-in-out;
        text-decoration: none;
    }

        .project-listing-page .project-list-item > a:hover {
            text-decoration: none;
        }

        .project-listing-page .project-list-item > a:after {
            content: '';
            position: absolute;
            top: 0;
            left: 15px;
            width: calc(100% - 30px);
            height: 100%;
            opacity: 0;
            transition: all 0.5s ease-in-out;
        }

        .project-listing-page .project-list-item > a:hover {
            color: #fff !important;
        }

            .project-listing-page .project-list-item > a:hover:after {
                background: #06A3E4;
                opacity: 0.7;
            }

            .project-listing-page .project-list-item > a:hover .project-list-item-region {
                color: #fff;
            }

            .project-listing-page .project-list-item > a:hover .project-list-item-title {
                color: #fff;
            }

.project-listing-page .project-list-item-text-content {
    padding: 30px;
}

.project-listing-page .project-list-item-image img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 10;
}

.project-listing-page .project-list-item-region {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
    color: rgba(73, 73, 73, 0.6);
    transition: color 0.5s ease-in-out;
    text-transform: uppercase;
    font-weight: 800;
}

.project-listing-page .project-list-item-title {
    font-size: 18px;
    line-height: 24px;
    z-index: 1;
    position: relative;
    color: #494949;
    transition: color 0.5s ease-in-out;
}

.project-listing-page .project-list-pagination {
    padding-bottom: 50px;
}

    .project-listing-page .project-list-pagination .pagination {
        margin: 0;
    }

.project-listing-page-about {
    margin-top: 50px;
    background: rgba(0, 0, 0, 0.05);
    padding: 80px 0 100px 0;
    text-align: center;
}

    .project-listing-page-about h2 {
        margin-bottom: 40px;
    }

    .project-listing-page-about p {
        font-size: 24px;
        line-height: 32px;
        font-weight: lighter;
    }

.project-page {
    font-size: 24px;
    line-height: 32px;
    padding-top: 80px !important;
}

    .project-page p {
        font-size: 24px;
        line-height: 32px;
    }

    .project-page h1 {
        font-size: 48px;
        line-height: 52px;
    }

@media (max-width: 767px) {
    .project-page h1 {
        font-size: 36px;
        line-height: 41px;
    }
}

.project-page-standfirst {
    margin-bottom: 60px;
    font-weight: lighter;
}

.project-page-fastFacts h3 {
    color: rgba(85, 85, 85, 0.6);
    text-transform: uppercase;
    font-size: 24px;
    line-height: 32px;
    padding-top: 10px;
    border-top: 2px solid #09A3E4;
}

.project-page-fastFacts p {
    margin-bottom: 40px;
    color: #555;
}

.project-page-quote {
    background: #1655A3;
    color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 80px;
}

    .project-page-quote blockquote {
        padding: 0;
        margin: 0;
    }

@media (max-width: 767px) {
    .project-page-quote blockquote {
        padding-left: 50px;
    }
}

.project-page-quote blockquote:before {
    top: 0;
    left: -95px;
}

@media (max-width: 767px) {
    .project-page-quote blockquote:before {
        left: 0;
        background-size: 30px;
        width: 30px;
    }
}

@media (min-width: 768px) and (max-width: 820px) {
    .project-page-quote blockquote:before {
        left: -70px;
    }
}

.project-page-quote-quote {
    margin-bottom: 15px;
    font-weight: lighter;
}

.project-page-quote-author {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
}

.project-page-contact {
    margin-bottom: 80px;
    word-break: break-all;
}

    .project-page-contact p {
        margin-bottom: 5px;
    }

.project-page-share {
    margin-bottom: 80px;
}

    .project-page-share h2 {
        margin-bottom: 38px;
    }

    .project-page-share svg .a {
        fill: #06a3e4;
    }

    .project-page-share a {
        margin-right: 60px;
    }

        .project-page-share a:hover {
            text-decoration: none;
        }

        .project-page-share a:last-child {
            margin-right: 0;
        }

.project-page-moreLink {
    background: #06A3E4;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .project-page-moreLink a {
        color: #fff;
    }

.project-page-backToAll {
    padding-top: 90px;
    padding-bottom: 70px;
    text-align: center;
}

    .project-page-backToAll a {
        color: #555555;
        position: relative;
        display: inline-block;
        font-size: 21px;
        font-weight: 600;
        line-height: 52px;
        padding-left: 72px;
    }

        .project-page-backToAll a:before {
            left: 0;
            content: '';
            position: absolute;
            top: 0;
            height: 52px;
            width: 52px;
            transform: scaleX(-1);
            background: url('/img/svg/Assets_Blue_action_arrow_55pxX55px.svg');
        }


/*********DWL***********/
.home-pc .umb-block-grid__layout-item p img {
    width: 100%;
    height: auto;
    margin-top: 10px;
}

.umb-block-grid__layout-container.container:before,
.umb-block-grid__layout-container.container:after {
    display: none;
    margin: 0;
    width: 100%;
}

.umb-block-grid__layout-container.container {
    margin: 0;
    width: 100%;
}

.container {
    max-width: 992px !important;
}

.container-pads {
    margin-block: 64px;
}

#cta img {
    height: 50px;
}

img {
    object-fit: contain;
    object-position: top;
    height: auto;
}

/*body {
    background-color
}*/


.text-white,
.text-white h2,
.text-white h4,
.text-white p {
    color: white !important;
}

.blockImage {
    width: 100%;
}

a.no-underline {
    text-decoration: none !important;
}

#footer .social-buttons {
    left: unset;
    right: 0;
    width: auto;
}

#footer .foot-logo {
    left: 0;
    right: unset;
    width: auto;
}

#footer .btn {
    font-size: 14px;
}

#page-content {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow-x: hidden;
    min-height: 600px;
}


.special-background p,.special-background a,.special-background li,
.special-background h1, .special-background h2, .special-background h3, .special-background h4, .special-background h5, .special-background h6,
.special-background .pageheading {
    color: white !important;
}

.special-background a {
    margin-top: 16px;
    text-decoration: none;
    min-height: 55px;
    width: 55px;
    border: 1.5px solid white!important;
    padding-block: 0.5rem;
    padding-inline: 1rem;
    border-radius: 1000px;
}

.special-background i {
    color: white!important;
}

.carousel-control-next:hover, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.4;
    background: black;
    transition: 0.3s ease-in-out;
}

@media (max-width: 991px) {
    .col-md-4 {
        padding-bottom: 24px;
    }

    .col-md-3 {
        padding-bottom: 24px;
    }

    .col-md-6 {
        padding-bottom: 24px;
    }
}



/******translate******/
/* Hide Google Translate Toolbar */
.goog-te-banner-frame,
.goog-te-gadget-simple,
.skiptranslate {
    display: none !important;
}

body {
    top: 0px !important;
}

.transblock {
    padding: 5px 0 12px 0;
}

    .transblock label {
        color: white;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 16px;
    }

    .transblock select {
        width: 100%;
    }


.section-carousel .carousel-indicators button {
    width: 30px;
    height: 3px;
    padding: 0;
    margin: 5px;
    background-color: #09a3e4e6;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .3;
    transition: opacity .6s ease;
}
.section-carousel .carousel-indicators button.active {
    width: 30px;
    height: 3px;    
    opacity: 1;
    transition: opacity .6s ease;
}
.section-carousel .carousel-control-next {
    right: -40px;
}
.section-carousel .carousel-control-prev {
    left: -40px;
}
    .section-carousel .carousel-control-next,
    .section-carousel .carousel-control-prev {
        opacity:1;
        width:30px;
    }
.section-carousel .carousel-control-next:hover,
.section-carousel .carousel-control-prev:hover {
    background:transparent!important;
}
.section-carousel .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2309a3e4e6'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.section-carousel .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2309a3e4e6'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.section-carousel .carousel-indicators {
    bottom: -40px;
}

.blockImage__caption {
    font-size: 14px;
    font-style: italic;
}

.article__content-block{
    margin-top: -40px;
    background: white;
}

.carousel {
    width: 100%;
}

.container .container {
    width: 100%!important;
}

.carousel-item img {
    aspect-ratio: 16/9;
}