:root {
  --color-font: #606266;
  --color-primary:#3370ff;
  --color-secondary:#606266;
}
body {
  font-family: 'Inter', sans-serif;
  line-height: 1.8em;
  font-size: 1.15em;
}
@media (min-width: 1400px){
	.container {
		width: 90vw;
	}
}
.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
  color: #46474a;
  font-family: 'Roboto', sans-serif;
}

.h1, h1 {
  font-size: 52px;
  font-weight: 400;
  line-height: 1.4em;
}

.h2, h2 {
  font-weight: 700;
  line-height: 1.4em;
}

.h3, h3 {
  font-weight: 700;
  line-height: 1.3em;
}

.h4, h4 {
  font-weight: 700;
  line-height: 1.5em;
}

.h5, h5 {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.7em;
  font-family: 'Roboto', sans-serif;
}

.h6, h6 {
  font-size: 18px;
  line-height: 1.7em;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}
.text-white h2, .text-white h3, .text-white h4, .text-white h5{color:#FFF;}
.content-blocks h4{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 1px;
	color: #08549C;
	font-family: 'Roboto', sans-serif;
}
.content-blocks h2{
	margin-top: 0;
	font-size: 40px;
	font-weight: 500;
	line-height: 1.2em;
}
.btn-white.btn-solid {color: #EC1C24;}
.btn{font-family: 'Inter', sans-serif;}
@media (max-width: 767px) { 
	.btn{display:flex;}
	.home .btn-icon{font-size:18px !important;}
}
@media (max-width: 991px) { 
	.arrow-button{justify-content: center;}
	.arrow-button span{width:auto!important;}
}
.btn-white.btn-solid {color: #08549C;}
.ld-fancy-heading p{letter-spacing: 0.05em;}
/* */
@media (min-width: 1200px) { .main-header .container {max-width: inherit;} }
.main-nav > li > a {
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #606266;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px){
.main-header .main-nav {font-size: 18px;}
}
.main-nav > li.active > a, .main-nav > li.is-active > a,
.main-nav > li.current-menu-item > a,
.main-nav > li:hover > a,
.main-nav > li > a:hover {
  color: #4B93D7;
}
.fade-in {
  animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
}
@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}
.navbar-brand img {
    max-width: 220px;
}
.is-stuck .navbar-brand .logo-sticky{max-width:120px;}
@media (min-width: 1200px) {
  .main-header .is-stuck {
    background: #FFF !important;
  }
  .mainbar-wrap.is-stuck .social-icon a,
  .mainbar-wrap.is-stuck .header-module .ld-module-trigger,
  .mainbar-wrap.is-stuck .main-nav > li > a,
  .mainbar-wrap.is-stuck .ld-module-search-visible-form .ld-search-form input {
    color: #424242 !important;
  }
  .mainbar-wrap.is-stuck .ld-module-search-visible-form .ld-search-form input {
    border-color: #424242 !important;
  }
  .is-stuck .btn {
    color: #fff;
    border-color: #08549C;
  }
  .is-stuck .btn.btn-solid {
    background-color: #08549C;
  }
  .is-stuck .btn:hover {
    border-color: #3a3a3a;
    color: #fff;
  }
  .is-stuck .btn:hover, .is-stuck .btn.btn-solid:hover {
    background-color: #3a3a3a;
  }
  .megamenu-heading {
    color: #3b91f7;
  }
}
.cta-menu p{text-align: right; line-height: 1.5em;}
.main-header .is-stuck .cta-menu p{line-height: 1.2em;}
/* Footer */
footer, .blue-bg{
background-image: url("../img/blue-bg.webp");
background-size: cover;
background-position: top;}
.main-footer {
  color: #FFF;
  border-top: 0px;
}

.main-footer a:not(.btn) {
  color: #FFF;
}

.main-footer a:not(.btn):hover {
  color: #9e9e9e;
}
.social-icon.social-icon-lg { font-size: 40px; }
.main-footer .copyright a{color:#FFF;}
.main-footer .btn:hover{background-color:var(--color-primary) !important;}
.assoc-img{max-width:100px; height:auto;margin:20px;}
.assoc-row{display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
@media (min-width: 1200px) { .assoc-row{justify-content: space-between;} }
/* */
@media screen and (max-width: 1199px){
	.main-header .navbar-brand {padding: 12px 0;}
	.navbar-brand img{max-width:200px;}
	[data-mobile-nav-style=modern] ul.nav.main-nav, [data-mobile-nav-style=minimal] ul.nav.main-nav {padding-bottom: 32px;}
	.main-header{position: absolute;}
	[data-mobile-header-scheme=gray] .main-header .navbar-header { background-color: transparent;}
	[data-mobile-header-scheme=gray] .main-header .is-stuck .navbar-header { background-color: #e3e3e3;}
	[data-mobile-nav-style="classic"] .navbar-collapse, [data-mobile-nav-style="minimal"] .navbar-collapse {background-color: #e3e3e3;}
}
.nav-trigger .bar {background-color: #000;}

/* Header*/
.titlebar .ld-media-bg {
    background-image:linear-gradient(to bottom, rgba(255,255,255,0.75) 0%,rgba(13,13,13,0) 67%,rgba(0,0,0,0) 100%), radial-gradient(circle at 0% 80%,rgba(21,21,21,.3),rgba(21,21,21,0));
}
.fullheight h1{font-size:80px; letter-spacing: 2px;line-height: 1.3em;}
@media screen and (max-width: 1199px){
	.home.fullheight {min-height: 100vh;}
}
@media screen and (max-width: 991px){
	.home.fullheight {
		align-items: center !important;
	}
}
@media screen and (max-width: 460px){
	.home.fullheight {min-height: 100vh;}
	.no-mobi{display:none;}
}
@media (min-width: 1200px) {
	.titlebar-inner{
		padding-top: 300px;
    	padding-bottom: 120px;
	}
}
@media (max-height: 800px){
	.fullheight h1{font-size: 60px !important;line-height: 70px !important;}
	.fullheight h1{margin-bottom:0!important;}
	.fullheight .ld-fancy-heading .mb-5 {margin-bottom:1.3rem !important;}
}
@media all and (min-width: 768px) {
	.titlebar-inner .titlebar-col{text-align:left;}
	.text-center .titlebar-scroll-link{margin-left:0;}
}
@media screen and (max-width: 768px){
	.home.fullheight h1 span {
    	font-size: 45px !important;line-height: 45px !important;
	}
}
	@media screen and (max-width: 468px){
	.home.fullheight h1 span {
    	font-size: 35px !important;line-height: 35px !important;
	}
}
/* Home Hover Boxes Full Width */
.hover-box{background-color:#545453;display:flex;}
@media screen and (max-width: 767px){
	.hover-box{display:block;}
}
.hover-box .iconbox{margin-bottom: 0em;}
.hover-box a.lqd-column{
    color: #FFF;
    background-color: #545453;
    position: relative;
	flex: 1;
    transition: all ease-in 300ms;
    -moz-transition: all ease-in 300ms;
    /* Firefox 4 */
    -webkit-transition: all ease-in 300ms;
    /* Safari and Chrome */
    -o-transition: all ease-in 300ms;
    /* Opera */
    -ms-transition: all ease-in 300ms;
    /* IE9? */
}
.hover-box a.lqd-column:nth-child(2) {
    background-color: #60605F;
}

.hover-box a.lqd-column:nth-child(3) {
    background-color: #666665;
}

.hover-box a.lqd-column:nth-child(4) {
    background-color: #6d6d6c;
}
.hover-box .iconbox-filled-hover:before {
    background: #626261;
}
.iconbox-xl .iconbox-icon-container img {
    width: auto;
    max-height: 90px;
}
.iconbox-filled-hover:hover a h3{color:#FFF !important;}
.iconbox-lg .iconbox-icon-container img {width: 70px;}
/* */
@media all and (min-width: 1199px) {
.v-align-children {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: row;
	-webkit-flex-direction: row;
}
}
/* */
.thumb-box{
	height: 270px;
	width: 100%;
	display: block;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.thumb-box.team{height:400px;}
.home-boxes{height:400px;position:relative;}
.fancy-box h3 {font-size: 1.15em;}
.ld-pf-item.ld-pf-light .ld-pf-bg {background-color: rgba(14, 8, 8, 0.7);}
.display-none{display:none;}
/* */
.contact-form select, .contact-form input, .contact-form textarea, .contact-form .ui-selectmenu-button{
	color: #000 !important;
}
.grecaptcha-badge { visibility: hidden; }

.flexy-carousel .flickity-slider {
  display: flex;
  align-items: center;
}
/* */
@media all and (max-width: 991px) {
.mobi-contain{background-size:contain !important;}
}
ol.breadcrumb span {opacity: 1;}
ol.breadcrumb > li{text-transform: uppercase;}
ol.breadcrumb > li:not(:last-child)::after {
    font-family: "Font Awesome 5 Pro"; font-weight: 900;
}
/*footer logos */
.carousel-nav {position: absolute;}
.flickity-button{background: #02101F!important;;}
.flickity-prev-next-button svg{stroke: #999;}
.carousel-container .carousel-nav .flickity-button{ opacity: 0;transition: 0.3s;top:-70px;}
.carousel-container .carousel-nav .flickity-button:hover{ opacity: 1;}
.carousel-nav-left .carousel-nav {width: 100%;}
.flickity-prev-next-button.next {float: right;}
.gallery-cell {
	width: 200px;
	height: 100px;
	margin: 0 60px;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-o-background-size: contain;
	-moz-background-size: contain;
	-webkit-background-size: contain;
}
.gallery-cell a{width: 100%;height: 100%;display: block;}
/* cell number */
.gallery-cell:before {
	display: block;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
.gallery-cell {
	width: 70%;
	height: 60px;
}
}

@media only screen and (min-device-width: 481px) and (max-device-width: 767px) {
.gallery-cell {
	width: 50%;
	height: 60px;
}
}
@media all and (max-width: 991px) {.carousel-nav{display:none;}}
/* */
.liquid-lp-read-more .btn-line-after::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    margin-top: -1px;
}
.liquid-lp-details {
    color: #08549C;
}
.main-sidebar a.btn:hover {
    color: #FFF;
}
.btn > span {
    justify-content: center;
    width: 100%;
	font-weight: 600;
}
@media (max-width: 992px){
.btn { white-space: nowrap;}
}

#preloader {
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#2d2d2d; /* change if the mask should have another color then white */
  z-index:99999; /* makes sure it stays on top */
}
#status {
  width:250px;
  height:184px;
  position:absolute;
  left:50%; /* centers the loading animation horizontally one the screen */
  top:50%; /* centers the loading animation vertically one the screen */
  background-image:url("../img/logo.png");
  z-index:9999; /* path to your loading animation */
  background-repeat:no-repeat;
  background-position:center;
  margin:-92px 0 0 -125px; /* is width and height divided by two */
}