/* Kajabi Overrides
***************************************************/
a:hover {
  filter: none; }

.container--default {
  max-width: none; }

.container--main {
  background: #2f7ed4 !important; }

/* Color Palette
***************************************************/
/* Typography
***************************************************/
/* Animations
***************************************************/
.blue-circle {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  transform-origin: center;
  animation-duration: 6.5s;
  -webkit-animation-duration: 6.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

.yellow-dashed-circle {
  animation-name: pulseSm;
  -webkit-animation-name: pulseSm;
  transform-origin: center;
  animation-duration: 4s;
  -webkit-animation-duration: 4s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

.blue-circle-outline {
  animation-name: pulseRevTwo;
  -webkit-animation-name: pulseRevTwo;
  transform-origin: center;
  animation-duration: 5s;
  -webkit-animation-duration: 5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

.sm-blue-circle {
  animation-name: pulseRev;
  -webkit-animation-name: pulseRev;
  transform-origin: center;
  animation-duration: 7s;
  -webkit-animation-duration: 7s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.85; }
  50% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.9);
    opacity: 0.85; } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    opacity: 0.85; }
  50% {
    -webkit-transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.95);
    opacity: 0.85; } }
@keyframes pulseSm {
  0% {
    transform: scale(0.95);
    opacity: 0.85; }
  50% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.95);
    opacity: 0.85; } }
@-webkit-keyframes pulseSm {
  0% {
    -webkit-transform: scale(0.95);
    opacity: 0.85; }
  50% {
    -webkit-transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.95);
    opacity: 0.85; } }
@keyframes pulseRev {
  0% {
    transform: scale(1);
    opacity: 0.85; }
  50% {
    transform: scale(0.96);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 0.85; } }
@-webkit-keyframes pulseRev {
  0% {
    -webkit-transform: scale(1);
    opacity: 0.85; }
  50% {
    -webkit-transform: scale(0.96);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    opacity: 0.85; } }
@keyframes pulseRevTwo {
  0% {
    transform: scale(1.05);
    opacity: 0.85; }
  50% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(1.05);
    opacity: 0.85; } }
@-webkit-keyframes pulseRevTwo {
  0% {
    -webkit-transform: scale(1.05);
    opacity: 0.85; }
  50% {
    -webkit-transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.05);
    opacity: 0.85; } }
/* Basic Styles
***************************************************/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Open Sans", sans-serif;
  font-size: 92%;
  font-weight: 400;
  color: #666666; }
  @media (min-width: 768px) {
    body {
      font-size: 100%; } }

*,
*::after,
*::before {
  box-sizing: border-box; }

/* Container Styles
***************************************************/
.lp-container {
  width: 100%;
  max-width: 1400px;
  padding: 0 40px;
  margin: 0 auto; }
  .lp-container img {
    width: 100%;
    height: auto; }
  .lp-container--flex {
    display: flex; }
  .lp-container--flex-center {
    justify-content: space-between;
    align-items: center;
    display: flex; }
  .lp-container--flex-top {
    justify-content: space-between;
    align-items: flex-start;
    display: flex; }
  .lp-container--flex-overflow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  @media (max-width: 767px) {
    .lp-container--mobile-flex-col {
      flex-direction: column; } }
  @media (max-width: 991px) {
    .lp-container--mobile-flex-tab {
      flex-direction: column; } }

/* Section Styles
***************************************************/
section {
  padding-bottom: 3em;
  padding-top: 3em; }
  @media (min-width: 992px) {
    section {
      padding-bottom: 6em;
      padding-top: 6em; } }

/* Headings
***************************************************/
h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  line-height: 1.15;
  text-transform: uppercase; }

h1 {
  margin-bottom: .375em;
  font-size: 3.125em;
  color: #2c8bd6; }
  h1 strong {
    font-weight: 400; }

h2 {
  font-size: 2.5em;
  font-weight: 400;
  color: #2c8bd6;
  margin-bottom: .375em; }

h3 {
  font-weight: 400;
  font-size: 1.875em;
  line-height: 1.4;
  letter-spacing: 0.03em;
  margin-top: 0; }

h4 {
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  font-size: 1.3em;
  font-weight: 300; }

/* Other Typography Tags
***************************************************/
p {
  line-height: 1.4; }

/* Button Styles
***************************************************/
.btn {
  display: inline-block;
  padding: 1em 2.675em;
  font-family: "Oswald", sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 8px;
  box-shadow: none;
  vertical-align: middle; }
  .btn::after {
    content: '';
    width: 20px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(arrow_right.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 10px;
    margin-top: -5px; }
  .btn--primary, .btn-form {
    background-color: #ffd702;
    color: #fff;
    box-shadow: -3px 3px 4px 0px rgba(0, 0, 0, 0.1);
    transition: .25s ease background-color, .25s ease box-shadow; }
    .btn--primary:hover, .btn-form:hover {
      background-color: #fac718;
      box-shadow: -3px 3px 16px 0px rgba(0, 0, 0, 0.1);
      transition: .25s ease background-color, .25s ease box-shadow;
      filter: none;
      color: #fff; }
  .btn-form {
    margin-top: 1em; }
  .btn--secondary {
    background-color: transparent;
    color: #ffd702; }
    .btn--secondary:hover {
      color: #ffd702;
      filter: none;
      opacity: .5; }
    .btn--secondary::after {
      background-image: url(arrow_right_yellow.svg); }

.main-navigation {
  padding: 1.5em 0;
  background-color: #fff; }
  .main-navigation__logo {
    display: inline-block;
    width: 300px;
    height: 50px;
    background-image: url("stephanie_chung_logo.png");
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 100% auto; }
  .main-navigation__btn {
    padding: 0; }
  @media (max-width: 767px) {
    .main-navigation {
      padding: 40px 0 .25em 0;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 10; }
      .main-navigation__logo {
        width: 250px;
        height: 40px;
        margin: 15px auto; }
      .main-navigation__btn {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: #2c8bd6;
        margin: 0;
        border-radius: 0;
        color: #fff;
        height: 40px;
        line-height: 38px; } }

.hero {
  background: #fafafa;
  background: -moz-linear-gradient(top, #fafafa 0%, #f4f4f4 100%);
  background: -webkit-linear-gradient(top, #fafafa 0%, #f4f4f4 100%);
  background: linear-gradient(to bottom, #fafafa 0%, #f4f4f4 100%);
  min-height: 70vh;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  position: relative; }
  .hero__headline-container {
    max-width: 750px;
    width: 60%;
    position: relative;
    z-index: 1; }
  .hero__subhead {
    margin-bottom: 2em;
    max-width: 485px; }
  .hero__animation {
    position: absolute;
    width: 45%;
    height: 100%;
    right: 0;
    bottom: 0;
    padding-top: 2em; }
    .hero__animation svg {
      height: 100%; }
  @media (max-width: 767px) {
    .hero {
      margin-top: 113px;
      height: auto;
      min-height: 0;
      background: #2f7ed4 !important; }
      .hero h1 {
        color: #fff; }
      .hero__subhead {
        color: #fff; }
      .hero__animation {
        width: 100%;
        right: 0;
        opacity: .35;
        text-align: center; }
      .hero__headline-container {
        width: 100%; } }

/* CTA Flag
***************************************************/
.cta-flag {
  position: fixed;
  top: 50%;
  right: -125px;
  width: 125px;
  padding: 0 10px;
  height: auto;
  background: #ffd702;
  z-index: 5;
  box-shadow: -3px 3px 4px 0px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 8px;
  opacity: .95;
  border-bottom-left-radius: 8px;
  transition: .5s ease right; }
  .cta-flag a {
    color: #fff;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    text-align: center;
    display: block;
    line-height: 1.25;
    font-size: 1.15em; }
  .cta-flag a::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    margin: 5px auto 0 auto;
    background-image: url(arrow_right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: .5s ease right;
    transform: rotate(90deg); }
  .cta-flag.slide-out {
    right: 0;
    transition: .5s ease right; }
  .cta-flag:hover {
    background-color: #fac718;
    box-shadow: -3px 3px 16px 0px rgba(0, 0, 0, 0.1);
    transition: .25s ease background-color, .25s ease box-shadow;
    filter: none;
    color: #fff; }
  @media (max-width: 767px) {
    .cta-flag {
      display: none; } }

/* Intro Text Block
***************************************************/
.intro p {
  font-size: 1.3em; }
.intro__left {
  margin-bottom: 1em; }
@media (min-width: 992px) {
  .intro__left {
    width: 40%;
    padding-right: 6%;
    margin-bottom: 0; }
  .intro__right {
    width: 60%;
    padding-left: 4%; } }

/* Video Block
***************************************************/
.video {
  background: #1d78c0;
  margin-top: 0;
  margin-bottom: 0; }
  .video__iframe-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; }
  .video__iframe-object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Text Overview Block
***************************************************/
.overview {
  padding-top: 0;
  background: #1d78c0;
  color: #fff; }
  .overview h4 {
    margin: 1em 0;
    line-height: 1.3; }
  .overview__left {
    display: none; }
  @media (min-width: 768px) {
    .overview__left {
      width: 50%;
      padding-right: 12%;
      display: block; }
    .overview__right {
      width: 50%; } }

/* Course Features Block
***************************************************/
.course-features {
  background-color: #fff; }
  .course-features__double-block {
    width: 100%;
    padding: 1em;
    display: flex;
    justify-content: center;
    align-items: center; }
  .course-features .lp-container {
    padding: 0 20px; }
  .course-features__single-block {
    width: 100%;
    padding: 1em; }
  .course-features__inner-block {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding: 0.275em 1.25em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 375px;
    width: 100%;
    margin: 0 auto; }
  .course-features__image {
    max-width: 100px;
    margin-right: 20px; }
  .course-features__btn-container {
    text-align: center;
    padding-top: 2em; }
  .course-features__title {
    font-weight: 600;
    font-size: 1.375em; }
  .course-features h3 {
    color: #2c8bd6;
    text-align: center;
    max-width: 500px; }
  @media (min-width: 768px) {
    .course-features .lp-container {
      padding: 0 40px; }
    .course-features__double-block {
      width: 100%; }
    .course-features__single-block {
      width: 50%;
      display: flex; }
    .course-features__inner-block {
      max-width: none;
      padding: 0.275em 1.25em; }
    .course-features__image {
      margin-bottom: 1em;
      max-width: 135px; } }
  @media (min-width: 992px) {
    .course-features__double-block {
      width: 50%; }
    .course-features__single-block {
      width: 25%; }
    .course-features__inner-block {
      display: block;
      padding: 2.275em 1.25em; }
    .course-features__image {
      max-width: 175px; }
    .course-features__btn-container {
      padding-top: 5em !important; }
    .course-features h3 {
      max-width: 400px;
      font-size: 2.25em;
      line-height: 1.2;
      text-align: left; } }

/* Form Block
***************************************************/
.form {
  background-color: #f0f1f1; }
  .form .form__headline-container {
    text-align: center;
    max-width: 700px;
    margin: 0 auto; }
  .form .section--middle {
    max-width: 500px;
    text-align: center;
    margin: 2em auto 0 auto;
    background: #fff;
    padding: 2em;
    border: 1px solid #ebebeb;
    border-radius: 8px; }
  .form .form-control {
    background-color: #f4f4f4; }
  .form h3 {
    font-family: "Open Sans", sans-serif;
    text-transform: none;
    font-size: 1em;
    max-width: 500px;
    margin: 0 auto; }
