/*! Place your custom styles here */

.empty-button {
  border: none;
}

.bg-blue {
  background-color: #0d5cab;
}

.bg--light-blue {
  background-color: #DEEDFD;
}

.bg--grey {
  background-color: #ececec;
}

.nav-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .nav-row {
    display: block;
  }
  .bar-1 .menu-horizontal > li > .dropdown__trigger,
  .bar-1 .menu-horizontal > li > a {
    font-size: 1.21em;
  }
}
.menu-horizontal {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

ul.menu-horizontal {
  list-style: none;
}

.dropdown-profile > li {
  display: block;
}

.dropdown__content {
  text-align: left;
  width: auto;
}

.dropdown-separate {
  border-top: 1px solid #ffffff;
  margin-top: 5px;
  padding-top: 5px;
}
/* Effect 13: three circles */
@media (min-width: 768px) {
  .circle-hover {
    position: relative;
  }

  .circle-hover a {
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
  }

  .circle-hover a::before {
    position: absolute;
    top: 70%;
    left: 50%;
    color: transparent;
    content: '•';
    text-shadow: 0 0 transparent;
    font-size: 1.2em;
    -webkit-transition: text-shadow 0.3s, color 0.3s;
    -moz-transition: text-shadow 0.3s, color 0.3s;
    transition: text-shadow 0.3s, color 0.3s;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
  }

  .circle-hover a:hover::before,
  .circle-hover a:focus::before {
    color: #ffffff;
    text-shadow: 10px 0 #ffffff, -10px 0 #ffffff;
  }
}

@media (min-width: 766px) {
  .circle-hover {
    position: relative;
  }
  .circle-hover a {
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
  }
  .circle-hover a:before {
    position: absolute;
    top: 70%;
    left: 50%;
    color: transparent;
    content: '•';
    text-shadow: 0 0 transparent;
    font-size: 1.2em;
    -webkit-transition: text-shadow 0.3s, color 0.3s;
    -o-transition: text-shadow 0.3s, color 0.3s;
    transition: text-shadow 0.3s, color 0.3s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
  }
  .circle-hover a:focus:before,
  .circle-hover a:hover:before {
    color: #ffffff;
    text-shadow: 10px 0 #ffffff, -10px 0 #ffffff;
  }
}

.btn--white,
.btn--white:visited {
  background: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}

a.btn--white,
a.btn--white:visited {
  color: #0d5cab;
}

.btn--white .btn__text,
.btn--white:visited .btn__text,
.btn--white span {
  color: #0d5cab !important;
}

.btn--white .btn__text i,
.btn--white:visited .btn__text i {
  color: #0d5cab;
}

.btn--white:hover {
  background: #d8d8d8;
}

.btn--white:active {
  background: #ececec;
}

.btn--white .btn__text,
.vid__text,
.btn--primary .btn__text {
  font-size: 1.5em;
  font-weight: 600;
}

.btn--lowercase {
  text-transform: initial;
}
.signup {
  margin-top: 0 !important;
}

.ptb32 {
  padding-bottom: 32px;
}

.pt16,
.ptb32 {
  padding-top: 32px;
}

.top--line {
  border-top: 7px solid #0d5cab;
}

.orange {
  border-color: #ec5b26 !important;
}

p {
  display: block /*!important*/;
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.5em;
}

@font-face {
  font-family: icomoon;
  src: url("/static/fonts/icomoon.06a40ed04283.eot");
  src: url("/static/fonts/icomoon.06a40ed04283.eot") format('embedded-opentype'), url("/static/fonts/icomoon.630433978169.ttf") format('truetype'),
    url("/static/fonts/icomoon.b5c490f9e748.woff") format('woff'), url("/static/fonts/icomoon.b1225cdc55d6.svg") format('svg');
  font-weight: 400;
  font-style: normal;
}

[class*=' moon-'],
[class^='moon-'] {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.moon-circle-o:before {
  content: '\f10c';
}

.moon-circle-thin:before {
  content: '\f1db';
}

.moon-check-circle:before {
  content: '\f058';
}

.moon-times-circle:before {
  content: '\f057';
}

.moon-up:before {
  content: '\1f322';
}

.moon-5x {
  font-size: 5em;
}

.icon-3x {
  font-size: 3em;
}

.back-to-top:hover {
  text-decoration: none;
}

.coming_soon {
  background-color: #ec5b26 !important;
}

.new {
  background-color: #0d5cab !important;
}

/*
.results.true:before {
  content: '\f058';
  color: #009600;
}

.results.false:before,
.results.true:before,
.results.bad_choice:before {
  font-style: normal;
  font-size: 1.7em;
  font-family: icomoon !important;
  height: 32px;
  width: 32px;
  padding-right: 5px;
  white-space: nowrap;
}

.results.false:before {
  content: '\f10c';
  color: #acacac;
}

.results.bad_choice:before {
  content: '\f057';
  font-style: normal;
  font-family: icomoon !important;
  color: #D81E01;
  height: 32px;
  width: 32px;
  padding-right: 5px;
  white-space: nowrap;
}
*/

.new-results {
  font-size: 1.1em;
}

.new-results.results-dot {
  align-items: center;
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  display: flex;
  font-size: 1em;
  height: 1.85714286em;
  justify-content: center;
  margin-right: 20px;
  min-width: 1.85714286em;
  width: 1.85714286em;
}

.new-results.results-dot.true:before,
.new-results.results-dot.bad_choice:before,
.new-results.results-dot.false:before {
  font-family: icomoon !important;
  font-size: calc(1.85714286em + 3px);
}

.new-results.results-dot.true:before {
  content: '\f058';
  color: #009600;
}

.new-results.results-dot.bad_choice:before {
  content: '\f057';
  color: #D81E01;
}

/* .new-results.results-dot.false:before {
  content: '\f10c';
  color: #acacac;
} */

.quiz-separator {
  border-color: #d8d8d8;
}

.quiz-questions {
  display: flex;
  flex-direction: column;
}

p:not(.results).true {
  color: #009600;
}

p:not(.results).false {
  color: #D81E01;
}
/*
.results.bad_choice,
.results.false,
.results.true {
  padding-left: 20px;
}

.quiz-question,
.results {
  font-style: normal;
  font-size: 1.1em;
  vertical-align: top;
} */

body::-webkit-scrollbar {
  width: 1em;
}

.reading-section::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.reading-section::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  height: 10px;
  background-color: #0d5cab;
  outline: 1px solid #0d5cab;
}

@media (min-width: 768px) {
  .class-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 767px) {
  .class-list {
    width: 100%;
  }
  .class-list .card.card-2.text-center {
    margin: 15px;
  }
}

.dropcap {
  background: none repeat scroll 0 0 #ececec;
  border-radius: 4px;
  display: inline-block;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}

.dropcap.dropcap-circle {
  border-radius: 50%;
}

.dropcap.dropcap-large {
  font-size: 44px;
  height: 80px;
  line-height: 80px;
  width: 80px;
}

.dropcap.dropcap-small {
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  margin: 3px 5px -3px 0;
  width: 21px;
}

.dropcap.dropcap-colored {
  background-color: #1abc9c;
  color: #ffffff;
}

.dropcap.dropcap-optional {
  border: 3px solid #acacac;
  background: #ffffff;
  color: #252525;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000000' fill-opacity='0.1' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
}

span.highlight {
  padding: 0 5px;
}

.highlight a {
  color: #4c4c4c;
}

.highlight.highlight-large {
  font-size: 20px;
}

.highlight.highlight-small {
  font-size: 12px;
  padding: 0 7px;
}

.highlight.highlight-colored {
  background-color: #1abc9c;
  color: #ffffff;
}

#quiz {
  display: inline;
}

.result-section {
  display: inline-block;
  margin-left: 25px;
  padding: 10px;
  background-color: #ececec;
}

.quiz > ol,
.results > ol {
}
.quiz > ol li,
.results > ol li {
  color: #252525;
  margin-bottom: 0;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  padding-left: 26px;
  list-style-position: outside;
}

ol > li:before,
ul > li:before {
  display: table-cell;
  counter-increment: mega-step;
}

.reading-section ol,
.reading-section ul {
  font-size: 16px;
  font-weight: 400;
  list-style-position: outside;
}

.reading-section li {
  padding-left: 20px;
  line-height: 1.25em;
  margin-bottom: 10px;
}

.reading-section ul {
  list-style-type: disc;
}

.reading-section ul ul li {
  font-size: 16px;
  font-weight: 400;
  list-style-type: circle;
  padding-left: 40px;
}

a.on_page {
}

.process__item:not(.complete).on_page:after {
  color: #ec5b26;
  border: 4px solid #ec5b26;
}

.jumptarget:before {
  content: '';
  display: block;
  height: 70px;
  margin: -70px 0 0;
}

.back-syllabus,
.indent-25 {
  padding-left: 25px;
}

.back-syllabus {
  font-size: 12px;
  vertical-align: middle;
}

.teaser_text ul {
  list-style: unset;
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.5em;
}

.teaser_text ul li {
  list-style-position: outside;
  padding-bottom: 0.5em;
}

.aligner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .aligner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .aligner-row {
    flex-direction: row;
  }
}

[data-testid='big-play-button__button'] {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAP4AAACiCAYAAABh2nDdAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAulJREFUeNrs3d1tGlEQBtAlSgEpgXSAO8AdxB2QDuwONhWQDpxUAB14OyAdmA5IB+SOvDdCSHnLn/WdI91XP4z1aYY77DIMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAvnc/nQzsrlYCs4JdTOxvVgKzgd7t23qkKZAW/PLezVhnICn43qg7kBb88tbNUJcgKfr/4+6BSkBX8buviD/KCf7bzh8zgd/cqB3nBt/OH0OD3i7+1KkJW8O38ITj4/eJvqaKQFXw7fwgNfvfo4i/PQgleV/D/0J8+tnO3WCy+qXKGN0pAU5/3D3b+Oj5ZHf/SNHf/7yqu45Nj3Y7n/AWfQHXZV4/5bpXCqE/GqH+tLvw+uvjT8cmymrv/Ril0fHI6/qX93P1d/Ak+QcEvx8HO36hPnOXwsvMflULHJ6fjX5oGO38dnzjr4WXn72EfwSdM7fx3XvBp1Cdn1L9m56/jE6jv/D3so+MT1PEv2fnr+ASqC7+Dh30EnzzLefQflcKoT8aof60u/Grnf/Sf1PHJsZpHfzt/wSfMz52/Ugg+WWrk/6oMgk+OL+3c+oLPv/dWCfgLapdfO/29Uuj4ZJjauRF6wSfHpxb4Wys8oz4ZjvNoPymFjk+G/TzaC73gE6Au8B5a4L2Rx6hPCM/h6/iE+dwCfyP0Oj45o73dvOATZBq8XdeoT5S+mxd6HZ8Ax8Ev6Oj4ROm7eaEXfAL0Czyf5436hPCqLB2fMH03L/Q6PiGj/Z3v2ev45Kiwvxd6wSfHg908/KfOv1+97nqlspAT/Ec/aw05wT/5UQvICn6N9kuVhJzgjyoIOcE/+alqyAr+zgUe5AS/uvy9ikFO8O3mISz4W6M95ATfbh7Cgv9kNw9ZwR9VBXKC/+wCD7KCbzcPYcHfqAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAvE4/BBgAB9Vp0xXzB8AAAAAASUVORK5CYII=')
    0 0/100% 100% rgba(130, 171, 210, 0.5) !important;
}

a {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: ink;
}

.errorlist,
.text-danger {
  color: #D81E01 !important;
}

input[type='checkbox'] {
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  -o-appearance: checkbox !important;
  appearance: checkbox !important;
}

input[type='text'],
input[type='email'] {
  width: 100%;
  padding: 10px;
}

textarea {
  padding: 20px;
}

.btn.split-btn,
.btn.split-btn:active,
.btn.split-btn:focus {
  border-radius: 4px;
  color: #03305c;
  font-weight: 400;
  height: 32px;
  line-height: 30px;
  padding: 0 !important;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}

.signup_form .btn.split-btn,
.signup_form .btn.split-btn:active,
.signup_form .btn.split-btn:focus {
  height: 54px;
  line-height: 16px;
}

.btn.split-btn:hover {
  background-color: #1abc9c;
  border-color: #1abc9c;
}

.separator {
  content: '';
  display: inline-block;
  margin: 0;
  height: 30px;
  width: 1px;
  vertical-align: top;
}

.signup_form .separator {
  height: 52px;
}

p.split-btn-name {
  vertical-align: middle;
  font-family: Open Sans, Roboto, Helvetica, Sans-Serif;
  font-size: 1em;
  color: #ffffff;
  padding: 0 12px 1px;
  font-weight: 700;
  display: inline-block !important;
  margin: 0 auto;
}

.signup_form p.split-btn-name {
  font-size: 14px;
  white-space: normal;
  width: 150px;
  padding: 8px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .signup_form p.split-btn-name {
    font-size: 10px;
    white-space: normal;
    width: 70%;
    padding: 5px 12px;
    line-height: normal;
  }
}

.split-btn-icon {
  display: inline-block !important;
  padding: 0 12px;
  text-align: center;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  width: 36px;
}

.signup_form .split-btn-icon {
  font-size: 28px;
  vertical-align: initial;
  padding: 0 0 0 5px;
}

.facebook {
  background-color: #3b5998;
  border-color: #5975ad;
}

.facebook .separator {
  background: #5975ad;
}

.btn.split-btn.facebook.active,
.btn.split-btn.facebook:active,
.btn.split-btn.facebook:focus,
.btn.split-btn.facebook:hover {
  border-color: #3b5998;
  color: #ffffff;
  background-color: #5975ad;
}

.facebook.active .separator,
.facebook:active .separator,
.facebook:focus .separator,
.facebook:hover .separator {
  background: #3b5998;
}

.google {
  background-color: #db3236;
  border-color: #f46f73;
}

.google .separator {
  background: #f46f73;
}

.btn.split-btn.google.active,
.btn.split-btn.google:active,
.btn.split-btn.google:focus,
.btn.split-btn.google:hover {
  border-color: #db3236;
  color: #ffffff;
  background-color: #f46f73;
}

.google.active .separator,
.google:active .separator,
.google:focus .separator,
.google:hover .separator {
  background: #db3236;
}

@media (max-width: 499px) {
  .socialaccount .col-xs-6 {
    width: 100%;
    padding: 0;
  }
  .socialaccount_provider {
    margin-bottom: 20px;
    display: block;
  }
  .row.socialaccount {
    margin: 0;
  }
  .split-btn-name {
    font-size: 12px;
  }
}

a.socialaccount_provider {
  display: flex;
  align-items: center;
}

.divider {
  position: relative;
  overflow: hidden;
  margin: 40px 0 20px;
  color: #d8d8d8;
  width: 100%;
}

.signup_form .divider {
  color: #03305c;
  margin: 10px 0 15px;
}

@media (max-width: 767px) {
  .signup_form .divider {
    margin: 25px 0 20px;
  }
}

.divider.divider-center,
.divider.divider-center.divider-short {
  text-align: center;
}

.divider.divider-center:after {
  left: 50% !important;
  right: 0;
  margin-left: 20px;
}

.divider:before {
  left: -50% !important;
  right: 0;
  margin-left: -20px;
}

.divider i {
  position: relative;
  width: 18px;
  height: 18px;
  line-height: 1;
  font-size: 18px !important;
  text-align: center;
  display: inline-block;
}

.or:before {
  content: 'OR';
}

.divider.divider-center.divider-short:before,
.divider.divider-center:before,
.divider:after {
  content: '';
  position: absolute;
  width: 100%;
  top: 8px;
  left: 30px;
  height: 0;
  border-top: 1px solid #d8d8d8;
}

.signup_form .divider.divider-center.divider-short:before,
.signup_form .divider.divider-center:before,
.signup_form .divider:after {
  border-top: 1px solid #03305c;
}

button.sign-in-button {
  padding: 0 15px;
  height: 32px;
  border-radius: 4px;
  text-transform: uppercase;
  font-family: Open Sans, Roboto, Helvetica, Sans-Serif;
  font-size: 1em;
  text-align: center;
  width: 120px;
  display: block;
}

.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.btn.btn-danger {
  text-transform: uppercase;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #ffffff;
  margin: 30px auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #666666;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #acacac;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

@media (min-width: 768px) {
  form.single-invite button {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .account-tab {
    padding-top: 32px;
  }
}
select {
  border-radius: 0;
  width: 100%;
  height: auto;
  padding: 10px;
}
/* LANDING PAGE STYLES */

section.landing-page-header {
  padding: 60px 0;
}

@media (max-width: 767px) {
  .landing-page-header-container .row {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
  }
}

.landing-page-header .container {
  height: 100%;
}

.landing-page-header-container {
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  section.landing-page-header {
    min-height: 410px;
  }
  .landing-page-header .container {
    min-height: 350px;
  }
}

@media (max-width: 575px) {
  section.landing-page-header {
    overflow: hidden;
  }
  section.landing-page-header .background-image-holder {
    filter: blur(5px);
  }
}

.landing-page-header h1 {
  font-size: 42px;
  word-spacing: 1px;
  text-shadow: 0 0 8px #445c74;
}

.landing-page-header h4 {
  text-shadow: 0 0 8px #445c74;
}

.landing-page-header h1::first-letter {
  text-transform: uppercase;
}

.landing-page-header .pos-bottom {
  position: absolute !important;
  bottom: 5% !important;
}

.landing-page-header .pos-top {
  position: absolute !important;
  top: 5% !important;
}

@media (min-width: 768px) {
  .landing-page-button-row {
    position: absolute;
    bottom: 0;
    right: 15px;
  }
}

.landing-page-button {
  margin-top: 32px;
  float: right;
}

.pt20 {
  padding-top: 20px;
}

.header-cols {
  float: right;
  text-align: end;
  width: 430px;
}

.landing-page-header .background-image-holder {
  background-position: 25% 25% !important;
}

.landing-page-info {
  background-color: #0d5cab;
  padding: 10px;
}

.landing-page-info .info-box {
  width: 100%;
}

.landing-page-info h2 {
  color: #ffffff;
  font-weight: bolder;
  margin-top: 0.78787878787879em;
}

.landing-page-info p {
  color: #ffffff;
  font-size: 19px;
  margin-bottom: 1.85714286em;
}

.landing-page-info .promo .course-card-button p {
  color: #fff;
  margin-bottom: 0;
}

.landing-page-info strong {
  color: #ffffff;
}

.landing-page-info ul {
  color: #ffffff;
  display: table;
  font-size: 19px;
  list-style-type: none;
  line-height: 26px;
  padding-left: 0;
}

.landing-page-info li {
  display: table-row;
}

.landing-page-info li:before {
  color: #ffffff;
  content: '\f058';
  display: table-cell;
  font-family: 'FontAwesome';
  padding-right: 15px;
}

.optional-message-bar-section {
  padding-bottom: 0px;
}

.optional-message-bar {
  background-color: #DEEDFD;
  color: #252525;
  letter-spacing: 2px;
  padding: 10px 0;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
section.landing-page-courses {
  padding-bottom: 0;
}

.landing-page-courses h3 {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin: 15px 0;
  text-align: center;
  font-size: 3.14285714em;
  padding-top: 32px;
}

@media (max-width: 575px) {
  .landing-page-courses h3 {
    margin: 0;
  }
}

.landing-page-courses .card__body {
  border-radius: 0 0 6px 6px;
  border: 1px solid #ececec;
}

.class-box {
  width: 100%;
  border: 1px solid #acacac;
  box-shadow: 0 0 10px #acacac;
  background-color: #ececec;
  margin: 10px 0;
  vertical-align: middle;
}

.teaser-image {
  padding: 0;
  height: 200px;
}

.teaser-image img {
  object-position: left top;
  height: 100%;
  width: 100%;
}

.description-box {
  display: inline-block;
  box-sizing: border-box;
  padding: 20px;
}

.description-box h4 {
  color: #03305c;
  font-weight: 600;
}

.class-short-description {
  font-family: Montserrat;
  font-size: 14px;
  color: #4c4c4c;
}

@media (max-width: 575px) {
  .landing-page-header h1 {
    font-size: 32px;
    word-spacing: normal;
  }
  .landing-page-header h4 {
    font-size: 14px;
  }
  .header-cols {
    width: 100%;
    max-width: 350px;
  }
  .landing-page-info .row {
    margin-left: 0;
    margin-right: 0;
  }
  .landing-page-info .info-box p {
    font-size: 16px;
  }
  .landing-page-info .info-box li {
    font-size: 16px;
  }
  .landing-page-header .btn.btn--lg.btn--white {
    padding: 6px 18px;
  }
  .landing-page-header .btn__text {
    font-size: 15px;
  }
}
/* END LANDING PAGE STYLES */

/* WEBINAR LANDING PAGE STYLES */

section.landing-page-header-webinar {
  display: flex;
  align-items: center;
  height: 350px;
  max-height: 350px;
  background-color: #95B8DA;
  padding: 0 10px;
  position: relative;
}

.landing-page-header-webinar .col-xs-6 {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.webinar-image-box {
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
}

.webinar-image-box img {
  height: 350px;
  object-fit: cover;
  object-position: center;
}

.webinar-text-box h2 {
  color: white;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
}

.webinar-text-box h2 strong {
  font-weight: bolder
}

.webinar-text-box div {
  color: white;
  font-size: 1.2em;
}

.landing-page-info.webinar {
  background-color: white;
}

.landing-page-info.webinar h2,
.landing-page-info.webinar p,
.landing-page-info.webinar strong,
.landing-page-info.webinar ul,
.landing-page-info.webinar li,
.landing-page-info.webinar li:before {
  color: #4a4a4a;
}

.landing-page-info.webinar .info-text p {
  font-size: 1em;
}

@media (max-width: 767px) {
  section.landing-page-header-webinar {
    padding: 0;
    flex-direction: column;
    height: unset;
    max-height: unset;
  }

  .webinar-image-box {
    height: 350px;
    width: unset;
    position: unset;
  }

  .webinar-image-box img {
    height: 100%;
    width: 100%;
  }

  .landing-page-header-webinar .container {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .webinar-text-box h2 {
    font-size: 24px;
  }

  .webinar .info-box button {
    margin-top: 0;
    margin-bottom: 0;
  }

  .webinar-dates {
    padding-bottom: 24px;
  }

  .webinar-preview {
    min-width: 350px;
    padding-top: 24px;
  }
}

@media (max-width: 575px) {
  .landing-page-header-webinar .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 768px) {
  .webinar .info-box button {
    margin-top: 0;
  }

  .webinar .container .info-box {
    display: flex;
    align-items: flex-start;
  }
}

@media (min-width: 1086px) {
  .webinar-image-box {
    width: unset;
  }
}

@media (min-width: 1441px) {
  .webinar-image-box {
    width: 50%;
  }
}

@media (max-width: 450px) {
  .webinar-dates {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

section.boostrap-testing {
  background-color: yellow;
}
.boostrap-testing .div-testing {
  border: 2px solid black;
}

/* END WEBINAR LANDING PAGE STYLES */

.feature-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.feature-2 i {
  flex: 1;
  padding-right: 1.23809524em;
}

.white-circle {
  display: block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid white;
  color: white;
  text-align: center;
  font-size: 3.2em;
  font-style: initial;
}

.seat_text,
.price-text {
  min-height: initial !important;
}
.seat_text {
  font-size: 24px;
}
.price_text {
  font-size: 36px;
  font-weight: bold;
}

.blue-left-line {
  border-left: 5px solid #0d5cab;
}

.blue--text h1,
.blue--text .btn__text {
  color: #0d5cab !important;
}

.blue--text a {
  color: #0d5cab !important;
  text-decoration: underline;
}
.blue--text .btn__text {
  font-size: 1.7em;
}

input[type='range'].grey-slider {
  -webkit-appearance: none;
  width: 100%;
  margin: 0.2px 0;
}
input[type='range'].grey-slider:focus {
  outline: none;
}
input[type='range'].grey-slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 25.6px;
  cursor: pointer;
  box-shadow: 1px 1px 0.7px rgba(255, 255, 255, 0.88), 0px 0px 1px rgba(255, 255, 255, 0.88);
  background: #d8d8d8;
  border-radius: 0px;
  border: 0px solid #d8d8d8;
}
input[type='range'].grey-slider::-webkit-slider-thumb {
  box-shadow: 0px 0px 1px #670000, 0px 0px 0px #810000;
  border: 0px solid #0d5cab;
  height: 26px;
  width: 15px;
  border-radius: 0px;
  background: rgba(13, 92, 171, 0.93);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -0.2px;
}
input[type='range'].grey-slider:focus::-webkit-slider-runnable-track {
  background: #ececec;
}
input[type='range'].grey-slider::-moz-range-track {
  width: 100%;
  height: 25.6px;
  cursor: pointer;
  box-shadow: 1px 1px 0.7px rgba(255, 255, 255, 0.88), 0px 0px 1px rgba(255, 255, 255, 0.88);
  background: #d8d8d8;
  border-radius: 0px;
  border: 0px solid #d8d8d8;
}
input[type='range'].grey-slider::-moz-range-thumb {
  box-shadow: 0px 0px 1px #670000, 0px 0px 0px #810000;
  border: 0px solid #0d5cab;
  height: 26px;
  width: 15px;
  border-radius: 0px;
  background: rgba(13, 92, 171, 0.93);
  cursor: pointer;
}
input[type='range'].grey-slider::-ms-track {
  width: 100%;
  height: 25.6px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type='range'].grey-slider::-ms-fill-lower {
  background: #acacac;
  border: 0px solid #d8d8d8;
  border-radius: 0px;
  box-shadow: 1px 1px 0.7px rgba(255, 255, 255, 0.88), 0px 0px 1px rgba(255, 255, 255, 0.88);
}
input[type='range'].grey-slider::-ms-fill-upper {
  background: #d8d8d8;
  border: 0px solid #d8d8d8;
  border-radius: 0px;
  box-shadow: 1px 1px 0.7px rgba(255, 255, 255, 0.88), 0px 0px 1px rgba(255, 255, 255, 0.88);
}
input[type='range'].grey-slider::-ms-thumb {
  box-shadow: 0px 0px 1px #670000, 0px 0px 0px #810000;
  border: 0px solid #0d5cab;
  height: 26px;
  width: 15px;
  border-radius: 0px;
  background: rgba(13, 92, 171, 0.93);
  cursor: pointer;
  height: 25.6px;
}
input[type='range'].grey-slider:focus::-ms-fill-lower {
  background: #d8d8d8;
}
input[type='range'].grey-slider:focus::-ms-fill-upper {
  background: #ececec;
}
.vertical-line:before {
  position: absolute;
  height: 100%;
  left: -5%;
  content: ' ';
  border-left: 2px solid #252525;
}

.cohort-panel-vertical {
  padding-left: 0;
}

div.sign-up-team {
  margin-bottom: 1.36842105263158em;
}

.sign-up-team div {
  display: flex;
  justify-content: space-between;
}

.sign-up-team a {
  width: 45%;
}

@media (max-width: 991px) {
  .sign-up-team div {
    justify-content: space-evenly;
    flex-wrap: wrap;
  }

  .sign-up-team a.btn.btn--primary {
    margin: 0 0.68421052631579em 1.36842105263158em !important;
    min-width: 185px;
    width: 33%;
  }
}

@media (max-width: 446px) {
  .sign-up-team a.btn.btn--primary {
    width: 60%;
  }
}

@media (min-width: 768px) {
  .fat-gutters {
    display: flex;
    flex-direction: column;
    padding-left: 45px;
    padding-right: 45px;
  }
}

.radius-6 {
  border-radius: 6px;
  margin-bottom: 1.36842105263158em !important;
}

.flex-grow-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
}

.align-bottom {
  margin-top: auto;
  margin-bottom: 1.36842105263158em;
}

.border-bottom {
  border-bottom: 1px solid #ececec;
  margin-bottom: 16px;
}

.cart-box {
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  margin-bottom: 16px;
  padding: 16px;
}

.cart-box h3 {
  border-bottom: 3px solid #d8d8d8;
}

.cart-box li {
  list-style: none;
}

.cart-box .row {
  margin-bottom: 16px;
}

.cart-box p {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 12px;
}

.not-input {
  padding: 0 !important;
  border: none !important;
  background: none !important;
}
.profile-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* Course Cards */

.card.card-2.text-center {
  border-radius: 6px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  margin: 0 15px;
  padding: 0;
  transition: all 0.25s ease-out;
}

.card.card-2.text-center:hover {
  box-shadow: 0 0 10px 0 #666666;
}

.card.card-2.text-center .card__top {
  flex: 0 1 auto;
}

.course-card-button {
  align-items: center;
  background-color: #0d5cab;
  border: 2px solid #ffffff;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  font-weight: 600;
  justify-content: center;
  min-height: 56px;
  padding: 1em;
  transition: background-color 0.25s ease-out;
  width: 100%;
}

.card.card-2.text-center:hover .course-card-button {
  background-color: #043361;
  text-decoration: none;
}

.course-card-button.soon {
  background-color: #666666;
  cursor: default;
}

.card.card-2.text-center:hover .course-card-button.soon {
  background-color: #4c4c4c;
}

.course-card-button p {
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
}

.course-card-button i {
  color: #ffffff;
  padding-right: 14px;
}

.card__body h4 {
  color: #03305c;
  font-size: 1.4em;
  font-weight: 600;
}

.card__body h3 {
  color: #666666;
  font-size: 2.25em;
  font-weight: 600;
  margin-bottom: 0;
}

.card__top img.soon {
  /* filter: grayscale(100%); */
}

.course-overlay-image {
  margin-bottom: 0;
}

/* Promo Course Cards */

.promo-class-list {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 575px) {
  .promo.card.card-2.text-center {
    margin: 15px 0;
  }
  .promo .card__body .row div {
    padding: 0;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .promo.card.card-2.text-center {
    width: calc(50% - 30px);
    margin: 15px;
  }
}

@media (min-width: 992px) {
  .promo.card.card-2.text-center {
    width: calc(25% - 30px);
  }
}



/* end Promo Course Cards */

.course-overlay-label-bar {
  background-color: #0d5cab;
  bottom: 0;
  padding: 5px 15px;
  position: absolute;
}

.completed .course-overlay-label-bar {
  background-color: #1abc9c;
}

.registered .course-overlay-label-bar {
  background-color: #57a2cb;
}

.course-overlay-label-bar-text {
  color: #ffffff;
  text-transform: uppercase;
}

.pricing.paid {
  color: #666666;
  font-weight: normal;
}

.aqua-text,
.aqua-text a {
  color: #1abc9c;
  font-weight: bold;
}

.aqua-text a:hover {
  color: #008969;
}

.unadorned {
  list-style: none;
}

.gif-container {
  display: flex;
  justify-content: center;
}

.gif-demo {
  max-height: calc(0.6 * (100vh - 75px));
}

.faq-row {
  margin-bottom: 4em !important;
}

.faq-answer {
  margin-bottom: 2em;
  padding-bottom: 2em;
}

.faq-topic {
  font-weight: 700;
}

h3.faq-topic {
  margin-bottom: 15px;
}

h3.faq-topic a {
  color: #0d5cab;
}

.faq-answer:not(:last-child) {
  border-bottom: 1px solid #ececec;
}

section.pd3em {
  padding: 3em 0 !important;
}

.info-banner {
  border-radius: 6px;
  border: 1px solid #0d5cab;
  background: #DEEDFD;
  padding: 1em;
  margin-bottom: 26px;
  text-align: center;
}

.info-banner h3 {
  margin-bottom: 1em;
}

.info-banner h5 {
  margin-bottom: 0;
}

.testimonial {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}

.testimonial-div {
}

.testimonial-item {
  flex: 1;
  display: flex !important;
  height: 100%;
}

.testimonial-active {
  transition: all 0.4s ease-in-out 0s;
}
.testimonial-quote,
.testimonial-person {
  padding: 32px;
}
.testimonial-quote {
  flex-grow: 1;
  background-color: #ffffff;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: #0000;
  border: 0;
  outline: none;
  background: #0000;
}

.slick-dots li button:before {
  color: #ffffff;
  font-family: 'slick';
  font-size: 30px;
  line-height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

.carousel-bg {
  background: url("../images/testimonial.c8f6a2ded2b3.JPG") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #0000;
  border: none;
  outline: none;
  background: #0000;
}
.slick-next {
  right: -25px;
}
.slick-next:before {
  content: '';
  position: absolute;
  height: 45px;
  width: 45px;
  color: white;
}
.slick-prev:before {
  content: ""
  position: absolute;
  height: 45px;
  width: 45px;
  color: white;
  transform: rotateY(180deg);
}
.slick-next:before,
.slick-prev:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -55px;
}
.testimonial-circle-quote {
  font-family: 'Andale Mono';
  top: -25px;
  right: 10px;
  position: absolute;
  border-radius: 50%;
  font-size: 90px;
  height: 50px;
  width: 50px;
  padding-top: 35px;
  color: #acacac;
  background-color: #ececec;
}
.testimonial-person {
  position: relative;
  background-color: #043361;
  color: #ffffff;
}

/* New Navbar stylings */
.backdrop-toggle {
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1000;
}

.newnavbar {
  background: #0d5cab;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 299;
  height: 75px;
  display: flex;
  align-items: center;
}

.newnavbar > div.container {
  display: flex;
  align-items: center;
}

.newnavbar-logo {
  margin-right: auto;
}
.newnavbar-logo img {
  height: 45px;
  min-width: 164.625px;
}

ul.newnavbar-items {
  font-size: 1em;
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0 15px;
  margin-bottom: 0;
}

a.newnavbar-hamburger {
  align-items: center;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  text-decoration: none;
}

@media (max-width: 767px) {
  .newnavbar > div.container {
    width: 100%;
  }
  ul.newnavbar-items {
    display: none;
  }
  a.newnavbar-hamburger {
    display: flex;
  }
}

@media (min-width: 768px) {
  ul.newnavbar-items {
    display: flex;
  }
  a.newnavbar-hamburger {
    display: none;
  }
}

.newnavbar-items > li {
  margin-left: 1em;
  margin-right: 1.2em;
}

.newnavbar-items li a,
.newnavbar-items li span {
  font-size: 1em;
  line-height: 2.16em;
  text-transform: uppercase;
  font-weight: 600 !important;
  letter-spacing: 0.5px;
  color: #ffffff;
}

li.newnavbar-dropdown span {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.nav-container {
  margin-bottom: 75px;
}

.newnavbar-dropdown__trigger:after {
  bottom: 0;
  content: '\e80a';
  display: inline-block;
  font-family: stack-interface;
  font-size: 8px;
  margin-left: 4px;
  position: relative;
}

.newnavbar-dropdown__container {
  background: #0d5cab;
  position: absolute;
  top: 87px;
  border-radius: 6px;
  padding: 1em 1em 1em 0;
  transition: 0.3s ease;
  opacity: 0;
  pointer-events: none;
  z-index: 1001;
}

.newnavbar-dropdown__container.active {
  opacity: 1;
  pointer-events: all;
}

ul.newnavbar-dropdown-items {
  list-style: none;
  font-size: 1em;
  cursor: pointer;
}
.newnavbar-hamburger-dropdown__container {
  background: #0d5cab;
  border-radius: 6px;
  max-width: calc(100% - 24px);
  min-width: 50%;
  position: absolute;
  right: 12px;
  top: 87px;
  transition: 0.3s ease;
  opacity: 0;
  pointer-events: none;
  z-index: 1001;
}

.newnavbar-hamburger-dropdown__container.active {
  opacity: 1;
  pointer-events: all;
}

.newnavbar-hamburger-items {
  list-style: none;
  padding: 1em 2em 1em 0;
}

.newnavbar-hamburger-items li a {
  font-size: 1em;
  line-height: 2.16em;
  text-transform: uppercase;
  font-weight: 600 !important;
  letter-spacing: 0.5px;
  color: #ffffff;
}

/* Course Registration Buttons  */
.course-sticky-price-container {
  background: #ffffff;
  padding-top: 17px;
  padding-bottom: 17px;
  z-index: 2;
}

.course-sticky-price-container.fixed {
  background: #ffffff;
  position: fixed;
  top: 75px;
  left: 0;
  width: 100%;
  z-index: 298;
  box-shadow: 0 3px 10px #acacac;
}

.sticky-price span.sm-view {
  display: none;
}

@media (max-width: 767px) {
  .sticky-price {
    align-items: center;
    display: flex;
    justify-content: space-around;
    text-transform: uppercase;
  }
}

@media (max-width: 525px) {
  .sticky-price span.sm-view {
    display: block;
  }

  .sticky-price span.lg-view {
    display: none;
  }

  .sticky-price div:first-child {
  }

  .sticky-price div {
    max-width: calc(1 / 3 * 100%);
  }

  .course-registration-btn i {
    padding-right: 5px;
  }

  .course-sticky-price-container {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.course-registration-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
}

.fixed .course-registration-btn {
  background: #1abc9c;
  border-color: #1abc9c;
  transition: 0.2s ease;
}

.fixed .course-registration-btn:hover {
  background: #4defcf;
}

table.table.table-striped td {
  vertical-align: middle;
}

table.table.table-striped tr td:not(:first-child) {
  text-align: center;
}

table.table.table-striped th {
  vertical-align: top;
}

thead.my-menu-items {
  background-color: #eef5fc;
}

thead.my-menu-items th {
  border-radius: 6px;
  border: 1px transparent;
}

.btn--neutral {
  background: #6c757d;
  border-color: #6c757d;
  color: #fff;
  text-transform: uppercase;
}

.btn--neutral:hover {
  background-color: #5a6268;
  border-color: #545b62;
  color: #fff;
}

#hijacked-warning {
  margin: 75px 0 0;
  border: none;
  border-radius: unset;
}

.clean-link {
  text-decoration: none;
}

.clean-link:hover {
  text-decoration: underline;
}

.promo-landing-page-button {
  padding-left: 15px;
}

/* Alert Messages Start */

#alert {
  position: fixed;
  z-index: 3;
  left: 50%;
}

@media (max-width: 767px) {
  #alert {
    width: 97.5%;
    margin-left: calc(97.5% / 2 * -1);
  }
}

@media (min-width: 768px) {
  #alert {
    margin-left: -375px;
  }
}

@media (min-width: 992px) {
  #alert {
    margin-left: -485px;
  }
}

@media (min-width: 1200px) {
  #alert {
    margin-left: -585px;
  }
}
/* Alert Messages End   */
