﻿
/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}

/*===================== 
	base styles 
=======================*/

html {
    font-family: Arial, sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
    margin: 0;
    overflow-x: hidden!important;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
/* clear floats */ 
.group:before,
.group:after {content: ""; display: table;} 
.group:after {clear: both;}
.group {zoom: 1;}	
.clear { clear: both;}
	
/*image replacement*/
.hide-text {
	text-indent:  100%;
	white-space:  nowrap;
	overflow:  hidden;
	}	

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	border-style: solid;
    height: 0;
	} 

img { border: 0;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
    font-family: 'Oswald', sans-serif;
    color: #2650a1;
	line-height: 1.3;
	}

	h1 {font-size: 2em;}

p {
	margin: 0;
    line-height: 2;
    font-size: 16px;
	}

.paragraph {
    line-height: 2;
    font-size: 16px;
}	

h1 {
    font-size: 45px;
}

footer * {
    box-sizing: border-box !important;
        }
header * {
    box-sizing: border-box !important;
}
.row.no-gutters {
    margin-right: 0!important;
    margin-left: 0!important;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
    padding-right: 0!important;
    padding-left: 0!important;
}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/
	}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: #000; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #ccc;
		transition: .2s ease-in-out all;
		}  

/*===================== 
	header styles 
=======================*/


.container-fluid {
    padding: 0px;
}

header {
	margin: 0px auto;
	width: 100%;
	background: #fff;
    box-shadow: 1px 1px 25px 0px rgba(0, 0, 0, .5);
}

.header-logo {
    display: block;
	width: 250px;
}

.header-logo img {
	width: 100%;
	max-width: 250px;
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
}

.header-stretch {
	width: 100%;
	padding: 0 10%;
    z-index: 999;
    color: black;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.trailer-img {
    padding: 50px 0px 40px 0px;
}

.kit-img {
    padding-bottom: 15px;
    width: 49.5%!important;
}

.centered {
    margin: auto;
}

.float-section {
	width: 100%;
	display: flex; 
	justify-content: space-between;
	align-items: center;
    text-align: center;
    z-index: 999999;
}

.float-image {
    width: 100%;
}

.float-box {
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, .5);
    background-color: white;
    width: calc(33.33% - 5em);
	margin: 2.5em;
    padding: 25px;
    margin-top: -100px!important;
    text-align: center;
}

.float-btn {
    width: 100%;
    color: white;text-transform: uppercase;
    background-color: #00348B;
    font-family: 'Oswald', sans-serif;
    font-weight: 800;
    letter-spacing: 2px;
    border: none;
    padding: 10px;
	cursor: pointer;
    transition: 0.3s;
}

.float-btn:hover {
    color: white;text-transform: uppercase;
    background-color: #2650a1;
    font-family: 'Oswald', sans-serif;
    font-weight: 800;
    letter-spacing: 2px;
    border: none;
    padding: 10px;
    display: inline-block;
}

.textarea {
    margin: 100px 8% 100px 8%;
	display: flex;
	flex-wrap: wrap;
}

.textarea2 {
    margin-top: 100px!important;
}

.textarea3 {
    margin-top: 50px!important;
    margin-bottom: 50px!important;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.suncountry {
    width: 300px;
}

.contactsection {
	width: 100%;
    padding: 0px 0px 0px 8%;
}

.contactsection h1 {font-size: 32px;}

/*===================== 
	nav styles 
=======================*/

nav.primary {
	display:block;
	margin:0 auto;
	position:relative;
	text-align: right;
	}

nav ul {
	padding:0;
	margin:0;
}

nav ul li {
}

nav > ul > li {
	display:inline-block;
	list-style-type:none; 
}

nav ul li a {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
	color: black!important;
    transition: 0.3s;
}	
			
nav ul li a:hover {
	color: #2650a1!important;
    text-decoration: underline;
    
}
	
	
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too much */
nav.primary ul li li a { 
	line-height:22px;
	color:black!important;
	text-align:left !important;
	font-size: 18px;
	font-family:'Oswald', sans-serif;
	}
	
	nav.primary ul li li a:hover { 
	line-height:22px;
	color:#2650a1 !important;
	text-align:left !important;
	font-size: 18px!important;
	border-bottom: none !important;
	}
	
	nav.primary ul li li:hover { 
	}
	
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too much */
nav.primary ul ul {
	display: none;
    position: absolute; 
	background-color: #DDDDDD;
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 2000 !important;
}
nav.primary ul ul li {
    float: none; 
    position: relative;
	display:block;
    margin:0;
	width:100%;
    padding: 10px 15px 5px 10px!important;
    margin-bottom: 5px;
}

.dropdown_arrow {
	display: inline-block !important;
}

.dropdown_style {
	font-size:18px;
	text-transform:none;
    text-align: left!important;
}

.navborder {
    border-top: solid 2px #2650a1;
    width: 100%;
    padding: 0px;
    margin: 0px;
    height: 5px;
}


/******** End of primary Nav ***************/


/*===================== 
	mobile nav
=======================*/

#menu-button{ /* initially will need to be hidden */
	display: block;
	font-size: 32px;
	width:30px;
	position: relative;
	z-index: 400;/* needs to be lower than nav.mobile, adjust as needed */
	}
	#menu-button a{
		color: black;
		text-decoration: none;
		display: none;
	  }

nav.mobile {
	display:block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #dddddd;
	z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
	overflow:auto;
}
nav.mobile h3 { /* Menu header styles */
	position: relative;
	padding: 12px 10px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 400;
	border-bottom: 4px solid #222;
}
nav.mobile .menu-toggle { /* Menu close button */
	position: absolute;
	top: 12px;
	right: 10px;
	display: inline-block;
	padding: 6px 9px 5px;
	font-family: Arial, sans-serif;
	font-weight: 700;
	line-height: 1;
	background: #222;
	color: #999;
	text-decoration: none;
	vertical-align: top;
}
.menu-toggle {
	text-align: left;
	font-size: 28px;
	color: #000;
}

.menu-toggle a:hover {
	color: #000 !important;
}

.close_mobile {
	font-size: 22px!important;
	font-weight: 900;
	text-align: right;
	cursor: pointer;
	margin-right: 20px;
}
.close_mobile:hover { /* Menu close button on hover */
	color: #2650a1!important;
}

nav.mobile .mobile_top {text-align: right; padding: 10px 0;}

nav.mobile ul {
	list-style: none;
	font-weight: 300;
	margin:0;
	padding:0;
}
nav.mobile ul li {
	display: block;
}
nav.mobile ul li a {
	position: relative;
	display: block;
	padding: 8px 25px;
	color: #999;
	text-decoration: none;
	font-size: 16px;
	letter-spacing: 1px;
}
nav.mobile ul li a:hover {
}


nav.mobile ul li li a { /* appearance of the sub-level links */
	position: relative;
	display: block;
	padding: 0px 10px 0px 15px;
	color: #000;
	text-decoration: none;
	text-transform: none !important;
}
nav.mobile ul li li li a { /* appearance of third level sub-level links if needed */
	background: #666;
	position: relative;
	display: block;
	padding: 10px 10px 10px 25px;
	color: #000;
	text-decoration: none;
}
nav.mobile ul li span.click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
	background:url(../siteart/menu-dropdown-arrow.png) 10px 12px no-repeat;
	background-size:55%;
	position:relative;
	display:block;
	float:right;
	margin:-44px 0 0 0;
	cursor:pointer;
	z-index: 12399994;
	width:44px;
	height:44px;
	-webkit-transition:background-size .3s ease-in-out;
	-moz-transition:background-size .3s ease-in-out;
	transition:background-size .3s ease-in-out;
}
nav.mobile ul li span.click:hover{
	background-size:60%;
}



/*===================== 
	hero styles 
=======================*/

.hero-container {
    width: 100%;
}

.heroimage {
    width: 100%;
}
	
/*===================== 
	scrolling styles 
=======================*/

.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}


/*===================== 
	banner styles 
=======================*/

.center {
    margin: auto;
    width: 100%;
    text-align: center;
    display: inline-block;
}

/*===================== 
	layout styles 
=======================*/




/*===================== 
	footer styles 
=======================*/

footer {
    margin: 0;    
    width: 100%;
	}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:13px;
	color: #fff;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:13px;
		color: #fff;
		}

.footertext {
	font-size:13px; 
	color:#fff;
	}

.smallfootertext {
	font-size:10px; 
	color:#fff;
	}

.divfooter {
	max-width:1200px; 
	text-align:center; 
	margin:0 auto;
	}

.footer-sub {
    background-color: #2650a1;
    color: white;
    padding: 50px 5%;
}

/*========================= 
	 Responsive styles 
===========================*/

/* Large Devices, Wide Screens */
@media screen and (max-width : 1280px) { 
    .float-section {display: none;}    
}

/* Medium Devices, Desktops */
@media screen and (max-width : 992px) {
}

/* Small Devices, Tablets */
@media screen and (max-width : 768px) {
	.header-stretch {flex-direction: column; padding: 0 10% 1em; align-items: unset;}
	nav.primary {display: none;}
	#menu-button a {display: block;}
	.header-logo, .header-logo img {margin: 0 auto;}
	.textarea {flex-direction: column;}
	.textarea3 {flex-wrap: wrap;}
	.contactsection {padding: 0 0 2em 8%;}

}

/* Extra Small Devices, Phones */ 
@media screen and (max-width : 480px) { 
}