/**
 * PLEASE NOTE:
 * These styles were generated from the original theme Gesso, making use of Pattern Lab and Timber.
 *
 * https://github.com/forumone/gesso-wp
 * https://patternlab.io/
 *
 * Any new styles, for 2021 and beyond should be applied within the sage framework (assets folder).
 */



/* generated with grunt-sass-globbing */
/* generated with grunt-sass-globbing */
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

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

b,
strong {
    font-weight: inherit; }

b,
strong {
    font-weight: bolder; }

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

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

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

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

button,
input {
    overflow: visible; }

button,
select {
    text-transform: none; }

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

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

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

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

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

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

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

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

template,
[hidden] {
    display: none; }

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

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

::-moz-selection {
    background: #175E76;
    color: #ffffff;
    text-shadow: none; }

::selection {
    background: #175E76;
    color: #ffffff;
    text-shadow: none; }

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

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

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

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 112.5%;
    line-height: 1.5;
    min-height: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%; }

body {
    background-color: #ffffff;
    background-image: url("../images/bg/white-texture.png");
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/bg/white-texture.svg");
    background-image: -o-linear-gradient(transparent, transparent), url("../images/bg/white-texture.svg");
    background-image: linear-gradient(transparent, transparent), url("../images/bg/white-texture.svg");
    background-repeat: repeat;
    background-attachment: fixed;
    color: #333742;
    margin: 0;
    padding: 0;
    word-wrap: normal;
    max-width: 100%;
    overflow-x: hidden; }

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

summary {
    display: list-item; }

iframe {
    border: 0; }
@media print {
    iframe {
        display: none; } }

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

h1 {
    font-size: 2.7777777778em;
    margin-bottom: 0.5em; }
@media (min-width: 57.8125em) {
    h1 {
        font-size: 4.5555555556em; } }

h2 {
    font-size: 2em; }
@media (min-width: 57.8125em) {
    h2 {
        font-size: 2.7777777778em; } }

h3 {
    font-size: 1.4444444444em; }
@media (min-width: 57.8125em) {
    h3 {
        font-size: 2em; } }

h4 {
    font-size: 1.2222222222em; }
@media (min-width: 57.8125em) {
    h4 {
        font-size: 1.4444444444em; } }

h5 {
    font-size: 1em; }
@media (min-width: 57.8125em) {
    h5 {
        font-size: 1.2222222222em; } }

h6 {
    font-size: 0.7777777778em;
    font-weight: 400;
    text-transform: uppercase; }
@media (min-width: 57.8125em) {
    h6 {
        font-size: 1em; } }

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

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

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

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted; }

abbr:hover {
    cursor: help; }

@media print {
    abbr[title]::after {
        content: " (" attr(title) ")"; } }

dfn {
    font-style: italic; }

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

small {
    font-size: 1.2222222222em; }

sub {
    bottom: -0.25em; }

sup {
    top: -0.5em; }

blockquote {
    font-size: 22px;
    margin: 0 0 1rem;
    font-style: italic;
    color: #AE1F24;
    border-left: 4px solid #AE1F24;
    padding: 0 0 0 1.2em; }
@media (min-width: 64.375em) {
    blockquote {
        margin: 0 -1.2em 1rem;
        padding: 0 1.2em;
        font-size: 26px; } }
blockquote cite {
    display: block;
    margin-top: 0.5em; }
blockquote cite:before {
    content: "\2013";
    margin-right: 0.5em; }
@media print {
    blockquote {
        page-break-inside: avoid; } }

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

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

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

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

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

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

dd {
    margin-bottom: 1rem; }

dl {
    margin: 0 0 1rem; }

caption {
    margin-bottom: 0.5rem; }

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

td {
    background-color: #ffffff;
    border: 1px solid #5b616b;
    padding: 0.8333333333rem; }

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

th {
    background-color: #ffffff;
    border: 1px solid #5b616b;
    padding: 0.8333333333rem;
    text-align: left; }

@media print {
    thead {
        display: table-header-group; } }

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

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

button {
    overflow: visible; }

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

input {
    line-height: normal; }

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

optgroup {
    font-weight: bold; }

textarea {
    overflow: auto; }

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

canvas {
    display: inline-block; }

figure {
    margin: 0 0 1rem; }

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

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

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

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

html, .button, .menu__item--donate, .tabs__link {
    font-family: "Source Sans Pro", sans-serif; }

h1, h2, h3, h4, h5, h6 {
    font-family: "Source Sans Pro", sans-serif; }

/* generated with grunt-sass-globbing */
.l-constrain {
    margin-left: auto;
    margin-right: auto;
    max-width: 94.4444444444rem;
    padding-left: 1em;
    padding-right: 1em; }
.l-constrain .l-constrain {
    padding-left: 0;
    padding-right: 0; }

.has-share-buttons {
    position: relative; }

.l-constrain--no-padding {
    padding-left: 0;
    padding-right: 0; }

.l-constrain--medium {
    margin-left: auto;
    margin-right: auto;
    max-width: 57.2222222222rem;
    padding-left: 1em;
    padding-right: 1em; }
.l-constrain--medium .l-constrain--medium {
    padding-left: 0;
    padding-right: 0; }

.l-constrain--wide {
    margin-left: auto;
    margin-right: auto;
    max-width: 88.8888888889rem;
    padding-left: 1em;
    padding-right: 1em; }
.l-constrain--wide .l-constrain--wide {
    padding-left: 0;
    padding-right: 0; }

@media (min-width: 57.8125em) {
    .l-grid--2col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -2em;
        margin-right: -2em;
        margin-left: 0;
        margin-right: 0; }
    .l-grid--2col > * {
        margin-bottom: 2em;
        margin-right: 2em;
        padding-left: 2em;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 300px; }
    .l-grid--2col > * {
        margin-bottom: 2em;
        margin-right: 2em;
        padding-left: 0;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        min-width: auto;
        width: calc(100% / 2 - (2 - 1) * 2em / 2); }
    .l-grid--2col > *:nth-child(2n) {
        margin-right: 0; }
    .l-grid--2col > *:last-child:nth-child(odd) {
        width: 100%;
        margin-right: 0; } }

@media (min-width: 57.8125em) {
    .l-grid--3col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -2em;
        margin-right: -2em;
        margin-left: 0;
        margin-right: 0; }
    .l-grid--3col > * {
        margin-bottom: 2em;
        margin-right: 2em;
        padding-left: 2em;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 300px; }
    .l-grid--3col > * {
        margin-bottom: 2em;
        margin-right: 2em;
        padding-left: 0;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        min-width: auto;
        width: calc(100% / 3 - (3 - 1) * 2em / 3); }
    .l-grid--3col > *:nth-child(3n) {
        margin-right: 0; } }

@media (min-width: 31.25em) and (max-width: 49.9375em) {
    .l-grid--4col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -2em;
        margin-right: -2em;
        margin-left: 0;
        margin-right: 0; }
    .l-grid--4col > * {
        margin-bottom: 2em;
        margin-right: 2em;
        padding-left: 2em;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 300px; }
    .l-grid--4col > * {
        margin-bottom: 2em;
        margin-right: 2em;
        padding-left: 0;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        min-width: auto;
        width: calc(100% / 2 - (2 - 1) * 2em / 2); }
    .l-grid--4col > *:nth-child(2n) {
        margin-right: 0; } }

@media (min-width: 50em) {
    .l-grid--4col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -2em;
        margin-right: -2em;
        margin-left: 0;
        margin-right: 0; }
    .l-grid--4col > * {
        margin-bottom: 2em;
        margin-right: 2em;
        padding-left: 2em;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 300px; }
    .l-grid--4col > * {
        margin-bottom: 2em;
        margin-right: 2em;
        padding-left: 0;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        min-width: auto;
        width: calc(100% / 4 - (4 - 1) * 2em / 4); }
    .l-grid--4col > *:nth-child(4n) {
        margin-right: 0; } }

@media (min-width: 37.5em) and (max-width: 56.1875em) {
    .l-grid--6col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -2em;
        margin-right: -2em;
        margin-left: 0;
        margin-right: 0; }
    .l-grid--6col > * {
        margin-bottom: 2em;
        margin-right: 2em;
        padding-left: 2em;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 300px; }
    .l-grid--6col > * {
        margin-bottom: 2em;
        margin-right: 2em;
        padding-left: 0;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        min-width: auto;
        width: calc(100% / 3 - (3 - 1) * 2em / 3); }
    .l-grid--6col > *:nth-child(3n) {
        margin-right: 0; } }

@media (min-width: 56.25em) {
    .l-grid--6col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -2em;
        margin-right: -2em;
        margin-left: 0;
        margin-right: 0; }
    .l-grid--6col > * {
        margin-bottom: 2em;
        margin-right: 2em;
        padding-left: 2em;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 300px; }
    .l-grid--6col > * {
        margin-bottom: 2em;
        margin-right: 2em;
        padding-left: 0;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        min-width: auto;
        width: calc(100% / 6 - (6 - 1) * 2em / 6); }
    .l-grid--6col > *:nth-child(6n) {
        margin-right: 0; } }

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

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

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

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

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

.l-content {
    padding-bottom: 27px;
    padding-top: 27px; }

.news-media-container {
    display: block; }
@media (min-width: 50em) {
    .news-media-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
.news-media-container > div:first-child {
    width: 100%; }
@media (min-width: 50em) {
    .news-media-container > div:first-child {
        width: 66.66%;
        padding-right: 54px; } }
.news-media-container > div:last-child {
    width: 100%; }
@media (min-width: 50em) {
    .news-media-container > div:last-child {
        width: 33.33%; } }

@media (min-width: 50em) {
    .l-content-margin-right {
        padding-right: 54px; } }

.no-header-spacing {
    margin-top: 50px; }
@media (min-width: 50em) {
    .no-header-spacing {
        margin-top: 150px; } }

.extra-spacing {
    margin-top: 15px; }
@media (min-width: 50em) {
    .extra-spacing {
        margin-top: 40px; } }

.footer {
    background-color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 54px;
    padding-bottom: 54px;
    background-image: url(../images/footerbg.png);
    margin-bottom: 60px; }
@media (min-width: 57.8125em) {
    .footer {
        margin-bottom: auto; }
    .footer .site-logo__text {
        margin: 0 auto; } }

@media (min-width: 64.375em) {
    .footer-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media (min-width: 64.375em) {
    .footer__first {
        width: 20%; } }

@media (min-width: 57.8125em) {
    .footer__second {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }

@media (min-width: 64.375em) {
    .footer__second {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 80%; } }

.footer__left {
    padding-top: 27px; }
@media (min-width: 57.8125em) {
    .footer__left {
        width: 55%; } }

.footer__right {
    padding-top: 27px; }
@media (min-width: 57.8125em) {
    .footer__right {
        width: 45%; } }

.l-header {
    display: none;
    background: white;
    position: fixed;
    left: 0;
    height: 100px;
    right: 0;
    top: 0;
    -webkit-transition: max-height ease 0.175s;
    -o-transition: max-height ease 0.175s;
    transition: max-height ease 0.175s;
    z-index: 200;
    -webkit-box-shadow: 0 6px 7px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 7px 0 rgba(0, 0, 0, 0.2); }
.l-header.is-scrolling,
.home .l-header {
    background: #ffffff; }
.l-header.is-scrolling .header__bottom,
.home .l-header .header__bottom {
    padding-bottom: 6.75px; }
@media (min-width: 57.8125em) {
    .l-header {
        display: block; } }
.admin-bar .l-header {
    top: 32px; }

.header__content {
    padding-top: 13.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all ease 0.15s;
    -o-transition: all ease 0.15s;
    transition: all ease 0.15s; }

.header__first {
    -ms-flex-preferred-size: max-content;
    flex-basis: max-content;
    -webkit-transition: all ease 0.15s;
    -o-transition: all ease 0.15s;
    transition: all ease 0.15s; }

.header__second {
    -ms-flex-preferred-size: 85%;
    flex-basis: 85%;
    text-align: right;
    -webkit-transition: all ease 0.15s;
    -o-transition: all ease 0.15s;
    transition: all ease 0.15s; }

.header__bottom {
    padding-bottom: 13.5px;
    -webkit-transition: padding-bottom linear 0.15s;
    -o-transition: padding-bottom linear 0.15s;
    transition: padding-bottom linear 0.15s;
    -webkit-transition: all ease 0.15s;
    -o-transition: all ease 0.15s;
    transition: all ease 0.15s; }

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

.l-preface {
    width: 100%;
    background-color: #333742;
    left: 0;
    right: 0;
    text-align: center;
    position: relative;
    top: 5.5555555556rem;
    z-index: 14;
    height: 56px; }
.l-preface .l-constrain {
    padding-top: 15px;
    padding-right: 18px; }
@media (min-width: 64.375em) {
    .l-preface .l-constrain {
        padding-right: 68px; } }
@media (min-width: 0) and (max-width: 57.8125em) {
    .l-preface {
        display: none; } }

.l-section {
    margin-bottom: 2em; }

@media (min-width: 56.25em) {
    .l-sidebar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .l-sidebar > * {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -ms-flex-preferred-size: calc(100% - 300px - 2rem);
        flex-basis: calc(100% - 300px - 2rem);
        margin-right: 1rem; }
    .l-sidebar > *:last-child {
        margin-right: 0; }
    .l-sidebar .l-sidebar__full {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-right: 0; }
    .l-sidebar .l-sidebar__sidebar {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 300px;
        flex-basis: 300px; } }

@supports (display: grid) {
    .l-sidebar {
        display: grid;
        grid-template-columns: 1fr 300px;
        grid-gap: 1rem; }
    .l-sidebar .l-sidebar__full {
        grid-column: span 2; } }

.l-sidebar--multi-2 > * {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: calc(100% - 600px - 3rem);
    flex-basis: calc(100% - 600px - 3rem); }

@supports (display: grid) {
    .l-sidebar--multi-2 {
        grid-template-columns: 300px 1fr 300px; }
    .l-sidebar--multi-2 .l-sidebar__full {
        grid-column: span 3; } }

/* generated with grunt-sass-globbing */
.aligncenter {
    display: block;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%; }

.alignleft {
    max-width: 100%; }

.alignleft {
    float: none;
    margin: 0; }

@media (min-width: 43.75em) {
    .alignleft {
        float: left;
        margin: 0 1em 1em 0; } }

.alignright {
    max-width: 100%; }

.alignright {
    float: none;
    margin: 0; }

@media (min-width: 43.75em) {
    .alignright {
        float: right;
        margin: 0 0 1em 1em; } }

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

.sticky {
    display: block; }

.wp-caption {
    max-width: 100%; }
.wp-caption .wp-caption-text {
    max-width: 100%; }

.alert-bar {
    position: relative;
    padding: 27px;
    padding-bottom: 0;
    margin-bottom: 13.5px;
    background-color: #E89925;
    position: absolute;
    top: 3.8888888889rem;
    width: 100%;
    z-index: 17; }
.alert-bar::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 50' fill='rgb(232,153,37)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,50'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 50px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    bottom: -50px; }
@media (min-width: 57.8125em) {
    .alert-bar {
        top: 5.5555555556rem; } }
.admin-bar .alert-bar {
    top: 6.4444444444rem; }
@media (min-width: 57.8125em) {
    .admin-bar .alert-bar {
        top: 8.4444444444rem; } }
.alert-bar a {
    color: #333742;
    text-decoration: underline; }
.alert-bar a:hover {
    color: #333742;
    text-decoration: none; }
.alert-bar a:active {
    color: #333742; }
.alert-bar a:focus {
    color: #333742;
    text-decoration: none; }

.alert-bar__content {
    font-size: 24px;
    position: relative;
    z-index: 150; }
@media (min-width: 57.8125em) {
    .alert-bar__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }

.alert-bar__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase; }
@media (min-width: 57.8125em) {
    .alert-bar__title {
        -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
        font-size: 36px; } }

@media (min-width: 57.8125em) {
    .alert-bar__summary {
        -ms-flex-preferred-size: 80%;
        flex-basis: 80%; } }

.alert-close {
    color: #333742;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 205; }
@media (min-width: 57.8125em) {
    .alert-close {
        right: 4rem; } }

.arrow-link + .arrow-link {
    margin-left: 13.5px; }

.arrow-link--white {
    color: #ffffff;
    text-decoration: none;
    padding-left: 4.7222222222rem;
    font-size: 26px;
    font-weight: 600;
    background-image: url("../images/bg/arrow--white.png");
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/bg/arrow--white.svg");
    background-image: -o-linear-gradient(transparent, transparent), url("../images/bg/arrow--white.svg");
    background-image: linear-gradient(transparent, transparent), url("../images/bg/arrow--white.svg");
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    letter-spacing: 0.1666666667rem;
    text-transform: uppercase; }
.arrow-link--white:hover {
    color: #ffffff;
    text-decoration: underline; }
.arrow-link--white:active {
    color: #ffffff; }
.arrow-link--white:focus {
    color: #ffffff;
    text-decoration: underline; }
.card .arrow-link--white {
    font-size: 26px;
    background-size: 50px auto;
    padding-left: 60px; }

.arrow-link--red {
    color: #AE1F24;
    text-decoration: none;
    font-size: 22px;
    padding-left: 3.6111111111rem;
    font-weight: 600;
    background-image: url("../images/bg/arrow--red.png");
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/bg/arrow--red.svg");
    background-image: -o-linear-gradient(transparent, transparent), url("../images/bg/arrow--red.svg");
    background-image: linear-gradient(transparent, transparent), url("../images/bg/arrow--red.svg");
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    letter-spacing: 0.1666666667rem;
    text-transform: uppercase; }
.arrow-link--red:hover {
    color: #AE1F24;
    text-decoration: underline; }
.arrow-link--red:active {
    color: #AE1F24; }
.arrow-link--red:focus {
    color: #AE1F24;
    text-decoration: underline; }
@media (min-width: 106.25em) {
    .arrow-link--red {
        font-size: 26px; } }

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

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

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

.breadcrumb__item {
    font-size: 22px;
    margin-right: 0.25em; }
.breadcrumb__item::after {
    content: '/';
    margin-left: 0.25em; }
.breadcrumb__item:last-child::after {
    content: '';
    margin-left: 0; }

.breadcrumb__link {
    text-decoration: none; }

.button {
    background-color: #AE1F24;
    border: 0;
    border-radius: 0;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.4444444444rem;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    letter-spacing: 4px;
    line-height: 0.7692307692;
    padding: 0.6666666667rem 1.1111111111rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
    vertical-align: top;
    white-space: normal;
    margin: 0 0 0.5em; }
.button > * {
    display: inline-block;
    -webkit-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    transform: skewX(10deg); }
.button:focus, .button:hover {
    background-color: #cc242a;
    color: #ffffff;
    outline: 0; }
.button:active {
    background-color: #AE1F24;
    color: #ffffff; }
.button[disabled] {
    background-color: #333742;
    color: #ffffff;
    cursor: default;
    pointer-events: none; }
.button + .button {
    margin-left: 0.5em; }
[dir='rtl'] .button + .button {
    margin-left: 0;
    margin-right: 0.5em; }

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

#donate-button {
    height: 3.333333333rem;
    width: 100%;
    background-color: #AE1F24;
    position: fixed;
    bottom: 0;
    z-index: 100;
    text-decoration: none;
    display: table; }
@media (min-width: 57.8125em) {
    #donate-button {
        display: none; } }
#donate-button:after {
    content: 'DONATE';
    display: table-cell;
    vertical-align: middle;
    color: #ffffff;
    width: 100%;
    text-align: center;
    letter-spacing: 1.3px;
    line-height: 1.3px; }

.button--hero .button__text {
    font-size: 16px;
    display: block;
    letter-spacing: .072222222rem;
    line-height: 1.5rem; }
@media (min-width: 57.8125em) {
    .button--hero .button__text {
        font-size: 1rem;
        line-height: .769444444rem; } }

.button--large {
    padding: 0.8333333333rem 0.8333333333rem; }
@media (min-width: 50em) {
    .button--large {
        padding: 1.3888888889rem 1.6666666667rem; } }

.button--secondary {
    background-color: rgba(51, 55, 66, 0.6);
    color: #ffffff;
    -webkit-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    transform: skewX(0deg); }
.button--secondary > * {
    -webkit-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    transform: skewX(0deg); }
.button--secondary:focus, .button--secondary:hover {
    background-color: rgba(23, 94, 118, 0.35);
    color: #ffffff; }
.button--secondary:active {
    background-color: rgba(23, 94, 118, 0.8);
    color: #fff; }

.button--small {
    font-size: 1.2222222222rem;
    line-height: 0.7727272727;
    padding: 0.4444444444rem 0.8888888889rem; }

.button--teal {
    background-color: #175E76;
    border: 1px solid #ffffff; }
.button--teal .button__text {
    color: #ffffff; }

.button--white {
    background-color: transparent;
    border: 1px solid #ffffff; }
.button--white .button__text {
    color: #ffffff; }

.callout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
@media (min-width: 57.8125em) {
    .callout {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
.callout > * {
    width: 100%; }
@media (min-width: 57.8125em) {
    .callout > *.callout__content {
        width: 40%; }
    .callout > *.callout__image {
        width: 60%; } }

.callout__content {
    padding: 54px;
    -ms-flex-line-pack: center;
    align-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.3333333333rem; }
.callout__content > * {
    width: 100%; }

.callout__type {
    font-size: 0.8888888889rem;
    color: #BEBBBE;
    text-transform: uppercase;
    letter-spacing: 2px; }

.callout__content-title {
    margin-top: 0;
    font-weight: 600;
    font-size: 2.3888888889rem; }

.callout__button {
    margin-top: 54px; }
@media (min-width: 57.8125em) {
    .callout__button {
        margin-left: -108px; } }

.callout:nth-child(odd) .button {
    background-color: rgba(23, 94, 118, 0.9);
    border: 0; }

.callout:nth-child(even) .callout__content {
    background-color: #175E76;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/bg/teal-texture.png");
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/bg/teal-texture.svg");
    background-image: -o-linear-gradient(transparent, transparent), url("../images/bg/teal-texture.svg");
    background-image: linear-gradient(transparent, transparent), url("../images/bg/teal-texture.svg");
    color: #ffffff; }
@media (min-width: 57.8125em) {
    .callout:nth-child(even) .callout__content {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 50%; } }

.callout:nth-child(even) .callout__image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
@media (min-width: 57.8125em) {
    .callout:nth-child(even) .callout__image {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 50%; } }

.callout:nth-child(even) .callout__button {
    margin-left: 0;
    margin-top: 27px; }

.callout__image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 16.6666666667rem; }
@media (min-width: 57.8125em) {
    .callout__image {
        min-height: 33.8888888889rem; } }

.callouts__more {
    background-color: #175E76;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/bg/teal-texture.png");
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/bg/teal-texture.svg");
    background-image: -o-linear-gradient(transparent, transparent), url("../images/bg/teal-texture.svg");
    background-image: linear-gradient(transparent, transparent), url("../images/bg/teal-texture.svg");
    padding-bottom: 54px;
    padding-top: 54px;
    text-align: center; }

.card-summary {
    background-position: center;
    color: #ffffff;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    color: #333742;
    border-bottom: 1px solid #D6D7D9;
    padding-left: 0px;
    margin-right: 27px;
    margin-bottom: 54px; }
.card-summary:hover {
    color: #ffffff;
    text-decoration: none; }
.card-summary:active {
    color: #ffffff; }
.card-summary:focus {
    color: #ffffff;
    text-decoration: none; }
.card-summary:last-child {
    border-bottom: none; }
.card-summary > * {
    width: 100%;
    z-index: 22; }
@media (min-width: 0) and (max-width: 57.8125em) {
    .card-summary {
        margin-bottom: 27px;
        margin-right: 4.5px;
        margin-left: 0px;
        margin-right: 0px; } }
.card-summary:after {
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20; }
.card-summary.has-image-bg {
    background-size: cover;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
.card-summary .card__title {
    font-size: 22px; }
@media (min-width: 64.375em) {
    .card-summary .card__title {
        font-size: 26px;
        line-height: 34px; } }
.card-summary .card__body {
    font-size: 22px;
    line-height: 1.2; }
@media (min-width: 64.375em) {
    .card-summary .card__body {
        font-size: 26px; } }
.card-summary:hover, .card-summary:focus {
    color: #333742; }
.card-summary:hover .button--white, .card-summary:focus .button--white {
    background-color: #AE1F24; }
.card-summary .header-img {
    display: block;
    width: 100vw;
    height: 170px;
    background-size: cover;
    background-position: center;
    margin-bottom: 27px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw); }
@media (min-width: 50em) {
    .card-summary .header-img {
        width: 100%;
        margin-left: 0;
        margin-right: 0; } }
.card-summary .card__authortag {
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 27px;
    margin-bottom: 27px; }
@media (min-width: 50em) {
    .card-summary .card__authortag {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
.card-summary .card__authortag .card__author {
    font-weight: bold;
    margin-bottom: 10px; }
@media (min-width: 50em) {
    .card-summary .card__authortag .card__author {
        margin-bottom: 0px; } }
.card-summary .button__text {
    font-size: 18px; }
.card-summary .icon-news {
    background-image: url(""); }
.card-summary .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
@media (min-width: 50em) {
    .card-summary .button {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; } }
.card-summary .card__footer {
    margin-top: 13.5px;
    margin-bottom: 27px;
    -ms-flex-item-align: end;
    align-self: flex-end; }
.card-summary .card__footer .button {
    padding: .8rem 1.1rem;
    letter-spacing: 1.3px;
    font-weight: 600; }

.card__tag {
    text-transform: uppercase;
    color: #9D9D9D;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.card__tag .icon-news {
    background-image: url("../images/icon-news.svg");
    width: 18px;
    height: 15px;
    display: inline-block;
    margin-right: 6.75px; }
.card__tag .icon-press-release {
    background-image: url("../images/icon-press-release.svg");
    width: 18px;
    height: 15px;
    display: inline-block;
    margin-right: 6.75px; }

.card__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 22px;
    height: 100%;
    position: relative; }
.card__body > * {
    width: 100%; }

.card__content {
    margin-bottom: 0.5rem; }

.card__top {
    -ms-flex-item-align: start;
    align-self: flex-start; }

.card__media {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

.card__media-image {
    height: 0;
    width: 100%;
    padding-top: 56.25%;
    background-size: cover; }

.card__meta {
    font-size: 18px; }
.card__meta span {
    display: inline-block;
    margin-right: 3px; }
.card__meta span::before {
    content: ' | ';
    display: inline-block;
    padding-left: 6px;
    padding-right: 9px; }
.card__meta span:first-child::before, .card__meta span:only-child::before {
    display: none; }

.card {
    background-image: url("../images/bg/grey-texture.png");
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/bg/grey-texture.svg");
    background-image: -o-linear-gradient(transparent, transparent), url("../images/bg/grey-texture.svg");
    background-image: linear-gradient(transparent, transparent), url("../images/bg/grey-texture.svg");
    background-position: center;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    color: #ffffff;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding: 54px; }
.card:hover {
    color: #ffffff;
    text-decoration: none; }
.card:active {
    color: #ffffff; }
.card:focus {
    color: #ffffff;
    text-decoration: none; }
.card > * {
    width: 100%;
    z-index: 22; }
@media (min-width: 0) and (max-width: 57.8125em) {
    .card {
        margin-bottom: 54px; } }
.card:after {
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20; }
.card.has-image-bg {
    background-size: cover;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 108px; }
.card.has-image-bg:after {
    background: rgba(0, 0, 0, 0.5); }
.card.has-image-bg .card__title {
    font-size: 36px; }
@media (min-width: 64.375em) {
    .card.has-image-bg .card__title {
        font-size: 50px; } }
.card.has-image-bg .card__body {
    font-size: 22px;
    line-height: 1.2; }
@media (min-width: 64.375em) {
    .card.has-image-bg .card__body {
        font-size: 26px; } }
.card:hover .button--white, .card:focus .button--white {
    background-color: #AE1F24; }

.card__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 22px;
    height: 100%;
    position: relative; }
.card__body > * {
    width: 100%; }

.card__title {
    font-size: 36px;
    line-height: 1; }
@media (min-width: 80em) {
    .card__title {
        font-size: 1.8333333333rem; } }

.card__content {
    margin-bottom: 0.5rem; }

.card__top {
    -ms-flex-item-align: start;
    align-self: flex-start; }

.card__media {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

.card__media-image {
    height: 0;
    width: 100%;
    padding-top: 56.25%;
    background-size: cover; }

.card__meta {
    font-size: 18px; }
.card__meta span {
    display: inline-block;
    margin-right: 3px; }
.card__meta span::before {
    content: ' | ';
    display: inline-block;
    padding-left: 6px;
    padding-right: 9px; }
.card__meta span:first-child::before, .card__meta span:only-child::before {
    display: none; }

.card__footer {
    margin-top: 27px;
    -ms-flex-item-align: end;
    align-self: flex-end; }

.copyright {
    font-size: 14px;
    text-align: center;
    margin-top: 54px; }
@media (min-width: 64.375em) {
    .copyright {
        text-align: right; } }

.cta-button {
    margin-top: 54px;
    margin-bottom: 54px;
    text-align: center; }

.cta {
    background-color: #AE1F24;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/bg/red-texture.png");
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/bg/red-texture.svg");
    background-image: -o-linear-gradient(transparent, transparent), url("../images/bg/red-texture.svg");
    background-image: linear-gradient(transparent, transparent), url("../images/bg/red-texture.svg");
    color: #ffffff;
    padding-top: 54px;
    padding-bottom: 54px;
    padding-left: 54px;
    padding-right: 54px;
    text-align: center; }
@media (min-width: 57.8125em) {
    .cta {
        padding-top: 81px;
        padding-bottom: 81px;
        text-align: left; } }
.cta .l-grid > * {
    -ms-flex-item-align: center;
    align-self: center; }
@media (min-width: 0em) and (max-width: 64em) {
    .cta {
        text-align: center; } }

@media (min-width: 0em) and (max-width: 57.8125em) {
    .cta__grid > * {
        margin-top: 27px;
        margin-bottom: 27px; } }

@media (min-width: 57.8125em) {
    .cta__grid {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
    .cta__grid > * {
        margin-right: 2em; } }

.cta__title {
    font-size: 36px;
    font-weight: 900;
    line-height: 1; }
@media (min-width: 64em) {
    .cta__title {
        font-size: 50px;
        text-align: right; } }

.cta__summary {
    font-size: 1.8888888889rem;
    line-height: 1;
    text-align: center;
    margin-bottom: 1em;
    margin-top: 1em; }
@media (min-width: 57.8125em) {
    .cta__summary {
        width: calc(50% - 2em); } }
@media (min-width: 64em) {
    .cta__summary {
        font-size: 1.8888888889rem;
        margin-bottom: 0;
        margin-top: 0; } }

@media (min-width: 57.8125em) {
    .cta__title,
    .cta__link {
        width: calc(25% - 2em); } }

.custom-links {
    margin-top: 54px;
    margin-bottom: 54px; }

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

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

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

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

.details__description {
    color: #AE1F24;
    font-size: 1.2222222222rem;
    margin-bottom: 1rem; }
.details__description > :last-child {
    margin-bottom: 0; }

.donations {
    margin-top: 54px;
    padding-bottom: 54px; }

.donations__title {
    text-align: center; }

.event-sponsors {
    margin-bottom: 54px;
    margin-top: 54px; }

.event-sponsors__title {
    text-align: center; }

.sponsor-row__title {
    color: #175E76; }

.sponsor-row {
    margin-bottom: 54px; }

.events {
    margin-bottom: 54px;
    margin-top: 54px; }

.facet {
    padding-top: 54px;
    margin-bottom: 54px; }

.facet__filters {
    margin-bottom: 27px; }

.facet__name,
.facet__group {
    display: inline-block;
    vertical-align: middle; }

.facet__name {
    margin-bottom: 0px;
    margin-right: 6.75px; }

.facetwp-facet {
    margin-bottom: 0 !important;
    line-height: 1 !important; }

.fieldset {
    margin-bottom: 3.1666666667rem;
    padding: 0;
    position: relative;
    top: 1.5rem; }

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

.fieldset__legend-text {
    display: block; }

.fieldset__legend-link {
    display: block; }

.fieldset__description {
    color: #AE1F24;
    font-size: 1.2222222222rem; }
.fieldset__description > :last-child {
    margin-bottom: 0; }

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

.form-item {
    margin: 0 0 1.6666666667rem; }

.form-item__label {
    display: block; }
.is-disabled > .form-item__label {
    color: #AE1F24; }

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

.form-item__description {
    color: #AE1F24;
    font-size: 1.2222222222rem; }
.form-item__description > :last-child {
    margin-bottom: 0; }

.form-item__required-marker::before {
    content: '*'; }


.form-item__color,
.form-item__date,
.form-item__email,
.form-item__month,
.form-item__number,
.form-item__password,
.form-item__search,
.form-item__select,
.form-item__tel,
.form-item__text,
.form-item__textarea,
.form-item__time,
.form-item__url,
.form-item__week {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #5b616b;
    border-radius: 0;
    display: inline-block;
    font-size: 1.4444444444rem;
    height: 2.4444444444rem;
    line-height: 0.8461538462;
    padding: 0.3846153846em 0.2692307692em;
    margin: 0.2em 0;
    max-width: 100%; }

.form-item__color:focus,
.form-item__date:focus,
.form-item__email:focus,
.form-item__month:focus,
.form-item__number:focus,
.form-item__password:focus,
.form-item__search:focus,
.form-item__select:focus,
.form-item__tel:focus,
.form-item__text:focus,
.form-item__textarea:focus,
.form-item__time:focus,
.form-item__url:focus,
.form-item__week:focus {
    -webkit-box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf;
    box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf;
    outline: 0; }

.form-item__color:disabled,
.form-item__date:disabled,
.form-item__email:disabled,
.form-item__month:disabled,
.form-item__number:disabled,
.form-item__password:disabled,
.form-item__search:disabled,
.form-item__select:disabled,
.form-item__tel:disabled,
.form-item__text:disabled,
.form-item__textarea:disabled,
.form-item__time:disabled,
.form-item__url:disabled,
.form-item__week:disabled {
    background: #d6d7d9;
    border-color: #aeb0b5;
    cursor: default; }
.is-full-width >
.form-item__color, .is-full-width >
.form-item__date, .is-full-width >
.form-item__email, .is-full-width >
.form-item__month, .is-full-width >
.form-item__number, .is-full-width >
.form-item__password, .is-full-width >
.form-item__search, .is-full-width >
.form-item__select, .is-full-width >
.form-item__tel, .is-full-width >
.form-item__text, .is-full-width >
.form-item__textarea, .is-full-width >
.form-item__time, .is-full-width >
.form-item__url, .is-full-width >
.form-item__week {
    width: 100%; }

.form-item__textarea {
    height: auto; }

.form-item--checkbox {
    margin-bottom: 0.5em; }
.form-item--checkbox .form-item__checkbox + .form-item__label {
    cursor: pointer;
    display: block; }
.form-item--checkbox .form-item__checkbox + .form-item__label::before {
    background: #fff;
    border-radius: 0.1666666667rem;
    -webkit-box-shadow: 0 0 0 1px #757575;
    box-shadow: 0 0 0 1px #757575;
    content: '\a0';
    display: inline-block;
    height: 1rem;
    line-height: 1rem;
    margin-right: 0.6em;
    text-indent: 0.15em;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: background-color, border-color, color, opacity, text-shadow, -webkit-box-shadow, -webkit-transform;
    transition-property: background-color, border-color, color, opacity, text-shadow, -webkit-box-shadow, -webkit-transform;
    -o-transition-property: background-color, border-color, box-shadow, color, opacity, text-shadow, transform;
    transition-property: background-color, border-color, box-shadow, color, opacity, text-shadow, transform;
    transition-property: background-color, border-color, box-shadow, color, opacity, text-shadow, transform, -webkit-box-shadow, -webkit-transform;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    vertical-align: middle;
    width: 1rem; }
.form-item--checkbox .form-item__checkbox:checked + .form-item__label::before {
    background-image: url("../images/bg/correct.png");
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/bg/correct.svg");
    background-image: -o-linear-gradient(transparent, transparent), url("../images/bg/correct.svg");
    background-image: linear-gradient(transparent, transparent), url("../images/bg/correct.svg");
    background-color: #0071bc;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 1.1111111111rem;
    -webkit-box-shadow: 0 0 0 1px #0071bc;
    box-shadow: 0 0 0 1px #0071bc; }
.form-item--checkbox .form-item__checkbox:checked:disabled + .form-item__label::before {
    background-color: #AEB0B5; }
.form-item--checkbox .form-item__checkbox:disabled + .form-item__label {
    color: #AE1F24;
    cursor: default; }
.form-item--checkbox .form-item__checkbox:disabled + .form-item__label::before {
    background-color: #AEB0B5;
    -webkit-box-shadow: 0 0 0 1px #AEB0B5;
    box-shadow: 0 0 0 1px #AEB0B5;
    cursor: not-allowed; }

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

.form-item--radio {
    margin-bottom: 0.5em; }
.form-item--radio .form-item__radio {
    margin-bottom: 0.5em; }
.form-item--radio .form-item__radio + .form-item__label {
    cursor: pointer;
    display: block; }
.form-item--radio .form-item__radio + .form-item__label::before {
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px #757575;
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px #757575;
    content: '\a0';
    display: inline-block;
    height: 0.8888888889rem;
    line-height: 0.8888888889rem;
    margin-right: 0.6em;
    text-indent: 0.15em;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: background-color, border-color, color, opacity, text-shadow, -webkit-box-shadow, -webkit-transform;
    transition-property: background-color, border-color, color, opacity, text-shadow, -webkit-box-shadow, -webkit-transform;
    -o-transition-property: background-color, border-color, box-shadow, color, opacity, text-shadow, transform;
    transition-property: background-color, border-color, box-shadow, color, opacity, text-shadow, transform;
    transition-property: background-color, border-color, box-shadow, color, opacity, text-shadow, transform, -webkit-box-shadow, -webkit-transform;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    vertical-align: middle;
    width: 0.8888888889rem; }
.form-item--radio .form-item__radio:checked + .form-item__label::before {
    background-color: #0071bc;
    -webkit-box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #0071bc;
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #0071bc; }
.form-item--radio .form-item__radio:focus + .form-item__label::before {
    -webkit-box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #0071bc, 0 0 3px 4px #3e94cf, 0 0 7px 4px #3e94cf;
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #0071bc, 0 0 3px 4px #3e94cf, 0 0 7px 4px #3e94cf; }
.form-item--radio .form-item__radio:disabled + .form-item__label {
    color: #AE1F24;
    cursor: default; }
.form-item--radio .form-item__radio:disabled + .form-item__label::before {
    background-color: #d6d7d9;
    -webkit-box-shadow: 0 0 0 1px #aeb0b5;
    box-shadow: 0 0 0 1px #aeb0b5;
    cursor: not-allowed; }

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

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

.form-item--range.is-full-width > .form-item__range {
    width: 100%; }

.form-item--select .form-item__select {
    background-image: url("../images/bg/arrow-down.png");
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/bg/arrow-down.svg");
    background-image: -o-linear-gradient(transparent, transparent), url("../images/bg/arrow-down.svg");
    background-image: linear-gradient(transparent, transparent), url("../images/bg/arrow-down.svg");
    background-position: right 0.7222222222rem center;
    background-repeat: no-repeat;
    background-size: 0.7222222222rem;
    padding-right: 1.8333333333rem; }
[dir='rtl'] .form-item--select .form-item__select {
    background-position: left 0.7222222222rem center;
    padding-left: 1.8333333333rem;
    padding-right: 0; }
.form-item--select .form-item__select::-ms-expand {
    display: none; }

.gallery__item-caption {
    max-width: 100%; }

.hero-bg-image {
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    background-attachment: fixed;
    min-height: 150px; }
@media (min-width: 57.8125em) {
    .hero-bg-image {
        padding-top: 250px; } }
.home .hero-bg-image {
    padding-top: 65%;
    background-position: 0px -15%;
    background-attachment: scroll;
    background-size: contain;
    text-align: left; }
@media (min-width: 57.8125em) {
    .home .hero-bg-image {
        padding-top: 225px;
        padding-bottom: 225px;
        margin-top: 100px;
        background-position: 50% 100%;
        background-attachment: fixed;
        background-size: cover;
        text-align: center; }
    .home .hero-bg-image.sq1-hero-vertical-alignment-center {
        background-position: center; }
    .home .hero-bg-image.sq1-hero-vertical-alignment-top {
        background-position: 50% -30%; }
    .home .hero-bg-image.sq1-hero-vertical-alignment-bottom {
        background-position: bottom; } }
.home .hero-bg-image .hero-bg-image__content {
    color: #333742; }
.home .hero-bg-image .hero-bg-image__content h1 {
    line-height: 1.8333333333rem;
    font-size: 26px; }
@media (min-width: 57.8125em) {
    .home .hero-bg-image .hero-bg-image__content h1 {
        line-height: 3.5rem;
        font-size: 50px; } }
.home .hero-bg-image .hero-bg-image__content .hero-bg-image__text {
    line-height: 1.5555555556rem; }
@media (min-width: 57.8125em) {
    .home .hero-bg-image .hero-bg-image__content .hero-bg-image__text {
        line-height: 1.7222222222rem; } }
@media (min-width: 57.8125em) {
    .home .hero-bg-image .hero-bg-image__content {
        color: #ffffff; } }
.home .hero-bg-image .hero-bg-image__content .hero-bg-image__call-to-action .button {
    padding: 0.8888888889rem 1.2777777778rem;
    width: 100%; }
@media (min-width: 29.6875em) {
    .home .hero-bg-image .hero-bg-image__content .hero-bg-image__call-to-action .button {
        width: auto; } }
.home .hero-bg-image .hero-bg-image__content .hero-bg-image__call-to-action .hero__button {
    margin-top: 15px; }
.home .hero-bg-image .hero-bg-image__content .hero-bg-image__call-to-action .button__text {
    font-size: .833333333rem; }
@media (min-width: 57.8125em) {
    .home .hero-bg-image .hero-bg-image__content .hero-bg-image__call-to-action .button__text {
        font-size: 1rem; } }
.home .hero-bg-image#sq1-hero-style-left .hero-bg-image__content {
    padding-left: 0; }
@media (min-width: 57.8125em) {
    .home .hero-bg-image#sq1-hero-style-left .hero-bg-image__content {
        padding-left: 3rem; } }
.home .hero-bg-image#sq1-hero-style-left .hero-bg-image__content h1 {
    max-width: 100%; }
@media (min-width: 57.8125em) {
    .home .hero-bg-image#sq1-hero-style-left .hero-bg-image__content h1 {
        max-width: 530px; } }
.home .hero-bg-image#sq1-hero-style-left .hero-bg-image__content .hero-bg-image__text {
    font-size: 1rem; }
@media (min-width: 57.8125em) {
    .home .hero-bg-image#sq1-hero-style-left .hero-bg-image__content .hero-bg-image__text {
        font-size: 1.333333333rem; } }
.home .hero-bg-image#sq1-hero-style-left .hero-bg-image__content h1,
.home .hero-bg-image#sq1-hero-style-left .hero-bg-image__content .hero-bg-image__text {
    text-align: left; }
@media (min-width: 29.6875em) {
    .home .hero-bg-image#sq1-hero-style-left .hero-bg-image__content h1,
    .home .hero-bg-image#sq1-hero-style-left .hero-bg-image__content .hero-bg-image__text {
        text-align: center; } }
@media (min-width: 57.8125em) {
    .home .hero-bg-image#sq1-hero-style-left .hero-bg-image__content h1,
    .home .hero-bg-image#sq1-hero-style-left .hero-bg-image__content .hero-bg-image__text {
        text-align: left; } }
.home .hero-bg-image#sq1-hero-style-left .hero-bg-image__content .hero__button {
    text-align: center;
    margin-top: 15px; }
@media (min-width: 57.8125em) {
    .home .hero-bg-image#sq1-hero-style-left .hero-bg-image__content .hero__button {
        text-align: left; } }
@media (min-width: 57.8125em) {
    .home .hero-bg-image.hero-bg-image.has-overlay::after {
        background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), color-stop(29.82%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
        background: -o-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 29.82%, rgba(0, 0, 0, 0.4) 100%);
        background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 29.82%, rgba(0, 0, 0, 0.4) 100%); } }
.home .hero-bg-image.has-overlay {
    position: relative; }
.home .hero-bg-image.has-overlay:after {
    background-color: rgba(0, 0, 0, 0);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5; }
@media (min-width: 57.8125em) {
    .home .hero-bg-image.has-overlay:after {
        background-color: rgba(0, 0, 0, 0.5); } }
.home .hero-bg-image.has-overlay .hero-bg-image__content {
    position: relative;
    z-index: 7; }
.home .hero-bg-image.has-overlay--light:after {
    background-color: rgba(255, 255, 255, 0.25); }
.hero-bg-image.has-overlay {
    position: relative; }
.hero-bg-image.has-overlay:after {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5; }
.hero-bg-image.has-overlay .hero-bg-image__content {
    position: relative;
    z-index: 7; }
.hero-bg-image .hero-bg-image__content {
    padding-left: 27px;
    padding-bottom: 27px; }
@media (min-width: 57.8125em) {
    .hero-bg-image .hero-bg-image__content {
        padding-left: 54px;
        padding-right: 54px; } }
.hero-bg-image .hero-bg-image__content.has-centered-text {
    text-align: center; }
.hero-bg-image .hero-bg-image__content.has-angle:after {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
.hero-bg-image .hero-bg-image__content.has-angle > * {
    position: relative;
    z-index: 10; }
.hero-bg-image .hero-bg-image__content--dark {
    color: #ffffff; }
.hero-bg-image .hero-bg-image__content--dark.has-angle {
    position: relative; }
.hero-bg-image .hero-bg-image__content--dark.has-angle::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 50' fill='rgb(51,55,66)' fill-opacity='1'%3E%3Cpolygon points='0,50 100,50 0,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 50px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    top: -50px; }
.hero-bg-image .hero-bg-image__content--dark.has-angle:before {
    mix-blend-mode: multiply; }
.hero-bg-image .hero-bg-image__content--dark.has-angle:after {
    background-color: #333742;
    mix-blend-mode: multiply; }
.hero-bg-image .hero-bg-image__content--light {
    color: #333742; }
.hero-bg-image .hero-bg-image__content--light.has-angle {
    position: relative; }
.hero-bg-image .hero-bg-image__content--light.has-angle::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 30' fill='rgb(255,255,255)' fill-opacity='0.8'%3E%3Cpolygon points='0,30 100,30 0,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 30px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    top: -30px; }
.hero-bg-image .hero-bg-image__title {
    margin-bottom: 0px;
    line-height: 1; }
.home .hero-bg-image .hero-bg-image__title {
    margin-bottom: 13.5px;
    font-size: 1.6666666667rem; }
@media (min-width: 29.6875em) {
    .home .hero-bg-image .hero-bg-image__title {
        font-size: 2rem;
        text-align: center; } }
@media (min-width: 57.8125em) {
    .home .hero-bg-image .hero-bg-image__title {
        font-size: 2.777777778rem;
        text-align: left; } }
.has-angle .hero-bg-image .hero-bg-image__title {
    padding-top: 13.5px;
    margin-bottom: 13.5px;
    font-size: 36px;
    font-weight: 500;
    max-width: 80%; }
@media (min-width: 57.8125em) {
    .has-angle .hero-bg-image .hero-bg-image__title {
        font-size: 57px; } }
@media (min-width: 57.8125em) {
    .hero-bg-image .hero-bg-image__meta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -2em;
        margin-right: -2em;
        margin-left: 0;
        margin-right: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        flex-wrap: wrap;
        line-height: 1.2; }
    .hero-bg-image .hero-bg-image__meta > * {
        margin-bottom: 2em;
        margin-right: 2em;
        padding-left: 2em;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 300px; }
    .hero-bg-image .hero-bg-image__meta > * {
        margin-bottom: 2em;
        margin-right: 2em;
        padding-left: 0;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        min-width: auto;
        width: calc(100% / 3 - (3 - 1) * 2em / 3); }
    .hero-bg-image .hero-bg-image__meta > *:nth-child(3n) {
        margin-right: 0; }
    .hero-bg-image .hero-bg-image__meta > * {
        margin-bottom: 0px; } }
.has-angle .hero-bg-image .hero-bg-image__meta {
    max-width: 90%; }
@media (min-width: 57.8125em) {
    .hero-bg-image .hero-bg-image__date,
    .hero-bg-image .hero-bg-image__time,
    .hero-bg-image .hero-bg-image__location, .hero-bg-image highlight__button .hero-bg-image__text {
        font-size: 26px; } }
@media (min-width: 106.25em) {
    .hero-bg-image .hero-bg-image__date,
    .hero-bg-image .hero-bg-image__time,
    .hero-bg-image .hero-bg-image__location, .hero-bg-image highlight__button .hero-bg-image__text {
        font-size: 1.4444444444rem; } }
.hero-bg-image .hero__button {
    margin-top: 15px; }

.hero-bg-image__mobile-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 20px; }
@media (min-width: 50em) {
    .hero-bg-image__mobile-box {
        display: none; } }

.hero-bg-image__title-mobile {
    font-size: 36px;
    color: #333742;
    font-weight: bold; }

.hero-bg__hide-mobile {
    display: none; }
@media (min-width: 50em) {
    .hero-bg__hide-mobile {
        display: block; } }

.hero-inline-image {
    color: #fff;
    padding: 0;
    position: relative;
    text-align: center; }
.hero-inline-image.has-overlay:after {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }
.hero-inline-image.has-overlay .hero-inline-image__content {
    z-index: 2; }

.hero-inline-image__title {
    margin-bottom: 0.25em; }

.hero-inline-image__picture {
    display: block;
    line-height: 0; }

.hero-inline-image__content {
    background: rgba(0, 0, 0, 0.5);
    bottom: 5%;
    padding: 1em;
    position: absolute;
    right: 5%; }

.highlight {
    padding-top: 20px;
    padding-bottom: 180px;
    background-color: #ffffff;
    background-position: center;
    background-size: cover; }

/*Center Highlight Content Vertically */

.highlight-vert-center {
    padding-top: 120px;
    padding-bottom: 80px;
    background-color: #ffffff;
    background-position: center;
    background-size: cover; }

/*Highlight Content Vertically Aligned to Bottom */

.highlight-vert-bottom {
    padding-top: 200px;
    padding-bottom: 0;
    background-color: #ffffff;
    background-position: center;
    background-size: cover;
	margin-bottom:-30px; }

@media (min-width: 57.8125em) {
    .highlight{
        padding-top: 54px;
        min-height: 39.7222222222rem;
        padding-bottom: 200px;
        padding-bottom: 100px; } 

	/*Center Highlight Content Vertically */

	.highlight-vert-center {
		padding-top: 11.5em;
		padding-bottom: 10.5em;
		background-color: #ffffff;
		background-position: center;
		background-size: cover; }

	/*Highlight Content Vertically Aligned to Bottom */

	.highlight-vert-bottom {
		padding-top: 22em;
		padding-bottom: 4px;
		background-color: #ffffff;
		background-position: center;
		background-size: cover; }
}

.highlight__content--dark {
    color: #333742; }

.highlight__content--light {
    color: #ffffff; }

.highlight__subtitle {
    font-weight: 400;
    font-size: 1.7777777778rem; }

.highlight__grid {
    /*color: #333742;*/ }
@media (min-width: 57.8125em) {
    .highlight__grid {
        /*
          display: flex;
          align-items: flex-start;
          margin-left: -2em;
          margin-right: -2em;
          width: 100%;
          */ } }
.highlight__grid > * {
    margin-bottom: 2em; }
@media (min-width: 57.8125em) {
    .highlight__grid > * {
        margin-right: 2em;
        padding-left: 2em; } }
.highlight__grid .highlight__button {
    text-align: center; }
.highlight__grid .highlight__button .button.button--hero {
    height: 45px;
    width: 100%;
    /*@include breakpoint($bp-hide-mobile-menu) {
              width: 153px;
          }*/ }
@media (min-width: 29.6875em) {
    .highlight__grid .highlight__button .button.button--hero {
        width: auto; } }
.highlight__grid .highlight__button .button.button--hero .button__text {
    line-height: 1rem; }

.highlight__text .highlight__title {
    font-size: 1.444444444rem;
    text-align: left;
    line-height: 1.8333333333rem;
    margin-bottom: 13.5px; }
@media (min-width: 57.8125em) {
    .highlight__text .highlight__title {
        font-size: 2.222222222rem;
        text-align: center;
        line-height: 2.7777777778rem; } }

.highlight__text .highlight__subtitle {
    font-size: 1rem;
    text-align: left;
    line-height: 1.5555555556rem; }
@media (min-width: 57.8125em) {
    .highlight__text .highlight__subtitle {
        font-size: 1.333333333rem;
        text-align: center;
        line-height: 1.8333333333rem; } }

.section-how-we-heal {
    padding-bottom: 54px;
    padding-top: 54px;
    text-align: center; }

.section-how-we-heal__title {
    font-size: 82px; }

.section-how-we-heal__content {
    font-size: 1.4444444444rem; }

.jqvmap-label {
    padding: 27px !important; }

.leadership-list {
    width: 100%;
    font-size: 14px; }
.leadership-list .leadership-list_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 13.5px 0; }
.leadership-list .leadership-list_image {
    min-width: 75px;
    max-width: 75px; }
.leadership-list .leadership-list_about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6.75px 0;
    margin-left: 13.5px; }
.leadership-list .leadership-list_about .leadership-name {
    font-weight: bold; }
.leadership-list .leadership-list_about > p {
    margin: 0 0 0 0; }
.leadership-list .leadership-link {
    color: #AE1F24;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold; }
.leadership-list .leadership-link > svg {
    width: 30px;
    margin-left: 10px;
    position: relative;
    top: 3px;
    fill: #AE1F24; }
.leadership-list .leadership-link:hover {
    color: #AE1F24;
    opacity: 0.7; }
.leadership-list .leadership-link:hover svg {
    fill: #AE1F24; }

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

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

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

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

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

.locations {
    margin-bottom: 54px;
    margin-top: 54px;
    background-color: #ffffff;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain; }

.locations__title {
    text-align: center; }

.locations__legend {
    margin-bottom: 13.5px;
    margin-top: 13.5px;
    font-size: 14px;
    text-align: center; }

.locations__key {
    padding: 13.5px;
    display: inline-block; }

.location__swatch {
    display: inline-block;
    height: 16px;
    width: 16px; }

.location__key {
    display: inline-block;
    margin-right: 13.5px; }

.location__swatch,
.location__key {
    vertical-align: middle; }

.location__swatch--transistioning {
    background-color: #333742; }

.location__swatch--active {
    background-color: #AE1F24; }

.map-tooltip__country {
    margin-bottom: 6.75px; }

.media-assets {
    margin-top: 27px;
    margin-bottom: 27px; }
@media (min-width: 50em) {
    .media-assets {
        margin-top: 13.5px; } }
.media-assets .header-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #333742;
    border-bottom: 1px solid #D6D7D9;
    font-size: 26px;
    padding-bottom: 13.5px;
    margin-bottom: 13.5px;
    font-weight: bold; }
.media-assets .header-title .link-download {
    display: none; }
@media (min-width: 50em) {
    .media-assets .header-title .link-download {
        display: block; } }
.media-assets .header-title a {
    font-size: 18px;
    text-decoration: none; }
.media-assets .media-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -4.5px;
    margin-right: -4.5px; }
.media-assets .media-items .media-image {
    background-color: #F5F5F5;
    border: 1px solid #CCCCCC;
    margin: 1.6%;
    width: 46.8%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative; }
@media (min-width: 50em) {
    .media-assets .media-items .media-image {
        margin: .8%;
        width: 23.4%; } }
.media-assets .media-items .media-image:after {
    content: "";
    display: block;
    padding-bottom: 100%; }
.media-assets .media-description {
    display: none;
    background-color: rgba(59, 59, 59, 0.8);
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: #ffffff;
    position: absolute;
    font-size: 12px;
    padding: 6px;
    line-height: 15px; }
.media-assets .media-description a {
    text-decoration: none;
    background-repeat: no-repeat;
    display: block;
    width: 14px;
    width: 14px; }
.media-assets .media-image:hover .media-description {
    display: block; }
.media-assets .media-image:hover a {
    text-decoration: none; }
.media-assets .media-description-text {
    overflow: hidden; }
.media-assets .media-description-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 12px);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    bottom: 6px; }
.media-assets .media-description-magnify {
    background-image: url("../images/icon-magnify.svg"); }
.media-assets .media-description-download {
    background-image: url("../images/icon-download.svg"); }
.media-assets .arrow-link-right--red {
    color: #AE1F24;
    background-image: url("../images/bg/arrow--red.svg");
    padding-right: 3rem;
    background-position: right center;
    text-transform: capitalize;
    background-repeat: no-repeat;
    background-size: 2.1rem; }
.media-assets .arrow-link-right--red:hover {
    color: #AE1F24;
    opacity: 0.7; }

.media-lightbox {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.75);
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 410;
    color: #ffffff; }
.media-lightbox .clicked-photo {
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 55vh; }
.media-lightbox .lightbox-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 20;
    position: fixed;
    left: 0;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
@media (min-width: 50em) {
    .media-lightbox .lightbox-left {
        width: 15%;
        position: relative; } }
.media-lightbox .lightbox-left .arrow {
    background-image: url("../images/bg/arrow-left.svg"); }
.media-lightbox .lightbox-left .arrow:hover {
    opacity: 0.5;
    cursor: pointer; }
.media-lightbox .lightbox-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
@media (min-width: 50em) {
    .media-lightbox .lightbox-center {
        width: 70%; } }
.media-lightbox .lightbox-center .photo-box {
    min-width: 100vw;
    max-width: 100vw;
    max-height: 65vh;
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    text-align: center;
    background-color: none; }
@media (min-width: 50em) {
    .media-lightbox .lightbox-center .photo-box {
        min-width: 60%;
        max-height: 65vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #000000; } }
.media-lightbox .lightbox-center .clicked-photo {
    max-height: 65vh; }
@media (min-width: 50em) {
    .media-lightbox .lightbox-center .clicked-photo {
        max-height: 65vh; } }
.media-lightbox .lightbox-center .lightbox-footer {
    font-weight: 600;
    margin: 8px 0; }
.media-lightbox .lightbox-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 20;
    position: fixed;
    right: 0;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
@media (min-width: 50em) {
    .media-lightbox .lightbox-right {
        width: 15%;
        position: relative; } }
.media-lightbox .lightbox-right .arrow {
    background-image: url("../images/bg/arrow-right.svg"); }
.media-lightbox .arrow {
    width: 25px;
    height: 25px;
    background-color: #3B3B3B;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    position: relative;
    top: -4vh; }
.media-lightbox .arrow:hover {
    opacity: 0.5;
    cursor: pointer; }
@media (min-width: 50em) {
    .media-lightbox .arrow {
        background-color: transparent;
        width: 50px;
        height: 50px;
        background-size: contain;
        top: 0vh; } }
.media-lightbox .close-lightbox {
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: cover;
    margin: 10px;
    position: fixed;
    -ms-flex-item-align: end;
    align-self: flex-end;
    left: 80vw;
    top: 10px;
    z-index: 430;
    background-image: url("../images/bg/close-icon.svg"); }
.media-lightbox .close-lightbox:hover {
    opacity: 0.5;
    cursor: pointer; }
@media (min-width: 50em) {
    .media-lightbox .close-lightbox {
        position: relative;
        left: 10vw;
        top: 0px; } }
.media-lightbox .lightbox-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0px 15px; }
@media (min-width: 50em) {
    .media-lightbox .lightbox-footer {
        padding: 0px 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
.media-lightbox .lightbox-footer .download {
    display: block;
    padding: 10px;
    border: 2px solid #FFFFFF;
    color: #ffffff !important;
    padding-right: 28px;
    background-position: 68% center;
    background-repeat: no-repeat;
    background-size: 18px;
    text-decoration: none;
    text-align: center;
    position: fixed;
    bottom: 3vh;
    width: calc(100% - 30px);
    font-size: 16px;
    background-image: url("../images/icon-download.svg"); }
.media-lightbox .lightbox-footer .download:hover {
    opacity: 0.5;
    cursor: pointer;
    text-decoration: underline; }
@media (min-width: 50em) {
    .media-lightbox .lightbox-footer .download {
        position: relative;
        bottom: 0;
        background-position: right;
        display: inline;
        border: none;
        font-size: 18px; } }

.media-side_block_mobile {
    border-bottom: 1px solid #D6D7D9;
    padding: 0px 0px 13.5px;
    display: block;
    position: relative;
    top: -30px; }
@media (min-width: 50em) {
    .media-side_block_mobile {
        display: none; } }
.media-side_block_mobile .title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 13.5px; }
@media (min-width: 64.375em) {
    .media-side_block_mobile .title {
        font-size: 26px; } }
.media-side_block_mobile .media_contact_email a {
    color: #333742;
    text-decoration: none; }
.media-side_block_mobile .media_contact_email a:hover {
    color: #AE1F24;
    text-decoration: underline; }

.media-side_block_mobile :first-child {
    padding-top: 0px; }

.media-side_block_mobile :last-child {
    border-bottom: none; }

@media (min-width: 64.375em) {
    .media-side {
        margin-left: 27px; } }

.media-side .media-side_block {
    border-bottom: 1px solid #D6D7D9;
    padding: 13.5px; }

.media-side > .media-side_block:first-child {
    padding-top: 0px; }

.media-side > .media-side_block:last-child {
    border-bottom: none; }

.media-side .title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 13.5px; }
@media (min-width: 64.375em) {
    .media-side .title {
        font-size: 26px; } }

.media-side .media-side-hide-mobile {
    display: none; }
@media (min-width: 50em) {
    .media-side .media-side-hide-mobile {
        display: block; } }

.media-side .media_contact_email a {
    color: #333742;
    text-decoration: none; }
.media-side .media_contact_email a:hover {
    color: #AE1F24;
    text-decoration: underline; }

.media-side .menu--social {
    border-top: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 0px; }
.media-side .menu--social .menu__item {
    font-size: 26px; }

.media-side .media-resources-list {
    list-style-type: none;
    padding: 0;
    margin: 0; }
.media-side .media-resources-list > li {
    background-image: url('data:image/svg+xml;utf8,<svg height="15" viewBox="0 0 19 15" width="19" xmlns="http://www.w3.org/2000/svg"><path d="m17.7306224 59h-14.94215371c-.28846228 0-.53861677.230616-.53861677.5386168v1.7112351h-1.71123515c-.28846228 0-.53861677.230616-.53861677.5386168v11.6729145c0 .2884623.23061598.5386168.53861677.5386168h14.94215373c.2884622 0 .5386167-.230616.5386167-.5386168v-1.7112351h1.7112352c.2884623 0 .5386168-.230616.5386168-.5386168v-11.6729145c0-.3080008-.230616-.5386168-.5386168-.5386168zm-2.7884687 3.3271239v7.2498263l-3.6727017-3.9805871c-.0961541-.1156849-.2884623-.1156849-.4041549 0l-4.48097304 4.8842433-2.1732748-2.3265445c-.05784246-.0578424-.11568491-.0766232-.19230819-.0766232-.07662327 0-.15399655.0383116-.19230818.0766232l-2.74943051 2.9807769v-8.8079072zm2.2498135 8.3457906h-1.1733877l.00075-8.8844458c0-.2884623-.2306159-.5386168-.5386167-.5386168h-12.15368504v-1.1733876h13.86580474zm-11.86522277-5.5955912c0 .7219057-.58519381 1.3070995-1.30784951 1.3070995-.7219057 0-1.30709951-.5851938-1.30709951-1.3070995 0-.7226557.58519381-1.3078495 1.30709951-1.3078495.7226557 0 1.30784951.5851938 1.30784951 1.3078495z" fill="%23333742" fill-rule="evenodd" transform="translate(0 -59)"/></svg>');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 30px; }
.media-side .media-resources-list > li a {
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important; }
.media-side .media-resources-list > li:hover {
    background-image: url('data:image/svg+xml;utf8,<svg height="15" viewBox="0 0 19 15" width="19" xmlns="http://www.w3.org/2000/svg"><path d="m17.7306224 59h-14.94215371c-.28846228 0-.53861677.230616-.53861677.5386168v1.7112351h-1.71123515c-.28846228 0-.53861677.230616-.53861677.5386168v11.6729145c0 .2884623.23061598.5386168.53861677.5386168h14.94215373c.2884622 0 .5386167-.230616.5386167-.5386168v-1.7112351h1.7112352c.2884623 0 .5386168-.230616.5386168-.5386168v-11.6729145c0-.3080008-.230616-.5386168-.5386168-.5386168zm-2.7884687 3.3271239v7.2498263l-3.6727017-3.9805871c-.0961541-.1156849-.2884623-.1156849-.4041549 0l-4.48097304 4.8842433-2.1732748-2.3265445c-.05784246-.0578424-.11568491-.0766232-.19230819-.0766232-.07662327 0-.15399655.0383116-.19230818.0766232l-2.74943051 2.9807769v-8.8079072zm2.2498135 8.3457906h-1.1733877l.00075-8.8844458c0-.2884623-.2306159-.5386168-.5386167-.5386168h-12.15368504v-1.1733876h13.86580474zm-11.86522277-5.5955912c0 .7219057-.58519381 1.3070995-1.30784951 1.3070995-.7219057 0-1.30709951-.5851938-1.30709951-1.3070995 0-.7226557.58519381-1.3078495 1.30709951-1.3078495.7226557 0 1.30784951.5851938 1.30784951 1.3078495z" fill="%23AE1F24" fill-rule="evenodd" transform="translate(0 -59)"/></svg>');
    color: #AE1F24; }
.media-side .media-resources-list > li:hover a {
    color: #AE1F24; }
.media-side .media-resources-list > li:last-child {
    background-image: url('data:image/svg+xml;utf8,<svg height="15" viewBox="0 0 20 15" width="20" xmlns="http://www.w3.org/2000/svg"><g fill="%23333742" fill-rule="evenodd"><path d="m13.7170455 7.0925-5.82909095-3.31409091c-.1447091-.08256364-.32227273-.08167727-.46697728.00266364-.14382045.08345227-.23259091.23793182-.23259091.40481818v6.62818179c0 .1669046.08877728.3213864.23259091.4057273.07279773.0426136.154475.0630318.23615909.0630318.0799 0 .1598-.0195318.23170455-.0612568l5.82840909-3.31409091c.1464841-.08345227.2370455-.23881818.2370455-.4075s-.0905546-.32404545-.2370455-.4075zm-5.59136368 2.9163636v-5.01772724l4.41227268 2.50886364z"/><path d="m19.3438636.00181818h-18.68795405c-.25834091 0-.46875.21040455-.46875.46875v14.05977272c0 .2583409.21040454.46875.46875.46875h18.69136315c.2583409 0 .46875-.2104045.46875-.46875v-2.3436364l-.001775-9.37318177v-2.34295455c-.0017772-.25922727-.2121795-.46875-.4705227-.46875zm-4.2106818.93661364h1.4027046v1.40625h-1.4027046zm-2.3393182 0h1.4027046v1.40625h-1.4027046zm-2.3109091 0h1.3734091v1.40625h-1.3734091zm-2.33931814 0h1.37340909v1.40625h-1.37340909zm-2.33931818 0h1.40181818v1.40625h-1.40181818zm-2.34022727 0h1.40270454v1.40625h-1.40270454zm-2.33931818 0h1.40270454v1.40625h-1.40270454zm1.40270454 13.12318178h-1.40270454v-1.40625h1.40270454zm2.33931818 0h-1.40270454v-1.40625h1.40270454zm2.33931819 0h-1.40181819v-1.40625h1.40181819zm2.31090909 0h-1.37340909v-1.40625h1.37340909zm2.33931817 0h-1.3734091v-1.40625h1.3734091zm2.3393182 0h-1.4018182v-1.40625h1.4027046zm2.3402273 0h-1.4027046v-1.40625h1.4027046zm2.3393181 0h-1.4027045v-1.40625h1.4027045zm0-2.3436363h-17.7504545v-8.43568185h17.7547727l-.001775 8.43568185zm0-9.37318185h-1.4027045v-1.40624999h1.4027045z"/></g></svg>');
    color: #333742; }
.media-side .media-resources-list > li:last-child:hover {
    background-image: url('data:image/svg+xml;utf8,<svg height="15" viewBox="0 0 20 15" width="20" xmlns="http://www.w3.org/2000/svg"><g fill="%23AE1F24" fill-rule="evenodd"><path d="m13.7170455 7.0925-5.82909095-3.31409091c-.1447091-.08256364-.32227273-.08167727-.46697728.00266364-.14382045.08345227-.23259091.23793182-.23259091.40481818v6.62818179c0 .1669046.08877728.3213864.23259091.4057273.07279773.0426136.154475.0630318.23615909.0630318.0799 0 .1598-.0195318.23170455-.0612568l5.82840909-3.31409091c.1464841-.08345227.2370455-.23881818.2370455-.4075s-.0905546-.32404545-.2370455-.4075zm-5.59136368 2.9163636v-5.01772724l4.41227268 2.50886364z"/><path d="m19.3438636.00181818h-18.68795405c-.25834091 0-.46875.21040455-.46875.46875v14.05977272c0 .2583409.21040454.46875.46875.46875h18.69136315c.2583409 0 .46875-.2104045.46875-.46875v-2.3436364l-.001775-9.37318177v-2.34295455c-.0017772-.25922727-.2121795-.46875-.4705227-.46875zm-4.2106818.93661364h1.4027046v1.40625h-1.4027046zm-2.3393182 0h1.4027046v1.40625h-1.4027046zm-2.3109091 0h1.3734091v1.40625h-1.3734091zm-2.33931814 0h1.37340909v1.40625h-1.37340909zm-2.33931818 0h1.40181818v1.40625h-1.40181818zm-2.34022727 0h1.40270454v1.40625h-1.40270454zm-2.33931818 0h1.40270454v1.40625h-1.40270454zm1.40270454 13.12318178h-1.40270454v-1.40625h1.40270454zm2.33931818 0h-1.40270454v-1.40625h1.40270454zm2.33931819 0h-1.40181819v-1.40625h1.40181819zm2.31090909 0h-1.37340909v-1.40625h1.37340909zm2.33931817 0h-1.3734091v-1.40625h1.3734091zm2.3393182 0h-1.4018182v-1.40625h1.4027046zm2.3402273 0h-1.4027046v-1.40625h1.4027046zm2.3393181 0h-1.4027045v-1.40625h1.4027045zm0-2.3436363h-17.7504545v-8.43568185h17.7547727l-.001775 8.43568185zm0-9.37318185h-1.4027045v-1.40624999h1.4027045z"/></g></svg>');
    color: #AE1F24; }

.media-side .media_resources_item {
    color: #333742;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold; }

.media-side .media_resources_item:hover {
    color: #AE1F24; }

.media-side .media_resources_highlight {
    color: #AE1F24; }

.media-side .menu--social {
    margin-top: 13.5px; }
.media-side .menu--social .menu__link {
    color: #333742; }
.media-side .menu--social .menu__link:hover {
    color: #AE1F24; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .media-resources-list > li:first-child {
        background-image: url("../images/icon-photos.svg") !important; }
    .media_video_icon {
        background-image: url("../images/icon-video.svg") !important; }
    .media-resources-list > li:hover {
        opacity: 0.8; }
    .media-resources-list > li:hover a {
        color: #333742 !important; } }

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

.menu__item {
    margin-bottom: 0; }

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

@media (min-width: 57.8125em) {
    .menu--footer {
        list-style-type: none;
        margin-left: 0;
        padding-left: 0; }
    .menu--footer > li {
        display: inline-block; } }

.menu--footer .menu__item.menu-item-has-children {
    margin-left: 13.5px;
    margin-right: 13.5px;
    font-size: 18px;
    font-weight: 700;
    vertical-align: top; }
@media (min-width: 106.25em) {
    .menu--footer .menu__item.menu-item-has-children {
        font-size: 22px; } }

.menu--footer .menu__link {
    color: #333742;
    text-decoration: none; }
.menu--footer .menu__link:hover {
    color: #AE1F24;
    text-decoration: underline; }
.menu--footer .menu__link:active {
    color: #333742; }
.menu--footer .menu__link:focus {
    color: #333742;
    text-decoration: underline; }

.menu--footer .menu__subnav {
    list-style: none;
    padding-left: 0; }
.menu--footer .menu__subnav .menu__item {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 6.75px; }
@media (min-width: 106.25em) {
    .menu--footer .menu__subnav .menu__item {
        font-size: 26px; } }

.menu--main {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 4.5px;
    -webkit-transition: font-size ease 0.1s;
    -o-transition: font-size ease 0.1s;
    transition: font-size ease 0.1s; }
.menu--main > li {
    display: inline-block; }
.menu--main .menu__item {
    margin-left: 6.75px;
    margin-right: 6.75px;
    font-size: 1.1111111111rem;
    font-weight: 600;
    -webkit-transition: font-size ease 0.1s;
    -o-transition: font-size ease 0.1s;
    transition: font-size ease 0.1s; }
@media (min-width: 64.375em) {
    .menu--main .menu__item {
        margin-left: 20px;
        margin-right: 20px; } }
.menu--main .menu__item:last-child {
    margin-right: 0; }
.menu--main .menu__item.current_page_item .menu__link, .menu--main .menu__item.current_page_ancestor .menu__link {
    color: #AE1F24;
    background-repeat: no-repeat;
    background-position: center bottom; }
.menu--main .menu__item.is-active {
    color: #AE1F24; }
.menu--main .menu__item.button.button--hero {
    position: relative;
    bottom: 17px; }
.menu--main .menu__item.button.button--hero a.menu__link {
    color: white;
    line-height: 1rem;
    padding: 0;
    font-weight: 700;
    letter-spacing: 1.3px; }
.menu--main .menu__link {
    color: #333742;
    text-decoration: none;
    padding-bottom: 10px;
    display: inline-block;
    font-weight: bold; }
.menu--main .menu__link:hover {
    color: #AE1F24;
    text-decoration: none; }
.menu--main .menu__link:active {
    color: #333742; }
.menu--main .menu__link:focus {
    color: #333742;
    text-decoration: none; }
.menu--main .menu__subnav {
    display: none; }

.menu--mobile {
    margin: 1.25em 0 0 0; }
.menu--mobile + .menu--mobile {
    margin-top: 0; }
.menu--mobile .menu__item {
    margin: 0;
    padding: 0; }
.menu--mobile .menu__item.button--hero {
    display: none; }
.menu--mobile .menu__link {
    background-color: transparent;
    border: 0;
    color: #555559;
    display: block;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.25;
    margin: 0;
    padding: 0.5972222222em 1.25em;
    position: relative;
    text-align: left;
    text-decoration: none;
    white-space: normal;
    width: auto;
    z-index: 3; }
.menu--mobile .menu__link:focus, .menu--mobile .menu__link:hover, .menu--mobile .menu__link:active, .menu--mobile .menu__link.is-active {
    color: #000; }
.menu--mobile .menu__item--parent {
    position: relative; }
.menu--mobile .menu__item--parent.is-open {
    background: #fff;
    background: rgba(255, 255, 255, 0.98); }
.menu--mobile .menu__item--parent > .menu__link {
    display: inline-block; }
.menu--mobile .menu__item--donate {
    margin-left: 1rem;
    margin-top: 2rem; }
.menu--mobile .menu__subnav-arrow {
    background: none;
    height: 44px;
    overflow: hidden;
    width: 100%;
    background-image: url("../images/bg/mobile-arrow-down.png");
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2219%22%20height%3D%2212%22%20viewBox%3D%220%200%2019%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%3E%0A%3Cpath%20fill%3D%22%238e8e8e%22%20d%3D%22M2.3%200l7.5%207.5%207.5-7.5%202.3%202.3-9.7%209.7-9.7-9.7%202.3-2.3z%22%2F%3E%0A%3C%2Fsvg%3E');
    background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2219%22%20height%3D%2212%22%20viewBox%3D%220%200%2019%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%3E%0A%3Cpath%20fill%3D%22%238e8e8e%22%20d%3D%22M2.3%200l7.5%207.5%207.5-7.5%202.3%202.3-9.7%209.7-9.7-9.7%202.3-2.3z%22%2F%3E%0A%3C%2Fsvg%3E');
    background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2219%22%20height%3D%2212%22%20viewBox%3D%220%200%2019%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%3E%0A%3Cpath%20fill%3D%22%238e8e8e%22%20d%3D%22M2.3%200l7.5%207.5%207.5-7.5%202.3%202.3-9.7%209.7-9.7-9.7%202.3-2.3z%22%2F%3E%0A%3C%2Fsvg%3E');
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-size: 19px 12px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 2.4444444444em;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: top;
    z-index: 2; }
.menu--mobile .menu__subnav-arrow::before {
    content: '';
    display: block;
    height: 150%;
    width: 0; }
.menu--mobile .menu__subnav-arrow:focus {
    outline: thin dotted; }
.menu--mobile .menu__subnav-arrow.is-active {
    background-image: url("../images/bg/mobile-arrow-up.png");
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2219%22%20height%3D%2212%22%20viewBox%3D%220%200%2019%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%3E%0A%3Cpath%20fill%3D%22%238e8e8e%22%20d%3D%22M2.3%2012l7.5-7.5%207.5%207.5%202.3-2.3-9.7-9.7-9.7%209.7%202.3%202.3z%22%2F%3E%0A%3C%2Fsvg%3E');
    background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2219%22%20height%3D%2212%22%20viewBox%3D%220%200%2019%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%3E%0A%3Cpath%20fill%3D%22%238e8e8e%22%20d%3D%22M2.3%2012l7.5-7.5%207.5%207.5%202.3-2.3-9.7-9.7-9.7%209.7%202.3%202.3z%22%2F%3E%0A%3C%2Fsvg%3E');
    background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2219%22%20height%3D%2212%22%20viewBox%3D%220%200%2019%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%3E%0A%3Cpath%20fill%3D%22%238e8e8e%22%20d%3D%22M2.3%2012l7.5-7.5%207.5%207.5%202.3-2.3-9.7-9.7-9.7%209.7%202.3%202.3z%22%2F%3E%0A%3C%2Fsvg%3E'); }
[dir='rtl'] .menu--mobile .menu__subnav-arrow {
    left: 0;
    right: auto; }
.menu--mobile .menu__subnav {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0; }
.menu--mobile .menu__subnav .menu__link {
    color: #555559;
    padding-left: 2em; }
.menu--mobile .menu__subnav .menu__link:focus, .menu--mobile .menu__subnav .menu__link:hover, .menu--mobile .menu__subnav .menu__link:active {
    color: #000; }

.menu--social {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 27px;
    padding-top: 27px;
    border-top: 1px solid rgba(174, 31, 36, 0.3);
    text-align: center; }
.menu--social > li {
    display: inline-block; }
.menu--social .menu__item {
    margin-right: 13.5px;
    font-size: 36px; }

.menu--subnav {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    text-align: right; }
.menu--subnav > li {
    display: inline-block; }
.menu--subnav .menu__item {
    margin-left: 13.5px;
    margin-right: 13.5px; }
@media (min-width: 64.375em) {
    .menu--subnav .menu__item {
        font-size: 1rem;
        margin-left: 27px;
        margin-right: 27px; } }
.menu--subnav .menu__item:last-child {
    margin-right: 0; }
.menu--subnav .menu__item.current_page_item {
    font-weight: 700; }
.menu--subnav .menu__link {
    color: #ffffff;
    text-decoration: none; }
.menu--subnav .menu__link:hover {
    color: #ffffff;
    text-decoration: underline; }
.menu--subnav .menu__link:active {
    color: #ffffff; }
.menu--subnav .menu__link:focus {
    color: #ffffff;
    text-decoration: underline; }

.menu--utility {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 13.5px;
    -webkit-transition: margin-bottom ease 0.1s, font-size ease 0.1s;
    -o-transition: margin-bottom ease 0.1s, font-size ease 0.1s;
    transition: margin-bottom ease 0.1s, font-size ease 0.1s;
    padding-right: 155px; }
.menu--utility > li {
    display: inline-block; }
.menu--utility .menu__item {
    margin-left: 13.5px;
    padding-left: 13.5px;
    border-left: 1px solid #333742;
    font-size: 16px;
    font-weight: normal; }
.menu--utility .menu__item:first-child {
    border-left: 0; }
.menu--utility .menu__item--search {
    margin-left: 13.5px;
    margin-right: 6.75px;
    padding-right: 0;
    border-left: 0; }
.menu--utility .menu__item--search .menu__link {
    color: #AE1F24; }
.menu--utility .menu__link {
    color: #333742;
    text-decoration: none; }
.menu--utility .menu__link:hover {
    color: #AE1F24;
    text-decoration: none; }
.menu--utility .menu__link:active {
    color: #333742; }
.menu--utility .menu__link:focus {
    color: #333742;
    text-decoration: none; }
.menu--utility .is-active {
    color: #AE1F24;
    font-weight: bold; }
.menu--utility .menu__subnav {
    display: none; }

.menu__item--donate {
    background-color: #AE1F24;
    border: 0;
    border-radius: 0;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.4444444444rem;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    letter-spacing: 4px;
    line-height: 0.7692307692;
    padding: 0.6666666667rem 1.1111111111rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
    vertical-align: top;
    white-space: normal;
    padding-right: 13.5px;
    padding-left: 6.75px;
    vertical-align: middle; }
.menu__item--donate > * {
    display: inline-block;
    -webkit-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    transform: skewX(10deg); }
.menu__item--donate:focus, .menu__item--donate:hover {
    background-color: #cc242a;
    color: #ffffff;
    outline: 0; }
.menu__item--donate:active {
    background-color: #AE1F24;
    color: #ffffff; }
.menu__item--donate[disabled] {
    background-color: #333742;
    color: #ffffff;
    cursor: default;
    pointer-events: none; }
.menu__item--donate .menu__link {
    color: #ffffff;
    display: inline-block; }
.menu__item--donate .menu__link:hover {
    color: #ffffff; }

.messages {
    background-color: #ecf6fa;
    background-position: 0.5555555556em 0.5555555556em;
    background-repeat: no-repeat;
    background-size: 2.2222222222em;
    border: 1px solid #bcdeee;
    color: #424242;
    margin-bottom: 1rem;
    overflow: hidden;
    padding: 1em;
    position: relative;
    word-wrap: break-word; }
.messages::before {
    background-repeat: no-repeat;
    background-size: 2.8888888889em;
    bottom: -.5em;
    content: '';
    display: block;
    height: 2.8888888889em;
    position: absolute;
    right: -.5em;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
    width: 2.8888888889em; }
.messages a {
    color: #bcdeee;
    font-weight: 600;
    text-decoration: underline; }
@media print {
    .messages {
        background-image: none !important; } }

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

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

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

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

.meta__link {
    font-size: 18px;
    display: inline-block;
    margin-right: 5px; }

.mobile-menu {
    position: relative;
    z-index: 400; }
@media (min-width: 57.8125em) {
    .mobile-menu {
        display: none; } }

.mobile-menu__bar {
    background-color: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid #dadada;
    -webkit-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.4);
    color: #555559;
    height: 3.8888888889em;
    text-align: center; }

.mobile-menu__button {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border: 0;
    color: #555559;
    display: inline-block;
    font-size: 1.4444444444rem;
    font-weight: bold;
    height: 3.0555555556em;
    line-height: 3.0555555556em;
    margin: 0;
    padding: 0 1em;
    text-decoration: none; }
.mobile-menu__button:focus {
    outline: thin dotted; }

.mobile-menu__button--menu {
    border-right: 1px solid #dadada;
    float: right; }

.mobile-menu__button--search {
    border-left: 1px solid #dadada;
    float: right; }

.mobile-menu__icon {
    height: 22px;
    overflow: hidden;
    width: 22px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 22px 22px;
    display: inline-block;
    margin-top: 0; }
.mobile-menu__icon::before {
    content: '';
    display: block;
    height: 150%;
    width: 0; }

.is-active .mobile-menu__icon--menu, .is-active .mobile-menu__icon--search {
    background-image: url("../images/bg/mobile-close.png");
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%3E%0A%3Cpath%20fill%3D%22%23555559%22%20d%3D%22M21.9%202.2l-2.2-2.2-8.8%208.8-8.8-8.8-2.2%202.2%208.8%208.8-8.8%208.8%202.2%202.2%208.8-8.8%208.8%208.8%202.2-2.2-8.8-8.8%208.8-8.8z%22%2F%3E%0A%3C%2Fsvg%3E');
    background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%3E%0A%3Cpath%20fill%3D%22%23555559%22%20d%3D%22M21.9%202.2l-2.2-2.2-8.8%208.8-8.8-8.8-2.2%202.2%208.8%208.8-8.8%208.8%202.2%202.2%208.8-8.8%208.8%208.8%202.2-2.2-8.8-8.8%208.8-8.8z%22%2F%3E%0A%3C%2Fsvg%3E');
    background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%3E%0A%3Cpath%20fill%3D%22%23555559%22%20d%3D%22M21.9%202.2l-2.2-2.2-8.8%208.8-8.8-8.8-2.2%202.2%208.8%208.8-8.8%208.8%202.2%202.2%208.8-8.8%208.8%208.8%202.2-2.2-8.8-8.8%208.8-8.8z%22%2F%3E%0A%3C%2Fsvg%3E'); }

.mobile-menu__icon--menu {
    background-image: url("../images/bg/mobile-menu.png");
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2233%22%20height%3D%2222%22%20viewBox%3D%220%200%2033%2022%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%3E%0A%3Cpath%20fill%3D%22%23555559%22%20d%3D%22M0%2022h33.1v-3.7h-33.1v3.7zM0%2012.8h33.1v-3.7h-33.1v3.7zM0%200v3.7h33.1v-3.7h-33.1z%22%2F%3E%0A%3C%2Fsvg%3E');
    background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2233%22%20height%3D%2222%22%20viewBox%3D%220%200%2033%2022%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%3E%0A%3Cpath%20fill%3D%22%23555559%22%20d%3D%22M0%2022h33.1v-3.7h-33.1v3.7zM0%2012.8h33.1v-3.7h-33.1v3.7zM0%200v3.7h33.1v-3.7h-33.1z%22%2F%3E%0A%3C%2Fsvg%3E');
    background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2233%22%20height%3D%2222%22%20viewBox%3D%220%200%2033%2022%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%3E%0A%3Cpath%20fill%3D%22%23555559%22%20d%3D%22M0%2022h33.1v-3.7h-33.1v3.7zM0%2012.8h33.1v-3.7h-33.1v3.7zM0%200v3.7h33.1v-3.7h-33.1z%22%2F%3E%0A%3C%2Fsvg%3E');
    background-size: 33px 22px;
    width: 33px; }
.is-active .mobile-menu__icon--menu {
    background-size: 22px 22px; }

.mobile-menu__icon--search {
    background-image: url("../images/bg/mobile-search.png");
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%3E%0A%3Cpath%20fill%3D%22%23555559%22%20d%3D%22M21.3%2018.7l-5.2-4.4c-0.5-0.5-1.1-0.7-1.6-0.7%201.2-1.4%202-3.3%202-5.4%200-4.6-3.7-8.2-8.2-8.2s-8.2%203.7-8.2%208.3%203.7%208.3%208.3%208.3c2%200%203.9-0.7%205.4-2%200%200.5%200.2%201%200.7%201.6l4.4%205.2c0.8%200.8%202%200.9%202.8%200.2s0.7-2-0.2-2.8zM8.3%2013.8c-3%200-5.5-2.5-5.5-5.5s2.5-5.5%205.5-5.5%205.5%202.5%205.5%205.5-2.5%205.5-5.5%205.5z%22%2F%3E%0A%3C%2Fsvg%3E');
    background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%3E%0A%3Cpath%20fill%3D%22%23555559%22%20d%3D%22M21.3%2018.7l-5.2-4.4c-0.5-0.5-1.1-0.7-1.6-0.7%201.2-1.4%202-3.3%202-5.4%200-4.6-3.7-8.2-8.2-8.2s-8.2%203.7-8.2%208.3%203.7%208.3%208.3%208.3c2%200%203.9-0.7%205.4-2%200%200.5%200.2%201%200.7%201.6l4.4%205.2c0.8%200.8%202%200.9%202.8%200.2s0.7-2-0.2-2.8zM8.3%2013.8c-3%200-5.5-2.5-5.5-5.5s2.5-5.5%205.5-5.5%205.5%202.5%205.5%205.5-2.5%205.5-5.5%205.5z%22%2F%3E%0A%3C%2Fsvg%3E');
    background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%3E%0A%3Cpath%20fill%3D%22%23555559%22%20d%3D%22M21.3%2018.7l-5.2-4.4c-0.5-0.5-1.1-0.7-1.6-0.7%201.2-1.4%202-3.3%202-5.4%200-4.6-3.7-8.2-8.2-8.2s-8.2%203.7-8.2%208.3%203.7%208.3%208.3%208.3c2%200%203.9-0.7%205.4-2%200%200.5%200.2%201%200.7%201.6l4.4%205.2c0.8%200.8%202%200.9%202.8%200.2s0.7-2-0.2-2.8zM8.3%2013.8c-3%200-5.5-2.5-5.5-5.5s2.5-5.5%205.5-5.5%205.5%202.5%205.5%205.5-2.5%205.5-5.5%205.5z%22%2F%3E%0A%3C%2Fsvg%3E'); }

.mobile-menu__links {
    background-color: #f3f3f3;
    background-color: rgba(255, 255, 255, 0.98);
    color: #555559;
    position: absolute;
    width: 100%;
    z-index: 100; }

.mobile-menu__search {
    display: none;
    padding: 0.5em; }
.mobile-menu__search form,
.mobile-menu__search .form-item,
.mobile-menu__search .form-text {
    width: 100%; }
.mobile-menu__search .form-text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.pager {
    margin: 0 -10px; }
@media (min-width: 37.5em) {
    .pager {
        margin: 0 0px; } }

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

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

.pager_hidedesktop {
    display: inline-block; }
@media (min-width: 37.5em) {
    .pager_hidedesktop {
        display: none; } }

.pager__item--current,
.facetwp-page.active, .pager__link,
.facetwp-page,
.facetwp-page {
    background-color: #f1f1f1;
    color: #212121;
    min-width: 2.4444444444rem;
    padding: 0.7222222222em !important; }

.pager__item--current,
.facetwp-page.active {
    background-color: #3B3B3B;
    color: #ffffff; }

.pager__link,
.facetwp-page {
    display: inline-block;
    text-decoration: none; }
.pager__link:focus, .pager__link:hover,
.facetwp-page:focus,
.facetwp-page:hover {
    background-color: #3B3B3B;
    color: #ffffff; }

.post-content {
    margin-bottom: 27px;
    margin-top: 27px; }
.post-content a {
    word-break: break-word; }
.post-content a:not(.arrow-link--red):not(.button):not(.btn-share) {
    font-weight: 700;
    color: #333742;
    text-decoration: underline; }
.post-content a:not(.arrow-link--red):not(.button):not(.btn-share):hover {
    color: #AE1F24;
    text-decoration: none; }
.post-content a:not(.arrow-link--red):not(.button):not(.btn-share):active {
    color: #333742; }
.post-content a:not(.arrow-link--red):not(.button):not(.btn-share):focus {
    color: #333742;
    text-decoration: none; }

.post-meta {
    margin-top: 0px;
    margin-bottom: 18px; }
.post-meta h3 {
    margin-top: 5px; }
.post-meta .meta__author {
    font-weight: bolder; }
.post-meta .meta__date {
    text-align: left; }
@media (min-width: 50em) {
    .post-meta .meta__date {
        text-align: right; } }

.remove-margin {
    margin-bottom: 5px; }
@media (min-width: 50em) {
    .remove-margin {
        margin-bottom: 0px !important; } }

.align-right {
    text-align: right; }

.progress {
    position: relative; }

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

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

.progress__description,
.progress__percentage {
    color: #AE1F24;
    font-size: 1rem;
    overflow: hidden; }

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

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

.related-content {
    padding-bottom: 108px;
    padding-top: 54px;
    background-color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative; }
.related-content > * {
    position: relative;
    z-index: 8; }
.related-content::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.98)), to(rgba(255, 255, 255, 0.2)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.98) rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.2) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.98) rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.2) 100%);
    bottom: 0;
    content: '';
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 6; }
.related-content.donations::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.98)), to(rgba(255, 255, 255, 0.2)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.98) rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.98) rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2) 100%); }
.related-content.volunteers::before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.98)), color-stop(75%, rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.98) 0, rgba(255, 255, 255, 0) 75%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.98) 0, rgba(255, 255, 255, 0) 75%); }

.related-content--large {
    padding-bottom: 200px;
    padding-top: 130px; }
.related-content--large::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.98)), to(rgba(255, 255, 255, 0.2)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.98) rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.2) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.98) rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.2) 100%); }

.related-content__title {
    text-align: center; }

.searchform--header {
    background-color: #ffffff;
    position: absolute;
    right: 10rem;
    top: 0.43rem;
    width: 0;
    overflow: hidden;
    -webkit-transition: width linear 0.35s;
    -o-transition: width linear 0.35s;
    transition: width linear 0.35s;
    /*  .search__icons.close_icon,
      .search__icons.search_icon {
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
      }*/ }
.searchform--header.is-open {
    width: 60vw;
    height: 2.7777777778rem; }
.searchform--header .searchform__content {
    padding: 13.5px;
    /*width: 60vw;*/
    width: 53vw;
    position: relative; }
.searchform--header .searchform__input {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    width: 35vw; }
.searchform--header .searchform__button {
    background-color: transparent;
    border: 0;
    color: #AE1F24; }
.searchform--header .search__controls {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0; }
.searchform--header .search__controls div {
    height: 16px;
    width: 16px;
    background-repeat: no-repeat !important;
    display: inline-block;
    margin: 20px 5px;
    cursor: pointer; }
.searchform--header .search__controls .close__icon {
    background: url(../images/close-icon.svg); }
.searchform--header .search__controls .search__icon {
    background: url(../images/search-icon.svg); }
.searchform--header ::-webkit-input-placeholder {
    color: #555559; }
.searchform--header ::-moz-placeholder {
    color: #555559; }
.searchform--header :-ms-input-placeholder {
    color: #555559; }
.searchform--header :-moz-placeholder {
    color: #555559; }

.searchform .searchform__input {
    display: inline-block;
    font-size: 16px;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 2px solid #D5D6D7;
    width: 65%;
    margin: 0 18px; }

.searchform .searchform__button {
    display: none;
    border: 0;
    width: 30%;
    margin-left: 2.5%; }
.searchform .searchform__button.searchform__button.close {
    background-image: url("../images/bg/mobile-close.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 1rem;
    cursor: pointer; }
.searchform .searchform__button.searchform__button.close svg {
    display: none; }

.searchform .searchform__input,
.searchform .searchform__button {
    vertical-align: middle; }

.mti-article-head {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 12fr;
    -ms-grid-columns: 12fr;
    /*@media (min-width: 768px) {
      grid-template-columns: 9fr rem(155px);
      -ms-grid-columns: 9fr rem(155px);
    }*/ }
.mti-article-head .post-meta {
    margin-bottom: 0; }
.mti-article-head:first-child {
    grid-column: 1;
    -ms-grid-column: 1; }
.mti-article-head:last-child {
    grid-column: 2;
    -ms-grid-column: 2; }
@media (min-width: 1200px) {
    .mti-article-head {
        grid-template-columns: 12fr 0;
        -ms-grid-columns: 12fr 0; } }

.mti-share-buttons-container {
    text-align: left;
    margin: 0 0 1.25rem; }
.mti-share-buttons-container .mti-share-buttons {
    padding-top: 1rem; }
.mti-share-buttons-container .mti-share-buttons a.btn-share {
    height: 2rem;
    width: 2rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: rgba(174, 31, 36, 0.2);
    border-radius: 6rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 .5rem;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    position: relative; }
.mti-share-buttons-container .mti-share-buttons a.btn-share.mti-share-link:after {
    content: 'link copied';
    position: absolute;
    width: 4.7222222222rem;
    bottom: -1.6666666667rem;
    opacity: 0;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
    pointer-events: none;
    cursor: auto; }
.mti-share-buttons-container .mti-share-buttons a.btn-share.mti-share-link.active:after {
    opacity: 1;
    -webkit-transition: opacity .5s ease-in;
    -o-transition: opacity .5s ease-in;
    transition: opacity .5s ease-in; }
.mti-share-buttons-container .mti-share-buttons a.btn-share:focus {
    color: #AE1F24; }
.mti-share-buttons-container .mti-share-buttons a.btn-share:hover {
    color: #cc242a; }
.mti-share-buttons-container .mti-share-buttons a.btn-share svg {
    pointer-events: none; }
@media (min-width: 1200px) {
    .mti-share-buttons-container {
        position: absolute;
        left: -5%;
        height: 100%;
        padding-bottom: 4.4444444444rem;
        text-align: center; }
    .mti-share-buttons-container .mti-share-buttons {
        position: -webkit-sticky;
        position: sticky;
        left: 10%;
        top: 8.3333333333rem; }
    .mti-share-buttons-container .mti-share-buttons a.btn-share {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }

.site-logo__text {
    height: 160px;
    overflow: hidden;
    width: auto;
    background-image: url(../images/mti-logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block; }
.site-logo__text::before {
    content: '';
    display: block;
    height: 150%;
    width: 0; }

.site-branding {
    min-width: 11.1111111111rem;
    -webkit-transition: all ease 0.15s;
    -o-transition: all ease 0.15s;
    transition: all ease 0.15s; }

.site-name {
    position: absolute;
    top: 1em;
    z-index: 300;
    -webkit-transition: all ease 0.15s;
    -o-transition: all ease 0.15s;
    transition: all ease 0.15s;
    -webkit-clip-path: polygon(12px 0, 100% 0px, 100% 21%, 0px 78%);
    clip-path: polygon(12px 0, 100% 0px, 100% 21%, 0px 78%); }
.is-scrolling .site-name {
    top: 1em; }

.site-name--mobile {
    left: 1rem;
    top: 1rem; }
.site-name--mobile .site-name__text {
    height: 83px;
    overflow: hidden;
    width: 117px; }
.site-name--mobile .site-name__text::before {
    content: '';
    display: block;
    height: 150%;
    width: 0; }

.site-name__text {
    height: 171px;
    overflow: hidden;
    width: 242px;
    background-image: url(../images/mti-logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    max-width: 190px;
    max-height: 135px;
    -webkit-transition: max-height ease 0.2s, max-width ease 0.2s;
    -o-transition: max-height ease 0.2s, max-width ease 0.2s;
    transition: max-height ease 0.2s, max-width ease 0.2s;
    /*
    .is-scrolling & {
      //@include image-replace(190px, 135px);
      max-width: 190px;
      max-height: 135px;
    }
    */ }
.site-name__text::before {
    content: '';
    display: block;
    height: 150%;
    width: 0; }

.spotlight-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.spotlight-content > * {
    width: 100%; }
@media (min-width: 57.8125em) {
    .spotlight-content > * {
        width: 50%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
@media (min-width: 57.8125em) {
    .spotlight-content .spotlight-content__image {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
.spotlight-content .spotlight-content__content {
    background-image: url("../images/bg/teal-texture.png");
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/bg/teal-texture.svg");
    background-image: -o-linear-gradient(transparent, transparent), url("../images/bg/teal-texture.svg");
    background-image: linear-gradient(transparent, transparent), url("../images/bg/teal-texture.svg");
    padding: 27px;
    background-position: center;
    background-size: cover;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
.spotlight-content .spotlight-content__content > * {
    width: 100%; }
@media (min-width: 57.8125em) {
    .spotlight-content .spotlight-content__content {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 81px; } }

.spotlight-content__title,
.spotlight-content__summary {
    color: inherit; }

.spotlight-content__title {
    font-size: 2.3888888889rem;
    font-weight: 400; }

.spotlight-content__image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 13.8888888889rem; }
@media (min-width: 57.8125em) {
    .spotlight-content__image {
        min-height: 22.2222222222rem; } }

.spotlight-content__summary {
    margin-bottom: 27px;
    font-size: 1.3333333333rem; }

.tabs::after {
    clear: both;
    content: '';
    display: table; }

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

.tabs__item:first-child .tabs__link {
    border-bottom-left-radius: 0.1666666667rem;
    border-left: 0;
    border-top-left-radius: 0.1666666667rem; }

.tabs__item:last-child .tabs__link {
    border-bottom-right-radius: 0.1666666667rem;
    border-top-right-radius: 0.1666666667rem; }

.tabs__link {
    background-color: #d6d7d9;
    border: 0;
    border-radius: 0;
    color: #212121;
    cursor: pointer;
    display: inline-block;
    font-size: 1.4444444444rem;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    letter-spacing: 4px;
    line-height: 0.7692307692;
    padding: 0.6666666667rem 1.1111111111rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
    vertical-align: top;
    white-space: normal;
    border-left: 1px solid #aeb0b5;
    display: block;
    font-size: 1.2222222222rem;
    line-height: 0.7727272727;
    margin: 0;
    padding: 0.4444444444rem 0.8888888889rem; }
.tabs__link > * {
    display: inline-block;
    -webkit-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    transform: skewX(10deg); }
.tabs__link:focus, .tabs__link:hover {
    background-color: #aeb0b5;
    color: #f212121;
    outline: 0; }
.tabs__link:active {
    background-color: #212121;
    color: #fff; }
.tabs__link[disabled] {
    background-color: #d6d7d9;
    color: #323a45;
    cursor: default;
    pointer-events: none; }
.tabs__link:active {
    background-color: #212121;
    color: #fff; }
.tabs__link:focus {
    background-color: #aeb0b5; }
.tabs__link:hover, .tabs__link:visited {
    color: #212121; }
.tabs__link.is-active {
    background-color: #212121;
    color: #fff; }
.tabs__link.is-active:hover {
    color: #fff; }

.topics {
    margin-top: 54px; }

.volunteers {
    padding-top: 27px;
    padding-bottom: 380px;
    background-attachment: scroll;
    text-align: center; }

.volunteers__title {
    font-size: 36px;
    margin-bottom: 27px; }
@media (min-width: 50em) {
    .volunteers__title {
        font-size: 82px; } }

.volunteer__content {
    margin-bottom: 54px;
    font-size: 26px; }

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

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

.hidden {
    display: none !important; }

.invisible {
    visibility: hidden !important; }

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

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

#main:focus {
    outline: 0; }
/*# sourceMappingURL=mti-gesso-styles.css.map */