<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
 * # Base
 * Variables, mixins, and any rules that absolutely have to be loaded first
 */
/* ==========================================================================
   Colors
   ========================================================================== */
/* ==========================================================================
   Containers
   ========================================================================== */
/* ==========================================================================
   Fonts
   ========================================================================== */
/* ==========================================================================
   normalize.css v8.0.0 | github.com/necolas/normalize.css (lightly modified)
   ========================================================================== */
html {
  -webkit-text-size-adjust: 100%;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

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

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

dfn {
  font-style: italic;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input {
  overflow: visible;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button, select {
  text-transform: none;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[hidden] {
  display: none;
}

/* ==========================================================================
   First, start with nothing
   ========================================================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ==========================================================================
   Owl selector = free vertical rhythm
   ========================================================================== */
* + * {
  margin-top: 1.5em;
}

.margins-off * + * {
  margin-top: 0;
}

.margins-on * + * {
  margin-top: 1.5em;
}

/* ==========================================================================
   Building blocks
   ========================================================================== */
img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

a img {
  display: block;
}

html {
  color: #3b3b3b;
  font-size: 1em;
  line-height: 1.5;
  height: 100%;
}

body {
  margin-top: 0;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  height: 100%;
}

::selection {
  background: #0078ae;
  color: #fff;
  text-shadow: none;
}

input, textarea, select, button {
  font-size: 1em;
}

button {
  border-radius: 0;
  cursor: pointer;
}

li {
  list-style: none;
}

iframe {
  max-width: 100%;
}

/* ==========================================================================
   Inline SVG
   ========================================================================== */
/*
	Usage:

	.class {
		background-image: svg-url('&lt;svg xmlns="http://www.w3.org/2000/svg"&gt;...&lt;/svg&gt;');
	}
*/
@keyframes bounce {
  from {
    transform: translate3d(0, 0px, 0);
  }
  50% {
    transform: translate3d(0, 2px, 0);
  }
  to {
    transform: translate3d(0, -2px, 0);
  }
}
/* ==========================================================================
   Fonts
   ========================================================================== */
/*
	woff2 is the best we've got, but it's not supported quite everywhere
	woff is the next best, and it's supported all the way back to IE9 so don't bother with any other formats....
	https://caniuse.com/#feat=woff
*/
/*
@font-face {
	font-family: 'Whatever';
	src: url('lib/fonts/whatever.woff2') format('woff2'),
		 url('lib/fonts/whatever.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
*/
@font-face {
  font-family: "Bebas-Neue";
  src: url("lib/assets/BebasNeueRegular.woff") format("woff");
}
/* open-sans-300 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../src/fonts/open-sans/open-sans-v34-latin-300.woff2") format("woff2"), url("../src/fonts/open-sans/open-sans-v34-latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../src/fonts/open-sans/open-sans-v34-latin-regular.woff2") format("woff2"), url("../src/fonts/open-sans/open-sans-v34-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("../src/fonts/open-sans/open-sans-v34-latin-600.woff2") format("woff2"), url("../src/fonts/open-sans/open-sans-v34-latin-600.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../src/fonts/open-sans/open-sans-v34-latin-700.woff2") format("woff2"), url("../src/fonts/open-sans/open-sans-v34-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/*
 * # Common
 * Rules that should be fairly consistent from project to project (utility classes, framework-y things)
 */
.content-width {
  width: 100%;
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2em;
}

.less-wide {
  width: 80%;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
}

.much-less-wide {
  width: 90%;
}

@media (min-width: 50em) {
  .much-less-wide {
    width: 60%;
  }
}
.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

@media (min-width: 77em) {
  .content-width {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 90em) {
  .wider {
    max-width: 90em;
    margin-left: auto;
    margin-right: auto;
  }
}
section {
  margin-top: 0;
  position: relative;
}

section.pad {
  padding-top: 4em;
  padding-bottom: 4em;
}

.bg-alt {
  background-color: #eaeaea;
}

.bg-highlight {
  background-color: #0078ae;
  color: #fff;
}

body {
  display: flex;
  flex-direction: column;
}

.site-main {
  flex: 1 0 auto;
  margin-top: 0;
}

container {
  display: block;
}

.border-blue {
  border-bottom: 5px solid #0078ae;
}

.border-green {
  border-top: 5px solid #8dc63f;
}

section .flickity-prev-next-button, section .flickity-prev-next-button:hover {
  background: none;
}

.hidden {
  display: none;
}

.nav-hidden {
  position: absolute;
  left: -9999px;
}

.ir {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

.no-bullets {
  list-style-type: none;
}

ul.inside {
  margin-left: 1.5em;
}

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

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.horiz {
  display: flex;
  flex-wrap: wrap;
}

.horiz.centered {
  justify-content: center;
}

.horiz.space-between {
  justify-content: space-between;
}

.horiz.space-around {
  justify-content: space-around;
}

input.toggler {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

label.toggler {
  cursor: pointer;
}

.toggle-target {
  display: none;
  word-break: break-word;
}

input.toggler:checked ~ .toggle-target {
  display: block;
}

.bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.outlined {
  outline: 2px solid #fff;
  outline-offset: -1em;
  transition: outline-offset 0.1s ease;
}

a:hover .outlined,
a:focus .outlined,
label:hover .outlined,
label:focus .outlined {
  outline-offset: -0.5em;
}

.moving-caret:after {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 8 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2,1L5,4L2,7' fill='none' stroke-linecap='round' stroke='%23d47405'/%3E%3C/svg%3E");
  width: 0.75em;
  height: 0.75em;
  display: inline-block;
  margin-left: 0.5em;
  transition: transform 0.1s linear;
}

.fake-button:hover .moving-caret:after,
.fake-button:focus .moving-caret:after,
.moving-caret:hover:after,
.moving-caret:focus:after {
  transform: translateX(0.25em);
}

.dark-overlay, .color-overlay {
  position: relative;
  color: #fff;
}

.dark-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.66);
}

.dark-overlay &gt; *, .fade-to-center &gt; * {
  position: relative;
}

.dark-overlay a,
.dark-overlay a:hover,
.dark-overlay a:focus {
  color: #fff;
}

.color-overlay:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.3;
  background-color: #0078ae;
}

.fade-to-center:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, #fff 33%, #fff 66%, rgba(255, 255, 255, 0.1) 100%);
}

.dark-overlay.outlined:before {
  outline: 2px solid #fff;
  outline-offset: -1em;
}

.horiz.x2 &gt; *,
.horiz.x3 &gt; *,
.horiz.x4 &gt; * {
  flex: 1 1 90%;
}

@media (min-width: 50em) {
  .horiz.x2,
  .horiz.x3,
  .horiz.x4 {
    justify-content: space-between;
  }
  .horiz.x2 &gt; * {
    padding: 1rem;
    margin-top: 0;
    flex: 1 1 45%;
  }
  .horiz.x3 &gt; * {
    padding: 1rem;
    margin-top: 0;
    flex: 1 1 30%;
  }
  .horiz.x4 &gt; * {
    padding: 1rem;
    margin-top: 0;
    flex: 1 1 45%;
  }
  .horiz &gt; .push {
    padding: 1rem;
    flex: 1.5;
  }
  .padding-match {
    padding: 1rem;
  }
  form .horiz.x2 &gt; *,
  form .horiz.x3 &gt; *,
  form .horiz.x4 &gt; *,
  form .horiz &gt; .push,
  form .padding-match {
    padding: 0 1rem;
  }
  .horiz.no-grow &gt; * {
    flex-grow: 0 !important;
  }
  .horiz.no-padding &gt; * {
    padding: 0;
  }
}
@media (min-width: 71.25em) {
  .horiz.x4 &gt; * {
    flex: 1 1 22.5%;
  }
}
.column-wrap {
  text-align: left;
}

.column-wrap.x2 {
  columns: 2 24em;
}

.column-wrap.x3 {
  columns: 3 16em;
}

.column-wrap.x4 {
  columns: 4 16em;
}

ul.column-wrap {
  column-width: 12em !important;
}

.column-wrap &gt; li {
  margin-left: 1em;
}

.column-wrap.no-bullets &gt; li {
  margin-left: 0;
}

section.breakout {
  margin-bottom: 9em;
}

.breakout {
  margin-bottom: -9em;
  position: relative;
}

.bottom-mask &gt; * {
  position: relative;
  z-index: 2;
}

.bottom-mask:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  height: 17em;
  bottom: 0;
  left: 0;
  right: 0;
}

.modal {
  margin-top: 0;
  padding: 2em;
  background-color: #fff;
  border: 2px solid #8dc63f;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.33);
}

.modal.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-close {
  float: right;
  font-size: 3em;
  line-height: 1;
  color: #0078ae;
}

.videoholder {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}
.videoholder video,
.videoholder iframe,
.videoholder object,
.videoholder embed {
  position: absolute;
  width: 100%;
  height: 100%;
}

#lightbox {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 3em;
  background-color: rgba(0, 120, 174, 0.8);
  z-index: 5;
  display: flex;
  align-items: center;
}
#lightbox.hidden {
  display: none;
}
#lightbox .videoholder {
  width: 90%;
  padding-bottom: 50.625%;
  margin: 0 auto;
}
#lightbox iframe {
  border: 0;
}

.play-button {
  fill: #fff;
  width: 3em;
  height: 3em;
  filter: drop-shadow(0 0 0.375em rgba(0, 0, 0, 0.25));
  transition: fill 0.2s linear, filter 0.2s linear;
}

.clickable-embed {
  border-radius: 1em;
}
.clickable-embed a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clickable-embed a:hover .play-button, .clickable-embed a:focus .play-button {
  fill: #fff;
  filter: drop-shadow(0 0 0.375em rgba(0, 0, 0, 0.5));
}
.clickable-embed .play-button {
  width: 4.5em;
  height: 4.5em;
  fill: rgba(255, 255, 255, 0.66);
}

@media (min-width: 75em) {
  #lightbox .videoholder {
    width: 80%;
    padding-bottom: 45%;
  }
}
.logo-overlay {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
.logo-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  background-image: url("assets/logo-overlay.svg");
}
.logo-overlay img {
  position: absolute;
  top: 0;
  right: 0;
}

.vertical-align {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.horiz-align {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

/*
 * # Components
 * Buttons, links, form elements, building blocks....
 */
input, textarea, select {
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 0.5em 0.75em;
}

select {
  /* remove default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* add custom arrow */
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' preserveAspectRatio='xMaxYMid'%3E%3Cpolyline fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' points='2,6 12,18 22,6'/%3E%3C/svg%3E") right center no-repeat;
  background-size: auto 60%;
  background-position: calc(100% - 0.5em) 50%;
  padding-right: 3em;
  margin-left: 0.5em;
}

select::-ms-expand {
  /* hide the default arrow in ie10 and ie11 */
  display: none;
}

option {
  margin-left: 1em;
}

input[type=search] {
  border: 1px solid #00446a;
  border-color: var(--color-link-primary);
  padding: 0.5em 1em;
  margin-right: 1em;
}

input[type=search] + button {
  min-width: auto;
  border-top-right-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  /* these magic numbers work in Chrome and get close elsewhere, so.... */
  vertical-align: top;
  line-height: 1.15;
}

input[type=search] + button svg.icon {
  margin: 0;
}

form label {
  display: block;
}

.block-labels input,
.block-labels textarea,
.block-labels select {
  display: block;
  width: 100%;
  margin-left: 0;
}

.block-labels input[type=submit] {
  width: auto;
}

.gform_button {
  background-color: #d47405 !important;
}
.gform_button:hover {
  background-color: #ffffff !important;
  color: #d47405 !important;
  border-color: #d47405 !important;
}

.gform_body {
  text-align: left !important;
}

.ginput_container_name &gt; span {
  margin-top: 0;
}

.gfield_label {
  font-size: 16px !important;
  font-weight: 600 !important;
}

body .gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
body .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
body .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: 0;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.2;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 100;
  letter-spacing: 0.05em;
}

p {
  font-weight: 400;
}

h1, .h1 {
  color: #333;
  font-size: 1.8rem;
}
@media (min-width: 50em) {
  h1, .h1 {
    font-size: 2.3rem;
  }
}
@media (min-width: 70em) {
  h1, .h1 {
    font-size: 2.7rem;
  }
}

h2, .h2 {
  color: #0078ae;
  text-align: center;
  font-size: 1.5rem;
}
@media (min-width: 50em) {
  h2, .h2 {
    font-size: 1.9rem;
  }
}
@media (min-width: 70em) {
  h2, .h2 {
    font-size: 2.2rem;
  }
}

h3, .h3 {
  color: #707070;
  font-size: 1.25rem;
}
@media (min-width: 50em) {
  h3, .h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 70em) {
  h3, .h3 {
    font-size: 1.8rem;
  }
}

h4, .h4 {
  font-size: 1.15rem;
  color: #0078ae;
  font-weight: 400;
}

h5, .h5 {
  font-size: 1.1rem;
}

h6, .h6 {
  font-size: 1rem;
}

.section-header {
  color: #8dc63f;
  margin-top: 0;
  margin-bottom: 2rem;
}

a {
  text-decoration: underline;
  color: #d47405;
  transition: color 0.2s linear;
}

a:hover {
  color: #d47405;
}

.bg-highlight a {
  color: #fff;
}

button,
.btn {
  padding: 0.2em 1em;
  margin: 1.5em 0;
  border: 2px solid #d47405;
  background-color: #d47405;
  color: white;
  display: inline-block;
  min-width: 7em;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.25em;
  transition: color 0.15s linear, background-color 0.15s linear;
  cursor: pointer;
  text-decoration: none;
}

button:hover,
.btn:hover {
  border-color: #d47405;
  background-color: rgb(255, 255, 255);
  color: #d47405;
}

button.secondary,
.btn.secondary {
  border-color: #8dc63f;
  color: #8dc63f;
  transition: background-color 0.2s linear;
}

button.secondary:hover,
.btn.secondary:hover {
  background-color: #8dc63f;
  color: #fff;
}

.button-group {
  justify-content: center;
  align-items: center;
  margin: 1em;
}

.button-group &gt; * {
  margin: 1em;
}

svg.icon,
.icon svg {
  width: 1em;
  height: 1em;
  margin: 0 0.5em 0.25em;
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
}

svg.icon .stroked,
.icon svg .stroked {
  fill: none;
  stroke: currentColor;
}

svg.big.icon,
.big.icon svg {
  width: 2em;
  height: 2em;
}

svg.bigger.icon,
.bigger.icon svg {
  width: 3em;
  height: 3em;
}

svg.biggest.icon,
.biggest.icon svg {
  width: 5em;
  height: 5em;
}

.wysiwyg-style h2 {
  text-align: left;
}
.wysiwyg-style p {
  text-align: left;
}
.wysiwyg-style ul,
.wysiwyg-style ol {
  margin-left: 2em;
  text-align: left;
}
.wysiwyg-style li {
  margin-top: 0.5em;
}
.wysiwyg-style ul li {
  list-style: disc;
}
.wysiwyg-style ol li {
  list-style: decimal;
}
.wysiwyg-style .caption {
  font-size: 0.8em;
  text-align: center;
  margin-top: 1em;
}
.wysiwyg-style.content-width img {
  max-width: 100%;
}

/*
 * # Layouts
 * Header, footer, nav, pages, posts, modules
 */
.accordion-content {
  position: relative;
  background-position: top;
}
.accordion-content li {
  color: #0078ae;
  border-bottom: 1px solid #0078ae;
  padding: 1.5em 1em 1em 0.5em;
  position: relative;
  margin-top: 0.5em;
}
.accordion-content li .toggler:after {
  content: url("./assets/RightArrow_Icon.svg");
  position: absolute;
  right: 0;
  width: 1.2em;
  transition: transform 0.2s;
}
.accordion-content li li {
  color: #0078ae;
  list-style: disc;
  border: none;
}
.accordion-content .accordion__body {
  color: #393939;
  max-height: 0;
  padding: 0 0 0.5em 2em;
  transition: max-height 0.35s ease-in-out;
}
.accordion-content .accordion__body p a {
  text-decoration: underline;
}
.accordion-content input.toggler:checked ~ label::after {
  transform: rotate(90deg);
}
.accordion-content input.toggler:checked ~ .accordion__body {
  max-height: 500px;
}
.accordion-content .btn-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 4em;
}
.accordion-content .btn, .accordion-content .btn-primary {
  text-align: center;
  width: 15em;
  margin: 3em auto;
  display: block;
}
.accordion-content label {
  display: block;
  line-height: 1;
  font-size: 1.5em;
  font-weight: 300;
}

.faq-list {
  display: block;
}

.alert-bar {
  background: #d47405;
  margin-bottom: 0.5em;
}
.alert-bar + .content-width {
  position: relative;
  margin-top: 0;
}

.alert-bar__link {
  display: block;
  padding: 0.7em 0;
  font-size: 0.8em;
  line-height: 1.35;
  color: #fff;
}
.alert-bar__link:hover, .alert-bar__link:focus {
  text-decoration: underline;
}
@media (min-width: 65em) {
  .alert-bar__link {
    font-size: 1em;
    padding: 0.8em 0;
  }
}

.alert-bar__container {
  display: block;
  padding-left: 10%;
  padding-right: 10%;
  text-align: center;
}

.alternating-columns {
  background-color: #0078ae;
}
.alternating-columns h3, .alternating-columns p, .alternating-columns .wysiwyg {
  color: #fff;
}
.alternating-columns article .content:first-of-type {
  padding-top: 2em;
}
.alternating-columns svg, .alternating-columns img {
  max-width: 17em;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-bottom: 2em;
}
.alternating-columns svg path, .alternating-columns img path {
  fill: #fff;
}
@media (min-width: 50em) {
  .alternating-columns article:nth-of-type(even) div.content:first-of-type {
    order: 1;
  }
}

.awards-bar ul {
  padding: 3em 0;
}
.awards-bar li {
  flex-basis: 45%;
  padding-bottom: 3em;
}
@media (min-width: 50em) {
  .awards-bar li {
    flex-basis: 15%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.awards-bar img {
  width: 100%;
  height: auto;
}
.awards-bar .icon {
  margin-bottom: 1em;
}
.awards-bar a {
  margin-right: -1em;
}

.single-post .hero,
.archive .hero,
.search-page .hero {
  height: 30em;
  background-color: #0078ae;
}
.single-post article,
.archive article,
.search-page article {
  margin-bottom: 4em;
}
.single-post h1,
.archive h1,
.search-page h1 {
  color: #0078ae;
  margin: 1em 0;
  text-align: center;
}

.single-post .hero {
  position: relative;
}
.single-post .hero .hero_logos {
  position: absolute;
  bottom: 2em;
  right: 2em;
  display: flex;
  align-items: flex-end;
}
.single-post .hero .hero_logos .clean-water-fund {
  margin: 0 0.25em;
}
.single-post .hero .hero_logos .clean-water-fund.como-lake img {
  width: 142px;
  height: 215px;
}

.archive h1 {
  text-align: left;
}

section.post-list {
  padding: 1.5em 0 2em;
  justify-content: center !important;
}

.archive .hero,
.search-page .hero {
  position: relative;
}
.archive .page-title,
.search-page .page-title {
  position: absolute;
  bottom: 1em;
  left: 14%;
  text-shadow: 3px 0px 3px black;
}

aside.pagination {
  text-align: center;
  font-size: 1.25em;
  flex: 0 0 100%;
  margin: 0 auto 2em;
}
aside.pagination &gt; * {
  padding-right: 0.5em;
}

.archive article.blog-excerpt-cha {
  margin: 1em;
  padding: 0;
  border: 2px solid #0078ae;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
  flex-grow: 0;
  min-width: 20em;
  max-width: 25em;
  display: flex;
  flex-direction: column;
}
@media (min-width: 50em) {
  .archive article.blog-excerpt-cha {
    min-height: 26em;
  }
}
.archive article.blog-excerpt-cha h2 {
  font-size: 1.3em;
  font-weight: 200;
  text-align: left;
  margin-top: 0;
}
@media (min-width: 50em) {
  .archive article.blog-excerpt-cha h2 {
    font-size: 1.75em;
  }
}
.archive article.blog-excerpt-cha .date {
  margin-top: 0.5em;
}
.archive article.blog-excerpt-cha .image {
  position: relative;
  height: 10em;
  background-color: #0078ae;
  z-index: -1;
}
@media (min-width: 50em) {
  .archive article.blog-excerpt-cha .image {
    height: 15em;
  }
}
.archive article.blog-excerpt-cha .post-meta {
  padding: 1em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
}
.archive article.blog-excerpt-cha .post-meta a:first-of-type {
  flex-grow: 1;
}
.archive article.blog-excerpt-cha .btn {
  margin-top: 1em;
  margin-bottom: 0;
}
@media (min-width: 50em) {
  .archive article.blog-excerpt-cha .btn {
    margin-top: 1.5em;
  }
}
.archive article.blog-excerpt-cha:hover {
  box-shadow: 3px 2px 8px 2px rgba(0, 0, 0, 0.3);
}
.archive article.blog-excerpt-cha:nth-of-type(3n + 1) .image {
  background-color: #8dc63f;
}
.archive article.blog-excerpt-cha:nth-of-type(3n + 0) .image {
  background-color: #d47405;
}

.archive article.blog-excerpt {
  position: relative;
  background-color: #00354d;
  padding: 0;
  margin: 6px;
  max-width: 100%;
}
@media (min-width: 600px) {
  .archive article.blog-excerpt {
    max-width: 48%;
  }
}
@media (min-width: 900px) {
  .archive article.blog-excerpt {
    max-width: 33%;
  }
}
.archive article.blog-excerpt .entry-content {
  padding: 1rem;
}
.archive article.blog-excerpt .entry-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.archive article.blog-excerpt .entry-thumb {
  margin-top: 0;
  height: 60%;
  overflow: hidden;
}
.archive article.blog-excerpt .entry-thumb img {
  object-fit: cover;
}
.archive article.blog-excerpt .entry-meta {
  color: #A0AEB7;
  text-transform: uppercase;
  font-size: 13px;
}
.archive article.blog-excerpt .entry-title {
  color: #ffffff;
  text-shadow: none;
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  margin-top: 0;
}
.archive article.blog-excerpt .entry-type {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
}
.archive article.blog-excerpt .entry-subheading {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  font-style: italic;
  font-size: 15px;
  color: #A0AEB7;
}

.blog-nav {
  margin-top: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-nav ul {
  background-color: #00354d;
  border-radius: 5px;
  padding: 0;
}
.blog-nav ul li {
  margin-top: 0;
  text-transform: uppercase;
}
.blog-nav ul li a {
  display: flex;
  color: #ffffff;
  padding: 10px 20px;
}
@media (max-width: 599px) {
  .blog-nav a {
    margin: 12px;
    line-height: 1;
  }
}
.blog-nav a:hover {
  text-decoration: underline;
}

body.post-type-archive-tribe_events main,
body.single-tribe_events main {
  padding-top: 0;
  /*
  &amp;::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 200px;
      border-bottom: 5px solid $color-primary;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
  } */
}

.single-tribe_events .recurringinfo {
  margin-top: 0;
}
.single-tribe_events .recurringinfo .event-is-recurring {
  font-size: 75%;
}
.single-tribe_events .recurringinfo .tribe-events-divider {
  display: none !important;
}
.single-tribe_events .hero {
  min-height: 15em;
  display: flex;
  justify-content: center;
  padding: 1.5em;
}
.single-tribe_events .hero h1 {
  color: white;
}
@media (min-width: 600px) {
  .single-tribe_events .hero {
    min-height: 20em;
  }
}
@media (min-width: 1200px) {
  .single-tribe_events .hero {
    min-height: 25em;
  }
}

.tribe-events-content h1 {
  color: #666767;
  font-weight: 400;
}

.tribe-tickets-rsvp h2 {
  text-align: left;
  font-weight: 400;
}

#tribe-bar-form button {
  margin: 0;
}

.tribe-events-schedule h2 {
  display: block;
  text-align: left;
}

.tribe-events-list-event-title a,
.tribe-events-venue-details a,
.tribe-events-single-section a {
  color: #0078ae;
}

.tribe-events-event-image {
  max-width: 800px;
  margin: 0 auto 1.25em;
}

.post-type-archive-tribe_events .tribe-events {
  padding-top: 150px;
}
@media (max-width: 599px) {
  .post-type-archive-tribe_events .tribe-events {
    padding-top: 0;
  }
}

#tribe-events-content {
  padding: 0 20px;
}

.tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn {
  color: #fff;
  background-color: #d47405;
  border: 2px solid #d47405;
}

.tribe-common .tribe-common-c-btn:focus, .tribe-common .tribe-common-c-btn:hover, .tribe-common a.tribe-common-c-btn:focus, .tribe-common a.tribe-common-c-btn:hover {
  background-color: rgb(223, 214, 221);
}

.tribe-events .tribe-events-c-ical__link:active, .tribe-events .tribe-events-c-ical__link:focus, .tribe-events .tribe-events-c-ical__link:hover {
  color: #fff;
  background-color: #d47405;
  border: 2px solid #d47405;
}

.tribe-events .tribe-events-c-ical__link {
  color: #d47405;
  border: 1px solid #d47405;
}

.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date, .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
  color: #d47405;
}

.tribe-common .tribe-common-c-btn:focus, .tribe-common .tribe-common-c-btn:hover, .tribe-common a.tribe-common-c-btn:focus, .tribe-common a.tribe-common-c-btn:hover {
  background-color: white;
  border: 2px solid #d47405;
  color: #d47405;
}

.tribe-events .tribe-events-c-ical__link:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M6 1v10m5-5H1' fill='none' fill-rule='evenodd' stroke='%23552c67' stroke-linecap='square' stroke-width='1.5'/%3E%3C/svg%3E");
}

.featured-blogs {
  margin: 0 auto;
  padding-top: 4em;
  padding-bottom: 4em;
  position: relative;
  z-index: 0;
}
.featured-blogs h2 {
  padding-bottom: 1em;
}
.featured-blogs .inner {
  position: relative;
  box-shadow: 3px 3px 14px #d3d3d3;
  padding: 0em;
  overflow: hidden;
}
@media (min-width: 70em) {
  .featured-blogs .inner {
    margin: 0 auto;
  }
}
.featured-blogs .img-container {
  display: none;
  width: 50%;
  background-color: #707070;
  background-size: cover;
}
@media (min-width: 50em) {
  .featured-blogs .img-container {
    display: block;
  }
}
.featured-blogs .single-img {
  display: none;
}
@media (min-width: 50em) {
  .featured-blogs .single-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 0;
    object-fit: cover;
  }
}
.featured-blogs .single-img.active {
  display: block;
}
.featured-blogs div.posts-nav {
  display: flex;
  flex-direction: column;
  padding: 0em;
  background-color: #f4f4f4;
  z-index: 1;
}
.featured-blogs div.posts-nav article {
  background-color: #f4f4f4;
  border-bottom: 1px solid #666767;
  padding: 1em 2em 1em 1em;
  position: relative;
  cursor: pointer;
  transition: backgr;
}
.featured-blogs h4 {
  padding-bottom: 0.5em;
}
.featured-blogs p {
  color: #666767;
}
.featured-blogs .fake-button {
  padding: 1em;
  position: relative;
  z-index: 1;
}
.featured-blogs .fake-button:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-right: 0px;
  transition: border 0.3s ease-in-out;
  z-index: 4;
}
.featured-blogs .fake-button:hover, .featured-blogs .fake-button.active {
  background-color: #fff;
}
.featured-blogs .fake-button:hover:before, .featured-blogs .fake-button.active:before {
  border-right: 12px solid #fff;
}

.site-footer {
  background-color: #00354d;
  padding: 3.25rem 0;
  color: #ffffff;
}
.site-footer * + * {
  margin-top: 0;
}
.site-footer h3,
.site-footer .gform_wrapper h3.gform_title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 0.75rem;
}
.site-footer a {
  color: #ffffff;
  font-weight: 300;
}
.site-footer a:hover {
  color: #d47405;
}
.site-footer p {
  color: #ffffff;
  font-weight: 300;
}

.footer_wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.footer_contact {
  flex: 0 1 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin-bottom: 4rem;
  padding: 0 2rem;
}
@media (min-width: 900px) {
  .footer_contact {
    flex-basis: 50%;
    margin-bottom: 0;
    padding: 0;
  }
}
.footer_contact-logo {
  flex: 0 1 160px;
}
.footer_contact-logo svg {
  width: 131px;
  height: 131px;
}
.footer_contact--meta {
  flex: 0 1 calc(100% - 160px);
  margin-top: 0;
}
.footer_contact--meta div {
  margin-bottom: 5px;
}
.footer_contact--meta p {
  font-size: 15px;
}
.footer_contact_link {
  margin-bottom: 16px !important;
}
.footer_contact_link a {
  text-decoration: underline;
}
.footer_contact_social ul {
  display: flex;
}
.footer_contact_social ul li a {
  display: flex;
  margin-right: 0.5rem;
}
.footer_contact_social ul li svg {
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.footer_contact_social ul li svg:hover {
  fill: #d47405;
}
.footer_nav {
  flex: 0 1 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 0;
  padding: 0 2rem;
}
@media (min-width: 900px) {
  .footer_nav {
    flex-basis: 50%;
    padding: 0;
  }
}
.footer_nav--links {
  flex: 0 1 33.3333%;
}
@media (max-width: 599px) {
  .footer_nav--links {
    flex-basis: 40%;
  }
}
.footer_nav--links .menu-item {
  font-weight: 400;
  font-size: 14px;
}
.footer_nav--links .menu-item a {
  color: #ffffff;
}
.footer_nav--links .menu-item a:hover {
  color: #d47405;
}
.footer_nav--newsletter {
  flex: 0 1 66.66666%;
}
@media (max-width: 599px) {
  .footer_nav--newsletter {
    flex-basis: 60%;
  }
}
.footer_nav--newsletter .gform_wrapper {
  margin-top: 0 !important;
}
.footer_nav--newsletter .gform_wrapper .top_label div.ginput_container {
  margin: 0 !important;
}
.footer_nav--newsletter .gform_wrapper ul li.gfield {
  margin: 0 !important;
}
.footer_nav--newsletter .gform_wrapper .gform_footer {
  margin: 0 !important;
}
.footer_nav--newsletter .gform_wrapper button.btn {
  margin: 0.5rem 0;
  font-size: 14px;
  padding: 8px 36px;
  border-radius: 3px;
  border: 1px solid #094763;
  font-weight: 600;
}
.footer_nav--newsletter .gform_wrapper button.btn:hover {
  background-color: #002637;
  color: #ffffff;
  border-color: rgb(0, 2.7636363636, 4);
}
.footer_nav--newsletter .gform_wrapper input {
  background-color: #002637;
  border: 1px solid #094763;
  border-radius: 3px;
  font-size: 14px !important;
  font-weight: 300;
  margin: 0.25rem 0 !important;
  color: #ffffff !important;
  padding: 8px !important;
}
.footer_nav--newsletter .gform_wrapper input::placeholder {
  color: #7995a1;
}
.footer_nav .menu li:last-child {
  display: none;
}
.footer_copyright {
  flex: 0 1 100%;
  display: flex;
  justify-content: center;
  padding: 0 2rem;
}
@media (min-width: 900px) {
  .footer_copyright {
    padding: 0;
  }
}
.footer_copyright p {
  color: #7995a1;
  font-size: 13px;
  text-align: center;
}
.footer_copyright p a {
  text-decoration: underline;
  color: #7995a1;
  padding: 0 0.5rem;
}

.fwimg-splash {
  min-height: 30em;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fwimg-splash article {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.fwimg-splash p {
  color: #fff;
  font-weight: 200;
  text-shadow: 2px 2px 8px #000;
  font-size: 2.25rem;
}
.fwimg-splash .btn {
  position: absolute;
  bottom: 2em;
  left: 50%;
  transform: translateX(-50%);
}

.grant-application p {
  color: #666767;
}
.grant-application .subheading {
  margin-bottom: 2em;
}
.grant-application .links {
  margin: 0 0 2em 0;
}
.grant-application .links a {
  display: block;
  margin-bottom: 0.5em;
}
.grant-application h3 {
  color: #0078ae;
  font-weight: 200;
}

header.main {
  position: relative;
  z-index: 4;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  margin-top: 0;
  background: #00354d;
  padding: 0.5em;
}
header.main a {
  color: #fff;
}
@media (min-width: 65em) {
  header.main {
    position: fixed;
    padding: 0 0 2em;
    padding-bottom: 2.5em;
    background: rgba(0, 0, 0, 0.25);
  }
}
header.main .utility-nav {
  min-height: 1em;
}
@media (min-width: 65em) {
  header.main .utility-nav {
    margin-right: 0;
    margin-right: 2em;
    margin-top: 1em;
  }
}
header.main #mobile-nav-hamburger:checked ~ .header-nav,
header.main #mobile-nav-hamburger:checked ~ .utility-nav {
  display: block;
}

.hero {
  background-position: center;
  position: relative;
}
.hero h1,
.hero p {
  margin-top: 0;
}
.hero h1 {
  color: #fff;
  font-size: 3.75rem;
}
.hero .shade {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.15);
}
.hero .image-link {
  position: absolute;
  right: 2em;
  bottom: 2em;
}
.hero article {
  padding: 17em 2em 10em;
}
@media (min-width: 50em) {
  .hero article {
    padding: 21vw 12em 10em 0em;
  }
}
.hero .hero-content {
  position: relative;
  margin-top: 0;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  background-color: #fff;
}
.hero img {
  display: block;
  width: 100%;
}
.hero .embed-content {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.hero .embed-content:hover .play-button {
  filter: drop-shadow(0 0 0.375em rgba(0, 0, 0, 0.5));
}
.hero .project-branding {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  bottom: 2.5%;
  right: 2.5%;
}
.hero .project-branding img {
  max-width: 100px;
  margin: 10px;
}

@media (max-width: 50em) {
  .hero .embed-content {
    width: calc(100% + 2em);
    margin: 1.5em -1em -1.5em;
    padding: 1.5em 1em;
    background: #0078ae;
    color: #fff;
  }
  .hero .embed-content p {
    margin: 0 0.75em;
  }
  .hero h1 {
    font-size: 3em;
  }
  .hero h1,
  .hero p {
    color: #666767;
  }
}
@media (min-width: 50em) {
  .hero {
    max-height: 40em;
    overflow: hidden;
    background-color: #000;
    color: #fff;
  }
  .hero .hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
    padding: 10em 12em 0 2em;
  }
  .hero h1,
  .hero p {
    color: #fff;
    text-shadow: 2px 2px 4px #000;
  }
  .hero.xl {
    overflow: visible;
    background: none;
    color: inherit;
    max-height: none;
  }
  .hero.xl .hero-content {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    background-color: #fff;
  }
  .hero .embed-content {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -28.125vw);
    flex: 0 0 auto;
    margin: 0 auto;
    flex-direction: column;
  }
  .hero .embed-content:hover .play-button {
    fill: rgba(0, 0, 0, 0.75);
    filter: drop-shadow(0 0 0.75em #fff);
  }
  .hero .play-button {
    fill: rgba(0, 0, 0, 0.66);
    width: 6em;
    height: 6em;
    filter: drop-shadow(0 0 0.375em #fff);
  }
}
@media (min-width: 75em) {
  .hero.xl {
    overflow: hidden;
    color: #fff;
    max-height: 60em;
  }
  .hero.xl .hero-content {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -100%);
    background: none;
  }
  .hero .main-content {
    flex: 0 0 75%;
  }
  .hero .embed-content {
    position: static;
    transform: none;
  }
  .hero-video {
    max-height: none;
  }
}
@media (min-width: 70em) {
  .hero img {
    margin-top: -15%;
  }
}
@media (min-width: 71.1111111111em) {
  .hero.xl .videoholder video,
  .hero.xl img {
    margin-top: 0;
  }
}
@media (min-width: 106.6666666667em) {
  .hero.xl .videoholder video,
  .hero.xl img {
    margin-top: calc(-28.125vw + 40em * 0.75);
  }
}
section.no-hero {
  border-bottom: none;
}

.image-grid-links {
  margin-top: 0;
}
.image-grid-links ul {
  list-style: none;
  border: 1px #fff solid;
}
.image-grid-links a {
  height: 50vw;
  position: relative;
  border: 0px solid white;
  transition: background-size 0.35s ease-in-out;
  background-size: 130%;
  border-bottom: 1px #fff solid;
  cursor: pointer;
}
.image-grid-links a:before {
  transition: opacity 0.4s ease-in-out;
}
.image-grid-links a:nth-of-type(3):before, .image-grid-links a:nth-of-type(4):before {
  background-color: #8dc63f;
}
.image-grid-links a:nth-of-type(5):before {
  background-color: #d47405;
}
.image-grid-links a:hover {
  background-size: 115%;
}
.image-grid-links a:hover li {
  text-shadow: 1px 1px 8px #111;
}
.image-grid-links a:hover:before {
  opacity: 0.3;
}
@media (min-width: 50em) {
  .image-grid-links a {
    height: 25vw;
    border-right: 1px #fff solid;
  }
}
.image-grid-links li {
  color: #fff;
  text-shadow: none;
  transition: text-shadow 0.3s linear;
  font-weight: 300;
}

.lake-links ul {
  margin: 2em 0 4em;
}
.lake-links .lake {
  flex-basis: 50%;
  cursor: pointer;
}
.lake-links .lake svg {
  height: 10em;
}
.lake-links .lake svg path {
  transition: fill 0.3s ease;
}
.lake-links .lake h3 {
  margin-top: 1.5em;
  font-size: 2em;
  font-weight: 200;
  transition: color 0.3s ease;
}
.lake-links .lake:hover svg path {
  fill: #0078ae;
}
.lake-links .lake:hover h3 {
  color: #0078ae;
}
@media (min-width: 40em) and (max-width: 60em) {
  .lake-links .lake {
    flex-basis: 33%;
  }
}
@media (min-width: 60em) {
  .lake-links .lake {
    flex-basis: 15%;
  }
}

.main-content-block {
  padding: 2em 0;
}
.main-content-block .heading {
  padding: 0 1rem;
}
.main-content-block.bg-grey {
  background-color: #eaeaea;
}
.main-content-block .video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}
.main-content-block .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-content-block article {
  padding: 1rem 0;
  text-align: center;
}
.main-content-block .two article {
  text-align: left;
  width: 50%;
}
.masonry-content-grid p {
  font-size: 1.25em;
}
.masonry-content-grid li {
  list-style: disc;
}
.masonry-content-grid .row {
  overflow: hidden;
}
.masonry-content-grid .row:nth-of-type(even) .primary {
  order: 2;
}
@media (min-width: 60em) {
  .masonry-content-grid .row {
    height: 20em;
    margin-top: 0;
  }
}
.masonry-content-grid .row:first-of-type {
  margin-top: 4em;
}
.masonry-content-grid div.primary {
  flex-basis: 95%;
}
@media (min-width: 60em) {
  .masonry-content-grid div.primary {
    flex-basis: 64%;
  }
}
.masonry-content-grid div.secondary {
  flex-basis: 95%;
  display: none;
}
@media (min-width: 60em) {
  .masonry-content-grid div.secondary {
    display: block;
    flex-basis: 32%;
  }
}
.masonry-content-grid .primary, .masonry-content-grid .secondary {
  margin: 0.5em;
  display: flex;
  flex-direction: column;
  min-height: 19em;
}
.masonry-content-grid .primary.content__image, .masonry-content-grid .secondary.content__image {
  background-color: #0078ae;
  background-position: top;
}
.masonry-content-grid .primary a, .masonry-content-grid .secondary a {
  margin: 1.5em auto 0 0;
}
@media (min-width: 60em) {
  .masonry-content-grid .primary, .masonry-content-grid .secondary {
    justify-content: space-between;
  }
}
.masonry-content-grid .button-wrap {
  margin: 2em 0;
  width: 100%;
  text-align: center;
}
.masonry-content-grid .button-wrap a {
  margin: 1em;
}

nav ul {
  position: relative;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
nav ul.sub-menu {
  display: none;
}
nav a {
  display: inline-block;
  height: 100%;
  text-decoration: none;
}

#logo svg, #logo img {
  width: 4em;
}
@media (min-width: 65em) {
  #logo svg, #logo img {
    width: 8em;
  }
}

label.nav-toggler {
  cursor: pointer;
  min-width: 1em;
  margin-top: 1.5em;
  color: #0078ae;
  position: absolute;
  right: 2em;
  z-index: 1;
}
label.nav-toggler:after {
  content: "›";
  font-size: 4em;
  line-height: 0em;
}

input.nav-toggler {
  display: none;
}
input.nav-toggler:checked ~ label.nav-toggler {
  margin-top: 0;
  padding: 0.75rem 0.75rem 0.75rem 2rem;
  top: 0;
  left: 0;
  right: 0;
  background-color: #0078ae;
  color: #fff;
  border-top: 2px solid #eaeaea;
}
input.nav-toggler:checked ~ label.nav-toggler:after {
  content: "‹Back";
  font-size: 1.25em;
  line-height: 1.4em;
}
input.nav-toggler:checked ~ ul.sub-menu {
  display: block;
  position: absolute;
  top: 3.5em;
  margin-top: -2px;
  border-top: 2px solid #eaeaea;
  width: 100%;
  background-color: #333;
  z-index: 3;
  min-height: 100vh;
}
input.nav-toggler:checked ~ ul.sub-menu li a {
  color: #fff;
}
input.nav-toggler:checked ~ ul.sub-menu.menu-depth-2 {
  top: 0;
}
input.nav-toggler:checked ~ ul.sub-menu label:after {
  top: -4.1em;
}

.menu-depth-1 input.nav-toggler:checked ~ label.nav-toggler {
  background-color: #8dc63f;
  top: -3.5em;
}

.util-wrap {
  display: none;
  text-align: right;
  margin-top: 0;
  position: relative;
}

.utility-nav {
  min-height: 1em;
  padding: 0;
}
.utility-nav a {
  position: relative;
  color: #666767;
}
.utility-nav img {
  position: absolute;
  top: 0.2em;
  right: 110%;
  height: 1em;
}
.utility-nav ul {
  justify-content: left;
}
.utility-nav li {
  margin: 1em 2em 0 2.5em;
  position: relative;
}
@media (max-width: 599px) {
  .utility-nav li {
    margin-bottom: 1em;
  }
}
.utility-nav li.act:before {
  content: url("assets/act-now.svg");
  position: absolute;
  width: 2em;
  left: -2.5em;
  top: 0;
}
.utility-nav li.news:before {
  content: url("assets/news.svg");
  position: absolute;
  width: 1.5em;
  left: -2em;
  top: 0;
}
.utility-nav li.contact {
  margin-right: 1.25em;
}
.utility-nav li.contact:before {
  content: url("assets/contact.svg");
  position: absolute;
  width: 1.5em;
  left: -2em;
  top: 0;
}
.utility-nav li.search:before {
  content: url("assets/search.svg");
  position: absolute;
  width: 1.5em;
  left: -2em;
  top: 0;
}
.utility-nav li.events:before {
  content: url("assets/calendar.svg");
  position: absolute;
  width: 1.5em;
  left: -2em;
  top: 0;
}
.utility-nav li.no-icon {
  margin-left: 0;
}
.utility-nav li:hover a {
  color: #0078ae;
}

.hamburger {
  cursor: pointer;
  position: absolute;
  top: 1em;
  right: 1em;
  width: 2.35rem;
  height: 2.35rem;
  margin: 0;
}

.hamburger span,
.hamburger:before,
.hamburger:after {
  display: block;
  content: " ";
  background: #0078ae;
  width: 2.35rem;
  height: 0.25rem;
  margin-top: 0.5rem;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  transform-origin: 0.1rem;
}

.hamburger:before {
  margin-top: 0;
}

#mobile-nav-hamburger:checked ~ .hamburger span {
  opacity: 0;
  transform: scale(0.2, 0.2);
}

#mobile-nav-hamburger:checked ~ .hamburger:before {
  transform: rotate(45deg);
}

#mobile-nav-hamburger:checked ~ .hamburger:after {
  transform: rotate(-45deg);
}

#mobile-nav-hamburger:checked ~ .header-nav {
  display: block;
  height: 100vh;
}

#mobile-nav-hamburger:checked ~ .util-wrap {
  display: block;
  padding: 0;
}

.header-nav {
  display: none;
  margin: 1em 0;
}
.header-nav ul {
  margin: 0 -2em;
  padding: 0 2em;
  display: block;
}
.header-nav ul.sub-menu {
  background-color: #fff;
}
.header-nav a {
  font-size: 18px;
  color: #666767;
}
.header-nav .current-menu-item &gt; a,
.header-nav .current-menu-ancestor &gt; a,
.header-nav a:hover {
  color: #d47405;
}
.header-nav .main-menu-link {
  padding: 0.75em 0.75em 0.75em 0;
}
.header-nav .main-menu-item,
.header-nav .sub-menu-item {
  border-bottom: 2px solid #eaeaea;
}
@media (max-width: 599px) {
  .header-nav .main-menu-item {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
.header-nav .sub-menu-link {
  padding: 0.8em 1em 0.8em 0;
  color: #666767;
  transition: none;
}
.header-nav .sub-menu-link:hover {
  color: #d47405;
}

@media (min-width: 65em) {
  .nav-toggler {
    display: none !important;
  }
  input.nav-toggler:checked ~ ul.sub-menu {
    display: none;
  }
  #logo {
    position: absolute;
  }
  .hamburger {
    display: none;
  }
  .util-wrap {
    display: block;
  }
  .utility-nav ul {
    margin-bottom: 1em;
    justify-content: flex-end;
  }
  .header-nav {
    display: block;
    position: relative;
    padding-right: 0;
    margin: 0 0 0 9em;
  }
  .header-nav ul {
    margin: 0;
    padding: 0;
    display: flex;
  }
  .header-nav .menu-item-has-children {
    position: relative;
  }
  .header-nav ul.sub-menu {
    position: absolute;
    top: 100%;
    text-align: right;
    width: 175%;
    max-width: 15em;
    z-index: 1;
    box-shadow: 2px 2px 19px -4px #666;
  }
  .header-nav ul.sub-menu.menu-depth-2 {
    display: none;
    width: 100%;
    right: -100%;
    top: 0;
    padding-top: 0;
  }
  .header-nav li:hover ul.sub-menu.menu-depth-1 {
    display: block;
  }
  .header-nav .menu-item-depth-1:hover ul.sub-menu.menu-depth-2 {
    display: block;
  }
  .header-nav .main-menu-item {
    text-align: right;
    line-height: 1.2;
    border: 0;
  }
  .header-nav .main-menu-item:hover &gt; a {
    color: #0078ae;
  }
  .header-nav .main-menu-item:nth-last-of-type(2) .sub-menu, .header-nav .main-menu-item:last-of-type .sub-menu {
    right: 0;
  }
  .header-nav .sub-menu-item {
    border: 0;
  }
  .header-nav .main-menu-link {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0.75em 1em;
  }
  .header-nav .sub-menu-link {
    display: block;
    color: #666767;
    border-left: 3px solid transparent;
  }
  .header-nav .sub-menu-link:hover {
    color: #fff;
    background-color: #0078ae;
  }
}
.other-projects ul.project-list {
  justify-content: center;
}
.other-projects li.project {
  display: flex;
  flex-direction: column;
  margin: 0 1em;
  flex-grow: 0;
}
.other-projects li.project h3, .other-projects li.project p {
  flex-grow: 1;
}
.other-projects img {
  height: 15em;
  background-color: #0078ae;
  object-fit: cover;
}
.other-projects h3 {
  margin-top: 1em;
  font-size: 1.5em;
  color: #0078ae;
  font-weight: 400;
}
.other-projects a {
  width: fit-content;
}

.pdf-download {
  color: #666767;
  padding: 2em 0 4em;
}
.pdf-download h3 {
  color: #0078ae;
}
.pdf-download div.download-info {
  position: relative;
  padding: 0.5em 1em 0.5em 0;
  color: #0078ae;
  border: 1px solid #d47405;
  border-radius: 1em;
  height: 5em;
  overflow: hidden;
  background-color: #fff;
}
.pdf-download div.download-info .title {
  width: 75%;
}
.pdf-download .filesize {
  color: rgba(0, 0, 0, 0.5);
}
.pdf-download .pdf-img {
  width: 4em;
}
.pdf-download .pdf-img svg {
  width: 100%;
  fill: #0078ae;
}
.pdf-download .down-arrow {
  position: absolute;
  width: 5em;
  right: 0;
  top: 0;
  background-color: #eaeaea;
  height: 5em;
}
.pdf-download .down-arrow svg {
  position: relative;
  width: 2em;
  margin: 1.5em;
  z-index: 2;
}
.pdf-download .down-arrow svg polygon {
  fill: #0078ae;
  transition: 0.3s fill ease;
}
@media (min-width: 60em) {
  .pdf-download .download-info {
    max-width: 30em;
    margin-top: 1em;
  }
  .pdf-download .download-info:hover .down-arrow svg {
    animation: bounce 0.7s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
  }
  .pdf-download .download-info:hover .down-arrow svg polygon {
    fill: #d47405;
  }
  .pdf-download .pdf-info {
    margin-right: 6em;
  }
  .pdf-download .text-right {
    text-align: right;
  }
}

.resource-link-list li {
  flex-grow: 0;
}

.permit-map {
  text-align: center;
}
.permit-map .jimu-on-screen-widget-panel &gt; .jimu-panel-title, .permit-map .jimu-foldable-panel &gt; .jimu-panel-title, .permit-map .jimu-title-panel &gt; .title {
  background-color: #0078ae !important;
}
.permit-map iframe {
  display: none;
  padding: 0 4em;
}
@media (min-width: 50em) {
  .permit-map iframe {
    display: block;
  }
  .permit-map img, .permit-map .btn {
    display: none;
  }
}

.project-filter-controls {
  display: flex;
  flex-direction: row nowrap;
  justify-content: center;
  margin: 2rem 1rem;
}
.project-filter-controls__wrap {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  width: auto;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
.project-filter-controls__map {
  margin-top: 0;
  flex-basis: 50%;
  display: none;
}
@media (min-width: 900px) {
  .project-filter-controls__map {
    flex-basis: auto;
  }
}
.project-filter-controls__grid {
  margin-top: 0;
  flex-basis: 50%;
}
@media (min-width: 900px) {
  .project-filter-controls__grid {
    flex-basis: auto;
  }
}
.project-filter-controls__filter {
  margin-top: 0;
  background-color: #00354d;
  color: #ffffff;
  padding: 1rem;
  height: 89px;
  flex-basis: 100%;
  position: relative;
}
@media (min-width: 900px) {
  .project-filter-controls__filter {
    flex-basis: auto;
  }
}
.project-filter-controls__filter h3 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 1rem;
}
.project-filter-controls__filter:before {
  position: absolute;
  content: "";
  background-color: #00354d;
  opacity: 0.75;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
.project-filter-controls__filter.active:before {
  display: none;
}
.project-filter-controls button {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #00354d;
  padding: 1rem;
  border: none;
  margin: 0;
  width: 100%;
}
.project-filter-controls button.active {
  background-color: #3071A9;
  cursor: auto;
}
.project-filter-controls button:hover {
  background-color: #3071A9;
  color: #ffffff;
}
.project-filter-controls button svg {
  margin-bottom: 1rem;
  width: 25px;
  height: 25px;
}
.project-filter-controls button span {
  font-size: 14px;
  margin-top: 0;
}
.project-filter-controls .radios-filter {
  display: flex;
  margin: 0;
}
.project-filter-controls .radios-filter .radio {
  display: flex;
  margin-top: 0;
  align-items: center;
}
.project-filter-controls .radios-filter .radio .radio-label {
  order: 2;
  margin-top: 0;
}
.project-filter-controls .radios-filter .radio input {
  order: 1;
  margin-top: 0;
}
.project-filter-controls .radios-filter .radio {
  margin: 0.5rem;
  display: flex;
  align-items: center;
}
.project-filter-controls .radios-filter .radio:first-of-type {
  margin-left: 0;
}
.project-filter-controls .radios-filter .radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.project-filter-controls .radios-filter .radio input[type=radio] + .radio-label {
  display: flex;
  align-items: center;
}
.project-filter-controls .radios-filter .radio input[type=radio] + .radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid rgb(218.5, 218.5, 218.5);
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  margin-right: 0.5em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.project-filter-controls .radios-filter .radio input[type=radio]:checked + .radio-label:before {
  background-color: #3197EE;
  box-shadow: inset 0 0 0 3px #f4f4f4;
}
.project-filter-controls .radios-filter .radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #3197EE;
}
.project-filter-controls .radios-filter .radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: rgb(218.5, 218.5, 218.5);
  background: rgb(218.5, 218.5, 218.5);
}
.project-filter-controls .radios-filter .radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

#project-map, #project-list {
  display: none;
}
#project-map.active, #project-list.active {
  display: block;
}

.project-list__wrap {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -5px;
}
.project-list__wrap .project-excerpt {
  flex-basis: 100%;
  max-width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  background-color: #00354d;
  position: relative;
  border: 5px solid #ffffff;
}
@media (min-width: 600px) {
  .project-list__wrap .project-excerpt {
    flex-basis: 50%;
  }
}
@media (min-width: 900px) {
  .project-list__wrap .project-excerpt {
    flex-basis: 33.33333%;
  }
}
.project-list__wrap .project-excerpt img {
  flex-basis: 75%;
  margin-top: 0;
}
.project-list__wrap .project-excerpt &gt; a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.project-list__wrap .project-excerpt h2 {
  background-color: #00354d;
  color: #ffffff;
  font-size: 24px;
  margin: 0;
  padding: 2rem;
  font-weight: normal;
  flex-basis: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100px;
}

.single-projects .project-title {
  font-size: 30px;
  font-weight: bold;
  color: #00354d;
  text-align: left;
  letter-spacing: 0;
}
.single-projects .project-details {
  background-color: #E6F1F6;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.single-projects .project-details h3 {
  font-size: 23px;
  color: #3071A9;
  font-weight: normal;
  margin-bottom: 1rem;
}
.single-projects .project-details_columns {
  display: flex;
  justify-content: space-between;
}
.single-projects .project-details_col {
  flex: 0 1 48%;
}

.resource-link-list {
  padding-top: 2em;
  padding-bottom: 0;
}
.resource-link-list ul {
  padding-bottom: 2em;
}
.resource-link-list .heading {
  padding: 0 1em;
}
.resource-link-list .filesize {
  display: inline-block;
}

main .resource-link-list:last-of-type {
  border-bottom: 0px;
}

.river-timeline {
  min-height: 40em;
}
.river-timeline img {
  height: 40em;
  object-fit: cover;
}
.river-timeline h3 {
  color: #0078ae;
  font-weight: 400;
}
.river-timeline .cards {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.river-timeline article {
  width: 94%;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: left;
  border-bottom-left-radius: 3em;
  border-top-right-radius: 3em;
  padding: 1em 2em 2em;
  z-index: 3;
  margin: 1em;
  box-shadow: 3px 0px 20px 3px rgba(0, 0, 0, 0.4);
}
.river-timeline article:last-of-type {
  padding-bottom: 1em;
  width: 18em;
}
.river-timeline a {
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 400;
  margin-right: -1em;
}
@media (min-width: 65em) {
  .river-timeline {
    min-height: unset;
  }
  .river-timeline .cards {
    position: initial;
    transform: none;
  }
  .river-timeline .background-image {
    position: relative;
  }
  .river-timeline img {
    width: 100%;
    height: unset;
    object-fit: unset;
  }
  .river-timeline article {
    position: absolute;
    background-color: #fff;
    margin: 0;
    top: unset;
    width: 18em;
    transform: translate(0, 6em);
  }
  .river-timeline article P {
    margin-top: 0;
  }
  .river-timeline article:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 5em;
    bottom: 100%;
    left: 0;
    background-color: #8dc63f;
    border-right: white solid 2px;
    border-left: white solid 2px;
    z-index: 2;
  }
  .river-timeline article:after {
    position: absolute;
    content: "";
    width: 1.5em;
    height: 1.5em;
    bottom: calc(100% + 5em - 2.5px);
    left: -0.625em;
    background-color: #8dc63f;
    border: white solid 2px;
    border-radius: 100%;
    z-index: 1;
  }
  .river-timeline article:first-of-type {
    left: 10%;
    top: 25%;
  }
  .river-timeline article:nth-of-type(2n+0) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 3em;
    border-bottom-right-radius: 3em;
    border-top-right-radius: 0;
    transform: translate(0, -6em);
  }
  .river-timeline article:nth-of-type(2n+0):before {
    bottom: -5em;
  }
  .river-timeline article:nth-of-type(2n+0):after {
    bottom: calc(-6.5em - 1px);
  }
  .river-timeline article:nth-of-type(2) {
    bottom: 27%;
    left: 40%;
    transform: translate(0, -6em);
  }
  .river-timeline article:nth-of-type(3) {
    left: 68%;
    top: 41%;
  }
  .river-timeline article:last-of-type {
    left: 85%;
    bottom: 60%;
    line-height: 1.25em;
    transform: translate(0, -6em);
    width: 11em;
    padding-bottom: 1em;
  }
}

.search-page .h1 {
  color: #0078ae;
}
.search-page .hero {
  height: 30em;
}

.class-404 h1 {
  padding-top: 6em;
}
.class-404 h1, .class-404 p {
  color: #fff;
}

.search-results .hero {
  margin-bottom: 30px;
}
.search-results .blog-excerpt {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 1.5rem;
  align-items: baseline;
  margin-bottom: 2rem;
}
.search-results .blog-excerpt.less-wide {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.search-results .blog-excerpt .article-type {
  font-size: 0.875rem;
  color: #666;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-results .blog-excerpt .article-content {
  display: grid;
  gap: 0.75rem;
  min-width: 0;
}
.search-results .blog-excerpt .article-content .title {
  margin: 0;
  font-size: 29px;
  line-height: 1.3;
}
.search-results .blog-excerpt .article-content .title a {
  color: #D47405;
  text-decoration: underline;
  transition: color 0.2s ease;
}
.search-results .blog-excerpt .article-content .title a:hover {
  color: #3071A9;
}
.search-results .blog-excerpt .article-content .article-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  font-size: 0.875rem;
  color: #666;
  font-weight: normal;
}
.search-results .blog-excerpt .article-content .article-meta svg {
  width: 16px;
  height: 16px;
}
.search-results .blog-excerpt .article-content .article-meta span {
  margin-top: 0;
}
@media (max-width: 768px) {
  .search-results .blog-excerpt {
    grid-template-columns: 1fr;
    padding: 1rem 0 2rem;
    gap: 1rem;
    border-bottom: 1px solid #666;
    margin-bottom: 0;
  }
  .search-results .blog-excerpt .article-type {
    white-space: normal;
    width: 100%;
  }
  .search-results .blog-excerpt .article-content {
    margin-top: 0;
  }
  .search-results .blog-excerpt .article-content .title {
    font-size: 1.675rem;
  }
}

.simple-slider {
  padding: 4em 0;
}
.simple-slider .carousel-cell {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.simple-slider .carousel-cell .cell-img {
  flex-basis: 100%;
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center;
  object-fit: cover;
}
.simple-slider figure {
  width: 100%;
  text-align: center;
}
.simple-slider figure figcaption {
  padding: 10px;
  position: absolute;
  bottom: 0;
  background: white;
  width: 100%;
  color: black;
}
.simple-slider img {
  max-width: 100%;
  margin: 2em 0 1em 0;
}
@media (min-width: 60em) {
  .simple-slider img {
    max-height: 40em;
  }
}
.simple-slider .flickity-viewport {
  height: 500px !important;
}
@media (max-width: 599px) {
  .simple-slider .flickity-viewport {
    height: 250px !important;
  }
}
.simple-slider .flickity-prev-next-button.previous {
  left: -10%;
  transition: 0.2s left ease;
}
.simple-slider .flickity-prev-next-button.previous:hover {
  left: -11%;
}
.simple-slider .flickity-prev-next-button.next {
  right: -10%;
  transition: 0.2s right ease;
}
.simple-slider .flickity-prev-next-button.next:hover {
  right: -11%;
}
.simple-slider .flickity-prev-next-button svg {
  height: 75%;
}
@media (min-width: 60em) {
  .simple-slider .flickity-prev-next-button {
    display: block;
  }
}
.simple-slider .flickity-prev-next-button .arrow {
  fill: #d47405;
}
.simple-slider.jumbo {
  padding-bottom: 0;
}
.simple-slider.jumbo img {
  max-width: 85%;
  display: block;
  min-width: 150px;
  margin-right: 10px;
}
@media (min-width: 60em) {
  .simple-slider.jumbo img {
    max-width: 100%;
  }
}

.single-lake-intro {
  text-align: center;
  padding-bottom: 4em;
}
.single-lake-intro svg {
  width: 5em;
  margin-right: 2em;
}
.single-lake-intro svg, .single-lake-intro h2 {
  display: inline-block;
}
.single-lake-intro p {
  text-align: left;
}

.skinny-cta-bar {
  color: #fff;
}
.skinny-cta-bar p, .skinny-cta-bar a {
  display: inline-block;
}
.skinny-cta-bar p {
  font-size: 1.5em;
  padding-right: 0.5em;
  margin: 1.5em 0;
}

.skinny-zoom-links {
  background-color: #eaeaea;
  color: #fff;
}
.skinny-zoom-links ul {
  padding: 4em 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 73em) {
  .skinny-zoom-links ul {
    display: block;
  }
}
.skinny-zoom-links li {
  position: relative;
  flex: 0 0 95%;
  overflow: hidden;
  padding: 1em;
  height: 30em;
  margin-bottom: 1em;
  margin-right: 0.5em;
  background-position: top center;
}
@media (min-width: 40em) and (max-width: 60em) {
  .skinny-zoom-links li:nth-of-type(odd) {
    margin-right: 1em;
  }
}
@media (min-width: 73em) {
  .skinny-zoom-links li:nth-of-type(odd) {
    margin-right: 0.5em;
  }
}
@media (min-width: 40em) and (max-width: 60em) {
  .skinny-zoom-links li {
    flex-basis: 48%;
  }
}
@media (min-width: 60em) {
  .skinny-zoom-links li {
    flex-basis: 30%;
  }
}
@media (min-width: 73em) {
  .skinny-zoom-links li {
    margin-right: 0.5em;
    min-width: 200px;
    flex-basis: 19%;
    max-width: 215px;
    transform: scale(1);
    transition: 0.5s transform linear, 0.5s min-width linear, 0.5s box-shadow ease;
    display: inline-block;
    height: 40em;
  }
}
.skinny-zoom-links li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
@media (min-width: 73em) {
  .skinny-zoom-links li:before {
    background-color: rgba(0, 0, 0, 0.5);
    transition: 0.5s background-color ease;
  }
}
.skinny-zoom-links li:last-of-type {
  margin-right: 0;
}
.skinny-zoom-links h3 {
  font-size: 1.75em;
  line-height: 1.25;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  top: 5%;
  transform: translate(-50%, -50%);
  transition: 0.3s top ease;
  padding-right: 0.5em;
  padding-top: 2em;
}
@media (min-width: 73em) {
  .skinny-zoom-links h3 {
    position: absolute;
    width: unset;
    top: 50%;
    padding: 0 1em;
    font-size: 21px;
  }
}
.skinny-zoom-links article {
  position: absolute;
  top: 40%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 2em;
  height: 100%;
  left: -1em;
  bottom: -2em;
  right: -1em;
}
@media (min-width: 73em) {
  .skinny-zoom-links article {
    top: 100%;
    width: auto;
    transition: 0.7s top ease;
    transform: scale(0.9);
    padding: 1em 1.25em 1em 1.25em;
  }
  .skinny-zoom-links article p {
    opacity: 0;
    transition: 0.3s opacity linear;
    transition-delay: 0.5s;
  }
}
@media (min-width: 73em) {
  .skinny-zoom-links li:hover {
    z-index: 2;
    transform: scale(1.1, 1.1);
    min-width: 280px;
    box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.4);
    background-position: top center;
  }
  .skinny-zoom-links li:hover h3 {
    top: 0%;
    margin-top: 1em;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 0;
    width: 50%;
  }
}
@media (min-width: 73em) and (min-width: 73em) {
  .skinny-zoom-links li:hover h3 {
    width: 100%;
    text-shadow: 3px 2px 4px rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 73em) {
  .skinny-zoom-links li:hover article {
    top: 40%;
  }
  .skinny-zoom-links li:hover article p {
    opacity: 1;
  }
  .skinny-zoom-links li:hover:before {
    background-color: rgba(0, 0, 0, 0);
  }
}

.statistics {
  padding-bottom: 2em;
}
.statistics ul {
  color: #0078ae;
}
.statistics .stat-graphic {
  width: 80%;
  height: 7em;
  margin: 0 auto;
}
.statistics .text-container {
  text-align: center;
  width: 100%;
}
.statistics .bold-text {
  font-size: 4em;
  line-height: 1em;
}
.statistics .light-text {
  font-size: 1.5em;
}

.team-grid {
  max-width: 1200px;
  margin: 0 auto;
}

.team-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.team-member {
  flex: 0 1 calc(50% - 1rem);
  margin-top: 0 !important;
  margin-bottom: 1.25rem;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: #00354d;
}
@media (min-width: 600px) {
  .team-member {
    flex-basis: calc(33.3333% - 1rem);
  }
}
.team-member &gt; a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.team-member__image {
  margin-top: 0;
  width: 100%;
  height: auto;
}
.team-member__image img {
  width: 100%;
  height: 100%;
}
.team-member p {
  margin-top: 0;
}
.team-member .nameplate {
  position: relative;
  width: 100%;
  background: #00354d;
  margin-top: 0;
  padding: 1.5rem 1rem;
  z-index: 1;
}
.team-member .nameplate h3,
.team-member .nameplate p {
  color: #ffffff;
}

.single-team article.content-width {
  margin-top: 25px;
}
@media (min-width: 65em) {
  .single-team article.content-width {
    margin-top: 225px;
  }
}

.staff-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 3px;
}
@media (max-width: 599px) {
  .staff-nav {
    display: block;
  }
}
.staff-nav__next-prev {
  margin-top: 0;
  padding: 0.5rem 1rem;
  background-color: #F7F7F7;
}
.staff-nav__next-prev a[rel=prev] {
  padding-right: 1rem;
}
.staff-nav__next-prev a[rel=next] {
  padding-left: 1rem;
}
.staff-nav a {
  text-decoration: none;
  text-transform: uppercase;
  color: #00354d;
  font-weight: bold;
}
@media (max-width: 599px) {
  .staff-nav a {
    font-size: 13px;
  }
}
.staff-nav a:hover {
  color: #d47405;
}

.staff-member {
  display: flex;
}
@media (max-width: 599px) {
  .staff-member {
    display: block;
  }
}
.staff-member__img {
  flex-basis: 33.333%;
}
.staff-member__content {
  margin-top: 0;
  padding: 0 1rem;
  flex-basis: 67.7%;
}
.staff-member__name {
  text-align: left !important;
  margin-bottom: 10px !important;
  margin-top: 0 !important;
}
.staff-member__title {
  margin-top: 0;
}
.staff-member__meta {
  display: inline-block;
}
.staff-member__meta a {
  display: flex;
  text-decoration: none;
  color: #00354d;
}
.staff-member__meta a:hover {
  color: #d47405;
}
.staff-member__meta a svg {
  width: 40px;
}

.timeline h3 {
  color: #0078ae;
}
.timeline ul {
  position: relative;
}
.timeline li {
  border-bottom: 2px solid #0078ae;
  padding: 0 0 2em 0;
}
.timeline li:last-of-type {
  border: none;
}
@media (min-width: 60em) {
  .timeline ul:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    border-right: 3px solid #0078ae;
    left: 50%;
    transform: translateX(-50%);
  }
  .timeline li {
    position: relative;
    margin: 2em 0 0 0;
    border: none;
    padding: 0;
  }
  .timeline li:after {
    position: absolute;
    content: "";
    border: 2px solid #0078ae;
    background-color: #fff;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    border-top-left-radius: 100%;
    width: 1.5em;
    height: 1.5em;
    top: 0.75em;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    z-index: 2;
  }
  .timeline .article {
    padding: 0 4em 0 6em;
  }
  .timeline .figure {
    padding: 0 4em;
  }
  .timeline li:nth-of-type(even) article {
    order: 1;
    padding: 0 6em 0 4em;
  }
  .timeline li:nth-of-type(odd) article {
    text-align: right;
  }
}

/*
 * # Vendor
 * WP-core-specific things, plugins, overrides, external dependencies, etc
 */
/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #fff;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: #fff;
}

.flickity-prev-next-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #09f;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.aligncenter {
  text-align: center;
  display: block;
  margin: 1em auto;
}

.alignright {
  float: right;
  margin: 1em 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 1em 1em 1em 0;
}

.wp-caption {
  clear: both;
  text-align: center;
}

.wp-caption-text {
  padding: 1em 0.5em 0.5em;
  border-top: 1px solid #f0f0f0;
  font-size: 0.75rem;
}

.gallery-columns-2,
.gallery-columns-3,
.gallery-columns-4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gallery-columns-2 figure,
.gallery-columns-3 figure,
.gallery-columns-4 figure {
  margin: 1em 0;
}

@media (min-width: 50em) {
  .gallery-columns-2 figure,
  .gallery-columns-4 figure {
    flex: 1 1 45%;
  }
}
@media (min-width: 60em) {
  .gallery-columns-3 figure {
    flex: 1 1 30%;
  }
  .gallery-columns-4 figure {
    flex: 1 1 22.5%;
  }
}
.gallery-icon {
  text-align: center;
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>