﻿/***** 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 --------

*/

/***** 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 --------*/

body {
	max-width: 2000px;
	margin: auto;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}

h1, h2, h3, h4, h5, h6, p, a {
	font-family: 'Roboto', sans-serif;
}

hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/
.header-cont {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.logo-cont {
	margin: 18px 40px 22px;
	object-fit: contain;
	width: auto;
}

.logo-cont img {
	max-width: 300px;
	object-fit: contain;
}




/*---BODY--------------------------------*/

.flex-container {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.center {
	margin: auto;
	text-align: center;
}

.subhead-white {
	font-size: 48px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-weight: 700;
}

.subhead-black {
	font-size: 48px;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 36px;
	font-weight: 700;
}

.small-subhead {
	font-size: 36px;
	font-style: italic;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.sect-text-white {
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	font-weight: 400;
}

.sect-text-white a {
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	font-weight: 400;
}

.sect-text-white a:hover {
	font-weight: 700;
}

.sect-text-black {
	font-size: 20px;
	line-height: 28px;
	color: #000;
	font-weight: 400;
}

.sect-text-black a {
	font-size: 20px;
	line-height: 28px;
	color: #000;
	font-weight: 400;
}

.sect-text-black a:hover {
	font-weight: 700;
}

.btn-primary {
	background-color: #2B71B1;
	color: #fff;
	text-align: center;
	max-width: 330px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 22px;
	padding: 25px 60px;
	border-radius: 8px;
}

.btn-primary a {
	color: #fff;
}

.btn-primary:hover {
	background-color: #1A5A94;
	-webkit-transition: .3s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
}

.btn-secondary {
	background-color: #F09D3C;
	color: #000;
	text-align: center;
	max-width: 350px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 22px;
	padding: 25px 60px;
	border-radius: 8px;
}

.btn-secondary:hover {
	background-color: #d37e29;
	color: #FFFFFF;
	-webkit-transition: .3s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
}

.btn-inverse {
	text-align: center;
	background-color: #fff;
	color: #2B71B1;
	text-transform: uppercase;
	max-width: 300px;
	font-weight: 700;
	font-size: 22px;
	padding: 25px 60px;
	border-radius: 8px;
}

.btn-inverse:hover {
	color: #1A5A94;
	background-color: #eee;
	-webkit-transition: .3s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
}

.hero-sect {
	width: 100%;
	background-image: url("/siteart/hero1.jpg");
	background-color: #888;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.hero-title {
	font-family: 'Roboto', sans-serif;
	font-size: 56px;
	font-weight: 700;
	color: #fff;
	margin: 0px 100px 30px;
	padding-top: 400px;
	text-transform: uppercase;
	text-shadow: 5px 5px 16px rgba(0, 0, 0, 0.7);
}

.hero-title-home {
	font-family: 'Roboto', sans-serif;
	font-size: 56px;
	font-weight: 700;
	color: #fff;
	margin: 0px 100px 30px;
	padding-top: 300px;
	text-transform: uppercase;
	text-shadow: 5px 5px 16px rgba(0, 0, 0, 0.7);
}

.hero-subhead {
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	font-weight: 500;
	color: #ffffff;
	text-shadow: 5px 5px 16px rgba(0, 0, 0, 0.7);
	margin: 0px 100px 50px;
}

.hero-buttons {
	margin: 0px 100px;
	padding-bottom: 60px;
}

.searchbar-sect {
	background-color: #777;
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 40px;
}

.inv-sect {
	padding: 100px;
	background-color: #2B71B1;
	margin-top: 100px;
}

.swiper {
	margin-bottom: 40px;
}

.swiper-wrapper {
	position: relative;
	width: 90%;
}

.inv-sect-slide img {
	position: relative;
	object-fit: cover;
	width: 94%;
	margin: 30px 3%;
	height: 220px;
	border-radius: 10px;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.33);
}

.swiper-button-prev, .swiper-button-next {
	color: #fff!important;
	background-color: rgba(0,0,0,0.50);
	padding: 10px;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
	background-color: rgba(0,0,0,0.75);
	-webkit-transition: .3s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
}

/*** .inv-sect-slide:hover img {
	opacity: .35;
	-webkit-transition: .3s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
} ***/

.spacer {
	height: 100px;
}

.bluewave-sect {
	display: flex;
	justify-content: space-between;
	margin: 100px;
	padding: 100px;
	background-image: url("/siteart/blue-wave.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #294c89;
	border-radius: 25px;
}

.bluewave-sect-left {
	position: relative;
	width: calc(100% - 420px);
	padding-right: 30px;
}

.bluewave-sect-right {
	width: 350px;
	padding-top: 26px;
}

.gray-sect {
	display: flex;
	justify-content: space-between;
	padding: 100px;
	background-color: #757575;
}

.orangewave-sect {
	display: flex;
	justify-content: space-between;
	margin: 100px;
	padding: 100px;
	background-image: url("/siteart/orange-wave.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #C2570F;
	border-radius: 25px;
}

.orangewave-sect-left {
	width: 46%;
}

.orangewave-sect-left img, .orangewave-sect-right img {
	width: 100%;
	border-radius: 15px;
	box-shadow: 4px 4px 17px rgba(0, 0, 0, 0.25);
}

.orangewave-sect-right {
	width: 46%;
}

.specs-btn-sect {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 60px 0px;
	padding: 60px;
	background-color: #ddd;
	border-radius: 25px;
}

.specs-btn {
	position: relative;
	background-color: #fff;
	color: #000;
	font-size: 20px;
	text-align: center;
	max-width: 330px;
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 8px;
	height: 100%;
	margin: 20px 10px;
}

.specs-btn p {
	margin: 20px auto;
}

.specs-btn img {
	position: relative;
	margin: 10px;
	width: calc(100% - 20px);
	object-fit: cover;
	
}

.specs-btn:hover {
	color: #2B71B1;
	font-weight: 700;
	-webkit-transition: .3s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
}

.specs-btn:hover img {
	opacity: 0.8;
	-webkit-transition: .3s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
}

/*--------FORM STYLES--------------------*/

.searchbar {
	width: 100%;
	margin: 0px 100px;
	height: 60px;
	background-color: #fff;
	border-radius: 30px;
	display: flex;
	justify-content: space-between;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.7);
}

.searchbar .searchbar-type {
	height: 45px;
	margin: 7px 0px 7px 18px;
	border: none!important;
	width: 85%;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}

.searchbar .searchbar-type:focus {
	outline: none!important;
}

.searchbar .searchbar-submit {
	width: 110px;
	height: 60px;
	color: transparent;
	font-size: 22px;
	background-color: #2B71B1;
	border: none!important;
	border-radius: 0px 28px 28px 0px;
}

.searchbar .searchbar-submit:hover {
	cursor: pointer;
	background-color: #1A5A94;
	-webkit-transition: .3s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
}

.form-sect {
	padding: 100px 100px 0px;
}

.form-row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.form-half {
	width: 49%;
	display: flex;
	flex-direction: column;
}

.form-full {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.contact-label {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	margin-top: 15px;
}

.contact-input {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 40px;
	font-weight: 400;
	background-color: #ddd;
	border: none;
	padding: 0px 10px;
}

.contact-textarea {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 400;
	background-color: #ddd;
	border: none;
	padding: 10px;
	height: 100px;
}

.contact-input:focus, .contact-textarea:focus {
	outline: none!important;
}

.CaptchaPanel {
	font-family: 'Roboto', sans-serif;
}

#CaptchaAnswer {
	font-size: 15px;
	line-height: 40px;
	font-weight: 400;
	background-color: #ddd;
	border: none;
	padding: 0px 10px;
}

#CaptchaAnswer:focus {
	outline: none!important;
}

.footer-form {
	width: 300px;
	display: block;
	margin-top: 36px!important;
	margin-bottom: 46px;
}

.footer-form-input {
	width: calc(100% - 20px);
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 40px;
	font-weight: 400;
	background-color: #ddd;
	border: none;
	padding: 0px 10px;
}

.footer-form-input:focus {
	outline: none!important;
}

.footer-form-submit {
	margin-top: 15px;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	text-align: center!important;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 40px;
	font-weight: 400;
	color: #fff;
	background-color: #2B71B1;
	border: none;
	border-radius: 8px;
}

.small-form .CaptchaPanel {
	margin: 0px;
	padding: 10px 10px 0px;
}

.small-form .CaptchaMessagePanel {
	font-size: 11px;
}

.small-form .CaptchaWhatsThisPanel {
	padding: 5px 0px 10px;
	font-size: 11px;
}

/*-------- FOOTER STYLES ----------------*/
footer {
	display: flex;
	box-shadow: 0px -2px 25px rgba(0, 0, 0, .33);
}

.footer-head-white {
	font-size: 30px;
	color: #fff;
	font-weight: 700;
	margin-top: 65px;
}

.footer-head-social {
	font-size: 30px;
	color: #000;
	font-weight: 700;
	margin-top: 35px;
}

.footer-head-black {
	font-size: 30px;
	color: #000;
	font-weight: 700;
	margin-top: 65px;
	margin-bottom: 32px;
}

.orange-sect {
	clip-path: polygon(0% 0%, 100% 0%, 76% 100%, 0% 100%);
	background-color: #F09D3C;
	padding-left: 65px;
	width: 520px;
	padding-bottom: 30px;
}

.socials {
	display: inline-block;
	margin: 20px 0px;
}

.socials i {
	font-size: 50px;
	margin-right: 16px;
	margin-bottom: 36px;
	color: #000000;
	-webkit-transition: .3s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
}

.socials i:hover {
	color: #343434;
	-webkit-transition: .3s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
}

.white-sect {
	width: calc(100% - 660px);
	display: flex;
	justify-content: center;
	padding-bottom: 30px;
}

.white-sect-col {
	position: relative;
	padding-left: 65px;
	width: 50%;
}

.white-sect-col img {
	position: relative;
	width: 100%;
	max-width: 360px;
	margin-top: 65px;
	margin-right: 50px;
	object-fit: contain;
	margin-bottom: 32px;
}

.white-sect-col a {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 36px;
	font-weight: 400;
	color: #000;
}

.white-sect-col a:hover {
	font-weight: 700;
	-webkit-transition: .3s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
}

.icon-links {
	display: flex;
	justify-content: flex-start;
}

.icon-links i {
	font-size: 24px;
	line-height: 26px;
	margin-right: 10px;
}

.icon-links p {
	line-height: 24px;
}

.icon-links:hover {
	-webkit-transition: .3s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
}

.blue-sect {
	clip-path: polygon(100% 100%, 100% 0%, 0% 100%);
	background-color: #2B71B1;
	width: 140px;
	padding-bottom: 30px;
}





/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/







/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1630px) {
	.btn-primary {
		font-size: 18px;
	}
	
	.btn-secondary {
		font-size: 18px;
	}
	
	.btn-inverse {
		font-size: 18px;
	}
}

@media only screen and (max-width: 1420px) {
	.subhead-white {
		font-size: 43px;
	}

	.subhead-black {
		font-size: 43px;
	}
	
	.small-subhead {
		font-size: 33px;
	}
	.specs-btn {
		font-size: 18px;
		max-width: 280px;
	}
}

@media only screen and (max-width: 1350px) {
	.hero-title-home {
		font-size: 48px;
	}
	
	.hero-subhead {
		font-size: 22px;
	}
	
	.featured-inv-slide {
		position: relative;
		width: 31%!important;
		margin: 30px 1%;
	}
	
	.bluewave-sect {
		flex-direction: column;
	}
	
	.bluewave-sect-left {
		position: relative;
		width: 100%;
		margin: 36px 0px 16px;
	}
	
	.bluewave-sect-right{
		position: relative;
		width: 100%;
		margin: 36px 0px 16px;
	}
	
	.gray-sect {
		flex-direction: column;
	}
	
	.orangewave-sect {
		flex-direction: column-reverse;
	}
	
	.orangewave-sect-left {
		position: relative;
		width: 100%;
		margin: 36px 0px 16px;
	}
	
	.orangewave-sect-right {
		position: relative;
		width: 100%;
		margin: 36px 0px 16px;
	}
	
	footer {
		flex-direction: column-reverse;
	}
	
	.blue-sect {
		display: none;
	}
	
	.white-sect {
		width: 100%;
	}
	
	.orange-sect {
		position: relative;
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
		width: 100%;
		padding-left: 0px;
	}
	
	.footer-head-white {
		text-align: center;
	}
	
	.footer-form {
		margin: auto;
	}
}

@media only screen and (max-width: 1150px) {
	.logo-cont img {
		position: relative;
		max-width: 300px;
		width: 100%;
		object-fit: contain;
	}
	
	.sect-text-white {
		font-size: 16px;
		line-height: 24px;
	}

	.sect-text-white a {
		font-size: 16px;
		line-height: 24px;
	}
	
	.hero-title-home {
		font-size: 40px;
	}
	
	.hero-subhead {
		font-size: 18px;
	}
	
	.specs-btn-sect {
		padding: 60px 26px;
	}
	
}

@media only screen and (max-width: 980px) {
	.flex-container.hero-buttons {
		flex-direction: column;
	}
	
	.flex-container.inv-sect-buttons {
		flex-direction: column;
	}
	
	.hero-buttons .btn-primary {
		margin-bottom: 20px;
	}
	
	.inv-sect {
		margin-top: 70px;
		padding: 70px 50px;
	}
	
	.inv-sect-buttons .btn-secondary {
		margin-bottom: 20px;
	}
	
	.featured-inv-slide {
		position: relative;
		width: 46%!important;
		margin: 30px 2%;
	}
	
	.bluewave-sect {
		margin: 70px 50px;
		padding: 50px;
	}
	
	.gray-sect {
		padding: 50px;
	}
	
	.orangewave-sect {
		margin: 70px 50px;
		padding-bottom: 50px;
	}
}

@media only screen and (max-width: 870px) {
	.specs-btn {
		max-width: 450px;
		width: auto;
	}
}

@media only screen and (max-width: 760px) {
	
	.hero-title-home {
		padding-top: 200px;
		font-size: 36px;
	}
	
	.subhead-white {
		font-size: 36px;
	}
	
	.subhead-black {
		font-size: 36px;
	}
	
	.small-subhead {
		font-size: 30px;
	}
	
	.featured-inv-sect {
		padding: 100px 50px;
	}
	
	.form-sect {
		padding: 50px 50px 0px;
	}
	
}

@media only screen and (max-width: 640px) {
	
	.white-sect {
		flex-direction: column;
		width: 100%;
		padding-bottom: 60px;
	}
	
	.white-sect-col {
		width: calc(100% - 65px);
	}
	
	.featured-inv-slide {
		position: relative;
		width: 90%!important;
		margin: 30px 5%;
	}
	
	.footer-head-black {
		margin-top: 20px;
	}
	
	.hero-title-home {
	margin: 0px 50px 30px;
}

.hero-subhead {
	margin: 0px 50px 50px;
}
	
}

@media only screen and (max-width: 520px) {
	.logo-cont {
		margin: 18px 20px 22px;
		object-fit: contain;
		width: auto;
	}
	
	.btn-primary {
		font-size: 16px;
		padding: 25px 40px;
	}
	
	.btn-secondary {
		font-size: 16px;
		padding: 25px 40px;
	}
	
	.btn-inverse {
		font-size: 16px;
		padding: 25px 40px;
	}
	
	.hero-title-home {
		padding-top: 100px;
	}
	
	.hero-title {
		font-size: 44px;
		margin: 0px 50px 30px
	}
	
	.hero-buttons {
		margin: 0px 50px;
	}
	
	.inv-sect {
		padding: 70px 30px;
	}
	
	.bluewave-sect {
		margin: 50px 30px;
		padding: 30px;
	}
	
	.gray-sect {
		padding: 30px;
	}
	
	.orangewave-sect {
		margin: 50px 30px;
	}
	
	.sect-text-white a {
		font-size: 14px;
		line-height: 24px;
	}
	
	.form-row {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}

	.form-half {
		width: 100%;
	}
	
	.white-sect {
		width: calc(100% - 70px);
	}
	
	.white-sect-col {
		padding: 0px 35px;
	}
	
	.orange-sect {
		padding: 0px 35px;
		width: calc(100% - 70px);
	}
	
	.white-sect-col a {
		font-size: 15px;
		line-height: 30px;
	}
	
	.socials i {
		font-size: 36px;
	}
	
	.searchbar .searchbar-type {
		font-size: 12px;
	}
	
	.searchbar .searchbar-submit {
		width: 70px;
		font-size: 18px;
		padding-right: 10px;
	}
	
	.searchbar-sect {
		padding: 32px 16px;
	}
}

@media only screen and (max-width: 400px) {
	.footer-form iframe{
		width: 240px;
	}
}




