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

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

*, html, body{
	color: #231f20;
	margin: 0 auto;
	padding: 0px;
	box-sizing: border-box;
}

body{
	background-color: #fff;
}

img{
	max-width: 100%;
	display: block;
}

h1{
	font-family: museo-sans, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 48pt;
	line-height: 60pt;
}

h2{
	font-family: museo-sans, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 24pt;
}

h3{
	font-family: museo-sans, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 18pt;
	letter-spacing: .02em;
}

h4{
	font-family: museo-sans, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 15pt;
	letter-spacing: .02em;
}

p{
	font-family: museo-sans, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 12pt;
	line-height: 18pt;
}

.enlargeP{
	font-size: 18pt;
	line-height: 24pt;
}

header{
    position: relative;
    background-color: #fff;
    height: 160px;
    -webkit-box-shadow: 0px 0px 10px hsla(0,0%,0%,1.00);
    box-shadow: 0px 0px 10px hsla(0,0%,0%,1.00);
	z-index: 1;
}

header a.logo{
	position: absolute;
	display: block;
	width: 378px;
	height: 140px;
	background: url("../images/logo/huskyLogoLG01.png") no-repeat 0 0;
	background-size: contain;
	bottom: 12px;
	left: 60px;
}

header a.logo span{
	display: none;
}

#headerSub{
	display: block;
}

#headerContent-mobile{
	position: relative;
	margin: 0px 60px;
	display: none;
}

#nav-mobile{
    position: absolute;
    right: 0px;
    top: 70px;
    width: 100%;
}

#nav-mobile label img{
	width: 34px;
	height: auto;
	position: absolute;
	right: 0px;
}

#navMobile-menu{
	position: absolute;
	top: 60px;
	right: 0px;
	width: 100%;
	text-align: center;
	z-index: 1;
	-webkit-box-shadow: 0px 0px 0px 2000px hsla(0,0%,0%,0.75);
    box-shadow: 0px 0px 0px 2000px hsla(0,0%,0%,0.75);
	-khtml-opacity:0;
	-moz-opacity:0;
	-ms-filter:”alpha(opacity=0)”;
	filter:alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	opacity:0;
}

#navMobile-menu ul{
	list-style: none;
}


#navMobile-menu ul a{
	text-decoration: none;
}

#navMobile-menu ul a li{
	background-color: #ffffff;
	border-bottom: 1px solid #231f20;
	transition: background-color .25s;
}

#navMobile-menu ul a li:hover{
	background-color: #a8a7a7;
}

#navMobile-menu ul a li p{
	padding: 15px 20px 10px 20px;
	color: #231f20;
	font-weight: 300;
}

#navMobile-menu img{
	width: 28px;
	height: 28px;
}

#toggle{
	display: none;
}

#toggle:checked + #navMobile-menu{
	-khtml-opacity:1;
	-moz-opacity:1;
	-ms-filter:”alpha(opacity=100)”;
	filter:alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1);
	opacity:1;
	transition: -khtml-opacity .5s, -moz-opacity .5s, -ms-filter .5s, filter .5s, opacity .5s;
}

#headerFB span{
	display: none;
}

#headerFB a.facebookIcon{
	position: absolute;
	display: block;
	width: 48px;
	height: 48px;
	background: url("../images/fb_icon.png") no-repeat 0 0;
	background-size: contain;
	top: 30px;
	right: 60px;
}

#headerPhone{
	position: absolute;
	right: 136px;
	top: 46px;
}

#headerPhone a{
	font-family: museo-sans, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 24pt;
	color: #282a73;
	text-decoration: none;
	text-stroke: 1px #000;
	-webkit-text-stroke: 1px #ea2127;
}

.redRule{
	position: absolute;
	top: 98px;
	right: 60px;
	background-color: #ea2127;
	height: 1px;
	width: 292px;
}

header nav.headerNav{
	position: absolute;
	display: block;
	right: 60px;
	bottom: 30px;
}

.headerNav ul{
	padding-top: 12px;
}

.headerNav ul li{
	display: inline-block;
	margin-left: 37px;
}

.headerNav ul li a{
	/*color: #282a74;*/
	color: #282a73;
	/*color: #eb2227;*/
	font-family: museo-sans, sans-serif;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	font-size: 12pt;
	transition: color .33s;
}

.headerNav ul li a:hover{
	color: #eb2227;
}

footer{
	width: 100%;
	height: auto;
	background-color: #000;
	padding: 60px;
	text-align: center;
}

#footerContent ul{
	list-style: none;
}

#footerContent ul li{
	display: inline-block;
	padding: 0px 18px;
}

#footerContent ul li a{
	color: #aaa;
	font-family: museo-sans, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 12pt;
	text-decoration: none;
	transition: color .33s;
}

#footerContent ul li a:hover{
	color: #fff;
}

.pageHeading{
	margin-bottom: 30px;
}

.pageHeader{
}

.title{
	margin-bottom: 30px;
}

.button{
	background-color: #282a73;
	border: 1px solid #fff;
	padding: 10px 30px;
	border-radius: 36px;
	font-family: museo-sans, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 14pt;
	line-height: 18pt;
	text-align: center;
    color: #fff;
	letter-spacing: .6px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-shadow: 0px 0px 2px hsla(0,0%,0%,0.67);
    box-shadow: 0px 0px 2px hsla(0,0%,0%,0.67);
}

.button:hover{
	-webkit-box-shadow: 0px 0px 3px hsla(0,0%,0%,1.00);
    box-shadow: 0px 0px 3px hsla(0,0%,0%,1.00); 
}

/*------------------- FEATURE -------------------*/

#featureArea{
	display: grid;
	grid-template-columns: 1fr 2fr;
	grid-column-gap: 60px;
}

#featureContent{
	padding: 120px 0px 120px 60px;
}

#featureContent h2{
	font-weight: 700;
	margin-bottom: 18px;
}

#indoor1{
	display: block;
}

#indoor2{
	display: none;
}

/*------------------- WHY PROPANE -------------------*/

#whyPropaneArea{
	position: relative;
	height: auto;
	margin-bottom: 120px;
	-webkit-box-shadow: 0px 0px 6px hsla(0,0%,0%,0.33);
    box-shadow: 0px 0px 6px hsla(0,0%,0%,0.33);
}

#feature2x3{
	display: block;
}

#feature4x5, #feature1x1, #feature5x4, #feature3x2, #feature16x9, #feature2hx1, #feature3x1, #featureMobile{
	display: none;
}

#whyPropaneGrid{
	position: absolute;
	top: 0px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	padding: 60px 0px 90px 0px;
}

.whyPropaneItem{
	width: 100%;
	padding: 0px 60px;
	text-align: center;
}

#whyPropaneHeading{
	grid-column: span 3;
	width: 100%;
	margin: 30px auto 90px;
	text-align: center;
}

#whyPropaneHeading h1{
	color: #ffffff;
}

#whyPropaneItem1, #whyPropaneItem2{
	border-right: 1px solid #fff;
}

.whyPropaneItem img{
	width: 120px;
	height: auto;
	margin-bottom: 36px;
}

.whyPropaneItem h3{
	color: #fff;
	margin-bottom: 12px;
}

.whyPropaneItem p{
	color: #fff;
}

/*------------------- SERVICE -------------------*/

#service{
	margin-bottom: 90px;
}

#servicePhotos{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 60px;
	grid-row-gap: 60px;
	margin: 0px 60px 30px 60px;
}

#servicePhotos img{
	-webkit-box-shadow: 0px 0px 6px hsla(0,0%,0%,0.33);
    box-shadow: 0px 0px 6px hsla(0,0%,0%,0.33);
}

#serviceDesc{
	margin: 0px 60px 75px 60px;
	text-align: center;
}

.bulletP::before{
	content: "• ";
}

.bulletP{
	display: inline-block;
	padding-left: 15px;
}

#serviceDesc h1{
	margin-bottom: 18px;
}

#serviceGroup{
	margin-bottom: 30px;
}

#regions{
	color: #ea2127;
	font-style: italic;
	font-weight: 900;
	width: 33vw;
	line-height: 24pt;
}

#pricing{
	text-align: center;
	 -webkit-box-shadow: 0px 0px 6px hsla(0,0%,0%,0.33);
    box-shadow: 0px 0px 6px hsla(0,0%,0%,0.33);
}

#pricing h2{
	color: #fff;
	font-family: tangier,sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 36pt;
	line-height: 45pt;
	background-color: #282a73;
	padding: 30px 60px;
}

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

#contactPrime{
	margin: 90px 60px 60px 60px;
}

#contactHeader{
	line-height: 48pt;
	margin-bottom: 90px;
	border-bottom: 1px solid #ea2127;
	padding-bottom: 30px;
}

#contactHeader span{
	font-weight: 300;
}

#contactGrid{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 60px;
}

#contactGridItem2{
	margin: 0px;
}

#contactGrid img{
	-webkit-box-shadow: 0px 0px 6px hsla(0,0%,0%,0.33);
    box-shadow: 0px 0px 6px hsla(0,0%,0%,0.33);
}

#contactFormArea{
	width: 100%;
	margin: 0px 0px 240px 60px;
}

#contactFormArea h2{
	margin-bottom: 30px;
}

.formItem{
	margin-bottom: 30px;
}

#contactForm p{
	padding-left: 9px;
	margin-bottom: 3px;
}

label{
	font-family: museo-sans, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 12pt;
	line-height: 18pt;
	margin-left: 6px;
}

.textInput{
    width: 270px;
	height: 36px;
    padding: 9px;
    border: 2px solid #282a73;
    border-radius: 18px;
	color: #3d3632;
}

#comment{
	height: 150px;
	max-height: 120px;
	min-height: 120px;
}

/*------------------- PAYMENT -------------------*/

#paybillPrime{
	margin: 90px 60px 120px 60px;
}

#paybillReturn{
	margin: 90px 60px 120px 60px;
}

#returnContent{
	margin-bottom: 120px;
}

#returnContent img{
	margin-bottom: 30px;
}

#returnContent h1{
	font-size: 36pt;
}

#returnContent h1 span{
	font-weight: 300
}

.paybillHeader{
	line-height: 48pt;
	margin-bottom: 90px;
	border-bottom: 1px solid #ea2127;
	padding-bottom: 30px;
}

.paybillHeader span{
	font-weight: 300;
}

#paybillGrid{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 60px;
}

#paybillGridItem2 img{
	width: 130px;
	margin-top: 30px;
	margin-left: 0px
}

#paybillGridItem1 img{
	-webkit-box-shadow: 0px 0px 6px hsla(0,0%,0%,0.33);
    box-shadow: 0px 0px 6px hsla(0,0%,0%,0.33);
}

#payDescrip{
	margin-bottom: 45px;
}

#payDescrip p{
	margin-bottom: 18pt;
	padding-right: 60px;
}

#paymentLink a{
	text-decoration: none;
	margin-right: 60px;
}





















@media (max-width: 1240px){
	
	#feature2x3{
		display: none;
	}
	
	#feature4x5{
		display: block;
	}
	
	#featureArea{
		grid-template-columns: 1fr 1fr;
	}

	#featureContent{
		padding: 90px 0px 90px 60px;
	}
}

@media (max-width: 1040px){
	
	#indoor1{
		display: none;
	}

	#indoor2{
		display: block;
	}
	
	#feature4x5{
		display: none;
	}
	
	#feature1x1{
		display: block;
	}
	
	#featureArea{
		display: block;
	}

	#featureContent{
		padding:60px;
	}
	
	#pricing h2{
		font-size: 30pt;
		line-height: 39pt;
	}
	
	#regions{
		width: 50vw;
	}
	
	#contactHeader, .paybillHeader{
		font-size: 36pt;
	}
}

@media (max-width: 920px){
		
	header nav.headerNav{
		display: none;
	}
	
	#headerSub{
		display: none;
	}
	
	#headerContent-mobile{
		display: block;
	}
	
	#feature1x1{
		display: none;
	}
	
	#feature3x2{
		display: block;
	}
	
	#whyPropaneGrid{
		display: block;
		margin: 0px 60px;
	}
	
	.whyPropaneItem{
		margin-bottom: 60px;
		text-align: left;
		display: grid;
		grid-template-columns: 1fr 3fr;
		grid-column-gap: 30px;
		padding-bottom: 30px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.whyPropaneIcon{
		margin-left: 0px;
	}
	
	
	#whyPropaneItem1, #whyPropaneItem2{
		border-right: none;
		border-bottom: 1px solid #fff;
	}
}

@media (max-width: 820px){
	
	#feature3x2{
		display: none;
	}
	
	#feature16x9{
		display: block;
	}
	
	#contactGrid, #paybillGrid{
		display: block;
	}
	
	#contactGridItem1, #paybillGridItem1{
		margin-bottom: 60px;
	}
}

@media (max-width: 680px){
	
	header{
		height: 124px;
	}
	
	header a.logo{
		width: 300px;
		height: 111px;
		bottom: 8px;
	}
	
	#nav-mobile{
		top: 45px;
	}

	#navMobile-menu{
		top: 60px;
	}
	
	#footerContent ul li{
		display: block;
		padding: 12px 0px;
	}
	
	#indoor2{
		display: none;
	}
	
	#indoor1{
		display: block;
	}
	
	
	#feature16x9{
		display: none;
	}
	
	#feature2hx1{
		display: block;
	}
	
	#servicePhotos{
		display: block;
		margin: 120px 0px 30px 0px;
	}
	
	#servicePhotos img{
		margin-bottom: 60px;
	}
	
	#regions{
		width: 100%;
		text-align: center;
		padding: 0px 30px;
	}
}

@media (max-width: 560px){
	
	header{
		height: 100px;
	}
	
	header a.logo{
		width: 62vw;
		max-height: 89px;
		bottom: 8px;
		left: 20px;
	}
	#headerContent-mobile{
		margin: 0px 20px;
	}
	
	#nav-mobile{
		top: 15px;	
	}

	#navMobile-menu{
		top: 55px;
	}
	
	#featureContent{
		padding: 60px 30px 60px 30px;
	}
	
	#feature2hx1{
		display: none;
	}
	
	#featureMobile{
		display: block;
	}
	
	#whyPropaneGrid{
		margin: 0px 30px;
	}
	
	.whyPropaneItem{
		display: block;
		text-align: center;
		padding: 00px 18px 60px 18px;
	}

	#serviceDesc{
		margin: 0px 18px 75px 18px;
		text-align: center;
	}
	
	#pricing h2{
		font-size: 27pt;
		line-height: 36pt;
		padding: 30px 30px;
	}
	
	#regions{
		padding: 0px 18px;
	}
	
	#contactPrime{
		margin: 90px 0px 60px 0px;
	}

	#contactHeader{
		margin-left: 30px;
		margin-right: 30px;
	}


	#contactGridItem2{
		margin-left: 30px;
		margin-right: 30px;
	}

	#contactFormArea{
		margin: 0px 30px 120px 30px;
	}


	#contactForm p{
		padding-left: 9px;
		margin-bottom: 3px;
	}

	#paybillPrime{
		margin: 90px 0px 120px 0px;
	}
	
	#paybillReturn{
		margin: 90px 0px 120px 0px;
	}

	.paybillHeader{
		margin-left: 30px;
		margin-right: 30px;
	}

	#paybillGridItem2 img{
		width: 150px;
		margin-top: 30px;
		margin-left: 0px
	}
	
	#paybillGridItem2{
		margin-left: 30px;
		margin-right: 30px;
	}
	
	#returnContent h1{
		margin-left: 30px;
		margin-right: 30px;
		line-height: 45pt;
	}
}





