/*!**************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/scss/app.scss ***!
  \**************************************************************************************************************************************************************************************************************/
/* Your SCSS Code goes here */
/* Colors */
/* Sizes */
/* Text */
/* Weights: Use: 400, 500, 600, 700, 800 */
/* Weights: Use: */
/* Breakpoints */
@-webkit-keyframes wiggle {
  25% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  75% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
@keyframes wiggle {
  25% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  75% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
@-webkit-keyframes slide-in--left {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes slide-in--left {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes gtranslate-bounce {
  0%, 100% {
    -webkit-transform: translateY(calc(-50% + 4px));
            transform: translateY(calc(-50% + 4px));
  }
  50% {
    -webkit-transform: translateY(calc(-50% + 9px));
            transform: translateY(calc(-50% + 9px));
  }
}
@keyframes gtranslate-bounce {
  0%, 100% {
    -webkit-transform: translateY(calc(-50% + 4px));
            transform: translateY(calc(-50% + 4px));
  }
  50% {
    -webkit-transform: translateY(calc(-50% + 9px));
            transform: translateY(calc(-50% + 9px));
  }
}
/* media queries */
/* image related */
/* lists */
/* centering */
/* floats */
/* margin clearing */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none !important;
}

/* Make inert elements unselectable */
*[inert] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:after,
*:before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  font-size: 1.9rem;
  color: #000;
  line-height: 1.6;
  font-family: "proxima-nova", sans-serif;
  background: #fff;
}

::-moz-selection {
  background: #046aa7;
  color: #fff;
}

::selection {
  background: #046aa7;
  color: #fff;
}

::-moz-selection {
  background: #046aa7;
  color: #fff;
}

*:focus {
  outline: 2px solid #5ab7e8;
  outline-offset: 2px;
}

/* don't put focus outlines on things that have been given tabindex to be programatically focused but aren't normal focusable elements nor focusable by keyboard */
*[tabindex*="-"]:focus {
  outline: none;
}

.checkboxes {
  padding: 0;
  margin: 0;
}

.checkbox_item {
  position: relative;
  padding: 0;
  margin: 15px 0 0 0;
  list-style: none;
}
.checkbox_item:first-of-type {
  margin-top: 0;
}

.checkbox_box {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.checkbox_label {
  display: inline-block;
  padding: 3px 0 3px 50px;
  margin: 0;
  cursor: pointer;
}
.checkbox_label:before, .checkbox_label:after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
.checkbox_label:before {
  position: absolute;
  content: "";
  display: inline-block;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  left: 0;
  z-index: 1;
  width: 34px;
  height: 34px;
  border: 3px solid transparent;
  border-top-style: none;
  border-right-style: none;
}
.checkbox_label:after {
  position: absolute;
  content: "";
  display: inline-block;
  left: 0;
  width: 34px;
  height: 34px;
  border: 3px solid #000;
  background: inherit;
  cursor: pointer;
}

.checkbox_box:checked + .checkbox_label:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 4px;
  margin-top: -5px;
  width: 26px;
  height: 10px;
  border-color: #000;
}

/*
 * Borrowed from skeleton.css v2.0.4 - https://github.com/dhg/Skeleton
 */
input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
input[type=time],
input[type=date],
textarea,
select {
  height: 45px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #efefef;
  border: 1px solid #d1d1d1;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}
/* Removes awkward default styles on some inputs for iOS */
input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
input[type=time],
input[type=date],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}

input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=time]:focus,
input[type=date]:focus,
textarea:focus,
select:focus {
  border: 1px solid #046aa7;
}

@media (max-width: 839px) {
  .js-form-type-textfield + .js-form-type-webform-time input[type=time] {
    margin-top: 5px;
  }
}

.form-item .form-date,
.form-item .form-time {
  background-color: #efefef;
  width: auto;
}

label,
legend {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.7rem;
  font-weight: 500;
  color: #535054;
  text-transform: uppercase;
}

.js-form-type-checkbox {
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
}
.js-form-type-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.js-form-type-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0 8px 0 34px;
  text-transform: none;
  cursor: pointer;
}
.js-form-type-checkbox label:before, .js-form-type-checkbox label:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.js-form-type-checkbox label:before {
  background: #046aa7;
  -webkit-transform: translateY(-50%) scale(0) rotate(120deg);
          transform: translateY(-50%) scale(0) rotate(120deg);
  -webkit-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
  z-index: 1;
}
.js-form-type-checkbox label:after {
  background: #efefef;
  border: 1px solid #d1d1d1;
}
.js-form-type-checkbox input:checked + label:before {
  background: #046aa7;
  -webkit-transform: translateY(-50%) scale(0.75) rotate(0deg);
          transform: translateY(-50%) scale(0.75) rotate(0deg);
}

.js-form-type-search {
  display: inline-block;
}
.js-form-type-search input[type=search] {
  height: 48px;
  background: #fff;
  border: 1px solid #979797;
  color: #000;
}
.js-form-type-search input[type=search]::-webkit-input-placeholder {
  color: inherit;
}
.js-form-type-search input[type=search]::-moz-ploceholder {
  color: inherit;
}
.js-form-type-search input[type=search]:-ms-input-placeholder {
  color: inherit;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
}

input[type=radio] + label {
  display: inline-block;
  left: 5px;
  position: relative;
  top: 1px;
}

label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: normal;
}

.js-hide.button {
  display: none;
}

.gtranslate,
.gtranslate_wrapper {
  position: relative;
  width: 70%;
}
.gtranslate:after,
.gtranslate_wrapper:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(calc(-50% + 4px));
          transform: translateY(calc(-50% + 4px));
  border: 8px solid transparent;
  border-top-color: #fff;
  pointer-events: none;
}
.gtranslate select,
.gtranslate_wrapper select {
  background-color: #025c91;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  margin: 20px 0;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: 100ms all ease-in-out;
  transition: 100ms all ease-in-out;
}
.gtranslate select::-ms-expand,
.gtranslate_wrapper select::-ms-expand {
  display: none;
}
.gtranslate select option,
.gtranslate_wrapper select option {
  background-color: #025c91;
}
.gtranslate:hover:after, .gtranslate:focus:after, .gtranslate:active:after,
.gtranslate_wrapper:hover:after,
.gtranslate_wrapper:focus:after,
.gtranslate_wrapper:active:after {
  -webkit-animation: 300ms gtranslate-bounce;
          animation: 300ms gtranslate-bounce;
}
.gtranslate:hover select, .gtranslate:focus select, .gtranslate:active select,
.gtranslate_wrapper:hover select,
.gtranslate_wrapper:focus select,
.gtranslate_wrapper:active select {
  border-color: #5ab7e8;
  -webkit-transition: 100ms all ease-in-out;
  transition: 100ms all ease-in-out;
}

.form-item {
  margin-bottom: 15px;
}

.webform-element-description {
  font-size: 1.5rem;
}

.ui-widget {
  font-family: inherit;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border-color: #094468;
  background: #094468;
  color: #fff;
  -webkit-transition: 100ms all ease-in-out;
  transition: 100ms all ease-in-out;
}
.ui-state-active:hover.ui-button, .ui-state-active:focus.ui-button, .ui-state-active:active.ui-button,
.ui-widget-content .ui-state-active:hover.ui-button,
.ui-widget-content .ui-state-active:focus.ui-button,
.ui-widget-content .ui-state-active:active.ui-button,
.ui-widget-header .ui-state-active:hover.ui-button,
.ui-widget-header .ui-state-active:focus.ui-button,
.ui-widget-header .ui-state-active:active.ui-button {
  border-color: #094468;
  background: #094468;
  color: #fff;
  -webkit-transition: 100ms all ease-in-out;
  transition: 100ms all ease-in-out;
}

.ui-button {
  -webkit-transition: 100ms all ease-in-out;
  transition: 100ms all ease-in-out;
  border-radius: 0;
}
.ui-button:hover, .ui-button:focus, .ui-button:active {
  border-color: rgb(13.0619469027, 98.6902654867, 150.9380530973);
  background: rgb(13.0619469027, 98.6902654867, 150.9380530973);
  color: #fff;
  text-decoration: underline;
  -webkit-transition: 100ms all ease-in-out;
  transition: 100ms all ease-in-out;
}

.ui-helper-hidden-accessible {
  height: auto;
  position: relative;
}

.webform-message {
  margin: 30px 0;
}

.js-form-item-event-type {
  position: relative;
}
.js-form-item-event-type select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.js-form-item-event-type select::-ms-expand {
  display: none;
}
.js-form-item-event-type:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(calc(-50% + 12px));
          transform: translateY(calc(-50% + 12px));
  border: 8px solid transparent;
  border-top-color: #025485;
  border-bottom-width: 0;
  pointer-events: none;
}

/* Wrapper to place SVG icons on form elements, e.g. selects or text inputs */
.form-icon {
  position: relative;
  display: inline-block;
  height: 45px;
}
.form-icon.date {
  background: url(../0a7f4b8cb73bb03aa705.svg) no-repeat center right 1.5rem;
}
.form-icon input {
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
  padding-right: 5rem;
}
.form-icon input:focus {
  background: transparent;
}

h1, .ts-h1 {
  font-size: 5.3rem;
}

h2, .ts-h2 {
  font-size: 3.6rem;
}

h3, .ts-h3 {
  font-size: 2.5rem;
}

h4, .ts-h4 {
  font-size: 2rem;
}

h5, .ts-h5 {
  font-size: 1.9rem;
}

h6, .ts-h6 {
  font-size: 1.7rem;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  color: #000;
  font-weight: 700;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
}

h2 {
  margin: 40px 0 20px;
}
.content .paragraph--type--full-width-content:first-child h2:first-of-type {
  margin-top: 0;
}

h3, h4, h5, h6 {
  margin: 20px 0;
}

img, svg {
  max-width: 100%;
}

img {
  display: block;
  height: auto;
}

.image--captioned {
  margin-left: 0;
  margin-right: 0;
}
.paragraph--type--image-gallery .image--captioned {
  margin: 0 10px 20px;
  background: #f5f4f4;
}
.image--captioned figcaption {
  padding: 10px;
  font-size: 1.5rem;
  line-height: 1.4;
  background: #f5f4f4;
}

.icon-svg {
  overflow: hidden;
}

a {
  color: #03629b;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

.icon-link > * {
  vertical-align: middle;
  display: inline-block;
}
.icon-link img {
  margin-right: 10px;
}

.skip-nav {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip-path: inset(1px 1px 1px 1px);
  -webkit-transform: translate(0, -40px);
          transform: translate(0, -40px);
  opacity: 0;
  /* transition: transform $transition-short, opacity $transition-short;*/
  width: 100%;
  left: 0;
}
.skip-nav:focus {
  color: #fff;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  height: auto;
  top: -1px;
  display: block;
  overflow: auto;
  clip: auto;
  z-index: 50;
  text-align: center;
  text-decoration: none;
  padding: 10px;
  background-color: #000;
  font-weight: 700;
  width: auto;
}

.plain-list {
  margin: 0;
  padding: 0;
}
.plain-list li {
  margin: 0;
  list-style: none;
}

.svg-soc-tw, .svg-soc-fb, .svg-gw-gear {
  background: url(../485085f0da64fcf4400c.svg) no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.svg-gw-gear {
  background-position: 0 0 !important;
  width: 42px;
  height: 43px;
}

.svg-soc-fb {
  background-position: 55.2631578947% 0 !important;
  width: 24px;
  height: 34px;
}

.svg-soc-tw {
  background-position: 100% 0 !important;
  width: 34px;
  height: 30px;
}

table {
  width: 100%;
  border-spacing: 0;
  line-height: 1.2;
  text-align: left;
}
table caption {
  margin: 5px 0;
}

th {
  padding: 2rem 1.5rem;
}

td {
  padding: 1.5rem;
}

thead th {
  color: #fff;
  background: #046aa7;
}

tbody {
  border: 1px solid #f5f4f4;
}

.tablefield-wrapper {
  overflow-x: auto;
  max-width: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, white), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(70%, white)) 0 100%, radial-gradient(farthest-side at 0% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
  background: linear-gradient(to right, white 30%, rgba(255, 255, 255, 0)), linear-gradient(to right, rgba(255, 255, 255, 0), white 70%) 0 100%, radial-gradient(farthest-side at 0% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 40px 100%, 40px 100%, 14px 100%, 14px 100%;
  background-position: 0 0, 100%, 0 0, 100%;
  background-attachment: local, local, scroll, scroll;
}
.tablefield-wrapper tr:nth-child(even) {
  background-color: #d1d1d1;
  background-color: rgba(209, 209, 209, 0.4);
}

address {
  font-style: normal;
}

hr {
  height: 9px;
  border: none;
  background: #efefef;
  margin: 40px 0;
  width: 100%;
}
hr.hr--regular-margin {
  margin: 20px 0;
}

.text-meta {
  text-transform: uppercase;
  font-size: 1.5rem;
}

.text-bold {
  font-weight: 700;
}

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

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.grid-2col .grid-item {
  width: 50%;
}
@supports (display: grid) {
  .grid-2col .grid-item {
    width: 100%;
  }
}
.grid-2col .grid-item--end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: right;
}

@supports (display: grid) {
  .grid {
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .grid-gutter-sm {
    grid-gap: 15px;
  }
  .grid-gutter {
    grid-gap: 30px;
  }
  @media (min-width: 768px) {
    .grid-4col {
      grid-template-columns: repeat(4, 1fr);
    }
  }
  @media (min-width: 980px) {
    .grid-2col {
      grid-template-columns: repeat(2, 1fr);
    }
    .grid-3col {
      grid-template-columns: repeat(3, 1fr);
    }
    .grid-2row {
      grid-template-rows: repeat(2, 1fr);
    }
    .grid-3row {
      grid-template-rows: repeat(2, 1fr);
    }
    .grid-4row {
      grid-template-rows: repeat(2, 1fr);
    }
    .grid-item--2col {
      grid-column: span 2;
    }
    .grid-item--3col {
      grid-column: span 3;
    }
    .grid-item--2row {
      grid-row: span 2;
    }
    .grid-item--3col {
      grid-row: span 3;
    }
    .grid-item--end {
      display: grid;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: end;
      text-align: right;
    }
  }
}
.flex-grid--gutters.flex-grid {
  margin: -20px 0 20px -30px;
}
.flex-grid--gutters.flex-grid > .flex-grid-cell {
  padding: 20px 0 0 30px;
}

.flex-grid--gutters-sm.flex-grid {
  margin: -20px 0 20px -30px;
}
.flex-grid--gutters-sm.flex-grid > .flex-grid-cell {
  padding: 20px 0 0 30px;
}
@media (min-width: 840px) {
  .flex-grid--gutters-sm.flex-grid {
    margin: -20px 0 20px -15px;
  }
  .flex-grid--gutters-sm.flex-grid > .flex-grid-cell {
    padding: 20px 0 0 15px;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex--footer {
  display: block;
}
@media (min-width: 840px) {
  .flex--footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.flex-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.flex-grid--button-group {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-grid--button-group .flex-grid-cell {
  padding: 0 30px;
}
.flex-grid--button-group .button {
  width: 100%;
}

/* makes cells equal height */
.flex-grid--flexcells > .flex-grid-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-grid-cell {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  /* IE 10 fallback */
  width: 100%;
  max-width: 100%;
}
.flex-grid-cell--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lg-flex-grid--1of4 > .flex-grid-cell {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  /* IE 10 fallback */
  width: 50%;
  max-width: 50%;
}

@media (min-width: 840px) {
  .lg-flex-grid--1of4 > .flex-grid-cell,
  .md-flex-grid--1of2 > .flex-grid-cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    /* IE 10 fallback */
    width: 50%;
    max-width: 50%;
  }
  .md-flex-grid--1of3 > .flex-grid-cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    /* IE 10 fallback */
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .md-flex-grid--1of3 > .flex-grid-cell--2of3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* first cell can't grow in width, second can */
  .md-flex-grid--1of2-first-static {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .md-flex-grid--1of2-first-static > .flex-grid-cell:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .md-flex-grid--1of2-first-static > .flex-grid-cell:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media (min-width: 980px) {
  .lg-flex-grid--1of2 > .flex-grid-cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    /* IE 10 fallback */
    width: 50%;
    max-width: 50%;
  }
  .lg-flex-grid--1of4 > .flex-grid-cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    /* IE 10 fallback */
    width: 25%;
    max-width: 25%;
  }
  .lg-flex-grid--1of3 > .flex-grid-cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    /* IE 10 fallback */
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .lg-flex-grid--1of3 > .flex-grid-cell--2of3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
.gutter {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 600px) {
  .gutter {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.gutter-sm {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 600px) {
  .gutter-sm {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* containers */
.container {
  width: 100%;
  margin: 0 auto;
}
.container:after {
  clear: both;
  content: "";
  display: table;
}
.container {
  max-width: 1300px;
}
.container--small {
  width: 100%;
  margin: 0 auto;
}
.container--small:after {
  clear: both;
  content: "";
  display: table;
}
.container--small {
  max-width: 988px;
}
.container--2col, .container--3col {
  grid-gap: 20px;
}
.container--4col {
  grid-gap: 10px;
}

.page > .container {
  overflow: hidden;
}

.alert-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
}
.alert-item--high {
  background: #f5f4f4;
}
.alert-item--normal {
  border: 1px solid #979797;
}
.alert-item__icon {
  padding: 20px;
  background: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.alert-item--high .alert-item__icon {
  background: #e9650c;
}
.alert-item--high .alert-item__icon svg {
  width: 47px;
  height: 43px;
  fill: #f8f8f8;
}
.alert-item--normal .alert-item__icon {
  background: #5fb567;
  border-right: 1px solid #979797;
}
.alert-item--normal .alert-item__icon svg {
  width: 48px;
  height: 46px;
  fill: #fff;
}
.alert-item__content {
  padding: 20px 30px;
  font-size: 1.8rem;
  line-height: 1.4;
}
.alert-item__content a {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}
.alert-item__content a:hover, .alert-item__content a:focus, .alert-item__content a:active {
  background: transparent url(../d2ec397cf11107d51a81.svg) no-repeat center right;
  padding-right: 16px;
}
@media (min-width: 980px) {
  .alert-item__content {
    padding-right: 100px;
  }
}
.alert-item:hover, .alert-item:focus, .alert-item:active {
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
}
.alert-item:hover.alert-item--normal, .alert-item:focus.alert-item--normal, .alert-item:active.alert-item--normal {
  background: rgb(195.9, 215.4, 197.1);
}
.alert-item:hover.alert-item--high, .alert-item:focus.alert-item--high, .alert-item:active.alert-item--high {
  background: rgb(241.4, 201.1, 174.4);
}
.alert-item:hover .icon-svg, .alert-item:focus .icon-svg, .alert-item:active .icon-svg {
  -webkit-animation: 300ms wiggle;
          animation: 300ms wiggle;
}

.bid-proposal {
  border: 1px solid #979797;
  margin-bottom: 20px;
}

.bid-proposal__title-wrapper {
  background: #046aa7;
  color: #fff;
  padding: 15px 20px 10px;
  font-size: 2.5rem;
  line-height: 1.2;
}

.bid-proposal__meta-wrapper {
  background: #d6edfc;
  padding: 10px 20px;
  font-size: 2rem;
  line-height: 1.4;
}
.bid-proposal__meta-wrapper .icon-svg {
  width: 23px;
  height: 22px;
  color: #046aa7;
  vertical-align: middle;
}
@media (min-width: 840px) {
  .bid-proposal__meta-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.bid-proposal__due-date {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.bid-proposal__posted-date {
  font-size: 1.8rem;
}

.bid-proposal__content-wrapper {
  padding: 15px 20px 30px;
  border-bottom: 7px solid #f5f4f4;
  word-break: break-word;
}
.bid-proposal__content-wrapper .button {
  margin-top: 20px;
}
.bid-proposal__content-wrapper .button .icon-svg {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 10px;
}

.blockquote {
  background-color: #d6edfc;
  background-image: url(../3b6f4315c2fa081a7550.svg);
  background-repeat: no-repeat;
  background-position: 40px 40px;
  padding: 40px;
  font-size: 2.4rem;
  line-height: 1.3;
}
.blockquote p {
  margin: 0 0 40px;
}
.blockquote cite {
  font-weight: 700;
  font-style: normal;
}

.breadcrumb ol {
  margin: 0;
  padding: 0;
}
.breadcrumb ol li {
  margin: 0;
  list-style: none;
}
.breadcrumb li {
  display: inline;
  padding-right: 8px;
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.breadcrumb li:after {
  content: "|";
  padding-left: 10px;
}
.breadcrumb li:last-child:after {
  content: "";
  padding-left: 0;
}
.breadcrumb li a {
  color: #c5ecff;
}
.type--news .breadcrumb li:nth-last-child(2):after {
  content: none;
}
.type--news .breadcrumb li:last-child {
  display: none;
}

.button {
  text-transform: uppercase;
  background: transparent;
  border: none;
  border-radius: 0;
  position: relative;
  min-width: 244px;
  max-width: 100%;
  margin: 0;
  padding: 10px 15px;
  display: inline-block;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  color: #046aa7;
  line-height: 1.4;
  -webkit-transition: 100ms all ease-in-out;
  transition: 100ms all ease-in-out;
}
.button::-moz-focus-inner {
  border: 0;
}
.button:hover, .button:focus, .button:active {
  text-decoration: none;
  -webkit-transition: 100ms all ease-in-out;
  transition: 100ms all ease-in-out;
  padding-left: 5px;
  padding-right: 45px;
}
.button:hover:after, .button:focus:after, .button:active:after {
  opacity: 1;
  right: 10px;
  -webkit-transition: 100ms all ease-in;
  transition: 100ms all ease-in;
  will-change: opacity, right;
}
.button:after {
  content: "";
  display: inline-block;
  background: transparent url(../887a389b5794cb7af424.svg) no-repeat center center;
  width: 9px;
  height: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  opacity: 0;
  -webkit-transition: 100ms all ease-out;
  transition: 100ms all ease-out;
  will-change: opacity, right;
}
.button {
  border: 3px solid #025485;
}
.button:hover, .button:focus, .button:active {
  color: #f2f5f6;
  background: #03629b;
  border-color: #03629b;
}
.button-group .button {
  margin: 0 5px 15px;
  text-transform: none;
}
.button--center {
  text-align: center;
}
.content .button {
  text-decoration: none;
}

input.button:hover, input.button:focus, input.button:active {
  padding: 10px 15px;
}

.button--outline-light {
  border: 3px solid #e3dddd;
  font-weight: 700;
}
.button--outline-light:hover, .button--outline-light:focus, .button--outline-light:active {
  color: #f2f5f6;
  border-color: #03629b;
  background: #03629b;
}

.button--dark {
  background: #094468;
  color: #f2f5f6;
  border-color: transparent;
}

.button--wide {
  background: #046aa7;
  color: #f2f5f6;
  border-color: transparent;
  max-width: 300px;
  width: 100%;
  font-weight: 700;
  font-size: 1.7rem;
}

.button--file {
  padding: 0;
  padding-left: 15px;
  min-width: auto;
}
.button--file:hover a, .button--file:focus a, .button--file:active a {
  color: #fff;
  -webkit-transition: 100ms all ease-in-out;
  transition: 100ms all ease-in-out;
}
.button--file a {
  display: inline-block;
  padding: 10px 15px 10px 0;
  -webkit-transition: 100ms all ease-in-out;
  transition: 100ms all ease-in-out;
}

body.type--document .button--file {
  padding: 15px;
}
body.type--document .button--file:hover::after, body.type--document .button--file:focus::after, body.type--document .button--file:active::after {
  content: none;
}

.button--mega {
  margin: 20px 0;
}
.button--mega__title {
  text-transform: initial;
  font-weight: 400;
  font-size: 2.4rem;
}
.button--mega .text-meta {
  font-weight: 400;
}

.callout--full-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.callout--full-width.region--green h2 {
  color: #fff;
}
.callout--light-blue {
  padding: 20px 0;
}
.callout--light-blue .callout__header {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
}
@media (min-width: 980px) {
  .callout--light-blue .callout__header > *:not(:first-child) {
    margin-left: 40px;
  }
}
.callout--light-blue .callout__header span {
  text-transform: none;
  font-weight: 500;
}
@media (max-width: 979px) {
  .callout--light-blue .callout__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.callout__header h2, .callout__header h3 {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}
.callout__icon {
  width: 100px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100px;
          flex: 1 0 100px;
}
.callout--light-blue .callout__icon {
  display: inline-block;
  fill: #046aa7;
  height: 30px;
  vertical-align: middle;
}
.callout--light-blue .callout__icon.icon--electric {
  width: 18px;
}
.callout--light-blue .callout__icon.icon--water {
  width: 21px;
}
.callout--full-width .callout__icon {
  margin-right: 40px;
  fill: #046aa7;
}
.callout__phone-text {
  color: #000;
  border-bottom: 2px solid currentColor;
  padding-bottom: 2px;
  -webkit-transition: 100ms all ease-in-out;
  transition: 100ms all ease-in-out;
}
@media (max-width: 979px) {
  .callout__phone-link {
    margin: 10px 0;
  }
}
.callout__phone-link:hover, .callout__phone-link:focus, .callout__phone-link:active {
  text-decoration: none;
}
.callout__phone-link:hover .callout__phone-text, .callout__phone-link:focus .callout__phone-text, .callout__phone-link:active .callout__phone-text {
  color: #094468;
  border-bottom-color: currentColor;
  -webkit-transition: 100ms all ease-in-out;
  transition: 100ms all ease-in-out;
}
.callout__content p {
  margin-top: 0;
}
.callout--light-blue .callout__content {
  margin: 20px 40px;
  padding: 20px;
  background: #ebf8ff;
  font-size: 1.4rem;
}
.callout--light-blue .callout__content a {
  font-weight: 700;
  color: #046aa7;
}
.callout--full-width .callout__content h2 {
  margin-top: 0;
}
.callout--full-width .callout__content {
  line-height: 1.4;
}

.card {
  line-height: 1;
  position: relative;
}
.md-flex-grid--1of2 .card {
  max-width: 337px;
}
.md-flex-grid--1of3 .card {
  max-width: 276px;
}
.card--single .card {
  max-width: 400px;
}
.card__w-background .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 12px 20px;
  position: relative;
  /* IE 10 fallback */
  width: 100%;
  padding: 20px;
  background-color: rgba(4, 4, 4, 0.6);
  color: #fff;
  text-align: center;
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
}
.card__w-background .card h2,
.card__w-background .card h3,
.card__w-background .card h4,
.card__w-background .card h5,
.card__w-background .card h6 {
  color: #fff;
}
.card__w-background .card:hover, .card__w-background .card:focus, .card__w-background .card:active {
  background-color: rgba(4, 4, 4, 0.8);
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
}
@media (min-width: 840px) {
  .card__w-background .md-flex-grid--1of2 .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    /* IE 10 fallback */
    width: 50%;
  }
  .card__w-background .md-flex-grid--1of3 .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    /* IE 10 fallback */
    width: 33.3333333333%;
  }
}
.container--2col .card {
  padding: 20px;
  background: #f2f5f6;
  margin-bottom: 20px;
}
@supports (display: grid) {
  .container--2col .card {
    margin-bottom: 0;
  }
}
.container--2col .card__heading {
  display: block;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
.container--2col .card__heading a {
  text-decoration: none;
  color: #046aa7;
}
.container--2col .card__heading a:hover, .container--2col .card__heading a:focus, .container--2col .card__heading a:active {
  text-decoration: underline;
}
.card__w-background .card__heading {
  margin-bottom: 15px;
  font-size: 2.5rem;
}
.card__w-background .card__heading a {
  color: inherit;
}
.content .card__w-background .card__heading a {
  text-decoration: none;
}
.content .card__w-background .card__heading a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content .card__w-background .card__heading a:hover, .content .card__w-background .card__heading a:focus, .content .card__w-background .card__heading a:active {
  text-decoration: underline;
}
.card h2.card__heading,
.card h3.card__heading,
.card h4.card__heading {
  margin-top: 0;
}
.card--dark {
  background: #6c6f71;
  padding: 20px 35px;
  color: #fff;
}
@media (min-width: 840px) {
  .card--dark {
    width: 400px;
  }
}
.card--excerpt {
  background: #fff;
  width: 300px;
  padding: 45px 25px;
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
}
.card--green {
  background: #3a7b3e;
  width: 370px;
  padding: 20px 12px;
  color: #fff;
}
.card--green h2 {
  color: #fff;
  margin: 0;
}
.card--hero-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 25px;
  min-width: 300px;
  max-width: 485px;
}
.card--event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card--news {
  background: #f8f8f8;
  width: 300px;
  padding: 30px 40px;
  border: 1px solid #979797;
  border-top: 20px solid #046aa7;
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
}
.card--w-image {
  width: 310px;
}
@media (min-width: 1200px) {
  .card--w-image {
    width: 350px;
  }
}
.card--w-image__wrapper {
  overflow: hidden;
}
.card--w-image img {
  -webkit-transition: 400ms all ease-in-out;
  transition: 400ms all ease-in-out;
}
.card__w-background {
  padding: 65px 0 45px;
}
.card__w-background .cards {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card__title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #046aa7;
  line-height: 1.2;
}
.card__title a {
  color: inherit;
}
.content .card__title a {
  text-decoration: none;
}
.content .card__title a:hover, .content .card__title a:focus, .content .card__title a:active {
  text-decoration: underline;
}
.card__title a {
  line-height: 1.2;
}
.card__title a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card--w-image .card__title {
  margin-top: 20px;
}
.card--news .card__title {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.2;
}
.card--dark .card__title, .card--hero-cta .card__title {
  color: #fff;
}
.card--hero-cta .card__title {
  margin: 0 0 15px;
}
.card__title .card__date {
  color: #101111;
  display: block;
  font-weight: normal;
  padding: 1rem 0;
  text-align: left;
}
.card:hover.card--w-image .card--w-image__wrapper img, .card:focus.card--w-image .card--w-image__wrapper img, .card:active.card--w-image .card--w-image__wrapper img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 400ms all ease-in-out;
  transition: 400ms all ease-in-out;
}
.card:hover.card--news, .card:focus.card--news, .card:active.card--news {
  background: rgb(235.8, 240.9, 243.95);
  border-color: rgb(3.4035087719, 90.1929824561, 142.0964912281);
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
}
.card__meta {
  font-size: 1.6rem;
  font-weight: 500;
  color: #6c6f71;
  text-transform: uppercase;
  line-height: 1.4;
}
.card--dark .card__meta {
  color: #fff;
}
.card--dark .card__meta, .card--excerpt .card__meta {
  margin-bottom: 15px;
}
.card--news .card__meta {
  padding: 40px 0;
  font-size: 1.8rem;
  font-style: italic;
  text-transform: none;
}
.event__cards--attachments .card__meta {
  display: none;
}
.card__content {
  font-size: 1.8rem;
  line-height: 1.4;
}
.card--event .card__content {
  margin-left: 15px;
  word-break: break-word;
}
.card--hero-cta .card__content {
  margin-left: 25px;
  font-size: 1.4rem;
  line-height: 1.8;
}
.card--w-image .card__image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 225px;
  background-image: url(../3832f965ae710f3fa656.svg);
  background-position: center;
}
.card__icon .icon-svg {
  width: 70px;
  height: 70px;
  max-width: unset;
  fill: #fff;
}
.card__cta-links {
  margin-top: 10px;
  font-size: 1.7rem;
  color: #fff;
}
.card__cta-links a {
  display: inline-block;
  color: inherit;
}
.card__cta-links a:not(:last-child) {
  margin-right: 20px;
}
.card__location {
  margin-bottom: 10px;
}
.card__location a {
  color: inherit;
}
.card__date {
  height: 100%;
  border: 1px solid #fff;
  padding: 10px 20px;
  text-align: center;
  line-height: 1;
}
.card__date span {
  display: block;
}
.card__date .month {
  font-size: 2.3rem;
  font-weight: 500;
  text-transform: uppercase;
}
.card__date .day {
  font-size: 5.2rem;
  font-weight: 600;
}

.collapse__button {
  position: relative;
  padding: 20px 80px 20px 20px;
  background-color: #6c6f71;
  font-size: 2.9rem;
  font-weight: 700;
  color: #f7eeee;
  line-height: 1.2;
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
  border: none;
  width: 100%;
  text-align: left;
}
.collapse__button:hover, .collapse__button:focus, .collapse__button:active {
  background-color: #046aa7;
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
}
.collapse__button:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 15px;
  width: 48px;
  height: 48px;
  background: url(../07e305a243d6f20071dd.svg) no-repeat;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}
.collapse__button.open {
  background-color: #046aa7;
}
.collapse__button.open:after {
  background: url(../b4f431e526f74e812185.svg) no-repeat;
}
.collapse__item h2.collapse__heading,
.collapse__item h3.collapse__heading,
.collapse__item h4.collapse__heading,
.collapse__item h5.collapse__heading,
.collapse__item h6.collapse__heading {
  margin: 0;
}
.collapse__item {
  margin-bottom: 10px;
  position: relative;
}
.collapse__item .js-hidden {
  visibility: hidden;
  position: absolute;
}
.collapse__item .js-hidden.open {
  visibility: visible;
  position: static;
}
.collapse__content {
  padding: 10px 0;
}

.contact-item {
  margin-right: 40px;
  font-size: 1.4rem;
  line-height: 1.8;
}
.contact-item:last-child {
  margin-right: 0;
}
.contact-item__header {
  font-weight: 700;
}

#views-exposed-form-programs-list.views-exposed-form {
  padding: 15px 0;
}
#views-exposed-form-programs-list .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 840px) {
  #views-exposed-form-programs-list .form-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1040px) {
  #views-exposed-form-programs-list .form-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#views-exposed-form-programs-list .form-actions {
  padding: 0;
}
#views-exposed-form-programs-list label {
  margin: 0 10px;
  font-size: 2rem;
  font-weight: 700;
  color: #535054;
}
@media (min-width: 1200px) {
  #views-exposed-form-programs-list label {
    font-size: 2.4rem;
  }
}
@media (min-width: 1300px) {
  #views-exposed-form-programs-list label {
    margin: 0 15px;
  }
}
#views-exposed-form-programs-list .bef-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 10px;
}
@media (min-width: 1040px) {
  #views-exposed-form-programs-list .bef-links {
    margin: 0;
    width: 100%;
  }
}
#views-exposed-form-programs-list .bef-links > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  padding: 0;
  margin: 0;
}
@media (min-width: 1040px) {
  #views-exposed-form-programs-list .bef-links > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
  }
}
#views-exposed-form-programs-list .bef-links > ul li {
  list-style-type: none;
  margin: 0;
}
#views-exposed-form-programs-list .bef-links a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  padding-left: 80px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #f2f5f6;
  background-color: #046aa7;
  background-repeat: no-repeat;
  background-position: 12px center;
  text-transform: uppercase;
  line-height: 1.2;
  opacity: 0.785;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#views-exposed-form-programs-list .bef-links a.bef-link-active, #views-exposed-form-programs-list .bef-links a:hover, #views-exposed-form-programs-list .bef-links a:focus, #views-exposed-form-programs-list .bef-links a:active {
  background-color: #3a7b3e;
  opacity: 1;
}
#views-exposed-form-programs-list .bef-links a.bef-link-active:after, #views-exposed-form-programs-list .bef-links a:hover:after, #views-exposed-form-programs-list .bef-links a:focus:after, #views-exposed-form-programs-list .bef-links a:active:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  border: solid transparent;
  height: 0;
  width: 0;
  border-width: 20px;
  margin-left: -20px;
  border-bottom-color: #f2f5f6;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media (min-width: 840px) {
  #views-exposed-form-programs-list .bef-links a {
    padding-left: 70px;
  }
}
@media (min-width: 980px) {
  #views-exposed-form-programs-list .bef-links a {
    font-size: 1.3rem;
  }
}
@media (min-width: 1200px) {
  #views-exposed-form-programs-list .bef-links a {
    font-size: 1.7rem;
  }
}
@media (min-width: 1300px) {
  #views-exposed-form-programs-list .bef-links a {
    font-size: 1.9rem;
  }
}
#views-exposed-form-programs-list .bef-links > ul > li {
  width: 100%;
  max-width: 100%;
  margin: 0 10px 10px 0;
}
@media (min-width: 840px) {
  #views-exposed-form-programs-list .bef-links > ul > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31%;
            flex: 0 0 31%;
    margin-bottom: 0;
  }
}
@media (min-width: 1300px) {
  #views-exposed-form-programs-list .bef-links > ul > li {
    margin-right: 15px;
  }
}
#views-exposed-form-programs-list .bef-links > ul > li:first-child a {
  background-image: url(../278b21a5d7922e2897f9.svg);
}
#views-exposed-form-programs-list .bef-links > ul > li:nth-child(2) a {
  background-image: url(../21108dd81511e8686c4a.svg);
}
@media (min-width: 840px) {
  #views-exposed-form-programs-list .bef-links > ul > li:nth-child(2) a {
    padding-left: 55px;
    background-position: 5px center;
  }
}
@media (min-width: 1200px) {
  #views-exposed-form-programs-list .bef-links > ul > li:nth-child(2) a {
    background-position: 8px center;
  }
}
#views-exposed-form-programs-list .bef-links > ul > li:last-child a {
  background-image: url(../5a682fabd48c564d5f23.svg);
}

.flag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.flag_media {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.flag_body > *:first-child {
  margin-top: 0;
}
.flag_body > *:last-child {
  margin-bottom: 0;
}
.flag_body {
  padding-left: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flag--center .flag_body {
  -ms-flex-item-align: center;
      align-self: center;
}

.heading {
  margin-bottom: 15px;
}
.heading--with-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.heading__icon {
  width: 45px;
  height: 49px;
}
.heading--alert {
  padding: 10px;
  background: #3a7b3e;
}
.heading--alert svg {
  width: 26px;
  height: 25px;
  fill: #f8f8f8;
}
.heading--alert--high {
  background: #e9650c;
}
.heading--program {
  width: 64px;
  height: 77px;
  padding: 10px;
  background-color: #f9f4f4;
}
.heading--program svg {
  width: 44px;
  height: 58px;
  fill: #046aa7;
}
.heading__content {
  padding-left: 20px;
}
.heading__meta {
  font-size: 1.6rem;
  font-weight: 500;
  color: #6c6f71;
  text-transform: uppercase;
  line-height: 1.4;
}
.heading__meta span {
  font-weight: 700;
}
.heading__text {
  margin: 0;
  line-height: 1;
}
.heading--with-underline {
  padding-bottom: 10px;
  border-bottom: 13px solid #f5f4f4;
}
.heading__list {
  margin: 0;
  padding: 0;
}
.heading__list li {
  margin: 0;
  list-style: none;
}
.heading__list {
  display: inline-block;
}
.heading__list li {
  display: inline-block;
}
.heading__list li:last-child span {
  display: none;
}

.image-card {
  width: 100%;
  max-width: 440px;
  position: relative;
}
.image-card__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px 20px;
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
}
.image-card__icon {
  width: 100px;
}
.image-card__content {
  padding-left: 20px;
  line-height: 1.4;
}
.image-card__heading {
  margin: 0 0 10px;
  color: #fff;
}
.region--orange .image-card__heading {
  color: #000;
}
.image-card__heading a {
  color: inherit;
}
.image-card__heading a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content .image-card__heading a {
  text-decoration: none;
}
.content .image-card__heading a:hover, .content .image-card__heading a:focus, .content .image-card__heading a:active {
  text-decoration: underline;
}
.image-card .icon-svg {
  fill: #fff;
  width: 100px;
  max-width: unset;
}
.image-card:hover .image-card__wrap.region--green, .image-card:focus .image-card__wrap.region--green, .image-card:active .image-card__wrap.region--green {
  background: rgb(49.8287292818, 105.6712707182, 53.2651933702);
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
}
.image-card:hover .image-card__wrap.region--blue, .image-card:focus .image-card__wrap.region--blue, .image-card:active .image-card__wrap.region--blue {
  background: rgb(3.4035087719, 90.1929824561, 142.0964912281);
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
}
.image-card:hover .image-card__icon .icon-svg, .image-card:focus .image-card__icon .icon-svg, .image-card:active .image-card__icon .icon-svg {
  -webkit-animation: 300ms wiggle;
          animation: 300ms wiggle;
}

.hero__links .link-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  height: 120px;
  max-width: 100%;
  font-size: 2.1rem;
  font-weight: 600;
  padding-right: 20px;
  background: #f8f8f8;
  color: #161717;
  line-height: 1.4;
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
  width: 300px;
}
@media (min-width: 600px) {
  .hero__links .link-icon {
    width: 438px;
  }
}
@media (min-width: 840px) {
  .hero__links .link-icon:last-of-type {
    margin-bottom: 0;
  }
}
.hero__links .link-icon span {
  display: inline-block;
  vertical-align: middle;
}
.hero__links .link-icon__text {
  padding-left: 20px;
}
.hero__links .link-icon__icon {
  position: relative;
  width: 107px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 107px;
          flex: 0 0 107px;
  height: 100%;
  color: #fff;
  fill: #fff;
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
}
.hero__links .link-icon__icon:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 13px;
  margin-top: -13px;
}
.hero__links .link-icon .icon-svg {
  display: block;
  margin: 30px auto 0;
}
.hero__links .link-icon .icon--bill-pay {
  width: 70px;
  height: 57px;
}
.hero__links .link-icon .icon--plug {
  width: 48px;
  height: 55px;
}
.hero__links .link-icon .icon--phone {
  width: 59px;
  height: 59px;
}
.hero__links .link-icon .icon--people {
  width: 76px;
  height: 56px;
}
.hero__links .link-icon:first-child .link-icon__icon {
  background: #5ab7e8;
}
.hero__links .link-icon:first-child .link-icon__icon:after {
  border-left-color: #5ab7e8;
}
.hero__links .link-icon:first-child:hover, .hero__links .link-icon:first-child:focus, .hero__links .link-icon:first-child:active {
  background: rgb(205.5, 233.4, 248.1);
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
}
.hero__links .link-icon:nth-child(2) .link-icon__icon {
  background: #046aa7;
}
.hero__links .link-icon:nth-child(2) .link-icon__icon:after {
  border-left-color: #046aa7;
}
.hero__links .link-icon:nth-child(2):hover, .hero__links .link-icon:nth-child(2):focus, .hero__links .link-icon:nth-child(2):active {
  background: rgb(179.7, 210.3, 228.6);
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
}
.hero__links .link-icon:last-child .link-icon__icon {
  background: #3a7b3e;
}
.hero__links .link-icon:last-child .link-icon__icon:after {
  border-left-color: #3a7b3e;
}
.hero__links .link-icon:last-child:hover, .hero__links .link-icon:last-child:focus, .hero__links .link-icon:last-child:active {
  background: rgb(195.9, 215.4, 197.1);
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
}
.hero__links .link-icon:hover, .hero__links .link-icon:focus, .hero__links .link-icon:active {
  text-decoration: none;
}
.hero__links .link-icon:hover .link-icon__text, .hero__links .link-icon:focus .link-icon__text, .hero__links .link-icon:active .link-icon__text {
  padding-bottom: 0;
  border-bottom: none;
}
.link-icon__icon {
  display: inline-block;
}
.link-icon.in-active {
  color: #25ACEB;
  background-color: #093C5A;
  display: block;
  height: 100%;
}
.link-icon.in-active .link-icon__text {
  color: #25ACEB;
  background-color: #093C5A;
}
.link-icon:hover, .link-icon:focus, .link-icon:active {
  text-decoration: none;
}
.link-icon:hover .link-icon__icon .icon-svg, .link-icon:focus .link-icon__icon .icon-svg, .link-icon:active .link-icon__icon .icon-svg {
  -webkit-animation: 300ms wiggle;
          animation: 300ms wiggle;
}
.link-icon:hover .link-icon__text, .link-icon:focus .link-icon__text, .link-icon:active .link-icon__text {
  padding-bottom: 2px;
  border-bottom: 1px solid currentColor;
}

.content a {
  text-decoration: underline;
}
.content a:hover, .content a:focus, .content a:active {
  text-decoration: none;
}

.return-link {
  font-size: 1.6rem;
  color: #3a7b3e;
  text-transform: uppercase;
}

.more-link {
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: right;
}
.more-link a {
  color: #3a7b3e;
  background: transparent url(../d2ec397cf11107d51a81.svg) no-repeat center right;
  padding-right: 16px;
}
.news--home .more-link, .events .more-link {
  text-align: center;
}
.news--home .more-link a, .events .more-link a {
  font-size: 1.9rem;
  text-transform: uppercase;
  background: transparent;
  border: none;
  border-radius: 0;
  position: relative;
  min-width: 244px;
  max-width: 100%;
  margin: 0;
  padding: 10px 15px;
  display: inline-block;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  color: #046aa7;
  line-height: 1.4;
  -webkit-transition: 100ms all ease-in-out;
  transition: 100ms all ease-in-out;
}
.news--home .more-link a::-moz-focus-inner, .events .more-link a::-moz-focus-inner {
  border: 0;
}
.news--home .more-link a:hover, .news--home .more-link a:focus, .news--home .more-link a:active, .events .more-link a:hover, .events .more-link a:focus, .events .more-link a:active {
  text-decoration: none;
  -webkit-transition: 100ms all ease-in-out;
  transition: 100ms all ease-in-out;
  padding-left: 5px;
  padding-right: 45px;
}
.news--home .more-link a:hover:after, .news--home .more-link a:focus:after, .news--home .more-link a:active:after, .events .more-link a:hover:after, .events .more-link a:focus:after, .events .more-link a:active:after {
  opacity: 1;
  right: 10px;
  -webkit-transition: 100ms all ease-in;
  transition: 100ms all ease-in;
  will-change: opacity, right;
}
.news--home .more-link a:after, .events .more-link a:after {
  content: "";
  display: inline-block;
  background: transparent url(../887a389b5794cb7af424.svg) no-repeat center center;
  width: 9px;
  height: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  opacity: 0;
  -webkit-transition: 100ms all ease-out;
  transition: 100ms all ease-out;
  will-change: opacity, right;
}
.news--home .more-link a, .events .more-link a {
  border: 3px solid #e3dddd;
  font-weight: 700;
}
.news--home .more-link a:hover, .news--home .more-link a:focus, .news--home .more-link a:active, .events .more-link a:hover, .events .more-link a:focus, .events .more-link a:active {
  color: #f2f5f6;
  border-color: #03629b;
  background: #03629b;
}

.media-block {
  display: inline-block;
  padding: 15px 0;
}
.media-block:not(.media-block--full) {
  width: auto;
}
@media (min-width: 980px) {
  .media-block:not(.media-block--full) {
    width: 100%;
  }
}
.media-block.video--captioned {
  padding: 0;
}

.media-block--full {
  width: 100%;
  margin-bottom: 15px;
}

.media-block__media {
  text-align: center;
}
.media-block__media iframe {
  max-width: 100%;
}
.media-block--full .media-block__media {
  width: 100%;
}
.media-block--full .media-block__media iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.media-block__caption {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.4;
}

.media-block__video-frame {
  margin: 0 auto;
  clear: both;
}

.media-block__video-player {
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.media-object {
  padding: 30px;
  padding-top: 20px;
  border-bottom: 10px solid #f5f4f4;
  margin-bottom: 10px;
}
.media-object .icon-svg {
  fill: #046aa7;
}
.media-object h2, .media-object h3 {
  margin-bottom: 0;
  font-size: 2rem;
}
.media-object h2 a, .media-object h3 a {
  color: #046aa7;
}
.content .media-object h2 a, .content .media-object h3 a {
  text-decoration: none;
}
.content .media-object h2 a.link--underlined, .content .media-object h3 a.link--underlined {
  text-decoration: underline;
}
.content .media-object h2 a:hover, .content .media-object h2 a:focus, .content .media-object h2 a:active, .content .media-object h3 a:hover, .content .media-object h3 a:focus, .content .media-object h3 a:active {
  text-decoration: underline;
}
.media-object--w-icon:first-child {
  border-top: 10px solid #f5f4f4;
}
.media-object--w-icon:first-child.media-object--document {
  border: none;
}
.media-object--w-icon .icon-svg {
  width: 90px;
  height: 90px;
  max-width: unset;
}
@media (min-width: 840px) {
  .media-object--w-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.media-object--programs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
}
.media-object--programs .media-object__heading {
  font-size: 2.3rem;
  margin: 0;
}
.media-object--programs p {
  margin: 0;
}
.media-object--programs .icon-svg {
  width: 72px;
  height: 96px;
}
.media-object--document {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  border: none;
  margin: 20px 0;
}
.media-object--document h3 {
  font-size: 2.3rem;
}
.media-object--document p {
  margin-top: 0;
}
.media-object--document .media-object__icon {
  line-height: 0;
}
.media-object--document .icon-svg {
  width: 42px;
  height: 56px;
  color: #046aa7;
}
.event__item--bid-results .media-object--document .icon-svg {
  width: 21px;
  height: 28px;
}
.event__item--board-meeting .media-object--document .icon-svg {
  width: 21px;
  height: 28px;
}
.media-object--document .media-object__content {
  padding-left: 30px;
}
@media (min-width: 840px) {
  .media-object__content {
    padding-left: 60px;
  }
  .media-object--programs .media-object__content {
    padding-left: 30px;
  }
  .media-object--document .media-object__content {
    padding-left: 30px;
  }
  .event__item--bid-results .media-object__content {
    padding-left: 15px;
  }
  .event__item--board-meeting .media-object__content {
    padding-left: 15px;
  }
}
.media-object--programs .media-object__icon {
  padding: 16px 18px;
  width: 108px;
  height: 128px;
  background-color: #f9f4f4;
}
.media-object__link {
  font-weight: 700;
}

@media (min-width: 1040px) {
  .outage-center-callouts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.oc-callout {
  padding: 30px 10px 30px 30px;
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
}
.oc-callout:first-child {
  margin-left: 0;
}
@media (min-width: 375px) {
  .oc-callout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}
@media (min-width: 1040px) {
  .oc-callout {
    margin-bottom: 0;
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
  }
}
@media (min-width: 1300px) {
  .oc-callout {
    max-width: 440px;
  }
}
.oc-callout:hover.region--gray, .oc-callout:focus.region--gray, .oc-callout:active.region--gray {
  background: rgb(95.5384615385, 98.1923076923, 99.9615384615);
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
}
.oc-callout:hover.region--blue, .oc-callout:focus.region--blue, .oc-callout:active.region--blue {
  background: rgb(3.4035087719, 90.1929824561, 142.0964912281);
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
}
.oc-callout:hover .oc-callout__icon, .oc-callout:focus .oc-callout__icon, .oc-callout:active .oc-callout__icon {
  -webkit-animation: 300ms wiggle;
          animation: 300ms wiggle;
}

.oc-callout__content {
  margin-right: 10px;
}

.oc-callout__heading {
  font-size: 4.3rem;
  font-weight: 900;
  line-height: 1;
  margin-top: 0;
}
.oc-callout__heading a {
  color: #fff;
}
.oc-callout__heading a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.oc-callout__text {
  margin-top: 10px;
}
.oc-callout__text > p:first-of-type {
  margin-top: 0;
}
.oc-callout__text > p:last-of-type {
  margin-bottom: 0;
}

.oc-callout__icon {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 140px;
          flex: 1 0 140px;
  width: 140px;
  max-width: 140px;
}

.outage-tiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 979px) {
  .outage-tiles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.outage-tiles .tile {
  margin: 0 10px 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  width: 100%;
  max-width: 236px;
  display: block;
  font-weight: 600;
  color: #161717;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}
.outage-tiles .tile:first-child {
  margin-left: 0;
}
.outage-tiles .tile:nth-child(2) .tile__icon {
  background-color: #046aa7;
}
.outage-tiles .tile:nth-child(3) .tile__icon {
  background-color: #5ab7e8;
}
.outage-tiles .tile:last-child {
  margin-right: 0;
}
.outage-tiles .tile:last-child .tile__icon {
  background-color: #6c6f71;
}
.outage-tiles .tile:hover, .outage-tiles .tile:focus, .outage-tiles .tile:active {
  text-decoration: none;
}
.outage-tiles .tile:hover:first-child .tile__number, .outage-tiles .tile:focus:first-child .tile__number, .outage-tiles .tile:active:first-child .tile__number {
  background-color: rgb(208.7489795918, 90.487755102, 10.7510204082);
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
}
.outage-tiles .tile:hover:nth-child(2) .tile__icon, .outage-tiles .tile:focus:nth-child(2) .tile__icon, .outage-tiles .tile:active:nth-child(2) .tile__icon {
  background-color: rgb(3.4035087719, 90.1929824561, 142.0964912281);
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
}
.outage-tiles .tile:hover:nth-child(3) .tile__icon, .outage-tiles .tile:focus:nth-child(3) .tile__icon, .outage-tiles .tile:active:nth-child(3) .tile__icon {
  background-color: rgb(67.6196808511, 173.2340425532, 228.8803191489);
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
}
.outage-tiles .tile:hover:last-child .tile__icon, .outage-tiles .tile:focus:last-child .tile__icon, .outage-tiles .tile:active:last-child .tile__icon {
  background-color: rgb(95.5384615385, 98.1923076923, 99.9615384615);
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
}
.outage-tiles .tile:hover .tile__icon .icon-svg, .outage-tiles .tile:focus .tile__icon .icon-svg, .outage-tiles .tile:active .tile__icon .icon-svg {
  -webkit-animation: 300ms wiggle;
          animation: 300ms wiggle;
}
.outage-tiles .tile:hover .tile__text:after, .outage-tiles .tile:focus .tile__text:after, .outage-tiles .tile:active .tile__text:after {
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
  width: 50%;
}
.outage-tiles .tile span {
  display: block;
}
.outage-tiles .tile__text {
  padding-top: 15px;
  padding-bottom: 2px;
}
.outage-tiles .tile__text:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 0;
  height: 2px;
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
  border-bottom: 2px solid transparent;
  background: #046aa7;
}
.outage-tiles .tile__number {
  height: 144px;
  padding-top: 5px;
  font-size: 12.8rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
}
.outage-tiles .tile__icon {
  height: 144px;
  fill: #fff;
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
}
.outage-tiles .tile .icon-svg {
  margin-top: 25px;
}
.outage-tiles .tile .icon--map {
  width: 88px;
  height: 80px;
}
.outage-tiles .tile .icon--mobile {
  margin-top: 35px;
  width: 38px;
  height: 71px;
}
.outage-tiles .tile .icon--electric-out {
  width: 95px;
  height: 84px;
}

.postcards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.postcard {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 15px 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  max-width: 440px;
  min-height: 224px;
}
.postcard:first-child {
  margin-left: 0;
}
.postcard:last-child {
  margin-right: 0;
}
.postcard__link {
  font-size: 2.5rem;
  font-weight: 600;
  color: #fff;
}
.content .postcard__link {
  text-decoration: none;
}
.content .postcard__link:hover, .content .postcard__link:focus, .content .postcard__link:active {
  text-decoration: underline;
}

.service-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 230px;
  width: 100%;
  max-width: 215px;
  padding: 40px 20px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  -webkit-transition: 100ms all ease-in-out;
  transition: 100ms all ease-in-out;
}
.content .service-block {
  text-decoration: none;
}
.content .service-block__text {
  position: relative;
}
.content .service-block__text:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 0;
  height: 2px;
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
  border-bottom: 2px solid transparent;
  background: #fff;
}
.content .service-block:hover .service-block__text:after, .content .service-block:focus .service-block__text:after, .content .service-block:active .service-block__text:after {
  width: 50%;
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
}
.service-block .icon-svg {
  margin-bottom: 20px;
  fill: #fff;
  height: 100px;
  width: 100px;
  -webkit-transition: 100ms all ease-in-out;
  transition: 100ms all ease-in-out;
}
.service-block:hover, .service-block:focus, .service-block:active {
  -webkit-transition: 100ms all ease-in-out;
  transition: 100ms all ease-in-out;
}
.service-block:hover.region--green, .service-block:focus.region--green, .service-block:active.region--green {
  background-color: rgb(49.8287292818, 105.6712707182, 53.2651933702);
}
.service-block:hover.region--blue, .service-block:focus.region--blue, .service-block:active.region--blue {
  background-color: rgb(3.4035087719, 90.1929824561, 142.0964912281);
}
.service-block:hover .icon-svg, .service-block:focus .icon-svg, .service-block:active .icon-svg {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: 100ms all ease-in-out;
  transition: 100ms all ease-in-out;
}

.sitewide--message {
  background: rgb(208.7489795918, 90.487755102, 10.7510204082);
  padding: 15px 0;
}

@media (max-width: 979px) {
  .soc-links {
    margin: 20px 0;
  }
}
.soc-links font {
  display: none;
}
.soc-links .footer-social-menu li:not(:last-child) {
  margin-right: 25px;
}

.soc-link {
  display: inline-block;
  height: 48px;
  width: 48px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  border: 4px solid #f2f5f6;
  border-radius: 50%;
  -webkit-transition: 100ms all ease-in-out;
  transition: 100ms all ease-in-out;
}
.soc-link:first-of-type {
  margin-left: 0;
}
.soc-link:hover, .soc-link:focus, .soc-link:active {
  -webkit-transition: 100ms all ease-in-out;
  transition: 100ms all ease-in-out;
}
.soc-link:hover.soc-link--facebook, .soc-link:focus.soc-link--facebook, .soc-link:active.soc-link--facebook {
  background: #3b5998;
  border-color: #3b5998;
}
.soc-link:hover.soc-link--twitter, .soc-link:focus.soc-link--twitter, .soc-link:active.soc-link--twitter {
  background: #1da1f2;
  border-color: #1da1f2;
}
.soc-link:hover.soc-link--youtube, .soc-link:focus.soc-link--youtube, .soc-link:active.soc-link--youtube {
  background: #ff0000;
  border-color: #ff0000;
}
.soc-link__icon {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  z-index: 1;
  width: 48px;
  height: 48px;
  color: #f2f5f6;
  fill: #f2f5f6;
}
.soc-link__icon.icon--facebook {
  width: 14px;
  height: 24px;
}
.soc-link__icon.icon--twitter {
  width: 24px;
  height: 20px;
}
.soc-link__icon.icon--youtube {
  width: 26px;
  height: 20px;
}

.sponsor-group {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 599px) {
  .sponsor-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sponsor__level {
  text-transform: uppercase;
  width: 100%;
  margin: 15px 0;
}

.sponsor {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #101111;
  overflow: hidden;
  width: 168px;
  height: 168px;
  padding: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  margin-right: 10px;
}
.sponsor img {
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
}
.sponsor img:hover, .sponsor img:focus, .sponsor img:active {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
}

.staff__list .staff__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 194px;
          flex: 0 0 194px;
  width: 194px;
}
@media (min-width: 980px) {
  .staff__list--half {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.staff__list .staff__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #b8d5e9;
}
@media (max-width: 979px) {
  .staff__list .staff__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 980px) {
  .staff__list--half .staff__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    width: 50%;
    max-width: 50%;
  }
}
.staff__item h3.staff__name-title {
  margin-top: 0;
}
.staff__list .staff__content {
  margin-top: 20px;
  width: 100%;
}
@media (min-width: 980px) {
  .staff__list .staff__content {
    margin-top: 0;
    margin-left: 60px;
  }
}
.staff__list .staff__name {
  font-size: 2.5rem;
  font-weight: 600;
  color: #046aa7;
  line-height: 1.2;
}
.staff__list .staff__name a {
  color: inherit;
}
.content .staff__list .staff__name a {
  text-decoration: none;
}
.content .staff__list .staff__name a:hover, .content .staff__list .staff__name a:focus, .content .staff__list .staff__name a:active {
  text-decoration: underline;
}
.staff__list .staff__name {
  color: #000;
}
.staff__list .staff__title {
  font-size: 1.6rem;
  font-weight: 500;
  color: #6c6f71;
  text-transform: uppercase;
  line-height: 1.4;
  color: #000;
  margin-bottom: 15px;
}
.staff__list .staff__contact {
  margin: 15px 0;
}
.staff__list .staff__phone {
  font-weight: 500;
}
.staff__list .staff__phone a {
  color: #535054;
}
.staff__list .staff__email {
  font-weight: 500;
}

/*
 * Leadership Staff Tree
 */
.leadership__tree {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: block;
  grid-gap: 25px;
  grid-template-columns: repeat(3, 1fr);
  padding: 10px 10px 10px 0;
}
@media (max-width: 1039px) {
  .leadership__tree {
    grid-gap: 5px;
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 20px;
  }
}
.leadership__tree--container {
  overflow-x: scroll;
}
.leadership__tree--container::-webkit-scrollbar {
  width: 100%;
  background-color: white;
}
.leadership__tree--container::-webkit-scrollbar-thumb {
  width: 5px;
  height: 9px;
  background-color: rgba(0, 0, 0, 0.5);
}
.leadership__tree--container ul {
  list-style: none;
}
@media (max-width: 1039px) {
  .leadership__tree--container ul {
    padding-left: 0;
  }
}
.leadership__tree--container ul li > .leadership__tree {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.leadership__tree--container ul li > .leadership__tree::before, .leadership__tree--container ul li > .leadership__tree::after {
  content: "";
  left: -40px;
  position: absolute;
}
.leadership__tree--container ul li > .leadership__tree::before {
  border-left: 2px solid #046aa7;
  height: 100%;
  top: 0;
}
@media (max-width: 1039px) {
  .leadership__tree--container ul li > .leadership__tree::before {
    content: none;
  }
}
.leadership__tree--container ul li > .leadership__tree::after {
  border-bottom: 2px solid #046aa7;
  top: 0;
  width: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1039px) {
  .leadership__tree--container ul li > .leadership__tree::after {
    content: none;
  }
}
.leadership__tree--container ul li:last-child > .leadership__tree::before {
  height: 50%;
}
.leadership__tree--container > ul > li {
  margin-bottom: 40px;
}
.leadership__tree--container > ul > li > .leadership__tree {
  background-color: #d6edfc;
  font-size: 28px;
  font-weight: bold;
  line-height: 28px;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  margin-bottom: 15px;
  padding: 10px 20px;
}
@media (max-width: 1039px) {
  .leadership__tree--container > ul > li > .leadership__tree {
    padding: 20px 42px;
  }
}
.leadership__tree--container > ul > li > .leadership__tree::before, .leadership__tree--container > ul > li > .leadership__tree::after,
.leadership__tree--container > ul > li > ul > li > .leadership__tree::before,
.leadership__tree--container > ul > li > ul > li > .leadership__tree::after {
  content: none;
}
@media (max-width: 1039px) {
  .leadership__tree--container > ul > li > ul > li {
    border-left: 2px solid #046aa7;
    border-bottom: 2px solid #046aa7;
    padding: 0 0 40px 40px;
  }
}
.leadership__tree--container > ul, .leadership__tree--container > ul > li > ul {
  padding-left: 0;
}
.leadership__tree--name {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
}
.leadership__tree--name h3,
.leadership__tree--name h4 {
  margin: 0;
}
.leadership__tree--role {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.4;
}
.leadership__tree--contact {
  font-size: 1.6rem;
  text-align: right;
}
@media (max-width: 1039px) {
  .leadership__tree--contact {
    text-align: left;
  }
}

.tabs {
  margin: 0;
  padding: 10px 0 20px;
}
.tabs ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tabs__tab {
  list-style: none;
  margin: 0 5px 5px 0;
  background: #046aa7;
  color: #fff;
  display: inline-block;
}
@media (min-width: 840px) {
  .tabs__tab {
    margin-bottom: 0;
  }
}
.tabs__tab:hover, .tabs__tab:focus, .tabs__tab:active {
  background: #094468;
}
.tabs__tab--active {
  background: #094468;
}
.tabs__tab--active:hover, .tabs__tab--active:focus, .tabs__tab--active:active {
  background: #046aa7;
}
.tabs__tab a {
  color: inherit;
  padding: 5px 10px;
  display: inline-block;
}
.tabs__tab a:hover, .tabs__tab a:focus, .tabs__tab a:active {
  text-decoration: none;
}

.testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px 0;
}
.testimonial:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.testimonial:nth-child(odd) .copy {
  padding-left: 0;
}
.testimonial p {
  margin: 0;
  line-height: 1;
  color: #333;
  font-family: "proxima-nova", sans-serif;
}
.testimonial .headshot {
  width: 194px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.testimonial .copy {
  padding-left: 43px;
  width: 100%;
}
.testimonial .copy .name {
  font-size: 25px;
}
.testimonial .copy .title {
  font-size: 16px;
  line-height: 29px;
}
.testimonial .copy blockquote.quote {
  border-left: 3px solid #5fb567;
  padding-left: 24px;
}
.testimonial .copy blockquote.quote p {
  font-size: 19px;
  line-height: 31px;
}
@media (max-width: 839px) {
  .testimonial {
    margin: 30px 0;
  }
}
@media (max-width: 599px) {
  .testimonial {
    display: block;
    margin: 20px 0;
  }
  .testimonial .headshot {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .testimonial .name,
  .testimonial .title {
    text-align: center;
  }
  .testimonial .copy {
    padding: 0;
  }
}

.toggle__wrapper {
  position: relative;
  overflow: hidden;
}
.toggle__label {
  position: relative;
  text-transform: uppercase;
  border: none;
  padding: 12px 24px 12px 0;
  cursor: pointer;
  color: #03629b;
  -webkit-transition: 100ms all ease-in-out;
  transition: 100ms all ease-in-out;
  margin: 3px;
  background: transparent;
}
.toggle__label:after {
  content: "";
  position: absolute;
  right: 2px;
  top: 16px;
  border: 8px solid transparent;
  border-top-color: #3a7b3e;
  -webkit-transition: 100ms all ease-in-out;
  transition: 100ms all ease-in-out;
}
.toggle__label.open:after {
  top: 8px;
  border-top-color: transparent;
  border-bottom-color: #3a7b3e;
}
.toggle__label:hover, .toggle__label:focus, .toggle__label:active {
  color: #03629b;
  -webkit-transition: 100ms all ease-in-out;
  transition: 100ms all ease-in-out;
}
.toggle__label:hover:after, .toggle__label:focus:after, .toggle__label:active:after {
  border-top-color: #03629b;
  -webkit-transition: 100ms all ease-in-out;
  transition: 100ms all ease-in-out;
}
.toggle__label:hover.open:after, .toggle__label:focus.open:after, .toggle__label:active.open:after {
  border-top-color: transparent;
  border-bottom-color: #03629b;
}
.toggle__hidden {
  display: block;
  visibility: hidden;
  position: absolute;
}
.toggle__hidden p {
  margin-top: 0;
}
.toggle__hidden.open {
  visibility: visible;
  position: static;
}

.resp-iframe {
  max-width: 640px;
  clear: both;
  height: auto;
  width: 100%;
}
.resp-iframe .player {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.resp-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 979px) {
  .resp-iframe {
    max-width: 100%;
  }
}

.remote_video__media-oembed-video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.remote_video__media-oembed-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Blog - Teaser */
.node-1670 #block-bwl-content > div > div,
#block-views-block-information-community-block-2-column .blog-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 2rem;
  justify-items: center;
  margin-top: 6rem;
}
@media (min-width: 600px) {
  .node-1670 #block-bwl-content > div > div,
  #block-views-block-information-community-block-2-column .blog-grid {
    display: grid;
    gap: 2rem 5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 980px) {
  .node-1670 #block-bwl-content > div > div,
  #block-views-block-information-community-block-2-column .blog-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.node-1670 #block-bwl-content > div > div .views-row,
.node-1670 #block-bwl-content > div > div .card--w-image,
#block-views-block-information-community-block-2-column .blog-grid .views-row,
#block-views-block-information-community-block-2-column .blog-grid .card--w-image {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
}
.node-1670 #block-bwl-content > div > div .views-row .card__title > a,
.node-1670 #block-bwl-content > div > div .card--w-image .card__title > a,
#block-views-block-information-community-block-2-column .blog-grid .views-row .card__title > a,
#block-views-block-information-community-block-2-column .blog-grid .card--w-image .card__title > a {
  font-weight: 900;
}
.node-1670 #block-bwl-content > div > div .views-row .card__title > a .card__date,
.node-1670 #block-bwl-content > div > div .card--w-image .card__title > a .card__date,
#block-views-block-information-community-block-2-column .blog-grid .views-row .card__title > a .card__date,
#block-views-block-information-community-block-2-column .blog-grid .card--w-image .card__title > a .card__date {
  color: #727272;
}
.node-1670 #block-bwl-content > div > div nav.pager, .node-1670 #block-bwl-content > div > div .more-link,
#block-views-block-information-community-block-2-column .blog-grid nav.pager,
#block-views-block-information-community-block-2-column .blog-grid .more-link {
  grid-column: span 1;
  text-align: center;
  width: 100%;
}
@media (min-width: 600px) {
  .node-1670 #block-bwl-content > div > div nav.pager, .node-1670 #block-bwl-content > div > div .more-link,
  #block-views-block-information-community-block-2-column .blog-grid nav.pager,
  #block-views-block-information-community-block-2-column .blog-grid .more-link {
    grid-column: span 2;
  }
}
@media (min-width: 980px) {
  .node-1670 #block-bwl-content > div > div nav.pager, .node-1670 #block-bwl-content > div > div .more-link,
  #block-views-block-information-community-block-2-column .blog-grid nav.pager,
  #block-views-block-information-community-block-2-column .blog-grid .more-link {
    grid-column: span 3;
  }
}
.node-1670 #block-bwl-content > div > div nav.pager,
#block-views-block-information-community-block-2-column .blog-grid nav.pager {
  border-top: 1px solid #B8D5E9;
  padding: 0;
}
@media (min-width: 980px) {
  .node-1670 #block-bwl-content > div > div nav.pager,
  #block-views-block-information-community-block-2-column .blog-grid nav.pager {
    padding-bottom: 5rem;
  }
}
.node-1670 #block-bwl-content > div > div nav.pager .pager__items,
#block-views-block-information-community-block-2-column .blog-grid nav.pager .pager__items {
  margin: 4rem 0 2rem;
}
.node-1670 #block-bwl-content > div > div .more-link,
#block-views-block-information-community-block-2-column .blog-grid .more-link {
  margin-top: -2rem;
}

/* Blog - Full */
body.type--information .creation-date {
  color: #727272;
  margin: 0.5rem 0 4rem;
  text-transform: uppercase;
}
body.type--information .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  gap: 5rem;
}
body.type--information .content .information__hero-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
body.type--information .content .information__hero-image img {
  min-width: 315px;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
body.type--information .content .information__body {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 768px) {
  body.type--information .content .information__body {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
body.type--information .content .information__body p:first-child {
  margin-top: 0;
}
body.type--information .social-sharing-buttons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 1rem 0;
}
body.type--information .social-sharing-buttons__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.type--information .social-sharing-buttons--share-text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  margin: 1rem 0;
  padding-bottom: 0;
}
@media (min-width: 980px) {
  body.type--information .social-sharing-buttons--share-text {
    padding-bottom: 5rem;
  }
}
body.type--information .social-sharing-buttons__button {
  border: 4px solid #046aa7;
  border-radius: 50%;
}
body.type--information .social-sharing-buttons__button svg {
  color: #046aa7;
  fill: #046aa7;
}

.content__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 980px) {
  .content__wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    max-width: 1300px;
  }
}
.content_primary, .content_sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media (min-width: 980px) {
  .content_primary, .content_sidebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content__primary {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 980px) {
  .content__primary {
    width: calc(100% - 340px);
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.content__sidebar {
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 980px) {
  .content__sidebar {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 340px;
    padding-right: 40px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-top: 0;
  }
}
.content-bg-img {
  background-size: cover;
  background-position: center;
}
.content-bg-img__content {
  margin: auto;
  padding: 36px 40px 60px;
  max-width: 830px;
  background: rgba(255, 255, 255, 0.88);
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
}
.content-bg-img__heading {
  margin-top: 0;
  font-weight: 800;
}
@media (min-width: 980px) {
  .content-bg-img {
    padding: 75px 0;
  }
  .content-bg-img__content {
    padding: 36px 100px 60px;
  }
}

.boxed-content {
  padding: 20px 30px;
  font-size: 1.5rem;
  line-height: 1.4;
  background: #f5f4f4;
}

.skip-to-sidebar {
  margin: 20px 0;
  display: none;
}
@media (max-width: 979px) {
  .skip-to-sidebar.sidebar-is-active {
    display: block;
  }
  .skip-to-sidebar.sidebar-is-active .button {
    display: block;
  }
}
@media (min-width: 980px) {
  .skip-to-sidebar {
    display: none;
  }
}

.event__featured {
  background-size: cover;
  background-position: center;
  background-color: #094468;
  padding: 80px 0;
  min-height: 400px;
  position: relative;
}
.event__featured.event--sub-page {
  padding: 84px 0 48px;
  min-height: 300px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.event__featured .card {
  position: static;
}
.event__featured .card--excerpt {
  width: 600px;
  max-width: 100%;
}
.event__featured .card--excerpt:hover, .event__featured .card--excerpt:focus, .event__featured .card--excerpt:active {
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.5);
  background: rgb(238.5, 247.8, 252.7);
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
}
.event__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.event__cards--centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.event__cards .card {
  margin: 0 10px 30px;
  width: 100%;
  max-width: 310px;
}
@media (min-width: 980px) {
  .event__cards .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
  .event__cards .card:nth-child(3n+1) {
    margin-left: 0;
  }
  .event__cards .card:last-child {
    margin-right: 0;
  }
}
.event__list .event__month {
  margin-bottom: 20px;
  font-size: 3rem;
  font-weight: 700;
  color: #6c6f71;
  letter-spacing: 0.2px;
}
.event__list .event__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 194px;
          flex: 0 0 194px;
  width: 194px;
}
.event__list .event__item {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #b8d5e9;
}
@media (min-width: 840px) {
  .event__list .event__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.event__list .event__content {
  margin-top: 20px;
}
@media (min-width: 840px) {
  .event__list .event__content {
    margin-top: 0;
    margin-left: 60px;
  }
}
.event__list .event__title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #046aa7;
  line-height: 1.2;
}
.event__list .event__title a {
  color: inherit;
}
.content .event__list .event__title a {
  text-decoration: none;
}
.content .event__list .event__title a:hover, .content .event__list .event__title a:focus, .content .event__list .event__title a:active {
  text-decoration: underline;
}
.event__list .event__item--bid-results .event__title {
  margin: 0;
}
.event__list .event__item--board-meeting .event__title {
  margin: 0;
}
.event__list .event__date {
  font-size: 1.6rem;
  font-weight: 500;
  color: #6c6f71;
  text-transform: uppercase;
  line-height: 1.4;
  margin-bottom: 15px;
}

.footer__site {
  color: #f2f5f6;
  padding: 60px 0;
}
@media (min-width: 980px) {
  .footer__site {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}
.footer__lower {
  margin-top: 24px;
  border-top: 1px solid #f5f4f4;
}
@media (min-width: 980px) {
  .footer__lower {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer__sub-lower a {
  color: #fff;
}
.footer__sub-lower .menu {
  font-size: 1.5rem;
  margin: 20px 0;
}
.footer__sub-lower .menu li {
  display: inline-block;
}
.footer__sub-lower .menu li + li:before {
  content: " | ";
}
@media (min-width: 980px) {
  .footer__sub-lower {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__sub-lower .menu {
    margin: 0;
  }
}
.footer__call-center-info {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 20px 0;
}
@media (min-width: 980px) {
  .footer__call-center-info {
    margin: 0;
  }
}
.footer__call-center-info p:first-of-type {
  margin-top: 0;
}
.footer__call-center-info p:last-of-type {
  margin-bottom: 0;
}
.footer__credit {
  color: #f2f5f6;
  font-size: 1.5rem;
}
.footer__credit .icon-svg {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  color: #f2f5f6;
  fill: #f2f5f6;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
.footer__credit a {
  color: inherit;
}
.footer__credit a .footer__credit-text {
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}
.footer__credit a:hover, .footer__credit a:focus, .footer__credit a:active {
  text-decoration: none;
}
.footer__credit a:hover .footer__credit-text, .footer__credit a:focus .footer__credit-text, .footer__credit a:active .footer__credit-text {
  border-bottom-color: #fff;
}
.footer__credit a:hover .icon-svg, .footer__credit a:focus .icon-svg, .footer__credit a:active .icon-svg {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.header__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header__main .header__grid {
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page--dark-site .header__main .header__grid {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__grid.header__links {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header__upper {
  display: none;
}
@media (min-width: 1040px) {
  .header__upper {
    display: block;
    height: 50px;
    line-height: 50px;
  }
}
.header__wrapper {
  overflow-x: hidden;
  overflow-y: hidden;
}
.header__links {
  font-size: 1.3rem;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
  will-change: transform;
  -webkit-transform: translateX(334px);
          transform: translateX(334px);
}
.header__links.open {
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
}
.header__links a {
  padding: 0 20px;
  color: inherit;
}
.header__links .icon-svg {
  fill: currentColor;
  vertical-align: middle;
  margin-right: 5px;
}
.header__links .icon--alert {
  width: 27px;
  height: 24px;
}
.header__links .icon--bill-pay {
  width: 29px;
  height: 24px;
}
.header__links .icon--briefcase {
  width: 26px;
  height: 21px;
}
.header__links .icon--map {
  width: 25px;
  height: 24px;
}
.header__search {
  border-left: 1px solid #fff;
  padding-left: 5px;
}
.header__search-toggle {
  border: none;
  background: transparent;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
  cursor: pointer;
}
.header__search-toggle .icon-svg {
  width: 21px;
  height: 21px;
}
.header__search-form {
  display: inline-block;
}
.header__search-form.desktop {
  visibility: hidden;
}
.header__search-submit {
  background: #094468;
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 15px 20px;
  font-size: 1.3rem;
  -webkit-transition: 100ms all ease-in-out;
  transition: 100ms all ease-in-out;
}
.header__search-submit:hover, .header__search-submit:focus, .header__search-submit:active {
  background: rgb(6.9690265487, 52.6548672566, 80.5309734513);
  -webkit-transition: 100ms all ease-in-out;
  transition: 100ms all ease-in-out;
}
.header__search #search_header {
  width: 250px;
}

.secondary-nav .secondary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero {
  background-size: cover;
  background-position: center;
  background-color: #094468;
}
.hero--home {
  min-height: 572px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
@media (max-width: 979px) {
  .hero--home {
    background-image: none !important;
  }
}
.hero--sub-page {
  height: 300px;
  margin-bottom: 40px;
}
.hero--cta {
  min-height: 300px;
  padding: 84px 0 48px;
}
.hero__title {
  margin: 0;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  letter-spacing: -0.5px;
  word-break: break-word;
}
@media (min-width: 980px) {
  .hero__title {
    font-size: 5.7rem;
  }
}
.hero__mobile-image {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 840px) {
  .hero__mobile-image {
    height: 300px;
    width: 100%;
  }
}
@media (min-width: 980px) {
  .hero__mobile-image {
    display: none;
  }
}
.hero__content-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.hero__content-callouts {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.hero__content {
  padding: 40px;
  max-width: 576px;
  background: #046aa7;
}
.hero--home .hero__content {
  will-change: transform;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-animation: 400ms slide-in--left ease-in forwards;
          animation: 400ms slide-in--left ease-in forwards;
}
@media (min-width: 980px) {
  .hero--home .hero__content {
    margin-top: 240px;
  }
}
.hero__links {
  padding-top: 10px;
}
@media (min-width: 980px) {
  .hero__links {
    padding-top: 90px;
  }
}

.information__sub-title {
  margin-bottom: 24px;
  font-style: italic;
  font-size: 20px;
}

body.type--landing_page .page {
  border-top-style: solid;
  border-top-width: 48px;
  border-top-color: #FAA51B;
  background: #c6cfd9 url(../0b611886433f92e830a0.png) center top no-repeat;
}
body.type--landing_page.page-hiring .page {
  border-top-color: #046aa7;
}
body.type--landing_page .page__wrap-gradient { /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(198, 207, 217, 0) 0%, rgb(255, 255, 255) 400px, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
body.type--landing_page .header__branding {
  padding: 7rem 0 1.2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.type--landing_page main {
  padding-top: 1.2rem;
  padding-bottom: 5rem;
}
body.type--landing_page h1,
body.type--landing_page h2.subtitle {
  font-weight: 400;
  color: #164469;
}
body.type--landing_page h1 {
  margin-top: 0;
  text-align: center;
}
body.type--landing_page h2 {
  font-size: 2.7rem;
}
body.type--landing_page h2.subtitle {
  text-align: center;
}
body.type--landing_page .body-content {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  body.type--landing_page .body-content {
    width: 75%;
    margin: 0 auto;
  }
}
@media (min-width: 1040px) {
  body.type--landing_page .body-content {
    margin-bottom: 6rem;
  }
}
body.type--landing_page .cta-wrapper {
  text-align: center;
  margin-top: 7rem;
  margin-bottom: 8rem;
}
body.type--landing_page .taglines-wrapper {
  background: #5E2881;
  color: white;
  padding: 2.4rem 3rem;
}
body.type--landing_page ul.taglines {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
}
body.type--landing_page ul.taglines li {
  margin-right: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.type--landing_page ul.taglines li:not(:first-child):before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  margin-right: 0.8rem;
}
body.type--landing_page .quote-callout {
  color: white;
  font-size: 3.9rem;
  font-weight: 400;
  line-height: 1.4;
  background: #63BE61;
  text-align: center;
  padding: 3rem;
  margin-bottom: 5rem;
}
@media (min-width: 1040px) {
  body.type--landing_page .quote-callout {
    padding-left: 130px;
    padding-right: 130px;
  }
}
body.type--landing_page .landing_page__body {
  margin-bottom: 4rem;
}
body.type--landing_page footer {
  padding-top: 2.5rem;
  padding-bottom: 3.5rem;
  background: #0077BE;
  color: white;
}
body.type--landing_page .footer--wrapper {
  border-bottom: 1px solid #fff;
  padding-bottom: 3.5rem;
}

.jobs-cards--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-right: -10px;
}
body.type--landing_page .jobs-cards--wrapper {
  margin-bottom: 3rem;
}
@media (min-width: 1040px) {
  body.type--landing_page .jobs-cards--wrapper {
    margin-bottom: 6rem;
  }
}
.jobs-cards--wrapper > * {
  margin-right: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
@media (min-width: 768px) {
  .jobs-cards--wrapper > * {
    -ms-flex-preferred-size: calc(33% - 10px);
        flex-basis: calc(33% - 10px);
  }
}

.jobs-card {
  color: white;
  text-align: center;
  margin-bottom: 10px;
}
.jobs-card .card-text {
  padding: 0 2rem 2.5rem 2rem;
}
.jobs-card h2,
.jobs-card h3 {
  font-size: 2.7rem;
  font-weight: 400;
  color: white;
  margin-top: 2.5rem;
  margin-bottom: 1.6rem;
}
.jobs-card.purple {
  background: #5E2881;
}
.jobs-card.blue {
  background: #2B74B7;
}
.jobs-card.green {
  background: #81BB00;
}

a.ghost-button {
  text-decoration: none;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.content a.ghost-button {
  text-decoration: none;
}
a.ghost-button:hover, a.ghost-button:focus, a.ghost-button:active {
  text-decoration: none;
}
a.ghost-button.white {
  color: white;
  border: 1px solid white;
  padding: 1.4rem 2rem;
}
a.ghost-button.white:hover, a.ghost-button.white:focus, a.ghost-button.white:active {
  color: white;
}
a.ghost-button.button-cta {
  font-weight: 700;
  font-size: 3rem;
  border: 3px solid #CED2D4;
  padding: 1.7rem 3rem;
}

.media-contacts.region--stripe-borders {
  border-top: none;
}
.media-contacts--border-top {
  margin-top: 30px;
  padding: 30px 0 0;
  border-top: 7px solid #f5f4f4;
}
.media-contacts__heading {
  margin: 0 0 20px;
  font-size: 2rem;
  font-weight: 700;
  color: #18453b;
}
.media-contacts__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.media-contacts p {
  margin-top: 0;
}

.messages {
  padding: 15px;
}
.messages a {
  text-decoration: underline;
}
.messages.messages--info {
  padding: 15px 30px;
  background-position-y: 23px;
}

.messages--status {
  background: #3a7b3e;
  color: #fff;
}
.messages--status a {
  color: #fff;
}

.messages--error {
  background: #a71404;
  color: #fff;
}
.messages--error a {
  color: #fff;
}

.messages--warning {
  background: #e9650c;
}

.node--unpublished {
  padding: 10px;
  background: #e9650c;
}

body.header-nav-active {
  overflow: hidden;
  overflow: -moz-hidden-unscrollable;
}

.nav-button__toggle {
  display: block;
  width: 36px;
  height: 30px;
  background: none;
  border: none;
  position: absolute;
  color: #046aa7;
  cursor: pointer;
  padding: 0;
  top: 30px;
  right: 30px;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
.nav-button__toggle.close {
  z-index: 10;
}
@media (min-width: 1040px) {
  .nav-button__toggle {
    display: none;
  }
}
.nav-button__line {
  position: absolute;
  left: 0;
  height: 4px;
  background: #046aa7;
  width: 36px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.open .nav-button__line {
  background: #fff;
}
.nav-button__line.line--top {
  top: 0;
}
.open .nav-button__line.line--top {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 12px;
}
.nav-button__line.line--middle {
  top: 12px;
}
.open .nav-button__line.line--middle {
  opacity: 0;
}
.nav-button__line.line--bottom {
  top: 24px;
}
.open .nav-button__line.line--bottom {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 12px;
}

.nav__mobile {
  position: fixed;
  height: 100%;
  width: 100%;
  visibility: hidden;
  top: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transform: translateX(100%) translateZ(0);
          transform: translateX(100%) translateZ(0);
  -webkit-transition: -webkit-transform 350ms cubic-bezier(0.61, 0.1, 0.79, 0.98);
  transition: -webkit-transform 350ms cubic-bezier(0.61, 0.1, 0.79, 0.98);
  transition: transform 350ms cubic-bezier(0.61, 0.1, 0.79, 0.98);
  transition: transform 350ms cubic-bezier(0.61, 0.1, 0.79, 0.98), -webkit-transform 350ms cubic-bezier(0.61, 0.1, 0.79, 0.98);
  -webkit-transition: all ease-in-out 350ms;
  transition: all ease-in-out 350ms;
  background: #046aa7;
  padding: 60px 30px 60px;
  z-index: 9;
}
.header-nav-active .nav__mobile {
  -webkit-transform: translateX(0) translateZ(0);
          transform: translateX(0) translateZ(0);
}
.nav__mobile .menu--main .menu {
  display: block;
}
.nav__mobile .menu--main .menu-item {
  line-height: 1.4;
  text-transform: uppercase;
  font-size: 2.1rem;
  font-weight: 700;
  padding: 15px 0;
}
.nav__mobile .menu--main .menu-item a {
  color: #fff;
}
.nav__mobile .menu--main .menu-item--expanded ul {
  margin-top: 20px;
}
.nav__mobile .menu--main .menu-item--expanded li {
  margin-bottom: 2px;
  padding-left: 20px;
  background: #094468;
  font-size: 1.8rem;
  font-weight: 400;
}
.nav__mobile .link-icon {
  display: block;
  padding: 15px 0;
  color: #fff;
  text-transform: uppercase;
}
.nav__mobile .link-icon .icon-svg {
  fill: currentColor;
  vertical-align: middle;
  margin-right: 5px;
}
.nav__mobile .link-icon .icon--alert {
  width: 27px;
  height: 24px;
}
.nav__mobile .link-icon .icon--bill-pay {
  width: 29px;
  height: 24px;
}
.nav__mobile .link-icon .icon--briefcase {
  width: 26px;
  height: 21px;
}
.nav__mobile .link-icon .icon--map {
  width: 25px;
  height: 24px;
}
.nav__mobile .header__search-form {
  margin-top: 15px;
  padding-top: 30px;
  width: 100%;
  border-top: 1px solid #fff;
}
.nav__mobile .header__search-input {
  width: 100%;
}
.nav__mobile .header__search-submit {
  display: block;
  margin-top: 15px;
}
@media (min-width: 1040px) {
  .nav__mobile {
    display: none;
  }
}

.page__wrap {
  -webkit-transition: -webkit-transform 350ms cubic-bezier(0.61, 0.1, 0.79, 0.98);
  transition: -webkit-transform 350ms cubic-bezier(0.61, 0.1, 0.79, 0.98);
  transition: transform 350ms cubic-bezier(0.61, 0.1, 0.79, 0.98);
  transition: transform 350ms cubic-bezier(0.61, 0.1, 0.79, 0.98), -webkit-transform 350ms cubic-bezier(0.61, 0.1, 0.79, 0.98);
}
.header-nav-active .page__wrap {
  position: fixed;
  width: 100%;
}

.menu {
  margin: 0;
  padding: 0;
}
.menu li {
  margin: 0;
  list-style: none;
}
.menu.horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header__grid .menu--main {
  display: none;
}
@media (min-width: 1040px) {
  .header__grid .menu--main {
    display: block;
    margin-bottom: 10px;
    width: 70%;
  }
}
.header__grid .menu--main .menu {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 980px) {
  .menu--main .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.menu--main .menu-item {
  text-transform: uppercase;
  font-weight: 500;
  overflow-x: hidden;
}
.menu--main a {
  color: #101111;
}
.header__grid .menu--main a {
  position: relative;
  padding-bottom: 4px;
}
.header__grid .menu--main a:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 0;
  height: 2px;
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
  border-bottom: 2px solid transparent;
  background: #046aa7;
}
.header__grid .menu--main a:hover, .header__grid .menu--main a:focus, .header__grid .menu--main a:active {
  text-decoration: none;
}
.header__grid .menu--main a:hover:after, .header__grid .menu--main a:focus:after, .header__grid .menu--main a:active:after {
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
  width: 75%;
}
.footer__lower .menu--main {
  width: 70%;
  padding-top: 15px;
  font-size: 1.6rem;
}
@media (min-width: 980px) {
  .footer__lower .menu--main .menu-item + .menu-item {
    margin-left: 80px;
  }
}
.footer__lower .menu--main a {
  color: #f2f5f6;
}
@media (max-width: 979px) {
  .footer__lower .menu--main a {
    padding: 10px 0;
    display: inline-block;
  }
}
.menu--sidebar .menu-item {
  font-weight: 700;
  line-height: 1.4;
}
.menu--sidebar .menu-item a {
  display: block;
  margin-bottom: 5px;
  color: inherit;
}
.menu--sidebar .menu-level--0 > .menu-item {
  font-size: 2.5rem;
  color: #046aa7;
}
.menu--sidebar .menu-level--0 > .menu-item:not(.menu-item--active-trail) {
  display: none;
}
.menu--sidebar .menu-level--1 > .menu-item {
  font-size: 1.7rem;
  color: #535054;
}
.menu--sidebar .menu-level--1 > .menu-item > a > .menu-item__arrow {
  float: left;
}
.menu--sidebar .menu-level--1 > .menu-item > a > .menu-item__arrow:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../d2ec397cf11107d51a81.svg) no-repeat;
  width: 9px;
  height: 15px;
  margin-right: 12px;
}
.menu--sidebar .menu-level--1 > .menu-item .menu-item__text {
  display: block;
  overflow: hidden;
}
.menu--sidebar .menu-level--1 > .menu-item a {
  border-bottom: 1px solid #d1e4f1;
  padding: 10px;
}
.menu--sidebar .menu-level--1 > .menu-item--active-trail {
  color: #fff;
}
.menu--sidebar .menu-level--1 > .menu-item--active-trail a {
  background: #3a7b3e;
  border: none;
}
.menu--sidebar .menu-level--1 > .menu-item--active-trail > a > .menu-item__arrow:before {
  background: url(../887a389b5794cb7af424.svg) no-repeat;
}
.menu--sidebar .menu-level--1 > .menu-item--expanded > a > .menu-item__arrow:before {
  background: url(../0613ae6ec1c8678bf56e.svg) no-repeat;
  width: 15px;
  height: 9px;
}
.menu--sidebar .menu-level--1 > .menu-item a.is-active {
  position: relative;
}
.menu--sidebar .menu-level--1 > .menu-item a.is-active:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border: solid transparent;
  border-width: 10px;
  margin-top: -10px;
  height: 0;
  width: 0;
  border-right-color: #fff;
}
.menu--sidebar .menu-level--2 .menu-item {
  font-size: 1.5rem;
  color: #535054;
}
.menu--sidebar .menu-level--2 .menu-item a {
  padding: 12px 12px 12px 30px;
  background: #d6edfc;
  border-left: 9px solid #046aa7;
}
.menu--sidebar .menu-level--2 .menu-item--active-trail {
  color: #fff;
}
.menu--sidebar .menu-level--2 .menu-item--active-trail > a {
  background: #046aa7;
}
.menu--sidebar .menu-level--3 .menu-item {
  color: #094468;
}
.menu--sidebar .menu-level--3 .menu-item > a {
  padding-left: 16px;
  background: #84b9d9;
  border-left-width: 35px;
}
.menu--sidebar .menu-level--3 .menu-item--active-trail {
  color: #000;
}
.menu--sidebar__no-active-trail .sidebar-menu-heading {
  font-size: 2.5rem;
  color: #046aa7;
}
.menu--sidebar__no-active-trail.menu-level--0 > .menu-item:not(.menu-item--active-trail) {
  display: block;
}

.footer__upper .navigation {
  width: 100%;
  max-width: 100%;
  text-transform: uppercase;
}
@media (max-width: 979px) {
  .footer__upper .navigation {
    margin-bottom: 30px;
  }
}
.footer__upper .navigation h2,
.footer__upper .navigation li {
  padding: 0 10px 10px 0;
  color: #f2f5f6;
}
.footer__upper .navigation h2 {
  margin: 0;
  font-size: 2.2rem;
  padding-bottom: 20px;
}
.footer__upper .navigation li {
  font-size: 1.6rem;
}
.footer__upper .navigation li a {
  color: inherit;
  display: inline-block;
  line-height: 1.2;
}
@media (min-width: 980px) {
  .footer__upper .navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

/* TB Mega Menu */
#block-mainnavigation {
  display: block;
  margin-bottom: 10px;
  width: 70%;
}

.tbm ul.tbm-nav {
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tbm ul.tbm-nav > li.tbm-item {
  border: none;
  text-transform: uppercase;
  font-weight: 500;
}
.tbm ul.tbm-nav > li.tbm-item a.tbm-link {
  padding-bottom: 4px;
  position: relative;
  text-decoration: none;
}
.tbm ul.tbm-nav > li.tbm-item a.tbm-link::after {
  background: #046aa7;
  border-bottom: 2px solid transparent;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
  width: 0;
}
.tbm ul.tbm-nav > li.tbm-item a.tbm-link:hover, .tbm ul.tbm-nav > li.tbm-item a.tbm-link:focus, .tbm ul.tbm-nav > li.tbm-item a.tbm-link:active {
  background-color: transparent;
}
.tbm ul.tbm-nav > li.tbm-item a.tbm-link:hover::after, .tbm ul.tbm-nav > li.tbm-item a.tbm-link:focus::after, .tbm ul.tbm-nav > li.tbm-item a.tbm-link:active::after {
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
  width: 65%;
}
.tbm ul.tbm-nav > li.tbm-item button.tbm-submenu-toggle {
  background-color: transparent;
  color: #046aa7;
}
.tbm ul.tbm-nav > li.tbm-item button.tbm-submenu-toggle::before {
  border-width: 10px 10px 0 10px;
}

.menu--sidebar__no-active-trail .sidebar-menu-heading {
  font-size: 2.5rem;
  color: #046aa7;
}

.tbm-main ul.tbm-nav.level-0 > .tbm-item.level-1 > .tbm-link-container {
  position: relative;
}
.tbm-main ul.tbm-nav.level-0 > .tbm-item.level-1 > .tbm-link-container:hover::after, .tbm-main ul.tbm-nav.level-0 > .tbm-item.level-1 > .tbm-link-container:focus::after, .tbm-main ul.tbm-nav.level-0 > .tbm-item.level-1 > .tbm-link-container:active::after {
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
  width: 90%;
}
.tbm-main ul.tbm-nav.level-0 > .tbm-item.level-1 > .tbm-link-container::after {
  background: #046aa7;
  border-bottom: 8px solid transparent;
  bottom: 0;
  content: "";
  height: 8px;
  left: 50%;
  position: absolute;
  top: 9.1rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
  width: 0;
}
@media (max-width: 1092px) {
  .tbm-main ul.tbm-nav.level-0 > .tbm-item.level-1 > .tbm-link-container::after {
    top: 10.7rem;
  }
}
.tbm-main ul.tbm-nav.level-0 > .tbm-item.level-1 > .tbm-link-container > a::after {
  content: none;
}
.tbm-main ul.tbm-nav.level-0 > .tbm-item.level-1.open .tbm-link-container::after {
  width: 90%;
}
.tbm-main .tbm-submenu {
  background: #d6edfc;
  border: none;
  left: 38%;
  margin-top: 5.4rem;
  overflow-x: hidden;
  padding: 0 3rem 5rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 105vw;
}
@media (max-width: 1092px) {
  .tbm-main .tbm-submenu {
    margin-top: 4rem;
  }
}
.tbm-main .tbm-submenu .tbm-parent-title {
  background-color: #046aa7;
  color: #FFF;
  display: inline-grid;
  margin: 0 0 2rem;
  min-width: 380px;
  padding: 3rem 5rem 3rem 0;
  position: relative;
  width: auto;
}
.tbm-main .tbm-submenu .tbm-parent-title::before {
  background-color: #046aa7;
  content: "";
  height: 100%;
  left: -95vw;
  position: absolute;
  width: 100vw;
  z-index: -1;
}
.tbm-main .tbm-submenu .tbm-parent-title::-moz-selection {
  color: #c5ecff;
}
.tbm-main .tbm-submenu .tbm-parent-title::selection {
  color: #c5ecff;
}
.tbm-main .tbm-submenu ul.tbm-subnav.level-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.tbm-main .tbm-submenu ul.tbm-subnav.level-1 > li.tbm-item.level-2 {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
}
.tbm-main .tbm-submenu ul.tbm-subnav.level-1 > li.tbm-item.level-2 a.tbm-link.level-2 {
  color: #046aa7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  margin: 0 13px 1rem -13px;
  position: relative;
  text-transform: capitalize;
}
.tbm-main .tbm-submenu ul.tbm-subnav.level-1 > li.tbm-item.level-2 a.tbm-link.level-2:hover, .tbm-main .tbm-submenu ul.tbm-subnav.level-1 > li.tbm-item.level-2 a.tbm-link.level-2:focus, .tbm-main .tbm-submenu ul.tbm-subnav.level-1 > li.tbm-item.level-2 a.tbm-link.level-2:active {
  text-decoration: underline;
}
.tbm-main .tbm-submenu ul.tbm-subnav.level-1 > li.tbm-item.level-2 a.tbm-link.level-2:hover::before, .tbm-main .tbm-submenu ul.tbm-subnav.level-1 > li.tbm-item.level-2 a.tbm-link.level-2:focus::before, .tbm-main .tbm-submenu ul.tbm-subnav.level-1 > li.tbm-item.level-2 a.tbm-link.level-2:active::before {
  color: #60afd5;
}
.tbm-main .tbm-submenu ul.tbm-subnav.level-1 > li.tbm-item.level-2 a.tbm-link.level-2::before {
  border-style: solid;
  border-width: 0.25rem 0.25rem 0 0;
  color: #5fb567;
  content: "";
  display: inline-block;
  height: 1rem;
  left: 1rem;
  margin-right: 2rem;
  position: relative;
  top: 1rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  vertical-align: top;
  width: 1rem;
}
.tbm-main .tbm-submenu ul.tbm-subnav.level-1 > li.tbm-item.level-2 a.tbm-link.level-2::after {
  content: none;
}
.tbm-main .tbm-submenu ul.tbm-subnav.level-1 > li.tbm-item.level-2 button {
  display: none;
}

.block-tb-megamenu .contextual {
  display: none;
}

.news__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0 60px;
}
.news__cards .card {
  margin: 0 20px 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  max-width: 300px;
}
@media (min-width: 980px) {
  .news__cards .card {
    margin-bottom: 0;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
  .news__cards .card:first-child {
    margin-left: 0;
  }
  .news__cards .card:last-child {
    margin-right: 0;
  }
}
.news__item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #b8d5e9;
}
.news__list .news__title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #046aa7;
  line-height: 1.2;
}
.news__list .news__title a {
  color: inherit;
}
.content .news__list .news__title a {
  text-decoration: none;
}
.content .news__list .news__title a:hover, .content .news__list .news__title a:focus, .content .news__list .news__title a:active {
  text-decoration: underline;
}
.news__list .news__meta {
  font-size: 1.6rem;
  font-weight: 500;
  color: #6c6f71;
  text-transform: uppercase;
  line-height: 1.4;
  margin-bottom: 20px;
}
.news--related .news__meta {
  margin-bottom: 0;
}
.news--related h3 {
  font-size: 3.1rem;
  color: #18453b;
}
.news--related .more-link {
  font-weight: 500;
  font-size: 1.3rem;
}
.news--related .news__list {
  margin: 0;
  padding: 0;
}
.news--related .news__list li {
  margin: 0;
  list-style: none;
}
.news--related .news__list span {
  display: block;
}
.news--related .news__list li {
  padding-bottom: 15px;
  border: none;
}
.news--home {
  padding-bottom: 60px;
}
.news--layout-full {
  margin-bottom: 20px;
}

.recent-news {
  border-bottom: 7px solid #f5f4f4;
  margin-bottom: 30px;
  padding-bottom: 25px;
}

.page__title {
  margin: 0;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  letter-spacing: -0.5px;
  word-break: break-word;
}
@media (min-width: 980px) {
  .page__title {
    font-size: 5.7rem;
  }
}
.page--front .events {
  padding: 45px 0 55px;
}

.type--news h1.page__title {
  display: none;
}

.tracking-pixels p, .tracking-pixels span, .tracking-pixels div {
  margin: 0;
}

.pager__items {
  margin: 20px 0;
  padding: 0;
  text-align: center;
}

.pager__item {
  display: inline-block;
  margin: 0 5px 5px;
}
.pager__item a:not(.button) {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 12px;
  background: #094468;
}
.pager__item a:not(.button):hover, .pager__item a:not(.button):focus, .pager__item a:not(.button):active {
  background: rgb(6.9690265487, 52.6548672566, 80.5309734513);
  color: #fff;
}
.pager__item.pager__item--active a {
  background: rgb(13.0619469027, 98.6902654867, 150.9380530973);
}

.paragraph--type--table {
  margin-bottom: 30px;
}

.image-gallery__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.image-gallery__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 980px) {
  .image-gallery__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33.3333333333%;
            flex: 1 0 33.3333333333%;
  }
}
.image-gallery__image img {
  width: 100%;
}

.paragraph--container {
  margin: 30px 0;
}

.paragraph--container-four-columns {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content_with_image__long-formatted-text > h2, .content_with_image__long-formatted-text > h3, .content_with_image__long-formatted-text > h4,
.content_column__long-formatted-text > h2,
.content_column__long-formatted-text > h3,
.content_column__long-formatted-text > h4,
.content_with_video__long-formatted-text > h2,
.content_with_video__long-formatted-text > h3,
.content_with_video__long-formatted-text > h4 {
  margin-top: 0;
}

.falconcam__grid-cell img {
  background-image: url(../3832f965ae710f3fa656.svg);
  background-position: center;
  min-height: 320px;
}
@media (min-width: 980px) {
  .falconcam__grid-cell img {
    height: 100%;
  }
}

.content-with-image {
  margin: 30px 0;
}

.g-recaptcha {
  margin: 20px 0;
}

.region--blue {
  background-color: #046aa7;
  color: #fff;
}
.region--blue .button {
  color: #fff;
  border-color: #fff;
}

.region--light-blue,
.region--lightblue {
  background-color: #d6edfc;
}

.region--soft-blue {
  background-color: #5ab7e8;
}

.region--gradient-blue {
  background: -webkit-gradient(linear, left top, left bottom, from(#025485), to(#046aa7));
  background: linear-gradient(to bottom, #025485, #046aa7);
}

.region--green {
  background-color: #3a7b3e;
  color: #fff;
}
.region--green .button {
  color: #fff;
  border-color: #fff;
}

.region--orange {
  background-color: #e9650c;
}

.region--light {
  background-color: #f5f4f4;
}

.region--gray {
  background-color: #6c6f71;
  color: #fff;
}
.region--gray .button {
  color: #fff;
  border-color: #fff;
}

.region--full-width {
  margin: 0 calc(50% - 50vw);
}

.region--stripe-borders {
  border-top: 7px solid #f5f4f4;
  border-bottom: 7px solid #f5f4f4;
  padding: 20px 0 30px;
}

.region--padded {
  padding: 20px;
}

.region--space-sm {
  padding-top: 20px;
  padding-bottom: 20px;
}

.region--space-md {
  padding-top: 30px;
  padding-bottom: 30px;
}

.region--space-lg {
  padding-top: 60px;
  padding-bottom: 60px;
}

.search-result {
  padding: 20px;
  margin: 10px 0;
  background: #f5f4f4;
  position: relative;
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
}
.search-result:hover, .search-result:focus, .search-result:active {
  background: rgb(220.9, 230.2, 236.3);
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
}

.search-result__link {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.2;
}
.search-result__link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.search-result__summary {
  position: relative;
  z-index: 1;
}

.views-exposed-form {
  background: #f5f4f4;
  padding: 20px;
  margin: 30px 0;
}
.views-exposed-form .form-item {
  padding-bottom: 10px;
  display: inline-block;
}
.views-exposed-form .form-actions {
  padding: 10px 0;
}

.bef-datepicker,
.hasDatepicker {
  background: url(../0a7f4b8cb73bb03aa705.svg) no-repeat calc(100% - 10px) center;
}

.section__title {
  font-size: 3.5rem;
  letter-spacing: -0.7px;
  font-weight: 800;
}
.section__title--lg-below {
  margin-bottom: 50px;
}

/* Timeline */
.timeleine-content-wrapper .timeleine-heading-content h2 {
  text-align: left;
}
.timeleine-content-wrapper div[class*=-events] {
  padding: 10px 0;
}

#block-bwl-content .timeleine-content-wrapper > div[class*=timeline] {
  justify-self: flex-start;
  padding-bottom: 40px;
}

#sidebar-timeline .timeleine-content-wrapper {
  padding-left: 40px;
}
@media (max-width: 979px) {
  #sidebar-timeline .timeleine-content-wrapper {
    padding-left: 0;
  }
}

/* IE Targeted Styling */
@media all and (-ms-high-contrast: none) {
  .grid-2col .grid-item {
    width: 46%;
  }
  .grid-2col .grid-item:first-child {
    margin-right: 4%;
  }
  .image-gallery__image {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 33.33%;
  }
}
.no-margin,
h2.no-margin,
h3.no-margin {
  margin: 0;
}

.margin-bottom-xsm {
  margin-bottom: 10px;
}

.margin-bottom-md {
  margin-bottom: 30px;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

/* img.float-right { margin: 0 0 $margin $margin; }
img.float-left  { margin: 0 $margin $margin 0; } */
img.max-width {
  width: 100%;
  height: auto;
}

/* .text-right    { text-align: right; }
.text-left     { text-align: left; } */
.text-center {
  text-align: center;
}

.child-margin-clear > *:first-child,
.child-margin-clear-top > *:first-child {
  margin-top: 0;
}

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

.group {
  position: relative;
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip-path: inset(1px 1px 1px 1px);
}

.full-width {
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  max-width: 100vw;
  position: relative;
}

.white-text {
  color: white;
}
.white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6, .white-text svg {
  color: white;
}
.white-text a {
  color: white;
  text-decoration: underline;
}
.white-text a:hover, .white-text a:focus, .white-text a:active {
  color: white;
}
