@charset "UTF-8";
@font-face {
  font-family: GillSans;
  src: url("../fonts/GillSans.woff2") format("woff2"), url("../fonts/GillSans.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: GillSans;
  src: url("../fonts/GillSans-Italic.woff2") format("woff2"), url("../fonts/GillSans-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: GillSans;
  src: url("../fonts/GillSans-Light.woff2") format("woff2"), url("../fonts/GillSans-Light.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: GillSans;
  src: url("../fonts/GillSans-LightItalic.woff2") format("woff2"), url("../fonts/GillSans-LightItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: GillSans;
  src: url("../fonts/GillSans-SemiBold.woff2") format("woff2"), url("../fonts/GillSans-SemiBold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: GillSans;
  src: url("../fonts/GillSans-SemiBold.woff2") format("woff2"), url("../fonts/GillSans-SemiBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: GillSans;
  src: url("../fonts/GillSans-SemiBoldItalic.woff2") format("woff2"), url("../fonts/GillSans-SemiBoldItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: GillSans;
  src: url("../fonts/GillSans-SemiBoldItalic.woff2") format("woff2"), url("../fonts/GillSans-SemiBoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
:root {
  --header-height: 70px;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
  font-size: 0.1px;
  color: transparent;
  background-color: transparent;
  margin: 0;
  padding: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

[data-whatintent=mouse] *:focus,
[data-whatintent=touch] {
  outline: none;
}

[data-whatintent=keyboard] *:focus {
  outline: 2px dashed #F36C34;
  outline-offset: 2px;
}
[data-whatintent=keyboard] .paragraph--alert-section *:focus {
  outline: 2px dashed #fff;
}

[data-whatintent=keyboard] .form-radio:focus + label::before,
[data-whatintent=keyboard] .form-checkbox:focus + label::before {
  outline: 2px dashed #F36C34;
  outline-offset: 2px;
}

a.visually-hidden.focusable.skip-link:focus, a.visually-hidden.focusable.accessibility:focus, a.visually-hidden.focusable.skip-filters:focus {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 9999;
  clip: auto;
  height: auto;
  width: auto;
  font-size: 1em;
  color: #fff;
  background-color: #000;
  z-index: 50;
  padding: 1em;
  outline: none;
  border: 2px dashed #F36C34 !important;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 10px;
  margin: 0;
  padding: 0;
  max-width: 100vw;
  overflow-x: hidden;
}
html.menu-is-open {
  overflow-y: hidden;
}

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

body {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-family: GillSans, "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  color: #333;
  background-color: #fff;
  font-weight: 400;
  font-size: 1.6em;
  width: 100%;
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

button:not(.toolbar-item, .accordion-basic-item__toggle),
.button,
.button--primary,
input[type=submit],
input[type=reset],
input[type=button] {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: GillSans, "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  font-size: 1.025em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 1em 1.25em;
  padding-right: 5em;
  border-radius: 30px;
  border-top-left-radius: 0;
  overflow: hidden;
  -webkit-transition: background-color 0.075s linear;
  transition: background-color 0.075s linear;
  background-color: #127CBA;
  color: #fff;
}
button:not(.toolbar-item, .accordion-basic-item__toggle):hover, button:not(.toolbar-item, .accordion-basic-item__toggle):active, button:not(.toolbar-item, .accordion-basic-item__toggle):focus,
.button:hover,
.button:active,
.button:focus,
.button--primary:hover,
.button--primary:active,
.button--primary:focus,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus,
input[type=reset]:hover,
input[type=reset]:active,
input[type=reset]:focus,
input[type=button]:hover,
input[type=button]:active,
input[type=button]:focus {
  text-decoration: none;
}
button:not(.toolbar-item, .accordion-basic-item__toggle)::after,
.button::after,
.button--primary::after,
input[type=submit]::after,
input[type=reset]::after,
input[type=button]::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
}
button:not(.toolbar-item, .accordion-basic-item__toggle)[disabled],
.button[disabled],
.button--primary[disabled],
input[type=submit][disabled],
input[type=reset][disabled],
input[type=button][disabled] {
  background-image: none;
  background-color: #676C74;
  color: #676C74;
  outline: none;
  cursor: default;
}
button:not(.toolbar-item, .accordion-basic-item__toggle)[disabled]:hover, button:not(.toolbar-item, .accordion-basic-item__toggle)[disabled]:active, button:not(.toolbar-item, .accordion-basic-item__toggle)[disabled]:focus,
.button[disabled]:hover,
.button[disabled]:active,
.button[disabled]:focus,
.button--primary[disabled]:hover,
.button--primary[disabled]:active,
.button--primary[disabled]:focus,
input[type=submit][disabled]:hover,
input[type=submit][disabled]:active,
input[type=submit][disabled]:focus,
input[type=reset][disabled]:hover,
input[type=reset][disabled]:active,
input[type=reset][disabled]:focus,
input[type=button][disabled]:hover,
input[type=button][disabled]:active,
input[type=button][disabled]:focus {
  background-color: #676C74;
  color: #676C74;
  outline: none;
}
button:not(.toolbar-item, .accordion-basic-item__toggle)::after,
.button::after,
.button--primary::after,
input[type=submit]::after,
input[type=reset]::after,
input[type=button]::after {
  background-image: url(../images/icons/arrow-right-white.svg);
}
button:not(.toolbar-item, .accordion-basic-item__toggle):hover, button:not(.toolbar-item, .accordion-basic-item__toggle):active, button:not(.toolbar-item, .accordion-basic-item__toggle):focus,
.button:hover,
.button:active,
.button:focus,
.button--primary:hover,
.button--primary:active,
.button--primary:focus,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus,
input[type=reset]:hover,
input[type=reset]:active,
input[type=reset]:focus,
input[type=button]:hover,
input[type=button]:active,
input[type=button]:focus {
  background-color: #8DC749;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: GillSans, "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  display: block;
  color: #000;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #127CBA;
  text-decoration: none;
}
h1 a.file-pdf,
h2 a.file-pdf,
h3 a.file-pdf,
h4 a.file-pdf,
h5 a.file-pdf,
h6 a.file-pdf {
  padding-left: 30px;
  background-image: url(../images/icons/icon-pdf.svg);
  background-position: left top;
  background-size: 20px;
  background-repeat: no-repeat;
}
h1 a:hover, h1 a:active, h1 a:focus,
h2 a:hover,
h2 a:active,
h2 a:focus,
h3 a:hover,
h3 a:active,
h3 a:focus,
h4 a:hover,
h4 a:active,
h4 a:focus,
h5 a:hover,
h5 a:active,
h5 a:focus,
h6 a:hover,
h6 a:active,
h6 a:focus {
  text-decoration: underline;
  color: #000;
}

h1 {
  font-size: 47px;
  line-height: 1.14;
  margin-bottom: 1em;
}
@media screen and (max-width: 800px) {
  h1 {
    font-size: 42px;
  }
}
@supports (font-size: clamp(42px, 4.2vw, 47px)) {
  h1 {
    font-size: clamp(42px, 4.2vw, 47px);
  }
}

h2 {
  font-size: 41px;
  line-height: 1.15;
  margin-bottom: 0.9em;
}
@media screen and (max-width: 800px) {
  h2 {
    font-size: 34px;
  }
}
@supports (font-size: clamp(34px, 4.5vw, 41px)) {
  h2 {
    font-size: clamp(34px, 4.5vw, 41px);
  }
}

h3 {
  font-size: 33px;
  line-height: 1.25;
  margin-bottom: 0.9em;
}
@media screen and (max-width: 800px) {
  h3 {
    font-size: 27px;
  }
}
@supports (font-size: clamp(27px, 2.5vw, 33px)) {
  h3 {
    font-size: clamp(27px, 2.5vw, 33px);
  }
}

h4 {
  font-size: 28px;
  line-height: 1.25;
  margin-bottom: 0.9em;
}
@media screen and (max-width: 800px) {
  h4 {
    font-size: 22px;
  }
}
@supports (font-size: clamp(22px, 2.2vw, 28px)) {
  h4 {
    font-size: clamp(22px, 2.2vw, 28px);
  }
}

h5 {
  font-size: 24px;
  line-height: 1.35;
  margin-bottom: 0.9em;
}
@media screen and (max-width: 800px) {
  h5 {
    font-size: 18px;
  }
}
@supports (font-size: clamp(18px, 2vw, 24px)) {
  h5 {
    font-size: clamp(18px, 2vw, 24px);
  }
}

h6 {
  font-size: 20px;
  line-height: 1.35;
  margin-bottom: 0.9em;
}
@media screen and (max-width: 800px) {
  h6 {
    font-size: 18px;
  }
}
@supports (font-size: clamp(18px, 2vw, 20px)) {
  h6 {
    font-size: clamp(18px, 2vw, 20px);
  }
}

p {
  font-size: 1.25em;
  line-height: 1.5;
  color: #676C74;
  margin: 0;
  margin-bottom: 2.2em;
}
p:last-child {
  margin-bottom: 0;
}
p + blockquote,
p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
  margin-top: 5.2rem;
}
p a {
  color: #127CBA;
  text-decoration: none;
  text-decoration: underline;
}
p a.file-pdf {
  padding-left: 30px;
  background-image: url(../images/icons/icon-pdf.svg);
  background-position: left top;
  background-size: 20px;
  background-repeat: no-repeat;
}
p a:hover, p a:active, p a:focus {
  text-decoration: underline;
  color: #000;
}

.media a.file-pdf,
.file--application-pdf a {
  color: #127CBA;
  text-decoration: none;
}
.media a.file-pdf.file-pdf,
.file--application-pdf a.file-pdf {
  padding-left: 30px;
  background-image: url(../images/icons/icon-pdf.svg);
  background-position: left top;
  background-size: 20px;
  background-repeat: no-repeat;
}
.media a.file-pdf:hover, .media a.file-pdf:active, .media a.file-pdf:focus,
.file--application-pdf a:hover,
.file--application-pdf a:active,
.file--application-pdf a:focus {
  text-decoration: underline;
  color: #000;
}

.paragraph .file--application-pdf {
  padding-left: 0;
  background: none;
}

b,
strong {
  font-weight: 700;
}

em {
  font-style: oblique;
}

i {
  font-style: italic;
}

small {
  font-size: 0.8em;
}

big {
  font-size: 1.2em;
}

dl dt {
  font-weight: 700;
}

abbr {
  text-transform: uppercase;
}

.form-checkbox {
  opacity: 0;
  margin-right: 7px;
  position: absolute;
  pointer-events: none;
}
.form-checkbox + label {
  position: relative;
  display: inline-block;
  padding-top: 2px;
  padding-left: 35px;
  line-height: 1.3333;
  cursor: pointer;
  font-size: 0.88em;
  color: #676C74;
}
.form-checkbox + label::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0;
  border: 3px solid #A3A3A3;
  background-color: #fff;
  width: 25px;
  height: 25px;
}
.form-checkbox + label::after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 3px;
  top: 3px;
  border-radius: 0;
  width: 19px;
  height: 19px;
  background-color: #fff;
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: none;
  margin: 0;
}
.form-checkbox + label .input-required {
  display: inline-block;
  position: relative;
  margin-left: 2px;
  width: 10px;
  height: 10px;
  text-indent: -99999px;
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/icons/required.svg);
}
.form-checkbox:checked + label {
  color: #0771AF;
}
.form-checkbox:checked + label:before {
  border-color: #0771AF;
}
.form-checkbox:checked + label::after {
  background-image: url("../images/icons/check.svg");
}
.form-checkbox[disabled] + label {
  cursor: inherit;
}
.form-checkbox[disabled] + label:before {
  border: 1px solid #676C74;
  background-color: #676C74;
}
.form-checkbox[disabled] + label:after {
  background-color: #676C74;
}
.form-checkbox[disabled]:checked + label:after {
  background-color: #676C74 !important;
  background-image: url("../images/icons/check.svg") !important;
}

.decor--background-dark .form-checkbox:checked + label:after {
  background-color: #fff;
  background-image: url("../images/icons/check--gray-dark.svg");
}

.form-item:not(.form-type-checkbox):not(.form-type-radio) > label,
.field--type-datetime > .label {
  margin-bottom: 0.5em;
  font-size: 1em;
  color: #000;
  font-weight: 700;
}

.form-radio {
  opacity: 0;
  margin-right: 7px;
  position: absolute;
  pointer-events: none;
}
.form-radio + label {
  position: relative;
  display: inline-block;
  padding-top: 2px;
  padding-left: 35px;
  line-height: 1.3333;
  cursor: pointer;
  font-size: 0.88em;
  color: #676C74;
}
.form-radio + label::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  border: 3px solid #A3A3A3;
  background-color: #fff;
  width: 25px;
  height: 25px;
}
.form-radio + label::after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 5px;
  top: 5px;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  background-image: none;
  margin: 0;
}
.form-radio + label .input-required {
  display: inline-block;
  position: relative;
  margin-left: 2px;
  width: 10px;
  height: 10px;
  text-indent: -99999px;
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/icons/required.svg);
}
.form-radio:checked + label:after {
  background-color: #0771AF;
}
.form-radio[disabled] + label {
  cursor: inherit;
}
.form-radio[disabled] + label:before {
  border: 1px solid #676C74;
  background-color: #676C74;
}
.form-radio[disabled]:checked + label:after {
  background-color: #A3A3A3 !important;
}

select {
  padding-left: 1rem !important;
  padding-right: 3rem !important;
  cursor: pointer;
  color: #0771AF !important;
  text-shadow: 0 0 0 !important;
}
select::-ms-expand {
  display: none;
}
select option {
  font-weight: 400;
  font-size: 0.88em;
}
select option[value="en|en"], select option[value="en|zh-CN"], select option[value="en|es"], select option[value="en|vi"], select option:selected, select option:not(:selected) {
  font-weight: 400 !important;
}

.select-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.select-container .chevron-down {
  position: absolute;
  display: block;
  top: calc(50% - 3.5px);
  right: 1.25rem;
  width: 12px;
  height: 7px;
  background-image: url(../images/icons/chevron-down-blue.svg);
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
}

input[type=text],
input[type=search],
input[type=password],
input[type=email],
input[type=tel],
input[type=date],
input[type=number],
input[type=url],
input[type=time],
textarea,
select {
  position: relative;
  display: block;
  padding: 0 2rem;
  height: 40px;
  width: 100%;
  border: 1px solid #A3A3A3;
  background-color: #fff;
  font-size: 0.88em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: border-color 0.15s ease-in;
  transition: border-color 0.15s ease-in;
  font-weight: 400;
  color: #000;
}
input[type=text]:active, input[type=text]:focus,
input[type=search]:active,
input[type=search]:focus,
input[type=password]:active,
input[type=password]:focus,
input[type=email]:active,
input[type=email]:focus,
input[type=tel]:active,
input[type=tel]:focus,
input[type=date]:active,
input[type=date]:focus,
input[type=number]:active,
input[type=number]:focus,
input[type=url]:active,
input[type=url]:focus,
input[type=time]:active,
input[type=time]:focus,
textarea:active,
textarea:focus,
select:active,
select:focus {
  border-color: #676C74;
}
input[type=text]:disabled,
input[type=search]:disabled,
input[type=password]:disabled,
input[type=email]:disabled,
input[type=tel]:disabled,
input[type=date]:disabled,
input[type=number]:disabled,
input[type=url]:disabled,
input[type=time]:disabled,
textarea:disabled,
select:disabled {
  pointer-events: none;
  color: #676C74 !important;
  border-color: #676C74 !important;
  background-color: #676C74 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.form-item-error input[type=text],
.form-item-error input[type=search],
.form-item-error input[type=password],
.form-item-error input[type=email],
.form-item-error input[type=tel],
.form-item-error input[type=date],
.form-item-error input[type=number],
.form-item-error input[type=url],
.form-item-error input[type=time],
.form-item-error textarea,
.form-item-error select {
  background-image: url(../images/dodecagon-error.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 97% center;
}

textarea {
  padding: 1.5rem 2rem;
  font-size: 1.6rem;
  line-height: 1.8;
  min-height: 12rem !important;
}

.form-type-datetime > div {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.form-type-datetime > div .form-item {
  width: 49%;
}
.form-type-datetime > div .form-item + .form-item {
  margin-top: 0 !important;
}

.form-type-textfield input {
  width: 100%;
}
.form-type-textfield input::-ms-clear {
  display: none;
  height: 0;
  width: 0;
}
.form-type-textfield input.bef-datepicker {
  padding-right: 2.9em;
  background-image: url(../images/icons/calendar-alt.svg);
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  background-size: 20px;
}

.form-item,
.form-wrapper {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.form-item + .form-item,
.form-item + .form-wrapper,
.form-wrapper + .form-item,
.form-wrapper + .form-wrapper {
  margin-top: 1.5rem;
}
.form-item + .form-item .form-item,
.form-item + .form-wrapper .form-item,
.form-wrapper + .form-item .form-item,
.form-wrapper + .form-wrapper .form-item {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.form-item + .form-item .form-item + .form-item,
.form-item + .form-wrapper .form-item + .form-item,
.form-wrapper + .form-item .form-item + .form-item,
.form-wrapper + .form-wrapper .form-item + .form-item {
  margin-top: 2rem;
}

.form-actions {
  margin-top: 2em;
}

.form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

fieldset.form-item {
  margin-top: 2em !important;
}
fieldset.form-item + .form-item {
  margin-top: 2em;
}

.form-type-textfield,
.form-type-password,
.form-type-email,
.form-type-managed-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-type-textfield input,
.form-type-textfield .form-managed-file,
.form-type-password input,
.form-type-password .form-managed-file,
.form-type-email input,
.form-type-email .form-managed-file,
.form-type-managed-file input,
.form-type-managed-file .form-managed-file {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.form-type-textfield label,
.form-type-password label,
.form-type-email label,
.form-type-managed-file label {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.l-container,
.l-container--narrow,
.p-container,
.p-container--narrow {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem;
}

.l-container--narrow,
.p-container--narrow {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.l-footer {
  padding: 4.7em 0;
  color: #fff;
  background-color: #676C74;
  font-size: 0.875em;
}
.l-footer .l-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.l-footer p {
  color: #fff;
}
.l-footer a {
  color: #fff;
}
.l-footer a:hover, .l-footer a:active, .l-footer a:focus {
  color: #000;
}
.l-footer ul.menu {
  padding: 0;
  list-style: none outside;
  text-align: left;
}
.l-footer .menu-item {
  margin: 0;
}

.l-footer__branding svg {
  width: 140px;
}
.l-footer__branding svg .st0,
.l-footer__branding svg .st1,
.l-footer__branding svg .st2,
.l-footer__branding svg .st3 {
  fill: #fff;
}

.l-footer__menu .menu {
  margin: 0;
}
.l-footer__subscribe a {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: GillSans, "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  font-size: 1.025em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 1em 1.25em;
  padding-right: 5em;
  border-radius: 30px;
  border-top-left-radius: 0;
  overflow: hidden;
  -webkit-transition: background-color 0.075s linear;
  transition: background-color 0.075s linear;
  background-color: #fff;
  color: #000;
  font-size: 1.14em;
  margin-top: 1rem;
}
.l-footer__subscribe a:hover, .l-footer__subscribe a:active, .l-footer__subscribe a:focus {
  text-decoration: none;
}
.l-footer__subscribe a::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
}
.l-footer__subscribe a[disabled] {
  background-image: none;
  background-color: #676C74;
  color: #676C74;
  outline: none;
  cursor: default;
}
.l-footer__subscribe a[disabled]:hover, .l-footer__subscribe a[disabled]:active, .l-footer__subscribe a[disabled]:focus {
  background-color: #676C74;
  color: #676C74;
  outline: none;
}
.l-footer__subscribe a::after {
  background-image: url(../images/icons/arrow-right.svg);
}
.l-footer__subscribe a:hover, .l-footer__subscribe a:active, .l-footer__subscribe a:focus {
  background-color: #000;
  color: #fff;
}
.l-footer__subscribe a:hover::after, .l-footer__subscribe a:active::after, .l-footer__subscribe a:focus::after {
  background-image: url(../images/icons/arrow-right-white.svg);
}

.l-footer__social .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.l-footer__social .menu-item + .menu-item {
  margin-left: 7px;
}
.l-footer__social .icon {
  display: block;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100%;
  text-indent: -99999px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: background-color 0.075s linear, -webkit-transform 0.075s linear;
  transition: background-color 0.075s linear, -webkit-transform 0.075s linear;
  transition: transform 0.075s linear, background-color 0.075s linear;
  transition: transform 0.075s linear, background-color 0.075s linear, -webkit-transform 0.075s linear;
}
.l-footer__social .icon:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  background-color: black;
}
.l-footer__social .facebook {
  background-image: url(../images/icons/social-facebook.svg);
  background-size: 8px;
}
.l-footer__social .twitter {
  background-image: url(../images/icons/social-twitter.svg);
  background-size: 15px;
}
.l-footer__social .instagram {
  background-image: url(../images/icons/social-instagram.svg);
  background-size: 15px;
}
.l-footer__social .linkedin {
  background-image: url(../images/icons/social-linkedin.svg);
  background-size: 14px;
}
.l-footer__social .webcast {
  background-image: url(../images/icons/social-webcast.svg);
  background-size: 16px;
}
.l-footer__social .youtube {
  background-image: url(../images/icons/social-youtube.svg);
  background-size: 17px;
}
.l-footer__social .bsky {
  background-image: url(../images/icons/social-bsky.svg);
  background-size: 17px;
}
.l-footer__social .nextdoor {
  background-image: url(../images/icons/social-nextdoor.svg);
  background-size: 17px;
}

@media screen and (max-width: 1000px) {
  .l-footer .l-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .l-footer .l-container > * {
    margin-bottom: 7rem;
    width: 33.3%;
  }
  .l-footer .l-container > *:last-child {
    margin-right: auto;
  }
}
@media screen and (max-width: 800px) {
  .l-footer .l-container > * {
    margin-bottom: 5rem;
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .l-footer {
    font-size: 1.1em;
  }
  .l-footer .l-container > * {
    width: 100%;
  }
  .l-footer__social li + li {
    margin-left: 10px;
  }
  .l-footer__social .icon {
    width: 24px;
    height: 24px;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.l-header {
  position: absolute;
  top: 0;
  padding-top: 23px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0);
  z-index: 3;
  -webkit-transition: background-color 0.075s linear, top 0.075s linear, -webkit-box-shadow 0.075s linear;
  transition: background-color 0.075s linear, top 0.075s linear, -webkit-box-shadow 0.075s linear;
  transition: background-color 0.075s linear, box-shadow 0.075s linear, top 0.075s linear;
  transition: background-color 0.075s linear, box-shadow 0.075s linear, top 0.075s linear, -webkit-box-shadow 0.075s linear;
}
.l-header.fixed {
  position: fixed;
  top: 0 !important;
  z-index: 4;
}
.l-header ul.menu {
  padding: 0;
  list-style: none outside;
  text-align: left;
}
.l-header .menu-item {
  margin: 0;
}

body.toolbar-horizontal .l-header.fixed {
  top: 54px !important;
}

.browser-ie .l-header {
  position: fixed;
}

.embed-content-header .l-header,
.l-header.fixed,
.browser-ie .l-header {
  padding-top: 0;
  background-color: white;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}

.l-header__mainheader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  margin-top: 33px;
  margin-bottom: 20px;
}

.l-header__utility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-header__triggers {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 1;
}

.l-header__trigger {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  max-height: 50px;
  max-width: 50px;
  min-width: 42px;
  min-height: 42px;
  width: 5vw;
  height: 5vw;
  border-radius: 25px;
  border-top-left-radius: 0;
  background-color: #127CBA;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-transition: background-color 0.075s linear;
  transition: background-color 0.075s linear;
}
.l-header__trigger .icon {
  position: relative;
}
.l-header__trigger:hover {
  background-color: #8DC749;
}

.block-gtranslate {
  display: none;
}

@media screen and (max-width: 800px) {
  .user-logged-in.toolbar-vertical .l-header {
    top: 0;
  }
  .l-header__triggers-search {
    display: none;
  }
  .menu__trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu__trigger .icon {
    width: 18px;
    height: 14px;
  }
  .menu__trigger .bar {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1.8rem;
    height: 2px;
    background-color: #fff;
    opacity: 1;
    -webkit-transition: opacity 0.15s linear, top 0.15s linear, bottom 0.15s linear, -webkit-transform 0.15s linear;
    transition: opacity 0.15s linear, top 0.15s linear, bottom 0.15s linear, -webkit-transform 0.15s linear;
    transition: opacity 0.15s linear, top 0.15s linear, bottom 0.15s linear, transform 0.15s linear;
    transition: opacity 0.15s linear, top 0.15s linear, bottom 0.15s linear, transform 0.15s linear, -webkit-transform 0.15s linear;
  }
  .menu__trigger .bar.two, .menu__trigger .bar.three {
    top: 6px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .menu__trigger .bar.four {
    top: auto;
    bottom: 0;
  }
  .menu__trigger.active .bar.one {
    top: -1rem;
    opacity: 0;
  }
  .menu__trigger.active .bar.two {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menu__trigger.active .bar.three {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menu__trigger.active .bar.four {
    bottom: -1rem;
    opacity: 0;
  }
  .l-header__menus {
    display: none;
    position: absolute;
    top: 10rem;
    right: 0;
    left: 0;
    bottom: 0;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100vw;
    height: calc(100vh - 234px);
    background-color: #0771AF;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.15s linear;
    transition: -webkit-transform 0.15s linear;
    transition: transform 0.15s linear;
    transition: transform 0.15s linear, -webkit-transform 0.15s linear;
  }
  .l-header__menus::before {
    content: "";
    display: block;
    position: absolute;
    top: -16rem;
    right: 0;
    left: 0;
    height: 16rem;
    background-color: #0771AF;
  }
  .l-header__menus::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -200px;
    height: 200px;
    width: 100%;
    background-color: #0771AF;
  }
  .l-header__menus.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .l-header__menus--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -30px;
    padding-bottom: 5rem;
    width: 100%;
    overflow-y: auto;
  }
  .l-header__menus--inner nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .l-header__menus--inner ul.menu a.is-active,
  .l-header__menus--inner a {
    text-transform: none !important;
    font-weight: 300;
    color: #fff;
  }
  .l-header__menus--inner ul.menu a.is-active:hover, .l-header__menus--inner ul.menu a.is-active:active, .l-header__menus--inner ul.menu a.is-active:focus,
  .l-header__menus--inner a:hover,
  .l-header__menus--inner a:active,
  .l-header__menus--inner a:focus {
    color: #fff !important;
    text-decoration: underline;
  }
  .l-header__searcharea {
    display: block;
    padding: 0 2rem;
  }
  .l-header__searcharea .form--inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .l-header__searcharea .form-item {
    margin: 0;
  }
  .l-header__searcharea .form-text {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #B0CFDD;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    padding: 0;
  }
  .l-header__searcharea .form-text::-webkit-input-placeholder {
    color: #B0CFDD;
  }
  .l-header__searcharea .form-text::-moz-placeholder {
    color: #B0CFDD;
  }
  .l-header__searcharea .form-text:-ms-input-placeholder {
    color: #B0CFDD;
  }
  .l-header__searcharea .form-text::-ms-input-placeholder {
    color: #B0CFDD;
  }
  .l-header__searcharea .form-text::placeholder {
    color: #B0CFDD;
  }
  .l-header__searcharea .form-text:focus {
    border-bottom: 2px solid #fff;
  }
  .l-header__searcharea .focused + .form-actions .form-submit {
    background-color: #3B4982;
  }
  .l-header__searcharea .form-submit {
    border: 0;
    background-color: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font-family: GillSans, "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
    font-size: 1.025em;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    background-color: transparent;
    background-image: url(../images/icons/search.svg);
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: center;
    border-radius: 4px;
    font-size: 0.1px;
    color: transparent;
    height: 38px;
    text-indent: -1000px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: -2px;
    width: 38px;
  }
  .l-header__searcharea .form-submit:hover, .l-header__searcharea .form-submit:active, .l-header__searcharea .form-submit:focus {
    text-decoration: none;
  }
  .l-header__searcharea + .l-header__chatbotarea {
    margin-top: 20px;
  }
  .l-header__chatbotarea {
    padding: 0 2rem;
  }
  .l-header__mainmenu {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2rem;
  }
  .l-header__utility {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .gtranslate,
  .gtranslate_wrapper {
    display: inline-block;
    position: relative;
    margin-left: 36px;
    width: auto;
  }
  .gtranslate select,
  .gtranslate_wrapper select {
    padding-left: 0 !important;
    height: auto;
    width: auto;
    border: 0;
    font-size: 1.125em;
    font-weight: 100;
    background-color: transparent;
    color: #fff !important;
  }
  .gtranslate select::-ms-expand,
  .gtranslate_wrapper select::-ms-expand {
    display: none;
  }
  .gtranslate::after,
  .gtranslate_wrapper::after {
    content: "";
    position: absolute;
    display: block;
    top: 8px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    pointer-events: none;
    z-index: 1;
  }
  .browser-safari .l-header__utility {
    padding-bottom: 25rem;
  }
}
@media screen and (min-width: 801px) {
  .user-logged-in .l-header {
    top: 54px;
  }
  .user-logged-in.toolbar-vertical .l-header {
    top: 39px;
  }
  .l-header.active {
    background-color: white;
  }
  .l-header.active .l-header__mainmenu,
  .l-header.active .l-header__utility {
    opacity: 0;
    pointer-events: none;
  }
  .l-header__triggers-menu {
    display: none;
  }
  .l-header__menus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .l-header__menus--inner {
    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-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    width: 100%;
  }
  .l-header__searcharea,
  .l-header__chatbotarea {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 7.5rem;
    bottom: 0;
    height: 100%;
    z-index: 1;
  }
  .l-header__searcharea .form--inline,
  .l-header__chatbotarea .form--inline {
    position: relative;
  }
  .l-header__searcharea .form--inline .form-item,
  .l-header__chatbotarea .form--inline .form-item {
    float: none;
    margin-right: 0;
  }
  .l-header__searcharea .form-item,
  .l-header__chatbotarea .form-item {
    width: 100%;
    height: 50px;
  }
  .l-header__searcharea .form-item input,
  .l-header__chatbotarea .form-item input {
    padding: 0;
    height: 50px;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    font-size: 1.2em;
  }
  .l-header__searcharea .form-actions,
  .l-header__chatbotarea .form-actions {
    position: absolute;
    margin-top: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
  }
  .l-header__searcharea .form-actions input,
  .l-header__chatbotarea .form-actions input {
    display: block;
    width: 100%;
    height: 50px;
    text-indent: -99999px;
    border-radius: 0;
    background-image: url(../images/icons/arrow-right-blue.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    background-color: transparent;
    padding: 0;
  }
  .l-header__mainmenu,
  .l-header__utility {
    opacity: 1;
    -webkit-transition: opacity 0.075s linear;
    transition: opacity 0.075s linear;
  }
  .l-header__mainmenu {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .l-header__utility {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .search__trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .search__trigger .icon {
    width: 16px;
    height: 16px;
  }
  .search__trigger .circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.2rem;
    height: 1.2rem;
    border: 2px solid #fff;
    border-radius: 100%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 0.15s linear, -webkit-transform 0.15s linear;
    transition: opacity 0.15s linear, -webkit-transform 0.15s linear;
    transition: opacity 0.15s linear, transform 0.15s linear;
    transition: opacity 0.15s linear, transform 0.15s linear, -webkit-transform 0.15s linear;
  }
  .search__trigger .grip {
    position: absolute;
    top: 0.9rem;
    right: 0.3rem;
    width: 0.2rem;
    height: 0.8rem;
    -webkit-transform: rotate(-42deg);
    transform: rotate(-42deg);
    background-color: #fff;
    -webkit-transition: top 0.15s linear, right 0.15s linear, width 0.15s linear, height 0.15s linear, -webkit-transform 0.15s linear;
    transition: top 0.15s linear, right 0.15s linear, width 0.15s linear, height 0.15s linear, -webkit-transform 0.15s linear;
    transition: top 0.15s linear, right 0.15s linear, width 0.15s linear, height 0.15s linear, transform 0.15s linear;
    transition: top 0.15s linear, right 0.15s linear, width 0.15s linear, height 0.15s linear, transform 0.15s linear, -webkit-transform 0.15s linear;
  }
  .search__trigger .bar {
    position: absolute;
    top: 0;
    left: 0.7rem;
    width: 2px;
    height: 1.8rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, -webkit-transform 0.15s linear;
    transition: opacity 0.15s linear, -webkit-transform 0.15s linear;
    transition: opacity 0.15s linear, transform 0.15s linear;
    transition: opacity 0.15s linear, transform 0.15s linear, -webkit-transform 0.15s linear;
  }
  .search__trigger.active .circle {
    -webkit-transform: translate3d(-1.5rem, -1.5rem, 0);
    transform: translate3d(-1.5rem, -1.5rem, 0);
    opacity: 0;
  }
  .search__trigger.active .grip {
    top: 0;
    right: 0.7rem;
    width: 2px;
    height: 1.8rem;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .search__trigger.active .bar {
    opacity: 1;
  }
  .chatbot__trigger {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -30px;
    position: relative;
  }
  .chatbot__trigger.active svg {
    display: none;
  }
  .chatbot__trigger.active .grip {
    opacity: 1;
    top: 0;
    right: 0.7rem;
    width: 2px;
    height: 1.8rem;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .chatbot__trigger.active .bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 1.8rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, -webkit-transform 0.15s linear;
    transition: opacity 0.15s linear, -webkit-transform 0.15s linear;
    transition: opacity 0.15s linear, transform 0.15s linear;
    transition: opacity 0.15s linear, transform 0.15s linear, -webkit-transform 0.15s linear;
    opacity: 1;
  }
  .chatbot__trigger .grip, .chatbot__trigger .bar {
    background-color: #fff;
    opacity: 0;
  }
  .chatbot__trigger svg {
    display: block;
    width: 21px;
    height: 20px;
  }
  .chatbot__trigger:before {
    background-color: #127CBA;
    bottom: 0;
    content: "";
    display: block;
    left: 2px;
    position: absolute;
    top: 0;
    width: 10px;
    z-index: 1;
  }
  .chatbot__trigger:after {
    background-color: #3B4982;
    bottom: 10px;
    content: "";
    display: block;
    left: 2px;
    position: absolute;
    top: 10px;
    width: 1px;
    z-index: 1;
  }
  .chatbot__trigger:hover:before {
    background-color: #8DC749;
  }
  .l-header__triggers__multiple {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-header__triggers__multiple .search__trigger {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: -10px;
    position: relative;
    z-index: 1;
  }
  .block-gtranslate {
    position: absolute;
    top: -5px;
    right: 100%;
  }
  .gtranslate,
  .gtranslate_wrapper {
    position: relative;
    width: 155px;
  }
  .gtranslate select,
  .gtranslate_wrapper select {
    font-size: 13px;
    padding-left: 1rem !important;
    padding-right: 2rem !important;
    height: 26px;
    font-weight: 100;
    text-transform: uppercase;
    color: #fff !important;
    background-color: transparent;
    border-color: #c0c0c0;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
  }
}
@media screen and (min-width: 801px) and (max-width: 800px) {
  .gtranslate select,
  .gtranslate_wrapper select {
    font-size: 11px;
  }
}
@media screen and (min-width: 801px) {
  @supports (font-size: clamp(11px, 1.25vw, 13px)) {
    .gtranslate select,
    .gtranslate_wrapper select {
      font-size: clamp(11px, 1.25vw, 13px);
    }
  }
  .gtranslate select::-ms-expand,
  .gtranslate_wrapper select::-ms-expand {
    display: none;
  }
}
@media screen and (min-width: 801px) {
  .gtranslate select option,
  .gtranslate_wrapper select option {
    color: #676C74 !important;
  }
  .gtranslate::after,
  .gtranslate_wrapper::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 1.25rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    pointer-events: none;
    z-index: 1;
  }
  .l-header.fixed .gtranslate select,
  .l-header.fixed .gtranslate_wrapper select,
  .browser-ie .l-header .gtranslate select,
  .browser-ie .l-header .gtranslate_wrapper select {
    color: #676C74 !important;
    border-color: rgba(103, 108, 116, 0.25);
    text-shadow: none;
  }
  .l-header.fixed .gtranslate::after,
  .l-header.fixed .gtranslate_wrapper::after,
  .browser-ie .l-header .gtranslate::after,
  .browser-ie .l-header .gtranslate_wrapper::after {
    border-color: #0771AF transparent transparent transparent;
  }
}
.path-frontpage .l-header:not(.fixed) {
  position: relative;
  top: inherit !important;
}
.path-frontpage .l-header:not(.fixed) .l-header__mainheader {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 80px;
}

.path-node:not(.path-frontpage) .l-header:not(.fixed) {
  position: relative;
  top: inherit !important;
}
.path-node:not(.path-frontpage) .l-header:not(.fixed) .l-header__mainheader {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: -100px;
}

@media screen and (min-width: 801px) {
  .path-frontpage .l-header,
  .path-frontpage.user-logged-in.toolbar-vertical .l-header {
    top: inherit;
  }
  .path-frontpage.browser-ie .l-header .gtranslate select,
  .path-frontpage.browser-ie .l-header .gtranslate_wrapper select,
  .path-frontpage .l-header .gtranslate select,
  .path-frontpage .l-header .gtranslate_wrapper select,
  .path-frontpage .l-header.fixed .gtranslate select,
  .path-frontpage .l-header.fixed .gtranslate_wrapper select {
    color: #000 !important;
  }
  .path-frontpage .l-header a {
    color: #000;
  }
  .path-frontpage .l-header.fixed ul.menu a.is-active {
    color: #000;
  }
  .path-frontpage .l-header__utility a:hover, .path-frontpage .l-header__utility a:focus, .path-frontpage .l-header__utility a:active {
    color: #0771AF;
  }
}
@media screen and (max-width: 800px) {
  .path-frontpage .l-header:not(.fixed) .l-header__mainheader {
    margin-bottom: 45px;
  }
}
.l-header a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
.l-header a:hover, .l-header a:focus, .l-header a:active {
  color: #0771AF;
}

.menu-item--expanded {
  list-style: none;
}

.menu-item {
  padding-top: 0;
}

.l-header__mainmenu,
.l-header__utility {
  width: 100%;
}

.menu--main ul:not(.contextual-links),
.menu--account ul:not(.contextual-links),
.menu--utility-navigation ul:not(.contextual-links) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.menu--main ul:not(.contextual-links) ul {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.menu--main ul:not(.contextual-links) ul a {
  text-transform: none;
}

@media screen and (max-width: 800px) {
  .menu--main {
    margin-bottom: 1em;
  }
  .menu--main a {
    font-size: 1.5em;
  }
  .menu--main li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1em;
  }
  .menu--main li ul {
    width: 100%;
    margin-top: 15px !important;
    margin-left: 36px !important;
  }
  .menu--main li ul a {
    font-size: 1.125em;
  }
  .menu--main li li:last-child {
    margin-bottom: 0;
  }
  .submenu__trigger {
    display: block;
    position: relative;
    margin-top: 7px;
    margin-right: 15px;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.15s linear;
    transition: -webkit-transform 0.15s linear;
    transition: transform 0.15s linear;
    transition: transform 0.15s linear, -webkit-transform 0.15s linear;
  }
  .subactive .submenu__trigger {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .subactive .submenu__trigger-icon-plus.horizontal {
    opacity: 0;
  }
  .submenu__trigger-icon-plus {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #fff;
  }
  .submenu__trigger-icon-plus.horizontal {
    opacity: 1;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
  }
  .submenu__trigger-icon-plus.vertical {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .menu--utility-navigation,
  .menu--account {
    margin-left: 36px;
  }
  .menu--utility-navigation a,
  .menu--account a {
    font-size: 1.125em;
  }
  .menu--utility-navigation li,
  .menu--account li {
    margin-bottom: 0.75em;
  }
}
@media screen and (min-width: 801px) {
  ul.menu a.is-active {
    color: #fff;
  }
  ul.menu a.is-active.login {
    color: #64BFF4;
  }
  .submenu__trigger {
    display: none;
  }
  .l-header a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    letter-spacing: 1px;
  }
  .l-header a.login {
    color: #64BFF4;
  }
  .l-header.fixed ul.menu a.is-active {
    color: #676C74;
  }
  .l-header.fixed ul.menu a.is-active.login {
    color: #64BFF4;
  }
}
@media screen and (min-width: 801px) and (max-width: 925px) {
  .l-header.fixed a {
    text-shadow: none;
  }
}
@media screen and (min-width: 801px) {
  .l-header .navigation > ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .l-header .navigation li {
    line-height: 1;
  }
  .browser-ie .l-header ul.menu a.is-active {
    color: #676C74;
  }
  .browser-ie .l-header ul.menu a.is-active.login {
    color: #64BFF4;
  }
}
@media screen and (min-width: 801px) and (max-width: 925px) {
  .browser-ie .l-header a {
    text-shadow: none;
  }
}
@media screen and (min-width: 801px) {
  .embed-content-header .l-header a,
  .l-header.fixed a,
  .browser-ie .l-header a {
    color: #676C74;
  }
  .embed-content-header .l-header a.login,
  .l-header.fixed a.login,
  .browser-ie .l-header a.login {
    color: #64BFF4;
  }
  .embed-content-header .l-header .l-header__utility .navigation > ul > li:last-child a,
  .l-header.fixed .l-header__utility .navigation > ul > li:last-child a,
  .browser-ie .l-header .l-header__utility .navigation > ul > li:last-child a {
    color: #0771AF;
  }
  .embed-content-header .l-header .l-header__utility .navigation > ul > li:last-child a:hover, .embed-content-header .l-header .l-header__utility .navigation > ul > li:last-child a:active, .embed-content-header .l-header .l-header__utility .navigation > ul > li:last-child a:focus,
  .l-header.fixed .l-header__utility .navigation > ul > li:last-child a:hover,
  .l-header.fixed .l-header__utility .navigation > ul > li:last-child a:active,
  .l-header.fixed .l-header__utility .navigation > ul > li:last-child a:focus,
  .browser-ie .l-header .l-header__utility .navigation > ul > li:last-child a:hover,
  .browser-ie .l-header .l-header__utility .navigation > ul > li:last-child a:active,
  .browser-ie .l-header .l-header__utility .navigation > ul > li:last-child a:focus {
    color: #0771AF;
  }
  .embed-content-header .l-header .l-header__utility a:hover, .embed-content-header .l-header .l-header__utility a:active, .embed-content-header .l-header .l-header__utility a:focus,
  .l-header.fixed .l-header__utility a:hover,
  .l-header.fixed .l-header__utility a:active,
  .l-header.fixed .l-header__utility a:focus,
  .browser-ie .l-header .l-header__utility a:hover,
  .browser-ie .l-header .l-header__utility a:active,
  .browser-ie .l-header .l-header__utility a:focus {
    color: #0771AF;
  }
  .embed-content-header .l-header .menu--account a,
  .l-header.fixed .menu--account a,
  .browser-ie .l-header .menu--account a {
    color: #0771AF;
  }
  .l-header__menus {
    padding-right: 6rem;
    width: 74%;
  }
}
@media screen and (min-width: 801px) and (max-width: 1100px) {
  .l-header__menus {
    width: 78%;
  }
}
@media screen and (min-width: 801px) and (max-width: 1080px) {
  .l-header__menus {
    padding-right: 5.5vw;
  }
}
@media screen and (min-width: 801px) {
  .browser-ie .l-header__menus {
    padding-right: 0;
  }
  .l-header__mainmenu a {
    font-size: 17px;
  }
}
@media screen and (min-width: 801px) and (max-width: 800px) {
  .l-header__mainmenu a {
    font-size: 12px;
  }
}
@media screen and (min-width: 801px) {
  @supports (font-size: clamp(12px, 1.3vw, 17px)) {
    .l-header__mainmenu a {
      font-size: clamp(12px, 1.3vw, 17px);
    }
  }
}
@media screen and (min-width: 801px) and (max-width: 940px) {
  .browser-ie .l-header__mainmenu a {
    font-size: 13px;
  }
}
@media screen and (min-width: 801px) and (max-width: 890px) {
  .browser-ie .l-header__mainmenu a {
    font-size: 12px;
  }
}
@media screen and (min-width: 801px) and (max-width: 840px) {
  .browser-ie .l-header__mainmenu a {
    font-size: 11px;
  }
}
@media screen and (min-width: 801px) {
  .l-header__utility {
    position: relative;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 0.75em;
    margin-bottom: 0.25em;
    margin-left: auto;
    width: auto;
  }
  .l-header__utility .navigation > ul > li {
    margin-left: 1.5em;
    text-align: center;
  }
}
@media screen and (min-width: 801px) and (max-width: 1175px) {
  .l-header__utility .navigation > ul > li {
    margin-left: 1.25vw;
  }
}
@media screen and (min-width: 801px) {
  .l-header__utility a {
    font-size: 14px;
    text-align: center;
  }
}
@media screen and (min-width: 801px) and (max-width: 800px) {
  .l-header__utility a {
    font-size: 11px;
  }
}
@media screen and (min-width: 801px) {
  @supports (font-size: clamp(11px, 1.25vw, 14px)) {
    .l-header__utility a {
      font-size: clamp(11px, 1.25vw, 14px);
    }
  }
  .l-header__utility a:hover, .l-header__utility a:focus, .l-header__utility a:active {
    color: #fff;
    text-decoration: underline;
  }
  .menu--main > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu--main > ul > li > a {
    padding: 0.75em;
  }
}
@media screen and (min-width: 801px) and (max-width: 1100px) {
  .menu--main > ul > li > a {
    padding: 0.75em 1vw;
  }
}
@media screen and (min-width: 801px) {
  .menu--main > ul > li.menu-item--expanded:hover, .menu--main > ul > li.menu-item--expanded.hover {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  }
  .menu--main > ul > li.menu-item--expanded:hover::before, .menu--main > ul > li.menu-item--expanded.hover::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(100% - 5px);
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #fff;
    pointer-events: none;
    z-index: 1;
  }
  .menu--main > ul > li.menu-item--expanded:hover ul, .menu--main > ul > li.menu-item--expanded.hover ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  }
  .menu--main > ul > li.menu-item--expanded:hover > a, .menu--main > ul > li.menu-item--expanded.hover > a {
    color: #0771AF !important;
    text-shadow: none;
  }
  .menu--main > ul > li:nth-last-child(2) ul, .menu--main > ul > li:last-child ul {
    left: auto;
    right: 0;
  }
  .menu--main ul:not(.contextual-links) ul {
    position: absolute;
    top: 100%;
    left: 0;
    padding-bottom: 1em;
    min-width: 100%;
    background-color: #fff;
  }
  .menu--main ul:not(.contextual-links) ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0.75em;
    margin-top: 1em;
  }
  .menu--main ul:not(.contextual-links) ul a {
    width: 100%;
    white-space: pre;
    font-size: 1.05em;
    color: #676C74;
    text-align: left;
    text-shadow: none;
  }
  .menu--main ul:not(.contextual-links) ul a:hover, .menu--main ul:not(.contextual-links) ul a:focus, .menu--main ul:not(.contextual-links) ul a:active {
    color: #0771AF;
  }
  .menu--main li {
    position: relative;
  }
}
.pageheader {
  position: relative;
  min-height: 400px;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}
.pageheader::before, .pageheader::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 0;
  pointer-events: none;
}
.pageheader::before {
  top: 0;
  height: 80%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0F3C50), color-stop(40%, transparent));
  background-image: linear-gradient(180deg, #0F3C50 0%, transparent 40%);
}
.pageheader::after {
  top: 0;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(116%, #000));
  background-image: linear-gradient(180deg, transparent 0%, #000 116%);
}
.pageheader.pageheader-noImage {
  background-color: #3B4982;
  overflow: hidden;
}
.pageheader.pageheader-noImage::before, .pageheader.pageheader-noImage::after {
  content: none;
}
.pageheader.pageheader-noImage svg {
  position: absolute;
  right: 0;
  top: -10%;
  width: 80%;
  pointer-events: none;
}
.pageheader.pageheader-noImage svg g {
  fill: rgba(255, 255, 255, 0.05);
}
.pageheader > .l-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 11.375em;
  padding-bottom: 2em;
  z-index: 1;
}
.pageheader h1, .pageheader h2, .pageheader h3, .pageheader h4, .pageheader h5, .pageheader h6, .pageheader a, .pageheader p {
  color: #fff;
}
.pageheader h1 {
  margin-bottom: 2.4rem;
}
.pageheader p {
  font-size: 1.25em;
  line-height: 1.4;
  text-shadow: 0 4px 5px rgba(0, 0, 0, 0.5);
}
.pageheader .field--name-field-hero-description {
  max-width: 514px;
}
.pageheader .article--meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
  margin-bottom: 1em;
}
.pageheader .article--meta .field + .field {
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: 1px solid #fff;
}

.path-frontpage .pageheader::after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background-image: linear-gradient(180deg, transparent 0%, #000 100%);
}

.pageheader__content--left {
  width: 70%;
}

.pageheader__content--right {
  margin-top: auto;
  padding-left: 2em;
}
.pageheader__content--right .field--name-field-author > .field__item {
  margin-top: 1em;
}

@media screen and (max-width: 900px) {
  .pageheader__content--left {
    width: 100%;
  }
  .pageheader__content--right {
    padding-left: 0;
    margin-top: 2em;
    width: 100%;
  }
}
.pageheader__content {
  margin: 0 auto;
  width: 75%;
}
.pageheader__content.extended {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0;
  width: 87%;
}
.pageheader__content.has-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pageheader__content.has-cta .block-system-breadcrumb-block,
.pageheader__content.has-cta h1 {
  width: 100%;
}
.pageheader__content.has-cta p {
  padding-right: 1em;
  width: calc(100% - 200px);
}
.pageheader__content.has-cta .pageheader__cta {
  width: 200px;
}
.pageheader__content.has-cta .pageheader__cta a {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: GillSans, "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  font-size: 1.025em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 1em 1.25em;
  padding-right: 5em;
  border-radius: 30px;
  border-top-left-radius: 0;
  overflow: hidden;
  -webkit-transition: background-color 0.075s linear;
  transition: background-color 0.075s linear;
  background-color: #127CBA;
  color: #fff;
  padding-right: 50px;
}
.pageheader__content.has-cta .pageheader__cta a:hover, .pageheader__content.has-cta .pageheader__cta a:active, .pageheader__content.has-cta .pageheader__cta a:focus {
  text-decoration: none;
}
.pageheader__content.has-cta .pageheader__cta a::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
}
.pageheader__content.has-cta .pageheader__cta a[disabled] {
  background-image: none;
  background-color: #676C74;
  color: #676C74;
  outline: none;
  cursor: default;
}
.pageheader__content.has-cta .pageheader__cta a[disabled]:hover, .pageheader__content.has-cta .pageheader__cta a[disabled]:active, .pageheader__content.has-cta .pageheader__cta a[disabled]:focus {
  background-color: #676C74;
  color: #676C74;
  outline: none;
}
.pageheader__content.has-cta .pageheader__cta a::after {
  background-image: url(../images/icons/arrow-right-white.svg);
}
.pageheader__content.has-cta .pageheader__cta a:hover, .pageheader__content.has-cta .pageheader__cta a:active, .pageheader__content.has-cta .pageheader__cta a:focus {
  background-color: #8DC749;
}
@media screen and (max-width: 900px) {
  .pageheader__content.has-cta p {
    padding-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1750px) {
  .pageheader__content {
    width: 62.5%;
  }
  .pageheader__content.extended {
    width: 80%;
  }
}
@media screen and (max-width: 1500px) {
  .pageheader__content {
    width: 59%;
  }
  .pageheader__content.extended {
    width: 75%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1240px) {
  .pageheader__content {
    padding-left: 5%;
    margin-right: 0;
    width: 85%;
    max-width: 100vw;
  }
  .pageheader__content.extended {
    padding-left: 7%;
    margin-right: 0;
    width: 85%;
    max-width: 100vw;
  }
}
@media screen and (max-width: 900px) {
  .pageheader__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 800px) {
  .pageheader__content {
    width: 80%;
  }
  .pageheader__content.extended {
    padding-left: 13%;
  }
}
@media screen and (max-width: 600px) {
  .pageheader__content {
    width: 82%;
  }
}

.browser-ie .pageheader__content {
  margin: 0;
  width: 100%;
}
.browser-ie .pageheader__content.extended {
  width: 100%;
}

.pageheader--homepage {
  margin-bottom: 80px;
  height: auto;
  min-height: 500px;
  background-position: right top;
}
.pageheader--homepage::before, .pageheader--homepage::after {
  display: none;
}
.pageheader--homepage .section__imageWave-svg {
  position: absolute;
}
.pageheader--homepage .l-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: 0;
  padding: 0;
  position: relative;
}
.pageheader--homepage .l-container::before {
  background-color: #fff;
  clip-path: url(#clip-path__slider);
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
}
.pageheader--homepage .l-container.pageheader--homepage--slick-loaded::before {
  right: 15px;
}
.pageheader--homepage form {
  display: none;
}
.pageheader--homepage h1 {
  font-size: 75px;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .pageheader--homepage h1 {
    font-size: 60px;
  }
}
@supports (font-size: clamp(60px, 5vw, 75px)) {
  .pageheader--homepage h1 {
    font-size: clamp(60px, 5vw, 75px);
  }
}
.pageheader--homepage p {
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.75);
}
.pageheader--homepage .field--name-field-hero-text,
.pageheader--homepage .field--name-field-hero-description {
  max-width: 61rem;
  width: 100%;
}
.pageheader--homepage .field--name-field-hero-description {
  margin-bottom: 3.7rem;
}
.pageheader--homepage .pageheader__content {
  margin-left: 0;
  padding-top: 140px;
  padding-bottom: 140px;
  width: 50%;
}
.pageheader--homepage .field--name-field-hero-cta {
  margin-bottom: 80px;
}
.pageheader--homepage .field--name-field-hero-cta a {
  background-color: #8DC749;
  color: #000;
}
.pageheader--homepage .field--name-field-hero-cta a::after {
  background-image: url(../images/icons/arrow-right-black.svg);
}
.pageheader--homepage .field--name-field-hero-cta a:hover {
  color: #fff;
}
.pageheader--homepage .field--name-field-hero-cta a:hover::after {
  background-image: url(../images/icons/arrow-right-white.svg);
}

.pageheader--homepage__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 1.125em;
}
.pageheader--homepage__bottom a {
  margin-left: 1em;
  padding-left: 1em;
  border-left: 1px solid #fff;
  color: #fff;
  text-decoration: none;
}
.pageheader--homepage__bottom a:hover, .pageheader--homepage__bottom a:active, .pageheader--homepage__bottom a:focus {
  text-decoration: underline;
}

.pageheader__outer-container {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/wssc-hero-bg-gradient.svg"), -webkit-gradient(linear, left top, left bottom, from(#374A81), to(#0479AF)) 0% 0% no-repeat padding-box;
  background: linear-gradient(transparent, transparent), url("../images/wssc-hero-bg-gradient.svg"), linear-gradient(180deg, #374A81 0%, #0479AF 100%) 0% 0% no-repeat padding-box;
  background-repeat: no-repeat;
  background-position: center, left -150px top -175px;
  background-size: 100%, 100%;
  position: relative;
  margin: 0 auto;
  padding-left: 114px;
  max-width: 1640px;
  width: 85.42vw;
}

.field--name-field-customer-service-qlinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.field--name-field-customer-service-qlinks .field__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 19%;
  flex-basis: 19%;
}
.field--name-field-customer-service-qlinks a {
  padding-bottom: 14px;
  padding-left: 34px;
  width: 100%;
  border-bottom: 2px solid #fff;
  text-decoration: none;
  font-size: 1.1em;
  line-height: 1.2;
  background-repeat: no-repeat;
  background-position: left 2px;
  -webkit-transition: border-bottom 0.075s linear;
  transition: border-bottom 0.075s linear;
}
.field--name-field-customer-service-qlinks a span {
  display: block;
  max-width: 80px;
}
.field--name-field-customer-service-qlinks a.qlink-account {
  padding-left: 28px;
  background-image: url(../images/icons/qlinks-account.svg);
  background-size: 17px;
}
.field--name-field-customer-service-qlinks a.qlink-bill {
  background-image: url(../images/icons/qlinks-bill.svg);
  background-size: 25px;
}
.field--name-field-customer-service-qlinks a.qlink-service {
  background-image: url(../images/icons/qlinks-service.svg);
  background-size: 25px;
}
.field--name-field-customer-service-qlinks a.qlink-service span {
  max-width: 90px;
}
.field--name-field-customer-service-qlinks a.qlink-claim {
  background-image: url(../images/icons/qlinks-claim.svg);
  background-size: 21px;
}
.field--name-field-customer-service-qlinks a.qlink-alerts {
  padding-left: 28px;
  background-image: url(../images/icons/qlinks-alerts.svg);
  background-size: 19px;
}
.field--name-field-customer-service-qlinks a:hover, .field--name-field-customer-service-qlinks a:active, .field--name-field-customer-service-qlinks a:focus {
  border-bottom: 2px solid #0771AF;
}
.field--name-field-customer-service-qlinks + .pageheader--homepage__bottom {
  margin-top: 15px;
}

.pageheader__slider {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  clip-path: url(#clip-path__slider);
  max-height: 100%;
  position: relative;
  overflow: hidden;
  opacity: 0.5;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  width: 50%;
}
.pageheader__slider .slick-list,
.pageheader__slider .field--name-field-media-image,
.pageheader__slider .slick-track,
.pageheader__slider .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.pageheader__slider img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.pageheader--homepage--slick-loaded .pageheader__slider {
  max-height: inherit;
  opacity: 1;
}

button.slick-autoplay-toggle-button {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: GillSans, "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  font-size: 1.025em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  bottom: 5px;
  -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.42);
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.42);
  height: auto;
  right: 5px;
  position: absolute;
  z-index: 1;
}
button.slick-autoplay-toggle-button:hover, button.slick-autoplay-toggle-button:active, button.slick-autoplay-toggle-button:focus {
  text-decoration: none;
}
button.slick-autoplay-toggle-button::after {
  display: none;
}
button.slick-autoplay-toggle-button:hover, button.slick-autoplay-toggle-button:focus {
  background-color: transparent;
}
button.slick-autoplay-toggle-button:hover .slick-pause-icon,
button.slick-autoplay-toggle-button:hover .slick-play-icon, button.slick-autoplay-toggle-button:focus .slick-pause-icon,
button.slick-autoplay-toggle-button:focus .slick-play-icon {
  background-color: #fff;
}

.slick-pause-icon,
.slick-play-icon {
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-mask-image: url(../images/icons/icon-pause.svg);
  mask-image: url(../images/icons/icon-pause.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  height: 45px;
  width: 45px;
}

.slick-play-icon {
  -webkit-mask-image: url(../images/icons/icon-play.svg);
  mask-image: url(../images/icons/icon-play.svg);
}

.slick-sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.pageheader__slider-pagination {
  bottom: 40px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  position: absolute;
  right: -20px;
  width: 100%;
}
.pageheader__slider-pagination button {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: GillSans, "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  font-size: 1.025em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 25px;
  border-top-left-radius: 0;
  -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.42);
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.42);
  height: 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  text-indent: -9999px;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  overflow: hidden;
  width: 25px;
}
.pageheader__slider-pagination button:hover, .pageheader__slider-pagination button:active, .pageheader__slider-pagination button:focus {
  text-decoration: none;
}
.pageheader__slider-pagination button::after {
  display: none;
}
.pageheader__slider-pagination .slick-active button,
.pageheader__slider-pagination button:hover,
.pageheader__slider-pagination button:focus {
  background-color: #fff;
}

@media screen and (max-width: 1600px) {
  .pageheader--homepage .l-container {
    margin-right: 0;
  }
  .pageheader--homepage .pageheader__content {
    padding-left: 5%;
  }
  .pageheader__outer-container {
    padding-left: 0;
    width: 95.42vw;
  }
}
@media screen and (max-width: 1200px) {
  .pageheader--homepage .pageheader__content {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .pageheader__outer-container {
    padding-left: 0;
    max-width: 100%;
  }
  .field--name-field-customer-service-qlinks {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
  }
  .field--name-field-customer-service-qlinks .field__item {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .field--name-field-customer-service-qlinks + .pageheader--homepage__bottom {
    margin-top: 25px;
  }
}
@media screen and (max-width: 800px) {
  .pageheader--homepage {
    margin-top: 35px;
  }
  .pageheader--homepage h1#page-title {
    font-size: 35px;
    max-width: 70%;
  }
  .pageheader--homepage .field--name-field-hero-cta {
    margin-bottom: 0;
  }
  .pageheader--homepage .l-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pageheader--homepage .l-container::before {
    aspect-ratio: 1/1;
    clip-path: url(#clip-path__slider-mobile);
    top: 25px;
    left: -1px;
    right: -1px;
    width: 102%;
  }
  .pageheader--homepage .l-container.pageheader--homepage--slick-loaded {
    right: -1px;
  }
  .pageheader--homepage .pageheader__content {
    position: relative;
    padding: 0 5% 10%;
    width: 100%;
    z-index: 3;
  }
  .pageheader--homepage .pageheader__slider {
    aspect-ratio: 1/1;
    clip-path: url(#clip-path__slider-mobile);
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    opacity: 1;
    width: 100%;
    z-index: 2;
  }
  .pageheader__slider > article {
    display: none;
  }
  .pageheader__slider > article:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .pageheader__slider .field--name-field-media-image {
    width: 100%;
  }
  .pageheader__slider-pagination {
    display: none !important;
  }
  .pageheader__outer-container {
    max-width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.document-ready #at4-share,
.document-ready #at4-soc {
  top: 44% !important;
}
.document-ready .addthis-smartlayers-mobile .at-share-dock {
  position: relative;
  height: 48px;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  z-index: 0;
}

.entity-tasks {
  right: auto;
  left: 0;
}

.breadcrumb li,
.breadcrumb a {
  display: inline-block;
}
.breadcrumb li {
  padding-left: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  background-image: url(../images/icons/double-chevron.svg);
  background-size: 15px;
  background-position: left center;
  background-repeat: no-repeat;
}
.breadcrumb li::before {
  content: none;
}
.breadcrumb li:first-child {
  padding-left: 0;
  background-image: none;
}

.breadcrumb ol > li:not(only-child):last-of-type {
  display: none;
}

.menu-is-open .path-frontpage .section--has-droplets {
  z-index: -1;
}

.section--has-droplets {
  overflow: visible !important;
}
.section--has-droplets > .pageheader__outer-container,
.section--has-droplets > .l-container,
.section--has-droplets > .p-container,
.section--has-droplets .l-container-inner--droplet,
.section--has-droplets .cta-section--content {
  position: relative;
}
.section--has-droplets > .pageheader__outer-container .droplet--corner-right-top,
.section--has-droplets > .l-container .droplet--corner-right-top,
.section--has-droplets > .p-container .droplet--corner-right-top,
.section--has-droplets .l-container-inner--droplet .droplet--corner-right-top,
.section--has-droplets .cta-section--content .droplet--corner-right-top {
  background: url(../images/droplets/single-drop.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  z-index: 2;
  height: 7.8vw;
  max-height: 150px;
  max-width: 150px;
  position: absolute;
  top: -60px;
  right: -75px;
  width: 7.8vw;
}
@supports (background-image: url(../images/droplets/single-drop.webp)) {
  .section--has-droplets > .pageheader__outer-container .droplet--corner-right-top,
  .section--has-droplets > .l-container .droplet--corner-right-top,
  .section--has-droplets > .p-container .droplet--corner-right-top,
  .section--has-droplets .l-container-inner--droplet .droplet--corner-right-top,
  .section--has-droplets .cta-section--content .droplet--corner-right-top {
    background-image: url(../images/droplets/single-drop.webp);
  }
}
@supports (top: clamp(-60px, -3vw, -3vw)) {
  .section--has-droplets > .pageheader__outer-container .droplet--corner-right-top,
  .section--has-droplets > .l-container .droplet--corner-right-top,
  .section--has-droplets > .p-container .droplet--corner-right-top,
  .section--has-droplets .l-container-inner--droplet .droplet--corner-right-top,
  .section--has-droplets .cta-section--content .droplet--corner-right-top {
    top: clamp(-60px, -3vw, -3vw);
  }
}
@supports (right: clamp(-75px, -3.5vw, -3.5vw)) {
  .section--has-droplets > .pageheader__outer-container .droplet--corner-right-top,
  .section--has-droplets > .l-container .droplet--corner-right-top,
  .section--has-droplets > .p-container .droplet--corner-right-top,
  .section--has-droplets .l-container-inner--droplet .droplet--corner-right-top,
  .section--has-droplets .cta-section--content .droplet--corner-right-top {
    right: clamp(-75px, -3.5vw, -3.5vw);
  }
}
.section--has-droplets > .pageheader__outer-container .droplet--corner-left-top,
.section--has-droplets > .l-container .droplet--corner-left-top,
.section--has-droplets > .p-container .droplet--corner-left-top,
.section--has-droplets .l-container-inner--droplet .droplet--corner-left-top,
.section--has-droplets .cta-section--content .droplet--corner-left-top {
  background: url(../images/droplets/single-drop.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  z-index: 2;
  height: 90px;
  position: absolute;
  top: 30px;
  left: -50px;
  width: 90px;
}
@supports (background-image: url(../images/droplets/single-drop.webp)) {
  .section--has-droplets > .pageheader__outer-container .droplet--corner-left-top,
  .section--has-droplets > .l-container .droplet--corner-left-top,
  .section--has-droplets > .p-container .droplet--corner-left-top,
  .section--has-droplets .l-container-inner--droplet .droplet--corner-left-top,
  .section--has-droplets .cta-section--content .droplet--corner-left-top {
    background-image: url(../images/droplets/single-drop.webp);
  }
}
.section--has-droplets > .pageheader__outer-container .droplet--medium-corner-right-top,
.section--has-droplets > .l-container .droplet--medium-corner-right-top,
.section--has-droplets > .p-container .droplet--medium-corner-right-top,
.section--has-droplets .l-container-inner--droplet .droplet--medium-corner-right-top,
.section--has-droplets .cta-section--content .droplet--medium-corner-right-top {
  background: url(../images/droplets/single-drop.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  z-index: 2;
  height: 75px;
  max-height: 75px;
  max-width: 75px;
  position: absolute;
  top: -25px;
  right: 0;
  width: 75px;
}
@supports (background-image: url(../images/droplets/single-drop.webp)) {
  .section--has-droplets > .pageheader__outer-container .droplet--medium-corner-right-top,
  .section--has-droplets > .l-container .droplet--medium-corner-right-top,
  .section--has-droplets > .p-container .droplet--medium-corner-right-top,
  .section--has-droplets .l-container-inner--droplet .droplet--medium-corner-right-top,
  .section--has-droplets .cta-section--content .droplet--medium-corner-right-top {
    background-image: url(../images/droplets/single-drop.webp);
  }
}
.section--has-droplets > .pageheader__outer-container .droplet--corner-left-bottom,
.section--has-droplets > .l-container .droplet--corner-left-bottom,
.section--has-droplets > .p-container .droplet--corner-left-bottom,
.section--has-droplets .l-container-inner--droplet .droplet--corner-left-bottom,
.section--has-droplets .cta-section--content .droplet--corner-left-bottom {
  background: url(../images/droplets/single-drop.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  z-index: 2;
  height: 8.8vw;
  max-height: 120px;
  max-width: 120px;
  position: absolute;
  bottom: -60px;
  left: -75px;
  width: 8.8vw;
}
@supports (background-image: url(../images/droplets/single-drop.webp)) {
  .section--has-droplets > .pageheader__outer-container .droplet--corner-left-bottom,
  .section--has-droplets > .l-container .droplet--corner-left-bottom,
  .section--has-droplets > .p-container .droplet--corner-left-bottom,
  .section--has-droplets .l-container-inner--droplet .droplet--corner-left-bottom,
  .section--has-droplets .cta-section--content .droplet--corner-left-bottom {
    background-image: url(../images/droplets/single-drop.webp);
  }
}
@supports (bottom: clamp(-60px, -3vw, -3vw)) {
  .section--has-droplets > .pageheader__outer-container .droplet--corner-left-bottom,
  .section--has-droplets > .l-container .droplet--corner-left-bottom,
  .section--has-droplets > .p-container .droplet--corner-left-bottom,
  .section--has-droplets .l-container-inner--droplet .droplet--corner-left-bottom,
  .section--has-droplets .cta-section--content .droplet--corner-left-bottom {
    bottom: clamp(-60px, -3vw, -3vw);
  }
}
@supports (left: clamp(-75px, -1.5vw, -1.5vw)) {
  .section--has-droplets > .pageheader__outer-container .droplet--corner-left-bottom,
  .section--has-droplets > .l-container .droplet--corner-left-bottom,
  .section--has-droplets > .p-container .droplet--corner-left-bottom,
  .section--has-droplets .l-container-inner--droplet .droplet--corner-left-bottom,
  .section--has-droplets .cta-section--content .droplet--corner-left-bottom {
    left: clamp(-75px, -1.5vw, -1.5vw);
  }
}
.section--has-droplets > .pageheader__outer-container .droplet--double-corner-right-top,
.section--has-droplets > .l-container .droplet--double-corner-right-top,
.section--has-droplets > .p-container .droplet--double-corner-right-top,
.section--has-droplets .l-container-inner--droplet .droplet--double-corner-right-top,
.section--has-droplets .cta-section--content .droplet--double-corner-right-top {
  background: url(../images/droplets/single-drop.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  z-index: 2;
  background-image: url(../images/droplets/single-drop.png), url(../images/droplets/single-drop.png);
  background-repeat: no-repeat;
  background-size: 80px 80px, 40px 30px;
  background-position: left top, right bottom;
  background-size: 100px 95px, 30px 25px;
  background-position: left top, right top;
  height: 100px;
  max-height: 100px;
  max-width: 120px;
  position: absolute;
  top: -35px;
  right: 3px;
  width: 120px;
}
@supports (background-image: url(../images/droplets/single-drop.webp)) {
  .section--has-droplets > .pageheader__outer-container .droplet--double-corner-right-top,
  .section--has-droplets > .l-container .droplet--double-corner-right-top,
  .section--has-droplets > .p-container .droplet--double-corner-right-top,
  .section--has-droplets .l-container-inner--droplet .droplet--double-corner-right-top,
  .section--has-droplets .cta-section--content .droplet--double-corner-right-top {
    background-image: url(../images/droplets/single-drop.webp);
  }
}
@supports (background-image: url(../images/droplets/single-drop.webp)) {
  .section--has-droplets > .pageheader__outer-container .droplet--double-corner-right-top,
  .section--has-droplets > .l-container .droplet--double-corner-right-top,
  .section--has-droplets > .p-container .droplet--double-corner-right-top,
  .section--has-droplets .l-container-inner--droplet .droplet--double-corner-right-top,
  .section--has-droplets .cta-section--content .droplet--double-corner-right-top {
    background-image: url(../images/droplets/single-drop.webp), url(../images/droplets/single-drop.webp);
  }
}
.section--has-droplets > .pageheader__outer-container .droplet--double-corner-left-top,
.section--has-droplets > .l-container .droplet--double-corner-left-top,
.section--has-droplets > .p-container .droplet--double-corner-left-top,
.section--has-droplets .l-container-inner--droplet .droplet--double-corner-left-top,
.section--has-droplets .cta-section--content .droplet--double-corner-left-top {
  background: url(../images/droplets/single-drop.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  z-index: 2;
  background-image: url(../images/droplets/single-drop.png), url(../images/droplets/single-drop.png);
  background-repeat: no-repeat;
  background-size: 80px 80px, 40px 30px;
  background-position: left top, right bottom;
  height: 100px;
  max-height: 120px;
  max-width: 120px;
  position: absolute;
  top: -30px;
  left: -40px;
  width: 110px;
}
@supports (background-image: url(../images/droplets/single-drop.webp)) {
  .section--has-droplets > .pageheader__outer-container .droplet--double-corner-left-top,
  .section--has-droplets > .l-container .droplet--double-corner-left-top,
  .section--has-droplets > .p-container .droplet--double-corner-left-top,
  .section--has-droplets .l-container-inner--droplet .droplet--double-corner-left-top,
  .section--has-droplets .cta-section--content .droplet--double-corner-left-top {
    background-image: url(../images/droplets/single-drop.webp);
  }
}
@supports (background-image: url(../images/droplets/single-drop.webp)) {
  .section--has-droplets > .pageheader__outer-container .droplet--double-corner-left-top,
  .section--has-droplets > .l-container .droplet--double-corner-left-top,
  .section--has-droplets > .p-container .droplet--double-corner-left-top,
  .section--has-droplets .l-container-inner--droplet .droplet--double-corner-left-top,
  .section--has-droplets .cta-section--content .droplet--double-corner-left-top {
    background-image: url(../images/droplets/single-drop.webp), url(../images/droplets/single-drop.webp);
  }
}
.section--has-droplets > .pageheader__outer-container .droplet--double-corner-left-bottom,
.section--has-droplets > .l-container .droplet--double-corner-left-bottom,
.section--has-droplets > .p-container .droplet--double-corner-left-bottom,
.section--has-droplets .l-container-inner--droplet .droplet--double-corner-left-bottom,
.section--has-droplets .cta-section--content .droplet--double-corner-left-bottom {
  background: url(../images/droplets/single-drop.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  z-index: 2;
  background-image: url(../images/droplets/single-drop.png), url(../images/droplets/single-drop.png);
  background-repeat: no-repeat;
  background-size: 80px 80px, 40px 30px;
  background-position: left top, right bottom;
  height: 100px;
  max-height: 120px;
  max-width: 120px;
  position: absolute;
  bottom: -30px;
  left: -40px;
  width: 110px;
}
@supports (background-image: url(../images/droplets/single-drop.webp)) {
  .section--has-droplets > .pageheader__outer-container .droplet--double-corner-left-bottom,
  .section--has-droplets > .l-container .droplet--double-corner-left-bottom,
  .section--has-droplets > .p-container .droplet--double-corner-left-bottom,
  .section--has-droplets .l-container-inner--droplet .droplet--double-corner-left-bottom,
  .section--has-droplets .cta-section--content .droplet--double-corner-left-bottom {
    background-image: url(../images/droplets/single-drop.webp);
  }
}
@supports (background-image: url(../images/droplets/single-drop.webp)) {
  .section--has-droplets > .pageheader__outer-container .droplet--double-corner-left-bottom,
  .section--has-droplets > .l-container .droplet--double-corner-left-bottom,
  .section--has-droplets > .p-container .droplet--double-corner-left-bottom,
  .section--has-droplets .l-container-inner--droplet .droplet--double-corner-left-bottom,
  .section--has-droplets .cta-section--content .droplet--double-corner-left-bottom {
    background-image: url(../images/droplets/single-drop.webp), url(../images/droplets/single-drop.webp);
  }
}
.section--has-droplets > .pageheader__outer-container .droplet--double-corner-right-bottom,
.section--has-droplets > .l-container .droplet--double-corner-right-bottom,
.section--has-droplets > .p-container .droplet--double-corner-right-bottom,
.section--has-droplets .l-container-inner--droplet .droplet--double-corner-right-bottom,
.section--has-droplets .cta-section--content .droplet--double-corner-right-bottom {
  background: url(../images/droplets/single-drop.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  z-index: 2;
  background-image: url(../images/droplets/single-drop.png), url(../images/droplets/single-drop.png);
  background-repeat: no-repeat;
  background-size: 80px 80px, 40px 30px;
  background-position: left top, right bottom;
  height: 100px;
  position: absolute;
  bottom: -30px;
  right: -40px;
  width: 110px;
}
@supports (background-image: url(../images/droplets/single-drop.webp)) {
  .section--has-droplets > .pageheader__outer-container .droplet--double-corner-right-bottom,
  .section--has-droplets > .l-container .droplet--double-corner-right-bottom,
  .section--has-droplets > .p-container .droplet--double-corner-right-bottom,
  .section--has-droplets .l-container-inner--droplet .droplet--double-corner-right-bottom,
  .section--has-droplets .cta-section--content .droplet--double-corner-right-bottom {
    background-image: url(../images/droplets/single-drop.webp);
  }
}
@supports (background-image: url(../images/droplets/single-drop.webp)) {
  .section--has-droplets > .pageheader__outer-container .droplet--double-corner-right-bottom,
  .section--has-droplets > .l-container .droplet--double-corner-right-bottom,
  .section--has-droplets > .p-container .droplet--double-corner-right-bottom,
  .section--has-droplets .l-container-inner--droplet .droplet--double-corner-right-bottom,
  .section--has-droplets .cta-section--content .droplet--double-corner-right-bottom {
    background-image: url(../images/droplets/single-drop.webp), url(../images/droplets/single-drop.webp);
  }
}
.section--has-droplets > .pageheader__outer-container .droplet--double-content-corner-right-top,
.section--has-droplets > .l-container .droplet--double-content-corner-right-top,
.section--has-droplets > .p-container .droplet--double-content-corner-right-top,
.section--has-droplets .l-container-inner--droplet .droplet--double-content-corner-right-top,
.section--has-droplets .cta-section--content .droplet--double-content-corner-right-top {
  position: relative;
}
.section--has-droplets > .pageheader__outer-container .droplet--double-content-corner-right-top::before,
.section--has-droplets > .l-container .droplet--double-content-corner-right-top::before,
.section--has-droplets > .p-container .droplet--double-content-corner-right-top::before,
.section--has-droplets .l-container-inner--droplet .droplet--double-content-corner-right-top::before,
.section--has-droplets .cta-section--content .droplet--double-content-corner-right-top::before {
  background: url(../images/droplets/single-drop.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  z-index: 2;
  background-image: url(../images/droplets/single-drop.png), url(../images/droplets/single-drop.png);
  background-repeat: no-repeat;
  background-size: 80px 80px, 40px 30px;
  background-position: left top, right bottom;
  height: 100px;
  max-height: 120px;
  max-width: 120px;
  position: absolute;
  top: -40px;
  right: -80px;
  width: 110px;
  content: "";
}
@supports (background-image: url(../images/droplets/single-drop.webp)) {
  .section--has-droplets > .pageheader__outer-container .droplet--double-content-corner-right-top::before,
  .section--has-droplets > .l-container .droplet--double-content-corner-right-top::before,
  .section--has-droplets > .p-container .droplet--double-content-corner-right-top::before,
  .section--has-droplets .l-container-inner--droplet .droplet--double-content-corner-right-top::before,
  .section--has-droplets .cta-section--content .droplet--double-content-corner-right-top::before {
    background-image: url(../images/droplets/single-drop.webp);
  }
}
@supports (background-image: url(../images/droplets/single-drop.webp)) {
  .section--has-droplets > .pageheader__outer-container .droplet--double-content-corner-right-top::before,
  .section--has-droplets > .l-container .droplet--double-content-corner-right-top::before,
  .section--has-droplets > .p-container .droplet--double-content-corner-right-top::before,
  .section--has-droplets .l-container-inner--droplet .droplet--double-content-corner-right-top::before,
  .section--has-droplets .cta-section--content .droplet--double-content-corner-right-top::before {
    background-image: url(../images/droplets/single-drop.webp), url(../images/droplets/single-drop.webp);
  }
}
.section--has-droplets > .pageheader__outer-container .droplet--triple-corner-left-bottom,
.section--has-droplets > .l-container .droplet--triple-corner-left-bottom,
.section--has-droplets > .p-container .droplet--triple-corner-left-bottom,
.section--has-droplets .l-container-inner--droplet .droplet--triple-corner-left-bottom,
.section--has-droplets .cta-section--content .droplet--triple-corner-left-bottom {
  background: url(../images/droplets/single-drop.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  z-index: 2;
  background-image: url(../images/droplets/single-drop.png), url(../images/droplets/single-drop.png), url(../images/droplets/single-drop.png);
  background-repeat: no-repeat;
  background-size: 80px 80px, 40px 30px, 15px 15px;
  background-position: left bottom, right top, right center;
  height: 100px;
  max-height: 150px;
  max-width: 150px;
  position: absolute;
  bottom: -35px;
  left: 20px;
  width: 100px;
}
@supports (background-image: url(../images/droplets/single-drop.webp)) {
  .section--has-droplets > .pageheader__outer-container .droplet--triple-corner-left-bottom,
  .section--has-droplets > .l-container .droplet--triple-corner-left-bottom,
  .section--has-droplets > .p-container .droplet--triple-corner-left-bottom,
  .section--has-droplets .l-container-inner--droplet .droplet--triple-corner-left-bottom,
  .section--has-droplets .cta-section--content .droplet--triple-corner-left-bottom {
    background-image: url(../images/droplets/single-drop.webp);
  }
}
@supports (background-image: url(../images/droplets/single-drop.webp)) {
  .section--has-droplets > .pageheader__outer-container .droplet--triple-corner-left-bottom,
  .section--has-droplets > .l-container .droplet--triple-corner-left-bottom,
  .section--has-droplets > .p-container .droplet--triple-corner-left-bottom,
  .section--has-droplets .l-container-inner--droplet .droplet--triple-corner-left-bottom,
  .section--has-droplets .cta-section--content .droplet--triple-corner-left-bottom {
    background-image: url(../images/droplets/single-drop.webp), url(../images/droplets/single-drop.webp), url(../images/droplets/single-drop.webp);
  }
}
.section--has-droplets > .pageheader__outer-container .droplet--triple-corner-right-bottom,
.section--has-droplets > .l-container .droplet--triple-corner-right-bottom,
.section--has-droplets > .p-container .droplet--triple-corner-right-bottom,
.section--has-droplets .l-container-inner--droplet .droplet--triple-corner-right-bottom,
.section--has-droplets .cta-section--content .droplet--triple-corner-right-bottom {
  background: url(../images/droplets/single-drop.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  z-index: 2;
  background-image: url(../images/droplets/single-drop.png), url(../images/droplets/single-drop.png), url(../images/droplets/single-drop.png);
  background-repeat: no-repeat;
  background-size: 80px 80px, 40px 30px, 15px 15px;
  background-position: left bottom, right top, right center;
  background-position: left bottom, center top, right center;
  height: 110px;
  max-height: 110px;
  max-width: 140px;
  position: absolute;
  bottom: -70px;
  right: -50px;
  width: 140px;
}
@supports (background-image: url(../images/droplets/single-drop.webp)) {
  .section--has-droplets > .pageheader__outer-container .droplet--triple-corner-right-bottom,
  .section--has-droplets > .l-container .droplet--triple-corner-right-bottom,
  .section--has-droplets > .p-container .droplet--triple-corner-right-bottom,
  .section--has-droplets .l-container-inner--droplet .droplet--triple-corner-right-bottom,
  .section--has-droplets .cta-section--content .droplet--triple-corner-right-bottom {
    background-image: url(../images/droplets/single-drop.webp);
  }
}
@supports (background-image: url(../images/droplets/single-drop.webp)) {
  .section--has-droplets > .pageheader__outer-container .droplet--triple-corner-right-bottom,
  .section--has-droplets > .l-container .droplet--triple-corner-right-bottom,
  .section--has-droplets > .p-container .droplet--triple-corner-right-bottom,
  .section--has-droplets .l-container-inner--droplet .droplet--triple-corner-right-bottom,
  .section--has-droplets .cta-section--content .droplet--triple-corner-right-bottom {
    background-image: url(../images/droplets/single-drop.webp), url(../images/droplets/single-drop.webp), url(../images/droplets/single-drop.webp);
  }
}
.section--has-droplets > .pageheader__outer-container .droplet--double-middle-top,
.section--has-droplets > .l-container .droplet--double-middle-top,
.section--has-droplets > .p-container .droplet--double-middle-top,
.section--has-droplets .l-container-inner--droplet .droplet--double-middle-top,
.section--has-droplets .cta-section--content .droplet--double-middle-top {
  background: url(../images/droplets/single-drop.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  z-index: 2;
  background-image: url(../images/droplets/single-drop.png), url(../images/droplets/single-drop.png);
  background-repeat: no-repeat;
  background-size: 80px 80px, 40px 30px;
  background-position: left top, right bottom;
  background-size: 100px 95px, 45px 35px;
  background-position: right top, left bottom;
  height: 115px;
  max-height: 115px;
  max-width: 145px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -15px;
  left: 50%;
  right: initial;
  width: 145px;
}
@supports (background-image: url(../images/droplets/single-drop.webp)) {
  .section--has-droplets > .pageheader__outer-container .droplet--double-middle-top,
  .section--has-droplets > .l-container .droplet--double-middle-top,
  .section--has-droplets > .p-container .droplet--double-middle-top,
  .section--has-droplets .l-container-inner--droplet .droplet--double-middle-top,
  .section--has-droplets .cta-section--content .droplet--double-middle-top {
    background-image: url(../images/droplets/single-drop.webp);
  }
}
@supports (background-image: url(../images/droplets/single-drop.webp)) {
  .section--has-droplets > .pageheader__outer-container .droplet--double-middle-top,
  .section--has-droplets > .l-container .droplet--double-middle-top,
  .section--has-droplets > .p-container .droplet--double-middle-top,
  .section--has-droplets .l-container-inner--droplet .droplet--double-middle-top,
  .section--has-droplets .cta-section--content .droplet--double-middle-top {
    background-image: url(../images/droplets/single-drop.webp), url(../images/droplets/single-drop.webp);
  }
}
.section--has-droplets .p-container.p-container-droplets {
  bottom: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.section--has-droplets .section--has-droplets-wave {
  overflow: visible;
}
.section--has-droplets .section--has-droplets-wave .droplet--wave-bottom {
  background: url(../images/droplets/single-drop.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  z-index: 2;
  height: 7.8vw;
  max-height: 150px;
  max-width: 150px;
  position: absolute;
  right: 30px;
  width: 7.8vw;
  top: 82%;
  right: -80px;
}
@supports (background-image: url(../images/droplets/single-drop.webp)) {
  .section--has-droplets .section--has-droplets-wave .droplet--wave-bottom {
    background-image: url(../images/droplets/single-drop.webp);
  }
}
.section--has-droplets .section--has-droplets-wave .droplet--wave-middle {
  background: url(../images/droplets/single-drop.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  z-index: 2;
  height: 7.8vw;
  max-height: 150px;
  max-width: 150px;
  position: absolute;
  right: 30px;
  width: 7.8vw;
  top: 40%;
  right: -80px;
}
@supports (background-image: url(../images/droplets/single-drop.webp)) {
  .section--has-droplets .section--has-droplets-wave .droplet--wave-middle {
    background-image: url(../images/droplets/single-drop.webp);
  }
}
.section--has-droplets.pageheader--homepage .droplet.droplet--double-corner-right-bottom,
.section--has-droplets.pageheader--homepage .droplet.droplet--triple-corner-right-bottom {
  bottom: -95px;
}
.section--has-droplets.paragraph--type--_-column-featured-content-grid .p__inner {
  padding-bottom: 15px;
}
.section--has-droplets.paragraph--type--_-column-featured-content-grid .droplet.droplet--corner-left-top {
  left: 0;
  top: -25px;
}
.section--has-droplets.section--image-text-wide .section--has-droplets-wave .droplet--wave-bottom {
  top: 62% !important;
  right: 10px !important;
}
.section--has-droplets.section--image-text-wide .section--has-droplets-wave .droplet--wave-middle {
  top: 20% !important;
  right: -30px !important;
}
.section--has-droplets.pageheader .l-container-inner--droplet {
  padding-top: 30px;
}
.section--has-droplets.pageheader .l-container-inner--droplet .droplet--double-middle-top {
  top: -40px;
}
.section--has-droplets.paragraph--cta-section .cta-section--content .droplet--double-corner-right-top {
  background-size: 80px 80px, 30px 25px;
  background-position: left top, right bottom;
  top: -5.44em;
  width: 110px;
}
.section--has-droplets.paragraph--cta-section .cta-section--content .droplet--double-middle-top {
  top: -5.44em;
}
.section--has-droplets.paragraph--cta-section .cta-section--content .droplet--double-corner-right-bottom {
  background-size: 80px 80px, 30px 25px;
  background-position: left bottom, right top;
  bottom: -7.5em;
  height: 90px;
  width: 100px;
}
.section--has-droplets.paragraph--cta-section .cta-section--content .droplet--corner-left-bottom,
.section--has-droplets.paragraph--cta-section .cta-section--content .droplet--double-corner-left-bottom,
.section--has-droplets.paragraph--cta-section .cta-section--content .droplet--triple-corner-left-bottom,
.section--has-droplets.paragraph--cta-section .cta-section--content .droplet--triple-corner-right-bottom {
  bottom: -7.5em;
}

@media screen and (max-width: 1600px) {
  .section--has-droplets .droplet.droplet--corner-left-top {
    left: -25px;
  }
  .section--has-droplets .droplet.droplet--corner-left-bottom {
    left: 5px;
  }
  .section--has-droplets .droplet.droplet--double-corner-left-bottom {
    left: -8px;
  }
  .section--has-droplets .droplet.droplet--double-corner-right-bottom {
    right: 0;
  }
  .section--has-droplets .droplet.droplet--triple-corner-right-bottom {
    right: -8px;
  }
  .section--has-droplets.section--latest-updates .droplet.droplet--corner-left-top,
  .section--has-droplets.section--latest-updates .droplet.droplet--double-corner-left-bottom, .section--has-droplets.section--what-we-do .droplet.droplet--corner-left-top,
  .section--has-droplets.section--what-we-do .droplet.droplet--double-corner-left-bottom, .section--has-droplets.paragraph--type--_-column-featured-content-grid .droplet.droplet--corner-left-top,
  .section--has-droplets.paragraph--type--_-column-featured-content-grid .droplet.droplet--double-corner-left-bottom, .section--has-droplets.paragraph--image-text-feature-wide .droplet.droplet--corner-left-top,
  .section--has-droplets.paragraph--image-text-feature-wide .droplet.droplet--double-corner-left-bottom {
    left: 5px;
  }
  .section--has-droplets.section--latest-updates .droplet.droplet--corner-right-top, .section--has-droplets.section--what-we-do .droplet.droplet--corner-right-top, .section--has-droplets.paragraph--type--_-column-featured-content-grid .droplet.droplet--corner-right-top, .section--has-droplets.paragraph--image-text-feature-wide .droplet.droplet--corner-right-top {
    right: 0;
  }
  .section--has-droplets.section--latest-updates .droplet.droplet--triple-corner-right-bottom, .section--has-droplets.section--what-we-do .droplet.droplet--triple-corner-right-bottom, .section--has-droplets.paragraph--type--_-column-featured-content-grid .droplet.droplet--triple-corner-right-bottom, .section--has-droplets.paragraph--image-text-feature-wide .droplet.droplet--triple-corner-right-bottom {
    right: 5px;
  }
  .section--has-droplets.paragraph--type--_-column-featured-content-grid .droplet--double-content-corner-right-top::before {
    right: 0;
  }
}
@media screen and (max-width: 800px) {
  .section--has-droplets.section--latest-updates .droplet, .section--has-droplets.section--what-we-do .droplet, .section--has-droplets.paragraph--_-column-featured-content-grid .droplet, .section--has-droplets.paragraph--_-column-featured-content-grid .droplet--double-content-corner-right-top::before, .section--has-droplets.section--image-text-wide .droplet {
    display: none;
  }
  .section--has-droplets .l-container-inner--droplet {
    padding-bottom: 40px;
  }
  .section--has-droplets .pageheader__outer-container {
    padding-bottom: 40px;
  }
  .section--has-droplets .pageheader__outer-container .droplet.droplet.droplet--double-middle-top {
    aspect-ratio: 1/1;
    background-position: center bottom 100px, right 30% bottom 60px;
    top: 80px;
    height: inherit;
    max-width: 100%;
    max-height: inherit;
    width: 100%;
  }
  .section--has-droplets .pageheader__outer-container .droplet--corner-right-top,
  .section--has-droplets .pageheader__outer-container .droplet--double-corner-right-top {
    aspect-ratio: 1/1;
    background-position: right -15px bottom;
    background-size: 120px;
    height: inherit;
    left: 20px;
    top: 80px;
    right: 0;
    max-width: 100%;
    max-height: inherit;
    width: 100%;
  }
  .section--has-droplets .pageheader__outer-container .droplet--triple-corner-left-bottom {
    top: 93%;
    left: -5px;
  }
  .section--has-droplets .pageheader__outer-container .droplet.droplet--double-corner-right-bottom {
    bottom: -65px;
  }
  .section--has-droplets .l-container-inner--droplet .droplet.droplet--double-middle-top {
    left: 70%;
    top: -80px;
  }
  .section--has-droplets .droplet.droplet--corner-left-top {
    left: -8px;
  }
  .section--has-droplets .droplet.droplet--double-corner-right-bottom,
  .section--has-droplets .droplet.droplet--triple-corner-right-bottom {
    right: -8px;
  }
  .section--has-droplets .droplet.droplet--corner-left-bottom,
  .section--has-droplets .droplet.droplet--triple-corner-left-bottom {
    bottom: -6.5em;
  }
  .section--has-droplets .droplet.droplet--double-corner-left-bottom {
    bottom: -6.5em;
    left: -8px;
  }
}
.external-link-popup.ui-dialog:not(.ui-dialog-off-canvas) {
  max-width: 600px;
  border: 0;
  border-radius: 12px;
  z-index: 1260;
}
.external-link-popup.ui-dialog:not(.ui-dialog-off-canvas) .ui-dialog-titlebar {
  background: #3B4982;
  color: #fff;
  padding: 24px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.external-link-popup.ui-dialog:not(.ui-dialog-off-canvas) .ui-dialog-title {
  font-size: 1.231em;
  margin: 0;
  font-weight: normal;
  white-space: normal;
}
.external-link-popup.ui-dialog:not(.ui-dialog-off-canvas) .ui-widget-content.ui-dialog-content {
  padding: 1em 24px;
  background: #fff;
}
.external-link-popup.ui-dialog:not(.ui-dialog-off-canvas) .ui-dialog-buttonpane {
  padding: 16px 24px;
  background: #fff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  border-top: 1px solid #c0c0c0;
}
.external-link-popup.ui-dialog:not(.ui-dialog-off-canvas) button.ui-dialog-titlebar-close {
  display: block;
  height: 30px;
  width: 30px;
  top: 20px;
  right: 18px;
  border: none;
  opacity: 0.8;
  -webkit-transform: none;
  transform: none;
  margin: 0;
}
.external-link-popup.ui-dialog:not(.ui-dialog-off-canvas) button.ui-dialog-titlebar-close .ui-icon-closethick {
  background: #fff;
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='none' d='M20 4L4 20M4 4l16 16' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='none' d='M20 4L4 20M4 4l16 16' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  -webkit-mask-size: 24px 24px;
  mask-size: 24px 24px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
}
.external-link-popup.ui-dialog:not(.ui-dialog-off-canvas) button.ui-dialog-titlebar-close:after {
  display: none;
}
.external-link-popup.ui-dialog:not(.ui-dialog-off-canvas) button.ui-dialog-titlebar-close:hover {
  border-radius: 5px;
}
.external-link-popup.ui-dialog:not(.ui-dialog-off-canvas) .ui-dialog-buttonset {
  float: right;
}
.external-link-popup.ui-dialog:not(.ui-dialog-off-canvas) .ui-dialog-buttonset .ui-button {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: GillSans, "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  font-size: 1.025em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 1em 1.25em;
  padding-right: 5em;
  border-radius: 30px;
  border-top-left-radius: 0;
  overflow: hidden;
  -webkit-transition: background-color 0.075s linear;
  transition: background-color 0.075s linear;
  background-color: #127CBA;
  color: #fff;
  border: 0 !important;
  font-weight: normal;
  margin-left: 10px;
  margin-bottom: 10px;
}
.external-link-popup.ui-dialog:not(.ui-dialog-off-canvas) .ui-dialog-buttonset .ui-button:hover, .external-link-popup.ui-dialog:not(.ui-dialog-off-canvas) .ui-dialog-buttonset .ui-button:active, .external-link-popup.ui-dialog:not(.ui-dialog-off-canvas) .ui-dialog-buttonset .ui-button:focus {
  text-decoration: none;
}
.external-link-popup.ui-dialog:not(.ui-dialog-off-canvas) .ui-dialog-buttonset .ui-button::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
}
.external-link-popup.ui-dialog:not(.ui-dialog-off-canvas) .ui-dialog-buttonset .ui-button[disabled] {
  background-image: none;
  background-color: #676C74;
  color: #676C74;
  outline: none;
  cursor: default;
}
.external-link-popup.ui-dialog:not(.ui-dialog-off-canvas) .ui-dialog-buttonset .ui-button[disabled]:hover, .external-link-popup.ui-dialog:not(.ui-dialog-off-canvas) .ui-dialog-buttonset .ui-button[disabled]:active, .external-link-popup.ui-dialog:not(.ui-dialog-off-canvas) .ui-dialog-buttonset .ui-button[disabled]:focus {
  background-color: #676C74;
  color: #676C74;
  outline: none;
}
.external-link-popup.ui-dialog:not(.ui-dialog-off-canvas) .ui-dialog-buttonset .ui-button::after {
  background-image: url(../images/icons/arrow-right-white.svg);
}
.external-link-popup.ui-dialog:not(.ui-dialog-off-canvas) .ui-dialog-buttonset .ui-button:hover, .external-link-popup.ui-dialog:not(.ui-dialog-off-canvas) .ui-dialog-buttonset .ui-button:active, .external-link-popup.ui-dialog:not(.ui-dialog-off-canvas) .ui-dialog-buttonset .ui-button:focus {
  background-color: #8DC749;
}

.browser-ie .external-link-popup.ui-dialog:not(.ui-dialog-off-canvas) .ui-dialog-titlebar-close {
  display: none;
}

.external-link-popup-id-my-wsswater_maintenance .ui-dialog-buttonpane {
  display: none;
}

.ui-widget-overlay.ui-front {
  opacity: 0.9;
  background: #edeff5;
}

.node__lastmodified {
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #676C74;
}
.node__lastmodified .p-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.node__lastmodified .p-container .p__inner {
  padding: 0 10%;
}
@media screen and (max-width: 800px) {
  .node__lastmodified .p-container .p__inner {
    padding: 0 5%;
  }
}
@media screen and (max-width: 700px) {
  .node__lastmodified .p-container .p__inner {
    padding: 0;
  }
}

.field--name-field-listing-page-view,
.field--name-field-listing-view {
  margin-bottom: 4.44em;
}
.field--name-field-listing-page-view .bef-exposed-form .form--inline > .form-item,
.field--name-field-listing-view .bef-exposed-form .form--inline > .form-item {
  float: none;
  margin: 0;
}
.field--name-field-listing-page-view .bef-exposed-form .form--inline > .form-item.form-type-checkbox,
.field--name-field-listing-view .bef-exposed-form .form--inline > .form-item.form-type-checkbox {
  margin-bottom: 1em;
}
.field--name-field-listing-page-view .view,
.field--name-field-listing-view .view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.field--name-field-listing-page-view .view-filters,
.field--name-field-listing-view .view-filters {
  margin-bottom: 2em;
  width: 250px;
}
.field--name-field-listing-page-view .view-filters .form--inline,
.field--name-field-listing-view .view-filters .form--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.field--name-field-listing-page-view .view-filters .form--inline [for=edit-date],
.field--name-field-listing-view .view-filters .form--inline [for=edit-date] {
  margin-bottom: 1rem;
  width: 100%;
  font-weight: 700;
}
.field--name-field-listing-page-view .view-filters .fieldgroup,
.field--name-field-listing-view .view-filters .fieldgroup {
  width: 100%;
}
.field--name-field-listing-page-view .view-filters .fieldset-legend,
.field--name-field-listing-view .view-filters .fieldset-legend {
  display: block;
  margin-bottom: 1rem;
  width: 100%;
  font-weight: 700;
}
.field--name-field-listing-page-view .view-filters .form-type-select,
.field--name-field-listing-view .view-filters .form-type-select {
  width: 100%;
}
.field--name-field-listing-page-view .view-filters .form-type-select + .form-type-select,
.field--name-field-listing-view .view-filters .form-type-select + .form-type-select {
  margin-top: 0.5em;
}
@media screen and (max-width: 900px) {
  .field--name-field-listing-page-view .view-filters .form-type-select,
  .field--name-field-listing-view .view-filters .form-type-select {
    width: 49%;
  }
  .field--name-field-listing-page-view .view-filters .form-type-select + .form-type-select,
  .field--name-field-listing-view .view-filters .form-type-select + .form-type-select {
    margin-top: 0;
  }
}
@media screen and (max-width: 450px) {
  .field--name-field-listing-page-view .view-filters .form-type-select,
  .field--name-field-listing-view .view-filters .form-type-select {
    width: 100%;
  }
  .field--name-field-listing-page-view .view-filters .form-type-select + .form-type-select,
  .field--name-field-listing-view .view-filters .form-type-select + .form-type-select {
    margin-top: 0.5em;
  }
}
.field--name-field-listing-page-view .view-filters .form-type-select select,
.field--name-field-listing-view .view-filters .form-type-select select {
  width: 100%;
}
.field--name-field-listing-page-view .view-filters .form-type-select label,
.field--name-field-listing-view .view-filters .form-type-select label {
  display: none;
}
.field--name-field-listing-page-view .view-filters .form-actions,
.field--name-field-listing-view .view-filters .form-actions {
  margin-top: 2em;
  width: 100%;
}
.field--name-field-listing-page-view .view-filters #edit-field-project-status-target-id--wrapper--description,
.field--name-field-listing-view .view-filters #edit-field-project-status-target-id--wrapper--description {
  margin-top: 2em;
}
@media screen and (max-width: 900px) {
  .field--name-field-listing-page-view .view-filters #edit-field-project-status-target-id--wrapper--description,
  .field--name-field-listing-view .view-filters #edit-field-project-status-target-id--wrapper--description {
    margin-top: 0;
  }
}
.field--name-field-listing-page-view .view-content,
.field--name-field-listing-page-view .view-empty,
.field--name-field-listing-view .view-content,
.field--name-field-listing-view .view-empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 3em;
  width: calc(100% - 250px);
}
.field--name-field-listing-page-view .view-content .views-row,
.field--name-field-listing-page-view .view-empty .views-row,
.field--name-field-listing-view .view-content .views-row,
.field--name-field-listing-view .view-empty .views-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3em;
  width: 30.3%;
}
@media screen and (max-width: 1100px) {
  .field--name-field-listing-page-view .view-content .views-row,
  .field--name-field-listing-page-view .view-empty .views-row,
  .field--name-field-listing-view .view-content .views-row,
  .field--name-field-listing-view .view-empty .views-row {
    width: 48%;
  }
}
@media screen and (max-width: 600px) {
  .field--name-field-listing-page-view .view-content .views-row,
  .field--name-field-listing-page-view .view-empty .views-row,
  .field--name-field-listing-view .view-content .views-row,
  .field--name-field-listing-view .view-empty .views-row {
    width: 100%;
  }
}
.field--name-field-listing-page-view .view-articles .views-view-table a,
.field--name-field-listing-view .view-articles .views-view-table a {
  color: #127CBA;
  text-decoration: none;
}
.field--name-field-listing-page-view .view-articles .views-view-table a.file-pdf,
.field--name-field-listing-view .view-articles .views-view-table a.file-pdf {
  padding-left: 30px;
  background-image: url(../images/icons/icon-pdf.svg);
  background-position: left top;
  background-size: 20px;
  background-repeat: no-repeat;
}
.field--name-field-listing-page-view .view-articles .views-view-table a:hover, .field--name-field-listing-page-view .view-articles .views-view-table a:active, .field--name-field-listing-page-view .view-articles .views-view-table a:focus,
.field--name-field-listing-view .view-articles .views-view-table a:hover,
.field--name-field-listing-view .view-articles .views-view-table a:active,
.field--name-field-listing-view .view-articles .views-view-table a:focus {
  text-decoration: underline;
  color: #000;
}
.field--name-field-listing-page-view .view-articles .views-view-table .views-field-field-description p,
.field--name-field-listing-view .view-articles .views-view-table .views-field-field-description p {
  font-size: 16px;
  color: #333;
}
.field--name-field-listing-page-view .listing-teaser--node-type,
.field--name-field-listing-view .listing-teaser--node-type {
  display: none;
}
.field--name-field-listing-page-view .view-public-notices-listing .view-content a,
.field--name-field-listing-view .view-public-notices-listing .view-content a {
  font-size: 24px;
  color: #000;
  text-decoration: underline;
}
@media screen and (max-width: 800px) {
  .field--name-field-listing-page-view .view-public-notices-listing .view-content a,
  .field--name-field-listing-view .view-public-notices-listing .view-content a {
    font-size: 22px;
  }
}
@supports (font-size: clamp(22px, 3vw, 24px)) {
  .field--name-field-listing-page-view .view-public-notices-listing .view-content a,
  .field--name-field-listing-view .view-public-notices-listing .view-content a {
    font-size: clamp(22px, 3vw, 24px);
  }
}
.field--name-field-listing-page-view .view-public-notices-listing .view-content a:hover, .field--name-field-listing-page-view .view-public-notices-listing .view-content a:active, .field--name-field-listing-page-view .view-public-notices-listing .view-content a:focus,
.field--name-field-listing-view .view-public-notices-listing .view-content a:hover,
.field--name-field-listing-view .view-public-notices-listing .view-content a:active,
.field--name-field-listing-view .view-public-notices-listing .view-content a:focus {
  color: #127CBA;
  text-decoration: none;
}
.field--name-field-listing-page-view .pager,
.field--name-field-listing-view .pager {
  width: 100%;
}
.field--name-field-listing-page-view .pager__items,
.field--name-field-listing-view .pager__items {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-bottom: 4.44em;
  padding-left: 3em;
  width: calc(100% - 250px);
}
@media screen and (max-width: 900px) {
  .field--name-field-listing-page-view .view-filters,
  .field--name-field-listing-view .view-filters {
    width: 100%;
  }
  .field--name-field-listing-page-view .form-checkboxes,
  .field--name-field-listing-page-view .form-radios,
  .field--name-field-listing-view .form-checkboxes,
  .field--name-field-listing-view .form-radios {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .field--name-field-listing-page-view .form-checkboxes .form-item,
  .field--name-field-listing-page-view .form-radios .form-item,
  .field--name-field-listing-view .form-checkboxes .form-item,
  .field--name-field-listing-view .form-radios .form-item {
    margin-right: 2em;
    margin-bottom: 1.5em;
  }
  .field--name-field-listing-page-view .form-checkboxes .form-item + .form-item,
  .field--name-field-listing-page-view .form-radios .form-item + .form-item,
  .field--name-field-listing-view .form-checkboxes .form-item + .form-item,
  .field--name-field-listing-view .form-radios .form-item + .form-item {
    margin-top: 0;
  }
  .field--name-field-listing-page-view .view-content,
  .field--name-field-listing-page-view .pager__items,
  .field--name-field-listing-view .view-content,
  .field--name-field-listing-view .pager__items {
    padding-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .field--name-field-listing-page-view .form-checkboxes,
  .field--name-field-listing-page-view .form-radios,
  .field--name-field-listing-view .form-checkboxes,
  .field--name-field-listing-view .form-radios {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .field--name-field-listing-page-view .form-checkboxes .form-item,
  .field--name-field-listing-page-view .form-radios .form-item,
  .field--name-field-listing-view .form-checkboxes .form-item,
  .field--name-field-listing-view .form-radios .form-item {
    margin-right: 0;
    width: 48%;
  }
}
.field--name-field-listing-page-view .view-commission-public-meeting-agendas .view-filters,
.field--name-field-listing-page-view .view-board-of-ethics-listing .view-filters,
.field--name-field-listing-view .view-commission-public-meeting-agendas .view-filters,
.field--name-field-listing-view .view-board-of-ethics-listing .view-filters {
  margin-bottom: 2em;
  width: 100%;
}
.field--name-field-listing-page-view .view-commission-public-meeting-agendas .view-filters .form-type-select,
.field--name-field-listing-page-view .view-board-of-ethics-listing .view-filters .form-type-select,
.field--name-field-listing-view .view-commission-public-meeting-agendas .view-filters .form-type-select,
.field--name-field-listing-view .view-board-of-ethics-listing .view-filters .form-type-select {
  width: 49%;
}
.field--name-field-listing-page-view .view-commission-public-meeting-agendas .view-filters .form-type-select + .form-type-select,
.field--name-field-listing-page-view .view-board-of-ethics-listing .view-filters .form-type-select + .form-type-select,
.field--name-field-listing-view .view-commission-public-meeting-agendas .view-filters .form-type-select + .form-type-select,
.field--name-field-listing-view .view-board-of-ethics-listing .view-filters .form-type-select + .form-type-select {
  margin-top: 0;
}
@media screen and (max-width: 450px) {
  .field--name-field-listing-page-view .view-commission-public-meeting-agendas .view-filters .form-type-select,
  .field--name-field-listing-page-view .view-board-of-ethics-listing .view-filters .form-type-select,
  .field--name-field-listing-view .view-commission-public-meeting-agendas .view-filters .form-type-select,
  .field--name-field-listing-view .view-board-of-ethics-listing .view-filters .form-type-select {
    width: 100%;
  }
  .field--name-field-listing-page-view .view-commission-public-meeting-agendas .view-filters .form-type-select + .form-type-select,
  .field--name-field-listing-page-view .view-board-of-ethics-listing .view-filters .form-type-select + .form-type-select,
  .field--name-field-listing-view .view-commission-public-meeting-agendas .view-filters .form-type-select + .form-type-select,
  .field--name-field-listing-view .view-board-of-ethics-listing .view-filters .form-type-select + .form-type-select {
    margin-top: 0.5em;
  }
}
.field--name-field-listing-page-view .view-commission-public-meeting-agendas .view-content,
.field--name-field-listing-page-view .view-board-of-ethics-listing .view-content,
.field--name-field-listing-view .view-commission-public-meeting-agendas .view-content,
.field--name-field-listing-view .view-board-of-ethics-listing .view-content {
  padding-left: 0;
  width: 100%;
}
.field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-table,
.field--name-field-listing-page-view .view-board-of-ethics-listing .views-table,
.field--name-field-listing-view .view-commission-public-meeting-agendas .views-table,
.field--name-field-listing-view .view-board-of-ethics-listing .views-table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  color: #676C74;
}
.field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-table th,
.field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-table td,
.field--name-field-listing-page-view .view-board-of-ethics-listing .views-table th,
.field--name-field-listing-page-view .view-board-of-ethics-listing .views-table td,
.field--name-field-listing-view .view-commission-public-meeting-agendas .views-table th,
.field--name-field-listing-view .view-commission-public-meeting-agendas .views-table td,
.field--name-field-listing-view .view-board-of-ethics-listing .views-table th,
.field--name-field-listing-view .view-board-of-ethics-listing .views-table td {
  padding: 40px 25px;
}
.field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-table th:first-child,
.field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-table td:first-child,
.field--name-field-listing-page-view .view-board-of-ethics-listing .views-table th:first-child,
.field--name-field-listing-page-view .view-board-of-ethics-listing .views-table td:first-child,
.field--name-field-listing-view .view-commission-public-meeting-agendas .views-table th:first-child,
.field--name-field-listing-view .view-commission-public-meeting-agendas .views-table td:first-child,
.field--name-field-listing-view .view-board-of-ethics-listing .views-table th:first-child,
.field--name-field-listing-view .view-board-of-ethics-listing .views-table td:first-child {
  padding-left: 0;
}
.field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-table th:last-child,
.field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-table td:last-child,
.field--name-field-listing-page-view .view-board-of-ethics-listing .views-table th:last-child,
.field--name-field-listing-page-view .view-board-of-ethics-listing .views-table td:last-child,
.field--name-field-listing-view .view-commission-public-meeting-agendas .views-table th:last-child,
.field--name-field-listing-view .view-commission-public-meeting-agendas .views-table td:last-child,
.field--name-field-listing-view .view-board-of-ethics-listing .views-table th:last-child,
.field--name-field-listing-view .view-board-of-ethics-listing .views-table td:last-child {
  padding-right: 0;
}
.field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-table th,
.field--name-field-listing-page-view .view-board-of-ethics-listing .views-table th,
.field--name-field-listing-view .view-commission-public-meeting-agendas .views-table th,
.field--name-field-listing-view .view-board-of-ethics-listing .views-table th {
  padding-top: 0;
  text-align: left;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  white-space: nowrap;
}
.field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-table th#view-view-node-table-column, .field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-table th#view-field-minutes-table-column, .field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-table th#view-field-watch-link-table-column,
.field--name-field-listing-page-view .view-board-of-ethics-listing .views-table th#view-view-node-table-column,
.field--name-field-listing-page-view .view-board-of-ethics-listing .views-table th#view-field-minutes-table-column,
.field--name-field-listing-page-view .view-board-of-ethics-listing .views-table th#view-field-watch-link-table-column,
.field--name-field-listing-view .view-commission-public-meeting-agendas .views-table th#view-view-node-table-column,
.field--name-field-listing-view .view-commission-public-meeting-agendas .views-table th#view-field-minutes-table-column,
.field--name-field-listing-view .view-commission-public-meeting-agendas .views-table th#view-field-watch-link-table-column,
.field--name-field-listing-view .view-board-of-ethics-listing .views-table th#view-view-node-table-column,
.field--name-field-listing-view .view-board-of-ethics-listing .views-table th#view-field-minutes-table-column,
.field--name-field-listing-view .view-board-of-ethics-listing .views-table th#view-field-watch-link-table-column {
  text-align: center;
}
.field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-table td,
.field--name-field-listing-page-view .view-board-of-ethics-listing .views-table td,
.field--name-field-listing-view .view-commission-public-meeting-agendas .views-table td,
.field--name-field-listing-view .view-board-of-ethics-listing .views-table td {
  vertical-align: baseline;
}
.field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-table td a,
.field--name-field-listing-page-view .view-board-of-ethics-listing .views-table td a,
.field--name-field-listing-view .view-commission-public-meeting-agendas .views-table td a,
.field--name-field-listing-view .view-board-of-ethics-listing .views-table td a {
  color: #676C74;
}
.field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-table td a:hover, .field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-table td a:focus, .field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-table td a:active,
.field--name-field-listing-page-view .view-board-of-ethics-listing .views-table td a:hover,
.field--name-field-listing-page-view .view-board-of-ethics-listing .views-table td a:focus,
.field--name-field-listing-page-view .view-board-of-ethics-listing .views-table td a:active,
.field--name-field-listing-view .view-commission-public-meeting-agendas .views-table td a:hover,
.field--name-field-listing-view .view-commission-public-meeting-agendas .views-table td a:focus,
.field--name-field-listing-view .view-commission-public-meeting-agendas .views-table td a:active,
.field--name-field-listing-view .view-board-of-ethics-listing .views-table td a:hover,
.field--name-field-listing-view .view-board-of-ethics-listing .views-table td a:focus,
.field--name-field-listing-view .view-board-of-ethics-listing .views-table td a:active {
  color: #000;
}
.field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-table.small-only,
.field--name-field-listing-page-view .view-board-of-ethics-listing .views-table.small-only,
.field--name-field-listing-view .view-commission-public-meeting-agendas .views-table.small-only,
.field--name-field-listing-view .view-board-of-ethics-listing .views-table.small-only {
  display: none;
  margin-bottom: 4em;
}
.field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-table.small-only th,
.field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-table.small-only td,
.field--name-field-listing-page-view .view-board-of-ethics-listing .views-table.small-only th,
.field--name-field-listing-page-view .view-board-of-ethics-listing .views-table.small-only td,
.field--name-field-listing-view .view-commission-public-meeting-agendas .views-table.small-only th,
.field--name-field-listing-view .view-commission-public-meeting-agendas .views-table.small-only td,
.field--name-field-listing-view .view-board-of-ethics-listing .views-table.small-only th,
.field--name-field-listing-view .view-board-of-ethics-listing .views-table.small-only td {
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-table.small-only th:first-child,
.field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-table.small-only td:first-child,
.field--name-field-listing-page-view .view-board-of-ethics-listing .views-table.small-only th:first-child,
.field--name-field-listing-page-view .view-board-of-ethics-listing .views-table.small-only td:first-child,
.field--name-field-listing-view .view-commission-public-meeting-agendas .views-table.small-only th:first-child,
.field--name-field-listing-view .view-commission-public-meeting-agendas .views-table.small-only td:first-child,
.field--name-field-listing-view .view-board-of-ethics-listing .views-table.small-only th:first-child,
.field--name-field-listing-view .view-board-of-ethics-listing .views-table.small-only td:first-child {
  padding-left: 0;
}
.field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-table.small-only th:last-child,
.field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-table.small-only td:last-child,
.field--name-field-listing-page-view .view-board-of-ethics-listing .views-table.small-only th:last-child,
.field--name-field-listing-page-view .view-board-of-ethics-listing .views-table.small-only td:last-child,
.field--name-field-listing-view .view-commission-public-meeting-agendas .views-table.small-only th:last-child,
.field--name-field-listing-view .view-commission-public-meeting-agendas .views-table.small-only td:last-child,
.field--name-field-listing-view .view-board-of-ethics-listing .views-table.small-only th:last-child,
.field--name-field-listing-view .view-board-of-ethics-listing .views-table.small-only td:last-child {
  padding-right: 0;
}
.field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-table.small-only td.views-field-field-agenda-pdf,
.field--name-field-listing-page-view .view-board-of-ethics-listing .views-table.small-only td.views-field-field-agenda-pdf,
.field--name-field-listing-view .view-commission-public-meeting-agendas .views-table.small-only td.views-field-field-agenda-pdf,
.field--name-field-listing-view .view-board-of-ethics-listing .views-table.small-only td.views-field-field-agenda-pdf {
  text-align: left;
}
.field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-table.small-only .st-head-row,
.field--name-field-listing-page-view .view-board-of-ethics-listing .views-table.small-only .st-head-row,
.field--name-field-listing-view .view-commission-public-meeting-agendas .views-table.small-only .st-head-row,
.field--name-field-listing-view .view-board-of-ethics-listing .views-table.small-only .st-head-row {
  text-align: center;
}
.field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-table.small-only .st-head-row:not(.st-head-row-main),
.field--name-field-listing-page-view .view-board-of-ethics-listing .views-table.small-only .st-head-row:not(.st-head-row-main),
.field--name-field-listing-view .view-commission-public-meeting-agendas .views-table.small-only .st-head-row:not(.st-head-row-main),
.field--name-field-listing-view .view-board-of-ethics-listing .views-table.small-only .st-head-row:not(.st-head-row-main) {
  background-color: rgba(0, 0, 0, 0.15);
}
.field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-table.small-only .st-key,
.field--name-field-listing-page-view .view-board-of-ethics-listing .views-table.small-only .st-key,
.field--name-field-listing-view .view-commission-public-meeting-agendas .views-table.small-only .st-key,
.field--name-field-listing-view .view-board-of-ethics-listing .views-table.small-only .st-key {
  color: #333;
}
.field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-table.small-only .views-field-view-node,
.field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-table.small-only .views-field-field-minutes,
.field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-table.small-only .views-field-field-watch-link,
.field--name-field-listing-page-view .view-board-of-ethics-listing .views-table.small-only .views-field-view-node,
.field--name-field-listing-page-view .view-board-of-ethics-listing .views-table.small-only .views-field-field-minutes,
.field--name-field-listing-page-view .view-board-of-ethics-listing .views-table.small-only .views-field-field-watch-link,
.field--name-field-listing-view .view-commission-public-meeting-agendas .views-table.small-only .views-field-view-node,
.field--name-field-listing-view .view-commission-public-meeting-agendas .views-table.small-only .views-field-field-minutes,
.field--name-field-listing-view .view-commission-public-meeting-agendas .views-table.small-only .views-field-field-watch-link,
.field--name-field-listing-view .view-board-of-ethics-listing .views-table.small-only .views-field-view-node,
.field--name-field-listing-view .view-board-of-ethics-listing .views-table.small-only .views-field-field-minutes,
.field--name-field-listing-view .view-board-of-ethics-listing .views-table.small-only .views-field-field-watch-link {
  text-align: left;
}
.field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-table time,
.field--name-field-listing-page-view .view-board-of-ethics-listing .views-table time,
.field--name-field-listing-view .view-commission-public-meeting-agendas .views-table time,
.field--name-field-listing-view .view-board-of-ethics-listing .views-table time {
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  .field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-table th,
  .field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-table td,
  .field--name-field-listing-page-view .view-board-of-ethics-listing .views-table th,
  .field--name-field-listing-page-view .view-board-of-ethics-listing .views-table td,
  .field--name-field-listing-view .view-commission-public-meeting-agendas .views-table th,
  .field--name-field-listing-view .view-commission-public-meeting-agendas .views-table td,
  .field--name-field-listing-view .view-board-of-ethics-listing .views-table th,
  .field--name-field-listing-view .view-board-of-ethics-listing .views-table td {
    padding-right: 10px;
    padding-left: 10px;
  }
  .field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-table th:first-child,
  .field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-table td:first-child,
  .field--name-field-listing-page-view .view-board-of-ethics-listing .views-table th:first-child,
  .field--name-field-listing-page-view .view-board-of-ethics-listing .views-table td:first-child,
  .field--name-field-listing-view .view-commission-public-meeting-agendas .views-table th:first-child,
  .field--name-field-listing-view .view-commission-public-meeting-agendas .views-table td:first-child,
  .field--name-field-listing-view .view-board-of-ethics-listing .views-table th:first-child,
  .field--name-field-listing-view .view-board-of-ethics-listing .views-table td:first-child {
    padding-left: 0;
  }
  .field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-table th:last-child,
  .field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-table td:last-child,
  .field--name-field-listing-page-view .view-board-of-ethics-listing .views-table th:last-child,
  .field--name-field-listing-page-view .view-board-of-ethics-listing .views-table td:last-child,
  .field--name-field-listing-view .view-commission-public-meeting-agendas .views-table th:last-child,
  .field--name-field-listing-view .view-commission-public-meeting-agendas .views-table td:last-child,
  .field--name-field-listing-view .view-board-of-ethics-listing .views-table th:last-child,
  .field--name-field-listing-view .view-board-of-ethics-listing .views-table td:last-child {
    padding-right: 0;
  }
}
@media screen and (max-width: 800px) {
  .field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-table.small-only,
  .field--name-field-listing-page-view .view-board-of-ethics-listing .views-table.small-only,
  .field--name-field-listing-view .view-commission-public-meeting-agendas .views-table.small-only,
  .field--name-field-listing-view .view-board-of-ethics-listing .views-table.small-only {
    display: table;
  }
  .field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-table.large-only,
  .field--name-field-listing-page-view .view-board-of-ethics-listing .views-table.large-only,
  .field--name-field-listing-view .view-commission-public-meeting-agendas .views-table.large-only,
  .field--name-field-listing-view .view-board-of-ethics-listing .views-table.large-only {
    display: none;
  }
}
.field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-field-field-agenda-pdf,
.field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-field-view-node,
.field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-field-field-minutes,
.field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-field-field-watch-link,
.field--name-field-listing-page-view .view-board-of-ethics-listing .views-field-field-agenda-pdf,
.field--name-field-listing-page-view .view-board-of-ethics-listing .views-field-view-node,
.field--name-field-listing-page-view .view-board-of-ethics-listing .views-field-field-minutes,
.field--name-field-listing-page-view .view-board-of-ethics-listing .views-field-field-watch-link,
.field--name-field-listing-view .view-commission-public-meeting-agendas .views-field-field-agenda-pdf,
.field--name-field-listing-view .view-commission-public-meeting-agendas .views-field-view-node,
.field--name-field-listing-view .view-commission-public-meeting-agendas .views-field-field-minutes,
.field--name-field-listing-view .view-commission-public-meeting-agendas .views-field-field-watch-link,
.field--name-field-listing-view .view-board-of-ethics-listing .views-field-field-agenda-pdf,
.field--name-field-listing-view .view-board-of-ethics-listing .views-field-view-node,
.field--name-field-listing-view .view-board-of-ethics-listing .views-field-field-minutes,
.field--name-field-listing-view .view-board-of-ethics-listing .views-field-field-watch-link {
  text-align: center;
}
.field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-field-field-agenda-pdf .file,
.field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-field-view-node .file,
.field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-field-field-minutes .file,
.field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-field-field-watch-link .file,
.field--name-field-listing-page-view .view-board-of-ethics-listing .views-field-field-agenda-pdf .file,
.field--name-field-listing-page-view .view-board-of-ethics-listing .views-field-view-node .file,
.field--name-field-listing-page-view .view-board-of-ethics-listing .views-field-field-minutes .file,
.field--name-field-listing-page-view .view-board-of-ethics-listing .views-field-field-watch-link .file,
.field--name-field-listing-view .view-commission-public-meeting-agendas .views-field-field-agenda-pdf .file,
.field--name-field-listing-view .view-commission-public-meeting-agendas .views-field-view-node .file,
.field--name-field-listing-view .view-commission-public-meeting-agendas .views-field-field-minutes .file,
.field--name-field-listing-view .view-commission-public-meeting-agendas .views-field-field-watch-link .file,
.field--name-field-listing-view .view-board-of-ethics-listing .views-field-field-agenda-pdf .file,
.field--name-field-listing-view .view-board-of-ethics-listing .views-field-view-node .file,
.field--name-field-listing-view .view-board-of-ethics-listing .views-field-field-minutes .file,
.field--name-field-listing-view .view-board-of-ethics-listing .views-field-field-watch-link .file {
  padding-left: 0;
  min-height: 0;
  background-image: none;
}
.field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-field-field-agenda-pdf a,
.field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-field-view-node a,
.field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-field-field-minutes a,
.field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-field-field-watch-link a,
.field--name-field-listing-page-view .view-board-of-ethics-listing .views-field-field-agenda-pdf a,
.field--name-field-listing-page-view .view-board-of-ethics-listing .views-field-view-node a,
.field--name-field-listing-page-view .view-board-of-ethics-listing .views-field-field-minutes a,
.field--name-field-listing-page-view .view-board-of-ethics-listing .views-field-field-watch-link a,
.field--name-field-listing-view .view-commission-public-meeting-agendas .views-field-field-agenda-pdf a,
.field--name-field-listing-view .view-commission-public-meeting-agendas .views-field-view-node a,
.field--name-field-listing-view .view-commission-public-meeting-agendas .views-field-field-minutes a,
.field--name-field-listing-view .view-commission-public-meeting-agendas .views-field-field-watch-link a,
.field--name-field-listing-view .view-board-of-ethics-listing .views-field-field-agenda-pdf a,
.field--name-field-listing-view .view-board-of-ethics-listing .views-field-view-node a,
.field--name-field-listing-view .view-board-of-ethics-listing .views-field-field-minutes a,
.field--name-field-listing-view .view-board-of-ethics-listing .views-field-field-watch-link a {
  display: inline-block;
  text-indent: -99999px;
  background-repeat: no-repeat;
}
.field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-field-view-node a,
.field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-field-field-agenda-pdf a,
.field--name-field-listing-page-view .view-board-of-ethics-listing .views-field-view-node a,
.field--name-field-listing-page-view .view-board-of-ethics-listing .views-field-field-agenda-pdf a,
.field--name-field-listing-view .view-commission-public-meeting-agendas .views-field-view-node a,
.field--name-field-listing-view .view-commission-public-meeting-agendas .views-field-field-agenda-pdf a,
.field--name-field-listing-view .view-board-of-ethics-listing .views-field-view-node a,
.field--name-field-listing-view .view-board-of-ethics-listing .views-field-field-agenda-pdf a {
  width: 21px;
  height: 27px;
  background-image: url(../images/icons/agenda.svg);
  background-repeat: no-repeat;
  background-size: 20px;
}
.field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-field-field-minutes a,
.field--name-field-listing-page-view .view-board-of-ethics-listing .views-field-field-minutes a,
.field--name-field-listing-view .view-commission-public-meeting-agendas .views-field-field-minutes a,
.field--name-field-listing-view .view-board-of-ethics-listing .views-field-field-minutes a {
  width: 30px;
  height: 30px;
  background-image: url(../images/icons/minutes.svg);
  background-size: 30px;
}
.field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-field-field-watch-link a,
.field--name-field-listing-page-view .view-board-of-ethics-listing .views-field-field-watch-link a,
.field--name-field-listing-view .view-commission-public-meeting-agendas .views-field-field-watch-link a,
.field--name-field-listing-view .view-board-of-ethics-listing .views-field-field-watch-link a {
  width: 27px;
  height: 21px;
  background-image: url(../images/icons/watch.svg);
  background-size: 27px;
}
.field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-field-field-meeting-location,
.field--name-field-listing-page-view .view-board-of-ethics-listing .views-field-field-meeting-location,
.field--name-field-listing-view .view-commission-public-meeting-agendas .views-field-field-meeting-location,
.field--name-field-listing-view .view-board-of-ethics-listing .views-field-field-meeting-location {
  width: 320px;
}
@media screen and (max-width: 1000px) {
  .field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-field-field-meeting-location,
  .field--name-field-listing-page-view .view-board-of-ethics-listing .views-field-field-meeting-location,
  .field--name-field-listing-view .view-commission-public-meeting-agendas .views-field-field-meeting-location,
  .field--name-field-listing-view .view-board-of-ethics-listing .views-field-field-meeting-location {
    width: 250px;
  }
}
@media screen and (max-width: 900px) {
  .field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-field-field-meeting-location,
  .field--name-field-listing-page-view .view-board-of-ethics-listing .views-field-field-meeting-location,
  .field--name-field-listing-view .view-commission-public-meeting-agendas .views-field-field-meeting-location,
  .field--name-field-listing-view .view-board-of-ethics-listing .views-field-field-meeting-location {
    width: 200px;
  }
}
.field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-field-field-meeting-location a + br,
.field--name-field-listing-page-view .view-board-of-ethics-listing .views-field-field-meeting-location a + br,
.field--name-field-listing-view .view-commission-public-meeting-agendas .views-field-field-meeting-location a + br,
.field--name-field-listing-view .view-board-of-ethics-listing .views-field-field-meeting-location a + br {
  display: block;
}
.field--name-field-listing-page-view .view-commission-public-meeting-agendas .views-field-field-meeting-location a + br + a,
.field--name-field-listing-page-view .view-board-of-ethics-listing .views-field-field-meeting-location a + br + a,
.field--name-field-listing-view .view-commission-public-meeting-agendas .views-field-field-meeting-location a + br + a,
.field--name-field-listing-view .view-board-of-ethics-listing .views-field-field-meeting-location a + br + a {
  display: block;
  margin-top: 0.5em;
}
.field--name-field-listing-page-view .view-search-results-listing .media--view-mode-media-search-result .listing-teaser--type,
.field--name-field-listing-view .view-search-results-listing .media--view-mode-media-search-result .listing-teaser--type {
  text-transform: capitalize;
}
.field--name-field-listing-page-view .view-search-results-listing .media--view-mode-media-search-result a,
.field--name-field-listing-view .view-search-results-listing .media--view-mode-media-search-result a {
  color: #333;
  text-decoration: none;
}
.field--name-field-listing-page-view .view-search-results-listing .media--view-mode-media-search-result .field--type-file .file,
.field--name-field-listing-view .view-search-results-listing .media--view-mode-media-search-result .field--type-file .file {
  background-position: left top 5px;
}
.field--name-field-listing-page-view .view-search-results-listing .media--view-mode-media-search-result .field--type-file a,
.field--name-field-listing-view .view-search-results-listing .media--view-mode-media-search-result .field--type-file a {
  color: #000;
  text-decoration: underline;
  pointer-events: all;
  word-break: break-all;
}
.field--name-field-listing-page-view .view-search-results-listing .media--view-mode-media-search-result .field--type-file a:hover, .field--name-field-listing-page-view .view-search-results-listing .media--view-mode-media-search-result .field--type-file a:active, .field--name-field-listing-page-view .view-search-results-listing .media--view-mode-media-search-result .field--type-file a:focus,
.field--name-field-listing-view .view-search-results-listing .media--view-mode-media-search-result .field--type-file a:hover,
.field--name-field-listing-view .view-search-results-listing .media--view-mode-media-search-result .field--type-file a:active,
.field--name-field-listing-view .view-search-results-listing .media--view-mode-media-search-result .field--type-file a:focus {
  color: #127CBA;
  text-decoration: none;
}
.field--name-field-listing-page-view .view-search-results-listing .media--view-mode-media-search-result .field--name-field-description,
.field--name-field-listing-view .view-search-results-listing .media--view-mode-media-search-result .field--name-field-description {
  color: #676C74;
}
.field--name-field-listing-page-view .view-search-results-listing .media--view-mode-media-search-result .field--name-field-category,
.field--name-field-listing-view .view-search-results-listing .media--view-mode-media-search-result .field--name-field-category {
  display: none;
}
.field--name-field-listing-page-view .view-pipeline-listing,
.field--name-field-listing-page-view .view-sso-reports-listing,
.field--name-field-listing-page-view .view-oig-reports-listing,
.field--name-field-listing-page-view .view-oig-work-plans-listing,
.field--name-field-listing-view .view-pipeline-listing,
.field--name-field-listing-view .view-sso-reports-listing,
.field--name-field-listing-view .view-oig-reports-listing,
.field--name-field-listing-view .view-oig-work-plans-listing {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10%;
}
.field--name-field-listing-page-view .view-pipeline-listing a,
.field--name-field-listing-page-view .view-sso-reports-listing a,
.field--name-field-listing-page-view .view-oig-reports-listing a,
.field--name-field-listing-page-view .view-oig-work-plans-listing a,
.field--name-field-listing-view .view-pipeline-listing a,
.field--name-field-listing-view .view-sso-reports-listing a,
.field--name-field-listing-view .view-oig-reports-listing a,
.field--name-field-listing-view .view-oig-work-plans-listing a {
  color: #127CBA;
  text-decoration: none;
}
.field--name-field-listing-page-view .view-pipeline-listing a.file-pdf,
.field--name-field-listing-page-view .view-sso-reports-listing a.file-pdf,
.field--name-field-listing-page-view .view-oig-reports-listing a.file-pdf,
.field--name-field-listing-page-view .view-oig-work-plans-listing a.file-pdf,
.field--name-field-listing-view .view-pipeline-listing a.file-pdf,
.field--name-field-listing-view .view-sso-reports-listing a.file-pdf,
.field--name-field-listing-view .view-oig-reports-listing a.file-pdf,
.field--name-field-listing-view .view-oig-work-plans-listing a.file-pdf {
  padding-left: 30px;
  background-image: url(../images/icons/icon-pdf.svg);
  background-position: left top;
  background-size: 20px;
  background-repeat: no-repeat;
}
.field--name-field-listing-page-view .view-pipeline-listing a:hover, .field--name-field-listing-page-view .view-pipeline-listing a:active, .field--name-field-listing-page-view .view-pipeline-listing a:focus,
.field--name-field-listing-page-view .view-sso-reports-listing a:hover,
.field--name-field-listing-page-view .view-sso-reports-listing a:active,
.field--name-field-listing-page-view .view-sso-reports-listing a:focus,
.field--name-field-listing-page-view .view-oig-reports-listing a:hover,
.field--name-field-listing-page-view .view-oig-reports-listing a:active,
.field--name-field-listing-page-view .view-oig-reports-listing a:focus,
.field--name-field-listing-page-view .view-oig-work-plans-listing a:hover,
.field--name-field-listing-page-view .view-oig-work-plans-listing a:active,
.field--name-field-listing-page-view .view-oig-work-plans-listing a:focus,
.field--name-field-listing-view .view-pipeline-listing a:hover,
.field--name-field-listing-view .view-pipeline-listing a:active,
.field--name-field-listing-view .view-pipeline-listing a:focus,
.field--name-field-listing-view .view-sso-reports-listing a:hover,
.field--name-field-listing-view .view-sso-reports-listing a:active,
.field--name-field-listing-view .view-sso-reports-listing a:focus,
.field--name-field-listing-view .view-oig-reports-listing a:hover,
.field--name-field-listing-view .view-oig-reports-listing a:active,
.field--name-field-listing-view .view-oig-reports-listing a:focus,
.field--name-field-listing-view .view-oig-work-plans-listing a:hover,
.field--name-field-listing-view .view-oig-work-plans-listing a:active,
.field--name-field-listing-view .view-oig-work-plans-listing a:focus {
  text-decoration: underline;
  color: #000;
}
.field--name-field-listing-page-view .view-pipeline-listing .file,
.field--name-field-listing-page-view .view-sso-reports-listing .file,
.field--name-field-listing-page-view .view-oig-reports-listing .file,
.field--name-field-listing-page-view .view-oig-work-plans-listing .file,
.field--name-field-listing-view .view-pipeline-listing .file,
.field--name-field-listing-view .view-sso-reports-listing .file,
.field--name-field-listing-view .view-oig-reports-listing .file,
.field--name-field-listing-view .view-oig-work-plans-listing .file {
  background: none;
  padding-left: 0;
}
.field--name-field-listing-page-view .view-pipeline-listing .file a,
.field--name-field-listing-page-view .view-sso-reports-listing .file a,
.field--name-field-listing-page-view .view-oig-reports-listing .file a,
.field--name-field-listing-page-view .view-oig-work-plans-listing .file a,
.field--name-field-listing-view .view-pipeline-listing .file a,
.field--name-field-listing-view .view-sso-reports-listing .file a,
.field--name-field-listing-view .view-oig-reports-listing .file a,
.field--name-field-listing-view .view-oig-work-plans-listing .file a {
  color: #127CBA;
  text-decoration: none;
}
.field--name-field-listing-page-view .view-pipeline-listing .file a.file-pdf,
.field--name-field-listing-page-view .view-sso-reports-listing .file a.file-pdf,
.field--name-field-listing-page-view .view-oig-reports-listing .file a.file-pdf,
.field--name-field-listing-page-view .view-oig-work-plans-listing .file a.file-pdf,
.field--name-field-listing-view .view-pipeline-listing .file a.file-pdf,
.field--name-field-listing-view .view-sso-reports-listing .file a.file-pdf,
.field--name-field-listing-view .view-oig-reports-listing .file a.file-pdf,
.field--name-field-listing-view .view-oig-work-plans-listing .file a.file-pdf {
  padding-left: 30px;
  background-image: url(../images/icons/icon-pdf.svg);
  background-position: left top;
  background-size: 20px;
  background-repeat: no-repeat;
}
.field--name-field-listing-page-view .view-pipeline-listing .file a:hover, .field--name-field-listing-page-view .view-pipeline-listing .file a:active, .field--name-field-listing-page-view .view-pipeline-listing .file a:focus,
.field--name-field-listing-page-view .view-sso-reports-listing .file a:hover,
.field--name-field-listing-page-view .view-sso-reports-listing .file a:active,
.field--name-field-listing-page-view .view-sso-reports-listing .file a:focus,
.field--name-field-listing-page-view .view-oig-reports-listing .file a:hover,
.field--name-field-listing-page-view .view-oig-reports-listing .file a:active,
.field--name-field-listing-page-view .view-oig-reports-listing .file a:focus,
.field--name-field-listing-page-view .view-oig-work-plans-listing .file a:hover,
.field--name-field-listing-page-view .view-oig-work-plans-listing .file a:active,
.field--name-field-listing-page-view .view-oig-work-plans-listing .file a:focus,
.field--name-field-listing-view .view-pipeline-listing .file a:hover,
.field--name-field-listing-view .view-pipeline-listing .file a:active,
.field--name-field-listing-view .view-pipeline-listing .file a:focus,
.field--name-field-listing-view .view-sso-reports-listing .file a:hover,
.field--name-field-listing-view .view-sso-reports-listing .file a:active,
.field--name-field-listing-view .view-sso-reports-listing .file a:focus,
.field--name-field-listing-view .view-oig-reports-listing .file a:hover,
.field--name-field-listing-view .view-oig-reports-listing .file a:active,
.field--name-field-listing-view .view-oig-reports-listing .file a:focus,
.field--name-field-listing-view .view-oig-work-plans-listing .file a:hover,
.field--name-field-listing-view .view-oig-work-plans-listing .file a:active,
.field--name-field-listing-view .view-oig-work-plans-listing .file a:focus {
  text-decoration: underline;
  color: #000;
}

#message-banner-no-slider .views-row .alert-item {
  display: none;
}
#message-banner-no-slider .views-row .message-banner__content {
  padding: 6px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  #message-banner-no-slider .views-row .message-banner__content {
    position: relative;
    display: block;
  }
  #message-banner-no-slider .views-row .message-banner__content .message-banner__alert,
  #message-banner-no-slider .views-row .message-banner__content .message-banner__close {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #message-banner-no-slider .views-row .message-banner__content .message-banner__close {
    right: 30px;
  }
  #message-banner-no-slider .views-row .message-banner__content .message-banner__title,
  #message-banner-no-slider .views-row .message-banner__content .message-banner__inner {
    margin: 0;
    padding: 0 45px;
    text-align: left;
  }
  #message-banner-no-slider .views-row .message-banner__content .message-banner__inner p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  #message-banner-no-slider .views-row .message-banner__content .message-banner__inner .field--name-field-description {
    display: inline-block;
  }
  #message-banner-no-slider .views-row .message-banner__content .message-banner__inner .field--name-field-description > p {
    display: inline-block;
  }
  #message-banner-no-slider .views-row .message-banner__content .message-banner__inner .arrow {
    display: inline-block;
  }
  #message-banner-no-slider .views-row .message-banner__content .message-banner__inner .arrow img {
    height: auto;
    width: 18px;
  }
  #message-banner-no-slider .views-row .message-banner__content .message-banner__link {
    display: none;
  }
}
#message-banner-no-slider .views-row .message-banner__inner {
  max-width: 540px;
}
@media screen and (max-width: 900px) {
  #message-banner-no-slider .views-row .message-banner__inner {
    text-align: center;
    margin: 0;
    min-width: 20px;
  }
}
#message-banner-no-slider .views-row .message-banner__inner .field--name-field-alert-cta {
  display: none;
}
#message-banner-no-slider .views-row .message-banner__inner .arrow {
  display: none;
}
#message-banner-no-slider .views-row .message-banner__link {
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  #message-banner-no-slider .views-row .message-banner__link {
    width: 100%;
    margin: 15px 0 0 0;
  }
}
#message-banner-no-slider .views-row .message-banner__link a {
  color: #fff;
  padding: 0 50px 0 5px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 2.1rem;
  line-height: 2.4rem;
  text-decoration: none;
}
@media screen and (max-width: 900px) {
  #message-banner-no-slider .views-row .message-banner__link a {
    font-size: 1.8rem;
  }
}
#message-banner-no-slider .views-row .message-banner__link a::after {
  background-image: url(../images/icons/arrow-right-white.svg);
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
}
#message-banner-no-slider .views-row .message-banner__link a:hover {
  text-decoration: underline;
}
#message-banner-no-slider .views-row .message-banner__title {
  text-transform: uppercase;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: auto;
  margin-right: 25px;
  padding-left: 20px;
  min-width: 500px;
}
@media screen and (max-width: 700px) {
  #message-banner-no-slider .views-row .message-banner__title {
    font-size: 1.8rem;
    line-height: 2.2rem;
    padding-left: 0;
    text-align: center;
    margin: 0;
    min-width: 160px;
  }
}
#message-banner-no-slider .views-row .message-banner__title .time {
  display: none;
}
#message-banner-no-slider .views-row p {
  color: #fff;
  font-size: 1.9rem;
  line-height: auto;
}
@media screen and (max-width: 700px) {
  #message-banner-no-slider .views-row p {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}
#message-banner-no-slider .views-row .message-banner__alert {
  width: 24px;
}
#message-banner-no-slider .views-row .message-banner__close {
  width: 17px;
}
#message-banner-no-slider .views-row .message-banner__alert,
#message-banner-no-slider .views-row .message-banner__close {
  position: relative;
}
#message-banner-no-slider .views-row .message-banner__alert img,
#message-banner-no-slider .views-row .message-banner__close img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#message-banner-no-slider .views-row .message-banner__link {
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  #message-banner-no-slider .views-row .message-banner__link {
    width: 100%;
    margin: 15px 0 0 0;
    text-align: right;
  }
}
#message-banner-no-slider .views-row .message-banner__link a {
  color: #fff;
  padding: 0 50px 0 5px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.9rem;
  line-height: auto;
  text-decoration: none;
}
@media screen and (max-width: 900px) {
  #message-banner-no-slider .views-row .message-banner__link a {
    font-size: 1.8rem;
  }
}
#message-banner-no-slider .views-row .message-banner__link a::after {
  background-image: url(../images/icons/arrow-right-white.svg);
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
}
#message-banner-no-slider .views-row .message-banner__link a:hover {
  text-decoration: underline;
}
#message-banner-no-slider .views-row:nth-child(1) {
  background-color: #3B4982;
}
#message-banner-no-slider .views-row:nth-child(1) .message-banner__title {
  color: #fff;
}
#message-banner-no-slider .views-row:nth-child(2) {
  background-color: #0771AF;
}
#message-banner-no-slider .views-row:nth-child(2) .message-banner__title {
  color: #fff;
}
#message-banner-no-slider .views-row:nth-child(3) {
  background-color: #F36C34;
}
#message-banner-no-slider .views-row:nth-child(3) .message-banner__title {
  color: #fff;
}
#message-banner-no-slider .views-row:nth-child(4) {
  background-color: #8DC749;
}
#message-banner-no-slider .views-row .alert-color-green {
  background-color: #97D74C;
}
#message-banner-no-slider .views-row .alert-color-green .message-banner__title,
#message-banner-no-slider .views-row .alert-color-green .message-banner__inner p,
#message-banner-no-slider .views-row .alert-color-green .message-banner__link a {
  color: #000;
}
#message-banner-no-slider .views-row .alert-color-green .message-banner__title::after,
#message-banner-no-slider .views-row .alert-color-green .message-banner__inner p::after,
#message-banner-no-slider .views-row .alert-color-green .message-banner__link a::after {
  background-image: url(../images/icons/arrow-right-black.svg);
}
#message-banner-no-slider .views-row .alert-color-green img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
#message-banner-no-slider .views-row .alert-color-lightblue {
  background-color: #0771AF;
}
#message-banner-no-slider .views-row .alert-color-lightblue .message-banner__title {
  color: #fff;
}
#message-banner-no-slider .views-row .alert-color-orange {
  background-color: #F36C34;
}
#message-banner-no-slider .views-row .alert-color-orange .message-banner__inner p,
#message-banner-no-slider .views-row .alert-color-orange .message-banner__link a,
#message-banner-no-slider .views-row .alert-color-orange .message-banner__title {
  color: #110000;
}
#message-banner-no-slider .views-row .alert-color-orange .message-banner__inner p::after,
#message-banner-no-slider .views-row .alert-color-orange .message-banner__link a::after,
#message-banner-no-slider .views-row .alert-color-orange .message-banner__title::after {
  background-image: url(../images/icons/arrow-right-black.svg);
}
#message-banner-no-slider .views-row .alert-color-orange img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
#message-banner-no-slider .views-row .alert-color-blue {
  background-color: #3B4982;
}
#message-banner-no-slider .views-row .alert-color-blue .message-banner__title {
  color: #fff;
}
#message-banner-no-slider .views-row .alert-color-red {
  background-color: #E30D0D;
}
#message-banner-no-slider .views-row .alert-color-red .message-banner__title {
  color: #fff;
}

#message-banner {
  background: #F36C34;
  padding: 0;
  color: #fff;
  display: none;
}
#message-banner .message-banner__content {
  padding: 50px 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  #message-banner .message-banner__content {
    padding: 20px 0 10px 0;
  }
}
#message-banner .message-banner__alert {
  width: 30px;
}
#message-banner .message-banner__counter {
  color: #FFC1A7;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0 25px;
  line-height: 2.4rem;
}
#message-banner .message-banner__text {
  width: 100%;
  padding: 0 100px 0 25px;
}
@media screen and (max-width: 900px) {
  #message-banner .message-banner__text {
    padding: 0 20px 0 0;
  }
}
#message-banner .message-banner__text .message-banner__title {
  text-transform: uppercase;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 2.4rem;
  margin-right: 25px;
}
@media screen and (max-width: 700px) {
  #message-banner .message-banner__text .message-banner__title {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}
#message-banner .message-banner__text .message-banner__title .time {
  display: none;
}
#message-banner .message-banner__text p {
  color: #fff;
  font-size: 2rem;
  line-height: 2.4rem;
}
@media screen and (max-width: 700px) {
  #message-banner .message-banner__text p {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}
#message-banner .message-banner__text .message-banner__inner {
  max-width: 540px;
}
#message-banner .message-banner__text .message-banner__link {
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  #message-banner .message-banner__text .message-banner__link {
    width: 100%;
    margin: 15px 0 0 0;
  }
}
#message-banner .message-banner__text .message-banner__link a {
  color: #fff;
  padding: 0 50px 0 5px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 2.1rem;
  line-height: 2.4rem;
  text-decoration: none;
}
@media screen and (max-width: 900px) {
  #message-banner .message-banner__text .message-banner__link a {
    font-size: 1.8rem;
  }
}
#message-banner .message-banner__text .message-banner__link a::after {
  background-image: url(../images/icons/arrow-right-white.svg);
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
}
#message-banner .message-banner__text .message-banner__link a:hover {
  text-decoration: underline;
}
#message-banner .message-banner__close {
  width: 20px;
}
#message-banner .view-alerts .views-row {
  display: none;
}
@media screen and (max-width: 900px) {
  #message-banner .view-alerts .views-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#message-banner .view-alerts .views-row.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.pager__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding-left: 0;
}
@media screen and (max-width: 600px) {
  .pager__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.pager__items li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  width: 40px;
  height: 40px;
}
.pager__items li.pager__item--first, .pager__items li.pager__item--last {
  width: auto;
}
.pager__items li.pager__item--first a, .pager__items li.pager__item--last a {
  margin: 0 20px;
  width: auto;
  background-color: transparent;
}
.pager__items li.pager__item--first a:hover, .pager__items li.pager__item--first a:active, .pager__items li.pager__item--first a:focus, .pager__items li.pager__item--last a:hover, .pager__items li.pager__item--last a:active, .pager__items li.pager__item--last a:focus {
  color: #0771AF;
  background-color: transparent;
  text-decoration: underline;
}
.pager__items li.pager__item--ellipsis {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pager__items li.is-active a {
  color: #676C74;
  pointer-events: none;
}
.pager__items a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #0771AF;
  background-color: rgba(7, 113, 175, 0);
  text-decoration: none;
  border-radius: 100%;
  -webkit-transition: background-color 0.075s linear, color 0.075s linear;
  transition: background-color 0.075s linear, color 0.075s linear;
}
.pager__items a:hover, .pager__items a:active, .pager__items a:focus {
  color: #fff;
  background-color: #0771af;
}

.section--has-wave {
  overflow: hidden;
}

.section__imageWave--helper {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.section__imageWave,
.section__imageWaveMobile {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: width 0.15s linear;
  transition: width 0.15s linear;
}

.section__imageWave-container {
  position: relative;
  width: 100%;
}

.section__imageWave-image {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.section__imageWave-svg {
  width: 0;
  height: 0;
}

.pageheader .section__imageWave--helper {
  width: 25%;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .pageheader .section__imageWave--helper {
    width: 22.5%;
  }
}
@media screen and (max-width: 800px) {
  .pageheader .section__imageWave--helper {
    width: 28%;
  }
}
@media screen and (max-width: 600px) {
  .pageheader .section__imageWave--helper {
    height: 65%;
  }
}
@media screen and (max-width: 450px) {
  .pageheader .section__imageWave--helper {
    width: 30%;
  }
}
.pageheader .section__imageWave-container {
  clip-path: url(#clip-path__pageheader);
  -webkit-clip-path: url(#clip-path__pageheader);
}
.pageheader .section__imageWave-image {
  background-color: #fff;
}

.browser-ie .pageheader .section__imageWave--helper {
  display: none;
}

.section--latest-updates .section__imageWave-container {
  clip-path: url(#clip-path__updates);
  -webkit-clip-path: url(#clip-path__updates);
}
.section--latest-updates .section__imageWave--helper {
  width: 17%;
}
@media screen and (max-width: 1100px) {
  .section--latest-updates .section__imageWave--helper {
    width: 15%;
  }
}
.section--latest-updates .section__imageWave-image {
  background-color: #000;
}

.browser-ie .section--latest-updates > .l-container {
  padding-left: 2rem;
}
.browser-ie .section--latest-updates .section__imageWave {
  display: none;
}

.section--what-we-do .section__imageWave-container {
  clip-path: url(#clip-path__whatwedo);
  -webkit-clip-path: url(#clip-path__whatwedo);
}
.section--what-we-do .section__imageWave--helper {
  width: 37%;
}
@media screen and (max-width: 1100px) {
  .section--what-we-do .section__imageWave--helper {
    width: 25%;
  }
}

.browser-ie .section--what-we-do .section__imageWave--helper {
  width: 30%;
}
.browser-ie .section--what-we-do .section__imageWave-container {
  clip-path: none;
  -webkit-clip-path: none;
}
.browser-ie .section--what-we-do .section__imageWave--helper {
  z-index: -1;
}

.section--water-impacts .section__imageWave-container {
  clip-path: url(#clip-path__impacts);
  -webkit-clip-path: url(#clip-path__impacts);
}
.section--water-impacts .section__imageWave--helper {
  width: 49.1%;
  height: 115%;
}
@media screen and (max-width: 1100px) {
  .section--water-impacts .section__imageWave--helper {
    width: 43.9%;
  }
}
.section--water-impacts .section__imageWave-image {
  background-color: #000;
}

.browser-ie .section--water-impacts .section__imageWave {
  display: none;
}

.section--image-text-wide .section__imageWave::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  clip-path: url(#clip-path__imageTextWide);
  -webkit-clip-path: url(#clip-path__imageTextWide);
}
.section--image-text-wide .section__imageWave-container {
  border-bottom: 2px solid #8DC749;
  clip-path: url(#clip-path__imageTextWide);
  -webkit-clip-path: url(#clip-path__imageTextWide);
  width: calc(100% - 15px);
}
.section--image-text-wide .section__imageWave-image {
  background-position: center left;
}
.section--image-text-wide .section__imageWave--helper {
  width: 42%;
  z-index: 0;
}
.section--image-text-wide .field--name-repeat-description p {
  color: #000;
}
.section--image-text-wide .field--name-repeat-description + .field--name-repeat-cta {
  margin-top: 2em;
}
.section--image-text-wide .field--name-repeat-cta a {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: GillSans, "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  font-size: 1.025em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 1em 1.25em;
  padding-right: 5em;
  border-radius: 30px;
  border-top-left-radius: 0;
  overflow: hidden;
  -webkit-transition: background-color 0.075s linear;
  transition: background-color 0.075s linear;
  background-color: #fff;
  color: #000;
}
.section--image-text-wide .field--name-repeat-cta a:hover, .section--image-text-wide .field--name-repeat-cta a:active, .section--image-text-wide .field--name-repeat-cta a:focus {
  text-decoration: none;
}
.section--image-text-wide .field--name-repeat-cta a::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
}
.section--image-text-wide .field--name-repeat-cta a[disabled] {
  background-image: none;
  background-color: #676C74;
  color: #676C74;
  outline: none;
  cursor: default;
}
.section--image-text-wide .field--name-repeat-cta a[disabled]:hover, .section--image-text-wide .field--name-repeat-cta a[disabled]:active, .section--image-text-wide .field--name-repeat-cta a[disabled]:focus {
  background-color: #676C74;
  color: #676C74;
  outline: none;
}
.section--image-text-wide .field--name-repeat-cta a::after {
  background-image: url(../images/icons/arrow-right.svg);
}
.section--image-text-wide .field--name-repeat-cta a:hover, .section--image-text-wide .field--name-repeat-cta a:active, .section--image-text-wide .field--name-repeat-cta a:focus {
  background-color: #000;
  color: #fff;
}
.section--image-text-wide .field--name-repeat-cta a:hover::after, .section--image-text-wide .field--name-repeat-cta a:active::after, .section--image-text-wide .field--name-repeat-cta a:focus::after {
  background-image: url(../images/icons/arrow-right-white.svg);
}

.browser-ie .section--image-text-wide .section__imageWave--helper {
  width: 40%;
}

.paragraph--alert-section .section__imageWave-container {
  clip-path: url(#clip-path__alert);
  -webkit-clip-path: url(#clip-path__alert);
}
.paragraph--alert-section .section__imageWave--helper {
  left: auto;
  right: 0;
  width: 28%;
}
.paragraph--alert-section .section__imageWave-image {
  background-color: #000;
}

.browser-ie .paragraph--alert-section .section__imageWave {
  display: none;
}

.paragraph--connect-with-us .section__imageWave-container {
  clip-path: url(#clip-path__connectwithus);
  -webkit-clip-path: url(#clip-path__connectwithus);
}
.paragraph--connect-with-us .section__imageWave--helper {
  left: auto;
  right: 0;
  width: 50.1%;
}

.paragraph--customer-connect .section__imageWave-container {
  clip-path: url(#clip-path__customerconnect);
  -webkit-clip-path: url(#clip-path__customerconnect);
}
.paragraph--customer-connect .section__imageWave--helper {
  left: auto;
  right: 0;
  width: 50.2%;
}
.paragraph--customer-connect .section__imageWave-image {
  background-color: #000;
}

.browser-ie .paragraph--customer-connect .section__imageWave {
  display: none;
}

.paragraph--listing-cta .section__imageWave-container {
  clip-path: url(#clip-path__listingcta);
  -webkit-clip-path: url(#clip-path__listingcta);
}
.paragraph--listing-cta .section__imageWave--helper {
  left: auto;
  right: 0;
  width: 50.1%;
}

@media screen and (max-width: 800px) {
  .pageheader--homepage .section__imageWave {
    left: -0.7em;
    width: 75%;
  }
  .section--latest-updates .section__imageWave,
  .section--what-we-do .section__imageWave,
  .section--water-impacts .section__imageWave,
  .section--image-text-wide .section__imageWave,
  .paragraph--alert-section .section__imageWave,
  .paragraph--connect-with-us .section__imageWave,
  .paragraph--customer-connect .section__imageWave,
  .paragraph--listing-cta .section__imageWave {
    display: none;
  }
}
.wysiwyg-button--primary {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: GillSans, "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  font-size: 1.025em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 1em 1.25em;
  padding-right: 5em;
  border-radius: 30px;
  border-top-left-radius: 0;
  overflow: hidden;
  -webkit-transition: background-color 0.075s linear;
  transition: background-color 0.075s linear;
  background-color: #127CBA;
  color: #fff;
}
.wysiwyg-button--primary:hover, .wysiwyg-button--primary:active, .wysiwyg-button--primary:focus {
  text-decoration: none;
}
.wysiwyg-button--primary::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
}
.wysiwyg-button--primary[disabled] {
  background-image: none;
  background-color: #676C74;
  color: #676C74;
  outline: none;
  cursor: default;
}
.wysiwyg-button--primary[disabled]:hover, .wysiwyg-button--primary[disabled]:active, .wysiwyg-button--primary[disabled]:focus {
  background-color: #676C74;
  color: #676C74;
  outline: none;
}
.wysiwyg-button--primary::after {
  background-image: url(../images/icons/arrow-right-white.svg);
}
.wysiwyg-button--primary:hover, .wysiwyg-button--primary:active, .wysiwyg-button--primary:focus {
  background-color: #8DC749;
}

.wysiwyg-button--secondary {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: GillSans, "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  font-size: 1.025em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 1em 1.25em;
  padding-right: 5em;
  border-radius: 30px;
  border-top-left-radius: 0;
  overflow: hidden;
  -webkit-transition: background-color 0.075s linear;
  transition: background-color 0.075s linear;
  background-color: #fff;
  color: #000;
}
.wysiwyg-button--secondary:hover, .wysiwyg-button--secondary:active, .wysiwyg-button--secondary:focus {
  text-decoration: none;
}
.wysiwyg-button--secondary::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
}
.wysiwyg-button--secondary[disabled] {
  background-image: none;
  background-color: #676C74;
  color: #676C74;
  outline: none;
  cursor: default;
}
.wysiwyg-button--secondary[disabled]:hover, .wysiwyg-button--secondary[disabled]:active, .wysiwyg-button--secondary[disabled]:focus {
  background-color: #676C74;
  color: #676C74;
  outline: none;
}
.wysiwyg-button--secondary::after {
  background-image: url(../images/icons/arrow-right.svg);
}
.wysiwyg-button--secondary:hover, .wysiwyg-button--secondary:active, .wysiwyg-button--secondary:focus {
  background-color: #000;
  color: #fff;
}
.wysiwyg-button--secondary:hover::after, .wysiwyg-button--secondary:active::after, .wysiwyg-button--secondary:focus::after {
  background-image: url(../images/icons/arrow-right-white.svg);
}

.block--ms-copilot-chat-bot .contextual {
  right: 25px;
}
.block--ms-copilot-chat-bot .block__chatbot-trigger {
  display: none;
}
.block--ms-copilot-chat-bot .block__chatbot-widget {
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.42);
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.42);
  height: 300px;
  border-radius: 5px;
  position: relative;
}
.block--ms-copilot-chat-bot iframe {
  height: 100%;
  width: 100%;
}
.block--ms-copilot-chat-bot .block__chatbot-widget-close {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: GillSans, "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  font-size: 1.025em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  height: 40px;
  top: 0;
  right: 0;
  width: 40px;
}
.block--ms-copilot-chat-bot .block__chatbot-widget-close:hover, .block--ms-copilot-chat-bot .block__chatbot-widget-close:active, .block--ms-copilot-chat-bot .block__chatbot-widget-close:focus {
  text-decoration: none;
}
.block--ms-copilot-chat-bot .block__chatbot-widget-close::after {
  display: none;
}
.block--ms-copilot-chat-bot .icon {
  position: relative;
}
.block--ms-copilot-chat-bot .icon::before, .block--ms-copilot-chat-bot .icon::after {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: 10px;
}
.block--ms-copilot-chat-bot .icon::before {
  opacity: 1;
  right: -2px;
  width: 2px;
  height: 1.8rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.block--ms-copilot-chat-bot .icon::after {
  position: absolute;
  left: 0;
  width: 2px;
  height: 1.8rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, -webkit-transform 0.15s linear;
  transition: opacity 0.15s linear, -webkit-transform 0.15s linear;
  transition: opacity 0.15s linear, transform 0.15s linear;
  transition: opacity 0.15s linear, transform 0.15s linear, -webkit-transform 0.15s linear;
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .block--ms-copilot-chat-bot .block__chatbot-widget-close:hover, .block--ms-copilot-chat-bot .block__chatbot-widget-close:focus {
    background-color: transparent;
  }
  .block--ms-copilot-chat-bot .block__chatbot-trigger {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #8DC749;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 15px;
    margin-bottom: 30px;
    text-align: left;
    width: 100%;
  }
  .block--ms-copilot-chat-bot .block__chatbot-trigger svg {
    height: 22px;
    width: 24px;
  }
  .block--ms-copilot-chat-bot .block__chatbot-widget {
    visibility: hidden;
    margin: 0;
    height: 1px;
    -webkit-transition: all 0.075s linear;
    transition: all 0.075s linear;
  }
  .block--ms-copilot-chat-bot.active .block__chatbot-widget {
    visibility: visible;
    height: 50vh;
    margin-bottom: 30px;
  }
  .block--ms-copilot-chat-bot.active .block__chatbot-trigger::after {
    background-image: url(../images/icons/close.svg);
  }
}

.embed-content-header .l-header .block--branding,
.l-header.fixed .block--branding,
.browser-ie .l-header .block--branding {
  max-width: 113px;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.embed-content-header .l-header .block--branding svg,
.l-header.fixed .block--branding svg,
.browser-ie .l-header .block--branding svg {
  max-height: 61px;
}

.menu-is-open .block-system-branding-block.active {
  background-color: #0771af;
}
.menu-is-open .block-system-branding-block.active::before {
  background-color: #0771af;
}
.menu-is-open .block--branding svg .st0,
.menu-is-open .block--branding svg .st1,
.menu-is-open .block--branding svg .st2,
.menu-is-open .block--branding svg .st3 {
  fill: #fff;
}

.block-system-branding-block {
  position: relative;
  background-color: rgba(7, 113, 175, 0);
  z-index: 1;
}
.block-system-branding-block::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(7, 113, 175, 0);
}

.block--branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 13vw;
  max-width: 164px;
  height: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: max-width 0.075s linear, -webkit-transform 0.075s linear;
  transition: max-width 0.075s linear, -webkit-transform 0.075s linear;
  transition: max-width 0.075s linear, transform 0.075s linear;
  transition: max-width 0.075s linear, transform 0.075s linear, -webkit-transform 0.075s linear;
  /*  @media screen and (max-width: $width--m) {
      min-width: 83px;
    }*/
  /*  @media screen and (max-width: $width--s) {
      width: 105px;
      max-width: 100%;
    }

    @media screen and (max-width: 450px) {
      width: 80px;
      min-width: 0;
    }

    @media screen and (max-width: 400px) {
      width: 76px;
    }*/
}
@media screen and (max-width: 650px) {
  .block--branding {
    width: 15vw;
  }
}
@media screen and (max-width: 450px) {
  .block--branding {
    width: 17vw;
  }
}
.block--branding a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
.block--branding svg {
  width: 100%;
  max-height: 89px;
}
.block--branding svg .st0,
.block--branding svg .st1,
.block--branding svg .st2,
.block--branding svg .st3 {
  -webkit-transition: fill 0.075s linear;
  transition: fill 0.075s linear;
  fill: #fff;
}
.block--branding svg .st0 {
  fill: #24396F;
}
.block--branding svg .st1 {
  fill: #8AC553;
}
.block--branding svg .st2 {
  fill: #1A1818;
}
.block--branding svg .st3 {
  fill: #0083D0;
}

#block-customerservicesidebar {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}
#block-customerservicesidebar .customer-sidebar--overall-toggle {
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  height: 40px;
  width: 40px;
  background-color: #8DC749;
  border-top-left-radius: 2em;
  border-bottom-left-radius: 2em;
  -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.25);
  -webkit-transition: width 0.15s linear;
  transition: width 0.15s linear;
}
#block-customerservicesidebar .customer-sidebar--overall-toggle.overall-active {
  width: calc(100% + 40px);
}
#block-customerservicesidebar .customer-sidebar--overall-toggle.overall-active .customer-sidebar--overall-toggle__inner::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
#block-customerservicesidebar .customer-sidebar--overall-toggle.overall-active + .customer-sidebar--togglers {
  width: 90px;
}
#block-customerservicesidebar .customer-sidebar--overall-toggle__inner {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
}
#block-customerservicesidebar .customer-sidebar--overall-toggle__inner::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../images/icons/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 10px center;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}
#block-customerservicesidebar .customer-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 10px;
}
#block-customerservicesidebar .customer-sidebar--togglers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin-bottom: auto;
  width: 0;
  border-bottom-left-radius: 3em;
  background-color: #fff;
  -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  z-index: 2;
  -webkit-transition: width 0.15s linear;
  transition: width 0.15s linear;
}
#block-customerservicesidebar .customer-sidebar--togglers::after {
  content: "";
  display: none;
  position: absolute;
  top: 2em;
  right: 0;
  bottom: 2em;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 3;
}
#block-customerservicesidebar .customer-sidebar--togglers.parent-active::after {
  display: block;
}
#block-customerservicesidebar .customer-sidebar--togglers.parent-active a {
  opacity: 0.5;
}
#block-customerservicesidebar .customer-sidebar--togglers.parent-active a:hover, #block-customerservicesidebar .customer-sidebar--togglers.parent-active a:active, #block-customerservicesidebar .customer-sidebar--togglers.parent-active a.toggle-active {
  opacity: 1;
}
#block-customerservicesidebar .customer-sidebar--toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding-top: 40px;
  padding-bottom: 10px;
  width: 90px;
  text-align: center;
  color: #676C74;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
}
#block-customerservicesidebar .customer-sidebar--toggle svg {
  position: absolute;
  top: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
}
#block-customerservicesidebar .customer-sidebar--toggle svg g,
#block-customerservicesidebar .customer-sidebar--toggle svg path {
  fill: #0771AF;
}
#block-customerservicesidebar .customer-sidebar--toggle.bill svg {
  top: 17px;
}
#block-customerservicesidebar .customer-sidebar--toggle.services svg {
  top: 17px;
}
#block-customerservicesidebar .customer-sidebar--toggle.permits svg {
  width: 15px;
}
#block-customerservicesidebar .customer-sidebar--toggle:hover, #block-customerservicesidebar .customer-sidebar--toggle:active {
  color: #fff;
  background-color: #8DC749;
}
#block-customerservicesidebar .customer-sidebar--toggle:hover svg g,
#block-customerservicesidebar .customer-sidebar--toggle:hover svg path, #block-customerservicesidebar .customer-sidebar--toggle:active svg g,
#block-customerservicesidebar .customer-sidebar--toggle:active svg path {
  fill: #fff;
}
#block-customerservicesidebar .customer-sidebar--toggle:last-child {
  padding-bottom: 2em;
}
#block-customerservicesidebar .customer-sidebar--content {
  position: relative;
  display: none;
  padding: 1em;
  margin-right: 0;
  width: 0;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.25);
  -webkit-transition: width 0.15s linear, margin-right 0.15s linear;
  transition: width 0.15s linear, margin-right 0.15s linear;
}
#block-customerservicesidebar .customer-sidebar--content::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1em;
  background-color: #fff;
  z-index: 2;
}
#block-customerservicesidebar .customer-sidebar--content.sidebar-active {
  width: 230px;
}
#block-customerservicesidebar .customer-sidebar--inner {
  display: none;
  width: calc(230px - 2em);
}
#block-customerservicesidebar .customer-sidebar--inner.content-active {
  display: block;
}
#block-customerservicesidebar .customer-sidebar--inner__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#block-customerservicesidebar .sidebar-content--description h1,
#block-customerservicesidebar .sidebar-content--description h2,
#block-customerservicesidebar .sidebar-content--description h3,
#block-customerservicesidebar .sidebar-content--description h4,
#block-customerservicesidebar .sidebar-content--description h5,
#block-customerservicesidebar .sidebar-content--description h6 {
  font-size: 24px;
}
#block-customerservicesidebar .sidebar-content--description h1 a,
#block-customerservicesidebar .sidebar-content--description h2 a,
#block-customerservicesidebar .sidebar-content--description h3 a,
#block-customerservicesidebar .sidebar-content--description h4 a,
#block-customerservicesidebar .sidebar-content--description h5 a,
#block-customerservicesidebar .sidebar-content--description h6 a {
  color: #127CBA;
  text-decoration: none;
}
#block-customerservicesidebar .sidebar-content--description h1 a.file-pdf,
#block-customerservicesidebar .sidebar-content--description h2 a.file-pdf,
#block-customerservicesidebar .sidebar-content--description h3 a.file-pdf,
#block-customerservicesidebar .sidebar-content--description h4 a.file-pdf,
#block-customerservicesidebar .sidebar-content--description h5 a.file-pdf,
#block-customerservicesidebar .sidebar-content--description h6 a.file-pdf {
  padding-left: 30px;
  background-image: url(../images/icons/icon-pdf.svg);
  background-position: left top;
  background-size: 20px;
  background-repeat: no-repeat;
}
#block-customerservicesidebar .sidebar-content--description h1 a:hover, #block-customerservicesidebar .sidebar-content--description h1 a:active, #block-customerservicesidebar .sidebar-content--description h1 a:focus,
#block-customerservicesidebar .sidebar-content--description h2 a:hover,
#block-customerservicesidebar .sidebar-content--description h2 a:active,
#block-customerservicesidebar .sidebar-content--description h2 a:focus,
#block-customerservicesidebar .sidebar-content--description h3 a:hover,
#block-customerservicesidebar .sidebar-content--description h3 a:active,
#block-customerservicesidebar .sidebar-content--description h3 a:focus,
#block-customerservicesidebar .sidebar-content--description h4 a:hover,
#block-customerservicesidebar .sidebar-content--description h4 a:active,
#block-customerservicesidebar .sidebar-content--description h4 a:focus,
#block-customerservicesidebar .sidebar-content--description h5 a:hover,
#block-customerservicesidebar .sidebar-content--description h5 a:active,
#block-customerservicesidebar .sidebar-content--description h5 a:focus,
#block-customerservicesidebar .sidebar-content--description h6 a:hover,
#block-customerservicesidebar .sidebar-content--description h6 a:active,
#block-customerservicesidebar .sidebar-content--description h6 a:focus {
  text-decoration: underline;
  color: #000;
}
#block-customerservicesidebar .sidebar-content--description p {
  margin-bottom: 0;
}
#block-customerservicesidebar .sidebar-content--description p strong {
  display: inline-block;
}
#block-customerservicesidebar .sidebar-content--description p:not(:first-child) strong {
  margin-top: 1em;
}
#block-customerservicesidebar .sidebar-content--cta a {
  padding-right: 30px;
  background-position: right center;
  background-size: 13px;
  background-repeat: no-repeat;
  text-decoration: none;
  color: #127CBA;
  background-image: url(../images/icons/arrow-right-blue.svg);
  display: inline-block;
  margin-top: 1em;
}
#block-customerservicesidebar .sidebar-content--cta a:hover, #block-customerservicesidebar .sidebar-content--cta a:active, #block-customerservicesidebar .sidebar-content--cta a:focus {
  text-decoration: underline;
}
@media screen and (max-width: 800px) {
  #block-customerservicesidebar {
    top: auto;
    bottom: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
    -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.25);
  }
  #block-customerservicesidebar .customer-sidebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0;
    background-color: #fff;
  }
  #block-customerservicesidebar .customer-sidebar::before {
    content: none;
  }
  #block-customerservicesidebar .customer-sidebar--togglers {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100% !important;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    border-bottom-left-radius: 0;
  }
  #block-customerservicesidebar .customer-sidebar--togglers::after {
    top: auto;
    left: 2em;
    right: 2em;
    bottom: 0;
    width: auto;
    height: 1px;
  }
  #block-customerservicesidebar .customer-sidebar--content {
    width: 100% !important;
    height: 300px;
    max-height: 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    -webkit-transition: max-height 0.15s linear;
    transition: max-height 0.15s linear;
  }
  #block-customerservicesidebar .customer-sidebar--content.sidebar-active {
    width: 100%;
    max-height: 100%;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    overflow-y: auto;
  }
}
@media screen and (max-width: 400px) {
  #block-customerservicesidebar .customer-sidebar--toggle {
    font-size: 12px;
  }
}

.listing-full--container {
  margin-top: 4.44em;
}
.listing-full--container .paragraph--text-2-column-image-cta-grid .p__inner {
  padding-bottom: 4.44em;
  border-bottom: 1px solid #c0c0c0;
}

.paragraph--listing-cta {
  min-height: 500px;
  background-color: #3B4982;
  border-bottom-left-radius: 10vw;
}
.paragraph--listing-cta .p-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.paragraph--listing-cta .section__imageWave {
  z-index: 0;
}
.paragraph--listing-cta .p__inner {
  max-width: 500px;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .paragraph--listing-cta .p__inner {
    width: 50%;
  }
}
@media screen and (max-width: 800px) {
  .paragraph--listing-cta .p__inner {
    width: 100%;
  }
}
.paragraph--listing-cta .p__inner h2,
.paragraph--listing-cta .p__inner p {
  color: #fff;
}
.paragraph--listing-cta .p__inner h2 {
  font-size: 36px;
  line-height: 1.25;
  margin-bottom: 1em;
}
@media screen and (max-width: 800px) {
  .paragraph--listing-cta .p__inner h2 {
    font-size: 30px;
  }
}
@supports (font-size: clamp(30px, 2.5vw, 36px)) {
  .paragraph--listing-cta .p__inner h2 {
    font-size: clamp(30px, 2.5vw, 36px);
  }
}
.paragraph--listing-cta a {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: GillSans, "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  font-size: 1.025em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 1em 1.25em;
  padding-right: 5em;
  border-radius: 30px;
  border-top-left-radius: 0;
  overflow: hidden;
  -webkit-transition: background-color 0.075s linear;
  transition: background-color 0.075s linear;
  background-color: #fff;
  color: #000;
}
.paragraph--listing-cta a:hover, .paragraph--listing-cta a:active, .paragraph--listing-cta a:focus {
  text-decoration: none;
}
.paragraph--listing-cta a::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
}
.paragraph--listing-cta a[disabled] {
  background-image: none;
  background-color: #676C74;
  color: #676C74;
  outline: none;
  cursor: default;
}
.paragraph--listing-cta a[disabled]:hover, .paragraph--listing-cta a[disabled]:active, .paragraph--listing-cta a[disabled]:focus {
  background-color: #676C74;
  color: #676C74;
  outline: none;
}
.paragraph--listing-cta a::after {
  background-image: url(../images/icons/arrow-right.svg);
}
.paragraph--listing-cta a:hover, .paragraph--listing-cta a:active, .paragraph--listing-cta a:focus {
  background-color: #000;
  color: #fff;
}
.paragraph--listing-cta a:hover::after, .paragraph--listing-cta a:active::after, .paragraph--listing-cta a:focus::after {
  background-image: url(../images/icons/arrow-right-white.svg);
}
.paragraph--listing-cta .listing-cta-section--link {
  margin-top: 2em;
}

@media screen and (max-width: 1100px) {
  .browser-ie .paragraph--listing-cta .p__inner {
    width: 48%;
  }
}
@media screen and (max-width: 800px) {
  .browser-ie .paragraph--listing-cta .p__inner {
    width: 100%;
    max-width: 100%;
  }
}

.node--view-mode-latest-updates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.node--view-mode-latest-updates .node__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.node--view-mode-latest-updates .node--teaser__title {
  color: #fff;
  font-size: 1.1em;
}
.node--view-mode-latest-updates .read-more {
  display: inline;
}

.page-node-type-article .article--subtitle {
  margin-bottom: 0;
  margin-top: 1.6em;
}

.agenda-full--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 2em;
  padding-bottom: 4em;
}
.agenda-full--top .agenda-pdf {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: GillSans, "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  font-size: 1.025em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 1em 1.25em;
  padding-right: 5em;
  border-radius: 30px;
  border-top-left-radius: 0;
  overflow: hidden;
  -webkit-transition: background-color 0.075s linear;
  transition: background-color 0.075s linear;
  background-color: #127CBA;
  color: #fff;
}
.agenda-full--top .agenda-pdf:hover, .agenda-full--top .agenda-pdf:active, .agenda-full--top .agenda-pdf:focus {
  text-decoration: none;
}
.agenda-full--top .agenda-pdf::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
}
.agenda-full--top .agenda-pdf[disabled] {
  background-image: none;
  background-color: #676C74;
  color: #676C74;
  outline: none;
  cursor: default;
}
.agenda-full--top .agenda-pdf[disabled]:hover, .agenda-full--top .agenda-pdf[disabled]:active, .agenda-full--top .agenda-pdf[disabled]:focus {
  background-color: #676C74;
  color: #676C74;
  outline: none;
}
.agenda-full--top .agenda-pdf::after {
  background-image: url(../images/icons/arrow-right-white.svg);
}
.agenda-full--top .agenda-pdf:hover, .agenda-full--top .agenda-pdf:active, .agenda-full--top .agenda-pdf:focus {
  background-color: #8DC749;
}

.agenda-full--location,
.agenda-full--room {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 1em;
}
.agenda-full--location a,
.agenda-full--room a {
  color: #127CBA;
  text-decoration: none;
}
.agenda-full--location a.file-pdf,
.agenda-full--room a.file-pdf {
  padding-left: 30px;
  background-image: url(../images/icons/icon-pdf.svg);
  background-position: left top;
  background-size: 20px;
  background-repeat: no-repeat;
}
.agenda-full--location a:hover, .agenda-full--location a:active, .agenda-full--location a:focus,
.agenda-full--room a:hover,
.agenda-full--room a:active,
.agenda-full--room a:focus {
  text-decoration: underline;
  color: #000;
}

.agenda-full--location {
  padding-left: 0;
}

.agenda-full--room {
  padding-right: 2em;
}

@media screen and (max-width: 800px) {
  .agenda-full--top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .agenda-full--location,
  .agenda-full--room {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 2rem;
  }
}
.agenda-full--sections {
  margin-bottom: 4em;
}

.node--view-mode-content-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 3em;
  width: 100%;
  border: 1px solid #c0c0c0;
  border-bottom-right-radius: 4em;
}
.node--view-mode-content-teaser h3 {
  font-size: 24px;
}
@media screen and (max-width: 800px) {
  .node--view-mode-content-teaser h3 {
    font-size: 22px;
  }
}
@supports (font-size: clamp(22px, 5vw, 24px)) {
  .node--view-mode-content-teaser h3 {
    font-size: clamp(22px, 5vw, 24px);
  }
}
.node--view-mode-content-teaser h3 a {
  color: #000;
  text-decoration: underline;
}
.node--view-mode-content-teaser h3 a:hover, .node--view-mode-content-teaser h3 a:active, .node--view-mode-content-teaser h3 a:focus {
  color: #127CBA;
  text-decoration: none;
}
@media screen and (max-width: 1100px) {
  .node--view-mode-content-teaser {
    padding-right: 2em;
    padding-left: 2em;
  }
}

.content-teaser__date {
  font-size: 1.25em;
  line-height: 1.5;
  color: #676C74;
  margin-bottom: 0.5em;
}

.paragraph--related-content-block .content-teaser__date {
  display: none;
}

.content-teaser__bottom > * {
  margin-top: 1em;
}
.content-teaser__bottom > * a {
  color: #127CBA;
  text-decoration: none;
}
.content-teaser__bottom > * a.file-pdf {
  padding-left: 30px;
  background-image: url(../images/icons/icon-pdf.svg);
  background-position: left top;
  background-size: 20px;
  background-repeat: no-repeat;
}
.content-teaser__bottom > * a:hover, .content-teaser__bottom > * a:active, .content-teaser__bottom > * a:focus {
  text-decoration: underline;
  color: #000;
}

.page-node-type-customer-service-landing-page .paragraph--_-column-cta-blocks .field__item:first-child .paragraph--image-text-feature-multiple-link .field--name-repeat-cta a {
  padding: 0;
  background-color: transparent;
  color: #fff;
  border-radius: 0;
  font-size: 1.5em;
  line-height: 1.4;
  font-weight: 100;
  text-decoration: underline;
  text-align: left;
}
.page-node-type-customer-service-landing-page .paragraph--_-column-cta-blocks .field__item:first-child .paragraph--image-text-feature-multiple-link .field--name-repeat-cta a::after {
  content: none;
}
.page-node-type-customer-service-landing-page .paragraph--_-column-cta-blocks .field__item:first-child .paragraph--image-text-feature-multiple-link .field--name-repeat-cta a:hover, .page-node-type-customer-service-landing-page .paragraph--_-column-cta-blocks .field__item:first-child .paragraph--image-text-feature-multiple-link .field--name-repeat-cta a:active, .page-node-type-customer-service-landing-page .paragraph--_-column-cta-blocks .field__item:first-child .paragraph--image-text-feature-multiple-link .field--name-repeat-cta a:focus {
  color: #000;
}

.paragraph--quick-links .field--name-field-cs-quick-links {
  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;
  margin: 0 -0.5em;
}
.paragraph--quick-links .field--name-field-cs-quick-links .field__item {
  margin: 0 0.5em;
  margin-bottom: 1em;
  width: 12%;
}
@media screen and (max-width: 900px) {
  .paragraph--quick-links .field--name-field-cs-quick-links .field__item {
    width: 18%;
  }
}
@media screen and (max-width: 600px) {
  .paragraph--quick-links .field--name-field-cs-quick-links .field__item {
    width: 29%;
  }
}
.paragraph--quick-links .field--name-field-cs-quick-links .field__item a {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 400;
  color: #676C74;
  text-decoration: none;
}
.paragraph--quick-links .field--name-field-cs-quick-links .field__item a:hover, .paragraph--quick-links .field--name-field-cs-quick-links .field__item a:focus, .paragraph--quick-links .field--name-field-cs-quick-links .field__item a:active {
  color: #000;
}
.paragraph--quick-links .field--name-field-cs-quick-links .field__item a:hover .icon, .paragraph--quick-links .field--name-field-cs-quick-links .field__item a:focus .icon, .paragraph--quick-links .field--name-field-cs-quick-links .field__item a:active .icon {
  border-color: #000;
}
.paragraph--quick-links .field--name-field-cs-quick-links .icon {
  display: block;
  padding-top: 100%;
  margin-bottom: 1em;
  width: 100%;
  height: 0;
  border: 1px solid #c0c0c0;
  border-bottom-right-radius: 1.5em;
  background-position: center;
  background-repeat: no-repeat;
}
.paragraph--quick-links .field--name-field-cs-quick-links .icon.qlink-paybill {
  background-image: url(../images/icons/qlinks-bill-blue.svg);
}
.paragraph--quick-links .field--name-field-cs-quick-links .icon.qlink-service {
  background-image: url(../images/icons/qlinks-service-blue.svg);
}
.paragraph--quick-links .field--name-field-cs-quick-links .icon.qlink-rates {
  background-image: url(../images/icons/qlinks-rates-blue.svg);
}
.paragraph--quick-links .field--name-field-cs-quick-links .icon.qlink-report {
  background-image: url(../images/icons/qlinks-report-blue2.svg);
}
.paragraph--quick-links .field--name-field-cs-quick-links .icon.qlink-map {
  background-image: url(../images/icons/qlinks-map-blue.svg);
}
.paragraph--quick-links .field--name-field-cs-quick-links .icon.qlink-advocacy {
  background-image: url(../images/icons/qlinks-advocacy-blue.svg);
}
.paragraph--quick-links .field--name-field-cs-quick-links .icon.qlink-faqs {
  background-image: url(../images/icons/qlinks-faqs-blue.svg);
}
.paragraph--quick-links .field--name-field-cs-quick-links .icon.qlink-turned-off {
  background-image: url(../images/icons/qlink-turned-off.svg);
  background-size: 50px;
}
.paragraph--quick-links .field--name-field-cs-quick-links .icon.qlink-water-usage {
  background-image: url(../images/icons/qlink-usage.svg);
  background-size: 50px;
}

.paragraph--alert-section {
  background-color: rgba(243, 108, 52, 0.975);
}
.paragraph--alert-section .p-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.paragraph--alert-section .p__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.alert-section--text {
  width: 50%;
  color: #110000;
}
.alert-section--text h2 {
  font-size: 36px;
  line-height: 1.25;
  margin-bottom: 0.9em;
  max-width: 400px;
}
@media screen and (max-width: 800px) {
  .alert-section--text h2 {
    font-size: 30px;
  }
}
@supports (font-size: clamp(30px, 2.5vw, 36px)) {
  .alert-section--text h2 {
    font-size: clamp(30px, 2.5vw, 36px);
  }
}
.alert-section--text h2,
.alert-section--text p {
  color: #110000;
}

.alert-section--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
}
.alert-section--link a {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: GillSans, "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  font-size: 1.025em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 1em 1.25em;
  padding-right: 5em;
  border-radius: 30px;
  border-top-left-radius: 0;
  overflow: hidden;
  -webkit-transition: background-color 0.075s linear;
  transition: background-color 0.075s linear;
  background-color: #fff;
  color: #000;
}
.alert-section--link a:hover, .alert-section--link a:active, .alert-section--link a:focus {
  text-decoration: none;
}
.alert-section--link a::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
}
.alert-section--link a[disabled] {
  background-image: none;
  background-color: #676C74;
  color: #676C74;
  outline: none;
  cursor: default;
}
.alert-section--link a[disabled]:hover, .alert-section--link a[disabled]:active, .alert-section--link a[disabled]:focus {
  background-color: #676C74;
  color: #676C74;
  outline: none;
}
.alert-section--link a::after {
  background-image: url(../images/icons/arrow-right.svg);
}
.alert-section--link a:hover, .alert-section--link a:active, .alert-section--link a:focus {
  background-color: #000;
  color: #fff;
}
.alert-section--link a:hover::after, .alert-section--link a:active::after, .alert-section--link a:focus::after {
  background-image: url(../images/icons/arrow-right-white.svg);
}

.paragraph--connect-with-us .p-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.paragraph--connect-with-us .p__inner {
  max-width: 500px;
}
@media screen and (max-width: 1000px) {
  .paragraph--connect-with-us .p__inner {
    width: 50%;
  }
}
@media screen and (max-width: 800px) {
  .paragraph--connect-with-us .p__inner {
    width: 100%;
  }
}
.paragraph--connect-with-us h2 {
  font-size: 36px;
  line-height: 1.25;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 800px) {
  .paragraph--connect-with-us h2 {
    font-size: 30px;
  }
}
@supports (font-size: clamp(30px, 2.5vw, 36px)) {
  .paragraph--connect-with-us h2 {
    font-size: clamp(30px, 2.5vw, 36px);
  }
}
.paragraph--connect-with-us strong {
  font-size: 1.2em;
  font-weight: 400;
  color: #000;
}

@media screen and (max-width: 1100px) {
  .browser-ie .paragraph--connect-with-us .p__inner {
    width: 48%;
  }
}
@media screen and (max-width: 800px) {
  .browser-ie .paragraph--connect-with-us .p__inner {
    width: 100%;
    max-width: 100%;
  }
}

.paragraph--customer-connect {
  background-color: rgba(7, 113, 175, 0.975);
}
.paragraph--customer-connect .p-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.paragraph--customer-connect .p__inner {
  max-width: 500px;
  color: #fff;
}
.paragraph--customer-connect .p__inner h2 {
  font-size: 36px;
  line-height: 1.25;
  margin-bottom: 0.5em;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .paragraph--customer-connect .p__inner h2 {
    font-size: 30px;
  }
}
@supports (font-size: clamp(30px, 2.5vw, 36px)) {
  .paragraph--customer-connect .p__inner h2 {
    font-size: clamp(30px, 2.5vw, 36px);
  }
}
.paragraph--customer-connect .p__inner p {
  color: #fff;
  font-size: 1.25em;
}
.paragraph--customer-connect a {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: GillSans, "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  font-size: 1.025em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 1em 1.25em;
  padding-right: 5em;
  border-radius: 30px;
  border-top-left-radius: 0;
  overflow: hidden;
  -webkit-transition: background-color 0.075s linear;
  transition: background-color 0.075s linear;
  background-color: #fff;
  color: #000;
}
.paragraph--customer-connect a:hover, .paragraph--customer-connect a:active, .paragraph--customer-connect a:focus {
  text-decoration: none;
}
.paragraph--customer-connect a::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
}
.paragraph--customer-connect a[disabled] {
  background-image: none;
  background-color: #676C74;
  color: #676C74;
  outline: none;
  cursor: default;
}
.paragraph--customer-connect a[disabled]:hover, .paragraph--customer-connect a[disabled]:active, .paragraph--customer-connect a[disabled]:focus {
  background-color: #676C74;
  color: #676C74;
  outline: none;
}
.paragraph--customer-connect a::after {
  background-image: url(../images/icons/arrow-right.svg);
}
.paragraph--customer-connect a:hover, .paragraph--customer-connect a:active, .paragraph--customer-connect a:focus {
  background-color: #000;
  color: #fff;
}
.paragraph--customer-connect a:hover::after, .paragraph--customer-connect a:active::after, .paragraph--customer-connect a:focus::after {
  background-image: url(../images/icons/arrow-right-white.svg);
}

.customer-connect--alert-text {
  margin-bottom: 2em;
}

.paragraph--mobile-app {
  margin-bottom: 0 !important;
}
.paragraph--mobile-app .p-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.paragraph--mobile-app .p__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.mobile-app--text {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 4.44em;
  margin: auto 0;
  width: 50%;
}
.mobile-app--text h2 {
  font-size: 36px;
  line-height: 1.25;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 800px) {
  .mobile-app--text h2 {
    font-size: 30px;
  }
}
@supports (font-size: clamp(30px, 2.5vw, 36px)) {
  .mobile-app--text h2 {
    font-size: clamp(30px, 2.5vw, 36px);
  }
}

.mobile-app--description {
  margin-bottom: 2em;
}

.mobile-app--image {
  display: block;
  margin-top: -10em;
  width: 40%;
}
.mobile-app--image img {
  display: block;
}

.mobile-app--cta a {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: GillSans, "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  font-size: 1.025em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 1em 1.25em;
  padding-right: 5em;
  border-radius: 30px;
  border-top-left-radius: 0;
  overflow: hidden;
  -webkit-transition: background-color 0.075s linear;
  transition: background-color 0.075s linear;
  background-color: #127CBA;
  color: #fff;
}
.mobile-app--cta a:hover, .mobile-app--cta a:active, .mobile-app--cta a:focus {
  text-decoration: none;
}
.mobile-app--cta a::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
}
.mobile-app--cta a[disabled] {
  background-image: none;
  background-color: #676C74;
  color: #676C74;
  outline: none;
  cursor: default;
}
.mobile-app--cta a[disabled]:hover, .mobile-app--cta a[disabled]:active, .mobile-app--cta a[disabled]:focus {
  background-color: #676C74;
  color: #676C74;
  outline: none;
}
.mobile-app--cta a::after {
  background-image: url(../images/icons/arrow-right-white.svg);
}
.mobile-app--cta a:hover, .mobile-app--cta a:active, .mobile-app--cta a:focus {
  background-color: #8DC749;
}

@media screen and (max-width: 800px) {
  .paragraph--alert-section .p__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .alert-section--text {
    width: 100%;
    max-width: 500px;
  }
  .alert-section--link {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 2em;
    width: 100%;
  }
  .mobile-app--image {
    width: 50%;
  }
}
@media screen and (max-width: 650px) {
  .paragraph--mobile-app .p__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mobile-app--text {
    width: 100%;
  }
  .mobile-app--image {
    margin-top: 0;
    width: 100%;
    -webkit-transform: translateX(-8%);
    transform: translateX(-8%);
  }
}
@media screen and (max-width: 600px) {
  .paragraph--connect-with-us {
    font-size: 1em;
  }
}
.event-feature--node {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.event-feature--feature-image {
  overflow: hidden;
  border-bottom-right-radius: 4em;
  padding-top: 31%;
  width: 37%;
  height: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.event-feature--feature-image.no-image {
  position: relative;
  background-color: #c0c0c0;
  overflow: hidden;
}
.event-feature--feature-image.no-image svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.event-feature--feature-image.no-image svg path {
  fill: rgba(255, 255, 255, 0.15);
}

.event-feature--type a {
  color: #127CBA;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.event-feature--type a.file-pdf {
  padding-left: 30px;
  background-image: url(../images/icons/icon-pdf.svg);
  background-position: left top;
  background-size: 20px;
  background-repeat: no-repeat;
}
.event-feature--type a:hover, .event-feature--type a:active, .event-feature--type a:focus {
  text-decoration: underline;
  color: #000;
}

.event-feature--content {
  padding-top: 2.5%;
  padding-right: 6em;
  padding-left: 4%;
  width: 63%;
}

.event-feature--title {
  font-size: 24px;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  .event-feature--title {
    font-size: 22px;
  }
}
@supports (font-size: clamp(22px, 2.5vw, 24px)) {
  .event-feature--title {
    font-size: clamp(22px, 2.5vw, 24px);
  }
}
.event-feature--title a {
  color: #000;
  text-decoration: underline;
}
.event-feature--title a:hover, .event-feature--title a:active, .event-feature--title a:focus {
  color: #127CBA;
  text-decoration: none;
}

.event-feature--description {
  margin-bottom: 1.5em;
}

.event-feature--date {
  color: #676C74;
}
.event-feature--date time + time {
  position: relative;
}
.event-feature--date time + time::before {
  content: "-";
  margin-right: 0.75rem;
  margin-left: 0.25rem;
}
.event-feature--date span {
  display: block;
}

.event-feature--location {
  color: #676C74;
}

.event-feature--rsvp {
  margin-top: 1.5em;
}
.event-feature--rsvp a {
  padding-right: 30px;
  background-position: right center;
  background-size: 13px;
  background-repeat: no-repeat;
  text-decoration: none;
  color: #127CBA;
  background-image: url(../images/icons/arrow-right-blue.svg);
}
.event-feature--rsvp a:hover, .event-feature--rsvp a:active, .event-feature--rsvp a:focus {
  text-decoration: underline;
}

.event-feature--corner-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 5em;
  height: 5em;
  border-bottom-right-radius: 3em;
  background: #0771AF;
}
.event-feature--corner-date time {
  width: 32px;
  font-size: 18px;
  line-height: 1;
  color: #fff;
}
.event-feature--corner-date time:nth-child(2) {
  display: none;
}

@media screen and (max-width: 800px) {
  .event-feature--node {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .event-feature--feature-image {
    padding-top: 50%;
    width: 100%;
  }
  .event-feature--content {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
  .event-feature--corner-date {
    right: auto;
    left: 0;
  }
}
.node--type-event.node--view-mode-event-trio {
  position: relative;
  padding: 3em;
  width: 100%;
  background-color: #127CBA;
  border-bottom-right-radius: 4em;
}
.node--type-event.node--view-mode-event-trio .event-feature--type a {
  color: #000;
}
.node--type-event.node--view-mode-event-trio .event-feature--title a {
  color: #fff;
}
.node--type-event.node--view-mode-event-trio .event-feature--title a:hover, .node--type-event.node--view-mode-event-trio .event-feature--title a:active, .node--type-event.node--view-mode-event-trio .event-feature--title a:focus {
  color: #fff;
  text-decoration: none;
}
.node--type-event.node--view-mode-event-trio .event-feature--date,
.node--type-event.node--view-mode-event-trio .event-feature--location {
  color: #fff;
}
.node--type-event.node--view-mode-event-trio .cta {
  padding-right: 30px;
  background-position: right center;
  background-size: 13px;
  background-repeat: no-repeat;
  text-decoration: none;
  color: #fff;
  background-image: url(../images/icons/arrow-right-white.svg);
  display: inline-block;
  margin-top: 1em;
  font-size: 1.125em;
}
.node--type-event.node--view-mode-event-trio .cta:hover, .node--type-event.node--view-mode-event-trio .cta:active, .node--type-event.node--view-mode-event-trio .cta:focus {
  text-decoration: underline;
}
.node--type-event.node--view-mode-event-trio .event-feature--corner-date {
  background-color: transparent;
}
@media screen and (max-width: 800px) {
  .node--type-event.node--view-mode-event-trio .event-feature--corner-date {
    right: 0;
    left: auto;
  }
}

.event-trio--content {
  padding-right: 2em;
}

@media screen and (max-width: 1000px) {
  .node--type-event.node--view-mode-event-trio {
    padding: 1.5em;
  }
  .event-trio--content {
    padding-right: 3em;
  }
}
.node--event--teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.node--event--teaser h3 {
  font-size: 24px;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  .node--event--teaser h3 {
    font-size: 22px;
  }
}
@supports (font-size: clamp(22px, 3vw, 24px)) {
  .node--event--teaser h3 {
    font-size: clamp(22px, 3vw, 24px);
  }
}
.node--event--teaser h3 a {
  color: #000;
  text-decoration: underline;
}
.node--event--teaser h3 a:hover, .node--event--teaser h3 a:active, .node--event--teaser h3 a:focus {
  color: #127CBA;
  text-decoration: none;
}

.event-teaser--date {
  font-size: 24px;
  margin-right: 0.77em;
  width: 40px;
}
@media screen and (max-width: 800px) {
  .event-teaser--date {
    font-size: 22px;
  }
}
@supports (font-size: clamp(22px, 3vw, 24px)) {
  .event-teaser--date {
    font-size: clamp(22px, 3vw, 24px);
  }
}
.event-teaser--date time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  line-height: 1.2;
}
.event-teaser--date time:nth-child(2) {
  display: none;
}

.event-teaser--content {
  width: calc(100% - 40px);
}

.event-teaser--description {
  font-size: 0.88em;
}

.event-teaser--type a {
  color: #127CBA;
  text-decoration: none;
}
.event-teaser--type a.file-pdf {
  padding-left: 30px;
  background-image: url(../images/icons/icon-pdf.svg);
  background-position: left top;
  background-size: 20px;
  background-repeat: no-repeat;
}
.event-teaser--type a:hover, .event-teaser--type a:active, .event-teaser--type a:focus {
  text-decoration: underline;
  color: #000;
}

.page-node-type-event .l-header {
  background-color: #fff;
}
@media screen and (min-width: 801px) {
  .page-node-type-event .l-header a {
    color: #676C74;
  }
  .page-node-type-event .l-header a {
    color: #676C74;
  }
  .page-node-type-event .l-header a:hover, .page-node-type-event .l-header a:active, .page-node-type-event .l-header a:focus {
    color: #0771AF;
  }
  .page-node-type-event .menu--account a {
    color: #0771AF;
  }
  .page-node-type-event .block--branding {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  .page-node-type-event .gtranslate select {
    color: #676C74 !important;
    text-shadow: none;
  }
  .page-node-type-event .gtranslate::after {
    border-color: #0771AF transparent transparent transparent;
  }
}
@media screen and (max-width: 925px) and (min-width: 801px) {
  .page-node-type-event .l-header a {
    text-shadow: none;
  }
}
.page-node-type-event .registration-detail {
  margin-bottom: 4.44em;
}
.page-node-type-event .registration-detail label {
  font-weight: 700;
}

.paragraph--event-full .p__inner {
  position: relative;
}
.paragraph--event-full .field--name-field-event-status {
  white-space: nowrap;
}
.paragraph--event-full .event-feature--content {
  padding-top: 0;
}
.paragraph--event-full .event-feature--description {
  color: #fff;
}
.paragraph--event-full .event-feature--description p {
  font-family: GillSans, "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif !important;
  color: #fff;
}
.paragraph--event-full .event-feature--description h1,
.paragraph--event-full .event-feature--description h2,
.paragraph--event-full .event-feature--description h3,
.paragraph--event-full .event-feature--description h4,
.paragraph--event-full .event-feature--description h5,
.paragraph--event-full .event-feature--description h6 {
  font-family: GillSans, "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif !important;
  color: #fff !important;
}
.paragraph--event-full .event-feature--description ul {
  color: #fff !important;
}
.paragraph--event-full h1 {
  color: #fff;
}
.paragraph--event-full .event-feature--type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .paragraph--event-full .event-feature--type {
    margin-top: 2em;
  }
}
.paragraph--event-full .event-feature--type a {
  color: #fff;
}
.paragraph--event-full .event-feature--type .field + .field {
  position: relative;
  padding-left: 1em;
  margin-left: 1em;
}
.paragraph--event-full .event-feature--type .field + .field::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 0;
  width: 2px;
  background-color: #fff;
}
.paragraph--event-full .event-feature--node {
  position: relative;
  width: 100%;
}
.paragraph--event-full .event-feature--corner-date {
  background-color: #fff;
}
.paragraph--event-full .event-feature--corner-date time {
  color: #0771AF;
}
.paragraph--event-full .event-feature--title {
  font-size: 27px;
}
@media screen and (max-width: 800px) {
  .paragraph--event-full .event-feature--title {
    font-size: 24px;
  }
}
@supports (font-size: clamp(24px, 2.5vw, 27px)) {
  .paragraph--event-full .event-feature--title {
    font-size: clamp(24px, 2.5vw, 27px);
  }
}

.event-full--info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
.event-full--info__item label,
.event-full--info__item time {
  margin-right: 0.5em;
}

.event-full--links {
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 1.5em;
}
.event-full--links a {
  padding-right: 30px;
  background-position: right center;
  background-size: 13px;
  background-repeat: no-repeat;
  text-decoration: none;
  color: #fff;
  background-image: url(../images/icons/arrow-right-white.svg);
}
.event-full--links a:hover, .event-full--links a:active, .event-full--links a:focus {
  text-decoration: underline;
}
.event-full--links .addtocal-container .addtocal {
  padding-right: 30px;
  background-position: right center;
  background-size: 13px;
  background-repeat: no-repeat;
  text-decoration: none;
  color: #fff;
  background-image: url(../images/icons/arrow-right-white.svg);
  background-color: transparent;
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.event-full--links .addtocal-container .addtocal:hover, .event-full--links .addtocal-container .addtocal:active, .event-full--links .addtocal-container .addtocal:focus {
  text-decoration: underline;
}
.event-full--links .field--name-field-event-date {
  display: block;
  margin-left: 4px;
}

.page-node-type-landing-page .field--name-field-featured-content:last-child {
  margin-bottom: 2.77em;
}
.page-node-type-landing-page .field--name-field-featured-content .p__inner {
  border-bottom: 1px solid rgba(192, 192, 192, 0.5);
}

.landing-page--related-content-block {
  background-color: #0771af;
  border-top-right-radius: 10vw;
  color: #fff;
}
.landing-page--related-content-block h2 {
  font-size: 36px;
  margin-bottom: 1em;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .landing-page--related-content-block h2 {
    font-size: 32px;
  }
}
@supports (font-size: clamp(32px, 5vw, 36px)) {
  .landing-page--related-content-block h2 {
    font-size: clamp(32px, 5vw, 36px);
  }
}
.landing-page--related-content-block h3 a {
  color: #fff;
}
.landing-page--related-content-block h3 a:hover, .landing-page--related-content-block h3 a:active, .landing-page--related-content-block h3 a:focus {
  text-decoration: none;
}
.landing-page--related-content-block .field__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.landing-page--related-content-block .field__items > .field__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}
.landing-page--related-content-block .field__items > .field__item {
  display: block;
  width: 23%;
}
@media screen and (max-width: 1200px) {
  .landing-page--related-content-block .field__items > .field__item {
    width: 48%;
  }
}
@media screen and (max-width: 800px) {
  .landing-page--related-content-block .field__items > .field__item {
    width: 100%;
  }
}
.landing-page--related-content-block .field__items > .field__item {
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .landing-page--related-content-block .field__items > .field__item {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 800px) {
  .landing-page--related-content-block .field__items > .field__item:last-child {
    margin-bottom: 0;
  }
}
.landing-page--related-content-block .node--view-mode-teaser .read-more {
  display: none;
}

.node--view-mode-listing-teaser,
.node--view-mode-search-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.node--view-mode-listing-teaser .node__content,
.node--view-mode-search-result .node__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.listing-teaser--content {
  width: calc(100% - 40px);
}
.listing-teaser--content h3 {
  font-size: 24px;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  .listing-teaser--content h3 {
    font-size: 22px;
  }
}
@supports (font-size: clamp(22px, 3vw, 24px)) {
  .listing-teaser--content h3 {
    font-size: clamp(22px, 3vw, 24px);
  }
}
.listing-teaser--content h3 a {
  color: #000;
  text-decoration: underline;
}
.listing-teaser--content h3 a:hover, .listing-teaser--content h3 a:active, .listing-teaser--content h3 a:focus {
  color: #127CBA;
  text-decoration: none;
}
.listing-teaser--content .field--name-published-at {
  display: block;
  margin-top: 1em;
  color: #676C74;
}

.listing-teaser--date {
  font-size: 24px;
  margin-right: 0.77em;
  width: 40px;
}
@media screen and (max-width: 800px) {
  .listing-teaser--date {
    font-size: 22px;
  }
}
@supports (font-size: clamp(22px, 3vw, 24px)) {
  .listing-teaser--date {
    font-size: clamp(22px, 3vw, 24px);
  }
}
.listing-teaser--date time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  line-height: 1.2;
}
.listing-teaser--date time:nth-child(2) {
  display: none;
}

.listing-teaser--type a {
  color: #127CBA;
  text-decoration: none;
  text-transform: capitalize;
}
.listing-teaser--type a.file-pdf {
  padding-left: 30px;
  background-image: url(../images/icons/icon-pdf.svg);
  background-position: left top;
  background-size: 20px;
  background-repeat: no-repeat;
}
.listing-teaser--type a:hover, .listing-teaser--type a:active, .listing-teaser--type a:focus {
  text-decoration: underline;
  color: #000;
}

.listing-teaser--node-type {
  margin-bottom: 0.5em;
  text-transform: uppercase;
  color: #676C74;
}

.listing-teaser--description {
  font-size: 0.88em;
}
.listing-teaser--description p {
  overflow: hidden;
  text-overflow: ellipsis;
}

.node--type-person.node--view-mode-teaser {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.person-teaser--picture {
  overflow: hidden;
  border-bottom-right-radius: 4em;
  display: block;
  margin-bottom: 1.25em;
  padding-top: 100%;
  width: 100%;
  height: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.person-teaser--link {
  text-decoration: none;
  color: #fff;
}
.person-teaser--link h3 {
  text-decoration: underline;
  color: #fff;
}
.person-teaser--link h3:hover, .person-teaser--link h3:focus, .person-teaser--link h3:active {
  text-decoration: none;
}

.person-teaser--title {
  margin-bottom: 0.5em;
  font-size: 1.5em;
}

.person-teaser--position {
  color: #fff;
}

.person-token--title {
  margin-bottom: 0;
  font-size: 1em;
}
.person-token--title a:hover, .person-token--title a:active, .person-token--title a:focus {
  color: #fff;
  text-decoration: underline;
}

.person-token--contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.person-token--contact a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: auto;
  text-decoration: none;
}
.person-token--contact a:hover, .person-token--contact a:active, .person-token--contact a:focus {
  color: #fff;
  text-decoration: underline;
}
.person-token--contact a svg {
  position: relative !important;
  right: auto !important;
  top: auto !important;
  margin-right: 0.5em;
  width: 14px !important;
  height: 14px;
}
.person-token--contact a svg path {
  fill: #fff;
}

.page-node-type-person .l-header {
  background-color: #fff;
}
@media screen and (min-width: 801px) {
  .page-node-type-person .l-header a {
    color: #676C74;
  }
  .page-node-type-person .l-header a {
    color: #676C74;
  }
  .page-node-type-person .l-header a:hover, .page-node-type-person .l-header a:active, .page-node-type-person .l-header a:focus {
    color: #0771AF;
  }
  .page-node-type-person .menu--account a {
    color: #0771AF;
  }
  .page-node-type-person .block--branding {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  .page-node-type-person .gtranslate select {
    color: #676C74 !important;
    text-shadow: none;
  }
  .page-node-type-person .gtranslate::after {
    border-color: #0771AF transparent transparent transparent;
  }
}
@media screen and (max-width: 925px) and (min-width: 801px) {
  .page-node-type-person .l-header a {
    text-shadow: none;
  }
}

.node--person--full h1 {
  margin-bottom: 0.3em;
  color: #fff;
}
.node--person--full .field--name-field-thought-leadership {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 -1%;
  margin-bottom: 4.44em;
}
.node--person--full .field--name-field-thought-leadership > .field__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}
.node--person--full .field--name-field-thought-leadership > .field__item {
  display: block;
  width: 31.3%;
}
@media screen and (max-width: 800px) {
  .node--person--full .field--name-field-thought-leadership > .field__item {
    width: 100%;
  }
}
.node--person--full .field--name-field-thought-leadership > .field__item {
  margin-right: 1%;
  margin-bottom: 2.5em;
  margin-left: 1%;
}
@media screen and (max-width: 900px) {
  .node--person--full .field--name-field-thought-leadership > .field__item {
    width: 48%;
  }
}
@media screen and (max-width: 650px) {
  .node--person--full .field--name-field-thought-leadership > .field__item {
    margin-right: 0;
    margin-bottom: 1em;
    margin-left: 0;
    width: 100%;
  }
}

.person-full--picture {
  overflow: hidden;
  border-bottom-right-radius: 4em;
  padding-top: 40%;
  height: 0;
  width: 40%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.person-full--info {
  padding-left: 5%;
  width: 60%;
  color: #fff;
}
.person-full--info p {
  margin-bottom: 1em;
  color: #fff;
}
.person-full--info p:last-child {
  margin-bottom: 0;
}
.person-full--info .field--name-field-biography {
  margin-bottom: 2em;
}
.person-full--info label {
  display: block;
  margin-bottom: 0.5em;
  font-size: 1.25em;
}
.person-full--info .field--name-field-quick-links a {
  padding-right: 30px;
  background-position: right center;
  background-size: 13px;
  background-repeat: no-repeat;
  text-decoration: none;
  color: #fff;
  background-image: url(../images/icons/arrow-right-white.svg);
  font-size: 1.25em;
}
.person-full--info .field--name-field-quick-links a:hover, .person-full--info .field--name-field-quick-links a:active, .person-full--info .field--name-field-quick-links a:focus {
  text-decoration: underline;
}

@media screen and (max-width: 800px) {
  .person-full--picture {
    padding-top: 50%;
    width: 50%;
  }
  .person-full--info {
    margin-top: 2em;
    padding-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .person-full--picture {
    padding-top: 100%;
    width: 100%;
  }
}
.person-full--job {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0.7em;
  font-size: 1.5em;
}
.person-full--job a,
.person-full--job .field--name-field-department {
  color: #fff;
  text-decoration: none;
}
.person-full--job .field--name-field-position {
  margin-right: 0.5em;
}
.person-full--job .field--name-field-position + .field--name-field-department {
  position: relative;
  padding-left: 0.5em;
}
.person-full--job .field--name-field-position + .field--name-field-department::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 0;
  width: 2px;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  .person-full--job {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .person-full--job .field {
    width: 100%;
  }
  .person-full--job .field--name-field-position + .field--name-field-department {
    padding-left: 0;
    margin-left: 0;
  }
  .person-full--job .field--name-field-position + .field--name-field-department::before {
    content: none;
  }
}

.paragraph--project-info {
  background-color: #0771AF;
  border-bottom-left-radius: 7vw;
  padding: 4em 0 !important;
}
.paragraph--project-info .p__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 1.2em;
}
.paragraph--project-info .p__inner a {
  color: #fff;
  text-decoration: none;
}
.paragraph--project-info .p__inner a:hover, .paragraph--project-info .p__inner a:active, .paragraph--project-info .p__inner a:focus {
  text-decoration: underline;
}
.paragraph--project-info .project--info__item {
  width: 25%;
  padding: 0 1em;
}
.paragraph--project-info .project--info__item label {
  width: 100%;
  font-weight: 400;
}
.paragraph--project-info .project--info__item,
.paragraph--project-info .project--dates__start,
.paragraph--project-info .project--dates__completed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 100;
}
.paragraph--project-info .project--dates__start + .project--dates__completed {
  margin-top: 1em;
}
@media screen and (max-width: 850px) {
  .paragraph--project-info .p__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .paragraph--project-info .project--info__item {
    margin-bottom: 1em;
    width: 50%;
  }
}
@media screen and (max-width: 550px) {
  .paragraph--project-info .project--info__item {
    padding: 0;
    width: 100%;
  }
}

.field--name-field-listing-page-view .node--view-mode-search-result .listing-teaser--type {
  text-transform: capitalize;
}
.field--name-field-listing-page-view .node--view-mode-search-result .search-result--date {
  display: block;
  margin-top: 1rem;
}

.page-node-type-secondary-landing-page .node__content .paragraph--sub-menu:last-child {
  margin-bottom: 2.77em;
}
.page-node-type-secondary-landing-page .paragraph--sub-menu {
  margin-top: 4.44em;
}
.page-node-type-secondary-landing-page .paragraph--sub-menu .p__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-node-type-secondary-landing-page .paragraph--sub-menu .field__item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.page-node-type-secondary-landing-page .paragraph--sub-menu .field__item:not(:first-child) {
  display: none;
}
.page-node-type-secondary-landing-page .sub-menu--tabs {
  width: 40%;
}
.page-node-type-secondary-landing-page .sub-menu--tabs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-node-type-secondary-landing-page .sub-menu--tabs li + li {
  margin-top: -1px;
}
.page-node-type-secondary-landing-page .sub-menu--tabs .active .sub-menu--tab-trigger {
  background-color: #3B4982;
  color: #fff;
  border: 1px solid #3B4982;
}
.page-node-type-secondary-landing-page .sub-menu--tabs .active .sub-menu--tab-trigger:active, .page-node-type-secondary-landing-page .sub-menu--tabs .active .sub-menu--tab-trigger:focus {
  text-decoration: none;
}
.page-node-type-secondary-landing-page .sub-menu--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2em;
  margin-left: -1px;
  width: 60%;
  background-color: #3B4982;
  border-bottom-right-radius: 7vw;
  overflow: hidden;
}
.page-node-type-secondary-landing-page .sub-menu--content .node--view-mode-teaser {
  margin: 0 auto;
  max-width: 500px;
  color: #fff;
}
.page-node-type-secondary-landing-page .sub-menu--content .node--view-mode-teaser .node__content {
  width: 100%;
}
.page-node-type-secondary-landing-page .sub-menu--content .event-teaser--description p,
.page-node-type-secondary-landing-page .sub-menu--content .event-teaser--content h3,
.page-node-type-secondary-landing-page .sub-menu--content .node--teaser__title {
  color: #fff;
}
.page-node-type-secondary-landing-page .sub-menu--content .event-teaser--description p a,
.page-node-type-secondary-landing-page .sub-menu--content .event-teaser--content h3 a,
.page-node-type-secondary-landing-page .sub-menu--content .node--teaser__title a {
  color: #fff;
  text-decoration: none;
}
.page-node-type-secondary-landing-page .sub-menu--content .event-teaser--description p a:hover, .page-node-type-secondary-landing-page .sub-menu--content .event-teaser--description p a:active, .page-node-type-secondary-landing-page .sub-menu--content .event-teaser--description p a:focus,
.page-node-type-secondary-landing-page .sub-menu--content .event-teaser--content h3 a:hover,
.page-node-type-secondary-landing-page .sub-menu--content .event-teaser--content h3 a:active,
.page-node-type-secondary-landing-page .sub-menu--content .event-teaser--content h3 a:focus,
.page-node-type-secondary-landing-page .sub-menu--content .node--teaser__title a:hover,
.page-node-type-secondary-landing-page .sub-menu--content .node--teaser__title a:active,
.page-node-type-secondary-landing-page .sub-menu--content .node--teaser__title a:focus {
  text-decoration: underline;
}
.page-node-type-secondary-landing-page .sub-menu--content .node--teaser__description {
  display: block;
  font-size: 1.1em;
}
.page-node-type-secondary-landing-page .sub-menu--content .node--teaser__bottom {
  display: none;
}
.page-node-type-secondary-landing-page .sub-menu--content .read-more {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: GillSans, "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  font-size: 1.025em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 1em 1.25em;
  padding-right: 5em;
  border-radius: 30px;
  border-top-left-radius: 0;
  overflow: hidden;
  -webkit-transition: background-color 0.075s linear;
  transition: background-color 0.075s linear;
  background-color: #fff;
  color: #000;
  margin-top: 2em;
}
.page-node-type-secondary-landing-page .sub-menu--content .read-more:hover, .page-node-type-secondary-landing-page .sub-menu--content .read-more:active, .page-node-type-secondary-landing-page .sub-menu--content .read-more:focus {
  text-decoration: none;
}
.page-node-type-secondary-landing-page .sub-menu--content .read-more::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
}
.page-node-type-secondary-landing-page .sub-menu--content .read-more[disabled] {
  background-image: none;
  background-color: #676C74;
  color: #676C74;
  outline: none;
  cursor: default;
}
.page-node-type-secondary-landing-page .sub-menu--content .read-more[disabled]:hover, .page-node-type-secondary-landing-page .sub-menu--content .read-more[disabled]:active, .page-node-type-secondary-landing-page .sub-menu--content .read-more[disabled]:focus {
  background-color: #676C74;
  color: #676C74;
  outline: none;
}
.page-node-type-secondary-landing-page .sub-menu--content .read-more::after {
  background-image: url(../images/icons/arrow-right.svg);
}
.page-node-type-secondary-landing-page .sub-menu--content .read-more:hover, .page-node-type-secondary-landing-page .sub-menu--content .read-more:active, .page-node-type-secondary-landing-page .sub-menu--content .read-more:focus {
  background-color: #000;
  color: #fff;
}
.page-node-type-secondary-landing-page .sub-menu--content .read-more:hover::after, .page-node-type-secondary-landing-page .sub-menu--content .read-more:active::after, .page-node-type-secondary-landing-page .sub-menu--content .read-more:focus::after {
  background-image: url(../images/icons/arrow-right-white.svg);
}
.page-node-type-secondary-landing-page .field__items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.page-node-type-secondary-landing-page .sub-menu--tab-trigger {
  display: block;
  padding: 0.5em 1em;
  font-size: 1.3em;
  color: #000;
  text-decoration: none;
  border: 1px solid #c0c0c0;
}
.page-node-type-secondary-landing-page .sub-menu--tab-trigger:hover, .page-node-type-secondary-landing-page .sub-menu--tab-trigger:active, .page-node-type-secondary-landing-page .sub-menu--tab-trigger:focus {
  text-decoration: underline;
}
@media screen and (max-width: 800px) {
  .page-node-type-secondary-landing-page .paragraph--sub-menu .p__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-node-type-secondary-landing-page .sub-menu--tabs {
    width: 100%;
  }
  .page-node-type-secondary-landing-page .sub-menu--tabs ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-node-type-secondary-landing-page .sub-menu--content {
    margin-left: 0;
    width: 100%;
  }
  .page-node-type-secondary-landing-page .sub-menu--tab-trigger {
    padding: 0.5em 1em;
  }
  .page-node-type-secondary-landing-page .sub-menu--tabs .active .sub-menu--tab-trigger {
    border-bottom: 1px solid #c0c0c0;
  }
}

.node--view-mode-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.node--view-mode-teaser .node__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.node--view-mode-teaser .read-more {
  display: inline;
}

.node--teaser__featured-image img {
  border-radius: 0 0 50px 0;
}
.node--teaser__featured-image + * {
  margin-top: 15px;
}

.node--teaser__content {
  margin-bottom: 2rem;
}

.node--teaser__title {
  font-size: 24px;
  margin-bottom: 0.6em;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  .node--teaser__title {
    font-size: 22px;
  }
}
@supports (font-size: clamp(22px, 5vw, 24px)) {
  .node--teaser__title {
    font-size: clamp(22px, 5vw, 24px);
  }
}

.node--teaser__description {
  display: inline;
}
.node--teaser__description p {
  display: inline;
}

.node--teaser__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1em;
  margin-top: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 0.875em;
  line-height: 1;
}
.node--teaser__bottom a {
  color: #000;
}
.node--teaser__bottom a:hover, .node--teaser__bottom a:active, .node--teaser__bottom a:focus {
  text-decoration: none;
}
.node--teaser__bottom .field + .field,
.node--teaser__bottom .field + a {
  margin-left: 0.5em;
  padding-left: 0.5em;
  border-left: 1px solid #fff;
}

.node--homepage .section {
  position: relative;
}
.node--homepage .section .l-container {
  padding-top: 4.35em;
  padding-bottom: 4.35em;
}
.node--homepage .section h2 {
  font-size: 36px;
  margin-bottom: 0.5em;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  .node--homepage .section h2 {
    font-size: 30px;
  }
}
@supports (font-size: clamp(30px, 5vw, 36px)) {
  .node--homepage .section h2 {
    font-size: clamp(30px, 5vw, 36px);
  }
}

.section__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 800px) {
  .section__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section__top h2 {
    padding-right: 2em;
  }
  .section__top a {
    display: block;
    margin-top: 0;
    margin-bottom: 2em;
  }
}

.field--name-field-hero-cta {
  margin-bottom: 4.5vw;
}
.field--name-field-hero-cta a {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: GillSans, "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  font-size: 1.025em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 1em 1.25em;
  padding-right: 5em;
  border-radius: 30px;
  border-top-left-radius: 0;
  overflow: hidden;
  -webkit-transition: background-color 0.075s linear;
  transition: background-color 0.075s linear;
  background-color: #127CBA;
  color: #fff;
}
.field--name-field-hero-cta a:hover, .field--name-field-hero-cta a:active, .field--name-field-hero-cta a:focus {
  text-decoration: none;
}
.field--name-field-hero-cta a::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
}
.field--name-field-hero-cta a[disabled] {
  background-image: none;
  background-color: #676C74;
  color: #676C74;
  outline: none;
  cursor: default;
}
.field--name-field-hero-cta a[disabled]:hover, .field--name-field-hero-cta a[disabled]:active, .field--name-field-hero-cta a[disabled]:focus {
  background-color: #676C74;
  color: #676C74;
  outline: none;
}
.field--name-field-hero-cta a::after {
  background-image: url(../images/icons/arrow-right-white.svg);
}
.field--name-field-hero-cta a:hover, .field--name-field-hero-cta a:active, .field--name-field-hero-cta a:focus {
  background-color: #8DC749;
}

.section--latest-updates {
  background-color: #127cba;
  border-bottom-right-radius: 10vw;
  color: #fff;
}
.section--latest-updates.section h2 {
  font-size: 24px;
  margin-bottom: 1.5em;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .section--latest-updates.section h2 {
    font-size: 20px;
  }
}
@supports (font-size: clamp(20px, 3vw, 24px)) {
  .section--latest-updates.section h2 {
    font-size: clamp(20px, 3vw, 24px);
  }
}
.section--latest-updates .l-container {
  padding-top: 4.15em;
  padding-left: 114px;
}
.section--latest-updates .field__label {
  display: none;
}
.section--latest-updates h3 {
  font-size: 1.25em;
  line-height: 1.5;
  color: #676C74;
  display: inline;
}
.section--latest-updates h3 a {
  color: #fff;
  text-decoration: none;
  pointer-events: none;
}
.section--latest-updates .node--teaser__content {
  display: inline;
  margin-top: 2rem;
  margin-bottom: 0;
}
.section--latest-updates .node--teaser__description {
  display: none;
}
.section--latest-updates .text-formatted.clearfix {
  display: inline;
}
.section--latest-updates .text-formatted.clearfix p,
.section--latest-updates .text-formatted.clearfix + .node__links {
  display: inline;
}
.section--latest-updates .text-formatted.clearfix::after {
  content: none !important;
}
.section--latest-updates .node-readmore a,
.section--latest-updates .read-more {
  color: #fff;
}
.section--latest-updates .node-readmore a:hover, .section--latest-updates .node-readmore a:active, .section--latest-updates .node-readmore a:focus,
.section--latest-updates .read-more:hover,
.section--latest-updates .read-more:active,
.section--latest-updates .read-more:focus {
  text-decoration: none;
}

.section--latest-updates__inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.section--latest-updates__inner .view-all {
  position: absolute;
  top: 0;
  right: 0;
}
.section--latest-updates__inner .view-all a {
  padding-right: 30px;
  background-position: right center;
  background-size: 13px;
  background-repeat: no-repeat;
  text-decoration: none;
  color: #fff;
  background-image: url(../images/icons/arrow-right-white.svg);
  font-size: 1.125em;
}
.section--latest-updates__inner .view-all a:hover, .section--latest-updates__inner .view-all a:active, .section--latest-updates__inner .view-all a:focus {
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  .section--latest-updates__inner .view-all {
    position: relative;
    top: auto;
    right: auto;
  }
}

.field--name-field-latest-updates-content > .field__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.field--name-field-latest-updates-content > .field__items > .field__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}
.field--name-field-latest-updates-content > .field__items > .field__item {
  display: block;
  width: 23%;
}
@media screen and (max-width: 1200px) {
  .field--name-field-latest-updates-content > .field__items > .field__item {
    width: 48%;
  }
}
@media screen and (max-width: 800px) {
  .field--name-field-latest-updates-content > .field__items > .field__item {
    width: 100%;
  }
}
.field--name-field-latest-updates-content > .field__items > .field__item {
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .field--name-field-latest-updates-content > .field__items > .field__item {
    margin-bottom: 5rem;
  }
}

.section--what-we-do {
  background-size: contain;
  background-repeat: no-repeat;
}
.section--what-we-do .l-container,
.section--what-we-do #impact-stats {
  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-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.section--what-we-do #impact-stats {
  width: 100%;
}

.field--name-field-what-we-do-impact-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 3em;
  margin-bottom: 3em;
  border-bottom: 1px solid rgba(103, 108, 116, 0.2);
  width: 50%;
}
.field--name-field-what-we-do-impact-stats .field--name-field-title {
  font-size: 14px;
  line-height: 1.5;
  color: #676C74;
  margin-bottom: 20px;
  min-height: 50px;
}
.field--name-field-what-we-do-impact-stats .field--name-field-stat-content {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 100;
}
@media screen and (max-width: 800px) {
  .field--name-field-what-we-do-impact-stats .field--name-field-stat-content {
    font-size: 16px;
  }
}
@supports (font-size: clamp(16px, 1.5vw, 18px)) {
  .field--name-field-what-we-do-impact-stats .field--name-field-stat-content {
    font-size: clamp(16px, 1.5vw, 18px);
  }
}
.field--name-field-what-we-do-impact-stats .field__item {
  max-width: 100px;
}
.field--name-field-what-we-do-impact-stats .field__item:nth-child(2) {
  max-width: 160px;
}
.field--name-field-what-we-do-impact-stats .field__item .paragraph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.field--name-field-what-we-do-title,
.field--name-field-what-we-do-description {
  width: 50%;
}
.field--name-field-what-we-do-title p,
.field--name-field-what-we-do-description p {
  font-size: 16px;
}

.field--name-field-what-we-do-quick-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 50px;
  width: 50%;
  margin-top: 2em;
}
.field--name-field-what-we-do-quick-links .field__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: calc(32.3% - 50px);
  flex-basis: calc(32.3% - 50px);
}
.field--name-field-what-we-do-quick-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-top: 5px;
  padding-bottom: 14px;
  padding-left: 50px;
  margin-bottom: 1.85em;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  text-decoration: none;
  font-size: 16px;
  line-height: 1.2;
  color: #127CBA;
  background-repeat: no-repeat;
  background-position: left calc(100% - 20px);
  -webkit-transition: border-bottom 0.075s linear;
  transition: border-bottom 0.075s linear;
}
.field--name-field-what-we-do-quick-links a:hover {
  border-bottom: 1px solid #0771af;
}
.field--name-field-what-we-do-quick-links a span {
  display: block;
  max-width: 80px;
}
.field--name-field-what-we-do-quick-links a.qlink-projects {
  background-image: url(../images/icons/qlinks-projects.svg);
  background-size: 29px;
}
.field--name-field-what-we-do-quick-links a.qlink-quality {
  background-image: url(../images/icons/qlinks-quality.svg);
  background-size: 30px;
}
.field--name-field-what-we-do-quick-links a.qlink-security {
  background-image: url(../images/icons/qlinks-security.svg);
  background-size: 24px;
}
.field--name-field-what-we-do-quick-links a.qlink-management {
  background-image: url(../images/icons/qlinks-management.svg);
  background-size: 29px;
}
.field--name-field-what-we-do-quick-links a.qlink-environmental {
  background-image: url(../images/icons/qlinks-environmental.svg);
  background-size: 29px;
}
.field--name-field-what-we-do-quick-links a.qlink-environmental span {
  max-width: 100px;
}
.field--name-field-what-we-do-quick-links a.qlink-tech {
  background-image: url(../images/icons/qlinks-tech.svg);
  background-size: 28px;
}

.browser-ie .field--name-field-what-we-do-impact-stats,
.browser-ie .field--name-field-what-we-do-title,
.browser-ie .field--name-field-what-we-do-description,
.browser-ie .field--name-field-what-we-do-quick-links {
  width: 69%;
}

.section--water-impacts {
  background-color: rgba(59, 73, 130, 0.975);
  border-bottom-left-radius: 10vw;
}
.section--water-impacts h2 {
  color: #fff;
}
.section--water-impacts .paragraph--_-column-featured-content-grid h3 {
  color: #fff;
}
.section--water-impacts .paragraph--_-column-featured-content-grid h3 a {
  color: #fff;
}
.section--water-impacts .paragraph--_-column-featured-content-grid h3 a:hover, .section--water-impacts .paragraph--_-column-featured-content-grid h3 a:active, .section--water-impacts .paragraph--_-column-featured-content-grid h3 a:focus {
  color: #fff;
  text-decoration: none;
}
.section--water-impacts .paragraph--_-column-featured-content-grid p {
  color: #fff;
}
.section--water-impacts .paragraph--_-column-featured-content-grid .field--name-field-featured-content-items .field--name-repeat-description,
.section--water-impacts .paragraph--_-column-featured-content-grid .field--name-field-featured-content-items p {
  color: #D0D9FF;
}

.path-frontpage .paragraph--_-column-featured-content-grid .p-container {
  padding-top: 4.35em;
  padding-bottom: 4.35em;
}
.path-frontpage .paragraph--_-column-featured-content-grid h2 {
  font-size: 36px;
  margin-bottom: 0.5em;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  .path-frontpage .paragraph--_-column-featured-content-grid h2 {
    font-size: 30px;
  }
}
@supports (font-size: clamp(30px, 5vw, 36px)) {
  .path-frontpage .paragraph--_-column-featured-content-grid h2 {
    font-size: clamp(30px, 5vw, 36px);
  }
}

@media screen and (max-width: 1100px) {
  .field--name-field-what-we-do-impact-stats {
    width: 70%;
  }
  .path-frontpage .field--name-field-upcoming-events-grid .p__inner {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  .field--name-field-what-we-do-title,
  .field--name-field-what-we-do-description {
    width: 70%;
  }
  .field--name-field-what-we-do-quick-links {
    width: 70%;
  }
}
@media screen and (max-width: 900px) {
  .field--name-field-what-we-do-impact-stats {
    width: 73%;
  }
}
@media screen and (max-width: 800px) {
  .pageheader--homepage {
    background-position: center top;
  }
  .pageheader--homepage h1 {
    font-size: 50px;
    margin-bottom: 1.5rem;
    font-weight: 400;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .pageheader--homepage h1 {
    font-size: 27px;
  }
}
@media screen and (max-width: 800px) {
  @supports (font-size: clamp(27px, 5vw, 50px)) {
    .pageheader--homepage h1 {
      font-size: clamp(27px, 5vw, 50px);
    }
  }
  .pageheader--homepage .block-views-exposed-filter-blocks {
    display: none;
  }
  .pageheader--homepage > .l-container {
    padding-top: 20em;
    padding-bottom: 1em;
    padding-left: 24%;
  }
  .pageheader--homepage p {
    font-weight: 400;
  }
  .pageheader--homepage .field--name-field-hero-description {
    margin-bottom: 2.5rem;
  }
  .field--name-field-customer-service-qlinks {
    display: none;
  }
  .pageheader--homepage__bottom {
    display: none;
  }
  .field--name-field-what-we-do-impact-stats,
  .field--name-field-what-we-do-title,
  .field--name-field-what-we-do-description,
  .field--name-field-what-we-do-quick-links {
    width: 100%;
  }
  .section--latest-updates .l-container {
    padding-left: 2rem;
  }
  .field--name-field-latest-updates-content > .field__items > .field__item {
    margin-bottom: 4.25rem;
  }
  .article-teaser__bottom {
    font-size: 1em;
  }
  .section--water-impacts .field--name-repeat-image {
    margin-bottom: 1em;
  }
  .section--water-impacts .field--name-field-section-title,
  .section--water-impacts .field--name-field-description {
    width: 100%;
  }
  .section--water-impacts .field--name-field-featured-content-items > .field__item {
    margin-bottom: 3em;
  }
  .section--water-impacts .field--name-field-featured-content-items > .field__item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 650px) {
  .field--name-field-what-we-do-impact-stats {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 1em;
  }
  .field--name-field-what-we-do-impact-stats .field--name-field-title {
    min-height: 0;
  }
  .field--name-field-what-we-do-impact-stats .field__item {
    max-width: 100%;
    width: 100%;
  }
  .field--name-field-what-we-do-impact-stats > .field__item {
    margin-bottom: 2em;
    width: 33.3%;
  }
  .field--name-field-what-we-do-impact-stats > .field__item:nth-child(2) {
    max-width: 100%;
    width: 66.6%;
  }
}
@media screen and (max-width: 600px) {
  .field--name-field-what-we-do-quick-links .field__item {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}
@media screen and (max-width: 480px) {
  .field--name-field-what-we-do-impact-stats > .field__item {
    width: 50%;
  }
  .field--name-field-what-we-do-impact-stats > .field__item:nth-child(2) {
    width: 50%;
  }
}
.wssc-not-found {
  margin: 4.44em auto;
}
.wssc-not-found a {
  color: #127CBA;
  text-decoration: none;
}
.wssc-not-found a.file-pdf {
  padding-left: 30px;
  background-image: url(../images/icons/icon-pdf.svg);
  background-position: left top;
  background-size: 20px;
  background-repeat: no-repeat;
}
.wssc-not-found a:hover, .wssc-not-found a:active, .wssc-not-found a:focus {
  text-decoration: underline;
  color: #000;
}
.wssc-not-found p {
  color: #676C74;
}
.wssc-not-found p:first-child {
  margin-bottom: 0;
}

.user-login-form,
.user-pass,
.user-register-form {
  max-width: 500px;
  margin: 4.44em auto;
}
.user-login-form .description,
.user-pass .description,
.user-register-form .description {
  font-size: 1em;
  color: #676C74;
}
.user-login-form .form-type-managed-file,
.user-pass .form-type-managed-file,
.user-register-form .form-type-managed-file {
  margin-top: 1em;
}

.openid-connect-login-form {
  text-align: center;
  margin: 25px 0;
}
.openid-connect-login-form a.login-form {
  display: inline-block;
  margin: 15px 0;
  color: #127CBA;
}
.openid-connect-login-form input {
  display: none;
}

.user-login-form {
  display: none;
}

.page--user {
  margin: 4.44em auto;
}

.messages--ip {
  display: none;
}

.paragraph {
  position: relative;
}
.paragraph.widescreen {
  padding-top: 6.25em;
  padding-bottom: 5.62em;
}

.field--name-field-paragraph > .paragraph {
  margin-top: 4.44em;
}
.field--name-field-paragraph > .paragraph.paragraph--links + .paragraph--links {
  margin-top: 1em;
}
.field--name-field-paragraph > .paragraph:not(.widescreen):last-child {
  margin-bottom: 2.77em;
}
.field--name-field-paragraph > .paragraph.widescreen + .widescreen:not(.round-corner), .field--name-field-paragraph > .paragraph.widescreen:first-child {
  margin-top: 0;
}
.field--name-field-paragraph > .paragraph.paragraph--cta-section {
  padding-top: 0;
}

.paragraph--_-column-cta-blocks .field--name-field-image-text-feature-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.paragraph--_-column-cta-blocks .field--name-field-image-text-feature-items > .field__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}
.paragraph--_-column-cta-blocks .field--name-field-image-text-feature-items > .field__item {
  display: block;
  width: 49%;
}
@media screen and (max-width: 800px) {
  .paragraph--_-column-cta-blocks .field--name-field-image-text-feature-items > .field__item {
    width: 100%;
  }
}

.paragraph--_-column-image-text {
  background-color: rgba(59, 73, 130, 0.975);
  border-bottom-left-radius: 10vw;
}
.paragraph--_-column-image-text > .p-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.paragraph--_-column-image-text .paragraph {
  width: 100%;
}
.paragraph--_-column-image-text .field--name-field-image-text-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.paragraph--_-column-image-text .field--name-field-image-text-feature > .field__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}
.paragraph--_-column-image-text .field--name-field-image-text-feature > .field__item {
  display: block;
  width: 49%;
}
@media screen and (max-width: 800px) {
  .paragraph--_-column-image-text .field--name-field-image-text-feature > .field__item {
    width: 100%;
  }
}
.paragraph--_-column-image-text .field--name-repeat-image {
  overflow: hidden;
  border-bottom-right-radius: 4em;
  margin-bottom: 1.5em;
}
.paragraph--_-column-image-text .image-wrapper {
  display: block;
  position: relative;
  padding-top: 65%;
  height: 0;
  width: 100%;
  overflow: hidden;
}
.paragraph--_-column-image-text .image-wrapper img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.paragraph--_-column-image-text h3, .paragraph--_-column-image-text h2 {
  font-size: 33px;
  line-height: 1.25;
  margin-bottom: 0.9em;
  margin-bottom: 0.5em;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .paragraph--_-column-image-text h3, .paragraph--_-column-image-text h2 {
    font-size: 27px;
  }
}
@supports (font-size: clamp(27px, 2.5vw, 33px)) {
  .paragraph--_-column-image-text h3, .paragraph--_-column-image-text h2 {
    font-size: clamp(27px, 2.5vw, 33px);
  }
}
.paragraph--_-column-image-text .field--name-repeat-description {
  margin-bottom: 1.7em;
  color: #fff;
}
.paragraph--_-column-image-text p {
  color: #fff;
}
.paragraph--_-column-image-text .field--name-repeat-cta a {
  padding-right: 30px;
  background-position: right center;
  background-size: 13px;
  background-repeat: no-repeat;
  text-decoration: none;
  color: #fff;
  background-image: url(../images/icons/arrow-right-white.svg);
}
.paragraph--_-column-image-text .field--name-repeat-cta a:hover, .paragraph--_-column-image-text .field--name-repeat-cta a:active, .paragraph--_-column-image-text .field--name-repeat-cta a:focus {
  text-decoration: underline;
}

.paragraph--_-column-event-grid .field--name-field-event-reference {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.paragraph--_-column-event-grid .field--name-field-event-reference > .field__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}
.paragraph--_-column-event-grid .field--name-field-event-reference > .field__item {
  display: block;
  width: 31.3%;
}
@media screen and (max-width: 800px) {
  .paragraph--_-column-event-grid .field--name-field-event-reference > .field__item {
    width: 100%;
  }
}
.paragraph--_-column-event-grid .field--name-field-event-reference > .field__item {
  width: 32.5%;
}
.paragraph--_-column-event-grid .field--name-field-event-reference > .field__item:nth-child(2):last-child {
  margin-right: auto;
  margin-left: 1.2%;
}
@media screen and (max-width: 800px) {
  .paragraph--_-column-event-grid .field--name-field-event-reference > .field__item {
    width: 100%;
  }
  .paragraph--_-column-event-grid .field--name-field-event-reference > .field__item:nth-child(2):last-child {
    margin-left: 0;
  }
}

.paragraph--_-column-featured-content-grid h3 {
  font-size: 24px;
  color: #000;
  margin-bottom: 0.5em;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  .paragraph--_-column-featured-content-grid h3 {
    font-size: 20px;
  }
}
@supports (font-size: clamp(20px, 3vw, 24px)) {
  .paragraph--_-column-featured-content-grid h3 {
    font-size: clamp(20px, 3vw, 24px);
  }
}
.paragraph--_-column-featured-content-grid h3 a {
  color: #000;
  text-decoration: underline;
}
.paragraph--_-column-featured-content-grid h3 a:hover, .paragraph--_-column-featured-content-grid h3 a:active, .paragraph--_-column-featured-content-grid h3 a:focus {
  color: #127CBA;
  text-decoration: none;
}
.paragraph--_-column-featured-content-grid .field--name-field-section-title {
  width: 60%;
}
.paragraph--_-column-featured-content-grid .field--name-field-description {
  width: 60%;
}
@media screen and (max-width: 800px) {
  .paragraph--_-column-featured-content-grid .field--name-field-section-title,
  .paragraph--_-column-featured-content-grid .field--name-field-description {
    width: 100%;
  }
}
.paragraph--_-column-featured-content-grid .field--name-field-featured-content-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 3.125em;
}
.paragraph--_-column-featured-content-grid .field--name-field-featured-content-items > .field__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}
.paragraph--_-column-featured-content-grid .field--name-field-featured-content-items > .field__item {
  display: block;
  width: 23%;
}
@media screen and (max-width: 1200px) {
  .paragraph--_-column-featured-content-grid .field--name-field-featured-content-items > .field__item {
    width: 48%;
  }
}
@media screen and (max-width: 800px) {
  .paragraph--_-column-featured-content-grid .field--name-field-featured-content-items > .field__item {
    width: 100%;
  }
}
.paragraph--_-column-featured-content-grid .field--name-field-featured-content-items > .field__item {
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .paragraph--_-column-featured-content-grid .field--name-field-featured-content-items > .field__item {
    margin-bottom: 3em;
  }
}
.paragraph--_-column-featured-content-grid .field--name-field-featured-content-items .paragraph {
  width: 100%;
}
.paragraph--_-column-featured-content-grid .field--name-repeat-description {
  font-size: 0.88em;
}

.image-text-feature--image {
  overflow: hidden;
  border-bottom-right-radius: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2em;
  padding-top: 90%;
  height: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.image-text-feature--image img {
  width: 100%;
}
.image-text-feature--image .image-wrapper {
  display: contents;
}

.paragraph--_-column-impact-data-grid {
  background-color: #3b4982;
  border-bottom-right-radius: 10vw;
  padding-top: 4.25em;
  color: #fff;
}
.paragraph--_-column-impact-data-grid h2 {
  margin-top: -1em;
  margin-bottom: 3em;
  font-size: 24px;
  color: #fff;
  font-weight: 400;
}
.paragraph--_-column-impact-data-grid .field--name-field-impact-data-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.paragraph--_-column-impact-data-grid .field--name-field-impact-data-items > .field__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}
.paragraph--_-column-impact-data-grid .field--name-field-impact-data-items > .field__item {
  display: block;
  width: 23%;
}
@media screen and (max-width: 1200px) {
  .paragraph--_-column-impact-data-grid .field--name-field-impact-data-items > .field__item {
    width: 48%;
  }
}
@media screen and (max-width: 800px) {
  .paragraph--_-column-impact-data-grid .field--name-field-impact-data-items > .field__item {
    width: 100%;
  }
}
.paragraph--_-column-impact-data-grid .field--name-field-impact-data-items > .field__item {
  margin-right: 1%;
  margin-left: 1%;
}
@media screen and (max-width: 1200px) {
  .paragraph--_-column-impact-data-grid .field--name-field-impact-data-items > .field__item {
    width: 23%;
  }
}
@media screen and (max-width: 1000px) {
  .paragraph--_-column-impact-data-grid .field--name-field-impact-data-items > .field__item {
    margin-bottom: 5rem;
    width: 48%;
  }
}
@media screen and (max-width: 700px) {
  .paragraph--_-column-impact-data-grid .field--name-field-impact-data-items {
    -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;
  }
  .paragraph--_-column-impact-data-grid .field--name-field-impact-data-items > .field__item {
    width: auto;
    text-align: center;
  }
  .paragraph--_-column-impact-data-grid .field--name-field-impact-data-items > .field__item:last-child {
    margin-bottom: 0;
  }
  .paragraph--_-column-impact-data-grid .field--name-field-impact-data-items .impact-data-block--number {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.c4-column-impact-data-grid--title {
  color: #fff;
}

.paragraph--_-column-upcoming-events-grid .p__inner {
  position: relative;
}
.paragraph--_-column-upcoming-events-grid .view-all {
  position: absolute;
  top: 0;
  right: 0;
}
.paragraph--_-column-upcoming-events-grid .view-all a {
  padding-right: 30px;
  background-position: right center;
  background-size: 13px;
  background-repeat: no-repeat;
  text-decoration: none;
  color: #127CBA;
  background-image: url(../images/icons/arrow-right-blue.svg);
}
.paragraph--_-column-upcoming-events-grid .view-all a:hover, .paragraph--_-column-upcoming-events-grid .view-all a:active, .paragraph--_-column-upcoming-events-grid .view-all a:focus {
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  .paragraph--_-column-upcoming-events-grid .view-all {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 5rem;
  }
}
.paragraph--_-column-upcoming-events-grid .field--name-field-event-reference {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.paragraph--_-column-upcoming-events-grid .field--name-field-event-reference > .field__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}
.paragraph--_-column-upcoming-events-grid .field--name-field-event-reference > .field__item {
  display: block;
  width: 23%;
}
@media screen and (max-width: 1200px) {
  .paragraph--_-column-upcoming-events-grid .field--name-field-event-reference > .field__item {
    width: 48%;
  }
}
@media screen and (max-width: 800px) {
  .paragraph--_-column-upcoming-events-grid .field--name-field-event-reference > .field__item {
    width: 100%;
  }
}
.paragraph--_-column-upcoming-events-grid .field--name-field-event-reference > .field__item {
  margin-right: 1%;
  margin-bottom: 3em;
  margin-left: 1%;
}

.node--homepage .paragraph--_-column-upcoming-events-grid {
  margin-top: 6.25em;
}
.node--homepage .field--name-field-upcoming-events-grid h2 {
  font-size: 36px;
  margin-bottom: 1.3em;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  .node--homepage .field--name-field-upcoming-events-grid h2 {
    font-size: 30px;
  }
}
@supports (font-size: clamp(30px, 5vw, 36px)) {
  .node--homepage .field--name-field-upcoming-events-grid h2 {
    font-size: clamp(30px, 5vw, 36px);
  }
}

.accordion-basic {
  --accordion-border: #3B4982;
  --accordion-toggle-bg: #fff;
  --accordion-toggle-color: #000;
  margin: 0 auto;
  margin-bottom: clamp(3rem, 3.75vw, 6rem);
  max-width: 150rem;
}
.accordion-basic .p-container {
  max-width: 1200px;
}

.accordion-basic-item.accordion-basic-item--open {
  --accordion-toggle-bg: #3B4982;
  --accordion-toggle-color: #fff;
}
.accordion-basic-item.accordion-basic-item--open .accordion-basic-item__icon {
  -webkit-transform: scale3d(0.8, 0.8, 0.8) rotate(180deg);
  transform: scale3d(0.8, 0.8, 0.8) rotate(180deg);
  top: 2px;
}
.accordion-basic-item.accordion-basic-item--open .accordion-basic-item__toggle {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion-basic-item + .accordion-basic-item {
  margin-top: 15px;
}

.accordion-basic-item__heading {
  margin: 0;
}

.accordion-basic-item__title {
  color: var(--accordion-toggle-color);
  font-size: 20px;
  text-align: left;
  width: calc(100% - 35px);
}

.accordion-basic-item__icon {
  position: relative;
  display: block;
  height: 25px;
  width: 25px;
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}
.accordion-basic-item__icon .icon-bar {
  position: absolute;
  display: block;
  display: block;
  content: "";
  border: 12px solid transparent;
  top: 10px;
  border-top-color: var(--accordion-toggle-color);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}
.accordion-basic-item__icon .icon-bar:last-child {
  top: 6px;
  border-top-color: var(--accordion-toggle-bg);
}

.accordion-basic-item__panel {
  display: none;
  padding: 24px;
  border-left: 1px solid var(--accordion-border);
  border-right: 1px solid var(--accordion-border);
  border-bottom: 1px solid var(--accordion-border);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.accordion-basic-item__panel p:first-child {
  margin-top: 0;
}
.accordion-basic-item__panel .paragraph--text-block .p-container,
.accordion-basic-item__panel .paragraph--text-block .p-container .field--name-field-wysiwyg p {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  padding: 0;
}

.accordion-basic-item .accordion-basic-item__toggle {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: GillSans, "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  font-size: 1.025em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background-color: var(--accordion-toggle-bg);
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 10px 20px;
  border: 1px solid var(--accordion-border);
  -webkit-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
}
.accordion-basic-item .accordion-basic-item__toggle:hover, .accordion-basic-item .accordion-basic-item__toggle:active, .accordion-basic-item .accordion-basic-item__toggle:focus {
  text-decoration: none;
}
.accordion-basic-item .accordion-basic-item__toggle::after {
  display: none;
}
.accordion-basic-item .accordion-basic-item__toggle:hover, .accordion-basic-item .accordion-basic-item__toggle:active, .accordion-basic-item .accordion-basic-item__toggle:focus {
  --accordion-toggle-bg: #127CBA;
  --accordion-toggle-color: #fff;
}

.paragraph--accordion {
  position: relative;
  padding: 0;
  margin: 0 auto;
  max-width: 910px;
  width: 100%;
}
@media (max-width: 800px) {
  .paragraph--accordion {
    padding: 0 1rem;
  }
}
.paragraph--accordion .accordion__heading,
.paragraph--accordion .field--name-field-title {
  padding-left: 2rem;
  border-left: 4px solid red;
}
.paragraph--accordion .accordion__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 2rem auto;
  width: 100%;
  border: 2px solid #c0c0c0;
}
.paragraph--accordion .accordion__wrapper .accordion__nav {
  position: relative;
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 35% !important;
  flex: 0 0 35% !important;
  max-width: 35% !important;
  background-color: #c0c0c0;
}
@media (max-width: 800px) {
  .paragraph--accordion .accordion__wrapper .accordion__nav {
    display: block;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
.paragraph--accordion .accordion__wrapper .accordion__nav .accordion__items {
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
  list-style: none;
}
.paragraph--accordion .accordion__wrapper .accordion__nav .accordion__items li {
  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;
  padding: 1rem;
}
.paragraph--accordion .accordion__wrapper .accordion__nav .accordion__items li:hover {
  cursor: pointer;
}
.paragraph--accordion .accordion__wrapper .accordion__nav .accordion__items li:hover .accordion__trigger-title {
  text-decoration: underline;
}
.paragraph--accordion .accordion__wrapper .accordion__nav .accordion__items li.active {
  margin-left: 0;
  background-color: #3B4982;
}
.paragraph--accordion .accordion__wrapper .accordion__nav .accordion__items li.active:hover {
  color: white;
}
.paragraph--accordion .accordion__wrapper .accordion__nav .accordion__items li.active .accordion__trigger-title {
  color: white;
}
.paragraph--accordion .accordion__wrapper .accordion__nav .accordion__items li > div.accordion__trigger-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  height: 60px;
  padding-right: 15px;
  max-width: 75px;
}
.paragraph--accordion .accordion__wrapper .accordion__nav .accordion__items li > div.accordion__trigger-title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 75px);
  flex: 0 0 calc(100% - 75px);
  max-width: calc(100% - 75px);
  color: #3B4982;
  font-size: 2rem;
}
.paragraph--accordion .accordion__wrapper .accordion__content {
  position: relative;
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 65% !important;
  flex: 0 0 65% !important;
  max-width: 65% !important;
  padding: 3rem 4rem;
  background-color: #fff;
}
@media (max-width: 800px) {
  .paragraph--accordion .accordion__wrapper .accordion__content {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 4rem 2rem 3rem 2em;
  }
}
.paragraph--accordion .accordion__wrapper .accordion__content .field--name-field-items .field__items > .field__item {
  display: none;
  color: #000;
  font-size: 1.5rem;
}
.paragraph--accordion .accordion__wrapper .accordion__content .field--name-field-items .field__items > .field__item.active {
  display: block;
}
.paragraph--accordion .accordion__wrapper .accordion__content .field--name-field-items .field__items > .field__item .field--name-field-description img {
  height: auto;
  max-width: 300px;
  width: 100%;
}
@media (max-width: 400px) {
  .paragraph--accordion .accordion__wrapper .accordion__content .field--name-field-items .field__items > .field__item .field--name-field-description img {
    margin: 5px auto !important;
  }
}
.paragraph--accordion .accordion__wrapper .accordion__content .field--name-field-items .field__items > .field__item .field--name-field-description img.align-left {
  margin: 5px 10px 5px 0;
}
.paragraph--accordion .accordion__wrapper .accordion__content .field--name-field-items .field__items > .field__item .field--name-field-description img.align-center {
  margin: 5px 10px;
}
.paragraph--accordion .accordion__wrapper .accordion__content .field--name-field-items .field__items > .field__item .field--name-field-description img.align-right {
  margin: 5px 0 5px 10px;
}
.paragraph--accordion .accordion__wrapper .accordion__content .field--name-field-items .field__items > .field__item p a {
  text-decoration: underline;
}
.paragraph--accordion .accordion__wrapper .accordion__content .field--name-field-items .field__items > .field__item p a:hover, .paragraph--accordion .accordion__wrapper .accordion__content .field--name-field-items .field__items > .field__item p a:focus, .paragraph--accordion .accordion__wrapper .accordion__content .field--name-field-items .field__items > .field__item p a:active, .paragraph--accordion .accordion__wrapper .accordion__content .field--name-field-items .field__items > .field__item p a:visited {
  text-decoration: none;
}

.paragraph--agenda-item:not(.top_level) + .top_level td {
  padding-top: 1em;
}
.paragraph--agenda-item.indent_two .agenda-item--content {
  padding-left: 20px;
}
.paragraph--agenda-item.indent_three .agenda-item--content {
  padding-left: 42px;
}
.paragraph--agenda-item.indent_four .agenda-item--content {
  padding-left: 64px;
}
.paragraph--agenda-item td {
  vertical-align: baseline;
}
.paragraph--agenda-item td.time {
  width: 170px;
  padding-right: 1em;
  padding-left: 1em;
  color: #676C74;
}
@media screen and (max-width: 800px) {
  .paragraph--agenda-item td.time {
    padding-left: 0;
  }
}
.paragraph--agenda-item td.section-title {
  padding-right: 1em;
  padding-left: 1em;
  width: 76%;
}
.paragraph--agenda-item td.action {
  padding-left: 1em;
  color: #676C74;
}
.paragraph--agenda-item td.action .mobile {
  display: none;
  padding-right: 20px;
  margin-right: 4px;
  background-image: url(../images/icons/arrow-right-gray.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: right 7px;
}
@media screen and (max-width: 600px) {
  .paragraph--agenda-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .paragraph--agenda-item td.time {
    padding-left: 1em;
    width: 100%;
  }
  .paragraph--agenda-item td.section-title {
    width: 100%;
  }
  .paragraph--agenda-item td.action {
    padding-left: 2.4em;
  }
  .paragraph--agenda-item td.action .mobile {
    display: inline-block;
  }
  .paragraph--agenda-item td.action span {
    display: inline-block;
    margin: 5px 0;
  }
  .paragraph--agenda-item.indent_two td.action {
    padding-left: 3.7em;
  }
  .paragraph--agenda-item.indent_three td.action {
    padding-left: 5em;
  }
}

.field__item:last-child .paragraph--agenda-item td.section-title {
  padding-bottom: 1em;
}

.agenda-item--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  color: #676C74;
  font-size: 1em;
  line-height: 1.62;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.agenda-item--content .order {
  display: inline-block;
}
.agenda-item--content p,
.agenda-item--content strong {
  font-size: 1em !important;
  line-height: 1.62 !important;
  color: #676C74 !important;
  font-family: GillSans, "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif !important;
}
.agenda-item--content p {
  margin-bottom: 0;
  display: inline-block;
}
.agenda-item--content.bold {
  color: #000 !important;
  font-weight: 700 !important;
}
.agenda-item--content.bold p,
.agenda-item--content.bold strong {
  color: #000 !important;
  font-weight: 700 !important;
}
.agenda-item--content a {
  color: #0771AF !important;
  text-decoration: underline;
  font-size: 1em !important;
}
.agenda-item--content a:hover, .agenda-item--content a:active, .agenda-item--content a:focus {
  text-decoration: underline !important;
  color: #000 !important;
}
.agenda-item--content a:hover strong, .agenda-item--content a:active strong, .agenda-item--content a:focus strong {
  text-decoration: underline !important;
  color: #000 !important;
}
.agenda-item--content a strong {
  color: #0771AF !important;
  text-decoration: none !important;
}
.agenda-item--content.bold {
  color: #000 !important;
  font-weight: 700 !important;
}
.agenda-item--content.bold p,
.agenda-item--content.bold strong {
  color: #000 !important;
  font-weight: 700 !important;
}
.agenda-item--content.bold p a {
  color: #0771AF !important;
  text-decoration: underline;
  font-size: 1em !important;
}
.agenda-item--content.bold p a:hover, .agenda-item--content.bold p a:active, .agenda-item--content.bold p a:focus {
  text-decoration: underline !important;
  color: #000 !important;
}
.agenda-item--content.bold p a:hover strong, .agenda-item--content.bold p a:active strong, .agenda-item--content.bold p a:focus strong {
  text-decoration: underline !important;
  color: #000 !important;
}
.agenda-item--content.bold p a strong {
  color: #0771AF !important;
  text-decoration: none !important;
}
.agenda-item--content .order {
  width: 25px;
}

.paragraph--agenda-section__headings {
  width: 100%;
}
.paragraph--agenda-section__headings th {
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
}
.paragraph--agenda-section__headings th.time {
  padding-right: 1em;
  width: 150px;
}
.paragraph--agenda-section__headings th.section-title {
  padding-right: 1em;
  padding-left: 1em;
  width: 76%;
}
.paragraph--agenda-section__headings th.action {
  padding-left: 1em;
}
@media screen and (max-width: 600px) {
  .paragraph--agenda-section__headings {
    display: none;
  }
}

.paragraph--agenda-section {
  padding-top: 2em;
  margin-top: 2em !important;
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
}
@media screen and (max-width: 600px) {
  .paragraph--agenda-section tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.paragraph--agenda-section::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.15);
}
.paragraph--agenda-section th {
  text-align: left;
  padding-bottom: 1rem;
}

.field--name-field-agenda-sections .field__item:first-child .paragraph--agenda-section {
  margin-top: 1em !important;
}

.paragraph--aligned-image-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 2rem;
}
.paragraph--aligned-image-feature.l-orientation--left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.paragraph--aligned-image-feature.l-orientation--left .l-aligned-image-feature__text {
  padding-left: 4rem;
  padding-right: 0;
}
@media (max-width: 350px) {
  .paragraph--aligned-image-feature {
    padding: 2rem 1rem;
  }
}
.paragraph--aligned-image-feature .l-aligned-image-feature__text {
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(50% - 2rem);
  padding-right: 4rem;
}
.paragraph--aligned-image-feature .aligned-image-feature__heading {
  text-transform: inherit;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.2272;
  letter-spacing: -0.55px;
}
.paragraph--aligned-image-feature .l-aligned-image-feature__image {
  width: calc(50% + 2rem);
}
.paragraph--aligned-image-feature .aligned-image-feature__link {
  margin-top: 2 rem;
}
@media (max-width: 800px) {
  .paragraph--aligned-image-feature .l-aligned-image-feature__text,
  .paragraph--aligned-image-feature .l-aligned-image-feature__image {
    width: 100%;
  }
  .paragraph--aligned-image-feature .l-aligned-image-feature__image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .paragraph--aligned-image-feature .l-aligned-image-feature__text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.paragraph--alternate-top {
  padding-top: 11.375em !important;
  margin-bottom: 5em;
  border-bottom-left-radius: 10vw;
  background-color: #0771AF;
}
@media screen and (max-width: 800px) {
  .paragraph--alternate-top {
    padding-top: 9.375em !important;
  }
}
.paragraph--alternate-top a {
  color: #fff !important;
  text-decoration: underline;
}
.paragraph--alternate-top .p__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-item: flex-start;
}
.paragraph--alternate-top .block-system-breadcrumb-block {
  margin-bottom: 2em;
  width: 100%;
  color: #fff;
}
.paragraph--alternate-top .block-system-breadcrumb-block a {
  color: #fff;
}

.paragraph--cta-section {
  padding-top: 4.44em;
}

.cta-section--content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 4.44em;
}

.cta-section--image {
  overflow: hidden;
  border-bottom-right-radius: 4em;
  padding-top: 30%;
  height: 0;
  width: 40%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.cta-section--text {
  margin: 3.125em 0;
  padding-right: 10%;
  width: 55%;
}
.cta-section--text h2 {
  font-size: 24px;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  .cta-section--text h2 {
    font-size: 22px;
  }
}
@supports (font-size: clamp(22px, 5vw, 24px)) {
  .cta-section--text h2 {
    font-size: clamp(22px, 5vw, 24px);
  }
}
.cta-section--text a {
  padding-right: 30px;
  background-position: right center;
  background-size: 13px;
  background-repeat: no-repeat;
  text-decoration: none;
  color: #127CBA;
  background-image: url(../images/icons/arrow-right-blue.svg);
}
.cta-section--text a:hover, .cta-section--text a:active, .cta-section--text a:focus {
  text-decoration: underline;
}

.page-node-type-landing-page .field--name-field-featured-content .field__item:nth-child(even) .cta-section--image {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.page-node-type-landing-page .field--name-field-featured-content .field__item:nth-child(even) .cta-section--text {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  padding-right: 0;
  padding-left: 10%;
}
.page-node-type-landing-page .field--name-field-featured-content .field__item:last-child .p__inner {
  border-bottom: 0;
}

@media screen and (max-width: 800px) {
  .cta-section--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cta-section--image {
    padding-top: 60%;
    width: 100%;
    min-height: 0;
  }
  .cta-section--text {
    margin-bottom: 0;
    width: 100%;
  }
  .cta-section--text {
    padding-right: 0;
  }
  .page-node-type-landing-page .field--name-field-featured-content .field__item:nth-child(even) .cta-section--image {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .page-node-type-landing-page .field--name-field-featured-content .field__item:nth-child(even) .cta-section--text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 0;
  }
}
.paragraph--faqs-outer .field--name-field-questions {
  display: none;
}
.paragraph--faqs-outer .field--name-field-questions .field__item + .field__item {
  margin-top: -1px;
}

.faqs-questions-outer-dropdown {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border: 1px solid #868686;
  -webkit-transition: border-color 0.075s linear;
  transition: border-color 0.075s linear;
}

.faqs-topic-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}
.faqs-topic-container .go-back-btn {
  color: #127CBA;
  text-decoration: none;
  display: block;
  position: relative;
  padding-left: 20px;
  margin-right: auto;
  color: #0771AF;
}
.faqs-topic-container .go-back-btn.file-pdf {
  padding-left: 30px;
  background-image: url(../images/icons/icon-pdf.svg);
  background-position: left top;
  background-size: 20px;
  background-repeat: no-repeat;
}
.faqs-topic-container .go-back-btn:hover, .faqs-topic-container .go-back-btn:active, .faqs-topic-container .go-back-btn:focus {
  text-decoration: underline;
  color: #000;
}
@media screen and (max-width: 600px) {
  .faqs-topic-container .go-back-btn {
    margin-bottom: 2rem;
  }
}
.faqs-topic-container .go-back-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 12px;
  height: 11px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url(../images/icons/arrow-right-blue.svg);
  background-repeat: no-repeat;
  background-size: 12px;
}

.paragraph--faqs-topic a,
.faqs-expand-btn-wrapper a,
.faqs-topic-placeholder details summary,
.faqs-topic-placeholder details summary a {
  display: block;
  padding: 1em 1.5em;
  cursor: pointer;
  text-decoration: none;
}

.faqs-expand-btn-wrapper a {
  position: relative;
  color: #127CBA;
}
.faqs-expand-btn-wrapper a::before {
  content: "";
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: #127CBA transparent transparent transparent;
  background: none;
  pointer-events: none;
}
.faqs-expand-btn-wrapper a.expanded::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faqs-topic-placeholder {
  border-bottom: 1px solid #868686;
}
.faqs-topic-placeholder details {
  border: 0;
  border-top: 1px solid #868686;
}
.faqs-topic-placeholder details summary,
.faqs-topic-placeholder details summary a {
  color: rgba(0, 0, 0, 0.5);
}
.faqs-topic-placeholder details summary {
  position: relative;
  padding-left: 0;
  padding-right: 5rem;
}
.faqs-topic-placeholder details summary::-webkit-details-marker {
  display: none;
}
.faqs-topic-placeholder details summary::before {
  content: "";
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: #127CBA transparent transparent transparent;
  background: none;
  pointer-events: none;
}
.faqs-topic-placeholder details.open:not([open]) .details-wrapper {
  display: block;
}

.paragraph--faqs-topic a {
  color: rgba(0, 0, 0, 0.5);
  border-top: 1px solid #868686;
}
.paragraph--faqs-topic a:hover, .paragraph--faqs-topic a:active, .paragraph--faqs-topic a:focus {
  background-color: #127CBA;
  color: #fff;
}

.paragraph--faqs {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
  padding-bottom: 2em;
}
.paragraph--faqs ul li {
  font-size: 1.25em;
  line-height: 1.5;
  color: #676C74;
  margin-bottom: 1em;
}
.paragraph--faqs ul li ul {
  margin-top: 1em;
}
.paragraph--faqs ul li ul li {
  font-size: 1em;
}
.paragraph--faqs ul li a {
  color: #127CBA;
  text-decoration: none;
}
.paragraph--faqs ul li a.file-pdf {
  padding-left: 30px;
  background-image: url(../images/icons/icon-pdf.svg);
  background-position: left top;
  background-size: 20px;
  background-repeat: no-repeat;
}
.paragraph--faqs ul li a:hover, .paragraph--faqs ul li a:active, .paragraph--faqs ul li a:focus {
  text-decoration: underline;
  color: #000;
}
.paragraph--faqs ul li:last-child {
  margin-bottom: 0;
}

.faqs-topic-title {
  margin-bottom: 0.5em;
  font-size: 1.3em;
}

.faqs-topic-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2em;
}
.faqs-topic-bottom .field--name-field-link a {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: GillSans, "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  font-size: 1.025em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 1em 1.25em;
  padding-right: 5em;
  border-radius: 30px;
  border-top-left-radius: 0;
  overflow: hidden;
  -webkit-transition: background-color 0.075s linear;
  transition: background-color 0.075s linear;
  background-color: #127CBA;
  color: #fff;
  margin-left: 2em;
}
.faqs-topic-bottom .field--name-field-link a:hover, .faqs-topic-bottom .field--name-field-link a:active, .faqs-topic-bottom .field--name-field-link a:focus {
  text-decoration: none;
}
.faqs-topic-bottom .field--name-field-link a::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
}
.faqs-topic-bottom .field--name-field-link a[disabled] {
  background-image: none;
  background-color: #676C74;
  color: #676C74;
  outline: none;
  cursor: default;
}
.faqs-topic-bottom .field--name-field-link a[disabled]:hover, .faqs-topic-bottom .field--name-field-link a[disabled]:active, .faqs-topic-bottom .field--name-field-link a[disabled]:focus {
  background-color: #676C74;
  color: #676C74;
  outline: none;
}
.faqs-topic-bottom .field--name-field-link a::after {
  background-image: url(../images/icons/arrow-right-white.svg);
}
.faqs-topic-bottom .field--name-field-link a:hover, .faqs-topic-bottom .field--name-field-link a:active, .faqs-topic-bottom .field--name-field-link a:focus {
  background-color: #8DC749;
}
@media screen and (max-width: 600px) {
  .faqs-topic-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .faqs-topic-bottom .field--name-field-link a {
    margin-left: 0;
    margin-top: 1em;
  }
}

.paragraph--featured-event-block .field__item + .field__item {
  margin-top: 3em;
}

.paragraph--full-width-stat-block {
  background-color: #3b4982;
  border-bottom-right-radius: 10vw;
  padding-top: 7em;
  padding-bottom: 6.5em;
  color: #fff;
}
.paragraph--full-width-stat-block .p__inner {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.paragraph--full-width-stat-block p {
  color: #fff;
}
.paragraph--full-width-stat-block .stat-block--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.paragraph--full-width-stat-block .field--name-field-statistic-number {
  font-size: 204px;
  font-style: italic;
  font-weight: 100;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .paragraph--full-width-stat-block .field--name-field-statistic-number {
    font-size: 100px;
  }
}
@supports (font-size: clamp(100px, 11vw, 204px)) {
  .paragraph--full-width-stat-block .field--name-field-statistic-number {
    font-size: clamp(100px, 11vw, 204px);
  }
}
.paragraph--full-width-stat-block .field--name-field-statistic-measurement {
  font-size: 72px;
  font-weight: 100;
  line-height: 1.5;
  font-style: italic;
}
@media screen and (max-width: 800px) {
  .paragraph--full-width-stat-block .field--name-field-statistic-measurement {
    font-size: 50px;
  }
}
@supports (font-size: clamp(50px, 4vw, 72px)) {
  .paragraph--full-width-stat-block .field--name-field-statistic-measurement {
    font-size: clamp(50px, 4vw, 72px);
  }
}
.paragraph--full-width-stat-block .stat-block--right {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 5%;
}
.paragraph--full-width-stat-block .stat-block--right p {
  font-size: 24px;
  line-height: 1.4;
}
@media screen and (max-width: 800px) {
  .paragraph--full-width-stat-block .stat-block--right p {
    font-size: 18px;
  }
}
@supports (font-size: clamp(18px, 1.25vw, 24px)) {
  .paragraph--full-width-stat-block .stat-block--right p {
    font-size: clamp(18px, 1.25vw, 24px);
  }
}
.paragraph--full-width-stat-block .stat-block--right h6 {
  margin: 0;
  margin-top: -1.5em;
  color: #fff;
  font-weight: 400;
  font-size: 0.75em;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .paragraph--full-width-stat-block .p__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .paragraph--full-width-stat-block .stat-block--left {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .paragraph--full-width-stat-block .stat-block--right {
    padding-top: 2em;
    padding-left: 0;
    text-align: center;
  }
}

.browser-ie .paragraph--full-width-stat-block .p__inner {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.paragraph--full-width-testimonial {
  background-color: rgba(18, 124, 186, 0.975);
  border-bottom-left-radius: 10vw;
  color: #fff;
}
.paragraph--full-width-testimonial .p__inner {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial--label {
  margin-bottom: 2em;
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 1px;
}

.testimonial--quote {
  position: relative;
}
.testimonial--quote::before {
  content: "“";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: -0.7em;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 75px;
  line-height: 1;
}
.testimonial--quote blockquote {
  font-size: 28px;
  margin: 0;
  line-height: 1.2;
}
@media screen and (max-width: 800px) {
  .testimonial--quote blockquote {
    font-size: 22px;
  }
}
@supports (font-size: clamp(22px, 3vw, 28px)) {
  .testimonial--quote blockquote {
    font-size: clamp(22px, 3vw, 28px);
  }
}
@media screen and (max-width: 600px) {
  .testimonial--quote::before {
    left: 0;
    top: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .testimonial--quote blockquote {
    padding-left: 4.5rem;
  }
}

.testimonial--attribution-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1em;
  padding-left: 60%;
}
@media screen and (max-width: 600px) {
  .testimonial--attribution-group {
    padding-left: 4.5rem;
  }
}

.testimonial--attribution {
  font-size: 24px;
}
@media screen and (max-width: 800px) {
  .testimonial--attribution {
    font-size: 20px;
  }
}
@supports (font-size: clamp(20px, 3vw, 24px)) {
  .testimonial--attribution {
    font-size: clamp(20px, 3vw, 24px);
  }
}

.testimonial--attribution-support {
  font-size: 1em;
}

.paragraph--image-text-feature-multiple-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 3em;
  padding-top: 5em;
  padding-bottom: 2em;
  width: 100%;
  background-color: #127CBA;
  border-bottom-right-radius: 4em;
}
@media screen and (max-width: 800px) {
  .paragraph--image-text-feature-multiple-link {
    min-height: 0;
  }
}
.paragraph--image-text-feature-multiple-link .field--name-repeat-image {
  margin-bottom: 2em;
}
.paragraph--image-text-feature-multiple-link .field--name-repeat-image img {
  max-width: 70px;
}
.paragraph--image-text-feature-multiple-link h2, .paragraph--image-text-feature-multiple-link h3, .paragraph--image-text-feature-multiple-link p {
  color: #fff;
}
.paragraph--image-text-feature-multiple-link .image-text--links {
  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;
  margin-top: 2em;
}
.paragraph--image-text-feature-multiple-link .field--name-repeat-cta a {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: GillSans, "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  font-size: 1.025em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 1em 1.25em;
  padding-right: 5em;
  border-radius: 30px;
  border-top-left-radius: 0;
  overflow: hidden;
  -webkit-transition: background-color 0.075s linear;
  transition: background-color 0.075s linear;
  background-color: #fff;
  color: #000;
  margin-right: 2em;
  margin-bottom: 1em;
}
.paragraph--image-text-feature-multiple-link .field--name-repeat-cta a:hover, .paragraph--image-text-feature-multiple-link .field--name-repeat-cta a:active, .paragraph--image-text-feature-multiple-link .field--name-repeat-cta a:focus {
  text-decoration: none;
}
.paragraph--image-text-feature-multiple-link .field--name-repeat-cta a::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
}
.paragraph--image-text-feature-multiple-link .field--name-repeat-cta a[disabled] {
  background-image: none;
  background-color: #676C74;
  color: #676C74;
  outline: none;
  cursor: default;
}
.paragraph--image-text-feature-multiple-link .field--name-repeat-cta a[disabled]:hover, .paragraph--image-text-feature-multiple-link .field--name-repeat-cta a[disabled]:active, .paragraph--image-text-feature-multiple-link .field--name-repeat-cta a[disabled]:focus {
  background-color: #676C74;
  color: #676C74;
  outline: none;
}
.paragraph--image-text-feature-multiple-link .field--name-repeat-cta a::after {
  background-image: url(../images/icons/arrow-right.svg);
}
.paragraph--image-text-feature-multiple-link .field--name-repeat-cta a:hover, .paragraph--image-text-feature-multiple-link .field--name-repeat-cta a:active, .paragraph--image-text-feature-multiple-link .field--name-repeat-cta a:focus {
  background-color: #000;
  color: #fff;
}
.paragraph--image-text-feature-multiple-link .field--name-repeat-cta a:hover::after, .paragraph--image-text-feature-multiple-link .field--name-repeat-cta a:active::after, .paragraph--image-text-feature-multiple-link .field--name-repeat-cta a:focus::after {
  background-image: url(../images/icons/arrow-right-white.svg);
}
.paragraph--image-text-feature-multiple-link .field--name-field-repeat-cta-extra a {
  padding-right: 30px;
  background-position: right center;
  background-size: 13px;
  background-repeat: no-repeat;
  text-decoration: none;
  color: #fff;
  background-image: url(../images/icons/arrow-right-white.svg);
  display: block;
  margin-bottom: 1em;
}
.paragraph--image-text-feature-multiple-link .field--name-field-repeat-cta-extra a:hover, .paragraph--image-text-feature-multiple-link .field--name-field-repeat-cta-extra a:active, .paragraph--image-text-feature-multiple-link .field--name-field-repeat-cta-extra a:focus {
  text-decoration: underline;
}

.paragraph--image-text-feature-wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 550px;
  border-top-right-radius: 10vw;
  background-color: #8DC749;
}
.paragraph--image-text-feature-wide p {
  font-size: 16px;
}
.paragraph--image-text-feature-wide .p-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 4.35em;
  padding-bottom: 4.35em;
}
.paragraph--image-text-feature-wide .p__inner {
  margin-left: auto;
  padding-right: 10%;
  width: 52%;
}
@media screen and (max-width: 800px) {
  .paragraph--image-text-feature-wide {
    min-height: 420px;
  }
  .paragraph--image-text-feature-wide .p__inner {
    padding-right: 0;
    width: 100%;
  }
}

.paragraph--impact-data-block.paragraph--view-mode--_-column-grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.paragraph--impact-data-block.paragraph--view-mode--_-column-grid-item .field--name-field-statistic-description-text {
  width: 100%;
}
.paragraph--impact-data-block.paragraph--view-mode--_-column-grid-item .field--name-field-number {
  font-size: 100px;
  font-style: italic;
  font-weight: 100;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .paragraph--impact-data-block.paragraph--view-mode--_-column-grid-item .field--name-field-number {
    font-size: 80px;
  }
}
@supports (font-size: clamp(80px, 5.3vw, 100px)) {
  .paragraph--impact-data-block.paragraph--view-mode--_-column-grid-item .field--name-field-number {
    font-size: clamp(80px, 5.3vw, 100px);
  }
}
.paragraph--impact-data-block.paragraph--view-mode--_-column-grid-item .field--name-field-descriptive-character {
  font-size: 50px;
  font-weight: 100;
  line-height: 1.5;
  font-style: italic;
}
@media screen and (max-width: 800px) {
  .paragraph--impact-data-block.paragraph--view-mode--_-column-grid-item .field--name-field-descriptive-character {
    font-size: 40px;
  }
}
@supports (font-size: clamp(40px, 2.6vw, 50px)) {
  .paragraph--impact-data-block.paragraph--view-mode--_-column-grid-item .field--name-field-descriptive-character {
    font-size: clamp(40px, 2.6vw, 50px);
  }
}
.paragraph--impact-data-block.paragraph--view-mode--_-column-grid-item .field--name-field-statistic-description-text {
  font-size: 24px;
  margin-top: 1em;
  line-height: 1.4;
}
@media screen and (max-width: 800px) {
  .paragraph--impact-data-block.paragraph--view-mode--_-column-grid-item .field--name-field-statistic-description-text {
    font-size: 20px;
  }
}
@supports (font-size: clamp(20px, 2.6vw, 24px)) {
  .paragraph--impact-data-block.paragraph--view-mode--_-column-grid-item .field--name-field-statistic-description-text {
    font-size: clamp(20px, 2.6vw, 24px);
  }
}

.impact-data-block--number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
}

.paragraph--kml-map .map-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.paragraph--kml-map #map {
  height: 600px;
}
.paragraph--kml-map #map button {
  border-radius: 0;
}
.paragraph--kml-map #map button:after {
  display: none;
}
.paragraph--kml-map #capture {
  background: #24396F;
  padding: 15px;
  color: #fff;
  width: 20%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 600px;
}
.paragraph--kml-map #capture a {
  color: #8DC749;
}

.paragraph--large-image-caption .p-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.paragraph--large-image-caption img {
  width: 100%;
}
.paragraph--large-image-caption .field--name-field-image-caption {
  font-size: 0.875em;
  font-style: italic;
  color: #676C74;
}

.paragraph--links .p-container {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.paragraph--links a {
  color: #127CBA;
  text-decoration: none;
}
.paragraph--links a.file-pdf {
  padding-left: 30px;
  background-image: url(../images/icons/icon-pdf.svg);
  background-position: left top;
  background-size: 20px;
  background-repeat: no-repeat;
}
.paragraph--links a:hover, .paragraph--links a:active, .paragraph--links a:focus {
  text-decoration: underline;
  color: #000;
}

.paragraph--person-text-and-image-grid {
  background-color: #0771AF;
}
.paragraph--person-text-and-image-grid + .paragraph--person-text-and-image-grid {
  margin-top: -5.6em;
  padding-top: 0 !important;
}
@media screen and (max-width: 800px) {
  .paragraph--person-text-and-image-grid + .paragraph--person-text-and-image-grid {
    margin-top: -3.1em;
  }
}
.paragraph--person-text-and-image-grid.round-corner {
  border-bottom-left-radius: 10vw;
}

.person-grid--title {
  margin-bottom: 3rem;
  color: #fff;
}

.person-grid--description {
  margin-top: -2rem;
  margin-bottom: 4rem;
  color: #fff;
}
.person-grid--description p {
  color: #fff;
}

.person-grid--content .field--name-field-person-content-reference {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 -1%;
}
.person-grid--content .field--name-field-person-content-reference > .field__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}
.person-grid--content .field--name-field-person-content-reference > .field__item {
  display: block;
  width: 23%;
}
@media screen and (max-width: 1200px) {
  .person-grid--content .field--name-field-person-content-reference > .field__item {
    width: 48%;
  }
}
@media screen and (max-width: 800px) {
  .person-grid--content .field--name-field-person-content-reference > .field__item {
    width: 100%;
  }
}
.person-grid--content .field--name-field-person-content-reference > .field__item {
  margin-right: 1%;
  margin-bottom: 2.5em;
  margin-left: 1%;
}
.person-grid--content .field--name-field-person-content-reference > .field__item:last-child {
  margin-bottom: 0;
}

.photo-gallery--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.photo-gallery--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 2em;
  padding-right: 3em;
  padding-bottom: 2em;
  width: 30%;
}

.photo-gallery--title {
  font-size: 36px;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  .photo-gallery--title {
    font-size: 30px;
  }
}
@supports (font-size: clamp(30px, 4vw, 36px)) {
  .photo-gallery--title {
    font-size: clamp(30px, 4vw, 36px);
  }
}

.photo-gallery--description {
  margin-bottom: 2em;
}

.photo-gallery--pictures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 70%;
}

.paragraph--photo-gallery-block__counter {
  display: none;
}

.photo-gallery--image {
  overflow: hidden;
  border-bottom-right-radius: 4em;
  position: relative;
  padding-top: 100%;
  margin-right: 2rem;
  height: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.photo-gallery--image::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 36%;
  width: 100%;
  z-index: 0;
  pointer-events: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#0F3C50));
  background-image: linear-gradient(180deg, transparent 0%, #0F3C50 100%);
}
@media screen and (min-width: 1100px) {
  .photo-gallery--image {
    padding-top: 90%;
  }
}
@media screen and (min-width: 1500px) {
  .photo-gallery--image {
    padding-top: 80%;
  }
}

.photo-gallery--gallery-helper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
}

.photo-gallery--controls {
  margin-left: auto;
}

.paragraph--photo-gallery-block-control {
  display: inline-block !important;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  background-image: url(../images/icons/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  opacity: 0.5;
}
.paragraph--photo-gallery-block-control.prev {
  margin-right: 1em;
  -webkit-transform: scale(-1);
  transform: scale(-1);
}
.paragraph--photo-gallery-block-control:hover, .paragraph--photo-gallery-block-control:active, .paragraph--photo-gallery-block-control:focus {
  opacity: 1;
}
.paragraph--photo-gallery-block-control.slick-disabled {
  opacity: 0.25;
  pointer-events: none;
}
.paragraph--photo-gallery-block-control.slick-disabled:hover, .paragraph--photo-gallery-block-control.slick-disabled:active, .paragraph--photo-gallery-block-control.slick-disabled:focus {
  opacity: 0.25;
}

.photo-gallery--caption {
  position: absolute;
  bottom: 2em;
  left: 2em;
  right: 2em;
  color: #fff;
}
.photo-gallery--caption strong,
.photo-gallery--caption small {
  display: block;
  font-size: 15px;
}
.photo-gallery--caption small {
  font-weight: 100;
}

@media screen and (max-width: 900px) {
  .photo-gallery--resize-helper {
    display: none;
  }
  .photo-gallery--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .photo-gallery--text {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    width: 100%;
  }
  .photo-gallery--pictures {
    margin-top: 3em;
    width: calc(100% + 2rem);
  }
  .photo-gallery--pictures {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .paragraph--photo-gallery-block__counter {
    display: block;
  }
}
.paragraph--related-content-block .field--name-field-content-reference {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 -1%;
}
.paragraph--related-content-block .field--name-field-content-reference > .field__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}
.paragraph--related-content-block .field--name-field-content-reference > .field__item {
  display: block;
  width: 31.3%;
}
@media screen and (max-width: 800px) {
  .paragraph--related-content-block .field--name-field-content-reference > .field__item {
    width: 100%;
  }
}
.paragraph--related-content-block .field--name-field-content-reference > .field__item {
  margin-right: 1%;
  margin-bottom: 2.5em;
  margin-left: 1%;
}
@media screen and (max-width: 900px) {
  .paragraph--related-content-block .field--name-field-content-reference > .field__item {
    width: 48%;
  }
}
@media screen and (max-width: 650px) {
  .paragraph--related-content-block .field--name-field-content-reference > .field__item {
    margin-right: 0;
    margin-bottom: 1em;
    margin-left: 0;
    width: 100%;
  }
}
.paragraph--related-content-block .node--view-mode-content-teaser {
  height: 100%;
}

.related-content--title {
  margin-bottom: 1rem;
  max-width: 66.6%;
}

.related-content--description {
  margin-bottom: 2.5em;
  max-width: 66.6%;
}

@media screen and (max-width: 650px) {
  .related-content--title,
  .related-content--description {
    max-width: 100%;
  }
}
.text-two-column-image--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.text-two-column-image--text {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 10%;
  width: 50%;
}

.text-two-column-image--title {
  font-size: 1.5em;
}

.text-two-column-image--images {
  width: 50%;
}
.text-two-column-image--images > .field__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.text-two-column-image--images > .field__items > .field__item {
  width: 49%;
}
.text-two-column-image--images article {
  width: 100%;
  height: 100%;
}
.text-two-column-image--images .image-and-cta-url--image {
  position: relative;
}
.text-two-column-image--images .image-and-cta-url--image::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 36%;
  width: 100%;
  z-index: 0;
  pointer-events: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#0F3C50));
  background-image: linear-gradient(180deg, transparent 0%, #0F3C50 100%);
}

@media screen and (max-width: 1000px) {
  .text-two-column-image--text {
    padding-right: 5%;
  }
}
@media screen and (max-width: 900px) {
  .text-two-column-image--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-two-column-image--text {
    padding-right: 0;
    width: 100%;
  }
  .text-two-column-image--images {
    margin-top: 2em;
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .text-two-column-image--images > .field__items > .field__item {
    width: 100%;
  }
  .text-two-column-image--images > .field__items > .field__item + .field__item {
    margin-top: 1em;
  }
}
.image-and-cta-url--image {
  overflow: hidden;
  border-bottom-right-radius: 4em;
  position: relative;
  padding-top: 100%;
  width: 100%;
  height: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.image-and-cta-url--image .field--name-field-image-cta-link {
  position: absolute;
  right: 2em;
  bottom: 2em;
  left: 2em;
}
.image-and-cta-url--image a {
  padding-right: 30px;
  background-position: right center;
  background-size: 13px;
  background-repeat: no-repeat;
  text-decoration: none;
  color: #fff;
  background-image: url(../images/icons/arrow-right-white.svg);
  display: block;
  width: 100%;
  text-decoration: underline;
}
.image-and-cta-url--image a:hover, .image-and-cta-url--image a:active, .image-and-cta-url--image a:focus {
  text-decoration: underline;
}
.image-and-cta-url--image a:hover {
  text-decoration: none;
}

.paragraph--text-3-image-grid h2 {
  font-size: 24px;
  line-height: 1.35;
  margin-bottom: 0.9em;
  max-width: 800px;
}
@media screen and (max-width: 800px) {
  .paragraph--text-3-image-grid h2 {
    font-size: 18px;
  }
}
@supports (font-size: clamp(18px, 2vw, 24px)) {
  .paragraph--text-3-image-grid h2 {
    font-size: clamp(18px, 2vw, 24px);
  }
}
.paragraph--text-3-image-grid .field--name-field-description {
  margin-bottom: 2em;
  max-width: 800px;
}
.paragraph--text-3-image-grid .field--name-field-3-column-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.paragraph--text-3-image-grid .field--name-field-3-column-images > .field__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}
.paragraph--text-3-image-grid .field--name-field-3-column-images > .field__item {
  display: block;
  width: 31.3%;
}
@media screen and (max-width: 800px) {
  .paragraph--text-3-image-grid .field--name-field-3-column-images > .field__item {
    width: 100%;
  }
}
.paragraph--text-3-image-grid .field--name-field-3-column-images > .field__item {
  overflow: hidden;
  border-bottom-right-radius: 4em;
}
.paragraph--text-3-image-grid .image-wrapper {
  display: block;
  position: relative;
  padding-top: 70%;
  height: 0;
  width: 100%;
  overflow: hidden;
}
.paragraph--text-3-image-grid .image-wrapper img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.paragraph--text-3-image-grid .field--name-field-image-grid-caption {
  font-size: 0.875em;
  font-style: italic;
  color: #676C74;
}

.paragraph--text-block .p-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.paragraph--text-block .file--application-pdf {
  display: block;
  min-height: 0;
  padding-left: 0;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: none;
  font-size: initial;
}
.paragraph--text-block .file--application-pdf a {
  color: #127CBA;
  text-decoration: none;
  font-size: 1.25em;
}
.paragraph--text-block .file--application-pdf a.file-pdf {
  padding-left: 30px;
  background-image: url(../images/icons/icon-pdf.svg);
  background-position: left top;
  background-size: 20px;
  background-repeat: no-repeat;
}
.paragraph--text-block .file--application-pdf a:hover, .paragraph--text-block .file--application-pdf a:active, .paragraph--text-block .file--application-pdf a:focus {
  text-decoration: underline;
  color: #000;
}
.paragraph--text-block img,
.paragraph--text-block .media {
  margin-bottom: 1.5em;
  max-width: 100%;
  height: auto;
}
.paragraph--text-block img.media--type-document,
.paragraph--text-block .media.media--type-document {
  margin-bottom: 0;
  max-width: auto;
}
.paragraph--text-block img.align-center,
.paragraph--text-block .media.align-center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.paragraph--text-block img.align-left,
.paragraph--text-block .media.align-left {
  margin-right: 1.5em;
  max-width: 48%;
}
.paragraph--text-block img.align-right,
.paragraph--text-block .media.align-right {
  margin-left: 1.5em;
  max-width: 48%;
}
.paragraph--text-block .media.align-center {
  padding: 0 10%;
}
.paragraph--text-block .media.align-center img {
  margin-right: auto;
  margin-left: auto;
}
.paragraph--text-block .media.align-left {
  float: left;
  margin-right: 1.5em;
  max-width: 48%;
}
.paragraph--text-block .media.align-right {
  float: right;
  margin-left: 1.5em;
  max-width: 48%;
}
.paragraph--text-block .field--name-field-wysiwyg > *:not(img):not(.align-center):not(blockquote) {
  padding: 0 10%;
}
@media screen and (max-width: 800px) {
  .paragraph--text-block .field--name-field-wysiwyg > *:not(img):not(.align-center):not(blockquote) {
    padding: 0 5%;
  }
}
@media screen and (max-width: 700px) {
  .paragraph--text-block .field--name-field-wysiwyg > *:not(img):not(.align-center):not(blockquote) {
    padding: 0;
  }
}
.paragraph--text-block .field--name-field-wysiwyg > ul,
.paragraph--text-block .field--name-field-wysiwyg > ol {
  padding: 0 20% !important;
}
@media screen and (max-width: 800px) {
  .paragraph--text-block .field--name-field-wysiwyg > ul,
  .paragraph--text-block .field--name-field-wysiwyg > ol {
    padding: 0 10% !important;
  }
}
@media screen and (max-width: 700px) {
  .paragraph--text-block .field--name-field-wysiwyg > ul,
  .paragraph--text-block .field--name-field-wysiwyg > ol {
    padding: 0 5% !important;
  }
}
@media screen and (max-width: 600px) {
  .paragraph--text-block .field--name-field-wysiwyg > ul,
  .paragraph--text-block .field--name-field-wysiwyg > ol {
    padding: 0 !important;
  }
}
.paragraph--text-block .field--name-field-wysiwyg > .align-left {
  padding-right: 0 !important;
}
.paragraph--text-block .field--name-field-wysiwyg > .align-right {
  padding-left: 0 !important;
}
.paragraph--text-block .field--name-field-wysiwyg > blockquote {
  margin: 2.2em 10%;
  margin-top: 0;
}
.paragraph--text-block figure {
  margin: 0;
  margin-bottom: 2.2em;
}
.paragraph--text-block figure img {
  margin-bottom: 0 !important;
  width: 100%;
  height: auto;
}
.paragraph--text-block figure.caption {
  font-size: 0.875em;
  font-style: italic;
  color: #676C74;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.paragraph--text-block figure.align-right {
  margin-left: 1.5em;
  width: 50%;
}
.paragraph--text-block figure.align-left {
  margin-left: 0;
  margin-right: 1.5em;
  width: 50%;
}
.paragraph--text-block figure figcaption {
  display: block;
  margin-top: 7px;
}
.paragraph--text-block ul,
.paragraph--text-block ol {
  margin-bottom: 2em;
}
.paragraph--text-block ul li,
.paragraph--text-block ol li {
  font-size: 1.25em;
  line-height: 1.5;
  color: #676C74;
  margin-left: 1.1em;
}
.paragraph--text-block ul li li,
.paragraph--text-block ol li li {
  font-size: 1em;
}
.paragraph--text-block ul li + li,
.paragraph--text-block ol li + li {
  margin-top: 0.5em;
}
.paragraph--text-block ul a,
.paragraph--text-block ol a {
  color: #127CBA;
  text-decoration: none;
  text-decoration: underline;
}
.paragraph--text-block ul a.file-pdf,
.paragraph--text-block ol a.file-pdf {
  padding-left: 30px;
  background-image: url(../images/icons/icon-pdf.svg);
  background-position: left top;
  background-size: 20px;
  background-repeat: no-repeat;
}
.paragraph--text-block ul a:hover, .paragraph--text-block ul a:active, .paragraph--text-block ul a:focus,
.paragraph--text-block ol a:hover,
.paragraph--text-block ol a:active,
.paragraph--text-block ol a:focus {
  text-decoration: underline;
  color: #000;
}
.paragraph--text-block ul ul,
.paragraph--text-block ul ol,
.paragraph--text-block ol ul,
.paragraph--text-block ol ol {
  margin-bottom: 0;
}
.paragraph--text-block blockquote {
  position: relative;
  font-weight: 600;
}
.paragraph--text-block blockquote::before {
  content: "“";
  display: inline-block;
  position: absolute;
  left: -3rem;
  top: 0.6rem;
  font-size: 2em;
  line-height: 1;
}
.paragraph--text-block table {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 !important;
  margin-bottom: 2em;
  width: 100%;
  border: 0;
  border-spacing: 0;
  border-collapse: separate;
  color: #676C74;
}
.paragraph--text-block table.small-only {
  display: none;
}
.paragraph--text-block table caption {
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  text-align: left;
  color: #000;
}
.paragraph--text-block table th {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #edeff5;
}
.paragraph--text-block table th,
.paragraph--text-block table td {
  padding: 10px;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.paragraph--text-block table th:first-child,
.paragraph--text-block table td:first-child {
  padding-left: 0;
}
.paragraph--text-block table th:last-child,
.paragraph--text-block table td:last-child {
  padding-right: 0;
  border-right: 0;
}
.paragraph--text-block iframe {
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  .paragraph--text-block iframe {
    width: 100%;
  }
}

div.embedded-entity[data-embed-button=document] {
  display: inline-block;
}
/*# sourceMappingURL=sourcemaps/main.css.map */
