@charset "UTF-8"; /*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */
.pswp {
    --pswp-bg: #000;
    --pswp-placeholder-bg: #222;
    --pswp-root-z-index: 100000;
    --pswp-preloader-color: rgba(79, 79, 79, 0.4);
    --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
    --pswp-icon-color: #fff;
    --pswp-icon-color-secondary: #4f4f4f;
    --pswp-icon-stroke-color: #4f4f4f;
    --pswp-icon-stroke-width: 2px;
    --pswp-error-text-color: var(--pswp-icon-color);
}
.pswp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: var(--pswp-root-z-index);
    display: none;
    touch-action: none;
    outline: 0;
    opacity: 0.003;
    contain: layout style size;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.pswp:focus {
    outline: 0;
}
.pswp * {
    box-sizing: border-box;
}
.pswp img {
    max-width: none;
}
.pswp--open {
    display: block;
}
.pswp,
.pswp__bg {
    transform: translateZ(0);
    will-change: opacity;
}
.pswp__bg {
    opacity: 0.005;
    background: var(--pswp-bg);
}
.pswp,
.pswp__scroll-wrap {
    overflow: hidden;
}
.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pswp__img,
.pswp__zoom-wrap {
    width: auto;
    height: auto;
}
.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}
.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
}
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.pswp__item {
    z-index: 1;
    overflow: hidden;
}
.pswp__hidden {
    display: none !important;
}
.pswp__content {
    pointer-events: none;
}
.pswp__content > * {
    pointer-events: auto;
}
.pswp__error-msg-container {
    display: grid;
}
.pswp__error-msg {
    margin: auto;
    font-size: 1em;
    line-height: 1;
    color: var(--pswp-error-text-color);
}
.pswp .pswp__hide-on-close {
    opacity: 0.005;
    will-change: opacity;
    transition: opacity var(--pswp-transition-duration)
        cubic-bezier(0.4, 0, 0.22, 1);
    z-index: 10;
    pointer-events: none;
}
.pswp--ui-visible .pswp__hide-on-close {
    opacity: 1;
    pointer-events: auto;
}
.pswp__button {
    position: relative;
    display: block;
    width: 50px;
    height: 60px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    cursor: pointer;
    background: none;
    border: 0;
    box-shadow: none;
    opacity: 0.85;
    -webkit-appearance: none;
    -webkit-touch-callout: none;
}
.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
    transition: none;
    padding: 0;
    background: none;
    border: 0;
    box-shadow: none;
    opacity: 1;
}
.pswp__button:disabled {
    opacity: 0.3;
    cursor: auto;
}
.pswp__icn {
    fill: var(--pswp-icon-color);
    color: var(--pswp-icon-color-secondary);
}
.pswp__icn {
    position: absolute;
    top: 14px;
    left: 9px;
    width: 32px;
    height: 32px;
    overflow: hidden;
    pointer-events: none;
}
.pswp__icn-shadow {
    stroke: var(--pswp-icon-stroke-color);
    stroke-width: var(--pswp-icon-stroke-width);
    fill: none;
}
.pswp__icn:focus {
    outline: 0;
}
div.pswp__img--placeholder,
.pswp__img--with-bg {
    background: var(--pswp-placeholder-bg);
}
.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    z-index: 10;
    pointer-events: none !important;
}
.pswp__top-bar > * {
    pointer-events: auto;
    will-change: opacity;
}
.pswp__button--close {
    margin-right: 6px;
}
.pswp__button--arrow {
    position: absolute;
    width: 75px;
    height: 100px;
    top: 50%;
    margin-top: -50px;
}
.pswp__button--arrow:disabled {
    display: none;
    cursor: default;
}
.pswp__button--arrow .pswp__icn {
    top: 50%;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    background: none;
    border-radius: 0;
}
.pswp--one-slide .pswp__button--arrow {
    display: none;
}
.pswp--touch .pswp__button--arrow {
    visibility: hidden;
}
.pswp--has_mouse .pswp__button--arrow {
    visibility: visible;
}
.pswp__button--arrow--prev {
    right: auto;
    left: 0;
}
.pswp__button--arrow--next {
    right: 0;
}
.pswp__button--arrow--next .pswp__icn {
    left: auto;
    right: 14px;
    transform: scaleX(-1);
}
.pswp__button--zoom {
    display: none;
}
.pswp--zoom-allowed .pswp__button--zoom {
    display: block;
}
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
    display: none;
}
.pswp__preloader {
    position: relative;
    overflow: hidden;
    width: 50px;
    height: 60px;
    margin-right: auto;
}
.pswp__preloader .pswp__icn {
    opacity: 0;
    transition: opacity 0.2s linear;
    animation: pswp-clockwise 0.6s linear infinite;
}
.pswp__preloader--active .pswp__icn {
    opacity: 0.85;
}
@keyframes pswp-clockwise {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}
.pswp__counter {
    height: 30px;
    margin-top: 15px;
    margin-inline-start: 20px;
    font-size: 14px;
    line-height: 30px;
    color: var(--pswp-icon-color);
    text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
    opacity: 0.85;
}
.pswp--one-slide .pswp__counter {
    display: none;
}
.pswp__dynamic-caption {
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    transition: opacity 0.12s linear !important;
}
.pswp-caption-content {
    display: none;
}
.pswp__dynamic-caption a {
    color: #fff;
}
.pswp__dynamic-caption--faded {
    opacity: 0 !important;
}
.pswp__dynamic-caption--aside {
    width: auto;
    max-width: 300px;
    padding: 20px 15px 20px 20px;
    margin-top: 70px;
}
.pswp__dynamic-caption--below {
    width: auto;
    max-width: 700px;
    padding: 15px 0 0;
}
.pswp__dynamic-caption--on-hor-edge {
    padding-left: 15px;
    padding-right: 15px;
}
.pswp__dynamic-caption--mobile {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 15px;
    right: 0;
    bottom: 0;
    top: auto !important;
    left: 0 !important;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
hr,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
@font-face {
    font-family: Acherus Grotesque;
    font-style: normal;
    font-weight: 700;
    src: url(../images/acherus_grotesque_-_extrabold-webfont-6968e78b.woff2)
            format("woff2"),
        url(../images/acherus_grotesque_-_extrabold-webfont-6f47a5d0.woff)
            format("woff");
}
@font-face {
    font-family: Acherus Grotesque;
    font-style: normal;
    font-weight: 100;
    src: url(../images/acherus_grotesque_-_light-webfont-fc460505.woff2)
            format("woff2"),
        url(../images/acherus_grotesque_-_light-webfont-c264cd67.woff)
            format("woff");
}
@font-face {
    font-family: Sagona;
    font-style: normal;
    font-weight: 700;
    src: url(../images/sagona-bold-webfont-39b848b3.woff2) format("woff2"),
        url(../images/sagona-bold-webfont-d1ad7d89.woff) format("woff");
}
@font-face {
    font-family: Sagona;
    font-style: normal;
    font-weight: 100;
    src: url(../images/sagona-light-webfont-b63563a9.woff2) format("woff2"),
        url(../images/sagona-light-webfont-2404e022.woff) format("woff");
}
html {
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
@media (max-width: 799px) {
    html.has-expanded-nav,
    html.has-expanded-nav body {
        margin: 0;
        height: 100%;
        overflow: hidden;
    }
}
body {
    --header-height: 0px;
    position: relative;
    z-index: 0;
    background: #fff;
    color: #3d3430;
    font-family: Acherus Grotesque, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 100;
    line-height: 2;
    min-width: 320px;
    height: 100%;
    width: 100%;
    margin-top: var(--header-height);
}
@media (min-width: 1200px) {
    body {
        margin-top: 0;
    }
}
[data-whatinput="mouse"] *:focus,
[data-whatinput="touch"] *:focus {
    outline: none;
}
strong {
    font-weight: 700;
}
em {
    font-style: italic;
}
img,
iframe {
    display: block;
    max-width: 100%;
}
img {
    height: auto;
}
a {
    color: #0a6f90;
    text-decoration: none;
}
sup {
    font-size: 75%;
    vertical-align: super;
}
sub {
    font-size: 75%;
    vertical-align: sub;
}
.js [x-cloak="visibility"] {
    visibility: hidden;
}
.js [x-cloak="display"] {
    display: none;
}
.container {
    overflow: hidden;
}
.contain:before,
.contain:after {
    content: " ";
    display: table;
    height: 0;
    overflow: hidden;
}
.contain:after {
    clear: both;
}
.screen-reader {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.alt {
    color: transparent;
    font-size: 0;
    line-height: 0;
    text-shadow: none;
}
.hide,
.js .js-hide {
    display: none;
}
.left {
    float: left;
}
.right {
    float: right;
}
.no-float {
    float: none;
}
.block {
    display: block;
}
.centered {
    margin: 0 auto;
    text-align: center;
}
.wrapper {
    padding: 0 20px;
}
@media (min-width: 1200px) {
    .wrapper {
        margin: 0 260px;
    }
}
@media (min-width: 1200px) {
    .wrapper.-wide {
        margin: 0 170px;
    }
}
.wrapper.-extrawide {
    max-width: 1240px;
}
@media (min-width: 1200px) {
    .wrapper.-extrawide {
        margin-left: auto;
        margin-right: auto;
    }
}
.sr-only,
.related-map__content__slideshow-nav .slideshow__caption {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
label,
button {
    cursor: pointer;
}
input,
select,
textarea,
button {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    background: none;
    border: none;
    line-height: 1;
    overflow: visible;
    width: auto;
}
.skip-to {
    background: #043043;
    color: #fff;
    display: block;
    left: -100%;
    padding: 10px;
    position: fixed;
    top: 0;
    z-index: 500;
}
.skip-to:focus {
    left: 0;
}
.page__search {
    border: 1px solid #0a6f90;
    padding: 30px 30px 45px;
    margin-bottom: 30px;
    transform: translateY(0);
    transition: 0.25s all ease-in-out;
    text-align: center;
    width: 100%;
}
@media (min-width: 1200px) {
    .page__search {
        text-align: left;
    }
}
@media (min-width: 1200px) {
    .page__search form {
        display: flex;
        flex-wrap: wrap;
    }
}
.page__search label {
    color: #0a6f90;
    display: block;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 28px;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}
@media (min-width: 1200px) {
    .page__search label {
        flex-basis: 100%;
        width: 100%;
    }
}
.page__search label:before {
    background: #0a6f90;
    content: "";
    height: 4px;
    position: absolute;
    width: 24px;
    bottom: 0;
    left: 50%;
    margin-left: -12px;
}
@media (min-width: 1200px) {
    .page__search label:before {
        left: 0;
        margin: 0;
    }
}
.page__search input {
    background: rgba(10, 111, 144, 0.1);
    border: 1px solid rgba(10, 111, 144, 0.5);
    color: #0a6f90;
    display: block;
    padding: 6px 12px;
}
@media (max-width: 1199px) {
    .page__search input {
        margin-bottom: 20px;
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .page__search input {
        flex-grow: 1;
        margin-right: 20px;
    }
}
.page__search input::-webkit-input-placeholder {
    text-overflow: ellipsis;
    color: #ffffff80;
}
.page__search input:-moz-placeholder {
    text-overflow: ellipsis;
    color: #ffffff80;
}
.page__search input::-moz-placeholder {
    text-overflow: ellipsis;
    color: #ffffff80;
}
.page__search input:-ms-input-placeholder {
    text-overflow: ellipsis;
    color: #ffffff80;
}
#footer {
    font-size: 14px;
    line-height: 1.5714285714;
    padding: 23px 15px;
}
@media (min-width: 720px) {
    #footer {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 34px 20px;
    }
}
.footer__contact {
    margin-bottom: 20px;
}
@media (min-width: 720px) {
    .footer__contact {
        display: flex;
        flex-basis: 100%;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer__contact:before,
    .footer__contact:after {
        content: " ";
        display: table;
        height: 0;
        overflow: hidden;
    }
    .footer__contact:after {
        clear: both;
    }
}
@media (min-width: 1200px) {
    .footer__contact {
        display: block;
        flex-basis: auto;
        width: auto;
    }
}
.footer__logo {
    color: transparent;
    font-size: 0;
    line-height: 0;
    text-shadow: none;
    background: url(../images/logo-full-4a60beef.svg) no-repeat 50% 50%;
    background-size: contain;
    display: block;
    height: 90px;
    margin-left: 20px;
    width: auto;
}
@media (min-width: 640px) {
    .footer__logo {
        width: 292px;
    }
}
@media (min-width: 720px) {
    .footer__logo {
        margin-right: 40px;
    }
}
@media (min-width: 1200px) {
    .footer__logo {
        margin: 0;
    }
}
@media (max-width: 719px) {
    .footer__address,
    .footer__phone,
    .footer__email {
        margin-left: 133px;
    }
}
@media (min-width: 1200px) {
    .footer__address,
    .footer__phone,
    .footer__email {
        margin-left: 113px;
    }
}
.footer__phone,
.footer__email {
    display: block;
    margin-top: 12px;
}
.footer__phone:hover,
.footer__email:hover {
    text-decoration: underline;
}
.footer__phone {
    color: #3d3430;
}
@media (max-width: 719px) {
    .footer__nav {
        border-top: 1px solid #beb9b7;
        padding: 20px 0;
    }
    .footer__nav:before,
    .footer__nav:after {
        content: " ";
        display: table;
        height: 0;
        overflow: hidden;
    }
    .footer__nav:after {
        clear: both;
    }
}
@media (min-width: 1200px) {
    .footer__nav {
        margin-top: 16px;
    }
}
.footer__nav dt {
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
@media (max-width: 719px) {
    .footer__nav dt {
        float: left;
        text-align: right;
        width: 112px;
    }
}
.footer__nav dt a {
    display: inline-block;
    padding: 0 0 12px;
    position: relative;
}
@media (max-width: 719px) {
    .footer__nav dt a {
        padding-left: 30px;
    }
}
@media (min-width: 720px) {
    .footer__nav dt a {
        margin-bottom: 14px;
    }
}
@media (min-width: 720px) {
    .footer__nav dt a:hover:before {
        width: 100%;
    }
}
.footer__nav dt a:before {
    background: #0a6f90;
    content: "";
    height: 4px;
    position: absolute;
    width: 24px;
    bottom: 0;
    right: 0;
    transition: 0.25s all ease-in-out;
}
@media (min-width: 720px) {
    .footer__nav dt a:before {
        left: 0;
        right: auto;
    }
}
@media (max-width: 719px) {
    .footer__nav dd {
        margin-left: 133px;
    }
}
.footer__nav dd + dd {
    margin-top: 15px;
}
.footer__nav dd a {
    color: #3d3430;
}
.footer__nav dd a:hover {
    color: #0a6f90;
    text-decoration: underline;
}
.footer__nav a {
    display: block;
}
@media (max-width: 719px) {
    .footer__utility {
        border-top: 1px solid #beb9b7;
        margin-bottom: 30px;
        padding-top: 20px;
        text-align: center;
    }
}
@media (min-width: 1200px) {
    .footer__utility {
        margin-top: 16px;
    }
}
.footer__utility > li + li {
    margin-top: 18px;
}
.footer__utility a {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
}
.footer__utility a:hover {
    text-decoration: underline;
}
.footer__social {
    font-size: 0;
    margin-bottom: 32px;
    text-align: center;
}
.footer__social > li {
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
}
@media (min-width: 720px) {
    .footer__social {
        flex-basis: 100%;
        width: 100%;
        margin-top: 20px;
    }
}
@media (min-width: 1200px) {
    .footer__social {
        margin-top: 70px;
    }
}
.footer__social > li + li {
    margin-left: 45px;
}
.footer__social a {
    display: block;
    fill: #3d3430;
    height: 34px;
    transition: all 0.25s ease-in-out;
    width: 34px;
}
.footer__social a:hover {
    fill: #0a6f90;
    transform: scale(1.1);
}
.footer__social svg {
    height: 100%;
    width: 100%;
}
.footer__copyright {
    text-align: center;
}
@media (min-width: 720px) {
    .footer__copyright {
        flex-basis: 100%;
        width: 100%;
    }
}
#content {
    outline: none;
}
dialog {
    position: absolute;
    left: 0;
    right: 0;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    margin: auto;
    border: solid;
    padding: 1em;
    background: white;
    color: #000;
    display: block;
    z-index: 50;
}
dialog:not([open]) {
    display: none;
}
dialog + .backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
}
._dialog_overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
dialog.fixed {
    position: fixed;
}
.accordion-download-list__group {
    margin-bottom: 24px;
}
.accordion-download-list__group button {
    border-bottom: 1px solid #c0b099;
    color: #0a6f90;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 24px;
    text-align: left;
    transition: 0.25s all ease-in-out;
    width: 100%;
}
.accordion-download-list__group button[aria-expanded="true"] {
    border-bottom-color: transparent;
    color: #3d3430;
    margin-bottom: 0;
}
.accordion-download-list__group ul {
    margin-left: 32px;
    max-height: 10000px;
    opacity: 1;
    overflow: hidden;
    transform: translateY(0);
    transition: 0.25s all ease-in-out;
}
.accordion-download-list__group ul[aria-hidden="true"] {
    max-height: 0;
    opacity: 0;
    transform: translateY(-10px);
}
.accordion-download-list__group li {
    border-bottom: 1px solid #c0b099;
    font-weight: 700;
    margin-bottom: 22px;
    padding-bottom: 22px;
}
.accordion-download-list__group li:last-of-type {
    margin-bottom: 0;
}
.accordion-download-list__button-container {
    margin-left: 32px;
    position: relative;
}
.accordion-download-list__button-container:before,
.accordion-download-list__button-container:after {
    background-color: #0a6f90;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    transition: 0.15s all ease-in-out;
    width: 22px;
    left: -32px;
    top: 12px;
    transform-origin: center;
}
[aria-expanded="false"] .accordion-download-list__button-container:after {
    transform: rotate(90deg);
}
[aria-expanded="true"] .accordion-download-list__button-container:before,
[aria-expanded="true"] .accordion-download-list__button-container:after {
    background-color: #3d3430;
    transform: rotate(0);
}
.additional-resources-block {
    background: #cb4b10;
    border-radius: 5px;
    color: #ffeee4;
    font-weight: 700;
    padding: 25px 20px;
}
@media (min-width: 720px) {
    .additional-resources-block {
        padding: 25px 35px;
    }
}
@media (min-width: 1200px) {
    .additional-resources-block {
        padding-right: 70px;
        padding-left: 70px;
    }
}
.additional-resources-block a {
    color: inherit;
}
.additional-resources-block__hdr {
    font-size: 18px;
    line-height: 1.5555555556;
    padding-bottom: 15px;
    position: relative;
}
.additional-resources-block__hdr:before {
    background: #fff;
    content: "";
    height: 4px;
    position: absolute;
    width: 24px;
    bottom: 0;
    left: 0;
}
.additional-resources-block__list {
    margin-top: 15px;
}
.additional-resources-block__list a {
    display: block;
}
.additional-resources-block__list a:hover {
    text-decoration: underline;
}
.button {
    border-radius: 3px;
    display: inline-block;
    font-weight: 700;
    line-height: 1;
    padding: 13px 26px;
    text-transform: uppercase;
    transition: 0.25s all ease-in-out;
}
.button.-orange {
    background: #cb4b10;
    color: #fff;
}
.button.-orange:hover {
    background: #d14c12;
}
.button.-ghost {
    border: 1px solid #0a6f90;
}
.button.-white-ghost {
    border: 1px solid #fff;
    color: #fff;
}
.button.-white-ghost:hover {
    background: #fff;
    color: #cb4b10;
}
.byline {
    color: #043043;
    font-family: Sagona, Times, serif;
    font-size: 24px;
    line-height: 1.3333333333;
}
.callout-block {
    padding: 40px 20px;
    position: relative;
    text-align: center;
}
.callout-block__hdr {
    color: #043043;
    font-family: Sagona, Times, serif;
    font-size: 22px;
    letter-spacing: 0.03em;
    line-height: 1.3636363636;
    margin-bottom: 10px;
}
.callout-block__text {
    margin: 10px 0 20px;
}
.call-out-block__circle {
    bottom: -20px;
    left: 0;
    position: absolute;
    top: -20px;
    width: 100%;
    z-index: -1;
}
.call-out-block__circle svg {
    height: 100%;
    width: 100%;
}
.card--text {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 1px #0430431a;
    color: #3d3430;
    display: block;
    height: 100%;
    overflow: hidden;
    max-width: 500px;
}
.card--text.-bordered {
    box-shadow: 0 0 0 1px #dce4e7;
}
a.card--text:hover {
    box-shadow: 0 0 13px 3px #00000040;
}
a.card--text:hover .card--text__title,
a.card--text:hover .card--text__learn-more {
    text-decoration: underline;
}
.card--text__image {
    margin: 0 auto;
}
.card--text__content {
    padding: 25px 35px;
}
.card--text__label {
    background: #cb4b10;
    border-radius: 0 0 3px 3px;
    color: #fff;
    display: block;
    font-family: Sagona, Times, serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    margin: -25px auto 25px;
    padding: 9px 5px;
    text-align: center;
    text-transform: uppercase;
    width: 180px;
}
.card--text__title {
    display: block;
    font-size: 15px;
    line-height: 1.4666666667;
    margin-bottom: 8px;
}
a.card--text .card--text__title {
    color: #0a6f90;
}
.card--text__summary {
    font-size: 13px;
    line-height: 1.5384615385;
}
.card--text__summary.-non-featured-place:after {
    background: #c0b099;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 10px;
    margin-left: 5px;
    width: 10px;
}
.card--text__learn-more {
    color: #d85f4b;
    display: block;
    font-weight: 700;
    line-height: 1;
    margin-top: 16px;
}
.card-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 10px;
    max-width: 100vw;
}
.card-list.-center {
    justify-content: center;
}
.grid__block .card-list {
    margin: 0;
}
@media (min-width: 1200px) {
    .card-list {
        margin: 0 50px;
    }
    .grid__block .card-list {
        margin: 0;
    }
}
.card-list > li {
    width: 100%;
    height: 310px;
    margin: 0 0 40px;
    padding: 0 10px;
}
@media (min-width: 480px) {
    .card-list > li {
        width: 50%;
    }
}
@media (min-width: 720px) {
    .card-list > li {
        width: 33.3333333333%;
    }
}
@media (min-width: 1000px) {
    .card-list > li {
        width: 25%;
    }
}
@media (min-width: 1200px) {
    .card-list > li {
        width: 20%;
    }
}
.card {
    background: #043043 no-repeat 50% 50%;
    background-size: cover;
    border-radius: 5px;
    display: block;
    height: 100%;
    position: relative;
    transition: 0.25s all ease-in-out;
}
.card:hover {
    box-shadow: 0 0 13px 3px #00000040;
}
.card:hover .card__title {
    text-decoration: underline;
}
.card__title {
    align-items: center;
    background: #fff;
    box-shadow: 0 0 0 1px #dce4e7;
    bottom: -25px;
    color: #0a6f90;
    display: flex;
    flex-direction: column;
    font-size: 15px;
    font-weight: 700;
    gap: 8px;
    justify-content: center;
    left: 35px;
    line-height: 1.2;
    min-height: 84px;
    padding: 10px;
    position: absolute;
    right: 35px;
    text-align: center;
}
.card__type {
    bottom: calc(100% + 8px);
    color: #fff;
    font-family: Sagona, Times, serif;
    font-size: 12px;
    left: 0;
    letter-spacing: 0.15em;
    line-height: 1;
    position: absolute;
    right: 0;
    text-transform: uppercase;
}
.card-staff {
    background: none;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 16px;
}
.card-staff__image {
    border-radius: 100%;
    margin: 0 auto;
}
.card-staff__text {
    display: flex;
    flex-direction: column;
    gap: 0;
    font-weight: 700;
}
.card-staff__role {
    font-weight: 400;
}
.contact-block {
    background: #fbf7ed;
    line-height: 1.7142857143;
    padding: 25px 20px;
}
@media (min-width: 720px) {
    .contact-block {
        padding-left: 35px;
        padding-right: 35px;
    }
}
@media (min-width: 1200px) {
    .contact-block {
        padding: 40px 70px;
    }
}
.contact-block__hdr {
    color: #043043;
    font-family: Sagona, Times, serif;
    font-size: 22px;
    letter-spacing: 0.03em;
    line-height: 1.3636363636;
    margin-bottom: 10px;
}
.contact-block__name {
    font-weight: 700;
    line-height: 1.7142857143;
}
.contact-block__role {
    font-size: 14px;
    font-style: italic;
}
.contact-block__email,
.contact-block__phone,
.contact-block__address {
    display: block;
    margin-top: 14px;
    padding-left: 40px;
    position: relative;
}
.contact-block__email svg,
.contact-block__phone svg,
.contact-block__address svg {
    fill: #043043;
    height: 18px;
    left: 7px;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    width: 18px;
}
.contact-block__email {
    color: #cb4b10;
    font-weight: 700;
}
.contact-block__email svg {
    height: 14px;
    margin-top: -7px;
}
.contact-block__phone {
    color: inherit;
}
.ctas {
    background: #043043 no-repeat 50% 50%;
    background-size: cover;
    color: #fff;
    padding: 30px 0;
}
@media (min-width: 640px) {
    .ctas > .wrapper {
        display: flex;
        flex-wrap: wrap;
    }
}
.ctas__title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font-family: Sagona, Times, serif;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 20px;
    padding-bottom: 16px;
    text-align: center;
}
@media (min-width: 640px) {
    .ctas__title {
        flex-basis: 100%;
        width: 100%;
    }
}
@media (max-width: 639px) {
    .ctas__cta {
        text-align: center;
    }
    .ctas__cta + .ctas__cta {
        margin-top: 40px;
    }
}
@media (min-width: 640px) {
    .ctas__cta {
        flex-basis: calc(50% - 10px);
        width: calc(50% - 10px);
    }
    .ctas__cta + .ctas__cta {
        margin-left: 20px;
    }
}
.ctas__cta input {
    background: rgba(251, 247, 237, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    display: block;
    margin-bottom: 15px;
    max-width: 380px;
    padding: 8px 16px;
    width: 100%;
}
@media (max-width: 639px) {
    .ctas__cta input {
        margin-left: auto;
        margin-right: auto;
    }
}
.ctas__cta input::-webkit-input-placeholder {
    text-overflow: ellipsis;
    color: #ffffff80;
}
.ctas__cta input:-moz-placeholder {
    text-overflow: ellipsis;
    color: #ffffff80;
}
.ctas__cta input::-moz-placeholder {
    text-overflow: ellipsis;
    color: #ffffff80;
}
.ctas__cta input:-ms-input-placeholder {
    text-overflow: ellipsis;
    color: #ffffff80;
}
.ctas__cta-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5555555556;
    padding-bottom: 14px;
    position: relative;
}
.ctas__cta-title:before {
    background: #05afc3;
    content: "";
    height: 4px;
    position: absolute;
    width: 24px;
    bottom: 0;
    left: 0;
}
@media (max-width: 639px) {
    .ctas__cta-title:before {
        left: 50%;
        margin-left: -12px;
    }
}
.ctas__cta-description {
    margin: 5px 0 14px;
}
.download-block {
    background: #cb4b10;
    border-radius: 5px;
    color: #fff;
    padding: 25px 20px 20px;
    text-align: center;
}
@media (min-width: 720px) {
    .download-block {
        padding: 35px 35px 30px;
    }
}
.download-block .text + a {
    margin-top: 20px;
}
.download-block__description {
    font-family: Sagona, Times, serif;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 30px;
}
.downloads-list {
    font-size: 16px;
    line-height: 1.75;
}
.downloads-list > li {
    border-bottom: 1px solid #d6d5d5;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.downloads-list a {
    display: block;
    font-weight: 700;
}
.downloads-list a:hover {
    text-decoration: underline;
}
.edit-entry {
    background: #cb4b10;
    bottom: 0;
    color: #fff;
    display: block;
    padding: 10px;
    position: fixed;
    right: 0;
    text-transform: uppercase;
    z-index: 10;
}
.login-wrapper-outer {
    margin: 50px auto;
    max-width: 480px;
    padding: 0 20px;
}
.login-wrapper-inner {
    background-color: #043043;
    border-radius: 5px;
    padding: 25px;
}
.login-heading {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5555555556;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
}
.login-heading:before {
    background: #05afc3;
    content: "";
    height: 4px;
    position: absolute;
    width: 24px;
    bottom: 0;
    left: 0;
}
@media (max-width: 639px) {
    .login-heading:before {
        left: 50%;
        margin-left: -12px;
    }
}
.login-form input[type="password"] {
    background: rgba(251, 247, 237, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    color: #fff;
    display: block;
    margin-bottom: 15px;
    max-width: 380px;
    padding: 8px 16px;
    width: 100%;
}
.login-form input[type="password"]::-webkit-input-placeholder {
    text-overflow: ellipsis;
    color: #ffffff80;
}
.login-form input[type="password"]:-moz-placeholder {
    text-overflow: ellipsis;
    color: #ffffff80;
}
.login-form input[type="password"]::-moz-placeholder {
    text-overflow: ellipsis;
    color: #ffffff80;
}
.login-form input[type="password"]:-ms-input-placeholder {
    text-overflow: ellipsis;
    color: #ffffff80;
}
.featured__ctas {
    display: flex;
    text-align: center;
}
@media (max-width: 479px) {
    .featured__ctas {
        flex-direction: column;
    }
}
@media (max-width: 799px) {
    .featured__ctas {
        flex-wrap: wrap;
    }
}
@media (min-width: 800px) {
    .featured__ctas.-header {
        flex-direction: column;
        width: 25%;
    }
    .featured__ctas.-header > li {
        flex-basis: 33.3333333333%;
        padding-bottom: 6px;
        width: 100%;
    }
}
@media (max-width: 479px) {
    .featured__ctas > li {
        margin-bottom: 3px;
    }
}
@media (min-width: 480px) {
    .featured__ctas > li {
        width: 33.3333333333%;
    }
}
.featured__ctas a {
    align-items: center;
    background: no-repeat 50% 50%;
    background-size: cover;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-family: Sagona, Times, serif;
    font-size: 16px;
    height: 100%;
    justify-content: center;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
}
@media (max-width: 479px) {
    .featured__ctas a {
        padding: 10px;
    }
}
@media (min-width: 480px) {
    .featured__ctas a {
        padding: 40px 20px;
    }
}
.featured__ctas a:hover:before {
    opacity: 1;
}
.featured__ctas a:before {
    background: rgba(0, 0, 0, 0.3);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: 0.25s all ease-in-out;
    top: 0;
    width: 100%;
}
.featured__ctas a b {
    display: block;
    font-family: Acherus Grotesque, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.075em;
    line-height: 1;
    margin-bottom: 8px;
    position: relative;
}
@media (min-width: 480px) {
    .featured__ctas a b {
        padding-top: 20px;
    }
}
@media (min-width: 480px) {
    .featured__ctas a b:before {
        background: #fff;
        content: "";
        height: 4px;
        position: absolute;
        width: 24px;
        top: 0;
        left: 50%;
        margin-left: -12px;
    }
}
.featured__ctas a.stories {
    background-image: url(../images/header-cta-stories-31568b48.jpg);
}
.featured__ctas a.highlight-malibu :before {
    background: #6dcef4;
}
.featured__ctas a.donate {
    background-image: url(../images/header-cta-donate-3727b17c.jpg);
}
.featured__ctas a.highlight-downy :before {
    background: #62d5c1;
}
.featured__ctas a.apply {
    background-image: url(../images/header-cta-apply-dcd2ce50.jpg);
}
.featured__ctas a.highlight-yellowGreen :before {
    background: #c9e477;
}
.featured-stories {
    padding-bottom: 90px;
    position: relative;
}
.featured-stories:before {
    background: #fbf7ed;
    border: solid rgba(225, 222, 217, 0.45);
    border-width: 2px 0;
    bottom: 0;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    width: 100%;
}
.featured-stories__hdr {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 40px;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
}
.featured-stories__hdr:before {
    background: #c0b099;
    content: "";
    height: 4px;
    position: absolute;
    width: 24px;
    bottom: 0;
    left: 50%;
    margin-left: -12px;
}
.featured-stories__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1060px;
    padding: 0 10px;
}
.featured-stories__list > li {
    flex-basis: 100%;
    width: 100%;
    height: 310px;
    margin-bottom: 40px;
    padding: 0 10px;
}
@media (min-width: 640px) {
    .featured-stories__list > li {
        flex-basis: 50%;
        width: 50%;
        height: 375px;
    }
}
@media (min-width: 720px) {
    .featured-stories__list > li {
        flex-basis: 33.3333333333%;
        width: 33.3333333333%;
        margin-bottom: 0;
    }
}
.fundraising-dialog {
    border: none;
    border-radius: 4px;
    box-shadow: 0 10px 10px #00000040;
    display: flex;
    height: 94%;
    max-height: 500px;
    max-width: 860px;
    padding: 0;
    width: 80%;
    top: 50%;
    transform: translateY(-50%);
}
.fundraising-dialog::backdrop {
    background-color: #1d8371b3;
}
.fundraising-dialog + .backdrop {
    background-color: #1d8371b3;
}
@media (max-width: 999px) {
    .fundraising-dialog {
        height: auto;
        max-height: 80%;
        max-width: 500px;
    }
}
.fundraising-dialog__media,
.fundraising-dialog__content {
    min-height: 100%;
}
.fundraising-dialog__media {
    overflow: hidden;
    width: 430px;
}
@media (max-width: 999px) {
    .fundraising-dialog__media {
        display: none;
    }
}
.fundraising-dialog__media img {
    border-radius: 4px 0 0 4px;
}
.fundraising-dialog__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    overflow-y: auto;
    padding: 60px 30px;
    position: relative;
    max-width: 500px;
}
@media (max-width: 999px) {
    .fundraising-dialog__content {
        padding: 30px 20px;
    }
}
.fundraising-dialog__media + .fundraising-dialog__content {
    width: 430px;
}
@media (max-width: 999px) {
    .fundraising-dialog__media + .fundraising-dialog__content {
        width: 100%;
    }
}
.fundraising-dialog__content h2 {
    color: #043043;
    font-family: Sagona, Times, serif;
    font-size: 22px;
    letter-spacing: 0.03em;
    line-height: 1.3636363636;
    color: #0a6f90;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 0;
}
.fundraising-dialog__content p {
    font-size: 16px;
    line-height: 1.6;
    margin: 20px 0;
}
.fundraising-dialog__content .button {
    letter-spacing: 0.12em;
    margin: 10px 0 20px;
}
.fundraising-dialog__content a + button {
    color: #cb4b10;
    font-weight: 700;
}
.fundraising-dialog__content a + button:hover,
.fundraising-dialog__content a + button:focus {
    color: #d14c12;
}
.fundraising-dialog__content__x {
    position: absolute;
    right: 12px;
    top: 12px;
}
.fundraising-dialog__content__x .icon--x {
    display: block;
}
.fundraising-dialog__content__x svg {
    fill: #cb4b10;
    display: inline-block;
    height: 24px;
    vertical-align: middle;
    width: 24px;
}
.fundraising-dialog__content__x:hover svg,
.fundraising-dialog__content__x:focus svg {
    fill: #d14c12;
}
.grid-wrapper {
    margin: 20px auto;
    max-width: 960px;
    padding: 0 20px;
    display: flex;
    flex-direction: column-reverse;
    row-gap: 30px;
}
@media (min-width: 720px) {
    .grid-wrapper {
        margin: 50px auto;
        flex-direction: row-reverse;
        flex-wrap: nowrap;
    }
}
@media (min-width: 1200px) {
    .grid-wrapper {
        padding-left: 240px;
        max-width: 1200px;
    }
}
@media (min-width: 720px) {
    .grid-sidebar {
        padding-right: 20px;
        width: 240px;
    }
}
@media (min-width: 1000px) {
    .grid-sidebar {
        padding-right: 40px;
    }
}
.grid {
    flex: 1 1 0%;
    display: grid;
    row-gap: 30px;
}
@media (min-width: 720px) {
    .grid {
        grid-template-columns: repeat(12, 1fr);
        column-gap: 20px;
        row-gap: 50px;
    }
}
@media (min-width: 1200px) {
    .grid {
        grid-template-columns: repeat(12, 1fr) 220px;
    }
}
.grid__block {
    position: relative;
    grid-column: span 11;
    max-width: 100vw;
}
@media (min-width: 1200px) {
    .grid__block {
        grid-column: span 12;
    }
}
.grid__block--full,
.grid__block--wide {
    grid-column: span 13;
    margin-right: -20px;
    margin-left: -20px;
}
@media (min-width: 720px) {
    .grid__block--wide {
        margin-right: 0;
        margin-left: -240px;
    }
}
@media (min-width: 720px) {
    .grid__block--full {
        margin-left: -260px;
    }
}
@media (min-width: 1000px) {
    .grid__block--full {
        margin-left: calc(-50vw + 228px);
        margin-right: calc(-50vw + 468px);
        max-width: calc(100vw - 16px);
    }
}
@media (min-width: 1200px) {
    .grid__block--full {
        margin-left: calc(-50vw + 128px);
        margin-right: calc(-50vw + 346px);
    }
}
.grid__block--outset {
    margin-right: -20px;
    margin-left: -20px;
}
@media (min-width: 720px) {
    .grid__block--outset {
        margin-right: -30px;
        margin-left: -30px;
    }
}
@media (min-width: 1200px) {
    .grid__block--outset {
        margin-right: -70px;
        margin-left: -70px;
    }
}
@media (min-width: 720px) {
    .medium\:grid__block--outset {
        margin-right: -30px;
        margin-left: -30px;
    }
}
@media (min-width: 1200px) {
    .medium\:grid__block--outset {
        margin-right: -70px;
        margin-left: -70px;
    }
}
.grid__float-item {
    margin-bottom: 20px;
}
@media (min-width: 640px) {
    .grid__float-item {
        float: right;
        width: 50%;
        margin: 0 0 10px 20px;
    }
}
@media (min-width: 720px) {
    .grid__float-item {
        margin-right: -40px;
    }
}
@media (min-width: 1000px) {
    .grid__float-item {
        width: calc(50% + 50vw - 468px);
        margin-right: calc(-50vw + 468px);
        max-width: 410px;
    }
}
@media (min-width: 1200px) {
    .grid__float-item {
        margin-right: calc(-50vw + 370px);
    }
}
@media (min-width: 1200px) {
    .grid__block--aside .grid__float-item {
        max-width: 410px;
    }
}
.header {
    left: 0;
    margin-bottom: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateY(0);
    z-index: 90;
}
@media (prefers-reduced-motion: no-preference) {
    .header {
        transition: all 0.5s ease-in-out;
    }
}
.header--closed {
    transform: translateY(-100%);
}
.header.-third-party .header__bar {
    background: #fff;
    border-bottom: 1px solid #e1ded9;
    box-shadow: none;
    display: flex;
    left: 0;
    width: 100%;
    position: relative;
}
.header.-third-party .header__logo {
    background: #fff url(../images/logo-circle-ef016211.svg) no-repeat 100%
        50%;
    background-size: 32px 32px;
    height: 45px;
    overflow: hidden;
    width: 47px;
}
.header__donate {
    color: #cb4b10;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    display: block;
    padding: 10px 15px;
    right: 0;
    top: 0;
}
@media (min-width: 640px) {
    .header__donate {
        padding-right: 10px;
        position: static;
    }
}
.header__donate:hover,
.header__donate:focus {
    text-decoration: underline;
}
.header__flag {
    background: #fff;
    border-bottom: 1px solid #e1ded9;
    z-index: 10;
    position: relative;
}
@media (min-width: 640px) {
    .header__flag {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
@media (min-width: 720px) {
    .header__flag {
        padding: 5px 0;
    }
}
.header__logo {
    color: transparent;
    font-size: 0;
    line-height: 0;
    text-shadow: none;
    background: #fff url(../images/logo-full-4a60beef.svg) no-repeat 50% 50%;
    display: block;
    background-position: 100% 50%;
    background-size: contain;
    overflow: hidden;
    margin-left: 10px;
    width: 120px;
    height: 51px;
}
@media (min-width: 400px) {
    .header__logo {
        margin: 0 auto 5px;
    }
}
@media (min-width: 640px) {
    .header__logo {
        width: 105px;
        height: 45px;
        margin: 0 15px;
        flex-shrink: 0;
    }
}
@media (min-width: 1200px) {
    .header__logo {
        margin: 0 20px;
        width: 120px;
        height: 64px;
    }
}
.header__controls {
    margin: 5px 10px;
    align-items: center;
    display: flex;
    justify-content: space-evenly;
}
@media (min-width: 640px) {
    .header__controls {
        flex-direction: row-reverse;
        gap: 5px;
    }
}
@media (min-width: 720px) {
    .header__controls {
        margin: 0 10px;
    }
}
.header__btn {
    align-items: center;
    color: #043043;
    display: inline-flex;
    fill: #043043;
    flex-wrap: nowrap;
    font-size: 11px;
    font-weight: 700;
    gap: 8px;
    height: 20px;
    line-height: 1;
    padding: 5px 11px 5px 5px;
    text-transform: uppercase;
    width: 33%;
}
.header__btn:hover {
    text-decoration: underline;
}
@media (min-width: 480px) {
    .header__btn {
        width: auto;
    }
}
@media (min-width: 640px) {
    .header__btn {
        font-size: 13px;
    }
}
.header__btn .icon {
    flex-grow: 0;
    height: 12px;
    max-width: 16px;
}
.header__btn .icon--compass {
    position: relative;
    height: 20px;
    max-width: 24px;
}
.header__btn-text {
    flex-grow: 1;
}
@media (min-width: 480px) {
    .header__btn--map:not([aria-expanded="true"]) .header__btn-text:before {
        content: "See ";
    }
}
.header__menu {
    background: #043043 url(../images/bg-nav-78ad2a46.jpg) no-repeat 50% 50%;
    background-size: cover;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-height: calc(100vh - var(--header-height));
    overflow-y: auto;
    padding-bottom: 20px;
    position: relative;
    translate: 0 0;
    width: 100%;
    z-index: 4;
}
.header__menu:not([aria-hidden]) {
    border-bottom: 1px solid #333;
}
.header__menu:not([aria-hidden]):after {
    background: linear-gradient(
        to bottom,
        rgb(0, 0, 0) 0%,
        rgba(0, 0, 0, 0.9) 1px,
        rgba(0, 0, 0, 0.5) 70px,
        transparent 100%
    );
    content: "";
    height: 200px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
}
@media (prefers-reduced-motion: no-preference) {
    .header__menu {
        transition: 0.25s all ease-in-out;
    }
}
.header__menu:after {
    display: none;
}
@media (min-width: 800px) {
    .header__menu {
        padding-bottom: 0;
    }
}
@media (min-width: 800px) {
    .header__menu {
        overflow-y: visible;
        max-height: none;
        bottom: auto;
    }
}
@media (min-width: 1200px) {
    .header__menu {
        padding: 0 50px 0 260px;
    }
}
@media (min-width: 800px) {
    .header__menu-columns {
        display: flex;
        justify-content: space-between;
    }
}
.header__menu-column {
    padding: 25px 20px;
    text-align: center;
}
@media (min-width: 800px) {
    .header__menu-column {
        text-align: left;
        padding: 60px 20px;
    }
}
.header__menu-column dt {
    color: #62d5c1;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.header__menu-column dt small {
    display: block;
    font-size: 11px;
    font-family: Sagona, Times, serif;
    font-weight: 100;
    line-height: 1;
    margin-bottom: 15px;
}
.header__menu-column dt a {
    color: inherit;
    display: inline-block;
    padding-bottom: 5px;
    position: relative;
}
@media (prefers-reduced-motion: no-preference) {
    .header__menu-column dt a {
        transition: 0.25s all ease-in-out;
    }
}
.header__menu-column dt a:hover {
    color: #fff;
}
@media (min-width: 800px) {
    .header__menu-column dt a:hover:before {
        width: 100%;
    }
}
.header__menu-column dt a:before {
    background: #62d5c1;
    content: "";
    height: 4px;
    position: absolute;
    width: 24px;
    bottom: 0;
    left: 0;
}
@media (prefers-reduced-motion: no-preference) {
    .header__menu-column dt a:before {
        transition: 0.25s all ease-in-out;
    }
}
@media (max-width: 799px) {
    .header__menu-column dt a:before {
        left: 50%;
        margin-left: -12px;
    }
}
.header__menu-column dd {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3333333333;
}
.header__menu-column dd + dd {
    margin-top: 30px;
}
.header__menu-column dd a:hover {
    color: #62d5c1;
    text-decoration: underline;
}
.header__menu-column a {
    color: #fff;
    display: block;
}
.header__search {
    background: #043043 url(../images/bg-nav-78ad2a46.jpg) no-repeat 50% 50%;
    background-size: cover;
    left: 0;
    padding: 0 15px;
    position: fixed;
    transform: translateY(0);
    text-align: center;
    top: 46px;
    width: 100%;
    z-index: 4;
}
@media (prefers-reduced-motion: no-preference) {
    .header__search {
        transition: 0.25s all ease-in-out;
    }
}
.header__search form {
    padding: 25px 0 45px;
}
.header__search:not([aria-hidden]) {
    border-bottom: 1px solid #333;
}
.header__search:not([aria-hidden]):after {
    background: linear-gradient(
        to bottom,
        rgb(0, 0, 0) 0%,
        rgba(0, 0, 0, 0.9) 1px,
        rgba(0, 0, 0, 0.5) 70px,
        transparent 100%
    );
    content: "";
    height: 200px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
}
@media (max-width: 639px) {
    .header__search {
        top: 88px;
    }
}
@media (min-width: 1200px) {
    .header__search {
        padding: 0 50px 0 280px;
        text-align: left;
        top: 0;
    }
}
@media (min-width: 1200px) {
    .header__search form {
        display: flex;
        flex-wrap: wrap;
        padding: 60px 0 120px;
    }
}
.header__search label {
    color: #62d5c1;
    display: block;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 28px;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}
.header__search label:before {
    background: #62d5c1;
    content: "";
    height: 4px;
    position: absolute;
    width: 24px;
    bottom: 0;
    left: 50%;
    margin-left: -12px;
}
.header__search input {
    background: rgba(251, 247, 237, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    display: block;
    padding: 6px 12px;
    margin-bottom: 20px;
    width: 100%;
}
.header__search input::-webkit-input-placeholder {
    text-overflow: ellipsis;
    color: #ffffff80;
}
.header__search input:-moz-placeholder {
    text-overflow: ellipsis;
    color: #ffffff80;
}
.header__search input::-moz-placeholder {
    text-overflow: ellipsis;
    color: #ffffff80;
}
.header__search input:-ms-input-placeholder {
    text-overflow: ellipsis;
    color: #ffffff80;
}
.header__map {
    background: #043043;
    left: 0;
    position: fixed;
    transform: translateY(0);
    top: 46px;
    width: 100%;
    z-index: 4;
}
@media (prefers-reduced-motion: no-preference) {
    .header__map {
        transition: 0.25s all ease-in-out;
    }
}
@media (max-width: 639px) {
    .header__map {
        top: 88px;
    }
}
.header__map-info {
    position: relative;
    text-align: center;
}
.header__map-view-all {
    display: none;
}
@media (min-width: 1000px) {
    .header__map-view-all {
        color: #cb4b10;
        display: block;
        font-weight: 700;
        left: 0;
        line-height: 1.2857142857;
        padding: 14px 20px;
        position: absolute;
        top: 0;
    }
}
.header__map-caption {
    color: #fff;
    font-family: Sagona, Times, serif;
    font-size: 15px;
    letter-spacing: 0.03em;
    line-height: 1.2;
    padding: 14px 5px;
}
@media (min-width: 1000px) {
    .header__map-caption {
        padding: 14px 200px;
    }
}
.header__announcement-bar {
    background: #cb4b10;
    z-index: 10;
    position: relative;
    text-align: center;
}
@media (min-width: 1200px) {
    .header__announcement-bar {
        filter: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04))
            drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
    }
}
.header__announcement-bar a {
    display: block;
    padding: 0.5rem 0;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
@media (min-width: 640px) {
    .header__announcement-bar a {
        font-size: 1.125rem;
    }
}
.header__announcement-bar a:hover span {
    text-decoration: underline;
}
.header-tabbed {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
}
.header-tabbed__flag,
.header-tabbed__donate {
    position: absolute;
}
@media (prefers-reduced-motion: no-preference) {
    .header-tabbed__flag,
    .header-tabbed__donate {
        transition: 0.3s all ease-in-out;
    }
}
.header-tabbed__flag {
    left: 45px;
    width: 190px;
    background: #fff;
    box-shadow: 0 1px 10px #3d343000, 0 6px 1px #3d343000;
    translate: 0 -125%;
}
.header-tabbed__flag.is-shown {
    translate: 0 0;
    box-shadow: 0 1px 10px #3d343026, 0 6px 1px #3d34301a;
}
.header-tabbed__logo {
    background: #fff url(../images/logo-full-4a60beef.svg) no-repeat 50% 50%;
    background-size: 154px 127px;
    height: 165px;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 100%;
}
.header-tabbed__logo--svg {
    background-size: 100%;
    background-color: #fff;
    height: 100%;
    width: 100%;
    padding: 15px;
}
.header-tabbed__controls {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    color: #fff;
    background: #043043;
}
.header-tabbed__donate {
    background-color: #cb4b10;
    border-radius: 0 0 3px 3px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 30px 15px 15px;
    right: 22px;
    text-transform: uppercase;
    translate: 0 -125%;
}
.header-tabbed__donate.is-shown {
    translate: 0 0;
}
.header-tabbed__donate.is-shown:hover,
.header-tabbed__donate.is-shown:focus {
    box-shadow: 0 1px 10px #3d343026, 0 6px 1px #3d34301a;
    translate: 0 -2px;
}
.header-tabbed__btn {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    color: #fff;
    fill: #fff;
    padding: 16px 10px;
    gap: 8px;
    width: 50%;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    font-size: 11px;
}
.header-tabbed__btn:hover {
    text-decoration: underline;
}
@media (min-width: 640px) {
    .header-tabbed__btn {
        font-size: 13px;
    }
}
.header-tabbed__btn .icon {
    flex-grow: 0;
    height: 12px;
    width: 12px;
}
.header-tabbed__btn .icon--compass {
    position: relative;
    height: 20px;
}
.header-tabbed__btn--map {
    width: 100%;
    justify-content: center;
    background: #73bd79 url(../images/bg-header-map-3033657e.jpg) no-repeat
        50% 50%;
    background-size: cover;
    padding: 13px 0 12px;
    text-shadow: 0 1px 13px #106147, 0 1px 1px #429d42;
}
.header-tabbed__btn--map[aria-expanded="true"] {
    background: #d85f4b;
    text-shadow: 0 1px 1px rgba(4, 48, 67, 0.35);
}
.header-tabbed__btn--map[aria-expanded="true"] .icon--compass,
.header-tabbed__btn--map[aria-expanded="false"] .icon--x {
    display: none;
}
.hero {
    position: relative;
}
.hero.-no-image {
    background: url(../images/bg-hero-small-8af3dbae.png) no-repeat 50% 50%;
    background-size: cover;
}
@media (min-width: 480px) {
    .hero.-no-image {
        min-height: 275px;
    }
}
@media (min-width: 720px) {
    .hero.-no-image {
        background-image: url(../images/bg-hero-7e2ae084.png);
    }
}
.hero.-teal {
    background-color: #007270;
}
.hero.-blue {
    background-color: #2c719e;
}
.hero.-brown {
    background-color: #5d473d;
}
.hero.-green {
    background-color: #207741;
}
.hero__container {
    height: 100%;
    position: relative;
    width: 100%;
}
.hero__img {
    min-height: 100px;
    overflow: hidden;
    position: relative;
    background-color: #322e2d;
}
.-home .hero__img,
.-marketing .hero__img {
    max-height: 800px;
    position: relative;
}
@media (min-width: 1400px) {
    .-home .hero__img img,
    .-marketing .hero__img img {
        height: 800px;
    }
}
.-home .hero__img:before {
    background: linear-gradient(to bottom, transparent 33%, #153957);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.hero__img img,
.hero__img video {
    max-width: auto;
    width: 100%;
}
.hero__img img {
    height: 200px;
    object-fit: cover;
}
@media (min-width: 640px) {
    .hero__img img {
        height: 400px;
    }
}
@media (min-width: 1000px) {
    .hero__img img {
        height: 600px;
    }
}
.hero__play-button {
    bottom: 5px;
    color: #fff;
    font-size: 12px;
    min-height: 25px;
    padding: 0 10px;
    position: absolute;
    right: 5px;
    text-transform: uppercase;
    z-index: 1;
}
@media (max-width: 479px) {
    .hero__play-button {
        bottom: 0;
        right: 0;
    }
}
.hero__content {
    bottom: 25px;
    left: 0;
    position: absolute;
    width: 100%;
}
.-home .hero__content,
.-marketing .hero__content {
    color: #fff;
    text-align: center;
    z-index: 2;
}
@media (min-width: 640px) {
    .-home .hero__content,
    .-marketing .hero__content {
        bottom: 60px;
    }
}
@media (min-width: 640px) {
    .-marketing .hero__content {
        bottom: 30px;
    }
}
@media (min-width: 720px) {
    .-marketing .hero__content {
        bottom: 60px;
    }
}
@media (max-width: 479px) {
    .-no-image .hero__content {
        padding: 40px 0 20px;
        position: static;
    }
}
.hero__breadcrumb {
    background: #7bc054;
    border-radius: 3px;
    color: #043043;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 8px;
    padding: 6px 12px 5px;
    text-transform: uppercase;
    transition: all 0.25s ease-in-out;
}
.hero__breadcrumb:hover {
    background: #043043;
    color: #7bc054;
}
.hero__hdr {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 0 1px 0 rgba(8, 36, 69, 0.1);
}
@media (min-width: 640px) {
    .hero__hdr {
        font-size: 40px;
    }
}
.-home .hero__hdr,
.-marketing .hero__hdr {
    font-family: Sagona, Times, serif;
    margin-bottom: 18px;
    padding-bottom: 6px;
    position: relative;
}
@media (min-width: 720px) {
    .-home .hero__hdr,
    .-marketing .hero__hdr {
        font-size: 60px;
    }
}
.-home .hero__hdr:before,
.-marketing .hero__hdr:before {
    background: #6dcef4;
    content: "";
    height: 4px;
    position: absolute;
    width: 24px;
    bottom: 0;
    left: 50%;
    margin-left: -12px;
}
@media (min-width: 480px) {
    .-marketing .hero__hdr {
        font-size: 32px;
    }
}
@media (min-width: 640px) {
    .-marketing .hero__hdr {
        font-size: 36px;
    }
}
@media (min-width: 720px) {
    .-marketing .hero__hdr {
        font-size: 60px;
    }
}
.-home .hero__hdr {
    background: linear-gradient(315deg, #d9a63b 0%, #ebce64 35%, #f2dd73 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #d9a63b;
    font-style: normal;
}
.hero__text {
    margin: 0 auto;
    max-width: 580px;
}
.-marketing .hero__text {
    font-family: Acherus Grotesque, Helvetica, sans-serif;
    font-weight: 700;
}
@media (min-width: 640px) {
    .-marketing .hero__text {
        font-size: 18px;
        line-height: 1.5rem;
    }
}
@media (min-width: 720px) {
    .-marketing .hero__text {
        font-size: 30px;
        line-height: 2.2rem;
        max-width: 100%;
    }
}
.hero__subtitle {
    color: #fff;
    margin: 0 auto;
    max-width: 580px;
    font-family: Acherus Grotesque, Helvetica, sans-serif;
    font-weight: 700;
    text-shadow: 0 1px 0 rgba(8, 36, 69, 0.1);
}
@media (min-width: 640px) {
    .hero__subtitle {
        font-size: 16px;
        line-height: 1.5rem;
    }
}
@media (min-width: 720px) {
    .hero__subtitle {
        font-size: 24px;
        line-height: 2rem;
        max-width: 100%;
    }
}
.hero__learn-more {
    display: table;
    margin: 6px auto 0;
}
.hero__credit {
    display: none;
}
@media (max-width: 719px) {
    .hero__credit {
        background: #fff;
    }
}
@media (min-width: 720px) {
    .hero__credit {
        display: block;
        bottom: 0;
        height: 40px;
        padding: 10px 20px;
        position: absolute;
        right: 0;
        z-index: 10;
    }
}
@media (min-width: 720px) {
    .hero__credit:hover {
        background: rgba(4, 48, 67, 0.75);
        color: #fff;
    }
    .hero__credit:hover:before {
        background: #fff;
        color: #043043;
    }
    .hero__credit:hover .hero__credit-name {
        display: block;
    }
}
@media (min-width: 720px) {
    .hero__credit:before {
        background: rgba(4, 48, 67, 0.75);
        border-radius: 50%;
        content: "i";
        color: #fff;
        display: block;
        font-family: Sagona, Times, serif;
        font-size: 12px;
        font-weight: 700;
        height: 20px;
        position: absolute;
        right: 20px;
        speak: none;
        text-align: center;
        top: 10px;
        width: 20px;
    }
}
.hero__credit-name {
    display: block;
    font-size: 12px;
    line-height: 1.6666666667;
}
@media (max-width: 719px) {
    .hero__credit-name {
        text-align: right;
        padding: 5px 10px;
    }
}
@media (min-width: 720px) {
    .hero__credit-name {
        display: none;
        padding-right: 28px;
    }
}
.home-intros {
    background: #fff no-repeat 100% 100%;
    padding-bottom: 360px;
    text-align: center;
}
@media (max-width: 479px) {
    .home-intros {
        background-size: contain;
        padding-bottom: 200px;
    }
}
@media (min-width: 720px) {
    .home-intros {
        background: no-repeat 50% 100%;
        background-size: cover;
        max-height: 942px;
        padding-bottom: 400px;
    }
    .home-intros > .wrapper {
        display: flex;
    }
}
@media (min-width: 1000px) {
    .home-intros {
        height: 942px;
    }
}
@media (min-width: 480px) {
    .home-intros .wrapper {
        background: linear-gradient(
            0deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.9) 50%,
            rgba(255, 255, 255, 0.9) 100%
        );
        padding-bottom: 40px;
    }
}
@media (min-width: 720px) {
    .home-intros .wrapper {
        background: none;
    }
}
.home-intros__item {
    padding: 20px 0;
}
@media (min-width: 720px) {
    .home-intros__item {
        padding: 65px 0 0;
        width: calc(50% - 20px);
    }
    .home-intros__item + .home-intros__item {
        margin-left: 40px;
    }
}
.home-intros__item .button {
    display: inline-block;
    margin-top: 12px;
}
.home-intros__hdr {
    color: #1b190b;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
    padding-bottom: 20px;
    position: relative;
}
.home-intros__hdr:before {
    background: #c0b099;
    content: "";
    height: 4px;
    position: absolute;
    width: 24px;
    bottom: 0;
    left: 50%;
    margin-left: -12px;
}
.home-intros__text {
    font-size: 16px;
    line-height: 1.875;
}
@media (min-width: 720px) {
    .home-intros__text {
        margin: 0 auto;
        max-width: 460px;
    }
}
.home-intros__text .text a {
    color: #0a6f90;
}
.home-intros__learn-more {
    color: #cb4b10;
    display: block;
    font-weight: 700;
}
.home-intros__learn-more:hover {
    text-decoration: underline;
}
.home-new {
    max-width: 1290px;
}
@media (min-width: 1000px) {
    .home-new {
        display: flex;
        overflow: hidden;
    }
}
.home-new.home-new__padded {
    padding: 70px 20px;
}
.home-new.home-new__centered {
    margin: 0 auto;
}
@media (min-width: 1000px) {
    .home-new__stories {
        flex-basis: calc(100% - 260px);
        width: calc(100% - 260px);
    }
    .home-new__stories--full {
        flex-basis: 100%;
        width: 100%;
    }
}
.home-new__hdr {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 25px;
    padding-bottom: 18px;
    position: relative;
}
.home-new__hdr:before {
    background: #c0b099;
    content: "";
    height: 4px;
    position: absolute;
    width: 24px;
    bottom: 0;
    left: 0;
}
@media (min-width: 1000px) {
    .home-new__news {
        flex-shrink: 0;
        padding-left: 20px;
        width: 260px;
    }
}
.home-featured {
    width: 100%;
    position: relative;
    padding: 32px;
}
@media (min-width: 1000px) {
    .home-featured {
        padding: 64px 32px;
    }
}
@media (min-width: 1200px) {
    .home-featured {
        padding: 112px 64px;
    }
}
.home-featured img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    overflow: hidden;
}
.home-featured__content {
    display: block;
    position: relative;
    min-height: inherit;
    z-index: 10;
    margin: 0 auto;
    transition: 0.25s all ease-in-out;
}
@media (min-width: 720px) {
    .home-featured__content {
        width: 50%;
        margin-left: 0;
    }
}
@media (min-width: 1000px) {
    .home-featured__content {
        width: 33%;
    }
}
@media (min-width: 1200px) {
    .home-featured__content {
        width: 392px;
    }
}
.home-featured__text {
    background-color: #312e2df2;
    color: #fff;
    margin: 0 auto;
    padding: 16px;
    transition: 0.25s all ease-in-out;
}
@media (min-width: 720px) {
    .home-featured__text {
        padding: 24px;
    }
}
@media (min-width: 1000px) {
    .home-featured__text {
        padding: 32px;
    }
}
.home-featured__eyebrow,
.home-featured__title {
    font-family: Sagona, Times, serif;
}
.home-featured__eyebrow {
    text-transform: uppercase;
    color: #cb4b10;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 12px;
}
.home-featured__title {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 24px;
    padding-bottom: 24px;
    position: relative;
}
.home-featured__title:after {
    background: #6dcef4;
    content: "";
    height: 4px;
    position: absolute;
    width: 24px;
    bottom: 0;
    left: 0;
}
.home-featured__link {
    color: #cb4b10;
    font-weight: 700;
    margin-top: 12px;
}
.home-featured__content:hover .home-featured__text {
    background-color: #312e2de6;
}
.home-featured__content:hover .home-featured__title,
.home-featured__content:hover .home-featured__link {
    text-decoration: underline;
}
.large-featured-text-block {
    background: #fbf7ed;
    padding: 20px;
}
@media (min-width: 720px) {
    .large-featured-text-block {
        padding: 35px;
    }
}
@media (min-width: 1200px) {
    .large-featured-text-block {
        padding: 50px 70px;
    }
}
.large-featured-text-block .text + a {
    margin-top: 20px;
}
.large-image-block {
    background: #fbf7ed;
}
@media (min-width: 1000px) {
    .large-image-block {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}
.large-image-block__img-wrapper {
    max-height: clamp(512px, 75vh, 80vh);
    overflow: hidden;
    width: 100%;
}
.large-image-block__img-wrapper img {
    max-width: none;
    width: 100%;
}
.large-image-block__caption {
    font-size: 13px;
    line-height: 1.5384615385;
    padding: 15px 20px 10px;
}
@media (min-width: 1000px) {
    .large-image-block__caption {
        flex-basis: 62.8571428571%;
        width: 62.8571428571%;
        padding-bottom: 20px;
    }
}
.large-image-block__credit {
    color: #0a6f90;
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 12px 20px;
}
@media (min-width: 1000px) {
    .large-image-block__credit {
        padding-top: 12px;
    }
}
#header-google-map {
    height: 554px;
    width: 100%;
}
.map__preview {
    position: absolute;
    right: 20px;
    top: 20px;
    transform: translate(calc(100% + 20px));
    transition: all 0.1s ease-in-out;
}
@media (max-width: 479px) {
    .map__preview {
        left: 20px;
    }
}
@media (min-width: 480px) {
    .map__preview {
        width: 420px;
    }
}
.map__preview.-active {
    transform: translate(0);
}
.map__preview__close {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    height: 24px;
    justify-content: center;
    position: absolute;
    right: -10px;
    top: -8px;
    width: 24px;
    z-index: 1;
}
.map__preview__close:focus,
.map__preview__close:hover {
    background-color: #cb4b10;
}
.map__preview__close:focus .icon--x,
.map__preview__close:hover .icon--x {
    fill: #fff;
}
.map__preview__close .icon--x {
    display: block;
    fill: #cb4b10;
    height: 12px;
    width: 12px;
}
.map__preview__carousel__buttons {
    display: flex;
    justify-content: center;
    background: #322e2d;
    border-radius: 0 0 5px 5px;
}
.map__preview__carousel__button {
    color: #cb4b10;
    padding: 8px 16px;
    margin: 0 auto;
    height: 48px;
    width: 48px;
}
.map__preview__carousel__button span {
    display: block;
    font-size: 24px;
    font-weight: 700;
    height: 24px;
    width: 48px;
}
.map__preview__carousel__button span:hover {
    background: #cb4b10;
    border-radius: 3px;
    color: #fff;
}
.marketing-block {
    width: 100%;
    position: relative;
}
.marketing-block__content {
    margin: 0 auto;
    max-width: 1060px;
}
.marketing-callout img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    overflow: hidden;
}
.marketing-callout__content {
    position: relative;
    min-height: inherit;
    z-index: 10;
    padding: 64px 0 32px;
    margin: 0 auto;
    width: 90%;
}
@media (min-width: 640px) {
    .marketing-callout__content {
        width: 80%;
    }
}
@media (min-width: 720px) {
    .marketing-callout__content {
        padding: 64px 0 48px;
        width: 70%;
    }
}
@media (min-width: 1000px) {
    .marketing-callout__content {
        padding: 128px 0 64px;
        width: 50%;
    }
}
.marketing-callout__text {
    background-color: #312e2db3;
    color: #fff;
    font-family: Sagona, Times, serif;
    margin: 0 auto 24px;
    padding: 24px;
}
.marketing-callout__text p {
    text-align: center;
    font-size: 18px;
    line-height: 2rem;
}
@media (min-width: 1000px) {
    .marketing-callout__text p {
        font-size: 24px;
    }
}
@media (min-width: 1200px) {
    .marketing-callout__text p {
        font-size: 28px;
        line-height: 34px;
    }
}
@media (min-width: 1000px) {
    .marketing-callout__text {
        padding: 32px;
    }
}
@media (min-width: 1200px) {
    .marketing-callout__text {
        padding: 64px;
    }
}
.marketing-callout__link {
    display: flex;
}
.marketing-callout__link .button {
    margin: 0 auto;
    font-size: 14px;
}
@media (min-width: 1000px) {
    .marketing-callout__link .button {
        font-size: 18px;
    }
}
.marketing-grid,
.marketing-text {
    padding: 24px;
}
@media (min-width: 1000px) {
    .marketing-grid,
    .marketing-text {
        padding: 32px;
    }
}
@media (min-width: 1200px) {
    .marketing-grid,
    .marketing-text {
        padding: 64px;
    }
}
.marketing-grid__hdr {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 40px;
    padding-bottom: 10px;
    position: relative;
}
.marketing-grid__hdr:before {
    background: #c0b099;
    content: "";
    height: 4px;
    position: absolute;
    width: 24px;
    bottom: 0;
    left: 0;
}
@media (min-width: 640px) {
    .marketing-grid__hdr {
        font-size: 24px;
    }
}
@media (min-width: 720px) {
    .marketing-grid__hdr {
        font-size: 32px;
    }
}
.marketing-grid__items {
    margin: auto;
    max-width: 1060px;
    gap: 30px;
    display: grid;
    align-items: stretch;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 640px) {
    .marketing-grid__items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 1000px) {
    .marketing-grid__items {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (max-width: 719px) {
    .marketing-grid__items {
        text-align: left;
    }
}
.marketing-grid__item {
    display: flex;
    flex-direction: column;
    justify-items: stretch;
    align-items: stretch;
    margin: 0;
    box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
}
.marketing-grid__item img {
    width: 100%;
}
.marketing-grid__item:hover {
    box-shadow: 0 10px 15px -3px #0003, 0 4px 6px -4px #0003;
}
.marketing-grid__item-link {
    display: flex;
    flex-direction: column;
    justify-items: stretch;
    align-items: stretch;
}
.marketing-grid__item-text {
    padding: 18px;
}
.marketing-grid__item-text h4,
.marketing-grid__item-text h5 {
    line-height: 1.1rem;
}
.marketing-grid__item-text h4 {
    color: #0a6f90;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 8px;
}
.marketing-grid__item-text h5 {
    color: #7e7774;
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 12px;
}
.marketing-grid__item-text p {
    color: #3d3430;
    line-height: 1.2rem;
    margin-bottom: 10px;
}
.marketing-grid__item-text .marketing-grid__item-action {
    color: #cb4b10;
    font-weight: 700;
    margin-bottom: 0;
}
.marketing-states {
    font-family: Sagona, Times, serif;
    padding: 24px;
}
@media (min-width: 1000px) {
    .marketing-states {
        padding: 32px;
        max-width: 1092px;
    }
}
@media (min-width: 1200px) {
    .marketing-states {
        padding: 64px;
        max-width: 1186px;
    }
}
.marketing-states__heading {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1;
    padding: 0 16px 30px;
    text-align: center;
}
@media (min-width: 720px) {
    .marketing-states__heading {
        padding-bottom: 40px;
    }
}
@media (min-width: 1000px) {
    .marketing-states__heading {
        font-size: 48px;
        padding: 0 32px 40px;
    }
}
.marketing-states__items {
    color: #0a6f90;
    background-color: #fbf7ed;
    box-shadow: 0 0 10px -3px #0000004d, 0 4px 4px -4px #0000004d;
    border-radius: 2px;
    padding: 30px;
    gap: 36px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    place-content: center;
    justify-content: space-evenly;
}
@media (min-width: 640px) {
    .marketing-states__items {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 30px;
    }
}
@media (min-width: 720px) {
    .marketing-states__items {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 40px;
        padding: 40px;
    }
}
@media (min-width: 1000px) {
    .marketing-states__items {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 24px;
    }
}
.marketing-states__item {
    text-align: center;
    transition: 0.5s all ease-in-out;
}
.marketing-states__item-image {
    display: block;
    margin-bottom: 15px;
    border-radius: 100%;
    box-shadow: 2px 2px 6px 2px #0003;
}
.marketing-states__item-image .circle {
    fill: #0a6f90;
    transition: 0.25s all ease-in-out;
}
.marketing-states__item-image .state {
    fill: #fff;
    transition: 0.25s all ease-in-out;
}
.marketing-states__item-title {
    font-size: 20px;
    line-height: 1.2;
    transition: 0.25s all ease-in-out;
    white-space: nowrap;
}
.marketing-states__item:hover .marketing-states__item-image .circle {
    fill: #fff;
}
.marketing-states__item:hover .marketing-states__item-image .state {
    fill: #0a6f90;
}
.marketing-states__item:hover .marketing-states__item-title {
    font-size: 20px;
    line-height: 1.2;
    color: #043043;
}
.grid__block--nav-heading {
    scroll-margin-top: 50px;
}
.news {
    display: flex;
    justify-content: space-between;
    padding: 30px 0 60px;
}
@media (max-width: 719px) {
    .news {
        flex-wrap: wrap;
    }
}
.news__secondary {
    flex-basis: 100%;
    width: 100%;
}
@media (max-width: 719px) {
    .news__secondary {
        order: 1;
        padding-bottom: 18px;
        margin-bottom: 12px;
        border-bottom: 1px solid #d6d5d5;
    }
}
@media (min-width: 720px) {
    .news__secondary {
        flex-basis: 260px;
        width: 260px;
        padding-right: 40px;
    }
}
.news__secondary-button {
    display: none;
}
@media (min-width: 720px) {
    .news__secondary-button {
        display: block;
        margin-bottom: 30px;
    }
}
.news__secondary-hdr {
    color: #156842;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.375;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.news__secondary-hdr:not(:first-child) {
    margin-top: 30px;
}
@media (min-width: 720px) {
    .news__secondary-hdr:not(:first-child) {
        margin-top: 60px;
    }
}
.news__secondary-list {
    color: #156842;
    line-height: 1.5714285714;
}
.news__secondary-list:not(:last-child) {
    margin-bottom: 30px;
}
@media (min-width: 720px) {
    .news__secondary-list:not(:last-child) {
        margin-bottom: 60px;
    }
}
.news__secondary-list > li + li {
    border-top: 1px solid #d6d5d5;
    margin-top: 16px;
    padding-top: 16px;
}
.news__secondary-list a {
    color: #318552;
    font-weight: 700;
}
.news__secondary-list a:hover {
    text-decoration: underline;
}
.news__secondary-date {
    color: #156842;
}
.news__primary {
    flex-basis: 100%;
    width: 100%;
}
@media (max-width: 719px) {
    .news__primary {
        margin-bottom: 60px;
        order: 2;
    }
}
@media (min-width: 720px) {
    .news__primary {
        flex-basis: calc(100% - 260px);
        width: calc(100% - 260px);
    }
}
.news__primary-hdr {
    font-family: Sagona, Times, serif;
    font-size: 30px;
    letter-spacing: 0.02em;
    line-height: 1;
    margin-bottom: 14px;
}
.news__list {
    padding-top: 14px;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 30px;
}
.news__list.-home {
    font-size: 14px;
    line-height: 1.7142857143;
}
.news__list.-home a {
    color: #318552;
}
.news__list > li {
    border-bottom: 1px solid #d6d5d5;
    margin-bottom: 14px;
    padding-bottom: 14px;
}
.news__list--featured {
    border-bottom: 1px solid #d6d5d5;
}
.news__list-search a {
    font-weight: 700;
}
.news-item > a {
    display: block;
}
.news-item > a:focus {
    outline: 2px solid #0a6f90;
    background-color: #e1ded9b3;
}
.news-item > a:hover .news-item__title,
.news-item > a:hover .news-item__read-more {
    text-decoration: underline;
}
.news-item__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 4px;
}
.news-item__date {
    color: #3d3430;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}
.news-item__excerpt {
    font-size: 13px;
    line-height: 1.5384615385;
    color: #3d3430;
}
.news-item__read-more {
    color: #cb4b10;
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    margin-top: 16px;
}
.sidebar__dropdown {
    margin-bottom: 12px;
}
@media (min-width: 720px) {
    .sidebar__dropdown {
        margin-bottom: 24px;
    }
}
.sidebar__dropdown .dropdown__heading {
    color: #156842;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.375;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.sidebar__dropdown .dropdown__wrapper {
    position: relative;
}
.sidebar__dropdown .dropdown__button {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 4px 8px;
    border: 1px solid #d6d5d5;
    width: 100%;
}
.sidebar__dropdown .dropdown__icon {
    height: 20px;
    width: 20px;
    margin-left: auto;
    fill: #c0b099;
}
.sidebar__dropdown .dropdown__panel {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 4px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 4px #0000001a;
    width: 100%;
    max-height: 280px;
    overflow-y: scroll;
    z-index: 10;
}
.sidebar__dropdown .dropdown__item {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 8px 16px;
    font-size: 14px;
    background-color: #fff;
}
.sidebar__dropdown .dropdown__item--active {
    font-weight: 700;
}
.sidebar__dropdown .dropdown__item:hover {
    background-color: #d6d5d5;
}
.news__no-results {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.next-steps {
    padding-top: 50px;
    position: relative;
}
.next-steps:before {
    background: #fbf7ed;
    border: solid rgba(225, 222, 217, 0.45);
    border-width: 2px 0;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.next-steps__hdr {
    color: #4d3125;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1;
    position: relative;
    padding: 0 20px 15px;
    margin: 0 auto;
}
@media (min-width: 720px) {
    .next-steps__hdr {
        padding-left: 260px;
    }
}
@media (min-width: 1000px) {
    .next-steps__hdr {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .next-steps__hdr {
        padding-left: 480px;
        max-width: 1200px;
    }
}
.next-steps__hdr:before {
    background: #c0b099;
    content: "";
    height: 4px;
    position: absolute;
    width: 24px;
    bottom: 0;
    left: 20px;
}
@media (min-width: 720px) {
    .next-steps__hdr:before {
        left: 260px;
    }
}
@media (min-width: 1200px) {
    .next-steps__hdr:before {
        left: 480px;
    }
}
.next-story {
    color: #fff;
    display: block;
    padding: 50px 0 100px;
    position: relative;
}
.next-story:before {
    background: rgba(8, 100, 99, 0.85);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.next-story.-no-image {
    background: #007270 url(../images/bg-hero-small-8af3dbae.png) no-repeat
        50% 50%;
    background-size: cover;
}
@media (min-width: 720px) {
    .next-story.-no-image {
        background-image: url(../images/bg-hero-7e2ae084.png);
    }
}
.next-story.-no-image:before {
    display: none;
}
.next-story__hdr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    font-family: Sagona, Times, serif;
    font-size: 32px;
    line-height: 1;
    padding-bottom: 14px;
    text-align: center;
}
.next-story__title {
    color: #85dccd;
    font-family: Sagona, Times, serif;
    font-size: 24px;
    line-height: 1.25;
    margin: 50px 0 16px;
    padding: 0 0 26px;
    position: relative;
}
.next-story__title:before {
    background: #85dccd;
    content: "";
    height: 4px;
    position: absolute;
    width: 24px;
    bottom: 0;
    left: 0;
}
.next-story__image {
    background: no-repeat 50% 50%;
    background-size: cover;
    filter: grayscale(100%);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
}
.our-work__hdr {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
}
.our-work__hdr:before {
    background: #c0b099;
    content: "";
    height: 4px;
    position: absolute;
    width: 24px;
    bottom: 0;
    left: 50%;
    margin-left: -12px;
}
.our-work__item {
    padding: 20px 0 0;
}
@media (min-width: 640px) {
    .our-work__item {
        display: flex;
    }
}
@media (min-width: 640px) {
    .our-work__item-content {
        padding-left: 20px;
        flex-shrink: 1;
    }
}
@media (min-width: 640px) {
    .our-work__image {
        flex-basis: 34.3333333333%;
        width: 34.3333333333%;
        flex-shrink: 0;
    }
}
.our-work__image img {
    border-radius: 5px;
    margin: 0 auto;
}
@media (max-width: 639px) {
    .our-work__image img {
        margin-bottom: 20px;
    }
}
.our-work__item-hdr {
    color: #043043;
    font-family: Sagona, Times, serif;
    font-size: 22px;
    letter-spacing: 0.03em;
    line-height: 1.3636363636;
    margin-bottom: 10px;
}
.our-work__item-hdr a {
    display: block;
}
.our-work__item-learn-more {
    color: #cb4b10;
    display: block;
    font-weight: 700;
    margin-top: 10px;
}
.page-block {
    margin: 20px 0;
}
@media (min-width: 720px) {
    .page-block {
        margin: 35px 0;
    }
}
@media (min-width: 1200px) {
    .page-block {
        margin: 50px 0;
    }
}
.pagination:before,
.pagination:after {
    content: " ";
    display: table;
    height: 0;
    overflow: hidden;
}
.pagination:after {
    clear: both;
}
.pagination .previous {
    float: left;
}
.pagination .next {
    float: right;
}
.grid__block--quick-links .quick-links--heading {
    margin-top: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
}
.grid__block--quick-links .quick-links--list {
    list-style: disc;
    margin-top: 0;
    margin-left: 1.5em;
}
@media (min-width: 720px) {
    .grid__block--quick-links .quick-links--list {
        margin-top: 8px;
    }
}
.grid__block--quick-links .quick-links--list a {
    color: #cb4b10;
    font-weight: 700;
}
.grid__block--quick-links .quick-links--list a:hover {
    text-decoration: underline;
}
.related-list {
    margin-bottom: 50px;
}
.related-list:last-child {
    margin-bottom: 0;
}
.related-list dt {
    color: #156842;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.6923076923;
    margin-bottom: 2px;
    text-transform: uppercase;
}
.related-list dd {
    line-height: 1.5714285714;
}
.related-list dd + dd {
    margin-top: 18px;
}
.related-list a {
    color: #318552;
    display: block;
}
.related-list a:hover {
    text-decoration: underline;
}
.related-list.-skiplink a {
    color: #cb4b10;
    font-weight: 700;
    padding-top: 20px;
    position: relative;
}
.related-list.-skiplink a:before {
    background: #cb4b10;
    content: "";
    height: 4px;
    position: absolute;
    width: 24px;
    top: 0;
    left: 0;
}
.pswp .pswp__bg {
    background-color: #1d8573;
}
.pswp .pswp__dynamic-caption--below {
    width: 100%;
    font-weight: 700;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.related-map.-sidebar .pswp-gallery .pswp-caption-content,
.related-map.-sidebar .pswp-gallery .pswp-image {
    display: none;
}
.related-map {
    background: #fbf7ed;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    margin: 20px;
    max-width: 596px;
    width: 100%;
    width: calc(100% - 40px);
}
.related-map > :last-child {
    margin-bottom: 0;
}
@media (max-width: 639px) {
    .related-map {
        width: auto;
    }
}
@media (min-width: 840px) {
    .related-map {
        margin: 30px auto;
    }
}
.related-map.-wide {
    max-width: 100%;
}
@media (min-width: 640px) {
    .related-map.-wide {
        flex-direction: row;
    }
}
.related-map.-sidebar {
    margin: 0 0 50px !important;
    width: 100%;
}
.grid__block .related-map {
    margin: 0;
    max-width: 100%;
    width: 100%;
}
.related-map.-slideshow .related-map__content {
    padding: 20px 20px 10px;
    position: relative;
}
@media (min-width: 640px) {
    .related-map.-slideshow .related-map__content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 30px;
    }
}
@media (min-width: 640px) {
    .related-map.-wide .related-map__content {
        flex: 0 1 260px;
        min-height: 260px;
        min-width: 260px;
    }
}
@media (min-width: 1000px) {
    .related-map.-wide .related-map__content {
        flex-basis: calc(50vw - 150px);
        min-width: calc(50vw - 150px);
    }
}
.related-map__content p {
    font-size: 13px;
    line-height: 1.75;
}
.related-map__content__thumbnail {
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}
.related-map__content__thumbnail img {
    margin: 0 auto;
}
.related-map__content__heading {
    color: #043043;
    font-family: Sagona, Times, serif;
    font-size: 22px;
    letter-spacing: 0.03em;
    line-height: 1.3636363636;
    margin-bottom: 10px;
    color: #0a6f90;
    font-size: 18px;
}
.related-map__content__slideshow-nav {
    display: flex;
    justify-content: center;
    margin: 10px 0;
}
@media (min-width: 640px) {
    .related-map__content__slideshow-nav {
        margin: 20px 0;
    }
    .related-map.-tall .related-map__content__slideshow-nav {
        background-color: #fbf7ed;
        border-radius: 0 0 4px 4px;
        bottom: -40px;
        left: 50%;
        margin: 0 0 0 -56px;
        position: absolute;
        z-index: 2;
    }
}
.related-map__content__slideshow-nav__button {
    color: #cb4b10;
    display: flex;
    height: 22px;
    justify-content: center;
    margin: 26px;
    width: 28px;
}
.related-map__content__slideshow-nav__button:focus,
.related-map__content__slideshow-nav__button:hover {
    color: #d14c12;
}
.related-map.-tall .related-map__content__slideshow-nav__button {
    margin: 9px 14px;
}
.related-map__content__slideshow-nav__button svg {
    fill: currentColor;
    transform: translateZ(0);
    transform-origin: 50% 48%;
}
.related-map__content__slideshow-nav__button.-prev svg {
    transform: rotate(180deg);
}
.related-map.-sidebar .related-map__content__actions {
    overflow: hidden;
    padding: 15px 20px;
}
@media (max-width: 639px) {
    .related-map.-slideshow .related-map__content__actions {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}
.related-map__content__actions__button {
    align-items: center;
    color: #cb4b10;
    display: flex;
    font-weight: 700;
    justify-content: center;
    line-height: 1.2;
    margin: 0 auto;
    text-align: center;
}
.related-map.-sidebar .related-map__content__actions__button {
    color: #0a6f90;
}
.related-map.-tall .related-map__content__actions__button {
    justify-content: flex-start;
    margin: 20px 0 0;
}
@media (max-width: 639px) {
    .related-map__content__actions__button {
        margin: 10px;
    }
}
@media (max-width: 639px) {
    .related-map__content__actions__button.-expand-map {
        display: none;
    }
}
@media (min-width: 640px) {
    .related-map__content__actions__button
        + .related-map__content__actions__button {
        margin-top: 15px;
    }
}
.related-map__content__actions__button svg {
    margin-right: 10px;
}
.related-map__content__actions__button path {
    fill: currentColor;
}
.related-map__slideshow {
    flex: 0 1 auto;
}
@media (max-width: 639px) {
    .related-map__slideshow {
        order: -1;
    }
}
.related-map__slideshow__slides {
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.related-map__slideshow__slides li {
    display: none;
    margin-bottom: 0;
    width: 100%;
}
.related-map__slideshow__slides li.current {
    display: block;
}
.related-map__slideshow__slides li.move-to-next,
.related-map__slideshow__slides li.move-to-previous {
    display: none;
}
.related-map__slideshow__slides img {
    border-radius: 0 0 4px 4px;
    object-fit: contain;
    width: 100%;
}
@media (max-width: 639px) {
    .related-map__slideshow__slides img {
        border-radius: 4px 4px 0 0;
    }
}
.related-map.-wide .related-map__slideshow__slides img {
    border-radius: 0 4px 4px 0;
    max-height: 650px;
    width: auto;
}
.related-places {
    background: #d3cbae url(../images/bg-hero-small-8af3dbae.png);
    padding: 35px 0 20px;
}
@media (min-width: 720px) {
    .related-places {
        background-image: url(../images/bg-hero-7e2ae084.png);
    }
}
.related-places__hdr {
    color: #0a6f90;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}
.related-places__list {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    max-width: 1060px;
}
.related-places__list > li {
    flex-basis: calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 20px 40px;
}
@media (min-width: 640px) {
    .related-places__list > li {
        flex-basis: calc(50% - 40px);
        width: calc(50% - 40px);
    }
}
@media (min-width: 1000px) {
    .related-places__list > li {
        flex-basis: calc(33.3333333333% - 40px);
        width: calc(33.3333333333% - 40px);
    }
}
@media (min-width: 1000px) {
    .wrapper .related-places__list > li {
        flex-basis: calc(50% - 40px);
        width: calc(50% - 40px);
    }
}
@media (min-width: 1400px) {
    .wrapper .related-places__list > li {
        flex-basis: calc(33.3333333333% - 40px);
        width: calc(33.3333333333% - 40px);
    }
}
.related-resources {
    background: #d3cbae url(../images/bg-hero-small-8af3dbae.png);
    padding: 35px 0 20px;
}
@media (min-width: 720px) {
    .related-resources {
        background-image: url(../images/bg-hero-7e2ae084.png);
    }
}
.related-resources.-white {
    background: #fff;
}
.related-resources .stories__archive-link {
    display: flex;
    padding-bottom: 40px;
}
.related-resources .stories__archive-link .button.-orange {
    margin: 0 auto;
}
.related-resources__header {
    padding: 0 20px;
    text-align: center;
}
.related-resources__hdr {
    color: #0a6f90;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 18px;
    text-transform: uppercase;
}
@media (min-width: 720px) and (max-width: 999px) {
    .related-resources__hdr {
        font-size: 22px;
    }
}
.related-resources__hdr.--no-filter {
    margin-bottom: 60px;
}
.related-resources__filter-hdr {
    font-size: 15px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
}
@media (max-width: 719px) {
    .related-resources__filter-hdr {
        background: #0a6f90;
        border-radius: 5px;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        line-height: 1;
        padding: 12px 48px 12px 28px;
        text-align: center;
    }
    .related-resources__filter-hdr.-active {
        background: #0a4558;
        border-radius: 5px 5px 0 0;
    }
    .related-resources__filter-hdr.-active + .related-resources__filter-list {
        display: block;
    }
    .related-resources__filter-hdr.-active .icon--caret {
        transform: rotate(180deg);
    }
}
@media (min-width: 720px) {
    .related-resources__filter-hdr {
        color: #0a6f90;
        margin-bottom: 8px;
        padding-bottom: 14px;
    }
    .related-resources__filter-hdr:before {
        background: currentColor;
        content: "";
        height: 4px;
        position: absolute;
        width: 24px;
        bottom: 0;
        left: 50%;
        margin-left: -12px;
    }
}
@media (max-width: 719px) {
    .related-resources__filter-hdr .icon--caret {
        fill: #fff;
        height: 12px;
        margin-top: -6px;
        position: absolute;
        right: 18px;
        top: 50%;
        width: 17px;
    }
}
@media (min-width: 720px) {
    .related-resources__filter-hdr .icon--caret {
        display: none;
    }
}
@media (max-width: 719px) {
    .related-resources__filter-label {
        display: none;
    }
}
@media (max-width: 719px) {
    .related-resources__filter-list {
        background: #fff;
        box-shadow: 0 0 10px 1px #00000029;
        display: none;
        left: -20px;
        padding: 0 15px;
        position: absolute;
        right: -20px;
        top: 100%;
        z-index: 2;
    }
}
@media (min-width: 720px) {
    .related-resources__filter-list {
        font-size: 0;
    }
    .related-resources__filter-list > li {
        display: inline-block;
        font-size: 14px;
        vertical-align: top;
    }
    .related-resources__filter-list > li {
        margin: 0 25px;
    }
}
.related-resources__filters {
    margin-bottom: 55px;
    position: relative;
}
@media (max-width: 719px) {
    .related-resources__filters {
        display: block;
    }
}
.related-resources__filters button {
    color: #322e2d;
    display: block;
    font-weight: 700;
    line-height: 1;
    padding: 9px 0;
    position: relative;
    text-align: left;
    width: 100%;
}
.related-resources__filters button:hover {
    color: #0a6f90;
    text-decoration: underline;
}
.related-resources__filters button.-active {
    padding-left: 24px;
}
.related-resources__filters button.-active:before {
    background: #cb4b10;
    border-radius: 3px;
    color: #fff;
    content: "✕";
    font-size: 11px;
    height: 16px;
    left: 0;
    line-height: 16px;
    margin-top: -8px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 16px;
}
.related-resources__filters.-active button:not(.-active) {
    color: #908380;
}
.related-resources__list {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    max-width: 1060px;
}
@media (max-width: 719px) {
    .related-resources__list {
        text-align: left;
    }
}
.related-resources__list > li {
    min-height: 310px;
    flex-basis: calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 20px 40px;
}
@media (min-width: 640px) {
    .related-resources__list > li {
        flex-basis: calc(50% - 40px);
        width: calc(50% - 40px);
    }
}
@media (min-width: 1000px) {
    .related-resources__list > li {
        flex-basis: calc(33.3333333333% - 40px);
        width: calc(33.3333333333% - 40px);
    }
}
@media (min-width: 640px) {
    .related-resources__list > li.-half {
        flex-basis: calc(50% - 40px);
        width: calc(50% - 40px);
    }
}
.related-resources__list .card {
    min-height: 310px;
}
.related-resources__list.-active > li:not(.-active),
.related-resources__list:not(.-active) > li.-initial-hide {
    display: none;
}
.related-resources__container.-active > li.-active {
    display: block;
}
.related-resources__container:not(.-active) > li:not(:first-child),
.related-resources__container.-active > li:not(.-active) {
    display: none;
}
.related-resources__container ul {
    padding: 0 10px;
}
@media (min-width: 720px) {
    .related-resources__container ul {
        flex-basis: 68.2142857143%;
        width: 68.2142857143%;
        margin: 0 auto;
    }
}
.related-resources__container ul > li {
    border-bottom: 1px solid #d3cbae;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.related-resources__container ul > li:last-child {
    border: none;
    margin: 0;
}
@media (max-width: 719px) {
    .sidebar__related {
        position: relative;
    }
    .sidebar__related:not(.-show-mobile) {
        text-align: center;
        z-index: 3;
    }
    .sidebar__related.-show-mobile {
        text-align: center;
    }
}
.sidebar__related-button {
    display: none;
}
@media (max-width: 719px) {
    .sidebar__related-button:not(.-show-mobile) {
        background: #0a6f90;
        border-radius: 5px;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-size: 15px;
        font-weight: 700;
        line-height: 1;
        padding: 12px 48px 12px 28px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 20px;
    }
    .sidebar__related-button:not(.-show-mobile).-active {
        background: #0a4558;
        border-radius: 5px 5px 0 0;
    }
    .sidebar__related-button:not(.-show-mobile).-active
        + .sidebar__related-content {
        display: block;
    }
    .sidebar__related-button:not(.-show-mobile).-active .icon--caret {
        transform: rotate(180deg);
    }
    .sidebar__related-button:not(.-show-mobile) .icon--caret {
        fill: #fff;
        height: 12px;
        position: absolute;
        right: 18px;
        top: 14px;
        width: 17px;
    }
}
@media (max-width: 719px) {
    .sidebar__related-content {
        margin-bottom: 40px;
    }
    .sidebar__related-content .page-block {
        display: none;
    }
    .sidebar__related-content:not(.-show-mobile) {
        background: #fbf7ed;
        box-shadow: 0 0 10px 3px #00000040;
        display: none;
        left: 0;
        right: 0;
        margin: -20px -20px 0;
        padding: 25px 15px;
        position: absolute;
        text-align: left;
        top: 100%;
        z-index: 10;
    }
}
.row-list > li {
    border-bottom: 1px solid #d3cbae;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.row-list > li:last-child {
    border: none;
    margin: 0;
}
.search__header {
    width: 100%;
}
@media (min-width: 640px) {
    .search__header {
        display: flex;
    }
    .search__header .text,
    .search__header .search__filters {
        width: 50%;
    }
}
.search__header .search__filters {
    margin-top: 10px;
}
.search__header .search__filters span,
.search__header .search__filters a {
    padding: 2px 5px;
}
.search__header .search__filters a:hover,
.search__header .search__filters a:focus {
    text-decoration: underline;
}
.search__header .search__filters .active {
    font-weight: 700;
}
@media (min-width: 640px) {
    .search__header .search__filters {
        text-align: right;
        margin-top: 0;
    }
    .search__header .search__filters li {
        display: inline-block;
    }
    .search__header .search__filters li:first-child {
        padding-right: 10px;
        margin-right: 10px;
        border-right: 1px solid #043043;
    }
    .search__header .search__filters li a {
        padding: 5px 10px;
    }
}
.search__results {
    margin-top: 20px;
}
.sidebar-nav {
    margin-top: 2rem;
}
.sidebar-nav__link {
    font-weight: 700;
    color: #cb4b10;
}
.sidebar-nav__link.-current,
.sidebar-nav__link:hover {
    text-decoration: underline;
}
.slideshow {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    display: flex;
    flex-direction: column;
}
@media (min-width: 1000px) {
    .slideshow {
        display: block;
        flex-direction: none;
        padding-left: 100px;
    }
}
.slideshow.featured .slideshow__controls {
    min-height: 100px;
    padding-bottom: 60px;
}
@media (min-width: 1000px) {
    .slideshow.featured {
        padding-right: 100px;
    }
    .slideshow.featured .slideshow__controls {
        border-radius: 3px;
        bottom: 20px;
        left: auto;
        right: 0;
        padding-bottom: 30px;
        position: absolute;
        top: 25px;
        min-height: 400px;
        width: 330px;
    }
    .slideshow.featured .slideshow__prev,
    .slideshow.featured .slideshow__next {
        bottom: 10px;
    }
}
.slideshow__items {
    overflow: hidden;
    padding-bottom: 45.4545454545%;
    position: relative;
}
.slideshow__items > li {
    height: 100%;
    left: 0;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    transform: translate(100%);
    width: 100%;
}
.slideshow__items > li.previous {
    transform: translate(-100%);
}
.slideshow__items > li.next {
    transform: translate(100%);
}
.slideshow__items > li.current {
    transform: translate(0);
    transition: transform 0.25s ease-in-out;
}
.slideshow__items > li.move-to-previous {
    transform: translate(100%);
}
.slideshow__items > li.move-to-next {
    transform: translate(-100%);
}
.slideshow__items img {
    border-radius: 5px 5px 0 0;
}
@media (min-width: 1000px) {
    .slideshow__items img {
        border-radius: 5px;
    }
}
.slideshow__controls {
    display: none;
    background: #322e2d;
    border-radius: 0 0 3px 3px;
    color: #d3cbae;
    display: block;
    font-size: 13px;
    line-height: 1.8461538462;
    padding: 30px 30px 110px;
}
@media (min-width: 1000px) {
    .slideshow__controls {
        border-radius: 3px;
        bottom: 20px;
        left: 0;
        position: absolute;
        top: 38px;
        width: 330px;
    }
}
.slideshow__prev,
.slideshow__next {
    bottom: 15px;
    height: 44px;
    position: absolute;
    padding: 0 25px;
    width: 50%;
}
.slideshow__prev svg,
.slideshow__next svg {
    fill: #cb4b10;
    height: 22px;
    width: 28px;
}
.slideshow__prev {
    left: 0;
    text-align: right;
}
.slideshow__prev svg {
    transform: rotate(180deg);
}
.slideshow__next {
    right: 0;
    text-align: left;
}
.slideshow__caption {
    height: 105.9602649007%;
    overflow: auto;
    transition: opacity 0.25s ease-in-out;
}
.slideshow__caption.-updating {
    opacity: 0;
}
.slideshow__caption-eyebrow,
.slideshow__caption-heading {
    font-family: Sagona, Times, serif;
}
.slideshow__caption-eyebrow {
    text-transform: uppercase;
    color: #cb4b10;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 12px;
}
.slideshow__caption-heading {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 24px;
    padding-bottom: 24px;
    position: relative;
}
.slideshow__caption-heading:after {
    background: #6dcef4;
    content: "";
    height: 4px;
    position: absolute;
    width: 24px;
    bottom: 0;
    left: 0;
}
.slideshow__caption-link {
    color: #cb4b10;
    display: block;
    font-weight: 700;
    margin-top: 12px;
}
.slideshow__caption-link:hover {
    text-decoration: underline;
}
.small-featured-text-block {
    color: #043043;
    font-family: Sagona, Times, serif;
    font-size: 20px;
    line-height: 1.4615384615;
    padding: 20px 0;
    position: relative;
    width: 100%;
}
@media (min-width: 1000px) {
    .small-featured-text-block {
        font-size: 26px;
    }
}
.small-featured-text-block:before,
.small-featured-text-block:after {
    background: #0a6f90;
    content: "";
    height: 4px;
    position: absolute;
    width: 24px;
    bottom: 0;
    left: 0;
}
.small-featured-text-block:before {
    top: 0;
}
.small-featured-text-block:after {
    bottom: 0;
}
.small-image-block {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}
.small-image-block img {
    width: 100%;
    height: auto;
}
.small-image-block__caption {
    background: #fbf7ed;
    font-size: 13px;
    line-height: 1.5384615385;
    padding: 20px;
}
.small-image-block__credit {
    background: #fbf7ed;
    color: #0a6f90;
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 20px;
    text-align: right;
}
.small-image-block__caption + .small-image-block__credit {
    margin-top: -14px;
    padding-top: 0;
}
.story {
    color: #3d3430;
}
@media (min-width: 640px) {
    .story {
        display: flex;
    }
}
.story:hover .story__title,
.story:hover .story__read-more {
    text-decoration: underline;
}
.story:focus {
    outline: 2px solid #0a6f90;
    background-color: #e1ded9b3;
    position: relative;
    margin: -5px 0;
    padding: 5px 0;
}
@media (min-width: 640px) {
    .story__image {
        flex-basis: 43.1413612565%;
        width: 43.1413612565%;
        flex-shrink: 0;
        margin-right: 30px;
        max-width: 412px;
    }
}
.story__image img {
    border-radius: 5px;
    margin: 0 auto;
}
@media (max-width: 639px) {
    .story__image img {
        margin-bottom: 20px;
    }
}
.story-label {
    display: block;
    font-family: Sagona, Times, serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 1;
    margin-bottom: 6px;
    text-transform: uppercase;
}
.story__title {
    color: #0a6f90;
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4166666667;
    margin-bottom: 10px;
}
.story__date {
    color: #3d3430;
    display: block;
    font-weight: 100;
    margin-bottom: 5px;
}
.story__summary {
    font-size: 13px;
    line-height: 1.5384615385;
}
.story__read-more {
    color: #cb4b10;
    display: block;
    font-weight: 700;
    line-height: 1;
    margin-top: 16px;
}
.team-members {
    padding-bottom: 45px;
    position: relative;
}
.team-members__hdr {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 40px;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
}
.team-members__hdr:before {
    background: #c0b099;
    content: "";
    height: 4px;
    position: absolute;
    width: 24px;
    bottom: 0;
    left: 50%;
    margin-left: -12px;
}
.team-members__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1060px;
}
.team-members__list--staff {
    gap: 10px;
    row-gap: 32px;
}
.team-members__list > li.team-members__list-item {
    flex-basis: 100%;
    width: 100%;
    padding: 0 20px;
}
@media (min-width: 640px) {
    .team-members__list > li.team-members__list-item {
        flex-basis: 50%;
        width: 50%;
        padding: 0 20px;
    }
}
.team-members__list > li.team-members__list-item--leadership {
    height: 310px;
    margin-bottom: 50px;
}
@media (min-width: 640px) {
    .team-members__list > li.team-members__list-item--leadership {
        flex-basis: 33%;
        width: 33%;
        height: 375px;
    }
}
@media (min-width: 1000px) {
    .team-members__list > li.team-members__list-item--leadership {
        flex-basis: 33.3333333333%;
        width: 33.3333333333%;
        margin-bottom: 60px;
    }
}
@media (min-width: 640px) {
    .team-members__list > li.team-members__list-item--staff {
        flex-basis: 49%;
        width: 49%;
    }
}
@media (min-width: 720px) {
    .team-members__list > li.team-members__list-item--staff {
        flex-basis: 32%;
        width: 32%;
    }
}
@media (min-width: 1000px) {
    .team-members__list > li.team-members__list-item--staff {
        flex-basis: 24%;
        width: 24%;
    }
}
.leadership-dialog {
    border: none;
    border-radius: 4px;
    box-shadow: 0 10px 10px #00000040;
    display: flex;
    height: 80%;
    position: absolute;
    padding: 0;
    width: 90%;
}
.leadership-dialog::backdrop {
    background-color: #1d8371b3;
}
.leadership-dialog + .backdrop {
    background-color: #1d8371b3;
}
@media (min-width: 720px) {
    .leadership-dialog {
        height: 70%;
        width: 80%;
    }
}
@media (min-width: 1200px) {
    .leadership-dialog {
        width: 90%;
        max-width: 1280px;
    }
}
.leadership-dialog__media,
.leadership-dialog__content {
    min-height: 100%;
}
.leadership-dialog__media {
    display: none;
    overflow: hidden;
    height: 100%;
    width: auto;
}
@media (min-width: 1200px) {
    .leadership-dialog__media {
        display: block;
        max-width: 50%;
    }
}
.leadership-dialog__media img {
    border-radius: 4px 0 0 4px;
    object-fit: cover;
    height: 100%;
    width: auto;
}
.leadership-dialog__content {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    padding: 30px 20px;
    position: relative;
    width: 100%;
}
@media (min-width: 1200px) {
    .leadership-dialog__content {
        align-content: center;
        padding: 60px 30px;
        width: 100%;
    }
}
.leadership-dialog__content .leadership-dialog__title {
    color: #043043;
    font-family: Sagona, Times, serif;
    font-size: 22px;
    letter-spacing: 0.03em;
    line-height: 1.3636363636;
    color: #0a6f90;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 0;
}
.leadership-dialog__content .leadership-dialog__content__body p {
    font-size: 16px;
    line-height: 1.6;
    margin: 20px 0;
}
.leadership-dialog__content__x {
    position: absolute;
    right: 12px;
    top: 12px;
}
.leadership-dialog__content__x .icon--x {
    display: block;
}
.leadership-dialog__content__x svg {
    fill: #cb4b10;
    display: inline-block;
    height: 24px;
    vertical-align: middle;
    width: 24px;
}
.leadership-dialog__content__x:hover svg,
.leadership-dialog__content__x:focus svg {
    fill: #d14c12;
}
@media (max-width: 719px) {
    .text-block {
        padding-bottom: 20px;
        position: relative;
    }
}
@media (min-width: 720px) {
    .text-block:before,
    .text-block:after {
        content: " ";
        display: table;
        height: 0;
        overflow: hidden;
    }
    .text-block:after {
        clear: both;
    }
}
.text p,
.text ul,
.text ol,
.text table,
.text hr {
    margin: 20px 0;
}
@media (min-width: 720px) {
    .text p,
    .text ul,
    .text ol,
    .text table,
    .text hr {
        margin-bottom: 35px;
        margin-top: 35px;
    }
}
.text > :first-child {
    margin-top: 0;
}
.text > :last-child {
    margin-bottom: 0;
}
.text h2 {
    font-family: Sagona, Times, serif;
    font-size: 32px;
    letter-spacing: 0.03em;
    line-height: 1;
    padding-bottom: 20px;
    position: relative;
}
.text h2:before {
    background: #c0b099;
    content: "";
    height: 4px;
    position: absolute;
    width: 24px;
    bottom: 0;
    left: 0;
}
.text h3 {
    color: #043043;
    font-family: Sagona, Times, serif;
    font-size: 22px;
    letter-spacing: 0.03em;
    line-height: 1.3636363636;
    margin-bottom: 10px;
}
.text h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
}
.text h2 + h3 {
    margin-top: 35px;
}
.text h2 + p,
.text h2 + ul,
.text h2 + ol,
.text h2 + table,
.text h3 + p,
.text h3 + ul,
.text h3 + ol,
.text h3 + table,
.text h4 + p,
.text h4 + ul,
.text h4 + ol,
.text h4 + table {
    margin-top: 20px;
}
.text blockquote {
    color: #156842;
    font-family: Sagona, Times, serif;
    font-size: 26px;
    line-height: 1.4615384615;
}
.text ul {
    list-style: disc;
    margin-left: 1.5em;
}
.text ol {
    list-style: decimal;
    margin-left: 1.5em;
}
.text ul > li + li,
.text ol > li + li {
    margin-top: 10px;
}
.text table {
    line-height: 1.2857142857;
    text-align: left;
    width: 100%;
}
.text tr {
    border-top: 1px solid #c0b099;
}
.text thead tr {
    border-top-width: 5px;
}
.text th,
.text td {
    padding: 16px 0;
}
.text th {
    color: #322e2d;
    font-weight: 700;
    text-transform: uppercase;
}
.text hr {
    background: #c0b099;
    border: none;
    height: 5px;
}
.text a {
    color: #cb4b10;
    font-weight: 700;
}
.text a:hover {
    text-decoration: underline;
}
.video-block {
    background: #000;
    padding-bottom: 56.25%;
    position: relative;
}
.video-block iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
@media print {
    .skip-to,
    #header,
    #footer,
    svg,
    .ctas,
    .hero__img,
    .hero__breadcrumb,
    .related-map__content,
    .related-resources__filters,
    .slideshow__controls {
        display: none;
    }
    .small-image-block {
        float: right;
        margin: 0 0 10px;
        width: 250px;
    }
    .small-image-block img,
    .large-image-block img {
        width: 100%;
    }
    .related-resources__list .card {
        background-image: none !important;
    }
    .related-map__slideshow__slides .current {
        width: 400px;
    }
    .related-map__slideshow__slides .current img {
        width: 100%;
        height: auto;
    }
    .slideshow__items img {
        max-width: 80%;
    }
}
