@charset "UTF-8";

/* NOTE: Learning Steps */
div.frame.frame-learning-step-container {
  padding: 0;
}

div.frame.frame-learning-step-container .frame-container .frame {
  padding-top: 2.25rem;
  padding-bottom: 1.75rem;
}

div.frame.frame-learning-step-container .frame-background-none + .frame-background-none {
  padding-top: 0;
}

div.frame.frame-learning-step-container.frame-background-dark .learning-step-button-container, div.frame.frame-learning-step-container.frame-background-light .learning-step-button-container, div.frame.frame-learning-step-container.frame-background-primary .learning-step-button-container, div.frame.frame-learning-step-container.frame-background-secondary .learning-step-button-container, div.frame.frame-learning-step-container.frame-has-background-image .learning-step-button-container {
  padding-bottom: 2rem;
}

div.frame.frame-learning-step-container + .frame.frame-learning-step-container {
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

div.frame.frame-learning-step-container + .frame.frame-learning-step-container.show {
  visibility: visible;
  opacity: 1;
  height: auto;
  transition: visibility 0s linear 0s, opacity 700ms;
}

div.frame.frame-learning-step-container .learning-step-button-container {
  text-align: center;
  margin-bottom: 1rem;
}

div.frame.frame-learning-step-container .learning-step-button-container.hide {
  display: none;
}

div.frame.frame-learning-step-container:last-of-type .learning-step-button-container {
  display: none;
}

div.frame.frame-learning-step-container .btn-secondary.learning-step-button {
  background-color: #0082b4 !important;
}

div.frame.frame-learning-step-container .btn-secondary.learning-step-button:hover {
  background-color: #e3e3e3 !important;
}

.section :nth-last-child(2) .learning-step-button-container {
  display: none;
}

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

