.masthead {position: relative;}
.headerPhone { position: absolute; top: 15px; right: 0; color: #337BB9; font-weight: bold; font-size: 23px;}
.headerPhone .h-phone { display: block; float: right; padding-left: 15px; color: #C02B1D;}
.smallPhone { float: right; text-align: right; font-size: 12px; line-height: 14px;}
.content {
	min-height: 980px;
}
.hero_image:before,
.hero_image:after {
	display: table;
	content: ' ';
}
.hero_image:after {
	clear: both;
}
.hero_image {
	position: relative;
	height: 357px;
	border-radius: 7px;
	background: url(/images/601/hero.jpg) no-repeat 0 0;
	*zoom: 1;
}
.hero-phone {
	position: absolute;
	top: 265px;
	right: 128px;
	color: #F49A13;
	font-weight: bold;
	font-size: 30px;
}
.hero-form {
	float: right;
	margin: 0 15px 0 0;
}
.hero-form p {
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.3;
}
#contact-form {
	margin: 0;
	padding: 0;
	width: 200px;
}
#contact-form input[type="text"] {
	display: block;
	float: left;
	margin: 0 0 8px 0;
	padding: 5px;
	width: 188px;
	border: 1px solid #d1d1d1;
	border-radius: 4px;
	background-color: #fff;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	font-size: 13px;
	line-height: 13px;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
#contact-form input[type="text"]:focus {
	border-color: #999;
}
#contact-form input[type="submit"] {
	display: block;
	float: left;
	margin: 0;
	padding: 5px;
	width: 100%;
	border: 1px solid #B05118;
	border-bottom-color: #DC651E;
	border-radius: 3px;
	background-color: #DC651E;
	background-image: -moz-linear-gradient(top, #E3844B, #B05118);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E3844B), to(#B05118));
	background-image: -webkit-linear-gradient(top, #E3844B, #B05118);
	background-image: -o-linear-gradient(top, #E3844B, #B05118);
	background-image: linear-gradient(to bottom, #E3844B, #B05118);
	background-repeat: repeat-x;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	color: #fff;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe3844b', endColorstr='#ffb05118', GradientType=0);
	cursor: pointer;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
#contact-form input[type="submit"]:hover {
	background-color: #DC651E;
	background-image: -moz-linear-gradient(top, #B05118, #E3844B);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#B05118), to(#E3844B));
	background-image: -webkit-linear-gradient(top, #B05118, #E3844B);
	background-image: -o-linear-gradient(top, #B05118, #E3844B);
	background-image: linear-gradient(to bottom, #B05118, #E3844B);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb05118', endColorstr='#ffe3844b', GradientType=0);
}
#contact-form .errors {
	float: left;
	margin: 25px 0 5px 0;
	padding: 5px;
	width: 188px;
	border-radius: 4px;
	background-color: #c41425;
	color: #fff;
	text-align: center;
}
#contact-form input[type="text"].is-invalid {
	border-color: #c41425;
	color: #c41425;
}
.je-logo {
	float: right;
}
.slat {
	margin: 30px 0 0 0;
	overflow: hidden;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #cdcdcd;
	-webkit-box-shadow: 0 2px 2px -2px #CCC;
	-moz-box-shadow: 0 2px 2px -2px #CCC;
	box-shadow: 0 2px 2px -2px #CCC;
}
.slat > img {
	float: left;
}
.slat > h3 {
	margin: 65px 0 20px 173px;
	font-size: 28px;
	line-height: 28px;
	text-align: center;
}
.slat > p {
	margin: 0 0 0 173px;
	line-height: 20px;
	font-size: 16px;
	text-align: center;
	color: #414141;
}
.slat > p span {
	color: #C02B1D;
	font-size: 20px;
	font-weight: bold;
}

.business_hero > .legal { margin-top: 107px;}
.business_hero .errors { top: -52px;}

.click-to-call-modal {display:none;}

/* Overlay */
#simplemodal-overlay {
	background-color:#000;
}

/* Container */
#simplemodal-container {
	height:240px;
	width:680px;
	max-width: 98%;
	color:#555;
	background:#fff;
	border: 1px solid #888;
	border-radius: 16px;
	text-align: center;
}
.simplemodal-wrap {
	overflow: hidden!important;
}
.modal-cta {
	padding-top: 20px;
	font-size: 34px;
	color: #333;
	font-weight: bold;
	margin: 0;
}
.modal-content a {
	text-decoration: none;
}
.modal-content p {
	margin: 0;
}
.modal-phone {
	font-size: 36px;
	padding: 0;
	display: block;
	font-weight: bold;
	text-decoration: none;
}
#simplemodal-container .simplemodal-data {
	padding:8px;
}
#simplemodal-container a.simplemodal-close {
	color: #888;
	font-size: 32px;
}
#simplemodal-container h3 {color:#84b8d9;}

@media screen and (max-width: 768px) {
	.alberta-rate {
		display: none;
	}

	.hero_image {
		background-image: none;
		background-color: #337BB9;
		height: 377px;
	}

	.hero_image > h3 {
		margin-left: 10px;
		width: auto;
	}

	.hero-form {
		float: none;
		margin: 0 31px;
	}

	.hero-phone {
		position: relative;
		font-size: 16px!important;
		margin-left: 40px;
		right: 0;
		top: 0;
	}

	p.ad-legal {
		display: block;
		width: 230px;
		height: auto;
	}
}