/* line 4, ../../scss/alumni/scholarship-match.scss */
.goal-meter {
  width: 100%;
  height: 10px;
  background: #cccccc;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
}
/* line 13, ../../scss/alumni/scholarship-match.scss */
.goal-meter .goal-achieved {
  background: #7B5AA6;
  width: 40px;
  height: 10px;
  bottom: 0px;
  position: absolute;
}

/* line 23, ../../scss/alumni/scholarship-match.scss */
.header-underline-lavender:after {
  background-color: #7B5AA6 !important;
}

/* line 26, ../../scss/alumni/scholarship-match.scss */
.header-underline-purple:after {
  background-color: #4160A8 !important;
}

/* line 31, ../../scss/alumni/scholarship-match.scss */
.endow-scholarship-math {
  display: flex;
  justify-content: space-between;
}
/* line 36, ../../scss/alumni/scholarship-match.scss */
.endow-scholarship-math .rounded-box-expanded {
  width: 100%;
  background: transparent linear-gradient(306deg, #192E60 0%, #4160A8 100%);
}

/* line 45, ../../scss/alumni/scholarship-match.scss */
.semi-outline.rounded .js-form {
  border-radius: 0.5rem;
}
/* line 48, ../../scss/alumni/scholarship-match.scss */
.semi-outline.rounded:after {
  border-radius: 0.5rem;
  top: 10px;
  left: 10px;
  width: calc(100% - 10px + 14px);
  height: calc(100% - 10px + 14px);
}

/* line 59, ../../scss/alumni/scholarship-match.scss */
.footer-social-text {
  color: #b3c4d3;
}

/* line 64, ../../scss/alumni/scholarship-match.scss */
.expandable-story {
  position: relative;
  border-bottom: 1px solid #295076;
  margin-bottom: 2.5rem;
}
/* line 68, ../../scss/alumni/scholarship-match.scss */
.expandable-story .ec-button {
  position: absolute;
  right: 0;
  z-index: 99;
  transition: all 200ms ease-in-out;
}
/* line 73, ../../scss/alumni/scholarship-match.scss */
.expandable-story .ec-button.flipped {
  transform: scaleY(-1);
}

@media only screen and (min-width: 40.063em) {
  /* line 83, ../../scss/alumni/scholarship-match.scss */
  .endow-scholarship-math .rounded-box-expanded {
    width: 27%;
  }

  /* line 89, ../../scss/alumni/scholarship-match.scss */
  .expandable-story .ec-button {
    top: 0;
  }
}
@media only screen and (max-width: 40em) {
  /* line 96, ../../scss/alumni/scholarship-match.scss */
  #main-content {
    margin-top: 0px;
  }

  /* line 100, ../../scss/alumni/scholarship-match.scss */
  .endow-scholarship-math {
    display: block;
  }
  /* line 102, ../../scss/alumni/scholarship-match.scss */
  .endow-scholarship-math .rounded-box-expand {
    width: 100%;
    margin-bottom: 1.875rem;
    margin-top: 1.875rem;
  }
  /* line 106, ../../scss/alumni/scholarship-match.scss */
  .endow-scholarship-math .rounded-box-expand:first-of-type {
    margin-top: 0;
  }
  /* line 110, ../../scss/alumni/scholarship-match.scss */
  .endow-scholarship-math .flexy {
    display: flex;
    justify-content: center;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  /* line 119, ../../scss/alumni/scholarship-match.scss */
  .expandable-story .ec-button {
    bottom: 1.875rem !important;
  }
}
