/*!
Theme Name: AccelerateAcademy
Description: Bespoke theme for AccelerateAcademy
Author: BrightMinded Ltd.
Author URI: http://brightminded.com/
License: BESPOKE
Version: 1.0
Text Domain: accelerateacademy
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal; }

.cf:before, .cf:after {
  content: " ";
  display: table;
  -ms-flex: 0;
      flex: 0; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

html {
  box-sizing: border-box; }

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

body {
  color: #202020;
  font-family: "Montserrat",sans-serif;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.3333333;
  font-weight: 400;
  background-color: #F0F0F0;
  max-width: 2000px;
  margin: 0 auto; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-size: 12px;
  font-size: .75rem;
  font-style: italic; }

button, [type=button], [type=submit] {
  -webkit-appearance: none;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: transparent;
  cursor: pointer; }

input[type=text], input[type=email], input[type=search] {
  -webkit-appearance: none; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit; }

input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ff4900;
  background-color: #F4F4F1;
  padding: 24px 20px 16px 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  display: block;
  box-sizing: border-box;
  height: 58px;
  border-radius: 0;
  -webkit-appearance: none; }

input[type="submit"] {
  width: auto; }

input[type="checkbox"] {
  display: inline-block;
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  background-color: #F4F4F1;
  position: relative;
  width: 18px;
  height: 18px;
  vertical-align: -3px;
  color: #00AD9D;
  border: 1px solid #707070;
  margin-right: 7px; }

input[type="checkbox"]::before {
  content: "\00a0";
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  background-image: url("images/checked.svg");
  background-size: 15px 13px;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%; }

input[type="checkbox"]:checked {
  border-color: #ff4900; }

input[type="checkbox"]:checked::before {
  visibility: visible;
  background-color: #ff4900; }

input[type="checkbox"]:checked + label {
  color: #00AD9D;
  font-weight: 500; }

ul {
  list-style: none; }

li {
  position: relative;
  margin-bottom: 12px;
  margin-left: 12px; }

li::after {
  content: '\00a0';
  position: absolute;
  left: -12px;
  top: 9px;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background-color: currentColor; }

table {
  width: 100%; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

a {
  color: inherit; }

[hidden] {
  display: none; }

.section--bg-orange {
  background-color: #ff4900; }

.section--bg-white {
  background-color: #fff; }

.heading-1 {
  position: relative;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 12px;
  color: #3C3C3B; }

.heading-1--line {
  padding-top: 11px; }

.heading-1--line::before {
  content: "\00a0";
  position: absolute;
  background-color: #ff4900;
  top: 0;
  left: 0;
  width: 58px;
  height: 1px; }

.heading-2 {
  position: relative;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.1;
  padding-top: 9px;
  margin-bottom: 25px; }

.heading-2::before {
  content: "\00a0";
  position: absolute;
  background-color: #ff4900;
  left: 0;
  width: 58px;
  height: 1px;
  top: 0; }

.heading-2--large {
  font-size: 30px;
  font-size: 1.875rem; }

.heading-3 {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  color: #202020; }

.medium {
  font-weight: 500; }

.bold {
  font-weight: 800; }

.wp-caption-text {
  font-weight: 500;
  color: #202020; }

.row {
  position: relative;
  max-width: 1007px;
  margin: 0 auto;
  padding: 0 40px 0;
  width: 100%; }

.row--wide {
  max-width: 1280px;
  width: 100%; }

.row__medium-content {
  max-width: 1092px; }

.required-span {
  color: #ff4900; }

.white-bg {
  background-color: #fff;
  margin-bottom: 30px; }

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

.large-text {
  font-size: 20px;
  font-size: 1.25rem; }

@media (max-width: 47.99em) {
  .row {
    padding: 0 14px; } }

@media (min-width: 48em) {
  .row {
    padding: 0 40px; } }

.wp-caption {
  max-width: 100%;
  margin-bottom: 10px; }

.wp-caption img {
  background-color: transparent;
  box-sizing: content-box; }

.wp-caption-text {
  background-color: transparent;
  width: 100%;
  padding: 8px 0 15px 0;
  font-size: 13px;
  font-size: .8125rem;
  box-sizing: content-box; }

.alignleft, .alignright {
  max-width: 50%; }

.alignleft {
  float: left;
  margin-right: 10px; }

.alignright {
  float: right;
  margin-left: 10px; }

.aligncenter {
  display: block;
  margin: 36px auto; }

.alignleft, .alignright, .alignnone {
  margin-bottom: 20px; }

.alignleft img, .alignright img, .aligncenter img, .alignleft .wp-caption-text, .alignright .wp-caption-text, .aligncenter .wp-caption-text {
  box-sizing: border-box; }

@media (max-width: 46.25em) {
  .alignleft, .alignright {
    max-width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0; } }

@media (max-width: 31.25em) {
  .alignleft, .alignright, .aligncenter, .alignnone {
    max-width: 100%; } }

@keyframes pulsing-scale {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0; }
  5% {
    opacity: 1; }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0; } }

.title-block {
  text-align: center;
  background-color: #fff;
  margin-bottom: 32px;
  padding: 26.5px 0 33px 0; }

.title-block--left-align {
  text-align: left; }

.title-block__content {
  max-width: 520px;
  margin: 0 auto;
  padding: 0 14px; }

.title-block .row {
  max-width: 866px; }

@media (min-width: 62.5em) {
  .title-block__content {
    max-width: 572px;
    padding: 0 40px; } }

.two-col-cta {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: #fff;
  margin-bottom: 32px;
  overflow: hidden;
  min-height: 450px; }

.two-col-cta__image-col {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  margin-right: 15px; }

.two-col-cta__image {
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.two-col-cta__image-offset {
  width: 50%;
  margin-right: 30px; }

.two-col-cta__image--mobile {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 30vw;
  min-height: 240px;
  margin-bottom: 20px; }

.two-col-cta__text-col {
  width: 50%;
  padding-top: 52px;
  padding-bottom: 61px; }

.two-col-cta__text-col-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  height: 100%;
  max-width: 577px;
  padding-right: 102px;
  margin: 0 40px; }

.two-col-cta--right .two-col-cta__text-col-inner {
  float: right; }

.two-col-cta--right .two-col-cta__image-col {
  left: inherit;
  margin-right: 0; }

.two-col-cta--right .two-col-cta__image-offset {
  -ms-flex-order: 1;
      order: 1; }

.two-col-cta--orange {
  background-color: #ff4900;
  color: #fff;
  font-weight: 600; }

.two-col-cta--orange .heading-2 {
  font-weight: 800; }

.two-col-cta--orange .heading-2::before {
  background-color: #fff; }

.two-col-cta--orange .button {
  color: #ff4900;
  background-color: #fff;
  border: 1px solid #fff; }

.two-col-cta--orange .button:hover, .two-col-cta--orange .button:focus, .two-col-cta--orange .button:active {
  background-color: transparent;
  color: #fff; }

.two-col-cta .button {
  margin-top: 10px; }

.two-col-cta__heading {
  max-width: 382px; }

.two-col-cta__teaser {
  margin-bottom: 9px; }

.two-col-cta__figures {
  margin-bottom: 31px; }

.two-col-cta__figures-small {
  font-size: 10px;
  font-size: .625rem; }

.two-col-cta__figures-divider {
  font-weight: 100;
  color: #ff4900; }

.two-col-cta__buttons-form {
  display: inline-block; }

.two-col-cta__buttons-form .button {
  margin-right: 0; }

@media (max-width: 34.365em) {
  .two-col-cta .sticker + .two-col-cta__heading {
    max-width: 100%;
    padding-right: 108px; } }

@media (max-width: 62.49em) {
  .two-col-cta {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
  .two-col-cta__image-offset {
    display: none; }
  .two-col-cta__image-col {
    position: relative;
    width: 100%;
    height: 30vw;
    min-height: 214px; }
  .post-type-archive-sfwd-courses .two-col-cta__image-col {
    display: none; }
  .two-col-cta__text-col {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px; }
  .two-col-cta__text-col-inner {
    max-width: none;
    padding-right: 0; }
  .two-col-cta__buttons {
    text-align: center; }
  .two-col-cta__buttons .button, .two-col-cta__buttons .button + .button:last-of-type {
    margin: 10px 15px; } }

@media (max-width: 375px) {
  .two-col-cta .sticker + .two-col-cta__heading, .sticker--offer-mobile + .two-col-cta__text-col-inner .sticker + .two-col-cta__heading {
    margin-top: 80px;
    padding-right: 0; } }

@media (max-width: 47.99em) {
  .two-col-cta__text-col-inner {
    margin: 0 14px; }
  .two-col-cta .button:not(.two-col-cta__buttons .button) {
    position: relative;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
  .two-col-cta .button:not(.two-col-cta__buttons .button) + .button {
    display: table;
    margin-top: 20px; } }

@media (min-width: 62.5em) {
  .two-col-cta {
    padding: 0 40px; }
  .post-type-archive-sfwd-courses .two-col-cta__text-col-inner {
    padding-right: 122px; }
  .two-col-cta__text-col-inner {
    margin: 0 0 0 35px; } }

.button {
  display: inline-block;
  text-align: center;
  min-width: 195px;
  padding: 10px 18px;
  border-radius: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  background-color: #ff4900;
  transition: ease-in 0.15s;
  border: 1px solid #ff4900;
  margin-right: 30px; }

.button:hover, .button:focus, .button:active {
  background-color: #fff;
  color: #ff4900; }

.button + .button:last-of-type {
  margin-right: 0; }

.button--outline {
  display: inline-block;
  text-align: center;
  min-width: 195px;
  padding: 10px 18px;
  border-radius: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  background-color: #ff4900;
  transition: ease-in 0.15s;
  border: 1px solid #ff4900;
  color: #ff4900;
  background-color: #fff; }

.button--outline:hover, .button--outline:focus, .button--outline:active {
  color: #fff;
  background-color: #ff4900; }

.center-button-container {
  text-align: center; }

.module-content-block {
  max-width: 1280px;
  padding: 0;
  margin: 0 auto 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 25px;
  line-height: 1.5625rem; }

@media (max-width: 47.99em) {
  .module-content-block {
    -ms-flex-direction: column;
        flex-direction: column; } }

@media (min-width: 48em) {
  .module-content-block {
    padding: 0; } }

@media (min-width: 62.5em) {
  .module-content-block {
    padding: 0 40px; } }

.module-title-block {
  background-color: #fff;
  padding: 14px; }

.module-title-block__content {
  max-width: 1200px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.module-title-block__details {
  text-transform: uppercase;
  color: #616264;
  font-weight: 500;
  font-size: 14px;
  font-size: .875rem;
  line-height: 22px;
  line-height: 1.375rem; }

.module-title-block__back-link {
  text-align: center;
  text-decoration: none; }

.module-title-block__back-link span {
  display: block;
  text-transform: uppercase;
  color: #616264;
  font-size: 8px;
  font-size: .5rem;
  line-height: 22px;
  line-height: 1.375rem; }

.module-title-block__back-link:hover span, .module-title-block__back-link:focus span, .module-title-block__back-link:active span {
  color: #ff4900; }

.module-title-block__back-link:hover svg, .module-title-block__back-link:focus svg, .module-title-block__back-link:active svg {
  fill: #ff4900; }

@media (max-width: 34.365em) {
  .module-title__content {
    -ms-flex-direction: column;
        flex-direction: column; }
  .module-title-block__back-link {
    -ms-flex-item-align: end;
        align-self: flex-end; } }

@media (min-width: 48em) {
  .module-title-block {
    padding: 26px 40px 28px; } }

.module-sidebar {
  background-color: #fff;
  position: relative;
  margin-right: 31px;
  width: calc(35% - 31px);
  min-width: 305px; }

@media (max-width: 47.99em) {
  .module-sidebar {
    margin-bottom: 30px;
    margin-right: 0;
    width: 100%; } }

.module-sidebar__heading {
  margin-top: 20px;
  margin-left: 26px;
  margin-right: 24px; }

.module-sidebar__details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  text-transform: uppercase;
  margin-left: 35px;
  margin-right: 24px;
  font-size: 12px;
  font-size: .75rem;
  line-height: 48px;
  line-height: 3rem; }

.module-sidebar ol {
  list-style-type: decimal; }

.module-sidebar__lesson, .module-sidebar__topic {
  margin-bottom: 0;
  padding-top: 18px;
  padding-bottom: 10px;
  min-height: 60px;
  color: #989898;
  text-decoration: none;
  margin-left: 0; }

.module-sidebar__topic--module {
  margin-bottom: 75px; }

.module-sidebar__lesson {
  left: 35px;
  width: calc(100% - (1em + 35px + 17px)); }

.module-sidebar__lesson--current {
  color: #202020; }

.module-sidebar__lesson--current .module-sidebar__arrow svg {
  fill: #000; }

.module-sidebar__lesson-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.module-sidebar__topic {
  text-indent: 0;
  padding-left: 53px; }

.module-sidebar__topic a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  text-decoration: none; }

.module-sidebar ol > li {
  cursor: pointer;
  margin-left: 1em; }

.module-sidebar ol li::after {
  display: none; }

.module-sidebar__arrow-container {
  margin-left: 10px;
  margin-right: 6px; }

.module-sidebar__topics {
  display: none; }

.module-sidebar__topics--current {
  display: block; }

.module-sidebar--lesson .module-sidebar__topics--current {
  display: none; }

.module-sidebar__duration-container {
  display: -ms-flexbox;
  display: flex;
  padding-right: 17px; }

.module-sidebar__duration {
  font-size: 15px;
  font-size: .9375rem;
  margin-right: 0;
  min-width: 60px;
  margin-left: 8px; }

.module-sidebar__is-complete {
  width: 32px;
  height: 32px;
  margin-top: -5px; }

.module-sidebar li:hover, .module-sidebar li:focus-within, .module-sidebar .module-sidebar__topic--current {
  color: #202020; }

.module-sidebar li:hover .module-sidebar__arrow, .module-sidebar li:focus-within .module-sidebar__arrow, .module-sidebar .module-sidebar__topic--current .module-sidebar__arrow {
  fill: #000; }

.module-sidebar__topic:hover, .module-sidebar__topic:focus-within, .module-sidebar__topic--current, .module-sidebar__topic--module {
  background-color: #F0F0F0;
  color: #202020; }

.module-content-block__main--cols, .module-content-block__main--full {
  background-color: #fff;
  padding: 30px 14px;
  display: block;
  width: 65%; }

.module-content-block__img--full-width {
  max-width: unset;
  width: calc(100% + 28px);
  margin-left: -14px;
  margin-top: 10px; }

.module-content-block__lesson-intro {
  margin-bottom: 38px; }

@media (max-width: 47.99em) {
  .module-content-block__main--full {
    width: 100%; } }

@media (min-width: 48em) {
  .module-content-block__main--cols, .module-content-block__main--full {
    padding: 40px 40px 50px; }
  .module-content-block__img--full-width {
    width: calc(100% + 80px);
    margin-left: -40px; } }

@media (max-width: 62.49em) {
  .module-content-block__main-col-2 {
    text-align: center;
    margin-top: 30px; } }

@media (min-width: 62.5em) {
  .module-content-block__main--cols, .module-content-block__main--full {
    width: 65%; }
  .module-content-block__main--full {
    padding: 40px 60px 50px; }
  .module-content-block__main--cols {
    padding: 40px 30px 50px 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .module-content-block__cols {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .module-content-block__main-col-1 {
    width: 62%; }
  .module-content-block__main-col-2 {
    width: 34%;
    -ms-flex-item-align: center;
        align-self: center; }
  .module-content-block__img--full-width {
    width: calc(100% + 120px);
    margin-left: -60px; } }

.module-content-block__main-time {
  margin-bottom: 28px;
  padding-top: 16px;
  font-size: 15px;
  font-size: .9375rem; }

.module-content-block__main-time::before {
  content: '';
  display: inline-block;
  background-image: url(images/clock.svg);
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 9px;
  position: relative;
  top: 3px; }

.module-content-block__main-time span {
  font-weight: 500; }

.module-content-block__main-text {
  padding-top: 30px; }

.module-content-block__main-text .heading-3 {
  margin-bottom: 12px; }

.module-content-block__main-text li {
  color: #616264; }

.module-content-block__embed-overlap-container {
  margin-left: -60px;
  margin-right: -60px; }

body .module-content-block__main--full .fluid-width-video-wrapper {
  margin-bottom: 30px; }

@media (max-width: 62.49em) {
  .module-content-block__embed-overlap-container {
    margin-left: -40px;
    margin-right: -40px; } }

@media (max-width: 47.99em) {
  .module-content-block__embed-overlap-container {
    margin-left: -14px;
    margin-right: -14px; }
  .module-content-block__main-time {
    padding-top: 0; } }

.course-steps .button {
  margin: 0; }

.testimonial__row {
  max-width: 1280px;
  margin: 22px 0 30px;
  width: 100%; }

.testimonial__row h2 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 500;
  margin-bottom: 26px;
  text-align: center;
  padding: 0 14px; }

.testimonial__columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.testimonial__col {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
  padding: 30px 24px 30px 30px;
  font-size: 18px;
  font-weight: 500;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.testimonial__col--green {
  background-color: #C2DB00; }

.testimonial__col--purple {
  background-color: #5B2C8D;
  color: #fff;
  fill: #fff; }

.testimonial__col--teal {
  background-color: #00AD9D;
  color: #fff;
  fill: #fff; }

.testimonial__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-bottom: 14px;
  margin-bottom: 18px;
  position: relative;
  font-size: 16px;
  font-size: 1rem; }

.testimonial__header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 60px;
  border-bottom: 1px solid currentColor; }

.testimonial__details {
  -ms-flex: 1 1 0px;
      flex: 1 1 0; }

.testimonial__header img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: 12px;
  border: 3px solid #fff; }

.testimonial__name {
  font-weight: 600; }

.testimonial__quote {
  margin-bottom: auto;
  padding-bottom: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem; }

.testimonial__quote-icon {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: -5px; }

@media (max-width: 62.49em) {
  .testimonial__columns {
    display: inline-block; }
  .testimonial__col:not(:last-of-type) {
    margin-bottom: 15px; } }

@media (min-width: 48em) {
  .testimonial__row {
    padding: 0 40px;
    margin: 30px auto; }
  .testimonial__row h2 {
    font-size: 30px;
    font-size: 1.875rem; }
  .testimonial__col:only-child .testimonial__header .testimonial__details {
    -ms-flex: none;
        flex: none; }
  .testimonial__col:only-child .testimonial__header img {
    margin-left: 20px; } }

@media (min-width: 62.5em) {
  .testimonial__col:not(:last-of-type) {
    margin-right: 30px; }
  .testimonial__col:only-of-type .testimonial__header {
    -ms-flex-pack: start;
        justify-content: flex-start; } }

.form-section, form#order_review {
  padding: 27px 63px 25px 63px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  max-width: 780px; }

.form-section--login {
  text-align: center;
  padding: 27px 0 25px 0;
  max-width: 100%; }

.form-section__section {
  margin-bottom: 61px; }

.form-section__strapline {
  margin: 0 48px; }

.form-section__form {
  margin: 27px auto 0; }

.form-section__form--login {
  max-width: 423px; }

.form-section__form form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.form-section__text {
  margin-bottom: 24px; }

.form-section p, form#order_review p {
  font-weight: 600;
  line-height: 22px;
  line-height: 1.375rem; }

.form-section--login p {
  font-weight: 400; }

.form-section p a:not(.button), form#order_review p a:not(.button) {
  color: #ff4900; }

.form-section__forgot-password-link {
  -ms-flex-order: 1;
      order: 1;
  margin-bottom: 13px;
  font-size: 13px;
  font-size: .8125rem; }

.form-section__form .login-remember {
  -ms-flex-order: 2;
      order: 2; }

.form-section__wysiwyg {
  margin-bottom: 22px; }

.form-section__form input {
  margin: 0; }

.form-section__form .login-submit {
  margin-bottom: 29px; }

.form-section input[type="submit"], .form-section__login-btn {
  width: 292px;
  max-width: 100%;
  margin-right: 0;
  margin: 30px auto; }

.form-section.form-section .form-section__login-btn {
  padding: 18px 20px;
  margin-bottom: 29px; }

.form-section__forgot {
  margin-bottom: 11px; }

.form-section__register-input, .payment_box .form-row {
  margin-bottom: 24px; }

.login-remember input {
  margin-right: 4px; }

.woocommerce-billing-fields .form-row input {
  padding: 24px 20px 16px; }

.form-section__error-notice {
  color: #fff;
  background-color: #ed008c;
  padding: 6px 12px;
  text-align: left;
  font-weight: 500; }

.form-section__centered-text {
  text-align: center; }

.form-section .button {
  margin: 0; }

.form-section__left-align {
  text-align: left; }

.form-section .notice {
  border-bottom: none;
  text-align: center; }

.form-section .notice:not(.notice--warning) {
  margin-top: 0; }

.heading--margin-top {
  margin-top: 60px; }

.form-section .heading-1 {
  margin-bottom: 25px; }

.form-section .form-section__small-text {
  font-weight: 400;
  font-size: 12px;
  font-size: .75rem; }

@media (max-width: 47.99em) {
  .form-section, form#order_review {
    margin-top: 31px;
    padding: 27px 14px 25px 14px; }
  .form-section--registration {
    padding-left: 14px;
    padding-right: 14px; }
  .form-section .notice {
    padding-right: 14px; }
  .form-section__forgot {
    margin-bottom: 23px; } }

.site-header {
  background-color: #fff;
  border-bottom: 1px solid #BCBCBC; }

.site-header .row {
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }

.site-header__brand {
  text-decoration: none; }

.site-header__logo {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 2px solid #BCBCBC; }

.site-header__tagline {
  display: inline-block;
  padding: 6px 0 0; }

.site-header__action--menu, .site-header__action--account {
  display: inline-block;
  margin-left: 15px; }

.site-header__action {
  display: none; }

.site-header__action svg {
  fill: #616264;
  width: 25px;
  height: 25px; }

.site-header__action--label {
  color: #616264;
  display: block;
  font-size: 9px;
  font-size: .5625rem;
  font-weight: 600; }

.site-header__account-link {
  float: left;
  text-align: center;
  text-decoration: none; }

.site-header__account-link--active .site-header__action--label {
  color: #ff4900; }

.site-header__account-link--active svg {
  fill: #ff4900; }

.primary-nav .site-header__signout--mobile {
  background-color: #ff4900;
  text-transform: uppercase;
  margin-left: 0;
  margin-top: 20px;
  text-align: center; }

.primary-nav .site-header__signout--mobile span {
  vertical-align: middle; }

.primary-nav .site-header__signout--mobile svg {
  margin-right: 10px; }

.primary-nav .site-header__signout--mobile a {
  display: -ms-flexbox;
  display: flex;
  max-width: 175px;
  margin: 0 auto;
  padding: 14px 40px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  font-size: 13px;
  font-size: .8125rem; }

.primary-nav .site-header__signout--mobile a:hover {
  color: #fff; }

.primary-nav .site-header__signout--mobile svg, .site-header__signin svg {
  fill: #fff; }

.primary-nav .site-header__signout--desktop svg {
  fill: #ff4900;
  width: 14px;
  margin-left: 12px; }

.primary-nav .site-header__signout--desktop a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-pack: end;
      justify-content: flex-end; }

@media (max-width: 339px) {
  .site-header__account-link {
    display: none; } }

@media (max-width: 377px) {
  .site-header__tagline {
    max-width: 128px; } }

@media (min-width: 378px) and (max-width: 549px) {
  .site-header__tagline {
    max-width: 166px; } }

@media (max-width: 34.365em) {
  .site-header__logo {
    width: 54px;
    padding-right: 10px;
    margin-right: 5px; }
  .site-header__logo, .site-header__tagline {
    margin-bottom: 6px; } }

@media (min-width: 34.375em) {
  .site-header__brand {
    white-space: nowrap; } }

@media (max-width: 62.49em) {
  .site-header__action {
    display: inline-block;
    margin-left: auto; }
  .primary-nav .site-header__signout--desktop {
    display: none; }
  .primary-nav .site-header__signin {
    background-color: #ff4900;
    text-transform: uppercase;
    margin-left: 0;
    margin-top: 20px;
    text-align: center; }
  .primary-nav .site-header__signin span {
    vertical-align: middle; }
  .primary-nav .site-header__signin svg {
    margin-right: 10px; }
  .primary-nav .site-header__signin a {
    display: -ms-flexbox;
    display: flex;
    max-width: 175px;
    margin: 0 auto;
    padding: 14px 40px;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    color: #fff;
    font-size: 13px;
    font-size: .8125rem; }
  .primary-nav .site-header__signin a:hover {
    color: #fff; } }

@media (min-width: 48em) {
  .site-header .row {
    padding: 20px 40px; } }

@media (min-width: 62.5em) {
  .site-header .row {
    padding: 0 40px; }
  .site-header__brand {
    margin-top: 3px; }
  .primary-nav {
    padding-top: 30px; }
  .primary-nav .site-header__signout--mobile {
    display: none; }
  .primary-nav .site-header__signin {
    margin-left: 0;
    border-bottom: 0; }
  .primary-nav .site-header__signin span {
    display: none; }
  .site-header__signin .site-header__button {
    background-color: #ff4900;
    color: #fff;
    font-weight: 500;
    padding: 8px 20px;
    margin-left: 60px;
    text-decoration: none;
    min-width: 100px;
    display: inline-block;
    text-align: center;
    border-bottom: 0; }
  .site-header__signin .site-header__button:hover, .site-header__signin .site-header__button:focus {
    background-color: #e04000;
    color: #fff;
    border-bottom: 0; } }

.site-footer {
  background-color: #fff; }

.site-footer .row {
  max-width: 1280px;
  margin: 0 auto;
  padding: 30px 14px 0;
  display: -ms-flexbox;
  display: flex; }

.site-footer__heading, .site-footer p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem; }

.site-footer__heading {
  font-weight: 600; }

.site-footer__nav li {
  margin: 0; }

.site-footer__nav li::after {
  display: none; }

.site-footer__nav li a, .site-footer__contact p, .site-footer__legal p {
  text-decoration: none;
  color: #616264;
  font-weight: 500; }

.site-footer .site-footer__contact {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px; }

.site-footer--logged-out .site-footer__contact address {
  margin-top: 20px; }

.site-footer__contact a {
  text-decoration-thickness: 0.5px; }

.site-footer__contact a:hover, .site-footer__contact a:focus, .site-footer__contact a:focus-visible {
  color: #ff4900; }

.site-footer__phone p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-weight: 500; }

.site-footer__phone p:not(:last-of-type) {
  margin-bottom: 14px; }

.site-footer--logged-out .site-footer__primary-nav {
  margin-bottom: 25px; }

.site-footer .site-footer__message {
  color: #ff4900;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 35px;
  line-height: 2.1875rem;
  font-weight: 500; }

.site-footer--logged-in .site-footer__message {
  margin-right: 20px; }

.site-footer__legal, .site-footer--logged-in .site-footer__brand {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.site-footer__legal {
  box-shadow: 14px 0px 0px 0px #fff inset,-14px 0px 0px 0px #fff inset,0px 2px 0px 0px #F0F0F0 inset; }

.site-footer__legal-nav li {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 30px;
  line-height: 1.875rem; }

.site-footer__legal-nav li a, .site-footer__legal p {
  font-size: 13px;
  font-size: .8125rem; }

.site-footer__legal-nav li:hover > a, .site-footer__legal-nav li:focus > a, .site-footer__legal-nav li > a:focus-visible {
  text-decoration: underline;
  color: #ff4900; }

.site-footer__primary-nav {
  font-size: 16px;
  font-size: 1rem;
  line-height: 25px;
  line-height: 1.5625rem; }

.site-footer__primary-nav li:hover > a, .site-footer__primary-nav li:focus > a, .site-footer__primary-nav li > a:focus-visible {
  color: #000;
  background-color: #FFE700;
  padding: 0 4px;
  margin-left: -4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.site-footer__primary-nav li a {
  display: block; }

.site-footer__graphic {
  margin-top: 30px;
  content: '';
  background-image: url(images/footer-graphic.svg);
  height: 80px;
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: center; }

@media (min-width: 34.375em) {
  .site-footer__legal-nav li {
    display: inline-block;
    padding: 0 8px 0 10px;
    margin-bottom: 8px;
    border-left: 2px solid #ff4900;
    line-height: 16px;
    line-height: 1rem; }
  .site-footer__legal-nav li:first-of-type {
    padding-left: 0;
    border-left: none; }
  .site-footer__phone p {
    font-size: 22px;
    font-size: 1.375rem; } }

@media (max-width: 47.99em) {
  .site-footer__brand > svg {
    margin-bottom: 20px; }
  .site-footer__legal {
    text-align: center; }
  .site-footer--logged-in .site-footer__contact, .site-footer .site-footer__legal {
    -ms-flex-direction: column;
        flex-direction: column;
    padding-top: 15px; }
  .site-footer--logged-in .site-footer__contact > :not(:last-child) {
    margin-bottom: 15px; }
  .site-footer--logged-out .site-footer__contact, .site-footer--logged-in .site-footer__brand {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
  .site-footer__logo {
    border-bottom: 2px solid #F0F0F0;
    margin-bottom: 25px;
    padding-bottom: 25px; }
  .site-footer__address {
    display: none; } }

@media (min-width: 48em) {
  .site-footer .row {
    padding: 30px 40px 0; }
  .site-footer--logged-in .site-footer__contact address {
    margin-right: 50px; }
  .site-footer--logged-in .site-footer__brand {
    -ms-flex-direction: row;
        flex-direction: row; }
  .site-footer--logged-out .site-footer__contact > * {
    width: 50%; }
  .site-footer__legal {
    box-shadow: 40px 0px 0px 0px #fff inset,-40px 0px 0px 0px #fff inset,0px 2px 0px 0px #F0F0F0 inset; }
  .site-footer__message--mobile {
    display: none; }
  .site-footer__message--desktop {
    display: block; }
  .site-footer__address {
    display: none; }
  .site-footer__graphic {
    margin-top: 40px;
    height: 90px; } }

@media (max-width: 62.49em) {
  .site-footer__nav {
    margin-bottom: 1em; }
  .site-footer__logo--desktop {
    display: none; }
  .site-footer__logo--mobile {
    margin-right: 28px; }
  .site-footer__brand-inner {
    display: -ms-flexbox;
    display: flex;
    border-bottom: 2px solid #F0F0F0;
    margin-bottom: 20px; }
  .site-footer__brand-inner .site-footer__heading {
    margin-bottom: 16px; }
  .site-footer__primary-nav li a {
    margin-bottom: 16px; } }

@media (min-width: 62.5em) {
  .site-footer__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex: 1 1 100%;
        flex: 1 1 100%; }
  .site-footer--logged-out .site-footer__brand {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row; }
  .site-footer--logged-out .site-footer__brand > * {
    width: 50%; }
  .site-footer--logged-out svg {
    margin-right: 46px; }
  .site-footer__logo--mobile {
    display: none; }
  .site-footer p.site-footer__message {
    max-width: 570px; } }

.primary-nav__items {
  white-space: nowrap; }

.primary-nav__link {
  text-decoration: none;
  color: #616264;
  font-weight: 500;
  cursor: pointer; }

.primary-nav__items li::after {
  display: none; }

.site-header__arrow svg {
  width: 14px;
  height: 8px;
  margin-left: 10px;
  fill: #616264;
  stroke: #616264; }

.primary-nav__link:hover > .site-header__arrow svg, .primary-nav__link:focus > .site-header__arrow svg, .secondary-nav--open > a > .site-header__arrow svg {
  fill: #ff4900;
  stroke: #ff4900; }

.primary-nav--open + .nav-blackout {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.25);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999; }

@media (max-width: 62.49em) {
  .primary-nav {
    display: none; }
  .primary-nav--open {
    display: block;
    position: fixed;
    z-index: 99999;
    background: white;
    top: 0;
    right: 0;
    bottom: 0;
    width: 84vw;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px 0 40px; }
  .primary-nav__link {
    padding: 12px 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    white-space: normal; }
  .primary-nav__link:hover, .primary-nav__link:focus, .primary-nav__link.active {
    text-decoration: underline;
    color: #ff4900; }
  .primary-nav__items > li, .primary-nav__close {
    margin: 0 0 0 30px; }
  .primary-nav__close {
    text-align: right;
    padding: 0 14px; }
  .site-header__menu-close svg {
    width: 27px;
    height: 27px;
    fill: #616264; } }

@media (min-width: 62.5em) {
  .site-header .row nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .primary-nav__close {
    display: none; }
  .primary-nav__items > li {
    display: inline-block;
    margin: 0 25px; }
  .primary-nav__link {
    display: inline-block;
    padding: 35px 0;
    border-bottom: 3px solid transparent; }
  .primary-nav__items > :last-child {
    margin-right: 0; }
  .primary-nav__link:hover, .primary-nav__link:focus, .primary-nav__link.active {
    color: #ff4900;
    border-bottom: 3px solid #ff4900; }
  .primary-nav__link--more:hover, .primary-nav__link--more:focus, .primary-nav__link--more.active {
    border-bottom: none; }
  .primary-nav__items > li.has-children a:hover {
    border-color: transparent; } }

.secondary-nav__items {
  display: none; }

.secondary-nav__items > li {
  margin: 0;
  white-space: normal; }

.secondary-nav__items > li a {
  display: block; }

.secondary-nav svg {
  transition: transform 200ms; }

.secondary-nav.secondary-nav--show > .primary-nav__link .site-header__arrow svg, .secondary-nav--open > .primary-nav__link .site-header__arrow svg {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

.secondary-nav.secondary-nav--open .secondary-nav__items {
  display: block; }

@media (min-width: 62.5em) {
  .secondary-nav__items {
    position: absolute;
    right: -30px;
    background-color: #fff;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
    z-index: 999;
    padding: 4px 12px;
    width: 122px;
    top: 85px;
    border-bottom: 3px solid transparent; }
  .secondary-nav--show > .secondary-nav__items {
    border-color: #ff4900;
    transition: border-color 200ms ease-in; }
  .secondary-nav__items > li {
    display: block; }
  .secondary-nav__items > li a {
    padding: 2px 0;
    margin: 6px 0;
    border-bottom: 2px solid transparent;
    font-size: 14px;
    font-size: .875rem; }
  .secondary-nav__items > li a:hover {
    border-bottom: 2px solid #ff4900; } }

.supportbox {
  background-color: #FFE700;
  padding: 30px 14px;
  margin-bottom: 30px; }

.supportbox__container {
  max-width: 980px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start; }

.supportbox__icon {
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 50px;
  width: 50px; }

.supportbox__icon--left {
  display: none;
  margin-right: 30px;
  background-image: url("images/help-left.svg"); }

.supportbox__icon--right {
  display: inline-block;
  margin-left: 12px;
  background-image: url("images/help-right.svg"); }

.supportbox__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 500;
  text-align: left;
  -ms-flex: 1 1 0px;
      flex: 1 1 0; }

@media (max-width: 34.365em) {
  .supportbox__text {
    max-width: 77vw;
    overflow-wrap: break-word;
    word-wrap: break-word;
    font-size: 17px;
    font-size: 1.0625rem; }
  .supportbox__icon--right {
    margin-left: 6px; } }

@media (min-width: 48em) {
  .supportbox {
    padding: 30px 40px; }
  .supportbox__container {
    -ms-flex-align: center;
        align-items: center; }
  .supportbox__icon {
    height: 60px;
    width: 60px; }
  .supportbox__icon--left {
    display: inline-block; }
  .supportbox__icon--right {
    margin-left: 30px; }
  .supportbox__text {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px;
    line-height: 1.625rem;
    text-align: center; } }

.ld-alert {
  background-color: transparent;
  border: none;
  color: #202020;
  margin: 0 auto 20px;
  padding: 0;
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  text-align: center; }

.ld-alert-icon {
  margin-right: 5px; }

.ld-alert-content {
  background-color: #C6D92D;
  color: #202020;
  padding: 30px 40px; }

.ld-alert-warning .ld-alert-content {
  background-color: #FFE700;
  padding: 36px 70px 30px;
  position: relative;
  min-height: 136px; }

.ld-alert-warning .ld-alert-messages {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-weight: 700;
  padding: 0 44px; }

.ld-alert-messages span {
  font-weight: 500;
  display: block; }

.ld-alert-warning .ld-alert-content::before, .ld-alert-warning .ld-alert-content::after {
  content: '';
  width: 64px;
  height: 64px;
  background: url("images/no-stopping.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 36px; }

.ld-alert-warning .ld-alert-content::before {
  left: 30px; }

.ld-alert-warning .ld-alert-content::after {
  right: 30px; }

.ld-alert-messages__sub-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 500;
  margin-top: 26px; }

.ld-button.learndash-link-previous-incomplete {
  display: inline-block;
  text-align: center;
  min-width: 195px;
  padding: 10px 18px;
  border-radius: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  background-color: #ff4900;
  transition: ease-in 0.15s;
  border: 1px solid #ff4900;
  margin-top: 30px; }

.ld-button.learndash-link-previous-incomplete:hover, .ld-button.learndash-link-previous-incomplete:focus, .ld-button.learndash-link-previous-incomplete:active {
  background-color: #fff;
  color: #ff4900; }

.learndash-wrapper .ld-content-actions {
  -ms-flex-pack: center;
      justify-content: center;
  border-top: none;
  padding: 0;
  margin-top: 25px; }

.learndash-wrapper .ld-content-actions .ld-content-action {
  padding: 0;
  margin: 0; }

.ld-content-actions .button {
  width: 254px;
  max-width: 100%;
  padding: 10px 18px;
  height: auto; }

.ld-content-actions a.button {
  padding: 7px 18px; }

@media (max-width: 62.49em) {
  .ld-alert-warning .ld-alert-content {
    padding: 36px 40px 30px; }
  .ld-alert-warning .ld-alert-messages {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.75rem;
    padding: 0 58px; }
  .ld-alert-warning .ld-alert-content::before {
    left: 20px; }
  .ld-alert-warning .ld-alert-content::after {
    right: 20px; } }

@media (max-width: 47.99em) {
  .ld-content-actions .button {
    width: 178px; } }

@media (max-width: 34.365em) {
  .ld-alert-content {
    padding: 30px 20px; }
  .ld-alert-warning .ld-alert-content {
    padding: 104px 20px 30px; }
  .ld-alert-warning .ld-alert-messages {
    padding: 0; }
  .ld-alert-warning .ld-alert-content::before, .ld-alert-warning .ld-alert-content::after {
    top: 24px; }
  .ld-alert-warning .ld-alert-content::before {
    left: 50%;
    margin-left: -32px; }
  .ld-alert-warning .ld-alert-content::after {
    display: none; } }

.notice {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 20px auto;
  padding: 20px;
  border-color: #C6D92D;
  color: #202020;
  background-color: #C6D92D;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem; }

.notice--success {
  padding-left: 72px;
  position: relative; }

.notice--warning {
  position: relative;
  max-width: 1200px;
  min-height: 68px;
  border-color: #ed008c;
  color: #fff;
  background-color: #ed008c;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  padding-left: 90px; }

.notice--large-bottom-margin {
  margin-bottom: 60px; }

.form-section .notice.notice--warning {
  text-align: left; }

.woocommerce-MyAccount-content .notice--warning {
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem; }

.notice a {
  text-decoration-thickness: 0.07em; }

.notice--warning::after, .notice--success::before {
  content: '';
  background-size: contain;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.notice--warning::after {
  width: 40px;
  height: 40px;
  background: url("images/exclamation.svg") no-repeat center;
  left: 30px; }

.notice--success::before {
  width: 30px;
  height: 30px;
  background: url("images/encircled-tick-black.svg") no-repeat center;
  left: 30px;
  background-size: contain; }

.notice--success.notice--warning::before {
  display: none; }

.notice--hidden {
  display: none; }

@media (max-width: 80em) {
  .woocommerce-MyAccount-content .notice--warning {
    margin-left: 40px;
    margin-right: 40px; } }

@media (max-width: 54.0625em) {
  .woocommerce-MyAccount-content .notice--warning {
    margin-left: 26px;
    margin-right: 26px; } }

@media (max-width: 47.99em) {
  .woocommerce-MyAccount-content .notice--warning {
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 34.375em) {
  .woocommerce-MyAccount-content .notice--warning::after {
    width: 50px;
    height: 50px; }
  .woocommerce-MyAccount-content .notice--warning {
    padding-left: 100px; } }

@media (max-width: 34.365em) {
  .notice--warning::after {
    left: 14px; }
  .form-section .notice.notice--warning, .notice--warning {
    padding-left: 68px; } }

.course-module {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background-color: #fff;
  padding: 24.5px 41px 27.5px 21px;
  margin-bottom: 20px;
  text-decoration: none; }

.course-module:last-child {
  margin-bottom: 45px; }

a.course-module:hover {
  background-color: #fff2ec; }

.course-module__heading {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }

.course-module__heading > div {
  margin-right: 10px; }

.course-module__heading a {
  text-decoration: none; }

.course-module__duration {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 16px;
  font-size: 1rem;
  color: #616264;
  min-width: 93px;
  -ms-flex-preferred-size: 17.6%;
      flex-basis: 17.6%; }

.course-module__duration-label {
  margin-right: 10px; }

.course-module__clock {
  position: relative;
  width: 21px;
  height: 21px;
  margin-right: 6px; }

.course-module__clock svg {
  height: 100%;
  width: 100%; }

.course-module__progress {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 32.4%;
      flex-basis: 32.4%;
  -ms-flex-align: center;
      align-items: center; }

.course-module__progress--complete {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #00AD9D; }

.course-module__tick {
  position: relative;
  border: 1px solid #00AD9D;
  border-radius: 50%;
  margin-right: 13px;
  height: 21px;
  width: 21px; }

.course-module__tick svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  fill: #00AD9D;
  width: 14px;
  height: 11px; }

@media (max-width: 34.365em) {
  .course-module {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-left: -14px;
    margin-right: -14px;
    padding-left: 14px;
    padding-right: 14px; }
  .course-module__heading {
    margin-bottom: 8.5px; }
  .course-module__duration {
    margin-bottom: 13px; } }

.progress-bar {
  position: relative;
  -ms-flex: 1 auto;
      flex: 1 auto;
  height: 10px;
  border-radius: 6px;
  background-color: #F0F0F0;
  margin-right: 14px; }

.progress-bar__inner {
  background-color: #ff4900;
  border-radius: 6px;
  height: 100%; }

.progress-bar__label {
  font-size: 16px;
  font-size: 1rem;
  color: #616264;
  min-width: 35px; }

.progress__dial {
  position: relative;
  width: 174px;
  height: 174px;
  border-radius: 50%;
  background-color: #F0F0F0; }

.progress__dial--small {
  width: 109px;
  height: 109px; }

.progress__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%) rotate(270deg);
      transform: translate(-50%, -50%) rotate(270deg);
  width: 150px;
  height: 150px; }

.progress__dial--small .progress__inner {
  width: 94px;
  height: 94px; }

.progress__part {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 50%; }

.progress__dial--small .progress__part {
  width: 10px;
  height: 10px; }

.progress__part--filled {
  background-color: #ff4900; }

.progress__label {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
  font-weight: 700;
  color: #ff4900; }

.progress__dial--small .progress__label {
  font-size: 22px;
  font-size: 1.375rem; }

.progress--completed .progress__dial {
  background-color: #ff4900; }

.progress--completed .progress__label {
  color: #fff; }

.progress--completed .progress__part {
  background-color: #fff; }

@media (max-width: 47.99em) {
  .progress__dial {
    margin: 0 auto; } }

.wpProQuiz_content .wpProQuiz_listItem::after, .wpProQuiz_sortStringItem::after, .wpProQuiz_placehold::after {
  display: none; }

.wpProQuiz_quiz .wpProQuiz_button.wpProQuiz_QuestionButton[name="checkSingle"] {
  float: none !important;
  width: 254px;
  min-width: 195px;
  height: auto;
  padding: 11px 20px; }

.wpProQuiz_quiz > div {
  text-align: center; }

.learndash-wrapper .wpProQuiz_content .wpProQuiz_header {
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 500; }

.wpProQuiz_content {
  margin-top: 28px; }

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label, .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label.is-selected {
  border-color: transparent;
  border-radius: 0;
  border-width: 1px; }

.learndash-wrapper .wpProQuiz_content .wpProQuiz_listItem[data-type="single"] .wpProQuiz_questionListItem label:focus-within, .learndash-wrapper .wpProQuiz_content .wpProQuiz_listItem[data-type="multiple"] .wpProQuiz_questionListItem label:focus-within {
  border-color: transparent;
  background-color: rgba(32, 32, 32, 0.1); }

@media (min-width: 34.375em) {
  .wpProQuiz_quiz .wpProQuiz_listItem input.wpProQuiz_button {
    max-width: 47%;
    min-width: initial; } }

@media (max-width: 34.365em) {
  .wpProQuiz_quiz .wpProQuiz_listItem input.wpProQuiz_button {
    display: block;
    margin: 10px auto 20px !important;
    float: none !important; } }

.learndash-wrapper.quiz-results h2 {
  background-color: #00AD9D;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 34px;
  line-height: 2.125rem;
  margin-bottom: 0;
  padding: 28px 25px; }

.learndash-wrapper.quiz-results h2::before, .learndash-wrapper.quiz-results .ld-tabs {
  display: none; }

.learndash-wrapper.quiz-results .wpProQuiz_content {
  margin-top: -18px;
  position: relative; }

.learndash-wrapper.quiz-results .wpProQuiz_content::after {
  content: '';
  display: block;
  background-image: url(images/lesson-end-illust2.min.png);
  width: 312px;
  height: 220px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 10px;
  margin-left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  margin-top: -10px; }

.wpProQuiz_content .wpProQuiz_results {
  background-color: #00AD9D;
  padding-top: 0; }

.wpProQuiz_content .wpProQuiz_results .wpProQuiz_header {
  text-transform: initial;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 0.5em; }

.wpProQuiz_content .wpProQuiz_text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }

.learndash-wrapper .wpProQuiz_content .wpProQuiz_button, .learndash-wrapper .wpProQuiz_content a#quiz_continue_link {
  display: inline-block;
  text-align: center;
  min-width: 195px;
  padding: 10px 18px;
  border-radius: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  background-color: #ff4900;
  transition: ease-in 0.15s;
  border: 1px solid #ff4900;
  height: auto;
  white-space: normal;
  padding: 10px 18px; }

.learndash-wrapper .wpProQuiz_content .wpProQuiz_button:hover, .learndash-wrapper .wpProQuiz_content .wpProQuiz_button:focus, .learndash-wrapper .wpProQuiz_content .wpProQuiz_button:active, .learndash-wrapper .wpProQuiz_content a#quiz_continue_link:hover, .learndash-wrapper .wpProQuiz_content a#quiz_continue_link:focus, .learndash-wrapper .wpProQuiz_content a#quiz_continue_link:active {
  background-color: #fff;
  color: #ff4900;
  opacity: 1; }

.learndash-wrapper .wpProQuiz_content .wpProQuiz_button {
  width: 254px; }

.learndash-wrapper .wpProQuiz_content input[name="reShowQuestion"], .learndash-wrapper .wpProQuiz_content input[name="restartQuiz"] {
  display: inline-block;
  text-align: center;
  min-width: 195px;
  padding: 10px 18px;
  border-radius: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  background-color: #ff4900;
  transition: ease-in 0.15s;
  border: 1px solid #ff4900;
  color: #ff4900;
  background-color: #fff; }

.learndash-wrapper .wpProQuiz_content input[name="reShowQuestion"]:hover, .learndash-wrapper .wpProQuiz_content input[name="reShowQuestion"]:focus, .learndash-wrapper .wpProQuiz_content input[name="reShowQuestion"]:active, .learndash-wrapper .wpProQuiz_content input[name="restartQuiz"]:hover, .learndash-wrapper .wpProQuiz_content input[name="restartQuiz"]:focus, .learndash-wrapper .wpProQuiz_content input[name="restartQuiz"]:active {
  color: #fff;
  background-color: #ff4900;
  opacity: 1; }

.learndash-wrapper .wpProQuiz_content div.quiz_continue_link, .learndash-wrapper .wpProQuiz_content input[name="reShowQuestion"], .learndash-wrapper .wpProQuiz_content input[name="restartQuiz"] {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  margin-right: 25px;
  margin-bottom: 20px;
  width: 28%;
  min-width: 195px;
  max-width: calc(50% - 25px); }

.learndash-wrapper .wpProQuiz_content a#quiz_continue_link {
  width: 100%;
  line-height: normal; }

.learndash-wrapper .wpProQuiz_results .ld-quiz-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border-top: none;
  background-color: #fff;
  padding-top: 30px;
  margin-right: -25px !important; }

.learndash-wrapper .wpProQuiz_results p, .learndash-wrapper .wpProQuiz_results li {
  margin: 0 0 0.75em; }

.learndash-wrapper .wpProQuiz_results p, .learndash-wrapper .wpProQuiz_results .wpProQuiz_resultsList > li > div {
  padding: 0 25px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 34px;
  line-height: 2.125rem; }

.learndash-wrapper .wpProQuiz_results .wpProQuiz_resultsList > li > div > :last-child {
  padding-bottom: 20px; }

.wpProQuiz_response {
  display: inline-block;
  width: 100%;
  border-radius: 0;
  background-color: #202020;
  font-weight: 600;
  text-align: center;
  padding: 0;
  margin: 1em 0; }

.wpProQuiz_response .wpProQuiz_correct, .wpProQuiz_response .wpProQuiz_incorrect {
  color: #000;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 800;
  padding: 25px; }

.wpProQuiz_response .wpProQuiz_correct {
  background-color: #C2DB00; }

.wpProQuiz_response .wpProQuiz_incorrect {
  background-color: #ed008c;
  color: #fff; }

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrectIncomplete label {
  border-color: transparent;
  background-color: rgba(32, 32, 32, 0.1); }

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect label {
  background-color: rgba(32, 32, 32, 0.1);
  color: #202020; }

.learndash-wrapper .wpProQuiz_content .wpProQuiz_listItem[data-type="matrix_sort_answer"] .wpProQuiz_questionListItem.wpProQuiz_answerCorrect {
  background-color: rgba(32, 32, 32, 0.1); }

.learndash-wrapper .wpProQuiz_content .wpProQuiz_listItem[data-type="matrix_sort_answer"] .wpProQuiz_questionListItem.wpProQuiz_answerCorrect > table td {
  border-color: transparent;
  background-color: transparent; }

.learndash-wrapper .wpProQuiz_points {
  border: none;
  background-color: transparent; }

.learndash-wrapper .wpProQuiz_content:not(.assessment-answer) .wpProQuiz_points, .learndash-wrapper .wpProQuiz_graded_points, .learndash-wrapper .wpProQuiz_quiz_time, .learndash-wrapper .wpProQuiz_content .wpProQuiz_resultTable, .wpProQuiz_content .wpProQuiz_catOverview, .wpProQuiz_content .wpProQuiz_catOverview li::after, .wpProQuiz_content .wpProQuiz_results .wpProQuiz_resultsList li::after {
  display: none; }

.wpProQuiz_sending {
  margin-top: 32px;
  margin-bottom: 32px; }

.course_progress {
  height: 10px;
  background-color: #F0F0F0;
  overflow: hidden;
  margin-top: 14px; }

.course_progress_blue {
  height: 10px;
  background-color: #ff4900; }

@media (max-width: 42.5em) {
  .learndash-wrapper .wpProQuiz_results .ld-quiz-actions {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    -ms-flex-line-pack: center;
        align-content: center;
    margin-right: 0 !important; }
  .learndash-wrapper .wpProQuiz_content div.quiz_continue_link, .learndash-wrapper .wpProQuiz_content input[name="reShowQuestion"], .learndash-wrapper .wpProQuiz_content input[name="restartQuiz"] {
    margin-right: 0;
    width: 50%;
    min-width: 230px; } }

@media (max-width: 34.365em) {
  .wpProQuiz_content .wpProQuiz_results p, .wpProQuiz_content .wpProQuiz_results .wpProQuiz_resultsList > li > div {
    padding: 0 14px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.75rem; }
  .learndash-wrapper.quiz-results h2, .wpProQuiz_content .wpProQuiz_results .wpProQuiz_header {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.75rem;
    padding-left: 14px;
    padding-right: 14px; } }

@media (min-width: 48em) {
  .module-content-block__main--full.quiz-results {
    padding-top: 0; } }

.learndash-wrapper .wpProQuiz_content .wpProQuiz_matrixSortString {
  margin: 0;
  padding-right: 5px;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 999;
  border-bottom: 1px solid #BCBCBC;
  overflow: visible;
  padding-top: 5px; }

body.admin-bar .learndash-wrapper .wpProQuiz_content .wpProQuiz_matrixSortString {
  top: 32px; }

.wpProQuiz_matrixSortString .wpProQuiz_header {
  display: none; }

.wpProQuiz_sortStringList {
  min-height: 61px !important;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  grid-gap: 14px;
  grid-column-gap: clamp(14px, 2vw, 30px); }

.wpProQuiz_listItem[data-type="matrix_sort_answer"] .wpProQuiz_sortStringItem {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  width: 100%;
  min-height: 56px;
  margin: 0;
  padding: 10px 15px;
  border: 1px solid #BCBCBC;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 16px;
  line-height: 1rem; }

.wpProQuiz_listItem[data-type="matrix_sort_answer"] .wpProQuiz_sortStringList .wpProQuiz_sortStringItem {
  background-color: #F0F0F0;
  font-weight: 500; }

.wpProQuiz_listItem[data-type="matrix_sort_answer"] .wpProQuiz_maxtrixSortCriterion .wpProQuiz_sortStringItem {
  background-color: #C6D92D;
  font-weight: 600; }

.wpProQuiz_content .wpProQuiz_placehold {
  list-style: none;
  background-image: none;
  padding: 0px;
  width: 100%;
  min-width: 50px;
  margin: 0;
  height: 56px;
  background-color: transparent;
  border: 1px dashed #BCBCBC; }

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem {
  margin: 0; }

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem > table td {
  padding: 0 !important;
  vertical-align: top; }

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem > table td .wpProQuiz_maxtrixSortText {
  padding: 0;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-weight: 500; }

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem > table td .wpProQuiz_maxtrixSortCriterion {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  padding: 0.5em 0; }

.wpProQuiz_questionList[data-type="matrix_sort_answer"] .wpProQuiz_questionListItem {
  border-bottom: 1px solid #BCBCBC; }

.wpProQuiz_questionListItem ul.wpProQuiz_maxtrixSortCriterion {
  height: -webkit-max-content !important;
  height: max-content !important;
  position: relative;
  overflow: visible; }

.wpProQuiz_questionListItem ul.wpProQuiz_maxtrixSortCriterion::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 56px;
  border: 1px dashed #BCBCBC; }

.wpProQuiz_questionList[data-type="matrix_sort_answer"] {
  counter-reset: listStyle; }

.wpProQuiz_questionListItem.questionListItem--text {
  counter-increment: listStyle; }

.wpProQuiz_questionListItem.questionListItem--text::before {
  content: "Question " counter(listStyle, decimal);
  text-transform: uppercase;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 500;
  padding-top: 5px; }

.wpProQuiz_questionListItem.questionListItem--text table .wpProQuiz_mextrixTr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.wpProQuiz_questionListItem.questionListItem--text table td {
  width: 100%; }

.wpProQuiz_questionListItem.questionListItem--text .wpProQuiz_maxtrixSortCriterion {
  width: 33%;
  min-width: 190px;
  margin: 18px auto 12px 0;
  min-height: 51px; }

.wpProQuiz_content .wpProQuiz_questionListItem.questionListItem--img {
  padding: 17.5px 0; }

.wpProQuiz_questionListItem.questionListItem--img table td:first-child {
  width: 50%; }

.wpProQuiz_questionListItem.questionListItem--img .wpProQuiz_maxtrixSortCriterion {
  width: 70%;
  min-width: 180px;
  margin: 0 auto; }

.wpProQuiz_questionListItem.questionListItem--img .wpProQuiz_maxtrixSortText img {
  height: 175px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

@media (max-width: 47.99em) {
  .learndash-wrapper .wpProQuiz_content .wpProQuiz_matrixSortString {
    margin: 0 0 1em; } }

@media (max-width: 782px) {
  body.admin-bar .learndash-wrapper .wpProQuiz_content .wpProQuiz_matrixSortString {
    top: 0;
    padding-top: 32px; } }

@media (max-width: 850px) {
  .wpProQuiz_sortStringList {
    grid-template-columns: repeat(2, 1fr); }
  .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem > table td .wpProQuiz_maxtrixSortText {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem; }
  .wpProQuiz_questionListItem.questionListItem--text .wpProQuiz_maxtrixSortCriterion, .wpProQuiz_questionListItem.questionListItem--img .wpProQuiz_maxtrixSortCriterion {
    width: 100%;
    min-width: unset;
    margin: 0 auto; }
  .wpProQuiz_questionListItem.questionListItem--text .wpProQuiz_maxtrixSortText, .wpProQuiz_questionListItem.questionListItem--img .wpProQuiz_maxtrixSortText {
    margin-right: 0.6em; }
  .wpProQuiz_questionListItem.questionListItem--text table .wpProQuiz_mextrixTr {
    -ms-flex-direction: row;
        flex-direction: row;
    margin-bottom: 20px; }
  .wpProQuiz_questionListItem.questionListItem--text table td {
    width: 50%; }
  .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.questionListItem--text .wpProQuiz_maxtrixSortCriterion {
    padding: 0 0 0.5em; }
  .wpProQuiz_questionListItem.questionListItem--text::before {
    font-size: 10px;
    font-size: .625rem; }
  .wpProQuiz_questionListItem.questionListItem--img .wpProQuiz_maxtrixSortText img {
    height: 120px; } }

.learndash-wrapper .ld-course-status.ld-course-status-enrolled {
  background-color: #fff;
  border-radius: 0; }

.learndash-wrapper .ld-item-list .ld-item-list-item {
  border: none;
  border-radius: 0; }

@media (max-width: 640px) {
  .ld-item-list-item-preview .ld-item-details .ld-expand-button {
    padding-top: 20px; } }

.learndash-wrapper .ld-progress .ld-progress-bar {
  background-color: #F0F0F0; }

.learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage {
  background: #ff4900 !important; }

.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage {
  font-weight: 500; }

.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments {
  white-space: normal; }

.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments span a {
  color: #000 !important;
  font-weight: 500;
  text-transform: uppercase; }

.course-details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff;
  padding-top: 32px;
  padding-bottom: 48px; }

.course-details .heading-1 {
  margin-bottom: 28px; }

.course-details > div {
  position: relative;
  width: 50%; }

.course-details > div:nth-child(odd) {
  margin-right: 22px;
  width: calc(50% - 22px); }

.course-details--enrolled > div:nth-child(odd) {
  border-right: 1px solid #F0F0F0;
  padding-right: 22px; }

.course-details .sticker ~ .heading-1, .course-details .sticker ~ .course-details__summary {
  max-width: calc(100% - 98px);
  padding-right: 8px; }

.course-details__summary {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 38px; }

.course-details__details {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.course-details__details > div {
  width: 50%; }

.course-details .course-details__progress {
  width: auto; }

.course-details__label {
  font-size: 12px;
  font-size: .75rem;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 15px; }

.course-details__label--large-margin {
  margin-bottom: 21px; }

.course-details__next-module {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.17; }

.course-details__next-module--meta {
  color: #989898;
  margin-bottom: 24px; }

.course-details__badges {
  max-width: 424px; }

.course-details__badges p {
  margin-bottom: 17px; }

.course-details__anchored-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 532px; }

.course-details__anchored-section .button {
  margin-top: 30px; }

.course-details__next-step {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.course-details__pricing {
  max-width: 218px;
  margin-bottom: 22px; }

.course-details__buy-button-container--mobile {
  display: none; }

.course-details__dates {
  margin-top: 30px; }

.course-details__dates li {
  font-size: 15px;
  font-size: .9375rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin: 0 0 5px 0; }

.course-details__dates li::after {
  display: none; }

@media (max-width: 47.99em) {
  .course-details {
    padding-bottom: 24px; }
  .course-details--section {
    padding-bottom: 0; }
  .course-details--section .course-details__progress, .course-details--section .course-details__details {
    display: none; }
  .course-details.course-details > div {
    width: 100%;
    border-right: none;
    margin-right: 0;
    padding-right: 0; }
  .course-details > div:not(:last-child), .course-details__details .progress {
    padding-bottom: 25px;
    margin-bottom: 4px;
    border-bottom: solid 1px #F0F0F0; }
  .course-details--about.course-details--about > div {
    border-bottom: 0; }
  .course-details > div:first-child {
    border-bottom: 0; }
  .course-details__details > div {
    width: 100%;
    padding-bottom: 0; }
  .course-details__summary {
    margin-bottom: 0; }
  .course-details--about .course-details__summary {
    margin-bottom: 12px; }
  .course-details__next-step {
    -ms-flex-order: 1;
        order: 1; }
  .course-details__next-step-button-container {
    text-align: center; }
  .course-details__next-step-button-container .button {
    margin-right: 0; }
  .course-details__details {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-order: 2;
        order: 2; }
  .course-details__details-meta {
    -ms-flex-order: 1;
        order: 1; }
  .course-details__badges {
    -ms-flex-order: 3;
        order: 3;
    max-width: 100%; }
  .course-details__anchored-section {
    margin-top: 32px;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    max-width: 100%; }
  .course-details__anchored-section .button.button {
    margin: 0 auto; }
  .course-details__anchored-section .button:not(:last-child) {
    margin-bottom: 32px; }
  .course-details__buy-button-container {
    display: none; }
  .course-details__buy-button-container--mobile {
    display: block;
    text-align: center; }
  .course-details--about .course-details__pricing {
    margin-bottom: 0; }
  .course-details__back-container {
    text-align: center;
    margin-top: 12px; }
  .course-details__dates {
    margin-top: 14px; } }

@media (max-width: 34.365em) {
  .course-details .sticker ~ .course-details__summary {
    max-width: 100%; } }

.badge {
  width: 77px;
  text-align: center; }

.badge__shield {
  position: relative;
  background-image: url("images/badge-shield.svg");
  width: 78px;
  height: 93px; }

.badge__shield--locked {
  background-image: url("images/locked-shield.svg"); }

.badge__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  max-width: 50px;
  max-height: 50px; }

.badge__container {
  display: grid;
  max-width: 376px;
  grid-template-columns: repeat(auto-fill, minmax(77px, 0fr));
  -ms-flex-pack: justify;
      justify-content: space-between; }

.badge__label {
  margin-top: 4px;
  font-size: 10px;
  font-size: .625rem;
  font-weight: 500;
  color: #616264;
  line-height: 13px;
  line-height: .8125rem; }

@media (max-width: 47.99em) {
  .badge__container {
    max-width: 100%;
    row-gap: 17px;
    grid-template-columns: repeat(4, 0fr); } }

@media (max-width: 34.365em) {
  .badge__container {
    grid-template-columns: repeat(3, 0fr); } }

.topic__intro {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 10px;
  position: relative; }

.topic__intro-text {
  -ms-flex: 1 1 0px;
      flex: 1 1 0; }

.topic__intro-text p {
  padding-bottom: 12px; }

.topic__intro-download {
  margin: 20px auto; }

@media (max-width: 47.99em) {
  .topic__intro {
    -ms-flex-direction: column;
        flex-direction: column; } }

@media (min-width: 48em) {
  .topic__intro-download {
    width: 45%;
    max-width: 250px;
    margin-left: 15px;
    margin: 0 0 20px 15px; } }

.single-sfwd-topic .topic__content {
  color: #616264;
  overflow-wrap: break-word;
  word-wrap: break-word; }

.topic__content .heading-3 {
  margin-bottom: 10px; }

.topic__content a, .topic__content a:hover {
  text-decoration: underline; }

.topic__content a:hover {
  color: #202020; }

.learndash-wrapper .ld-tabs {
  margin-bottom: 10px; }

.learndash-wrapper .ld-tabs .ld-tabs-content .ld-tab-content {
  display: none;
  padding: 38px 0 30px; }

.learndash-wrapper .ld-tabs .ld-tabs-content .ld-tab-content.ld-visible {
  display: block; }

.learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content {
  padding: 0; }

.learndash-wrapper .ld-tabs .ld-tabs-navigation {
  position: relative;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.learndash-wrapper .ld-tabs .ld-tabs-navigation::after, .learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab::after, .learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab.ld-active:after {
  height: 3px; }

.learndash-wrapper .ld-tabs .ld-tabs-navigation::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 8;
  background: #F0F0F0; }

.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #202020;
  padding: 0.7em 0;
  margin-right: 3em;
  transition: color 0.3s ease; }

.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab:after {
  content: '';
  background: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  z-index: 9;
  transition: background 0.3s ease; }

.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab.ld-active {
  color: #ff4900; }

.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab.ld-active::after {
  background: #ff4900; }

.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-icon {
  display: none; }

.wpProQuiz_questionList[data-type="single"] input.wpProQuiz_questionInput, .wpProQuiz_questionList[data-type="multiple"] input.wpProQuiz_questionInput {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }

.wpProQuiz_questionList[data-type="single"] .wpProQuiz_questionListItem label, .wpProQuiz_questionList[data-type="multiple"] .wpProQuiz_questionListItem label {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5em;
  width: 100%;
  font-weight: 500; }

.wpProQuiz_questionList[data-type="single"] .wpProQuiz_questionListItem:not(:last-of-type) label, .wpProQuiz_questionList[data-type="multiple"] .wpProQuiz_questionListItem:not(:last-of-type) label {
  border-bottom: 1px solid #F0F0F0; }

.wpProQuiz_listItem[data-type="single"]:not(:last-of-type), .wpProQuiz_listItem[data-type="multiple"]:not(:last-of-type) {
  margin-bottom: -20px; }

.wpProQuiz_listItem.questionList__style[data-type="single"], .wpProQuiz_listItem.questionList__style[data-type="multiple"], .wpProQuiz_listItem.questionList__style--default[data-type="single"], .wpProQuiz_listItem.questionList__style--default[data-type="multiple"] {
  border-top: 1px solid #BCBCBC;
  counter-reset: listStyle; }

.wpProQuiz_listItem.questionList__style[data-type="single"] .wpProQuiz_questionListItem, .wpProQuiz_listItem.questionList__style[data-type="multiple"] .wpProQuiz_questionListItem, .wpProQuiz_listItem.questionList__style--default[data-type="single"] .wpProQuiz_questionListItem, .wpProQuiz_listItem.questionList__style--default[data-type="multiple"] .wpProQuiz_questionListItem {
  counter-increment: listStyle;
  margin: 0;
  padding: 0; }

.wpProQuiz_listItem.questionList__style[data-type="single"] .wpProQuiz_questionListItem label::before, .wpProQuiz_listItem.questionList__style[data-type="multiple"] .wpProQuiz_questionListItem label::before, .wpProQuiz_listItem.questionList__style--default[data-type="single"] .wpProQuiz_questionListItem label::before, .wpProQuiz_listItem.questionList__style--default[data-type="multiple"] .wpProQuiz_questionListItem label::before {
  content: counter(listStyle, upper-alpha);
  background-color: #fff;
  border: 3px solid #ff4900;
  color: #ff4900;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  width: 54px;
  height: 54px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 30px;
  text-align: center;
  vertical-align: middle;
  padding-top: 11px;
  margin-right: 1.25em; }

.wpProQuiz_listItem.questionList__style[data-type="single"] .wpProQuiz_questionListItem label.is-selected::before, .wpProQuiz_listItem.questionList__style[data-type="multiple"] .wpProQuiz_questionListItem label.is-selected::before, .wpProQuiz_listItem.questionList__style--default[data-type="single"] .wpProQuiz_questionListItem label.is-selected::before, .wpProQuiz_listItem.questionList__style--default[data-type="multiple"] .wpProQuiz_questionListItem label.is-selected::before {
  color: #fff;
  background-color: #ff4900; }

.wpProQuiz_listItem.questionList__style[data-type="single"] .questionListItem__label-text, .wpProQuiz_listItem.questionList__style[data-type="multiple"] .questionListItem__label-text, .wpProQuiz_listItem.questionList__style--default[data-type="single"] .questionListItem__label-text, .wpProQuiz_listItem.questionList__style--default[data-type="multiple"] .questionListItem__label-text {
  color: #616264; }

.wpProQuiz_listItem.questionList__style[data-type="single"] .wpProQuiz_question_text, .wpProQuiz_listItem.questionList__style[data-type="multiple"] .wpProQuiz_question_text, .wpProQuiz_listItem.questionList__style--default[data-type="single"] .wpProQuiz_question_text, .wpProQuiz_listItem.questionList__style--default[data-type="multiple"] .wpProQuiz_question_text {
  margin-bottom: 5px; }

.wpProQuiz_listItem[data-type="single"] .wpProQuiz_question_text p, .wpProQuiz_listItem[data-type="multiple"] .wpProQuiz_question_text p, .wpProQuiz_listItem[data-type="assessment_answer"] .wpProQuiz_question_text p {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-weight: 500; }

.wpProQuiz_question_text {
  margin-bottom: 28px; }

.wpProQuiz_sortStringList {
  margin-bottom: 26px; }

.wpProQuiz_list li::after {
  display: none; }

.wpProQuiz_list li {
  margin-left: 0; }

.wpProQuiz_listItem:last-child {
  margin-bottom: 29px; }

.wpProQuiz_question {
  padding-bottom: 1em; }

.wpProQuiz_questionListItem label {
  -ms-flex-align: center;
      align-items: center;
  border: 1px solid transparent; }

.wpProQuiz_content .wpProQuiz_sortable, .wpProQuiz_sortStringItem {
  cursor: move; }

.wpProQuiz_listItem.questionList__style--strikeout[data-type="single"], .wpProQuiz_listItem.questionList__style--strikeout[data-type="multiple"], .wpProQuiz_listItem.questionList__style--toggle[data-type="single"], .wpProQuiz_listItem.questionList__style--toggle[data-type="multiple"] {
  padding: 15px 28px 0px;
  border-top: none; }

.wpProQuiz_listItem.questionList__style--strikeout[data-type="single"] .wpProQuiz_questionListItem label, .wpProQuiz_listItem.questionList__style--strikeout[data-type="multiple"] .wpProQuiz_questionListItem label, .wpProQuiz_listItem.questionList__style--toggle[data-type="single"] .wpProQuiz_questionListItem label, .wpProQuiz_listItem.questionList__style--toggle[data-type="multiple"] .wpProQuiz_questionListItem label {
  padding: 1.5em 6%; }

.wpProQuiz_listItem.questionList__style--strikeout[data-type="single"] .wpProQuiz_question_text, .wpProQuiz_listItem.questionList__style--strikeout[data-type="multiple"] .wpProQuiz_question_text, .wpProQuiz_listItem.questionList__style--toggle[data-type="single"] .wpProQuiz_question_text, .wpProQuiz_listItem.questionList__style--toggle[data-type="multiple"] .wpProQuiz_question_text {
  margin-bottom: 34px; }

.wpProQuiz_listItem.questionList__style--strikeout[data-type="single"] .wpProQuiz_question .wpProQuiz_questionList, .wpProQuiz_listItem.questionList__style--strikeout[data-type="multiple"] .wpProQuiz_question .wpProQuiz_questionList, .wpProQuiz_listItem.questionList__style--toggle[data-type="single"] .wpProQuiz_question .wpProQuiz_questionList, .wpProQuiz_listItem.questionList__style--toggle[data-type="multiple"] .wpProQuiz_question .wpProQuiz_questionList {
  margin-bottom: 10px !important; }

.wpProQuiz_listItem.questionList__style--strikeout[data-type="single"], .wpProQuiz_listItem.questionList__style--strikeout[data-type="multiple"] {
  background-color: #8AD2F6; }

.wpProQuiz_listItem.questionList__style--strikeout[data-type="single"] .wpProQuiz_questionListItem label, .wpProQuiz_listItem.questionList__style--strikeout[data-type="multiple"] .wpProQuiz_questionListItem label {
  border-bottom: 1px solid #fff; }

.wpProQuiz_listItem.questionList__style--strikeout[data-type="single"] .wpProQuiz_questionListItem:first-of-type label, .wpProQuiz_listItem.questionList__style--strikeout[data-type="multiple"] .wpProQuiz_questionListItem:first-of-type label {
  border-top: 1px solid #fff; }

.wpProQuiz_listItem.questionList__style--strikeout[data-type="single"] .wpProQuiz_questionListItem .questionListItem__label-text, .wpProQuiz_listItem.questionList__style--strikeout[data-type="multiple"] .wpProQuiz_questionListItem .questionListItem__label-text {
  width: 100%;
  text-align: center; }

.wpProQuiz_listItem.questionList__style--strikeout[data-type="single"] .wpProQuiz_questionListItem label.is-selected::after, .wpProQuiz_listItem.questionList__style--strikeout[data-type="multiple"] .wpProQuiz_questionListItem label.is-selected::after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #5B2C8D;
  position: absolute;
  left: 0;
  -ms-transform: skewY(-5deg);
      transform: skewY(-5deg); }

@media (max-width: 34.365em) {
  .wpProQuiz_listItem.questionList__style--strikeout[data-type="single"], .wpProQuiz_listItem.questionList__style--strikeout[data-type="multiple"], .wpProQuiz_listItem.questionList__style--toggle[data-type="single"], .wpProQuiz_listItem.questionList__style--toggle[data-type="multiple"] {
    padding: 15px 0.5em 0px; }
  .wpProQuiz_listItem.questionList__style--strikeout[data-type="single"] .wpProQuiz_questionListItem label.is-selected::after, .wpProQuiz_listItem.questionList__style--strikeout[data-type="multiple"] .wpProQuiz_questionListItem label.is-selected::after {
    -ms-transform: skewY(-8deg);
        transform: skewY(-8deg); } }

.wpProQuiz_listItem.questionList__style--toggle[data-type="single"], .wpProQuiz_listItem.questionList__style--toggle[data-type="multiple"] {
  background-color: #C2DB00; }

.wpProQuiz_listItem.questionList__style--toggle[data-type="single"] .wpProQuiz_questionListItem label, .wpProQuiz_listItem.questionList__style--toggle[data-type="multiple"] .wpProQuiz_questionListItem label {
  border-bottom: 1px solid #202020; }

.wpProQuiz_listItem.questionList__style--toggle[data-type="single"] .wpProQuiz_questionListItem:first-of-type label, .wpProQuiz_listItem.questionList__style--toggle[data-type="multiple"] .wpProQuiz_questionListItem:first-of-type label {
  border-top: 1px solid #202020; }

.wpProQuiz_listItem.questionList__style--toggle[data-type="single"] .questionListItem__label, .wpProQuiz_listItem.questionList__style--toggle[data-type="multiple"] .questionListItem__label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

.wpProQuiz_listItem.questionList__style--toggle[data-type="single"] .questionListItem__label-text, .wpProQuiz_listItem.questionList__style--toggle[data-type="multiple"] .questionListItem__label-text {
  -ms-flex: 1 1 0px;
      flex: 1 1 0;
  margin-right: 30px; }

.wpProQuiz_listItem.questionList__style--toggle[data-type="single"] .questionListItem__label-toggle, .wpProQuiz_listItem.questionList__style--toggle[data-type="multiple"] .questionListItem__label-toggle {
  width: 87px;
  height: 51px;
  background-color: rgba(32, 32, 32, 0.31);
  border-radius: 26px;
  position: relative;
  transition: 0.2s ease all; }

.wpProQuiz_listItem.questionList__style--toggle[data-type="single"] label.is-clicked .questionListItem__label-toggle, .wpProQuiz_listItem.questionList__style--toggle[data-type="multiple"] label.is-clicked .questionListItem__label-toggle {
  background-color: #202020; }

.wpProQuiz_listItem.questionList__style--toggle[data-type="single"] label.is-selected .questionListItem__label-toggle, .wpProQuiz_listItem.questionList__style--toggle[data-type="multiple"] label.is-selected .questionListItem__label-toggle {
  background-color: #fff; }

.wpProQuiz_listItem.questionList__style--toggle[data-type="single"] .questionListItem__label-toggle::after, .wpProQuiz_listItem.questionList__style--toggle[data-type="multiple"] .questionListItem__label-toggle::after {
  content: '';
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background-color: #C2DB00;
  position: absolute;
  top: 11px;
  left: 45px;
  transition: 0.2s ease all; }

.wpProQuiz_listItem.questionList__style--toggle[data-type="single"] label.is-selected .questionListItem__label-toggle::after, .wpProQuiz_listItem.questionList__style--toggle[data-type="multiple"] label.is-selected .questionListItem__label-toggle::after {
  left: 12px; }

.wpProQuiz_listItem.questionList__style--toggle[data-type="single"] .questionListItem__label-toggle::before, .wpProQuiz_listItem.questionList__style--toggle[data-type="multiple"] .questionListItem__label-toggle::before {
  position: absolute;
  top: 14px;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 700; }

.wpProQuiz_listItem.questionList__style--toggle[data-type="single"] label.is-clicked .questionListItem__label-toggle::before, .wpProQuiz_listItem.questionList__style--toggle[data-type="multiple"] label.is-clicked .questionListItem__label-toggle::before {
  content: 'NO';
  left: 14px;
  color: #fff; }

.wpProQuiz_listItem.questionList__style--toggle[data-type="single"] label.is-selected .questionListItem__label-toggle::before, .wpProQuiz_listItem.questionList__style--toggle[data-type="multiple"] label.is-selected .questionListItem__label-toggle::before {
  content: 'YES';
  left: 49.5px;
  color: #202020; }

.learndash-wrapper .wpProQuiz_content .wpProQuiz_listItem[data-type="single"] .wpProQuiz_questionListItem label:focus-within .questionListItem__label-toggle::after, .learndash-wrapper .wpProQuiz_content .wpProQuiz_listItem[data-type="multiple"] .wpProQuiz_questionListItem label:focus-within .questionListItem__label-toggle::after, .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrectIncomplete .questionListItem__label-toggle::after, .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect .questionListItem__label-toggle::after {
  background-color: #b4cb03; }

@media (max-width: 400px) {
  .wpProQuiz_listItem.questionList__style--toggle[data-type="single"] .questionListItem__label, .wpProQuiz_listItem.questionList__style--toggle[data-type="multiple"] .questionListItem__label {
    -ms-flex-direction: column;
        flex-direction: column; }
  .wpProQuiz_listItem.questionList__style--toggle[data-type="single"] .questionListItem__label-toggle, .wpProQuiz_listItem.questionList__style--toggle[data-type="multiple"] .questionListItem__label-toggle {
    margin-top: 12px; }
  .wpProQuiz_listItem.questionList__style--toggle[data-type="single"] .questionListItem__label-text, .wpProQuiz_listItem.questionList__style--toggle[data-type="multiple"] .questionListItem__label-text {
    margin-right: 0; } }

@media (max-width: 62.49em) {
  .wpProQuiz_listItem.questionList__style--toggle[data-type="single"] .wpProQuiz_questionListItem label, .wpProQuiz_listItem.questionList__style--toggle[data-type="multiple"] .wpProQuiz_questionListItem label {
    padding: 1.5em 3px; } }

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type="assessment_answer"] .wpProQuiz_questionListItem {
  border: none;
  border-radius: 0;
  margin-bottom: 19px; }

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type="assessment_answer"] label {
  color: #202020;
  width: 60px;
  font-weight: 500;
  -ms-flex-direction: column;
      flex-direction: column;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 16px;
  line-height: 1rem;
  text-align: center;
  position: relative; }

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type="assessment_answer"] label input {
  margin: 8px 0 18px;
  height: 60px;
  width: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-appearance: none;
          appearance: none;
  background-color: #fff;
  border-radius: 50%;
  border: 3px solid #ff4900;
  box-shadow: inset 0 0 0 5px #fff;
  z-index: 1;
  opacity: 1; }

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type="assessment_answer"] label.is-selected input {
  background-color: #ff4900;
  box-shadow: inset 0 0 0 6px white; }

.wpProQuiz_questionList[data-type="assessment_answer"] .wpProQuiz_questionListItem p {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%; }

.wpProQuiz_questionList[data-type="assessment_answer"] .wpProQuiz_questionListItem p::after {
  content: '';
  width: calc(100% - 60px);
  height: 3px;
  background-color: #ff4900;
  position: absolute;
  top: 38px;
  left: calc(60px - 5%); }

.wpProQuiz_listItem[data-type="assessment_answer"] {
  border-top: 1px solid #BCBCBC; }

.wpProQuiz_listItem[data-type="assessment_answer"] .wpProQuiz_question {
  padding-bottom: 0.5em; }

.wpProQuiz_listItem[data-type="assessment_answer"] .wpProQuiz_question_text {
  margin-bottom: 22px; }

.wpProQuiz_questionList[data-type="assessment_answer"] label {
  z-index: 1; }

@media (max-width: 34.365em) {
  .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type="assessment_answer"] label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    text-align: left;
    width: 145px;
    min-height: 94px; }
  .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type="assessment_answer"] label input {
    margin-left: 0;
    margin-right: 23px;
    margin-bottom: 0;
    position: relative; }
  .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type="assessment_answer"] label:not(:last-of-type)::after {
    content: '';
    height: 100%;
    width: 3px;
    background-color: #ff4900;
    position: absolute;
    top: 50%;
    left: 29px; }
  .wpProQuiz_questionList[data-type="assessment_answer"] .wpProQuiz_questionListItem p {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center; }
  .wpProQuiz_questionList[data-type="assessment_answer"] .wpProQuiz_questionListItem p::after {
    display: none; }
  .wpProQuiz_listItem[data-type="assessment_answer"] .wpProQuiz_question {
    padding-bottom: 0; } }

ol.quizList__style--dropdown {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  position: relative; }

ol.quizList__style--dropdown .wpProQuiz_question_text img {
  height: 18vw;
  max-height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0;
  width: auto; }

@supports not (-ms-high-contrast: none) {
  ol.quizList__style--dropdown .wpProQuiz_question_text img {
    width: 100%; } }

.questionList__style--dropdown[data-type="single"] ul.wpProQuiz_questionList, .wpProQuiz_question-button {
  font-size: 13px;
  font-size: .8125rem;
  font-weight: 500;
  border: 1px solid #BCBCBC; }

.questionList__style--dropdown[data-type="single"] ul.wpProQuiz_questionList {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 999;
  background-color: #fff;
  display: none; }

.questionList__style--dropdown[data-type="single"] ul.wpProQuiz_questionList.questionList--open {
  display: block; }

.questionList__style--dropdown[data-type="single"] ul.wpProQuiz_questionList .wpProQuiz_questionListItem {
  padding: 0; }

.questionList__style--dropdown[data-type="single"] ul.wpProQuiz_questionList .wpProQuiz_questionListItem:hover, .questionList__style--dropdown[data-type="single"] ul.wpProQuiz_questionList .wpProQuiz_questionListItem:focus, .questionList__style--dropdown[data-type="single"] ul.wpProQuiz_questionList .wpProQuiz_questionListItem label.is-selected {
  background-color: #F0F0F0; }

.questionList__style--dropdown[data-type="single"] ul.wpProQuiz_questionList .wpProQuiz_questionListItem label {
  padding: 8px 24px; }

.questionList__style--dropdown[data-type="single"] .wpProQuiz_question_text {
  margin-bottom: 30px; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .questionList__style--dropdown[data-type="single"] .wpProQuiz_question_text {
    margin-bottom: 10px; } }

.wpProQuiz_question-button {
  padding: 12px 14px 12px 24px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  position: relative; }

.wpProQuiz_question-button svg {
  fill: #afafaf; }

.wpProQuiz_question-button.question-button--open svg {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

.questionList__style--dropdown[data-type="single"] .wpProQuiz_question {
  padding-bottom: 0.5em; }

.questionList__style--dropdown .wpProQuiz_questionInput {
  max-height: 18px; }

@media (max-width: 34.365em) {
  ol.quizList__style--dropdown {
    grid-template-columns: 1fr;
    grid-gap: 10px; }
  ol.quizList__style--dropdown .wpProQuiz_question_text img {
    height: 55vw;
    min-height: 240px;
    max-height: unset; } }

@media (min-width: 550px) and (max-width: 767px) {
  ol.quizList__style--dropdown .wpProQuiz_question_text img {
    height: 30vw;
    max-height: unset; } }

.sticker {
  position: absolute;
  right: 0;
  top: -23px;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  background-color: #ed008c;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #fff; }

.sticker::after {
  content: "Online Course";
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.sticker--course {
  top: 0;
  width: 98px;
  height: 98px; }

.sticker--blended {
  background-color: #5B2C8D; }

.sticker--blended::after {
  content: "Blended Learning"; }

.sticker--live {
  background-color: #FFE700;
  color: #202020; }

.sticker--live::after {
  content: "Live Learning"; }

.sticker--offer {
  top: -30px;
  left: 40px;
  background-color: #FFE700;
  color: #202020;
  font-size: 11px;
  font-size: .6875rem;
  font-weight: 700;
  width: 86px;
  height: 86px;
  z-index: 1; }

.sticker--offer::after {
  display: none; }

.sticker span {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.sticker--offer span {
  top: 64%; }

@media (max-width: 62.49em) {
  .sticker:not(.sticker--offer) {
    top: -15px;
    width: 98px;
    height: 98px; }
  .sticker--offer-desktop {
    display: none; }
  .sticker--offer-mobile + .two-col-cta__text-col-inner .two-col-cta__heading {
    margin-top: 40px; } }

@media (min-width: 62.5em) {
  .sticker--offer-mobile {
    display: none; }
  .two-col-cta__image--mobile {
    display: none; } }

.about-course {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 28px; }

.about-course > div {
  width: 50%; }

.about-course > div:nth-child(odd) {
  margin-right: 22px;
  width: calc(50% - 22px); }

.about-course__about {
  font-size: 18px;
  font-size: 1.125rem; }

.about-course__meta {
  margin-top: 7px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  line-height: 1.46; }

.about-course__meta > div {
  border-left: 1px solid #BCBCBC;
  padding-left: 13px; }

.about-course__meta > div:not(:last-child) {
  padding-right: 32px; }

@media (max-width: 47.99em) {
  .about-course {
    -ms-flex-direction: column;
        flex-direction: column; }
  .about-course > div {
    width: 100%; }
  .about-course > div:nth-child(odd) {
    margin-right: 0;
    width: 100%; }
  .about-course__about {
    margin-bottom: 27px; }
  .about-course__meta {
    -ms-flex-direction: column;
        flex-direction: column; }
  .about-course__meta > div:not(:last-child) {
    padding-right: 0;
    margin-bottom: 27px; } }

.colour-block {
  padding: 30px 30px 24px 30px;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 31px;
  background-color: #C6D92D;
  color: #202020; }

.colour-block--teal {
  background-color: #00AD9D;
  color: #fff; }

.colour-block--purple {
  background-color: #5B2C8D;
  color: #fff; }

.colour-block--faqs {
  padding: 30px 80px 57px 80px; }

.colour-block--faqs .heading-1 {
  margin-bottom: 23px; }

.colour-block__flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }

.colour-block .heading-1 {
  color: #202020; }

.colour-block--teal .heading-1, .colour-block--purple .heading-1 {
  color: #fff; }

.colour-block--teal .heading-1--line::before, .colour-block--purple .heading-1--line::before {
  background-color: #fff; }

.colour-block__half {
  width: 50%; }

.colour-block__half:not(:last-child) {
  padding-right: 53px; }

.colour-block__third {
  width: 33.3333%;
  text-align: center;
  max-width: 295px; }

.colour-block__third:not(:last-child) {
  margin-right: 53px;
  width: calc(33.3333% - ((53px * 2) / 3)); }

.colour-block__heading {
  position: relative;
  display: inline-block;
  font-weight: 800;
  padding-bottom: 9px;
  margin-bottom: 6px; }

.colour-block__heading::after {
  content: "\00a0";
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: 47px;
  height: 1px;
  background-color: #707070; }

.colour-block__logo {
  height: 118px;
  margin-bottom: 25px; }

.colour-block__item:not(:last-child) {
  margin-bottom: 18px; }

.colour-block__half ol {
  counter-reset: counter; }

.colour-block__half ol li {
  counter-increment: counter;
  margin-left: 0;
  padding-left: 55px; }

.colour-block__half ol li::after {
  content: "0" counter(counter);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: transparent;
  margin-right: 11px; }

@media (max-width: 47.99em) {
  .colour-block {
    margin-left: -14px;
    margin-right: -14px;
    padding-left: 14px;
    padding-right: 14px; }
  .flexible-modules__row .colour-block {
    margin-left: 0;
    margin-right: 0; }
  .colour-block__flex {
    -ms-flex-direction: column;
        flex-direction: column; }
  .colour-block__half, .colour-block__half:not(:last-child), .colour-block__third, .colour-block__third:not(:last-child) {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    padding-right: 0; }
  .colour-block__half:not(:last-child) {
    margin-bottom: 11px; }
  .colour-block__third:not(:last-child) {
    margin-bottom: 30px; } }

.modules-slider {
  margin-bottom: 37px; }

.modules-slider .heading-1 {
  margin-bottom: 31px; }

.modules-slider li {
  margin-left: 0;
  margin-bottom: 0; }

.modules-slider li::after {
  display: none; }

.modules-slider a {
  text-decoration: none; }

.modules-slider__module {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 252px;
  background-color: #fff; }

.modules-slider__image {
  height: 169px; }

.modules-slider__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 22px 16px 18px 16px;
  min-height: 222px; }

.flexslider {
  position: relative; }

.flex-viewport {
  margin-bottom: 29px;
  margin-left: 50px;
  margin-right: 50px; }

.flex-control-nav.flex-control-paging {
  text-align: center; }

.flex-control-nav.flex-control-paging li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1; }

.flex-control-nav.flex-control-paging a {
  display: block;
  text-indent: -9999px;
  width: 12px;
  height: 12px;
  background-color: #989898;
  border-radius: 50%; }

.flex-control-nav.flex-control-paging a.flex-active {
  background-color: #ff4900; }

.flex-direction-nav {
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 100%; }

.flex-direction-nav li {
  width: 64px;
  height: 64px; }

.flex-nav-prev a, .flex-nav-next a {
  display: block;
  height: 100%;
  width: 100%;
  color: transparent; }

.flex-nav-prev, .flex-nav-next {
  position: absolute;
  top: 50%;
  background-image: url("images/left-arrow.svg");
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  margin-bottom: 0; }

.flexslider .flex-nav-prev {
  margin-left: -28px; }

.flexslider .flex-nav-next {
  right: 0;
  -ms-transform: translateY(-50%) rotate(180deg);
      transform: translateY(-50%) rotate(180deg);
  margin-right: -28px; }

@media (max-width: 47.99em) {
  .flex-viewport {
    margin-bottom: 37px;
    margin-left: 0;
    margin-right: 0; }
  .flex-direction-nav {
    display: none; }
  .flex-control-nav.flex-control-paging li {
    margin: 0 10px; } }

.faqs__faq {
  padding-top: 17px;
  border-top: 1px solid #fff; }

.faqs__inner {
  display: none;
  max-width: 885px;
  margin-bottom: 38px; }

.faqs__question-btn {
  position: relative;
  margin-bottom: 17px;
  font-weight: 800;
  width: 100%;
  text-align: left;
  color: #fff;
  padding-right: 30px; }

.faqs__question {
  margin-right: 20px; }

.faqs__chevron {
  position: absolute;
  right: 0;
  width: 18px;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  transition: .25s ease-out; }

.faqs__chevron svg {
  fill: #fff; }

.faqs__answer {
  font-weight: 500; }

.faqs__answer .heading-3 {
  color: inherit; }

.accordion-expanded .faqs__chevron {
  -ms-transform: rotate(360deg);
      transform: rotate(360deg); }

.lesson-end__main {
  text-align: center;
  margin-top: -40px; }

.lesson-end__main-text {
  background-color: #5B2C8D;
  color: #fff;
  text-align: center;
  padding: 46px 50px 30px;
  margin-top: -38px; }

.lesson-end__main-img {
  width: 230px; }

.lesson-end__main h3 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 34px;
  line-height: 2.125rem;
  margin-bottom: 26px; }

.lesson-end__main h3 span {
  font-weight: 700; }

.lesson-end .button {
  margin-right: 0;
  margin-top: 30px; }

.lesson-end__more {
  margin-top: 56px;
  display: -ms-flexbox;
  display: flex; }

.lesson-end__more h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-weight: 500;
  margin-bottom: 0.7em; }

.lesson-end__more p, .lesson-end__more li {
  font-size: 15px;
  font-size: .9375rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin-bottom: 1em; }

.lesson-end__more-text {
  -ms-flex: 1 1 60%;
      flex: 1 1 60%; }

.lesson-end__more-img {
  -ms-flex: 1 1 40%;
      flex: 1 1 40%;
  margin-left: 30px;
  text-align: center; }

.lesson-end__more-img img {
  width: calc(100% + 54px);
  max-width: initial;
  margin-left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%); }

@media (max-width: 900px) {
  .lesson-end__more {
    -ms-flex-direction: column;
        flex-direction: column; }
  .lesson-end__more-img {
    margin-left: 0;
    margin-top: 30px; }
  .lesson-end__more-img img {
    width: 100%;
    max-width: 375px; } }

@media (max-width: 47.99em) {
  .lesson-end__main {
    margin-top: 0; } }

.module-content-block__main--full.module-content-block--transparent {
  background-color: transparent;
  padding: 0; }

.module-end-block {
  background-color: #FFF;
  padding: 30px 55px; }

.module-end-block h2 {
  line-height: 28px;
  line-height: 1.75rem;
  font-weight: 700; }

.module-end__booking-text {
  margin-bottom: 34px; }

.module-end__booking-text h2 {
  margin-bottom: 0; }

.module-end__booking-text p {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-weight: 500; }

.module-end__main-content {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 30px;
  border: 3px solid #ff4900; }

.module-end__text {
  -ms-flex: 1 1 0px;
      flex: 1 1 0; }

.module-end-block .module-end__heading {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 34px;
  line-height: 2.125rem;
  font-weight: 600;
  margin-bottom: 24px; }

.module-end-block .module-end__heading span.text--red {
  color: #ff4900; }

.module-end__text p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 25px;
  line-height: 1.5625rem;
  margin-bottom: 0.5em; }

.module-end__badge {
  width: 100px;
  text-align: center;
  margin-left: 40px;
  padding-top: 9px; }

.module-end__badge .badge__shield {
  width: 100px;
  height: 121px;
  background-size: cover; }

.module-end__badge .badge__icon {
  max-width: 64px;
  max-height: 64px; }

.module-end__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-right: -30px; }

.module-end__buttons .button {
  margin-bottom: 20px; }

.course-details__next-step-button-container a, .lesson-end .button, .module-end__buttons .button, .learndash-wrapper .wpProQuiz_content a#quiz_continue_link {
  border-bottom: 1px solid #ff4900 !important; }

.module-end__buttons .button:last-of-type {
  margin-right: 30px; }

.module-end__booking {
  margin-top: 30px;
  margin-bottom: 30px; }

.module-end__booking .live-sessions {
  margin-bottom: 0; }

@media (max-width: 62.49em) {
  .module-end-block {
    padding: 30px 40px; } }

@media (min-width: 48em) and (max-width: 56.125em) {
  .module-end__main-content {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 20px 14px; }
  .module-end__badge {
    -ms-flex-item-align: center;
        align-self: center;
    margin-left: 0; }
  .module-end__buttons {
    -ms-flex-direction: column;
        flex-direction: column; } }

@media (max-width: 47.99em) {
  .module-end-block {
    padding: 30px 14px; } }

@media (max-width: 34.365em) {
  .module-end__main-content {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 20px 14px; }
  .module-end__badge {
    -ms-flex-item-align: center;
        align-self: center;
    margin-left: 0; }
  .module-end__buttons {
    -ms-flex-direction: column;
        flex-direction: column; } }

.learning-plan-tabs {
  background-color: #fff;
  text-align: left;
  padding-bottom: 6px; }

.learning-plan-tabs__tab {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
  padding-bottom: 6px;
  min-width: 55px; }

.learning-plan-tabs__tab:not(:last-child) {
  margin-right: 56px; }

.learning-plan-tabs__tab:hover, .learning-plan-tabs__tab--active {
  color: #ff4900;
  border-bottom: 3px solid #ff4900; }

@media (max-width: 47.99em) {
  .learning-plan-tabs__tab:not(:last-child) {
    margin-right: 46px; } }

@media (max-width: 375px) {
  .learning-plan-tabs__tab:not(:last-child) {
    margin-right: 18px; } }

.learning-plan-title-block {
  background-color: #fff;
  margin-bottom: 32px;
  padding-top: 26.5px; }

.learning-plan-title-block__content {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 20px;
  font-size: 1.25rem; }

.learning-plan-title-block__columns {
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

@media (max-width: 47.99em) {
  .learning-plan-title-block__columns {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 23px; }
  .learning-plan-title-block__content {
    text-align: center; }
  .learning-plan-title-block__content .heading-1--line::before {
    display: none; }
  .learning-plan-title-block__image {
    text-align: center; } }

.my-courses {
  display: grid;
  position: relative;
  border-collapse: separate;
  border-spacing: 30px;
  grid-template-columns: repeat(auto-fill, minmax(378px, 0fr));
  column-gap: 30px;
  row-gap: 39px;
  margin-bottom: 32px; }

.my-courses::before, .my-courses::after {
  content: " ";
  display: table;
  -ms-flex: 0;
      flex: 0; }

.my-courses::after {
  clear: both; }

@supports (display: grid) {
  .my-courses::before, .my-courses::after {
    display: none; } }

.my-courses__course {
  position: relative;
  float: left;
  background-color: #fff;
  width: calc(33.3333% - ((30px / 3) * 2));
  margin-bottom: 30px; }

@supports (display: grid) {
  .my-courses__course {
    width: auto;
    margin-right: 0;
    margin-bottom: 0;
    float: none; } }

.my-courses .heading-1 {
  margin-bottom: 25px; }

.my-courses__content {
  padding: 30px 13px 30px 26px; }

.my-courses__image {
  position: relative;
  overflow: hidden;
  min-height: 120px; }

.my-courses__meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 15px; }

.my-courses__meta-text {
  margin-right: 7px; }

.my-courses__btn-container {
  text-align: center; }

.my-courses__btn-container .button {
  margin-right: 0; }

.my-courses .sticker--offer {
  left: 11px; }

.my-courses .sticker--course {
  top: 13px; }

@media (min-width: 79.625em) {
  .my-courses__course:not(:nth-child(3n)) {
    margin-right: 30px; }
  @supports (display: grid) {
    .my-courses__course:not(:nth-child(3n)) {
      margin-right: 0; } } }

@media (max-width: 79.625em) {
  .my-courses {
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - (30px / 2)), 0fr)); }
  .my-courses__course {
    width: calc(50% - 30px); }
  .my-courses__course:not(:nth-child(2n)) {
    margin-right: 30px; }
  @supports (display: grid) {
    .my-courses__course {
      width: auto; }
    .my-courses__course:not(:nth-child(2n)) {
      margin-right: 0; } } }

@media (max-width: 54.0625em) {
  .my-courses {
    grid-template-columns: repeat(auto-fill, minmax(100%, 0fr)); }
  .my-courses .my-courses__course {
    margin-left: -14px;
    margin-right: -14px;
    width: auto;
    float: none; }
  .my-courses__course:not(:nth-child(3n)) {
    margin-right: -14px; } }

.live-sessions {
  display: grid;
  grid-template-columns: repeat(auto-fit, 200px);
  row-gap: 25px;
  column-gap: 30px;
  margin-bottom: 42px;
  margin-top: 30px; }

.live-sessions__session, .live-sessions__session--booked:hover {
  padding: 30px;
  background-color: #FFE700;
  text-align: center;
  color: #202020; }

.live-sessions--not-booked .live-sessions__session:hover, .live-sessions__session--booked {
  cursor: pointer;
  background-color: #202020;
  color: #fff; }

.live-sessions .button, .live-sessions__session--booked:hover .button {
  margin: 0 auto;
  background-color: #202020;
  border-color: #202020;
  width: 140px;
  min-width: auto;
  font-weight: 600;
  color: #fff; }

.live-sessions--not-booked .live-sessions__session:hover .button, .live-sessions__session--booked .button {
  background-color: #FFE700;
  color: #202020; }

.live-sessions__datetime {
  margin-bottom: 30px; }

@media (max-width: 34.365em) {
  .live-sessions__session {
    width: 100%; }
  .live-sessions {
    grid-template-columns: repeat(auto-fit, 100%); } }

.content-promo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 20px 20px 25px;
  background-color: #FFE700;
  width: 378px;
  max-width: 100%; }

.content-promo--overlap {
  width: auto;
  max-width: none; }

.content-promo__content {
  display: -ms-flexbox;
  display: flex; }

.content-promo__content div {
  -ms-flex: 1 1 0px;
      flex: 1 1 0; }

.content-promo__content svg {
  height: 33px;
  width: 33px;
  margin-right: 10px;
  margin-top: 4px; }

.content-promo__link {
  text-align: center; }

.content-promo__heading {
  text-transform: uppercase;
  font-size: 12px;
  font-size: .75rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-weight: 600;
  padding-bottom: 0.5rem; }

.content-promo__content p {
  font-size: 15px;
  font-size: .9375rem;
  line-height: 20px;
  line-height: 1.25rem; }

.content-promo__link .button {
  margin: 15px 0 0;
  background-color: #202020;
  border: 1px solid #202020 !important; }

.content-promo__link .button:hover {
  background-color: transparent;
  color: #202020; }

@media (max-width: 47.99em) {
  .content-promo--overlap {
    width: 70%;
    min-width: 255px;
    margin: 0 auto 10px; } }

@media (min-width: 48em) {
  .content-promo--overlap {
    margin-right: -40px; }
  .content-promo--overlap .content-promo__link .button {
    width: 100%;
    min-width: unset; } }

@media (min-width: 62.5em) {
  .content-promo--overlap {
    margin-right: -60px; } }

.content-heading-section {
  display: -ms-flexbox;
  display: flex; }

.content-heading-section__text {
  margin-right: 35px; }

@media (max-width: 47.99em) {
  .content-heading-section {
    -ms-flex-direction: column;
        flex-direction: column; }
  .content-heading-section__text {
    margin-bottom: 32px; }
  .content-heading-section .content-promo {
    margin-bottom: 32px; } }

.revalidation {
  max-width: 990px;
  margin-left: auto; }

.revalidation__pre-heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  margin-top: 8px;
  margin-bottom: 30px; }

.revalidation__pre-heading .revalidation__save-btn.button {
  margin-right: 39px; }

.revalidation__heading {
  display: grid;
  grid-template-columns: 40% 60%;
  row-gap: 43px;
  background-color: #fff;
  padding: 16.3px 42px 42px 42px;
  margin-bottom: 32px; }

.revalidation__heading-left {
  width: 350px; }

.revalidation__section {
  margin-bottom: 30px; }

.revalidation__label {
  text-transform: uppercase;
  font-size: 12px;
  font-size: .75rem;
  margin-bottom: 13px;
  font-weight: 500; }

.revalidation__sublabel {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 38px; }

.revalidation__value {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500; }

.revalidation__question {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 18px; }

.revalidation__question--has-sublabel {
  margin-bottom: 0; }

.revalidation__textarea {
  resize: none;
  border: none;
  width: 100%;
  height: 260px;
  padding: 18px 18px 60.5px 30px; }

.revalidation__checkboxes-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.revalidation__checkbox {
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -ms-flex-align: center;
      align-items: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #616264;
  margin-bottom: 30px; }

.revalidation__checkbox input[type="checkbox"] {
  border-color: #BCBCBC;
  width: 30px;
  height: 30px;
  margin-right: 23px; }

.revalidation__save-btn.button {
  width: 239px;
  max-width: 100%;
  height: auto;
  margin-right: 0; }

.revalidation__last-updated {
  font-size: 15px;
  font-size: .9375rem; }

.revalidation__bottom-submit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 41px; }

.revalidation__bottom-submit .revalidation__save-btn {
  margin-bottom: 19px; }

@media (max-width: 47.99em) {
  .revalidation__pre-heading {
    display: none; }
  .revalidation__heading {
    grid-template-columns: auto;
    row-gap: 24px;
    margin-left: -14px;
    margin-right: -14px;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 14px; }
  .revalidation__detail--completion {
    -ms-flex-order: 1;
        order: 1; }
  .revalidation__heading {
    margin-bottom: 24px; }
  .revalidation__textarea {
    padding: 18px;
    height: 448px; }
  .revalidation__checkboxes-container {
    -ms-flex-direction: column;
        flex-direction: column; }
  .revalidation__checkbox {
    width: auto; } }

.certificate.row__medium-content {
  margin-bottom: 30px; }

.certificate .content-heading-section {
  -ms-flex-align: start;
      align-items: flex-start; }

.certificate-iframe__container {
  width: 55%;
  padding-top: calc(55% * 1.24);
  position: relative;
  overflow: hidden;
  -ms-flex: 1 1 0px;
      flex: 1 1 0; }

.certificate-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.certificate-download {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 0px;
      flex: 1 1 0;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-left: 35px; }

@media (max-width: 55.3125em) {
  .certificate .content-heading-section {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center; }
  .certificate-iframe__container {
    margin-right: 0;
    width: 100%;
    padding-top: calc(100% * 1.41); }
  .certificate-download {
    margin-top: 30px;
    margin-left: 0; } }

@media (max-width: 34.365em) {
  .certificate-download .content-promo {
    width: 100%;
    max-width: 378px; } }

#customer_details {
  margin-bottom: 26px;
  padding-bottom: 20px;
  border-bottom: 1px solid #BCBCBC; }

.form-row .required {
  color: #ff4900; }

.form-section button[name="woocommerce_checkout_place_order"], form#order_review button#place_order {
  min-height: 58px;
  width: 254px;
  margin: 30px auto;
  display: block; }

.woocommerce-billing-fields h3 {
  position: relative;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 34pxpx;
  line-height: 2.125pxrem;
  font-weight: 500;
  color: #3C3C3B;
  margin-bottom: 25px;
  padding-top: 8px; }

.woocommerce-billing-fields h3::before {
  content: "\00a0";
  position: absolute;
  background-color: #ff4900;
  top: 0;
  left: 0;
  width: 58px;
  height: 1px; }

.woocommerce-billing-fields .select2-container {
  margin-bottom: 15px; }

.woocommerce-billing-fields .select2-selection {
  border-radius: 0;
  border-color: #BCBCBC;
  height: auto; }

.woocommerce-billing-fields .select2-selection .select2-selection__rendered {
  padding: 10px 20px;
  color: #616264;
  font-weight: 500;
  font-size: 13px;
  font-size: .8125rem; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background: url("images/chevron-down.svg") no-repeat center;
  height: 10px;
  width: 18px;
  background-size: contain;
  border: none;
  margin: 0;
  left: initial;
  right: 14px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  transition: all 0.1s ease-in-out; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  margin-top: -5px; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 8px 20px 8px 45px;
  margin: 0 0 10px 0;
  border: none;
  background-color: #F0F0F0;
  height: 2.5em; }

.select2-container--default .select2-search--dropdown::after {
  background: url("images/search-icon.svg") no-repeat center;
  background-size: contain;
  content: '';
  height: 23px;
  width: 23px;
  position: absolute;
  top: 12px;
  left: 16px; }

li.select2-results__option {
  padding: 6px 15px;
  color: #202020; }

li.select2-results__option::after {
  display: none; }

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #ff4900; }

form#order_review .shop_table {
  width: 100%; }

form#order_review .order_item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

#order_review_heading {
  text-transform: uppercase;
  color: #616264;
  font-weight: 500;
  font-size: 14px;
  font-size: .875rem;
  line-height: 22px;
  line-height: 1.375rem; }

#order_review .product-name {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 34px;
  line-height: 2.125rem;
  font-weight: 500;
  color: #202020;
  margin-bottom: 8px; }

form#order_review .product-name {
  width: 100%; }

#order_review .product-total, #order_review .woocommerce-Price-amount {
  color: #616264; }

#order_review .product-total .woocommerce-Price-amount {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 46px;
  line-height: 2.875rem; }

#order_review {
  position: relative; }

.order-review__sticker {
  height: 90px;
  width: 90px;
  top: -22px;
  font-size: 15px;
  font-size: .9375rem; }

.wc_payment_method {
  margin: 0; }

.payment_method__container, .wc-saved-payment-methods li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px;
  margin-left: 0; }

.woocommerce-checkout-payment, form#order_review #payment {
  padding-top: 24px; }

.CardField--ltr .CardBrandIcon-container:not(.is-hidden) + .CardField-input-wrapper {
  left: 0; }

.payment_box, .woocommerce-privacy-policy-text {
  margin-bottom: 20px; }

.payment_box p {
  margin-bottom: 20px; }

#wc-stripe-cc-form .wc-stripe-elements-field {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ff4900;
  background-color: #F4F4F1;
  padding: 24px 20px 16px 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  display: block;
  box-sizing: border-box;
  height: 58px;
  border-radius: 0;
  -webkit-appearance: none;
  padding: 26px 20px 14px; }

#stripe-card-element iframe {
  height: 30px !important; }

.form-row.woocommerce-SavedPaymentMethods-saveNew {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.form-row.woocommerce-SavedPaymentMethods-saveNew input {
  width: 28px !important;
  height: 28px;
  margin-right: 28px; }

.form-row.woocommerce-SavedPaymentMethods-saveNew input::before {
  background-size: 24px 22px; }

.form-row.woocommerce-SavedPaymentMethods-saveNew label {
  font-weight: 500;
  -ms-flex: 1 1 0px;
      flex: 1 1 0; }

.wc_payment_method img.stripe-icon, .woocommerce-checkout .wc_payment_methods #wc-stripe-cc-form .stripe-card-group .stripe-card-brand {
  display: none; }

form.woocommerce-checkout .product-quantity, form.woocommerce-checkout .cart-subtotal, form.woocommerce-checkout .fee, form.woocommerce-checkout .tax-rate, form.woocommerce-checkout .tax-total, form.woocommerce-checkout .woocommerce-additional-fields, form.woocommerce-checkout .col2-set .col-2 {
  display: none; }

.shop_table tbody, .shop_table tfoot {
  border-bottom: 1px solid #BCBCBC; }

.shop_table tfoot {
  text-align: left; }

.shop_table tfoot td {
  text-align: right; }

.shop_table .cart-discount {
  color: #616264;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 18px;
  line-height: 1.125rem; }

.shop_table .cart-discount td {
  padding-top: 18px;
  padding-bottom: 5px; }

.shop_table .cart-discount .woocommerce-Price-amount {
  margin-left: 4px; }

.woocommerce-remove-coupon {
  font-size: 12px;
  font-size: .75rem; }

.shop_table .order-total th {
  text-transform: uppercase;
  font-weight: 500; }

.shop_table .order-total td, .shop_table .product-total {
  padding-bottom: 18px; }

#order_review .order-total .woocommerce-Price-amount {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  color: #202020; }

td.table__sticker-allowance {
  width: 105px; }

.woocommerce-form-coupon-toggle, .woocommerce-form-coupon-toggle + .woocommerce-message, .woocommerce-form-coupon-toggle + .woocommerce-error {
  text-align: center;
  max-width: 780px;
  margin: 20px auto; }

.woocommerce-form-coupon-toggle + .woocommerce-message, .woocommerce-form-coupon-toggle + .woocommerce-error {
  margin-top: -20px; }

.woocommerce-form-coupon {
  max-width: 780px;
  margin: 20px auto 30px;
  background: #fff;
  padding: 25px 63px; }

.woocommerce-form-coupon input:-ms-input-placeholder {
  color: #616264;
  opacity: 1;
  font-weight: 500; }

.woocommerce-form-coupon input::placeholder {
  color: #616264;
  opacity: 1;
  font-weight: 500; }

.form-section .woocommerce-message + form.woocommerce-checkout, .form-section .woocommerce-error + form.woocommerce-checkout {
  margin-top: 20px; }

@media (max-width: 62.49em) {
  .order-review__sticker.sticker:not(.sticker--offer) {
    height: 90px;
    width: 90px;
    top: -22px; } }

@media (max-width: 47.99em) {
  .woocommerce-form-coupon {
    padding: 25px 14px; } }

@media (max-width: 34.365em) {
  .order-review__sticker.sticker:not(.sticker--offer) {
    height: 80px;
    width: 80px;
    top: -22px;
    font-size: 14px;
    font-size: .875rem; }
  td.table__sticker-allowance {
    width: 90px; }
  .shop_table .cart-discount th {
    max-width: 220px;
    overflow: hidden; } }

.woocommerce-order-received .woocommerce-order {
  border: 3px solid #ff4900;
  padding: 30px;
  margin-bottom: 30px; }

.wc-order__heading, .wc-order__confirmation .wc-order__confirmation-total {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 35px;
  line-height: 2.1875rem; }

.wc-order__heading {
  font-weight: 700;
  color: #ff4900;
  margin-bottom: 14px; }

.wc-order__confirmation {
  color: #202020; }

.wc-order__confirmation .wc-order__confirmation-total {
  margin-bottom: 20px; }

.wc-order__confirmation p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: 400; }

.wc-order__contact {
  text-align: center;
  margin: 60px 0 20px;
  overflow-wrap: break-word;
  word-wrap: break-word; }

.wc-order__contact .button {
  margin-bottom: 30px; }

.woocommerce-order .wc-order__contact .wc-order__contact-details {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: #616264;
  font-weight: 500; }

.woocommerce-order .wc-order__contact a.wc-order__contact-details:hover, .woocommerce-order .wc-order__contact a.wc-order__contact-details:focus {
  color: #ff4900; }

.wc-order__contact p {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 15px; }

.woocommerce-notice.woocommerce-thankyou-order-received, .woocommerce-notice.woocommerce-thankyou-order-failed {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 600;
  padding: 30px 40px; }

.woocommerce-notice.woocommerce-thankyou-order-received {
  background-color: #C6D92D; }

.woocommerce-notice.woocommerce-thankyou-order-failed {
  background-color: #ed008c;
  color: #fff; }

.woocommerce-notice.woocommerce-thankyou-order-failed a {
  color: #fff; }

.woocommerce-notice.woocommerce-thankyou-order-received, .woocommerce-notice.woocommerce-thankyou-order-failed, .woocommerce-notice.woocommerce-thankyou-order-failed-actions {
  text-align: center;
  margin-bottom: 30px; }

.woocommerce-notice.woocommerce-thankyou-order-failed-actions .button {
  margin: 0 12px 24px; }

@media (max-width: 34.365em) {
  .woocommerce-order-received .woocommerce-order {
    padding: 30px 14px;
    text-align: center; }
  .wc-order__heading, .wc-order__confirmation .wc-order__confirmation-total {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 30px;
    line-height: 1.875rem; }
  .woocommerce-notice.woocommerce-thankyou-order-received, .woocommerce-notice.woocommerce-thankyou-order-failed {
    padding: 30px 20px; }
  .woocommerce-order .wc-order__contact .wc-order__contact-details {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem; } }

@media (max-width: 375px) {
  .woocommerce-order-received .woocommerce-order {
    padding: 30px 10px; }
  .woocommerce-order .wc-order__contact .wc-order__contact-details {
    font-size: 17px;
    font-size: 1.0625rem; } }

.woocommerce-password-strength.strong {
  background-color: #C2DB00; }

.woocommerce-password-strength.good {
  background-color: #FFE700; }

.woocommerce-password-strength.short, .woocommerce-password-strength.bad {
  background-color: #ed008c;
  color: #fff; }

.woocommerce-notices-wrapper {
  font-weight: 500;
  width: 100%; }

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 10px;
  margin: 0 auto; }

.woocommerce-error {
  color: #fff;
  background-color: #ed008c; }

.woocommerce-info {
  background-color: #FFE700; }

.woocommerce-message {
  background-color: #C2DB00; }

.woocommerce-error a {
  color: #fff; }

.woocommerce-error li {
  margin-left: 0; }

.woocommerce-error li:last-of-type {
  margin-bottom: 0; }

.woocommerce-error li::after {
  display: none; }

#billing_country_field {
  display: none; }

.woocommerce .blockUI {
  position: fixed !important; }

.woocommerce .blockUI.blockOverlay:before, .woocommerce .loader:before {
  content: "\00a0";
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background-color: #ff4900;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  animation: pulsing-scale 1s 0s linear infinite;
  animation-fill-mode: both; }

.payment_box p {
  font-weight: 400;
  font-size: 14px;
  font-size: .875rem; }

.downloads__section {
  padding: 38px 30px;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex; }

.downloads__section h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 35px;
  line-height: 2.1875rem;
  font-weight: 500;
  padding: 0 34px 0 7.5%;
  -ms-flex: 1 1 25%;
      flex: 1 1 25%; }

.downloads__items {
  -ms-flex: 1 1 70%;
      flex: 1 1 70%; }

.download__item:not(:last-of-type) {
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #BCBCBC; }

.download__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.download__item-details {
  margin-right: 25px; }

.download__item-title, .download__item-description {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem; }

.download__item-title {
  font-weight: 700; }

.download__item .button {
  background-color: #202020;
  border-color: #202020;
  min-width: 214px;
  margin: 0; }

.download__item .button:hover, .download__item .button:focus, .download__item .button:active {
  background-color: transparent;
  color: #202020; }

@media (max-width: 62.49em) {
  .downloads__section {
    -ms-flex-direction: column;
        flex-direction: column; }
  .downloads__section h2 {
    text-align: center;
    padding: 0;
    margin-bottom: 40px;
    -ms-flex: initial;
        flex: initial; } }

@media (max-width: 47.99em) {
  .download__item {
    -ms-flex-direction: column;
        flex-direction: column; }
  .download__item:not(:last-of-type) {
    padding-bottom: 20px; }
  .download__item .button {
    margin-top: 20px;
    margin-left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }

@media (max-width: 34.365em) {
  .downloads__section {
    padding: 38px 14px; } }

.flexible-modules__row {
  margin: 30px auto;
  padding: 0 40px; }

.standard-text__row {
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 866px; }

@media (max-width: 47.99em) {
  .flexible-modules__row {
    margin: 22px 0 30px;
    padding: 0; } }

.form-section .form-section__checkbox, .gfield_checkbox .gchoice, .ginput_container_consent {
  margin-bottom: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 500; }

.form-section .form-section__checkbox input[type="checkbox"], .gfield_checkbox input[type="checkbox"], .ginput_container_consent input[type="checkbox"] {
  margin-right: 28px;
  width: 28px;
  height: 28px; }

.form-section .form-section__checkbox input[type="checkbox"]::before, .gfield_checkbox input[type="checkbox"]::before, .ginput_container_consent input[type="checkbox"]::before {
  background-size: 24px 22px; }

.form-section .form-section__checkbox label, .gfield_checkbox label, .ginput_container_consent label {
  -ms-flex: 1 1 0px;
      flex: 1 1 0; }

.form-section__radio-input, form#order_review .payment_method__container, .gform_wrapper .gfield_radio .gchoice {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px; }

.wc_payment_methods li::after {
  display: none; }

.form-section__radio-input:first-of-type {
  margin-top: 18px; }

.form-section input[type="radio"], form#order_review input[type="radio"], .gform_wrapper input[type="radio"] {
  height: 40px;
  width: 40px;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 50%;
  border: 3px solid #BCBCBC;
  background-color: #fff;
  margin: 0 25px 0 0; }

.payment_method_stripe input[name="wc-stripe-payment-token"] {
  width: 40px !important; }

.form-section input[type="radio"]:checked, form#order_review input[type="radio"]:checked, .gform_wrapper input[type="radio"]:checked {
  border: 3px solid #ff4900;
  background-color: #ff4900;
  box-shadow: inset 0 0 0 6px #fff; }

.form-section input[type="radio"] + label, form#order_review input[type="radio"] + label, .gform_wrapper input[type="radio"] + label {
  color: #616264;
  font-weight: 500; }

.form-section input[type="radio"]:checked + label, .form-section input[type="checkbox"]:checked + label, form#order_review input[type="radio"]:checked + label, form#order_review input[type="checkbox"]:checked + label, .gform_wrapper input[type="radio"]:checked + label, .gform_wrapper input[type="checkbox"]:checked + label {
  color: #ff4900; }

.form-section__select {
  border-radius: 0;
  border-color: #BCBCBC;
  width: 100%;
  padding: 12px 35px 12px 14px;
  margin-top: 24px;
  white-space: normal; }

@supports not (-ms-high-contrast: none) {
  .form-section__select {
    -webkit-appearance: none;
            appearance: none;
    position: relative;
    background: url("images/chevron-down.svg") no-repeat;
    background-position: 98% center;
    background-size: 15px 18px; } }

.login-username, .login-password, .form-section__register-input, .payment_box .form-row, .woocommerce-billing-fields .form-row, #wc-stripe-cc-form, .gform_wrapper .gform_fields .gfield {
  position: relative; }

.form-section .login-username label, .form-section .login-password label, .form-section__register-input label, .woocommerce-billing-fields .form-row label, #wc-stripe-cc-form .form-row label, #wc-stripe-cc-form > label, .gform_wrapper .gfield > label.gfield_label:not(.gf-select__label) {
  position: absolute;
  left: 16px;
  padding: 0 5px 5px;
  pointer-events: none;
  transition: all 0.3s ease-in;
  color: #616264;
  font-weight: 500;
  font-size: 14px;
  font-size: .875rem; }

.form-section .login-username label, .form-section .login-password label, .form-section .form-section__register-input label, .form-section .woocommerce-billing-fields .form-row label, .gform_wrapper .gfield > label.gfield_label:not(.gf-select__label) {
  top: 20px; }

form#order_review .form-section__register-input label, #wc-stripe-cc-form .form-row label {
  top: 4px;
  z-index: 1; }

#wc-stripe-cc-form > label {
  top: 14px; }

.form-section label.labelfocus, .form-section .woocommerce-billing-fields .form-row label.labelfocus, .gform_wrapper .gfield > label.gfield_label.labelfocus {
  display: block;
  top: 4px;
  font-size: 12px;
  font-size: .75rem; }

.login-remember label {
  font-weight: 500;
  font-size: 13px;
  font-size: .8125rem; }

.gform_wrapper {
  background-color: #FFE700;
  padding: 32px;
  margin-bottom: 30px; }

.gform_heading {
  margin-bottom: 36px; }

.gform_title {
  position: relative;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 35px;
  line-height: 2.1875rem;
  font-weight: 500;
  padding-top: 9px;
  margin-bottom: 18px;
  color: #3C3C3B; }

.gform_title::before {
  content: "\00a0";
  position: absolute;
  background-color: #ff4900;
  left: 0;
  width: 58px;
  height: 1px;
  top: 0;
  background-color: #616264; }

.gform_description {
  line-height: 22px;
  line-height: 1.375rem; }

.gform_footer {
  text-align: right; }

.gform_wrapper .ginput_container_textarea textarea {
  resize: vertical;
  width: 100%;
  padding: 30px 20px 20px; }

.gform_wrapper textarea, .gform_wrapper select {
  border-width: 0 0 1px 0;
  border-color: #ff4900;
  border-style: solid; }

.gform_wrapper select:not(.ginput_container_multiselect select) {
  height: 58px; }

.gform_wrapper select, .gform_wrapper .gform_fields .ginput_container input:not([type="radio"]:checked) {
  background-color: #fff; }

.gform_wrapper .gform_fields .ginput_container:not(.ginput_container_time) input:not(.gfield-choice-input), .gform_wrapper .ginput_container_select select, .gform_wrapper .ginput_container_multiselect select, .gform_wrapper .ginput_container_address select {
  padding-left: 20px;
  padding-top: 12px; }

.gform_wrapper input[type="submit"] {
  background-color: #202020;
  border-color: #202020;
  color: #FFE700;
  margin: 0;
  width: 290px;
  height: -webkit-min-content;
  height: min-content;
  min-height: 58px;
  white-space: normal; }

.gform_wrapper input[type="submit"]:hover, .gform_wrapper input[type="submit"]:focus, .gform_wrapper input[type="submit"]:active {
  background-color: transparent;
  color: #202020; }

.gform_wrapper .gfield .ginput_complex label {
  color: #202020;
  font-weight: 500;
  font-size: 14px;
  font-size: .875rem; }

.gform_wrapper .field_sublabel_above .ginput_complex label {
  padding-bottom: 4px; }

.gform_wrapper .field_description_below [class="gfield_description"] {
  padding-top: 8px;
  padding-bottom: 8px; }

.gform_wrapper .field_description_above .gfield_description.validation_message, .gform_wrapper .field_description_above .gfield_description.gfield_validation_message {
  padding-top: 13px;
  padding-bottom: 13px; }

.gform_wrapper .validation_message, .gform_wrapper .gfield_validation_message, .gform_wrapper .gform_validation_errors {
  background-color: #ed008c;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  font-weight: 500; }

.gform_wrapper .gform_validation_errors > ol li, .gform_wrapper .gform_validation_errors > ol li a {
  color: #fff;
  font-size: 15px;
  font-size: .9375rem; }

.gform_wrapper .gform_validation_errors > ol li {
  list-style-type: none !important; }

.gform_wrapper .gform_validation_errors > h2 {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 22px;
  line-height: 1.375rem; }

.gform_wrapper [aria-invalid="true"] + label, .gform_wrapper label + [aria-invalid="true"], .gform_wrapper .gfield_error legend, .gform_wrapper .gfield_error label, .gform_wrapper .gfield_error .gfield_repeater_cell label {
  color: initial; }

.gform_wrapper .gfield_error [aria-invalid="true"] {
  border: 1px solid #ff4900; }

.gform_confirmation_wrapper {
  background-color: #C6D92D;
  border-color: #C6D92D;
  color: #202020;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 30px;
  padding: 20px 24px; }

.gform_wrapper .gform_fields .gsection {
  border-color: #202020; }

.gform_wrapper .gfield_required {
  color: #ff4900;
  font-weight: 600; }

@media (max-width: 47.99em) {
  .gform_wrapper {
    margin-left: -14px;
    margin-right: -14px; }
  .gform_footer {
    text-align: center; }
  .gform_wrapper input[type="submit"] {
    max-width: 90%; } }

.bm-cookie-banner.bm-cookie-banner {
  background-color: #ed008c;
  color: #ffffff;
  padding: 30px 0 40px;
  text-align: left;
  font-size: 15px; }

.bm-cookie-banner--static.bm-cookie-banner--static {
  border-top: none; }

.bm-cookie-banner__button.bm-cookie-banner__button {
  width: auto;
  display: inline-block;
  text-align: center;
  min-width: 195px;
  padding: 10px 18px;
  border-radius: 0;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  background-color: #ed008c;
  transition: ease-in 0.15s;
  border: 1px solid #fff;
  color: #fff;
  margin: 10px 12px; }

.bm-cookie-banner__button.bm-cookie-banner__button:hover {
  background-color: #fff;
  color: #ed008c;
  border: 1px solid #fff; }

.bm-cookie-banner__button.js-cookie-accept-all {
  background-color: #fff;
  color: #ed008c;
  border: 1px solid #fff; }

.bm-cookie-banner__button.js-cookie-accept-all:hover {
  background-color: #ed008c;
  color: #fff;
  border: 1px solid #fff; }

.bm-cookie-banner__title.bm-cookie-banner__title {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 22px;
  padding-bottom: 0;
  text-align: center; }

.bm-cookie-banner__text.bm-cookie-banner__text {
  margin-bottom: 22px; }

.bm-cookie-banner__button-wrapper.bm-cookie-banner__button-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
