﻿/*===================== 
	Color information
	
	-
	-
	-
	-
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**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%;}


/*===================== 
	@Font-Face 
=======================*/


/*===================== 
	base styles 
=======================*/

html {
    font-family: Arial, sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
    margin: 0;
	}

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;
	}
	h1 {font-size: 2em;}

p {
	margin: 0;
	font-family:'roboto',sans-serif;
	font-size:16px;
	color:#000;
	line-height:1.8em;
}	
h1 {
	font-family:'roboto condensed',sans-serif;
	font-size:30px;
	font-weight:700;
	color:#e61d29;
	text-transform:uppercase;
}
h2 {
	font-family:'roboto condensed',sans-serif;
	font-size:26px;
	font-weight:700;
	color:#002348;
}	
h3 {
	font-family:'roboto condensed',sans-serif;
	font-size:24px;
	font-weight:500;
	color:#e61d29;
}
h4 {
}
h5 {
}
h6 {
}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/
	}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: #aaa; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #ccc;
		}  

/*===================== 
	header styles 
=======================*/


header {
	margin: 0 auto;
	width: 100%;
	}
.header-bg {
	padding:1% 5%;
	background-color:#fff;
}
.header-phone {
	padding: 40px 0px;
}
.header-phoneText {
	display:inline-block;
	padding-right:30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:15px;
	font-weight:400;
	color:#000!important;
}
.phone-bold {
	font-weight:700!important;
	color:#000!important;
}
.phone-bold:hover {
	color:#e61d29!important;
	transition:0.2s;
}
.logo {
	text-align:center;
	margin:0 auto;
}
.header-nav {
	padding:40px 0px;
}
.primary_navLink {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	font-size:16px;
	color:#000!important;
	text-transform:uppercase;
}
.primary_navLink:hover {
	color:#e61d29!important;
	transition:0.2s;
	border-bottom:3px solid #e61d29;
}

/*===================== 
	nav styles 
=======================*/

nav.primary {
	padding:0;
	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; 
	text-align: ;
	padding: 0px 12px;
}

nav ul li a {
	font-family: ;
	font-size: ;
	font-weight: ;
	color:;
}	
			
nav ul li a:hover {
	color: ;
}


/* Appearance of the sub-level links */

nav.primary ul li li a { 
	line-height: ;
	color: ;
	text-align:;
	font-size: ;
	font-weight:;
	}
	
nav.primary ul li li a:hover { 
	color: ;
	text-align: ;
	font-size:  ;
	font-weight: ;
	}
	
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; 
	max-width: 235px;
	background: ;
	/*margin-top: 21px;*/
}
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-left: ;
	padding-right: ;
}

.dropdown_arrow {
	display: inline-block !important;
}

.dropdown_style {
	font-size: ;
	font-weight: ;
}


/******** End of primary Nav ***************/


/*===================== 
	mobile nav
=======================*/

#menu-button{ /* initially will need to be hidden */
	display: block;
	font-size: 32px;
	width:100%;
	position: relative;
	z-index: 400;/* needs to be lower than nav.mobile, adjust as needed */
	padding: ;
	border-bottom: ;
	text-align: center;
	min-height: 0 !important;
	}
	#menu-button a{
		 color:#e61d29;
		 text-decoration: none;
		 text-align: right !important;
	  }

nav.mobile {
	display:block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: rgba(4,35,69,0.96);
	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: right;
	font-size: 28px;
	color: #000;
}

.menu-toggle a:hover {
	color: #000 !important;
}

.close_mobile {
	font-size: 26px !important;
	font-weight: 900;
	text-align: right;
}

nav.mobile .menu-toggle:hover { /* Menu close button on hover */
	color: #fff;
}
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	margin:0;
	padding:0;
}
nav.mobile ul li {
	padding: 8px 0 6px 0 !important;
}
nav.mobile ul li a {
	position: relative;
	display: block;
	padding-left: 14px;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 1px;
}
nav.mobile ul li a:hover {
	background:;
	color: #e61d29;
}


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%;
}




/*===================== 
	slideshow styles 
=======================*/
.cycle-slideshow img {
	width:100%;
	padding: 0;
}
.cycle-slideshow {
	padding: 0;
}
.slide {
	width:100%;
	padding-bottom:15px;
}



/*===================== 
	home styles 
=======================*/
.blue-bg {
	background-image:url("../siteart/blue-bg.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	min-height:310px;
	padding:4% 5%;
}
.home-text {
	text-align:center;
	margin:0 auto;
}
.white-p {
	font-family:'roboto',sans-serif;
	font-weight:400;
	color:#fff;
	font-size:15px;
}
.home-btn {
	background-color:#e61d29;
	padding:15px 25px;
	color:#fff;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	font-family:'roboto condensed',sans-serif;
	max-width:300px;
	text-align:center;
	margin:0 auto;
}
.home-btn:hover {
	background-color:#d30f1b;
	transition:0.2s;
}
.home-btnBlue {
	background-color:#012f60;
	padding:15px 25px;
	color:#fff;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	font-family:'roboto condensed',sans-serif;
	max-width:300px;
	text-align:center;
	margin:0 auto;
}
.home-btnBlue:hover {
	background-color:#052343;
	transition:0.2s;
}
.map-row {
	background-color:#e61d29;
	padding:2% 5%;
}
.google-maps {
    position: relative;
    padding-bottom: 20%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
	height:100%;
}
.home-contact {
	padding:0 5%;
	text-align:center;
	margin:0 auto;
}
.h3-white {
	color:#fff!important;
}
.h4-white {
	color:#fff!important;
	padding-bottom:10px;
}
.h4-white > a {
	color:#fff!important;
}
.h4-white > a:hover {
	color:#002348!important;
	transition:0.2s;
}


/*===================== 
	layout styles 
=======================*/
.subpage-header {
	background-image:url("../siteart/blue-subpage.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	min-height:200px;
	padding:6% 5%;
	text-align:center;
}
.h1-white {
	color:#fff!important;
}
.subpage-content {
	padding:4% 0 6% 0;
}
.contact-btn {
	background-color:#e61d29;
	padding:15px 25px;
	color:#fff;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	font-family:'roboto condensed',sans-serif;
	max-width:300px;
	text-align:center;
}
.contact-btn:hover {
	background-color:#d30f1b;
	transition:0.2s;
}
.margin-top {
	margin:15px 0;
}
.contact-phone {
	color:#e61d29!important;
	font-weight:700!important;
}
.contact-phone:hover {
	color:#012f60!important;
	transition:0.2s;
}
.google-mapsContact {
    position: relative;
    padding-bottom: 35%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}
.google-mapsContact iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
	height:100%;
}
.contact-map {
	margin:25px 0;
}

/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
	}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:13px;
	color: #222;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:13px;
		color: #fff;
		}

.footertext {
	font-size:13px; 
	color:#666;
	}

.smallfootertext {
	font-size:10px; 
	color:#666;
	}

.divfooter {
	max-width:1200px; 
	text-align:center; 
	margin:0 auto;
	}
.footer-bg {
	background-color:#000;
	padding:2% 5%;
}
.footer-text {
	color:#fff;
	font-weight:400;
	font-size:13px;
	text-align:center;
}

/*========================= 
	 Responsive styles 
===========================*/

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
.google-maps {
    padding-bottom: 24%; // This is the aspect ratio
}
.subpage-header {
	min-height:150px;
	padding:6% 5%;
}

}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
.map-row {
	padding:0px!important;
	background-color:transparent!important;
}
.google-maps {
    padding-bottom: 25%; // This is the aspect ratio
}
.home-contact {
	background-color:#e61d29;
	padding:3%;
}
.header-phone {
	padding: 10px 0px 0px 0px;
	text-align:center;
	margin:0 auto;
}
.header-phoneText {
	padding-right:20px;
	font-size:14px;
	text-align:center;
}
.header-nav {
	padding:10px 0px;
}

}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
.google-maps {
    padding-bottom: 45%; // This is the aspect ratio
}
.primary_navLink {
	color:#fff!important;
}
.subpage-header {
	min-height:120px;
	padding:5%;
}

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
 .subpage-header {
	min-height:100px;
	padding:7%;
}
 
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {


}

