@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[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;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 112.5%;
}

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: freight-sans-pro, sans-serif;
  font-weight: 500;
  line-height: 1.55;
  color: #3D3935;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 22.5px;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 22.5px;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 22.5px;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  appearance: none;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4777777778rem;
  margin: 0 0 0.8888888889rem;
  padding: 0.5333333333rem 0.8888888889rem 0.6222222222rem;
  border: 1px solid #3D3935;
  border-radius: 22.5px;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(61, 57, 53, 0.1);
  font-family: inherit;
  font-size: 0.8888888889rem;
  font-weight: 500;
  line-height: 1.55;
  color: #3D3935;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  appearance: none;
  border-radius: 22.5px;
}

input[type=search] {
  box-sizing: border-box;
}

::placeholder {
  color: #cacaca;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 0.8888888889rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.4444444444rem;
  margin-right: 0.8888888889rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.4444444444rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.8888888889rem;
  font-weight: 500;
  line-height: 1.8;
  color: #3D3935;
}
label.middle {
  margin: 0 0 0.8888888889rem;
  line-height: 1.55;
  padding: 0.5rem 0;
}

.help-text {
  margin-top: -0.4444444444rem;
  font-size: 0.7222222222rem;
  font-style: italic;
  color: #3D3935;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 0.8888888889rem;
  align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 22.5px 0 0 22.5px;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 22.5px 22.5px 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #3D3935;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.8888888889rem;
}

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

legend {
  max-width: 100%;
  margin-bottom: 0.4444444444rem;
}

.fieldset {
  margin: 1rem 0;
  padding: 1.1111111111rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1666666667rem;
  padding: 0 0.1666666667rem;
}

select {
  height: 2.4777777778rem;
  margin: 0 0 0.8888888889rem;
  padding: 0.5333333333rem 0.8888888889rem 0.6222222222rem;
  appearance: none;
  border: 1px solid #3D3935;
  border-radius: 22.5px;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 0.8888888889rem;
  font-weight: 500;
  line-height: 1.55;
  color: #3D3935;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  background-origin: content-box;
  background-position: right -0.8888888889rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.3333333333rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: rgb(249, 236.1, 234.1);
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.4444444444rem;
  margin-bottom: 0.8888888889rem;
  font-size: 0.6666666667rem;
  font-weight: bold;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: inherit;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: alegreya-sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 2.2222222222rem;
  line-height: 1.05;
  margin-top: 0;
  margin-bottom: 0.75rem;
}

h2, .h2 {
  font-size: 1.6666666667rem;
  line-height: 1.05;
  margin-top: 0;
  margin-bottom: 0.75rem;
}

h3, .h3 {
  font-size: 1.4444444444rem;
  line-height: 1.05;
  margin-top: 0;
  margin-bottom: 0.75rem;
}

h4, .h4 {
  font-size: 1rem;
  line-height: 1.05;
  margin-top: 0;
  margin-bottom: 0.75rem;
}

h5, .h5 {
  font-size: 0.9444444444rem;
  line-height: 1.05;
  margin-top: 0;
  margin-bottom: 0.75rem;
}

h6, .h6 {
  font-size: 0.8888888889rem;
  line-height: 1.05;
  margin-top: 0;
  margin-bottom: 0.75rem;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 2.6666666667rem;
  }
  h2, .h2 {
    font-size: 2.2222222222rem;
  }
  h3, .h3 {
    font-size: 1.7222222222rem;
  }
  h4, .h4 {
    font-size: 1.3888888889rem;
  }
  h5, .h5 {
    font-size: 1.1111111111rem;
  }
  h6, .h6 {
    font-size: 0.8888888889rem;
  }
}
@media print, screen and (min-width: 64em) {
  h1, .h1 {
    font-size: 3.3333333333rem;
  }
  h2, .h2 {
    font-size: 2.2222222222rem;
  }
  h3, .h3 {
    font-size: 1.7777777778rem;
  }
  h4, .h4 {
    font-size: 1.5555555556rem;
  }
  h5, .h5 {
    font-size: 1.3333333333rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #A71930;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: rgb(143.62, 21.5, 41.28);
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 70.5555555556rem;
  height: 0;
  margin: 1.1111111111rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: inherit;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5555555556rem 1.1111111111rem 0.5555555556rem 1.0555555556rem;
  border-left: 3px solid #cacaca;
}
blockquote, blockquote p {
  line-height: inherit;
  color: #3D3935;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #3D3935;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.1111111111rem 0.2222222222rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #3D3935;
  border-radius: 22.5px;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 140.625%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.7222222222rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 500;
  color: #3D3935;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.1111111111rem 0.2777777778rem 0.0555555556rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 500;
  color: #3D3935;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    print-color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-order-1 {
    order: 1;
  }
  .xlarge-order-2 {
    order: 2;
  }
  .xlarge-order-3 {
    order: 3;
  }
  .xlarge-order-4 {
    order: 4;
  }
  .xlarge-order-5 {
    order: 5;
  }
  .xlarge-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-flex-container {
    display: flex;
  }
  .xlarge-flex-child-auto {
    flex: 1 1 auto;
  }
  .xlarge-flex-child-grow {
    flex: 1 0 auto;
  }
  .xlarge-flex-child-shrink {
    flex: 0 1 auto;
  }
  .xlarge-flex-dir-row {
    flex-direction: row;
  }
  .xlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .xlarge-flex-dir-column {
    flex-direction: column;
  }
  .xlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
.row {
  max-width: 70.5555555556rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}
.row .row {
  margin-right: -1.3333333333rem;
  margin-left: -1.3333333333rem;
}
@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.8333333333rem;
    margin-left: -0.8333333333rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.8333333333rem;
    margin-left: -0.8333333333rem;
  }
}
@media screen and (min-width: 75em) {
  .row .row {
    margin-right: -0.8333333333rem;
    margin-left: -0.8333333333rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row.is-collapse-child, .row.collapse > .column > .row, .row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}

.column, .columns {
  min-width: 0;
  flex: 1 1 0px;
  padding-right: 1.3333333333rem;
  padding-left: 1.3333333333rem;
}
@media print, screen and (min-width: 40em) {
  .column, .columns {
    padding-right: 0.8333333333rem;
    padding-left: 0.8333333333rem;
  }
}

.column.row.row, .row.row.columns {
  float: none;
  display: block;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.small-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.small-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.small-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.small-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.small-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.small-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.small-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.small-up-1 {
  flex-wrap: wrap;
}
.small-up-1 > .column, .small-up-1 > .columns {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  flex-wrap: wrap;
}
.small-up-2 > .column, .small-up-2 > .columns {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  flex-wrap: wrap;
}
.small-up-3 > .column, .small-up-3 > .columns {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-up-4 {
  flex-wrap: wrap;
}
.small-up-4 > .column, .small-up-4 > .columns {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  flex-wrap: wrap;
}
.small-up-5 > .column, .small-up-5 > .columns {
  flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  flex-wrap: wrap;
}
.small-up-6 > .column, .small-up-6 > .columns {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-up-7 {
  flex-wrap: wrap;
}
.small-up-7 > .column, .small-up-7 > .columns {
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}

.small-up-8 {
  flex-wrap: wrap;
}
.small-up-8 > .column, .small-up-8 > .columns {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 1.3333333333rem;
  padding-left: 1.3333333333rem;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 {
    flex-wrap: wrap;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2 {
    flex-wrap: wrap;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3 {
    flex-wrap: wrap;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-up-4 {
    flex-wrap: wrap;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-up-5 {
    flex-wrap: wrap;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6 {
    flex-wrap: wrap;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-up-7 {
    flex-wrap: wrap;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .medium-up-8 {
    flex-wrap: wrap;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    flex: 1 1 0px;
  }
}
.row.medium-unstack > .column, .row.medium-unstack > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 40em) {
  .row.medium-unstack > .column, .row.medium-unstack > .columns {
    flex: 1 1 0px;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.8333333333rem;
    padding-left: 0.8333333333rem;
  }
}

@media print, screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 {
    flex-wrap: wrap;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2 {
    flex-wrap: wrap;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3 {
    flex-wrap: wrap;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-up-4 {
    flex-wrap: wrap;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5 {
    flex-wrap: wrap;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6 {
    flex-wrap: wrap;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-up-7 {
    flex-wrap: wrap;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .large-up-8 {
    flex-wrap: wrap;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    flex: 1 1 0px;
  }
}
.row.large-unstack > .column, .row.large-unstack > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 64em) {
  .row.large-unstack > .column, .row.large-unstack > .columns {
    flex: 1 1 0px;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.8333333333rem;
    padding-left: 0.8333333333rem;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .xlarge-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .xlarge-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .xlarge-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .xlarge-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .xlarge-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .xlarge-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .xlarge-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .xlarge-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .xlarge-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .xlarge-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .xlarge-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .xlarge-up-1 {
    flex-wrap: wrap;
  }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xlarge-up-2 {
    flex-wrap: wrap;
  }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xlarge-up-3 {
    flex-wrap: wrap;
  }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xlarge-up-4 {
    flex-wrap: wrap;
  }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xlarge-up-5 {
    flex-wrap: wrap;
  }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .xlarge-up-6 {
    flex-wrap: wrap;
  }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xlarge-up-7 {
    flex-wrap: wrap;
  }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .xlarge-up-8 {
    flex-wrap: wrap;
  }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media screen and (min-width: 75em) and (min-width: 75em) {
  .xlarge-expand {
    flex: 1 1 0px;
  }
}
.row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
  flex: 0 0 100%;
}
@media screen and (min-width: 75em) {
  .row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
    flex: 1 1 0px;
  }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 0.8333333333rem;
    padding-left: 0.8333333333rem;
  }
}

.shrink {
  flex: 0 0 auto;
  max-width: 100%;
}

.column-block {
  margin-bottom: 2.6666666667rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.6666666667rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  border: 2px solid transparent;
  border-radius: 22.5px;
  transition: background-color 0.25s ease-out, border-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  padding: 0.77em 1.5em 0.82em;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #A71930;
  color: #fefefe;
}
.button:hover, .button:focus {
  background-color: #D2474B;
  color: #fefefe;
}
.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #A71930;
  color: #fefefe;
}
.button.primary:hover, .button.primary:focus {
  background-color: rgb(133.6, 20, 38.4);
  color: #fefefe;
}
.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #fff;
  color: #A71930;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #cccccc;
  color: #A71930;
}
.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #3adb76;
  color: #A71930;
}
.button.success:hover, .button.success:focus {
  background-color: rgb(34.2386266094, 187.3613733906, 91.3030042918);
  color: #A71930;
}
.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #A71930;
}
.button.warning:hover, .button.warning:focus {
  background-color: rgb(204, 139.2, 0);
  color: #A71930;
}
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.alert:hover, .button.alert:focus {
  background-color: rgb(165.0996015936, 58.6103585657, 42.1003984064);
  color: #fefefe;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 2px solid #A71930;
  color: #A71930;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: rgb(83.5, 12.5, 24);
  color: rgb(83.5, 12.5, 24);
}
.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 2px solid #A71930;
  color: #A71930;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: rgb(83.5, 12.5, 24);
  color: rgb(83.5, 12.5, 24);
}
.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 2px solid #fff;
  color: #fff;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: rgb(127.5, 127.5, 127.5);
  color: rgb(127.5, 127.5, 127.5);
}
.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 2px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 2px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: rgb(127.5, 87, 0);
  color: rgb(127.5, 87, 0);
}
.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 2px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: rgb(103.187250996, 36.6314741036, 26.312749004);
  color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #A71930;
}
.button.clear:hover, .button.clear:focus {
  color: rgb(83.5, 12.5, 24);
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #A71930;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: rgb(83.5, 12.5, 24);
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #fff;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: rgb(127.5, 127.5, 127.5);
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #3adb76;
}
.button.clear.success:hover, .button.clear.success:focus {
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  color: rgb(127.5, 87, 0);
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #cc4b37;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1.5em;
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #A71930;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #A71930;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #fff;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #cc4b37;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent;
}

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none;
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

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

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

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

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

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

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

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.slick-prev {
  left: 0;
  margin-left: -50px;
}

.slick-next {
  right: 0;
  margin-right: -50px;
}

.slick-dots {
  list-style: none;
  padding: 0;
  margin: 15px 0 0 0;
  display: flex;
  justify-content: center;
  gap: 15px;
}
.slick-dots button {
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  overflow: hidden;
  border: 2px solid #A71930;
}
.slick-dots .slick-active button {
  background-color: #A71930;
}

@media print, screen and (min-width: 64em) {
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999999999;
  }
  .logged-in .site-header {
    top: 32px;
  }
  .tingle-enabled .site-header {
    z-index: 1000;
  }
}
.site-header__desktop {
  display: none;
}
@media print, screen and (min-width: 64em) {
  .site-header__desktop {
    display: initial;
  }
}
.site-header__desktop-container {
  background: rgba(255, 255, 255, 0.81);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(25px);
  display: flex;
  justify-content: space-between;
}
.site-header__desktop-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 0 10px 30px;
}
@media screen and (min-width: 75em) {
  .site-header__desktop-logo {
    padding-left: 60px;
  }
}
.site-header__desktop-logo img {
  width: 152px;
}
.site-header__desktop-navigation {
  padding: 0 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (min-width: 75em) {
  .site-header__desktop-navigation {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.site-header__desktop-navigation .menu {
  display: flex;
  justify-content: space-between;
}
.site-header__desktop-navigation .menu > li {
  padding: 12px 15px;
}
@media screen and (min-width: 75em) {
  .site-header__desktop-navigation .menu > li {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.site-header__desktop-navigation .menu a:hover {
  text-decoration: underline;
}
.site-header__desktop-navigation .search-button {
  cursor: pointer;
  padding: 2px;
}
.site-header__desktop-navigation .search-button svg {
  display: block;
}
.site-header__desktop-navigation .main-navigation {
  font-size: 20px;
  font-family: alegreya-sans, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  display: none;
}
@media print, screen and (min-width: 64em) {
  .site-header__desktop-navigation .main-navigation {
    display: initial;
  }
}
.site-header__desktop-navigation .main-navigation .menu {
  line-height: 1.2;
}
.site-header__desktop-navigation .main-navigation .menu li {
  display: flex;
  gap: 10px;
  align-items: center;
}
.site-header__desktop-navigation .main-navigation .menu li a {
  margin-top: 2px;
}
.site-header__desktop-navigation .secondary-navigation {
  font-weight: 350;
  border-top: 1px solid #000;
}
.site-header__desktop-navigation .secondary-navigation .menu a {
  color: #3D3935;
}
.site-header__desktop-navigation .secondary-navigation .menu a:hover {
  color: #A71930;
}
.site-header__desktop-navigation .secondary-navigation .menu > li.current_page_item > a {
  font-weight: 600;
  color: #A71930;
}
.site-header__desktop-navigation .secondary-navigation .menu > li > a {
  text-transform: uppercase;
  font-size: 18px;
}
.site-header__desktop-navigation .secondary-navigation .menu > li:hover > a {
  text-decoration: underline;
  color: #A71930;
}
.site-header__desktop-navigation .secondary-navigation .menu > li:hover .sub-menu {
  display: block;
}
.site-header__desktop-navigation .secondary-navigation .sub-menu {
  position: absolute;
  top: 100%;
  background: #fff;
  margin-left: -20px;
  white-space: nowrap;
  padding: 12px 20px 14px;
  display: none;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}
.site-header__desktop-navigation .secondary-navigation .sub-menu::before {
  content: "";
  position: absolute;
  bottom: 100%;
  height: 15px;
  left: 0;
  width: 100%;
}
.site-header__desktop-navigation .secondary-navigation .sub-menu li + li {
  margin-top: 2px;
}
.site-header__desktop-navigation.overflow-hidden {
  overflow: hidden;
}
.site-header__desktop-navigation.overflow-hidden .sub-menu {
  display: none;
}
.site-header__desktop-navigation.nav-transform .navigation-container {
  transform: translateY(-100%);
}
.site-header__desktop-navigation.search-visible .search-form-container {
  display: flex;
}
.site-header__desktop-navigation .navigation-container {
  transition: transform 0.15s ease-out;
  position: relative;
}
.site-header__desktop-navigation .search-form-container {
  transition: transform 0.15s ease-out;
  position: absolute;
  top: 100%;
  height: 100%;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 60px;
  display: none;
}
@media screen and (min-width: 75em) {
  .site-header__desktop-navigation .search-form-container {
    padding-right: 80px;
  }
}
.site-header__desktop-navigation .search-form-container .close-button {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
  cursor: pointer;
}
.site-header__desktop-navigation .search-form-container .close-button svg {
  display: block;
}
.site-header__desktop-donate {
  position: relative;
  width: 170px;
}
.donate-menu-visible .site-header__desktop .donate-menu {
  transform: translateY(0);
}

.site-header__mobile {
  margin-bottom: 54px;
}
@media print, screen and (min-width: 64em) {
  .site-header__mobile {
    display: none;
  }
}
.site-header__mobile-header {
  padding: 20px 24px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-height: 670px) {
  .site-header__mobile-header {
    padding: 15px 24px;
  }
}
.site-header__mobile-menu {
  transition: transform 0.25s ease-out, margin 0.25s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background: #fff;
  padding-top: 96px;
  height: 100vh;
  transform: translateY(-100%);
  margin-top: 150px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-height: 670px) {
  .site-header__mobile-menu {
    margin-top: 140px;
  }
}
.mobile-menu-visible .site-header__mobile-menu {
  transform: translateY(0);
  margin-top: 0;
}

.site-header__mobile-menu-content {
  border-top: 1px solid;
  padding: 15px 0;
  text-align: center;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  flex-grow: 1;
}
.site-header__mobile-menu-content .mobile-nav-container {
  margin: 0 24px;
  overflow: hidden;
  position: relative;
}
.site-header__mobile-menu-content .mobile-nav {
  transition: transform 0.25s ease-out;
  display: flex;
  width: 200%;
  height: 100%;
}
.site-header__mobile-menu-content .mobile-nav-back {
  padding-left: 20px;
  position: relative;
  font-weight: 600;
}
.site-header__mobile-menu-content .mobile-nav-back::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 15px;
  background: url(../img/chevron-left.svg) no-repeat 0 0 transparent;
  background-size: contain;
  transform: translateY(-50%);
}
.site-header__mobile-menu-content .mobile-nav.menu-level-2-visible {
  transform: translateX(-50%);
}
.site-header__mobile-menu-content .mobile-nav-level {
  width: 50%;
  height: 100%;
  overflow: auto;
  display: flex;
  flex-direction: column;
}
.site-header__mobile-menu-content .mobile-nav-level-2-header {
  text-align: left;
}
@media screen and (max-height: 670px) {
  .site-header__mobile-menu-content .mobile-nav-level-2-header {
    margin-bottom: 10px;
  }
}
.site-header__mobile-menu-content .mobile-nav-level-2-content {
  font-size: 18px;
  text-transform: uppercase;
}
.site-header__mobile-menu-content .mobile-nav-level-2-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-header__mobile-menu-content .mobile-nav-level-2-content li {
  padding: 5px 0;
}
.site-header__mobile-menu-content .mobile-search {
  padding: 10px 0 25px;
}
.site-header__mobile-menu-footer {
  margin-top: auto;
  padding: 10px 24px;
  background-color: #DAD7CB;
  display: flex;
}
@media screen and (max-height: 600px) {
  .site-header__mobile-menu-footer {
    padding: 15px 24px;
  }
}
.site-header__mobile-menu-footer-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
.site-header__mobile-menu-footer-nav a + a {
  margin-left: 30px;
}
.site-header__mobile-menu-footer-address {
  font-weight: 600;
  margin-left: auto;
  color: #A71930;
  padding: 0 15px;
}
.site-header__mobile-menu-footer-address strong {
  color: #3D3935;
}
.site-header__mobile-menu-donate {
  position: relative;
}
.site-header__mobile-logo img {
  width: 120px;
}
.site-header__mobile .toggle-mobile-menu {
  width: 32px;
  border-radius: 0;
}
.site-header__mobile .toggle-mobile-menu .close-icon {
  display: none;
}
.mobile-menu-visible .site-header__mobile .toggle-mobile-menu .close-icon {
  display: block;
}
.mobile-menu-visible .site-header__mobile .toggle-mobile-menu .open-icon {
  display: none;
}

.site-header__mobile .main-navigation {
  font-size: 20px;
  font-family: alegreya-sans, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}
.site-header__mobile .main-navigation img {
  width: 24px;
  margin-right: 5px;
  margin-top: -2px;
  height: auto;
}
.site-header__mobile .main-navigation li {
  padding: 10px 0;
}
@media screen and (max-height: 670px) {
  .site-header__mobile .main-navigation li {
    padding: 6px 0;
  }
}
.site-header__mobile .secondary-navigation {
  font-size: 18px;
  text-transform: uppercase;
}
.site-header__mobile .secondary-navigation li {
  padding: 10px 0;
}
@media screen and (max-height: 670px) {
  .site-header__mobile .secondary-navigation li {
    padding: 6px 0;
  }
}
.site-header__mobile .secondary-navigation .menu-item-has-children > a {
  padding-right: 25px;
  position: relative;
  margin-left: 25px;
}
.site-header__mobile .secondary-navigation .menu-item-has-children > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 15px;
  background: url(../img/chevron-right.svg) no-repeat 0 0 transparent;
  background-size: contain;
  transform: translateY(-50%);
}
.site-header__mobile .secondary-navigation .sub-menu {
  display: none;
}
.site-header__mobile .get-help-page {
  font-size: 20px;
  font-family: alegreya-sans, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}
.donate-mobile-menu-visible .site-header__mobile .donate-menu {
  transform: translateY(0);
}

.site-header__navigation {
  width: 60%;
}
@media print, screen and (min-width: 64em) {
  .site-header__navigation {
    width: auto;
  }
}
.site-header .donate-now-button {
  transition: background-color 0.15s ease-out;
  background: #A71930;
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  font-size: 18px;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0;
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .donate-menu-visible .site-header .donate-now-button {
    background-color: #D2474B;
  }
  .donate-menu-visible .site-header .donate-now-button:before {
    border-top-color: #D2474B;
  }
}

.site-header .donate-now-button:hover {
  background-color: #D2474B;
}
.site-header .donate-now-button:hover:before {
  border-top-color: #D2474B;
}
.site-header .donate-now-button::before {
  transition: transform 0.15s ease-out, border-color 0.15s ease-out;
  content: "";
  position: absolute;
  height: 0;
  border-left: 85px solid transparent;
  border-right: 85px solid transparent;
  border-top: 15px solid #A71930;
  top: 100%;
  left: 0;
  transform: translateY(-100%);
  z-index: -1;
}
@media print, screen and (min-width: 64em) {
  .donate-menu-visible .site-header .donate-now-button::before {
    transform: translateY(0);
  }
}

@media print, screen and (min-width: 64em) {
  .site-header .donate-now-button {
    flex-direction: column;
    padding: 19px 35px;
  }
}
@media screen and (min-width: 75em) {
  .site-header .donate-now-button {
    padding-left: 53px;
    padding-right: 53px;
  }
}
.site-header .donate-now-button svg {
  margin: 0 10px 0 0;
}
@media print, screen and (min-width: 64em) {
  .site-header .donate-now-button svg {
    margin: 0 0 10px 0;
  }
}
.site-header .donate-now-button span + span {
  margin-left: 5px;
}
@media print, screen and (min-width: 64em) {
  .site-header .donate-now-button span + span {
    margin: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .site-header .donate-now-button span {
    display: block;
  }
}
.site-header .donate-menu {
  transition: transform 0.2s ease-out 0.1s;
  position: absolute;
  padding: 20px 13px;
  border-radius: 0 0 20px 20px;
  border: 1px solid #EDEDED;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(12.5px);
  text-align: center;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: -2;
  transform: translateY(-105%);
}
.site-header .donate-menu .form-check-label {
  font-family: alegreya-sans, sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #A71930;
}
.site-header .donate-menu .button {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
.site-header .donate-menu .donate-form-note {
  font-size: 14px;
  font-style: italic;
  font-weight: 350;
  margin-bottom: 0;
}

.site-footer {
  padding: 35px 0 25px;
  background-color: #DAD7CB;
}
.site-footer a:hover {
  text-decoration: underline;
}
.site-footer__bottom-bar {
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .site-footer__bottom-bar {
    text-align: left;
  }
}
.site-footer__title {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-family: freight-sans-pro, sans-serif;
  font-size: 16px;
  line-height: 1.33;
  font-weight: 700;
  margin-bottom: 1em;
}
.site-footer__facilities {
  margin-bottom: 15px;
}
.site-footer__facilities ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer__facility {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 64em) {
  .site-footer__facility {
    max-width: 280px;
  }
}
.site-footer__facility--featured {
  font-weight: 600;
}
.site-footer__facility strong {
  font-weight: inherit;
  display: block;
  line-height: 1.2;
  margin-bottom: 0.25em;
}
.site-footer__facility-info {
  color: #A71930;
}
.site-footer__logo {
  margin-bottom: 15px;
  display: inline-block;
}
.site-footer__logo img {
  height: 70px;
}
.site-footer__navigation {
  margin-bottom: 45px;
}
.site-footer__navigation .menu {
  columns: 2;
  line-height: 1.2;
}
.site-footer__navigation .menu li {
  margin-bottom: 1em;
}
.site-footer__form {
  margin-bottom: 45px;
}
.site-footer .social-links {
  margin-bottom: 45px;
}
@media print, screen and (min-width: 64em) {
  .site-footer .social-links {
    margin-bottom: 0;
  }
}

body {
  font-variant-numeric: lining-nums proportional-nums;
}

.button {
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.button:hover {
  border-color: #D2474B;
}
@media print, screen and (min-width: 64em) {
  .button {
    padding-left: 2em;
    padding-right: 2em;
  }
}
.button.primary:hover {
  text-decoration: underline;
  background-color: #D2474B;
  border-color: #D2474B;
  color: #fff;
}
.button.primary.hollow:hover {
  text-decoration: underline;
  background-color: #D2474B;
  border-color: #D2474B;
  color: #fff;
}
.button.secondary:hover {
  text-decoration: underline;
  border-color: transparent;
  background-color: #d4d4d4;
}

h1, .h1 {
  font-weight: 800;
  text-transform: uppercase;
}

.pdf-button {
  background-color: #BFD5E7;
  padding: 30px 25px;
  font-size: 24px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 15px;
}

nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

.search-form input,
.search-form .button {
  margin: 0;
}

.link {
  font-size: 22px;
  line-height: 1.33;
  display: inline-flex;
  font-weight: 700;
  gap: 10px;
  align-items: center;
}
@media print, screen and (min-width: 64em) {
  .link {
    font-size: 24px;
  }
}
.link:hover {
  text-decoration: underline;
}
.link svg {
  height: 25px;
}

.social-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 64em) {
  .social-links {
    justify-content: flex-start;
  }
}
.social-links li + li {
  margin-left: 25px;
}

.files-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}
.files-list .file-card {
  margin-bottom: 0;
}

.file-card {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  color: #A71930;
  position: relative;
  margin-bottom: 30px;
  padding: 15px 60px 15px 20px;
  background-color: #BFD5E7;
  min-height: 90px;
  display: inline-flex;
  align-items: center;
}
.file-card img {
  width: 40px;
  margin: 0 20px;
  max-height: 60px;
}
.file-card--expanded {
  width: 100%;
}
.file-card:hover {
  text-decoration: underline;
}
.file-card:after {
  content: "";
  width: 26px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -15px;
  background-image: url("../img/pdf.svg");
  background-size: contain;
  background-position: center;
}

@media print, screen and (min-width: 64em) {
  section {
    scroll-margin-top: 112px;
  }
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.hidden {
  display: none;
}

img[border="0"] {
  display: none;
}

@media print, screen and (min-width: 40em) {
  ul.two-columns {
    column-count: 2;
  }
}

#wpadminbar {
  z-index: 99999999999;
}

.breadcrumbs {
  list-style: none;
  padding: 10px 0 0 0;
  margin: 0 0 15px 0;
  font-weight: 700;
}
@media print, screen and (min-width: 64em) {
  .breadcrumbs {
    padding: 0;
    margin: 13px 0 25px 0;
  }
}
.breadcrumbs a {
  color: #A71930;
  text-decoration: underline;
}
.breadcrumbs a:hover {
  text-decoration: none;
}
.breadcrumbs li {
  white-space: nowrap;
  display: inline;
}
.breadcrumbs li::after {
  content: "–";
  display: inline-block;
  margin: 0 8px 0 4px;
  font-weight: normal;
}
.breadcrumbs li:last-child {
  font-weight: normal;
  white-space: wrap;
}
.breadcrumbs li:last-child::after {
  display: none;
}

.gform_wrapper.gravity-theme form input[type=color],
.gform_wrapper.gravity-theme form input[type=date],
.gform_wrapper.gravity-theme form input[type=datetime-local],
.gform_wrapper.gravity-theme form input[type=datetime],
.gform_wrapper.gravity-theme form input[type=email],
.gform_wrapper.gravity-theme form input[type=month],
.gform_wrapper.gravity-theme form input[type=number],
.gform_wrapper.gravity-theme form input[type=password],
.gform_wrapper.gravity-theme form input[type=search],
.gform_wrapper.gravity-theme form input[type=tel],
.gform_wrapper.gravity-theme form input[type=text],
.gform_wrapper.gravity-theme form input[type=time],
.gform_wrapper.gravity-theme form input[type=url],
.gform_wrapper.gravity-theme form input[type=week],
.gform_wrapper.gravity-theme form select,
.gform_wrapper.gravity-theme form textarea {
  padding: 0.5333333333rem 0.8888888889rem 0.6222222222rem;
}
.gform_wrapper.gravity-theme form input[type=button],
.gform_wrapper.gravity-theme form input[type=submit] {
  line-height: 1 !important;
}
.gform_wrapper.gravity-theme form select {
  padding-right: 30px;
}
.gform_wrapper.gravity-theme form .gfield-choice-input {
  margin-bottom: 2px;
}
.gform_wrapper.gravity-theme .gform_previous_button.button {
  border-color: #A71930;
  color: #A71930;
}
.gform_wrapper.gravity-theme .gform_previous_button.button:hover {
  text-decoration: underline;
  background-color: #D2474B;
  border-color: #D2474B;
  color: #fff;
}
.gform_wrapper.gravity-theme .ginput_container_date .datepicker {
  width: 100%;
}
.gform_wrapper.gravity-theme .field_description_above .gfield_description {
  padding-top: 0;
}
.gform_wrapper.gravity-theme .field_description_above .gfield_description.validation_message {
  padding: 2px 10px 3px;
}
.gform_wrapper.gravity-theme .gfield-choice-input + label {
  max-width: calc(100% - 50px);
  vertical-align: top;
}
.gform_wrapper.gravity-theme .gfield.gfield--width-half.align-bottom {
  margin-top: auto;
}

.gfield_label {
  text-transform: uppercase;
  line-height: 1.15;
  letter-spacing: 0.2em;
  font-size: 16px !important;
}

.gravity-theme.ui-datepicker .ui-datepicker-header select {
  background-position: right -24px top 0 !important;
}

.gfield--type-html {
  font-size: 15px;
}

.gfield--type-checkbox.two-columns .gfield_checkbox {
  column-count: 2;
}

.gform_page_footer {
  text-align: center;
}

.home-hero {
  position: relative;
}
@media print, screen and (min-width: 64em) {
  .home-hero {
    padding: 150px 0 50px;
  }
}
.home-hero__content {
  background-color: #DAD7CB;
  padding: 30px 0;
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .home-hero__content {
    background-color: transparent;
    color: #fff;
    text-align: left;
    padding: 0;
  }
}
.home-hero__img {
  position: relative;
}
@media print, screen and (min-width: 64em) {
  .home-hero__img {
    position: static;
  }
}
.home-hero__img::before {
  content: "";
  padding-bottom: 60%;
  display: block;
}
@media print, screen and (min-width: 64em) {
  .home-hero__img::before {
    display: none;
  }
}
.home-hero__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  z-index: -2;
}
@media print, screen and (min-width: 64em) {
  .home-hero__img img {
    object-position: center;
  }
}
.home-hero__text {
  font-size: 22px;
  line-height: 1.33;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 64em) {
  .home-hero__text {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 64em) {
  .home-hero__text {
    margin-bottom: 50px;
  }
}
.home-hero__buttons .button + .button {
  margin-left: 15px;
}
@media print, screen and (min-width: 64em) {
  .home-hero__buttons .button + .button {
    margin-left: 25px;
  }
}

.home-intro {
  padding: 35px 0;
}

@media print, screen and (min-width: 64em) {
  .home-promo-blocks {
    display: flex;
  }
}
.home-promo-blocks__item {
  transition: box-shadow 0.25s ease-out;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  padding: 70px 20px;
  text-align: center;
  display: block;
}
@media print, screen and (min-width: 64em) {
  .home-promo-blocks__item {
    width: 33.33%;
    padding: 100px 20px;
  }
}
.home-promo-blocks__item:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}
.home-promo-blocks__item:hover .home-promo-blocks__title {
  text-decoration: underline;
}
.home-promo-blocks__item:hover .home-promo-blocks__img,
.home-promo-blocks__item:hover .home-promo-blocks__icon {
  transform: scale(1.05);
}
.home-promo-blocks__img {
  transition: transform 0.25s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}
.home-promo-blocks__icon {
  transition: transform 0.25s ease-out;
  width: 75px;
  display: inline-block;
  margin-bottom: 10px;
  transform-origin: bottom center;
}
.home-promo-blocks__title {
  color: #A71930;
  font-weight: 900;
  font-size: 30px;
  margin: 0;
  text-transform: uppercase;
}

.home-hunger {
  padding: 45px 0 50px;
  background-color: #BFD5E7;
}
.home-hunger__title {
  text-align: center;
}
.home-hunger__text {
  text-align: center;
  margin: 0 0 40px 0;
}
.home-hunger__block {
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 64em) {
  .home-hunger__block {
    margin-bottom: 0;
  }
  .home-hunger__block:hover .home-hunger__block-icon {
    transform: scale(1.15);
  }
  .home-hunger__block:hover .home-hunger__block-img {
    transform: scale(1.1);
  }
  .home-hunger__block:hover .home-hunger__block-title {
    text-decoration: underline;
  }
}
.home-hunger__block::before {
  content: "";
  display: block;
  padding-bottom: 70%;
}
.home-hunger__block-img {
  transition: transform 0.25s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.home-hunger__block-icon {
  transition: transform 0.25s ease-out;
  margin-bottom: 20px;
}
.home-hunger__block-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
}
.home-hunger__block-title {
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}

.home-impact {
  padding-bottom: 45px;
}
@media print, screen and (min-width: 64em) {
  .home-impact {
    padding: 75px 0;
    position: relative;
  }
}
.home-impact__img {
  position: relative;
  margin-bottom: 35px;
}
@media print, screen and (min-width: 64em) {
  .home-impact__img {
    position: static;
    margin-bottom: 0;
  }
}
.home-impact__img::before {
  content: "";
  display: block;
  padding-bottom: 75%;
}
@media print, screen and (min-width: 64em) {
  .home-impact__img::before {
    display: none;
  }
}
.home-impact__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  z-index: -1;
}
.home-impact__title {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-family: freight-sans-pro, sans-serif;
  font-size: 16px;
  line-height: 1.33;
  font-weight: 700;
  margin-bottom: 1em;
}
.home-impact__text {
  margin-bottom: 10px;
}
.home-impact__numbers {
  margin-bottom: 40px;
}
.home-impact__number {
  font-size: 60px;
  font-weight: 800;
  color: #A71930;
  text-align: center;
  margin-bottom: 5px;
}
.home-impact__number-text {
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  padding: 0 10px;
}
.home-impact__button {
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .home-impact__button {
    text-align: left;
  }
}

.event-category {
  padding-bottom: 30px;
}
@media print, screen and (min-width: 64em) {
  .event-category {
    padding: 112px 0 50px;
  }
}
.event-category__header {
  margin-bottom: 25px;
}
.event-category__title {
  text-align: center;
}
.events-hero {
  position: relative;
  padding-bottom: 30px;
}
@media print, screen and (min-width: 64em) {
  .events-hero {
    padding: 112px 0 50px;
  }
}
.events-hero__img {
  position: relative;
  display: none;
}
@media print, screen and (min-width: 64em) {
  .events-hero__img {
    position: static;
  }
}
.events-hero__img::before {
  content: "";
  padding-bottom: 60%;
  display: block;
}
@media print, screen and (min-width: 64em) {
  .events-hero__img::before {
    display: none;
  }
}
.events-hero__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  z-index: -2;
}
@media print, screen and (min-width: 64em) {
  .events-hero__img img {
    object-position: center;
  }
}
.events-hero__img:first-child {
  display: block;
}
@media print, screen and (min-width: 64em) {
  .events-hero__img {
    display: block;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: -2;
  }
}
@media print, screen and (min-width: 64em) {
  .events-hero__img.active {
    opacity: 1;
    z-index: -1;
  }
}
.events-hero__content {
  background-color: #DAD7CB;
  padding: 5px 0 10px;
  text-align: center;
  position: relative;
}
@media print, screen and (min-width: 64em) {
  .events-hero__content {
    background-color: transparent;
    text-align: left;
    padding: 0;
  }
}
.events-hero__text {
  font-size: 22px;
  line-height: 1.33;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 64em) {
  .events-hero__text {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 64em) {
  .events-hero__text {
    margin-bottom: 50px;
  }
}
.events-hero__buttons .button {
  margin-left: 10px;
  margin-right: 10px;
}
@media print, screen and (min-width: 64em) {
  .events-hero__buttons .button {
    margin-left: 0;
    margin-right: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .events-hero__buttons .button + .button {
    margin-left: 25px;
  }
}

.events-category {
  padding: 60px 0 35px;
}
.events-category--gray {
  background-color: #F5F5F5;
}
.events-category--white {
  background-color: #fff;
}
.events-category__title {
  text-align: center;
  margin-bottom: 0.5em;
}

.events-banner {
  padding: 20px 0 25px;
  text-align: center;
  font-size: 24px;
  line-height: 1.3;
}
@media print, screen and (min-width: 64em) {
  .events-banner {
    padding: 30px 0 35px;
  }
}
.events-banner a {
  color: inherit;
}
.events-banner a:hover {
  text-decoration: underline;
}
.events-banner--red {
  color: #fff;
  background-color: #A71930;
}
.events-banner--blue {
  background-color: rgba(191, 213, 231, 0.9);
}
.events-banner__text > *:last-child {
  margin-bottom: 0;
}

.events-document {
  padding: 40px 0;
}
@media print, screen and (min-width: 64em) {
  .events-document {
    padding: 80px 0;
  }
}
.events-document--white {
  background-color: #fff;
}
.events-document--gray {
  background-color: #f5f5f5;
}
.events-document__img {
  text-align: center;
  margin-bottom: 25px;
}
.events-document__img img {
  width: 350px;
}
.events-document__text {
  margin-bottom: 25px;
}
.events-document__button {
  margin-bottom: 25px;
}
.events-document__thumb {
  width: 50px;
}

.get-help-hero {
  position: relative;
  padding-bottom: 30px;
}
@media print, screen and (min-width: 64em) {
  .get-help-hero {
    padding: 112px 0 50px;
  }
}
@media print, screen and (min-width: 64em) {
  .get-help-hero--white {
    color: #fff;
  }
  .get-help-hero--white .breadcrumbs a {
    color: #fff;
  }
}
.get-help-hero__content {
  background-color: #DAD7CB;
  padding: 5px 0;
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .get-help-hero__content {
    background-color: transparent;
    text-align: left;
    padding: 0;
  }
}
.get-help-hero__img {
  position: relative;
}
@media print, screen and (min-width: 64em) {
  .get-help-hero__img {
    position: static;
  }
}
.get-help-hero__img::before {
  content: "";
  padding-bottom: 60%;
  display: block;
}
@media print, screen and (min-width: 64em) {
  .get-help-hero__img::before {
    display: none;
  }
}
.get-help-hero__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  z-index: -2;
}
@media print, screen and (min-width: 64em) {
  .get-help-hero__img img {
    object-position: center;
  }
}
.get-help-hero__text {
  font-size: 22px;
  line-height: 1.33;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 64em) {
  .get-help-hero__text {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 64em) {
  .get-help-hero__text {
    margin-bottom: 50px;
  }
}
.get-help-hero__blocks {
  padding: 25px 0 0;
}
@media print, screen and (min-width: 64em) {
  .get-help-hero__blocks {
    padding: 0;
  }
}
.get-help-hero__block {
  position: relative;
  overflow: hidden;
  color: #3D3935;
  text-align: center;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 64em) {
  .get-help-hero__block {
    margin-bottom: 0;
  }
}
.get-help-hero__block::before {
  content: "";
  display: block;
  padding-bottom: 90%;
}
@media print, screen and (min-width: 64em) {
  .get-help-hero__block:hover .get-help-hero__block-content {
    transform: translateY(-100%);
  }
  .get-help-hero__block:hover .get-help-hero__block-img {
    transform: scale(1.05);
  }
}
.get-help-hero__block-img {
  transition: transform 0.25s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.get-help-hero__block-title {
  margin: 5px 0;
}
@media print, screen and (min-width: 64em) {
  .get-help-hero__block-title {
    margin: 9px 0;
  }
}
.get-help-hero__block-content {
  transition: transform 0.2s ease-out;
  position: absolute;
  left: 0;
  padding: 15px 20px;
  background-color: rgba(218, 215, 203, 0.9);
  bottom: 0;
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .get-help-hero__block-content {
    bottom: auto;
    transform: translateY(-80px);
    top: 100%;
  }
}
.get-help-hero__block-text {
  margin-bottom: 10px;
  line-height: 1.33;
}
@media print, screen and (min-width: 64em) {
  .get-help-hero__block-text {
    padding-top: 10px;
    margin-bottom: 20px;
  }
}
.get-help-hero__block-link {
  font-weight: bold;
  text-decoration: underline;
}
.get-help-hero__block-link:hover {
  text-decoration: none;
}

.get-help-additional-resources {
  padding: 50px 0;
  background-color: #BFD5E7;
}
.get-help-additional-resources__title {
  text-align: center;
  margin: 0 0 35px 0;
}
.get-help-additional-resources__text {
  margin-bottom: 20px;
}
.get-help-additional-resources__contacts {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 64em) {
  .get-help-additional-resources__contacts {
    flex-wrap: nowrap;
    margin: 0;
  }
}
@media screen and (min-width: 75em) {
  .get-help-additional-resources__contacts {
    gap: 20px;
  }
}
.get-help-additional-resources__contact {
  width: 50%;
  padding: 0 20px;
}
@media print, screen and (min-width: 64em) {
  .get-help-additional-resources__contact {
    width: 25%;
    padding: 0 10px;
  }
}
@media screen and (min-width: 75em) {
  .get-help-additional-resources__contact {
    padding: 0;
  }
}
.get-help-additional-resources__contact a {
  font-weight: 700;
  text-decoration: underline;
}
.get-help-additional-resources__contact a:hover {
  text-decoration: none;
}
.get-help-additional-resources__contact-icon {
  margin-bottom: 20px;
}

.give-hero {
  position: relative;
  padding-bottom: 30px;
}
@media print, screen and (min-width: 64em) {
  .give-hero {
    padding: 112px 0 50px;
  }
}
@media print, screen and (min-width: 64em) {
  .give-hero--white {
    color: #fff;
  }
  .give-hero--white .breadcrumbs a {
    color: #fff;
  }
}
.give-hero__content {
  background-color: #DAD7CB;
  padding: 5px 0;
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .give-hero__content {
    background-color: transparent;
    text-align: left;
    padding: 0;
  }
}
.give-hero__img {
  position: relative;
}
@media print, screen and (min-width: 64em) {
  .give-hero__img {
    position: static;
  }
}
.give-hero__img::before {
  content: "";
  padding-bottom: 60%;
  display: block;
}
@media print, screen and (min-width: 64em) {
  .give-hero__img::before {
    display: none;
  }
}
.give-hero__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  z-index: -2;
}
@media print, screen and (min-width: 64em) {
  .give-hero__img img {
    object-position: center;
  }
}
@media print, screen and (min-width: 64em) {
  .give-hero__img img {
    object-position: center right;
  }
}
.give-hero__text {
  font-size: 22px;
  line-height: 1.33;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 64em) {
  .give-hero__text {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 64em) {
  .give-hero__text {
    margin-bottom: 50px;
  }
}
.give-hero__blocks {
  padding-top: 25px;
}
@media print, screen and (min-width: 64em) {
  .give-hero__blocks {
    padding-top: 0;
  }
}
.give-hero__block {
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .give-hero__block {
    margin-bottom: 0;
  }
  .give-hero__block:hover .give-hero__block-content {
    transform: translateY(-100%);
  }
  .give-hero__block:hover .give-hero__block-img {
    transform: scale(1.05);
  }
}
.give-hero__block::before {
  content: "";
  display: block;
  padding-bottom: 90%;
}
.give-hero__block-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.give-hero__block-title {
  margin: 0;
}
.give-hero__block-icon {
  height: 25px;
  width: auto;
  margin: -4px 2px 0 0;
}
.give-hero__block-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background-color: rgba(218, 215, 203, 0.9);
}
@media print, screen and (min-width: 64em) {
  .give-hero__block-content {
    transition: transform 0.2s ease-out;
    top: 100%;
    padding: 32px 20px;
    bottom: auto;
    transform: translateY(-95px);
  }
}
.give-hero__block-text {
  padding: 25px 20px;
  color: #3D3935;
  line-height: 1.33;
}
.give-hero__block-link {
  font-weight: 700;
}
.give-hero__block-link:hover {
  text-decoration: underline;
}

.give-time-hero {
  position: relative;
  padding-bottom: 30px;
}
@media print, screen and (min-width: 64em) {
  .give-time-hero {
    padding: 112px 0 50px;
  }
}
@media print, screen and (min-width: 64em) {
  .give-time-hero--white {
    color: #fff;
  }
  .give-time-hero--white .breadcrumbs a {
    color: #fff;
  }
}
.give-time-hero__content {
  background-color: #DAD7CB;
  padding: 5px 0 30px;
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .give-time-hero__content {
    background-color: transparent;
    text-align: left;
    padding: 0;
  }
}
.give-time-hero__img {
  position: relative;
}
@media print, screen and (min-width: 64em) {
  .give-time-hero__img {
    position: static;
  }
}
.give-time-hero__img::before {
  content: "";
  padding-bottom: 60%;
  display: block;
}
@media print, screen and (min-width: 64em) {
  .give-time-hero__img::before {
    display: none;
  }
}
.give-time-hero__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  z-index: -2;
}
@media print, screen and (min-width: 64em) {
  .give-time-hero__img img {
    object-position: center;
  }
}
@media print, screen and (min-width: 64em) {
  .give-time-hero__img img {
    object-position: top center;
  }
}
.give-time-hero__text {
  font-size: 22px;
  line-height: 1.33;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 64em) {
  .give-time-hero__text {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 64em) {
  .give-time-hero__text {
    margin-bottom: 50px;
  }
}
.give-time-hero .button {
  margin: 0;
}

.give-time-opportunity {
  padding-bottom: 30px;
}
@media print, screen and (min-width: 64em) {
  .give-time-opportunity {
    padding: 112px 0 50px;
  }
}
.give-time-opportunity__header {
  margin-bottom: 30px;
}
.give-time-opportunity__subtitle {
  font-size: 22px;
  line-height: 1.33;
  font-weight: 500;
}
@media print, screen and (min-width: 64em) {
  .give-time-opportunity__subtitle {
    font-size: 24px;
  }
}
.give-time-opportunity__image {
  margin-bottom: 25px;
}
.give-food-hero {
  position: relative;
  padding-bottom: 30px;
}
@media print, screen and (min-width: 64em) {
  .give-food-hero {
    padding: 112px 0 50px;
  }
}
@media print, screen and (min-width: 64em) {
  .give-food-hero {
    min-height: 500px;
  }
}
@media print, screen and (min-width: 64em) {
  .give-food-hero--white {
    color: #fff;
  }
  .give-food-hero--white .breadcrumbs a {
    color: #fff;
  }
}
.give-food-hero__content {
  background-color: #DAD7CB;
  padding: 5px 0;
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .give-food-hero__content {
    background-color: transparent;
    text-align: left;
    padding: 0;
  }
}
.give-food-hero__img {
  position: relative;
}
@media print, screen and (min-width: 64em) {
  .give-food-hero__img {
    position: static;
  }
}
.give-food-hero__img::before {
  content: "";
  padding-bottom: 60%;
  display: block;
}
@media print, screen and (min-width: 64em) {
  .give-food-hero__img::before {
    display: none;
  }
}
.give-food-hero__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  z-index: -2;
}
@media print, screen and (min-width: 64em) {
  .give-food-hero__img img {
    object-position: center;
  }
}
@media print, screen and (min-width: 64em) {
  .give-food-hero__img img {
    object-position: top center;
  }
}
.give-food-hero__text {
  font-size: 22px;
  line-height: 1.33;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 64em) {
  .give-food-hero__text {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 64em) {
  .give-food-hero__text {
    margin-bottom: 50px;
  }
}

.give-food-locations {
  padding: 40px 0;
}
@media print, screen and (min-width: 64em) {
  .give-food-locations {
    padding: 80px 0;
  }
}
.give-food-locations__title {
  text-align: center;
  margin: 0 0 35px 0;
}
@media print, screen and (min-width: 64em) {
  .give-food-locations__title {
    margin: 0 0 50px 0;
  }
}
.give-food-locations__subtitle {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-family: freight-sans-pro, sans-serif;
  font-size: 16px;
  line-height: 1.33;
  font-weight: 700;
  margin-bottom: 1em;
}
.give-food-locations__additional {
  margin: 30px 0;
}
.give-food-locations__item {
  margin-bottom: 35px;
}
@media print, screen and (min-width: 64em) {
  .give-food-locations__item {
    margin-bottom: 50px;
  }
}
.give-food-locations__item address {
  font-style: normal;
  font-weight: bold;
  color: #A71930;
  margin: 5px 0;
}
.give-food-locations__item address a:hover {
  text-decoration: underline;
}

.give-money-hero {
  position: relative;
  padding-bottom: 30px;
  color: #fff;
}
@media print, screen and (min-width: 64em) {
  .give-money-hero {
    padding: 112px 0 50px;
  }
}
.give-money-hero .breadcrumbs a {
  color: #fff;
}
@media print, screen and (min-width: 64em) {
  .give-money-hero {
    padding-bottom: 0;
  }
}
.give-money-hero__img {
  position: relative;
}
@media print, screen and (min-width: 64em) {
  .give-money-hero__img {
    position: static;
  }
}
.give-money-hero__img::before {
  content: "";
  padding-bottom: 60%;
  display: block;
}
@media print, screen and (min-width: 64em) {
  .give-money-hero__img::before {
    display: none;
  }
}
.give-money-hero__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  z-index: -2;
}
@media print, screen and (min-width: 64em) {
  .give-money-hero__img img {
    object-position: center;
  }
}
@media print, screen and (min-width: 64em) {
  .give-money-hero__img img {
    object-position: top center;
  }
}
.give-money-hero__content {
  background-color: #A71930;
  padding: 10px 0 30px;
}
@media print, screen and (min-width: 64em) {
  .give-money-hero__content {
    background-color: transparent;
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .give-money-hero__wrapper {
    background-color: #A71930;
    padding: 30px 40px 40px;
    position: relative;
    margin-bottom: -45px;
    z-index: 1;
  }
}
.give-money-hero__text {
  font-size: 22px;
  line-height: 1.33;
  margin-bottom: 35px;
}
@media print, screen and (min-width: 64em) {
  .give-money-hero__text {
    font-size: 24px;
  }
}
.give-money-hero__note {
  line-height: 1.5;
}
.give-money-hero__note > *:last-child {
  margin-bottom: 0;
}
.give-money-hero__note a {
  color: white;
}
.give-money-hero__note a:hover {
  text-decoration: underline;
}
.give-money-hero .donation-form input[type=radio] {
  display: none;
}
.give-money-hero .donation-form .donate-form-note {
  font-size: 16px;
  font-style: italic;
  line-height: 1.33;
  margin-bottom: 2em;
}
.give-money-hero .donation-form .form-check-label {
  display: block;
  font-weight: 700;
  width: 100%;
  border: 2px solid #fff;
  color: #fff;
  text-align: center;
  border-radius: 22.5px;
  padding: 0.385em 1.5em;
  margin: 0 0 15px 0;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background-color: #A71930;
}
.give-money-hero .donation-form input:checked + .form-check-label {
  background-color: #fff;
  color: #A71930;
}
.give-money-hero .donation-form input[type=text] {
  border-color: #fff;
}
.give-money-hero .donation-form .button {
  background-color: #fff;
  color: #A71930;
  width: 100%;
}
.give-money-hero .donate-form-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
}
.give-money-hero .donate-form-grid--radio {
  margin-bottom: 15px;
}
.give-money-hero .donate-form-grid--donate-type {
  background-color: #fff;
  border-radius: 22.5px;
}
.give-money-hero .donate-form-grid--donate-type .form-check-label {
  margin: 0;
  background-color: #fff;
  color: #A71930;
}
.give-money-hero .donate-form-grid--donate-type input:checked + .form-check-label {
  background-color: #A71930;
  color: #fff;
}
.give-money-hero .donate-form-grid .donate-form-cell {
  width: 48%;
}

.give-money-post-hero {
  padding: 25px 0 20px;
}
@media print, screen and (min-width: 64em) {
  .give-money-post-hero {
    padding: 50px 0 45px;
  }
}
.give-money-post-hero__content {
  font-size: 22px;
  line-height: 1.33;
}
@media print, screen and (min-width: 64em) {
  .give-money-post-hero__content {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 64em) {
  .give-money-post-hero__content {
    padding-top: 40px;
  }
}
.give-money-post-hero__images {
  display: flex;
  justify-content: center;
  gap: 15px;
}
@media print, screen and (min-width: 64em) {
  .give-money-post-hero__images {
    gap: 50px;
  }
}

.give-money-promo-blocks {
  background-color: #BFD5E7;
  padding: 35px 0 10px;
}
@media print, screen and (min-width: 64em) {
  .give-money-promo-blocks {
    padding: 50px 0;
  }
}
.give-money-promo-blocks__content {
  text-align: center;
  margin-bottom: 35px;
}
@media print, screen and (min-width: 64em) {
  .give-money-promo-blocks__content {
    margin-bottom: 50px;
  }
}
.give-money-promo-blocks__item {
  position: relative;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 64em) {
  .give-money-promo-blocks__item {
    margin-bottom: 0;
  }
}
.give-money-promo-blocks__item::before {
  content: "";
  display: block;
  padding-bottom: 90%;
}
.give-money-promo-blocks__item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.give-money-promo-blocks__item-icon {
  height: 40px;
  width: auto;
  margin: -8px 5px 0 0;
}
.give-money-promo-blocks__item-title {
  text-align: center;
  margin: 0;
}
.give-money-promo-blocks__item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 21px 20px 19px;
  background-color: rgba(218, 215, 203, 0.9);
}

.give-money-promo-card {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .give-money-promo-card:hover .give-money-promo-card__content {
    transform: translateY(-99%);
  }
  .give-money-promo-card:hover .give-money-promo-card__image {
    transform: scale(1.05);
  }
  .give-money-promo-card:hover .give-money-promo-card__title {
    text-decoration: underline;
  }
}
.give-money-promo-card::before {
  content: "";
  display: block;
  padding-bottom: 90%;
}
.give-money-promo-card__icon {
  height: 40px;
  width: auto;
  margin: -8px 5px 0 0;
}
.give-money-promo-card__image {
  transition: transform 0.25s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.give-money-promo-card__title {
  color: #A71930;
  margin: 0;
}
.give-money-promo-card__header {
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .give-money-promo-card__header {
    min-height: 67px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.give-money-promo-card__content {
  padding: 10px 20px 20px;
  background-color: rgba(218, 215, 203, 0.9);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .give-money-promo-card__content {
    transition: transform 0.2s ease-out;
    top: 100%;
    bottom: auto;
    transform: translateY(-90px);
  }
}
.give-money-promo-card__content--alt {
  background-color: rgba(191, 213, 231, 0.9);
}
.give-money-promo-card__text {
  padding-top: 15px;
  margin-bottom: 10px;
  line-height: 1.33;
}
@media print, screen and (min-width: 64em) {
  .give-money-promo-card__text {
    margin-bottom: 20px;
  }
}
.give-money-promo-card__link {
  font-weight: 700;
}
.give-money-promo-card__link:hover {
  text-decoration: underline;
}

.summer-food-hero {
  position: relative;
  padding-bottom: 30px;
}
@media print, screen and (min-width: 64em) {
  .summer-food-hero {
    padding: 112px 0 50px;
  }
}
@media print, screen and (min-width: 64em) {
  .summer-food-hero {
    min-height: 500px;
  }
}
@media print, screen and (min-width: 64em) {
  .summer-food-hero--white {
    color: #fff;
  }
  .summer-food-hero--white .breadcrumbs a {
    color: #fff;
  }
}
.summer-food-hero__content {
  background-color: #DAD7CB;
  padding: 5px 0;
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .summer-food-hero__content {
    background-color: transparent;
    text-align: left;
    padding: 0;
  }
}
.summer-food-hero__img {
  position: relative;
}
@media print, screen and (min-width: 64em) {
  .summer-food-hero__img {
    position: static;
  }
}
.summer-food-hero__img::before {
  content: "";
  padding-bottom: 60%;
  display: block;
}
@media print, screen and (min-width: 64em) {
  .summer-food-hero__img::before {
    display: none;
  }
}
.summer-food-hero__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  z-index: -2;
}
@media print, screen and (min-width: 64em) {
  .summer-food-hero__img img {
    object-position: center;
  }
}
@media print, screen and (min-width: 64em) {
  .summer-food-hero__img img {
    object-position: top center;
  }
}
.summer-food-hero__text {
  font-size: 22px;
  line-height: 1.33;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 64em) {
  .summer-food-hero__text {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 64em) {
  .summer-food-hero__text {
    margin-bottom: 50px;
  }
}

.how-we-help-hero {
  position: relative;
  padding-bottom: 30px;
}
@media print, screen and (min-width: 64em) {
  .how-we-help-hero {
    padding: 112px 0 50px;
  }
}
@media print, screen and (min-width: 64em) {
  .how-we-help-hero--white {
    color: #fff;
  }
  .how-we-help-hero--white .breadcrumbs a {
    color: #fff;
  }
}
.how-we-help-hero__content {
  background-color: #DAD7CB;
  padding: 5px 0 20px;
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .how-we-help-hero__content {
    background-color: transparent;
    text-align: left;
    padding: 0;
  }
}
.how-we-help-hero__img {
  position: relative;
}
@media print, screen and (min-width: 64em) {
  .how-we-help-hero__img {
    position: static;
  }
}
.how-we-help-hero__img::before {
  content: "";
  padding-bottom: 60%;
  display: block;
}
@media print, screen and (min-width: 64em) {
  .how-we-help-hero__img::before {
    display: none;
  }
}
.how-we-help-hero__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  z-index: -2;
}
@media print, screen and (min-width: 64em) {
  .how-we-help-hero__img img {
    object-position: center;
  }
}
@media print, screen and (min-width: 64em) {
  .how-we-help-hero__img img {
    object-position: top center;
  }
}
.how-we-help-hero__text {
  font-size: 22px;
  line-height: 1.33;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 64em) {
  .how-we-help-hero__text {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 64em) {
  .how-we-help-hero__text {
    margin-bottom: 50px;
  }
}

.end-childhood-hunger {
  padding: 35px 0;
  background-color: #F5F5F5;
}
@media print, screen and (min-width: 64em) {
  .end-childhood-hunger {
    padding: 50px 0;
  }
}
.end-childhood-hunger__title {
  text-align: center;
}
.end-childhood-hunger__text {
  font-size: 22px;
  line-height: 1.33;
  margin-bottom: 30px;
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .end-childhood-hunger__text {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 64em) {
  .end-childhood-hunger__text {
    margin-bottom: 50px;
  }
}
.end-childhood-hunger__note {
  border: 2px solid #3D3935;
  border-radius: 5px;
  max-width: 365px;
  margin: 0 auto 15px;
  padding: 5px 10px;
  text-align: center;
  font-size: 18px;
  line-height: 1.3;
}
.end-childhood-hunger__note > *:last-child {
  margin: 0;
}
.end-childhood-hunger__note strong {
  color: #A71930;
}

.food-box-programs {
  padding: 35px 0;
}
@media print, screen and (min-width: 64em) {
  .food-box-programs {
    padding: 50px 0;
  }
}
.food-box-programs__title {
  text-align: center;
}
.food-box-programs__text {
  font-size: 22px;
  line-height: 1.33;
  margin-bottom: 30px;
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .food-box-programs__text {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 64em) {
  .food-box-programs__text {
    margin-bottom: 50px;
  }
}

.how-we-help-carousel {
  padding: 25px 0;
  background-color: #BFD5E7;
}
@media print, screen and (min-width: 64em) {
  .how-we-help-carousel {
    padding: 50px 0;
  }
}
.how-we-help-carousel__pre-title {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-family: freight-sans-pro, sans-serif;
  font-size: 16px;
  line-height: 1.33;
  font-weight: 700;
  margin-bottom: 1em;
  margin-bottom: 25px;
}
.how-we-help-carousel__image {
  margin-bottom: 25px;
}
.how-we-help-carousel__title {
  margin-bottom: 25px;
}
.how-we-help-carousel__text {
  margin-bottom: 1.5em;
}
.how-we-help-carousel .button {
  margin: 0;
}

.about-us-hero {
  position: relative;
  padding-bottom: 30px;
}
@media print, screen and (min-width: 64em) {
  .about-us-hero {
    padding: 112px 0 50px;
  }
}
@media print, screen and (min-width: 64em) {
  .about-us-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: -1;
  }
}
.about-us-hero + .facility-locations {
  padding-top: 120px;
}
@media print, screen and (min-width: 64em) {
  .about-us-hero--white {
    color: #fff;
  }
  .about-us-hero--white .breadcrumbs a {
    color: #fff;
  }
}
.about-us-hero__background {
  position: relative;
}
@media print, screen and (min-width: 64em) {
  .about-us-hero__background {
    position: static;
  }
}
.about-us-hero__background::before {
  content: "";
  padding-bottom: 60%;
  display: block;
}
@media print, screen and (min-width: 64em) {
  .about-us-hero__background::before {
    display: none;
  }
}
.about-us-hero__background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  z-index: -2;
}
@media print, screen and (min-width: 64em) {
  .about-us-hero__background img {
    object-position: center;
  }
}
.about-us-hero__content {
  background-color: #DAD7CB;
  padding: 5px 0 30px;
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .about-us-hero__content {
    background-color: transparent;
    text-align: left;
    padding: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .about-us-hero__img {
    position: relative;
    height: 100%;
  }
  .about-us-hero__img img {
    position: absolute;
    bottom: -25%;
    max-height: 125%;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.about-us-hero__text {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 64em) {
  .about-us-hero__text {
    margin-bottom: 0;
  }
}
.about-us-hero__text > *:first-child {
  font-size: 22px;
  line-height: 1.33;
  margin-bottom: 30px;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 64em) {
  .about-us-hero__text > *:first-child {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 64em) {
  .about-us-hero__text > *:first-child {
    margin-bottom: 50px;
  }
}
.about-us-hero__text > *:last-child {
  margin-bottom: 0;
}

.careers-header {
  padding-bottom: 30px;
}
@media print, screen and (min-width: 64em) {
  .careers-header {
    padding: 112px 0 50px;
  }
}
.careers-header__title {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 64em) {
  .careers-header__title {
    margin-bottom: 50px;
  }
}
.careers-header__img {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 64em) {
  .careers-header__img {
    margin-right: 15px;
  }
}
.careers-header__text {
  font-size: 22px;
  line-height: 1.33;
  margin-bottom: 1em;
  padding-left: 15px;
}
@media print, screen and (min-width: 64em) {
  .careers-header__text {
    font-size: 24px;
  }
}

@media print, screen and (min-width: 64em) {
  .news-header {
    padding: 112px 0 0;
  }
}
.news-header__title {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 64em) {
  .news-header__title {
    margin-bottom: 50px;
  }
}

.news-latest-post {
  margin-bottom: 50px;
}
.news-latest-post__image {
  margin-bottom: 25px;
}
.news-latest-post__pre-title {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-family: freight-sans-pro, sans-serif;
  font-size: 16px;
  line-height: 1.33;
  font-weight: 700;
  margin-bottom: 1em;
  margin-bottom: 10px;
}
.news-latest-post__meta {
  line-height: 1.2;
  margin-bottom: 1em;
}
.news-latest-post__meta a:hover {
  text-decoration: underline;
}
.news-latest-post__date {
  border-right: 1px solid;
  margin-right: 10px;
  padding-right: 11px;
  display: inline-block;
}

.news-filters {
  margin-bottom: 30px;
}
.news-filters-container {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 64em) {
  .news-filters-container {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
  }
}
.news-filters-container select {
  border: 2px solid #A71930;
}
@media print, screen and (min-width: 64em) {
  .news-filters-container select {
    margin: 0;
  }
}

.news-latest-posts {
  margin-bottom: 25px;
}
.news-latest-posts__title {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-family: freight-sans-pro, sans-serif;
  font-size: 16px;
  line-height: 1.33;
  font-weight: 700;
  margin-bottom: 1em;
}

.news-category {
  padding-bottom: 30px;
}
@media print, screen and (min-width: 64em) {
  .news-category {
    padding: 112px 0 50px;
  }
}
.news-category__header {
  margin-bottom: 25px;
}
.news-category__title {
  text-align: center;
}
.news-pagination {
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .news-pagination {
    padding-top: 40px;
  }
}
.news-pagination .page-numbers {
  margin: 0 10px;
  font-weight: bold;
}
.news-pagination .page-numbers.current {
  font-weight: normal;
}

.facility-header {
  padding-bottom: 30px;
}
@media print, screen and (min-width: 64em) {
  .facility-header {
    padding: 112px 0 50px;
  }
}
.facility-header__title {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 64em) {
  .facility-header__title {
    margin-bottom: 50px;
  }
}
.facility-header__image {
  margin-bottom: 25px;
}
.facility-header__intro {
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .facility-header__intro {
    text-align: left;
  }
}
.facility-header__logo {
  text-align: center;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 64em) {
  .facility-header__logo {
    text-align: left;
  }
}
.facility-header__info {
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  padding: 25px 35px;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 64em) {
  .facility-header__info {
    flex-direction: row;
    text-align: left;
    margin-bottom: 0;
  }
}

.facility-two-content-blocks {
  text-align: center;
  position: relative;
  background-color: #F5F5F5;
}
@media print, screen and (min-width: 64em) {
  .facility-two-content-blocks {
    background: linear-gradient(to right, var(--color1, white) 50%, var(--color2, white) 50%);
  }
  .facility-two-content-blocks--bg-left-grey {
    --color1: #F5F5F5;
  }
  .facility-two-content-blocks--bg-right-grey {
    --color2: #F5F5F5;
  }
}
.facility-two-content-blocks__title {
  margin-bottom: 35px;
}
.facility-two-content-blocks__text {
  margin-bottom: 35px;
}
.facility-two-content-blocks__content {
  font-size: 22px;
  line-height: 1.33;
  padding: 25px 0;
}
@media print, screen and (min-width: 64em) {
  .facility-two-content-blocks__content {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 64em) {
  .facility-two-content-blocks__content {
    padding: 80px 0 70px;
  }
  .facility-two-content-blocks__content--first {
    padding-right: 40px;
  }
  .facility-two-content-blocks__content--second {
    padding-left: 40px;
  }
}

.faq-header {
  padding-bottom: 30px;
}
@media print, screen and (min-width: 64em) {
  .faq-header {
    padding: 112px 0 50px;
  }
}
.faq-header__title {
  text-align: center;
}
.faq-header__text {
  font-size: 22px;
  line-height: 1.33;
  text-align: center;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 64em) {
  .faq-header__text {
    font-size: 24px;
  }
}
.faq-header__buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.faq-list {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 64em) {
  .faq-list--block dl {
    max-width: 710px;
    margin-left: auto;
    margin-right: auto;
  }
}
.faq-list dl dt {
  font-size: 22px;
  margin: 0;
  line-height: 1.33;
  color: #A71930;
  font-weight: 500;
  padding: 8px 35px 12px 0;
  position: relative;
}
@media print, screen and (min-width: 64em) {
  .faq-list dl dt {
    font-size: 24px;
  }
}
.faq-list dl dt::before {
  content: "";
  position: absolute;
  right: 0;
  top: 24px;
  width: 21px;
  border-top: 3px solid #A71930;
}
.faq-list dl dt::after {
  content: "";
  position: absolute;
  right: 9px;
  top: 15px;
  height: 21px;
  border-left: 3px solid #A71930;
}
.faq-list dl dt.expanded::after {
  display: none;
}
.faq-list dl dt.expanded + dd {
  display: block;
}
.faq-list dl dd {
  display: none;
}
.faq-list dl dd + dt {
  border-top: 1px solid #000;
}
.faq-list dl dd a {
  text-decoration: underline;
}
.faq-list dl dd a:hover {
  text-decoration: none;
}

.financial-info-content {
  margin: 0 0 50px 0;
}

.transparency-accountability {
  padding: 35px 0;
  background-color: #f5f5f5;
}
@media print, screen and (min-width: 64em) {
  .transparency-accountability {
    padding: 70px 0;
  }
}
.transparency-accountability a {
  text-decoration: underline;
}
.transparency-accountability a:hover {
  text-decoration: none;
}
.transparency-accountability__image {
  max-width: 225px;
  margin: 0 auto 25px;
}

.financial-info-reports {
  padding: 60px 0 55px;
  color: #fff;
  text-align: center;
  background-color: #A71930;
}
.financial-info-reports .financial-info-report__icon {
  max-height: 55px;
  position: relative;
  margin-bottom: 5px;
}
.financial-info-reports .financial-info-report__icon::before {
  content: "";
  padding-bottom: 55px;
  display: block;
}
.financial-info-reports .financial-info-report__icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  max-height: 100%;
  width: auto;
}
.financial-info-reports .financial-info-report__title {
  font-size: 24px;
  font-weight: bold;
}
.financial-info-reports .financial-info-report a {
  color: inherit;
  text-decoration: underline;
}
.financial-info-reports .financial-info-report a:hover {
  text-decoration: none;
}

.financial-info-two-columns {
  padding: 25px 0;
  font-size: 22px;
  line-height: 1.33;
}
@media print, screen and (min-width: 64em) {
  .financial-info-two-columns {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 64em) {
  .financial-info-two-columns {
    padding: 70px 0;
  }
}
.financial-info-two-columns__content {
  margin-bottom: 25px;
}

.food-drive-registration-header {
  padding-bottom: 30px;
}
@media print, screen and (min-width: 64em) {
  .food-drive-registration-header {
    padding: 112px 0 50px;
  }
}
.food-drive-registration-header__title {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 64em) {
  .food-drive-registration-header__title {
    margin-bottom: 50px;
  }
}
.food-drive-registration-header__image {
  margin-bottom: 25px;
}
.food-drive-registration-form-selection {
  background-color: #F5F5F5;
  padding: 25px 0;
}
@media print, screen and (min-width: 64em) {
  .food-drive-registration-form-selection {
    padding: 45px 0 50px;
  }
}
.food-drive-registration-form-selection__title {
  text-align: center;
  margin-bottom: 1em;
}
.food-drive-registration-form-selection__cards {
  margin-bottom: 35px;
}
.food-drive-registration-form-selection__card {
  transition: box-shadow 0.3s ease;
  text-align: center;
  padding: 30px 35px 25px;
  background: #FFF;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 64em) {
  .food-drive-registration-form-selection__card {
    height: 100%;
  }
  .food-drive-registration-form-selection__card:hover {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  }
  .food-drive-registration-form-selection__card:hover h3 {
    text-decoration: underline;
  }
}
.food-drive-registration-form-selection__card-icon {
  position: relative;
  height: 70px;
  margin-bottom: 15px;
}
.food-drive-registration-form-selection__card-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: contain;
  transform: translate3d(-50%, -50%, 0);
}
.food-drive-registration-form-selection__card h3 {
  color: #A71930;
  margin-bottom: 0.5em;
}
@media print, screen and (min-width: 64em) {
  .food-drive-registration-form-selection__card h3 {
    margin: 0 25px;
  }
}
.food-drive-registration-form-selection__card p {
  font-size: 22px;
  line-height: 1.33;
  margin: 0;
}
@media print, screen and (min-width: 64em) {
  .food-drive-registration-form-selection__card p {
    font-size: 24px;
  }
}
.food-drive-registration-form-selection__note {
  text-align: center;
  margin-bottom: 20px;
}

.food-drive-registration-form {
  display: none;
  padding: 25px 0;
}
.food-drive-registration-form.active {
  display: block;
}
@media print, screen and (min-width: 64em) {
  .food-drive-registration-form {
    padding: 50px 0;
  }
}
.food-drive-registration-form__title {
  text-align: center;
}
.food-drive-registration-form .gfield_description {
  font-size: inherit !important;
}
.food-drive-registration-form .gpnf-nested-entries {
  margin-bottom: 20px;
}
.food-drive-registration-form .gpnf-add-entry {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  border: 2px solid transparent;
  border-radius: 22.5px;
  transition: background-color 0.25s ease-out, border-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  padding: 0.77em 1.5em 0.82em;
  width: 100%;
}
[data-whatinput=mouse] .food-drive-registration-form .gpnf-add-entry {
  outline: 0;
}
.food-drive-registration-form .gpnf-add-entry, .food-drive-registration-form .gpnf-add-entry.disabled, .food-drive-registration-form .gpnf-add-entry[disabled], .food-drive-registration-form .gpnf-add-entry.disabled:hover, .food-drive-registration-form .gpnf-add-entry[disabled]:hover, .food-drive-registration-form .gpnf-add-entry.disabled:focus, .food-drive-registration-form .gpnf-add-entry[disabled]:focus {
  background-color: #A71930;
  color: #fefefe;
}
.food-drive-registration-form .gpnf-add-entry:hover, .food-drive-registration-form .gpnf-add-entry:focus {
  background-color: #D2474B;
  color: #fefefe;
}
.food-drive-registration-form .gpnf-add-entry:hover {
  border-color: #D2474B;
}

.gpnf-modal .gpnf-modal-header {
  background-color: #A71930 !important;
}
.gpnf-modal .gpnf-btn-cancel,
.gpnf-modal .gpnf-btn-cancel-mobile {
  display: none;
}
.gpnf-modal button.gpnf-btn-submit {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  border: 2px solid transparent;
  border-radius: 22.5px;
  transition: background-color 0.25s ease-out, border-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  padding: 0.77em 1.5em 0.82em;
  position: relative;
  text-indent: -9999px;
  width: 120px;
}
[data-whatinput=mouse] .gpnf-modal button.gpnf-btn-submit {
  outline: 0;
}
.gpnf-modal button.gpnf-btn-submit, .gpnf-modal button.gpnf-btn-submit.disabled, .gpnf-modal button.gpnf-btn-submit[disabled], .gpnf-modal button.gpnf-btn-submit.disabled:hover, .gpnf-modal button.gpnf-btn-submit[disabled]:hover, .gpnf-modal button.gpnf-btn-submit.disabled:focus, .gpnf-modal button.gpnf-btn-submit[disabled]:focus {
  background-color: #A71930;
  color: #fefefe;
}
.gpnf-modal button.gpnf-btn-submit:hover, .gpnf-modal button.gpnf-btn-submit:focus {
  background-color: #D2474B;
  color: #fefefe;
}
.gpnf-modal button.gpnf-btn-submit:after {
  content: "Submit";
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-indent: 0;
}
.gpnf-modal button.gpnf-btn-submit:hover {
  border-color: #D2474B;
}

.food-box-program-header {
  padding-bottom: 30px;
}
@media print, screen and (min-width: 64em) {
  .food-box-program-header {
    padding: 112px 0 50px;
  }
}
.food-box-program-header + .food-box-programs {
  padding-top: 0;
}
.food-box-program-header__title {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 64em) {
  .food-box-program-header__title {
    margin-bottom: 50px;
  }
}
.food-box-program-header__image {
  margin-bottom: 25px;
}
.food-box-program-header__content {
  margin-bottom: 25px;
}

.food-box-program-sign-up {
  background-color: #F5F5F5;
  padding: 30px 0 40px;
}
@media print, screen and (min-width: 64em) {
  .food-box-program-sign-up {
    padding: 50px 0 70px;
  }
}
.food-box-program-sign-up__title {
  text-align: center;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 64em) {
  .food-box-program-sign-up__title {
    margin-bottom: 40px;
  }
}
.food-box-program-sign-up__title img {
  margin-right: 10px;
  max-height: 35px;
}
@media print, screen and (min-width: 64em) {
  .food-box-program-sign-up__title img {
    max-height: 50px;
    margin-top: -7px;
  }
}
.food-box-program-sign-up__text {
  padding: 15px 0;
}
@media screen and (min-width: 75em) {
  .food-box-program-sign-up__text {
    padding: 30px 0;
  }
}

.food-box-program-income-chart {
  padding: 30px 0;
}
@media print, screen and (min-width: 64em) {
  .food-box-program-income-chart {
    padding: 70px 0;
  }
}
.food-box-program-income-chart__title {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-family: freight-sans-pro, sans-serif;
  font-size: 16px;
  line-height: 1.33;
  font-weight: 700;
  margin-bottom: 1em;
}
.food-box-program-income-chart__content-1 {
  font-size: 18px;
  line-height: 1.33;
}
@media print, screen and (min-width: 64em) {
  .food-box-program-income-chart__content-1 {
    padding-right: 10px;
    font-size: 24px;
  }
}
.food-box-program-income-chart__content-1 table {
  width: 100%;
  text-align: center;
  border: none;
  margin: 0 0 25px 0;
}
.food-box-program-income-chart__content-1 table th {
  background-color: #DAD7CB;
}
.food-box-program-income-chart__content-1 table td {
  background-color: #EDEDED;
  width: 50%;
}
.food-box-program-income-chart__content-1 table thead tr:first-child th {
  background-color: #BFD5E7;
}
.food-box-program-income-chart__content-1 table th, .food-box-program-income-chart__content-1 table td {
  border: 1px solid #fff;
  padding: 7px 10px 9px;
}
.food-box-program-income-chart__content-2 {
  font-size: 22px;
  line-height: 1.33;
}
@media print, screen and (min-width: 64em) {
  .food-box-program-income-chart__content-2 {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 64em) {
  .food-box-program-income-chart__content-2 {
    padding-left: 10px;
  }
}

.food-box-program-how-to-apply {
  background-color: #F5F5F5;
  position: relative;
}
.food-box-program-how-to-apply__text {
  padding: 30px 0;
}
@media screen and (min-width: 75em) {
  .food-box-program-how-to-apply__text {
    padding: 50px 50px 50px 0;
  }
}
@media print, screen and (min-width: 64em) {
  .food-box-program-how-to-apply__image img {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    z-index: 1;
  }
}

.food-box-program-faq {
  background-color: #DAD7CB;
  padding: 25px 0;
}
@media print, screen and (min-width: 64em) {
  .food-box-program-faq {
    padding: 50px 0;
  }
}
.food-box-program-faq__title {
  text-align: center;
  margin-bottom: 40px;
}
.food-box-program-faq__title img {
  margin-right: 10px;
  max-height: 50px;
  margin-top: -7px;
}
.food-box-program-faq__subtitle {
  text-align: center;
}
.food-box-program-faq .faq-list {
  margin-bottom: 0;
}

.food-box-program-contacts {
  padding: 30px 0;
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .food-box-program-contacts {
    padding: 50px 0;
  }
}
.food-box-program-contacts__title {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 64em) {
  .food-box-program-contacts__title {
    margin-bottom: 40px;
  }
}
.food-box-program-contacts__block {
  max-width: 250px;
  margin: 0 auto 25px;
}
.food-box-program-contacts__block-icon {
  position: relative;
  max-width: 70px;
  margin: 0 auto 15px;
}
.food-box-program-contacts__block-icon::before {
  content: "";
  display: block;
  padding-bottom: 50px;
}
.food-box-program-contacts__block-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.food-box-program-contacts__block a:hover {
  text-decoration: underline;
}

.csfp-header {
  padding-bottom: 30px;
}
@media print, screen and (min-width: 64em) {
  .csfp-header {
    padding: 112px 0 50px;
  }
}
.csfp-header + .food-box-programs {
  padding-top: 0;
}
.csfp-header__title {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 64em) {
  .csfp-header__title {
    margin-bottom: 50px;
  }
}
.csfp-header__media {
  margin-bottom: 25px;
}
.csfp-header__media iframe {
  width: 100%;
  margin-bottom: 20px;
}
.csfp-header__content {
  margin-bottom: 25px;
}

.csfp-sign-up {
  background-color: #BFD5E7;
  padding: 30px 0 40px;
}
@media print, screen and (min-width: 64em) {
  .csfp-sign-up {
    padding: 50px 0 40px;
  }
}
.csfp-sign-up__title {
  text-align: center;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 64em) {
  .csfp-sign-up__title {
    margin-bottom: 40px;
  }
}
.csfp-sign-up__title img {
  margin-right: 10px;
  max-height: 35px;
}
@media print, screen and (min-width: 64em) {
  .csfp-sign-up__title img {
    max-height: 50px;
    margin-top: -7px;
  }
}
.csfp-sign-up__text {
  font-size: 22px;
  line-height: 1.33;
}
@media print, screen and (min-width: 64em) {
  .csfp-sign-up__text {
    font-size: 24px;
  }
}

.csfp-whats-in-the-box {
  background-color: #F5F5F5;
  position: relative;
}
.csfp-whats-in-the-box__text {
  font-size: 22px;
  line-height: 1.33;
  padding: 30px 0;
}
@media print, screen and (min-width: 64em) {
  .csfp-whats-in-the-box__text {
    font-size: 24px;
  }
}
@media screen and (min-width: 75em) {
  .csfp-whats-in-the-box__text {
    padding: 70px 50px 70px 0;
  }
}
.csfp-whats-in-the-box__text ul {
  column-count: 2;
}
@media print, screen and (min-width: 64em) {
  .csfp-whats-in-the-box__image img {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    z-index: 1;
  }
}

.csfp-how-to-apply {
  background-color: #F5F5F5;
  padding: 60px 0;
  text-align: center;
}
.csfp-how-to-apply__title {
  margin-bottom: 30px;
}
.csfp-how-to-apply__link {
  display: block;
  transition: box-shadow 0.3s ease;
  text-align: center;
  padding: 35px 35px 35px;
  background: #FFF;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  margin: 0 auto 30px;
  width: 360px;
  max-width: 100%;
}
.csfp-how-to-apply__link img {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 64em) {
  .csfp-how-to-apply__link:hover {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  }
  .csfp-how-to-apply__link:hover .h3 {
    text-decoration: underline;
  }
}
.csfp-how-to-apply__files {
  margin-bottom: 25px;
}
.csfp-how-to-apply__content img {
  margin: 15px 0;
}
.csfp-how-to-apply__content .link {
  margin-bottom: 20px;
}
.csfp-how-to-apply__content .link img {
  width: 25px;
}

.csfp-resources {
  padding: 50px 0;
}
.csfp-resources__title {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-family: freight-sans-pro, sans-serif;
  font-size: 16px;
  line-height: 1.33;
  font-weight: 700;
  margin-bottom: 1em;
}
.csfp-resources__content {
  margin-bottom: 35px;
}
.csfp-resources__images {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.csfp-resources__image {
  padding: 10px;
  width: 50%;
}

.csfp-contacts {
  background-color: #F5F5F5;
  padding: 30px 0;
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .csfp-contacts {
    padding: 40px 0;
  }
}
.csfp-contacts__title {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 64em) {
  .csfp-contacts__title {
    margin-bottom: 40px;
  }
}
.csfp-contacts__blocks {
  margin-bottom: 20px;
}
.csfp-contacts__block {
  max-width: 250px;
  margin: 0 auto 25px;
}
.csfp-contacts__block-icon {
  position: relative;
  max-width: 70px;
  margin: 0 auto 15px;
}
.csfp-contacts__block-icon::before {
  content: "";
  display: block;
  padding-bottom: 50px;
}
.csfp-contacts__block-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.csfp-contacts__block a:hover {
  text-decoration: underline;
}
.csfp-contacts__content img {
  margin: 15px 0;
}
.csfp-contacts__content .link {
  margin-bottom: 20px;
}

.csfp-video {
  padding: 90px 0 70px;
  background-color: #BFD5E7;
}
.csfp-video__title {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-family: freight-sans-pro, sans-serif;
  font-size: 16px;
  line-height: 1.33;
  font-weight: 700;
  margin-bottom: 1em;
}
.csfp-video__media {
  margin-bottom: 25px;
}
.csfp-video__media iframe {
  display: block;
  width: 100%;
}

.csfp-requirements {
  position: relative;
  padding: 80px 0;
}
.csfp-requirements__title {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-family: freight-sans-pro, sans-serif;
  font-size: 16px;
  line-height: 1.33;
  font-weight: 700;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 64em) {
  .csfp-requirements__image img {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    z-index: 1;
  }
}

.csfp-resources-alt {
  padding: 50px 0;
}
.csfp-resources-alt__title {
  text-align: center;
  margin-bottom: 50px;
}
.csfp-resources-alt__title img {
  margin-right: 20px;
  max-height: 35px;
}
@media print, screen and (min-width: 64em) {
  .csfp-resources-alt__title img {
    max-height: 50px;
    margin-top: -7px;
  }
}
.csfp-resources-alt__groups {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 64em) {
  .csfp-resources-alt__group {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
.csfp-resources-alt__group-title {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-family: freight-sans-pro, sans-serif;
  font-size: 16px;
  line-height: 1.33;
  font-weight: 700;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 64em) {
  .csfp-resources-alt__group-content {
    margin-top: auto;
  }
}
.csfp-resources-alt__group-note {
  font-size: 16px;
  line-height: 1.33;
  font-style: italic;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 64em) {
  .csfp-resources-alt__link {
    text-align: center;
  }
}

.search-page {
  padding-bottom: 30px;
}
@media print, screen and (min-width: 64em) {
  .search-page {
    padding: 112px 0 50px;
  }
}
.search-page__title {
  text-align: center;
  margin-bottom: 0.5em;
}
.search-page__item {
  padding: 25px 0;
}
.search-page__item + .search-page__item {
  border-top: 1px solid;
}
.search-page__item-date {
  margin-bottom: 10px;
}
.search-page__pagination {
  padding-top: 40px;
  text-align: center;
}
.search-page__pagination .page-numbers {
  margin: 0 10px;
  font-weight: bold;
}
.search-page__pagination .page-numbers.current {
  font-weight: normal;
}

.opportunities {
  padding: 35px 0;
}
@media print, screen and (min-width: 64em) {
  .opportunities {
    padding: 50px 0;
  }
}
.opportunities--child {
  background-color: #BFD5E7;
}
@media print, screen and (min-width: 64em) {
  .opportunities--4 .opportunity-card-column:nth-child(odd) {
    margin-left: 10px;
  }
  .opportunities--4 .opportunity-card-column:nth-child(even) {
    margin-right: 10px;
  }
}
.opportunities__title {
  text-align: center;
}
.opportunities__icon {
  width: 55px;
  display: block;
  margin: 0 auto 10px;
}
@media print, screen and (min-width: 64em) {
  .opportunities__icon {
    margin: 0 5px 0 0;
    display: inline-block;
  }
}
.opportunities__text {
  font-size: 22px;
  line-height: 1.33;
  margin-bottom: 30px;
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .opportunities__text {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 64em) {
  .opportunities__text {
    margin-bottom: 50px;
  }
}
.opportunities__notes {
  font-size: 22px;
  line-height: 1.33;
  text-align: center;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 64em) {
  .opportunities__notes {
    font-size: 24px;
  }
}
.opportunities__pdf {
  text-align: center;
}

.news-and-instagram {
  padding: 50px 0;
}
.news-and-instagram__title {
  text-align: center;
  margin-bottom: 50px;
}

.news-block {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 64em) {
  .news-block {
    margin-bottom: 0;
  }
}
.news-block__title {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-family: freight-sans-pro, sans-serif;
  font-size: 16px;
  line-height: 1.33;
  font-weight: 700;
  margin-bottom: 1em;
}

.instagram-block__title {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-family: freight-sans-pro, sans-serif;
  font-size: 16px;
  line-height: 1.33;
  font-weight: 700;
  margin-bottom: 1em;
  position: relative;
  padding-top: 35px;
}
@media print, screen and (min-width: 64em) {
  .instagram-block__title {
    padding-left: 35px;
    padding-top: 0;
  }
}
.instagram-block__title svg {
  position: absolute;
  top: -5px;
  left: 0;
}
.instagram-block .instagram-card {
  display: flex;
  flex-wrap: wrap;
}
.instagram-block .instagram-card-item {
  width: 33.33%;
  position: relative;
}
.instagram-block .instagram-card-item::before {
  content: "";
  display: block;
  padding-bottom: 90%;
}
.instagram-block .instagram-card-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.news-card {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 64em) {
  .news-card:hover .news-card__header {
    bottom: 0;
  }
  .news-card:hover .news-card__read-more {
    opacity: 1;
    visibility: visible;
  }
}
@media print, screen and (min-width: 64em) {
  .news-card--small .news-card__header {
    padding: 18px 20px 60px;
    min-height: 50%;
  }
}
.news-card--small .news-card__title {
  font-size: 26px;
}
@media print, screen and (min-width: 64em) {
  .news-card--small .news-card__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 2px;
    margin-bottom: 10px;
  }
}
.news-card--small .news-card__read-more {
  left: 20px;
}
@media print, screen and (min-width: 64em) {
  .news-card--large .news-card__header {
    padding: 25px 35px 75px;
  }
}
.news-card__title a:hover {
  text-decoration: underline;
}
.news-card__image {
  position: relative;
}
.news-card__image::before {
  content: "";
  padding-bottom: 90%;
  display: block;
}
.news-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.news-card__header {
  background: #DAD7CB;
  color: #A71930;
  padding: 20px;
}
@media print, screen and (min-width: 64em) {
  .news-card__header {
    bottom: -50px;
    position: absolute;
    opacity: 0.9;
    background-blend-mode: lighten;
    left: 0;
    width: 100%;
    transition: bottom 0.25s ease-out;
  }
}
.news-card__meta {
  line-height: 1.2;
}
.news-card__meta a:hover {
  text-decoration: underline;
}
.news-card__date {
  border-right: 1px solid;
  margin-right: 10px;
  padding-right: 11px;
  display: inline-block;
}
.news-card__read-more {
  transition: opacity 0.25s ease-out, visibility 0.25s ease-out;
  position: absolute;
  bottom: 23px;
  left: 35px;
  z-index: 1;
  font-weight: bold;
  opacity: 0;
  visibility: hidden;
  text-decoration: underline;
}
.news-card__read-more:hover {
  text-decoration: none;
}

.single-event-page {
  padding-bottom: 30px;
}
@media print, screen and (min-width: 64em) {
  .single-event-page {
    padding: 112px 0 50px;
  }
}
@media print, screen and (min-width: 64em) {
  .single-event-page {
    padding-bottom: 0;
  }
}
.single-event__header {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 64em) {
  .single-event__header {
    margin-bottom: 40px;
  }
}
.single-event__header h1 {
  text-align: center;
}
.single-event__image {
  margin-bottom: 25px;
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .single-event__image {
    margin-bottom: 40px;
  }
}
.single-event__title {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 64em) {
  .single-event__title {
    margin-bottom: 50px;
  }
}
.single-event__back {
  font-size: 24px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 64em) {
  .single-event__back {
    float: right;
    margin-top: 6px;
    margin-bottom: 0;
  }
}
.single-event__back svg {
  margin-top: 2px;
}
.single-event__details {
  font-size: 22px;
  line-height: 1.33;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 64em) {
  .single-event__details {
    font-size: 24px;
  }
}
.single-event__detail {
  display: flex;
  gap: 7px;
}
.single-event__detail-label {
  font-weight: 700;
}
.single-event__detail-content small {
  font-size: 16px;
  line-height: 1.5;
  display: block;
}
.single-event__content {
  margin: 0 0 30px 0;
  overflow: hidden;
}
.single-event__content .buttons-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.single-event__icon {
  margin: 0 auto 10px;
}
@media print, screen and (min-width: 64em) {
  .single-event__icon {
    float: left;
    margin: 0 5px 15px 0;
  }
}

.single-event-extra-content {
  padding: 25px 0;
}
@media print, screen and (min-width: 64em) {
  .single-event-extra-content {
    padding: 50px 0;
  }
}

.facility-locations {
  padding: 30px 0 15px;
  background-color: #F5F5F5;
}
@media print, screen and (min-width: 64em) {
  .facility-locations {
    padding: 50px 0;
  }
}
.facility-locations__title {
  text-align: center;
  margin: 0 0 30px 0;
}
@media print, screen and (min-width: 64em) {
  .facility-locations__title {
    margin: 0 0 50px 0;
  }
}
.facility-locations + .facility-locations {
  padding-top: 0;
}
.facility-locations__text-after {
  padding-top: 25px;
}
.facility-locations__text-after > *:last-child {
  margin-bottom: 0;
}

.pantry-location__logo {
  margin-bottom: 20px;
  text-align: center;
}
.pantry-location__img {
  position: relative;
}
.pantry-location__img::before {
  content: "";
  display: block;
  padding-bottom: 60%;
}
@media screen and (min-width: 75em) {
  .pantry-location__img::before {
    padding-bottom: 90%;
  }
}
.pantry-location__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.pantry-location__block {
  position: relative;
  color: #fff;
  text-align: center;
  overflow: hidden;
  margin-bottom: 30px;
}
@media screen and (min-width: 75em) {
  .pantry-location__block {
    padding-bottom: 60px;
    margin-bottom: 0;
  }
  .pantry-location__block:hover .pantry-location__content {
    top: 0;
    margin-top: 0;
  }
  .pantry-location__block:hover .pantry-location__info {
    opacity: 1;
    visibility: visible;
  }
}
.pantry-location__name {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
@media screen and (min-width: 75em) {
  .pantry-location__info {
    transition: opacity 0.25s ease-out, visibility 0.25s ease-out;
    opacity: 0;
    visibility: hidden;
  }
}
.pantry-location__address {
  margin-bottom: 15px;
  line-height: 1.25;
}
.pantry-location__address br {
  display: none;
}
.pantry-location__content {
  padding: 20px 15px;
  background-color: #A71930;
}
@media screen and (min-width: 75em) {
  .pantry-location__content {
    padding: 16px 10px;
    transition: top 0.25s ease-out, margin 0.25s ease-out;
    position: absolute;
    top: 100%;
    height: 100%;
    margin-top: -60px;
    width: 100%;
  }
}
.pantry-location__hours {
  font-size: 16px;
}

.distribution-center-location {
  position: relative;
  text-align: center;
}
.distribution-center-location a {
  text-decoration: underline;
}
.distribution-center-location a:hover {
  text-decoration: none;
}
.distribution-center-location__card {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 64em) {
  .distribution-center-location__card {
    margin-bottom: 0;
  }
  .distribution-center-location__card:hover .distribution-center-location__content {
    transform: translateY(-100%);
    margin-top: 0;
  }
  .distribution-center-location__card--volunteer-department .distribution-center-location__content {
    height: 100%;
  }
}
.distribution-center-location__logo {
  margin-bottom: 20px;
}
.distribution-center-location__img {
  position: relative;
}
.distribution-center-location__img::before {
  content: "";
  display: block;
  padding-bottom: 70%;
}
@media print, screen and (min-width: 64em) {
  .distribution-center-location__img::before {
    padding-bottom: 108%;
  }
}
.distribution-center-location__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.distribution-center-location__name {
  font-size: 24px;
  font-weight: 700;
  color: #A71930;
  display: block;
  margin: 0 0 10px 0;
}
.distribution-center-location__content {
  transition: margin 0.25s ease-out, transform 0.25s ease-out;
  padding: 9px 10px 17px;
  background-color: rgba(191, 213, 231, 0.9);
}
@media print, screen and (min-width: 64em) {
  .distribution-center-location__content {
    position: absolute;
    width: 100%;
    top: 100%;
    margin-top: -60px;
  }
}
.distribution-center-location__content p {
  margin-bottom: 0.75em;
  line-height: 1.33;
}
.distribution-center-location__link {
  font-weight: bold;
}

.events-list {
  padding: 25px 0;
}
.events-list__title {
  text-align: center;
  margin-bottom: 0.5em;
}
.events-list__button {
  text-align: center;
}

.event-card {
  position: relative;
  border: 1px solid #EDEDED;
  background: #FFF;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  padding-bottom: 55px;
  overflow: hidden;
  text-align: center;
}
@media print, screen and (max-width: 74.99875em) {
  .event-card .event-card__image img {
    transform: scale(0.9);
  }
  .event-card .event-card__content {
    transform: translateY(-100%);
  }
  .event-card .event-card__content a {
    text-decoration: underline;
  }
  .event-card .event-card__content a:hover {
    text-decoration: none;
  }
  .event-card .event-card__info {
    transform: translateY(0);
  }
  .event-card .event-card__date {
    opacity: 1;
    visibility: visible;
  }
}
@media print, screen and (min-width: 64em) {
  .event-card:hover .event-card__image img {
    transform: scale(0.9);
  }
  .event-card:hover .event-card__content {
    transform: translateY(-100%);
  }
  .event-card:hover .event-card__content a {
    text-decoration: underline;
  }
  .event-card:hover .event-card__content a:hover {
    text-decoration: none;
  }
  .event-card:hover .event-card__info {
    transform: translateY(0);
  }
  .event-card:hover .event-card__date {
    opacity: 1;
    visibility: visible;
  }
}
.event-card__image {
  position: relative;
  z-index: 0;
}
.event-card__image::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.event-card__image img {
  transition: transform 0.25s ease-out;
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  object-fit: contain;
  object-position: center;
  transform-origin: top center;
  z-index: 1;
}
.event-card__content {
  transition: transform 0.25s ease-out;
  background-color: #DAD7CB;
  padding: 0 10px 17px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  color: #A71930;
  font-size: 18px;
  transform: translateY(-55px);
}
.event-card__info {
  transition: transform 0.25s ease-out;
  transform: translateY(10px);
}
.event-card__title {
  font-family: freight-sans-pro, sans-serif;
  margin: 0 0 10px 0;
  font-size: inherit;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event-card__date {
  transition: opacity 0.25s ease-out, visibility 0.25s ease-out;
  font-weight: 600;
  width: 100%;
}
.event-card__description {
  padding: 5px 0;
  line-height: 1.33;
}
.event-card__link {
  font-weight: 700;
}

.opportunity-card {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .opportunity-card:hover .opportunity-card__content {
    transform: translateY(-100%);
  }
  .opportunity-card:hover .opportunity-card__image {
    transform: scale(1.05);
  }
  .opportunity-card:hover .opportunity-card__title {
    text-decoration: underline;
  }
}
.opportunity-card::before {
  content: "";
  display: block;
  padding-bottom: 90%;
}
.opportunity-card__image {
  transition: transform 0.25s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.opportunity-card__title {
  color: #A71930;
  margin: 0;
}
.opportunity-card__header {
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .opportunity-card__header {
    min-height: 67px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.opportunity-card__content {
  padding: 10px 20px 20px;
  background-color: rgba(218, 215, 203, 0.9);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .opportunity-card__content {
    transition: transform 0.2s ease-out;
    top: 100%;
    bottom: auto;
    transform: translateY(-95px);
  }
}
.opportunity-card__content--alt {
  background-color: rgba(191, 213, 231, 0.9);
}
.opportunity-card__text {
  padding-top: 15px;
  margin-bottom: 10px;
  line-height: 1.33;
}
@media print, screen and (min-width: 64em) {
  .opportunity-card__text {
    margin-bottom: 20px;
  }
}
.opportunity-card__link {
  font-weight: 700;
}
.opportunity-card__link:hover {
  text-decoration: underline;
}

.image-text {
  position: relative;
}
.image-text > .row {
  min-height: 450px;
}
.image-text--image-right .image-text__media img {
  left: auto;
  right: 0;
}
@media print, screen and (min-width: 64em) {
  .image-text--image-right .image-text__content {
    padding-right: 35px;
  }
}
@media print, screen and (min-width: 64em) {
  .image-text--image-left .image-text__content {
    padding-left: 100px;
  }
}
.image-text--grey {
  background-color: #f5f5f5;
}
.image-text--blue {
  background-color: #BFD5E7;
}
.image-text--beige {
  background-color: #DAD7CB;
}
.image-text__media {
  position: relative;
  margin: 0 -24px;
}
@media print, screen and (min-width: 40em) {
  .image-text__media {
    margin: 0 -15px;
  }
}
@media print, screen and (min-width: 64em) {
  .image-text__media {
    margin: 0;
    position: static;
  }
}
.image-text__media::before {
  content: "";
  padding-bottom: 75%;
  display: block;
}
.image-text__media iframe,
.image-text__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  z-index: 1;
}
@media print, screen and (min-width: 64em) {
  .image-text__media iframe,
  .image-text__media img {
    width: 50%;
  }
}
.image-text__content {
  position: relative;
  padding: 30px 0;
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .image-text__content {
    padding: 50px 0;
    text-align: left;
  }
}
.image-text__content .button {
  margin-bottom: 0;
}
.image-text__content a:hover {
  text-decoration: underline;
}
@media print, screen and (min-width: 64em) {
  .image-text .image-text__content--has-icon {
    padding-left: 125px;
  }
}
.image-text__pre-title {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-family: freight-sans-pro, sans-serif;
  font-size: 16px;
  line-height: 1.33;
  font-weight: 700;
  margin-bottom: 1em;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 64em) {
  .image-text__pre-title {
    margin-bottom: 25px;
  }
}
.image-text__title {
  margin-bottom: 25px;
}
.image-text__title-container {
  position: relative;
}
.image-text__icon {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 64em) {
  .image-text__icon {
    position: absolute;
    top: 0;
    right: 100%;
    max-width: 100px;
    margin-right: 30px;
  }
}
.image-text__text {
  margin-bottom: 1.5em;
}
.image-text__text--large {
  font-size: 24px;
  line-height: 1.33;
}
.image-text__text > * {
  line-height: inherit;
}
.image-text .link img {
  height: 25px;
}

.single-news {
  padding-bottom: 30px;
}
@media print, screen and (min-width: 64em) {
  .single-news {
    padding: 112px 0 50px;
  }
}
.single-news__image {
  padding-bottom: 350px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.single-news__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
.single-news__title {
  color: #A71930;
  text-align: center;
  font-size: 32px;
}
@media print, screen and (min-width: 40em) {
  .single-news__title {
    font-size: 36px;
  }
}
@media print, screen and (min-width: 64em) {
  .single-news__title {
    font-size: 42px;
  }
}
.single-news__meta {
  margin-bottom: 20px;
}
.single-news__meta a:hover {
  text-decoration: underline;
}
.single-news__date {
  position: relative;
  margin-right: 10px;
  padding-right: 11px;
  display: inline-block;
}
.single-news__date::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 15px;
  border-right: 1px solid;
  transform: translateY(-50%);
}
.single-news__content {
  margin: 0 0 30px 0;
  overflow: hidden;
}
.single-news__content a {
  text-decoration: underline;
}
.single-news__content a:hover {
  text-decoration: none;
}
.single-news__share {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 30px 0;
}
.single-news__share ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 25px;
}
.single-news__share svg {
  display: block;
}
.single-news__tags {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 64em) {
  .single-news__tags {
    margin-bottom: 50px;
  }
}
.single-news__bottom-navigation {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 64em) {
  .single-news__bottom-navigation {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
  }
}
.single-news__bottom-navigation select {
  border: 2px solid #A71930;
}
@media print, screen and (min-width: 64em) {
  .single-news__bottom-navigation select {
    margin: 0;
  }
}
.single-news__back {
  font-size: 24px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.single-news__back svg {
  margin-top: 2px;
}

.related-posts__title {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-family: freight-sans-pro, sans-serif;
  font-size: 16px;
  line-height: 1.33;
  font-weight: 700;
  margin-bottom: 1em;
}

.leader-card {
  margin-bottom: 25px;
}
.leader-card__photo {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.leader-card__photo::before {
  content: "";
  padding-bottom: 125%;
  display: block;
}
.leader-card__photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.client-story {
  margin-bottom: 25px;
}
.client-story__image img {
  width: 100%;
}
.client-story + .client-story {
  border-top: 1px solid #DAD7CB;
  padding-top: 25px;
}

.style-guide-section {
  margin-bottom: 25px;
}
.style-guide-section + .style-guide-section {
  padding-top: 25px;
  border-top: 1px solid #ccc;
}
.style-guide-section__block {
  margin-bottom: 25px;
}
.style-guide-section--palette .lighten-0 {
  filter: brightness(105%);
}
.style-guide-section--palette .lighten-1 {
  filter: brightness(110%);
}
.style-guide-section--palette .lighten-2 {
  filter: brightness(115%);
}
.style-guide-section--palette .lighten-3 {
  filter: brightness(120%);
}
.style-guide-section a {
  text-decoration: underline;
}
.style-guide-section a:hover {
  text-decoration: none;
}

.facilities-contacts {
  margin-bottom: 50px;
}
.facilities-contacts .facility-contact {
  margin: 20px 0;
}
@media print, screen and (min-width: 64em) {
  .facilities-contacts .facility-contact {
    margin: 20px 0 50px 0;
  }
}
@media screen and (min-width: 75em) {
  .facilities-contacts .facility-contact {
    margin: 20px 0 60px 0;
  }
}
.facilities-contacts .facility-contact__info {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.facilities-contacts .facility-contact__info br {
  display: none;
}
.facilities-contacts .facility-contact__info li {
  margin-bottom: 5px;
}
.facilities-contacts .facility-contact .acf-map {
  margin: 20px 0;
}
@media print, screen and (min-width: 64em) {
  .facilities-contacts .facility-contact .acf-map {
    margin: 0;
  }
}
.facilities-contacts .facility-contact .acf-map button {
  border-radius: 0;
}

.contact-page__content .gform_heading {
  text-align: center;
}

.regular-page {
  padding-bottom: 30px;
}
@media print, screen and (min-width: 64em) {
  .regular-page {
    padding: 112px 0 50px;
  }
}
.regular-page--hero {
  padding-top: 0;
}
.regular-page__hero {
  position: relative;
  padding-bottom: 30px;
}
@media print, screen and (min-width: 64em) {
  .regular-page__hero {
    padding: 112px 0 50px;
  }
}
@media print, screen and (min-width: 64em) {
  .regular-page__hero {
    color: #fff;
  }
  .regular-page__hero .breadcrumbs a {
    color: #fff;
  }
}
@media print, screen and (min-width: 64em) {
  .regular-page__hero {
    margin-bottom: 50px;
  }
}
.regular-page__hero-img {
  position: relative;
}
@media print, screen and (min-width: 64em) {
  .regular-page__hero-img {
    position: static;
  }
}
.regular-page__hero-img::before {
  content: "";
  padding-bottom: 60%;
  display: block;
}
@media print, screen and (min-width: 64em) {
  .regular-page__hero-img::before {
    display: none;
  }
}
.regular-page__hero-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  z-index: -2;
}
@media print, screen and (min-width: 64em) {
  .regular-page__hero-img img {
    object-position: center;
  }
}
@media print, screen and (min-width: 64em) {
  .regular-page__hero-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: -1;
  }
}
.regular-page__hero .regular-page__header {
  padding: 20px 0;
}
.regular-page__image {
  padding-bottom: 350px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.regular-page__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
.regular-page__header .buttons-block {
  text-align: center;
  margin-bottom: 20px;
}
.regular-page__title {
  text-align: center;
}
.regular-page__subtitle {
  font-size: 22px;
  line-height: 1.33;
  text-align: center;
  margin-bottom: 35px;
}
@media print, screen and (min-width: 64em) {
  .regular-page__subtitle {
    font-size: 24px;
  }
}
.regular-page__content a:not(.button) {
  text-decoration: underline;
}
.regular-page__content a:not(.button):hover {
  text-decoration: none;
}
.regular-page-bottom-padding--none {
  padding-bottom: 0;
}
.regular-page--full_width .wp-block-group {
  max-width: 70.5555555556rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.regular-page--full_width .wp-block-group__inner-container {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 1.3333333333rem;
  padding-left: 1.3333333333rem;
}
@media print, screen and (min-width: 40em) {
  .regular-page--full_width .wp-block-group__inner-container {
    padding-right: 0.8333333333rem;
    padding-left: 0.8333333333rem;
  }
}
@media print, screen and (min-width: 64em) {
  .regular-page--full_width .wp-block-group__inner-container {
    flex: 0 0 75%;
    max-width: 75%;
    padding-right: 1.3333333333rem;
    padding-left: 1.3333333333rem;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 40em) {
  .regular-page--full_width .wp-block-group__inner-container {
    padding-right: 0.8333333333rem;
    padding-left: 0.8333333333rem;
  }
}
@media print, screen and (min-width: 64em) {
  .regular-page--full_width .wp-block-group.alignwide .wp-block-group__inner-container {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 1.3333333333rem;
    padding-left: 1.3333333333rem;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 40em) {
  .regular-page--full_width .wp-block-group.alignwide .wp-block-group__inner-container {
    padding-right: 0.8333333333rem;
    padding-left: 0.8333333333rem;
  }
}
.regular-page--full_width .wp-block-group.alignfull {
  max-width: 100%;
}
@media print, screen and (min-width: 64em) {
  .regular-page--full_width .wp-block-group.alignfull .wp-block-group__inner-container {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 1.3333333333rem;
    padding-left: 1.3333333333rem;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 40em) {
  .regular-page--full_width .wp-block-group.alignfull .wp-block-group__inner-container {
    padding-right: 0.8333333333rem;
    padding-left: 0.8333333333rem;
  }
}

.content-section {
  padding: 35px 0;
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .content-section {
    padding: 70px 0;
  }
}
.content-section--blue {
  background-color: #BFD5E7;
}
.content-section--large .content-section__text {
  font-size: 22px;
  line-height: 1.33;
}
@media print, screen and (min-width: 64em) {
  .content-section--large .content-section__text {
    font-size: 24px;
  }
}
.content-section__text a:not(.button) {
  text-decoration: underline;
}
.content-section__text a:not(.button):hover {
  text-decoration: none;
}

.single-post-gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 30px -10px;
}
@media print, screen and (min-width: 64em) {
  .single-post-gallery .single-post-gallery__item--secondary {
    width: 33.33%;
  }
}
.single-post-gallery__item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.single-post-gallery__item--secondary {
  width: 50%;
}
.single-post-gallery__item--secondary .single-post-gallery__image {
  position: relative;
}
.single-post-gallery__item--secondary .single-post-gallery__image::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.single-post-gallery__item--secondary .single-post-gallery__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.contact-info__blocks {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
@media print, screen and (min-width: 64em) {
  .contact-info__blocks {
    gap: 50px;
    flex-direction: row;
    justify-content: initial;
  }
}

.contact-info {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 64em) {
  .contact-info {
    margin-bottom: 0;
  }
}
.contact-info > * {
  font-size: 16px;
  line-height: 1.55;
}
.contact-info svg {
  display: inline-block;
  margin-bottom: 15px;
  height: 45px;
}
.contact-info > div {
  min-width: 110px;
}
.contact-info--address {
  font-weight: bold;
  color: #A71930;
}
.contact-info--address a {
  text-decoration: underline;
}
.contact-info--address a:hover {
  text-decoration: none;
}

.buttons-block .button {
  margin-right: 10px;
}
@media print, screen and (min-width: 64em) {
  .buttons-block .button {
    max-width: 450px;
  }
}
.buttons-block .button:last-child {
  margin-right: 0;
}

.program-partnership-list {
  margin: 0 0 25px 0;
  padding: 0;
  list-style: none;
  line-height: 1.3;
}
@media print, screen and (min-width: 40em) {
  .program-partnership-list {
    column-count: 2;
  }
}
@media print, screen and (min-width: 64em) {
  .program-partnership-list {
    column-count: 3;
    margin-bottom: 40px;
  }
}
.program-partnership-list li {
  padding: 5px 0;
}

.video-card {
  margin-bottom: 20px;
  position: relative;
}
@media print, screen and (min-width: 64em) {
  .video-card {
    margin-bottom: 30px;
  }
}
.video-card::before {
  content: "";
  display: block;
  padding-bottom: 56%;
}
.video-card iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.image-content-block {
  position: relative;
}
.image-content-block > .row {
  min-height: 450px;
}
.image-content-block--image-right .image-content-block__image img {
  left: auto;
  right: 0;
}
@media print, screen and (min-width: 64em) {
  .image-content-block--image-right .image-content-block__content {
    padding-right: 35px;
  }
}
@media print, screen and (min-width: 64em) {
  .image-content-block--image-left .image-content-block__content {
    padding-left: 100px;
  }
}
.image-content-block--grey {
  background-color: #f5f5f5;
}
.image-content-block__image {
  position: relative;
  margin: 0 -24px;
}
@media print, screen and (min-width: 64em) {
  .image-content-block__image {
    margin: 0;
    position: static;
  }
}
.image-content-block__image::before {
  content: "";
  padding-bottom: 75%;
  display: block;
}
.image-content-block__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  z-index: 1;
}
@media print, screen and (min-width: 64em) {
  .image-content-block__image img {
    width: 50%;
  }
}
.image-content-block__content {
  position: relative;
  padding: 30px 0;
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .image-content-block__content {
    padding: 50px 0;
    text-align: left;
  }
}
.image-content-block__content--large {
  font-size: 24px;
  line-height: 1.33;
}
.image-content-block__content > * {
  line-height: inherit;
}

.page-donate-cryptocurrency .regular-page__title,
.page-partner-with-us .regular-page__title {
  color: #A71930;
}

.stats-block {
  display: flex;
  justify-content: space-around;
  text-align: center;
  padding: 20px 0;
  gap: 25px;
}
.stats-block .stat-item {
  width: 100%;
}
.stats-block .stat-icon {
  font-size: 40px;
  margin-bottom: 10px;
  color: #A71930;
  min-height: 70px;
  line-height: 70px;
}
.stats-block .stat-number {
  font-weight: bold;
  color: #A71930;
}

.quiz-page {
  min-height: 95vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 60px;
  padding-top: 25px;
}