@charset "UTF-8";
/*
* Base imports
*/
/* There is also a zIndex set in the React in auth_modal.jsx */
@font-face {
  font-family: "MaisonNeue";
  font-weight: 300;
  src: url(/static/bundles/299f0eef8904889b8e0c.woff) format("woff");
}
@font-face {
  font-family: "MaisonNeue";
  font-weight: 700;
  src: url(/static/bundles/bfb8fb1a0c32472b582f.woff) format("woff");
}
@font-face {
  font-family: "BureauGrotCondensed";
  src: url(/static/bundles/4fd1a5269f6996d1f0cc.woff) format("woff");
}
@font-face {
  font-family: "icomoon";
  src: url(/static/bundles/8ef3b79d3d39be6b02b5.eot?sc41qj);
  src: url(/static/bundles/8ef3b79d3d39be6b02b5.eot?sc41qj#iefix) format("embedded-opentype"), url(/static/bundles/eed40979996ecb282598.woff2?sc41qj) format("woff2"), url(/static/bundles/d40e76d657545408c8fc.ttf?sc41qj) format("truetype"), url(/static/bundles/c9d3dd607c7eeb55e1f9.woff?sc41qj) format("woff"), url(/static/bundles/d1ed181f5c15999bdeb0.svg?sc41qj#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-user:before {
  content: "\f007";
}

.icon-clock-o:before {
  content: "\f017";
}

.icon-pencil:before {
  content: "\f040";
}

.icon-calendar:before {
  content: "\f073";
}

.icon-clipboard:before {
  content: "\f0ea";
}

.icon-quote-left:before {
  content: "\f10d";
}

.icon-quote-right:before {
  content: "\f10e";
}

.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
.arrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.arrow.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.arrow.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.arrow.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

h1, .h1, h2, .h2 {
  color: #000;
  font-family: "BureauGrotCondensed";
  margin: 0;
  text-transform: uppercase;
}

h1, .h1 {
  font-size: 42px;
  letter-spacing: -0.25px;
  line-height: 44px;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  h1, .h1 {
    font-size: 50px;
    letter-spacing: -0.3px;
    line-height: 54px;
  }
}

h2, .h2 {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0.63px;
  line-height: 40px;
}
@media screen and (min-width: 900px) {
  h2, .h2 {
    font-size: 32px;
    letter-spacing: 0.67px;
    line-height: 36px;
  }
}

h3, h4 {
  margin: 0;
  font-family: "MaisonNeue";
  color: #000;
  font-weight: 700;
}

h3 {
  font-size: 20px;
  line-height: 23px;
}
@media screen and (min-width: 900px) {
  h3 {
    font-size: 24px;
    line-height: 27px;
  }
}

h4 {
  font-size: 16px;
  letter-spacing: -0.17px;
  line-height: 22px;
}

h5, h6 {
  margin: 0;
  font-family: "MaisonNeue";
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0.23px;
  text-transform: uppercase;
}
@media screen and (min-width: 900px) {
  h5, h6 {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 15px;
  }
}

h5 {
  color: #fff;
}

h6 {
  color: #ff0045;
}
h6.larger {
  font-size: 14px;
  line-height: 16px;
}

p, .p-a, p a, .p-a a {
  color: #000;
  font-family: "MaisonNeue";
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.4px;
  line-height: 22px;
  margin: 0;
}
@media screen and (min-width: 900px) {
  p, .p-a, p a, .p-a a {
    font-size: 15px;
    letter-spacing: 0.25px;
    line-height: 18px;
    font-weight: 300;
  }
}

.p-a {
  font-weight: 700;
  display: inline-block;
  font-size: 13px;
  padding: 0 !important;
}
.p-a a {
  font-weight: 700;
  font-size: 13px;
}

a.block {
  font-family: "BureauGrotCondensed";
}

a {
  color: inherit;
  border-bottom: 2px solid #000;
  color: #000;
  font-weight: 700;
  padding-bottom: 2px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
}
a.plain {
  border-bottom: none;
  text-transform: none;
}
a.plain:hover {
  border-bottom: none;
}

p > b, .p-a > b {
  font-weight: 700;
  display: inline;
}

b {
  font-weight: 700;
}

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

.no-transform {
  text-transform: none;
  font-weight: normal;
  border-bottom: 1px solid #000;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
@media (min-width: 900px) {
  .tooltip:hover .tooltiptext {
    visibility: visible;
  }
}

.tooltiptext {
  visibility: hidden;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  width: 300px;
  margin-left: -300px;
  bottom: 100%;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
}

.mobile-text {
  position: relative;
  top: 30px;
  left: auto;
  right: 0;
  color: black;
  text-align: right;
  font-size: 12px;
  display: block;
  width: 100%;
  white-space: normal;
  display: none;
}
@media (max-width: 900px) {
  .mobile-text {
    display: inline-block;
  }
}

.padded-container, .takeaways, .press-mentions .press-logos, .option-list-container .option-list, .featured-teacher-sticky-container, .tos .terms, .privacy-policy .terms, .why-fc, .landing-page-success .sticky-form-container, .landing-page .sticky-form-container, .large-hero .index-container, .sticky-header-container, .perk-list, .title-hero .hero-container {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-around;
  width: 100%;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 900px) {
  .padded-container, .takeaways, .press-mentions .press-logos, .option-list-container .option-list, .featured-teacher-sticky-container, .tos .terms, .privacy-policy .terms, .why-fc, .landing-page-success .sticky-form-container, .landing-page .sticky-form-container, .large-hero .index-container, .sticky-header-container, .perk-list, .title-hero .hero-container {
    padding-left: 70px;
    padding-right: 70px;
    max-width: 1540px;
    flex-flow: row wrap;
  }
}

.list-container, .filter-container {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .list-container, .filter-container {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 1000px;
    flex-flow: row wrap;
  }
}

.center-container {
  margin: 0 auto;
  width: 90%;
  text-align: center;
  padding-top: 36px;
}
.center-container h2, .center-container .h2, .center-container p, .center-container .p-a {
  margin-bottom: 30px;
}
.center-container h3 {
  text-transform: uppercase;
}
@media screen and (min-width: 900px) {
  .center-container {
    max-width: 60%;
  }
}
@media screen and (min-width: 1600px) {
  .center-container {
    max-width: 40%;
  }
}

.padded-center-container {
  margin: 0 auto;
  width: 90%;
  text-align: center;
  padding: 50px 0;
}
.padded-center-container h2, .padded-center-container .h2, .padded-center-container h3 {
  margin: 0;
  margin-bottom: 20px;
}
.padded-center-container h3 {
  text-transform: uppercase;
}
@media screen and (min-width: 900px) {
  .padded-center-container {
    max-width: 60%;
  }
}
@media screen and (min-width: 1600px) {
  .padded-center-container {
    max-width: 40%;
  }
}

button {
  line-height: 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  outline: none;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  background-color: #000;
  border: 3px solid #000;
  border-radius: 0;
  color: #fff;
  font-family: "MaisonNeue";
  padding: 15px 15px;
  display: block;
  box-sizing: content-box;
}
button:hover {
  background-color: #46f992;
  border: 3px solid #46f992;
  color: #000;
}

.white-button {
  line-height: 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  outline: none;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 0;
  color: #000;
  font-family: #fff;
  padding: 15px 15px;
}
.white-button:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.black-gray-button {
  line-height: 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  outline: none;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  background-color: #000;
  border: 3px solid #000;
  border-radius: 0;
  color: #fff;
  font-family: "MaisonNeue";
  padding: 15px 15px;
  display: block;
  box-sizing: border-box;
  padding: 15px 20px;
}
.black-gray-button:hover {
  background-color: #1a1a1a;
  border: 3px solid #1a1a1a;
  color: #fff;
}

.dark-button {
  line-height: 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  outline: none;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  background-color: #000;
  border: 3px solid #000;
  border-radius: 0;
  color: #fff;
  font-family: "MaisonNeue";
  padding: 15px 15px;
  display: block;
  box-sizing: content-box;
  padding: 15px 15px;
}
.dark-button:hover {
  background-color: transparent;
  border: 3px solid #000;
  color: #000;
}
.dark-button.large {
  padding: 20px 20px;
  font-size: 16px;
  line-height: 19px;
}
@media screen and (min-width: 900px) {
  .dark-button.large {
    padding: 20px 95px;
  }
}
.dark-button.inverted {
  background-color: transparent;
  border: 2px solid #000;
  color: #000;
}
.dark-button.inverted:hover {
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
}

.charcoal-color {
  line-height: 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  outline: none;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  background-color: #000;
  border: 3px solid #000;
  border-radius: 0;
  color: #fff;
  font-family: "MaisonNeue";
  padding: 15px 15px;
}
.charcoal-color:hover {
  background-color: #1a1a1a;
  border: 3px solid #1a1a1a;
  color: #fff;
}

.on-color, .newsletter-subscribe-form.alternate .subscribe {
  line-height: 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  outline: none;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  background-color: #000;
  border: 3px solid #000;
  border-radius: 0;
  color: #fff;
  font-family: "MaisonNeue";
  padding: 15px 15px;
}
.on-color:hover, .newsletter-subscribe-form.alternate .subscribe:hover {
  background-color: transparent;
  border: 3px solid #000;
  color: #000;
}

.underlined-button {
  letter-spacing: 1.2px;
  color: #000;
  position: relative;
  border-bottom: 2px solid #000;
}
.underlined-button:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0%;
  border-bottom: 2px solid #1a1a1a;
  transition: none;
}
.underlined-button:hover {
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
}
.underlined-button:hover:after {
  width: 100%;
  transition: 0.4s;
}

.bordered-button, .option-list-container .option-list .option-list-item {
  font-size: 25px;
  letter-spacing: 1.2px;
  font-family: "BureauGrotCondensed";
  border: 3px solid black;
  padding: 15px;
  color: #000;
  background-color: #fff;
  margin-bottom: 10px;
  margin-right: 10px;
}
@media screen and (min-width: 900px) {
  .bordered-button, .option-list-container .option-list .option-list-item {
    font-size: 42px;
    padding: 24px;
  }
}
.bordered-button:hover, .option-list-container .option-list .option-list-item:hover {
  background-color: #46f992;
  color: #000;
  border: 3px solid black;
}

.StudentMyLessonsView .session-cards .session-card .session-content .inner-content .session-cta .session-cta-btn,
.TeacherMyLessonsView .session-cards .session-card .session-content .inner-content .session-cta .session-cta-btn, .calendar-tooltip.teacher-calendar-tooltip .inner-content .action-container .action-btn, .MyStudentsDetailView .my-students-footer .add-lesson, .MyCoursesSessionEditView .form-toolbar .save, .MyCoursesSessionEditView .form-toolbar .cancel, .MyCoursesSessionEditView .form-toolbar .delete, .MyCoursesSessionEditView .form-toolbar .report, .MyCoursesSessionEditView .form-toolbar .go-back, .MyCoursesSessionEditView .form-toolbar .cancel-lesson, .MyCoursesDetailView .my-students-footer .add-lesson, .ResourceCard .btn, .no-plan .btn-get-started, .StudentSubscriptionView .subscription-actions .subscription-change, .StudentPaymentInfoView .update-payment, .ProductDetailModal .details-toolbar .details-book .btn, .ProfileApp form input[type=submit], .PrivateLessonsView .add-lessons, .PrivateLessonSessionEditView .form-toolbar .save, .PrivateLessonSessionEditView .form-toolbar .cancel, .PrivateLessonSessionEditView .form-toolbar .delete, .PrivateLessonSessionEditView .form-toolbar .report, .PrivateLessonSessionEditView .form-toolbar .go-back, .PrivateLessonSessionEditView .form-toolbar .cancel-lesson, .PrivateLessonSessionDetailView .form-toolbar .save, .PrivateLessonSessionDetailView .form-toolbar .cancel, .PrivateLessonSessionDetailView .form-toolbar .delete, .PrivateLessonSessionDetailView .form-toolbar .report, .PrivateLessonSessionDetailView .form-toolbar .go-back, .PrivateLessonSessionDetailView .form-toolbar .cancel-lesson, .PayrollView .payments-filter .submit-container .submit, .MyLessonsDetailView .form-toolbar .save, .MyLessonsDetailView .form-toolbar .cancel, .MyLessonsDetailView .form-toolbar .delete, .MyLessonsDetailView .form-toolbar .report, .MyLessonsDetailView .form-toolbar .go-back, .MyLessonsDetailView .form-toolbar .cancel-lesson, .fc-form input[type=submit], .ReactModal__Content .toolbar .btn {
  font-family: "BureauGrotCondensed";
  text-transform: uppercase;
  display: inline-block;
  line-height: 1em;
  background-color: black;
  padding: 10px 15px;
  color: white;
  border: 1px solid black;
}
.StudentMyLessonsView .session-cards .session-card .session-content .inner-content .session-cta .session-cta-btn:hover,
.TeacherMyLessonsView .session-cards .session-card .session-content .inner-content .session-cta .session-cta-btn:hover, .calendar-tooltip.teacher-calendar-tooltip .inner-content .action-container .action-btn:hover, .MyStudentsDetailView .my-students-footer .add-lesson:hover, .MyCoursesSessionEditView .form-toolbar .save:hover, .MyCoursesSessionEditView .form-toolbar .cancel:hover, .MyCoursesSessionEditView .form-toolbar .delete:hover, .MyCoursesSessionEditView .form-toolbar .report:hover, .MyCoursesSessionEditView .form-toolbar .go-back:hover, .MyCoursesSessionEditView .form-toolbar .cancel-lesson:hover, .MyCoursesDetailView .my-students-footer .add-lesson:hover, .ResourceCard .btn:hover, .no-plan .btn-get-started:hover, .StudentSubscriptionView .subscription-actions .subscription-change:hover, .StudentPaymentInfoView .update-payment:hover, .ProductDetailModal .details-toolbar .details-book .btn:hover, .ProfileApp form input[type=submit]:hover, .PrivateLessonsView .add-lessons:hover, .PrivateLessonSessionEditView .form-toolbar .save:hover, .PrivateLessonSessionEditView .form-toolbar .cancel:hover, .PrivateLessonSessionEditView .form-toolbar .delete:hover, .PrivateLessonSessionEditView .form-toolbar .report:hover, .PrivateLessonSessionEditView .form-toolbar .go-back:hover, .PrivateLessonSessionEditView .form-toolbar .cancel-lesson:hover, .PrivateLessonSessionDetailView .form-toolbar .save:hover, .PrivateLessonSessionDetailView .form-toolbar .cancel:hover, .PrivateLessonSessionDetailView .form-toolbar .delete:hover, .PrivateLessonSessionDetailView .form-toolbar .report:hover, .PrivateLessonSessionDetailView .form-toolbar .go-back:hover, .PrivateLessonSessionDetailView .form-toolbar .cancel-lesson:hover, .PayrollView .payments-filter .submit-container .submit:hover, .MyLessonsDetailView .form-toolbar .save:hover, .MyLessonsDetailView .form-toolbar .cancel:hover, .MyLessonsDetailView .form-toolbar .delete:hover, .MyLessonsDetailView .form-toolbar .report:hover, .MyLessonsDetailView .form-toolbar .go-back:hover, .MyLessonsDetailView .form-toolbar .cancel-lesson:hover, .fc-form input[type=submit]:hover, .ReactModal__Content .toolbar .btn:hover {
  background-color: #ff0045;
  cursor: pointer;
}
.StudentMyLessonsView .session-cards .session-card .session-content .inner-content .session-cta .session-cta-btn:disabled,
.TeacherMyLessonsView .session-cards .session-card .session-content .inner-content .session-cta .session-cta-btn:disabled, .calendar-tooltip.teacher-calendar-tooltip .inner-content .action-container .action-btn:disabled, .MyStudentsDetailView .my-students-footer .add-lesson:disabled, .MyCoursesSessionEditView .form-toolbar .save:disabled, .MyCoursesSessionEditView .form-toolbar .cancel:disabled, .MyCoursesSessionEditView .form-toolbar .delete:disabled, .MyCoursesSessionEditView .form-toolbar .report:disabled, .MyCoursesSessionEditView .form-toolbar .go-back:disabled, .MyCoursesSessionEditView .form-toolbar .cancel-lesson:disabled, .MyCoursesDetailView .my-students-footer .add-lesson:disabled, .ResourceCard .btn:disabled, .no-plan .btn-get-started:disabled, .StudentSubscriptionView .subscription-actions .subscription-change:disabled, .StudentPaymentInfoView .update-payment:disabled, .ProductDetailModal .details-toolbar .details-book .btn:disabled, .ProfileApp form input[type=submit]:disabled, .PrivateLessonsView .add-lessons:disabled, .PrivateLessonSessionEditView .form-toolbar .save:disabled, .PrivateLessonSessionEditView .form-toolbar .cancel:disabled, .PrivateLessonSessionEditView .form-toolbar .delete:disabled, .PrivateLessonSessionEditView .form-toolbar .report:disabled, .PrivateLessonSessionEditView .form-toolbar .go-back:disabled, .PrivateLessonSessionEditView .form-toolbar .cancel-lesson:disabled, .PrivateLessonSessionDetailView .form-toolbar .save:disabled, .PrivateLessonSessionDetailView .form-toolbar .cancel:disabled, .PrivateLessonSessionDetailView .form-toolbar .delete:disabled, .PrivateLessonSessionDetailView .form-toolbar .report:disabled, .PrivateLessonSessionDetailView .form-toolbar .go-back:disabled, .PrivateLessonSessionDetailView .form-toolbar .cancel-lesson:disabled, .PayrollView .payments-filter .submit-container .submit:disabled, .MyLessonsDetailView .form-toolbar .save:disabled, .MyLessonsDetailView .form-toolbar .cancel:disabled, .MyLessonsDetailView .form-toolbar .delete:disabled, .MyLessonsDetailView .form-toolbar .report:disabled, .MyLessonsDetailView .form-toolbar .go-back:disabled, .MyLessonsDetailView .form-toolbar .cancel-lesson:disabled, .fc-form input[type=submit]:disabled, .ReactModal__Content .toolbar .btn:disabled, .StudentMyLessonsView .session-cards .session-card .session-content .inner-content .session-cta .disabled.session-cta-btn,
.TeacherMyLessonsView .session-cards .session-card .session-content .inner-content .session-cta .disabled.session-cta-btn, .calendar-tooltip.teacher-calendar-tooltip .inner-content .action-container .disabled.action-btn, .MyStudentsDetailView .my-students-footer .disabled.add-lesson, .MyCoursesSessionEditView .form-toolbar .disabled.save, .MyCoursesSessionEditView .form-toolbar .disabled.cancel, .MyCoursesSessionEditView .form-toolbar .disabled.delete, .MyCoursesSessionEditView .form-toolbar .disabled.report, .MyCoursesSessionEditView .form-toolbar .disabled.go-back, .MyCoursesSessionEditView .form-toolbar .disabled.cancel-lesson, .MyCoursesDetailView .my-students-footer .disabled.add-lesson, .ResourceCard .disabled.btn, .no-plan .disabled.btn-get-started, .StudentSubscriptionView .subscription-actions .disabled.subscription-change, .StudentPaymentInfoView .disabled.update-payment, .ProductDetailModal .details-toolbar .details-book .disabled.btn, .ProfileApp form input.disabled[type=submit], .PrivateLessonsView .disabled.add-lessons, .PrivateLessonSessionEditView .form-toolbar .disabled.save, .PrivateLessonSessionEditView .form-toolbar .disabled.cancel, .PrivateLessonSessionEditView .form-toolbar .disabled.delete, .PrivateLessonSessionEditView .form-toolbar .disabled.report, .PrivateLessonSessionEditView .form-toolbar .disabled.go-back, .PrivateLessonSessionEditView .form-toolbar .disabled.cancel-lesson, .PrivateLessonSessionDetailView .form-toolbar .disabled.save, .PrivateLessonSessionDetailView .form-toolbar .disabled.cancel, .PrivateLessonSessionDetailView .form-toolbar .disabled.delete, .PrivateLessonSessionDetailView .form-toolbar .disabled.report, .PrivateLessonSessionDetailView .form-toolbar .disabled.go-back, .PrivateLessonSessionDetailView .form-toolbar .disabled.cancel-lesson, .PayrollView .payments-filter .submit-container .disabled.submit, .MyLessonsDetailView .form-toolbar .disabled.save, .MyLessonsDetailView .form-toolbar .disabled.cancel, .MyLessonsDetailView .form-toolbar .disabled.delete, .MyLessonsDetailView .form-toolbar .disabled.report, .MyLessonsDetailView .form-toolbar .disabled.go-back, .MyLessonsDetailView .form-toolbar .disabled.cancel-lesson, .fc-form input.disabled[type=submit], .ReactModal__Content .toolbar .disabled.btn {
  background-color: #4d4d4d;
  color: #b3b3b3;
  cursor: not-allowed;
}
.StudentMyLessonsView .session-cards .session-card .session-content .inner-content .session-cta .inverted.session-cta-btn,
.TeacherMyLessonsView .session-cards .session-card .session-content .inner-content .session-cta .inverted.session-cta-btn, .calendar-tooltip.teacher-calendar-tooltip .inner-content .action-container .inverted.action-btn, .MyStudentsDetailView .my-students-footer .inverted.add-lesson, .MyCoursesSessionEditView .form-toolbar .inverted.save, .MyCoursesSessionEditView .form-toolbar .inverted.cancel, .MyCoursesSessionEditView .form-toolbar .inverted.delete, .MyCoursesSessionEditView .form-toolbar .inverted.report, .MyCoursesSessionEditView .form-toolbar .inverted.go-back, .MyCoursesSessionEditView .form-toolbar .inverted.cancel-lesson, .MyCoursesDetailView .my-students-footer .inverted.add-lesson, .ResourceCard .inverted.btn, .no-plan .inverted.btn-get-started, .StudentSubscriptionView .subscription-actions .inverted.subscription-change, .StudentPaymentInfoView .inverted.update-payment, .ProductDetailModal .details-toolbar .details-book .inverted.btn, .ProfileApp form input.inverted[type=submit], .PrivateLessonsView .inverted.add-lessons, .PrivateLessonSessionEditView .form-toolbar .inverted.save, .PrivateLessonSessionEditView .form-toolbar .inverted.cancel, .PrivateLessonSessionEditView .form-toolbar .inverted.delete, .PrivateLessonSessionEditView .form-toolbar .inverted.report, .PrivateLessonSessionEditView .form-toolbar .inverted.go-back, .PrivateLessonSessionEditView .form-toolbar .inverted.cancel-lesson, .PrivateLessonSessionDetailView .form-toolbar .inverted.save, .PrivateLessonSessionDetailView .form-toolbar .inverted.cancel, .PrivateLessonSessionDetailView .form-toolbar .inverted.delete, .PrivateLessonSessionDetailView .form-toolbar .inverted.report, .PrivateLessonSessionDetailView .form-toolbar .inverted.go-back, .PrivateLessonSessionDetailView .form-toolbar .inverted.cancel-lesson, .PayrollView .payments-filter .submit-container .inverted.submit, .MyLessonsDetailView .form-toolbar .inverted.save, .MyLessonsDetailView .form-toolbar .inverted.cancel, .MyLessonsDetailView .form-toolbar .inverted.delete, .MyLessonsDetailView .form-toolbar .inverted.report, .MyLessonsDetailView .form-toolbar .inverted.go-back, .MyLessonsDetailView .form-toolbar .inverted.cancel-lesson, .fc-form input.inverted[type=submit], .ReactModal__Content .toolbar .inverted.btn {
  background-color: white;
  color: black;
}
.StudentMyLessonsView .session-cards .session-card .session-content .inner-content .session-cta .inverted.session-cta-btn:hover,
.TeacherMyLessonsView .session-cards .session-card .session-content .inner-content .session-cta .inverted.session-cta-btn:hover, .calendar-tooltip.teacher-calendar-tooltip .inner-content .action-container .inverted.action-btn:hover, .MyStudentsDetailView .my-students-footer .inverted.add-lesson:hover, .MyCoursesSessionEditView .form-toolbar .inverted.save:hover, .MyCoursesSessionEditView .form-toolbar .inverted.cancel:hover, .MyCoursesSessionEditView .form-toolbar .inverted.delete:hover, .MyCoursesSessionEditView .form-toolbar .inverted.report:hover, .MyCoursesSessionEditView .form-toolbar .inverted.go-back:hover, .MyCoursesSessionEditView .form-toolbar .inverted.cancel-lesson:hover, .MyCoursesDetailView .my-students-footer .inverted.add-lesson:hover, .ResourceCard .inverted.btn:hover, .no-plan .inverted.btn-get-started:hover, .StudentSubscriptionView .subscription-actions .inverted.subscription-change:hover, .StudentPaymentInfoView .inverted.update-payment:hover, .ProductDetailModal .details-toolbar .details-book .inverted.btn:hover, .ProfileApp form input.inverted[type=submit]:hover, .PrivateLessonsView .inverted.add-lessons:hover, .PrivateLessonSessionEditView .form-toolbar .inverted.save:hover, .PrivateLessonSessionEditView .form-toolbar .inverted.cancel:hover, .PrivateLessonSessionEditView .form-toolbar .inverted.delete:hover, .PrivateLessonSessionEditView .form-toolbar .inverted.report:hover, .PrivateLessonSessionEditView .form-toolbar .inverted.go-back:hover, .PrivateLessonSessionEditView .form-toolbar .inverted.cancel-lesson:hover, .PrivateLessonSessionDetailView .form-toolbar .inverted.save:hover, .PrivateLessonSessionDetailView .form-toolbar .inverted.cancel:hover, .PrivateLessonSessionDetailView .form-toolbar .inverted.delete:hover, .PrivateLessonSessionDetailView .form-toolbar .inverted.report:hover, .PrivateLessonSessionDetailView .form-toolbar .inverted.go-back:hover, .PrivateLessonSessionDetailView .form-toolbar .inverted.cancel-lesson:hover, .PayrollView .payments-filter .submit-container .inverted.submit:hover, .MyLessonsDetailView .form-toolbar .inverted.save:hover, .MyLessonsDetailView .form-toolbar .inverted.cancel:hover, .MyLessonsDetailView .form-toolbar .inverted.delete:hover, .MyLessonsDetailView .form-toolbar .inverted.report:hover, .MyLessonsDetailView .form-toolbar .inverted.go-back:hover, .MyLessonsDetailView .form-toolbar .inverted.cancel-lesson:hover, .fc-form input.inverted[type=submit]:hover, .ReactModal__Content .toolbar .inverted.btn:hover {
  background-color: #b3b3b3;
}

.close {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.close:before, .close:after {
  position: absolute;
  left: 10px;
  content: " ";
  height: 20px;
  width: 2px;
  background-color: #000;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}

.xlarge-hero {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  min-height: 680px;
  padding-top: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (min-width: 900px) {
  .xlarge-hero {
    min-height: 525px;
    justify-content: flex-start;
  }
}

.large-hero {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
}
@media screen and (min-width: 900px) {
  .large-hero {
    height: 434px;
  }
}

.medium-hero {
  height: 270px;
}
@media screen and (min-width: 900px) {
  .medium-hero {
    height: 352px;
  }
}

.small-hero, .title-hero {
  height: 230px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 900px) {
  .small-hero, .title-hero {
    height: 270px;
  }
}

.title-hero .hero-container {
  flex-flow: column nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 30px;
  margin-bottom: 10px;
}
.title-hero .hero-container a {
  border: 0;
}
.title-hero .hero-container h1, .title-hero .hero-container .h1 {
  margin-top: 10px;
}
@media screen and (min-width: 900px) {
  .title-hero .hero-container {
    padding-bottom: 85px;
  }
}

.ReactModal__Overlay {
  z-index: 999;
}

.ReactModal__Content {
  border-radius: 0;
  border: 1px solid black;
  padding: 20px;
  position: relative !important;
  outline: none;
  background: white;
}
.ReactModal__Content::after {
  content: "";
  clear: both;
  display: table;
}
@media screen and (max-width: 899px) {
  .ReactModal__Content::after {
    display: none;
  }
}
.ReactModal__Content h2, .ReactModal__Content .h2 {
  margin-bottom: 20px;
}
.ReactModal__Content p, .ReactModal__Content .p-a {
  margin-bottom: 20px;
}
.ReactModal__Content .toolbar {
  text-align: right;
  height: 40px;
}
.ReactModal__Content .toolbar .spinner {
  margin-right: 5px;
  margin-bottom: -8px;
}
.ReactModal__Content .toolbar .btn {
  margin-right: 10px;
}
.ReactModal__Content .toolbar .btn:last-child {
  margin-right: 0;
}

.profile-modal-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 1000;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
}
.profile-modal-overlay .profile-modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
  padding: 70px 30px 35px 30px;
}
@media screen and (min-width: 900px) {
  .profile-modal-overlay .profile-modal {
    padding: 70px 70px;
    border: 1px solid black;
    position: unset;
    top: unset;
    left: unset;
    width: 500px;
    height: unset;
  }
}
.profile-modal-overlay .profile-modal p, .profile-modal-overlay .profile-modal .p-a {
  text-align: center;
}
.profile-modal-overlay .profile-modal h2, .profile-modal-overlay .profile-modal .h2 {
  text-align: center;
}
@media screen and (min-width: 900px) {
  .profile-modal-overlay .profile-modal:not(.keep-text-centered) h2, .profile-modal-overlay .profile-modal:not(.keep-text-centered) .h2 {
    text-align: left;
  }
}
.profile-modal-overlay .profile-modal .actions-wrapper {
  width: 100%;
  display: flex;
  flex-flow: row;
  justify-content: space-evenly;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .profile-modal-overlay .profile-modal .actions-wrapper {
    justify-content: space-around;
  }
}

.profile-submit-btn {
  font-family: "MaisonNeue" !important;
}

.action-dropdown-wrapper {
  position: absolute;
  top: 0;
  right: 0;
}
.action-dropdown-wrapper .action-dropdown-arrow {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.action-dropdown-wrapper .action-dropdown {
  width: 230px;
  padding: 20px;
  background-color: #fff;
  position: absolute;
  top: 50px;
  right: -14px;
  display: none;
  z-index: 2;
  background: #fff;
  border: 2px solid #000;
}
.action-dropdown-wrapper .action-dropdown.is-open {
  display: block;
}
.action-dropdown-wrapper .action-dropdown:after, .action-dropdown-wrapper .action-dropdown:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.action-dropdown-wrapper .action-dropdown:before {
  border-color: transparent;
  border-bottom-color: #000;
  right: 11px;
  border-width: 21px;
  margin-left: -21px;
}
.action-dropdown-wrapper .action-dropdown:after {
  border-color: transparent;
  border-bottom-color: #fff;
  right: 14px;
  border-width: 18px;
  margin-left: -18px;
}
.action-dropdown-wrapper .action-dropdown .action-link {
  font-size: 16px;
  line-height: 2em;
  cursor: pointer;
}
.action-dropdown-wrapper .action-dropdown .action-link a {
  border-bottom: 0;
}

.spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(/static/bundles/911430ec4f89497eba5d.gif);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.custom-checkbox:not(:checked), .custom-checkbox:checked {
  position: absolute;
  left: -9999px;
}
.custom-checkbox:not(:checked) ~ label, .custom-checkbox:checked ~ label {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}
.custom-checkbox:not(:checked) ~ label:before, .custom-checkbox:checked ~ label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25em;
  height: 1.25em;
  border-radius: 0;
}
.custom-checkbox:not(:checked) ~ label:after, .custom-checkbox:checked ~ label:after {
  content: "✓ ";
  position: absolute;
  top: 3px;
  left: 5px;
  font-size: 14px;
  line-height: 1;
  transition: all 0.2s;
  font-family: "Lucida Sans Unicode", "Arial Unicode MS", Arial;
}
.custom-checkbox:not(:checked) ~ label:after {
  opacity: 0;
  transform: scale(0);
}
.custom-checkbox:checked ~ label:after {
  opacity: 1;
  transform: scale(1);
}
.custom-checkbox.black-green:not(:checked) ~ label:before, .custom-checkbox.black-green:checked ~ label:before {
  background: #46f992;
  border: 2px solid #000;
}
.custom-checkbox.black-green:not(:checked) ~ label:after, .custom-checkbox.black-green:checked ~ label:after {
  color: #000;
}

.react-select-container > [class*=-control] {
  cursor: pointer;
  border: 2px solid #000;
  border-radius: 0;
}
.react-select-container > [class*=-control]:hover {
  border: 2px solid #000;
}
.react-select-container > [class*=-control] > [class*=-ValueContainer] {
  font-weight: bold;
}
.react-select-container > [class*=-control] [class*=-indicatorSeparator] {
  display: none;
}
.react-select-container > [class*=-control] [class*=-indicatorContainer] [class*=-Svg] {
  color: black;
}
.react-select-container > [class*=-menu] {
  margin-top: 0;
}
.react-select-container > [class*=-menu] [class*=-MenuList] {
  font-weight: bold;
}

.fc-form label {
  display: block;
  clear: both;
  font-weight: bold;
}
.fc-form input, .fc-form textarea, .fc-form select {
  display: block;
  padding: 8px 10px;
  border: 2px solid black;
  margin-bottom: 20px;
}
.fc-form input[type=submit] {
  font-size: 16px;
  font-weight: bold;
}
.fc-form .help-text {
  font-size: 14px;
  font-style: italic;
  margin: 10px 0;
}
.fc-form.form-inline label, .fc-form.form-inline input, .fc-form.form-inline textarea, .fc-form.form-inline select {
  display: inline-block !important;
}
.fc-form.form-inline label span {
  display: inline-block;
  width: 150px;
}
.fc-form .form-error {
  margin-top: -10px;
  margin-bottom: 20px;
  color: #ff0045;
}
.fc-form .react-datepicker__input-container {
  position: relative;
}
.fc-form .react-datepicker__input-container:after {
  position: absolute;
  font-weight: 900;
  font-family: "icomoon";
  right: 10px;
  top: 10px;
  content: "\f073";
  pointer-events: none;
}
.fc-form .form-toolbar {
  text-align: right;
}
.fc-form .form-toolbar .form-status {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  animation: fade-status 1s 1;
  -webkit-animation: fade-status 1s 1;
  animation-fill-mode: forwards;
  animation-delay: 2s;
  -webkit-animation-delay: 1s; /* Safari and Chrome */
  -webkit-animation-fill-mode: forwards;
}
@keyframes fade-status {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fade-status {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fc-form .form-toolbar .submit-spinner {
  margin-top: 5px;
  margin-right: 5px;
}

.Toastify__toast-container {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.Toastify__toast-container:not(:empty) {
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 900px) {
  .Toastify__toast-container {
    background: none;
    position: fixed;
    width: 500px;
    top: unset;
    left: unset;
    height: unset;
    display: block;
  }
  .Toastify__toast-container:not(:empty) {
    background: none;
  }
}
@media screen and (min-width: 1200px) {
  .Toastify__toast-container {
    width: 600px;
  }
}
.Toastify__toast-container .Toastify__toast {
  width: 90%;
  padding: 0;
  margin: 0;
  background: transparent;
}
@media screen and (min-width: 900px) {
  .Toastify__toast-container .Toastify__toast {
    width: 500px;
    height: 87px;
  }
}
@media screen and (min-width: 1200px) {
  .Toastify__toast-container .Toastify__toast {
    width: 600px;
  }
}
.Toastify__toast-container .Toastify__toast .Toastify__toast-body {
  margin: 0;
  border: 4px solid #000;
  border-radius: 6px 0px 0px 6px;
  width: 100%;
}
.Toastify__toast-container .Toastify__toast .Toastify__toast-body .toast-notification {
  display: flex;
  flex-flow: row;
  align-items: center;
  height: 100%;
}
.Toastify__toast-container .Toastify__toast .Toastify__toast-body .toast-notification .toast-notification-type-wrapper {
  height: 100%;
  width: 48px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-right: 4px solid #000;
}
.Toastify__toast-container .Toastify__toast .Toastify__toast-body .toast-notification .toast-notification-content-wrapper {
  margin: 30px 25px 30px 20px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
  flex-grow: 1;
  color: black;
}
@media screen and (min-width: 900px) {
  .Toastify__toast-container .Toastify__toast .Toastify__toast-body .toast-notification .toast-notification-content-wrapper {
    margin: 20px 60px 20px 25px;
  }
}
.Toastify__toast-container .Toastify__toast .Toastify__toast-body .toast-notification .close {
  right: 20px;
  top: 20px;
}
@media screen and (min-width: 900px) {
  .Toastify__toast-container .Toastify__toast .Toastify__toast-body .toast-notification .close {
    position: relative;
    right: unset;
    top: unset;
    margin-right: 40px;
  }
}
.Toastify__toast-container .Toastify__toast.Toastify__toast--success .Toastify__toast-body {
  background-color: #fff;
}
.Toastify__toast-container .Toastify__toast.Toastify__toast--success .Toastify__toast-body .toast-notification-type-wrapper {
  background-color: #46f992;
}
.Toastify__toast-container .Toastify__toast.Toastify__toast--success .Toastify__toast-body .toast-notification-type-wrapper .toast-notification-type {
  width: 21px;
}
.Toastify__toast-container .Toastify__toast.Toastify__toast--error .Toastify__toast-body {
  background-color: #fff;
}
.Toastify__toast-container .Toastify__toast.Toastify__toast--error .Toastify__toast-body .toast-notification-type-wrapper {
  background-color: #FFC1CA;
}
.Toastify__toast-container .Toastify__toast.Toastify__toast--error .Toastify__toast-body .toast-notification-type-wrapper .toast-notification-type {
  width: 14px;
}
.Toastify__toast-container .Toastify__progress-bar {
  visibility: hidden;
}

@media screen and (min-width: 900px) {
  .Toastify__toast-container--top-right {
    top: 223px;
    right: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .Toastify__toast-container--top-right {
    right: 180px;
  }
}

html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

input {
  border-radius: 0;
}
input:focus {
  outline: none;
}

body.banner-present {
  margin-top: 46px;
}

strong {
  font-weight: bold;
}

.for-business {
  background-color: #FFC1CA;
  display: inline-block;
  padding: 40px 20px;
  align-items: center;
  display: flex !important;
  justify-content: space-around;
  flex-flow: column nowrap;
  margin: 10px 10px;
}
@media screen and (min-width: 900px) {
  .for-business {
    padding: 70px 20px;
  }
}
.for-business p, .for-business .p-a {
  margin-top: 20px;
  margin-bottom: 40px;
}
.for-business h6 {
  margin-bottom: 16px;
}
@media screen and (min-width: 900px) {
  .for-business {
    flex-flow: row wrap;
    margin: 20px;
  }
}

.animate-opacity, .questions-container .email-capture-form-submitted, .pdp-form-wrapper .email-capture-form-submitted, .get-in-touch-wrap .email-capture-form-submitted, .fullwidth-call-to-action .email-capture-form-submitted {
  visibility: hidden;
  opacity: 0;
  height: 0;
}
.animate-opacity.show, .questions-container .show.email-capture-form-submitted, .pdp-form-wrapper .show.email-capture-form-submitted, .get-in-touch-wrap .show.email-capture-form-submitted, .fullwidth-call-to-action .show.email-capture-form-submitted {
  visibility: visible;
  transition: opacity 1s linear;
  opacity: 1;
}

.checkbox {
  opacity: 0;
  position: absolute;
}

.checkbox, .checkbox-label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.checkbox-label {
  position: relative;
}

.checkbox ~ .checkbox-label:before {
  content: "";
  border: 3px solid #000;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
}

.checkbox:checked ~ .checkbox-label:before {
  background: #000;
  box-shadow: inset 0px 0px 0px 2px #fff;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

/*
 * Pages imports
 */
.careers h2, .careers .h2 {
  text-align: center;
  margin-top: 50px;
}
.careers .profile-box-contents {
  background-color: #b6f8ff;
}
.careers .option-list-container {
  background-color: #f3f3f3;
}

.perk-list {
  display: flex;
  flex-flow: column nowrap;
}
@media screen and (min-width: 900px) {
  .perk-list {
    flex-flow: row nowrap;
    margin: 45px auto;
  }
}
.perk-list div {
  margin: 10px 30px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .perk-list div {
    width: 33.3333333333%;
    text-align: left;
  }
  .perk-list div h4 {
    margin-bottom: 10px;
  }
}
.perk-list div p, .perk-list div .p-a {
  color: #1a1a1a;
}

.contact-us .hero-overlay {
  background-color: #ffd16e;
}

.faq-page .faq-wrapper {
  margin-top: -70px;
}
.faq-page .faq {
  margin-bottom: 50px;
}
.faq-page .faq h1, .faq-page .faq .h1 {
  text-align: left;
}
.faq-page .faq a h1:hover, .faq-page .faq a .h1:hover {
  color: #ff0045;
}

@media screen and (min-width: 900px) {
  .foreign-language-subscriptions .header-logo {
    margin-top: 30px;
    margin-left: 30px;
  }
  .foreign-language-subscriptions .header-logo > img {
    width: 380px;
  }
}
.foreign-language-subscriptions .subscriptions-hero-image {
  width: 100%;
  background-size: cover;
  overflow: hidden;
}
.foreign-language-subscriptions .study-plans .study-plans-header {
  padding: 30px;
  text-align: center;
}
.foreign-language-subscriptions .study-plans .study-plans-header h2, .foreign-language-subscriptions .study-plans .study-plans-header .h2 {
  margin-bottom: 10px;
}
.foreign-language-subscriptions .study-plans .study-plans-header p, .foreign-language-subscriptions .study-plans .study-plans-header .p-a {
  font-size: 18px;
}
.foreign-language-subscriptions .study-plans .study-plans-container {
  display: flex;
  align-items: stretch;
  align-content: stretch;
}
@media screen and (max-width: 899px) {
  .foreign-language-subscriptions .study-plans .study-plans-container {
    flex-flow: column wrap;
  }
}
.foreign-language-subscriptions .study-plans .prepaid {
  width: 50%;
  flex-grow: 1;
  flex-basis: 0;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 899px) {
  .foreign-language-subscriptions .study-plans .prepaid {
    width: 100%;
    min-height: 300px;
    flex-basis: auto;
  }
}
.foreign-language-subscriptions .study-plans .prepaid > img {
  width: 100%;
}
.foreign-language-subscriptions .study-plans .plan-list {
  padding: 50px;
  flex-grow: 1;
  flex-basis: 0;
}
.foreign-language-subscriptions .study-plans .plan-list ul {
  padding: 0;
}
.foreign-language-subscriptions .study-plans .plan-list ul li {
  list-style: none;
  margin-bottom: 2em;
  position: relative;
  padding-left: 40px;
}
.foreign-language-subscriptions .study-plans .plan-list ul li::before {
  content: "";
  display: inline-block;
  height: 22px;
  width: 22px;
  background-image: url(/static/bundles/2eb6cdab23ee22f69309.png);
  background-position: center;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.foreign-language-subscriptions .study-plans .plan-list .plan-badges {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 0 20px 0 0;
  margin-top: 40px;
}
.foreign-language-subscriptions .study-plans .plan-list .plan-badges .plan-badge {
  width: 120px;
  height: 120px;
}
.foreign-language-subscriptions .study-plans .plan-list .plan-badges .plan-badge img {
  width: 100%;
  height: 100%;
}
.foreign-language-subscriptions .study-plans .plan-list .plan-cta {
  margin: 60px 0 0 0;
  text-align: center;
}
.foreign-language-subscriptions .study-plans .plan-list .plan-cta a {
  display: inline-block;
}
.foreign-language-subscriptions .study-plans .study-plans-prepaid {
  max-width: 50%;
}
@media screen and (max-width: 899px) {
  .foreign-language-subscriptions .study-plans .study-plans-prepaid {
    max-width: 100%;
  }
}
.foreign-language-subscriptions .study-plans .study-plans-prepaid > div {
  padding: 20px 15%;
}
.foreign-language-subscriptions .study-plans .study-plans-prepaid h4 {
  margin-bottom: 1em;
}
.foreign-language-subscriptions .study-plans .study-plans-prepaid p, .foreign-language-subscriptions .study-plans .study-plans-prepaid .p-a {
  margin-bottom: 1em;
}
.foreign-language-subscriptions .study-plans .study-plans-prepaid a {
  font-weight: bold;
  text-transform: none;
}
.foreign-language-subscriptions .form-box {
  background-color: #f8d0d0;
  float: right;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 140px 20px 20px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .foreign-language-subscriptions .form-box {
    background-color: #FFF;
    max-width: 500px;
    padding: 30px;
    margin: 100px 100px 50px 0;
  }
}
.foreign-language-subscriptions .form-box .sub-header {
  margin: 20px 0;
  line-height: 30px;
  font-size: 20px;
}
@media screen and (min-width: 900px) {
  .foreign-language-subscriptions .form-box .sub-header {
    font-size: 15px;
    line-height: 22px;
  }
}
.foreign-language-subscriptions .form-box .packages-button {
  font-size: 17px;
  min-width: 150px;
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .foreign-language-subscriptions .form-box .packages-button {
    margin: 0 130px;
  }
}
.foreign-language-subscriptions .photo-text-blocks .text-section {
  background-color: #fbee75;
}
.foreign-language-subscriptions .photo-text-blocks .text-section > p, .foreign-language-subscriptions .photo-text-blocks .text-section > .p-a {
  padding-top: 10px;
  line-height: 1.5em;
}
.foreign-language-subscriptions .sales-team {
  padding-bottom: 60px;
}
.foreign-language-subscriptions .sales-team #questions-header {
  margin-bottom: 5px;
}
.foreign-language-subscriptions .value-proposition {
  background-color: #f3f3f3;
  padding: 95px 0;
  margin: 45px 0;
  flex-flow: row wrap;
  text-align: center;
}
.foreign-language-subscriptions .value-proposition .value-proposition-paragraph {
  margin: 0 auto;
  padding: 30px 30px 0 30px;
  line-height: 1.5em;
}
@media screen and (min-width: 900px) {
  .foreign-language-subscriptions .value-proposition .value-proposition-paragraph {
    margin: 20px 120px 0;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .foreign-language-subscriptions .value-proposition .value-proposition-paragraph {
    text-align: left;
    padding: 0;
  }
}
.foreign-language-subscriptions .value-proposition .value-proposition-header {
  margin: 0 30px;
}
@media (min-width: 1200px) {
  .foreign-language-subscriptions .value-proposition .value-proposition-header {
    padding-top: 7px;
    padding-right: 45px;
  }
}
.foreign-language-subscriptions .foreign-language-subscription-plans {
  background-color: white;
  padding: 0;
  margin-top: 60px;
}
.foreign-language-subscriptions .foreign-language-subscription-plans .main-header {
  margin-bottom: 20px;
}
.foreign-language-subscriptions .foreign-language-subscription-plans .option-badge-list {
  background-color: white;
}
.foreign-language-subscriptions .foreign-language-subscription-plans .option-badge-list .option-badge {
  background-color: white;
  width: 210px;
}
.foreign-language-subscriptions .foreign-language-subscription-plans .option-badge-list .option-badge .subscription-details {
  border: medium solid #bbb;
  height: 300px;
  width: 185px;
  padding: 15px 0;
  margin: 12px 0 20px 0;
}
.foreign-language-subscriptions .foreign-language-subscription-plans .option-badge-list .option-badge .subscription-details .lesson-description {
  padding-bottom: 20px;
}
@media screen and (min-width: 900px) {
  .foreign-language-subscriptions .foreign-language-subscription-plans .option-badge-list .option-badge .subscription-details #plan-description {
    min-height: 85px;
    max-height: 85px;
  }
}
.foreign-language-subscriptions .foreign-language-subscription-plans .option-badge-list .option-badge .subscription-details #plan-unit {
  min-height: 38px;
}
.foreign-language-subscriptions .foreign-language-subscription-plans .option-badge-list .option-badge .subscription-details .subscription-amount {
  font-family: "MaisonNeue";
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .foreign-language-subscriptions .foreign-language-subscription-plans .option-badge-list .option-badge .subscription-details .subscription-amount {
    padding: 5px 0 0;
  }
}
.foreign-language-subscriptions .foreign-language-subscription-plans .option-badge-list .option-badge .subscription-details .subscription-sub-text {
  font-weight: bold;
  font-size: 15px;
  padding-top: 3px;
}
.foreign-language-subscriptions .foreign-language-subscription-plans .option-badge-list .option-badge .js-add-to-cart {
  margin: 10px 0;
}
.foreign-language-subscriptions .choose-your-plan {
  margin-bottom: 20px;
}
.foreign-language-subscriptions .choose-your-plan .flex-container {
  flex-flow: row;
}
.foreign-language-subscriptions .choose-your-plan h3 {
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 10px;
}
.foreign-language-subscriptions .choose-your-plan .underline {
  border-bottom: 1px solid #bbb;
  padding-bottom: 2px;
  border-width: medium;
}
.foreign-language-subscriptions .choose-your-plan .choose-your-plan-toggle {
  margin: 5px 15px 15px;
}
.foreign-language-subscriptions .choose-your-plan .badge-container {
  width: 50px;
}
@media screen and (max-width: 899px) {
  .foreign-language-subscriptions .choose-your-plan .badge-container {
    display: none;
    width: 0;
  }
}
.foreign-language-subscriptions .choose-your-plan .badge-container .badge {
  margin-left: 15px;
  height: 48px;
  background-color: rgba(182, 248, 255, 0.85);
  border-radius: 50%;
}
.foreign-language-subscriptions .choose-your-plan .badge-container .badge span {
  font-size: 12px;
  font-weight: bold;
}
.foreign-language-subscriptions .student-testimonials {
  background-color: #fbee75;
  margin-top: 15px;
  padding: 30px 0;
}
@media screen and (min-width: 900px) {
  .foreign-language-subscriptions .student-testimonials .flex-container {
    padding-top: 15px;
  }
}
.foreign-language-subscriptions .student-testimonials .student-testimonials-header {
  text-align: center;
  padding-bottom: 15px;
}
@media screen and (min-width: 900px) {
  .foreign-language-subscriptions .student-testimonials .student-testimonials-header {
    text-align: left;
    max-width: 300px;
    padding: 37px 15px 0 30px;
  }
}
.foreign-language-subscriptions .student-testimonials .student-testimonials-list {
  padding: 0 35px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .foreign-language-subscriptions .student-testimonials .student-testimonials-list {
    align-items: stretch;
    text-align: left;
    display: flex;
    flex-direction: row;
    display: -webkit-flex;
    min-height: 140px;
    width: 90%;
  }
}
.foreign-language-subscriptions .student-testimonials .student-testimonials-list .student-testimonial {
  padding-bottom: 30px;
  line-height: 1.5em;
}
@media screen and (min-width: 900px) {
  .foreign-language-subscriptions .student-testimonials .student-testimonials-list .student-testimonial {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 30px;
    min-height: 140px;
    width: 14%;
  }
}
.foreign-language-subscriptions .sales-team a {
  text-transform: none;
}

.subscription-faq {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
}
.subscription-faq h2, .subscription-faq .h2 {
  margin-bottom: 25px;
}
.subscription-faq .subscription-faq-container {
  display: inline-block;
  width: 600px;
}
@media screen and (max-width: 899px) {
  .subscription-faq .subscription-faq-container {
    width: 100%;
    padding: 0 40px;
  }
}
.subscription-faq .subscription-faq-container .subscription-faq-item {
  margin-bottom: 25px;
  text-align: left;
}
.subscription-faq .subscription-faq-container .subscription-faq-item .item-link {
  margin-bottom: 10px;
}
.subscription-faq .subscription-faq-container .subscription-faq-item .item-link a {
  display: inline-block;
}
.subscription-faq .subscription-faq-container .subscription-faq-item .item-link .item-indicator {
  cursor: pointer;
  vertical-align: middle;
  line-height: 100%;
  height: 100%;
  font-weight: 900;
  display: inline-block;
  transform: scale(1.7, 1) rotate(180deg);
  margin-left: 10px;
  padding-top: 5px;
  transition: all 0.5s ease-in-out;
}
.subscription-faq .subscription-faq-container .subscription-faq-item p, .subscription-faq .subscription-faq-container .subscription-faq-item .p-a {
  max-height: 0;
  overflow-y: hidden;
  transition: max-height 0.5s ease-in-out;
}
.subscription-faq .subscription-faq-container .subscription-faq-item.active .item-indicator {
  transform: scale(1.7, 1);
}
.subscription-faq .subscription-faq-container .subscription-faq-item.active p, .subscription-faq .subscription-faq-container .subscription-faq-item.active .p-a {
  max-height: 999px;
}
.subscription-faq .subscription-faq-container .faq-link {
  margin-top: 30px;
}
.subscription-faq .subscription-faq-container .faq-link a {
  font-weight: bold;
}

.sticky-header-container {
  background-color: #FBEE75;
  display: inline-block;
  padding: 20px 20px;
  margin: -90px auto 0;
  display: block;
  position: relative;
  max-width: 90%;
}
@media screen and (min-width: 900px) {
  .sticky-header-container {
    padding: 45px 45px;
  }
}
.sticky-header-container p, .sticky-header-container .p-a {
  margin-top: 20px;
  margin-bottom: 40px;
}
.sticky-header-container h6 {
  margin-bottom: 16px;
}
.sticky-header-container h1, .sticky-header-container .h1 {
  font-size: 65px;
  line-height: 55px;
}
@media screen and (min-width: 900px) {
  .sticky-header-container h1, .sticky-header-container .h1 {
    line-height: 68px;
  }
}
.sticky-header-container h4 {
  color: #fb0d57;
  margin-bottom: 10px;
}
.sticky-header-container .dark-button {
  margin-bottom: 20px;
  margin-top: 40px;
  width: 210px;
}
@media screen and (min-width: 900px) {
  .sticky-header-container {
    margin-left: 100px;
    max-width: 600px;
    margin-top: -300px;
  }
}

@media screen and (min-width: 900px) {
  .grow-your-life .header-logo {
    margin-top: 30px;
    margin-left: 30px;
  }
  .grow-your-life .header-logo > img {
    width: 380px;
  }
}
.grow-your-life .desktop-nav,
.grow-your-life .mobile-nav {
  display: none;
}
.grow-your-life .footer {
  display: none !important;
}
@media screen and (min-width: 900px) {
  .grow-your-life .medium-hero {
    height: 620px;
  }
}
.grow-your-life .hero-overlay-center {
  width: 90%;
  margin: 0 auto;
  margin-top: -100px;
  padding: 30px;
  background-color: #FBEE75;
  position: relative;
}
.grow-your-life .hero-overlay-center p, .grow-your-life .hero-overlay-center .p-a {
  margin-top: 15px;
  font-size: 20px;
  line-height: 30px;
}
.grow-your-life .hero-overlay-center .on-color, .grow-your-life .hero-overlay-center .newsletter-subscribe-form.alternate .subscribe, .newsletter-subscribe-form.alternate .grow-your-life .hero-overlay-center .subscribe {
  margin: 30px auto 0;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  box-sizing: border-box;
}
.grow-your-life .hero-overlay-center .quiz-link {
  margin: 20px 0;
  display: inline-block;
}
@media screen and (min-width: 500px) {
  .grow-your-life .hero-overlay-center .quiz-link {
    margin: 0 30px;
  }
}
@media screen and (min-width: 900px) {
  .grow-your-life .hero-overlay-center {
    margin-top: -240px;
    width: 70%;
    padding: 50px;
  }
}
@media screen and (min-width: 900px) {
  .grow-your-life .photo-text-blocks h2, .grow-your-life .photo-text-blocks .h2 {
    font-size: 38px;
  }
  .grow-your-life .photo-text-blocks .text-section {
    height: 220px;
  }
}
.grow-your-life .tab-bar {
  width: 100%;
  background-color: #000;
}
.grow-your-life .tab-bar .tab-collection {
  max-width: 600px;
  margin: 0 auto;
  padding-top: 20px;
}
.grow-your-life .tab-bar .tablinks {
  width: 32%;
  display: inline-block;
  padding: 20px 0;
  border: none;
}
.grow-your-life .tab-bar .tablinks.active {
  background-color: #fff;
  color: #000;
}
.grow-your-life .tab-bar .tablinks .phone-hidden {
  display: none;
  pointer-events: none;
}
@media screen and (min-width: 500px) {
  .grow-your-life .tab-bar .tablinks .phone-hidden {
    display: inherit;
  }
}
.grow-your-life .tabcontent {
  display: none;
}
.grow-your-life .contact-methods {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.grow-your-life .contact-methods img {
  display: block;
  margin: 20px auto;
}
.grow-your-life .contact-methods .envelope {
  width: 40px;
  height: auto;
  padding-bottom: 6px;
}
.grow-your-life .contact-methods .phone {
  width: 28px;
  height: auto;
}
.grow-your-life .contact-methods div {
  display: inline-block;
  width: 300px;
}
.grow-your-life .contact-methods a {
  border: none;
  text-transform: initial;
  font-size: 24px;
  letter-spacing: 1px;
}
.grow-your-life .offers {
  text-align: center;
}
.grow-your-life .offers .past-date {
  opacity: 0.25;
}
.grow-your-life .offers .offer:first-of-type {
  background-color: #FBEE75;
}
.grow-your-life .offers .offer:nth-of-type(2) {
  background-color: #FFC1CA;
}
.grow-your-life .offers .offer.blue {
  background-color: #b6f8ff;
}
.grow-your-life .offers h2, .grow-your-life .offers .h2 {
  margin-top: 60px;
  margin-bottom: 5px;
}
.grow-your-life .offers h3 {
  font-size: 22px;
}
.grow-your-life .partner-redeem-red {
  text-transform: uppercase;
  color: #fb0d57;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 40px !important;
}
.grow-your-life .private-packages {
  font-weight: 600;
  font-size: 24px;
}
.grow-your-life .offer {
  margin: 10px auto;
  max-width: 90%;
  padding: 20px 0;
  text-align: center;
}
.grow-your-life .offer .mid-section h3 {
  font-family: "BureauGrotCondensed";
  font-size: 44px;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 20px;
  line-height: 50px;
  padding: 0 20px;
}
@media screen and (min-width: 900px) {
  .grow-your-life .offer .mid-section h3 {
    margin-top: 40px;
  }
}
.grow-your-life .offer .mid-section p, .grow-your-life .offer .mid-section .p-a {
  font-size: 22px;
  margin: 20px auto;
  max-width: 1000px;
  padding: 0 30px;
  line-height: 32px;
}
.grow-your-life .offer .mid-section .on-color, .grow-your-life .offer .mid-section .newsletter-subscribe-form.alternate .subscribe, .newsletter-subscribe-form.alternate .grow-your-life .offer .mid-section .subscribe {
  max-width: 70%;
  margin: 0 auto;
  margin-top: 10px;
}
@media screen and (min-width: 500px) {
  .grow-your-life .offer .mid-section .on-color, .grow-your-life .offer .mid-section .newsletter-subscribe-form.alternate .subscribe, .newsletter-subscribe-form.alternate .grow-your-life .offer .mid-section .subscribe {
    max-width: 30%;
  }
}
@media screen and (min-width: 900px) {
  .grow-your-life .offer .mid-section .on-color, .grow-your-life .offer .mid-section .newsletter-subscribe-form.alternate .subscribe, .newsletter-subscribe-form.alternate .grow-your-life .offer .mid-section .subscribe {
    max-width: 20%;
    margin-top: 20px;
  }
}
.grow-your-life .timeline {
  text-align: center;
  max-width: 1000px;
  margin: 30px auto;
}
.grow-your-life .timeline .month {
  border-bottom: 1px solid #000;
  margin: 0 auto;
  max-width: 50%;
}
@media screen and (min-width: 900px) {
  .grow-your-life .timeline .month {
    width: 33.3333333333%;
    border-bottom: 0;
  }
}
.grow-your-life .timeline .month h2, .grow-your-life .timeline .month .h2 {
  margin: 20px 0 0 0;
  font-size: 48px;
}
.grow-your-life .timeline .month h4:first-of-type {
  text-transform: uppercase;
  color: #fb0d57;
  margin-bottom: 10px;
}
.grow-your-life .timeline .month h4:last-of-type {
  margin-bottom: 20px;
}
.grow-your-life .timeline .month svg {
  display: none;
}
@media screen and (min-width: 900px) {
  .grow-your-life .timeline .month svg {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
.grow-your-life .timeline .month:last-of-type {
  border: none;
}
@media screen and (min-width: 900px) {
  .grow-your-life .timeline {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}

@media screen and (min-width: 900px) {
  .index .header-logo {
    margin-top: 30px;
    margin-left: 30px;
  }
  .index .header-logo > img {
    width: 380px;
  }
  .index .desktop-nav {
    margin-top: 30px;
  }
}
.index .large-hero {
  height: initial;
}
@media screen and (min-width: 1200px) {
  .index .large-hero {
    height: 506px;
  }
}
.index .email-capture-form-submitted h3 {
  color: #000;
}
.index .blog-list-container {
  max-width: initial;
  /*background-color: $lightgray;*/
}
.index .renewal-notice {
  background-color: #A6FAFF;
  margin-top: -320px;
  text-align: center;
  padding: 290px 20px 20px 20px;
}
@media screen and (max-width: 899px) {
  .index .renewal-notice {
    padding-top: 320px;
  }
}
.index .renewal-notice p, .index .renewal-notice .p-a {
  display: inline-block;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
.index .renewal-notice p a, .index .renewal-notice .p-a a {
  text-transform: none;
}
.index .prepaid-banner {
  text-align: center;
  background-color: #f3f3f3;
  padding: 40px 20px;
}
.index .prepaid-banner h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.index .prepaid-banner p, .index .prepaid-banner .p-a {
  font-size: 16px;
  margin-bottom: 8px;
}
.index .prepaid-banner a {
  text-transform: none;
}
.index .choose-group-course {
  text-align: center;
  padding: 40px 20px;
}
.index .choose-group-course a, .index .choose-group-course p, .index .choose-group-course .p-a {
  display: inline-block;
}
.index .choose-group-course a {
  margin-bottom: 25px;
}
.index .mobile-cta-header {
  padding: 150px 20px 20px 20px;
  text-align: center;
}
.index .mobile-cta-header h2, .index .mobile-cta-header .h2 {
  text-transform: none;
  margin-bottom: 10px;
}
@media screen and (min-width: 900px) {
  .index .mobile-cta-header {
    display: none;
  }
}
.index .mobile-cta-footer {
  padding: 50px;
  text-align: center;
}
.index .mobile-cta-footer a {
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .index .mobile-cta-footer {
    display: none;
  }
}

.large-hero .index-container {
  padding-top: 140px;
  padding-bottom: 40px;
}
@media screen and (min-width: 900px) {
  .large-hero .index-container {
    padding-top: 112px;
    padding-bottom: 60px;
    padding-left: 14%;
    padding-right: 14%;
  }
}
@media screen and (min-width: 1600px) {
  .large-hero .index-container {
    padding-left: 6%;
    padding-right: 6%;
  }
}
.large-hero .cta-card {
  text-align: left;
  background-color: #fff;
}
.large-hero .cta-card h2, .large-hero .cta-card .h2 {
  text-transform: none;
}
@media screen and (min-width: 900px) {
  .large-hero .cta-card {
    margin-left: auto;
    order: 2;
  }
}
@media screen and (max-width: 899px) {
  .large-hero .cta-card {
    display: none;
  }
}
.large-hero .hp-sticky-note {
  background-color: #fff;
  display: inline-block;
  padding: 16px 16px;
}
@media screen and (min-width: 900px) {
  .large-hero .hp-sticky-note {
    padding: 30px 35px;
  }
}
.large-hero .hp-sticky-note p, .large-hero .hp-sticky-note .p-a {
  margin-top: 20px;
  margin-bottom: 40px;
}
.large-hero .hp-sticky-note h6 {
  margin-bottom: 16px;
}
@media screen and (min-width: 900px) {
  .large-hero .hp-sticky-note {
    max-width: 425px;
  }
}
.large-hero .hp-sticky-note h1, .large-hero .hp-sticky-note .h1 {
  font-size: 35px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .large-hero .hp-sticky-note h1, .large-hero .hp-sticky-note .h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
.large-hero .hp-sticky-note .sub-header {
  text-align: left;
  margin-bottom: 0;
}
.large-hero .hp-sticky-note .dark-button {
  text-align: center;
  font-size: 15px;
  margin-top: 42px;
  padding: 20px 12px 20px 12px;
  width: 100% !important;
}
@media screen and (min-width: 900px) {
  .large-hero .hp-sticky-note .dark-button {
    margin-top: 30px;
    font-size: 12px;
    padding: 12px;
  }
}
.large-hero .hp-sticky-note .horizontal-button-container {
  display: flex;
  justify-content: space-evenly;
}
@media screen and (min-width: 500px) {
  .large-hero .hp-sticky-note .horizontal-button-container {
    flex-direction: row;
  }
}
.large-hero .find-your-level {
  background-color: #FFC1CA;
  display: inline-block;
  padding: 16px 16px;
  display: flex;
  flex-flow: column wrap;
  margin-top: 10px;
}
@media screen and (min-width: 900px) {
  .large-hero .find-your-level {
    padding: 26px 32px;
  }
}
.large-hero .find-your-level p, .large-hero .find-your-level .p-a {
  margin-top: 20px;
  margin-bottom: 40px;
}
.large-hero .find-your-level h6 {
  margin-bottom: 16px;
}
.large-hero .find-your-level p, .large-hero .find-your-level .p-a {
  font-size: 24px;
}
@media screen and (min-width: 900px) {
  .large-hero .find-your-level p, .large-hero .find-your-level .p-a {
    font-size: 17px;
    line-height: 19px;
  }
}
@media screen and (min-width: 900px) {
  .large-hero .find-your-level {
    max-width: 350px;
  }
}
.large-hero .find-your-level .action-button {
  display: inline-block;
  font-size: 15px;
  padding: 20px 12px 20px 12px;
  max-width: 180px;
}
@media screen and (min-width: 900px) {
  .large-hero .find-your-level .action-button {
    margin-top: 4px;
    max-width: 140px;
    padding: 12px;
    font-size: 12px;
  }
}

.landing-page {
  margin-top: 0px !important;
}
.landing-page .header {
  display: None !important;
}
.landing-page .footer {
  display: None !important;
}
.landing-page .sales-team {
  background-color: #f3f3f3;
}
.landing-page .site-banner {
  display: none;
}
.landing-page .lp-capture-section {
  background-color: #FBEE75;
}
.landing-page .sticky-form-container {
  justify-content: flex-end;
}
.landing-page .sticky-form-container .sticky-form {
  background-color: #FBEE75;
  display: inline-block;
  padding: 28px 12px;
  margin-bottom: 20px;
  max-width: 700px;
}
@media screen and (min-width: 900px) {
  .landing-page .sticky-form-container .sticky-form {
    padding: 36px 36px;
  }
}
.landing-page .sticky-form-container .sticky-form p, .landing-page .sticky-form-container .sticky-form .p-a {
  margin-top: 20px;
  margin-bottom: 40px;
}
.landing-page .sticky-form-container .sticky-form h6 {
  margin-bottom: 16px;
}
@media screen and (min-width: 900px) {
  .landing-page .sticky-form-container .sticky-form {
    max-width: 550px;
    min-width: 500px;
  }
}
.landing-page .big-image-section img {
  max-width: 100%;
  margin: 90px 0;
}
@media screen and (min-width: 500px) and (min-height: 600px) {
  .landing-page .big-image-section img {
    margin: 50px 0 0;
  }
}
.landing-page .image-blocks {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-around;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .landing-page .image-blocks {
    flex-flow: row wrap;
  }
}
.landing-page .image-blocks .block {
  height: 600px;
}
@media screen and (min-width: 900px) {
  .landing-page .image-blocks .block {
    height: 450px;
    width: 50%;
  }
}
.landing-page .image-blocks .first_block {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (min-width: 900px) {
  .landing-page .image-blocks .first_block {
    padding: 70px;
  }
}
.landing-page .image-blocks .first_block .block-text {
  position: relative;
  display: flex;
  flex-direction: row;
  min-width: 100px;
  max-width: 100%;
}
@media screen and (min-width: 1600px) {
  .landing-page .image-blocks .first_block .block-text {
    max-width: 80%;
  }
}
.landing-page .image-blocks .first_block .block-text h1, .landing-page .image-blocks .first_block .block-text .h1 {
  margin-bottom: 20px;
}
.landing-page .image-blocks .first_block .block-text .block-icon {
  position: absolute;
  top: -50px;
  left: -34px;
}
@media screen and (min-width: 900px) {
  .landing-page .image-blocks .first_block .block-text .block-icon {
    top: -45px;
  }
}

.lp-header-form {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  min-width: 80%;
}
@media screen and (min-width: 900px) {
  .lp-header-form {
    min-width: 460px;
  }
}
.lp-header-form .row, .lp-header-form .DiscountCodeForm__form {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  height: 60px;
  margin: 5px 0;
}
.lp-header-form .on-color, .lp-header-form .newsletter-subscribe-form.alternate .subscribe, .newsletter-subscribe-form.alternate .lp-header-form .subscribe {
  line-height: 0;
}
.lp-header-form .lp-capture-btn {
  width: 100%;
  line-height: 0;
  color: #fff;
  background-color: #000;
  border-color: #000;
}
@media screen and (max-width: 400px) {
  .lp-header-form .lp-capture-btn {
    letter-spacing: 0.1px;
  }
}
.lp-header-form .lp-capture-btn:hover {
  background-color: transparent;
  color: #000;
}
.lp-header-form input {
  width: 100%;
  background-color: transparent;
  border: 2px solid #000;
  border-bottom: 1px solid #000;
  color: #000;
  padding: 1em 1.5em;
  color: #000;
}
.lp-header-form input:-webkit-input-placeholder, .lp-header-form input:-moz-input-placeholder, .lp-header-form input:placeholder {
  color: #000;
  opacity: 1;
}

.inline-form-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .inline-form-wrapper {
    flex-direction: row;
    text-align: left;
    justify-content: space-around;
  }
  .inline-form-wrapper h2, .inline-form-wrapper .h2 {
    max-width: 36%;
    margin-right: 6%;
    min-width: 30%;
  }
}

.lp-inline-form {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  min-width: 80%;
}
@media screen and (min-width: 900px) {
  .lp-inline-form {
    min-width: 500px;
  }
}
.lp-inline-form .row, .lp-inline-form .DiscountCodeForm__form {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  height: 60px;
  border: 3px solid #000;
}
.lp-inline-form .row:nth-of-type(2), .lp-inline-form .DiscountCodeForm__form:nth-of-type(2) {
  border-top: none;
}
.lp-inline-form .row-btn {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  height: 60px;
  margin-top: 20px;
}
.lp-inline-form .on-color, .lp-inline-form .newsletter-subscribe-form.alternate .subscribe, .newsletter-subscribe-form.alternate .lp-inline-form .subscribe {
  line-height: 0;
}
.lp-inline-form .lp-capture-btn {
  width: 100%;
  line-height: 0;
  color: #fff;
  background-color: #000;
  border-color: #000;
}
@media screen and (max-width: 400px) {
  .lp-inline-form .lp-capture-btn {
    letter-spacing: 0.1px;
  }
}
.lp-inline-form .lp-capture-btn:hover {
  background-color: transparent;
  color: #000;
}
.lp-inline-form input {
  width: 100%;
  background-color: transparent;
  border: 2px solid #000;
  border-bottom: 1px solid #000;
  color: #000;
  padding: 1em 1.5em;
  border-color: #000;
  border: none;
  color: #000;
}
.lp-inline-form input:-webkit-input-placeholder, .lp-inline-form input:-moz-input-placeholder, .lp-inline-form input:placeholder {
  color: #000;
  opacity: 1;
}

.landing_page_form_errors div {
  color: #fb0d57;
  margin: 2px 0;
}

.landing-page-success {
  margin-top: 0px !important;
}
.landing-page-success .header {
  display: None !important;
}
.landing-page-success .footer {
  display: None !important;
}
.landing-page-success .site-banner {
  display: none;
}
.landing-page-success section {
  width: 100%;
}
.landing-page-success .sticky-form-container {
  justify-content: flex-end;
}
.landing-page-success .sticky-form-container .sticky-form {
  background-color: #FBEE75;
  display: inline-block;
  padding: 35px 20px;
  margin-bottom: 20px;
  max-width: 700px;
}
@media screen and (min-width: 900px) {
  .landing-page-success .sticky-form-container .sticky-form {
    padding: 50px 50px;
  }
}
.landing-page-success .sticky-form-container .sticky-form p, .landing-page-success .sticky-form-container .sticky-form .p-a {
  margin-top: 20px;
  margin-bottom: 40px;
}
.landing-page-success .sticky-form-container .sticky-form h6 {
  margin-bottom: 16px;
}
@media screen and (min-width: 900px) {
  .landing-page-success .sticky-form-container .sticky-form {
    min-width: 700px;
  }
}
.landing-page-success .success-text-banner {
  background-color: #FFC1CA;
  border-top: #FFC1CA;
  padding: 50px 0;
  min-height: 500px;
}
.landing-page-success .success-text-banner h2:nth-of-type(2), .landing-page-success .success-text-banner .h2:nth-of-type(2) {
  margin-top: 50px;
}
.landing-page-success .success-text-banner a {
  margin: 50px auto 25px auto;
  max-width: 50%;
}

.language-detail .options {
  margin-top: 100px;
}
.language-detail .medium-hero {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.language-detail .medium-hero h2, .language-detail .medium-hero .h2 {
  color: #fff;
}
.language-detail .no-classes {
  text-align: center;
  margin: 0 auto;
  margin-top: 100px;
  width: 100%;
  padding: 0 20px;
}
.language-detail .no-classes p, .language-detail .no-classes .p-a {
  font-weight: 700;
  line-height: 25px;
}
.language-detail .no-classes p:first-of-type, .language-detail .no-classes .p-a:first-of-type {
  margin-bottom: 20px;
}
.language-detail .no-classes p:first-of-type a, .language-detail .no-classes .p-a:first-of-type a {
  text-transform: none;
  color: #fb0d57;
}
@media screen and (min-width: 900px) {
  .language-detail .no-classes {
    padding-left: 70px;
    padding-right: 70px;
    max-width: 1340px;
  }
}
.language-detail .padded-container .get-in-touch-wrap, .language-detail .takeaways .get-in-touch-wrap, .language-detail .press-mentions .press-logos .get-in-touch-wrap, .press-mentions .language-detail .press-logos .get-in-touch-wrap, .language-detail .option-list-container .option-list .get-in-touch-wrap, .option-list-container .language-detail .option-list .get-in-touch-wrap, .language-detail .featured-teacher-sticky-container .get-in-touch-wrap, .language-detail .tos .terms .get-in-touch-wrap, .tos .language-detail .terms .get-in-touch-wrap, .language-detail .privacy-policy .terms .get-in-touch-wrap, .privacy-policy .language-detail .terms .get-in-touch-wrap, .language-detail .why-fc .get-in-touch-wrap, .language-detail .title-hero .hero-container .get-in-touch-wrap, .title-hero .language-detail .hero-container .get-in-touch-wrap, .language-detail .perk-list .get-in-touch-wrap, .language-detail .sticky-header-container .get-in-touch-wrap, .language-detail .large-hero .index-container .get-in-touch-wrap, .large-hero .language-detail .index-container .get-in-touch-wrap, .language-detail .landing-page .sticky-form-container .get-in-touch-wrap, .landing-page .language-detail .sticky-form-container .get-in-touch-wrap, .language-detail .landing-page-success .sticky-form-container .get-in-touch-wrap, .landing-page-success .language-detail .sticky-form-container .get-in-touch-wrap {
  padding-top: 40px;
}

.private-lesson {
  pointer-events: none;
  text-align: center;
  background-color: #f3f3f3;
  padding: 0px 30px;
}
@media screen and (min-width: 900px) {
  .private-lesson {
    background-color: #fff;
    padding-bottom: 30px;
  }
}
.private-lesson p, .private-lesson .p-a {
  margin-top: 23px;
}
@media screen and (min-width: 900px) {
  .private-lesson p, .private-lesson .p-a {
    margin-top: 38px;
  }
}
.private-lesson p .underlined-button, .private-lesson .p-a .underlined-button {
  pointer-events: auto;
  text-transform: capitalize;
}

.level-contents {
  width: 100%;
}

.template-list {
  /*margin: 40px;*/
  padding: 0;
}

.language-list .option-list-container {
  background-color: #f3f3f3;
}
.language-list .small-hero, .language-list .title-hero {
  align-items: flex-end;
  background-color: #ffd16e;
  display: flex;
  justify-content: center;
}
.language-list .small-hero h2, .language-list .title-hero h2, .language-list .small-hero .h2, .language-list .title-hero .h2 {
  color: #fff;
}

.why-fc {
  margin-top: 40px;
}
.why-fc > h4 {
  letter-spacing: 0;
  max-width: 502px;
  text-align: center;
}

.testimonials .testimonial-header {
  text-align: center;
  margin: 0 40px;
  margin-top: 50px;
  margin-bottom: 25px;
}
@media screen and (min-width: 900px) {
  .testimonials .testimonial-header {
    margin-top: 90px;
    margin-bottom: 42px;
  }
}

.product-list-title {
  text-align: center;
  margin: 0 40px;
  margin-top: 50px;
  margin-bottom: 25px;
}
@media screen and (min-width: 900px) {
  .product-list-title {
    margin-top: 90px;
    margin-bottom: 42px;
  }
}

.make-up-lessons .description-side p strong, .make-up-lessons .description-side .p-a strong {
  font-weight: 700;
}
.make-up-lessons .share-block p strong, .make-up-lessons .share-block .p-a strong {
  font-weight: 700;
}
.make-up-lessons .share-row a {
  text-transform: none;
  border-bottom: 0;
}
.make-up-lessons .share-row P {
  color: #fb0d57;
  margin-top: 18px;
}

@media screen and (min-width: 900px) {
  .online-lessons .header-logo {
    margin-top: 30px;
    margin-left: 30px;
  }
  .online-lessons .header-logo > img {
    width: 380px;
  }
}
.online-lessons .video-block {
  padding: 40px 0 40px 0;
  text-align: center;
}
.online-lessons .video-block h2, .online-lessons .video-block .h2 {
  margin-bottom: 30px;
}
.online-lessons .video-block .video-sizer {
  max-width: 750px;
  margin: 0 auto;
}
.online-lessons .video-block .video-sizer > div {
  position: relative;
  padding-bottom: 50%; /* 16:9 */
  padding-top: 20px;
  height: 0;
}
.online-lessons .video-block .video-sizer > div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.online-spanish-hero {
  width: 100%;
  background-size: cover;
  overflow: hidden;
}
.online-spanish-hero .form-box {
  float: right;
  display: inline-block;
  background-color: #FBEE75;
  width: 100%;
  margin: 0;
  padding: 140px 20px 20px;
}
@media screen and (min-width: 900px) {
  .online-spanish-hero .form-box {
    max-width: 452px;
    padding: 30px;
    margin: 100px 100px 50px 0;
  }
}
.online-spanish-hero .form-box .sub-header {
  margin: 20px 0;
  line-height: 30px;
  font-size: 20px;
}
@media screen and (min-width: 900px) {
  .online-spanish-hero .form-box .sub-header {
    font-size: 15px;
    line-height: 22px;
  }
}
.online-spanish-hero .form-box .get-in-touch-heading {
  text-transform: uppercase;
  font-size: 18px;
  margin: 10px 0;
  font-weight: bold;
}
.online-spanish-hero .form-box .email-capture-form-submitted {
  display: none;
}
.online-spanish-hero .form-box .email-capture-form-submitted h3 {
  color: #000;
}
.online-spanish-hero .form-box .email-capture-form-submitted.show {
  display: inherit;
}

.online-teachers-section .teachers-header {
  text-align: center;
  margin: 32px 0 20px 0;
}

.online-teachers-list {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  .online-teachers-list {
    flex-direction: row;
  }
}
@media screen and (min-width: 900px) {
  .online-teachers-list .employee-tile-padding .employee-info {
    height: 50%;
  }
}
@media screen and (min-width: 900px) {
  .online-teachers-list .employee-tile-padding .employee-info .employee-bio {
    max-height: 160px;
  }
}
@media screen and (min-width: 900px) {
  .online-teachers-list .employee-tile-padding .employee-info .employee-bio.staff-bio {
    max-height: 170px;
  }
}

.product-container {
  background-color: #f3f3f3;
  width: 100%;
  text-align: center;
  padding: 60px 30px;
}
.product-container .product-list-tag {
  margin-bottom: 30px;
}
.product-container .timezone {
  margin: 15px 0;
  font-size: 18px;
}

.private-lesson-page .pdp-pricing-info-capture {
  min-height: 230px;
}
.private-lesson-page .add-to-cart {
  margin: 45px auto;
  width: 200px;
}
@media screen and (min-width: 900px) {
  .private-lesson-page .add-to-cart {
    margin: 80px auto 100px;
  }
}
.private-lesson-page .fullwidth-call-to-action {
  background-color: #FBEE75;
}
.private-lesson-page .fullwidth-call-to-action .action-button {
  max-width: 300px;
  width: 100%;
}

.special-pl-header {
  background-color: #ffd16e;
}

.special-pl-get-in-touch {
  padding: 50px 0;
}

.for-business {
  background-color: #FFC1CA;
  padding: 68px 54px 70px;
  margin: 10px;
}
.for-business .padded-container, .for-business .takeaways, .for-business .press-mentions .press-logos, .press-mentions .for-business .press-logos, .for-business .option-list-container .option-list, .option-list-container .for-business .option-list, .for-business .featured-teacher-sticky-container, .for-business .tos .terms, .tos .for-business .terms, .for-business .privacy-policy .terms, .privacy-policy .for-business .terms, .for-business .title-hero .hero-container, .title-hero .for-business .hero-container, .for-business .perk-list, .for-business .sticky-header-container, .for-business .large-hero .index-container, .large-hero .for-business .index-container, .for-business .landing-page .sticky-form-container, .landing-page .for-business .sticky-form-container, .for-business .landing-page-success .sticky-form-container, .landing-page-success .for-business .sticky-form-container, .for-business .why-fc {
  justify-content: space-between;
  align-items: center;
}
.for-business h3 {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .for-business h3 {
    margin-bottom: 0;
    text-align: left;
    width: 45%;
  }
}
.for-business a {
  display: block;
}
@media screen and (min-width: 900px) {
  .for-business {
    display: flex;
    flex-direction: row;
    padding: 95px;
    align-items: center;
  }
}

.quiz-template {
  height: 100vh;
  margin-top: 0px !important;
}
.quiz-template .header, .quiz-template .footer {
  display: none;
}

.banner-present .quiz-backdrop, .banner-present #quiz-container {
  top: calc(46px / 2);
  height: calc(100% - 46px);
}
@media screen and (min-width: 900px) {
  .banner-present .quiz-backdrop, .banner-present #quiz-container {
    top: 46px;
    height: calc(100% - 46px);
  }
}

.quiz-backdrop, #quiz-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

#quiz-homepage {
  margin-top: 24px;
  z-index: 100;
}

#quiz-container {
  margin-top: 24px;
  max-height: 720px;
  z-index: 99;
}

.quiz-box {
  height: 100%;
  max-height: 720px;
  width: 100%;
}
@media screen and (min-width: 500px) and (min-height: 600px) {
  .quiz-box {
    height: 90%;
    width: 450px;
  }
}
@media screen and (min-width: 1600px) and (min-height: 768px) {
  .quiz-box {
    height: 70%;
    width: 500px;
  }
}

.quiz-header-lg {
  height: 50%;
}

.quiz-header-sm {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  text-align: center;
  background-color: #FBEE75;
  height: 33.3333333333%;
}
.quiz-header-sm h2, .quiz-header-sm .h2 {
  font-size: 26px;
}
@media screen and (min-width: 500px) and (min-height: 600px) {
  .quiz-header-sm h2, .quiz-header-sm .h2 {
    font-size: 36px;
  }
}

.quiz-nav-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 100%;
}
.quiz-nav-btn svg, .quiz-nav-btn img {
  height: 24px;
}

#quiz-results-btn {
  opacity: 0.75;
}

.referral {
  height: 100vh;
}
.referral .header {
  position: relative;
  background-color: #000;
}
.referral .header .header-logo img {
  height: 60px;
  margin-bottom: 5px;
}

.staff-page {
  text-align: center;
}

.staff-tile-wrapper {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
}
@media screen and (min-width: 900px) {
  .staff-tile-wrapper {
    flex-flow: row wrap;
  }
}

.teachers-page {
  text-align: center;
}

.teacher-tile-wrapper {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
}
@media screen and (min-width: 900px) {
  .teacher-tile-wrapper {
    flex-flow: row wrap;
  }
}

.teach-with-us .option-list-container {
  background-color: #f3f3f3;
}
.teach-with-us .language-list {
  padding-bottom: 60px;
}
.teach-with-us .faq {
  margin-top: 10px;
}
@media screen and (min-width: 900px) {
  .teach-with-us .faq {
    margin: 40px;
  }
}
.teach-with-us .faq h1, .teach-with-us .faq .h1 {
  text-align: center;
}
.teach-with-us .fullwidth-call-to-action {
  background: #f3f3f3;
}
.teach-with-us .fullwidth-call-to-action .action-button {
  width: 340px;
}
.teach-with-us .fullwidth-call-to-action h3 {
  margin: 30px auto;
  max-width: 560px;
}

.template-404 .hero-overlay {
  background-color: #b6f8ff;
}
.template-404 .body-container {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  margin: 50px 20px;
}
@media screen and (min-width: 900px) {
  .template-404 .body-container {
    max-width: 650px;
    margin: 100px auto;
  }
}
.template-404 .body-container p, .template-404 .body-container .p-a {
  font-size: 25px;
  line-height: 30px;
  padding-left: 5px;
  max-width: 600px;
}
.template-404 .body-container .bordered-button, .template-404 .body-container .option-list-container .option-list .option-list-item, .option-list-container .option-list .template-404 .body-container .option-list-item {
  margin-top: 20px;
}
@media screen and (max-width: 400px) {
  .template-404 .body-container .bordered-button, .template-404 .body-container .option-list-container .option-list .option-list-item, .option-list-container .option-list .template-404 .body-container .option-list-item {
    font-size: 20px;
  }
}

.privacy {
  margin-top: 50px !important;
}

.tos strong, .privacy-policy strong {
  font-weight: 700;
}
.tos .title-hero, .privacy-policy .title-hero {
  background-color: #ffd16e;
}
.tos .description-side p, .tos .description-side .p-a, .tos .description-side a, .privacy-policy .description-side p, .privacy-policy .description-side .p-a, .privacy-policy .description-side a {
  font-size: 14px;
}
.tos .terms .left-side, .tos .terms .right-side, .privacy-policy .terms .left-side, .privacy-policy .terms .right-side {
  margin: 0 30px;
}
@media screen and (min-width: 900px) {
  .tos .terms .left-side, .tos .terms .right-side, .privacy-policy .terms .left-side, .privacy-policy .terms .right-side {
    width: 50%;
  }
}
.tos .terms p, .tos .terms .p-a, .tos .terms h4, .privacy-policy .terms p, .privacy-policy .terms .p-a, .privacy-policy .terms h4 {
  margin-bottom: 20px;
  width: 100%;
}

#account-details-nav {
  background-color: #f7f7f7;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  display: none;
}
@media screen and (min-width: 900px) {
  #account-details-nav {
    display: block;
    height: 100%;
    padding: 40px 30px;
    width: 225px;
  }
}
#account-details-nav .links {
  align-items: flex-start;
  display: flex;
  flex-flow: column nowrap;
  font-size: 14px;
  justify-content: flex-start;
  margin: 20px 0 0 30px;
  padding-bottom: 20px;
  width: 225px;
}
@media screen and (min-width: 900px) {
  #account-details-nav .links {
    margin: 0;
    padding: 0;
    width: 100%;
  }
}
#account-details-nav .links .nav-item {
  margin-bottom: 35px;
}
#account-details-nav .links .nav-item:last-of-type {
  margin-bottom: 0;
}
#account-details-nav .links .nav-item.active {
  border-bottom: 2px solid #000;
}
#account-details-nav a {
  border-bottom: none;
  cursor: pointer;
  padding-bottom: 3px;
}
#account-details-nav a.active {
  border-bottom: 2px solid #000;
}
#account-details-nav .referral-count {
  background-color: #ff0045;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  height: 20px;
  padding: 4px 3px 0;
  text-align: center;
  width: 20px;
}

.account-details-emptystate {
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
  padding: 20px;
}
@media screen and (min-width: 900px) {
  .account-details-emptystate {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.account-details-emptystate .emptystate-header {
  font-size: 20px;
}
@media screen and (min-width: 900px) {
  .account-details-emptystate .emptystate-header {
    font-size: 35px;
  }
}
.account-details-emptystate .sadface {
  margin-bottom: 25px;
}
.account-details-emptystate .need-to-try-callout {
  margin-bottom: 20px;
  text-align: center;
}
.account-details-emptystate p, .account-details-emptystate .p-a {
  font-size: 17px;
}

#documents {
  max-width: 700px;
  padding-top: 15px;
}
@media screen and (min-width: 900px) {
  #documents {
    padding: 0;
  }
}
#documents .document-icon {
  margin-right: 15px;
  vertical-align: middle;
}
@media screen and (min-width: 900px) {
  #documents .document-icon {
    margin-right: 27px;
  }
}
#documents .document-name {
  display: inline-block;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  #documents .document-name {
    line-height: 60px;
  }
}
#documents button {
  background: #fff;
  color: #000;
  height: 100%;
}
#documents .document-row {
  border-bottom: 1px solid #aeaeae;
  display: flex;
  flex-flow: column nowrap;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
#documents .document-row:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
@media screen and (min-width: 900px) {
  #documents .document-row {
    border-bottom: none;
    flex-flow: row wrap;
    height: 60px;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 0;
  }
  #documents .document-row:last-of-type {
    margin-bottom: 0;
  }
}
#documents .document-row .document-detail.name {
  margin-bottom: 25px;
}
@media screen and (min-width: 900px) {
  #documents .document-row .document-detail.name {
    margin-bottom: 0;
  }
}
#documents .desktop-labels {
  display: none;
}
@media screen and (min-width: 900px) {
  #documents .desktop-labels {
    border-bottom: 1px solid #aeaeae;
    display: flex;
    margin-bottom: 25px;
    padding-bottom: 15px;
  }
}
#documents .labels .label {
  color: #aeaeae;
  font-weight: 700;
  text-transform: uppercase;
}

body.account .medium-hero {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 899px) {
  body.account .medium-hero {
    height: 336px;
  }
}
@media screen and (max-width: 899px) {
  body.account .medium-hero.student-view .upnext .details {
    display: none;
  }
}
body.account .medium-hero .padded-container, body.account .medium-hero .takeaways, body.account .medium-hero .press-mentions .press-logos, .press-mentions body.account .medium-hero .press-logos, body.account .medium-hero .option-list-container .option-list, .option-list-container body.account .medium-hero .option-list, body.account .medium-hero .featured-teacher-sticky-container, body.account .medium-hero .title-hero .hero-container, .title-hero body.account .medium-hero .hero-container, body.account .medium-hero .perk-list, body.account .medium-hero .sticky-header-container, body.account .medium-hero .large-hero .index-container, .large-hero body.account .medium-hero .index-container, body.account .medium-hero .landing-page .sticky-form-container, .landing-page body.account .medium-hero .sticky-form-container, body.account .medium-hero .landing-page-success .sticky-form-container, .landing-page-success body.account .medium-hero .sticky-form-container, body.account .medium-hero .why-fc, body.account .medium-hero .tos .terms, .tos body.account .medium-hero .terms, body.account .medium-hero .privacy-policy .terms, .privacy-policy body.account .medium-hero .terms {
  justify-content: flex-start;
  align-items: flex-end;
}
@media screen and (max-width: 899px) {
  body.account .medium-hero .padded-container, body.account .medium-hero .takeaways, body.account .medium-hero .press-mentions .press-logos, .press-mentions body.account .medium-hero .press-logos, body.account .medium-hero .option-list-container .option-list, .option-list-container body.account .medium-hero .option-list, body.account .medium-hero .featured-teacher-sticky-container, body.account .medium-hero .title-hero .hero-container, .title-hero body.account .medium-hero .hero-container, body.account .medium-hero .perk-list, body.account .medium-hero .sticky-header-container, body.account .medium-hero .large-hero .index-container, .large-hero body.account .medium-hero .index-container, body.account .medium-hero .landing-page .sticky-form-container, .landing-page body.account .medium-hero .sticky-form-container, body.account .medium-hero .landing-page-success .sticky-form-container, .landing-page-success body.account .medium-hero .sticky-form-container, body.account .medium-hero .why-fc, body.account .medium-hero .tos .terms, .tos body.account .medium-hero .terms, body.account .medium-hero .privacy-policy .terms, .privacy-policy body.account .medium-hero .terms {
    padding-left: 20px;
    padding-right: 0;
    justify-content: flex-end;
  }
}
body.account h2.inverted, body.account .inverted.h2 {
  background-color: black;
  color: white;
  padding: 10px 20px 5px 20px;
  margin: 0 0 1em 0;
}

.account-inner-container {
  display: flex;
  flex-flow: column nowrap;
  margin-top: 36px;
}
@media screen and (min-width: 900px) {
  .account-inner-container {
    margin-top: 70px;
  }
}
.account-inner-container.teacher-view {
  margin-top: 32px;
}
@media screen and (min-width: 900px) {
  .account-inner-container.teacher-view {
    margin-top: 70px;
  }
}
@media screen and (max-width: 400px) {
  .account-inner-container {
    padding: 0;
  }
}
.account-inner-container.empty {
  margin-top: 155px;
}
@media screen and (min-width: 900px) {
  .account-inner-container {
    flex-flow: row nowrap;
    min-height: 400px;
  }
  .account-inner-container.empty {
    margin-top: 120px;
  }
}
.account-inner-container .account-content-container {
  flex-grow: 1;
  margin: 0;
}
@media screen and (min-width: 900px) {
  .account-inner-container .account-content-container {
    margin: 0 0 0 5%;
    max-width: calc(95% - 225px);
  }
}
@media screen and (max-width: 400px) {
  .account-inner-container .account-content-container #me, .account-inner-container .account-content-container #private-lessons, .account-inner-container .account-content-container #orders, .account-inner-container .account-content-container #documents {
    margin-left: 10px;
    margin-right: 10px;
  }
}

#private-lessons, #subscription {
  max-width: 750px;
  margin-bottom: 50px;
}

#book-lessons, #orders {
  margin-bottom: 50px;
}

.upnext {
  background-color: #b6f8ff;
  display: inline-block;
  padding: 35px 35px;
  display: table;
  margin-top: 120px;
}
@media screen and (min-width: 900px) {
  .upnext {
    padding: 35px 35px;
  }
}
.upnext p, .upnext .p-a {
  margin-top: 20px;
  margin-bottom: 40px;
}
.upnext h6 {
  margin-bottom: 16px;
}
@media screen and (max-width: 400px) {
  .upnext h2, .upnext .h2 {
    font-size: 45px !important;
  }
}
@media screen and (min-width: 900px) {
  .upnext {
    display: inline-block;
    margin-bottom: -44px;
    margin-top: initial;
    height: auto;
  }
}
.upnext h2, .upnext .h2 {
  line-height: initial;
  font-size: 50px;
}
@media screen and (min-width: 900px) {
  .upnext h2, .upnext .h2 {
    line-height: 32px;
  }
}
.upnext ul {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}
.upnext ul li {
  padding-bottom: 3px;
}
.upnext a {
  text-transform: none;
}
.upnext .profile-reminder {
  margin-top: -10px;
}
.upnext .profile-reminder a {
  color: #ff0045;
  text-transform: uppercase;
  font-size: 0.8em;
  border-bottom: 2px solid #ff0045;
}

.referral-section {
  display: flex;
  flex-flow: row wrap;
}
@media screen and (min-width: 900px) {
  .referral-section .referral-text-and-box {
    max-width: 550px;
  }
}
.referral-section .referral-text-and-box .referral-header {
  font-size: 35px;
  font-weight: 700;
  margin: 0;
}
.referral-section .referral-text-and-box .referral-body {
  font-size: 19px;
}

.referral-box {
  border: 3px solid #000;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  max-width: 550px;
  padding: 15px 25px;
}
@media screen and (min-width: 900px) {
  .referral-box {
    align-items: center;
    flex-flow: row nowrap;
  }
}
.referral-box .instructions {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 900px) {
  .referral-box .instructions {
    margin: 0 auto;
    min-width: 80px;
    width: 20%;
  }
}
.referral-box .referral-icons {
  align-self: center;
  display: flex;
  flex-basis: 1;
  flex-grow: 3;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .referral-box .referral-icons {
    max-width: 350px;
  }
}
.referral-box .referral-icons .icon {
  border: 3px solid #46f992;
  border-radius: 15px;
  height: 30px;
  width: 30px;
}
@media screen and (min-width: 900px) {
  .referral-box .referral-icons .icon {
    border-radius: 25px;
    height: 50px;
    width: 50px;
  }
}
.referral-box .referral-icons .icon.referral-yes {
  background-color: #46f992;
}

.referral-social {
  border-top: 1px solid #aeaeae;
  margin-bottom: 40px;
  margin-top: 40px;
  padding-top: 40px;
}
@media screen and (min-width: 900px) {
  .referral-social {
    border-left: 3px solid #000;
    border-top: none;
    display: flex;
    flex-flow: column nowrap;
    height: 90px;
    justify-content: center;
    margin: 50px 0 30px 20px;
    max-width: 240px;
    padding-left: 30px;
    padding-top: 0;
  }
}
.referral-social .mobile-blurb {
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .referral-social .mobile-blurb {
    display: none;
  }
}
.referral-social .social-icons {
  align-items: center;
  display: flex;
  padding-top: 20px;
  width: 270px;
}
@media screen and (min-width: 900px) {
  .referral-social .social-icons {
    padding-top: 0;
  }
}
.referral-social .social-icons .social-icon {
  background-color: #000;
  height: 30px;
  margin-right: 20px;
  width: 30px;
}
@media screen and (min-width: 900px) {
  .referral-social .social-icons .social-icon {
    height: 25px;
    width: 25px;
  }
}
.referral-social .social-icons .social-icon:hover {
  background-color: #46f992;
}
.referral-social .social-icons .icon-blurb {
  margin-right: 20px;
}
.referral-social .desktop-code {
  display: none;
}
@media screen and (min-width: 900px) {
  .referral-social .desktop-code {
    display: flex;
    flex-flow: column nowrap;
    margin-top: 10px;
  }
}
.referral-social .desktop-code p, .referral-social .desktop-code .p-a {
  font-size: 14px;
  margin: 0;
}
.referral-social .desktop-code .code-label {
  font-weight: 700;
  text-transform: uppercase;
}

#me .ProfileView,
#me .PrivateLessonsView,
#me .TeacherMyLessonsView,
#me .MyStudentsListView {
  max-width: 750px;
}
@media screen and (min-width: 900px) {
  #me {
    margin-bottom: 20px;
  }
}
#me .main-label {
  display: none;
}
@media screen and (min-width: 900px) {
  #me .main-label {
    border-bottom: 1px solid #aeaeae;
    color: #aeaeae;
    display: inherit;
  }
}
#me .detail-section {
  align-items: flex-end;
  border-bottom: 1px solid #aeaeae;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 25px;
  padding-bottom: 30px;
}
#me .detail-section:last-child {
  border: none;
}
#me .detail-section h6 {
  margin-bottom: 10px;
}
#me .detail-section h5 {
  color: #000;
  margin-bottom: 15px;
}
#me .left-side {
  min-width: 260px;
}

/*
 * Vendor imports
 */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.7142857143px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.7142857143px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

.rbc-btn {
  color: inherit;
  font: inherit;
  margin: 0;
}

button.rbc-btn {
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled].rbc-btn {
  cursor: not-allowed;
}

button.rbc-input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.rbc-calendar {
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.rbc-calendar *,
.rbc-calendar *:before,
.rbc-calendar *:after {
  box-sizing: inherit;
}

.rbc-abs-full, .rbc-row-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.rbc-ellipsis, .rbc-show-more, .rbc-row-segment .rbc-event-content, .rbc-event-label {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rbc-rtl {
  direction: rtl;
}

.rbc-off-range {
  color: #999999;
}

.rbc-off-range-bg {
  background: #e6e6e6;
}

.rbc-header {
  overflow: hidden;
  flex: 1 0 0%;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 3px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 90%;
  min-height: 0;
  border-bottom: 1px solid #ddd;
}
.rbc-header + .rbc-header {
  border-left: 1px solid #ddd;
}
.rbc-rtl .rbc-header + .rbc-header {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}
.rbc-header > a, .rbc-header > a:active, .rbc-header > a:visited {
  color: inherit;
  text-decoration: none;
}

.rbc-button-link {
  color: inherit;
  background: none;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  user-select: text;
}

.rbc-row-content {
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  z-index: 4;
}

.rbc-row-content-scrollable {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.rbc-row-content-scrollable .rbc-row-content-scroll-container {
  height: 100%;
  overflow-y: scroll;
  /* Hide scrollbar for Chrome, Safari and Opera */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.rbc-row-content-scrollable .rbc-row-content-scroll-container::-webkit-scrollbar {
  display: none;
}

.rbc-today {
  background-color: #eaf6ff;
}

.rbc-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
}
.rbc-toolbar .rbc-toolbar-label {
  flex-grow: 1;
  padding: 0 10px;
  text-align: center;
}
.rbc-toolbar button {
  color: #373a3c;
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  background: none;
  background-image: none;
  border: 1px solid #ccc;
  padding: 0.375rem 1rem;
  border-radius: 4px;
  line-height: normal;
  white-space: nowrap;
}
.rbc-toolbar button:active, .rbc-toolbar button.rbc-active {
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  background-color: #e6e6e6;
  border-color: #adadad;
}
.rbc-toolbar button:active:hover, .rbc-toolbar button:active:focus, .rbc-toolbar button.rbc-active:hover, .rbc-toolbar button.rbc-active:focus {
  color: #373a3c;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.rbc-toolbar button:focus {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.rbc-toolbar button:hover {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.rbc-btn-group {
  display: inline-block;
  white-space: nowrap;
}
.rbc-btn-group > button:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-btn-group > button:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rbc-rtl .rbc-btn-group > button:first-child:not(:last-child) {
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rbc-rtl .rbc-btn-group > button:last-child:not(:first-child) {
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-btn-group > button:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.rbc-btn-group button + button {
  margin-left: -1px;
}
.rbc-rtl .rbc-btn-group button + button {
  margin-left: 0;
  margin-right: -1px;
}
.rbc-btn-group + .rbc-btn-group, .rbc-btn-group + button {
  margin-left: 10px;
}

.rbc-event, .rbc-day-slot .rbc-background-event {
  border: none;
  box-sizing: border-box;
  box-shadow: none;
  margin: 0;
  padding: 2px 5px;
  background-color: #3174ad;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  width: 100%;
  text-align: left;
}
.rbc-slot-selecting .rbc-event, .rbc-slot-selecting .rbc-day-slot .rbc-background-event, .rbc-day-slot .rbc-slot-selecting .rbc-background-event {
  cursor: inherit;
  pointer-events: none;
}
.rbc-event.rbc-selected, .rbc-day-slot .rbc-selected.rbc-background-event {
  background-color: #265985;
}
.rbc-event:focus, .rbc-day-slot .rbc-background-event:focus {
  outline: 5px auto #3b99fc;
}

.rbc-event-label {
  font-size: 80%;
}

.rbc-event-overlaps {
  box-shadow: -1px 1px 5px 0px rgba(51, 51, 51, 0.5);
}

.rbc-event-continues-prior {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rbc-event-continues-after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rbc-event-continues-earlier {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.rbc-event-continues-later {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.rbc-row {
  display: flex;
  flex-direction: row;
}

.rbc-row-segment {
  padding: 0 1px 1px 1px;
}
.rbc-selected-cell {
  background-color: rgba(0, 0, 0, 0.1);
}

.rbc-show-more {
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 4;
  font-weight: bold;
  font-size: 85%;
  height: auto;
  line-height: normal;
  color: #3174ad;
}
.rbc-show-more:hover, .rbc-show-more:focus {
  color: #265985;
}

.rbc-month-view {
  position: relative;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  width: 100%;
  user-select: none;
  -webkit-user-select: none;
  height: 100%;
}

.rbc-month-header {
  display: flex;
  flex-direction: row;
}

.rbc-month-row {
  display: flex;
  position: relative;
  flex-direction: column;
  flex: 1 0 0;
  flex-basis: 0px;
  overflow: hidden;
  height: 100%;
}
.rbc-month-row + .rbc-month-row {
  border-top: 1px solid #ddd;
}

.rbc-date-cell {
  flex: 1 1 0;
  min-width: 0;
  padding-right: 5px;
  text-align: right;
}
.rbc-date-cell.rbc-now {
  font-weight: bold;
}
.rbc-date-cell > a, .rbc-date-cell > a:active, .rbc-date-cell > a:visited {
  color: inherit;
  text-decoration: none;
}

.rbc-row-bg {
  display: flex;
  flex-direction: row;
  flex: 1 0 0;
  overflow: hidden;
}

.rbc-day-bg {
  flex: 1 0 0%;
}
.rbc-day-bg + .rbc-day-bg {
  border-left: 1px solid #ddd;
}
.rbc-rtl .rbc-day-bg + .rbc-day-bg {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}

.rbc-overlay {
  position: absolute;
  z-index: 5;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  padding: 10px;
}
.rbc-overlay > * + * {
  margin-top: 1px;
}

.rbc-overlay-header {
  border-bottom: 1px solid #e5e5e5;
  margin: -10px -10px 5px -10px;
  padding: 2px 10px;
}

.rbc-agenda-view {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  overflow: auto;
}
.rbc-agenda-view table.rbc-agenda-table {
  width: 100%;
  border: 1px solid #ddd;
  border-spacing: 0;
  border-collapse: collapse;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr > td {
  padding: 5px 10px;
  vertical-align: top;
}
.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell {
  padding-left: 15px;
  padding-right: 15px;
  text-transform: lowercase;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
  border-left: 1px solid #ddd;
}
.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr + tr {
  border-top: 1px solid #ddd;
}
.rbc-agenda-view table.rbc-agenda-table thead > tr > th {
  padding: 3px 5px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead > tr > th {
  text-align: right;
}

.rbc-agenda-time-cell {
  text-transform: lowercase;
}
.rbc-agenda-time-cell .rbc-continues-after:after {
  content: " »";
}
.rbc-agenda-time-cell .rbc-continues-prior:before {
  content: "« ";
}

.rbc-agenda-date-cell,
.rbc-agenda-time-cell {
  white-space: nowrap;
}

.rbc-agenda-event-cell {
  width: 100%;
}

.rbc-time-column {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.rbc-time-column .rbc-timeslot-group {
  flex: 1;
}

.rbc-timeslot-group {
  border-bottom: 1px solid #ddd;
  min-height: 40px;
  display: flex;
  flex-flow: column nowrap;
}

.rbc-time-gutter,
.rbc-header-gutter {
  flex: none;
}

.rbc-label {
  padding: 0 5px;
}

.rbc-day-slot {
  position: relative;
}
.rbc-day-slot .rbc-events-container {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  margin-right: 10px;
  top: 0;
}
.rbc-day-slot .rbc-events-container.rbc-rtl {
  left: 10px;
  right: 0;
}
.rbc-day-slot .rbc-event, .rbc-day-slot .rbc-background-event {
  border: 1px solid #265985;
  display: flex;
  max-height: 100%;
  min-height: 20px;
  flex-flow: column wrap;
  align-items: flex-start;
  overflow: hidden;
  position: absolute;
}
.rbc-day-slot .rbc-background-event {
  opacity: 0.75;
}
.rbc-day-slot .rbc-event-label {
  flex: none;
  padding-right: 5px;
  width: auto;
}
.rbc-day-slot .rbc-event-content {
  width: 100%;
  flex: 1 1 0;
  word-wrap: break-word;
  line-height: 1;
  height: 100%;
  min-height: 1em;
}
.rbc-day-slot .rbc-time-slot {
  border-top: 1px solid #f7f7f7;
}

.rbc-time-view-resources .rbc-time-gutter,
.rbc-time-view-resources .rbc-time-header-gutter {
  position: sticky;
  left: 0;
  background-color: white;
  border-right: 1px solid #ddd;
  z-index: 10;
  margin-right: -1px;
}
.rbc-time-view-resources .rbc-time-header {
  overflow: hidden;
}
.rbc-time-view-resources .rbc-time-header-content {
  min-width: auto;
  flex: 1 0 0;
  flex-basis: 0px;
}
.rbc-time-view-resources .rbc-time-header-cell-single-day {
  display: none;
}
.rbc-time-view-resources .rbc-day-slot {
  min-width: 140px;
}
.rbc-time-view-resources .rbc-header,
.rbc-time-view-resources .rbc-day-bg {
  width: 140px;
  flex: 1 1 0;
  flex-basis: 0 px;
}

.rbc-time-header-content + .rbc-time-header-content {
  margin-left: -1px;
}

.rbc-time-slot {
  flex: 1 0 0;
}
.rbc-time-slot.rbc-now {
  font-weight: bold;
}

.rbc-day-header {
  text-align: center;
}

.rbc-slot-selection {
  z-index: 10;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 75%;
  width: 100%;
  padding: 3px;
}

.rbc-slot-selecting {
  cursor: move;
}

.rbc-time-view {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  border: 1px solid #ddd;
  min-height: 0;
}
.rbc-time-view .rbc-time-gutter {
  white-space: nowrap;
  text-align: right;
}
.rbc-time-view .rbc-allday-cell {
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  position: relative;
}
.rbc-time-view .rbc-allday-cell + .rbc-allday-cell {
  border-left: 1px solid #ddd;
}
.rbc-time-view .rbc-allday-events {
  position: relative;
  z-index: 4;
}
.rbc-time-view .rbc-row {
  box-sizing: border-box;
  min-height: 20px;
}

.rbc-time-header {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
}
.rbc-time-header.rbc-overflowing {
  border-right: 1px solid #ddd;
}
.rbc-rtl .rbc-time-header.rbc-overflowing {
  border-right-width: 0;
  border-left: 1px solid #ddd;
}
.rbc-time-header > .rbc-row:first-child {
  border-bottom: 1px solid #ddd;
}
.rbc-time-header > .rbc-row.rbc-row-resource {
  border-bottom: 1px solid #ddd;
}

.rbc-time-header-cell-single-day {
  display: none;
}

.rbc-time-header-content {
  flex: 1;
  display: flex;
  min-width: 0;
  flex-direction: column;
  border-left: 1px solid #ddd;
}
.rbc-rtl .rbc-time-header-content {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}
.rbc-time-header-content > .rbc-row.rbc-row-resource {
  border-bottom: 1px solid #ddd;
  flex-shrink: 0;
}

.rbc-time-content {
  display: flex;
  flex: 1 0 0%;
  align-items: flex-start;
  width: 100%;
  border-top: 2px solid #ddd;
  overflow-y: auto;
  position: relative;
}
.rbc-time-content > .rbc-time-gutter {
  flex: none;
}
.rbc-time-content > * + * > * {
  border-left: 1px solid #ddd;
}
.rbc-rtl .rbc-time-content > * + * > * {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}
.rbc-time-content > .rbc-day-slot {
  width: 100%;
  user-select: none;
  -webkit-user-select: none;
}

.rbc-current-time-indicator {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #74ad31;
  pointer-events: none;
}

.rbc-addons-dnd .rbc-addons-dnd-row-body {
  position: relative;
}
.rbc-addons-dnd .rbc-addons-dnd-drag-row {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.rbc-addons-dnd .rbc-addons-dnd-over {
  background-color: rgba(0, 0, 0, 0.3);
}
.rbc-addons-dnd .rbc-event, .rbc-addons-dnd .rbc-day-slot .rbc-background-event, .rbc-day-slot .rbc-addons-dnd .rbc-background-event {
  transition: opacity 150ms;
}
.rbc-addons-dnd .rbc-event:hover .rbc-addons-dnd-resize-ns-icon, .rbc-addons-dnd .rbc-day-slot .rbc-background-event:hover .rbc-addons-dnd-resize-ns-icon, .rbc-day-slot .rbc-addons-dnd .rbc-background-event:hover .rbc-addons-dnd-resize-ns-icon, .rbc-addons-dnd .rbc-event:hover .rbc-addons-dnd-resize-ew-icon, .rbc-addons-dnd .rbc-day-slot .rbc-background-event:hover .rbc-addons-dnd-resize-ew-icon, .rbc-day-slot .rbc-addons-dnd .rbc-background-event:hover .rbc-addons-dnd-resize-ew-icon {
  display: block;
}
.rbc-addons-dnd .rbc-addons-dnd-dragged-event {
  opacity: 0;
}
.rbc-addons-dnd.rbc-addons-dnd-is-dragging .rbc-event:not(.rbc-addons-dnd-dragged-event):not(.rbc-addons-dnd-drag-preview), .rbc-addons-dnd.rbc-addons-dnd-is-dragging .rbc-day-slot .rbc-background-event:not(.rbc-addons-dnd-dragged-event):not(.rbc-addons-dnd-drag-preview), .rbc-day-slot .rbc-addons-dnd.rbc-addons-dnd-is-dragging .rbc-background-event:not(.rbc-addons-dnd-dragged-event):not(.rbc-addons-dnd-drag-preview) {
  opacity: 0.5;
}
.rbc-addons-dnd .rbc-addons-dnd-resizable {
  position: relative;
  width: 100%;
  height: 100%;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor {
  width: 100%;
  text-align: center;
  position: absolute;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor:first-child {
  top: 0;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor:last-child {
  bottom: 0;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor .rbc-addons-dnd-resize-ns-icon {
  display: none;
  border-top: 3px double;
  margin: 0 auto;
  width: 10px;
  cursor: ns-resize;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor {
  position: absolute;
  top: 4px;
  bottom: 0;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor:first-child {
  left: 0;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor:last-child {
  right: 0;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor .rbc-addons-dnd-resize-ew-icon {
  display: none;
  border-left: 3px double;
  margin-top: auto;
  margin-bottom: auto;
  height: 10px;
  cursor: ew-resize;
}

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker__navigation-icon::before {
  border-color: #ccc;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 6px;
  width: 9px;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  margin-left: -4px;
  position: absolute;
  width: 0;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  border-top: none;
  border-bottom-color: #f0f0f0;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  top: 0;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
  bottom: 0;
  margin-bottom: -8px;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  border-bottom: none;
  border-top-color: #fff;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  bottom: 0;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
}

.react-datepicker {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}

.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker-popper {
  z-index: 1;
}

.react-datepicker-popper[data-placement^=bottom] {
  padding-top: 10px;
}

.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle, .react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle {
  left: auto;
  right: 50px;
}

.react-datepicker-popper[data-placement^=top] {
  padding-bottom: 10px;
}

.react-datepicker-popper[data-placement^=right] {
  padding-left: 8px;
}

.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}

.react-datepicker-popper[data-placement^=left] {
  padding-right: 8px;
}

.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  padding: 8px 0;
  position: relative;
}

.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}

.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
  border-top-left-radius: 0;
}

.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 15px;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  align-items: center;
  background: none;
  display: flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 2px;
  padding: 0;
  border: none;
  z-index: 1;
  height: 32px;
  width: 32px;
  text-indent: -999em;
  overflow: hidden;
}

.react-datepicker__navigation--previous {
  left: 2px;
}

.react-datepicker__navigation--next {
  right: 2px;
}

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 85px;
}

.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__navigation--years-previous {
  top: 4px;
}

.react-datepicker__navigation--years-upcoming {
  top: -4px;
}

.react-datepicker__navigation:hover *::before {
  border-color: #a6a6a6;
}

.react-datepicker__navigation-icon {
  position: relative;
  top: -1px;
  font-size: 20px;
  width: 0;
}

.react-datepicker__navigation-icon--next {
  left: -2px;
}

.react-datepicker__navigation-icon--next::before {
  transform: rotate(45deg);
  left: -7px;
}

.react-datepicker__navigation-icon--previous {
  right: -2px;
}

.react-datepicker__navigation-icon--previous::before {
  transform: rotate(225deg);
  right: -7px;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__year {
  margin: 0.4rem;
  text-align: center;
}

.react-datepicker__year-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 180px;
}

.react-datepicker__year .react-datepicker__year-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}

.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}

.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: auto;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time] {
  -moz-appearance: textfield;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}

.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -87px;
  top: 0;
}

.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + 0.85rem);
  overflow-y: scroll;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  box-sizing: content-box;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-names {
  margin-bottom: -8px;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text,
.react-datepicker__year-text {
  cursor: pointer;
}

.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover,
.react-datepicker__year-text:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today,
.react-datepicker__year-text--today {
  font-weight: bold;
}

.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}

.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover,
.react-datepicker__year-text--highlighted:hover {
  background-color: #32be3f;
}

.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1,
.react-datepicker__year-text--highlighted-custom-1 {
  color: magenta;
}

.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2,
.react-datepicker__year-text--highlighted-custom-2 {
  color: green;
}

.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover,
.react-datepicker__year-text--selected:hover,
.react-datepicker__year-text--in-selecting-range:hover,
.react-datepicker__year-text--in-range:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #bad9f1;
  color: rgb(0, 0, 0);
}

.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover,
.react-datepicker__year-text--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}

.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}

.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
  cursor: default;
  color: #ccc;
}

.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover,
.react-datepicker__year-text--disabled:hover {
  background-color: transparent;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.react-datepicker__input-container .react-datepicker__calendar-icon {
  position: absolute;
  padding: 0.5rem;
}

.react-datepicker__view-calendar-icon input {
  padding: 6px 10px 5px 25px;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
  position: relative;
}

.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}

.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  transform: rotate(135deg);
  right: -16px;
  top: 0;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}

.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}

.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0 6px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "×";
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}

.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}

@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}
.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__children-container {
  width: 13.8rem;
  margin: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
  height: auto;
}

.react-datepicker__aria-live {
  position: absolute;
  clip-path: circle(0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
  white-space: nowrap;
}

.react-datepicker__calendar-icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
}

:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
}

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
  position: fixed;
  padding: 4px;
  width: var(--toastify-toast-width);
  box-sizing: border-box;
  color: #fff;
}

.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}

.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
}

.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}

.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}

.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}

.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}

@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: 0;
    left: initial;
  }
}
.Toastify__toast {
  position: relative;
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-height: var(--toastify-toast-max-height);
  overflow: hidden;
  font-family: var(--toastify-font-family);
  cursor: default;
  direction: ltr;
  /* webkit only issue #791 */
  z-index: 0;
}

.Toastify__toast--rtl {
  direction: rtl;
}

.Toastify__toast--close-on-click {
  cursor: pointer;
}

.Toastify__toast-body {
  margin: auto 0;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.Toastify__toast-body > div:last-child {
  word-break: break-word;
  -ms-flex: 1;
  flex: 1;
}

.Toastify__toast-icon {
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
  width: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
}

.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.7s;
}

.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

@media only screen and (max-width: 480px) {
  .Toastify__toast {
    margin-bottom: 0;
    border-radius: 0;
  }
}
.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}

.Toastify__toast-theme--light {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}

.Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}

.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}

.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}

.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}

.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}

.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}

.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}

.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}

.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}

.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}

.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}

.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}

.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: var(--toastify-z-index);
  opacity: 0.7;
  transform-origin: left;
}

.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}

.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}

.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
}

.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}

@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}

.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}

.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}

.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}

.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}

.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}

.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}
@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}
@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}

.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}

.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}

.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
}

.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
}

.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}

.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url(/static/bundles/fb6f3c230cb846e25247.gif) center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url(/static/bundles/a4e97f5a2a64f0ab1323.eot);
  src: url(/static/bundles/a4e97f5a2a64f0ab1323.eot?#iefix) format("embedded-opentype"), url(/static/bundles/295183786cd8a1389865.woff) format("woff"), url(/static/bundles/c94f7671dcc99dce43e2.ttf) format("truetype"), url(/static/bundles/2630a3e3eab21c607e21.svg#slick) format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, .h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  /*font-weight: bolder;*/
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*
 * Components
 */
#react-launch-CartCheckout,
#react-launch-CartOverView {
  background-color: #fff;
  min-height: 500px;
}

.cart-overview .sales-team, .cart-checkout .sales-team {
  background-color: #f3f3f3;
}

.cart_page {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  padding: 20px;
}
@media screen and (min-width: 900px) {
  .cart_page {
    margin: 50px auto;
  }
}
.cart_page label {
  color: #4a4a4a;
}

.cart_hide_element {
  display: none;
}

.cart_section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 25px 0;
}
.cart_section h2, .cart_section .h2 {
  text-align: center;
}
.cart_section .cart_section__subheader {
  text-align: center;
  display: block;
  margin: 1em 0;
}

.cart_container {
  padding: 25px 0;
}

.CartOverview {
  display: flex;
  flex-direction: column;
  min-height: 500px;
}
@media screen and (min-width: 900px) {
  .CartOverview {
    flex-flow: row-reverse;
    justify-content: space-between;
    padding: 40px;
  }
}

.CartOverview__empty {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 50px;
}
.CartOverview__empty h2, .CartOverview__empty .h2 {
  width: 100%;
  padding: 0 40px 10px 40px;
}

.CartOverview__list {
  width: 100%;
  margin: 25px 0;
}
@media screen and (min-width: 900px) {
  .CartOverview__list {
    width: 50%;
    margin: 0;
  }
}

.CartCheckout__headline {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff0045;
  font-weight: bold;
  letter-spacing: 0.4px;
}

.CartCheckout__header {
  text-align: center;
  margin-top: 30px;
}

.CartReceipt__details {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  border-bottom: 1px solid #000;
  padding: 0 0 20px;
}
@media screen and (min-width: 500px) {
  .CartReceipt__details {
    flex-flow: row nowrap;
  }
}
.CartReceipt__details span {
  line-height: 1.4em;
}

.CartReceipt__section {
  width: 100%;
  align-items: flex-start;
  margin-bottom: 20px;
}
@media screen and (min-width: 500px) {
  .CartReceipt__section {
    flex-flow: row nowrap;
    margin-bottom: 0;
  }
}

.cart_form {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 3em;
  margin: 3em auto;
  border: 2px solid #000;
}
@media screen and (min-width: 900px) {
  .cart_form {
    width: 350px;
  }
}
.cart_form input {
  background-color: #fff !important;
  width: 100%;
  border: 0;
  padding: 5px 0;
  font-size: 18px;
}
.cart_form input:-webkit-autofill {
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
.cart_form .row:nth-of-type(2), .cart_form .DiscountCodeForm__form:nth-of-type(2) {
  border-top: none;
}

.row, .DiscountCodeForm__form {
  display: flex;
  flex-direction: row;
  width: 100%;
  border: 2px solid black;
}
.row label, .DiscountCodeForm__form label {
  width: 100%;
  min-height: 50px;
  font-size: 11px;
  padding: 5px;
  text-align: left;
  border-left: 2px solid #000;
}
.row .error, .DiscountCodeForm__form .error {
  color: #fb0d57;
}
.row label:first-of-type, .DiscountCodeForm__form label:first-of-type {
  border: 0;
}
.row input, .DiscountCodeForm__form input {
  width: 100%;
  border: 0;
  padding: 5px 0;
  font-size: 18px;
}

.cart_form_error, .DiscountCodeForm__errors, .ParticipantForm__errors {
  background-color: #fb0d57;
  padding: 5px 0;
}
.cart_form_error p, .DiscountCodeForm__errors p, .ParticipantForm__errors p, .cart_form_error .p-a, .DiscountCodeForm__errors .p-a, .ParticipantForm__errors .p-a {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}

.CartLearners .manage-learners {
  margin-top: 30px;
  margin-bottom: 60px;
}
.CartLearners .learners-container {
  display: flex;
  align-items: stretch;
  margin: 20px 0;
}
@media (max-width: 800px) {
  .CartLearners .learners-container {
    flex-flow: row wrap;
  }
}
.CartLearners .terms-container {
  border: 1px solid black;
}
.CartLearners .terms-container .terms {
  padding: 10px;
  overflow: scroll;
  max-height: 200px;
}
.CartLearners .terms-container .terms a {
  text-transform: none;
  font-weight: normal;
  border-bottom: 1px solid #000;
}
.CartLearners .terms-container .terms p, .CartLearners .terms-container .terms .p-a {
  margin-bottom: 1em;
}
.CartLearners .terms-container .terms p:last-child, .CartLearners .terms-container .terms .p-a:last-child {
  margin-bottom: 0;
}
.CartLearners .existing-learners {
  width: calc(50% - 20px);
  display: inline-block;
}
.CartLearners .existing-learners .existing-learners-container {
  float: right;
  display: flex;
}
.CartLearners .existing-learners .existing-learners-container .existing-learners-left {
  text-align: right;
  padding-right: 20px;
}
.CartLearners .existing-learners .existing-learners-container .learner {
  font-weight: bold;
  margin-bottom: 5px;
}
@media (max-width: 800px) {
  .CartLearners .existing-learners .existing-learners-container {
    float: none;
    justify-content: center;
  }
}
@media (max-width: 800px) {
  .CartLearners .existing-learners {
    flex-basis: 100%;
    width: auto;
    text-align: center;
  }
}
.CartLearners .add-learner {
  flex-grow: 1;
  position: relative;
}
.CartLearners .add-learner .add-learner-btn {
  padding: 5px 10px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translate(0, -50%);
}
@media (max-width: 800px) {
  .CartLearners .add-learner .add-learner-btn {
    position: relative;
    transform: none;
    top: auto;
    left: auto;
  }
}
@media (max-width: 800px) {
  .CartLearners .add-learner {
    padding-top: 25px;
    flex-basis: 100%;
    text-align: center;
  }
}
.CartLearners .add-learner-form {
  width: 350px;
  margin-left: 30px;
  padding: 10px;
  text-align: left;
}
@media (max-width: 800px) {
  .CartLearners .add-learner-form {
    margin-left: 0;
    display: inline-block;
  }
}
.CartLearners .add-learner-form label {
  color: black;
  font-size: 15px;
}
.CartLearners .add-learner-form input[type=radio] {
  margin-right: 5px;
}
.CartLearners .add-learner-form .learner-form-type input[type=radio] {
  margin-top: 2px;
}
.CartLearners .add-learner-form .learner-form-type label {
  margin-right: 10px;
}
.CartLearners .add-learner-form .learner-form-type .learner-type-label {
  width: 100px;
  margin-right: 20px;
  margin-bottom: 10px;
  display: inline-block;
}
.CartLearners .add-learner-form .form-container {
  display: flex;
}
.CartLearners .add-learner-form .enrollment-types {
  margin-right: 50px;
  min-width: 150px;
}
.CartLearners .add-learner-form .enrollment-types h3 {
  margin-bottom: 25px;
}
.CartLearners .add-learner-form .enrollment-type {
  margin-bottom: 5px;
}
.CartLearners .add-learner-form .participant-form .form-group {
  margin-bottom: 10px;
}
.CartLearners .add-learner-form .participant-form .form-group:last-of-type {
  margin-bottom: 0;
}
.CartLearners .add-learner-form .participant-form label {
  display: inline-block;
  width: 100px;
  margin-right: 20px;
}
.CartLearners .add-learner-form .participant-form input {
  border: 1px solid black;
  padding: 5px;
}
.CartLearners .add-learner-form .participant-form input.input-small {
  width: 50px;
}
.CartLearners .add-learner-form .participant-form .checkbox-group {
  display: flex;
  padding: 10px 0;
}
.CartLearners .add-learner-form .participant-form .checkbox-group input[type=checkbox] {
  margin-right: 10px;
}
.CartLearners .add-learner-form .participant-form .checkbox-group label {
  width: auto;
  margin-top: -3px;
  margin-right: 0;
}
.CartLearners .add-learner-form .participant-form .checkbox-group .form-errors {
  flex-basis: 100%;
  padding-left: 0;
}
.CartLearners .add-learner-form .participant-form .form-help {
  padding: 0;
  margin-bottom: 15px;
}
.CartLearners .add-learner-form .participant-form .form-errors {
  margin-top: 5px;
  padding-left: 120px;
  font-size: 12px;
  color: #ff0045;
  font-weight: bold;
}
.CartLearners .add-learner-form .add-learner-toolbar {
  text-align: right;
  margin-top: 15px;
}
.CartLearners .add-learner-form .add-learner-toolbar button {
  border: 1px solid black;
  display: inline-block;
  margin-left: 10px;
  padding: 8px 10px;
}
.CartLearners .add-learner-form .add-learner-toolbar .spinner {
  margin-bottom: -10px;
}
.CartLearners .lineitems .lineitem {
  max-width: 800px;
  display: flex;
  margin: 0 auto 20px auto;
  padding-top: 20px;
  border-top: 1px solid black;
}
.CartLearners .lineitems .lineitem-left {
  width: calc(50% - 20px);
  margin-right: 20px;
}
.CartLearners .lineitems .lineitem-left .lineitem-left-inner {
  padding-left: 20px;
}
.CartLearners .lineitems .lineitem-left h2, .CartLearners .lineitems .lineitem-left .h2 {
  font-size: 24px;
}
.CartLearners .lineitems .lineitem-right {
  padding-right: 20px;
  width: 50%;
  flex-grow: auto;
}
.CartLearners .lineitems .lineitem-right .learner-group {
  float: right;
}
.CartLearners .lineitems .lineitem-right .learner-group h4 {
  margin-bottom: 3px;
}
.CartLearners .lineitems .lineitem-right .participant-item {
  margin-bottom: 5px;
}
.CartLearners .lineitems .lineitem-right .participant-item input {
  margin-right: 5px;
}
.CartLearners .lineitems .lineitem-right .form-errors {
  margin-top: 5px;
  font-size: 13px;
  color: #ff0045;
  font-weight: bold;
}

.CartPayment {
  margin-top: 30px;
  margin-bottom: 60px;
}

.CheckoutView {
  margin-top: 30px !important;
}
.CheckoutView .checkout-title {
  text-align: center;
  margin-bottom: 20px;
}
.CheckoutView .progress-bar .steps {
  padding: 0;
}
.CheckoutView .progress-bar .steps .step-name {
  flex-basis: 0;
  flex-grow: 1;
  border: 0;
}
.CheckoutView .progress-bar .steps .step-name:first-of-type {
  text-align: left;
  padding-left: 10px;
}
.CheckoutView .progress-bar .steps .step-name:last-of-type {
  text-align: right;
}
.CheckoutView .title {
  text-align: center;
  margin-bottom: 10px;
}
.CheckoutView .subtitle {
  text-align: center;
  margin-bottom: 25px;
}
.CheckoutView .toolbar {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.CheckoutView .toolbar button {
  display: inline-block;
  padding: 10px 20px;
}

.CartNotificationContainer {
  margin: 0;
  padding: 0;
}

.CartNotification {
  color: #000;
  padding: 20px;
  text-align: center;
  font-family: "BureauGrotCondensed";
  font-size: 2em;
  font-weight: 400;
  letter-spacing: 0.67px;
  line-height: 36px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.CartNotification li {
  list-style: none;
}

.CartNotification__error {
  color: #fff;
  background-color: #fb0d57;
}

.CartNotification__info {
  background-color: #b6f8ff;
}

.CartNotification__success {
  background-color: #46f992;
  font-size: 32px;
}

.CartNotification__warning {
  background-color: #ffd16e;
}

.ParticipantForm__errors {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .ParticipantForm__errors {
    width: 350px;
    margin: 0 auto;
  }
}

.ParticipantForm__label h2, .ParticipantForm__label .h2 {
  font-size: 22px;
  font-weight: 700;
  margin-top: 10px;
}

.ParticipantForm__display p:first-of-type, .ParticipantForm__display .p-a:first-of-type {
  text-transform: uppercase;
  font-weight: 700;
}

.isUser_form {
  width: 100%;
  margin: 10px auto;
}
@media screen and (min-width: 900px) {
  .isUser_form {
    width: 300px;
  }
}

.isUser__option {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 200px;
  margin: 20px auto;
}
.isUser__option input {
  width: 10%;
}
.isUser__option label {
  width: 90%;
}
.isUser__option label p:first-of-type, .isUser__option label .p-a:first-of-type {
  text-transform: uppercase;
  font-weight: 700;
}

.CheckoutTotal div:first-of-type {
  border-top: 2px solid #000;
  padding-top: 20px;
}
.CheckoutTotal div:last-of-type {
  padding-bottom: 20px;
}

.CheckoutTotal__line {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.order-btn {
  width: 100%;
}

@media screen and (min-width: 900px) {
  .DiscountContainer {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media screen and (min-width: 900px) {
  .DiscountTotal {
    display: none;
  }
}

.DiscountContainer__forms {
  width: 100%;
}

.DiscountContainer__line {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.DiscountCodeForm {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
}

.DiscountCodeForm__line {
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .DiscountCodeForm__line {
    justify-content: space-between;
  }
}

.DiscountCodeForm__applied {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  border: 2px solid #000;
  height: 52px;
  width: 100%;
}
.DiscountCodeForm__applied h4 {
  text-transform: uppercase;
}
@media screen and (min-width: 900px) {
  .DiscountCodeForm__applied {
    width: 300px;
  }
}

.DiscountCodeForm__form {
  justify-content: flex-end;
}
@media screen and (min-width: 900px) {
  .DiscountCodeForm__form {
    width: 300px;
  }
}
.DiscountCodeForm__form button {
  width: 35%;
}
.DiscountCodeForm__form label {
  width: 65%;
}

.DiscountCodeForm__value {
  display: none;
}
@media screen and (min-width: 900px) {
  .DiscountCodeForm__value {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    min-width: 175px;
  }
}

.DiscountCodeForm__errors {
  width: 300px;
}

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

.LineItemList__header {
  display: none;
}
@media screen and (min-width: 900px) {
  .LineItemList__header {
    display: block;
  }
}

.LineItem {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 20px 0;
  border-bottom: 1px solid #000;
  width: 100%;
}
.LineItem h2, .LineItem .h2 {
  font-size: 27px;
}

.LineItem__child {
  border-bottom: 0px;
}

.LineItem__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 5px;
}

.LineItem__body {
  display: flex;
  width: 100%;
}

.LineItem__body__left {
  width: 50%;
  margin-right: 10px;
  display: inline-block;
}
.LineItem__body__left h2, .LineItem__body__left .h2 {
  margin-bottom: 10px;
}

.LineItem__body__right {
  display: inline-block;
  flex-grow: 1;
}

.LineItem__price {
  font-weight: 700;
  font-size: 20px;
  text-align: right;
  line-height: 36px;
  margin-bottom: 10px;
}

.LineItem__qty {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.LineItem__desc {
  width: 100%;
  padding: 0 0 10px 0;
}
.LineItem__desc p:last-of-type, .LineItem__desc .p-a:last-of-type {
  margin-bottom: 10px;
}
@media screen and (min-width: 900px) {
  .LineItem__desc {
    align-self: flex-start;
  }
}

.LineItem__learners {
  margin-bottom: 1em;
}

.LineItem__incr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 18px;
  width: 18px;
  margin: 0 5px;
  background-color: #000;
  cursor: pointer;
}
.LineItem__incr h4 {
  color: #fff;
  font-size: 10px;
}

.LineItem__sub_warning {
  font-style: italic;
  font-size: 0.85em;
  margin-bottom: 1em;
}

.LineItem__remove {
  text-decoration: none;
  border: 0;
  width: 100px;
  float: right;
  text-align: right;
}

.CircleIcon {
  display: inline-block;
  background-color: #000;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  line-height: 0;
  text-decoration: none;
  margin-bottom: -3px;
}
.CircleIcon span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 1em;
  width: 1em;
  color: #fff;
  padding-left: 0.5px;
  font-size: 1.2em;
  font-weight: 400;
}
.CircleIcon span:hover, .CircleIcon span:active {
  color: #46f992;
}

.CircleIcon__label {
  font-size: 1em;
  margin-left: 0.3em;
  height: 100%;
}

.loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 12em;
  height: 12em;
  border-radius: 50%;
  background: #fff;
  background: -moz-linear-gradient(left, #fff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #fff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #fff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #fff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #fff 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 0.9s infinite linear;
  animation: load3 0.9s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.loader:before {
  width: 50%;
  height: 50%;
  background: #fb0d57;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.loader:after {
  background: #fff;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.OverviewTotal {
  display: flex;
  flex-direction: row;
  background-color: #b6f8ff;
  padding: 20px;
}
@media screen and (min-width: 900px) {
  .OverviewTotal {
    flex-direction: column;
    width: 45%;
    max-height: 275px;
  }
}

.OverviewTotal__header {
  display: none;
  text-transform: uppercase;
}
@media screen and (min-width: 900px) {
  .OverviewTotal__header {
    display: block;
  }
}

.OverviewTotal__total {
  display: flex;
  flex-direction: column;
  width: 70%;
}
.OverviewTotal__total h3:first-of-type {
  text-transform: uppercase;
}
.OverviewTotal__total h3:last-of-type {
  font-weight: 500;
}
@media screen and (min-width: 900px) {
  .OverviewTotal__total {
    flex-direction: row;
  }
  .OverviewTotal__total h3 {
    font-size: 15px;
  }
}

.OverviewTotal__button {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.OverviewTotal__button p, .OverviewTotal__button .p-a {
  display: none;
  text-align: center;
  font-size: 10px;
  line-height: 15px;
  margin-top: 10px;
}
@media screen and (min-width: 900px) {
  .OverviewTotal__button p, .OverviewTotal__button .p-a {
    display: block;
  }
}
@media screen and (min-width: 900px) {
  .OverviewTotal__button {
    padding: 20px;
  }
  .OverviewTotal__button .dark-button {
    width: 100%;
    margin: 0 20px;
  }
}

.AttachmentManager .attachment-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.AttachmentManager .attachment-list li {
  margin-bottom: 15px;
  max-width: 100%;
}
.AttachmentManager .attachment-list li .delete-spinner {
  margin-bottom: -9px;
}
.AttachmentManager .attachment-list .download-link {
  text-decoration: underline;
  border: none;
  text-transform: none;
  text-overflow: ellipsis;
  max-width: 80%;
  display: inline-block;
  overflow: hidden;
}
.AttachmentManager .attachment-list .delete-link {
  text-decoration: none;
  border: none;
  display: inline-block;
  margin-left: 5px;
}
.AttachmentManager .upload-spinner {
  margin-bottom: -9px;
  margin-left: 3px;
}

.SalesLeadModal .react-select-container {
  height: 39px;
  margin-bottom: 10px;
}
.SalesLeadModal .react-select-container > [class*=-control] {
  height: 39px;
}
.SalesLeadModal .react-select-container > [class*=-control] > div {
  height: 39px;
}
.SalesLeadModal input:not([type=submit]), .SalesLeadModal .react-select-container {
  width: 75%;
  margin-bottom: 10px;
}
.SalesLeadModal input[type=submit] {
  margin-bottom: 0;
}
.SalesLeadModal textarea {
  width: 100%;
  height: 120px;
}
.SalesLeadModal .close {
  top: 30px;
  right: 20px;
}
.SalesLeadModal .form-error {
  margin-top: 10px;
}

.teacher-carousel {
  margin-bottom: 90px;
}
.teacher-carousel h2, .teacher-carousel .h2 {
  text-align: center;
  margin-bottom: 20px;
}
.teacher-carousel .teacher-carousel-container {
  margin: 0 auto;
  max-width: 1080px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .teacher-carousel .teacher-carousel-container {
    max-width: 800px;
  }
}
@media screen and (max-width: 940px) {
  .teacher-carousel .teacher-carousel-container {
    max-width: 540px;
  }
}
@media screen and (max-width: 680px) {
  .teacher-carousel .teacher-carousel-container {
    max-width: 260px;
  }
}
.teacher-carousel .see-all-teachers {
  display: block;
  position: absolute;
  right: 0;
  bottom: -35px;
}
@media screen and (max-width: 680px) {
  .teacher-carousel .see-all-teachers {
    bottom: -65px;
  }
}
.teacher-carousel .slick-track {
  display: flex !important;
}
.teacher-carousel .slick-slide {
  height: inherit !important;
}
.teacher-carousel .slick-dots {
  bottom: -35px;
}
@media screen and (max-width: 940px) {
  .teacher-carousel .slick-dots {
    display: none !important;
  }
}
.teacher-carousel .carousel-arrow {
  height: 40px;
  width: 21px;
}
.teacher-carousel .carousel-arrow.slick-prev {
  left: -50px;
  background-image: url(/static/bundles/f81fb14fb81c8994fdcf.png);
}
.teacher-carousel .carousel-arrow.slick-prev::before {
  content: none;
}
.teacher-carousel .carousel-arrow.slick-next {
  right: -50px;
  background-image: url(/static/bundles/5bdb7283fc804b76f664.png);
}
.teacher-carousel .carousel-arrow.slick-next::before {
  content: none;
}
.teacher-carousel .slick-slide {
  height: 100%;
  cursor: pointer;
}
.teacher-carousel .slick-slide:focus {
  outline: none;
}
.teacher-carousel .slick-slide > div {
  height: 100%;
}
.teacher-carousel .slick-slide > div:focus {
  outline: none;
}
.teacher-carousel .slick-slide > div > div {
  height: 100%;
  text-align: center;
}
.teacher-carousel .slick-slide > div > div:focus {
  outline: none;
}
.teacher-carousel .carousel-item {
  display: inline-block;
  text-align: left;
  width: 260px;
  padding: 40px;
  border: 1px solid #d5d5d5;
  height: 100%;
  cursor: pointer;
}
.teacher-carousel .carousel-item:focus {
  outline: none;
}
.teacher-carousel .carousel-item img {
  width: 180px;
  height: 180px;
}
.teacher-carousel .carousel-item .teacher-name {
  font-weight: bold;
  margin: 15px 0;
}

.teacher-carousel-modal {
  z-index: 999;
}
.teacher-carousel-modal .modal-inner {
  padding: 65px 140px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.teacher-carousel-modal .modal-inner .close {
  position: absolute;
  z-index: 100;
  right: 25px;
  top: 25px;
}
.teacher-carousel-modal .modal-inner .modal-arrow {
  height: 40px;
  width: 21px;
  position: absolute;
  cursor: pointer;
  background-size: cover;
}
.teacher-carousel-modal .modal-inner .modal-arrow.prev-arrow {
  top: 180px;
  left: 45px;
  background-image: url(/static/bundles/f81fb14fb81c8994fdcf.png);
}
.teacher-carousel-modal .modal-inner .modal-arrow.next-arrow {
  top: 180px;
  right: 45px;
  background-image: url(/static/bundles/5bdb7283fc804b76f664.png);
}
.teacher-carousel-modal .modal-inner .modal-left {
  width: 270px;
  text-align: center;
  margin-right: 45px;
}
.teacher-carousel-modal .modal-inner .modal-left img {
  width: 270px;
  height: 270px;
}
.teacher-carousel-modal .modal-inner .modal-left .teacher-name {
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
}
.teacher-carousel-modal .modal-inner .modal-right .teacher-desc {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1.5em;
}
.teacher-carousel-modal .modal-inner .modal-right .teacher-bio {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 1.5em;
}
.teacher-carousel-modal .modal-inner .modal-right .student-quote {
  margin-top: 20px;
  max-width: 65%;
  font-size: 15px;
  font-weight: bold;
  float: right;
  position: relative;
}
.teacher-carousel-modal .modal-inner .modal-right .student-quote .quote {
  color: #818181;
}
.teacher-carousel-modal .modal-inner .modal-right .student-quote .left-quote {
  position: absolute;
  top: -20px;
  left: -30px;
}
.teacher-carousel-modal .modal-inner .modal-right .student-quote .right-quote {
  position: absolute;
  bottom: -20px;
  right: -20px;
}
@media screen and (max-width: 1000px) {
  .teacher-carousel-modal .modal-inner {
    padding: 65px 90px;
  }
  .teacher-carousel-modal .modal-inner .modal-left {
    width: 180px;
    margin-right: 20px;
  }
  .teacher-carousel-modal .modal-inner .modal-left img {
    width: 180px;
    height: 180px;
  }
  .teacher-carousel-modal .modal-inner .modal-right .student-quote {
    max-width: none;
  }
}
@media screen and (max-width: 800px) {
  .teacher-carousel-modal .modal-inner {
    display: block;
    padding: 30px 15px 15px 15px;
  }
  .teacher-carousel-modal .modal-inner .close {
    right: 5px;
    top: 0px;
  }
  .teacher-carousel-modal .modal-inner .prev-arrow {
    top: 95px !important;
    left: 45px;
  }
  .teacher-carousel-modal .modal-inner .next-arrow {
    top: 95px !important;
    right: 45px;
  }
  .teacher-carousel-modal .modal-inner .modal-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .teacher-carousel-modal .modal-inner .modal-left .teacher-name {
    display: none;
  }
  .teacher-carousel-modal .modal-inner .modal-left img {
    width: 180px;
    height: 180px;
  }
  .teacher-carousel-modal .modal-inner .modal-right .student-quote {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .teacher-carousel-modal {
    max-height: 100vh;
    overflow-y: auto;
    margin: auto auto;
  }
}

.BookLessonsView .learner-selector .title,
.BookLessonsView .teacher-selector .title,
.BookLessonsView .language-selector .title,
.BookLessonsView .book-lessons-calendar .title {
  text-align: center;
  font-family: "BureauGrotCondensed";
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  padding-top: 60px;
  margin-bottom: 0.5em;
}
.BookLessonsView .no-lessons {
  margin-top: 25px;
}
.BookLessonsView .no-lessons a {
  display: inline-block;
  margin-left: 10px;
}
.BookLessonsView .booking-option {
  border: 2px solid black;
  padding: 10px;
  margin-bottom: 15px;
  cursor: pointer;
}
.BookLessonsView .booking-option:hover {
  background-color: #EEE;
}
.BookLessonsView .teacher-selector.loading {
  margin-top: 20px;
  text-align: center;
}
.BookLessonsView .teacher-selector .filter-wrapper {
  text-align: center;
  margin-bottom: 10px;
}
.BookLessonsView .teacher-selector .filter-wrapper .filter {
  display: inline-block;
  margin-left: 15px;
}
.BookLessonsView .teacher-selector .filter-wrapper .filter select {
  border: 2px solid black;
  padding: 8px 10px;
}
.BookLessonsView .teacher-selector .select-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.BookLessonsView .teacher-selector .select-container select {
  background: white;
  padding: 3px 1em;
  color: black;
  text-transform: uppercase;
  font-weight: bold;
  margin: 1em;
}
.BookLessonsView .teacher-selector .select-container select option {
  font-weight: bold;
  padding: 3px 0.5em;
  color: #777;
}
.BookLessonsView .teacher-selector .button-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 1em;
}
.BookLessonsView .teacher-list {
  display: flex;
  flex-flow: column;
  padding: 5px;
}
.BookLessonsView .teacher-list .teacher-list-item {
  border: 2px solid black;
  margin: 10px 0;
  cursor: pointer;
}
.BookLessonsView .teacher-list .teacher-list-item .picture-container {
  display: flex;
  flex-direction: row;
}
.BookLessonsView .teacher-list .teacher-list-item .picture-container .teacher-picture {
  margin: 0;
  border: 0;
  flex-shrink: 0;
}
.BookLessonsView .teacher-list .teacher-list-item .picture-container .quotes-container {
  flex-grow: 1;
  padding: 0.5em 2em;
}
.BookLessonsView .teacher-list .teacher-list-item .picture-container .quotes-container .name {
  font-family: "BureauGrotCondensed";
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
.BookLessonsView .teacher-list .teacher-list-item .picture-container .quotes-container .teacher-quote {
  font-weight: bold;
}
.BookLessonsView .teacher-list .teacher-list-item .mobile-quote {
  display: none;
}
.BookLessonsView .teacher-list .teacher-list-item .about {
  padding: 1em;
}
.BookLessonsView .teacher-list .teacher-list-item .about .about-title {
  font-weight: bold;
  text-transform: uppercase;
}
.BookLessonsView .book-lessons-calendar .subtitle {
  font-family: "MaisonNeue";
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
.BookLessonsView .book-lessons-calendar .subtitle .teacher-name {
  font-weight: bold;
  text-transform: uppercase;
}
.BookLessonsView .book-lessons-calendar .calendar-wrapper {
  margin-top: 40px;
}
.BookLessonsView .book-lessons-calendar .week-selector {
  display: flex;
  flex-direction: row;
  margin: 1em;
  justify-content: center;
}
.BookLessonsView .book-lessons-calendar .week-selector div {
  flex-grow: 0;
}
.BookLessonsView .book-lessons-calendar .week-selector .week-text {
  width: 300px;
  text-align: center;
}
.BookLessonsView .book-lessons-calendar .week-selector .week-text .week-dates {
  font-family: "MaisonNeue";
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
}
.BookLessonsView .book-lessons-calendar .week-selector .prev-week, .BookLessonsView .book-lessons-calendar .week-selector .next-week {
  width: 30px;
  flex-basis: 30px;
  font-size: 30px;
  cursor: pointer;
}
.BookLessonsView .book-lessons-calendar .calendar {
  display: flex;
  flex-direction: column;
}
.BookLessonsView .book-lessons-calendar .calendar .row, .BookLessonsView .book-lessons-calendar .calendar .DiscountCodeForm__form {
  display: flex;
  flex-direction: row;
  border: 0;
}
.BookLessonsView .book-lessons-calendar .calendar .row .hour, .BookLessonsView .book-lessons-calendar .calendar .DiscountCodeForm__form .hour {
  flex-basis: 4em;
  flex-grow: 0;
  font-family: "MaisonNeue";
  font-size: 10px;
  line-height: 12px;
  text-align: right;
  border-right: 1px solid black;
  height: 2em;
}
.BookLessonsView .book-lessons-calendar .calendar .row .hour .hour-text, .BookLessonsView .book-lessons-calendar .calendar .DiscountCodeForm__form .hour .hour-text {
  margin: -0.5em 0.5em 0 0;
}
.BookLessonsView .book-lessons-calendar .calendar .row .cell, .BookLessonsView .book-lessons-calendar .calendar .DiscountCodeForm__form .cell {
  flex-basis: 0;
  flex-grow: 1;
}
.BookLessonsView .book-lessons-calendar .calendar .row .timeslot, .BookLessonsView .book-lessons-calendar .calendar .DiscountCodeForm__form .timeslot {
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  cursor: pointer;
}
.BookLessonsView .book-lessons-calendar .calendar .row .timeslot:hover, .BookLessonsView .book-lessons-calendar .calendar .DiscountCodeForm__form .timeslot:hover {
  background-color: rgba(182, 248, 255, 0.15);
}
.BookLessonsView .book-lessons-calendar .calendar .header-row {
  font-family: "MaisonNeue";
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
}
.BookLessonsView .book-lessons-calendar .calendar .header-row .cell {
  border-bottom: 1px solid black;
}

.teacher-picture {
  display: block;
  border: 2px solid black;
  width: 175px;
  height: 250px;
  margin: 5px;
  position: relative;
}
.teacher-picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.teacher-picture .teacher-name-background {
  position: absolute;
  padding: 0 1em;
  height: 3em;
  bottom: 0;
  width: 100%;
  text-decoration: underline;
  font-family: BureauGrotCondensed;
  text-transform: uppercase;
  background: rgba(182, 248, 255, 0.85);
  display: flex;
  flex-direction: row;
  align-items: center;
}

.teacher-detail-modal {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 10vh auto;
  padding: 20px;
  border: 1px solid black;
  max-width: 800px;
  height: 80vh;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5);
}
.teacher-detail-modal .button {
  cursor: pointer;
  font-size: 50px;
  padding: 0 25px;
}
.teacher-detail-modal .teacher-detail {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.teacher-detail-modal .teacher-detail .picture-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.teacher-detail-modal .teacher-detail .picture-container .teacher-picture {
  display: block;
  border: 2px solid black;
  width: 175px;
  height: 250px;
  position: relative;
  flex-shrink: 0;
}
.teacher-detail-modal .teacher-detail .picture-container .teacher-picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.teacher-detail-modal .teacher-detail .quote {
  font-family: "BureauGrotCondensed";
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 0.151666px;
  text-transform: uppercase;
  margin: 1em 5px 0 5px;
}
.teacher-detail-modal .teacher-detail .about {
  margin: 1em 5px 0 5px;
  flex-grow: 1;
}
.teacher-detail-modal .teacher-detail .about-title {
  font-weight: bold;
  text-transform: uppercase;
}
.teacher-detail-modal .teacher-detail .buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin: 1em 5px 0 5px;
}
.teacher-detail-modal .teacher-detail .buttons button {
  margin: 1em;
}

.review-quote {
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  margin-top: 1em;
}
.review-quote .quote {
  font-size: 32px;
  font-family: "BureauGrotCondensed";
  margin: 0 5px;
  display: flex;
  flex-direction: column;
}
.review-quote .left-quote {
  justify-content: flex-start;
}
.review-quote .right-quote {
  justify-content: flex-end;
}

@media screen and (max-width: 899px) {
  .BookLessonsView .languages-list .flag-list.profile-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
  }
  .BookLessonsView .languages-list .flag-list.profile-list div.language-selector-wrapper {
    width: 30vw;
    margin: 5px 0;
  }
  .BookLessonsView .languages-list .flag-list.profile-list div.language-selector-wrapper input[type=radio] {
    display: none;
  }
  .BookLessonsView .languages-list .flag-list.profile-list div.language-selector-wrapper li.flag-list-item-container {
    background: white;
  }
  .BookLessonsView .languages-list .flag-list.profile-list div.language-selector-wrapper li.flag-list-item-container .flag-list-item {
    flex-direction: column;
    align-items: center;
  }
  .BookLessonsView .languages-list .flag-list.profile-list div.language-selector-wrapper li.flag-list-item-container .flag-list-item h4 {
    font-size: 20px;
  }
  .BookLessonsView .teacher-selector .teacher-list {
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 0 10px;
  }
  .BookLessonsView .teacher-selector .teacher-list .teacher-list-item {
    width: calc(50vw - 30px);
  }
  .BookLessonsView .teacher-selector .teacher-list .teacher-list-item .teacher-picture {
    width: 100%;
  }
  .BookLessonsView .teacher-selector .teacher-list .teacher-list-item .quotes-container, .BookLessonsView .teacher-selector .teacher-list .teacher-list-item .about {
    display: none;
  }
  .BookLessonsView .navigation-buttons button {
    margin-left: 15px;
  }
  .profile-modal.teacher-info-modal {
    height: 100%;
    overflow-y: scroll;
    padding: 0 10px;
  }
  .profile-modal.teacher-info-modal .picture-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 250px;
    margin: 16px 0;
  }
  .profile-modal.teacher-info-modal .picture-container .teacher-picture {
    width: 42vw;
    flex-basis: 42vw;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .profile-modal.teacher-info-modal .picture-container .name, .profile-modal.teacher-info-modal .picture-container .teacher-quote {
    display: none;
  }
  .profile-modal.teacher-info-modal .picture-container .review-quote {
    font-size: 16px;
    line-height: 16px;
  }
  .profile-modal.teacher-info-modal .picture-container .review-quote .quote {
    font-size: 16px;
  }
  .profile-modal.teacher-info-modal .mobile-quote {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "BureauGrotCondensed";
    font-size: 28px;
  }
  .profile-modal.teacher-info-modal .about-title {
    font-weight: bold;
    text-transform: uppercase;
    margin: 1em 0;
  }
  .profile-modal.teacher-info-modal .modal-buttons {
    display: flex;
    flex-direction: row;
    margin: 16px 0;
  }
  .profile-modal.teacher-info-modal .modal-buttons button {
    margin: 0 5px;
    color: black;
    background-color: white;
  }
  .profile-modal.teacher-info-modal .modal-buttons button.dark-button {
    color: white;
    background-color: black;
  }
}
.navigation-buttons {
  margin-top: 61px;
}
.navigation-buttons button {
  background-color: transparent;
  border: 3px solid #000;
  color: #000;
  display: inline-block;
}
.navigation-buttons button:hover {
  background-color: #1a1a1a;
  color: #fff;
  border: 3px solid #1a1a1a;
}
.navigation-buttons a {
  display: inline-block;
}
.navigation-buttons .right-btn {
  float: right;
}

.MyLessonsDetailView .AttachmentManager .attachment:last-child {
  margin-bottom: 35px;
}
.MyLessonsDetailView .my-lessons-resources {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 32px;
}
.MyLessonsDetailView .edit-form textarea[name=student_notes] {
  width: 75%;
  height: 120px;
  margin-bottom: 0;
}
@media screen and (max-width: 500px) {
  .MyLessonsDetailView .edit-form textarea[name=student_notes] {
    width: 100%;
  }
}
.MyLessonsDetailView .form-toolbar {
  height: 40px;
}
.MyLessonsDetailView .form-toolbar .save, .MyLessonsDetailView .form-toolbar .cancel, .MyLessonsDetailView .form-toolbar .delete, .MyLessonsDetailView .form-toolbar .report, .MyLessonsDetailView .form-toolbar .go-back, .MyLessonsDetailView .form-toolbar .cancel-lesson {
  font-weight: normal;
  font-size: 14px;
  padding: 10px 25px !important;
}
.MyLessonsDetailView .form-toolbar .delete {
  color: #ff0045 !important;
}
.MyLessonsDetailView .form-toolbar .cancel {
  margin-right: 10px;
}
.MyLessonsDetailView .form-toolbar .delete {
  margin-right: 30px;
}
.MyLessonsDetailView .form-toolbar .spinner {
  margin-bottom: -10px;
}
.MyLessonsDetailView .form-group label {
  width: 150px;
}
@media screen and (max-width: 500px) {
  .MyLessonsDetailView .form-group label {
    width: 100px;
  }
}

#my-resource-links .link {
  padding-bottom: 20px;
  position: relative;
}
#my-resource-links .link img {
  vertical-align: middle;
}
#my-resource-links .link img.play-button-img {
  width: 38px;
  height: 27px;
  margin-right: 15px;
}
#my-resource-links .link img.pdf-img {
  margin-right: 28px;
}
#my-resource-links .link img.audio-img {
  margin-right: 23px;
}

@media screen and (min-width: 900px) {
  .OrderHistoryView {
    padding: 0;
  }
}
.OrderHistoryView .order-container {
  border-bottom: 1px solid #aeaeae;
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 10px;
  padding: 5px;
}
.OrderHistoryView .order-container:last-of-type {
  border-bottom: none;
}
@media screen and (min-width: 900px) {
  .OrderHistoryView .order-container {
    border: none;
    display: inherit;
    margin: 0;
    padding: 0;
  }
}
.OrderHistoryView .row, .OrderHistoryView .DiscountCodeForm__form {
  display: flex;
  flex-flow: column nowrap;
  border-width: 0px !important;
  padding: 10px 0;
}
@media screen and (min-width: 900px) {
  .OrderHistoryView .row, .OrderHistoryView .DiscountCodeForm__form {
    flex-flow: row nowrap;
    justify-content: space-between;
    border: 1px solid black !important;
    border-width: 1px 0 0 0 !important;
  }
}
.OrderHistoryView .row.desktop-labels, .OrderHistoryView .desktop-labels.DiscountCodeForm__form {
  display: none;
}
@media screen and (min-width: 900px) {
  .OrderHistoryView .row.desktop-labels, .OrderHistoryView .desktop-labels.DiscountCodeForm__form {
    border-bottom: 1px solid #aeaeae;
    display: flex;
    padding-bottom: 15px;
  }
}
.OrderHistoryView .row.mobile-labels, .OrderHistoryView .mobile-labels.DiscountCodeForm__form {
  margin-right: 20px;
}
@media screen and (min-width: 900px) {
  .OrderHistoryView .row.mobile-labels, .OrderHistoryView .mobile-labels.DiscountCodeForm__form {
    display: none;
  }
}
.OrderHistoryView .row.mobile-labels .label, .OrderHistoryView .mobile-labels.DiscountCodeForm__form .label {
  margin-top: 8.5px;
}
.OrderHistoryView .row.mobile-labels .label:first-of-type, .OrderHistoryView .mobile-labels.DiscountCodeForm__form .label:first-of-type {
  margin-top: 0;
}
.OrderHistoryView .row .order-detail, .OrderHistoryView .DiscountCodeForm__form .order-detail {
  padding: 3px;
}
@media screen and (min-width: 900px) {
  .OrderHistoryView .row .order-detail, .OrderHistoryView .DiscountCodeForm__form .order-detail {
    padding: 0;
  }
}
.OrderHistoryView .row .order-detail:first-of-type, .OrderHistoryView .DiscountCodeForm__form .order-detail:first-of-type,
.OrderHistoryView .row .label:first-of-type,
.OrderHistoryView .DiscountCodeForm__form .label:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 900px) {
  .OrderHistoryView .row .order-detail, .OrderHistoryView .DiscountCodeForm__form .order-detail,
  .OrderHistoryView .row .label,
  .OrderHistoryView .DiscountCodeForm__form .label {
    margin: initial;
    display: inline-block;
    width: 25%;
  }
}
@media screen and (min-width: 900px) {
  .OrderHistoryView .row .order-detail.name, .OrderHistoryView .DiscountCodeForm__form .order-detail.name,
  .OrderHistoryView .row .label.name,
  .OrderHistoryView .DiscountCodeForm__form .label.name {
    width: 40%;
  }
}
.OrderHistoryView .row .order-detail.total, .OrderHistoryView .DiscountCodeForm__form .order-detail.total,
.OrderHistoryView .row .label.total,
.OrderHistoryView .DiscountCodeForm__form .label.total {
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .OrderHistoryView .row .order-detail.total, .OrderHistoryView .DiscountCodeForm__form .order-detail.total,
  .OrderHistoryView .row .label.total,
  .OrderHistoryView .DiscountCodeForm__form .label.total {
    text-align: right;
  }
}
.OrderHistoryView .labels {
  border: none !important;
}
.OrderHistoryView .labels .label {
  font-weight: 700;
  text-transform: uppercase;
}
.PayrollView .payments-filter {
  border: 2px solid black;
  padding: 10px;
  margin-bottom: 25px;
}
.PayrollView .payments-filter label {
  margin-right: 10px;
}
.PayrollView .payments-filter label span {
  width: auto !important;
  min-width: 0;
  padding-right: 10px;
}
.PayrollView .payments-filter input {
  margin-bottom: 0;
}
.PayrollView .payments-filter input[type=text] {
  width: 150px;
}
.PayrollView .payments-filter .submit-container {
  display: inline-block;
  float: right;
  vertical-align: middle;
}
.PayrollView .payments-filter .submit-container .spinner {
  vertical-align: middle;
}
.PayrollView .payments-filter .submit-container .submit {
  vertical-align: middle;
  font-weight: normal;
  font-size: 14px;
  padding: 10px 25px !important;
}
.PayrollView .payments-table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.PayrollView .payments-table table td, .PayrollView .payments-table table th {
  margin: 0;
  border: 2px solid black;
  padding: 10px;
}
.PayrollView .payments-table table .total-spacer td {
  border: none;
}
.PayrollView .payments-table table .total-column {
  color: white;
  background-color: black;
  text-align: center;
  font-weight: bold;
  font-family: "BureauGrotCondensed";
}

.PrivateLessonSessionEditView, .PrivateLessonSessionDetailView {
  border: 1px solid black;
  padding: 10px;
}
.PrivateLessonSessionEditView .session-resources, .PrivateLessonSessionDetailView .session-resources {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.PrivateLessonSessionEditView .edit-form, .PrivateLessonSessionDetailView .edit-form {
  padding: 20px;
}
.PrivateLessonSessionEditView .edit-form textarea, .PrivateLessonSessionDetailView .edit-form textarea {
  width: 75%;
  height: 120px;
  margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
  .PrivateLessonSessionEditView .edit-form textarea, .PrivateLessonSessionDetailView .edit-form textarea {
    width: 100%;
  }
}
.PrivateLessonSessionEditView .student-name, .PrivateLessonSessionEditView .session-status, .PrivateLessonSessionDetailView .student-name, .PrivateLessonSessionDetailView .session-status {
  margin-bottom: 20px;
}
.PrivateLessonSessionEditView .session-status span, .PrivateLessonSessionDetailView .session-status span {
  display: inline-block;
  text-transform: capitalize;
}
.PrivateLessonSessionEditView .ends, .PrivateLessonSessionDetailView .ends {
  display: inline-block;
}
.PrivateLessonSessionEditView .repeat-ends > label, .PrivateLessonSessionDetailView .repeat-ends > label {
  font-weight: bold;
  vertical-align: top;
  margin: 10px 0 0 0;
}
.PrivateLessonSessionEditView .form-toolbar, .PrivateLessonSessionDetailView .form-toolbar {
  height: 40px;
}
.PrivateLessonSessionEditView .form-toolbar .save, .PrivateLessonSessionEditView .form-toolbar .cancel, .PrivateLessonSessionEditView .form-toolbar .delete, .PrivateLessonSessionEditView .form-toolbar .report, .PrivateLessonSessionEditView .form-toolbar .go-back, .PrivateLessonSessionEditView .form-toolbar .cancel-lesson, .PrivateLessonSessionDetailView .form-toolbar .save, .PrivateLessonSessionDetailView .form-toolbar .cancel, .PrivateLessonSessionDetailView .form-toolbar .delete, .PrivateLessonSessionDetailView .form-toolbar .report, .PrivateLessonSessionDetailView .form-toolbar .go-back, .PrivateLessonSessionDetailView .form-toolbar .cancel-lesson {
  font-weight: normal;
  font-size: 14px;
  padding: 10px 25px !important;
}
.PrivateLessonSessionEditView .form-toolbar .delete, .PrivateLessonSessionDetailView .form-toolbar .delete {
  color: #ff0045 !important;
}
.PrivateLessonSessionEditView .form-toolbar .cancel, .PrivateLessonSessionDetailView .form-toolbar .cancel {
  margin-right: 10px;
}
.PrivateLessonSessionEditView .form-toolbar .delete, .PrivateLessonSessionDetailView .form-toolbar .delete {
  margin-right: 30px;
}
.PrivateLessonSessionEditView .form-toolbar .spinner, .PrivateLessonSessionDetailView .form-toolbar .spinner {
  margin-bottom: -10px;
}
.PrivateLessonSessionEditView .form-group label, .PrivateLessonSessionDetailView .form-group label {
  width: 150px;
}
@media screen and (max-width: 500px) {
  .PrivateLessonSessionEditView .form-group label, .PrivateLessonSessionDetailView .form-group label {
    width: 100px;
  }
}
.PrivateLessonSessionEditView .AttachmentManager .attachment:last-child, .PrivateLessonSessionDetailView .AttachmentManager .attachment:last-child {
  margin-bottom: 35px;
}

.PrivateLessonSessionDetailView .detail-form {
  padding: 10px;
}
.PrivateLessonSessionDetailView .form-group {
  margin-bottom: 10px;
}
.PrivateLessonSessionDetailView .form-toolbar {
  margin-top: 35px;
}
.PrivateLessonSessionDetailView .form-toolbar .report {
  float: left;
}
.PrivateLessonSessionDetailView .form-toolbar .go-back {
  margin-right: 10px;
}

.PrivateLessonsView h2, .PrivateLessonsView .h2, .PrivateLessonsView h3 {
  margin-bottom: 0.5em !important;
}
.PrivateLessonsView .lessons-header .add-lessons {
  margin-top: -10px;
}
.PrivateLessonsView .active-filter {
  margin: 5px 0 15px 0;
}
.PrivateLessonsView .lessons-footer {
  margin: 10px 0;
  min-height: 150px;
}
.PrivateLessonsView .back-link {
  display: inline-block;
  margin-bottom: 10px;
}
.PrivateLessonsView .add-lessons {
  font-weight: normal;
  font-size: 14px;
  float: right;
  padding: 10px 25px !important;
}
.PrivateLessonsView .lesson-list-item, .PrivateLessonsView .no-lessons {
  padding: 15px;
  line-height: 1.3em;
  display: block;
  border: 1px solid black;
  margin-bottom: 15px;
}
.PrivateLessonsView .lesson-list-item:hover {
  background-color: #ddfcff;
  cursor: pointer;
}
.PrivateLessonsView .lesson-list-item .total-hours {
  font-weight: bold;
  margin-bottom: 1em;
}
.PrivateLessonsView .lesson-list-item .remaining-hours-container {
  width: 100%;
}
.PrivateLessonsView .lesson-list-item .remaining-hours {
  display: inline-block;
}
.PrivateLessonsView .lesson-list-item .more-info {
  display: inline-block;
  float: right;
}
.PrivateLessonsView .lesson-detail {
  padding: 15px;
  display: block;
  border: 1px solid black;
  margin-bottom: 25px;
  line-height: 1.6em;
}
.PrivateLessonsView .lesson-detail a {
  text-transform: none;
  font-weight: normal;
}
.PrivateLessonsView .lesson-detail .lesson-detail-group {
  margin-bottom: 1em;
}
.PrivateLessonsView .lesson-detail .student-profile-link {
  margin-top: 1em;
}
.PrivateLessonsView .lesson-detail .student-profile-link a {
  text-transform: uppercase;
}
.PrivateLessonsView .lesson-table {
  border: 1px solid black;
  width: 100%;
  border-collapse: collapse;
}
.PrivateLessonsView .lesson-table .session-status {
  text-transform: capitalize;
}
.PrivateLessonsView .lesson-table .edit-session {
  border: none;
}
.PrivateLessonsView .lesson-table .edit-session .fa-edit:hover {
  color: #ff0045;
}
.PrivateLessonsView .lesson-table td, .PrivateLessonsView .lesson-table th {
  text-align: center;
  padding: 5px;
  border: 1px solid black;
}

.ProfileApp #me {
  margin-bottom: 30px;
  clear: both;
}
@media screen and (max-width: 899px) {
  .ProfileApp #me .TeacherMyLessonsView, .ProfileApp #me .TeacherCalendarView, .ProfileApp #me .StudentMyAccountView {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (min-width: 900px) {
  .ProfileApp .Toastify__toast-container--top-right {
    top: 223px;
    right: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .ProfileApp .Toastify__toast-container--top-right {
    right: 180px;
  }
}
.ProfileApp .medium-hero {
  height: 336px;
}
@media screen and (min-width: 900px) {
  .ProfileApp .medium-hero {
    height: 270px;
  }
}
@media screen and (max-width: 899px) {
  .ProfileApp .medium-hero .padded-container, .ProfileApp .medium-hero .takeaways, .ProfileApp .medium-hero .press-mentions .press-logos, .press-mentions .ProfileApp .medium-hero .press-logos, .ProfileApp .medium-hero .option-list-container .option-list, .option-list-container .ProfileApp .medium-hero .option-list, .ProfileApp .medium-hero .featured-teacher-sticky-container, .ProfileApp .medium-hero .title-hero .hero-container, .title-hero .ProfileApp .medium-hero .hero-container, .ProfileApp .medium-hero .perk-list, .ProfileApp .medium-hero .sticky-header-container, .ProfileApp .medium-hero .large-hero .index-container, .large-hero .ProfileApp .medium-hero .index-container, .ProfileApp .medium-hero .landing-page .sticky-form-container, .landing-page .ProfileApp .medium-hero .sticky-form-container, .ProfileApp .medium-hero .landing-page-success .sticky-form-container, .landing-page-success .ProfileApp .medium-hero .sticky-form-container, .ProfileApp .medium-hero .why-fc, .ProfileApp .medium-hero .tos .terms, .tos .ProfileApp .medium-hero .terms, .ProfileApp .medium-hero .privacy-policy .terms, .privacy-policy .ProfileApp .medium-hero .terms {
    padding-left: 20px;
    padding-right: 0;
  }
}
.ProfileApp h2.inverted, .ProfileApp .inverted.h2 {
  background-color: black;
  color: white;
  padding: 10px 20px 5px 20px;
  margin: 0 0 1em 0;
}
.ProfileApp h3.inverted {
  font-family: "BureauGrotCondensed";
  text-transform: uppercase;
  background-color: black;
  color: white;
  padding: 4px 4px 8px 4px;
  margin: 0 0 1em 0;
}
.ProfileApp form label {
  display: block;
  clear: both;
  font-weight: bold;
}
.ProfileApp form input, .ProfileApp form textarea, .ProfileApp form select {
  display: block;
  padding: 8px 10px;
  border: 2px solid black;
  margin-bottom: 20px;
}
.ProfileApp form input[type=submit] {
  font-size: 16px;
  font-weight: bold;
}
.ProfileApp form input[type=file] {
  max-width: 100%;
}
.ProfileApp form .help-text {
  font-size: 14px;
  font-style: italic;
  margin: 10px 0;
}
.ProfileApp form.form-inline label, .ProfileApp form.form-inline input, .ProfileApp form.form-inline textarea, .ProfileApp form.form-inline select {
  display: inline-block !important;
}
.ProfileApp form.form-inline label span {
  display: inline-block;
  width: 150px;
}
.ProfileApp form .form-error {
  margin-top: -10px;
  margin-bottom: 20px;
  color: #ff0045;
}
.ProfileApp form .react-datepicker-wrapper {
  width: auto !important;
}
.ProfileApp form .react-datepicker__input-container {
  position: relative;
  width: auto !important;
}
.ProfileApp form .react-datepicker__input-container:after {
  position: absolute;
  font-weight: 900;
  font-family: "icomoon";
  right: 10px;
  top: 10px;
  content: "\f073";
  pointer-events: none;
}
.ProfileApp form .form-toolbar {
  text-align: right;
}
.ProfileApp form .form-toolbar .form-status {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  animation: fade-status 1s 1;
  -webkit-animation: fade-status 1s 1;
  animation-fill-mode: forwards;
  animation-delay: 2s;
  -webkit-animation-delay: 1s; /* Safari and Chrome */
  -webkit-animation-fill-mode: forwards;
}
@keyframes fade-status {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fade-status {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.ProfileApp form .form-toolbar .submit-spinner {
  margin-top: 5px;
  margin-right: 5px;
}
.ProfileApp .account-mobile-menu {
  width: 100%;
}
.ProfileApp .account-mobile-menu .MobileMenu select {
  margin-top: -10px;
  margin-bottom: 25px;
  font-size: 16px;
  padding: 15px;
  border: 2px solid black;
  min-width: 300px;
}
@media screen and (min-width: 900px) {
  .ProfileApp .account-mobile-menu {
    display: none;
  }
}

.profile-cta {
  padding-bottom: 45px;
}
.profile-cta h2, .profile-cta .h2 {
  text-transform: none;
  font-family: "MaisonNeue";
}
.profile-cta .dark-button {
  display: inline-block;
}
.profile-cta.profile-student-cta {
  background-color: #FFC1CA;
}
.profile-cta.profile-teacher-cta {
  background-color: #f3f3f3;
  margin-top: 80px;
}
.profile-cta.profile-teacher-cta.space-holder {
  width: calc(100vw - 15px);
  visibility: hidden;
}
.profile-cta.profile-teacher-cta:not(.space-holder) {
  position: absolute;
  left: 0;
  right: 0;
}

.ProfileView #photo, .ProfileView textarea[name=bio] {
  min-width: 50%;
}
.ProfileView textarea[name=bio] {
  min-height: 100px;
}
.ProfileView #submit {
  float: right;
}
.ProfileView .photo-preview {
  margin-bottom: 20px;
}
.ProfileView .help-text {
  margin: -10px 0 20px 0 !important;
  line-height: 20px !important;
}
.ProfileView .react-select-container {
  margin-bottom: 20px;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  margin-bottom: 1em;
}
.progress-bar .bar {
  display: flex;
  flex-direction: row;
  width: calc(100% - 114px);
  border: 1px solid black;
  height: 12px;
  margin-bottom: 20px;
  margin-left: 57px;
  margin-right: 57px;
}
.progress-bar .bar .bar-section {
  flex-basis: 0;
  flex-grow: 1;
  background: white;
  position: relative;
}
.progress-bar .bar .bar-section:not(:last-of-type):before {
  content: " ";
  position: absolute;
  width: 26px;
  height: 26px;
  top: -9px;
  right: -13px;
  border: 1px solid black;
  border-radius: 50%;
  z-index: 2;
}
.progress-bar .bar .bar-section.clickable:not(:last-of-type):before, .progress-bar .bar .bar-section.bar-section.filled.clickable:after {
  cursor: pointer;
}
.progress-bar .bar .bar-section:first-of-type, .progress-bar .bar .bar-section:last-of-type {
  width: 0px;
  flex-grow: 0;
}
.progress-bar .bar .bar-section .filled {
  background-color: #46f992;
  margin-top: 4px;
  margin-bottom: 4px;
  height: 2px;
}
.progress-bar .bar .bar-section.filled:after {
  content: " ";
  position: absolute;
  background-color: #46f992;
  width: 16px;
  height: 16px;
  top: -4px;
  right: -8px;
  border-radius: 50%;
  z-index: 2;
}
.progress-bar .steps {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  padding-right: 16px;
}
.progress-bar .steps .step-name {
  text-align: center;
  font-family: "MaisonNeue";
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  cursor: default;
}
.progress-bar .steps .step-name.previous-step {
  cursor: pointer;
}

.StudentProfileApp .medium-hero.student-view {
  background-image: url(/static/bundles/f04ffc52bdcc4b070d43.jpg);
  background-position: center;
  background-size: cover;
}

.StudentLearnersView {
  margin-bottom: 40px;
}
.StudentLearnersView .learner-details-container h3 {
  margin-bottom: 15px;
}
.StudentLearnersView .LearnerDetails {
  margin-bottom: 15px;
  max-width: 700px;
}

.ProductDetailModal {
  margin: 15% auto;
  padding: 20px;
  border: 1px solid black;
  max-width: 500px;
  border-radius: 0;
}
.ProductDetailModal h3 {
  font-size: 20px;
}
.ProductDetailModal .close {
  top: 20px;
  right: 20px;
}
.ProductDetailModal .hours-bar {
  display: flex;
  justify-content: space-between;
  margin: 15px 0 15px 0;
}
.ProductDetailModal .details-toolbar .details-help {
  display: inline-block;
  padding-top: 12px;
  float: left;
  font-size: 11px;
}
.ProductDetailModal .details-toolbar .details-book {
  float: right;
}
.ProductDetailModal .hours-item {
  flex-grow: 1;
  flex-basis: 100%;
  margin: 0 3px;
  text-align: center;
}
.ProductDetailModal .hours-item .hours-box {
  border: 2px solid black;
  padding: 4px 0;
  margin-bottom: 5px;
}
.ProductDetailModal .hours-item.hours-completed .hours-box {
  background-color: #f3f3f3;
}
.ProductDetailModal .hours-item.hours-scheduled .hours-box {
  background-color: #d7ffe4;
}
.ProductDetailModal .hours-item.hours-unbooked .hours-box {
  background-color: #b6f8ff;
}

.LearnerDetails {
  border: 1px solid black;
  padding: 10px;
}
.LearnerDetails .learner-header {
  margin-bottom: 8px;
}
.LearnerDetails .learner-name {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
}
.LearnerDetails .learner-name i {
  margin-left: 3px;
}
.LearnerDetails .learner-edit-profile {
  display: inline-block;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 5px;
  margin-bottom: 8px;
  margin-top: -5px;
}
.LearnerDetails .package-header {
  text-align: left;
}
.LearnerDetails .package-header-time {
  text-align: right;
}
.LearnerDetails .hours-remaining {
  text-align: right;
}
.LearnerDetails .package-language {
  text-align: left;
  overflow-wrap: anywhere;
}
.LearnerDetails .add-package-cta {
  margin: 10px 0;
  text-align: right;
}
.LearnerDetails .add-package-cta a {
  display: inline-block;
  padding: 3px 8px;
}
.LearnerDetails .learner-packages-table {
  width: 100%;
  font-size: 14px;
  border-spacing: 0;
  table-layout: fixed;
}
.LearnerDetails .learner-packages-table .package-title {
  margin-right: 20px;
}
.LearnerDetails .learner-packages-table td {
  padding-bottom: 2px;
}
.LearnerDetails .learner-show-inactive {
  display: inline-block;
  margin-right: 5px;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 14px;
  text-transform: none;
}
.LearnerDetails .subscription-disclaimer {
  font-size: 13px;
  margin-top: 15px;
}

.LearnerProfile {
  font-size: 14px;
}
.LearnerProfile form {
  max-width: 500px;
  margin: 20px 0;
}
.LearnerProfile .form-row {
  width: 100%;
}
.LearnerProfile .form-field {
  display: inline-block;
}
.LearnerProfile .form-readonly {
  padding-top: 5px;
  font-weight: normal;
}
.LearnerProfile .field-language {
  margin-right: 30px;
}
.LearnerProfile .form-toolbar .spinner {
  margin-bottom: -10px;
}
.LearnerProfile textarea {
  width: 100%;
}

.StudentPaymentInfoView {
  min-height: 150px;
}
.StudentPaymentInfoView h2, .StudentPaymentInfoView .h2, .StudentPaymentInfoView h3 {
  margin-bottom: 0.5em !important;
}
.StudentPaymentInfoView .card-details {
  display: inline-block;
  float: left;
  padding: 10px 20px;
}
.StudentPaymentInfoView .update-payment {
  color: #000;
  background-color: #fff;
  font-family: MaisonNeue;
  font-weight: bold;
  font-size: 14px;
  padding: 10px 25px !important;
  float: right;
}
.StudentPaymentInfoView .update-payment:hover {
  background-color: #FBEE75;
  color: #000;
  cursor: pointer;
}

.update-payment-modal .card-form {
  max-width: 400px;
  margin-bottom: 20px;
}

.StudentSubscriptionView {
  min-height: 150px;
}
.StudentSubscriptionView h2, .StudentSubscriptionView .h2, .StudentSubscriptionView h3 {
  margin-bottom: 0.5em !important;
}
.StudentSubscriptionView .subscription-alert {
  background-color: yellow;
  display: flex;
  padding: 0.25em 1em;
  border: 1px solid black;
  margin-top: -0.5em;
  margin-bottom: 0.5em;
  font-size: 0.9em;
  text-transform: uppercase;
}
.StudentSubscriptionView .subscription-alert .subscription-alert-message {
  flex-grow: 1;
}
.StudentSubscriptionView .subscription-alert .subscription-alert-action {
  flex-grow: 0;
  margin: 0 1em;
  padding-bottom: 0;
}
.StudentSubscriptionView .subscription-detail {
  display: block;
  border: 1px solid black;
  margin-bottom: 1.5em;
  line-height: 1.75em;
  text-transform: uppercase;
}
.StudentSubscriptionView .subscription-detail a {
  text-transform: none;
  font-weight: normal;
}
.StudentSubscriptionView .subscription-detail .subscription-detail-header {
  border-bottom: 1px solid black;
  padding: 15px;
  background-color: #7EF5A2;
}
.StudentSubscriptionView .subscription-detail .subscription-detail-header .subscription-title {
  font-family: "BureauGrotCondensed";
  font-size: 24px;
}
.StudentSubscriptionView .subscription-detail .subscription-detail-header .subscription-hours {
  text-transform: capitalize;
}
.StudentSubscriptionView .subscription-detail .subscription-detail-group {
  padding: 15px;
}
.StudentSubscriptionView .subscription-detail .subscription-detail-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.StudentSubscriptionView .subscription-detail .subscription-detail-list .subscription-detail-list-title, .StudentSubscriptionView .subscription-detail .subscription-detail-list .subscription-detail-list-description {
  display: block;
  flex-grow: 1;
}
.StudentSubscriptionView .subscription-detail .subscription-detail-list .subscription-detail-list-title {
  width: 50%;
}
.StudentSubscriptionView .subscription-detail .subscription-detail-list .subscription-detail-list-description {
  width: 45%;
  margin-left: 0;
}
.StudentSubscriptionView .subscription-actions {
  text-align: right;
}
.StudentSubscriptionView .subscription-actions .subscription-change {
  color: #000;
  background-color: #fff;
  font-family: MaisonNeue;
  font-weight: bold;
  font-size: 14px;
  padding: 10px 25px !important;
}
.StudentSubscriptionView .subscription-actions .subscription-change:hover {
  background-color: #FBEE75;
  color: #000;
  cursor: pointer;
}
.StudentSubscriptionView .subscription-actions .subscription-actions-row {
  margin-bottom: 25px;
}
.StudentSubscriptionView .subscription-actions .subscription-actions-pause, .StudentSubscriptionView .subscription-actions .subscription-actions-cancel {
  margin: 1em;
}

.no-plan .no-plan-text {
  display: inline-block;
  float: left;
}
.no-plan .btn-get-started {
  float: right;
  font-size: 16px;
}

.change-plan-modal .plan-option {
  margin-bottom: 10px;
}
.change-plan-modal .plan-option input {
  margin-right: 5px;
}
.change-plan-modal .toolbar {
  position: relative;
}
.change-plan-modal .change-warning {
  font-style: italic;
  margin: 15px 0;
}
.change-plan-modal .suspend-plan {
  display: inline-block;
  height: 100%;
  float: left;
}
.change-plan-modal .suspend-plan .suspend-plan-link {
  display: inline-block;
  color: #aaaaaa;
  font-size: 0.75em;
  text-transform: none;
  border: none;
  font-weight: normal;
  text-decoration: underline;
  margin-top: 15px;
}

.TimezoneView {
  margin-bottom: 40px;
}
.TimezoneView label {
  font-weight: bold;
}
.TimezoneView .TimezoneSelectField {
  width: 500px;
}

.MyResourcesListView .filter-section {
  margin-bottom: 40px;
}
.MyResourcesListView .filter-section a {
  margin-left: 20px;
}
.MyResourcesListView .filter-section label {
  font-weight: bold;
}
.MyResourcesListView .filter-section select {
  font-size: 16px;
  padding: 15px;
  margin-left: 10px;
  margin-right: 20px;
  border: 2px solid black;
  min-width: 200px;
}
.MyResourcesListView .filter-section input {
  margin-left: 10px;
  font-size: 16px;
  padding: 15px;
  min-width: 200px;
}
.MyResourcesListView .resource-collection-card {
  border-top: 2px solid black;
}
.MyResourcesListView .resource-collection-card:last-of-type {
  border-bottom: 2px solid black;
}
.MyResourcesListView .card-header {
  height: 58px;
  padding: 4px;
  position: relative;
  display: flex;
  cursor: pointer;
}
.MyResourcesListView .card-header .flag-img {
  height: 50px;
  width: 5px;
  display: inline-block;
  background-size: auto 100%;
}
.MyResourcesListView .card-header .card-header-right {
  height: 100%;
  flex-grow: 1;
}
.MyResourcesListView .card-header .card-header-right h2, .MyResourcesListView .card-header .card-header-right .h2 {
  font-size: 28px;
  height: 50px;
  line-height: 100%;
  margin-left: 15px;
  vertical-align: top;
  display: inline-flex;
  align-items: center;
}
.MyResourcesListView .card-header .card-header-right .resource-count {
  display: inline-block;
  float: right;
  margin-right: 35px;
  margin-top: 16px;
}
.MyResourcesListView .card-header .toggle {
  position: absolute;
  right: 0;
  top: 20px;
}
.MyResourcesListView .card-header .toggle.expanded {
  transform: rotate(-90deg);
}
@media (max-width: 520px) {
  .MyResourcesListView .card-header {
    height: 78px;
  }
  .MyResourcesListView .card-header .flag-img {
    height: 70px;
  }
  .MyResourcesListView .card-header .card-header-right {
    display: flex;
    flex-direction: column;
    padding-left: 15px;
  }
  .MyResourcesListView .card-header .card-header-right h2, .MyResourcesListView .card-header .card-header-right .h2 {
    height: 28px;
    line-height: 28px;
    margin: 10px 0 5px 0;
  }
  .MyResourcesListView .card-header .card-header-right .resource-count {
    float: none;
    margin: 0;
  }
}
.MyResourcesListView .card-body {
  margin-bottom: 25px;
}
.MyResourcesListView .card-body.hidden {
  display: none;
}
.MyResourcesListView .card-body .resources {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.ResourceCard {
  border: 1px solid black;
  padding: 10px;
  max-width: 225px;
  width: 225px;
  margin: 20px 20px 0 0;
  font-size: 13px;
  display: flex;
  flex-direction: column;
}
.ResourceCard .resource-title {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
  word-wrap: break-word;
}
.ResourceCard .resource-desc {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  flex-grow: 1;
}
.ResourceCard .btn {
  font-family: MaisonNeue;
  font-size: 16px;
  width: 100%;
  padding: 15px;
  border: 2px solid black;
  text-align: center;
}
@media (max-width: 520px) {
  .ResourceCard {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}

.MyCoursesDetailView .my-courses-header {
  margin-bottom: 15px;
}
.MyCoursesDetailView .my-courses-header a {
  font-size: 18px;
  font-weight: 700;
}
.MyCoursesDetailView .my-courses-name {
  font-family: MaisonNeue;
  font-weight: 900;
  font-size: 36px;
  padding: 20px !important;
  text-transform: none;
  margin-bottom: 15px !important;
}
.MyCoursesDetailView .my-courses-name span {
  display: block;
  font-size: 20px;
}
.MyCoursesDetailView .my-courses-profile {
  border: 2px solid black;
  padding: 20px 20px 0 20px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.MyCoursesDetailView .my-courses-profile .profile-item {
  flex: 50%;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .MyCoursesDetailView .my-courses-profile .profile-item {
    flex: 100%;
  }
}
.MyCoursesDetailView .my-courses-profile .profile-item.full-width {
  flex: 100%;
  margin-bottom: 0 !important;
}
.MyCoursesDetailView .my-courses-profile .profile-item h2, .MyCoursesDetailView .my-courses-profile .profile-item .h2, .MyCoursesDetailView .my-courses-profile .profile-item h3 {
  font-family: MaisonNeue;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.MyCoursesDetailView .my-courses-profile .profile-item h2, .MyCoursesDetailView .my-courses-profile .profile-item .h2 {
  font-size: 20px;
}
.MyCoursesDetailView .my-courses-profile .profile-item h3 {
  font-size: 16px;
  line-height: 24px;
}
.MyCoursesDetailView .my-courses-profile .profile-item span {
  display: block;
  font-size: 16px;
  line-height: 24px;
}
.MyCoursesDetailView .my-courses-sessions h3 {
  margin-top: 20px;
}
.MyCoursesDetailView .my-courses-sessions .sessions-table {
  border: 1px solid black;
  width: 100%;
  border-collapse: collapse;
}
.MyCoursesDetailView .my-courses-sessions .sessions-table .session-status {
  text-transform: capitalize;
}
.MyCoursesDetailView .my-courses-sessions .sessions-table .edit-session {
  border: none;
  text-decoration: underline;
  text-transform: none;
}
.MyCoursesDetailView .my-courses-sessions .sessions-table .edit-session .add-summary {
  color: #F10D0D;
}
.MyCoursesDetailView .my-courses-sessions .sessions-table td, .MyCoursesDetailView .my-courses-sessions .sessions-table th {
  text-align: center;
  padding: 5px;
  border: 1px solid black;
}
.MyCoursesDetailView .my-students-footer {
  margin: 15px 0;
  text-align: right;
}
.MyCoursesDetailView .my-students-footer .add-lesson {
  font-family: MaisonNeue;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  padding: 12px 25px !important;
}
@media (max-width: 900px) {
  .MyCoursesDetailView .my-students-footer {
    text-align: center;
  }
  .MyCoursesDetailView .my-students-footer .add-lesson {
    padding: 12px 100px !important;
  }
}

.MyCoursesListView h2.inverted, .MyCoursesListView .inverted.h2 {
  margin-bottom: 15px !important;
}
.MyCoursesListView .filter-wrapper {
  margin-bottom: 15px;
}
.MyCoursesListView .course-cards .course-card {
  border: 2px solid black;
  padding: 15px 25px;
  margin-bottom: 15px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.MyCoursesListView .course-cards .course-card:hover {
  background-color: #ddfcff;
  cursor: pointer;
}
.MyCoursesListView .course-cards .course-card .course-card-left {
  max-width: 60%;
}
.MyCoursesListView .course-cards .course-card .course-card-left strong {
  display: block;
  font-size: 22px;
  margin-bottom: 5px;
  line-height: 1em;
  font-weight: 700;
}
.MyCoursesListView .course-cards .course-card .course-card-left span {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  text-transform: none;
  overflow-wrap: break-word;
}
.MyCoursesListView .course-cards .course-card .course-card-right {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 550px) {
  .MyCoursesListView .course-cards .course-card strong {
    font-size: 16px !important;
  }
  .MyCoursesListView .course-cards .course-card span {
    font-size: 14px !important;
  }
  .MyCoursesListView .course-cards .course-card .course-card-right {
    font-size: 14px !important;
  }
}

.MyCoursesSessionEditView {
  border: 1px solid black;
  padding: 10px;
}
.MyCoursesSessionEditView .session-resources {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.MyCoursesSessionEditView .edit-form {
  padding: 20px;
}
.MyCoursesSessionEditView .edit-form textarea[name=notes] {
  width: 75%;
  height: 120px;
}
@media screen and (max-width: 500px) {
  .MyCoursesSessionEditView .edit-form textarea[name=notes] {
    width: 100%;
  }
}
.MyCoursesSessionEditView .student-name, .MyCoursesSessionEditView .session-status {
  margin-bottom: 20px;
}
.MyCoursesSessionEditView .session-status span {
  display: inline-block;
  text-transform: capitalize;
}
.MyCoursesSessionEditView .form-toolbar {
  height: 40px;
}
.MyCoursesSessionEditView .form-toolbar .save, .MyCoursesSessionEditView .form-toolbar .cancel, .MyCoursesSessionEditView .form-toolbar .delete, .MyCoursesSessionEditView .form-toolbar .report, .MyCoursesSessionEditView .form-toolbar .go-back, .MyCoursesSessionEditView .form-toolbar .cancel-lesson {
  font-weight: normal;
  font-size: 14px;
  padding: 10px 25px !important;
}
.MyCoursesSessionEditView .form-toolbar .cancel {
  margin-right: 10px;
}
.MyCoursesSessionEditView .form-toolbar .spinner {
  margin-bottom: -10px;
}
.MyCoursesSessionEditView .form-group label {
  width: 150px;
}
@media screen and (max-width: 500px) {
  .MyCoursesSessionEditView .form-group label {
    width: 100px;
  }
}

.MyStudentsDetailView .my-students-header {
  margin-bottom: 15px;
}
.MyStudentsDetailView .my-students-header a {
  font-size: 18px;
  font-weight: 700;
}
.MyStudentsDetailView .my-students-name {
  font-family: MaisonNeue;
  font-weight: 900;
  font-size: 36px;
  padding: 20px !important;
  text-transform: none;
  margin-bottom: 15px !important;
}
.MyStudentsDetailView .my-students-name span {
  display: block;
  font-size: 20px;
}
.MyStudentsDetailView .my-students-profile {
  border: 2px solid black;
  padding: 20px 20px 0 20px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.MyStudentsDetailView .my-students-profile .profile-item {
  flex: 50%;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .MyStudentsDetailView .my-students-profile .profile-item {
    flex: 100%;
  }
}
.MyStudentsDetailView .my-students-profile .profile-item.full-width {
  flex: 100%;
}
.MyStudentsDetailView .my-students-profile .profile-item h2, .MyStudentsDetailView .my-students-profile .profile-item .h2, .MyStudentsDetailView .my-students-profile .profile-item h3 {
  font-family: MaisonNeue;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.MyStudentsDetailView .my-students-profile .profile-item h2, .MyStudentsDetailView .my-students-profile .profile-item .h2 {
  font-size: 20px;
}
.MyStudentsDetailView .my-students-profile .profile-item h3 {
  font-size: 16px;
  line-height: 24px;
}
.MyStudentsDetailView .my-students-profile .profile-item span {
  display: block;
  font-size: 16px;
  line-height: 24px;
}
.MyStudentsDetailView .my-students-profile .profile-item .profile-starting-point {
  display: inline-block;
}
.MyStudentsDetailView .my-students-profile .profile-item .profile-starting-point .spinner {
  margin-bottom: -10px;
}
.MyStudentsDetailView .my-students-private-lessons .lessons-block {
  margin-bottom: 30px;
}
.MyStudentsDetailView .my-students-private-lessons .lessons-table {
  border: 1px solid black;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.MyStudentsDetailView .my-students-private-lessons .lessons-table th, .MyStudentsDetailView .my-students-private-lessons .lessons-table td {
  padding: 5px;
}
.MyStudentsDetailView .my-students-private-lessons .lessons-table th {
  background-color: black;
  color: white;
}
.MyStudentsDetailView .my-students-private-lessons .lessons-table td {
  border: 1px solid black;
}
.MyStudentsDetailView .my-students-sessions .sessions-table {
  border: 1px solid black;
  width: 100%;
  border-collapse: collapse;
}
.MyStudentsDetailView .my-students-sessions .sessions-table .session-status {
  text-transform: capitalize;
}
.MyStudentsDetailView .my-students-sessions .sessions-table .edit-session {
  border: none;
  text-decoration: underline;
  text-transform: none;
}
.MyStudentsDetailView .my-students-sessions .sessions-table .edit-session .add-summary {
  color: #F10D0D;
}
.MyStudentsDetailView .my-students-sessions .sessions-table td, .MyStudentsDetailView .my-students-sessions .sessions-table th {
  text-align: center;
  padding: 5px;
  border: 1px solid black;
}
.MyStudentsDetailView .my-students-footer {
  margin: 15px 0;
  text-align: left;
}
.MyStudentsDetailView .my-students-footer .add-lesson {
  font-family: MaisonNeue;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  padding: 12px 25px !important;
}
@media (max-width: 900px) {
  .MyStudentsDetailView .my-students-footer {
    text-align: center;
  }
  .MyStudentsDetailView .my-students-footer .add-lesson {
    padding: 12px 100px !important;
  }
}

.MyStudentsListView h2.inverted, .MyStudentsListView .inverted.h2 {
  margin-bottom: 15px !important;
}
.MyStudentsListView .filter-wrapper {
  margin-bottom: 15px;
}
.MyStudentsListView .learner-cards .learner-card {
  border: 2px solid black;
  padding: 15px 25px;
  margin-bottom: 15px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.MyStudentsListView .learner-cards .learner-card:hover {
  background-color: #ddfcff;
  cursor: pointer;
}
.MyStudentsListView .learner-cards .learner-card .learner-card-left strong {
  display: block;
  font-size: 22px;
  line-height: 1em;
  font-weight: 700;
}
.MyStudentsListView .learner-cards .learner-card .learner-card-left span {
  font-size: 18px;
}
.MyStudentsListView .learner-cards .learner-card .learner-card-right {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.TeacherCalendarView, .BookLessonsView {
  margin-bottom: 70px;
}
@media screen and (min-width: 900px) {
  .TeacherCalendarView, .BookLessonsView {
    margin-bottom: 150px;
  }
}
.TeacherCalendarView .calendar-wrapper .rbc-time-view, .BookLessonsView .calendar-wrapper .rbc-time-view {
  border: none;
}
.TeacherCalendarView .calendar-wrapper .rbc-time-view .rbc-time-content, .BookLessonsView .calendar-wrapper .rbc-time-view .rbc-time-content {
  border-top: none;
  overflow: visible;
}
@media screen and (min-width: 900px) {
  .TeacherCalendarView .calendar-wrapper .rbc-time-view .rbc-time-content, .BookLessonsView .calendar-wrapper .rbc-time-view .rbc-time-content {
    border-right: 1px solid #000;
  }
}
.TeacherCalendarView .calendar-wrapper .rbc-time-view .rbc-time-content .rbc-time-gutter, .BookLessonsView .calendar-wrapper .rbc-time-view .rbc-time-content .rbc-time-gutter {
  margin-top: -10px;
}
.TeacherCalendarView .calendar-wrapper .rbc-time-view .rbc-time-content .rbc-time-gutter .rbc-timeslot-group, .BookLessonsView .calendar-wrapper .rbc-time-view .rbc-time-content .rbc-time-gutter .rbc-timeslot-group {
  border-bottom: none;
  position: relative;
}
.TeacherCalendarView .calendar-wrapper .rbc-time-view .rbc-time-content .rbc-time-gutter .rbc-timeslot-group:first-child:before, .BookLessonsView .calendar-wrapper .rbc-time-view .rbc-time-content .rbc-time-gutter .rbc-timeslot-group:first-child:before {
  content: "";
  width: 9px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 20px;
  right: 0;
}
.TeacherCalendarView .calendar-wrapper .rbc-time-view .rbc-time-content .rbc-time-gutter .rbc-timeslot-group:after, .BookLessonsView .calendar-wrapper .rbc-time-view .rbc-time-content .rbc-time-gutter .rbc-timeslot-group:after {
  content: "";
  width: 9px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: -10px;
  right: 0;
}
.TeacherCalendarView .calendar-wrapper .rbc-time-view .rbc-time-content .rbc-time-gutter .rbc-timeslot-group .rbc-time-slot, .BookLessonsView .calendar-wrapper .rbc-time-view .rbc-time-content .rbc-time-gutter .rbc-timeslot-group .rbc-time-slot {
  text-align: right;
  padding-left: 10px;
  padding-right: 18px;
}
@media screen and (min-width: 900px) {
  .TeacherCalendarView .calendar-wrapper .rbc-time-view .rbc-time-content .rbc-time-gutter .rbc-timeslot-group .rbc-time-slot, .BookLessonsView .calendar-wrapper .rbc-time-view .rbc-time-content .rbc-time-gutter .rbc-timeslot-group .rbc-time-slot {
    padding-left: 0px;
  }
}
.TeacherCalendarView .calendar-wrapper .rbc-time-view .rbc-time-content .rbc-time-gutter .rbc-timeslot-group .rbc-time-slot:first-child:after, .BookLessonsView .calendar-wrapper .rbc-time-view .rbc-time-content .rbc-time-gutter .rbc-timeslot-group .rbc-time-slot:first-child:after {
  content: "";
  width: 4px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 5px;
  right: 0;
}
.TeacherCalendarView .calendar-wrapper .rbc-time-view .rbc-time-content .rbc-time-gutter .rbc-timeslot-group .rbc-time-slot .rbc-label, .BookLessonsView .calendar-wrapper .rbc-time-view .rbc-time-content .rbc-time-gutter .rbc-timeslot-group .rbc-time-slot .rbc-label {
  font-size: 10px;
  line-height: 18px;
  font-weight: bold;
  display: block;
}
.TeacherCalendarView .calendar-wrapper .rbc-time-view .rbc-time-content > * + * > *, .BookLessonsView .calendar-wrapper .rbc-time-view .rbc-time-content > * + * > * {
  border-left: none;
}
@media screen and (min-width: 900px) {
  .TeacherCalendarView .calendar-wrapper .rbc-time-view .rbc-time-content > * + * > *, .BookLessonsView .calendar-wrapper .rbc-time-view .rbc-time-content > * + * > * {
    border-left: 1px solid #000;
  }
}
.TeacherCalendarView .calendar-wrapper .rbc-time-view .rbc-time-header-gutter, .BookLessonsView .calendar-wrapper .rbc-time-view .rbc-time-header-gutter {
  min-width: 53.6px;
}
.TeacherCalendarView .calendar-wrapper .rbc-time-view .rbc-time-header-content, .BookLessonsView .calendar-wrapper .rbc-time-view .rbc-time-header-content {
  border-left: none;
}
.TeacherCalendarView .calendar-wrapper .rbc-time-view .rbc-time-header-content .rbc-allday-cell, .BookLessonsView .calendar-wrapper .rbc-time-view .rbc-time-header-content .rbc-allday-cell {
  display: none;
}
.TeacherCalendarView .calendar-wrapper .rbc-time-view .rbc-time-header-content .rbc-header, .BookLessonsView .calendar-wrapper .rbc-time-view .rbc-time-header-content .rbc-header {
  padding-top: 6px;
  padding-bottom: 6px;
  border-left: none;
  border-bottom: 1px solid #000;
}
.TeacherCalendarView .calendar-wrapper .rbc-time-view .rbc-time-header-content .rbc-header a, .BookLessonsView .calendar-wrapper .rbc-time-view .rbc-time-header-content .rbc-header a {
  border: none;
  width: 100%;
  display: inline-block;
}
.TeacherCalendarView .calendar-wrapper .rbc-time-view .rbc-time-header-content .rbc-header a > span, .BookLessonsView .calendar-wrapper .rbc-time-view .rbc-time-header-content .rbc-header a > span {
  width: 100%;
  display: inline-block;
}
.TeacherCalendarView .calendar-wrapper .rbc-time-view .rbc-time-header-content .rbc-header a span.is-holiday, .BookLessonsView .calendar-wrapper .rbc-time-view .rbc-time-header-content .rbc-header a span.is-holiday {
  position: relative;
}
.TeacherCalendarView .calendar-wrapper .rbc-time-view .rbc-time-header-content .rbc-header a span.is-holiday .holiday-icon, .BookLessonsView .calendar-wrapper .rbc-time-view .rbc-time-header-content .rbc-header a span.is-holiday .holiday-icon {
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #ff0045;
  border-radius: 50%;
  top: calc(50% - 3px);
  left: -2px;
}
@media screen and (min-width: 1200px) {
  .TeacherCalendarView .calendar-wrapper .rbc-time-view .rbc-time-header-content .rbc-header a span.is-holiday .holiday-icon, .BookLessonsView .calendar-wrapper .rbc-time-view .rbc-time-header-content .rbc-header a span.is-holiday .holiday-icon {
    left: 11px;
  }
}
.TeacherCalendarView .calendar-wrapper .rbc-timeslot-group, .BookLessonsView .calendar-wrapper .rbc-timeslot-group {
  min-height: 30px;
}
@media screen and (max-width: 899px) {
  .TeacherCalendarView .calendar-wrapper .rbc-day-slot, .BookLessonsView .calendar-wrapper .rbc-day-slot {
    border-top: 1px solid #000;
    margin-top: -1px;
  }
}
.TeacherCalendarView .calendar-wrapper .rbc-day-slot .rbc-events-container, .BookLessonsView .calendar-wrapper .rbc-day-slot .rbc-events-container {
  margin-right: 0;
}
.TeacherCalendarView .calendar-wrapper .rbc-day-slot .rbc-timeslot-group, .BookLessonsView .calendar-wrapper .rbc-day-slot .rbc-timeslot-group {
  border-bottom: 1px solid #000;
}
.TeacherCalendarView .calendar-wrapper .rbc-day-slot .rbc-timeslot-group .rbc-time-slot, .BookLessonsView .calendar-wrapper .rbc-day-slot .rbc-timeslot-group .rbc-time-slot {
  background: repeating-linear-gradient(57deg, #ddfcff, #b6f8ff 2px, #ddfcff 3px, #ddfcff 6px);
  border-top: none;
}
.TeacherCalendarView .calendar-wrapper .rbc-day-slot .rbc-timeslot-group .rbc-time-slot:last-child, .BookLessonsView .calendar-wrapper .rbc-day-slot .rbc-timeslot-group .rbc-time-slot:last-child {
  border-top: none;
}
.TeacherCalendarView .calendar-wrapper .rbc-day-slot.rbc-today .rbc-timeslot-group .rbc-time-slot, .BookLessonsView .calendar-wrapper .rbc-day-slot.rbc-today .rbc-timeslot-group .rbc-time-slot {
  background: repeating-linear-gradient(57deg, transparent, #b6f8ff 2px, transparent 3px, transparent 6px);
}
@media screen and (max-width: 899px) {
  .TeacherCalendarView .calendar-wrapper .rbc-day-slot.rbc-today .rbc-timeslot-group .rbc-time-slot, .BookLessonsView .calendar-wrapper .rbc-day-slot.rbc-today .rbc-timeslot-group .rbc-time-slot {
    background: repeating-linear-gradient(57deg, #ddfcff, #b6f8ff 2px, #ddfcff 3px, #ddfcff 6px);
  }
}
.TeacherCalendarView .calendar-wrapper .rbc-slot-selection, .BookLessonsView .calendar-wrapper .rbc-slot-selection {
  background: #F1FFF7;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(54.3656px);
  color: #000;
  padding-bottom: 1px;
}
.TeacherCalendarView .calendar-wrapper .rbc-event, .TeacherCalendarView .calendar-wrapper .rbc-day-slot .rbc-background-event, .rbc-day-slot .TeacherCalendarView .calendar-wrapper .rbc-background-event, .BookLessonsView .calendar-wrapper .rbc-event, .BookLessonsView .calendar-wrapper .rbc-day-slot .rbc-background-event, .rbc-day-slot .BookLessonsView .calendar-wrapper .rbc-background-event {
  padding: 0;
  border-radius: 0;
  border: none;
  background: transparent;
  min-height: unset;
}
.TeacherCalendarView .calendar-wrapper .rbc-event.rbc-selected, .TeacherCalendarView .calendar-wrapper .rbc-day-slot .rbc-selected.rbc-background-event, .rbc-day-slot .TeacherCalendarView .calendar-wrapper .rbc-selected.rbc-background-event, .BookLessonsView .calendar-wrapper .rbc-event.rbc-selected, .BookLessonsView .calendar-wrapper .rbc-day-slot .rbc-selected.rbc-background-event, .rbc-day-slot .BookLessonsView .calendar-wrapper .rbc-selected.rbc-background-event {
  background-color: red;
}
.TeacherCalendarView .calendar-wrapper .rbc-event .rbc-event-label, .TeacherCalendarView .calendar-wrapper .rbc-day-slot .rbc-background-event .rbc-event-label, .rbc-day-slot .TeacherCalendarView .calendar-wrapper .rbc-background-event .rbc-event-label, .BookLessonsView .calendar-wrapper .rbc-event .rbc-event-label, .BookLessonsView .calendar-wrapper .rbc-day-slot .rbc-background-event .rbc-event-label, .rbc-day-slot .BookLessonsView .calendar-wrapper .rbc-background-event .rbc-event-label {
  display: none;
}
.TeacherCalendarView .calendar-wrapper .rbc-event .rbc-event-content, .TeacherCalendarView .calendar-wrapper .rbc-day-slot .rbc-background-event .rbc-event-content, .rbc-day-slot .TeacherCalendarView .calendar-wrapper .rbc-background-event .rbc-event-content, .BookLessonsView .calendar-wrapper .rbc-event .rbc-event-content, .BookLessonsView .calendar-wrapper .rbc-day-slot .rbc-background-event .rbc-event-content, .rbc-day-slot .BookLessonsView .calendar-wrapper .rbc-background-event .rbc-event-content {
  min-height: unset;
}

.rbc-toolbar .standard-content {
  margin-bottom: 20px;
  display: flex;
  flex-flow: row;
  margin-left: 20px;
  margin-right: 20px;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .rbc-toolbar .standard-content {
    margin-bottom: 30px;
    margin-left: 0px;
    margin-right: 0px;
    justify-content: center;
  }
}
.rbc-toolbar .standard-content .toolbar-inner-content {
  text-align: center;
  min-width: 200px;
}
@media screen and (min-width: 900px) {
  .rbc-toolbar .standard-content .toolbar-inner-content {
    margin-left: 60px;
    margin-right: 60px;
  }
}
.rbc-toolbar .standard-content .toolbar-inner-content h2, .rbc-toolbar .standard-content .toolbar-inner-content .h2 {
  font-size: 18px;
  line-height: 21px;
  font-weight: bold;
}
.rbc-toolbar .standard-content img {
  width: 7px;
  cursor: pointer;
}
.rbc-toolbar .standard-content .carat-placeholder {
  width: 7px;
  min-width: 7px;
}
.rbc-toolbar .day-selector {
  width: 100%;
  display: flex;
  flex-flow: row;
  justify-content: space-evenly;
  margin-left: 55px;
}
.rbc-toolbar .day-selector .day {
  cursor: pointer;
  font-size: 12px;
  line-height: 1;
  padding: 4px 8px;
  font-weight: bold;
  position: relative;
}
.rbc-toolbar .day-selector .day.current-day {
  background-color: #000;
  color: #fff;
}
.rbc-toolbar .day-selector .day:not(.current-day):hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.rbc-toolbar .day-selector .day .holiday {
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #ff0045;
  border-radius: 50%;
  border: 1px solid #fff;
  top: -3px;
  left: calc(50% - 3px);
}

.calendar-card {
  width: 100%;
  height: calc(100% - 1px);
  background: #f3f3f3;
  color: #000;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.5);
  border: 2px solid #000;
  display: flex;
  flex-flow: row nowrap;
}
.calendar-card .flag-image {
  width: 6px;
}
.calendar-card.inverted {
  background-color: black;
  color: white;
}
.calendar-card.temp-calendar-card {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  background: #F1FFF7;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
  border: none;
  backdrop-filter: blur(54.3656px);
  padding: 7px;
}
.calendar-card.temp-calendar-card.has-overlap {
  justify-content: space-between;
}
.calendar-card.temp-calendar-card span {
  text-transform: uppercase;
}
.calendar-card.temp-calendar-card .card-column {
  display: flex;
  flex-flow: column;
}
.calendar-card.temp-calendar-card .card-row {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  border: none;
}
.calendar-card.temp-calendar-card .card-row .row-icon {
  width: 13px;
}
.calendar-card.temp-calendar-card .card-row span {
  margin-left: 5px;
}
.calendar-card.availability-segment {
  border: none;
  box-shadow: none;
  height: 100%;
  background: #fff;
}
.calendar-card.availability-segment.double-bottom-margin {
  height: calc(100% - 1px);
}
.calendar-card .inner-content {
  display: flex;
  flex-flow: column;
  padding: 3px 5px;
  justify-content: center;
  position: relative;
  flex: 1;
}
.calendar-card .inner-content img {
  position: absolute;
  height: 18px;
  max-height: calc(100% - 6px);
  right: 5px;
  top: 3px;
  display: none;
}
@media screen and (min-width: 1200px) {
  .calendar-card .inner-content img {
    display: block;
  }
}
.calendar-card .inner-content .event-type {
  font-size: 9px;
  line-height: 10px;
  font-family: "MaisonNeue";
  font-weight: normal;
}
.calendar-card .inner-content .card-title {
  font-family: "BureauGrotCondensed";
  font-size: 9px;
  line-height: 9px;
  text-transform: uppercase;
}
.calendar-card .inner-content .card-title.session-title {
  font-size: 11px;
  line-height: 11px;
  font-weight: normal;
  font-family: "MaisonNeue";
}
.calendar-card span {
  font-size: 8px;
  line-height: 9px;
  font-weight: bold;
}
.calendar-card span.small {
  font-weight: normal;
}

.calendar-tooltip {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: #fff;
}
@media screen and (min-width: 900px) {
  .calendar-tooltip {
    border: 2px solid #000;
    position: absolute;
    width: 500px;
    height: unset;
    z-index: 10;
  }
  .calendar-tooltip:after, .calendar-tooltip:before {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .calendar-tooltip:after {
    border-color: transparent;
    border-width: 18px;
  }
  .calendar-tooltip:before {
    border-color: transparent;
    border-width: 21px;
  }
}
.calendar-tooltip.teacher-calendar-tooltip {
  display: flex;
  flex-flow: column;
}
.calendar-tooltip.teacher-calendar-tooltip .flag-image-wrapper {
  position: relative;
  display: flex;
  flex-flow: row;
  justify-content: center;
}
.calendar-tooltip.teacher-calendar-tooltip .flag-image-wrapper .flag-image {
  position: absolute;
  top: 0;
  width: 6px;
  height: 101vw;
  transform: rotate(270deg);
  top: -49.5vw;
}
@media screen and (min-width: 900px) {
  .calendar-tooltip.teacher-calendar-tooltip {
    flex-flow: row nowrap;
  }
  .calendar-tooltip.teacher-calendar-tooltip .flag-image-wrapper .flag-image {
    position: unset;
    transform: none;
    height: 100%;
    top: unset;
  }
  .calendar-tooltip.teacher-calendar-tooltip:after, .calendar-tooltip.teacher-calendar-tooltip:before {
    top: 100%;
    left: 50%;
  }
  .calendar-tooltip.teacher-calendar-tooltip.shifted-left:after, .calendar-tooltip.teacher-calendar-tooltip.shifted-left:before {
    left: 90%;
  }
  .calendar-tooltip.teacher-calendar-tooltip:after {
    border-top-color: #fff;
    margin-left: -18px;
  }
  .calendar-tooltip.teacher-calendar-tooltip:before {
    border-top-color: #000;
    margin-left: -21px;
  }
}
.calendar-tooltip.teacher-calendar-tooltip h6 {
  color: #000;
}
.calendar-tooltip.teacher-calendar-tooltip .close {
  z-index: 2;
  top: 20px;
  right: 20px;
}
@media screen and (min-width: 900px) {
  .calendar-tooltip.teacher-calendar-tooltip .close {
    top: 40px;
    right: 40px;
  }
}
.calendar-tooltip.teacher-calendar-tooltip .inner-content {
  position: relative;
  flex: 1;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  padding: 50px 30px;
}
@media screen and (min-width: 900px) {
  .calendar-tooltip.teacher-calendar-tooltip .inner-content {
    padding: 75px 40px;
  }
}
.calendar-tooltip.teacher-calendar-tooltip .inner-content .session-type-wrapper {
  max-width: calc(100% - 40px);
  display: flex;
  flex-flow: row;
  margin-bottom: 5px;
  align-items: center;
}
.calendar-tooltip.teacher-calendar-tooltip .inner-content .session-type-wrapper img {
  width: 38px;
  height: 38px;
  margin-right: 8px;
}
.calendar-tooltip.teacher-calendar-tooltip .inner-content .session-type-wrapper h6 {
  font-size: 16px;
  line-height: 19px;
}
.calendar-tooltip.teacher-calendar-tooltip .inner-content h2, .calendar-tooltip.teacher-calendar-tooltip .inner-content .h2 {
  margin-bottom: 35px;
  border-bottom: 2px solid #000;
  font-size: 32px;
  line-height: 36px;
  max-width: calc(100% - 40px);
}
@media screen and (min-width: 900px) {
  .calendar-tooltip.teacher-calendar-tooltip .inner-content h2, .calendar-tooltip.teacher-calendar-tooltip .inner-content .h2 {
    margin-bottom: 60px;
  }
}
.calendar-tooltip.teacher-calendar-tooltip .inner-content h2.reduce-bottom-margin, .calendar-tooltip.teacher-calendar-tooltip .inner-content .reduce-bottom-margin.h2 {
  margin-bottom: 25px;
}
@media screen and (min-width: 900px) {
  .calendar-tooltip.teacher-calendar-tooltip .inner-content h2.reduce-bottom-margin, .calendar-tooltip.teacher-calendar-tooltip .inner-content .reduce-bottom-margin.h2 {
    margin-bottom: 25px;
  }
}
.calendar-tooltip.teacher-calendar-tooltip .inner-content h2.no-bottom-margin, .calendar-tooltip.teacher-calendar-tooltip .inner-content .no-bottom-margin.h2 {
  margin-bottom: 0;
}
.calendar-tooltip.teacher-calendar-tooltip .inner-content .session-location {
  margin-bottom: 35px;
}
.calendar-tooltip.teacher-calendar-tooltip .inner-content .session-datetime {
  font-weight: bold;
  padding: 10px 15px;
  background-color: #f3f3f3;
  margin-bottom: 30px;
}
.calendar-tooltip.teacher-calendar-tooltip .inner-content .action-container {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.calendar-tooltip.teacher-calendar-tooltip .inner-content .action-container .action-btn {
  font-family: MaisonNeue;
  font-weight: bold;
  font-size: 12spx;
  padding: 8px 16px !important;
}
.calendar-tooltip.teacher-create-availability-tooltip, .calendar-tooltip.book-lessons-calendar-tooltip {
  padding: 70px 30px 35px 30px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
@media screen and (min-width: 900px) {
  .calendar-tooltip.teacher-create-availability-tooltip, .calendar-tooltip.book-lessons-calendar-tooltip {
    width: 400px;
    padding: 70px 47px 75px 47px;
  }
  .calendar-tooltip.teacher-create-availability-tooltip.shifted-right:after, .calendar-tooltip.teacher-create-availability-tooltip.shifted-right:before, .calendar-tooltip.book-lessons-calendar-tooltip.shifted-right:after, .calendar-tooltip.book-lessons-calendar-tooltip.shifted-right:before {
    left: unset;
    right: 100%;
  }
  .calendar-tooltip.teacher-create-availability-tooltip.shifted-right:after, .calendar-tooltip.book-lessons-calendar-tooltip.shifted-right:after {
    border-left-color: transparent;
    border-right-color: #fff;
  }
  .calendar-tooltip.teacher-create-availability-tooltip.shifted-right:before, .calendar-tooltip.book-lessons-calendar-tooltip.shifted-right:before {
    border-left-color: transparent;
    border-right-color: #000;
  }
  .calendar-tooltip.teacher-create-availability-tooltip:after, .calendar-tooltip.teacher-create-availability-tooltip:before, .calendar-tooltip.book-lessons-calendar-tooltip:after, .calendar-tooltip.book-lessons-calendar-tooltip:before {
    left: 100%;
    top: 62px;
  }
  .calendar-tooltip.teacher-create-availability-tooltip:after, .calendar-tooltip.book-lessons-calendar-tooltip:after {
    border-left-color: #fff;
    margin-top: -18px;
  }
  .calendar-tooltip.teacher-create-availability-tooltip:before, .calendar-tooltip.book-lessons-calendar-tooltip:before {
    border-left-color: #000;
    margin-top: -21px;
  }
}
@media screen and (min-width: 1200px) {
  .calendar-tooltip.teacher-create-availability-tooltip, .calendar-tooltip.book-lessons-calendar-tooltip {
    width: 500px;
  }
}
.calendar-tooltip.teacher-create-availability-tooltip .tooltip-row-outer, .calendar-tooltip.book-lessons-calendar-tooltip .tooltip-row-outer {
  display: flex;
  flex-flow: column;
}
.calendar-tooltip.teacher-create-availability-tooltip .tooltip-row, .calendar-tooltip.book-lessons-calendar-tooltip .tooltip-row {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  border: none;
  margin-top: 33px;
}
.calendar-tooltip.teacher-create-availability-tooltip .tooltip-row .row-icon, .calendar-tooltip.book-lessons-calendar-tooltip .tooltip-row .row-icon {
  width: 20px;
}
.calendar-tooltip.teacher-create-availability-tooltip .tooltip-row span:not(.row-icon), .calendar-tooltip.book-lessons-calendar-tooltip .tooltip-row span:not(.row-icon) {
  margin-left: 13px;
  font-weight: bold;
}
.calendar-tooltip.teacher-create-availability-tooltip .tooltip-row.flex-end, .calendar-tooltip.book-lessons-calendar-tooltip .tooltip-row.flex-end {
  justify-content: space-evenly;
  margin-top: 72px;
}
@media screen and (min-width: 900px) {
  .calendar-tooltip.teacher-create-availability-tooltip .tooltip-row.flex-end, .calendar-tooltip.book-lessons-calendar-tooltip .tooltip-row.flex-end {
    justify-content: flex-end;
  }
}
.calendar-tooltip.teacher-create-availability-tooltip .tooltip-row.flex-end button, .calendar-tooltip.book-lessons-calendar-tooltip .tooltip-row.flex-end button {
  margin-left: 42px;
}
.calendar-tooltip.book-lessons-calendar-tooltip {
  padding: 0;
}
.calendar-tooltip.book-lessons-calendar-tooltip .flag-image-wrapper {
  position: relative;
  display: flex;
  flex-flow: row;
  justify-content: center;
}
.calendar-tooltip.book-lessons-calendar-tooltip .flag-image-wrapper .flag-image {
  position: absolute;
  top: 0;
  width: 6px;
  height: 101vw;
  transform: rotate(270deg);
  top: -49.5vw;
}
.calendar-tooltip.book-lessons-calendar-tooltip .inner-content {
  padding: 50px 30px;
  flex: 1;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
@media screen and (min-width: 900px) {
  .calendar-tooltip.book-lessons-calendar-tooltip {
    padding: 0;
    flex-flow: row nowrap;
  }
  .calendar-tooltip.book-lessons-calendar-tooltip .flag-image-wrapper .flag-image {
    position: unset;
    transform: none;
    height: 100%;
    top: unset;
  }
  .calendar-tooltip.book-lessons-calendar-tooltip .inner-content {
    padding: 75px 40px;
  }
}

.calendar-key {
  margin-top: 30px;
  margin-left: 55px;
  display: flex;
  flex-flow: row wrap;
}
@media screen and (min-width: 900px) {
  .calendar-key {
    margin-top: 40px;
  }
}
.calendar-key .calendar-key-item {
  width: 50%;
  padding-bottom: 20px;
  padding-right: 40px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .calendar-key .calendar-key-item {
    width: unset;
  }
}
.calendar-key .calendar-key-item img {
  margin-right: 8px;
  width: 20px;
}
@media screen and (min-width: 900px) {
  .calendar-key .calendar-key-item img {
    width: 25px;
    margin-right: 11px;
  }
}
.calendar-key .calendar-key-item b {
  font-size: 10px;
  line-height: 1;
}
@media screen and (min-width: 900px) {
  .calendar-key .calendar-key-item b {
    font-size: 12px;
  }
}

.account-view {
  margin-bottom: 40px;
}
@media screen and (max-width: 899px) {
  .account-view .mobile-padded-content {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.account-view h2.inverted, .account-view .inverted.h2 {
  margin-bottom: 59px;
}
.account-view .account-photo-section {
  display: flex;
  flex-flow: column;
  margin-bottom: 30px;
}
@media screen and (min-width: 900px) {
  .account-view .account-photo-section {
    flex-flow: row nowrap;
    margin-bottom: 40px;
  }
}
.account-view .account-photo-section .photo-thumbnail {
  object-fit: cover;
  width: 167px;
  height: 167px;
  margin-right: 35px;
  margin-bottom: 30px;
}
@media screen and (min-width: 900px) {
  .account-view .account-photo-section .photo-thumbnail {
    margin-bottom: 0;
  }
}
.account-view .account-photo-section .photo-actions-section {
  display: flex;
  flex-flow: column;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .account-view .account-photo-section .photo-actions-section {
    align-items: flex-start;
  }
}
.account-view .account-photo-section .photo-actions-section #photo {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.account-view .account-photo-section .photo-actions-section label.photo-upload {
  margin-bottom: 37px;
  width: calc(100% - 34px);
}
@media screen and (min-width: 900px) {
  .account-view .account-photo-section .photo-actions-section label.photo-upload {
    width: auto;
  }
}
.account-view .account-photo-section .photo-actions-section a {
  font-size: 16px;
}
.account-view .account-field-section {
  display: flex;
  flex-flow: column;
}
@media screen and (min-width: 900px) {
  .account-view .account-field-section {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 900px) {
  .account-view .account-field-section .half-width-fields {
    display: flex;
    flex-flow: row nowrap;
  }
  .account-view .account-field-section .half-width-fields > * {
    width: 50%;
  }
  .account-view .account-field-section .half-width-fields > *:first-child [class*=-control] {
    border-right-width: 1px;
  }
  .account-view .account-field-section .half-width-fields > *:last-child [class*=-control] {
    border-left-width: 1px;
  }
}
.account-view .account-field-section textarea {
  padding: 1em 8px;
  border: 2px solid #000;
  font-weight: bold;
  resize: none;
  width: 100%;
}
.account-view .account-field-section textarea::placeholder {
  color: hsl(0, 0%, 50%);
}
.account-view .account-field-section textarea, .account-view .account-field-section .react-select-container {
  font-weight: normal;
}
.account-view .account-field-section label {
  line-height: 1.5em;
}
.account-view .account-field-section .mobile-bottom-margin {
  margin-bottom: 30px;
}
.account-view .form-toolbar .spinner {
  vertical-align: middle;
  margin-top: 0 !important;
}
.account-view .form-toolbar .profile-submit-btn {
  display: inline-block !important;
  margin-bottom: 0;
}
.account-view .profile-email {
  font-weight: normal;
  margin-top: 0.5em;
}
.account-view .teacherStudentProfileWrapper .student-data-wrapper {
  list-style-type: none;
}
@media screen and (max-width: 500px) {
  .account-view .teacherStudentProfileWrapper .student-data-wrapper {
    padding: 0;
  }
}
.account-view .teacherStudentProfileWrapper .student-data-wrapper li {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  margin-bottom: 35px;
}
.account-view .teacherStudentProfileWrapper .student-data-wrapper li h4 {
  min-width: 15%;
}
@media screen and (max-width: 500px) {
  .account-view .teacherStudentProfileWrapper .student-data-wrapper li h4 {
    min-width: 30%;
  }
}
.account-view .teacherStudentProfileWrapper .student-data-wrapper li .profile-readonly-field {
  padding: 0 0 0 15px;
  line-height: 22px;
}

.MyLessonsView .my-lessons-header {
  margin-bottom: 15px;
}
.MyLessonsView .my-lessons-header a {
  font-size: 18px;
  font-weight: 700;
}
.MyLessonsView .my-lessons-detail-container {
  border: 1px solid black;
  padding: 5px;
}
.MyLessonsView .my-lessons-detail-container .my-lessons-detail-container-inner {
  padding: 0 15px;
}
.MyLessonsView .my-lessons-detail-container .my-lessons-detail-container-inner p, .MyLessonsView .my-lessons-detail-container .my-lessons-detail-container-inner .p-a {
  margin-bottom: 32px;
}
.MyLessonsView .my-lessons-detail-container .my-lessons-detail-container-inner p.no-notes, .MyLessonsView .my-lessons-detail-container .my-lessons-detail-container-inner .no-notes.p-a {
  color: #bbb;
  font-style: italic;
}

.StudentMyLessonsView,
.TeacherMyLessonsView {
  margin-bottom: 80px;
}
.StudentMyLessonsView h2.inverted, .StudentMyLessonsView .inverted.h2,
.TeacherMyLessonsView h2.inverted,
.TeacherMyLessonsView .inverted.h2 {
  margin-bottom: 32px;
}
@media screen and (min-width: 900px) {
  .StudentMyLessonsView h2.inverted, .StudentMyLessonsView .inverted.h2,
  .TeacherMyLessonsView h2.inverted,
  .TeacherMyLessonsView .inverted.h2 {
    margin-bottom: 58px;
  }
}
.StudentMyLessonsView .filter-section,
.TeacherMyLessonsView .filter-section {
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  flex-flow: column;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .StudentMyLessonsView .filter-section,
  .TeacherMyLessonsView .filter-section {
    margin-left: 0;
    margin-right: 0;
  }
}
.StudentMyLessonsView .filter-section .load-more-button,
.TeacherMyLessonsView .filter-section .load-more-button {
  margin-bottom: 35px;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .StudentMyLessonsView .filter-section .load-more-button,
  .TeacherMyLessonsView .filter-section .load-more-button {
    width: unset;
  }
}
.StudentMyLessonsView .filter-section .filter-wrapper,
.TeacherMyLessonsView .filter-section .filter-wrapper {
  width: 100%;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media screen and (min-width: 900px) {
  .StudentMyLessonsView .filter-section .filter-wrapper,
  .TeacherMyLessonsView .filter-section .filter-wrapper {
    margin-bottom: 40px;
  }
}
.StudentMyLessonsView .filter-section .filter-wrapper .filter,
.TeacherMyLessonsView .filter-section .filter-wrapper .filter {
  display: inline-block;
}
.StudentMyLessonsView .filter-section .filter-wrapper .filter select,
.TeacherMyLessonsView .filter-section .filter-wrapper .filter select {
  height: 60px;
  width: 100%;
  padding-left: 1em;
  box-sizing: border-box;
}
@media screen and (min-width: 900px) {
  .StudentMyLessonsView .filter-section .filter-wrapper .filter,
  .TeacherMyLessonsView .filter-section .filter-wrapper .filter {
    width: 250px;
  }
}
.StudentMyLessonsView .filter-section .secondary-section-wrapper,
.TeacherMyLessonsView .filter-section .secondary-section-wrapper {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.StudentMyLessonsView .session-cards,
.TeacherMyLessonsView .session-cards {
  width: 100%;
}
.StudentMyLessonsView .session-cards .session-card,
.TeacherMyLessonsView .session-cards .session-card {
  border: 2px solid black;
  display: flex;
  flex-direction: row;
  margin-bottom: 35px;
}
.StudentMyLessonsView .session-cards .session-card .session-content,
.TeacherMyLessonsView .session-cards .session-card .session-content {
  width: 100%;
  display: flex;
  flex-flow: column;
}
@media screen and (min-width: 900px) {
  .StudentMyLessonsView .session-cards .session-card .session-content,
  .TeacherMyLessonsView .session-cards .session-card .session-content {
    flex-flow: row;
  }
}
.StudentMyLessonsView .session-cards .session-card .session-content .session-user-card,
.TeacherMyLessonsView .session-cards .session-card .session-content .session-user-card {
  position: relative;
  padding-bottom: 55%;
  border-bottom: 2px solid #000;
  background-size: cover;
  background-position: center 10%;
}
@media screen and (min-width: 900px) {
  .StudentMyLessonsView .session-cards .session-card .session-content .session-user-card,
  .TeacherMyLessonsView .session-cards .session-card .session-content .session-user-card {
    padding-bottom: 0;
    border: none;
    width: 20%;
    background-position: center top;
  }
}
.StudentMyLessonsView .session-cards .session-card .session-content .session-user-card .session-user-name,
.TeacherMyLessonsView .session-cards .session-card .session-content .session-user-card .session-user-name {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 10px 20px;
  background-color: rgba(182, 248, 255, 0.85);
  margin-bottom: 0;
  color: #000;
  font-size: 16px;
  line-height: 19px;
  font-family: BureauGrotCondensed;
  word-break: break-word;
  text-transform: none;
}
@media screen and (min-width: 900px) {
  .StudentMyLessonsView .session-cards .session-card .session-content .session-user-card .session-user-name,
  .TeacherMyLessonsView .session-cards .session-card .session-content .session-user-card .session-user-name {
    padding: 25px 10px;
    text-align: center;
  }
}
.StudentMyLessonsView .session-cards .session-card .session-content .inner-content,
.TeacherMyLessonsView .session-cards .session-card .session-content .inner-content {
  margin: 25px;
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}
@media screen and (min-width: 900px) {
  .StudentMyLessonsView .session-cards .session-card .session-content .inner-content.grow,
  .TeacherMyLessonsView .session-cards .session-card .session-content .inner-content.grow {
    flex: 1;
  }
}
.StudentMyLessonsView .session-cards .session-card .session-content .inner-content .session-type-wrapper,
.TeacherMyLessonsView .session-cards .session-card .session-content .inner-content .session-type-wrapper {
  max-width: calc(100% - 40px);
  display: flex;
  flex-flow: row;
  margin-bottom: 5px;
  align-items: center;
}
.StudentMyLessonsView .session-cards .session-card .session-content .inner-content .session-type-wrapper img,
.TeacherMyLessonsView .session-cards .session-card .session-content .inner-content .session-type-wrapper img {
  width: 38px;
  height: 38px;
  margin-right: 8px;
}
.StudentMyLessonsView .session-cards .session-card .session-content .inner-content .session-type-wrapper h6,
.TeacherMyLessonsView .session-cards .session-card .session-content .inner-content .session-type-wrapper h6 {
  font-size: 16px;
  line-height: 19px;
}
.StudentMyLessonsView .session-cards .session-card .session-content .inner-content h2, .StudentMyLessonsView .session-cards .session-card .session-content .inner-content .h2,
.TeacherMyLessonsView .session-cards .session-card .session-content .inner-content h2,
.TeacherMyLessonsView .session-cards .session-card .session-content .inner-content .h2 {
  margin-bottom: 35px;
  font-size: 32px;
  line-height: 36px;
  max-width: calc(100% - 40px);
}
@media screen and (min-width: 900px) {
  .StudentMyLessonsView .session-cards .session-card .session-content .inner-content h2, .StudentMyLessonsView .session-cards .session-card .session-content .inner-content .h2,
  .TeacherMyLessonsView .session-cards .session-card .session-content .inner-content h2,
  .TeacherMyLessonsView .session-cards .session-card .session-content .inner-content .h2 {
    margin-bottom: 60px;
  }
}
.StudentMyLessonsView .session-cards .session-card .session-content .inner-content h2.reduce-bottom-margin, .StudentMyLessonsView .session-cards .session-card .session-content .inner-content .reduce-bottom-margin.h2,
.TeacherMyLessonsView .session-cards .session-card .session-content .inner-content h2.reduce-bottom-margin,
.TeacherMyLessonsView .session-cards .session-card .session-content .inner-content .reduce-bottom-margin.h2 {
  margin-bottom: 25px;
}
@media screen and (min-width: 900px) {
  .StudentMyLessonsView .session-cards .session-card .session-content .inner-content h2.reduce-bottom-margin, .StudentMyLessonsView .session-cards .session-card .session-content .inner-content .reduce-bottom-margin.h2,
  .TeacherMyLessonsView .session-cards .session-card .session-content .inner-content h2.reduce-bottom-margin,
  .TeacherMyLessonsView .session-cards .session-card .session-content .inner-content .reduce-bottom-margin.h2 {
    margin-bottom: 25px;
  }
}
.StudentMyLessonsView .session-cards .session-card .session-content .inner-content h2.no-bottom-margin, .StudentMyLessonsView .session-cards .session-card .session-content .inner-content .no-bottom-margin.h2,
.TeacherMyLessonsView .session-cards .session-card .session-content .inner-content h2.no-bottom-margin,
.TeacherMyLessonsView .session-cards .session-card .session-content .inner-content .no-bottom-margin.h2 {
  margin-bottom: 0;
}
.StudentMyLessonsView .session-cards .session-card .session-content .inner-content .session-datetime,
.TeacherMyLessonsView .session-cards .session-card .session-content .inner-content .session-datetime {
  font-weight: bold;
  padding: 10px 15px;
  background-color: #f3f3f3;
  margin-bottom: 20px;
}
@media screen and (min-width: 900px) {
  .StudentMyLessonsView .session-cards .session-card .session-content .inner-content .session-datetime,
  .TeacherMyLessonsView .session-cards .session-card .session-content .inner-content .session-datetime {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 0px;
  }
}
.StudentMyLessonsView .session-cards .session-card .session-content .inner-content .session-datetime.completed,
.TeacherMyLessonsView .session-cards .session-card .session-content .inner-content .session-datetime.completed {
  background: #f3f3f3;
}
.StudentMyLessonsView .session-cards .session-card .session-content .inner-content .session-type,
.StudentMyLessonsView .session-cards .session-card .session-content .inner-content .session-location,
.TeacherMyLessonsView .session-cards .session-card .session-content .inner-content .session-type,
.TeacherMyLessonsView .session-cards .session-card .session-content .inner-content .session-location {
  color: #000;
}
.StudentMyLessonsView .session-cards .session-card .session-content .inner-content .session-location,
.TeacherMyLessonsView .session-cards .session-card .session-content .inner-content .session-location {
  margin-bottom: 35px;
}
@media screen and (min-width: 900px) {
  .StudentMyLessonsView .session-cards .session-card .session-content .inner-content .session-location,
  .TeacherMyLessonsView .session-cards .session-card .session-content .inner-content .session-location {
    margin-bottom: 60px;
  }
}
.StudentMyLessonsView .session-cards .session-card .session-content .inner-content .session-location.reduce-bottom-margin,
.TeacherMyLessonsView .session-cards .session-card .session-content .inner-content .session-location.reduce-bottom-margin {
  margin-bottom: 25px;
}
@media screen and (min-width: 900px) {
  .StudentMyLessonsView .session-cards .session-card .session-content .inner-content .session-location.reduce-bottom-margin,
  .TeacherMyLessonsView .session-cards .session-card .session-content .inner-content .session-location.reduce-bottom-margin {
    margin-bottom: 25px;
  }
}
.StudentMyLessonsView .session-cards .session-card .session-content .inner-content .session-cta,
.TeacherMyLessonsView .session-cards .session-card .session-content .inner-content .session-cta {
  position: absolute;
  top: 0;
  right: 0;
}
.StudentMyLessonsView .session-cards .session-card .session-content .inner-content .session-cta .session-cta-btn,
.TeacherMyLessonsView .session-cards .session-card .session-content .inner-content .session-cta .session-cta-btn {
  font-family: MaisonNeue;
  font-weight: bold;
  font-size: 12spx;
  padding: 8px 16px !important;
}
@media (max-width: 900px) {
  .StudentMyLessonsView .session-cards .session-card .session-content .inner-content .session-cta,
  .TeacherMyLessonsView .session-cards .session-card .session-content .inner-content .session-cta {
    width: 100%;
    display: block;
    text-align: center;
    position: static;
    margin-top: 20px;
  }
  .StudentMyLessonsView .session-cards .session-card .session-content .inner-content .session-cta .session-cta-btn,
  .TeacherMyLessonsView .session-cards .session-card .session-content .inner-content .session-cta .session-cta-btn {
    padding: 12px 100px !important;
  }
}
.StudentMyLessonsView .session-cards .session-card .session-content .inner-content .completed-wrapper,
.TeacherMyLessonsView .session-cards .session-card .session-content .inner-content .completed-wrapper {
  display: flex;
  flex-flow: row;
  margin-bottom: 15px;
  align-items: center;
}
.StudentMyLessonsView .session-cards .session-card .session-content .inner-content .completed-wrapper img,
.TeacherMyLessonsView .session-cards .session-card .session-content .inner-content .completed-wrapper img {
  width: 21px;
  height: 21px;
  margin-right: 8px;
}
.StudentMyLessonsView .session-cards .session-card .session-content .inner-content .completed-wrapper h6,
.TeacherMyLessonsView .session-cards .session-card .session-content .inner-content .completed-wrapper h6 {
  font-size: 16px;
  line-height: 19px;
  color: #000;
}
.StudentMyLessonsView .session-cards .session-card .session-content .inner-content .session-length,
.TeacherMyLessonsView .session-cards .session-card .session-content .inner-content .session-length {
  font-size: 16px;
  line-height: 19px;
}
.StudentMyLessonsView .session-cards .session-card .session-content .inner-content .session-link-wrapper,
.TeacherMyLessonsView .session-cards .session-card .session-content .inner-content .session-link-wrapper {
  display: flex;
  flex-flow: row;
  align-items: center;
  margin-bottom: 25px;
  transition: margin-left 500ms;
  cursor: pointer;
}
.StudentMyLessonsView .session-cards .session-card .session-content .inner-content .session-link-wrapper h6,
.TeacherMyLessonsView .session-cards .session-card .session-content .inner-content .session-link-wrapper h6 {
  font-size: 16px;
  line-height: 19px;
  color: #000;
}
.StudentMyLessonsView .session-cards .session-card .session-content .inner-content .session-link-wrapper img,
.TeacherMyLessonsView .session-cards .session-card .session-content .inner-content .session-link-wrapper img {
  height: 15px;
  margin-left: 10px;
}
.StudentMyLessonsView .session-cards .session-card .session-content .inner-content .session-link-wrapper:hover img,
.TeacherMyLessonsView .session-cards .session-card .session-content .inner-content .session-link-wrapper:hover img {
  margin-left: 15px;
}

.StudentMyLessonsView .empty-sessions-card,
.TeacherMyLessonsView .empty-sessions-card {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 35px;
}
.StudentMyLessonsView .empty-sessions-card .empty-sessions-card-icon,
.TeacherMyLessonsView .empty-sessions-card .empty-sessions-card-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 35px;
}
.StudentMyLessonsView .empty-sessions-card .empty-sessions-card-header,
.TeacherMyLessonsView .empty-sessions-card .empty-sessions-card-header {
  margin-bottom: 32px;
}
.StudentMyLessonsView .empty-sessions-card h6,
.TeacherMyLessonsView .empty-sessions-card h6 {
  font-size: 16px;
  line-height: 19px;
  color: #000;
  font-weight: normal;
  text-transform: none;
}
.StudentMyLessonsView .empty-sessions-card .empty-sessions-card-inner,
.TeacherMyLessonsView .empty-sessions-card .empty-sessions-card-inner {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.StudentMyLessonsView .loading-sessions-card,
.TeacherMyLessonsView .loading-sessions-card {
  margin-top: 30px;
  display: flex;
}
.StudentMyLessonsView .loading-sessions-card .loading-text,
.TeacherMyLessonsView .loading-sessions-card .loading-text {
  line-height: 30px;
  display: inline-block;
}

.courses-page div .lang-course-card {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 460px;
  margin: none;
  min-width: 300px;
  padding: 24px;
  padding-top: 0px;
  width: 300px;
}
@media screen and (min-width: 900px) {
  .courses-page div .lang-course-card {
    transform: translateY(-30px);
  }
}
@media screen and (max-width: 899px) {
  .courses-page div .lang-course-card {
    flex-direction: column;
    height: auto;
    margin-top: -60px;
    width: 100%;
  }
}
.courses-page div .lang-course-card div img {
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
}
.courses-page div .lang-course-card section {
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 174px;
}
.courses-page div .lang-course-card section img {
  height: 100px;
  margin: auto;
  margin-bottom: 20px;
  width: 100px;
}
@media screen and (max-width: 899px) {
  .courses-page div .lang-course-card section img {
    height: 60px;
    width: 60px;
  }
}
.courses-page div .lang-course-card section h2, .courses-page div .lang-course-card section .h2 {
  min-height: 52px;
  text-align: center;
}
.courses-page div .lang-course-card h2, .courses-page div .lang-course-card .h2 {
  text-align: center;
}
.courses-page div .lang-course-card h4 {
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 12px;
  text-align: center;
  text-transform: uppercase;
  width: 120%;
}
@media screen and (max-width: 899px) {
  .courses-page div .lang-course-card h4 {
    display: none;
  }
}
.courses-page div .lang-course-card p, .courses-page div .lang-course-card .p-a {
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 22px;
  min-height: 120px;
  padding: 0 9% 0 9%;
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 899px) {
  .courses-page div .lang-course-card p, .courses-page div .lang-course-card .p-a {
    padding: 14px 4px 4px 4px;
    width: 70%;
  }
}
.courses-page div .lang-course-card button {
  margin-top: 8px;
}
@media screen and (max-width: 899px) {
  .courses-page div .lang-course-card button {
    margin: 12px 2% 48px 2%;
    min-width: 140px;
  }
}
.courses-page div .see-more {
  justify-content: center;
}
@media screen and (max-width: 899px) {
  .courses-page div .see-more {
    display: none;
  }
}

.lang-level-tabs {
  background: #000;
  display: flex;
  flex-direction: row;
  font-weight: bold;
  height: 64px;
  justify-content: center;
  position: relative;
  width: 100%;
}
.lang-level-tabs div {
  color: #fff;
  cursor: pointer;
  height: 50px;
  line-height: 30px;
  letter-spacing: 1px;
  margin: 20px 20px 0 20px;
  padding: 6px;
  text-align: center;
  text-transform: uppercase;
  min-width: 180px;
  z-index: 1;
}
@media screen and (max-width: 899px) {
  .lang-level-tabs div {
    font-size: 10px;
    min-width: 0;
    padding-top: 12px;
    text-align: center;
    margin: auto 0 0 0;
    width: 30%;
  }
}
@media screen and (max-width: 899px) and (min-width: 500px) {
  .lang-level-tabs div {
    font-size: 16px;
  }
}
.lang-level-tabs .tab-selector {
  background: #b6f8ff;
  bottom: 0;
  height: 50px;
  left: 0;
  position: absolute;
  width: 180px;
}
@media screen and (max-width: 899px) {
  .lang-level-tabs .tab-selector {
    margin-left: 6%;
    width: 28%;
  }
}
.lang-level-tabs .active-tab {
  background: #b6f8ff;
  color: #000;
}

.course-slider {
  background: #b6f8ff;
  display: flex;
  flex-direction: column;
  position: relative;
  transform: translateY(0px);
  transition: transform 0.4s;
  height: auto;
  overflow-x: hidden;
}
@media screen and (max-width: 899px) {
  .course-slider {
    margin-top: -40px;
    padding-top: 24px;
    transform: translateX(0px);
    width: 100%;
  }
}
.course-slider .courses-tab {
  display: flex;
  flex-direction: row;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
}
@media screen and (max-width: 899px) {
  .course-slider .courses-tab {
    display: none;
    height: auto;
    margin-top: 40px;
    min-width: 100%;
    padding: 0;
  }
}
.course-slider .active-section {
  display: flex;
}

.courses-page {
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 600px;
  justify-content: center;
  left: 0;
  min-width: 100%;
  overflow: hidden;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 899px) {
  .courses-page {
    padding: 24px 5% 12px 7%;
    height: 500px;
  }
}

.languages-list {
  width: 100%;
}
@media screen and (max-width: 899px) {
  .languages-list .flag-list.with-slider {
    border: 2px solid #000;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-bottom: 24px;
    max-height: 70px;
    max-width: 328px;
    min-height: 0;
    padding-left: 42px;
    position: relative;
    transition: max-height 0.4s;
    overflow: hidden;
    width: 80%;
  }
  .languages-list .flag-list.with-slider .flag-selector {
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 24px solid #000;
    display: block;
    height: 0;
    left: auto !important;
    position: absolute;
    right: 12px;
    top: 24px;
    transition: 0.3s;
    width: 0;
  }
  .languages-list .flag-list.with-slider li {
    background: #f3f3f3;
    display: none;
    list-style: none;
    margin-left: -40px;
  }
  .languages-list .flag-list.with-slider li .flag-list-item {
    display: flex;
    flex-direction: row;
    margin: 8px;
    width: 100%;
  }
  .languages-list .flag-list.with-slider li .flag-list-item h4 {
    font-family: "BureauGrotCondensed";
    font-size: 40px;
    margin: 16px auto auto 16px;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 899px) and (max-width: 345px) {
  .languages-list .flag-list.with-slider li .flag-list-item h4 {
    font-size: 36px;
  }
}
@media screen and (max-width: 899px) {
  .languages-list .flag-list.with-slider li .flag-list-item img {
    height: 50px;
    width: 50px;
  }
  .languages-list .flag-list.with-slider .selected-language {
    display: block;
  }
  .languages-list .flag-list.with-slider.languages-expanded {
    max-height: 1000px;
  }
  .languages-list .flag-list.with-slider.languages-expanded li {
    display: block;
  }
}
.languages-list .flag-list.no-slider {
  background: #f3f3f3;
  display: flex;
  flex-direction: row;
  justify-content: center;
  list-style: none;
  margin: auto;
  padding: 0 4% 0 4%;
  position: relative;
  width: 100%;
}
.languages-list .flag-list.no-slider li {
  z-index: 1;
}
.languages-list .flag-list.no-slider li div {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  padding: 8px 0px 44px 0px;
  text-transform: uppercase;
  width: 92px;
}
.languages-list .flag-list.no-slider li div img {
  height: 50px;
  margin-bottom: 8px;
  opacity: 0.45;
  transition: 0.06s;
  width: auto;
}
.languages-list .flag-list.no-slider li div h4 {
  color: #aeaeae;
  font-size: 15px;
  transition: color, 0.4s;
}
.languages-list .flag-list.no-slider .selected-language img, .languages-list .flag-list.no-slider li:hover img {
  opacity: 1;
}
.languages-list .flag-list.no-slider .selected-language h4, .languages-list .flag-list.no-slider li:hover h4 {
  color: #000;
}
.languages-list .flag-list.no-slider .selected-language:hover {
  opacity: 0.8;
}
.languages-list .flag-list.no-slider .flag-selector {
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 24px solid #000;
  bottom: 0;
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  transition: 0.3s;
  transform: translateX(-16px);
  width: 0;
}
@media screen and (max-width: 899px) {
  .languages-list .flag-list.no-slider {
    justify-content: flex-start;
    overflow-x: scroll;
  }
}
@media screen and (min-width: 900px) {
  .languages-list .flag-list {
    background: #f3f3f3;
    display: flex;
    flex-direction: row;
    justify-content: center;
    list-style: none;
    margin: auto;
    padding: 0 4% 0 4%;
    position: relative;
    width: 100%;
  }
  .languages-list .flag-list li {
    z-index: 1;
  }
  .languages-list .flag-list li div {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    padding: 8px 0px 44px 0px;
    text-transform: uppercase;
    width: 92px;
  }
  .languages-list .flag-list li div img {
    height: 50px;
    margin-bottom: 8px;
    opacity: 0.45;
    transition: 0.06s;
    width: auto;
  }
  .languages-list .flag-list li div h4 {
    color: #aeaeae;
    font-size: 15px;
    transition: color, 0.4s;
  }
  .languages-list .flag-list .selected-language img, .languages-list .flag-list li:hover img {
    opacity: 1;
  }
  .languages-list .flag-list .selected-language h4, .languages-list .flag-list li:hover h4 {
    color: #000;
  }
  .languages-list .flag-list .selected-language:hover {
    opacity: 0.8;
  }
  .languages-list .flag-list .flag-selector {
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 24px solid #000;
    bottom: 0;
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    transition: 0.3s;
    transform: translateX(-16px);
    width: 0;
  }
}
@media screen and (min-width: 1200px) {
  .languages-list .flag-list li div {
    width: 120px;
  }
  .languages-list .flag-list li h4 {
    font-size: 16px;
  }
}
.languages-list .flag-list.profile-list {
  flex-wrap: wrap;
}
.languages-list .flag-list.profile-list div.language-selector-wrapper {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  cursor: pointer;
}
.languages-list .flag-list.profile-list div.language-selector-wrapper li .flag-list-item {
  padding-bottom: 0;
}
.languages-list .flag-list.profile-list div.language-selector-wrapper li .flag-list-item:hover {
  opacity: 1;
}
.languages-list .flag-list.profile-list div.language-selector-wrapper li .flag-list-item:hover img {
  opacity: 1;
}
.languages-list .flag-list.profile-list div.language-selector-wrapper li .flag-list-item img {
  opacity: 1;
}
.languages-list .flag-list.profile-list div.language-selector-wrapper li .flag-list-item h4 {
  color: #000;
}
.languages-list .flag-list.profile-list div.language-selector-wrapper input[type=radio] {
  margin-bottom: 44px;
}
@media screen and (max-width: 899px) {
  .languages-list .flag-list.profile-list div.language-selector-wrapper li {
    background: #f3f3f3;
    list-style: none;
    margin-left: -40px;
  }
  .languages-list .flag-list.profile-list div.language-selector-wrapper li .flag-list-item {
    display: flex;
    flex-direction: row;
    margin: 8px;
    width: 100%;
  }
  .languages-list .flag-list.profile-list div.language-selector-wrapper li .flag-list-item h4 {
    font-family: "BureauGrotCondensed";
    font-size: 40px;
    margin: 16px auto auto 16px;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 899px) and (max-width: 345px) {
  .languages-list .flag-list.profile-list div.language-selector-wrapper li .flag-list-item h4 {
    font-size: 36px;
  }
}
@media screen and (max-width: 899px) {
  .languages-list .flag-list.profile-list div.language-selector-wrapper li .flag-list-item img {
    height: 50px;
    width: 50px;
  }
}
@media screen and (max-width: 899px) {
  .languages-list .languages-expanded {
    max-height: 1000px;
  }
  .languages-list .languages-expanded li {
    display: block;
  }
  .languages-list .languages-expanded li:hover {
    background: #46f992;
  }
  .languages-list .languages-expanded .flag-selector {
    transform: translate(0px, -6px) rotate(180deg) !important;
  }
}

@media screen and (min-width: 900px) {
  .private-lesson-page .flag-selector {
    display: none !important;
  }
}
.private-lesson-page .flag-list-item-container {
  opacity: 1 !important;
}
.private-lesson-page .languages-inner-container {
  margin-bottom: 0;
}
.private-lesson-page .flag-list-item {
  opacity: 1 !important;
  cursor: default !important;
}
.private-lesson-page .flag-list-item img {
  opacity: 1 !important;
}
.private-lesson-page .flag-list-item h4 {
  color: black !important;
}
.private-lesson-page .LocationSelector {
  background-color: #f3f3f3;
  padding: 40px 10px 20px 10px !important;
}
.private-lesson-page .option-badge-section {
  padding: 0;
}
.private-lesson-page .option-badge-section > h2, .private-lesson-page .option-badge-section > .h2 {
  display: none;
}

.languages-inner-container {
  align-items: center;
  background: #f3f3f3;
  display: flex;
  flex-direction: column;
}
.languages-inner-container .language-module-header {
  background: #f3f3f3;
  padding: 34px 0 20px 0;
  text-align: center;
  width: 100%;
}
.languages-inner-container .language-module-header p, .languages-inner-container .language-module-header .p-a {
  font-size: 18px;
  padding: 6px 0 14px 0;
}
.languages-inner-container .language-detail {
  position: relative;
  width: 100%;
}
.languages-inner-container .language-detail .lang-course-details {
  max-height: 540px;
  overflow-y: hidden;
  padding-bottom: 50px;
  position: relative;
  transition: max-height, 0.3s;
}

.cardscroll-controls {
  bottom: 0;
  height: 100%;
  pointer-events: none;
  position: absolute;
  width: 100%;
}
.cardscroll-controls .course-page-arrows {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.cardscroll-controls .course-page-arrows .arrow-container {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 120px;
  justify-content: center;
  pointer-events: all;
  position: absolute;
  top: 40%;
  width: 100px;
}
@media screen and (max-width: 899px) {
  .cardscroll-controls .course-page-arrows .arrow-container {
    top: 30%;
  }
}
.cardscroll-controls .course-page-arrows .arrow-container .course-page-arrow {
  position: absolute;
  width: 42px;
  height: 42px;
  background: transparent;
  border-top: 2px solid #689A9F;
  border-right: 2px solid #689A9F;
  box-shadow: 0 0 0 lightgray;
  transition: all 200ms ease;
}
@media screen and (max-width: 899px) {
  .cardscroll-controls .course-page-arrows .arrow-container .course-page-arrow {
    height: 26px;
    width: 26px;
  }
}
.cardscroll-controls .course-page-arrows .arrow-container .course-page-arrow.left-arrow {
  transform: rotate(-135deg);
}
.cardscroll-controls .course-page-arrows .arrow-container .course-page-arrow.right-arrow {
  transform: rotate(45deg);
}
.cardscroll-controls .course-page-arrows .left-arrow-container {
  left: 40px;
}
@media screen and (max-width: 899px) {
  .cardscroll-controls .course-page-arrows .left-arrow-container {
    left: 10px;
  }
}
.cardscroll-controls .course-page-arrows .right-arrow-container {
  right: 40px;
}
@media screen and (max-width: 899px) {
  .cardscroll-controls .course-page-arrows .right-arrow-container {
    right: 10px;
  }
}
.cardscroll-controls .course-page-arrows .left-arrow-container:hover .course-page-arrow {
  border-color: #000;
  transform: rotate(-135deg) translate3d(3px, -3px, 0);
}
.cardscroll-controls .course-page-arrows .right-arrow-container:hover .course-page-arrow {
  border-color: #000;
  transform: rotate(45deg) translate3d(3px, -3px, 0);
}
.cardscroll-controls .course-card-bubbles {
  bottom: 0;
  display: flex;
  flex-direction: row;
  height: 64px;
  position: absolute;
  justify-content: space-around;
  left: 50%;
  pointer-events: all;
  transform: translateX(-50%);
  width: auto;
}
.cardscroll-controls .course-card-bubbles .bubble {
  background: #aeaeae;
  border-radius: 50%;
  cursor: pointer;
  height: 17px;
  list-style: none;
  margin: auto 10px;
  transition: 0.2s;
  width: 17px;
}
.cardscroll-controls .course-card-bubbles .bubble:hover {
  background: #fb0d57;
}
.cardscroll-controls .course-card-bubbles .active {
  cursor: auto;
  background: #fb0d57;
}
.cardscroll-controls .course-card-bubbles .active:hover {
  background: #fb0d57;
}

.auth-wrapper {
  display: flex;
  flex-direction: column;
}
.auth-wrapper .sales-team {
  background-color: #f3f3f3;
}

.auth-header {
  margin-bottom: 20px;
}

.auth-form-errors {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fb0d57;
  padding: 5px;
  width: 100%;
  height: 60px;
  overflow: auto;
}
.auth-form-errors p, .auth-form-errors .p-a {
  margin: 0;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.pw-reset-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 50px 10px;
  text-align: center;
}
.pw-reset-wrapper p, .pw-reset-wrapper .p-a {
  margin-bottom: 20px;
}

.password-reset-form-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .password-reset-form-container {
    max-width: 500px;
  }
}

.password-reset-form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.password-reset-form input {
  background-color: transparent;
  border: 2px solid #000;
  border-bottom: 1px solid #000;
  color: #000;
  padding: 1em 1.5em;
}
.password-reset-form input:-webkit-input-placeholder, .password-reset-form input:-moz-input-placeholder, .password-reset-form input:placeholder {
  color: #000;
  opacity: 1;
}

.pw-reset-fail {
  background-color: #dbdbdb;
  justify-content: flex-start;
}

.password-reset-confirm-form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.password-reset-confirm-form input {
  background-color: transparent;
  border: 2px solid #000;
  border-bottom: 1px solid #000;
  color: #000;
  padding: 1em 1.5em;
}
.password-reset-confirm-form input:-webkit-input-placeholder, .password-reset-confirm-form input:-moz-input-placeholder, .password-reset-confirm-form input:placeholder {
  color: #000;
  opacity: 1;
}
.password-reset-confirm-form input:first-of-type {
  border-bottom: 0;
}
@media screen and (min-width: 900px) {
  .password-reset-confirm-form {
    max-width: 500px;
  }
}

.js-pw-reset-success {
  background-color: #46f992;
  justify-content: flex-start;
}
.js-pw-reset-success a {
  min-width: 150px;
}

.student-auth-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 50px 10px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .student-auth-wrapper {
    flex-direction: row;
    align-items: stretch;
    max-width: 1500px;
    margin: 0 auto;
  }
}

.auth-toggle-bar {
  width: 100%;
  min-height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #000;
  padding: 20px 40px 0 40px;
}
@media screen and (min-width: 900px) {
  .auth-toggle-bar {
    display: none;
  }
}

.form-tab {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  background-color: #000;
  padding: 10px 0;
  cursor: pointer;
}
.form-tab p, .form-tab .p-a {
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.tab-focus {
  background-color: #fff;
}
.tab-focus p, .tab-focus .p-a {
  color: #000;
}

.auth-form-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 900px) {
  .auth-form-wrapper {
    width: 50%;
  }
}

.auth-form-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.auth-form-container .auth-form-tag {
  margin-top: 30px;
  font-size: 16px;
}
.auth-form-container .auth-form-tag a {
  text-transform: capitalize;
  font-size: 16px;
}
@media screen and (min-width: 900px) {
  .auth-form-container {
    max-width: 70%;
  }
}

.auth-form-announcement {
  padding: 5%;
  font-size: 18px;
  text-align: center;
}
.auth-form-announcement ul {
  list-style-type: none;
  padding: 0;
}

.register-student-form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.register-student-form input {
  background-color: transparent;
  border: 2px solid #000;
  border-bottom: 1px solid #000;
  color: #000;
  padding: 1em 1.5em;
  border-bottom: none;
}
.register-student-form input:-webkit-input-placeholder, .register-student-form input:-moz-input-placeholder, .register-student-form input:placeholder {
  color: #000;
  opacity: 1;
}
.register-student-form input::placeholder {
  font-size: 12px;
}
.register-student-form .col-two {
  display: flex;
  flex-direction: row;
}
.register-student-form .col-two input {
  width: 50%;
}
.register-student-form .col-two input:first-of-type {
  border-right: none;
}
.register-student-form .h-captcha {
  border: 2px solid #000;
  text-align: left;
  padding: 1em 1.5em 0.7em 1.5em;
  margin: 0;
}
.register-student-form .terms {
  border: 2px solid #000;
  border-bottom: none;
  padding: 20px;
  font-size: 12px;
  text-align: left;
}

.radio-single-select-fieldset {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  max-height: 100px;
  margin-inline-start: 0;
  margin-inline-end: 0;
  border: 2px solid #000;
  font-size: 12px;
  color: #737373;
}
.radio-single-select-fieldset .radio-single-select-description {
  width: 100%;
  min-width: 300px;
  padding: 10px;
  text-align: left;
  page-break-after: always;
  break-after: always;
}
.radio-single-select-fieldset .radio-single-select-buttons-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  width: 100%;
  min-width: 300px;
  padding: 10px 0;
}
.radio-single-select-fieldset .radio-single-select-buttons-container label {
  color: #000;
}
.radio-single-select-fieldset .radio-single-select-buttons-container input[type=radio] {
  border-radius: 100%;
  appearance: radio;
}

.login-user-form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.login-user-form input {
  background-color: transparent;
  border: 2px solid #000;
  border-bottom: 1px solid #000;
  color: #000;
  padding: 1em 1.5em;
  border-bottom: none;
}
.login-user-form input:-webkit-input-placeholder, .login-user-form input:-moz-input-placeholder, .login-user-form input:placeholder {
  color: #000;
  opacity: 1;
}

.feedback-bar {
  opacity: 0;
  height: 0px;
  transition: opacity 0.2s, height 0.2s;
  width: 100%;
}

.feedback-bar.active {
  background: #ff0045;
  border-top: 3px solid rgba(0, 0, 0, 0.16);
  color: #000;
  font-size: 18px;
  font-weight: 500;
  height: 116px;
  opacity: 1;
  padding: 24px 50px 0px 50px;
  vertical-align: middle;
  width: 100%;
}
.feedback-bar.active b {
  font-weight: 900;
}

.feedback-bar.active.correct {
  background: #46f992;
  font-family: "BureauGrotCondensed";
  font-size: 38px;
  font-weight: bold;
  line-height: 90px;
  padding: 6px 50px 0 50px;
  text-transform: uppercase;
  vertical-align: middle;
}

.lead-capture-page {
  background-color: #fff;
}

.lead-capture-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #FBEE75;
  text-align: center;
  padding: 15px;
  height: 25%;
  width: 100%;
}
@media screen and (min-width: 500px) and (min-height: 600px) {
  .lead-capture-header {
    padding: 50px;
  }
}

.lead-capture-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 75%;
  padding-top: 20px;
}
.lead-capture-content h4 {
  margin: 0 auto;
  max-width: 90%;
  text-align: center;
}
.lead-capture-content .error {
  margin: 0 auto;
  max-width: 90%;
  margin-bottom: 10px;
  text-align: center;
  font-size: 12px;
}
@media screen and (min-width: 500px) and (min-height: 600px) {
  .lead-capture-content .error {
    font-size: 14px;
  }
}
.lead-capture-content a {
  width: 100%;
}

.quiz-lead-form-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 90%;
  margin: 20px auto 0;
  height: 100%;
}
.quiz-lead-form-wrapper .quiz-lead-form input[type=submit] {
  width: 100%;
  margin: 0;
  border: 0;
  padding: 15px 0;
  margin-top: 20px;
}
.quiz-lead-form-wrapper .is-invalid-input {
  color: #fb0d57;
  border: 1px solid #fb0d57;
}
.quiz-lead-form-wrapper .quiz-lead-input div {
  position: relative;
}
.quiz-lead-form-wrapper .quiz-lead-input div > .invalid-field-message {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fb0d57;
  font-weight: 900;
}

.quiz-lead-input {
  display: flex;
  flex-flow: row nowrap;
  align-content: stretch;
  justify-content: space-between;
  margin-top: -3px;
}
.quiz-lead-input div:first-of-type() {
  margin-top: -3px;
}
.quiz-lead-input div, .quiz-lead-input input, .quiz-lead-input select {
  width: 100%;
}
.quiz-lead-input input, .quiz-lead-input select {
  margin: 0;
  border: 3px solid #000;
  padding: 10px 15px;
}
.quiz-lead-input input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0px 9999px #fff;
}
.quiz-lead-input select {
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.phone-capture-success {
  align-items: center;
  justify-content: space-between;
}
.phone-capture-success img {
  max-width: 70%;
}

.homepage-options {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  background-color: #FBEE75;
  height: 50%;
}
.homepage-options h1, .homepage-options .h1 {
  font-size: 42px;
  max-width: 80%;
  margin: 30px auto;
}
.homepage-options .option-btns {
  background-color: #fff;
}
.homepage-options .option-btns a:first-of-type {
  margin-bottom: 2px;
}

.quiz-series-options-wrapper {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 66.6666666667%;
}
.quiz-series-options-wrapper .series-options {
  display: flex;
  flex-flow: row wrap;
  height: 100%;
  overflow-y: auto;
  padding: 40px;
}

.quiz-list-item {
  width: 50%;
  text-align: center;
  margin-bottom: 20px;
}
.quiz-list-item:hover {
  cursor: pointer;
}
.quiz-list-item img {
  height: 70px;
  width: 70px;
}
.quiz-list-item h3 {
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  max-width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 500px) and (min-height: 600px) {
  .quiz-list-item h3 {
    max-width: 80%;
    line-height: 30px;
  }
}

.question-wrapper {
  margin: 0 auto;
  max-width: 75%;
  padding-top: 10px;
}
.question-wrapper p, .question-wrapper .p-a {
  font-size: 14px;
  font-weight: 600;
  margin: 10px 0;
  text-transform: uppercase;
}
.question-wrapper h4 {
  font-size: 17px;
}
@media screen and (min-width: 500px) and (min-height: 600px) {
  .question-wrapper h4 {
    font-size: 24px;
  }
}

.quiz-form-select {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.quiz-form-select .word {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 3px;
  height: 30px;
}
.quiz-form-select .word h4 {
  display: inline-block;
  font-size: 16px;
}
@media screen and (min-width: 500px) and (min-height: 600px) {
  .quiz-form-select .word h4 {
    font-size: 22px;
  }
}

.select-input-container {
  height: 30px;
  min-width: 100px;
  overflow-y: visible;
}

.select-dropdown-container-bar {
  border-bottom: 3px solid #000;
  border-top: 3px solid #000;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  height: 30px;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  position: relative;
  vertical-align: top;
  z-index: 10;
}
.select-dropdown-container-bar .box-arrow {
  align-items: center;
  background-color: #000;
  display: inline-flex;
  flex-direction: row;
  height: 100%;
  justify-content: center;
  margin-left: -30px;
  width: 30px;
}
.select-dropdown-container-bar .box-arrow #arrow-down {
  margin: 0;
  width: 50%;
}

.select-dropdown-bar {
  height: 100%;
  width: 100%;
}
.select-dropdown-bar .answer-option {
  align-items: center;
  background-color: #fff;
  border-left: 3px solid #000;
  border-right: 3px solid #000;
  display: flex;
  height: 100%;
  padding-left: 5px;
  padding-right: 35px;
  text-align: left;
  flex-direction: row;
}
.select-dropdown-bar .answer-option:not(:first-child):hover {
  background-color: #46f992;
  color: #000;
}
.select-dropdown-bar .answer-option:first-child {
  margin-bottom: 3px;
}
.select-dropdown-bar .answer-option:last-child {
  border-bottom: 3px solid #000;
}

.select-input-container.answered-incorrect .select-dropdown-container-bar {
  border-color: #ff0045;
  opacity: 0.7;
}
.select-input-container.answered-incorrect .select-dropdown-container-bar .box-arrow {
  background-color: #ff0045;
}
.select-input-container.answered-incorrect .select-dropdown-container-bar .select-dropdown-bar .answer-option {
  border-color: #ff0045;
}

.select-dropdown-container-bar.answered-correct .select-dropdown-bar .answer-option {
  visibility: hidden;
}
.select-dropdown-container-bar.answered-correct .select-dropdown-bar .answer-option:first-child {
  visibility: visible;
}

.subseq-answer {
  visibility: hidden !important;
}

.arrow-transform {
  transform: rotate(-180deg) !important;
}

.form-multi-select-display {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 20px 0;
}
.form-multi-select-display span {
  border: 3px solid #000;
  font-size: 16px;
  font-weight: 600;
  margin: 5px;
  padding: 7px 15px;
  text-align: center;
  transition: border-color 0.2s;
}
.form-multi-select-display span:hover {
  cursor: pointer;
}
@media screen and (min-width: 500px) and (min-height: 600px) {
  .form-multi-select-display span {
    font-size: 22px;
  }
}
.form-multi-select-display .answered-incorrect {
  border-color: #ff0045;
}
.form-multi-select-display .answered-correct {
  border-color: #46f992;
}

.quiz-field-group input {
  border: 3px solid #000;
  display: block;
  font-size: 20px;
  margin: 15px 0 5px 0;
  padding: 10px;
  transition: border-color 0.2s;
  width: 100%;
}
.quiz-field-group input:hover {
  cursor: text;
}
.quiz-field-group .answered-incorrect {
  border-color: #ff0045;
}
.quiz-field-group select {
  appearance: none;
  border: 3px solid #000;
  border-radius: 0%;
  cursor: pointer;
  margin: 0;
  padding: 5px;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.quiz-field-group label {
  color: #8a8a8a;
}

.selected {
  background-color: #46f992;
}

.quiz-series {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  position: relative;
  background-color: #fff;
}

.progress-bar-wrapper {
  align-items: center;
  background-color: #FBEE75;
  display: flex;
  flex-direction: row;
  height: 80px;
  justify-content: center;
}
.progress-bar-wrapper .progress-bar-container {
  height: 100%;
  left: 50%;
  margin: auto;
  max-height: 84px;
  position: absolute;
  transform: translateX(-50%);
  top: 0;
  width: 440px;
  z-index: 1;
}
@media screen and (min-width: 500px) and (min-height: 600px) {
  .progress-bar-wrapper .progress-bar-container {
    left: 0;
    transform: none;
    width: 100%;
  }
}

.quiz-page-container {
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  margin-bottom: 2px;
  position: relative;
}
.quiz-page-container #quiz-form {
  background: #fff;
  overflow-y: auto;
  padding-bottom: 30px;
  height: 100%;
  z-index: 2;
}
.quiz-page-container #quiz-form img {
  margin-top: 30px;
  max-height: 150px;
  max-width: 90%;
}
.quiz-page-container #quiz-next-btn {
  width: 100%;
}

.quiz-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  text-align: center;
}

.suggestion-wrapper {
  background-color: #FBEE75;
  text-align: center;
  height: 100%;
}

.quiz-suggestion-header {
  border-bottom: 2px solid #000;
}
.quiz-suggestion-header h3 {
  text-transform: uppercase;
  font-size: 16px;
}
@media screen and (min-width: 500px) and (min-height: 600px) {
  .quiz-suggestion-header h3 {
    font-size: 20px;
  }
}
.quiz-suggestion-header p, .quiz-suggestion-header .p-a {
  color: #fb0d57;
  text-transform: uppercase;
  font-size: 14px;
}
.quiz-suggestion-header #quiz-score {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
}

.quiz-suggestion-body {
  padding-top: 30px;
}

.quiz-suggestions p, .quiz-suggestions .p-a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 20px;
}

.suggestion-group-links {
  margin: 15px 0;
}

.section-links {
  padding: 0;
}
.section-links li {
  list-style-type: none;
  margin: 10px 0;
}

.nlp-activity-wrapper {
  margin: 2em 0;
  font-size: 1em;
}
.nlp-activity-wrapper .hero-overlay {
  background-color: #ffd16e;
  margin-bottom: 4em;
  font-family: "BureauGrotCondensed";
  padding-left: 30px;
}
.nlp-activity-wrapper .hero-overlay .main-title {
  display: inline-block;
  width: 100%;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: -0.3px;
  line-height: 54px;
  text-transform: uppercase;
}
.nlp-activity-wrapper .hero-overlay .sub-title {
  display: inline-block;
  width: 100%;
  font-size: 25px;
  line-height: 40px;
}
.nlp-activity-wrapper .hero-overlay .title-details {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  line-height: 25px;
  font-family: "MaisonNeue";
}
.nlp-activity-wrapper .nlp-lesson-block {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  width: 100%;
  padding: 0 0 2em 0;
  margin-bottom: 2em;
}
.nlp-activity-wrapper .nlp-lesson-description {
  width: 80%;
  text-align: left;
  min-height: 2em;
  color: #aeaeae;
  font-style: italic;
  line-height: 2em;
  margin: 0 0 1em;
}
.nlp-activity-wrapper .nlp-activity-title {
  text-align: center;
  font-family: "BureauGrotCondensed";
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.67px;
  line-height: 36px;
  color: #000;
  text-transform: uppercase;
}
.nlp-activity-wrapper .nlp-direction-line {
  line-height: 2em;
  font-style: italic;
  margin: 2em 0 1em;
}
.nlp-activity-wrapper .nlp-questions-container {
  width: 50vw;
  margin-top: 3em;
}
.nlp-activity-wrapper .nlp-video-container {
  position: relative;
  padding-top: 25px;
}
.nlp-activity-wrapper .nlp-video-container iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 854px;
  min-height: 480px;
}
.nlp-activity-wrapper .nlp-audio-container {
  position: relative;
  padding-top: 25px;
}
.nlp-activity-wrapper .nlp-audio-container iframe {
  top: 0;
  left: 0;
  width: 100%;
  min-width: 854px;
  min-height: 20px;
}
.nlp-activity-wrapper .nlp_flashcard {
  display: flex;
  justify-content: center;
  padding: 100px;
  min-height: 400px;
}
.nlp-activity-wrapper .nlp_flashcard h2, .nlp-activity-wrapper .nlp_flashcard .h2 {
  margin: 60% auto 35% auto;
  font-size: 26px;
}
.nlp-activity-wrapper .nlp_flashcard h2 span, .nlp-activity-wrapper .nlp_flashcard .h2 span {
  font-size: 20px;
}
.nlp-activity-wrapper .nlp_flashcard a {
  height: 20px;
  width: 20px;
  padding: 5px 5px;
  border-radius: 4px;
  line-height: 20px;
}
.nlp-activity-wrapper .nlp_flashcard a:hover {
  color: #000000;
  background-color: #fff;
}
.nlp-activity-wrapper .card_container {
  display: flex;
  justify-content: center;
  position: relative;
}
.nlp-activity-wrapper .card_container .flashcard {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 400px;
  width: 300px;
  transform: translate(-50%, -50%);
  transform-style: preserve-3d;
  perspective: 600px;
  transition: 0.5s;
}
.nlp-activity-wrapper .card_container .flashcard:hover .flashcard_front {
  transform: rotateX(-180deg);
}
.nlp-activity-wrapper .card_container .flashcard:hover .flashcard_back {
  transform: rotateX(0deg);
}
.nlp-activity-wrapper .card_container .flashcard_front {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  color: #FFF;
  background-color: #737373;
  background-position: 50% 50%;
  background-size: cover;
  backface-visibility: hidden;
  transform: rotateX(0deg);
  transition: 0.5s;
  text-align: center;
}
.nlp-activity-wrapper .card_container .flashcard_back {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #FBEE75;
  backface-visibility: hidden;
  color: #000;
  text-align: center;
  transform: rotateX(180deg);
  transition: 0.5s;
}
.nlp-activity-wrapper .nlp-word_bank {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  border: 2px solid #ffd16e;
  padding: 2em;
  margin: 1em 0 3em 0;
  font-weight: 900;
  min-width: 80%;
}
.nlp-activity-wrapper .nlp-word_bank li {
  display: flex;
  flex-grow: 0;
  flex-basis: 14%;
  justify-content: center;
  color: #737373;
  line-height: 2em;
}
@media screen and (max-width: 1199px) {
  .nlp-activity-wrapper .nlp-word_bank li {
    padding-right: 1em;
  }
}
.nlp-activity-wrapper .nlp-question-number {
  display: inline-block;
  height: 2em;
  width: 2em;
  background-color: #ffd16e;
  border-radius: 50%;
  margin-right: 10px;
  text-align: center;
}
.nlp-activity-wrapper .nlp-question {
  line-height: 2.6em;
}
.nlp-activity-wrapper .nlp-question input[type=text] {
  color: #ff91a1;
  border: 0;
  outline: 0;
  background: transparent;
  border-bottom: 1px solid #000;
  text-align: center;
}
.nlp-activity-wrapper .nlp-question input[type=text].correct {
  color: #46f992;
  border-bottom: 1px solid #46f992;
}
.nlp-activity-wrapper .nlp-question input[type=text].incorrect {
  color: #ff0045;
  border-bottom: 1px solid #ff0045;
}
.nlp-activity-wrapper .nlp-question .nlp-answer-container {
  height: 40px;
  width: 100%;
  margin: 0px 0 10px 40px;
}
.nlp-activity-wrapper .nlp-question .nlp-answer-container .nlp-answer {
  font-size: 1em;
  color: #aeaeae;
  text-align: left;
}
.nlp-activity-wrapper .nlp-question .nlp-answer-container .nlp-answer.hidden {
  display: none;
}
.nlp-activity-wrapper .answer-buttons {
  display: flex;
  justify-content: space-between;
  height: 50px;
  min-width: 500px;
  margin: 4em 0 1em 0;
}
.nlp-activity-wrapper .nlp-speakingpractice-container {
  width: 80%;
  background: #FFC1CA;
  padding: 3em;
}
.nlp-activity-wrapper .nlp-speakingpractice-container .nlp-speaking-prompt-answers {
  font-size: 2em;
}
.nlp-activity-wrapper .nlp-speakingpractice-container .nlp-speaking-prompt-answers li {
  list-style: none;
}
.nlp-activity-wrapper .nlp-info-container {
  display: flex;
}
.nlp-activity-wrapper .nlp-info-container .nlp-info-pane {
  margin: 0;
  flex-basis: 50%;
  max-width: 100%;
  min-width: 60%;
  width: 100%;
  padding: 30px;
  text-align: left;
}
.nlp-activity-wrapper .nlp-info-container .nlp-info-pane ul {
  list-style: none;
  line-height: 1.5em;
}
.nlp-activity-wrapper .nlp-info-container span {
  display: inline-block;
  color: #FFC1CA;
  font-weight: bold;
  min-width: 1em;
  text-align: left;
}
.nlp-activity-wrapper .nlp-answerkey-container {
  min-width: 100%;
}
.nlp-activity-wrapper .nlp-answer-key {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  padding: 2em;
  margin: 1em 0;
  min-width: 80%;
  line-height: 1.5em;
}
.nlp-activity-wrapper .nlp-answer-key li {
  display: flex;
  flex-grow: 0;
  flex-basis: 25%;
  justify-content: flex-start;
}
.nlp-activity-wrapper .nlp-answer-key .nlp-answer-key-number {
  font-weight: 900;
  width: 1em;
  margin-right: 1em;
  font-size: 0.8em;
}
.nlp-activity-wrapper .nlp-interactive-table-container {
  display: flex;
  justify-content: center;
  width: 100%;
}
.nlp-activity-wrapper .nlp-interactive-table-container table {
  width: 80%;
  max-width: 800px;
  border: 1px solid #000;
  color: #000;
}
.nlp-activity-wrapper .nlp-interactive-table-container table tr:first-child {
  background-color: #b6f8ff;
  font-weight: 800;
}
.nlp-activity-wrapper .nlp-interactive-table-container table tr:nth-child(2n) {
  background-color: #f3f3f3;
}
.nlp-activity-wrapper .nlp-interactive-table-container table td {
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 899px) {
  .nlp-activity-wrapper table {
    max-width: 100%;
  }
}

.activity-collection-container {
  background-color: #f3f3f3;
  width: 100%;
  text-align: center;
  padding: 60px 30px;
}

.activity-collection-instance-list {
  background-color: #f3f3f3;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
@media screen and (min-width: 900px) {
  .activity-collection-instance-list {
    padding: 0;
    max-width: 1200px;
    flex-flow: row wrap;
  }
}
.activity-collection-instance-list .activity-collection-list-header {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding: 50px 0 0 30px;
}
@media screen and (max-width: 500px) {
  .activity-collection-instance-list .activity-collection-list-header {
    padding: 20px 0;
  }
}
.activity-collection-instance-list .activity-collection-list-header h3 {
  background-color: #fff;
  padding: 5px;
}
.activity-collection-instance-list .activity-collection-header-row {
  display: flex;
  justify-content: center;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .activity-collection-instance-list .activity-collection-header-row {
    display: none;
  }
}
.activity-collection-instance-list .activity-collection-header-row .col {
  flex-grow: 1;
  margin: 10px 0;
}
.activity-collection-instance-list .activity-collection-header-row h5 {
  color: #aeaeae;
  font-size: 12px;
}
.activity-collection-instance-list .lg-col {
  flex-basis: 40%;
}
.activity-collection-instance-list .md-col {
  flex-basis: 20%;
}
.activity-collection-instance-list .sm-col {
  flex-basis: 15%;
}
.activity-collection-instance-list .activity-row {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  background-color: #f3f3f3;
  border-top: 1px solid #aeaeae;
  justify-content: flex-start;
  align-items: center;
  padding: 30px;
}
@media screen and (max-width: 500px) {
  .activity-collection-instance-list .activity-row {
    flex-flow: column nowrap;
  }
}
.activity-collection-instance-list .activity-row .col {
  margin: 10px 0;
}
@media screen and (min-width: 900px) {
  .activity-collection-instance-list .activity-row .col {
    text-align: left;
    flex-grow: 1;
  }
}
.activity-collection-instance-list .activity-row .activity-title {
  text-transform: none;
  text-decoration: underline;
}

.resources-page .resources-subheader {
  margin: 20px 0;
  padding: 0 10%;
  line-height: 2em;
}
.resources-page .product-instance-list-header {
  padding: 5px 12px 10px;
}
.resources-page .dropdown-title {
  font-size: 1.5em;
  color: #000;
}
.resources-page .activity-title {
  padding-right: 20px;
}
.resources-page .pagination {
  margin: 2em 0 0;
  font-size: 1.5em;
}
.resources-page .pagination .current {
  padding: 0 15px;
}
.resources-page .resource-badge-small {
  width: 40px;
  height: 40px;
}
.resources-page .resource-badge {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 100%;
  background-color: #FBEE75;
  font-family: "BureauGrotCondensed";
  font-size: 1.5em;
  width: 100%;
  height: 100%;
}

.video-block .featured-video-header {
  padding: 0 6px 0 6px;
}
.video-block .featured-video-section {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  max-width: 86%;
  margin: auto;
  margin-bottom: 90px;
}
.video-block .featured-video-section .video-review-column {
  display: flex;
  flex-direction: column;
  height: 250px;
  margin-top: 20px;
  opacity: 0.85;
  transition: all 0.2s;
  width: 21%;
}
.video-block .featured-video-section .video-review-column .featured-video, .video-block .featured-video-section .video-review-column iframe {
  cursor: pointer;
  min-height: 250px;
  width: 100%;
}
.video-block .featured-video-section .video-review-column h2, .video-block .featured-video-section .video-review-column .h2 {
  width: 100%;
  margin-top: 12px;
  opacity: 1;
  transition: all 0.2s;
}
.video-block .featured-video-section .video-review-column p, .video-block .featured-video-section .video-review-column .p-a {
  margin-top: -24px;
  opacity: 1;
  transition: all 0.2s;
}
.video-block .featured-video-section .video-review-column h2, .video-block .featured-video-section .video-review-column .h2 {
  width: 100%;
  margin-top: 12px;
  opacity: 1;
  transition: all 0.2s;
}
.video-block .featured-video-section .video-review-column p, .video-block .featured-video-section .video-review-column .p-a {
  margin-top: -24px;
  opacity: 1;
  transition: all 0.2s;
}
@media screen and (min-width: 1200px) {
  .video-block .featured-video-section {
    flex-direction: row;
    margin-bottom: 10px;
    max-width: 86%;
  }
}
.video-block .featured-video-section .video-review-column {
  display: flex;
  flex-direction: column;
  height: 350px;
  margin-top: 40px;
  margin-bottom: 80px;
  transition: all 0.2s;
  width: 70%;
}
@media screen and (min-width: 1200px) {
  .video-block .featured-video-section .video-review-column {
    height: 250px;
    margin-bottom: none;
    opacity: 0.85;
    width: 24.5%;
  }
}
.video-block .featured-video-section .video-review-column .featured-video, .video-block .featured-video-section .video-review-column iframe {
  cursor: pointer;
  min-height: 350px;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .video-block .featured-video-section .video-review-column .featured-video, .video-block .featured-video-section .video-review-column iframe {
    min-height: 250px;
  }
}
.video-block .featured-video-section .video-review-column h2, .video-block .featured-video-section .video-review-column .h2 {
  width: 100%;
  margin-top: 12px;
  opacity: 1;
  transition: all 0.2s;
}
.video-block .featured-video-section .video-review-column p, .video-block .featured-video-section .video-review-column .p-a {
  margin-top: -24px;
  opacity: 1;
  transition: all 0.2s;
}
.video-block .featured-video-section .video-review-column:hover {
  opacity: 1;
}
@media screen and (min-width: 1200px) {
  .video-block .featured-video-section .video-review-column:hover {
    width: 26%;
  }
}
.video-block .featured-video-section .video-review-column.active {
  height: 320px;
  margin-bottom: 30px;
  opacity: 1;
  width: 70%;
}
@media screen and (min-width: 1200px) {
  .video-block .featured-video-section .video-review-column.active {
    height: 320px;
    margin-bottom: none;
    margin-top: -15px;
    width: 42%;
  }
  .video-block .featured-video-section .video-review-column.active iframe {
    min-height: 320px;
  }
}
.video-block .featured-video-section .video-review-column.active h2, .video-block .featured-video-section .video-review-column.active .h2 {
  opacity: 0;
}
.video-block .featured-video-section .video-review-column.active p, .video-block .featured-video-section .video-review-column.active .p-a {
  opacity: 0;
}

.package-section-header {
  margin: 36px auto;
  text-align: center;
}

.package-section {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin: auto;
  max-width: 1242px;
}
@media screen and (min-width: 1200px) {
  .package-section {
    flex-direction: row;
    margin-bottom: -50px;
  }
}

.option-badge-text {
  margin: auto;
  padding-bottom: 16px;
  text-align: center;
}

.package-card {
  align-items: center;
  background: #b6f8ff;
  display: flex;
  flex-direction: column;
  margin: auto;
  margin-bottom: 30px;
  padding: 60px 20px 46px 20px;
  width: 90%;
}
@media screen and (min-width: 1200px) {
  .package-card {
    margin: 20px;
    margin-bottom: 80px;
    max-height: 421px;
    min-width: 380px;
    transform: translateY(40px);
    width: 27%;
  }
}
.package-card .weekly-number {
  color: #b6f8ff;
  font-size: 60px;
  margin-top: -43px;
  transform: translateY(86px);
}
.package-card h2, .package-card .h2 {
  text-align: center;
}
.package-card p, .package-card .p-a {
  font-size: 18px;
  margin: 20px;
  text-align: center;
  width: 90%;
}
.package-card .package-description {
  margin-bottom: 40px;
}
.package-card img {
  height: auto;
  margin: 10px auto 30px auto;
  max-width: 110px;
}
.package-card button {
  background: none;
  border-color: #000;
  color: #000;
}
.package-card button:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}
.package-card .call-out {
  font-weight: bold;
}
.package-card .best-seller-label {
  display: flex;
  flex-direction: column;
  margin-top: -120px;
}
.package-card .best-seller-label div {
  color: #ff0045;
  font-size: 18px;
  font-weight: bold;
  transform: translateY(-22px);
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
.package-card img {
  max-width: 92px;
  margin: 18px auto 30px auto;
}
.package-card .call-out {
  font-weight: bold;
}
.package-card .best-seller-label {
  display: flex;
  flex-direction: column;
  margin-top: -120px;
}
.package-card .best-seller-label div {
  color: #ff0045;
  font-size: 18px;
  font-weight: bold;
  transform: translateY(-22px);
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}

.package-card.center {
  background: #FBEE75;
}
@media screen and (min-width: 1200px) {
  .package-card.center {
    transform: translateY(0px);
    min-height: 500px;
    max-height: none;
  }
}
.package-card.center button {
  background: #000;
  border-color: #000;
  color: #fff;
}
.package-card.center button:hover {
  background: none;
  border-color: #000;
  color: #000;
}

.blog-item {
  border-top: 3px solid #000;
  display: flex;
  flex-flow: row nowrap;
  padding: 15px;
}
.blog-item .preview-image {
  height: 100px;
  min-width: 100px;
}
@media screen and (min-width: 900px) {
  .blog-item {
    flex-flow: column nowrap;
    border: none;
    min-height: 300px;
    padding: 0;
    margin-right: 40px;
    justify-content: flex-start;
    max-width: 255px;
  }
  .blog-item .preview-image {
    height: 255px; /* keep it a square */
  }
}
.blog-item:nth-child(3) {
  margin-right: 0px;
}
.blog-item:last-child {
  border-bottom: 3px solid #000;
}
@media screen and (min-width: 900px) {
  .blog-item:last-child {
    border-bottom: none;
  }
}
.blog-item img {
  height: 100px;
  width: 100px;
  min-width: 100px;
  object-fit: cover;
}
@media screen and (min-width: 900px) {
  .blog-item img {
    height: 400px;
    width: 255px;
  }
}
.blog-item .title-and-link {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-around;
  margin-left: 10px;
}
@media screen and (min-width: 900px) {
  .blog-item .title-and-link {
    padding-top: 10px;
    margin-left: 0;
    height: 100%;
    min-height: 120px;
    max-height: 120px;
  }
}
.blog-item .title-and-link h4 {
  text-transform: none;
}

.blog-section-wrapper {
  background-color: white;
  padding-top: 2px;
}

.blog-list-container {
  flex-direction: column;
  padding-bottom: 40px;
  padding-top: 40px;
  background-color: white;
}
.blog-list-container h2, .blog-list-container .h2 {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 900px) {
  .blog-list-container h2, .blog-list-container .h2 {
    width: auto;
  }
}
.blog-list-container .recent-blog-posts {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .blog-list-container .recent-blog-posts {
    flex-flow: row wrap;
  }
}
.blog-list-container .blog-link {
  width: auto;
  margin-bottom: 80px;
  margin: 0 auto;
  margin-top: 50px;
}

.bullet-list {
  background-color: #000;
  color: #fff;
  padding: 78px 20px;
}
.bullet-list h2, .bullet-list .h2 {
  color: #fff;
  margin-left: 10px;
}
.bullet-list ul {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.bullet-list li {
  margin-bottom: 20px;
  margin-left: -10px;
}
@media screen and (min-width: 900px) {
  .bullet-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .bullet-list h2, .bullet-list .h2 {
    width: 200px;
    margin: 20px 65px;
  }
  .bullet-list li {
    margin-bottom: 0;
  }
}

.b2b-container {
  align-items: center;
  background: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}
.b2b-container h2, .b2b-container .h2, .b2b-container p, .b2b-container .p-a {
  text-align: center;
}
.b2b-container a {
  font-size: 20px;
}
.b2b-container p, .b2b-container .p-a {
  margin-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 20px;
}
@media (max-width: 600px) {
  .b2b-container {
    padding: 40px 0;
  }
}

.b2b-logo-list-container {
  margin: 24px auto 0 auto;
  overflow-y: hidden;
  width: 92%;
}
.b2b-logo-list-container .b2b-logo-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  transition: transform 0.5s;
  justify-content: space-around;
  width: 100%;
}
.b2b-logo-list-container .b2b-logo-list img {
  height: 90px;
  margin-bottom: 10px;
  width: auto;
}
@media screen and (min-width: 900px) {
  .b2b-logo-list-container .b2b-logo-list img {
    height: 106px;
  }
}
@media (max-width: 600px) {
  .b2b-logo-list-container .b2b-logo-list {
    display: none;
  }
}

.b2b-carousel {
  width: 100%;
  padding: 20px;
  display: none;
}
.b2b-carousel img {
  height: 90px;
}
.b2b-carousel .slide-container-inner {
  width: 305px;
  display: flex !important;
  flex-flow: row wrap;
  margin: 0 auto;
}
.b2b-carousel img {
  height: 90px;
  flex-basis: calc(50% - 32px);
  margin: 0 8px;
  width: auto !important;
}
@media (max-width: 600px) {
  .b2b-carousel {
    display: block;
  }
}

.contact-us {
  display: flex;
  align-items: stretch;
  flex-flow: column nowrap;
  margin-bottom: 50px;
}
.contact-us .line-fields {
  display: flex;
  flex-flow: row wrap;
}
.contact-us .line-fields input {
  width: 100%;
  height: 50px;
}
@media screen and (min-width: 900px) {
  .contact-us .line-fields input {
    width: 50%;
    margin-top: -3px;
  }
  .contact-us .line-fields input:nth-child(even) {
    margin-left: -3px;
  }
}
.contact-us button {
  margin-top: 50px;
  width: 100px;
  padding: 10px;
}
.contact-us .extra {
  height: 200px;
  margin-right: 3px;
}
.contact-us input {
  border: solid 3px #000;
  margin-top: -3px;
  padding-left: 10px;
}

.customer-review {
  align-items: center;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  padding: 24px 20%;
  position: relative;
  width: 100%;
}
.customer-review .quote-header {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.customer-review .quote-header .review-logo {
  height: 44px;
  margin-right: 10px;
  width: auto;
}
.customer-review .quote-header .Google-logo, .customer-review .quote-header .Twitter-logo {
  height: 24px;
  margin-top: 6px;
  margin-right: 24px;
}
.customer-review .quote-header .customer-review-stars {
  height: 40px;
  padding: 6px;
  position: relative;
  width: 200px;
}
.customer-review .quote-header .customer-review-stars .empty-stars, .customer-review .quote-header .customer-review-stars .full-stars {
  color: #ff0045;
  font-size: 24px;
  letter-spacing: 3px;
  position: absolute;
  top: 12px;
}
.customer-review .quote-header .customer-review-stars .full-stars {
  overflow: hidden;
  transition: width 1s;
  transition-delay: 0.75s;
  width: 0px;
}
.customer-review .quote-header .customer-review-stars .unloaded-stars {
  width: 0px !important;
}
.customer-review .main-quote-block {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 16px 30px 30px 10px;
  width: 100%;
}
.customer-review .main-quote-block .customer-review-quote {
  font-size: 20px;
  font-style: italic;
  padding: 6px;
}
.customer-review .main-quote-block .customer-review-info {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin: 12px 0 0 12px;
  width: 100%;
}
.customer-review .main-quote-block .customer-review-info .avatar-frame {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 50px;
  overflow: hidden;
  margin-right: 8px;
  margin-bottom: 4px;
  width: 50px;
}
.customer-review .main-quote-block .customer-review-info .avatar-frame .customer-photo {
  height: 62px;
  width: auto;
}
.customer-review .main-quote-block .customer-review-info .customer-name {
  font-family: "BureauGrotCondensed";
  text-transform: uppercase;
  font-size: 30px;
  margin-left: 8px;
}

.dropdown-list {
  margin-left: -10px;
  position: relative;
  padding-bottom: 2px;
}
.dropdown-list h5, .dropdown-list svg {
  display: inline-block;
  vertical-align: middle;
}
.dropdown-list h5 {
  padding: 10px;
}
.dropdown-list svg {
  fill: #fff;
  transform: rotateX(-180deg);
  transition: transform 500ms ease;
  margin-right: 15px;
}
.dropdown-list .dropdown-content {
  display: none;
  width: auto;
  position: absolute;
}
.dropdown-list .dropdown-content a {
  border: none;
}

.dropdown-list.active svg {
  transform: rotateX(0deg);
}

.dropdown-content.active {
  display: block;
}

.dropdown-list .dropdown-content {
  border-top: 1px solid #fff;
  background-color: #000;
}
.dropdown-list .dropdown-content a, .dropdown-list .dropdown-content a h5 {
  color: #fff;
}
.dropdown-list .dropdown-content a {
  border: 1px solid;
  background-color: #fff;
}
.dropdown-list:hover {
  background-color: #000;
}

.employee-tile-padding {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .employee-tile-padding {
    position: relative;
    height: 710px;
    width: 50%;
    padding: 4px;
  }
}
@media screen and (min-width: 1600px) {
  .employee-tile-padding {
    width: 33.3333333333%;
  }
}

.employee-image {
  height: 400px;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .employee-image {
    height: 100%;
    padding: 4px;
  }
}

.employee-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: rgba(182, 248, 255, 0.85);
  text-align: center;
  padding: 20px;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .employee-info {
    justify-content: space-between;
    text-align: left;
    position: absolute;
    bottom: 4px;
    left: 4px;
    height: 39%;
    max-height: 262px;
    width: 90%;
  }
}
.employee-info .teacher-name,
.employee-info .staff-title {
  margin-bottom: 10px;
}
.employee-info .employee-bio {
  overflow-y: auto;
  font-style: italic;
  margin-bottom: 10px;
}
@media screen and (min-width: 900px) {
  .employee-info .employee-bio {
    max-height: 114px;
  }
}
@media screen and (min-width: 900px) {
  .employee-info .employee-bio.staff-bio {
    max-height: 160px;
    margin-bottom: 0;
  }
}
.employee-info .icon-headline {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 5px;
}
.employee-info .icon-headline img {
  margin-right: 10px;
  height: 20px;
  width: 20px;
}
.employee-info .teacher-language {
  text-transform: uppercase;
}
.employee-info .teacher-language a {
  border-bottom: none;
}

.faq {
  background-color: #ffd16e;
  padding-bottom: 50px;
}
.faq h1, .faq .h1 {
  padding: 0 40px;
  padding-top: 50px;
}
@media screen and (min-width: 900px) {
  .faq h1, .faq .h1 {
    padding: 0 30px;
    padding-top: 36px;
  }
}
.faq .faq-content {
  display: flex;
  flex-flow: column nowrap;
}
@media screen and (min-width: 900px) {
  .faq .faq-content {
    flex-direction: row;
  }
}
.faq .left-faq-content, .faq .right-faq-content {
  display: flex;
  flex-flow: column nowrap;
  margin: 0 40px;
}
@media screen and (min-width: 900px) {
  .faq .left-faq-content, .faq .right-faq-content {
    width: 50%;
    margin: 30px;
  }
}
.faq .left-faq-content h4, .faq .right-faq-content h4 {
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (min-width: 900px) {
  .faq .left-faq-content h4, .faq .right-faq-content h4 {
    margin-top: 22px;
    margin-bottom: 16px;
  }
}

.faq-section {
  background-color: #b6f8ff;
}

.faq-boxes {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  max-width: 90%;
  margin: 0 auto;
  padding: 40px 0;
}
@media screen and (min-width: 900px) {
  .faq-boxes {
    padding: 10px 0;
    max-width: 80%;
  }
}
@media screen and (min-width: 1600px) {
  .faq-boxes {
    max-width: 60%;
  }
}

.faq-box {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}
@media screen and (min-width: 900px) {
  .faq-box {
    width: 44%;
    margin: 0 2% 2% 2%;
  }
}
.faq-box img {
  height: 60px;
  width: 60px;
}
@media screen and (min-width: 900px) {
  .faq-box img {
    transform: translate(12px, 4px);
    height: 60px;
    width: 60px;
  }
}
.faq-box p:first-of-type, .faq-box .p-a:first-of-type {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}
.faq-box .faq-text {
  background-color: #FBEE75;
  min-height: 260px;
  padding: 25px;
  margin-left: 30px;
  margin-top: -30px;
}
@media screen and (min-width: 900px) {
  .faq-box .faq-text {
    padding: 35px;
    margin-left: 40px;
    margin-top: -40px;
  }
}

.class-types-section {
  background-color: #fff;
  padding-bottom: 40px;
  display: none;
}
@media screen and (min-width: 900px) {
  .class-types-section {
    display: block;
  }
}

.class_types {
  display: flex;
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
  flex-direction: row;
  justify-content: center;
}
.class_types p, .class_types .p-a {
  margin-top: 20px;
}
.class_types .class_type {
  background-color: #FFC1CA;
}
.class_types .class_type .headline {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.class_types .class_type .headline h2, .class_types .class_type .headline .h2 {
  margin: 20px auto 0 auto;
  max-width: 300px;
}
.class_types .class_type p, .class_types .class_type .p-a {
  height: 128px;
  margin: 16px;
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .class_types .class_type p, .class_types .class_type .p-a {
    height: 120px;
  }
}
.class_types .class_type img {
  width: 100%;
}
.class_types .class_type .btn-container {
  height: 100px;
}
.class_types .class_type .btn-container a {
  max-width: 70%;
  margin: 0 auto;
}
.class_types .class_type .cost-of-class {
  margin: 0px auto 30px;
}
@media screen and (min-width: 900px) {
  .class_types .class_type {
    width: 30%;
  }
}
@media screen and (min-width: 1600px) {
  .class_types .class_type {
    width: 25%;
  }
}
.class_types .class_type:nth-child(2) {
  background-color: #b6f8ff;
  margin: 0 20px;
}
.class_types .class_type:nth-child(3) {
  background-color: #FBEE75;
}

.featured-in {
  text-align: center;
  padding: 50px 0;
  background-color: #1a1a1a;
}
.featured-in h3 {
  color: #fff;
}
.featured-in.alt_gray {
  background-color: #f3f3f3;
}
.featured-in.alt_gray h3 {
  color: #000;
}
.featured-in .features {
  display: flex;
  flex-direction: column;
  margin: 50px auto;
}
@media screen and (min-width: 900px) {
  .featured-in .features {
    margin: 30px auto;
    max-width: 80%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 1600px) {
  .featured-in .features {
    max-width: 60%;
  }
}
.featured-in .features .feature {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .featured-in .features .feature img {
    width: 75%;
  }
}
.featured-in .features .hide-on-mobile {
  display: none;
}
@media screen and (min-width: 900px) {
  .featured-in .features .hide-on-mobile {
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .profiles {
    display: flex;
    flex-direction: row;
  }
}

.profile-box {
  display: flex;
  flex-flow: row wrap;
}
.profile-box img {
  width: 25%;
  height: 220px; /*get this hegiht from needed text height?*/
  object-fit: cover;
}
@media screen and (min-width: 900px) {
  .profile-box img {
    width: 100%;
    height: 500px;
  }
}

.box-contents {
  width: 75%;
  padding-left: 5%;
  margin-bottom: 2px;
  height: 220px; /*use natural height to size img?*/
  background-color: #ffd16e;
}
@media screen and (min-width: 900px) {
  .box-contents {
    margin-top: -220px;
  }
}
.box-contents h3 {
  margin-top: 10px;
  margin-bottom: 0;
}
.box-contents p, .box-contents .p-a {
  margin-bottom: 5px;
  font-size: 16px;
}
.box-contents a {
  text-transform: uppercase;
}

.featured-teacher-header {
  text-align: center;
  margin: 0 40px;
  margin-top: 50px;
  margin-bottom: 25px;
}
@media screen and (min-width: 900px) {
  .featured-teacher-header {
    margin-top: 90px;
    margin-bottom: 42px;
  }
}

.featured-teacher-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.featured-teacher-item {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  width: 100%;
  height: 352px;
  padding-bottom: 10px;
  background-size: cover;
}
.featured-teacher-item:not(:last-of-type) {
  border-right: 5px solid #fff;
}

.featured-teacher-sticky-container {
  flex-direction: row;
  justify-content: flex-start !important;
}

.featured-teacher-sticky {
  width: 100%;
  background-color: #ffd16e;
  display: inline-block;
  padding: 30px 20px;
}
@media screen and (min-width: 900px) {
  .featured-teacher-sticky {
    padding: 30px 30px;
  }
}
.featured-teacher-sticky p, .featured-teacher-sticky .p-a {
  margin-top: 20px;
  margin-bottom: 40px;
}
.featured-teacher-sticky h6 {
  margin-bottom: 16px;
}

@media screen and (min-width: 900px) {
  .featured-teacher-item-large {
    justify-content: center;
  }
  .featured-teacher-item-large .featured-teacher-sticky {
    width: 50%;
  }
}

@media screen and (min-width: 900px) {
  .featured-teacher-item-small {
    justify-content: flex-end;
    width: 33.3333333333%;
    padding-bottom: 0;
  }
  .featured-teacher-item-small .featured-teacher-sticky-container {
    padding-left: 0;
    /*height: 50%;*/
  }
  .featured-teacher-item-small p, .featured-teacher-item-small .p-a {
    margin-top: 0;
  }
}

.filter-bar {
  background-color: #fff;
  height: 50px;
}
@media screen and (min-width: 900px) {
  .filter-bar {
    background-color: #f3f3f3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    flex-basis: 20%;
    flex-grow: 1;
  }
}

.filter-container {
  height: 100%;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (min-width: 900px) {
  .filter-container {
    width: 100%;
    align-items: center;
    justify-content: flex-start;
  }
}
.filter-container h5 {
  color: #aeaeae;
  padding-left: 0;
}
.filter-container .dropdown-list {
  width: 180px;
  margin-left: 0;
  text-align: left;
}
.filter-container .dropdown-list:hover {
  background-color: #fff;
}
.filter-container .dropdown-list:hover h5 {
  color: #aeaeae;
}
.filter-container .dropdown-list:hover svg {
  fill: #aeaeae;
}
.filter-container .dropdown-list:hover .dropdown-content {
  z-index: 2;
  display: flex;
}
@media screen and (min-width: 900px) {
  .filter-container .dropdown-list:hover {
    background-color: #f3f3f3;
  }
}
.filter-container .dropdown-list svg {
  fill: #aeaeae;
}
.filter-container .dropdown-list h5 {
  margin-left: 10px;
}
@media screen and (min-width: 900px) {
  .filter-container .dropdown-list h5 {
    margin: 0;
  }
}
.filter-container .dropdown-list .dropdown-content {
  border-top: 0px solid #fff;
  background-color: #f3f3f3;
  width: 180px;
  padding-left: 2px;
  padding-right: 2px;
  flex-flow: column nowrap;
}
.filter-container .dropdown-list .dropdown-content a, .filter-container .dropdown-list .dropdown-content a h5 {
  color: #aeaeae;
  margin-left: 0;
  padding-left: 5px;
}
.filter-container .dropdown-list .dropdown-content a:hover, .filter-container .dropdown-list .dropdown-content a h5:hover {
  color: #000 !important;
}

.flag-list-round {
  text-align: center;
}
.flag-list-round .flag-list-header {
  background-color: #b6f8ff;
  padding: 45px 0 65px 0;
  text-align: center;
}
.flag-list-round .flag-list-header h2, .flag-list-round .flag-list-header .h2 {
  display: inline-block;
}
.flag-list-round .flag-container {
  display: inline-block;
  margin-top: -37px;
}
.flag-list-round .flag-container .flag-item {
  width: 105px;
  margin-bottom: 10px;
  display: inline-block;
  text-align: center;
}
.flag-list-round .flag-container .flag-item a {
  border: none;
  text-decoration: none;
  width: 75px;
  height: 75px;
  display: inline-block;
}
.flag-list-round .flag-container .flag-item img {
  border-radius: 37.5px;
  box-shadow: 0 4px 2px -2px #aaa;
  width: 75px;
  height: 75px;
}
.flag-list-round .flag-container .flag-item .flag-language {
  text-transform: uppercase;
  font-size: 15px;
  padding: 15px 0;
  margin: 0;
}

.footer {
  background: #000;
  color: #fff;
  padding: 50px;
}
@media (max-width: 1400px) {
  .footer {
    padding: 20px;
  }
}
@media (max-width: 900px) {
  .footer {
    padding: 40px;
  }
}
.footer .footer-row {
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 900px) {
  .footer .footer-row {
    flex-flow: row wrap;
  }
}
.footer .footer-col-lg {
  flex-basis: 35%;
  padding: 0 20px;
}
@media (max-width: 1400px) {
  .footer .footer-col-lg {
    padding: 10px;
  }
}
@media (max-width: 900px) {
  .footer .footer-col-lg {
    flex-basis: 100%;
  }
}
.footer .footer-col-sm {
  flex-basis: 15%;
  padding: 0 20px;
}
@media (max-width: 1400px) {
  .footer .footer-col-sm {
    padding: 10px;
  }
}
@media (max-width: 900px) {
  .footer .footer-col-sm {
    flex-basis: 50%;
  }
}
.footer p, .footer .p-a {
  line-height: 25px;
  font-size: 16px;
  color: #fff;
}
.footer h3 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-weight: normal;
}
.footer ul {
  margin: 0;
  padding: 0;
  color: #fff;
}
.footer li {
  list-style-type: none;
  margin-bottom: 24px;
}
.footer li a {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 16px;
}
.footer li a:hover {
  color: #d9d9d9;
}
.footer .footer-logo {
  color: #fff;
  fill: #fff;
  height: 35px;
  margin-bottom: 17px;
}
.footer .footer-logo svg {
  height: 100%;
}
@media (max-width: 600px) {
  .footer .footer-logo {
    height: 28px;
  }
}
.footer .footer-social-media {
  float: right;
}
.footer .footer-social-media a {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0 0 0 25px;
  border: none;
}
.footer .footer-social-media a img {
  width: 100%;
  height: 100%;
}
.footer .footer-mailing-list {
  padding: 0 80px;
}
@media (max-width: 1400px) {
  .footer .footer-mailing-list {
    padding: 0 20px;
  }
}
@media (max-width: 900px) {
  .footer .footer-mailing-list {
    padding: 10px;
  }
}
.footer .footer-mailing-list .row-submit {
  background: none;
}
.footer .footer-mailing-list button.subscribe {
  width: 140px;
  height: 45px;
  margin-left: auto;
}
.footer .footer-bottom {
  font-size: 15px;
  color: #828282;
}
.footer .footer-bottom a {
  font-size: 15px;
  color: #828282;
  text-transform: uppercase;
  font-weight: normal;
}
.footer .footer-bottom a:hover {
  color: #a8a8a8;
}

.footer-small {
  background-color: #000;
  min-height: 70px;
  padding: 0 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer-small .contact-info {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.footer-small .contact-info a {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.footer-small .contact-info p, .footer-small .contact-info .p-a {
  color: #fff;
  display: none;
}
@media screen and (min-width: 900px) {
  .footer-small .contact-info p, .footer-small .contact-info .p-a {
    display: block;
    margin: 0 10px;
  }
}
.footer-small .contact-info img {
  margin: 0 5px;
}
.footer-small .legal-link {
  color: #aeaeae;
  font-family: "MaisonNeue";
  font-size: 18px;
  line-height: 22px;
  margin-top: 12px;
}
@media screen and (min-width: 500px) {
  .footer-small .legal-link {
    line-height: 70px;
    margin-top: 0;
  }
}
@media screen and (min-width: 900px) {
  .footer-small {
    padding: 0 60px;
  }
}

.mailing-list-join span {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 180px;
  justify-content: center;
  width: 100%;
}
.mailing-list-join span .email-capture-form-submitted {
  display: none;
}
.mailing-list-join span .email-capture-form-submitted h3 {
  color: #fff;
}
.mailing-list-join span .email-capture-form-submitted.show {
  display: flex;
}
@media screen and (min-width: 900px) {
  .mailing-list-join span {
    margin: auto;
    width: 80%;
  }
}
.mailing-list-join span form {
  display: flex;
  flex-direction: column;
  width: 88%;
}
@media screen and (min-width: 900px) {
  .mailing-list-join span form {
    width: 100%;
  }
}
.mailing-list-join span form input {
  border: none;
  color: #000;
  height: 40px;
  margin: auto;
  margin-bottom: 2px;
  padding: 0 20px 0 20px;
  width: 100%;
}
.mailing-list-join span form .row, .mailing-list-join span form .DiscountCodeForm__form {
  background: #fff;
  border: 1px solid #000;
  max-height: 50px;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .mailing-list-join span form .row, .mailing-list-join span form .DiscountCodeForm__form {
    display: flex;
    flex-direction: row;
  }
  .mailing-list-join span form .row .footer-capture-button, .mailing-list-join span form .DiscountCodeForm__form .footer-capture-button {
    margin-left: 2px;
  }
}
.mailing-list-join span form .row button, .mailing-list-join span form .DiscountCodeForm__form button {
  background: #fb0d57;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 0;
  width: 100%;
}
.mailing-list-join span form .row button:hover, .mailing-list-join span form .DiscountCodeForm__form button:hover {
  background: #ff0045;
  color: #fff;
}

.fullwidth-call-to-action {
  text-align: center;
  overflow: hidden;
  padding: 0 20px;
}
.fullwidth-call-to-action.orange-background {
  background-color: #ffd16e;
}
.fullwidth-call-to-action.yellow-background {
  background-color: #FBEE75;
}
.fullwidth-call-to-action.pink-background {
  background-color: #FFC1CA;
}
.fullwidth-call-to-action.grey-background {
  background-color: #f3f3f3;
}
.fullwidth-call-to-action.grey-background .email-capture-form-submitted h3 {
  color: #000;
}
.fullwidth-call-to-action h3 {
  margin-top: 40px;
  margin-bottom: 30px;
}
.fullwidth-call-to-action .action-button {
  font-size: 16px;
  margin: 0 auto 40px auto;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 220px;
}
@media screen and (min-width: 900px) {
  .fullwidth-call-to-action .action-button {
    font-size: auto;
  }
}
.fullwidth-call-to-action .email-capture-form {
  max-width: 400px;
  margin: 0 auto 40px auto;
}
.fullwidth-call-to-action .email-capture-form-submitted {
  width: 0;
}
.fullwidth-call-to-action .email-capture-form-submitted h3 {
  color: #fff;
  margin: 0 auto;
}
.fullwidth-call-to-action .email-capture-form-submitted.show {
  width: 350px;
  height: 120px;
  margin: 0 auto;
}

.flex-container {
  display: flex;
  flex-flow: column;
  max-width: 1200px;
  margin: auto;
}
@media screen and (min-width: 1200px) {
  .flex-container {
    flex-flow: row;
  }
}
.flex-container .get-info-from-expert {
  max-width: 600px;
  width: 100%;
  margin: 0 auto 40px auto;
  padding: 0 25px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .flex-container .get-info-from-expert {
    margin: 0;
    flex-basis: 50%;
    max-width: 100%;
    width: 100%;
    text-align: left;
  }
}
.flex-container .get-info-from-expert p, .flex-container .get-info-from-expert .p-a {
  margin-top: 25px;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .flex-container .get-info-from-expert p, .flex-container .get-info-from-expert .p-a {
    margin-top: 50px;
    font-size: 25px;
  }
}

.get-in-touch-wrap {
  max-width: 600px;
  width: 100%;
  padding: 30px;
  background-color: white;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .get-in-touch-wrap {
    margin: 0;
    flex-basis: 50%;
    max-width: 100%;
    width: 100%;
  }
}
.get-in-touch-wrap .email-capture-form-submitted.show {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.get-in-touch-wrap h2, .get-in-touch-wrap .h2, .get-in-touch-wrap h4 {
  text-align: center;
  margin-bottom: 10px;
}
.get-in-touch-wrap label {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.get-in-touch-wrap label img {
  margin-left: 10px;
  margin-top: 10px;
}

.get-in-touch-wrapper {
  background-color: #f3f3f3;
  padding: 30px 0;
}
@media screen and (min-width: 1200px) {
  .get-in-touch-wrapper {
    padding: 50px 0;
  }
}
.get-in-touch-wrapper .email-capture-form-errors {
  margin-top: 20px;
}
.get-in-touch-wrapper .email-capture-form-errors p, .get-in-touch-wrapper .email-capture-form-errors .p-a {
  color: #fb0d57;
  font-weight: bold;
}

#get-in-touch .fields {
  display: flex;
  flex-direction: column;
}
#get-in-touch .fields .fields-row {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 899px) {
  #get-in-touch .fields .fields-row {
    flex-direction: column;
  }
}
#get-in-touch .fields .fields-column {
  flex-basis: 50%;
}
#get-in-touch .fields input {
  border: 3px solid #000;
  text-indent: 20px;
  height: 45px;
  width: 100%;
}
#get-in-touch button {
  display: block;
  margin: 40px auto 0;
  width: 150px;
}
#get-in-touch .extra-input {
  border: 3px solid #000;
  height: 300px;
  margin-top: 20px;
  width: 100%;
  padding: 20px;
}
@media screen and (min-width: 900px) {
  #get-in-touch .extra-input {
    height: 132px;
    border-width: 3px;
  }
}

.pdp-language #get_in_touch_language {
  display: none;
}
.pdp-language #get_in_touch_email {
  flex-basis: 100% !important;
}
@media screen and (min-width: 900px) {
  .pdp-language .fields-row:nth-child(-n+2) .fields-column:nth-child(1) input {
    border-right: 0 !important;
  }
}

#get-in-touch .fields-row:nth-child(n+2) input {
  border-top: 0;
}
@media screen and (max-width: 899px) {
  #get-in-touch .fields-row:first-child .fields-column:nth-child(2) input {
    border-top: 0 !important;
  }
}

@media screen and (min-width: 900px) {
  .private-lesson-page .fields-column:nth-child(1) input {
    border-right: 0 !important;
  }
}
.private-lesson-page .fc-dropdown {
  border-top: 0;
}

.partners {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.partners .partner-logo {
  width: 150px;
  height: 100px;
  margin: 0 auto;
  line-height: 100px;
}
.partners .partner-logo img {
  vertical-align: middle;
  width: 100%;
}
.partners .partner-logo a {
  border: none;
}
.partners .partner-offer {
  font-family: MaisonNeue;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.partners .partner-constraints {
  font-size: 14px !important;
}
@media screen and (min-width: 900px) {
  .partners .partner {
    max-width: 350px;
  }
  .partners .partner-description {
    min-height: 60px;
    font-size: 18px !important;
  }
  .partners .partner-offer {
    height: 64px;
  }
}
@media screen and (min-width: 1200px) {
  .partners {
    flex-flow: row;
  }
}

.header-logo, .header-mobile-logo {
  margin-left: 5px;
  margin-top: 5px;
}
.header-logo.header-mobile-logo, .header-mobile-logo.header-mobile-logo {
  display: none;
}
@media screen and (min-width: 900px) {
  .header-logo, .header-mobile-logo {
    margin-left: 7px;
    margin-top: 7px;
  }
}
.header-logo svg, .header-mobile-logo svg {
  height: 55px;
}
.header-logo svg defs style .cls-2, .header-mobile-logo svg defs style .cls-2 {
  fill: #fff;
}
@media (max-width: 1200px) {
  .header-logo svg, .header-mobile-logo svg {
    height: 40px;
  }
}
@media (max-width: 1024px) {
  .header-logo svg, .header-mobile-logo svg {
    height: 30px;
  }
}
@media (max-width: 900px) {
  .header-logo, .header-mobile-logo {
    margin-top: 10px;
    margin-left: 15px;
  }
  .header-logo.header-mobile-logo, .header-mobile-logo.header-mobile-logo {
    display: inline-block;
  }
  .header-logo.header-logo, .header-mobile-logo.header-logo {
    display: none;
  }
}
.header-logo img, .header-mobile-logo img {
  height: auto;
}
@media screen and (min-width: 900px) {
  .header-logo img, .header-mobile-logo img {
    max-width: 75%;
  }
}

.dropdown-list {
  cursor: default;
}

.header {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 14px;
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .header {
    margin-top: auto;
  }
}
.header a {
  border: none;
  color: #fff;
  text-decoration: none;
}
.header a:hover {
  opacity: 0.85;
}
.header .header-logo svg {
  fill: #fff;
}
.header .header-logo-container:hover {
  opacity: 1;
}

.header-alt-black .header-logo svg {
  fill: #000;
}
.header-alt-black #mobile-menu {
  color: #000;
}
.header-alt-black .mobile-nav .cart-button svg {
  fill: #000;
}
.header-alt-black .mobile-nav .cart-quantity-count {
  color: #000;
}
.header-alt-black .mobile-nav .hamburger .hamburger-box .hamburger-inner, .header-alt-black .mobile-nav .hamburger .hamburger-box .hamburger-inner::before, .header-alt-black .mobile-nav .hamburger .hamburger-box .hamburger-inner::after {
  background-color: #000;
}
.header-alt-black .mobile-nav .is-active .hamburger-box .hamburger-inner::before, .header-alt-black .mobile-nav .is-active .hamburger-box .hamburger-inner::after {
  background-color: #fff;
}
.header-alt-black .header a {
  color: #000;
}
.header-alt-black .desktop-nav .desktop-nav-links {
  color: #000;
}
.header-alt-black .desktop-nav .desktop-nav-links a h5 {
  color: #000;
}
.header-alt-black .desktop-nav .desktop-nav-links a svg {
  fill: #000;
}
.header-alt-black .desktop-nav .desktop-nav-links .dropdown-list h5 {
  color: #000;
}
.header-alt-black .desktop-nav .desktop-nav-links .dropdown-list svg {
  fill: #000;
}
.header-alt-black .desktop-nav .desktop-nav-links .dropdown-list:hover h5 {
  color: #fff;
}
.header-alt-black .desktop-nav .desktop-nav-links .dropdown-list:hover .dropdown-content h5 {
  color: #fff;
}
.header-alt-black .desktop-nav .desktop-nav-links .dropdown-list:hover svg {
  fill: #fff;
}

@media screen and (max-width: 899px) {
  .header-mobile-black .header-logo svg {
    fill: #000;
  }
  .header-mobile-black #mobile-menu {
    color: #000;
  }
  .header-mobile-black .mobile-nav .cart-button svg {
    fill: #000;
  }
  .header-mobile-black .mobile-nav .cart-quantity-count {
    color: #000;
  }
  .header-mobile-black .mobile-nav .hamburger .hamburger-box .hamburger-inner, .header-mobile-black .mobile-nav .hamburger .hamburger-box .hamburger-inner::before, .header-mobile-black .mobile-nav .hamburger .hamburger-box .hamburger-inner::after {
    background-color: #000;
  }
  .header-mobile-black .mobile-nav .is-active .hamburger-box .hamburger-inner::before, .header-mobile-black .mobile-nav .is-active .hamburger-box .hamburger-inner::after {
    background-color: #fff;
  }
  .header-mobile-black .header a {
    color: #000;
  }
  .header-mobile-black .desktop-nav .desktop-nav-links {
    color: #000;
  }
  .header-mobile-black .desktop-nav .desktop-nav-links a h5 {
    color: #000;
  }
  .header-mobile-black .desktop-nav .desktop-nav-links a svg {
    fill: #000;
  }
  .header-mobile-black .desktop-nav .desktop-nav-links .dropdown-list h5 {
    color: #000;
  }
  .header-mobile-black .desktop-nav .desktop-nav-links .dropdown-list svg {
    fill: #000;
  }
  .header-mobile-black .desktop-nav .desktop-nav-links .dropdown-list:hover h5 {
    color: #fff;
  }
  .header-mobile-black .desktop-nav .desktop-nav-links .dropdown-list:hover .dropdown-content h5 {
    color: #fff;
  }
  .header-mobile-black .desktop-nav .desktop-nav-links .dropdown-list:hover svg {
    fill: #fff;
  }
}

#desktop-cart-icon {
  display: none;
}
@media screen and (min-width: 900px) {
  #desktop-cart-icon {
    display: inline;
  }
}

#mobile-cart-icon {
  display: inline;
}
@media screen and (min-width: 900px) {
  #mobile-cart-icon {
    display: none;
  }
}

.mobile-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 15px;
  margin-bottom: -15px;
}
@media screen and (min-width: 900px) {
  .mobile-nav {
    display: none;
  }
}
.mobile-nav button:hover {
  background: transparent;
}
.mobile-nav button.is-active {
  position: absolute;
  right: 0;
  top: 5px;
}
.mobile-nav .cart-button {
  cursor: pointer;
}
.mobile-nav .cart-button svg {
  fill: #fff;
}
.mobile-nav .cart-button h5 {
  margin-left: 5px;
}

.desktop-nav {
  display: none;
  margin-top: 5px;
  margin-right: 35px;
}
@media screen and (min-width: 900px) {
  .desktop-nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: 10px;
  }
}
.desktop-nav .desktop-nav-links {
  align-items: center;
  display: flex;
  flex-direction: row;
  height: auto;
  justify-content: space-between;
  width: 600px;
}
.desktop-nav .desktop-nav-links h5 {
  font-size: 14px;
}
.desktop-nav .desktop-nav-links .active {
  border-bottom: 2px solid white;
}
.desktop-nav .desktop-nav-links .js-to-cart svg {
  fill: #fff;
}
.desktop-nav .desktop-nav-links .referral-link.active {
  border-bottom: 2px solid #ff0045;
}
.desktop-nav .desktop-nav-links .referral-link h5 {
  color: #ff0045;
}
.desktop-nav .desktop-nav-links .dropdown-content h5 {
  width: 100%;
}
.desktop-nav .desktop-nav-links .dropdown-content h5:hover {
  background-color: #46f992;
  color: #000;
}

.js-to-cart {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.js-to-cart svg {
  fill: #fff;
}
.js-to-cart h5 {
  margin-left: 5px;
}

#mobile-menu-overlay {
  background-color: rgba(0, 0, 0, 0.75);
  height: 100%;
  left: 0;
  overflow-y: scroll;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 30;
}

#mobile-menu {
  background-color: #000;
  align-items: flex-start;
  bottom: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  transition: margin-right 250ms ease;
  width: 300px;
  z-index: 50;
  overflow-y: auto;
}
#mobile-menu a {
  text-decoration: none;
}

.mobile-menu-section {
  align-items: flex-start;
  border-bottom: 2px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 60px;
  padding: 10px 10%;
  width: 100%;
}
.mobile-menu-section h4 {
  display: inline-block;
  margin: 15px 0;
  letter-spacing: 1.75px;
  color: #aeaeae;
}
.mobile-menu-section a {
  padding-bottom: 0;
}
.mobile-menu-section a h4 {
  color: #fff;
  margin: 0;
}
.mobile-menu-section:last-child {
  border: none;
}

.mobile-choices a {
  margin-top: 15px;
}
.mobile-choices a:first-of-type {
  margin-top: 0;
}

.hamburger {
  margin-left: 18px;
  position: relative;
  z-index: 10;
}
.hamburger:hover {
  opacity: 1;
  border: 0px;
}

.header-small {
  background-color: #000;
  min-height: 70px;
  padding: 0 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header-small h3 {
  color: #fff;
}
.header-small .contact-info {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.header-small .contact-info a {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header-small .contact-info p, .header-small .contact-info .p-a {
  color: #fff;
  display: none;
}
@media screen and (min-width: 900px) {
  .header-small .contact-info p, .header-small .contact-info .p-a {
    display: block;
    margin: 0 10px;
  }
}
.header-small .contact-info img {
  margin: 0 5px;
}
@media screen and (min-width: 900px) {
  .header-small {
    padding: 0 60px;
  }
}

.hero-overlay {
  width: 90%;
  margin: 0 auto;
  margin-top: -90px;
  padding: 50px 20px;
  background-color: #FFC1CA;
  position: relative;
}
@media screen and (min-width: 900px) {
  .hero-overlay {
    margin-left: 50px;
    padding: 36px 15px;
    width: 64%;
  }
  .hero-overlay h1, .hero-overlay .h1 {
    padding-left: 30px;
  }
}

.icon-content-section .icon-content {
  margin: 0 auto;
  text-align: center;
  padding: 0 40px;
}
.icon-content-section .icon-content h2, .icon-content-section .icon-content .h2 {
  padding: 40px 0 20px;
}
.icon-content-section .icon-content p, .icon-content-section .icon-content .p-a {
  max-width: 1000px;
  margin: 0 auto;
}
.icon-content-section .lg-icons {
  display: flex;
  display: -webkit-flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
  margin: 40px auto 0;
  padding-bottom: 40px;
}
.icon-content-section .lg-icons .icon-block {
  display: flex;
  flex-direction: column;
  max-width: 80%;
  margin-bottom: 40px;
}
.icon-content-section .lg-icons .icon-block img {
  height: 80px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 500px) {
  .icon-content-section .lg-icons .icon-block {
    max-width: 50%;
    -webkit-flex: 1 1 50%;
  }
}
@media screen and (min-width: 900px) {
  .icon-content-section .lg-icons .icon-block {
    max-width: 20%;
    -webkit-flex: 1 1 20%;
    margin: 0 20px;
  }
}

.lang-flag-section {
  background-color: #f3f3f3;
}
.lang-flag-section .flags {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 50px;
}
.lang-flag-section .flag {
  text-align: center;
  min-width: 50%;
  -webkit-flex: 1 1 50%;
  margin-top: 20px;
}
.lang-flag-section .flag p, .lang-flag-section .flag .p-a {
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}
@media screen and (min-width: 900px) {
  .lang-flag-section .flag {
    min-width: 20%;
    -webkit-flex: 1 1 20%;
    margin-top: 50px;
  }
}

.newsletter-subscribe-form {
  align-items: stretch;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .newsletter-subscribe-form {
    min-width: 260px;
  }
}
.newsletter-subscribe-form .row, .newsletter-subscribe-form .DiscountCodeForm__form {
  align-items: stretch;
  display: flex;
  flex-direction: row;
}
.newsletter-subscribe-form .full-width-input {
  border-bottom: none !important;
  width: 100%;
}
.newsletter-subscribe-form .short-width-input {
  border-right: none !important;
  width: 70%;
}
.newsletter-subscribe-form .subscribe {
  width: 30%;
  color: #000;
  background-color: #46f992;
  border-color: #46f992;
  border-radius: 0;
}
@media screen and (max-width: 400px) {
  .newsletter-subscribe-form .subscribe {
    letter-spacing: 0.1px;
  }
}
.newsletter-subscribe-form .subscribe:hover {
  background-color: transparent;
  color: #46f992;
}
.newsletter-subscribe-form input {
  background-color: transparent;
  border: 2px solid #000;
  border-bottom: 1px solid #000;
  color: #000;
  padding: 1em 1.5em;
  border-color: #46f992;
  color: #fff;
  padding: 15px;
}
.newsletter-subscribe-form input:-webkit-input-placeholder, .newsletter-subscribe-form input:-moz-input-placeholder, .newsletter-subscribe-form input:placeholder {
  color: #fff;
  opacity: 1;
}
.newsletter-subscribe-form.alternate input {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.newsletter-subscribe-form.alternate button {
  padding: 12px !important;
}
.newsletter-subscribe-form.alternate .subscribe {
  background-color: #000;
  border-color: #000;
  color: #fff;
  border-radius: 0;
}

.option-list-container {
  padding-bottom: 10px;
}
@media screen and (min-width: 900px) {
  .option-list-container {
    padding-bottom: 60px;
  }
}
.option-list-container .option-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  padding-top: 60px;
}
.option-list-container .option-list h3 {
  flex-basis: 100%;
  margin-bottom: 34px;
}
.option-list-container .option-list .option-list-item {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.option-list-container .option-list .option-list-item img {
  display: none;
  margin-right: 20px;
  max-height: 80px;
}
@media screen and (min-width: 900px) {
  .option-list-container .option-list .option-list-item img {
    display: inline-block;
  }
}
.option-list-container .option-list.online {
  justify-content: space-evenly;
}
.option-list-container .option-list.online h3 {
  text-align: center;
}
.option-list-container .option-list.online .option-list-item {
  text-transform: uppercase;
}

.option-badge-section {
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-around;
  text-align: center;
  width: 100%;
}
.option-badge-section h2, .option-badge-section .h2 {
  margin: 10px;
}
.option-badge-section h2.num-hours, .option-badge-section .num-hours.h2 {
  margin-top: 0;
}
@media screen and (min-width: 900px) {
  .option-badge-section {
    padding: 45px 0;
  }
}

.option-badge-list {
  align-items: center;
  background-color: #f3f3f3;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
  width: 90%;
}
@media screen and (min-width: 900px) {
  .option-badge-list {
    align-items: stretch;
    flex-direction: row;
    justify-content: center;
  }
}
@media screen and (min-width: 1600px) {
  .option-badge-list {
    max-width: 60%;
  }
}

.option-badge {
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 10px 0;
  min-height: 450px;
  padding: 20px;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .option-badge {
    background-color: #f3f3f3;
    max-width: 33.3333333333%;
    min-height: 340px;
  }
  .option-badge p, .option-badge .p-a {
    margin: 0 auto;
    max-width: 80%;
  }
}

.badge {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 108px; /* height of badge icon */
  justify-content: center;
  margin-bottom: 10px;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .badge {
    height: 80px;
    background-size: 80px 80px;
  }
}
.badge h2, .badge .h2 {
  color: #fff;
  height: 50px;
  line-height: 50px;
  font-size: 36px;
  letter-spacing: 1px;
  margin: 0;
}

@media screen and (min-width: 900px) {
  .badge.dollar-amount {
    height: 100px;
    background-size: 100px 100px;
  }
}

.option-badge-text {
  font-size: 12px;
  line-height: 16px;
  border-top: 1px solid;
  padding-top: 20px;
  margin: 20px 0;
  width: 90%;
}
.option-badge-text a {
  text-transform: none;
  padding-bottom: 0;
  font-weight: 500;
  border-bottom-width: 1px;
}
@media screen and (min-width: 900px) {
  .option-badge-text {
    width: 84%;
    margin-bottom: 0;
  }
}

#options button {
  margin: 0 auto;
}

.options {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}
@media screen and (min-width: 900px) {
  .options {
    flex-flow: row wrap;
    -webkit-flex-flow: row;
    align-items: stretch;
    justify-content: center;
  }
}
.options input[type=radio] {
  display: none;
}
.options input[type=radio]:checked + label h2, .options input[type=radio]:checked + label .h2 {
  background-color: #46f992;
  border-bottom: 3px solid black;
}
.options input[type=radio]:checked + label .drop-arrow {
  transition: transform 0.2s ease-in;
  transform: rotate(180deg);
}
.options input[type=radio]:checked + label .option-description {
  display: block;
}

.option-box {
  background-color: #fff;
  border: 3px solid black;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: -3px;
  position: relative;
  width: 95%;
}
@media screen and (min-width: 900px) {
  .option-box {
    margin: -20px 10px 0 10px;
    max-width: 300px;
  }
}
.option-box:hover h2, .option-box:hover .h2 {
  background-color: #46f992;
}
.option-box label {
  cursor: pointer;
}
.option-box h2, .option-box .h2 {
  background-color: #fff;
  padding: 18px 20px;
}
@media screen and (min-width: 900px) {
  .option-box h2, .option-box .h2 {
    border-bottom: 3px solid black;
    padding: 30px 33px;
  }
}
.option-box .option-description {
  padding: 30px 25px 25px;
  background-color: #fff;
  display: none;
  transition: height 1s;
}
.option-box .option-description p, .option-box .option-description .p-a {
  height: 100%;
}
@media screen and (min-width: 900px) {
  .option-box .option-description {
    display: block;
  }
}
.option-box .option-description h4 {
  margin: 25px 0;
}
@media screen and (min-width: 900px) {
  .option-box .option-description h4 {
    height: 15px;
  }
}

.drop-arrow {
  position: absolute;
  top: 30px;
  right: 30px;
}
@media screen and (min-width: 900px) {
  .drop-arrow {
    display: none;
  }
}

.outlined-text-blocks {
  background-color: #FFC1CA;
}
.outlined-text-blocks .padded-center-container {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .outlined-text-blocks .padded-center-container {
    max-width: 80%;
    flex-flow: row wrap;
    -webkit-flex-flow: row;
  }
}
.outlined-text-blocks .block {
  margin: 25px auto;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .outlined-text-blocks .block {
    margin: 38px auto;
    width: 32%;
  }
}
.outlined-text-blocks .block img {
  margin-top: -34px;
}
.outlined-text-blocks .block .text-block {
  border: 3px solid #000;
  padding: 25px;
  padding-bottom: 50px;
  height: 350px;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .outlined-text-blocks .block .text-block {
    height: 300px;
  }
}
.outlined-text-blocks .block .text-block h3 {
  margin: 0 auto;
  margin-top: -45px;
  height: 80px;
  width: 100%;
  padding: 5px;
  background-color: #FFC1CA;
}
@media screen and (min-width: 900px) {
  .outlined-text-blocks .block .text-block h3 {
    font-size: 18px;
    height: 60px;
    margin-bottom: 4px;
  }
}

@-moz-document url-prefix() {
  .outlined-text-blocks .block .text-block h3 {
    width: 200px;
    font-size: 20px;
    line-height: 20px;
  }
  .text-block {
    font-size: 20px;
  }
  .text-block h3 {
    font-size: 20px;
  }
  @media screen and (min-width: 900px) {
    .text-block h3 {
      font-size: 20px;
    }
  }
}
.page-nav-container {
  display: flex;
  padding: 20px 0;
  background: #000;
  justify-content: flex-start;
  width: 100%;
  flex-flow: row nowrap;
}
.page-nav-container .page-nav {
  display: flex;
  flex-grow: 1;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .page-nav-container .page-nav {
    justify-content: space-evenly;
  }
}
@media screen and (min-width: 900px) {
  .page-nav-container .page-nav {
    max-width: 1540px;
    padding: 0 70px;
  }
}
.page-nav-container .page-nav .page-nav-item {
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
  text-transform: capitalize;
  border-bottom: none;
}
.page-nav-container .page-nav .page-nav-item:nth-child(n+4) {
  display: none;
}
@media screen and (min-width: 900px) {
  .page-nav-container .page-nav .page-nav-item {
    margin-right: 60px;
  }
  .page-nav-container .page-nav .page-nav-item:nth-child(n+4) {
    display: block;
  }
}

.pdp-pricing-info-capture {
  background-color: #FBEE75;
  display: inline-block;
  padding: 25px 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .pdp-pricing-info-capture {
    padding: 15px 35px;
  }
}
.pdp-pricing-info-capture p, .pdp-pricing-info-capture .p-a {
  margin-top: 20px;
  margin-bottom: 40px;
}
.pdp-pricing-info-capture h6 {
  margin-bottom: 16px;
}
.pdp-pricing-info-capture h4 {
  margin-top: 2px;
}
.pdp-pricing-info-capture p, .pdp-pricing-info-capture .p-a {
  margin-bottom: 20px;
  margin-top: 0;
}
.pdp-pricing-info-capture a {
  margin: auto;
  margin-bottom: 8px;
  margin-top: 38px;
  width: auto;
}
@media screen and (min-width: 900px) {
  .pdp-pricing-info-capture {
    text-align: left;
    margin-top: -50px;
    margin-bottom: 50px;
    min-height: 420px;
  }
}
.pdp-pricing-info-capture .mobile-hide {
  display: none;
}
@media screen and (min-width: 900px) {
  .pdp-pricing-info-capture .mobile-hide {
    display: block;
    align-self: flex-end;
    margin-top: -50px;
    width: 80px;
  }
}

.pdp-online-alternative {
  background-color: #FFC1CA;
  display: inline-block;
  padding: 25px 10px;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0 auto;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .pdp-online-alternative {
    padding: 15px 35px;
  }
}
.pdp-online-alternative p, .pdp-online-alternative .p-a {
  margin-top: 20px;
  margin-bottom: 40px;
}
.pdp-online-alternative h6 {
  margin-bottom: 16px;
}
@media screen and (min-width: 900px) {
  .pdp-online-alternative {
    min-height: 420px;
    transform: translateY(-50px);
  }
}
.pdp-online-alternative h2, .pdp-online-alternative .h2 {
  margin-top: -24px;
  margin-bottom: 24px;
}
.pdp-online-alternative p, .pdp-online-alternative .p-a {
  color: #fb0d57;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.pdp-online-alternative .return-to-waitlist {
  margin: auto;
  margin-top: 48px;
  width: auto;
}
.pdp-online-alternative button {
  width: 90%;
}

.pdp-form-wrapper .email-capture-form-submitted {
  text-align: center;
}
.pdp-form-wrapper .email-capture-form-errors p, .pdp-form-wrapper .email-capture-form-errors .p-a {
  color: #fb0d57;
}

.pdp-info-form {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.pdp-info-form .row, .pdp-info-form .DiscountCodeForm__form {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  height: 60px;
  border-bottom: none;
}
.pdp-info-form .row:last-child, .pdp-info-form .DiscountCodeForm__form:last-child {
  border-bottom: 2px solid #000;
}
.pdp-info-form .on-color, .pdp-info-form .newsletter-subscribe-form.alternate .subscribe, .newsletter-subscribe-form.alternate .pdp-info-form .subscribe {
  line-height: 0;
}
.pdp-info-form .future-header {
  margin-bottom: 30px;
}
.pdp-info-form .pdp-capture-btn {
  width: 100%;
  line-height: 0;
  color: #fff;
  background-color: #000;
  border-color: #000;
}
@media screen and (max-width: 400px) {
  .pdp-info-form .pdp-capture-btn {
    letter-spacing: 0.1px;
  }
}
.pdp-info-form .pdp-capture-btn:hover {
  background-color: transparent;
  color: #000;
}
.pdp-info-form input {
  width: 100%;
  background-color: transparent;
  border: 2px solid #000;
  border-bottom: 1px solid #000;
  color: #000;
  padding: 1em 1.5em;
  color: #000;
}
.pdp-info-form input:-webkit-input-placeholder, .pdp-info-form input:-moz-input-placeholder, .pdp-info-form input:placeholder {
  color: #000;
  opacity: 1;
}

.pdp_info_form_errors div {
  color: #fb0d57;
  margin: 2px 0;
}

.timed-slide.non-display {
  display: none;
}

.photo-text-steps {
  width: 100%;
}
.photo-text-steps .photo-text-steps-header {
  background-color: #b6f8ff;
  padding: 30px;
  text-align: center;
}
.photo-text-steps .photo-text-steps-header h2, .photo-text-steps .photo-text-steps-header .h2 {
  margin-bottom: 10px;
}
.photo-text-steps .photo-text-steps-header p, .photo-text-steps .photo-text-steps-header .p-a {
  font-size: 18px;
}
.photo-text-steps .photo-text-steps-list {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 60px 0 40px 0;
  text-align: center;
  font-size: 16px;
}
.photo-text-steps .photo-text-steps-list .step-item {
  width: 200px;
  position: relative;
  margin-bottom: 20px;
}
.photo-text-steps .photo-text-steps-list .step-item .step-number {
  position: absolute;
  line-height: 0;
  top: 90px;
  left: -24px;
  color: #b6f8ff;
  font-size: 28px;
  font-weight: bold;
}
.photo-text-steps .photo-text-steps-list .step-item .step-img {
  display: inline-block;
  width: 180px;
  height: 180px;
  background-position: center;
  background-size: cover;
  margin-bottom: 16px;
}

.photo-text-blocks .main-header {
  text-align: center;
  margin: 50px auto 30px;
}
.photo-text-blocks .main-subtitle {
  text-align: center;
  margin: auto;
  margin-bottom: 30px;
  width: 90%;
}
@media screen and (min-width: 900px) {
  .photo-text-blocks .main-subtitle {
    width: 70%;
  }
}
.photo-text-blocks .blocks {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: center;
}
.photo-text-blocks .block {
  align-items: flex-start;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  background-color: #f3f3f3;
  width: 100%;
  height: 500px;
  margin-top: 10px;
}
@media screen and (min-width: 500px) {
  .photo-text-blocks .block {
    min-width: 390px;
    min-height: 412px;
    width: inherit;
  }
}
@media screen and (min-width: 500px) {
  .photo-text-blocks .block:nth-child(2) {
    margin: 10px 10px 0;
  }
}
.photo-text-blocks .text-section {
  background-color: #FFC1CA;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.photo-text-blocks .text-section h2, .photo-text-blocks .text-section .h2 {
  width: 90%;
}
@media screen and (min-width: 500px) {
  .photo-text-blocks .text-section {
    height: 256px;
    min-width: 340px;
    width: 86%;
  }
}

.v2-photo-text-blocks {
  display: flex;
  flex-wrap: wrap;
}
.v2-photo-text-blocks .photo-block {
  flex-grow: 1;
  flex-basis: 0;
  height: 450px;
  display: inline-flex;
  align-items: center;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 500px) {
  .v2-photo-text-blocks .photo-block {
    min-width: 450px;
  }
}
@media screen and (max-width: 899px) {
  .v2-photo-text-blocks .photo-block {
    align-items: flex-start;
    background-position: center 150px;
    height: 500px;
  }
}
.v2-photo-text-blocks .text-block {
  padding: 30px;
}
.v2-photo-text-blocks .text-block.text-block-yellow {
  background-color: #FBEE75;
}
.v2-photo-text-blocks .text-block.text-block-pink {
  background-color: #FFC1CA;
}
.v2-photo-text-blocks .text-block h2, .v2-photo-text-blocks .text-block .h2 {
  display: table-row;
  width: 1px;
}
.v2-photo-text-blocks .text-block p, .v2-photo-text-blocks .text-block .p-a {
  display: table-cell;
  width: 1px;
}
@media screen and (max-width: 899px) {
  .v2-photo-text-blocks .text-block {
    width: 100%;
    text-align: center;
  }
  .v2-photo-text-blocks .text-block h2, .v2-photo-text-blocks .text-block .h2 {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  .v2-photo-text-blocks .text-block p, .v2-photo-text-blocks .text-block .p-a {
    font-size: 18px;
    display: inline-block;
    width: 100%;
    max-width: 350px;
  }
}

.press-mentions {
  background-color: #1a1a1a;
  padding: 40px 0px;
}
.press-mentions h4 {
  color: #fff;
  text-align: center;
}
.press-mentions .press-logos {
  align-items: center;
}
@media screen and (min-width: 900px) {
  .press-mentions .press-logos {
    flex-flow: row wrap;
  }
}
.press-mentions .press-logos img {
  margin-top: 30px;
}

.primary-value-props-block {
  background-color: #f3f3f3;
}

.primary-value-props-info {
  margin: 0 auto;
  text-align: center;
  padding: 30px;
}
@media screen and (min-width: 900px) {
  .primary-value-props-info {
    padding: 45px 22px;
    max-width: 80%;
  }
}
.primary-value-props-info h2, .primary-value-props-info .h2 {
  margin-bottom: 22px;
}
.primary-value-props-info h4 {
  margin-bottom: 8px;
  text-transform: uppercase;
}
.primary-value-props-info .primary-value-props {
  align-items: center;
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .primary-value-props-info .primary-value-props {
    text-align: left;
    flex-flow: row wrap;
  }
}
@media screen and (min-width: 900px) {
  .primary-value-props-info .primary-value-props .primary-value-prop {
    display: flex;
    flex-basis: 50%;
    padding: 30px 10px 40px;
    align-self: flex-start;
  }
}
.primary-value-props-info .primary-value-props .primary-value-prop .img-cont {
  margin: 20px auto;
  width: 100%;
  height: 100%;
  max-height: 100px;
  max-width: 100px;
}
@media screen and (min-width: 900px) {
  .primary-value-props-info .primary-value-props .primary-value-prop .img-cont {
    margin: 0 42px 12px 0;
    flex-basis: 20%;
  }
}
@media screen and (min-width: 900px) {
  .primary-value-props-info .primary-value-props .primary-value-prop .ntk-text {
    flex-basis: 80%;
  }
}

.product-card-list {
  display: flex;
  flex-flow: column nowrap;
}
@media screen and (min-width: 900px) {
  .product-card-list {
    flex-flow: row wrap;
  }
}

.product-card {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  background-position: center;
  background-size: cover;
  height: 450px;
}
.product-card:hover {
  cursor: pointer;
}
@media screen and (min-width: 900px) {
  .product-card {
    height: 720px;
    width: 50%;
  }
}

.product-sticky {
  background-color: #b6f8ff;
  display: inline-block;
  padding: 25px 25px;
  max-width: 50%;
  height: 50%;
  min-height: 220px;
  min-width: 220px;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 900px) {
  .product-sticky {
    padding: 25px 25px;
  }
}
.product-sticky p, .product-sticky .p-a {
  margin-top: 20px;
  margin-bottom: 40px;
}
.product-sticky h6 {
  margin-bottom: 16px;
}
@media screen and (min-width: 900px) {
  .product-sticky {
    margin: 0;
    padding: 40px;
  }
}
.product-sticky .pop-up {
  background-image: url(/static/bundles/931d55e1f8a52b37afa2.svg);
  height: 89px;
  width: 89px;
  position: absolute;
  right: 20px;
  top: -50px;
}

.product-sticky:hover .detail-contents {
  display: flex;
}

.product-sticky:hover .default-contents {
  display: none;
}

.detail-contents {
  display: none;
}

.product-card.side {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
}
@media screen and (min-width: 900px) {
  .product-card.side {
    height: 350px;
    width: 50%;
  }
}
.product-card.side .product-sticky {
  width: 50%;
}
@media screen and (min-width: 900px) {
  .product-card.side .product-sticky {
    height: 100%;
  }
}

.product-side-image {
  display: none;
}
@media screen and (min-width: 900px) {
  .product-side-image {
    display: inherit;
    background-size: cover;
    width: 50%;
    height: 350px;
  }
}

@media screen and (min-width: 900px) {
  .product-card.corner {
    height: 720px;
  }
}
@media screen and (min-width: 900px) {
  .product-card.corner:nth-child(odd) {
    border-right: 5px solid white;
  }
}

.product-instance-list {
  background-color: #f3f3f3;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
@media screen and (min-width: 900px) {
  .product-instance-list {
    padding: 0;
    max-width: 1200px;
    flex-flow: row wrap;
  }
}

.product-instance-list-header {
  background-color: #fff;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .product-instance-list-header {
    width: 100%;
    background-color: #f3f3f3;
    padding: 5px 12px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}
.product-instance-list-header .dsktop-show {
  display: none;
}
@media screen and (min-width: 900px) {
  .product-instance-list-header .dsktop-show {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    flex-basis: 20%;
    flex-grow: 1;
  }
  .product-instance-list-header .dsktop-show h6 {
    color: #aeaeae;
  }
}
.product-instance-list-header .md-col {
  flex-basis: 20%;
}
.product-instance-list-header .sm-col {
  flex-basis: 15%;
}

.product-instance-row {
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 30px;
  margin: 15px 0;
}
.product-instance-row.activity-row {
  align-items: center !important;
  padding: 5px;
}
.product-instance-row div:nth-of-type(2) p, .product-instance-row div:nth-of-type(2) .p-a {
  text-transform: uppercase;
}
.product-instance-row .col {
  margin: 10px 0;
}
@media screen and (min-width: 900px) {
  .product-instance-row .col {
    text-align: left;
    flex-grow: 1;
    padding-right: 5px;
  }
}
.product-instance-row .md-col {
  flex-basis: 20%;
}
.product-instance-row .sm-col {
  flex-basis: 15%;
}
.product-instance-row .btn-col {
  flex-basis: 15%;
}
.product-instance-row .btn-col .only-few-spots {
  font-size: 14px;
  font-style: italic;
  margin-top: 10px;
}
@media screen and (min-width: 900px) {
  .product-instance-row .btn-col .only-few-spots {
    float: right;
  }
}
@media screen and (min-width: 900px) {
  .product-instance-row .btn-col button {
    float: right;
  }
}
@media screen and (max-width: 899px) {
  .product-instance-row .btn-col button {
    margin: auto;
  }
}
.product-instance-row .teacher-link {
  font-size: 18px;
  line-height: 24px;
  border: none;
}
.product-instance-row .teacher-expand-link {
  font-size: 18px;
  line-height: 24px;
}
@media screen and (min-width: 900px) {
  .product-instance-row {
    background-color: #f3f3f3;
    align-items: flex-start;
    flex-flow: row nowrap;
    justify-content: space-between;
    border-top: 1px solid #aeaeae;
    padding: 30px 0;
    margin: 0;
  }
  .product-instance-row .teacher-subheader {
    display: none;
  }
}

.teacher-info-expandout {
  width: 100%;
  background-color: #fff;
  display: none;
  flex-flow: column nowrap;
  padding: 8px 25px 25px;
  margin: 15px 0;
  border: 3px solid #000;
  text-align: left;
}
@media screen and (max-width: 899px) {
  .teacher-info-expandout {
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (min-width: 900px) {
  .teacher-info-expandout {
    padding: 0 0 25px;
    margin: 0;
  }
}
.teacher-info-expandout .teacher-info {
  display: flex;
}
@media screen and (max-width: 899px) {
  .teacher-info-expandout .teacher-info {
    flex-flow: column nowrap;
    align-items: center;
  }
}
@media screen and (max-width: 899px) {
  .teacher-info-expandout .teacher-photo {
    width: 225px;
    height: 225px;
  }
}
@media screen and (min-width: 900px) {
  .teacher-info-expandout .teacher-photo {
    max-width: 100%;
    height: 100%;
  }
}
.teacher-info-expandout .teacher-quote {
  margin-bottom: 25px;
}
@media screen and (min-width: 900px) {
  .teacher-info-expandout .quote-when-photo-present {
    padding-right: 64px;
  }
}
@media screen and (min-width: 900px) {
  .teacher-info-expandout .quote-when-photo-absent {
    padding-right: 0px;
  }
}
.teacher-info-expandout .bio-and-review {
  display: flex;
  flex-flow: column nowrap;
}
@media screen and (min-width: 900px) {
  .teacher-info-expandout .bio-and-review {
    align-items: flex-start;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}
.teacher-info-expandout .bio-and-review .teacher-bio {
  flex-grow: 1;
  flex-basis: 30%;
}
@media screen and (max-width: 899px) {
  .teacher-info-expandout .bio-and-review .teacher-bio {
    padding-bottom: 20px;
  }
}
.teacher-info-expandout .bio-and-review .teacher-review {
  flex-grow: 1;
  flex-basis: 50%;
}
.teacher-info-expandout .bio-and-review .teacher-review q {
  font-size: 32px;
  font-family: BureauGrotCondensed;
  letter-spacing: 0.67px;
  line-height: 36px;
  font-weight: 400;
}
.teacher-info-expandout .bio-and-review .teacher-review q:before {
  content: "“";
}
.teacher-info-expandout .bio-and-review .teacher-review q:after {
  content: "”";
}
@media screen and (min-width: 900px) {
  .teacher-info-expandout .bio-and-review .review-when-photo-present {
    padding: 0 64px 0 55px;
  }
}
@media screen and (min-width: 900px) {
  .teacher-info-expandout .bio-and-review .review-when-photo-absent {
    padding-left: 55px;
  }
}
.teacher-info-expandout .bio-and-review h6 {
  color: #aeaeae;
  text-transform: inherit;
  padding-bottom: 5px;
}
.teacher-info-expandout .teacher-close-container {
  flex-basis: 100%;
  text-align: right;
  margin: 6px -11px 0 0;
}
@media screen and (min-width: 900px) {
  .teacher-info-expandout .teacher-close-container {
    margin: 14px 14px -11px 0;
  }
}
.teacher-info-expandout .teacher-close-container a {
  border: 0;
}
.teacher-info-expandout .teacher-close-container a img {
  width: 18px;
  height: 18px;
}
.teacher-info-expandout .col {
  margin: 5px 0;
}
@media screen and (min-width: 900px) {
  .teacher-info-expandout .col {
    flex-grow: 1;
    padding-right: 5px;
  }
}
.teacher-info-expandout .xl-col-when-photo-present {
  flex-basis: 77%;
}
@media screen and (min-width: 900px) {
  .teacher-info-expandout .xl-col-when-photo-present {
    margin-right: 5px;
  }
}
.teacher-info-expandout .xl-col-when-photo-absent {
  flex-basis: 77%;
  padding: 0 5%;
}
@media screen and (min-width: 900px) {
  .teacher-info-expandout .xl-col-when-photo-absent {
    padding: 0 10%;
  }
}
.teacher-info-expandout .sm-col {
  flex-basis: 15%;
  margin: 5px 10px 5px 15px;
}

.product-row {
  display: flex;
  flex-direction: column;
  border-top: 3px solid #f3f3f3;
  padding-bottom: 20px;
}
.product-row:last-of-type {
  border-bottom: 3px solid #f3f3f3;
}
@media screen and (min-width: 900px) {
  .product-row {
    flex-direction: row;
    margin: 0 20px;
  }
}
.product-row .starburst-title {
  align-self: center;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 20px;
}
@media screen and (min-width: 900px) {
  .product-row .starburst-title {
    margin-top: 16px;
    width: 33.33%;
  }
}
.product-row .starburst-title h6 {
  margin-bottom: 15px;
}
.product-row .starburst {
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
@media screen and (min-width: 900px) {
  .product-row .starburst {
    margin-left: -60px;
    margin-right: 15px;
    width: 45px;
    height: 45px;
  }
}
.product-row .product-title {
  display: inline;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .product-row .product-title {
    text-align: left;
    font-size: 28px;
    width: auto;
  }
}
.product-row .product-descrip {
  align-self: flex-end;
  margin: 10px 0;
  text-align: center;
  width: 100%;
}
.product-row .product-descrip p, .product-row .product-descrip .p-a {
  color: #4a4a4a;
  margin-bottom: 5px;
}
@media screen and (min-width: 900px) {
  .product-row .product-descrip {
    margin: 16px 40px;
    text-align: left;
    width: 36%;
  }
}
.product-row .view-details-region {
  align-self: center;
  margin: 20px 0;
}
.product-row .view-details-region .white-button {
  height: 60px;
  padding: 18px;
}
@media screen and (min-width: 900px) {
  .product-row .view-details-region {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    width: 33.33%;
    margin: 16px auto;
  }
  .product-row .view-details-region .white-button {
    height: 45px;
    padding: 13px;
  }
}

.public-message-section {
  background-color: #fff;
  padding-bottom: 40px;
}
@media screen and (min-width: 900px) {
  .public-message-section {
    display: block;
  }
}
.public-message-section p, .public-message-section .p-a {
  margin-top: 20px;
}

.questions-wrapper {
  background-color: #FFC1CA;
}

.questions-container {
  display: flex;
  flex-direction: column;
  margin: 0 auto 10px;
  padding: 35px 20px;
  max-width: 940px;
  align-items: flex-start;
}
@media screen and (min-width: 900px) {
  .questions-container {
    flex-direction: row;
    margin-bottom: 0;
    padding-bottom: 68px;
    padding-top: 68px;
  }
}
.questions-container h3 {
  margin-bottom: 30px;
  max-width: 246px;
}
@media screen and (min-width: 900px) {
  .questions-container h3 {
    align-self: center;
    flex: 1 1 0;
    margin-bottom: 0;
    max-width: none;
  }
}

.questions-form {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  max-width: 420px;
  border-bottom: 3px solid #000;
}
@media screen and (min-width: 900px) {
  .questions-form {
    flex: 1 1 0;
  }
}
.questions-form input {
  background-color: transparent;
  border: 2px solid #000;
  border-bottom: 1px solid #000;
  color: #000;
  padding: 1em 1.5em;
}
.questions-form input:-webkit-input-placeholder, .questions-form input:-moz-input-placeholder, .questions-form input:placeholder {
  color: #000;
  opacity: 1;
}
.questions-form .row, .questions-form .DiscountCodeForm__form {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  height: 60px;
}
.questions-form .row input, .questions-form .DiscountCodeForm__form input {
  border-bottom: none;
  width: 100%;
}
.questions-form .row .submit, .questions-form .DiscountCodeForm__form .submit {
  width: 30%;
  border-left: none;
  border-bottom: none;
}

.quote-section {
  background-color: #f3f3f3;
  padding: 30px;
  text-align: center;
}
.quote-section .quote {
  max-width: 1000px;
  font-style: italic;
  margin: 0 auto;
  font-weight: 500;
}
.quote-section .attribution {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
  margin-top: 5px;
}

.sales-team {
  padding: 40px 0;
  width: 100%;
  font-size: 16px;
  background-color: #f3f3f3;
}
.sales-team h2, .sales-team .h2 {
  text-transform: none;
  margin-bottom: 0.5em;
}
.sales-team p, .sales-team .p-a {
  font-size: 16px;
}
.sales-team a {
  font-weight: bold;
}
.sales-team .advisors {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-top: 30px;
}
.sales-team .advisors .advisor {
  margin: 0 38px;
  text-align: center;
  width: 160px;
}
.sales-team .advisors .advisor h5 {
  color: #000;
  font-size: 20px;
  margin-top: 10px;
}
@media screen and (min-width: 900px) {
  .sales-team .advisors .advisor h5 {
    font-size: 16px;
  }
  .sales-team .advisors .advisor p, .sales-team .advisors .advisor .p-a {
    font-size: 15px;
  }
  .sales-team .advisors .advisor img {
    height: 160px;
    width: 160px;
  }
}
.sales-team .advisors .hide-on-mobile {
  display: none;
}
@media screen and (min-width: 900px) {
  .sales-team .advisors .hide-on-mobile {
    display: block;
  }
}
@media screen and (min-width: 900px) {
  .sales-team .advisors {
    justify-content: center;
  }
}

.site-banner {
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  transition: transform 0.2s;
  width: 100%;
  z-index: 80;
}
.site-banner .banner-content {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  height: 46px;
  justify-content: center;
  transition: border 0.2s, height 0.2s;
}
.site-banner p, .site-banner .p-a {
  font-size: 14px;
  text-align: center;
}
.site-banner a {
  border: none;
}

.site-banner section {
  z-index: -10;
}
.site-banner .sub-banner {
  align-items: center;
  background: #000;
  color: #fff;
  display: flex;
  flex-direction: row;
  height: 0px;
  justify-content: center;
  transform: translateY(-120px);
  transition: transform 0.2s, height 0.2s;
  width: 100%;
}
.site-banner .sub-banner div {
  display: flex;
  flex-direction: row;
}
.site-banner .sub-banner a {
  border: 3px solid inherit;
  margin: 0 12px;
  padding: 9px 20px;
}
@media screen and (max-width: 899px) {
  .site-banner .sub-banner a {
    margin: 0 1vw;
    padding: 9px 0.75vw;
  }
}
.site-banner .sub-banner .assessment-button {
  background: #737373;
  border-color: #737373;
}
.site-banner .sub-banner .banner-action-button {
  background: #fb0d57;
  border-color: #fb0d57;
}
.site-banner .sub-banner .assessment-button:hover {
  background: rgba(115, 115, 115, 0.85);
}
.site-banner .sub-banner .banner-action-button:hover {
  background: rgba(251, 13, 87, 0.85);
}

.site-banner.expanded {
  height: auto;
}
.site-banner.expanded .banner-content {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  height: 48px;
}
.site-banner.expanded .sub-banner {
  display: none;
}
.site-banner.expanded .sub-banner .sub-banner-nav {
  display: flex;
  flex-grow: 1;
  margin: 0 auto;
  flex-flow: row nowrap;
}
@media screen and (max-width: 899px) {
  .site-banner.expanded .sub-banner .sub-banner-nav {
    justify-content: space-evenly;
  }
}
@media screen and (min-width: 900px) {
  .site-banner.expanded .sub-banner .sub-banner-nav {
    padding-left: 3.15vw;
    justify-content: flex-start;
  }
}
.site-banner.expanded .sub-banner .sub-banner-nav .page-nav-item {
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
  text-transform: capitalize;
  border-bottom: none;
  padding: 0;
}
.site-banner.expanded .sub-banner .sub-banner-nav .page-nav-item:nth-child(n+4) {
  display: none;
}
@media screen and (min-width: 900px) {
  .site-banner.expanded .sub-banner .sub-banner-nav .page-nav-item {
    margin: 0 3.15vw 0 0;
  }
  .site-banner.expanded .sub-banner .sub-banner-nav .page-nav-item:nth-child(n+4) {
    display: block;
  }
}
.site-banner.expanded .sub-banner.visible {
  display: flex;
  height: 80px;
  transform: translateY(0px);
}
.site-banner.expanded .sub-banner.private.visible, .site-banner.expanded .sub-banner.group.visible {
  height: 60px;
}
.site-banner.expanded .sub-banner.group, .site-banner.expanded .sub-banner.private, .site-banner.expanded .sub-banner.online {
  justify-content: center;
}
.site-banner.expanded .sub-banner.group h1, .site-banner.expanded .sub-banner.group .h1, .site-banner.expanded .sub-banner.group h3, .site-banner.expanded .sub-banner.group div, .site-banner.expanded .sub-banner.private h1, .site-banner.expanded .sub-banner.private .h1, .site-banner.expanded .sub-banner.private h3, .site-banner.expanded .sub-banner.private div, .site-banner.expanded .sub-banner.online h1, .site-banner.expanded .sub-banner.online .h1, .site-banner.expanded .sub-banner.online h3, .site-banner.expanded .sub-banner.online div {
  display: none;
  transform: translateY(3px);
}
.site-banner.expanded .sub-banner.group h1, .site-banner.expanded .sub-banner.group .h1, .site-banner.expanded .sub-banner.private h1, .site-banner.expanded .sub-banner.private .h1, .site-banner.expanded .sub-banner.online h1, .site-banner.expanded .sub-banner.online .h1 {
  font-size: 42px;
}
.site-banner.expanded .sub-banner.group h3, .site-banner.expanded .sub-banner.private h3, .site-banner.expanded .sub-banner.online h3 {
  font-size: 16px;
}
.site-banner.expanded .sub-banner.group a, .site-banner.expanded .sub-banner.private a, .site-banner.expanded .sub-banner.online a {
  margin-right: 0 0;
}
.site-banner.expanded h1, .site-banner.expanded .h1, .site-banner.expanded h3 {
  color: #fff;
  text-transform: uppercase;
  margin: 0 24px;
}
.site-banner.expanded h3 {
  margin: 20px 0px 0px 0px;
}
.site-banner.expanded .banner-right {
  align-self: flex-end;
}

@media screen and (min-width: 900px) {
  .site-banner.expanded .sub-banner.group, .site-banner.expanded .sub-banner.private, .site-banner.expanded .sub-banner.online {
    justify-content: space-between;
  }
  .site-banner.expanded .sub-banner.group h1, .site-banner.expanded .sub-banner.group .h1, .site-banner.expanded .sub-banner.group h3, .site-banner.expanded .sub-banner.group div, .site-banner.expanded .sub-banner.private h1, .site-banner.expanded .sub-banner.private .h1, .site-banner.expanded .sub-banner.private h3, .site-banner.expanded .sub-banner.private div, .site-banner.expanded .sub-banner.online h1, .site-banner.expanded .sub-banner.online .h1, .site-banner.expanded .sub-banner.online h3, .site-banner.expanded .sub-banner.online div {
    display: flex;
  }
  .site-banner.expanded .sub-banner.group a, .site-banner.expanded .sub-banner.private a, .site-banner.expanded .sub-banner.online a {
    margin: 50px;
  }
}
body.banner-present .site-banner.retracted {
  transform: translateY(-48px);
}

.social-media-links {
  display: flex;
  flex-direction: row;
  margin-top: 18px;
}
.social-media-links .social-media-link {
  margin-right: 20px;
}

.share-link {
  background-color: #fff;
  padding: 0;
  border: none;
}
.share-link:hover {
  background-color: #fff;
}
.share-link:hover svg {
  fill: #46f992;
}

.social-media-links {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (min-width: 900px) {
  .social-media-links {
    align-self: flex-end;
    justify-content: flex-end;
  }
}
.social-media-links .share-link {
  border: 0;
  margin: 5px;
}

.social-media-section {
  background-color: #fff;
}
.social-media-section.background_gray {
  background-color: #f3f3f3;
}

.social-content {
  padding: 0 40px;
  margin: 0 auto;
  max-width: 1000px;
  text-align: center;
}
.social-content h2, .social-content .h2 {
  padding: 30px 0 16px;
}
.social-content p, .social-content .p-a {
  padding-left: 76px;
  padding-right: 76px;
}

.lg-social-icons {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  padding: 40px 16px;
}
.lg-social-icons a {
  border: none;
  display: block;
}
@media screen and (min-width: 500px) {
  .lg-social-icons {
    max-width: 525px;
  }
}

.stats {
  align-items: center;
  display: flex;
  justify-content: space-around;
  flex-flow: column nowrap;
  padding: 0;
  margin: 0;
}
.stats.graybackground {
  background-color: #f3f3f3;
}
@media screen and (min-width: 900px) {
  .stats {
    flex-flow: row wrap;
  }
}
.stats .icon-block {
  height: 100px;
  margin-bottom: 40px;
}
.stats .icon-block img {
  width: 100px;
  height: auto;
}
.stats .icon-block img.short-icon {
  margin-top: 25px;
}
@media screen and (min-width: 900px) {
  .stats .icon-block {
    height: 75px;
    margin-bottom: 40px;
  }
  .stats .icon-block img {
    width: 75px;
  }
}
.stats h3 {
  text-transform: uppercase;
  font-size: 22px;
  margin-top: 5px;
}
@media screen and (min-width: 900px) {
  .stats h3 {
    font-size: 16px;
  }
}
.stats li {
  list-style-type: none;
  padding: 57px 0;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .stats li {
    padding: 43px 0;
  }
}

.stats-band {
  background-color: #fbf45d;
  font-size: 28px;
  font-weight: bold;
  font-family: "BureauGrotCondensed";
  border: 1px dashed #B7B7B7;
}
.stats-band .stats-band-inner {
  padding: 30px 30px;
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .stats-band .stats-band-inner {
    justify-content: space-around;
  }
  .stats-band .stats-band-inner .sm-hidden {
    display: none;
  }
  .stats-band .stats-band-inner .number {
    display: block;
    text-align: center;
  }
  .stats-band .stats-band-inner .label {
    display: block;
    font-weight: normal;
    font-size: 15px;
    font-family: "MaisonNeue";
  }
}

#stripe-form-wrapper {
  display: flex;
  flex-direction: row;
}

.stripe-form {
  width: 480px;
}
.stripe-form label {
  display: flex;
  flex-direction: row;
  position: relative;
  color: #aeaeae;
  font-weight: 300;
  height: 40px;
  line-height: 40px;
  margin-left: 20px;
}
.stripe-form label:not(:last-child) {
  border-bottom: 1px solid #F0F5FA;
}
.stripe-form label > span {
  width: 120px;
  text-align: right;
  margin-right: 30px;
  cursor: text;
  pointer-events: none;
}
.stripe-form .field {
  flex: 1;
  background: transparent;
  border: 0;
  color: #31325F;
  outline: none;
  padding: 0px 10px;
  cursor: text;
  /* IE doesn't show placeholders when empty+focused */
}
.stripe-form .field::-webkit-input-placeholder {
  color: #CFD7E0;
}
.stripe-form .field::-moz-placeholder {
  color: #CFD7E0;
}
.stripe-form .field:-ms-input-placeholder {
  color: #424770;
}
.stripe-form button {
  display: block;
  float: left;
  width: 100%;
  height: 40px;
  line-height: 16px;
  background-color: #417690;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  text-align: center;
  outline: none;
  border: 0;
  border-radius: 2px;
  padding: 15px 0;
  margin: 8px 0;
  cursor: pointer;
}
.stripe-form button:focus {
  background: #24B47E;
}
.stripe-form button:active {
  background: #159570;
}
.stripe-form .outcome {
  float: left;
  width: 100%;
  padding: 20px 10px;
  min-height: 20px;
}
.stripe-form .outcome .message, .stripe-form .outcome .error, .stripe-form .outcome .success {
  display: none;
  font-size: 15px;
}
.stripe-form .outcome .success {
  color: #34D08C;
}
.stripe-form .outcome .error {
  color: #ff0045;
}
.stripe-form .outcome .visible {
  display: inline;
}

.stripe-fields-group {
  background: white;
  box-shadow: 0 7px 14px 0 rgba(49, 49, 93, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}

.stripe-input--complete {
  color: #46f992;
}

.stripe-input--empty {
  border: 1px solid #f3f3f3;
}

.stripe-input--focus {
  border: 1px solid #FBEE75;
}

.stripe-input--invalid {
  border: 1px solid #ff0045;
}

/*.stripe-input--webkit-autofill {}*/
@media screen and (min-width: 900px) {
  .profiles {
    display: flex;
    flex-direction: row;
  }
}

.profile-box {
  display: flex;
  flex-flow: row wrap;
  flex: 1;
  position: relative;
  height: 676px;
  margin-right: 3px;
}
@media screen and (min-width: 900px) {
  .profile-box {
    height: 504px;
  }
  .profile-box:nth-child(4n+4) {
    margin-right: 0;
  }
}
.profile-box img {
  object-fit: cover;
  width: 30%;
  height: 250px;
}
@media screen and (min-width: 900px) {
  .profile-box img {
    height: 500px;
    width: 100%;
  }
}
.profile-box .profile-box-contents {
  width: 70%;
  padding: 0 3%;
  height: 250px;
  background-color: #FBEE75;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 900px) {
  .profile-box .profile-box-contents {
    height: 246px;
    width: 300px;
  }
}
@media screen and (max-width: 400px) {
  .profile-box .profile-box-contents {
    height: 280px;
  }
}
.profile-box .profile-box-contents h2, .profile-box .profile-box-contents .h2 {
  margin-top: 30px;
  margin-bottom: 15px;
  text-align: left;
}
.profile-box .profile-box-contents h3 {
  font-style: italic;
  margin-top: -15px;
  margin-bottom: 10px;
}
.profile-box .profile-box-contents p, .profile-box .profile-box-contents .p-a {
  margin-bottom: 5px;
  font-size: 16px;
}
.profile-box .profile-box-contents a {
  text-transform: uppercase;
}
@media screen and (min-width: 900px) {
  .profile-box .profile-box-contents h2, .profile-box .profile-box-contents .h2 {
    margin-top: 22px;
    margin-bottom: 11px;
  }
  .profile-box .profile-box-contents p, .profile-box .profile-box-contents .p-a {
    font-size: 15px;
  }
}

.personalized-plan {
  font-size: 20px;
  padding: 65px 0;
  border-bottom: 1px dashed #b7b7b7;
  margin: 0 0 40px 0;
  text-align: center;
}
.personalized-plan span {
  display: inline-block;
}
@media screen and (max-width: 899px) {
  .personalized-plan {
    padding: 0 0 50px 0;
  }
}

.study-plans.homepage-study-plans-private {
  padding: 50px 0 75px 0;
  border-bottom: 1px dashed #b7b7b7;
}
@media screen and (max-width: 899px) {
  .study-plans.homepage-study-plans-private {
    padding: 25px 0 0 0;
  }
}
.study-plans.homepage-study-plans-group {
  padding: 50px 0;
}
@media screen and (max-width: 899px) {
  .study-plans.homepage-study-plans-group {
    padding: 10px 0 0 0;
  }
}
.study-plans .study-plans-header {
  padding: 30px;
  text-align: center;
}
.study-plans .study-plans-header h2, .study-plans .study-plans-header .h2 {
  margin-bottom: 10px;
}
.study-plans .study-plans-header p, .study-plans .study-plans-header .p-a {
  font-size: 18px;
}
.study-plans .study-plans-container {
  display: flex;
  align-items: stretch;
  align-content: stretch;
}
@media screen and (max-width: 899px) {
  .study-plans .study-plans-container {
    flex-flow: column wrap;
  }
}
.study-plans .prepaid {
  width: 50%;
  flex-grow: 1;
  flex-basis: 0;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 899px) {
  .study-plans .prepaid {
    width: 100%;
    min-height: 300px;
    flex-basis: auto;
  }
}
.study-plans .prepaid > img {
  width: 100%;
}
.study-plans .plan-list {
  padding: 40px;
  flex-grow: 1;
  flex-basis: 0;
}
.study-plans .plan-list.plan-bullets-spaced ul {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin: 0;
  padding: 0;
}
.study-plans .plan-list.plan-bullets-spaced ul li {
  margin-bottom: 30px;
}
.study-plans .plan-list.plan-bullets-yellow li::before {
  background-image: url(/static/bundles/6982afc3f40e7b0b4e05.png) !important;
}
.study-plans .plan-list ul {
  padding: 0;
}
.study-plans .plan-list ul li {
  list-style: none;
  margin-bottom: 2em;
  position: relative;
  padding-left: 40px;
}
.study-plans .plan-list ul li::before {
  content: "";
  display: inline-block;
  height: 22px;
  width: 22px;
  background-image: url(/static/bundles/2eb6cdab23ee22f69309.png);
  background-position: center;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.study-plans .plan-list .plan-badges {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 0 20px 0 0;
  margin-top: 40px;
}
.study-plans .plan-list .plan-badges .plan-badge {
  width: 120px;
  height: 120px;
}
.study-plans .plan-list .plan-badges .plan-badge img {
  width: 100%;
  height: 100%;
}
.study-plans .plan-list .plan-cta {
  margin: 60px 0 0 0;
  text-align: center;
}
.study-plans .plan-list .plan-cta a {
  display: inline-block;
}
.study-plans .plan-list .plan-selector {
  text-align: center;
}
.study-plans .plan-list .plan-selector select {
  padding: 10px;
  margin: 20px 0;
}
.study-plans .plan-list .plan-selector a {
  display: table;
  margin: 0 auto;
}
.study-plans .study-plans-prepaid {
  max-width: 50%;
}
@media screen and (max-width: 899px) {
  .study-plans .study-plans-prepaid {
    max-width: 100%;
  }
}
.study-plans .study-plans-prepaid > div {
  padding: 20px 15%;
}
.study-plans .study-plans-prepaid h4 {
  margin-bottom: 1em;
}
.study-plans .study-plans-prepaid p, .study-plans .study-plans-prepaid .p-a {
  margin-bottom: 1em;
}
.study-plans .study-plans-prepaid a {
  font-weight: bold;
  text-transform: none;
}

.subscription-options {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.subscription-options .subscription-option {
  width: 250px;
  margin: 15px;
}
.subscription-options .subscription-option .option-details {
  padding: 20px 30px;
  border: 3px solid #A6FAFF;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 0 0 1px black;
}
.subscription-options .subscription-option p, .subscription-options .subscription-option .p-a {
  margin-bottom: 16px;
}
.subscription-options .subscription-option .option-icon {
  width: 150px;
  margin-bottom: 20px;
}
.subscription-options .subscription-option .option-hours {
  font-size: 18px;
}
.subscription-options .subscription-option .option-cost {
  margin-bottom: 0;
}
.subscription-options .subscription-option .subscription-dropdown {
  margin: 20px 0;
}
.subscription-options .subscription-option .subscription-dropdown input, .subscription-options .subscription-option .subscription-dropdown select {
  margin: 0;
  border: 3px solid #000;
  padding: 10px 15px;
}
.subscription-options .subscription-option .subscription-dropdown input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0px 9999px #fff;
}
.subscription-options .subscription-option .subscription-dropdown select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
}
.subscription-options .subscription-option .subscription-dropdown option {
  text-align: left;
}
.subscription-options .subscription-option .subscription-dropdown .error {
  border: 3px solid red;
}
.subscription-options .subscription-option .subscription-button {
  display: inline-block;
}

.takeaways-wrapper {
  background-color: #000;
}

.takeaways {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 75px;
  padding-top: 75px;
}
.takeaways h2, .takeaways .h2 {
  background-color: #000;
  display: inline-block;
  padding: 20px 20px;
  color: #fff;
  font-size: 32px;
  line-height: normal;
  max-width: 385px;
}
@media screen and (min-width: 900px) {
  .takeaways h2, .takeaways .h2 {
    padding: 45px 45px;
  }
}
.takeaways h2 p, .takeaways .h2 p, .takeaways h2 .p-a, .takeaways .h2 .p-a {
  margin-top: 20px;
  margin-bottom: 40px;
}
.takeaways h2 h6, .takeaways .h2 h6 {
  margin-bottom: 16px;
}
@media screen and (min-width: 900px) {
  .takeaways h2, .takeaways .h2 {
    font-size: 45px;
    line-height: 48px;
    margin-right: 160px;
    max-width: 470px;
  }
}
.takeaways ul {
  display: flex;
  flex-direction: column;
  min-height: 128px;
  justify-content: space-around;
}
.takeaways ul li {
  list-style-type: none;
  position: relative;
}
.takeaways ul li:after {
  background: #fff;
  content: "";
  height: 6px;
  left: -17px;
  position: absolute;
  top: 9px;
  transform: rotate(45deg);
  width: 6px;
}
.takeaways p, .takeaways .p-a {
  color: #fff;
}

.switch {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 34px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch input:checked + .slider {
  background-color: black;
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px black;
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(36px);
  -ms-transform: translateX(36px);
  transform: translateX(36px);
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}

.twitter-section .center-container {
  padding-top: 40px;
}

.twitter-reviews {
  display: flex;
  display: -webkit-flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 50px;
  margin: 90px auto 0 auto;
}
.twitter-reviews .review {
  display: flex;
  flex-direction: column;
  background-color: #f3f3f3;
  max-width: 80%;
  padding: 70px 20px 0px 20px;
  margin: 0 10px;
  min-height: 314px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .twitter-reviews .review {
    min-height: 224px;
    padding-top: 40px;
  }
}
.twitter-reviews .review .twitter-image {
  border-radius: 5px;
  position: absolute;
  left: 50%;
  width: 120px;
  height: 120px;
  margin-left: -60px;
  top: -60px;
}
@media screen and (min-width: 900px) {
  .twitter-reviews .review .twitter-image {
    width: 90px;
    height: 90px;
    top: -45px;
    margin-left: -45px;
  }
}
.twitter-reviews .review .twitter-logo {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.twitter-reviews .review h3 {
  font-family: "BureauGrotCondensed";
  letter-spacing: 1px;
  color: #000;
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 28px;
}
@media screen and (min-width: 900px) {
  .twitter-reviews .review h3 {
    font-size: 20px;
    line-height: 20px;
  }
}
.twitter-reviews .review h4 a {
  text-transform: none;
  border: none;
}
.twitter-reviews .review p, .twitter-reviews .review .p-a {
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.1px;
  font-weight: 500;
  margin: 20px 0;
  font-style: italic;
}
@media screen and (min-width: 900px) {
  .twitter-reviews .review p, .twitter-reviews .review .p-a {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (min-width: 500px) {
  .twitter-reviews .review {
    max-width: 50%;
    -webkit-flex: 1 1 50%;
  }
}
@media screen and (min-width: 900px) {
  .twitter-reviews .review {
    max-width: 20%;
    -webkit-flex: 1 1 20%;
    margin: 0 20px;
  }
}
.twitter-reviews .review.hide-on-mobile {
  display: none;
}
@media screen and (min-width: 900px) {
  .twitter-reviews .review.hide-on-mobile {
    display: flex;
  }
}

.pdp-language .twitter-section {
  background-color: #f3f3f3 !important;
}

.pdp-language .twitter-reviews .review {
  background-color: #fff !important;
}

.stickynote-subheader-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  padding: 0;
}
@media screen and (min-width: 900px) {
  .stickynote-subheader-container {
    padding-left: 70px;
    padding-right: 70px;
    flex-wrap: nowrap;
  }
}

.course-description {
  margin: 20px 30px;
  margin-top: 35px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .course-description {
    text-align: left;
    width: 60%;
    margin: 50px 0;
    padding-right: 60px;
  }
}
.course-description p, .course-description .p-a {
  margin-bottom: 20px;
  margin-top: 20px;
}
.course-description p:first-of-type(), .course-description .p-a:first-of-type(), .course-description p:first-of-type() a, .course-description .p-a:first-of-type() a {
  text-transform: uppercase;
  color: #fb0d57;
  border: none;
  font-weight: 700;
}
.course-description ul {
  line-height: 22px;
  padding-left: 18px;
}
.course-description ul li {
  margin-bottom: 10px;
}

.course-info-capture {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .course-info-capture {
    width: 40%;
  }
}

.descrip-share-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
@media screen and (min-width: 900px) {
  .descrip-share-container {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}
.descrip-share-container .description-side {
  margin: 20px 30px;
  margin-top: 35px;
}
@media screen and (min-width: 900px) {
  .descrip-share-container .description-side {
    width: 60%;
    margin: 50px 0;
    padding-right: 60px;
    text-align: left;
  }
}
.descrip-share-container .description-side h3 {
  padding-bottom: 20px;
}
.descrip-share-container .description-side p, .descrip-share-container .description-side .p-a {
  margin-bottom: 20px;
}
.descrip-share-container .description-side p a, .descrip-share-container .description-side .p-a a {
  text-transform: none;
  cursor: pointer;
}
.descrip-share-container .description-side ul {
  line-height: 22px;
  padding-left: 18px;
}
.descrip-share-container .description-side ul li {
  margin-bottom: 10px;
}
.descrip-share-container .share-divider {
  width: 100%;
  height: 1px;
  margin: 0px 20px;
  background-color: #000;
}
@media screen and (min-width: 900px) {
  .descrip-share-container .share-divider {
    width: 3px;
    height: 230px;
    margin: 40px 0;
  }
}
.descrip-share-container .share-block {
  margin: 20px 30px;
}
@media screen and (min-width: 900px) {
  .descrip-share-container .share-block {
    max-width: 320px;
    margin: 50px 30px;
  }
}
.descrip-share-container .share-block .share-row {
  display: flex;
  flex-flow: row wrap;
}
.descrip-share-container .share-block .share-row h5 {
  color: #000;
  font-size: 13px;
  margin-top: 20px;
}
.descrip-share-container .share-block a.dark-button {
  margin-bottom: 10px;
  margin-top: 20px;
  color: #fff;
}
.descrip-share-container .share-block a.dark-button:hover {
  color: #000;
}
.descrip-share-container .share-block a {
  text-transform: none;
  line-height: 22px;
  color: #000;
}
.descrip-share-container .share-block a:hover {
  color: #ff0045;
}
.descrip-share-container .share-block b {
  color: #ff0045;
  line-height: 22px;
}

.user-feedback-form-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
  width: 100%;
}

.user-feedback-form-wrapper {
  display: flex;
  justify-content: center;
  flex-flow: column wrap;
  min-width: 300px;
  margin: 20px 0;
}
@media screen and (min-width: 900px) {
  .user-feedback-form-wrapper {
    width: 500px;
  }
}
.user-feedback-form-wrapper .user-feedback-form-submitted {
  width: 100%;
}
.user-feedback-form-wrapper .user-feedback-form-submitted h3 {
  color: #46f992;
  text-align: center;
}
.user-feedback-form-wrapper .user-feedback-form {
  width: 100%;
  margin: 20px 0;
  text-align: center;
}
.user-feedback-form-wrapper .user-feedback-form textarea {
  width: 400px;
  height: 150px;
  padding: 5%;
  font-size: 1.2em;
  line-height: 1.5em;
}
@media screen and (max-width: 899px) {
  .user-feedback-form-wrapper .user-feedback-form textarea {
    width: 300px;
  }
}
.user-feedback-form-wrapper .user-feedback-form .honeypot {
  display: none;
}
.user-feedback-form-wrapper .field-error,
.user-feedback-form-wrapper .user-feedback-form-errors {
  color: #fb0d57;
  font-size: 15px;
  font-weight: bold;
  width: 300px;
  margin: 10px 0 0;
}
.user-feedback-form-wrapper input[type=submit] {
  margin: 20px auto 0 auto;
}

.video-section {
  padding-bottom: 50px;
}
.video-section .video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
@media screen and (min-width: 900px) {
  .video-section .video-wrapper {
    padding-bottom: 37.25%;
  }
}
@media screen and (min-width: 1600px) {
  .video-section .video-wrapper {
    padding-bottom: 23.25%;
  }
}
.video-section .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 900px) {
  .video-section .video-wrapper iframe {
    max-width: 60%;
  }
}
@media screen and (min-width: 1600px) {
  .video-section .video-wrapper iframe {
    max-width: 40%;
  }
}

.need-to-know-block {
  background-color: #f3f3f3;
}

.pdp-language .need-to-know-block {
  background-color: #fff !important;
}

.need-to-know {
  margin: 0 auto;
  text-align: center;
  text-align: center;
  padding: 30px;
}
@media screen and (min-width: 900px) {
  .need-to-know {
    padding: 45px 22px;
    max-width: 60%;
  }
}
@media screen and (min-width: 1600px) {
  .need-to-know {
    max-width: 40%;
  }
}
.need-to-know h2, .need-to-know .h2 {
  margin-bottom: 22px;
}
.need-to-know h4 {
  margin-bottom: 8px;
  text-transform: uppercase;
}
.need-to-know .need-to-know-row {
  -webkit-flex-direction: column;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 8px 0;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .need-to-know .need-to-know-row {
    flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: space-between;
    text-align: left;
    margin-bottom: 12px;
  }
}
.need-to-know .need-to-know-row .img-cont {
  margin: 20px auto;
  width: 110px;
  height: 110px;
}
@media screen and (min-width: 900px) {
  .need-to-know .need-to-know-row .img-cont {
    margin: 12px 42px 12px 0;
  }
}
.need-to-know .need-to-know-row .ntk-text .step-number {
  color: #ff0045;
  font-weight: bold;
  font-family: "BureauGrotCondensed";
  font-size: 24px;
  margin-bottom: 8px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 900px) {
  .need-to-know .need-to-know-row .ntk-text .step-number {
    font-size: 12px;
    font-family: "MaisonNeue";
    margin-bottom: 0;
    text-align: left;
  }
}
@media screen and (min-width: 900px) {
  .need-to-know .need-to-know-row .ntk-text {
    width: 80%;
  }
}
.need-to-know .need-to-know-row .ntk-text ul {
  list-style: none;
}
.need-to-know .need-to-know-row .ntk-text ul li {
  margin-bottom: 16px;
}
@media screen and (min-width: 900px) {
  .need-to-know .need-to-know-row .ntk-text ul {
    list-style: disc;
  }
  .need-to-know .need-to-know-row .ntk-text ul li {
    margin-bottom: auto;
  }
}

.yelp-section .center-container {
  padding-top: 45px;
}
.yelp-section .center-container h2, .yelp-section .center-container .h2 {
  margin-bottom: 0;
}

.yelp-description {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}
.yelp-description p, .yelp-description .p-a {
  margin: 0;
}
.yelp-description img {
  margin-left: 10px;
  width: auto;
}
@media screen and (min-width: 900px) {
  .yelp-description img {
    height: 40px;
  }
}
.yelp-description a {
  border: none;
}

.yelp-reviews {
  display: flex;
  display: -webkit-flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 50px;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .yelp-reviews {
    max-width: 92%;
  }
}
.yelp-reviews .review {
  display: flex;
  flex-direction: column;
  background-color: #b6f8ff;
  max-width: 80%;
  padding: 20px;
  margin: 0 10px;
}
.yelp-reviews .review h3 {
  color: #ff0045;
  margin-top: 14px;
}
@media screen and (min-width: 900px) {
  .yelp-reviews .review h3 {
    font-size: 24px;
  }
}
.yelp-reviews .review p, .yelp-reviews .review .p-a {
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 21px;
  font-weight: 500;
  margin: 14px 0;
  font-style: italic;
}
@media screen and (min-width: 900px) {
  .yelp-reviews .review p, .yelp-reviews .review .p-a {
    font-size: 15px;
    line-height: 18px;
  }
}
.yelp-reviews .review .stars {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  max-width: 90%;
  margin-top: 10px;
}
.yelp-reviews .review .stars img {
  margin: 0 2px;
}
@media screen and (min-width: 900px) {
  .yelp-reviews .review .stars img {
    height: 24px;
    width: 24px;
  }
}
@media screen and (min-width: 900px) {
  .yelp-reviews .review .stars {
    max-width: 80%;
  }
}
@media screen and (min-width: 500px) {
  .yelp-reviews .review {
    max-width: 50%;
    -webkit-flex: 1 1 50%;
  }
}
@media screen and (min-width: 900px) {
  .yelp-reviews .review {
    max-width: 27%;
    -webkit-flex: 1 1 27%;
    margin: 0 10px;
  }
}
@media screen and (min-width: 1600px) {
  .yelp-reviews .review {
    max-width: 20%;
    -webkit-flex: 1 1 20%;
    margin: 0 10px;
  }
}
.yelp-reviews .review.hide-on-mobile {
  display: none;
}
@media screen and (min-width: 900px) {
  .yelp-reviews .review.hide-on-mobile {
    display: flex;
  }
}

.customer-quote-section {
  background-color: #FBEE75;
  display: flex;
}
.customer-quote-section .customer-quote-content {
  max-width: 1100px;
  width: 100%;
  margin: auto auto;
  vertical-align: middle;
  padding: 50px 0 50px 0;
}
@media screen and (max-width: 1199px) {
  .customer-quote-section .customer-quote-content {
    padding: 30px 25px 30px 25px;
  }
}
.customer-quote-section .customer-quote-content .customer-quote-separator {
  width: 240px;
  height: 70px;
  margin: auto;
  display: block;
}
.customer-quote-section .customer-quote-content .customer-quote-quote {
  font-weight: 700;
  font-size: 25px;
  line-height: 1.3;
}
.customer-quote-section .customer-quote-content .customer-quote-author {
  text-align: center;
  margin-top: 25px;
  font-weight: 300;
  font-size: 18px;
}

.get-answers-section {
  margin-top: 50px;
}
@media screen and (min-width: 1200px) {
  .get-answers-section {
    margin-bottom: 50px;
  }
}
.get-answers-section .get-answers-header {
  text-align: center;
  width: 800px;
  margin: auto;
}
.get-answers-section .get-answers-header p, .get-answers-section .get-answers-header .p-a {
  margin-top: 10px;
}
@media screen and (max-width: 1199px) {
  .get-answers-section .get-answers-header {
    width: 100%;
    max-width: 800px;
    padding: 0 15px;
  }
}
.get-answers-section .get-answers-flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 1100px;
  margin: auto;
  margin-top: 50px;
}
@media screen and (max-width: 1199px) {
  .get-answers-section .get-answers-flex-container {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
}
.get-answers-section .get-answers-flex-container .get-answers-flex-left-item {
  flex-basis: 65%;
}
@media screen and (max-width: 1199px) {
  .get-answers-section .get-answers-flex-container .get-answers-flex-left-item {
    padding: 0 15px;
    max-width: 800px;
  }
}
.get-answers-section .get-answers-flex-container .get-answers-flex-left-item .get-answers-question-block p, .get-answers-section .get-answers-flex-container .get-answers-flex-left-item .get-answers-question-block .p-a {
  line-height: 1.75;
  margin: 10px 0 30px 0;
}
@media screen and (min-width: 1200px) {
  .get-answers-section .get-answers-flex-container .get-answers-flex-left-item .get-answers-question-block:last-child p, .get-answers-section .get-answers-flex-container .get-answers-flex-left-item .get-answers-question-block:last-child .p-a {
    margin: 10px 0 0 0;
  }
}
.get-answers-section .get-answers-flex-container .get-answers-flex-right-item {
  flex-basis: 35%;
}
@media screen and (max-width: 1199px) {
  .get-answers-section .get-answers-flex-container .get-answers-flex-right-item {
    width: 100%;
  }
}

.get-answers-link-box {
  width: 330px;
  padding: 30px;
  float: right;
  background-color: #FBEE75;
}
@media screen and (max-width: 1199px) {
  .get-answers-link-box {
    width: 100%;
    text-align: center;
  }
}
.get-answers-link-box p, .get-answers-link-box .p-a {
  line-height: 3;
}
.get-answers-link-box a {
  border-bottom: 0;
  text-transform: initial;
}
.get-answers-link-box h2, .get-answers-link-box .h2 {
  line-height: 3;
  font-size: 20px;
}
.get-answers-link-box span {
  border-bottom: 1px solid black;
}

.course-outline-container {
  padding: 50px 30px;
}
@media screen and (max-width: 899px) {
  .course-outline-container {
    text-align: center;
  }
}
.course-outline-container .vertical-level h2, .course-outline-container .vertical-level .h2 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  writing-mode: tb;
}
@media screen and (max-width: 899px) {
  .course-outline-container .vertical-level h2, .course-outline-container .vertical-level .h2 {
    writing-mode: horizontal-tb;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
}
.course-outline-container .grid-body .grid-col h4:first-child {
  color: #fb0d57;
}
.course-outline-container .grid-body .grid-col h4:last-child {
  margin: 5px 0;
}
.course-outline-container .vertical-level {
  margin-top: 30px;
}
@media screen and (max-width: 899px) {
  .course-outline-container .vertical-level {
    margin: 0 0 15px 0;
  }
}
.course-outline-container .section-header {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.course-outline-container .section-header div {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 15px;
}
.course-outline-container .section-body {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 25px;
}
.course-outline-container .grid-container {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 899px) {
  .course-outline-container .grid-container {
    flex-direction: column;
  }
}
.course-outline-container .left-content {
  flex-basis: 15%;
}
.course-outline-container .right-content {
  flex-basis: 85%;
}
.course-outline-container .grid-row {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 899px) {
  .course-outline-container .grid-row {
    flex-direction: column;
  }
}
.course-outline-container .grid-row:not(:last-child) {
  border-bottom: 1px solid black;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.course-outline-container .grid-header {
  border-bottom: 1px solid black;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 899px) {
  .course-outline-container .grid-header {
    display: none;
  }
}
.course-outline-container .grid-col-3 {
  flex-basis: 30%;
  min-width: 200px;
}
.course-outline-container .grid-col-7 {
  flex-basis: 70%;
}
@media screen and (min-width: 900px) {
  .course-outline-container .grid-col:nth-child(-n+1) {
    margin-right: 20px;
  }
}
.course-outline-container h4 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.fc-dropdown {
  height: 45px;
  width: 100%;
  z-index: 10;
  position: relative;
  cursor: grab;
}
.fc-dropdown .hide {
  display: none;
}
.fc-dropdown .placeholder {
  color: #636c72;
}
.fc-dropdown .placeholder .fc-dropdown::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.fc-dropdown .placeholder .fc-dropdown::-moz-placeholder:-ms-input-placeholder {
  color: #999;
}
.fc-dropdown .placeholder .fc-dropdown::-moz-placeholder::-webkit-input-placeholder {
  color: #999;
}
.fc-dropdown .fc-dropdown-option {
  display: flex;
  height: 45px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  border-left: 3px solid black;
  border-right: 3px solid black;
}
.fc-dropdown .fc-dropdown-option span {
  margin-left: 20px;
}
.fc-dropdown .fc-dropdown-option:nth-child(n+2):hover {
  background-color: #46f992;
}
.fc-dropdown .fc-dropdown-option:last-child {
  border-bottom: 3px solid black;
}
.fc-dropdown .fc-dropdown-arrow {
  margin-right: 10px;
  transform: scale(0.5);
}
.fc-dropdown .border-bottom {
  border-bottom: 3px solid black;
}
.fc-dropdown .flip-vertical {
  -moz-transform: scale(0.5, -0.5);
  -o-transform: scale(0.5, -0.5);
  -webkit-transform: scale(0.5, -0.5);
  transform: scale(0.5, -0.5);
}

body {
  background-color: #fff;
  font-family: "MaisonNeue";
  font-weight: 300;
  height: 100%;
  min-width: 320px;
  overflow-x: hidden;
  width: 100%;
}
body.modal-open {
  position: fixed;
}

.no-scroll {
  position: fixed;
}

.hide {
  display: none !important;
}
