/**
 * Theme Name: Logan Foundation Blog
 * Author: Joe Billings
 * Version: 1.0
 * Description: Custom theme for The Reva & David Logan Foundation
 * Template: zap-base
 */

/*
*   Easing Equations ported to CSS by @matthewlein - http://matthewlein.com/ceaser/
*   Converted to SCSS vars by @pettpett
*
*   sample usage:
*   a {
*     color: #ff0000;
*     transition: color 0.5s $easeOutQuint;
*     &:hover,
*     &:focus {
*       color: #ff9900;
*     }
*   }
*/
/* Default Equations */
/* Penner Equations (approximated) originally created by @robpenner */
/* line 302, ../../src/sass/helpers/_mixins.scss */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* line 1, ../../src/sass/helpers/_reset.scss */
html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 5, ../../src/sass/helpers/_reset.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit;
}

/* line 11, ../../src/sass/helpers/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 31, ../../src/sass/helpers/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 35, ../../src/sass/helpers/_reset.scss */
body {
  line-height: 1;
}

/* line 38, ../../src/sass/helpers/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 41, ../../src/sass/helpers/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 44, ../../src/sass/helpers/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 49, ../../src/sass/helpers/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 54, ../../src/sass/helpers/_reset.scss */
html {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 57, ../../src/sass/helpers/_reset.scss */
html.wf-loading {
  opacity: 0;
}
/* line 61, ../../src/sass/helpers/_reset.scss */
html.wf-active, html.wf-inactive {
  opacity: 1;
}

/* line 1, ../../src/sass/helpers/_typography.scss */
html {
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/helpers/_typography.scss */
  html {
    font-size: 18px;
  }
}

/* line 9, ../../src/sass/helpers/_typography.scss */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #665F5B;
  font-family: "Catamaran", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  line-height: 1.4;
}
/* line 18, ../../src/sass/helpers/_typography.scss */
body .lf-group,
body footer {
  color: #F5F5F5;
}
@media only screen and (min-width: 768px) {
  /* line 9, ../../src/sass/helpers/_typography.scss */
  body {
    font-size: 18px;
  }
}

/* line 29, ../../src/sass/helpers/_typography.scss */
button {
  font-family: "Catamaran", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  line-height: 1.4;
}

/* line 35, ../../src/sass/helpers/_typography.scss */
.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5 {
  font-family: "petrona", serif;
  font-weight: 300;
  color: #BC2628;
}
/* line 44, ../../src/sass/helpers/_typography.scss */
.lf-group .h1, .lf-group h1,
.lf-group .h2,
.lf-group h2,
.lf-group .h3,
.lf-group h3,
.lf-group .h4,
.lf-group h4,
.lf-group .h5,
.lf-group h5 {
  color: #F5F5F5;
}

/* line 49, ../../src/sass/helpers/_typography.scss */
.h1, h1 {
  color: #F5F5F5;
  line-height: 1;
  letter-spacing: -1px;
  font-size: 48px;
}
/* line 55, ../../src/sass/helpers/_typography.scss */
.home .h1, .home h1 {
  font-size: 64px;
}
@media only screen and (min-width: 768px) {
  /* line 49, ../../src/sass/helpers/_typography.scss */
  .h1, h1 {
    font-size: 78px;
  }
}

/* line 63, ../../src/sass/helpers/_typography.scss */
.h2, h2 {
  font-size: 30px;
}
@media only screen and (min-width: 768px) {
  /* line 63, ../../src/sass/helpers/_typography.scss */
  .h2, h2 {
    font-size: 48px;
  }
}

/* line 70, ../../src/sass/helpers/_typography.scss */
.h3, h3 {
  font-weight: 400;
  line-height: 1.125em;
  font-size: 26px;
}
@media only screen and (min-width: 768px) {
  /* line 70, ../../src/sass/helpers/_typography.scss */
  .h3, h3 {
    font-size: 32px;
  }
}

/* line 79, ../../src/sass/helpers/_typography.scss */
.h4, h4 {
  font-family: 'Rawline Bold';
  font-size: 18px;
  font-weight: 400;
}

/* line 84, ../../src/sass/helpers/_typography.scss */
.h5, h5 {
  font-family: 'Rawline Semibold';
  font-size: 16px;
  font-weight: 400;
}

/* line 90, ../../src/sass/helpers/_typography.scss */
.fixed, pre,
code {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 15px;
  line-height: 1.2;
}

/* line 96, ../../src/sass/helpers/_typography.scss */
.italic, i,
em {
  font-style: italic;
}

/* line 99, ../../src/sass/helpers/_typography.scss */
.bold, b,
strong {
  font-weight: 700;
}

/* line 103, ../../src/sass/helpers/_typography.scss */
.block-margins, p,
ul,
ol,
pre {
  margin: 0.5em 0 1.6em;
}

/* line 107, ../../src/sass/helpers/_typography.scss */
.unordered-list, ul {
  list-style-type: disc;
}

/* line 110, ../../src/sass/helpers/_typography.scss */
.ordered-list, ol {
  list-style: decimal;
}

/* line 123, ../../src/sass/helpers/_typography.scss */
h1,
.h1,
h1 {
  margin: 0.75em 0 0.5em;
}

/* line 128, ../../src/sass/helpers/_typography.scss */
h2,
.h2,
h2 {
  margin: 0.75em 0 0.33em;
}

/* line 133, ../../src/sass/helpers/_typography.scss */
h3,
.h3,
h3 {
  margin: 0.25em 0 0.75em;
}

/* line 138, ../../src/sass/helpers/_typography.scss */
h4,
.h4,
h4 {
  margin: 1em 0 0.5em;
}

/* line 143, ../../src/sass/helpers/_typography.scss */
h5,
.h5,
h5 {
  margin: 1em 0 0.5em;
}

/* line 148, ../../src/sass/helpers/_typography.scss */
h6,
.h6,
h6 {
  margin: 1em 0 0.5em;
}

/* line 155, ../../src/sass/helpers/_typography.scss */
a:link, a:visited {
  color: #902424;
}
/* line 160, ../../src/sass/helpers/_typography.scss */
a:hover {
  text-decoration: none;
}

/* line 174, ../../src/sass/helpers/_typography.scss */
ul {
  margin: 0.5em 0 1em 1.2em;
}

/* line 178, ../../src/sass/helpers/_typography.scss */
ol {
  margin: 0.5em 0 1em 1.1em;
}

/* line 183, ../../src/sass/helpers/_typography.scss */
li {
  margin: 0.5em 0;
}

/* line 192, ../../src/sass/helpers/_typography.scss */
.center {
  text-align: center;
}

/* line 196, ../../src/sass/helpers/_typography.scss */
.lf-small {
  font-size: 16px;
}

/* line 200, ../../src/sass/helpers/_typography.scss */
sup, sub {
  font-size: smaller;
}

/* line 204, ../../src/sass/helpers/_typography.scss */
sup {
  vertical-align: super;
}

/* line 208, ../../src/sass/helpers/_typography.scss */
sub {
  vertical-align: sub;
}

/* line 1, ../../src/sass/helpers/_base.scss */
body {
  background-color: #EFEFE7;
}
/* line 4, ../../src/sass/helpers/_base.scss */
body.home {
  background-color: #902424;
}
/* line 8, ../../src/sass/helpers/_base.scss */
body.modal-open {
  overflow: hidden;
}

/* line 13, ../../src/sass/helpers/_base.scss */
header *:focus,
footer *:focus {
  outline: 2px solid #ffCC00;
  outline-offset: 1px;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
}

/* line 24, ../../src/sass/helpers/_base.scss */
.container .inner-container {
  width: 100%;
  max-width: 1248px;
  margin: auto;
  padding-left: 24px;
  padding-right: 24px;
}

/* line 34, ../../src/sass/helpers/_base.scss */
.lf-tiles .inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  gap: 64px;
}
@media only screen and (min-width: 640px) {
  /* line 34, ../../src/sass/helpers/_base.scss */
  .lf-tiles .inner-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 64px 32px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

/* line 50, ../../src/sass/helpers/_base.scss */
.lf-post-content {
  max-width: 1248px;
  margin: auto;
  padding: 0 24px;
}
/* line 55, ../../src/sass/helpers/_base.scss */
.lf-post-content > :not(.alignleft),
.lf-post-content > :not(.alignright) {
  max-width: 820px;
  margin-right: auto;
}
/* line 62, ../../src/sass/helpers/_base.scss */
.lf-post-content > .alignleft,
.lf-post-content > .has-text-align-left {
  margin-left: 0;
}
/* line 67, ../../src/sass/helpers/_base.scss */
.lf-post-content > .alignright,
.lf-post-content > .has-text-align-right {
  margin-right: 0;
}
/* line 72, ../../src/sass/helpers/_base.scss */
.lf-post-content > .aligncenter,
.lf-post-content > .has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}
/* line 78, ../../src/sass/helpers/_base.scss */
.lf-post-content > .alignwide {
  max-width: 1248px;
}
/* line 82, ../../src/sass/helpers/_base.scss */
.lf-post-content > .alignfull,
.lf-post-content > .tns-outer {
  max-width: none;
  width: -webkit-calc(100vw - var(--scrollbar-width));
  width: -moz-calc(100vw - var(--scrollbar-width));
  width: calc(100vw - var(--scrollbar-width));
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-webkit-calc(-50vw + (var(--scrollbar-width) / 2)));
     -moz-transform: translateX(-moz-calc(-50vw + (var(--scrollbar-width) / 2)));
      -ms-transform: translateX(calc(-50vw + (var(--scrollbar-width) / 2)));
       -o-transform: translateX(calc(-50vw + (var(--scrollbar-width) / 2)));
          transform: translateX(calc(-50vw + (var(--scrollbar-width) / 2)));
  overflow: hidden;
}
/* line 92, ../../src/sass/helpers/_base.scss */
.lf-post-content .wp-container-2 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* line 95, ../../src/sass/helpers/_base.scss */
.lf-post-content .wp-container-2 > .wp-block-group {
  max-width: 820px;
}

/* line 101, ../../src/sass/helpers/_base.scss */
ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 40px;
  margin-bottom: 20px;
}

/* line 108, ../../src/sass/helpers/_base.scss */
ol {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 40px;
  margin-bottom: 20px;
}

/* line 120, ../../src/sass/helpers/_base.scss */
label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

/* line 125, ../../src/sass/helpers/_base.scss */
input[type='checkbox'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 32px;
  height: 32px;
  border: 1px solid #C4C4B5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-transform: translateY(-0.075em);
     -moz-transform: translateY(-0.075em);
      -ms-transform: translateY(-0.075em);
       -o-transform: translateY(-0.075em);
          transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}
/* line 141, ../../src/sass/helpers/_base.scss */
input[type='checkbox']::before {
  content: '';
  width: 20px;
  height: 20px;
  margin-top: 3px;
  margin-left: 2px;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms -webkit-transform ease-in-out;
  -o-transition: 120ms -o-transform ease-in-out;
  -moz-transition: 120ms transform ease-in-out, 120ms -moz-transform ease-in-out;
  transition: 120ms transform ease-in-out;
  transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out, 120ms -moz-transform ease-in-out, 120ms -o-transform ease-in-out;
  -webkit-box-shadow: inset 1em 1em #BC2628;
     -moz-box-shadow: inset 1em 1em #BC2628;
          box-shadow: inset 1em 1em #BC2628;
  -webkit-clip-path: path("M17.548,3.06a1.277,1.277,0,0,1,0,1.808L7.306,15.11a1.279,1.279,0,0,1-1.809,0L.375,9.989A1.279,1.279,0,1,1,2.185,8.181l4.18,4.213L15.738,3.06a1.275,1.275,0,0,1,1.809,0Z");
          clip-path: path("M17.548,3.06a1.277,1.277,0,0,1,0,1.808L7.306,15.11a1.279,1.279,0,0,1-1.809,0L.375,9.989A1.279,1.279,0,1,1,2.185,8.181l4.18,4.213L15.738,3.06a1.275,1.275,0,0,1,1.809,0Z");
}
/* line 155, ../../src/sass/helpers/_base.scss */
input[type='checkbox']:checked::before {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

/* line 160, ../../src/sass/helpers/_base.scss */
.lf-hidden {
  display: none;
}

/* line 164, ../../src/sass/helpers/_base.scss */
.lf-shadow {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
     -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

/* line 168, ../../src/sass/helpers/_base.scss */
.lf-overlap {
  margin-bottom: -96px;
}

/* line 172, ../../src/sass/helpers/_base.scss */
.wp-block-separator {
  color: #BC2628;
  width: 72px;
  text-align: left;
  margin: 40px 0 88px;
}

/* line 179, ../../src/sass/helpers/_base.scss */
.lf-date {
  margin-top: -20px;
  font-size: 14px;
  font-weight: 700;
}

/* line 185, ../../src/sass/helpers/_base.scss */
.lf-single-post {
  padding-top: 40px;
}

/* line 1, ../../src/sass/partials/buttons.scss */
.wp-block-button__link,
.wp-block-file__button,
.lf-button {
  display: inline-block;
  padding: 12px 32px;
  border: 1px solid #BC2628;
  background: #BC2628;
  font-family: "petrona", serif;
  font-weight: 700;
  line-height: 1;
  margin-top: 12px;
  -webkit-transition: all 0.2s cubic-bezier(0.22, 1, 0.36, 1);
  -o-transition: all 0.2s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.2s cubic-bezier(0.22, 1, 0.36, 1);
  color: #EFEFE7;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  cursor: pointer;
}
/* line 17, ../../src/sass/partials/buttons.scss */
.wp-block-button__link__small,
.wp-block-file__button__small,
.lf-button__small {
  padding: 8px 16px;
}
/* line 21, ../../src/sass/partials/buttons.scss */
.wp-block-button__link:link, .wp-block-button__link:visited,
.wp-block-file__button:link,
.wp-block-file__button:visited,
.lf-button:link,
.lf-button:visited {
  color: #EFEFE7;
  text-decoration: none;
}
/* line 27, ../../src/sass/partials/buttons.scss */
.wp-block-button__link:hover, .wp-block-button__link.lf-hover, .wp-block-button__link:focus,
.wp-block-file__button:hover,
.wp-block-file__button.lf-hover,
.wp-block-file__button:focus,
.lf-button:hover,
.lf-button.lf-hover,
.lf-button:focus {
  color: #BC2628;
  background: #EFEFE7;
}
/* line 34, ../../src/sass/partials/buttons.scss */
.wp-block-button__link__secondary,
.wp-block-file__button__secondary,
.lf-button__secondary {
  border: 1px solid #EFEFE7;
  background: #EFEFE7;
  color: #902424;
}
/* line 39, ../../src/sass/partials/buttons.scss */
.wp-block-button__link__secondary:link, .wp-block-button__link__secondary:visited,
.wp-block-file__button__secondary:link,
.wp-block-file__button__secondary:visited,
.lf-button__secondary:link,
.lf-button__secondary:visited {
  color: #902424;
  text-decoration: none;
}
/* line 45, ../../src/sass/partials/buttons.scss */
.wp-block-button__link__secondary:hover, .wp-block-button__link__secondary.lf-hover, .wp-block-button__link__secondary:focus,
.wp-block-file__button__secondary:hover,
.wp-block-file__button__secondary.lf-hover,
.wp-block-file__button__secondary:focus,
.lf-button__secondary:hover,
.lf-button__secondary.lf-hover,
.lf-button__secondary:focus {
  color: #EFEFE7;
  border-color: #EFEFE7;
  background: #902424;
}
/* line 54, ../../src/sass/partials/buttons.scss */
.wp-block-button__link__tertiary,
.wp-block-file__button__tertiary,
.lf-button__tertiary {
  border: 1px solid #F5F5F5;
  background: rgba(0, 0, 0, 0.2);
  color: #F5F5F5;
}
/* line 59, ../../src/sass/partials/buttons.scss */
.wp-block-button__link__tertiary:link, .wp-block-button__link__tertiary:visited,
.wp-block-file__button__tertiary:link,
.wp-block-file__button__tertiary:visited,
.lf-button__tertiary:link,
.lf-button__tertiary:visited {
  color: #F5F5F5;
  text-decoration: none;
}
/* line 65, ../../src/sass/partials/buttons.scss */
.wp-block-button__link__tertiary:hover, .wp-block-button__link__tertiary.lf-hover, .wp-block-button__link__tertiary:focus,
.wp-block-file__button__tertiary:hover,
.wp-block-file__button__tertiary.lf-hover,
.wp-block-file__button__tertiary:focus,
.lf-button__tertiary:hover,
.lf-button__tertiary.lf-hover,
.lf-button__tertiary:focus {
  color: #000;
  border-color: #000;
  background: rgba(245, 245, 245, 0.6);
}

/* line 75, ../../src/sass/partials/buttons.scss */
.wp-block-file__button {
  padding: 8px 16px;
  -webkit-border-radius: 999px;
     -moz-border-radius: 999px;
          border-radius: 999px;
}

/* line 3, ../../src/sass/partials/footer.scss */
.footer__main {
  margin-top: 96px;
  width: 100%;
  background: #902424;
}
/* line 8, ../../src/sass/partials/footer.scss */
.footer__main__inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 24px 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px 8px;
}
@media only screen and (min-width: 1024px) {
  /* line 8, ../../src/sass/partials/footer.scss */
  .footer__main__inner-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
/* line 21, ../../src/sass/partials/footer.scss */
.home .footer__main__inner-container {
  padding-top: 16px;
}
@media only screen and (min-width: 768px) {
  /* line 21, ../../src/sass/partials/footer.scss */
  .home .footer__main__inner-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/* line 31, ../../src/sass/partials/footer.scss */
.home .footer__main__inner-container a:link, .home .footer__main__inner-container a:visited {
  color: white;
}
/* line 36, ../../src/sass/partials/footer.scss */
.footer__main__inner-container.inner-container {
  padding: 0;
  padding-top: 8px;
}
@media only screen and (min-width: 1024px) {
  /* line 8, ../../src/sass/partials/footer.scss */
  .footer__main__inner-container {
    gap: 64px 8px;
  }
}
/* line 48, ../../src/sass/partials/footer.scss */
.footer__main .main-navigation {
  margin: auto;
  margin-top: 8px;
}
/* line 49, ../../src/sass/partials/footer.scss */
.home .footer__main .main-navigation {
  display: none;
}
@media only screen and (min-width: 1024px) {
  /* line 48, ../../src/sass/partials/footer.scss */
  .footer__main .main-navigation {
    margin-left: auto;
    margin-right: 0;
  }
}
/* line 62, ../../src/sass/partials/footer.scss */
.footer__main ul.menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
/* line 67, ../../src/sass/partials/footer.scss */
.home .footer__main ul.menu {
  margin-top: 16px;
}
@media only screen and (min-width: 1024px) {
  /* line 62, ../../src/sass/partials/footer.scss */
  .footer__main ul.menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
/* line 76, ../../src/sass/partials/footer.scss */
.footer__main .lf-logo {
  margin-top: -32px;
  text-align: center;
  max-width: none;
}
/* line 81, ../../src/sass/partials/footer.scss */
.home .footer__main .lf-logo {
  display: none;
}
@media only screen and (min-width: 1024px) {
  /* line 76, ../../src/sass/partials/footer.scss */
  .footer__main .lf-logo {
    max-width: 320px;
  }
}
/* line 89, ../../src/sass/partials/footer.scss */
.footer__main .lf-logo img {
  width: 238px;
}
/* line 94, ../../src/sass/partials/footer.scss */
.footer__main .lf-copyright {
  padding: 16px 24px;
  font-size: 14px;
  text-align: center;
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
     -moz-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
@media only screen and (min-width: 1024px) {
  /* line 94, ../../src/sass/partials/footer.scss */
  .footer__main .lf-copyright {
    margin-right: auto;
    text-align: left;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
/* line 108, ../../src/sass/partials/footer.scss */
.footer__main .lf-social-news {
  font-family: "petrona", serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  padding: 16px 24px;
  margin-bottom: 16px;
}
/* line 117, ../../src/sass/partials/footer.scss */
.footer__main .lf-social-news a:link, .footer__main .lf-social-news a:visited {
  color: #F5F5F5;
  opacity: .9;
  line-height: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -o-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
/* line 124, ../../src/sass/partials/footer.scss */
.footer__main .lf-social-news a.text-button:link, .footer__main .lf-social-news a.text-button:visited {
  background: rgba(239, 239, 231, 0.3);
  color: #F5F5F5;
  padding: 2px 19px;
  font-weight: 600;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.4;
}
/* line 136, ../../src/sass/partials/footer.scss */
.footer__main .lf-social-news .lf-facebook svg, .footer__main .lf-social-news .lf-instagram svg, .footer__main .lf-social-news .lf-linkedin svg {
  width: 25px;
}
/* line 140, ../../src/sass/partials/footer.scss */
.footer__main .lf-social-news .lf-facebook path, .footer__main .lf-social-news .lf-instagram path, .footer__main .lf-social-news .lf-linkedin path {
  fill: #F5F5F5;
  opacity: .9;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -o-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
/* line 145, ../../src/sass/partials/footer.scss */
.footer__main .lf-social-news .lf-facebook path:hover, .footer__main .lf-social-news .lf-instagram path:hover, .footer__main .lf-social-news .lf-linkedin path:hover {
  opacity: 1;
}

/* line 1, ../../src/sass/partials/header.scss */
.header__main {
  position: relative;
  width: 100%;
  background: #902424;
  line-height: 0;
}
/* line 7, ../../src/sass/partials/header.scss */
.header__main .sitewide-banner {
  width: 100%;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  background: #7c1f1f;
}
/* line 327, ../../src/sass/helpers/_mixins.scss */
.header__main .sitewide-banner::-webkit-scrollbar {
  display: none;
}
/* line 13, ../../src/sass/partials/header.scss */
.header__main .sitewide-banner .inner-container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
/* line 17, ../../src/sass/partials/header.scss */
.header__main .sitewide-banner p {
  white-space: nowrap;
  margin: 28px 0;
  text-align: center;
}
/* line 23, ../../src/sass/partials/header.scss */
.header__main .sitewide-banner,
.header__main .sitewide-banner a {
  color: white;
}
/* line 37, ../../src/sass/partials/header.scss */
.header__main__inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 43, ../../src/sass/partials/header.scss */
.header__main__inner-container.inner-container {
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  /* line 37, ../../src/sass/partials/header.scss */
  .header__main__inner-container {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/* line 53, ../../src/sass/partials/header.scss */
.header__main + article .wp-block-cover {
  z-index: -1;
}

@media only screen and (min-width: 1024px) {
  /* line 58, ../../src/sass/partials/header.scss */
  .lf-logo {
    margin-bottom: -32px;
  }
}
/* line 64, ../../src/sass/partials/header.scss */
.lf-logo img {
  width: 372px;
}

/* line 1, ../../src/sass/partials/modal.scss */
.lf-modal {
  position: fixed !important;
  inset: 0;
  background: #DEDED3;
  display: none;
  opacity: 0;
  z-index: 999;
  max-height: 100%;
  padding: 24px;
}
@media only screen and (min-width: 1024px) {
  /* line 1, ../../src/sass/partials/modal.scss */
  .lf-modal {
    padding: 32px;
  }
}
/* line 15, ../../src/sass/partials/modal.scss */
.admin-bar .lf-modal {
  max-height: -webkit-calc(100% - 32px);
  max-height: -moz-calc(100% - 32px);
  max-height: calc(100% - 32px);
  top: 32px;
}
/* line 20, ../../src/sass/partials/modal.scss */
.lf-modal[style*='block'] {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  opacity: 1;
  overflow: auto;
}
/* line 26, ../../src/sass/partials/modal.scss */
.lf-modal__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media only screen and (min-width: 480px) {
  /* line 26, ../../src/sass/partials/modal.scss */
  .lf-modal__inner {
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-template-rows: 50px auto;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 26, ../../src/sass/partials/modal.scss */
  .lf-modal__inner {
    grid-template-columns: 284px 1fr 100px;
    grid-template-rows: auto;
  }
}
/* line 42, ../../src/sass/partials/modal.scss */
.lf-modal__inner.inner-container {
  padding: 0;
}
/* line 47, ../../src/sass/partials/modal.scss */
.lf-modal__name {
  margin-top: 0;
}
/* line 51, ../../src/sass/partials/modal.scss */
.lf-modal__image {
  width: 100%;
}
@media only screen and (min-width: 480px) {
  /* line 51, ../../src/sass/partials/modal.scss */
  .lf-modal__image {
    grid-row: 2;
  }
}
@media only screen and (min-width: 480px) {
  /* line 59, ../../src/sass/partials/modal.scss */
  .lf-modal__content {
    grid-row: 2;
  }
}
/* line 67, ../../src/sass/partials/modal.scss */
.lf-modal__close {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
     -moz-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-left: auto;
}
@media only screen and (min-width: 480px) {
  /* line 67, ../../src/sass/partials/modal.scss */
  .lf-modal__close {
    grid-column: 2;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 67, ../../src/sass/partials/modal.scss */
  .lf-modal__close {
    grid-column: 3;
  }
}
/* line 81, ../../src/sass/partials/modal.scss */
.lf-modal.lf-grants-modal .lf-modal__inner {
  max-width: 960px;
  grid-template-columns: 1fr 100px;
  position: relative;
}
/* line 88, ../../src/sass/partials/modal.scss */
.lf-modal.lf-grants-modal .lf-modal__image {
  width: 294px;
  height: 324px;
}
/* line 93, ../../src/sass/partials/modal.scss */
.lf-modal.lf-grants-modal .lf-modal__title {
  line-height: 1;
}
/* line 97, ../../src/sass/partials/modal.scss */
.lf-modal.lf-grants-modal .lf-modal__grant {
  font-size: 20px;
  margin-top: 16px;
}
/* line 102, ../../src/sass/partials/modal.scss */
.lf-modal.lf-grants-modal .lf-modal__smaller {
  font-size: 14px;
}
/* line 106, ../../src/sass/partials/modal.scss */
.lf-modal.lf-grants-modal .lf-modal__total {
  margin: 0;
}
/* line 110, ../../src/sass/partials/modal.scss */
.lf-modal.lf-grants-modal .lf-modal__year {
  margin: -2px 0 0;
  font-size: 14px;
}
/* line 115, ../../src/sass/partials/modal.scss */
.lf-modal.lf-grants-modal .lf-modal__location {
  margin-top: -12px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}
/* line 122, ../../src/sass/partials/modal.scss */
.lf-modal.lf-grants-modal .lf-modal__donation-container {
  margin: 24px 0 56px;
  position: relative;
}
/* line 127, ../../src/sass/partials/modal.scss */
.lf-modal.lf-grants-modal .lf-modal__donation-container:after {
  content: '';
  position: absolute;
  bottom: -24px;
  left: 0;
  width: 72px;
  height: 2px;
  background: #BC2628;
}
/* line 138, ../../src/sass/partials/modal.scss */
.lf-modal.lf-grants-modal .lf-modal__link {
  margin-top: 1em;
}

/* line 1, ../../src/sass/partials/navigation.scss */
.lf-logo {
  min-width: 320px;
  width: 100%;
  max-width: 372px;
}
/* line 6, ../../src/sass/partials/navigation.scss */
.header__main .lf-logo {
  z-index: 2;
}
/* line 10, ../../src/sass/partials/navigation.scss */
.lf-logo img {
  -webkit-filter: drop-shadow(2px 6px 9px rgba(46, 15, 15, 0.2));
          filter: drop-shadow(2px 6px 9px rgba(46, 15, 15, 0.2));
  width: 100%;
}

/* line 16, ../../src/sass/partials/navigation.scss */
.lf-nav-container {
  position: relative;
  margin-left: auto;
  max-width: 100%;
  margin: auto;
  margin-right: 0;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
/* line 327, ../../src/sass/helpers/_mixins.scss */
.lf-nav-container::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 1024px) {
  /* line 16, ../../src/sass/partials/navigation.scss */
  .lf-nav-container {
    overflow: visible;
  }
}

/* line 30, ../../src/sass/partials/navigation.scss */
.lf-nav {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}
/* line 35, ../../src/sass/partials/navigation.scss */
.lf-nav .lf-close-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 102;
  padding: 12px;
  display: none;
  background: rgba(245, 245, 245, 0.8);
}
/* line 45, ../../src/sass/partials/navigation.scss */
.lf-nav .lf-close-icon path {
  fill: #902424;
}
/* line 51, ../../src/sass/partials/navigation.scss */
.lf-nav .lf-close-icon:hover path, .lf-nav .lf-close-icon:focus path {
  fill: #C93232;
}
/* line 57, ../../src/sass/partials/navigation.scss */
.lf-nav .lf-search-icon,
.lf-nav .lf-calendar {
  padding: 12px;
  -webkit-transition: all 0.2s cubic-bezier(0.22, 1, 0.36, 1);
  -o-transition: all 0.2s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}
/* line 62, ../../src/sass/partials/navigation.scss */
.lf-nav .lf-search-icon:hover, .lf-nav .lf-search-icon:focus, .lf-nav .lf-search-icon:focus-within,
.lf-nav .lf-calendar:hover,
.lf-nav .lf-calendar:focus,
.lf-nav .lf-calendar:focus-within {
  background: rgba(245, 245, 245, 0.8);
}
/* line 67, ../../src/sass/partials/navigation.scss */
.lf-nav .lf-search-icon:hover path, .lf-nav .lf-search-icon:focus path, .lf-nav .lf-search-icon:focus-within path,
.lf-nav .lf-calendar:hover path,
.lf-nav .lf-calendar:focus path,
.lf-nav .lf-calendar:focus-within path {
  fill: #C93232;
}
/* line 73, ../../src/sass/partials/navigation.scss */
.lf-nav .search-form {
  position: absolute;
  z-index: 99;
  top: 1px;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  -o-transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  width: 0px;
  right: 0;
}
/* line 81, ../../src/sass/partials/navigation.scss */
.lf-nav .search-form .search-field {
  height: 43px;
  border: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  width: 100%;
  font-family: "Catamaran", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  padding: 0;
}
/* line 91, ../../src/sass/partials/navigation.scss */
.lf-nav .search-form .search-submit {
  display: none;
}
/* line 96, ../../src/sass/partials/navigation.scss */
.lf-nav path {
  fill: #EFEFE7;
  -webkit-transition: all 0.2s cubic-bezier(0.22, 1, 0.36, 1);
  -o-transition: all 0.2s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}

/* line 105, ../../src/sass/partials/navigation.scss */
.header__main .main-navigation,
.header__main .secondary-navigation {
  z-index: 2;
}
/* line 109, ../../src/sass/partials/navigation.scss */
.main-navigation ul, .secondary-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* line 118, ../../src/sass/partials/navigation.scss */
.main-navigation li, .secondary-navigation li {
  margin: 0;
}
/* line 122, ../../src/sass/partials/navigation.scss */
.main-navigation a, .secondary-navigation a {
  padding: 12px 24px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "petrona", serif;
  font-size: 19px;
  font-weight: 500;
  text-decoration: none;
  line-height: 20px;
  white-space: nowrap;
  -webkit-transition: all 0.2s cubic-bezier(0.22, 1, 0.36, 1);
  -o-transition: all 0.2s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}
/* line 135, ../../src/sass/partials/navigation.scss */
.main-navigation a:link, .main-navigation a:visited, .secondary-navigation a:link, .secondary-navigation a:visited {
  color: #EFEFE7;
}
/* line 140, ../../src/sass/partials/navigation.scss */
.main-navigation a:not([aria-current]):hover, .main-navigation a:not([aria-current]):focus, .secondary-navigation a:not([aria-current]):hover, .secondary-navigation a:not([aria-current]):focus {
  color: #C93232;
  background: rgba(239, 239, 231, 0.8);
}
/* line 150, ../../src/sass/partials/navigation.scss */
.main-navigation a[aria-current]:after, .secondary-navigation a[aria-current]:after {
  content: "";
  position: absolute;
  height: 2px;
  width: -webkit-calc(100% - 48px);
  width: -moz-calc(100% - 48px);
  width: calc(100% - 48px);
  background: rgba(239, 239, 231, 0.8);
  bottom: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
/* line 164, ../../src/sass/partials/navigation.scss */
.main-navigation .menu-item-button a, .secondary-navigation .menu-item-button a {
  padding: 12px 32px;
  font-weight: 600;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
/* line 169, ../../src/sass/partials/navigation.scss */
.main-navigation .menu-item-button a:link, .main-navigation .menu-item-button a:visited, .secondary-navigation .menu-item-button a:link, .secondary-navigation .menu-item-button a:visited {
  background: rgba(239, 239, 231, 0.3);
  color: #F5F5F5;
}
/* line 175, ../../src/sass/partials/navigation.scss */
.main-navigation .menu-item-button a:hover, .main-navigation .menu-item-button a:focus, .secondary-navigation .menu-item-button a:hover, .secondary-navigation .menu-item-button a:focus {
  background: rgba(245, 245, 245, 0.8);
  color: #C93232;
}

/* line 184, ../../src/sass/partials/navigation.scss */
.hamburger {
  position: relative;
  margin-left: auto;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  margin-right: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 34px;
  cursor: pointer;
  border: 0 solid #F5F5F5;
  background: transparent;
  display: none;
}
/* line 70, ../../src/sass/helpers/_mixins.scss */
.hamburger .hamburger-icon {
  position: relative;
  display: block;
  height: 22px;
  width: 22px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
/* line 78, ../../src/sass/helpers/_mixins.scss */
.hamburger .hamburger-icon .hamburger-lines, .hamburger .hamburger-icon:after {
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  background: #F5F5F5;
}
/* line 84, ../../src/sass/helpers/_mixins.scss */
.hamburger .hamburger-lines {
  left: 0;
  text-indent: -4000px;
  font-size: 0;
  top: -webkit-calc(36% + 2px);
  top: -moz-calc(36% + 2px);
  top: calc(36% + 2px);
  -webkit-transition: right 0.3s ease-in-out;
  -o-transition: right 0.3s ease-in-out;
  -moz-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
  width: 100%;
}
/* line 93, ../../src/sass/helpers/_mixins.scss */
.hamburger .hamburger-lines:before, .hamburger .hamburger-lines:after {
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  background: #F5F5F5;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 10;
}
/* line 102, ../../src/sass/helpers/_mixins.scss */
.hamburger .hamburger-lines:before {
  top: -6px;
}
/* line 106, ../../src/sass/helpers/_mixins.scss */
.hamburger .hamburger-lines:after {
  top: 6px;
}
/* line 109, ../../src/sass/helpers/_mixins.scss */
.active .hamburger .hamburger-lines:after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/* line 115, ../../src/sass/helpers/_mixins.scss */
.hamburger.active .hamburger-lines, .hamburger.active .hamburger-icon:after {
  background: transparent;
}
/* line 120, ../../src/sass/helpers/_mixins.scss */
.hamburger.active .hamburger-lines:before, .hamburger.active .hamburger-lines:after {
  top: 0;
}
/* line 125, ../../src/sass/helpers/_mixins.scss */
.hamburger.active .hamburger-lines:before {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
/* line 129, ../../src/sass/helpers/_mixins.scss */
.hamburger.active .hamburger-lines:after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (min-width: 1024px) {
  /* line 184, ../../src/sass/partials/navigation.scss */
  .hamburger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 1024px) {
  /* line 199, ../../src/sass/partials/navigation.scss */
  .secondary-navigation {
    display: none;
  }
  /* line 204, ../../src/sass/partials/navigation.scss */
  .secondary-navigation.active {
    position: absolute;
    background: #EFEFE7;
    right: 0;
    top: 100%;
  }
  /* line 210, ../../src/sass/partials/navigation.scss */
  .secondary-navigation.active ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 214, ../../src/sass/partials/navigation.scss */
  .secondary-navigation.active a {
    color: #902424;
  }
  /* line 217, ../../src/sass/partials/navigation.scss */
  .secondary-navigation.active a:hover {
    background: #BC2628;
    color: #EFEFE7;
  }
}

/* line 1, ../../src/sass/partials/social.scss */
.lf-social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}

/* line 6, ../../src/sass/partials/social.scss */
.lf-social-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 37px;
  height: 37px;
  padding: 8px;
  text-decoration: none;
  background: #BC2628;
  -webkit-border-radius: 9em;
     -moz-border-radius: 9em;
          border-radius: 9em;
}
/* line 22, ../../src/sass/partials/social.scss */
.lf-social-icon path {
  fill: #EFEFE7;
}

/* line 1, ../../src/sass/partials/tabs.scss */
.lf-tabs-container {
  width: 100%;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
/* line 7, ../../src/sass/partials/tabs.scss */
.lf-tabs-container::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 1248px) {
  /* line 1, ../../src/sass/partials/tabs.scss */
  .lf-tabs-container {
    width: 100% !important;
    max-width: 100% !important;
    margin: auto !important;
  }
}

/* line 18, ../../src/sass/partials/tabs.scss */
.lf-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 56px;
  list-style: none;
  max-width: 100%;
  margin: 32px 0px;
  padding: 0;
}
/* line 26, ../../src/sass/partials/tabs.scss */
.lf-tabs__tab {
  font-size: 32px;
  font-family: "petrona", serif;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
}
/* line 34, ../../src/sass/partials/tabs.scss */
.lf-tabs .lf-selected {
  color: #902424;
  font-weight: 700;
}
/* line 38, ../../src/sass/partials/tabs.scss */
.lf-tabs .lf-selected:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #902424;
  top: 100%;
  left: 0;
}

/* line 51, ../../src/sass/partials/tabs.scss */
.lf-list-view .lf-panel {
  grid-template-columns: repeat(1, 1fr);
  gap: 16px 24px;
}
/* line 55, ../../src/sass/partials/tabs.scss */
.lf-list-view .lf-panel__grant {
  margin: 0.5em 0;
}

/* line 61, ../../src/sass/partials/tabs.scss */
.lf-additional-filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

/* line 66, ../../src/sass/partials/tabs.scss */
.lf-custom-select {
  position: relative;
}
/* line 69, ../../src/sass/partials/tabs.scss */
.lf-custom-select::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: solid 8px transparent;
  border-top: solid 8px #902424;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-25%);
     -moz-transform: translateY(-25%);
      -ms-transform: translateY(-25%);
       -o-transform: translateY(-25%);
          transform: translateY(-25%);
  opacity: .75;
  pointer-events: none;
}
/* line 83, ../../src/sass/partials/tabs.scss */
.lf-custom-select__select, .lf-custom-select__container {
  color: #902424;
  background: #EFEFE7;
  border: 2px solid #902424;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  padding: 13px 15px;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -o-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-appearance: none;
  width: 100%;
  font-family: "petrona", serif;
  font-size: 22px;
  font-weight: 700;
  padding-right: 40px;
}
/* line 100, ../../src/sass/partials/tabs.scss */
.lf-custom-select__container {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.15;
  cursor: pointer;
  display: none;
  height: 100%;
}
@media (hover: hover) {
  /* line 111, ../../src/sass/partials/tabs.scss */
  .lf-custom-select .lf-custom-select__container {
    display: block;
  }
  /* line 115, ../../src/sass/partials/tabs.scss */
  .lf-custom-select select:focus + .lf-custom-select__container {
    display: none;
  }
}
/* line 120, ../../src/sass/partials/tabs.scss */
.lf-custom-select__select, .lf-custom-select__trigger {
  overflow: hidden;
  white-space: nowrap;
}
/* line 126, ../../src/sass/partials/tabs.scss */
.lf-custom-select__trigger, .lf-custom-select__options {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
/* line 131, ../../src/sass/partials/tabs.scss */
.lf-custom-select__options {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 64px;
  background: #F5F5F5;
  border: 2px solid #902424;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  z-index: 99;
  max-height: 300px;
  overflow: auto;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  -ms-overflow-style: none;
  scrollbar-width: none;
  cursor: default;
}
/* line 149, ../../src/sass/partials/tabs.scss */
.lf-custom-select__options::-webkit-scrollbar {
  display: none;
}
/* line 154, ../../src/sass/partials/tabs.scss */
.lf-custom-select__option {
  padding: 15px 24px;
  color: #000;
  background-color: #F5F5F5;
}
/* line 160, ../../src/sass/partials/tabs.scss */
.lf-custom-select__option:not([data-selected=true]).lf-custom-select__option__hover {
  background: rgba(196, 196, 181, 0.2);
  color: #C93232;
}
/* line 165, ../../src/sass/partials/tabs.scss */
.lf-custom-select__option[data-selected=true] {
  background: rgba(144, 36, 36, 0.1);
  -webkit-animation-duration: .5s;
     -moz-animation-duration: .5s;
       -o-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-name: selected;
     -moz-animation-name: selected;
       -o-animation-name: selected;
          animation-name: selected;
  color: #902424;
}

/* line 174, ../../src/sass/partials/tabs.scss */
.lf-layout-select {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 640px) {
  /* line 174, ../../src/sass/partials/tabs.scss */
  .lf-layout-select {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/* line 184, ../../src/sass/partials/tabs.scss */
.lf-layout-select .grid,
.lf-layout-select .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: .5;
  border: 2px solid #902424;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
  line-height: 0;
  padding: 3px 6px;
  margin: 0;
  cursor: pointer;
}
/* line 196, ../../src/sass/partials/tabs.scss */
.lf-layout-select .grid.selected,
.lf-layout-select .list.selected {
  opacity: .9;
}
/* line 200, ../../src/sass/partials/tabs.scss */
.lf-layout-select .grid svg,
.lf-layout-select .list svg {
  width: 18px;
  height: 20px;
  fill: #902424;
}
/* line 208, ../../src/sass/partials/tabs.scss */
.lf-layout-select .lf-grant-year {
  margin-left: 30px;
  font-family: 'Petrona';
  font-size: 30px;
  color: #C93232;
  font-weight: bold;
  line-height: 1;
}
/* line 217, ../../src/sass/partials/tabs.scss */
.lf-layout-select .list {
  margin-left: -2px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

/* line 223, ../../src/sass/partials/tabs.scss */
.lf-panel {
  display: none;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px 24px;
  margin-bottom: 64px;
}
/* line 229, ../../src/sass/partials/tabs.scss */
.lf-panel.lf-selected {
  display: grid;
}
/* line 233, ../../src/sass/partials/tabs.scss */
.lf-panel__grant {
  margin: 0;
}
@media only screen and (min-width: 640px) {
  /* line 223, ../../src/sass/partials/tabs.scss */
  .lf-panel {
    grid-template-columns: repeat(2, 1fr);
    gap: 72px 24px;
  }
  /* line 241, ../../src/sass/partials/tabs.scss */
  .lf-panel__grant {
    margin-bottom: 1.6em;
  }
}
@media only screen and (min-width: 960px) {
  /* line 223, ../../src/sass/partials/tabs.scss */
  .lf-panel {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  /* line 223, ../../src/sass/partials/tabs.scss */
  .lf-panel {
    grid-template-columns: repeat(4, 1fr);
  }
}
/* line 254, ../../src/sass/partials/tabs.scss */
.lf-panel__image {
  -moz-background-size: cover;
       background-size: cover;
  background-image: url("./assets/images/social-justice.png");
}
/* line 258, ../../src/sass/partials/tabs.scss */
.lf-panel__image.the-arts {
  background-image: url("./assets/images/the-arts.png");
}
/* line 262, ../../src/sass/partials/tabs.scss */
.lf-panel__image.journalism {
  background-image: url("./assets/images/journalism.png");
}
/* line 268, ../../src/sass/partials/tabs.scss */
.lf-panel__tile {
  display: grid;
  grid-template-rows: -webkit-min-content auto 1fr 66px;
  grid-template-rows: min-content auto 1fr 66px;
  position: relative;
  cursor: pointer;
}
/* line 307, ../../src/sass/helpers/_mixins.scss */
.lf-panel__tile::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 72px;
  height: 2px;
  background: #BC2628;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -o-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
/* line 317, ../../src/sass/helpers/_mixins.scss */
.lf-panel__tile:hover::after, .lf-panel__tile:focus::after {
  width: 100%;
}
/* line 278, ../../src/sass/partials/tabs.scss */
.lf-panel__title {
  margin: 32px 0 0;
}
/* line 282, ../../src/sass/partials/tabs.scss */
.lf-panel__location {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 8px;
}
/* line 288, ../../src/sass/partials/tabs.scss */
.lf-panel__donation {
  margin: 0;
  font-size: 24px;
}
/* line 293, ../../src/sass/partials/tabs.scss */
.lf-panel__year {
  margin: -4px 0;
  font-size: 14px;
}
/* line 298, ../../src/sass/partials/tabs.scss */
.lf-panel__total {
  font-size: smaller;
}

/* line 303, ../../src/sass/partials/tabs.scss */
.lf-load-more-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 306, ../../src/sass/partials/tabs.scss */
.lf-load-more-container .lf-load-more {
  margin: 0px auto 64px;
}

/* line 2, ../../src/sass/partials/search.scss */
.lf-search-results ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 8, ../../src/sass/partials/search.scss */
.lf-search-results li {
  padding: 0;
}

/* line 2, ../../src/sass/partials/news.scss */
.container .lf-news-tiles {
  display: grid;
  margin-top: 80px;
  grid-template-columns: 1fr;
  gap: 40px 24px;
}
@media only screen and (min-width: 560px) {
  /* line 2, ../../src/sass/partials/news.scss */
  .container .lf-news-tiles {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) {
  /* line 2, ../../src/sass/partials/news.scss */
  .container .lf-news-tiles {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
/* line 16, ../../src/sass/partials/news.scss */
.container .lf-news-tiles__tile {
  text-decoration: none;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -o-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
/* line 20, ../../src/sass/partials/news.scss */
.container .lf-news-tiles__tile:hover {
  -webkit-transform: translateY(-2px);
     -moz-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
       -o-transform: translateY(-2px);
          transform: translateY(-2px);
}
/* line 25, ../../src/sass/partials/news.scss */
.container .lf-news-tiles__default-image, .container .lf-news-tiles__image {
  width: 100%;
  height: 250px;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -o-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
/* line 32, ../../src/sass/partials/news.scss */
.container .lf-news-tiles__default-image img, .container .lf-news-tiles__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
}
/* line 39, ../../src/sass/partials/news.scss */
.container .lf-news-tiles__default-image:hover, .container .lf-news-tiles__image:hover {
  -webkit-filter: brightness(105%);
          filter: brightness(105%);
}
/* line 44, ../../src/sass/partials/news.scss */
.container .lf-news-tiles__default-image {
  background: -webkit-gradient(linear, left bottom, left top, from(#BC2628), to(#c4282a));
  background: -webkit-linear-gradient(bottom, #BC2628, #c4282a);
  background: -moz-linear-gradient(bottom, #BC2628, #c4282a);
  background: -o-linear-gradient(bottom, #BC2628, #c4282a);
  background: linear-gradient(0deg, #BC2628, #c4282a);
}
/* line 48, ../../src/sass/partials/news.scss */
.container .lf-news-tiles__heading {
  font-size: 26px;
  font-weight: 500;
  margin: 12px 0 0;
}
/* line 54, ../../src/sass/partials/news.scss */
.container .lf-news-tiles__date {
  margin: 0;
}

/* line 1, ../../src/sass/blocks/banner.scss */
.lf-banner {
  position: relative;
  max-width: unset !important;
  background: #BC2628;
  padding: 64px 64px;
  margin-top: -112px;
}
/* line 8, ../../src/sass/blocks/banner.scss */
.lf-banner.tight {
  padding: 40px 64px;
}
/* line 12, ../../src/sass/blocks/banner.scss */
.lf-banner__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 64px 24px;
}
/* line 19, ../../src/sass/blocks/banner.scss */
.lf-banner__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-basis: 95%;
      -ms-flex-preferred-size: 95%;
          flex-basis: 95%;
}
@media only screen and (min-width: 560px) {
  /* line 19, ../../src/sass/blocks/banner.scss */
  .lf-banner__item {
    -webkit-flex-basis: 45%;
        -ms-flex-preferred-size: 45%;
            flex-basis: 45%;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 19, ../../src/sass/blocks/banner.scss */
  .lf-banner__item {
    -webkit-flex-basis: 22%;
        -ms-flex-preferred-size: 22%;
            flex-basis: 22%;
  }
}
/* line 32, ../../src/sass/blocks/banner.scss */
.lf-banner p {
  font-family: "petrona", serif;
  color: #EFEFE7;
  text-align: center;
  margin: 0;
}
/* line 38, ../../src/sass/blocks/banner.scss */
.lf-banner p.subtext {
  font-size: 32px;
  line-height: 1.2;
}

/* line 1, ../../src/sass/blocks/checklist.scss */
.lf-checklist {
  width: 388px;
  background-color: #DEDED3;
  padding: 40px 40px 0px;
}
/* line 6, ../../src/sass/blocks/checklist.scss */
.lf-checklist .h3, .lf-checklist h3 {
  color: #902424;
}
/* line 10, ../../src/sass/blocks/checklist.scss */
.lf-checklist ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 16, ../../src/sass/blocks/checklist.scss */
.lf-checklist li {
  padding: 0;
  margin: 40px 0;
}
/* line 21, ../../src/sass/blocks/checklist.scss */
.wp-container-2 .lf-checklist {
  margin-top: 48px;
}

/* line 1, ../../src/sass/blocks/cover.scss */
.tns-outer {
  font-size: 0;
}

/* line 5, ../../src/sass/blocks/cover.scss */
.tns-item {
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* line 9, ../../src/sass/blocks/cover.scss */
.lf-cover-item {
  width: 100vw;
  height: 700px;
  max-width: 2000px;
  margin: auto;
  -moz-background-size: cover;
       background-size: cover;
  background-position: center;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
}
/* line 21, ../../src/sass/blocks/cover.scss */
.tns-inner .lf-cover-item {
  max-width: none;
}
/* line 25, ../../src/sass/blocks/cover.scss */
.lf-cover-item a {
  text-decoration: none;
  width: 100%;
  height: 100%;
}
/* line 31, ../../src/sass/blocks/cover.scss */
.lf-cover-item.reduced-height {
  height: 200px;
}
@media only screen and (min-width: 768px) {
  /* line 31, ../../src/sass/blocks/cover.scss */
  .lf-cover-item.reduced-height {
    height: 480px;
  }
}
/* line 39, ../../src/sass/blocks/cover.scss */
.lf-cover-item__tint {
  position: absolute;
  inset: 0;
  background-color: #000;
  z-index: 0;
}
/* line 46, ../../src/sass/blocks/cover.scss */
.lf-cover-item .inner-container {
  z-index: 1;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 54, ../../src/sass/blocks/cover.scss */
.lf-cover-item__content {
  width: 50%;
  color: #F5F5F5;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
/* line 59, ../../src/sass/blocks/cover.scss */
.lf-cover-item__content p {
  margin-bottom: 16px;
}
/* line 63, ../../src/sass/blocks/cover.scss */
.lf-cover-item__content p:not([class*='h1']) {
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  /* line 54, ../../src/sass/blocks/cover.scss */
  .lf-cover-item__content {
    max-width: 60%;
    padding: 0 32px 32px;
    background: rgba(22, 1, 1, 0.45);
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
  }
}
/* line 75, ../../src/sass/blocks/cover.scss */
.lf-cover-item__content-below {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  width: 100%;
}
/* line 81, ../../src/sass/blocks/cover.scss */
.lf-cover-item__content-below .inner-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* line 86, ../../src/sass/blocks/cover.scss */
.lf-cover-item__content-below .h1, .lf-cover-item__content-below h1 {
  font-size: 28px;
  margin: 16px 0 2px;
}
/* line 91, ../../src/sass/blocks/cover.scss */
.lf-cover-item__content-below p {
  color: #F5F5F5;
  margin: 2px 0 12px;
}
/* line 96, ../../src/sass/blocks/cover.scss */
.lf-cover-item__content-below p:last-child {
  margin-bottom: 12px;
}

/* line 1, ../../src/sass/blocks/featured-grants.scss */
.lf-featured-grants {
  background-color: #EFEFE7;
  position: relative;
  margin-bottom: 80px;
}
/* line 7, ../../src/sass/blocks/featured-grants.scss */
.lf-featured-grants__red-top {
  position: absolute;
  top: 0;
  width: 100%;
  height: 320px;
  background-color: #C93232;
  -moz-background-size: 53%;
       background-size: 53%;
  background-position: right center;
  background-repeat: no-repeat;
  padding: 24px 0;
}
@media only screen and (min-width: 768px) {
  /* line 7, ../../src/sass/blocks/featured-grants.scss */
  .lf-featured-grants__red-top {
    padding-top: 40px;
  }
}
/* line 23, ../../src/sass/blocks/featured-grants.scss */
.lf-featured-grants__red-top h2 {
  color: #F5F5F5;
  margin: 0;
}
/* line 29, ../../src/sass/blocks/featured-grants.scss */
.lf-featured-grants .inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  /* line 29, ../../src/sass/blocks/featured-grants.scss */
  .lf-featured-grants .inner-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
/* line 39, ../../src/sass/blocks/featured-grants.scss */
.lf-featured-grants__grants-link {
  font-family: "petrona", serif;
}
@media only screen and (min-width: 768px) {
  /* line 39, ../../src/sass/blocks/featured-grants.scss */
  .lf-featured-grants__grants-link {
    margin-left: auto;
  }
}
/* line 46, ../../src/sass/blocks/featured-grants.scss */
.lf-featured-grants__grants-link:link, .lf-featured-grants__grants-link:visited {
  color: #F5F5F5;
}
/* line 52, ../../src/sass/blocks/featured-grants.scss */
.lf-featured-grants__tiles {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0 0 100px;
  top: 120px;
}
@media only screen and (min-width: 768px) {
  /* line 52, ../../src/sass/blocks/featured-grants.scss */
  .lf-featured-grants__tiles {
    top: 140px;
  }
}
/* line 64, ../../src/sass/blocks/featured-grants.scss */
.lf-featured-grants__tile {
  position: relative;
  -webkit-flex-basis: 45%;
      -ms-flex-preferred-size: 45%;
          flex-basis: 45%;
  max-width: 274px;
}
/* line 69, ../../src/sass/blocks/featured-grants.scss */
.lf-featured-grants__tile:link {
  text-decoration: none;
}
/* line 73, ../../src/sass/blocks/featured-grants.scss */
.lf-featured-grants__tile h3 {
  color: #902424;
  margin-top: 40px;
  margin-bottom: 40px;
}
/* line 307, ../../src/sass/helpers/_mixins.scss */
.lf-featured-grants__tile::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 72px;
  height: 2px;
  background: #BC2628;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -o-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
/* line 317, ../../src/sass/helpers/_mixins.scss */
.lf-featured-grants__tile:hover::after, .lf-featured-grants__tile:focus::after {
  width: 100%;
}
/* line 82, ../../src/sass/blocks/featured-grants.scss */
.lf-featured-grants__image {
  width: 100%;
  height: 324px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
     -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #DEDED3;
}
@media only screen and (min-width: 1024px) {
  /* line 82, ../../src/sass/blocks/featured-grants.scss */
  .lf-featured-grants__image {
    height: 444px;
  }
}

/* line 1, ../../src/sass/blocks/group.scss */
.lf-group {
  width: 100%;
  background-color: #902424;
  -moz-background-size: 53%;
       background-size: 53%;
  background-position: right center;
  background-repeat: no-repeat;
  padding: 16px 0 72px;
}
/* line 10, ../../src/sass/blocks/group.scss */
.lf-group__content {
  max-width: 768px;
}
/* line 14, ../../src/sass/blocks/group.scss */
.lf-group a:link,
.lf-group a:visited,
.lf-group a:active {
  color: white;
}

/* line 1, ../../src/sass/blocks/red-header.scss */
.lf-red-header {
  padding: 20px 0 120px;
}
@media only screen and (min-width: 1024px) {
  /* line 1, ../../src/sass/blocks/red-header.scss */
  .lf-red-header {
    padding: 70px 0 120px;
  }
}
/* line 8, ../../src/sass/blocks/red-header.scss */
.lf-red-header.reduced-height {
  padding: 20px 0 40px;
}
@media only screen and (min-width: 1024px) {
  /* line 8, ../../src/sass/blocks/red-header.scss */
  .lf-red-header.reduced-height {
    padding: 70px 0;
  }
}
/* line 16, ../../src/sass/blocks/red-header.scss */
.lf-red-header a:link,
.lf-red-header a:visited,
.lf-red-header a:active {
  color: white;
}
/* line 22, ../../src/sass/blocks/red-header.scss */
.lf-red-header p {
  font-size: 24px;
}

/* line 1, ../../src/sass/blocks/staff.scss */
.lf-staff {
  margin: 32px 0 96px;
  max-width: none !important;
}
/* line 5, ../../src/sass/blocks/staff.scss */
.lf-staff .inner-container {
  gap: 58px 24px;
  padding: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 11, ../../src/sass/blocks/staff.scss */
.lf-staff .lf-person {
  position: relative;
  width: 282px;
  cursor: pointer;
}
/* line 16, ../../src/sass/blocks/staff.scss */
.lf-staff .lf-person img {
  width: 100%;
  height: 324px;
  -o-object-fit: cover;
     object-fit: cover;
}
/* line 22, ../../src/sass/blocks/staff.scss */
.lf-staff .lf-person .temp-image {
  width: 100%;
  height: 324px;
  background: #e5e5d8;
}
/* line 28, ../../src/sass/blocks/staff.scss */
.lf-staff .lf-person h3 {
  margin-top: 16px;
  margin-bottom: 40px;
}
/* line 307, ../../src/sass/helpers/_mixins.scss */
.lf-staff .lf-person::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 72px;
  height: 2px;
  background: #BC2628;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -o-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
/* line 317, ../../src/sass/helpers/_mixins.scss */
.lf-staff .lf-person:hover::after, .lf-staff .lf-person:focus::after {
  width: 100%;
}
/* DO NOT EDIT THIS FILE! */
/* to make changes, create a file called hacks.css and put them in there */
/* DO NOT EDIT THIS FILE! */