@charset "UTF-8";
@-webkit-keyframes come-in {
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes come-in {
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/*
Usage:
@include font-clamp(1rem, 2.5vw, 3rem);
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

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

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

audio,
progress,
video {
  display: inline-block;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

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

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

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

template,
[hidden] {
  display: none;
}

abbr,
blockquote,
code,
kbd,
q,
samp,
tt,
var {
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

::-moz-selection {
  background: #dce4ef;
  color: #212121;
  text-shadow: none;
}

::selection {
  background: #dce4ef;
  color: #212121;
  text-shadow: none;
}

* {
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, border-color, color, opacity, text-shadow, -webkit-box-shadow, -webkit-transform;
  transition-property: background-color, border-color, color, opacity, text-shadow, -webkit-box-shadow, -webkit-transform;
  -o-transition-property: background-color, border-color, box-shadow, color, opacity, text-shadow, transform;
  transition-property: background-color, border-color, box-shadow, color, opacity, text-shadow, transform;
  transition-property: background-color, border-color, box-shadow, color, opacity, text-shadow, transform, -webkit-box-shadow, -webkit-transform;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

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

@media print {
  * {
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }

  @page {
    margin: 2cm;
  }
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
  letter-spacing: 0.025rem;
  line-height: 1.8;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  background-color: #fff;
  color: #0e0d0d;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  word-wrap: break-word;
}
body.node-unpublished {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media print {
  nav {
    display: none;
  }
}

summary {
  display: list-item;
}

iframe {
  border: 0;
  max-width: 100%;
}
@media print {
  iframe {
    display: none;
  }
}

h6, h5, h4, h3, h2, h1 {
  color: #0e0d0d;
  font-weight: 700;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  line-height: 1.3;
  margin: 0 0 1.5rem;
  text-rendering: optimizeLegibility;
}
@media print {
  h6, h5, h4, h3, h2, h1 {
    orphans: 3;
    page-break-after: avoid;
    widows: 3;
  }
  h6::after, h5::after, h4::after, h3::after, h2::after, h1::after {
    display: inline-block;
  }
}
* + h6, * + h5, * + h4, * + h3, * + h2, * + h1 {
  margin-top: 1em;
}

h1 {
  font-size: 2.1875rem;
  font-weight: 400;
  letter-spacing: -2px;
  margin-bottom: 0.5em;
}
@media (min-width: 50em) {
  h1 {
    font-size: 3.4375rem;
  }
}

h2 {
  font-size: 1.5rem;
}
@media (min-width: 50em) {
  h2 {
    font-size: 2.1875em;
  }
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.5rem;
  font-weight: 400;
}

h5 {
  font-size: 0.9375rem;
  text-transform: uppercase;
}

h6 {
  font-size: 0.9375rem;
  font-weight: 400;
  text-transform: uppercase;
}

h1 + h1, h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6, h2 + h1, h2 + h2, h2 + h3, h2 + h4, h2 + h5, h2 + h6, h3 + h1, h3 + h2, h3 + h3, h3 + h4, h3 + h5, h3 + h6, h4 + h1, h4 + h2, h4 + h3, h4 + h4, h4 + h5, h4 + h6, h5 + h1, h5 + h2, h5 + h3, h5 + h4, h5 + h5, h5 + h6, h6 + h1, h6 + h2, h6 + h3, h6 + h4, h6 + h5, h6 + h6 {
  margin-top: 0;
}

p {
  margin: 0 0 1.5rem;
}
@media print {
  p {
    orphans: 3;
    widows: 3;
  }
}

a {
  background-color: transparent;
  color: #0560c1;
  outline-offset: 0.125em;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
}
a:active, a:hover {
  outline: 0;
}
a:hover, a:focus {
  color: #024082;
}
@media print {
  a, a:visited {
    text-decoration: none;
  }
  a[href]::after {
    font-family: "Montserrat", sans-serif;
    content: " <" attr(href) ">";
    font-size: 10pt;
    font-weight: normal;
    text-transform: lowercase;
  }
  a[href^="javascript:"]::after, a[href^="mailto:"]::after, a[href^="tel:"]::after, a[href^="#"]::after, a[href*="?"]::after {
    content: "";
  }
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
abbr:hover {
  cursor: help;
}
@media print {
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
}

dfn {
  font-style: italic;
}

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

small {
  font-size: 0.9375em;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

blockquote {
  border-left: 1px solid #63666b;
  border-top: 1px solid #63666b;
  font-size: 1.5rem;
  line-height: 1.4;
  margin: 3rem 2rem;
  padding: 2rem 0 0 2rem;
}
@media (min-width: 50em) {
  blockquote {
    font-size: 2.1875rem;
  }
}
blockquote cite {
  display: block;
  margin-top: 0.5em;
}
blockquote cite:before {
  content: "–";
  margin-right: 0.5em;
}
@media print {
  blockquote {
    page-break-inside: avoid;
  }
}

pre {
  margin: 0 0 1.5rem;
  overflow: auto;
}
@media print {
  pre {
    page-break-inside: avoid;
  }
}

hr {
  border: 1px solid #63666b;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  margin: 1.5rem 0;
  padding-bottom: -1px;
}

address {
  font-style: normal;
}

ul {
  list-style-type: disc;
  margin: 0 0 1.5rem;
  padding: 0 0 0 1.2em;
}
[dir=rtl] ul {
  padding: 0 1.2em 0 0;
}
ul ol,
ul ul {
  margin: 0.75rem 0 0;
}

ol {
  margin: 0 0 1.5rem;
  padding: 0 0 0 1.5em;
}
[dir=rtl] ol {
  padding: 0 1.5em 0 0;
}
ol ol,
ol ul {
  margin: 0.75rem 0 0;
}

li {
  margin-bottom: 0.75rem;
}
li:last-child {
  margin-bottom: 0;
}
@media print {
  li {
    page-break-inside: avoid;
  }
}

dd {
  margin-bottom: 1.5rem;
}

dl {
  margin: 0 0 1.5rem;
}

caption {
  margin-bottom: 0.75rem;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1.5rem;
  min-width: 100%;
}

td {
  background-color: #ffffff;
  border: 1px solid #bebeb7;
  padding: 0.9375rem;
}

tfoot td,
tfoot th {
  background-color: #f1f1f1;
}

th {
  background-color: #ffffff;
  border: 1px solid #bebeb7;
  padding: 0.9375rem;
  text-align: left;
}

@media print {
  thead {
    display: table-header-group;
  }
}
thead td,
thead th {
  background-color: #f1f1f1;
}

@media print {
  tr {
    page-break-inside: avoid;
  }
}

button {
  overflow: visible;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

input {
  line-height: normal;
}

legend {
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  margin: 0;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

optgroup {
  font-weight: bold;
}

textarea {
  overflow: auto;
}

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

canvas {
  display: inline-block;
}

figure {
  margin: 0 0 1.5rem;
}

img {
  border: 0;
  font-style: italic;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
@media print {
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
}

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

.form-item--checkbox .form-item__checkbox, .facets-widget-checkbox li input, .breadcrumb__title {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}

.skiplinks, .mobile-menu__button, .menu--mobile .menu__link, .admin-tabs__link {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Open Sans", "Helvetica Neue", sans-serif;
}

.sign-up-bar__button, .dropbutton__toggle-button, .button, .admin-tabs__link, .project-menu-block__mobile-button, .overlay-menu-block__mobile-button, .local-menu-block__title,
.local-menu-block__mobile-button, html, h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
}

.view__summary-text, .view--solr-search .view__row .views-field-title, .teaser__title, .spotlight__title, .small-teaser__title, .short_teaser__title, .open-jobs__number, .iconographic-card--alternate .iconographic-card__title, .iconographic-card__summary, .icon-card__summary, .feature-title:not(.sans-serif), .feature-card__title, .card__title, .callout__title, .blockquote-card__title, .l-section-tc .l-section--large-title .l-section__title, .l-section-tc .l-section__title, .l-section--large-title .l-section__title, .project-menu-block__title h2, h1, blockquote {
  font-family: "Merriweather", serif;
}

.l-constrain {
  margin-left: auto;
  margin-right: auto;
  max-width: 101.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 37.5em) {
  .l-constrain {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.l-constrain .l-constrain {
  padding-left: 0;
  padding-right: 0;
}

.l-constrain--full-bleed {
  max-width: 160rem;
  padding-left: 0;
  padding-right: 0;
}

.l-constrain--narrow {
  max-width: 82.5rem;
}

.l-constrain--extra-narrow {
  max-width: 58.75rem;
}

.position-relative {
  position: relative;
}

.background-sweep {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: -10000px;
  right: -10000px;
}

.background-sweep + .highlight-grid {
  border-top: 0;
}

.background-sweep + .l-section {
  padding-top: 2rem;
  padding-bottom: 3rem;
}
.background-sweep + .l-section .callout {
  padding-top: 1rem;
}
.background-sweep + .l-section .see-all-link {
  border-bottom: 0;
  padding: 0;
  margin-bottom: 0;
}

.featured-grid {
  margin-bottom: 4rem;
}

.featured-grid__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}
.featured-grid__row > * {
  padding: 0 1rem;
}
.is-reversed .featured-grid__row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.is-reversed .featured-grid__row > * {
  padding: 0 0.5rem;
}

.featured-grid__left {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 2rem;
  max-width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 68.75em) {
  .featured-grid__left {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.featured-grid__left .featured-grid__left-inner {
  background-color: #d77900;
  color: #fff;
  height: 100%;
  padding: 2rem;
}
.featured-grid__left .featured-grid__left-inner:last-child {
  margin-bottom: 0;
}
.featured-grid__left .featured-grid__left-inner a {
  color: #ffffff !important;
}
.featured-grid__left .featured-grid__left-inner a:focus, .featured-grid__left .featured-grid__left-inner a:hover {
  text-decoration: underline;
}
@media (min-width: 43.75em) {
  .featured-grid__left .featured-grid__left-inner h3 {
    font-size: 2.8125rem;
    line-height: 1.2;
    margin-bottom: 1rem;
  }
}
@media (min-width: 68.75em) {
  .is-reversed .featured-grid__left {
    margin-bottom: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.is-reversed .featured-grid__left .featured-grid__left-inner {
  margin: 0;
}

.featured-grid__right {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 68.75em) {
  .featured-grid__right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media (min-width: 68.75em) {
  .is-reversed .featured-grid__right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: block;
    height: auto;
    margin-bottom: 0;
  }
}

.featured-grid__upper > * {
  margin-bottom: 2rem;
}
@media (min-width: 43.75em) {
  .featured-grid__upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 2rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .featured-grid__upper > * {
    -ms-flex-preferred-size: calc(50% - 1rem);
        flex-basis: calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }
}
.is-reversed .featured-grid__upper > * {
  padding: 0;
}
@media (min-width: 43.75em) {
  .is-reversed .featured-grid__upper {
    display: block;
  }
  .is-reversed .featured-grid__upper > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 68.75em) {
  .is-reversed .featured-grid__upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
  }
  .is-reversed .featured-grid__upper > * {
    margin-bottom: 1rem;
  }
  .is-reversed .featured-grid__upper > *:last-child {
    margin-bottom: 0;
  }
}

.featured-grid__lower > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 43.75em) {
  .featured-grid__lower {
    margin-bottom: 2rem;
  }
  .featured-grid__lower h3 {
    font-size: 2.1875rem;
  }
}

.l-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.l-grid > * {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: calc((100%) - 3rem);
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  margin-bottom: 3rem;
  min-width: 0;
}
@supports (display: grid) {
  .l-grid {
    margin-left: 0;
    margin-right: 0;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 3rem;
    display: grid;
  }
  .l-grid > * {
    margin: 0;
    min-width: 0;
    width: 100%;
  }
}

.l-grid--1col-alt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.l-grid--1col-alt > * {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: calc((100%) - 1.5rem);
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  margin-bottom: 1.5rem;
  min-width: 0;
}
@supports (display: grid) {
  .l-grid--1col-alt {
    margin-left: 0;
    margin-right: 0;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1.5rem;
    display: grid;
  }
  .l-grid--1col-alt > * {
    margin: 0;
    min-width: 0;
    width: 100%;
  }
}

.l-grid--2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.l-grid--2col > * {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: calc((100%) - 3rem);
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  margin-bottom: 3rem;
  min-width: 0;
}
@supports (display: grid) {
  .l-grid--2col {
    margin-left: 0;
    margin-right: 0;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 3rem;
    display: grid;
  }
  .l-grid--2col > * {
    margin: 0;
    min-width: 0;
    width: 100%;
  }
}
@media (min-width: 37.5em) {
  .l-grid--2col > * {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: calc((50%) - 1.5rem);
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    margin-bottom: 1.5rem;
    min-width: 0;
  }
  @supports (display: grid) {
    .l-grid--2col {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 1.5rem;
    }
    .l-grid--2col > * {
      margin: 0;
      min-width: 0;
      width: 100%;
    }
  }
}
@media (min-width: 62.5em) {
  .l-grid--2col > * {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: calc((50%) - 3rem);
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-bottom: 3rem;
    min-width: 0;
  }
  @supports (display: grid) {
    .l-grid--2col {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 3rem;
    }
    .l-grid--2col > * {
      margin: 0;
      min-width: 0;
      width: 100%;
    }
  }
}

.l-grid--2col-alt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.l-grid--2col-alt > * {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: calc((100%) - 1.5rem);
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  margin-bottom: 1.5rem;
  min-width: 0;
}
@supports (display: grid) {
  .l-grid--2col-alt {
    margin-left: 0;
    margin-right: 0;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1.5rem;
    display: grid;
  }
  .l-grid--2col-alt > * {
    margin: 0;
    min-width: 0;
    width: 100%;
  }
}
@media (min-width: 37.5em) {
  .l-grid--2col-alt > * {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: calc((50%) - 1.5rem);
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    margin-bottom: 1.5rem;
    min-width: 0;
  }
  @supports (display: grid) {
    .l-grid--2col-alt {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 1.5rem;
    }
    .l-grid--2col-alt > * {
      margin: 0;
      min-width: 0;
      width: 100%;
    }
  }
}

.l-grid--2col-divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.l-grid--2col-divider > * {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: calc((100%) - 3rem);
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  margin-bottom: 3rem;
  min-width: 0;
}
@supports (display: grid) {
  .l-grid--2col-divider {
    margin-left: 0;
    margin-right: 0;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 3rem;
    display: grid;
  }
  .l-grid--2col-divider > * {
    margin: 0;
    min-width: 0;
    width: 100%;
  }
}
@media (min-width: 37.5em) {
  .l-grid--2col-divider > * {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: calc((50%) - 0);
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    min-width: 0;
    margin-bottom: 3rem !important;
  }
  .l-grid--2col-divider > *:nth-child(odd) {
    border-right: 1px solid #0e0d0d;
    margin-right: -1px;
    padding-right: 3rem;
  }
  .l-grid--2col-divider > *:nth-child(even) {
    border-left: 1px solid #0e0d0d;
    margin-left: -1px;
    padding-left: 3rem;
  }
  @supports (display: grid) {
    .l-grid--2col-divider {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 0;
    }
    .l-grid--2col-divider > * {
      margin: 0;
      min-width: 0;
      width: 100%;
    }
  }
}

.l-grid--2col-large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.l-grid--2col-large > * {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: calc((100%) - 3rem);
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  margin-bottom: 3rem;
  min-width: 0;
}
@supports (display: grid) {
  .l-grid--2col-large {
    margin-left: 0;
    margin-right: 0;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 3rem;
    display: grid;
  }
  .l-grid--2col-large > * {
    margin: 0;
    min-width: 0;
    width: 100%;
  }
}
@media (min-width: 62.5em) {
  .l-grid--2col-large > * {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: calc((50%) - 3rem);
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-bottom: 3rem;
    min-width: 0;
  }
  @supports (display: grid) {
    .l-grid--2col-large {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 3rem;
    }
    .l-grid--2col-large > * {
      margin: 0;
      min-width: 0;
      width: 100%;
    }
  }
}

.l-grid--3col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.l-grid--3col > * {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: calc((100%) - 3rem);
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  margin-bottom: 3rem;
  min-width: 0;
}
@supports (display: grid) {
  .l-grid--3col {
    margin-left: 0;
    margin-right: 0;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 3rem;
    display: grid;
  }
  .l-grid--3col > * {
    margin: 0;
    min-width: 0;
    width: 100%;
  }
}
@media (min-width: 47.5em) {
  .l-grid--3col > * {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: calc((33.3333333333%) - 1.5rem);
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    margin-bottom: 1.5rem;
    min-width: 0;
  }
  @supports (display: grid) {
    .l-grid--3col {
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 1.5rem;
    }
    .l-grid--3col > * {
      margin: 0;
      min-width: 0;
      width: 100%;
    }
  }
}
@media (min-width: 87.5em) {
  .l-grid--3col > * {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: calc((33.3333333333%) - 3rem);
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-bottom: 3rem;
    min-width: 0;
  }
  @supports (display: grid) {
    .l-grid--3col {
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 3rem;
    }
    .l-grid--3col > * {
      margin: 0;
      min-width: 0;
      width: 100%;
    }
  }
}
@media (min-width: 87.5em) {
  .l-constrain--narrow .l-grid--3col > *, .l-constrain--extra-narrow .l-grid--3col > * {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: calc((33.3333333333%) - 1.5rem);
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    margin-bottom: 1.5rem;
    min-width: 0;
  }
  @supports (display: grid) {
    .l-constrain--narrow .l-grid--3col, .l-constrain--extra-narrow .l-grid--3col {
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 1.5rem;
    }
    .l-constrain--narrow .l-grid--3col > *, .l-constrain--extra-narrow .l-grid--3col > * {
      margin: 0;
      min-width: 0;
      width: 100%;
    }
  }
}

.l-grid--3col-alt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.l-grid--3col-alt > * {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: calc((100%) - 1.5rem);
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  margin-bottom: 1.5rem;
  min-width: 0;
}
@supports (display: grid) {
  .l-grid--3col-alt {
    margin-left: 0;
    margin-right: 0;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1.5rem;
    display: grid;
  }
  .l-grid--3col-alt > * {
    margin: 0;
    min-width: 0;
    width: 100%;
  }
}
@media (min-width: 56.25em) {
  .l-grid--3col-alt > * {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: calc((50%) - 1.5rem);
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    margin-bottom: 1.5rem;
    min-width: 0;
  }
  @supports (display: grid) {
    .l-grid--3col-alt {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 1.5rem;
    }
    .l-grid--3col-alt > * {
      margin: 0;
      min-width: 0;
      width: 100%;
    }
  }
}
@media (min-width: 87.5em) {
  .l-grid--3col-alt > * {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: calc((33.3333333333%) - 3rem);
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-bottom: 3rem;
    min-width: 0;
  }
  @supports (display: grid) {
    .l-grid--3col-alt {
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 3rem;
    }
    .l-grid--3col-alt > * {
      margin: 0;
      min-width: 0;
      width: 100%;
    }
  }
}
@media (min-width: 87.5em) {
  .l-constrain--narrow .l-grid--3col-alt > *, .l-constrain--extra-narrow .l-grid--3col-alt > * {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: calc((33.3333333333%) - 1.5rem);
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    margin-bottom: 1.5rem;
    min-width: 0;
  }
  @supports (display: grid) {
    .l-constrain--narrow .l-grid--3col-alt, .l-constrain--extra-narrow .l-grid--3col-alt {
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 1.5rem;
    }
    .l-constrain--narrow .l-grid--3col-alt > *, .l-constrain--extra-narrow .l-grid--3col-alt > * {
      margin: 0;
      min-width: 0;
      width: 100%;
    }
  }
}

.l-grid--4col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.l-grid--4col > * {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: calc((100%) - 3rem);
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  margin-bottom: 3rem;
  min-width: 0;
}
@supports (display: grid) {
  .l-grid--4col {
    margin-left: 0;
    margin-right: 0;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 3rem;
    display: grid;
  }
  .l-grid--4col > * {
    margin: 0;
    min-width: 0;
    width: 100%;
  }
}
@media (min-width: 31.25em) and (max-width: 47.5em) {
  .l-grid--4col > * {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: calc((50%) - 1.5rem);
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    margin-bottom: 1.5rem;
    min-width: 0;
  }
  @supports (display: grid) {
    .l-grid--4col {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 1.5rem;
    }
    .l-grid--4col > * {
      margin: 0;
      min-width: 0;
      width: 100%;
    }
  }
}
@media (min-width: 47.5625em) and (max-width: 75em) {
  .l-grid--4col > * {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: calc((33.3333333333%) - 1.5rem);
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    margin-bottom: 1.5rem;
    min-width: 0;
  }
  @supports (display: grid) {
    .l-grid--4col {
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 1.5rem;
    }
    .l-grid--4col > * {
      margin: 0;
      min-width: 0;
      width: 100%;
    }
  }
}
@media (min-width: 75.0625em) {
  .l-grid--4col > * {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: calc((25%) - 1.5rem);
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    margin-bottom: 1.5rem;
    min-width: 0;
  }
  @supports (display: grid) {
    .l-grid--4col {
      grid-template-columns: repeat(4, 1fr);
      grid-gap: 1.5rem;
    }
    .l-grid--4col > * {
      margin: 0;
      min-width: 0;
      width: 100%;
    }
  }
}
@media (min-width: 100em) {
  .l-grid--4col > * {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: calc((25%) - 3rem);
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-bottom: 3rem;
    min-width: 0;
  }
  @supports (display: grid) {
    .l-grid--4col {
      grid-template-columns: repeat(4, 1fr);
      grid-gap: 3rem;
    }
    .l-grid--4col > * {
      margin: 0;
      min-width: 0;
      width: 100%;
    }
  }
}
@media (min-width: 75.0625em) {
  .l-constrain--narrow .l-grid--4col > *, .l-constrain--extra-narrow .l-grid--4col > * {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: calc((33.3333333333%) - 1.5rem);
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    margin-bottom: 1.5rem;
    min-width: 0;
  }
  @supports (display: grid) {
    .l-constrain--narrow .l-grid--4col, .l-constrain--extra-narrow .l-grid--4col {
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 1.5rem;
    }
    .l-constrain--narrow .l-grid--4col > *, .l-constrain--extra-narrow .l-grid--4col > * {
      margin: 0;
      min-width: 0;
      width: 100%;
    }
  }
}

.l-grid--5col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.l-grid--5col > * {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: calc((100%) - 1.5rem);
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  margin-bottom: 1.5rem;
  min-width: 0;
}
@supports (display: grid) {
  .l-grid--5col {
    margin-left: 0;
    margin-right: 0;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1.5rem;
    display: grid;
  }
  .l-grid--5col > * {
    margin: 0;
    min-width: 0;
    width: 100%;
  }
}
@media (min-width: 37.5em) and (max-width: 62.4375em) {
  .l-grid--5col > * {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: calc((25%) - 1.5rem);
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    margin-bottom: 1.5rem;
    min-width: 0;
  }
  @supports (display: grid) {
    .l-grid--5col {
      grid-template-columns: repeat(4, 1fr);
      grid-gap: 1.5rem;
    }
    .l-grid--5col > * {
      margin: 0;
      min-width: 0;
      width: 100%;
    }
  }
}
@media (min-width: 62.5em) {
  .l-grid--5col > * {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: calc((20%) - 1.5rem);
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    margin-bottom: 1.5rem;
    min-width: 0;
  }
  @supports (display: grid) {
    .l-grid--5col {
      grid-template-columns: repeat(5, 1fr);
      grid-gap: 1.5rem;
    }
    .l-grid--5col > * {
      margin: 0;
      min-width: 0;
      width: 100%;
    }
  }
}
@media (min-width: 112.5em) {
  .l-grid--5col > * {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: calc((20%) - 3rem);
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-bottom: 3rem;
    min-width: 0;
  }
  @supports (display: grid) {
    .l-grid--5col {
      grid-template-columns: repeat(5, 1fr);
      grid-gap: 3rem;
    }
    .l-grid--5col > * {
      margin: 0;
      min-width: 0;
      width: 100%;
    }
  }
}

.l-grid--6col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.l-grid--6col > * {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: calc((100%) - 1.5rem);
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  margin-bottom: 1.5rem;
  min-width: 0;
}
@supports (display: grid) {
  .l-grid--6col {
    margin-left: 0;
    margin-right: 0;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1.5rem;
    display: grid;
  }
  .l-grid--6col > * {
    margin: 0;
    min-width: 0;
    width: 100%;
  }
}
@media (min-width: 37.5em) and (max-width: 62.4375em) {
  .l-grid--6col > * {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: calc((33.3333333333%) - 1.5rem);
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    margin-bottom: 1.5rem;
    min-width: 0;
  }
  @supports (display: grid) {
    .l-grid--6col {
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 1.5rem;
    }
    .l-grid--6col > * {
      margin: 0;
      min-width: 0;
      width: 100%;
    }
  }
}
@media (min-width: 62.5em) {
  .l-grid--6col > * {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: calc((16.6666666667%) - 1.5rem);
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    margin-bottom: 1.5rem;
    min-width: 0;
  }
  @supports (display: grid) {
    .l-grid--6col {
      grid-template-columns: repeat(6, 1fr);
      grid-gap: 1.5rem;
    }
    .l-grid--6col > * {
      margin: 0;
      min-width: 0;
      width: 100%;
    }
  }
}
@media (min-width: 112.5em) {
  .l-grid--6col > * {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: calc((16.6666666667%) - 3rem);
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-bottom: 3rem;
    min-width: 0;
  }
  @supports (display: grid) {
    .l-grid--6col {
      grid-template-columns: repeat(6, 1fr);
      grid-gap: 3rem;
    }
    .l-grid--6col > * {
      margin: 0;
      min-width: 0;
      width: 100%;
    }
  }
}

@media (min-width: 75em) {
  .l-grid--padding {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.l-homepage-2 {
  background: #f2f2f2;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.l-image-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 62.5em) {
  .l-image-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .l-image-header.l-image-header--reverse {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .l-image-header.l-image-header__top-line {
    padding-top: 16px;
    border-bottom: 4px solid #d77900;
    margin-bottom: -4px;
  }
}
.l-constrain--full-bleed .l-image-header {
  margin-left: 2rem;
  margin-right: 2rem;
}
@media (min-width: 62.5em) {
  .l-constrain--full-bleed .l-image-header {
    position: relative;
    margin-left: 0;
    margin-right: 0;
  }
}

.l-image-header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 62.5em) {
  .l-image-header__top-line .l-image-header__main {
    position: relative;
    max-width: none;
  }
  .node-page--node-type-project .l-image-header__top-line .l-image-header__main {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 62.5em) {
  .l-constrain--full-bleed .l-image-header__main {
    padding-right: 0;
  }
}
.l-image-header__main > * {
  width: 100%;
}
@media (min-width: 62.5em) {
  .l-image-header__main {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 2rem;
    max-width: calc((1620px * 0.6) - 2rem);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 10%;
  }
  .l-image-header.has-no-image .l-image-header__main {
    padding-right: 0;
    max-width: none;
    width: 100%;
  }
  .l-image-header--reverse .l-image-header__main {
    padding-left: 2rem;
    padding-right: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .l-image-header--reverse.has-no-image .l-image-header__main {
    padding-left: 0;
  }
}

.l-image-header__top-line-item {
  border-top: 16px solid #d77900;
}
@media (min-width: 62.5em) {
  .l-image-header__top-line-item {
    position: absolute;
    width: auto;
    top: -16px;
    right: -9999px;
    left: -9999px;
  }
}

@media (min-width: 62.5em) {
  .l-image-header__main-inner {
    border-bottom: 1px solid #bebeb7;
    border-top: 1px solid #bebeb7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  .l-image-header--no-bottom-border .l-image-header__main-inner {
    border-bottom: 0;
  }
  .l-image-header__top-line .l-image-header__main-inner {
    border-top: 0;
    border-bottom: 0;
  }
  .l-constrain--full-bleed .l-image-header__main-inner {
    padding: 2rem;
    max-width: 62rem;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
@media (min-width: 101.25em) {
  .l-constrain--full-bleed .l-image-header__main-inner {
    position: absolute;
    right: 40%;
    width: auto;
    max-height: calc(100% - 2rem);
    left: calc((100% - 101.25rem) / 2);
  }
}

.l-image-header__superscript {
  margin-bottom: 1.5rem;
}

.l-image-header__subscript {
  color: #63666b;
  margin-top: auto;
}
.l-image-header__subscript p:last-child {
  margin-bottom: 0;
}

.l-image-header__image {
  margin-bottom: 1rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 62.5em) {
  .l-image-header__image {
    -ms-flex-item-align: center;
        align-self: center;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 40%;
  }
  .node-page--node-type-project .l-image-header__image {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .l-image-header--reverse .l-image-header__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .l-image-header--small-image .l-image-header__image {
    padding-right: 2rem;
    width: 35%;
  }
}

.l-listing-view .l-listing-view__wrapper {
  border-top: 1px solid #bebeb7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding-top: 3em;
}
.path-taxonomy .l-listing-view .l-listing-view__wrapper {
  padding-top: 0;
  border-top: 0 none;
}
@media (min-width: 62.5em) {
  .l-listing-view .l-listing-view__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .l-listing-view .l-listing-view__wrapper > * {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc(100% - 300px - 5rem);
        flex-basis: calc(100% - 300px - 5rem);
    margin-right: 5rem;
    max-width: 100%;
  }
  .l-listing-view .l-listing-view__wrapper > *:last-child {
    margin-right: 0;
  }
  .l-listing-view .l-listing-view__wrapper .l-listing-view__sidebar {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
    max-width: 300px;
    width: 300px;
  }
}
@media (min-width: 62.5em) {
  .l-listing-view.has-sidebar .l-listing-view__wrapper > * {
    max-width: calc(100% - 300px - 5rem);
  }
}

.l-listing-view__sidebar .is-mobile-hidden {
  display: none;
}
@media (min-width: 62.5em) {
  .l-listing-view__sidebar .is-mobile-hidden {
    display: block;
  }
}

.l-listing-view__body {
  max-width: 100%;
}

.l-listing__header,
.l-listing__full-bleed {
  padding-bottom: 1rem;
}

.local-menu-block {
  margin-bottom: 4rem;
}

.local-menu-block__mobile-button {
  border: 0;
  display: block;
  width: 100%;
}
@media (min-width: 62.5em) {
  .local-menu-block__mobile-button {
    display: none;
  }
}

.local-menu-block__title,
.local-menu-block__mobile-button {
  background-color: #d77900;
  color: #fff;
  cursor: pointer;
  font-size: 0.9375rem;
  font-weight: 700;
  margin: 0;
  padding: 1.25rem 1rem;
  pointer-events: visible;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}
.local-menu-block__title:focus,
.local-menu-block__mobile-button:focus {
  -webkit-box-shadow: 0 0 5px 1px #08F;
          box-shadow: 0 0 5px 1px #08F;
}
.local-menu-block__title:after,
.local-menu-block__mobile-button:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Cline%20class%3D%22st0%22%20x1%3D%2210%22%20y1%3D%220%22%20x2%3D%2210%22%20y2%3D%2220%22%2F%3E%0A%09%3Crect%20x%3D%228.5%22%20y%3D%220%22%20class%3D%22st0%22%20width%3D%223%22%20height%3D%2220%22%2F%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%09%3Cline%20class%3D%22st0%22%20x1%3D%2220%22%20y1%3D%2210%22%20x2%3D%220%22%20y2%3D%2210%22%2F%3E%0A%09%3Crect%20x%3D%220%22%20y%3D%228.5%22%20class%3D%22st0%22%20width%3D%2220%22%20height%3D%223%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E');
  background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Cline%20class%3D%22st0%22%20x1%3D%2210%22%20y1%3D%220%22%20x2%3D%2210%22%20y2%3D%2220%22%2F%3E%0A%09%3Crect%20x%3D%228.5%22%20y%3D%220%22%20class%3D%22st0%22%20width%3D%223%22%20height%3D%2220%22%2F%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%09%3Cline%20class%3D%22st0%22%20x1%3D%2220%22%20y1%3D%2210%22%20x2%3D%220%22%20y2%3D%2210%22%2F%3E%0A%09%3Crect%20x%3D%220%22%20y%3D%228.5%22%20class%3D%22st0%22%20width%3D%2220%22%20height%3D%223%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E');
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Cline%20class%3D%22st0%22%20x1%3D%2210%22%20y1%3D%220%22%20x2%3D%2210%22%20y2%3D%2220%22%2F%3E%0A%09%3Crect%20x%3D%228.5%22%20y%3D%220%22%20class%3D%22st0%22%20width%3D%223%22%20height%3D%2220%22%2F%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%09%3Cline%20class%3D%22st0%22%20x1%3D%2220%22%20y1%3D%2210%22%20x2%3D%220%22%20y2%3D%2210%22%2F%3E%0A%09%3Crect%20x%3D%220%22%20y%3D%228.5%22%20class%3D%22st0%22%20width%3D%2220%22%20height%3D%223%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 18px;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
}
.is-open .local-menu-block__title:after,
.is-open .local-menu-block__mobile-button:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Cline%20class%3D%22st0%22%20x1%3D%2220%22%20y1%3D%2210%22%20x2%3D%220%22%20y2%3D%2210%22%2F%3E%0A%09%3Crect%20x%3D%220.1%22%20y%3D%228.5%22%20class%3D%22st0%22%20width%3D%2220%22%20height%3D%223%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E');
  background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Cline%20class%3D%22st0%22%20x1%3D%2220%22%20y1%3D%2210%22%20x2%3D%220%22%20y2%3D%2210%22%2F%3E%0A%09%3Crect%20x%3D%220.1%22%20y%3D%228.5%22%20class%3D%22st0%22%20width%3D%2220%22%20height%3D%223%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E');
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Cline%20class%3D%22st0%22%20x1%3D%2220%22%20y1%3D%2210%22%20x2%3D%220%22%20y2%3D%2210%22%2F%3E%0A%09%3Crect%20x%3D%220.1%22%20y%3D%228.5%22%20class%3D%22st0%22%20width%3D%2220%22%20height%3D%223%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E');
}
@media (min-width: 62.5em) {
  .local-menu-block__title,
.local-menu-block__mobile-button {
    background-color: transparent;
    color: #911a1d;
    cursor: initial;
    margin: 0 0 0.75rem 0;
    padding: 0;
    pointer-events: none;
  }
  .local-menu-block__title:after,
.local-menu-block__mobile-button:after {
    display: none;
  }
}

.local-menu-block__content {
  background-color: #f9f9f9;
  display: none;
  margin: 0;
  padding: 0 1rem;
}
.local-menu-block__content > * {
  margin-top: 0;
}
@media (min-width: 62.5em) {
  .local-menu-block__content {
    background-color: transparent;
    display: block;
    padding: 0;
  }
  .local-menu-block__content > * {
    margin-top: -1rem !important;
  }
}

.l-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 37.5em) {
  .l-media {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.l-media__object {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  margin: 0 1rem 0 0;
}

.l-media__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.l-media--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-media--reversed > .l-media__object {
  margin: 0 0 0 1rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.menu-block {
  margin-bottom: 2rem;
}

@media (min-width: 62.5em) {
  nav.overlay-menu-block.overlap {
    position: relative;
    z-index: 5;
  }
}
@media (min-width: 62.5em) {
  nav.overlay-menu-block {
    background: #000;
  }
  .menu-copper nav.overlay-menu-block {
    background: #d77900;
  }
}
nav.overlay-menu-block ul {
  padding: 0 1em;
  margin: 0;
  list-style: none;
  -webkit-transition: max-height 0.3s, padding-top 0.3s, padding-bottom 0.3s;
  -o-transition: max-height 0.3s, padding-top 0.3s, padding-bottom 0.3s;
  transition: max-height 0.3s, padding-top 0.3s, padding-bottom 0.3s;
}
@media (max-width: 62.5em) {
  nav.overlay-menu-block ul {
    background: #f9f9f9;
  }
  nav.overlay-menu-block ul li {
    margin: 0;
  }
  nav.overlay-menu-block ul li:last-child ul li a {
    border-bottom: 1px solid #63666b;
  }
  nav.overlay-menu-block ul li:last-child ul li:last-child a {
    border-bottom: none;
  }
  nav.overlay-menu-block ul li:last-child:not(.is-active-trail) a {
    border-bottom: none;
  }
  nav.overlay-menu-block ul li:last-child:not(.is-active-trail) ul li:last-child a {
    border-bottom: 1px solid #63666b;
  }
  nav.overlay-menu-block ul a {
    border-bottom: 1px solid #63666b;
    color: #63666b;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 0.9375rem;
    font-weight: 700;
    margin: 0;
    padding: 1rem 0;
    text-transform: uppercase;
  }
  nav.overlay-menu-block ul a:hover, nav.overlay-menu-block ul a:focus {
    color: #0e0d0d;
  }
  nav.overlay-menu-block ul a.is-active {
    color: #911a1d;
    padding-left: 15px;
    position: relative;
  }
  nav.overlay-menu-block ul a.is-active::before {
    height: 10px;
    overflow: hidden;
    width: 7px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2210%22%20viewBox%3D%220%200%207%2010%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23911a1d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Emenu-active%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M7%2C5%2C0%2C10V0Z%22%2F%3E%3C%2Fsvg%3E');
    background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2210%22%20viewBox%3D%220%200%207%2010%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23911a1d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Emenu-active%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M7%2C5%2C0%2C10V0Z%22%2F%3E%3C%2Fsvg%3E');
    background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2210%22%20viewBox%3D%220%200%207%2010%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23911a1d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Emenu-active%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M7%2C5%2C0%2C10V0Z%22%2F%3E%3C%2Fsvg%3E');
    background-size: 7px 10px;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    top: 24px;
  }
  nav.overlay-menu-block ul a.is-active::before::before {
    content: "";
    display: block;
    height: 150%;
    width: 0;
  }
  nav.overlay-menu-block ul a.is-active-trail {
    color: #911a1d;
  }
  nav.overlay-menu-block ul ul a {
    font-weight: 400;
    padding: 0.75rem 0 0.75rem 1rem;
    text-transform: none;
  }
  nav.overlay-menu-block ul ul a.is-active::before {
    top: 20px;
  }
  nav.overlay-menu-block ul ul li:last-child:not(.is-active-trail) a {
    border-bottom: 1px solid #63666b;
  }
  nav.overlay-menu-block ul ul ul a {
    padding-left: 2rem;
  }
}
@media (min-width: 62.5em) {
  nav.overlay-menu-block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
nav.overlay-menu-block li {
  border-bottom: 4px solid transparent;
  line-height: 1.3em;
}
nav.overlay-menu-block li.is-active-trail, nav.overlay-menu-block li:hover {
  border-bottom: 4px solid #d77900;
}
@media (min-width: 62.5em) {
  nav.overlay-menu-block li {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
  }
  nav.overlay-menu-block li a {
    color: #fff;
    display: block;
    padding: 20px 30px;
  }
}
nav.overlay-menu-block.menu-open ul {
  max-height: 400px;
}
@media (min-width: 71em) {
  nav.overlay-menu-block.menu-open ul {
    max-height: none;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.overlay-menu-block__mobile-button {
  background-color: #000;
  border: 0;
  display: block;
  width: 100%;
  color: #fff;
  cursor: pointer;
  font-size: 0.9375rem;
  font-weight: 700;
  margin: 0;
  padding: 1.25rem 1rem;
  pointer-events: visible;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}
.overlay-menu-block__mobile-button:focus {
  -webkit-box-shadow: 0 0 5px 1px #08F;
          box-shadow: 0 0 5px 1px #08F;
}
.overlay-menu-block__mobile-button:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Cline%20class%3D%22st0%22%20x1%3D%2210%22%20y1%3D%220%22%20x2%3D%2210%22%20y2%3D%2220%22%2F%3E%0A%09%3Crect%20x%3D%228.5%22%20y%3D%220%22%20class%3D%22st0%22%20width%3D%223%22%20height%3D%2220%22%2F%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%09%3Cline%20class%3D%22st0%22%20x1%3D%2220%22%20y1%3D%2210%22%20x2%3D%220%22%20y2%3D%2210%22%2F%3E%0A%09%3Crect%20x%3D%220%22%20y%3D%228.5%22%20class%3D%22st0%22%20width%3D%2220%22%20height%3D%223%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E');
  background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Cline%20class%3D%22st0%22%20x1%3D%2210%22%20y1%3D%220%22%20x2%3D%2210%22%20y2%3D%2220%22%2F%3E%0A%09%3Crect%20x%3D%228.5%22%20y%3D%220%22%20class%3D%22st0%22%20width%3D%223%22%20height%3D%2220%22%2F%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%09%3Cline%20class%3D%22st0%22%20x1%3D%2220%22%20y1%3D%2210%22%20x2%3D%220%22%20y2%3D%2210%22%2F%3E%0A%09%3Crect%20x%3D%220%22%20y%3D%228.5%22%20class%3D%22st0%22%20width%3D%2220%22%20height%3D%223%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E');
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Cline%20class%3D%22st0%22%20x1%3D%2210%22%20y1%3D%220%22%20x2%3D%2210%22%20y2%3D%2220%22%2F%3E%0A%09%3Crect%20x%3D%228.5%22%20y%3D%220%22%20class%3D%22st0%22%20width%3D%223%22%20height%3D%2220%22%2F%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%09%3Cline%20class%3D%22st0%22%20x1%3D%2220%22%20y1%3D%2210%22%20x2%3D%220%22%20y2%3D%2210%22%2F%3E%0A%09%3Crect%20x%3D%220%22%20y%3D%228.5%22%20class%3D%22st0%22%20width%3D%2220%22%20height%3D%223%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 18px;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
}
.is-open .overlay-menu-block__mobile-button:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Cline%20class%3D%22st0%22%20x1%3D%2220%22%20y1%3D%2210%22%20x2%3D%220%22%20y2%3D%2210%22%2F%3E%0A%09%3Crect%20x%3D%220.1%22%20y%3D%228.5%22%20class%3D%22st0%22%20width%3D%2220%22%20height%3D%223%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E');
  background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Cline%20class%3D%22st0%22%20x1%3D%2220%22%20y1%3D%2210%22%20x2%3D%220%22%20y2%3D%2210%22%2F%3E%0A%09%3Crect%20x%3D%220.1%22%20y%3D%228.5%22%20class%3D%22st0%22%20width%3D%2220%22%20height%3D%223%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E');
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Cline%20class%3D%22st0%22%20x1%3D%2220%22%20y1%3D%2210%22%20x2%3D%220%22%20y2%3D%2210%22%2F%3E%0A%09%3Crect%20x%3D%220.1%22%20y%3D%228.5%22%20class%3D%22st0%22%20width%3D%2220%22%20height%3D%223%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E');
}
@media (min-width: 62.5em) {
  .overlay-menu-block__mobile-button {
    display: none;
  }
}

.overlay-menu-block__content {
  background-color: inherit;
  display: none;
  margin: 0;
  padding: 0 1rem;
}
@media (min-width: 62.5em) {
  .overlay-menu-block__content {
    background-color: #000;
    display: block;
    padding: 0 2rem !important;
    margin: 0 auto;
  }
  .overlay-menu-block__content .menu--overlay {
    display: block;
    background-color: inherit;
  }
  .overlay-menu-block__content .menu--overlay a.menu__link {
    color: white;
    border-bottom: none !important;
    padding: 0;
    font-weight: normal;
  }
  .overlay-menu-block__content .menu--overlay a.menu__link:hover {
    text-decoration: underline;
    color: white;
  }
  .overlay-menu-block__content .menu--overlay a.menu__link.is-active-trail, .overlay-menu-block__content .menu--overlay a.menu__link.is-active {
    text-decoration: underline;
    color: white;
    padding-left: 0;
  }
  .overlay-menu-block__content .menu--overlay a.menu__link.is-active::before {
    content: none !important;
  }
  .overlay-menu-block__content .menu--overlay > .menu__item {
    display: block;
  }
  .overlay-menu-block__content .menu--overlay > .menu__item > a.menu__link {
    letter-spacing: 0.1em;
    font-size: 0.875rem;
    font-weight: 700;
    display: block;
    height: 100%;
  }
  .overlay-menu-block__content .menu--overlay .menu {
    display: none;
    opacity: 0;
  }
  .overlay-menu-block__content .menu--overlay .menu li {
    padding: 10px 0;
    margin: 0 15px;
    border-bottom: 1px solid #fff;
  }
  .overlay-menu-block__content .menu--overlay .menu li:last-child {
    border-bottom: 0px none;
  }
  .overlay-menu-block__content .menu--overlay li.has-subnav:hover > .menu,
.overlay-menu-block__content .menu--overlay .menu:hover {
    display: block;
    opacity: 1;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: inherit;
  }
}

@media (min-width: 62.5em) {
  .l-profile .l-profile__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-profile .l-profile__wrapper .l-profile__sidebar {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    padding-right: 2rem;
    max-width: 35%;
    width: 35%;
  }
  .l-profile .l-profile__wrapper .l-profile__body {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    padding-left: 2rem;
    max-width: 65%;
    width: 65%;
  }
}

.l-profile__header {
  padding-bottom: 2rem;
}
@media (min-width: 62.5em) {
  .l-profile__header {
    display: none;
  }
}

.l-profile__image {
  padding-bottom: 2rem;
}

.l-profile__body-header {
  display: none;
}
@media (min-width: 62.5em) {
  .l-profile__body-header {
    display: block;
  }
}

@media (min-width: 62.5em) {
  .l-profile--no-image .l-profile__header {
    display: block;
  }
}
@media (min-width: 62.5em) {
  .l-profile--no-image .l-profile__body-header {
    display: none;
  }
}

.project-menu-block {
  margin-left: 2rem;
  margin-right: 2rem;
  margin-bottom: 2rem;
  background-color: #d77900;
  color: white;
}
@media (min-width: 62.5em) {
  .project-menu-block {
    margin-left: 0;
    margin-right: 0;
  }
}
.l-constrain--full-bleed .project-menu-block {
  margin-bottom: 0;
}

.project-menu-block__title {
  background: rgba(0, 0, 0, 0.1);
}
.project-menu-block__title h2 {
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0 -1rem;
  padding: 2rem 0;
}
@media (min-width: 62.5em) {
  .project-menu-block__title h2 {
    font-size: 1.5rem;
    margin: 0;
  }
}
.project-menu-block__title a {
  color: white;
}

.project-menu-block__mobile-button {
  background-color: inherit;
  border: 0;
  display: block;
  width: 100%;
  color: #fff;
  cursor: pointer;
  font-size: 0.9375rem;
  font-weight: 700;
  margin: 0;
  padding: 1.25rem 1rem;
  pointer-events: visible;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}
.project-menu-block__mobile-button:focus {
  -webkit-box-shadow: 0 0 5px 1px #08F;
          box-shadow: 0 0 5px 1px #08F;
}
.project-menu-block__mobile-button:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Cline%20class%3D%22st0%22%20x1%3D%2210%22%20y1%3D%220%22%20x2%3D%2210%22%20y2%3D%2220%22%2F%3E%0A%09%3Crect%20x%3D%228.5%22%20y%3D%220%22%20class%3D%22st0%22%20width%3D%223%22%20height%3D%2220%22%2F%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%09%3Cline%20class%3D%22st0%22%20x1%3D%2220%22%20y1%3D%2210%22%20x2%3D%220%22%20y2%3D%2210%22%2F%3E%0A%09%3Crect%20x%3D%220%22%20y%3D%228.5%22%20class%3D%22st0%22%20width%3D%2220%22%20height%3D%223%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E');
  background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Cline%20class%3D%22st0%22%20x1%3D%2210%22%20y1%3D%220%22%20x2%3D%2210%22%20y2%3D%2220%22%2F%3E%0A%09%3Crect%20x%3D%228.5%22%20y%3D%220%22%20class%3D%22st0%22%20width%3D%223%22%20height%3D%2220%22%2F%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%09%3Cline%20class%3D%22st0%22%20x1%3D%2220%22%20y1%3D%2210%22%20x2%3D%220%22%20y2%3D%2210%22%2F%3E%0A%09%3Crect%20x%3D%220%22%20y%3D%228.5%22%20class%3D%22st0%22%20width%3D%2220%22%20height%3D%223%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E');
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Cline%20class%3D%22st0%22%20x1%3D%2210%22%20y1%3D%220%22%20x2%3D%2210%22%20y2%3D%2220%22%2F%3E%0A%09%3Crect%20x%3D%228.5%22%20y%3D%220%22%20class%3D%22st0%22%20width%3D%223%22%20height%3D%2220%22%2F%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%09%3Cline%20class%3D%22st0%22%20x1%3D%2220%22%20y1%3D%2210%22%20x2%3D%220%22%20y2%3D%2210%22%2F%3E%0A%09%3Crect%20x%3D%220%22%20y%3D%228.5%22%20class%3D%22st0%22%20width%3D%2220%22%20height%3D%223%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 18px;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
}
.is-open .project-menu-block__mobile-button:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Cline%20class%3D%22st0%22%20x1%3D%2220%22%20y1%3D%2210%22%20x2%3D%220%22%20y2%3D%2210%22%2F%3E%0A%09%3Crect%20x%3D%220.1%22%20y%3D%228.5%22%20class%3D%22st0%22%20width%3D%2220%22%20height%3D%223%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E');
  background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Cline%20class%3D%22st0%22%20x1%3D%2220%22%20y1%3D%2210%22%20x2%3D%220%22%20y2%3D%2210%22%2F%3E%0A%09%3Crect%20x%3D%220.1%22%20y%3D%228.5%22%20class%3D%22st0%22%20width%3D%2220%22%20height%3D%223%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E');
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Cline%20class%3D%22st0%22%20x1%3D%2220%22%20y1%3D%2210%22%20x2%3D%220%22%20y2%3D%2210%22%2F%3E%0A%09%3Crect%20x%3D%220.1%22%20y%3D%228.5%22%20class%3D%22st0%22%20width%3D%2220%22%20height%3D%223%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E');
}
@media (min-width: 62.5em) {
  .project-menu-block__mobile-button {
    display: none;
  }
}

.project-menu-block__content {
  background-color: #f9f9f9;
  display: none;
  margin: 0;
  padding: 0 1rem;
}
@media (min-width: 62.5em) {
  .project-menu-block__content {
    background-color: inherit;
    display: block;
    padding: 0 2rem !important;
    margin: 0 auto;
  }
  .project-menu-block__content .menu--projects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: inherit;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .project-menu-block__content .menu--projects a.menu__link {
    color: white;
    border-bottom: none !important;
    padding: 0;
    font-weight: normal;
  }
  .project-menu-block__content .menu--projects a.menu__link:hover {
    text-decoration: underline;
    color: white;
  }
  .project-menu-block__content .menu--projects a.menu__link.is-active-trail, .project-menu-block__content .menu--projects a.menu__link.is-active {
    text-decoration: underline;
    color: white;
    padding-left: 0;
  }
  .project-menu-block__content .menu--projects a.menu__link.is-active::before {
    content: none !important;
  }
  .project-menu-block__content .menu--projects > .menu__item {
    line-height: 1.3em;
    text-transform: uppercase;
    position: relative;
    padding: 20px 0;
    max-width: 20%;
    background-color: inherit;
    margin-left: 48px;
  }
  .project-menu-block__content .menu--projects > .menu__item:first-child {
    margin-left: 0;
  }
  .project-menu-block__content .menu--projects > .menu__item > a.menu__link {
    letter-spacing: 0.1em;
    font-size: 0.875rem;
    font-weight: 700;
    display: block;
    height: 100%;
  }
  .project-menu-block__content .menu--projects .menu {
    display: none;
    opacity: 0;
  }
  .project-menu-block__content .menu--projects .menu li {
    padding: 10px 0;
    margin: 0 15px;
    border-bottom: 1px solid #fff;
  }
  .project-menu-block__content .menu--projects .menu li:last-child {
    border-bottom: 0px none;
  }
  .project-menu-block__content .menu--projects li.has-subnav:hover > .menu,
.project-menu-block__content .menu--projects .menu:hover {
    display: block;
    opacity: 1;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: inherit;
  }
}

.l-content {
  overflow-x: hidden;
}

.l-footer {
  background-color: #000;
  padding: 3rem 0;
}

@media (min-width: 59.375em) {
  .l-footer__top {
    margin-bottom: 3rem;
  }
}
.l-footer__top > * {
  margin-bottom: 2.5rem;
  padding: 0 1rem;
  width: 100%;
}
@media (min-width: 59.375em) {
  .l-footer__top > * {
    margin-bottom: 0;
  }
}
@media (min-width: 59.375em) {
  .l-footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

@media (min-width: 59.375em) {
  .l-footer__top-first {
    -ms-flex-preferred-size: 170px;
        flex-basis: 170px;
    max-width: 170px;
  }
}
.l-footer__top-first > * {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 59.375em) {
  .l-footer__top-first > * {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 59.375em) {
  .l-footer__top-second {
    -ms-flex-preferred-size: 384px;
        flex-basis: 384px;
    max-width: 384px;
  }
}
.l-footer__top-second > * {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  text-align: center;
}
@media (min-width: 59.375em) {
  .l-footer__top-second > * {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    text-align: left;
  }
}

.l-footer__top-third {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: right;
}
@media (min-width: 59.375em) {
  .l-footer__top-third {
    display: block;
    -ms-flex-preferred-size: 400px;
        flex-basis: 400px;
    max-width: 400px;
  }
}

.l-footer__subscribe {
  color: white;
  font-size: 0.8125rem;
}
.l-footer__subscribe:hover, .l-footer__subscribe:focus, .l-footer__subscribe:active {
  color: #d77900;
}
.l-footer__subscribe:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%0A%3Ctitle%3Eenvelope%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14.5%202h-13c-0.825%200-1.5%200.675-1.5%201.5v10c0%200.825%200.675%201.5%201.5%201.5h13c0.825%200%201.5-0.675%201.5-1.5v-10c0-0.825-0.675-1.5-1.5-1.5zM6.23%208.6l-4.23%203.295v-7.838l4.23%204.543zM2.756%204h10.488l-5.244%203.938-5.244-3.938zM6.395%208.777l1.605%201.723%201.605-1.723%203.29%204.223h-9.79l3.29-4.223zM9.77%208.6l4.23-4.543v7.838l-4.23-3.295z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E');
  background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%0A%3Ctitle%3Eenvelope%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14.5%202h-13c-0.825%200-1.5%200.675-1.5%201.5v10c0%200.825%200.675%201.5%201.5%201.5h13c0.825%200%201.5-0.675%201.5-1.5v-10c0-0.825-0.675-1.5-1.5-1.5zM6.23%208.6l-4.23%203.295v-7.838l4.23%204.543zM2.756%204h10.488l-5.244%203.938-5.244-3.938zM6.395%208.777l1.605%201.723%201.605-1.723%203.29%204.223h-9.79l3.29-4.223zM9.77%208.6l4.23-4.543v7.838l-4.23-3.295z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E');
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%0A%3Ctitle%3Eenvelope%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14.5%202h-13c-0.825%200-1.5%200.675-1.5%201.5v10c0%200.825%200.675%201.5%201.5%201.5h13c0.825%200%201.5-0.675%201.5-1.5v-10c0-0.825-0.675-1.5-1.5-1.5zM6.23%208.6l-4.23%203.295v-7.838l4.23%204.543zM2.756%204h10.488l-5.244%203.938-5.244-3.938zM6.395%208.777l1.605%201.723%201.605-1.723%203.29%204.223h-9.79l3.29-4.223zM9.77%208.6l4.23-4.543v7.838l-4.23-3.295z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-right: 6px;
  vertical-align: text-bottom;
}

.l-footer__bottom {
  margin-left: -1rem;
  margin-right: -1rem;
}
.l-footer__bottom > * {
  margin-bottom: 2.5rem;
  padding: 0 1rem;
}
@media (min-width: 59.375em) {
  .l-footer__bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-footer__bottom > * {
    margin-bottom: 0;
  }
}

.l-footer__bottom-first {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-footer__bottom-first > * {
  margin-right: 2rem;
}
.l-footer__bottom-first > *:last-child {
  margin-right: 0;
}

.l-footer__bottom-second {
  margin-left: auto;
  margin-right: auto;
  max-width: 360px;
  text-align: center;
}
@media (min-width: 59.375em) {
  .l-footer__bottom-second {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
}

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

.l-footer__logo {
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
}

.l-footer__logo--doe {
  height: 45px;
  overflow: hidden;
  width: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/doe_horizontal_stacked_white.svg");
  background-image: -o-linear-gradient(transparent, transparent), url("../images/doe_horizontal_stacked_white.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/doe_horizontal_stacked_white.svg");
  background-size: 150px 45px;
  margin-bottom: -9px;
}
.l-footer__logo--doe::before {
  content: "";
  display: block;
  height: 150%;
  width: 0;
}

.l-footer__logo--battelle {
  height: 27px;
  overflow: hidden;
  width: 162px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/battelle-logo-white.svg");
  background-image: -o-linear-gradient(transparent, transparent), url("../images/battelle-logo-white.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/battelle-logo-white.svg");
  background-size: 162px 27px;
}
.l-footer__logo--battelle::before {
  content: "";
  display: block;
  height: 150%;
  width: 0;
}

@media (min-width: 43.75em) {
  .layout-container {
    padding-top: 192px;
  }
  .layout-container .l-header {
    position: fixed;
  }
}

.l-header {
  border-top: 8px solid #d77900;
  display: none;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  width: 100%;
  z-index: 3;
  background: white;
  top: 0;
}
@media (min-width: 43.75em) {
  .l-header {
    display: block;
  }
}
.l-header.stuck {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.07);
}

.l-header__primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.l-header__logo {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  padding-right: 5%;
}
@media (min-width: 75em) {
  .l-header__logo {
    padding-right: 15%;
  }
}
.stuck .l-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header__primary-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-header__utility {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 43.75em) {
  .l-header__utility {
    margin-bottom: 10px;
  }
}
@media (min-width: 61.25em) {
  .l-header__utility {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.l-header__search {
  padding-top: 1rem;
}
@media (min-width: 61.25em) {
  .l-header__search {
    padding-left: 3rem;
    padding-top: 0;
  }
}

.l-navigation {
  display: none;
}
@media (min-width: 43.75em) {
  .l-navigation {
    display: block;
  }
}

.l-section {
  margin-bottom: 5rem;
  clear: both;
}

.l-section__title {
  margin-bottom: 2rem;
}

h3.l-section__title {
  margin-bottom: 1rem;
}

.l-section--compact {
  margin-bottom: 2rem;
}

.l-section--borders {
  border-bottom: 1px solid #63666b;
  border-top: 1px solid #63666b;
  padding: 2rem 0;
}
.l-section--borders .l-section__content > *:last-child {
  margin-bottom: 0;
}
.l-section--borders.l-section--compact {
  padding: 1rem 0;
}

.l-section--centered {
  text-align: center;
}

.l-section--gray {
  background: #eeeeee;
  padding: 2rem;
}
@media (min-width: 50em) {
  .l-section--gray {
    padding: 3rem;
  }
}

.l-section--copper {
  background: rgba(215, 121, 0, 0.04);
  padding: 2rem;
}
@media (min-width: 50em) {
  .l-section--copper {
    padding: 3rem;
  }
}

.l-section--large-title .l-section__title {
  font-size: 2.1875rem;
  font-weight: 400;
}
@media (min-width: 87.5em) {
  .l-section--large-title .l-section__title {
    font-size: 2.8125rem;
  }
}

.l-section--center-title .l-section__title {
  text-align: center;
}

.l-section--bold-title .l-section__title {
  font-weight: 700;
  font-family: "Merriweather", serif;
}

.l-section--light-title .l-section__title {
  font-weight: 400;
  font-family: "Merriweather", serif;
}

.l-section--copper-title .l-section__title {
  color: #d77900;
}

.l-section--nudge-up {
  margin-top: -2rem;
}

.node--type-division-page .field__item > .l-section:not(.paragraph--type-header-divison-banner) {
  margin-top: 5em;
  margin-bottom: 5em;
}
.node--type-division-page .field__item > .l-section:not(.paragraph--type-header-divison-banner)::after {
  clear: both;
  content: "";
  display: table;
}
.node--type-division-page .field__item > .l-section:not(.paragraph--type-header-divison-banner).l-section--gray, .node--type-division-page .field__item > .l-section:not(.paragraph--type-header-divison-banner).l-section--copper {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5em;
  padding-bottom: 5em;
}

.node--type-technology .field__item > .l-section:not(.paragraph--type-header-banner-basic) {
  margin-top: 5em;
  margin-bottom: 5em;
}
.node--type-technology .field__item > .l-section:not(.paragraph--type-header-banner-basic).l-section--gray, .node--type-technology .field__item > .l-section:not(.paragraph--type-header-banner-basic).l-section--copper {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5em;
  padding-bottom: 5em;
}

.l-sidebar .l-sidebar__wrapper {
  padding-top: 2rem;
}
@media (min-width: 62.5em) {
  .l-sidebar .l-sidebar__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-sidebar .l-sidebar__wrapper > * {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc(100% - 200px - 2rem);
        flex-basis: calc(100% - 200px - 2rem);
    margin-right: 2rem;
  }
  .l-sidebar .l-sidebar__wrapper > *:last-child {
    margin-right: 0;
  }
  .l-sidebar .l-sidebar__wrapper .l-sidebar__header,
.l-sidebar .l-sidebar__wrapper .l-sidebar__full {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 0;
  }
  .l-sidebar .l-sidebar__wrapper .l-sidebar__sidebar {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
    max-width: 200px;
    width: 200px;
  }
}
@media (min-width: 81.25em) {
  .l-sidebar .l-sidebar__wrapper > * {
    -ms-flex-preferred-size: calc(100% - 250px - 5rem);
        flex-basis: calc(100% - 250px - 5rem);
    margin-right: 5rem;
  }
  .l-sidebar .l-sidebar__wrapper > *:last-child {
    margin-right: 0;
  }
  .l-sidebar .l-sidebar__wrapper .l-sidebar__sidebar {
    -ms-flex-preferred-size: 250px;
        flex-basis: 250px;
    max-width: 250px;
    width: 250px;
  }
}
@media (min-width: 62.5em) {
  .l-sidebar.has-sidebar .l-sidebar__wrapper > * {
    max-width: calc(100% - 200px - 2rem);
  }
}
@media (min-width: 81.25em) {
  .l-sidebar.has-sidebar .l-sidebar__wrapper > * {
    max-width: calc(100% - 250px - 5rem);
  }
}
.l-sidebar .l-sidebar__main {
  max-width: 100%;
}

.l-sidebar__header,
.l-sidebar__full-bleed {
  padding-bottom: 1rem;
}

.l-story__header {
  padding-bottom: 2rem;
}

@media (min-width: 62.5em) {
  .l-story .l-story__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-story .l-story__wrapper > * {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc(100% - 300px - 5rem);
        flex-basis: calc(100% - 300px - 5rem);
    margin-right: 5rem;
    max-width: 100%;
  }
  .l-story .l-story__wrapper > *:last-child {
    margin-right: 0;
  }
  .l-story .l-story__wrapper .l-story__sidebar {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
    max-width: 300px;
    width: 300px;
  }
  .l-story .l-story__wrapper .l-story__sidebar .related-people {
    margin-top: 3rem;
  }
}
@media (min-width: 62.5em) {
  .l-story.has-sidebar .l-story__wrapper > * {
    max-width: calc(100% - 300px - 5rem);
  }
}

.l-story__ribbon {
  margin-top: -2rem;
}

.field__item > .l-section-tc:last-child {
  margin-bottom: 5rem;
  clear: both;
}

.l-section-tc .l-section__title {
  font-size: 1.375rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
@media (min-width: 53.125em) {
  .l-section-tc .l-section__title {
    margin-bottom: 2rem;
    font-size: 2.1875rem;
  }
}
.l-homepage-2 .l-section-tc .l-section__title {
  font-weight: 400;
}

.l-section-tc h3.l-section__title {
  font-size: 1.25rem;
}
@media (min-width: 53.125em) {
  .l-section-tc h3.l-section__title {
    font-size: 1.75rem;
  }
}

.l-section-tc .l-section--large-title .l-section__title {
  font-size: 2.1875rem;
  font-weight: 400;
}
@media (min-width: 87.5em) {
  .l-section-tc .l-section--large-title .l-section__title {
    font-size: 2.8125rem;
  }
}

.l-section-tc .l-section--copper-title .l-section__title {
  color: #d77900;
}

.l-section-tc .l-section__content {
  width: 100%;
}
@media (min-width: 53.125em) {
  .l-section-tc .l-section__content {
    width: auto;
  }
}
.l-homepage-2 .l-section-tc .l-section__content {
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.l-homepage-2 .l-section-tc .l-section__content.come-in {
  /*transform: translateY(100px);*/
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
  -webkit-animation: come-in 1s ease forwards;
          animation: come-in 1s ease forwards;
  opacity: 1;
}
.l-homepage-2 .l-section-tc .l-section__content.come-in:nth-child(odd) {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}
.l-homepage-2 .l-section-tc .l-section__content.already-visible {
  /*transform: translateY(0);*/
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-animation: none;
          animation: none;
  opacity: 1;
}

.l-section-tc .field--name-field-single-link a {
  color: #911a1d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  margin-top: 1em;
}
.l-section-tc .field--name-field-single-link a::after {
  height: 15px;
  overflow: hidden;
  width: 14px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2215%22%20viewBox%3D%220%200%2014%2015%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23911a1d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Etriangle-right%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M14%2C7.5%2C0%2C15V0Z%22%2F%3E%3C%2Fsvg%3E');
  background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2215%22%20viewBox%3D%220%200%2014%2015%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23911a1d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Etriangle-right%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M14%2C7.5%2C0%2C15V0Z%22%2F%3E%3C%2Fsvg%3E');
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2215%22%20viewBox%3D%220%200%2014%2015%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23911a1d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Etriangle-right%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M14%2C7.5%2C0%2C15V0Z%22%2F%3E%3C%2Fsvg%3E');
  background-size: 14px 15px;
  content: "";
  display: inline-block;
  margin-left: 0.5rem;
  position: relative;
  right: 0;
  -webkit-transition: right 0.2s linear;
  -o-transition: right 0.2s linear;
  transition: right 0.2s linear;
}
.l-section-tc .field--name-field-single-link a::after::before {
  content: "";
  display: block;
  height: 150%;
  width: 0;
}
.l-section-tc .field--name-field-single-link a:hover, .l-section-tc .field--name-field-single-link a:focus {
  color: #661214;
}
.l-section-tc .field--name-field-single-link a:hover::after, .l-section-tc .field--name-field-single-link a:focus::after {
  right: -0.25rem;
}

.layout--twocol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.layout--twocol > * {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 53.125em) {
  .layout--twocol {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .layout--twocol > :first-child {
    margin-right: 50px;
  }
}
@media (min-width: 53.125em) {
  .layout--twocol.layout--twocol-second-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .layout--twocol.layout--twocol-second-left > :first-child {
    margin-right: 0;
    margin-left: 50px;
  }
}
.layout--twocol.layout--twocol-second-top > :first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 53.125em) {
  .layout--twocol.layout--twocol-second-top > :first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.layout--twocol.layout--media-small > .l-section__content {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.layout--twocol.layout--media-small > .l-section__content.l-section__cards {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

figure,
.embedded-entity,
.drupal-entity {
  margin-bottom: 2rem;
}
figure .embedded-entity,
figure .drupal-entity,
.embedded-entity .embedded-entity,
.embedded-entity .drupal-entity,
.drupal-entity .embedded-entity,
.drupal-entity .drupal-entity {
  margin-bottom: 0;
}
figure.align-right,
.embedded-entity.align-right,
.drupal-entity.align-right {
  width: 100%;
  margin-bottom: 2rem;
}
@media (min-width: 37.5em) {
  figure.align-right,
.embedded-entity.align-right,
.drupal-entity.align-right {
    float: right;
    margin: 0 0 1.5rem 1.5rem;
    width: auto;
    max-width: 45%;
  }
}
figure.align-left,
.embedded-entity.align-left,
.drupal-entity.align-left {
  width: 100%;
  margin-bottom: 2rem;
}
@media (min-width: 37.5em) {
  figure.align-left,
.embedded-entity.align-left,
.drupal-entity.align-left {
    float: left;
    margin: 0 1.5rem 1.5rem 0;
    width: auto;
    max-width: 45%;
  }
}
figure.align-center,
.embedded-entity.align-center,
.drupal-entity.align-center {
  margin-bottom: 2rem;
  text-align: center;
}
figure.align-center div, figure.align-center img, figure.align-center video, figure.align-center figcaption,
.embedded-entity.align-center div,
.embedded-entity.align-center img,
.embedded-entity.align-center video,
.embedded-entity.align-center figcaption,
.drupal-entity.align-center div,
.drupal-entity.align-center img,
.drupal-entity.align-center video,
.drupal-entity.align-center figcaption {
  margin: 0 auto;
}
figure figcaption,
.embedded-entity figcaption,
.drupal-entity figcaption {
  font-size: 0.9375rem;
  line-height: 1.4;
  margin-top: 0.5rem;
}

.media-oembed-content {
  aspect-ratio: 854/480;
  height: auto;
  max-width: 100%;
}

div.tex2jax_process {
  display: inline;
}

ul.toolbar-menu {
  font-size: 1em;
}
ul.toolbar-menu li {
  margin-bottom: 0;
}

.ui-dialog {
  z-index: 101;
}
.ui-dialog .field--label-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.75rem;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ui-dialog .field--label-inline .field__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14rem;
          flex: 0 0 14rem;
  line-height: 1.8;
  border-right: 1px solid #ccc;
  padding-right: 0.5rem;
  margin-right: 0.5rem;
  text-align: right;
}
.ui-dialog .field--label-inline .address .administrative-area::after {
  content: ",";
}
.ui-dialog .field--label-inline .address br {
  display: none;
}
.ui-dialog a {
  color: #0560c1;
}
.ui-dialog .button {
  color: #FFF;
}
.ui-dialog .button-shift {
  margin-top: -1rem;
  margin-bottom: 0.5rem;
  text-align: center;
}

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

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 100px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.admin-tabs::after {
  clear: both;
  content: "";
  display: table;
}

.admin-tabs__items {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.admin-tabs__items li::before {
  display: none;
}
@media (min-width: 37.5em) {
  .admin-tabs__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media print {
  .admin-tabs__items {
    display: none;
  }
}

.admin-tabs__item:first-child .admin-tabs__link {
  border-bottom-left-radius: 0.1875rem;
  border-left: 0;
  border-top-left-radius: 0.1875rem;
}
.admin-tabs__item:last-child .admin-tabs__link {
  border-bottom-right-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
}

.admin-tabs__link {
  background-color: #d6d7d9;
  border: 0;
  border-radius: 0;
  color: #212121;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.25;
  padding: 0.75rem 1.25rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: top;
  white-space: normal;
  border-left: 1px solid #aeb0b5;
  display: block;
  font-size: 0.9375rem;
  line-height: 1.1333333333;
  margin: 0;
  padding: 0.5rem 1rem;
}
.admin-tabs__link:focus, .admin-tabs__link:hover {
  background-color: #aeb0b5;
  color: #212121;
  outline: 0;
}
.admin-tabs__link:active {
  background-color: #212121;
  color: #fff;
}
.admin-tabs__link[disabled] {
  background-color: #d6d7d9;
  color: #323a45;
  cursor: default;
  pointer-events: none;
}
.admin-tabs__link:active {
  background-color: #212121;
  color: #fff;
}
.admin-tabs__link:focus {
  background-color: #aeb0b5;
}
.admin-tabs__link:hover, .admin-tabs__link:visited {
  color: #212121;
}
.admin-tabs__link.is-active {
  background-color: #212121;
  color: #fff;
}
.admin-tabs__link.is-active:hover {
  color: #fff;
}

.article footer {
  padding-bottom: 1.5rem;
}

.banner-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(215, 121, 0, 0.04);
  position: relative;
}
@media (min-width: 53.125em) {
  .banner-bar {
    padding-bottom: 0;
  }
}
.l-homepage-2 .banner-bar {
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.l-homepage-2 .banner-bar.come-in {
  /*transform: translateY(100px);*/
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
  -webkit-animation: come-in 1s ease forwards;
          animation: come-in 1s ease forwards;
  opacity: 1;
}
.l-homepage-2 .banner-bar.come-in:nth-child(odd) {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}
.l-homepage-2 .banner-bar.already-visible {
  /*transform: translateY(0);*/
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-animation: none;
          animation: none;
  opacity: 1;
}
.banner-bar video {
  -webkit-transition: translateX translateY translate none;
  -o-transition: translateX translateY translate none;
  transition: translateX translateY translate none;
}
.banner-bar .jquery-background-video-pauseplay {
  z-index: 3;
}

.banner-bar__background {
  background-position: center center;
  background-size: cover;
  width: 100%;
}

.banner-bar__wrapper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 300px;
  margin-top: -75px;
  position: relative;
  z-index: 1;
}
@media (min-width: 53.125em) {
  .banner-bar__wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 0;
    margin-top: 0;
  }
}

.banner-bar__video-wrapper {
  height: 200px;
}
@media (min-width: 53.125em) {
  .banner-bar__video-wrapper {
    height: 100%;
    width: 100%;
    position: absolute !important;
  }
}

.banner-bar__content {
  padding: 1rem;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  max-width: 550px;
}
@media (min-width: 53.125em) {
  .banner-bar__content {
    padding: 2rem 3rem;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.l-homepage-2 .banner-bar__content {
  border-radius: 4px;
}

.banner-bar__icon-list > * + * {
  margin-top: 1em;
}

.banner-bar__title {
  font-weight: 400;
  font-family: "Merriweather", serif;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.banner-bar__link .button {
  font-weight: 700;
}

.banner-cta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
}
@media (min-width: 62.5em) {
  .banner-cta {
    min-height: 300px;
  }
}
@media (min-width: 87.5em) {
  .banner-cta {
    min-height: 400px;
  }
}
.banner-cta.has-overlay {
  position: relative;
}
.banner-cta.has-overlay:after {
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.banner-cta.has-overlay .banner-cta__content {
  position: relative;
  z-index: 2;
}
.banner-cta a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}

.banner-cta__content {
  width: 100%;
}

.banner-cta__content-inner {
  padding: 1rem 2rem;
}

.banner-cta__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.banner-cta__badge {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0.25rem 1rem 1rem 0;
  width: 50px;
}
@media (min-width: 62.5em) {
  .banner-cta__badge {
    width: 75px;
  }
}
@media (min-width: 87.5em) {
  .banner-cta__badge {
    margin: 0.75rem 1.5rem 1rem 0;
  }
}

.banner-cta__title {
  color: #fff;
  font-size: 2.1875rem;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 0.25em;
  margin-top: 0.35em;
}
@media (min-width: 62.5em) {
  .banner-cta__title {
    font-size: 2.8125rem;
  }
}
@media (min-width: 87.5em) {
  .banner-cta__title {
    font-size: 3.4375rem;
  }
}
.banner-cta__title > *:last-child,
.banner-cta__title > * > *:last-child {
  margin-bottom: 0;
}

.banner-cta__subtitle {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 300;
  margin-top: 0;
}
@media (min-width: 62.5em) {
  .banner-cta__subtitle {
    font-size: 1.5rem;
  }
}
.banner-cta__subtitle > *:last-child,
.banner-cta__subtitle > * > *:last-child {
  margin-bottom: 0;
}

.blockquote-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
  color: white;
  padding: 2.5rem 2rem 2rem;
}
.blockquote-card:hover, .blockquote-card:active {
  color: white;
  -webkit-box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
          box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}
@media (min-width: 62.5em) {
  .blockquote-card {
    height: calc(700px + 2rem);
    padding: 4rem;
  }
}
aside .blockquote-card {
  border: 0;
}
.blockquote-card * {
  background-color: inherit;
}
.blockquote-card .meta__item:after {
  display: none;
}

.blockquote-card__body {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.blockquote-card__body:before, .blockquote-card__body:after {
  content: "";
  display: block;
  position: absolute;
  width: 25%;
  height: 2px;
  background: white;
  top: 0;
}
.blockquote-card__body:before {
  left: 0;
}
.blockquote-card__body:after {
  right: 0;
}

.blockquote-card__content {
  font-size: 2rem;
  font-size: clamp(1rem, 2.5vw, 2rem);
  font-weight: 300;
  border: 0;
  border-bottom: 2px solid white;
  text-align: center;
  font-family: "Merriweather", serif;
  padding: 2rem;
  margin: 0;
}
@media (min-width: 62.5em) {
  .blockquote-card__content {
    padding: 4rem;
  }
}
.blockquote-card__content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  height: 30px;
  width: 30px;
  font-family: "Montserrat", sans-serif;
  background: url(../images/quote.png) no-repeat center center/contain;
}
@media (min-width: 62.5em) {
  .blockquote-card__content:before {
    height: 60px;
    width: 60px;
  }
}
.blockquote-card__content cite:before {
  content: none;
  display: none;
}

.blockquote-card__person,
.blockquote-card__person-role {
  display: block;
  font-style: normal;
  font-family: "Montserrat", sans-serif;
  width: 100%;
}

.blockquote-card__person {
  font-weight: 600;
  font-size: 1rem;
}

.blockquote-card__person-role {
  font-size: 0.875rem;
  text-transform: uppercase;
}

.blockquote-card__media {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  min-height: 1px;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  right: 0;
  z-index: 0;
}
.blockquote-card__media img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blockquote-card__header {
  margin: 0 0 0.5rem 0;
}
.blockquote-card__header:last-child {
  margin-bottom: 0;
}

.blockquote-card__meta {
  margin-bottom: 1em;
}
.blockquote-card__meta .meta {
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blockquote-card__meta .meta__item + .meta__item {
  margin-left: 10px;
}
.blockquote-card__meta .meta__item .taxonomy-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  text-transform: uppercase;
}
.blockquote-card__meta .meta__item .field {
  margin-bottom: 0;
}
.blockquote-card__meta .meta__item .field--name-field-icon {
  width: 38px;
  height: 38px;
  margin-right: 1rem;
  background: white;
  border-radius: 50%;
  padding: 10px;
}
.blockquote-card__meta .meta__item .field--name-field-icon img {
  max-width: 18px;
  display: block;
}
aside .blockquote-card__meta {
  font-size: 0.9375rem;
}

.blockquote-card__title {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0;
  color: white;
}

.blockquote-card__footer {
  width: 100%;
  z-index: 2;
  margin-top: 2rem;
  text-align: center;
}

.blockquote-card--reversed-header .blockquote-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.blockquote-card--reversed-header .blockquote-card__title {
  margin-bottom: 0.5rem;
}

.blockquote-card--centered .blockquote-card__meta * {
  float: none;
}
.blockquote-card--centered .blockquote-card__body {
  text-align: center;
}

.blockquote-card__centered-footer .blockquote-card__footer {
  text-align: center;
}
.blockquote-card__centered-footer .blockquote-card__footer .blockquote-card__more-link {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blockquote-card__more-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  font-size: 0.9em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  margin-top: 1em;
}
.blockquote-card__more-link::after {
  height: 15px;
  overflow: hidden;
  width: 14px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2215%22%20viewBox%3D%220%200%2014%2015%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Etriangle-right%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M14%2C7.5%2C0%2C15V0Z%22%2F%3E%3C%2Fsvg%3E');
  background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2215%22%20viewBox%3D%220%200%2014%2015%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Etriangle-right%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M14%2C7.5%2C0%2C15V0Z%22%2F%3E%3C%2Fsvg%3E');
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2215%22%20viewBox%3D%220%200%2014%2015%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Etriangle-right%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M14%2C7.5%2C0%2C15V0Z%22%2F%3E%3C%2Fsvg%3E');
  background-size: 14px 15px;
  content: "";
  display: inline-block;
  margin-left: 0.5rem;
  position: relative;
  right: 0;
  -webkit-transition: right 0.2s linear;
  -o-transition: right 0.2s linear;
  transition: right 0.2s linear;
}
.blockquote-card__more-link::after::before {
  content: "";
  display: block;
  height: 150%;
  width: 0;
}
.blockquote-card__more-link:hover, .blockquote-card__more-link:focus {
  color: #e6e6e6;
}
.blockquote-card__more-link:hover::after, .blockquote-card__more-link:focus::after {
  right: -0.25rem;
}

.paragraph--type-compound-blockquote-grid .l-grid > .field .field__item > .paragraph {
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.paragraph--type-compound-blockquote-grid .l-grid > .field .field__item > .paragraph.come-in {
  /*transform: translateY(100px);*/
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
  -webkit-animation: come-in 1s ease forwards;
          animation: come-in 1s ease forwards;
  opacity: 1;
}
.paragraph--type-compound-blockquote-grid .l-grid > .field .field__item > .paragraph.come-in:nth-child(odd) {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}
.paragraph--type-compound-blockquote-grid .l-grid > .field .field__item > .paragraph.already-visible {
  /*transform: translateY(0);*/
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-animation: none;
          animation: none;
  opacity: 1;
}
.paragraph--type-compound-blockquote-grid .field {
  margin: 0;
}
.paragraph--type-compound-blockquote-grid .l-section__title {
  font-size: 1.75rem;
  margin-bottom: 4rem;
}
.l-homepage-2 .paragraph--type-compound-blockquote-grid .l-section__title {
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.l-homepage-2 .paragraph--type-compound-blockquote-grid .l-section__title.come-in {
  /*transform: translateY(100px);*/
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
  -webkit-animation: come-in 1s ease forwards;
          animation: come-in 1s ease forwards;
  opacity: 1;
}
.l-homepage-2 .paragraph--type-compound-blockquote-grid .l-section__title.come-in:nth-child(odd) {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}
.l-homepage-2 .paragraph--type-compound-blockquote-grid .l-section__title.already-visible {
  /*transform: translateY(0);*/
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-animation: none;
          animation: none;
  opacity: 1;
}
.paragraph--type-compound-blockquote-grid .field--name-field-p-news-cards-2 .field__item + .field__item {
  margin-top: 2rem;
}
.paragraph--type-compound-blockquote-grid .feature-card {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 310px;
}
@media (min-width: 50em) {
  .paragraph--type-compound-blockquote-grid .feature-card {
    height: 350px;
  }
}
.paragraph--type-compound-blockquote-grid .feature-card > * {
  width: 50%;
}
.paragraph--type-compound-blockquote-grid .feature-card .feature-card__media {
  height: 100%;
}
.paragraph--type-compound-blockquote-grid .feature-card .feature-card__body {
  padding: 24px;
}
@media (min-width: 50em) {
  .paragraph--type-compound-blockquote-grid .feature-card .feature-card__body {
    padding: 32px;
  }
}
.paragraph--type-compound-blockquote-grid .feature-card .meta__item {
  font-size: 0.875rem;
}
.paragraph--type-compound-blockquote-grid .feature-card .feature-card__title {
  font-size: 1rem;
}
@media (min-width: 50em) {
  .paragraph--type-compound-blockquote-grid .feature-card .feature-card__title {
    font-size: 1.375rem;
  }
}
.paragraph--type-compound-blockquote-grid .feature-card .feature-card__more-link {
  font-size: 0.7em;
}
@media (min-width: 50em) {
  .paragraph--type-compound-blockquote-grid .feature-card .feature-card__more-link {
    font-size: 0.9em;
  }
}
.paragraph--type-compound-blockquote-grid .field__item:nth-child(even) .feature-card .feature-card__body {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.border-teaser {
  color: #63666b;
  display: block;
  line-height: 1.4;
  padding: 0 0 1rem 1rem;
  position: relative;
}
.l-grid .border-teaser {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.border-teaser::before {
  background: #bebeb7;
  bottom: 0;
  content: "";
  display: block;
  height: 40px;
  left: 0;
  position: absolute;
  width: 1px;
}
.border-teaser::after {
  background: #bebeb7;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 150px;
}

.breadcrumb {
  margin: 0 0 1rem 0;
}
.breadcrumb::after {
  clear: both;
  content: "";
  display: table;
}

.breadcrumb__list {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  margin: 0;
}
.breadcrumb__list > li {
  display: inline;
}

.breadcrumb__item {
  font-size: 0.8125rem;
  margin-bottom: 0;
  margin-right: 0.25em;
  text-transform: uppercase;
}
.breadcrumb__item::after {
  font-size: 0.875rem;
  content: "»";
  margin-left: 0.25em;
}
.breadcrumb__item:last-child::after {
  content: "";
  margin-left: 0;
}

.breadcrumb__link {
  color: #63666b;
  text-decoration: none;
}
.breadcrumb__link:hover, .breadcrumb__link:focus {
  text-decoration: underline;
}

.button-card {
  padding: 2.5rem;
  position: relative;
  background-color: transparent;
}

.button-card__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.button-card__image:after {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.button-link-list__title {
  color: #ffffff;
  display: block;
  font-family: "Merriweather", serif;
  font-size: 2.1875rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 2.5rem;
  text-align: center;
}
@media (min-width: 43.75em) {
  .button-link-list__title {
    font-size: 2.8125rem;
  }
}
@media (min-width: 68.75em) {
  .button-link-list__title {
    text-align: left;
  }
}

.button-link-list a {
  border: solid 1px #fff;
  color: #ffffff;
  display: block;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 1rem 1.5rem;
  text-align: center;
  text-transform: uppercase;
}
.button-link-list a:hover, .button-link-list a:focus {
  text-decoration: none !important;
  background-color: rgba(255, 255, 255, 0.15);
}
.button-link-list a:last-child {
  margin-bottom: 0;
}
@media (min-width: 43.75em) {
  .button-link-list a {
    font-size: 1.75rem;
  }
}

.button {
  background-color: #d77900;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.25;
  padding: 0.75rem 1.25rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: top;
  white-space: normal;
  margin: 0 0 0.5em;
}
.button:focus, .button:hover {
  background-color: #024082;
  color: #fff;
  outline: 0;
}
.button:active {
  background-color: #d77900;
  color: #fff;
}
.button[disabled] {
  background-color: #d6d7d9;
  color: #323a45;
  cursor: default;
  pointer-events: none;
}
.button + .button {
  margin-left: 0.5em;
}
[dir=rtl] .button + .button {
  margin-left: 0;
  margin-right: 0.5em;
}

.button--danger {
  background-color: #e31c3d;
  color: #fff;
}
.button--danger:focus, .button--danger:hover {
  background-color: #cd2026;
  color: #fff;
}
.button--danger:active {
  background-color: #981b1e;
  color: #fff;
}

.button--external {
  position: relative;
  padding-right: 3.25rem;
}
.button--external:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eexternal%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M14.84%2C18H1.55A1.55%2C1.55%2C0%2C0%2C1%2C0%2C16.46H0V3.11A1.53%2C1.53%2C0%2C0%2C1%2C1.55%2C1.59H8.13V2.75H1.55a.4.4%2C0%2C0%2C0-.41.39h0V16.5a.4.4%2C0%2C0%2C0%2C.4.4h13.3a.4.4%2C0%2C0%2C0%2C.41-.39h0V9.73h1.16v6.73A1.55%2C1.55%2C0%2C0%2C1%2C14.86%2C18Z%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%226.51%2012.23%205.71%2011.43%2017.02%200.17%2017.83%200.97%206.51%2012.23%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2218%207.12%2016.86%207.12%2016.86%201.14%2010.75%201.14%2010.75%200%2018%200%2018%207.12%22%2F%3E%3C%2Fsvg%3E');
  background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eexternal%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M14.84%2C18H1.55A1.55%2C1.55%2C0%2C0%2C1%2C0%2C16.46H0V3.11A1.53%2C1.53%2C0%2C0%2C1%2C1.55%2C1.59H8.13V2.75H1.55a.4.4%2C0%2C0%2C0-.41.39h0V16.5a.4.4%2C0%2C0%2C0%2C.4.4h13.3a.4.4%2C0%2C0%2C0%2C.41-.39h0V9.73h1.16v6.73A1.55%2C1.55%2C0%2C0%2C1%2C14.86%2C18Z%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%226.51%2012.23%205.71%2011.43%2017.02%200.17%2017.83%200.97%206.51%2012.23%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2218%207.12%2016.86%207.12%2016.86%201.14%2010.75%201.14%2010.75%200%2018%200%2018%207.12%22%2F%3E%3C%2Fsvg%3E');
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eexternal%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M14.84%2C18H1.55A1.55%2C1.55%2C0%2C0%2C1%2C0%2C16.46H0V3.11A1.53%2C1.53%2C0%2C0%2C1%2C1.55%2C1.59H8.13V2.75H1.55a.4.4%2C0%2C0%2C0-.41.39h0V16.5a.4.4%2C0%2C0%2C0%2C.4.4h13.3a.4.4%2C0%2C0%2C0%2C.41-.39h0V9.73h1.16v6.73A1.55%2C1.55%2C0%2C0%2C1%2C14.86%2C18Z%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%226.51%2012.23%205.71%2011.43%2017.02%200.17%2017.83%200.97%206.51%2012.23%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2218%207.12%2016.86%207.12%2016.86%201.14%2010.75%201.14%2010.75%200%2018%200%2018%207.12%22%2F%3E%3C%2Fsvg%3E');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  content: "";
  display: block;
  height: 18px;
  position: absolute;
  right: 1.25rem;
  top: 45%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
}

@media (min-width: 37.5em) {
  .button--large {
    font-size: 1.25rem;
    line-height: 1.25;
    padding: 0.9375rem 1.25rem;
  }
}

.button--secondary {
  background-color: #0560c1;
  color: #fff;
  letter-spacing: 0.1rem;
}
.button--secondary:focus, .button--secondary:hover {
  background-color: #024082;
  color: #fff;
}
.button--secondary:active {
  background-color: #024082;
  color: #fff;
}

.button--small {
  font-size: 0.9375rem;
  line-height: 1.1333333333;
  padding: 0.5rem 1rem;
}
.button--small.button--external {
  padding-right: 3rem;
}

.button--tertiary {
  background-color: #911a1d;
  color: #fff;
  letter-spacing: 0.1rem;
}
.button--tertiary:focus, .button--tertiary:hover {
  background-color: #661214;
  color: #fff;
}
.button--tertiary:active {
  background-color: #661214;
  color: #fff;
}

@media (min-width: 50em) {
  .callout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.callout__content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.callout__media {
  margin-bottom: 1.5rem;
}
@media (min-width: 50em) {
  .callout__media {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 0;
    margin-right: 2rem;
    max-width: 400px;
  }
}

.callout__meta {
  margin-bottom: 0.5rem;
}

.callout__title {
  font-weight: 400;
  margin: 0 0 1rem 0;
}
@media (min-width: 87.5em) {
  .callout__title {
    font-size: 2.8125rem;
  }
}

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

.caption-image {
  overflow: hidden;
  position: relative;
}

.caption-image--bg-image {
  height: 100%;
}
.caption-image--bg-image .caption-image__media {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
  height: 100%;
  width: 100%;
}
@media (max-width: 53.0625em) {
  .hero-slider .caption-image--bg-image {
    padding-top: 56.25%;
    height: 0;
  }
}
@media (max-width: 31.1875em) {
  .hero-slider .caption-image--bg-image {
    padding-top: 0;
    height: 280px;
  }
}
@media (max-width: 53.0625em) {
  .hero-slider .caption-image--bg-image .caption-image__media {
    left: 0;
    position: absolute;
    top: 0;
  }
}

.caption {
  color: #0e0d0d;
}

.caption__button {
  height: 25px;
  overflow: hidden;
  width: 25px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23d31111%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Einfo%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M15.73%2C8.19l-3%2C10.42a6.1%2C6.1%2C0%2C0%2C0-.25%2C1.17.42.42%2C0%2C0%2C0%2C.14.3.38.38%2C0%2C0%2C0%2C.27.14.73.73%2C0%2C0%2C0%2C.5-.22A8.91%2C8.91%2C0%2C0%2C0%2C15%2C18l.5.29q-2.21%2C3.86-4.7%2C3.85a2.15%2C2.15%2C0%2C0%2C1-1.52-.53%2C1.82%2C1.82%2C0%2C0%2C1-.56-1.36%2C4.81%2C4.81%2C0%2C0%2C1%2C.25-1.37l2-7a5.89%2C5.89%2C0%2C0%2C0%2C.3-1.52A.75.75%2C0%2C0%2C0%2C11%2C9.82a1.09%2C1.09%2C0%2C0%2C0-.76-.25H9.69L9.88%2C9l5-.81ZM14.32%2C2.82a1.8%2C1.8%2C0%2C0%2C1%2C1.33.54%2C1.83%2C1.83%2C0%2C0%2C1%2C.53%2C1.32A1.83%2C1.83%2C0%2C0%2C1%2C15.64%2C6a1.86%2C1.86%2C0%2C0%2C1-3.17-1.32%2C1.84%2C1.84%2C0%2C0%2C1%2C1.85-1.86Z%22%2F%3E%3C%2Fsvg%3E');
  background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23d31111%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Einfo%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M15.73%2C8.19l-3%2C10.42a6.1%2C6.1%2C0%2C0%2C0-.25%2C1.17.42.42%2C0%2C0%2C0%2C.14.3.38.38%2C0%2C0%2C0%2C.27.14.73.73%2C0%2C0%2C0%2C.5-.22A8.91%2C8.91%2C0%2C0%2C0%2C15%2C18l.5.29q-2.21%2C3.86-4.7%2C3.85a2.15%2C2.15%2C0%2C0%2C1-1.52-.53%2C1.82%2C1.82%2C0%2C0%2C1-.56-1.36%2C4.81%2C4.81%2C0%2C0%2C1%2C.25-1.37l2-7a5.89%2C5.89%2C0%2C0%2C0%2C.3-1.52A.75.75%2C0%2C0%2C0%2C11%2C9.82a1.09%2C1.09%2C0%2C0%2C0-.76-.25H9.69L9.88%2C9l5-.81ZM14.32%2C2.82a1.8%2C1.8%2C0%2C0%2C1%2C1.33.54%2C1.83%2C1.83%2C0%2C0%2C1%2C.53%2C1.32A1.83%2C1.83%2C0%2C0%2C1%2C15.64%2C6a1.86%2C1.86%2C0%2C0%2C1-3.17-1.32%2C1.84%2C1.84%2C0%2C0%2C1%2C1.85-1.86Z%22%2F%3E%3C%2Fsvg%3E');
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23d31111%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Einfo%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M15.73%2C8.19l-3%2C10.42a6.1%2C6.1%2C0%2C0%2C0-.25%2C1.17.42.42%2C0%2C0%2C0%2C.14.3.38.38%2C0%2C0%2C0%2C.27.14.73.73%2C0%2C0%2C0%2C.5-.22A8.91%2C8.91%2C0%2C0%2C0%2C15%2C18l.5.29q-2.21%2C3.86-4.7%2C3.85a2.15%2C2.15%2C0%2C0%2C1-1.52-.53%2C1.82%2C1.82%2C0%2C0%2C1-.56-1.36%2C4.81%2C4.81%2C0%2C0%2C1%2C.25-1.37l2-7a5.89%2C5.89%2C0%2C0%2C0%2C.3-1.52A.75.75%2C0%2C0%2C0%2C11%2C9.82a1.09%2C1.09%2C0%2C0%2C0-.76-.25H9.69L9.88%2C9l5-.81ZM14.32%2C2.82a1.8%2C1.8%2C0%2C0%2C1%2C1.33.54%2C1.83%2C1.83%2C0%2C0%2C1%2C.53%2C1.32A1.83%2C1.83%2C0%2C0%2C1%2C15.64%2C6a1.86%2C1.86%2C0%2C0%2C1-3.17-1.32%2C1.84%2C1.84%2C0%2C0%2C1%2C1.85-1.86Z%22%2F%3E%3C%2Fsvg%3E');
  background-color: #eee;
  border: 0;
  border-radius: 50%;
  bottom: 10px;
  cursor: pointer;
  left: auto;
  margin: 0;
  opacity: 0.75;
  padding: 0;
  position: absolute;
  right: 10px;
  z-index: 2;
}
.caption__button::before {
  content: "";
  display: block;
  height: 150%;
  width: 0;
}
.caption__button:hover, .caption__button:focus {
  opacity: 1;
}
.caption__button.is-open {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfont-size%3A24.31px%3Bfill%3A%23d31111%3Bfont-family%3ASitkaBanner-BoldItalic%2C%20Sitka%3Bfont-weight%3A700%3Bfont-style%3Aitalic%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Einfo-close%3C%2Ftitle%3E%3Ctext%20class%3D%22cls-1%22%20transform%3D%22translate(6.96%2017.82)%22%3Ex%3C%2Ftext%3E%3C%2Fsvg%3E');
  background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfont-size%3A24.31px%3Bfill%3A%23d31111%3Bfont-family%3ASitkaBanner-BoldItalic%2C%20Sitka%3Bfont-weight%3A700%3Bfont-style%3Aitalic%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Einfo-close%3C%2Ftitle%3E%3Ctext%20class%3D%22cls-1%22%20transform%3D%22translate(6.96%2017.82)%22%3Ex%3C%2Ftext%3E%3C%2Fsvg%3E');
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfont-size%3A24.31px%3Bfill%3A%23d31111%3Bfont-family%3ASitkaBanner-BoldItalic%2C%20Sitka%3Bfont-weight%3A700%3Bfont-style%3Aitalic%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Einfo-close%3C%2Ftitle%3E%3Ctext%20class%3D%22cls-1%22%20transform%3D%22translate(6.96%2017.82)%22%3Ex%3C%2Ftext%3E%3C%2Fsvg%3E');
  opacity: 0.9;
}
.caption--hidden .caption__button {
  display: none !important;
}

.caption__text {
  background: rgba(255, 255, 255, 0.9);
  bottom: 10px;
  font-size: 0.75rem;
  left: auto;
  line-height: 1.4;
  margin-left: 10px;
  margin-right: auto;
  max-height: calc(100% - 20px);
  max-width: 1000px;
  opacity: 0;
  overflow-y: auto;
  padding: 0.25rem 0.5rem;
  position: absolute;
  -webkit-transform: translateY(calc(100% + 15px));
      -ms-transform: translateY(calc(100% + 15px));
          transform: translateY(calc(100% + 15px));
  right: 40px;
}
.caption__text p {
  margin-bottom: 0.25rem;
}
.caption__text.is-open {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 0.9;
}
.caption--hidden .caption__text {
  display: none !important;
}

.caption__credit {
  font-style: italic;
}

.card {
  border: 1px solid #bebeb7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.card.has-footer {
  padding-bottom: 20px;
}
aside .card {
  border: 0;
}

.card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.5rem 1rem;
}
aside .card__body {
  padding: 0 0 0.5rem;
}

.card__content {
  margin-bottom: 0.5rem;
}
.card__content p {
  margin-bottom: 0.5rem;
}

.card__media {
  position: relative;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  min-height: 1px;
}

.card__icon {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  display: block;
  font-weight: 700;
  line-height: 1em;
  padding: 7px;
}
.card__icon .field {
  margin: 0;
}
.card__icon img {
  max-width: 30px;
}

.card__header {
  margin: 0 0 0.5rem 0;
}
.card__header:last-child {
  margin-bottom: 0;
}

aside .card__meta {
  font-size: 0.9375rem;
}

.card__title {
  font-size: 1.125rem;
  font-weight: 400;
  margin: 0;
}
@media (min-width: 75em) {
  .card__title {
    font-size: 1.5rem;
  }
}
aside .card__title, .l-constrain--narrow .card__title, .l-constrain--extra-narrow .card__title {
  font-size: 1.125rem;
}
.featured-grid .card__title {
  font-size: 1.5rem;
}
@media (min-width: 87.5em) {
  .featured-grid .card__title {
    font-size: 1.875rem;
  }
}

.card__footer {
  bottom: 0;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.card__footer a {
  background: #911a1d;
  color: #fff;
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  line-height: 1;
  padding: 8px 16px;
  text-transform: uppercase;
}
.card__footer a:hover, .card__footer a:focus {
  background-color: #d77900;
}

.card--reversed-header .card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.card--reversed-header .card__title {
  margin-bottom: 0.5rem;
}

.card--centered .card__meta * {
  float: none;
}
.card--centered .card__body {
  text-align: center;
}

.card--no-border {
  border: 0;
}

.card--alternate {
  border: none;
}
.card--alternate .card__body {
  padding-left: 0;
  padding-right: 0;
}
.card--alternate .meta {
  text-transform: uppercase;
  color: rgba(11, 18, 21, 0.6);
}
.card--alternate .card__title a {
  color: #0e0d0d;
}

.citation__title {
  font-size: 1rem;
  margin: 0;
}

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

.color-board {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 250px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.color-board:after {
  background-color: rgba(215, 121, 0, 0.4);
  content: "";
  display: block;
  height: 100%;
  left: -100%;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  width: 100%;
}
.color-board:hover:after, .color-board:focus:after {
  opacity: 1;
  left: 0;
}

.color-board__title {
  background-color: rgba(215, 121, 0, 0.9);
  bottom: 0;
  color: #ffffff;
  display: block;
  font-family: "Merriweather", serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
  padding: 0.75rem 2rem;
  position: absolute;
  width: 100%;
  z-index: 2;
}
@media (min-width: 43.75em) {
  .color-board__title {
    font-size: 2.8125rem;
  }
}

.color-board:nth-child(even) .color-board__title {
  background-color: rgba(99, 102, 107, 0.9);
}
.color-board:nth-child(even):after {
  background-color: rgba(99, 102, 107, 0.4);
}

.contact {
  line-height: 1.5;
}

.contact__name {
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.contact__title {
  margin-top: -0.5rem;
  font-size: 0.9rem;
}

.copyright {
  color: #ffffff;
  font-size: 0.625rem;
}

.cta-bar {
  padding: 1rem;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.07);
  margin: 4em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 53.125em) {
  .cta-bar {
    padding: 2rem 3rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.cta-bar__badge {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 1rem 0 0;
  width: 75px;
}
@media (min-width: 53.125em) {
  .cta-bar__badge {
    margin: 0 2rem 0 0;
    width: 75px;
  }
}

.cta-bar__title {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Merriweather", serif;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 53.125em) {
  .cta-bar__button {
    margin-left: 10px;
  }
}
.cta-bar__button a {
  background: #911a1d;
  color: #fff;
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  line-height: 1;
  padding: 16px 24px;
  text-transform: uppercase;
}
.cta-bar__button a:hover, .cta-bar__button a:focus {
  background-color: #d77900;
  color: #fff;
}

.date {
  font-weight: 700;
}

details.details {
  margin: 0 0 1.875rem;
}
.js details.details:not([open]) > .details__content {
  display: none;
}

.details__summary {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/plus.svg");
  background-image: -o-linear-gradient(transparent, transparent), url("../images/plus.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/plus.svg");
  background-color: #f1f1f1;
  background-position: right 1.875rem center;
  background-repeat: no-repeat;
  background-size: 0.8125rem;
  cursor: pointer;
  display: block;
  font-weight: bold;
  line-height: 1;
  outline: 0;
  padding: 0.9375rem 3.4375rem 0.9375rem 1.875rem;
}
[dir=rtl] .details__summary {
  background-position: left 1.875rem center;
  padding-left: 3.4375rem;
  padding-right: 1.875rem;
}
[open] > .details__summary {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/minus.svg");
  background-image: -o-linear-gradient(transparent, transparent), url("../images/minus.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/minus.svg");
}
.details__summary:hover {
  background-color: #d6d7d9;
}
.details__summary:focus {
  -webkit-box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf;
          box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf;
}
.details__summary::-webkit-details-marker {
  display: none;
}

.details__fallback-link {
  color: inherit !important;
  display: block;
  outline: 0;
  text-decoration: none;
}

.details__content {
  background: #fff;
  border: 3px solid #f1f1f1;
  border-top: 0;
  padding: 1.875rem;
}
.details__content > :last-child {
  margin-bottom: 0;
}

.details__description {
  color: #63666b;
  font-size: 0.9375rem;
  margin-bottom: 1.5rem;
}
.details__description > :last-child {
  margin-bottom: 0;
}

.field.field--name-field-p-division-banner {
  margin: 0;
}

.division-banner {
  margin: 0 auto;
  max-width: 160rem;
}

.division-banner__background-wrapper {
  width: 100%;
  background-color: rgba(215, 121, 0, 0.04);
  background-position: right center;
  background-size: cover;
}

.division-banner__content {
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 200px;
}
@media (min-width: 37.5em) {
  .division-banner__content {
    min-height: 300px;
  }
}
@media (min-width: 75em) {
  .division-banner__content {
    min-height: 400px;
  }
}
@media (min-width: 87.5em) {
  .division-banner__content {
    min-height: 500px;
  }
}
@media (min-width: 112.5em) {
  .division-banner__content {
    min-height: 600px;
  }
}
.banner-display--full .division-banner__content {
  padding-bottom: 50px;
}
@media (min-width: 53.125em) {
  .normal-padding .division-banner__content {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.division-banner__title {
  font-size: 2rem;
  color: #fff;
  font-weight: 300;
  font-family: "Merriweather", serif;
  line-height: 1.1;
}
@media (min-width: 53.125em) {
  .division-banner__title {
    font-size: 3rem;
  }
  .banner-display--full .division-banner__title {
    font-size: 3.4375rem;
  }
}
.division-banner__title p:last-child {
  margin-bottom: 0;
}
.no-bg-image .division-banner__title {
  color: #d77900;
}

.division-banner__summary {
  color: #fff;
  font-size: 1.25rem;
}
@media (min-width: 53.125em) {
  .banner-display--full .division-banner__summary {
    font-size: 2rem;
  }
}
.no-bg-image .division-banner__summary {
  color: #0e0d0d;
}

.field.field--name-field-division-menu {
  margin: 1em 0;
}
@media (min-width: 53.125em) {
  .field.field--name-field-division-menu {
    margin: 0;
  }
}

.division-menu {
  overflow: hidden;
}
@media (min-width: 53.125em) {
  .division-menu {
    margin-top: -70px;
    background: rgba(19, 20, 21, 0.68);
  }
  .menu-copper .division-menu {
    background: #d77900;
  }
}
.division-menu ul {
  padding: 0 1em;
  margin: 0;
  list-style: none;
  -webkit-transition: max-height 0.3s, padding-top 0.3s, padding-bottom 0.3s;
  -o-transition: max-height 0.3s, padding-top 0.3s, padding-bottom 0.3s;
  transition: max-height 0.3s, padding-top 0.3s, padding-bottom 0.3s;
}
@media (max-width: 53.0625em) {
  .division-menu ul {
    background: #f9f9f9;
    max-height: 0;
  }
  .division-menu ul li {
    margin: 0;
  }
  .division-menu ul li:last-child ul li a {
    border-bottom: 1px solid #63666b;
  }
  .division-menu ul li:last-child ul li:last-child a {
    border-bottom: none;
  }
  .division-menu ul li:last-child:not(.is-active-trail) a {
    border-bottom: none;
  }
  .division-menu ul li:last-child:not(.is-active-trail) ul li:last-child a {
    border-bottom: 1px solid #63666b;
  }
  .division-menu ul a {
    border-bottom: 1px solid #63666b;
    color: #63666b;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 0.9375rem;
    font-weight: 700;
    margin: 0;
    padding: 1rem 0;
    text-transform: uppercase;
  }
  .division-menu ul a:hover, .division-menu ul a:focus {
    color: #0e0d0d;
  }
  .division-menu ul a.is-active {
    color: #911a1d;
    padding-left: 15px;
    position: relative;
  }
  .division-menu ul a.is-active::before {
    height: 10px;
    overflow: hidden;
    width: 7px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2210%22%20viewBox%3D%220%200%207%2010%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23911a1d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Emenu-active%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M7%2C5%2C0%2C10V0Z%22%2F%3E%3C%2Fsvg%3E');
    background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2210%22%20viewBox%3D%220%200%207%2010%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23911a1d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Emenu-active%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M7%2C5%2C0%2C10V0Z%22%2F%3E%3C%2Fsvg%3E');
    background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2210%22%20viewBox%3D%220%200%207%2010%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23911a1d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Emenu-active%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M7%2C5%2C0%2C10V0Z%22%2F%3E%3C%2Fsvg%3E');
    background-size: 7px 10px;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    top: 24px;
  }
  .division-menu ul a.is-active::before::before {
    content: "";
    display: block;
    height: 150%;
    width: 0;
  }
  .division-menu ul a.is-active-trail {
    color: #911a1d;
  }
  .division-menu ul ul a {
    font-weight: 400;
    padding: 0.75rem 0 0.75rem 1rem;
    text-transform: none;
  }
  .division-menu ul ul a.is-active::before {
    top: 20px;
  }
  .division-menu ul ul li:last-child:not(.is-active-trail) a {
    border-bottom: 1px solid #63666b;
  }
  .division-menu ul ul ul a {
    padding-left: 2rem;
  }
}
@media (min-width: 53.125em) {
  .division-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media (min-width: 53.125em) {
  .division-menu li {
    padding: 20px 10px;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    height: 70px;
  }
}
.division-menu.menu-open ul {
  max-height: 400px;
}
@media (min-width: 53.125em) {
  .division-menu.menu-open ul {
    max-height: none;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.division-menu-block__mobile-button {
  display: block;
  background-color: #d77900;
  color: #fff;
  cursor: pointer;
  font-size: 0.9375rem;
  font-weight: 700;
  padding: 1.25rem 1rem;
  pointer-events: visible;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}
.division-menu-block__mobile-button:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Cline%20class%3D%22st0%22%20x1%3D%2210%22%20y1%3D%220%22%20x2%3D%2210%22%20y2%3D%2220%22%2F%3E%0A%09%3Crect%20x%3D%228.5%22%20y%3D%220%22%20class%3D%22st0%22%20width%3D%223%22%20height%3D%2220%22%2F%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%09%3Cline%20class%3D%22st0%22%20x1%3D%2220%22%20y1%3D%2210%22%20x2%3D%220%22%20y2%3D%2210%22%2F%3E%0A%09%3Crect%20x%3D%220%22%20y%3D%228.5%22%20class%3D%22st0%22%20width%3D%2220%22%20height%3D%223%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E');
  background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Cline%20class%3D%22st0%22%20x1%3D%2210%22%20y1%3D%220%22%20x2%3D%2210%22%20y2%3D%2220%22%2F%3E%0A%09%3Crect%20x%3D%228.5%22%20y%3D%220%22%20class%3D%22st0%22%20width%3D%223%22%20height%3D%2220%22%2F%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%09%3Cline%20class%3D%22st0%22%20x1%3D%2220%22%20y1%3D%2210%22%20x2%3D%220%22%20y2%3D%2210%22%2F%3E%0A%09%3Crect%20x%3D%220%22%20y%3D%228.5%22%20class%3D%22st0%22%20width%3D%2220%22%20height%3D%223%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E');
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Cline%20class%3D%22st0%22%20x1%3D%2210%22%20y1%3D%220%22%20x2%3D%2210%22%20y2%3D%2220%22%2F%3E%0A%09%3Crect%20x%3D%228.5%22%20y%3D%220%22%20class%3D%22st0%22%20width%3D%223%22%20height%3D%2220%22%2F%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%09%3Cline%20class%3D%22st0%22%20x1%3D%2220%22%20y1%3D%2210%22%20x2%3D%220%22%20y2%3D%2210%22%2F%3E%0A%09%3Crect%20x%3D%220%22%20y%3D%228.5%22%20class%3D%22st0%22%20width%3D%2220%22%20height%3D%223%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 18px;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
}
.menu-open .division-menu-block__mobile-button:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Cline%20class%3D%22st0%22%20x1%3D%2220%22%20y1%3D%2210%22%20x2%3D%220%22%20y2%3D%2210%22%2F%3E%0A%09%3Crect%20x%3D%220.1%22%20y%3D%228.5%22%20class%3D%22st0%22%20width%3D%2220%22%20height%3D%223%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E');
  background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Cline%20class%3D%22st0%22%20x1%3D%2220%22%20y1%3D%2210%22%20x2%3D%220%22%20y2%3D%2210%22%2F%3E%0A%09%3Crect%20x%3D%220.1%22%20y%3D%228.5%22%20class%3D%22st0%22%20width%3D%2220%22%20height%3D%223%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E');
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Cline%20class%3D%22st0%22%20x1%3D%2220%22%20y1%3D%2210%22%20x2%3D%220%22%20y2%3D%2210%22%2F%3E%0A%09%3Crect%20x%3D%220.1%22%20y%3D%228.5%22%20class%3D%22st0%22%20width%3D%2220%22%20height%3D%223%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E');
}
@media (min-width: 53.125em) {
  .division-menu-block__mobile-button {
    display: none;
  }
}

.dropbutton {
  display: inline-block;
  margin: 0 0 0.5em;
  position: relative;
  vertical-align: top;
}
.dropbutton.has-multiple {
  padding-right: 2em;
}
[dir=rtl] .dropbutton.has-multiple {
  padding-left: 2em;
  padding-right: 0;
}
.dropbutton.is-open .dropbutton__item {
  display: block;
}
.dropbutton.is-open .dropbutton__item:first-child .dropbutton__button {
  border-bottom-left-radius: 0;
}
.dropbutton.is-open .dropbutton__toggle-button {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/arrow-up-white.svg");
  background-image: -o-linear-gradient(transparent, transparent), url("../images/arrow-up-white.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/arrow-up-white.svg");
}
.dropbutton + .dropbutton, .dropbutton + .button, .button + .dropbutton {
  margin-left: 0.5em;
}
[dir=rtl] .dropbutton + .dropbutton, [dir=rtl] .dropbutton + .button, [dir=rtl] .button + .dropbutton {
  margin-left: 0;
  margin-right: 0.5em;
}

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

.dropbutton__toggle {
  bottom: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 2em;
}

.dropbutton__toggle-button {
  background-color: #d77900;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.25;
  padding: 0.75rem 1.25rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: top;
  white-space: normal;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/arrow-down-white.svg");
  background-image: -o-linear-gradient(transparent, transparent), url("../images/arrow-down-white.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/arrow-down-white.svg");
  background-position: 50% 1rem;
  background-repeat: no-repeat;
  background-size: 0.75rem;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  height: 100%;
  padding: 0;
  white-space: nowrap;
  width: 100%;
}
.dropbutton__toggle-button:focus, .dropbutton__toggle-button:hover {
  background-color: #024082;
  color: #fff;
  outline: 0;
}
.dropbutton__toggle-button:active {
  background-color: #d77900;
  color: #fff;
}
.dropbutton__toggle-button[disabled] {
  background-color: #d6d7d9;
  color: #323a45;
  cursor: default;
  pointer-events: none;
}

.dropbutton__item {
  margin: 0;
}
.dropbutton__item.is-secondary-action {
  display: none;
}
.dropbutton__item.is-secondary-action:not(:last-child) .dropbutton__button {
  border-bottom-left-radius: 0;
}
.dropbutton__item:not(:first-child) .dropbutton__button {
  border-top-left-radius: 0;
}

.dropbutton .dropbutton__button {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  display: block;
  margin: 0;
  text-align: left;
  width: 100%;
}

.dropfilter {
  position: relative;
}
.dropfilter .dropfilter__name {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%20444.8%20444.8%22%3E%3Cpath%20d%3D%22M248.1%20352L434%20165.9c7.2-6.9%2010.8-15.4%2010.8-25.7%200-10.3-3.6-18.8-10.8-25.7l-21.4-21.7c-7-7-15.6-10.6-25.7-10.6-9.9%200-18.6%203.5-26%2010.6L222.4%20231.5%2083.7%2092.8c-7-7-15.6-10.6-25.7-10.6-9.9%200-18.6%203.5-26%2010.6l-21.4%2021.7c-7%207-10.6%2015.6-10.6%2025.7s3.5%2018.7%2010.6%2025.7L196.4%20352c7.4%207%2016.1%2010.6%2026%2010.6%2010.1%200%2018.7-3.5%2025.7-10.6z%22%2F%3E%3C%2Fsvg%3E');
  background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%20444.8%20444.8%22%3E%3Cpath%20d%3D%22M248.1%20352L434%20165.9c7.2-6.9%2010.8-15.4%2010.8-25.7%200-10.3-3.6-18.8-10.8-25.7l-21.4-21.7c-7-7-15.6-10.6-25.7-10.6-9.9%200-18.6%203.5-26%2010.6L222.4%20231.5%2083.7%2092.8c-7-7-15.6-10.6-25.7-10.6-9.9%200-18.6%203.5-26%2010.6l-21.4%2021.7c-7%207-10.6%2015.6-10.6%2025.7s3.5%2018.7%2010.6%2025.7L196.4%20352c7.4%207%2016.1%2010.6%2026%2010.6%2010.1%200%2018.7-3.5%2025.7-10.6z%22%2F%3E%3C%2Fsvg%3E');
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%20444.8%20444.8%22%3E%3Cpath%20d%3D%22M248.1%20352L434%20165.9c7.2-6.9%2010.8-15.4%2010.8-25.7%200-10.3-3.6-18.8-10.8-25.7l-21.4-21.7c-7-7-15.6-10.6-25.7-10.6-9.9%200-18.6%203.5-26%2010.6L222.4%20231.5%2083.7%2092.8c-7-7-15.6-10.6-25.7-10.6-9.9%200-18.6%203.5-26%2010.6l-21.4%2021.7c-7%207-10.6%2015.6-10.6%2025.7s3.5%2018.7%2010.6%2025.7L196.4%20352c7.4%207%2016.1%2010.6%2026%2010.6%2010.1%200%2018.7-3.5%2025.7-10.6z%22%2F%3E%3C%2Fsvg%3E');
  background-position: right 0.8125rem center;
  background-repeat: no-repeat;
  background-size: 0.8125rem;
  border: 1px solid #bebeb7;
  cursor: pointer;
  font-weight: 500;
  padding: 0.75rem 1.25rem;
  padding-right: 2.875rem;
  text-transform: uppercase;
}
[dir=rtl] .dropfilter .dropfilter__name {
  background-position: left 0.8125rem center;
  padding-left: 2.875rem;
  padding-right: 0;
}
.dropfilter .dropfilter__name::-ms-expand {
  display: none;
}
.dropfilter .dropfilter__name:disabled {
  color: inherit;
  cursor: not-allowed;
  opacity: 0.5;
}
.dropfilter .dropfilter__list {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  z-index: 2;
  padding: 1.5rem;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.dropfilter .dropfilter__list li {
  white-space: nowrap;
}

.facets-widget-checkbox {
  margin-bottom: 3em;
}
.facets-widget-checkbox h3 {
  color: #63666b;
  font-size: 1.125rem;
  margin-bottom: 1rem;
  padding-left: 1.75rem;
  position: relative;
  text-transform: uppercase;
}
.facets-widget-checkbox h3:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22512%22%20height%3D%22416%22%20viewBox%3D%220%200%20512%20416%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2363666b%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Elist%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M96%2C48A48%2C48%2C0%2C1%2C1%2C48%2C0%2C48%2C48%2C0%2C0%2C1%2C96%2C48ZM48%2C160a48%2C48%2C0%2C1%2C0%2C48%2C48A48%2C48%2C0%2C0%2C0%2C48%2C160Zm0%2C160a48%2C48%2C0%2C1%2C0%2C48%2C48A48%2C48%2C0%2C0%2C0%2C48%2C320ZM144%2C84H496a16%2C16%2C0%2C0%2C0%2C16-16V28a16%2C16%2C0%2C0%2C0-16-16H144a16%2C16%2C0%2C0%2C0-16%2C16V68A16%2C16%2C0%2C0%2C0%2C144%2C84Zm0%2C160H496a16%2C16%2C0%2C0%2C0%2C16-16V188a16%2C16%2C0%2C0%2C0-16-16H144a16%2C16%2C0%2C0%2C0-16%2C16v40A16%2C16%2C0%2C0%2C0%2C144%2C244Zm0%2C160H496a16%2C16%2C0%2C0%2C0%2C16-16V348a16%2C16%2C0%2C0%2C0-16-16H144a16%2C16%2C0%2C0%2C0-16%2C16v40A16%2C16%2C0%2C0%2C0%2C144%2C404Z%22%2F%3E%3C%2Fsvg%3E');
  background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22512%22%20height%3D%22416%22%20viewBox%3D%220%200%20512%20416%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2363666b%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Elist%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M96%2C48A48%2C48%2C0%2C1%2C1%2C48%2C0%2C48%2C48%2C0%2C0%2C1%2C96%2C48ZM48%2C160a48%2C48%2C0%2C1%2C0%2C48%2C48A48%2C48%2C0%2C0%2C0%2C48%2C160Zm0%2C160a48%2C48%2C0%2C1%2C0%2C48%2C48A48%2C48%2C0%2C0%2C0%2C48%2C320ZM144%2C84H496a16%2C16%2C0%2C0%2C0%2C16-16V28a16%2C16%2C0%2C0%2C0-16-16H144a16%2C16%2C0%2C0%2C0-16%2C16V68A16%2C16%2C0%2C0%2C0%2C144%2C84Zm0%2C160H496a16%2C16%2C0%2C0%2C0%2C16-16V188a16%2C16%2C0%2C0%2C0-16-16H144a16%2C16%2C0%2C0%2C0-16%2C16v40A16%2C16%2C0%2C0%2C0%2C144%2C244Zm0%2C160H496a16%2C16%2C0%2C0%2C0%2C16-16V348a16%2C16%2C0%2C0%2C0-16-16H144a16%2C16%2C0%2C0%2C0-16%2C16v40A16%2C16%2C0%2C0%2C0%2C144%2C404Z%22%2F%3E%3C%2Fsvg%3E');
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22512%22%20height%3D%22416%22%20viewBox%3D%220%200%20512%20416%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2363666b%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Elist%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M96%2C48A48%2C48%2C0%2C1%2C1%2C48%2C0%2C48%2C48%2C0%2C0%2C1%2C96%2C48ZM48%2C160a48%2C48%2C0%2C1%2C0%2C48%2C48A48%2C48%2C0%2C0%2C0%2C48%2C160Zm0%2C160a48%2C48%2C0%2C1%2C0%2C48%2C48A48%2C48%2C0%2C0%2C0%2C48%2C320ZM144%2C84H496a16%2C16%2C0%2C0%2C0%2C16-16V28a16%2C16%2C0%2C0%2C0-16-16H144a16%2C16%2C0%2C0%2C0-16%2C16V68A16%2C16%2C0%2C0%2C0%2C144%2C84Zm0%2C160H496a16%2C16%2C0%2C0%2C0%2C16-16V188a16%2C16%2C0%2C0%2C0-16-16H144a16%2C16%2C0%2C0%2C0-16%2C16v40A16%2C16%2C0%2C0%2C0%2C144%2C244Zm0%2C160H496a16%2C16%2C0%2C0%2C0%2C16-16V348a16%2C16%2C0%2C0%2C0-16-16H144a16%2C16%2C0%2C0%2C0-16%2C16v40A16%2C16%2C0%2C0%2C0%2C144%2C404Z%22%2F%3E%3C%2Fsvg%3E');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  content: "";
  display: inline-block;
  height: 18px;
  left: 0;
  margin-right: 0.5rem;
  position: absolute;
  top: 1px;
  width: 18px;
}
.facets-widget-checkbox ul {
  padding-left: 0;
}
.facets-widget-checkbox li {
  list-style: none;
  margin-bottom: 0.5em;
}
.facets-widget-checkbox li label {
  position: relative;
  padding-left: 1.75rem;
}
.facets-widget-checkbox li label::before {
  position: absolute;
  top: 3px;
  left: 0;
}
.facets-widget-checkbox li.facet-item--expanded:not(.facet-item--active-trail) > input:not(:checked) + label {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2215%22%20viewBox%3D%220%200%2014%2015%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2363666B%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Etriangle-right%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M14%2C7.5%2C0%2C15V0Z%22%2F%3E%3C%2Fsvg%3E');
  background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2215%22%20viewBox%3D%220%200%2014%2015%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2363666B%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Etriangle-right%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M14%2C7.5%2C0%2C15V0Z%22%2F%3E%3C%2Fsvg%3E');
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2215%22%20viewBox%3D%220%200%2014%2015%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2363666B%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Etriangle-right%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M14%2C7.5%2C0%2C15V0Z%22%2F%3E%3C%2Fsvg%3E');
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 8px auto;
  padding-right: 20px;
}
.facets-widget-checkbox li.facet-item--header {
  color: #252525;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.07rem;
  text-transform: uppercase;
}
.facets-widget-checkbox li.facet-item--header:not(:first-child) {
  margin-top: 1rem;
}
.facets-widget-checkbox li input + label {
  cursor: pointer;
  display: block;
}
.facets-widget-checkbox li input + label::before {
  background: #fff;
  border-radius: 0.1875rem;
  -webkit-box-shadow: 0 0 0 1px #757575;
          box-shadow: 0 0 0 1px #757575;
  content: " ";
  display: inline-block;
  height: 1.125rem;
  line-height: 1.125rem;
  margin-right: 0.6em;
  text-indent: 0.15em;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, border-color, color, opacity, text-shadow, -webkit-box-shadow, -webkit-transform;
  transition-property: background-color, border-color, color, opacity, text-shadow, -webkit-box-shadow, -webkit-transform;
  -o-transition-property: background-color, border-color, box-shadow, color, opacity, text-shadow, transform;
  transition-property: background-color, border-color, box-shadow, color, opacity, text-shadow, transform;
  transition-property: background-color, border-color, box-shadow, color, opacity, text-shadow, transform, -webkit-box-shadow, -webkit-transform;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  vertical-align: middle;
  width: 1.125rem;
}
.facets-widget-checkbox li input:checked + label::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%20216%20146%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M168.86%2037.966l-11.08-11.08c-1.52-1.52-3.367-2.28-5.54-2.28-2.172%200-4.02.76-5.54%202.28L93.254%2080.414%2069.3%2056.38c-1.52-1.522-3.367-2.282-5.54-2.282-2.172%200-4.02.76-5.54%202.28L47.14%2067.46c-1.52%201.522-2.28%203.37-2.28%205.542%200%202.172.76%204.02%202.28%205.54l29.493%2029.493%2011.08%2011.08c1.52%201.52%203.368%202.28%205.54%202.28%202.173%200%204.02-.76%205.54-2.28l11.082-11.08L168.86%2049.05c1.52-1.52%202.283-3.37%202.283-5.54%200-2.174-.76-4.02-2.28-5.54z%22%2F%3E%3C%2Fsvg%3E');
  background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%20216%20146%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M168.86%2037.966l-11.08-11.08c-1.52-1.52-3.367-2.28-5.54-2.28-2.172%200-4.02.76-5.54%202.28L93.254%2080.414%2069.3%2056.38c-1.52-1.522-3.367-2.282-5.54-2.282-2.172%200-4.02.76-5.54%202.28L47.14%2067.46c-1.52%201.522-2.28%203.37-2.28%205.542%200%202.172.76%204.02%202.28%205.54l29.493%2029.493%2011.08%2011.08c1.52%201.52%203.368%202.28%205.54%202.28%202.173%200%204.02-.76%205.54-2.28l11.082-11.08L168.86%2049.05c1.52-1.52%202.283-3.37%202.283-5.54%200-2.174-.76-4.02-2.28-5.54z%22%2F%3E%3C%2Fsvg%3E');
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%20216%20146%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M168.86%2037.966l-11.08-11.08c-1.52-1.52-3.367-2.28-5.54-2.28-2.172%200-4.02.76-5.54%202.28L93.254%2080.414%2069.3%2056.38c-1.52-1.522-3.367-2.282-5.54-2.282-2.172%200-4.02.76-5.54%202.28L47.14%2067.46c-1.52%201.522-2.28%203.37-2.28%205.542%200%202.172.76%204.02%202.28%205.54l29.493%2029.493%2011.08%2011.08c1.52%201.52%203.368%202.28%205.54%202.28%202.173%200%204.02-.76%205.54-2.28l11.082-11.08L168.86%2049.05c1.52-1.52%202.283-3.37%202.283-5.54%200-2.174-.76-4.02-2.28-5.54z%22%2F%3E%3C%2Fsvg%3E');
  background-color: #0071bc;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  -webkit-box-shadow: 0 0 0 1px #0071bc;
          box-shadow: 0 0 0 1px #0071bc;
}
.facets-widget-checkbox li input:checked:disabled + label::before {
  background-color: #AEB0B5;
}
.facets-widget-checkbox li input:disabled + label {
  color: #63666b;
  cursor: default;
}
.facets-widget-checkbox li input:disabled + label::before {
  background-color: #AEB0B5;
  -webkit-box-shadow: 0 0 0 1px #AEB0B5;
          box-shadow: 0 0 0 1px #AEB0B5;
  cursor: not-allowed;
}
.facets-widget-checkbox li:hover input + label::before, .facets-widget-checkbox li:focus-within input + label::before {
  border: 2px solid #024082;
}
.facets-widget-checkbox li ul li {
  margin-left: 1.75rem;
}

.feature-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
  color: white;
}
.feature-card:hover, .feature-card:active {
  color: white;
  -webkit-box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
          box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}
.feature-card:hover .feature-card__media img, .feature-card:active .feature-card__media img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
@media (min-width: 50em) {
  .feature-card {
    height: 600px;
  }
}
aside .feature-card {
  border: 0;
}
.feature-card * {
  background-color: inherit;
}
.feature-card .meta__item:after {
  display: none;
}

.feature-card__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.3333333333rem;
}
@media (min-width: 50em) {
  .feature-card__body {
    padding: 4rem;
  }
}
aside .feature-card__body {
  padding: 0;
}

.feature-card__content {
  margin-bottom: 2rem;
}
.feature-card__content p {
  margin-bottom: 0.5rem;
}
.feature-card__content article {
  margin-top: 1rem;
}

.feature-card__media {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  overflow: hidden;
  height: 250px;
}
.feature-card__media img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.feature-card__header {
  margin: 0 0 0.5rem 0;
}
.feature-card__header:last-child {
  margin-bottom: 0;
}

.feature-card__meta {
  margin-bottom: 1em;
}
.feature-card__meta .meta {
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.feature-card__meta .meta__item + .meta__item {
  margin-left: 10px;
}
.feature-card__meta .meta__item .taxonomy-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  text-transform: uppercase;
}
.feature-card__meta .meta__item .field {
  margin-bottom: 0;
}
.feature-card__meta .meta__item .field--name-field-icon {
  width: 38px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.feature-card__meta .meta__item .field--name-field-icon img {
  display: block;
}
aside .feature-card__meta {
  font-size: 0.9375rem;
}

.feature-card__title {
  font-size: 1.75rem;
  font-weight: 400;
  margin: 0;
  color: white;
}

.feature-card__footer {
  width: 100%;
}

.feature-card--reversed-header .feature-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.feature-card--reversed-header .feature-card__title {
  margin-bottom: 0.5rem;
}

.feature-card--centered .feature-card__meta * {
  float: none;
}
.feature-card--centered .feature-card__body {
  text-align: center;
}

.feature-card__centered-footer .feature-card__footer {
  text-align: center;
}
.feature-card__centered-footer .feature-card__footer .feature-card__more-link {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.feature-card__more-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  font-size: 0.9em;
  text-transform: uppercase;
  margin-top: 1em;
}
.feature-card__more-link::after {
  height: 13px;
  overflow: hidden;
  width: 12px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2215%22%20viewBox%3D%220%200%2014%2015%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Etriangle-right%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M14%2C7.5%2C0%2C15V0Z%22%2F%3E%3C%2Fsvg%3E');
  background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2215%22%20viewBox%3D%220%200%2014%2015%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Etriangle-right%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M14%2C7.5%2C0%2C15V0Z%22%2F%3E%3C%2Fsvg%3E');
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2215%22%20viewBox%3D%220%200%2014%2015%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Etriangle-right%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M14%2C7.5%2C0%2C15V0Z%22%2F%3E%3C%2Fsvg%3E');
  background-size: 12px 13px;
  content: "";
  display: inline-block;
  margin-left: 0.5rem;
  position: relative;
  right: 0;
  -webkit-transition: right 0.2s linear;
  -o-transition: right 0.2s linear;
  transition: right 0.2s linear;
}
.feature-card__more-link::after::before {
  content: "";
  display: block;
  height: 150%;
  width: 0;
}
.feature-card__more-link:hover, .feature-card__more-link:focus {
  color: #e6e6e6;
}
.feature-card__more-link:hover::after, .feature-card__more-link:focus::after {
  right: -0.25rem;
}

.feature-card__white-background {
  background-color: #fff;
  color: #0e0d0d;
}
.feature-card__white-background:hover, .feature-card__white-background:active {
  color: #0e0d0d;
}
.feature-card__white-background .feature-card__title {
  color: #0e0d0d;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.feature-card__white-background .feature-card__content {
  color: #0e0d0d;
}
.feature-card__white-background .feature-card__more-link {
  color: #911a1d;
}
.feature-card__white-background .feature-card__more-link:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2215%22%20viewBox%3D%220%200%2014%2015%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23911a1d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Etriangle-right%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M14%2C7.5%2C0%2C15V0Z%22%2F%3E%3C%2Fsvg%3E');
  background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2215%22%20viewBox%3D%220%200%2014%2015%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23911a1d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Etriangle-right%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M14%2C7.5%2C0%2C15V0Z%22%2F%3E%3C%2Fsvg%3E');
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2215%22%20viewBox%3D%220%200%2014%2015%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23911a1d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Etriangle-right%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M14%2C7.5%2C0%2C15V0Z%22%2F%3E%3C%2Fsvg%3E');
}
.feature-card__white-background .feature-card__more-link:hover, .feature-card__white-background .feature-card__more-link:focus {
  color: #661214;
}
.inherit-background > .feature-card__white-background {
  background-color: inherit;
}

.feature-card__fold {
  background: transparent;
  padding-top: 60px;
  position: relative;
}
.feature-card__fold:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 60px;
  background: #fff;
  content: "";
}
.feature-card__fold > * {
  background: white;
}
.feature-card__fold .meta {
  color: #191F37;
}
.feature-card__fold .feature-card__title {
  color: #0560c1;
  font-family: "Merriweather", serif;
  font-weight: 400;
}

.feature-card__header-font .feature-card__title {
  font-family: "Merriweather", serif;
  font-weight: 400;
}

.feature-subtitle {
  font-size: 1.125rem;
  margin-bottom: 2rem;
}
@media (min-width: 56.25em) and (max-width: 75em) {
  .l-image-header .feature-subtitle {
    font-size: 1rem;
  }
}

.feature-title {
  font-size: 2.1875rem;
  line-height: 1.2;
  margin-top: 0;
}
.feature-title:not(.sans-serif) {
  font-weight: 400;
}
@media (min-width: 37.5em) {
  .feature-title {
    font-size: 2.8125rem;
  }
}
@media (min-width: 87.5em) {
  .feature-title {
    font-size: 3.4375rem;
  }
  .feature-title.feature-title--minimized {
    font-size: 2.8125rem;
  }
}

.paragraph--type-compound-featured-card-grid .l-section__title {
  font-size: 1.75rem;
  margin-bottom: 4rem;
}
.l-homepage-2 .paragraph--type-compound-featured-card-grid .l-section__title {
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.l-homepage-2 .paragraph--type-compound-featured-card-grid .l-section__title.come-in {
  /*transform: translateY(100px);*/
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
  -webkit-animation: come-in 1s ease forwards;
          animation: come-in 1s ease forwards;
  opacity: 1;
}
.l-homepage-2 .paragraph--type-compound-featured-card-grid .l-section__title.come-in:nth-child(odd) {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}
.l-homepage-2 .paragraph--type-compound-featured-card-grid .l-section__title.already-visible {
  /*transform: translateY(0);*/
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-animation: none;
          animation: none;
  opacity: 1;
}
.paragraph--type-compound-featured-card-grid .l-grid > .paragraph {
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.paragraph--type-compound-featured-card-grid .l-grid > .paragraph.come-in {
  /*transform: translateY(100px);*/
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
  -webkit-animation: come-in 1s ease forwards;
          animation: come-in 1s ease forwards;
  opacity: 1;
}
.paragraph--type-compound-featured-card-grid .l-grid > .paragraph.come-in:nth-child(odd) {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}
.paragraph--type-compound-featured-card-grid .l-grid > .paragraph.already-visible {
  /*transform: translateY(0);*/
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-animation: none;
          animation: none;
  opacity: 1;
}

.field {
  margin: 0 0 1.5rem 0;
}

.field__label {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.field__label.is-inline {
  display: inline-block;
  margin-right: 0.1em;
}
.field__label.is-inline + .field__item {
  display: inline;
}
.field__label.is-inline + .field__items {
  display: inline;
}
.field__label.is-inline + .field__items .field__item {
  display: inline;
}

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

.field--style-download-link {
  margin: 0 0 1rem 0;
}
.field--style-download-link .field__item a::after {
  height: 20px;
  overflow: hidden;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%3Ctitle%3Edownload%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23024082%22%20d%3D%22M13%208v-6h-6v6h-5l8%208%208-8h-5zM0%2018h20v2h-20v-2z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E');
  background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%3Ctitle%3Edownload%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23024082%22%20d%3D%22M13%208v-6h-6v6h-5l8%208%208-8h-5zM0%2018h20v2h-20v-2z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E');
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%3Ctitle%3Edownload%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23024082%22%20d%3D%22M13%208v-6h-6v6h-5l8%208%208-8h-5zM0%2018h20v2h-20v-2z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E');
  bottom: 0;
  content: "";
  display: inline-block;
  margin-left: 0.5rem;
  position: relative;
  -webkit-transition: bottom 0.2s linear;
  -o-transition: bottom 0.2s linear;
  transition: bottom 0.2s linear;
}
.field--style-download-link .field__item a::after::before {
  content: "";
  display: block;
  height: 150%;
  width: 0;
}
.field--style-download-link .field__item a:hover::after, .field--style-download-link .field__item a:focus::after {
  bottom: -3px;
}

.field--style-external-link {
  margin: 0 0 1rem 0;
}
.field--style-external-link .field__item a {
  font-weight: 500;
}
.field--style-external-link .field__item a::after {
  height: 11px;
  overflow: hidden;
  width: 11px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2211%22%20viewBox%3D%220%200%2011%2011%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23024082%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eexternal--blue%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M9.07%2C11H1A1%2C1%2C0%2C0%2C1%2C0%2C10.06H0V1.9A1%2C1%2C0%2C0%2C1%2C1%2C1H5v.71H1a.24.24%2C0%2C0%2C0-.25.24h0v8.16a.25.25%2C0%2C0%2C0%2C.24.25H9.07a.25.25%2C0%2C0%2C0%2C.25-.24h0V6H10v4.11a1%2C1%2C0%2C0%2C1-.95.94Z%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%223.98%207.47%203.49%206.98%2010.4%200.1%2010.9%200.59%203.98%207.47%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2211%204.35%2010.3%204.35%2010.3%200.69%206.57%200.69%206.57%200%2011%200%2011%204.35%22%2F%3E%3C%2Fsvg%3E');
  background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2211%22%20viewBox%3D%220%200%2011%2011%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23024082%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eexternal--blue%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M9.07%2C11H1A1%2C1%2C0%2C0%2C1%2C0%2C10.06H0V1.9A1%2C1%2C0%2C0%2C1%2C1%2C1H5v.71H1a.24.24%2C0%2C0%2C0-.25.24h0v8.16a.25.25%2C0%2C0%2C0%2C.24.25H9.07a.25.25%2C0%2C0%2C0%2C.25-.24h0V6H10v4.11a1%2C1%2C0%2C0%2C1-.95.94Z%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%223.98%207.47%203.49%206.98%2010.4%200.1%2010.9%200.59%203.98%207.47%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2211%204.35%2010.3%204.35%2010.3%200.69%206.57%200.69%206.57%200%2011%200%2011%204.35%22%2F%3E%3C%2Fsvg%3E');
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2211%22%20viewBox%3D%220%200%2011%2011%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23024082%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eexternal--blue%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M9.07%2C11H1A1%2C1%2C0%2C0%2C1%2C0%2C10.06H0V1.9A1%2C1%2C0%2C0%2C1%2C1%2C1H5v.71H1a.24.24%2C0%2C0%2C0-.25.24h0v8.16a.25.25%2C0%2C0%2C0%2C.24.25H9.07a.25.25%2C0%2C0%2C0%2C.25-.24h0V6H10v4.11a1%2C1%2C0%2C0%2C1-.95.94Z%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%223.98%207.47%203.49%206.98%2010.4%200.1%2010.9%200.59%203.98%207.47%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2211%204.35%2010.3%204.35%2010.3%200.69%206.57%200.69%206.57%200%2011%200%2011%204.35%22%2F%3E%3C%2Fsvg%3E');
  background-size: 11px 11px;
  bottom: 4px;
  content: "";
  display: inline-block;
  margin-left: 0.5rem;
  position: relative;
  -webkit-transition: bottom 0.2s linear;
  -o-transition: bottom 0.2s linear;
  transition: bottom 0.2s linear;
}
.field--style-external-link .field__item a::after::before {
  content: "";
  display: block;
  height: 150%;
  width: 0;
}
.field--style-external-link .field__item a:hover::after, .field--style-external-link .field__item a:focus::after {
  bottom: 6px;
}

.field--style-no-margin {
  margin: 0;
}

.field--style-pipeline {
  padding: 0.2em 0;
}
.field--style-pipeline::after {
  clear: both;
  content: "";
  display: table;
}
.field--style-pipeline .field__label {
  margin: 0 0 0.5em;
}
.field--style-pipeline > .field__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
[dir=rtl] .field--style-pipeline > .field__items {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.field--style-pipeline > .field__items .field__item {
  border-right: 1px solid #0e0d0d;
  margin-right: 0.75em;
  padding-right: 0.75em;
}
[dir=rtl] .field--style-pipeline > .field__items .field__item {
  border-left: 1px solid #0e0d0d;
  border-right: 0;
  margin-left: 0.75em;
  margin-right: 0;
  padding-left: 0.75em;
  padding-right: 0;
}
.field--style-pipeline > .field__items .field__item:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}
[dir=rtl] .field--style-pipeline > .field__items .field__item:last-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}

.field--style-stacked .field__item {
  margin-bottom: 0.5rem;
}
.field--style-stacked .field__item:last-child {
  margin-bottom: 0;
}

.fieldset {
  margin-bottom: 3.675rem;
  padding: 0;
  position: relative;
  top: 1.8rem;
}

.fieldset__legend {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  left: -1px;
  position: absolute;
  text-indent: 0;
  top: -1.8rem;
  width: 100%;
}
[dir=rtl] .fieldset__legend {
  left: auto;
  right: -1px;
}

.fieldset__legend-text {
  display: block;
}

.fieldset__legend-link {
  display: block;
}

.fieldset__description {
  color: #63666b;
  font-size: 0.9375rem;
}
.fieldset__description > :last-child {
  margin-bottom: 0;
}

.fieldset--default {
  background: #fff;
  border: 1px solid #aeb0b5;
  margin: 1.5rem 0 2.25rem;
  padding: 0 1em;
}
.fieldset--default .fieldset__legend {
  background: #d6d7d9;
  border: 1px solid #aeb0b5;
  border-bottom: none;
  color: #212121;
  height: 2em;
  line-height: 2;
  padding: 0;
  text-shadow: 0 1px 0 #fff;
}
.fieldset--default .fieldset__legend-text {
  padding-left: 1em;
}
[dir=rtl] .fieldset--default .fieldset__legend-text {
  padding-left: 0;
  padding-right: 1em;
}
.fieldset--default .fieldset__content {
  margin-top: 2.5em;
}
.fieldset--default .fieldset__description {
  font-style: italic;
  margin: 1.5rem 0;
}

.form-item {
  margin: 0 0 1.875rem;
}
.form-item.shift-up {
  margin-top: -1.875rem;
  margin-bottom: 1.875rem;
}

.form-item__label {
  display: block;
  font-weight: 700;
}
.is-disabled > .form-item__label {
  color: #63666b;
}

.form-item__fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.form-item__description {
  color: #63666b;
  font-size: 0.9375rem;
}
.form-item__description > :last-child {
  margin-bottom: 0;
}

.form-item__label.js-form-required::after,
.js-form-wrapper[required] > .fieldset__legend .fieldset__legend-text::after {
  content: " *";
  color: #911a1d;
  font-weight: bold;
}

.form-item__color,
.form-item__date,
.form-item__email,
.form-item__month,
.form-item__number,
.form-item__password,
.form-item__search,
.form-item__select,
.form-item__tel,
.form-item__text,
.form-item__textarea,
.form-item__time,
.form-item__url,
.item-list__dropdown,
.form-item__week {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #5b616b;
  border-radius: 0;
  display: inline-block;
  font-size: 1rem;
  height: 2.75rem;
  line-height: 1.375;
  padding: 0.625em 0.4375em;
  margin: 0.2em 0;
  max-width: 100%;
}
.form-item__color:focus,
.form-item__date:focus,
.form-item__email:focus,
.form-item__month:focus,
.form-item__number:focus,
.form-item__password:focus,
.form-item__search:focus,
.form-item__select:focus,
.form-item__tel:focus,
.form-item__text:focus,
.form-item__textarea:focus,
.form-item__time:focus,
.form-item__url:focus,
.item-list__dropdown:focus,
.form-item__week:focus {
  -webkit-box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf;
          box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf;
  outline: 0;
}
.form-item__color:disabled,
.form-item__date:disabled,
.form-item__email:disabled,
.form-item__month:disabled,
.form-item__number:disabled,
.form-item__password:disabled,
.form-item__search:disabled,
.form-item__select:disabled,
.form-item__tel:disabled,
.form-item__text:disabled,
.form-item__textarea:disabled,
.form-item__time:disabled,
.form-item__url:disabled,
.item-list__dropdown:disabled,
.form-item__week:disabled {
  background: #d6d7d9;
  border-color: #aeb0b5;
  cursor: default;
}
.is-full-width > .form-item__color,
.is-full-width > .form-item__date,
.is-full-width > .form-item__email,
.is-full-width > .form-item__month,
.is-full-width > .form-item__number,
.is-full-width > .form-item__password,
.is-full-width > .form-item__search,
.is-full-width > .form-item__select,
.is-full-width > .form-item__tel,
.is-full-width > .form-item__text,
.is-full-width > .form-item__textarea,
.is-full-width > .form-item__time,
.is-full-width > .form-item__url,
.is-full-width > .item-list__dropdown,
.is-full-width > .form-item__week {
  width: 100%;
}

.form-item__textarea {
  height: auto;
}

.form-item--checkbox {
  margin-bottom: 0.5em;
}
.form-item--checkbox .form-item__checkbox + .form-item__label {
  cursor: pointer;
  display: block;
}
.form-item--checkbox .form-item__checkbox + .form-item__label::before {
  background: #fff;
  border-radius: 0.1875rem;
  -webkit-box-shadow: 0 0 0 1px #757575;
          box-shadow: 0 0 0 1px #757575;
  content: " ";
  display: inline-block;
  height: 1.125rem;
  line-height: 1.125rem;
  margin-right: 0.6em;
  text-indent: 0.15em;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, border-color, color, opacity, text-shadow, -webkit-box-shadow, -webkit-transform;
  transition-property: background-color, border-color, color, opacity, text-shadow, -webkit-box-shadow, -webkit-transform;
  -o-transition-property: background-color, border-color, box-shadow, color, opacity, text-shadow, transform;
  transition-property: background-color, border-color, box-shadow, color, opacity, text-shadow, transform;
  transition-property: background-color, border-color, box-shadow, color, opacity, text-shadow, transform, -webkit-box-shadow, -webkit-transform;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  vertical-align: middle;
  width: 1.125rem;
}
.form-item--checkbox .form-item__checkbox:checked + .form-item__label::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%20216%20146%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M168.86%2037.966l-11.08-11.08c-1.52-1.52-3.367-2.28-5.54-2.28-2.172%200-4.02.76-5.54%202.28L93.254%2080.414%2069.3%2056.38c-1.52-1.522-3.367-2.282-5.54-2.282-2.172%200-4.02.76-5.54%202.28L47.14%2067.46c-1.52%201.522-2.28%203.37-2.28%205.542%200%202.172.76%204.02%202.28%205.54l29.493%2029.493%2011.08%2011.08c1.52%201.52%203.368%202.28%205.54%202.28%202.173%200%204.02-.76%205.54-2.28l11.082-11.08L168.86%2049.05c1.52-1.52%202.283-3.37%202.283-5.54%200-2.174-.76-4.02-2.28-5.54z%22%2F%3E%3C%2Fsvg%3E');
  background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%20216%20146%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M168.86%2037.966l-11.08-11.08c-1.52-1.52-3.367-2.28-5.54-2.28-2.172%200-4.02.76-5.54%202.28L93.254%2080.414%2069.3%2056.38c-1.52-1.522-3.367-2.282-5.54-2.282-2.172%200-4.02.76-5.54%202.28L47.14%2067.46c-1.52%201.522-2.28%203.37-2.28%205.542%200%202.172.76%204.02%202.28%205.54l29.493%2029.493%2011.08%2011.08c1.52%201.52%203.368%202.28%205.54%202.28%202.173%200%204.02-.76%205.54-2.28l11.082-11.08L168.86%2049.05c1.52-1.52%202.283-3.37%202.283-5.54%200-2.174-.76-4.02-2.28-5.54z%22%2F%3E%3C%2Fsvg%3E');
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%20216%20146%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M168.86%2037.966l-11.08-11.08c-1.52-1.52-3.367-2.28-5.54-2.28-2.172%200-4.02.76-5.54%202.28L93.254%2080.414%2069.3%2056.38c-1.52-1.522-3.367-2.282-5.54-2.282-2.172%200-4.02.76-5.54%202.28L47.14%2067.46c-1.52%201.522-2.28%203.37-2.28%205.542%200%202.172.76%204.02%202.28%205.54l29.493%2029.493%2011.08%2011.08c1.52%201.52%203.368%202.28%205.54%202.28%202.173%200%204.02-.76%205.54-2.28l11.082-11.08L168.86%2049.05c1.52-1.52%202.283-3.37%202.283-5.54%200-2.174-.76-4.02-2.28-5.54z%22%2F%3E%3C%2Fsvg%3E');
  background-color: #0071bc;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  -webkit-box-shadow: 0 0 0 1px #0071bc;
          box-shadow: 0 0 0 1px #0071bc;
}
.form-item--checkbox .form-item__checkbox:checked:disabled + .form-item__label::before {
  background-color: #AEB0B5;
}
.form-item--checkbox .form-item__checkbox:disabled + .form-item__label {
  color: #63666b;
  cursor: default;
}
.form-item--checkbox .form-item__checkbox:disabled + .form-item__label::before {
  background-color: #AEB0B5;
  -webkit-box-shadow: 0 0 0 1px #AEB0B5;
          box-shadow: 0 0 0 1px #AEB0B5;
  cursor: not-allowed;
}

.form-item--checkboxes {
  margin-bottom: 0;
}

.form-item--radio {
  margin-bottom: 0.5em;
}
.form-item--radio .form-item__radio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #999;
  border-radius: 50%;
  cursor: pointer;
  height: 16px;
  margin-right: 3px;
  outline: none;
  position: relative;
  top: 2px;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: border-color, border-width;
  -o-transition-property: border-color, border-width;
  transition-property: border-color, border-width;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  width: 16px;
}
.form-item--radio .form-item__radio:checked {
  border: 6px solid #0071bc;
}
.form-item--radio .form-item__radio:disabled {
  border: 2px solid #bbb;
  cursor: default;
}
.form-item--radio .form-item__radio + .form-item__label {
  cursor: pointer;
  display: inline;
}
.form-item--radio .form-item__radio:disabled + .form-item__label {
  color: #bbb;
  cursor: default;
}

.form-item--radios {
  margin-bottom: 0;
}

.form-item--range .form-item__range {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  height: 2.75rem;
  margin: 0.2em 0;
  padding: 0;
}
.form-item--range .form-item__range:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}
.form-item--range .form-item__range:focus::-moz-range-thumb {
  box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf;
}
.form-item--range .form-item__range:focus::-ms-thumb {
  box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf;
}
.form-item--range .form-item__range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf;
          box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf;
}
.form-item--range .form-item__range:disabled {
  cursor: default;
}
.form-item--range .form-item__range:disabled::-moz-range-thumb {
  background: #d6d7d9;
  border-color: #aeb0b5;
  cursor: default;
}
.form-item--range .form-item__range:disabled::-moz-range-track {
  background: #d6d7d9;
  border-color: #aeb0b5;
  cursor: default;
}
.form-item--range .form-item__range:disabled::-ms-thumb {
  background: #d6d7d9;
  border-color: #aeb0b5;
  cursor: default;
}
.form-item--range .form-item__range:disabled::-ms-fill-lower, .form-item--range .form-item__range:disabled::-ms-fill-upper {
  background: #d6d7d9;
  border-color: #aeb0b5;
  cursor: default;
}
.form-item--range .form-item__range:disabled::-webkit-slider-thumb {
  background: #d6d7d9;
  border-color: #aeb0b5;
  cursor: default;
}
.form-item--range .form-item__range:disabled::webkit-slider-runnable-track {
  background: #d6d7d9;
  border-color: #aeb0b5;
  cursor: default;
}
.form-item--range .form-item__range::-moz-range-thumb {
  background: #757575;
  border: 1px solid #f1f1f1;
  border-radius: 0.1875rem;
  cursor: pointer;
  height: 2.75rem;
  outline: 0;
  width: 1.375rem;
}
.form-item--range .form-item__range::-moz-range-track {
  background: #aeb0b5;
  border: 1px solid #757575;
  cursor: pointer;
  display: block;
  height: 0.625rem;
  margin: 0;
  outline: 0;
  width: 100%;
}
.form-item--range .form-item__range::-ms-thumb {
  background: #757575;
  border: 1px solid #f1f1f1;
  border-radius: 0.1875rem;
  cursor: pointer;
  height: 2.75rem;
  outline: 0;
  width: 1.375rem;
  margin-top: 0 !important;
}
.form-item--range .form-item__range::-ms-track {
  background: #aeb0b5;
  border: 1px solid #757575;
  cursor: pointer;
  display: block;
  height: 0.625rem;
  margin: 0;
  outline: 0;
  width: 100%;
  background: transparent;
  border: 0;
  color: transparent;
}
.form-item--range .form-item__range::-ms-fill-lower, .form-item--range .form-item__range::-ms-fill-upper {
  background: #aeb0b5;
  border: 1px solid #757575;
}
.form-item--range .form-item__range::-webkit-slider-thumb {
  background: #757575;
  border: 1px solid #f1f1f1;
  border-radius: 0.1875rem;
  cursor: pointer;
  height: 2.75rem;
  outline: 0;
  width: 1.375rem;
  -webkit-appearance: none;
  margin-top: -1.125rem;
}
.form-item--range .form-item__range::-webkit-slider-runnable-track {
  background: #aeb0b5;
  border: 1px solid #757575;
  cursor: pointer;
  display: block;
  height: 0.625rem;
  margin: 0;
  outline: 0;
  width: 100%;
}
.form-item--range.is-full-width > .form-item__range {
  width: 100%;
}

.form-item--select .form-item__select {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%20444.8%20444.8%22%3E%3Cpath%20d%3D%22M248.1%20352L434%20165.9c7.2-6.9%2010.8-15.4%2010.8-25.7%200-10.3-3.6-18.8-10.8-25.7l-21.4-21.7c-7-7-15.6-10.6-25.7-10.6-9.9%200-18.6%203.5-26%2010.6L222.4%20231.5%2083.7%2092.8c-7-7-15.6-10.6-25.7-10.6-9.9%200-18.6%203.5-26%2010.6l-21.4%2021.7c-7%207-10.6%2015.6-10.6%2025.7s3.5%2018.7%2010.6%2025.7L196.4%20352c7.4%207%2016.1%2010.6%2026%2010.6%2010.1%200%2018.7-3.5%2025.7-10.6z%22%2F%3E%3C%2Fsvg%3E');
  background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%20444.8%20444.8%22%3E%3Cpath%20d%3D%22M248.1%20352L434%20165.9c7.2-6.9%2010.8-15.4%2010.8-25.7%200-10.3-3.6-18.8-10.8-25.7l-21.4-21.7c-7-7-15.6-10.6-25.7-10.6-9.9%200-18.6%203.5-26%2010.6L222.4%20231.5%2083.7%2092.8c-7-7-15.6-10.6-25.7-10.6-9.9%200-18.6%203.5-26%2010.6l-21.4%2021.7c-7%207-10.6%2015.6-10.6%2025.7s3.5%2018.7%2010.6%2025.7L196.4%20352c7.4%207%2016.1%2010.6%2026%2010.6%2010.1%200%2018.7-3.5%2025.7-10.6z%22%2F%3E%3C%2Fsvg%3E');
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%20444.8%20444.8%22%3E%3Cpath%20d%3D%22M248.1%20352L434%20165.9c7.2-6.9%2010.8-15.4%2010.8-25.7%200-10.3-3.6-18.8-10.8-25.7l-21.4-21.7c-7-7-15.6-10.6-25.7-10.6-9.9%200-18.6%203.5-26%2010.6L222.4%20231.5%2083.7%2092.8c-7-7-15.6-10.6-25.7-10.6-9.9%200-18.6%203.5-26%2010.6l-21.4%2021.7c-7%207-10.6%2015.6-10.6%2025.7s3.5%2018.7%2010.6%2025.7L196.4%20352c7.4%207%2016.1%2010.6%2026%2010.6%2010.1%200%2018.7-3.5%2025.7-10.6z%22%2F%3E%3C%2Fsvg%3E');
  background-position: right 0.8125rem center;
  background-repeat: no-repeat;
  background-size: 0.8125rem;
  padding-right: 2.0625rem;
}
[dir=rtl] .form-item--select .form-item__select {
  background-position: left 0.8125rem center;
  padding-left: 2.0625rem;
  padding-right: 0;
}
.form-item--select .form-item__select::-ms-expand {
  display: none;
}

.paragraph--type-simple-headline {
  margin-top: 4.5rem;
  margin-bottom: 4rem;
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.paragraph--type-simple-headline.come-in {
  /*transform: translateY(100px);*/
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
  -webkit-animation: come-in 1s ease forwards;
          animation: come-in 1s ease forwards;
  opacity: 1;
}
.paragraph--type-simple-headline.come-in:nth-child(odd) {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}
.paragraph--type-simple-headline.already-visible {
  /*transform: translateY(0);*/
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-animation: none;
          animation: none;
  opacity: 1;
}
.paragraph--type-simple-headline .visual-bar {
  content: "";
  background: #d77900;
  width: 120px;
  height: 2px;
  margin: 3rem auto 0 auto;
}
.paragraph--type-simple-headline.l-section--large-title .l-section__title {
  font-size: 1.75rem;
}
.paragraph--type-simple-headline .l-constrain--narrow {
  max-width: 52rem;
}

.hero-bg-image {
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 37.5em) {
  .hero-bg-image {
    min-height: 300px;
  }
}
@media (min-width: 75em) {
  .hero-bg-image {
    min-height: 400px;
  }
}
@media (min-width: 87.5em) {
  .hero-bg-image {
    min-height: 500px;
  }
}
@media (min-width: 112.5em) {
  .hero-bg-image {
    min-height: 600px;
  }
}
.hero-bg-image.has-overlay:after {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(0, 0, 0, 0.6)), color-stop(85%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0) 85%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0) 85%);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.hero-bg-image.has-overlay .hero-bg-image__content {
  z-index: 2;
}

.hero-bg-image__content {
  width: 100%;
}

.hero-bg-image__content-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 101.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 1rem;
  padding-top: 1rem;
  position: relative;
  width: 100%;
}
@media (min-width: 37.5em) {
  .hero-bg-image__content-inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.hero-bg-image__content-inner .hero-bg-image__content-inner {
  padding-left: 0;
  padding-right: 0;
}

.hero-bg-image__title {
  color: #fff;
  font-size: 2.1875rem;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 0.25em;
}
@media (min-width: 50em) {
  .hero-bg-image__title {
    font-size: 2.8125rem;
  }
}
@media (min-width: 75em) {
  .hero-bg-image__title {
    font-size: 3.4375rem;
  }
}
@media (min-width: 87.5em) {
  .hero-bg-image__title {
    font-size: 4.0625rem;
  }
}
.hero-bg-image__title > *:last-child,
.hero-bg-image__title > * > *:last-child {
  margin-bottom: 0;
}

.hero-bg-image__subtitle {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 300;
}
@media (min-width: 37.5em) {
  .hero-bg-image__subtitle {
    font-size: 1.5rem;
  }
}
@media (min-width: 75em) {
  .hero-bg-image__subtitle {
    font-size: 2.1875rem;
  }
}
.hero-bg-image__subtitle > *:last-child,
.hero-bg-image__subtitle > * > *:last-child {
  margin-bottom: 0;
}

.hero-slider {
  position: relative;
  margin-bottom: 3rem;
}

.highlight-grid {
  border-top: 1px solid #bebeb7;
  padding: 2rem 0;
}

@media (min-width: 68.75em) {
  .highlight-grid__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.highlight-grid__left {
  margin-bottom: 1.5rem;
}
@media (min-width: 68.75em) {
  .highlight-grid__left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-bottom: 0;
  }
}

.highlight-grid__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 68.75em) {
  .highlight-grid__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    padding-left: 1.5rem;
  }
}

.highlight-grid__button {
  padding-bottom: 1rem;
}
.highlight-grid__button > * {
  width: 100%;
}

.highlight-grid__content {
  border: solid 1px #0e0d0d;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 1.5rem;
}

.highlight-grid__contact {
  margin-bottom: 2rem;
}

.highlight-grid__feature {
  padding: 1rem;
  margin-bottom: 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 250px;
          flex: 1 0 250px;
  text-align: center;
  background: #252525;
}
.highlight-grid__feature > * {
  max-width: 310px;
}
.highlight-grid__feature h3 {
  color: #FFF;
  margin: 0.75rem auto;
}
.highlight-grid__feature h3 strong {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 3rem;
  color: #51c6e7;
}
.highlight-grid__feature .highlight-grid__button-bg {
  background: #FFF;
  margin: 0 auto;
}
.highlight-grid__feature .button {
  color: #252525;
  background-color: #51c6e7;
  border-left: 5px solid #252525;
  border-right: 5px solid #252525;
  font-size: 1.5rem;
  padding: 0.75rem 2rem;
  margin-bottom: 0;
  max-width: 90%;
  font-weight: 900;
  text-transform: none;
}
.highlight-grid__feature .button::before {
  content: "▶";
  padding-right: 0.5rem;
}
.highlight-grid__feature .button:hover, .highlight-grid__feature .button:active {
  background: #FFF;
}

@media (max-width: 380px) {
  .highlight-grid__feature h3 strong {
    font-size: 1.2em;
    letter-spacing: 0;
  }

  .highlight-grid__feature .button {
    padding: 0.75rem;
    width: 90%;
  }
}
.highlight-grid__feature + .highlight-grid__content {
  border: 0px none;
  background: #eeeeee;
  text-align: center;
}
.highlight-grid__feature + .highlight-grid__content table, .highlight-grid__feature + .highlight-grid__content td {
  background: transparent;
  margin-bottom: 0;
  border: 0;
}
.highlight-grid__feature + .highlight-grid__content td {
  padding: 1rem 0.5rem;
}
.highlight-grid__feature + .highlight-grid__content tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.highlight-grid__feature + .highlight-grid__content h3, .highlight-grid__feature + .highlight-grid__content p, .highlight-grid__feature + .highlight-grid__content .embedded-entity {
  margin-bottom: 0;
}
.highlight-grid__feature + .highlight-grid__content .embedded-entity {
  width: 40px;
}
.highlight-grid__feature + .highlight-grid__content a {
  font-size: 1.15rem;
}

.paragraph--type-highlighted-user-profiles,
.paragraph--type-highlighted-projects {
  padding-top: 2em;
  padding-bottom: 2em;
}
.paragraph--type-highlighted-user-profiles .see-all-link,
.paragraph--type-highlighted-projects .see-all-link {
  margin-top: 0;
}
@media (min-width: 53.125em) {
  .paragraph--type-highlighted-user-profiles .see-all-link,
.paragraph--type-highlighted-projects .see-all-link {
    border: none;
    margin: 0;
    padding: 0;
    position: relative;
    top: -50px;
  }
}

.icon-bar {
  padding: 1rem;
  -webkit-box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.07);
  margin: 4em 0;
  color: #fff;
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.icon-bar.come-in {
  /*transform: translateY(100px);*/
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
  -webkit-animation: come-in 1s ease forwards;
          animation: come-in 1s ease forwards;
  opacity: 1;
}
.icon-bar.come-in:nth-child(odd) {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}
.icon-bar.already-visible {
  /*transform: translateY(0);*/
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-animation: none;
          animation: none;
  opacity: 1;
}
@media (min-width: 53.125em) {
  .icon-bar {
    padding: 3rem;
  }
}
.icon-bar.icon-bar__text-color-dark {
  color: #000;
}

.icon-bar__badge {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 1rem 0 0;
  width: 75px;
}
@media (min-width: 53.125em) {
  .icon-bar__badge {
    margin: 0 2rem 0 0;
    width: 75px;
  }
}

.icon-bar__title {
  font-size: 2rem;
  font-weight: 400;
  font-family: "Merriweather", serif;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
  text-align: center;
}
.icon-bar__text-color-dark .icon-bar__title {
  color: #000;
}

@media (min-width: 53.125em) {
  .icon-bar__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.icon-bar__cards .icon-card {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.icon-bar__cards .icon-card__title {
  color: #fff;
  font-size: 1.75rem;
}
.icon-bar__text-color-dark .icon-bar__cards .icon-card__title {
  color: #000;
}
.icon-bar__cards .icon-card__summary {
  font-size: 1rem;
}

@media (min-width: 53.125em) {
  .icon-bar__button {
    margin-left: 10px;
  }
}
.icon-bar__button a {
  background: #911a1d;
  color: #fff;
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  line-height: 1;
  padding: 16px 24px;
  text-transform: uppercase;
}
.icon-bar__button a:hover, .icon-bar__button a:focus {
  background-color: #d77900;
  color: #fff;
}
.icon-bar__text-color-dark .icon-bar__button a {
  color: #000;
}
.icon-bar__text-color-dark .icon-bar__button a:hover, .icon-bar__text-color-dark .icon-bar__button a:focus {
  color: #000;
}

.icon-card {
  padding: 1rem;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.07);
  max-width: 350px;
  margin: auto;
  min-height: 250px;
  height: 100%;
}

.icon-card__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.icon-card__badge {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 1rem 0 0;
  width: 75px;
}
@media (min-width: 53.125em) {
  .icon-card__badge {
    margin: 0 2rem 0 0;
  }
}

.icon-card__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
}
.icon-card__title.icon-card-small-font {
  font-size: 1.125rem;
}

.icon-card__summary {
  font-weight: 500;
  line-height: 1.5;
  font-size: 0.8rem;
}
.icon-card__summary p {
  margin-bottom: 0.5rem;
}
.icon-card__summary > *:last-child {
  margin-bottom: 0;
}

.icon-card__dark {
  color: #fff;
}
.icon-card__dark .icon-card__title {
  color: #fff;
}

.icon-card--alternate {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.icon-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}

.icon-info__info {
  font-size: 1.5rem;
}
.icon-info__info > * {
  margin-bottom: 0;
}

.icon-info--phone .icon-info__icon, .icon-info--email .icon-info__icon, .icon-info--location .icon-info__icon, .icon-info--date .icon-info__icon, .icon-info--small.icon-info--email .icon-info__icon, .icon-info--small.icon-info--phone .icon-info__icon, .icon-info--small.icon-info--location .icon-info__icon, .icon-info--small.icon-info--date .icon-info__icon {
  height: 32px;
  overflow: hidden;
  width: 32px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  -ms-flex-preferred-size: 32px;
      flex-basis: 32px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1rem;
  position: relative;
  top: 5px;
}
.icon-info--phone .icon-info__icon::before, .icon-info--email .icon-info__icon::before, .icon-info--location .icon-info__icon::before, .icon-info--date .icon-info__icon::before, .icon-info--small.icon-info--email .icon-info__icon::before, .icon-info--small.icon-info--phone .icon-info__icon::before, .icon-info--small.icon-info--location .icon-info__icon::before, .icon-info--small.icon-info--date .icon-info__icon::before {
  content: "";
  display: block;
  height: 150%;
  width: 0;
}

.icon-info--small.icon-info--email .icon-info__icon, .icon-info--small.icon-info--phone .icon-info__icon, .icon-info--small.icon-info--location .icon-info__icon, .icon-info--small.icon-info--date .icon-info__icon {
  height: 16px;
  overflow: hidden;
  width: 16px;
  background-size: 16px 16px;
  -ms-flex-preferred-size: 16px;
      flex-basis: 16px;
  margin-right: 0.75rem;
}
.icon-info--small.icon-info--email .icon-info__icon::before, .icon-info--small.icon-info--phone .icon-info__icon::before, .icon-info--small.icon-info--location .icon-info__icon::before, .icon-info--small.icon-info--date .icon-info__icon::before {
  content: "";
  display: block;
  height: 150%;
  width: 0;
}

.icon-info--date .icon-info__icon {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/calendar-large.svg");
  background-image: -o-linear-gradient(transparent, transparent), url("../images/calendar-large.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/calendar-large.svg");
}

.icon-info--location .icon-info__icon {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/location-large.svg");
  background-image: -o-linear-gradient(transparent, transparent), url("../images/location-large.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/location-large.svg");
}

.icon-info--email .icon-info__icon {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/envelope-large.svg");
  background-image: -o-linear-gradient(transparent, transparent), url("../images/envelope-large.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/envelope-large.svg");
}

.icon-info--phone .icon-info__icon {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/phone-large.svg");
  background-image: -o-linear-gradient(transparent, transparent), url("../images/phone-large.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/phone-large.svg");
}

.icon-info--small {
  margin-bottom: 0.5rem;
}
.icon-info--small .icon-info__info {
  font-size: 1rem;
}
.icon-info--small.icon-info--date .icon-info__icon {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/calendar.svg");
  background-image: -o-linear-gradient(transparent, transparent), url("../images/calendar.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/calendar.svg");
}
.icon-info--small.icon-info--location .icon-info__icon {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/location.svg");
  background-image: -o-linear-gradient(transparent, transparent), url("../images/location.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/location.svg");
}
.icon-info--small.icon-info--phone .icon-info__icon {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/phone.svg");
  background-image: -o-linear-gradient(transparent, transparent), url("../images/phone.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/phone.svg");
}
.icon-info--small.icon-info--email .icon-info__icon {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/envelope.svg");
  background-image: -o-linear-gradient(transparent, transparent), url("../images/envelope.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/envelope.svg");
}

.icon-list-item__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.icon-list-item__badge {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 1rem 0 0;
  width: 50px;
}

.icon-list-item__summary > * {
  margin-bottom: 0.5rem;
}
.icon-list-item__summary > *:last-child {
  margin-bottom: 0;
}

.icon-link-wrap {
  max-width: 500px;
}
.icon-link-wrap .icon-tile {
  height: 0;
  padding-top: 100%;
  position: relative;
  width: 100%;
}
.icon-link-wrap .icon-tile .icon-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.icon-link-wrap .icon-tile .icon-link.has-link:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.icon-link-wrap .icon-tile .icon-link img {
  width: 100%;
  height: auto;
}

.iconographic-card-meta__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.iconographic-card-meta__badge {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 1rem 0 0;
  width: 75px;
}
@media (min-width: 53.125em) {
  .iconographic-card-meta__badge {
    margin: 0 2rem 0 0;
    width: 100px;
  }
}

.iconographic-card-meta__title {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
}
.iconographic-card-meta__title a {
  color: #4B4B4B;
}
.iconographic-card-meta__title a:hover, .iconographic-card-meta__title a:focus {
  color: #024082;
}

.iconographic-card-meta__meta {
  font-size: 14px;
  font-weight: 700;
  color: rgba(11, 18, 21, 0.6);
  text-transform: uppercase;
}

.iconographic-card-meta__summary {
  font-weight: 500;
  line-height: 1.9;
  margin-top: 1em;
}
.iconographic-card-meta__summary p {
  margin-bottom: 0.5rem;
}
.iconographic-card-meta__summary > *:last-child {
  margin-bottom: 0;
}

.iconographic-card-meta__call-to-action a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #911a1d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  font-size: 0.9em;
  text-transform: uppercase;
  margin-top: 1em;
}
.iconographic-card-meta__call-to-action a::after {
  height: 15px;
  overflow: hidden;
  width: 14px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%3Ctitle%3Edownload%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23911a1d%22%20d%3D%22M13%208v-6h-6v6h-5l8%208%208-8h-5zM0%2018h20v2h-20v-2z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E');
  background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%3Ctitle%3Edownload%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23911a1d%22%20d%3D%22M13%208v-6h-6v6h-5l8%208%208-8h-5zM0%2018h20v2h-20v-2z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E');
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%3Ctitle%3Edownload%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23911a1d%22%20d%3D%22M13%208v-6h-6v6h-5l8%208%208-8h-5zM0%2018h20v2h-20v-2z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E');
  background-size: 14px 15px;
  content: "";
  display: inline-block;
  margin-left: 0.5rem;
  position: relative;
  top: 0;
  -webkit-transition: top 0.2s linear;
  -o-transition: top 0.2s linear;
  transition: top 0.2s linear;
}
.iconographic-card-meta__call-to-action a::after::before {
  content: "";
  display: block;
  height: 150%;
  width: 0;
}
.iconographic-card-meta__call-to-action a:hover, .iconographic-card-meta__call-to-action a:focus {
  color: #661214;
}
.iconographic-card-meta__call-to-action a:hover::after, .iconographic-card-meta__call-to-action a:focus::after {
  top: 0.25rem;
}

.iconographic-card-meta--related-people {
  margin-bottom: 2rem;
}
@media (min-width: 53.125em) {
  .iconographic-card-meta--related-people .iconographic-card-meta__badge {
    margin: 0 1rem 0 0;
    width: 75px;
  }
}

.iconographic-card {
  border-bottom: 1px solid #0e0d0d;
  border-left: 1px solid #0e0d0d;
  padding: 1rem;
}
@media (min-width: 53.125em) {
  .iconographic-card {
    padding: 2rem;
  }
}

.iconographic-card__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.iconographic-card__badge {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 2rem 0 0;
  width: 75px;
}
@media (min-width: 53.125em) {
  .iconographic-card__badge {
    margin: 0 3rem 0 0;
    width: 100px;
  }
}

.iconographic-card__title {
  font-size: 2.1875rem;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
}

.iconographic-card__summary {
  font-weight: 500;
  line-height: 1.5;
}
.iconographic-card__summary p {
  margin-bottom: 0.5rem;
}
.iconographic-card__summary > *:last-child {
  margin-bottom: 0;
}

.iconographic-card--alternate {
  border: 0;
  padding: 0;
}
.iconographic-card--alternate .iconographic-card__title {
  font-size: 1.5rem;
  font-weight: 400;
}
.iconographic-card--alternate .iconographic-card__wrapper {
  display: block;
}
.iconographic-card--alternate .iconographic-card__badge {
  margin: 0 auto 1rem auto;
}

.image-card {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 250px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.image-card:after {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.6)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.6) 100%);
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 100%;
  z-index: 1;
}
.image-card:hover:after, .image-card:focus:after {
  opacity: 0.8;
}

.image-card__title {
  color: #ffffff;
  display: block;
  font-family: "Merriweather", serif;
  font-size: 1.5rem;
  line-height: 1.2;
  width: 100%;
}

.image-card__content {
  bottom: 0;
  left: 0;
  padding: 1rem 2rem 1rem 1rem;
  position: absolute;
  z-index: 2;
}

.image-card__date {
  color: #ffffff;
  font-size: 0.9375rem;
  text-transform: uppercase;
}

.minimage-gallery {
  margin-bottom: 2em;
}
.minimage-gallery .slick-next, .minimage-gallery .slick-prev {
  z-index: 8;
  width: 30px;
  height: 30px;
  color: transparent;
  font: 0/0 a;
  height: 30px;
  text-shadow: none;
  width: 30px;
}
.minimage-gallery .slick-next:before, .minimage-gallery .slick-next:after, .minimage-gallery .slick-prev:before, .minimage-gallery .slick-prev:after {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 26px 26px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  width: 100%;
}
.minimage-gallery .slick-prev {
  left: 0;
}
.minimage-gallery .slick-prev:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/prev.svg");
  background-image: -o-linear-gradient(transparent, transparent), url("../images/prev.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/prev.svg");
  content: "";
}
.minimage-gallery .slick-next {
  right: 0;
}
.minimage-gallery .slick-next:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/next.svg");
  background-image: -o-linear-gradient(transparent, transparent), url("../images/next.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/next.svg");
  content: "";
}

.image-gallery {
  margin-bottom: 7rem;
}
@media (min-width: 37.5em) {
  .image-gallery .slick-slide {
    margin: 0 0.5rem;
  }
}
.image-gallery .slick-arrow {
  color: transparent;
  font: 0/0 a;
  height: 65px;
  text-shadow: none;
  width: 33px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 33px 65px;
  position: absolute;
}
.image-gallery .slick-arrow:before, .image-gallery .slick-arrow:after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  width: 100%;
}
.image-gallery .slick-arrow:before {
  opacity: 1;
}
.image-gallery .slick-arrow:after {
  opacity: 0;
}
.image-gallery .slick-arrow:hover {
  -webkit-transform: translateY(-50%) scale(1.2);
      -ms-transform: translateY(-50%) scale(1.2);
          transform: translateY(-50%) scale(1.2);
}
.image-gallery .slick-arrow:hover:before {
  opacity: 0;
}
.image-gallery .slick-arrow:hover:after {
  opacity: 1;
}
.image-gallery .slick-arrow.slick-disabled {
  opacity: 0;
}
.image-gallery .slick-prev {
  left: 0;
}
.image-gallery .slick-prev:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2044.9%2088%22%20style%3D%22enable-background%3Anew%200%200%2044.9%2088%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23A0A0A0%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eslider-arrow%3C%2Ftitle%3E%0A%3Cpolyline%20class%3D%22st0%22%20points%3D%2244.2%2C87.7%200.5%2C43.9%2044.1%2C0.3%20%22%2F%3E%0A%3Cline%20class%3D%22st0%22%20x1%3D%2244.2%22%20y1%3D%2267.5%22%20x2%3D%2244.2%22%20y2%3D%2220.4%22%2F%3E%0A%3Cline%20class%3D%22st0%22%20x1%3D%2238.1%22%20y1%3D%2267.5%22%20x2%3D%2238.1%22%20y2%3D%2220.4%22%2F%3E%0A%3C%2Fsvg%3E');
  background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2044.9%2088%22%20style%3D%22enable-background%3Anew%200%200%2044.9%2088%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23A0A0A0%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eslider-arrow%3C%2Ftitle%3E%0A%3Cpolyline%20class%3D%22st0%22%20points%3D%2244.2%2C87.7%200.5%2C43.9%2044.1%2C0.3%20%22%2F%3E%0A%3Cline%20class%3D%22st0%22%20x1%3D%2244.2%22%20y1%3D%2267.5%22%20x2%3D%2244.2%22%20y2%3D%2220.4%22%2F%3E%0A%3Cline%20class%3D%22st0%22%20x1%3D%2238.1%22%20y1%3D%2267.5%22%20x2%3D%2238.1%22%20y2%3D%2220.4%22%2F%3E%0A%3C%2Fsvg%3E');
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2044.9%2088%22%20style%3D%22enable-background%3Anew%200%200%2044.9%2088%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23A0A0A0%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eslider-arrow%3C%2Ftitle%3E%0A%3Cpolyline%20class%3D%22st0%22%20points%3D%2244.2%2C87.7%200.5%2C43.9%2044.1%2C0.3%20%22%2F%3E%0A%3Cline%20class%3D%22st0%22%20x1%3D%2244.2%22%20y1%3D%2267.5%22%20x2%3D%2244.2%22%20y2%3D%2220.4%22%2F%3E%0A%3Cline%20class%3D%22st0%22%20x1%3D%2238.1%22%20y1%3D%2267.5%22%20x2%3D%2238.1%22%20y2%3D%2220.4%22%2F%3E%0A%3C%2Fsvg%3E');
}
.image-gallery .slick-prev:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2044.9%2088%22%20style%3D%22enable-background%3Anew%200%200%2044.9%2088%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23D67A28%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eslider-arrow-orange%3C%2Ftitle%3E%0A%3Cpolyline%20class%3D%22st0%22%20points%3D%2244.2%2C87.7%200.5%2C43.9%2044.1%2C0.3%20%22%2F%3E%0A%3Cline%20class%3D%22st0%22%20x1%3D%2244.2%22%20y1%3D%2267.6%22%20x2%3D%2244.2%22%20y2%3D%2220.4%22%2F%3E%0A%3Cline%20class%3D%22st0%22%20x1%3D%2238.1%22%20y1%3D%2267.6%22%20x2%3D%2238.1%22%20y2%3D%2220.4%22%2F%3E%0A%3C%2Fsvg%3E');
  background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2044.9%2088%22%20style%3D%22enable-background%3Anew%200%200%2044.9%2088%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23D67A28%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eslider-arrow-orange%3C%2Ftitle%3E%0A%3Cpolyline%20class%3D%22st0%22%20points%3D%2244.2%2C87.7%200.5%2C43.9%2044.1%2C0.3%20%22%2F%3E%0A%3Cline%20class%3D%22st0%22%20x1%3D%2244.2%22%20y1%3D%2267.6%22%20x2%3D%2244.2%22%20y2%3D%2220.4%22%2F%3E%0A%3Cline%20class%3D%22st0%22%20x1%3D%2238.1%22%20y1%3D%2267.6%22%20x2%3D%2238.1%22%20y2%3D%2220.4%22%2F%3E%0A%3C%2Fsvg%3E');
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2044.9%2088%22%20style%3D%22enable-background%3Anew%200%200%2044.9%2088%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23D67A28%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eslider-arrow-orange%3C%2Ftitle%3E%0A%3Cpolyline%20class%3D%22st0%22%20points%3D%2244.2%2C87.7%200.5%2C43.9%2044.1%2C0.3%20%22%2F%3E%0A%3Cline%20class%3D%22st0%22%20x1%3D%2244.2%22%20y1%3D%2267.6%22%20x2%3D%2244.2%22%20y2%3D%2220.4%22%2F%3E%0A%3Cline%20class%3D%22st0%22%20x1%3D%2238.1%22%20y1%3D%2267.6%22%20x2%3D%2238.1%22%20y2%3D%2220.4%22%2F%3E%0A%3C%2Fsvg%3E');
}
.image-gallery .slick-next {
  right: 0;
}
.image-gallery .slick-next:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2044.9%2088%22%20style%3D%22enable-background%3Anew%200%200%2044.9%2088%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23A0A0A0%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eslider-arrow%3C%2Ftitle%3E%0A%3Cpolyline%20class%3D%22st0%22%20points%3D%220.5%2C0.3%2044.2%2C44.1%200.6%2C87.7%20%22%2F%3E%0A%3Cline%20class%3D%22st0%22%20x1%3D%220.5%22%20y1%3D%2220.5%22%20x2%3D%220.5%22%20y2%3D%2267.6%22%2F%3E%0A%3Cline%20class%3D%22st0%22%20x1%3D%226.6%22%20y1%3D%2220.5%22%20x2%3D%226.6%22%20y2%3D%2267.6%22%2F%3E%0A%3C%2Fsvg%3E');
  background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2044.9%2088%22%20style%3D%22enable-background%3Anew%200%200%2044.9%2088%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23A0A0A0%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eslider-arrow%3C%2Ftitle%3E%0A%3Cpolyline%20class%3D%22st0%22%20points%3D%220.5%2C0.3%2044.2%2C44.1%200.6%2C87.7%20%22%2F%3E%0A%3Cline%20class%3D%22st0%22%20x1%3D%220.5%22%20y1%3D%2220.5%22%20x2%3D%220.5%22%20y2%3D%2267.6%22%2F%3E%0A%3Cline%20class%3D%22st0%22%20x1%3D%226.6%22%20y1%3D%2220.5%22%20x2%3D%226.6%22%20y2%3D%2267.6%22%2F%3E%0A%3C%2Fsvg%3E');
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2044.9%2088%22%20style%3D%22enable-background%3Anew%200%200%2044.9%2088%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23A0A0A0%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eslider-arrow%3C%2Ftitle%3E%0A%3Cpolyline%20class%3D%22st0%22%20points%3D%220.5%2C0.3%2044.2%2C44.1%200.6%2C87.7%20%22%2F%3E%0A%3Cline%20class%3D%22st0%22%20x1%3D%220.5%22%20y1%3D%2220.5%22%20x2%3D%220.5%22%20y2%3D%2267.6%22%2F%3E%0A%3Cline%20class%3D%22st0%22%20x1%3D%226.6%22%20y1%3D%2220.5%22%20x2%3D%226.6%22%20y2%3D%2267.6%22%2F%3E%0A%3C%2Fsvg%3E');
}
.image-gallery .slick-next:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2044.9%2088%22%20style%3D%22enable-background%3Anew%200%200%2044.9%2088%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23D67A28%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eslider-arrow-orange%3C%2Ftitle%3E%0A%3Cpolyline%20class%3D%22st0%22%20points%3D%220.5%2C0.3%2044.2%2C44.1%200.6%2C87.7%20%22%2F%3E%0A%3Cline%20class%3D%22st0%22%20x1%3D%220.5%22%20y1%3D%2220.5%22%20x2%3D%220.5%22%20y2%3D%2267.6%22%2F%3E%0A%3Cline%20class%3D%22st0%22%20x1%3D%226.6%22%20y1%3D%2220.5%22%20x2%3D%226.6%22%20y2%3D%2267.6%22%2F%3E%0A%3C%2Fsvg%3E');
  background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2044.9%2088%22%20style%3D%22enable-background%3Anew%200%200%2044.9%2088%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23D67A28%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eslider-arrow-orange%3C%2Ftitle%3E%0A%3Cpolyline%20class%3D%22st0%22%20points%3D%220.5%2C0.3%2044.2%2C44.1%200.6%2C87.7%20%22%2F%3E%0A%3Cline%20class%3D%22st0%22%20x1%3D%220.5%22%20y1%3D%2220.5%22%20x2%3D%220.5%22%20y2%3D%2267.6%22%2F%3E%0A%3Cline%20class%3D%22st0%22%20x1%3D%226.6%22%20y1%3D%2220.5%22%20x2%3D%226.6%22%20y2%3D%2267.6%22%2F%3E%0A%3C%2Fsvg%3E');
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2044.9%2088%22%20style%3D%22enable-background%3Anew%200%200%2044.9%2088%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23D67A28%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Eslider-arrow-orange%3C%2Ftitle%3E%0A%3Cpolyline%20class%3D%22st0%22%20points%3D%220.5%2C0.3%2044.2%2C44.1%200.6%2C87.7%20%22%2F%3E%0A%3Cline%20class%3D%22st0%22%20x1%3D%220.5%22%20y1%3D%2220.5%22%20x2%3D%220.5%22%20y2%3D%2267.6%22%2F%3E%0A%3Cline%20class%3D%22st0%22%20x1%3D%226.6%22%20y1%3D%2220.5%22%20x2%3D%226.6%22%20y2%3D%2267.6%22%2F%3E%0A%3C%2Fsvg%3E');
}
.image-gallery .slick-dots {
  bottom: initial;
  left: 0;
  margin-top: 1.5rem;
}
.image-gallery .slick-dots li {
  margin: 0 8px;
}
.image-gallery .slick-dots li.slick-active button {
  background-color: #d77900;
}
.image-gallery .slick-dots li button {
  background-color: #bebeb7;
  border-radius: 50%;
}
.image-gallery .slick-dots li button:hover, .image-gallery .slick-dots li button:focus {
  background-color: #d77900;
}
.image-gallery .slick-dots li button::before {
  display: none;
}
.slick-active .image-gallery .slick-dots li button {
  background-color: #d77900;
}

@media (min-width: 37.5em) {
  .image-gallery__slider {
    padding: 0 3rem;
  }
}

.image-modal-card {
  display: block;
  position: relative;
}
.image-modal-card:hover, .image-modal-card:focus {
  opacity: 0.8;
}
.image-modal-card + .ajax-progress {
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
}

.info-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info-card__badge {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 0.5rem 0.5rem 0;
  width: 32px;
}

.info-card__title {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0 0 0.5rem 0;
  text-transform: uppercase;
}

.info-card__summary {
  color: #63666b;
  line-height: 1.5;
}
.info-card__summary p {
  margin-bottom: 0.5rem;
}
.info-card__summary > *:last-child {
  margin-bottom: 0;
}

.link-list a {
  display: block;
  margin-bottom: 1rem;
}

.paragraph--list-ref .l-section__title {
  font-family: "Merriweather", serif;
  text-align: center;
}
.paragraph--list-ref .l-section__content > article {
  border-bottom: 1px solid #bebeb7;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
}
.paragraph--list-ref .l-section__content > article:last-child {
  border-bottom: 0;
}

.list--no-margin {
  margin: 0;
}

.list--border {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.list--border > li {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin: -1px 0 0 0;
  padding: 0.75rem 0;
}

.list--clean {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.list--clean li::before {
  display: none;
}

.list--column {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
@media (min-width: 31.25em) {
  .list--column {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em;
  }
}
.list--column > li {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
  display: table;
  margin-bottom: 0;
  padding-bottom: 0.25em;
}

.list--inline {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.list--inline > li {
  display: inline;
}

.list--pipeline {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.list--pipeline::after {
  clear: both;
  content: "";
  display: table;
}
.list--pipeline > li {
  border-right: 1px solid #d6d7d9;
  display: block;
  float: left;
  margin-right: 0.75em;
  padding-right: 0.75em;
}
[dir=rtl] .list--pipeline > li {
  border-left: 1px solid #d6d7d9;
  border-right: 0;
  float: right;
  margin-left: 0.75em;
  margin-right: 0;
  padding-left: 0.75em;
  padding-right: 0;
}
.list--pipeline > li.is-active {
  font-weight: bold;
}
.list--pipeline > li:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}
[dir=rtl] .list--pipeline > li:last-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}

@media (max-width: 53.0625em) {
  .division-menu__item a.active {
    color: #911a1d;
    padding-left: 15px;
    position: relative;
  }
  .division-menu__item a.active::before {
    height: 10px;
    overflow: hidden;
    width: 7px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2210%22%20viewBox%3D%220%200%207%2010%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23911a1d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Emenu-active%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M7%2C5%2C0%2C10V0Z%22%2F%3E%3C%2Fsvg%3E');
    background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2210%22%20viewBox%3D%220%200%207%2010%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23911a1d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Emenu-active%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M7%2C5%2C0%2C10V0Z%22%2F%3E%3C%2Fsvg%3E');
    background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2210%22%20viewBox%3D%220%200%207%2010%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23911a1d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Emenu-active%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M7%2C5%2C0%2C10V0Z%22%2F%3E%3C%2Fsvg%3E');
    background-size: 7px 10px;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    top: 24px;
  }
  .division-menu__item a.active::before::before {
    content: "";
    display: block;
    height: 150%;
    width: 0;
  }
}
@media (min-width: 53.125em) {
  .division-menu__item a {
    display: inline-block;
    color: #fff;
    border-bottom: 2px solid transparent;
  }
  .division-menu__item a:hover, .division-menu__item a:active, .division-menu__item a.active {
    border-bottom-color: #d77900;
  }
  .menu-copper .division-menu__item a:hover, .menu-copper .division-menu__item a:active, .menu-copper .division-menu__item a.active {
    border-bottom-color: #fff;
  }
}

.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu li::before {
  display: none;
}
@media print {
  .menu {
    display: none;
  }
}

.menu__item {
  margin-bottom: 0;
}

.menu--account {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.menu--account::after {
  clear: both;
  content: "";
  display: table;
}
.menu--account > li {
  border-right: 1px solid #d6d7d9;
  display: block;
  float: left;
  margin-right: 0.75em;
  padding-right: 0.75em;
}
[dir=rtl] .menu--account > li {
  border-left: 1px solid #d6d7d9;
  border-right: 0;
  float: right;
  margin-left: 0.75em;
  margin-right: 0;
  padding-left: 0.75em;
  padding-right: 0;
}
.menu--account > li.is-active {
  font-weight: bold;
}
.menu--account > li:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}
[dir=rtl] .menu--account > li:last-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}
.menu--account .menu__link {
  font-size: 0.9375em;
}

.menu--footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding: 0;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.menu--footer > .menu__item {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 1.5rem;
  padding: 0 1.5rem;
}
.menu--footer > .menu__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 34.375em) {
  .menu--footer > .menu__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-bottom: 0;
    max-width: 50%;
  }
}
.menu--footer > .menu__item > .menu__link {
  color: #fff;
  display: block;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}
.menu--footer > .menu__item > .menu__link:hover, .menu--footer > .menu__item > .menu__link:focus {
  color: #d77900;
}
.menu--footer .menu__subnav {
  font-size: 0.75rem;
  line-height: 1.5;
  margin-top: 0.75em;
}
.menu--footer .menu__subnav .menu__item {
  margin-bottom: 1em;
}
.menu--footer .menu__subnav .menu__link {
  color: #ffffff;
  text-transform: uppercase;
}
.menu--footer .menu__subnav .menu__link:hover, .menu--footer .menu__subnav .menu__link:focus {
  color: #d77900;
}
.menu--footer .menu__subnav .menu__subnav {
  display: none;
}

.menu--listing-links li {
  margin: 0;
}
.menu--listing-links li:last-child ul li a {
  border-bottom: 1px solid #63666b;
}
.menu--listing-links li:last-child ul li:last-child a {
  border-bottom: none;
}
.menu--listing-links li:last-child:not(.is-active-trail) a {
  border-bottom: none;
}
.menu--listing-links li:last-child:not(.is-active-trail) ul li:last-child a {
  border-bottom: 1px solid #63666b;
}
.menu--listing-links a {
  border-bottom: 1px solid #63666b;
  color: #63666b;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  margin: 0;
  padding: 1rem 0;
  text-transform: uppercase;
}
.menu--listing-links a:hover, .menu--listing-links a:focus {
  color: #0e0d0d;
}
.menu--listing-links a.is-active {
  color: #911a1d;
  padding-left: 15px;
  position: relative;
}
.menu--listing-links a.is-active::before {
  height: 10px;
  overflow: hidden;
  width: 7px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2210%22%20viewBox%3D%220%200%207%2010%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23911a1d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Emenu-active%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M7%2C5%2C0%2C10V0Z%22%2F%3E%3C%2Fsvg%3E');
  background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2210%22%20viewBox%3D%220%200%207%2010%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23911a1d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Emenu-active%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M7%2C5%2C0%2C10V0Z%22%2F%3E%3C%2Fsvg%3E');
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2210%22%20viewBox%3D%220%200%207%2010%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23911a1d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Emenu-active%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M7%2C5%2C0%2C10V0Z%22%2F%3E%3C%2Fsvg%3E');
  background-size: 7px 10px;
  content: "";
  display: inline-block;
  left: 0;
  position: absolute;
  top: 24px;
}
.menu--listing-links a.is-active::before::before {
  content: "";
  display: block;
  height: 150%;
  width: 0;
}
.menu--listing-links a.is-active-trail {
  color: #911a1d;
}
.menu--listing-links ul a {
  font-weight: 400;
  padding: 0.75rem 0 0.75rem 1rem;
  text-transform: none;
}
.menu--listing-links ul a.is-active::before {
  top: 20px;
}
.menu--listing-links ul li:last-child:not(.is-active-trail) a {
  border-bottom: 1px solid #63666b;
}
.menu--listing-links ul ul a {
  padding-left: 2rem;
}

.l-header__menu .menu--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-header__menu .menu--main .menu__item {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-header__menu .menu--main .menu__item:hover {
  opacity: 1;
}
.l-header__menu .menu--main .menu__item.open > .menu__link, .l-header__menu .menu--main .menu__item.focus > .menu__link {
  color: #d77900;
}
.l-header__menu .menu--main .menu__item.open > .menu__link:after, .l-header__menu .menu--main .menu__item.focus > .menu__link:after {
  opacity: 1;
  bottom: -30px;
}
.l-header__menu .menu--main .menu__item.is-active-trail > .menu__link {
  color: #d77900;
}
.l-header__menu .menu--main > .mega-menu__item .menu__subnav {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-header__menu .menu--main > .menu__item > .menu__link:after {
  border-bottom: 22px solid #d77900;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  bottom: -60px;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: bottom 300ms ease-out;
  -o-transition: bottom 300ms ease-out;
  transition: bottom 300ms ease-out;
  width: 0;
}
.l-header__menu .menu--main .menu__link {
  border-bottom: 1px solid #63666b;
  border-left: 1px solid #63666b;
  color: #252525;
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.07rem;
  line-height: 1;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  position: relative;
  text-transform: uppercase;
}
@media (min-width: 55em) {
  .l-header__menu .menu--main .menu__link {
    letter-spacing: 0.2rem;
    padding: 0.75rem 0.75rem 0.75rem 0.75rem;
  }
}
@media (min-width: 75em) {
  .l-header__menu .menu--main .menu__link {
    font-size: 0.875rem;
    padding: 0.75rem 1rem 0.75rem 1rem;
  }
}
.l-header__menu .menu--main .menu__link:hover, .l-header__menu .menu--main .menu__link:focus {
  color: #d77900;
}
.l-header__menu .menu--main span.menu__link {
  cursor: default;
}
.l-header__menu .menu--main span.menu__link.column {
  display: none;
}
.l-header__menu .menu--main span.menu__link.column ~ .menu__subnav .menu__item > .menu__link {
  border-bottom: 3px solid transparent;
  color: #d77900;
  display: inline-block;
  letter-spacing: 0.2rem;
  line-height: 1.5;
  padding: 0.25rem 0 0.25rem;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
}
.l-header__menu .menu--main span.menu__link.column ~ .menu__subnav .menu__item > .menu__link:hover, .l-header__menu .menu--main span.menu__link.column ~ .menu__subnav .menu__item > .menu__link:focus {
  border-bottom-color: #d77900;
}
.l-header__menu .menu--main span.menu__link.column ~ .menu__subnav .menu__item > .menu__link:hover:before, .l-header__menu .menu--main span.menu__link.column ~ .menu__subnav .menu__item > .menu__link:focus:before {
  opacity: 1;
}
.l-header__menu .menu--main .menu__panel {
  background-color: white;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-top: solid 20px #d77900;
  opacity: 0;
  padding: 2rem 3em;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 1.5rem);
  left: 0;
  right: 0;
  width: 100%;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  z-index: -1;
}
@media (min-width: 62.5em) {
  .l-header__menu .menu--main .menu__panel {
    width: 80%;
    left: 10%;
  }
}
.l-header__menu .menu--main .menu__panel > div > .menu__subnav:hover > .has-subnav {
  opacity: 0.6;
}
.l-header__menu .menu--main .menu__panel > div > .menu__subnav > .has-subnav:hover {
  opacity: 1;
}
.l-header__menu .menu--main .menu__panel.open {
  opacity: 1;
  pointer-events: visible;
  z-index: 100;
}
.l-header__menu .menu--main .menu__panel.open .menu__subnav {
  pointer-events: visible;
}
.l-header__menu .menu--main .menu__item:last-child > .menu__panel {
  left: auto;
  right: 0;
}
.l-header__menu .menu--main .menu__panel-constrain {
  position: relative;
}
.l-header__menu .menu--main .menu__panel-close-button {
  background: none;
  border: 0;
  cursor: pointer;
  height: 24px;
  overflow: hidden;
  width: 24px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%3Ctitle%3Eclose%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18.984%206.422l-5.578%205.578%205.578%205.578-1.406%201.406-5.578-5.578-5.578%205.578-1.406-1.406%205.578-5.578-5.578-5.578%201.406-1.406%205.578%205.578%205.578-5.578z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E');
  background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%3Ctitle%3Eclose%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18.984%206.422l-5.578%205.578%205.578%205.578-1.406%201.406-5.578-5.578-5.578%205.578-1.406-1.406%205.578-5.578-5.578-5.578%201.406-1.406%205.578%205.578%205.578-5.578z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E');
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%3Ctitle%3Eclose%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18.984%206.422l-5.578%205.578%205.578%205.578-1.406%201.406-5.578-5.578-5.578%205.578-1.406-1.406%205.578-5.578-5.578-5.578%201.406-1.406%205.578%205.578%205.578-5.578z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E');
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
}
.l-header__menu .menu--main .menu__panel-close-button::before {
  content: "";
  display: block;
  height: 150%;
  width: 0;
}
.l-header__menu .menu--main .menu__panel-close-button:hover, .l-header__menu .menu--main .menu__panel-close-button:focus {
  opacity: 1;
}
.l-header__menu .menu--main .four-column ~ .menu__panel:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(25% + 1rem);
  height: 100%;
  background: #FFFBF7;
  z-index: 0;
}
.l-header__menu .menu--main .four-column ~ .menu__panel > .l-constrain > .menu__subnav > .menu__item {
  -ms-flex-preferred-size: 22%;
      flex-basis: 22%;
  max-width: 22%;
}
.l-header__menu .menu--main .single-column ~ .menu__panel {
  width: auto;
  right: auto;
  left: auto;
}
.l-header__menu .menu--main .menu__subnav {
  display: none;
  padding: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header__menu .menu--main .menu__subnav .menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header__menu .menu--main .menu__subnav > .menu__item {
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
  margin-bottom: 2rem;
}
.l-header__menu .menu--main .menu__subnav > .menu__item:only-child {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  border-left: 0 none;
}
.l-header__menu .menu--main .menu__subnav > .menu__item:only-child .menu__subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header__menu .menu--main .menu__subnav > .menu__item:only-child .menu__item {
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
}
.l-header__menu .menu--main .menu__subnav > .menu__item:nth-child(4) {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@supports (display: grid) {
  .l-header__menu .menu--main .menu__subnav > .menu__item:nth-child(4) .menu__subnav {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0 3.5%;
  }
}
.l-header__menu .menu--main .menu__subnav > .menu__item:nth-child(4) .menu__subnav .menu__item {
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
  width: auto;
}
.l-header__menu .menu--main .menu__subnav .menu__item {
  display: block;
}
.l-header__menu .menu--main .menu__subnav .menu__link {
  border: none;
  border-bottom: 3px solid transparent;
  color: #d77900;
  display: inline-block;
  letter-spacing: 0.2rem;
  line-height: 1.5;
  padding: 0.3rem 0 0.3rem;
  position: relative;
}
.l-header__menu .menu--main .menu__subnav .menu__link:hover, .l-header__menu .menu--main .menu__subnav .menu__link:focus {
  border-bottom-color: #d77900;
}
.l-header__menu .menu--main .menu__subnav .menu__link:hover:before, .l-header__menu .menu--main .menu__subnav .menu__link:focus:before {
  opacity: 1;
}
.l-header__menu .menu--main .menu__subnav.has-no-subnav-columns {
  display: block;
  width: 220px;
}
.l-header__menu .menu--main .menu__subnav.has-no-subnav-columns > .menu__item {
  margin-bottom: 0.5rem;
  max-width: none;
}
.l-header__menu .menu--main .menu__subnav.has-no-subnav-columns .menu__link {
  color: #0e0d0d;
  font-weight: 500;
  height: 100%;
  letter-spacing: 0.1rem;
  text-transform: none;
}
.l-header__menu .menu--main .menu__subnav .menu__subnav {
  background-color: transparent;
  border: none;
  left: inherit;
  opacity: 1;
  margin-top: 0;
  padding: 0;
  position: relative;
  top: inherit;
  z-index: 1;
  width: auto;
}
.l-header__menu .menu--main .menu__subnav .menu__subnav .menu__subnav {
  display: none !important;
}
.l-header__menu .menu--main .menu__subnav .menu__subnav .menu__link {
  color: #0e0d0d;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  text-transform: none;
}
.l-header__menu .menu--main .menu__subnav .menu__subnav .menu__link:before {
  left: -2px;
}
.l-header__menu .menu--main .menu__subnav .menu__subnav .menu__item {
  border-left: none;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
  margin-bottom: 0;
  max-width: 100%;
}
.local-menu-block .menu--main li {
  margin: 0;
}
.local-menu-block .menu--main li:last-child ul li a {
  border-bottom: 1px solid #63666b;
}
.local-menu-block .menu--main li:last-child ul li:last-child a {
  border-bottom: none;
}
.local-menu-block .menu--main li:last-child:not(.is-active-trail) a {
  border-bottom: none;
}
.local-menu-block .menu--main li:last-child:not(.is-active-trail) ul li:last-child a {
  border-bottom: 1px solid #63666b;
}
.local-menu-block .menu--main a {
  border-bottom: 1px solid #63666b;
  color: #63666b;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  margin: 0;
  padding: 1rem 0;
  text-transform: uppercase;
}
.local-menu-block .menu--main a:hover, .local-menu-block .menu--main a:focus {
  color: #0e0d0d;
}
.local-menu-block .menu--main a.is-active {
  color: #911a1d;
  padding-left: 15px;
  position: relative;
}
.local-menu-block .menu--main a.is-active::before {
  height: 10px;
  overflow: hidden;
  width: 7px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2210%22%20viewBox%3D%220%200%207%2010%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23911a1d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Emenu-active%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M7%2C5%2C0%2C10V0Z%22%2F%3E%3C%2Fsvg%3E');
  background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2210%22%20viewBox%3D%220%200%207%2010%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23911a1d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Emenu-active%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M7%2C5%2C0%2C10V0Z%22%2F%3E%3C%2Fsvg%3E');
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2210%22%20viewBox%3D%220%200%207%2010%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23911a1d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Emenu-active%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M7%2C5%2C0%2C10V0Z%22%2F%3E%3C%2Fsvg%3E');
  background-size: 7px 10px;
  content: "";
  display: inline-block;
  left: 0;
  position: absolute;
  top: 24px;
}
.local-menu-block .menu--main a.is-active::before::before {
  content: "";
  display: block;
  height: 150%;
  width: 0;
}
.local-menu-block .menu--main a.is-active-trail {
  color: #911a1d;
}
.local-menu-block .menu--main ul a {
  font-weight: 400;
  padding: 0.75rem 0 0.75rem 1rem;
  text-transform: none;
}
.local-menu-block .menu--main ul a.is-active::before {
  top: 20px;
}
.local-menu-block .menu--main ul li:last-child:not(.is-active-trail) a {
  border-bottom: 1px solid #63666b;
}
.local-menu-block .menu--main ul ul a {
  padding-left: 2rem;
}

.menu--mobile {
  margin: 0;
}
.menu--mobile .menu__item {
  margin: 0;
  padding: 0;
  background-color: #f3f3f3;
  border-bottom: solid 1px #fff;
}
.menu--mobile .menu__link {
  background-color: transparent;
  border: 0;
  color: #0e0d0d;
  display: block;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 1.25;
  margin: 0;
  padding: 1.5rem 1.25rem;
  position: relative;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
  width: auto;
  z-index: 3;
}
.menu--mobile .menu__link:focus, .menu--mobile .menu__link:hover, .menu--mobile .menu__link:active, .menu--mobile .menu__link.is-active {
  color: #000;
}
.menu--mobile > .menu__item:not(.has-subnav) .menu__link {
  color: rgba(14, 13, 13, 0.8);
  padding: 1.25rem;
  font-size: 0.9375rem;
}
.menu--mobile .menu__item--parent {
  position: relative;
}
.menu--mobile .menu__item--parent.is-open {
  background: #f3f3f3;
  background: #f3f3f3;
}
.menu--mobile .menu__item--parent > .menu__link {
  display: inline-block;
}
.menu--mobile .menu__subnav-arrow {
  background: none;
  color: transparent;
  font: 0/0 a;
  height: 100%;
  text-shadow: none;
  width: 65px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236.82%22%20height%3D%2221.23%22%20viewBox%3D%220%200%2036.82%2021.23%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Echevron-down-white%3C%2Ftitle%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2236.82%202.82%2021.23%2018.41%2018.41%2021.23%2015.59%2018.41%200%202.82%202.82%200%2018.41%2015.59%2034%200%2036.82%202.82%22%2F%3E%3C%2Fsvg%3E');
  background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236.82%22%20height%3D%2221.23%22%20viewBox%3D%220%200%2036.82%2021.23%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Echevron-down-white%3C%2Ftitle%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2236.82%202.82%2021.23%2018.41%2018.41%2021.23%2015.59%2018.41%200%202.82%202.82%200%2018.41%2015.59%2034%200%2036.82%202.82%22%2F%3E%3C%2Fsvg%3E');
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236.82%22%20height%3D%2221.23%22%20viewBox%3D%220%200%2036.82%2021.23%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Echevron-down-white%3C%2Ftitle%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2236.82%202.82%2021.23%2018.41%2018.41%2021.23%2015.59%2018.41%200%202.82%202.82%200%2018.41%2015.59%2034%200%2036.82%202.82%22%2F%3E%3C%2Fsvg%3E');
  background-position: center 1.75rem;
  background-repeat: no-repeat;
  background-size: 19px 12px;
  background-color: #d77900;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  height: 68px;
  vertical-align: top;
  z-index: 2;
}
.menu--mobile .menu__subnav-arrow:focus {
  outline: thin dotted;
}
.menu--mobile .menu__subnav-arrow.is-active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236.82%22%20height%3D%2221.23%22%20viewBox%3D%220%200%2036.82%2021.23%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Echevron-up-white%3C%2Ftitle%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%220%2018.41%2015.59%202.82%2018.41%200%2021.23%202.82%2036.82%2018.41%2034%2021.23%2018.41%205.64%202.82%2021.23%200%2018.41%22%2F%3E%3C%2Fsvg%3E');
  background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236.82%22%20height%3D%2221.23%22%20viewBox%3D%220%200%2036.82%2021.23%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Echevron-up-white%3C%2Ftitle%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%220%2018.41%2015.59%202.82%2018.41%200%2021.23%202.82%2036.82%2018.41%2034%2021.23%2018.41%205.64%202.82%2021.23%200%2018.41%22%2F%3E%3C%2Fsvg%3E');
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236.82%22%20height%3D%2221.23%22%20viewBox%3D%220%200%2036.82%2021.23%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Echevron-up-white%3C%2Ftitle%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%220%2018.41%2015.59%202.82%2018.41%200%2021.23%202.82%2036.82%2018.41%2034%2021.23%2018.41%205.64%202.82%2021.23%200%2018.41%22%2F%3E%3C%2Fsvg%3E');
}
[dir=rtl] .menu--mobile .menu__subnav-arrow {
  left: 0;
  right: auto;
}
.menu--mobile .menu__subnav {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu--mobile .menu__subnav .menu__item {
  border-bottom: none;
  padding: 1.25rem 0 1.25rem 1.25rem;
  background: #fff;
  border-top: 1px solid #f3f3f3;
}
.menu--mobile .menu__subnav .menu__link {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  padding: 0;
  width: calc(100% - 65px);
}
.menu--mobile .menu__subnav .menu__link:focus, .menu--mobile .menu__subnav .menu__link:hover, .menu--mobile .menu__subnav .menu__link:active {
  color: #000;
}
.menu--mobile .menu__subnav .menu__link.column {
  display: none;
}
.menu--mobile .menu__subnav .menu__link.column ~ .menu__subnav-arrow {
  display: none;
}
.menu--mobile .menu__subnav .menu__link.column ~ .menu__subnav {
  display: block;
  padding: 0;
  margin: -1.25rem 0 -1.25rem -1.25rem;
}
.menu--mobile .menu__subnav .menu__link.column ~ .menu__subnav:before {
  display: none;
}
.menu--mobile .menu__subnav .menu__link.column ~ .menu__subnav .menu__item {
  padding: 0;
}
.menu--mobile .menu__subnav .menu__link.column ~ .menu__subnav .menu__item + .menu__item {
  border-top: 1px solid #f3f3f3;
}
.menu--mobile .menu__subnav .menu__link.column ~ .menu__subnav .menu__item .menu__link {
  color: rgba(14, 13, 13, 0.8);
  padding: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9375rem;
}
.menu--mobile .menu__subnav .menu__subnav-arrow {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036.8%2021.2%22%20style%3D%22enable-background%3Anew%200%200%2036.8%2021.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%230E0D0D%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Echevron-down-white%3C%2Ftitle%3E%0A%3Cpolygon%20class%3D%22st0%22%20points%3D%2236.8%2C2.8%2021.2%2C18.4%2018.4%2C21.2%2015.6%2C18.4%200%2C2.8%202.8%2C0%2018.4%2C15.6%2034%2C0%20%22%2F%3E%0A%3C%2Fsvg%3E');
  background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036.8%2021.2%22%20style%3D%22enable-background%3Anew%200%200%2036.8%2021.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%230E0D0D%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Echevron-down-white%3C%2Ftitle%3E%0A%3Cpolygon%20class%3D%22st0%22%20points%3D%2236.8%2C2.8%2021.2%2C18.4%2018.4%2C21.2%2015.6%2C18.4%200%2C2.8%202.8%2C0%2018.4%2C15.6%2034%2C0%20%22%2F%3E%0A%3C%2Fsvg%3E');
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036.8%2021.2%22%20style%3D%22enable-background%3Anew%200%200%2036.8%2021.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%230E0D0D%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Echevron-down-white%3C%2Ftitle%3E%0A%3Cpolygon%20class%3D%22st0%22%20points%3D%2236.8%2C2.8%2021.2%2C18.4%2018.4%2C21.2%2015.6%2C18.4%200%2C2.8%202.8%2C0%2018.4%2C15.6%2034%2C0%20%22%2F%3E%0A%3C%2Fsvg%3E');
  background-color: #fff;
  background-position: center 1.8rem;
  right: 0;
  width: 65px;
  height: 68px;
}
.menu--mobile .menu__subnav .menu__subnav-arrow.is-active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036.8%2021.2%22%20style%3D%22enable-background%3Anew%200%200%2036.8%2021.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%230E0D0D%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Echevron-up-white%3C%2Ftitle%3E%0A%3Cpolygon%20class%3D%22st0%22%20points%3D%220%2C18.4%2015.6%2C2.8%2018.4%2C0%2021.2%2C2.8%2036.8%2C18.4%2034%2C21.2%2018.4%2C5.6%202.8%2C21.2%20%22%2F%3E%0A%3C%2Fsvg%3E');
  background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036.8%2021.2%22%20style%3D%22enable-background%3Anew%200%200%2036.8%2021.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%230E0D0D%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Echevron-up-white%3C%2Ftitle%3E%0A%3Cpolygon%20class%3D%22st0%22%20points%3D%220%2C18.4%2015.6%2C2.8%2018.4%2C0%2021.2%2C2.8%2036.8%2C18.4%2034%2C21.2%2018.4%2C5.6%202.8%2C21.2%20%22%2F%3E%0A%3C%2Fsvg%3E');
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2036.8%2021.2%22%20style%3D%22enable-background%3Anew%200%200%2036.8%2021.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%230E0D0D%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Echevron-up-white%3C%2Ftitle%3E%0A%3Cpolygon%20class%3D%22st0%22%20points%3D%220%2C18.4%2015.6%2C2.8%2018.4%2C0%2021.2%2C2.8%2036.8%2C18.4%2034%2C21.2%2018.4%2C5.6%202.8%2C21.2%20%22%2F%3E%0A%3C%2Fsvg%3E');
}
.menu--mobile .menu__subnav .menu__subnav {
  margin-left: 1.25rem;
  position: relative;
}
.menu--mobile .menu__subnav .menu__subnav:before {
  background-color: #d77900;
  content: "";
  display: block;
  height: calc(100% - 1rem);
  left: 0;
  position: absolute;
  top: 0.5rem;
  width: 3px;
}
.menu--mobile .menu__subnav .menu__subnav .menu__item {
  border-top: none;
  padding: 0.7rem 0 0.7rem 1.25rem;
  background: transparent;
}
.menu--mobile .menu__subnav .menu__subnav .menu__link {
  font-size: 0.9375rem;
  padding: 0;
  width: calc(100% - 115px);
  text-transform: none;
  font-weight: 400;
}
.menu--mobile .menu__subnav .menu__subnav .menu__subnav-arrow {
  background-position: center 1.2rem;
}

.l-header__projects .menu--projects {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.l-header__projects .menu--projects::after {
  clear: both;
  content: "";
  display: table;
}
.l-header__projects .menu--projects > .menu__item {
  border-right: 1px solid #63666b;
  display: block;
  float: left;
  line-height: 1;
  padding: 3px 15px;
}
@media (min-width: 68.75em) {
  .l-header__projects .menu--projects > .menu__item {
    padding: 3px 30px;
  }
}
.l-header__projects .menu--projects > .menu__item ul {
  display: none;
}
.l-header__projects .menu--projects > .menu__item:first-child {
  padding-left: 0;
}
.l-header__projects .menu--projects > .menu__item:last-child {
  border-right: 0;
  padding-right: 0;
}
.l-header__projects .menu--projects .menu__link {
  border-bottom: 1px solid rgba(215, 121, 0, 0);
  color: #d77900;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.06rem;
  text-transform: uppercase;
}
.l-header__projects .menu--projects .menu__link:hover, .l-header__projects .menu--projects .menu__link:focus, .l-header__projects .menu--projects .menu__link.is-active-trail {
  border-color: #d77900;
}
@media (min-width: 62.5em) {
  .l-header__projects .menu--projects .menu__link {
    font-size: 0.75rem;
  }
}
.project-menu-block .menu--projects li {
  margin: 0;
}
.project-menu-block .menu--projects li:last-child ul li a {
  border-bottom: 1px solid #63666b;
}
.project-menu-block .menu--projects li:last-child ul li:last-child a {
  border-bottom: none;
}
.project-menu-block .menu--projects li:last-child:not(.is-active-trail) a {
  border-bottom: none;
}
.project-menu-block .menu--projects li:last-child:not(.is-active-trail) ul li:last-child a {
  border-bottom: 1px solid #63666b;
}
.project-menu-block .menu--projects a {
  border-bottom: 1px solid #63666b;
  color: #63666b;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  margin: 0;
  padding: 1rem 0;
  text-transform: uppercase;
}
.project-menu-block .menu--projects a:hover, .project-menu-block .menu--projects a:focus {
  color: #0e0d0d;
}
.project-menu-block .menu--projects a.is-active {
  color: #911a1d;
  padding-left: 15px;
  position: relative;
}
.project-menu-block .menu--projects a.is-active::before {
  height: 10px;
  overflow: hidden;
  width: 7px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2210%22%20viewBox%3D%220%200%207%2010%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23911a1d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Emenu-active%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M7%2C5%2C0%2C10V0Z%22%2F%3E%3C%2Fsvg%3E');
  background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2210%22%20viewBox%3D%220%200%207%2010%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23911a1d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Emenu-active%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M7%2C5%2C0%2C10V0Z%22%2F%3E%3C%2Fsvg%3E');
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2210%22%20viewBox%3D%220%200%207%2010%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23911a1d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Emenu-active%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M7%2C5%2C0%2C10V0Z%22%2F%3E%3C%2Fsvg%3E');
  background-size: 7px 10px;
  content: "";
  display: inline-block;
  left: 0;
  position: absolute;
  top: 24px;
}
.project-menu-block .menu--projects a.is-active::before::before {
  content: "";
  display: block;
  height: 150%;
  width: 0;
}
.project-menu-block .menu--projects a.is-active-trail {
  color: #911a1d;
}
.project-menu-block .menu--projects ul a {
  font-weight: 400;
  padding: 0.75rem 0 0.75rem 1rem;
  text-transform: none;
}
.project-menu-block .menu--projects ul a.is-active::before {
  top: 20px;
}
.project-menu-block .menu--projects ul li:last-child:not(.is-active-trail) a {
  border-bottom: 1px solid #63666b;
}
.project-menu-block .menu--projects ul ul a {
  padding-left: 2rem;
}

.menu--social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.menu--social .menu__item {
  padding: 0 5px;
}
.menu--social .menu__link {
  color: transparent;
  font: 0/0 a;
  height: 40px;
  text-shadow: none;
  width: 40px;
  display: block;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  position: relative;
}
.menu--social .menu__link:before, .menu--social .menu__link:after {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  width: 100%;
}
.menu--social .menu__link:before {
  opacity: 1;
}
.menu--social .menu__link:after {
  opacity: 0;
}
.menu--social .menu__link:hover, .menu--social .menu__link:focus {
  border-color: #fff;
}
.menu--social .menu__link:hover:before, .menu--social .menu__link:focus:before {
  opacity: 0;
}
.menu--social .menu__link:hover:after, .menu--social .menu__link:focus:after {
  opacity: 1;
}

.menu__link--facebook:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/social-icon-facebook.svg");
  background-image: -o-linear-gradient(transparent, transparent), url("../images/social-icon-facebook.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/social-icon-facebook.svg");
}
.menu__link--facebook:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/social-icon-facebook--white.svg");
  background-image: -o-linear-gradient(transparent, transparent), url("../images/social-icon-facebook--white.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/social-icon-facebook--white.svg");
}

.menu__link--twitterx:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/social-icon-twitterx.svg");
  background-image: -o-linear-gradient(transparent, transparent), url("../images/social-icon-twitterx.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/social-icon-twitterx.svg");
}
.menu__link--twitterx:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/social-icon-twitterx--white.svg");
  background-image: -o-linear-gradient(transparent, transparent), url("../images/social-icon-twitterx--white.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/social-icon-twitterx--white.svg");
}

.menu__link--linkedin:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/social-icon-linkedin.svg");
  background-image: -o-linear-gradient(transparent, transparent), url("../images/social-icon-linkedin.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/social-icon-linkedin.svg");
}
.menu__link--linkedin:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/social-icon-linkedin--white.svg");
  background-image: -o-linear-gradient(transparent, transparent), url("../images/social-icon-linkedin--white.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/social-icon-linkedin--white.svg");
}

.menu__link--youtube:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/social-icon-youtube.svg");
  background-image: -o-linear-gradient(transparent, transparent), url("../images/social-icon-youtube.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/social-icon-youtube.svg");
}
.menu__link--youtube:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/social-icon-youtube--white.svg");
  background-image: -o-linear-gradient(transparent, transparent), url("../images/social-icon-youtube--white.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/social-icon-youtube--white.svg");
}

.menu__link--instagram:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/social-icon-instagram.svg");
  background-image: -o-linear-gradient(transparent, transparent), url("../images/social-icon-instagram.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/social-icon-instagram.svg");
}
.menu__link--instagram:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/social-icon-instagram--white.svg");
  background-image: -o-linear-gradient(transparent, transparent), url("../images/social-icon-instagram--white.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/social-icon-instagram--white.svg");
}

.menu--submenu {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.menu--submenu::after {
  clear: both;
  content: "";
  display: table;
}
.menu--submenu > li {
  border-right: 1px solid #d6d7d9;
  display: block;
  float: left;
  margin-right: 0.75em;
  padding-right: 0.75em;
}
[dir=rtl] .menu--submenu > li {
  border-left: 1px solid #d6d7d9;
  border-right: 0;
  float: right;
  margin-left: 0.75em;
  margin-right: 0;
  padding-left: 0.75em;
  padding-right: 0;
}
.menu--submenu > li.is-active {
  font-weight: bold;
}
.menu--submenu > li:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}
[dir=rtl] .menu--submenu > li:last-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}
.menu--submenu .menu__link {
  font-size: 0.9375em;
}

.l-header__utility .menu--utility {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.l-header__utility .menu--utility::after {
  clear: both;
  content: "";
  display: table;
}
.l-header__utility .menu--utility > .menu__item {
  border-right: 1px solid #63666b;
  display: block;
  float: left;
  line-height: 1;
  padding: 3px 15px;
}
@media (min-width: 68.75em) {
  .l-header__utility .menu--utility > .menu__item {
    padding: 3px 30px;
  }
}
.l-header__utility .menu--utility > .menu__item ul {
  display: none;
}
.l-header__utility .menu--utility > .menu__item:first-child {
  padding-left: 0;
}
.l-header__utility .menu--utility > .menu__item:last-child {
  border-right: 0;
  padding-right: 0;
}
.l-header__utility .menu--utility .menu__link {
  border-bottom: 1px solid rgba(215, 121, 0, 0);
  color: #d77900;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.06rem;
  text-transform: uppercase;
}
.l-header__utility .menu--utility .menu__link:hover, .l-header__utility .menu--utility .menu__link:focus, .l-header__utility .menu--utility .menu__link.is-active-trail {
  border-color: #d77900;
}
@media (min-width: 62.5em) {
  .l-header__utility .menu--utility .menu__link {
    font-size: 0.75rem;
  }
}
.local-menu-block .menu--utility li {
  margin: 0;
}
.local-menu-block .menu--utility li:last-child ul li a {
  border-bottom: 1px solid #63666b;
}
.local-menu-block .menu--utility li:last-child ul li:last-child a {
  border-bottom: none;
}
.local-menu-block .menu--utility li:last-child:not(.is-active-trail) a {
  border-bottom: none;
}
.local-menu-block .menu--utility li:last-child:not(.is-active-trail) ul li:last-child a {
  border-bottom: 1px solid #63666b;
}
.local-menu-block .menu--utility a {
  border-bottom: 1px solid #63666b;
  color: #63666b;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  margin: 0;
  padding: 1rem 0;
  text-transform: uppercase;
}
.local-menu-block .menu--utility a:hover, .local-menu-block .menu--utility a:focus {
  color: #0e0d0d;
}
.local-menu-block .menu--utility a.is-active {
  color: #911a1d;
  padding-left: 15px;
  position: relative;
}
.local-menu-block .menu--utility a.is-active::before {
  height: 10px;
  overflow: hidden;
  width: 7px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2210%22%20viewBox%3D%220%200%207%2010%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23911a1d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Emenu-active%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M7%2C5%2C0%2C10V0Z%22%2F%3E%3C%2Fsvg%3E');
  background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2210%22%20viewBox%3D%220%200%207%2010%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23911a1d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Emenu-active%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M7%2C5%2C0%2C10V0Z%22%2F%3E%3C%2Fsvg%3E');
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2210%22%20viewBox%3D%220%200%207%2010%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23911a1d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Emenu-active%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M7%2C5%2C0%2C10V0Z%22%2F%3E%3C%2Fsvg%3E');
  background-size: 7px 10px;
  content: "";
  display: inline-block;
  left: 0;
  position: absolute;
  top: 24px;
}
.local-menu-block .menu--utility a.is-active::before::before {
  content: "";
  display: block;
  height: 150%;
  width: 0;
}
.local-menu-block .menu--utility a.is-active-trail {
  color: #911a1d;
}
.local-menu-block .menu--utility ul a {
  font-weight: 400;
  padding: 0.75rem 0 0.75rem 1rem;
  text-transform: none;
}
.local-menu-block .menu--utility ul a.is-active::before {
  top: 20px;
}
.local-menu-block .menu--utility ul li:last-child:not(.is-active-trail) a {
  border-bottom: 1px solid #63666b;
}
.local-menu-block .menu--utility ul ul a {
  padding-left: 2rem;
}

.messages {
  background-color: #ecf6fa;
  border: 1px solid #bcdeee;
  color: #424242;
  margin-bottom: 1.5rem;
  overflow: hidden;
  padding: 1em 1em 1em 3em;
  position: relative;
  word-wrap: break-word;
}
.messages::before {
  background-repeat: no-repeat;
  background-size: 2em;
  top: calc(50% - 1em);
  content: "";
  display: block;
  height: 2em;
  position: absolute;
  left: 0.5em;
  width: 2em;
}
.messages a {
  color: #bcdeee;
  font-weight: 600;
  text-decoration: underline;
}
@media print {
  .messages {
    background-image: none !important;
  }
}

.messages__content *:last-child {
  margin-bottom: 0;
}

.messages--status {
  background-color: #eff8e6;
  border-color: #c9e8a9;
}
.messages--status::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/messages-status.svg");
  background-image: -o-linear-gradient(transparent, transparent), url("../images/messages-status.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/messages-status.svg");
}
.messages--status a {
  color: #71b02f;
}

.messages--error {
  background-color: #ffe6e5;
  border-color: #ffc5c2;
}
.messages--error::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/messages-error.svg");
  background-image: -o-linear-gradient(transparent, transparent), url("../images/messages-error.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/messages-error.svg");
}
.messages--error a {
  color: #ff645c;
}
.messages--error .messages__item em:first-child {
  font-style: normal;
  font-weight: bold;
}

.messages--warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
}
.messages--warning::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/messages-warning.svg");
  background-image: -o-linear-gradient(transparent, transparent), url("../images/messages-warning.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/messages-warning.svg");
}
.messages--warning a {
  color: #8a6d3b;
}

.meta {
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 5px;
}
.meta::after {
  clear: both;
  content: "";
  display: table;
}

.meta__item {
  display: block;
  float: left;
}
.meta__item:after {
  content: "|";
  margin: 0 0.5rem;
}
.meta__item:last-child:after {
  display: none;
}
.meta__item > * {
  display: inline;
}

.meta--light {
  color: #63666b;
}

.mobile-menu {
  margin-bottom: 1rem;
  position: sticky;
  top: 0;
  z-index: 3;
}
@media (min-width: 43.75em) {
  .mobile-menu {
    display: none;
  }
}
.front .mobile-menu {
  margin-bottom: 0;
}

.mobile-menu__bar {
  background-color: #fff;
  -webkit-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.4);
  color: #555559;
  height: 4.0625em;
  position: relative;
  text-align: center;
  z-index: 101;
}

.mobile-menu__button {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border: 0;
  color: #555559;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  height: 4.0625em;
  line-height: 4.0625em;
  margin: 0;
  overflow: hidden;
  padding: 0 0.65em;
  position: absolute;
  text-decoration: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mobile-menu__button:focus {
  outline: thin dotted;
}

.mobile-menu__button--menu {
  right: 0;
  background-color: transparent;
}

.mobile-menu__button--search {
  right: 4rem;
  padding: 0;
}

.mobile-menu__icon {
  height: 100%;
  overflow: hidden;
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 28px 25px;
  display: inline-block;
}
.mobile-menu__icon::before {
  content: "";
  display: block;
  height: 150%;
  width: 0;
}

.is-active .mobile-menu__icon--menu {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236.82%22%20height%3D%2236.82%22%20viewBox%3D%220%200%2036.82%2036.82%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23d77900%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Emobile-close-orange%3C%2Ftitle%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2221.23%2018.41%2036.82%2034%2034%2036.82%2018.41%2021.23%202.82%2036.82%200%2034%2015.59%2018.41%200%202.82%202.82%200%2018.41%2015.59%2034%200%2036.82%202.82%2021.23%2018.41%22%2F%3E%3C%2Fsvg%3E');
  background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236.82%22%20height%3D%2236.82%22%20viewBox%3D%220%200%2036.82%2036.82%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23d77900%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Emobile-close-orange%3C%2Ftitle%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2221.23%2018.41%2036.82%2034%2034%2036.82%2018.41%2021.23%202.82%2036.82%200%2034%2015.59%2018.41%200%202.82%202.82%200%2018.41%2015.59%2034%200%2036.82%202.82%2021.23%2018.41%22%2F%3E%3C%2Fsvg%3E');
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236.82%22%20height%3D%2236.82%22%20viewBox%3D%220%200%2036.82%2036.82%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23d77900%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Emobile-close-orange%3C%2Ftitle%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2221.23%2018.41%2036.82%2034%2034%2036.82%2018.41%2021.23%202.82%2036.82%200%2034%2015.59%2018.41%200%202.82%202.82%200%2018.41%2015.59%2034%200%2036.82%202.82%2021.23%2018.41%22%2F%3E%3C%2Fsvg%3E');
}

.mobile-menu__icon--menu {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2297.5%22%20height%3D%2277%22%20viewBox%3D%220%200%2097.5%2077%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-2%7Bfill%3A%23d77900%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Emobile-menu-orange%3C%2Ftitle%3E%3Cline%20class%3D%22cls-1%22%20y1%3D%223.5%22%20x2%3D%2297.5%22%20y2%3D%223.5%22%2F%3E%3Crect%20class%3D%22cls-2%22%20width%3D%2297.5%22%20height%3D%227%22%2F%3E%3Cline%20class%3D%22cls-1%22%20y1%3D%2238.5%22%20x2%3D%2297.5%22%20y2%3D%2238.5%22%2F%3E%3Crect%20class%3D%22cls-2%22%20y%3D%2235%22%20width%3D%2297.5%22%20height%3D%227%22%2F%3E%3Cline%20class%3D%22cls-1%22%20y1%3D%2273.5%22%20x2%3D%2297.5%22%20y2%3D%2273.5%22%2F%3E%3Crect%20class%3D%22cls-2%22%20y%3D%2270%22%20width%3D%2297.5%22%20height%3D%227%22%2F%3E%3C%2Fsvg%3E');
  background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2297.5%22%20height%3D%2277%22%20viewBox%3D%220%200%2097.5%2077%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-2%7Bfill%3A%23d77900%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Emobile-menu-orange%3C%2Ftitle%3E%3Cline%20class%3D%22cls-1%22%20y1%3D%223.5%22%20x2%3D%2297.5%22%20y2%3D%223.5%22%2F%3E%3Crect%20class%3D%22cls-2%22%20width%3D%2297.5%22%20height%3D%227%22%2F%3E%3Cline%20class%3D%22cls-1%22%20y1%3D%2238.5%22%20x2%3D%2297.5%22%20y2%3D%2238.5%22%2F%3E%3Crect%20class%3D%22cls-2%22%20y%3D%2235%22%20width%3D%2297.5%22%20height%3D%227%22%2F%3E%3Cline%20class%3D%22cls-1%22%20y1%3D%2273.5%22%20x2%3D%2297.5%22%20y2%3D%2273.5%22%2F%3E%3Crect%20class%3D%22cls-2%22%20y%3D%2270%22%20width%3D%2297.5%22%20height%3D%227%22%2F%3E%3C%2Fsvg%3E');
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2297.5%22%20height%3D%2277%22%20viewBox%3D%220%200%2097.5%2077%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-2%7Bfill%3A%23d77900%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Emobile-menu-orange%3C%2Ftitle%3E%3Cline%20class%3D%22cls-1%22%20y1%3D%223.5%22%20x2%3D%2297.5%22%20y2%3D%223.5%22%2F%3E%3Crect%20class%3D%22cls-2%22%20width%3D%2297.5%22%20height%3D%227%22%2F%3E%3Cline%20class%3D%22cls-1%22%20y1%3D%2238.5%22%20x2%3D%2297.5%22%20y2%3D%2238.5%22%2F%3E%3Crect%20class%3D%22cls-2%22%20y%3D%2235%22%20width%3D%2297.5%22%20height%3D%227%22%2F%3E%3Cline%20class%3D%22cls-1%22%20y1%3D%2273.5%22%20x2%3D%2297.5%22%20y2%3D%2273.5%22%2F%3E%3Crect%20class%3D%22cls-2%22%20y%3D%2270%22%20width%3D%2297.5%22%20height%3D%227%22%2F%3E%3C%2Fsvg%3E');
}
.mobile-menu__icon--search {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2074.5%2075.4%22%20style%3D%22enable-background%3Anew%200%200%2074.5%2075.4%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23D77900%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Esearch%3C%2Ftitle%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M55.3%2C51.2c11-13.4%2C9.2-33.1-4.2-44.2C37.8-4%2C18-2.1%2C6.9%2C11.2c-11%2C13.4-9.2%2C33.1%2C4.2%2C44.2%0A%09c11.3%2C9.3%2C27.6%2C9.6%2C39.2%2C0.6l19.2%2C19.3l4.9-4.9L55.3%2C51.2z%20M31.3%2C7c13.4%2C0%2C24.3%2C10.9%2C24.3%2C24.3S44.7%2C55.5%2C31.3%2C55.5%0A%09C17.9%2C55.5%2C7%2C44.7%2C7%2C31.3C7%2C17.9%2C17.9%2C7%2C31.3%2C7L31.3%2C7z%22%2F%3E%0A%3C%2Fsvg%3E');
  background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2074.5%2075.4%22%20style%3D%22enable-background%3Anew%200%200%2074.5%2075.4%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23D77900%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Esearch%3C%2Ftitle%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M55.3%2C51.2c11-13.4%2C9.2-33.1-4.2-44.2C37.8-4%2C18-2.1%2C6.9%2C11.2c-11%2C13.4-9.2%2C33.1%2C4.2%2C44.2%0A%09c11.3%2C9.3%2C27.6%2C9.6%2C39.2%2C0.6l19.2%2C19.3l4.9-4.9L55.3%2C51.2z%20M31.3%2C7c13.4%2C0%2C24.3%2C10.9%2C24.3%2C24.3S44.7%2C55.5%2C31.3%2C55.5%0A%09C17.9%2C55.5%2C7%2C44.7%2C7%2C31.3C7%2C17.9%2C17.9%2C7%2C31.3%2C7L31.3%2C7z%22%2F%3E%0A%3C%2Fsvg%3E');
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2074.5%2075.4%22%20style%3D%22enable-background%3Anew%200%200%2074.5%2075.4%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23D77900%3B%7D%0A%3C%2Fstyle%3E%0A%3Ctitle%3Esearch%3C%2Ftitle%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M55.3%2C51.2c11-13.4%2C9.2-33.1-4.2-44.2C37.8-4%2C18-2.1%2C6.9%2C11.2c-11%2C13.4-9.2%2C33.1%2C4.2%2C44.2%0A%09c11.3%2C9.3%2C27.6%2C9.6%2C39.2%2C0.6l19.2%2C19.3l4.9-4.9L55.3%2C51.2z%20M31.3%2C7c13.4%2C0%2C24.3%2C10.9%2C24.3%2C24.3S44.7%2C55.5%2C31.3%2C55.5%0A%09C17.9%2C55.5%2C7%2C44.7%2C7%2C31.3C7%2C17.9%2C17.9%2C7%2C31.3%2C7L31.3%2C7z%22%2F%3E%0A%3C%2Fsvg%3E');
}
.is-active .mobile-menu__icon--search {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236.82%22%20height%3D%2236.82%22%20viewBox%3D%220%200%2036.82%2036.82%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23d77900%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Emobile-close-orange%3C%2Ftitle%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2221.23%2018.41%2036.82%2034%2034%2036.82%2018.41%2021.23%202.82%2036.82%200%2034%2015.59%2018.41%200%202.82%202.82%200%2018.41%2015.59%2034%200%2036.82%202.82%2021.23%2018.41%22%2F%3E%3C%2Fsvg%3E');
  background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236.82%22%20height%3D%2236.82%22%20viewBox%3D%220%200%2036.82%2036.82%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23d77900%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Emobile-close-orange%3C%2Ftitle%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2221.23%2018.41%2036.82%2034%2034%2036.82%2018.41%2021.23%202.82%2036.82%200%2034%2015.59%2018.41%200%202.82%202.82%200%2018.41%2015.59%2034%200%2036.82%202.82%2021.23%2018.41%22%2F%3E%3C%2Fsvg%3E');
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236.82%22%20height%3D%2236.82%22%20viewBox%3D%220%200%2036.82%2036.82%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23d77900%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Emobile-close-orange%3C%2Ftitle%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2221.23%2018.41%2036.82%2034%2034%2036.82%2018.41%2021.23%202.82%2036.82%200%2034%2015.59%2018.41%200%202.82%202.82%200%2018.41%2015.59%2034%200%2036.82%202.82%2021.23%2018.41%22%2F%3E%3C%2Fsvg%3E');
}

.mobile-menu__links {
  background-color: #fff;
  color: #555559;
  position: absolute;
  width: 100%;
  z-index: 100;
  height: calc(100vh - 65px);
  overflow-x: scroll;
}

.mobile-menu__search {
  background: #eeeeee;
  display: none;
  padding: 1rem;
}
.mobile-menu__search::after {
  clear: both;
  content: "";
  display: table;
}
.mobile-menu__search > * {
  float: right;
}

.mobile-menu__site-name {
  height: 50px;
  overflow: hidden;
  width: 67px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/pnnl-logo-abbreviated.svg");
  background-image: -o-linear-gradient(transparent, transparent), url("../images/pnnl-logo-abbreviated.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/pnnl-logo-abbreviated.svg");
  background-repeat: no-repeat;
  background-size: 67px 50px;
  display: inline-block;
  left: 1rem;
  margin: 0 auto;
  position: absolute;
  top: 46%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.mobile-menu__site-name::before {
  content: "";
  display: block;
  height: 150%;
  width: 0;
}

.more-link {
  font-size: 0.9375rem;
  margin-top: 1rem;
  text-transform: uppercase;
}
.more-link a {
  color: #911a1d;
  font-weight: bold;
}
.more-link a:hover, .more-link a:focus {
  text-decoration: underline;
}

.open-jobs {
  border-bottom: 1px solid #0e0d0d;
  padding-bottom: 5rem;
}
.open-jobs::before {
  height: 150px;
  overflow: hidden;
  width: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/open-jobs-graphic.svg");
  background-image: -o-linear-gradient(transparent, transparent), url("../images/open-jobs-graphic.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/open-jobs-graphic.svg");
  background-size: 150px 150px;
  content: "";
  display: block;
  margin: 0 auto 1.5rem auto;
}
.open-jobs::before::before {
  content: "";
  display: block;
  height: 150%;
  width: 0;
}
@media (min-width: 48.4375em) {
  .open-jobs::before {
    margin-bottom: 0.5rem;
  }
}

.open-jobs__content {
  text-align: center;
}
@media (min-width: 48.4375em) {
  .open-jobs__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.open-jobs__text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.open-jobs__text br {
  display: none;
}
@media (min-width: 48.4375em) {
  .open-jobs__text {
    -ms-flex-preferred-size: 250px;
        flex-basis: 250px;
    padding-top: 2rem;
  }
  .open-jobs__text br {
    display: block;
  }
  .open-jobs__text:first-child {
    padding-right: 1rem;
    text-align: right;
  }
  .open-jobs__text:last-child {
    padding-left: 1rem;
    text-align: left;
  }
}

.open-jobs__number {
  font-size: 7.8125rem;
  letter-spacing: -3px;
  line-height: 1;
  padding-bottom: 2rem;
}
@media (min-width: 48.4375em) {
  .open-jobs__number {
    padding-bottom: 0;
  }
}

.page-subtitle {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1rem;
  margin-top: 0;
}
.page-subtitle > *:last-child {
  margin-bottom: 0;
}

.page-title {
  font-size: 2.1875rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
@media (min-width: 50em) {
  .page-title {
    font-size: 3.4375rem;
  }
}

.pager__items {
  list-style-type: none;
  margin: 0;
  padding: 0;
  clear: both;
  margin: 3em 0;
  padding: 0;
  text-align: center;
}
.pager__items li::before {
  display: none;
}

.pager__item {
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: top;
}
.pager__item:not([class*=pager__item--]) {
  display: none;
}
@media (min-width: 37.5em) {
  .pager__item:not([class*=pager__item--]) {
    display: inline-block;
  }
}

.pager__link, .pager__item--current, .pager__item--ellipsis {
  background-color: #f1f1f1;
  color: #212121;
  min-width: 2.75rem;
  padding: 0.8125em;
}

.pager__item--ellipsis {
  display: none;
}
@media (min-width: 50em) {
  .pager__item--ellipsis {
    display: inline-block;
  }
}

.pager__item--current {
  background-color: #911a1d;
  color: #fff;
}

.pager__link {
  display: inline-block;
  text-decoration: none;
}
.pager__link:focus, .pager__link:hover, .pager__item.is-active .pager__link {
  background-color: #911a1d;
  color: #fff;
}

.progress {
  position: relative;
}

.progress__track {
  background-color: #aeb0b5;
  border: 1px solid #5b616b;
  border-radius: 0.1875rem;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  height: 1rem;
  margin: 0.2em 0;
  max-width: 100%;
  min-width: 6em;
  overflow: hidden;
}

.progress__bar {
  background-color: #0560c1;
  border-radius: 0.1875rem;
  height: 1rem;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-property: width;
  -o-transition-property: width;
  transition-property: width;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  width: 3%;
}

.progress__description,
.progress__percentage {
  color: #63666b;
  font-size: 0.75rem;
  overflow: hidden;
}

.progress__description {
  float: left;
}
[dir=rtl] .progress__description {
  float: right;
}

.progress__percentage {
  float: right;
}
[dir=rtl] .progress__percentage {
  float: left;
}

.paragraph--type-simple-publication-card {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%22516px%22%20height%3D%2260px%22%20viewBox%3D%220%200%20516%2060%22%20version%3D%221.1%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%0A%20%20%20%20%3Ctitle%3Etopfold%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22topfold%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Rectangle-Copy-19%22%20fill%3D%22F2F2F2%22%20points%3D%220%200%20516%200%20516%2060%200%2060%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Rectangle-Copy-19%22%20fill%3D%22%23FFFFFF%22%20points%3D%220%200%20456%200%20516%2060%200%2060%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Rectangle-Copy-3%22%20fill%3D%22%23E6E6E6%22%20points%3D%22456%200%20516%2060%20456%2060%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E');
  background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%22516px%22%20height%3D%2260px%22%20viewBox%3D%220%200%20516%2060%22%20version%3D%221.1%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%0A%20%20%20%20%3Ctitle%3Etopfold%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22topfold%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Rectangle-Copy-19%22%20fill%3D%22F2F2F2%22%20points%3D%220%200%20516%200%20516%2060%200%2060%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Rectangle-Copy-19%22%20fill%3D%22%23FFFFFF%22%20points%3D%220%200%20456%200%20516%2060%200%2060%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Rectangle-Copy-3%22%20fill%3D%22%23E6E6E6%22%20points%3D%22456%200%20516%2060%20456%2060%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E');
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%22516px%22%20height%3D%2260px%22%20viewBox%3D%220%200%20516%2060%22%20version%3D%221.1%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%0A%20%20%20%20%3Ctitle%3Etopfold%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22topfold%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Rectangle-Copy-19%22%20fill%3D%22F2F2F2%22%20points%3D%220%200%20516%200%20516%2060%200%2060%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Rectangle-Copy-19%22%20fill%3D%22%23FFFFFF%22%20points%3D%220%200%20456%200%20516%2060%200%2060%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Rectangle-Copy-3%22%20fill%3D%22%23E6E6E6%22%20points%3D%22456%200%20516%2060%20456%2060%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E');
  background-position: right top;
  background-repeat: no-repeat;
}
.paragraph--type-simple-publication-card .field.field--name-field-publication-ref {
  margin: 0;
}

.search-bar-large {
  margin-bottom: 25px;
}
.search-bar-large form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  max-width: 100%;
}
.search-bar-large .form-item {
  margin-right: 0;
  -ms-flex-preferred-size: 210px;
      flex-basis: 210px;
}
.search-bar-large input.textfield {
  -ms-flex-preferred-size: 350px;
      flex-basis: 350px;
}
.search-bar-large input.textfield, .search-bar-large input.form-item__text, .search-bar-large select.form-item__select {
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #bebeb7;
  border-left: 1px solid #bebeb7;
  border-top: 1px solid #bebeb7;
  color: #63666b;
  font-size: 0.625rem;
  font-weight: 600;
  height: 35px;
  letter-spacing: 0.06rem;
  margin: 0;
  padding: 0 0.5rem;
  width: 100%;
}
@media (min-width: 62.5em) {
  .search-bar-large input.textfield, .search-bar-large input.form-item__text, .search-bar-large select.form-item__select {
    font-size: 0.75rem;
  }
}
.mobile-menu__search .search-bar-large input.textfield, .mobile-menu__search .search-bar-large input.form-item__text, .mobile-menu__search .search-bar-large select.form-item__select {
  height: 35px;
}
.search-bar-large ::-webkit-input-placeholder {
  opacity: 1;
  text-transform: uppercase;
}
.search-bar-large ::-moz-placeholder {
  opacity: 1;
  text-transform: uppercase;
}
.search-bar-large :-ms-input-placeholder {
  opacity: 1;
  text-transform: uppercase;
}
.search-bar-large ::-ms-input-placeholder {
  opacity: 1;
  text-transform: uppercase;
}
.search-bar-large ::placeholder {
  opacity: 1;
  text-transform: uppercase;
}
.search-bar-large input.submit, .search-bar-large input.button {
  color: transparent;
  font: 0/0 a;
  height: 25px;
  text-shadow: none;
  width: 25px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Esearch%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M10.14%2C14.26A4.12%2C4.12%2C0%2C1%2C0%2C6%2C10.14%2C4.13%2C4.13%2C0%2C0%2C0%2C10.14%2C14.26Zm5.49%2C0%2C4.55%2C4.55-1.37%2C1.37-4.55-4.55V14.9L14%2C14.64a6%2C6%2C0%2C0%2C1-9.82-4.5%2C5.94%2C5.94%2C0%2C1%2C1%2C11.88%2C0A5.81%2C5.81%2C0%2C0%2C1%2C14.64%2C14l.26.26Z%22%2F%3E%3C%2Fsvg%3E');
  background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Esearch%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M10.14%2C14.26A4.12%2C4.12%2C0%2C1%2C0%2C6%2C10.14%2C4.13%2C4.13%2C0%2C0%2C0%2C10.14%2C14.26Zm5.49%2C0%2C4.55%2C4.55-1.37%2C1.37-4.55-4.55V14.9L14%2C14.64a6%2C6%2C0%2C0%2C1-9.82-4.5%2C5.94%2C5.94%2C0%2C1%2C1%2C11.88%2C0A5.81%2C5.81%2C0%2C0%2C1%2C14.64%2C14l.26.26Z%22%2F%3E%3C%2Fsvg%3E');
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Esearch%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M10.14%2C14.26A4.12%2C4.12%2C0%2C1%2C0%2C6%2C10.14%2C4.13%2C4.13%2C0%2C0%2C0%2C10.14%2C14.26Zm5.49%2C0%2C4.55%2C4.55-1.37%2C1.37-4.55-4.55V14.9L14%2C14.64a6%2C6%2C0%2C0%2C1-9.82-4.5%2C5.94%2C5.94%2C0%2C1%2C1%2C11.88%2C0A5.81%2C5.81%2C0%2C0%2C1%2C14.64%2C14l.26.26Z%22%2F%3E%3C%2Fsvg%3E');
  background-color: #63666b;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 35px;
  width: 35px;
  border: 0;
  cursor: pointer;
  padding: 0;
}
.mobile-menu__search .search-bar-large input.submit, .mobile-menu__search .search-bar-large input.button {
  color: transparent;
  font: 0/0 a;
  height: 35px;
  text-shadow: none;
  width: 35px;
}
.search-bar-large input.submit:hover, .search-bar-large input.submit:focus, .search-bar-large input.button:hover, .search-bar-large input.button:focus {
  background-color: #0e0d0d;
}

.see-all-link {
  border-bottom: 1px solid #63666b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 1;
  margin: 3rem 0 1rem 0;
  padding: 1rem 0.25rem;
  text-align: right;
}
.see-all-link a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #911a1d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-transform: uppercase;
}
.see-all-link a::after {
  height: 15px;
  overflow: hidden;
  width: 14px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2215%22%20viewBox%3D%220%200%2014%2015%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23911a1d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Etriangle-right%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M14%2C7.5%2C0%2C15V0Z%22%2F%3E%3C%2Fsvg%3E');
  background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2215%22%20viewBox%3D%220%200%2014%2015%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23911a1d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Etriangle-right%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M14%2C7.5%2C0%2C15V0Z%22%2F%3E%3C%2Fsvg%3E');
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2215%22%20viewBox%3D%220%200%2014%2015%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23911a1d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Etriangle-right%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M14%2C7.5%2C0%2C15V0Z%22%2F%3E%3C%2Fsvg%3E');
  background-size: 14px 15px;
  content: "";
  display: inline-block;
  margin-left: 0.5rem;
  position: relative;
  right: 0;
  -webkit-transition: right 0.2s linear;
  -o-transition: right 0.2s linear;
  transition: right 0.2s linear;
}
.see-all-link a::after::before {
  content: "";
  display: block;
  height: 150%;
  width: 0;
}
.see-all-link a:hover, .see-all-link a:focus {
  color: #661214;
}
.see-all-link a:hover::after, .see-all-link a:focus::after {
  right: -0.25rem;
}
aside .see-all-link {
  font-size: 0.9375rem;
  margin: 2rem 0 1rem 0;
  padding: 0.5rem 0.25rem;
}
aside .see-all-link a::after {
  height: 11px;
  overflow: hidden;
  width: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2215%22%20viewBox%3D%220%200%2014%2015%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23911a1d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Etriangle-right%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M14%2C7.5%2C0%2C15V0Z%22%2F%3E%3C%2Fsvg%3E');
  background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2215%22%20viewBox%3D%220%200%2014%2015%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23911a1d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Etriangle-right%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M14%2C7.5%2C0%2C15V0Z%22%2F%3E%3C%2Fsvg%3E');
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2215%22%20viewBox%3D%220%200%2014%2015%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23911a1d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Etriangle-right%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M14%2C7.5%2C0%2C15V0Z%22%2F%3E%3C%2Fsvg%3E');
  background-size: 10px 11px;
}
aside .see-all-link a::after::before {
  content: "";
  display: block;
  height: 150%;
  width: 0;
}

@media (min-width: 50em) {
  .short_teaser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.short_teaser__content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.short_teaser__media {
  margin-bottom: 0.5rem;
}
@media (min-width: 50em) {
  .short_teaser__media {
    margin-bottom: 0;
    margin-right: 1rem;
    max-width: 300px;
  }
}

.short_teaser__meta {
  margin-bottom: 0.5rem;
}

.short_teaser__title {
  font-weight: 400;
  margin: 0 0 0.5rem 0;
}

.short_teaser__icon_media.short_teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.short_teaser__icon_media .short_teaser__media {
  margin-bottom: 0;
  margin-right: 1rem;
  width: 38px;
  height: 38px;
}
.short_teaser__icon_media .short_teaser__media img {
  display: block;
  margin: 0;
}

.sign-up-bar {
  background: white;
  padding: 2rem;
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.sign-up-bar.come-in {
  /*transform: translateY(100px);*/
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
  -webkit-animation: come-in 1s ease forwards;
          animation: come-in 1s ease forwards;
  opacity: 1;
}
.sign-up-bar.come-in:nth-child(odd) {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}
.sign-up-bar.already-visible {
  /*transform: translateY(0);*/
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-animation: none;
          animation: none;
  opacity: 1;
}

.sign-up-bar__title {
  font-family: "Merriweather", serif;
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
}

.sign-up-bar__label {
  display: block;
  color: #0e0d0d;
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
  margin-bottom: 0.5rem;
  width: 100%;
}

.sign-up-bar__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 550px;
  margin: auto;
}

.sign-up-bar__form {
  width: 100%;
}
@media (min-width: 37.5em) {
  .sign-up-bar__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.sign-up-bar__textfield {
  font-size: 0.75rem;
  padding: 0.75rem;
  background: #FAFAFA;
  border: 1px solid #EEEEEE;
  border-radius: 2px;
  width: 100%;
}
@media (min-width: 37.5em) {
  .sign-up-bar__textfield {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.sign-up-bar__button {
  background-color: #d77900;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.25;
  padding: 0.75rem 1.25rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: top;
  white-space: normal;
  background-color: #911a1d;
  color: #fff;
  letter-spacing: 0.1rem;
  font-weight: 600 !important;
  margin-top: 1em !important;
}
.sign-up-bar__button:focus, .sign-up-bar__button:hover {
  background-color: #024082;
  color: #fff;
  outline: 0;
}
.sign-up-bar__button:active {
  background-color: #d77900;
  color: #fff;
}
.sign-up-bar__button[disabled] {
  background-color: #d6d7d9;
  color: #323a45;
  cursor: default;
  pointer-events: none;
}
@media (min-width: 37.5em) {
  .sign-up-bar__button {
    margin-top: 0 !important;
    margin-left: 1rem !important;
  }
}
.sign-up-bar__button:focus, .sign-up-bar__button:hover {
  background-color: #661214;
  color: #fff;
}
.sign-up-bar__button:active {
  background-color: #661214;
  color: #fff;
}

@media (min-width: 37.5em) {
  .sign-up {
    min-width: 370px;
  }
}

.sign-up__label {
  color: #ffffff;
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
  margin-bottom: 0.5rem;
}

.sign-up__wrapper, .sign-up form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sign-up__textfield, .sign-up form .hs-input {
  border: 0;
  font-size: 0.75rem;
  padding: 0.75rem;
}

.sign-up__button, .sign-up form .hs-button {
  background-color: #d77900 !important;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  font-size: 0.75rem;
  text-transform: uppercase;
  padding: 0.75rem 1.5rem;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.sign-up__button:hover, .sign-up form .hs-button:hover, .sign-up__button:focus, .sign-up form .hs-button:focus {
  background-color: #024082 !important;
}

.sign-up .hbspt-form {
  width: 100%;
}
.sign-up form {
  margin: 0;
  width: 100%;
}
.sign-up form * {
  border: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400 !important;
  height: auto !important;
  line-height: 1.3 !important;
  margin: 0 !important;
  max-width: none !important;
  text-shadow: none !important;
  width: auto !important;
}
.sign-up form .hs-email > label,
.sign-up form .hs_error_rollup {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
@media (min-width: 37.5em) {
  .sign-up form .input,
.sign-up form .hs-email {
    width: 100% !important;
  }
}
.sign-up form .hs-input {
  height: 16px !important;
}
@media (min-width: 37.5em) {
  .sign-up form .hs-input {
    width: 100% !important;
  }
}
.sign-up form .hs-button {
  height: 16px !important;
}
.sign-up form .actions {
  padding: 0 !important;
}
.sign-up form .hs-error-msgs {
  color: #d77900;
}
.sign-up .submitted-message {
  color: #d77900;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.3;
}

.simple-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.simple-banner.simple-banner--color {
  color: #FFF;
}
.simple-banner.simple-banner--color .simple-banner__wrapper {
  background-color: rgba(0, 0, 0, 0.1);
}

.simple-banner__superscript {
  color: inherit;
  margin-top: 1.5rem;
}

.simple-banner__title {
  color: inherit;
  margin: 1.5rem 0;
}

.simple-banner__summary {
  color: inherit;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}

.site-name {
  height: 138px;
  overflow: hidden;
  width: 138px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/pnnl-logo.svg");
  background-image: -o-linear-gradient(transparent, transparent), url("../images/pnnl-logo.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/pnnl-logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  -webkit-transition: height 0.2s, width 0.2s, background-size 0.2s;
  -o-transition: height 0.2s, width 0.2s, background-size 0.2s;
  transition: height 0.2s, width 0.2s, background-size 0.2s;
}
.site-name::before {
  content: "";
  display: block;
  height: 150%;
  width: 0;
}
.stuck .site-name {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/pnnl-logo-abbreviated-aligned.svg");
  background-image: -o-linear-gradient(transparent, transparent), url("../images/pnnl-logo-abbreviated-aligned.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/pnnl-logo-abbreviated-aligned.svg");
  height: 74px;
  background-position: center left;
}
.l-footer .site-name {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/pnnl-logo-white.svg");
  background-image: -o-linear-gradient(transparent, transparent), url("../images/pnnl-logo-white.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/pnnl-logo-white.svg");
}

div.site-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  width: 250px;
}
div.site-search .views-exposed-form {
  margin-bottom: 0;
}
div.site-search label {
  display: none;
}
div.site-search input.search-form-autocomplete, div.site-search input.form-autocomplete {
  background-position: 97% center;
  background-repeat: no-repeat;
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #bebeb7;
  border-left: 1px solid #bebeb7;
  color: #63666b;
  font-size: 0.625rem;
  font-weight: 600;
  height: 25px;
  letter-spacing: 0.06rem;
  margin: 0;
  padding: 0 0.5rem;
  width: 100%;
}
@media (min-width: 62.5em) {
  div.site-search input.search-form-autocomplete, div.site-search input.form-autocomplete {
    font-size: 0.75rem;
  }
}
.mobile-menu__search div.site-search input.search-form-autocomplete, .mobile-menu__search div.site-search input.form-autocomplete {
  height: 35px;
}
div.site-search ::-webkit-input-placeholder {
  opacity: 1;
  text-transform: uppercase;
}
div.site-search ::-moz-placeholder {
  opacity: 1;
  text-transform: uppercase;
}
div.site-search :-ms-input-placeholder {
  opacity: 1;
  text-transform: uppercase;
}
div.site-search ::-ms-input-placeholder {
  opacity: 1;
  text-transform: uppercase;
}
div.site-search ::placeholder {
  opacity: 1;
  text-transform: uppercase;
}
div.site-search .form-actions input.js-form-submit {
  color: transparent;
  font: 0/0 a;
  height: 25px;
  text-shadow: none;
  width: 25px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Esearch%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M10.14%2C14.26A4.12%2C4.12%2C0%2C1%2C0%2C6%2C10.14%2C4.13%2C4.13%2C0%2C0%2C0%2C10.14%2C14.26Zm5.49%2C0%2C4.55%2C4.55-1.37%2C1.37-4.55-4.55V14.9L14%2C14.64a6%2C6%2C0%2C0%2C1-9.82-4.5%2C5.94%2C5.94%2C0%2C1%2C1%2C11.88%2C0A5.81%2C5.81%2C0%2C0%2C1%2C14.64%2C14l.26.26Z%22%2F%3E%3C%2Fsvg%3E');
  background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Esearch%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M10.14%2C14.26A4.12%2C4.12%2C0%2C1%2C0%2C6%2C10.14%2C4.13%2C4.13%2C0%2C0%2C0%2C10.14%2C14.26Zm5.49%2C0%2C4.55%2C4.55-1.37%2C1.37-4.55-4.55V14.9L14%2C14.64a6%2C6%2C0%2C0%2C1-9.82-4.5%2C5.94%2C5.94%2C0%2C1%2C1%2C11.88%2C0A5.81%2C5.81%2C0%2C0%2C1%2C14.64%2C14l.26.26Z%22%2F%3E%3C%2Fsvg%3E');
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Esearch%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M10.14%2C14.26A4.12%2C4.12%2C0%2C1%2C0%2C6%2C10.14%2C4.13%2C4.13%2C0%2C0%2C0%2C10.14%2C14.26Zm5.49%2C0%2C4.55%2C4.55-1.37%2C1.37-4.55-4.55V14.9L14%2C14.64a6%2C6%2C0%2C0%2C1-9.82-4.5%2C5.94%2C5.94%2C0%2C1%2C1%2C11.88%2C0A5.81%2C5.81%2C0%2C0%2C1%2C14.64%2C14l.26.26Z%22%2F%3E%3C%2Fsvg%3E');
  background-color: #63666b;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: 0;
  cursor: pointer;
  padding: 0;
}
.mobile-menu__search div.site-search .form-actions input.js-form-submit {
  color: transparent;
  font: 0/0 a;
  height: 35px;
  text-shadow: none;
  width: 35px;
}
div.site-search .form-actions input.js-form-submit:hover, div.site-search .form-actions input.js-form-submit:focus {
  background-color: #0e0d0d;
}

.mobile-menu__search div.site-search form {
  width: 290px;
}

.ui-autocomplete .ui-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.ui-autocomplete .ui-menu-item a {
  display: block;
  font-family: "Montserrat", sans-serif;
  width: 100%;
  padding: 0.5rem 1.5rem;
  border: 0;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.ui-autocomplete .ui-menu-item a.ui-state-active {
  margin: 0 !important;
  outline-offset: 0;
  background-color: white;
  color: #d77900;
}

@-webkit-keyframes header-come-in {
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes header-come-in {
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slide {
  color: #fff;
}

.slide__image {
  background-position: 50% 50%;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 37.5em) {
  .slide__image {
    min-height: 300px;
  }
}
@media (min-width: 75em) {
  .slide__image {
    min-height: 400px;
  }
}
@media (min-width: 87.5em) {
  .slide__image {
    min-height: 500px;
  }
}
@media (min-width: 112.5em) {
  .slide__image {
    min-height: 600px;
  }
}
.slide.has-overlay .slide__image:after {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(0, 0, 0, 0.6)), color-stop(85%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0) 85%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0) 85%);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.slide.has-overlay .slide__image .slide__content {
  z-index: 2;
}

.slide__content {
  width: 100%;
}

.slide__content-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 101.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 1rem;
  padding-top: 1rem;
  position: relative;
  width: 100%;
}
@media (min-width: 37.5em) {
  .slide__content-inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.slide__content-inner .slide__content-inner {
  padding-left: 0;
  padding-right: 0;
}
.l-homepage-2 .slide__content-inner {
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
  opacity: 0;
  -webkit-animation: 2s header-come-in 1s ease forwards;
          animation: 2s header-come-in 1s ease forwards;
}

.slide__title {
  color: #fff;
  font-size: 2.1875rem;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 0.25em;
}
@media (min-width: 50em) {
  .slide__title {
    font-size: 2.8125rem;
  }
}
@media (min-width: 75em) {
  .slide__title {
    font-size: 3.4375rem;
  }
}
@media (min-width: 87.5em) {
  .slide__title {
    font-size: 4.0625rem;
  }
}
.slide__title > *:last-child,
.slide__title > * > *:last-child {
  margin-bottom: 0;
}

.slide__text {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 300;
}
@media (min-width: 37.5em) {
  .slide__text {
    font-size: 1.5rem;
  }
}
@media (min-width: 75em) {
  .slide__text {
    font-size: 2.1875rem;
  }
}
.slide__text > *:last-child,
.slide__text > * > *:last-child {
  margin-bottom: 0;
}

.slide__button {
  background: #911a1d;
  color: #fff;
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  line-height: 1;
  padding: 8px 16px;
  text-transform: uppercase;
}
.slide__button:hover, .slide__button:focus {
  background-color: #d77900;
  color: #fff;
}

.small-teaser__meta {
  margin-bottom: 0.5rem;
}

.small-teaser__title {
  font-size: 1.125rem;
  margin: 0;
}

.social-share {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  padding: 5px 15px;
}
.social-share span {
  font-style: italic;
  line-height: 28px;
  text-transform: uppercase;
}

.social-share__link {
  color: transparent;
  font: 0/0 a;
  height: 26px;
  text-shadow: none;
  width: 26px;
  display: inline-block;
  margin-left: 5px;
  position: relative;
}
.social-share__link:before, .social-share__link:after {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 26px 26px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  width: 100%;
}
.social-share__link:after {
  opacity: 0;
}
.social-share__link:hover:before, .social-share__link:focus:before {
  opacity: 0;
}
.social-share__link:hover:after, .social-share__link:focus:after {
  opacity: 1;
}

.social-share__link--facebook::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/social-icon-facebook--gray.svg");
  background-image: -o-linear-gradient(transparent, transparent), url("../images/social-icon-facebook--gray.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/social-icon-facebook--gray.svg");
}

.social-share__link--facebook::after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/social-icon-facebook.svg");
  background-image: -o-linear-gradient(transparent, transparent), url("../images/social-icon-facebook.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/social-icon-facebook.svg");
}

.social-share__link--twitterx::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/social-icon-twitterx--gray.svg");
  background-image: -o-linear-gradient(transparent, transparent), url("../images/social-icon-twitterx--gray.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/social-icon-twitterx--gray.svg");
}

.social-share__link--twitterx::after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/social-icon-twitterx.svg");
  background-image: -o-linear-gradient(transparent, transparent), url("../images/social-icon-twitterx.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/social-icon-twitterx.svg");
}

.social-share__link--linkedin::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/social-icon-linkedin--gray.svg");
  background-image: -o-linear-gradient(transparent, transparent), url("../images/social-icon-linkedin--gray.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/social-icon-linkedin--gray.svg");
}

.social-share__link--linkedin::after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/social-icon-linkedin.svg");
  background-image: -o-linear-gradient(transparent, transparent), url("../images/social-icon-linkedin.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/social-icon-linkedin.svg");
}

.social-share__link--mail::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/social-icon-mail--gray.svg");
  background-image: -o-linear-gradient(transparent, transparent), url("../images/social-icon-mail--gray.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/social-icon-mail--gray.svg");
}

.social-share__link--mail::after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/social-icon-mail.svg");
  background-image: -o-linear-gradient(transparent, transparent), url("../images/social-icon-mail.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/social-icon-mail.svg");
}

.sponsor {
  text-align: center;
}

.l-story__body > .sponsor:first-child {
  margin-bottom: 2rem;
}

.spotlight {
  border-bottom: 1px solid #bebeb7;
  border-top: 1px solid #bebeb7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 4rem;
  padding: 1rem 0;
}
@media (min-width: 56.25em) {
  .spotlight {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 2rem 0;
  }
}
@media (min-width: 75em) {
  .spotlight {
    padding: 3rem 10%;
  }
}

.spotlight__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.spotlight__main > * {
  width: 100%;
}
@media (min-width: 56.25em) {
  .spotlight__main {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 2rem;
  }
  .spotlight.has-no-image .spotlight__main {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 0;
    max-width: none;
    width: 100%;
  }
}

.spotlight__superscript {
  margin-bottom: 1rem;
}

.spotlight__title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 0;
}
.spotlight__title:last-child {
  margin-bottom: 0;
}
@media (min-width: 87.5em) {
  .spotlight__title {
    font-size: 2.1875rem;
  }
}

.spotlight__summary {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
.spotlight__summary:last-child,
.spotlight__summary p:last-child {
  margin-bottom: 0;
}

.spotlight__subscript {
  color: #63666b;
}
.spotlight__subscript p:last-child {
  margin-bottom: 0;
}

.spotlight__image {
  margin-bottom: 1rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
}
@media (min-width: 56.25em) {
  .spotlight__image {
    -ms-flex-item-align: start;
        align-self: flex-start;
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.spotlight__icon {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  font-weight: 700;
  display: block;
  line-height: 1em;
  padding: 7px;
}
.spotlight__icon .field {
  margin: 0;
}
.spotlight__icon img {
  max-width: 30px;
}

.js-tabcontent[aria-hidden=true] {
  display: none;
}

.tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0 0 2rem 0;
  padding: 0;
}

.tabs__item {
  list-style: none;
  margin: 0 1.5rem 0 0;
  padding: 0;
  -ms-flex-preferred-size: min-content;
      flex-basis: min-content;
}
@media (min-width: 900px) {
  .tabs__item {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media (min-width: 1200px) {
  .tabs__item {
    margin: 0 2rem 0 0;
  }
}

.tabs__link {
  cursor: pointer;
  border-bottom: 1px solid rgba(190, 190, 183, 0);
  color: #63666b;
  display: block;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  line-height: 1;
  padding: 1rem 0.75rem 0.5rem 0.75rem;
  text-transform: uppercase;
}
.tabs__link:hover, .tabs__link:focus {
  border-bottom: 1px solid #bebeb7;
  color: #911a1d;
}
.tabs__link[aria-selected=true] {
  border-bottom: 1px solid #911a1d;
  color: #911a1d;
}
.tabs__link.tabs__link--disabled {
  cursor: default;
}
.tabs__link sup {
  top: -0.25em;
}

@media (min-width: 1200px) {
  .tabs--vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tabs--vertical > .tabs__list {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    margin-right: 5rem;
  }
}
.tabs--vertical > .tabs__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.tabs--vertical > .tabs__list .tabs__item {
  margin-right: 0;
}
.tabs--vertical > .tabs__list .tabs__link {
  font-size: 1.1rem;
  margin-bottom: 5px;
  border-bottom: none;
  border-left: 4px solid #bebeb7;
}
.tabs--vertical > .tabs__list .tabs__link[aria-selected=true] {
  border-bottom: none;
  border-left: 4px solid #911a1d;
}
@media (min-width: 50em) {
  .teaser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.teaser__content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.teaser__media {
  margin-bottom: 0.5rem;
  position: relative;
}
@media (min-width: 50em) {
  .teaser__media {
    margin-bottom: 0;
    margin-right: 1rem;
    max-width: 300px;
  }
}

.teaser__icon {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  font-weight: 700;
  display: block;
  line-height: 1em;
  padding: 7px;
}
.teaser__icon .field {
  margin: 0;
}
.teaser__icon img {
  max-width: 30px;
}

.teaser__meta {
  margin-bottom: 0.5rem;
}

.teaser__title {
  font-weight: 400;
  margin: 0 0 0.5rem 0;
}

.teaser__summary p {
  margin-bottom: 0.5rem;
}

.teaser__readmore > * {
  margin-top: 1rem;
}

.paragraph--type-compound-text-card-group .l-section__title {
  font-weight: 400;
  font-family: "Merriweather", serif;
}
.paragraph--type-compound-text-card-group .info-card__title {
  text-transform: none;
  font-weight: bold;
}
.paragraph--type-compound-text-card-group .info-card__summary {
  color: #0e0d0d;
}
.paragraph--type-compound-text-card-group .more-link a:after {
  display: inline-block;
  content: "";
  vertical-align: baseline;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #911a1d;
  margin-left: 8px;
}

.paragraph--type-compound-text-icon-cards .field--name-field-icon-cards {
  margin: 0;
}
.paragraph--type-compound-text-icon-cards .field--name-field-icon-cards .field__item {
  margin-left: auto;
  margin-right: auto;
}
.paragraph--type-compound-text-icon-cards .field--name-field-icon-cards .field__item + .field__item {
  margin-top: 2em;
}

.topic-card {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: deeppink;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 250px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-radius: 4px;
}

.topic-card__title {
  bottom: 0;
  color: #ffffff;
  display: block;
  font-family: "Merriweather", serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  padding: 2rem;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.user-social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1rem 0;
}

.user-social-links__researcherid, .user-social-links__researchgate, .user-social-links__linkedin, .user-social-links__instagram, .user-social-links__twitterx, .user-social-links__facebook {
  display: inline-block;
  margin-right: 1rem;
  opacity: 0.8;
}
.user-social-links__researcherid:hover, .user-social-links__researchgate:hover, .user-social-links__linkedin:hover, .user-social-links__instagram:hover, .user-social-links__twitterx:hover, .user-social-links__facebook:hover, .user-social-links__researcherid:focus, .user-social-links__researchgate:focus, .user-social-links__linkedin:focus, .user-social-links__instagram:focus, .user-social-links__twitterx:focus, .user-social-links__facebook:focus {
  opacity: 1;
}

.user-social-links__facebook {
  height: 35px;
  overflow: hidden;
  width: 35px;
  background: url(../images/profile-facebook.png);
  background-size: 35px 35px;
}
.user-social-links__facebook::before {
  content: "";
  display: block;
  height: 150%;
  width: 0;
}

.user-social-links__twitterx {
  height: 35px;
  overflow: hidden;
  width: 35px;
  background: url(../images/profile-twitterx.png);
  background-size: 35px 35px;
}
.user-social-links__twitterx::before {
  content: "";
  display: block;
  height: 150%;
  width: 0;
}

.user-social-links__instagram {
  height: 35px;
  overflow: hidden;
  width: 35px;
  background: url(../images/profile-instagram.png);
  background-size: 35px 35px;
}
.user-social-links__instagram::before {
  content: "";
  display: block;
  height: 150%;
  width: 0;
}

.user-social-links__linkedin {
  height: 35px;
  overflow: hidden;
  width: 35px;
  background: url(../images/profile-linkedin.png);
  background-size: 35px 35px;
}
.user-social-links__linkedin::before {
  content: "";
  display: block;
  height: 150%;
  width: 0;
}

.user-social-links__researchgate {
  height: 35px;
  overflow: hidden;
  width: 35px;
  background: url(../images/profile-researchgate.png);
  background-size: 35px 35px;
}
.user-social-links__researchgate::before {
  content: "";
  display: block;
  height: 150%;
  width: 0;
}

.user-social-links__researcherid {
  height: 35px;
  overflow: hidden;
  width: 116px;
  background: url(../images/profile-researcherid.png);
  background-size: 116px 35px;
}
.user-social-links__researcherid::before {
  content: "";
  display: block;
  height: 150%;
  width: 0;
}

.user-social-links__orcid {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 1rem;
}
.user-social-links__orcid img {
  margin-right: 6px;
  vertical-align: middle;
}

.user + .user {
  margin-top: 0.5rem;
}

@keyframes header-come-in {
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.video-hero {
  background: #626365;
  color: #fff;
  min-height: 500px;
}
.video-hero.video-overlay .video-hero__content::after {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(0, 0, 0, 0.6)), color-stop(85%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0) 85%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0) 85%);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.video-hero video {
  -webkit-transition: translateX translateY translate none;
  -o-transition: translateX translateY translate none;
  transition: translateX translateY translate none;
}
.video-hero .jquery-background-video-pauseplay {
  z-index: 3;
}

.video-hero__content {
  width: 100%;
  height: 100%;
}
.l-homepage-2 .video-hero__content {
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
  opacity: 0;
  -webkit-animation: 2s header-come-in 1s ease forwards;
          animation: 2s header-come-in 1s ease forwards;
}
.video-overlay .video-hero__content::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(0, 0, 0, 0.6)), color-stop(85%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0) 85%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0) 85%);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.video-hero__content-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 101.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 82.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  min-height: 500px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 1rem;
  padding-top: 1rem;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media (min-width: 37.5em) {
  .video-hero__content-inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.video-hero__content-inner .video-hero__content-inner {
  padding-left: 0;
  padding-right: 0;
}

.video-hero__title {
  color: #fff;
  font-size: 2.1875rem;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 0.25em;
}
@media (min-width: 50em) {
  .video-hero__title {
    font-size: 2.8125rem;
  }
}
@media (min-width: 75em) {
  .video-hero__title {
    font-size: 3.4375rem;
  }
}
@media (min-width: 87.5em) {
  .video-hero__title {
    font-size: 4.0625rem;
  }
}
.video-hero__title > *:last-child,
.video-hero__title > * > *:last-child {
  margin-bottom: 0;
}

.video-hero__text {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 300;
}
@media (min-width: 37.5em) {
  .video-hero__text {
    font-size: 1.5rem;
  }
}
@media (min-width: 75em) {
  .video-hero__text {
    font-size: 2.1875rem;
    max-width: 80%;
  }
}
.video-hero__text > *:last-child,
.video-hero__text > * > *:last-child {
  margin-bottom: 0;
}

.video-hero__link-list {
  position: relative;
  z-index: 3;
}
.video-hero__link-list li {
  margin: 0;
}
.video-hero__link-list li:last-child ul li a {
  border-bottom: 1px solid #63666b;
}
.video-hero__link-list li:last-child ul li:last-child a {
  border-bottom: none;
}
.video-hero__link-list li:last-child:not(.is-active-trail) a {
  border-bottom: none;
}
.video-hero__link-list li:last-child:not(.is-active-trail) ul li:last-child a {
  border-bottom: 1px solid #63666b;
}
.video-hero__link-list a {
  border-bottom: 1px solid #63666b;
  color: #63666b;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  margin: 0;
  padding: 1rem 0;
  text-transform: uppercase;
}
.video-hero__link-list a:hover, .video-hero__link-list a:focus {
  color: #0e0d0d;
}
.video-hero__link-list a.is-active {
  color: #911a1d;
  padding-left: 15px;
  position: relative;
}
.video-hero__link-list a.is-active::before {
  height: 10px;
  overflow: hidden;
  width: 7px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2210%22%20viewBox%3D%220%200%207%2010%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23911a1d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Emenu-active%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M7%2C5%2C0%2C10V0Z%22%2F%3E%3C%2Fsvg%3E');
  background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2210%22%20viewBox%3D%220%200%207%2010%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23911a1d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Emenu-active%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M7%2C5%2C0%2C10V0Z%22%2F%3E%3C%2Fsvg%3E');
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2210%22%20viewBox%3D%220%200%207%2010%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23911a1d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Emenu-active%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M7%2C5%2C0%2C10V0Z%22%2F%3E%3C%2Fsvg%3E');
  background-size: 7px 10px;
  content: "";
  display: inline-block;
  left: 0;
  position: absolute;
  top: 24px;
}
.video-hero__link-list a.is-active::before::before {
  content: "";
  display: block;
  height: 150%;
  width: 0;
}
.video-hero__link-list a.is-active-trail {
  color: #911a1d;
}
.video-hero__link-list ul a {
  font-weight: 400;
  padding: 0.75rem 0 0.75rem 1rem;
  text-transform: none;
}
.video-hero__link-list ul a.is-active::before {
  top: 20px;
}
.video-hero__link-list ul li:last-child:not(.is-active-trail) a {
  border-bottom: 1px solid #63666b;
}
.video-hero__link-list ul ul a {
  padding-left: 2rem;
}
@media (min-width: 75em) {
  .video-hero__link-list {
    min-width: 15%;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.video-hero__link-list a {
  background: rgba(0, 0, 0, 0.75);
  border-bottom: 0px none;
  color: #dddddd;
  margin: 0.4rem 0;
  padding: 0.8rem 2rem 0.8rem 1rem;
  position: relative;
  -webkit-transform: translateX(1rem);
      -ms-transform: translateX(1rem);
          transform: translateX(1rem);
}
.video-hero__link-list a::after {
  background: #d77900;
  content: " ";
  display: block;
  height: 4px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.video-hero__link-list a:hover, .video-hero__link-list a:active {
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.video-hero__link-list a:hover::after, .video-hero__link-list a:active::after {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.video-hero__button {
  background: #911a1d;
  color: #fff;
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  line-height: 1;
  padding: 16px 24px;
  text-transform: uppercase;
}
.video-hero__button:hover, .video-hero__button:focus {
  background-color: #d77900;
  color: #fff;
}

.view--solr-search .view__row::after {
  clear: both;
  content: "";
  display: table;
}
.view--solr-search .view__row .views-field-field-thumbnail {
  float: left;
  max-width: 250px;
}
.view--solr-search .view__row .views-field-field-thumbnail .field--name-field-media-image {
  margin-bottom: 1rem;
  margin-right: 1rem;
}
.view--solr-search .view__row .views-field-field-revision-date {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
}
.view--solr-search .view__row .views-field-field-revision-date + .views-field-type {
  display: inline-block;
}
.view--solr-search .view__row .views-field-field-revision-date + .views-field-type:before {
  content: "|";
  display: inline-block;
  margin: 0 0.25rem 0 0.25rem;
}
.view--solr-search .view__row .views-field-type {
  font-weight: 700;
}
.view--solr-search .view__row .views-field-title {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.view__filters {
  margin-bottom: 1.5rem;
}

.view__row {
  border-bottom: 1px solid #bebeb7;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
}
.view__row:last-child {
  border-bottom: 0;
}

.view__top-wrapper {
  margin-bottom: 4rem;
}
.view__top-wrapper > * {
  margin-bottom: 1rem;
}

.view__summary-text {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.view__summary-text em {
  font-style: normal;
  font-weight: 500;
}

.view__title {
  margin: 3rem 0 1rem 0;
}
.view__title:first-child {
  margin-top: 0;
}

.view--small .view__row {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.view--table-scroll {
  position: relative;
}
.view--table-scroll th, .view--table-scroll td {
  padding: 2px 5px;
  font-size: 0.85rem;
}
.view--table-scroll th.is-active {
  white-space: nowrap;
}
.view--table-scroll .pager__items {
  margin: 1em 0;
}
.view--table-scroll.scrollable::after {
  display: block;
  content: "";
  position: absolute;
  top: 155px;
  bottom: 65px;
  right: 0;
  width: 30px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0, 0, 0, 0.3)));
  background: -o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.3));
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.3));
}
.view--table-scroll.scrollable .view__content {
  max-width: 100%;
  overflow-x: scroll;
}

.views-exposed-form > * {
  margin-bottom: 1rem;
}
.views-exposed-form > * > * {
  margin-bottom: 0;
}
@media (min-width: 43.75em) {
  .views-exposed-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .views-exposed-form > * {
    margin-bottom: 1rem;
    margin-right: 1rem;
  }
  .views-exposed-form > *:last-child {
    margin-right: 0;
  }
}
.views-exposed-form .form-item__label {
  font-size: 0.9375rem;
  text-transform: uppercase;
}
.views-exposed-form .form-item__text,
.views-exposed-form .form-item__select {
  border: 1px solid #bebeb7;
  max-width: 300px;
}

#views-exposed-form-publication-listing-highlights .form-item__text {
  max-width: 400px;
  width: 400px;
}

#views-exposed-form-acquisitions-listing-default .form-item__select {
  width: 250px;
}

.view--site-search h2 {
  font-family: "Merriweather", serif;
  font-size: 35px;
  text-align: center;
}
.view--site-search .block__title {
  display: none;
}
.view--site-search .l-section {
  margin-bottom: 0;
}
.view--site-search .view__top-wrapper {
  margin-bottom: 0;
}
.view--site-search .banner-wrapper {
  background-color: #fff7ec;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 4rem;
}
.view--site-search .banner-inner-wrapper {
  width: 100%;
}
.view--site-search .search label {
  display: none;
}
.view--site-search .search .views-exposed-form {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.view--site-search .search .form-item--textfield,
.view--site-search .search .form-item__search-api-autocomplete {
  width: 100%;
}
.view--site-search .search .form-item__text,
.view--site-search .search input.form-autocomplete {
  width: 100%;
  max-width: 100%;
}
.view--site-search .search input.form-autocomplete {
  background-position: 97% center;
}
.view--site-search .search .button {
  background-color: #911a1d;
  font-weight: bold;
}
.view--site-search .search .button:focus, .view--site-search .search .button:hover {
  background-color: #024082;
}
.view--site-search .search .summary {
  text-align: left;
  text-transform: uppercase;
  color: #63666b;
}
.view--site-search .filters {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.view--site-search .filters .dropfilter {
  margin-bottom: 0;
}
.view--site-search .filters .clear {
  cursor: pointer;
  color: #d77900;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
}
.view--site-search .filters .clear:hover {
  color: #024082;
}
.view--site-search .facet-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.view--site-search .facet-summary label {
  text-transform: uppercase;
  color: #63666b;
}
.view--site-search .facet-summary ul {
  margin: 0;
  margin-left: 15px;
  padding: 0;
}
.view--site-search .facet-summary ul .facet-summary-item--facet {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 10px;
  -webkit-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
.view--site-search .facet-summary ul .facet-summary-item--facet a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff7ec;
  border-radius: 20px;
  color: #d77900;
  font-weight: 500;
  padding: 5px 12px;
  text-transform: capitalize;
  -webkit-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
  white-space: nowrap;
}
.view--site-search .facet-summary ul .facet-summary-item--facet a::after {
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%3Ctitle%3Eclose%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23d77900%22%20d%3D%22M18.984%206.422l-5.578%205.578%205.578%205.578-1.406%201.406-5.578-5.578-5.578%205.578-1.406-1.406%205.578-5.578-5.578-5.578%201.406-1.406%205.578%205.578%205.578-5.578z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E');
  background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%3Ctitle%3Eclose%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23d77900%22%20d%3D%22M18.984%206.422l-5.578%205.578%205.578%205.578-1.406%201.406-5.578-5.578-5.578%205.578-1.406-1.406%205.578-5.578-5.578-5.578%201.406-1.406%205.578%205.578%205.578-5.578z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E');
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%3Ctitle%3Eclose%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23d77900%22%20d%3D%22M18.984%206.422l-5.578%205.578%205.578%205.578-1.406%201.406-5.578-5.578-5.578%205.578-1.406-1.406%205.578-5.578-5.578-5.578%201.406-1.406%205.578%205.578%205.578-5.578z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E');
  width: 15px;
  height: 15px;
  background-size: 15px;
  background-repeat: no-repeat;
  margin-left: 5px;
}
.view--site-search .facet-summary ul .facet-summary-item--facet a:hover, .view--site-search .facet-summary ul .facet-summary-item--facet a:focus {
  color: #024082;
}
.view--site-search .facet-summary ul .facet-summary-item--facet a:hover::after, .view--site-search .facet-summary ul .facet-summary-item--facet a:focus::after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%3Ctitle%3Eclose%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23024082%22%20d%3D%22M18.984%206.422l-5.578%205.578%205.578%205.578-1.406%201.406-5.578-5.578-5.578%205.578-1.406-1.406%205.578-5.578-5.578-5.578%201.406-1.406%205.578%205.578%205.578-5.578z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E');
  background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%3Ctitle%3Eclose%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23024082%22%20d%3D%22M18.984%206.422l-5.578%205.578%205.578%205.578-1.406%201.406-5.578-5.578-5.578%205.578-1.406-1.406%205.578-5.578-5.578-5.578%201.406-1.406%205.578%205.578%205.578-5.578z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E');
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%3Ctitle%3Eclose%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23024082%22%20d%3D%22M18.984%206.422l-5.578%205.578%205.578%205.578-1.406%201.406-5.578-5.578-5.578%205.578-1.406-1.406%205.578-5.578-5.578-5.578%201.406-1.406%205.578%205.578%205.578-5.578z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E');
}
.view--site-search .facet-summary ul .facet-summary-item--facet span {
  -webkit-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
.view--site-search .facet-summary ul .facet-summary-item--facet .js-facet-deactivate {
  display: none;
}
.view--site-search .result {
  margin: 0 -2rem;
  padding: 2rem;
  border: none;
}
.view--site-search .result .type {
  color: #63666b;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
}
.view--site-search .result h3 {
  font-family: "Merriweather", serif;
  margin-bottom: 10px;
  margin-top: 10px;
}
.view--site-search .result h3 a {
  color: #0e0d0d;
}
.view--site-search .result h3 a:hover, .view--site-search .result h3 a:focus {
  color: #024082;
}
.view--site-search .result .summary {
  color: #63666b;
}

.clearfix::after {
  clear: both !important;
  content: "" !important;
  display: table !important;
}

.visually-hidden {
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  width: 1px !important;
  word-wrap: normal !important;
}
.visually-hidden.focusable:active, .visually-hidden.focusable:focus {
  clip: auto !important;
  height: auto !important;
  overflow: visible !important;
  position: static !important;
  width: auto !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.skiplinks {
  left: 50%;
  margin-left: -7em;
  position: absolute;
  width: 14em;
  z-index: 9999;
}

.skiplinks__link,
.skiplinks__link:visited,
.skiplinks__link:focus {
  background-color: #333;
  border: 2px solid #eee;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 0;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  color: #eee;
  display: inline-block;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
  outline: 0;
  padding: 0.25em 0.5em;
  text-align: center;
  text-decoration: none;
  width: 14em;
}

#main:focus {
  outline: 0;
}

/* Helper classes for changing font color. */
.text--red {
  color: #911a1d;
}

.text--copper {
  color: #d77900;
}

.text--blue {
  color: #024082;
}

/* Publication citation styling. */
.node-page--node-type-publication .l-story__body {
  position: relative;
}
.node-page--node-type-publication .l-story__body .pnnl-altmetric {
  margin-top: -10px;
  position: absolute;
  right: 0;
}
.node-page--node-type-publication .l-section--borders .l-section__content > p:first-child {
  display: none;
}
.node-page--node-type-publication #abstract-head,
.node-page--node-type-publication #citation-head {
  color: #d77900;
}
.node-page--node-type-publication .field--name-field-citation {
  background-color: #ffeed7;
  padding: 10px 10px 10px 15px;
  border-left: 5px solid #d77900;
}
.node-page--node-type-publication .field--name-field-citation span {
  display: block;
}
.node-page--node-type-publication .field--name-field-citation #citation-title,
.node-page--node-type-publication .field--name-field-citation .citation-title {
  font-weight: bold;
}
.node-page--node-type-publication .field--name-field-citation #citation-publication,
.node-page--node-type-publication .field--name-field-citation .citation-publication {
  font-style: italic;
}
.node-page--node-type-publication .field--name-field-citation #citation-title,
.node-page--node-type-publication .field--name-field-citation .citation-title,
.node-page--node-type-publication .field--name-field-citation #citation-pnnl-id,
.node-page--node-type-publication .field--name-field-citation .citation-pnnl-id {
  margin: 10px 0 0 0;
}

.node-page--node-type-division-page .yearList span {
  display: block;
}
.node-page--node-type-division-page .yearList .citation-title {
  font-weight: bold;
}
.node-page--node-type-division-page .yearList .citation-publication {
  font-style: italic;
}
.node-page--node-type-division-page .yearList .citation-authors {
  margin-top: 2em;
}
.node-page--node-type-division-page .yearList .citation-pnnl-id {
  margin: 10px 0 0 0;
}

#block-views-block-latest-alert-block-1,
#block-views-block-latest-alert-block-1 .view__row {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* Division page type styling. */
.node--type-division-page .field--name-field-p-content .paragraph--type-content-embed .l-section__content {
  margin-left: auto;
  margin-right: auto;
  max-width: 101.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 37.5em) {
  .node--type-division-page .field--name-field-p-content .paragraph--type-content-embed .l-section__content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.node--type-division-page .field--name-field-p-content .paragraph--type-content-embed .l-section__content .node--type-division-page .field--name-field-p-content .paragraph--type-content-embed .l-section__content {
  padding-left: 0;
  padding-right: 0;
}
.node--type-division-page .l-listing-view .l-listing-view__wrapper {
  border: none;
}
@media (min-width: 53.125em) {
  .node--type-division-page .l-listing-view .l-listing-view__wrapper {
    padding-top: 4em;
  }
}

/* Virtual Tours */
.virtual-tours {
  background-color: #eeeeee;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.virtual-tours .card {
  background-color: #fff;
  height: 100%;
}

/* Prime Contracts */
.view.view--prime-contracts .views-field-field-media-file-3 {
  white-space: nowrap;
}

/* Manually hidden facets, to preserve functionality. */
.block-facet-blockpublication-listing-research-topic-facet,
.block-facet-blocknews-listing-llcp-topic-facet,
.block-facet-blockevent-listing-llcp-topic-facet,
.block-facet-blockevents-past-listing-llcp-topic-facet,
.block-facet-blockfacilities-listing-llcp-topic-facet,
.block-facet-blockprojects-listing-llcp-topic-facet,
.block-facet-blockhighlights-listing-llcp-topic-facet,
.block-facet-blockpublication-listing-llcp-topic-facet {
  display: none !important;
}

/* Energy Equity publications block */
.block-energy-equity-publications .dtsp-titleRow {
  display: none;
}
.block-energy-equity-publications td.citation a {
  word-break: break-word;
}
/*# sourceMappingURL=styles.css.map */
