#newatt-content picture img {
	max-width: 100%;
	height: auto;
}
/**
 * Banner Header
 */
h1.banner {
	margin: 0;
	font-size: 12px;
	font-style: normal;
	text-align: center;
}
h1.banner .alt-text:not(:empty) {
	font-size: 2em;
	font-weight: bold;
	margin: 25px;
	display: block;
}
h1.banner.space-below {
	margin-bottom: 25px;
}
h1.banner.rounded-below {
	border-radius: 0 0 6px 6px;
}
picture.banner,
.banner > picture  {
	display: block;
	text-align: center;
}
picture.banner img,
.banner > picture img {
	display: inline-block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
picture.banner.shadow img,
.banner.shadow > picture img {
	-webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.56);
	-moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.56);
	box-shadow: 0 3px 5px 0 rgba(0,0,0,0.56);
}

h1.brand-header {
	width: 100%;
	position: relative;
	background-size: cover;
	background-position: center center;
	margin: 5px 0 15px 0;
	text-align: center;
	border-radius: 6px;
}
h1.brand-header img {
	max-width: 300px;
	min-width: 100px;
	max-height: 200px;
	position: relative;
	padding: 20px;
	margin: 60px 0 60px 0;
	background-color: rgba(255,255,255,.85);
	border-radius: 6px;
	overflow: auto;
}
.header-blurb {
	display: block;
	font-size: 16px;
	font-weight: normal;
	margin: 20px 0;
	text-align: center;
}
.header-blurb .article-text {
	font-family: Open Sans, sans-serif;
	font-size: 18px;
	letter-spacing: 1px;
}

/**
 * Homepage-style Header (horizontal lines on either side)
 */
h1.hp-headers,
h2.hp-headers {
	margin: 10px 0 26px 0;
	padding: 0;
	clear: both;
	display: flex;
	align-items: center;
	text-align: center;
	color: #2c817f;
	font-weight: normal;
	font-size: 26px;
	letter-spacing: 2px;
}
h1.hp-headers::before,
h2.hp-headers::before,
h1.hp-headers::after,
h2.hp-headers::after {
	content: '';
	flex: 1;
	border-bottom: 1px solid #a4d7d6;
}
h1.hp-headers:not(:empty)::before,
h2.hp-headers:not(:empty)::before {
	margin-right: 10px;
}
h1.hp-headers:not(:empty)::after,
h2.hp-headers:not(:empty)::after {
	margin-left: 10px;
}
h1.hp-headers.space-above,
h2.hp-headers.space-above {
	margin-top: 75px;
}
main#page-main > h1.hp-headers:first-child,
main#page-main > h2.hp-headers:first-child {
	margin-top: 20px;
}

/**
 * Sidebar Filters
 */
#newatt-navigation {
	float: left;
	position: relative;
	width: 160px;
	margin: 14px 0 10px 10px;
	text-align: center;
}
#newatt-navigation span.nav-cat-header {
	display: block;
	text-align: center;
	clear: both;
	font-variant: small-caps;
	text-transform: uppercase;
	margin-top: 18px;
	letter-spacing: .75px;
	color: #666;
	width: 100%;
}
#newatt-navigation span:first-of-type {
	margin-top: 0;
}
#newatt-navigation > .nav-box > a.newatt-color,
#newatt-navigation a.newatt-color {
	display: inline-block;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	overflow: hidden;
	margin: 1px;
	width: 42px;
	height: 42px;
	padding: 0;
	transition: none;
}
#newatt-navigation a.newatt-color img {
	display: block;
	float: left;
	width: 100%;
	height: 100%;
}
#newatt-navigation > .nav-box > a.active,
#newatt-navigation > a.active {
	background: #458439;
	color: #FFF;
}
#newatt-navigation a.newatt-color.active {
	outline: 2px solid #458439;
}
#newatt-navigation select {
	background: #fff;
	width: 90%;
	margin: 0 auto;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	text-align: center;
	padding: 6px 2px;
	transition: all .25s ease;
}
#newatt-navigation select:hover,
#newatt-navigation > a:hover {
	border: 1px solid #458439;
	transition: all .25s ease;
}
#newatt-navigation > .nav-box > a,
#newatt-navigation > a {
	width: 90%;
	margin: 0 auto;
	border: 1px solid #e5e5e5;
	text-align: center;
	padding: 6px 0;
	transition: all .25s ease;
	background: #fff;
	font-size: 14px;
	display: block;
}
#newatt-navigation .nav-cat-header a {
	color: #666;
	width: 90%;
	margin: 0 auto;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	padding: 0 2px;
	display: block;
	transition: all .25s ease;
}
#newatt-navigation .nav-cat-header a:hover {
	background: #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;

}
#newatt-navigation:first-child {
	border-radius: 3px 3px 0 0;
}

#newatt-navigation:last-child {
	border-radius: 0 0 3px 3px;
}

/**
 * Top Banner (above product list) and Bottom Banner (below product list)
 */
picture.top-banner {
	display: block;
	text-align: center;
	margin-bottom: 25px;
}
picture.btm-banner {
	display: block;
	text-align: center;
	margin-top: 25px;
}
picture.top-banner img,
picture.btm-banner img {
	width: 100%;
	height: auto
}

/**
 * Carousels
 */
.main-carousel {
	overflow: hidden;
	/*padding: 0 10px 20px 0;*/
	padding: 0 0 20px 0;
	margin: 0 0 30px 0;
	position: relative;
	clear: both;
}
.carouselHeader {
	font-weight: normal;
	/*width: 90%;*/
	margin-top: 30px;
	float: none;
}
.carouselHeader .subtitle {
	font-size: smaller;
	display: block;
	text-transform: none;
	font-style: normal;
}
.carouselHeader.blogBriefTitle .subtitle {
	font-family: 'Open Sans',sans-serif;
	font-size: 16px;
}
/* 2023-05-03: Removed to let the main CSS files handle this
.blogBriefTitle {
	border-bottom: 1px solid #cacaca;
	margin: 6px 5% 6px 5%;
	font-size: 32px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 28px;
	text-align: center;
	color: #1f1f1f;
	font-family: Raleway, serif;
}
.blogBriefTitle span {
	font-family: 'Vollkorn', serif;
	text-transform: none;
	font-size: 34px;
	font-style: italic;
	color: #1f1f1f;
}
*/
.main-carousel.logos a.logo img {
	width: 250px;
	height: 62px;
	padding: 0 10px;
}
.main-carousel + .carousel-after {
	text-align: center;
}

/**
 * Product List
 */
.prod_table_container {
	position: relative;
	width: 100%;
	background: #fff;
	min-height: 300px;
	padding: 3px 0 0 3px;
	text-align: center;
}

/**
 * Everything else that was inline
 */
.style-offer {
	margin-left: 20px;
	width: 99%;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	border-radius: 3px;
}
.style-active {
	border: 2px solid #ccc;
	font-weight: bold;
}
#newatt-desc {
	margin: 140px 0 0 20px;
	width: 540px;
	font-size: 14px;
}

#newatt-container {
	float: left;
	position: relative;
	width: 100%;
	background-repeat: no-repeat;
}

.newatt-titletext {
	display: block;
	float: left;
	width: 94%;
	margin: 5px 3% 0 3%;
	position: relative;
	text-align: left;
	clear: both;
	font-variant: small-caps;
	text-transform: uppercase;
	font-size: 18px;
}

.newatt-titletext a {
	display: block;
	float: right;
	font-size: 12px;
	margin: 0 0 0 0;
	border: none;
	background: #fff;
	cursor: pointer;
}

#newatt-body {
	display: flex;
	clear: both;
	padding: 0 10px;
}
#newatt-content {
	/*max-width: 1110px;*/
	width: 100%;
	margin: 10px;
}

.newatt-slider {
	position: relative;
	float: left;
	text-align: center;
	clear: both;
	width: 100%;
	margin-bottom: 30px;
}

#newatt-texttitle {
	display: none;
}

.bo17-check {
	display: none;
}
.bo17-check ~ .bo17-label {
	display: none;
}
.sale-active {
	border: 2px solid #458439 !important;
}
.og-description {
	margin-top: 1em;
	text-align: center;
	font-family: Open Sans,sans-serif;
	font-size: 16px;
	font-weight: bold;
}
@media only screen and (max-width: 979px) {
	#newatt-body {
		flex-direction: column;
	}
	.style-offer {
		margin: 0 auto;
		width: 100%;
		max-width: 720px;
		border-bottom: 1px solid #ccc;
	}

	.bo17-label {
		display: block;
		width: 100%;
		box-sizing: border-box;
		cursor: pointer;
		margin: 1em auto;
		text-align: center;
		padding: 6px 2px;
		transition: all .25s ease;
		font-weight: bold;
		font-size: 14px;
		overflow: hidden;
		border-color: #a4d7d6; /* override the white border of bccButton so width appears to match .sortBar */
	}
	#newatt-body.overview .bo17-label {
		width: 90%;
		margin: 0 5%;
	}
	.bo17-check ~ .bo17-label {
		display: block;
	}
	.bo17-check:checked ~ .bo17-label ~ .bo17-content {
		height: 0;
		display: block;
	}
	.bo17-content {
		display: none;
		clear: both;
		overflow: visible;
	}
	#newatt-navigation {
		display: none;
	}
	#newatt-slider {
		width: 100%;
		margin: 0;
	}
	#newatt-content {
		width: 100%;
		margin: 0 0 0 0;
	}
	#newatt-desc {
		display: none;
	}
	#newatt-texttitle {
		display: block;
		width: 100%;
		font-size: 30px;
		text-align: center;
		margin-top: 20px;
	}
	#newatt-navigation form button {
		width: 88%;
		padding: 6px 0;
	}
	#newatt-container {
		background: none;
	}
	#newatt-navigation {
		display: block;
		width: 96%;
		margin: 0 2% 25px 2%;
		padding: 0;
		position: relative;
	}
	#newatt-navigation span {
		margin-top: 10px;
	}
	.newatt-titletext {
		margin: 0 0 0 0;
	}
	.newatt-titletext form button {
		margin: 0 0 -30px 0;
	}
	.newatt-slider {
		-ms-transform: scale(0.8, 0.8); /* IE 9 */
		-webkit-transform: scale(0.8, 0.8); /* Safari */
		transform: scale(0.8, 0.8);
		width: 125%;
		margin: 0 0 0 -40px;
		padding: 0;
	}
}

@media only screen and (max-width: 590px) {
	.headerCont {display: inline-block; width: 100%; }
	.headerDesc {display: inline-block; width: 100%; text-align: center;}
	#newatt-desc {
		width: 100%;
	}
	.style-offer {
		margin-left: 0;
		width: 100%;
		border-bottom: 1px solid #ccc;
	}
}
