/* COLOR PALETTE
--------------------------------------------------------------*/
.white {
	background: #fffffe
}

.blue {
	background: #0f9cc7
}

.darkblue {
	background: #0d7797
}

.green {
	background: #7bbd41
}

.darkgreen {
	background: #41ad49
}

.orange {
	background: #f58025;
}

.gray {
	background: #999;
}

.darkgray {
	background: #3a3a3a
}
m

/* TYPOGRAPHY
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	text-transform: capitalize;
}

h1 {
	font-size: 40px;
	font-family: 'News Cycle', helvetica, arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fffffe;
	text-shadow: 1px 1px 3px #777777;
}

h2 {
	font-size: 35px;
	margin-bottom: 30px;
	color: #f58025;
}

h3 {
	font-size: 26px;
	color: #474747;
	margin-bottom: 20px;
}

h4 {
	font-size: 22px;
	color: #474747;
}

h5 {
	font-size: 18px;
	font-weight: bold;
}

h6 {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: .031em;
	text-transform: uppercase;
}

p {
	font-size: 17px;
	line-height: 1.6;
}

ul, ol, dl {
	font-size: 17px;
}

.caption {
	font-size: 12px;
	color: #666;
}

sup {
	font-size: 11px;
}


/* GENERAL STYLES
--------------------------------------------------------------*/
body {
	background: #fffffe;
	font-family: 'Noto Sans', helvetica, arial, sans-serif;
}

.contain-to-grid {
	background: #fffffe;
}

img {
	max-width: 100% !important;
	height: auto !important;
}

	img.center {
		display: block;
	}

a:hover {
	color: #f58025;
}

.button, .btn.primary {
	font-family: 'Noto Sans', helvetica, arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase; /*border-bottom:2px #0d7797 solid;*/
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding-top: 16px;
	padding-bottom: 15px;
	font-weight: bold;
	letter-spacing: 1px;
}

	.button:hover, .button:focus {
		background-color: #0c7d9f;
	}

.secondary.link {
	font-weight: normal;
	text-transform: none;
	color: #3a3a3a;
}

ul.no-bullet li ul, ul.no-bullet li ol {
	margin-left: 0;
}
/* undo foundation style */
ul.bullet li {
	list-style: disc;
	list-style-position: outside;
	margin: 0 0 16px 1.25em;
}

ul {
	line-height: 2;
}
/* undo foundation style */
.list-inline li {
	display: inline;
	margin-left: 20px;
}

	.list-inline li:first-child {
		margin-left: 0px;
	}

.center {
	text-align: center;
	margin: 0 auto;
}

.nowrap {
	white-space: nowrap;
}

.more {
	display: block;
	float: none !important;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
}

.more-space {
	margin-top: 20px
}

.line {
	margin: 0 auto;
	margin-bottom: 30px;
	width: 85px;
	border-width: 1px;
}

iframe {
	border: 0;
	max-width: 100%;
}


/* GENERAL LAYOUT
--------------------------------------------------------------*/
.content.pardot, .gas-form {
	margin-top: 20px;
}

.content section img {
	margin-bottom: 20px;
}

.content section.cta-wrapper {
	margin: 0 auto;
	width: 100%;
	padding: 25px 0 10px;
}

.content section.subnav {
	padding: 0;
	background: #eee;
}

	.content section.subnav [class^="icon_"], section.subnav [class*="icon_"] {
		display: block;
		color: #aaa;
		padding-right: 0;
	}

	.content section.subnav ul {
		text-align: center;
		margin: 0 auto;
	}

	.content section.subnav li.active {
		background: #aaa;
	}

		.content section.subnav li.active i, .content section.subnav li.active .title {
			color: #eee;
		}

		.content section.subnav li.active:after {
			content: '';
			display: block;
			width: 0;
			height: 0;
			border-left: .8em solid transparent;
			border-right: .8em solid transparent;
			border-top: .8em solid #aaa;
			position: absolute;
			bottom: -.7em;
			left: 50%;
			margin-left: -.9em;
		}

	.content section.subnav .title {
		font-size: 12px;
		color: #3a3a3a;
		display: block;
	}

	.content section.subnav.full-width {
		width: 100%;
	}

		.content section.subnav.full-width ul {
			width: 100%;
		}

		.content section.subnav.full-width li.columns:first-child:nth-last-child(1) {
			width: 100%;
		}

		.content section.subnav.full-width li.columns:first-child:nth-last-child(2), .content section.subnav.full-width li.columns:first-child:nth-last-child(2) ~ li {
			width: calc(100% / 2);
		}

		.content section.subnav.full-width li.columns:first-child:nth-last-child(3), .content section.subnav.full-width li.columns:first-child:nth-last-child(3) ~ li {
			width: calc(100% / 3);
		}

		.content section.subnav.full-width li.columns:first-child:nth-last-child(4), .content section.subnav.full-width li.columns:first-child:nth-last-child(4) ~ li {
			width: calc(100% / 4);
		}

		.content section.subnav.full-width li.columns:first-child:nth-last-child(5), .content section.subnav.full-width li.columns:first-child:nth-last-child(5) ~ li {
			width: calc(100% / 5);
		}

.section-intro {
	margin-bottom: 50px;
}

.panel {
	background: #fffffe;
	border-left: #eee 1px solid;
	border-right: #eee 1px solid;
	border-bottom: 1px #eee solid;
	position: relative;
	z-index: 1;
}

	.panel img {
		height: auto !important;
	}

	.panel h5 {
		margin-bottom: 1rem;
	}

	.panel p {
		color: #666;
	}

	.panel:before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: -1px;
		border-top: 3px #7bbd41 solid;
		z-index: -1px;
	}

.panel3, .panel4, .panel5 {
	display: table;
	width: 100%;
	border-spacing: 15px;
}

	.panel3 .panel {
		display: table-cell;
		vertical-align: top;
		padding: 20px 20px 20px 10px;
		width: 30%
	}

	.panel4 .panel {
		display: table-cell;
		vertical-align: top;
		padding: 20px 10px 20px 10px;
		width: 25%
	}

	.panel4.row .panel.center .button {
		padding-left: 24px;
		padding-right: 24px;
	}

	.panel5 .panel {
		display: table-cell;
		vertical-align: top;
		padding: 20px 0 20px 10px;
		width: 20%
	}

	.panel5.row .panel.center .button {
		padding-left: 20px;
		padding-right: 20px;
	}

.lined-list > li {
	padding-bottom: 40px;
	padding-top: 40px;
	border-top: 1px #eee solid;
}

	.lined-list > li:first-child {
		padding-top: 0;
		border: none;
	}

.list-with-button li:after {
	clear: both;
}

.list-with-button li:before, .list-with-button li:after {
	content: "";
	display: table;
}

.cta-wrapper p {
	font-size: 20px;
	color: #fffffe;
}

.feature-list li:after, .video-item:after {
	clear: both;
}

.feature-list li:before, .feature-list li:after {
	content: "";
	display: table;
}

.feature-item.odd h3 {
	text-transform: uppercase;
	margin-bottom: 0;
}

.mgmt-position {
	text-transform: uppercase;
}

.column-list > li {
	margin-bottom: 40px
}

	.column-list > li span {
		margin-right: 15px;
		border-bottom: 2px #41ad49 solid;
	}

.column-list-3 {
	width: auto;
	margin-left: -0.9375em;
	margin-right: -0.9375em;
	margin-top: 0;
	margin-bottom: 0;
	max-width: none;
}

	.column-list-3.no-bullet {
		margin-left: -0.9375em;
		margin-right: -0.9375em;
	}

	.column-list-3 li {
		position: relative;
		padding-left: 0.9375em;
		padding-right: 0.9375em;
		float: left;
		margin-bottom: 40px;
	}

		.column-list-3 li .figure {
			margin-bottom: 10px;
		}

		.column-list-3 li .category {
			font-size: 16px;
			display: block;
			margin-top: 3px;
		}

		.column-list-3 li .chef {
			color: #999;
			font-size: 13px;
			display: block;
			margin-top: 5px;
			font-style: italic;
		}

.multi-column li {
	display: inline-block;
}

	.multi-column li:before {
		content: '\2022';
		margin-right: .75em;
	}

.list-with-button li a {
	font-family: 'Noto Sans', helvetica, arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase; /*border-bottom: 2px #0d7797 solid;*/
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding-top: 16px;
	padding-bottom: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 0;
}

.promo-item--header {
	background: #999;
	padding: 15px 0;
	color: white;
	font-weight: normal;
	margin-bottom: 0;
}

.promo-item--panel:before {
	content: "";
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #999;
	position: relative;
	left: auto;
	right: auto;
}

.promo-item--panel {
	border-top: 0;
	background: #f7f7f7;
	position: relative;
	padding-bottom: 40px;
	height: 370px;
	overflow: hidden;
}

	.promo-item--panel:before {
		position: relative;
	}

.promo-item--reward {
	font-size: 40px;
	color: #7bbd41;
	display: block;
	margin-bottom: 20px;
}

.promo-item--line {
	width: 40%;
	margin: 0 auto;
	margin-bottom: 25px;
}

.promo-item--links {
	font-size: 13px;
	position: absolute;
	bottom: 30px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .5px;
	left: 20%;
	right: 20%;
}

	.promo-item--links .primary, .promo-item--links .secondary {
		display: block;
	}

.emergency-numbers--list li {
	display: inline-block;
	text-align: center;
	margin-bottom: 20px;
}

	.emergency-numbers--list li p {
		line-height: .5
	}

.emergency-numbers--list.locations li {
	vertical-align: top;
}

	.emergency-numbers--list.locations li p {
		line-height: 1.5;
	}


.chef {
	display: block;
	color: #999;
	font-style: italic;
}

span.call-811 {
	font-size: 200px;
	color: #ccc;
}

.terms {
	margin-top: 60px;
}

.video h3 {
	margin-bottom: 10px;
}

.resources > li {
	margin-top: 40px;
}

	.resources > li:first-child {
		margin-top: 0px;
	}

section.resources-block {
	border-top: 1px #e8e8e8 solid
}


/* small screens (< 640px) */
@media only screen and (max-width: 40.062em) {
	.content section {
		padding: 40px 15px;
	}

		.content section.subnav ul {
			text-align: center;
			list-style-type: none;
			width: 100%;
			margin: 0 auto;
		}

		.content section.subnav li {
			width: 50%;
			padding: 10px 0;
		}

		.content section.subnav .emergency-menu{
			width: auto;
		}

		.content section.subnav .emergency-menu li{
			width: 25%;
		}

		.content section.subnav .tips-menu li{
			width: 33.333%
		}

		.content section.subnav [class^="icon_"], section.subnav [class*="icon_"] {
			font-size: 25px;
		}

		.content section.subnav.full-width li.columns:first-child:nth-last-child(1),
		.content section.subnav.full-width li.columns:first-child:nth-last-child(2), .content section.subnav.full-width li.columns:first-child:nth-last-child(2) ~ li,
		.content section.subnav.full-width li.columns:first-child:nth-last-child(3), .content section.subnav.full-width li.columns:first-child:nth-last-child(3) ~ li,
		.content section.subnav.full-width li.columns:first-child:nth-last-child(4), .content section.subnav.full-width li.columns:first-child:nth-last-child(4) ~ li,
		.content section.subnav.full-width li.columns:first-child:nth-last-child(5), .content section.subnav.full-width li.columns:first-child:nth-last-child(5) ~ li {
			width: 100%;
		}

	.panel {
		margin-top: 30px;
	}

	.panel3, .panel4 {
		border-spacing: 0;
		padding-left: 15px;
		padding-right: 15px;
	}

		.panel3 .panel, .panel4 .panel {
			display: block;
			width: 100%;
		}

		.panel4.row {
			display: block;
			width: auto;
		}

	.multi-column {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}

	.cta-content {
		text-align: center;
	}

	.cta-wrapper p {
		text-align: center;
	}

	.promo .panel {
		margin-top: 0;
	}

	.promo-item--panel {
		height: auto;
	}

	.promo-item--links {
		position: static;
	}

	.content section.cta-wrapper {
		padding-left: 0.9375em;
		padding-right: 0.9375em;
	}

	.feature-item.odd img, .feature-item.even img, .feature-item.odd span, .feature-item.even span .feature-item h3, .feature-item h4, .feature-item h5, .feature-item h6, .feature-item p, .feature-item ul li {
		margin-bottom: 20px;
	}

	.feature-list-3 li {
		width: 100%;
		padding-left: 25%;
		margin-right: 0;
	}

		.feature-list-3 li img {
			float: left;
			margin-left: -33%;
		}

	.image-list-4 li {
		display: inline-block;
		vertical-align: top;
		width: 48%;
		margin-bottom: 20px;
	}

	.column-list-3 li {
		width: 100%;
	}

		.column-list-3 li img {
			width: 100%;
		}

	.emergency-numbers--list li {
		width: 48%;
	}

	.recipe-figure {
		width: 100%;
		clear: both;
	}

	.billboard-caption {
		position: relative;
		top: -20px;
		text-align: left;
	}

	.recipe > .row > .columns {
		padding-left: 0;
		padding-right: 0;
	}

	.tinynav {
		display: block
	}

	#nav1, #nav2, #nav3 {
		display: none
	}
}

/* medium and large (> 641px ) */
@media only screen and (min-width: 40.063em) {
	.row.narrow {
		margin-top: 40px;
	}

	.section-intro {
		text-align: center;
		margin: 0 auto;
		width: 83.333%;
		margin-bottom: 50px;
	}

		.section-intro:last-child {
			margin-bottom: 0px;
		}

	.content section {
		padding: 40px 15px;
	}

		.content section.subnav ul {
			width: 50%;
		}

		.content section.subnav li {
			width: 50%;
			padding: 15px 0;
		}

		.content section.subnav .emergency-menu{
			width: auto;
		}

		.content section.subnav .emergency-menu li{
			width: 25%;
		}

		.content section.subnav .tips-menu li{
			width: 33.333%
		}

		.content section.subnav [class^="icon_"], section.subnav [class*="icon_"] {
			font-size: 35px;
		}

		.content section.subnav .title {
			font-size: 14px;
			color: #3a3a3a;
			text-align: center;
		}

	.multi-column {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px;
	}

	.cta-content {
		color: #474747;
		margin: 0 auto;
		text-align: center;
		float: none !important;
	}

	.cta-wrapper p {
		font-size: 20px;
		display: inline-block;
		margin-right: 0px;
		text-align: center;
		float: left;
	}

	.cta-wrapper a {
		display: inline-block;
		vertical-align: top;
		margin: 13px 0;
	}

	.feature-item {
		margin-top: 50px;
	}

		.feature-item:first-child {
			margin-top: 0px;
		}

		.feature-item:after, .feature-list-small li:after {
			clear: both;
		}

		.feature-item:before, .feature-item:after, .feature-list-small li:before, .feature-list-small li:after {
			content: "";
			display: table;
		}

		.feature-item.odd img, .feature-item.odd span {
			float: left;
			margin: 5px 50px 0 0;
		}

		.feature-item.odd h3, .feature-item.odd h4, .feature-item.odd p {
			overflow: hidden;
		}

		.feature-item.even img, .feature-item.even span {
			float: right;
			margin: 5px 0 0 20px;
		}

	.feature-list li:first-child img, .feature-list li:first-child span {
		margin-top: 0;
	}

	.feature-list-3 li {
		display: inline-block;
		vertical-align: top;
		width: 30.333%;
		padding-left: 9%;
		margin: 0 20px 50px 0;
	}

		.feature-list-3 li img {
			float: left;
			margin: 5px 0 0 -40%;
		}

	.image-list-2 {
		margin-bottom: 0;
	}

		.image-list-2 li {
			display: inline-block;
			vertical-align: top;
			width: 48%;
			margin-bottom: 40px;
		}

			.image-list-2 li img {
				float: left;
				margin: 5px 20px 0 0;
			}

	.image-list-4 li {
		display: inline-block;
		vertical-align: top;
		width: 23%;
	}

	.column-2 > .left {
		width: 50%;
	}

	.column-2 > .right {
		width: 50%;
	}

	.emergency-numbers--list li {
		width: 32.3333%;
	}

	.billboard-caption {
		position: relative;
		top: -20px;
	}

	.lng-video {
		width: 83.333%;
		margin: 0 auto;
		margin-bottom: 60px;
	}

	span.call-811 {
		position: relative;
		bottom: 40px;
	}

	.recipe-figure {
		margin: 0 0 20px 20px;
	}

	.tinynav {
		display: none;
	}
}

/* medium screens (641px to 1024px) */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.feature-list li {
		margin-top: 40px;
		padding-left: 12%;
	}

		.feature-list li img, .feature-list li span.circle, .feature-list-2 li span.circle {
			float: left;
			margin: 5px 0 0 -13%;
		}

	.feature-wrap {
		background-image: url(../images/common/grayline.png);
		background-repeat: repeat-y;
		background-position: 5% 0;
	}
	/* gray vertical line */
	.column-list-3 li {
		width: 50%;
	}

		.column-list-3 li img {
			width: 100%;
		}

	.cta-wrapper p {
		width: 62%;
	}
}
/* tablet portrait only */
@media only screen and (min-width: 48em) and (max-width: 63em) { /* 768px to 1008px */
	.panel4.row:before, .panel4.row:after {
		display: inline-block;
	}
}

/* large screens (1025px +) */
@media (min-width: 64.063em) {
	.row.narrow {
		margin-left: auto;
		margin-right: auto;
		width: 83.333%;
	}

	.content.sub > section:not(.resources-block) > .row {
		max-width: 57.250em;
	}
	
	.content.sub > section:not(.resources-block) > .row.wide-row{
        width: 85%;
        max-width: none;
    }

	.feature-item, .feature-list > li, .list-with-button > li, .column-list > li {
		margin-left: auto !important;
		margin-right: auto;
		width: 83.333%;
	}

	.content.sub .feature-item, .content.sub .feature-list > li, .content.sub .list-with-button > li, .content.sub .column-list > li {
		width: 100%;
	}

	.feature-list li {
		margin-top: 40px;
		padding-left: 12%;
	}

	.content.sub .feature-list li {
		margin-top: 30px;
		padding-left: 15%;
	}

	.feature-list li img, .feature-list li span.circle, .feature-list-2 li span.circle {
		float: left;
		margin: 5px 0 0 -17%;
	}

	.feature-wrap {
		background-image: url(../images/common/grayline.png);
		background-repeat: repeat-y;
		background-position: 12% 0;
	}
	/* gray vertical line */
	.content.sub .feature-wrap {
		background-image: url(../images/common/grayline.png);
		background-repeat: repeat-y;
		background-position: 5% 0;
	}
	/* gray vertical line */
	.column-list-3 li {
		width: 33.3333%;
	}

	.cta-wrapper p {
		width: 70%;
	}
}

/* SEARCH
----------------------------------------------------*/
.search .button.tiny {
	width: 30px;
	float: left;
}

.search .button {
	border: 1px solid #cccccc;
	background: url(../images/common/search-icon.png) no-repeat center #fff;
	overflow: hidden;
	text-indent: -99999px;
	border-left: none;
	height: 35px;
}

.search input[type="text"] {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 35px;
	margin-bottom: 10px;
}

.search .search-field {
	float: left;
	border-right: 0;
}

	.search .search-field:focus {
		border: 1px solid #ccc;
		border-right: 0;
	}

.search .big-search {
	margin-top: 40px;
}

	.search .big-search input[type="text"] {
		font-size: 20px;
		padding-left: 20px;
		height: 50px;
		-webkit-border-radius: 4px 0 0 4px;
		border-radius: 4px 0 0 4px;
	}

	.search .big-search .button {
		height: 50px;
		background: url(../images/common/search-icon-white.png) no-repeat center center #0f9cc7;
		border: none;
	}

		.search .big-search .button:hover {
			background-color: #0d7797;
		}

.search-small form {
	margin-bottom: 0;
	padding-bottom: 0;
}

.search-small .button {
	-webkit-border-radius: 0;
	border-radius: 0;
	background: url(../images/common/search-icon-white.png) no-repeat center #0f9cc7;
	overflow: hidden;
	text-indent: -99999px;
	border-left: none;
	height: 50px;
	margin-bottom: 0;
}

.search-small input[type="text"] {
	border-right: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 50px;
	margin-bottom: 0;
}

.search-field {
	background: url(../images/common/search-icon-2.png) right no-repeat;
	padding-right: 30px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { /* stops ios from zooming in on focus */
	.search-small input[type='text'], .search-small input[type='number'] {
		font-size: 16px;
	}
}

/* medium screens (641px to 1024px) */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.search .search-field {
		width: 140px;
	}
}

/* large screens (1025px +) */
@media only screen and (min-width: 64.063em) {
	.search .search-field {
		width: 165px;
	}
}

/* CAREERS
----------------------------------------------------*/
.row .careersbenefits {
	margin-left: 10em;
}


/* medium to large screens (641px to 1025px +) */
@media only screen and (min-width: 40.063em) {
	p.careers-icims {
		color: #ffffff;
	}

	li.careers-icims {
		color: #ffffff;
	}
}

/* medium screens (641px to 1024px) */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.row .careersbenefits {
		margin-left: 2em;
	}

	.panel.center.careerspannel {
		display: block;
		width: 80%;
	}
}

/* small screens */
@media only screen and (max-width: 40.062em) { /* 640px */
	.row .careersbenefits {
		margin-left: 1em;
	}

	.rightlist {
		margin-top: -1.5em;
	}

	.panel.center.careerspannel {
		display: block;
		width: 100%;
		margin-left: -1.25em;
	}
}



/* FORMS
------------------------------------------------------*/
.gas-form form .umbraco-forms-label { font-family: 'Noto Sans', helvetica, arial, sans-serif; padding: 3px 13px 0 0; font-size:14px; margin-bottom:5px; line-height: 1.4em; color:#4D4D4D; }
.gas-form form input.text {  width: 100%; height:2.3125rem; box-sizing:border-box; border: 1px solid #cccccc; box-shadow:none; border-radius: 4px; font-size:14px; padding:8px; margin: 0; }
.gas-form form textarea { width: 100%; height: 5rem; }

.gas-form input[type="text"]:focus,
.gas-form input[type="password"]:focus,
.gas-form input[type="email"]:focus,
.gas-form textarea:focus {
   background: #FFFFFE;
   box-shadow: 0 0 5px #999999;
   border-color: #999999;
}

.gas-form input[type="text"].parsley-error:focus,
.gas-form input[type="password"].parsley-error:focus,
.gas-form input[type="email"].parsley-error:focus,
.gas-form textarea.parsley-error:focus {
  background: #FFFFFE;
  box-shadow: 0 0 5px #ea9d9d;
  border-color: #ea9d9d;
}

.gas-form form .checkbox{
    display: flex;
    flex-direction: row-reverse;
    align-items: first baseline;
    justify-content: flex-end;
}

.gas-form form .checkbox .umbraco-forms-field-wrapper{
    margin-right: .5em;
}

.gas-form form select { border-radius:4px; -moz-border-radius: 4px; }
.gas-form form .alert.field-label { color: red; }
.gas-form fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.gas-form .umbraco-forms-field + .umbraco-forms-field {
  margin-top: 1em;
}

.umbraco-forms-navigation {
    margin-top: 1em;
}

.parsley-errors-list.filled {
  font-size: 12px;
  color: #FF0000;
  list-style-type: none;
  margin: 0;
}

/* medium screens (641px to 1024px) */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.gas-form form input.text {
		width: 60%
	}

	.gas-form form select {
		width: 60%;
	}

	.gas-form form textarea {
		width: 60%;
	}
}

/* large screens (1025px +) */
@media only screen and (min-width: 64.063em) {
	.gas-form form input.text {
		width: 50%
	}

	.gas-form form select {
		width: 50%;
	}

	.gas-form form textarea {
		width: 50%;
	}
}


/* REFER A FRIEND FORM */

.refer-a-friend label,
.request-new-service label {
	color: #000000;
}

.refer-a-friend .pd-radio:after,
.request-new-service .pd-radio:after {
	content: " ";
	display: table;
	clear: both;
}

.refer-a-friend .pd-radio,
.request-new-service .pd-radio {
	*zoom: 1;
}

	.refer-a-friend .pd-radio .value span,
	.request-new-service .pd-radio .value span {
		float: left !important;
	}

.refer-a-friend .required label,
.request-new-service .required label {
	background: none;
	padding-left: 0px;
}


/* BILLBOARD
----------------------------------------------------*/
.billboard-content {
	text-align: left;
}

	.billboard-content p {
		font-size: 17px;
	}

.billboard.sub {
	background: no-repeat center top #7bbd41;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	background-image: url(../images/common/greendots.gif);
}

	.billboard.sub .billboard-content h1, .billboard.sub .billboard-content p {
		color: #fffffe;
	}

	.billboard.sub .billboard-cta-wrapper {
		position: relative;
	}

.billboard-cta-wrapper {
	background: #e4e4e4;
	width: 100%;
	padding: 25px 0 5px;
}

	.billboard-cta-wrapper p {
		font-size: 20px;
	}

.billboard-fact p {
	font-size: 16px;
}

.billboard-fact .more {
	display: block;
}

/* small screens (< 640px) */
@media only screen and (max-width: 40.062em) {
	.billboard {
		height: auto;
	}

	.billboard-content h1 {
		font-size: 40px;
		color: #474747;
		text-shadow: none;
	}

	.billboard-figure {
		background: none !important;
		height: auto;
	}

	.billboard-figure-small {
		max-width: 100%;
	}
}

/* medium and large (< 641px ) */
@media only screen and (min-width: 40.063em) {
	.billboard-content {
		padding-top: 5%;
	}

	.billboard.sub .billboard-content {
		padding-bottom: 40px;
	}

	.billboard-content h1, .billboard-content p {
		color: #fffffe;
	}

	.billboard-figure {
		height: 420px;
		background: no-repeat center 25%;
		-webkit-background-size: cover;
		background-size: cover;
		position: relative;
	}

	.billboard-cta-wrapper {
		margin: 0 auto;
		text-align: center;
	}

		.billboard-cta-wrapper p {
			font-size: 20px;
			display: inline-block;
		}

		.billboard-cta-wrapper a {
			margin-left: 100px;
			display: inline-block;
		}

		.billboard-cta-wrapper .cta-content a {
			margin-left: 0;
		}
}

/* carousel
----------------------------------------------------*/
#owl-demo .item {
	margin: 10px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
	background: none;
}

	.owl-theme .owl-controls .owl-buttons div.owl-prev {
		position: absolute;
		top: 40%;
		background-image: url(../images/common/left.png);
		height: 35px;
		width: 20px;
		text-indent: -99999px;
	}

	.owl-theme .owl-controls .owl-buttons div.owl-next {
		position: absolute;
		top: 40%;
		background-image: url(../images/common/right.png);
		height: 35px;
		width: 20px;
		text-indent: -99999px;
	}

/* small screens (< 640px) */
@media only screen and (max-width: 40.062em) {
	.owl-theme .owl-controls .owl-buttons div.owl-prev {
		left: -3%;
	}

	.owl-theme .owl-controls .owl-buttons div.owl-next {
		right: -3%;
	}
}

/* medium screens (641px to 1024px) */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.owl-theme .owl-controls .owl-buttons div.owl-prev {
		left: -2.5%;
	}

	.owl-theme .owl-controls .owl-buttons div.owl-next {
		right: -2.5%;
	}
}

/* large screens (1025px +) */
@media only screen and (min-width: 64.063em) {
	.owl-theme .owl-controls .owl-buttons div.owl-prev {
		left: -3%;
	}

	.owl-theme .owl-controls .owl-buttons div.owl-next {
		right: -3%;
	}

	.owl-carousel {
		width: 100%;
	}
}


/* LAYOUT
----------------------------------------------------*/

/* scenario  */
.scenario--panel {
	background: #fcfcfc;
	border: 1px #eee solid;
	color: #3a3a3a;
}

	.scenario--panel > p {
		font-size: 11px;
	}

.scenario--panel--instructions, .locator--panel--top {
	background: #aaa;
	color: #fffffe;
	padding-top: 10px;
}

	.scenario--panel--instructions p {
		margin-bottom: 10px;
	}

.scenario--panel--question {
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #eee;
}

.scenario--panel--question--number {
	font-size: 40px;
	border-bottom: 2px #3a3a3a solid;
	margin-right: 20px;
	float: left;
}

.scenario--panel--question--answer {
	text-align: center;
	list-style-type: none;
	width: auto;
	margin-left: -0.9375em;
	margin-right: -0.9375em;
	margin-top: 0;
	margin-bottom: 0;
	max-width: none;
}

	.scenario--panel--question--answer li.first {
		padding-right: 5px;
	}

	.scenario--panel--question--answer li.last {
		padding-left: 5px;
	}

	.scenario--panel--question--answer li.middle {
		padding-left: 5px;
		padding-right: 5px;
	}

	.scenario--panel--question--answer li a {
		padding: 10px 0 10px;
		width: 100%;
		display: inline-block;
		background: #eee;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}

		.scenario--panel--question--answer li a:hover {
			background: #ccc;
		}

	.scenario--panel--question--answer li.selected a {
		background: #7bbd41;
	}

		.scenario--panel--question--answer li a:hover .icon, .scenario--panel--question--answer li a:hover .title, .scenario--panel--question--answer li.selected a .icon, .scenario--panel--question--answer li.selected a .title {
			color: #fffffe;
		}

	.scenario--panel--question--answer .icon {
		display: block;
		color: #aaa;
		padding-right: 0;
	}

	.scenario--panel--question--answer .title {
		font-size: 14px;
		color: #3a3a3a;
	}

	.scenario--panel--question--answer .icon_man, .scenario--panel--question--answer .icon_family {
		font-size: 60px;
	}

	.scenario--panel--question--answer .icon_pot, .scenario--panel--question--answer .icon_bbq, .scenario--panel--question--answer .icon_shower, .scenario--panel--question--answer .icon_pool, .scenario--panel--question--answer .icon_hanger, .scenario--panel--question--answer .icon_torch {
		font-size: 45px;
	}

	.scenario--panel--question--answer .icon_check, .scenario--panel--question--answer .icon_x {
		font-size: 30px;
	}

	.scenario--panel--question--answer li.answer-one, .scenario--panel--question--answer li.answer-three {
		width: 50%;
	}

	.scenario--panel--question--answer li.answer-two {
		width: 33.33333%;
		margin-bottom: 10px;
	}

.scenario--onload-figure {
	margin-top: 100px;
}

.scenario--result {
	color: #3a3a3a;
}

.scenario--result--header {
	margin-bottom: 0;
	font-family: 'Noto Sans', helvetica, arial, sans-serif;
	text-transform: none;
	font-size: 42px;
	color: #3a3a3a;
	letter-spacing: 0;
}

.scenario--result--subheader {
	color: #3a3a3a;
}

.scenario--result--name {
	font-size: 22px;
}

	.scenario--result--name .gas-type {
		font-size: 36px;
		display: block;
		line-height: 1;
	}

.scenario--result--details {
	background-repeat: no-repeat;
	background-size: 100%;
	height: 687px;
	margin-top: 50px;
}

.scenario--result--savings {
	font-size: 16px;
	color: #7bbd41;
	border-left: 2px #7bbd41 solid;
	padding-left: 10px;
}

	.scenario--result--savings .amount {
		display: block;
		line-height: 1.2;
	}

	.scenario--result--savings .dollar {
		font-size: 32px;
	}

	.scenario--result--savings .time {
		font-size: 18px;
	}

.scenario--result--quote {
	font-size: 24px;
}

/* smaller screens (< 420px) */
@media only screen and (max-width: 26.262em) {
	.scenario--result--details {
		height: 497px;
		background-position: 0 20%;
	}

		.scenario--result--details .row .small-6 {
			width: 100%;
		}
}

/* small screens (< 640px) */
@media only screen and (max-width: 40.062em) {
	.scenario--result--header {
		font-size: 25px;
	}

	.scenario--result--subheader {
		font-size: 16px
	}

	.scenario--result--name {
		font-size: 13px
	}

		.scenario--result--name .gas-type {
			font-size: 22px;
		}

	.scenario--result--quote {
		font-size: 21px;
	}

	.scenario--result--story p {
		font-size: 15px;
	}
}

/* medium screens (641px to 1024px) */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
}

/* large screens (1025px +) */
@media only screen and (min-width: 64.063em) {
}


/* find a location  */
.content section.locator {
	padding: 5px 15px 15px 15px;
}

section.locator .row .row {
	padding-left: 0;
	padding-right: 0;
}

.locator .icon_hgas_logomark {
	color: #7bbd41;
}

.locator .icon_propanexchange {
	color: #f58025;
}

.locator .icon_propane {
	color: #b1964b;
}

.locator--legend {
	float: right;
	margin-bottom: 10px;
}

	.locator--legend li {
		font-size: 13px;
		color: #3a3a3a;
	}

	.locator--legend .icon {
		font-size: 24px;
		position: relative;
		top: 5px;
	}

.locator--panel--top {
	width: 33.33333%;
	float: left;
}

	.locator--panel--top label {
		color: #fffffe;
	}

.locator-distance {
	margin-bottom: 10px;
}

	.locator-distance input[type="radio"] + label {
		margin-right: 0;
	}

.locator--panel--top form {
	margin-bottom: 0;
}

.locator--panel--top input {
	color: #aaa;
	border-radius: 4px;
	-moz-border-radius: 4px;
	margin-bottom: 10px;
}

.locator--panel--top a {
	border-radius: 4px;
	-moz-border-radius: 4px;
	margin-bottom: 10px;
	width: 100%;
}

.locator--panel--top select {
	margin: 10px 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
}

	.locator--panel--top select label {
		margin-bottom: 5px;
	}

.locator--map-wrapper {
	width: 66.6667%;
	float: right;
	overflow: hidden;
}

.locator--panel--result {
	background: #fcfcfc;
	border: 1px #eee solid;
}

	.locator--panel--result li {
		padding-top: 20px;
		border-top: 1px solid #eee;
	}

		.locator--panel--result li:first-child {
			border: none;
		}

	.locator--panel--result .gmapDescription {
		padding: 0 15px;
	}

	.locator--panel--result .icon {
		font-size: 35px;
		float: left;
		position: relative;
		right: 5px;
		cursor: pointer;
	}

	.locator--panel--result .distance, .locator--map-wrapper .distance {
		font-size: 14px;
		margin-left: 5px;
		color: #666a;
	}

	.locator--panel--result h3 {
		font-size: 22px;
	}

	.locator--panel--result h3, .locator--panel--result .locatorText {
		margin-left: 40px;
	}

	.locator--panel--result .locatorInfo .button, .directionsPopup .button {
		padding-left: .5rem;
		padding-right: .5rem;
		display: inline-block;
	}

	.locator--panel--result .locatorInfo .primary, .directionsPopup .primary {
		width: 50%; /*margin-right:5px;*/
		margin-top: 0;
	}

	.locator--panel--result .locatorInfo .secondary, .directionsPopup .secondary {
		width: 48%;
		color: #fffffe;
		background: #aaa;
	}

		.locator--panel--result .locatorInfo .secondary:hover, .directionsPopup .secondary:hover {
			background: #777;
			color: #fffffe;
		}

	.locator--panel--result .locatorDirections {
		margin-top: 15px;
	}

	.locator--panel--result .locatorPopup h3, .locator--panel--result .locatorPopup .locatorText {
		margin-left: 0;
	}

.directionsPopup .primary {
	width: 44%;
}

.directionsPopup .secondary {
	width: 39%;
}

/* small screens */
@media only screen and (max-width: 40.062em) { /* 640px */
	section.locator {
		padding-left: 0;
		padding-right: 0;
	}

	.locator--legend {
		padding-left: 15px;
		padding-right: 15px;
	}

		.locator--legend li:last-child {
			margin-left: 0;
		}

	.locator input[type="checkbox"] + label, input[type="radio"] + label {
		margin-left: 0.2rem;
	}

	.locator--panel--top {
		width: 100%;
		float: none;
		padding-bottom: 10px;
	}

	.locator--map-wrapper {
		width: 100%;
		float: none;
		height: 350px;
	}

	.locator--panel--result {
		background: #fffffe;
		border: 0;
		width: 100%;
		float: none;
		height: auto;
	}

		.locator--panel--result .gmapDescription {
			height: auto;
		}

	.locatorMap {
		height: 100% !important;
	}
}

/* medium screens */
@media only screen and (min-width: 40.063em) and (max-width: 64em) { /* 641px to 1024px */
	.locator--panel--top {
		height: 280px;
		overflow: hidden;
	}

	.locator--panel--result {
		height: 595px;
		overflow: scroll;
		width: 33.33333%;
		float: left;
	}

		.locator--panel--result .gmapDescription {
			height: 605px;
		}

		.locator--panel--result #locatorCTAs .button {
			width: 100%;
			margin-bottom: 5px;
		}
}

/* tablet portrait only */
@media only screen and (min-width: 48em) and (max-width: 63em) { /* 768px to 1008px */
	.locator--panel--top {
		height: 245px;
		width: 100%;
		float: none;
	}

	.locator--map-wrapper {
		width: 100%;
		float: none;
		height: 350px;
	}

	.locator--panel--result {
		background: #fffffe;
		border: 0;
		width: 100%;
		float: none;
		height: auto;
	}

		.locator--panel--result .gmapDescription {
			height: auto;
		}

		.locator--panel--result .locatorCTAs .button {
			padding-left: 5px;
			padding-right: 5px;
		}

		.locator--panel--result .locatorCTAs .primary {
			width: 50%;
			margin-right: 5px;
		}

		.locator--panel--result .locatorCTAs .secondary {
			width: 49%;
			color: #fffffe;
			background: #aaa; /*border-bottom:2px #777 solid;*/
		}

			.locator--panel--result .locatorCTAs .secondary:hover {
				background: #777;
			}

		.locator--panel--result .locatorDirections {
			margin-top: 20px;
		}
}

/* large screens */
@media only screen and (min-width: 64.063em) { /* 1025 */
	section.locator .row {
		position: relative;
		padding-left: 15px;
		padding-right: 15px;
	}

	.locator--panel--top {
		height: 260px;
		overflow: hidden;
	}

	.locator--panel--result {
		height: 615px;
		overflow: hidden;
		width: 33.33333%;
		float: left;
	}

		.locator--panel--result .gmapDescription {
			height: 615px;
		}
}



/* media */
.media .tabs.horizontal {
	border-bottom: 1px #eee solid;
}

	.media .tabs.horizontal dd > a {
		font-size: 14px;
		background: #fffffe;
		color: #888;
		padding: 1rem 2rem 1rem 0
	}

		.media .tabs.horizontal dd > a:hover {
			color: #0f9cc7;
		}

	.media .tabs.horizontal dd.active a {
		border-bottom: none;
		color: #0f9cc7;
	}

.media h2 {
	margin-bottom: 50px;
}

.media .date {
	float: left;
	width: 13.66667%;
	color: #3a3a3a;
}

	.media .date span {
		width: 55px;
		text-align: center;
		text-transform: uppercase;
		line-height: 1.2;
	}

.media .month {
	margin-right: 5px;
}

.media .day {
	font-size: 40px;
	display: block;
}

.media .month, .media .year {
	font-size: 14px;
}

.media .title, .media h3 {
	color: #3a3a3a;
}

.media .article {
	float: left;
	width: 84.33333%;
}

.media .icon {
	color: #999;
	position: relative;
	top: 1px;
	margin-right: 10px;
}

.media .article-contact {
	margin: 40px 0 0 0;
	padding-top: 40px;
	border-top: 1px #eee solid;
}

.media .article-links {
	margin: 40px 0 0 0;
	padding-top: 40px;
	border-top: 1px #eee solid;
}

.media .article-contact p {
	margin-bottom: .25rem;
}

.media--nav-year {
	width: 16.66667%;
	float: left;
}

	.media--nav-year li a {
		padding: .5rem 2rem;
		display: block;
		font-size: 1rem;
		color: #3a3a3a;
	}

	.media--nav-year li.active a {
		background: #eee;
	}

.open .media--nav-month {
	display: block;
	transform-origin: top;
	transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.close .media--nav-month {
	display: block;
	height: 0px;
	transform: scaleY(0);
}

.years-list {
	display: block;
}

.media--main {
	float: left;
	margin-left: -1px;
	width: 83.33333%;
	border-left: 1px #eee solid;
	padding-left: 60px;
}

.media--main--list li {
	border-top: 1px #eee solid;
	padding-top: 40px;
}

	.media--main--list li:first-child {
		border: none;
		padding-top: 0;
	}

.media--events .media--main {
	border: none;
	width: 100%;
	padding-left: 0px;
	margin-left: 0;
}

.media--events .date {
	float: none;
	width: 100%
}

.media--events .day {
	display: inline;
	font-size: 14px;
	margin-right: 5px;
}

.media--events .media--main li:first-child {
	padding-top: 0;
}

.media--events .media--main--list li {
	padding-bottom: 30px;
}

.media--events .event-details {
	margin: 0 0 20px 0;
}

	.media--events .event-details li {
		display: inline;
		border: none;
		padding-top: 0;
		padding-right: 20px;
	}

		.media--events .event-details li:first-child {
			padding-left: 0;
			border: none;
		}

	.media--events .event-details span {
		margin-right: 5px;
	}

.media--inthenews .icon {
	position: relative;
	top: 1px;
}

/* small screens */
@media only screen and (max-width: 40.062em) { /* 640px */
	.media .tabs.horizontal dd > a {
		padding-right: 1.5rem;
	}

	.media h2 {
		margin-bottom: 30px;
	}

	.media .date {
		float: none;
		width: 100%
	}

	.media .day {
		display: inline;
		font-size: 14px;
		margin-right: 5px;
	}

	.media .article {
		float: none;
		width: 100%;
	}

	.media--main {
		width: 100%;
		border: none;
		padding-left: 0;
	}

		.media--main li:first-child {
			padding-top: 40px;
		}

	.media--events .event-details li {
		display: block;
		padding: 5px 0 5px 0;
	}

	.media--pressreleases .media--main {
		padding-top: 40px;
	}
}

/* blog */
.media .date.blog {
	width: 10%;
}

.media .image.blog {
	float: left;
	width: 20%;
	margin-right: 20px;
}

.media .article.blog {
	width: 65%;
}

/* small screens */
@media only screen and (max-width: 60.062em) { /* 950px */
	.media .date.blog {
		width: 100%;
	}

	.media .image.blog {
		float: none;
		width: 100%;
		margin-right: 0;
	}

	.media .article.blog {
		width: 70%;
	}
}

/* small screens (< 640px) */
@media only screen and (max-width: 40.062em) {
	.media .article.blog {
		width: 100%;
	}
}



/*about us */
/* large screens (1025+)*/
@media only screen and (min-width: 64.063em) {
	.videoDiv {
		width: 250px;
		height: 350px;
		position: absolute;
		top: 50px;
		right: 0px;
		background-color: #000;
	}
}

/* good energy tips */
.videoNowPlaying .video-details {
	margin-bottom: 15px;
}

.videoPlaylist {
	background: #fcfcfc;
	border: 1px #eee solid;
}

	.videoPlaylist li {
		background: #fcfcfc;
		border-bottom: 1px #eee solid;
		padding: 10px;
		padding: 15px 10px;
	}

		.videoPlaylist li:after {
			clear: both;
		}

		.videoPlaylist li:before, .videoPlaylist li:after {
			content: "";
			display: table;
		}

.subnav {
	text-align: center;
}

.videoPlaylist ul {
	margin-left: 0;
	list-style: none;
}

/* small screens (< 640px) */
@media only screen and (max-width: 40.062em) {
	.videoPlaylist li {
		padding-left: 28%;
	}

		.videoPlaylist li img {
			width: 50%;
			float: left;
			margin: 10px 10px 0 -38%;
		}

	.videoPlaylist {
		margin-left: -.938em;
		margin-right: -.938em;
	}
}

/* medium and large (< 641px) */
@media only screen and (min-width: 40.063em) {
	.videoPlaylist li {
		padding-left: 33%;
	}

		.videoPlaylist li img {
			width: 40%;
			float: left;
			margin: 0 0 0 -48%;
		}

	.videoPlaylist .video-details {
		font-size: 14px;
	}

	.videoPlaylist {
		height: 540px;
		overflow: scroll;
	}

	.tabnavVideo {
		margin-left: 0;
		border-bottom: 2px #cfcfcf solid;
		font-size: 16px;
		line-height: 2em;
		height: 40px;
		margin-bottom: 40px;
	}

		.tabnavVideo li {
			line-height: 2em;
			float: left;
			display: inline-block;
			margin-right: 20px;
		}

			.tabnavVideo li a span {
				display: block;
				padding-bottom: 7px;
				color: #888;
			}

				.tabnavVideo li a span.hover {
					border-bottom: 2px #7bbd41 solid;
					color: #7bbd41;
				}

		.tabnavVideo a {
			position: relative;
			display: block;
			bottom: 1px; /*padding:3px 10px;*/
		}

		.tabnavVideo .active {
			background: #0f9cc7;
		}

			.tabnavVideo .active a {
				color: #fffffe;
			}
}

/* large screens (1025+)*/
@media only screen and (min-width: 64.063em) {
	.videoPlaylist li {
		padding-left: 40%;
	}

		.videoPlaylist li img {
			width: 60%;
			float: left;
			margin: 0 0 0 -65%;
		}

		.videoPlaylist li a:hover {
			color: #0f9cc7;
		}

		.videoPlaylist li:hover {
			background: #eee;
			cursor: pointer;
		}
}

/* sitemap */
.level-2 > a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	color: #474747;
}

/* small screens (< 640px) */
@media only screen and (max-width: 40.062em) {
}

/* medium and large (< 641px) */
@media only screen and (min-width: 40.063em) {
	.level-2 {
		display: inline-block;
		vertical-align: top;
		width: 30.3333%;
		margin-right: 20px;
		margin-bottom: 40px;
	}
}

/* large screens (1025+)*/
@media only screen and (min-width: 64.063em) {
	.sitemap {
		width: 83.3333%;
		margin-left: auto;
		margin-right: auto;
	}
}


/* FOOTER
----------------------------------------------------*/
footer {
	padding-top: 0px;
	border-top: 1px #cfcfcf solid;
	background: #f7f7f7;
}

footer ul {
	margin-left: 0;
}

footer ul li {
	list-style: none;
}

footer a {
	color: #3a3a3a;
}

footer .row {
	margin-top: 30px;
}

.footer--bottom .row {
	margin-top: 0;
}

.footer-banner,
.footer-banner h3 {
	margin: 0;
	width: 100%;
	max-width: 100%;
}

.footer-banner.row {
	margin-top: 0;
}

.footer-banner h3 {
	text-align: center;
}

.footer-banner h3 img {
	width: auto;
	height: 30px;
	padding-bottom: 2px;
	margin-right: 15px;
}

.footer-banner h3 a {
	border: 1px solid white;
	padding: 8px 20px;
	margin-left: 15px;
	vertical-align: 4px;
}

.footer--header {
	color: #3a3a3a;
}

.footer--social i {
	color: #999;
	position: relative;
	bottom: 15px;
}

.footer--social a:hover i {
	color: #f58025;
}

.footer--811--figure { /* position:relative; bottom:25px; */
	padding-right: 10px;
	display: inline-block;
	float: left;
}

.footer--811--text {
	display: inline-block;
	font-size: 14px;
}

	.footer--smell-gas--text, .footer--811--text p {
		font-size: 14px;
		color: #3a3a3a;
	}

.footer--811--link {
	font-size: 12px;
}

.footer--bottom {
	padding: 7px 0;
	margin-top: 0px;
	background: #f7f7f7;
}

	.footer--bottom a {
		color: #999;
	}

.footer--copyright {
	margin-bottom: 0;
}

.footer--copyright, .footer--nav-links {
	font-size: 12px;
	color: #999;
}

.footer--nav-links {
	margin-bottom: 20px;
}

.footer--email {
	background-color: #7bbd41;
	opacity: 100%;
	width: 100%;
	padding-top: 20px;
}

#no-margin {
	margin: 0;
	width: 100%;
	max-width: 100%;
}

/* small screens (< 640px) */
@media only screen and (max-width: 40.062em) {
	.footer--811 { /* text-align: center; */
	}

	.footer--bottom {
		margin-top: 0px;
	}

	.footer--nav-links a {
		font-size: 14px;
	}
}

/* small mobile portrait only  (< 479px) */
@media only screen and (max-width: 29.938em) {
	.footer--social, .footer--811, .footer--logo {
		width: 100%;
	}

	.footer--811 {
		text-align: center;
	}

	.footer--logo {
		text-align: center;
	}

		.footer--logo img {
			margin: 0px auto 20px auto;
			width: 50%;
			min-width: 180px;
		}

	.footer--811--figure {
		float: none;
		vertical-align: text-bottom;
	}
}

/* medium and large (< 641px) */
@media only screen and (min-width: 40.063em) {
	.footer--copyright {
		float: left;
	}

	.footer--nav-links {
		float: right;
	}
}

/* medium screens (641px to 1024px) */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.footer--social li {
		margin-left: 5px;
	}
}

/* large screens (1025px +) */
@media only screen and (min-width: 64.063em) {
	.footer--nav-links { /*float:left;*/
		margin-bottom: 0px;
	}

	.footer--header {
		padding-bottom: 5px;
	}
}

/* Search Results */
.search-results {
	padding: 2em 0;
}

.ezsearch-result {
	border-top: 1px solid #eee;
	padding: 2em 0 1em 0;
}

	.ezsearch-result:first-of-type {
		border-top: none;
		padding-top: 1em;
	}

.pagination {
	text-align: center;
}

	.pagination ul {
		list-style: none;
		margin-left: 0;
	}

	.pagination li {
		display: inline-block;
	}

	.pagination a {
		display: inline-block;
		padding: 0 0.5em;
	}

		.pagination a.current {
			color: #666;
		}

/* Membership */
.member-login {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	max-width: 68.750em;
}

.member-login-username-field {
	width: 300px;
}

.member-login-password-field {
	width: 300px;
}

.member-register-link {
}

.member-login .button {
	padding-left: .5rem;
	padding-right: .5rem;
	display: inline-block;
}

.member-profile {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	max-width: 68.750em;
}

.member-profile-name-field {
	width: 300px;
}

.member-profile-email-field {
	width: 300px;
}

.member-profile .button {
	padding-left: .5rem;
	padding-right: .5rem;
	display: inline-block;
}

ul.covid-buttons {
    display: flex;
    margin-left: -.5em;
    list-style: none;
}

ul.covid-buttons li {
    padding: .5em;
}


#mc_embed_signup {
	background: #fff;
	clear: left;
	font: 14px Helvetica, Arial, sans-serif;
}

#mc_embed_signup h2 {
	margin-bottom: 15px;
}

#mc_embed_signup .newsletter-subscribe-cta {
	margin-bottom: 35px;
}

#mc_embed_signup .indicates-required {
	min-width: 250px;
	max-width: 400px;
	font-size: 14px;
}

#mc_embed_signup .mc-field-group {
	min-width: 250px;
	max-width: 400px;
	font-size: 16px;
}

#mc_embed_signup .mc-field-group input[type=radio] {
	margin: 0 0 0.1rem 0;
}

#mc_embed_signup .mc-field-group input[type=radio]:first-of-type {
	margin: 1rem 0 0.1rem 0;
}

#mc_embed_signup .mc-field-group input[type=radio]:last-of-type {
	margin: 0 0 1rem 0;
}

#mc-embedded-subscribe {
	margin-top: 18px;
}

#mce-responses {
	color: #f58025;
	font-weight: bold;
	line-height: 1.6;
	font-size: 18px;
}

#asterisk {
	color: #e04633;
}


/* SURVEY
----------------------------------------------------*/
#hgasSurvey {
	margin: 0;
}

#surveyPopup, #popupOverlay {
	display: none;
	opacity: 1;
	position: fixed;
	-webkit-transition: opacity 0.5s ease 0s;
	-moz-transition: opacity 0.5s ease 0s;
	-ms-transition: opacity 0.5s ease 0s;
	transition: opacity 0.5s ease 0s;
}

#popupOverlay {
	background-color: rgba(0, 0, 0, 0.4);
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9000;
}

#surveyPopup {
	background: url("/media/1284/bg-modal.png") no-repeat 50% 65% rgba(123, 189, 65, 1.0);
	border-radius: 10px;
	box-shadow: 0 0 1px 0px black;
	color: white;
	height: auto;
	left: 50%;
	padding: 20px 0;
	text-align: center;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 60%;
	z-index: 9001;
	max-width: 800px;
}

	#surveyPopup.open, #popupOverlay.open {
		display: block;
	}

	#surveyPopup.closing, #popupOverlay.closing {
		opacity: 0;
	}

	#surveyPopup .closeButton {
		position: absolute;
		top: 15px;
		right: 10px;
		width: 30px;
		height: 30px;
		font-family: "foundation-icons";
		font-size: 1.5em;
	}

	#surveyPopup .closePopup {
		color: rgba(255, 255, 255, 1);
		text-transform: uppercase;
	}

		#surveyPopup .closePopup:hover {
			color: rgba(224, 224, 224, 1);
		}

	#surveyPopup .col1, #surveyPopup .col2, #surveyPopup .col3 {
		float: left;
		text-align: left;
		padding: 0 0 0 5%;
	}

	#surveyPopup .col1 {
		width: 28%;
	}

	#surveyPopup .col2 {
		width: 28%;
	}

	#surveyPopup .col3 {
		width: 44%;
	}

	#surveyPopup #thankYouMessage {
		display: none;
	}

	#surveyPopup .company {
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 18px;
		letter-spacing: 1px;
	}

	#surveyPopup h2 {
		text-transform: none;
		font-size: 1.5em;
		font-weight: 400;
		color: rgba(255, 255, 255, 1);
		letter-spacing: 0.05em;
	}

		#surveyPopup h2:first-of-type {
			margin-top: 1em;
		}

	#surveyPopup hr {
		width: 90%;
		margin: 2.25rem auto 2.1875rem;
	}

		#surveyPopup hr + h2 {
			margin-bottom: 0.25em;
		}

	#surveyPopup p {
		font-size: 0.8em;
		line-height: 1em;
		margin-bottom: 1em;
	}

		#surveyPopup p.subtitle {
			font-style: italic;
			margin-bottom: 3em;
		}

		#surveyPopup p.complete {
			margin: 2em 0;
		}

		#surveyPopup p.skip {
			margin: 0;
			font-weight: bold;
			letter-spacing: 1px;
		}

		#surveyPopup p.error {
			margin: 1em 0;
			color: rgba(255, 0, 0, 1);
		}

	#surveyPopup input {
		margin: 0;
	}

		#surveyPopup input[type="submit"] {
			border: 1px solid rgba(255, 255, 255, 1);
			border-radius: 10px;
			font-size: 16px;
			padding: 0.75em 2em;
		}

		#surveyPopup input[type="checkbox"], #surveyPopup input[type="radio"] {
			margin-right: 5px;
		}

			#surveyPopup input[type="radio"]:nth-of-type(2) {
				margin-left: 4em;
			}

		#surveyPopup input[type="text"] {
			display: inline-block;
			width: 70%;
			height: 24px;
			margin-left: 0.5em;
		}

@media only screen and (max-width: 40.062em) {
	#surveyPopup {
		width: 90%;
		position: absolute;
		left: 50%;
		top: 60px;
		-ms-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}

		#surveyPopup .col1, #surveyPopup .col2 {
			width: 50%;
		}

		#surveyPopup .col3 {
			width: 100%;
		}

		#surveyPopup h2 {
			font-size: 1.2em;
		}

		#surveyPopup hr {
			width: 90%;
			margin: 1.5rem auto 1.6875rem;
		}

		#surveyPopup p.subtitle {
			margin-bottom: 2.5em;
		}

		#surveyPopup p.complete {
			margin: 1em 0;
		}

		#surveyPopup input[type="text"] {
			margin-left: 1em;
		}
}
