/*
font-family:"neue-haas-unica";
*/


:root {
    --font-main: "neue-haas-unica";
    
    --color-main: #283E88;
    --color-secondary: #141313;
    --color-highlight: #4B267D;
    --color-white: #ffffff;

   
    --fs-100: clamp(60px, 5.208vw, 100px);
    --fs-89: clamp(45px, 4.635vw, 89px);
    --fs-73: clamp(43px, 3.802vw, 73px);
    --fs-50: clamp(30px, 2.604vw, 50px);
    --fs-48: clamp(28px, 2.5vw, 48px);
    --fs-45: clamp(25px, 2.344vw, 45px);
    --fs-36: clamp(25px, 1.875vw, 36px);
    --fs-35: clamp(24px, 1.823vw, 35px);
    --fs-30: clamp(20px, 1.563vw, 30px);
    --fs-27: clamp(19px, 1.406vw, 27px);
    --fs-26: clamp(18px, 1.354vw, 26px);
    --fs-21: 1.094vw;
    --fs-20: clamp(16px, 1.042vw, 20px);
    --fs-18: clamp(16px, 0.938vw, 18px);
    --fs-17: clamp(15px, 0.885vw, 17px);
    --fs-16: clamp(14px, 0.833vw, 16px);
}

html, body{
    position: relative;
    width: 100%;
    min-height: 100%;
}
body {
    font-family: var(--font-main);
    font-size: var(--fs-18);
    color: var(--color-main);
}

a { color: var(--color-highlight); text-decoration: none; }
a:focus, a:hover{ /*outline:none;*/ color:inherit; text-decoration: none;}
a, a:before, a:after, a img, input[type="submit"], button, a *{
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
img{
    max-width:100%;
    height: auto;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: var(--font-main);
    color: var(--color-main);
    font-weight: 500;
    margin-bottom: 24px;
}
.bg-blue h1,  .bg-blue h2,  .bg-blue h3,  .bg-blue h4,  .bg-blue h5,  .bg-blue h6, .bg-blue p, .bg-blue a, 
.bg-main h1,  .bg-main h2,  .bg-main h3,  .bg-main h4,  .bg-main h5,  .bg-main h6, .bg-main p, .bg-main a, 
.bg-black h1,  .bg-black h2,  .bg-black h3,  .bg-black h4,  .bg-black h5,  .bg-black h6, .bg-black p, .bg-black a, .bg-black .eyebrow {
    color: var(--color-white);
}
.bg-black { background: var(--color-secondary); } 
.bg-blue { background: var(--color-main); } 
.bg-white h1,  .bg-white h2,  .bg-white h3,  .bg-white h4,  .bg-white h5,  .bg-white h6, .bg-white p {
    color: var(--color-primary);
}
h1 {
    font-size: var(--fs-89);
    margin-bottom: clamp(25px, 3.704vh, 40px);
    font-weight: 500;
    line-height: 1.17;
    letter-spacing: -.04em;
}
h2 {
    font-size: var(--fs-73);
    margin-bottom: 48px;
    line-height: 1.08;
    letter-spacing: -.07em;
}
.main h2 {
    margin-bottom: 2.963vh;
}
.main h2:after {
    content: '';
    border-bottom: solid 1px #C8C8C8;
    margin-top: 2.963vh;
    display: block;
}
.border-bottom-line {
    border-bottom: solid 1px #C8C8C8;
    margin-top: 2.963vh;
    margin-bottom: 2.963vh;
}
h3 {
    font-size: var(--fs-36);
    margin-bottom: 16px;
    letter-spacing: -.04em;
    line-height: 1.17;
    font-weight: 500;
}
.eyebrow {
    color: #141313;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 500;
    font-size: var(--fs-18);
    line-height: 123%;
    margin-bottom: 16px;
}

p, ul {
    line-height: 1.54;
    font-size: var(--fs-18);
    font-weight: 300;
    margin-bottom: 29px;
    color: var(--color-main);
}
.default ul {
    padding-left: 0;
    list-style-type: none;
}
.default ul li {
    position: relative;
    padding-left: 47px;
    margin: 7.5px 0;
}
.default ul li:before {
    content: '\f14a';
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    left: 0;
}
.single .default ul li:before {
    color: var(--color-secondary);
}
.bg-highlight {
    background: var(--color-highlight);
}
.color-highlight {
    color: var(--color-highlight);
}
.container {
    padding-left: 24px ;
    padding-right: 24px;
    max-width: 100%;
    width: 100%;
}
.big.container {
    max-width: 1854px;
    width: 96.5625%;
}

.d-flex.container, .d-flex.container-fluid{
    justify-content: space-between;
}
.button {
    background: var(--color-secondary);
    color: var(--color-white);
    text-transform: uppercase;
    padding: clamp(15px, 1.944vh, 21.5px) clamp(15px, 2.865vw, 55px);
    font-size: var(--fs-18);
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    column-gap: 9px;
    border: solid 1px rgba(255, 255, 255, 0.2);
    flex: 0 0 auto;
}
.text-with-btn {
   gap: 32px;
   justify-content: center; 
   align-items: center;
}
.text-with-btn p {
    font-weight: 500;
    line-height: 1.17;
    letter-spacing: -.04em;
    margin-bottom: 20px;
}

body.page-id-32 .page-banner .container /*ABOUT*/,
body.page-id-56 .page-banner .container /*SERVICES*/{ 
    display: block !important; padding-right: 0; text-align: center; max-width: 77rem; 
}
body.page-id-32 .page-banner h1,
body.page-id-56 .page-banner h1 { 
    margin-bottom: 1.875rem !important; 
}





@media only screen and (max-width: 1200px) {
    .row .text-with-btn {
       flex-wrap: wrap;
       justify-content: flex-start;
    }
}
@media only screen and (min-width: 992px) {
    .text-with-btn p {
        margin-bottom: 0;
    }
    .banner-home .text-with-btn {
        padding: 0 clamp(20px, 3.125vw, 60px);
    }
    .container {
        padding: 0;
        max-width: 1678px;
        width: 87.3958333%;
    }
}
.button span {
    flex: 0 0 auto;
}
.button:hover {
    background: var(--color-highlight);
    color: var(--color-white);
}
.sticky {
    position: sticky;
/*    overflow: auto;*/
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
}
.position-relative {
    z-index: 2;
}

.pagination {
    column-gap: 1%;
}
.pagination a.next, .pagination a.prev {
    color: var(--color-highlight);    
}
.pagination a,
.pagination a:hover {
    color: #DADADA;
}

.def-template .d-flex {
    column-gap: 9.792vw;
}
.def-template .left-clmn {
    flex: 1 1 auto;
}
.def-template .ft-img {
    width: 100%;
    flex: 0 0 auto;
}
.ft-img {
    display: flex;
    flex-direction: column;
}
.ft-img img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
    contain-intrinsic-size: AUTO 400px !important;    
}
.ft-img-left img {
    border-radius: 0 25px 25px 0;
}

@media only screen and (min-width: 991px) {
    .clmn-2 {
        column-count: 2;
        column-gap: 5.520833%;
    }
}
@media only screen and (min-width: 768px) {
    .ft-img img {
/*        object-fit: contain;*/
        object-position: top center;
        contain-intrinsic-size: AUTO 71.574vh !important;
    }
    .def-template .ft-img {
        width: clamp(400px, 38.646vw, 742px);
    }
    .page-id-32 .def-template .ft-img {
        width: clamp(380px, 30.573vw, 587px);
    }
}

/*END GENERAL*/



/*HEADER*/
.header {
    left: 0;
    right: 0;
    top: 0;
    z-index: 101;
    background: transparent;
}
.header .container {
    padding: clamp(24px, 3.519vh, 38px) 0 clamp(24px, 2.315vh, 25px);    
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.header__top-bar {
    column-gap: 2.0625rem;
}
.header__top-bar a {
    color: var(--color-white);
    column-gap: 1.0625rem;
}
.header__top-bar .button {
    column-gap: 3.4375rem;
}
.header__top-bar .button:after {
    display: none;
}   
.header__bottom-bar {
}
.logo {
    width: clamp(260px, 22.135vw, 425px);
    flex: 0 0 auto;
}
.logo:hover {
    opacity: .8;
}
@media only screen and (max-width: 430px) {
    .logo {
        width: 200px;
    }
}
.navigation ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.navigation ul li {
    display: inline-block;
    margin-right: clamp(25px, 5.521vw, 106px);
}
.navigation ul li a {
    color: var(--color-white);
    font-family: var(--font-main);
    font-weight: 500;
    font-size: var(--fs-18);
    line-height: 92%;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
}
.navigation ul li a:before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    width: 0;
    border-top: solid 1px var(--color-white);
    margin: 0 auto; 
}
.navigation ul li.menu-item-has-children:after {
/*    content: "\f078";*/
    font-family: "Font Awesome 5 Free"; 
    font-weight: 700;
    color: var(--color-white);
    font-size: 12px;
    display: inline-block;
    transform: scaleY(1);
    transition: transform 0.3s ease;
}
.navigation ul li.menu-item-has-children:hover:after {
    color: var(--color-highlight);
    transform: scaleY(-1);
}
.navigation ul li.menu-item-has-children {
    position: relative;
}
.navigation ul li a:hover {
/*    color: var(--color-highlight);*/
}
.navigation ul li.current-menu-item a:before,
.navigation ul li:hover > a:before {
    width: 100%;
    z-index: 2;
}
.navigation ul li ul.sub-menu {
    position: absolute;
    transition: .15s linear;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-20px);
    z-index: 1;
    padding-top: 20px;
}
.navigation ul li:hover > ul.sub-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0px);
}
.navigation ul li ul.sub-menu li {
    display: block;
    margin: 0;
}
.navigation ul li ul.sub-menu li a {
    display: block;
    border-bottom: none;
    padding: 5px 15px;
    transition: .3s linear;
    font-weight: 400;
    text-transform: capitalize;
    background: var(--color-main);
    color: var(--color-white);
    letter-spacing: unset;
    font-size: var(--fs-16);
    line-height: 1;
    padding: 15px 10px;
    position: relative;
    padding-right: 30px;
    border-radius: 2.5px;
    margin-bottom: 2.5px;
    width: 250px;
}
.navigation ul li ul.sub-menu li a:hover {
    background: var(--color-secondary);
/*    color: var(--color-white);*/
}
.navigation ul li ul.sub-menu li a:before {
    display: none;
}
.phone.button:hover i {
    transform: rotate(-90deg);
}
/*HEADER*/


/*FOOTER*/
.footer {
    font-weight: 300;
}
.footer a:hover {
    opacity: .8;
}
.footer .logo-icon {
    width: clamp(187px, 13.594vw, 261px);
}
.footer h4 {
    font-size: var(--fs-36);
    left: -.04em;
    font-weight: 500;
    margin-bottom: 27px;
}
.social a {
    margin-right: 24px;
}
.ftop .col-sub form, .ftop .col-sub {
    width: 100%;
    position: relative;
}
.ftop .col-sub .gfield {
    width: 100%;
    margin: 0;
}
.ftop .col-sub .gform-field-label {
    display: none;
}
.ftop .col-sub .gform_wrapper input[type="text"],
.ftop .col-sub .gform_wrapper input[type="email"] {
    width: 100%;
    margin-bottom: 0;
    height: 62px;
    padding-left: 27px;
    background: #EDF0F9;
    border: none;
    border-radius: 0;
    color: #282828;
    font-size: var(--fs-18);
    box-sizing: border-box;
}
.ftop #gform_wrapper_2 {
    position: relative;
}
.ftop #gform_wrapper_2 #field_submit {
    width: 75px;
    align-self: end;
}
.ftop #gform_wrapper_2 .button {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 75px;
    height: 62px;
    background: #EDF0F9;
    color: var(--color-secondary);
    border: none;
    padding: 0;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease;
}
.ftop #gform_wrapper_2.gform_validation_error .button {
    margin-bottom: 11px;
}
.ftop #gform_wrapper_2 .button:hover {
    background: var(--color-secondary);
    color: var(--color-white);
}
.fmid {
    padding: clamp(50px, 9.815vh, 106px) clamp(0px, 3.125vw, 60px) clamp(30px, 7.13vh, 77px);
}
.fmid p {
    font-size: 14px;
}
.fbottom ul {
    display: inline-flex;
    margin-bottom: 0;
}
.fbottom ul li:after {
    content: '|';
    padding: 0 clamp(7px, 0.625vw, 12px);
    color: var(--color-white);
}
.fbottom ul li.menu-item-has-children ul {
    display: none;
}
.fbottom ul li:last-child::after {
    display: none;
}
.footer a.logo {
    display: block;
    width: clamp(215px, 20.313vw, 390px);
}

@media only screen and (min-width: 500px) {
    .ftop .col-sub {
        max-width: clamp(200px, 19.271vw, 370px);
    }
}
@media only screen and (min-width: 991px) {
    .ftop .col-sub .gform-field-label {
        display: block;
    }
    .footer .ftop {
        padding-left: clamp(0px, 3.073vw, 59px);
    }
}

/*HOMEPAGE*/
.banner-home {
    background: transparent none no-repeat center center / cover scroll;
    overflow: hidden;
    position: relative;
    z-index: 2;
    height: 100%;
    min-height: clamp(400px, 90.556vh, 978px);
}
.banner-home:after {
    content: '';
    position: absolute;
    top: 0; right: 0; left: 0; bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 43.56%);
    z-index: -1;
}
.banner-home__video-bg {
    /*overflow: hidden;*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    object-position: center;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.banner-home__video-bg video {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.banner-home .container {
    padding-top: clamp(180px, 27.778vh, 300px);
    padding-bottom: clamp(57px, 12.13vh, 131px);
    position: relative;
}
.banner-home__text-block {
    max-width: 89ch;
    margin: 0 auto;
}
.banner-home__text-block > p {
    font-size: var(--fs-27);
    letter-spacing: -.07em;
    padding: 0 clamp(20px, 3.125vw, 60px);
    margin-bottom: 40px;
}
@media only screen and (min-width: 991px) {
    .banner-home {
/*        height: 100vh;*/
    }
}

.home-about h2 {
    max-width: 18ch;
}
.home-about .ft-img {
    width: 100%;
    margin-top: 40px;
}
@media only screen and (min-width: 991px) {
    .home-about .ft-img {
        max-width: clamp(400px, 33.698vw, 647px);
    }
}

section.form .box-content {
    padding-left: clamp(10px, 4.271vw, 82px);
    padding-right: clamp(10px, 4.271vw, 82px);
    margin-top: clamp(-296px, -27.407vh, -150px);
}
section.form .form__text-content h2 {
    font-weight: 500;
    letter-spacing: -.07em;
}
@media only screen and (min-width: 991px) {
    section.form .form__text-content {
        max-width: 50ch;
    }
}
/*HOMEPAGE*/


/*GENERAL*/
.default-py {
    padding-top: clamp(60px, 7.407vh, 80px);
    padding-bottom: clamp(60px, 7.407vh, 80px);
}
.default-my {
    margin-top: clamp(60px, 7.407vh, 80px);
    margin-bottom: clamp(60px, 7.407vh, 80px);
}
.text-decoration-underline {
    text-decoration: underline;
}
.services__heading { text-align: center; max-width: 50rem; margin: 0 auto; }.services__heading .text-with-btn { flex-direction: column-reverse !important; }
.services__heading .text-with-btn p {
    font-weight: 300;
}
.blurb__list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.43027%; /*24px*/
}
.blurb__list .image-wrapper, .blurb__list .ft-img {
    max-height: clamp(200px, 30.185vh, 326px);
    object-fit: cover;
    position: relative;
}
.blurb__list .ft-img {
    overflow: hidden;    
}
.blurb__list .ft-img:after {
    content: '';
    background: linear-gradient(180deg, rgba(244, 249, 255, 0) 0%, #F4F9FF 100%);
    bottom: 0; left: 0; right: 0;
    height: 123px;
    position: absolute;
    margin-bottom: -1px;
}
.blurb__list .ft-img {
    transition: transform 0.3s ease-in-out;   
    width: 100%;
}
.blurb__list-item {
    background: #F4F9FF;
    border-bottom: solid 5px #0B63A2;
    margin-bottom: 24px;
    transition: .3s ease-out;
    overflow: hidden;
    width: 100%;
}
.blurb__list-item:hover {
    border-bottom-color: var(--color-highlight);
    transition: border-bottom-color 0.3s ease-out, background-color 0.3s ease-out;

}
.blurb__list-item:hover .ft-img {
    transform: scale(1.05);
}
.blurb__list-text {
    padding: 35px 24px;
}
.blurb__list-item:not(:first-child) h3 {
    padding: 0 clamp(10px, 1.563vw, 30px);
}
.blurb__list-item p {
    max-width: 43ch;
    margin: 0 auto 29px;
}
.web-icon-logo {
    bottom: 0;left: 0; right: 0;
    margin: 0 auto -12px;
    z-index: 2;
    width: 45px;
    background: var(--color-secondary);
    padding: 5px 3px;
}
@media only screen and (min-width: 767px) {
    .blurb__list-item {
        width: 32.319547%; /*544px*/
    }   
    .blurb__list-item {
        margin-bottom: 0;
    }
}
/*GENERAL*/


.page-banner {
    background: transparent none no-repeat center center / cover scroll;
    padding: clamp(200px, 31.5vh, 315px) 0 clamp(70px, 10.7vh, 107px);
}
.page-banner:after {
    content: '';
    position: absolute;
    top: 0; right: 0; left: 0; bottom: 0;
    z-index: -1;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 43.56%);
}
.page-banner h1 {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 25px;
}
.page-banner p {
    font-weight: 300;
    font-size: var(--fs-27);
}
.banner__with-desc {
    padding-right: 24px;
}

@media only screen and (max-width: 991px) {
    .page-banner h1 br {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .banner__with-desc {
        padding-right: calc((100% - 1560px) / 2); 
        column-gap: 11.918951%;
    }
    .page-banner h1 {
        font-size: var(--fs-100);
    }
    .banner__with-desc h1 {
        font-size: var(--fs-89);
    }
}

/*PAGE ABOUT*/







@media only screen and (min-width: 1921px) {
    .container-fluid .row {
        max-width: 1920px;
        margin: 0 auto!important;
    }

}


