body {
  height: 100%;
  padding-left: 329px;
  background-color: #edeff2;
  font-family: Oswald, sans-serif;
  color: rgba(0, 0, 0, .74);
  font-size: 16px;
  line-height: 20px;
}

li {
    padding-bottom: 7px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #bf3a30;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 5px;
  padding-top: 8px;
  color: #bf3a30;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-transform: none;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 15px;
}

a {
  color: #bf3a30;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

.button {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 4px;
  background-color: #cf404d;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #000;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 100%;
}

.button.blue {
  margin-left: 10px;
  background-color: #2d3e4f;
}

.button.blue:hover {
  background-color: #000;
}

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Homemade Apple';
  color: #fff;
  font-size: 32px;
  line-height: 50px;
  font-weight: 400;
  letter-spacing: 1px;
}

.section {
	position: relative;
	padding: 63px 40px;
	background-color: #fff;
	visibility: visible;
}

.section.section-gray {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  background-color: #fafafa;
}

.call-to-action-section {
  padding: 44px 40px;
  background-color: #cf404d;
  color: #fff;
}

.call-to-action-heading {
  margin-top: 3px;
  margin-bottom: 0px;
  font-weight: 400;
}

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

.hero-heading {
  margin-bottom: 19px;
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hero-subheading {
  margin-bottom: 25px;
  color: #fff;
  font-size: 22px;
  line-height: 29px;
}

.hollow-button {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 11px 20px;
  border: 2px solid #1db0fc;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #1db0fc;
  line-height: 21px;
  text-decoration: none;
}

.hollow-button:hover {
  border-color: #000;
  color: #000;
}

.hollow-button.white {
  border-color: #fff;
  color: #fff;
}

.hollow-button.white:hover {
  border-color: #2d3e4f;
  background-color: #2d3e4f;
  color: #fff;
}

.hollow-button.red {
  border-color: #cf404d;
  background-color: #cf404d;
  color: #fff;
}

.hollow-button.red:hover {
  background-color: transparent;
}

.hollow-button.red.space-above {
  margin-top: 9px;
  margin-left: 0px;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #313131;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.section-subheading.center {
  font-family: 'Droid Sans', sans-serif;
  color: hsla(0, 0%, 45%, .74);
  font-size: 19px;
  line-height: 30px;
  text-align: center;
}

.section-title-group {
  margin-bottom: 62px;
}

.form-field {
  min-height: 45px;
  margin-right: 1px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, .3);
}

.form-field:focus {
  box-shadow: 0 0 0 1px #2e80b6;
}

.form-field.text-area {
  min-height: 110px;
}

.form-wrapper.squeezed {
  padding-right: 19%;
  padding-left: 19%;
}

.social-icon-link {
  padding: 3px;
  opacity: 0.66;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon-link:hover {
  opacity: 1;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  padding-top: 21px;
  padding-bottom: 21px;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.link {
  display: block;
  margin-bottom: 10px;
  color: #cf404d;
  text-decoration: none;
}

.link:hover {
  color: #2d3e4f;
}

.grid-image {
  margin-bottom: 19px;
}

.hero-title-wrapper {
  position: static;
  top: 40%;
  margin-bottom: 155px;
  padding-top: 5%;
  text-align: center;
}

.left-navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 329px;
  height: 100%;
  background-color: #2d3e4f;
}

.nav-link {
  display: block;
  padding: 20px 0px;
  color: #fff;
  font-size: 19px;
  text-align: center;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #cf404d;
}

.nav-link.w--current {
  color: #cf404d;
  font-size: 19px;
}

.nav-link.donate {
  background-color: #bf3a30;
  font-weight: 600;
}

.nav-link.donate:hover {
  color: #000;
}

.nav-menu {
  float: none;
}

.logo-link {
  display: block;
  margin: 216px 10px 50px;
  float: none;
  text-align: center;
}

.social-footer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 16px;
  text-align: center;
}

.grid-fours {
  width: 25%;
  padding: 10px;
  float: left;
}

.banner {
  display: none;
  height: 35%;
  background-image: url('../images/red-sparkle.jpg');
}

.content {
	height: auto;
}

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

.paragraph-form {
  margin-bottom: 0px;
}

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

.event-block {
  margin-bottom: 26px;
  border-style: none none solid;
  border-width: 3px;
  border-color: #000 #000 #bf3a30;
}

.tab-pane {
  margin: 15px;
}

.red {
  background-image: -webkit-linear-gradient(270deg, #bf3a30, #bf3a30);
  background-image: linear-gradient(180deg, #bf3a30, #bf3a30);
  color: #edeff2;
}

.tab-content {
  border: 1px solid #8a8787;
}

.scholarship {
	display: block;
	background-color: #edeff2;
	background-image: url('../images/graduation.png');
	background-position: 126% 100%;
	background-size: contain;
	background-repeat: no-repeat;
}

.scholartext {
  padding: 30px 349px 15px 45px;
}

.tablink {
  background-color: #2d3e4f;
  color: #edeff2;
}

.tablink.w--current {
  background-color: #bf3a30;
  color: #f8c740;
}

.blue-back {
  background-color: #49647b;
  color: #fff;
}

.form-block {
  padding: 10px;
  border-radius: 10px;
  background-color: #bec3c7;
}

.textarea {
  min-height: 85px;
  margin-top: 5px;
}

.textarea.essay {
  min-height: 320px;
}

.textfield {
  margin-top: 5px;
}

.flea-market {
  display: none;
  padding-top: 25px;
  padding-bottom: 50px;
  background-color: #edeff2;
  background-image: -webkit-linear-gradient(185deg, transparent, #ecf0f1 68%), url('../images/flea-market-flipped.jpg');
  background-image: linear-gradient(265deg, transparent, #ecf0f1 68%), url('../images/flea-market-flipped.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.emaillisa {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 4px;
  background-color: #cf404d;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  text-decoration: none;
}

.emaillisa:hover {
  background-color: #000;
}

.emaillisa.w--current {
  background-color: #2e80b6;
}

.emaillisa.full-width {
  display: block;
  width: 100%;
}

.emaillisa.blue {
  margin-left: 10px;
  background-color: #2d3e4f;
}

.emaillisa.blue:hover {
  background-color: #000;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000001, 0.6000000000000001);
  -ms-transform: scale(0.6000000000000001, 0.6000000000000001);
  transform: scale(0.6000000000000001, 0.6000000000000001);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (max-width: 991px) {
  body {
    margin-left: 0px;
    padding-left: 0px;
  }
  h3 {
    font-size: 17px;
  }
  .hamburger-button {
    color: #fff;
  }
  .hamburger-button.w--open {
    background-color: #cf404d;
  }
  .form-wrapper.squeezed {
    padding-right: 8%;
    padding-left: 8%;
  }
  .link.w--current {
    color: #bf3a30;
    line-height: 22px;
  }
  .hero-title-wrapper {
    position: static;
    top: 40%;
    margin-bottom: 20px;
    padding-top: 52px;
  }
  .left-navigation {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    width: 100%;
    height: auto;
    float: none;
  }
  .nav-link {
    padding-left: 13px;
    font-size: 25px;
    text-align: center;
  }
  .nav-link.w--current {
    font-size: 25px;
    text-align: center;
  }
  .nav-menu {
    background-color: #49647b;
  }
  .logo-link {
    margin-top: 14px;
    margin-bottom: 0px;
    margin-left: 10px;
    float: left;
  }
  .social-footer {
    position: absolute;
    display: inline-block;
  }
  .banner {
    height: 300px;
  }
  .scholarship {
    background-position: 173% 0%;
    background-size: contain;
  }
  .flea-market {
    background-position: 173% 0%;
    background-size: contain;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 29px;
  }
  h3 {
    margin-top: 10px;
    font-size: 17px;
    line-height: 22px;
  }
  .section {
    padding-top: 25px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .call-to-action-heading {
    margin-bottom: 13px;
    text-align: center;
  }
  .align-right {
    text-align: center;
  }
  .hero-heading {
    font-size: 37px;
  }
  .hero-title-wrapper {
    top: 35%;
  }
  .grid-fours {
    width: 33.333%;
  }
  .banner {
    height: 275px;
  }
  .column-0-padding {
    margin-bottom: 15px;
    text-align: center;
  }
  .column-remove-padding {
    padding-right: 0px;
    padding-left: 0px;
  }
  .scholarship {
    background-image: -webkit-linear-gradient(186deg, transparent, rgba(237, 239, 242, .9) 53%, #edeff2), url('../images/graduation.png');
    background-image: linear-gradient(264deg, transparent, rgba(237, 239, 242, .9) 53%, #edeff2), url('../images/graduation.png');
    background-position: 0px 0px, 30% 50%;
    background-size: auto, auto;
    background-repeat: repeat, no-repeat;
  }
  .scholartext {
    padding-right: 210px;
  }
  .flea-market {
    background-image: -webkit-linear-gradient(186deg, transparent, rgba(237, 239, 242, .9) 53%, #edeff2), url('../images/flea-market-flipped.jpg');
    background-image: linear-gradient(264deg, transparent, rgba(237, 239, 242, .9) 53%, #edeff2), url('../images/flea-market-flipped.jpg');
    background-position: 0px 0px, 30% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .button.blue {
    margin-top: 10px;
    margin-left: 0px;
  }
  .section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .hero-heading {
    padding-top: 0px;
  }
  .form-wrapper.squeezed {
    padding-right: 2%;
    padding-left: 2%;
  }
  .hero-title-wrapper {
    top: 28%;
  }
  .banner {
    height: 400px;
    margin-top: 0px;
    padding-top: 0px;
  }
  .scholarship {
    background-image: -webkit-linear-gradient(270deg, rgba(237, 239, 242, .8), rgba(237, 239, 242, .8)), url('../images/graduation.png');
    background-image: linear-gradient(180deg, rgba(237, 239, 242, .8), rgba(237, 239, 242, .8)), url('../images/graduation.png');
    background-position: 0px 0px, 30% 50%;
    background-size: auto, auto;
    background-repeat: repeat, no-repeat;
  }
  .scholartext {
    padding-right: 20px;
    padding-left: 20px;
  }
  .flea-market {
    padding-top: 2px;
    padding-bottom: 5px;
    background-image: none;
    background-position: 0px 0px;
  }
  .emaillisa.blue {
    margin-top: 10px;
    margin-left: 0px;
  }
}
