@charset "UTF-8";
img,
iframe {
  max-width: 100%;
}

.module-is-hidden {
  display: none !important;
}

.margin-top-small {
  margin-top: 8px;
}

.margin-top-medium {
  margin-top: 16px;
}

.margin-top-large {
  margin-top: 24px;
}

.margin-top-xlarge {
  margin-top: 32px;
}

.margin-top-2xlarge {
  margin-top: 40px;
}

.margin-top-3xlarge {
  margin-top: 60px;
}

.margin-top-4xlarge {
  margin-top: 80px;
}

.margin-top-5xlarge {
  margin-top: 100px;
}

.margin-bottom-small {
  margin-bottom: 8px;
}

.margin-bottom-medium {
  margin-bottom: 16px;
}

.margin-bottom-large {
  margin-bottom: 24px;
}

.margin-bottom-xlarge {
  margin-bottom: 32px;
}

.margin-bottom-2xlarge {
  margin-bottom: 40px;
}

.margin-bottom-3xlarge {
  margin-bottom: 60px;
}

.margin-bottom-4xlarge {
  margin-bottom: 80px;
}

.margin-bottom-5xlarge {
  margin-bottom: 100px;
}

.padding-top-small {
  padding-top: 8px;
}

.padding-top-medium {
  padding-top: 16px;
}

.padding-top-large {
  padding-top: 24px;
}

.padding-top-xlarge {
  padding-top: 32px;
}

.padding-top-2xlarge {
  padding-top: 40px;
}

.padding-top-3xlarge {
  padding-top: 60px;
}

.padding-top-4xlarge {
  padding-top: 80px;
}

.padding-top-5xlarge {
  padding-top: 100px;
}

.padding-bottom-small {
  padding-bottom: 8px;
}

.padding-bottom-medium {
  padding-bottom: 16px;
}

.padding-bottom-large {
  padding-bottom: 24px;
}

.padding-bottom-xlarge {
  padding-bottom: 32px;
}

.padding-bottom-2xlarge {
  padding-bottom: 40px;
}

.padding-bottom-3xlarge {
  padding-bottom: 60px;
}

.padding-bottom-4xlarge {
  padding-bottom: 80px;
}

.padding-bottom-5xlarge {
  padding-bottom: 100px;
}

.image-wrapper {
  position: relative;
}
.image-wrapper .dots-bottom-left {
  position: absolute;
  left: 15px;
  bottom: 15px;
  z-index: -1;
}

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

.list-no-indent {
  margin-left: 0;
  padding-left: 0;
}

.list-icon-bullets li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 25px;
}
.list-icon-bullets li i {
  position: absolute;
  left: 0;
  top: 4px;
}
.list-icon-bullets--tight-spacing li {
  margin-bottom: 17px;
}

.content-icon-bullets ul {
  margin: 0;
  padding: 0;
}
.content-icon-bullets li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  list-style-type: none;
}
.content-icon-bullets li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: inline-block;
  font-family: "FontAwesome";
}

.justify-content-center {
  display: flex;
  justify-content: center !important;
}

.justify-content-flex-start {
  display: flex;
  justify-content: flex-end !important;
}

.justify-content-flex-end {
  display: flex;
  justify-content: flex-end !important;
}

.justify-content-vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center !important;
}

.up-row > [class^=up-col].col-left-indent {
  padding-left: 42px;
}
@media screen and (max-width: 990px) {
  .up-row > [class^=up-col].col-left-indent {
    padding-left: 20px;
  }
}

.clip-image-wrap--narrow {
  padding: 0 20px;
}
.clip-image-wrap .clip-top-dots {
  position: absolute;
  top: -10px;
  left: -15px;
  z-index: -1;
  right: 0;
}
.clip-image-wrap .clip-bottom-dots {
  position: absolute;
  bottom: -5px;
  left: 50%;
  z-index: -1;
}

.page-template-new h2 {
  font-size: 44px;
  font-weight: 900;
  line-height: 1.2;
}
.page-template-new h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
}
.page-template-new h3.text-bold {
  font-weight: 900;
}
.page-template-new h4 {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
  margin: 0;
}

.italic {
  font-style: italic;
}

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

.text-centered {
  text-align: center;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-small-underline {
  position: relative;
  margin-bottom: 25px;
}
.text-small-underline::after {
  height: 1px;
  width: 80px;
  background: #242021;
  content: "";
  position: absolute;
  display: block;
  bottom: -15px;
}

.font-size-base {
  font-size: 16px;
}

.font-size-lg {
  font-size: 18px;
}

.font-size-xlg {
  font-size: 22px;
}

.blob-background {
  padding: 50px 0;
  min-height: 600px;
  background-image: url("../images/blob-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.featured-background {
  background: white;
  padding: 30px 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.125);
}
.featured-background--no-shadow {
  box-shadow: none;
}

.page-template-new {
  background: white;
}

@media screen and (max-width: 990px) {
  .up-row .up-col-3,
.up-row .up-col-4,
.up-row .up-col-5,
.up-row .up-col-6,
.up-row .up-col-7,
.up-row .up-col-8,
.up-row .up-col-9,
.up-row .up-col-10,
.up-row .up-col-11,
.up-row .up-col-12 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.header--alt .header-inner {
  justify-content: center;
  padding: 15px 0;
}

#colophon.footer.footer--alt {
  margin-top: 60px;
  background: #006eb3;
  background: linear-gradient(90deg, #242021 0%, #093559 100%);
}
#colophon.footer.footer--alt .footer-widget-title {
  text-align: center;
}

.banner-caption .btn-section a:last-of-type {
  margin-right: 0;
}

.btn,
.btn-typ1 {
  cursor: pointer;
}

@media screen and (max-width: 766px) {
  .hero .up-row {
    flex-direction: column;
  }
  .hero .up-col-6 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hero .btn-typ1 {
    min-width: 0;
  }
}

.blob-background .banner-caption {
  margin-right: 0;
  margin-bottom: 0;
  padding-bottom: 25px;
}
.banner-caption .subtext {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  max-width: 280px;
  width: 100%;
  margin-top: 10px;
}
.banner-caption .subtext a {
  text-decoration: underline;
  color: #242021;
}

.text-centered .banner-caption .title:after {
  margin: 0 auto 20px;
}

.logo-band {
  margin-top: 30px;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.logo-band div {
  width: calc(25% - 20px);
}
@media screen and (max-width: 766px) {
  .logo-band div {
    width: calc(50% - 20px);
    margin-bottom: 30px;
  }
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal {
  z-index: 9999 !important;
  font-family: "Varela Round";
}
.modal iframe {
  margin: 0 auto !important;
}

.badge-wrap {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.badge-wrap .badge {
  background: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin: 0 15px 30px;
  padding: 20px;
}
.badge-wrap .badge img {
  max-width: 100%;
}

.numbers-section {
  box-shadow: 0 -10px 12px rgba(0, 0, 0, 0.05);
  padding: 40px 0;
}

.numbers-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.numbers-wrap .number-block {
  padding: 0 20px;
  text-align: center;
  flex: 1;
}
@media screen and (max-width: 990px) {
  .numbers-wrap .number-block {
    width: 50%;
    margin-bottom: 40px;
    flex: auto;
  }
}
@media screen and (max-width: 479px) {
  .numbers-wrap .number-block {
    width: 100%;
  }
}
.numbers-wrap .number {
  font-weight: 900;
  font-size: 28px;
}
.numbers-wrap .number-info {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.instructor-card-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 80px;
}

.instructor-card {
  margin-bottom: 40px;
  width: 25%;
  padding: 0 15px;
}
@media screen and (max-width: 990px) {
  .instructor-card {
    width: 50%;
  }
}
@media screen and (max-width: 479px) {
  .instructor-card {
    width: 100%;
    padding: 0;
  }
}
.instructor-card__image {
  border-radius: 5px;
  box-shadow: 0 -3px 8px rgba(0, 0, 0, 0.05);
  text-align: center;
}
.instructor-card__image img {
  height: 205px;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  border-radius: 5px;
  object-fit: cover;
  object-position: center top;
}
.instructor-card__name h3 {
  font-weight: 900;
  margin-top: 18px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 3px;
  line-height: 1.1;
  font-size: 22px;
  text-transform: uppercase;
}
.instructor-card__nickname {
  font-style: italic;
  font-size: 18px;
  margin-bottom: 25px;
  position: relative;
}
.instructor-card__nickname:after {
  background: #242021;
  width: 70px;
  height: 1px;
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
}
.instructor-card__text {
  padding-top: 20px;
}
.instructor-card__text ul,
.instructor-card__text ol {
  margin: 0 0 25px 0;
  padding: 0;
}
.instructor-card__credentials {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
}
.instructor-card__link {
  margin-top: 15px;
}
.instructor-card__link a {
  font-style: 18px;
  color: #242021;
}
.instructor-card__link a i {
  position: relative;
  top: 1px;
}

.image-grid-slider .slick-dots {
  bottom: -55px;
}
.image-grid-slider.slick-slider span.slick-arrow.slicknext {
  right: -20px;
}
.image-grid-slider.slick-slider span.slick-arrow.slickprev {
  left: -20px;
}

.image-grid-slide-inner {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  grid-template-rows: auto;
  grid-gap: 30px;
  grid-template-areas: "left-1 middle right-1" "left-2 middle right-2 ";
}
@media screen and (max-width: 766px) {
  .image-grid-slide-inner {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "middle middle" "left-1 left-2" "right-1 right-2";
  }
}
.image-grid-slide-inner .item-1 {
  grid-area: left-1;
}
.image-grid-slide-inner .item-1 img {
  height: 155px;
}
.image-grid-slide-inner .item-2 {
  grid-area: left-2;
}
.image-grid-slide-inner .item-2 img {
  height: 155px;
}
.image-grid-slide-inner .item-3 {
  grid-area: middle;
}
.image-grid-slide-inner .item-3 img {
  height: 340px;
}
.image-grid-slide-inner .item-4 {
  grid-area: right-1;
}
.image-grid-slide-inner .item-4 img {
  height: 155px;
}
.image-grid-slide-inner .item-5 {
  grid-area: right-2;
}
.image-grid-slide-inner .item-5 img {
  height: 155px;
}
.image-grid-slide-inner img {
  border-radius: 5px;
  width: 100%;
  object-fit: cover;
}

.featured-course-slider {
  position: relative;
  background: white;
  border-radius: 4px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1198px) {
  .featured-course-slider {
    margin: 40px;
  }
}
@media screen and (max-width: 766px) {
  .featured-course-slider {
    margin: 30px;
  }
}
.featured-course-slider::before {
  position: absolute;
  content: url("../images/featured-slide-banner.png");
  left: -40px;
  top: -20px;
  z-index: 100;
}
@media screen and (max-width: 1023px) {
  .featured-course-slider .slick-slider span.slick-arrow.slickprev {
    left: -25px;
  }
  .featured-course-slider .slick-slider span.slick-arrow.slicknext {
    right: -25px;
  }
}
@media screen and (max-width: 766px) {
  .featured-course-slider .slick-slider span.slick-arrow {
    top: 10%;
  }
}
.featured-course-slider .slick-dots {
  bottom: -50px;
}
.featured-course-slider .heading {
  text-align: center;
  padding: 0 20px;
}
.featured-course-slider .heading h2 {
  font-size: 44px;
  font-weight: 900;
  margin-bottom: 20px;
  padding-top: 25px;
}
@media screen and (max-width: 1198px) {
  .featured-course-slider .heading h2 {
    padding-top: 70px;
  }
}
@media screen and (max-width: 766px) {
  .featured-course-slider .heading h2 {
    font-size: 30px;
  }
}

.featured-course-slide {
  background: white;
  position: relative;
  z-index: 0;
  border-radius: 0 0 4px 4px;
}
.featured-course-slide .banner-image {
  position: absolute;
  left: -40px;
  top: -20px;
}
.featured-course-slide .btn-section a:first-child {
  margin-right: 30px;
  margin-bottom: 7px;
}
.featured-course-slide .btn-typ1-bordered::after {
  background-color: white;
}
.featured-course-slide .subtitle {
  margin-bottom: 15px;
}
.featured-course-slide .subtitle span {
  text-transform: uppercase;
  font-weight: 700;
}
.featured-course-slide h3.course-title {
  font-weight: 36px;
  font-weight: 900;
  margin-bottom: 20px;
  padding-bottom: 0;
}
@media screen and (max-width: 766px) {
  .featured-course-slide h3.course-title {
    font-size: 26px;
  }
}
.featured-course-slide .content {
  display: flex;
  justify-content: space-between;
  padding-right: 25px;
  padding-bottom: 35px;
}
@media screen and (max-width: 766px) {
  .featured-course-slide .content {
    justify-content: center;
    flex-direction: column;
    padding: 30px;
  }
}
.featured-course-slide .content .image {
  width: calc(41.66% - 20px);
  border-radius: 4px;
  padding: 20px;
  position: relative;
}
.featured-course-slide .content .image img {
  border-radius: 4px;
}
.featured-course-slide .content .image .top-dots {
  background-image: url("../images/feat-course-top-dots.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 134px;
  width: 84px;
  position: absolute;
  z-index: -1;
  top: 10px;
  right: 10px;
}
@media screen and (max-width: 766px) {
  .featured-course-slide .content .image .top-dots {
    top: 0;
    right: 0;
  }
}
.featured-course-slide .content .image .bottom-dots {
  background-image: url("../images/feat-course-bottom-dots.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 134px;
  height: 84px;
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .featured-course-slide .content .image .bottom-dots {
    display: none;
  }
}
@media screen and (max-width: 766px) {
  .featured-course-slide .content .image {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }
}
.featured-course-slide .content .text {
  width: calc(58.33% - 20px);
  padding-top: 20px;
}
@media screen and (max-width: 766px) {
  .featured-course-slide .content .text {
    width: 100%;
  }
}
.featured-course-slide .content p.course-intro {
  margin-bottom: 30px;
}

.filters {
  padding-bottom: 30px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.05);
  padding-top: 120px;
  margin-top: -120px;
}
.filters__title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 900;
  display: inline-block;
  padding-top: 20px;
  margin-right: 60px !important;
}
@media screen and (max-width: 766px) {
  .filters__title {
    margin-bottom: 20px !important;
  }
}
.filters__wrap {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 766px) {
  .filters__wrap {
    flex-direction: column;
  }
}

.filter-results-wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 150px -15px 50px;
}

.filter-item-col {
  width: 33.33%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 990px) {
  .filter-item-col {
    width: 50%;
  }
}
@media screen and (max-width: 766px) {
  .filter-item-col {
    width: 100%;
  }
}

.filter-card {
  height: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.filter-card .btn-section {
  padding-top: 10px;
}
.filter-card .btn-section a:first-child {
  margin-right: 15px;
  margin-bottom: 12px;
}
.filter-card .btn-typ1,
.filter-card .btn-typ1-bordered {
  font-size: 16px;
  min-width: 0;
  height: auto !important;
  padding: 15px 11px;
  line-height: 1.1;
}
.filter-card .btn-typ1-bordered:after {
  background: white;
}
.filter-card__image {
  border-radius: 4px 4px 0 0;
}
.filter-card__image img {
  width: 100%;
  height: 205px;
  object-fit: cover;
  border-radius: 4px 4px 0 0;
}
@media screen and (max-width: 990px) {
  .filter-card__image img {
    height: 220px;
  }
}
@media screen and (max-width: 766px) {
  .filter-card__image img {
    height: auto;
  }
}
.filter-card__content {
  background: white;
  position: relative;
  z-index: 0;
  padding: 25px 20px;
}
.filter-card__content h3 {
  font-size: 28px;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.filter-card__topic {
  margin-bottom: 5px;
}
.filter-card__topic span {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 18px;
}
.filter-card__skills {
  margin-bottom: 20px;
}
.filter-card__skills span {
  font-size: 18px;
}
.filter-card__blurb p {
  font-size: 18px;
}

.searchandfilter ul {
  margin: 0;
  padding: 0;
}
.searchandfilter li {
  display: inline-block !important;
  margin-right: 60px !important;
}
.searchandfilter li:last-child {
  margin-right: 0;
}
.searchandfilter label {
  position: relative;
}
.searchandfilter label::after {
  display: inline-block;
  content: "▼";
  /* right arrow */
  z-index: 100;
  color: #242021;
  position: absolute;
  right: 15px;
  top: 17px;
  transform: scale(1.4, 0.75);
  font-size: 9px;
  pointer-events: none;
}
.searchandfilter select.sf-input-select {
  cursor: pointer;
  background: #f7f6f6;
  border-radius: 3px;
  border: 1px solid #efeded;
  padding: 10px 40px 10px 15px;
  font-size: 16px;
  appearance: none;
  /* Best to include the browser prefix for cross-browser compatibility */
  -webkit-appearance: none;
  -moz-appearance: none;
}

.guarantee-content {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

.guarantee-image {
  padding-bottom: 20px;
}

h4.guarantee-heading {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 15px;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.guarantee-text {
  font-size: 15px;
}
.guarantee-text p {
  font-size: 15px;
}

.accordion-container {
  border: 1px solid #ecf0f1;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 0 17.5px rgba(36, 32, 33, 0.07);
  background: white;
  border-radius: 4px;
}
.accordion-container h3 {
  cursor: pointer;
  margin: 0;
  padding: 12px 25px 12px 50px;
  position: relative;
  font-size: 22px;
  font-weight: 900;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 766px) {
  .accordion-container h3 {
    padding: 12px 50px 12px 50px;
  }
}
.accordion-container h3:hover {
  opacity: 0.75;
}
.accordion-container h3:after {
  color: #ecf0f1;
  position: absolute;
  left: 20px;
  top: 15px;
  content: "+";
  color: white;
  background: #242021;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  text-align: center;
  justify-content: center;
  display: flex;
  line-height: 20px;
}
.accordion-container.accordion-container--basic {
  box-shadow: none;
  background: tranparent;
  border-radius: 0;
  border: none;
}
.accordion-container.accordion-container--basic h3 {
  padding: 8px 25px 8px 50px;
}
.accordion-container.accordion-container--basic h3:after {
  top: 11px;
}

.accordion-content {
  height: 0;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 766px) {
  .accordion-content {
    flex-direction: column;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.accordion-container.is-open-accordion .accordion-content {
  height: auto;
  margin-top: 0.35rem;
  padding: 12px 25px 30px 50px;
  animation: fadeIn 0.3s linear;
  font-size: 18px;
}
@media screen and (max-width: 766px) {
  .accordion-container.is-open-accordion .accordion-content {
    padding: 12px 50px 30px 50px;
  }
}

.accordion-container.accordion-container--basic.is-open-accordion .accordion-content {
  padding: 0 25px 30px 50px;
}

.accordion-container.is-open-accordion h3:after {
  content: "–";
  line-height: 18px;
}

.accordion-image {
  width: 230px;
  max-height: 230px;
  border-radius: 4px;
  position: relative;
}
@media screen and (max-width: 766px) {
  .accordion-image {
    margin-bottom: 30px;
    width: 100%;
  }
}
.accordion-image img.accordion-image-main {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 766px) {
  .accordion-image img.accordion-image-main {
    height: 190px;
  }
}

.accordion-image-bottom-dots {
  position: absolute;
  right: -10px;
  bottom: -10px;
  z-index: 1;
}

.accordion-text {
  width: 100%;
  font-size: 18px;
}
.accordion-text ul {
  padding: 0;
  margin: 0 0 25px;
  list-style: none;
}
.accordion-text li {
  padding-left: 28px;
  position: relative;
  margin-bottom: 12px;
}
.accordion-text li:before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
}

.accordion-container--has-image .accordion-text {
  width: calc(100% - 260px);
}
@media screen and (max-width: 766px) {
  .accordion-container--has-image .accordion-text {
    width: 100%;
  }
}

.compare-table-section .compare-intro {
  max-width: 1000px;
  margin: 30px auto 0;
  width: 100%;
  font-size: 18px;
}

.compare-table {
  width: 100%;
  max-width: 100%;
  margin-top: 40px;
}
.compare-table__headings {
  padding-left: 200px;
  display: flex;
}
@media screen and (max-width: 479px) {
  .compare-table__headings {
    padding-left: 100px;
  }
}
.compare-table__headings .col {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex: 1;
  padding: 16px 10px;
  text-align: center;
  background: #242022;
  background-image: linear-gradient(to top, #242022, #093558);
  color: white;
}
.compare-table__headings .col:nth-child(n+1) {
  border-right: 1px solid #ddd;
}
.compare-table__headings .col:last-child {
  border-right: none;
}
.compare-table__headings .col--featured {
  margin-top: -40px;
}
.compare-table__headings .col .featured {
  text-transform: uppercase;
  position: relative;
  top: -12px;
  text-align: center;
}
.compare-table__headings .col .featured span {
  display: inline-block;
  font-weight: 900;
  font-style: italic;
  line-height: 1.05;
  font-size: 16px;
}
@media screen and (max-width: 766px) {
  .compare-table__headings .col .featured span {
    font-size: 13px;
  }
}
.compare-table__headings .col .featured span:after {
  position: relative;
  left: 0;
  right: 0;
  bottom: -4px;
  background: white;
  height: 1px;
  display: block;
  content: "";
}
@media screen and (max-width: 766px) {
  .compare-table__headings .col .featured span:after {
    bottom: -4px;
  }
}
.compare-table__headings .col .name,
.compare-table__headings .col .price,
.compare-table__headings .col .note {
  line-height: 1.3;
}
.compare-table__headings .col .name {
  font-size: 22px;
  font-weight: 900;
}
@media screen and (max-width: 766px) {
  .compare-table__headings .col .name {
    font-size: 16px;
  }
}
.compare-table__headings .col .price {
  font-weight: 700;
  font-size: 38px;
}
@media screen and (max-width: 766px) {
  .compare-table__headings .col .price {
    font-size: 28px;
  }
}
.compare-table__headings .col .note {
  font-style: italic;
  font-size: 16px;
}
@media screen and (max-width: 766px) {
  .compare-table__headings .col .note {
    font-size: 13px;
  }
}
.compare-table__row {
  display: flex;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.compare-table__row:nth-of-type(even) {
  background: #f7f6f6;
}
.compare-table__row:last-of-type {
  border-bottom: 1px solid #ddd;
}
.compare-table__row .compare-table__label {
  width: 200px;
  padding: 12px;
  line-height: 1.3;
  font-weight: 900;
  font-size: 16px;
}
@media screen and (max-width: 479px) {
  .compare-table__row .compare-table__label {
    width: 100px;
  }
}
.compare-table__row .compare-table__values {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 200px);
}
@media screen and (max-width: 479px) {
  .compare-table__row .compare-table__values {
    width: calc(100% - 100px);
  }
}
.compare-table__row .compare-table__values .col {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex: 1;
  padding: 12px;
  text-align: center;
}
.compare-table__row .compare-table__values .col:nth-child(n+1) {
  border-right: 1px solid #ddd;
}
.compare-table__row .compare-table__values .col:last-child {
  border-right: none;
}
.compare-table__row .compare-table__values .fas {
  font-size: 20px;
}
.compare-table:not(.has-col-3) .compare-table__row .col-3 {
  display: none !important;
}

.compare-table-buttons {
  padding-left: 200px;
}
@media screen and (max-width: 479px) {
  .compare-table-buttons {
    padding-left: 100px;
  }
}
.compare-table-buttons .btn-typ1 {
  min-width: 0 !important;
}
@media screen and (max-width: 479px) {
  .compare-table-buttons .btn-typ1 {
    padding: 5px 10px !important;
    line-height: 1.2 !important;
    font-size: 12px !important;
    height: auto !important;
  }
}
@media screen and (max-width: 766px) {
  .compare-table-buttons .btn-typ1 {
    padding: 10px 10px !important;
    line-height: 1.2 !important;
    font-size: 12px !important;
    height: auto !important;
  }
}
.compare-table-buttons .button-row {
  display: flex;
}
.compare-table-buttons .button-row .col {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex: 1;
  padding: 5px 10px;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .compare-table-buttons .button-row .col {
    padding: 5px;
  }
}
.compare-table-buttons:not(.has-col-3) .button-row .col-3 {
  display: none !important;
}

.page-template-landing-page {
  background: white;
}
@media screen and (max-width: 766px) {
  .page-template-landing-page {
    padding-top: 100px;
  }
}

.teacher-media-col {
  justify-content: flex-end;
  display: flex;
}
@media screen and (max-width: 990px) {
  .teacher-media-col {
    justify-content: flex-start;
  }
}

.page-template-thank-you .blob-background {
  min-height: 300px;
}
@media all and (min-width: 1600px) {
  .page-template-thank-you .blob-background {
    background-position: center -24vw;
  }
}
@media all and (max-width: 1599px) {
  .page-template-thank-you .blob-background {
    background-position: center -19vw;
  }
}
@media screen and (max-width: 1366px) {
  .page-template-thank-you .blob-background {
    background-position: center -15vw;
  }
}
@media screen and (max-width: 1198px) {
  .page-template-thank-you .blob-background {
    background-position: center -12vw;
  }
}
@media screen and (max-width: 990px) {
  .page-template-thank-you .blob-background {
    background-position: center -10vw;
  }
}
@media screen and (max-width: 766px) {
  .page-template-thank-you .blob-background {
    background-position: center -8vw;
  }
}
.page-template-thank-you .testimonials-section {
  padding: 100px 0;
  background-image: url("../images/blob-bg-large.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.page-template-thank-you .clip-image-wrap img {
  max-height: 600px;
  margin: 0 auto;
}

@media screen and (max-width: 990px) {
  .ty-image-text-section .ty-text-column {
    text-align: center;
    padding-bottom: 40px;
  }
}

.about-banner {
  padding: 80px 0 120px;
}
.about-banner .clip-image-wrap .top-dots {
  top: 9vh;
}
.about-banner.home-banner {
  padding-bottom: 60px;
  background-position: center center;
}
.about-banner.home-banner .left {
  padding-right: 35px;
}
@media screen and (max-width: 479px) {
  .about-banner.home-banner .left {
    padding-right: 0;
  }
}
.about-banner.home-banner .right {
  margin-left: 0;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .about-banner.home-banner .right {
    margin-bottom: 40px;
  }
}

.values {
  padding: 110px 0;
  background-image: url("../images/blob-tall.png");
  background-size: cover;
  min-height: 1100px;
  background-repeat: no-repeat;
}

.value-block {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.value-block__image {
  width: 115px;
  margin-right: 15px;
  padding-top: 15px;
}
.value-block__content {
  width: calc(100% - 115px);
}
.value-block__content h3 {
  font-weight: 900;
  margin-bottom: 5px;
  font-size: 28px;
}
.value-block__content p {
  font-size: 18px;
}

.page-template-product-outer .listen-to-app {
  background: white;
}
.page-template-product-outer .testimonials-section {
  padding: 120px 0 190px;
  background-image: url("../images/blob-bg-large.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.featured-course-section {
  padding: 70px 0 10px;
}
@media screen and (max-width: 766px) {
  .featured-course-section {
    padding: 40px 0;
  }
}

.single-course .blob-background {
  position: relative;
  z-index: 0;
  padding: 100px 0;
}
.single-course .single-testimonial-section {
  padding-top: 30px;
  padding-bottom: 50px;
}
.single-course .testimonial-block-top {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 479px) {
  .single-course .testimonial-block-top {
    flex-direction: column;
  }
}
.single-course .testimonial-block-top .image {
  width: 42%;
  border-radius: 8px;
  position: relative;
  max-height: 240px;
}
@media screen and (max-width: 479px) {
  .single-course .testimonial-block-top .image {
    width: 100%;
    margin-bottom: 25px;
  }
}
.single-course .testimonial-block-top .image img.wp-post-image {
  border-radius: 8px;
  position: relative;
  z-index: 10;
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.single-course .testimonial-block-top .image .testimonial-image-dots {
  position: absolute;
  right: -10px;
  bottom: -10px;
  z-index: 1;
}
.single-course .testimonial-block-top .text {
  width: 54%;
  font-size: 18px;
  line-height: 1.7;
  padding-left: 10px;
}
@media screen and (max-width: 479px) {
  .single-course .testimonial-block-top .text {
    width: 100%;
  }
}
.single-course .testimonial-block-top .text .fas {
  font-size: 36px;
  color: #dfdfdf;
}
.single-course .testimonial-block-top .text .fa-quote-right {
  margin-top: 3px;
  display: flex;
  justify-content: flex-end;
}
.single-course .testimonial-block-bottom {
  display: flex;
  justify-content: flex-start;
  padding-left: calc(46% + 10px);
  margin-top: 30px;
}
@media screen and (max-width: 766px) {
  .single-course .testimonial-block-bottom {
    padding-left: 0;
  }
}
.single-course .testimonial-block-bottom .image {
  margin-right: 25px;
}
.single-course .testimonial-block-bottom .image img {
  border-radius: 50%;
  width: 65px;
  height: 65px;
}
.single-course .testimonial-block-bottom .text {
  font-size: 18px;
}
.single-course .testimonial-block-bottom .text .name {
  font-weight: 700;
  margin-bottom: 2px;
}
.single-course .testimonial-block-bottom .scores {
  display: flex;
  font-size: 17px;
}
.single-course .testimonial-block-bottom .scores div {
  margin-right: 7px;
}
.single-course .testimonial-block-bottom .scores div span {
  font-weight: 700;
}
.single-course .testimonial-block-bottom .scores div:last-child {
  margin-right: 0;
}
.single-course .faq-section {
  padding-bottom: 100px;
}
.single-course .faq-section .up-row {
  padding: 0 100px;
}
@media screen and (max-width: 990px) {
  .single-course .faq-section .up-row {
    padding: 0 50px;
  }
}
@media screen and (max-width: 766px) {
  .single-course .faq-section .up-row {
    padding: 0;
  }
}
.single-course .success-point-block {
  box-shadow: 0 0 17.5px rgba(36, 32, 33, 0.07);
  background: white;
  margin-left: 30px;
  padding: 30px;
  border-radius: 4px;
}
.single-course .success-point-block ul {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 990px) {
  .single-course .success-point-block {
    margin-left: 0;
    width: 100%;
    max-width: 600px;
    margin: 50px auto 0;
  }
}
.single-course .course-fixed-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9000;
  width: 100%;
  background: white;
  padding: 20px 0;
  box-shadow: 0 -17.5px 17.5px rgba(36, 32, 33, 0.07);
}
@media screen and (max-width: 766px) {
  .single-course .course-fixed-footer {
    padding: 15px 0;
  }
}
.single-course .course-fixed-footer .course-fixed-footer-content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 766px) {
  .single-course .course-fixed-footer .course-fixed-footer-content {
    flex-direction: column;
    text-align: center;
  }
}
.single-course .course-fixed-footer .course-fixed-footer-content .image,
.single-course .course-fixed-footer .course-fixed-footer-content .text,
.single-course .course-fixed-footer .course-fixed-footer-content .button {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.single-course .course-fixed-footer .course-fixed-footer-content .text {
  padding: 0 30px;
}
@media screen and (max-width: 766px) {
  .single-course .course-fixed-footer .course-fixed-footer-content .text {
    display: none;
  }
}
@media screen and (max-width: 766px) {
  .single-course .course-fixed-footer .course-fixed-footer-content .image {
    display: none;
  }
}
@media screen and (max-width: 766px) {
  .single-course .course-fixed-footer .course-fixed-footer-content .button {
    display: block;
  }
}
.single-course .course-fixed-footer .course-fixed-footer-content .btn-typ1 {
  min-width: 240px;
}
@media screen and (max-width: 990px) {
  .single-course .course-fixed-footer .course-fixed-footer-content .btn-typ1 {
    padding: 0 20px !important;
    min-width: 200px !important;
  }
}
@media screen and (max-width: 990px) {
  .single-course .course-fixed-footer .course-fixed-footer-content h4.guarantee-heading,
.single-course .course-fixed-footer .course-fixed-footer-content .guarantee-text {
    font-size: 13px;
  }
}
.single-course .listen-to-app {
  background: white;
}
.single-course .generic-text-section h2 {
  padding-bottom: 30px;
  margin-bottom: 0;
}
.single-course .generic-text-section p,
.single-course .generic-text-section ul,
.single-course .generic-text-section ol {
  font-size: 18px;
}
.single-course .method-section {
  margin-top: 30px;
}
.single-course .seen-section {
  padding-bottom: 80px;
}
.single-course .courses-section {
  padding: 80px;
}
.single-course .courses-section .tab-links ul {
  padding: 0;
}
.single-course .tab-section-wrap .content-wrap ul {
  padding: 0;
}
.single-course .testimonials-section {
  padding: 100px 0;
  background-image: url("../images/blob-bg-large.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.course-values-section {
  margin-top: -50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 5;
}

.course-values {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.course-value {
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
  width: 250px;
  min-width: 250px;
  margin: 0 20px 35px;
  font-weight: 900;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  border-radius: 5px;
}

/*# sourceMappingURL=stylesv2.css.map */
