.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.site-designer {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  margin-top: auto;
  display: flex;
}

.link-block-4 {
  color: #fff;
  text-decoration: none;
}

.text-block-6 {
  color: #fff;
  text-align: center;
  font-size: 12px;
}

.section {
  background-image: url('../images/pexels-katerina-holmes-5905918.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  background-color: purple;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
  display: flex;
}

.instagram-content-bottom {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feedspring-alert {
  color: #000;
  background-color: #f5f7f8;
  border: 1px solid #edf0f2;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  max-width: 1120px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
  display: flex;
}

.feedspring-css {
  display: none;
}

.instagram-username {
  font-weight: 500;
}

.feedspring-alert-text {
  letter-spacing: -.08px;
  font-size: 14px;
  line-height: 20px;
}

.feedspring-alert-close {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.instagram-count-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.feedspring-alert-title {
  letter-spacing: -.08px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.feedspring-wrapper {
  z-index: 5;
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.instagram-icon-small {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.instagram-count-text-small {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.instagram-slide {
  margin-right: 16px;
}

.instagram-cover {
  z-index: 99;
  opacity: 1;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: #fff;
  background-color: #08080bb5;
  text-decoration: none;
  position: absolute;
  inset: 0%;
}

.instagram-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.instagram-count-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.intagram-post {
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}

.instagram-slider-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.slide-nav {
  display: none;
}

.instagram-avatar {
  border-radius: 100%;
  width: 40px;
  height: 40px;
}

.instagram-count {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.instagram-post-details {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

.feedspring-alert-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-button {
  color: #fff;
  background-color: #050414;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.feedspring-section {
  padding: 72px 5%;
}

.feedspring-alert-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.instagram-slider {
  background-color: #0000;
  height: 100%;
  padding-left: 64px;
  padding-right: 64px;
}

.instagram-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 24px;
  display: flex;
}

.instagram-caption {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.instagram-overlay {
  z-index: 99;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #08080b7a;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.instagram-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.instagram-image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.instagram-mask {
  width: 100%;
  height: 100%;
}

.instagram-css-line-clamp {
  display: none;
}

.instagram-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.intagram-card-c {
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  height: 300px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.instagram-slider-2 {
  background-color: #0000;
  align-items: center;
  width: 100%;
  height: 100%;
}

.instagram-icon-small-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.instagram-arrow-r {
  color: #23252e;
  background-color: #fff;
  border: 1px solid #eaebf0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  right: -24px;
}

.instagram-arrow-r:hover {
  color: #09090c;
  background-color: #f6f7f9;
}

.instagram-slide-nav {
  display: none;
}

.instagram-section {
  padding: 72px 0%;
}

.instagram-icon-large {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: color .2s;
  display: flex;
}

.instagram-slide-2 {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}

.instagram-count-2 {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.instagram-arrow-l {
  color: #23252e;
  background-color: #fff;
  border: 1px solid #eaebf0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  left: -24px;
}

.instagram-arrow-l:hover {
  color: #09090c;
  background-color: #f6f7f9;
}

.background-video {
  z-index: 0;
  flex-flow: column;
  height: 100vh;
  margin-top: 60px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-weight: 700;
  display: flex;
}

.headermenu {
  z-index: 1;
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0% 0% auto;
}

.paragraph {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.div-block---top {
  background-color: purple;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  display: flex;
}

.div-block---bottom {
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
}

.navbar {
  background-color: #0003;
  justify-content: center;
  align-items: center;
  height: 90px;
  display: flex;
}

.brand {
  display: none;
}

.nav-link {
  color: purple;
  text-align: center;
  background-color: #fff;
  width: 150px;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  box-shadow: 0 2px 5px #0003;
}

.nav-link.w--current {
  color: purple;
  font-weight: 800;
  text-decoration: overline;
}

.nav-link.donate {
  color: #fff;
  background-color: purple;
}

.nav-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-2 {
  text-align: center;
  margin-top: auto;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.bold-text {
  font-size: 14px;
  font-weight: 300;
}

.section-2 {
  padding: 40px 10px 50px;
}

.heading {
  text-align: center;
  margin-top: 0;
  font-size: 30px;
}

.paragraph-3 {
  color: purple;
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
}

.paragraph-3.upper {
  margin-bottom: 20px;
}

.paragraph-3.upper.programs {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.div-block {
  background-color: #f7f7f7;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block.programs {
  justify-content: flex-start;
  align-items: center;
}

.image-2 {
  height: 100px;
}

.text-block-7 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.text-block-7.programs {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 800;
}

.image-3 {
  height: 30px;
}

.image-4 {
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.code-embed {
  z-index: 0;
  margin-bottom: -6px;
  position: relative;
}

.section-3 {
  background-color: #3e3f3f;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 10px;
  display: flex;
}

.grid-2 {
  grid-template-rows: auto;
  max-width: 1300px;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.paragraph-4 {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.paragraph-4.affiliate {
  font-size: 21px;
}

.paragraph-4.combocase {
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 3px 1px #0003;
  margin-left: auto;
  margin-right: auto;
  font-size: 26px;
}

.text-block-8 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.paragraph-5 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.button {
  text-align: center;
  background-color: purple;
  width: 150px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.button.sec9 {
  width: 200px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.button.affilate {
  background-color: #3e3f3f;
}

.section-4 {
  padding: 40px 10px;
}

.paragraph-6 {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 20px;
}

.div-block-3 {
  background-color: #f7f7f7;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.image-6 {
  width: 80px;
}

.paragraph-7 {
  text-align: center;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
}

.text-block-9 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.paragraph-8 {
  text-align: center;
  margin-top: 0;
}

.div-block-4 {
  margin-top: auto;
}

.button-2 {
  text-align: center;
  background-color: purple;
  width: 200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: block;
}

.div-block-5 {
  background-color: #f7f7f7;
  border-bottom: 1px solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image-7 {
  width: 125px;
}

.text-block-3 {
  color: purple;
  text-align: center;
  margin-top: 20px;
  font-weight: 700;
}

.link-8 {
  color: purple;
  text-decoration: none;
}

.section-5 {
  background-image: url('../images/pexels-katerina-holmes-5905700.jpg');
  background-position: 50% 36%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  margin-top: 60px;
}

.section-5.performing-arts {
  background-image: url('../images/ballet-359982.jpg');
}

.section-5.academic-affairs {
  background-image: url('../images/pexels-rdne-7713538.jpg');
  background-position: 50% 12%;
}

.section-5.senior-council {
  background-image: url('../images/pexels-rdne-8124412.jpg');
  background-position: 50% 21%;
}

.section-5.galaxy-reading {
  background-image: url('../images/improve-reading-skills-in-kids-1440x810.jpg');
  background-position: 50% 25%;
}

.section-6 {
  padding: 40px 10px;
}

.large-heading-black {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-size: 60px;
  line-height: 70px;
}

.large-heading-black.redfont {
  color: #660c17;
  margin-bottom: 40px;
}

.paragraph-9 {
  text-align: center;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
}

.profileimages {
  background-image: url('../images/Lorri.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  width: 360px;
  height: 500px;
  margin-left: auto;
}

.profileimages:hover {
  background-size: 150%;
}

.profileimages.cobbs {
  background-image: url('../images/Mr.-Cobb.png');
}

.profileimages.veronica {
  background-image: url('../images/Veronica.png');
}

.profileimages.mac {
  background-image: url('../images/Mac-Knight.png');
}

.profileimages.michele {
  background-image: url('../images/Michele-Porter.jpg');
}

.profile-information {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 800px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.bold-text-3 {
  color: #660c17;
}

.team_membername {
  color: purple;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.div-block-57 {
  background-color: #660c17;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  margin-top: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.text-block-26 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.team_membertitle {
  color: #660c17;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-11 {
  color: #000;
  margin-bottom: 35px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.link-block-5 {
  color: #000;
  text-decoration: none;
}

.link-block-5.hide {
  display: none;
}

.heading-2 {
  color: purple;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.text-block-27 {
  text-align: center;
}

.text-block-28 {
  color: #fff;
  text-align: center;
  background-color: purple;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.section-7 {
  padding: 40px 10px;
}

.link-9 {
  color: purple;
  text-align: center;
  width: 125px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-8 {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 10px;
  display: flex;
}

.paragraph-12 {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.paragraph-12.about-us {
  color: purple;
}

.paragraph-12.aboutus_white_center {
  text-align: center;
}

.text-block-29 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.text-block-29.about-us {
  color: purple;
}

.paragraph-13 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.paragraph-13.about-us {
  color: #020202;
}

.section-9 {
  background-color: #3e3f3f;
  padding: 40px 10px;
}

.text-block-30 {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
}

.video {
  margin-left: auto;
  margin-right: auto;
}

.div-block-58 {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-58.lorri_ceo {
  margin-top: 20px;
}

.image-9 {
  height: 60px;
}

.section-10 {
  padding: 40px 10px;
}

.subheading {
  color: #fff;
  text-align: center;
  background-color: purple;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.section-11 {
  border-top: 2px solid #623691;
  padding: 40px 10px;
}

.container {
  padding-left: 10px;
  padding-right: 10px;
}

.title-header-2 {
  color: purple;
  text-align: left;
  text-transform: none;
  border-bottom: 1px #d9e1e6;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 26px;
  font-weight: 800;
  line-height: 38px;
}

.paragraph-20 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.heading-38 {
  color: purple;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
}

.page-link {
  color: purple;
  border-bottom: 1px solid #56697e52;
  font-weight: 700;
  text-decoration: none;
}

.page-link:hover {
  color: #56697e;
  border-bottom-color: #56697e;
}

.page-link.w--current {
  color: #8a191b;
  font-weight: 600;
  text-decoration: none;
}

.page-link.w--current:hover {
  box-shadow: none;
  color: #204546;
  font-weight: 600;
}

.grid-7 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-21 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.button-3 {
  text-align: center;
  background-color: purple;
  margin-bottom: 10px;
}

.section-12 {
  padding: 60px 10px;
}

.paragraph-22 {
  text-align: center;
  font-size: 15px;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 40px;
}

.heading-39 {
  color: #fff;
  text-align: center;
  background-color: purple;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.paragraph-23 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
}

.div-block-59 {
  border: 1px solid purple;
}

.button-4 {
  text-align: center;
  background-color: purple;
  border-radius: 20px;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  display: block;
}

.image-10 {
  height: 40px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-24 {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.heading-40 {
  color: purple;
  text-align: center;
  font-size: 28px;
}

.section-13 {
  background-color: #3e3f3f;
}

.heading-41 {
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.paragraph-25 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
}

.div-block-60 {
  max-width: 400px;
  margin: 40px auto;
}

.section-14 {
  background-color: #fff;
  padding: 60px 10px 0;
}

.heading-42 {
  color: #af349d;
  text-align: center;
  font-size: 32px;
}

.paragraph-26 {
  text-align: center;
  font-size: 16px;
}

.code-embed-2 {
  background-color: purple;
  justify-content: center;
  align-items: stretch;
  height: 675px;
  display: flex;
}

.html-embed-15 {
  background-color: #e6e7e8;
}

.heading-43 {
  color: purple;
  text-align: center;
  background-color: #e6e7e8;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  font-size: 24px;
}

.div-block-61 {
  z-index: 0;
  position: relative;
}

.section-15 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-44 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
}

.heading-44.purple {
  color: purple;
}

.paragraph-27 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

.div-block-62 {
  background-color: #333;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.image-11 {
  max-width: 900px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-63 {
  background-image: url('../images/Alabaster-guitar-students-under-Mr.-Evans-direction.jpg');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 900px;
  height: 400px;
  margin: 40px auto;
  display: flex;
}

.div-block-63.p2 {
  background-image: url('../images/Alabaster-growing-members-2015.jpg');
  background-position: 50%;
}

.div-block-63.p3 {
  background-image: url('../images/pexels-rdne-8123856.jpg');
  background-position: 50% 23%;
}

.div-block-63.p4 {
  background-image: url('../images/Tips-To-Help-Motivate-Learning-In-Kids-6-1440x960.jpg');
  background-position: 50%;
}

.heading-45 {
  color: #fff;
  text-align: center;
  background-color: purple;
  margin-top: auto;
  margin-bottom: 0;
  padding: 10px;
  font-size: 18px;
  line-height: 30px;
}

.div-block-64 {
  border-top: 2px solid purple;
  max-width: 900px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.grid-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.heading-46 {
  color: purple;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 30px;
}

.paragraph-28 {
  text-align: center;
  font-size: 13px;
}

.section-16 {
  background-color: purple;
  padding: 40px 10px;
}

.heading-47 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 30px;
}

.heading-47.purple {
  color: #7f007f;
}

.heading-48 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 30px;
}

.heading-48.pruple {
  color: purple;
  font-size: 22px;
  font-weight: 400;
}

.paragraph-29 {
  color: #fff;
  text-align: center;
  max-width: 700px;
  margin: 20px auto;
}

.grid-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-17 {
  background-color: purple;
  padding: 60px 20px;
}

.section-17.grey {
  background-color: #333;
}

.heading-49 {
  color: #fff;
  text-align: center;
  font-size: 30px;
}

.paragraph-30 {
  color: #fff;
  text-align: center;
}

.link-10 {
  text-align: center;
  width: 125px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-12, .link-block-7 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-18 {
  background-color: #333;
  padding: 20px 10px;
}

.grid-11 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-65 {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.paragraph-31 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

.link-11 {
  color: #fff;
}

.section-19 {
  background-color: purple;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-affiliate-showcase {
  background-color: purple;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 10px;
  display: flex;
}

.button-5 {
  text-align: center;
  background-color: #000;
  width: 150px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.grid-12 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.heading-50 {
  text-align: center;
  font-size: 22px;
  line-height: 28px;
}

.para_01 {
  font-size: 15px;
}

.tut-inst {
  color: #fff;
  background-color: #333;
  padding-left: 10px;
  padding-right: 10px;
}

.section-20 {
  padding: 40px 10px;
}

.heading-51 {
  color: purple;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  line-height: 36px;
}

.paragraph-32 {
  text-align: center;
}

.paragraph-33 {
  color: purple;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.code-embed-3 {
  max-width: 700px;
  height: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.section-19-home-page {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.paragraph-39 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.button-6 {
  text-align: center;
  background-color: purple;
  border-radius: 0;
  width: 150px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  display: block;
}

.section-21 {
  background-color: #3e3f3f;
  padding: 40px 10px;
  font-family: Montserrat, sans-serif;
}

.heading-52 {
  color: #000;
  text-align: center;
  margin-top: auto;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 25px;
  text-decoration: none;
}

.grid-13 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-13.bags {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-columns: 1fr 1fr;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.link-block-3 {
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.link-block-3.homepage {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 5px #0003;
}

.paragraph-40 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.paragraph-10 {
  color: #000;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  text-decoration: none;
}

.section-22 {
  padding: 40px 10px;
}

.paragraph-39-black {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-40-black {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}

.code-embed-4 {
  margin-top: 150px;
}

.grid-14 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.section-23 {
  padding: 60px 10px;
}

.image-17 {
  display: none;
}

.paragraph-41 {
  text-align: center;
  margin-bottom: 0;
}

.paragraph-42 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.paragraph-43 {
  text-align: center;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.div-block-66 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-bottom: 10px;
  display: flex;
}

.black-tee {
  font-weight: 700;
}

.div-block-67 {
  background-color: #000;
  border-radius: 20px;
  width: 40px;
  height: 40px;
}

.div-block-67.purple {
  background-color: #4a1d54;
}

.div-block-67.white {
  background-color: #fff;
  border: 1px solid #c4c4c4;
}

.div-block-68 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.image-18 {
  display: none;
}

.fit {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
}

.div-block-69 {
  background-color: #e4e4e4;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 10px;
}

.code-embed-5 {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-18 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.html-embed-6 {
  justify-content: flex-end;
  align-items: center;
}

.html-embed-7 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.image-19, .image-20 {
  display: none;
}

.purple-tee, .white-tee {
  font-weight: 700;
  display: none;
}

.div-block-71 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-12 {
  color: purple;
}

.grid-15 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.text-block-31 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: purple;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
}

.div-block-72 {
  width: 400px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.grid-16 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.image-21 {
  width: 720px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-44 {
  color: #000;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
}

.heading-53 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 32px;
}

.paragraph-45 {
  color: purple;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-46 {
  text-align: center;
  margin-top: 40px;
  font-size: 17px;
}

.bold-text-4 {
  color: purple;
}

.code-embed-6 {
  max-width: 800px;
  height: 1600px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .instagram-slider-grid {
    grid-template-columns: 1fr 1fr;
  }

  .slider-button {
    inset: auto 0% 0% auto;
  }

  .slider-button.left {
    right: 48px;
  }

  .instagram-slider {
    padding-bottom: 52px;
    padding-left: 0;
    padding-right: 0;
  }

  .instagram-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    height: 250px;
  }

  .instagram-arrow-r {
    margin-bottom: -72px;
    left: 0;
    right: -72px;
  }

  .instagram-section {
    padding-bottom: 140px;
  }

  .instagram-arrow-l {
    margin-bottom: -72px;
    left: -72px;
    right: 0;
  }

  .background-video {
    margin-top: 120px;
  }

  .navbar {
    background-color: #fff;
    height: 60px;
    display: block;
  }

  .brand {
    padding-top: 4px;
    padding-left: 10px;
    display: block;
  }

  .nav-link {
    box-shadow: none;
    width: 100%;
  }

  .nav-menu {
    border-top: 1px solid purple;
  }

  .icon {
    color: purple;
  }

  .image {
    height: 52px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #fff;
  }

  .div-block-2 {
    justify-content: center;
    align-items: center;
  }

  .paragraph-4 {
    text-align: center;
    font-size: 23px;
  }

  .text-block-8, .paragraph-5, .text-span {
    text-align: center;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .section-5.academic-affairs {
    background-position: 50% 0;
  }

  .large-heading-black.redfont {
    font-size: 45px;
  }

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

  .profile-information {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .grid-5 {
    grid-template-columns: 1fr;
  }

  .heading-2 {
    font-size: 16px;
  }

  .paragraph-12 {
    text-align: center;
    font-size: 23px;
  }

  .text-block-29, .paragraph-13 {
    text-align: center;
  }

  .link-block-6 {
    display: none;
  }

  .code-embed-2 {
    height: 685px;
  }

  .div-block-62 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .grid-9 {
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: 10px;
    margin-right: 10px;
  }

  .grid-13, .grid-13.bags {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-70 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-18 {
    display: flex;
  }

  .grid-15 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .feedspring-alert-content {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .instagram-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .paragraph {
    font-size: 16px;
  }

  .paragraph-3 {
    font-size: 24px;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .image-5 {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-5 {
    height: 300px;
  }

  .large-heading-black.redfont {
    font-size: 30px;
  }

  .large-heading-black.redfont.larger {
    font-size: 60px;
  }

  .div-block-57 {
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-26 {
    line-height: 22px;
  }

  .grid-6 {
    grid-template-columns: 1fr 1fr;
  }

  .image-8 {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-58 {
    width: 500px;
  }

  .grid-7 {
    grid-template-columns: 1fr;
  }

  .grid-8 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
  }

  .paragraph-23 {
    font-size: 13px;
  }

  .html-embed-15 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .grid-9 {
    grid-template-columns: 1fr 1fr;
  }

  .heading-47 {
    font-size: 25px;
  }

  .grid-12 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
  }

  .grid-13.bags {
    grid-template-columns: 1fr 1fr;
  }

  .grid-14, .grid-15 {
    grid-template-columns: 1fr;
  }

  .paragraph-44 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .code-embed-6 {
    height: 1750px;
  }
}

@media screen and (max-width: 479px) {
  .instagram-slider-grid {
    grid-template-columns: 1fr;
  }

  .instagram-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .intagram-card-c {
    height: 125px;
  }

  .background-video {
    height: 40vh;
  }

  .paragraph {
    font-size: 15px;
  }

  .paragraph-3 {
    font-size: 14px;
    line-height: 22px;
  }

  .bold-text-2 {
    font-size: 18px;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .section-5.academic-affairs {
    background-position: 50% 0;
  }

  .large-heading-black.redfont {
    font-size: 20px;
  }

  .large-heading-black.redfont.larger {
    font-size: 40px;
  }

  .profileimages {
    width: 275px;
    height: 300px;
  }

  .profileimages:hover {
    background-position: 50% 20%;
    background-size: 175%;
  }

  .profile-information {
    padding-left: 0;
    padding-right: 0;
  }

  .team_membername {
    font-size: 26px;
  }

  .div-block-57 {
    flex-direction: column;
  }

  .team_membertitle {
    font-size: 16px;
  }

  .grid-6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .heading-2 {
    font-size: 16px;
  }

  .div-block-58 {
    width: 360px;
  }

  .grid-8 {
    grid-template-columns: 1fr;
  }

  .div-block-62 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-45 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .grid-9 {
    grid-template-columns: 1fr;
  }

  .heading-47 {
    font-size: 26px;
    line-height: 25px;
  }

  .grid-11 {
    grid-template-columns: 1fr;
  }

  .heading-50 {
    font-size: 18px;
  }

  .paragraph-39 {
    font-size: 20px;
    line-height: 23px;
  }

  .grid-13 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
  }

  .grid-13.bags {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-39-black {
    font-size: 20px;
    line-height: 23px;
  }

  .div-block-67 {
    height: 40px;
  }
}

#w-node-e42ded39-dee1-536a-b2d4-53c2b1135586-f8c3aa0f, #w-node-ef309a34-fa1e-cef6-3fd4-7202faec5b64-b03a6bfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_6345cd5f-392e-ad26-9fd2-ced0f88ddd01-f8c3aa0f, #w-node-_85e94c4d-0c83-6d7a-6df5-97f225c473e9-f8c3aa0f, #w-node-_9923d6ea-0537-20ef-3d2a-3792c760722d-892c2605 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7d847b27-3c7a-5a61-091c-5808750501f2-70cdf9bb, #w-node-_37471393-7d9f-d6d7-8b49-337a378a2dd2-54682e8a, #w-node-a6af8e0d-9b86-724e-579a-39282c3311f3-c61d46d0, #w-node-dd7a5ee4-a937-93e3-aa26-50f33d132684-3a7875ba, #w-node-_92b42014-bc92-aaae-a326-c6241a7489f1-9d424dee {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}


