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

/* ------- Screen COLORS --------- */

/* Blue */
.accordionWrapBlue li > h3 a,
.subPageContent > p:first-child,
.blueColor  { color: rgb(0,103,161);}

/* Orange */
.accordionWrapOrange li > h3 a,
.orangeColor  { color: rgb(244,125,43);}

/* Green */
.accordionWrapGreen li > h3 a,
.awardsList span,
.greenColor {  color: rgb(124,175,64); }

.brightblueColor,
{
	color: rgb(40,165,222);
}

.yellowColor
{
	color: rgb(246,196,90);
}

.redColor
{
	color: rgb(240,81,73);
}


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

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

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

/*--------------------------------------------------------------
# Background colors
--------------------------------------------------------------*/
.lightBlue
{
background-color: #e5f0f6;
}
.lightOrange
{
	background-color: #fef9ef;
}
.lightGreen
{
	background-color: #f2f7ec;
}
.lightBrightBlue
{
	background-color: #eaf6fc;
}
.lightYellow
{
	background-color: #fef8eb;
}
.lightRed
{
	background-color: #fef2ea;
}

/*--------------------------------------------------------------
# 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,
.accordionWrap li > div > h3
{
	font-weight: bold  !important;
}

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:1.2em;
	font-family: 'Adobe Garamond Pro', 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: "Adobe Garamond Pro", 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,
.AdobeGaramondPro,
.home .section h2,
.home .section a,
.pageHeader,
.calloutWrap,
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.AdobeGaramondPro,
.calloutWrap h3.oswaldLight,
body,
.pageHeader h2,
.calloutWrap h3 {
	font-family: adobe-garamond-pro, serif;
}

h1,
.title,
.navToggle,
#site-navigation a,
.accordionWrap li > div > h3,
.nextSectionLink a,
#homeTop h4,
#homeTop .bottomContainer a:first-child,
.home .homeSectionContent h2,
.home .homeSectionContent > div + p a,
.home .section .nextSection,
.home .section a.backToTop,
table,
.smallCallout p.footnote,
.printIcon,
.mapContent,
a.documentLink,
a.sidebarLink,
.mapFootnote h4,
.mapFootnote,
.home .section .sectionNav a
{
	font-family: montserrat, sans-serif;
	font-weight: 600;
	text-transform:uppercase;
}

.pageHeader h2 span,
#site-navigation a,
.pageHeader h1,# h4
.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;
}
.AdobeGaramondPro,
.calloutWrap .large,
.tableWrap h3 {
	font-weight:400;
}

.AdobeGaramondItalic {
	font-style:italic;
}

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

table,
.smallCallout p.footnote,
.printIcon,
.mapContent,
a.documentLink,
a.sidebarLink,
.mapFootnote h4,
.mapFootnote  {
	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: rgb(40,165,222);
	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(0, 48, 108, .95);
}

#masthead + .navToggle {
	display:block;
	position:fixed;
	top:40px;
	right:calc(((100% - 1200px) / 2) + 20px);
	-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:108px;
	overflow-x:hidden;
}

#content {
	overflow-x:hidden;
}

#primary {
	overflow:hidden;
}

.container3
{
	padding:20px;
	width:1200px;
	max-width:100%;
	margin:0 auto;
	position:relative;
	box-sizing:border-box;
	background: #28A5DE;
}

.container2 {
	width:100%;
	max-width:100%;
	margin:0 auto;
	position: relative;
	box-sizing:border-box;
	background: #28A5DE;
	color: white;
	text-align: right;
}

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

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

.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:first-child {
	font-size:32px;
	font-size:2em;
	line-height:1.4;
}

.subPageContent p,
.subPageContent ul,
.subPageContent ol {
	font-size:22px;
	font-size:1.375em;
}

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

/* ------- Bubbles ---------- */
.message-from-the-officers .videos:before,
.sub-page .subPageContent:before,
.sub-page .subPageContent:after,
.sub-page .pageHeader .container:before,
.sub-page .pageHeader .container:after,
.sub-page .pageHeader .borderLeft:after,
.sliderWrapper .bubble:after,
.sliderWrapper .bubble:before,
#home2 .container:before,
#home2 .container:after,
#home3 .container:before,
#home4 h2:after,
#home5 h2:after,
#home6 .img:before,
#home6 .container:before,
#home7 h2:after {
	content:'';
	display:block;
	position:absolute;
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}

.message-from-the-officers .videos:before,
.bubbleStyle1 .subPageContent:before,
.sliderWrapper .bubble:after,
#home2 .container:before,
.bubbleStyle2 .pageHeader .borderLeft:after,
.bubbleStyle3 .pageHeader .container:after {
	background-image:url(../img/water-drops-1.png);
}

.sliderWrapper .bubble:before {
	background-image:url(../img/water-drops-2.png);
}

#home3 .container:before,
#home6 .img:before,
.diversification-conservation .subPageContent:after {
	background-image:url(../img/water-drops-3.png);
}

#home7 h2:after{
	background-image:url(../img/water-drops-4.png);
}

.bubbleStyle1 .subPageContent:after,
#home5 h2:after {
	background-image:url(../img/water-drop-large-white.png);
}

.blueBubble .pageHeader .container:before,
#home2 .container:after{
	background-image:url(../img/water-drop-large-blue.png);
}

#home4 h2:after,
.greenBubble .pageHeader .container:before{
	background-image:url(../img/water-drop-large-green.png);
}

#home6 .container:before,
.orangeBubble .pageHeader .container:before {
	background-image:url(../img/water-drop-large-orange.png);
}

.brightBlueBubble .pageHeader .container:before {
	background-image:url(../img/water-drop-large-brightblue.png);
}

.redBubble .pageHeader .container:before {
	background-image:url(../img/water-drop-large-red.png);
}

.sliderWrapper .bubble:before {
	width:200%;
	height:200%;
	top:50%;
	left:50%;
	-ms-transform:translate(-53%,-60%);
	-webkit-transform:translate(-53%,-60%);
	-moz-transform:translate(-53%,-60%);
	transform:translate(-53%,-60%);
}

.sliderWrapper .bubble:after {
	width:30%;
	height:30%;
	left:90%;
	top:78%;
}

#home2 .container:before{
	width:14%;
	padding-bottom:13%;
	left:-10%;
	bottom: 0;
	-ms-transform:translate(0,50%);
	-webkit-transform:translate(0,50%);
	-moz-transform:translate(0,50%);
	transform:translate(0,50%);
}

#home2 .container:after {
	width:33%;
	padding-bottom:30%;
	bottom:0;
	right:0;
	background-size:103% auto;
	background-position:top right;
}

#home3 .container:before {
	width:160px;
	height:150px;
	bottom:20px;
	right:10%;
}

#home4 h2:after  {
	width:46%;
	padding-bottom:42%;
	background-size:103% auto;
	background-position:top right;
	top:-100px;
	left:0;
	-ms-transform:translate(-50%,0);
	-webkit-transform:translate(-50%,0);
	-moz-transform:translate(-50%,0);
	transform:translate(-50%,0);
	z-index:-1;
}

#home5 h2:after {
	z-index:-1;
	width:21%;
	padding-bottom:31%;
	left:calc(100% - 30px);
	top:-50px;
	-ms-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	transform:rotate(180deg);
}

#home6 .img:before {
	width:19%;
	padding-bottom:18%;
	bottom:0;
	left: 123%;
	z-index:-1;
}

#home6 .container:before {
	width:55%;
	padding-bottom:51%;
	bottom:0;
	left:-20%;
}

#home7 h2:after {
	left:calc(100% + 20px);
	top:0;
	width:14%;
	padding-bottom:23%;
}

.message-from-the-officers .videos:before {
	width:129px;
	height:122px;
	left:calc(100% - 20px);
	top:25%;
}

.bubbleStyle1 .subPageContent:before {
	top:0;
	right:-7%;
	width:14%;
	padding-bottom:13%;
	-ms-transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	transform:translate(0,-50%);
}

.bubbleStyle1 .subPageContent:after {
	z-index:-1;
	top:10px;
	right:15%;
	width:8%;
	padding-bottom:8%;
	background-position:bottom left;
	background-size:348% auto;
}

.bubbleStyle1 .pageHeader .container:before {
	width:32%;
	padding-bottom:30%;
	background-size:102% auto;
	background-position:top right;
	right:-10%;
	bottom: 0;
	-ms-transform:translate(0,-30%);
	-webkit-transform:translate(0,-30%);
	-moz-transform:translate(0,-30%);
	transform:translate(0,-30%);
}

.bubbleStyle2 .pageHeader .container:before {
	width:32%;
	padding-bottom:42%;
	right:8%;
	bottom:0;
}

.bubbleStyle2 .pageHeader .borderLeft:after {
	width:12%;
	padding-bottom:12%;
	left:-20px;
	top:calc(100% + 20px);
	z-index:-1;
}

.diversification-conservation .subPageContent:after {
	width:13%;
	padding-bottom:12%;
	top:100%;
	right:0;
	-ms-transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	transform:translate(0,-50%);
}

.bubbleStyle3 .pageHeader .container:before {
	width:40%;
	padding-bottom:53%;
	right:80%;
	top:50%;
	-ms-transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	transform:translate(0,-50%);
}

.bubbleStyle3 .pageHeader .container:after {
	width:12%;
	padding-bottom:12%;
	bottom:0;
	left:80%;
}

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

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

.calloutWrap {
	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;
	border:none !important ;
	text-decoration:none !important;
}

.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 > div > h3 {
	margin:0;
	position:relative;
	font-size:19px;
	font-size:1.188em;
}

.accordionWrap > li > div > h3 a {
	display:block;
	width:100%;
	padding-right:50px;
	border-bottom:none !important;
}
.accordionWrap > li > div > 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;
}

.borderLeft {
	padding-left:80px;
	position:relative;
}

.borderLeft.smallTopPadding {
	padding-top:30px;
}

.container .borderLeft {
	padding-left:60px;
}

.home h2.borderLeft {
	padding-top:80px;
	line-height:1;
	z-index:3;
}

.borderLeft:before {
	content:'';
	display:block;
	width:20px;
	height:100%;
	position:absolute;
	left:20px;
	top:0;
}

.container .borderLeft:before {
	left:0;
}

.borderLeft.blue:before {
	background: #0067a1;
}

.borderLeft.brightBlue:before {
	background: #28a5de;
}

.borderLeft.orange:before {
	background: #f47d2b;
}

.borderLeft.green:before {
	background: #7eb340;
}

.borderLeft.yellow:before {
	background: #f6c45a;
}

.borderLeft.red:before {
	background: #f05149;
}

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

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

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

#homeTop .headingWrap {
	background-size:auto 100%;
	position:absolute;
	left:50%;
	bottom:64px;
	height:calc(100% - 64px - 108px - 65px);
	-ms-transform:translate(-50%,0);
	-webkit-transform:translate(-50%,0);
	-moz-transform:translate(-50%,0);
	transform:translate(-50%,0);
	width:1160px;
	z-index:3;
}

#homeTop .headingWrap:before,
#homeTop .headingWrap:after {
	display:block;
	content:'';
	position:absolute;
}

#homeTop .headingWrap:after {
	z-index:-1;
	height:100%;
	width:290px;
	background:url(../img/home-surfboard.png) no-repeat;
	background-size:contain;
	background-position:bottom;
	bottom:0;
	left:0;
}

#homeTop .headingWrap:before {
	z-index:-2;
	height:15%;
	width:105vw;
	left:50%;
	bottom:0;
	-ms-transform:translate(-50%,0);
	-webkit-transform:translate(-50%,0);
	-moz-transform:translate(-50%,0);
	transform:translate(-50%,0);
	background:url(../img/home-sand.jpg);
	background-repeat:repeat-x;
	background-size:auto 100%;
}

#homeTop .headingWrap div {
	position:absolute;
	top:calc(50% - 75px);
	left:0;
	-ms-transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	transform:translate(0,-50%);
	padding: 0 20px 0 25%;
}

#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 {
	background: rgb(94,163,179);
	background: -moz-linear-gradient(top, rgba(94,163,179,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(94,163,179,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(94,163,179,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ea3b3', endColorstr='#ffffff',GradientType=0 );
}

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

#homeTop h3 {
	overflow:hidden;
	width:100%;
	padding-bottom:62%;
	background:url(../img/B2U-Logo_2018-v2.png) no-repeat;
	background-size:contain;
	margin:15px 0;
	line-height:1;
	-ms-transform:translate(-8.3%,0);
	-webkit-transform:translate(-8.3%,0);
	-moz-transform:translate(-8.3%,0);
	transform:translate(-8.3%,0);
}

#homeTop h2 {
	font-size:29px;
	font-size:1.25em;
	margin:0;
	line-height:1;
	color: #fff;
	text-transform:uppercase;
	position:absolute;
	left:0;
	bottom:calc(100% + 10px);
	border-bottom:1px solid #fff;
	width:100%;
	padding:15px 0;
	letter-spacing:.5em;
}

#homeTop h4 {
	font-size:18px;
	font-size:1.4em;
	color: #f47d2a;
	line-height:1.1;
	margin:-1.75em 0 0;
}

#homeTop .bottomContainer {
	position:absolute;
	left:50%;
	bottom:0;
	-ms-transform:translate(-50%,0);
	-webkit-transform:translate(-50%,0);
	-moz-transform:translate(-50%,0);
	transform:translate(-50%,0);
	margin:0; 
}

#homeTop .bottomContainer a:first-child {
	font-size:18px;
	color: #0067a1;
	font-weight:900;
	padding-right:26px;
	position:relative;
	display:inline-block;
	line-height:1;
}

#homeTop .bottomContainer a:first-child:hover,
#homeTop .bottomContainer a:first-child:focus {
	color: #000;
}

#homeTop .bottomContainer a:first-child:after {
	content:'';
	display:block;
	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%);
	width:18px;
	height:18px;
	background:url(../img/icon-play-button.png) no-repeat;
	background-size:contain;
	background-position:center;	
}

#homeTop .bottomContainer a:last-child {
	display:block;
	width:20px;
	height:40px;
	background:url(../img/icon-arrow-down.png) no-repeat;
	background-size:contain;
	background-position:center;
	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%);
}

#homeTop .bottomContainer a:last-child:hover,
#homeTop .bottomContainer a:last-child:focus {
	opacity:.7;
}

.homeSectionContent {
	position:relative;
}

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

.home .section:not(#homeTop) .fp-tableCell > .container {
	padding-top:0;
}

.home .section:not(#homeTop) .fp-tableCell > .container:first-child {
	padding-bottom:330px;
}
.home .section:last-child .fp-tableCell > .container:first-child {
	padding-bottom:20px !important;
}

.homeSectionContent h2 {
	font-size:45px;
	font-size:2.813em;
	line-height:1.1;
	width:100%;
	max-width:1000px;
	letter-spacing: 0.01em;
	margin:0 0 10px;
}

.homeSectionContent > div {
	padding:20px 0 0 60px;
	position:relative;
	z-index:3;
}

.homeSectionContent p {
	width:100%;
	max-width:800px;
	font-size:22px;
	font-size:1.375em;
	padding-right:50px;
}

.home .section .fp-tableCell:before {
	content:'';
	display:block;
	position:absolute;
	top:0;
	height:100%;
	width:100%;
	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;
}

.sectionNav {
	position:absolute;
	top:50%;
	right: 0px;
	-ms-transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	transform:translate(0,-50%);
}

.sectionNav a.active {
	position:relative;
	left:-2px;
}

.home .section .homeSectionContent {
	padding-right:50px;
}

.home .homeSectionContent.hasImage {
	margin-top:-240px
}

.home .homeSectionContent.hasImage div.img {
	width:860px;
	max-width:calc(100% - 270px);
	padding-bottom:30%;
	background-position:center;
	background-size:cover;
	position:relative;
	z-index:4;
}

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

.homeSectionContent > div + p {
	font-size:18px;
	font-size:1.125em;
}

.home .homeSectionContent > div + p a {
	display:inline-block;
	margin-left:60px;
	color: #28a5de;
	position:relative;
	z-index:5;
}

.home .homeSectionContent > div + p a:hover,
.home .homeSectionContent > div + p a:focus {
	color: #000;
}

a.backToTop {
    top: 265px;
	font-size:14px;
	color: #0067a1 !important;
}

a.backToTop:hover,
a.backToTop:focus {
	color: #000 !important;
}

a.backToTop {
	position:absolute;
	left:calc(100% - 240px);
	max-width:240px;
	z-index:5;
}

.home .bottomLinksWrap {
	position:relative;
	width:100%;
	max-width:100%;
	margin-top:50px;
	padding-right:0;
}

.home .nextSection { 
	float:right;  
	padding:10px 0 10px 50px;
	display:inline-block;
	font-size:16px;
	font-size:1rem;
	font-weight:400;
	max-width:240px;
	z-index:5;
	position:relative;
	top:-.5em !important;
	right:-50px;
}

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

.home .homeSectionContent > div + p a:not(.nextSection) i {
	margin-left:20px;
	-webkit-transition:margin .2s ease-in-out;
	transition:margin .2s ease-in-out;
}

.home .homeSectionContent > div + p a:not(.nextSection):hover i {
	margin-left:27px;
}

.home .nextSection span,
.home a.nextLinkWrapper span {
	position:absolute;
	top:50%;
	left:0;
	display:block;
	width:39px;
	height:39px;
	border-radius:50%;
	-webkit-transition:background .2s ease-in-out;
	transition:background .2s ease-in-out;
	color: #fff;
	-ms-transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	transform:translate(0,-50%);
}

.home .nextSection.red span {
	background: #f05149;
}

.home .nextSection.brightBlue span {
	background: #28a5de;
}

.home .nextSection.orange span {
	background: #f47d2b;
}

.home .nextSection.green span {
	background: #7eb340;
}

.home .nextSection.yellow span {
	background: #f6c45a;
}

.backToTop {
	float:right;
}

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

.home .nextSection:hover span,
.home a.nextLinkWrapper:hover span {
	background: #000;
}

.home .nextSection 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;

}

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

.message-from-the-officers .videos {
	margin: 75px 0 50px;
	position:relative;
}
.message-from-the-officers .videos p{
	text-align: center;
	font-size: 28px;
}

.message-from-the-officers .videos:after,
.message-from-the-officers .videos:before {
	position:absolute;
	content:'';
	display:block;
}

.message-from-the-officers .videos:after {
	width:105vw;
	height:calc(100% - -75px);
	left:50%;
	top:50%;
	-ms-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	background: rgba(0,103,161, .05);
	z-index:-2;
}

.message-from-the-officers .sliderOuterWrap {
	position:relative;
	z-index:1;
	padding:0 0 50px;
	color: #fff;
	margin-bottom:-50px;
}

.message-from-the-officers .sliderOuterWrap:before {
	content:'';
	display:block;
	width:100vw;
	height:100%;
	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%);
	background:url(../img/background-water-5.jpg) no-repeat;
	background-size:cover;
}

.message-from-the-officers .sliderOuterWrap .bx-controls-direction a {
	color: #28a5de;
	opacity:1;
} 

.message-from-the-officers .sliderOuterWrap .bx-controls-direction a:hover,
.message-from-the-officers .sliderOuterWrap .bx-controls-direction a:focus {
	opacity:.5;
}
/*--------------------------------------------------------------
### Leadership
--------------------------------------------------------------*/
#byTheNumbersLeaders ul {
	font-size:1em;
}

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

#rateCaseTimeline {
	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;
	overflow:hidden;
}

#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:275px;
	-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;


}


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


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



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

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

#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;
	background:url(../img/logo-san-diego-water-authority.png) no-repeat;
	background-size:contain;
	background-position:left center;
}

.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-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);
	-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 {
	position:relative;
	background-position:center;
	background-size:100%;
	color: rgb(45,88,148);
}

.pageHeader .container {
	padding:0 20px 50px !important;
}

.pageHeader .phImage {
	width:100%;
	padding-bottom:39%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	position:relative;
	z-index:4;
}

.pageHeader .phImage + .borderLeft {
	padding-top:50px;
	z-index:3;
}

.pageHeader h2 {
	font-size:29px;
	font-size:1.813em;
	text-transform:uppercase;
	line-height:1;
	padding:0;
	margin:0 0 10px;
	display:inline-block;
	letter-spacing:.03em;
	font-weight:400;
}

.pageHeader h1 {
	font-size:45px;
	font-size:2.813em;
	line-height:1.2;
	margin:0;
	width:100%;
	max-width:900px;
	font-weight:600;
	letter-spacing: .01em;
}

.pageHeader .container > p:first-child {
	margin:0;
}

.pageHeader .verticalLine {
	border-left:0;
	position:relative;
	padding: 30px 120px 0 100px; 
}

.pageHeader .verticalLine:after {
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:15px;
	background: rgb(0,103,161);
	content:'';
	display:block;
}

.pageHeader img {
	display:block;
}

.pageHeaderCaption {
	font-size:18px;
	font-size:1.125em;
	padding-left:60px;
	color: #000;
}

.borderLeft .pageHeaderCaption {
	padding-left:0;
	margin-top: 0;

}
/*--------------------------------------------------------------
 ## Header-text
--------------------------------------------------------------*/



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

.nextSectionLink {
	background: #28a5de;
}

.nextSectionLink a {
	float:right;
	font-size:14px;
	font-size:0.875em;
	color: #fff;
	text-decoration: none;
	border:none;
}

.nextSectionLink a:hover,
.nextSectionLink a:focus {
	text-decoration:none;
	color: #000;
}

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



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

.bx-wrapper {
  max-width: 100% !important; }

.sliderWrapper {
  position: relative;
  width: 100%;
  height: 20vw;
  opacity: 0;
  z-index: 1;
  margin-bottom:80px;}
  .sliderWrapper .middleBG {
    width: 20vw;
    height: 20vw;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    z-index: 3; 
    left: 50%;
    top: 0;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    .sliderWrapper .middleBG:before {
      content: '';
      min-height: 100vh;
      height: calc(100% + 200px);
      width: 100%;
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      -ms-transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      transform: translate(0, -50%); }
  .sliderWrapper * {
    outline: none !important; }
  .sliderWrapper .slick-list {
    overflow: visible !important; }
  .sliderWrapper > span {
    display: block;
    position: absolute;
    z-index: 10;
    pointer-events: none; }
  .sliderWrapper .bubble {
	display:block;
    height: 20vw;
    width: 20vw;
    background: url(../img/water-drop.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    left: 50%;
    top: 0;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    mix-blend-mode: multiply; }
  .sliderWrapper .shadow {
    background: url(../img/water-shadow.png) no-repeat;
    background-size: auto 100%;
    width: 20.1vw;
    height: 17.58893vw;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-34%, -26%);
    -webkit-transform: translate(-34%, -26%);
    -moz-transform: translate(-34%, -26%);
    transform: translate(-34%, -26%); }
  .sliderWrapper .slider1Outer {
    z-index: 0; }
  .sliderWrapper .slider1Outer,
  .sliderWrapper .slider2Outer {
    width: 100%;
    height: 100%;
    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%);
    overflow: hidden; }
  .sliderWrapper .slider2Outer {
    width: 20vw;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 4;
	background: #dcebee; }
  .sliderWrapper .slider1Wrap,
  .sliderWrapper .slider2Wrap {
    position: absolute;
    width: 100vw;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .sliderWrapper .slider2Outer .bx-viewport {
    height: 15.76044vw !important; }
    .sliderWrapper .slider2Outer .bx-viewport > div > div {
      height: 15.76044vw !important; }
  .sliderWrapper .bx-viewport {
    height: 7.88022vw !important; }
    .sliderWrapper .bx-viewport > div > div {
      height: 7.88022vw;
      width: 20vw !important;
      position: relative;
      z-index: 1; }
      .sliderWrapper .bx-viewport > div > div h2 {
        margin: 0; }
      .sliderWrapper .bx-viewport > div > div > div {
        width: 100%;
        height: 100%;
        z-index: 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%);
        background-size: contain !important;
        background-position: center !important;
        background-repeat: no-repeat !important; }
      .sliderWrapper .bx-viewport > div > div img {
        position: absolute;
        top: 50%;
        left: 50%;
        max-width: 100%;
        max-height: 100%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }

/*--------------------------------------------------------------
## 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 : 1160px) {
	#homeTop .headingWrap:after {
		left:auto;
		right:75%;
	}
}

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

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




}

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

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

	#masthead .container:after {
		display:none;
	} 
	
	.home .homeSectionContent.hasImage {
		margin-top:-20vw;
	}
	
	.home .section:not(#homeTop) .fp-tableCell > .container:first-child {
		padding-bottom:calc(20vw + 50px);
	}
	
	a.backToTop {
		top:23vw;
	}
}


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

	.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 h1 {
		font-size: 45px;
		font-size:2.813em;
	}

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

	.home .section:nth-child .fp-tableCell{
		padding-left:0 !important;
		padding-right:0 !important;
		vertical-align:middle !important;
	}

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

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

	#agencyMapWrapper {
		padding-bottom: 615px;
	}
	
	#homeTop h2 {
		font-size: 24px;
		font-size:1.5em;
	}
	
	#homeTop h4 {
		font-size:14px;
		font-size:.875em;
		margin-top:-1em;
	}
	
	.sliderWrapper .bx-viewport > div > div,
	.sliderWrapper .slider2Outer {
		width:33.33333vw !important;
	}
	
	.sliderWrapper {
		height:33.33333vw;
	}
	
	.sliderWrapper .bubble {
		width:33.33333vw;
		height:33.33333vw;
	}
	
	.sliderWrapper .shadow {
		width:33.49999vw;
		height:29.31485vw;
	}
	
	.site-branding {
		width: 300px;
		height: 65px;
	}
	
	#page {
		padding-top:105px;
	}
	
	#homeTop .fp-tableCell {
		padding-top:115px !important;
	}
	
	.sliderWrapper .bx-viewport,
	.sliderWrapper .bx-viewport > div > div {
		height: 12vw !important;
	}
	
	.sliderWrapper .slider2Outer .bx-viewport > div > div,
	.sliderWrapper .slider2Outer .bx-viewport {
		height:24vw !important;
	}

	a.backToTop {
		right:0;
		left:auto;
		top:auto;
		bottom: calc(100% + 50px);
	}
	
	.home .homeSectionContent.hasImage {
		margin-top: -14vw;
	}
	
	.home .homeSectionContent.hasImage div.img {
		max-width:100%;
		padding-bottom:36vw;
	}
	
	.home h2.borderLeft {
		padding-top:60px;
	}
}

@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;
	}
	
	#page {
		padding-top: 92px;
	}

	.sectionNav {
		display:none;
	}

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

	.home .section:nth-child .homeSectionContent {
		padding-right:0;
		padding-left:0;
	}
	
	.homeSectionContent p {
		padding-right:0;
	}

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

	.homeSectionContent > div {
		padding-top:0;
	}
	
	.home .bottomLinksWrap a {
		float:left !important;
		clear:both !important;
	}
	
	.home .nextSection {
		margin-top:25px;
		top:0 !important;
		max-width:100%;
	}

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

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

	.subPageContent {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	
	.subPageContent > p:first-child {
		font-size:24px;
		font-size:1.5em;
	}

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

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

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

	#homeTop .bottomContainer a:last-child,
	a.backToTop {
		display:none;
	}
	
	#homeTop .bottomContainer a:first-child {
		font-size:14px;
	}
	
	.home .section .homeSectionContent {
		padding-right:0;
	}
	
	#homeTop .headingWrap:after {
		left:auto;
		right:65%;
	}
	
	#homeTop .headingWrap div {
		padding-left:30%;
	}
}

@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: 20px;
		font-size:1.25em;
	}

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

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

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

	.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;
	}
	
	.borderLeft {
		padding-left:50px;
	}
	
	.container .borderLeft,
	.homeSectionContent > div {
		padding-left:30px;
	}
	
	.borderLeft:before {
		width:15px;
	}
	
	.home .homeSectionContent > div + p a {
		margin-left:30px;
	}
	
	.no-js .navToggle:hover + #site-navigation, 
	.no-js #site-navigation:hover, 
	#site-navigation.active {
		max-width:100%;
	}
	
	#homeTop .fp-tableCell {
		height: 100vh !important;
	}
	
	#homeTop .headingWrap {
		height:calc(100% - 74px - 92px - 65px);
		bottom:74px;
	}
	
	#homeTop .headingWrap:after {
		right:55%;
	}
}


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


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

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

}