@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.8888888889rem;
  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.3333333333rem;
  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.6666666667rem;
  }
}

h3 {
  font-size: 1.1111111111rem;
  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.3333333333rem;
  }
}

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

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.7777777778rem;
  line-height: 1.333;
  color: inherit;
  font-family: "Typold W05", sans-serif;
  margin: 1em 0;
}
@media (min-width: 37.5em) {
  h6 {
    font-size: 0.7777777778rem;
  }
}

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

a {
  color: var(--link-color-text);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:hover {
  -webkit-text-decoration: none;
  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: 0.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.6666666667rem;
}

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

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.7142857143;
}
@media (min-width: 37.5em) {
  ul:not([class]),
  ol:not([class]),
  dl:not([class]) {
    font-size: 1rem;
  }
}

ul,
ol {
  padding-left: 1.6666666667rem;
}
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.6666666667rem;
}
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.8888888889rem;
  background-color: #fff;
  border: 1px solid #999;
  border-top-color: #333;
  border-radius: 0;
  max-width: 100%;
  padding: 0.5rem 0.6666666667rem;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (min-width: 37.5em) {
  input,
  textarea {
    font-size: 0.7777777778rem;
  }
}
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.6666666667rem 1rem;
  }
}
@media (min-width: 62em) {
  input,
  textarea {
    padding: 1rem 1.3333333333rem;
  }
}

input[type=text].hasDatepicker {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath fill-rule='evenodd' d='M6 4.586 10.293.293a1 1 0 1 1 1.414 1.414l-5 5a1 1 0 0 1-1.414 0l-5-5A1 1 0 1 1 1.707.293z'/%3E%3C/svg%3E");
  background-origin: center right;
  background-position: right 1.1666666667rem 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.8333333333rem;
  font-family: "Typold W05", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1rem;
  padding: 0.5rem 0.6666666667rem;
}
@media (min-width: 37.5em) {
  input[type=submit],
  button {
    font-size: 0.8333333333rem;
  }
}
@media (min-width: 37.5em) {
  input[type=submit],
  button {
    padding: 0.6666666667rem 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.8333333333rem;
  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.8333333333rem;
  }
}

select {
  font-size: 0.8888888889rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-color: #999;
  border-top-color: #333;
  border-radius: 0;
  padding: 0.5rem 0.6666666667rem;
  text-indent: 0.01px;
  text-overflow: "";
  position: static;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (min-width: 37.5em) {
  select {
    font-size: 0.7777777778rem;
  }
}
@media (min-width: 37.5em) {
  select {
    padding: 0.6666666667rem 1rem;
  }
}
@media (min-width: 62em) {
  select {
    padding: 1rem 1.3333333333rem;
  }
}

select,
input[type=text].hasDatepicker {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath fill-rule='evenodd' d='M6 4.586 10.293.293a1 1 0 1 1 1.414 1.414l-5 5a1 1 0 0 1-1.414 0l-5-5A1 1 0 1 1 1.707.293z'/%3E%3C/svg%3E");
  background-position: right 0.6666666667rem center;
  background-origin: center right;
  background-repeat: no-repeat;
  background-size: 0.6666666667rem;
  padding-right: 1.3333333333rem;
}
@media (min-width: 37.5em) {
  select,
  input[type=text].hasDatepicker {
    background-position: right 0.6666666667rem center;
    padding-right: 2.3333333333rem;
  }
}
@media (min-width: 62em) {
  select,
  input[type=text].hasDatepicker {
    background-position: right 1.1666666667rem center;
    padding-right: 2.6666666667rem;
  }
}
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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath fill-rule='evenodd' d='m6 2.414 4.293 4.293a1 1 0 1 1 1.414-1.414l-5-5a1 1 0 0 1-1.414 0l-5 5a1 1 0 1 1 1.414 1.414z'/%3E%3C/svg%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.8333333333rem;
  background: #046A38;
  color: #fff;
  font-family: "Typold W05", sans-serif;
  font-weight: 500;
  letter-spacing: 0.0666666667em;
  vertical-align: bottom;
}
@media (min-width: 37.5em) {
  thead td, thead th {
    font-size: 0.8333333333rem;
  }
}
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.8333333333rem;
  font-family: "Typold W05", sans-serif;
  font-weight: 500;
  letter-spacing: 0.0666666667em;
}
@media (min-width: 37.5em) {
  th {
    font-size: 0.8333333333rem;
  }
}

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

.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.7777777778rem;
  line-height: 1.333;
  background-color: #F2F2F2;
  margin: 0 !important;
  padding: 1rem;
}
@media (min-width: 37.5em) {
  caption {
    font-size: 0.7777777778rem;
  }
}
@media (min-width: 48em) {
  caption {
    padding: 1.6666666667rem;
  }
}

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

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

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

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

a.skip-link.visually-hidden:focus,
a.skip-link.visually-hidden:active {
  background-color: #fff;
  -webkit-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.3333333333rem;
  outline: none;
  padding: 0;
  position: fixed;
  right: 0;
  width: 3.3333333333rem;
  z-index: 20;
}
#scroll-to-top svg {
  height: 1rem;
  left: 0.7777777778rem;
  position: absolute;
  width: 1.6666666667rem;
  top: 1.1111111111rem;
}
@media (min-width: 62em) {
  #scroll-to-top {
    bottom: 1.1111111111rem;
    right: 1.1111111111rem;
  }
}

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

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

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

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

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

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

.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.3333333333rem;
  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.6923076923%;
    margin-right: -7.6923076923%;
  }
}

.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.3333333333rem;
}
.o-layout-subsection:not(:last-child) {
  margin-bottom: 3.3333333333rem;
}

[class*=o-layout-twocolumn-halves] {
  display: grid;
  grid-gap: 60px;
  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.6666666667rem;
  }
  .o-layout-grid--2 > * {
    flex-basis: 11.1111111111rem;
    -webkit-box-flex: 1;
            flex-grow: 1;
    margin: 2.2222222222rem 1.6666666667rem 0;
    max-width: 25.5555555556rem;
    min-width: calc((100% - 6.6666666667rem) / 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.6666666667rem;
  }
  .o-layout-grid--3 > * {
    flex-basis: 11.1111111111rem;
    -webkit-box-flex: 1;
            flex-grow: 1;
    margin: 2.2222222222rem 1.6666666667rem 0;
    max-width: 25.5555555556rem;
    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.6666666667rem;
  }
}
.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.6666666667rem;
}
@media (min-width: 37.5em) {
  .o-layout-grid--4 > * {
    padding: 1.6666666667rem;
    width: 50%;
  }
  .o-layout-grid--4 > *:not(:first-child) {
    margin-top: 0;
  }
}
@media (min-width: 62em) {
  .o-layout-grid--4 > * {
    width: 33.3333333333%;
  }
  .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.3333333333%;
  }
}
@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.2777777778rem;
  }
  .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.5555555556rem 0.2777777778rem 0;
    width: calc((100% - 1.6666666667rem) / 3);
  }
  .o-layout-grid--tight > *:nth-child(-n+3) {
    margin-top: 0;
  }
}

@media (min-width: 48em) {
  .o-layout-inset {
    padding: 2.6666666667rem;
  }
  .o-layout-inset--tight {
    padding: 1.3333333333rem;
  }
  .o-layout-h-inset {
    --space-offset-left: 2.6666666667rem;
    --space-offset-right: 2.6666666667rem;
    padding-left: 2.6666666667rem;
    padding-right: 2.6666666667rem;
  }
  .o-layout-h-inset--asym {
    --space-offset-left: 5.3333333333rem;
    --space-offset-right: 2.6666666667rem;
    padding-left: 5.3333333333rem;
    padding-right: 2.6666666667rem;
  }
  .o-layout-h-inset--tight {
    --space-offset-left: 1.3333333333rem;
    --space-offset-right: 1.3333333333rem;
    padding-left: 1.3333333333rem;
    padding-right: 1.3333333333rem;
  }
  .o-layout-v-inset {
    padding-bottom: 2.6666666667rem;
    padding-top: 2.6666666667rem;
  }
  .o-layout-v-inset--top {
    padding-top: 2.6666666667rem;
  }
  .o-layout-v-inset--bottom {
    padding-bottom: 2.6666666667rem;
  }
  .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.3333333333rem;
    padding-top: 1.3333333333rem;
  }
  .o-layout-h-offset-content {
    margin-left: 6.6666666667%;
    margin-right: 6.6666666667%;
  }
  .o-layout-section:not(:first-child) {
    margin-top: 3.3333333333rem;
  }
  .o-layout-section:not(:last-child) {
    margin-bottom: 3.3333333333rem;
  }
  .o-layout-subsection:not(:first-child) {
    margin-top: 1.6666666667rem;
  }
  .o-layout-subsection:not(:last-child) {
    margin-bottom: 1.6666666667rem;
  }
  .o-layout-grid--6 > * {
    width: 33.3333333333%;
  }
}
.layout--twocol-bricks > * {
  width: 100%;
  max-width: 100%;
}

@media (min-width: 62em) {
  .o-layout-sidebar-after .o-layout-sidebar-after__primary {
    margin-right: 9.0909090909%;
    width: 68.1818181818%;
  }
  .o-layout-sidebar-after .o-layout-sidebar-after__secondary {
    padding-top: 9.0909090909%;
    width: 22.7272727273%;
    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.8181818182%;
  }
  .o-layout-sidebar-after--tight .o-layout-sidebar-after__primary {
    margin-right: 0;
    padding-right: 3.3333333333rem;
    flex-basis: 75%;
  }
  .o-layout-sidebar-after--tight .o-layout-sidebar-after__secondary {
    max-width: 25.5555555556rem;
    padding-top: 0;
    flex-basis: 25%;
  }
  .o-layout-sidebar-after--1-2 .o-layout-sidebar-after__primary {
    width: 44.4444444444%;
    margin-right: 11.1111111111%;
  }
  .o-layout-sidebar-after--1-2 .o-layout-sidebar-after__secondary {
    width: 44.4444444444%;
    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.3333333333%;
    margin-right: 11.1111111111%;
  }
  .l--layout-twocolumn-onethird-twothirds .l__main > .l__secondary {
    flex-basis: 55.5555555556%;
  }
  .l--layout-twocolumn-twothirds-onethird .l__main > .l__primary {
    flex-basis: 55.5555555556%;
    margin-right: 11.1111111111%;
  }
  .l--layout-twocolumn-twothirds-onethird .l__main > .l__secondary {
    flex-basis: 33.3333333333%;
  }
  .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;
    margin-bottom: 0;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }
  .o-layout-grid--6 > * {
    width: 25%;
  }
}
@media (min-width: 87.5em) {
  .o-layout-inset {
    padding: 3.3333333333rem;
  }
  .o-layout-inset--tight {
    padding: 1.6666666667rem;
  }
  .o-layout-h-inset {
    --space-offset-left: 3.3333333333rem;
    --space-offset-right: 3.3333333333rem;
    padding-left: 3.3333333333rem;
    padding-right: 3.3333333333rem;
  }
  .o-layout-h-inset--asym {
    --space-offset-left: 6.6666666667rem;
    --space-offset-right: 6.6666666667rem;
    padding-left: 6.6666666667rem;
    padding-right: 6.6666666667rem;
  }
  .o-layout-h-inset--tight {
    --space-offset-left: 1.6666666667rem;
    --space-offset-right: 1.6666666667rem;
    padding-left: 1.6666666667rem;
    padding-right: 1.6666666667rem;
  }
  .o-layout-v-inset {
    padding-bottom: 3.3333333333rem;
    padding-top: 3.3333333333rem;
  }
  .o-layout-v-inset--top {
    padding-top: 3.3333333333rem;
  }
  .o-layout-v-inset--bottom {
    padding-bottom: 3.3333333333rem;
  }
  .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.6666666667rem;
    padding-top: 1.6666666667rem;
  }
  .o-layout-h-inset-even {
    padding-left: 3.3333333333rem;
    padding-right: 3.3333333333rem;
  }
  .o-layout-h-offset-content {
    margin-left: 6.6666666667%;
    margin-right: 6.6666666667%;
  }
  .o-layout-section:not(:first-child) {
    margin-top: 6.6666666667rem;
  }
  .o-layout-section:not(:last-child) {
    margin-bottom: 6.6666666667rem;
  }
  .o-layout-subsection:not(:first-child) {
    margin-top: 3.3333333333rem;
  }
  .o-layout-subsection:not(:last-child) {
    margin-bottom: 3.3333333333rem;
  }
  .o-layout-grid--6 > * {
    width: 16.6666666667%;
  }
}
.list--ruled {
  margin: 0;
  padding: 0;
}
.list--ruled > li {
  list-style: none;
}
.list--ruled > li {
  border-top: 1px solid #ccc;
  margin-top: 1.6666666667rem;
  padding-top: 1.6666666667rem;
}
.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.6666666667rem;
  padding-top: 1.6666666667rem;
}
.list--ruled-inner > li:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.list--number {
  padding-left: 1.6666666667rem;
  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.6666666667rem;
  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.6666666667rem;
  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.8333333333rem;
  line-height: 2;
  margin: 0;
  margin: 1.6666666667rem 0;
}
@media (min-width: 37.5em) {
  .c-term-list {
    font-size: 0.8333333333rem;
  }
}
.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.6666666667rem;
}

@media (min-width: 37.5em) {
  .c-term-list--grid {
    display: grid;
    grid-column-gap: 1.6666666667rem;
    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: 0.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.3333333333rem;
}

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

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

.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.6666666667rem;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.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.3333333333rem;
  width: 1.3333333333rem;
  margin-bottom: 0;
}
.c-list--social .icon--facebook .icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%233b5998' d='M9 24V13H6V9h3V5.5C9 2.667 10.778 0 15 0c1.694 0 3 .222 3 .222L17.833 4H15.25c-1.528 0-1.75.833-1.75 2v3H18l-.306 4H13.5v11z'/%3E%3C/svg%3E");
}
.c-list--social .icon--twitter .icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%231da1f2' viewBox='0 0 24 24'%3E%3Cpath d='M24 4.306c-.667 1-1.5 1.86-2.444 2.555V7.5c0 6.5-4.945 14-14 14-2.778 0-5.39-.611-7.556-2a8 8 0 0 0 1.167.083c2.305 0 4.444-1 6.11-2.333-2.138-.028-3.971-1.472-4.583-3.417a5.1 5.1 0 0 0 2.223-.083A4.92 4.92 0 0 1 .972 8.917V8.86a5 5 0 0 0 2.222.611A4.9 4.9 0 0 1 1 5.39c0-.917.25-1.667.667-2.389C4.11 5.972 7.722 7.833 11.806 8.056a5 5 0 0 1-.112-1.14A4.91 4.91 0 0 1 16.611 2c1.417 0 2.695.611 3.611 1.556a10 10 0 0 0 3.111-1.195 4.9 4.9 0 0 1-2.166 2.722c1-.11 1.944-.389 2.833-.777'/%3E%3C/svg%3E");
}
.c-list--social .icon--instagram .icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E%3Cdefs%3E%3CradialGradient id='c' cx='30.274%25' cy='100%25' r='93.395%25' fx='30.274%25' fy='100%25' gradientTransform='rotate(32.16 -.184 .86)scale(1 .71967)'%3E%3Cstop offset='0%25' stop-color='%23fed276'/%3E%3Cstop offset='17.024%25' stop-color='%23fdbd61' stop-opacity='.975'/%3E%3Cstop offset='45.408%25' stop-color='%23f6804d'/%3E%3Cstop offset='100%25' stop-color='%23e83d5c' stop-opacity='0'/%3E%3C/radialGradient%3E%3ClinearGradient id='a' x1='64.5%25' x2='88.062%25' y1='-8.958%25' y2='112.196%25'%3E%3Cstop offset='0%25' stop-color='%234e60d3'/%3E%3Cstop offset='14.276%25' stop-color='%23913baf'/%3E%3Cstop offset='76.146%25' stop-color='%23d52d88'/%3E%3Cstop offset='100%25' stop-color='%23f26d4f'/%3E%3C/linearGradient%3E%3Cpath id='b' d='M11.996 0c3.258 0 3.667.014 4.946.072 1.277.058 2.15.261 2.912.558a5.9 5.9 0 0 1 2.125 1.383 5.9 5.9 0 0 1 1.384 2.125c.296.763.499 1.635.557 2.912.059 1.28.072 1.688.072 4.946s-.013 3.667-.072 4.946c-.058 1.277-.26 2.15-.557 2.912a5.9 5.9 0 0 1-1.384 2.125 5.9 5.9 0 0 1-2.125 1.384c-.763.296-1.635.499-2.912.557-1.28.059-1.688.072-4.946.072S8.33 23.98 7.05 23.92c-1.277-.058-2.149-.26-2.912-.557a5.9 5.9 0 0 1-2.125-1.384A5.9 5.9 0 0 1 .63 19.854c-.297-.763-.5-1.635-.558-2.912C.014 15.662 0 15.254 0 11.996S.014 8.33.072 7.05C.13 5.773.333 4.901.63 4.138a5.9 5.9 0 0 1 1.383-2.125A5.9 5.9 0 0 1 4.138.63C4.901.333 5.773.13 7.05.072 8.33.014 8.738 0 11.996 0m0 2.161c-3.203 0-3.582.013-4.847.07-1.17.054-1.805.25-2.228.413-.56.218-.96.478-1.38.898s-.679.82-.897 1.38c-.164.422-.36 1.057-.413 2.227-.057 1.265-.07 1.644-.07 4.847s.013 3.583.07 4.848c.054 1.17.25 1.805.413 2.227.218.56.478.96.898 1.38s.82.68 1.38.897c.422.164 1.057.36 2.227.413 1.265.058 1.644.07 4.847.07s3.583-.012 4.848-.07c1.17-.053 1.805-.249 2.227-.413.56-.218.96-.478 1.38-.897s.68-.82.897-1.38c.164-.422.36-1.058.413-2.227.058-1.265.07-1.645.07-4.848s-.012-3.582-.07-4.847c-.053-1.17-.249-1.805-.413-2.228a3.7 3.7 0 0 0-.897-1.38c-.42-.419-.82-.679-1.38-.897-.422-.164-1.058-.36-2.227-.413-1.265-.057-1.645-.07-4.848-.07m0 13.834a3.999 3.999 0 1 0 0-7.997 3.999 3.999 0 0 0 0 7.997m0-10.159a6.16 6.16 0 1 1 0 12.32 6.16 6.16 0 0 1 0-12.32m7.843-.243a1.44 1.44 0 1 1-2.879 0 1.44 1.44 0 0 1 2.88 0'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cuse xlink:href='%23b' fill='url(%23a)'/%3E%3Cuse xlink:href='%23b' fill='url(%23c)'/%3E%3C/g%3E%3C/svg%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.6666666667rem;
}
@media (min-width: 37.5em) {
  .description {
    font-size: 0.6666666667rem;
  }
}

.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.6666666667rem;
  -webkit-box-align: end;
          align-items: flex-end;
  font-family: "Typold W05", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1666666667em;
  margin-left: 1em;
  margin-right: 1em;
  text-transform: uppercase;
}
@media (min-width: 37.5em) {
  .form-item--date-range__separator {
    font-size: 0.6666666667rem;
  }
}

.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.8333333333rem;
  }
  .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.8333333333rem;
  }
}
@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.6666666667rem;
}
.ui-datepicker.ui-widget-content {
  border: none;
}
.ui-datepicker .ui-datepicker-header {
  background: #fff;
  border: none;
  border-radius: 0;
  padding: 0;
  padding-bottom: 0.6666666667rem;
}
.ui-datepicker .ui-datepicker-prev {
  left: 0;
}
.ui-datepicker .ui-datepicker-prev span {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill-rule='evenodd' d='m7.414 6 4.293 4.293a1 1 0 1 1-1.414 1.414l-5-5a1 1 0 0 1 0-1.414l5-5a1 1 0 1 1 1.414 1.414z'/%3E%3C/svg%3E");
  background-position: -20% 50%;
  background-repeat: no-repeat;
  background-size: 0.6666666667rem;
}
.ui-datepicker .ui-datepicker-next {
  right: 0;
}
.ui-datepicker .ui-datepicker-next span {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill-rule='evenodd' d='M4.586 6 .293 1.707A1 1 0 1 1 1.707.293l5 5a1 1 0 0 1 0 1.414l-5 5a1 1 0 1 1-1.414-1.414z'/%3E%3C/svg%3E");
  background-position: 120% 50%;
  background-repeat: no-repeat;
  background-size: 0.6666666667rem;
}
.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.3333333333rem 0.3333333333rem;
  vertical-align: middle;
}
table.ui-datepicker-calendar td {
  padding: 0;
  width: 14.2857142857%;
}
table.ui-datepicker-calendar td a {
  padding: 0.5rem 0.3333333333rem 0.1666666667rem;
}
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;
  -webkit-text-decoration: underline;
  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.3333333333rem;
}

.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.7777777778rem;
  line-height: 1.333;
  background-color: #F2F2F2;
  margin: 0;
  padding: 0.4444444444rem 0.5555555556rem;
}
@media (min-width: 37.5em) {
  .media__caption {
    font-size: 0.7777777778rem;
  }
}
.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.5555555556rem 1.1111111111rem;
  }
}

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

.media__transcript {
  margin-top: 0.3333333333rem;
}

.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.6666666667rem;
  margin-top: 1.6666666667rem;
}

.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.6666666667rem;
    margin-bottom: 7.6923076923%;
    max-width: 50%;
    max-width: calc(50% - 1.6666666667rem);
    max-width: 46.1538461538%;
    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.1538461538%;
  }
  .page-content .paragraph.paragraph[data-align=end],
  .page-content .paragraph [data-align=end] {
    float: right;
    margin-left: 3.3333333333rem;
    margin-left: 7.6923076923%;
  }
  .page-content .paragraph.paragraph[data-align=start],
  .page-content .paragraph [data-align=start] {
    clear: left;
    float: left;
    margin-right: 3.3333333333rem;
    margin-right: 7.6923076923%;
  }
  .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.6923076923%;
    margin-right: -7.6923076923%;
  }
  .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;
  -webkit-text-decoration: underline;
  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;
  -webkit-text-decoration: none;
  text-decoration: none;
}

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

/* print stylesheet */
/* for users who are looking to print any content pages */
@media print and (color) {
  * {
    -webkit-print-color-adjust: exact !important;
    color: inherit !important;
    print-color-adjust: exact !important;
  }
}
@media print {
  @page {
    margin: 0.5in;
  }
  :root {
    --content-width: 80ch;
    --print-color: #000;
    --print-background-color: #fff;
  }
  html,
  body,
  body.is-scrolled {
    padding-top: 0 !important;
    top: 0 !important;
    margin-top: 0 !important;
    height: auto;
  }
  html {
    font-size: 9pt;
  }
  body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 9pt;
    background-color: transparent !important;
    border-color: #000;
  }
  a {
    color: revert !important;
  }
  figure,
  img,
  iframe,
  svg,
  :after,
  :before {
    /* IE4-8 and 9 (deprecated). */
    -webkit-filter: Gray();
            filter: Gray();
    /* SVG version for IE10, Chrome 17, FF3.5,
      Safari 5.2 and Opera 11.6 */
    filter: url("#grayscale");
    /* CSS3 filter, at the moment Webkit only. Prefix it for
      future implementations */
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); /* future-proof */
  }
  .print-only {
    display: block;
  }
  .print-timestamp {
    font-family: "Typold W05", sans-serif;
    margin-bottom: 2rem;
    text-align: right;
    font-size: 0.75rem;
    line-height: 1.2;
  }
  .print-timestamp img {
    float: left;
    margin: 0 1rem 1rem 0;
    width: 6rem;
  }
  .print-timestamp br:first-of-type {
    display: none;
  }
  .site__content {
    clear: both;
  }
  .page-content {
    max-width: var(--content-width);
    margin-left: auto;
    margin-right: auto;
  }
  .page-content .c-intro img,
  .page-content .paragraph--type--stories-image:not(:last-child) {
    width: 50%;
    float: right;
    margin: 3.33333rem -4ch 2rem 4ch;
  }
  .page-content .c-intro img .media,
  .page-content .paragraph--type--stories-image:not(:last-child) .media {
    width: 100% !important;
    max-width: none !important;
  }
  .o-layout--section {
    max-width: var(--content-width);
    margin-left: auto;
    margin-right: auto;
  }
  /* hide sitewide elements that are not necessary for printing */
  .nav-trigger,
  label[for=nav-trigger],
  header .c-header__site-navigation,
  .site-alert,
  .contextual-region .trigger,
  #block-cityofraleigh-local-tasks,
  .site__drawer,
  div[data-drupal-messages],
  div[id=block-socialshareblock],
  div[id=block-cityofraleigh-webform],
  .page-footer,
  .page-footer + .o-layout-section,
  footer,
  video,
  audio,
  object,
  embed,
  .c-slideshow-video .slick-slider,
  .c-video .media,
  .c-slideshow__nav,
  .c-page-header__icon,
  .c-subscription-form-container,
  #scroll-to-top,
  .c-section-header--secondary .c-section-header__heading:after,
  ul:not([class]) li::before,
  ol:not([class]) li::before,
  .site_footer,
  .region--postcontent,
  .region--midcontent,
  .bef-exposed-form,
  .c-pager,
  .page-title__footer,
  .view-form,
  .view-pager,
  .view-separator,
  hr,
  .c-header__logo,
  .rc-anchor-pt,
  .si-toggle-container,
  .tablesaw-bar,
  .addtocalendar {
    display: none !important;
  }
  .site__header {
    display: none;
    margin: 0 !important;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    min-height: auto;
    position: static;
    height: 0.75in !important;
  }
  .site__header:before {
    display: none;
  }
  ol.linked > li a {
    background: none;
  }
  h1, h2, h3, h4, h5, h6, p {
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }
  .page-content .paragraph--type--stories-image .media,
  .page-content .paragraph > .c-video,
  .page-content .paragraph > .c-slideshow-video,
  .page-content .paragraph > .c-slideshow {
    margin: 0;
  }
  html, body, h1, h2, h3, ol, ul, div, article {
    border: 0;
    padding: 0;
    width: auto;
    height: auto;
    float: none;
    position: static;
    overflow: visible;
  }
  h1, h2, h3 {
    font-weight: bold;
  }
  .c-page-header__image {
    margin-bottom: 0.5in !important;
  }
  ul:not([class]),
  ol:not([class]) {
    margin-left: 0.5in;
  }
  ul:not([class]) {
    list-style-type: disc;
  }
  ol:not([class]) {
    list-style-type: decimal;
  }
  .media__image img {
    margin: 0;
  }
  .media__caption {
    background-color: transparent;
    font-style: italic;
    padding-left: 0;
  }
  .site,
  .o-layout-sidebar-after {
    display: block !important;
  }
  .o-layout-section {
    margin-bottom: 0 !important;
  }
  .o-layout-sidebar-after .o-layout-sidebar-after__primary,
  .o-layout-sidebar-after .o-layout-sidebar-after__secondary {
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    max-width: var(--content-width);
  }
  .o-layout-sidebar-after .o-layout-sidebar-after__secondary {
    margin-top: 0.5in !important;
  }
  .o-layout-h-offset-content {
    margin-left: auto;
    margin-right: auto;
  }
  .o-layout-grid {
    display: block !important;
  }
  .o-layout-grid > * {
    max-width: none;
    margin: 0;
    padding: 0;
  }
  .o-layout-grid > * + * {
    margin-top: 2rem !important;
  }
  a:not(.c-jump-link__target):after {
    content: " (" attr(href) ")";
    font-family: "Typold W05", sans-serif;
    font-size: 8pt;
    font-style: italic;
    display: block;
    word-break: break-all;
    max-width: none !important;
    background: none;
    text-transform: none;
    width: auto;
    height: auto;
    list-style: inherit;
    position: static;
  }
  h1 a:after, h2 a:after, h3 a:after, h4 a:after, p a:after {
    display: inline-block;
    margin-left: 0.125em;
    margin-right: 0.125em;
  }
  .c-slideshow-video:after,
  .c-video:after {
    content: "[ Video has been removed for printing ]";
    font-size: 8pt;
    font-style: italic;
  }
  p {
    font-size: inherit;
    orphans: 2;
    widows: 2;
  }
  .c-intro p:not([class]) {
    font-size: inherit;
  }
  ul:not([class]),
  ol:not([class]),
  dl:not([class]) {
    font-size: inherit;
  }
  .c-page-header {
    /* IE4-8 and 9 (deprecated). */
    -webkit-filter: Gray();
            filter: Gray();
    /* SVG version for IE10, Chrome 17, FF3.5,
      Safari 5.2 and Opera 11.6 */
    filter: url("#grayscale");
    /* CSS3 filter, at the moment Webkit only. Prefix it for
      future implementations */
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); /* future-proof */
  }
  div[data-align=start] figure,
  div[data-align=end] figure,
  figure img {
    max-width: 100% !important;
  }
  .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] {
    float: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    max-width: 50%;
    width: 100%;
  }
  img, video, table, figure, .media__image, .table, .c-page-info, blockquote {
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }
  .media__image a:after,
  a.logo:after,
  a[id=main-content]:after,
  a.c-service-icon__link:after {
    display: none;
  }
  .page-content .paragraph > .c-video,
  .page-content .paragraph > .c-slideshow-video,
  .c-section-header--secondary {
    margin: 0;
  }
  p a {
    word-wrap: break-word;
  }
  thead {
    border-color: #000;
  }
  thead th {
    background-color: #ccc;
    border-color: #000;
  }
  .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 {
    float: none;
    margin-right: 0;
    margin-left: 0;
  }
  table,
  table tr td,
  table tr th {
    page-break-inside: avoid;
  }
  .t-forest,
  .t-green,
  .t-red,
  .t-gray,
  .t-twilight,
  .t-sky,
  .c-homepage__accolade .accolade {
    background-color: transparent;
  }
  blockquote,
  .o-layout-h-offset-content blockquote {
    background-color: transparent;
    border: 2px solid #ccc;
    font-size: inherit;
    padding: 0.25in;
  }
  blockquote:before,
  .o-layout-h-offset-content blockquote:before {
    color: #333;
    display: inline;
    float: left;
    font-size: inherit;
    left: auto;
    line-height: 2em;
    position: static;
    height: auto;
    width: auto;
  }
  blockquote p,
  .o-layout-h-offset-content blockquote p {
    line-height: 2em;
  }
  blockquote cite,
  .o-layout-h-offset-content blockquote cite {
    padding-left: 0;
    text-align: left;
  }
  blockquote cite:before,
  .o-layout-h-offset-content blockquote cite:before {
    content: none;
  }
  .logo__image {
    width: 100px;
    height: auto;
  }
  .c-homepage__banner .banner__image {
    overflow: hidden;
    max-height: 3in;
  }
  .c-homepage__banner .banner__image img {
    max-width: 100% !important;
    width: 100% !important;
  }
  .c-homepage__banner .banner__image:after {
    content: none;
  }
  .c-homepage__banner .banner__content {
    padding-bottom: 0;
    position: static;
  }
  .c-homepage__banner .banner__content .banner__title {
    margin-top: 0.25in;
  }
  .c-homepage__banner .banner__content .banner__title,
  .c-homepage__banner .banner__content .banner__subtitle {
    text-shadow: none;
  }
  .c-section-header {
    max-width: var(--content-width);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .c-section-header--primary {
    padding-bottom: 0.25in;
    padding-top: 0.5in;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-align: end;
            align-items: flex-end;
  }
  .c-section-header__heading {
    line-height: 1.1;
    margin-right: 2ch;
    margin-bottom: 0;
  }
  .c-section-header__separator {
    display: none !important;
  }
  .c-section-header__link {
    display: block;
    text-align: right;
    width: auto;
    margin-left: auto;
  }
  .c-teaser {
    background: transparent !important;
    min-height: auto;
    padding: 0;
    border: 0 !important;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .c-teaser .c-teaser__content {
    padding: 0;
    -webkit-box-flex: 1;
            flex: 1;
  }
  .c-teaser .c-teaser__image {
    align-self: flex-start;
    -webkit-box-flex: 0;
            flex: none;
    margin-right: 2ch;
    width: 33.3333333333%;
  }
  .c-teaser__info * {
    font-size: 0.825em !important;
  }
  .home-council-menu ~ .views-element-container {
    margin-top: 4rem;
  }
  .c-directory--featured {
    width: 100%;
  }
  .c-directory--featured::after {
    content: "";
    clear: both;
  }
  .c-directory--featured .c-directory__headshot {
    float: left;
    margin-right: 24px;
    width: 80px;
  }
  .c-directory--featured .c-directory__title,
  .c-directory--featured .c-directory__job-title {
    margin-left: 104px;
    margin-top: 0;
  }
  .c-service-teaser {
    background: transparent !important;
    min-height: auto;
    padding: 0;
    border: 0;
  }
  .c-service-teaser svg {
    fill: #000;
  }
  .c-project-teaser {
    background: transparent !important;
    min-height: auto;
    padding: 0;
    border: 0 !important;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .c-project-teaser:after {
    content: none;
  }
  .c-project-teaser .c-project-teaser__title {
    padding: 0;
    -webkit-box-flex: 1;
            flex: 1;
  }
  .c-project-teaser .c-project-teaser__thumbnail {
    align-self: flex-start;
    -webkit-box-flex: 0;
            flex: none;
    margin-right: 2ch;
    width: 33.3333333333%;
  }
  .c-project-teaser .c-project-teaser__service-icon {
    display: none;
  }
  .c-jump-link {
    display: block;
    border: 0 !important;
    padding: 0;
    text-transform: none;
    font-family: inherit;
    -webkit-text-decoration: underline;
    text-decoration: underline;
    letter-spacing: normal;
    font-size: inherit;
  }
  .c-jump-link:after {
    content: none !important;
  }
  .c-jump-link + .c-jump-link {
    margin-top: 0.5em;
  }
  .c-directory,
  .c-teaser--news,
  .c-project-teaser {
    page-break-after: avoid;
    -webkit-column-break-after: avoid;
       -moz-column-break-after: avoid;
            break-after: avoid;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }
  .c-directory .media,
  .c-teaser--news .media,
  .c-project-teaser .media {
    max-width: 100% !important;
    width: 100% !important;
  }
  .c-featured--has-image {
    display: -webkit-box;
    display: flex;
  }
  .c-featured--has-image .c-featured__image,
  .c-featured--has-image .c-featured__content {
    padding: 0;
  }
  .c-featured--has-image .c-featured__image {
    margin-right: 2ch;
    width: 50%;
  }
  .c-featured--has-image .c-featured__dateline {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .c-featured__title {
    line-height: 1.2 !important;
  }
  .c-homepage__directory .o-layout-grid--4 > li {
    page-break-after: avoid;
    -webkit-column-break-after: avoid;
       -moz-column-break-after: avoid;
            break-after: avoid;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
    width: 25%;
  }
  .accolade__cta:after {
    content: none !important;
  }
  .o-layout-grid--4 > li {
    page-break-after: avoid;
    -webkit-column-break-after: avoid;
       -moz-column-break-after: avoid;
            break-after: avoid;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
    width: 25%;
  }
  .o-layout-grid--4 > li .media {
    max-width: 100% !important;
    width: 100%;
  }
  .c-directory {
    page-break-after: avoid;
    -webkit-column-break-after: avoid;
       -moz-column-break-after: avoid;
            break-after: avoid;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }
  .c-directory .c-directory__title {
    margin-top: 0.1in;
  }
  .c-directory img {
    page-break-after: avoid;
    -webkit-column-break-after: avoid;
       -moz-column-break-after: avoid;
            break-after: avoid;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }
  #find-my-service {
    display: none !important;
  }
  .c-page-info > * {
    max-width: none;
  }
  .site__content.o-layout-v-inset--top,
  .o-layout-h-inset--asym {
    padding: 0 !important;
    margin: 0;
  }
  .c-header__logo {
    margin-left: 0 !important;
    width: 1.5in !important;
  }
  .slick-track {
    display: block !important;
    margin-bottom: 0;
    width: 100% !important;
  }
  .slick-slide {
    display: inline-block !important;
    float: none !important;
    left: auto !important;
    opacity: 1 !important;
    max-width: 45% !important;
    width: 45% !important;
  }
  .slick-slide:nth-child(2n+1) {
    margin-right: 9%;
  }
  .slick-slide:nth-child(n+2) {
    margin-top: 0.25in;
  }
  .slick-slide .media__image {
    background: transparent;
    height: auto;
    padding-bottom: 0;
  }
  .slick-slide .media__image a {
    display: block;
    position: static;
  }
  .slick-slide .media__image img {
    -o-object-fit: initial;
       object-fit: initial;
    height: auto !important;
    width: 100% !important;
  }
  .slick-slide figure {
    max-width: 100% !important;
    width: 100% !important;
  }
  #block-prototype-d8-branding {
    width: 200px;
  }
  .paragraph--type--map {
    height: 500px;
  }
  .c-page-header {
    padding-top: 0 !important;
    margin-top: 0;
  }
  .c-page-header__title {
    font-size: 2rem;
    font-weight: bold;
  }
  .c-project-masthead {
    margin-bottom: 2rem;
  }
  .c-page-header__image .media__image,
  .c-project-masthead .media__image {
    background: transparent;
    height: auto;
    padding-bottom: 0;
  }
  .c-page-header__image .media__image a,
  .c-project-masthead .media__image a {
    display: block;
    position: static;
  }
  .c-page-header__image .media__image img,
  .c-project-masthead .media__image img {
    -o-object-fit: initial;
       object-fit: initial;
    height: auto !important;
    width: 100% !important;
  }
  .c-page-header__image figure,
  .c-project-masthead figure {
    max-width: 100% !important;
    width: 100% !important;
  }
  .c-term-list--grid {
    grid-row-gap: 0.5rem;
    grid-template-columns: -webkit-min-content auto;
    grid-template-columns: min-content auto;
  }
  .o-layout-inset--tight {
    padding: 0;
  }
  .c-page-info .icon {
    display: none;
  }
  .c-page-info p:not([class]) {
    margin-top: 0.25em;
  }
  .c-homepage__messages-outer {
    max-width: var(--content-width);
    margin: 2rem auto 0;
  }
  .c-homepage__messages-inner {
    margin: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
  }
  .c-homepage__messages-inner > * {
    position: static !important;
  }
  .c-homepage .byline {
    margin-top: 0;
  }
  .atabs__list {
    display: none;
  }
  .c-project-tabs__panel {
    display: block !important;
  }
  * + .c-project-tabs__panel {
    margin-top: 6rem;
  }
  ol.o-layout-grid {
    margin-left: 0;
    margin-right: 0;
  }
  ol.o-layout-grid > * {
    width: auto;
  }
  ol.o-layout-grid.o-layout-grid--3.linked {
    display: block;
  }
  ol.o-layout-grid.o-layout-grid--3.linked > li {
    display: block;
    margin: 0;
    min-width: 0;
    min-height: 0;
    padding: 0;
  }
  ol.o-layout-grid.o-layout-grid--3.linked a {
    background-color: transparent;
    border: 0;
    padding: 0;
    font-size: inherit;
  }
  .c-council-home-menu.c-council-home-menu {
    display: block;
  }
  .c-council-home-menu.c-council-home-menu > li {
    border: 0;
    display: block;
    margin: 0;
    min-width: 0;
    min-height: 0;
    padding: 0;
    background: none !important;
    width: 100% !important;
    min-height: none !important;
  }
  .c-council-home-menu.c-council-home-menu > li + li {
    margin-top: 0.5em;
  }
  .c-council-home-menu.c-council-home-menu > li:after {
    content: none !important;
  }
  .c-council-home-menu.c-council-home-menu a {
    background-color: transparent;
    border: 0;
    padding: 0;
    font-size: inherit;
  }
}