@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: Trajan;
	src: url("../fonts/GoudyTrajan-Regular.otf") format("opentype");
}

html {
	font-size: 13px;
}

@media (max-width: 720px) and (min-width: 541px) {
	html {
		font-size: 16px;
	}
}

@media (max-width: 540px) {
	html {
		font-size: 16px;
	}
}

body {
	background: #f1f1f1;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1rem;
	color: #333;
}

.default_text {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1rem;
	text-shadow: none;
}

a {
	color: #00a650;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 4.923rem;
	line-height: 1.0625;
	font-weight: 400;
	text-align: center;
	margin: 34px 25px 20px;
}

h2 {
	font-size: 3.231rem;
	font-weight: 400;
	margin-bottom: 26px;
}

h3 {
	font-size: 1.692rem;
	font-weight: 400;
}

h4 {
	font-size: 1.385rem;
	font-weight: 400;
	padding-bottom: 2px;
	border-bottom: #ccc solid 1px;
}

h5 {
	font-size: 1.231rem;
	font-weight: 400;
	padding: 5px 0 0;
}

section {
	margin-bottom: 25px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.846rem;
}

button,
.button,
.storemisc1,
#dealer_select_button a {
	color: #FFF;
	border-top-color: #004300;
	border-left-color: #005700;
	border-right-color: #005700;
	border-bottom-color: #003800;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#30942e", endColorstr="#007100");
	background: -webkit-gradient(linear, left top, left bottom, from(#30942e), to(#007100));
	background: -moz-linear-gradient(top, #30942e, #007100);
	background-image: -o-linear-gradient(top, #30942e 0, #007100 100%);
	background-image: linear-gradient(to bottom, #30942e 0, #007100 100%);

	font-size: 1rem;
	padding: 7px 24px;
	border: 1px solid #00a700;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px 0 white;
	-moz-box-shadow: inset 0 1px 1px 0 white;
	box-shadow: inset 0 1px 1px 0 white;
	line-height: 19px;
	display: inline-block;
	cursor: pointer;
	-webkit-font-smoothing: subpixel-antialiased;

	transition: all ease .3s;
}

button:hover,
.button:hover,
.storemisc1:hover,
#dealer_select_button a:hover {
	color: #fff;
	border: 1px solid #005000;
	background: #0351b7;
	background: -webkit-linear-gradient(#228324, #005900);
	background: -moz-linear-gradient(#228324, #005900);
	background: linear-gradient(#228324, #005900);
	text-decoration: none;
}

.subtle_button {
	color: #fff;
	border-top-color: #aaa;
	border-left-color: #999;
	border-right-color: #999;
	border-bottom-color: #666;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ccc", endColorstr="#777");
	background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#777));
	background: -moz-linear-gradient(top, #ddd, #777);
	background-image: -o-linear-gradient(top, #ddd 0, #777 100%);
	background-image: linear-gradient(to bottom, #ddd 0, #777 100%);

	font-size: 1rem;
	padding: 7px 24px;
	border: 1px solid #666;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px 0 white;
	-moz-box-shadow: inset 0 1px 1px 0 white;
	box-shadow: inset 0 1px 1px 0 white;
	line-height: 19px;
	display: inline-block;
	cursor: pointer;
	-webkit-font-smoothing: subpixel-antialiased;

	transition: all ease .3s;
}

.subtle_button:hover {
	color: #fff;
	border: 1px solid #666;
	background: #aaa;
	background: -webkit-linear-gradient(#ccc, #666);
	background: -moz-linear-gradient(#ccc, #666);
	background: linear-gradient(#ccc, #666);
	text-decoration: none;
}

.full_page_content {
	width: 100%;
	max-width: 1900px;
	height: 100%;
	margin: 0 auto;
}

#nav_container {
	width: 100%;
	max-width: 1900px;
	position: absolute;
	top: 0;
}

/*---------Login Bar-----------*/
.signin_bar {
	background: rgba(15, 57, 1, .6);
	text-align: right;
	width: 100%;
	height: 38px;
	padding: 0;
	position: relative;
	top: 0;
	z-index: 50;
	color: #ccc;
}

#gray-bar_color {
	background: rgba(0, 0, 0, .5);
}

#blue-bar_color {
	background: rgba(0, 60, 60, .6);
}

.signin_bar ul,
.nav_bar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.signin_bar ul {
	padding: 4px 0;
	font-size: 0;
}

.signin_bar ul li {
	font-size: 0.846rem;
	display: inline;
	padding: 13px 10px;
	height: 30px;
}

.signin_bar a {
	font-size: 0.923rem;
	font-weight: 400;
	cursor: pointer;
	color: #F0F0F0;
}

.signin_bar ul li img {
	position: relative;
}

.signin_bar ul li img#pin-icon {
	top: 5px;
}

.signin_bar ul li img#search-icon {
	top: 6px;
}

.signin_bar .dealer_info #nav_dealer a {
	font-weight: 700;
}

.signin_bar ul li#local_dealer {
	border-left: 1px solid #999;
	padding-left: 20px;
}

.signin_bar ul li#location {
	border-right: 1px solid #0d1902;
	padding-right: 20px;
}

.signin_bar ul li#finder {
	border-left: 1px solid #999;
	border-right: 1px solid #0d1902;
	padding-left: 20px;
	padding-right: 20px;
}

.signin_bar ul li#last_child {
	border-right: 1px solid #0d1902;
	padding-right: 20px;
}

.signin_bar ul li#signin {
	border-left: 1px solid #999;
	border-right: 1px solid #0d1902;
	padding-left: 20px;
	padding-right: 20px;
}

.signin_bar ul li#search {
	border-left: 1px solid #999;
}

.signin_bar ul li#win_banner {
	background: yellow;
	border: 1px solid #aaa;
	border-radius: 5px;
	height: 15px;
	position: absolute;
	left: 15px;
	top: 115px;
	padding: 10px 20px 25px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
}

.signin_bar ul li#win_banner a {
	font-size: 2.5em !important;
	height: 15px;
	color: #00a650;
	color: #333;
}

.signin_bar .username {
	font-size: 0.923rem;
	font-weight: 400;
	color: #F0F0F0;
	padding-right: 20px;
}

@media (max-width: 1027px) {
	.signin_bar ul li.nomobile {
		display: none;
	}

	.signin_bar ul li.mobile {
		border: none !important;
		padding: 13px 10px !important;
		line-height: 30px;
	}
}


/*---------Navigation Bar-----------*/
.nav_bar {
	text-align: center;
	/*background:rgba(251,251,251,0.5);*/
	height: 67px;
	width: 90%;
	padding: 0 5%;
	position: relative;
	top: 0;
	z-index: 40;

	background: -webkit-linear-gradient(#363636, #1d251a);
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#363636, #1d251a);
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#363636, #1d251a);
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(#363636, #1d251a);
	/* Standard syntax */
}

.nav_bar ul {
	max-width: 1120px;
	margin: 0 auto;
}

.nav_bar li {
	display: inline;
	font-size: 1.231rem;
	height: 67px;
	padding: 0 35px;
}

.nav_bar li a {
	color: #bbb;
	position: relative;
	top: 22px;
	text-decoration: none;
	transition: all 0.3s;
}

.nav_bar:hover a {
	color: #666;
}

.nav_bar li:hover a {
	color: #eee;
}

.nav_bar li.left {
	float: left;
}

.nav_bar li.right {
	float: right;
}

.nav_bar li.mobile {
	display: none;
}

.nav_bar li#logo_nav {
	display: inline;
	height: 67px;
	padding: 0;
}

.nav_bar li#logo_nav a {
	display: block;
	height: 50px;
	width: 50px;
	position: relative;
	top: 0;
	background: url(../images/hawken-logo-main_gray.png) center center no-repeat;
	opacity: 1;
}

.logo_main {
	display: block;
	position: relative;
	left: calc(50% - 25px);
	top: 8px;
	height: 50px;
	width: 50px;
	background: url(../images/hawken-logo-main.png) center center no-repeat;
	z-index: 100;
}

.nav_bar li#logo_nav a:hover {
	opacity: 0;
	cursor: pointer;
}

.trademark {
	font-size: .4em;
	top: -1.5em;
}

@media (max-width: 1027px) {
	.nav_bar ul li.nomobile {
		display: none !important;
	}

	.nav_bar li.mobile {
		display: inline !important;
	}

	.nav_bar ul li#mobile_menu {
		height: 25px;
		width: 25px;
	}


}


/*-------Notifications Bar--------*/
.notification-bar {
	width: 80%;
	padding: 3px 10%;
	text-align: center;
	font-weight: bold;
	font-size: 1.385rem;
	border-bottom: 1px solid;
}

.notification-bar.top {
	position: relative;
	top: 105px;
}

.notification-bar.success {
	background-color: #DFF2BF;
	color: #4F8A10;
	border-color: #4F8A10;
}

.notification-bar.error {
	background-color: #FFBABA;
	color: #D8000C;
	border-color: #D8000C;
}

.notification-bar.warning {
	background-color: #FEEFB3;
	color: #9F6000;
	border-color: #9F6000;
}

.notification-bar.info {
	background-color: #BDE5F8;
	color: #00529B;
	border-color: #00529B;
}


/*-------Furnace and Tools Nav--------*/
.furnace_nav,
.tools_nav {
	display: none;
	position: absolute;
	left: calc(50% - 500px);
	background: #fff;
	color: #464646;
	/*font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-family: Trajan, serif;
	width: 1000px;
	margin: 0 auto 25px;
	z-index: 100;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, .5);
}

.furnace_body,
.tools_body {
	border: #ccc 1px solid;
	border-bottom: 0;
	border-top: 0;
}

.furnace_nav ul li,
.tools_nav ul li {
	display: inline;
}

.furnace_nav_trims {
	height: 295px;
	padding: 30px 50px;
}

.tools_nav_items {
	height: 200px;
	padding: 30px 50px;
}

.furnace_nav_trims ul,
.tools_nav_items ul {
	list-style-image: none;
}

.furnace_nav_trims ul li,
.tools_nav_items ul li {
	clear: left;
}

.furnace_nav_trims a,
.tools_nav_items a {
	color: #464646;
}

.furnace_nav_trims sup,
.tools_nav_items sup {
	font-size: 0.692rem;
}

.furnace_nav_trims ul#trim_summary:hover {
	border: #ccc 1px solid;
	max-width: calc(25% - 32px);
	margin-top: -1px;
	cursor: pointer;
}

.furnace_nav ul#trim_summary {
	width: calc(25% - 30px);
	padding: 15px 15px 0;
	height: 295px;
	float: left;
}

.tools_nav ul#tools_summary {
	float: left;
	width: calc(25% - 30px);
	height: 200px;
	margin: 0 15px;
}

.tools_nav ul#tools_summary li,
.tools_nav ul#tools_summary li {
	display: block;
}

.tools_nav li.menu_faq {
	padding-left: 30px;
}

.furnace_nav ul#trim_summary img {
	margin: 20px 0;
}

.furnace_nav ul#trim_summary .hawkeneer,
.furnace_nav ul#trim_summary .greenhawk,
.furnace_nav ul#trim_summary .silverhawk,
.furnace_nav ul#trim_summary .goldenhawk,
#tools_summary {
	font-family: Trajan, serif;
	font-size: 1.8em;
}

.hawkeneer {
	display: inline-block;
	color: #4f624e;
}

.greenhawk {
	display: inline-block;
	color: #508748;
}

.silverhawk,
#tools_summary li {
	display: block;
	color: #959595;
}

.goldenhawk {
	display: block;
	color: #bbae54;
}

.hawkeneeer::first-letter,
.greenhawk::first-letter,
.silverhawk::first-letter,
.goldenhawk::first-letter {
	font-size: 1.1em;
}

.furnace_nav ul#trim_summary .starting {
	font-size: 0.769rem;
	font-weight: 600;
	display: block;
}

.furnace_nav ul#trim_summary .pricepermo {
	font-size: 1.538rem;
	padding: 5px;
	font-weight: 600;
	display: block;
}

.furnace_nav ul#trim_summary .models {
	font-size: 0.923rem;
	font-weight: 600;
	display: block;
}

.furnace_nav_addhawk {
	width: 655px;
	border-top: #ccc 1px solid;
	margin: 0 auto;
	clear: both;
}

.furnace_nav_addhawk ul li a {
	display: inline-block;
	width: 145px;
	height: 35px;
	padding: 35px;
	transition: all ease .3s;
}

.furnace_nav_addhawk ul li a#hawkeye {
	background: url(../images/nav_img/hawkeyeps.png) center center no-repeat;
}

.furnace_nav_addhawk ul li a#hawkeye:hover {
	background: url(../images/nav_img/hawkeyeps_on.png) center center no-repeat;
}

.furnace_nav_addhawk ul li a#tomahawk {
	background: url(../images/nav_img/tomahawkwd.png) center center no-repeat;
}

.furnace_nav_addhawk ul li a#tomahawk:hover {
	background: url(../images/nav_img/tomahawkwd_on.png) center center no-repeat;
}

.furnace_nav_addhawk ul li a#hawkenarmor {
	background: url(../images/nav_img/hawkenarmor.png) center center no-repeat;
}

.furnace_nav_addhawk ul li a#hawkenarmor:hover {
	background: url(../images/nav_img/hawkenarmor_on.png) center center no-repeat;
}

.furnace_nav_footer,
.tools_nav_footer {
	color: #eee;
	width: calc(100% - 32px);
	padding: 16px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.231rem;

	background: -webkit-linear-gradient(#262626, #363636);
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#262626, #363636);
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#363636, #464646);
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(#363636, #464646);
	/* Standard syntax */
}

#furnace_compare_button {
	margin: 0 105px 0 15px;
}

#contact_button {
	margin: 0 15px;
}

.furnace_nav_footer img {
	position: relative;
	top: 3px;
	margin: 0 5px;
}

.furnace_nav_footer a {
	font-weight: 600;
	color: #bbb;
	transition: all ease .3s;
	text-decoration: none;
}

.furnace_nav_footer a.button,
.tools_nav_footer a.button {
	color: #fff;
}

.furnace_nav_footer a:hover,
.tools_nav_footer a:hover {
	color: #fff;
}

.shoppingcart {
	display: inline-block !important;
	width: 20px;
	height: 20px;
	background: url(../images/nav_img/shoppingcart.png) center no-repeat;
	position: relative;
	top: -2px;
	margin: 0 5px;
	transition: all ease .3s;
}

.furnace_nav_footer a:hover .shoppingcart {
	background: url(../images/nav_img/shoppingcart_on.png) center no-repeat;
}

.no-svg .tool {
	width: 200px;
	height: 200px;
	background-image: url(kiwi.png);
}

.svg object {
	height: 150px;
	width: 80px;
}

.svg object#chat-bubbles {
	width: 110px;
}

a.svg-link {
	position: absolute;
	display: block;
	width: 195px;
	height: 200px;
}

a.svg-link:hover {
	border: 1px solid #ccc;
}

/*a.svg-link:after {
  content: ""; 
  position:absolute;
  top: 0; 
  right: 0; 
  bottom: 0; 
  left: 0;
}*/



/*-------Mobile Nav--------*/
.mobile_nav {
	display: none;
	width: calc(100% - 110px);
	max-width: 290px;
	height: 100%;
	background: rgba(0, 0, 0, .9);
	position: relative;
	top: -105px;
	z-index: 999999;
	text-align: left;
	padding: 25px 55px 77px;
	font-size: 1.2em;
}

.mobile_nav_close {
	position: absolute;
	top: 28px;
	left: 24px;
}

.mini_nav_logo {
	margin: 0 auto;
	text-align: center;
}

.mobile_nav a {
	color: #f1f1f1;
}

.mobile_nav a:hover {
	text-decoration: none;
}

.mobile_nav ul {
	width: 100%;
	list-style-type: none;
}

.mobile_nav ul li {
	padding: 7px 0;
	border-bottom: 1px solid #666;

}

.mobile_nav_close {
	padding-bottom: 25px;
}

.mobile_nav ul li.menu_header {
	font-size: .8em;
	color: #999;
	padding: 20px 0 0;
	border: 0;
}

.mobile_nav ul li#last-child {
	border: 0;
}


/*---------Splash-----------*/
.splash {
	height: 768px;
	width: 100%;
	max-width: 1900px;
	margin: 0 auto;
	z-index: -10;
}

#homesplash {
	background: url(../images/photos/tree-lined-road.jpg) center bottom no-repeat;
	background-size: cover;
}

#buildsplash {
	height: 500px;
	background: url(../images/photos/tree-lined-winter-street.jpg) center bottom no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
}

#universalsplash {
	height: 768px;
	background: url(../images/photos/green-trees.jpg) center bottom no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
}

#contactsplash {
	height: 768px;
	background: url(../images/photos/green-trees.jpg) center bottom no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
}

#abtsplash {
	background: url(../images/photos/girl-fresh-air.jpg) left center no-repeat;
	background-size: cover;
}

#diysplash {
	background: url(../images/photos/little-boy-helper.jpg) left top no-repeat;
	background-size: cover;
}

#comparesplash {
	position: relative;
	height: 600px !important;
	background: url(../images/photos/sunset-tree.jpg) bottom center no-repeat;
	background-size: cover;
}

#servicesplash {
	background: url(../images/photos/winter-river.jpg) center center no-repeat;
	background-size: cover;
}

#woodsplash {
	background: url(../images/photos/baby_climb_wood_pile.JPG) center center no-repeat;
	background-size: cover;
}

#armorsplash {
	background: url(../images/photos/road-in-the-forest.jpg) center center no-repeat;
	background-size: cover;
}

#careersplash {
	background: url(../images/photos/office-olympics.jpg) center center no-repeat;
	background-size: cover;
}

#dealersplash {
	background: url(../images/photos/shelby-autumn.jpg) bottom center no-repeat;
	background-size: cover;
	height: 600px;
	position: absolute;
	top: 0;
}

#dealersplash_tall {
	background: url(../images/photos/shelby-autumn.jpg) bottom center no-repeat;
	background-size: cover;
	height: 800px;
	position: absolute;
	top: 0;
}

#leadsplash {
	background: url(../images/photos/sunset-on-snow.jpg) center center no-repeat;
	background-size: cover;
	height: 600px;
}

#santasplash {
	background: url(../images/photos/santa_sleep.jpg) center center no-repeat;
	background-size: cover;
}

#lovesplash {
	height: 700px;
	background: url(../images/photos/man_wheat_field.jpg) center center no-repeat;
	background-size: cover;
}

#afterburnersplash {
	height: 768px;
	background: url(../images/product_img/afterburner-firebox-open.jpg) center center no-repeat;
	background-size: cover;
}

#marchmadsplash {
	background: url(../images/photos/march-madness-2016.jpg) center center no-repeat;
	background-size: cover;
}

#sharesplash,
#sharedealsplash {
	background: url(../images/photos/little-girls-sharing.jpg) center center no-repeat;
	background-size: cover;
	height: 100vh;
	position: relative;
	z-index: 0;
}

#sharedealsplash {
	padding: 100px 0 0;
	max-height: 668px;
}

.splash_text_container {
	left: 50%;
	display: block;
	height: 250px;
	width: 580px;
	top: 325px;
}

.splash_text {
	position: absolute;
	font-family: 'Raleway', sans-serif;
	font-size: 3em;
	padding: .5rem;
	font-weight: 100;
	color: #fff;
	text-shadow: 0px 2px 2px rgba(25, 25, 25, 0.4);
}

.splash_text_left {
	position: absolute;
	font-family: 'Raleway', sans-serif;
	font-size: 3em;
	padding: .5rem;
	font-weight: 100;
	color: #fff;
	text-shadow: 0px 2px 2px rgba(25, 25, 25, 0.4);
}

#careersplash .splash_text {
	color: #333;
	right: 125px;
}

.splash_text#career-text {
	top: 120px;
}

.splash_text#career-text-subhead {
	top: 170px;
	font-size: 2em;
}

.splash_text#right-text {
	top: 325px;
	left: 50%;
}

.splash_text#home-text {
	top: 325px;
	right: 125px;
}

.splash_text#right-text-subhead {
	top: 385px;
	left: 61%;
	font-size: 2em;
}

.splash_text#home-text-subhead {
	top: 385px;
	right: 125px;
	font-size: 2em;
}

.splash_text_left#home-text,
.splash_text_left#lead-text-head {
	top: 325px;
	left: 75px;
}

.splash_text_left#home-text-subhead {
	top: 385px;
	left: 83px;
	font-size: 2em;
}

.splash_text_left#lead-text-subhead {
	top: 385px;
	left: 75px;
	font-size: 2em;
}

#share_text_container {
	top: 125px;
}

.splash_text_left#share-text {
	position: relative;
	text-align: left;
	top: 5vw;
	left: 5vw;
}

.splash_text_left#share-text-subhead {
	position: relative;
	top: 5vw;
	left: 5vw;
	font-size: 2em;
}

.splash_text_left#share-text-subhead p {
	padding: 15px 0;
}


@media screen and (min-width: 1600px) {
	.splash {
		height: 1024px;
	}

	.splash_text_container {
		text-align: left;
		left: 100px;
		display: block;
		height: 300px;
		width: 850px;
		top: 464px;
	}

	.splash_text #santasplash,
	.splash_text_left {
		position: relative;
		top: 0;
	}

	.splash_text_container#lead-splash-container {
		position: relative;
		top: 325px;
	}

	.splash_text_left#lead-text-head,
	.splash_text_left#lead-text-subhead {
		position: relative;
		top: auto;
	}

	.splash_text_left#home-text,
	.splash_text_left#home-text-subhead {
		top: 0;
		left: 0;
		padding: 0;
	}

	.splash_text_left#share-text {
		position: relative;
		text-align: left;
		top: 50px;
		left: 100px;
	}

	.splash_text_left#share-text-subhead {
		position: relative;
		top: 50px;
		left: 100px;
		font-size: 2em;
	}

	#sharedealsplash {
		background: url(../images/photos/little-girls-sharing.jpg) center -35px no-repeat;
	}
}

@media screen and (max-width: 1027px) {
	.splash_text_container {
		width: 100%;
	}

	.splash_text {
		top: 325px;
		right: 5px !important;
	}
}

@media (max-width: 540px) {
	.splash {
		height: 540px;
	}

	#sharesplash,
	#sharedealsplash {
		background-position: 63% center;
	}

	.splash_text#right-text {
		left: 0;
	}

	#share_text_container {
		position: relative;
		left: auto;
		top: 0;
		/*bottom: 200px !important;*/
		height: 100%;
	}

	.splash_text_left#share-text {}

	.splash_text_left#share-text-subhead {
		font-size: 1.4rem;
		position: absolute;
		top: auto;
		bottom: 50px;
		color: #111;
	}

	#sharedealsplash .splash_text_left#share-text-subhead {
		bottom: 115px;
	}

	#lead-splash-container {
		position: relative;
		left: auto;
	}

	.splash_text_left#lead-text-head {
		position: absolute;
		bottom: 190px;
		padding: 0 40px;
		left: 0;
		top: auto;
	}

	.splash_text_left#lead-text-subhead {
		font-size: 1.4rem;
		position: absolute;
		top: auto;
		bottom: 40px;
		left: 0;
		padding: 0 40px;
	}

	.showdown {
		top: 166px !important;
	}

	.showdown_sub {
		top: 278px !important;
		font-size: 1.4rem !important;
	}
}


/*---------Primary Content-----------*/
.primary_content {
	padding: 30px;
}



/*---------Forms-----------*/
form.standardform {
	width: 50%;
}

form.standardform input,
form.standardform select,
form.standardform textarea,
form#change_zip input#zip {
	border: 1px solid #ccc;
	display: inline-block;
	padding: 4px 6px;
	line-height: 20px;
	vertical-align: middle;
	border-radius: 3px;
	font-size: 1.385rem;
	width: 250px;
	max-width: calc(100% - 24px);
	margin: 0px 6px 6px;
}

form.standardform select,
form.standardform input[type="submit"] {
	width: 303px;
	max-width: calc(100% - 24px);
	margin-bottom: 10px;
}

form.standardform input[type="radio"] {
	width: auto;
}

form.standardform input[type="submit"] {
	margin-top: 10px;
	/*margin-left: auto;
	margin-right: auto;*/
	display: block;
}

form.standardform label {
	margin-top: 4px;
	margin-bottom: 4px;
}

form label.error {
	color: red;
}

form.standardform label.error {
	position: relative;
	top: -6px;
}

form input.error,
form textarea.error {
	background-color: #ffcccc !important;
}

.button.close:hover {
	background: white;
	background-color: #e6e6e6;
	color: black;
}

.button.close {
	background: #e6e6e6;
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	color: #333333;
	border: 1px solid #cccccc;
}

.button.blue:hover {
	background: #0044cc;
	background-image: linear-gradient(to bottom, #0077cc, #0033cc);
}

.button.blue {
	background: #006dcc;
	background-image: linear-gradient(to bottom, #0088cc, #0044cc);
	color: white;
	border: 1px solid #006dcc;
}

input.button {
	font-size: 1rem;
	padding: 7px 24px;
	margin: 6px;
}

form.standardform div.inputgroup {
	width: 240px;
	text-align: left;
	margin-bottom: 6px;
	display: inline-block;
	vertical-align: top;
}

form.standardform textarea {
	width: calc(100% - 40px);
}

form.standardform #full_width,
form.standardform input.email,
form.standardform input.street {
	width: calc(100% - 15px);
}

form#change_zip input {
	font-family: inherit;
	font-weight: inherit;
}

form#change_zip input#zip {
	position: relative;
	top: 5px;
	width: 175px;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1rem;
	max-width: calc(100% - 24px);
}


/*---------Content Pages-----------*/
.clear {
	clear: both;
}

.config_box_left,
.config_box_right,
.white_box,
.another_white_box {
	background: #fff;
	padding: 0 40px;
	/*10vh 10vw;*/
	border: #ccc solid 1px;
	border-radius: 5px;
}

.config_box,
.white_box {
	width: calc(100% - 82px);
	max-width: 978px;
	text-align: left;
	margin: 125px auto 25px;
	position: relative;
}

.another_white_box {
	width: 100%;
	max-width: 978px;
	text-align: left;
	margin: 25px auto;
	position: relative;
}

.config_box_right {}

.config_box_right#second_box {
	margin-top: 7px;
}

.config_box_left {
	position: relative;
	left: calc(50% - 530px);
	width: 687px;
	clear: both;
}

article.white_box,
article.another_white_box {
	font-size: 1.231rem;
}

.two_column-left,
.two_column-right {
	padding: 60px 30px 30px 60px;
	width: calc(50% - 120px);
}

.two_column-left {
	float: left;
}

.two_column-right {
	float: right;
}

@media (max-width: 540px) {
	.white_box h2 {
		font-size: 2.4rem;
	}

	.white_box h3 {
		font-size: 1.4rem;
	}

	.white_box h4 {
		font-size: 1.1rem;
	}

	.two_column-right,
	.two_column-left {
		float: none;
		width: 100%;
		padding: 0;
	}

	.two_column-right h3,
	.two_column-left h3 {
		font-size: 1.2rem;
	}

	article.white_box,
	article.another_white_box {
		width: calc(100% - 40px);
		padding: 35px 20px;
		font-size: 1rem;
	}

	article.another_white_box p {
		clear: both;
	}

	#armor_img {
		width: 100%;
		margin-top: 50px;
	}

	.article_footer_menu {
		margin-top: 45px !important;
	}

	.furnace_nav_addhawk {
		width: 100% !important;
	}

	.furnace_nav_addhawk ul li {
		width: 100%;
		display: block !important;
	}
}


article#hawken_armor h3,
article#hawken_armor h6,
.hawken_armor_title {
	color: #35014F;
	font-family: Trajan;
	font-weight: 600;
}

img#armor_img,
article#hawken_armor p,
article#hawkeye_premium_service p,
article#tomahawk_wood p {
	margin-bottom: 25px;
}

.hawken_armor_title,
.hawkeye_title,
.tomahawk_title {
	margin: 20px 0 41px;
	text-align: center;
}

.hawken_armor_title p,
.hawkeye_title p,
.tomahawk_title p {
	margin-bottom: 0 !important;
}

.hawken_armor_title #hawken {
	font-size: 3.846rem;
	letter-spacing: 15px;
}

.hawken_armor_title #hawken::first-letter,
.hawkeye_title #hawkeye::first-letter,
.tomahawk_title #tomahawk::first-letter {
	font-size: 1.2em;
}

.hawken_armor_title #armor {
	font-size: 5.385rem;
	letter-spacing: 15px;
	line-height: 5.077rem;
}

#color_choice {
	text-align: center;
	margin: 0 20% 130px;
	;
}

#hawken_armor_color {
	float: left;
	width: 12.5%;
	margin: 20px 0;
}

.article_footer_menu {
	text-align: center;
}

.article_footer_menu .gx_series {
	margin: 20px 0;
}

.article_footer_menu h4 {
	border: 0;
}

.article_footer_menu ul li {
	display: inline;
}

article#hawkeye_premium_service h3,
article#hawkeye_premium_service h6,
.hawkeye_title {
	color: #0076A3;
	font-family: Trajan;
	font-weight: 600;
}

.hawkeye_title #hawkeye {
	font-size: 3.846rem;
	letter-spacing: 1.154rem;
}

.hawkeye_title #premium_service {
	font-size: 2.538rem;
	letter-spacing: 0.231rem;
	line-height: 1.308rem;
	margin-right: 7px;
}

article#hawkeye_premium_service ul#hawkeye_list,
article#tomahawk_wood ul#tomahawk_list {
	margin: 10px 0 25px 20px;
}

.mini_furnace {
	clear: left;
}

.mini_furnace figure {
	text-align: center;
	width: 150px;
	float: left;
	margin: 10px 0 25px;
}

article#tomahawk_wood h3,
article#tomahawk_wood h6,
.tomahawk_title {
	color: #DE0300;
	font-family: Trajan;
	font-weight: 600;
}

.tomahawk_title #tomahawk {
	font-size: 4.308rem;
}

.tomahawk_title #wood_delivery {
	font-size: 2.462rem;
	letter-spacing: 0.462rem;
	line-height: 1.385rem;
	margin-left: 10px;
}

img#wood_stack {
	float: right;
	padding: 0 20px;
}



@media (max-width: 540px) {
	.hawkeye_title #hawkeye {
		font-size: 2.5rem;
	}

	.hawkeye_title #premium_service {
		font-size: 1.8rem;
	}

	.tomahawk_title #tomahawk {
		font-size: 3.1rem;
	}

	.tomahawk_title #wood_delivery {
		font-size: 1.7rem;
		letter-spacing: 0.262rem;
		line-height: 1.2rem;
	}

	.hawken_armor_title #hawken {
		font-size: 2.8rem;
	}

	.hawken_armor_title #armor {
		font-size: 3.9rem;
		line-height: 3.9rem;
	}

	#color_choice {
		margin: 0 18%;
	}

	#hawken_armor_color {
		width: 25%;
	}
}


#financing {
	padding: 50px 50px 70px;
}

#financing h3,
#financing h5 {
	margin: 25px 0 5px;
}

#financing ul {
	margin: 10px 0 25px 20px;
}

#financing p {
	margin: 10px 0;
}

article#how_it_works h2 {
	text-align: center;
	margin-bottom: 0 !important;
}

article#how_it_works p,
article#how_it_works h3 {
	margin-bottom: 15px;
}

article#how_it_works img {
	margin: 15px 0;
}



.steel_chart {
	width: 90%;
	margin: 35px auto;
	font-size: .85em;
	border: 1px solid #ccc;
	border-bottom: 0;
}

.steel_chart th,
.steel_chart .header_row th {
	background: #ccc;
	padding: 10px;
	height: 25px;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
}

.steel_chart td {
	padding: 5px;
	text-align: center;
	height: 35px;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
}

.steel_chart td .check {
	color: #00a650;
	font-weight: 600;
	font-size: 1.5em;
	line-height: .8em;
}

.steel_chart .header_row th {
	font-weight: 600;
	text-align: center;
}


/*---------Afterburner Page-----------*/
article#afterburner .ab_top,
article#afterburner .ab_mid,
article#afterburner .ab_bottom,
article#afterburner_compare {
	background: #fff;
	padding: 60px;
	text-align: left;
	width: calc(100% - 120px);
}

article#afterburner .ab_top,
article#afterburner .ab_mid,
article#afterburner .ab_bottom {
	margin: 0 !important;
}

article#afterburner h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 3.846rem;
	margin: 60px 0;
	text-align: center !important;
}

article#afterburner h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 3.846rem;
	font-weight: 200;
	margin: 60px 0 0;
	text-align: center !important;
}

article#afterburner p,
article#afterburner_compare p {
	font-family: 'Raleway', sans-serif;
	font-size: 1.538rem;
	margin: 0 0 20px;
}

article#afterburner p#title {
	margin: 60px 0;
}

article#afterburner .two_column-left,
article#afterburner .two_column-right {
	padding: 60px;
	width: calc(50% - 120px);
}

.ab_mid {
	text-align: center;
	padding: 0 60px;
	background: #fff;
	width: calc(100% - 120px);
}

.ab_mid#ab_graph {
	text-align: center !important;
}

.home_float_left {
	float: left;
	width: 37vw;
	text-align: right;
}

.ab_home_section {
	background: #fff;
	margin-bottom: 0;
	padding: 100px 10vw;
	width: calc(100% - 20vw);
}

.ab_home_section p {
	font-size: 2.5vw;
	text-align: left;
	padding: 57px 0 25px;
}

.ab_mid img {
	width: 95vw;
	max-width: 800px;
}

.ab_home_section img {
	width: 40vw;
	max-width: 500px;
	float: left;
}

.text_insert {
	background: #e2e2e2;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, .5);
	position: relative;
	left: -5px;
	padding: 30px;
	font-weight: 400;
}

.gray_block#banner {
	width: 100%;
	background: #fff;
	margin: 0;
}

.gray_block#banner p {
	width: 60%;
	background: #535352;
	color: #f1f1f1;
	padding: 60px 10% 60px 20%;
	font-size: 2.154rem;
	text-align: left;
	margin: 0;
}

#afterburnersplash_mfg {
	display: none;
	width: 100%;
	height: 350px;
	margin-bottom: 20px;
	background: url(../images/photos/steel_mfg.jpg) center center;
}


.footnotes {
	margin: 0 15%;
	width: 70%;
	color: #bbb;
	font-size: 0.846rem;
}

.footnotes#compare_footnotes {
	text-align: left;
	margin-left: 0;
}

.bold_footnote {
	margin: 40px 0 30px;
}

.bold_footnote ol {
	margin: 0;
	padding: 0 0 0 20px;
}

.bold_footnote li {
	margin: 10px 0;
}

.footnotes p {
	margin: 10px 0;
}

article#afterburner .footnotes a {
	color: #999;
}

@media (max-width: 540px) {

	article#afterburner .two_column-left,
	article#afterburner .two_column-right {
		padding: 10px;
		width: calc(100% - 20px);
	}

	article#afterburner .ab_top,
	article#afterburner .ab_mid,
	article#afterburner .ab_bottom {
		padding: 0;
		width: 100%;
	}

	article#afterburner h2 {
		margin: 35px 0 15px;
	}

	article#afterburner h3 {
		font-size: 2.6rem;
		margin: 0;
		padding: 55px 15px 25px;
	}

	article#afterburner #banner p {
		width: calc(100% - 80px);
		padding: 60px 40px;
		font-size: 1.8rem;
	}

	article#afterburner p {
		font-size: 1.2rem;
	}

	article#afterburner .two_column-right p#title {
		margin: 0;
		padding: 0 10px 20px;
		font-size: 1.2rem;
	}

	.footnotes {
		margin: 0;
		width: calc(100% - 40px);
		padding: 0 20px 40px;
		font-size: 0.7rem
	}

	.ab_home_section {
		width: calc(100% - 20vw);
		padding: 15vh 10vw;
	}

	.home_float_left {
		float: left;
		width: 100%;
		text-align: right;
	}

	.ab_home_section img {
		width: 100%;
	}

	.ab_home_section p {
		font-size: 4.5vw;
		text-align: left;
		padding: 10px 0 35px;
	}

	#afterburnersplash_mfg {
		display: block;
		clear: both;
	}

	#afterburnersplash {
		height: 350px;
	}

	article.content#afterburner_compare {
		padding: 30px;
		width: calc(100% - 60px);
	}

	article.content#afterburner_compare h3 {
		margin: 0;
		font-size: 2.3rem
	}

	article.content#afterburner_compare p {
		font-size: 1.2rem;
	}
}

@media (min-width: 1600px) {
	.ab_home_section img {
		width: 750px;
		float: none;
		max-width: none;
	}

	.home_float_left {
		width: 750px;
		float: none;
		margin: 0 auto;
	}

	.home_float_left p {
		font-size: 3rem;
	}
}





article#contact {
	width: 938px;
	padding: 30px 60px 40px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#contact_tools {
	display: block !important;
	position: relative !important;
	border: none;
	box-shadow: none;
	text-align: center;
	margin: 0 auto !important;
}

article#contact h4 {
	margin: 30px 0 0;
}

article#contact form {
	margin: 25px 0;
}

article#contact p {
	margin: 10px 0;
}

article#contact ul {
	font-size: 1.231rem;
	margin: 10px 20px;
}

article#contact label {
	font-size: 1.077rem;
}

.contact_nav_right {
	float: right;
}

ul.contact_nav_right {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	float: right;
	width: 250px;
	list-style-type: none;
	margin: 0 30px 30px 30px;
	font-size: 1.538rem;
}

ul.contact_nav_right .title {
	font-weight: bold;
	padding-bottom: 2px;
	margin-bottom: 10px;
	border-bottom: 1px #ccc solid;
}

ul.contact_nav_right li {
	margin: 3px;
}

ul.contact_nav_right a {
	color: #333;
}

ul.contact_nav_right a:hover {}

.selected {
	font-weight: bold;
}

article#contact .two_column-left,
article#contact .two_column-right {
	padding: 0 30px;
	width: calc(50% - 60px);
}



article#careers {
	width: 918px;
	text-align: left;
	margin: 25px auto 25px;
	position: relative;
	padding: 30px 60px;
}


/*-------Compare Page------------*/


.white_spacer {
	position: relative;
	width: 100%;
	height: 250px;
	background: #fff;
	border-bottom: 1px solid #ccc;
}

article#compare,
article#sharedeal {
	margin-top: -50px;
	padding: 0 80px 60px;
	width: calc(100% - 40px);
	max-width: 898px;
}

article#compare h2,
article#sharedeal h2 {
	font-family: 'Raleway', sans-serif;
	padding: 50px 0 0;
	margin-bottom: 0;
}

article#compare h3 {
	margin: 40px 0 0;
}

article#sharedeal h3 {
	margin: 5px 0 15px;
}

.compare_furnaces {
	width: 100%;
	margin: 20px 0 0;
}

.text_bottom_slide_compare {
	position: relative;
	left: 50%;
	width: 40%;
	top: 80px;
	text-align: left;
	font-size: 1.308rem;
	font-family: 'Raleway', sans-serif;
}

.text_bottom_slide_compare h3 {
	padding: 0 0 10px;
	font-size: 2.077rem;
}

.text_bottom_slide_compare p {
	margin: auto;
}

.text_bottom_slide_compare ul {
	margin: 40px 0 0;
}

.text_bottom_slide_compare ul li {
	display: inline;
	font-size: 1.538rem;
}

.select_type_compare {
	position: relative;
	text-align: left;
	font-size: 1.538rem;
	margin: 20px 0;
	max-width: 100%;
	display: table;
}

.select_type_compare h3 {
	padding: 0 0 10px;
}

.select_type_compare p {
	margin: auto;
}

.select_type_compare ul {
	padding: 35px 25px;
	margin: 35px 0;
	background: #ccc;
	/*box-shadow:5px 5px 5px rgba(0,0,0,.5);*/
	border-radius: 5px;
	border: 1px solid #999;
}

.select_type_compare ul li {
	display: inline;
	font-size: 1.462rem;
}

#first_compare_cat {
	padding: 20px;
	border-right: 1px solid #999;
}

#last_compare_cat {
	padding: 20px 0 20px 20px;
}

.select_type_compare ul li a {
	color: #666;
}

.select_type_compare ul li a .selected {
	color: #333;
}

.compare_furnaces ul {
	width: 19%;
	list-style-type: none;
	text-align: center;
	float: left;
}

.compare_furnaces ul.compare_table_header {
	background: #ccc;
}

.compare_furnaces ul li {
	padding: 5px;
	text-align: center !important;
	border: 1px dotted #ccc;
	min-height: 20px;
}

.compare_furnaces ul.column_spacer li {
	padding: 5px;
	text-align: center !important;
	border: 1px dotted #ccc;
	border-right: 0;
	border-left: 0;
	min-height: 20px;
}

.compare_furnaces ul li.header_cell {
	border: none;
	background: #ccc;
}

.compare_furnaces ul.column_spacer li.header_cell {
	text-shadow: 1px 1px 0 #f1f1f1;
}

.compare_furnaces ul li.cell_price {
	font-weight: bold;
	font-size: 1.538rem;
}

.compare_furnaces ul li.build_button {
	border: none;
	padding: 10px;
}

h4.furnace_type {
	border: 0;
	margin: 10px 0 5px;
}

.compare_furnaces ul.column_spacer {
	margin: -3px 2% 0;
	border: 1px solid #ccc;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, .3);
}

.compare_furnaces ul li.services {
	font-size: 2.154rem;
	font-weight: 600;
	color: #00a700;
	height: 40px;
}

.compare_furnaces ul li.check {
	height: 40px;
}

.compare_furnaces ul li.blank_cell,
.compare_furnaces ul li.furnace_type {
	background: #fff;
	border: 1px #fff solid;
}

.compare_furnaces ul li.furnace_type {
	position: relative;
	left: 52%;
}

.compare_furnaces ul li.warranty {
	height: 40px;
}

.compare_furnaces sup {
	font-size: 0.769rem;
}

.bold_footnote p {
	margin: 10px 0;
}

.steel_grade {
	font-size: 1.154rem;
}

.warranty_compare_graph {
	width: 100%;
}

.compare_summary {
	font-size: 1.846rem;
	line-height: 1.25;
	max-width: 626px;
	margin: 40px auto;
}

.compare_summary ul {
	list-style-position: inside;
}

article#afterburner_compare h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 3.462rem;
	font-weight: 200;
	margin: 40px 0 0;
	text-align: center !important;
}

@media (max-width: 540px) {
	.white_box#compare h5 {
		font-size: 1.4rem;
	}

	.text_bottom_slide_compare {
		left: 40%;
		width: 60%;
		top: 45px;
	}

	.text_bottom_slide_compare h3 {
		font-size: 1.3rem;
	}

	article#compare,
	article#sharedeal {
		padding: 0 20px 60px;
	}

	.horz-scroll {
		position: relative;
		overflow-y: hidden;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		clear: both;
		background: #fff;
	}

	.compare_furnaces {
		position: relative;
		min-width: 1000px;
	}

	.compare_furnaces ul {
		min-width: 170px;
		display: inline-block;
	}

	.select_type_compare ul li,
	.select_type_compare ul li#last_compare_cat,
	.select_type_compare ul li#first_compare_cat {
		border: 0;
		display: block;
		padding: 5px 20px;
	}

	.select_type_compare ul li {
		font-size: 1rem;
		text-decoration: underline;
	}

	.select_type_compare ul li#last_compare_cat,
	.select_type_compare ul li#first_compare_cat {
		font-size: 1.2rem;
	}
}



article#signin {
	text-align: center;
	padding: 30px 60px 40px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	max-width: 700px;
}

article#signin ul {
	padding-left: 20px;
	margin: 10px 0;
}

article#signin ul li,
article#signin p {
	margin: 5px 0;
}

article#signin table {
	margin: 20px auto;
}

article#signin table tr {
	height: 50px;
}

article#signin input {
	padding: 5px;
	border-radius: 5px;
	z-index: 99;
}

article#signin input.button {
	padding: 5px 20px;
}

article#signin table td {
	min-width: 100px;
}


article#how_it_works,
article#financing {
	padding: 30px 60px 40px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}


.dealer_box {
	background: #fff;
	padding: 0;
	border: #ccc solid 1px;
	border-radius: 5px;
	width: calc(100% - 250px);
	text-align: left;
	margin: 125px auto 25px;
	position: relative;
}

#dealer_info {
	width: calc(34% - 100px);
	padding: 50px;
}

#dealer_map {
	width: 66%;
	padding: 0;
}

ul.dealer_info {
	list-style: none;
	font-size: 1.231rem;
}

ul.dealer_info li {
	padding: 2px 0;
}

ul.dealer_info li#dealer_account {
	font-weight: bold;
	font-size: 1.385rem;
	padding: 10px 0 0;
}

ul.dealer_info li#dealer_title {
	font-size: 1.385rem;
	padding: 10px 0 0;
}

ul.dealer_info li#dealer_address {
	padding: 10px 0;
}

ul.dealer_info li#dealer_phone {
	font-size: .9rem;
}

ul.dealer_info li#dealer_select_button {
	padding: 15px 0;
	font-family: Raleway;
}

.my_dealer_sub {
	text-align: right;
}


@media (max-width: 540px) {
	#dealer_info {
		width: calc(100% - 60px);
		padding: 50px 30px;
	}

	#dealer_map {
		width: 100%;
	}

	.my_dealer {
		top: 295px !important;
		line-height: 1em;
	}

	.my_dealer_sub {
		position: relative;
		top: 400px !important;
		line-height: .9em;
		font-size: 1.4rem !important;
		text-align: center !important;
		right: auto !important;
	}
}

@media (max-width: 325px) {
	.my_dealer_sub {
		top: 445px !important;
	}
}

/*----Blipstar (Dealer Finder) -------------*/
#map {
	width: 100%;
	height: 500px;
}

.storemisc1 {
	margin: 20px 0;
}

.storemisc1 a {
	color: #fff;
	text-decoration: none;
	font-size: 1.231rem;
}

.search {
	width: 100% !important;
	max-width: 900px;
}

.resultsbox {
	width: 100%;
	max-width: 450px;
}

.blipstarwrapper {
	width: 100%;
	max-width: 900px;
}


/*----Search Page-------------*/
.searchbox {
	padding: 10px 1% 0;
	margin: 350px auto;
	height: 64px;
	width: calc(70% - 250px);
	position: relative;
	background: #fff;
	border: #ccc solid 1px;
	border-radius: 5px;
}

@media screen and (max-width: 1027px) {
	.searchbox {
		width: 95%;
	}
}

/*---------Testimonial Section (Hawken Love)----------*/
.testimonial_section {
	position: relative;
	text-align: left;
	width: 100%;
	padding-top: 50px;
}

.center_block {
	position: relative;
	width: calc(50% - 100px);
	max-width: 700px;
	margin: 0 0 0 50%;
	padding: 50px;
}

.more_love_button {
	margin: 65px 0 0;
}

@media (max-width: 540px) {
	#lovesplash {
		height: 760px;
	}

	.center_block {
		width: 53%;
		max-width: 700px;
		margin: 0 0 0 37%;
		padding: 35px 5%;
	}

	.more_love_button {
		margin: 290px 0 0;
	}
}

/*---------Knowledgebase and FAQ Section----------*/
#expanded_content_faq {
	position: relative;
	top: 0;
	background: none;
	padding: 0 10px;
}

#expanded_content_faq a.shrinklink {
	font-size: 1rem;
}

.faq a {}

.karticle .applies {
	padding: 20px 0;
	color: #666;
}

.karticle .keywords {
	color: #999;
	font-size: .9em;
}

.karticle .applies ul {
	list-style-type: none;
}

.karticle .applies ul li {
	display: inline-block;
	text-align: center;
	padding: 25px 25px 0;
}

.karticle .article_content {
	max-width: 640px;
	text-align: justify;
	border-bottom: 1px solid #ccc;
	padding: 0 0 15px;
}

.karticle .article_content ol li {
	padding: 15px 0;
}

.karticle .article_content iframe {
	padding: 25px 0;
}


/*---------Social List-----------*/
.social_list {
	font-size: 1.2rem;
}

.social_list ul {
	list-style-type: none;
}

.social_list ul li {
	display: inline-block;
	padding: 0 7px;
	width: 40px;
	height: 40px;
}

.social_list a#facebook_link,
.social_list a#twit_link,
.social_list a#youtube_link,
.social_list a#instagram_link {
	width: 40px;
	height: 40px;
	display: inline-block;
	transition: background .2s;
}

.social_list #facebook_link {
	background: url(../images/nav_img/icon_fb_sm.png) center center;
}

.social_list #twit_link {
	background: url(../images/nav_img/icon_twit_sm.png) center center;
}

.social_list #youtube_link {
	background: url(../images/nav_img/icon_youtube_sm.png) center center;
}

.social_list #instagram_link {
	background: url(../images/nav_img/icon_instagram_sm.png) center center;
}

.social_list #facebook_link:hover {
	background: url(../images/nav_img/icon_fb_sm_on.png) center center;
}

.social_list #twit_link:hover {
	background: url(../images/nav_img/icon_twit_sm_on.png) center center;
}

.social_list #youtube_link:hover {
	background: url(../images/nav_img/icon_youtube_sm_on.png) center center;
}

.social_list #instagram_link:hover {
	background: url(../images/nav_img/icon_instagram_sm_on.png) center center;
}


@media (max-width: 540px) {
	.social_list #facebook_link {
		background: url(../images/nav_img/icon_fb_sm_on.png) center center;
	}

	.social_list #twit_link {
		background: url(../images/nav_img/icon_twit_sm_on.png) center center;
	}

	.social_list #youtube_link {
		background: url(../images/nav_img/icon_youtube_sm_on.png) center center;
	}

	.social_list #instagram_link {
		background: url(../images/nav_img/icon_instagram_sm_on.png) center center;
	}
}

.g-recaptcha {
	padding: 10px 7px;
	margin-top: 40px;
}

@media screen and (max-width:330px) {
	.g-recaptcha {
		padding: 0;
		position: relative;
		left: -10px;
	}
}


/* 19 october */
/* devesh css */


.signin_bar {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.footer_nav_box .social_footer {
	margin: 25px 0 -33px 106px;
}

.underground-pex .row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.underground-pex .row .col-md-6 {
	width: 50%;
	box-sizing: border-box;
	padding-left: 15px;
}

.underground-img-wrap {
	width: 100%;
	height: 700px;
	margin-top: 100px;
}

.underground-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.content .tall .trim_package_slide {
	height: auto;
}

.underground-pex {
	padding-bottom: 30px;
}

.underground-text {
	max-width: 540px;
	margin-left: auto;
	margin-top: 100px;
	margin-right: 50px;
}

.underground-text h2 {
	color: #127fa0;
	font-size: 70px;
	font-weight: 900;
	text-align: left;
	line-height: 1;
}

.underground-text h2 small {
	font-size: 20px;
	display: block;
	font-weight: 400;
	margin-left: 5px;
	margin-top: 5px;
}

.underground-text ul {
	list-style: none;
	text-align: left;
	margin-top: 10px;
	display: inline-block;
	width: 100%;
	margin-left: 5px;
}

.underground-text ul li {
	margin-bottom: 15px;
}

.underground-text ul a {
	padding: 10px;
	background-color: #c9edf8;
	color: #127fa0;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	transition: all ease-in-out 0.3s;
}

.underground-text ul a:hover {
	background: #127fa0;
	color: #fff;
}

@media (max-width:1399px) {
	.underground-img-wrap {
		height: 450px;
	}
}

.tall .text_slide ul {
	padding: 9px 14px;
}

.tall .text_slide ul li {
	text-align: left;
	display: block;
	font-size: 18px;
	color: #333;
	position: relative;
}

.tall .text_slide ul li::before {
	content: "";
	height: 5px;
	width: 5px;
	position: absolute;
	top: 7px;
	background-color: #000;
	border-radius: 100%;
	left: -15px;
}

/* 25 october */


.footer-links h6 {
	text-transform: uppercase;
	letter-spacing: 3.6px;
	font-size: 12px;
	margin-bottom: 20px;
	color: #999;
}

.footer-links ul li a,
.footer-links p {
	padding: 4px 0;
	font-size: 14px;
	line-height: 22px;
	display: block;
	text-decoration: none;
	color: #999;
	letter-spacing: 0.4px;
}

.footer-links form button svg {
	fill: none;
	stroke: #999;
	width: 26px;
	stroke-width: 4px;
	-webkit-text-stroke-color: #000;
	height: 24px;
}

.footer-links form label {
	position: relative;
	display: inline-block;
	max-width: 300px;
	width: 100%;
	margin: 0;
}

.footer-links form input {
	max-width: 300px;
	height: 43px;
	width: 100%;
	padding: 3px 10px;
	box-sizing: border-box;
	box-shadow: none;
	outline: none;
	border: 1px solid #999;
	padding-right: 40px;
}

.footer-links form input::placeholder {
	color: #999;
}

.footer-links form button {
	background: transparent;
	border: none;
	padding: 0;
	height: auto;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 7px;
	transform: translateY(-50%);
}

.my-footer {
	display: flex;
	justify-content: space-between;
	padding: 0px 40px 50px;
	flex-wrap: wrap;
}

.my-footer .sign-up-wrap {
	max-width: 300px;
}

.my-footer .footer-links {
	padding-top: 50px;
}

.footer_nav_box .sign-up-wrap .social_footer {
	margin: 0;
	float: unset;
	display: flex;
	align-items: center;
}

.footer_nav_box .sign-up-wrap .social_footer li a {
	background-size: contain !important;
	background-repeat: no-repeat !important;
}

.footer_nav_box .sign-up-wrap .social_footer li {
	margin-right: 10px;
}


@media screen and (max-width: 1199px) {
	.underground-pex .row .col-md-6 {
		width: 100%;
	}

	.underground-pex {
		padding-top: 100px;
	}

	.underground-text {
		margin-left: unset;
	}

	.underground-text h2 {
		font-size: 50px;
	}

	.underground-text h2 small {
		font-size: 18px;
	}
}

@media screen and (max-width: 767px) {
	.my-footer .footer-links {
		width: 100%;
	}

	.underground-text {
		max-width: 100%;
		margin-right: 15px;
	}

	.underground-text ul,
	.underground-text h2 small {
		margin-left: 0;
	}
}

@media screen and (max-width: 480px) {
	.underground-text h2 {
		font-size: 40px;
	}

	.underground-text h2 small {
		font-size: 16px;
	}

	.underground-text ul a {
		font-size: 13px;
	}
}