@import url("//fonts.googleapis.com/css?family=Shadows+Into+Light+Two&subset=latin,latin-ext");
body {
  background-color: #333;
  margin-bottom: 30em;
}
body #container {
  background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Shadows Into Light Two', sans-serif;
  font-weight: normal;
}
blockquote {
  border-left-width: 0;
  color: #666;
}
cite {
  color: #999;
}
.length {
  white-space: nowrap;
}
.stripe {
  padding-top: 1.25em;
}
.stripe.primary {
  color: #f5d0ff;
  background-color: #1fc713;
  background-color: #9448a8;
}
.stripe.primary.full {
  background-color: #8b3ba0;
}
.stripe.primary.full a {
  color: #fff;
}
.stripe.primary h1,
.stripe.primary h2,
.stripe.primary h3,
.stripe.primary h4,
.stripe.primary h5,
.stripe.primary h6 {
  color: #fff;
}
.stripe.primary h1 small,
.stripe.primary h2 small,
.stripe.primary h3 small,
.stripe.primary h4 small,
.stripe.primary h5 small,
.stripe.primary h6 small {
  color: #f5d0ff;
}
.stripe.primary strong {
  color: #fff;
}
.stripe.primary.pale {
  color: #333;
  background-color: #fbecff;
}
.stripe.primary.pale h1,
.stripe.primary.pale h2,
.stripe.primary.pale h3,
.stripe.primary.pale h4,
.stripe.primary.pale h5,
.stripe.primary.pale h6 {
  color: #333;
}
.stripe.grey.pale {
  background-color: #f8f8f8;
}
.stripe.grey.dark {
  background-color: #333;
  color: #999;
}
.stripe.grey.dark a {
  color: #ddd;
}
.stripe.intro {
  padding: 3em 0;
}
.stripe.register-call {
  padding-bottom: 1.25em;
}
.stripe.register-call p,
.stripe.register-call .button {
  margin-bottom: 0;
}
.stripe.why {
  padding: 2em 0;
}
.stripe.high {
  background-color: #13a7c7;
  color: #fff;
  color: #d9f2ff;
}
.stripe.high a {
  color: #fff;
  border-bottom: 1px solid #d9f2ff;
}
.stripe.high h1,
.stripe.high h2,
.stripe.high h3,
.stripe.high h4,
.stripe.high h5,
.stripe.high h6 {
  color: #fff;
}
.stripe.high h1 small,
.stripe.high h2 small,
.stripe.high h3 small,
.stripe.high h4 small,
.stripe.high h5 small,
.stripe.high h6 small {
  color: #d9f2ff;
}
.stripe.high strong {
  color: #fff;
}
body.high .stripe a {
  color: #13a7c7;
}
body.high .stripe a:hover {
  color: #1399bd;
}
body.high .stripe a.button.selected {
  color: #fff;
}
body.high .stripe.primary {
  color: #d9f2ff;
  background-color: #13a7c7;
}
body.high .stripe.primary.full {
  background-color: #1399bd;
}
body.high .stripe.primary h1 small,
body.high .stripe.primary h2 small,
body.high .stripe.primary h3 small,
body.high .stripe.primary h4 small,
body.high .stripe.primary h5 small,
body.high .stripe.primary h6 small {
  color: #d9f2ff;
}
body.high .stripe.primary.pale {
  background-color: #ecf8ff;
}
body.univ .stripe a {
  color: #fc8400;
}
body.univ .stripe a:hover {
  color: #f68100;
}
body.univ .stripe a.button.selected {
  color: #fff;
}
body.univ .stripe.primary {
  color: #ffe8d0;
  background-color: #fc8400;
}
body.univ .stripe.primary.full {
  background-color: #f68100;
}
body.univ .stripe.primary h1 small,
body.univ .stripe.primary h2 small,
body.univ .stripe.primary h3 small,
body.univ .stripe.primary h4 small,
body.univ .stripe.primary h5 small,
body.univ .stripe.primary h6 small {
  color: #ffe8d0;
}
body.univ .stripe.primary.pale {
  background-color: #fff1e0;
}
body.high .chapter-select .label {
  background-color: #13a7c7;
}
body.high .button.selected {
  background-color: #13a7c7;
}
body.high .button.selected:hover {
  background-color: #1399bd;
}
.cart-item.high .label {
  background-color: #13a7c7;
}
.cart-item.high a {
  color: #13a7c7;
}
.cart-item.high a:hover {
  color: #1399bd;
}
body.univ .chapter-select .label {
  background-color: #fc8400;
}
body.univ .button.selected {
  background-color: #fc8400;
}
body.univ .button.selected:hover {
  background-color: #f68100;
}
.cart-item.univ .label {
  background-color: #fc8400;
}
.cart-item.univ a {
  color: #fc8400;
}
.cart-item.univ a:hover {
  color: #f68100;
}
#footer p,
#footer ul {
  font-size: 80%;
}
body.course .lecture {
  margin-bottom: 1em;
}
body.course .number {
  color: #999;
}
body.course .button.secondary {
  font-weight: normal;
}
body.course .not-yet {
  color: #999;
}
.cart_contents .button {
  top: 0;
}
body.dashboard .stripe .cart_contents {
  list-style-type: none;
}
body.dashboard .stripe .cart_contents li.divider {
  display: block;
  height: 1em;
}
#floating_cart.fixed {
  bottom: 0;
  top: auto;
  -webkit-box-shadow: 0 0 1.5em rgba(0,0,0,0.8);
}
#floating_cart.fixed h3 {
  font-size: 100%;
}
#floating_cart.fixed .cart_contents {
  margin-bottom: 0;
  font-size: 80%;
}
#floating_cart .cart_contents {
  list-style-type: none;
}
#floating_cart .cart_contents li {
  display: inline-block;
  margin-right: 1em;
}
#floating_cart .cart_contents li.divider {
  display: block;
  margin-bottom: 0.5em;
}
#floating_cart .cart_contents li a {
  color: #333;
}
#floating_cart .cart_contents li a:hover {
  color: #c60f13;
}
nav .title-area h1 {
  font-family: sans-serif;
}
form ul.errorlist {
  list-style-type: none;
  margin: 0;
  padding: 0.7em 1.2em 0.7em;
  border-radius: 0.5em;
  border: 0.15em solid #9448a8;
  background-color: #fff;
  position: relative;
  display: inline-block;
}
form ul.errorlist:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -0.5em;
  left: 1em;
  width: 0;
  border-width: 0.5em 0.5em 0;
  border-style: solid;
  border-color: #9448a8 transparent;
}
form ul.errorlist:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -0.28787em;
  left: 1em;
  width: 0;
  border-width: 0.5em 0.5em 0;
  border-style: solid;
  border-color: #fff transparent;
}
div.article_faq p {
  background-color: #fff;
  padding: 0.7em 1.2em 0.7em;
  border: 0.15em solid #9448a8;
  border-radius: 0.5em;
}
div.article_faq h2 {
  margin-bottom: 0.3em;
  font-size: 22px;
}
div.article_faq h2 + p {
  position: relative;
  margin: 0 0 2em 0;
}
div.article_faq h2 + p:before {
  content: '';
  display: block;
  position: absolute;
  top: -0.5em;
  left: 1em;
  width: 0;
  border-width: 0 0.5em 0.5em 0.5em;
  border-style: solid;
  border-color: #9448a8 transparent;
}
div.article_faq h2 + p:after {
  content: '';
  display: block;
  position: absolute;
  top: -0.28787em;
  left: 1em;
  width: 0;
  border-width: 0 0.5em 0.5em 0.5em;
  border-style: solid;
  border-color: #fff transparent;
}
form .credits label,
form .payment label {
  display: block;
  border: 1px solid #999;
  background-color: #fff;
  border-radius: 3px;
  padding: 0.4em;
}
form .credits label input,
form .payment label input {
  margin: 0;
  vertical-align: middle;
}
form .credits label.selected,
form .payment label.selected {
  background-color: #9448a8;
  font-weight: bold;
  color: #fff;
}
label.placeholder {
  display: none;
}
body.register form label {
  display: none;
}
form.placeholder label {
  display: none;
}
.balance strong {
  font-size: 60px;
  font-family: 'Shadows Into Light Two', sans-serif;
  color: #9448a8;
}
.courses ul li.course {
  width: 30%;
  height: 6em;
  list-style-type: none;
  display: block;
  float: left;
  margin-bottom: 1rem;
  margin-right: 1rem;
  text-align: center;
  background-color: #9448a8;
  border-radius: 0.5em;
  position: relative;
  transition: background-color 300ms ease-in;
}
.courses ul li.course.high {
  background-color: #13a7c7;
}
.courses ul li.course.univ {
  background-color: #fc8400;
}
.courses ul li.course:hover {
  transition: background-color 300ms ease-in;
  background-color: #8b3ba0;
}
.courses ul li.course:hover.high {
  background-color: #1399bd;
}
.courses ul li.course:hover.univ {
  background-color: #f68100;
}
.courses ul li.course a {
  padding: 1rem;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: #fff;
}
.courses ul li.course .name {
  font-weight: bold;
}
.courses ul li.course .info {
  display: block;
}
.courses ul li.course .info * {
  display: block;
}
p.copyright {
  margin-bottom: 0;
}
.exam .show-result {
  color: #fff !important;
}
.exam ul.related-chapters {
  list-style-type: none;
}
.exam .problem .columns {
  text-align: center;
}


.stripe.primary.flashes {
    background-color: #d6c714;
}
