/*
theme.css

Table of Contents
------------------------
00 - Reset
00 - Sitewide
00 - Core
01 - Bootstrap
02 - Navigation
03 - Footer
04 - Hero (Home)
00 - Hero
00 - Video
00 - Client Logos
00 - Latest News
00 - Feature
00 - Links List
00 - Locations Map
00 - Blog
00 - Quote Carousel
00 - Gravity Forms
00 - Admin
------------------------


color: #241eac; // Blue
color: #1c1c1c; // Black


font-family: 'Montserrat', sans-serif;

*/

/* 00 - Reset */
body {
    color: #1c1c1c;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: -0.08px;
    line-height: 22px;
}
@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {
    body {
        font-size: 1.25vw;
        line-height: 1.66667vw;
    }  
}
@media (min-width: 1200px) {}
@media (min-width: 1400px) {}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}
.h1, h1 {
    color: #241eac;
    font-size: 54px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: -1.62px;
    line-height: 60px;
}
.h1 .indent-1, h1 .indent-1 {
    margin-left: 14.7vw;
}
.h1 .indent-2, h1 .indent-2 {
    margin-left: 33.9vw;
}
.h1.small, h1.small {
    color: #241eac;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 2.25px;
    line-height: 37px;
    text-transform: uppercase;
}
@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {
    .h1, h1 {
        font-size: 6.5vw;
        letter-spacing: -0.02em;
        line-height: 6.25vw;
    }  
}
@media (min-width: 1200px) {}
@media (min-width: 1400px) {}
.h2, h2 {
    color: #241eac;
    font-size: 51px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: -1.53px;
    line-height: 56px;
}
@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {
    .h2, h2 {
        font-size: 4.16667vw;
        letter-spacing: -.02em;
        line-height: 1;
        margin-bottom: 2.08333vw;
    }  
}
@media (min-width: 1200px) {}
@media (min-width: 1400px) {}
.h2.small, h2.small {
    color: #241eac;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 2.25px;
    line-height: 37px;
    text-transform: uppercase;
}
.h3, h3, .h3 a, h3 a {
    color: #241eac;
    font-size: 34px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: -0.34px;
    line-height: 37px;
    text-decoration: none;
}
.dark .h3, .dark h3, .dark .h3 a, .dark h3 a {
    color: #fff;
}
.h4, h4, .h4 a, h4 a {
    color: #241eac;
}
.h4.small, h4.small {
    color: #241eac;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 2.25px;
    line-height: 1;
    text-transform: uppercase;
}
* + .h4, * + h4 {
    margin-top: 2em;
}
b, strong {
    font-weight: 600;
}
a {
    text-decoration: none;
}
a:hover,
a:focus {
    color: #241eac;
}

/* 00 - Sitewide */
.indent {
    text-indent: 6.25vw;
}
.date,
.author {
    font-size: 0.85em;
}
.page-overview {
    font-size: 0.95em;
}
.meta-tag {
    background: #FFFFFF;
    border-radius: 30px;
    color: #69B540;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 2.9px;
    line-height: 1;
    margin-bottom: 2em;
    padding: 10px 22px;
    text-transform: uppercase;
}
.green {
    color: #69B540 !important;
}
.white {
    color: #F5F5EB !important;
}

.sp-y {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}
.sp-x {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
}
.sp-top {
    padding-top: 6rem !important;
}
.sp-bottom {
    padding-bottom: 6rem !important;
}
.sp-left {
    padding-left: 6rem !important;
}
.sp-right {
    padding-right: 6rem !important;
}


/* 00 - Core */
.hentry {
    margin: 0 !important;
}
.home.page .entry-content {
    padding-top: 0;
    padding-bottom: 0;
}
.page .entry-content {
    /* padding-top: 6.25vw; */
    /* padding-bottom: 2vw; */
}
.single .entry-content {
    /* padding-top: 6.25vw; */
    padding-bottom: 2vw;
}
.entry-content > *:not(div), 
.entry-meta > * {
    max-width: 100%;
    padding-left: 3.5vw;
    padding-right: 3.5vw;
}
.entry-content > ul, .entry-content > ol {
    padding-left: 5.5vw;
}
.date, .author {
    letter-spacing: 2px;
}



/* 01 - Bootstrap */
.container-fluid {
    padding-left: 9.6vw;
    padding-right: 9.6vw;
}
.container {
    padding-bottom: 0;
}
@media (min-width: 576px) {}
@media (min-width: 768px) {
    .container-fluid {
        padding-left: 3.5vw;
        padding-right: 3.5vw;
    }
}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}
@media (min-width: 1400px) {
    .container, 
    .container-lg, 
    .container-md, 
    .container-sm, 
    .container-xl, 
    .container-xxl {
        max-width: 1380px;
    }
}

.btn {
    background-color: #241eac;
    border-style: solid;
    border-width: 3px;
    border-color: #241eac;
    border-radius: 0px;
    color: #ffffff;
   font-family: 'Montserrat', sans-serif;
    font-size: 1.3vw;
    font-weight: 600;
    line-height: 1.3vw;
    padding: 1.04vw 1.56vw;  
}
.btn-outline-primary {
    border-color: #241eac;
    background-color: transparent;
    color: #241eac;
}
.btn-link {
    padding: 0px;
    background-color: transparent;
    border: 0;
    border-bottom: 3px solid #1c1c1c;
    border-radius: 0px;
    color: #1c1c1c;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    text-decoration: none;
}
.btn-link:hover,
.btn-link:focus {
    color: #241eac;
}

.carousel-control-next, .carousel-control-prev {
    background: rgba(0,0,0,0.5);
}

/* 02 - Navigation */
.site-header {
    background-color: #fff;
    height: 102px;
    padding-top: 1vw;
    padding-bottom: 1vw;
    /* position: fixed; */
    z-index: 999;
    transition: background 0.5s ease;
}
.home.page .site-header {
    background-color: transparent;
    /* border-bottom: 0px solid #B4B3B0; */
}
.site-header.fixed,
.home.page .site-header.fixed,
.page .site-header,
.single .site-header,
.blog .site-header {
    background-color: #fff;
}
.site-header .logo {
    background-image: url('../img/sample_logo.svg');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    font-size: 0;
    height: 30px;
    width: 82px;
}
@media (min-width: 576px) {}
@media (min-width: 768px) {
    .site-header .logo {
        height: 36px;
        width: 98px;
    }
}
@media (min-width: 992px) {
    .site-header .logo {
        height: 50px;
        width: 136px;
        /* left: 50%;
        margin-left: -148px !important;
        position: absolute; */
    }
}
@media (min-width: 1200px) {}
@media (min-width: 1400px) {}
.header-menu {}
.header-menu li a {
    color: #1c1c1c;
   font-family: 'Montserrat', sans-serif;
    font-size: 1.56vw;
    font-weight: 400;
    line-height: 1.56vw;
    padding: 18px;
    text-decoration: none;
}

.header-menu > li:first-of-type a {
    padding-left: 0 !important;
}
.header-menu > li:last-of-type a {
    padding-right: 0 !important;
}
@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {
    .header-menu {
        /* position: absolute; */
    }
}
@media (min-width: 1200px) {}
@media (min-width: 1400px) {}


@media all and (min-width: 992px) {
    .header-menu li .dropdown-toggle::after {
        transition: transform 0.3s cubic-bezier(.85,0,.15,1);
    }
    .header-menu li:hover .dropdown-toggle::after {
        transform: rotate(180deg);
    }
	.header-menu .menu-item .dropdown-menu { 
        display: none; 
        min-width: 12.5vw;
    }
	.header-menu .menu-item:last-of-type .dropdown-menu { 
        right: 0;
    }
	.header-menu .menu-item:hover .nav-link {}
	.header-menu .menu-item:hover .dropdown-menu { 
        display: block; 
    }
	.header-menu .menu-item .dropdown-menu { 
        border: 0;
        border-radius: 0;
        margin-top: 10px; 
        padding: 0;
    }
    .header-menu .menu-item .dropdown-menu li {
        border-bottom: 1px solid #B4B3B0;
    }
    .header-menu .menu-item .dropdown-menu li:last-of-type {
        border-bottom: 0;
    }
    .header-menu .menu-item .dropdown-menu li a {
        padding: 12px;
    }
    .header-menu .menu-item .dropdown-menu li a:hover, 
    .header-menu .menu-item .dropdown-menu li a:focus {
        background-color: #69B540;
        background-image: none;
        color: #ffffff;
        text-decoration: none;
    }
}



/* 03 - Footer */
.site-footer {
    /* background-color: #F5F5EB; */
    /* padding-top: 6.25vw; */
    padding-top: 2vw;
    padding-bottom: 2vw;
}
.home.page .site-footer {
    /* padding-top: 12.5vw; */
}
@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}
@media (min-width: 1400px) {}
.site-footer .logo {
    background-image: url('../img/sample_logo.svg');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    font-size: 0;
    height: 30px;
    width: 82px;
}
@media (min-width: 576px) {}
@media (min-width: 992px) {
    .site-footer .logo {
        height: 72px;
        width: 196px;
    }
}
.footer-menu {
    margin-bottom: 0;
}
.footer-menu a {
    color: #655d55;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.41vw;
    line-height: 2.6vw;
    text-decoration: none;
}
.footer-menu li {
    /* margin-top: 0.625em; */
}
.social-menu {}
.social-menu a {
    color: #0046A4;
    font-family: 'Montserrat', sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -1.02px;
    line-height: 1;
    text-decoration: none;
}
.site-info {
    color: #9F9F9F;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 16px;
    /* opacity: 0.75; */
    /* right: 0; */
    text-decoration: none;
    /* transform: rotate(-90deg); */
}
.site-info .credits {
    color: inherit;
}
@media (min-width: 992px) {
    .site-info {
        /* bottom: 4vw;
        padding-left: 2vw;
        position: absolute;
        right: -5vw;
        width: 13.5vw; */
    }
}
.footer-01 .site-info {
    margin-top: 3em;
}


/* 04 - Hero (Home) */
.home.page .hero {
    background-color: #F3EBE5;
    /* background-image: url('../img/world-5.svg'); */
    /* background-position: right top;
    background-repeat: no-repeat;
    background-size: auto 80%; */
}
.home.page .hero .hero-content {
    padding: 3.5vw;
}
.home.page .hero h1 {
    color: #23ceac;
    font-size: 3.13vw;
    font-weight: 600;
    line-height: 3.39vw;
    margin-bottom: 0;
}
.home.page .hero p {
    /* margin-top: -8.75em;
    margin-left: 2em;
    padding-right: 3em; */
    color: #655d55;
    font-size: 1.56vw;
    line-height: 2.08vw;
    margin-top: 30px;
}
.home.page .hero a.btn-link {
    margin-top: 3.13vw;
}


/* 00 - Hero */
.page .hero,
.blog .hero {
    /* padding-top: calc(6.25vw + 102px); */
    /* padding-bottom: 5.25vw; */
}
.single .hero {
    /* padding-top: calc(3.125vw + 102px); */
    /* padding-bottom: 2.25vw; */
}
.page .hero,
.single .hero {
    /* background-color: #BDBDB3; */
}
.page .hero h1,
.single .hero h1 {
    color: #241eac;
    font-size: 4.17vw;
    font-weight: 600;
    letter-spacing: -0.6px;
    line-height: 4.69vw;
}
.page .hero p,
.single .hero p {    
    color: #1c1c1c;
    font-size: 2.34vw;
    font-weight: 300;
    line-height: 2.6vw;
    margin-top: 20px;
    margin-bottom: 0;
}
.blog .hero {
}
.hero .date,
.hero .author,
.hero .page-overview {
    color: #555850;
}



/* 00 - Video */
.video {
    background-color: #1E326A;
    padding-top: 6.25vw;
    padding-bottom: 6.25vw;
}
.video h2 {
    color: #fff;
}
.video p {
    color: #F5F5EB;
}
.video video {
    height: auto;
    width: 100%;
}


/* 00 - Client Logos */
.client-logos {
    overflow: hidden;
    padding-top: 12.5vw;
    padding-bottom: 12.5vw;
}
/* .slick-slider, */
.client-logos-carousel
 {
    overflow: hidden;
}
.slick-slide img {
    width: 100%;
}
.slick-track::before,
.slick-track::after {
    display: table;
    content: '';
}
.slick-track::after {
    clear: both;
}
.slick-track {
    display: flex;
    padding: 0;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide { 
 /* margin-right: 1.5em; */
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-dots {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    order: 2;
}
.slick-dots li {
    height: 1em;
    margin: 0 0px;
    padding: 3%;
    width: 1em;
}
.slick-dots .slick-active {
    padding: 2%;
}
.slick-dots li::marker {
    color: transparent;
    display: none;
}
.slick-dots button {
    border: 0;
    height: 100%;
    overflow: hidden;
    width: 100%;
    background: #d1d1d1;
    border: 2px solid #d1d1d1;
    border-radius: 50%;
    color: transparent;
    margin: 0;
    padding: 0;
}
.slick-dots .slick-active button {
    background: #fff;
}
.slick-arrow {
    /* position: absolute; */
    /* top: 50%; */
    background-color: #241eac;
    /* background-image: url(https://raw.githubusercontent.com/solodev/infinite-logo-carousel/master/images/arrow.svg?sanitize=true); */
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    color: #fff;
    /* filter: invert(77%) sepia(32%) saturate(1%) hue-rotate(344deg) brightness(105%) contrast(103%); */
    border: none;
    width: 1.2em;
    height: 1.2em;
    text-indent: -10000px;
    /* margin-top: -16px; */
    z-index: 99;
}
.slick-arrow.slick-prev {
    background-image: url('../img/slick-arrow.svg');
    background-position: 55% center;
    background-repeat: no-repeat;
    background-size: auto 40%;
    /* right: auto; */
    transform: rotate(180deg);
    /* left: 0;
    bottom: 0em;
    top: auto; */
    order: 1;
    margin-right: 12px;
}
.slick-arrow.slick-next {
    background-image: url('../img/slick-arrow.svg');
    background-position: 55% center;
    background-repeat: no-repeat;
    background-size: auto 40%;
    /* right: auto; */
    /* transform: rotate(180deg); */
    /* left: 3em;
    bottom: 0em;
    top: auto; */
    order: 3;
    margin-left: 12px;
}
@media (max-width: 768px) {
    .slick-arrow {
        width: 1rem;
        height: 1rem;
    }
}

.client-logos-ticker {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.client-logos-marquee .marquee-item {
    display: inline;
}
.client-logos-marquee .marquee-item img {
    height: 6.25vw;
    width: auto;
    filter: invert(77%) sepia(32%) saturate(1%) hue-rotate(344deg) brightness(105%) contrast(103%);
}



/* 00 - Latest News */
.latest-news {
    background-color: #F5F5EB;
    overflow: hidden;
}
.latest-news-feed {
    padding: 6.25vw 6.25vw 9.6vw;
}
.latest-news h2.small {
    height: 3vw;
    margin-bottom: 0;
}



/* 00 - Feature */
.feature {
    /* background-color: #1E326A;
    color: #fff; */
    padding: 9.25vw 6.25vw 6.25vw;
}
.feature h2 {
    color: #FE7F00;
    font-size: 3.13vw;
    font-weight: 600;
    line-height: 3.65vw;
    margin-bottom: 2.08vw;
}
.feature h3 {
    margin-bottom: 1vw;
}
.feature h3 a {
    color: #fff;
}
.feature .date {
    color: #F5F5EB;
}
.feature p {
    color: #655d55;
    flex: 0 auto;
    font-size: 1.56vw;
    font-weight: 300;
    line-height: 2.08vw;
}
/* .feature-inner {
    display: flex;
    flex-wrap: wrap;
} */


/* 00 - Links List */
.links-list {
    background-color: #F5F5EB;
    padding-top: 12.5vw;
}
.links-list ul li {
    border-bottom: 2px solid #555850;
}
.links-list ul li:last-of-type {
    border-bottom: 2px solid #555850;
}
.links-list ul li a {
    background-image: url('../img/small-arrow_right.svg');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 0.75vw;
    color: #0B0F1A;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 2.25px;
    line-height: 1;
    padding: 2vw 0 2vw;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}


/* 00 - Locations Map */
.locations-map {
    padding-top: 12.5vw;
    padding-bottom: 12.5vw;
}
.locations-group {
    margin-bottom: 3.125vw;
}
.locations-group h4 {
    margin-bottom: 1.25em;
}
.locations-list {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25vw;
    line-height: 1.625vw;
}


/* 00 - Blog */
.posts {
    padding-top: 6.25vw;
    padding-bottom: 12.5vw;
}

/* 00 - Quote Carousel */
.quote-carousel {
    color: #2586EC;
    background-color: #FED900;
    padding: 6.25vw 0;
}
blockquote p {
    font-size: 2.34vw;
    line-height: 2.6vw;
    margin-bottom: 4.17vw;
}
blockquote cite {
    font-size: 1.67vw;
    line-height: 2.08vw;
    font-weight: 600;
}


/* 00 - Events Feed */
/* .events-feed-carousel {
    padding-bottom: 4em;
} */


/* 00 - Gravity Forms */
.gfield_label {
    color: #606060;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400 !important;
    letter-spacing: 2.1px;
    line-height: 18px;
    text-transform: uppercase;
}
.gform_wrapper.gravity-theme .gfield input, 
.gform_wrapper.gravity-theme .gfield select,
.gform_wrapper.gravity-theme .gfield textarea {
    background: transparent;
    border: 0;
    border-bottom: 2px solid #606060;
    border-radius: 0;
    color: rgb(96 96 96 / 75%);
    font-family: 'Montserrat', sans-serif;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400 !important;
    letter-spacing: 2.1px;
    line-height: 18px;
    padding-left: 2px !important;
    text-transform: uppercase;
}
.gform_wrapper.gravity-theme .gfield option {
    padding-left: 0 !important;
}
.gform_wrapper.gravity-theme .gfield input {
    /* text-transform: uppercase; */
}
.gform_wrapper.gravity-theme .gfield input:focus, 
.gform_wrapper.gravity-theme .gfield select:focus {
    background: transparent;
    border: 0;
    border-bottom: 2px solid #69B540;
    box-shadow: none;
    outline: 0;
}
.gform_wrapper.gravity-theme .gfield input::placeholder, 
.gform_wrapper.gravity-theme .gfield select::placeholder {
    opacity: 0.5;
    text-transform: uppercase;
}
.gform_wrapper.gravity-theme .gfield textarea {
}
.gform_wrapper.gravity-theme #field_submit input, 
.gform_wrapper.gravity-theme .gform_footer input {
    background: #69B540;
    border: 2px solid #69B540;
    border-radius: 30px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 2.25px;
    line-height: 1;
    padding: 12px 40px;
    text-transform: uppercase;
}
.hide-required .gfield_required {
    display: none !important;
}



/* 00 - Admin */
.admin-bar .offcanvas.offcanvas-start {
    top: 28px;
}