@charset "utf-8";
/* CSS Document */
/* ---styling info ---------------
.d1 == template with horizontal swooshes in header and footer
.d1-europe == template with horizontal swooshes in header but not footer
.d2 == template with vertical left & right swooshes

Primary (Style Guide) Colors:
Blue	==	#00629b		rgb(0,98,155)
Green	==	#4c8c2b		rgb(76,140,43)
Orange	==	#ff6900		rgb(255,105,0)
Gold	==	#ffa300		rgb(255,163,0)
Red		==	#c8102e		rgb(200,16,46)

Secondary Colors:
Light Blue (ex: prod bkgd)	==	#e5eff5	rgb(229,239,245)
Lt. Orange (ex: filter bkgd)==	#fff4eb	rgb(255,244,235)
Lt. Green (ex: select prod) ==  #edf3e9 rgb(237,243,233)
Medium Blue (ex: icons)		==  #4572a3 rgb(69,114,163)
Medium Green (ex: btn hover)==	#63a541 rgb(99,165,65)

FONTS:
--Light
font-family: proxima-nova,sans-serif;
font-style: normal;
font-weight: 300;
--Roman/Regular
font-family: proxima-nova,sans-serif;
font-style: normal;
font-weight: 400;
--Bold
font-family: proxima-nova,sans-serif;
font-style: normal;
font-weight: 700;
--OLD
font-family:'FrutigerLTW01-45Light';
font-family:'FrutigerLTW01-55Roman';
font-family:'Frutiger LT W01_65 Bold';
/* --------------------------------*/
body {
	background: #fff;
	color: #555;
	/* font-family:'FrutigerLTW01-55Roman','Helvetica Neue',Helvetica,Arial, sans-serif; */
	font-family: proxima-nova,sans-serif;
	font-size: 0.88em;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.02em;
}
h1,h2,h3,h4, h5, h6 {
	/* font-family:'Frutiger LT W01_65 Bold','Helvetica Neue',Helvetica,Arial, sans-serif; */
	font-family: proxima-nova,sans-serif;
	font-style: normal;
	font-weight: 700;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 {font-size: 1.4em; color: #00629b; border-bottom: 2px solid #00629b;}
h2 {font-size: 1.2em; color: #4c8c2b;}
h3 {font-size: 1em; color: #4c8c2b;}
h4 {font-size: 1em;}
h5 {font-size: .8em; text-transform: uppercase;}
h6 {font-size: .8em;}
h2 span {font-size: smaller;}
.col-12, .col-6{
    float: left;
}
.rowAlign{
	display: block;
}
.globeText {
    color: #00629b;
}
.compareProducts h1 {border: none;}
.compareProducts th, .compareProducts td {text-align: center;}
.compareProducts td .colorant {display: block;}
/* -- next item is used in formatters, DO NOT CHANGE OR DELETE --*/
.imgBorder {border: 2px solid #00629b;}
.pdf-link {
	background: transparent url("/system/modules/com.epscca/resources/img/pdf-icon.png") no-repeat;
	padding-left: 25px;
	display: block;
}
ul {padding-left: 16px;}
ul.no-bullets {padding: 0;}
ul.no-bullets li {list-style: none; padding: 5px 0;}

button, .button {
	background-color: #4c8c2b;
	border: none;
	padding: 1em 1.5em;
	color: #fff;
	border-radius: 5px;
}
button:hover, .button:hover {background-color: #63a541; color: #fff; text-decoration: none;}
button + button, button + .button, .button + button, .button + .button {
	margin-left: 1em;
}
.d1 .container, 
.wrapper {
	background: transparent;
}

body div header, 
body div footer{
	background: transparent url("/system/modules/com.epscca/resources/img/banner-1200x200.jpg") no-repeat;
	margin: 0 -15px;
}
body div footer{
	padding-top: 110px;
}
header .logo, .topNav {text-align: center;}
header .logo {margin-bottom: 6px;}
footer {padding: 25px 0 0; margin-top: 40px;}
footer nav {padding-bottom: 0px; text-align: center;}
footer > span {font-size: .8em;}
footer nav span a {font-size: .9em; padding: 0 10px; border-right: 1px solid; white-space: pre; line-height: 2.2;}

.d1-europe footer nav {padding-bottom: 0px; padding-left: 75px;}
.d1 footer > span {padding-top: 40px; padding-left: 75px;}
.d1 footer nav span {display: block;}
.d2 footer nav span {display: block;}
.d1-europe footer nav span {display: inline;}
p.footer{
	text-align: center;
}

.d1 footer nav span a:last-child,
.d2 footer nav span a:last-child {border: none;}

.d1-europe footer nav span a:last-child {border-right: 1px solid;}
.d1-europe footer nav span:last-child a:last-child {border: none;}

.d2 footer > span {padding-bottom: 10px; text-align: center;}
.d1-europe footer > span {padding-bottom: 10px; text-align: center; padding-top: 10px;}

.logo img {max-width: 70%; margin-bottom: 6px;}
.promoBanner {display: none;}
.d1 .promoBanner.visible {display: block;}
.clearAll {clear: both;}

header + .row {position: relative;}
.navToggle {
	position: absolute;
	padding-top: 20px;
	top: 0px;
	left: 0px;
	width: 90px;
}
.navToggle span {color: #fff; background: #4c8c2b; padding: 15px; border-radius: 5px;
	cursor: pointer; text-transform: uppercase; font-size: .9em;}
.topNav {margin-top: 2.5em;}
.topNav a {
	color: #4c8c2b;
	font-size: 1.2em;
	font-size: 1.15em;
	font-weight: 500;
	padding: .5em .65em;
	text-transform: uppercase;
}

#top {margin-top: 10px;}

.subnav {text-align: center;}
.subnav a {border-right: 1px solid #4c8c2b; padding: 0 15px; text-transform: uppercase; color: #4c8c2b;}
.subnav a:last-child {border: none;}

article h2.withLrgBullet:before {
	color: #ffa309;
	content: "\2022";
	font-size: 1.5em;
	font-size: 2em;
	line-height: 0;
	margin-left: -4px;
	margin-right: 5px;
	padding-bottom: -11px;
	vertical-align: middle;
	vertical-align: -3px;
}
 .imgTxtBlk img {max-width: 100%; height: auto;}
/* ----- Bootstrap Slider Override Styling ---------------------*/
.fullwidthbanner-container {position: relative;}
.d1 .tp-caption.big_white {
	background-color: rgba(255,255,255,.7) !important;
	padding: .7em 1em;
	color: #555;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.2;
}

/* ----- PRODUCT STYLING ---------------------------------------*/
.prodDetail .prodHead {margin-bottom: 10px;}
.prodHead .compareLink a, .compareProducts .compareMenu a {
	color: #4c8c2b;
	font-size: 1.15em;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 25px;
	margin-right: 22px;
	display: block;
}
.compareProducts .compareMenu a {
	display: inline-block;
	margin: 26px 10px 0;
}

.products article {
	position: relative;
	width: 94%;
	margin: 3%;
}
.products article a {
	background: #e5eff5;
	padding: 10px;
	border: 1px solid #00629b;
	position: relative;
	display: block;
}
.products article a.selected {
	border: 1px solid #4c8c2b;
	background: #edf3e9;
}
.products article a:hover, .products article a.selected:hover {
	border: 1px solid #ff913d;
	background: #fff4eb;
	text-decoration: none;
}
.products article h2 {
	color: #555;
	text-transform: none;
	font-size: 1.4em;
	margin: 0;
}
.products article h3 {
	color: #00629b;
	font-size: .9em;
	text-transform: uppercase;
	margin: 3px 0 7px;
}
.products article p {color: #555;}

.products article ul {margin: 0; padding: 0 0 0 15px;}
.products article li {margin: 0; padding: 0; font-size: .9em;}
.products article button{
	background: #00629b;
	color: #fff;
	font-size: .9em;
	text-transform: uppercase;
	border: none;
	padding: 3px 10px;
	position: absolute;
	bottom: 5px;
	right: 5px;
	z-index: 100;
}
.products button.selected {background: #4c8c2b;}

.filter {margin-bottom: 25px;}
.filter h4 {text-transform: uppercase; font-size: 1.2em; margin: 25px 0 5px;}

.filterItems h5 {font-size: 1.1em; margin: 0 0 -1px 0; padding: 7px 5px 7px 17px; background: #fff4eb; border: 1px solid #ff6900;}
.filterItems h5:after {content:'+'; float: right; margin-right: 10px;}
.filterItems div {display: none; border: 1px solid #ff6900; padding: 10px 0 10px 10px; margin-bottom: -1px;}
.filterItems h6 {margin: 0; padding: 4px 6px 6px 0;}
.filterItems button {
	background: none;
	color: #555;
	line-height: 1.6em;
	background: transparent url("/system/modules/com.epscca/resources/img/checkbox.gif") no-repeat 11px 3px; 
	padding: 1px 7px 1px 32px;
	display: block;
	text-align: left;
}
.filterItems button + button {
	margin-left: 0 !important;
}
.filterItems button.is-checked, .filterItems .button.is-checked {
	background: transparent url("/system/modules/com.epscca/resources/img/checkbox_on.gif") no-repeat 10px 3px;
}
.filterItems button:hover, .filterItems .button:hover {
	background-color: transparent;
	color: #555;
}
.table>thead>tr>th, .table>tbody>tr>th {
	border-top: 2px solid #00629b;
}


.prodDetail h1, .colorant h1 {margin-bottom: .5em;}
.prodDetail h1 span, .colorant h1 span {
	text-transform: uppercase;
	color: #4c8c2b;
	font-size: .7em;
	padding-left: 25px;
}
.prodDetail .catList, .colorant .catList {margin-top: 25px;}
.prodDetail .catList aside, .colorant .catList aside {border: 1px solid #00629b; margin-bottom: 25px;}
.prodDetail .catList aside:last-child div, .colorant .catList aside:last-child div {padding: 10px 5px;}
.prodDetail .catList h2, .colorant .catList aside h2 {
	font-size: 1em;
	margin: 0;
	padding: 5px 0;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	background-color: #00629b;
}
.prodDetail .catList div, .colorant .catList div {text-align: center;}

table.prodAttr {}
table.prodAttr td {padding: 3px 25px 3px 0px;}

.colors:after, .swatchTitles:after, .swatches:after {content: ''; display: table; clear: both;}
.colorItem {float: left; width: 160px; margin: 1em 5px 0 0;}
.swatchTitles span {float: left; font-size: .8em; line-height: 15px; text-transform: uppercase; text-align: center;}
.swatchTitles.triplet span {font-size: .6em;}
.swatchTitles.triplet + .swatches span.pastel {width: 33.345% !important;}
.swatches {border: 1px solid #000; height: 70px; margin-bottom: 5px;}
.swatches span {float: left; height: 68px;}
.colorItem p {font-size: .8em; font-weight: bold;}
.colors button {color: #555; font-weight: normal; background-color: transparent; padding: 0; text-decoration: underline; margin-top: .3em}
.colors input[type=checkbox] {color: #555; font-weight: normal; background-color: transparent; padding: 0; height: 1em;}
.colors label {color: #4c8c2b; font-weight: bold; background-color: transparent; padding: 0; padding-right: .5em; font-size: 1em;}
.colors button:hover {font-weight: bold; background-color: transparent;}

.noSwatches .swatchTitles, .noSwatches .swatches {display: none !important;}

.oneC {width: 100%;}
.twoC {width: 50%}
.threeC {width: 33.333%}


/* -----END PRODUCT STYLING ------------------------------------*/



/* -----FAQ STYLING --------------------------------------------*/
.faqSection h4 {
	position: relative;
	font-size: 1em;
	line-height: 1.2;
	margin: 0 0 -1px 0;
	border: 1px solid #b4d4e7;
	cursor: pointer;
	padding: 10px 35px 10px 22px;
	text-indent: -14px;
	background: #e5eff5;
	background: -webkit-gradient(linear, left top, right top, from(#e5eff5), color-stop(0.5, #edf3e9), to(#e5eff5));
	background: -webkit-linear-gradient(left, #e5eff5, #edf3e9, #e5eff5);
	background: -moz-linear-gradient(left, #e5eff5, #edf3e9, #e5eff5);
	background: -ms-linear-gradient(left, #e5eff5, #edf3e9, #e5eff5);
	background: -o-linear-gradient(left, #e5eff5, #edf3e9, #e5eff5);
}
.faqSection div {
	display: none;
	padding: 1em;
	line-height: 1.3em;
	font-size: .9em;
	border-left: 1px solid #b4d4e7;
	border-right: 1px solid #b4d4e7;
}
.faqSection h4 span {
	position: absolute;
	font-size: 1.5em;
	top: 4px;
	right: 10px;
}
/* -----END FAQ STYLING ----------------------------------------*/

/* -----START DISTRIBUTOR STYLING ------------------------------*/
.distCountry h2 {
	border-bottom: 1px solid #555;
}
.distributor h3 {
	margin-bottom: 0;
	padding-left: 10px;
}
.distributor div {
	border-bottom: 1px solid #555;
	padding-left: 10px;
}
.distributorContainer select {
	color: #4c8c2b;
	font-size: 14px;
	width: 165px;
	border: 1px solid #cdcdcd;
	margin-top: 10px;
}
.usState {
	margin-top: 10px;
}
#stateMenu {display: none;}
/* -----END DISTRIBUTOR STYLING --------------------------------*/

/* -----START OF CART STYLING ----------------------------------*/
#cartDiv, a.europe-link {
	padding: 0 0 0 15px;;
	color: #00629b;
	text-decoration: none;
}
a.europe-link {
	padding: 0 20px 0 0;
	font-size: .8em;
}
.na-link, .europe-link {
	font-size: .8em;

}
.d1 span.na-link, .d1 span.europe-link {
	font-weight: bold;
}
#cartDiv span {
	font-size: .8em;
	position: relative;
}
#cartDiv span + span {
	top: -5px;
	background: transparent url("/system/modules/com.epscca/resources/img/icon-cart.png") no-repeat;
	padding: 9px 14px 10px;
}

#cartDiv:hover span:first-child, a.europe-link:hover {text-decoration: underline;}


/* -----END OF CART STYLYING ------------------------------------*/
.upperNav {
	text-align: right;
	padding: 5px 1em 5px 0;
	margin-bottom: 1em;
}
/*
.d1 .upperNav {
	box-shadow: none;
	background: none;
}
*/
#searchForm {display: inline;}
#searchForm input {font-size: .8em; margin-left: 15px;}
/* .d1 #searchForm input {border: 2px solid #e5eff5;} */
.searchSubmitBtn {
	background-color: #00629b;
	padding: 3px;
	font-size: .8em;
	margin-left: -5px;
	border-radius: 0;
	margin-top: 10px;
}
.page-searchBar .searchSubmitBtn {
	padding: 6px 8px 5px;
}
#search-results p {
	border-top: 1px solid #ddd;
	padding: 5px 25px;
}
.search-navbar {margin: 10px 0;}
/* 
.d1 .searchSubmitBtn {
	color: #00629b;
	background-color: #e5eff5;
}
*/
/* -----MSDS MODAL STYLING ----------------------------------*/
.msds-modal label {
	width: 120px;
}

.msds-modal li {
	list-style: none;
}
/* -----END OF MSDS MODAL STYLING ---------------------------*/

/* ------ ORDER SAMPLES STYLING ------------------------------------------------------------*/
select.project {width: 400px; height: 19px; margin-bottom: 10px;}
.largeLabel {float: left; padding-right: 10px; width: 180px;}
#requestSampleForm input {margin-bottom: 5px;}
#requestSampleForm .submitMessage, #requestSampleForm .extButton {clear: both; padding-left: 346px;}
#requestSampleForm .extButton input {width: 150px;}
#submitErrorMessage {color: red;}
#codeWrap input {display: inline; margin-bottom: 0;}
#codeWrap select {height: 19px;}
#codeWrap2 select.project {display: block; margin-bottom: 20px;}
/* ------ END SAMPLES STYLING ------------------------------------------------------------*/

@media (max-width: 320px){
	header .col-10 {width: 80%;}
	header .col-xs-push-2 {left: 20%;}
}
@media (max-width: 375px){
	/* ----- Tweaks for mobile devices ----- */
	a#cartDiv span:first-child {display: none;}
	a.europe-link {padding-right: 8px;}
}

@media (max-width: 450px){
	/* ----- Setting smaller breakpoint for mobile devices ----- */
	.container  {max-width: 442px;}
	.navToggle {top: 0px;}
}
@media (max-width: 540px){
	/* restylize product detail buttons for smaller screens */

}
@media (min-width: 576px){
	col-sm-6{
		flex: unset !important;
		-webkit-box-flex: unset !important;
		max-width: inherit !important;
}
}

@media (min-width: 451px){
	.logo img {max-width: 350px; margin-bottom: 10px;}
	.products article {
		float: left;
		width: 46%;
		height: 275px;
		margin: 2%;
		font-size: .82em;
	}
	.products article a {
		height: 275px;
	}
	.products article .icons {
		position: absolute;
		bottom: 30px;
	}
	.products article .icons.colorant {
		bottom: 5px;
	}
	.products article .icons img {
		max-width: 30px;
	}

	.two-col, .three-col, .four-col, .five-col {
		float: left;
		width: 50%;
		padding: 0 2%;
	}
}
@media (max-width: 767px) {
	.topNav {
		display: none;
		position: absolute;
		margin-top: 0;
		margin-left: 15px;
		z-index: 1000;
	}
	.topNav a {
		background: #4c8c2b;
		border-bottom: 1px solid #fff;
		color: #fff;
		display: block;
	}
	/* 
	.d1 .chooseSite {
		color: #999;
	}
	*/
	.d1 footer span {text-align: center;}
	.d1 header, .d2 header {
		/*
		box-shadow: 0 -2px 12px 0 rgb(69,114,163);
		*/
		padding: 0;
		margin: 0 -15px;
	}
	/*
	.d1 footer, .d2 footer {
		box-shadow: 0 1px 12px 0 rgb(69,114,163);
	}
	*/
}
@media (min-width: 768px) {
	body {
		background: #00629b;
	}
	.container {
		width: 750px;
	}
	h1 {font-size: 1.7em;}
	h2 {font-size: 1.5em;}
	h3 {font-size: 1.3em;}
	h4 {font-size: 1.1em;}
	h5 {font-size: .8em;}
	h6 {font-size: .9em;}
	
	.col-sm-push-1 {
		left: 8.333333333333332%;
	}
	.col-sm-push-4 {
		left: 33.33333333333333%;
	}
	.wrapper { /*only for d2 template*/
		background: #fff url("/system/modules/com.epscca/resources/img/bkgd-left-d2-sm.jpg") no-repeat center top;
		background: transparent;
		background-attachment: fixed;
		width: 750px;
		margin: 0 auto;
	}
	.container.d2 {
		background: transparent url("/system/modules/com.epscca/resources/img/bkgd-right-d2-sm.gif") no-repeat center top;
		background: white;
		background-attachment: fixed;
	}
	.d1 {
		background: white;
	}
	/*
	.d1 header {
		background: white;
	} 
	.d1 header {
		background: transparent url("/system/modules/com.epscca/resources/img/bkgd-top-d1.jpg") no-repeat center top;
		background: white;
		margin: 0 -15px;
	}
	.d1 header .upperNav {
		margin: 0 0 15px;
	}
	.d1 header .logo {
		padding-top: 5px;
	}
	.d1 {
		background: #fff url("/system/modules/com.epscca/resources/img/bkgd-bottom-d1.jpg") no-repeat center bottom;
		background: white;
	}
	.d1-europe {
		background: #fff url("/system/modules/com.epscca/resources/img/bkgd-bottom-d1-europe.jpg") no-repeat center bottom;	
	}
	.d1 #cartDiv, .d1 .europe-link, .d1 .na-link {color: #fff;}
	.d1 #cartDiv span + span {
		background: transparent url("/system/modules/com.epscca/resources/img/icon-cart-lite.png") no-repeat;
	}
	.d1 .chooseSite {
		color: #fff;
	}
	*/
	.upperNav {
		padding: 5px 50px 5px 0;
		margin-bottom: 15px;
		/*
		background: rgba(0,94,155,.1);
		box-shadow: 0px 3px 6px rgba(0,94,155,.2);
		*/
	}
	.subnav {
		text-align: center;
		border-top: 1px solid rgb(0,94,155);
		padding-top: 9px;
		margin: 0 90px;
	}


	ul.no-bullets li {padding: 0;}

	button, .button {padding: .7em 1.5em;}
	.prodHead, .prodMain, .midLeft,
	.colorantHead, .colorantMain {
		background: -moz-linear-gradient(left,  rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 30%, rgba(255,255,255,0) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.5)), color-stop(30%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 30%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 30%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 30%,rgba(255,255,255,0) 100%); /* IE10+ */
		background: linear-gradient(to right,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 30%,rgba(255,255,255,0) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */

	}
	.midleft {padding-bottom: 50px;} /*extends background gradient so it doesn't abruptly end right after content */
	.prodHead, .colorantHead {border-radius: 35px 0 0 0;}

	.prodLanding.prodHead > div, .prodDetail .prodHead > div {border-bottom: 2px solid #00629b;}
	.prodLanding.prodHead h1, .prodDetail .prodHead h1 {border: none; margin-bottom: 0;}
	.compareProducts h1 {
		float: left;
		width: 60%;
	}
	.compareProducts .compareMenu {
		float: right;
		width: 40%;
		text-align: right;
	}
	.prodHead .compareLink a {
		text-align: right;
	}
	.compareProducts .table-responsive {clear: both;}

	article h2.withLrgBullet:before {
		font-size: 2em;
		font-size: 3em;
		margin-left: -29px;
		vertical-align: -9px;
	}
	.two-col {width:50%; padding: 0 2%;}
	.three-col {width: 33.333%; padding: 0 2%;}
	.four-col {width: 25%; padding: 0 2%;}
	.five-col {width: 20%; padding: 0 1%;}

	.search-navbar {float: left; width: 40%;}
	#search-results {clear: both;}

	/* -----FAQ STYLING ----------------------------------*/
	.faqSection h4 {
		font-size: 1.2em;
		margin: 10px 0;
		padding: 10px 35px;
		text-indent: -18px;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	.faqSection div {
		padding: 0 40px 2px;
		line-height: 17px;
		font-size: 1em;
		border: none;
	}
	/* -----END FAQ STYLING -------------------------------*/
	/* -----DISTRIBUTOR STYLING ---------------------------*/
	#distContainer {
		min-height: 360px;
		background: transparent url("/system/modules/com.epscca/resources/img/map-bkgd-dist.gif") center 46px no-repeat;
	}
	.usState {
		margin-left: 10px;
	}
}
@media (min-width: 992px) {
	.wrapper { /*only for d2 template*/
		background: #fff url("/system/modules/com.epscca/resources/img/bkgd-left-d2-md.jpg") no-repeat center -30px;
		background: transparent;
		background-attachment: fixed;
		width: 970px;
		margin: 0 auto;
	}
	.container.d2 {
		background: transparent url("/system/modules/com.epscca/resources/img/bkgd-right-d2-md.gif") no-repeat center top;
		background: white;
		background-attachment: fixed;
	}
	.products article {
		width: 30%;
		margin: 3% 3% 3% 0;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
		width: 1170px;
	}
	.wrapper { /*only for d2 template*/
		background: #fff url("/system/modules/com.epscca/resources/img/bkgd-left-d2.jpg") no-repeat center top;
		background: transparent;
		background-attachment: fixed;
		width: 1170px;
		margin: 0 auto;
	}
	.container.d2 {
		background: transparent url("/system/modules/com.epscca/resources/img/bkgd-right-d2.gif") no-repeat center top;
		background: white;
		background-attachment: fixed;
	}
	/* 
	.d1 header {padding-bottom: 21px; margin-bottom: -21px;}
	*/
	#distContainer {
		background-position-x: 32%;
	}
}

/* --------------------Making Slider Responsive--------------------------------*/
div.fullwidthbanner-container {
	width: 100% !important;
	height: auto !important;
}

div.fullwidthbanner li {
	height: auto !important;
	padding-bottom: 10px;
	margin-bottom: -10px;
}
div.fullwidthbanner li div.slotholder img {
	position: relative !important;
	width: 100% !important;
	height: inherit !important;
	left: 0 !important;
	box-shadow: 2px 2px 10px #555;
}
.tp-bannershadow.tp-shadow1 {
		display: none !important;
	}

@media screen and (min-width: 320px) {div.fullwidthbanner {height: 86px !important;}}
@media screen and (min-width: 375px) {div.fullwidthbanner {height: 100px !important;}}
@media screen and (min-width: 410px) {div.fullwidthbanner {height: 115px !important;}}
@media screen and (min-width: 460px) {div.fullwidthbanner {height: 130px !important;}}
@media screen and (min-width: 500px) {div.fullwidthbanner {height: 150px !important;}}
@media screen and (min-width: 570px) {div.fullwidthbanner {height: 165px !important;}}
@media screen and (min-width: 630px) {div.fullwidthbanner {height: 186px !important;}}
@media screen and (min-width: 768px) {
	.tp-bannertimer.tp-bottom {bottom: 4px !important;}}
@media screen and (min-width: 992px) {div.fullwidthbanner {height: 250px !important;
	margin-bottom: -16px;}
	.tp-bannertimer.tp-bottom {bottom: 13px !important;}}
@media screen and (min-width: 1200px) {div.fullwidthbanner {height: 298px !important;}}

/* ---------------------STYLING FOR IE ---------------------------*/
@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
	/* IE9+ CSS */
	article h2.withLrgBullet:before{
		font-size: .4em;
	}
}
@media screen and (min-width:0\0) and (max-width:767px) and (min-resolution: +72dpi) {
	/* IE9+ CSS */
	article h2.withLrgBullet:before{
		font-size: 3em;
	}
}
.articleSection{
	margin-bottom: 1em;
	margin-right: 15px;
}
.articleSection:first-child{
	margin-top: 3em;
}
.articleToFilter > div > div{
	display: none;
}
h3.accordionHeading{
	cursor: pointer;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 1em;
	padding-right: 1.5em;
	padding-top: 1em;
}
h3.accordionHeading:after{
	content: '+';
	position: absolute;
	right: 0.75em;
	top: 1em;
}
h3.accordionHeading.opened:after{
	content: '-';
}
div.articleToFilter{
	border: 1px solid #00629b;
	border-radius: 1em;
}




.colorItem:nth-child(2n+1){
	clear: both;
}
@media screen and (min-width: 542px) {
	.colorItem:nth-child(2n+1){
		clear: none;
	}
	.colorItem:nth-child(3n+1){
		clear: both;
	}
}
@media screen and (min-width: 707px) {
	.colorItem:nth-child(3n+1){
		clear: none;
	}
	.colorItem:nth-child(4n+1){
		clear: both;
	}
}
@media screen and (min-width: 768px) {
	.colorItem:nth-child(4n+1){
		clear: none;
	}
	.colorItem:nth-child(3n+1){
		clear: both;
	}
	.offset-sm-0{
		margin-left: 0;
	}
	.offset-sm-1{
		margin-left: 8.33333333%;
	}
	.offset-sm-2{
		margin-left: 16.666667%;
	}
	.offset-sm-3{
		margin-left: 25%;
	}
	.col-sm-pull-7{
		right: 58.333333%;
	}
	.col-sm-push-1{
		left: 8.333333%
	}
	.col-sm-push-4{
		left: 33.33333%
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.container {
		width: 970px;
	}
}

@media screen and (min-width: 992px) {
	
	.colorItem:nth-child(3n+1){
		clear: none;
	}
	.colorItem:nth-child(4n+1){
		clear: both;
	}
	.offset-md-0{
		margin-left: 0;
	}
	.offset-md-1{
		margin-left: 8.3333333%;
	}
	.offset-md-2{
		margin-left: 16.666667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
}
@media screen and (max-width: 768px) {
	.offset-rp-1 {margin-left: 0px;}
	.container.d1, 
	.d2 {
		max-width: none;
	}
	}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.offset-rp-1 {margin-left: 8.333333333333332%;}
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
	
}
@media screen and (min-width: 1200px) {
	.colorItem:nth-child(4n+1){
		clear: none;
	}
	.colorItem:nth-child(5n+1){
		clear: both;
	}
	.offset-lg-0{
		margin-left: 0;
	}
	.offset-lg-1{
		margin-left: 8.333333%;
	}
	.offset-lg-2{
		margin-left: 16.666667%;
	}
	.offset-lg-3{
		margin-left: 25%;
	}
}
span.masstone{
	min-height: 2.7em;
}

/* GDPR v9 override */
*:focus {
	box-shadow: none;
}

div#messageModal.modal{opacity:1;padding-top:4em;}
.hide{
	display: none;
}

/* Marketo... */
.mktoFormRow:nth-child(even){
	clear: both;
}

/* END Marketo */