/* ------ Fonts ------- */
@font-face {
  font-family: 'AktivGroteskCorp-Light';
  src: url('../fonts/AktivGroteskCorp/AktivGroteskCorp-Light.eot'); /* IE9 Compat Modes */
  src: local('AktivGroteskCorp-Light'), local('AktivGroteskCorp-Light'), url('../fonts/AktivGroteskCorp/AktivGroteskCorp-Light.woff2') format('woff2');/* Super Modern Browsers */
  font-display: swap;
  src: url('../fonts/AktivGroteskCorp/AktivGroteskCorp-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/AktivGroteskCorp/AktivGroteskCorp-Light.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/AktivGroteskCorp/AktivGroteskCorp-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/AktivGroteskCorp/AktivGroteskCorp-Light.svg#AktivGroteskCorp-Light') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'AktivGroteskCorp-Regular';
  src: url('../fonts/AktivGroteskCorp/AktivGroteskCorp-Regular.eot'); /* IE9 Compat Modes */
  src: local('AktivGroteskCorp-Regular'), local('AktivGroteskCorp-Regular'), url('../fonts/AktivGroteskCorp/AktivGroteskCorp-Regular.woff2') format('woff2');/* Super Modern Browsers */
  font-display: swap;
  src: url('../fonts/AktivGroteskCorp/AktivGroteskCorp-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/AktivGroteskCorp/AktivGroteskCorp-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/AktivGroteskCorp/AktivGroteskCorp-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/AktivGroteskCorp/AktivGroteskCorp-Regular.svg#AktivGroteskCorp-Regular') format('svg'); /* Legacy iOS */
}


@font-face {
  font-family: 'AktivGroteskCorp-Medium';
  src: url('../fonts/AktivGroteskCorp/AktivGroteskCorp-Medium.eot'); /* IE9 Compat Modes */
  src: local('AktivGroteskCorp-Medium'), local('AktivGroteskCorp-Medium'), url('../fonts/AktivGroteskCorp/AktivGroteskCorp-Medium.woff2') format('woff2');/* Super Modern Browsers */
  font-display: swap;
  src: url('../fonts/AktivGroteskCorp/AktivGroteskCorp-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/AktivGroteskCorp/AktivGroteskCorp-Medium.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/AktivGroteskCorp/AktivGroteskCorp-Medium.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/AktivGroteskCorp/AktivGroteskCorp-Medium.svg#AktivGroteskCorp-Medium') format('svg'); /* Legacy iOS */
}




@font-face {
  font-family: 'NeueHaasDisplay-Light';
  src: url('../fonts/NeueHaasDisplay-Light/NeueHaasDisplay-Light.eot'); /* IE9 Compat Modes */
  src: local('NeueHaasDisplay-Light'), local('NeueHaasDisplay-Light'), url('../fonts/NeueHaasDisplay-Light/NeueHaasDisplay-Light.woff2') format('woff2');/* Super Modern Browsers */
  font-display: swap;
  src: url('../fonts/NeueHaasDisplay-Light/NeueHaasDisplay-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/NeueHaasDisplay-Light/NeueHaasDisplay-Light.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/NeueHaasDisplay-Light/NeueHaasDisplay-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/NeueHaasDisplay-Light/NeueHaasDisplay-Light.svg#NeueHaasDisplay-Light') format('svg'); /* Legacy iOS */
}


body {
  font-family: 'AktivGroteskCorp-Light', sans-serif;
  color: #000;
  font-size: 18px;
  padding: 0;
  margin: 0;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

div, p, form, input, a, span, button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input, input:hover, input:focus, input:active,
button, button:hover, button:focus, button:active {
  outline: none;
}

body .elementor-widget-text-editor {
  color: #000;
}

p, li {
  font-family: 'AktivGroteskCorp-Light', sans-serif;
  font-weight: 600;
  margin: 0;
}

p:last-child, li:last-child {
  margin-bottom: 0;
}

.elementor-widget {
  font-size: 18px;
  line-height: 1.56em;
  letter-spacing: 0.001em;
  margin-bottom: 1.15em;
}

strong, b {
     font-family: 'AktivGroteskCorp-Medium', sans-serif;
}

li::marker {
  color: inherit;
}

li {
  display: list-item;
}

ul, li {
  display: block;
  padding: 0;
  margin: 0;
}

ul, ol {
  padding-left: 1em;
}

ul > li, ol > li {
  display: list-item;
}

div, input, a, span, button, li {
  font-family: 'AktivGroteskCorp-Light', sans-serif;
   font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

.elementor-widget-heading .elementor-heading-title {
  color: #000;
  letter-spacing: 0.025em;
  font-family: 'NeueHaasDisplay-Light', sans-serif;
  line-height: 1.3em;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 39px; 
}

h3 {
  font-size: 38px;
}

h4 {
  font-size: 36px;
}

h5 {
  font-size: 33px;
}

h6 {
  font-size: 30px;
}


.no-scroll {
  overflow: hidden;
}


.between-xs {
    justify-content: space-between;
}

.middle-xs {
    align-items: center;
}

.row {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
}

.cover-image {

}


.image-grid__image .cover-image, .team-block__leadership .cover-image, .team-block__leadership-image {
        display: block!important;
    height: 100%!important;
}

.project-grid .page-width {
        max-width: 1240px;
    margin: 0 auto;
}

/* Overlay */

.navigation-page-redirect.active {
    display: flex;
}

.navigation-page-redirect {
    background: rgba(54, 92, 128, .9);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 99999;
}

.navigation-page-redirect .navigation-page-redirect__wrapper {
        max-width: 648px;
        margin: auto;
        padding: 0;
    }

        .navigation-page-redirect h2 {
        font-size: 25px;
        line-height: 1.5;
    }

    .navigation-page-redirect a, .navigation-page-redirect h2, .navigation-page-redirect p {
    color: #fff;
}

.navigation-page-redirect a {
    background: transparent;
        color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease;
    width: 203px;
    height: 56px;
    font-size: 16px;
    font-weight: 600;
    margin: 0 auto;
}

    .navigation-page-redirect a:hover {
        background: #fff;
        color: #365c80;
    }

    .navigation-page-redirect p {
        font-size: 20px;
    margin: 20px 0;
    font-weight: 600;
        line-height: 1.3em;
    letter-spacing: 0.02em;
    }


/* Header */



.nav-primary {
    background: rgba(46, 116, 181, .9);
    padding: 0 80px;
    height: 102px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.nav-primary__content-wrapper, .nav__header
 {
    width: 100%;
    height: 100%;
}

    .nav__header {
        padding: 0;
        width: auto;
        z-index: 999;
    }

        .nav__menu {
        top: auto;
        padding-top: 0;
        position: relative;
        display: block;
        visibility: visible;
        pointer-events: all;
        opacity: 1;
        width: auto;
        height: auto;
        background: transparent;
        overflow: initial;
    }

        .nav__menu-container {
        display: block;
        padding-top: 0;
        width: auto;
        left: 0;
        height: auto;
        position: relative;
        transform: translateX(0);
        overflow: initial;
            transition: .3s ease;
    }

.nav__menu-container {
      min-height: auto;
        display: block;
        padding-top: 0;
        left: 0;
    top: 0;
        width: auto;
        height: auto;
        position: relative;
            flex-direction: column;
    z-index: 99;
    transition: .3s ease;
        transform: translateX(0);
        overflow: initial;
    }

.nav__list {
      list-style: none;
    display: flex;
flex-direction: row;
    padding: 0;
        
    }

    .nav__list > li {
        text-align: left;
        width: auto;
        border: none;
        padding: 0;
        margin-right: 43px;
        margin-bottom: 0;
        display: flex;
        align-items: center;
            position: relative;
    }

     .nav__list > li > a {
           display: flex;
        align-items: center;
     }


    .nav__list li a {
        font-size: 16px;
        color: #fff;
         text-decoration: none;
            position: relative;
            white-space: nowrap;
     }

   .nav__list > li:first-child a {
            font-family: 'AktivGroteskCorp-Medium', sans-serif;
        background: #245c92;
        border-radius: 5px;
        padding: 11px 16px !important;
    }

    .nav__list > li:first-child a:before {
        display: none;
    }

    .nav__dropdown {
        display: none;
        cursor: pointer;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: auto;
    width: -moz-max-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    outline: none;
    border: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    transition: .3s ease;
    font-weight: 600;
    background: transparent;
    width: 24px;
    height: 24px;
    position: relative;
}


    .nav__mobile-footer-menu {
         display: none;
    background: #2b639a;
    text-align: center;
    margin-top: auto;
    padding: 32px 36px 80px;
}


.nav__list li a:before {
    width: 20px;
    max-width: 0;
    left: 0;
    bottom: -2px;
    height: 1px;
    background: #fff;
    content: '';
    display: block;
    position: absolute;
    transition: .3s ease;
}

.nav__list li a:focus:before, .nav__list li a:hover:before {
    max-width: 20px;

}


    .nav__list .menu-item-has-children.open .sub-menu {
        visibility: visible;
        opacity: 1;
}


.nav__list .menu-item-has-children .sub-menu {
        min-width: 150px;
        height: auto;
            margin-top: 10px;
        padding: 25px;
        position: absolute;
        top: 100%;
        overflow: initial;
        visibility: hidden;
        opacity: 0;
        transition: all .5s ease;
    }

.nav__list .menu-item-has-children.open:after {
    transition: 0.3s ease;
    transform: translateY(50%);
}

    .nav__list  .menu-item-has-children:after {
        position: relative;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    transform: translateY(50%) scaleY(-1);
    display: inline-block;
   background-image: url(/img/icons/dropdown--arrow.svg);
    width: 15px;
    height: 7px;
    margin-left: 5px;
    margin-bottom: 7px;
    
    }





.nav__list .menu-item-has-children .sub-menu {
    background: #084c83;
    list-style-type: none;
    overflow: hidden;
}

.nav__list .sub-menu > li {
    display: block;
    padding: 13px 0;
    border-bottom: 1px solid hsla(0, 0%, 100%, .15);
}


.nav__list .sub-menu > li:first-child {
    padding-top: 0;
}

.nav__list .sub-menu > li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.nav__toggle-close-icon, .nav-primary.open .nav__toggle-icon {
    opacity: 0;
}

.nav-primary.open .nav__toggle-close-icon {
    opacity: 1;
}

.nav-primary.open .nav__menu {
    visibility: visible;
    pointer-events: all;
    opacity: 1;
}


.nav-primary.open .nav__menu-container {
    transform: translateX(0);
    visibility: visible;
}



.nav__mobile-footer-content {
    font-size: 12px;
    letter-spacing: 0.6px;
    color: #fff;
    line-height: 2.2em;
}


.nav__mobile-footer-menu {
    background: #2b639a;
    text-align: center;
    margin-top: auto;
    padding: 32px 36px 80px;
}




@media screen and (max-width: 1023px) {

    .nav-primary {
        padding: 0 25px;
    }
    .nav__list > li {
        margin-right: 23px;
    }
    
}

@media screen and (max-width: 768px) {

    .nav__dropdown {
        display: flex;
    }

    .nav__menu {
        position: absolute;
        top: 0;
        left: 0;
        visibility: hidden;
        pointer-events: none;
        opacity: 0;
        transition: .3s ease;
        background: #316fab;
        overflow-y: scroll;
        width: 100vw;
        height: 100vh;
    }

    .nav__header-logo {
        width: 75px;
    }

    .nav-primary {
        height: 97px;
    }

    .nav__header {
        width: 100%;
    }

    .nav__list {
            flex-direction: column;
    }

    .nav__menu-container {
        position: absolute;
        width: 100%;
        min-height: auto;
        height: auto;
        overflow-y: scroll;
        left: 0;
        top: 0;
        padding-top: 113px;
        display: flex;
        flex-direction: column;
        z-index: 99;
        transition: .3s ease;
        transform: translateX(100vw);
    }



    .nav-primary.open .nav__toggle-close-icon {
        opacity: 1;
    }

    .nav__toggle-close-icon {
        opacity: 0;
    }

    .nav__toggle-close-icon, .nav__toggle-icon {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

     .nav__list li a {
        font-size: 20px;
    }

    .nav__list > li {
        margin-right: 0;
        justify-content: center;
    }

    .nav__list > li:first-child {
        padding-top: 10px 0;
    }

     .nav__list > li:first-of-type {
        border-top: 1px solid #2e74b5;
    }

    .nav__list .menu-item-has-children .sub-menu {
        width: 100%;
    }

    .nav__list .menu-item-has-children {
        flex-direction: column;
                position: relative;
    }

        .nav__list .menu-item-has-children:after {
            position: absolute;
            top: 25px;
            right: calc(50% - 80px);
        }

     .nav__list > li  {
        padding: 20px 0;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #2e74b5;
    }

    .nav__list {
        margin: 20px 0;
    }

    .nav__mobile-footer-menu {
        display: block;
    }

    .nav__list .menu-item-has-children.open .sub-menu {
        position: relative;
    }



}

/* Footer */

.footer-primary__row-one {
    background: #eaf1f8;
}

.footer-primary__row-one {
    padding-top: 48px;
    padding-bottom: 18px;
}

.mobile-padding {
        padding: 0 80px;
    }

.page-width--lg {
    max-width: 1500px;
        margin: 0 auto;
}
        .footer__logo-address-wrapper {
        display: block;
        text-align: left;
        width: auto;
    }

    .footer-primary__logo-wrapper {
        width: 88px;
        height: 50px;
        display: inline-block;
    margin-right: 20px;
    position: relative;
    }

    .footer-primary__logo {
    max-width: 100%;
}

.footer-primary__logo-wrapper:before {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    height: 100%;
    width: 1px;
    background: #2e74b5;
}

    .footer__address {
        margin-top: -5px;
    }

    .footer__address {
    display: inline-block;
    text-align: left;
    max-width: 185px;
    padding-left: 20px;
    margin: 0;
    color: #2e74b5;
    vertical-align: top;
    line-height: 2em;
}
.copy--mini {
font-size: 12px;
    line-height: 1.7em;
    letter-spacing: 0.01em;
    margin-top: -5px;
}

.nav__footer {
display: flex;
}


.nav__footer > li {
        padding-right: 47px;
            list-style-type: none;
    
}

.nav__footer > li > a {
    font-size: 16px;
    color: #2e74b5;
    text-decoration: none;
        font-weight: 900;
}

.footer-primary__social {
    width: 15px;
    height: 15px;
    position: relative;
}

.footer-primary__row-two {
    background: #e1eaf4;
            padding: 17px 0;
}

.footer-primary__legal-link:not(:last-of-type) {
    margin-right: 12px;
}
.footer-primary__legal-link {
    color: #1a1818;
}

.footer-primary__legal-link, .nav__footer > li > a {
    text-decoration: none;
    outline: none;
    opacity: 1;
    transition: .3s ease;
}

.footer-primary__legal-link:focus, .footer-primary__legal-link:hover, .nav__footer > li > a:hover, .nav__footer > li > a:focus {
    opacity: .8;
}

.footer-primary__social .footer-primary__social-fill {
    fill: #848484;
    transition: .3s ease;
}

.footer-primary__social:focus .footer-primary__social-fill, .footer-primary__social:hover .footer-primary__social-fill {
    fill: #2e74b5;
}

   .footer-primary__social {
    position: relative;
   }
   
    .footer-primary__social:before{
        content: "";
        position: absolute;
        left: -20px;
        height: 19px;
        width: 1px;
        background: #707070;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 1px;
    }

   .footer-primary__row-two .copy--mini {
    line-height: 2.8em;
   }
@media screen and (max-width: 1023px) {

    .mobile-padding {
        padding: 0 25px;
    }

    .footer-primary__social {
    width: 15px;
    margin-left: 25px;

        }
    .nav__footer > li {
        padding-right: 20px;
    }

}

@media screen and (max-width: 768px) {
    .nav__footer > li {
        padding-right: 23px;
    }

    .copy--small {
        font-size: 14px;
    }

    .footer-primary__content-wrapper-one, .nav__footer, .footer__links-wrapper, .footer-primary__row-two .row {
            flex-direction: column;
    }

    .footer__links-wrapper {
        width: 100%;
        text-align: center;
        padding-top: 45px;
    }

    .footer-primary__social:before {
    display: none;
    }

    .footer-primary__copyright {
    margin: 0 0 13px;
    }

    .nav__footer > li > a {
        font-size: 14px;
    }

    .footer-primary__social {
            margin-left: 0;
        }

        .footer-primary__social {
                margin: 0 auto 45px;
        }

        .nav__footer > li {
            padding-right: 0;
            margin-bottom: 5px;
        }

       .nav__footer ul, .nav__footer ol {
            padding-left: 0!important;
        }


}


@media screen and (max-width: 350px) {
    .footer-primary__logo-wrapper {
        position: relative;
        width: 50px;
    }

}


/* Contact Form */


     .wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;
}


.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
}


.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
}



    p, li {
      margin: 0;
    }

    .contact-form-checkbox__custom-label {
        width: 26px;

    height: 26px;
    margin-right: 11px;
    }

    .wpcf7-list-item > label {
        display: flex;
    }

    .wpcf7-submit {
        display: inline;
    }

    .wpcf7-list-item-label {
        font-size: 14px;
    }

.contact-form__input-label {
    width: 100%;
    font-size: 18px;
    margin: 0;
    font-weight: 400;
    color: #1a1818;
}

.contact-form__input-item {
    width: 100%;
    margin-top: 12px;
    height: 54px;
    outline: none;
    background: #fff;
    padding: 0 21px;
    border: none;
    border-bottom: 1px solid #ccc8c3;
    position: relative;
}

.contact-form__input-textarea {
    height: 142px;
    background: #fff;
    width: 100%;
    margin-top: 12px;
    border: none;
}

.wpcf7-list-item-label {
    font-size: 14px;
}

    .contact-form__title {
        max-width: 519px;
            font-size: 36px;
    line-height: 1.35em;
        margin: 0 0 40px;
    }

    .contact-form__submit-wrapper {
        margin-top: 43px;
    }
}
.contact-form__submit-wrapper {
    margin-top: 34px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.button--regular.white-green {
        color: #fff;
        background: #9faa88;
    border: 1.5px solid #9faa88;
    padding: 14px 24px;
        border-radius: 5px;
}

.button--regular.white-green:hover {
    background: #fff;
    color: #9faa88;
}

.contact-form__submit-label {
    font-size: 18px;
    color: #1a1818;
    opacity: .48;
    margin-left: 47px;
}

.contact-form__form-input-wrapper {
    padding-right: 16px;
        margin-bottom: 20px;
        position: relative;
    }

    .contact-form__content-wrapper {
        margin-bottom: 20px;
    }


    .contact-form__content-wrapper .col-xs-12 {
        flex-basis: 100% !important;
        max-width: 100% !important;
    }

    .contact-form__content-wrapper .col-md-6 {
        flex-basis: 50% !important;
        max-width: 50% !important;
    }

@media screen and (max-width: 567px) {

    .contact-form__content-wrapper .col-md-6 {
        flex-basis: 100% !important;
        max-width: 100% !important;
    }
}

@media screen and (max-width: 768px) {
    .contact-form__title {

        font-size: 24px;
    }
}
