/*
Theme Name: BlankSlate
Theme URI: http://wordpress.org/themes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: <strong>UPDATE</strong> - 4.0+ is here, completely overhauled, yet again. As always, <a href="http://tidythemes.com/concept/#upgrading">use caution when upgrading</a> (tidythemes.com/concept/#upgrading) and <a href="http://tidythemes.com/concept/">learn the TidyThemes concept</a> (tidythemes.com/concept). &nbsp; &rarr; <em><strong>CAUTION</strong>: If you're child theming or have clients that are child theming on top of BlankSlate (not the recommended use), please do not blindly upgrade to newer versions.</em> &nbsp; &rarr; <strong>DESCRIPTION</strong>: BlankSlate is the definitive WordPress HTML5 boilerplate starter theme. We've carefully constructed the most clean and minimalist theme available anywhere for designers/developers to use as a base/foundation to build websites for clients or to build completely custom themes from scratch to release faster. Clean, semi-minified, unformatted and valid code, SEO-friendly, no programmer comments, standardized and as white label as possible and most importantly, CSS reset for cross-browser-compatability and no intrusive visual CSS styles added whatsoever. A perfect skeleton theme that blows any others like it (the subsequent underscores.me for example) completely out of the water, as they're simply too overcomplicated for what people really want in this kind of theme. Now comes with jQuery enqueued and ready to go. &nbsp; &rarr; <strong>SUPPORT</strong>: Please use the <a href="http://tidythemes.com/forum/">official support forum</a> (tidythemes.com/forum). Comments and suggestions for improving BlankSlate, please see "<a href="http://tidythemes.com/tidythemes-sucks/">TidyThemes Sucks!</a>" (tidythemes.com/tidythemes-sucks). Just getting started? <a href="http://tidythemes.com/want-to-learn-css/">Want to learn CSS?</a> (tidythemes.com/want-to-learn-css) &nbsp; &rarr; <strong>WHAT'S NEW?</strong>: We stripped down as much custom, extraneous, superfluous junk code as we could and greatly improved the HTML5 structure. <a href="http://make.wordpress.org/themes/author/chipbennett/">Chip Bennett</a> (make.wordpress.org/themes/author/chipbennett), a highly experienced programmer and official WordPress administrator, worked closely with us to audit the theme code for quality. <a href="http://themes.trac.wordpress.org/changeset?old_path=/blankslate/3.3&new_path=/blankslate/4.0">See</a> (themes.trac.wordpress.org/changeset?old_path=/blankslate/3.3&new_path=/blankslate/4.0) just how much we've revamped things. Last, but not least, BlankSlate has now been <a href="https://github.com/tidythemes/blankslate">opened up on GitHub</a> (github.com/tidythemes/blankslate) if anyone would like to make suggested code additions/improvements. Thank you for using BlankSlate.
Version: 4.0.2
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: black, blue, white, light, one-column, fluid-layout, responsive-layout, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2014 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/


				body.not(.home) .wrapper .ac,
				body.not(.home) .wrapper .he {
					display:none;
				}
				
				section#banner-secondary {
					height:240px !important;
				}




body {
	margin:0;
}

a {
	outline:0;
	color:#3753a4;
}

a:hover {
	color:#1d3477;
}

img {
	border:0;
}

.alignleft {
	float:left;
}

.aligncenter {
	text-align:center;
}

.alignright {
	float:right;
}

header#header {
	background:url('images/bg_header.jpg') repeat-x;
	height:117px;
	position:relative;
	z-index:5;
}

section#branding {
	width:960px;
	margin:0 auto;
	position:relative;
}

div#site-logo {
	background:url('images/bg-logo.png') no-repeat;
	height:120px;
	width:285px;
	padding:18px 0 0 50px;
	float:left;
}

div#site-logo a {
	background:url('images/logo.png') no-repeat;
	height:84px;
	width:241px;
	display:block;
	text-indent:-9999px;
}

a.dch {
	background:url('images/schedule.png') no-repeat;
	display:block;
	width:181px;
	height:38px;
	text-indent:-9999px;
	position:absolute;
	top:8px;
	right:240px;
}

a.dch:hover {
	background-position:0 -38px;
}

div#site-social {
	float:right;
	padding:10px 0 0;
}

div#site-social a {
	background:url('images/social_icons.png') no-repeat;
	display:inline-block;
	height:31px;
	width:40px;
	text-indent:-9999px;
}

div#site-social a.gp {
	background-position:0px 0px;
}

div#site-social a.gp:hover { 
	background-position:0px -31px;
}

div#site-social a.fb {
	background-position:-40px 0px;
}

div#site-social a.fb:hover { 
	background-position:-40px -31px;
}

div#site-social a.tw {
	background-position:-80px 0px;
}

div#site-social a.tw:hover { 
	background-position:-80px -31px;
}

div#site-social a.yt {
	background-position:-120px 0px;
}

div#site-social a.yt:hover { 
	background-position:-120px -31px;
}

div#site-social a.bl {
	background-position:-160px 0px;
}

div#site-social a.bl:hover { 
	background-position:-160px -31px;
}


section#banner {
	background:url('images/home_slide.jpg') top center no-repeat;
	width:100%;
	height:484px;
}

div#banner-inside {
	background:url('images/bg_home_slide_colors.png') top center no-repeat;
	width:100%;
	height:484px;
}

div.banner-slides {
	width:784px;
	height:484px;
	position:absolute;
	z-index:2;
	left:-168px;
	top:0;
	overflow:hidden;
}

div.banner-slides .banner-slide {
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	cursor:pointer;
}

div.banner-slides .banner-slide .slide {
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
}

div.banner-slides .banner-slide .slide.slide-1a {
	background:url('images/slide-0.png') top right no-repeat;
	z-index:1;
}

div.banner-slides .banner-slide .slide.slide-1b {
	/* background:url('images/slide-1b.png') top right no-repeat; */
	z-index:2;
}

div.banner-slides .banner-slide .slide.slide-2a {
	background:url('images/slide-2a.png') 0px 10px no-repeat;
	z-index:1;
}

div.banner-slides .banner-slide .slide.slide-2b {
	background:url('images/slide-2b.png') 0px 10px no-repeat;
	z-index:2;
}

div.banner-slides .banner-slide .slide.slide-3 {
	background:url('images/slide-3.png') center center no-repeat;
	z-index:1;
}


div.banner-slides .banner-slide .slide.slide-4a {
	background:url('images/slide-4a.png') 168px 88px no-repeat;
	z-index:1;
}

div.banner-slides .banner-slide .slide.slide-4b {
	background:url('images/slide-4b.png') 168px 88px no-repeat;
	z-index:2;
}

div.banner-static {
	width:372px;
	position:absolute;
	z-index:1;
	top:0;
	right:0;
}

div.banner-static .ac {
	
}

div.banner-static .ac-inside {
	background:url('images/bg_home_services.png') no-repeat;
	height:64px;
	width:187px;
	padding:114px 0 0 98px;
	margin:50px 0 0 50px;
}

div.banner-static .ac-inside a.button {
	background:url('images/button_learn_more.png') no-repeat;
	width:175px;
	height:48px;
	display:block;
	text-indent:-9999px;
}
div.banner-static .ac-inside a.button:hover {
	background-position:-175px 0px;
}

div.banner-static .he {
	
}

div.banner-static .he-inside {
	background:url('images/bg_home_services.png') 0px -236px no-repeat;
	height:64px;
	width:187px;
	padding:114px 0 0 98px;
	margin:50px 0 0 50px;
}

div.banner-static .he-inside a.button {
	background:url('images/button_learn_more.png') 0px -48px no-repeat;
	width:175px;
	height:48px;
	display:block;
	text-indent:-9999px;
}
div.banner-static .he-inside a.button:hover {
	background-position:-175px -48px;
}

#banner-secondary .ac {
	float:left;
	width:312px;
}

#banner-secondary .ac-inside {
	background:url('images/bg_secondary_services.png') no-repeat;
	height:64px;
	width:197px;
	padding:114px 0 0 98px;
	margin:90px 0 0 160px;
}

#banner-secondary .ac-inside a.button {
	background:url('images/button_learn_more.png') 0px -48px no-repeat;
	width:175px;
	height:48px;
	display:block;
	text-indent:-9999px;
}

#banner-secondary .ac-inside a.button:hover {
	background-position:-175px -48px;
}

#banner-secondary .he {
	float:right;
}

#banner-secondary .he-inside {
	background:url('images/bg_secondary_services.png') -313px 0px no-repeat;
	height:64px;
	width:197px;
	padding:114px 0 0 98px;
	margin:90px 160px 0 0px;
}

#banner-secondary .he-inside a.button {
	background:url('images/button_learn_more.png') no-repeat;
	width:175px;
	height:48px;
	display:block;
	text-indent:-9999px;
}
#banner-secondary .he-inside a.button:hover {
	background-position:-175px 0px;	
}

section#help {
	background:url('images/bg_home_help.jpg') top center no-repeat;	
	height:201px;
	border-bottom:14px solid #3753a4;
}

div#help-content {
	float:left;
	padding:54px 0 0 20px;
}

div#help-content .line1 {
	font-size:46px;
	color:#b20202;
	font-family:'Montserrat',sans-serif;
}

div#help-content .line2 {
	color:#000;
	font-size:24px;
	font-family:'Montserrat',sans-serif;
}

div#help-button {
	background:url('images/bg_help_button.png') no-repeat;
	width:190px;
	height:94px;
	float:right;
	margin:58px 42px 0 0;
}

div#help-button a {
	background:url('images/button_help.png') no-repeat;
	height:50px;
	width:168px;
	display:block;
	text-indent:-9999px;
	margin:20px auto 0;
}

div#help-button a:hover {
	background-position:0px -50px;
}

section#content {
	background:url('images/bg_secondary_bottom.jpg') top center no-repeat;
	position:relative;
	min-height:683px;
	height:auto !important;
}

.home section#content {
	background:#fff;
	min-height:400px;
}

.home section#content h2 {
	text-align:center;
	width:100%;
	display:block;
	background:url('images/bg_customers_saying.jpg') bottom center no-repeat;
	padding:0px 0px 50px 0px;
	color:#3753a4;
	text-transform:uppercase;
	font-size:36px;
	font-family:'Montserrat',sans-serif;

}

#featured-area {
	width:960px;
	margin:0 auto;
	padding:0px 0px 20px 0;
}

#featured-area .featured-item {
	width:317px;
	display:inline-block;
	
}

#featured-area .featured-item img {
	max-width:100%;
	width:auto;
	height:auto;
}

#featured-area .featured-item h3 {
	color:#14558b;
	font-weight:400;
	font-family:'Montserrat',sans-serif;
	font-size:30px;
	margin:0;
}

#featured-area .featured-item h3 a {
	color:#14558b;
	text-decoration:none;
}

#featured-area .featured-item h3 a:hover {
	text-decoration:underline;
}

#featured-area .featured-item p {
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-size:18px;
	text-align:justify;
	display:block;
	padding:0 20px 0 10px;
	line-height:150%;
}
.wrapper {
	width:960px;
	margin:0 auto;
	position:relative;
}

section#banner-secondary {
	width:100%;
	height:483px;
	background:url('images/secondary_slide.jpg') top center no-repeat;
	position:relative;
	z-index:1;

}

div#content-wrapper {
	width:1010px;
	margin:0px auto 0;
	display:table;
	min-height:400px;
	height:auto !important;
	position:relative;
	background:url('images/bg_secondary_top.png') top center no-repeat;
	top:-158px;
	z-index:2;
}

div#content-inside {
	width:803px;
	font-family:Helvetica,Arial,sans-serif;
	color:#000;
	vertical-align:top;
	padding:46px 20px 0 50px;
	box-sizing:border-box;
	display:table-cell;
}

div#sidebar {
	padding:55px 0 0 0;
	width:207px;
	vertical-align:top;
	display:table-cell;
	box-sizing:border-box;
}

div#sidebar ul {
	padding:0;
	margin:0;
	list-style:none;
	width:207px;
}

div#sidebar ul .authorized {
	background:url('images/sidebar.png');
	text-indent:-999em;
	height:270px;
}

div#sidebar ul li a {
	background:url('images/sidebar.png');
	display:block;
	text-indent:-999em;
}

div#sidebar ul li a.products {
	background-position:0 -270px;
	height:88px;
}

div#sidebar ul li a.products:hover {
	background-position:-207px -270px;
	height:88px;
}

div#sidebar ul li a.credit {
	background-position:0 -358px;
	height:75px;
}

div#sidebar ul li a.credit:hover {
	background-position:-207px -358px;
	height:75px;
}

div#sidebar ul li a.dealer {
	background-position:0 -433px;
	height:75px;
}

div#sidebar ul li a.dealer:hover {
	background-position:-207px -433px;
	height:75px;
}

div#sidebar ul li a.blog {
	background-position:0 -508px;
	height:75px;
}

div#sidebar ul li a.blog:hover {
	background-position:-207px -508px;
	height:75px;
}

div#sidebar ul li a.survey {
	background-position:0 -583px;
	height:75px;
}

div#sidebar ul li a.survey:hover {
	background-position:-207px -583px;
	height:75px;
}

div#sidebar ul li a.meet {
	background-position:0 -658px;
	height:74px;
}

div#sidebar ul li a.meet:hover {
	background-position:-207px -658px;
	height:74px;
}

div#breadcrumbs {
	color:#fff;
	font-size:12px;
	font-family:Arial,Helvetica,sans-serif;
	padding:4px 0 0;
}

div#breadcrumbs a {
	color:#fff;
	text-decoration:none;
}

div#breadcrumbs a:hover {
	text-decoration:underline;
}

div#content-inside h1.entry-title {
	display:block;
	height:36px;
	padding-left:50px;
	background:url('images/bg_h2.jpg') no-repeat;
	color:#3753a4;
	font-family:'Montserrat',sans-serif;
	text-transform:uppercase;
	font-size:24px;
	line-height:140%;
}

div#content-inside h1.entry-title a {
	color:#3753a4;
	text-decoration:none;
}

div#content-inside h2.entry-title {
	display:block;
	height:25px;
	color:#3753a4;
	font-family:'Montserrat',sans-serif;
	text-transform:uppercase;
	font-size:24px;
	line-height:140%;
}

div#content-inside h2.entry-title a {
	color:#3753a4;
	text-decoration:none;
}

div#content-inside section.entry-meta {
	height:25px;
	color:#3c3c3c;
	font-size:10px;
}

div#content-inside section.entry-meta a {
	color:#3753a4;
}

div#content-inside footer.entry-footer {
	height:25px;
	color:#3c3c3c;
	font-size:11px;
}

div#content-inside footer.entry-footer a {
	color:#3753a4;
}

div#content-inside section#comments {
	border-top:1px solid #6f6f6f;
	padding-top:25px;
	margin-top:25px;
}

div#content-inside section#comments h3.comments-title {
	display:block;
	height:25px;
	color:#3753a4;
	font-family:'Montserrat',sans-serif;
	text-transform:uppercase;
	font-size:20px;
	margin-top:0;
}

div#content-inside section#comments ul {
	list-style:none;
	padding:0;
	margin:0;
}

div#content-inside section#comments ul li.comment .avatar {
	display:none;
}

div#content-inside section#comments ul li.comment .fn,
div#content-inside section#comments ul li.comment .says {
	color:#3c3c3c;
	font-size:13px;
}

div#content-inside section#comments ul li.comment .fn a {
	color:#3753a4;
}

div#content-inside section#comments ul li.comment .comment-meta a {
	color:#000;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}

div#content-inside section#comments ul li.comment .reply {
	color:#3c3c3c;
	font-size:13px;
}

div#content-inside section#comments ul li.comment .reply a {
	color:#3753a4;
}

div#content-inside section#comments div#respond {
	padding-top:50px;
}

div#content-inside section#comments #commentform label {
	display:inline-block;
	width:100px;
}

div#content-inside section#comments .form-allowed-tags {
	padding:20px 0 0;
	font-size:13px;
	font-style:italic;
}

div#content-inside section#comments .form-allowed-tags code {
	margin:10px 0;
	font-size:12px;
	display:block;
	font-family:"Lucida Console", Monaco, monospace;
}

section.entry-content {
	padding:0px 0px 24px 0px;
	font-size:14px;
	line-height:140%;
}

form input[type="text"],
form input[type="email"],
form textarea {
	border:1px solid #d7d7d7;
	font-family:'Montserrat',sans-serif;
	font-size:16px;
	padding:3px;
	box-sizing:padding-box;
	-webkit-box-sizing: padding-box;
	color:#333;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form textarea:focus {
	border:1px solid #3753A4;
}

form input[type="submit"] {
	font-family:'Montserrat',sans-serif;
	padding:6px 10px;
	color:#fff;
	background:#3753A4;
	border:1px solid #3753A4;
	cursor:pointer;
	text-transform:uppercase;
}

form input[type="submit"]:hover {
	background:#fff;
	color:#3753A4;
}

#location-list {
    padding: 20px 0;
}
.location-block {
    display: block;
    float: left;
    width: 33%;
}

footer#footer {
	background:url('images/bg_footer.jpg') top center repeat-x #000;
	min-height:90px;
	height:auto !important;
}

footer div#carrier {
	height:105px;
	width:268px;
	background:url('images/footer_carrier_logo.jpg') no-repeat;
	float:left;
}

footer div#copyright {
	float:right;
	font-size:12px;
	font-family:Arial,Helvetica,sans-serif;
	color:#fff;
	padding:30px 0 0;
	text-align:right;
	line-height:150%;
}

footer div#copyright a {
	color:#fff;
	text-decoration:none;
}

footer div#copyright a:hover {
	text-decoration:underline;
}

.clear {
	clear:both;
}


.tinynav { display: none }