/*!
 * LEGEND - Free Responsive One Page Template
 *
 * Copyright 2013
 * Created by: Inbetwin Network
 * URL: http://inbetw.in
 * Designed and built based on Twitter Bootstrap. */

/*
===========================
CONTENTS:

01 Sensible defaults
02 Typography
03 Non-semantic
04 Navbar
05 Single-Page Sections
06 Footer
07 Bootstrap Carousel
08 Buttons
09 Media queries 
===========================
*/

/* ---------------------------------------------------------------------------------------------------------- 
01 Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

div, article, section, header, footer, nav, li {
	position:relative;
}
.group:after {
	display:block;
	height:0;
	clear:both;
	content:".";
	visibility:hidden; /* For clearing */
}
body {
	background:#f9f9f9;

/*	color: #003366;*/
color: #003366;
	/*font-size: 100%;*/
	/*font-family: 'MyriadPro-Light', sans-serif;*/
	/*font-family: 'Open Sans', Helvetica, Arial, sans-serif;*/
	padding-top:90px; /* 60px to make the container go all the way 
to the bottom of the topbar */
	text-rendering: optimizeLegibility;
}

form {
	text-align: left;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
}
label {
	font-size:14px;
	font-weight: bold;
	text-align:left;
}

/*---------- FORMS ----------*/

/* ---------------------------------------------------------------------------------------------------------- 
02 Typography -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/*

14 / 16	= 		0.875em 		(14px equivalent)
16 / 16	= 		1em 			(16px equivalent)
18 / 16 = 		1.125em 		(18px equivalent)
21 / 16 = 		1.3125em 		(21px equivalent)
24 / 16 = 		1.5em 			(24px equivalent)
30 / 16 = 		1.875em 		(30px equivalent)

*/



p {
	font-size: 16px; /* 16px */
	line-height: 1.5; /* 24px */
	margin: 0 0 1.5em 0;
	text-align:center;
}
ul, ol {
	font-size: 1em; /* 16px */
	line-height: 1.5; /* 24px */
	margin: 0 0 1.5em 0;
}
body, input, textarea {
color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal; /* reset default browser weight for our webfonts */
	font-family: 'HelveticaNeueLTStd-MdCn', 'Helvetica', 'Arial', sans-serif;
}
h1 {
	font-size: 1.5em; /* 24px */
	line-height: 1; /* 24px */
	margin-top: 1.42em;
	margin-bottom: 0em;
}
h2 {
	font-size: 1.3125em; /* 21px */
	line-height: 1.1429; /* 24px */
	margin-top: 1.1429em;
	margin-bottom: 0em;
}
h3 {
	font-size: 1.125em; /* 18px */
	line-height: 1.3333; /* 24px */
	margin-top: 1.3333em;
	margin-bottom: 0em;
}
h4 {
	font-size: 1em; /* 16px */
	line-height: 1.5; /* 24px */
	margin-top: 1.5em;
	margin-bottom: 0em;
}
h5 {
	font-size: 0.875em; /* 14px */
	line-height: 1.7143; /* 24px */
	margin-top: 1.7143em;
	margin-bottom: 0em;
}
strong {
	font-weight:normal;
	/*font-family: 'Open Sans', sans-serif;*/
}
small {
	font-size: 0.75em; /* 12px */
	line-height: 2; /* 24px */
	margin-top: 2em;
	margin-bottom: 0em;
}
em {
	font-style: normal;
	font-family: 'Open Sans';
}
.muted {
	color: #A5A5A2;
	font-family: 'MyriadPro-Light', sans-serif;
}
.impressed {
	text-shadow:
 -1px -1px 0 rgba(0, 0, 0, 0.5), /* shadow */  1px 1px 0 rgba(255, 255, 255, 0.9); /* highlight */
}
/* ---------------------------------------------------------------------------------------------------------- 
03 Non-semantic ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/* New Image Replacement Hack */

.hide-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 1em;
}
.alignright {
	text-align: right;
}
.alignleft {
	text-align: left;
}
.aligncenter {
	text-align: center;
	margin: 0 auto;
	display:block;
}
.medium {
	font-weight: normal;
	font-family: 'MyriadPro-Light', sans-serif;
}
/* ---------------------------------------------------------------------------------------------------------- 
04 Navbar ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

.navbar-fixed-top .container {
/* Uncomment to make nav expand full width */
 /*	width: auto; */
	background-color: #ebebeb;

}
.navbar {
	border:0;

}
.navbar-header {
	float:left;

}
.navbar a.navbar-brand {
/*	margin-left:0;
	padding: 0;
	margin-top: .5em;
	width:161px;
	height:64px;
	line-height: 64px;
*/
}
.navbar a.navbar-brand:hover {
	text-decoration: none;
	color:#ff9933;
	transition: color .15s linear;
	-webkit-transition: color .15s linear;
	-moz-transition: color .15s linear;
}
.navbar a.navbar-brand:focus {
	outline: none;
}
.navbar .container {
	min-height: 84px;
}
.navbar-inverse {
	background-repeat: repeat;
/*	background-color: #000000; */
}
.navbar-wrapper {
	overflow:hidden;/* No fixed height, will break collapsible nav */

}
#menu-main {
	margin-top:0em;
	margin-bottom:0;
	margin-left:-15px;
	margin-right:-15px;
}
ul#menu-main > li {
	float:left;
}
ul#menu-main > li > a {
	font-family: 'MyriadPro-Light';
	font-weight: normal;
	font-size: 15px;
	color: #666666;
	line-height:50px;
	padding: 9px 15px;
	border-left:1px solid #dbdbdb;
}
ul#menu-main > li > a:hover {
	background: #f5f5f5 url(../images/nav-h.jpg) repeat-x bottom;
	padding: 9px 15px;
	color:#003366;
	border-left:1px solid #dbdbdb;
}
ul#menu-main > li.active > a {
	background: #f5f5f5 url(../images/nav-h.jpg) repeat-x bottom;
	padding: 9px 15px;
	color:#003366;
	border-left:1px solid #dbdbdb;
}
.navbar-inverse .brand, .navbar-inverse .nav > li > a {
	text-shadow: none;
}

ul#menu-main > li > a.nav-selected {
	color: #fff;
	border-left:0px solid #dbdbdb;
	background:#ff9933;
	font-family: 'HelveticaNeueLTStd-MdCn', 'Helvetica', 'Arial', sans-serif;
}
ul#menu-main > li > a.customer-payments {
	color: #fff;
	border-left:0px solid #dbdbdb;
	background:#003366;
	font-family: 'HelveticaNeueLTStd-MdCn', 'Helvetica', 'Arial', sans-serif;
}
/* ---------------------------------------------------------------------------------------------------------- 
05 Single-Page Sections ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
#headerwrap {
	width: 100%;
  background: url(/style/images/cfbg2.jpg) no-repeat 
center top fixed;


  -webkit-background-size: cover;
  -moz-background-size: cover;          
  -o-background-size: cover;
    font-family: leaptechsubtext;
	background-size: contain;
	min-height: 400px;
	margin-top: -35px;
	padding-top:60px;
	text-align:center;


}
#headerwrap h1, #headerwrap h2 {
	display: inline-block;
	white-space: nowrap;
	color: #FFFFFF;
	font-family: 'HelveticaNeueLTStd-Bd';
	font-size: 2.5em;
	height:1.5em;
	line-height: 1.2em;
	font-weight: 400;
	margin: 1.45em auto 0;
	background:#003366;
	padding:0.15em 0.5em 0;
}
#headerwrap h2 {
	margin:.25em 0 0 1em;
	background:#ff9933;
}
#headerwrap h1 span {
	color:#f0bf00;
}

section.single-page {
	padding: 6.75em 0; /* 76px */
}
section.single-page h1 {
	text-align: center;
	font-family: 'HelveticaNeueLTStd-MdCn', 'Helvetica', 'Arial', sans-serif;
	margin-bottom: 2em; /* 72px */
	font-size: 2.25em; /* 36px */
}

.page-content {
	text-align: center;
	padding:4em 0;
}
.page-content h1 {
	font-size: 35px;
	margin-bottom: 1em;
	margin-top: 0.5em;
	padding-bottom:0.5em;
	/*background:url('/style/images/about-underline.jpg') 
no-repeat 
bottom center;*/
}
.page-content h2 {
	font-size: 22px;
	margin-bottom: 15px;
	margin-top: 10px;
	text-align:center;
}

/* home */

section#home {
	background:#f9f9f9;
}
section#home h1 {
	font-size: 35px;
	margin-bottom: 1em;
	color:#003366;
	margin-top: 0.5em;
	padding-bottom:0.5em;
	background:url('../images/welcome-underline.jpg') no-repeat bottom center;
}
section#home hgroup h2 {
	margin-top: 1em;
	text-transform: capitalize;
}
section#home hgroup h3 {
	margin-top:  .35em;
}
section#home .entry-content {
	margin: 1em 0 2.5em;
}
section#home .align {
	text-align:center;
	margin-top:10px;
	font-size:6em;
}
section#home .sep-img {
	z-index: 1000;
	height:154px;
	margin-top:5.5em;
	margin-bottom:-72px;
	background:url('../images/hr-img.jpg') no-repeat center center;
}

/* aboutus */

section#aboutus {
	padding-top:9.5em;
	padding-bottom: 9.5em;
	background-color:#fff;
}
section#aboutus h1 {
	font-size: 35px;
	margin-bottom: 1em;
	color:#003366;
	margin-top: 0.5em;
	padding-bottom:0.5em;
	background:url('/style/images/about-underline.jpg') no-repeat 
bottom center;
}
section#aboutus h2 {
	font-size: 22px;
	margin-bottom: 15px;
	margin-top: 10px;
	text-align:center;
}
section#aboutus .align {
	text-align:center;
	margin-top:10px;
	font-size: 6em;
}
section#aboutus .align .sev_icon {
	text-align:center;
	margin:10px 0 20px 0;
	font-size: 0.6em;
	color:#F0BF00;
}
section#aboutus .span3 {
	background:#e9e9e9;
	padding: 20px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
section#aboutus .span3:hover {
	background:#e3e3e3;
	box-shadow: 1px 1px 6px #C1BAC1;
}




/* specialties */
section#specialties {
	background: url("../images/orange-bg.jpg") repeat 0 0;
}
section#specialties .align {
	font-size: 6em;
	text-align: center;
}
article.post {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}
article .inside {
	margin: 18px 24px 24px;
	padding-top: 1em;
	background: url("../images/dot-row-2.png") repeat-x scroll 0 0 transparent !important;
}
.post-date {
	color: #A5A5A2;
	float: right;
	font-family: 'Open Sans';
	font-size: 14px;
	font-style: normal;
	line-height: 2;
	margin-right: 5px;
}
#specialties h1 {
	font-size: 35px;
	margin-bottom: 2em;
	text-transform:uppercase;
	color:#fff;
	margin-top: 0.5em;
	padding-bottom:0.5em;
	background:url(../images/specialties-underline.jpg) no-repeat bottom center;
}
#specialties h2 {
	font-size: 28px;
	margin-top: 25px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-align:center;
	color: #fff;
	clear: both;
}
#specialties h3 {
	font-size: 20px;
	margin-top: 14px;
	margin-bottom: 24px !important;
	color:#fff;
	margin-bottom: 0px;
	font-family: 'MyriadPro-Light';
}
#specialties h3, .position {
	text-align: center;
}
#specialties p {
	font-size: 1.25em; /* 20px */
	line-height: 1.5; /* 24px */
	margin: 0 0 1.5em 0;
	text-align:center;
	color:#fff;
	font-family: 'MyriadPro-Light';
}
.rental-terms {
	margin-top: 26px;
	text-align:center;
}

/* Team and Contact */

section#faq {
	color: #e4e5e2;
	background:#003366;
}
section#contact {
	color: #e4e5e2;
	background:#2d2d2d;
}
section#faq .align, section#contact .align {
	font-size: 6em;
	text-align: center;
}
#faq h1 {
	font-size: 35px;
	margin-bottom: 1em;
	text-transform:uppercase;
	color:#fff;
	margin-top: 0.5em;
	padding-bottom:0.5em;
	background:url(../images/faq-underline.jpg) no-repeat bottom center;
}
#faq h2 {
	font-size: 28px;
	margin-top: 25px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-align:center;
	color: #fff;
	clear: both;
}
#faq dt {
	font-family: 'HelveticaNeueLTStd-MdCn';
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 0;
	text-align:center;
	color: #fff;
	clear: both;
	background:url('../images/sep-img.jpg') no-repeat center top;
	padding-top:1em;
}
#faq dl#base_faqs dt:first-child {
	background:none;
	padding-top:0;
}
#faq dd {
	margin:1em 0;
}
#contact, #faq {
	padding-top: 6.75em;
}
#faq {
	padding-bottom: 6.75em;
}
#contact {
	padding-bottom: 0;
}
/* team */


#faq .featurette {
	text-align: center;
	font-size: 21px;
	margin:0;
	padding:0;
}
#faq h2.featurette-heading {
	margin-bottom: 24px;
}
.teamalign {
	text-align:center
}

.more-faqs-button {
	margin-top:5em;
	font-size:16px;
	font-weight: bold;
}
.submit-support-button {
	margin-top:5em;
	font-size:16px;
	font-weight: bold;
}

/* Contact */

#contact, #contact p {
	font-family: 'MyriadPro';
	font-size: 20px;
	text-align:left;
	color: #888;
}
#contact .name {
	color: #ddd;
}
#contact a {
	color: #aaa;
}
#contact a:hover {
	color: #ddd;
}
#contact .ext {
	color: #ccc;
}

#contact h1 {
	font-size: 35px;
	margin-bottom: 1em;
	text-transform:uppercase;
	color:#fff;
	margin-top: 0.5em;
	padding-bottom:0.5em;
	background:url(../images/contact-underline.jpg) no-repeat bottom center;
}
#contact h2 {
	width:11em;
	margin:1.5em auto;
	font-family: 'MyriadPro';
	font-size: 28px;
	text-align:left;
	color: #888;
	clear: both;
}
#contact h2 .fa-stack {
	float:left;
}
#contact h2 .number {
	font-size: 36px;
	color:#ccc;
}

#contact .general-contact-info {
	margin-top:3em;
	margin-bottom:2em;
	border-top:1px solid #666;
	padding-top:3em;
	text-align: center;
}
#contact .general-contact-info p {
	text-align: center;
}
#contact .general-contact-info i {
	color:#fff;
	margin-right:10px;
}

ul.big-list {
	font-size:24px;
}

#job-title {
	background: #003366;
	color:#fff;
}
#job-title .container{
	position: relative;
}
#job-title.job-list-page {
	background-image: url('../images/storage_shed_dealer_lot-faded.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.all-jobs-link {
	position: absolute;
	top: 20px;
	margin:0;
	right: 0;
	color:#ff9933;
}
.all-jobs-link a:link {
	color:#ff9933;
}

.job-list-intro {
	text-shadow: 1px 1px 3px black;
	font-weight: bold;
}

#job-list, #job-details {
	background:#e9e9e9;
}
#job-details h1 {
	margin:0;
}
#job-list h1 {
	margin-top:0;
}

#job-geography {
	min-height:600px;
	padding:20px 0;
	background: #003366;
	color:#fff;
	background-image: url('../images/sales_rep_mid-west_map.png');
	background-repeat: no-repeat;
	background-position: center 50px;
	background-size: contain;
}
#job-geography.northeast {
	background-image: url('../images/sales_rep_northeast_map.png');
}
#job-geography.fl_ga_al {
	background-image: url('../images/sales_rep_fl_ga_al_map.png');
}
#job-geography h1 {
	padding:0;
	margin: 0;
	color: #fff;
}

/* Customer Application form */
/* Forms */
.form-group-inline .form-group, .form-group-inline .input-group {
	float: left;
	margin-right: 20px;
}
.form-group-inline .form-group:last-child, .form-group-inline > .form-group:last-child {
	float: none;
	margin-right: 0;
}

label {
	font-weight: normal;
}
.form-group.required label, .question-container.required .question {
	font-weight: bold;
}
.customer_application label {
	white-space: nowrap;
}
.customer_application .wrap-labels label {
	white-space: normal;
}
body.customer_application .panel-body {
	padding:0;
}

.customer_application #wrap {
	padding-left:0;
	padding-right:0;
}
.customer_application .container {
	padding:0;
	margin:0;
	width:100%;
}

.form-section {
	padding:0 0 30px;
}
.form-section h3 {
	margin:30px 0;
}
.form-section h4 {
	margin-top:30px;
}

.customer_application small {
	font-size: 0.75em; /* 12px */
	line-height: 1;
	color: #999;
	font-weight: normal;
}

.customer_application p {
	text-align: left;
}

.customer_application .form-control {
	padding:6px 8px;
}

.question-container .question {
	margin-bottom:0;
	line-height: 30px;
	text-align: left;
	color: #000;
}
.question-container .btn-group {
	margin-right:20px;
}

.term_chooser div.radio, .term_chooser label {
	margin:0;
	cursor: pointer;
}
.term_chooser .label {
	font-size: 100%;
}

.term_details td {
	text-align: right;
	width:50%;
}

.product-info td {
	text-align: right;
}

.reference_1, .reference_2, .reference_3, .reference_4 {
	padding-top:20px;
}
.reference_1:before, .reference_2:before, .reference_3:before, .reference_4:before {
	display: block;
	position: absolute;
	top: -10px;
	left: -10px;
	background-color: #555555;
	color: #fff;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
}
.reference_1:before {
	content: "1";
}
.reference_2:before {
	content: "2";
}
.reference_3:before {
	content: "3";
}
.reference_4:before {
	content: "4";
}

/* Signature Form */
.create_signature_wrapper .original.signature_form {
	width:auto;
	margin:0 0 1em;
	padding:0;
}
.create_signature_wrapper .original.signature_form .inner_signature_form {
	border: 1px solid #ddd;
	border-top: 0;
	background-color:#fff;
	padding:10px;
}
.create_signature_wrapper .draw_it_desc, .create_signature_wrapper .form-horizontal .control-label.draw_it_desc {
	padding-bottom:7px;
	text-align: left;
}
.signature_overlay {
	
}
.patience_overlay {
	z-index: 10000;
	filter: alpha(opacity=80); /*older IE*/
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); /* IE */
	-moz-opacity: .80; /*older Mozilla*/
	-khtml-opacity: 0.8;   /*older Safari*/
	opacity: 0.8;   /*supported by current Mozilla, Safari, and Opera*/
	background:#000000 url('../images/ajax-loader.gif') 50% 20% no-repeat;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	vertical-align:middle;
	color:#e4e4e4;
	padding:300px 0 0 0;
	font-size:24px;
	font-weight:normal;
	text-align:center;
}
.signature_form_patience_overlay {
	z-index: 10000;
	filter: alpha(opacity=80); /*older IE*/
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); /* IE */
	-moz-opacity: .80; /*older Mozilla*/
	-khtml-opacity: 0.8;   /*older Safari*/
	opacity: 0.8;   /*supported by current Mozilla, Safari, and Opera*/
	background:#000000;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	vertical-align:middle;
	color:#e4e4e4;
	padding:300px 0 0 0;
	/*font-size:24px;
	font-weight:normal;*/
	text-align:center;
}
.contract_preview {
	text-align:left;
	font-family:"Times New Roman", serif;
	font-size:12pt;
	padding-bottom:50px;
	/*border-bottom:3px dotted #ccc;*/
}
.contract_preview td {
	vertical-align:top;
}
.contract_preview .equal_tds td {
	width:50%;
}
.overlay_navigation {
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	background-color:#002d56 !important;
}
/* end signature form styles */

.ldw-description {
	cursor: pointer;
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 1025px) {
	.customer_application #wrap {
		padding-left:15px;
		padding-right:15px;
	}
	.customer_application .container {
		padding:0 15px;
		margin:0 auto;
		width:970px;
	}
	.form-section {
		padding:10px 10px 30px;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.customer_application #wrap {
		padding-left:15px;
		padding-right:15px;
	}
	.customer_application .container {
		padding:0 15px;
		margin:0 auto;
		width:1170px;
	}
	.form-section {
		padding:10px 10px 30px;
	}
}

/* Hide any overflowing columns */
.gutter-border {
	display: table;
	width: 100%;
	margin:0;
	border-top: 1px solid #ccc;
	background-color:#fff;
}
.gutter-border.first-child {
	border-top:0;
}
 
/* Adds gutter borders for columns */
.gutter-border > [class*="col-"] {
	/* Adds border on left side of each column */
	border-left: 1px solid #ccc;
	/* Sets column left padding to the gutter width minus the width of the border */
	padding-left: 14px;
	/* Equal height hack with overflow:hidden causes issue with nested anchor links
	padding-bottom: 9999px;
	margin-bottom: -9999px;*/
	display: table-cell;
	float: none;
}
 
/* Reset style for first column */
.gutter-border > [class*="col-"]:first-child {
	border-left: 0;
	padding-left: 15px;
}

.gutter-spacer {
	height:30px;
	background-color:whiteSmoke;
}

.quiet {
	color:#666;
}

/* ---------------------------------------------------------------------------------------------------------- 
06 Footer ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

.footer-wrapper {
	padding:3em 0;
	color: #666;
	background:#131313;
}
footer, footer p {
	font-family: 'MyriadPro';
	font-size: 14px;
	margin:0;
	text-align:left;
	color: #666;
}
footer .copyright {
	color: #666;
}
footer a:link {
	color: #aaa;
}
footer a:hover {
	color: #ddd;
}

/* ---------------------------------------------------------------------------------------------------------- 
09 Media queries --------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Portrait Smartphone (320px and down) */
@media (max-width: 599px) {
	body {
		padding-top:52px;
	}
	#headerwrap {
		background-size: 400px;
		margin-top: 0;
	}
}

@media (min-width: 600px) and (max-width: 768px) {
	body {
		padding-top:52px;
	}
	.hidden-xs {
		display:block !important;
	}
	#headerwrap {
		background-size: 400px;
		margin-top: 0;
	}
}

/* Landscape Smartphone (768px and down) */
@media (max-width: 768px) {
	body {
		padding-top:52px;
	}
	.navbar a.navbar-brand img {
		height: 32px;
	}
	.navbar a.navbar-brand {
		margin-top: .05em;
		width:81px;
		height:32px;
	}
	.navbar .container {
		min-height: 52px;
	}
	ul#menu-main > li > a {
		font-size: 12px;
		line-height:40px;
		padding: 6px 9px;
	}
	ul#menu-main > li > a:hover {
		padding: 6px 9px;
	}
	ul#menu-main > li.active > a {
		padding: 6px 9px;
	}
	
	#headerwrap {
		background-size: contain;
		background-position: center top;
		min-height: 150px;
		margin-top: 0;
		padding-top:30px;
	}
	#headerwrap h1, #headerwrap h2 {
		font-size: 1.5em;
		height:1.2em;
		line-height: 1.0em;
		margin: 1.45em auto 0;
		padding:0.15em 0.5em 0;
	}
	#headerwrap h2 {
		margin:.25em 0 0 1em;
	}
	section.single-page {
		padding: 2.75em 0; /* 76px */
	}
	section#aboutus {
		padding-top:9.5em;
		padding-bottom: 3.5em;
	}
	#contact, #faq {
		padding-top: 2.75em;
	}
	#contact, #contact p {
		font-size: 14px;
	}
	#contact h2 {
		width:11em;
		font-size: 20px;
	}
	#contact h2 .number {
		font-size: 26px;
	}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.contact-left-column {
		border-right:1px solid #666;
	}
	
	footer, footer p {
		font-size: 18px;
	}
	
	.job-list-intro p {
	font-size:24px;
}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.navbar a.navbar-brand {
		margin-top: 5px;
	}
	.navbar .container {
		min-height: 50px;
	}
	ul#menu-main > li > a {
		font-size: 17px;
		/*line-height:90px;*/
		padding: 9px 25px;
	}
	ul#menu-main > li > a:hover {
		padding: 9px 25px;
	}
	ul#menu-main > li.active > a {
		padding: 9px 25px;
	}
	
	#headerwrap {
		width: 100%;
		background-size: cover;
		min-height: 600px;
		margin-top: -35px;
		padding-top:160px;
		text-align:center;
	}
	#headerwrap h1, #headerwrap h2 {
		font-size: 4.1em;
		height:1.5em;
		line-height: 1.2em;
		font-weight: 400;
		margin: 1.45em auto 0;
		padding:0.15em 1em 0;
	}
	#headerwrap h2 {
		margin:.25em 0 0 1em;
		background:#ff9933;
	}
	#headerwrap h1 span {
		color:#f0bf00;
	}
}

/* X-Large devices (large desktops, 1600px and up) */
@media (min-width: 1600px) {
	#headerwrap {
		min-height: 750px;
		margin-top: -35px;
		padding-top:300px;
	}
	#job-title.job-list-page {
		background-image: url('../images/storage_shed_dealer_lot-faded.jpg');
		background-repeat: no-repeat;
		background-position: center -100px;
		background-size: cover;
	}
}
