/*body background*/
body {
	background-image: initial;
	background-color: #999999;
}

/*storefront*/
.store_catbuttons {text-align: center; padding-top: .5em;}
p, .store_contact {padding:.5em; font:13px arial,helvetica,clean,sans-serif;}
.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;}
/*square ui corners*/
.ui-corner-all {border-radius:0;}

/* Component containers*/
.ui-widget-header {background-color: #58585A; background-image: none; }

/*buttons*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default 
{background: #58585A; 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:#8A8A8C; 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;}
*/
/*Background Image*/
.page {
	background-repeat: no-repeat;
	background-position: center top;
	background-color: rgb(153, 153, 153);
	background-image: url(/storefronts/spxflow/images/bg-theme-chevron-default.jpg);
	margin: 0;
	min-height: min-height: calc(100vh - 134px);
}
.page div {
	max-width:1100px;
	margin: auto;
}

/*storefront links*/
a{
	color: #333;
}
/* Header Section*/
.left_bg {
	background-color: #000;
	float: left;
	height: 95px;
	position: absolute;
	width: 50%;
	z-index: -10;
	left: 0;
	top: 0px;
}
.right_bg {
	background-color: #4D4D4D;
	float: left;
	height: 95px;
	position: absolute;
	right: 0;
	top: 0px;
	width: 50%;
	z-index: -9;
}
.center_bg {
	background: #000 url(/storefronts/spxflow/images/black_chevron.png) scroll right no-repeat;
	height: 65px;
	margin: 0 auto;
	padding: 15px 0;
	width: 925px;
}
.center_bg img {
		width: 184px;
		height: 24px;
		padding-top: 16px;
		padding-left: 15px;
}
@media (max-width: 925px) {
	.left_bg, .right_bg {
		display: none;
	}
	.center_bg{
		width: 100vw;
		min-width: 200px;
	}
}
/* End Header Section*/
/* Contacts div*/
.SPX-contacts {
	margin: auto;
	height:100%;
	overflow:hidden;
	text-align: center;
}

.SPX-contacts::after {
	content:"";
	display: inline-table;
}

.SPX-contacts-block {
	max-width: 50%;
	display: inline-block;
	margin: 10px;	
	text-align: left;
}
@media (max-width: 635px) {
	.SPX-contacts-block {
		max-width: initial;
		display: block;
		padding-left: 30px;
	}
}
/*end contacts div*/