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; vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, main,
menu, nav, section { display: block; }

body {
  background: #ffffff;
  color: #222222;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

a { color: #bd002b; text-decoration: none; }
a:hover, a:focus { text-decoration: underline; }
img { max-width: 100%; height: auto; }
p, ul, ol, table, form, .audio-item { margin-top: 16px; }
ul, ol { margin-left: 28px; }
table { width: 100%; border-collapse: collapse; }
td, th { padding: 7px; border-bottom: 1px solid #e2e2e2; vertical-align: top; }

.wrap {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding-right: 24px;
  padding-left: 24px;
  box-sizing: border-box;
}

.top-line {
  height: 9px;
  background: #bd002b;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 900;
  border-bottom: 4px solid #bd002b;
  background: #f8f7f1;
}

.header-inner {
  position: relative;
  display: table;
  width: 100%;
  max-width: 1180px;
  padding-top: 14px;
  padding-bottom: 12px;
  padding-right: 118px;
}

.header-inner:after {
  display: table;
  clear: both;
  content: '';
}

.brand {
  display: table-cell;
  width: 345px;
  padding-right: 24px;
  vertical-align: middle;
  color: #222222;
  text-decoration: none;
}

.brand-title {
  display: block;
  color: #222222;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 34px;
  line-height: 1.05;
}

.brand-subtitle {
  display: block;
  color: #577599;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 16px;
  font-weight: bold;
}

.brand-subtitle em {
  color: #c2887b;
  font-style: italic;
}

.site-nav {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.site-nav a {
  display: inline-block;
  margin: 3px 0;
  padding: 0 10px 0 13px;
  border-left: 1px solid #d8cfbd;
  color: #222222;
  font-weight: bold;
  line-height: 1.25;
}

.site-nav a:first-child {
  border-left: 0;
}

.donate-tab {
  position: fixed;
  z-index: 850;
  top: 240px;
  right: 0;
  margin: 0;
}

.donate-tab button {
  border-radius: 3px 0 0 3px;
  padding: 12px 13px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.menu-toggle {
  display: none;
  float: right;
  margin-top: 8px;
}

.header-globe {
  position: absolute;
  top: 10px;
  right: 18px;
  width: 78px;
  height: 78px;
  animation: globe-spin 34s linear infinite;
}

@keyframes globe-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .header-globe {
    animation: none;
  }
}

.site-nav a.active,
.site-nav a:hover {
  color: #bd002b;
}

.content {
  padding: 34px 0 38px;
}

h1, .h1 {
  margin: 0 0 18px;
  color: #746a39;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 32px;
  line-height: 1.2;
}

h2, .h2 {
  margin: 28px 0 10px;
  color: #635928;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 24px;
  line-height: 1.25;
}

h3, .h3 {
  margin: 22px 0 8px;
  color: #bd002b;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 21px;
}

.hero-panel {
  overflow: hidden;
  margin-bottom: 30px;
  padding: 26px;
  border-left: 6px solid #bd002b;
  background: #f8f7f1;
}

.hero-text {
  float: left;
  width: 68%;
}

.hero-panel img {
  float: right;
  width: 150px;
  margin-left: 24px;
  border: 1px solid #d6d0bd;
  background: #ffffff;
  padding: 5px;
}

.hero-panel h1 {
  color: #222222;
  font-size: 38px;
}

.hero-actions {
  margin-top: 22px;
}

.hero-actions .button {
  margin-right: 8px;
  margin-bottom: 8px;
}

.eyebrow {
  color: #bd002b;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button,
button,
input[type='submit'] {
  display: inline-block;
  border: 1px solid #8f0021;
  border-radius: 3px;
  background: #bd002b;
  color: #ffffff;
  cursor: pointer;
  font-weight: bold;
  line-height: 1.2;
  padding: 10px 15px;
  text-decoration: none;
}

.button:hover,
button:hover,
input[type='submit']:hover {
  background: #990023;
  color: #ffffff;
  text-decoration: none;
}

.button.secondary {
  border-color: #577599;
  background: #ffffff;
  color: #577599;
}

.button.small {
  padding: 7px 11px;
  font-size: 14px;
}

.summary-grid {
  margin: 22px 0 28px;
  overflow: hidden;
}

.summary-grid article {
  float: left;
  width: 31.333%;
  min-height: 95px;
  margin-right: 3%;
  padding: 18px;
  border-top: 4px solid #bd002b;
  background: #f8f7f1;
  box-sizing: border-box;
}

.summary-grid article:last-child { margin-right: 0; }
.summary-grid strong {
  display: block;
  color: #577599;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 32px;
  line-height: 1;
}

.summary-grid span { display: block; margin-top: 6px; }

.donate-box {
  overflow: hidden;
  margin-bottom: 34px;
  padding: 22px;
  border: 1px solid #e2d8c4;
  border-left: 6px solid #bd002b;
  background: #fbf7ed;
  box-sizing: border-box;
}

.donate-box h2 { margin-top: 0; }
.donate-box > div:first-child {
  float: left;
  width: 58%;
}
.donate-actions {
  float: right;
  width: 36%;
}

.site-footer {
  border-top: 5px solid #bd002b;
  background: #f8f7f1;
  color: #333333;
  font-size: 14px;
  text-align: center;
  padding: 22px 0;
}

.footer-links {
  margin: 0 0 12px;
  list-style: none;
}

.footer-links li {
  display: inline;
}

.footer-links li:after {
  content: ' | ';
  color: #777777;
}

.footer-links li:last-child:after {
  content: '';
}

.gallery-grid {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-top: 18px;
}

.gallery-grid figure {
  display: inline-block;
  width: 31.5%;
  min-height: 230px;
  margin: 0 2.2% 22px 0;
  vertical-align: top;
  text-align: center;
}

.gallery-grid figure:nth-child(3n) {
  margin-right: 0;
}

.gallery-grid img {
  border: 1px solid #d6d0bd;
  background: #ffffff;
  padding: 5px;
}

.gallery-modal {
  display: none;
}

.gallery-modal.is-open {
  display: block;
}

.gallery-modal-backdrop {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #111111;
  background: rgba(0, 0, 0, 0.86);
}

.gallery-modal-dialog {
  position: fixed;
  z-index: 1001;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 920px;
  max-height: 88%;
  padding: 18px;
  background: #ffffff;
  box-sizing: border-box;
  text-align: center;
  transform: translate(-50%, -50%);
}

.gallery-modal-dialog img {
  width: auto;
  max-height: 72vh;
  max-width: 100%;
  object-fit: contain;
}

.gallery-modal-close {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  padding: 0;
}

.audio-item {
  overflow: hidden;
  padding: 14px 0;
  border-bottom: 1px solid #e2e2e2;
}

.audio-group {
  margin-top: 26px;
}

.audio-group h2 {
  position: sticky;
  top: 112px;
  z-index: 20;
  margin: 0 0 6px;
  padding: 5px 8px;
  background: #eeeeee;
  border-bottom: 1px solid #d8d8d8;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
  color: #222222;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.2;
}

.audio-item h3 {
  margin: 0;
  color: #bd002b;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
}

.audio-item p {
  margin-top: 6px;
}

.audio-item audio {
  display: block;
  width: 100%;
  max-width: 520px;
  margin-top: 8px;
}

.contact-form {
  max-width: 680px;
}

.contact-form label {
  display: block;
  margin-top: 14px;
  color: #746a39;
  font-weight: bold;
}

.contact-form label span {
  color: #008000;
}

.form-note {
  color: #555555;
}

.form-note span {
  color: #008000;
  font-weight: bold;
}

.form-errors {
  display: none;
  margin-top: 16px;
  padding: 12px 14px;
  border-left: 5px solid #bd002b;
  background: #fff0f0;
  color: #222222;
}

.form-errors ul {
  margin-top: 6px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #857b4a;
  box-sizing: border-box;
  font: inherit;
  padding: 9px;
}

.contact-form .is-invalid {
  border-color: #bd002b;
  background: #fffafa;
}

.screen-reader {
  position: absolute;
  left: -9999px;
}

.img_space_right {
  float: left;
  margin: 0 14px 10px 0;
}

.bluetext { color: #577599; }
.pinktext { color: #c2887b; }
.bold { font-weight: bold; }

@media screen and (max-width: 980px) {
  .hero-text,
  .hero-panel img,
  .summary-grid article,
  .donate-box > div:first-child,
  .donate-actions,
  .gallery-grid figure {
    float: none;
    width: auto;
  }

  .header-inner,
  .site-nav {
    display: block;
    width: auto;
  }

  .header-inner {
    min-height: 58px;
    padding-right: 112px;
  }

  .header-globe {
    display: none;
  }

  .brand {
    display: block;
    width: auto;
    max-width: none;
    padding-right: 0;
  }

  .brand-title {
    font-size: 30px;
  }

  .brand-subtitle {
    font-size: 15px;
  }

  .js .menu-toggle {
    display: block;
  }

  .menu-toggle {
    position: absolute;
    top: 14px;
    right: 24px;
    float: none;
    margin-top: 0;
  }

  .site-nav {
    clear: both;
    width: auto;
    max-width: none;
    padding-top: 16px;
    text-align: left;
  }

  .js .site-nav {
    display: none;
  }

  .js .site-nav.is-open {
    display: block;
  }

  .site-nav a {
    display: block;
    margin: 4px 13px 4px 0;
    padding: 7px 0;
    border-left: 0;
    border-top: 1px solid #e2d8c4;
  }

  .hero-panel img {
    margin: 16px 0 0;
  }

  .summary-grid article {
    margin: 0 0 12px;
  }
}

@media screen and (max-width: 760px) {
  .wrap {
    padding-right: 16px;
    padding-left: 16px;
  }

  .header-inner {
    min-height: 50px;
    padding-right: 96px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brand {
    max-width: none;
  }

  .brand-title {
    font-size: 22px;
    line-height: 1.05;
  }

  .brand-subtitle {
    font-size: 12px;
    line-height: 1.2;
  }

  .menu-toggle {
    top: 10px;
    right: 16px;
    padding: 9px 12px;
  }

  .hero-panel {
    padding: 20px;
    border-left-width: 4px;
  }

  .hero-panel h1 {
    font-size: 28px;
    line-height: 1.12;
  }

  .hero-actions .button {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    box-sizing: border-box;
    text-align: center;
  }

  .gallery-grid figure {
    display: block;
    width: auto;
    margin-right: 0;
  }

  .donate-tab {
    top: auto;
    right: 12px;
    bottom: 12px;
  }

  .donate-tab button {
    border-radius: 3px;
    padding: 10px 12px;
    writing-mode: horizontal-tb;
    transform: none;
  }

  .audio-item audio,
  .audio-item .button {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
  }

  .audio-item .button {
    text-align: center;
  }

  .audio-group h2 {
    top: 86px;
  }
}
