:root {
  --white: white;
  --black: black;
}

.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-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userformheader {
  text-align: center;
}

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

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-userresetpasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  color: #333;
  font-family: Lexend, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.navbar {
  background-color: #fafafa;
  justify-content: space-between;
  align-items: stretch;
  font-size: 18px;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.navbar.navbarnonsticky {
  position: static;
}

.navbar-left {
  align-items: stretch;
  min-width: 450px;
  display: flex;
}

.navbar-center {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-right {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: stretch;
  min-width: 450px;
  padding-right: 0;
  display: flex;
}

.nav-link {
  color: #666;
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-link.hideonmobile {
  margin-right: 30px;
}

.site-title {
  color: #4d4d4d;
  align-items: center;
  font-size: 38px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.navbar-dropdown {
  align-items: center;
  margin-right: 30px;
  display: flex;
}

.button {
  text-transform: uppercase;
  background-color: #464646;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.button.nav-link {
  color: #fff;
}

.dropdown-toggle {
  padding-left: 0;
  padding-right: 20px;
}

.icon {
  margin-right: 0;
}

.site-title-spot {
  flex-direction: row;
  flex: 0 auto;
  align-self: stretch;
  margin-left: 30px;
  display: flex;
}

.dropdown-list {
  background-color: #fafafa;
}

.hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heroleft, .heroright {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  display: flex;
}

.heroheading {
  text-align: right;
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 6.5vw;
  line-height: 9vw;
}

.herosubtitle {
  text-align: right;
  font-size: 1.5vw;
  line-height: 1.8vw;
}

.herotext {
  white-space: normal;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.herocontainer {
  width: 90%;
  display: flex;
}

.herobutton {
  padding: 20px;
}

.herobutton.button {
  align-self: flex-end;
  margin-top: 3em;
  padding: 30px;
  font-size: 15px;
}

.prefooterribbon {
  color: #fff;
  background-color: #464646;
}

.prefooterheading {
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 200;
  line-height: 50px;
}

.gridblock {
  background-color: #fff;
  flex-direction: column;
  width: 250px;
  text-decoration: none;
  display: flex;
}

.footer-dark {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footercontainer {
  width: 100%;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sophybrand {
  color: #4d4d4d;
  align-items: center;
  margin-right: 40px;
  font-size: 22px;
  text-decoration: none;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  letter-spacing: 1px;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.gridblocktext {
  background-color: #fff;
  flex-wrap: nowrap;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  height: 30%;
  text-decoration: none;
  display: flex;
}

.sliderblockheading {
  color: #333;
  text-align: center;
  align-self: center;
  padding: 10px;
  font-size: 22px;
  line-height: 25px;
  text-decoration: none;
}

.gridsection {
  display: block;
}

.separationline {
  border-top: 1px solid #000;
  max-width: 90%;
}

.text-block {
  text-transform: uppercase;
}

.grid {
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  margin-bottom: 60px;
}

.gridheading {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
  font-size: 35px;
  font-weight: 400;
}

.gridcontainer {
  max-width: 80%;
}

.aboutuscontainer {
  max-width: 85%;
  margin-top: 80px;
  margin-bottom: 80px;
}

.aboutussection {
  flex-direction: column;
  display: flex;
}

.aboutustop {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.mission {
  background-color: #bde0389e;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 100px 5%;
  line-height: 30px;
  display: flex;
}

.aboutustext {
  width: 50%;
}

.aboutustitle {
  margin-bottom: 30px;
}

.aboutussubtext {
  letter-spacing: 1px;
  width: 100%;
  font-size: 16px;
}

.missionheading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}

.missiontext {
  text-align: center;
  letter-spacing: 1px;
  font-size: 22px;
}

.coursessection {
  margin-bottom: 50px;
}

.coursegroup {
  max-width: 80%;
  margin-top: 40px;
  margin-bottom: 50px;
}

.greenribbon {
  text-align: center;
  background-color: #bde0389e;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 42px;
}

.greenribbon.analyticgeometryribbon {
  background-color: #28a2b682;
}

.courseheading {
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.courseblock {
  color: #333;
  border: 1px solid #000;
  border-radius: 12px;
  height: 100%;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.courseblocktext {
  align-self: center;
}

.courseimage {
  max-width: 50%;
}

.courseimage.sieveicon {
  align-self: center;
  margin: 20px;
}

.courseblockheading {
  font-size: 2.5vw;
  line-height: 3vw;
}

.courseblocksubtext {
  letter-spacing: 1px;
}

.coursegrid {
  grid-column-gap: 59px;
  grid-row-gap: 61px;
}

.sectionmargin60 {
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.contactcontainerleft {
  align-self: center;
  margin-right: 20px;
}

.contactcontainerright {
  min-width: 300px;
}

.textsize18 {
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 25px;
}

.textsize18.nextpagelink {
  color: #196774;
  text-decoration: none;
}

.textsize18.centertext {
  text-align: center;
}

.textsize18.redtext {
  color: red;
}

.contacttext3 {
  letter-spacing: 1px;
  font-size: 25px;
  line-height: 40px;
}

.contacttext4 {
  font-size: 45px;
  line-height: 60px;
}

.container65 {
  justify-content: space-between;
  align-items: center;
  width: 65%;
  display: flex;
}

.contacttext2 {
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 25px;
}

.sign-up-form-block {
  border: 1px solid #bdbdbd;
  border-radius: 7px;
  justify-content: center;
  display: flex;
}

.user-email-field, .signuptextfield, .signupuserpasswordfield {
  border-radius: 5px;
}

.page-wrapper {
  max-width: 450px;
}

.sign-up-form {
  width: 90%;
}

.checkbox-field {
  margin-bottom: 15px;
}

.checkbox-field-2 {
  margin-bottom: 20px;
}

.form-footer {
  margin-top: 20px;
  margin-bottom: 20px;
}

.greenlink {
  color: #adc52e;
  text-decoration: none;
}

.submit-button {
  background-color: #333;
}

.formsophyiconholder {
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.field-label {
  letter-spacing: 0;
}

.page-wrapper-2 {
  max-width: 450px;
}

.log-in-form-block {
  border: 1px solid #bdbdbd;
  border-radius: 7px;
  justify-content: center;
  display: flex;
}

.user-email-field-2 {
  border-radius: 5px;
}

.user-password-field-2 {
  border-radius: 5px;
  margin-bottom: 30px;
}

.form-footer-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.log-in-form {
  width: 90%;
}

.user-account-wrapper {
  background-color: #0000;
  width: 80%;
  min-height: auto;
  margin-top: 40px;
  margin-bottom: 30px;
}

.section {
  justify-content: center;
  display: flex;
}

.reset-password-form-block {
  border: 1px solid #bdbdbd;
  border-radius: 7px;
  justify-content: center;
  display: flex;
}

.user-email-field-3 {
  border-radius: 5px;
  margin-bottom: 20px;
}

.update-password-form {
  width: 90%;
  margin-bottom: 20px;
}

.heading {
  margin-bottom: 20px;
}

.page-wrapper-3, .page-wrapper-4 {
  max-width: 450px;
}

.reset-password-form {
  width: 90%;
  margin-bottom: 20px;
}

.heading-2 {
  margin-bottom: 20px;
}

.update-password-block {
  border: 1px solid #bdbdbd;
  border-radius: 7px;
  justify-content: center;
  display: flex;
}

.paragraph, .user-password-field-3, .submit-button-2 {
  margin-bottom: 20px;
}

.passwordupdatesuccess {
  margin-top: 20px;
  margin-bottom: 20px;
}

.user-log-in-log-out {
  color: #fff;
  letter-spacing: 1px;
  background-color: #464646;
  padding-left: 35px;
  padding-right: 35px;
}

.signupforminputs {
  margin-bottom: 20px;
}

.myaccountmarketingcheckbox {
  margin-top: 5px;
  margin-bottom: 20px;
}

.block-header {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.block-content {
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}

.user-email-field-4, .myaccounttextfield, .myaccountselectfield {
  border-radius: 5px;
}

.navbardropdownlink {
  color: #666;
  padding-left: 10px;
  padding-right: 10px;
}

.coursemenuheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.coursetopiccontainer {
  max-width: 100%;
  margin-bottom: 40px;
}

.coursetopiccontainer.nomargin {
  margin-bottom: 0;
}

.coursetopiccontainer.hidden {
  display: none;
}

.coursemenugrid {
  grid-row-gap: 29px;
  grid-template-columns: 1fr;
  width: 100%;
}

.coursemenugrid.vectorcoursemenu {
  margin-top: 20px;
}

.coursemenulinkblock {
  color: #333;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.coursemenutextblock {
  color: #333;
  padding-right: 20px;
  text-decoration: none;
}

.cousemenublockheading {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 25px;
  line-height: 30px;
}

.coursemenublocksubtext {
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.coursemenucircle {
  margin-right: 25px;
}

.coursesubmenu {
  justify-content: center;
  width: 100%;
  padding-top: 20px;
  display: flex;
}

.coursesubmenu._1 {
  padding-top: 20px;
}

.coursemenusection {
  margin-top: 40px;
  margin-bottom: 50px;
}

.coursemenusection.hidden {
  display: none;
}

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

.lessonsection {
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 0;
  display: block;
}

.heading-3 {
  text-align: center;
  margin-top: 50px;
}

.container {
  max-width: 80%;
}

.lessonheadingcontainer {
  border-bottom: 1px solid #000;
  max-width: 90%;
  margin-bottom: 60px;
}

.containerdmargin50 {
  margin-bottom: 50px;
}

.container-2 {
  max-width: 600px;
}

.verticalspacing50px {
  height: 50px;
}

.animationembed650px {
  width: 650px;
  display: flex;
}

.animationcenterdiv {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.defaultlist, .defaultlist.textsize18 {
  margin-bottom: 0;
  list-style-type: square;
}

.defaultlist.orangeevidence {
  background-color: #ffd197;
  border: 1px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  display: inline-block;
}

.verticalspacing30px {
  height: 30px;
}

.defaultlistitem {
  margin-bottom: 20px;
}

.defaultlistitem.lastlistitem {
  margin-bottom: 0;
}

.animationembed100 {
  width: 100%;
}

.animationembed100._1440px {
  max-width: 1440px;
}

.animationembed100._1200px {
  max-width: 850px;
}

.animationembed100._900px {
  max-width: 900px;
}

.animationembed100._1040px {
  max-width: 1040px;
}

.animationembed100._1350px {
  max-width: 1380px;
}

.animationembed80 {
  width: 80%;
}

.lessonsubheading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}

.link-block {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.lessonendingcontainer {
  justify-content: flex-end;
  max-width: 1400px;
  padding: 100px 20px 60px;
  display: flex;
}

.horizontalspacing10px {
  width: 10px;
}

.lessonendinglinksdiv {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.orangelink {
  color: #f0941f;
  text-decoration: none;
}

.text-block-2 {
  text-align: right;
  margin-right: 20px;
  font-size: 20px;
}

.text-block-3, .text-block-4 {
  align-self: flex-end;
  margin-bottom: 15px;
}

.formularesult {
  text-align: center;
  letter-spacing: 1px;
  border: 1px solid #000;
  padding: 20px;
  font-size: 18px;
  line-height: 25px;
}

.formularesult.orange {
  background-color: #ffd197;
  display: inline-block;
}

.formuladiv, .showhideheader {
  justify-content: center;
  display: flex;
}

.showhidediv {
  background-color: #0000001f;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: block;
}

.showhidediv.textsize18 {
  background-color: #0000000d;
  width: 100%;
}

.showhidebutton {
  color: #fff;
  letter-spacing: 1px;
  cursor: pointer;
  background-color: #333;
  padding: 5px 10px;
}

.showhidecontainer {
  align-self: center;
  width: 50%;
  display: block;
}

.verticalspacing10px {
  height: 10px;
}

.lessonshowhide {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.showhidediv2 {
  background-color: #0000000d;
  padding: 10px 20px;
}

.widelessoncontainer {
  max-width: 90%;
}

.animationembed {
  display: flex;
}

.animationembed._1080px {
  width: 100%;
  max-width: 1400px;
}

.animationembed._800px {
  width: 800px;
}

.animationembed._600px {
  width: 600px;
}

.animationembed._500px {
  width: 500px;
}

.animationembed._100 {
  width: 100%;
}

.animationembed._1440px {
  width: 100%;
  max-width: 1440px;
}

.animationembed._1000px {
  width: 100%;
  max-width: 1000px;
}

.animationembed._90 {
  width: 90%;
}

.animationembed._900px {
  width: 100%;
  max-width: 900px;
}

.lessoncontact.textsize18 {
  text-align: center;
  border: 1px solid #000;
  padding-top: 15px;
  padding-bottom: 15px;
}

.lessoncontact.textsize18.orange {
  background-color: #ffd197;
}

.imgcenterdiv {
  justify-content: center;
  display: flex;
}

.form-block {
  flex: 1;
  max-width: 400px;
}

.classrequestformdiv {
  justify-content: center;
  display: flex;
}

.emaillabeldiv {
  display: flex;
}

.classrequestmailtext {
  color: #3339;
  margin-left: 5px;
}

.requestclassformbutton {
  background-color: #333;
}

.classrequestsection {
  margin-bottom: 60px;
}

.classrequesttextfield, .classrequesttextarea, .text-field-2 {
  color: #333;
}

.coursemenuitemclasstorequest {
  color: #333;
  border: 1px solid #000;
  border-radius: 5px;
  justify-content: space-between;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.coursemenuclasstorequestlinkblock {
  max-width: 800px;
  text-decoration: none;
  display: flex;
}

.menuclassrequestbutton {
  text-align: center;
  letter-spacing: 1px;
  background-color: #333;
  flex: 0 auto;
  align-self: center;
  align-items: center;
  min-width: 160px;
  padding: 20px;
  display: flex;
}

.menuclassrequestbutton.button {
  align-self: flex-end;
  margin-top: 3em;
  padding: 30px;
  font-size: 15px;
}

.success-message {
  background-color: #bde0389e;
}

.menushowhidebutton {
  color: #fff;
  letter-spacing: 1px;
  cursor: pointer;
  background-color: #333;
  align-self: center;
  margin-left: 20px;
  padding: 15px 20px;
}

.menushowhide {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.menushowhidebuttonshowtext, .menushowhidebuttonhidetext {
  font-size: 18px;
}

.menushowhidediv {
  background-color: #0000001f;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: block;
}

.menushowhidediv.textsize18 {
  background-color: #0000000d;
  width: 100%;
}

.coursemenuheadingdiv {
  border-bottom: 1px solid #000;
  justify-content: space-between;
  display: flex;
}

.coursemenutopictext.mostlyunfinished {
  color: #333333ab;
}

.coursemenucontainer {
  width: 80%;
  max-width: 1140px;
}

.simplecontainer {
  width: 80%;
}

.classrequestpopup {
  z-index: 10;
  background-color: #00000080;
  display: none;
  position: fixed;
  inset: 0%;
}

.classrequestpopupframe {
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  height: 400px;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0% 10%;
}

.classrequestpopuptext {
  margin-left: 12%;
  margin-right: 12%;
}

.classrequestpopupbutton {
  background-color: #333;
  padding: 15px 25px;
  font-size: 18px;
}

.classrequestpopupimage {
  margin-top: -10px;
}

.classrequestpopupheading {
  text-align: center;
  margin-top: 0;
  margin-left: 12%;
  margin-right: 12%;
}

.classrequestpopupanswerdiv {
  align-items: center;
  display: flex;
}

.classrequestpopupcheckboxbox {
  border: 1px solid #000;
  width: 20px;
  height: 20px;
}

.classrequestpopupcheckboxtext {
  margin-left: 5px;
  margin-right: 40px;
}

.classrequestpopupcheckbox {
  align-items: center;
  display: flex;
}

.testdiv {
  background-color: #f13030;
  width: 100px;
  height: 100px;
}

.textemphasis {
  text-align: center;
  letter-spacing: 1px;
  border: 1px solid #000;
  padding: 20px;
  font-size: 18px;
  line-height: 25px;
  display: inline-block;
}

.textemphasis.orange {
  background-color: #ffd197;
  display: inline-block;
}

.textemphasis.orange.vpadding10px {
  padding-top: 10px;
  padding-bottom: 10px;
}

.textemphasis.orange.vpadding10px.bpadding0px {
  padding-bottom: 0;
}

.textemphasisdiv {
  justify-content: center;
  display: flex;
}

.image-2 {
  margin-top: -60px;
}

.outlinedcell {
  border: 1px solid #000;
  padding: 20px;
}

.outlinedcell.light {
  border-color: #00000040;
}

.mathjaxrequires {
  display: none;
}

.button-2 {
  margin-left: 388px;
}

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

@media screen and (max-width: 991px) {
  .navbar {
    min-height: 60px;
  }

  .navbar-left {
    min-width: 0;
  }

  .logo {
    display: none;
  }

  .hero {
    flex-direction: column;
  }

  .heroleft {
    align-items: center;
  }

  .heroright {
    width: 496px;
  }

  .heroheading {
    text-align: center;
    font-size: 50px;
    line-height: 60px;
  }

  .herosubtitle {
    font-size: 15px;
  }

  .herotext {
    justify-content: center;
    align-items: center;
  }

  .heroanimationembed {
    align-self: center;
    min-width: 100%;
    margin-top: -40px;
    margin-bottom: -60px;
  }

  .herocontainer {
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .herobutton.button {
    align-self: auto;
  }

  .footercontainer {
    max-width: 85%;
  }

  .footer-content {
    grid-column-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
  }

  .gridsection {
    margin-top: 50px;
  }

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

  .aboutuscontainer {
    margin-top: 40px;
  }

  .aboutustop {
    flex-direction: column-reverse;
    align-items: center;
  }

  .aboutusanimation {
    margin-top: 60px;
  }

  .aboutustext {
    width: 100%;
  }

  .courseblockheading {
    font-size: 40px;
    line-height: 44px;
  }

  .coursegrid {
    grid-row-gap: 44px;
    grid-template-columns: 1fr;
  }

  .contactcontainerright {
    min-width: 250px;
  }

  .textsize18 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 25px;
  }

  .contacttext3 {
    font-size: 20px;
  }

  .contacttext4 {
    font-size: 30px;
  }

  .contacttext2 {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 25px;
  }

  .user-account-wrapper {
    width: 95%;
  }

  .lessonendingcontainer {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .menuclassrequestbutton.button {
    align-self: auto;
  }
}

@media screen and (max-width: 767px) {
  .navbar-right {
    min-width: 400px;
  }

  .nav-link.hideonmobile, .dropdown-toggle.hideonmobile {
    display: none;
  }

  .site-title-spot {
    margin-left: 10px;
  }

  .heroleft {
    width: 60%;
  }

  .herosubtitle {
    text-align: center;
    line-height: 20px;
  }

  .prefooterheading {
    font-size: 25px;
    line-height: 40px;
  }

  .gridblock {
    width: 100%;
    max-width: 250px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .sophybrand, .sophybrand.w--current {
    margin-right: 0;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .gridheading {
    font-size: 30px;
  }

  .aboutuscontainer {
    margin-top: 10px;
  }

  .courseblockheading {
    font-size: 6vw;
    line-height: 7vw;
  }

  .contactcontainerleft {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .contacttext4 {
    line-height: 40px;
  }

  .container65 {
    flex-direction: column;
    align-items: center;
  }

  .animationembed650px {
    width: 100%;
  }

  .mainlessoncontainer {
    max-width: 90%;
  }

  .lessonendingcontainer {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .animationembed {
    width: 100%;
  }

  .classrequestpopupimage {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    justify-content: space-between;
  }

  .navbar-left {
    justify-content: center;
  }

  .navbar-right {
    width: 70px;
    min-width: 0;
  }

  .button.nav-link {
    display: none;
  }

  .site-title-spot {
    justify-content: flex-end;
  }

  .heroleft {
    width: 70%;
  }

  .heroright {
    width: 100%;
  }

  .heroheading {
    font-size: 12vw;
    line-height: 15vw;
  }

  .herosubtitle {
    font-size: 5vw;
    line-height: 7vw;
  }

  .heroanimationembed {
    margin-top: -2.5ch;
    margin-bottom: -3.5ch;
  }

  .herobutton.button {
    margin-top: 6vw;
    padding: 4.5vw;
    font-size: 3.5vw;
  }

  .prefooterheading {
    font-size: 24px;
    line-height: 35px;
  }

  .gridblock {
    width: 40vw;
  }

  .footercontainer {
    max-width: none;
  }

  .sliderblockheading {
    font-size: 4.5vw;
    line-height: 5.5vw;
  }

  .grid {
    grid-row-gap: 60px;
    grid-auto-flow: row;
  }

  .gridheading {
    font-size: 6vw;
    line-height: 7vw;
  }

  .gridcontainer {
    max-width: 90%;
  }

  .coursegroup {
    max-width: 100%;
  }

  .greenribbon {
    font-size: 35px;
  }

  .courseheading {
    text-align: center;
    font-size: 35px;
  }

  .courseblock {
    flex-direction: column;
    align-items: center;
    max-width: 90%;
  }

  .courseimage {
    max-width: 85%;
  }

  .courseblockheading {
    text-align: center;
    margin-top: 0;
    font-size: 10vw;
    line-height: 12vw;
  }

  .coursegrid {
    justify-items: center;
  }

  .contactcontainerleft {
    flex-direction: column;
    align-items: center;
    width: 95%;
    display: flex;
  }

  .textsize18 {
    text-align: left;
    font-size: 18px;
    line-height: 25px;
  }

  .textsize18.contacttext2 {
    text-align: left;
    width: 100%;
  }

  .textsize18.termstext {
    width: 100%;
  }

  .contacttext3 {
    text-align: center;
    width: 100%;
    font-size: 18px;
    line-height: 25px;
  }

  .contacttext4 {
    text-align: center;
    width: 100%;
    font-size: 8vw;
    line-height: 10vw;
  }

  .container65 {
    width: 85%;
  }

  .container65.contactcontainer {
    width: 100%;
  }

  .contacttext2 {
    text-align: center;
    width: 75%;
    font-size: 18px;
    line-height: 25px;
  }

  .contactuppertext {
    flex-direction: column;
    align-items: stretch;
    width: 80%;
    display: flex;
  }

  .sign-up-form-block, .log-in-form-block {
    border-style: none;
  }

  .user-account-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .reset-password-form-block, .update-password-block {
    border-style: none;
  }

  .user-log-in-log-out {
    padding-left: 15px;
    padding-right: 15px;
  }

  .block-header {
    border-style: none;
  }

  .block-content {
    border: 1px #000;
  }

  .coursemenuitemclasstorequest {
    flex-direction: column;
  }

  .coursemenuclasstorequestlinkblock {
    margin-bottom: 10px;
  }

  .menuclassrequestbutton.button {
    margin-top: 6vw;
    padding: 4.5vw;
    font-size: 3.5vw;
  }
}

#w-node-_745666da-0a02-7d9e-53cd-cbfcd7402c15-d7402c0d, #w-node-_745666da-0a02-7d9e-53cd-cbfcd7402c1a-d7402c0d, #w-node-_745666da-0a02-7d9e-53cd-cbfcd7402c23-d7402c0d, #w-node-_745666da-0a02-7d9e-53cd-cbfcd7402c2a-d7402c0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba1452a5-6df3-fc20-a1d9-3a88d72ec873-8600485b {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7b1590ed-73c4-4877-66c6-aff1f1abcebe-8600485b {
  grid-column: span 2 / span 2;
}

#w-node-b4ec1edc-67f4-e072-9bed-699536c59fea-54fabc45 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b3071890-329b-adb8-dcbf-33d0358c8840-54fabc45 {
  grid-column: span 2 / span 2;
}

#w-node-dc9b3df2-d5ed-2f1b-5e4f-3b12fe64aff4-54fabc45 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c1edb31c-8e6c-1f2d-3bd7-b1908dd47507-54fabc45 {
  grid-column: span 2 / span 2;
}

#w-node-_57f03db3-8427-decf-df2a-e0e0209617ed-074e1588 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b4ec1edc-67f4-e072-9bed-699536c59fea-50c4ab56 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b4ec1edc-67f4-e072-9bed-699536c5a009-50c4ab56 {
  grid-column: span 2 / span 2;
}

#w-node-dc9b3df2-d5ed-2f1b-5e4f-3b12fe64aff4-50c4ab56 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-dc9b3df2-d5ed-2f1b-5e4f-3b12fe64b010-50c4ab56 {
  grid-column: span 2 / span 2;
}

#w-node-_6deb649b-4bad-a939-5d5f-f35a4db44a41-d8c6608e {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6deb649b-4bad-a939-5d5f-f35a4db44a78-d8c6608e {
  grid-column: span 2 / span 2;
}

#w-node-ccb488df-822a-2112-9171-9e261d21315a-a81db1a5 {
  align-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-ba1452a5-6df3-fc20-a1d9-3a88d72ec873-8600485b {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7b1590ed-73c4-4877-66c6-aff1f1abcebe-8600485b {
    grid-column: span 1 / span 1;
  }

  #w-node-b4ec1edc-67f4-e072-9bed-699536c59fea-54fabc45, #w-node-dc9b3df2-d5ed-2f1b-5e4f-3b12fe64aff4-54fabc45, #w-node-_57f03db3-8427-decf-df2a-e0e0209617ed-074e1588, #w-node-b4ec1edc-67f4-e072-9bed-699536c59fea-50c4ab56, #w-node-dc9b3df2-d5ed-2f1b-5e4f-3b12fe64aff4-50c4ab56, #w-node-_6deb649b-4bad-a939-5d5f-f35a4db44a41-d8c6608e {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


