/*--------------------------------------------------------------
>>> 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,
.navToggle,
.home .section,
.bx-controls-direction a:hover,
.whiteColor,
.darkBlueBG,
.darkBlueBG *,
.midBlueBG,
.lightBlueBG,
.smallCallout { color: #fff;}
.navToggle div span,
.navToggle div:before, 
.navToggle div:after,
.whiteBG,
body { background: #fff; }

/* Black */
.blackColor,
.accordionWrap li > h3 a:hover,
body { color: #000;}
.blackBG { background: #000; }

/* Navy Blue */
.accordionWrap li > h3 a,
.awardsList span,
.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: #eceff3; }


/* ------- TABLE COLORS --------- */
/* Navy Blue */
a { color: #1E5D80; }
.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;
}

big {
	font-size: 125%;
}

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

.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;
}

.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: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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: #1e5d80;
    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(7,80,101,.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: #44a0bb;	
}

.navToggle:hover div:before,
.navToggle:hover div:after,
.navToggle:hover div span {
	background: #44a0bb !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: #44a0bb;
}

#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%;	
}

#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;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center; 	
	-webkit-align-content:center;
	align-content:center;
	-webkit-flex-wrap: wrap; /* Safari 6.1+ */ 
	flex-wrap: wrap;
	position:relative;	
}

.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%;
	max-width:300px;
	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
--------------------------------------------------------------*/

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

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

video#bgvid {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	object-fit: cover;
	background:url(../img/background-home-1.jpg) no-repeat;
	background-size: cover;
}

#homeTop .container {
	z-index:2;	
}

#homeTop:after {
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.3);
	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;
	background:rgba(0,0,0,.3);
	left:0;
	top:0;
	width:100%;
	height:100%;
}

#homeTop {
	text-align:center;
}	

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

#homeTop h3 {
	text-transform:uppercase;
	font-size:19px;
	font-size:1.188em;
	margin:0;
	letter-spacing:5px;
	padding:0 3px 5px;
	border-bottom:1px solid rgba(255,255,255,.6);
	display:inline-block;
}

#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 h2 {
	font-size:56px;
	font-size:3.500em;
	line-height:1.2;
	width:100%;
	max-width:800px;
	letter-spacing:3px;
}

.homeSectionContent > div {
	border-top:.25pt solid rgba(255,255,255,.4);
	border-bottom:.25pt solid rgba(255,255,255,.4);
	padding:20px 0;
	position:relative;
}

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

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

.sectionNav {
	position:absolute;	
	left:-100px;
	top:30px;
}

.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%;
	border:2px solid rgba(255,255,255,.6) !important;
}

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

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

.home a.nextLinkWrapper {
	position:absolute;
	left:50%;
	bottom:60px;
	-ms-transform:translate(-50%,0);
	-webkit-transform:translate(-50%,0);
	-moz-transform:translate(-50%,0);
	transform:translate(-50%,0);	
	z-index:10;
}

.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(255,255,255,.5);
	background:rgba(255,255,255,.0);
	-webkit-transition:background .2s ease-in-out;
	transition:background .2s ease-in-out;
}

.backToTop {
	float:right;	
}

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

.home .nextLinkWrapper a:hover span,
.home a.nextLinkWrapper:hover span {
	background:rgba(255,255,255,.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;	
}




/*--------------------------------------------------------------
### 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:rgba(255,255,255,.95);
	-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;	
}


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


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



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

#masthead .container {
	width:1330px;	
}

#masthead.scrolledHeader {
	background:#fff;
}

.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;
}

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

#masthead:not(.scrolledHeader) svg path {
	fill:#fff;
}

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

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

.pageHeader {
	height:650px;
	position:relative;	
	background-position:center;
	background-size:cover;
	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;	
}

/*--------------------------------------------------------------
## 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: #075065;	
	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 {
    padding-left: 120px;
    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;	
}

.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;
}

}

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


.message-from-the-officers .pageHeader {
	background-image:url(../img/page-header-board-mobile.jpg) !important; 
	background-position:top;		
}
}

/* 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;
}


#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:url(../img/background-home-1.jpg) no-repeat;
	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;
}

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

.homeSectionContent h2 {
    font-size: 35px;
	font-size:2.188em;
}

.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;
}

}
 
@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;	
}

}

@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;
}

}