@charset "UTF-8";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

details > summary {
  display: list-item;
  cursor: pointer; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

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

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-size: 112.5%;
  scroll-padding-top: calc(var(--drupal-displace-offset-top, 0px) + var(--header-height, 90px) + 2rem) !important; }

:root {
  --color-text: #333;
  --color-accent: #008099;
  --color-neutral: #999;
  --border-color: #ccc;
  --heading-color: #046A38;
  --heading-color-secondary: #72A300;
  --heading-color-tertiary: #01426A;
  --link-color-text: #008099;
  --link-color-text-hover: #008099; }

body {
  font-size: 1rem;
  background-color: #fff;
  color: var(--color-text);
  font-family: "Merriweather", serif; }
  @media (min-width: 37.5em) {
    body {
      font-size: 1rem; } }

h1 {
  font-size: 1.88889rem;
  line-height: 1.333;
  color: var(--heading-color);
  font-family: "Typold W05", sans-serif;
  margin: 1em 0; }
  @media (min-width: 37.5em) {
    h1 {
      font-size: 3rem; } }

h2 {
  font-size: 1.33333rem;
  line-height: 1.333;
  color: var(--heading-color-secondary);
  font-family: "Typold W05", sans-serif;
  font-weight: 500;
  margin: 1em 0; }
  @media (min-width: 37.5em) {
    h2 {
      font-size: 1.66667rem; } }

h3 {
  font-size: 1.11111rem;
  line-height: 1.333;
  color: var(--heading-color-secondary);
  font-family: "Typold W05", sans-serif;
  font-weight: 500;
  margin: 1em 0; }
  @media (min-width: 37.5em) {
    h3 {
      font-size: 1.33333rem; } }

h4 {
  font-size: 1rem;
  line-height: 1.333;
  color: var(--heading-color-tertiary);
  font-family: "Typold W05", sans-serif;
  font-weight: 500;
  margin: 1em 0; }
  @media (min-width: 37.5em) {
    h4 {
      font-size: 1.16667rem; } }

h5 {
  font-size: 1rem;
  line-height: 1.333;
  color: inherit;
  font-family: "Typold W05", sans-serif;
  margin: 1em 0; }
  @media (min-width: 37.5em) {
    h5 {
      font-size: 1rem; } }

h6 {
  font-size: 0.77778rem;
  line-height: 1.333;
  color: inherit;
  font-family: "Typold W05", sans-serif;
  margin: 1em 0; }
  @media (min-width: 37.5em) {
    h6 {
      font-size: 0.77778rem; } }

hr {
  border: 0;
  border-bottom: 1px solid #ccc;
  margin: 3.33333rem 0; }

a {
  color: var(--link-color-text);
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out; }
  a:hover {
    text-decoration: none; }

a:not([class]),
a.ext {
  color: var(--link-color-text); }
  a:not([class]):hover,
  a.ext:hover {
    color: var(--link-color-text-hover); }

a.ext svg {
  margin-left: .25em; }

a.ext path {
  fill: currentColor; }

strong,
b {
  font-family: 700; }

p {
  font-size: 1rem;
  line-height: 2;
  margin: 0; }
  @media (min-width: 37.5em) {
    p {
      font-size: 1rem; } }
  p:not([class]):not(:first-child) {
    margin-top: 1.66667rem; }

blockquote {
  font-size: 1rem;
  line-height: 1.71429;
  background-color: #E0EFF4;
  color: #01426A;
  font-style: italic;
  margin: 0;
  padding: 1.66667rem 1.66667rem;
  position: relative;
  quotes: "“" "”"; }
  @media (min-width: 37.5em) {
    blockquote {
      font-size: 1.16667rem; } }
  blockquote p {
    font-size: 1em; }
  blockquote:not(:first-child) {
    margin-top: 1.66667rem; }
  blockquote:before {
    content: open-quote;
    color: #008099;
    font-family: "Merriweather", serif;
    font-size: 4em;
    left: -30px;
    position: absolute;
    text-align: center;
    line-height: 3.33333rem;
    height: 3.33333rem;
    width: 3.33333rem; }
  blockquote cite {
    font-size: 0.83333rem;
    color: #008099;
    display: block;
    font-family: "Typold W05", sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-top: 1.66667rem;
    padding-left: 3.33333rem;
    position: relative;
    text-align: right; }
    @media (min-width: 37.5em) {
      blockquote cite {
        font-size: 0.83333rem; } }
    blockquote cite:before {
      content: "";
      background-color: #008099;
      display: inline-block;
      margin-left: -3.33333rem;
      margin-right: 1.66667rem;
      height: 2px;
      width: 1.66667rem;
      position: relative;
      vertical-align: middle; }
    blockquote cite a {
      color: #008099; }
  @media (min-width: 48em) {
    .o-layout-h-offset-content blockquote {
      margin-left: -7.69231%;
      margin-right: -7.69231%;
      padding: 5% 6.66667%; } }

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

figure {
  margin: 0; }
  figure img {
    display: block; }

figcaption {
  margin: 1em 0; }

ul,
ol,
dl {
  margin: 1em 0; }
  ul:not([class]),
  ol:not([class]),
  dl:not([class]) {
    font-size: 1rem;
    line-height: 1.71429; }
    @media (min-width: 37.5em) {
      ul:not([class]),
      ol:not([class]),
      dl:not([class]) {
        font-size: 1rem; } }

ul,
ol {
  padding-left: 1.66667rem; }
  ul:not([class]) li,
  ol:not([class]) li {
    counter-increment: content-list;
    margin: 0; }
    ul:not([class]) li:not(:first-child),
    ol:not([class]) li:not(:first-child) {
      margin-top: 1em; }
    ul:not([class]) li::before,
    ol:not([class]) li::before {
      content: counter(content-list) ". ";
      color: var(--color-accent);
      font-family: "Typold W05", sans-serif;
      font-weight: 500;
      display: inline-block;
      width: 0;
      position: relative;
      left: -1.66667rem; }
    ul:not([class]) li ul > li,
    ol:not([class]) li ul > li {
      list-style-type: circle; }
      ul:not([class]) li ul > li::before,
      ol:not([class]) li ul > li::before {
        content: " "; }
    ul:not([class]) li ol > li:before,
    ol:not([class]) li ol > li:before {
      content: counter(content-list, upper-alpha) ". "; }
    ul:not([class]) li ol ol > li:before,
    ol:not([class]) li ol ol > li:before {
      content: counter(content-list, lower-alpha) ". "; }
    ul:not([class]) li ol ol ol > li:before,
    ol:not([class]) li ol ol ol > li:before {
      content: counter(content-list, upper-roman) ". "; }
    ul:not([class]) li ol ol ol ol > li:before,
    ol:not([class]) li ol ol ol ol > li:before {
      content: counter(content-list, lower-roman) ". "; }

ol:not([class]) {
  list-style: none;
  counter-reset: content-list; }
  ol:not([class]) li {
    counter-increment: content-list; }
    ol:not([class]) li::before {
      color: var(--color-accent);
      content: counter(content-list) ". ";
      white-space: nowrap; }

ul:not([class]) {
  list-style: none; }
  ul:not([class]) li::before {
    color: var(--color-accent);
    content: "•";
    white-space: nowrap; }

dt {
  font-weight: 700; }

input,
textarea {
  font-size: 0.88889rem;
  background-color: #fff;
  border: 1px solid #999;
  border-top-color: #333;
  border-radius: 0;
  max-width: 100%;
  padding: 0.5rem 0.66667rem;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out; }
  @media (min-width: 37.5em) {
    input,
    textarea {
      font-size: 0.77778rem; } }
  input:hover,
  textarea:hover {
    border-color: #008099; }
  input:focus,
  textarea:focus {
    border-color: #01426A;
    -webkit-box-shadow: 0 1px 5px 2px rgba(1, 66, 106, 0.25);
            box-shadow: 0 1px 5px 2px rgba(1, 66, 106, 0.25);
    outline: none; }
  @media (min-width: 37.5em) {
    input,
    textarea {
      padding: 0.66667rem 1rem; } }
  @media (min-width: 62em) {
    input,
    textarea {
      padding: 1rem 1.33333rem; } }

input[type="text"].hasDatepicker {
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2012%207%22%20height%3D%227%22%20width%3D%2212%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20transform%3D%22rotate%2890%206%206%29%22%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M4.586%206L.293%201.707A1%201%200%201%201%201.707.293l5%205a1%201%200%200%201%200%201.414l-5%205a1%201%200%201%201-1.414-1.414L4.586%206z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-origin: center right;
  background-position: right 1.16667rem center;
  background-repeat: no-repeat;
  background-size: 1rem; }

input[type="file"] {
  height: inherit; }

input[type="checkbox"],
input[type="radio"] {
  height: auto;
  margin-right: -2em; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 2.5em; }

input::-webkit-datetime-edit {
  height: 1.285714286em; }

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

input[type="submit"],
button {
  background-color: #417925;
  border: 1px solid #417925;
  color: #fff;
  font-size: 0.83333rem;
  font-family: "Typold W05", sans-serif;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1rem;
  padding: 0.5rem 0.66667rem; }
  @media (min-width: 37.5em) {
    input[type="submit"],
    button {
      font-size: 0.83333rem; } }
  @media (min-width: 37.5em) {
    input[type="submit"],
    button {
      padding: 0.66667rem 1rem; } }
  @media (min-width: 62em) {
    input[type="submit"],
    button {
      padding: 1rem 2rem; } }
  input[type="submit"]:hover,
  button:hover {
    border-color: #046A38;
    -webkit-box-shadow: 0 0 1px 1px #046A38 inset;
            box-shadow: 0 0 1px 1px #046A38 inset; }
  input[type="submit"]:focus,
  button:focus {
    border-color: #046A38;
    -webkit-box-shadow: 0 1px 5px 2px rgba(4, 106, 56, 0.25);
            box-shadow: 0 1px 5px 2px rgba(4, 106, 56, 0.25); }

label,
legend,
.label {
  font-size: 0.83333rem;
  display: block;
  font-family: "Typold W05", sans-serif;
  font-weight: 500;
  margin: 1em 0; }
  @media (min-width: 37.5em) {
    label,
    legend,
    .label {
      font-size: 0.83333rem; } }

select {
  font-size: 0.88889rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-color: #999;
  border-top-color: #333;
  border-radius: 0;
  padding: 0.5rem 0.66667rem;
  text-indent: .01px;
  -o-text-overflow: "";
     text-overflow: "";
  position: static;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out; }
  @media (min-width: 37.5em) {
    select {
      font-size: 0.77778rem; } }
  @media (min-width: 37.5em) {
    select {
      padding: 0.66667rem 1rem; } }
  @media (min-width: 62em) {
    select {
      padding: 1rem 1.33333rem; } }

select,
input[type="text"].hasDatepicker {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2012%207%22%20height%3D%227%22%20width%3D%2212%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20transform%3D%22rotate%2890%206%206%29%22%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M4.586%206L.293%201.707A1%201%200%201%201%201.707.293l5%205a1%201%200%200%201%200%201.414l-5%205a1%201%200%201%201-1.414-1.414L4.586%206z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: right 0.66667rem center;
  background-origin: center right;
  background-repeat: no-repeat;
  background-size: 0.66667rem;
  padding-right: 1.33333rem; }
  @media (min-width: 37.5em) {
    select,
    input[type="text"].hasDatepicker {
      background-position: right 0.66667rem center;
      padding-right: 2.33333rem; } }
  @media (min-width: 62em) {
    select,
    input[type="text"].hasDatepicker {
      background-position: right 1.16667rem center;
      padding-right: 2.66667rem; } }
  select:hover,
  input[type="text"].hasDatepicker:hover {
    border-color: #008099; }
  select:focus,
  input[type="text"].hasDatepicker:focus {
    border-color: #01426A;
    -webkit-box-shadow: 0 1px 5px 2px rgba(1, 66, 106, 0.25);
            box-shadow: 0 1px 5px 2px rgba(1, 66, 106, 0.25);
    outline: none; }
  select:focus, select:active,
  input[type="text"].hasDatepicker:focus,
  input[type="text"].hasDatepicker:active {
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2012%207%22%20height%3D%227%22%20width%3D%2212%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20transform%3D%22matrix%280%20-1%20-1%200%2012%207%29%22%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M4.586%206L.293%201.707A1%201%200%201%201%201.707.293l5%205a1%201%200%200%201%200%201.414l-5%205a1%201%200%201%201-1.414-1.414L4.586%206z%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

input[type="text"].hasDatepicker {
  min-width: 11em; }

select::-ms-expand {
  display: none; }

table,
table.tablesaw,
table.tablesaw-fix-persist {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #999;
  caption-side: bottom;
  margin: 1em 0;
  max-width: 100%;
  table-layout: auto;
  text-align: left;
  width: 100%; }
  table td,
  table.tablesaw td,
  table.tablesaw-fix-persist td {
    vertical-align: top; }
  table .tablesaw-cell-label,
  table.tablesaw .tablesaw-cell-label,
  table.tablesaw-fix-persist .tablesaw-cell-label {
    word-wrap: break-word; }

.tablesaw-modeswitch {
  display: none; }

thead {
  border: 1px solid #046A38;
  border-bottom: none; }
  thead td, thead th {
    font-size: 0.83333rem;
    background: #046A38;
    color: #fff;
    font-family: "Typold W05", sans-serif;
    font-weight: 500;
    letter-spacing: 0.06667em;
    vertical-align: bottom; }
    @media (min-width: 37.5em) {
      thead td, thead th {
        font-size: 0.83333rem; } }
    thead td:not(:last-child), thead th:not(:last-child) {
      border-right: 1px solid #000; }

tfoot {
  border: 1px solid #046A38;
  border-top: none; }
  tfoot th {
    background-color: #046A38;
    color: #fff; }
    tfoot th:not(:last-child) {
      border-right: 1px solid #000; }
  tfoot td {
    background-color: #046A38;
    color: #fff; }
    tfoot td:not(:last-child) {
      border-right: 1px solid #000; }

th,
td {
  border: 0;
  padding: 1rem;
  vertical-align: baseline; }
  th:not(:last-child),
  td:not(:last-child) {
    border-right: 1px solid #999; }

th {
  font-size: 0.83333rem;
  font-family: "Typold W05", sans-serif;
  font-weight: 500;
  letter-spacing: 0.06667em; }
  @media (min-width: 37.5em) {
    th {
      font-size: 0.83333rem; } }

td,
td * {
  font-size: 0.77778rem;
  line-height: 1.71429; }
  @media (min-width: 37.5em) {
    td,
    td * {
      font-size: 0.77778rem; } }
  td ul:not([class]),
  td * ul:not([class]) {
    font-size: 0.77778rem; }
    @media (min-width: 37.5em) {
      td ul:not([class]),
      td * ul:not([class]) {
        font-size: 0.77778rem; } }

.tablesaw-stack thead th, .tablesaw-stack thead td,
.tablesaw-stack tbody th,
.tablesaw-stack tbody td {
  border: 0; }

.tablesaw-stack tbody {
  border-top: 1px solid #999; }

.tablesaw-stack tfoot th,
.tablesaw-stack tfoot td {
  border: none; }

caption {
  font-size: 0.77778rem;
  line-height: 1.333;
  background-color: #F2F2F2;
  margin: 0 !important;
  padding: 1rem; }
  @media (min-width: 37.5em) {
    caption {
      font-size: 0.77778rem; } }
  @media (min-width: 48em) {
    caption {
      padding: 1.66667rem; } }

tbody + tbody {
  border-top: 2px solid #999; }

tr:nth-of-type(odd) {
  background-color: #fff; }

tr:nth-of-type(even) {
  background-color: #F2F2F2; }

:active {
  outline: 0; }

blockquote:not([class]),
h5:not([class]),
h6:not([class]),
p:not([class]),
ol:not([class]),
table:not([class]),
ul:not([class]) {
  margin: 0; }
  blockquote:not([class]):not(:first-child),
  h5:not([class]):not(:first-child),
  h6:not([class]):not(:first-child),
  p:not([class]):not(:first-child),
  ol:not([class]):not(:first-child),
  table:not([class]):not(:first-child),
  ul:not([class]):not(:first-child) {
    margin-top: 1.66667rem; }

h1:not([class]),
h2:not([class]),
h3:not([class]),
h4:not([class]) {
  margin: 0; }
  h1:not([class]):not(:first-child),
  h2:not([class]):not(:first-child),
  h3:not([class]):not(:first-child),
  h4:not([class]):not(:first-child) {
    margin-top: 3.33333rem; }

.paragraph {
  margin: 0; }
  .paragraph:not(:first-child) {
    margin-top: 3.33333rem; }

h2:not([class]) + p:not([class]),
h2:not([class]) + ul:not([class]) {
  margin-top: 0.66667rem; }

a.skip-link.visually-hidden:focus,
a.skip-link.visually-hidden:active {
  background-color: #fff;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

#main-content-skip-link {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 999; }

#scroll-to-top {
  bottom: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: none;
  height: 3.33333rem;
  outline: none;
  padding: 0;
  position: fixed;
  right: 0;
  width: 3.33333rem;
  z-index: 20; }
  #scroll-to-top svg {
    height: 1rem;
    left: 0.77778rem;
    position: absolute;
    width: 1.66667rem;
    top: 1.11111rem; }
  @media (min-width: 62em) {
    #scroll-to-top {
      bottom: 1.11111rem;
      right: 1.11111rem; } }

.print-only {
  display: none; }

.c-jump-link__target:first-child + *,
.lpb-controls + .c-jump-link__target + * {
  margin-top: 0 !important; }

.field__label {
  font-weight: bold; }

.lp-builder {
  padding-bottom: 20px; }

.layout__region:empty {
  display: none !important; }

.l--constrained {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1620px; }

.l--narrow {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  width: 100%; }

.page-content .paragraph:not(:first-child) {
  margin-top: 3.33333rem; }

.page-content .paragraph iframe {
  max-width: 100%; }

.o-layout-constrained {
  margin-left: auto;
  margin-right: auto;
  max-width: 1620px;
  width: 100%; }

.o-layout-inset,
.o-layout-inset--tight {
  padding: 1.33333rem; }

.o-layout-h-inset,
.o-layout-h-inset--tight,
.o-layout-h-inset--asym {
  --space-offset-left: 1.66667rem;
  --space-offset-right: 1.66667rem;
  padding-left: 1.66667rem;
  padding-right: 1.66667rem; }

.o-layout-v-inset,
.o-layout-v-inset--tight {
  padding-bottom: 0.83333rem;
  padding-top: 0.83333rem; }

.o-layout-v-inset--top {
  padding-top: 1.66667rem; }

.o-layout-v-inset--top--tight {
  padding-top: 0.83333rem; }

.o-layout-v-inset--bottom {
  padding-bottom: 0.83333rem; }

.o-layout-v-inset--loose--top {
  padding-top: 5rem; }

.o-layout-v-inset--loose--bottom {
  padding-bottom: 5rem; }

.o-layout-sidebar-after {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between; }
  .o-layout-sidebar-after .o-layout-sidebar-after__primary {
    -webkit-box-flex: 0;
            flex: none;
    width: 100%; }
  .o-layout-sidebar-after .o-layout-sidebar-after__secondary {
    -webkit-box-flex: 0;
            flex: none;
    margin-top: 3.33333rem;
    width: 100%; }

.o-layout-h-bleed {
  margin-left: calc(-1 * var(--space-offset-left));
  margin-right: calc(-1 * var(--space-offset-right));
  padding-left: var(--space-offset-left);
  padding-right: var(--space-offset-right); }

@media (min-width: 87.5em) {
  .o-layout-h-content-spill {
    margin-left: -7.69231%;
    margin-right: -7.69231%; } }

.o-layout-section:not(:first-child) {
  margin-top: 30px; }

.o-layout-section:not(:last-child) {
  margin-bottom: 30px; }

.o-layout-subsection:not(:first-child) {
  margin-top: 3.33333rem; }

.o-layout-subsection:not(:last-child) {
  margin-bottom: 3.33333rem; }

[class*="o-layout-twocolumn-halves"] {
  display: grid;
  gap: 60px; }
  @media (min-width: 64em) {
    [class*="o-layout-twocolumn-halves"] {
      grid-template-columns: 1fr 1fr; } }

.o-layout-twocolumn-halves--ruled {
  position: relative; }
  @media (min-width: 64em) {
    .o-layout-twocolumn-halves--ruled {
      gap: 120px; }
      .o-layout-twocolumn-halves--ruled:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: 0;
        left: 50%;
        width: 2px;
        background-color: #ccc; } }

.o-layout-grid {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0; }
  .o-layout-grid > * {
    display: -webkit-box;
    display: flex; }

.o-layout-grid--2 > * {
  margin-top: 1rem;
  flex-basis: 100%;
  -webkit-box-flex: 1;
          flex-grow: 1;
  display: block; }

@media (min-width: 62em) {
  .o-layout-grid--2 {
    margin: 0 -1.66667rem; }
    .o-layout-grid--2 > * {
      flex-basis: 11.11111rem;
      -webkit-box-flex: 1;
              flex-grow: 1;
      margin: 2.22222rem 1.66667rem 0;
      max-width: 25.55556rem;
      min-width: calc((100% - 6.66667rem) / 2); }
      .o-layout-grid--2 > *:nth-child(-n+2) {
        margin-top: 0; } }

.o-layout-grid--3 > * {
  margin-top: 1rem;
  flex-basis: 100%;
  -webkit-box-flex: 1;
          flex-grow: 1; }

@media (min-width: 62em) {
  .o-layout-grid--3 {
    margin: 0 -1.66667rem; }
    .o-layout-grid--3 > * {
      flex-basis: 11.11111rem;
      -webkit-box-flex: 1;
              flex-grow: 1;
      margin: 2.22222rem 1.66667rem 0;
      max-width: 25.55556rem;
      min-width: calc((100% - 10rem) / 3); }
      .o-layout-grid--3 > *:nth-child(-n+3) {
        margin-top: 0; } }

@media (min-width: 37.5em) {
  .o-layout-grid--4 {
    margin: -1.66667rem; } }

.o-layout-grid--4 > * {
  width: 100%; }
  .path-news .o-layout-grid--4 > * {
    padding-bottom: 0; }
  .o-layout-grid--4 > *:not(:first-child) {
    margin-top: 1.66667rem; }
  @media (min-width: 37.5em) {
    .o-layout-grid--4 > * {
      padding: 1.66667rem;
      width: 50%; }
      .o-layout-grid--4 > *:not(:first-child) {
        margin-top: 0; } }
  @media (min-width: 62em) {
    .o-layout-grid--4 > * {
      width: 33.33333%; }
      .o-layout-grid--4 > *:nth-last-child(2):first-child,
      .o-layout-grid--4 > *:nth-last-child(2):first-child ~ * {
        width: 50%; } }
  @media (min-width: 87.5em) {
    .o-layout-grid--4 > * {
      width: 25%; } }

.o-layout-grid--5 > * {
  flex-basis: auto;
  -webkit-box-flex: 0;
          flex-grow: 0;
  padding: 1px;
  width: 100%;
  min-width: 180px; }
  @media (min-width: 37.5em) {
    .o-layout-grid--5 > * {
      width: 50%; } }
  @media (min-width: 48em) {
    .o-layout-grid--5 > * {
      width: 33.33333%; } }
  @media (min-width: 62em) {
    .o-layout-grid--5 > * {
      width: 25%; } }
  @media (min-width: 71em) {
    .o-layout-grid--5 > * {
      width: 20%; } }

.o-layout-grid--6 > * {
  flex-basis: auto;
  -webkit-box-flex: 0;
          flex-grow: 0;
  padding: 1px;
  width: 100%;
  min-width: 180px; }

@media (min-width: 37.5em) {
  .o-layout-grid--6 > * {
    width: 50%; } }

.o-layout-grid--tight {
  -webkit-box-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
          align-items: stretch; }
  @media (min-width: 37.5em) {
    .o-layout-grid--tight {
      margin: 0 -0.27778rem; }
      .o-layout-grid--tight > * {
        -webkit-box-pack: stretch;
                justify-content: stretch;
        -webkit-box-align: stretch;
                align-items: stretch;
        flex-basis: auto;
        -webkit-box-flex: 0;
                flex: none;
        margin: 0.55556rem 0.27778rem 0;
        width: calc((100% - 1.66667rem) / 3); }
        .o-layout-grid--tight > *:nth-child(-n+3) {
          margin-top: 0; } }

@media (min-width: 48em) {
  .o-layout-inset {
    padding: 2.66667rem; }
  .o-layout-inset--tight {
    padding: 1.33333rem; }
  .o-layout-h-inset {
    --space-offset-left: 2.66667rem;
    --space-offset-right: 2.66667rem;
    padding-left: 2.66667rem;
    padding-right: 2.66667rem; }
  .o-layout-h-inset--asym {
    --space-offset-left: 5.33333rem;
    --space-offset-right: 2.66667rem;
    padding-left: 5.33333rem;
    padding-right: 2.66667rem; }
  .o-layout-h-inset--tight {
    --space-offset-left: 1.33333rem;
    --space-offset-right: 1.33333rem;
    padding-left: 1.33333rem;
    padding-right: 1.33333rem; }
  .o-layout-v-inset {
    padding-bottom: 2.66667rem;
    padding-top: 2.66667rem; }
  .o-layout-v-inset--top {
    padding-top: 2.66667rem; }
  .o-layout-v-inset--bottom {
    padding-bottom: 2.66667rem; }
  .o-layout-v-inset--loose--top {
    padding-top: 8rem; }
  .o-layout-v-inset--loose--bottom {
    padding-bottom: 8rem; }
  .o-layout-v-inset--tight {
    padding-bottom: 1.33333rem;
    padding-top: 1.33333rem; }
  .o-layout-h-offset-content {
    margin-left: 6.66667%;
    margin-right: 6.66667%; }
  .o-layout-section:not(:first-child) {
    margin-top: 3.33333rem; }
  .o-layout-section:not(:last-child) {
    margin-bottom: 3.33333rem; }
  .o-layout-subsection:not(:first-child) {
    margin-top: 1.66667rem; }
  .o-layout-subsection:not(:last-child) {
    margin-bottom: 1.66667rem; }
  .o-layout-grid--6 > * {
    width: 33.33333%; } }

.layout--twocol-bricks > * {
  width: 100%;
  max-width: 100%; }

@media (min-width: 62em) {
  .o-layout-sidebar-after .o-layout-sidebar-after__primary {
    margin-right: 9.09091%;
    width: 68.18182%; }
  .o-layout-sidebar-after .o-layout-sidebar-after__secondary {
    padding-top: 9.09091%;
    width: 22.72727%;
    margin-top: 0; }
  .o-layout-sidebar-after--pull-up {
    position: relative;
    z-index: 1; }
    .o-layout-sidebar-after--pull-up .o-layout-sidebar-after__secondary {
      padding-top: 0;
      margin-top: -6.81818%; }
  .o-layout-sidebar-after--tight .o-layout-sidebar-after__primary {
    margin-right: 0;
    padding-right: 3.33333rem;
    flex-basis: 75%; }
  .o-layout-sidebar-after--tight .o-layout-sidebar-after__secondary {
    max-width: 25.55556rem;
    padding-top: 0;
    flex-basis: 25%; }
  .o-layout-sidebar-after--1-2 .o-layout-sidebar-after__primary {
    width: 44.44444%;
    margin-right: 11.11111%; }
  .o-layout-sidebar-after--1-2 .o-layout-sidebar-after__secondary {
    width: 44.44444%;
    padding-top: 0; }
  .page-content .l--layout-twocolumn-halves {
    -webkit-box-pack: justify;
            justify-content: space-between; }
    .page-content .l--layout-twocolumn-halves .l__main > .l__primary,
    .page-content .l--layout-twocolumn-halves .l__main > .l__secondary {
      flex-basis: 48%; }
  .l--layout-twocolumn-onethird-twothirds .l__main > .l__primary {
    flex-basis: 33.33333%;
    margin-right: 11.11111%; }
  .l--layout-twocolumn-onethird-twothirds .l__main > .l__secondary {
    flex-basis: 55.55556%; }
  .l--layout-twocolumn-twothirds-onethird .l__main > .l__primary {
    flex-basis: 55.55556%;
    margin-right: 11.11111%; }
  .l--layout-twocolumn-twothirds-onethird .l__main > .l__secondary {
    flex-basis: 33.33333%; }
  .page-content .layout .paragraph--type--stories-image .media,
  .page-content .layout .paragraph > .c-video,
  .page-content .layout .paragraph > .c-slideshow-video,
  .page-content .layout .paragraph > .c-slideshow {
    margin: 0;
    -webkit-margin-after: 0;
            margin-block-end: 0;
    -webkit-margin-before: 0;
            margin-block-start: 0;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
    -webkit-margin-start: 0;
            margin-inline-start: 0; }
  .o-layout-grid--6 > * {
    width: 25%; } }

@media (min-width: 87.5em) {
  .o-layout-inset {
    padding: 3.33333rem; }
  .o-layout-inset--tight {
    padding: 1.66667rem; }
  .o-layout-h-inset {
    --space-offset-left: 3.33333rem;
    --space-offset-right: 3.33333rem;
    padding-left: 3.33333rem;
    padding-right: 3.33333rem; }
  .o-layout-h-inset--asym {
    --space-offset-left: 6.66667rem;
    --space-offset-right: 6.66667rem;
    padding-left: 6.66667rem;
    padding-right: 6.66667rem; }
  .o-layout-h-inset--tight {
    --space-offset-left: 1.66667rem;
    --space-offset-right: 1.66667rem;
    padding-left: 1.66667rem;
    padding-right: 1.66667rem; }
  .o-layout-v-inset {
    padding-bottom: 3.33333rem;
    padding-top: 3.33333rem; }
  .o-layout-v-inset--top {
    padding-top: 3.33333rem; }
  .o-layout-v-inset--bottom {
    padding-bottom: 3.33333rem; }
  .o-layout-v-inset--loose--top {
    padding-top: 10rem; }
  .o-layout-v-inset--loose--bottom {
    padding-bottom: 10rem; }
  .o-layout-v-inset--tight {
    padding-bottom: 1.66667rem;
    padding-top: 1.66667rem; }
  .o-layout-h-inset-even {
    padding-left: 3.33333rem;
    padding-right: 3.33333rem; }
  .o-layout-h-offset-content {
    margin-left: 6.66667%;
    margin-right: 6.66667%; }
  .o-layout-section:not(:first-child) {
    margin-top: 6.66667rem; }
  .o-layout-section:not(:last-child) {
    margin-bottom: 6.66667rem; }
  .o-layout-subsection:not(:first-child) {
    margin-top: 3.33333rem; }
  .o-layout-subsection:not(:last-child) {
    margin-bottom: 3.33333rem; }
  .o-layout-grid--6 > * {
    width: 16.66667%; } }

.link--button {
  font-size: 0.83333rem;
  line-height: 1.333;
  color: #333;
  font-family: "Typold W05", sans-serif;
  font-weight: 500;
  letter-spacing: 0.11111em;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 1rem;
  background: #01426A;
  color: #fff;
  padding: 0.66667rem 1.33333rem;
  text-transform: inherit; }
  @media (min-width: 37.5em) {
    .link--button {
      font-size: 0.83333rem; } }
  .link--button:hover {
    text-decoration: underline; }
  .link--button:after {
    content: "";
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2210%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Cpath%20d%3D%22M14.586%204l-2.293-2.293A1%201%200%201%201%2013.707.293l4%204a1%201%200%200%201%200%201.414l-4%204a1%201%200%201%201-1.414-1.414L14.586%206H1a1%201%200%201%201%200-2h13.586z%22%20id%3D%22a%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cmask%20id%3D%22b%22%20fill%3D%22%23fff%22%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%2F%3E%3C%2Fmask%3E%3Cuse%20fill%3D%22%23417925%22%20fill-rule%3D%22nonzero%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Cg%20mask%3D%22url%28%23b%29%22%20fill%3D%22%23417925%22%3E%3Cpath%20d%3D%22M0-4h18v18H0z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat right center;
    display: inline-block;
    background-size: 100%;
    background-position: center;
    height: 0.55556rem;
    margin-left: 0.66667rem;
    width: 1rem; }
  .link--button:after {
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2210%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Cpath%20d%3D%22M14.586%204l-2.293-2.293A1%201%200%201%201%2013.707.293l4%204a1%201%200%200%201%200%201.414l-4%204a1%201%200%201%201-1.414-1.414L14.586%206H1a1%201%200%201%201%200-2h13.586z%22%20id%3D%22a%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cmask%20id%3D%22b%22%20fill%3D%22%23fff%22%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%2F%3E%3C%2Fmask%3E%3Cuse%20fill%3D%22%23ffffff%22%20fill-rule%3D%22nonzero%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Cg%20mask%3D%22url%28%23b%29%22%20fill%3D%22%23ffffff%22%3E%3Cpath%20d%3D%22M0-4h18v18H0z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat right center; }
  @media (min-width: 37.5em) {
    .link--button {
      font-size: 1rem; } }
  .link--button:hover {
    background: #01619d;
    text-decoration: none; }

.list--ruled {
  margin: 0;
  padding: 0; }
  .list--ruled > li {
    list-style: none; }
  .list--ruled > li {
    border-top: 1px solid #ccc;
    margin-top: 1.66667rem;
    padding-top: 1.66667rem; }
  .list--ruled > li:first-child {
    margin-top: 0; }

.list--ruled-inner {
  margin: 0;
  padding: 0; }
  .list--ruled-inner > li {
    list-style: none; }
  .list--ruled-inner > li {
    border-top: 1px solid #ccc;
    margin-top: 1.66667rem;
    padding-top: 1.66667rem; }
  .list--ruled-inner > li:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0; }

.list--number {
  padding-left: 1.66667rem;
  list-style: numeric;
  list-style: decimal; }
  .list--number ::marker {
    font-family: "Typold W05", sans-serif; }
  .list--number li {
    margin: 0;
    position: relative; }
    .list--number li:not(:first-child) {
      margin-top: 1em; }
    .list--number li::before {
      content: none !important; }
  .list--number ::marker {
    font-weight: 500; }
  .list--number ol:not([class]) {
    list-style: lower-alpha; }
    .list--number ol:not([class]) ::marker {
      font-weight: 400; }
  .list--number ol:not([class]) > li > ol {
    list-style: lower-roman; }
  .list--number ol:not([class]) > li > ol > li > ol {
    list-style: lower-greek; }

.list--letter {
  padding-left: 1.66667rem;
  list-style: numeric;
  list-style: upper-alpha; }
  .list--letter ::marker {
    font-family: "Typold W05", sans-serif; }
  .list--letter li {
    margin: 0;
    position: relative; }
    .list--letter li:not(:first-child) {
      margin-top: 1em; }
    .list--letter li::before {
      content: none !important; }
  .list--letter ::marker {
    font-weight: 500; }
  .list--letter ol:not([class]) {
    list-style: decimal; }
    .list--letter ol:not([class]) ::marker {
      font-weight: 400; }
  .list--letter ol:not([class]) > li > ol {
    list-style: lower-alpha; }
  .list--letter ol:not([class]) > li > ol > li > ol {
    list-style: lower-greek; }

.list--mix {
  padding-left: 1.66667rem;
  list-style: numeric;
  list-style: upper-alpha; }
  .list--mix ::marker {
    font-family: "Typold W05", sans-serif; }
  .list--mix li {
    margin: 0;
    position: relative; }
    .list--mix li:not(:first-child) {
      margin-top: 1em; }
    .list--mix li::before {
      content: none !important; }
  .list--mix ::marker {
    font-weight: 500; }
  .list--mix ol:not([class]) {
    list-style: decimal; }
  .list--mix ol:not([class]) > li > ol {
    list-style: lower-alpha; }
    .list--mix ol:not([class]) > li > ol ::marker {
      font-weight: 400; }
  .list--mix ol:not([class]) > li > ol > li > ol {
    list-style: lower-greek; }

.c-term-list {
  font-size: 0.83333rem;
  line-height: 2;
  margin: 0;
  margin: 1.66667rem 0; }
  @media (min-width: 37.5em) {
    .c-term-list {
      font-size: 0.83333rem; } }
  .c-term-list + .c-term-list {
    margin-top: -1rem; }
  @media (min-width: 37.5em) and (max-width: 61.9375em) {
    .c-term-list {
      font-size: 1rem; } }

.c-term-list--loose + .c-term-list {
  margin-top: 1.66667rem; }

@media (min-width: 37.5em) {
  .c-term-list--grid {
    display: grid;
    grid-column-gap: 1.66667rem;
    grid-row-gap: 1rem;
    grid-template-columns: 33% auto; } }

.c-term-list__label {
  color: #01426A;
  font-family: "Typold W05", sans-serif;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase; }
  .c-term-list__label:not(first-child) {
    margin-top: 1rem; }
    @media (min-width: 37.5em) {
      .c-term-list__label:not(first-child) {
        margin-top: 0; } }

.c-term-list__value {
  margin: 0; }
  .c-term-list__value > * {
    display: block; }
  .c-term-list__value > time {
    display: inline-block; }

.c-related-list:not(:first-child) {
  margin-top: 3.33333rem; }

* + .c-related-list__items,
* + .c-related-list__item {
  margin-top: 1.66667rem; }

.c-list__title {
  font-size: 0.66667rem;
  color: #333;
  text-transform: uppercase; }
  @media (min-width: 37.5em) {
    .c-list__title {
      font-size: 0.66667rem; } }

.c-list--inline {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex; }
  .c-list--inline .c-list__items {
    -webkit-box-align: center;
            align-items: center;
    display: -webkit-box;
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .c-list--inline .c-list__title {
    margin-right: 18px; }

.c-list__title--inline + .c-list--inline {
  display: inline-block; }

.c-term-list .c-list--social .c-list__title {
  display: none; }

.c-list--social .paragraph--type--social-media-link a {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 0 #417925 inset;
          box-shadow: 0 0 0 #417925 inset;
  display: block;
  padding: 0.66667rem;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out; }
  .c-list--social .paragraph--type--social-media-link a:hover, .c-list--social .paragraph--type--social-media-link a:focus, .c-list--social .paragraph--type--social-media-link a:active {
    -webkit-box-shadow: 0 -2px 0 #417925 inset;
            box-shadow: 0 -2px 0 #417925 inset; }

.c-list--social .paragraph--type--social-media-link .icon {
  display: block;
  height: 1.33333rem;
  width: 1.33333rem;
  margin-bottom: 0; }

.c-list--social .icon--facebook .icon {
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M9.00001574%2024.0000629V13.0000341h-3V9.0000236h3V5.50001442C9.00001574%202.66667366%2010.777806%200%2015.0000393%200c1.6944489%200%203.0000079.2222228%203.0000079.2222228l-.1666671%203.77778769H15.25004c-1.5277818%200-1.7500046.83333552-1.7500046%202.00000525V9.0000236h4.5000118l-.3055564%204.0000105h-4.1944554v11.0000288H9.00001574z%22%20fill%3D%22%233B5998%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E"); }

.c-list--social .icon--twitter .icon {
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2024%2024%22%20height%3D%2224%22%20width%3D%2224%22%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%231DA1F2%22%3E%3Cpath%20d%3D%22M24%204.306c-.667%201-1.5%201.86-2.444%202.555V7.5c0%206.5-4.945%2014-14%2014-2.778%200-5.39-.611-7.556-2a8.24%208.24%200%200%200%201.167.083c2.305%200%204.444-1%206.11-2.333-2.138-.028-3.971-1.472-4.583-3.417a5.115%205.115%200%200%200%202.223-.083A4.921%204.921%200%200%201%20.972%208.917V8.86a5.009%205.009%200%200%200%202.222.611A4.895%204.895%200%200%201%201%205.39c0-.917.25-1.667.667-2.389C4.11%205.972%207.722%207.833%2011.806%208.056a5.112%205.112%200%200%201-.112-1.14A4.908%204.908%200%200%201%2016.611%202c1.417%200%202.695.611%203.611%201.556a10.05%2010.05%200%200%200%203.111-1.195%204.905%204.905%200%200%201-2.166%202.722c1-.11%201.944-.389%202.833-.777z%22%2F%3E%3C%2Fsvg%3E"); }

.c-list--social .icon--instagram .icon {
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3ClinearGradient%20x1%3D%2264.5003255%25%22%20y1%3D%22-8.95833333%25%22%20x2%3D%2288.0615234%25%22%20y2%3D%22112.195638%25%22%20id%3D%22icon-instagram-svg-a%22%3E%3Cstop%20stop-color%3D%22%234E60D3%22%20offset%3D%220%25%22%2F%3E%3Cstop%20stop-color%3D%22%23913BAF%22%20offset%3D%2214.2763214%25%22%2F%3E%3Cstop%20stop-color%3D%22%23D52D88%22%20offset%3D%2276.145798%25%22%2F%3E%3Cstop%20stop-color%3D%22%23F26D4F%22%20offset%3D%22100%25%22%2F%3E%3C%2FlinearGradient%3E%3CradialGradient%20cx%3D%2230.2743283%25%22%20cy%3D%22100%25%22%20fx%3D%2230.2743283%25%22%20fy%3D%22100%25%22%20r%3D%2293.3946263%25%22%20gradientTransform%3D%22matrix%28.84656%20.53229%20-.38307%20.60925%20.4295214%20.2296088%29%22%20id%3D%22icon-instagram-svg-c%22%3E%3Cstop%20stop-color%3D%22%23FED276%22%20offset%3D%220%25%22%2F%3E%3Cstop%20stop-color%3D%22%23FDBD61%22%20stop-opacity%3D%22.97500566%22%20offset%3D%2217.0240041%25%22%2F%3E%3Cstop%20stop-color%3D%22%23F6804D%22%20offset%3D%2245.4081253%25%22%2F%3E%3Cstop%20stop-color%3D%22%23E83D5C%22%20stop-opacity%3D%220%22%20offset%3D%22100%25%22%2F%3E%3C%2FradialGradient%3E%3Cpath%20d%3D%22M11.9962378%200c3.2579523%200%203.6664761.01380952%204.9459999.07219047%201.2768571.0582381%202.1489047.26104762%202.9119523.55757142.7888571.30657142%201.4578571.71676189%202.1248095%201.38366663.6669047.66690475%201.0770952%201.33595235%201.3836666%202.12480947.2965238.7630476.4993333%201.6350952.5575714%202.91195231.0583809%201.27952378.0721905%201.68804758.0721905%204.9460475%200%203.2579523-.0138096%203.6664761-.0721905%204.9459999-.0582381%201.2768571-.2610476%202.1489047-.5575714%202.9119475-.3065714.7888571-.7167619%201.4578666-1.3836666%202.1248143-.6669524.6669047-1.3359524%201.0770999-2.1248095%201.3836666-.7630476.2965214-1.6350952.4993304-2.9119523.5575704-1.2795238.0583708-1.6880476.0721915-4.9459999.0721915-3.25799992%200-3.66652372-.0138207-4.9460475-.0721915-1.27685711-.05824-2.14890471-.261049-2.91196659-.5575704-.78885713-.3065667-1.45784759-.7167619-2.12477614-1.3836666-.66690951-.6669477-1.07709997-1.3359572-1.38366663-2.1248143C.33324047%2019.0911424.13045%2018.2190948.07217286%2016.9422377.01380209%2015.6627139%200%2015.2541901%200%2011.9962378c0-3.25799992.0138021-3.66652372.07217286-4.9460475C.13045%205.77333319.33324046%204.90128559.62978094%204.13823799c.30656666-.78885712.71675712-1.45790472%201.38366663-2.12480947C2.68037612%201.34652378%203.34936658.93633331%204.13822371.62976189%204.90128559.33323809%205.77333319.13042857%207.0501903.07219047%208.32971408.01380952%208.73823788%200%2011.9962378%200zm0%202.16147614c-3.20314278%200-3.58257134.01223809-4.84752369.06995238-1.16961902.05333333-1.80480948.24876189-2.22752376.4130476-.55995713.21761905-.95956664.47757142-1.37935711.89738093-.41977141.4197619-.67974284.81938094-.89735712%201.3793333-.16428571.42271428-.35969046%201.05790474-.41305713%202.22752376-.05771904%201.26495235-.06994285%201.64438091-.06994285%204.84752369%200%203.2030952.01222381%203.5825237.06994285%204.8474761.05336667%201.169619.24877142%201.8048094.41305713%202.2275237.21761428.5599571.47760475.9595667.89737617%201.3793381.41977142.4198095.81938093.6797619%201.37933806.8973761.42271428.1642858%201.05790474.3597096%202.22752376.4130381%201.26480949.0577238%201.64414281.0699619%204.84752369.0699619%203.2033332%200%203.5827142-.0122381%204.8474761-.0699619%201.169619-.0533285%201.8048094-.2487523%202.2275237-.4130381.5599524-.2176142.9595714-.4775666%201.3793333-.8973761.4198095-.4197714.6797619-.819381.8973809-1.3793381.1642858-.4227143.3597143-1.0579047.4130477-2.2275237.0577142-1.2649524.0699523-1.6443809.0699523-4.8474761%200-3.20314278-.0122381-3.58257134-.0699523-4.84752369-.0533334-1.16961902-.2487619-1.80480948-.4130477-2.22752376-.217619-.55995236-.4775714-.9595714-.8973809-1.37938091-.4197619-.4197619-.8193809-.67971427-1.3793333-.89733332-.4227143-.16428571-1.0579047-.35971427-2.2275237-.4130476-1.2649524-.05771429-1.6443809-.06995238-4.8474761-.06995238zm0%2013.83347586c2.2084285%200%203.9987142-1.7902857%203.9987142-3.9987142%200-2.20847614-1.7902857-3.99876181-3.9987142-3.99876181-2.20847614%200-3.99876181%201.79028567-3.99876181%203.99876181%200%202.2084285%201.79028567%203.9987142%203.99876181%203.9987142zm0-10.15895215c3.4021904%200%206.1601903%202.75799994%206.1601903%206.16023795%200%203.4021904-2.7579999%206.1601903-6.1601903%206.1601903-3.40223801%200-6.16023795-2.7579999-6.16023795-6.1601903%200-3.40223801%202.75799994-6.16023795%206.16023795-6.16023795zm7.8431427-.24338094c0%20.7950476-.6445238%201.43952377-1.4395714%201.43952377-.795%200-1.4395238-.64447617-1.4395238-1.43952377%200-.7950476.6445238-1.43957139%201.4395238-1.43957139.7950476%200%201.4395714.64452379%201.4395714%201.43957139z%22%20id%3D%22icon-instagram-svg-b%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22url%28%23icon-instagram-svg-a%29%22%20xlink%3Ahref%3D%22%23icon-instagram-svg-b%22%2F%3E%3Cuse%20fill%3D%22url%28%23icon-instagram-svg-c%29%22%20xlink%3Ahref%3D%22%23icon-instagram-svg-b%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

#cludo-404.override ul,
#cludo-404.override ol {
  padding-left: 1.66667rem; }

#cludo-404.override ul:not([class]) li,
#cludo-404.override ol:not([class]) li {
  margin: 0; }

#cludo-404.override ul:not([class]) li:not(:first-child),
#cludo-404.override ol:not([class]) li:not(:first-child) {
  margin-top: 1em; }

#cludo-404.override ul:not([class]) li::before,
#cludo-404.override ol:not([class]) li::before {
  color: #01426A;
  font-family: "Typold W05", sans-serif;
  font-weight: 500;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.33333rem; }

.align-left {
  margin: 0 1rem 1rem 0; }

.align-right {
  margin: 0 0 1rem 1rem; }

.align-center {
  display: table; }

.uppercase {
  text-transform: uppercase; }

.description {
  font-size: 0.66667rem; }
  @media (min-width: 37.5em) {
    .description {
      font-size: 0.66667rem; } }

.form-item {
  margin: 1em 0; }

.form-item--date-range {
  border: 0;
  padding: 0; }
  .form-item--date-range > legend {
    display: block;
    margin: 0 0 1em; }
  @media (min-width: 37.5em) {
    .form-item--date-range > .fieldset-wrapper {
      -webkit-box-align: center;
              align-items: center;
      display: -webkit-box;
      display: flex;
      flex-wrap: nowrap; } }
  .form-item--date-range .form-item {
    margin: 0; }

.form-item--date-range__separator {
  font-size: 0.66667rem;
  -webkit-box-align: end;
          align-items: flex-end;
  font-family: "Typold W05", sans-serif;
  font-weight: 500;
  letter-spacing: 0.16667em;
  margin-left: 1em;
  margin-right: 1em;
  text-transform: uppercase; }
  @media (min-width: 37.5em) {
    .form-item--date-range__separator {
      font-size: 0.66667rem; } }

.filters__inner {
  margin: -0.5rem; }
  .filters__inner > * {
    margin: 0.5rem; }
  @media (min-width: 37.5em) {
    .filters__inner {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap; }
      .filters__inner > * {
        align-self: flex-end;
        -webkit-box-flex: 1;
                flex-grow: 1; } }
  @media (min-width: 48em) {
    .filters__inner {
      margin: -0.83333rem; }
      .filters__inner > * {
        display: -webkit-box;
        display: flex;
        flex-basis: 19%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        -webkit-box-pack: end;
                justify-content: flex-end;
        margin: 0.83333rem; } }
  @media (min-width: 62em) {
    .filters__inner {
      flex-wrap: nowrap; }
      .path-news .filters__inner > * {
        -webkit-box-flex: 0;
                flex-grow: 0; }
      .filters__inner .form-item--date-range {
        -webkit-box-flex: 1;
                flex-grow: 1; } }
  .filters__inner label {
    margin-top: 0; }
  .filters__inner input,
  .filters__inner select {
    width: 100%; }
  .filters__inner .form-actions {
    -webkit-box-flex: 0;
            flex-grow: 0; }

.ui-widget {
  font-family: "Typold W05", sans-serif; }

.ui-datepicker {
  border-radius: 0;
  -webkit-box-shadow: 0 2px 4px 2px rgba(102, 102, 102, 0.5);
          box-shadow: 0 2px 4px 2px rgba(102, 102, 102, 0.5);
  font-family: "Typold W05", sans-serif;
  padding: 0.66667rem; }
  .ui-datepicker.ui-widget-content {
    border: none; }
  .ui-datepicker .ui-datepicker-header {
    background: #fff;
    border: none;
    border-radius: 0;
    padding: 0;
    padding-bottom: 0.66667rem; }
  .ui-datepicker .ui-datepicker-prev {
    left: 0; }
    .ui-datepicker .ui-datepicker-prev span {
      background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2012%2012%22%20height%3D%2212%22%20width%3D%2212%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20transform%3D%22rotate%28180%206%206%29%22%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M4.586%206L.293%201.707A1%201%200%201%201%201.707.293l5%205a1%201%200%200%201%200%201.414l-5%205a1%201%200%201%201-1.414-1.414L4.586%206z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
      background-position: -20% 50%;
      background-repeat: no-repeat;
      background-size: 0.66667rem; }
  .ui-datepicker .ui-datepicker-next {
    right: 0; }
    .ui-datepicker .ui-datepicker-next span {
      background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2012%2012%22%20height%3D%2212%22%20width%3D%2212%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20transform%3D%22rotate%280%206%206%29%22%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M4.586%206L.293%201.707A1%201%200%201%201%201.707.293l5%205a1%201%200%200%201%200%201.414l-5%205a1%201%200%201%201-1.414-1.414L4.586%206z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
      background-position: 120% 50%;
      background-repeat: no-repeat;
      background-size: 0.66667rem; }
  .ui-datepicker .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-next {
    border: 1px solid rgba(0, 128, 153, 0);
    border-radius: 50%;
    cursor: pointer;
    top: 0; }
    .ui-datepicker .ui-datepicker-prev.ui-state-hover,
    .ui-datepicker .ui-datepicker-next.ui-state-hover {
      background: #E0EFF4;
      border-color: #008099; }

table.ui-datepicker-calendar {
  margin: 0; }
  table.ui-datepicker-calendar thead th {
    font-weight: 500;
    line-height: 1.333;
    padding: 0.33333rem 0.33333rem;
    vertical-align: middle; }
  table.ui-datepicker-calendar td {
    padding: 0;
    width: 14.28571%; }
    table.ui-datepicker-calendar td a {
      padding: 0.5rem 0.33333rem 0.16667rem; }
  table.ui-datepicker-calendar .ui-state-default {
    background: none;
    border: 1px solid rgba(1, 66, 106, 0); }
  table.ui-datepicker-calendar .ui-state-hover {
    background-color: #008099;
    color: #fff;
    text-decoration: underline; }
  table.ui-datepicker-calendar .ui-state-highlight {
    border-color: #008099;
    color: #000;
    font-weight: 700; }
  table.ui-datepicker-calendar .ui-state-active {
    background-color: #008099;
    color: #fff; }

.form-required:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  background-size: 7px 7px;
  margin: 0 0.3em;
  content: "";
  vertical-align: super;
  /* Use a background image to prevent screen readers from announcing the text. */
  background-image: url(../../../../../../core/misc/icons/ee0000/required.svg);
  background-repeat: no-repeat; }

.form-item-meetingdateselect {
  max-width: 616px; }

/* Modifiers */
@media (min-width: 48em) {
  form[data-drupal-selector="views-exposed-form-projects-page-1"] .filters__inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; } }

form[data-drupal-selector="views-exposed-form-projects-page-1"] .filters__inner .form-actions {
  display: block; }
  form[data-drupal-selector="views-exposed-form-projects-page-1"] .filters__inner .form-actions input {
    width: auto; }

.media + .media {
  margin-top: 3.33333rem; }

.media__image img {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.media__title {
  font-size: 1rem;
  color: #417925;
  color: #000;
  font-weight: 700;
  margin: 0; }
  @media (min-width: 37.5em) {
    .media__title {
      font-size: 1rem; } }

.media__caption {
  font-size: 0.77778rem;
  line-height: 1.333;
  background-color: #F2F2F2;
  margin: 0;
  padding: 0.44444rem 0.55556rem; }
  @media (min-width: 37.5em) {
    .media__caption {
      font-size: 0.77778rem; } }
  .media__caption p {
    font-size: inherit;
    line-height: inherit; }
  .media__caption li {
    font-size: inherit;
    line-height: inherit; }
  @media (min-width: 48em) {
    .media__caption {
      padding: 0.55556rem 1.11111rem; } }

.media__caption-text {
  margin: 0.33333rem 0 0 0; }
  .media__caption-text + p {
    margin-top: 0.33333rem; }

.media__transcript {
  margin-top: 0.33333rem; }

.js-lpb-component .media__video {
  pointer-events: none; }

.media__video .field--name-field-media-video-embed-field {
  position: relative; }

.media__video .field--name-field-media-video-embed-field:after {
  content: '';
  display: block;
  padding-bottom: 56.25%; }

.media__video .field--name-field-media-video-embed-field iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0; }

.paragraph__image {
  margin-bottom: 1.66667rem;
  margin-top: 1.66667rem; }

.paragraph--type--stories-image[data-align="center"] img,
.paragraph--type--text-and-image .paragraph__image[data-align="center"] img {
  width: 100%; }

@media (min-width: 48em) {
  .page-content .paragraph.paragraph[data-align="end"], .page-content .paragraph.paragraph[data-align="start"],
  .page-content .paragraph [data-align="end"],
  .page-content .paragraph [data-align="start"] {
    margin-bottom: 1.66667rem;
    margin-bottom: 7.69231%;
    max-width: 50%;
    max-width: calc(50% - 1.66667rem);
    max-width: 46.15385%;
    width: 100%;
    z-index: 2; }
    .page-content .paragraph.paragraph[data-align="end"].paragraph--type--stories-web-video, .page-content .paragraph.paragraph[data-align="start"].paragraph--type--stories-web-video,
    .page-content .paragraph [data-align="end"].paragraph--type--stories-web-video,
    .page-content .paragraph [data-align="start"].paragraph--type--stories-web-video {
      width: 46.15385%; }
  .page-content .paragraph.paragraph[data-align="end"],
  .page-content .paragraph [data-align="end"] {
    float: right;
    margin-left: 3.33333rem;
    margin-left: 7.69231%; }
  .page-content .paragraph.paragraph[data-align="start"],
  .page-content .paragraph [data-align="start"] {
    clear: left;
    float: left;
    margin-right: 3.33333rem;
    margin-right: 7.69231%; }
    .page-content .paragraph.paragraph[data-align="start"] + .js-lpb-component > .lpb-controls,
    .page-content .paragraph [data-align="start"] + .js-lpb-component > .lpb-controls {
      left: auto;
      right: 0; }
  .page-content .paragraph.paragraph[data-align="center"],
  .page-content .paragraph [data-align="center"] {
    clear: both; }
  .paragraph--type--video-gallery {
    clear: both; } }

@media (min-width: 87.5em) {
  .page-content .paragraph--type--stories-image figure.media,
  .page-content .paragraph > .c-video,
  .page-content .paragraph > .c-slideshow-video,
  .page-content .paragraph > .c-slideshow {
    margin-left: -7.69231%;
    margin-right: -7.69231%; }
    .page-node-type-alert .page-content .paragraph--type--stories-image figure.media, .page-node-type-alert
    .page-content .paragraph > .c-video, .page-node-type-alert
    .page-content .paragraph > .c-slideshow-video, .page-node-type-alert
    .page-content .paragraph > .c-slideshow {
      margin-left: 0;
      margin-right: 0; }
  .page-content .paragraph--type--stories-image[data-align="start"] .media,
  .page-content .paragraph--type--stories-image[data-align="end"] .media,
  .page-content .paragraph[data-align="start"] > .c-video,
  .page-content .paragraph[data-align="end"] > .c-video,
  .page-content .paragraph[data-align="start"] > .c-slideshow-video,
  .page-content .paragraph[data-align="end"] > .c-slideshow-video,
  .page-content .paragraph[data-align="start"] > .c-slideshow,
  .page-content .paragraph[data-align="end"] > .c-slideshow {
    margin-left: 0;
    margin-right: 0; } }

[class*="t-"] {
  color: var(--color-text); }

.t-reset {
  --color-text: #333;
  --color-accent: #008099;
  --color-neutral: #999;
  --border-color: #ccc;
  --heading-color: #046A38;
  --heading-color-secondary: #72A300;
  --heading-color-tertiary: #01426A;
  --link-color-text: #008099;
  --link-color-text-hover: #008099; }

.t-forest {
  --color-text: #fff;
  --color-accent: #A9C23F;
  --color-neutral: rgba(169, 194, 63, 0.6);
  --border-color: rgba(169, 194, 63, 0.6);
  --heading-color: #fff;
  --heading-color-secondary: #fff;
  --heading-color-tertiary: rgba(255, 255, 255, 0.6);
  --link-color-text: #fff;
  --link-color-text-hover: #fff;
  background-color: #046A38; }
  .t-forest .icon path {
    fill: var(--color-accent); }

.t-gray {
  --link-color-text: #01426A;
  --link-color-text-hover: #01426A;
  background-color: #F2F2F2; }

.t-green {
  --color-text: #fff;
  --color-accent: #A9C23F;
  --color-neutral: rgba(169, 194, 63, 0.6);
  --border-color: rgba(169, 194, 63, 0.6);
  --heading-color: #fff;
  --heading-color-secondary: rgba(255, 255, 255, 0.8);
  --heading-color-tertiary: rgba(255, 255, 255, 0.6);
  --link-color-text: #fff;
  --link-color-text-hover: #fff;
  background-color: #417925; }

.t-red {
  --color-text: #fff;
  --link-color-text: #fff;
  --link-color-text-hover: #fff;
  background-color: #417925; }

.t-sky {
  --color-text: #333;
  --color-accent: #008099;
  --color-neutral: #999;
  --border-color: #ccc;
  --heading-color: #046A38;
  --heading-color-secondary: #01426A;
  --heading-color-tertiary: #01426A;
  --link-color-text: #01426A;
  --link-color-text-hover: #01426A;
  background-color: #E0EFF4; }
  .t-sky .icon path {
    fill: var(--color-accent); }

.t-twilight {
  --color-text: #fff;
  --link-color-text: #fff;
  --link-color-text-hover: #A9C23F;
  background-color: #01426A; }

.t-green .c-dateline,
.t-red .c-dateline,
.t-twilight .c-dateline,
.t-forest .c-dateline {
  color: #fff; }

.t-green .c-section-header__heading,
.t-red .c-section-header__heading,
.t-twilight .c-section-header__heading,
.t-forest .c-section-header__heading {
  color: #fff; }
  .t-green .c-section-header__heading:after,
  .t-red .c-section-header__heading:after,
  .t-twilight .c-section-header__heading:after,
  .t-forest .c-section-header__heading:after {
    background-color: #fff; }

.t-green h3,
.t-red h3,
.t-twilight h3,
.t-forest h3 {
  color: #fff; }
  .t-green h3 a,
  .t-red h3 a,
  .t-twilight h3 a,
  .t-forest h3 a {
    color: #fff;
    text-decoration: underline; }
    .t-green h3 a:hover,
    .t-red h3 a:hover,
    .t-twilight h3 a:hover,
    .t-forest h3 a:hover {
      color: #E0EFF4;
      text-decoration: none; }

.t-twilight .c-featured__description,
.t-forest .c-featured__description {
  color: #E0EFF4; }

.u-tt-none {
  text-transform: none; }

.u-tt-upper {
  text-transform: uppercase; }

#block-prototype-d8-branding {
  width: 200px; }

.paragraph--type--map {
  height: 500px; }
