﻿/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

	COLOR:  #XXXXXX
*/

:root {
/*	use blue-lgt on white/light bgs */
	--blue-lgt: #0A75DA;
	
/*	use blue-drk on black/dark bgs */	
	--blue-drk: #2D90EE;
	--blue-dull: #4977A3;
		
	--red: #EB0505; 
	
	--gray1: #373737;
	--gray2: #222;
}

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    zoom: 1;
}

/*-------- BODY STYLES --------*/

* {box-sizing: border-box;}

.wid-90 {width: 90%; margin: 0 auto; max-width: 1750px;}

.padit {padding: 70px 0;}
.header-pad {padding: 60px 0;}

.logo {max-width: 400px; min-width: 100px;}

.logo img {width: 100%; display: block; padding: 15px;}

.flex {display: flex;}

.flex-1 {
	width: 100%;
}

.flex-2 {
	width: 50%;
}

.flex-1 .wid-90, .flex-2 .wid-90 {
	width: 80%; max-width: 875px;
}

.flex-3 {
	width: 70%;
}

.line.flex {
	gap: 5px;
	align-items: center;
}

.white.line.flex hr{
	border-color: #fff;
}

.mobile-only {display: none !important;}

.gray1-body {background-color: var(--gray1);}
.gray2-body {background-color: var(--gray2);}
.blue-body {background-color: var(--blue-dull);}

/*------------- TEXT STYLES AND BUTTONS -------------*/

.white{color: #fff;}

.blue-light {color: var(--blue-lgt);}
.blue-dark {color: var(--blue-drk);}
.red {color: var(--red);}

.upper {text-transform: uppercase;}

a:link, a:visited, a:active {text-decoration:none; font-family: "Jura", sans-serif; }
a:hover {text-decoration:none;}

h1, h2, h3, h4, h5, h6 { font-family: "Teko", sans-serif; }

p, li {
	font-family: "Jura", sans-serif;
	font-size: 16px;
	color: white;
}

ul.bullets {
	margin-left: 30px;
	line-height: 2;
}

ul.bullets li {
	list-style: disc;
}

p.body-text {
	line-height: 2;
}

hr {
	border: 1px solid var(--red);
	width: 100%;
	max-width: 250px;
	margin: 0;
}

.sm-heading {
	font-size: 24px;
	font-weight: 700;
}

.heading {
	font-size: 36px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	padding-top: 15px;
}

/*  BUTTONS  */

.red-btn {
	padding: 15px 40px;
	min-width: 220px;
	background: var(--red);
	border: 2px solid #FFF;
	border-radius: 30px;
	color: #fff;
	font-family: "Teko", sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition:.3s ease-in;  
	-moz-transition:.3s ease-in;  
	-o-transition:.3s ease-in;  
	transition:.3s ease-in;
}

a:has(> .red-btn) {border: 2px solid var(--red);display: inline-block; border-radius: 30px; background-color: var(--red); -webkit-transition:.3s ease-in;  -moz-transition:.3s ease-in; -o-transition:.3s ease-in;   transition:.3s ease-in;}

a:has(> .red-btn):hover, .red-btn:hover {
	background: #000
}

a:has(> .red-btn):hover {
	border-color: #000;
}

.flex.center {
	justify-content: center;
}

/*--- HEADER STYLES ---------------------*/

header .header-wrap {
	position: absolute;
	z-index: 5;
	top: 10px;
	width: 100%;
	left: 50%;
	transform: translate(-50%, 0);
}

.header-container {
	position: relative;
}

.header-container .padit {
	padding: 100px 0;
}

.top-header {
	padding: 10px 0;
}

.top-header .wid-90.flex {
	gap: 10px;
	justify-content: space-between;
}

.top-header .wid-90.flex .left, .top-header .wid-90.flex .right{
	display: flex;
	gap: 10px;
}

.top-header .flex a {
	color: #fff;
	font-family: Teko;
	font-weight: 600;
	background-color: #000;
	padding: 8px;
	border-radius: 20px;
	font-weight: 500;
	line-height: 0.7;
}

.top-header .flex a i {
	color: var(--red);
}

.main-header .flex {
	justify-content: space-between;
	background: #000;
	gap: 40px;
}

.main-header .nav-container.flex {
	align-items: center;
	padding: 0;
	background-color: var(--gray1);
	position: relative;
	width: 100%;
}

.nav-container.flex::before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -59px;
	width: 60px;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	background-color: var(--gray1);
}

.mobile-logo {
	background-color: #000;
	display: none;
}

.mobile-logo .logo {
	margin: 0 auto;
}

/*---BODY--------------------------------*/

.hero {
	background-color: var(--blue-lgt);
	background-image: linear-gradient(180deg, rgba(16, 91, 162, 0.20) 0%, #67798B 100%), url(../siteart/hero.jpg);
	background-size: cover;
	background-position: center;
/*
	padding-top: 250px;
	padding-bottom: 300px;
*/
	position: relative;
}

.hero-text {
	text-align: center;
	position: absolute;
	top: 250px;
	left: 50%;
	z-index: 2;
	transform: translate(-50%, 0);
}

.hero-slider {
	position: relative;
}

.hero-slider::before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(180deg, rgba(16, 91, 162, 0.20) 0%, #67798B 100%);
	z-index: 1;
}

.hero-slider img {
	width: 100%;
	min-height: 722px;
	object-fit: cover;
	object-position: center;
}

.hero-text .sub-hero {
	display: flex;
	justify-content: center;
	align-items: center;;
	gap: 25px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	margin-bottom: 15px;
}

.hero-text h1.heading {
	font-size: 40px;
	letter-spacing: 5.2px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.img-aside img {
	display: block;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.search-container.flex {
	align-items: flex-end;
	margin-top: -30px;
}

.search-container img {
	max-width: 450px;
	aspect-ratio: 9 / 5;
    object-fit: cover;
}

.search-container .form-flex input::placeholder {
	text-transform: uppercase;
}

.flex-1.stripe, .flex-1.stripe2 {
	position: relative;
}

.flex-1.stripe2 {
	display: flex;
	align-items: center;
}

.flex-1.stripe::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 80%;
	width: 100%;
	background-color: rgba(255,255,255,0.2);
	clip-path: polygon(0 0, 95% 0%, 100% 100%, 0 100%);
}

.flex-1.stripe2::before {
	content: "";
	position: absolute;
	bottom: -70px;
	left: 0;
	height: 80%;
	max-height: 200px;
	width: 100%;
	background-color: rgba(255,255,255,0.2);
	clip-path: polygon(5% 0, 100% 0%, 100% 100%, 0 100%);
}

.flex-1:has(.outer-form-box) {
	position: relative;
	min-height: 100px;
}

.flex-1 .wid-90:has(.outer-form-box) {
	position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
	z-index: 1;
}

.flag-bg {
	background-color: var(--blue-dull);
	background-image: linear-gradient(rgba(103, 121, 139, 0.80) 0%, rgba(103, 121, 139, 0.80) 100%), url(../siteart/flag.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	position: relative;
}

.flag-bg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.00) 10%, rgba(0, 0, 0, 0.00) 90%, rgba(0, 0, 0, 0.30) 100%);
}

.contact-box.flex {position: relative; background: #fff;}

.contact-box .text-box {
	margin: 40px;
	padding: 30px;
	width: 100%;
	border: 4px solid var(--blue-dull);
	border-radius: 15px;
	
}

.contact-item.flex {
	gap: 10px;
	margin: 20px 0;
}

.contact-item.flex a {color: #000;}

.content.wid-90 {
	padding: 30px 0;
}

.contact-top {text-align: center; margin-bottom: 50px;}

.contact-top p.body-text {margin-bottom: 50px;}

.contact-top .flex {justify-content: center; gap: 20px 5%; flex-wrap: wrap;}

.contact-top .flex i {
	display: block;
	font-size: 28px;
}

.contact-top .flex a {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	margin-top: 10px;
	display: block;
	-webkit-transition:.2s ease-in;  
	-moz-transition:.2s ease-in;  
	-o-transition:.2s ease-in;  
	transition:.2s ease-in;
}

.contact-top .flex a:hover {
	color: var(--red);
}

.contact-bottom.flex {gap: 30px 5%;}

.home-video {position: relative;
width: 100%;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;}

.home-video iframe {position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;}

/*--------FORM STYLES--------------------*/

.contact-flex {
	display: flex;
	justify-content: space-around;
}

.outer-form-box {
	background: #FFF;
	border: 4px solid #fff;
	border-radius: 16px;
	max-width: 500px;
	margin: 0 auto;
	box-shadow: 0 0 16px -6px #000;
}

.form-box {
	padding: 30px 40px;
	background-color: #fff;
	max-width: 500px;
	margin: 0 auto;
	border-radius: 15px;
	border: 4px solid var(--blue-dull);
	
}

.form-box .heading {
	padding-top: 15px;
}

.form-flex {
	display: flex;
	justify-content: center;
	gap: 30px;
	margin: 10px 0;
}

.form-flex label {
	font-family: "Jura", sans-serif;
	font-size: 15px;
	font-weight: 600;
	padding-bottom: 5px;
	display: inline-block;
}

.form-field, .form-flex input, .form-flex select, .form-flex textarea, .form-flex div {
	width: 100%;
}

.form-flex input, .form-flex select, .form-flex textarea {
	background: #E8E8E8;
	border: none;
	color: #2D2D2D;
	font-family: "Jura", sans-serif;
	font-size: 15px;
	padding: 15px;
	border-radius: 0;
	/* text-transform: uppercase; */
}

.form-flex input:focus-visible, .form-flex select:focus-visible, .form-flex textarea:focus-visible {
	outline: none;
	background: #ccc;
}

.form-flex .red-btn {
	border-radius: 0;
	border: none;
}

.form-flex .red-btn:hover {
	background: #000;
}

textarea {
	height: 150px;
}

.CaptchaPanel {
	font-family: "Outfit", sans-serif;
}

.captcha-button {
	text-align:center;
}

#captcha {
	display: none;
}

/*-------- FOOTER STYLES ----------------*/
footer {
	padding-bottom: 50px;
	background: #000;
}

footer .wid-90.flex {
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
}

footer h3.sm-heading {
	margin-bottom: 10px;
}

footer .contact {
	display: flex;
	gap: 10px;
}

footer .contact a {
	padding: 10px;
	font-size: 15px;
	color: var(--red);
	background: #fff;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease-in-out;
}

footer .contact a:hover {
	color: var(--blue-lgt);
}

footer .contact.mobile-only a {
	width: 40px;
	height: 40px;
	font-size: 16px;
}

.footer-nav .flex {
	justify-content: space-between;
	gap: 0 40px;
	flex-wrap: wrap;
}

.footer-nav ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
}

.footer-nav ul li a {
	color: #fff;
	line-height: 2;
	-webkit-transition:.3s ease-in;  
	-moz-transition:.3s ease-in;  
	-o-transition:.3s ease-in;  
	transition:.3s ease-in;
}

.footer-nav ul li a:hover {
	color: var(--blue-drk);
}

.werm-videos a{
	text-decoration: none;
}
.werm-wrapper{
	gap: 5%;
}

.werm-wrapper .flex-1{
	width: 50%;
	box-sizing: border-box;
}

.werm-wrapper .bullets{
	    margin-left: 30px;
    line-height: 2;
    display: inline-flex;
    flex-wrap: wrap;
}
.werm-wrapper .bullets li{
	width: 50%;
}
	.swiper {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
	  padding: 10px 0px!important;
    }

    .swiper-slide {
      background-size: cover;
     background-position: center;
   	 overflow: hidden;
   	 height: 500px !important;
    }

    .mySwiper2 {
      width: 100%;
    }

    .mySwiper {
      box-sizing: border-box;
      padding: 10px 0;
		height: 200px;
    }

    .mySwiper .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.4;
    }
    .swiper-thumbs .swiper-slide{
	height: 200px;
}

    .mySwiper .swiper-slide-thumb-active {
      opacity: 1;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }


/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/





/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1300px) {
	.top-header, .nav-container.flex {display: none;}
	.main-header .flex { gap: 0 10px; align-items: center;}
	.main-header .logo {width: 100%;}
	
	.map-info .info.flex {flex-wrap: wrap;}

	footer .wid-90.flex {justify-content: center;}
}

@media only screen and (max-width: 1100px) {
	.flex.about {flex-wrap:wrap; gap: 50px;}
	.flex.about .flex-1 .wid-90 {width: 90%; max-width: 1750px;}
	.werm-videos video{
	width: 49%;
}
}

@media only screen and (max-width: 1080px) {
	.flex.werm-wrapper{
		display: block;
	}
	.werm-wrapper .flex-1{
		width: 100%;
	}
}

@media only screen and (max-width: 935px) {
	.werm-wrapper .bullets li{
		width: 100%;
	}
}

@media only screen and (max-width: 850px) {
/*	.hero {padding-top: 200px; padding-bottom: 200px;}*/
	.hero-slider img {min-height: 572px;}
	.hero-text {top: 200px;}

	.search-container.flex { flex-wrap: wrap; gap: 50px;}
	.flex-1 .wid-90:has(.outer-form-box) {position: static; transform: none;}
	.flex-1:has(.outer-form-box) {order: -1;}

	.contact-box.flex, .contact-bottom.flex {flex-wrap: wrap;}

	.form-flex {flex-wrap: wrap; gap: 20px; padding: 5px 0;}
	

}


@media only screen and (max-width: 600px) {
	.heading {font-size: 28px;}
	.sm-heading {font-size: 20px;}

	.hero-text h1.heading {font-size: 30px;}
	.hero-text .sub-hero {flex-direction: column; gap: 10px;}
	.hero-text .sub-hero p {font-size: 15px;}

	.footer-nav {width: 100%;}
	.footer-nav ul {flex-direction: column;}
	.werm-videos video{
	width: 100%;
}

@media only screen and (max-width: 500px) {
	.contact-box .text-box {margin: 20px; padding: 15px;}
}

@media only screen and (max-width: 450px) {
/*	.hero {padding-top: 120px; padding-bottom: 60px;}*/
	.hero-slider img {min-height: 420px;}
	.hero-text{top: 120px;}
/*	make buttons full width*/
	.red-btn, a:has(> .red-btn) {width: 100%; min-width: unset;}

	.footer-nav .contact.desktop-only {display: none;}
	footer .contact.mobile-only {display: flex !important; justify-content: center; gap: 10px; margin-top: 20px;}
}






