body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #444;
}

p {
    font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Exo 2', sans-serif;
    font-weight: 700;
}

h2.block__title {
    color: #014888;
    font-size: 2.25rem;
}

.button {
    background: #dca247;
    border: 0.125rem solid #dca247;
    color: #000;
    font-size: 1.125rem;
    font-weight: 600;
}
.button:focus,
.button:hover {
    color: #dca247 !important;   
    opacity: 1; 
}
.button.button--secondary {
    border: 0.125rem solid #dca247;
    background: transparent;
    color: #dca247;
}
.button.button--secondary:hover {
    border: 0.125rem solid #dca247;
    background: #dca247;
    color: #000 !important;
}

.site-header {    
    z-index: 990;
}
.sticky-navigation #site-navigation {
    margin-left: 3rem;
    margin-right: 3rem;
    position: absolute;
}

#site-navigation .sticky_logo {
    display: none;
}

.header--universal {
    position: relative;
    background: #275078;
    background-blend-mode: multiply;
    box-shadow: none;
}
.header--universal .grid-container {
    width: 100%;
}

.header--universal-1{
    min-height: 44.0625rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    padding-bottom: 10rem;
}
.header--universal .header__headline {    
    font-size: 3rem;
    color: #fff;
    margin-bottom: 2.375rem;
}
.header--universal p:first-of-type {
    font-weight: 600;
    font-size: 1.25rem;
    color: #fff;
}
.header--universal p {
    font-size: 1rem;
    color: #fff;
}
.header--universal .button {
    width: 18.5rem
}

.header--universal-2 {
    min-height: 23rem;
    display: flex;
    align-items: flex-end;    
}
.header--universal-2 .header__headline  {
    margin-bottom: 0;
}
.header--universal-2 .grid-container {
    margin-top: 6rem;
}
.header--universal-2 .header__content {
    margin-bottom: 0;
    text-align: center;
    margin-top: 2rem;
}
.header--universal-2 .header__content p {
    font-weight: 500;
}

.header--universal--left-content {
    min-height: 28.5rem;
    padding-bottom: 6.25rem;
    padding-top: 15rem;
    align-items: center;
}
.header--universal--left-content .align-center {
    justify-content: left;
}
.header--universal--left-content * {
    text-align: left;    
}
.header--universal--left-content p {
    line-height: 1.75rem;
}
.header--universal--left-content .header__content {
    margin-bottom: 0;
    padding-right: 8rem;
}

#site-navigation .top-bar-left,
#site-navigation .top-bar-right {
    padding-top: 4.375rem;
}

#site-navigation nav.navigation ul li a,
#site-navigation .top-bar-right .link {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
}
#site-navigation .top-bar-right .link {
    text-decoration: none;
}
#site-navigation .top-bar-right .link i {
    margin-right: 0.5rem;
}
#site-navigation nav .menu > li.menu-item-has-children > a::after {
    width: 8px;
    height: 8px;
    border-style: inherit;
    border-color: transparent;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;    
    transform: rotate(45deg);
    margin-top: -5px
}
#site-navigation nav.navigation ul li a:hover,
#site-navigation .top-bar-right .link:hover {
    color: #dca247;
}
#site-navigation nav.navigation ul li a:hover::after {
    border-color: transparent !important;
    border-right-color: #dca247 !important;
    border-bottom-color: #dca247 !important;    
}

#site-navigation nav .submenu {
    padding-top: 0;
    background: rgba(37, 73, 108, 0.9);
    right: auto;
    left: 0;
    transform: translateX(-25%);
}
#site-navigation nav .submenu::before {
    content: '';
    border-style: solid;
    border-width: 0.5rem;    
    border-color: transparent transparent rgba(37, 73, 108, 0.9) transparent;
    position: absolute;
    left: 50%;
    top: -1rem;
    transform: translateX(-50%);
}
#site-navigation nav .submenu li {
    background: transparent;
}
/*
*
*/
.cblock--1 .block__title {
    font-size: 2.25rem;
}
.cblock--1 .block__content p {
    font-size: 0.875rem;
}
.cblock--1 .block__content p:first-of-type {
    font-size: 1.25rem;
}

/**
* Team
*/
.etblock--4 .block__title {
    margin-bottom: 3.75rem;
}

.etblock--4 .member img {
    width: 5.625rem;
    height: auto;
    background:#014888; 
}
.etblock--4 .member a {
    text-decoration: none;
    font-family: inherit;
}
.etblock--4 .member .member__name {
    font-size: 1rem;
    font-weight: 600;
    color: #444;
    font-family: inherit;
    margin-bottom: 0.5rem;
    margin-top: 1rem;
}
.etblock--4 .member .member__position {
    font-size: 0.75rem;
    font-weight: normal;
    font-family: inherit;
    color: #444;    
}

.bg__overlay {
    background: rgba(0, 0, 0, 0.85);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
    cursor: pointer;
}
.team--popup {    
    position: absolute;
    z-index: 1100;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 46.875rem;
    width: 100%;
    max-height: 37.5rem;
    height: 100%;
    border-radius: 0.25rem;
    overflow: hidden;
}
.team--popup .popup-content {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    position: relative;
}

.team--popup .popup-content,
.team--popup .popup-content .team--member-text {
    height: 100%;
    text-align: left;
}
.team--popup .popup-content .team--member-image {
    background: #e4f1fc;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
}
.team--popup .popup-content .close-popup {
    color: #999;
    font-size: 1.25rem;
    line-height: 0;
    position: absolute;
    right: 2rem;
    top: 1rem;
    z-index: 100;
}
.team--member-info {
    padding: 1.5rem 1.5rem 1rem 1rem;
}
.team--member-info h5 {
    font-size: 1.5rem;
    font-weight: normal;
    font-family: inherit;
    color: #444;
}
.team--member-info p:first-of-type {
    text-transform: uppercase;
}
.team--member-info p {
    font-size: 0.875rem;
}

.team--member-info .team--member-scroll {
    overflow: auto;
    max-height: 30rem;
    height: 100%;
}

body:not(.home) .block__section.block__section--feature .block__title {
    color: #444;
    font-size: 2.35rem;
}


.efblock--14 ul {
    margin: 0;
    padding: 0;
}

.efblock--14 ul li {
    font-size: 1rem;   
    margin-bottom: 0.75rem;
    list-style-type: none; 
    width: 100%;
}

.efblock--14 ul li i {
    color: #dca247;
    float: left;    
    margin: 0.25rem 1rem 1rem 0;
}

@media (min-width: 48rem) {
    .cblock--20 {
        padding: 0;
    }
}

.cblock--20 .block__wrapper {
    position: relative;
}
.cblock--20 .row .block__text {
    position: absolute;
    max-width: 28.125rem;    
    width: 100%;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);    
    background: #fff;    
    padding: 2.5rem 4.5rem 3.5rem;    
    right: 1rem;    
    bottom: -7rem;
    z-index: 100;
    border-radius: 0.3125rem;
}
.cblock--20 .block__title {
    color: #014888;
    font-size: 2.25rem;
    margin-bottom: 1.5rem;
}
.cblock--20 .block__text ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 1.5rem;
}
.cblock--20 .block__text ul li {
    margin-bottom: 0.5rem;
    clear: left;
}
.cblock--20 .block__text ul li i {
    color: #7ca56e;
    font-size: 0.875rem;
    margin-right: 0.5rem;
    margin-bottom: 1rem;
    float: left;
    margin-top: 12px;
    line-height: 0;
}
.cblock--20 .block__buttons .button {
    width: 100%;
    color: #fff;
    font-weight: normal;
    font-size: 1rem;
}
.cblock--20 .block__buttons .button i {
    display: none;
}
/**
 * efblock--1
*/

.efblock--1 {
    background: #084886;
    background-blend-mode: multiply;
    position: relative;
}

.efblock--1 .feature__block a {
    text-decoration: none;
}

.efblock--1 h2.block__title {
    font-size: 2.25rem;
    color: #fff;
}
.efblock--1 .feature__block .block__title--sub {
    font-size: 1.125rem;
    color: #fff;
}
.efblock--1 .feature__block .block__content--sub p {
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.5rem; 
}
.efblock--1 .feature__block a.button-text {
    color: #dca247;
    font-size: 0.875rem;
}
.efblock--1 .feature__block .feature__image_icon {
    margin-bottom: 1.75rem;
}
.efblock--1 .feature__block .feature__image_icon i {
    color: #dca247;
    font-size: 3rem;
}
.efblock--1 .cell {
    margin-bottom: 3rem;
}

.gform_wrapper .ginput_container_select select {
    background: #eaeaea;
    margin-bottom: .875rem;
}
.gform_wrapper .ginput_container input,
.gform_wrapper .ginput_container textarea {
    margin-bottom: .875rem !important;
}

.gform_wrapper button.button {
    background: #dca247;
    color: #fff;
    border-color: #dca247;
    width: 100%;
    font-weight: 600;
    font-size: 1rem;
}
.gform_wrapper button.button:focus,
.gform_wrapper button.button:hover {
    color: #dca247;
}
.ginput_container_select {
    position: relative;
    cursor: pointer;
}

.ginput_container_select::before {
    content: '';
    position: absolute;
    right: 1rem;
    top: calc(50% - .875rem);
    height: 0.625rem;;
    width: 0.625rem;;
    border-right: solid 0.1875rem #444;
    border-bottom: solid 0.1875rem #444;
    transform: rotate(45deg);
}
.gform_wrapper .validation_error {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    font-size: 0.875rem;
}
.gform_wrapper .validation_message {
    display: none !important;
}
input[aria-invalid="true"] {
    border: solid 1px #cc4b37;
}

.cblock--eform6 .gform_wrapper .ginput_container textarea {
    height: 5.125rem;
    resize: vertical;
}
/**
 * pre footer
*/

.cblock--eform6 .block__title {
    margin-bottom: 3.25rem;
}
.cblock--eform6 .block__content .entry-content p {
    font-weight: 600;
}
.cblock--eform6 .block__content .entry-content .column {
    margin-bottom: 2rem;
}
.cblock--eform6 .block__content .entry-content .row {
    margin-top: 2rem;
}
.cblock--eform6 .block__content .entry-content .column p i {
    color: #dca247;
    font-size: 1.5625rem;
}
.cblock--eform6 .block__content .entry-content .column p:last-child {
    font-size: 0.875rem;
    font-weight: 400;
}

.cblock--eform6 .simple-call {
    margin-top: 3rem
}
.cblock--eform6 .simple-call p {
    color: #014888;
    line-height: 2rem;
}
.cblock--eform6 .simple-call p a {
    font-size: 1.25rem;
    color: #014888;
    text-decoration: none;
    padding-bottom: 0.625rem;
    border-bottom: solid 1px #032c5d;
}
.cblock--eform6 .simple-call p a:hover {
    color: #dca247;
    border-bottom-color: #dca247;
}
/**
* Contact
*/
.cblock--ect5 .block__title {
    font-size: 1.5rem;
    color: #014888;    
    font-size: 600;
}

.cblock--ect5 .contact-details h6 {
    font-size: 1.125rem;
    font-family: inherit;
    font-weight: normal;
    color: #444;
}
.cblock--ect5 .contact-details .column {
    margin-bottom: 2rem;
}
.cblock--ect5 .contact-details p,
.cblock--ect5 .contact-details p a {
    font-size: 1rem;
    text-decoration: none;
    color: #444;
}

.block--no-content-padding {
    padding: 0;
}

.map-canvas,
.acf-map {
    height: 30rem;
}

.acf-map .marker-info {
    padding: 1.5rem;
    border-radius: 0.325rem;
}
.acf-map .marker-info h5 {
    font-family: inherit;
    font-weight: normal;
    font-size: 18px;
    color: #444;
}
.acf-map .marker-info p {
    margin: 0;
    font-size: 1rem;
}
.acf-map .gm-ui-hover-effect {
    display: none !important;
}

.acf-map .gm-style-iw-a {
    top: 75px !important;
}
/**
 * Footer
*/
.footer {
    background-image: linear-gradient(115deg, #152a3a, #254969);
    border: 0;
    color: inherit;
}
.footer .footer-bottom {
    border: 0;
    position: relative;
    background: transparent;
    padding: 0.975rem 0;
}
.footer .footer-copyright {
    background: rgba(0, 0, 0, 0.2);    
}
.footer .footer-bottom a:not(.button) {
    color: #fff;
    font-weight: 600;
}
.footer .footer-widgets .widget-title {
    color: #dca247;
    font-size: 1.125rem;
}
.footer .footer-widgets p,
.footer .footer-widgets a {
    color: #fff;
    font-size: 0.85rem;        
}
.footer .footer-widgets a:hover,
.footer .footer-bottom .copyright a:hover,
.footer .footer-bottom .author a:hover {
    color: #dca247;
}
.footer .footer-widgets img {
    margin-bottom: 1rem;
}
.footer .footer-widgets #text-2 p {
    font-size: 0.75rem;
    font-weight: 600;
}
.footer .footer-widgets ul.menu li {
    margin-bottom: 0.3125rem;
    overflow: hidden;
}

.footer .footer-widgets ul.menu li a {
    font-weight: 600;
    transition: all 0.8s;
    position: relative;
    display: block;
}
.footer .footer-widgets ul.menu li.is-active a::before,
.footer .footer-widgets ul.menu li a::before {       
    content: '';
    position: absolute;
    left: -1rem;
    top: 0.625rem;
    height: 0.4375rem;
    width: 0.4375rem;
    border-right: solid 0.1875rem #dca247;
    border-bottom: solid 0.1875rem #dca247;
    transform: rotate(-45deg);
    transition: all 0.8s;
}
.footer .footer-widgets ul.menu li.is-active a,
.footer .footer-widgets ul.menu li:hover a {
    padding-left: 1rem;
    color: #dca247;
}
.footer .footer-widgets ul.menu li.is-active a::before,
.footer .footer-widgets ul.menu li:hover a::before {
    left: 0;
}

.widget_contact_widget .business--item {
    margin-bottom: 0.5rem;
    font-weight: 600;
}
.widget_contact_widget .business--item i {
    margin-right: 0.75rem;
}

/*
* Responsive
*/
/* 992 - 1199px */
@media (max-width: 74.9375rem) {
    .mobile-top-bar,
    .mobile-off-canvas-menu,
    .off-canvas .menu .is-drilldown-submenu {
        background: #014888;        
    }
    .mobile-top-bar .middle a img {
        height: 90%;
    }
    .off-canvas .menu a {
        font-size: 1.125rem;
    }
    .off-canvas .menu a:hover {
        color: #169adc;
    }
    .mobile-off-canvas-menu .drilldown a {
        background: transparent;
        color: #fff;
    }   
    .mobile-off-canvas-menu .drilldown li:hover a,
    .mobile-off-canvas-menu .drilldown li.is-active a {
        background: transparent;
    }
    .off-canvas .menu .is-drilldown-submenu-parent > a::after {
        border-style: initial;
        border: inherit;
        border: solid 2px transparent;
        border-right: solid 2px #fff;
        border-bottom: solid 2px #fff;
        transform: rotate(-45deg);
        height: 8px;
        width: 8px;
    }
    
    .off-canvas .menu .js-drilldown-back > a:before {
        border-style: initial;
        border: inherit;
        border: solid 2px transparent;
        border-right: solid 2px #fff;
        border-bottom: solid 2px #fff;
        transform: rotate(135deg) translate(-3px, 0);
        height: 8px;
        width: 8px;
    }

    .off-canvas .off-canvas-socials li a {
        color: #fff;
    }

    .home .header--universal-1 .medium-down-10 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .header--universal--left-content {
        padding-top: 6.5rem;
    }
    .cblock--20 .row .block__text {
        right: 2rem;
        width: 25.125rem;
        padding: 2.5rem;
        bottom: -4rem !important;
        position: absolute !important;
    }
    
    .footer .footer-widgets .widget {
        margin-bottom: 0.5rem;
    }
    .footer .footer-widgets .widget_social_widget {
        margin-bottom: 0;
    }
}

/* 991px */
@media (max-width: 61.9375rem) {
    .header--universal--left-content {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
    }
}
/*768 - 991px */
@media (min-width: 48rem) and (max-width: 61.9375rem) {
    /* Meet the team */
    .medium-down-12 {
       -webkit-flex: 0 0 100%;
       -ms-flex: 0 0 100%;
       flex: 0 0 100%;
       max-width: 100%;
    }
    .medium-down-4 {
       -webkit-flex: 0 0 33.33333%;
       -ms-flex: 0 0 33.33333%;
       flex: 0 0 33.33333%;
       max-width: 33.33333%;
    }
    .medium-down-6 {
        -webkit-flex: 0 0 50%;
       -ms-flex: 0 0 50%;
       flex: 0 0 50%;
       max-width: 50%;
    }   

    .etblock--4 .column:nth-child(1) .member,
    .etblock--4 .column:nth-child(2) .member,
    .etblock--4 .column:nth-child(3) .member {
        margin-bottom: 3rem;
    }   

    .header--universal .header__headline {
        font-size: 2.5rem;
    }
    .header--universal--left-content .header__content {
        padding-right: unset;
    }
    .cblock--20 .block__title {
        font-size: 1.75rem;
    }
    .cblock--20 .row .block__text  {
        right: 2rem;
        width: 37%;        
        padding: 1.5rem;
    }
}
/*640 - 767px */
@media (max-width: 47.9375rem) {    
    .header--universal-1 {
        padding: 4.875rem 0;
    }

    .block__section {
        padding: 3.5rem 0;
    }
    .block--no-content-padding {
        padding: 0;    
    }

    .cblock--20 .row .block__text {
        right: unset;
        position: static !important;
        z-index: unset;
    }
    
    .etblock--4 .column:nth-child(1) .member,
    .etblock--4 .column:nth-child(2) .member,
    .etblock--4 .column:nth-child(3) .member {
        margin-bottom: 3rem;
    }
    .team--popup {
        height: auto;
        max-height: 100%;
        max-width: 100%;
        top: 5rem;
        transform: translate(-50%, 0);
        overflow: unset;
    }
    .team--popup .popup-content {
        margin: 0 1rem;
    }
    .team--member-info {
        padding: 1rem;
    }
    .team--member-info .team--member-scroll {
        max-height: 100%;
    }
    .team--popup .popup-content .team--member-image {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }    

    .cblock--ect5 .contact-details {
        margin-top: 0;
    }
}

/*640 - 767px */
@media (min-width: 40rem) and (max-width: 47.9375rem) {
     /* Meet the team */
     .small-up-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .small-up-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .small-up-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .grid-x > .small-up-12 {
        width: 100%;
    }

    .cblock--eform6 .contact-details {
        margin-bottom: 3rem;
    }
    .header--universal--left-content .header__content {
        padding-right: unset;
    }
    .header--universal .header__buttons .button:not(:last-child) { 
        margin-bottom: 1rem !important;
    }
    .header--universal .button {        
        display: block;
        margin: 0 auto !important;
    }
}
/* < 639px */
@media (max-width: 39.9375rem) {
   
    .header--universal--left-content .header__content {
        padding-right: unset;
    }
    .header--universal .header__buttons .button:not(:last-child) {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .header--universal .button {
        width: 100%;
    }
    body:not(.home) .block__section.block__section--feature .block__title {
        font-size: 2.25rem;
    }
    .etblock--4 .member {
        margin-bottom: 3rem;
    }
    .etblock--4 .column:nth-child(5) .member,
    .etblock--4 .column:nth-child(6) .member {
        margin-bottom: 0;
    }
    .cblock--20 .block__title {
        font-size: 2rem;
    }
    .cblock--20 .row .block__text {
        padding: 0 1rem;
        box-shadow: none;
        width: auto;
    }
    
    .footer .footer-widgets .column {
        margin-bottom: 2rem;    
    }
    .footer .footer-widgets .column:nth-child(4) {
        margin-bottom: 0;
    }
}