/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Colors
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Layouts
# Clearings
# Widgets
# Content
    ## Pages
		### Home
		### Infrastructure
		### Water Diversification
		### Awards
	## Asides
	## Search
	## Comments
	## Header
	## Footer
	## Modals
# Media
	## Captions
# Media Queries

/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/

/* White */
#site-navigation a,
.bx-controls-direction a:hover,
.whiteColor,
.darkBlueBG,
.darkBlueBG *,
.midBlueBG,
.lightBlueBG,
.smallCallout { color: #fff;},
.whiteBG,
body { background: #fff; }

/* Black */
.home .section,
.blackColor,
.accordionWrap li > h3 a:hover,
body,
.navToggle { color: #000;}
.blackBG,
.navToggle div span,
.navToggle div:before,
.navToggle div:after { background: #000; }

/* Navy Blue */
.accordionWrap li > h3 a,
.subPageContent a:hover,
.navyColor { color: #075065;}
{ background: #075065; }

/* Mid Gray */
#masthead.scrolledHeader + .navToggle{ color: #5a5b5d;}
#masthead.scrolledHeader + .navToggle div:before,
#masthead.scrolledHeader + .navToggle div:after,
#masthead.scrolledHeader + .navToggle div span{ background: #5a5b5d; }

/* Slate Gray */
.slateGrayColor,
figcaption,
table,
.tableWrap { color: #5d6166;}
.slateGrayBG { background: #5d6166; }

/* Teal */
.tealColor,
.bx-controls-direction a { color: #348080;}
.tealBG { background: #348080; }

/* Light Gray */
.lightGrayColor { color: #eceff3;}
.lightGrayBG,
.tableWrap { background: #E6E1DF; }

/* Gray for chart diagrams and backgrounds */

.chartGraycolor {
	color: #E6E1DF;
}

/* ------- PVAD COLORS --------- */

/* Blue */
.accordionWrapBlue li > h3 a,
.blueColor  { color: #2D5894;}

/* Orange */
.accordionWrapOrange li > h3 a,
.orangeColor  { color: #E36F34;}

/* Green */
.accordionWrapGreen li > h3 a,
.awardsList span,
.greenColor {  color: #6a946b; }


/* ------- TABLE COLORS --------- */
/* Navy Blue */
a { color: #2d5894; }
.darkBlueBG { background: #1e5d80 !important;}

/* Mid Blue */
.midBlueBG { background: #3b92b8 !important;}

/* Light Blue */
.lightBlueBG { background: #80bbd5 !important;}


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

.browserupgrade {
	position: fixed;
	bottom: 0;
	left: 0;
	background: #fff;
	width: 100%;
	display: block;
	z-index: 9999;
	margin: 0;
	padding: 15px;
	text-align: center;
}


html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	margin-left:.2em;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

.svgWrapper {
	position:relative;
}

.svgWrapper svg {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

figure {
	margin: 1em 0px;
}

figcaption,
.caption {
	font-size:14px;
	font-size:0.875em;
	font-family: 'Roboto', sans-serif;
	margin-top:15px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: none;
	margin: 20px 0;
	padding: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height:1.2;
}

h3 {
	font-size:24px;
	font-size:1.5em;
}

h5 {
	font-size:18px;
	font-size:1.125em;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}
.pageHeader h2 span,
big {
	font-size: 150%;
}

.footnote {
	font-size:12px !important;
	font-size:.75em !important;
}

.pageHeader h2 span,
.oswaldLight,
.oswaldRegular,
.navToggle,
#site-navigation a,
.home .section h2,
.home .section a,
.pageHeader h1,
.calloutWrap,
.accordionWrap li > h3,
h2,
h3,
h4,
h5,
h6,
table .darkBlueBG *,
.quform-elements .quform-element-text input,
.quform-submit button,
.quform-elements .quform-huge.quform-element textarea,
.smallCallout p,
#agencyMapWrapper li .circle,
.nextPageLink,
.calloutWrap h3.oswaldRegular,
.calloutWrap h3.oswaldLight {
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	letter-spacing:1.5px;
}
.pageHeader h2 span,
.oswaldLight,
#site-navigation a,
.home .section h2,
.pageHeader h1,
.calloutWrap,
.accordionWrap li > h3,
.calloutWrap h4,
.calloutWrap h3,
h2,
h3,
h4,
h5,
h6,
table .darkBlueBG *,
.tableWrap h4,
.quform-submit button,
.smallCallout p {
	font-weight:300;
}
.oswaldRegular,
.calloutWrap .large,
.tableWrap h3 {
	font-weight:400;
}


body,
.crimson,
.crimsonSemiBold,
.crimsonItalic,
.pageHeader h2,
.calloutWrap h3 {
	font-family: 'Crimson Text', serif;
}

.crimsonItalic {
	font-style:italic;
}

.crimsonSemiBold,
.pageHeader h2,
.awardsList li span {
	font-weight:600;
}

table,
.roboto,
.smallCallout p.footnote,
.printIcon,
.mapContent,
a.documentLink,
a.sidebarLink,
.mapFootnote h4,
.mapFootnote  {
	font-family: 'Roboto', sans-serif;
	font-weight:300;
}

.smallCallout p.footnote {
	font-weight:400;
	margin:0;
	text-transform:none;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #808080;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

.pageHeader + hr {
	width:1200px;
	max-width:calc(100% - 40px);
	margin:20px auto;
}

ul,
ol {
	margin: 0 0 1.5em 0;
	padding-left:20px;
	padding-left:1.25em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

.noBullets {
	margin-left:0;
	padding-left:0;
	list-style:none;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img,
svg {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

#content svg {
	width:100% !important;
	height:auto !important;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

.subscribe .quform-outer {
	max-width:550px;
}

.quform-elements .quform-element-text input,
.quform-elements .quform-huge.quform-element textarea {
	width:100% !important;
	max-width:100% !important;
	color: #000;
	border: none;
	padding: 8px 15px !important;
	background: #e6e9ed;
	border-radius:0;
	font-weight:300;
	font-size:15px;
	font-size:0.938em;
}

.quform-elements .quform-huge.quform-element label + .quform-input {
	margin-top:10px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #000;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #000;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #000;
}
:-moz-placeholder { /* Firefox 18- */
	color: #000;
}

.quform-submit button {
	margin: 0;
	cursor: pointer;
	border: none;
	border-radius: 0;
	background: #2d5894;
	box-shadow: none;
	color: #FFF;
	font-size: 18px;
	font-size: 1.125em;
	padding: 15px 25px;
	text-align:center;
	min-width:200px;
	text-shadow: none;
	margin-top:20px !important;
	opacity:1;
	-webkit-transition:opacity .2s ease-in-out;
	transition:opacity .2s ease-in-out;
}

.quform-submit button:hover {
	opacity:.8;
}

.quform-element,
.quform-group {
	margin-top:10px;
	margin-bottom:10px;
	padding-top:0 !important;
	padding-bottom:0 !important;
}

.quform-group .quform-element {
	margin-top:0;
	margin-bottom:0;
}

.quform-element label {
	font-size: 19px;
	font-size:1.188em;
}

.quform-option {
	margin:5px 0 !important;
}

.quform-option input {
	margin-right:5px;
}

.quform-element label span.quform-required {
	position:relative;
	top: -.6em;
	font-size:11px !important;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
.navToggle,
#site-navigation a,
.calloutWrap a,
#masthead a,
.home .section a {
	border-bottom:none !important;
}

a {
	text-decoration:none;
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	border-bottom:1px solid rgba(30,93,128,0);
}

a:hover {
	border-bottom:1px solid rgba(30,93,128,1);
}

.blockLink {
	display:inline-block;
	padding:8px 12px;
	margin-top:5px;
}

a.documentLink,
a.sidebarLink,
.printIcon {
	font-size:14px;
	font-size:0.875em;
	font-weight:400;
}

li > a.documentLink,
li > a.sidebarLink {
	font-size:14px;
	font-size:0.737em;
}

a.documentLink,
a.documentLink.withThumbnail span {
	position:relative;
	margin-left:1.9em;
	display:inline-block;
	line-height:1.3;
	padding-top:.3em;
}

a.documentLink:before,
a.documentLink.withThumbnail span:before {
	content:'';
	display:block;
	width:1.75em;
	height:1.5em;
	background:url(../img/icon-document.png) no-repeat;
	background-size:contain;
	background-position:left;
	position:absolute;
	left:-1.9em;
	top:0;
}

a.documentLink.withThumbnail {
	margin-left:0;
	margin:20px 0;
}

a.documentLink.withThumbnail:first-child {
	margin-top:0;
}

a.documentLink.withThumbnail img {
	margin-left:0;
	margin-bottom:10px;
}

a.documentLink.withThumbnail span {
	display:block;
	margin-left:1.9em;
}

a.documentLink.withThumbnail:before {
	display:none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#site-navigation > div {
	background:	rgba(45, 88, 148, .90);
}

#masthead + .navToggle {
	display:block;
	position:fixed;
	top:40px;
	right:calc((100% - 1330px) / 2);
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	z-index:600;
}

#masthead + .navToggle:hover {
	color: #979797;
}

.navToggle:hover div:before,
.navToggle:hover div:after,
.navToggle:hover div span {
	background: #979797 !important;
}

#site-navigation .navToggle {
	position:absolute;
	top:40px;
	right:40px;
}

#masthead + .navToggle span {
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	opacity:1;
}

#masthead + .navToggle.active * {
	opacity:0;
}

.navToggle div {
	width:23px;
	height:18px;
	display:inline-block;
	position:relative;
	margin-left:10px;
	top:2px;
}

#masthead.scrolledHeader + .navToggle,
.home:not(.fp-viewing-section1) #masthead + .navToggle {
	top:22px;
}

.navToggle div:before,
.navToggle div:after {
	content:"";
}

.navToggle div:before,
.navToggle div:after,
.navToggle div span {
	position:absolute;
	width:100%;
	height:2px;
	display:block;
	-webkit-transition:all .2s ease-in-out .2s !important;
	transition:all .2s ease-in-out .2s !important;
}

.navToggle div:before {
	top:0;
	-ms-transform:rotate(0deg);
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg);
	-ms-transform-origin:top left;
	-webkit-transform-origin:top left;
	transform-origin:top left;
}

.navToggle.active div:before {
	-ms-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}

.navToggle div span {
	top:50%;
	top:calc(50% - 1px);
	opacity:1;
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}

.navToggle div:after {
	bottom:0;
	-ms-transform:rotate(0deg);
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg);
	-ms-transform-origin:bottom left;
	-webkit-transform-origin:bottom left;
	transform-origin:bottom left;
}

.navToggle.active div:after {
	-ms-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
}

.navToggle.active div span {
	opacity:0;
}

#site-navigation {
	position:fixed;
	right:0;
	top:0;
	max-width:0px;
	z-index:601;
	overflow:hidden;
	-webkit-transition:max-width .1s ease-in-out .7s;
	transition:max-width .1s ease-in-out .7s;
	text-transform:uppercase;
}

#site-navigation,
#site-navigation > div {
	height:100vh
}

.no-js .navToggle:hover + #site-navigation,
.no-js #site-navigation:hover,
#site-navigation.active {
	max-width:80%;
	-webkit-transition:max-width .1s ease-in-out;
	transition:max-width .1s ease-in-out;
}

#site-navigation > div {
	padding:80px 20px 0 40px;
	width:420px;
	max-width:100%;
	-ms-transform:translateX(101%);
	-webkit-transform:translateX(101%);
	transform:translateX(101%);
	-webkit-transition: transform .5s ease-in-out .2s;
	transition: transform .5s ease-in-out .2s;
	overflow-y:auto;
}

.no-js .navToggle:hover + #site-navigation > div,
.no-js #site-navigation > div:hover,
#site-navigation.active > div {
	-ms-transform:translateX(0%);
	-webkit-transform:translateX(0%);
	transform:translateX(0%);
	-webkit-transition: transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
}

#site-navigation ul {
	margin:0 0 15px 0;
	padding:0;
	list-style:none;
}

#site-navigation a {
	display:inline-block;
	line-height:1.5;
}

#site-navigation ul:not(.socialList) {
	margin-bottom:30px;
	font-size:16px;
	font-size:1em;
}

#site-navigation ul:not(.socialList) li {
	padding:.5em 0;
}

#site-navigation a.currentPage,
#site-navigation a:hover {
	color: #979797;
}

#site-navigation ul.sub-nav {
	font-size:12px;
	font-size:.75em;
}

#site-navigation ul.socialList li {
	display:inline-block;
	float:left;
	margin:0 15px 0 0;
	font-size:22px;
}

#site-navigation ul li {
	margin-bottom:5px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.textAlignCenter {
	text-align:center !important;
}


/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
html,
body,
#page,
#masthead,
#content,
#primary,
#main,
.row {
	width:100%;
}

#page {
	padding-top:110px;
	overflow-x:hidden;
}

#content {
	overflow-x:hidden;
}

.container {
	padding:20px;
	width:1200px;
	max-width:100%;
	margin:0 auto;
	position:relative;
	box-sizing:border-box;
}

.thinContainer {
	padding-left:120px;
	padding-right:120px;
}

.columnWrap {
	margin-left:-15px !important;
	margin-right:-15px !important;
}

.columnWrap > div,
.columnWrap > aside,
.columnWrap > section,
.columnWrap > article {
	padding-top:0;
	padding-bottom:0;
}

.flexWrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari 6.1+ */
	flex-wrap: wrap;
	position:relative;
}

.flexStretch {
	-ms-flex-align: stretch;
	-webkit-align-items:stretch;
	align-items:stretch;
	-webkit-align-content:stretch;
	align-content:stretch;
}

.flexCenter {
	-ms-box-orient: horizontal;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-align-content:center;
	align-content:center;
}

.flexClear {
	width:100%;
}

.align-self-center {
	-webkit-align-self: center;
	align-self: center;
}

.flexJustifyCenter {
	-webkit-justify-content: center;
	justify-content: center;
}

.oneFull,
.oneHalf,
.oneQuarter,
.threeQuarters,
.oneThird,
.twoThirds,
.oneFifth,
.twoFifths,
.threeFifths,
.fourFifths,
.oneSixth,
.fiveSixths {
	padding:15px;
	float:left;
	position:relative;
	box-sizing:border-box;
}

.oneFull:last-child:after,
.oneHalf:last-child:after,
.oneQuarter:last-child:after,
.threeQuarters:last-child:after,
.oneThird:last-child:after,
.twoThirds:last-child:after,
.oneFifth:last-child:after,
.twoFifths:last-child:after,
.threeFifths:last-child:after,
.fourFifths:last-child:after,
.oneSixth:last-child:after,
.fiveSixths:last-child:after, {
	content: "";
	display:block;
	clear:both;
}

.oneFull {
	width:100%;
}

.oneHalf {
	width:50%;
}

.oneThird {
	width: 33.33333333%;
}

.twoThirds {
	width: 66.66666666%;
}

.oneQuarter {
	width:25%;
}

.threeQuarters {
	width:75%;
}

.oneFifth {
	width: 20%;
}

.twoFifths {
	width:40%;
}

.threeFifths {
	width:60%;
}

.fourFifths {
	width: 80%;
}

.oneSixth {
	width: 16.66666666%;
}

.fiveSixths {
	width: 83.33333333%;
}

.offset-oneHalf {
	margin-left:50%;
}

.offset-oneThird {
	margin-left: 33.33333333%;
}

.offset-twoThirds {
	margin-left: 66.66666666%;
}

.offset-oneQuarter {
	margin-left:25%;
}

.offset-threeQuarters {
	margin-left:75%;
}

.offset-oneFifth {
	margin-left: 20%;
}

.offset-twoFifths {
	margin-left:40%;
}

.offset-threeFifths {
	margin-left:60%;
}

.offset-fourFifths {
	margin-left: 80%;
}

.offset-oneSixth {
	margin-left: 16.66666666%;
}

.offset-fiveSixths {
	margin-left: 83.33333333%;
}

.offset-oneEighth {
	margin-left: 12.5%;
}

.offset-oneTenth {
	margin-left: 10%;
}

.offset-oneTwelfth {
	margin-left: 8.333333333%;
}




/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.row:before,
.row:after,
.container:before,
.container:after,
.columnWrap:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.row:after,
.container:after,
.columnWrap:after {
	clear: both;
}

.clearLeft {
	clear:left;
}

.clearRight {
	clear:right;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/

.subPageContent {
	padding-top:50px;
	padding-bottom:50px;
}

.subPageContent p,
.subPageContent ul,
.subPageContent ol {
	font-size:19px;
	font-size:1.188em;
}

.subPageContent .largeFont {
	font-size:23px;
	font-size:1.438em;
}

/* ------- Callouts ---------- */

.calloutWrap {
	color: #fff;
	padding:50px 0;
	background-size:cover;
	background-position:center;
}

.calloutWrap .columnWrap {
	text-align:left;
}

.calloutWrap h3 {
	text-transform:uppercase;
	letter-spacing:6px;
	width:100%;
	max-width:540px;
	padding-bottom:5px;
	border-bottom:1px solid rgba(255,255,255,.4);
	margin:0 auto;
	display:inline-block;
	margin-bottom:50px;
	font-size:16px;
	font-size:1em;
}

.calloutWrap .columnWrap h3 {
	border-bottom:none;
	letter-spacing:0;
	text-transform:none;
	font-size:23px;
	font-size:1.438em;
	width:100%;
	margin-bottom:15px;
}

.calloutWrap span {
	font-size:22px;
	font-size:1.375em;
	text-transform:none;
}

.calloutWrap span.medium {
	font-size:36px;
	font-size:2.250em;
	display:block;
	line-height: 1.2;
}

#byTheNumbers span.large,
.calloutWrap span.large {
	font-size:56px;
	font-size:3.500em;
	display:block;
	line-height: 1.2;
}

.calloutWrap span + span {
	margin-top: 10px;
}

.calloutWrap span.extraLarge {
	font-size:65px;
	font-size:4.063em;
}

.calloutWrap h4 {
	font-size:18px;
	font-size:1.125em;
}

.calloutWrap .crimson {
	font-size:18px;
	font-size:1.125em;
	text-transform:none;
}

.smallCallout > div {
	padding:50px 30px;
	opacity:.9;
}

.smallCallout > div > *:first-child {
	margin-top:0;
}

.smallCallout > div > *:last-child {
	margin-bottom:0;
}

.smallCallout h2 {
	font-size:36px;
	font-size:2.25em;
	font-weight:700;
	margin-bottom:10px;
}

.smallCallout h2:first-child {
	margin-top:0;
}

.smallCallout p {
	text-transform:none;
}

.smallCallout h2 + p {
	margin-top:10px;
}

.smallCallout li {
	padding:8px 0;
	font-size:16px;
	font-size:0.842em;
}



/* -------- Sliders ---------- */

.bxSliderContainer {
	padding:0 50px;
	position:relative;
}

.bx-controls-direction a {
	position:absolute;
	top:50%;
	-ms-transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	transform:translate(0,-50%);
	font-size:32px;
	font-size:2em;
}

.bx-prev {
	left:0;
}

.bx-next {
	right:0;
}


/* ---------- Accordions ----------- */

.subPageContent .accordionWrap {
	font-size:16px;
	font-size:1em;
}

.accordionWrap > li {
	padding:20px 0;
	border-top:1px solid rgba(7,80,101,.2);
}

.accordionWrap > li > h3 {
	margin:0;
	position:relative;
	font-size:19px;
	font-size:1.188em;
}

.accordionWrap > li > h3 a {
	display:block;
	width:100%;
	padding-right:50px;
	border-bottom:none !important;
}

.accordionWrap > li > h3 i {
	position:absolute;
	right:0;
	top:50%;
	-ms-transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	transform:translate(0,-50%);
	line-height:1;
	font-size:16px;
	font-size:0.842em;
}

.accordionWrap > li:last-child {
	border-bottom:1px solid rgba(7,80,101,.2);
}

.accordionContent {
	margin:20px 0;
}

.accordionContent > *:first-child,
.accordionContent > .columnWrap > div > *:first-child {
	margin-top:0;
}

.accordionContent > *:last-child {
	margin-bottom:0;
}

.accordionContent img {
	display:block;
	text
}

.accordionContent > img,
.accordionContent > p > img {
	margin:0 auto;
}

.accordionCallout {
	width:100vw;
	position:relative;
	left:calc(((100vw - 960px + 40px) / 2) * -1);
	margin-top:30px;
}


/* ----------- Captioned Image Rows ------------- */

.captionedImageWrap > div {
	background-size:cover;
	background-position:center;
	position:relative;
	-ms-flex-align: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	overflow:hidden;
}

.captionedImageWrap > div > img {
	position:absolute;
	opacity:0;
	z-index:-1;
}

.captionedImageWrap .caption {
	color: #fff;
	position:relative;
	padding:20px;
	width:100%;
}

.captionedImageWrap .caption * {
	position:relative;
	z-index:1;
	margin-bottom:0;
}

.captionedImageWrap .caption:before {
	content:'';
	display:block;
	opacity:.8;
	position:absolute;
	z-index:0;
	bottom:0;
	left:0;
	width:100%;
	height:calc(100% + 80px);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */

	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */

	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */

	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}



/*---------- Tables ------- */
.printIcon {
	float:right;
	margin-left:30px;
	position:relative;
	margin-top:40px;
	display:inline-block;
	margin-bottom:10px;
}

.printIcon:before {
	content:'';
	display:block;
	position:absolute;
	left:-30px;
	width:22px;
	height:27px;
	background:url(../img/icon-pdf.png) no-repeat;
	background-position:left;
	background-size:contain;
}

.tableWrap {
	text-align:center;
	padding:20px;
	margin:0px 0 40px;
	overflow-x:auto;
}

.tableWrap h3 {
	font-size:24px;
	font-size:1.5em;
	margin:10px 0 0;
}

.tableWrap h4 {
	font-size:22px;
	font-size:1.25em;
	margin-top:10px;
}

table {
	font-size:19px;
	font-size:1.188em;
}

table table {
	font-size:1em;
}

table .darkBlueBG th,
table .midBlueBG td,
table .lightBlueBG td {
	padding:10px !important;
}

tr {
	border-top:1px solid rgba(7,80,101, .1);
}

.tableWrap > table > tr:nth-child(odd),
.tableWrap > table > tbody > tr:nth-child(odd) {
	background:rgba(255,255,255,.5);
}

tr.spacer,
tr.noBG {
	background:none !important;
}

.darkBlueBG + tr,
.midBlueBG + tr,
.lightBlueBG + tr,
table .darkBlueBG,
table .midBlueBG,
table .lightBlueBG,
table tr:first-child,
table .spacer {
	border-top:none;
}

table td,
table th {
	text-align:right;
	padding:10px;
}

table td:first-child,
table th:first-child {
	text-align:left;
	padding-left:3px;
}

table .spacer td {
	padding:30px;
}

table table {
	margin-bottom:0;
}

.innerTableHeading {
	background:rgba(255,255,255,.2);
}

/*--------------------------------------------------------------
### Home
--------------------------------------------------------------*/

.home #page {
	padding-top:0;
}

#homeTop {
	min-height:100vh;
	background: #fff;
}

#homeTop:before {
	z-index:1;
}


#homeTop .container {
	z-index:2;
	padding-top:111px;
}

#homeTop:after {
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-1;
}

.home .section {
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	position:relative;
}

.home .section:before {
	content:'';
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:50%;
	height:100%;
}

#homeTop {
	text-align:center;
}

#homeTop .fp-tableCell {
	vertical-align: middle !important;
	min-height:100vh;
	padding:0 !important;
}

#homeTop .container {
}

#homeTop h3 {
	text-transform:uppercase;
	font-size:19px;
	font-size:1.188em;
	margin:0px;
	letter-spacing:12px;
	display:inline-block;
	color: #808080;
}

#homeTop h2 {
	font-size:124px;
	font-size:7.750em;
	margin:20px 0;
	line-height:1;
	letter-spacing: 15px;
}

#homeTop h4 {
	font-size:30px;
	font-size:1.875em;
	margin:0;
	text-transform:none;
}

.homeSectionContent {
	position:relative;
}

.home .fp-tableCell {
	vertical-align:middle !important;
}

@media screen and (max-width:1350px) {
	.home .fp-tableCell {
		vertical-align:bottom !important;
	}
}

.homeSectionContent h2 {
	font-size:56px;
	font-size:3.500em;
	line-height:1.1;
	width:100%;
	max-width:800px;
	letter-spacing:3px;
	margin:30px 0;
}

.homeSectionContent > div {
	padding:20px 0 0;
	position:relative;
}

.homeSectionContent p {
	width:100%;
	max-width:600px;
	font-size:18px;
	font-size:1.125em;
}

.home .section:nth-child(even) .container {
	padding-right:55px;
}

.home .section:nth-child(odd) .container {
	padding-left:55px;
}

.home .section:nth-child(even) .fp-tableCell {
	padding-left:50% !important;
}

.home .section:nth-child(odd) .fp-tableCell {
	padding-right:50% !important;
}

.home .section .fp-tableCell:before {
	content:'';
	display:block;
	position:absolute;
	top:0;
	height:100%;
	width:50%;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}

.home .section:nth-child(even) .fp-tableCell:before {
	left:0;
}

.home .section:nth-child(odd) .fp-tableCell:before {
	right:0;
}

.home #home2 .fp-tableCell:before {
	background-image:url('../img/home-message-from-officers.jpg');
	background-position: top;

}

.home #home3 .fp-tableCell:before {
	background-image:url('../img/strategic-resource-management-home.jpg');
}

.home #home4 .fp-tableCell:before {
	background-image:url('../img/water-supply-reliability-home.jpg');
}
.home #home5 .fp-tableCell:before {
	background-image:url('../img/infrastructure-resiliency-home.jpg');
}
.home #home6 .fp-tableCell:before {
	background-image:url('../img/leadership-outreach-home.jpg');
	background-position: top;
}

.home #home7 .fp-tableCell:before {
	background-image:url('../img/financial-management-home.jpg');
}

.sectionNav {
	position:absolute;
	top:30px;
}

.home .section:nth-child(odd) .sectionNav {
	left:-50px;
}

.home .section:nth-child(even) .sectionNav {
	right:-50px;
}

.home .section:nth-child(even) .homeSectionContent {
	padding-right:50px;
}

.home .section:nth-child(odd) .homeSectionContent {
	padding-left:50px;
}

.sectionNav li {
	padding:10px 0;
}

.sectionNav a {
	line-height:1;
}

.sectionNav a:not(.active) {
	width:8px;
	height:8px;
	display:block;
	overflow:hidden;
	text-indent:-99999px;
	border-radius:50%;
	background:rgba(59,59,59,.6) !important;
}

.home .section a {
	font-size:12px;
	font-size:.75em;
	letter-spacing:1px;
	color: #000;
	font-weight:300;
}

.home .nextLinkWrapper a {
	padding:10px 0 10px 50px;
	display:inline-block;
	position:relative;
}

.home a.nextLinkWrapper {
	position:absolute;
	left:50%;
	bottom:65px;
	z-index:10;
}

.home a.nextLinkWrapper span {
	-ms-transform:translate(-50%,0);
	-webkit-transform:translate(-50%,0);
	-moz-transform:translate(-50%,0);
	transform:translate(-50%,0);
}

.homeSectionContent a i {
	margin-left:20px;
	-webkit-transition:margin .2s ease-in-out;
	transition:margin .2s ease-in-out;
}

.homeSectionContent a:hover i {
	margin-left:27px;
}

.home .nextLinkWrapper a span,
.home a.nextLinkWrapper span {
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:39px;
	height:39px;
	border-radius:50%;
	border:1px solid rgba(59,59,59,.5);
	background:rgba(59,59,59,.0);
	-webkit-transition:background .2s ease-in-out;
	transition:background .2s ease-in-out;
}

#homeTop .nextLinkWrapper span {


}

.backToTop {
	float:right;
}

.backToTop i {
	margin-right:5px;
}

.home .nextLinkWrapper a:hover span,
.home a.nextLinkWrapper:hover span {
	background:rgba(59,59,59,.3);
}

.home .nextLinkWrapper a span i,
.home a.nextLinkWrapper span i {
	line-height:1;
	position:absolute;
	left:50%;
	top:50%;
	-ms-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	font-size:14px;
	text-align:center;
	height:11px;
}

.home .homeSectionContent:before {
	content:'';
	display:block;
	margin:0 auto 20px;
	width:275px;
	height:25px;
	max-width:90%;
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	background-image: url('../img/pvad-2.png');
	-ms-transform:translate(25px, 0);
	-webkit-transform:translate(25px, 0);
	-moz-transform:translate(25px, 0);
	transform:translate(25px, 0);
}

.home .section:nth-child(odd) .homeSectionContent:before {
	-ms-transform:translate(-40px, 0);
	-webkit-transform:translate(-40px, 0);
	-moz-transform:translate(-40px, 0);
	transform:translate(-40px, 0);
}

.home .homeSectionContent:after,
.home .nextLinkWrapper p:last-child:after {
	content:'';
	position:absolute;
	width:100%;
	height:1px;
	display:block;
	background:#808080;
	left:0px;
}

.home .homeSectionContent:after {
	top:30px;
}

.home .nextLinkWrapper p:last-child {
	margin-bottom:0;
	padding-bottom:20px;
	position:relative;
}

.home .nextLinkWrapper p:last-child:after {
	bottom:0;
}

.section:last-child .nextLinkWrapper p {
	text-align:right;
}

.section:last-child .nextLinkWrapper p a {
	float:none;
	padding:0;
}


/*--------------------------------------------------------------
### Leadership
--------------------------------------------------------------*/
#byTheNumbersLeaders ul {
	font-size:1em;
}

#byTheNumbersLeaders span:last-child {
	font-size:20px;
}

#rateCaseTimeline .crimson {
	letter-spacing:0px;
}



/*--------------------------------------------------------------
### Agency Map
--------------------------------------------------------------*/

.overflow {
	position:relative;
	padding:0 120px;
	overflow:auto;
}

#agencyMapWrapper {
	padding-bottom:92%;
	position:relative;
	width:100%;
	font-size:16px;
	font-size:1em;
}

#agencyMapWrapper svg,
#agencyMapWrapper ul {
	max-width:9999px;
	width:100% !important;
	min-width:668px !important;
}

#agencyMapWrapper ul {
	position:absolute;
	height: 100%;
	margin-bottom:0;
	font-size:16px;
	font-size:1em;
}

#agencyMapWrapper li {
	position:absolute;
	padding-right:30px;
	font-size:12px;
	font-size:.75em;
}

#agencyMapWrapper li .circle {
	width:1.917em;
	height:1.917em;
	position:absolute;
	color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

#agencyMapWrapper li .circle span {
	position:absolute;
	top:50%;
	left:calc(50% + 1px);
	-ms-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}

#agencyMapWrapper li a.circle {
	background: #000;
	top:0;
	right:0;
	z-index:99;
}

#agencyMapWrapper li a + .mapContent {
	visibility:hidden;
	opacity:0;
	-webkit-transition:opacity .2s ease-in-out, visibility 0s linear .2s;
	transition:opacity .2s ease-in-out, visibility 0s linear .2s;
}

#agencyMapWrapper li a:hover + .mapContent,
#agencyMapWrapper li a:focus + .mapContent,
#agencyMapWrapper li .mapContent:hover,
#agencyMapWrapper li .mapContent.active {
	visibility:visible;
	opacity:1;
	-webkit-transition:opacity .2s ease-in-out, visibility 0s linear;
	transition:opacity .2s ease-in-out, visibility 0s linear;
	z-index:100;
}

.mapContent {
	background: #f1f4f6;
	padding:20px 15px 20px 50px;
	position:absolute;
	right:100%;
	line-height:1.3;
	-ms-transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	transform:translate(0,-50%);
	width:236px;
	-webkit-box-shadow: 5px 5px 11px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    5px 5px 11px 0px rgba(0, 0, 0, 0.25);
	box-shadow:         5px 5px 11px 0px rgba(0, 0, 0, 0.25);
}

.mapContent.lowMapContent {
	-ms-transform:translate(0,-100%);
	-webkit-transform:translate(0,-100%);
	-moz-transform:translate(0,-100%);
	transform:translate(0,-100%);
	margin-top:40px;
}

.mapContent:after {
	content:'';
	display:block;
	position:absolute;
	left:100%;
	top:50%;
	width:0px;
	height:0px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #f1f4f6;
}

.mapContent.lowMapContent:after {
	top:auto;
	bottom:20px;
}

.mapContent .circle {
	left: 15px;
	top:20px;
}

.mapContent address {
	font-style:normal;
	margin-bottom:0;
}

.mapContent span {
	display:block;
}

.mapFootnote  {
	line-height:1.6;
	font-size:18px;
	font-size:1.125em;
}

.mapFootnote h4 {
	font-weight:900;
	text-transform:none;
	margin-bottom:0;
	line-height:1.5;
	font-size:18px;
	font-size:1em;
}

address {
	font-style:normal;
}

.mapFootnote address {
	margin:0;
}

.mapFootnote span {
	display:block;
}

.mapFootnote .small {
	margin-top:1em;
	font-size:14px;
	font-size:0.875em;
}

/*--------------------------------------------------------------
### Infrastructure
--------------------------------------------------------------*/

.pipeGraphicWrap {
	padding: 75px 0;
	background-position:bottom;
	background-size:cover;
	text-align:center;
}

.pipeGraphicWrap .container > div {
	background-color: #E6E1DF;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow:    0px 0px 15px 0px rgba(0, 0, 0, 0.35);
	box-shadow:         0px 0px 15px 0px rgba(0, 0, 0, 0.35);
	padding:20px;
}

.pipeGraphicWrap h3 {
	text-align:center;
	font-size:30px;
	font-size:1.875em;
	margin-bottom:0;
}

.pipeGraphicWrap h4 {
	margin-top:10px;
	font-size:20px;
	font-size:1.25em;
	letter-spacing:5px;
}


/*--------------------------------------------------------------
### Water Diversification
--------------------------------------------------------------*/

#waterSourcesTable .darkBlueBG * {
	text-align:center !important;
	vertical-align:bottom;
}

#waterSourcesTable sup {
	vertical-align:baseline !important;
}

#waterSourcesTable th th {
	padding-bottom:0 !important;
}

#waterSourcesTable .innerTableHeading {
	padding-bottom: 10px !important;
}

.rainfallChartWrap {
	padding:75px 0;
}

.rainfallChartWrap h3 {
	margin-bottom:0;
	font-size: 24px;
	font-size: 1.5em;
}

.rainfallChartWrap h5 {
	margin-top:10px;
}

.rainfallChartWrap h3,
.rainfallChartWrap h5 {
	text-transform:none;
}

.pieChartWrap {
	text-align:center;
	position:relative;
	padding:30px;
	width:750px;
	max-width:100%;
	margin:40px auto;
}

.pieChartWrap h3 {
	font-size:24px;
	font-size:1.5em;
	color: #5d6166;
}

.pieChartWrap li {
	display:inline-block;
	padding:0 10px;
}

.pieChartWrap li a {
	color: #075065;
	opacity:1;
}

.pieChartWrap li a:hover {
	opacity:.8;
}

.pieChartWrap li a.active {
	font-weight:600;
	border-bottom:2px solid;
}

.pieChartWrap > div {
	position:relative;
	padding-bottom:65%;
}

.pieChartWrap > div > svg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


/*--------------------------------------------------------------
### Awards
--------------------------------------------------------------*/
.awardsList li {
	padding-bottom:20px;
}

.awardsList li:last-child {
	padding-bottom:0;
}



/*--------------------------------------------------------------
### Message from the Officers
--------------------------------------------------------------*/

#byTheNumbers span {
	font-size:20px;
	font-size:1.25em;
}
.officers {
	text-transform:uppercase;
	letter-spacing: 1px;
	text-align:center;
	display: -webkit-flex; display: -ms-flexbox; display: flex; justify-content: space-evenly; -ms-flex-align:center;


}
.officers img {
	padding: 10px;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/



/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
#masthead {
	position:fixed;
	top:0;
	z-index:600;
	background:none;
	-webkit-transition:background .2s ease-in-out;
	transition:background .2s ease-in-out;
	background:#fff;
}

#masthead .container {
	width:1330px;
}

.site-branding {
	display:block;
	width:323px;
	height:71px;
	-webkit-transition:width .2s ease-in-out, height .2s ease-in-out;
	transition:width .2s ease-in-out, height .2s ease-in-out;
}

.sub-page #masthead .site-branding {
	width:230px;
	height:51px;
}

#masthead.scrolledHeader .site-branding,
.home:not(.fp-viewing-section1) .site-branding {
	width: 200px;
	height: 45px;
}

.site-title,
.site-title a {
	width:100%;
	height:100%;
	margin:0;
}

.site-title a {
	overflow:hidden;
	text-indent:-999999px;
	position:relative;
	display:block;
}

.site-title svg {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:auto;
}

.home .site-tagline {
	display:none;
}

.site-tagline {
	position:absolute;
	left:50%;
	top:50%;
	-ms-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	width:286px;
	height:65px;
	overflow:hidden;
	text-indent:-99999px;
	background-image: url('../img/pvad.png');
	background-size:contain;
	background-position:center bottom;
	background-repeat:no-repeat;
	-webkit-transition:width .2s ease-in-out, height .2s ease-in-out;
	transition:width .2s ease-in-out, height .2s ease-in-out;
}

.scrolledHeader .site-tagline {
	width:150px;
	height:30px;
}
}

#masthead .container {
	background:none;
	-webkit-transition:padding .2s ease-in-out;
	transition:padding .2s ease-in-out;
}

#masthead .container:after {
	display:block;
	content:'';
	position:absolute;
	left:50%;
	bottom:0;
	width:1200px;
	max-width:calc(100% - 40px);
	-ms-transform:translate(-50%,0);
	-webkit-transform:translate(-50%,0);
	-moz-transform:translate(-50%,0);
	transform:translate(-50%,0);
	height:1px;
	background:#808080;
	-webkit-transition:opacity .2s ease-in-out;
	transition:opacity .2s ease-in-out;
	opacity:1;
}

.home #masthead .container:after {
	display:none;
}

#masthead.scrolledHeader .container:after {
	opacity:0;
}

#masthead.scrolledHeader .container,
.home:not(.fp-viewing-section1) #masthead .container {
	padding: 10px 20px;
}

.pageHeader {
	height:512px;
	position:relative;
	background-position:center;
	background-size:100%;
	color: #fff;
}

.pageHeader .container {
	position:absolute;
	left:50%;
	bottom:45px;
	-ms-transform:translate(-50%,0);
	-webkit-transform:translate(-50%,0);
	-moz-transform:translate(-50%,0);
	transform:translate(-50%,0);
}

.pageHeader h2 {
	font-size:18px;
	font-size:1.125em;
	text-transform:uppercase;
	line-height:1.2;
	padding:0 5px 5px;
	border-bottom:1px solid rgba(255,255,255,.4);
	display:inline-block;
	letter-spacing:6px;
}

.pageHeader h1 {
	font-size:50px;
	font-size:3.125em;
	line-height:1.2;
	margin:0;
	width:100%;
	max-width:700px;
	letter-spacing: .075em;
}

.pageHeaderCaption {
	font-size:15px;
	font-size:0.938em;
	letter-spacing:1px;
}
/*--------------------------------------------------------------
 ## Header-text
--------------------------------------------------------------*/

.perfect-square{
	margin: 20px 150px 50px 60px;
	width: 400px;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

#colophon {
	background: #1a1a1a;
	color: #979797;
	font-size:10px;
	font-size:0.625em;
	padding-bottom:40px;
}

#colophon p {
	margin:0;
}

#colophon a {
	position:absolute;
	right:20px;
	top:50%;
	-ms-transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	transform:translate(0,-50%);
	color: #979797;
	border-bottom:none !important;
}

.home .nextPageLink {
	display:none;
}

.nextPageLink {
	padding:8px 20px;
	background:#e6edef;
	color: #2d5894;
	position:fixed;
	right:20px;
	bottom:20px;
	font-size:11px;

	font-size:0.688em;
	border-bottom:none !important;
	z-index:599;
	visibility:hidden;
	opacity:0;
	-webkit-transition:opacity .2s ease-in-out, visibility 0s linear .2s;
	transition:opacity .2s ease-in-out, visibility 0s linear .2s;
}

.nextPageLink.active {
	visibility:visible;
	opacity:1;
	-webkit-transition:opacity .2s ease-in-out, visibility 0s linear;
	transition:opacity .2s ease-in-out, visibility 0s linear;
}

.nextPageLink:hover {
	opacity:.8;
}

.nextPageLink i {
	font-size:1.4em;
	margin-left:5px;
}


/*--------------------------------------------------------------
## Modals
--------------------------------------------------------------*/

.modal {
	width:100%;
	height:100%;
	top:0;
	left:0;
	margin:0 auto;
	position:fixed;
	z-index:999999;
	display:none;
}

.modal > span {
	width:100%;
	height:100%;
	z-index:-1;
	display:block;
	background:rgba(0,0,0,.5);
	position:absolute;
}

.modalContent {
	width:90%;
	max-width:800px;
	max-height:90%;
	overflow-y:auto;
	position:absolute;
	top:50%;
	left:50%;
	-ms-transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	padding:30px;
	z-index:99999;
	background: #fff;
}

.modalContent > h2:nth-child(2n) {
	margin-top:0;
}

.modalClose {
	display:inline-block;
	text-align:center;
	position:absolute;
	top:0;
	right:0;
	padding:10px;
	border-bottom:none !important;
}

.modalLink {
	position:relative;
	display:inline-block;
}

.enlarge {
	background:rgba(255,255,255,.8);
	width:2em;
	height:2em;
	font-size:32px;
	font-size:2em;
}

.enlarge,
.enlarge i {
	position:absolute;
	top:50%;
	left:50%;
	-ms-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}



/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
	margin:1.5em 0;
}

.youtubeWrapper {
	position:relative;
	padding-bottom:56.1%;
	width:100%;
	margin:1.5em 0;
}

.youtubeWrapper iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	margin:0;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/


@media only screen and (max-width : 1330px) {
	#masthead + .navToggle {
		right: 20px;
	}

	.home .section:not(#homeTop) .container {
		margin: 0 0;
		width:1250px;
	}
}

@media only screen and (max-width : 1024px) {
	.laptop-oneFull {
		width: 100% !important;
	}

	.laptop-oneHalf {
		width: 50% !important;
	}

	.laptop-oneThird {
		width: 33.333333% !important;
	}

	.laptop-twoThirds {
		width: 66.66666% !important;
	}

	.laptop-oneQuarter {
		width: 25% !important;
	}

	.laptop-threeQuarters {
		width: 75% !important;
	}

	.laptop-oneFifth {
		width: 20% !important;
	}

	.laptop-twoFifths {
		width: 40% !important;
	}

	.laptop-threeFifths {
		width: 60% !important;
	}

	.laptop-fourFifths {
		width: 80% !important;
	}

	.laptop-oneSixth {
		width: 16.66666% !important;
	}

	.laptop-fiveSixths {
		width: 83.33333% !important;
	}

	.offset-laptop-none {
		margin-left: 0 !important;
	}

	.offset-laptop-oneHalf {
		margin-left: 50% !important;
	}

	.offset-laptop-oneThird {
		margin-left: 33.33333333% !important;
	}

	.offset-laptop-twoThirds {
		margin-left: 66.66666666% !important;
	}

	.offset-laptop-oneQuarter {
		margin-left: 25% !important;
	}

	.offset-laptop-threeQuarters {
		margin-left: 75% !important;
	}

	.offset-laptop-oneFifth {
		margin-left: 20% !important;
	}

	.offset-laptop-twoFifths {
		margin-left: 40% !important;
	}

	.offset-laptop-threeFifths {
		margin-left: 60% !important;
	}

	.offset-laptop-fourFifths {
		margin-left: 80% !important;
	}

	.offset-laptop-oneSixth {
		margin-left: 16.66666666% !important;
	}

	.offset-laptop-fiveSixths {
		margin-left: 83.33333333% !important;
	}

	.offset-laptop-oneEighth {
		margin-left: 12.5%;
	}

	.offset-laptop-oneTenth {
		margin-left: 10%;
	}

	.offset-laptop-oneTwelfth {
		margin-left: 8.333333333%;
	}

	.laptop-noFlex {
		display: block;
	}

	.section .fp-tableCell > .container:first-child {
		margin-top:50px !important;
	}

	.homeSectionContent h2 {
		font-size: 2.5em;
		margin-bottom:0;
	}

	.captionedImageWrap > div {
		width: 100% !important;
		min-height: 60vw !important;
	}

	.thinContainer,
	.overflow {
		padding-left: 50px;
		padding-right: 50px;
	}

	.nextPageLink {
		overflow: hidden;
		padding: 10px;
	}

	.nextPageLink span {
		position: absolute;
		left: 200vw;
	}

	.nextPageLink i {
		margin-left: 0;
		line-height: .5;
		display: block;
	}

	.perfect-square {
		margin: 20px 150px 50px 116px;
		width: 400px;

	}


}

@media only screen and (max-width : 960px ) {
	.accordionCallout {
		width:calc(100% + 100px) !important;
		left:-50px !important;
	}

	.perfect-square{
		margin: 0px 0px 0px 0px;
		width: 100%;
	}

	.site-tagline{
		display: none;  !important;
	}


	.message-from-the-officers .pageHeader {
		background-image:url(../img/page-header-board-mobile.jpg) !important;
		background-position:center;
	}
	.strategic-resource-management .pageHeader {
		background-image:url(../img/page-header-resource-mangement-mobile.jpg) !important;
		background-position:top;
	}
	.water-supply-reliability .pageHeader {
		background-image:url(../img/page-header-water-supply-reliability-mobile.jpg) !important;
		background-position:top;
	}
	.infrastructure-resiliency .pageHeader {
		background-image:url(../img/page-header-infrastructure-resiliency-mobile.jpg) !important;
		background-position:top;
	}
	.leadership-outreach .pageHeader {
		background-image:url(../img/page-header-leadership-outreach-mobile.jpg) !important;
		background-position:top;
	}
	.financial-management .pageHeader {
		background-image:url(../img/page-header-financial-management-mobile.jpg) !important;
		background-position:top;
	}
	.member-agency-map .pageHeader {
		background-image:url(../img/page-header-member-agency-map-mobile.jpg) !important;
		background-position:top;
	}
	.awards .pageHeader {
		background-image:url(../img/page-header-awards-mobile.jpg) !important;
		background-position:top;
	}
	.give-us-feedback .pageHeader {
		background-image:url(../img/page-header-give-us-feedback-mobile.jpg) !important;
		background-position:top;
	}
	.contact .pageHeader {
		background-image:url(../img/page-header-contact-mobile.jpg) !important;
		background-position:top;
	}
	.subscribe .pageHeader {
		background-image:url(../img/page-header-subscribe-mobile.jpg) !important;
		background-position: bottom;
	}
	.site-map .pageHeader {
		background-image:url(../img/page-header-sitemap-mobile.jpg) !important;
		background-position:top;
	}

	#masthead .container:after {
		display:none;
	}

	.sub-page #page {
		padding-top:0;
	}

	.sub-page #masthead:not(.scrolledHeader) {
		background: none;
	}

	.site-title svg path {
		-webkit-transition: fill .2s ease-in-out;
		transition: fill .2s ease-in-out;
	}

	.sub-page #masthead:not(.scrolledHeader) .site-title svg path {
		fill: #fff;
	}

	.sub-page #masthead:not(.scrolledHeader) + .navToggle {
		color: #fff;
	}

	.sub-page .navToggle div span,
	.sub-page .navToggle div:before,
	.sub-page .navToggle div:after {
		background: #fff;
	}

}


/* iPad Navigation */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {

}


@media only screen and (max-width : 768px) {

	.tablet-noFlex {
		display:block;
	}

	.tablet-oneFull { width:100% !important;	}

	.tablet-oneHalf { width:50% !important; }

	.tablet-oneThird { width:33.333333% !important; }

	.tablet-twoThirds { width:66.66666% !important; }

	.tablet-oneQuarter { width:25% !important; }

	.tablet-threeQuarters { width:75% !important; }

	.tablet-oneFifth { width:20% !important; }

	.tablet-twoFifths { width:40% !important; }

	.tablet-threeFifths { width:60% !important; }

	.tablet-fourFifths { width:80% !important; }

	.tablet-oneSixth { width:16.66666% !important; }

	.tablet-fiveSixths { width:83.33333% !important; }

	.offset-tablet-none {
		margin-left:0% !important;
	}

	.offset-tablet-oneHalf {
		margin-left:50% !important;
	}

	.offset-tablet-oneThird {
		margin-left: 33.33333333% !important;
	}

	.offset-tablet-twoThirds {
		margin-left: 66.66666666% !important;
	}

	.offset-tablet-oneQuarter {
		margin-left:25% !important;
	}

	.offset-tablet-threeQuarters {
		margin-left:75% !important;
	}

	.offset-tablet-oneFifth {
		margin-left: 20% !important;
	}

	.offset-tablet-twoFifths {
		margin-left:40% !important;
	}

	.offset-tablet-threeFifths {
		margin-left:60% !important;
	}

	.offset-tablet-fourFifths {
		margin-left: 80% !important;
	}

	.offset-tablet-oneSixth {
		margin-left: 16.66666666% !important;
	}2.500em

		  .offset-tablet-fiveSixths {
			  margin-left: 83.33333333% !important;
		  }

	.offset-tablet-oneEighth {
		margin-left: 12.5%;
	}

	.offset-tablet-oneTenth {
		margin-left: 10%;
	}

	.offset-tablet-oneTwelfth {
		margin-left: 8.333333333%;
	}

	table {
		font-size:15px;
		font-size:0.938em;
	}

	.pageHeader {
		height: 450px;
	}

	.pageHeader h1 {
		font-size: 45px;
		font-size:2.813em;
	}

	#masthead svg path {
		-webkit-transition:fill .2s ease-in-out;
		transition:fill .2s ease-in-out;
	}

	#page {
		padding-top:0;
	}

	.home .section:nth-child(even) .fp-tableCell,
	.home .section:nth-child(odd) .fp-tableCell{
		padding-left:0 !important;
		padding-right:0 !important;
		padding-top:50vw;
		vertical-align:middle !important;
	}

	.home .section .fp-tableCell:before {
		width:100%;
		height:50vw;
		top:0;
		left:0;
	}

	.section .fp-tableCell > .container:first-child {
		margin-top:10px !important;
	}

	.home .section .container {
		padding-left:20px !important;
		padding-right:20px !important;
	}

	#byTheNumbers span,
	.calloutWrap span {
		font-size: 18px;
		font-size:1.125em;
	}

	.calloutWrap span.large {
		font-size: 40px !important;
		font-size: 2.500em !important;
	}

	.calloutWrap span.extraLarge {
		font-size: 50px;
		font-size:3.125em;
	}

	#site-navigation > div {
		padding: 65px 20px 0 40px;
	}

	#site-navigation .navToggle {
		top: 25px;
	}

	#site-navigation ul:not(.socialList) li {
		padding: .2em 0;
	}

	#site-navigation ul:not(.socialList) {
		margin-bottom: 20px;
	}

	video#bgvid {
		display:none;

	}

	#homeTop {
		background-color: #FFFFFF;
		background-size: cover;
	}

	#homeTop:after {
		z-index:0;
	}

	#homeTop .container {
		position:relative;
		z-index:1;
	}

	#homeTop h2 {
		font-size: 90px;
		font-size: 5.625em;
		letter-spacing:10px;
	}

	#agencyMapWrapper {
		padding-bottom: 615px;
	}

}

@media only screen and (max-width : 650px) {

	.small-oneFull { width:100% !important; }

	.small-oneHalf { width:50% !important; }

	.small-oneThird { width:33.333333% !important; }

	.small-twoThirds { width:66.66666% !important; }

	.small-oneQuarter { width:25% !important; }

	.small-threeQuarters { width:75% !important; }

	.small-oneFifth { width:20% !important; }

	.small-twoFifths { width:40% !important; }

	.small-threeFifths { width:60% !important; }

	.small-fourFifths { width:80% !important; }

	.small-oneSixth { width:16.66666% !important; }

	.small-fiveSixths { width:83.33333% !important; }

	.offset-small-none {
		margin-left:0 !important;
	}

	.offset-small-oneHalf {
		margin-left:50% !important;
	}

	.offset-small-oneThird {
		margin-left: 33.33333333% !important;
	}

	.offset-small-twoThirds {
		margin-left: 66.66666666% !important;
	}

	.offset-small-oneQuarter {
		margin-left:25% !important;
	}

	.offset-small-threeQuarters {
		margin-left:75% !important;
	}

	.offset-small-oneFifth {
		margin-left: 20% !important;
	}

	.offset-small-twoFifths {
		margin-left:40% !important;
	}

	.offset-small-threeFifths {
		margin-left:60% !important;
	}

	.offset-small-fourFifths {
		margin-left: 80% !important;
	}

	.offset-small-oneSixth {
		margin-left: 16.66666666% !important;
	}

	.offset-small-fiveSixths {
		margin-left: 83.33333333% !important;
	}

	.offset-small-oneEighth {
		margin-left: 12.5%;
	}

	.offset-small-oneTenth {
		margin-left: 10%;
	}

	.offset-small-oneTwelfth {
		margin-left: 8.333333333%;
	}

	.small-noFlex {
		display:block;
	}

	table {
		font-size:13px;
		font-size:0.813em;
	}

	.tableWrap {
		width: 100%;
		overflow: auto;
	}

	.site-branding {
		width: 230px;
		height: 52px;
	}

	.sectionNav {
		display:none;
	}

	.home .section:not(#homeTop) .container {
		padding-left: 20px;
		padding-right:20px;
	}

	.home .section:nth-child(even) .homeSectionContent,
	.home .section:nth-child(odd) .homeSectionContent {
		padding-right:0;
		padding-left:0;
	}

	.homeSectionContent h2 {
		font-size: 1.80em;
		line-height: 1.2;
		width: 100%;
		max-width: 800px;
	}

	.homeSectionContent > div {
		padding-top:0;
	}

	.pageHeader h1 {
		font-size: 30px;
		font-size:1.875em;
	}

	.pageHeader h2 {
		font-size: 12px;
		font-size:.75em;
	}

	.pageHeader {
		height: 300px;
	}

	.pageHeader .container {
		bottom:0;
	}

	.subPageContent {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.thinContainer,
	.overflow {
		padding-left:30px;
		padding-right:30px;
	}

	.accordionCallout {
		width: calc(100% + 60px) !important;
		left: -30px !important;
	}

	#homeTop .container {
		padding-top:20px;
	}

}

@media only screen and (max-width : 480px) {
	.phone-oneFull { width:100% !important; }

	.phone-oneHalf { width:50% !important; }

	.phone-oneThird { width:33.333333% !important; }

	.phone-twoThirds { width:66.66666% !important; }

	.phone-oneQuarter { width:25% !important; }

	.phone-threeQuarters { width:75% !important; }

	.phone-oneFifth { width:20% !important; }

	.phone-twoFifths { width:40% !important; }

	.phone-threeFifths { width:60% !important; }

	.phone-fourFifths { width:80% !important; }

	.phone-oneSixth { width:16.66666% !important; }

	.phone-fiveSixths { width:83.33333% !important; }

	.offset-phone-none {
		margin-left:0% !important;
	}

	.offset-phone-oneHalf {
		margin-left:50% !important;
	}

	.offset-phone-oneThird {
		margin-left: 33.33333333% !important;
	}

	.offset-phone-twoThirds {
		margin-left: 66.66666666% !important;
	}

	.offset-phone-oneQuarter {
		margin-left:25% !important;
	}

	.offset-phone-threeQuarters {
		margin-left:75% !important;
	}

	.offset-phone-oneFifth {
		margin-left: 20% !important;
	}

	.offset-phone-twoFifths {
		margin-left:40% !important;
	}

	.offset-phone-threeFifths {
		margin-left:60% !important;
	}

	.offset-phone-fourFifths {
		margin-left: 80% !important;
	}

	.offset-phone-oneSixth {
		margin-left: 16.66666666% !important;
	}

	.offset-phone-fiveSixths {
		margin-left: 83.33333333% !important;
	}

	.offset-phone-oneEighth {
		margin-left: 12.5%;
	}

	.offset-phone-oneTenth {
		margin-left: 10%;
	}

	.offset-phone-oneTwelfth {
		margin-left: 8.333333333%;
	}

	table {
		max-width:100%;
		font-size:11px;
		font-size:0.688em;
	}

	#homeTop h2 {
		font-size: 60px;
		font-size:3.750em;
	}

	#homeTop h4 {
		font-size: 25px;
		font-size:1.563em;
	}

	#masthead + .navToggle > span {
		display:none;
	}

	.pageHeaderCaption {
		font-size:12px;
		font-size:0.75em;
		letter-spacing:0px;
	}

	.home .homeSectionContent:before {
		display:none;
	}

	.homeSectionContent {
		padding-top:30px;
	}

	.homeSectionContent h2 {
		margin-bottom:0;
	}


	.home .nextLinkWrapper a {
		float:none;
	}

	.home .nextLinkWrapper a.backToTop {
		padding-left:0;
		display: block;
		margin-top: 10px;
		width: 100px;
	}
	.officers {
		width: 100% !important;
		display:block !important;
	}



@media only screen and (max-width : 320px) {
	.smallphone-oneFull { width:100% !important; }

	.smallphone-oneHalf { width:50% !important; }

	.smallphone-oneThird { width:33.333333% !important; }

	.smallphone-twoThirds { width:66.66666% !important; }

	.smallphone-oneQuarter { width:25% !important; }

	.smallphone-threeQuarters { width:75% !important; }

	.smallphone-oneFifth { width:20% !important; }

	.smallphone-twoFifths { width:40% !important; }

	.smallphone-threeFifths { width:60% !important; }

	.smallphone-fourFifths { width:80% !important; }

	.smallphone-oneSixth { width:16.66666% !important; }

	.smallphone-fiveSixths { width:83.33333% !important; }

	.offset-smallphone-none {
		margin-left:0% !important;
	}

	.offset-smallphone-oneHalf {
		margin-left:50% !important;
	}

	.offset-smallphone-oneThird {
		margin-left: 33.33333333% !important;
	}

	.offset-smallphone-twoThirds {
		margin-left: 66.66666666% !important;
	}

	.offset-smallphone-oneQuarter {
		margin-left:25% !important;
	}

	.offset-smallphone-threeQuarters {
		margin-left:75% !important;
	}

	.offset-smallphone-oneFifth {
		margin-left: 20% !important;
	}

	.offset-smallphone-twoFifths {
		margin-left:40% !important;
	}

	.offset-smallphone-threeFifths {
		margin-left:60% !important;
	}

	.offset-smallphone-fourFifths {
		margin-left: 80% !important;
	}

	.offset-smallphone-oneSixth {
		margin-left: 16.66666666% !important;
	}

	.offset-smallphone-fiveSixths {
		margin-left: 83.33333333% !important;
	}

	.offset-smallphone-oneEighth {
		margin-left: 12.5%;
	}

	.offset-smallphone-oneTenth {
		margin-left: 10%;
	}

	.offset-smallphone-oneTwelfth {
		margin-left: 8.333333333%;
	}

	#homeTop h4 {
		font-size: 18px;
		font-size: 1.125em;
	}

	.homeSectionContent h2 {
		font-size: 27px;
		font-size:1.688em;
	}

	#homeTop h3 {
		font-size:12px;
		font-size:.75em;
	}

	.officers {
		width: 100% !important;
		display:block !important;
	}

}