/**** TEMPLATES ****/
.tmpl-language, .image-library .language, .asset-group .language {
	float: left;
	margin: 0 10px 10px 0;
	color: #fff;
	background: #6d8428;
}

.product-heading {
	margin-bottom: 40px;
}

.product-heading .btn {
	padding: 5px 15px;
}

.product-photos {
	width: 400px;
	float: left;
	margin-right: 20px;
}
.product-photos .gallery {
	margin-bottom: 0;
	height: 300px;
}
.product-photos .gallery figure {
	height: 100%;
}

.product-info {
	padding-left: 420px;
}
.product-info .serviced-by {
	list-style: none;
	margin: 0;
	padding: 0;
}
.product-info .product-texts div.description {
	margin-bottom: 30px;
}
.product-info .product-texts div.description p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.product-info .alert.recall {
	margin-bottom: 40px;
}
.product-info .alert.recall p {
	padding-bottom: 20px;
}

.product-navigation {
	margin-bottom: 20px;
}

.languages.group {
	margin-top: 20px;
}

.specifications .btn-toggle {
	margin-bottom: 20px;
}
.specifications .btn-toggle .btn {
	background: #c4c5c5;
	float: left;
	clear: none;
	padding: 5px 10px;
	text-align: center;
}
.specifications .btn-toggle .btn.checked {
	background: #7ea7cc;
}
.specifications .btn-toggle .btn:first-child {
	border-radius: 3px 0 0 3px;
}
.specifications .btn-toggle .btn:first-child + .btn {
	border-radius: 0 3px 3px 0;
}
.specifications .table-wrapper.table-wide table {
	min-width: 1080px;
}
.specifications th {
	font-family: "AvenirNextDemi", Arial, sans-serif, Arial, sans-serif;
}
.specifications th.align-center, .specifications td.align-center {
	text-align: center;
}
.specifications tr.heading td {
	background: #eee;
}
.specifications tr.heading strong {
	display: block;
	margin-bottom: 3px;
}
.specifications tr.heading .subheading {
	display: block;
	color: #505050;
}
.specifications tr.expand + tr td {
	padding: 0;
}
.specifications tr.expand + tr .group {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-in-out;
}
.specifications tr.expand + tr .half {
	padding: 20px;
}
.specifications tr.expand + tr.expanded .group {
	max-height: 2200px;
}
.specifications tbody > tr {
	background: #fff;
}
.specifications tbody > tr.parent.even,
.specifications tbody > tr.parent.even + .even {
	background: #fff;
}
.specifications tbody > tr.parent.odd,
.specifications tbody > tr.parent.odd + .odd {
	background: #d7e4ee;
}
.specifications .icn-ifu svg {
	fill: #aa3346;
}
.specifications .toggle {
	white-space: nowrap;
}
.specifications .additional-specs br,
.specifications .components br {
	display: none;
}
.specifications .additional-specs h4,
.specifications .components h4 {
	text-transform: uppercase;
	font-size: 14px;
}
.specifications .additional-specs span, .specifications .additional-specs label,
.specifications .components span,
.specifications .components label {
	display: block;
	float: left;
	width: 50%;
}
.specifications .additional-specs label,
.specifications .components label {
	text-transform: none;
	font-size: 16px;
}
.specifications .additional-specs span,
.specifications .components span {
	padding-left: 20px;
}
.specifications .additional-specs .footnote {
	padding: 20px;
	padding-top: 0;
}
.specifications .svg-group {
	display: flex;
	justify-content: center;
	align-items: center;
}

table.sticky {
	visibility: hidden;
	position: fixed;
	top: 0;
}

table.sticky.show {
	visibility: visible;
}

.product-videos .group {
	margin-bottom: 40px;
}
.product-videos .title {
	font-size: 18px;
	display: block;
	font-family: "AvenirNextDemi", Arial, sans-serif, Arial, sans-serif;
}
.product-videos .odd {
	clear: left;
	padding-right: 10px;
}
.product-videos .even {
	padding-left: 10px;
}

.asset-group {
	padding-top: 40px;
	padding-bottom: 10px;
	border-top: 1px solid #e4e4e4;
}
.asset-group:first-child {
	padding-top: 0;
	border-top: none;
}
.asset-group .asset {
	margin-bottom: 30px;
}
.asset-group .svg-group {
	float: left;
	margin-right: 10px;
}
.asset-group h4 {
	margin-bottom: 0;
}
span.mr-status {
	display: block;
	position: relative;
}
span.mr-status:before, span.mr-status:after {
	display: block;
	position: absolute;
	left: 50%;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	line-height: 1.2;
}
span.mr-status:after {
	content: attr(data-tooltip);
	bottom: 100%;
	bottom: calc(100% + 2px);
	margin-left: -60px;
	width: 120px;
	padding: 5px 10px;
	background: #333;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	pointer-events: none;
}
span.mr-status:before {
	content: "";
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #333;
	top: -3px;
	margin-left: -6px;
}
span.mr-status:hover:after, span.mr-status:hover:before {
	opacity: 1;
}

.image-library figure {
	position: relative;
	margin: 0 0 20px 20px;
	width: 25%;
	width: calc((100% - 60px) / 4);
	float: left;
}
.image-library figure.clear {
	clear: both;
	margin-left: 0;
}
.image-library figure img {
	width: 100%;
	display: block;
}
.image-library a {
	display: block;
}
.image-library .overlay {
	z-index: 10;
	filter: alpha(opacity=0);
	opacity: 0;
	transition: opacity 0.1s ease-in-out;
}
.image-library a:hover .overlay {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.product-preview #specifications .box-title img,
.product-preview #videos .box-title img,
.product-preview #media .box-title img {
	top: 0;
	left: 0;
}
.product-preview #images .box-title img {
	top: 5px;
	left: 0;
}

.product-actions {
	margin-top: 30px;
	text-align: center;
}
.product-actions a {
	margin-bottom: 15px;
	display: inline-block;
	text-align: center;
}
.product-actions .btn {
	display: block;
}

.product-info .disclaimer {
	color: #a7a7aa;
	font-size: 14px;
	line-height: 22px;
	margin-top: 20px;
}

.product-action-buttons .btn-large {
	display: flex;
	padding: 15px 10px 10px 10px;
}
.product-action-buttons .btn-large .icn-bg-circle {
	flex: 0 0 auto;
}

@media (min-width: 960px) {
	.product-action-buttons {
		display: flex;
		margin-bottom: 40px;
	}
	.product-action-buttons .btn-wrapper {
		width: 23.875%;
		flex: 0 0 auto;
	}
	.product-action-buttons .btn-wrapper + .btn-wrapper {
		margin-left: 1.5%;
	}
	.product-action-buttons .btn-large {
		margin-bottom: 0;
		height: 100%;
	}
}
.product-form-modal .modal-content {
	display: block;
	text-align: left;
}

.news-alert.no-dismiss-btn p:last-of-type {
	padding-bottom: 0;
}

@media screen and (max-width: 1024px) {
	.product-photos {
		width: 334px;
	}
	.product-photos .gallery,
	.product-photos .gallery figure {
		height: 250px;
	}
	.product-info {
		padding-left: 354px;
	}
}
@media screen and (max-width: 1199px) {
	table.sticky, table.sticky.show {
		display: none;
	}
}
@media screen and (max-width: 640px) {
	.product-navigation.anchor-nav .btn {
		float: none;
	}
	.product-info {
		padding-left: 0;
		order: 3;
	}
	.product-media .asset-group:last-of-type {
		padding-bottom: 0;
	}
	.product-videos .group {
		margin-bottom: 0;
	}
	.product-videos .half:last-of-type {
		padding-bottom: 0;
	}
	.product-photos {
		float: none;
		margin-bottom: 20px;
		width: 100%;
		order: 2;
	}
	.product-photos .gallery,
	.product-photos .gallery figure {
		height: inherit;
	}
	.product-photos .gallery figure {
		padding-top: 75%;
	}
	.image-library figure,
	.image-library figure.clear {
		width: 100%;
		padding: 0;
		margin: 0 0 20px;
	}
	.product-actions a:last-of-type {
		margin-bottom: 0;
	}
	.product-form-modal .container {
		padding: 40px 0 0;
	}
}
@media screen and (max-width: 480px) {
	.specifications .btn-toggle .btn {
		width: 50%;
	}
}
.catalog-btn-green {
	color: #6e8428;
	text-decoration: underline;
}
.catalog-btn-green:hover {
	color: #6e8428;
	cursor: pointer;
}

.catalog-btn-yellow {
	color: #e58c17;
	text-decoration: underline;
}
.catalog-btn-yellow:hover {
	color: #e58c17;
	cursor: pointer;
}

.catalog-btn-red {
	color: #950018;
	text-decoration: underline;
}
.catalog-btn-red:hover {
	color: #950018;
	cursor: pointer;
}

.bg-yellow2 {
	background-color: #f1c492;
	width: 50%;
	float: left;
	padding: 15px;
}

.bg-yellow1 {
	background-color: #f7dcbd;
	width: 50%;
	float: left;
	padding: 15px;
}

.more-info-title {
	background-color: #eca75c;
	text-align: center;
	padding: 15px;
	text-transform: uppercase;
	font-weight: bold;
}

@media screen and (max-width: 1024px) {
	.catalog-half {
		width: 50% !important;
	}
}
.flex {
	display: flex;
}