  /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
[hidden],
template {
    display: none;
}
.minimodal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}
.minimodal__overlay {
    position: absolute;
    top: -8rem;
    left: 0;
    width: 100%;
    height: calc(100% + 16rem);
    background: rgba(0, 0, 0, 0.9);
}
.minimodal__viewport {
    position: relative;
    height: 100%;
    pointer-events: none;
}
.minimodal__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.minimodal__status {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}
.minimodal__content {
    height: 100%;
}
.minimodal__element {
    display: block;
    position: relative;
    top: 50%;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    transform: translateY(-50%);
    pointer-events: auto;
}
.minimodal__element--map {
    background: #fff;
}
.minimodal__element--video {
    max-width: 177.77778vh;
}
.minimodal__element--video:before {
    display: block;
    padding-bottom: 56.25%;
    background: #000;
    content: "";
}
.minimodal__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.minimodal__caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    pointer-events: auto;
}
.minimodal__close {
    position: absolute;
    top: 0;
    right: 0;
}
.minimodal__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.minimodal__nav--previous {
    left: 0;
}
.minimodal__nav--next {
    right: 0;
}
:root {
    --black: 37, 37, 37;
    --white: 255, 255, 255;
    --gray: 237, 240, 244;
    --gray-dk: 184, 184, 184;
    --navy: 6, 17, 61;
    --blue: 31, 65, 110;
    --blue-lt: 130, 144, 168;
    --blue-bt: 96, 152, 226;
    --teal: 0, 126, 135;
    --teal-lt: 91, 184, 192;
    --teal-dk: 4, 79, 103;
    --orange: 201, 69, 41;
    --orange-dk: 168, 58, 34;
    --yellow: 226, 228, 131;
    --sky: 206, 232, 247;
    --sky-dk: 161, 204, 228;
    --transition: 250ms ease;
    --shadow: 0 0 1rem 0.5rem rgba(var(--navy), 0.125);
    --shadow-hover: 0 0 1rem 0.5rem rgba(var(--navy), 0.25);
    --transparent: transparent;
    --heading: "Lora", sans-serif;
    --body: "Montserrat", serif;
}
@-webkit-keyframes slide-down {
    0% {
        transform: translateY(-100%);
    }
    to {
        transform: none;
    }
}
@keyframes slide-down {
    0% {
        transform: translateY(-100%);
    }
    to {
        transform: none;
    }
}
@-webkit-keyframes fade-in-up {
    0% {
        transform: translateY(2rem);
        opacity: 0;
    }
    to {
        transform: none;
        opacity: 1;
    }
}
@keyframes fade-in-up {
    0% {
        transform: translateY(2rem);
        opacity: 0;
    }
    to {
        transform: none;
        opacity: 1;
    }
}
*,
:after,
:before {
    box-sizing: inherit;
    scroll-margin-top: 6rem;
}
html {
    box-sizing: border-box;
}
body {
    color: inherit;
    font-size: 1.0625rem;
    font-weight: 500;
    line-height: 1.5;
    text-transform: none;
    color: #252525;
    color: rgb(var(--black));
    font-family: Montserrat, serif;
    font-family: var(--body);
    word-wrap: break-word;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
iframe {
    border: 0;
}
img,
svg {
    display: block;
    max-width: 100%;
    height: auto;
}
svg {
    fill: currentColor;
}
button,
input,
optgroup,
select,
textarea {
    border-radius: 0;
    color: inherit;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    cursor: pointer;
}
[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
::-moz-placeholder {
    color: inherit;
    opacity: 1;
}
:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}
::placeholder {
    color: inherit;
    opacity: 1;
}
:focus:not(.focus-visible),
:focus:not(:focus-visible) {
    outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 3rem 0 1rem;
}
h1 {
    color: #06113d;
    color: rgb(var(--navy));
    font-family: Lora, sans-serif;
    font-family: var(--heading);
    font-size: 2.8125rem;
    font-weight: 400;
    line-height: 1.1;
    text-transform: none;
}
@media (min-width: 48em) {
    h1 {
        font-size: 4.125rem;
    }
}
h2 {
    color: #06113d;
    color: rgb(var(--navy));
    font-family: Lora, sans-serif;
    font-family: var(--heading);
    font-size: 2.125rem;
    font-weight: 400;
    line-height: 1.1;
    text-transform: none;
}
@media (min-width: 48em) {
    h2 {
        font-size: 3.5rem;
    }
}
h3 {
    color: #06113d;
    color: rgb(var(--navy));
    font-family: Lora, sans-serif;
    font-family: var(--heading);
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2;
    text-transform: none;
}
@media (min-width: 48em) {
    h3 {
        font-size: 2.875rem;
    }
}
h4 {
    color: #06113d;
    color: rgb(var(--navy));
    font-family: Lora, sans-serif;
    font-family: var(--heading);
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2;
    text-transform: none;
}
h5 {
    font-size: 1.375rem;
}
h5,
h6 {
    color: #06113d;
    color: rgb(var(--navy));
    font-family: Lora, sans-serif;
    font-family: var(--heading);
    font-weight: 700;
    line-height: 1.3;
    text-transform: none;
}
h6 {
    font-size: 1.0625rem;
}
ol,
ul {
    padding: 0 0 0 1.5rem;
}
li {
    margin-top: 0.75em;
}
a {
    color: #06113d;
    color: rgb(var(--navy));
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
hr {
    display: block;
    width: calc(100% + 1rem);
    margin: 4rem -0.5rem;
    border: 0;
    border-top: 0.0625rem solid #8290a8;
    border-top: 0.0625rem solid rgb(var(--blue-lt));
}
.svg,
.video {
    display: block;
    position: relative;
}
.svg:before,
.video:before {
    content: "";
    display: block;
}
.svg iframe,
.svg svg,
.svg video,
.video iframe,
.video svg,
.video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.svg:before {
    padding-top: 100%;
}
.svg--logo:before {
    padding-top: 38%;
}
@media (min-width: 48em) {
    .svg--logo:before {
        padding-top: 69%;
    }
}
.svg--logo_footer:before {
    padding-top: 80%;
}
.video:before {
    padding-top: 56.25%;
}
.screen-reader-text:not(:focus):not(:active) {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    white-space: nowrap;
}
.h1 {
    color: #06113d;
    color: rgb(var(--navy));
    font-family: Lora, sans-serif;
    font-family: var(--heading);
    font-size: 2.8125rem;
    font-weight: 400;
    line-height: 1.1;
    text-transform: none;
}
@media (min-width: 48em) {
    .h1 {
        font-size: 4.125rem;
    }
}
.h2 {
    color: #06113d;
    color: rgb(var(--navy));
    font-family: Lora, sans-serif;
    font-family: var(--heading);
    font-size: 2.125rem;
    font-weight: 400;
    line-height: 1.1;
    text-transform: none;
}
@media (min-width: 48em) {
    .h2 {
        font-size: 3.5rem;
    }
}
.h3 {
    color: #06113d;
    color: rgb(var(--navy));
    font-family: Lora, sans-serif;
    font-family: var(--heading);
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2;
    text-transform: none;
}
@media (min-width: 48em) {
    .h3 {
        font-size: 2.875rem;
    }
}
.h4 {
    color: #06113d;
    color: rgb(var(--navy));
    font-family: Lora, sans-serif;
    font-family: var(--heading);
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2;
    text-transform: none;
}
.h5 {
    font-size: 1.375rem;
}
.h5,
.h6 {
    color: #06113d;
    color: rgb(var(--navy));
    font-family: Lora, sans-serif;
    font-family: var(--heading);
    font-weight: 700;
    line-height: 1.3;
    text-transform: none;
}
.h6 {
    font-size: 1.0625rem;
}
.text-sm {
    color: inherit;
    font-size: 0.875rem;
    line-height: 1.6;
}
.text-lg,
.text-sm {
    font-weight: 400;
    text-transform: none;
}
.text-lg {
    color: #06113d;
    color: rgb(var(--navy));
    font-size: 1.5rem;
    line-height: 1.3;
}
@media (min-width: 48em) {
    .text-lg {
        font-size: 2.25rem;
    }
}
.text-cols > :first-child {
    margin-top: 0;
}
.text-cols > :last-child {
    margin-bottom: 0;
}
.text-cols {
    margin: 1em 0;
}
@media (min-width: 48em) {
    .text-cols {
        -moz-column-count: 2;
        column-count: 2;
        grid-column-gap: 2rem;
        -moz-column-gap: 2rem;
        column-gap: 2rem;
    }
}
.hr--full {
    width: calc(100% - 4rem);
    max-width: 72rem;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 48em) {
    .hr--full {
        width: calc(100% - 6rem);
    }
}
@media (min-width: 64em) {
    .hr--full {
        width: calc(100% - 8rem);
    }
}
.align-left {
    text-align: left !important;
}
.align-center {
    text-align: center !important;
}
.align-right {
    text-align: right !important;
}
.image-float-left {
    float: left;
    margin-right: 1.25rem;
}
.image-float-right {
    float: right;
    margin-left: 1.25rem;
}
[data-animation="fade-in-up"] {
    -webkit-animation: fade-in-up 1s ease both;
    animation: fade-in-up 1s ease both;
}
[data-animate] {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
[data-animate="true"] {
    -webkit-animation-play-state: running;
    animation-play-state: running;
}
.flickity-viewport {
    overflow: hidden;
}
.flickity-button {
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #e2e483;
    background: rgb(var(--yellow));
    color: #06113d;
    color: rgb(var(--navy));
    overflow: hidden;
}
@media (min-width: 48em) {
    .flickity-button {
        background: none;
    }
}
.flickity-button:hover {
    background: #e2e483;
    background: rgb(var(--yellow));
}
.minimodal {
    z-index: 2;
}
.minimodal__overlay {
    background: rgba(6, 17, 61, 0.95);
    background: rgba(var(--navy), 0.95);
}
.minimodal__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.minimodal__content {
    width: calc(100% - 4rem);
    max-width: 48rem;
    margin-right: auto;
    margin-left: auto;
    height: auto;
}
@media (min-width: 48em) {
    .minimodal__content {
        width: calc(100% - 6rem);
    }
}
@media (min-width: 64em) {
    .minimodal__content {
        width: calc(100% - 8rem);
    }
}
.minimodal__element {
    top: auto;
    transform: none;
}
.minimodal__caption {
    width: calc(100% - 4rem);
    max-width: 48rem;
    margin-right: auto;
    margin-left: auto;
    position: static;
    padding-top: 1.5rem;
}
@media (min-width: 48em) {
    .minimodal__caption {
        width: calc(100% - 6rem);
    }
}
@media (min-width: 64em) {
    .minimodal__caption {
        width: calc(100% - 8rem);
    }
}
.minimodal__nav {
    top: auto;
    bottom: 2rem;
    padding: 0;
    border: 0;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    transform: none;
    background-color: transparent;
    text-indent: -999rem;
    overflow: hidden;
}
@media (min-width: 64em) {
    .minimodal__nav {
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
    }
}
.minimodal__nav:hover {
    background-color: #e2e483;
    background-color: rgb(var(--yellow));
}
.minimodal__nav--previous {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' fill='%23E2E483'%3E%3Cpath d='M70.929 0l9.3 9.307-41.858 41.859L77.904 90.7l-9.3 9.3L19.77 51.166z'/%3E%3C/svg%3E");
    left: 2rem;
}
.minimodal__nav--previous,
.minimodal__nav--previous:hover {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 2rem 2rem;
}
.minimodal__nav--previous:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' fill='%2306113D'%3E%3Cpath d='M70.929 0l9.3 9.307-41.858 41.859L77.904 90.7l-9.3 9.3L19.77 51.166z'/%3E%3C/svg%3E");
}
.minimodal__nav--next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' fill='%23E2E483'%3E%3Cpath d='M29.071 0l-9.3 9.307L61.63 51.166 22.096 90.7l9.3 9.3L80.23 51.166z'/%3E%3C/svg%3E");
    right: 2rem;
}
.minimodal__nav--next,
.minimodal__nav--next:hover {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 2rem 2rem;
}
.minimodal__nav--next:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' fill='%2306113D'%3E%3Cpath d='M29.071 0l-9.3 9.307L61.63 51.166 22.096 90.7l9.3 9.3L80.23 51.166z'/%3E%3C/svg%3E");
}
.minimodal__close {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 14.142 14.142' xmlns='http://www.w3.org/2000/svg' fill='%23FFF'%3E%3Cpath d='M12.728 0L7.071 5.657 1.414 0 0 1.414l5.657 5.657L0 12.728l1.414 1.414 5.657-5.657 5.657 5.657 1.414-1.414-5.657-5.657 5.657-5.657z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 1.5rem 1.5rem;
    top: 1rem;
    right: 1rem;
    width: 3.5rem;
    height: 3.5rem;
    padding: 0;
    border: 0;
    background-color: transparent;
    text-indent: -999rem;
    overflow: hidden;
}
.accordion {
    position: relative;
    margin: 3rem 0;
    z-index: 0;
}
.accordion__toggle {
    color: #06113d;
    color: rgb(var(--navy));
    font-family: Lora, sans-serif;
    font-family: var(--heading);
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.3;
    text-transform: none;
    display: block;
    position: relative;
    width: 100%;
    margin-top: -0.0625rem;
    padding: 1rem;
    border: 0.0625rem solid #8290a8;
    border: 0.0625rem solid rgb(var(--blue-lt));
    background: none;
    text-align: left;
}
@media (min-width: 48em) {
    .accordion__toggle {
        padding: 2rem;
    }
}
.accordion__toggle:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg' fill='%2306113D'%3E%3Cpath d='M8 0v8H0v2h8v8h2v-8h8V8h-8V0z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    width: 1rem;
    height: 1rem;
    margin-top: 0.1875rem;
    float: right;
    transition: transform 0.25s ease;
    transition: transform var(--transition);
}
.accordion__toggle:hover {
    border-color: #1f416e;
    border-color: rgb(var(--blue));
    z-index: 1;
}
.accordion__toggle[aria-expanded="true"] {
    border-color: #edf0f4;
    border-color: rgb(var(--gray));
    background: #edf0f4;
    background: rgb(var(--gray));
    z-index: -1;
}
.accordion__toggle[aria-expanded="true"]:after {
    transform: rotate(45deg);
}
.accordion__content > :first-child {
    margin-top: 0;
}
.accordion__content > :last-child {
    margin-bottom: 0;
}
.accordion__content {
    display: none;
    padding: 0.5rem 1.5rem 1.5rem;
    background: #edf0f4;
    background: rgb(var(--gray));
}
@media (min-width: 48em) {
    .accordion__content {
        padding: 0 2.0625rem 2.0625rem;
    }
}
[aria-expanded="true"] + .accordion__content {
    display: block;
}
.alert {
    position: relative;
    padding: 2rem 5.5rem 2rem 2rem;
    background: #c94529;
    background: rgb(var(--orange));
    color: #fff;
    color: rgb(var(--white));
    z-index: 1;
}
@media (min-width: 64em) {
    .alert {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin: 0 2rem;
        padding-right: 7.5rem;
    }
}
.alert h1,
.alert h2,
.alert h3,
.alert h4,
.alert h5,
.alert h6 {
    color: inherit;
}
.alert--yellow {
    background: #e2e483;
    background: rgb(var(--yellow));
    color: #06113d;
    color: rgb(var(--navy));
}
.alert__main {
    color: #06113d;
    color: rgb(var(--navy));
    font-family: Lora, sans-serif;
    font-family: var(--heading);
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.3;
    text-transform: none;
    color: inherit;
}
.alert__main span {
    display: inline-block;
}
@media (min-width: 64em) {
    .alert__main {
        width: 75%;
        padding-right: 2rem;
    }
}
.alert__main--alt {
    font-size: 1.0625rem;
}
.alert__icon {
    display: inline-block;
    width: 1.5rem;
    margin-right: 0.5rem;
    vertical-align: text-top;
}
.alert__side {
    margin-top: 1rem;
}
@media (min-width: 64em) {
    .alert__side {
        width: 25%;
        margin: 0;
        text-align: right;
    }
}
.alert__button {
    position: absolute;
    top: 2.25rem;
    right: 2rem;
    width: 1.5rem;
    padding: 0;
    transition: transform 0.25s ease;
    transition: transform var(--transition);
    border: 0;
    background: none;
}
.alert__button[aria-expanded="true"] {
    transform: rotate(180deg);
}
.alert__expand > :first-child {
    margin-top: 0;
}
.alert__expand > :last-child {
    margin-bottom: 0;
}
.alert__expand {
    display: none;
    width: calc(100% + 3.5rem);
    padding-top: 1rem;
}
@media (min-width: 64em) {
    .alert__expand {
        width: 75%;
        padding-right: 2rem;
    }
}
[aria-expanded="true"] + .alert__expand {
    display: block;
}
.block {
    width: calc(100% - 4rem);
    max-width: 64rem;
    display: flex;
    flex-direction: column;
    margin: 4rem auto;
    padding: 2rem;
    border-radius: 0.25rem;
    background: #fff;
    background: rgb(var(--white));
    box-shadow: 0 0 1rem 0.5rem rgba(6, 17, 61, 0.125);
    box-shadow: var(--shadow);
}
@media (min-width: 48em) {
    .block {
        width: calc(100% - 6rem);
    }
}
@media (min-width: 64em) {
    .block {
        width: calc(100% - 8rem);
    }
}
@media (min-width: 48em) {
    .block__wrap {
        display: flex;
        align-items: center;
        min-height: 21rem;
    }
}
@media (min-width: 48em) {
    .block__container {
        display: flex;
        justify-content: space-between;
    }
}
.block__side > :first-child {
    margin-top: 0;
}
.block__side > :last-child {
    margin-bottom: 0;
}
.block__side {
    text-align: center;
}
@media (min-width: 48em) {
    .block__side {
        width: calc(50% - 2rem);
        text-align: left;
    }
}
@media (min-width: 64em) {
    .block__side {
        width: calc(50% - 4rem);
    }
}
@media (min-width: 64em) {
    .block--alt .block__side {
        padding-left: 2rem;
    }
}
@media (min-width: 64em) {
    .block--alt.block--flip .block__side {
        padding-right: 2rem;
        padding-left: 0;
    }
}
.block__image {
    margin: 0 auto;
    border-radius: 0.25rem;
}
@media (min-width: 48em) {
    .block__image {
        margin: 0;
    }
}
.block__main > :first-child {
    margin-top: 0;
}
.block__main > :last-child {
    margin-bottom: 0;
}
.block__main {
    margin-top: 2rem;
    text-align: center;
    font-size: 0.875rem;
}
@media (min-width: 48em) {
    .block__main {
        align-self: center;
        width: 50%;
        margin: 0;
        text-align: left;
    }
}
@media (min-width: 64em) {
    .block__main {
        padding-right: 2rem;
    }
}
.block__main .h4 a {
    text-decoration-thickness: 0.0625rem;
    text-underline-offset: 0.25rem;
}
.block__main hr {
    width: 100%;
    margin: 1.5rem 0;
    opacity: 0.2;
}
.block__main p:first-of-type {
    margin-top: 1.5rem;
}
@media (min-width: 48em) {
    .block--flip .block__main {
        order: -1;
    }
}
@media (min-width: 64em) {
    .block--flip .block__main {
        padding: 0 0 0 2rem;
    }
}
.block__main--alt {
    text-align: left;
}
.block__main--alt h2 {
    text-align: center;
}
@media (min-width: 48em) {
    .block__main--alt h2 {
        text-align: left;
    }
}
.block__email,
.block__location,
.block__phone {
    display: flex;
    margin-bottom: 1rem;
}
.block__location .block__icon {
    position: relative;
    left: -0.2rem;
    flex-shrink: 0;
    width: 1.5rem;
    margin-right: 1rem;
}
.block__email .block__icon,
.block__phone .block__icon {
    flex-shrink: 0;
    width: 1rem;
    margin-right: 1rem;
    color: #06113d;
    color: rgb(var(--navy));
}
.block__place {
    color: #06113d;
    color: rgb(var(--navy));
    font-family: Lora, sans-serif;
    font-family: var(--heading);
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.3;
    text-transform: none;
}
.block__email .block__place,
.block__phone .block__place {
    line-height: 1;
}
.block__email .block__place a,
.block__phone .block__place a {
    text-decoration: none;
}
.block__email .block__place a:hover,
.block__phone .block__place a:hover {
    text-decoration: underline;
}
.breadcrumbs {
    width: calc(100% - 4rem);
    max-width: 72rem;
    display: flex;
    flex-wrap: wrap;
    margin: 2rem auto;
}
@media (min-width: 48em) {
    .breadcrumbs {
        width: calc(100% - 6rem);
    }
}
@media (min-width: 64em) {
    .breadcrumbs {
        width: calc(100% - 8rem);
    }
}
.breadcrumbs a {
    margin-right: 0.5rem;
    color: #007e87;
    color: rgb(var(--teal));
    text-decoration: none;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}
.breacrumbs__separator {
    margin-right: 0.5rem;
}
.button {
    color: #06113d;
    color: rgb(var(--navy));
    font-family: Lora, sans-serif;
    font-family: var(--heading);
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.3;
    text-transform: none;
    font-family: Montserrat, serif;
    font-family: var(--body);
    display: inline-block;
    padding: 1rem 1.5rem;
    border: 0.0625rem solid #007e87;
    border: 0.0625rem solid rgb(var(--teal));
    border-radius: 0.25rem;
    background: #007e87;
    background: rgb(var(--teal));
    color: #fff;
    color: rgb(var(--white));
    text-align: center;
    text-decoration: none;
}
.button:hover {
    border-color: #044f67;
    border-color: rgb(var(--teal-dk));
    background: #044f67;
    background: rgb(var(--teal-dk));
}
.button--full {
    display: block;
    width: 100%;
}
.button--lg {
    padding: 2rem 1.5rem;
    font-size: 1.25rem;
}
.button--white {
    border-color: #fff;
    border-color: rgb(var(--white));
    background: #fff;
    background: rgb(var(--white));
    color: #1f416e;
    color: rgb(var(--blue));
}
.button--white:hover {
    border-color: #cee8f7;
    border-color: rgb(var(--sky));
    background: #cee8f7;
    background: rgb(var(--sky));
}
.button--blue {
    border-color: #1f416e;
    border-color: rgb(var(--blue));
    background: #1f416e;
    background: rgb(var(--blue));
}
.button--blue:hover {
    border-color: #8290a8;
    border-color: rgb(var(--blue-lt));
    background: #fff;
    background: rgb(var(--white));
    color: #1f416e;
    color: rgb(var(--blue));
}
.button--navy {
    background: #06113d;
    background: rgb(var(--navy));
    color: #cee8f7;
    color: rgb(var(--sky));
}
.button--navy,
.button--navy:hover {
    border-color: #cee8f7;
    border-color: rgb(var(--sky));
}
.button--navy:hover {
    background: #cee8f7;
    background: rgb(var(--sky));
    color: #06113d;
    color: rgb(var(--navy));
}
.button--orange {
    border-color: #c94529;
    border-color: rgb(var(--orange));
    background: #c94529;
    background: rgb(var(--orange));
}
.button--orange:hover {
    border-color: #a83a22;
    border-color: rgb(var(--orange-dk));
    background: #a83a22;
    background: rgb(var(--orange-dk));
}
.button--sky {
    background: #cee8f7;
    background: rgb(var(--sky));
    color: #06113d;
    color: rgb(var(--navy));
}
.button--sky,
.button--sky:hover {
    border-color: #cee8f7;
    border-color: rgb(var(--sky));
}
.button--sky:hover {
    background: #06113d;
    background: rgb(var(--navy));
    color: #cee8f7;
    color: rgb(var(--sky));
}
.button--ghost {
    border-color: #8290a8;
    border-color: rgb(var(--blue-lt));
    background: #fff;
    background: rgb(var(--white));
    color: #1f416e;
    color: rgb(var(--blue));
}
.button--ghost:hover {
    border-color: #1f416e;
    border-color: rgb(var(--blue));
    background: #1f416e;
    background: rgb(var(--blue));
    color: #fff;
    color: rgb(var(--white));
}
.button--arrow-right {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.button--arrow-right:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 49.522 49.522' xmlns='http://www.w3.org/2000/svg' fill='%23FFF'%3E%3Cpath d='M33.262 11.41l-2.22 2.703 10.835 8.899H0v3.5h41.877L31.041 35.41l2.221 2.703 16.26-13.352-16.26-13.352z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 1rem;
    transition: transform 0.25s ease;
    transition: transform var(--transition);
    vertical-align: bottom;
}
.button--arrow-right:hover:after {
    transform: translateX(0.25rem);
}
.button--arrow-right.button--lg:after {
    width: 2rem;
    height: 2rem;
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
}
.button--arrow-right.button--blue:hover:after,
.button--arrow-right.button--white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 49.522 49.522' xmlns='http://www.w3.org/2000/svg' fill='%231F416E'%3E%3Cpath d='M33.262 11.41l-2.22 2.703 10.835 8.899H0v3.5h41.877L31.041 35.41l2.221 2.703 16.26-13.352-16.26-13.352z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.button--arrow-right.button--navy:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 49.522 49.522' xmlns='http://www.w3.org/2000/svg' fill='%23CEE8F7'%3E%3Cpath d='M33.262 11.41l-2.22 2.703 10.835 8.899H0v3.5h41.877L31.041 35.41l2.221 2.703 16.26-13.352-16.26-13.352z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.button--arrow-right.button--navy:hover:after,
.button--arrow-right.button--sky:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 49.522 49.522' xmlns='http://www.w3.org/2000/svg' fill='%2306113D'%3E%3Cpath d='M33.262 11.41l-2.22 2.703 10.835 8.899H0v3.5h41.877L31.041 35.41l2.221 2.703 16.26-13.352-16.26-13.352z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.button--arrow-right.button--sky:hover:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 49.522 49.522' xmlns='http://www.w3.org/2000/svg' fill='%23CEE8F7'%3E%3Cpath d='M33.262 11.41l-2.22 2.703 10.835 8.899H0v3.5h41.877L31.041 35.41l2.221 2.703 16.26-13.352-16.26-13.352z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.button--arrow-right.button--ghost:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 49.522 49.522' xmlns='http://www.w3.org/2000/svg' fill='%231F416E'%3E%3Cpath d='M33.262 11.41l-2.22 2.703 10.835 8.899H0v3.5h41.877L31.041 35.41l2.221 2.703 16.26-13.352-16.26-13.352z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.button--arrow-right.button--ghost:hover:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 49.522 49.522' xmlns='http://www.w3.org/2000/svg' fill='%23FFF'%3E%3Cpath d='M33.262 11.41l-2.22 2.703 10.835 8.899H0v3.5h41.877L31.041 35.41l2.221 2.703 16.26-13.352-16.26-13.352z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.button--arrow-down {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.button--arrow-down:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 49.522 49.522' xmlns='http://www.w3.org/2000/svg' fill='%23FFF'%3E%3Cpath d='M38.112 33.262l-2.703-2.22-8.899 10.835V0h-3.5v41.877l-8.898-10.836-2.703 2.221 13.352 16.26 13.352-16.26z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 1rem;
    transition: transform 0.25s ease;
    transition: transform var(--transition);
    vertical-align: bottom;
}
.button--arrow-down:hover:after {
    transform: translateY(0.166rem);
}
.button--arrow-down.button--lg:after {
    width: 2rem;
    height: 2rem;
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
}
.button--arrow-down.button--blue:hover:after,
.button--arrow-down.button--white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 49.522 49.522' xmlns='http://www.w3.org/2000/svg' fill='%231F416E'%3E%3Cpath d='M38.112 33.262l-2.703-2.22-8.899 10.835V0h-3.5v41.877l-8.898-10.836-2.703 2.221 13.352 16.26 13.352-16.26z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.button--arrow-down.button--navy:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 49.522 49.522' xmlns='http://www.w3.org/2000/svg' fill='%23CEE8F7'%3E%3Cpath d='M38.112 33.262l-2.703-2.22-8.899 10.835V0h-3.5v41.877l-8.898-10.836-2.703 2.221 13.352 16.26 13.352-16.26z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.button--arrow-down.button--navy:hover:after,
.button--arrow-down.button--sky:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 49.522 49.522' xmlns='http://www.w3.org/2000/svg' fill='%2306113D'%3E%3Cpath d='M38.112 33.262l-2.703-2.22-8.899 10.835V0h-3.5v41.877l-8.898-10.836-2.703 2.221 13.352 16.26 13.352-16.26z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.button--arrow-down.button--sky:hover:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 49.522 49.522' xmlns='http://www.w3.org/2000/svg' fill='%23CEE8F7'%3E%3Cpath d='M38.112 33.262l-2.703-2.22-8.899 10.835V0h-3.5v41.877l-8.898-10.836-2.703 2.221 13.352 16.26 13.352-16.26z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.button--arrow-down.button--ghost:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 49.522 49.522' xmlns='http://www.w3.org/2000/svg' fill='%231F416E'%3E%3Cpath d='M38.112 33.262l-2.703-2.22-8.899 10.835V0h-3.5v41.877l-8.898-10.836-2.703 2.221 13.352 16.26 13.352-16.26z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.button--arrow-down.button--ghost:hover:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 49.522 49.522' xmlns='http://www.w3.org/2000/svg' fill='%23FFF'%3E%3Cpath d='M38.112 33.262l-2.703-2.22-8.899 10.835V0h-3.5v41.877l-8.898-10.836-2.703 2.221 13.352 16.26 13.352-16.26z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.content {
    margin: 4rem 0;
}
@media (min-width: 64em) {
    .content {
        margin: 6rem 0;
    }
}
.content__container {
    margin-top: -4rem;
}
.content__container:after {
    content: "";
    display: block;
    clear: both;
}
.content__container {
    width: calc(100% - 4rem);
    max-width: 72rem;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 48em) {
    .content__container {
        width: calc(100% - 6rem);
    }
}
@media (min-width: 64em) {
    .content__container {
        width: calc(100% - 8rem);
    }
}
.content__full > :first-child {
    margin-top: 0;
}
.content__full > :last-child {
    margin-bottom: 0;
}
.content__full {
    width: 100%;
    margin-top: 4rem;
    float: left;
    clear: left;
}
@media (min-width: 64em) {
    .content__full {
        margin-bottom: -4rem;
    }
}
.content__title {
    padding-bottom: 2rem;
    border-bottom: 0.0625rem solid #8290a8;
    border-bottom: 0.0625rem solid rgb(var(--blue-lt));
}
@media (min-width: 64em) {
    .content__title {
        width: calc(66.666% - 1.333rem);
    }
}
.content__main > :first-child {
    margin-top: 0;
}
.content__main > :last-child {
    margin-bottom: 0;
}
.content__main {
    width: 100%;
    margin-top: 4rem;
    float: left;
    clear: left;
}
@media (min-width: 64em) {
    .content__main {
        width: calc(66.666% - 1.333rem);
    }
}
@media (min-width: 64em) {
    .content__full + .content__main {
        padding-top: 3rem;
    }
}
@media (min-width: 64em) {
    .content__main--narrow {
        max-width: 37.5rem;
    }
}
.content__side > :first-child {
    margin-top: 0;
}
.content__side > :last-child {
    margin-bottom: 0;
}
.content__side {
    position: relative;
    width: 100%;
    margin-top: 4rem;
    float: right;
    clear: right;
}
@media (min-width: 64em) {
    .content__side {
        width: calc(33.333% - 2.666rem);
    }
}
@media (min-width: 64em) {
    .content__side--pull {
        margin-top: -24rem;
    }
}
.events {
    margin: 4rem 0;
}
@media (min-width: 48em) {
    .events {
        margin: 6rem 0;
    }
}
.events__container {
    width: calc(100% - 4rem);
    max-width: 72rem;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 48em) {
    .events__container {
        width: calc(100% - 6rem);
    }
}
@media (min-width: 64em) {
    .events__container {
        width: calc(100% - 8rem);
    }
}
.events__content > :first-child {
    margin-top: 0;
}
.events__content > :last-child {
    margin-bottom: 0;
}
.events__content {
    width: 100%;
    margin-bottom: 3rem;
}
@media (min-width: 64em) {
    .events__content {
        width: 66.666%;
        margin: 0;
    }
}
.events__items > :first-child {
    margin-top: 0;
}
.events__items > :last-child {
    margin-bottom: 0;
}
.events__items {
    width: 100%;
}
@media (min-width: 64em) {
    .events__items {
        display: flex;
        order: 1;
        width: calc(100% + 2rem);
        margin: 4rem -1rem 0;
    }
}
.events__card > :first-child {
    margin-top: 0;
}
.events__card > :last-child {
    margin-bottom: 0;
}
.events__card {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 2rem;
    padding: 2rem;
    border-radius: 0.25rem;
    color: #1f416e;
    color: rgb(var(--blue));
    background: #fff;
    background: rgb(var(--white));
    box-shadow: 0 0 1rem 0.5rem rgba(6, 17, 61, 0.125);
    box-shadow: var(--shadow);
}
@media (min-width: 64em) {
    .events__card {
        width: calc(33.333% - 2rem);
        margin: 0 1rem;
    }
}
.events__card:hover {
    background: #007e87;
    background: rgb(var(--teal));
    color: #fff;
    color: rgb(var(--white));
}
.events__date {
    display: flex;
    align-items: flex-end;
    margin: 0;
    font-size: 3.5rem;
    line-height: 1;
}
@media (min-width: 80em) {
    .events__date {
        font-size: 5rem;
    }
}
.events__day {
    margin: 0 0.75rem;
}
.events__day:first-child {
    margin-left: 0;
}
.events__day:last-child {
    margin-right: 0;
}
.events__month {
    display: block;
    font-size: 1.5rem;
    text-transform: uppercase;
}
.events__number {
    display: block;
    margin-top: 0.75rem;
}
.events__title {
    margin: 2rem 0;
    font-size: 1.5rem;
    color: inherit;
}
.events__title a {
    display: block;
    color: inherit;
    text-decoration: none;
}
.events__title a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.events__meta {
    color: inherit;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    text-transform: none;
}
.events__meta > :first-child {
    margin-top: 0;
}
.events__meta > :last-child {
    margin-bottom: 0;
}
.events__meta {
    margin-top: auto;
    padding-top: 1.5rem;
    border-top: 0.0625rem solid rgba(31, 65, 110, 0.2);
    border-top: 0.0625rem solid rgba(var(--blue), 0.2);
}
@media (min-width: 64em) {
    .events__meta {
        min-height: 6.5625rem;
    }
}
.events__meta p {
    position: relative;
    padding-left: 1.5rem;
}
.events__card:hover .events__meta {
    border-color: #fff;
    border-color: rgb(var(--white));
}
.events__icon {
    position: absolute;
    top: 0.0625rem;
    left: 0;
    width: 1rem;
}
.events__footer > :first-child {
    margin-top: 0;
}
.events__footer > :last-child {
    margin-bottom: 0;
}
.events__footer {
    width: 100%;
    margin-top: 3rem;
    text-align: center;
}
@media (min-width: 64em) {
    .events__footer {
        width: 33.333%;
        margin: 0;
        text-align: right;
    }
}
.feature {
    margin: 4rem 0;
    border-radius: 0.25rem;
    background: #fff;
    background: rgb(var(--white));
    box-shadow: 0 0 1rem 0.5rem rgba(6, 17, 61, 0.125);
    box-shadow: var(--shadow);
    overflow: hidden;
}
@media (min-width: 48em) {
    .feature {
        display: flex;
    }
}
@media (min-width: 64em) {
    .feature--widget {
        display: block;
    }
}
@media (min-width: 48em) {
    .feature__media {
        width: 50%;
    }
}
@media (min-width: 64em) {
    .feature--widget .feature__media {
        width: auto;
    }
}
.feature__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.feature__text {
    color: inherit;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    text-transform: none;
}
.feature__text > :first-child {
    margin-top: 0;
}
.feature__text > :last-child {
    margin-bottom: 0;
}
.feature__text {
    align-self: center;
    padding: 3rem 2rem;
}
@media (min-width: 48em) {
    .feature__text {
        width: 50%;
        padding: 4rem 3rem;
    }
}
@media (min-width: 64em) {
    .feature--widget .feature__text {
        width: auto;
        padding: 3rem 2rem;
    }
}
.feed {
    width: calc(100% - 4rem);
    max-width: 76rem;
    width: calc(100% - 2rem);
    margin: 4rem auto;
    padding: 1rem;
    border-radius: 0.25rem;
    background: #fff;
    background: rgb(var(--white));
    color: #06113d;
    color: rgb(var(--navy));
    box-shadow: 0 0 1rem 0.5rem rgba(6, 17, 61, 0.125);
    box-shadow: var(--shadow);
    overflow: hidden;
}
@media (min-width: 48em) {
    .feed {
        width: calc(100% - 6rem);
    }
}
@media (min-width: 64em) {
    .feed {
        width: calc(100% - 8rem);
    }
}
@media (min-width: 48em) {
    .feed {
        width: calc(100% - 2rem);
        margin: 6rem auto;
        padding: 2rem;
    }
}
@media (min-width: 64em) {
    .feed {
        width: calc(100% - 4rem);
    }
}
.feed__top {
    padding: 2rem;
    border-radius: 0.25rem;
    background: #edf0f4;
    background: rgb(var(--gray));
}
@media (min-width: 64em) {
    .feed__top {
        display: flex;
        justify-content: space-between;
        padding: 3rem;
    }
}
.feed__main > :first-child {
    margin-top: 0;
}
.feed__main > :last-child {
    margin-bottom: 0;
}
@media (min-width: 64em) {
    .feed__main {
        width: calc(66.666% - 1.333rem);
    }
}
.feed__side {
    margin-top: 2rem;
}
@media (min-width: 64em) {
    .feed__side {
        width: calc(33.333% - 0.666rem);
        margin: 0;
        text-align: right;
    }
}
.feed__subheading {
    margin: 2rem 0;
}
.feed__grid {
    display: flex;
    flex-wrap: wrap;
    margin: -0.5rem;
}
.feed__item {
    position: relative;
    width: calc(100% - 1rem);
    margin: 0.5rem;
    padding: 2rem;
    border-radius: 0.25rem;
}
@media (min-width: 64em) {
    .feed__item {
        width: calc(33.333% - 1rem);
    }
}
.feed__item--yellow {
    background: #e2e483;
    background: rgb(var(--yellow));
}
.feed__item--sky {
    background: #cee8f7;
    background: rgb(var(--sky));
}
.feed__item--teal-lt {
    background: #5bb8c0;
    background: rgb(var(--teal-lt));
}
.feed__meta > :first-child {
    margin-top: 0;
}
.feed__meta > :last-child {
    margin-bottom: 0;
}
.feed__meta {
    font-weight: 700;
}
.feed__icon {
    width: 1.75rem;
    margin-right: 0.75rem;
    vertical-align: bottom;
}
.feed__date,
.feed__icon {
    display: inline-block;
}
.feed__title {
    margin: 2rem 0 0;
    font-size: 1.5rem;
    font-weight: 400;
}
.feed__title a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.filter {
    padding: 4rem 0;
    background: #06113d;
    background: rgb(var(--navy));
    color: #fff;
    color: rgb(var(--white));
}
@media (min-width: 48em) {
    .filter {
        padding: 6rem 0;
    }
}
.filter__container {
    width: calc(100% - 4rem);
    max-width: 48rem;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 48em) {
    .filter__container {
        width: calc(100% - 6rem);
    }
}
@media (min-width: 64em) {
    .filter__container {
        width: calc(100% - 8rem);
    }
}
.filter__content > :first-child {
    margin-top: 0;
}
.filter__content > :last-child {
    margin-bottom: 0;
}
.filter__content {
    text-align: center;
}
.filter__content h1,
.filter__content h2,
.filter__content h3,
.filter__content h4,
.filter__content h5,
.filter__content h6 {
    color: inherit;
}
.filter__form {
    display: flex;
    width: 100%;
    margin-top: 3rem;
    color: #06113d;
    color: rgb(var(--navy));
}
@media (min-width: 64em) {
    .filter__form {
        color: #06113d;
        color: rgb(var(--navy));
        font-family: Lora, sans-serif;
        font-family: var(--heading);
        font-size: 1.375rem;
        font-weight: 700;
        line-height: 1.3;
        text-transform: none;
    }
}
.filter__label {
    display: block;
    flex-grow: 1;
}
.filter__input {
    width: 100%;
    height: 100%;
    padding: 1rem;
    border: 0;
    border-radius: 0.25rem 0 0 0.25rem;
    background: #fff;
    background: rgb(var(--white));
    text-overflow: ellipsis;
}
@media (min-width: 64em) {
    .filter__input {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='none' viewBox='0 0 24.707 24.707' xmlns='http://www.w3.org/2000/svg' stroke='%238290A8' stroke-width='0.125rem'%3E%3Cpath d='M10.844 1.353a9 9 0 00-8.99 9 9 9 0 009 9 9 9 0 009-9 9 9 0 00-9-9 9 9 0 00-.01 0zm6.01 16l6 6z'/%3E%3C/svg%3E");
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 1.5rem 1.5rem;
        padding: 1.5rem 1.5rem 1.5rem 4rem;
        background-position: 1.5rem;
    }
}
.filter__input::-moz-placeholder {
    color: #8290a8;
    color: rgb(var(--blue-lt));
}
.filter__input:-ms-input-placeholder {
    color: #8290a8;
    color: rgb(var(--blue-lt));
}
.filter__input::placeholder {
    color: #8290a8;
    color: rgb(var(--blue-lt));
}
.filter__submit {
    padding: 1rem;
    border: 0;
    border-radius: 0 0.25rem 0.25rem 0;
    background: #cee8f7;
    background: rgb(var(--sky));
}
@media (min-width: 64em) {
    .filter__submit {
        padding: 1.5rem;
    }
}
.filter__submit:hover {
    background: #a1cce4;
    background: rgb(var(--sky-dk));
}
.filter__options {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 0.5rem -0.5rem 0;
    color: #06113d;
    color: rgb(var(--navy));
    text-align: left;
    z-index: 1;
}
.filter__item {
    position: relative;
    width: calc(100% - 1rem);
    margin: 1rem 0.5rem 0;
}
@media (min-width: 48em) {
    .filter__item {
        width: calc(33.333% - 1rem);
    }
}
.filter__toggle {
    display: block;
    position: relative;
    width: 100%;
    padding: 1rem 4rem 1rem 1.5rem;
    border: 0;
    border-radius: 0.25rem;
    background-color: #edf0f4;
    background-color: rgb(var(--gray));
    line-height: inherit;
    text-align: left;
}
.filter__toggle:before {
    background-image: url(/_resources/css/"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 100 100' xmlns='http:/www.w3.org/2000/svg' fill='rgba(6,17,61)'%3E%3Cpath d='M0 29.071l9.307-9.3L51.166 61.63 90.7 22.096l9.3 9.3L51.166 80.23z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
    content: "";
    position: absolute;
    top: 1.25rem;
    right: 1.5rem;
    width: 1rem;
    height: 1rem;
    transition: transform 0.25s ease;
    transition: transform var(--transition);
}
.filter__toggle[aria-expanded="true"] {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #fff;
    background-color: rgb(var(--white));
    z-index: 2;
}
.filter__toggle[aria-expanded="true"]:before {
    transform: rotate(180deg);
}
.filter__toggle:hover {
    background-color: #fff;
    background-color: rgb(var(--white));
}
.filter__list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0 1.5rem;
    border-radius: 0 0 0.25rem 0.25rem;
    background: #fff;
    background: rgb(var(--white));
    box-shadow: 0 0 1rem 0.5rem rgba(6, 17, 61, 0.125);
    box-shadow: var(--shadow);
    z-index: 1;
}
[aria-expanded="true"] + .filter__list {
    display: block;
}
.filter__label-c {
    display: block;
    position: relative;
    padding: 1rem 0 1rem 1.75rem;
    border-top: 0.0625rem solid #8290a8;
    border-top: 0.0625rem solid rgb(var(--blue-lt));
}
.filter__checkbox {
    position: absolute;
    top: 1.3125rem;
    left: 0;
}
.footer {
    text-align: center;
    background: #06113d;
    background: rgb(var(--navy));
    color: #fff;
    color: rgb(var(--white));
}
@media (min-width: 64em) {
    .footer {
        margin-top: 8rem;
        text-align: left;
    }
}
.footer__container {
    width: calc(100% - 4rem);
    max-width: 72rem;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 48em) {
    .footer__container {
        width: calc(100% - 6rem);
    }
}
@media (min-width: 64em) {
    .footer__container {
        width: calc(100% - 8rem);
    }
}
@media (min-width: 64em) {
    .footer__grid {
        display: flex;
    }
}
.footer__block > :first-child {
    margin-top: 0;
}
.footer__block > :last-child {
    margin-bottom: 0;
}
.footer__block {
    padding: 4rem 2rem;
    border-bottom: 0.0625rem solid #8290a8;
    border-bottom: 0.0625rem solid rgb(var(--blue-lt));
}
@media (min-width: 64em) {
    .footer__block {
        width: 33.333%;
        border-right: 0.0625rem solid #8290a8;
        border-right: 0.0625rem solid rgb(var(--blue-lt));
    }
}
.footer__block:last-child {
    border-right: 0;
}
@media (min-width: 64em) {
    .footer__block--center {
        text-align: center;
    }
}
@media (min-width: 64em) {
    .footer__block--pull {
        order: -1;
    }
}
@media (min-width: 64em) {
    .footer__block--alt {
        padding-right: 4rem;
        padding-left: 4rem;
    }
}
@media (min-width: 64em) {
    .footer__block--offset {
        position: relative;
        padding-top: 2.5rem;
    }
    .footer__block--offset:before {
        content: "";
        position: absolute;
        bottom: calc(100% - 0.0625rem);
        right: 0;
        left: 0;
        height: 2rem;
        border-radius: 0.25rem 0.25rem 0 0;
        background: #06113d;
        background: rgb(var(--navy));
    }
}
.footer__logo {
    display: block;
    max-width: 18.75rem;
    margin: 0 auto 3rem;
    color: #fff;
    color: rgb(var(--white));
}
.footer__nav > :first-child {
    margin-top: 0;
}
.footer__nav > :last-child {
    margin-bottom: 0;
}
.footer__nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer__nav li {
    margin-top: 1.5rem;
}
.footer__nav a {
    color: #cee8f7;
    color: rgb(var(--sky));
    text-decoration: none;
    font-weight: 500;
}
.footer__nav a:hover {
    text-decoration: underline;
}
.footer__heading {
    color: #06113d;
    color: rgb(var(--navy));
    font-family: Lora, sans-serif;
    font-family: var(--heading);
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.3;
    text-transform: none;
    margin: 0 0 3rem;
    color: inherit;
}
.footer__main {
    position: relative;
    border-bottom: 0.0625rem solid #8290a8;
    border-bottom: 0.0625rem solid rgb(var(--blue-lt));
    color: #cee8f7;
    color: rgb(var(--sky));
    z-index: 0;
}
@media (min-width: 64em) {
    .footer__main {
        display: flex;
    }
}
.footer__locations > :first-child {
    margin-top: 0;
}
.footer__locations > :last-child {
    margin-bottom: 0;
}
.footer__locations {
    position: relative;
    padding: 4rem 0;
}
@media (min-width: 64em) {
    .footer__locations {
        width: 50%;
    }
}
.footer__location > :first-child {
    margin-top: 0;
}
.footer__location > :last-child {
    margin-bottom: 0;
}
.footer__location {
    font-weight: 400;
    margin-top: 3rem;
    padding: 0 2rem;
}
@media (min-width: 64em) {
    .footer__location {
        padding: 0 4rem;
    }
}
.footer__location__button {
    color: #06113d;
    color: rgb(var(--navy));
    font-family: Lora, sans-serif;
    font-family: var(--heading);
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.3;
    text-transform: none;
    display: inline-block;
    position: relative;
    padding: 0.5rem 1rem;
    border: 0;
    border-radius: 0.125rem;
    background: none;
    color: #fff;
    color: rgb(var(--white));
    font-weight: 600;
    text-align: inherit;
    cursor: default;
}
@media (min-width: 64em) {
    .footer__location__button {
        margin-left: -2rem;
        padding: 0.5rem 2rem;
    }
}
.footer__location__button:before {
    content: "";
    display: block;
    width: 1.125rem;
    height: 1.125rem;
    margin: 0 auto 0.75rem;
    border-radius: 0.125rem;
    background: currentColor;
}
@media (min-width: 64em) {
    .footer__location__button:before {
        position: absolute;
        top: 0.75rem;
        left: 0;
    }
}
.footer__location__button--0:before {
    background: #e2e483;
    background: rgb(var(--yellow));
}
@media (min-width: 64em) {
    [data-location="0"] .footer__location__button--0 {
        background: #e2e483;
        background: rgb(var(--yellow));
        color: #06113d;
        color: rgb(var(--navy));
    }
}
.footer__location__button--1:before {
    background: #c94529;
    background: rgb(var(--orange));
}
@media (min-width: 64em) {
    [data-location="1"] .footer__location__button--1 {
        background: #c94529;
        background: rgb(var(--orange));
    }
}
.footer__location__button--2:before {
    background: #5bb8c0;
    background: rgb(var(--teal-lt));
}
@media (min-width: 64em) {
    [data-location="2"] .footer__location__button--2 {
        background: #5bb8c0;
        background: rgb(var(--teal-lt));
        color: #06113d;
        color: rgb(var(--navy));
    }
}
.footer__map {
    position: absolute;
    top: 0;
    right: -2rem;
    bottom: 0;
    left: -2rem;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.1;
    overflow: hidden;
    z-index: -1;
}
@media (min-width: 64em) {
    .footer__map {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        width: 50%;
        max-width: 32.5rem;
        margin-left: auto;
        background-position: 100% 0;
        background-size: contain;
        opacity: 1;
        z-index: 0;
    }
}
.footer__map:before {
    content: "";
    display: block;
    padding-top: 140%;
}
.footer__map__marker {
    display: none;
    position: absolute;
    width: 1.125rem;
    height: 1.125rem;
    margin: 0 auto 0.75rem;
    border-radius: 0.125rem;
    background: currentColor;
    transform: translate(-50%, -50%);
}
@media (min-width: 64em) {
    .footer__map__marker {
        display: block;
        margin: 0;
    }
}
.footer__map__marker:before {
    content: "";
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background: currentColor;
    opacity: 0.5;
    pointer-events: none;
    z-index: -1;
}
.footer__map__marker--0 {
    top: 46%;
    left: 53%;
    background: #e2e483;
    background: rgb(var(--yellow));
}
[data-location="0"] .footer__map__marker--0 {
    z-index: 1;
}
[data-location="0"] .footer__map__marker--0:before {
    display: block;
    background: #e2e483;
    background: rgb(var(--yellow));
}
.footer__map__marker--1 {
    top: 46%;
    left: 58%;
    background: #c94529;
    background: rgb(var(--orange));
}
[data-location="1"] .footer__map__marker--1 {
    z-index: 1;
}
[data-location="1"] .footer__map__marker--1:before {
    display: block;
    background: #c94529;
    background: rgb(var(--orange));
}
.footer__map__marker--2 {
    top: 63%;
    left: 25%;
    background: #5bb8c0;
    background: rgb(var(--teal-lt));
}
[data-location="2"] .footer__map__marker--2 {
    z-index: 1;
}
[data-location="2"] .footer__map__marker--2:before {
    display: block;
    background: #5bb8c0;
    background: rgb(var(--teal-lt));
}
.footer__links > :first-child {
    margin-top: 0;
}
.footer__links > :last-child {
    margin-bottom: 0;
}
.footer__links {
    margin: 0;
    padding: 0;
    list-style: none;
}
@media (min-width: 64em) {
    .footer__links {
        display: flex;
        flex-wrap: wrap;
    }
}
@media (min-width: 64em) {
    .footer__links li {
        margin: 0 1rem 1rem 0;
    }
}
.footer__links a {
    color: #fff;
    color: rgb(var(--white));
    -webkit-text-decoration-color: #cee8f7;
    text-decoration-color: #cee8f7;
    -webkit-text-decoration-color: rgb(var(--sky));
    text-decoration-color: rgb(var(--sky));
    text-decoration-thickness: 0.125em;
}
.footer__social {
    display: flex;
    justify-content: center;
    margin: -0.5rem;
    padding: 0;
    list-style: none;
}
.footer__social li {
    margin: 0.5rem;
}
.footer__social a {
    display: block;
    width: 2.5rem;
    padding: 0.625rem;
    border: 0.0625rem solid #cee8f7;
    border: 0.0625rem solid rgb(var(--sky));
    border-radius: 50%;
    color: #cee8f7;
    color: rgb(var(--sky));
}
.footer__social a:hover {
    background: #cee8f7;
    background: rgb(var(--sky));
    color: #06113d;
    color: rgb(var(--navy));
}
.footer__legal > :first-child {
    margin-top: 0;
}
.footer__legal > :last-child {
    margin-bottom: 0;
}
.footer__legal {
    padding: 4rem 2rem;
    color: #cee8f7;
    color: rgb(var(--sky));
    text-align: center;
}
.gallery {
    margin: 4rem 0;
}
@media (min-width: 48em) {
    .gallery {
        margin: 6rem 0;
    }
}
.gallery__container {
    width: calc(100% - 4rem);
    max-width: 64rem;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 48em) {
    .gallery__container {
        width: calc(100% - 6rem);
    }
}
@media (min-width: 64em) {
    .gallery__container {
        width: calc(100% - 8rem);
    }
}
.gallery__content > :first-child {
    margin-top: 0;
}
.gallery__content > :last-child {
    margin-bottom: 0;
}
.gallery__content {
    width: 100%;
    margin-bottom: 3rem;
}
@media (min-width: 64em) {
    .gallery__content {
        width: 66.666%;
        margin: 0;
    }
}
.gallery__grid {
    display: flex;
    flex-wrap: wrap;
    margin: -0.75rem;
}
@media (min-width: 48em) {
    .gallery__grid {
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: 1fr 1fr 1fr 1fr;
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template: "a a b b" "a a b b" "c e e f" "d e e g"/1fr 1fr 1fr 1fr;
    }
}
@media (min-width: 64em) {
    .gallery__grid {
        order: 1;
        margin-top: 3.25rem;
    }
}
.gallery__item {
    display: block;
    position: relative;
    width: calc(100% - 1.5rem);
    margin: 0.75rem;
    border-radius: 0.25rem;
    overflow: hidden;
}
@media (min-width: 32em) {
    .gallery__item {
        width: calc(50% - 1.5rem);
    }
}
@media (min-width: 48em) {
    .gallery__item {
        width: calc(100% - 1.5rem);
    }
}
.gallery__item:first-child,
.gallery__item:nth-child(2),
.gallery__item:nth-child(5) {
    width: calc(100% - 1.5rem);
}
@media (min-width: 48em) {
    .gallery__item:first-child {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column-span: 2;
        grid-area: a;
    }
}
@media (min-width: 48em) {
    .gallery__item:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
        -ms-grid-row-span: 2;
        -ms-grid-column-span: 2;
        grid-area: b;
    }
}
@media (min-width: 48em) {
    .gallery__item:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        grid-area: c;
    }
}
@media (min-width: 48em) {
    .gallery__item:nth-child(4) {
        -ms-grid-row: 4;
        -ms-grid-column: 1;
        grid-area: d;
    }
}
@media (min-width: 48em) {
    .gallery__item:nth-child(5) {
        -ms-grid-row: 3;
        -ms-grid-column: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column-span: 2;
        grid-area: e;
    }
}
@media (min-width: 48em) {
    .gallery__item:nth-child(6) {
        -ms-grid-row: 3;
        -ms-grid-column: 4;
        grid-area: f;
    }
}
@media (min-width: 48em) {
    .gallery__item:nth-child(7) {
        -ms-grid-row: 4;
        -ms-grid-column: 4;
        grid-area: g;
    }
}
.gallery__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.gallery__item:hover:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(6, 17, 61, 0.8);
    background-color: rgba(var(--navy), 0.8);
}
.gallery__item:hover:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 37.129 37.129' xmlns='http://www.w3.org/2000/svg' fill='%23E2E483'%3E%3Cpath d='M0 0l.049 14.979 4-.014-.026-8.113L30.28 33.108l-8.115-.027-.011 4 14.977.049-.05-14.977-4 .011.028 8.115L6.852 4.023l8.113.026.012-4z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 2.25rem 2.25rem;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5.5rem;
    height: 5.5rem;
    border: 0.25rem solid #e2e483;
    border: 0.25rem solid rgb(var(--yellow));
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.gallery__footer > :first-child {
    margin-top: 0;
}
.gallery__footer > :last-child {
    margin-bottom: 0;
}
.gallery__footer {
    width: 100%;
    margin-top: 3rem;
    text-align: center;
}
@media (min-width: 64em) {
    .gallery__footer {
        width: 33.333%;
        margin: 0;
        text-align: right;
    }
}
.header {
    height: 3.75rem;
}
@media (min-width: 48em) {
    .header {
        height: 5.75rem;
    }
}
@media (min-width: 80em) {
    .header {
        height: 7rem;
    }
}
.header__interior {
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: inherit;
    padding: 0 1rem;
    background: #fff;
    background: rgb(var(--white));
    color: #06113d;
    color: rgb(var(--navy));
    z-index: 2;
}
@media (min-width: 48em) {
    .header__interior {
        padding: 0 1.5rem;
    }
}
@media (min-width: 80em) {
    .header__interior {
        position: absolute;
        top: 1.25rem;
        right: 2rem;
        left: 2rem;
        height: 5.75rem;
        padding: 0 2rem;
    }
}
.header__interior:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    background: rgb(var(--white));
    box-shadow: 0 0 1rem 0.5rem rgba(6, 17, 61, 0.125);
    box-shadow: var(--shadow);
    z-index: -1;
}
@media (min-width: 80em) {
    .header--fixed .header__interior {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        height: 4rem;
        -webkit-animation: slide-down 0.25s ease both;
        animation: slide-down 0.25s ease both;
        -webkit-animation: slide-down var(--transition) both;
        animation: slide-down var(--transition) both;
    }
}
.header__logo {
    display: block;
    width: 10rem;
}
@media (min-width: 48em) {
    .header__logo {
        width: 13.75rem;
    }
}
@media (min-width: 80em) {
    .header__logo .svg--logo {
        transform: none;
    }
}
.header__logo .svg--logo__subtitle {
    display: none;
}
@media (min-width: 80em) {
    .header__logo .svg--logo__subtitle {
        display: block;
    }
}
.header__toggle {
    flex-shrink: 0;
    width: 1.5rem;
    margin-left: 1rem;
    padding: 0;
    border: 0;
    background: none;
}
@media (min-width: 80em) {
    .header__toggle {
        margin-left: 2rem;
    }
}
.header__toggle .svg--search svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 0.1875rem;
}
.header__toggle[aria-expanded="true"] svg {
    opacity: 0;
}
.header__toggle--menu {
    margin-left: auto;
}
@media (min-width: 80em) {
    .header__toggle--menu {
        display: none;
    }
}
.header__flyout {
    position: fixed;
    top: 3.75rem;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 2rem;
    transform: translateX(100%);
    transition: transform 0.25s ease, visibility 0.25s ease;
    transition: transform var(--transition), visibility var(--transition);
    background: #06113d;
    background: rgb(var(--navy));
    color: #fff;
    color: rgb(var(--white));
    overflow: auto;
    visibility: hidden;
}
@media (min-width: 48em) {
    .header__flyout {
        top: 5.75rem;
        padding: 0 3rem;
    }
}
@media (min-width: 80em) {
    .header__flyout {
        position: static;
        padding: 0;
        transform: none;
        transition: none;
        background: none;
        color: inherit;
        overflow: visible;
        visibility: visible;
    }
}
.header__flyout:after,
.header__flyout:before {
    content: "";
    display: block;
    height: 2rem;
}
@media (min-width: 48em) {
    .header__flyout:after,
    .header__flyout:before {
        height: 3rem;
    }
}
@media (min-width: 80em) {
    .header__flyout:after,
    .header__flyout:before {
        display: none;
    }
}
.header__flyout a {
    color: inherit;
    text-decoration: none;
}
[aria-expanded="true"] + .header__flyout {
    transform: none;
    visibility: visible;
}
@media (min-width: 80em) {
    .header__flyout--menu {
        display: flex;
        align-items: center;
        margin-left: auto;
    }
}
@media (min-width: 80em) {
    .header__flyout--search {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        bottom: auto;
        left: 0;
        box-shadow: 0 0 1rem 0.5rem rgba(6, 17, 61, 0.125);
        box-shadow: var(--shadow);
        z-index: -3;
    }
    [aria-expanded="true"] + .header__flyout--search {
        display: block;
    }
}
.header__heading {
    color: #06113d;
    color: rgb(var(--navy));
    font-family: Lora, sans-serif;
    font-family: var(--heading);
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.3;
    text-transform: none;
    margin: 0 0 1rem;
    color: inherit;
    font-weight: 400;
}
@media (min-width: 80em) {
    .header__heading {
        display: none;
    }
}
.header__subheading {
    margin: 6rem 0 1rem;
    font-weight: 700;
}
@media (min-width: 80em) {
    .header__subheading {
        display: none;
    }
}
.header__nav {
    color: #06113d;
    color: rgb(var(--navy));
    font-family: Lora, sans-serif;
    font-family: var(--heading);
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.3;
    text-transform: none;
    border-bottom: 0.0625rem solid #8290a8;
    border-bottom: 0.0625rem solid rgb(var(--blue-lt));
    color: inherit;
}
.header__nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.header__nav ul ul {
    display: none;
    margin-top: 0.5rem;
    color: #cee8f7;
    color: rgb(var(--sky));
    font-weight: 400;
}
.header__nav li {
    margin: 0;
    border-top: 0.0625rem solid #8290a8;
    border-top: 0.0625rem solid rgb(var(--blue-lt));
}
.header__nav li li {
    margin-bottom: 1.5rem;
    border: 0;
}
@media (min-width: 80em) {
    .header__nav a:hover {
        text-decoration: underline;
    }
}
.header__nav [aria-expanded="true"] + ul {
    display: block;
}
@media (min-width: 80em) {
    .header__nav--menu {
        border: 0;
    }
    .header__nav--menu ul {
        display: flex;
    }
    .header__nav--menu ul ul {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        margin: 0;
        padding-top: 1.5rem;
        background: #fff;
        background: rgb(var(--white));
        box-shadow: 0 0 1rem 0.5rem rgba(6, 17, 61, 0.125);
        box-shadow: var(--shadow);
        z-index: -3;
    }
    .header__nav--menu ul ul ul {
        display: block !important;
        position: static;
        padding: 0;
        background: none;
        box-shadow: none;
    }
    .header__nav--menu li {
        margin-left: 1rem;
        border: 0;
    }
    .header__nav--menu li li {
        width: 33.333%;
        margin-left: 0;
        padding: 1.5rem 4rem 0;
        border-left: 0.0625rem solid #edf0f4;
        border-left: 0.0625rem solid rgb(var(--gray));
    }
    .header__nav--menu li li li {
        width: auto;
        padding: 0;
        border: 0;
    }
    .header__nav--menu a {
        font-family: Montserrat, serif;
        font-family: var(--body);
        font-weight: 500;
        color: #06113d;
        color: rgb(var(--navy));
    }
    .header__nav--menu [aria-expanded="true"] + ul {
        display: flex;
    }
}
@media (min-width: 80em) {
    .header__nav--menu li {
        margin-left: 2rem;
    }
}
@media (min-width: 80em) {
    .header__nav--search {
        padding: 1.5rem 0;
        border: 0;
        background: #fff;
        background: rgb(var(--white));
    }
    .header__nav--search ul {
        display: flex;
    }
    .header__nav--search ul ul {
        display: block;
    }
    .header__nav--search li {
        width: 33.333%;
        padding: 0.5rem 4rem 0;
        border: 0;
        border-left: 0.0625rem solid #edf0f4;
        border-left: 0.0625rem solid rgb(var(--gray));
    }
    .header__nav--search li:first-child {
        border: 0;
    }
    .header__nav--search li li {
        width: auto;
        padding: 0;
    }
    .header__nav--search a {
        font-family: Montserrat, serif;
        font-family: var(--body);
        font-weight: 500;
        color: #06113d !important;
        color: rgb(var(--navy)) !important;
    }
}
.header__nav__toggle {
    display: block;
    width: 100%;
    padding: 1rem 0;
    border: 0;
    background: none;
    font-weight: 700;
    text-align: left;
    font-family: Montserrat, serif;
    font-family: var(--body);
}
@media (min-width: 80em) {
    .header__nav__toggle {
        cursor: auto;
    }
}
.header__nav__toggle:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg' fill='%23FFF'%3E%3Cpath d='M8 0v8H0v2h8v8h2v-8h8V8h-8V0z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    margin-left: 1rem;
    float: right;
}
@media (min-width: 80em) {
    .header__nav__toggle:before {
        display: none;
    }
}
.header__nav__toggle[aria-expanded="true"]:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg' fill='%23FFF'%3E%3Cpath d='M0 8v2h18V8z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
@media (min-width: 80em) {
    .header__nav__toggle--menu {
        color: inherit;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 1.6;
        text-transform: none;
        font-size: 1.0625rem;
        font-weight: 700;
        line-height: 1.2;
        height: 5.75rem;
        padding: 0;
        border-bottom: 0.25rem solid transparent;
        border-top: 0.25rem solid transparent;
        text-align: center;
        cursor: pointer;
    }
    .header__nav__toggle--menu:hover,
    .header__nav__toggle--menu[aria-expanded="true"] {
        border-bottom-color: #cee8f7;
        border-bottom-color: rgb(var(--sky));
    }
}
@media (min-width: 80em) {
    .header--fixed .header__nav__toggle--menu {
        height: 4rem;
    }
}
.header__nav__toggle--sub {
    font-family: Montserrat, serif;
    font-family: var(--body);
    font-weight: 700;
    margin-bottom: 1.5rem;
    padding: 0;
}
@media (min-width: 80em) {
    .header__nav__toggle--sub {
        color: #06113d;
        color: rgb(var(--navy));
    }
}
.header__nav__toggle--sub:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg' fill='%23CEE8F7'%3E%3Cpath d='M8 0v8H0v2h8v8h2v-8h8V8h-8V0z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.header__nav__toggle--sub[aria-expanded="true"]:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg' fill='%23CEE8F7'%3E%3Cpath d='M0 8v2h18V8z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.header__nav__close {
    display: none;
}
@media (min-width: 80em) {
    .header__nav__close {
        position: absolute;
        top: calc(100% + 2rem);
        right: 2rem;
        width: 1.5rem;
        padding: 0;
        border: 0;
        background: none;
        color: #06113d;
        color: rgb(var(--navy));
    }
}
@media (min-width: 80em) {
    .header__nav__toggle[aria-expanded="true"] ~ .header__nav__close {
        display: block;
    }
}
.header__nav__featured {
    color: #06113d;
    color: rgb(var(--navy));
    font-size: 1.375rem;
    line-height: 1.3;
    text-transform: none;
    display: block !important;
    color: #fff !important;
    color: rgb(var(--white)) !important;
}
.header__nav__featured,
.header__nav__featured a {
    font-family: Lora, sans-serif;
    font-family: var(--heading);
    font-weight: 700;
}
.header__nav__featured a {
    text-decoration: underline;
    -webkit-text-decoration-color: #8290a8;
    text-decoration-color: #8290a8;
    -webkit-text-decoration-color: rgb(var(--blue-lt));
    text-decoration-color: rgb(var(--blue-lt));
}
@media (min-width: 80em) {
    .header__nav__featured a {
        text-decoration: underline;
        -webkit-text-decoration-color: #cee8f7;
        text-decoration-color: #cee8f7;
        -webkit-text-decoration-color: rgb(var(--sky));
        text-decoration-color: rgb(var(--sky));
        text-decoration-thickness: 0.25em;
    }
}
@media (min-width: 80em) {
    .header__nav__featured a:hover {
        text-decoration: none;
    }
}
.header__nav__hide {
    display: none;
}
@media (min-width: 80em) {
    .header__nav__hide {
        display: inline;
    }
}
.header__audience {
    margin-top: 2rem;
}
@media (min-width: 80em) {
    .header__audience {
        flex-shrink: 0;
        margin: 0 0 0 1rem;
        margin-left: 2rem;
    }
}
.header__audience ul > :first-child {
    margin-top: 0;
}
.header__audience ul > :last-child {
    margin-bottom: 0;
}
.header__audience ul {
    display: none;
    margin: 0;
    padding: 1.5rem;
    border-radius: 0 0 0.25rem 0.25rem;
    background: #fff;
    background: rgb(var(--white));
    color: #06113d;
    color: rgb(var(--navy));
    list-style: none;
}
@media (min-width: 80em) {
    .header__audience ul {
        position: absolute;
        top: 100%;
        right: 4.5rem;
        width: 24rem;
        padding: 2rem;
        border-radius: 0;
        box-shadow: 0 0 1rem 0.5rem rgba(6, 17, 61, 0.125);
        box-shadow: var(--shadow);
        z-index: -2;
        right: 5.5rem;
    }
}
@media (min-width: 80em) {
    .header__audience li {
        margin-top: 1.5rem;
    }
}
@media (min-width: 80em) {
    .header__audience a:hover {
        text-decoration: underline;
        -webkit-text-decoration-color: #cee8f7;
        text-decoration-color: #cee8f7;
        -webkit-text-decoration-color: rgb(var(--sky));
        text-decoration-color: rgb(var(--sky));
        text-decoration-thickness: 0.25em;
    }
}
.header__audience__toggle {
    color: #06113d;
    color: rgb(var(--navy));
    font-family: Lora, sans-serif;
    font-family: var(--heading);
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.3;
    text-transform: none;
    font-family: Montserrat, serif;
    font-family: var(--body);
    display: block;
    width: 100%;
    padding: 1rem 1.5rem;
    border: 0;
    border-radius: 0.25rem;
    background: #e2e483;
    background: rgb(var(--yellow));
    text-align: left;
}
@media (min-width: 80em) {
    .header__audience__toggle {
        color: inherit;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 1.6;
        text-transform: none;
        font-size: 1.0625rem;
        font-weight: 700;
        padding: 0.5rem 1.25rem;
        border-radius: 1.5rem !important;
    }
}
.header__audience__toggle:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' fill='%2306113D'%3E%3Cpath d='M0 29.071l9.307-9.3L51.166 61.63 90.7 22.096l9.3 9.3L51.166 80.23z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    margin: 0.1875rem 0 0 1.5rem;
    float: right;
    transition: transform 0.25s ease;
    transition: transform var(--transition);
}
@media (min-width: 80em) {
    .header__audience__toggle:before {
        width: 0.75rem;
        height: 0.75rem;
        margin: 0.5rem 0 0 0.5rem;
    }
}
.header__audience__toggle[aria-expanded="true"] {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.header__audience__toggle[aria-expanded="true"]:before {
    transform: rotate(180deg);
}
.header__audience__toggle[aria-expanded="true"] + ul {
    display: block;
}
.header__search {
    padding-top: 1rem;
    border-top: 0.0625rem solid #8290a8;
    border-top: 0.0625rem solid rgb(var(--blue-lt));
}
@media (min-width: 80em) {
    .header__search {
        padding: 6rem;
        border-top: 0;
        background: #06113d;
        background: rgb(var(--navy));
    }
}
.header__search__form {
    display: flex;
    width: 100%;
    color: #06113d;
    color: rgb(var(--navy));
}
@media (min-width: 80em) {
    .header__search__form {
        color: #06113d;
        color: rgb(var(--navy));
        font-family: Lora, sans-serif;
        font-family: var(--heading);
        font-size: 1.375rem;
        font-weight: 700;
        line-height: 1.3;
        text-transform: none;
        max-width: 38rem;
        margin: 0 auto;
    }
}
.header__search__label {
    display: block;
    flex-grow: 1;
}
.header__search__input {
    width: 100%;
    height: 100%;
    padding: 1rem;
    border: 0;
    border-radius: 0.25rem 0 0 0.25rem;
    background: #fff;
    background: rgb(var(--white));
    text-overflow: ellipsis;
}
@media (min-width: 80em) {
    .header__search__input {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='none' viewBox='0 0 24.707 24.707' xmlns='http://www.w3.org/2000/svg' stroke='%238290A8' stroke-width='0.125rem'%3E%3Cpath d='M10.844 1.353a9 9 0 00-8.99 9 9 9 0 009 9 9 9 0 009-9 9 9 0 00-9-9 9 9 0 00-.01 0zm6.01 16l6 6z'/%3E%3C/svg%3E");
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 1.5rem 1.5rem;
        padding: 1.5rem 1.5rem 1.5rem 4rem;
        background-position: 1.5rem;
    }
}
.header__search__input::-moz-placeholder {
    color: #8290a8;
    color: rgb(var(--blue-lt));
}
.header__search__input:-ms-input-placeholder {
    color: #8290a8;
    color: rgb(var(--blue-lt));
}
.header__search__input::placeholder {
    color: #8290a8;
    color: rgb(var(--blue-lt));
}
.header__search__submit {
    padding: 1rem;
    border: 0;
    border-radius: 0 0.25rem 0.25rem 0;
    background: #cee8f7;
    background: rgb(var(--sky));
}
@media (min-width: 80em) {
    .header__search__submit {
        padding: 1.5rem;
    }
}
.header__search__submit:hover {
    background: #a1cce4;
    background: rgb(var(--sky-dk));
}
.header__close {
    display: none;
    width: 1.5rem;
    margin-left: -1.5rem;
    padding: 0;
    border: 0;
    background: none;
}
.header__toggle[aria-expanded="true"] + * + .header__close {
    display: block;
}
@media (min-width: 80em) {
    .header__close--menu {
        display: none !important;
    }
}
.hero {
    display: flex;
    flex-direction: column;
    position: relative;
    background-position: 50%;
    background-size: cover;
    z-index: 0;
}
.hero:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(transparent, #252525);
    background-image: linear-gradient(var(--transparent), rgb(var(--black)));
    z-index: 1;
}
.hero--empty:before {
    display: none;
}
.hero--navy:before {
    background: rgba(6, 17, 61, 0.8);
    background: rgba(var(--navy), 0.8);
}
.hero__video {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
@media (min-width: 48em) {
    .hero__video {
        display: block;
    }
}
.hero__video video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
}
.hero__control {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 65 65' fill='%23FFF'%3E%3Cpath d='M32.5 0C50.45 0 65 14.55 65 32.5S50.45 65 32.5 65 0 50.45 0 32.5 14.55 0 32.5 0zM27 21v22l17-11z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: none;
    position: absolute;
    right: 3rem;
    top: 3rem;
    width: 4rem;
    height: 4rem;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background-color: transparent;
    opacity: 0.9;
    z-index: 3;
}
@media (min-width: 48em) {
    .hero__control {
        display: block;
    }
}
@media (min-width: 64em) {
    .hero__control {
        top: auto;
        right: 4rem;
        bottom: 4rem;
    }
}
.hero__control:hover {
    opacity: 1;
}
.hero__control[data-playing] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 65 65' fill='%23FFF'%3E%3Cpath d='M32.5 0C50.45 0 65 14.55 65 32.5S50.45 65 32.5 65 0 50.45 0 32.5 14.55 0 32.5 0zM29 22h-7v21h7zm14 0h-7v21h7z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.hero__container {
    width: calc(100% - 4rem);
    max-width: 72rem;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    min-height: 60vw;
    padding: 3rem 0 1.5rem;
    z-index: 2;
}
@media (min-width: 48em) {
    .hero__container {
        width: calc(100% - 6rem);
    }
}
@media (min-width: 64em) {
    .hero__container {
        width: calc(100% - 8rem);
    }
}
@media (min-width: 48em) {
    .hero__container {
        min-height: 32rem;
        padding: 6rem 0 3rem;
    }
}
.hero--empty .hero__container {
    min-height: 50vw;
}
@media (min-width: 48em) {
    .hero--empty .hero__container {
        min-height: 24rem;
    }
}
.hero__text > :first-child {
    margin-top: 0;
}
.hero__text > :last-child {
    margin-bottom: 0;
}
.hero__text {
    max-width: 48rem;
    color: #fff;
    color: rgb(var(--white));
}
@media (min-width: 64em) {
    .hero__text {
        width: calc(66.666% - 1.333rem);
    }
}
.hero__title {
    color: inherit;
}
.hero__side {
    margin-top: 2rem;
}
@media (min-width: 64em) {
    .hero__side {
        position: absolute;
        right: 0;
        bottom: 3rem;
        width: calc(33.333% - 0.666rem);
        margin: 0;
        text-align: right;
    }
}
.icons {
    width: calc(100% - 4rem);
    max-width: 64rem;
    margin: 4rem auto;
}
@media (min-width: 48em) {
    .icons {
        width: calc(100% - 6rem);
    }
}
@media (min-width: 64em) {
    .icons {
        width: calc(100% - 8rem);
    }
}
@media (min-width: 48em) {
    .icons {
        margin: 6rem auto;
    }
}
@media (min-width: 64em) {
    .icons {
        display: flex;
        justify-content: space-between;
    }
}
@media (min-width: 64em) {
    .icons--alt {
        display: block;
    }
}
.icons__side > :first-child {
    margin-top: 0;
}
.icons__side > :last-child {
    margin-bottom: 0;
}
@media (min-width: 64em) {
    .icons__side {
        width: calc(45% - 4rem);
    }
}
@media (min-width: 80em) {
    .icons__side {
        width: calc(45% - 6rem);
    }
}
.icons--alt .icons__side {
    width: 100%;
    max-width: 42rem;
}
@media (min-width: 64em) {
    .icons--alt .icons__side {
        margin-bottom: 3rem;
    }
}
.icons__links {
    margin-top: 2rem;
}
@media (min-width: 64em) {
    .icons__links {
        margin-top: 2.5rem;
    }
}
.icons__main {
    margin-top: 2rem;
    text-align: center;
}
@media (min-width: 64em) {
    .icons__main {
        width: 55%;
        margin: 0;
    }
}
.icons--alt .icons__main {
    width: 100%;
}
.icons__grid {
    display: flex;
    flex-wrap: wrap;
    margin: -0.75rem;
}
.icons__item {
    color: #06113d;
    color: rgb(var(--navy));
    font-family: Lora, sans-serif;
    font-family: var(--heading);
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.3;
    text-transform: none;
    font-family: Montserrat, serif;
    font-family: var(--body);
    font-weight: 600;
    display: block;
    width: calc(50% - 1.5rem);
    margin: 0.75rem;
    padding: 2rem;
    border-radius: 0.25rem;
    background: #fff;
    background: rgb(var(--white));
    box-shadow: 0 0 1rem 0.5rem rgba(6, 17, 61, 0.125);
    box-shadow: var(--shadow);
    text-decoration: none;
}
@media (min-width: 48em) {
    .icons__item {
        width: calc(33.333% - 1.5rem);
    }
}
@media (min-width: 48em) {
    .icons--alt .icons__item {
        width: calc(25% - 1.5rem);
    }
}
.icons__item:hover {
    box-shadow: 0 0 1rem 0.5rem rgba(6, 17, 61, 0.25);
    box-shadow: var(--shadow-hover);
}
.icons__icon {
    max-width: 4rem;
    margin: 0 auto 1rem;
}
@media (min-width: 64em) {
    .icons--alt .icons__icon {
        max-width: 6rem;
        margin: 1rem auto 2rem;
    }
}
.icons__cta {
    margin: 3rem 0 0;
}
.link {
    font-family: Lora, sans-serif;
    font-family: var(--heading);
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.3;
    text-transform: none;
    font-family: Montserrat, serif;
    font-family: var(--body);
    display: inline-block;
    position: relative;
    padding: 0 0 0.5rem;
    border: 0;
    background: none;
    color: #06113d;
    color: rgb(var(--navy));
    text-align: left;
    text-decoration: none;
}
.link:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.25rem;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.25s ease;
    transition: transform var(--transition);
    background: #06113d;
    background: rgb(var(--navy));
}
.link:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 49.522 49.522' xmlns='http://www.w3.org/2000/svg' fill='%2306113D'%3E%3Cpath d='M33.262 11.41l-2.22 2.703 10.835 8.899H0v3.5h41.877L31.041 35.41l2.221 2.703 16.26-13.352-16.26-13.352z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 1rem;
    vertical-align: bottom;
}
.link:hover:before {
    transform: none;
}
.link--sky {
    color: #fff;
    color: rgb(var(--white));
}
.link--sky:before {
    background: #cee8f7;
    background: rgb(var(--sky));
}
.link--sky:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 49.522 49.522' xmlns='http://www.w3.org/2000/svg' fill='%23FFF'%3E%3Cpath d='M33.262 11.41l-2.22 2.703 10.835 8.899H0v3.5h41.877L31.041 35.41l2.221 2.703 16.26-13.352-16.26-13.352z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.link--yellow {
    color: #fff;
    color: rgb(var(--white));
}
.link--yellow:before {
    background: #e2e483;
    background: rgb(var(--yellow));
}
.link--yellow:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 49.522 49.522' xmlns='http://www.w3.org/2000/svg' fill='%23FFF'%3E%3Cpath d='M33.262 11.41l-2.22 2.703 10.835 8.899H0v3.5h41.877L31.041 35.41l2.221 2.703 16.26-13.352-16.26-13.352z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.link--white {
    color: #fff;
    color: rgb(var(--white));
}
.link--white:before {
    background: #fff;
    background: rgb(var(--white));
}
.link--white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 49.522 49.522' xmlns='http://www.w3.org/2000/svg' fill='%23FFF'%3E%3Cpath d='M33.262 11.41l-2.22 2.703 10.835 8.899H0v3.5h41.877L31.041 35.41l2.221 2.703 16.26-13.352-16.26-13.352z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.link--inline {
    margin-right: 1.5rem;
}
.media {
    margin: 3rem 0;
}
@media (min-width: 48em) {
    .media--right {
        max-width: calc(50% - 1rem);
        margin: 0.5rem 0 1.5rem 2rem;
        float: right;
    }
}
@media (min-width: 48em) {
    .media--left {
        max-width: calc(50% - 1rem);
        margin: 0.5rem 2rem 1.5rem 0;
        float: left;
    }
}
.media__caption {
    color: inherit;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.6;
    text-transform: none;
}
.media__caption > :first-child {
    margin-top: 0;
}
.media__caption > :last-child {
    margin-bottom: 0;
}
.media__caption {
    margin-top: 1rem;
}
@media (min-width: 48em) {
    .media--inset .media__caption {
        max-width: calc(100% - 12rem);
    }
}
.news {
    padding: 4rem 0;
    background: #edf0f4;
    background: rgb(var(--gray));
}
@media (min-width: 48em) {
    .news {
        padding: 6rem 0;
    }
}
.news__container {
    width: calc(100% - 4rem);
    max-width: 64rem;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 48em) {
    .news__container {
        width: calc(100% - 6rem);
    }
}
@media (min-width: 64em) {
    .news__container {
        width: calc(100% - 8rem);
    }
}
.news__content > :first-child {
    margin-top: 0;
}
.news__content > :last-child {
    margin-bottom: 0;
}
.news__content {
    width: 100%;
    margin-bottom: 3rem;
    text-align: center;
}
@media (min-width: 64em) {
    .news__content {
        width: 66.666%;
        margin: 0;
        text-align: left;
    }
}
.news__main {
    width: 100%;
}
@media (min-width: 64em) {
    .news__main {
        order: 1;
    }
}
.news__card,
.news__feature {
    position: relative;
    border-radius: 0.25rem;
    box-shadow: 0 0 1rem 0.5rem rgba(6, 17, 61, 0.125);
    box-shadow: var(--shadow);
}
@media (min-width: 64em) {
    .news__card,
    .news__feature {
        margin-top: 4rem;
    }
}
.news__feature {
    overflow: hidden;
}
@media (min-width: 48em) {
    .news__feature {
        display: flex;
    }
}
.news__image {
    overflow: hidden;
}
@media (min-width: 48em) {
    .news__image {
        order: 1;
        width: 50%;
    }
}
.news__image img {
    width: 100%;
    height: 100%;
    transition: transform 0.25s ease;
    transition: transform var(--transition);
    -o-object-fit: cover;
    object-fit: cover;
}
.news__feature:hover .news__image img {
    transform: scale(1.2);
}
.news__interior {
    display: flex;
    align-items: center;
    padding: 3rem 2rem;
    background: #06113d;
    background: rgb(var(--navy));
    color: #fff;
    color: rgb(var(--white));
}
@media (min-width: 48em) {
    .news__interior {
        width: 50%;
    }
}
@media (min-width: 64em) {
    .news__interior {
        padding: 3rem;
    }
}
@media (min-width: 80em) {
    .news__interior {
        padding: 4rem;
    }
}
.news__wrap > :first-child {
    margin-top: 0;
}
.news__wrap > :last-child {
    margin-bottom: 0;
}
.news__meta > :first-child {
    margin-top: 0;
}
.news__meta > :last-child {
    margin-bottom: 0;
}
.news__meta {
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 0.0625rem solid rgba(31, 65, 110, 0.2);
    border-bottom: 0.0625rem solid rgba(var(--blue), 0.2);
    font-weight: 700;
}
.news__feature .news__meta {
    border-bottom-color: rgba(206, 232, 247, 0.2);
    border-bottom-color: rgba(var(--sky), 0.2);
}
.news__icon {
    width: 1.25rem;
    margin-right: 0.5rem;
    vertical-align: text-bottom;
}
.news__date,
.news__icon {
    display: inline-block;
}
.news__title {
    margin: 0;
}
.news__title a {
    color: inherit;
}
.news__title a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.news__feature .news__title {
    color: #fff;
    color: rgb(var(--white));
}
.news__card .news__title {
    font-weight: 400;
}
.news__card .news__title a {
    text-decoration: none;
}
@media (min-width: 64em) {
    .news__grid {
        display: flex;
        margin: 2rem -0.5rem 0;
    }
}
.news__card > :first-child {
    margin-top: 0;
}
.news__card > :last-child {
    margin-bottom: 0;
}
.news__card {
    margin-top: 1.5rem;
    padding: 2rem;
    background: #fff;
    background: rgb(var(--white));
    color: #06113d;
    color: rgb(var(--navy));
}
@media (min-width: 64em) {
    .news__card {
        width: calc(33.333% - 1rem);
        margin: 0 0.5rem;
    }
}
.news__card:hover {
    box-shadow: 0 0 1rem 0.5rem rgba(6, 17, 61, 0.25);
    box-shadow: var(--shadow-hover);
}
.news__footer > :first-child {
    margin-top: 0;
}
.news__footer > :last-child {
    margin-bottom: 0;
}
.news__footer {
    width: 100%;
    margin-top: 3rem;
    text-align: center;
}
@media (min-width: 64em) {
    .news__footer {
        width: 33.333%;
        margin: 0;
        text-align: right;
    }
}
.overlay {
    width: calc(100% - 4rem);
    max-width: 64rem;
    margin: 4rem auto;
}
@media (min-width: 48em) {
    .overlay {
        width: calc(100% - 6rem);
    }
}
@media (min-width: 64em) {
    .overlay {
        width: calc(100% - 8rem);
    }
}
@media (min-width: 48em) {
    .overlay {
        margin: 6rem auto;
    }
}
.overlay__image,
.overlay__main {
    position: relative;
}
.overlay__play {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 3rem;
    height: 3rem;
    color: #fff;
    color: rgb(var(--white));
    opacity: 0.9;
}
@media (min-width: 48em) {
    .overlay__play {
        top: 1.5rem;
        right: 1.5rem;
        width: 4rem;
        height: 4rem;
    }
}
@media (min-width: 64em) {
    .overlay__play {
        top: auto;
        right: auto;
        bottom: 1.5rem;
        left: 1.5rem;
    }
}
.overlay__play:hover {
    opacity: 1;
}
.overlay__content > :first-child {
    margin-top: 0;
}
.overlay__content > :last-child {
    margin-bottom: 0;
}
.overlay__content {
    position: relative;
    margin: -3rem 1rem 0;
    padding: 2rem;
    border-radius: 0.25rem;
    background: #fff;
    background: rgb(var(--white));
    box-shadow: 0 0 1rem 0.5rem rgba(6, 17, 61, 0.125);
    box-shadow: var(--shadow);
}
@media (min-width: 48em) {
    .overlay__content {
        margin: -3rem 3rem 0;
        padding: 3rem;
    }
}
@media (min-width: 64em) {
    .overlay__content {
        position: absolute;
        top: 50%;
        left: -1.5rem;
        width: 30rem;
        margin: 0;
        transform: translateY(-50%);
    }
}
@media (min-width: 64em) {
    .overlay--flip .overlay__content {
        right: -1.5rem;
        left: auto;
    }
}
.overlay__meta > :first-child {
    margin-top: 0;
}
.overlay__meta > :last-child {
    margin-bottom: 0;
}
.overlay__meta {
    padding-top: 1rem;
    border-top: 0.0625rem solid rgba(31, 65, 110, 0.2);
    border-top: 0.0625rem solid rgba(var(--blue), 0.2);
}
.overlay__caption {
    color: inherit;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.6;
    text-transform: none;
}
.overlay__caption > :first-child {
    margin-top: 0;
}
.overlay__caption > :last-child {
    margin-bottom: 0;
}
.overlay__caption {
    display: none;
    max-width: 24rem;
    margin-top: 1rem;
}
@media (min-width: 64em) {
    .overlay__caption {
        display: block;
    }
}
.pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 4rem 0;
}
@media (min-width: 48em) {
    .pagination {
        margin: 6rem 0;
    }
}
.pagination__button {
    display: block;
    width: 1.5rem;
}
.pagination__link {
    display: block;
    width: 2.5rem;
    margin: 0;
    padding: 0.5rem;
    border-radius: 0.25rem;
    text-align: center;
    text-decoration: none;
}
@media (min-width: 32em) {
    .pagination__link {
        margin: 0 0.5rem;
    }
}
@media (min-width: 48em) {
    .pagination__link {
        margin: 0 1rem;
    }
}
.pagination__link.active,
.pagination__link:hover {
    background: #edf0f4;
    background: rgb(var(--gray));
    font-weight: 700;
}
.panel {
    margin: 4rem 0;
}
@media (min-width: 48em) {
    .panel {
        margin: 6rem 0;
    }
}
.panel--green {
    margin: 0;
    padding: 4rem 0;
    background: #06625D;
    background: rgb(var(--green));
}
.panel--gray {
    margin: 0;
    padding: 4rem 0;
    background: #edf0f4;
    background: rgb(var(--gray));
}
@media (min-width: 48em) {
    .panel--gray {
        padding: 6rem 0;
    }
}
.panel--zero > :first-child {
    margin-top: 0;
}
.panel--zero > :last-child {
    margin-bottom: 0;
}
.panel__container {
    width: calc(100% - 4rem);
    max-width: 72rem;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 48em) {
    .panel__container {
        width: calc(100% - 6rem);
    }
}
@media (min-width: 64em) {
    .panel__container {
        width: calc(100% - 8rem);
    }
}
.panel__container > :first-child {
    margin-top: 0;
}
.panel__container > :last-child {
    margin-bottom: 0;
}
.panel__container--narrow {
    max-width: 52rem;
}
.panel__container--mid {
    max-width: 64rem;
}
.panel__content > :first-child {
    margin-top: 0;
}
.panel__content > :last-child {
    margin-bottom: 0;
}
.panel__content {
    max-width: 48rem;
    margin: 0 auto 3rem;
    text-align: center;
}
.panel__content--left {
    text-align: left;
}
.panel-2 {
    margin: 4rem 0;
}
.panel-2--gray {
    margin: 0;
    padding: 4rem 0;
    background: #edf0f4;
    background: rgb(var(--gray));
}
.panel-2__container {
    width: calc(100% - 4rem);
    max-width: 72rem;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 48em) {
    .panel-2__container {
        width: calc(100% - 6rem);
    }
}
@media (min-width: 64em) {
    .panel-2__container {
        width: calc(100% - 8rem);
        display: flex;
        flex-wrap: wrap;
    }
}
@media (min-width: 80em) {
    .panel-2__container {
        padding-right: 2rem;
    }
}
.panel-2__content > :first-child {
    margin-top: 0;
}
.panel-2__content > :last-child {
    margin-bottom: 0;
}
@media (min-width: 64em) {
    .panel-2__content {
        width: 33.333%;
        margin-top: 4rem;
        padding-right: 2rem;
    }
}
@media (min-width: 64em) {
    .panel-2__group {
        display: flex;
        flex-wrap: wrap;
        width: 66.666%;
    }
}
.panel-2__item > :first-child {
    margin-top: 0;
}
.panel-2__item > :last-child {
    margin-bottom: 0;
}
.panel-2__item {
    width: 100%;
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 0.125rem solid rgba(31, 65, 110, 0.2);
    border-top: 0.125rem solid rgba(var(--blue), 0.2);
}
@media (min-width: 64em) {
    .panel-2__item {
        width: 50%;
        margin: 0;
        padding: 2rem;
        border-top: 0;
        border-left: 0.125rem solid rgba(31, 65, 110, 0.2);
        border-left: 0.125rem solid rgba(var(--blue), 0.2);
    }
}
@media (min-width: 64em) {
    .panel-2__item:nth-child(n + 3) {
        margin-top: 2rem;
    }
}
.panel-2__icon {
    width: 3rem;
    margin-bottom: -2rem;
    color: #1f416e;
    color: rgb(var(--blue));
}
.panel-3 {
    margin: 4rem 0;
}
.panel-3--gray,
.panel-3--navy,
.panel-3--green {
    margin: 0;
    padding: 4rem 0;
}
.panel-3--green {
    background: #06404C !important;
    background: rgb(var(--green));
    color: #fff;
    color: rgb(var(--white));
}
.panel-3--green h1,
.panel-3--green h2,
.panel-3--green h3,
.panel-3--green h4,
.panel-3--green h5,
.panel-3--green h6 {
    color: #FFF;
	color: rgb(var(--white));
}
.panel-3--navy {
    background: #06113d;
    background: rgb(var(--navy));
    color: #fff;
    color: rgb(var(--white));
}
.panel-3--navy h1,
.panel-3--navy h2,
.panel-3--navy h3,
.panel-3--navy h4,
.panel-3--navy h5,
.panel-3--navy h6 {
    color: inherit;
}

.panel-3--navy h1 a,
.panel-3--navy h2 a,
.panel-3--navy h3 a,
.panel-3--navy h4 a,
.panel-3--navy h5 a,
.panel-3--navy h6 a {
    color: #e2e483;
    color: rgb(var(--yellow));
}
.panel-3--gray {
    background: #edf0f4;
    background: rgb(var(--gray));
}
.panel-3__container {
    width: calc(100% - 4rem);
    max-width: 64rem;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 48em) {
    .panel-3__container {
        width: calc(100% - 6rem);
    }
}
@media (min-width: 64em) {
    .panel-3__container {
        width: calc(100% - 8rem);
    }
}
.panel-3__content > :first-child {
    margin-top: 0;
}
.panel-3__content > :last-child {
    margin-bottom: 0;
}
.panel-3__content {
    max-width: 36rem;
    margin-bottom: 3rem;
}
.panel-3__cols > :first-child {
    margin-top: 0;
}
.panel-3__cols > :last-child {
    margin-bottom: 0;
}
@media (min-width: 64em) {
    .panel-3__cols {
        display: flex;
    }
}
.panel-3__cols + .panel-3__cols {
    margin-top: 2rem;
}
.panel-3__item > :first-child {
    margin-top: 0;
}
.panel-3__item > :last-child {
    margin-bottom: 0;
}
.panel-3__item {
    width: 100%;
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 0.125rem solid rgba(31, 65, 110, 0.2);
    border-top: 0.125rem solid rgba(var(--blue), 0.2);
}
@media (min-width: 64em) {
    .panel-3__item {
        margin: 0;
        padding: 2rem;
        border-top: 0;
        border-left: 0.125rem solid rgba(31, 65, 110, 0.2);
        border-left: 0.125rem solid rgba(var(--blue), 0.2);
    }
}
.panel-3--green .panel-3__item {
    border-color: #fff;
    border-color: rgb(var(--white));
}
.panel-3--navy .panel-3__item {
    border-color: #e2e483;
    border-color: rgb(var(--yellow));
}
.panel-cta {
    width: calc(100% - 4rem);
    max-width: 72rem;
    position: relative;
    margin: 4rem auto;
    background-color: #06113d;
    background-color: rgb(var(--navy));
    background-position: 50%;
    background-size: cover;
    color: #fff;
    color: rgb(var(--white));
}
@media (min-width: 48em) {
    .panel-cta {
        width: calc(100% - 6rem);
    }
}
@media (min-width: 64em) {
    .panel-cta {
        width: calc(100% - 8rem);
    }
}
@media (min-width: 48em) {
    .panel-cta {
        margin: 6rem auto;
    }
}
.panel-cta:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(6, 17, 61, 0.8);
    background: rgba(var(--navy), 0.8);
}
.panel-cta h1,
.panel-cta h2,
.panel-cta h3,
.panel-cta h4,
.panel-cta h5,
.panel-cta h6 {
    color: inherit;
}
.panel-cta__container {
    width: calc(100% - 4rem);
    max-width: 56rem;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 48em) {
    .panel-cta__container {
        width: calc(100% - 6rem);
    }
}
@media (min-width: 64em) {
    .panel-cta__container {
        width: calc(100% - 8rem);
    }
}
.panel-cta__container > :first-child {
    margin-top: 0;
}
.panel-cta__container > :last-child {
    margin-bottom: 0;
}
.panel-cta__container {
    position: relative;
    padding: 4rem 0;
    text-align: center;
}
@media (min-width: 48em) {
    .panel-cta__container {
        padding: 6rem 0;
    }
}
@media (min-width: 64em) {
    .panel-cta__container {
        padding: 8rem 0;
    }
}
.panel-cta__list {
    margin: 0;
    padding: 0;
    list-style: none;
}
@media (min-width: 64em) {
    .panel-cta__list {
        display: flex;
        margin-top: 2rem;
    }
}
.panel-cta__list li {
    margin: 0;
    padding-top: 1.5rem;
}
@media (min-width: 64em) {
    .panel-cta__list li {
        width: 33.333%;
        padding: 1rem;
    }
}
.panel-cta__list a {
    height: 100%;
}
.panel-list {
    margin: 4rem auto;
}
@media (min-width: 48em) {
    .panel-list {
        margin: 6rem auto;
    }
}
.panel-list__container {
    width: calc(100% - 4rem);
    max-width: 72rem;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 48em) {
    .panel-list__container {
        width: calc(100% - 6rem);
    }
}
@media (min-width: 64em) {
    .panel-list__container {
        width: calc(100% - 8rem);
    }
}
.panel-list__container > :first-child {
    margin-top: 0;
}
.panel-list__container > :last-child {
    margin-bottom: 0;
}
.panel-list__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.panel-list__col > :first-child {
    margin-top: 0;
}
.panel-list__col > :last-child {
    margin-bottom: 0;
}
.panel-list__col {
    width: 100%;
    margin-top: 3rem;
}
@media (min-width: 48em) {
    .panel-list__col {
        margin-top: 4rem;
    }
}
@media (min-width: 64em) {
    .panel-list__col {
        width: calc(33.333% - 3rem);
        margin: 0;
    }
}
.panel-list__col ul {
    margin: -0.5rem 0 0;
    padding: 0;
    border-top: 0.125rem solid #06113d;
    border-top: 0.125rem solid rgb(var(--navy));
    list-style: none;
}
.panel-list__col li {
    position: relative;
    margin: 0;
    padding: 0.75rem 0 0.75rem 1.5rem;
    border-bottom: 0.0625rem solid rgba(31, 65, 110, 0.2);
    border-bottom: 0.0625rem solid rgba(var(--blue), 0.2);
}
.panel-list__col li:before {
    content: "";
    position: absolute;
    top: 1.375rem;
    left: 0;
    width: 0.75rem;
    border-top: 0.1875rem solid #06113d;
    border-top: 0.1875rem solid rgb(var(--navy));
}
.panel-list__col a {
    text-decoration: none;
}
.panel-list__col a:hover {
    text-decoration: underline;
}
@media (min-width: 48em) {
    .panel-list__col--alt {
        width: calc(50% - 3rem);
    }
}
@media (min-width: 64em) {
    .panel-list__col--alt {
        width: calc(33.333% - 3rem);
        margin-top: 0.5rem;
    }
}
.person {
    margin: 3rem 0;
    padding: 2rem;
    border-radius: 0.25rem;
    background: #fff;
    background: rgb(var(--white));
    box-shadow: 0 0 1rem 0.5rem rgba(6, 17, 61, 0.125);
    box-shadow: var(--shadow);
}
@media (min-width: 48em) {
    .person {
        display: flex;
    }
}
.person__image {
    margin-bottom: 2rem;
}
@media (min-width: 48em) {
    .person__image {
        order: 1;
        width: 25%;
        margin: 0;
    }
}
.person__image img {
    border-radius: 0.25rem;
}
.person__main > :first-child {
    margin-top: 0;
}
.person__main > :last-child {
    margin-bottom: 0;
}
@media (min-width: 48em) {
    .person__main {
        align-self: center;
        width: 75%;
        padding: 1rem 3rem 1rem 1rem;
    }
}
.post {
    margin-top: 3rem;
    padding-bottom: 3rem;
    border-bottom: 0.0625rem solid #8290a8;
    border-bottom: 0.0625rem solid rgb(var(--blue-lt));
}
@media (min-width: 48em) {
    .post {
        display: flex;
    }
}
.post__image {
    margin-bottom: 2rem;
}
@media (min-width: 48em) {
    .post__image {
        flex-shrink: 0;
        width: 33.333%;
        margin-right: 3rem;
        margin-bottom: 0;
    }
}
.post__image img {
    border-radius: 0.25rem;
}
.post__main > :first-child {
    margin-top: 0;
}
.post__main > :last-child {
    margin-bottom: 0;
}
.post__main {
    align-self: center;
}
.post__meta {
    color: inherit;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.8;
    text-transform: uppercase;
    margin-bottom: -2rem;
}
.quote {
    margin: 4rem 0;
}
@media (min-width: 48em) {
    .quote {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
}
.quote-slider .quote {
    width: 100%;
    margin: 0 1.5rem;
    padding: 1rem;
}
.quote__side {
    margin-bottom: 2rem;
}
@media (min-width: 48em) {
    .quote__side {
        flex-shrink: 0;
        margin: 0 3rem 0 0;
    }
}
@media (min-width: 48em) {
    .quote--full .quote__side {
        margin-right: 5rem;
    }
}
.quote__image {
    width: 6rem;
    margin: 0 auto;
    border-radius: 0.25rem;
    box-shadow: 0 0 1rem 0.5rem rgba(6, 17, 61, 0.125);
    box-shadow: var(--shadow);
}
.quote--full .quote__image {
    width: 12rem;
    max-width: 100%;
}
@media (min-width: 48em) {
    .quote--full .quote__image {
        width: 16rem;
        margin: 0;
    }
}
.quote--full .quote__main {
    align-self: center;
    max-width: 32rem;
    margin: 0 auto;
}
.quote__text {
    color: #06113d;
    color: rgb(var(--navy));
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
    text-transform: none;
}
@media (min-width: 48em) {
    .quote__text {
        font-size: 2.0625rem;
    }
}
.quote__text > :first-child {
    margin-top: 0;
}
.quote__text > :last-child {
    margin-bottom: 0;
}
.quote__text {
    padding-left: 0.625rem;
}
@media (min-width: 48em) {
    .quote__text {
        padding: 0;
    }
}
.quote__text :first-child:before {
    content: "\201c";
    position: absolute;
    margin-left: -0.5em;
}
.quote__text :last-child:after {
    content: "\201d";
}
.quote__cite {
    color: #06113d;
    color: rgb(var(--navy));
    font-family: Lora, sans-serif;
    font-family: var(--heading);
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.3;
    text-transform: none;
    display: block;
    margin-top: 2rem;
    font-style: normal;
}
.quote__cite:before {
    content: "";
    display: block;
    width: 6rem;
    margin-bottom: 0.5rem;
    border-top: 0.25rem solid;
}
.quote-slider {
    position: relative;
    margin: -1rem -1rem 0 !important;
    text-align: center;
}
@media (min-width: 80em) {
    .quote-slider {
        margin: -1rem !important;
    }
}
.quote-slider .flickity-viewport {
    text-align: left;
}
.quote-slider .flickity-button {
    width: 2.5rem;
    height: 2.5rem;
    margin: 3rem 0.5rem 0;
    padding: 0.75rem;
    background: #e2e483;
    background: rgb(var(--yellow));
}
@media (min-width: 48em) {
    .quote-slider .flickity-button {
        width: 5rem;
        height: 5rem;
        margin: 4rem 1rem 0;
        padding: 1.5rem;
    }
}
@media (min-width: 80em) {
    .quote-slider .flickity-button {
        position: absolute;
        top: 50%;
        margin: 0;
        transform: translateY(-50%);
        background: none;
    }
}
.quote-slider .flickity-button.previous {
    right: calc(100% + 4rem);
}
.quote-slider .flickity-button.next {
    left: calc(100% + 4rem);
}
.quote-slider .flickity-button:hover {
    background: #e2e483;
    background: rgb(var(--yellow));
}
.related {
    margin: 4rem 0;
}
@media (min-width: 48em) {
    .related {
        margin: 6rem 0;
    }
}
.related__container {
    width: calc(100% - 4rem);
    max-width: 72rem;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 48em) {
    .related__container {
        width: calc(100% - 6rem);
    }
}
@media (min-width: 64em) {
    .related__container {
        width: calc(100% - 8rem);
    }
}
.related__content > :first-child {
    margin-top: 0;
}
.related__content > :last-child {
    margin-bottom: 0;
}
.related__content {
    width: 100%;
    margin-bottom: 3rem;
}
@media (min-width: 64em) {
    .related__content {
        width: 66.666%;
        margin: 0;
    }
}
.related__grid > :first-child {
    margin-top: 0;
}
.related__grid > :last-child {
    margin-bottom: 0;
}
.related__grid {
    width: 100%;
    padding-top: 3rem;
    border-top: 0.0625rem solid rgba(31, 65, 110, 0.3);
    border-top: 0.0625rem solid rgba(var(--blue), 0.3);
}
@media (min-width: 48em) {
    .related__grid {
        display: flex;
        justify-content: space-between;
    }
}
@media (min-width: 64em) {
    .related__grid {
        order: 1;
        margin-top: 3rem;
    }
}
.related__item {
    display: block;
    margin-top: 2rem;
}
@media (min-width: 48em) {
    .related__item {
        width: calc(33.333% - 1.333rem);
        margin: 0;
    }
}
.related__image {
    margin-bottom: 0.75rem;
    border-radius: 0.25rem;
}
.related__label {
    color: #06113d;
    color: rgb(var(--navy));
    font-family: Lora, sans-serif;
    font-family: var(--heading);
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.3;
    text-transform: none;
    display: block;
}
.related__footer > :first-child {
    margin-top: 0;
}
.related__footer > :last-child {
    margin-bottom: 0;
}
.related__footer {
    width: 100%;
    margin-top: 3rem;
    text-align: center;
}
@media (min-width: 64em) {
    .related__footer {
        width: 33.333%;
        margin: 0;
        text-align: right;
    }
}
.resources {
    margin: 4rem 0;
    background: #edf0f4;
    background: rgb(var(--gray));
}
@media (min-width: 48em) {
    .resources {
        margin: 6rem 0;
    }
}
.resources__container {
    width: 100%;
    max-width: 80rem;
    margin: 0 auto;
}
@media (min-width: 64em) {
    .resources__container {
        display: flex;
    }
}
.resources__control {
    position: relative;
    padding: 4rem 2rem;
    background: #06113d;
    background: rgb(var(--navy));
    color: #fff;
    color: rgb(var(--white));
    z-index: 1;
}
@media (min-width: 48em) {
    .resources__control {
        padding: 4rem 3rem;
    }
}
@media (min-width: 64em) {
    .resources__control {
        width: 40%;
        padding: 4rem;
    }
}
@media (min-width: 64em) {
    .resources__control:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100vw;
        background: #06113d;
        background: rgb(var(--navy));
        z-index: -1;
    }
}
.resources__title {
    margin: 0;
    color: inherit;
}
.resources__form {
    display: flex;
    width: 100%;
    margin-top: 3rem;
    color: #06113d;
    color: rgb(var(--navy));
}
@media (min-width: 64em) {
    .resources__form {
        color: #06113d;
        color: rgb(var(--navy));
        font-family: Lora, sans-serif;
        font-family: var(--heading);
        font-size: 1.375rem;
        font-weight: 700;
        line-height: 1.3;
        text-transform: none;
    }
}
.resources__label {
    display: block;
    flex-grow: 1;
}
.resources__input {
    width: 100%;
    height: 100%;
    padding: 1rem;
    border: 0;
    border-radius: 0.25rem 0 0 0.25rem;
    background: #fff;
    background: rgb(var(--white));
    text-overflow: ellipsis;
}
@media (min-width: 64em) {
    .resources__input {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='none' viewBox='0 0 24.707 24.707' xmlns='http://www.w3.org/2000/svg' stroke='%238290A8' stroke-width='0.125rem'%3E%3Cpath d='M10.844 1.353a9 9 0 00-8.99 9 9 9 0 009 9 9 9 0 009-9 9 9 0 00-9-9 9 9 0 00-.01 0zm6.01 16l6 6z'/%3E%3C/svg%3E");
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 1.5rem 1.5rem;
        padding: 1.5rem 1.5rem 1.5rem 4rem;
        background-position: 1.5rem;
    }
}
.resources__input::-moz-placeholder {
    color: #8290a8;
    color: rgb(var(--blue-lt));
}
.resources__input:-ms-input-placeholder {
    color: #8290a8;
    color: rgb(var(--blue-lt));
}
.resources__input::placeholder {
    color: #8290a8;
    color: rgb(var(--blue-lt));
}
.resources__submit {
    padding: 1rem;
    border: 0;
    border-radius: 0 0.25rem 0.25rem 0;
    background: #cee8f7;
    background: rgb(var(--sky));
}
@media (min-width: 64em) {
    .resources__submit {
        padding: 1.5rem;
    }
}
.resources__submit:hover {
    background: #a1cce4;
    background: rgb(var(--sky-dk));
}
.resources__dropdown {
    position: relative;
    margin-top: 3rem;
}
.resources__dropdown__toggle {
    display: block;
    position: relative;
    width: 100%;
    padding: 1rem;
    border: 0;
    border-top: 0.0625rem solid #cee8f7;
    border-top: 0.0625rem solid rgb(var(--sky));
    border-bottom: 0.0625rem solid #cee8f7;
    border-bottom: 0.0625rem solid rgb(var(--sky));
    background: none;
    color: #cee8f7;
    color: rgb(var(--sky));
    font-weight: 700;
    text-align: left;
}
@media (min-width: 64em) {
    .resources__dropdown__toggle {
        display: none;
    }
}
.resources__dropdown__toggle:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' fill='%23CEE8F7'%3E%3Cpath d='M0 29.071l9.307-9.3L51.166 61.63 90.7 22.096l9.3 9.3L51.166 80.23z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    position: absolute;
    right: 1rem;
    top: calc(50% - 0.5rem);
    width: 1rem;
    height: 1rem;
    transition: transform 0.25s ease;
    transition: transform var(--transition);
}
.resources__dropdown__toggle[aria-expanded="true"]:after {
    transform: rotate(180deg);
}
.resources__dropdown__list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem 2rem;
    background: #06113d;
    background: rgb(var(--navy));
}
@media (min-width: 64em) {
    .resources__dropdown__list {
        display: block;
        position: static;
        width: auto;
        padding: 0;
        background: none;
    }
}
[aria-expanded="true"] + .resources__dropdown__list {
    display: block;
}
.resources__dropdown__button {
    display: block;
    position: relative;
    width: 100%;
    padding: 1rem 2.5rem 1rem 0;
    border: 0;
    border-bottom: 0.0625rem solid #cee8f7;
    border-bottom: 0.0625rem solid rgb(var(--sky));
    background: none;
    font-weight: 700;
    text-align: left;
}
@media (min-width: 64em) {
    .resources__dropdown__button {
        padding: 1.5rem 4.5rem 1.5rem 1rem;
    }
}
.resources__dropdown__button:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 49.522 49.522' xmlns='http://www.w3.org/2000/svg' fill='%23CEE8F7'%3E%3Cpath d='M33.262 11.41l-2.22 2.703 10.835 8.899H0v3.5h41.877L31.041 35.41l2.221 2.703 16.26-13.352-16.26-13.352z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    position: absolute;
    top: calc(50% - 0.75rem);
    right: 0;
    width: 1.5rem;
    height: 1.5rem;
    transform: translateX(-0.25rem);
    transition: transform 0.25s ease, opacity 0.25s ease;
    transition: transform var(--transition), opacity var(--transition);
    opacity: 0;
}
@media (min-width: 64em) {
    .resources__dropdown__button:after {
        right: 1rem;
    }
}
.resources__dropdown__button:last-child {
    border-bottom-width: 0;
}
@media (min-width: 64em) {
    .resources__dropdown__button:last-child {
        border-bottom-width: 0.0625rem;
    }
}
.resources:not([data-search-active]) .resources__dropdown__button[data-filter-active],
.resources__dropdown__button:hover {
    color: #cee8f7;
    color: rgb(var(--sky));
}
.resources:not([data-search-active]) .resources__dropdown__button[data-filter-active]:after {
    transform: none;
    opacity: 1;
}
.resources__dropdown__label {
    display: inline-block;
}
@media (min-width: 64em) {
    .resources__dropdown__label {
        transition: transform 0.25s ease;
        transition: transform var(--transition);
    }
}
@media (min-width: 64em) {
    .resources:not([data-search-active]) [data-filter-active] > .resources__dropdown__label {
        transform: translateX(1rem);
    }
}
.resources__main {
    padding: 4rem 2rem;
}
@media (min-width: 48em) {
    .resources__main {
        padding: 4rem 3rem;
    }
}
@media (min-width: 64em) {
    .resources__main {
        width: 60%;
        padding: 4rem;
    }
}
.resources__status {
    display: none;
    margin-bottom: 4rem;
}
.resources__status p {
    font-weight: 700;
}
.resources[data-search-active] .resources__status {
    display: block;
}
.resources[data-single] .resources__status [data-plural] {
    display: none;
}
.resources__remove {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 14.142 14.142' xmlns='http://www.w3.org/2000/svg' fill='%2306113D'%3E%3Cpath d='M12.728 0L7.071 5.657 1.414 0 0 1.414l5.657 5.657L0 12.728l1.414 1.414 5.657-5.657 5.657 5.657 1.414-1.414-5.657-5.657 5.657-5.657z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
    height: 3.5rem;
    padding: 0 4rem 0 1rem;
    border: 0;
    background-color: #fff;
    background-color: rgb(var(--white));
    background-position: calc(100% - 1rem) 50%;
    color: #06113d;
    color: rgb(var(--navy));
    text-align: left;
}
.resources__remove:hover {
    background-color: rgba(130, 144, 168, 0.25);
    background-color: rgba(var(--blue-lt), 0.25);
}
.resources__grid {
    display: flex;
    flex-wrap: wrap;
    margin: -0.5rem;
}
.resources__heading > :first-child {
    margin-top: 0;
}
.resources__heading > :last-child {
    margin-bottom: 0;
}
.resources__heading {
    width: calc(100% - 1rem);
    margin: 3.5rem 0.5rem 1.5rem;
}
.resources__heading:first-child {
    margin-top: 0.5rem;
}
.resources__item {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: calc(100% - 1rem);
    margin: 0.5rem;
    border: 0.0625rem solid #8290a8;
    border: 0.0625rem solid rgb(var(--blue-lt));
    border-radius: 0.25rem;
    background: #fff;
    background: rgb(var(--white));
}
@media (min-width: 48em) {
    .resources__item {
        width: calc(50% - 1rem);
        padding: 1rem;
    }
}
.resources__icon {
    flex-shrink: 0;
    width: 3rem;
    padding: 1rem 0 1rem 1rem;
}
.resources__name {
    flex-grow: 1;
    width: calc(100% - 6rem);
    padding: 1.25rem 1rem;
    font-weight: 700;
}
.resources__toggle {
    flex-shrink: 0;
    position: relative;
    width: 3rem;
    padding: 0;
    border: 0;
    background: none;
}
@media (min-width: 48em) {
    .resources__toggle {
        display: none;
    }
}
.resources__toggle:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg' fill='%2306113D'%3E%3Cpath d='M8 0v8H0v2h8v8h2v-8h8V8h-8V0z'/%3E%3C/svg%3E");
    content: "";
    position: absolute;
    top: calc(50% - 0.5rem);
    left: calc(50% - 0.5rem);
    width: 1rem;
    height: 1rem;
}
.resources__toggle:after,
.resources__toggle[aria-expanded="true"]:after {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.resources__toggle[aria-expanded="true"]:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg' fill='%2306113D'%3E%3Cpath d='M0 8v2h18V8z'/%3E%3C/svg%3E");
}
.resources__content > :first-child {
    margin-top: 0;
}
.resources__content > :last-child {
    margin-bottom: 0;
}
.resources__content {
    color: inherit;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    text-transform: none;
    display: none;
    width: 100%;
    padding: 0 1rem 1rem;
    color: #06113d;
    color: rgb(var(--navy));
}
@media (min-width: 48em) {
    .resources__content {
        display: block;
    }
}
[aria-expanded="true"] + .resources__content {
    display: block;
}
.results {
    margin: 4rem 0;
}
@media (min-width: 48em) {
    .results {
        margin: 6rem 0;
    }
}
.results__container {
    width: calc(100% - 4rem);
    max-width: 72rem;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 48em) {
    .results__container {
        width: calc(100% - 6rem);
    }
}
@media (min-width: 64em) {
    .results__container {
        width: calc(100% - 8rem);
    }
}
.results__header {
    display: none;
    margin-bottom: 3rem;
}
.results__header[data-filtered] {
    display: block;
}
@media (min-width: 48em) {
    .results__header[data-filtered] {
        display: flex;
    }
}
.results__buttons {
    display: flex;
    flex-wrap: wrap;
    margin: -0.5rem;
}
.results__remove {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 14.142 14.142' xmlns='http://www.w3.org/2000/svg' fill='%2306113D'%3E%3Cpath d='M12.728 0L7.071 5.657 1.414 0 0 1.414l5.657 5.657L0 12.728l1.414 1.414 5.657-5.657 5.657 5.657 1.414-1.414-5.657-5.657 5.657-5.657z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
    height: 3.5rem;
    margin: 0.5rem;
    padding: 0 4rem 0 1rem;
    border: 0;
    background-color: #edf0f4;
    background-color: rgb(var(--gray));
    background-position: calc(100% - 1rem) 50%;
    color: #06113d;
    color: rgb(var(--navy));
    text-align: left;
}
.results__remove:hover {
    background-color: rgba(130, 144, 168, 0.25);
    background-color: rgba(var(--blue-lt), 0.25);
}
.results__message {
    display: block;
    width: 100%;
    margin-top: 2rem;
}
.results__side {
    flex-shrink: 0;
    margin-top: 2rem;
}
@media (min-width: 48em) {
    .results__side {
        margin: 0 0 0 auto;
    }
}
.results__item {
    margin-top: 1.5rem;
}
.results__item[data-hidden] {
    display: none;
}
.results__toggle {
    display: block;
    position: relative;
    width: 100%;
    padding: 1rem 4rem 1rem 1rem;
    border: 0.0625rem solid #8290a8;
    border: 0.0625rem solid rgb(var(--blue-lt));
    border-radius: 0.25rem;
    background-color: transparent;
    text-align: left;
}
@media (min-width: 48em) {
    .results__toggle {
        padding: 2rem 6rem 2rem 2rem;
    }
}
.results__toggle:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg' fill='%2306113D'%3E%3Cpath d='M8 0v8H0v2h8v8h2v-8h8V8h-8V0z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    position: absolute;
    right: 1rem;
    top: calc(50% - 1rem);
    width: 2rem;
    height: 2rem;
    transition: transform 0.25s ease;
    transition: transform var(--transition);
}
@media (min-width: 48em) {
    .results__toggle:before {
        right: 2rem;
    }
}
.results__toggle:hover {
    box-shadow: inset 0 0 0 0.125rem #8290a8;
    box-shadow: inset 0 0 0 0.125rem rgb(var(--blue-lt));
}
.results__toggle[aria-expanded="true"] {
    border-color: transparent;
    border-radius: 0;
    background-color: #edf0f4;
    background-color: rgb(var(--gray));
    box-shadow: none;
}
.results__toggle[aria-expanded="true"]:before {
    transform: rotate(45deg);
}
@media (min-width: 64em) {
    .results__wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
.results__name {
    color: #06113d;
    color: rgb(var(--navy));
    font-family: Lora, sans-serif;
    font-family: var(--heading);
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.3;
    text-transform: none;
    display: block;
}
@media (min-width: 64em) {
    .results__name {
        width: 50%;
    }
}
.results__school {
    display: block;
    margin-top: 0.75rem;
    color: #06113d;
    color: rgb(var(--navy));
}
@media (min-width: 64em) {
    .results__school {
        width: 40%;
        margin-top: 0;
    }
}
.results__content {
    display: none;
    padding: 0 1.0625rem 2rem;
    background: #edf0f4;
    background: rgb(var(--gray));
}
@media (min-width: 48em) {
    .results__content {
        padding: 0 2.0625rem 4rem;
    }
}
.results__content:before {
    content: "";
    display: block;
    margin: 0 0 2rem;
    border-top: 0.0625rem solid #8290a8;
    border-top: 0.0625rem solid rgb(var(--blue-lt));
}
@media (min-width: 48em) {
    .results__content:before {
        margin-bottom: 4rem;
    }
}
[aria-expanded="true"] + .results__content {
    display: block;
}
.results__interior > :first-child {
    margin-top: 0;
}
.results__interior > :last-child {
    margin-bottom: 0;
}
@media (min-width: 48em) {
    .results__interior {
        margin: 0 3rem;
        padding-left: 3rem;
        border-left: 0.0625rem solid #8290a8;
        border-left: 0.0625rem solid rgb(var(--blue-lt));
    }
}
@media (min-width: 64em) {
    .results__interior {
        margin: 0 6rem;
    }
}
.router {
    width: calc(100% - 4rem);
    max-width: 72rem;
    margin: 4rem auto;
    border-radius: 0.25rem;
    background: #fff;
    background: rgb(var(--white));
    box-shadow: 0 0 1rem 0.5rem rgba(6, 17, 61, 0.125);
    box-shadow: var(--shadow);
    overflow: hidden;
}
@media (min-width: 48em) {
    .router {
        width: calc(100% - 6rem);
    }
}
@media (min-width: 64em) {
    .router {
        width: calc(100% - 8rem);
    }
}
@media (min-width: 48em) {
    .router {
        display: flex;
        margin: 6rem auto;
    }
}
@media (min-width: 48em) {
    .router__image {
        order: 1;
        width: 50%;
    }
}
.router__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.router__content > :first-child {
    margin-top: 0;
}
.router__content > :last-child {
    margin-bottom: 0;
}
.router__content {
    padding: 2rem;
}
@media (min-width: 48em) {
    .router__content {
        align-self: center;
        width: 50%;
    }
}
@media (min-width: 64em) {
    .router__content {
        padding: 3rem;
    }
}
@media (min-width: 80em) {
    .router__content {
        padding: 4rem;
    }
}
.router__list {
    margin: 2rem 0 0;
    padding: 0;
    border-top: 0.125rem solid #edf0f4;
    border-top: 0.125rem solid rgb(var(--gray));
    list-style: none;
}
.router__list li {
    margin: 0;
    border-bottom: 0.125rem solid #edf0f4;
    border-bottom: 0.125rem solid rgb(var(--gray));
}
.router__list a {
    display: block;
    position: relative;
    padding: 1rem 6.5rem 1rem 0.5rem;
    text-decoration: none;
}
.router__list a:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 49.522 49.522' xmlns='http://www.w3.org/2000/svg' fill='%2306113D'%3E%3Cpath d='M33.262 11.41l-2.22 2.703 10.835 8.899H0v3.5h41.877L31.041 35.41l2.221 2.703 16.26-13.352-16.26-13.352z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: none;
    position: absolute;
    top: 1rem;
    right: 2.5rem;
    width: 1.5rem;
    height: 1.5rem;
}
.router__list a:hover {
    padding: 1rem 4.5rem 1rem 2.5rem;
    background: #edf0f4;
    background: rgb(var(--gray));
}
.router__list a:hover:before {
    display: block;
}
.router-button {
    width: calc(100% - 4rem);
    max-width: 72rem;
    margin: 4rem auto;
}
@media (min-width: 48em) {
    .router-button {
        width: calc(100% - 6rem);
    }
}
@media (min-width: 64em) {
    .router-button {
        width: calc(100% - 8rem);
    }
}
@media (min-width: 48em) {
    .router-button {
        margin: 6rem auto;
    }
}
.router-button__content > :first-child {
    margin-top: 0;
}
.router-button__content > :last-child {
    margin-bottom: 0;
}
.router-button__content {
    max-width: 48rem;
    margin: 0 auto 3rem;
    text-align: center;
}
.router-button__grid {
    display: flex;
    flex-wrap: wrap;
    margin: -0.5rem;
}
.router-button__item {
    color: #06113d;
    color: rgb(var(--navy));
    font-family: Lora, sans-serif;
    font-family: var(--heading);
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.3;
    text-transform: none;
    display: flex;
    align-items: center;
    position: relative;
    width: calc(100% - 1rem);
    min-height: 5rem;
    padding: 1rem 4rem 1rem 1rem;
    margin: 0.5rem;
    border: 0.125rem solid #8290a8;
    border: 0.125rem solid rgb(var(--blue-lt));
    border-radius: 0.25rem;
    text-decoration: none;
}
@media (min-width: 48em) {
    .router-button__item {
        width: calc(50% - 1rem);
    }
}
@media (min-width: 64em) {
    .router-button__item {
        color: #06113d;
        color: rgb(var(--navy));
        font-family: Lora, sans-serif;
        font-family: var(--heading);
        font-size: 1.375rem;
        font-weight: 700;
        line-height: 1.3;
        text-transform: none;
        min-height: 7.75rem;
        padding: 2rem 7rem 2rem 2rem;
    }
}
.router-button__item:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 49.522 49.522' xmlns='http://www.w3.org/2000/svg' fill='%2306113D'%3E%3Cpath d='M33.262 11.41l-2.22 2.703 10.835 8.899H0v3.5h41.877L31.041 35.41l2.221 2.703 16.26-13.352-16.26-13.352z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    position: absolute;
    top: calc(50% - 1rem);
    right: 1rem;
    width: 2rem;
    height: 2rem;
}
@media (min-width: 64em) {
    .router-button__item:before {
        width: 3rem;
        height: 3rem;
        top: calc(50% - 1.5rem);
        right: 2rem;
    }
}
.router-button__item:hover {
    border-color: transparent;
    background: #06113d;
    background: rgb(var(--navy));
    color: #fff;
    color: rgb(var(--white));
}
.router-button__item:hover:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 49.522 49.522' xmlns='http://www.w3.org/2000/svg' fill='%23FFF'%3E%3Cpath d='M33.262 11.41l-2.22 2.703 10.835 8.899H0v3.5h41.877L31.041 35.41l2.221 2.703 16.26-13.352-16.26-13.352z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.router-grid {
    margin: 4rem 0;
}
@media (min-width: 48em) {
    .router-grid {
        margin: 6rem 0;
    }
}
.router-grid__container {
    width: calc(100% - 4rem);
    max-width: 72rem;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 48em) {
    .router-grid__container {
        width: calc(100% - 6rem);
    }
}
@media (min-width: 64em) {
    .router-grid__container {
        width: calc(100% - 8rem);
    }
}
@media (min-width: 64em) {
    .router-grid__content {
        max-width: 66.666%;
    }
}
.router-grid__items {
    display: flex;
    flex-wrap: wrap;
    margin: 3rem -1rem -1rem;
}
.router-grid__item {
    width: calc(100% - 2rem);
    margin: 1rem;
}
@media (min-width: 48em) {
    .router-grid__item {
        width: calc(50% - 2rem);
    }
}
@media (min-width: 64em) {
    .router-grid__item {
        width: calc(33.333% - 2rem);
    }
}
.router-grid__image {
    border-radius: 0.25rem;
    overflow: hidden;
}
.router-grid__label {
    position: relative;
    max-width: calc(100% - 3rem);
    margin-top: -2.25rem;
}
.router-grid__label span {
    display: inline-block;
    padding: 1rem 1.5rem 0;
    background: #fff;
    background: rgb(var(--white));
    text-decoration: underline;
}
.router-grid__item:hover .router-grid__label span {
    text-decoration: none;
}
.secnav {
    width: calc(100% - 4rem);
    max-width: 64rem;
    margin: 2rem auto;
}
@media (min-width: 48em) {
    .secnav {
        width: calc(100% - 6rem);
    }
}
@media (min-width: 64em) {
    .secnav {
        width: calc(100% - 8rem);
        margin: 3rem auto;
    }
}
.secnav__toggle {
    color: #06113d;
    color: rgb(var(--navy));
    font-family: Lora, sans-serif;
    font-family: var(--heading);
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.3;
    text-transform: none;
    display: block;
    position: relative;
    width: 100%;
    padding: 1.5rem 0.75rem;
    border: 0;
    border-top: 0.0625rem solid #8290a8;
    border-top: 0.0625rem solid rgb(var(--blue-lt));
    border-bottom: 0.0625rem solid #8290a8;
    border-bottom: 0.0625rem solid rgb(var(--blue-lt));
    background: none;
    text-align: left;
}
@media (min-width: 64em) {
    .secnav__toggle {
        display: none;
    }
}
.secnav__toggle:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' fill='%2306113D'%3E%3Cpath d='M0 29.071l9.307-9.3L51.166 61.63 90.7 22.096l9.3 9.3L51.166 80.23z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    width: 1.25rem;
    height: 1.25rem;
    margin-top: 0.0625rem;
    float: right;
    transition: transform 0.25s ease;
    transition: transform var(--transition);
}
.secnav__toggle[aria-expanded="true"]:after {
    transform: rotate(180deg);
}
.secnav__list {
    display: none;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
}
@media (min-width: 64em) {
    .secnav__list {
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0 -1.5rem;
    }
}
.secnav__list li {
    margin: 0;
    padding: 1.5rem 0.75rem;
    border-bottom: 0.0625rem solid #8290a8;
    border-bottom: 0.0625rem solid rgb(var(--blue-lt));
}
@media (min-width: 64em) {
    .secnav__list li {
        width: calc(33.333% - 3rem);
        margin: 0 1.5rem;
    }
}
@media (min-width: 64em) {
    .secnav__list li:first-child,
    .secnav__list li:nth-child(2),
    .secnav__list li:nth-child(3) {
        border-top: 0.0625rem solid #8290a8;
        border-top: 0.0625rem solid rgb(var(--blue-lt));
    }
}
.secnav__list a {
    text-decoration: none;
}
.secnav__list a:hover {
    text-decoration: underline;
}
@media (min-width: 64em) {
    .secnav__list {
        display: flex;
    }
}
.slideshow,
[aria-expanded="true"] + .secnav__list {
    display: flex;
}
.slideshow {
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    margin: 3rem 0;
    text-align: center;
}
.slideshow .flickity-viewport {
    width: 100%;
    margin-bottom: 1.5rem;
}
@media (min-width: 48em) {
    .slideshow .flickity-viewport {
        margin: 0;
    }
}
.slideshow .flickity-button {
    width: 2rem;
    height: 2rem;
    padding: 0.6875rem;
}
@media (min-width: 48em) {
    .slideshow .flickity-button {
        position: absolute;
        top: 1.5rem;
        margin-top: 66.666%;
    }
}
@media (min-width: 48em) {
    .slideshow .flickity-button.previous {
        right: 6rem;
    }
}
.slideshow .flickity-button.next {
    order: 1;
}
@media (min-width: 48em) {
    .slideshow .flickity-button.next {
        right: 0;
    }
}
.slideshow__status {
    order: 1;
    width: 4rem;
    color: #06113d;
    color: rgb(var(--navy));
    line-height: 2rem;
}
@media (min-width: 48em) {
    .slideshow__status {
        position: absolute;
        top: 1.5rem;
        right: 2rem;
        margin-top: 66.666%;
    }
}
.slideshow__item > :first-child {
    margin-top: 0;
}
.slideshow__item > :last-child {
    margin-bottom: 0;
}
.slideshow__item {
    width: 100%;
    margin: 0 1rem;
    text-align: left;
}
.social {
    padding: 4rem 0;
    background: #edf0f4;
    background: rgb(var(--gray));
}
@media (min-width: 48em) {
    .social {
        padding: 6rem 0;
    }
}
.social__container {
    width: calc(100% - 4rem);
    max-width: 72rem;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 48em) {
    .social__container {
        width: calc(100% - 6rem);
    }
}
@media (min-width: 64em) {
    .social__container {
        width: calc(100% - 8rem);
    }
}
.social__header {
    border-bottom: 0.125rem solid rgba(130, 144, 168, 0.5);
    border-bottom: 0.125rem solid rgba(var(--blue-lt), 0.5);
}
@media (min-width: 64em) {
    .social__header {
        display: flex;
    }
}
.social__left > :first-child {
    margin-top: 0;
}
.social__left > :last-child {
    margin-bottom: 0;
}
@media (min-width: 64em) {
    .social__left {
        width: 66.666%;
        padding-bottom: 1.5rem;
    }
}
.social__right {
    display: flex;
    justify-content: space-between;
    margin: 2rem 0 -0.125rem;
}
@media (min-width: 64em) {
    .social__right {
        width: 33.333%;
        margin-top: 0;
        padding-left: 3rem;
    }
}
.social__nav {
    color: #06113d;
    color: rgb(var(--navy));
    font-family: Lora, sans-serif;
    font-family: var(--heading);
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.3;
    text-transform: none;
    padding: 1rem 0;
    border: 0;
    border-bottom: 0.25rem solid transparent;
    background: none;
    color: #1f416e;
    color: rgb(var(--blue));
    opacity: 0.5;
}
@media (min-width: 64em) {
    .social__nav {
        padding: 1.5rem 0;
    }
}
.social__nav[data-active] {
    border-bottom-color: #1f416e;
    border-bottom-color: rgb(var(--blue));
    opacity: 1;
}
.social__nav:hover {
    opacity: 1;
}
.social__grid {
    display: none;
    flex-wrap: wrap;
    margin: -1rem;
    padding-top: 2rem;
}
.social__grid[data-active] {
    display: flex;
}
.social__item {
    display: flex;
    flex-direction: column;
    width: calc(100% - 2rem);
    margin: 1rem;
    padding: 2rem;
    border-radius: 0.25rem;
    transition: transform 0.25s ease;
    transition: transform var(--transition);
    background: #fff;
    background: rgb(var(--white));
}
@media (min-width: 64em) {
    .social__item {
        width: calc(33.333% - 2rem);
    }
}
.social__item:hover {
    transform: translateY(-1rem);
    box-shadow: 0 0 1rem 0.5rem rgba(6, 17, 61, 0.125);
    box-shadow: var(--shadow);
}
.social__top {
    display: flex;
    align-items: center;
}
.social__image {
    flex-shrink: 0;
    margin-right: 1.5rem;
}
.social__title {
    color: #06113d;
    color: rgb(var(--navy));
    font-family: Lora, sans-serif;
    font-family: var(--heading);
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.3;
    text-transform: none;
}
.social__meta {
    color: inherit;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    text-transform: none;
    display: block;
    color: #252525;
    color: rgb(var(--black));
}
.social__body > :first-child {
    margin-top: 0;
}
.social__body > :last-child {
    margin-bottom: 0;
}
.social__body {
    margin: 2rem 0;
}
.social__body a {
    color: #1f416e;
    color: rgb(var(--blue));
}
.social__actions {
    display: flex;
    margin: auto 0 0;
    padding: 0;
    list-style: none;
}
.social__actions li {
    margin: 0 1.5rem 0 0;
}
.social__actions li:last-child {
    margin-right: 0;
}
.social__actions li.right {
    margin-left: auto;
}
.social__actions a {
    color: #06113d;
    color: rgb(var(--navy));
    text-decoration: none;
}
.social__icon {
    display: inline-block;
    width: 1.25rem;
    margin-right: 0.25rem;
    color: #1f416e;
    color: rgb(var(--blue));
    vertical-align: text-bottom;
}
.splash {
    position: relative;
    background: #06113d;
    background: rgb(var(--navy));
}
@media (min-width: 48em) {
    .splash {
        display: flex;
    }
}
@media (min-width: 64em) {
    .splash {
        margin-top: -7rem;
    }
}
@media (min-width: 48em) {
    .splash__media {
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
    }
}
@media (min-width: 48em) {
    .splash__media img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
@media (min-width: 48em) {
    .splash--flip .splash__media {
        left: 50%;
    }
}
.splash__content > :first-child {
    margin-top: 0;
}
.splash__content > :last-child {
    margin-bottom: 0;
}
.splash__content {
    padding: 2rem;
    background: #06113d;
    background: rgb(var(--navy));
    color: #fff;
    color: rgb(var(--white));
}
@media (min-width: 48em) {
    .splash__content {
        width: 50%;
        max-width: 40rem;
        margin-left: 50%;
    }
}
@media (min-width: 64em) {
    .splash__content {
        padding: 11rem 4rem 4rem;
    }
}
@media (min-width: 80em) {
    .splash__content {
        padding: 13rem 6rem 6rem;
    }
}
@media (min-width: 48em) {
    .splash--flip .splash__content {
        position: relative;
        left: 50%;
        margin: 0;
        transform: translateX(-100%);
    }
}
.splash__heading {
    color: inherit;
}
.splash__form {
    display: flex;
    width: 100%;
    margin-top: 2rem;
    color: #06113d;
    color: rgb(var(--navy));
}
@media (min-width: 64em) {
    .splash__form {
        color: #06113d;
        color: rgb(var(--navy));
        font-family: Lora, sans-serif;
        font-family: var(--heading);
        font-size: 1.375rem;
        font-weight: 700;
        line-height: 1.3;
        text-transform: none;
    }
}
.splash__label {
    display: block;
    flex-grow: 1;
}
.splash__input {
    width: 100%;
    height: 100%;
    padding: 1rem;
    border: 0;
    border-radius: 0.25rem 0 0 0.25rem;
    background: #fff;
    background: rgb(var(--white));
    text-overflow: ellipsis;
}
@media (min-width: 64em) {
    .splash__input {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='none' viewBox='0 0 24.707 24.707' xmlns='http://www.w3.org/2000/svg' stroke='%238290A8' stroke-width='0.125rem'%3E%3Cpath d='M10.844 1.353a9 9 0 00-8.99 9 9 9 0 009 9 9 9 0 009-9 9 9 0 00-9-9 9 9 0 00-.01 0zm6.01 16l6 6z'/%3E%3C/svg%3E");
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 1.5rem 1.5rem;
        padding: 1.5rem 1.25rem 1.5rem 4rem;
        background-position: 1.5rem;
    }
}
.splash__input::-moz-placeholder {
    color: #8290a8;
    color: rgb(var(--blue-lt));
}
.splash__input:-ms-input-placeholder {
    color: #8290a8;
    color: rgb(var(--blue-lt));
}
.splash__input::placeholder {
    color: #8290a8;
    color: rgb(var(--blue-lt));
}
.splash__submit {
    padding: 1rem;
    border: 0;
    border-radius: 0 0.25rem 0.25rem 0;
    background: #cee8f7;
    background: rgb(var(--sky));
}
@media (min-width: 64em) {
    .splash__submit {
        padding: 1.5rem;
    }
}
.splash__submit:hover {
    background: #a1cce4;
    background: rgb(var(--sky-dk));
}
.splash__subhead {
    margin: 2rem 0;
    color: inherit;
    font-size: 1.5rem;
}
.splash__list > :first-child {
    margin-top: 0;
}
.splash__list > :last-child {
    margin-bottom: 0;
}
.splash__list {
    margin: 0;
    padding: 0;
    list-style: none;
    pointer-events: none;
}
@media (min-width: 64em) {
    .splash__list {
        -moz-column-count: 2;
        column-count: 2;
        grid-column-gap: 3rem;
        -moz-column-gap: 3rem;
        column-gap: 3rem;
    }
}
.splash__list li {
    margin-bottom: 1.5rem;
}
.splash__list a {
    transition: opacity 0.25s ease;
    transition: opacity var(--transition);
    color: inherit;
    text-decoration: none;
    pointer-events: auto;
}
.splash__list a:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #cee8f7;
    text-decoration-color: #cee8f7;
    -webkit-text-decoration-color: rgb(var(--sky));
    text-decoration-color: rgb(var(--sky));
    text-decoration-thickness: 0.125em;
}
.splash__list:hover li:not(:hover) a {
    opacity: 0.5;
}
.splash__form + .splash__list {
    margin-top: 2rem;
}
.stats {
    position: relative;
    padding: 4rem 0;
    background-color: #06113d;
    background-color: rgb(var(--navy));
    background-position: 50%;
    background-size: cover;
    color: #fff;
    color: rgb(var(--white));
}
@media (min-width: 48em) {
    .stats {
        padding: 6rem 0;
    }
}
.stats:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(6, 17, 61, 0.8);
    background: rgba(var(--navy), 0.8);
}
.stats h1,
.stats h2,
.stats h3,
.stats h4,
.stats h5,
.stats h6 {
    color: inherit;
}
.stats .flickity-viewport {
    border-top: 0.0625rem solid #e2e483;
    border-top: 0.0625rem solid rgb(var(--yellow));
    border-bottom: 0.0625rem solid #e2e483;
    border-bottom: 0.0625rem solid rgb(var(--yellow));
}
.stats .flickity-button {
    width: 2.5rem;
    height: 2.5rem;
    margin: 3rem 0.5rem 0;
    padding: 0.75rem;
    background: #e2e483;
    background: rgb(var(--yellow));
}
.stats__container {
    width: calc(100% - 4rem);
    max-width: 72rem;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
@media (min-width: 48em) {
    .stats__container {
        width: calc(100% - 6rem);
    }
}
@media (min-width: 64em) {
    .stats__container {
        width: calc(100% - 8rem);
    }
}
.stats__content > :first-child {
    margin-top: 0;
}
.stats__content > :last-child {
    margin-bottom: 0;
}
.stats__content {
    margin-bottom: 3rem;
    text-align: center;
}
@media (min-width: 64em) {
    .stats__content {
        max-width: 36rem;
        text-align: left;
    }
}
.stats__items {
    padding: 0 2rem;
    text-align: center;
}
@media (min-width: 64em) {
    .stats__items {
        display: flex;
        padding: 0;
        border-right: 0.0625rem solid #e2e483;
        border-right: 0.0625rem solid rgb(var(--yellow));
    }
}
.stats__items:after {
    content: "flickity";
    display: none;
}
@media (min-width: 64em) {
    .stats__items:after {
        content: "";
    }
}
.stats__item > :first-child {
    margin-top: 0;
}
.stats__item > :last-child {
    margin-bottom: 0;
}
.stats__item {
    width: 100%;
    padding: 2rem 1rem;
    font-weight: 700;
}
@media (min-width: 64em) {
    .stats__item {
        padding: 3rem;
        border-left: 0.0625rem solid #e2e483;
        border-left: 0.0625rem solid rgb(var(--yellow));
    }
}
.stats__label {
    color: #e2e483;
    color: rgb(var(--yellow));
}
.stats__value {
    color: #06113d;
    color: rgb(var(--navy));
    font-family: Lora, sans-serif;
    font-family: var(--heading);
    font-size: 2.125rem;
    font-weight: 400;
    line-height: 1.1;
    text-transform: none;
    display: block;
    margin-bottom: 0.5rem;
    color: inherit;
}
@media (min-width: 48em) {
    .stats__value {
        font-size: 3.5rem;
    }
}
.stats__desc {
    font-weight: 400;
}
.subnav {
    margin: 3rem 0;
}
.subnav__toggle {
    color: #06113d;
    color: rgb(var(--navy));
    font-family: Lora, sans-serif;
    font-family: var(--heading);
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.3;
    text-transform: none;
    display: block;
    width: 100%;
    padding: 1.5rem;
    border: 0;
    background: #edf0f4;
    background: rgb(var(--gray));
    text-align: left;
}
@media (min-width: 64em) {
    .subnav__toggle {
        color: #06113d;
        color: rgb(var(--navy));
        font-family: Lora, sans-serif;
        font-family: var(--heading);
        font-size: 1.375rem;
        font-weight: 700;
        line-height: 1.3;
        text-transform: none;
        cursor: auto;
    }
}
.subnav__toggle:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' fill='%2306113D'%3E%3Cpath d='M0 29.071l9.307-9.3L51.166 61.63 90.7 22.096l9.3 9.3L51.166 80.23z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    width: 1.375rem;
    height: 1.375rem;
    float: right;
    transition: transform 0.25s ease;
    transition: transform var(--transition);
}
@media (min-width: 64em) {
    .subnav__toggle:after {
        display: none;
    }
}
.subnav__toggle[aria-expanded="true"]:after {
    transform: rotate(180deg);
}
.subnav__list {
    display: none;
    padding: 0 0.5rem;
}
@media (min-width: 64em) {
    .subnav__list {
        display: block;
    }
}
.subnav__list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.subnav__list li {
    margin: 1rem 0 0;
    padding: 0 0.5rem 1rem;
    border-bottom: 0.0625rem solid #8290a8;
    border-bottom: 0.0625rem solid rgb(var(--blue-lt));
}
.subnav__list ul ul {
    margin: 1rem -0.5rem 0;
    padding-left: 2rem;
    border-top: 0.0625rem solid #8290a8;
    border-top: 0.0625rem solid rgb(var(--blue-lt));
}
.subnav__list li li {
    position: relative;
    padding: 0;
    border: 0;
}
.subnav__list li li:before {
    content: "";
    position: absolute;
    top: 0.625rem;
    left: -1.5rem;
    width: 0.75rem;
    border-top: 0.1875rem solid #06113d;
    border-top: 0.1875rem solid rgb(var(--navy));
}
.subnav__list a {
    text-decoration: none;
    font-weight: 500;
}
.subnav__list a:hover {
    text-decoration: underline;
}
.subnav__list .active > a {
    font-weight: 700;
}
[aria-expanded="true"] + .subnav__list {
    display: block;
}
.table {
    margin: 3rem 0;
}
.table table {
    width: 100%;
    min-width: 32rem;
    border-collapse: collapse;
    color: #06113d;
    color: rgb(var(--navy));
}
.table thead {
    border-bottom: 0.0625rem solid #8290a8;
    border-bottom: 0.0625rem solid rgb(var(--blue-lt));
}
.table tr:nth-child(2n) {
    background: #edf0f4;
    background: rgb(var(--gray));
}
.table tfoot td,
.table th {
    padding: 0.75rem 2rem;
}
.table td {
    padding: 1.5rem 2rem;
}
.table td,
.table th {
    text-align: right;
}
.table td:first-child,
.table th:first-child {
    font-weight: 700;
    text-align: left;
}
.table tfoot {
    background: #06113d;
    background: rgb(var(--navy));
    color: #fff;
    color: rgb(var(--white));
}
.table__scroll {
    overflow: auto;
}
.table__caption {
    color: inherit;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.6;
    text-transform: none;
}
.table__caption > :first-child {
    margin-top: 0;
}
.table__caption > :last-child {
    margin-bottom: 0;
}
.table__caption {
    margin-top: 1rem;
}
.tabs > :first-child {
    margin-top: 0;
}
.tabs > :last-child {
    margin-bottom: 0;
}
.tabs {
    margin: 3rem 0;
}
@media (min-width: 48em) {
    .tabs {
        display: flex;
        flex-wrap: wrap;
    }
}
@media (min-width: 48em) {
    .tabs:before {
        content: "";
        display: block;
        width: 0.5rem;
    }
}
.tabs__toggle {
    color: #06113d;
    color: rgb(var(--navy));
    font-family: Lora, sans-serif;
    font-family: var(--heading);
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.3;
    text-transform: none;
    display: block;
    width: 100%;
    margin-top: 0.5rem;
    padding: 1.5rem 1rem;
    border: 0;
    background: #06113d;
    background: rgb(var(--navy));
    color: #fff;
    color: rgb(var(--white));
}
@media (min-width: 48em) {
    .tabs__toggle {
        flex-grow: 1;
        width: auto;
        padding: 1rem;
        margin: 0 0.5rem 0 0;
        background: #edf0f4;
        background: rgb(var(--gray));
        color: #06113d;
        color: rgb(var(--navy));
    }
}
.tabs__toggle:hover {
    background: #06113d;
    background: rgb(var(--navy));
    color: #fff;
    color: rgb(var(--white));
}
.tabs__toggle[aria-expanded="true"] {
    background: none;
    color: #06113d;
    color: rgb(var(--navy));
}
.tabs__content > :first-child {
    margin-top: 0;
}
.tabs__content > :last-child {
    margin-bottom: 0;
}
.tabs__content {
    display: none;
    width: 100%;
    padding: 1.5rem 0;
    border-top: 0.0625rem solid #8290a8;
    border-top: 0.0625rem solid rgb(var(--blue-lt));
}
@media (min-width: 48em) {
    .tabs__content {
        order: 1;
        padding: 3rem 1.5rem;
        border-bottom: 0.0625rem solid #8290a8;
        border-bottom: 0.0625rem solid rgb(var(--blue-lt));
    }
}
[aria-expanded="true"] + .tabs__content {
    display: block;
}
.tabs__intro {
    max-width: 48rem;
}
.tabs__cols > :first-child {
    margin-top: 0;
}
.tabs__cols > :last-child {
    margin-bottom: 0;
}
.tabs__cols {
    margin-top: 1.5rem;
}
@media (min-width: 48em) {
    .tabs__cols {
        margin-top: 3rem;
    }
}
@media (min-width: 64em) {
    .tabs__cols {
        display: flex;
        margin: 3rem -1.5rem 0;
    }
}
.tabs__col > :first-child {
    margin-top: 0;
}
.tabs__col > :last-child {
    margin-bottom: 0;
}
.tabs__col {
    margin-top: 1.5rem;
}
@media (min-width: 48em) {
    .tabs__col {
        margin-top: 3rem;
    }
}
@media (min-width: 64em) {
    .tabs__col {
        width: calc(33.333% - 3rem);
        margin: 0 1.5rem;
    }
}
.text {
    width: calc(100% - 4rem);
    max-width: 72rem;
    margin: 4rem auto;
    border-top: 0.0625rem solid #8290a8;
    border-top: 0.0625rem solid rgb(var(--blue-lt));
    border-bottom: 0.0625rem solid #8290a8;
    border-bottom: 0.0625rem solid rgb(var(--blue-lt));
}
@media (min-width: 48em) {
    .text {
        width: calc(100% - 6rem);
    }
}
@media (min-width: 64em) {
    .text {
        width: calc(100% - 8rem);
    }
}
@media (min-width: 48em) {
    .text {
        margin: 6rem auto;
    }
}
.text__container > :first-child {
    margin-top: 0;
}
.text__container > :last-child {
    margin-bottom: 0;
}
.text__container {
    max-width: 48rem;
    margin: 3rem auto;
}
.widget > :first-child {
    margin-top: 0;
}
.widget > :last-child {
    margin-bottom: 0;
}
.widget {
    margin: 4rem 0;
}
.widget hr {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.widget--center {
    text-align: center;
}
.widget--border {
    padding: 2rem 1rem;
    border-top: 0.0625rem solid #8290a8;
    border-top: 0.0625rem solid rgb(var(--blue-lt));
    border-bottom: 0.0625rem solid #8290a8;
    border-bottom: 0.0625rem solid rgb(var(--blue-lt));
}
.widget--gray {
    padding: 2rem;
    background: #edf0f4;
    background: rgb(var(--gray));
    color: #06113d;
    color: rgb(var(--navy));
}
.widget--inset {
    padding: 0 2rem;
}
.widget--form {
    padding: 2rem;
    border-radius: 0.25rem;
    background: #fff;
    background: rgb(var(--white));
    box-shadow: 0 0 1rem 0.5rem rgba(6, 17, 61, 0.125);
    box-shadow: var(--shadow);
}
.widget__heading {
    color: #06113d;
    color: rgb(var(--navy));
    font-family: Lora, sans-serif;
    font-family: var(--heading);
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.3;
    text-transform: none;
    text-align: center;
}
.widget__subheading {
    margin-top: -0.5rem;
}
.widget__contact {
    margin: 0;
    padding: 0;
    list-style: none;
}
.person .widget__contact {
    color: #06113d;
    color: rgb(var(--navy));
}
.widget__icon {
    display: inline-block;
    width: 1.125rem;
    margin-right: 0.5rem;
    vertical-align: text-bottom;
}
.widget__label {
    display: block;
    margin: 1.5rem 0;
}
.widget__input,
.widget__select {
    display: block;
    width: 100%;
    padding: 1.5rem;
    border: 0;
    border-radius: 0.25rem;
    background: #edf0f4;
    background: rgb(var(--gray));
    color: #06113d;
    color: rgb(var(--navy));
}
.widget__select {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' fill='%2306113D'%3E%3Cpath d='M0 29.071l9.307-9.3L51.166 61.63 90.7 22.096l9.3 9.3L51.166 80.23z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 0.875rem 0.875rem;
    padding: 1.5rem 3.875rem 1.5rem 1.5rem;
    background-position: calc(100% - 1.5rem) 50%;
    text-overflow: ellipsis;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.widget__select::-ms-expand {
    display: none;
}
