<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*everywhere*/
:root{
	--headwater-light-blue: #00a1e0;
	--headwater-dark-blue: #415464;
	--headwater-gray: #415364;
}

body{
	background: #d2d3d4;
    font-family: 'Open Sans', arial, sans-serif !important;
}
.page, .logo-container{
	width:calc(100vw - 20px);
	max-width:1200px;
	margin:0 auto;
	background: #ffffff;
}
.page{margin-bottom:30px;padding-bottom:10px; border-radius:0 0 10px 10px;}
/*header*/
.logo-row{
	padding:10px;
	display:flex;
	justify-content:flex-start;
	align-items:center;
}
.logo-row-item{
	text-align:center;
	vertical-align:middle;
}
.logo-row-item img{max-height:113px;}
.logo-row-item a{
	color:#4d4d4d;
	font-size:18px;
	text-decoration:none;
	font-family: 'Open Sans', arial, sans-serif;
}
.logo-row-item a:hover{text-decoration:underline;}
#nav-center-links{margin-left: 125px;}
@media (max-width:890px){
	#nav-center-links{display:none;}
	.logo-row{justify-content:space-between;}
}
/*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;}

/* Component containers*/
.ui-widget-header {background: var(--headwater-gray); }

/*buttons*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default 
{background: var(--headwater-light-blue); border: solid 1px var(--headwater-dark-blue); 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: var(--headwater-dark-blue); border-color:var(--headwater-light-blue); 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;} */

.section{
	margin: 0 2px 4px;
}

.section p{
	max-width:960px;
	margin:auto;
	font-size:1.2em;
}
/*Products and Company*/
.products-content-wrapper, .company-content-wrapper{display:flex;align-items:center;}
.products-content, .company-content{padding:10px 15px}
/*#products-left{flex:2;}
#products-right{flex:1;}*/
.border-bottom:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 75%;
    padding-top: 11px;
    border-bottom: 1px solid var(--headwater-light-blue);
}
#ansi{text-align:center;}
#ansi img{max-width:100%;max-height: 209px;}
.company-content img{max-width:100%}

@media (max-width:650px) {
	.products-content-wrapper, .company-content-wrapper{flex-direction:column;}
}
/*Links*/
.section a, #ti_nav_links a{
	color: var(--headwater-light-blue);
	text-decoration: none;
	font-weight:600;
}

.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: #ec8b66;} /*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:var(--headwater-dark-blue);} /*Printed reports and similar links*/
.fg-menu a:hover{color:#fff;}
.fg-menu .ui-state-hover{background:var(--headwater-light-blue);border:1px solid var(--headwater-dark-blue);}
/*Contacts div*/
.contacts-title{
	text-align:center;
	color:var(--headwater-dark-blue);
	font-size:18px;
	font-weight:600;
}
.ESI-contacts {
	margin: auto;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}

.ESI-contacts-region {
	padding: 10px;	
	text-align: left;
}

.ESI-contacts-region div:first-child{
	font-weight: bold;
}
/*End Contacts*/
/*Criteria Mobile*/
	@media (max-width: 750px) {
	.criteria_columns{
		width:100%;
		float:initial;
	}
}
/*End Criteria*/
/*Pump display overrides*/
#graph_image_container{width:initial !important;}
#graph_image_container img{max-width:100%;}</pre></body></html>