* {
  margin: 0px;
  padding: 0px;
  /* This brings padding inside of the box */
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  display: block;
  margin: auto; }



.clear {
  clear: both; }

body {
  background: url("images/body-bg.png");
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 90%; }

.top-bar {
  background: #222;
  padding: 3px 0px; }

.social-container {
  text-align: right; }
  @media screen and (max-width: 600px) {
    .social-container {
      text-align: center; } }

.header {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  height: 250px;
  background: url("images/header-bg.jpg") bottom center no-repeat;
  background-size: 100% auto; }
  @media screen and (max-width: 600px) {
    .header {
      height: 250px;
      background-size: auto 100%; } }

.container {
  max-width: 960px;
  margin: auto;
  position: relative; }

.page-banner {
  max-width: 960px;
  position: relative;
  margin: auto; }
  .page-banner img {
    width: 100%;
    height: auto; }

.page-banner:after {
  content: '';
  background: url("images/banner-shadow.png") top center no-repeat;
  height: 35px;
  position: absolute;
  bottom: -35px;
  width: 100%; }
  @media screen and (max-width: 920px) {
    .page-banner:after {
      display: none; } }

.contact-box {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
  width: 300px;
  top: 20px;
  right: 0px;
  text-align: center;
  color: #222;
  padding: 10px;
  font-size: 80%; }
  .contact-box p {
    color: #fff;
    text-shadow: 1px 1px 1px #222; }
  .contact-box a {
    color: #202020; }
  @media screen and (max-width: 600px) {
    .contact-box {
      top: 150px;
      width: 100%;
      text-align: center; } }

a.get-started {
  font-size: 1.4em;
  padding: 10px 20px;
  background: #fff;
  color: #4c6dc0;
  -webkit-transition: all .10s ease-in-out;
  -moz-transition: all .10s ease-in-out;
  -o-transition: all .10s ease-in-out;
  transition: all .10s ease-in-out; }

a.get-started:hover {
  background: #ffc000;
  color: #fff;
  text-shadow: 1px 1px 1px #7f6000; }

.logo, .adotauth {
  width: 275px;
  top: -40px;
  left: 0px;
  position: absolute; }
  .logo img, .adotauth img {
    width: 100%;
    height: auto; }
  @media screen and (max-width: 600px) {
    .logo .adotauth {
      width: 200px;
      display: block;
      margin: auto;
      left: auto;
      top: -20px;
      position: relative; } }
.adotauth {
  width: 200px;
  left: auto;
  right: 0px;
  top: 0px; }
@media screen and (max-width: 600px) {
  .adotauth {
    width: 125px;
    left: auto;
    right: 0px;
    top: 0px; } }

.slicknav_menu {
  display: none; }
  @media screen and (max-width: 600px) {
    .slicknav_menu {
      display: block; } }

.top-menu {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  background: #3c6276; }
  .top-menu ul {
    padding: 0px;
    margin: 0px; }
  .top-menu li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.15); }
    .top-menu li a {
      display: inline-block;
      *display: inline;
      zoom: 1;
      vertical-align: top;
      padding: 10px;
      color: #fff;
      font-size: 1.1em;
      text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
      -webkit-transition: all .25s ease-in-out;
      -moz-transition: all .25s ease-in-out;
      -o-transition: all .25s ease-in-out;
      transition: all .25s ease-in-out; }
    .top-menu li a:hover {
      color: #ffba00;
      text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.75);
      background: rgba(0, 0, 0, 0.15); }
  .top-menu li:last-child {
    border: none; }
  @media screen and (max-width: 600px) {
    .top-menu {
      display: none; } }

.mid-section {
  background: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 10px 0px;
  padding: 15px 0px; }

.content-right {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 72%;
  margin: 0 0 0 15px; }
  @media screen and (max-width: 600px) {
    .content-right {
      width: 100%; } }

.sidebar {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 24%;
  font-size: 90%; }
  @media screen and (max-width: 600px) {
    .sidebar {
      width: 100%; } }

.sidebar-container {
  background: #faf9f2;
  margin: 10px;
  padding: 0 0 10px 0px;
  border: 1px solid #c8c4b1; }
  .sidebar-container h3 {
    background: #c8c4b1;
    color: #fff;
    padding: 5px 5px 5px 20px;
    display: block;
    width: 100%; }

.content ul {
  margin: 5px 5px 5px 40px;
  padding: 0px; }

.content li {
  list-style-type: disc;
  color: #222;
  padding: 5px; }

.content {
  min-height: 500px;
  margin: 20px 0px;
  padding: 10px 0 20px 0;
  background: #fff;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1); }
  .content a {
    color: #2d70a4;
    text-decoration: none;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    -o-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out; }
  .content a:hover {
    color: #222; }
  .content img {
    max-width: 100%;
    height: auto; }

.footer {
  background: #222;
  border-top: 25px solid rgba(0, 0, 0, 0.4);
  padding: 30px 30px;
  font-size: 90%;
  text-align: center; }
  .footer p {
    color: #c5c5c5;
    padding: 10px; }
  .footer a {
    color: #d1c6a3; }
  .footer a:hover {
    color: #fff; }
  @media screen and (max-width: 600px) {
    .footer {
      text-align: center; } }

.footer-left {
  text-align: left; }
  @media screen and (max-width: 600px) {
    .footer-left {
      text-align: center; } }

.footer-right {
  text-align: right; }
  @media screen and (max-width: 600px) {
    .footer-right {
      text-align: center; } }

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

.one-half {
  width: 49.5%;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top; }
  @media screen and (max-width: 600px) {
    .one-half {
      width: 100%;
      display: block; } }

.two-third {
  width: 65.5%;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top; }
  @media screen and (max-width: 600px) {
    .two-third {
      width: 100%;
      display: block; } }

.one-quarter {
  width: 24.5%;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top; }
  @media screen and (max-width: 600px) {
    .one-quarter {
      width: 100%;
      display: block; } }

.one-third {
  width: 32.5%;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top; }
  @media screen and (max-width: 600px) {
    .one-third {
      width: 100%;
      display: block; } }

a.fancy-button {
  font-size: 1em;
  background: #f1f1f1;
  color: #222;
  border-radius: 5px;
  padding: 8px 12px;
  -webkit-transition: all .10s ease-in-out;
  -moz-transition: all .10s ease-in-out;
  -o-transition: all .10s ease-in-out;
  transition: all .10s ease-in-out;
  text-decoration: none;
  box-shadow: 0px 3px 5px #ccc; }

a.fancy-button:hover {
  background: #efefef;
  color: #2d70a4;
  box-shadow: 0px 1px 1px #222; }

a.signup-button {
  font-size: 1em;
  background: #3c6276;
  color: #fff;
  border-radius: 3px;
  padding: 10px;
  -webkit-transition: all .10s ease-in-out;
  -moz-transition: all .10s ease-in-out;
  -o-transition: all .10s ease-in-out;
  transition: all .10s ease-in-out;
  text-decoration: none; }

a.signup-button:hover {
  background: #c8c4b1;
  color: #fff; }

.shadow {
  box-shadow: 0px 0px 10px #d7d3b4;
  border: 5px solid #fff;
  margin: 15px; }

h1 {
  font-size: 1.8em;
  font-weight: 300;
  color: #4f4f4f;
  padding: 10px 20px; }

h2 {
  font-size: 1.4em;
  font-weight: 400;
  color: #6b0000;
  padding: 10px 20px; }

h3 {
  font-size: 1.2em;
  font-weight: 600;
  color: #000;
  padding: 10px 20px; }

p {
  color: #3f3f3f;
  padding: 10px 20px;
  line-height: 1.5;
  font-size: 1em; }

hr {
  width: 90%;
  margin: 10px auto;
  border-bottom: 1px dotted #cebc9e;
  border-right: none;
  border-left: none;
  border-top: none; }

blockquote {
  border-left: 4px solid #ccc;
  padding: 10px 10px 10px 15px;
  margin: 20px 20px 20px 25px; }
  blockquote p {
    padding: 5px;
    font-size: 1.2em;
    color: #467294;
    font-weight: 300; }

strong {
  font-weight: bold;
  font-weight: 600; }

a {
  text-decoration: none; }

.video-container {
  position: relative;
  width: 90%;
  margin: auto;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.grid, .center-text {
  text-align: center; }

.quote-bubble {
  max-width: 400px;
  float: right;
  position: relative;
  padding: 20px 30px;
  margin: 0;
  color: #000;
  background: #eee;
  border-radius: 10px;
  box-shadow: 1px -1px 1px #b2b2b2;
  color: #555;
  font-size: .8em;
  font-style: italic; }

.quote-bubble:before {
  content: "";
  position: absolute;
  bottom: -30px;
  right: 80px;
  border-width: 0 0 30px 50px;
  border-style: solid;
  border-color: transparent #eee;
  display: block;
  width: 0; }

.quote-bubble:after {
  content: "";
  position: absolute;
  bottom: -30px;
  right: 110px;
  border-width: 0 0 30px 20px;
  border-style: solid;
  border-color: transparent #fff;
  display: block;
  width: 0; }

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

input[type=text],
input[type=url],
input[type=tel],
input[type=number],
input[type=color],
input[type=email],
input[type=password],
textarea {
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 3px;
  padding: 5px;
  font-size: 1em;
  width: 90%; }

input[type=submit] {
  background: #365b73;
  border-radius: 3px;
  padding: 8px 10px;
  color: #fff;
  font-size: .8em;
  -webkit-transition: all .10s ease-in-out;
  -moz-transition: all .10s ease-in-out;
  -o-transition: all .10s ease-in-out;
  transition: all .10s ease-in-out;
  border: none; }

input[type=submit]:hover {
  background: #222; }

table {
  font-size: 1em; }

table td {
  border: 1px solid #ccc;
  padding: 10px; }

.contact-form {
  margin: 10px 20px; }

.login-form {
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 15px;
  margin: 10px 20px;
  border-top: 5px solid #eee;
  width: 75%; }

label {
  color: #505050;
  font-size: .8em;
  display: block;
  padding: 15px 0 0 0; }

.underline {
    text-decoration: underline;
}

/* COMING SOON */
.coming-soon-outer {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.coming-soon-middle {
  display: table-cell;
  vertical-align: middle;
}

.coming-soon-inner {
  margin-left: auto;
  margin-right: auto;
  width: 400px;
}

.coming-soon-inner h1 {
    text-align: center;
}


/*# sourceMappingURL=style.css.map */
ul.nobulletlist > li {
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margins */
}

#license {
  display: none;
}

#register ul li, #message ul li {
  list-style: none;
}

#register input, select {
  width: 100%;
}

.button-gray {
  width: 40%;
  display: block;
  margin: auto;
  background: #365b73;
  border-radius: 3px;
  padding: 8px 10px;
  color: #fff;
  font-size: .8em;
  transition: all .10s ease-in-out;
  border: none;
}

/* lessons.html style for lessons list */
.lessons-format li {
    list-style-type: none;
}

.lesson-description {
    background: #3c6276;
    box-shadow: 0 0 25px rgb(0 0 0 / 45%);
    border-radius: 10px;
    width: 90%;
    padding: 1em;
    margin: 1em;
}

.lesson-description li {
    color: white;
}