@charset "UTF-8";
@font-face {
  font-family: "freestyle_script";
  src: url("/fonts/freescpt-webfont.woff2") format("woff2"), url("/fonts/freescpt-webfont.woff") format("woff"), url("/fonts/freescpt-webfont.tff") format("tff");
  font-weight: normal;
  font-style: normal;
}
/*****-----------------------------------------------*/
/*	Variables
/*****-----------------------------------------------*/
/*$green: #4e8768;*/
/* margins and padding sizes */
/* Example Media Queries */
/*****-----------------------------------------------*/
/*	Mixins
/*****-----------------------------------------------*/
.text-shadow {
  text-shadow: 1px 1px #28282e;
}

/*****-----------------------------------------------*/
/*	Architecture
/*****-----------------------------------------------*/
body {
  margin-top: 0px;
  background: none;
  background-size: cover;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
}

body#page {
  background: #ebebf6 url(/img/global/bg-gradient-v2.jpg) no-repeat top left;
  background-size: cover;
}

body#landing {
  background: url(/img/landing/51A-Entrance-Page-kids-running-hero.jpg) no-repeat;
  background-size: cover;
  color: #ffffff;
}

.landing-page-content-col {
  max-width: 575px;
}

.landing-page-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 100vh;
}
.landing-page-content .landing-logo {
  width: 260px;
}
.landing-page-content h1 {
  font-size: 4rem;
  font-weight: 100;
  color: #ffffff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
}
.landing-page-content .start-here {
  max-width: 230px;
  text-align: center;
}
.landing-page-content .btn-start-here {
  background: #f3f4f6;
  /* mix-blend-mode: overlay; */
  color: #28282e;
  font-weight: 200;
  font-size: 3rem;
  padding: 12px 25px;
  width: 100%;
  text-align: center;
}
.landing-page-content p, .landing-page-content p a {
  color: currentcolor;
}
.landing-page-content .footer-logos {
  display: flex;
}
.landing-page-content .footer-logos .mcac-logo, .landing-page-content .footer-logos .nca-logo {
  width: 80px;
  display: block;
}

.content {
  background-color: #ffffff;
  box-shadow: 0px -11px 20px rgba(0, 0, 0, 0.3) !important;
  height: 100%;
  min-height: 100vh;
}

@media (min-width: 1400px) {
  .container {
    width: 1320px;
  }
}
/* Global Tags
/* --------------------------------------------------*/
h1 {
  color: #e9435e;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 28px;
}

@media (min-width: 992px) {
  .indent-headline {
    margin-left: -33px;
  }
  .extra-margin-heading {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}

h2, h3 {
  color: #2ab0b1;
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

p {
  color: #2a2e2f;
  font-size: 16px;
  line-height: 180%;
}

ul li, ol li {
  margin-bottom: 0.5em;
}

p a, ul a, ol a {
  color: #e9435e;
  text-decoration: underline;
  font-weight: 500;
}

.svg-img-responsive {
  width: 100%;
  height: auto;
}

.svg-responsive-container {
  position: relative;
  height: 0;
  width: 100%;
  padding: 0;
  padding-bottom: 100%;
  /* override this inline for aspect ratio other than square */
}

.svg-responsive {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

/* reusable margins and paddings */
.no-margin {
  margin: 0;
}

.no-margin-top {
  margin-top: 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.mt-xs {
  margin-top: 5px;
}

.mb-xs {
  margin-bottom: 5px;
}

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

.mb-sm {
  margin-bottom: 15px;
}

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

.mr-sm {
  margin-right: 15px;
}

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

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

.mt-lg {
  margin-top: 45px;
}

.mb-lg {
  margin-bottom: 45px;
}

.mt-xl {
  margin-top: 60px;
}

.mb-xl {
  margin-bottom: 60px;
}

/*padding*/
.no-padding {
  padding: 0;
}

.p-xs {
  padding: 5px;
}

.p-sm {
  padding: 15px;
}

.p-md {
  padding: 30px;
}

.p-lg {
  padding: 45px;
}

.pt-xs {
  padding-top: 5px;
}

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

.pt-md {
  padding-top: 30px;
}

.pt-lg {
  padding-top: 45px;
}

.pt-xl {
  padding-top: 60px;
}

.pr-xs {
  padding-right: 5px;
}

.pr-sm {
  padding-right: 15px;
}

.pr-md {
  padding-right: 30px;
}

.pr-lg {
  padding-right: 45px;
}

.pr-xl {
  padding-right: 60px;
}

.pl-xs {
  padding-left: 5px;
}

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

.pl-md {
  padding-left: 30px;
}

.pl-lg {
  padding-left: 45px;
}

.pl-xl {
  padding-left: 60px;
}

.pb-xs {
  padding-bottom: 5px;
}

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

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

.pb-lg {
  padding-bottom: 45px;
}

.pb-xl {
  padding-bottom: 60px;
}

/* Header
/* --------------------------------------------------*/
header {
  position: relative;
}
header .header-border-stripes {
  height: 4px;
  background: #c8c8c8;
}
header .navbar {
  border-radius: 0;
  border: 0;
  height: auto;
  margin: 0;
  min-height: auto;
}
header .navbar .row {
  margin: 0;
}
header .navbar .navbar-collapse {
  background-color: #85a1ac;
  float: none;
}
header .navbar .navbar-main {
  margin-top: 0;
}
header .navbar .navbar-main li {
  font-family: "Raleway", sans-serif;
  font-size: 19px;
  margin-top: 0;
  text-align: right;
}
header .navbar .navbar-main li a {
  color: #28282e;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  text-decoration: none;
  font-weight: 300;
}
header .navbar .navbar-main li a i {
  font-size: 20px;
  opacity: 0;
  transform: translateX(20px);
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
header .navbar .navbar-main li a:hover, header .navbar .navbar-main li a:active {
  background: none;
}
header .navbar .navbar-main li.active a, header .navbar .navbar-main li:hover a {
  color: #ffffff;
}
header .navbar .navbar-main li.active a i, header .navbar .navbar-main li:hover a i {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  header .navbar .navbar-main li.active a i, header .navbar .navbar-main li:hover a i {
    transform: translateX(-5px);
  }
}
header .navbar .navbar-right {
  margin-right: 8px;
  margin-top: 13px;
  text-align: right;
}
header .navbar .navbar-right li {
  float: none;
  color: #625c60;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  font-weight: 300;
}
header .navbar .navbar-right li a {
  display: inline;
  color: #625c60;
  text-decoration: underline;
}
header .navbar .navbar-right li a:hover, header .navbar .navbar-right li a:active {
  background: none;
}
@media (min-width: 768px) {
  header .navbar {
    height: 71px;
  }
  header .navbar .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  header .navbar .navbar-collapse {
    background: none;
    float: left;
  }
  header .navbar .navbar-main li {
    text-align: center;
  }
  header .navbar .navbar-main li a i {
    display: block;
    transform: translateY(20px);
  }
  header .navbar .navbar-main li.active a, header .navbar .navbar-main li:hover a {
    color: #e9435e;
  }
  header .navbar .navbar-main li.active a i, header .navbar .navbar-main li:hover a i {
    transform: translateY(0px);
  }
  header .navbar .navbar-main li:last-child a {
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  header .navbar .row {
    margin: 0;
  }
  header .navbar .navbar-collapse.collapse {
    padding: 0;
  }
  header .navbar .navbar-main {
    margin-left: 40px;
  }
  header .navbar .navbar-main li a {
    padding-left: 30px;
    padding-right: 30px;
  }
  header .navbar .navbar-main li:first-child a {
    padding-left: 10px;
  }
  header .navbar .navbar-right {
    margin-right: 15px;
  }
  header .navbar .navbar-right li {
    font-family: "Raleway", sans-serif;
    font-size: 13px;
  }
}
header .navbar-progress-pie-chart {
  position: absolute;
  top: -36px;
  right: 0;
  height: 36px;
  width: 36px;
  background: rgba(0, 0, 0, 0.2);
  padding: 5px 5px;
}
header .navbar-progress-pie-chart canvas {
  display: block;
  height: 30px;
  width: 30px;
}
header .navbar-progress-pie-chart span {
  color: #85a1ac;
  font-weight: bold;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
@media screen and (min-width: 768px) {
  header .navbar-progress-pie-chart {
    position: static;
    float: right;
    height: 71px;
    width: 110px;
    padding: 6px 10px;
  }
  header .navbar-progress-pie-chart canvas {
    display: block;
    height: 60px;
    width: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  header .navbar-progress-pie-chart {
    margin-right: 15px;
  }
}
header .navbar-settings {
  position: relative;
  float: right;
}
header .navbar-settings .navbar-language-btn {
  background: #c8c8c8;
  color: #ffffff;
  font-size: 26px;
  padding: 0px 7px;
  cursor: pointer;
}
header .navbar-settings .navbar-language-box {
  background: #ffffff;
  border: 1px solid #c8c8c8;
  display: none;
  padding: 8px;
}
@media screen and (min-width: 768px) {
  header .navbar-settings {
    top: 100px;
    position: absolute;
    right: 0;
    z-index: 10;
  }
}
header .navbar-header {
  position: absolute;
  top: -72px;
  right: 0;
  height: 36px;
  width: 36px;
  background: rgba(0, 0, 0, 0.2);
  padding: 5px 5px;
}
header .navbar-header .navbar-toggle {
  color: #e9435e;
  font-size: 0.9em;
  margin: 0;
  padding: 0;
}
header .navbar-header .navbar-toggle .fa {
  background: #e8e8e8;
}
header .navbar-header .navbar-toggle .fa-border {
  border-color: #e9435e;
}

.left-navigation {
  border-right: 0;
  padding-right: 0;
  padding-left: 0;
}
.left-navigation .big-logo {
  display: inline-block;
  width: 22%;
  margin: 5px;
}
.left-navigation .sub-menu {
  list-style: none;
  padding: 0;
  margin: 30px 0 50px;
  font-family: "Oswald", sans-serif;
  font-size: 17px;
  font-weight: 300;
}
.left-navigation .sub-menu li {
  padding: 10px 15px;
  text-transform: capitalize;
  border-bottom: 1px solid #e8e8e8;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.left-navigation .sub-menu li a {
  color: #ffffff;
  display: block;
  text-decoration: none;
}
.left-navigation .sub-menu li a:hover {
  text-decoration: none;
}
.left-navigation .sub-menu li ul {
  display: none;
  padding: 0;
}
.left-navigation .sub-menu li .menu-marker {
  background: url(/img/global/left-navigation-arrow.png) no-repeat right center;
  background-size: contain;
  height: 24px;
  opacity: 0;
  width: 20px;
  position: absolute;
  right: -5px;
}
.left-navigation .sub-menu li i.fa {
  float: right;
}
.left-navigation .sub-menu li i.fa-check {
  display: none;
}
.left-navigation .sub-menu li:hover {
  background: rgba(61, 106, 123, 0.1);
}
.left-navigation .sub-menu li.incomplete {
  color: #c8c8c8;
}
.left-navigation .sub-menu li.completed i.fa-check {
  display: inline-block;
  color: #769e52;
  visibility: visible;
}
.left-navigation .sub-menu li.active {
  background: rgba(61, 106, 123, 0.2);
  background-size: 13px auto;
  font-weight: 700;
}
.left-navigation .sub-menu li.active .menu-marker {
  opacity: 1;
}
.left-navigation .sub-menu li.active a {
  color: #e9435e;
}
.left-navigation .sub-menu li.active ul {
  display: block;
  list-style: none;
  margin-top: 6px;
}
.left-navigation .sub-menu li.active ul li {
  background: none;
  border: none;
  padding-right: 0;
  font-weight: 400;
}
.left-navigation .sub-menu li.active ul li a {
  color: #ffffff;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.left-navigation .sub-menu li.active ul li i.fa-chevron-circle-right {
  font-size: 20px;
  visibility: hidden;
}
.left-navigation .sub-menu li.active ul li:hover a {
  color: #769e52;
  transform: translateX(8px);
}
.left-navigation .sub-menu li.active ul li.active a {
  color: #e9435e;
  font-weight: 700;
  transform: translateX(0px);
}
.left-navigation .sub-menu li.active ul li.active a i {
  visibility: visible;
}

@media (min-width: 768px) {
  .left-navigation {
    border-right: 2px solid #e8e8e8;
    min-height: 100vh;
  }
  .left-navigation .big-logo {
    display: block;
    width: 80%;
    margin: 25px auto;
    max-width: 200px;
  }
  .left-navigation .sub-menu li a {
    color: #28282e;
  }
  .left-navigation .sub-menu li.completed i.fa-check {
    color: #007836;
  }
  .left-navigation .sub-menu li.active a {
    color: #007836;
  }
  .left-navigation .sub-menu li.active ul li a {
    color: #28282e;
  }
  .left-navigation .sub-menu li.active ul li.active a {
    color: #007836;
  }
}
.contentContainer {
  padding-left: 0;
  padding-right: 0;
}

.content-padding {
  padding-right: 15px;
  margin-bottom: 150px;
}

@media (min-width: 992px) {
  .content-padding {
    padding-right: 60px;
  }
}
@media (min-width: 1200px) {
  .content-padding {
    padding-right: 100px;
  }
}
/* Footer
/* --------------------------------------------------*/
footer {
  background: none;
  text-align: left;
  border-top: 2px solid #e8e8e8;
  padding-bottom: 4rem;
  padding-top: 1rem;
}
footer .footer-container {
  position: relative;
  display: flex;
  justify-content: space-between;
}
footer .footer-logos {
  right: 20px;
}
footer .footer-logos .mcac-logo, footer .footer-logos .nca-logo {
  width: 40px;
  display: inline-block;
}
footer nav {
  margin: 0;
  text-align: left;
}
footer nav ul {
  list-style-type: none;
  margin-bottom: 0;
  margin-left: -48px;
}
footer nav ul li {
  display: inline-block;
  padding: 1px 8px;
}
footer nav ul li a {
  color: #c8c8c8;
  font-size: 13px;
}
footer p {
  font-size: 12px;
  color: #c8c8c8;
}

/* Global Components
/* --------------------------------------------------*/
.green {
  color: #007836;
}

.blue {
  color: #85a1ac;
}

.grey {
  color: #c8c8c8;
}

.darkBlue {
  color: #85a1ac;
}

.limeGreen {
  color: #a2c516;
}

.yellow {
  color: #d7c834;
}

.orange {
  color: #e9435e;
}

.greenPastel {
  color: #769e52;
}

.redPastel {
  color: #e9435e;
}

/*** content insert styles ***/
.content-insert {
  margin-bottom: 1em;
  text-align: center;
}
.content-insert img {
  border: 5px solid;
  max-width: 100%;
  height: auto;
}
.content-insert p {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding: 6px 6px;
  line-height: 120%;
}

.content-insert.blue img {
  border-color: #85a1ac;
}
.content-insert.blue p {
  color: #e9435e;
}

.content-insert.orange img {
  border-color: #e9435e;
}
.content-insert.orange p {
  color: #85a1ac;
}

.content-insert.green img {
  border-color: #769e52;
}
.content-insert.green p {
  color: #007836;
}

.content-insert.pull-left {
  margin-right: 10px;
}

.content-insert.pull-right {
  margin-left: 10px;
}

.content-insert.large {
  width: 50%;
}

.content-insert.medium {
  width: 50%;
}

.content-insert.small {
  width: 50%;
}

@media screen and (max-width: 414px) {
  .content-insert.pull-left {
    margin-right: 0px;
  }
  .content-insert.pull-right {
    margin-left: 0px;
  }
  .content-insert.large {
    width: 100%;
  }
  .content-insert.medium {
    width: 100%;
  }
  .content-insert.small {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .content-insert p {
    font-size: 16px;
    padding: 6px 3px;
  }
  .content-insert.pull-left {
    margin-right: 15px;
  }
  .content-insert.pull-right {
    margin-left: 15px;
  }
  .content-insert.large {
    width: 50%;
  }
  .content-insert.medium {
    width: 33%;
  }
  .content-insert.small {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .content-insert p {
    font-size: 18px;
    padding: 6px 6px;
  }
  .content-insert.pull-left {
    margin-right: 40px;
  }
  .content-insert.pull-right {
    margin-left: 40px;
  }
  .content-insert.large {
    width: 50%;
  }
  .content-insert.medium {
    width: 33%;
  }
  .content-insert.small {
    width: 25%;
  }
}
/*** Emphasized Insert styles ***/
.emphasized-insert {
  background: #ffffff;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  font-family: "Arbutus Slab", "Lucida Console", Monaco, serif;
  font-weight: bold;
  font-size: 20px;
  margin: 20px;
  padding: 40px;
  text-align: center;
}
.emphasized-insert div:not(.full-wrap):not(.full) {
  width: 110px;
}
.emphasized-insert div:not(.full-wrap):not(.full) .fa-quote-left, .emphasized-insert div:not(.full-wrap):not(.full) .fa-quote-right {
  color: rgba(255, 255, 255, 0.6);
  color: currentColor;
}
.emphasized-insert div:not(.full-wrap):not(.full) .fa-quote-left {
  text-indent: -25px;
}
.emphasized-insert div:not(.full-wrap):not(.full) .fa-quote-right {
  text-indent: 5px;
}
.emphasized-insert div.large {
  width: 150px !important;
}
.emphasized-insert div.larger {
  width: 190px !important;
}
.emphasized-insert div.full {
  width: 100%;
}
.emphasized-insert div.full .fa-quote-left {
  float: left;
}
.emphasized-insert div.full .fa-quote-right {
  float: right;
}

.emphasized-insert.pull-right {
  margin: 10px 0 20px 20px;
}

.emphasized-insert.pull-left {
  margin: 10px 20px 20px 0;
}

@media screen and (max-width: 414px) {
  .emphasized-insert {
    margin: 1em auto;
  }
  .emphasized-insert div {
    height: auto;
  }
}
@media (max-width: 991px) {
  .emphasized-insert {
    padding: 20px;
  }
}
.emphasized-insert.green {
  border-color: #007836;
  background-color: #769e52;
  color: #ffffff;
}

.emphasized-insert.blue {
  border-color: #85a1ac;
  background-color: #cbe3e4;
  color: #2ab0b1;
}

.content-slide {
  display: none;
}

.blockquote {
  font-style: italic;
  padding: 30px;
  text-indent: -33px;
}

.blockquote:before {
  font-family: "FontAwesome";
  font-size: 1.75em;
  font-style: normal;
  color: rgba(255, 255, 255, 0.5);
  content: "\f024 ";
  vertical-align: top;
}

.special-lookin-parent {
  position: relative;
  margin-left: 5px;
}

.special-lookin {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: absolute;
  cursor: pointer;
  color: #a2c516;
}

.special-lookin:hover {
  font-size: 3em;
  transform: translate(5px, -20px);
}

/***** Buttons *****/
.btn {
  border: none;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  padding: 6px 25px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.btn i {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

a.btn {
  text-decoration: none;
}

.btn-default, .btn-default:hover, .btn-default.active, .btn-default.active:hover, .btn-default:focus {
  background: #2ab0b1;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  padding: 6px 25px;
}
.btn-default .fa-inverse, .btn-default:hover .fa-inverse, .btn-default.active .fa-inverse, .btn-default.active:hover .fa-inverse, .btn-default:focus .fa-inverse {
  color: #007836;
}

.btn-primary {
  background-color: #35558a;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  padding: 6px 25px;
}

.btn-primary:hover {
  background-color: #5960a0;
}
.btn-primary:hover i {
  transform: translate(5px);
}

.btn-info {
  background-color: #2ab0b1;
}
.btn-info:hover {
  background-color: #269696;
}

.btn-inline {
  padding: 1px 4px;
  font-size: 16px;
}

.btn-default:hover, .btn-default.active, .btn-default.active:hover, .btn-default.active:focus {
  background: #85a1ac;
}

.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
  background: #94b694;
}

.btn-next {
  border-radius: 4px;
  background-color: #85a1ac;
  /*
  //arrow style//
  background-image: url(/img/global/btn-next-end-point.png), url(/img/global/btn-next-start-point.png),url(/img/global/btn-next-top.png),url(/img/global/btn-next-bottom.png);
  background-position: right center,  left center, center top, center bottom;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: contain, contain, contain, contain;
  */
  color: #ffffff;
  font-family: "Arbutus Slab", "Lucida Console", Monaco, serif;
  font-size: 20px;
  margin: 30px 0px;
  padding: 10px 35px 10px 35px;
}
.btn-next span {
  font-family: "Oswald", sans-serif;
  font-size: 27px;
}
.btn-next i {
  margin-left: 15px;
  margin-right: 15px;
}

.btn-next:hover, .btn-next:active {
  color: #ffffff;
  transform: scale(1.1, 1.1);
  box-shadow: none;
}

.menu-btn {
  padding: 4px 6px;
  border-radius: 4px;
  background-color: #625c60;
  display: inline-block;
  margin-top: -20px;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  cursor: pointer;
}

.btn.content-slide-toggle:before, .modal-info:before {
  font-family: "FontAwesome";
  content: "\f05a ";
}

.btn.content-slide-toggle:after {
  font-family: "FontAwesome";
  content: " \f0d7";
}

.btn-danger {
  background-color: #e9435e;
  border-color: #d43f3a;
}

/***** File Upload Buttons *****/
.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 999px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}

input[readonly] {
  background-color: white !important;
  cursor: text !important;
}

/***** Honeypots *****/
#honeypotName {
  display: none;
}

/***** Social - Vertically align Facebook and Twitter share buttons *****/
.fb-share-button {
  vertical-align: top !important;
}

.fb_iframe_widget span {
  vertical-align: text-top !important;
  position: relative;
  top: -2px;
}

/*****-----------------------------------------------*/
/*	Pages
/*****-----------------------------------------------*/
/***** Homepage
/*-----------------------------------*/
/***** Registration
/*-----------------------------------*/
.radio {
  margin-top: 0px;
}
.radio label {
  margin-right: 8px;
}

.fields-required {
  color: #e9435e;
}

div.error {
  display: none;
}

.form-group.has-error {
  margin-bottom: 40px;
}
.form-group.has-error input {
  background: rgba(169, 68, 69, 0.1);
}
.form-group.has-error .help-block {
  display: block;
  position: absolute;
  background: #ffffff;
  z-index: 2;
}
.form-group.has-error .help-block:before {
  font-family: "FontAwesome";
  content: "\f071  ";
}

/***** Lesson
/*-----------------------------------*/
.quiz-processing {
  display: none;
}

#popQuizModal .form-group, #lessonTest .form-group {
  border-top: 1px solid #e8e8e8;
  margin-top: 35px;
  padding-top: 35px;
}
#popQuizModal .form-group:first-child, #lessonTest .form-group:first-child {
  border-top: 0px solid #e8e8e8;
  margin-top: 0px;
  padding-top: 20px;
}
#popQuizModal h4, #lessonTest h4 {
  color: #e9435e;
  transform: translateX(0);
}
#popQuizModal .fa-check, #popQuizModal .fa-times, #lessonTest .fa-check, #lessonTest .fa-times {
  display: none;
}
#popQuizModal .answerCorrect, #popQuizModal .answerResponse, #lessonTest .answerCorrect, #lessonTest .answerResponse {
  color: green;
}
#popQuizModal .answerCorrect .fa-check, #popQuizModal .answerResponse .fa-check, #lessonTest .answerCorrect .fa-check, #lessonTest .answerResponse .fa-check {
  display: inline-block;
}
#popQuizModal .answerIncorrect, #lessonTest .answerIncorrect {
  color: red;
}
#popQuizModal .answerIncorrect .fa-times, #lessonTest .answerIncorrect .fa-times {
  display: inline-block;
}
#popQuizModal .answerResponse, #lessonTest .answerResponse {
  display: none;
}
#popQuizModal .lessonSubmitForm, #lessonTest .lessonSubmitForm {
  display: inline-block;
}
#popQuizModal .quizNext, #lessonTest .quizNext {
  display: none;
  margin: 0;
}

#popQuizModal .modal-header {
  background: #a2c516;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  color: #ffffff;
}
#popQuizModal .modal-header h4 {
  font-size: 22px;
}
#popQuizModal .modal-body {
  padding: 15px 15px;
}
@media (min-width: 992px) {
  #popQuizModal .modal-body {
    padding: 15px 55px;
  }
  #popQuizModal .modal-body h4 {
    transform: translateX(-24px);
  }
}
.trainingToggles {
  padding-left: 16px;
  list-style-type: none;
}
.trainingToggles li {
  margin-bottom: 25px;
}
.trainingToggles li span.content-slide-toggle {
  cursor: pointer;
  font-weight: bold;
  text-decoration: underline;
}
.trainingToggles li p {
  line-height: 140%;
}
.trainingToggles li p br {
  margin-bottom: 10px;
}
.trainingToggles li div {
  display: inline-block;
  margin-left: 5px;
}
.trainingToggles li .content-slide {
  display: none;
}
.trainingToggles li .content-slide ul {
  list-style: disc;
}
.trainingToggles li .content-slide ul li {
  margin-bottom: 10px;
}
.trainingToggles li .content-slide ul li:before {
  content: "";
  margin: 0;
}
.trainingToggles li:before {
  font-family: "FontAwesome";
  color: #b2d232;
  content: "\f150  ";
  margin-left: -20px;
  vertical-align: top;
}

/***** Example
/*------------------------------------*/
#after51AFiledChart a {
  text-decoration: none;
}
#after51AFiledChart a:hover {
  text-decoration: none;
}
#after51AFiledChart a:hover g polygon, #after51AFiledChart a:hover g rect, #after51AFiledChart a:hover g path, #after51AFiledChart a:hover g circle, #after51AFiledChart a:hover g ellipse {
  fill: #919191;
}

.history .btn {
  font-size: 16px !important;
  font-family: "Oswald", sans-serif;
}

/***** Print
/*------------------------------------*/
@media print {
  a[href]:after {
    content: none;
  }
}
