/**
 * Duramax legacy header/footer chrome.
 *
 * Extracted from assets/css/daxWIDE.intro.full.css and
 * assets/css/daxWIDE.pages.full.css. Asset URLs are rewritten, and narrowly
 * scoped sizing corrections preserve the source metrics in this WP port.
 * The old global reset is limited to the ported chrome so page blocks keep
 * their WordPress/GreenShift layout.
 */

#TOPPER,
#TOPPER *,
.newsletter-banner,
.newsletter-banner *,
#BOTTOM,
#BOTTOM * {
	box-sizing: border-box;
}

#TOPPER *,
.newsletter-banner *,
#BOTTOM * {
	margin: 0;
	padding: 0;
}

#TOPPER,
.newsletter-banner,
#BOTTOM {
	font-family: termina, sans-serif;
}

#TOPPER a,
.newsletter-banner,
.newsletter-banner:visited,
#BOTTOM a {
	text-decoration: none;
	outline: 0;
}

#TOPPER a,
#TOPPER a:visited {
	color: #005e7c;
}

#TOPPER a:hover {
	color: #57ad9e;
}

#TOPPER br,
#BOTTOM br {
	clear: both;
}

#TOPPER,
#headerLg {
	background: #fff;
}

#TOPPER #headerLg {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 80px;
	color: #005e7c !important;
	overflow: hidden;
}

#TOPPER .maxwidth {
	width: 100%;
	max-width: 1310px;
	position: relative;
	padding: 0;
	margin: 0 auto;
	height: auto;
}

#headerLg > a {
	display: block;
	flex: 0 0 33%;
	height: 3.5rem;
	position: relative;
}

#headerLg .logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: left center;
}

#TOPPER ul.BLOCK ol img {
	padding: 0;
	width: 4rem;
	height: 4rem;
	object-fit: cover;
	object-position: center;
}

#phoneLang {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 0.8rem;
}

#languageA,
#languageB {
	padding-left: 1rem;
	padding-right: 1rem;
}

#languageA {
	padding-left: 2rem;
}

#languageDivider {
	background: rgba(0, 0, 0, 0.2);
	width: 1px;
	height: 1.5rem;
}

#headerLg .button,
#BOTTOM .button,
.newsletter-banner .button {
	padding: 0.25rem 1rem;
	background: #57ad9e;
	color: #fff;
	transition: 0.5s ease-in-out all;
	border-radius: 0.25rem;
}

#headerLg .button:hover,
#BOTTOM .button:hover,
.newsletter-banner .button {
	background: #489487;
}

#headerLg .button,
#headerLg .button:visited,
#headerLg .button:hover {
	color: #fff;
}

#closemainmenu,
#mainmenu {
	cursor: pointer;
	margin: 0;
	padding: 5px;
	background: #454545;
	color: silver;
	font-size: 75%;
}

#closemainmenu div,
#mainmenu div {
	position: absolute;
	margin: 0;
	right: 0.5rem;
	top: 50%;
	transform: translateY(-50%);
}

#closemainmenu {
	display: none;
}

#TOPPER .showinmobile,
#TOPPER ul.dropdownHorz li.showinmobile {
	display: none;
}

#TOPPER ul.dropdownHorz li.showinmobile.green {
	background: #57ad9e;
}

#NAVS {
	background: #005e7c;
}

/* Legacy eight-cell horizontal menu. */
#TOPPER ul.dropdownHorz,
#TOPPER ul.dropdownHorz li {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	font-size: 80%;
	line-height: 1.26em;
}

#TOPPER ul.dropdownHorz > li {
	width: 12.5%;
	float: left;
}

#TOPPER ul.dropdownHorz li li {
	font-size: 100%;
	width: 100%;
	float: none;
	margin: 0;
}

#TOPPER ul.dropdownHorz li a {
	margin: 0;
	padding: 0.65rem;
	padding-right: 1.25rem;
	border-bottom: 0 solid #999;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	text-decoration: none;
	color: #fff;
	background: transparent;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 0.7rem;
	text-align: left;
}

#TOPPER ul.dropdownHorz > li > a {
	background: transparent !important;
}

#TOPPER ul.dropdownHorz li a:hover {
	color: #fff;
}

#TOPPER ul.dropdownHorz ul {
	position: absolute;
	display: none;
	margin: 0;
	padding: 0;
	width: 100%;
	box-shadow: 1px 5px 25px #333;
	z-index: 99;
	border-right: 1px solid #999;
}

#TOPPER ul.dropdownHorz ul.BLOCK {
	z-index: 99999;
	border-right: 0;
}

#TOPPER ul.dropdownHorz ul ul {
	margin: -38px 0 0 100%;
}

#TOPPER ul.dropdownHorz li li a {
	background-image: none;
	background-color: #fff;
	color: #333;
	filter: alpha(opacity=98);
	-moz-opacity: 0.98;
	opacity: 0.98;
	border-bottom: 1px solid #999;
	text-transform: uppercase;
}

#TOPPER ul.dropdownHorz li li li a {
	background-image: none;
	background-color: #333;
	color: silver;
}

#TOPPER ul.dropdownHorz li:hover a {
	background-color: #ccc;
	background-image: url("/wp-content/uploads/duramax/assets/images/rounded_dk.jpg");
	color: #000;
}

#TOPPER ul.dropdownHorz li:hover li a {
	background-color: #fff;
	background-image: none;
	color: #333;
	filter: alpha(opacity=98);
	-moz-opacity: 0.98;
	opacity: 0.98;
	-khtml-opacity: 0.95;
}

#TOPPER ul.dropdownHorz li:hover ul ul {
	display: none;
}

#TOPPER ul.dropdownHorz li li:hover a {
	background-image: none;
	background-color: #333;
	color: #fff;
}

#TOPPER ul.dropdownHorz li li:hover li a {
	background-image: none;
	background-color: #333;
	color: silver;
	filter: alpha(opacity=98);
	-moz-opacity: 0.98;
	opacity: 0.98;
	-khtml-opacity: 0.95;
}

#TOPPER ul.dropdownHorz li a:hover {
	background-color: #005e7c;
	background-image: none;
	color: #fff;
}

#TOPPER ul.dropdownHorz li li a:hover {
	background-color: #005e7c;
	color: #fff;
}

#TOPPER ul.dropdownHorz li li li a:hover {
	background-color: purple;
	color: #fff;
}

#TOPPER .hasdrop::after {
	content: url("/wp-content/uploads/duramax/assets/images/xclose.gif");
	margin-top: -2px;
}

#TOPPER .hasdrop.active::after {
	content: url("/wp-content/uploads/duramax/assets/images/xopen.gif");
}

#TOPPER .hasdrop.active {
	color: #fff !important;
}

/* Exact five-column PRODUCTS panel. */
#TOPPER ul ul.BLOCK {
	position: absolute;
	width: 100%;
	margin: 0;
	background-color: #fff;
	margin-left: -115%;
	margin-bottom: 13px;
}

#TOPPER ul ul.BLOCK ul {
	position: relative;
	margin: 0;
	padding: 0;
	display: block;
}

#TOPPER ul.BLOCK div {
	border-left: 0;
	color: #000;
	padding: 0;
	margin-left: 0;
}

#TOPPER ul.BLOCK div li {
	list-style: none !important;
}

#TOPPER ul.BLOCK div div {
	float: left;
	width: 20%;
}

#TOPPER ul.BLOCK a,
#TOPPER ul.BLOCK div a {
	padding: 0;
	border: 0;
	background-color: transparent !important;
	background: none !important;
	color: #005e7c !important;
	font-size: 0.6rem;
}

#TOPPER ul.BLOCK a.section {
	display: block;
	text-align: center;
	padding: 1.5%;
	background: #57ad9e !important;
	color: #fff !important;
	font-size: 111%;
}

#TOPPER ul.BLOCK a.section:hover {
	background: #429183 !important;
	color: #fff !important;
}

#TOPPER ul.BLOCK div a:hover {
	color: red !important;
}

#TOPPER ul.BLOCK ol {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
}

#TOPPER ul.BLOCK ol ol {
	margin: 0;
}

#TOPPER ul.BLOCK ol li a {
	padding: 0.5rem;
	padding-bottom: 0.25rem;
	border-bottom: 1px dotted #dedede;
	border-left: 1px solid #b7b7b7;
	background: #fff !important;
	font-weight: bold;
}

#TOPPER ul.BLOCK ol li li a {
	color: #333 !important;
	background: #fafafa !important;
	font-weight: normal;
}

#TOPPER ul.BLOCK ol li:hover a {
	color: #005cb6 !important;
	background: #fff !important;
}

#TOPPER ul.BLOCK ol li:hover li a {
	color: #333 !important;
	background: #fafafa !important;
}

#TOPPER ul.BLOCK ol li a:hover {
	background: #fff !important;
}

#TOPPER ul.BLOCK ol li li a:hover {
	background: #c0c0c0 !important;
}

#TOPPER ul.BLOCK ol img {
	margin-right: 2px !important;
}

#TOPPER ul.BLOCK ol span {
	padding-left: 5px !important;
}

#TOPPER ul.BLOCK div ol a.hasdrop.active {
	color: #005e7c !important;
}

#TOPPER img.butn_change {
	width: 100%;
	height: auto;
}

/* Search overlay from footer-part-search.php and the legacy chrome CSS. */
#TOPPER #tipue_search_input {
	font: 300 13px/1 "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	color: #333;
	width: 120px !important;
	padding: 2px 3px;
	border: 1px solid #999;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	box-shadow: none;
	outline: 0;
	margin: 0;
}

#search-btn,
#search-btn-action {
	cursor: pointer;
}

#search-btn {
	flex: 0 0 1rem;
	margin-left: 1rem;
}

#search-btn *,
#search-btn-action * {
	transition: 0.5s ease-in-out all;
}

#search-btn:hover *,
#search-btn-action:hover * {
	fill: #57ad9e;
}

#TOPPER .search-wrap {
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: -100vw;
	width: 100vw;
	height: 100vh;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 3rem;
	opacity: 0;
	transition: 0.5s ease-in-out opacity;
}

#TOPPER .search-wrap #searchfrm {
	position: relative;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

#TOPPER .search-wrap #searchfrm label {
	color: #fff;
	flex: 1 0 100%;
	font-size: 2.1rem;
	text-align: center;
	margin-bottom: 0.5rem;
}

#TOPPER .search-wrap #searchfrm input {
	font: inherit !important;
	font-size: 1.6rem;
	width: 63vw !important;
	max-width: 600px;
}

#TOPPER .search-wrap .searchcloser {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 94, 124, 0.98);
	z-index: 1;
}

#TOPPER .search-wrap .searchcancel {
	font-size: 0.7rem;
	margin-top: 1.5rem;
	text-align: center;
	flex: 1 0 100%;
	color: #fff;
	cursor: pointer;
	transition: 0.5s ease-in-out all;
}

#TOPPER .search-wrap .searchcancel:hover {
	color: #57ad9e;
}

body.is-searching #TOPPER .search-wrap {
	opacity: 1;
	left: 0;
	overflow: hidden;
	height: 100vh;
}

/* Legacy newsletter/footer chrome. */
.newsletter-banner {
	position: relative;
	background: #d8d8d8;
	padding: 1.5rem;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.newsletter-banner figure {
	display: inline-block;
	margin: 1rem 2rem;
	border-right: 1px solid #44a591;
	padding: 1rem 2rem;
}

#BOTTOM {
	position: relative;
	padding: 0;
	margin: 0 auto;
	height: auto;
	background: #005e7c;
	clear: both;
}

#BOTTOM * {
	font-size: 11px !important;
}

#BOTTOM .reversed,
#BOTTOM .reversed a,
#BOTTOM .reversed a:link,
#BOTTOM .reversed a:visited {
	font-size: 13px;
	color: #dedede;
	text-decoration: none;
}

#BOTTOM .reversed a:hover {
	color: #fff;
}

#BOTTOM .reversed {
	padding: 0 24px;
}

#BOTTOM .row {
	display: flex;
	justify-content: center;
	padding-bottom: 1.5rem;
}

#BOTTOM .button {
	margin-right: 0;
	margin-bottom: 0.5rem;
	display: block;
	text-align: center;
}

#BOTTOM .row .col {
	padding: 1.5rem;
}

#BOTTOM .row .col.col-a {
	padding-right: 3rem;
}

#BOTTOM .row .col-b,
#BOTTOM .row .col-c,
#BOTTOM .row .col-d {
	white-space: nowrap;
}

#BOTTOM ul,
#BOTTOM li {
	margin: 0;
	padding: 0;
	list-style: none;
}

@media screen and (min-width: 1310px) {
	#TOPPER #NAVS nav {
		height: 31px;
		position: relative;
	}

	#TOPPER ul.dropdownHorz > li > a {
		height: 31px;
		padding-top: 0;
		padding-bottom: 0;
		line-height: 31px;
	}

	#TOPPER ul.dropdownHorz {
		position: relative;
		width: 100%;
		z-index: 5000;
		height: auto;
		background: 0 0;
		display: flex;
	}

	#closemainmenu,
	#mainmenu {
		display: none;
	}

	#TOPPER ul.dropdownHorz > li {
		width: 12.5%;
		float: left;
	}

	#TOPPER ul.dropdownHorz li li {
		width: 100%;
		float: none;
	}

	#TOPPER ul.dropdownHorz ul {
		position: absolute;
		width: 100%;
	}

	#TOPPER ul.dropdownHorz ul ul {
		margin: -37px 0 0 100%;
	}

	#TOPPER ul ul.BLOCK {
		position: absolute;
		width: 515%;
		margin-left: -115%;
		margin-top: -2px;
		filter: alpha(opacity=98);
		-moz-opacity: 0.98;
		opacity: 0.98;
		-khtml-opacity: 0.98;
	}

	#TOPPER ul.BLOCK div {
		height: auto;
		background-color: #fff;
	}

	#TOPPER ul ul.BLOCK ol ol {
		display: block;
	}

	#TOPPER ul ul.BLOCK ol img {
		padding: 0 0 6px;
	}

	#TOPPER ul ul.BLOCK ol span {
		display: block;
		padding: 5px;
	}

	#TOPPER ol a.hasdrop::after,
	#TOPPER ol a.hasdrop.active::after {
		content: url("/wp-content/uploads/duramax/assets/images/xblank.gif");
		float: right;
		padding-right: 2%;
	}

	#TOPPER .contact-nav {
		background: #57ad9e !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1309.9px) {
	#TOPPER ul.BLOCK div ol a.hasdrop {
		display: block;
	}

	#TOPPER #headerLg {
		padding: 0 1.5rem;
	}

	#NAVS {
		font-size: 92%;
		letter-spacing: -0.033em;
	}

	#TOPPER #NAVS nav {
		height: 31px;
		position: relative;
	}

	#TOPPER ul.dropdownHorz > li > a {
		height: 31px;
		padding-top: 0;
		padding-bottom: 0;
		line-height: 31px;
	}

	#TOPPER ul.dropdownHorz {
		position: relative;
		width: 100%;
		z-index: 5000;
		height: auto;
		background: 0 0;
		display: block;
	}

	#TOPPER ul.dropdownHorz > li {
		width: 12.5%;
		float: left;
	}

	#TOPPER ul.dropdownHorz li li {
		width: 100%;
		float: none;
	}

	#TOPPER ul.dropdownHorz li a {
		font-size: 0.63rem;
		padding-left: 0.35rem;
		padding-right: 0.25rem;
		filter: alpha(opacity=100) !important;
		-moz-opacity: 1 !important;
		opacity: 1 !important;
	}

	#TOPPER ul.dropdownHorz ul {
		position: absolute;
	}

	#TOPPER ul.dropdownHorz ul ul {
		margin: -37px 0 0 100%;
	}

	#closemainmenu,
	#mainmenu {
		display: none;
	}

	#TOPPER ul.BLOCK div {
		height: auto;
	}

	#TOPPER ul ul.BLOCK ol ol {
		display: block;
	}

	#TOPPER ul ul.BLOCK ol img {
		max-width: 160px;
		padding: 0 0 6px;
	}

	#TOPPER ul ul.BLOCK ol span {
		display: block;
		padding: 5px;
	}

	#TOPPER ol a.hasdrop::after,
	#TOPPER ol a.hasdrop.active::after {
		content: url("/wp-content/uploads/duramax/assets/images/xblank.gif");
		float: right;
		padding-right: 2%;
	}

	#TOPPER .contact-nav {
		background: #57ad9e !important;
	}

	#TOPPER ul ul.BLOCK {
		position: absolute;
		margin-left: -215%;
		width: 615%;
		margin-top: -2px;
	}
}

@media screen and (max-width: 950px) and (min-width: 768px) {
	#TOPPER ul.dropdownHorz li a {
		font-size: 0.55rem;
		padding-right: 0.19rem;
	}

	#TOPPER ul ul.BLOCK {
		position: absolute;
		margin-left: -288%;
		width: 777%;
	}
}

@media screen and (min-width: 1px) and (max-width: 767.9px) {
	#TOPPER,
	.newsletter-banner,
	#BOTTOM {
		font-size: 14px;
	}

	#TOPPER ul.BLOCK div ol a.hasdrop {
		display: block;
	}

	.newsletter-banner {
		flex-direction: column;
	}

	.newsletter-banner figure {
		border-right: none;
		border-bottom: 1px solid #44a591;
	}

	#TOPPER #headerLg {
		padding: 0.5rem;
		height: auto;
	}

	#headerLg > a {
		flex: 0 0 50%;
		max-width: 220px;
	}

	#phoneLang {
		display: none;
	}

	#TOPPER .showinmobile {
		display: inline;
	}

	#TOPPER div.showinmobile {
		display: block;
	}

	#mainmenu {
		display: block;
	}

	#closemainmenu {
		display: none;
	}

	#closemainmenu,
	#mainmenu {
		width: 90px;
		height: 24px;
		position: absolute;
		z-index: 999;
		padding: 0;
		overflow: hidden;
		right: 0.7rem;
		top: 84%;
		transform: translateY(-50%);
	}

	#TOPPER #NAVS nav {
		height: 2px;
		position: relative;
	}

	#TOPPER ul.dropdownHorz > li,
	#TOPPER ul.dropdownHorz li {
		width: 100%;
		float: none;
		margin: 1px 0;
	}

	#TOPPER ul.dropdownHorz li li {
		margin: 0;
	}

	#TOPPER ul.dropdownHorz {
		position: absolute;
		width: 100%;
		z-index: 5000;
		background: #333;
		display: none;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}

	#TOPPER ul.dropdownHorz ul {
		box-shadow: none;
		position: relative;
	}

	#TOPPER ul.dropdownHorz ul ul {
		margin: 0;
	}

	#TOPPER ul.dropdownHorz li a {
		font-size: 0.7rem;
		padding: 10px 6px 10px 18px;
		filter: alpha(opacity=100) !important;
		-moz-opacity: 1 !important;
		opacity: 1 !important;
	}

	#TOPPER ul ul.BLOCK {
		position: relative;
		margin: 0 0 1px;
		height: auto;
		margin-left: 0 !important;
		width: 100%;
	}

	#TOPPER ul ul.BLOCK div div {
		width: 100%;
	}

	#TOPPER ul ul.BLOCK ol ol {
		display: none;
	}

	#TOPPER ul ul.BLOCK ol img {
		width: 90px;
		padding: 0 6px 0 0;
	}

	#TOPPER ul ul.BLOCK ol span {
		display: inline;
		padding: 5px;
	}

	#TOPPER ul.BLOCK ol li a {
		padding: 8px 0 8px 6px;
	}

	#TOPPER ol a.hasdrop::after {
		content: url("/wp-content/uploads/duramax/assets/images/xclose.gif");
		float: right;
		padding-right: 4%;
		padding-top: 4%;
	}

	#TOPPER ol a.hasdrop.active::after {
		content: url("/wp-content/uploads/duramax/assets/images/xopen.gif");
		float: right;
		padding-right: 4%;
		padding-top: 4%;
	}

	#TOPPER ul.dropdownHorz li.showinmobile {
		display: flex;
	}

	#BOTTOM .row {
		flex-wrap: wrap;
	}

	#BOTTOM .row .col {
		flex: 0 0 100%;
		text-align: center;
	}

	#BOTTOM .row .col.col-a {
		padding-right: 1.5rem;
	}

	#BOTTOM .row .col nav {
		height: auto !important;
	}
}
