@font-face {
  font-family: "GE Inspira";
  src: url("../fonts/GEInspira.0fe2a474fe37.eot");
  src: url("../fonts/GEInspira.0fe2a474fe37.eot?#iefix") format("embedded-opentype"),
  url("../fonts/GEInspira.f5a16d57b53c.woff") format("woff"),
  url("../fonts/GEInspira.b315abd030ee.svg#GE Inspira") format("svg");
}

@font-face {
  font-family: "becoolalt";
  src: url("../fonts/BeCoolAlt.a760ed2f0c1f.otf") format('opentype');
}

.becool {
  font-family: 'becoolalt', sans-serif;
}

html {
  height: auto;
  min-height: 100%;
  background: #fff;
}

html, body, a, span, p, h1, h2, h3, h4, h5 {
  font-family: 'GE Inspira', sans-serif;
  font-weight: 900;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 900;
}

h5 {
  line-height: 1.3;
}

h3 {
 font-size: 1.8rem;
 line-height: 1.4;
}

.font-blue {
  color: #004990;
}

.comment-bubble {
  border: solid 8px;
  border-radius: .75rem;
  font-style: italic;
}

.purple-comment {
  border-color: #67439a;
}

.green-comment {
  border-color: #65b360;
}

.red-comment {
  border-color: #D9531E;
}

.blue-comment {
  border-color: #0069aa;
}

.emo-green {
  color: #65b360;
}

.emo-red {
  color: #D9531E;
}

.emo-blue {
  color: #0069aa;
}

.emo-purple {
  color: #67439a;
}

h2.home-section-title {
  padding-bottom: 40px;
  font-size: 3rem;
}

.btn-warning {
  background-color: #f58025;
  border-color: #f58025;
  color: #fff;
}

.btn-disabled {
  color: #aaa;
  cursor: pointer;
  pointer-events: none;
  opacity: 0.7;
}

.btn-xl {
	padding: 1rem 1.75rem;
	font-size: 1.5rem;
	border-radius: .5rem;
}

.box-shadow {
  box-shadow: 1px 1px 10px #dedede;
}

.box-blue {
  background-color: #0069aa;
  padding: 4%;
  color: white;
}

.box-green {
  background-color:#61b45f !important;
  padding: 4%;
  color: white;
}

.box-white {
  background-color: white;
  padding: 4%;
}

.box-white h1 {
  color: #004990 !important;
  padding-bottom: 0 !important;
}

.box-white hr {
  padding-bottom: 10px;
}

.section-signup .box-white {
  border-radius: .3rem;
}

.box-red {
  background-color: #c9302c;
  padding: 4%;
  color: white;
}

.section {
  padding-top: 75px;
  padding-bottom: 100px;
}

.section h1 {
  padding-bottom: 40px;
  font-size: 3rem;
}

.section-about {
  background-color: #65b360;
  color: white;
}

ul.blog-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.blog-list li h2 {
  font-size: 22px;
  line-height: 1.5;
}

.section-about p {
  font-size: 1.1rem;
}

.section-contact {
  background-color: #004990;
  color: white;
}


div.g-recaptcha {
  display: inline-block;
	width: 100%;
	text-align: center;
}

div.g-recaptcha > div {
	display: inline-block;
}

@media screen and (max-width: 460px) {
  div.g-recaptcha {
    margin: 0 auto;
  }
}

/* Resize recaptcha so it doesn't flow off-(screen mobile) */
@media screen and (max-width: 440px) {
  div.g-recaptcha {
    transform:scale(0.77);
    -webkit-transform:scale(0.77);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
  }
}

@media screen and (max-width: 352px) {
  div.g-recaptcha {
    transform:scale(0.68);
    -webkit-transform:scale(0.68);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
  }
}

.section-home-empower {
  background: #64a5d4 url("../images/pages/home/children-1200x600.f7e9d4ff7dc3.jpg") no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  color: white;
  padding-bottom: 20px;
  min-height: 1200px;
  background-position: bottom center;
}

@media screen and (max-width: 800px) {
  .section-home-empower {
    background-size: 180%;
  }
}

@media screen and (max-width: 2600px) {
  .section-home-empower {
    min-height: 1000px;
  }
}

@media screen and (max-width: 2200px) {
  .section-home-empower {
    min-height: 900px;
  }
}

@media screen and (max-width: 1800px) {
  .section-home-empower {
    min-height: 800px;
  }
}

@media screen and (max-width: 1500px) {
  .section-home-empower {
    min-height: 700px;
  }
}

.section-home-empower .btn-warning .fa {
  margin-right: 6px;
}

.section-home-prizes {
  background-color: #67449B;
  padding: 50px 0;
  color: white;
}

.section-home-help {
  background-color: #016aab;
  color: white;
}

.section-home-help div.col-md-4 {
  padding: 0 35px;
}

@media screen and (max-width: 767px) {
  .section-home-help div.col-md-4 {
    margin-bottom: 60px;
  }
}

.section-home-help h3 {
  margin: 25px 0 15px 0;
  font-size: 2rem;
}

.section-home-help p {
  font-size: 1.3rem;
}

.section-home-help .img-fluid {
  width: 100%;
  max-width: 250px;
}

.section-home-what {
  background-color: #D9531E;
  color: white;
}

.section-home-what .col-md-8 {
  padding: 0 50px;
}

.section-home-what h5 {
  font-size: 1.3rem;
}

.section-home-what .btn {
  white-space: normal;
}

.section-home-how {
  background-color: #66b360;
  color: white;
}

.section-home-how .col-md-8 ul {
  text-align: left;
}

.section-home-how .col-md-8 li {
  margin-bottom: 25px;
  font-size: 1.3rem;
}

.section-home-inside {
  background-color: #00a8cb;
  color: white;
}

.section-home-inside h2.home-section-title {
  margin-bottom: 0;
  padding-bottom: 5px;
  font-size: 3rem;
}

.section-home-inside h2.home-section-title + p {
  font-size: 22px;
  margin-bottom: 10px;
}

.section-home-inside h5 {
  white-space: nowrap;
  overflow-x: hidden;
  padding-top: 20px;
  margin-bottom: 0;
  font-size: 1.4rem;
}

.section-home-inside div.row > div {
  padding-bottom: 25px;
  padding-top: 25px;
}

.section-home-inside div.row > div img {
  width: 100% !important;
}

.section-home-inside .popup-gallery a {
  color: white;
  text-decoration: underline;
}

.section-home-inside .popup-gallery a img {
  position: relative;
  top: 0;
  transform: scale(1);
  transition: all 0.2s ease 0s;
}

.section-home-inside .popup-gallery a:hover,
.section-home-inside .popup-gallery a:focus,
.section-home-inside .popup-gallery a:active {
  color: white;
  text-decoration: none;
}

.section-home-inside .popup-gallery a:hover img,
.section-home-inside .popup-gallery a:focus img,
.section-home-inside .popup-gallery a:active img {
  top: -2px;
  transform: scale(1.05);
}

.section-home-inside .text-warning {
  color: #eb9316 !important;
  text-shadow: rgba(0,0,0,0.3) 0px 0px 15px;
}

.section-home-inside #insideCarousel {
  margin-top: 50px;
}

.section-home-inside #insideCarousel .carousel-item  {
  padding: 0 8%;
  height: 500px;
}

.section-home-inside #insideCarousel .carousel-item span.image {
  box-shadow: rgba(0,0,0,0.2) 0px 3px 8px;
  display: block;
  margin: 0 auto;
  width: 380px;
  max-width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.section-home-inside #insideCarousel .carousel-item img {
  display: block;
  width: 380px !important;
  max-width: 100%;
  border-radius: 5px;
}

.section-home-inside #insideCarousel .carousel-item h5 {
  white-space: normal;
  width: 100%;
}

#insideCarousel .carousel-control-prev,
#insideCarousel .carousel-control-next {
  top: 22vw;
}

#insideCarousel .carousel-control-prev {
  left: -10px;
}

#insideCarousel .carousel-control-next {
  right: -10px;
}

@media screen and (max-width: 767px) {
  .section-home-inside {
    padding-bottom: 0;
  }
  .section-home-inside div.row > div {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.section-home-parents {
  background-color: #f7a800;
}

.section-home-parents h1, .section-home-parents h2 {
  color: white;
  padding-bottom: 40px;
  text-align: center;
}

.section-home-parents em {
  margin-bottom: 20px;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
}

.section-home-parents .card-text {
  color: #666666;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.4;
}

#parentsCarousel {
  margin-top: 25px;
}

#parentsCarousel .carousel-item {
  padding: 0 20px;
  height: 300px;
}

@media (max-width: 560px) {
 #parentsCarousel .carousel-item {
  height: 400px;
 }
}

@media (max-width: 380px) {
 #parentsCarousel .carousel-item {
  height: 420px;
 }
}

@media (max-width: 350px) {
 #parentsCarousel .carousel-item {
  height: 465px;
 }
}

@media (max-width: 330px) {
 #parentsCarousel .carousel-item {
  height: 485px;
 }
}


#parentsCarousel .carousel-item .card-text {
  font-size: 15px;
}

#parentsCarousel .carousel-control-prev,
#parentsCarousel .carousel-control-next {
  top: 60px;
}

#parentsCarousel .carousel-control-prev {
  left: -10px;
}

#parentsCarousel .carousel-control-next {
  right: -10px;
}

@media screen and (max-width: 767px) {
  .section-home-parents {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 576px) {
  .section-home-parents .masonry-item {
    margin-top: 80px !important;
  }
}


.parents-item-caret {
  color: white;
  position: relative;
  top: -45px;
  padding-left: 15px;
  float: left;
}

.parents-item-caret .fa {
  position: relative;
  left: -11px;
  top: -3px;
}

.parents-item-caret.rtl {
  float: right;
  padding-left: 0;
  padding-right: 15px;
}

.parents-item-caret.rtl .fa {
  left: auto;
  right: -11px;
}

.section-home-award {
  background-color: #016aab;
  color: white;
}

.section-home-award h2 {
  padding-bottom: 40px;
}

.section-home-award .award-item {
  padding-bottom: 40px;
  display: flex;
  height: 200px
}

@media (max-width: 900px) {
  .section-home-award .award-item {
    height: 175px;
    padding-bottom: 20px;
  }
}

@media (max-width: 500px) {
  .section-home-award .award-item {
    height: 125px;
  }
}

@media (min-width: 1600px) {
  .codie {
    width: 75%
  }
}

.section-home-award .award-item .img-fluid {
  max-width: 100%;
  max-height: 100%
}

.section-home-give {
  background-color: #00A8CB;
  color: white;
}

.section-home-give h2 {
  padding-bottom: 40px;
}

.section-scientific-studies {
  background-color: #004990;
  color: white;
  padding-bottom: 50px !important;
}

.section-scientific-studies h6 {
  font-size: 1.4rem;
}

.section-scientific-studies p {
  font-size: 1.1rem;
}

.section-scientific-studies h6 {
  padding-top: 30px;
  padding-bottom: 20px;
}

.section-disclaimer {
  background-color: #67439a;
  color: white;
}

.section-disclaimer p {
  font-size: 1.1rem;
}

.section-payment {
  background-color: #00a8cb;
}

.section-payment h1, .section-payment .lead {
  color: white;
}

.box-coupon {
  margin-bottom: 25px;
}

.box-coupon a:hover,
.box-coupon a:active {
  text-decoration: none;
}

.payment-form-wrapper.loading {
  position: relative;
}

.payment-form-wrapper.loading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.75);
  z-index: 10;
}

.payment-form-wrapper.loading::after {
  content: "";
  position: absolute;
  top: calc(50% - 60px);
  left: calc(50% - 60px);
  width: 120px;
  height: 120px;
  background: url("../images/loading.c62dfe27272c.gif") no-repeat center;
  background-size: contain;
  z-index: 100;
}

#braintree_submit {
  color: white;
}

#braintree_submit a {
  text-decoration: underline;
  color: white;
}

.box-coupon .braintree-option {
  border-top-width: 1px;
  border-radius: 5px;
  color: #000;
  font-size: 16px;
}

.box-coupon .braintree-option i {
  width: 48px;
  color: #999999;
}

.braintree-option .braintree-option__label {
  font-family: 'GE Inspira', sans-serif;
  font-weight: bold;
  text-align: left;
}

.braintree-sheet__header .braintree-sheet__text,
.braintree-sheet__content--form .braintree-form__field-group .braintree-form__label,
.braintree-sheet__content--form .braintree-form__field-group.braintree-form__field-group--has-error .braintree-form__field-error,
.braintree-show-methods [data-braintree-id=methods-label],
.braintree-show-options [data-braintree-id=choose-a-way-to-pay] {
  font-family: 'GE Inspira', sans-serif;
  font-weight: bold;
}

.braintree-option:hover .braintree-option__label,
.braintree-option.braintree-disabled:hover .braintree-option__label {
  font-weight: bold;
}

.braintree-option.braintree-option__card {
  position: relative;
}

.braintree-option.braintree-option__card .braintree-option__label:after {
  background: url("../images/cards.1a9f16450797.png") no-repeat center;
  content: "";
  background-size: contain;
  display: block;
  width: 236px;
  height: 30px;
  position: absolute;
  top: calc(50% - 19px);
  right: 14px;
}

@media screen and (max-width: 460px) {
  .braintree-option.braintree-option__card .braintree-option__label:after {
    display: none;
  }
}


.braintree-option.braintree-option__paypal .braintree-option__logo {
  opacity: 0.7;
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.braintree-option.braintree-disabled .braintree-option__disabled-message {
  float: none;
  margin-top: 6px;
}

a.chooseAnother {
  background: #FAFAFA;
  border-radius: 4px;
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 14px;
  margin: 25px auto 0 auto;
  padding: 18px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

a.chooseAnother:hover {
  text-decoration: underline;
}

.payment-error {
  border-radius: 3px;
  background: rgba(255,0,0,0.1);
  border: 2px solid red;
  color: darkred;
  box-sizing: border-box;
  margin-bottom: 15px;
  padding: 15px 20px;
}

.section-privacy {
  background-color: #66b360;
  color: white;
}

.section-privacy p {
  font-size: 1.1rem;
}

.section-program-details {
  background-color: #d8541e;
  color: white;
}

.section-program-details h5 {
  padding-top: 20px;
}

.section-program-details p {
  font-size: 1.1rem;
}
.section-terms {
  background-color: #d9541f;
  color: white;
}

.section-terms p {
  font-size: 1.1rem;
}

.section-faq {
  background-color: #66b461;
  color: white;
}

.section-faq.section-faq-teacher {
	background-color: #00a8cb;
}

.section-faq h1 {
  padding: 20px 0;
}

.section-faq h2 {
  padding-top: 30px;
}

.section-faq h4 {
  font-size: 1.8rem;
}

.section-faq h4:first-of-type {
  margin-top: 30px;
}

.section-faq h5 {
  font-size: 1.5rem;
  padding-top: 20px;
}

.section-faq h5 a {
  color: #fff;
}

.section-faq:not(.section-faq-teacher) p, .section-accordion p {
  display: none;
}

.section-accordion span {
  display: block;
  margin-top: 20px;
  background-image: url("../images/pages/profiles/program/units/how_you_can_help.ee58779a61f8.png");
  background-repeat: no-repeat;
  background-size: 100px;
  padding-left: 120px;
  min-height: 100px;
  color: green;
}

.section-accordion h5 {
  position: relative;
}

.section-signup {
  background-color: #68439a;
}

.section-signup h1, .section-signup .lead {
  color: white;
}

.section-signup-plans {
  background-color: #00a8cb;
  color: white;
}

.section-signup-benefits {
  background-color: #66b360;
  color: white;
}

.section-signup-benefits li {
  padding-bottom: 20px;
}

.section-signup-join {
  background-color: #68439a;
  color: white;
}

.section-signup-join h1 {
  margin: 0 auto;
  padding: 0;
}

.section-signup-testimonials {
  background-color: #0069aa;
  color: white;
}

.section-signup-testimonials .testimonial-item {
  margin-bottom: 40px;
}

.section-signup-testimonials .testimonial-item .col-xs-3 {
  padding-right: 0;
}

.section-signup-testimonials .testimonial-item small {
  font-size: 92.5%;
}

.section-signup-testimonials h5 {
  margin-bottom: 0;
}

.section-signup-testimonials p {
  font-size: 1.1rem;
  margin-bottom: 0;
  font-style: italic;
}

.section-signup-testimonials hr {
  background-color: white;
  width: 65%;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
}

.section-signup-confirmation {
  background-color: #66b360;
}

.section-signup-confirmation h1, .section-signup-confirmation .lead {
  color: white;
}

/* Signup Forms */

form.signupForm input,
form.signupForm select {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

form.signupForm select:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

form.signupForm select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

form.signupForm label {
	white-space: nowrap;
}

.section-signout {
  background-color: white;
}

.section-account {
  background: transparent !important;
}

.section-confirmation {
  background-color: #65b360;
  color: white;
}

.progressStatus {
	text-align: center;
	margin-top:10px;
	color: #f58025;
}

#myProgress {
 width: 100%;
 background-color: #ddd;
 margin:auto;
 margin-bottom: 5px;
 border-radius: 5px;
 margin-top: 30px;
 border: 1px solid #6c757d;
}

#myBar {
 width: 25%;
 height: 29px;
 background-color: #5cb85c;
 text-align: center;
 line-height: 30px;
 color: white;
 border-radius: 4px 0 0 4px;
}

/* Alert */

body > .alert {
  margin: 1rem;
}

/* Show/Hide */

@media screen and (min-width: 601px) {
  .hide-on-desktop {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .hide-on-mobile {
    display: none;
  }
}

.printables-folder {
  background-size: contain;
  color: white;
  display: table;
  height: 100px;
  margin-bottom: 5%;
  text-align: center;
  width:100%;
}

.printables-folder-inner {
  background-image: url("../images/pages/profiles/program/printables/folder.4e7349ad0478.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  font-size: 13px;
  width: 100%;
  height: 100%;
  margin: auto;
  vertical-align: middle;
	justify-content: center;
	align-items: center;
}

.printables-folder-inner a {
  color: white;
	display: block;
	margin-top: 20px;
	max-width: 100px;
}

.center-container {
  position: relative;
}

.center-inner {
  position: absolute;
  z-index: 1000;
  height: 100%;
  width: 100%;
  margin-left: -15px;
}

.center-table {
  display: table;
  width: 100%;
  height: 100%
}

.center-table-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  top: 10%;
}

.pricingPlan h2 {
  font-size: 2.1rem;
  font-weight: normal;
}

.pricingPlan.pricingPlan-teachers h2 {
  margin: 1.1rem 0;
}

div.section-teachers-signup .pricingPlan h2 {
  font-size: 1.3rem;
}

.pricingPlan p {
  font-size: 1.4rem;
  color: #444444;
  margin: 0;
  padding: 0;
}

div.section-teachers-signup .pricingPlan p {
  font-size: 1.0rem;
}

.pricingPlan a.btn {
  border-radius: .3rem;
}

.signup-or {
  padding: 20px;
  font-size: 150%;
}

.section-signup-plans h4 {
  line-height: 1.3;
  margin-bottom: 20px;
}

.footer h6 {
  font-size: 1.2rem;
}

.footer a {
  font-size: 1.2rem;
  color: gray;
}

.footer-group {
  min-height: 140px;
}

@media screen and (max-width: 767px) {
  .footer {
    padding-top: 30px;
  }
}

.btn-purple {
  font-weight: 500;
  color: #fff;
  background-color: #7952b3;
  border-color: #7952b3;
}

.btn-purple:hover, .btn-purple:focus, .btn-purple:active {
  color: #fff;
  background-color: #60399A;
  border-color: #60399A;
}

.btn-outline-secondary, .btn-outline-secondary.focus, .btn-outline-secondary:focus {
  border-color: #999;
  color: #999;
}

.btn-outline-secondary:hover,.btn-outline-secondary.hover {
  background: #999;
  border-color: #999;
}

.btn-secondary.btn-inverse {
  background: #bbbdbf;
  color: white;
}

.btn-secondary.btn-inverse:hover,
.btn-secondary.btn-inverse:active {
  background: #9ea4a6;
  color: white;
}

.header {
  background-color:white;
  padding-top: 30px;
  padding-bottom: 10px;
}

@media screen and (max-width: 1200px) {
.header {
  padding-top: 10px;
}
}

.header-mobile {
  padding: 15px 5px;
}

.header-mobile img.img-fluid {
  padding-right: 5px;
  width: calc(100% - 50px);
  max-width: 250px;
}

@media (max-width: 400px) {
  .header-mobile img.img-fluid {
    max-width: 210px;
  }
}

.header-mobile-actions {
  float: right;
  width: 70px;
  position: relative;
  top: -8px;
}

.header .btn {
  border: 0;
  border-radius: 8px;
  padding-left: 0;
  padding-right: 0;
  width: 70px;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.teachers .navbar-brand img {
  max-width: 100%;
  height: auto;
  max-height: 40px;
}

.header-mobile .btn {
  border: 0;
  border-radius: 5px;
  font-size: 0.8rem;
  padding: 5px 0;
  width: 100px;
  margin: 0 auto;
  display: block;
  clear: both;
}

.header-mobile .navbar-nav {
  margin-bottom: 0;
}

.header-mobile button.navToggle {
  cursor: pointer;
  float: right;
  margin-right: 0;
	margin-left: 6px;
  padding: 3px 10px;
	border-radius: 6px;
	border: 0;
	background: #eeeeee;
	color: #0069aa;
	font-size: 80%;
	line-height: 1.3;
}

.header-mobile .nav-link {
  color: lightgray !important;
  text-align: center;
  background-color: #004990;
}

.header-mobile .nav-link:hover,
.header-mobile .nav-link:focus,
.header-mobile .nav-link:active {
  color: white !important;
}

.header-mobile .nav-item {
  border-bottom: white solid 1px;
  width: 100% !important;
}

.header-mobile .nav-item.nav-buttons {
  background-color: #004990;
  padding: 8px 0;
  text-align: center;
}

.header-mobile .nav-item.nav-buttons a.btn {
  width: auto;
  display: inline-block;
  min-width: 100px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

body.teachers .header-mobile li:not(:last-child) {
  margin-bottom: 0;
}

.header-mobile .csm-badge {
	position: absolute;
	margin: 0;
	max-width: 48px;
	top: -5px;
	right: 55px;
}

#exCollapsingNavbar {
  clear: both;
  float: left;
  width: 100%;
}

/* placeholder color - begin */

.form-control::-webkit-input-placeholder {
  color: #0076bf;
}

.form-control:-moz-placeholder {
  color: #0076bf;
}

.form-control::-moz-placeholder {
  color: #0076bf;
}

.form-control:-ms-input-placeholder {
  color: #0076bf;
}

/* placeholder color - end */

/* home popup - start */

#open-popup {
  padding: 20px;
}

.mfp-container {
  background-color: rgba(0,0,0,0.001);
}

.explore-the-classroom .mfp-container {
	background-color: rgba(0,0,0,0.1);
}


.mfp-bottom-bar {
  top: 15px !important;
  margin-top: 0 !important;
  text-align: center;
}

.mfp-close-btn-in .mfp-close {
 color: #fff !important;
 opacity: 1;
}
.explore-the-classroom .mfp-close-btn-in .mfp-close {
 color: #333 !important;
 opacity: 0.6;
}

.mfp-bottom-bar .mfp-title {
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  padding-right: 0;
  text-align: center;
}

.mfp-bottom-bar .mfp-title small {
  color: white;
  font-size: 1.2rem;
  line-height: 1.2;
  display: block;
  text-align: left;
  margin: 5px auto 0;
  width: 700px;
  max-width: 70%;
}

.teachers .mfp-bottom-bar .mfp-title small {
  text-align: center;
}

.mfp-bottom-bar .mfp-counter {
  display: none;
  /*
  position: fixed;
  top: auto;
  bottom: 55px;
  width: 100%;
  left: 0;
  color: white;
  */
}

.mfp-figure:after {
  box-shadow: none !important;
  background-color: transparent !important;
}

.mfp-wrap .mfp-iframe-holder .mfp-content {
  max-width: 95%;
}

.mfp-figure figure {
  padding: 140px 10% 80px 10%;
}

figure img.mfp-img {
  padding: 0;
  padding: 0;
  border-radius: 1.6vw;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.35);
}

button.mfp-arrow.mfp-arrow-left {
  left: 5%;
}

button.mfp-arrow.mfp-arrow-right {
  right: 5%;
}

button.mfp-arrow.mfp-arrow-left:before,
button.mfp-arrow.mfp-arrow-right:before {
  display: none !important;
}

button.mfp-arrow.mfp-arrow-left::after {
  border-width: 33px 37px 33px 0;
  margin-left: 0;
}

button.mfp-arrow.mfp-arrow-right::after {
  border-width: 33px 0 33px 37px;
  margin-left: 50px;
}

button.mfp-close.see-inside {
  right: 8%;
  left: auto;
  top: 90px;
}

.white-popup {
  position: relative;
  background: white;
  padding: 40px;
  width: auto;
  max-width: 200px;
  margin: 20px auto;
  text-align: center;
}

.white-popup-wide {
	max-width: 500px;
	border-radius: 16px;
}

/* home popup - end */

/* In-App container with rounded corners, etc.*/
.rounded-logout, .rounded-box {
  border-radius: 0.3rem;
}

.in-app-container {
  border-radius: 0.3rem;
  border: 2px solid #BCBEC0;
  box-shadow: 10px 10px 49px -14px rgba(0, 0, 0, .75);
  color: #808184 !important;
}

.in-app-container hr {
  border: none;
  height: 2px;
  color: #BCBEC0; /* old IE */
  background-color: #BCBEC0; /* Modern Browsers */
  padding: 0px;
}

/* In game form styles */

.in-game-form-fields .form-control {
  display: block;
  width: 100%;
  padding: 1rem 1rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #55595c !important;
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #BCBEC0;
}

/* placeholder color - begin */

.in-game-form-fields .form-control::-webkit-input-placeholder {
  color: #0076bf;
}

.in-game-form-fields .form-control:-moz-placeholder {
  color: #0076bf;
}

.in-game-form-fields .form-control::-moz-placeholder {
  color: #0076bf;
}

.in-game-form-fields .form-control:-ms-input-placeholder {
  color: #0076bf;
}

/* placeholder color - end */

/* Carousel */
.carousel-control-prev,
.carousel-control-next {
  text-shadow: rgba(0,0,0,0.25) 0px 2px 8px;
  color: white;
  display: block;
  position: absolute;
  top: calc(50% - 22px);
  font-size: 34px;
  line-height: 44px;
  text-align: center;
  width: 44px;
  z-index: 9000;
}

.carousel-control-prev {
  left: 0px;
}

.carousel-control-next {
  right: 0px;
}

.carousel-control-prev:focus,
.carousel-control-next:focus {
  color: white;
  opacity: 1;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  color: white;
  opacity: .5;
}

#awardsCarousel .carousel-item img {
  display: block;
  max-width: 174px;
}

#professionalsCarousel .carousel-item {
  text-align: center;
  padding: 0 15%;
}

@media (max-width: 500px) {
 #professionalsCarousel .carousel-item {
   text-align: center;
   padding: 0 10%;
 }
}
@media (max-width: 400px) {
 #professionalsCarousel .carousel-item {
   text-align: center;
   padding: 0 5%;
 }
}

#professionalsCarousel .carousel-item img {
  width: 150px;
  height: 150px;
}

#professionalsCarousel .carousel-item hr {
  width: 100%;
  margin: 10px auto;
}

#professionalsCarousel .carousel-control-prev,
#professionalsCarousel .carousel-control-next {
  top: 52px;
}

#professionalsCarousel .carousel-control-prev {
  left: 0px;
}

#professionalsCarousel .carousel-control-next {
  right: 0px;
}

/* Teachers Section */

body.teachers h2 {
  margin-bottom: 30px;
}

body.teachers a h2 {
  margin-bottom: 0;
}

body.teachers li:not(:last-child) {
  margin-bottom: 15px;
}

div.section-teachers-intro {
  background: #00a8cb;
  color: white;
  font-size: 1.3rem;
  padding-top: 50px;
}

div.section-schools-how-many {
  background: #00a8cb;
  color: white;
  font-size: 1.3rem;
}

div.section-teachers-common-sense {
  background: #D9531E;
  color: white;
  font-size: 1.3rem;
}

@media screen and (min-width: 768px) {
  .padding-md-up {
    padding: 0 40px;
  }
}

div.section-teachers-what-we-teach {
  background: #68459b;
  color: white;
  font-size: 1.3rem;
}

div.section-teachers-who {
  background: #0069aa;
  color: white;
  font-size: 1.3rem;
}

div.section-teachers-how {
  background: #66b360;
  color: white;
  font-size: 1.3rem;
}

div.section-teachers-inside {
  background: #00a8cb;
  color: white;
  font-size: 1.3rem;
}

div.section-adhd {
  background: #00a8cb;
  color: white;
  font-size: 1.3rem;
}

div.section-teachers-intro h2,
div.section-teachers-what-we-teach h2,
div.section-teachers-who h2,
div.section-teachers-how h2,
div.section-teachers-inside h2 {
  font-size: 3rem;
}

a.teacherSeeInside {
  width: 180px;
  height: 180px;
  border-radius: 150px;
  margin: 20px auto;
  display: block;
  border: 10px solid white;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  color: white;
  line-height: 1.1;
}

a.teacherSeeInside-yellow {
  background: #f5a706;
}

a.teacherSeeInside-red {
  background: #c23c33;
}

a.teacherSeeInside-green {
  background: #00A8CB;
}

a.teacherSeeInside-purple {
  background: #67449b;
}

a.teacherSeeInside:hover, a.teacherSeeInside:focus {
  box-shadow: rgba(0,0,0,0.2) 0px 10px 16px;
}

a.teacherSeeInside-yellow:hover,
a.teacherSeeInside-yellow:hover {
  background: #ffbf00;
}

a.teacherSeeInside-red:hover,
a.teacherSeeInside-red:hover {
  background: #e4473e;
}

a.teacherSeeInside-green:hover,
a.teacherSeeInside-green:hover {
  background: #00BFD8;
}

a.teacherSeeInside-purple:hover,
a.teacherSeeInside-purple:hover {
  background: #7d52bd;
}

div.section-teachers-signup {
  background: #66b360;
}



/* Teacher Signup Form */

.formField {
  margin-bottom: 25px;
}

.formField input,
.formField select {
  width: 100%;
}

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

.formField ul.errorlist li {
  margin: 4px 0 0 0;
  background: red;
  color: white;
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 3px;
}

.formField ul.errorlist li::before {
  content: "!";
  display: inline-block;
  border-radius: 50px;
  width: 16px;
  height: 16px;
  color: red;
  background: white;
  text-align: center;
  margin-right: 5px;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  vertical-align: 1px;
}

/* Alert */

body > .alert {
  margin: 1rem;
}

/* Show/Hide */

@media screen and (min-width: 601px) {
  .hide-on-desktop {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .hide-on-mobile {
    display: none;
  }
}


/* Admin / Student Actions */

div.student-actions {
	display: flex;
	margin-top: 50px;
}

div.student-actions div {
	flex: 1;
	padding: 0 25px;
	text-align: center;
}

div.student-actions div a.btn {
	margin: 0 auto 10px auto;
}

div.student-actions div p {
	text-align: center;
}

@media screen and (max-width: 800px) {
	div.student-actions {
		display: block;
	}

	div.student-actions div {
		padding: 15px 0;
	}
}

@media screen and (max-width: 576px) {
  .teachers .navbar-brand {
    float: none;
    display: block;
    text-align: center;
  }
  .teachers .navbar-brand img {
    margin: 0 auto;
  }
  .teacher-signup-wrapper {
    margin-top: 25px;
    margin-bottom: 10px;
  }
}



/* Schools Signup Form */

.signupStep input,
.signupStep select {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.signupStep select:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

.signupStep select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.signupStep label {
	white-space: nowrap;
}

.signupStep .formField.max_classrooms {
  margin: 0 auto;
}

.signupStep .formField.max_classrooms label {
  text-align: center;
  display: block;
}

.signupStep .formField.max_classrooms input {
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  max-width: 120px;
  margin: 0 auto;
  display: block;
  padding: 15px;
}

/* Admin Top Nav */

ul.nav-pills.nav-pills-admin {
  border-bottom: 0;
  font-weight: bold;
  text-align: center;
}

ul.nav-pills.nav-pills-admin li .nav-link {
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}

ul.nav-pills.nav-pills-admin li .nav-link {
  color: rgba(255,255,255,0.7);
  border-radius: 4px 4px 0 0;
	line-height: 1.2;
  background: transparent;
	transition: all 0.2s ease 0s;
}

ul.nav-pills.nav-pills-admin li .nav-link:focus,
ul.nav-pills.nav-pills-admin li .nav-link:hover {
  color: rgba(255,255,255,1);
  background: rgba(255,255,255,0.15);
}

ul.nav-pills.nav-pills-admin li .nav-link.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

ul.nav-pills.nav-pills-admin li .nav-link.active,
ul.nav-pills.nav-pills-admin li .nav-link.active:focus,
ul.nav-pills.nav-pills-admin li .nav-link.active:hover,
ul.nav-pills.nav-pills-admin .show > .nav-link {
  color: rgba(179,36,114,1);
  background-color: rgba(255,255,255,1);
}

@media screen and (max-width: 575px) {
  ul.nav-pills.nav-pills-admin {
    font-size: 80%;
  }
}

/* Responsive Table */

@media screen and (max-width: 992px) {
  table.table-responsive-cards {
    display: block;
    font-size: 90%;
  }
  table.table-responsive-cards thead {
    display: none;
  }
  table.table-responsive-cards tbody,
  table.table-responsive-cards tbody tr {
    display: block;
  }
  table.table-responsive-cards tbody tr {
    border: 1px solid #ddd;
		border-radius: 6px;
		margin-bottom: 24px;
		box-shadow: rgba(0,0,0,0.1) 0px 2px 6px 0px;
  }
  table.table-responsive-cards tbody tr td:first-child {
    border-top: 0;
  }
  table.table-responsive-cards tbody tr,
  table.table-responsive-cards tbody tr td {
    display: block;
  }
  table.table-responsive-cards tbody tr td {
    position: relative;
  }
  table.table-responsive-cards tbody tr td::before {
    display: block;
    content: attr(data-label);
    font-size: 80%;
    color: #6c757d;
  }
}

/* Input Group Button */

.input-group-button {
  display: table-cell;
  width: 1%;
  vertical-align: middle;
}

.input-group-button:last-child .btn {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* Messages */

ul.messages {
  color: #454545;
  background-color: #8dc63F;
  border-color: #69AC49;
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
	list-style: none;
}

ul.messages li {
	float: none;
}

ul.messages li a {
	display: inline;
	padding: 0;
	color: inherit;
	text-decoration: underline;
}

ul.messages li:hover a {
	background: inherit;
	color: inherit;
}

ul.messages li a:hover,
ul.messages li a:focus,
ul.messages li a:active {
	background: inherit;
	color: inherit;
}

a.btn.btn-primary.disabled {
	color: rgba(255,255,255,0.66) !important;
}

/* If the button is disabled BUT has a tooltip, allow the user to tap/hover to see the tooltip */
.btn.disabled[data-toggle=tooltip] {
	pointer-events: auto !important;
}

@media screen and (max-width: 575px) {
	.btn {
		white-space: normal!important;
	}
	.btn.d-block {
		width: 100%;
	}
}

div.tooltip {
	z-index: 10001;
}

.form-radio {
  margin-bottom: 1rem;
}

.form-radio .form-radio-label {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.form-radio .form-radio-label input {
  position: absolute;
  left: -9999px;
}

.form-radio .form-radio-label input ~ label {
  display: block;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 10px 13px 10px 10px;
  margin: 3px;
  box-shadow: rgba(101,179,96,0.2) 0px 0px 0px 0px;
  transition: all 0.2s ease 0s;
  background: transparent;
  display: flex;
  align-items: center;
  font-weight: normal;
}

.form-radio .form-radio-label input ~ label::before {
  content: "";
  display: inline-block;
  border-radius: 3px;
  left: 3px;
  top: 3px;
  margin-right: 8px;
  width: 24px;
  height: 24px;
  z-index: 1;
  background: rgba(0,0,0,0.05);
}


.form-radio .form-radio-label input ~ label::after {
  content: "\2714";
  position: absolute;
  top: 12px;
  left: 20px;
  font-size: 24px;
  color: #007bff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease 0s;
}

.form-radio .form-radio-label:hover input ~ label {
  border-color: #65b360 !important;
  background: rgba(101,179,96,0.05);
  box-shadow: rgba(101,179,96,0.3) 0px 0px 0px 3px;
}

.form-radio .form-radio-label:hover input ~ label::before {
  background: rgba(101,179,96,0.15);
}

.form-radio .form-radio-label input:checked ~ label {
  border-color: #007bff !important;
  background: rgba(0,123,255,0.05);
  box-shadow: rgba(0,123,255,0.3) 0px 0px 0px 3px;
}

.form-radio .form-radio-label input:checked ~ label::before {
  background: rgba(0,123,255,0.15);
}

.form-radio .form-radio-label input:checked ~ label::after {
  top: 7px;
  opacity: 1;
  visibility: visible;
}

.free-for-teachers {
	margin-top: -125px;
}

.free-for-parents {
	margin-top: -200px;
}
.free-for-parents-mobile {
	margin-top: -150px;
}
.csm-badge {
	   margin-top: -150px;
    max-width:100%;
    max-height: 250px;
}

.csm-badge-mobile {
	   margin-top: -160px;
    max-height: 120px;
}

.csm-badge-mobile-teachers {
	   margin-top: -130px;
    max-height: 120px;
}

.countainer-whatwedo-videos {
	width: 85%;
}

.vl {
  border-left: 2px solid white;
  position: relative;
}

@media screen and (max-width: 992px) {
	.vl {
		border-left: none;
	}
}

.signup-boxes p,
.signup-boxes-schools p{
    color: #0069AA;

}

.signup-boxes h4 {
    color: #0069AA;
    font-weight: 700;

}

.signup-boxes-schools h4 {
  color: #0069AA;
  font-weight: 700;
  line-height: 1.1;
}

.pricing-box-label {
	background-color: #f58025;
    border-radius: 10px 10px 10px 10px;
}
.pricing-box-label p {
    font-weight: 700;
}

.pricing-box-label-free {
	background-color: #66B360;
    border-radius: 10px 10px 10px 10px;
}

.pricing-box {
	background-color: #fff;
    border-radius: 0 0 10px 10px;
}

.pricing-box-background {
    background-color: #fff;
    border-radius: 10px 10px 10px 10px;
}

.vl-pricing {
  border-left: 2px solid white;
  position: relative;
  padding-left: 1.5rem;
}


@media screen and (max-width: 991px) {
	    .vl-pricing {
		        border-left: none;
          padding-left: 0;
	}
}

hr {
    border-top: 2px solid #fff;
    width: 80%;
}

.testimonials {
    font-size: 18px;
    line-height: 1.4;
}

.button-font {
font-size: 1.8rem;
font-weight: 700;
border-radius: 10px;
}

.bold-text {
    font-weight: 700;
}

.bullet-lists li {
    font-size: 1.5rem;
       }

.bullet-lists-indent li {
    font-size: 1.6rem;
    line-height: 1.2;
    text-indent: -1.5em;
       }

.confirmation h2 {
    color: #fff;
    font-size: 2.4rem;
}

.confirmation p {
    color: #fff;
    font-size: 1.4rem;
}

.confirmation-free {
 background-color: #64b460;
 height: 100vh;
}

@media screen and (max-width: 420px) {
 .confirmation-free {
  height: 100%;
 }
}

.confirmation-premium {
 background-color: #00a8cb;
 height: 100vh;
}

.moody-character-padding-left {
    padding-left: 7rem;
}

.moody-character-padding-right {
    padding-right: 7rem;
}

@media screen and (max-width: 1600px) {
    .moody-character-padding-left {
        padding: 0;
    }

    .moody-character-padding-right {
        padding: 0;
    }
}

@media screen and (min-width: 1900px) {
    .moody-character-padding-left {
        padding-left: 10rem;
    }

    .moody-character-padding-right {
        padding-right: 10rem;
    }
}

.login-button {
    color: #fff;
    background-color: #00a8cb;
}

.disclaimer-free a {
    color: #006aab;
    font-size: 18px;
}

@media screen and (min-width: 760px) {
    .free-signup-form {
        width: 75%;
    }
}

@media screen and (min-width: 992px) {
    .free-signup-form {
        width: 65%;
    }
}

@media screen and (min-width: 1150px) {
    .free-signup-form {
        width: 55%;
    }
}

@media screen and (min-width: 1300px) {
    .free-signup-form {
        width: 45%;
    }
}


@media screen and (min-width: 1500px) {
    .free-signup-form {
        width: 40%;
    }
}

@media screen and (min-width: 1800px) {
    .free-signup-form {
        width: 35%;
    }
}

.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    text-align:left;
    margin-right:-4px;
}

@media screen and (max-width: 560px) {
    .section-home-empower h1{
        font-size: 2.4rem;
        padding-bottom: 20px;
    }
    .section-home-empower h2{
        font-size: 1.1rem;
    }

    .section-home-empower {
        min-height: 550px;
        background-size: 150%;
    }

}
@media screen and (max-width: 520px) {
    .section-home-empower {
        min-height: 500px;
    }
}

@media screen and (max-width: 767px) {
    .section-home-award h2{
        font-size: 2rem;
    }
    div.section-teachers-how p{
        font-size: 1.1rem;
    }
    .section-home-award {
        padding-bottom: 24px;
    }
    .section-home-help h2{
        font-size: 2rem;
    }
    .section-home-help h3{
        font-size: 1.6rem;
    }
    h2.home-section-title {
        padding-bottom: 20px;
    }
    div.section-teachers-how h2 {
    font-size: 2.4rem;
    }
    .section-home-parents h1{
        padding-bottom: 20px;
        margin-bottom: 0;
    }
    .section-teachers-intro a{
       font-size: 1.4rem;
    }
}

@media screen and (max-width: 400px) {
    .section-home-empower h1{
        font-size: 2.2rem;
    }
    .section-home-empower {
        min-height: 450px;
        background-size: 160%;
    }
    .section-home-parents h1{
        font-size: 2.4rem;
    }
}

@media screen and (max-width: 767px) {
    .section-mobile {
    padding: 40px 0 40px 0;
    }
    .section-home-parents h1{
    font-size: 2.6rem;
    }

    .cse-badge-mobile {
    width: 75%;
    }
    .section-teachers-common-sense h2 {
    font-size: 1.4rem;
    }
    .bullet-list {
    margin-top: 10px;
    }
    div.section-teachers-who h2{
        font-size: 2.4rem;
    }
    .section-teachers-how-mobile ul {
    margin-left: -40px;
    }
    div.section-teachers-what-we-teach h2{
        font-size: 2.4rem;
    }
}

@media screen and (max-width: 400px) {
    .cse-badge-mobile {
        width: 100%;
    }
    .section-signup-plans h4 {
      font-size: 1.2rem;
  }
}

@media screen and (max-width: 505px) {
    .section-teachers-intro h1 {
       font-size: 2.4rem;
    }
    .bullet-lists li {
        font-size: 1.2rem;
    }
}


@media screen and (max-width: 372px) {
    .section-teachers-intro p {
       font-size: 1.1rem;
    }
    .section-teachers-intro h1 {
       font-size: 1.9rem;
    }
    div.section-teachers-who h2{
        font-size: 2rem;
    }
    .bullet-lists li {
        font-size: 1rem;
    }
    .section-home-parents h1{
        font-size: 2.2rem;
    }
    .section-teachers-common-sense h2 {
        font-size: 1.3rem;
    }
    .section-teachers-how-mobile h3{
        font-size: 2rem;
    }
    .section-teachers-how-mobile h4{
        font-size: 1.1rem;
    }
    .section-teachers-how-mobile a{
        font-size: 1.4rem;
    }
    div.section-teachers-how-mobile h2{
        font-size: 2rem;
    }
    div.section-teachers-what-we-teach h2{
        font-size: 2rem;
    }
    div.section-teachers-how h2{
        font-size: 2rem;
    }
    div.section-teachers-who ul{
        font-size: 1rem;
    }
    .section-signup-plans h4 {
        font-size: 1rem;
    }
}

.covid-box {
    background-color: #f48021;
    color: #FFF;
    font-size: 1.25rem;
    border-radius: 5px;
}
@media screen and (max-width: 505px) {
    .covid-box {
      font-size: 1rem;
 }
    .lead {
      font-size: 1rem;
 }
    .lead-h1 h1 {
      font-size: 2rem;
 }
}

@media screen and (max-width: 1200px) {
      .faq h1 {
        font-size: 2.4rem;
 }
}

.faqs p{
      font-size: 1.3rem;
}

.footer-socials img {
     margin-left: -10px;
     padding-right: 5px;
}

.row-footer {
     margin: auto;
}
.footer-header h6{
     color: #505050;
}
@media screen and (max-width: 1199px) {
 .footer-spacing {
     margin-left: -20px !important;
}
}

.section-faq ol {
     display:none;
}

.section-faq li {
 font-size: 1.3rem;
}

body.explore-the-classroom {
 margin-top: 0;
}

body.explore-the-classroom .mobile-footer {
  width:  100%;
}

body.explore-the-classroom .d-none-important {
  display: none !important;
}

@media screen and (min-width: 768px) {
  body.explore-the-classroom .d-none-important {
    display: flex !important;
  }
}

@media screen and (max-width: 767px) {
 body.explore-the-classroom .footer-spacing {
     margin-left: -0px !important;
}
body.explore-the-classroom .classroom-margin {
     margin-top:20px;
}
body.explore-the-classroom .classroom-margin-remove {
     margin-top: -25px;
}
}

.privacy-logo img {
 margin-top: 4px;
 margin-left: -25px;
}

@media screen and (max-width: 1199px) and (min-width: 991px){
 .privacy-logo img {
  max-width: 118% !important;
  margin-top: 0px;
 }
}


@media screen and (max-width: 991px) {
 .privacy-logo img {
  margin-top: 2px;
  margin-left: -55px;
 }
}

@media screen and (max-width: 767px) {
 .privacy-logo img {
  margin-top: 1px;
  margin-left: -15px;
  max-width: 90% !important;
 }
}

@media screen and (max-width: 991px) {
 .yes-padding {
  padding-bottom: 15px;
 }
 }

 @media screen and (max-width: 767px) {
  .pull-right {
   float: none !important;
  }
 }

 /* Mobile Fonts */
 @media screen and (max-width: 767px) {
  .mobile-fonts h1,
  .mobile-fonts h2 {
   font-size: 2.4rem !important;
  }
  .mobile-p p {
   font-size: 1rem;
  }
}

 @media screen and (max-width: 400px) {
  .mobile-fonts h1,
  .mobile-fonts h2 {
   font-size: 1.8rem !important;
  }
  .mobile-fonts h3 {
      font-size: 1.5rem;
}
  .mobile-fonts h4 {
      font-size: 1.2rem;
}
.mobile-p h3 {
 font-size: 1.6rem;
}
}

@media screen and (max-width: 400px) {
 .mobile-padding span {
 padding: 90px 0 0 0;
}
}

@media screen and (min-width: 992px) {
 .negative-margin {
 margin-top: -3%;
}
}

@media screen and (max-width: 576px) {
.mobile-hidden {
 display:none;
}
}
@media screen and (min-width: 577px) {
.desktop-hidden {
 display:none;
}
}

.checkout .btn-warning:hover {
 background-color: #f58025;
 border-color: #f58025;
 color: #fff;
}

@media (max-width: 351px) {
 .hide-break {
 display: none;
}
}

@media (min-width: 352px) {
 .hide-break-up {
 display: none;
}
}

.hidden {
  display: none !important;
}

.border-left {
 border-left: 2px white solid;
}

@media (max-width: 700px) {
 .section-home-what .col-md-8 {
  padding: 0;
 }
}

.included img {
 width: 100%;
}
.pros-say {
 height: 550px;
}

@media (max-width: 600px) {
 .pros-say {
  height: 600px;
 }
}
@media (max-width: 340px) {
 .pros-say {
  height: 700px;
 }
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}
.sr-only {
 position: absolute;
 width: 1px;
 height: 1px;
 padding: 0;
 margin: -1px;
 overflow: hidden;
 clip: rect(0, 0, 0, 0);
 white-space: nowrap;
 border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
 position: static;
 width: auto;
 height: auto;
 overflow: visible;
 clip: auto;
 white-space: normal;
}

.video-popup {
 width: 60vw;
 height: 60vh;
}

.video-popup:focus {
 outline: none;
}

.form-button-switch {
 display: flex;
 flex-direction: row-reverse;
 justify-content: center;
}

@media (max-width: 400px) {
 .form-button-switch {
  flex-direction: column-reverse;
  text-align: center;
 }
 .form-button-switch .edit {
  margin-right: 0 !important;
 }
 .form-button-switch .continue {
  margin-top: 1rem;
 }
}

.principal-flex {
 display: flex;
}

.principal-flex div {
  width: 50%;
}

@media (max-width: 750px) {
 .principal-flex {
  display: block;
 }

 .principal-flex div {
  width: 100%;
 }
}

.fixed-header {
 position: fixed;
 left:0;
 top: 0;
 z-index: 1000;
 display: block;
 width: 100%;
 border: 0;
}

body,
.fixed-margin {
 margin-top:100px;
}

@media (max-width: 1200px) {
 body,
 .fixed-margin {
  margin-top: 76px;
 }
}

@media (max-width: 992px) {
 body,
 .fixed-margin {
  margin-top: 35px;
 }
}

.headroom {
 will-change: transform;
 transition: transform 200ms linear;
}
.headroom--pinned {
 transform: translateY(0%);
}
.headroom--unpinned {
 transform: translateY(-100%);
}

.free-teacher {
 font-size: 1.4rem !important;
 padding: 0 10px !important;
}

.bg-green {
 background-color: #61b45f !important;
}

.bg-white {
  background-color: #fff !important;
 }

.btn-blue {
 color: #fff;
 background-color: #0069AA !important;
 border-color: #0069AA !important;
}

.btn-blue:hover {
 color: #fff;
 background-color: #025182 !important;
 border-color: #025182 !important;
}

.text-blue {
 color: #0069AA !important;
}

.text-orange {
  color: #f58025 !important;
}

.text-wrap {
 white-space: normal;
 line-height: 1.2;
}

.classroom-form label {
 font-size: 1.5rem;
}

.classroom-form input {
 max-width: 100% !important;
 margin: 0 !important;
}

.no-click {
 pointer-events: none;
}

@media (max-width: 400px) {
 .classroom-form label {
  font-size: 1.2rem;
 }
}

.lh-1 {
 line-height: 1;
}

.lh-12 {
 line-height: 1.2;
}

.lh-12px {
  line-height: 12px;
 }

.lh-13 {
 line-height: 1.3 !important;
}

.lh-14 {
 line-height: 1.4;
}

.lh-15 {
  line-height: 1.5;
 }

.lh-22 {
  line-height: 2.2
 }

.w-auto {
 width: auto;
}

.w-70 {
  width: 70px;
}

.w-80 {
  width: 80px;
}

.w-100px {
  width: 100px;
}

.w-800 {
  width: 800px;
}

.w-139 {
  width: 139px;
}

.w-275 {
  width: 275px;
}

.w-200 {
  width: 200px;
}

.mw-20px {
 max-width: 20px;
}

.mw-50px {
  max-width: 50px;
 }

.mw-50 {
  max-width: 50%;
}

.mw-40px {
  max-width: 40px;
}

.mw-75 {
 max-width: 75%;
}

.mw-700 {
  max-width: 700px;
 }

.mw-160 {
  max-width: 160px;
}

.mw-80 {
 max-width: 80%;
}

.mw-95 {
  max-width: 95%;
}

.mw-100 {
 max-width: 100%;
}

.mw-200 {
 max-width: 200px;
}

.mw-180 {
  max-width: 180px;
 }

.mw-250 {
  max-width: 250px;
 }

.mw-300 {
 max-width: 300px;
}

.mw-375 {
  max-width: 375px;
 }

.h-35 {
 height: 35px;
}

.h-30 {
 height: 30px;
}

.h-75 {
  height: 75px;
 }

.h-auto {
  height: auto;
}

.mh-50 {
  max-height: 50px
}

.mh-60vh {
 max-height: 60vh;
}

.mh-55vh {
 max-height: 55vh;
}

.mh-70 {
 max-height: 70px
}

.mh-75 {
  max-height: 75px
 }

 .mh-48 {
  max-height: 48px
 }

.mh-110 {
 max-height: 110px;
}

.minh-150 {
 min-height: 150px;
}

.mh-100px {
 max-height: 100px;
}

.mh-225 {
 max-height: 225px
}

.mh-250 {
 max-height: 250px
}

.mh-280 {
 max-height: 280px
}

.nm-50 {
 margin-top: -50px;
}

.nm-40 {
  margin-top: -40px;
 }

.nm-75 {
 margin-top: -75px;
}

.nm-200 {
  margin-top: -200px;
 }

.pb-10 {
 padding-bottom: 10px;
}

.pb-30 {
  padding-bottom: 30px;
 }

.pb-50 {
  padding-bottom: 50px;
}

.pb-75 {
 padding-bottom: 75px;
}

.pb-1225 {
 padding-bottom: 12.25px
}

.pb-15 {
  padding-bottom: 15px;
 }

 .pb-20 {
  padding-bottom: 20px;
 }

.pt-75 {
 padding-top: .75rem;
}

.pt-10 {
  padding-top: 10px;
 }

 .pt-15 {
  padding-top: 15px;
 }

 .pt-35 {
  padding-top: 35px;
 }

.py-20 {
  padding: 20px 0;
}

.pt-40 {
 padding-top: 40px;
}

.pl-15 {
 padding-left: 15px;
}

.pl-10 {
  padding-left: 10px;
 }

.p-5px {
 padding: 5px;
}

.p-5per {
  padding: 5%;
}

.mt-35-neg {
 margin-top: -35px;
}

.mt-20-neg {
  margin-top: -20px;
 }

.mt-100-neg {
  margin-top: -100px !important;
}

.mt-25 {
 margin-top: 25px;
}

.mt-05 {
  margin-top: .5rem;
}

.mt-02 {
  margin-top: 2%;
}

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

 .mt-1rem {
  margin-top: 1rem;
 }

 .mt-2rem {
  margin-top: 2rem;
 }

 .mt-7rem {
  margin-top: 7rem;
 }

 .mt-15 {
  margin-top: 15px;
 }

.mt-30 {
 margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
 }

.mt-40 {
  margin-top: 40px;
 }

.mt-20 {
  margin-top: 20px;
 }

.mt-75 {
  margin-top: .75rem;
 }

.mt-5-neg {
 margin-top: -.5rem;
}

.mr-20 {
  margin-right: 20px;
 }

.mb-05 {
 margin-bottom: .5rem !important;
}

.mb-5rem {
  margin-bottom: 5rem;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-48 {
  margin-bottom: 48px;
}

.mb-13 {
  margin-bottom: 1.2rem !important;
}

.mb-175 {
  margin-bottom: 1.75rem !important;
}

.ml-15 {
  margin-left: 15px;
}

.ml-05 {
  margin-left: 5px;
}

.ml-5neg {
  margin-left: -5rem;
}

.ml-50neg {
  margin-left: -50px;
}

.ml-65neg {
  margin-left: -65px;
}

.ml-35neg {
  margin-left: -35px;
}

.ml-40neg {
  margin-left: -40px;
}

 .m-auto {
   margin: auto;
 }

 .m-2em {
   margin: 2em 0;
 }

 .m-10 {
   margin: 10px;
 }

 .m-20 {
  margin: 20px;
}

.fs-14 {
 font-size: 1.4rem !important;
}

.fs-15 {
 font-size: 1.5rem;
}

.fs-12 {
 font-size: 1.2rem !important;
}

.fs-13 {
  font-size: 1.3rem !important;
 }

.fs-125 {
 font-size: 1.25rem !important;
}

.fs-1 {
 font-size: 1rem !important;
}

.fs-18 {
  font-size: 1.8rem !important;
 }

.fs-19 {
  font-size: 1.9rem !important;
 }

.fs-2 {
  font-size: 2rem !important;
 }
 .fs-22 {
  font-size: 2.2rem !important;
 }

.fs-24 {
  font-size: 2.4rem !important;
 }

 .fs-25 {
  font-size: 2.5rem !important;
 }

 .fs-26 {
  font-size: 2.6rem !important;
 }

.fs-27 {
  font-size: 2.7rem !important;
}

.fw-400 {
 font-weight: 400;
 }

 .opacity-25 {
   opacity: .25;
 }

 .opacity-5 {
  opacity: .5;
}

.border-0 {
  border: 0;
}

.br-0 {
  border-radius: 0;
}

.bc-gray {
 border-color: #6c757d !important;
 }

.bg-blue {
 background-color: #0069AA !important;
}

.bg-black {
  background-color: #000 !important;
}

.bg-lightblue {
 background-color: #00a8cb !important;
}

.text-black {
 color: #000 !important;
}

.text-yellow {
 color: #f5d80b !important;
}

.text-white {
 color: #fff !important;
}

.text-lightblue {
  color: #00A8CB;
 }

.text-red {
  color: #ff0000;
}

.text-bright-pink {
  color: #b32472 !important;
}

.text-secondary {
  color: #6c757d !important;
}

.text-underline {
 text-decoration: underline;
}

.bg-pink {
 background-color: #ff1493;
}

.cs-height {
 max-height: 50px;
 margin-top:2rem
}

.position-relative {
 position: relative;
}

.signup-pad {
 padding: 40px 0 59px 0 !important;
}

.ul-lightblue {
 background-color: #00a8cb;
 border-radius: 15px;
 padding: 40px;
 list-style: none;
}

.ul-lightblue li {
 margin-bottom: 1rem;
 line-height: 1.2;
}

.ul-lightblue li:last-child {
 margin-bottom: 0;
}

@media (max-width: 400px) {
 .ul-lightblue {
  padding: 20px;
 }
}

.bubble-moody {
 margin-top: 5rem;
}

@media (max-width: 1199px) {
  .bubble-moody {
    margin-top: 15rem;
   }
}

.blue-line {
 border: 0px solid #0069AA;
 background-color: #0069AA;
 border-radius: 10px;
 margin-top: .5rem;
 margin-bottom: .5rem;
}

.section-cancel {
 background-color: #022A71;
 color: #fff;
}

.section-cancel h5 {
 font-size: 1.5rem;
}

.cancel-list {
 font-size: 1.3rem;
 line-height: 1.3;
}

.cancel-list li {
 margin-bottom: 1rem;
}

@media (max-width: 400px) {
 .cancel-list {
  font-size: 1.25rem;
 }
 .section-cancel h5 {
  font-size: 1.25rem;
 }
}

@media (max-width: 350px) {
 .cancel-list {
  font-size: 1.1rem;
 }
 .section-cancel h5 {
  font-size: 1.1rem;
 }
}

.cancel-list ol {
 padding-left: 22px;
}

.cancel-moody {
 margin-top: -50px;
}

@media (max-width: 1200px) {
 .cancel-moody {
  margin-top: -25px;
 }
}
@media (max-width: 991px) {
 .cancel-moody {
  margin-top: 0px;
 }
}

.no-list-style {
 list-style-type: none;
}

@media (min-width: 767px) {
 .hidden-400 {
 display: none;
}
}

@media (min-width: 767px) {
 .footer-images {
 margin-right: 2rem;
}
}

@media (min-width: 992px) {
 .footer-images {
 margin-right: 3rem;
}
}

@media (min-width: 1200px) {
 .footer-images {
 margin-right: 5.5rem;
}
}

.braintree-option:hover {
 background-color: #00A8CB !important;
}

.braintree-option:focus {
  border: #0069AA 3px solid;
 }

.faq-ul {
 list-style-type: decimal;
 padding-left: 20px;
}

.bg-yellow {
 background-color: #f7a800;
}

/* Blog */

.more-news {
 color: #fff !important;
 font-size: 2rem;
 margin-left: 25px;
}

.dib-post-single {
 display: flex;
 flex-direction: column;
}

.dib-post-single h1 {
 font-size: 2.4rem !important;
}

.dib-post-featured-image {
 max-height: 250px;
 width: auto !important;
 margin: 0 auto;
 display: flex;
 padding: 12px 20px 20px 20px;
}

.dib-single .dib-post-featured-image {
 order: -1;
}

#dib-template-2 a.dib-post {
 flex: 0 0 28% !important;
 margin: 0 2.5% 5% 2.5% !important;
 display: flex;
 flex-direction: column;
 justify-content: space-between;
}

#dib-template-2 .dib-post-wrap {
 align-items: unset !important;
}

.section-blog {
 padding-bottom: 75px;
}

.section-blog h1 {
  color: #000;
  font-size: 3rem;
  padding-bottom: 20px;
 }

 .dropinblog-remix-feat-dj-blitz h1 {
   color: #fff !important;
 }

.emoabcs-news {
 margin-top: -25px;
}

.emoabcs-news h4 {
  color: #fff;
  padding-bottom: 20px;
 }

 .emoabcs-news a:hover {
  color: #fff !important;
 }

 #dib-template-2 a.dib-post:nth-child(even) {
  margin-right: 2.5% !important;
 }

@media (max-width: 1000px) {
 #dib-template-2 a.dib-post {
  flex: 0 0 47% !important;
  margin: 0 auto 20px auto !important;
 }
 #dib-template-2 a.dib-post:nth-child(even) {
  margin-right: 0 !important;
 }
 .emoabcs-news {
  margin-top: 0px;
 }
 .section-blog h1 {
   padding-bottom: 0;
  }
}

@media (max-width: 775px) {
 #dib-template-2 a.dib-post {
  flex: 0 0 100% !important;
 }
}

#dib-template-2 .dib-post-text {
 padding: 12px 12px 0 12px !important;
}

#dib-template-2 .dib-post-single .dib-post-featured-image img {
 max-width: 100%;
 width: unset !important;
 height: 225px;
 margin: 0 auto;
}

.dib-share-link {
  margin-bottom: 1rem !important;
}

.dib-meta-text {
 position: unset!important;
 margin-top: 1rem !important;
}

.dib-single {
 background-color: #fff;
 padding: 40px 0;
}

.dib-single h1 {
 color: #000;
}

#dib-template-2 .dib-pagination {
  margin: 0 !important;
}

.dib-post-single .dib-post-title {
 text-align: center;
 order: -2;
 color: #fff;
 max-width: 700px;
 margin: 0 auto;
}

#dib-template-2 .dib-post-single p.dib-meta-text.dib-no-author {
 margin: 0 !important;
}

.dib-post .dib-post-featured-image {
 order: 2;
}

.dib-post {
 background-color: #0069aa !important;
 border: none !important;
}

#dib-template-2 .dib-post-text h2,
#dib-template-2 .dib-post-text p,
#dib-template-2 a.dib-post {
 color: #fff !important;
}

.dib-post-content p,
.dib-post-content ul li,
.dib-post-content ol li  {
 color: #6c757d !important;
 font-size: 1.2rem;
}

#dib-template-2 .dib-post-text h2 {
 font-size: 1.6rem;
}

.dib-post:first-child,
.dib-post:nth-child(6),
.dib-post:nth-child(8) {
 background-color: #8bc53f !important;
}
.dib-post:nth-child(5),
.dib-post:nth-child(3) {
 background-color: #00a8cb !important;
}

.dib-post:nth-child(4),
.dib-post:nth-child(9) {
 background-color: #f58025 !important;
}

.dib-pagination a {
 color: #fff !important;
 font-size: 1.4rem;
}

.dib-homepage-title::after {
 content: "\a The latest news and updates from Emotional ABCs";
 font-size: 1.8rem;
 text-align: center;
 white-space: pre;
}

@media (max-width: 1000px) {
  .dib-homepage-title::after {
   content: "\a The latest news and updates \a from Emotional ABCs";
 }
}

@media (max-width: 600px) {
 .dib-homepage-title::after {
  font-size: 1.4rem;
 }
}

.dib-post-single .dib-post-title,
.dib-post-single .dib-meta-text,
.dib-post-single .dib-post-content,
.dib-post-back-link {
 padding: 20px !important;
}

@media (max-width: 767px) {
.mt-sm-3 {
 margin-top: 4rem;
}
}

.dib-single a {
  overflow-wrap: break-word;
}

#dib-template-2 .dib-post img.dib-post-featured-image {
 max-height: 200px;
}

#dib-template-2 .dib-post-single blockquote {
 margin: 2em auto !important;
 width: 50%;
 text-align: center;
}

.dib-single {
 background: -webkit-linear-gradient(top, #00a8cb 75%, white 75%);
 background: -moz-linear-gradient(top, #00a8cb 75%, white 75%);
 background: -ms-linear-gradient(top, #00a8cb 75%, white 75%);
 background: linear-gradient(top, #00a8cb 75%, white 75%);
 text-align: center;
}

@media (min-width: 1000px) {
 #dib-template-2 .dib-post-single .dib-sharing {
 display: flex;
 flex-direction: column;
 position: fixed;
 left: 0;
 padding: 0 5px;
}
}

#dib-template-2 .dib-post-single {
 margin: 0 !important;
 max-width: unset !important;
}

.dib-single .dib-meta-text,
.dib-post-content {
 background-color: #fff;
}

.dib-post-single .dib-post-content {
 text-align: left;
}

.dib-single p {
 text-align: left;
}

.dib-single p.dib-meta-text {
 text-align: center;
 padding-bottom: 0 !important;
}

.dib-post-content p,
.dib-post-content div,
.dib-post-content h3,
.dib-post-content h4,
.dib-post-content h2,
.dib-post-content ul,
.dib-post-content ol {
 max-width: 700px !important;
 margin-left: auto !important;
 margin-right: auto !important;
}

#dib-template-2 .dib-post-content ul,
#dib-template-2 .dib-post-content ol {
  padding: 20px !important;
}

.dib-post-content h2 {
  font-size: 1.8rem;
}

.dib-post-content h3 {
  font-size: 1.6rem;
}

.dib-post-content h4 {
  font-size: 1.4rem;
}

.dib-single blockquote p {
 text-align: center;
}

/* Scientific Study */

.emo-study {
 padding: .5rem 1rem;
 font-weight: 700;
}
.section-scientific-study {
 background-color: #fff;
 color: #000;
 border-bottom: 2px solid #6c757d !important;
}

.section-scientific-study p {
 color: #6c757d !important;
 font-size: 1.3rem;
}

.section-scientific-study .footnotes-study {
 text-indent: 0;
}

.section-scientific-study hr{
 border-top: 2px solid #6c757d !important;
 width: 100% !important;
 margin: 2rem 0;
}

.study-left-line {
  border-left: 3px solid #6c757d !important;
}

.wrap-text {
 overflow-wrap: break-word;
}

.figure-two-indent {
 padding-left: 4.8rem;
 text-indent: -4.8rem;
}

.list-disc {
 list-style-type: disc;
}

.pencil-img {
 max-height:17px;
 margin-top: -2px
}

.pointer-cursor {
 cursor: pointer;
}

.big-z {
 z-index: 9999;
}

.avatar-width {
 min-width:40px;
 max-width:40px;
}

.nickname-width {
 max-width: calc(100% - 50px);
}

.cookie-banner {
  display:none;
  position:fixed;
  bottom: 0px;
  background-color: #022A71;
}

.cookie-padding {
  padding: 3rem;
}

#close-cookie-consent-button {
  cursor: pointer;
}

@media (max-width: 800px) {
  .cookie-padding {
    padding: 1rem;
  }
}

.scientific-study-box {
  background-color: #F58022;
  border-radius: 1rem;
}

.email-link {
  border-bottom: 2px solid #fff;
}

a.email-link:hover {
 text-decoration: none;
 color: #0275d8 !important;
 border-bottom: 2px solid #0275d8;
}

@media screen and (min-width: 992px ) {
  .feature-bubble {
    padding-top: 0px;
  }
  .nm-50-features {
    margin-top: -50px;
  }
}

.free-teacher-link input {
  background-color: unset !important;
  border: none;
  color: #fff;
  font-size: 1.3rem;
  width: 335px !important;
  padding: 0;
  font-weight: 700;
  }

.free-teacher-link input:focus {
  color: #fff;
}

.free-teacher-link p {
  display: none !important;
}

.free-teacher-link div.input-group {
  display: flex;
  justify-content: center;
}

.free-teacher-link div.input-group-button {
  width: unset;
  margin-left: -5px;
}

.free-teacher-link svg {
  width: 25px;
  height: 25px;
}

@media screen and (max-width: 600px) {
  .free-teacher-link div.input-group {
    flex-direction: column;
  }
  .free-teacher-link input {
    width: 100% !important;
    text-align: center;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 400px) {
  .free-teacher-link input {
    font-size: 1rem;
  }
}

.premium-nav-button {
  background-color: #f58025;
  border-color: #f58025;
  color: #fff;
  padding: 10px 12px !important;
  margin-top: 8px;
  border-radius: .3rem;
}

#header ul li a.premium-nav-button:hover {
  background-color: #f58025;
  border-color: #f58025;
}

@media screen and (max-width: 1366px) {
  .premium-nav-button {
    margin-top: 0;
    border-radius: 0;
  }
}

#dib-template-2 p.dib-meta-text span.dib-meta-item {
 opacity: 1 !important;
}

.purple-circle {
  width: 190px;
  height: 190px;
  border-radius: 150px;
  margin: 20px auto;
  display: block;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  line-height: 1.1;
  background: #67449b;
}

.circles-3 {
  width: 220px;
  height: 220px;
}

.purple-next {
  top: calc(50% - 22px) !important;
}

.bg-purple {
  background-color: #68459b !important;
}

.bg-orange {
  background-color: #F59120 !important;
}

.twin-buttons {
  display: flex;
  justify-content: space-evenly;
}

.twin-buttons a {
  width: 250px;
}

.landing-green-carousel {
  height: 190px;
  margin: 20px auto;
}

.btn-mobile-stacked {
  display: flex;
  flex-direction: column;
}

.landing-circles div  {
  padding: 0;
}

.moody-circles .img-fluid {
  max-width: 300px !important;
}

.teacher-carousel #insideCarousel .carousel-control-next {
  right: 0px;
}

.teacher-carousel #insideCarousel .carousel-control-prev {
  left: 0px;
}

.green-circle {
  height: 200px;
  width: 200px;
}

@media (min-width: 1200px) {
.pl-xl-3 {
    padding-left: 3rem;
}
}

@media (min-width: 992px) {
  .nml-1 {
      margin-left: -1rem;
  }
}

@media (min-width: 1200px) {
  .nml-1 {
      margin-left: 0;
  }
}

.moody-emo-skills {
  margin-top: 8rem;
}

@media (min-width: 992px) {
  .moody-emo-skills {
      margin-top: 4.5rem !important;
  }
}

@media (min-width: 1200px) {
  .moody-emo-skills {
      margin-top: 0 !important;
  }
}

.included-list li {
  font-size: 1.8rem;
}

@media screen and (max-width: 400px) {
  .included-list li {
    font-size: 1.5rem;
  }
}

.included-list p {
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .included-list p {
    font-size: 1.1rem;
  }
}

@media (min-width: 992px) {
  .included-list p {
    max-width: 340px;
  }
}

@media (min-width: 992px) {
  .offset-lg-02 {
    margin-left: 2.88888%;
  }
}

@media (min-width: 992px) {
  .offset-lg-06 {
    margin-left: 6.499995%;
  }
}

.text-magenta {
  color: #B32572;
}

.btn-magenta {
  color: #fff;
  background: #B32572;
}

.btn-magenta:hover, .btn-magenta:active, .btn-magenta:focus {
  color: #fff;
  background: #DB2C8C;
}

.admin-header hr {
  width: 100%;
}

.admin-header a {
  margin: auto 0;
}

.admin-header-inner {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 350px) {
  .admin-header-inner {
    flex-direction: column;
  }
}

.btn-lightblue {
  color: #fff;
  background: #00A8CB;
}

.btn-lightblue:hover, .btn-lightblue:active, .btn-lightblue:focus {
  color: #fff;
  background: #097A96;
}

.admin-buttons {
  display: flex;
  flex-direction: column;
}

.admin-buttons button,
.ph-btn {
  width: 200px;
 }

.admin-buttons button:last-child {
  margin-bottom: 3rem;
  margin-top: 1rem;
}

.btn-warning-upgrade {
  background-color: #f58025;
  border-color: #f58025;
  color: #000;
  opacity: 1 !important;
}

.no-v-align {
  vertical-align: unset !important;
}

.signup-boxes-upgrade {
  border: 3px solid #fff;
  padding: 2rem;
}

.primary-billing-contact ul li label {
  align-items: center;
  display: flex;
}

.primary-billing-contact ul li {
  display: block;
}

.primary-billing-contact ul {
  padding-left: 0;
}

.primary-billing-contact ul li input {
  width: 20px;
  margin-right: 5px;
}

.new-pricing-label {
  font-size: 80%;
}

.text-purple {
  color: #68439a !important;
}

.percent-30-img {
  margin-left: -450px;
  margin-top: -75px;
}

.percent-30-box {
  margin-top: -125px;
}

span.price-slash {
  position: absolute;
  width: 50%;
  z-index: 500;
}

@media screen and (min-width: 475px) {
  .percent-30-img-md {
    margin-top: -20px;
    margin-left: -200px;
  }
}

@media screen and (min-width: 768px) {
  .percent-30-img-md {
    margin-top: -40px;
    margin-left: -200px;
  }
}

@media screen and (max-width: 576px) {
  span.price-slash {
    width: 20%;
  }
}

.percent-30-box-md {
  margin-top: -30px;
}

@media screen and (max-width: 1090px) {
  .bubble-margin-price {
    margin-left: -125px;
  }
}

.confirmation-moody {
  display: block;
  margin: 30px auto 0 auto;
  max-width: 160px;
  position: relative;
  left: -5px;
}

.display-inline-block-form {
  display: inline-block;
}

.display-none-form {
  display: none;
}

.visibility-form {
  visibility: hidden;
}

.border-bottom-dash {
  border-bottom: 1px dashed;
}

.privacy-logo-footer {
  max-width: 75px;
  vertical-align: bottom;
  margin: 5px 0;
}

.display-none {
  display: none;
}

.display-none-important {
  display: none !important;
}

.scientific-study-ul {
  padding-left: 1.2rem;
  font-size: 1.1rem;
}

.no-list {
  list-style-type: none !important;
}

.teacher-nav-pad {
  padding-left: 12px !important;
  padding-right: 127px !important;
}

.classroom-welcome-margin {
  max-width:60px;
  margin:0 1rem 1rem 0;
}


.parents-discount-bubble {
  margin: -200px 13px 1rem auto;
  display: block;
  transform: rotate(15deg);
  max-width: 375px;
  right: 5%;
  position: absolute;
}

.height-parent-bubble {
  height: 0;
}

@media (max-width: 1325px) {
  .parents-discount-bubble {
    max-width: 350px;
    right: 0%;
  }
}

@media (max-width: 1125px) {
  .parents-discount-bubble {
    max-width: 300px;
  }
}

@media (max-width: 768px) {
  .parents-discount-bubble {
    margin: -175px auto 2.5rem auto;
    display: block;
    width: 80%;
    max-width: 400px;
    transform: rotate(0);
    position:unset;
  }
  .height-parent-bubble {
    height: unset;
  }
}

.free-teachers-bubble {
  margin: -175px auto 2.5rem auto;
  width: 80%;
  max-width: unset;
  display: block;
}

@media (max-width: 991px) {
  .mw-md-250 {
    max-width: 250px;
  }
}

.printer-image {
  color: #B32572;
}

a.printer-link:focus i.printer-image {
  color: #0069AA;
}

@media screen and (max-width: 1000px) {
  #dib-template-2 .dib-post-single blockquote {
  width: 100%
  }
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index:2000;
}

.alert-close {
  display: flex;
  justify-content: space-between;
  padding: .5rem 1rem;
}

.gold-star {
  color: #ffd700;
}

.email-referral input {
  width: 100%;
}

.blacked-out {
  filter: grayscale(100%);
}

@media screen and (max-width: 1200px ) {
  .moody-referral {
    max-width: 75px;
  }
}

@media screen and (max-width: 350px ) {
  .moody-referral {
    display: block;
    margin: .5rem auto !important;
  }
}

@media screen and (max-width: 550px) {
  .admin-header-inner {
    flex-direction: column;
  }
}

.email-referral .formField {
  margin-bottom: .5rem;
  text-align: left;
}

.delete-button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.delete-button:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  text-decoration: none;
}

.delete-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.referred_signup_terms_conditions {
  display: flex;
}

.referred_signup_terms_conditions label {
  margin-bottom: 0;
  white-space: normal !important;
}

.referred_signup_terms_conditions input {
  width: 16px !important;
  height: 24px;
  margin-right: .5rem;
}

.modal-header-fix {
  display: flex;
  justify-content: space-between;
  align-content: normal;
}

.modal-header-fix .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    margin: -1rem 0 -1rem auto;
}

.referral-landing {
  max-width: 350px;
  transform: rotate(10deg);
  float: right;
  margin-top: -80px;
}

@media (max-width: 1200px) {
  .referral-landing {
    max-width: 250px;
    margin-right: 20px;
  }
}

@media (max-width: 1000px) {
  .referral-landing {
    margin-top: 0;
  }
}

.signup-modal-body {
  margin: 3rem 0 !important;
}

@media (max-width: 600px) {
  .signup-modal-body .twin-buttons {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .signup-modal-body .twin-buttons a:first-child {
    margin-bottom: 1rem
  }
  .signup-modal-body {
    margin: 1.5rem 0 !important;
  }
}

.border-white {
  border: .5px solid white;
}

.referral-landing-bubble {
  margin: -150px auto 2.5rem auto;
  display: block;
  width: 80%;
  max-width: 325px;
  transform: rotate(10deg);
}

@media (max-width: 450px) {
  .referral-landing-bubble {
    margin-top: -100px;
  }
}

.flex-1 {
  flex: 1;
}

.d-flex {
  display: flex;
}

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

.footer-bottom {
  display: flex;
  justify-content: space-between;
}

.ul-noindent {
  padding-left: 2px;
  list-style-position: inside;
}

.ul-noindent li {
  padding-left: 1.35em;
  text-indent: -1.35em;
}

.bg-lightgrey {
  background-color: #f1f1f2 !important;
}

.skills-check {
  position: absolute;
  top: 60px;
  right: 100px;
}

.p-teachers {
  padding-left: 0rem;
  padding-right: 0rem;
}

@media screen and (min-width: 768px) {
  .p-teachers {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
