:root {
  --maroon: #830000;
  --white: white;
  --pale-goldenrod: #e7dfaf;
  --dark-khaki: #aa9d50;
  --black: black;
  --dim-grey-2: #5e5e5e;
  --dark-slate-grey: #414141;
  --dim-grey: #585858;
}

h4 {
  color: var(--maroon);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: underline;
}

p {
  margin-bottom: 20px;
}

a {
  color: var(--maroon);
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 15px;
  line-height: 28px;
}

.section {
  height: auto;
  font-weight: 700;
  position: static;
  inset: 0%;
}

.div-block {
  border-top: 10px solid var(--maroon);
  text-transform: uppercase;
  background-image: linear-gradient(to right, #000000a6, #0000 58%), linear-gradient(#00000040, #00000040), url('../images/home.jpg');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
  height: 70vh;
  padding-left: 5%;
  position: static;
  inset: 0%;
}

.image {
  width: 450px;
}

.div-block-2 {
  float: none;
  width: 50%;
  margin-top: 12vh;
  margin-bottom: 10px;
  padding-top: 25px;
}

.div-block-3 {
  float: none;
  position: static;
  top: 50%;
}

.heading {
  text-align: left;
}

.heading-2 {
  float: left;
  color: var(--white);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 45px;
}

.div-block-4 {
  border: 1px none var(--maroon);
  text-align: center;
  background-color: #0000;
  height: auto;
}

.button {
  background-color: var(--maroon);
  cursor: pointer;
  width: 100%;
  height: 6vh;
  padding-top: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.button.left {
  border-right: 2.5px solid var(--white);
  color: var(--pale-goldenrod);
  cursor: pointer;
  height: auto;
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

.button.left:hover {
  background-color: var(--dark-khaki);
  color: var(--maroon);
}

.button.left.rrww {
  text-transform: uppercase;
}

.button.left.rrww.rare {
  border-right-style: none;
}

.button.middle {
  border-right: 2.5px solid var(--white);
  border-left: 2.5px solid var(--white);
  background-color: var(--dark-khaki);
  color: var(--maroon);
  height: auto;
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

.button.middle:hover {
  background-color: var(--dark-khaki);
  color: var(--maroon);
}

.button.right {
  border-left: 2.5px solid var(--white);
  color: var(--pale-goldenrod);
  height: auto;
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

.button.right:hover {
  background-color: var(--dark-khaki);
  color: var(--maroon);
}

.columns {
  text-align: center;
}

.column, .column-2, .column-3 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-6 {
  position: absolute;
  inset: 25px 25px auto auto;
}

.navbar {
  background-color: #0000;
}

.nav-link {
  color: var(--white);
  text-transform: uppercase;
  cursor: pointer;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
}

.nav-link.w--current {
  color: var(--dark-khaki);
}

.nav-link.donate {
  border: 2px solid var(--pale-goldenrod);
  background-color: var(--maroon);
  color: var(--pale-goldenrod);
  margin-top: 0;
  padding: 12px 35px;
  font-weight: 700;
}

.nav-link.donate:hover {
  border-color: var(--maroon);
  background-color: var(--dark-khaki);
  color: var(--maroon);
}

.nav-link.hom.w--current {
  color: var(--dark-khaki);
}

.div-block-7 {
  float: left;
  width: 40%;
  margin-top: 50px;
}

.submit-button {
  float: right;
  border: 2px none var(--pale-goldenrod);
  background-color: var(--maroon);
  text-transform: uppercase;
  width: 26%;
  padding: 9.5px 25px;
  font-weight: 400;
}

.heading-3 {
  color: var(--white);
  text-transform: none;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.text-field {
  float: left;
  width: 32%;
  margin-right: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-field-2 {
  float: left;
  width: 40%;
  margin-right: 4px;
}

.success-message {
  color: var(--white);
  background-color: #830000bf;
}

.success-message.ces {
  background-color: var(--maroon);
  color: var(--pale-goldenrod);
}

.text-block-2 {
  text-transform: none;
}

.div-block-8 {
  padding: 65px 12.5%;
  font-size: 15px;
  line-height: 25px;
}

.div-block-8.dimg {
  background-color: #f5f5f5;
  padding-top: 65px;
}

.div-block-8.dimg.rww {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-8.do {
  margin-top: 11vh;
  padding-top: 100px;
  padding-bottom: 65px;
}

.div-block-8.topss {
  padding-bottom: 65px;
}

.heading-4 {
  color: var(--maroon);
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 65px;
}

.heading-4.lfe {
  text-align: left;
}

.heading-4.white {
  color: var(--white);
}

.heading-4.lefs {
  text-align: left;
  font-size: 60px;
  line-height: 70px;
}

.heading-4.lefs.cen, .container {
  text-align: center;
}

.div-block-9 {
  border-bottom: 2px solid var(--dark-khaki);
  width: 125px;
  margin-bottom: 20px;
  display: inline-block;
}

.div-block-9.ll {
  display: block;
}

.div-block-9.ll.cees {
  display: inline-block;
}

.paragraph {
  color: var(--dim-grey-2);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.div-block-10 {
  text-align: center;
}

.div-block-10.rwe {
  margin-bottom: 50px;
}

.div-block-10.sor {
  width: 50%;
}

.paragraph-2 {
  color: var(--dim-grey-2);
  margin-bottom: 25px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.paragraph-2.link {
  color: var(--pale-goldenrod);
  margin-bottom: 0;
}

.paragraph-2.lis {
  margin-bottom: 15px;
}

.paragraph-2.wt {
  color: var(--white);
}

.paragraph-2.wt.smal {
  font-size: 12px;
  line-height: 18px;
}

.paragraph-2.es {
  margin-bottom: 0;
}

.paragraph-2.es.loee {
  text-align: left;
  margin-bottom: 25px;
  padding-right: 150px;
}

.paragraph-2.es.loee.roos {
  padding-right: 0;
}

.paragraph-2.es.loee.roos.rww.rrwr.rearereare.ararare {
  margin-bottom: 15px;
}

.paragraph-2.es.loee.arew {
  margin-bottom: 50px;
}

.div-block-11 {
  opacity: 0;
  display: none;
}

.link-3 {
  background-color: var(--maroon);
  color: var(--pale-goldenrod);
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.div-block-12 {
  border: 3px solid var(--dark-khaki);
  background-color: var(--maroon);
  color: var(--pale-goldenrod);
  padding: 10px 15px;
  display: inline-block;
}

.column-4 {
  text-align: left;
  padding-left: 0;
  padding-right: 20px;
}

.image-2 {
  border: 1px solid var(--maroon);
}

.list-item {
  color: var(--dim-grey-2);
  margin-bottom: 5px;
  font-size: 19px;
  line-height: 35px;
}

.list-item.aess {
  margin-bottom: 12px;
  line-height: 25px;
}

.list {
  margin-bottom: 0;
  padding-left: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 17px;
  line-height: 32px;
}

.column-5 {
  padding-top: 100px;
  padding-left: 20px;
  padding-right: 0;
}

.goldlink {
  color: var(--pale-goldenrod);
  cursor: pointer;
  text-decoration: none;
}

.goldlink:hover {
  color: var(--dark-khaki);
}

.link-block-4 {
  width: 19px;
  margin-right: 15px;
}

.link-block-4.a {
  margin-right: 20px;
}

.link-block-4.eres {
  cursor: pointer;
}

.bold-text-2 {
  color: var(--pale-goldenrod);
  font-size: 14px;
  text-decoration: underline;
}

.div-block-36 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
  padding-top: 10px;
}

.text-span {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
}

.text-span-7 {
  color: #d4d4d4;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
}

.link-4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.button-2 {
  text-align: center;
  cursor: pointer;
  background-color: #033d78;
  border: 3px solid #d80304;
  width: 225px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.button-2.abo {
  cursor: pointer;
  width: 175px;
  margin-right: 15px;
}

.button-2.abo.doosc {
  cursor: pointer;
  background-color: #d80304;
  border-color: #fff;
  width: 250px;
}

.button-2.abo.doosc:hover {
  color: #d80304;
  background-color: #fff;
  border-color: #d80304;
}

.button-2.abo.doosc.fdfdfd {
  background-color: var(--dark-khaki);
  color: var(--maroon);
  margin-right: 0;
}

.button-2.abo.doosc.fdfdfd:hover {
  border-color: var(--dark-khaki);
  background-color: var(--maroon);
  color: var(--dark-khaki);
}

.button-2.abo.doosc.fdfdfd.meet {
  border-color: var(--maroon);
  padding-top: 12px;
  padding-bottom: 12px;
}

.button-2.abo.doosc.fdfdfd.meet:hover {
  border-color: var(--dark-khaki);
}

.text-span-4 {
  font-size: 12px;
  line-height: 18px;
}

.footer {
  border-top: 5px solid var(--dark-khaki);
  border-bottom: 10px solid var(--dark-khaki);
  background-color: var(--maroon);
}

.div {
  text-align: center;
  margin-bottom: 20px;
}

.paragraph-3 {
  color: #818181;
  text-align: left;
  letter-spacing: 0;
  font-family: Lato, sans-serif;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 25.5px;
}

.paragraph-3.ererc {
  color: #fff;
  text-align: center;
  letter-spacing: -.25px;
  margin-bottom: 25px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-3.ererc.trr {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-3.ererc.trr.mail {
  color: #fff;
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.div-block-19 {
  text-align: center;
  padding: 35px 20px 15px;
}

.div-block-19.z {
  padding-bottom: 10px;
}

.text-span-3 {
  font-size: 11px;
}

.link-5 {
  color: #a00000;
  font-weight: 600;
}

.link-5.y {
  color: #d4d4d4;
}

.image-7 {
  width: 250px;
  margin-bottom: 15px;
}

.div-block-37 {
  float: right;
  padding-right: 5px;
  display: block;
  position: absolute;
  inset: 79vh 0% auto auto;
}

.link-block {
  margin-left: 5px;
  margin-right: 5px;
}

.link-block.uis {
  cursor: pointer;
}

.image-3 {
  width: 22px;
  margin-left: 5px;
  margin-right: 5px;
}

.div-block-38 {
  float: left;
  margin-top: 10px;
}

.text-span-8 {
  font-size: 50px;
}

.div-block-39 {
  text-align: center;
}

.button-3 {
  border: 3px solid var(--dark-khaki);
  background-color: var(--maroon);
  text-transform: uppercase;
  padding-left: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.button-3.gold {
  border-color: var(--white);
  background-color: var(--dark-khaki);
  color: var(--maroon);
}

.div-block-40 {
  border-top: 5px solid var(--dark-khaki);
  border-bottom: 5px solid var(--dark-khaki);
  background-color: var(--maroon);
  height: auto;
  padding: 50px 12.5%;
}

.bold-text-3, .bold-text-4 {
  color: var(--pale-goldenrod);
  font-size: 14px;
}

.div-block-41 {
  padding-top: 75px;
  padding-bottom: 75px;
}

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

.div-block-42 {
  text-align: left;
}

.section-3 {
  z-index: 1000;
  border-top: 5px solid var(--dark-khaki);
  border-bottom: 3px none var(--dark-khaki);
  background-color: var(--maroon);
  justify-content: space-between;
  align-items: center;
  height: 11vh;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 3px 4px 2px #000000bf;
}

.section-3.rwrwws {
  opacity: 0;
  display: none;
}

.paragraph-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 25.5px;
}

.paragraph-4.foots {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
}

.column-6 {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.html-embed-2 {
  text-align: left;
}

.columns-2 {
  margin-bottom: 75px;
}

.image-8 {
  height: 10.5vh;
}

.div-block-43 {
  margin-left: 0;
  padding-left: 0;
}

.bold-text-5 {
  color: var(--pale-goldenrod);
}

.form-block-2 {
  margin-bottom: 0;
}

.text-field-5 {
  float: left;
  text-align: center;
  width: 80.5%;
  height: 50px;
  margin-bottom: 0;
  margin-right: 0%;
  padding-top: 0;
  padding-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
  line-height: 15px;
}

.submit-button-2 {
  float: right;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #000;
  width: 19%;
  height: 51.5px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
}

.submit-button-2:hover {
  color: #40a833;
  background-color: #000;
}

.submit-button-2.gree {
  background-color: var(--dark-khaki);
  color: var(--maroon);
  height: 51px;
}

.submit-button-2.gree:hover {
  color: #fff;
}

.success-message-2 {
  background-color: var(--dark-khaki);
  color: var(--maroon);
  padding-left: 10px;
  padding-right: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.div-block-44 {
  padding-left: 15.5%;
  padding-right: 15.5%;
}

.div-block-44.bes {
  margin-top: 10px;
}

.error-message {
  background-color: var(--black);
  color: var(--pale-goldenrod);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
}

.column-7 {
  padding-left: 0;
  padding-right: 20px;
}

.image-9 {
  border: 3px solid var(--maroon);
  border-radius: 360px;
  width: 250px;
  height: 250px;
  margin-right: 25px;
}

.image-9.rwrerwr {
  width: 260px;
  height: 260px;
}

.div-block-45 {
  margin-bottom: 20px;
}

.div-block-46 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-3 {
  text-align: left;
  font-family: Great Vibes, cursive;
  font-size: 40px;
  line-height: 45px;
}

.text-span-9 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
  line-height: 18px;
}

.column-8 {
  padding-left: 0;
}

.column-9 {
  padding-left: 100px;
  padding-right: 0;
}

.image-10 {
  border: 3px solid var(--maroon);
}

.columns-3 {
  align-items: flex-start;
  display: flex;
}

.div-block-47 {
  margin-bottom: 50px;
}

.div-block-47.rrerwwr, .div-block-49 {
  opacity: 0;
  display: none;
}

.div-block-50 {
  padding-top: 10px;
}

.div-block-51 {
  margin-bottom: 75px;
}

.text-field-6 {
  float: right;
  background-color: #f8f8f8;
  width: 59%;
  font-size: 15px;
  line-height: 25px;
}

.text-field-6.rwee {
  float: left;
  color: #9e9e9e;
  width: 62%;
}

.text-field-6.reem {
  float: none;
  width: 100%;
}

.text-field-7 {
  float: left;
  color: #9e9e9e;
  background-color: #f8f8f8;
  width: 45%;
  font-size: 15px;
  line-height: 25px;
}

.submit-button-3 {
  float: right;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #b01f24;
  width: 18%;
  font-size: 15px;
}

.submit-button-3:hover {
  color: #140958;
  background-color: #b01f24;
}

.submit-button-3.message {
  float: none;
}

.submit-button-3.message.drww.ew {
  padding-top: 12px;
  padding-bottom: 12px;
}

.text-field-3 {
  float: right;
  color: #9e9e9e;
  background-color: #f8f8f8;
  width: 54%;
  font-size: 15px;
  line-height: 25px;
}

.select-field-2 {
  color: #9e9e9e;
  background-color: #f8f8f8;
  font-size: 15px;
}

.success-message-3 {
  color: #fff;
  background-color: #140958;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 300;
}

.textarea {
  color: #9e9e9e;
  background-color: #f8f8f8;
  padding-bottom: 25px;
  font-size: 15px;
  line-height: 25px;
}

.text-field-4 {
  float: left;
  background-color: #f8f8f8;
  width: 40%;
  font-size: 15px;
  line-height: 25px;
}

.text-field-4.eiiww {
  float: left;
  color: #9e9e9e;
  width: 55%;
}

.text-field-4.eiiww.rwewee {
  float: right;
  color: #9e9e9e;
  width: 37%;
}

.text-field-4.eiiww.rweew {
  float: right;
  color: #9e9e9e;
  width: 44%;
}

.text-field-4.rww {
  float: right;
  width: 59%;
}

.select-field {
  color: #9b9b9b;
  background-color: #f8f8f8;
  padding-top: 5px;
  padding-bottom: 0;
  font-size: 15px;
  line-height: 25px;
}

.text-field-8 {
  float: left;
  color: #9e9e9e;
  background-color: #f8f8f8;
  width: 45%;
  font-size: 15px;
  line-height: 25px;
}

.column-10 {
  text-align: left;
  padding-left: 0;
}

.columns-4 {
  align-items: center;
  display: flex;
}

.column-11 {
  padding-left: 50px;
  padding-right: 0;
}

.div-block-52 {
  opacity: 0;
  display: none;
}

.div-block-53 {
  margin-top: 10px;
}

html.w-mod-js [data-ix="new-interaction"] {
  opacity: 0;
  display: none;
}

@media screen and (max-width: 991px) {
  p {
    margin-bottom: 20px;
  }

  li {
    margin-bottom: 18px;
  }

  .section {
    height: auto;
  }

  .div-block {
    background-image: linear-gradient(to right, #000000a6, #0000 65%), linear-gradient(#000000bf, #0000 51%), linear-gradient(#0000, #0000), url('../images/homeimage4.jpg');
    background-position: 0 0, 0 0, 0 0, 50%;
    background-size: auto, auto, auto, cover;
    height: 500px;
    padding-left: 25px;
  }

  .image {
    width: 400px;
  }

  .div-block-2 {
    width: 60%;
    margin-bottom: 10px;
    padding-top: 25px;
  }

  .heading-2 {
    font-size: 32px;
    line-height: 45px;
  }

  .div-block-6 {
    top: 10px;
    right: 0;
  }

  .navbar {
    opacity: 1;
  }

  .nav-link {
    border-bottom: 1px solid var(--black);
    text-align: right;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 25px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
  }

  .nav-link.donate {
    background-color: var(--dark-khaki);
    color: var(--maroon);
    border-style: none;
    padding: 20px;
  }

  .nav-link.ct {
    border-bottom-style: none;
  }

  .nav-link.hom {
    border-top: 1px solid #000;
  }

  .menu-button {
    color: var(--white);
    height: 11vh;
    padding: 3.75vh 25px 0;
    font-size: 30px;
    line-height: 40px;
  }

  .menu-button.w--open {
    opacity: 0;
    display: none;
  }

  .text-block {
    font-size: 10px;
    line-height: 12px;
  }

  .nav-menu {
    background-color: #830000f2;
    width: 80300px;
    max-width: 300px;
    padding-top: 75px;
  }

  .nav-menu.gafg {
    margin-top: 0;
    padding-top: 0;
  }

  .div-block-7 {
    float: none;
    width: 40%;
  }

  .submit-button {
    float: none;
    border-style: solid;
    border-width: 1px;
    width: auto;
    padding: 12px 30px;
  }

  .text-field, .text-field-2 {
    float: none;
    width: 100%;
  }

  .div-block-8 {
    padding: 60px 10%;
  }

  .div-block-8.dimg.rww {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .div-block-8.do {
    padding-top: 75px;
    padding-bottom: 40px;
  }

  .heading-4 {
    font-size: 50px;
    line-height: 44px;
  }

  .heading-4.lefs {
    font-size: 50px;
    line-height: 55px;
  }

  .div-block-10.sor {
    width: 100%;
  }

  .paragraph-2.es.loee.arew {
    margin-bottom: 35px;
    padding-right: 0;
  }

  .div-block-11 {
    z-index: 1000;
    opacity: 1;
    padding: 15px 10px 10px;
    display: block;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .link {
    color: var(--white);
    padding-left: 15px;
    padding-right: 15px;
    font-size: 40px;
    font-weight: 400;
    line-height: 45px;
    text-decoration: none;
  }

  .heading-5 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-5.dfaffe {
    text-align: right;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .div-block-12.eea {
    font-size: 16px;
    line-height: 20px;
  }

  .column-4 {
    padding-right: 0;
  }

  .column-5 {
    padding-top: 50px;
    padding-left: 0;
  }

  .goldlink.ers {
    font-size: 16px;
    line-height: 26px;
  }

  .bold-text-2 {
    color: var(--pale-goldenrod);
    font-size: 13px;
    font-weight: 500;
  }

  .text-span {
    font-size: 14px;
  }

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

  .text-span-4 {
    font-size: 11px;
  }

  .footer {
    border-top-width: 5px;
    border-bottom-width: 7.5px;
  }

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

  .paragraph-3.ererc {
    font-size: 11px;
    line-height: 15px;
  }

  .div-block-19 {
    padding-top: 15px;
    padding-bottom: 5px;
  }

  .div-block-19.z {
    padding-top: 25px;
    padding-bottom: 15px;
  }

  .div-block-37 {
    float: none;
    opacity: 1;
    text-align: center;
    display: block;
    position: absolute;
    inset: 81vh 0% auto auto;
  }

  .link-block {
    margin-left: 5px;
  }

  .div-block-38 {
    margin-top: 15px;
  }

  .text-span-8 {
    font-size: 48px;
  }

  .button-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
  }

  .div-block-40 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .bold-text-3, .bold-text-4 {
    color: var(--pale-goldenrod);
    font-size: 13px;
    font-weight: 500;
  }

  .section-3 {
    border-top-style: none;
    padding-left: 10px;
    padding-right: 0;
  }

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

  .paragraph-4.foots {
    color: #fff;
  }

  .column-6 {
    margin-bottom: 75px;
  }

  .columns-2 {
    margin-bottom: 35px;
  }

  .bold-text-5 {
    color: var(--pale-goldenrod);
  }

  .div-block-44 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .image-9.rwrerwr {
    margin-bottom: 25px;
    margin-right: 0;
  }

  .div-block-46.iifiosos {
    display: block;
  }

  .div-block-46.iifiosos.reraewra {
    margin-bottom: 20px;
  }

  .column-9 {
    padding-left: 0;
  }

  .columns-3 {
    display: block;
  }

  .div-block-47 {
    margin-bottom: 25px;
  }

  .div-block-47.rarrerae {
    opacity: 0;
    display: none;
  }

  .div-block-47.rrerwwr {
    opacity: 1;
    display: block;
  }

  .div-block-48 {
    margin-bottom: 25px;
  }

  .image-11 {
    border: 3px solid var(--maroon);
  }

  .div-block-49 {
    opacity: 1;
    display: block;
  }

  .column-10 {
    padding-right: 0;
  }

  .columns-4 {
    display: block;
  }

  .column-11 {
    padding-left: 0;
  }

  .div-block-52 {
    opacity: 1;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .section, .div-block {
    height: 82vh;
  }

  .div-block-4 {
    height: auto;
  }

  .button.left {
    border-bottom: 2.5px solid var(--white);
    border-right-style: none;
  }

  .button.left.rrww.rare {
    border-bottom-style: none;
  }

  .button.middle {
    border-style: solid none;
    border-top-width: 2.5px;
    border-top-color: var(--white);
    border-bottom-width: 2.5px;
    border-bottom-color: var(--white);
  }

  .button.right {
    border-top: 2.5px solid var(--white);
    border-bottom: 1px #000;
    border-left-style: none;
  }

  .section-2 {
    height: auto;
  }

  .div-block-7 {
    display: none;
  }

  .div-block-8 {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }

  .heading-4 {
    font-size: 40px;
    line-height: 45px;
  }

  .heading-4.lefs {
    font-size: 40px;
    line-height: 42px;
  }

  .paragraph-2.wt.smal {
    margin-bottom: 0;
    line-height: 16px;
  }

  .div-block-37 {
    opacity: 0;
    display: none;
    inset: 15px auto auto 0%;
  }

  .column-6 {
    margin-bottom: 50px;
  }

  .columns-2 {
    margin-bottom: 25px;
  }

  .text-field-6, .text-field-6.rwee {
    float: none;
    width: 100%;
  }

  .text-field-7 {
    float: none;
    text-align: left;
    width: 100%;
  }

  .text-field-3, .text-field-4, .text-field-4.eiiww, .text-field-4.eiiww.rwewee, .text-field-4.eiiww.rweew, .text-field-4.rww, .text-field-8 {
    float: none;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  ul {
    padding-left: 25px;
  }

  li {
    margin-bottom: 20px;
    line-height: 28px;
  }

  .section {
    height: auto;
    position: static;
    inset: 0%;
  }

  .div-block {
    background-image: linear-gradient(to top, #000000bf, #0000 54%), linear-gradient(#0000001a, #0000001a), linear-gradient(#000, #0000 37%), linear-gradient(#0000, #0000), url('../images/homeimagepnone.jpg');
    background-position: 0 0, 0 0, 0 0, 0 0, 50%;
    background-size: auto, auto, auto, auto, cover;
    height: 500px;
    padding-left: 0;
    padding-right: 0%;
    position: static;
    inset: 0%;
  }

  .image {
    width: 250px;
  }

  .div-block-2 {
    text-align: center;
    width: 100%;
    margin-top: 275px;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .heading-2 {
    float: none;
    margin-top: 0;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
  }

  .button.left {
    border-top: 3px solid var(--dark-khaki);
    border-bottom-width: 1.5px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 28px;
  }

  .button.left.rrww.rare {
    border-top-style: none;
  }

  .button.middle {
    border-top-width: 1.5px;
    border-top-color: var(--white);
    border-bottom-width: 1.5px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 28px;
  }

  .button.right {
    border-bottom: 3px solid var(--dark-khaki);
    border-top-width: 1.5px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 28px;
  }

  .div-block-5 {
    text-align: center;
    margin-top: 0%;
    position: static;
    inset: 50vh 0% auto;
  }

  .nav-link {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 20px;
  }

  .nav-link.donate {
    font-weight: 500;
  }

  .nav-link.hom {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .menu-button {
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav-menu {
    background-color: #830000f5;
    width: 100vw;
    max-width: none;
    padding-top: 75px;
  }

  .nav-menu.gafg {
    margin-top: 0;
  }

  .div-block-8 {
    padding: 50px 7.5%;
  }

  .div-block-8.topss {
    padding-bottom: 50px;
  }

  .heading-4 {
    margin-top: 0;
    font-size: 38px;
    line-height: 40px;
  }

  .heading-4.mall {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 22px;
  }

  .heading-4.lefs {
    font-size: 38px;
    line-height: 40px;
  }

  .paragraph-2 {
    font-size: 20px;
    line-height: 32px;
  }

  .paragraph-2.lis {
    margin-bottom: 25px;
  }

  .paragraph-2.wt.smal {
    font-size: 11px;
    line-height: 15px;
  }

  .paragraph-2.es.loee.arew {
    padding-right: 0;
  }

  .div-block-11 {
    text-align: center;
    width: 100%;
    padding-top: 10px;
  }

  .link {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 40px;
    font-weight: 200;
    line-height: 52px;
  }

  .heading-5.dfaffe {
    text-align: center;
    padding-right: 0;
  }

  .list-item {
    margin-bottom: 12px;
    line-height: 25px;
  }

  .list-item.b {
    margin-bottom: 0;
  }

  .list-item.aess {
    margin-bottom: 20px;
  }

  .list {
    padding-left: 35px;
  }

  .column-5 {
    padding-top: 35px;
  }

  .link-block-4 {
    width: 20px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .link-block-4.a {
    width: 24px;
    margin-left: 20px;
  }

  .text-span {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 15px;
    line-height: 22px;
  }

  .text-span-7 {
    font-size: 11px;
    line-height: 21px;
  }

  .link-4 {
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
  }

  .link-4.poli {
    letter-spacing: -.5px;
    font-size: 11.5px;
  }

  .button-2 {
    width: 100%;
  }

  .text-span-4 {
    letter-spacing: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .footer {
    border-top-width: 5px;
    border-bottom-width: 10px;
  }

  .paragraph-3 {
    color: #797979;
    text-align: justify;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .paragraph-3.ererc {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph-3.ererc.trr {
    margin-bottom: 25px;
    font-size: 13px;
    line-height: 20px;
  }

  .paragraph-3.ererc.trr.mail {
    margin-bottom: 40px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-19 {
    padding: 50px 10px 15px;
  }

  .div-block-19.z {
    padding-top: 50px;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .text-span-3 {
    letter-spacing: -.15px;
    font-family: Droid Serif, serif;
    font-size: 13.5px;
    line-height: 20px;
  }

  .image-7 {
    width: 75%;
    margin-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-37 {
    position: absolute;
    inset: 395px 0% auto;
  }

  .link-block.uis {
    margin-left: 8px;
    margin-right: 8px;
  }

  .image-3 {
    width: 25px;
  }

  .div-block-38 {
    margin-left: 5px;
  }

  .text-span-8 {
    font-size: 32px;
    line-height: 34px;
  }

  .button-3 {
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-40.rer {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-3 {
    border-top-style: none;
  }

  .paragraph-4 {
    color: #797979;
    text-align: justify;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .paragraph-4.foots {
    color: #fff;
    text-align: center;
    font-family: Open Sans, sans-serif;
    font-size: 10.5px;
    line-height: 18px;
  }

  .text-field-5 {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }

  .submit-button-2 {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }

  .submit-button-2.gree.subss {
    margin-bottom: 10px;
  }

  .div-block-44.bes {
    margin-top: 0;
  }

  .text-block-3 {
    font-size: 32px;
    line-height: 35px;
  }

  .submit-button-3 {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }

  .submit-button-3.message.drww {
    margin-bottom: 0;
  }

  .submit-button-3.message.drww.ew {
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 25px;
  }

  .select-field-2 {
    font-size: 15px;
  }

  .form-block-3 {
    margin-bottom: 0;
  }
}


