@charset "UTF-8";
* {
  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html.hidden {
  display: block !important;
  visibility: visible !important;
}

body {
  background-color: #38b1bb;
  background-image: linear-gradient(#38b1bb 50%, #1e97a1 0);
  background-size: 100% 4px;
  padding-top: 0;
}
body.modal-open {
  overflow-y: scroll;
}
body #main {
  padding-top: 70px;
}
@media (min-width: 992px) {
  body #main {
    padding-top: 96px;
  }
}
@media print {
  body {
    background-color: #ffffff;
  }
}
body#alt-nav {
  background-color: #fafafa;
  background-image: none;
}
body#alt-nav #main {
  padding-top: 0;
  border-left: none;
  border-right: none;
  box-shadow: none;
}
body#nav-off {
  background-color: #fafafa;
  background-image: none;
}
body#nav-off #main {
  background-color: #fafafa;
  padding-top: 10px;
  border-left: none;
  border-right: none;
  box-shadow: none;
}

img.icon {
  display: inline-block;
  width: 24px;
  height: 24px;
}

.container,
.navbar .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .container,
.navbar .container {
    width: 750px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .container,
.navbar .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container,
.navbar .container {
    width: 1170px;
  }
}
@media (min-width: 1320px) {
  .container,
.navbar .container {
    width: 1290px;
  }
}

#main {
  background-color: #fafafa;
  box-shadow: 0 0 200px 80px rgba(255, 255, 255, 0.5);
}

.curriculum-request-input input[disabled] {
  opacity: .5 !important;
}

.messages {
  margin-top: 0;
  padding-top: 20px;
}

.wrapper-pad, .wrapper-pad--grey, .wrapper-pad--yellow, .wrapper-pad--purple, .wrapper-pad--turquoise {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .wrapper-pad, .wrapper-pad--grey, .wrapper-pad--yellow, .wrapper-pad--purple, .wrapper-pad--turquoise {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.wrapper-pad--turquoise {
  color: #ffffff;
  background-color: #21a8b3;
}
.wrapper-pad--turquoise strong {
  color: inherit;
}
.wrapper-pad--turquoise h1,
.wrapper-pad--turquoise h2,
.wrapper-pad--turquoise h3,
.wrapper-pad--turquoise h4,
.wrapper-pad--turquoise h5,
.wrapper-pad--turquoise h6 {
  color: inherit;
}
.wrapper-pad--turquoise .carousel-control.left, .wrapper-pad--turquoise .carousel-control.right {
  opacity: 0.15;
}
.wrapper-pad--turquoise .carousel-control.left:hover, .wrapper-pad--turquoise .carousel-control.right:hover {
  opacity: 0.7;
}
.wrapper-pad--purple {
  color: #ffffff;
  background-color: #6F52D8;
}
.wrapper-pad--purple strong {
  color: inherit;
}
.wrapper-pad--purple h1,
.wrapper-pad--purple h2,
.wrapper-pad--purple h3,
.wrapper-pad--purple h4,
.wrapper-pad--purple h5,
.wrapper-pad--purple h6 {
  color: inherit;
}
.wrapper-pad--yellow {
  color: #ffffff;
  background-color: #fedf2b;
}
.wrapper-pad--yellow strong {
  color: inherit;
}
.wrapper-pad--yellow h1,
.wrapper-pad--yellow h2,
.wrapper-pad--yellow h3,
.wrapper-pad--yellow h4,
.wrapper-pad--yellow h5,
.wrapper-pad--yellow h6 {
  color: inherit;
}
.wrapper-pad--grey {
  color: #ffffff;
  background-color: #333333;
}
.wrapper-pad--grey strong {
  color: inherit;
}
.wrapper-pad--grey h1,
.wrapper-pad--grey h2,
.wrapper-pad--grey h3,
.wrapper-pad--grey h4,
.wrapper-pad--grey h5,
.wrapper-pad--grey h6 {
  color: inherit;
}
#main .wrapper-pad--turquoise:last-child, #main .wrapper-pad--purple:last-child, #main .wrapper-pad--yellow:last-child {
  margin-bottom: -25px;
}

.wrapper--narrow {
  margin: 0 auto;
  max-width: 572px;
}

.scrollbar-measure {
  width: 100px;
  height: 100px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
}

.modal-dialog.modal-sm {
  max-width: 300px;
}
.modal-dialog.modal-sm .modal-title {
  font-size: 1.25em;
}
.modal-dialog .modal-footer .btn {
  margin-bottom: 0;
}

html {
  font-size: 100%;
  /* resets base font-size to 16px (for most broswers) */
}

body {
  font-family: "Lato", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 500;
}

.page-title {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 1.5625em;
  padding-bottom: 1.5625em;
  background-color: #666666;
  color: #ffffff;
  margin-bottom: 1.2em;
}
@media (min-width: 768px) {
  .page-title {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.page-title.title--ela, .page-title.title--englishlanguagearts {
  background-color: #47a9ff;
}
.page-title.title--math {
  background-color: #ffa635;
}
.page-title.title--science {
  background-color: #37ca39;
}
.page-title.title--history {
  background-color: #6F52D8;
}
.page-title.title--purple {
  background-color: #6F52D8;
}
.page-title.lesson-name {
  margin-bottom: 0;
}
.page-title h1 {
  margin-top: 0;
  margin-bottom: 0;
}
.page-title .favorites-count {
  color: #dfdfdf;
}
.page-title .search-link {
  color: inherit;
}
@media (min-width: 768px) {
  .page-title .search-link {
    float: right;
  }
}

h1 {
  padding-left: 0;
  padding-right: 0;
  font-size: 1.875em;
  font-weight: 500;
  line-height: 1;
}

h2 {
  font-size: 1.875em;
  font-weight: 900;
  line-height: 1;
  color: #21a8b3;
  margin-top: 1.2em;
  margin-bottom: 0.6666666667em;
}

h3 {
  font-size: 1.5625em;
  font-weight: 500;
  line-height: 1;
  color: #21a8b3;
  margin-top: 0.8em;
  margin-bottom: 0.4em;
}

h4 {
  font-size: 1.1875em;
  font-weight: 900;
  line-height: 1;
  color: #666666;
  margin-top: 1.5789473684em;
  margin-bottom: 0.1578947368em;
}

h5 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #666666;
  margin-top: 0.2142857143em;
  margin-bottom: 0.7142857143em;
}

h4,
h5 {
  text-align: center;
}
@media (min-width: 768px) {
  h4,
h5 {
    text-align: right;
  }
}

p {
  margin-bottom: 0.625em;
}

strong {
  color: #333333;
}

a {
  color: #21a8b3;
}
a:hover, a:active, a:focus {
  color: #198088;
}
a:focus {
  text-decoration: none;
}

.icon-link, .icon-link--delete, .icon-link--add {
  display: inline-block;
  margin-bottom: 0.9375em;
  white-space: nowrap;
}
.icon-link:after, .icon-link--delete:after, .icon-link--add:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 5px;
  vertical-align: baseline;
  background-size: 24px 24px;
  position: relative;
  top: 6px;
}
.icon-link:hover:after, .icon-link--delete:hover:after, .icon-link--add:hover:after {
  opacity: 0.6;
}
.icon-link--add:after {
  background-image: url('/static/img/icons/icon_add_x1.svg?2d0378fd7cba');
}
.icon-link--delete:after {
  background-image: url('/static/img/icons/icon_delete_x1.svg?794a0246905b');
}

.no-svg .icon-link--add:after {
  background-image: url('/static/img/icons/icon_add_x2.png?db7d3c9af2be');
}
.no-svg .icon-link--delete {
  background-image: url('/static/img/icons/icon_delete_x2.png?e8cc88dea8db');
}

.uppercase {
  text-transform: uppercase;
}

.errorlist {
  color: #a94442;
}

.label--small {
  font-size: 0.875em;
  line-height: 1.4285714286;
  color: #a6a6a6;
  margin-top: 1.4285714286em;
  display: block;
}

.subtext {
  font-size: 1em;
  line-height: 1.4285714286;
  color: #a6a6a6;
  margin-top: 1.4285714286em;
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", "Arial", sans-serif;
}

.search-link__arrow {
  font-size: 1.2em;
}

.text-green {
  color: #21a8b3;
}

.text-yellow {
  color: #fedf2b;
}

a.text-yellow:hover {
  color: #ffe900;
}

.text--small {
  font-size: 0.875em;
  line-height: 1.4285714286;
}

.terms-page,
.privacy-page {
  font-size: 0.85em;
}
.terms-page ol ol,
.privacy-page ol ol {
  list-style: lower-alpha;
}
.terms-page ol ol ol,
.privacy-page ol ol ol {
  list-style: lower-roman;
}
.terms-page h3,
.terms-page h4,
.terms-page h5,
.privacy-page h3,
.privacy-page h4,
.privacy-page h5 {
  color: #666666;
  font-weight: bold;
}
.terms-page h4,
.terms-page h5,
.privacy-page h4,
.privacy-page h5 {
  text-align: left;
}
.terms-page h4,
.privacy-page h4 {
  font-size: 1.25em;
}
.terms-page h5,
.privacy-page h5 {
  font-size: 1em;
  margin-bottom: 0;
}

.register-header {
  font-size: 1.3125em;
  line-height: 1.1428571429;
  font-weight: normal;
  color: #666666;
  margin-bottom: 0.7142857143em;
}

.register-steps {
  display: block;
  padding: 0;
  margin: 0;
  counter-reset: register-steps;
  margin-bottom: 3.3333333333em;
}
.register-steps:after {
  content: "";
  display: table;
  clear: both;
}
.register-steps li {
  display: block;
  font-size: 0.9375em;
  line-height: 1.3333333333;
  font-weight: bold;
  margin-bottom: 0.6666666667em;
}
.register-steps li:before {
  display: inline-block;
  content: counter(register-steps);
  counter-increment: register-steps;
  width: 2em;
  line-height: 2em;
  text-align: center;
  background-color: #666666;
  color: #ffffff;
  margin-right: 0.3333333333em;
  border-radius: 1em;
}
.register-steps li.active:before {
  background-color: #21a8b3;
}
@media (min-width: 768px) {
  .register-steps li {
    width: 50%;
    float: left;
    text-align: center;
  }
}

.no-school-affiliation {
  display: inline-block;
  margin-bottom: 1em;
}

.navbar {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  border: none;
}
@media (min-width: 768px) {
  .navbar {
    width: 750px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .navbar {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .navbar {
    width: 1170px;
  }
}
@media (min-width: 1320px) {
  .navbar {
    width: 1290px;
  }
}
.navbar .wrapper-pad, .navbar .wrapper-pad--turquoise, .navbar .wrapper-pad--purple, .navbar .wrapper-pad--yellow, .navbar .wrapper-pad--grey {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.navbar .wrapper-pad:after, .navbar .wrapper-pad--turquoise:after, .navbar .wrapper-pad--purple:after, .navbar .wrapper-pad--yellow:after, .navbar .wrapper-pad--grey:after {
  content: "";
  display: table;
  clear: both;
}
.navbar.navbar-default {
  background-image: none;
  box-shadow: none;
  background-color: transparent;
  border-bottom-color: #fafafa;
}
.navbar.navbar-default .wrapper-pad, .navbar.navbar-default .wrapper-pad--turquoise, .navbar.navbar-default .wrapper-pad--purple, .navbar.navbar-default .wrapper-pad--yellow, .navbar.navbar-default .wrapper-pad--grey {
  background-color: #fafafa;
}
.navbar .navbar-toggle {
  padding-top: 23px;
  padding-bottom: 24px;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  text-transform: uppercase;
}
.navbar .navbar-toggle .icon-block {
  display: inline-block;
  margin-left: 3px;
}
.navbar .navbar-toggle .icon-block .icon-bar {
  background-color: #21a8b3;
  width: 18px;
}
.navbar .navbar-toggle .icon-block .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar.navbar-default .navbar-nav > li > a {
  color: #333333;
}
.navbar.navbar-default .navbar-nav > li > a:hover {
  color: #21a8b3;
}
.navbar.navbar-default .navbar-nav > li.open > a, .navbar.navbar-default .navbar-nav > li:hover > a {
  background-color: transparent;
  color: #21a8b3;
}
.navbar .dropdown-menu > li > a {
  color: #333333;
}
.navbar .dropdown-menu > li > a:hover, .navbar .dropdown-menu > li > a:active {
  background-color: transparent;
  background-image: none;
  color: #21a8b3;
}
.navbar .navbar-brand {
  margin-left: -15px;
}
@media (min-width: 992px) {
  .navbar .navbar-brand img {
    position: relative;
    top: -5px;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .navbar .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-nav > li > a,
.navbar .navbar-brand {
    line-height: 3.6875;
  }
}
.navbar #hijacked-warning {
  position: relative;
}
.navbar #hijacked-warning:after {
  display: table;
  content: "";
  clear: both;
}

.alt-nav {
  border-bottom: 1px solid #a6a6a6;
  height: 122px;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.alt-nav a {
  line-height: 122px;
  display: inline-block;
  vertical-align: middle;
}

/* Overrides to Bootstrap's navigation breakpoints */
.navbar .navbar-header {
  float: none;
}
@media (min-width: 992px) {
  .navbar .navbar-header {
    float: left;
  }
}
.navbar .navbar-toggle {
  display: inline-block;
}
@media (min-width: 992px) {
  .navbar .navbar-toggle {
    display: none;
  }
}
.navbar .navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid #e7e7e7;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar .navbar-collapse.collapse {
  display: none !important;
}
@media (min-width: 992px) {
  .navbar .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
  }
  .navbar .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
}
.navbar .nav {
  float: none !important;
}
@media (min-width: 992px) {
  .navbar .nav {
    float: right !important;
  }
}
.navbar .nav > li {
  float: none;
}
@media (min-width: 992px) {
  .navbar .nav > li {
    float: left;
  }
}

footer {
  background-color: #333333;
  background-image: none;
  border: none;
  margin-top: 25px;
  padding: 0;
}
footer hr {
  border-color: #333333;
}
footer .footer__social-links {
  display: block;
  margin-bottom: 15px;
  margin-top: 5px;
}
footer .footer__social-links:after {
  content: "";
  display: table;
  clear: both;
}
footer .social-link {
  display: block;
  width: 1.5625em;
  height: 1.5625em;
  border-radius: 0.78125em;
  background-color: #ffffff;
  float: left;
  margin-left: 1.1875em;
  overflow: hidden;
  padding: 0 !important;
}
footer .social-link img {
  vertical-align: top;
}
footer .social-link:hover {
  opacity: 0.8;
}
footer .social-link:first-child {
  margin-left: 0;
}
footer .social-link:after {
  display: none !important;
}

.footer-top {
  font-size: 1.125em;
  line-height: 1.3333333333;
  color: #cccccc;
  padding-top: 8px;
  padding-bottom: 8px;
}
.footer-top ul {
  list-style: none;
  padding-left: 0;
}
.footer-top li {
  margin-top: 8px;
  margin-bottom: 8px;
}
.footer-top strong {
  color: inherit;
}
.footer-top a {
  color: inherit;
  display: inline-block;
}

.footer-bottom {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #000000;
  line-height: 1.875;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .footer-bottom {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.footer-bottom__logo {
  float: left;
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.footer-bottom__tagline {
  color: #e8e8e8;
  clear: both;
  display: block;
  line-height: 1.25;
  padding: 8px 0;
}
@media (min-width: 768px) {
  .footer-bottom__tagline {
    clear: none;
  }
}
.footer-bottom__right {
  text-align: left;
}
@media (min-width: 992px) {
  .footer-bottom__right {
    text-align: right;
  }
}
.footer-bottom a {
  color: #5d5d5d;
}
.footer-bottom a:after {
  content: "";
  display: inline-block;
  height: 16px;
  margin-left: 10px;
  border-right: 1px solid #666666;
  position: relative;
  top: 3px;
}
.footer-bottom a:last-child {
  padding-left: 8px;
}
.footer-bottom a:last-child:after {
  display: none;
}
.footer-bottom a.footer-bottom__logo {
  text-decoration: none;
}
.footer-bottom a.footer-bottom__logo:after {
  display: none;
}

.btn {
  white-space: normal;
}

.btn--primary {
  border: none;
  border-radius: 4px;
  display: inline-block;
  font-family: "Lato", "Arial", sans-serif;
  font-weight: bold;
  font-size: 1.0625em;
  line-height: 1.1764705882;
  padding: 0.7058823529em 2.0588235294em;
  text-decoration: none;
  margin-bottom: 0.5263157895em;
  color: #21a8b3;
  background-color: #fedf2b;
}
.btn--primary:hover, .btn--primary:active, .btn--primary:focus {
  text-decoration: none;
}
.btn--primary:hover {
  background-color: #ffe900;
}
.btn--primary:active {
  background-color: #fff600;
}
.btn--primary:hover, .btn--primary:active, .btn--primary:focus {
  color: #21a8b3;
}

.btn--secondary {
  border: none;
  border-radius: 4px;
  display: inline-block;
  font-family: "Lato", "Arial", sans-serif;
  font-weight: bold;
  font-size: 1.0625em;
  line-height: 1.1764705882;
  padding: 0.7058823529em 2.0588235294em;
  text-decoration: none;
  margin-bottom: 0.5263157895em;
  color: #ffffff;
  background-color: #21a8b3;
}
.btn--secondary:hover, .btn--secondary:active, .btn--secondary:focus {
  text-decoration: none;
}
.btn--secondary:hover {
  background-color: #3eb4be;
}
.btn--secondary:active {
  background-color: #3ebcc7;
}
.btn--secondary:hover, .btn--secondary:active, .btn--secondary:focus {
  color: #ffffff;
}

.btn--tertiary {
  border: none;
  border-radius: 4px;
  display: inline-block;
  font-family: "Lato", "Arial", sans-serif;
  font-weight: bold;
  font-size: 1.0625em;
  line-height: 1.1764705882;
  padding: 0.7058823529em 2.0588235294em;
  text-decoration: none;
  margin-bottom: 0.5263157895em;
  color: #ffffff;
  background-color: #6F52D8;
}
.btn--tertiary:hover, .btn--tertiary:active, .btn--tertiary:focus {
  text-decoration: none;
}
.btn--tertiary:hover {
  background-color: #8b6be2;
}
.btn--tertiary:active {
  background-color: #9678e7;
}
.btn--tertiary:hover, .btn--tertiary:active, .btn--tertiary:focus {
  color: #ffffff;
}

.btn--neutral {
  border: none;
  border-radius: 4px;
  display: inline-block;
  font-family: "Lato", "Arial", sans-serif;
  font-weight: bold;
  font-size: 1.0625em;
  line-height: 1.1764705882;
  padding: 0.7058823529em 2.0588235294em;
  text-decoration: none;
  margin-bottom: 0.5263157895em;
  color: #666666;
  background-color: #cccccc;
}
.btn--neutral:hover, .btn--neutral:active, .btn--neutral:focus {
  text-decoration: none;
}
.btn--neutral:hover {
  background-color: #cfcfcf;
}
.btn--neutral:active {
  background-color: #d4d4d4;
}
.btn--neutral:hover, .btn--neutral:active, .btn--neutral:focus {
  color: #666666;
}

.btn--negative {
  border: none;
  border-radius: 4px;
  display: inline-block;
  font-family: "Lato", "Arial", sans-serif;
  font-weight: bold;
  font-size: 1.0625em;
  line-height: 1.1764705882;
  padding: 0.7058823529em 2.0588235294em;
  text-decoration: none;
  margin-bottom: 0.5263157895em;
  color: #ffffff;
  background-color: #d0021b;
}
.btn--negative:hover, .btn--negative:active, .btn--negative:focus {
  text-decoration: none;
}
.btn--negative:hover {
  background-color: #e9021e;
}
.btn--negative:active {
  background-color: #fd0826;
}
.btn--negative:hover, .btn--negative:active, .btn--negative:focus {
  color: #ffffff;
}

.btn--none {
  background-color: transparent;
  border: none;
  outline: none;
  color: #21a8b3;
  font-weight: normal;
  cursor: pointer;
  padding: 0;
}
.btn--none label {
  text-decoration: inherit;
  font-weight: inherit;
  cursor: inherit;
}
.btn--none:hover, .btn--none:active, .btn--none:focus {
  text-decoration: underline;
  color: #198088;
}

.btn--lg {
  font-size: 1.1875em;
  line-height: 2.1052631579;
  padding-left: 1.0526315789em;
  padding-right: 1.0526315789em;
}

.btn-favorites-toggle {
  text-align: right;
  line-height: 2;
  height: 38px;
  font-weight: 100;
  font-size: 1.125rem;
  padding: 0 1.1rem 0 1.2rem;
  border: 1px solid #666;
}
.btn-favorites-toggle.active {
  background-color: #6F52D8;
}
.btn-favorites-toggle.inactive {
  background-color: #929292;
  color: #3f3f3f;
}
.btn-favorites-toggle.inactive svg .cls-1 {
  fill: #3f3f3f;
}
.btn-favorites-toggle svg {
  float: left;
  height: 38px;
  margin-right: 1.3rem;
  transform: rotate(90deg);
}
.btn-favorites-toggle svg .cls-1 {
  fill: #fedf2b;
}

.filter-button {
  margin: 1px 0 0 0;
  padding: 8px 20px;
}

.fb-btn {
  width: 100%;
  background: url('/static/icons/facebook_white.png?b14579f0a015') #3b5998;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: 4px 3px;
  text-align: center;
  padding: 12px 0 12px 32px;
  display: block;
}
.fb-btn:hover, .fb-btn:active {
  width: 100%;
  background: url('/static/icons/facebook_white.png?b14579f0a015') #6d84b4;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: 4px 3px;
  text-align: center;
  padding: 12px 0 12px 32px;
  display: block;
}

.google-btn {
  width: 100%;
  background: url('/static/icons/google_white.png?b14579f0a015') #F44336;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  background-position: 8px 7px;
  text-align: center;
  padding: 12px 0 12px 32px;
  display: block;
}
.google-btn:hover, .google-btn:active {
  width: 100%;
  background: url('/static/icons/google_white.png?b14579f0a015') #FF1744;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  background-position: 8px 7px;
  text-align: center;
  padding: 12px 0 12px 32px;
  display: block;
}

.btn--icon {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.btn--icon img {
  position: relative;
  top: -2px;
}
.btn--icon img.icon--search {
  left: 2px;
}

.form-group > input[type=text], .form-group > input[type=password], .form-group > input[type=datetime], .form-group > input[type=datetime-local], .form-group > input[type=date], .form-group > input[type=month], .form-group > input[type=time], .form-group > input[type=week], .form-group > input[type=number], .form-group > input[type=email], .form-group > input[type=url], .form-group > input[type=search], .form-group > input[type=tel], .form-group > input[type=color], .form-group > select, .form-group > textarea {
  border-radius: 4px;
  font-family: "Lato", "Arial", sans-serif;
  background: #ffffff;
  font-size: 1.125em;
  line-height: 2;
  height: 38px;
  border-width: 1px;
  border-style: solid;
  border-color: #666666;
  color: #21a8b3;
  padding: 0 0.7222222222em;
  max-width: none;
}
.form-group > input[type=text]::-webkit-input-placeholder, .form-group > input[type=password]::-webkit-input-placeholder, .form-group > input[type=datetime]::-webkit-input-placeholder, .form-group > input[type=datetime-local]::-webkit-input-placeholder, .form-group > input[type=date]::-webkit-input-placeholder, .form-group > input[type=month]::-webkit-input-placeholder, .form-group > input[type=time]::-webkit-input-placeholder, .form-group > input[type=week]::-webkit-input-placeholder, .form-group > input[type=number]::-webkit-input-placeholder, .form-group > input[type=email]::-webkit-input-placeholder, .form-group > input[type=url]::-webkit-input-placeholder, .form-group > input[type=search]::-webkit-input-placeholder, .form-group > input[type=tel]::-webkit-input-placeholder, .form-group > input[type=color]::-webkit-input-placeholder, .form-group > select::-webkit-input-placeholder, .form-group > textarea::-webkit-input-placeholder {
  color: #999999;
}
.form-group > input[type=text]:-moz-placeholder, .form-group > input[type=password]:-moz-placeholder, .form-group > input[type=datetime]:-moz-placeholder, .form-group > input[type=datetime-local]:-moz-placeholder, .form-group > input[type=date]:-moz-placeholder, .form-group > input[type=month]:-moz-placeholder, .form-group > input[type=time]:-moz-placeholder, .form-group > input[type=week]:-moz-placeholder, .form-group > input[type=number]:-moz-placeholder, .form-group > input[type=email]:-moz-placeholder, .form-group > input[type=url]:-moz-placeholder, .form-group > input[type=search]:-moz-placeholder, .form-group > input[type=tel]:-moz-placeholder, .form-group > input[type=color]:-moz-placeholder, .form-group > select:-moz-placeholder, .form-group > textarea:-moz-placeholder {
  color: #999999;
}
.form-group > input[type=text]::-moz-placeholder, .form-group > input[type=password]::-moz-placeholder, .form-group > input[type=datetime]::-moz-placeholder, .form-group > input[type=datetime-local]::-moz-placeholder, .form-group > input[type=date]::-moz-placeholder, .form-group > input[type=month]::-moz-placeholder, .form-group > input[type=time]::-moz-placeholder, .form-group > input[type=week]::-moz-placeholder, .form-group > input[type=number]::-moz-placeholder, .form-group > input[type=email]::-moz-placeholder, .form-group > input[type=url]::-moz-placeholder, .form-group > input[type=search]::-moz-placeholder, .form-group > input[type=tel]::-moz-placeholder, .form-group > input[type=color]::-moz-placeholder, .form-group > select::-moz-placeholder, .form-group > textarea::-moz-placeholder {
  color: #999999;
}
.form-group > input[type=text]:-ms-input-placeholder, .form-group > input[type=password]:-ms-input-placeholder, .form-group > input[type=datetime]:-ms-input-placeholder, .form-group > input[type=datetime-local]:-ms-input-placeholder, .form-group > input[type=date]:-ms-input-placeholder, .form-group > input[type=month]:-ms-input-placeholder, .form-group > input[type=time]:-ms-input-placeholder, .form-group > input[type=week]:-ms-input-placeholder, .form-group > input[type=number]:-ms-input-placeholder, .form-group > input[type=email]:-ms-input-placeholder, .form-group > input[type=url]:-ms-input-placeholder, .form-group > input[type=search]:-ms-input-placeholder, .form-group > input[type=tel]:-ms-input-placeholder, .form-group > input[type=color]:-ms-input-placeholder, .form-group > select:-ms-input-placeholder, .form-group > textarea:-ms-input-placeholder {
  color: #999999;
}

input[type=text],
input[type=number],
input[type=email],
textarea {
  border-radius: 4px;
  font-family: "Lato", "Arial", sans-serif;
  background: #ffffff;
  font-size: 1.125em;
  line-height: 2;
  height: 38px;
  border-width: 1px;
  border-style: solid;
  border-color: #666666;
  color: #21a8b3;
  padding: 0 0.7222222222em;
  max-width: none;
  width: 100%;
}
input[type=text]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
input[type=text]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=email]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input[type=text]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=email]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999999;
}
input[type=text]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

textarea {
  height: 114px;
}

.select-group {
  border-radius: 4px;
  font-family: "Lato", "Arial", sans-serif;
  background: #ffffff;
  font-size: 1.125em;
  line-height: 2;
  height: 38px;
  border-width: 1px;
  border-style: solid;
  border-color: #666666;
  color: #21a8b3;
  padding: 0 0.7222222222em;
  max-width: none;
  padding: 0;
  display: inline-block;
  overflow: hidden;
}
.select-group::-webkit-input-placeholder {
  color: #999999;
}
.select-group:-moz-placeholder {
  color: #999999;
}
.select-group::-moz-placeholder {
  color: #999999;
}
.select-group:-ms-input-placeholder {
  color: #999999;
}
.select-group select {
  border-radius: 0;
  border: none;
  color: #ffffff;
  background-color: #21a8b3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
}

.radio,
.checkbox {
  display: block;
  padding-left: 28px;
  position: relative;
  cursor: pointer;
  font-size: 1.125em;
  line-height: 1.3;
}
.radio input,
.checkbox input {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.radio label,
.checkbox label {
  font-weight: bold;
}
.radio--inline,
.checkbox--inline {
  display: inline-block;
  margin-top: 5px !important;
  margin-right: 15px;
}
.radio:before,
.checkbox:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-position: top left;
}
.radio.checked:before,
.checkbox.checked:before {
  background-position: bottom left;
}

.checkbox:before {
  background-image: url('/static/img/check_box_bg_1x.svg?428d2330ff15');
  background-size: 24px 48px;
}

.checkbox-right {
  left: -20px;
  padding-left: 0;
  padding-right: 28px;
  position: relative;
  cursor: pointer;
  font-size: 1.125em;
  line-height: 1.3;
}
.checkbox-right input {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.checkbox-right:after {
  background-image: url('/static/img/check_box_bg_1x.svg?428d2330ff15');
  background-size: 24px 48px;
  background-position: top right;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
}
.checkbox-right.checked:after {
  background-position: bottom right;
}

.radio:before {
  background-image: url('/static/img/radio_button_bg_1x.svg?dbd101be8b34');
  background-size: 24px 48px;
}

.no-svg .checkbox:before {
  background-image: url('/static/img/check_box_bg_2x.png?938f902cb530');
  background-size: 24px 48px;
}
.no-svg .radio:before {
  background-image: url('/static/img/radio_button_bg_2x.png?dbd101be8b34');
  background-size: 24px 48px;
}

.select-widget, .select-widget-pages {
  border-radius: 4px;
  font-family: "Lato", "Arial", sans-serif;
  background: #ffffff;
  font-size: 1.125em;
  line-height: 2;
  height: 38px;
  border-width: 1px;
  border-style: solid;
  border-color: #666666;
  color: #21a8b3;
  padding: 0 0.7222222222em;
  max-width: none;
  display: table;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.select-widget::-webkit-input-placeholder, .select-widget-pages::-webkit-input-placeholder {
  color: #999999;
}
.select-widget:-moz-placeholder, .select-widget-pages:-moz-placeholder {
  color: #999999;
}
.select-widget::-moz-placeholder, .select-widget-pages::-moz-placeholder {
  color: #999999;
}
.select-widget:-ms-input-placeholder, .select-widget-pages:-ms-input-placeholder {
  color: #999999;
}
.select-widget label, .select-widget-pages label,
.select-widget select,
.select-widget-pages select {
  display: table-cell;
}
.select-widget label, .select-widget-pages label {
  width: 1%;
  padding-left: 0.7222222222em;
  padding-right: 0.7222222222em;
  line-height: 2;
  height: 34px;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
}
.select-widget select, .select-widget-pages select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0 4px 4px 0;
  border: none;
  background-color: #21a8b3;
  background-image: url('/static/img/dropdownArrow_1x.svg?6a9a44c847b2');
  background-size: 34px 8px;
  background-position: right 50%;
  background-repeat: no-repeat;
  color: #ffffff;
  cursor: pointer;
  padding-left: 0.7222222222em;
  padding-right: 2.1666666667em;
  padding-top: 1px;
  padding-bottom: 0;
  height: 36px;
  width: 100%;
  font-size: 1em;
}

.select-widget-pages {
  width: 150px;
  display: inline-block;
  float: none;
}
.select-widget-pages select {
  background-color: #6F52D8;
}

.no-appearance .select-widget, .no-appearance .select-widget-pages {
  border: none;
  background-color: transparent;
  display: block;
  height: auto;
}
.no-appearance .select-widget label, .no-appearance .select-widget-pages label {
  height: auto;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  padding-bottom: 1px;
}
.no-appearance .select-widget select, .no-appearance .select-widget-pages select {
  background-image: none;
  height: 34px;
  padding-right: 0;
  display: block;
  width: 100%;
}

.form-group > textarea {
  height: auto;
  max-width: 100%;
}

.form-header {
  font-size: 18px;
  color: #21a8b3;
  border-color: #21a8b3;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .form-header {
    padding-top: 2.7777777778em;
  }
}
.form-header__detail {
  display: block;
  font-size: 11px;
  color: #a6a6a6;
}
@media (min-width: 768px) {
  .form-header__detail {
    display: inline-block;
  }
}

form .row {
  margin-left: -7px;
  margin-right: -7px;
}
form .row > [class*=col-] {
  padding-left: 7px;
  padding-right: 7px;
}

.errorlist {
  list-style: none;
  padding: 0;
}

.form__submit-btns {
  margin-top: 3.75em;
}

.star-radio-group {
  display: block;
  float: left;
  margin-top: -0.375em;
}
.star-radio-group:not(:checked) > input {
  position: absolute;
  left: -9999px;
  clip: rect(0, 0, 0, 0);
}
.star-radio-group:not(:checked) > label {
  background-position: 0 0;
  float: right;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  background-image: url('/static/img/stars/starSprite_x1.svg?bb8c64f42f75');
  background-size: 36px 72px;
  background-repeat: no-repeat;
  width: 2.25em;
  height: 2.25em;
  padding-left: 2.25em;
}
.star-radio-group > input:checked ~ label {
  background-position: 0 -36px;
}
.star-radio-group:not(:checked) > label:hover, .star-radio-group:not(:checked) > label:hover ~ label {
  background-position: 0 -36px;
  opacity: 0.6;
}

.search-input--fuzzy {
  position: relative;
}
.search-input--fuzzy input {
  position: relative;
  z-index: 505;
}
.search-input--fuzzy.with-results input {
  border-radius: 4px 4px 0 0;
}
.search-input--fuzzy.with-results button {
  border-radius: 4px 4px 0 0;
}

#insta_results {
  z-index: 500;
  min-width: 100%;
  background-color: white;
  border: 1px solid #666666;
  border-radius: 0 0 2px 2px;
  position: absolute;
  top: 100%;
  margin-top: -1px;
  left: 0;
  padding: 10px 0;
  overflow-y: auto;
  display: none;
}
#insta_results span,
#insta_results a,
#insta_results em {
  padding: 0 15px;
}
#insta_results span,
#insta_results em {
  color: #a6a6a6;
}
#insta_results a {
  display: block;
  color: #666666;
  white-space: pre;
  text-decoration: none;
}
#insta_results a:hover, #insta_results a:focus {
  outline: none;
  color: #666666;
  background-color: #e0e0e0;
}

.input-group--icon {
  position: relative;
  padding-right: 39px;
}
.input-group--icon .form-control {
  width: 100%;
}
.input-group--icon .form-control:not(:last-child) {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group--icon .input-group-btn {
  position: absolute;
  width: 42px;
  top: 0;
  right: 0;
  z-index: 510;
}
.input-group--icon .input-group-btn button {
  float: right;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
  border-color: #666666;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  padding: 0em 1em;
}
.input-group--icon .input-group-btn button.btn--icon {
  padding: 0em 0.5em;
}
.input-group--icon .input-group-btn:last-child > .btn {
  margin-left: 0;
}

.gallery-view-radio {
  background-image: url('/static/img/galleryViewIcons_x2.png?17e7ac266271');
  background-repeat: no-repeat;
  background-size: 78px, 81px;
  width: 26px;
  height: 27px;
  float: left;
  margin: 7px 8px 6px 0;
  cursor: pointer;
}
.gallery-view-radio.grid {
  background-position: 0px 0px;
}
.gallery-view-radio.grid:active {
  background-position: -52px 0px;
}
.gallery-view-radio.grid.checked {
  background-position: -52px 0px;
}
.gallery-view-radio.grid:hover {
  background-position: -26px 0px;
}
.gallery-view-radio.detail {
  background-position: 0px -27px;
}
.gallery-view-radio.detail:active {
  background-position: -52px -27px;
}
.gallery-view-radio.detail.checked {
  background-position: -52px -27px;
}
.gallery-view-radio.detail:hover {
  background-position: -26px -27px;
}
.gallery-view-radio.list {
  background-position: 0px -54px;
}
.gallery-view-radio.list:active {
  background-position: -52px -54px;
}
.gallery-view-radio.list.checked {
  background-position: -52px -54px;
}
.gallery-view-radio.list:hover {
  background-position: -26px -54px;
}
.gallery-view-radio input {
  position: absolute;
  left: -9999px;
}

.login-form,
.signup-form,
.signup-form--step-1,
.signup-form--step-2,
.signup-form--step-3,
.payment-form,
.reset-password {
  margin: 0 auto 100px;
}
.login-form p,
.signup-form p,
.signup-form--step-1 p,
.signup-form--step-2 p,
.signup-form--step-3 p,
.payment-form p,
.reset-password p {
  text-align: center;
}
.login-form__post-links,
.signup-form__post-links,
.payment-form__post-links,
.reset-password__post-links {
  font-size: 0.875em;
}
.login-form__post-links p,
.signup-form__post-links p,
.payment-form__post-links p,
.reset-password__post-links p {
  margin-bottom: 5px;
}
.login-form__disclaimer,
.signup-form__disclaimer,
.payment-form__disclaimer,
.reset-password__disclaimer {
  color: #666666;
  padding-left: 8.3333%;
  padding-right: 8.3333%;
  font-size: 0.7857142857em;
  line-height: 1.2727272727;
}
.login-form__actions,
.signup-form__actions,
.payment-form__actions,
.reset-password__actions {
  margin: 35px 0 20px 0;
}

.subscription-length-form .controls-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
}
.subscription-length-form .form-group {
  display: flex;
  flex-direction: column;
}
.subscription-length-form label {
  font-size: 1.2rem !important;
  color: #262626 !important;
}

.embedded-signup-light-form {
  margin: 0 auto;
}

.login-form__post-links {
  margin-top: 40px;
}
.login-form__disclaimer {
  border-top: 1px solid #a6a6a6;
  padding-top: 5px;
  margin-top: 35px;
}
.login-form label {
  display: none;
}
.login-form label.checkbox {
  display: block;
}

.signup-form__post-links {
  margin-top: 10px;
}
.signup-form__disclaimer {
  margin-top: 35px;
  margin-bottom: 10px;
}
.signup-form .mid-form-btns, .signup-form--step-1 .mid-form-btns, .signup-form--step-2 .mid-form-btns, .signup-form--step-3 .mid-form-btns {
  margin-top: 25px;
}
.signup-form__projected-price {
  font-size: 1.5em;
}
.signup-form__projected-price small {
  font-size: 0.75em;
  position: relative;
  top: -0.2777777778em;
}
.signup-form__projected-price p {
  text-align: left;
}
.signup-form__projected-price p.small {
  font-size: 0.5833333333em;
}
.signup-form--step-1__post-links, .signup-form--step-2__post-links, .signup-form--step-3__post-links {
  margin-top: 40px;
}
.signup-form--step-1__post-links a, .signup-form--step-2__post-links a, .signup-form--step-3__post-links a {
  display: inline-block;
  margin-left: 5px;
}
.signup-form--step-2:first-child {
  margin-bottom: 0;
}
.signup-form--step-2:not(:first-child) div:first-child {
  margin-bottom: 2.1875em;
}
.signup-form--step-3__post-links {
  margin-bottom: 0.9375em;
}
@media (min-width: 768px) {
  .signup-form--step-1 .cont-box__desc {
    min-height: 5em;
  }
}

#school-none,
#school-not-listed {
  opacity: 0;
  position: absolute;
  left: -9999px;
}

.reset-password__post-links {
  margin-top: 20px;
}

.row.row--search-inputs {
  margin-left: -7px;
  margin-right: -7px;
}
.row.row--search-inputs > [class*=col-] {
  padding-left: 7px;
  padding-right: 7px;
}

.gallery-filter-form:after {
  content: "";
  display: table;
  clear: both;
}
.gallery-filter-form .search-input--fuzzy {
  margin-bottom: 0.75em;
}
.gallery-filter-form .btn--icon {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 38px;
  margin-bottom: 0;
}
.gallery-filter-form .search-widget-col {
  width: 100%;
  padding-left: 7px;
  padding-right: 7px;
  float: left;
}
.gallery-filter-form .search-widget-col.perpage, .gallery-filter-form .search-widget-col.grade {
  width: 50%;
}
@media (min-width: 768px) {
  .gallery-filter-form .search-widget-col {
    width: 50%;
  }
  .gallery-filter-form .search-widget-col.perpage {
    width: 25%;
  }
  .gallery-filter-form .search-widget-col.pages {
    width: 25%;
  }
  .gallery-filter-form .search-widget-col.product_type {
    width: 25%;
  }
  .gallery-filter-form .search-widget-col.grade, .gallery-filter-form .search-widget-col.subject {
    width: 37.5%;
  }
  .gallery-filter-form .search-widget-col.search {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .gallery-filter-form .search-widget-col.perpage {
    width: 25%;
    margin-left: 25%;
  }
  .gallery-filter-form .search-widget-col.pages {
    width: 25%;
    margin-left: 25%;
  }
  .gallery-filter-form .search-widget-col.product_type {
    width: 25%;
    margin-left: 25%;
  }
  .gallery-filter-form .search-widget-col.grade, .gallery-filter-form .search-widget-col.subject {
    width: 50%;
  }
  .gallery-filter-form .search-widget-col.search {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .gallery-filter-form .search-widget-col {
    font-size: 0.8823529412em;
  }
  .gallery-filter-form .search-widget-col.perpage {
    width: 19%;
  }
  .gallery-filter-form .search-widget-col.pages {
    width: 19%;
  }
  .gallery-filter-form .search-widget-col.product_type {
    width: 19%;
    margin-left: 0;
  }
  .gallery-filter-form .search-widget-col.grade, .gallery-filter-form .search-widget-col.subject {
    width: 25%;
  }
  .gallery-filter-form .search-widget-col.search {
    width: 31%;
    float: left;
  }
}
.gallery-filter-form .select-widget, .gallery-filter-form .select-widget-pages {
  margin-bottom: 0.75em;
  float: left;
}
.school-search-inputs {
  margin-left: -7px;
  margin-right: -7px;
}
.school-search-inputs:after {
  content: "";
  display: table;
  clear: both;
}
.school-search-inputs .input-separator {
  display: inline-block;
  color: #a6a6a6;
  font-weight: bold;
  text-align: center;
  line-height: 2.375;
}
.school-search-inputs__input,
.school-search-inputs .input-separator {
  float: left;
  margin-bottom: 0.9375em;
  padding: 0 7px;
}
.school-search-inputs .input-separator {
  width: 15%;
}
.school-search-inputs__input {
  display: block;
}
.school-search-inputs__input input {
  width: 100%;
}
.school-search-inputs__input.zip {
  width: 75%;
}
.school-search-inputs__input.city {
  width: 65%;
}
.school-search-inputs__input.state {
  width: 35%;
}
@media (min-width: 768px) {
  .school-search-inputs .input-separator {
    width: 11%;
  }
  .school-search-inputs__input.zip, .school-search-inputs__input.city {
    width: 33%;
  }
  .school-search-inputs__input.state {
    width: 23%;
  }
}

.school-search-btns {
  margin-left: -7px;
  margin-right: -7px;
  text-align: right;
}
.school-search-btns > [class*=col-] {
  padding-left: 7px;
  padding-right: 7px;
}
.school-search-btns .btn {
  width: 100%;
  margin-bottom: 0.9375em;
}

.school-table,
.district-table {
  width: 100%;
  font-size: 0.75em;
  margin-bottom: 3.125em;
}
.school-table label,
.district-table label {
  padding-top: 5px;
  font-weight: normal;
}
.school-table .radio,
.district-table .radio {
  margin-top: 5px;
}
.school-table tr,
.district-table tr {
  border-style: solid;
  border-color: #cccccc;
  border-width: 0px 1px 1px;
  cursor: pointer;
}
.school-table tr:hover,
.district-table tr:hover {
  background-color: #e0e0e0;
}
.school-table tr:first-child,
.district-table tr:first-child {
  border-width: 1px 1px;
  background-color: #666666;
  border-color: #666666;
  color: #ffffff;
}
.school-table tr td,
.district-table tr td {
  cursor: pointer;
}
.school-table tr td label,
.district-table tr td label {
  cursor: inherit;
}
.school-table tr td:first-child,
.district-table tr td:first-child {
  padding-left: 0.625em;
  width: 10%;
}
.school-table tr td:last-child,
.district-table tr td:last-child {
  padding-right: 0.625em;
}

.label--radio-group {
  display: block;
}

.school-table tr td {
  width: 25%;
}
.school-table tr td:last-child {
  width: 40%;
}

.license-search-form {
  margin-bottom: 1.875em;
}
.license-search-form .form-group {
  font-size: 0.8823529412em;
}
.license-search-form .icon-link--add {
  margin-top: 2px;
}
@media (min-width: 1200px) {
  .license-search-form .icon-link--add {
    float: right;
  }
}

.all-payments-form {
  max-width: 150px;
}

.tooltip.in {
  opacity: 1;
}
.tooltip.top {
  margin-top: -13px;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #333333;
  margin-top: -0.5384615385em;
  border-width: 0.5384615385em 0.5384615385em 0;
}
.tooltip.right {
  margin-left: 13px;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #333333;
  margin-top: -0.5384615385em;
  border-width: 0.5384615385em 0.5384615385em 0.5384615385em 0;
}
.tooltip.bottom {
  margin-top: 13px;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #333333;
  margin-top: 0;
  border-width: 0 0.5384615385em 0.5384615385em;
}
.tooltip.left {
  margin-left: -13px;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #333333;
  margin-top: -0.5384615385em;
  border-width: 0.5384615385em 0 0.5384615385em 0.5384615385em;
}
.tooltip .tooltip-inner {
  border-radius: 0;
  background-color: #333333;
  color: #ffffff;
  font-size: 0.8125em;
  line-height: 1.0769230769;
  padding: 1.5384615385em;
  min-width: 15.3846153846em;
  max-width: 25.3846153846em;
}

.popover {
  min-width: 250px;
}
.popover .popover-title div {
  display: inline-block;
}
.popover .popover-title .close-popover {
  cursor: pointer;
}

.carousel {
  position: relative;
  padding: 0 30px;
}
.carousel .carousel-control.left, .carousel .carousel-control.right {
  width: 50px;
  background-image: none;
}
.carousel .carousel-control.left img, .carousel .carousel-control.right img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.carousel .carousel-control.left {
  text-align: left;
}
.carousel .carousel-control.left img {
  left: 0;
}
.carousel .carousel-control.right {
  text-align: right;
}
.carousel .carousel-control.right img {
  right: 0;
}
.carousel .carousel-indicators {
  display: none;
}

.clients-carousel {
  position: relative;
}
.clients-carousel .carousel-inner {
  margin-left: -7px;
  margin-right: -7px;
  margin-left: 43px;
  margin-right: 43px;
  height: 100%;
  width: auto;
}
.clients-carousel .carousel-inner > [class*=col-] {
  padding-left: 7px;
  padding-right: 7px;
}
.clients-carousel__slide {
  width: 50%;
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 10px;
  float: left;
}
@media (min-width: 992px) {
  .clients-carousel__slide {
    width: 25%;
    height: 132px;
    margin-bottom: 0;
  }
}
.clients-carousel__slide img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}

.testimonials-carousel .testimonial, .testimonials-carousel--lg .testimonial {
  text-align: center;
  position: relative;
  max-width: 590px;
  padding-right: 4.1667%;
  margin: 0 auto;
}
.testimonials-carousel .testimonial__quote, .testimonials-carousel--lg .testimonial__quote {
  font-size: 1.3125em;
  line-height: 1.1428571429;
}
@media (min-width: 768px) {
  .testimonials-carousel .testimonial, .testimonials-carousel--lg .testimonial {
    text-align: right;
    min-height: 10.3125em;
  }
}
.testimonials-carousel--lg .testimonial {
  max-width: 778px;
}
.testimonials-carousel--lg .testimonial__quote {
  font-size: 2em;
  line-height: 1;
}
.testimonials-carousel--lg .testimonial__author {
  font-size: 1.5em;
}

.cont-box {
  transition: none;
  display: block;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #cccccc;
  padding: 2.75em 3.0625em 2.8125em;
  margin-bottom: 2.125em;
  background-color: #ffffff;
  text-align: center;
  position: relative;
  text-decoration: none;
  box-shadow: 0 0 0 0 #cccccc;
}
.cont-box:hover, .cont-box:active, .cont-box:focus {
  text-decoration: none;
}
.cont-box__header {
  text-align: center;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 1;
  color: #333333;
  margin-top: 1.25em;
  margin-bottom: 0.35em;
}
.cont-box__desc {
  font-size: 1em;
  line-height: 1.1875;
  color: #8d8d8d;
}
.cont-box__link {
  transition: none;
  display: block;
  width: 2.125em;
  height: 2.125em;
  background-color: #21a8b3;
  position: absolute;
  bottom: -1.0625em;
  left: 50%;
  margin-left: -1.0625em;
  border-radius: 50%;
  box-shadow: 0 0 0 0 #cccccc;
  background-image: url('/static/img/googleIcons/ic_arrow_forward_white_24px.svg?2aadae28bef3');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
.cont-box__icon {
  display: block;
  width: 143px;
  height: 136px;
  margin: 0 auto;
  margin-bottom: 2em;
}
.cont-box.static {
  padding: 2.75em 3.0625em 1.5625em;
}
.cont-box:hover:not(.static) {
  box-shadow: 0 0.5em 0.5625em 0 #cccccc;
}
.cont-box:hover:not(.static) .cont-box__link {
  box-shadow: 0 0.5em 0.5625em 0 #cccccc;
}

.no-svg .cont-box__link {
  background-image: url('/static/img/googleIcons/ic_arrow_forward_white_24dp_2x.png?2aadae28bef3');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

.paginator {
  margin-bottom: 1em;
  display: inline-block;
  padding: 0 15px;
}
.paginator__first, .paginator__last, .paginator__page, .paginator__page--current {
  display: inline-block;
  font-size: 1.125em;
  line-height: 1.3;
  margin: 0.167em 0.18em;
  font-weight: 700;
}
.paginator__first:hover, .paginator__last:hover, .paginator__page:hover, .paginator__page--current:hover {
  opacity: 0.7;
}
.paginator__first:hover, .paginator__first:active, .paginator__first:focus, .paginator__last:hover, .paginator__last:active, .paginator__last:focus, .paginator__page:hover, .paginator__page--current:hover, .paginator__page:active, .paginator__page--current:active, .paginator__page:focus, .paginator__page--current:focus {
  text-decoration: none;
}
.paginator__first:first-child, .paginator__last:first-child, .paginator__page:first-child, .paginator__page--current:first-child {
  margin-left: 0;
}
.paginator__first:last-child, .paginator__last:last-child, .paginator__page:last-child, .paginator__page--current:last-child {
  margin-right: 0;
}
.paginator__first, .paginator__last {
  color: #6F52D8;
}
.paginator__first:hover, .paginator__last:hover {
  color: #6F52D8;
}
.paginator__page, .paginator__page--current {
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  width: 1.39em;
  height: 1.39em;
  background-color: #999999;
  text-decoration: none;
}
.paginator__page:hover, .paginator__page--current:hover, .paginator__page:active, .paginator__page--current:active, .paginator__page:focus, .paginator__page--current:focus {
  color: #ffffff;
}
.paginator__page--current {
  background-color: #6F52D8;
  width: 1.72em;
  height: 1.72em;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.6;
}
.paginator__page--ellipsis {
  font-size: 1.5em;
  color: #999999;
  display: inline-block;
  vertical-align: text-bottom;
}

.modal {
  overflow: hidden;
}

.modal-content {
  border: none;
}

.modal-body h4, .modal-body label {
  text-align: left;
  margin-bottom: 0.8rem;
  margin-top: 0;
  font-weight: 100;
  font-size: 1.4rem;
  color: #6F52D8;
}
.modal-body .social-btns {
  margin-bottom: 1rem;
}
.modal-body .social-btns .social-btn {
  cursor: pointer;
  background-color: #6F52D8;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  color: white;
  position: relative;
}
.modal-body .social-btns .social-btn.pin {
  background-color: white;
}
.modal-body .social-btns .social-btn img {
  position: absolute;
}
.modal-body .social-btns .social-btn img.facebook-icon {
  width: 76%;
  left: 9px;
  top: 3px;
}
.modal-body .social-btns .social-btn img.twitter-icon {
  width: 73%;
  top: 5px;
  left: 5px;
}
.modal-body .social-btns .social-btn img.pinterest-icon {
  width: 148%;
  left: -9px;
  top: -10px;
}
.modal-body .input-group {
  width: 100%;
  margin-top: 1.2rem;
}
.modal-body .input-group textarea {
  width: 100%;
  padding: 0 0.72222em;
  font-size: 1.125rem;
}

.modal-header {
  background: #6F52D8;
  position: relative;
  border-radius: 6px 6px 0 0;
}
.modal-header .modal-title {
  color: white;
  text-align: center;
}
.modal-header .close {
  background: #4c127b;
  border-radius: 50%;
  width: 30px;
  color: white;
  height: 30px;
  padding-bottom: 3px;
  margin: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}
.modal-header .close span {
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-weight: 200;
}

.modal-footer {
  padding: 0 20px 20px;
  margin-top: 0;
  text-align: right;
  border-top: none;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 460px;
  }
}
.home__hero {
  color: #ffffff;
  background-color: #21a8b3;
  background-color: none;
  background-image: url('/static/img/mobile-hero.jpg?58454bf9a96d');
  background-size: cover;
  background-position: 36% 99%;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 1px;
  padding-bottom: 1px;
}
.home__hero:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 992px) {
  .home__hero {
    background-size: cover;
    background-position: 0% 50%;
    background-repeat: no-repeat;
    overflow: hidden;
  }
  .home__hero.with-bg-1 {
    background-image: url('/static/img/VideoBanner_001.jpg?2abad039a3db');
    background-color: #394048;
  }
  .home__hero.with-bg-2 {
    background-image: url('/static/img/VideoBanner_002.jpg?5973c839c35e');
    background-color: #699467;
  }
  .home__hero.with-bg-3 {
    background-image: url('/static/img/VideoBanner_003.jpg?d963152bdc1d');
    background-color: #718f5b;
  }
  .home__hero.with-bg-3 .hero__cta {
    color: #21a8b3;
    background-color: #fedf2b;
  }
  .home__hero.with-bg-3 .hero__cta:hover {
    background-color: #ffe900;
  }
  .home__hero.with-bg-3 .hero__cta:active {
    background-color: #fff600;
  }
  .home__hero.with-bg-3 .hero__cta:hover, .home__hero.with-bg-3 .hero__cta:active, .home__hero.with-bg-3 .hero__cta:focus {
    color: #21a8b3;
  }
  .home__hero.with-bg-4 {
    background-image: url('/static/img/VideoBanner_004.jpg?71594d0c953a');
    background-color: #3a4149;
  }
  .home__hero.with-bg-5 {
    background-image: url('/static/img/VideoBanner_005.jpg?e56629882700');
    background-color: #38b1bc;
  }
  .home__hero.with-bg-6 {
    background-image: url('/static/img/VideoBanner_006.jpg?9d7094ae61b0');
    background-color: #353942;
  }
}
@media (min-width: 992px) {
  .home__hero {
    height: 250px;
  }
}
@media (min-width: 1200px) {
  .home__hero {
    height: 305px;
  }
}

.hero__content, .hero__content--mobile, .hero__content--desktop {
  position: relative;
  max-width: 840px;
  float: right;
  margin-top: 2.5em;
  margin-bottom: 2.6875em;
  margin-right: 25px;
  margin-left: 25px;
}
.hero__content--mobile {
  float: none;
  margin: 0.5em auto -5px;
  padding-bottom: 2.1875em;
  max-height: 600px;
}
.hero__content--mobile .hero__random-lesson {
  visibility: hidden;
}
@media (min-width: 768px) {
  .hero__content--mobile {
    max-width: 90%;
    font-size: 1.5em;
  }
}
.hero__content--mobile .hero__headline {
  font-family: "Museo Slab", "museo-slab", sans-serif;
  text-align: center;
  font-size: 1.8em;
  margin-top: 0;
  margin-bottom: 0;
  color: #fedf2b;
}
.hero__content--mobile .hero__headline span {
  font-size: 1.99em;
  text-transform: uppercase;
  font-weight: 900;
}
.hero__content--mobile .hero__subheadline {
  font-size: 1.18em;
  margin-bottom: 0.5172413793em;
}
.hero__content--mobile .hero__random-lesson {
  position: relative;
  display: block;
  max-height: 340px;
}
.hero__content--mobile .hero__random-lesson:before, .hero__content--mobile .hero__random-lesson:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
}
.hero__content--mobile .hero__random-lesson:before {
  width: 5.75em;
  height: 5.75em;
  margin-top: -2.875em;
  margin-left: -2.875em;
  border-radius: 50%;
  background-color: rgba(111, 82, 216, 0.7);
}
.hero__content--mobile .hero__random-lesson:after {
  width: 0;
  height: 0;
  margin-top: -1.6875em;
  margin-left: -0.9375em;
  border-top: 1.6875em solid transparent;
  border-bottom: 1.6875em solid transparent;
  border-left: 3em solid rgba(255, 255, 255, 0.5);
}
.hero__content--mobile .hero__random-lesson:hover:before {
  background-color: #6F52D8;
}
.hero__content--mobile .hero__random-lesson:hover:after {
  border-left-color: rgba(255, 255, 255, 0.7);
}
.hero__content--mobile .hero__random-lesson img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.hero__content--mobile .hero__play-link {
  position: relative;
  padding-left: 1.0625em;
  text-decoration: underline;
}
.hero__content--mobile .hero__play-link:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 0.75em;
  height: 0.75em;
  border-radius: 50%;
  background-color: #fedf2b;
}
.hero__content--mobile .hero__play-link:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0.25em;
  top: 0.6em;
  width: 0;
  height: 0;
  border-top: 0.1875em solid transparent;
  border-bottom: 0.1875em solid transparent;
  border-left: 0.3125em solid #21a8b3;
}
.hero__content--mobile .hero__scroll-down {
  display: block;
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 1.875em;
  height: 1.875em;
  line-height: 1.875em;
  background-color: #ffffff;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  margin-left: -0.9375em;
}
.hero__content--mobile .hero__scroll-down img {
  width: 0.75em;
  height: 0.75em;
}
.hero__content--mobile .hero__fixed-cta-wrapper {
  font-size: 16px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 1.25em;
  background-color: #6F52D8;
  z-index: 900;
}
.hero__content--mobile .hero__cta {
  padding-left: 1.1764705882em;
  padding-right: 1.1764705882em;
}
.hero__content--desktop {
  display: none;
  width: 100%;
  position: relative;
}
.hero__content--desktop .hero__video-frame {
  position: absolute;
  width: 200px;
  height: 200px;
}
.hero__content--desktop .hero__video-frame:before, .hero__content--desktop .hero__video-frame:after {
  content: "";
  width: 100%;
  height: 100%;
  background-size: cover;
}
.hero__content--desktop .hero__video-frame:before {
  display: block;
  background-image: url('/static/img/PlayIconHero.png?5973c839c35e');
}
.hero__content--desktop .hero__video-frame:after {
  display: none;
  background-image: url('/static/img/PlayIconHero-hover.png?474b367a0ff7');
}
.hero__content--desktop .hero__video-frame:hover:before {
  display: none;
}
.hero__content--desktop .hero__video-frame:hover:after {
  display: block;
}
@media (min-width: 992px) {
  .hero__content--desktop {
    font-size: 0.8125em;
  }
  .hero__content--desktop .hero__video-frame {
    right: -14px;
    top: -19px;
  }
}
@media (min-width: 1200px) {
  .hero__content--desktop {
    font-size: 1em;
    margin-right: 0px;
    padding-right: 132px;
  }
  .hero__content--desktop .hero__video-frame {
    top: 12px;
    right: 20px;
  }
}
.hero__content--desktop .hero__headline {
  font-family: "Museo Slab", "museo-slab", sans-serif;
  font-weight: 700;
  font-size: 3.75em;
  line-height: 1;
  color: #fedf2b;
  margin-top: 0;
  margin-bottom: 0;
}
.hero__content--desktop .hero__headline span {
  font-size: 1.5em;
  font-weight: 900;
  text-transform: uppercase;
}
.hero__content--desktop .hero__subheadline {
  font-size: 2.875em;
  line-height: 1.0666666667;
  font-weight: 400;
  letter-spacing: 0.1166666667em;
  margin-bottom: 0.6em;
}
.hero__content--desktop .hero__cta {
  font-size: 1.125em;
}
@media (min-width: 768px) {
  .hero__content--desktop .hero__cta {
    font-size: 1em;
  }
}
@media (min-width: 992px) {
  .hero__content, .hero__content--mobile, .hero__content--desktop {
    margin-top: 3.25em;
    margin-bottom: 1.5625em;
  }
  .hero__content--mobile {
    display: none;
  }
  .hero__content--desktop {
    display: block;
  }
}

.home__lesson-header {
  text-align: center;
  margin-bottom: 1.3333333333em;
}
.home__lesson-header h1 {
  display: inline;
}
@media (min-width: 992px) {
  .home__lesson-header h1 {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .home__lesson-header h1 {
    font-size: 1.5em;
  }
}
.home__lesson-header .btn--primary {
  display: none;
}
@media (min-width: 992px) {
  .home__lesson-header .btn--primary {
    display: inline;
    color: #6F52D8;
  }
}

.home__gallery {
  margin-left: -7px;
  margin-right: -7px;
}
.home__gallery > [class*=col-] {
  padding-left: 7px;
  padding-right: 7px;
}
.home__gallery .lesson {
  margin-bottom: 21px;
}

.home__about-lessons h1,
.home__about-lessons h2,
.home__about-lessons h3,
.home__about-lessons h4,
.home__about-lessons h5,
.home__about-lessons h6 {
  margin-top: 0;
}

.about-lessons__video {
  position: relative;
  height: 0;
  padding-bottom: 65%;
}
.about-lessons__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home__testimonials .testimonials-carousel .carousel-control, .home__testimonials .testimonials-carousel--lg .carousel-control {
  display: none;
}
.home__testimonials .testimonials-carousel .carousel-indicators, .home__testimonials .testimonials-carousel--lg .carousel-indicators {
  display: none;
}

.home__training-ads a {
  display: inline-block;
  margin-bottom: 10px;
}
.home__training-ads img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.counter {
  text-align: center;
  margin-bottom: 20px;
}
.counter__number {
  display: block;
  font-size: 4.125em;
  line-height: 1;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .counter {
    margin-bottom: 0;
  }
}

.home__hr {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
  border-top-color: #6F52D8;
}

.home-contact-form .row {
  margin-left: -7px;
  margin-right: -7px;
}
.home-contact-form .row > [class*=col-] {
  padding-left: 7px;
  padding-right: 7px;
}

.home__img-gallery {
  margin-right: -2px;
}
.home__img-gallery:after {
  content: "";
  display: table;
  clear: both;
}
.home__img-gallery .img-gallery__block {
  max-height: 250px;
  width: 50%;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  float: left;
}
.home__img-gallery .img-gallery__block img {
  width: 100%;
  height: auto;
  max-width: 100%;
  background: #cccccc;
}
@media (min-width: 768px) {
  .home__img-gallery .img-gallery__block {
    width: 25%;
  }
  .home__img-gallery .img-gallery__block:first-of-type {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .home__img-gallery .img-gallery__block {
    width: 20%;
  }
  .home__img-gallery .img-gallery__block:first-of-type {
    width: 40%;
  }
}

.modal--fullscreen .modal-dialog {
  margin: 0;
}
.modal--fullscreen .modal-dialog,
.modal--fullscreen .modal-content {
  width: 100%;
  height: 100%;
}
.modal--fullscreen .modal-content {
  box-shadow: none;
  border: none;
  background: transparent;
}
.modal--fullscreen .modal-content .close {
  color: #ffffff;
  opacity: 1;
  font-size: 3.125em;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 10px 20px;
  z-index: 1000;
  font-weight: normal;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}
.modal--fullscreen .modal-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
  /* below the .close button */
}
.modal--fullscreen.fade .modal-dialog {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.modal--fullscreen.fade.in .modal-dialog {
  -webkit-transform: scale(1);
  transform: scale(1);
}

#subscription-info-div {
  display: none;
}

p.signup-notification {
  font-weight: bold;
  font-size: 0.9em;
}
p.signup-notification__district {
  font-weight: bold;
  font-size: 0.9375em;
}
p.signup-notification__top {
  padding: 5px 0 15px 0;
  font-weight: bold;
  font-size: 1em;
}

.signup-form__title {
  margin: 0 0 35px 0;
}

.signup-form__divider {
  margin: 30px 0 35px 0;
}

.signup-steps {
  user-select: none;
  margin: 25px 0 45px 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.signup-steps__step, .signup-steps__step--selected {
  display: inline-block;
  list-style-type: none;
  width: 60px;
  height: 60px;
  font-size: 38px;
  font-weight: 700;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  background-color: #999999;
  text-decoration: none;
}
.signup-steps__step--selected {
  background-color: #21a8b3;
}

.invitations-lead-notes {
  margin-bottom: 30px;
}

.animation-container {
  overflow: hidden;
}

.fade-enter-active, .fade-leave-active {
  transition: margin-top 0.3s ease;
}

.fade-enter, .fade-leave-to {
  margin-top: -1500px;
}

.rotating-image {
  height: 1.5em;
  margin: -10px 0;
  animation-name: rotate;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.account-sidebar {
  border: 1px solid #a6a6a6;
  background-color: #ffffff;
  font-size: 1.125em;
  line-height: 1.1111111111;
  padding: 1.9444444444em 1.6666666667em;
  margin-bottom: 20px;
  color: #a6a6a6;
}
@media (min-width: 992px) {
  .account-sidebar {
    position: absolute;
    top: 0;
    left: 50px;
    width: 244px;
  }
}
.account-sidebar ul {
  list-style: none;
  padding: 0;
}
.account-sidebar li {
  margin-bottom: 0.5555555556em;
  margin-right: 0.5555555556em;
}
@media (min-width: 992px) {
  .account-sidebar li {
    margin-bottom: 1.1111111111em;
    margin-right: 0em;
  }
}
.account-sidebar li:last-child {
  margin-bottom: 0;
}
.account-sidebar li.active {
  font-weight: bold;
  color: #21a8b3;
}
.account-sidebar a {
  color: inherit;
}
.account-sidebar hr {
  margin: 1.6666666667em -0.5555555556em;
  border-color: #21a8b3;
}

.account-section {
  border: 1px solid #a6a6a6;
  background-color: #ffffff;
  margin-bottom: 20px;
  padding: 2.1875em 3.125em;
}
@media (min-width: 992px) {
  .account-section {
    margin-left: 264px;
  }
}
.account-section__header {
  font-size: 2em;
  line-height: 1.375;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0.9375em;
}
.account-section__header-link {
  display: inline-block;
  font-size: 0.5em;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .account-section__header-link {
    margin-top: 1.0625em;
    float: right;
  }
}
.account-section__subheader {
  font-size: 1.3125em;
  line-height: 1.1428571429;
  color: #333333;
  margin-top: 0;
  margin-bottom: 0.9523809524em;
}
.account-section__header + .account-section__subheader {
  margin-top: -1.1904761905em;
}
.account-section p {
  line-height: 1.25;
}
.account-section hr {
  border-color: #cccccc;
}

.account__member-since {
  font-size: 0.9375em;
  line-height: 1.2;
  margin-top: 1.3333333333em;
  margin-bottom: 1.3333333333em;
}
.account__subscrip-header {
  font-size: 1.3125em;
  line-height: 1.1428571429;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  color: #333333;
}
.account__subscrip-header + .alert {
  margin-top: 0.625em;
}
.account__change-subscrip {
  margin-bottom: 0.5882352941em;
}
.account__subscrip-btns {
  margin-left: -7px;
  margin-right: -7px;
  margin-top: 1.25em;
}
.account__subscrip-btns > [class*=col-] {
  padding-left: 7px;
  padding-right: 7px;
}
.account__subscrip-btns .btn {
  margin-bottom: 0.8823529412em;
}

.account-form__header {
  font-size: 1.3125em;
  line-height: 1;
  text-align: left;
  margin-bottom: 0.4761904762em;
}

.payment-history-table {
  width: 100%;
  font-size: 0.875em;
}
@media (max-width: 767px) {
  .payment-history-table {
    display: block;
  }
  .payment-history-table th {
    display: none;
  }
  .payment-history-table tbody, .payment-history-table tr {
    width: 100%;
  }
  .payment-history-table tr:not(:first-child) {
    margin-bottom: 0.7142857143em;
  }
  .payment-history-table tr:not(:first-child) + tr {
    padding-top: 0.7142857143em;
    border-top: 1px solid #d9d9d9;
  }
  .payment-history-table td {
    margin-bottom: 0.3571428571em;
  }
  .payment-history-table td:before {
    display: inline-block;
    width: 50%;
    font-weight: bold;
  }
  .payment-history-table td:nth-child(1):before {
    content: "Date:";
  }
  .payment-history-table td:nth-child(2):before {
    content: "PO / Invoice Number:";
  }
  .payment-history-table td:nth-child(3):before {
    content: "Frequency:";
  }
  .payment-history-table td:nth-child(4):before {
    content: "Payment Total:";
  }
  .payment-history-table tbody, .payment-history-table tr, .payment-history-table td {
    display: block;
  }
}

#account-info .account-section__header {
  margin-bottom: 0;
}

#account-info-form input[type=submit] {
  margin-top: 2.0588235294em;
}

#email-pref-form .form-group {
  margin-bottom: 2.1875em;
}
#user-curriculum-info {
  display: flex;
  justify-content: space-between;
}
#user-curriculum-info-text {
  display:flex;
  flex-direction:column;
}
#user-curriculum-info-text h3 {
  padding-bottom:10px;
}
#curriculum-info-inner {
  display: flex;
}
#curriculum-info-inner a img {
  width: 170px;
  height: 134.64px;
  margin-right:29px;
}
#curriculum-info hr {
  border: .5px solid #21A8B3;
}
.curriculum-expired {
  color: red;
}
#curriculum-access-modal-body {
  padding-bottom:50px;
}
#curriculum-info-button-container {
  display: flex;
  align-items: start;
  justify-content: end;
}
#curriculum-info-button {
  padding: 8px 35px;
  height: 40px;
  font-weight: 900;
  font-size: 16px;
  background: #21A8B3;
}
@media (max-width: 1200px) {
  #curriculum-info-button {
    font-size: 10pt;
    height: 56px;
  }
}
.teachers-table {
  width: 100%;
  font-size: 0.875em;
}
@media (max-width: 767px) {
  .teachers-table {
    display: block;
  }
  .teachers-table th {
    display: none;
  }
  .teachers-table tbody, .teachers-table tr {
    width: 100%;
  }
  .teachers-table tr:not(:first-child) {
    margin-bottom: 0.7142857143em;
  }
  .teachers-table tr:not(:first-child) + tr {
    padding-top: 0.7142857143em;
    border-top: 1px solid #d9d9d9;
  }
  .teachers-table td {
    margin-bottom: 0.3571428571em;
  }
  .teachers-table td:before {
    display: inline-block;
    width: 50%;
    font-weight: bold;
  }
  .teachers-table td:nth-child(1):before {
    content: "Name:";
  }
  .teachers-table td:nth-child(2):before {
    content: "Email:";
  }
  .teachers-table td:nth-child(3):before {
    content: "Last Login:";
  }
  .teachers-table td:nth-child(4):before {
    content: "Status:";
  }
  .teachers-table tbody, .teachers-table tr, .teachers-table td {
    display: block;
  }
}
.teachers-table .remove-user-btn-text {
  display: none;
}
.teachers-table .user--pending {
  color: #6F52D8;
}
@media (max-width: 767px) {
  .teachers-table .remove-user-btn-text {
    display: inline;
  }
  .teachers-table td {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .teachers-table td:last-child {
    text-align: right;
  }
  .teachers-table .icon-link, .teachers-table .icon-link--add, .teachers-table .icon-link--delete {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .teachers-table td:last-child {
    text-align: right;
  }
}

.teacher-invites-avail {
  margin-top: 1.875em;
}

.all-payments__controls {
  margin-top: 1.25em;
  margin-bottom: 3.125em;
}
.all-payments__controls:last-child {
  margin-top: 3.125em;
  margin-bottom: 0;
}

.invoice__wrapper {
  max-width: 652px;
  margin: 0 auto;
  padding: 0.625em;
}
.invoice__wrapper p {
  margin-bottom: 0;
  line-height: 1.5;
}
.invoice__wrapper .small {
  font-size: 0.8125em;
  line-height: 1.8461538462;
}
@media print {
  .invoice__wrapper .col-sm-4 {
    width: 33.3333333333%;
  }
  .invoice__wrapper .col-sm-6 {
    width: 50%;
  }
  .invoice__wrapper .col-sm-8 {
    width: 66.6666666667%;
  }
}
.invoice__print-link {
  color: #47a9ff;
  text-decoration: underline;
  display: inline-block;
  margin-top: 3.125em;
}
.invoice__print-link:hover, .invoice__print-link:active, .invoice__print-link:focus {
  color: #0085fa;
  text-decoration: underline;
}
@media print {
  .invoice__print-link {
    display: none;
  }
}
.invoice__frame {
  margin-top: 0.9375em;
  border: 1px solid #a6a6a6;
  background-color: #ffffff;
  padding: 3.125em 4.375em;
}
.invoice__header:after {
  content: "";
  display: table;
  clear: both;
}
.invoice__logo {
  display: inline-block;
  float: left;
  margin-right: 2.75em;
  margin-bottom: 0.625em;
}
.invoice__number {
  font-size: 1.25em;
  line-height: 1.2;
  padding-top: 0.35em;
  margin-bottom: 1em;
  color: #666666;
}
.invoice__payment-info-text, .invoice__customer-name {
  margin-top: 0;
  font-size: 1.375em;
  line-height: 1.25;
  margin-bottom: 0.8333333333em;
  color: #666666;
}
@media (false) {
  .invoice__payment-info-text, .invoice__customer-name {
    margin-bottom: 2.0833333333em;
  }
}
.invoice__customer-name {
  margin-bottom: 0;
}
.invoice__contact-info {
  font-size: 0.75em;
}

.team-management {
  min-height: 800px;
}
.team-management__row-divider {
  margin: 10px 0;
  border-style: dashed;
}
.team-management .admin-caption {
  font-family: "Lato", "Arial", sans-serif;
  font-size: 1.125em;
  color: #6F52D8;
}
.team-management .admin-management__admin-title {
  font-family: "Lato", "Arial", sans-serif;
  font-size: 1.375em;
  color: #6F52D8;
}
.team-management .admin-management__transfer-button {
  border: none;
  border-radius: 4px;
  display: inline-block;
  font-family: "Lato", "Arial", sans-serif;
  font-weight: bold;
  font-size: 1.0625em;
  line-height: 1.1764705882;
  padding: 0.7058823529em 2.0588235294em;
  text-decoration: none;
  margin-bottom: 0.5263157895em;
  color: #666666;
  background-color: #cccccc;
  font-size: 0.75em;
  padding: 6px 10px 6px 10px;
}
.team-management .admin-management__transfer-button:hover, .team-management .admin-management__transfer-button:active, .team-management .admin-management__transfer-button:focus {
  text-decoration: none;
}
.team-management .admin-management__transfer-button:hover {
  background-color: #cfcfcf;
}
.team-management .admin-management__transfer-button:active {
  background-color: #d4d4d4;
}
.team-management .admin-management__transfer-button:hover, .team-management .admin-management__transfer-button:active, .team-management .admin-management__transfer-button:focus {
  color: #666666;
}
.team-management .admin-management__transfer-button:hover, .team-management .admin-management__transfer-button:active, .team-management .admin-management__transfer-button:focus {
  background-color: #d0021b;
  color: #ffffff;
}
.team-management .users-management {
  margin-top: 40px;
}
.team-management .users-management__left-col {
  padding-right: 8px;
}
.team-management .users-management__right-col {
  padding-left: 8px;
}
.team-management .users-management .users-info {
  line-height: 38px;
  font-size: 1.0625em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.team-management .users-management .users-info__stats {
  white-space: nowrap;
}
.team-management .users-management .users-info__users-count {
  font-size: 1.25em;
  font-weight: 800;
  line-height: 1;
  color: #21a8b3;
}
.team-management .users-management .users-info .management-links {
  white-space: nowrap;
}
.team-management .users-management .users-info .management-links__add-item {
  font-size: 1em;
  text-decoration: none;
  white-space: nowrap;
}
.team-management .users-management .users-info .management-links__add-item img {
  vertical-align: text-bottom;
}
.team-management .users-management .filters .select-widget, .team-management .users-management .filters .select-widget-pages {
  width: 120px;
}
.team-management .users .group-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 50px;
  line-height: 20px;
  color: #21a8b3;
  padding-bottom: 5px;
  border-bottom: 1px solid #21a8b3;
}
.team-management .users .group-header .group-name {
  cursor: pointer;
  font-size: 1.375em;
  white-space: nowrap;
}
.team-management .users .group-header .users-count {
  white-space: nowrap;
  padding-right: 20px;
}
.team-management .users .group-header .group-rename {
  white-space: nowrap;
  text-decoration: underline;
}
.team-management .users .group-header .group-remove {
  white-space: nowrap;
  text-decoration: none;
  padding-top: 3px;
}
.team-management .users .group-header .group-collapse {
  display: inline-block;
  width: 15px;
  height: 15px;
  padding: 0 5px 0 0;
  border: none;
  background-image: url('/static/img/icons/icon_doubleChevron_x1.svg?7ffa38edc2f2');
  background-repeat: no-repeat;
}
.team-management .users .group-header .group-collapse.collapsed {
  transform: rotate(180deg);
}
.team-management .users .users_table {
  width: 100%;
  font-size: 0.875em;
  font-size: 1em;
  margin-top: 15px;
  border-collapse: separate;
  border-spacing: 0 5px;
}
@media (max-width: 767px) {
  .team-management .users .users_table {
    display: block;
  }
  .team-management .users .users_table th {
    display: none;
  }
  .team-management .users .users_table tbody, .team-management .users .users_table tr {
    width: 100%;
  }
  .team-management .users .users_table tr:not(:first-child) {
    margin-bottom: 0.7142857143em;
  }
  .team-management .users .users_table tr:not(:first-child) + tr {
    padding-top: 0.7142857143em;
    border-top: 1px solid #d9d9d9;
  }
  .team-management .users .users_table td {
    margin-bottom: 0.3571428571em;
  }
  .team-management .users .users_table td:before {
    display: inline-block;
    width: 50%;
    font-weight: bold;
  }
  .team-management .users .users_table td:nth-child(1):before {
    content: "Name:";
  }
  .team-management .users .users_table td:nth-child(2):before {
    content: "Email:";
  }
  .team-management .users .users_table td:nth-child(3):before {
    content: "Role:";
  }
  .team-management .users .users_table td:nth-child(4):before {
    content: "Group:";
  }
  .team-management .users .users_table tbody, .team-management .users .users_table tr, .team-management .users .users_table td {
    display: block;
  }
}
.team-management .users .users_table th {
  cursor: pointer;
  user-select: none;
}
.team-management .users .users_table th span.order {
  display: none;
  width: 8px;
  height: 8px;
  padding: 0 5px 0 0;
  border: none;
  background-repeat: no-repeat;
}
.team-management .users .users_table th span.order-asc {
  display: inline-block;
  background-image: url('/static/img/dropdownArrow_1x_black.svg?e56629882700');
}
.team-management .users .users_table th span.order-desc {
  display: inline-block;
  background-image: url('/static/img/dropdownArrow_1x_black.svg?e56629882700');
  transform: rotate(180deg);
}
.team-management .users .users_table__name-column.title, .team-management .users .users_table__email-column.title {
  white-space: nowrap;
  min-width: 40px;
  width: 25%;
}
.team-management .users .users_table__lastlogin-column.title {
  white-space: nowrap;
  min-width: 40px;
  width: 15%;
}
.team-management .users .users_table__role-column.title, .team-management .users .users_table__group-column.title {
  min-width: 100px;
  width: 15%;
}
.team-management .users .users_table__remove-column.title {
  width: 30px;
}
.team-management .users .users_table__name-column.cell, .team-management .users .users_table__lastlogin-column.cell, .team-management .users .users_table__email-column.cell {
  font-size: 14px;
}
.team-management .users .users_table tr td {
  padding: 0 5px 3px 5px;
}
.team-management .users .users_table tr:not(:last-child) td {
  border-bottom: 1px dashed #cccccc;
}
.team-management .users .users_table .actions {
  text-align: right;
}
@media (max-width: 767px) {
  .team-management .users .users_table .actions {
    text-align: center;
    margin-bottom: 30px;
    padding: 10px 0 15px 0;
  }
  .team-management .users .users_table .actions .remove-item.btn {
    max-width: 150px;
    margin: 0 auto;
  }
}
.team-management .users .users_table .select-widget, .team-management .users .users_table .select-widget-pages {
  display: block;
  height: 32px;
  line-height: 32px;
}
.team-management .users .users_table .select-widget select, .team-management .users .users_table .select-widget-pages select {
  border-radius: 3px 3px 3px 3px;
  background-color: #e0e0e0;
  background-size: 25px 5px;
  background-image: url('/static/img/dropdownArrow_1x_black.svg?e56629882700');
  color: #000000;
  padding-left: 8px;
  padding-right: 25px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
}
.team-management .users .users_table .select-widget select:focus, .team-management .users .users_table .select-widget-pages select:focus {
  outline: none;
}
.team-management .users .group-paginator {
  padding-top: 10px;
  user-select: none;
}
.team-management .users .group-paginator .disabled {
  color: #666666;
  pointer-events: none;
}
.team-management .users .group-paginator__toggle {
  text-decoration: none;
}
.team-management .users .group-paginator__page-stats {
  color: #666666;
  white-space: nowrap;
  padding: 0 15px;
}
.team-management .alert.popup-alert {
  margin-bottom: -36px;
}
.team-management .alert-transfer-account {
  font-size: 18px;
}
.team-management .alert-transfer-account strong {
  color: inherit;
}
.team-management .modal-header-info {
  background: #6F52D8;
}
.team-management .modal-header-warning {
  background: #ffa635;
}
.team-management .modal-header-danger {
  background: #d0021b;
}
.team-management .modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity 0.3s ease;
}
.team-management .modal-enter, .team-management .modal-leave-to {
  opacity: 0;
}

.about__intro,
.about__testimonials,
.about__employees,
.about__main-testimonial {
  padding-top: 40px;
  padding-bottom: 40px;
}

.about_intro img,
.about__our-story img {
  width: 100%;
  height: auto;
}

.about__our-story {
  padding-top: 45px;
}
.about__our-story h1,
.about__our-story h2,
.about__our-story h3,
.about__our-story h4,
.about__our-story h5,
.about__our-story h6 {
  margin-top: 0;
}

.about__intro {
  padding-top: 20px;
}

.about__researchers h2,
.about__employees h2 {
  text-align: center;
}

.about__employees h2 {
  margin-top: 0;
}

.about__map-frame {
  width: 100%;
  height: 0px;
  padding-bottom: 66%;
  position: relative;
}
@media (min-width: 992px) {
  .about__map-frame {
    padding-bottom: 76%;
  }
}
@media (min-width: 1200px) {
  .about__map-frame {
    padding-bottom: 47%;
  }
}
@media (min-width: 1320px) {
  .about__map-frame {
    padding-bottom: 40%;
  }
}
.about__map-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about__researchers,
.about__our-story {
  padding-bottom: 40px;
}

.researcher {
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 5px;
  position: relative;
  background-color: #dfdfdf;
  background-repeat: no-repeat;
  background-size: cover;
}
.researcher:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.researcher__text {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  color: #ffffff;
  z-index: 30;
}
.researcher__name, .researcher__desc {
  text-align: left;
  font-size: 1em;
  line-height: 1.25;
  color: inherit;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.75);
}
.researcher__name {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
}
.researcher__desc {
  margin: 0;
  min-height: 2.4em;
}
.researcher__img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 140px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .researcher:nth-child(3n+1) {
    clear: left;
  }
}

.researchers-row .row {
  margin-left: -2.5px;
  margin-right: -2.5px;
}
.researchers-row .row > [class*=col-] {
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.about__main-testimonial {
  max-width: 772px;
  margin: 0 auto;
}
.about__main-testimonial p {
  font-size: 2em;
  line-height: 1.05;
  text-align: right;
}
.about__main-testimonial h4 {
  font-size: 1.5em;
}

.about__testimonials .testimonial {
  min-height: 0px;
}

.about__cont-box-links {
  padding-top: 40px;
  padding-bottom: 15px;
}

.employees-row .row {
  margin-left: -7px;
  margin-right: -7px;
}
.employees-row .row > [class*=col-] {
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .employees-row .row > div:nth-child(3n+1) {
    clear: left;
  }
}
@media (min-width: 992px) {
  .employees-row .row > div:nth-child(4n+1) {
    clear: left;
  }
}

.employee-img {
  border: 10px solid #ffffff;
  width: 100%;
  height: auto;
  margin-bottom: 1.25em;
}

.img-grid-row .row {
  margin-left: -2.5px;
  margin-right: -2.5px;
}
.img-grid-row .row > [class*=col-] {
  padding-left: 2.5px;
  padding-right: 2.5px;
}
.img-grid-row .row img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

.lesson {
  display: block;
  width: 100%;
  padding-bottom: 75%;
  height: 0;
}
.lesson__add-resc {
  margin-bottom: 1.875em;
}
.lesson__add-resc iframe {
  width: 100%;
  height: 300px;
  border-color: transparent;
}
.lesson__add-resc .add-resc__header {
  font-size: 1.5em;
  line-height: 1;
  color: #666666;
  font-weight: bold;
  border-bottom: 1px solid #a6a6a6;
  padding-bottom: 0.2083333333em;
  margin-bottom: 0.4166666667em;
}
.lesson__add-resc .row {
  margin-left: -7px;
  margin-right: -7px;
}
.lesson__add-resc .row > [class*=col-] {
  padding-left: 7px;
  padding-right: 7px;
}
.lesson__add-resc .add-resc__resource {
  width: 100px;
  min-height: 100px;
  position: absolute;
}
@media (min-width: 992px) {
  .lesson__add-resc .add-resc__resource {
    min-height: 51px;
    width: 51px;
  }
}
.lesson__add-resc .add-resc__resource img {
  position: absolute;
}
.lesson__add-resc .resource-col a img {
  background-color: #21a8b3;
}
.lesson__add-resc .resource-col a img:hover {
  background-color: #6F52D8;
}
.lesson__add-resc .resource-col .resource-name {
  margin-left: 120px;
  padding-top: 35px;
}
@media (min-width: 768px) {
  .lesson__add-resc .resource-col {
    width: 25%;
  }
  .lesson__add-resc .resource-col .resource-name {
    display: none;
  }
}
@media (min-width: 992px) {
  .lesson__add-resc .resource-col {
    width: 16.6666666667%;
  }
  .lesson__add-resc .resource-col .resource-name {
    display: none;
  }
}
.lesson__add-resc .resource-legend-col {
  width: 100%;
  min-height: 100px;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .lesson__add-resc .resource-legend-col {
    min-height: 65px;
  }
}
.lesson__add-resc .resource-legend-col img {
  background-color: #21a8b3;
  position: absolute;
}
@media (min-width: 992px) {
  .lesson__add-resc .resource-legend-col img {
    width: 51px;
  }
}
.lesson__add-resc .resource-legend-col .resource-info {
  margin-left: 120px;
}
@media (min-width: 992px) {
  .lesson__add-resc .resource-legend-col .resource-info {
    margin-left: 70px;
  }
}
.lesson__add-resc .resource-legend-col .resource-name {
  font-weight: 600;
  color: #21a8b3;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .lesson__add-resc .resource-legend-col .resource-name {
    margin-top: -6px;
  }
}
.lesson__add-resc .resource-legend-col .resource-about {
  font-size: 14px;
}
.lesson__add-resc .horizontal-line {
  margin-top: 0.8333333333em;
  margin-bottom: 0.8333333333em;
  border-bottom: 2px solid #A6A6A6;
}
.lesson__overall-review:after {
  content: "";
  display: table;
  clear: both;
}
.lesson__rating {
  float: left;
  margin-right: 1.6875em;
}
.lesson__rating .rating__stars:after {
  content: "";
  display: table;
  clear: both;
}
.lesson__rating .rating__stars .star {
  float: left;
}
.lesson__rating .rating__text {
  text-align: center;
}
.lesson__reviews .reviews__header {
  margin-top: 0;
  font-size: 1.3125em;
  line-height: 1.3333333333;
  font-weight: bold;
  color: #666666;
}
.lesson__reviews .review {
  margin-bottom: 2.1875em;
}
.lesson__reviews .review__rating {
  float: left;
  display: inline-block;
  margin-top: 0.125em;
  margin-right: 0.75em;
}
.lesson__reviews .review__rating:after {
  content: "";
  display: table;
  clear: both;
}
.lesson__reviews .review__rating .star {
  float: left;
}
.lesson__reviews .review__author {
  font-size: 1.125em;
  line-height: 1.1666666667;
}
.lesson__reviews .review__date {
  font-size: 0.75em;
  line-height: 1.3333333333;
  color: #a6a6a6;
}
.lesson img {
  max-width: 100%;
}

.review__review-form {
  clear: both;
}
.review__review-form:after {
  content: "";
  display: table;
  clear: both;
}
.review__review-form .review-form__header {
  font-size: 1.3125em;
  line-height: 1.1428571429;
  margin-bottom: 0.9523809524em;
}
.review__review-form .review-form__rating:after {
  content: "";
  display: table;
  clear: both;
}
.review__review-form .review-form__rating > label {
  font-weight: normal;
  float: left;
  margin-right: 0.625em;
}

.lesson__overall-review + .lesson__reviews {
  margin-top: 2.1875em;
  border-top: 1px solid #a6a6a6;
  padding-top: 1.5625em;
}

.standards {
  margin-bottom: 1rem;
}
.standards .standards-modal .modal-dialog {
  top: 50%;
  transform: translateY(-50%);
}
.standards .standards__set {
  float: left;
  margin-right: 1rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 0.6rem;
}
.standards .standards-header {
  margin-top: 0;
  font-size: 1.125em;
  line-height: 1.1666666667;
  color: #333333;
  font-weight: bold;
  padding-bottom: 0.2083333333em;
  margin-bottom: 0.4166666667em;
}
.standards .standards__modal {
  display: none;
  position: absolute;
  padding: 0.5rem 1rem;
  background: #F0C6FF;
  color: #6F52D8;
  z-index: 999;
  border-radius: 6px;
  width: 250px;
  line-height: 1.5;
  top: 0;
  left: -100%;
  transform: translate(0%, -115%);
}
.standards .standards__modal.show {
  display: block;
}
.standards .standards__modal:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -11PX;
  left: 35%;
  border-top: 13px solid #f0c6ff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.standards a.standards__strand {
  cursor: pointer;
}
.standards .standards__strand {
  padding: 0.2rem 0.6rem;
  background: #F0C6FF;
  color: #6F52D8;
  border-radius: 6px;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
.standards a.standards__strand:hover .standards__modal {
  display: block;
}

.special-programs {
  margin-bottom: 1rem;
}
.special-programs .special-programs-header {
  margin-top: 0;
  font-size: 1.125em;
  line-height: 1.1666666667;
  color: #333333;
  font-weight: bold;
  padding-bottom: 0.2083333333em;
  margin-bottom: 0.4166666667em;
}
.special-programs .special-programs-item {
  color: #21a8b3;
  font-weight: bold;
  font-size: 1.125em;
}
.special-programs .special-programs-item a:hover {
  text-decoration: underline;
}

.products-slider {
  margin-bottom: 2rem;
}
.products-slider h2 {
  color: #000000;
  font-weight: normal;
  margin: 10px 0 10px 0;
}

.lesson-detail {
  padding-top: 1.25em;
}
.lesson-detail .main-content {
  padding-right: 0 !important;
}
@media (min-width: 992px) {
  .lesson-detail .main-content {
    padding-right: 4rem !important;
  }
}
.lesson-detail .side-content .popover,
.lesson-detail .main-content .popover {
  max-width: 330px;
}
.lesson-detail .gallery__thumbnail iframe {
  width: 100%;
  height: 491px;
  border-color: transparent;
  border-radius: 12px;
}
.lesson-detail .gallery__thumbnail .thumbnail {
  padding: 0;
}
.lesson-detail .gallery__thumbnail .mobile-menu {
  left: 0;
  width: 10%;
  min-width: 50px;
}
.lesson-detail .gallery__thumbnail .mobile-menu.open {
  left: 18%;
}
.lesson-detail .gallery__thumbnail .favorited {
  right: 0;
  width: 10%;
  min-width: 50px;
}
.lesson-detail .gallery__thumbnail .hover-menu {
  width: 18%;
  left: 0;
}
.lesson-detail.row {
  margin-left: -7px;
  margin-right: -7px;
  max-width: 1280px;
  margin: auto;
}
.lesson-detail.row > [class*=col-] {
  padding-left: 7px;
  padding-right: 7px;
}
.lesson-detail.row .trial-warning {
  font-size: 0.875em;
  text-align: center;
  margin-top: -1.5625em;
  margin-bottom: 2.375em;
}
.lesson-detail .lesson-cover-img {
  margin-bottom: 2.5em;
  position: relative;
  cursor: pointer;
}
.lesson-detail__teach-btn {
  margin-bottom: 2.1875em;
}
.lesson-detail__quiz-btn {
  margin-bottom: 2.1875em;
  user-select: text;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 10px !important;
  border: none;
  border-radius: 4px;
  display: inline-block;
  font-family: "Lato", "Arial", sans-serif;
  font-weight: bold;
  font-size: 1.0625em;
  line-height: 1.1764705882;
  padding: 0.7058823529em 2.0588235294em;
  text-decoration: none;
  margin-bottom: 0.5263157895em;
  color: #d0021b;
  background-color: #f6a5c1;
}
.lesson-detail__quiz-btn:hover, .lesson-detail__quiz-btn:active, .lesson-detail__quiz-btn:focus {
  text-decoration: none;
}
.lesson-detail__quiz-btn:hover {
  background-color: #ffbfca;
}
.lesson-detail__quiz-btn:active {
  background-color: #ffcddb;
}
.lesson-detail__quiz-btn:hover, .lesson-detail__quiz-btn:active, .lesson-detail__quiz-btn:focus {
  color: #d0021b;
}
.lesson-detail__quiz-btn .quiz-button-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.lesson-detail__quiz-btn .badge {
  background-color: #ed7c8c;
  color: #d0021b;
}
.lesson-detail__stats {
  font-size: 1.125em;
  line-height: 1.1666666667;
  margin-bottom: 2.7777777778em;
}
.lesson-detail__stats:after {
  content: "";
  display: table;
  clear: both;
}
.lesson-detail__stats dt, .lesson-detail__stats dd {
  margin-top: 0.3125em;
  display: inline-block;
  float: left;
}
.lesson-detail__stats dt {
  clear: left;
  width: 6.25em;
}
.lesson-detail__stats dd {
  width: 60%;
}
.lesson-detail__tab-content {
  padding: 2.1875em;
  margin-bottom: 1.25em;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-top: none;
}
.lesson-detail__tab-content .lesson__review-toggle {
  margin-top: 20px;
}
.lesson-detail__tab-content .desc__main-text {
  font-size: 1.3125em;
  line-height: 1.3333333333;
  overflow: hidden;
}
.lesson-detail__tab-content .desc__post-text {
  font-size: 1.125em;
  line-height: 1.1666666667;
}
.lesson-detail__tab-content .desc__main-text + .desc__post-text {
  margin-top: 1.3888888889em;
  padding-top: 1.1111111111em;
  border-top: 1px solid #a6a6a6;
}
.lesson-detail__tabs {
  border-bottom-color: #cccccc;
  font-size: 0.875em;
}
@media (min-width: 768px) {
  .lesson-detail__tabs {
    font-size: 1em;
  }
}
.lesson-detail__tabs > li > a {
  font-size: 1.125em;
  line-height: 1.2222222222;
  color: #666666;
  border-radius: 1px 0 0 0;
  padding: 0.1666666667em 1.3888888889em 0.1666666667em 1.9444444444em;
  position: relative;
  margin-left: 0.5555555556em;
  margin-right: 1.2222222222em;
  margin-top: 0.1666666667em;
}
.lesson-detail__tabs > li > a, .lesson-detail__tabs > li > a:hover, .lesson-detail__tabs > li > a:focus {
  border: none;
  background: #cccccc 0 0 url('/static/img/tabs/tabBg_topEdge_x1.svg?9ecaa8bbbde0') repeat-x;
  background-size: 0.2777777778em 0.5555555556em;
}
.lesson-detail__tabs > li > a:before, .lesson-detail__tabs > li > a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  height: 1.5555555556em;
}
.lesson-detail__tabs > li > a:before {
  left: -0.5em;
  width: 0.5555555556em;
  background: 100% 0 url('/static/img/tabs/tabBg_leftEdge_x1.svg?c3988b54e3a2') no-repeat;
  background-size: 0.3888888889em 1.7222222222em;
}
.lesson-detail__tabs > li > a:after {
  right: -1.1111111111em;
  width: 1.1111111111em;
  background: 0 0 url('/static/img/tabs/tabBg_rightEdge_x1.svg?6c97292d5385') no-repeat;
  background-size: 1.1111111111em 1.7222222222em;
}
.lesson-detail__tabs > li > a:hover {
  opacity: 0.75;
}
.lesson-detail__tabs > li.active {
  z-index: 10;
}
.lesson-detail__tabs > li.active > a, .lesson-detail__tabs > li.active > a:hover, .lesson-detail__tabs > li.active > a:focus {
  border: none;
  opacity: 1;
  border-top: none;
  background-size: 0.25em 0.5em;
}
.lesson-detail__tabs > li.active > a {
  font-size: 1.25em;
  line-height: 1.1;
  padding: 0.35em 1.25em 0.1em 1.75em;
  margin-left: -1em;
  margin-right: -0.25em;
  margin-top: 0;
  font-weight: bold;
}
.lesson-detail__tabs > li.active > a:before, .lesson-detail__tabs > li.active > a:after {
  height: 1.55em;
}
.lesson-detail__tabs > li.active > a:before {
  left: -0.45em;
  width: 0.5em;
  background: 100% 0 url('/static/img/tabs/tabBg_leftEdge_active_x1.svg?6c97292d5385') no-repeat;
  background-size: 0.35em 1.55em;
}
.lesson-detail__tabs > li.active > a:after {
  right: -1em;
  width: 1em;
  background: 100% 0 url('/static/img/tabs/tabBg_rightEdge_active_x1.svg?4e504a8539bc') no-repeat;
  background-size: 1em 1.55em;
}
.lesson-detail__tabs > li.active:first-child > a {
  margin-left: 0.5em;
}
.lesson-detail img {
  height: auto;
}
.lesson-detail img.star {
  display: inline-block;
}

.no-svg .lesson-detail__tabs > li > a {
  background-image: url('/static/img/tabs/tabBg_topEdge_x2.png?75b6cc702396');
  background-size: 0.3125em 0.625em;
}
.no-svg .lesson-detail__tabs > li > a:before {
  background-image: url('/static/img/tabs/tabBg_leftEdge_x2.png?c362c26fa812');
  background-size: 0.4375em 1.9375em;
}
.no-svg .lesson-detail__tabs > li > a:after {
  background-image: url('/static/img/tabs/tabBg_rightEdge_x2.png?4e504a8539bc');
  background-size: 1.25em 1.9375em;
}
.no-svg .lesson-detail__tabs > li.active > a:before {
  background-image: url('/static/img/tabs/tabBg_leftEdge_active_x2.png?75b6cc702396');
  background-size: 0.4375em 1.9375em;
}
.no-svg .lesson-detail__tabs > li.active > a:after {
  background-image: url('/static/img/tabs/tabBg_rightEdge_active_x2.png?9ecaa8bbbde0');
  background-size: 1.25em 1.9375em;
}
.free-badge {
  position: absolute;
  padding: 1em 5em;
  left: -5em;
  top: 0.7em;
  background: #673AB7;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  transform: rotate(-45deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.free-badge-text {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-size: 22px;
  line-height: 6px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.gallery.row {
  margin-left: -7px;
  margin-right: -7px;
}
.gallery.row > [class*=col-] {
  padding-left: 7px;
  padding-right: 7px;
}
.gallery .lesson {
  margin-bottom: 14px;
}
.gallery .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}
.gallery .thumbnail span.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}
.gallery__results-count {
  float: right;
  display: inline-block;
  line-height: 2.5;
}
@media (min-width: 992px) {
  .gallery__results-count {
    float: none;
  }
}
.gallery__detail-item dl,
.gallery__detail-item dt,
.gallery__detail-item dd {
  display: inline-block;
}
.gallery__detail-item dd {
  margin-right: 1.875em;
}
.gallery__detail-item dl {
  margin-bottom: 0.625em;
}
.gallery .detail-item__desc {
  overflow: hidden;
  word-wrap: break-word;
}
.gallery .detail-item__stars {
  width: 90px;
  margin-right: 1.875em;
  margin-bottom: 0.625em;
  display: inline-block;
  position: relative;
  top: -3px;
}
.gallery__list-item .thumbnail-container {
  display: inline-block;
  vertical-align: top;
  padding-top: 5px;
  padding-right: 10px;
  min-height: 60px;
  min-width: 65px;
}
.gallery__list-item .thumbnail-container img {
  max-width: 80px;
  max-height: 40px;
}
.gallery__list-item .description-container {
  display: inline-block;
  min-width: 350px;
}
.gallery__list-item dl, .gallery__list-item dt, .gallery__list-item dd {
  display: inline-block;
}
.gallery__list-item dd {
  margin-right: 0.625em;
}

.gallery-hr {
  border-color: #cccccc;
  margin-bottom: 5px;
}

.gallery__thumbnail {
  margin-bottom: 1rem;
  position: relative;
}
.gallery__thumbnail .item--queue img {
  width: 40%;
}
.gallery__thumbnail .item--info img {
  width: 60%;
}
.gallery__thumbnail .item--share img {
  width: 45%;
}
.gallery__thumbnail .mobile-menu {
  position: absolute;
  bottom: 0;
  left: 7px;
  width: 18%;
  height: 24%;
  background: rgba(40, 39, 39, 0.9);
  cursor: pointer;
  padding: 0.5rem;
}
.gallery__thumbnail .mobile-menu.open {
  left: calc(25% + 7px);
  padding: 0.7rem;
}
.gallery__thumbnail .mobile-menu.open #hamburger {
  display: none;
}
.gallery__thumbnail .mobile-menu.open #close-menu {
  display: block;
}
.gallery__thumbnail .mobile-menu svg {
  width: 100%;
  fill: #fedf2b;
  vertical-align: middle;
}
.gallery__thumbnail .mobile-menu #hamburger {
  display: block;
}
.gallery__thumbnail .mobile-menu #close-menu {
  display: none;
  width: 80%;
  margin: auto;
}
.gallery__thumbnail .product-actions {
  display: flex;
  /* position: absolute; */
  justify-content: flex-end;
  top: 20px;
  right: 20px;
}
.gallery__thumbnail .product-actions__item {
  background: rgba(40, 39, 39, 0.7);
  border-color: rgba(115, 115, 115, 0.7);
  border-width: 2px;
  border-style: solid;
  border-radius: 5px;
  cursor: pointer;
  width: 45px;
  height: 45px;
  margin-left: 10px;
}
.gallery__thumbnail .product-actions__item a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.gallery__thumbnail .product-actions__item .pin-icon {
  -webkit-transform: rotate(45deg) translate(-80%, -10%);
  transform: rotate(45deg) translate(35%, -5%);
  width: 55%;
}
.gallery__thumbnail .product-actions__item .share-icon {
  -webkit-transform: translate(-80%, -10%);
  transform: translate(15%, 20%);
  width: 80%;
}
.gallery__thumbnail .product-actions__item:hover {
  background-color: rgba(40, 39, 39, 0.6);
}
.gallery__thumbnail .product-actions svg {
  width: 100%;
  fill: #cccccc;
  vertical-align: middle;
}
.gallery__thumbnail .product-actions__item:hover svg {
  fill: #fedf2b;
}
.gallery__thumbnail .product-actions svg.active {
  fill: #fedf2b;
}
.gallery__thumbnail .favorited {
  display: none;
  position: absolute;
  top: 0;
  right: 7px;
  width: 18%;
  background: rgba(40, 39, 39, 0.9);
  height: auto;
}
.gallery__thumbnail .favorited.active {
  display: block;
}
.gallery__thumbnail .favorited svg {
  transform-origin: 97% -13%;
  transform: rotate(45deg) translate(116%, -6%);
  width: 54%;
  fill: #fedf2b;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .gallery__thumbnail .favorited {
    height: 48px;
  }
  .gallery__thumbnail .favorited svg {
    transform: rotate(45deg) translate(120%, -10%);
  }
}
.gallery__thumbnail .social-menu {
  position: absolute;
  width: 38%;
  height: 40%;
  bottom: 31%;
  left: 0;
  transition: left 1s;
}
.gallery__thumbnail .social-menu.enter {
  left: 35%;
  display: block;
}
.gallery__thumbnail .social-menu__item {
  height: 31%;
  width: 100%;
  position: relative;
  display: inline-block;
  text-align: left;
  margin: 2% 0;
}
.gallery__thumbnail .social-menu__item #twitter-widget-1 {
  position: relative;
  visibility: visible;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.gallery__thumbnail .social-menu__item a {
  height: 100%;
  position: absolute;
  width: 100%;
  cursor: pointer;
}
.gallery__thumbnail .social-menu__item img {
  position: relative;
  top: 50%;
  width: 70%;
  left: 50%;
  transform: translate(-35%, -50%);
}
.gallery__thumbnail .hover-menu {
  position: absolute;
  width: 25%;
  height: 100%;
  bottom: 0;
  left: 7px;
  background: rgba(40, 39, 39, 0.9);
  display: none;
}
.gallery__thumbnail .hover-menu__item {
  height: 33%;
  background: rgba(200, 200, 200, 0);
  transition: background 0.25s;
  position: relative;
}
.gallery__thumbnail .hover-menu__item:last-child {
  height: 34%;
}
.gallery__thumbnail .hover-menu__item a {
  height: 100%;
  width: 100%;
  position: absolute;
  cursor: pointer;
}
.gallery__thumbnail .hover-menu__item.item--queue svg {
  -webkit-transform: rotate(45deg) translate(-80%, -10%);
  transform: rotate(45deg) translate(-80%, -10%);
  width: 40%;
  height: 75%;
}
.gallery__thumbnail .hover-menu__item.item--share svg {
  width: 50%;
  left: 55%;
}
.gallery__thumbnail .hover-menu__item.item--info svg {
  width: 60%;
  top: 50%;
}
.gallery__thumbnail .hover-menu__item svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.gallery__thumbnail .hover-menu__item svg .cls-1 {
  fill: #fedf2b;
}
.gallery__thumbnail .hover-menu__item:hover {
  background: rgba(200, 200, 200, 0.4);
}
.gallery__thumbnail .hover-menu__item:hover svg {
  fill: white;
}
.gallery__thumbnail .lesson-info-modal .modal-dialog {
  top: 50%;
  top: 50vh;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.gallery__thumbnail .lesson-info-modal .modal-dialog .modal-body {
  padding-top: 0;
}
.gallery__thumbnail .lesson-info-modal .modal-dialog .standards__set {
  font-size: 0.8rem;
  color: #666666;
  display: inline-block;
  margin: 0.6rem 0.6rem 0.6rem 0;
}
.gallery__thumbnail .lesson-info-modal .modal-dialog .product-desc {
  word-wrap: break-word;
}

#subscribe-modal .modal-header {
  font-size: 1.125em;
}
#subscribe-modal .modal-body {
  padding-left: 3.125em;
  padding-right: 3.125em;
}
@media (max-width: 767px) {
  #subscribe-modal .modal-body {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
}
#subscribe-modal p.padding-top {
  padding-top: 20px;
}
#subscribe-modal .row .body-header {
  margin-bottom: 1.5625em;
}
#subscribe-modal img {
  margin-bottom: 1.5625em;
}

.char-list {
  margin: 0 -0.3125em;
}
.char-list:after {
  content: "";
  display: table;
  clear: both;
}
.char-list__char {
  float: left;
  font-size: 1.25em;
  padding: 0 0.25em;
}
@media (min-width: 1200px) {
  .char-list__char {
    font-size: 1.5625em;
  }
}

.tag-list__header {
  padding-bottom: 0.0666666667em;
  border-bottom: 1px solid #21a8b3;
  margin-bottom: 0.3333333333em;
}
.tag-list__link {
  color: #666666;
}
.tag-list__link:hover {
  color: #21a8b3;
}

.inline-group {
  display: table;
  width: 100%;
}
.inline-group__fluid-item, .inline-group__static-item {
  display: table-cell;
  vertical-align: middle;
}
.inline-group__fluid-item:not(:first-child), .inline-group__static-item:not(:first-child) {
  padding-left: 14px;
}
.inline-group__static-item {
  width: 1%;
}

/*
#preview_iframe {
    display: none;
    width: 770px;
    height: 465px;
    max-width: 100%;
    margin-bottom: em(40px);
}
*/
#request-header {
  padding-bottom: 14px;
}

#lesson_search_toolbar {
  min-height: 141px;
}

.gallery-filter-form #search-favorites {
  padding-bottom: 5px;
}
.gallery-filter-form .checkbox, .gallery-filter-form .checkbox-right {
  color: #a6a6a6;
  font-size: 16px;
}
.gallery-filter-form .checkbox.checked, .gallery-filter-form .checkbox-right.checked {
  color: #000000;
}
.gallery-filter-form .filter-button {
  min-width: 9em;
}
.gallery-filter-form .filter-button .filters-applied:before {
  content: "✓ ";
}
.gallery-filter-form .paginator {
  padding-right: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.gallery-filter-form .applied-filters {
  padding: 0 0 10px 15px;
  font-size: 18px;
  color: #666666;
}
.gallery-filter-form .applied-filters .applied-item {
  display: inline-block;
  margin: 0 5px 5px 0;
  background-color: rgba(57, 202, 213, 0.16);
  padding: 3px 10px;
  border-radius: 7px;
}
.gallery-filter-form .applied-filters .applied-item .remove-item {
  cursor: pointer;
  color: #21a8b3;
  padding-left: 5px;
}
.gallery-filter-form .applied-filters .applied-item .remove-item:hover {
  color: #1c8d97;
}

.filters-selector {
  position: absolute;
  background-color: #fafafa;
  width: 400px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  padding: 0 15px 12px 15px;
  z-index: 1;
  left: 0;
  margin-top: 10px;
  border-radius: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .filters-selector {
    left: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .filters-selector {
    left: 0;
    width: 100%;
  }
}
.filters-selector .no-select-text {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
}
.filters-selector .filter-sections {
  margin-bottom: 15px;
}
.filters-selector .filter-sections div {
  cursor: pointer;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  color: #a6a6a6;
  background-color: #e0e0e0;
  border-bottom: 3px solid #e0e0e0;
}
.filters-selector .filter-sections .selected-section {
  color: #21a8b3;
  background-color: #ffffff;
  border-bottom: 3px solid #21a8b3;
}
.filters-selector .filter-title {
  font-size: 14px;
  font-weight: bold;
  padding-left: 9px;
}
.filters-selector .actions-row {
  padding-top: 25px;
}
.filters-selector .filter-button {
  font-size: 14px;
}
.filters-selector .filter-item {
  display: inline-block;
  color: #a6a6a6;
  font-weight: bold;
  padding: 2px 7px;
  margin: 3px;
  line-height: 25px;
  height: 25px;
  transition: color 0.1s;
  cursor: pointer;
}
.filters-selector .filter-item .checkbox {
  margin: 0;
  height: 25px;
}
.filters-selector .filter-item .checkbox:before {
  top: -2px;
}
.filters-selector .filter-item:hover {
  color: #999999;
}
.filters-selector .filter-item--selected {
  color: #1c8d97;
  font-weight: bold;
  transition: color 0.1s;
}
.filters-selector .filter-item--selected:hover {
  color: #3eb4be;
}
.filters-selector hr {
  margin-top: 5px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #21a8b3;
}

.hiw__features .counter__number {
  color: #21a8b3;
}

.features__header,
.feature-group__header {
  text-align: center;
}

.feature-group__header {
  margin-bottom: 1.5em;
}

.hiw__hero {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  background-image: url('/static/img/VideoBannerBG.png?1ba7a5b915cb');
}
.hiw__hero h1 {
  font-size: 3.75em;
  font-family: "Museo Slab", "museo-slab", sans-serif;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 992px) {
  .hiw__hero h1 {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .hiw__hero h1 {
    margin-top: 0.6666666667em;
    margin-bottom: 1.3333333333em;
  }
}
@media (min-width: 992px) {
  .hiw__hero {
    padding-left: 6.25em;
    padding-right: 6.25em;
  }
}

.hiw__video-cover, .video-cover2 {
  max-width: 100%;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  position: relative;
}
.hiw__video-cover:before, .hiw__video-cover:after, .video-cover2:before, .video-cover2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.hiw__video-cover:hover:before, .video-cover2:hover:before {
  display: none;
}
.hiw__video-cover:hover:after, .video-cover2:hover:after {
  display: block;
}

.hiw__video-cover:before {
  background-image: url('/static/img/HowItWorksVideoCover.png?b6251bd1a4a1');
}
.hiw__video-cover:after {
  display: none;
  background-image: url('/static/img/HowItWorksVideoCover_hover.png?a7afd07e19f4');
}

.video-cover2:before {
  background-image: url('/static/img/HowItWorksYouTube_001.jpg?b7b06aa16393');
}
.video-cover2:after {
  display: none;
  background-image: url('/static/img/HowItWorksYouTube_002.jpg?024d633b5c90');
}

.hero__btns {
  margin-left: -7px;
  margin-right: -7px;
}
.hero__btns > [class*=col-] {
  padding-left: 7px;
  padding-right: 7px;
}

.hiw__steps {
  padding: 2.5em 0em;
  position: relative;
}
.hiw__steps .cont-box {
  max-width: 280px;
  padding: 1.25em 1.875em;
  margin: 0 auto 1.25em;
  height: 322px;
}
.hiw__steps .cont-box:not(:last-child) {
  position: relative;
}
.hiw__steps .cont-box:not(:last-child):after {
  content: "";
}
.hiw__steps .steps__separator {
  position: absolute;
  left: 50%;
  display: block;
  width: 2.125em;
  height: 2.125em;
  background: 50% 50% no-repeat url('/static/img/googleIcons/ic_arrow_forward_white_24px.svg?2aadae28bef3') #21a8b3;
  border-radius: 50%;
  margin-left: -1.0625em;
  z-index: 100;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.hiw__steps .steps__separator:first-of-type {
  top: 355px;
}
.hiw__steps .steps__separator:last-of-type {
  top: 697px;
}
@media (min-width: 992px) {
  .hiw__steps .steps__separator {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .hiw__steps .steps__separator:first-of-type, .hiw__steps .steps__separator:last-of-type {
    top: 177px;
  }
  .hiw__steps .steps__separator:first-of-type {
    left: 33.3333%;
  }
  .hiw__steps .steps__separator:last-of-type {
    left: 66.6667%;
  }
}

.hiw__infographic {
  padding-top: 1px;
  padding-bottom: 1px;
}
.hiw__infographic img {
  width: 100%;
  max-width: 100%;
}

.hiw__about-lessons h1,
.hiw__about-lessons h2,
.hiw__about-lessons h3,
.hiw__about-lessons h4,
.hiw__about-lessons h5,
.hiw__about-lessons h6 {
  margin-top: 0;
}
.hiw__about-lessons .row {
  padding-top: 45px;
  padding-bottom: 40px;
}
.hiw__creating-lessons > p {
  margin-bottom: 2.1875em;
}
.hiw__creating-lessons ol {
  list-style: none;
  padding-left: 0;
  padding-bottom: 2.5em;
  counter-reset: creating-lessons-counter;
}
.hiw__creating-lessons li {
  padding-top: 80px;
  background-color: #6F52D8;
  border: 2px solid #6F52D8;
  position: relative;
  margin-bottom: 1.25em;
  background-size: 60px 60px;
  background-repeat: no-repeat;
  background-position: 80px 9px;
}
@media (min-width: 768px) {
  .hiw__creating-lessons li {
    background-position: 18px 31px;
    padding-top: 0;
    padding-left: 98px;
    margin-left: 4.875em;
  }
}
.hiw__creating-lessons li p {
  background-color: #ffffff;
  margin-bottom: 0;
  padding: 27px 35px 27px 45px;
}
.hiw__creating-lessons li:before {
  counter-increment: creating-lessons-counter;
  content: counter(creating-lessons-counter);
  position: absolute;
  top: 1.375em;
  left: 2.8125em;
  font-weight: bold;
  width: 2.125em;
  height: 2.125em;
  line-height: 2.125;
  border-radius: 17px;
  background-color: #6F52D8;
  color: #ffffff;
}
@media (min-width: 768px) {
  .hiw__creating-lessons li:before {
    left: -5em;
    text-align: center;
  }
}
.hiw__creating-lessons li:after {
  content: "";
  display: none;
  position: absolute;
  top: 1.25em;
  left: -2.3125em;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 35px solid #6F52D8;
}
@media (min-width: 768px) {
  .hiw__creating-lessons li:after {
    display: block;
  }
}
.hiw__creating-lessons li:nth-child(1) {
  background-image: url('/static/img/hiwIcons/hiwIcon_research_x1.svg?3c168fc4474d');
}
.no-svg .hiw__creating-lessons li:nth-child(1) {
  background-image: url('/static/img/hiwIcons/hiwIcon_research_x2.png?1fc8e80c24df');
}

.hiw__creating-lessons li:nth-child(2) {
  background-image: url('/static/img/hiwIcons/hiwIcon_design_x1.svg?1fc8e80c24df');
}
.no-svg .hiw__creating-lessons li:nth-child(2) {
  background-image: url('/static/img/hiwIcons/hiwIcon_design_x2.png?245200fa8241');
}

.hiw__creating-lessons li:nth-child(3) {
  background-image: url('/static/img/hiwIcons/hiwIcon_review_x1.svg?0c64a7a736da');
}
.no-svg .hiw__creating-lessons li:nth-child(3) {
  background-image: url('/static/img/hiwIcons/hiwIcon_review_x2.png?245200fa8241');
}

.hiw__creating-lessons li:nth-child(4) {
  background-image: url('/static/img/hiwIcons/hiwIcon_test_x1.svg?0c64a7a736da');
}
.no-svg .hiw__creating-lessons li:nth-child(4) {
  background-image: url('/static/img/hiwIcons/hiwIcon_test_x2.png?e40fa4513b8d');
}

.hiw__creating-lessons li:nth-child(5) {
  background-image: url('/static/img/hiwIcons/hiwIcon_revise_x1.svg?e40fa4513b8d');
}
.no-svg .hiw__creating-lessons li:nth-child(5) {
  background-image: url('/static/img/hiwIcons/hiwIcon_revise_x2.png?d8fe9aec5851');
}

.hiw__creating-lessons li:nth-child(even) {
  background-color: #21a8b3;
  border-color: #21a8b3;
}
.hiw__creating-lessons li:nth-child(even):before {
  background-color: #21a8b3;
}
.hiw__creating-lessons li:nth-child(even):after {
  border-right-color: #21a8b3;
}

.hiw__pricing {
  text-align: center;
  padding-top: 55px;
}
.hiw__pricing .pricing-table, .hiw__pricing .pricing-table--district, .hiw__pricing .pricing-table--individual {
  background-color: #ffffff;
  color: #666666;
  margin-bottom: 15px;
}
.hiw__pricing .pricing-table:after, .hiw__pricing .pricing-table--district:after, .hiw__pricing .pricing-table--individual:after {
  content: "";
  display: table;
  clear: both;
}
.hiw__pricing .pricing-table__header {
  text-align: center;
  padding-top: 1.0666666667em;
  padding-bottom: 2.0666666667em;
  color: #ffffff;
  margin: 0;
}
.hiw__pricing .pricing-table--individual .pricing-table__header {
  background-color: #6F52D8;
}
.hiw__pricing .pricing-table--individual .pricing-table__col--half:nth-child(2) {
  border-right: 1px solid rgba(111, 82, 216, 0.4);
}
.hiw__pricing .pricing-table--individual .pricing-table__col.monthly:before, .hiw__pricing .pricing-table--individual .monthly.pricing-table__col--half:before, .hiw__pricing .pricing-table--individual .monthly.pricing-table__col--full:before {
  background-image: url('/static/img/PricingBadgeMonthly_purple.png?71594d0c953a');
}
.hiw__pricing .pricing-table--individual .pricing-table__col.annual:before, .hiw__pricing .pricing-table--individual .annual.pricing-table__col--half:before, .hiw__pricing .pricing-table--individual .annual.pricing-table__col--full:before {
  background-image: url('/static/img/PricingBadgeAnnual_purple.png?474b367a0ff7');
}
@media (min-width: 1200px) {
  .hiw__pricing .pricing-table--individual:first-child .pricing-table__col--full:last-child {
    padding-top: 30px;
    min-height: 7.25em;
  }
}
@media (min-width: 1320px) {
  .hiw__pricing .pricing-table--individual:first-child .pricing-table__col--full:last-child {
    min-height: 5.75em;
  }
}
.hiw__pricing .pricing-table--district .pricing-table__header {
  background-color: #21a8b3;
}
.hiw__pricing .pricing-table--district .pricing-table__col--half:nth-child(2) {
  border-right: 1px solid rgba(33, 168, 179, 0.4);
}
.hiw__pricing .pricing-table--district .pricing-table__col.monthly:before, .hiw__pricing .pricing-table--district .monthly.pricing-table__col--half:before, .hiw__pricing .pricing-table--district .monthly.pricing-table__col--full:before {
  background-image: url('/static/img/PricingBadgeMonthly_turquoise.png?ad0d90c76716');
}
.hiw__pricing .pricing-table--district .pricing-table__col.annual:before, .hiw__pricing .pricing-table--district .annual.pricing-table__col--half:before, .hiw__pricing .pricing-table--district .annual.pricing-table__col--full:before {
  background-image: url('/static/img/PricingBadgeAnnual_turquoise.png?0477dca52b22');
}
@media (min-width: 768px) {
  .hiw__pricing .pricing-table--individual .col__cell:nth-child(4), .hiw__pricing .pricing-table--district .col__cell:last-child {
    min-height: 92px;
  }
}
.hiw__pricing .pricing-table__col, .hiw__pricing .pricing-table__col--half, .hiw__pricing .pricing-table__col--full {
  float: left;
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px;
}
.hiw__pricing .pricing-table__col--half {
  padding: 0;
}
.hiw__pricing .pricing-table__col--half:before {
  content: "";
  display: block;
  width: 200px;
  height: 190px;
  margin: 1.875em auto 0.625em;
}
@media (min-width: 768px) {
  .hiw__pricing .pricing-table__col--half {
    width: 50%;
  }
  .hiw__pricing .pricing-table__col--half:before {
    margin-top: -3.75em;
  }
}
.hiw__pricing .pricing-table__col--full:nth-child(even) {
  background-color: #eeeeee;
}
.hiw__pricing .pricing-table .col__cell, .hiw__pricing .pricing-table--individual .col__cell, .hiw__pricing .pricing-table--district .col__cell {
  padding: 10px;
}
.hiw__pricing .pricing-table .col__cell:nth-child(odd), .hiw__pricing .pricing-table--individual .col__cell:nth-child(odd), .hiw__pricing .pricing-table--district .col__cell:nth-child(odd) {
  background-color: #eeeeee;
}
@media (min-width: 1200px) {
  .hiw__pricing .pricing-table .col__cell:first-child, .hiw__pricing .pricing-table--individual .col__cell:first-child, .hiw__pricing .pricing-table--district .col__cell:first-child {
    min-height: 68px;
  }
}
@media (min-width: 1320px) {
  .hiw__pricing .pricing-table .col__cell:first-child, .hiw__pricing .pricing-table--individual .col__cell:first-child, .hiw__pricing .pricing-table--district .col__cell:first-child {
    min-height: 0px;
  }
}
.hiw__pricing > .row {
  margin-left: -7px;
  margin-right: -7px;
}
.hiw__pricing > .row > [class*=col-] {
  padding-left: 7px;
  padding-right: 7px;
}
.hiw__pricing .btn {
  margin-bottom: 40px;
}

#message-banner{
  background-color:#FFAB00;
  white-space: normal;
  width:100%; 
  height: 53px;
  display:flex;
  align-items:center;
  justify-content:center
}

#message-banner p {
  margin:0;
}

@media (max-width: 768px) {
  #message-banner{
    font-size: 12px;
    white-space: normal;
    height: 53px;
  }
}

/* Curriculum */
* Curriculum */
.curriculum-panel {
	display:flex;
	flex-wrap:wrap;
	padding:65px;
	gap:10px;
}

.curriculum-lp-thumbnail {
  /** there's already max-width styling via bootstrap classess in curriculum template **/
  width: 360px;
}

.curriculum-nav {
  padding:0px 35px;
  font-weight:bold;
  color:white;
  background-color:#673AB7;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.curriculum-access-form {
  padding: 35px;
}

.curriculum-panel {
  display: flex;
  flex-wrap: nowrap;
  height: 450px;
  padding: 70px;
}

.curriculum-marketing-btn {
  color:white;
  font-weight: bold;
  background-color:#673AB7;
  padding:5px, 20px, 5px;
  border-radius:3px;
  transition: ease-in .5s;
  width: 239px;
}

.stepup-sample-btn {
  background-color:transparent;
  color:#673AB7;
  border:1px solid #673AB7;
  font-size:16px;
  font-weight: 900;
  width: 239px;
}

.curriculum-panel button:hover {
  color: #ffffff;
  background-color: #3C00A6;
}


.curriculum-panel img {
  height:310px;
  width:510px;
}

.curriculum-solutions {
  background-color:#FFEE58;
}

.curriculum-solutions button {
  float:right;
  margin-right:75px;
}

.curriculum-solutions h1 {
  font-size:47px;
  color:#673AB7;
  font-weight:bold
}

.curriculum-solutions p {
  font-size:32px;
  color:#673AB7;
}

.curriculum-launch {
  background-color:#4690CD;
}

.curriculum-launch img {
  height:300px;
  width:420px;
}

.curriculum-launch div {
  padding-left:63px;
}

.curriculum-launch h1 {
  color:#FFEE58;
}

.curriculum-launch p {
  color:white;
}

.curriculum-link {
  background-color:#8BC34A;
}

.curriculum-link img {
  height:300px;
  width:403px;
}

.curriculum-link div {
  padding-left:40px;
}

.curriculum-link h1 {
  color:#673AB7;
}

.curriculum-stepup {
  background-color:#FFEE58;
}

.curriculum-stepup img {
  /* height:300px; */
  /* width:270px; */
}

.curriculum-stepup div {
  padding-left:40px;
}

.curriculum-stepup h1 {
  color:#673AB7;
}

.curriculum-strip {
  display: flex;
  justify-content: center;
  background-color:#4455A5;
  padding: 25px;
}

.curriculum-strip button {
  color:#673AB7;
  font-weight: bold;
  background-color:#FFEE58;
  padding:5px, 20px, 5px;
  margin-left:25px;
  border-radius:3px;
}

.curriculum-strip p {
  color:white;
  font-size:25px;
  margin: 0;

}


/** curriculum list panel **/
.curriculum-list-panel {
  display: flex;
  flex-wrap: wrap;
  padding: 65px;
  gap: 10px;
}

.curriculum-list-panel .thumbnail {
  width: 361px;
  margin-bottom:0px;
}

.curriculum-list-panel img {
    height: 278px;
    width: 510px;
}

.curriculum-name-span {
  display: flex;
  justify-content: center;
}

.curriculum-display-name {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color:#000000;
  text-transform: capitalize;
}

#loginForm {
  display:none; 
  border: 1px solid #21a8b3;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  padding:7px;
}

#signupForm {
  display:none; 
  border: 1px solid #21a8b3;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  padding:7px;
}

.login-div {
  border: 1px solid #fafafa;
}

.signup-div {
  border: 1px solid #fafafa;
}

.active-button {
  border: 1px solid #21a8b3;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  position: relative;
  z-index: 1;
}

.active-button:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10px;
  left: 0;
  background-color: #fafafa;
  z-index: -1;
}
/*# sourceMappingURL=educeri_styles.css.map */
