/* GLOBAL STYLES
-------------------------------------------------- */

body {
	font-family: DINNextLTPro, Arial, Helvetica, sans-serif;
	background-color: #ededed;
	color: #001D3A;
}
label, input {
	display: block;
}
.container {
	width: 1442px !important;
}
.btn-primary {
	background-color: #001D3A;
	border-color: #001D3A;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px;
	padding: 8px 45px 5px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	background-color: #16A9DD !important;
	border-color: #16A9DD !important;
}
button, button:focus, button:active, button:focus {
	outline:none !important;
}
label, input {
	display: block;
}
img.info {
	display: block;
	margin-bottom: 10px;
}
.center {
	text-align: center; 
}
input:focus {
	outline: 0;
}

/* SLIDER
-------------------------------------------------- */

.slider {
	width: 96% !important;
}
.slider.slider-horizontal {
  height: 31px;
}
.slider.slider-horizontal .slider-track {
  height: 5px;
  margin-top: -7px;
  width: 104.3%;
}
.slider-track {
	border-radius: 0;
}
.slider-track .slider-track-low {
	border-radius: 0;
	border-radius: 0;
}
.slider-track .slider-selection {
	background: #16A9DD;
}
.slider-track .slider-track-high {
	background: #D8D8D8;
	border-radius: 0;
}
.slider-handle {
	width: 22px;
	height: 22px;
	outline: 0;
}

/* HEADER
-------------------------------------------------- */

#header {
	background-color: #ffffff;
	height: 80px;
	text-align: center;
	padding-top: 27px;
}

/* HERO
-------------------------------------------------- */

#hero {
	background-image: url("../images/hero-bkgd.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 540px;
	color: #fff;
	position: relative;
	margin-top: 80px;
}
#hero h1 {
	font-size: 90px;
	font-weight: 100;
	letter-spacing: -0.02em;
	margin: 0;
	text-align: center;
	margin-top: 110px;
}
#hero h2 {
	font-size: 20px;
	line-height: 32px;
	font-weight: 300;
	letter-spacing: -0.02em;
	margin: 0;
	text-align: center;
}

/* INPUTS
-------------------------------------------------- */

#inputs {
	padding: 70px 0;
	background-color: #fff;
}
#inputs .calculator {
	width: 975px;
	margin: 0 auto;
	margin-bottom: 40px;
}
#inputs h2 {
	font-size: 40px;
	font-weight: 100;
	letter-spacing: -0.02em;
	margin: 0;
	text-align: center;
	color: #049fd9;
	padding-bottom: 55px;
}
#inputs label {
	font-size: 16px;
	font-weight: 500;
	color: #001D3A;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 0;
	margin-bottom: 20px;
}
#inputs #square-footage-amt,
#inputs #labor-cost-amt {
	font-size: 30px;
	font-weight: 200;
	padding: 7px 15px 3px;
	border: 1px solid #D8D8D8;
	border-radius: 0;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
}
#inputs #square-footage-slider .slider-selection,
#inputs #square-footage-slider .slider-handle {
	background: #16A9DD;
	margin: 0;
}
#inputs #labor-cost-slider .slider-selection,
#inputs #labor-cost-slider .slider-handle {
	background: #16A9DD;
	margin: 0;
}
#inputs #square-footage-slider .tooltip,
#inputs #labor-cost-slider .tooltip {
	display: none;
}
#inputs #square-footage-slider .slider-handle,
#inputs #labor-cost-slider .slider-handle {
	cursor: pointer;
}

/* RESULTS
-------------------------------------------------- */

#results {
	background-color: #16A9DD;
	position: relative;
	text-align: center;
	padding: 90px 0 40px;
	display: none;
}
#results h2 {
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	color: #001D3A;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0;
}
#results h3 {
	font-weight: 200;
	font-size: 28px;
	line-height: 32px;
	color: #ffffff;
	margin: 0;
	margin-bottom: 45px;
}
#results .amount {
	font-weight: 100;
	font-size: 90px;
	line-height: 60px;
	color: #ffffff;
}
#results .per-month {
	font-weight: 100;
	font-size: 40px;
	line-height: 40px;
	margin: 20px 0 50px;
	color: #ffffff;
}
#results .btn-primary:hover,
#results .btn-primary:active,
#results .btn-primary:focus {
	background-color: #001D3A !important;
	border-color: #001D3A !important;
}

/* HOW
-------------------------------------------------- */

#how {
	padding: 105px 135px 165px;
	background-color: #ffffff;
	display: none;
}
#how h2 {
	font-weight: 100;
	font-size: 52px;
	line-height: 62px;
	margin: 0;
	color: #001D3A;
	text-align: center;
	padding-bottom: 50px;
}
#how .item {
	text-align: left;
	padding: 0;
}
#how .item .icon {
	height: 80px;
}
#how label {
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	color: #001D3A;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 20px;
}
#how p {
	margin: 0;
	padding: 0;
	font-weight: 200;
	font-size: 18px;
	line-height: 30px;
	color: #3E3E3E;
}

/* CONTACT
-------------------------------------------------- */

#contact {
	padding: 105px 135px 40px;
	background-color: #001D3A;
	display: none;
}
#contact h2 {
	font-weight: 200;
	font-size: 48px;
	margin: 0;
	color: #ffffff;
	text-align: center;
	padding-bottom: 50px;
}
#contact .left {
	text-align: right;
	border-right: 1px solid #ffffff;
}
#contact .right {
	text-align: left;
}
#contact .code-container {
	background-image: url(../images/code.svg);
	background-repeat: no-repeat;
	background-position: right;
	width: 350px;
	height: 151px;
	text-align: right;
	padding-right: 170px;
	color: #ffffff;
	font-weight: 300;
	font-size: 16px;
	line-height: 18px;
	display: inline-block;
	margin: 50px 50px 30px 0;
}
#contact .icon {
	height: 45px;
	margin-top: 68px;
}
#contact .email {
	font-weight: 100;
	font-size: 52px;
	line-height: 62px;
	color: #FFFFFF;
	margin: 75px 0 0 10px;
}

/* FOOTER
-------------------------------------------------- */

#footer {
	background-color: #001D3A;
	padding: 20px 115px 5px;
	border-top: 1px solid #979797;
}
#footer p {
	font-weight: 300;
	font-size: 10px;
	line-height: 22px;
	color: #B8D1CD;
	text-align: center;
}
