/*Everywhere*/
.page{
	background-image:url("/storefronts/xylemga/images/page-background.jpg");
	background-repeat:no-repeat;
	background-size:100% 100%;
	min-height:calc(100vh - 123px);

}

.clearfix {clear:both;}

.header{
	max-width:1350px;
	margin:auto;
}
.main{
	max-width:1330px;
	margin:auto;
}

/*header*/
.logo-container {
	text-align: center;
	background:#fff;
}

.logo-container img {
	text-align: center;
	margin:10px;
	max-height:100px;
	max-width:100%;
}

/*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;}

.section{
	margin:0 2px 5px;
	box-shadow: 5px 1px 10px #b2b2b2;
}

.ui-widget-content {
    border: 1px solid #0084ae;
    background: #f9f9f9F2;
}

.section p{
	max-width:900px;
	margin:0 auto;
	font-size:1.2em;
	padding:10px;
}

/* Component containers*/
.ui-widget-header {background-color: #0084ae; background-image: none; }

/*buttons*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default 
{background: #0084AE; 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:#4ca8c6; color:#FFFFFF;}

/* 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_ffffff_256x240.png) !important;}
*/
/*Products section*/
.storefront-products{
	margin:0;
	padding:0;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.storefront-subproducts{
	max-width:calc(25% - 12px);
	padding:5px 5px;
	margin:4px 1px 0;
	background:#cce6ee;
	border-radius:5px;		
}

.subproducts-main{
	color:#0084AE;
	font-size:1.5em;
	text-align:center;
	height: 45px;
}

.product-image-wrapper{
	text-align:center;
}

.product-image-wrapper img{
	border-radius:10px;
}

@media (max-width: 1020px){
	.storefront-subproducts{
		max-width:calc(50% - 12px);
	}
}
@media (max-width: 530px){
	.storefront-subproducts{
		max-width:100%;
	}
}
/*End Products*/
/*Links*/
.section a, #ti_nav_links a{
	color: #0084AE;
	text-decoration: none;
}

.section a:hover, #ti_nav_links a:hover{
	text-decoration: underline;
}

.ui-state-hover a, .ui-state-hover a:hover {
    color: #fafafa;
}
.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color: #32cbfb;} /*The "Orange" active links*/

.fg-menu a:link,.fg-menu a:visited,.fg-menu a:active{color:#0084AE;} /*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*/