﻿/***** 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:none;
border-top: solid 1px #f5f5f5;}
.extra-pad hr{
    z-index: -2;
    position: relative;}

/*--- HEADER STYLES ---------------------*/
header {}

.header{
	display: flex;
}
.header .logo{
	background: #000;
	display: flex;
	justify-content: center;
	width: 16.6667%;
}
.header .logo a{

    display: flex;
    align-items: center;
}
.header .logo img{
	max-width: 100%;
}
.header .header-rows{
	width: 100%;
	flex-basis: 1;
}
.header .header-rows > div{
	line-height: 75px;
		
	text-transform: uppercase;
	font-family: "bai jamjuree", sans-serif;
	
	padding: 0 4.8%;
	
	letter-spacing: 0.5px;
	
	font-size: 16px;
	
	font-weight: 400;
	
	display: flex;
	justify-content: space-between;
}
.header .header-rows > div:last-child{
	border-bottom: solid 1px #f5f5f5;
}

.header .header-rows > div div{
	display: flex;
}

.header .header-rows > .bg-offwhite > div:last-child{
	display: flex;
	align-content: center;
}
.header .header-rows > .bg-offwhite > div:first-child a, .header .header-rows > .bg-offwhite > div:last-child > div:first-child{
	padding-right: 40px;
}
.header .header-rows > .bg-offwhite a{
	color: #000 !important;
    display: flex;
    align-items: center;
	-moz-transition: ease-in-out all 0.3s;
	-o-transition: ease-in-out all 0.3s;
	-webkit-transition: ease-in-out all 0.3s;
	transition: ease-in-out all 0.3s;
}
.header .header-rows > .bg-offwhite a:hover, .header .header-rows > .bg-offwhite a:hover i{
	color: #2a59e8 !important;
}
.header .header-rows > .bg-offwhite a[href^="tel:"]{
	font-size: 24px !important;
	letter-spacing: 3px;
	font-weight: 700;
	text-shadow: 1px 0 0 #000;
	padding-right: 0 !important;
}
.header .header-rows > .bg-offwhite a[href^="tel:"]:hover{
	text-shadow: 1px 0 0 #2a59e8;
	color: #2a59e8 !important;
}
.header .header-rows > .bg-offwhite i{
	color: #224ed3 !important;
	font-size: 24px !important;
	text-shadow: none !important;
	padding-right: 15px;
	
	-moz-transition: ease-in-out all 0.3s;
	-o-transition: ease-in-out all 0.3s;
	-webkit-transition: ease-in-out all 0.3s;
	transition: ease-in-out all 0.3s;
}

/*---BODY--------------------------------*/

.corner-flourish-css{
	position: absolute;
	display: block;
	width: 1200px;
	height: 1200px;
	border-left: solid 75px #a7c9e9; 
	background: #224ed3;
	
	top: 0;
	left: 80%;
	
    z-index: -1;
	transform: rotateZ(30deg);
	
	transition: ease all 1s;
}
.flex{display: flex;}
.flex-wrap{flex-wrap: wrap;}

.col33{
	width: 33.33333%;
	position: relative;
	padding-bottom: 140px;
	box-sizing: border-box;
}


.border-right{
	border-right: #f5f5f5 solid 1px;
}
.bg-offwhite{
	background: #f5f5f5;
}

.bg-dark{
	background: url("/siteart/bg-ctas.jpg") center center fixed no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
    max-height: 200px;
    overflow: hidden;
}
.bg-dark > img{
	margin: -20px auto 0;
	display: block;
}
.bg-mark{
	background: url("/siteart/mark.png") right center no-repeat;
	position: absolute;
	top: 0;
	right: 2%;
	bottom: 0;
	left: 2%;
	pointer-events: none;
}
.col33 .pad{
	padding: 12.1212121%;
}
.pad{
	padding: 4%;
}
.extra-pad{
	padding: 8%;
}
.noverticalpad{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.heading-small{
	position: relative;
	text-transform: uppercase;
	font-family: "bai jamjuree", sans-serif;
	letter-spacing: 4px;
	font-size: 36px;
	line-height: 42px;
	font-weight: 400;
	
	padding-left: 36px;
	
	margin-bottom: 30px;
}

.heading-small:before{
position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    left: 0;
    top: 8px;
    border-left: 0px solid transparent;
    border-right: 26px solid transparent;
    border-top: 26px solid #000;
}
.heading-small.blue:before{
position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    left: 0;
    top: 8px;
    border-left: 0px solid transparent;
    border-right: 26px solid transparent;
    border-top: 26px solid #224ed3;
}
.banner {
    background: #fff!important;
    padding: 10px;
    color: #fff;
}
.heading-small.banner:before{
	left: 10px;
	top: 10px;
	border-top-color: #fff !important;
}
.col33 .pad p, .pad p, .extra-pad p, .extra-pad ul li{
	font-family: "bai jamjuree", sans-serif;
	letter-spacing: 0.5px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	
}
.extra-pad ul{
	text-transform: uppercase;
	list-style: none;
	column-count: 2;
	max-width: 600px;
}
.extra-pad ul li{
	padding-bottom: 10px;
}
.extra-pad ul i{
	padding-right: 10px;
	color: #224ed3;
	-moz-transition: ease-in-out all 0.3s;
	-o-transition: ease-in-out all 0.3s;
	-webkit-transition: ease-in-out all 0.3s;
	transition: ease-in-out all 0.3s;
}
.extra-pad ul li a{
	color: #000;
	-moz-transition: ease-in-out all 0.3s;
	-o-transition: ease-in-out all 0.3s;
	-webkit-transition: ease-in-out all 0.3s;
	transition: ease-in-out all 0.3s;
}
.extra-pad ul li a:hover, .extra-pad ul li a:hover i {
	color: #2a59e8;
}
.pad p a, .extra-pad p a{
	color: #000;
	font-weight: 700;
}
.extra-pad p{
    max-width: 1280px;
}
.relative{
	position: relative;
}
.no-overflow{
	overflow: hidden;
}
.cta{
	background: #224ed3;
	color: #fff;
	padding: 20px 0;
	max-width: 370px;
	display: block;
	
	text-transform: uppercase;
	font-family: "bai jamjuree", sans-serif;
	letter-spacing: 2px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	text-align: center;
	
	-moz-transition: ease-in-out all 0.3s;
	-o-transition: ease-in-out all 0.3s;
	-webkit-transition: ease-in-out all 0.3s;
	transition: ease-in-out all 0.3s;
}

.cta:hover{
	background: #2a59e8;
}

.cta.black{
	background: #000;
}
.cta.black:hover{
	background: #222;
}


.col33 .cta{
	position: absolute;
	bottom: 12.12121212%;
	left: 12.12121212%;
	right: 12.12121212%;
}

/*--------FORM STYLES--------------------*/




/*-------- FOOTER STYLES ----------------*/
footer{}


.footer{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	
	text-transform: uppercase;
	font-family: "bai jamjuree", sans-serif;
	
	padding: 30px 4%;
	background: #000;
	color: #fff;
	
	letter-spacing: 0.5px;
	
	font-size: 16px;
	line-height: 24px;
	
	font-weight: 400;
}

.footer .divider{
	padding: 0 20px;
	
}

.footer a{
	color: #fff !important;
}


.footer i{
	padding-right: 10px;
}




/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/







/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1500px) {
	.bg-right{
		right: 0 !important;
	}

	.hero-text h1{
		font-size: 120px !important;
		line-height: 54px !important;
	}
	.hero-text h1 span{
		font-size: 36px !important;
		line-height: 42px !important;

	}
	.hero-text h2{
		font-size: 120px !important;
		line-height: 90px !important;
	}
	.hero-text h2 span{
		font-size: 36px !important;
		line-height: 42px !important;

	}
	.corner-flourish-css{

		border-width: 40px !important;
		left: 90% !important;
	}
}
@media only screen and (max-width: 1200px) {

	.cycle-slide-active .bg-right, .bg-mark{
		opacity: 0.2 !important;
	}
	.corner-flourish-css{

		border-width: 40px !important;
		left: 80% !important;
	}
}


@media only screen and (min-width: 1024px) {
	.show-lg{
		display: none !important;
	}
}
@media only screen and (max-width: 1023px) {
	

	.col33{
		width: 100%;
		padding-bottom: 0;
	}
	.col33 .cta{
		position: relative;
		left: 0;
		right: 0;
		bottom: 0;
		margin-top: 40px;
	}
	.col33.border-right{
		border: none !important;
	}
	.col33 .pad {
		padding: 12% 8%;
	}
	.pad, .extra-pad {
    	padding: 8%;
	}
	
	.footer{flex-direction: column; padding: 60px 8%;}
	.footer p{
		margin-bottom: 20px;
	}
	.footer .divider{display: none !important;}
}


@media only screen and (min-width: 881px) {
	.show-md{
		display: none !important;
	}
}
@media only screen and (max-width: 880px) {
	.hide-md{
		display: none !important;
	}
	.corner-flourish{
		display: none !important;
	}
	.hero-text{
		padding: 160px 8% !important;
	}
	.hero-text.noverticalpad{
		padding: 0 8% !important;
	}
	
	.header .logo{width: 50%;}
	.header .header-rows{width: 50%;}
	.header .header-rows .bg-offwhite{
		padding: 0 8%;
	}
	
	.header .header-rows > .bg-offwhite > div:last-child{

		justify-content: space-between;
		height: 75px;
		width: 100%;
	}
	.header .header-rows > .bg-offwhite > div:last-child > div:first-child {
		padding-right: 0;
	}
	.header .header-rows > .bg-offwhite a[href^="tel:"] i{
		padding-right: 0 !important;
	}
	
	

	.hero-text h2{
		font-size: 100px !important;
		line-height: 54px !important;
	}
	
	
}


@media only screen and (min-width: 641px) {
	.show-sm{
		display: none !important;
	}
}

@media only screen and (max-width: 640px) {
	.hide-sm{
		display: none !important;
	}
	
	.header .logo {
		width: 75%;
	}
	.header .header-rows {
		width: 25%;
	}
	
	.header .header-rows > .bg-offwhite > div:last-child {
		justify-content: center;
	}
	#menu-button{
		text-align: center !important;
	}
	#menu-button a{
		padding: 0 10px !important;
	}
	
	.bg-right{
		right: 0;
		left: 0;
		transform: translateY(-50%) translateX(-10%) !important;
	}
	.cycle-slide-active .bg-right{
		transform: translateY(-50%) translateX(-20%) !important;
	}
	
	.hero-text h1{
		font-size: 56px !important;
		line-height: 40px !important;
	}
	.hero-text h1 .subtitle{
		font-size: 24px !important;
	}
	.hero-text h2{
		font-size: 56px !important;
		line-height: 40px !important;
	}
	.hero-text h2 + .subtitle{
		font-size: 24px !important;
		line-height: 36px !important;
	}

}
@media only screen and (max-width: 480px) {
	.corner-flourish-css{

		left: 85% !important;
	}
	.header .logo {
		justify-content: flex-end;
	}
	.footer{font-size: 14px;}
}






