.wow {
  visibility: hidden; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease; }

.fadeInDown {
  -webkit-animation-duration: 200ms;
  animation-duration: 200ms; }

.fadeIn {
  -webkit-animation-name: I;
  animation-name: I; }

@-webkit-keyframes b {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes b {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: b;
  animation-name: b; }

@-webkit-keyframes c {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes c {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.fadeInBottomSubtle {
  -webkit-animation-name: c;
  animation-name: c; }

@-webkit-keyframes d {
  to {
    opacity: 0;
    -webkit-transform: translateY(80px); } }

@keyframes d {
  to {
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px); } }

.fadeOutTopSubtle {
  -webkit-animation-name: d;
  animation-name: d; }

@-webkit-keyframes e {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    visibility: visible; }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes e {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    visibility: visible; }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.fadeInLeft {
  -webkit-animation-name: e;
  animation-name: e; }

@-webkit-keyframes f {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px);
    visibility: visible; }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes f {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px);
    visibility: visible; }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.fadeInLeftSubtle {
  -webkit-animation-name: f;
  animation-name: f; }

@-webkit-keyframes g {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    visibility: visible; }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes g {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    visibility: visible; }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.fadeInRight {
  -webkit-animation-name: g;
  animation-name: g; }

@-webkit-keyframes h {
  0% {
    opacity: 0;
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
    visibility: visible; }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes h {
  0% {
    opacity: 0;
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
    visibility: visible; }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.fadeInRightSubtle {
  -webkit-animation-name: h;
  animation-name: h; }

@-webkit-keyframes i {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes i {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: i;
  animation-name: i; }

@-webkit-keyframes j {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes j {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: j;
  animation-name: j; }

@-webkit-keyframes k {
  0% {
    -webkit-transform: translate3d(0, 256px, 0);
    transform: translate3d(0, 256px, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes k {
  0% {
    -webkit-transform: translate3d(0, 256px, 0);
    transform: translate3d(0, 256px, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.slideInUp {
  -webkit-animation-name: k;
  animation-name: k; }

@-webkit-keyframes l {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(24%);
    transform: translateY(24%); }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.floating {
  -webkit-animation-name: l;
  animation-name: l;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

@-webkit-keyframes m {
  0% {
    -webkit-transform: translateY(0); }
  50% {
    -webkit-transform: translateY(3px); }
  to {
    -webkit-transform: translateY(0); } }

@keyframes m {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px); }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes n {
  0% {
    -webkit-transform: translateY(0); }
  50% {
    -webkit-transform: translateY(15px); }
  to {
    -webkit-transform: translateY(0); } }

@keyframes n {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px); }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.simple-rotate {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation-name: m;
  animation-name: m;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.asteroid {
  -webkit-animation-name: n;
  animation-name: n;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@-webkit-keyframes o {
  0% {
    opacity: 0; }
  10% {
    opacity: 0; }
  50% {
    opacity: 1; }
  90% {
    opacity: 0; }
  to {
    opacity: 0; } }

@keyframes o {
  0% {
    opacity: 0; }
  10% {
    opacity: 0; }
  50% {
    opacity: 1; }
  90% {
    opacity: 0; }
  to {
    opacity: 0; } }

.fade-in-out {
  -webkit-animation-name: o;
  animation-name: o;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@-webkit-keyframes G {
  0% {
    -webkit-transform: translateY(0); }
  50% {
    -webkit-transform: translateY(5px); }
  to {
    -webkit-transform: translateY(0); } }

@keyframes G {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px); }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes H {
  0% {
    -webkit-transform: translateX(-1px); }
  70% {
    -webkit-transform: translateX(3px); }
  to {
    -webkit-transform: translateX(-1px); } }

@keyframes H {
  0% {
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px); }
  70% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px); }
  to {
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px); } }

@-webkit-keyframes I {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes I {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes J {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  40% {
    opacity: 0; }
  to {
    opacity: 0; } }

@keyframes J {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  40% {
    opacity: 0; }
  to {
    opacity: 0; } }

@-webkit-keyframes K {
  0% {
    -webkit-transform: rotate(0); }
  20% {
    -webkit-transform: rotate(1turn); }
  40% {
    -webkit-transform: rotate(0); } }

@keyframes K {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  20% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); }
  40% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@-webkit-keyframes L {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  to {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes L {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  to {
    -webkit-transform: scale(1);
    transform: scale(1); } }

/* basic styles */
* {
  margin: 0; }

html {
  -webkit-text-size-adjust: none; }

html, body {
  height: 100%; }

body {
  display: flex;
  flex-direction: column;
  background: #fff;
  text-align: center;
  font-size: 17px;
  font-family: "Arial", sans-serif;
  color: rgba(52, 52, 52, 0.8);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 40px;
  font-weight: normal;
  text-transform: uppercase;
  color: #343434; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #343434;
    display: inline-block;
    border: none; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
      color: rgba(52, 52, 52, 0.8); }

h1 {
  font-size: 60px;
  margin-bottom: 30px;
  line-height: 1.1; }

h2 {
  font-size: 50px;
  line-height: 1.1; }

h3 {
  font-size: 40px;
  line-height: 1.2; }

h4 {
  font-size: 30px;
  line-height: 1.3; }

h5 {
  font-size: 24px;
  line-height: 1.5; }

h6 {
  line-height: 1.5;
  font-size: 15px;
  letter-spacing: 1px;
  margin-bottom: 10px; }

.pre-title {
  opacity: .4; }

.hide, p:empty {
  display: none; }

::selection {
  background: #fcffd3;
  color: inherit;
  text-shadow: none; }

p {
  margin-bottom: 60px;
  line-height: 1.75; }

ul, ol {
  margin-bottom: 60px;
  margin-left: 20px; }
  ul li, ol li {
    margin-bottom: 20px; }
  ul ul, ul ol, ol ul, ol ol {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 40px; }

ul li {
  list-style: disc outside none;
  line-height: 1.75; }

ol li {
  list-style: decimal outside none;
  line-height: 1.75; }

hr {
  display: inline-block;
  margin: 20px 0 80px;
  border-top: 1px solid rgba(52, 52, 52, 0.15);
  border-bottom: none;
  border-right: none;
  border-left: none;
  width: 100%;
  box-sizing: border-box; }

.makeitsmaller {
  font-size: .7em;
  line-height: 1.5; }

.highlight {
  background: #fcffd3; }

.clear {
  clear: both; }

img.alignleft {
  float: left;
  margin: 0 40px 40px 0; }

img.alignright {
  float: right;
  margin: 0 0 40px 40px; }

img.aligncenter {
  display: block;
  margin: 0 auto 40px; }

.center {
  text-align: center; }

img {
  max-width: 100%;
  height: auto; }

blockquote {
  padding: 0; }
  blockquote p {
    font-size: 26px; }

a {
  font-family: "Arial", sans-serif;
  padding-bottom: 1px;
  color: rgba(102, 122, 244, 0.9);
  text-decoration: none;
  transition: all .3s ease; }
  a:hover {
    color: #667AF4; }

form label {
  width: 100%;
  margin-bottom: 10px;
  display: block;
  font-size: 16px; }

input,
textarea {
  border: none;
  background: #f7f7f7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  color: #343434;
  padding: 18px;
  vertical-align: middle;
  width: 100%;
  font-size: 16px;
  font-family: "Arial", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

input[type="radio"] {
  padding: 0;
  width: 16px !important;
  height: 16px !important;
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio-button;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }

input[type="checkbox"] {
  padding: 0;
  width: 16px !important;
  height: 16px !important;
  border: 1px solid rgba(52, 52, 52, 0.2);
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox; }

select {
  border: none;
  background: url("../../images/down-arrow.png") no-repeat right 18px center #f7f7f7;
  background-size: 14px;
  padding: 18px;
  color: #343434;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-family: "Arial", sans-serif;
  vertical-align: middle;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  text-overflow: '';
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select {
    padding-right: 15px; } }

textarea {
  resize: none;
  width: 100%;
  height: 180px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.75; }

.invalid input:required:invalid {
  background: #f87171;
  border-color: none; }

.button, input.button, button, input[type="submit"], .signup-button {
  text-decoration: none;
  background: rgba(102, 122, 244, 0.9);
  color: #fff;
  outline: none;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  line-height: 1.5;
  max-width: 360px;
  vertical-align: middle;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 20px 35px;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .button:hover, button:hover, input:hover[type="submit"], .signup-button:hover {
    color: #fff;
    background: #667AF4;
    cursor: pointer; }

input.button:hover, input:hover[type="submit"], input.signup-button:hover, button:hover, input[type="submit"]:hover {
  cursor: pointer; }

.shortcode-link-wrap a {
  display: inline; }

.shortcode-button-wrap {
  display: block;
  margin-bottom: 60px; }

.shortcode-button-wrap.moveup {
  margin-top: -30px; }

.hero .shortcode-button-wrap {
  margin-bottom: 0; }

.hero .shortcode-button-wrap.left, .hero .shortcode-button-wrap.right {
  display: inline-block; }

.shortcode-button-wrap.left {
  text-align: left;
  margin-right: 30px; }

.shortcode-button-wrap.right {
  text-align: right; }

th {
  font-weight: normal;
  font-family: "Arial", sans-serif; }

input::placeholder {
  opacity: .6;
  font-size: 16px;
  font-family: "Arial", sans-serif;
  text-align: left; }

input:focus::placeholder {
  transition: opacity 0.5s 0.5s ease;
  opacity: 0; }

.nopadding {
  padding: 0; }

.grid-container {
  word-wrap: break-word; }

.container {
  flex: 1 0 auto;
  text-align: left; }

#ctabar {
  position: fixed;
  border: none;
  letter-spacing: normal;
  z-index: 999;
  top: 0;
  left: 0;
  box-sizing: border-box;
  text-transform: none;
  padding: 0;
  height: 50px;
  line-height: 50px;
  background: rgba(52, 52, 52, 0.85);
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 14px;
  box-shadow: 0px 1px 3px rgba(52, 52, 52, 0.1);
  transition: all 0.1s ease;
  -webkit-transform: translate3d(0, 0, 0); }
  #ctabar:after {
    display: none;
    letter-spacing: normal; }
  #ctabar:hover {
    color: #fff; }
    #ctabar:hover .ctabutton:after {
      left: 15px;
      right: 15px; }

.mobileonly {
  display: none; }

.ctabutton {
  padding: 0 0 2px;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  margin-left: 8px;
  -webkit-transition: all 0.15s cubic-bezier(0.8, 0.3, 0.45, 0.95);
  -moz-transition: all 0.15s cubic-bezier(0.8, 0.3, 0.45, 0.95);
  -o-transition: all 0.15s cubic-bezier(0.8, 0.3, 0.45, 0.95);
  transition: all 0.15s cubic-bezier(0.8, 0.3, 0.45, 0.95); }
  .ctabutton:after {
    content: "";
    left: 0;
    right: 0;
    bottom: -4px;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    transition: all .3s ease 0s; }

#ctabar.cta-style-light {
  color: rgba(52, 52, 52, 0.8); }
  #ctabar.cta-style-light .ctabutton {
    border-color: #343434; }
  #ctabar.cta-style-light:hover .ctabutton {
    color: #343434; }

.single-wrap {
  padding-left: 35px;
  padding-right: 35px; }

body.has-cta header.theheader {
  padding-top: 120px; }

body.has-cta .top-hero .hero-container-overlay {
  padding-top: 60px; }

body.has-cta .archive-single-container,
body.has-cta .single-container,
body.has-cta .archive-index-container,
body.has-cta .archive-courses-container {
  padding-top: 260px; }

nav.mobile-nav {
  display: none;
  position: fixed;
  z-index: 999;
  background: #fff;
  box-shadow: 0px 1px 3px rgba(52, 52, 52, 0.05);
  height: 60px;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  text-align: center; }
  nav.mobile-nav .grid-container {
    width: 100%; }

.mobile-nav-wrap {
  display: flex;
  justify-content: center;
  align-items: center; }
  .mobile-nav-wrap a.logo {
    display: flex;
    align-items: center;
    padding: 0;
    margin-right: auto; }
    .mobile-nav-wrap a.logo img {
      max-height: 50px; }

button.burger-button {
  box-shadow: none;
  width: 24px;
  border: 0;
  background: none;
  cursor: pointer;
  position: absolute;
  height: 30px;
  padding: 0;
  z-index: 1;
  top: 15px;
  right: 40px; }

button.burger-button:hover {
  color: #343434;
  cursor: pointer;
  background: none; }

.burger, .burger:before, .burger:after {
  left: 0;
  border-radius: 4px;
  background: #343434;
  width: 100%;
  height: 2px;
  position: absolute;
  margin-top: -1px;
  transition: background 300ms 0s ease, transform 300ms 0s ease, top 300ms 0.2s ease, bottom 300ms 0.2s ease; }

.burger:before, .burger:after {
  content: ''; }

.burger:before {
  top: -7px; }

.burger::after {
  bottom: -8px; }

.burger-clicked .burger {
  background: transparent !important; }
  .burger-clicked .burger:before {
    top: 0;
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .burger-clicked .burger:after {
    bottom: 0;
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.burger-clicked .burger, .burger-clicked .burger:before, .burger-clicked .burger:after {
  transition: background 300ms 0s ease, transform 300ms 0.2s ease, top 300ms 0s ease, bottom 300ms 0s ease; }

header {
  position: absolute;
  z-index: 99;
  width: 100%;
  padding: 0;
  height: 140px;
  display: flex;
  align-items: center;
  text-align: center;
  box-sizing: border-box; }
  header .grid-container {
    width: 100%;
    box-sizing: border-box; }
  header a {
    border: none;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    color: rgba(52, 52, 52, 0.7);
    padding: 5px 0;
    position: relative; }
    header a:after {
      content: "";
      left: 15px;
      right: 15px;
      bottom: -.3em;
      height: 1px;
      background-color: #343434;
      display: block;
      opacity: 0;
      position: absolute;
      -webkit-transition: all 0.3s cubic-bezier(0.8, 0.3, 0.45, 0.95);
      -moz-transition: all 0.3s cubic-bezier(0.8, 0.3, 0.45, 0.95);
      -o-transition: all 0.3s cubic-bezier(0.8, 0.3, 0.45, 0.95);
      transition: all 0.3s cubic-bezier(0.8, 0.3, 0.45, 0.95); }
    header a:hover {
      color: #343434; }
      header a:hover:after {
        opacity: 1;
        left: 0;
        right: 0; }

img.logo-light {
  display: none; }

body.hero-is-dark header a, body.hero-is-dark header:hover {
  color: #fff; }
  body.hero-is-dark header a:after, body.hero-is-dark header:hover:after {
    background-color: rgba(255, 255, 255, 0.8); }

body.hero-is-dark .top-hero {
  color: #fff; }
  body.hero-is-dark .top-hero h1, body.hero-is-dark .top-hero h2, body.hero-is-dark .top-hero h3, body.hero-is-dark .top-hero h4, body.hero-is-dark .top-hero h5, body.hero-is-dark .top-hero h6 {
    color: #fff; }
  body.hero-is-dark .top-hero a {
    color: #fff;
    border-bottom-color: #fff; }
    body.hero-is-dark .top-hero a:hover {
      color: #fff; }
  body.hero-is-dark .top-hero .button, body.hero-is-dark .top-hero button, body.hero-is-dark .top-hero input[type="submit"], body.hero-is-dark .top-hero .signup-button, body.hero-is-dark .top-hero .button:hover, body.hero-is-dark .top-hero button:hover, body.hero-is-dark .top-hero input:hover[type="submit"], body.hero-is-dark .top-hero .signup-button:hover {
    color: #fff; }

body.hero-is-dark img.logo-dark {
  display: none; }

body.hero-is-dark img.logo-light {
  display: inline-block; }

.header-inside-grid-wrap {
  padding: 0 35px;
  display: flex;
  justify-content: center;
  align-items: center; }

a.logo {
  border-bottom: none;
  box-shadow: none;
  background: none;
  max-width: 200px;
  margin-right: auto; }
  a.logo:after {
    display: none; }
  a.logo img {
    max-height: 72px; }
  a.logo:hover {
    background-color: transparent; }

ul.header-menu {
  margin: 0;
  padding: 0; }
  ul.header-menu li {
    list-style: none;
    margin: 0;
    position: relative;
    display: inline-block;
    line-height: 1; }
    ul.header-menu li a {
      margin: 0 25px; }
  ul.header-menu li.menu-item-has-children > a {
    padding: 10px 0; }
  ul.header-menu li.menu-item-has-children > a:after {
    background: none;
    content: '\e805';
    font-family: 'coursecats';
    font-size: 8px;
    right: -10px;
    top: 10px;
    left: auto;
    width: auto; }
  ul.header-menu li.menu-item-has-children:hover > a:after {
    opacity: 1;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px); }
  ul.header-menu ul.sub-menu {
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.175, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.175, 1) 0s;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.175, 1) 0s;
    visibility: hidden;
    opacity: 0;
    width: 180px;
    position: absolute;
    left: 5px;
    margin: 0;
    z-index: 999;
    text-align: center;
    padding: 6px 0;
    border: none;
    background: #fff;
    box-shadow: 0 2px 18px 0 rgba(52, 52, 52, 0.05);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px; }
    ul.header-menu ul.sub-menu li {
      margin: 0;
      padding: 0 5px;
      width: 100%;
      text-align: left;
      line-height: 1.2;
      box-sizing: border-box; }
      ul.header-menu ul.sub-menu li a {
        color: rgba(52, 52, 52, 0.6);
        text-transform: none;
        letter-spacing: normal;
        width: 100%;
        box-sizing: border-box;
        display: inline-block;
        padding: 12px 15px;
        margin: 0;
        font-size: 14px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px; }
        ul.header-menu ul.sub-menu li a:hover {
          color: #343434; }
        ul.header-menu ul.sub-menu li a:after {
          display: none; }
    ul.header-menu ul.sub-menu li.current-menu-item a {
      color: #343434;
      background: #f7f7f7; }
  ul.header-menu li:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s; }

.header-right-link {
  margin: 0 25px; }
  .header-right-link:last-of-type {
    margin-right: 0; }

.signup-button {
  font-size: 12px;
  vertical-align: inherit;
  line-height: normal;
  border: none;
  margin-left: 20px;
  padding: 12px 16px; }
  .signup-button:after {
    display: none; }

.logo-wrap {
  text-align: left; }
  .logo-wrap .logo {
    vertical-align: top; }

footer {
  padding: 0; }

.footer-is-dark .footer-top {
  color: #fff; }
  .footer-is-dark .footer-top h1, .footer-is-dark .footer-top h2, .footer-is-dark .footer-top h3, .footer-is-dark .footer-top h4, .footer-is-dark .footer-top h5, .footer-is-dark .footer-top h6 {
    color: #fff; }
  .footer-is-dark .footer-top a {
    color: #fff;
    border-color: #fff; }

.footer-bottom-is-dark.footer-bottom {
  color: #fff; }
  .footer-bottom-is-dark.footer-bottom a {
    color: rgba(255, 255, 255, 0.5); }
    .footer-bottom-is-dark.footer-bottom a:hover {
      color: #fff; }

.footer-top-inside {
  padding: 0 30px; }

.footer-top {
  position: relative;
  z-index: 1;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: left;
  font-size: 18px; }
  .footer-top h1, .footer-top h2, .footer-top h3, .footer-top h4, .footer-top h5, .footer-top h6 {
    margin-bottom: 15px; }
  .footer-top h6 {
    opacity: .5; }
  .footer-top p {
    margin-bottom: 30px; }
  .footer-top .shortcode-button-wrap, .footer-top .shortcode-link-wrap {
    margin-bottom: 20px; }
  .footer-top a.button, .footer-top a.signup-button {
    color: #fff; }

.hide-footer-cta .footer-top {
  display: none; }

.shortcode-link-wrap.left {
  float: left; }

.shortcode-link-wrap.right {
  float: right; }

.footer-wrap {
  height: 660px;
  padding: 180px 0 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.footer-bottom-wrap {
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center; }

.footer-bottom {
  background: #222;
  height: 80px;
  padding: 0;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .footer-bottom .grid-container {
    width: 100%; }
  .footer-bottom a {
    padding: 0;
    margin: 0 15px;
    border: none;
    color: rgba(52, 52, 52, 0.4);
    letter-spacing: 1px;
    text-transform: uppercase; }
    .footer-bottom a:hover {
      color: #343434; }
  .footer-bottom .social-links a {
    margin: 0 5px;
    font-size: 16px; }

a.footer-logo {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px; }
  a.footer-logo img {
    display: inline-block;
    margin: 0 auto;
    max-height: 40px; }

.footer-bottom-left {
  display: flex;
  align-items: center; }

.footer-has-social-links .footer-bottom-left {
  margin-right: auto; }

ul.footer-menu {
  margin: 0; }
  ul.footer-menu li {
    line-height: 1;
    list-style: none;
    display: inline-block;
    margin: 0; }
    ul.footer-menu li a {
      padding: 0; }

.copyright {
  display: flex;
  align-items: center;
  opacity: .3;
  margin: 0 15px;
  letter-spacing: 1px; }
  .copyright .copyrighticon {
    margin-right: 6px; }

.hero {
  position: relative;
  z-index: 1;
  font-size: 18px;
  width: 100%;
  background: #f7f7f7;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.hero-container, .hero-container-overlay, .footer-container, .footer-top-container-overlay {
  width: 100%; }

.hero-wrap {
  padding-top: 160px;
  padding-bottom: 140px;
  height: auto;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.no-hero .hero-wrap {
  min-height: 420px; }

.hero-wrap-inside.hero-image-right {
  padding-right: 60px; }

.hero-wrap-inside.hero-image-left {
  padding-left: 60px; }

#price-page-box-nohero-container {
  margin-top: -40px;
  padding-bottom: 120px; }

.hero-wrap-inside {
  padding: 0; }
  .hero-wrap-inside h1, .hero-wrap-inside h2, .hero-wrap-inside h3 {
    margin-bottom: 20px; }
  .hero-wrap-inside h4, .hero-wrap-inside h5, .hero-wrap-inside h6 {
    margin-bottom: 15px; }
  .hero-wrap-inside h6 {
    opacity: .6; }
  .hero-wrap-inside p {
    font-size: 20px;
    margin-bottom: 20px; }

#top-pricing-page-content {
  padding-bottom: 100px; }

.price-page-content-container {
  padding-top: 120px; }

.content-block-hero-is-dark {
  color: #fff; }

.hero-container-background_color .hero-container {
  background-color: transparent;
  color: #fff; }

.cards-container {
  display: flex;
  flex-flow: row wrap;
  padding: 0 15px; }

.cards-count-1 {
  width: 70%;
  margin: 0 auto; }
  .cards-count-1 .card-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
  .cards-count-1 .card-link {
    display: flex;
    flex-flow: row wrap;
    align-items: center; }
  .cards-count-1 .card-image, .cards-count-1 .card-link-inside {
    display: flex; }
  .cards-count-1 .card-image {
    width: 50%;
    height: 360px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px; }
  .cards-count-1 .card-link-inside {
    width: 50%;
    flex-direction: column; }

.cards-count-2 {
  width: 80%;
  margin: 0 auto; }
  .cards-count-2 .card-item {
    width: 50%; }

.card-item {
  padding: 0 20px 60px;
  float: none;
  display: flex; }

.card {
  width: 100%;
  padding: 0;
  text-align: center;
  color: #343434;
  background-color: #fff;
  box-shadow: 0px 10px 45px 10px rgba(52, 52, 52, 0.06);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.15s cubic-bezier(0.8, 0.3, 0.45, 0.95);
  -moz-transition: all 0.15s cubic-bezier(0.8, 0.3, 0.45, 0.95);
  -o-transition: all 0.15s cubic-bezier(0.8, 0.3, 0.45, 0.95);
  transition: all 0.15s cubic-bezier(0.8, 0.3, 0.45, 0.95); }
  .card:hover {
    color: #343434;
    box-shadow: 0px 10px 45px 15px rgba(52, 52, 52, 0.06);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }

.card-link {
  border: none;
  text-decoration: none;
  color: #343434;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  height: 100%;
  text-align: left;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  .card-link:hover {
    color: #343434; }

.card-link-inside {
  padding: 50px 50px 60px;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

h4.section-title {
  font-size: 18px;
  letter-spacing: 1px; }

p.intro-small-title {
  margin-bottom: 10px;
  opacity: .4;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase; }

.card-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  padding-bottom: 75%;
  height: 0; }

.archive-title-wrap {
  padding: 0 30px 30px;
  display: flex;
  align-items: center; }
  .archive-title-wrap h1 {
    margin: 0;
    font-size: 44px; }

.sort-by-topic {
  margin: 0 0 0 auto;
  padding: 14px 24px;
  max-width: 300px; }

h3.title {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 15px; }

.description {
  line-height: 1.75;
  display: block;
  opacity: .7; }

.content-layout-block {
  padding: 140px 0 80px;
  clear: both; }

#block-top {
  padding-top: 120px; }

#top-video-block {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 9; }
  #top-video-block .video-container {
    margin-bottom: 60px; }

.hero-has-video + .has-top-video #top-video-block {
  margin-top: -90px; }

#top-video-block + .content-layout-block {
  padding-top: 60px; }

#top-video-block + #block-top {
  padding-top: 60px; }

.content-layout-block + .content-layout-block {
  padding-top: 0; }

.normal-content-layout-block + .featured-courses-content-block {
  margin-top: -60px; }

h6.section-title {
  margin-bottom: 40px;
  border: none;
  opacity: 1;
  font-size: 18px; }

.featured-courses-content-block {
  text-align: center;
  padding-bottom: 80px; }

.content-block-hero .hero-wrap {
  height: 740px;
  min-height: 740px; }

.testimonial {
  font-size: 24px;
  line-height: 1.8;
  display: inline-block;
  margin-bottom: 20px; }
  .testimonial:before {
    content: '\e81f';
    font-family: 'coursecats';
    font-size: 60px;
    color: rgba(255, 255, 255, 0.15);
    position: absolute;
    left: -80px;
    top: -30px; }
  .testimonial:after {
    content: '\e820';
    font-family: 'coursecats';
    font-size: 60px;
    color: rgba(255, 255, 255, 0.15);
    position: absolute;
    right: -60px;
    bottom: 20px; }
  .testimonial p {
    font-size: 30px;
    line-height: 1.6;
    margin-bottom: 15px; }

.who-said-it-wrap {
  display: inline-block;
  vertical-align: middle; }

.circle-bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #343434;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin: 0 12px 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }

.who {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  opacity: .7; }

p.who-said-it-inline {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -20px; }
  p.who-said-it-inline img {
    display: inline-block;
    vertical-align: middle;
    width: 44px;
    height: 44px;
    margin: 0 10px 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }

.video-container {
  margin-bottom: 100px; }

.browser-wrap {
  background: #fff; }

.browser-header {
  text-align: left;
  display: block;
  position: relative;
  padding: 24px;
  background: #343434; }

.browser-content {
  padding: 0 5px 5px;
  background: #343434; }

.browser-header-buttons {
  height: 12px;
  width: 12px;
  box-shadow: 18px 0px 0px rgba(102, 122, 244, 0.6), 36px 0px 0px rgba(102, 122, 244, 0.3);
  background: rgba(102, 122, 244, 0.9);
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto; }

.widget {
  margin-bottom: 60px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box; }
  .widget li {
    list-style: none;
    margin-bottom: 0; }
    .widget li a {
      text-transform: uppercase;
      font-size: 12px;
      letter-spacing: 1px;
      border: none;
      color: #343434;
      opacity: .6;
      display: inline-block;
      margin-bottom: 18px; }
      .widget li a:hover {
        opacity: 1; }

ul.term-list {
  margin: 0;
  padding: 0; }

.search-widget {
  float: left; }
  .search-widget .icon {
    position: absolute;
    z-index: 9;
    top: 17px;
    left: 10px; }

.searchform {
  position: relative;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 2px 12px 1px rgba(52, 52, 52, 0.08);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  box-sizing: border-box;
  padding: 0 20px; }
  .searchform input {
    width: 100%;
    background: #fff;
    display: inline-block;
    font-size: 14px;
    color: #343434;
    padding: 14px 10px 14px 20px; }
  .searchform input::placeholder {
    font-size: 14px; }

.index-page-content {
  padding: 0 80px 0 0; }

#included {
  background: #f9f9f9;
  padding-bottom: 80px; }

.whats-included-items {
  padding-top: 50px;
  display: flex;
  flex-flow: row wrap; }

.whats-included-item {
  padding: 0 40px 40px;
  display: flex;
  flex-flow: column; }

.whats-included-item-image,
.whats-included-item-icon {
  padding: 0 0 20px 0; }

.whats-included-item-icon {
  font-size: 50px;
  color: rgba(102, 122, 244, 0.4); }

.whats-included-item-image img {
  display: block; }

.whats-included-item-content {
  padding: 0; }
  .whats-included-item-content h5 {
    margin-bottom: 10px; }
  .whats-included-item-content p {
    margin-bottom: 20px; }

#faqs {
  padding-bottom: 160px; }

.faq-container {
  padding-top: 20px; }

.faq-wrap {
  padding: 0 0 8px;
  margin: 0; }

.faq-wrap:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0; }

.faq-answer {
  padding: 0;
  clear: both;
  float: left;
  text-align: left; }
  .faq-answer ul li {
    margin-bottom: 20px; }
  .faq-answer p {
    margin-bottom: 20px;
    opacity: .9; }
  .faq-answer p:last-child {
    margin-bottom: 0; }

p.question {
  margin-bottom: 10px; }

p.toggle-trigger {
  padding: 15px 50px 15px 30px;
  display: block;
  margin-bottom: 0;
  background: #f7f7f7;
  position: relative; }
  p.toggle-trigger:before {
    content: '\e822';
    font-family: 'coursecats';
    position: absolute;
    right: 34px;
    top: 17px;
    z-index: 9;
    font-size: 15px;
    opacity: .3;
    transition: all 0.2s linear 0s; }
  p.toggle-trigger:hover {
    cursor: pointer; }
  p.toggle-trigger:hover:before {
    opacity: 1; }

.toggle-content {
  display: none;
  padding: 0 30px 10px;
  background: #f7f7f7; }
  .toggle-content p {
    padding-bottom: 20px; }

p.toggle-show-content:before {
  transform: rotate(-45deg);
  opacity: 1; }

.cta-layout-block {
  background: #f7f7f7;
  padding: 140px 0; }

.block-hero-is-light {
  color: #343434; }

ul.price-option-tabs {
  margin-bottom: 8px;
  padding: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  background: #fff;
  position: relative; }
  ul.price-option-tabs li {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin: 0;
    list-style: none;
    float: left;
    font-size: 13px;
    position: relative;
    z-index: 999;
    letter-spacing: 2px;
    border: none;
    padding: 0;
    height: 40px;
    line-height: 40px;
    width: 115px;
    text-transform: uppercase;
    color: rgba(52, 52, 52, 0.3);
    -webkit-transition: color 0.2s linear 0s;
    -moz-transition: color 0.2s linear 0s;
    -ms-transition: color 0.2s linear 0s;
    -o-transition: color 0.2s linear 0s;
    transition: color 0.2s linear 0s; }
    ul.price-option-tabs li:hover {
      cursor: pointer;
      color: #343434; }
  ul.price-option-tabs li.current {
    color: #fff; }
    ul.price-option-tabs li.current:hover {
      color: #fff; }

p.all-plans-note {
  font-size: 14px; }

.price-boxes-note-wrap {
  margin-top: 60px;
  text-align: center;
  padding: 0;
  opacity: .7;
  letter-spacing: 2px;
  font-size: 13px; }

.what-you-get-checklist {
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
  width: 32%;
  box-sizing: border-box;
  text-align: left; }

.price-page-title-wrap {
  padding-bottom: 20px; }

.price-box-container {
  float: left;
  text-align: center;
  padding: 0; }

.price-box-wrap {
  vertical-align: middle;
  display: inline-block;
  padding: 0 20px;
  box-sizing: border-box;
  max-width: 440px; }

.price-box-wrap.fadeInUp {
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms; }

.price-box {
  width: 100%;
  border: none;
  display: inline-block;
  text-align: center;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  color: #343434;
  box-shadow: 0px 40px 40px -30px rgba(52, 52, 52, 0.1); }
  .price-box p {
    font-size: inherit; }

.hero-wrap-with-pricing-boxes .price-box-container {
  margin-top: 30px; }

.price-button {
  width: 100%;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  font-size: 16px;
  padding-top: 24px;
  padding-bottom: 24px;
  max-width: none;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .2s;
  line-height: 1;
  box-shadow: none;
  background: rgba(102, 122, 244, 0.9); }
  .price-button .text-with-icon, .price-button .icon {
    display: inline-block;
    vertical-align: top; }
  .price-button .icon {
    position: relative;
    opacity: .3;
    transition: .2s; }
  .price-button:hover {
    background: #667AF4; }
    .price-button:hover .icon {
      transform: translate3d(6px, 0, 0); }

p.price {
  text-align: center;
  font-size: 60px;
  margin-bottom: 0;
  line-height: 1; }
  p.price .dollar-sign {
    vertical-align: top;
    font-size: 14px;
    padding: 6px 5px 0 0;
    margin-left: -16px;
    opacity: .6;
    display: inline-block; }

.price-duration {
  font-size: 10px;
  opacity: .8;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  box-sizing: border-box; }

.price-box-inside {
  padding: 60px 60px 0;
  margin: 0;
  box-sizing: border-box;
  text-align: left;
  font-size: 15px; }
  .price-box-inside ul {
    margin-bottom: 0;
    margin-left: 30px; }
    .price-box-inside ul li {
      list-style: none; }
      .price-box-inside ul li:before {
        line-height: 1;
        display: inline-block;
        vertical-align: middle;
        content: '\e821';
        font-size: 20px;
        font-family: 'coursecats';
        width: auto;
        height: auto;
        margin: 0px 10px 0 -30px;
        background: none;
        opacity: .8; }

.price-color {
  color: #667AF4; }

h5.price-title {
  margin-bottom: 20px;
  text-align: center; }

.price-sub-title {
  padding: 20px 0 0;
  text-align: center;
  color: #667AF4; }

p.price-sub-title {
  padding-bottom: 0; }

.price-includes {
  margin: 60px auto 40px;
  padding: 0; }
  .price-includes strong {
    background: #f7f7f7; }
  .price-includes p {
    margin-bottom: 20px; }
  .price-includes ol li, .price-includes ul li {
    margin-bottom: 20px; }

.price-boxes-total-1 .price-box-wrap, .price-boxes-total-2 .price-box-wrap {
  width: 40%; }

.price-boxes-total-3 .price-box-wrap {
  width: 32.5%;
  padding: 0 10px; }

.price-boxes-total-4 .price-box-wrap {
  width: 24.5%;
  padding: 0 10px; }

.sales-block {
  padding: 140px 0 80px;
  clear: both; }

.intro-title-block h1, .intro-title-block h2, .intro-title-block h3, .intro-title-block h4, .intro-title-block h5, .intro-title-block h6 {
  margin-bottom: 20px; }

.circle-photo {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  width: 54px;
  height: 54px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.quote-who {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-style: normal;
  line-height: 1.6; }

.quote-wrap {
  position: relative;
  z-index: 9;
  box-sizing: border-box;
  font-style: oblique;
  padding: 20px 0 0;
  margin-bottom: 60px; }
  .quote-wrap p {
    font-size: 26px;
    margin-bottom: 20px; }

body.page-template-page-landing .hero-has-video.top-hero .grid-container {
  max-width: 1180px; }

body.page-template-page-landing .hero-has-video.top-hero .hero-wrap {
  padding-top: 160px;
  padding-bottom: 160px; }

body.page-template-page-landing .hero-has-video.is-video-series.top-hero .hero-wrap {
  padding-top: 40px; }

body.page-template-page-landing header, body.page-template-page-landing footer, body.page-template-page-landing #ctabar {
  display: none; }

body.page-template-page-landing .top-hero .hero-container-overlay {
  padding-top: 0; }

body.page-template-page-landing #block-top {
  padding-bottom: 100px; }

body.page-template-page-landing.has-cta .hero-wrap-inside {
  padding-top: 0; }

.lp-hero .hero-wrap {
  padding-top: 120px; }

.lp-hero-content-wrap {
  display: flex; }

.lp-hero-right {
  text-align: left;
  padding: 0 0 0 40px;
  display: flex;
  flex-flow: column;
  justify-content: center; }

.lp-logo {
  max-width: 160px;
  max-height: 70px;
  margin: 0 auto 10px;
  display: block; }

.lp-logo.left {
  text-align: left;
  display: inline-block; }

.is-video-series .hero-wrap {
  padding-top: 40px; }

.vs-container {
  display: flex;
  justify-content: center;
  margin-bottom: 50px; }

.vs-link {
  border: none; }

.vs-thumb-container {
  text-decoration: none;
  flex: 1;
  margin: 0 10px;
  max-width: 140px;
  color: #343434; }
  .vs-thumb-container .browser-header {
    padding: 10px; }
  .vs-thumb-container .browser-header-buttons {
    height: 8px;
    width: 8px;
    box-shadow: 12px 0px 0px rgba(102, 122, 244, 0.6), 24px 0px 0px rgba(102, 122, 244, 0.3); }
  .vs-thumb-container .browser-content {
    height: 68px;
    align-items: center;
    display: flex;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .vs-thumb-container .browser-content .icon {
      font-size: 50px;
      color: rgba(102, 122, 244, 0.9);
      -webkit-transition: color 0.2s linear 0s;
      -moz-transition: color 0.2s linear 0s;
      -ms-transition: color 0.2s linear 0s;
      -o-transition: color 0.2s linear 0s;
      transition: color 0.2s linear 0s; }
  .vs-thumb-container h6 {
    font-size: 12px;
    line-height: 1.4;
    padding: 0; }

div.vs-thumb-container .browser-header-buttons {
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 12px 0px 0px rgba(255, 255, 255, 0.2), 24px 0px 0px rgba(255, 255, 255, 0.1); }

a.vs-thumb-container:hover .icon {
  color: #667AF4; }

.active-video-in-series .browser-content .icon {
  color: #667AF4; }

.active-video-in-series h6 {
  color: #343434; }

.lp-comments {
  border-top: 2px solid rgba(52, 52, 52, 0.07);
  padding-top: 80px; }

body.hero-is-dark a.vs-thumb-container, body.hero-is-dark .vs-thumb-container {
  color: #fff;
  background: none; }
  body.hero-is-dark a.vs-thumb-container:hover, body.hero-is-dark .vs-thumb-container:hover {
    color: #fff;
    background: none; }

body.hero-is-dark .active-video-in-series h6 {
  color: #fff; }

.vs-thumb-wrap {
  margin-bottom: 15px; }

.vs-upcoming .browser-wrap {
  box-shadow: none; }

.vs-upcoming .vs-thumb-wrap, .vs-upcoming h6 {
  opacity: .4; }

.popup-modal {
  overflow: auto;
  position: relative;
  background: #fff;
  padding: 0;
  width: 600px;
  text-align: center;
  border: none;
  box-sizing: border-box; }
  .popup-modal input::placeholder {
    text-align: center; }

.has-cover-image {
  width: 900px; }
  .has-cover-image .popup-wrap {
    padding: 70px 5% 60px 58%;
    display: flex;
    flex-flow: column;
    align-content: center;
    justify-content: center;
    min-height: 500px; }
    .has-cover-image .popup-wrap h3 {
      font-size: 30px;
      margin-bottom: 10px; }
  .has-cover-image .optin-cover-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0); }

.close-link {
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
  color: rgba(52, 52, 52, 0.7);
  border: none; }
  .close-link:before {
    display: inline-block;
    content: '\e826';
    font-family: 'coursecats';
    margin-right: 4px; }
  .close-link:hover {
    color: #343434; }

.popup-wrap {
  padding: 60px 100px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px; }
  .popup-wrap h1 {
    font-size: 50px; }
  .popup-wrap h2 {
    font-size: 40px; }
  .popup-wrap h1, .popup-wrap h2, .popup-wrap h3, .popup-wrap h4, .popup-wrap h5, .popup-wrap h6 {
    margin-bottom: 15px; }
  .popup-wrap h6.pre-title {
    margin-bottom: 8px; }
  .popup-wrap p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px; }

.form-inputs-wrap {
  padding: 0; }
  .form-inputs-wrap input {
    width: 100%;
    margin: 0 0 4px; }
  .form-inputs-wrap input.button, .form-inputs-wrap input[type="submit"], .form-inputs-wrap input.signup-button {
    width: 100%;
    max-width: none; }

.gdpr-checkbox-wrap {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left; }
  .gdpr-checkbox-wrap label {
    font-size: 14px;
    margin: 0;
    line-height: 1.6;
    display: flex; }
  .gdpr-checkbox-wrap input#gdpr-checkbox {
    margin: 3px 12px 0 0;
    width: 35px !important; }

p.additional-copy {
  padding-top: 25px;
  padding-bottom: 0;
  opacity: .4;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase; }

.archive-single-container,
.single-container,
.archive-courses-container,
.archive-index-container {
  padding-top: 200px;
  padding-bottom: 100px; }

.archive-index-container {
  padding-bottom: 60px; }

.article-wrap {
  padding: 0 15px 100px;
  text-align: center; }
  .article-wrap .topics {
    margin-bottom: 10px; }

.post-thumb-link {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 0;
  padding-bottom: 100%;
  width: 100%;
  margin-bottom: 30px;
  border: none;
  display: inline-block;
  position: relative; }
  .post-thumb-link:after {
    content: '';
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(52, 52, 52, 0.2);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s; }
  .post-thumb-link:hover:after {
    opacity: 1; }

.article-item {
  display: inline-block;
  box-sizing: border-box;
  color: #343434; }
  .article-item:hover {
    color: #343434; }

.article-title-wrap {
  max-width: 80%;
  margin: 0 auto; }
  .article-title-wrap h3.article-title {
    margin-bottom: 20px;
    font-size: 30px; }

img.avatar {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px; }

.flexcontainer {
  display: flex;
  flex-flow: row wrap; }

.hero-meta {
  padding-bottom: 30px;
  align-items: center; }

.topics {
  margin-bottom: 30px;
  line-height: 1.75;
  color: rgba(52, 52, 52, 0.5); }
  .topics a {
    color: rgba(52, 52, 52, 0.5); }
    .topics a:hover {
      color: #343434; }

.title-meta-topics {
  margin-bottom: 15px; }

#single-course-topics {
  font-size: 15px;
  text-align: right;
  padding-top: 0;
  padding-bottom: 40px; }

#sidebar {
  padding: 0 0 0 80px; }

.articles-container {
  padding: 0 15px; }

.recommended-articles-container {
  text-align: center;
  margin-bottom: 40px; }
  .recommended-articles-container h6 {
    border-top: 1px solid rgba(52, 52, 52, 0.1);
    border-bottom: none;
    padding-top: 60px;
    margin: 60px 0; }
  .recommended-articles-container .article-wrap {
    padding-bottom: 0; }

h3.article-title {
  margin-bottom: 60px; }
  h3.article-title a {
    border-bottom: none;
    text-decoration: none;
    box-sizing: border-box; }
    h3.article-title a:hover {
      color: #343434; }

.byline .author {
  font-size: 15px;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 0; }

p.sub-title-description,
.sub-title-description p {
  margin-bottom: 0;
  font-size: 20px; }

.social-share-links {
  margin-bottom: 100px;
  padding-top: 40px; }
  .social-share-links a {
    border: none;
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
    color: rgba(52, 52, 52, 0.7); }
    .social-share-links a:first-of-type {
      margin-left: -8px; }
    .social-share-links a:hover {
      color: #343434; }

.wp-caption, #featured-image {
  clear: both;
  margin-top: 20px;
  margin-bottom: 80px;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  max-width: 100%; }
  .wp-caption img, #featured-image img {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; }

p.wp-caption-text {
  font-size: 16px;
  font-style: oblique;
  width: 70%;
  opacity: .8;
  margin: 25px auto 0;
  padding: 0;
  text-align: center; }

#featured-video, #featured-image {
  margin-bottom: 100px; }

#featured-image {
  margin-top: 0; }

.title-meta-wrap {
  display: none; }

body.single-courses .title-meta-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px; }
  body.single-courses .title-meta-wrap .lesson-count {
    font-size: 40px; }

body.single-courses .footer-top {
  display: none; }

body.single-courses .is-top-level-course-page .title-meta-wrap,
body.single-courses .is-top-level-course-page .pagination {
  display: none; }

body.single-courses .is-grandchild-page .title-meta-wrap {
  display: none; }

#single-course-featured-image {
  margin-bottom: 100px; }

#single-post-featured-image {
  margin-bottom: 100px;
  margin-left: 0; }

.title-wrap {
  padding: 0 0 100px;
  text-align: center; }
  .title-wrap .byline {
    margin-bottom: 40px; }

h1.single-course-title {
  margin-bottom: 20px; }

.single-content-container {
  display: flex;
  clear: both; }

#sidebar {
  padding: 0 50px 0 0; }
  #sidebar h5 {
    font-size: 20px;
    margin-bottom: 20px; }
  #sidebar a {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    border: none;
    color: #343434;
    opacity: .6;
    display: inline-block;
    margin-bottom: 18px; }
    #sidebar a:hover {
      opacity: 1; }
  #sidebar .current-tax a,
  #sidebar .current-cat a {
    opacity: 1;
    color: #667AF4; }

h6.lessons-title {
  border-bottom: 1px solid rgba(52, 52, 52, 0.07);
  padding-bottom: 15px;
  margin-bottom: 0;
  opacity: .7; }

body.paged #featured-blog-post-container {
  display: none; }

#featured-blog-post-container {
  padding: 0 0 120px; }
  #featured-blog-post-container h2 {
    margin-bottom: 10px; }
  #featured-blog-post-container .list-item-thumb {
    margin: 0 0 30px;
    height: 480px;
    width: 100%;
    display: inline-block;
    max-height: none; }

.prevnext-block {
  display: block;
  margin-bottom: 50px; }

.lesson-content {
  padding-bottom: 20px; }

.lesson-content-block {
  padding-top: 20px; }

.lesson-content-block:first-of-type {
  padding-top: 0; }

#lesson-content-block-faqs {
  margin-bottom: 60px;
  padding-top: 0; }

ul.links-wrap {
  display: inline-block;
  width: 100%; }

.single-faq {
  padding: 0; }

.list-items {
  clear: both;
  margin-bottom: 100px; }

.list-items + .lesson-content-wrap {
  padding-top: 60px; }

.list-item-wrap {
  display: flex;
  margin-bottom: 100px;
  padding-left: 50px; }
  .list-item-wrap:last-child {
    margin-bottom: 0; }

.pagination {
  margin-bottom: 60px; }

.title-wrap .pagination {
  margin-bottom: 0;
  margin-top: 30px; }

.paging-buttons {
  background: #f7f7f7;
  color: #343434;
  text-transform: uppercase;
  display: inline-block;
  padding: 0;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
  letter-spacing: 1px; }
  .paging-buttons a,
  .paging-buttons .paging-deadlink {
    padding: 18px;
    float: left; }
  .paging-buttons .paging-all {
    border-left: 1px solid rgba(52, 52, 52, 0.05);
    border-right: 1px solid rgba(52, 52, 52, 0.05); }
  .paging-buttons a {
    color: rgba(52, 52, 52, 0.6); }
    .paging-buttons a:hover {
      color: #343434; }
  .paging-buttons .paging-deadlink {
    opacity: .2; }

#bottom-pagination {
  text-align: center; }

#blog-pagination {
  display: inline-block;
  margin: 20px auto 80px; }
  #blog-pagination a {
    color: rgba(52, 52, 52, 0.7); }
    #blog-pagination a:hover {
      color: #343434; }

.prevlink {
  float: left; }

.nextlink {
  float: right; }

.taxonomy-container .list-item-wrap {
  padding-left: 0; }

.taxonomy-container .single-content-wrap {
  margin-left: 0; }

.list-left {
  padding: 0 45px 0 0; }

.list-right {
  display: flex;
  padding: 0; }

h3.lesson-block-title {
  margin-bottom: 20px; }

h3.list-title {
  margin-bottom: 0;
  font-size: 24px; }

p.list-sub-title {
  margin: 10px 0 0;
  line-height: 1.5;
  opacity: .7; }

.list-item-link {
  padding: 30px 20px;
  display: flex;
  border-bottom: 1px solid rgba(52, 52, 52, 0.07);
  color: rgba(52, 52, 52, 0.9); }
  .list-item-link:hover {
    color: #343434; }
    .list-item-link:hover .lesson-count {
      opacity: .7; }

.lesson-count {
  opacity: .4;
  font-size: 24px;
  line-height: 1.2;
  transition: opacity 0.2s linear 0s; }

.list-item-content-wrap {
  display: flex;
  flex-flow: column;
  margin: 0 40px;
  flex-basis: 100%; }

.has-list-item-thumb {
  padding-right: 0; }
  .has-list-item-thumb .list-item-content-wrap {
    flex-basis: 70%; }

.list-item-thumb {
  height: 100px;
  width: 100px;
  margin-left: auto;
  border: none;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .list-item-thumb:after {
    content: '';
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(52, 52, 52, 0.2);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s; }
  .list-item-thumb:hover:after {
    opacity: 1; }

.child-lessons-title {
  display: none; }

.is-child-page .list-items .lesson-count,
.is-child-page .toplevel-lessons-title {
  display: none; }

.is-child-page .list-item-link {
  padding-left: 0; }

.is-child-page .list-item-content-wrap {
  margin-left: 0; }

.is-child-page .child-lessons-title {
  display: block; }

#included .intro-title-block p:last-of-type {
  padding-bottom: 0; }

.block-hero-is-dark {
  color: #fff; }
  .block-hero-is-dark a {
    color: #fff;
    border-bottom-color: #fff; }
    .block-hero-is-dark a:hover {
      color: #fff; }
  .block-hero-is-dark .button:hover, .block-hero-is-dark button:hover, .block-hero-is-dark input:hover[type="submit"], .block-hero-is-dark .signup-button:hover {
    color: #fff; }

.index-pagination, .single-pagination {
  color: rgba(52, 52, 52, 0.7);
  text-align: right;
  font-size: 18px;
  float: right;
  margin-bottom: 80px; }
  .index-pagination a, .single-pagination a {
    border: none;
    background: #f7f7f7;
    padding: 0;
    height: 60px;
    line-height: 60px;
    width: 60px;
    text-align: center;
    margin-left: 4px;
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    color: #343434; }
    .index-pagination a:hover, .single-pagination a:hover {
      color: rgba(52, 52, 52, 0.5); }
  .index-pagination .dead-icon, .single-pagination .dead-icon {
    opacity: .2;
    display: inline-block;
    padding: 14px 18px; }

.has-comments {
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-left: 10px;
  background: rgba(102, 122, 244, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }

#reply-title {
  margin-bottom: 10px; }

ol.comment-list {
  padding: 0;
  margin: 0 0 40px; }
  ol.comment-list li {
    list-style: none; }
  ol.comment-list li.comment, ol.comment-list li.pingback {
    list-style: none;
    word-wrap: break-word;
    padding: 0; }
  ol.comment-list ol {
    margin-bottom: 0;
    margin-left: 60px; }

.comment-body {
  background: #f9f9f9;
  padding: 44px 44px 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 16px; }
  .comment-body p {
    margin-bottom: 15px; }

.comment-body + #respond {
  padding-top: 40px; }

a.comment-reply-link {
  font-size: 11px;
  letter-spacing: 2px;
  border: none;
  text-transform: uppercase; }

.bypostauthor > .comment-body .fn {
  display: inline; }

.comment-author {
  display: block;
  margin: 0 0 20px;
  font-size: 15px;
  text-transform: capitalize; }
  .comment-author img.avatar {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px; }
  .comment-author img.avatar, .comment-author .fn {
    display: inline-block;
    margin: 0 8px 0 0;
    vertical-align: middle; }

.fn {
  font-style: normal; }

p.comment-notes, p.comment-form-url, p.logged-in-as, .says, .commentmetadata {
  display: none; }

#cancel-comment-reply-link {
  display: inline-block;
  margin-left: 10px; }

p.comment-form-author, p.comment-form-email {
  width: 49%; }

p.comment-form-comment {
  padding-bottom: 0;
  margin-bottom: 20px; }

p.comment-form-author, p.comment-form-email {
  margin-bottom: 30px; }

p.comment-form-author {
  float: left; }

p.comment-form-email {
  float: right; }

p.form-submit {
  text-align: right;
  float: right;
  clear: both;
  margin-bottom: 40px; }

p.comment-form-cookies-consent {
  clear: both; }
  p.comment-form-cookies-consent input {
    display: inline-block; }
  p.comment-form-cookies-consent label {
    margin: 3px 0 0 10px;
    max-width: 90%;
    display: inline-block;
    vertical-align: top; }
