﻿/***** 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 {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/
header {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	display: flex;
}
.header-logo {
	position: relative;
	box-sizing: border-box;
	width: 365px;
	padding: 0px 64px;
}
.header-logo img {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	object-fit: contain;
}
.header-right {
	position: relative;
	box-sizing: border-box;
	width: calc(100% - 365px);
}
.header-top {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	background-color: #25306C;
	display: flex;
	justify-content: flex-end;
	gap: 50px;
	padding: 6px 60px;
}
.header-top-link {
	font-family: 'Gantari', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}
.header-top-link:hover {
	color: #ddd;
	font-weight: 700;
}



/*---BODY--------------------------------*/

.flex-container {
	display: flex;
	align-items: center;
}

.white {
	color: #fff;
}
.black {
	color: #000;
}

.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.block-center {
	margin: auto;
}

.btn-primary {
	position: relative;
	box-sizing: border-box;
	display: block;
	font-family: 'Gantari', sans-serif;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	background-color: #25306C;
	padding: 15px 25px;
	max-width: 240px;
	text-align: center;
	border-radius: 8px;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}
.btn-primary:hover {
	background-color: #0C1445;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}
.btn-secondary {
	position: relative;
	box-sizing: border-box;
	display: block;
	font-family: 'Gantari', sans-serif;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	color: #000;
	background-color: #FBC255;
	padding: 15px 25px;
	max-width: 240px;
	text-align: center;
	border-radius: 8px;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}
.btn-secondary:hover {
	background-color: #FFD482;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}

.hero-title {
	font-family: 'Gantari', sans-serif;
	font-weight: 800;
	font-style: italic;
	text-transform: uppercase;
	font-size: 56px;
	line-height: 62px;
}
.hero-text {
	font-family: 'Gantari', sans-serif;
	font-weight: 600;
	font-size: 20px;
}
.subtitle {
	font-family: 'Gantari', sans-serif;
	font-weight: 700;
	font-size: 44px;
	text-transform: uppercase;
	margin-bottom: 24px;
}
.sect-text {
	font-family: 'Gantari', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 30px;
}
.sect-link {
	font-family: 'Gantari', sans-serif;
	font-weight: 500;
	font-size: 18px;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}
.sect-link:hover {
	font-weight: 600;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}

.hero-sect {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	background-image: url("/siteart/hero.jpg");
	background-size: cover;
	background-position: center center;
}
.hero-overlay {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	background-color: rgba(37, 48, 108, 0.5);
}
.hero-cont {
	position: relative;
	box-sizing: border-box;
	width: 1000px;
	padding: 120px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 24px;
}
.btn-cont {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	gap: 20px;
}
.yellow-line {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 12px;
	background-color: #FBC255;
}

.white-sect {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px;
}
.half-sect {
	position: relative;
	box-sizing: border-box;
	width: 50%;
	max-width: 765px;
	padding: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}
.half-sect img {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	max-height: 440px;
	min-height: 350px;
	object-fit: cover!important;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.36);
}
.two-third-sect {
	position: relative;
	box-sizing: border-box;
	width: 67%;
	max-width: 1020px;
	padding: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}
.two-third-sect iframe {
	position: relative;
	abox-sizing: border-box;
	width: 100%;
	height: 440px;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.36);
}
.one-third-sect {
	position: relative;
	box-sizing: border-box;
	width: 33%;
	max-width: 510px;
	padding: 50px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.blue-sect {
	position: relative;
	box-sizing: border-box;
	display: block;
	width: 100%;
	background-color: #25306C;
	padding: 80px;
}
.callout-lg {
	position: relative;
	box-sizing: border-box;
	display: block;
	background-color: #fff;
	margin: auto;
	width: calc(100% - 80px);
	max-width: 1032px;
	padding: 50px;
	border-radius: 20px;
	box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.25);
}

.yellow-ribbon {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 230px;
	margin: 60px 0px;
	background-color: #FBC255;
	display: flex;
	justify-content: center;
}
.callout-absolute {
	position: absolute;
	top: -45px;
	box-sizing: border-box;
	display: block;
	background-color: #fff;
	margin: auto;
	width: calc(100% - 160px);
	max-width: 1032px;
	padding: 50px;
	border-radius: 20px;
	box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.25);
}

.contact-link {
	display: inline-block;
	margin-bottom: 36px;
}
/*--------FORM STYLES--------------------*/

.form-sect {
	box-sizing: border-box;
	width: 100%;
	background-color: #fff;
	padding: 60px;
}
.form-row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.form-third {
	width: 32%;
	display: flex;
	flex-direction: column;
}
.form-half {
	width: 49%;
	display: flex;
	flex-direction: column;
}

.form-full {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.contact-label {
	font-family: 'Gantari', sans-serif;
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	margin-top: 15px;
}

.contact-input {
	font-family: 'Gantari', sans-serif;
	font-size: 15px;
	line-height: 40px;
	font-weight: 400;
	background-color: #ddd;
	border: none;
	padding: 0px 10px;
}

.contact-textarea {
	font-family: 'Gantari', 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: 'Gantari', 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 STYLES ----------------*/
footer{
	position: relative;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	justify-content: center;
}
.footer-left {
	position: relative;
	box-sizing: border-box;
	width: 33%;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-left a {
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-left img {
	position: relative;
	box-sizing: border-box;
	margin: 60px 0px;
	width: 85%;
	max-width: 375px;
	object-fit: contain;
}
.footer-right {
	position: relative;
	box-sizing: border-box;
	width: 67%;
	background-color: #222020;
	display: flex;
	justify-content: space-around;
	padding: 60px 30px 80px;
}
.footer-col {
	position: relative;
	width: 50%;
	padding: 0px 50px;
	max-width: 300px;
}
.footer-title {
	font-family: 'Gantari', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 30px;
}
.footer-link {
	font-family: 'Gantari', sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 40px;
	color: #ddd;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}
.footer-link:hover {
	font-weight: 700;
	color: #fff;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}
.footer-contact-link {
	font-family: 'Gantari', sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
	color: #ddd;
	margin-bottom: 10px;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}
.footer-contact-link:hover {
	font-weight: 700;
	color: #fff;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}





/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.ts-button.template-branded-button {
	color: #fff!important;
	background-color: #25306C!important;
}

.ts-button.template-branded-button:hover {
	background-color: #0C1445!important;
}

button.selected-facet.ts-button {
	color: #fff!important;
	background-color: #25306C!important;
}

.view-listing-details-link.template-branded-button {
	color: #fff!important;
	background: #25306C!important;
}
.view-listing-details-link.template-branded-button:hover {
	background: #0C1445!important;
}

.selected-facet.ts-button {
	color: #fff!important;
	background: #25306C!important;
}
.selected-facet.ts-button:hover {
	background: #0C1445!important;
}

.list-title .list-title-text {
	font-family: 'Gantari', sans-serif!important;
}
.list-content .list-listing-title-link {
	font-family: 'Gantari', sans-serif!important;
}

.list-content .listing-category {
	font-family: 'Gantari', sans-serif!important;
}

.list-redesign .price-contain {
	font-family: 'Gantari', sans-serif!important;
}

.detail__title, .detail__specs-heading {
	font-family: 'Gantari', sans-serif!important;
}





/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1330px) {
	.header-logo {
		width: 280px;
		padding: 0px 40px;
	}
	.header-right {
		width: calc(100% - 280px);
	}
}
@media only screen and (max-width: 1280px) {
	.white-sect {
		padding: 30px 0px;
	}
}

@media only screen and (max-width: 1100px) {
	.hero-cont {
		width: 100%;
	}
	
	.white-sect {
		flex-direction: column;
		padding: 40px 0px;
	}
	.reverse {
		flex-direction: column-reverse!important;
	}
	.half-sect {
		width: 100%;
		padding: 25px 50px;
	}
	.half-sect img {
		max-height: 450px;
		min-height: 100px;
	}
	.two-third-sect {
		width: 100%;
		padding: 25px 50px;
		max-width: 100%;
	}
	.one-third-sect {
		width: 100%;
		padding: 25px 50px;
		max-width: 100%;
	}
	
	footer {
		flex-direction: column;
	}
	.footer-left {
		width: 100%;
	}
	.footer-left img {
		margin: 30px;
		max-width: 330px;
	}
	.footer-right {
		width: 100%;
	}
}
@media only screen and (max-width: 1000px) {
	.hero-cont {
		padding: 120px 80px;
	}
	.hero-title {
		font-size: 48px;
		line-height: 54px;
	}
	.hero-text {
		font-size: 18px;
		font-weight: 600;
	}
}

@media only screen and (max-width: 900px) {
	.blue-sect {
		padding: 80px 50px;
	}
	.callout-lg {
		width: 100%;
		margin: 0;
	}
	.callout-absolute {
		width: calc(100% - 50px);
	}
}

@media only screen and (max-width: 750px) {
	.subtitle {
		font-size: 38px;
	}
	.sect-text {
		font-size: 17px;
		line-height: 27px;
	}
	
	.hero-cont {
		padding: 80px 50px;
	}
	
	.header-top {
		display: none;
	}
	.footer-title {
		font-size: 26px;
	}
	.footer-link {
		font-size: 17px;
	}
	.footer-contact-link {
		font-size: 17px;
	}
	
	.form-sect {
		padding: 60px 30px;
	}
}

@media only screen and (max-width: 640px) {
	.blue-sect {
		padding: 50px 30px;
	}
	.callout-lg {
		padding: 50px 30px;
	}
	.callout-absolute {
		padding: 50px 30px;
	}
	.footer-right {
		flex-direction: column;
		padding: 60px 0px;
	}
	.footer-col {
		box-sizing: border-box;
		width: 100%;
		padding-bottom: 36px;
	}
	
	.form-row {
		flex-direction: column;
	}
	.form-half {
		width: 100%;
	}
	.form-third {
		width: 100%;
	}
}

@media only screen and (max-width: 565px) {
	.yellow-ribbon {
		height: 260px;
	}
}

@media only screen and (max-width: 540px) {
	.half-sect {
		padding: 25px 30px;
	}
	.two-third-sect {
		padding: 25px 30px;
	}
	.one-third-sect {
		padding: 25px 30px;
	}
	.btn-cont {
		flex-direction: column;
	}
}

@media only screen and (max-width: 520px) {
	.yellow-ribbon {
		height: 320px;
	}
}

@media only screen and (max-width: 460px) {
	.header-logo {
		width: 200px;
		padding: 12px 20px;
	}
	.header-right {
		width: calc(100% - 200px);
	}
	
	.subtitle {
		font-size: 32px;
	}
	.sect-text {
		font-size: 15px;
		line-height: 24px;
	}
	
	.hero-cont {
		padding: 50px 30px;
	}
	.hero-title {
		font-size: 38px;
		line-height: 44px;
	}
	.hero-text {
		font-size: 17px;
		font-weight: 500;
	}
	.blue-sect {
		padding: 40px 18px;
	}
}

@media only screen and (max-width: 370px) {
	.yellow-ribbon {
		height: 350px;
	}
}

