@charset "utf-8";
/* CSS Document */

a, button, .button, a:hover, button:hover, .button:hover, button.mobile_btn::after {
    -webkit-transition:all .45s ease;
    -moz-transition:all .45s ease;
    -ms-transition:all .45s ease;
    -o-transition:all .45s ease;
    transition:all .45s ease;
}
* { outline: none; }
body { overflow-x:hidden; }

::-webkit-scrollbar-track, ::-webkit-scrollbar, ::-webkit-scrollbar-thumb {
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #eee;
}
::-webkit-scrollbar {
	width: 10px;
	background-color: #eee;
}
::-webkit-scrollbar-thumb { background-color: rgba(0,0,0,.25); }

/* =============================================================================
   Foundation Resets                                                               
============================================================================= */



/* =============================================================================
   Hosted Inventory Resets                                                               
============================================================================= */

.attachment-search { width: 100% !important; }

/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}
/* =============================================================================
   Header                                                              
============================================================================= */
#top .column{padding:0;}
.phone-number {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #007da3;
    font-size: 30px;
    position: relative;
    text-align:right;
}
.phone-number a {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #007da3;
    font-size: 30px;
}
.phone-number a:hover {
	color:#243c7a;
}
header {
	display: table;
	width: 100%;
	margin-top:50px;
	background-color: #243c7a;
}

/* Menu Main */
.menu-main-container ul {
	margin: 0;
	padding:0;
	list-style: none;
}
.mobile-nav ul {
	margin: 0;
	padding:0;
	list-style: none;
}
#menu-main a {
	display:block; 
	color: white; 
	padding: 0.8em 1.8em;
	font-size: 23px;
	position: relative;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
}
#menu-main a:hover{
	background-color:#007da3;
	color: #fff;
}

#menu-main li {
	position: relative;
	display: inline-block;
}

/* Main Sub-Menu */
#menu-main ul {
	position: absolute;
	white-space: nowrap;
	z-index: 99999999;
	left: -99999em;
	background: #243c7a;
	text-align: left;
}
#menu-main li ul li { display:block;  border-top: 1px solid black;}
#menu-main ul li a:hover { color: #eee; }
#menu-main > li:hover > ul {
	left: auto;
	min-width: 100%;
}
#menu-main > li li:hover > ul { 
	left: 100%;
	margin-left: 1px;
	top: -1px;
}

/* Dropdown Arrow */
/*#menu-main li > a:after {
	content: ' ';
    background: url(../siteart/down.png) no-repeat 80% 50% / 8px;
    top: 0;
    position: absolute;
    width: 15px;
    height: 100%;
}
#menu-main li > a:hover:after { background: url(../siteart/down.png) no-repeat 80% 50% / 8px; }
#menu-main li > a:only-child:after { content: none; }
*/

	/* Mobile Menu Toggle */
	.off-canvas-container { position: relative;	}
	.off-canvas-inner {
	    position: relative;
		width: 100%;
		display: block;
		overflow:hidden;
	}
	.off_canvas {
		position: relative;
		height: 100vh;
		max-height: 100%;
		background: #243c7a;
		position: fixed;
		overflow-x:hidden;
		top: 0;
    	z-index: 1;
	}
	.off_canvas_content.is_open, .off_canvas_content.open_right.is_open {
		filter: blur(3px);
		position:fixed;
		width: 100%;
	}
	.off_canvas_content.is_open { transform: translateX(300px); }
	.off_canvas_content.open_right.is_open { transform: translateX(-250px); }
	.position_left, .position_right {
		width: 300px;
		overflow-y: auto;
	}
	.position_left {
		transform: translateX(-300px);
		left: 0	
	}
	.position_right {
		transform: translateX(300px);
		right: 0;	
	}
	.position_left.is_open, .position_right.is_open {
		transform: translateX(0px);
		z-index: 999999;
		-webkit-box-shadow: 2px 0 20px -4px #222;
        box-shadow: 2px 0 20px -4px #222;
	}
	.off_canvas_content, .off_canvas_content.is_open, .position_left, .position_left.is_open, #off_canvas_cover.is_open, #off_canvas_cover, .position_right.is_open, .position_right  {
		-webkit-transition: all 0.75s ease;
		-moz-transition: all 0.75s ease;
		-o-transition: all 0.75s ease;
		transition: all 0.75s ease;		
	}
		/* Close Btn */
		.close {
			background: url(../siteart/close.png) no-repeat 50% 50% / 20px transparent;
			width: 20px;
			height: 20px;
			position: absolute;
			right: 12px;
			top: 15px;
			display: block;		
		}
		.close:hover {
			cursor:pointer;
			background: url(../siteart/close.png) no-repeat 50% 50% / 20px transparent;
		}
		#off_canvas_cover, #off_canvas_cover.is_open { transform: rotate(0); }
		#off_canvas_cover {
			visibility:hidden;
			position: fixed;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
			z-index:-1;
			background: rgba(255,255,255,.65);
			opacity: 0;
		}
		#off_canvas_cover.is_open {
			opacity: 1;
			visibility:visible;
			z-index:9999;
		}

  	/* Mobile Menu */
	.off_canvas header {
		background: transparent;
		padding: 0px;
		position: relative;		
		top: 0;
	}
	.off_canvas h2 {
		color: #fff;
		text-align:left;
		font-size: 1.5em;
		margin: 10px 15px;	
		text-transform:uppercase;
		font-family: 'Oswald', sans-serif;	
	}
	.mobile.button { display: none;	}
	.mobile-nav #mobile-menu-main { border-top: 1px solid black; }
	.mobile-nav #mobile-menu-main li {
		width: 100%;
		position: relative;
	}
	.mobile-nav #mobile-menu-main li a:hover { background-color: #007da3; }
	.mobile-nav #mobile-menu-main a {
		width: 100%;
		color: white;
		min-height: 45px;
		display: inline-block;
		text-decoration: none;
		padding: 10px 0 10px 5%;
		position: relative;
		font-size: 17px;
		border-bottom: 1px solid #333;
		text-transform:uppercase;
		font-family: 'Oswald', sans-serif;
	}

	/* Mobile Sub-Menu */
	.mobile-nav #mobile-menu-main ul {
		position: relative;
		z-index: initial;
		left: 0;
		background: transparent;
		text-align: left;
		width: 100%;
		padding: 0px;
		display:none;
	}
	.mobile-nav ul li ul li a { padding: 10px 0; }
	.mobile-nav ul li a:hover { color: #fff !important; }
	
	/* First Dropdown */
	.mobile-nav #mobile-menu-main > li li:hover > ul {
		left: 0px;
	}
	/* Second Dropdown */
	.mobile-nav #mobile-menu-main > li > .sub-menu li a {
		background-color:#007da3;
		margin: 0 0 0 5%;
	}
	.mobile-nav #mobile-menu-main > li > .sub-menu li a:hover {
		background-color:#68748f;
	}
	/* Third Dropdown */
	.mobile-nav #mobile-menu-main > li > .sub-menu > li > ul.sub-menu li a {
		margin: 0 0 0 10%;
	}
	/* Fourth Dropdown */
	.mobile-nav #mobile-menu-main > li > .sub-menu > li > ul.sub-menu > li > ul.sub-menu li a {
		margin: 0 0 0 15%;
	}
	/* Fifth Dropdown */
	.mobile-nav #mobile-menu-main > li > .sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu li a {
		margin: 0 0 0 20%;
	}

	/* Mobile Btn */
	.mobile-nav li button.mobile_btn {
		height: 45px;
		width: 50px;
		position: absolute;
		top: 0;
		right: 0;
		background: #68748f;
		display: inline-block;
		border-radius: 3px 0 0 3px;
		border:none;
	}
	.mobile-nav li button.mobile_btn:hover { cursor: pointer }
	.mobile-nav button.mobile_btn::after {
		content: ' ';
		position: absolute;
		top: 0;
		left: 0;
		background: url(../siteart/mobile_arrow.png) no-repeat center center / 10px;
		width: 100%;
		height: 100%;
	}
	.mobile-nav li button.mobile_btn.active { background: #007da3; }
	.mobile-nav li button.mobile_btn.active::after, .close:hover {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}
/* =============================================================================
   Slider                                                             
============================================================================= */
		#slider {
			overflow:hidden;
			position:relative;
			width: 100%;
			background: #222;
			display: table;
		}
		#slider p {
			line-height: 0;
			font-size: 35px;
			color: #fff;
			text-transform:uppercase;
			font-family: 'Oswald', sans-serif;
		}
		
		#slider .orbit-container {
			height: 0;
			margin: 0;
			list-style: none;
			overflow: hidden;
			height: 90vh !important;
			width: 100%;
			text-align:left;
		}
		#slider .orbit-slide {
			background-repeat: no-repeat;
			background-size: cover;
			height: 90vh;
			width: 100%;
			z-index: 9999;
			padding: 0;
		}
		#slider .orbit-caption {
			display: table;
			height: 100%;
			width: 100%;
			position: relative;
			background: transparent;
			padding: 0;
			margin-left: auto;
			margin-right: auto;
		}
		#slider .orbit-caption section {
			display:table-cell;
			vertical-align:bottom;
			text-align:center;
		}

		#slider .orbit-caption section span {
			background: rgba(36,60,122, .75);
			border: rgba(36,60,122, 1) solid 1px;
			padding: 15px 0px;
			display: inline-block;
			float: none;
			width: 400px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom:20px;
			text-align: center;
		}
		#slider .icon{
			max-width:45px;     
			vertical-align: sub;
		}
		.orbit-next::after, .orbit-previous::after { display: none; }
		.orbit-next, .orbit-previous, .orbit-next:focus, .orbit-previous:focus, .orbit-next:active, .orbit-previous:active { 
			z-index: 999999999; 
			cursor: pointer;
			background: transparent;
		}
		.orbit-next:hover, .orbit-previous:hover { background: rgba(0,0,0,.5) }
		.orbit-next:hover, .orbit-previous:hover, .orbit-next:focus, .orbit-previous:focus { padding: 1rem; }
		.orbit-next, .orbit-previous { background: transparent; }
		
	#slider .orbit-caption section span:hover{
		background: rgba(0,125,163, .75);
	}
	#slider .buttons .box{
		background: rgba(36,60,122, 1);
		border: rgba(36,60,122, 1) solid 1px;
	}
	#slider .buttons .box:hover{
		background: rgba(13,155,220, 1);
		border: rgba(36,60,122, 1) solid 1px;
	}
	#slider .buttons p{margin-bottom:0; padding:5px 0;}
	#slider .buttons a{
		color: #fff;
		text-transform:uppercase;
		font-family: 'Oswald', sans-serif;
		text-algn:center;
	}
	#slider .buttons{
		display:none;
	}
/* =============================================================================
     CTA                                                             
============================================================================= */
			.cta ul { 
				margin:0; 
				list-style:none; 
				width: 100%;
				display: table;
				position: relative;
			}
			
			.cta ul li { 
				padding: 0;
				margin: 0px; 
			}
			.cta ul li:first-child { margin-left:0px; }
			
			.cta ul li div:first-child {
				list-style:none;
				position: relative;
				background-repeat:no-repeat;
				background-size: cover;
				background-position: 50% 50%;
				padding: 0;
				height: 100px;
				z-index:999;
				border:3px black solid;
			}
			.cta a span {
				text-align: center;
				display: table-cell; 
				vertical-align:middle;
			}
			.cta a h2 { color: #fff; font-weight: 200; line-height: 1; font-family: 'Oswald', sans-serif; text-transform:uppercase; font-size:38px;}
			.cta a h2 strong { font-weight: 800; }
			.cta a:hover { opacity:1; }
			.cta a .overlay {
				background: #243c7a;
				position:absolute;
				top:0;
				bottom: 0;
				display: table;
				padding: 0 0 0 35px;
				width: 101%;
				height: 100%;
			}

			.cta a:hover .overlay { background:#007da3; }
			
				/* Interior */
				#interior .cta ul li div:first-child { height: 100px; }
			.cta .icon{max-height:45px; vertical-align:sub; display:inline-block;}	
	
/* =============================================================================
   Body                                                              
============================================================================= */
h1.heading {font-family: 'Oswald', sans-serif;}
#about{
	color:white;
	font-family: 'Oswald', sans-serif;
	background-color:#68748f;
	padding:50px 0;
}
#about .heading{
	font-size:36px;
}
#about .text{
	font-size:20px;
}
#grey{
	background-image:url(../siteart/grey-bg.jpg);
	font-family: 'Oswald', sans-serif;
	padding:50px 0;
}
.grey{
	background-image:url(../siteart/grey-bg.jpg);
	font-family: 'Oswald', sans-serif;
	padding:50px 0;
	background-size:cover;
}
.grey .row{background-color:white; padding:10px 0;}
#grey .grey-button{
	color:white;
	background-color:#243c7a;
	padding: 13px 0px 7px 0px;
	font-size: 25px;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	width:100%;
}
#grey a{color:white;}
#grey a:hover{color:white;}
#grey .grey-button:hover{
	background-color:#007da3;
}
#grey .icon{
	max-width:40px;     
	vertical-align: middle;
}
.dropdown-pane {
	position: absolute !important;
    z-index: 1;
    display: block;
	width:100%;
    max-width: 68rem !important;
    padding: 1rem;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    visibility: hidden;
    border: 1px solid #cacaca;
    border-radius: 2px;
    background-color: #fefefe;
    font-size: 1rem;
}

/* =============================================================================
   Location                                                             
============================================================================= */
#locations{
	font-family: 'Oswald', sans-serif;
	padding:20px 0;
}
#locations p{margin:0; padding:12px 0;}
#locations .city-name{
	text-transform:uppercase;
	color:#243c7a;
	font-size:25px;
}
#locations .underline{
	border-bottom:3px solid #243c7a;
}
#locations .last{
	padding-top:10px;
}
#locations .location-info{
	border-bottom:3px solid #243c7a;
	padding:10px 0;
}
#locations .info-category{
	color:#353535;
	text-transform:uppercase;
	font-size:20px;
}
#locations .info{
	color:#353535;
	font-size:16px;
}
#locations a{
	color:#243c7a;
}
#locations a:hover{
	color:#243c7a;
}
#locations a.button{
	background-color: #243c7a;
    color: white;
    text-transform: uppercase;
    width: 100%;
}
#locations a.button:hover{
	background-color:#353535;
}
#locations .title{
	text-transform:uppercase;
	color:#243c7a;
	font-size:30px;
}
/* =============================================================================
   locations on all pages                                                            
============================================================================= */

#location-bar{
	background:#68748f;
	padding:20px 0;
	font-family: 'Oswald', sans-serif;
}
#location-bar .city-name {
    color: white;
    text-transform: uppercase;
    font-size: 20px;
}
#location-bar .info {
    color: white;
}
#location-bar .info a {
    color: white;
}
#location-bar .info a:hover {
    color:#353535;
}
/* =============================================================================
  	Contact Page                                                             
============================================================================= */
#contact{
	font-family: 'Oswald', sans-serif;
	padding-top:20px;
}
#contact .title{
	text-transform:uppercase;
	color:#243c7a;
	font-size:30px;
}
#contact .locations-title{
	text-transform:uppercase;
	color:#243c7a;
	font-size:25px;
	border-bottom:2px solid #243c7a;
}
#contact .city-name{
	text-transform:uppercase;
	color:#243c7a;
	font-size:23px;
	font-weight:600;
	margin-bottom:0;
	font-family: 'Oswald', sans-serif;
}
#contact .info{
	font-size:18px;
}
#contact label{
	font-size:18px;
}
#contact .row{padding-bottom:20px;}
#contact [type=button], [type=submit] {
	font-family: 'Oswald', sans-serif;
	padding:5px;
	color:white;
	background-color:#243c7a;
	border: thin solid black;
}
#contact [type=button], [type=submit]:hover {
	background-color:white;
	color:#243c7a;
}
#contact [type=button], [type=reset] {
	font-family: 'Oswald', sans-serif;
	padding:5px;
	color:white;
	background-color:#68748f;
	border: thin solid black;
}
#contact [type=button], [type=reset]:hover {
	background-color:white;
	color:#68748f;
}

#contact label.radio-tile-label{
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #0a4275;
}
.calculator {
    width:100%;
    float:left;
}

.financial-calc {background:#fff; width:100%; height:450px;}
 
    @media screen and (max-width: 1024px) {
        .calculator {
            width:100%;
            margin-left:0%;
            float:none;
        }
        .financial-calc {height:400px;}     
    }       
     
#locations h5 {
    font-weight:normal;
    margin-bottom:0;
	text-transform:uppercase;
	color:#243c7a;
	font-size:25px;
	margin:0 5%;
	font-family: 'Oswald', sans-serif;
}    

/* =============================================================================
   Footer                                                              
============================================================================= */
.map-responsive{
    overflow:hidden;
    padding-bottom:420px;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.footer{padding:20px 0;}
.footer p{
	font-family: 'Oswald', sans-serif;
	text-align:center;
	color:#243c7a;
	font-size:20px;
}
.footer .info a{
	text-transform:uppercase;
	color:#243c7a;
	font-size:20px;
}
.footer .info a:hover{
	color:#007da3;
}
a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-size:13px; font-family: 'Oswald', sans-serif; color:#243c7a;}
a.footerlink:hover {text-decoration:none; font-size:13px; color:#007da3;}

.footertext{font-size:13px; color:#999999; 	color:#243c7a; font-family: 'Oswald', sans-serif;}

.smallfootertext{font-size:13px; color:#999999; display:none;}

.divfooter {max-width:450px; text-align:center; margin:0 auto;}


/* =============================================================================
   Mobile                                                              
============================================================================= */
@media only screen and (max-width: 1620px) {
		#slider .orbit-container {
			height: 70vh !important;
		}
		#slider .orbit-slide {
			height: 70vh;
		}
	#logowidth{width: 25%;}
	#navwidth{width: 75%;}
	
}
@media only screen and (max-width: 1370px) {
	.phone-number {
     position: relative;
     right:0 !important;
	 text-align:center;
	 margin-bottom:0rem;
	}
	header{margin-top:30px;}
	#menu-main a {
    padding: 0.8em 0.8em;
	}
}
@media only screen and (max-width: 1200px) {
		#slider .orbit-container {
			height: 50vh !important;
		}
		#slider .orbit-slide {
			height: 50vh;
		}
}


@media only screen and (max-width: 970px) {

	.off_canvas { display: block; }
	.mobile.button {
		display: block;
		background: url(../siteart/mobile.png) no-repeat 50% 50% / contain transparent;
		height: 45px;
		width: 45px;
		position:relative;
		color: transparent !important;
		float:right;
	}
	.menu-main-container { display: none; }
header {
    padding-right: 16px;
    padding-top: 13px;
	padding-bottom:1px;
	background-color:rgba(0,0,0,0.00);
}

.mobile-nav {
    margin-top: -20px;
}
.close{top:0;}
	
	#logowidth{width: 40%;}
	#navwidth{width: 20%;}
}
@media only screen and (max-width: 900px) {
		#slider .orbit-container {
			height: 50vh !important;
		}
		#slider .orbit-slide {
			height: 50vh;
		}
	#slider p {
    font-size: 28px;}
	#slider .orbit-caption section span {
    padding: 5px 0px;
    width: 43%;
	}
	#slider .icon {
    max-width: 37px;
    vertical-align: sub;
}
}
@media only screen and (max-width: 640px) {
#grey .grey-button {
    font-size: 20px;
}
#grey .icon {
    max-width: 30px;
}
.cta .icon {
    max-height: 36px;
    vertical-align: sub;
}
#slider hp {
    font-size: 19px;}
.cta a h2 {
    font-size: 28px;
}
#slider .icon {
    max-width: 23px;
}
}
@media only screen and (max-width: 500px) {
#slider .orbit-container {
			height: 40vh !important;
		}
		#slider .orbit-slide {
			height:40vh;
		}
.phone-number, .phone-number a{
	font-size:20px;}
}
@media only screen and (max-width: 400px) {
	#slider .orbit-caption section span {
    display: none;
	}
	#slider .buttons{
		display:block;
	}
	#logowidth{width: 100%;}
	#navwidth{width: 100%;}
}