/*Everywhere*/
.clearfix {clear:both;}

.page{
	max-width:1250px;
	margin:0 auto;
}

/*header*/
.logo-container {
	background-image: none; 
	background-color: #ffffff;
}

.logo-wrapper{
	max-width:1250px;
	margin:0 auto;
	padding:0 20px;
}

/*storefront*/
.store_catbuttons {text-align: center; padding-top: .5em;}
p, .store_contact {padding:.5em;}
.store_contact div {margin-bottom: 2px;}
ul.frq-radios {list-style: none; padding: 0; margin: 0 0 8px 0;}
ul.frq-radios li {display: inline; margin-right: 8px;}
table.contacts td {vertical-align:top; padding: .5em;}
table.contacts .right {padding-left: 1.5em;}

.section{
	margin:0 2px 4px;
}

.section p{
	max-width:960px;
	margin:0 auto;
	font-size:1.2em;
	text-align:justify;
}
/*Products Section*/
.storefront-products{
	margin:0;
	padding:0;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.storefront-subproducts{
	max-width:calc(33% - 30px);
	padding:5px 10px;
	margin:0 5px;
	height: 100%;
}

.storefront-subproducts p{
	font-size:1.1em;
}

.subproducts-main{
	text-align:center;
	font-size:2em;
	color:#0C964D;
	height: 20%;
}

.subproducts-sub{
	text-align:center;
	font-size:1.6em;
	color:#0C964D;
}

.main-p:after, .subproducts-main:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 95%;
    padding-top: 20px;
    border-bottom: 1px solid #0C964D;
}

.sub-p{
	padding:5px 30px;
}

@media (max-width:1000px){
	.storefront-subproducts{max-width:calc(50% - 30px);}
	.main-p{min-height:initial;}
}

@media (max-width:700px){
	.storefront-subproducts{max-width:initial;}
}
/* Component containers*/
.ui-widget-header {background: #0C964D url(/storefronts/zoeller/images/Zoeller_Home_search_bar_3_px.gif); }

/*buttons*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default 
{background: #0C964D; border: solid 1px #595959; color:#FFFFFF; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus 
{background: #54B582;}

/* icon defaults - arrow on acct menu and symbol on search button */
.ui-icon 
{background-image: url(/_static/scripts/jquery-ui/themes/pumpflo/images/ui-icons_ffffff_256x240.png) !important;}

/* icon override for hover/selected when we need to have two color-states */
/*.ui-state-hover .ui-icon, .ui-state-focus .ui-icon
{background-image: url(/_static/scripts/jquery-ui/themes/pumpflo/images/ui-icons_333333_256x240.png) !important;}*/

/*Links*/
.section a, #ti_nav_links a{
	color: #0C964D;
	text-decoration: none;
}

.section a:hover, #ti_nav_links a:hover{
	text-decoration: underline;
}

.ui-state-hover a, .ui-state-hover a:hover {
    color: #0C964D;
}
.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color: #ed9f8e;} /*The "Orange" active links*/
.ui-state-active:hover a, .ui-state-active:hover a:link,.ui-state-active:hover a:visited{color: #fff;}

.fg-menu a:link,.fg-menu a:visited,.fg-menu a:active{color:#0C964D;} /*Printed reports and similar links*/
.fg-menu a:hover{color:#fff;}

/*Contacts div*/
.ESI-contacts {
	margin: auto;
	height:100%;
	overflow:hidden;
	text-align: center;
}

.ESI-contacts::after {
	content:"";
	display: inline-table;
}

.ESI-contacts-region {
	max-width: 50%;
	display: inline-block;
	padding: 10px;	
	text-align: left;
}
/*End Contacts*/