/*!***********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/sass-loader/dist/cjs.js!./scss/import.scss ***!
  \***********************************************************************************************************************************/
@charset "UTF-8";
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0; }

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block; }

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder; }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none; }

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible; }

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none; }

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline; }

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto; }

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block; }

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item; }

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none; }

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #fff7c8; }
  body a {
    text-decoration: none; }

@font-face {
  font-family: 'headerfont';
  src: url("/wp-content/themes/actionclasspro/fonts/raleway-black-webfont.woff2") format("woff2"), url("/wp-content/themes/actionclasspro/fonts/raleway-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/*buttons*/
.menu-item.button {
  padding: 0 !important; }

.button, a.button {
  display: inline-block !important;
  vertical-align: middle !important;
  padding: 10px 30px !important;
  background: #201756;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 30px !important;
  cursor: pointer; }
  .button.orange-button, a.button.orange-button {
    background: #e48125 !important;
    color: #fff !important; }
    .button.orange-button:hover, a.button.orange-button:hover {
      opacity: .8; }

.acp__main-nav .menu-item.button {
  background: none; }
  .acp__main-nav .menu-item.button a {
    display: inline-block !important;
    vertical-align: middle !important;
    padding: 10px 30px !important;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 30px !important;
    cursor: pointer; }
    .acp__main-nav .menu-item.button a.orange-button {
      background: #e48125 !important;
      color: #fff !important; }
      .acp__main-nav .menu-item.button a.orange-button:hover {
        opacity: .8; }

.menu-item.button.black-button a, #informationalPageContent .form-submit .menu-item.submit a, .woocommerce .menu-item.button a {
  background: #000;
  color: #fff !important; }
  .menu-item.button.black-button a:hover, #informationalPageContent .form-submit .menu-item.submit a:hover, .woocommerce .menu-item.button a:hover {
    background: #525252; }

.menu-item.button.blue-button a {
  background: #05B1F2;
  color: #fff !important; }
  .menu-item.button.blue-button a:hover {
    background: #525252; }

.acp__wrapper {
  width: 1100px;
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap; }

.page-top {
  padding-top: 100px;
  background: #201756;
  display: block;
  width: 100%; }
  .page-top h1, .page-top h2 {
    font-family: headerfont;
    font-size: 50px;
    color: #fff7c8; }

.subtitle {
  display: block;
  font-size: 30px;
  color: #fff7c8; }

.footer {
  padding-top: 100px;
  background: #201756;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff7c8; }
  .footer a {
    color: #e48125; }
  .footer .copyright {
    width: 100%; }

.acp__main-nav ul {
  padding-top: 10px !important; }
  .acp__main-nav ul > li {
    padding-bottom: 20px;
    position: relative;
    margin: 0 20px;
    text-transform: uppercase;
    letter-spacing: .075em; }
    .acp__main-nav ul > li:last-child {
      margin-right: 0; }
    .acp__main-nav ul > li > ul {
      display: none;
      position: absolute;
      width: 250px;
      background: #e48125;
      color: #fff;
      left: 50%;
      z-index: 10;
      margin-left: -125px;
      border-radius: 10px;
      top: 100%; }
      .acp__main-nav ul > li > ul li {
        display: block;
        width: 100%;
        padding-bottom: 5px;
        letter-spacing: auto !important;
        margin: 0 !important; }
        .acp__main-nav ul > li > ul li a {
          display: block;
          text-align: left;
          color: #fff; }
          .acp__main-nav ul > li > ul li a:hover {
            color: #201756; }
      .acp__main-nav ul > li > ul:before {
        content: '';
        width: 25px;
        height: 19px;
        background: url("/wp-content/themes/actionclasspro/img/up-arrow.png?v=1") center center no-repeat;
        top: -18px;
        left: 110px;
        display: block;
        position: absolute; }
    .acp__main-nav ul > li:hover > ul {
      display: block; }
    .acp__main-nav ul > li a {
      color: #05B1F2; }

#four-oh-four {
  background: url("style-images/404-bottom-min.png") bottom center no-repeat;
  background-size: 100%;
  text-align: center; }
  #four-oh-four h1 {
    font-family: 'headerfont';
    font-size: 40px; }
  #four-oh-four h2 {
    margin-bottom: 0;
    padding-bottom: 40px;
    line-height: 1.5em; }
  #four-oh-four article {
    max-width: 600px;
    padding: 100px 0 150px 0;
    margin: auto; }

@media (max-width: 1100px) and (min-width: 900px) {
  .acp__wrapper {
    width: 900px;
    display: flex;
    margin: 0 auto; } }

@media (max-width: 899px) and (min-width: 700px) {
  .acp__wrapper {
    width: 700px;
    display: flex;
    margin: 0 auto; } }

@media (max-width: 699px) {
  .acp__wrapper {
    width: 96%;
    display: flex;
    margin: 0 auto; }
  .subtitle {
    font-size: 22px !important; } }

/*nav media queries*/
@media (min-width: 900px) {
  .hamburger-wrapper {
    display: none !important; } }

@media (max-width: 899px) {
  .hamburger-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px;
    z-index: 100; }
  .acp__nav-block {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 100%;
    transition: left .3s ease;
    background: #e48125;
    z-index: 99; }
    .acp__nav-block .acp__top-nav {
      background: #e48125;
      border-bottom: 1px solid #201756;
      margin-bottom: 5px; }
      .acp__nav-block .acp__top-nav a {
        color: #201756; }
      .acp__nav-block .acp__top-nav .acp__wrapper {
        width: 100%; }
      .acp__nav-block .acp__top-nav ul {
        text-align: left; }
        .acp__nav-block .acp__top-nav ul li {
          display: block; }
    .acp__nav-block .acp__main-nav {
      background: #e48125; }
      .acp__nav-block .acp__main-nav a {
        color: #201756; }
        .acp__nav-block .acp__main-nav a:hover {
          color: #fff; }
      .acp__nav-block .acp__main-nav .acp__wrapper {
        width: 100%; }
      .acp__nav-block .acp__main-nav ul {
        text-align: left;
        padding: 0 !important; }
        .acp__nav-block .acp__main-nav ul li {
          display: block;
          position: relative;
          padding: 0 !important; }
          .acp__nav-block .acp__main-nav ul li a {
            padding: 10px !important;
            display: block; }
          .acp__nav-block .acp__main-nav ul li > ul {
            display: block !important;
            position: relative;
            margin-left: 0;
            left: 0; }
          .acp__nav-block .acp__main-nav ul li.button.black-button, .acp__nav-block .acp__main-nav ul #informationalPageContent .form-submit li.submit, #informationalPageContent .form-submit .acp__nav-block .acp__main-nav ul li.submit, .acp__nav-block .acp__main-nav ul .woocommerce li.button, .woocommerce .acp__nav-block .acp__main-nav ul li.button {
            margin-right: 20px; }
            .acp__nav-block .acp__main-nav ul li.button.black-button a, .acp__nav-block .acp__main-nav ul #informationalPageContent .form-submit li.submit a, #informationalPageContent .form-submit .acp__nav-block .acp__main-nav ul li.submit a, .acp__nav-block .acp__main-nav ul .woocommerce li.button a, .woocommerce .acp__nav-block .acp__main-nav ul li.button a {
              background: #ffe345 !important;
              color: #000 !important;
              text-align: center;
              margin-top: 20px; }
          .acp__nav-block .acp__main-nav ul li.button.blue-button {
            margin-right: 20px; }
            .acp__nav-block .acp__main-nav ul li.button.blue-button a {
              display: block;
              background: #05B1F2 !important;
              color: #fff !important;
              text-align: center;
              margin-top: 20px; }
    .acp__nav-block.open {
      left: 0%; }
  .button {
    font-size: 20px; } }

.save-now {
  text-align: center;
  position: fixed;
  width: 600px;
  background: #791212;
  color: #fff;
  bottom: 0;
  left: -600px;
  padding: 20px;
  transition: left .3s ease-in-out;
  box-sizing: border-box; }
  .save-now .save-title {
    font-family: headerfont;
    font-size: 30px;
    margin-bottom: 10px; }
  .save-now .big-save {
    font-size: 100px;
    font-family: headerfont; }
    .save-now .big-save span {
      display: inline-block;
      vertical-align: top;
      font-size: 60px;
      font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }
  .save-now .save-now-copy-title {
    font-size: 20px; }
  .save-now .save-now-copy {
    font-size: 17px;
    line-height: 1.4em; }
  .save-now .save-now-button1 {
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    background: #d36c33;
    color: #fff;
    border-radius: 5px; }
    .save-now .save-now-button1:hover {
      opacity: .8; }
  .save-now .save-now-button2 {
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    background: #ffe345;
    color: #000;
    border-radius: 5px; }
    .save-now .save-now-button2:hover {
      opacity: .8; }
  .save-now .dismissed {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    font-size: 40px;
    line-height: 30px;
    cursor: pointer; }
    .save-now .dismissed:hover {
      opacity: .7; }
  .save-now.active {
    left: 0; }

@media (max-width: 700px) {
  .save-now {
    display: none; } }

.temp-loader {
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 5px; }

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

.hamburger:hover {
  opacity: 0.7; }

.hamburger.is-active:hover {
  opacity: 0.7; }

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #201756; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #e48125;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

/*
     * Arrow
     */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
     * Arrow Right
     */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
     * Arrow Alt
     */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
     * Arrow Alt Right
     */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
     * Arrow Turn
     */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }

.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
     * Arrow Turn Right
     */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg); }

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.logo-block {
  height: 0;
  overflow: visible; }
  .logo-block #logo-link {
    position: relative; }

.logo-img-mobile {
  display: none; }

.acp__top-nav {
  display: block;
  background: #05B1F2;
  text-align: right; }
  .acp__top-nav ul {
    width: 100%; }
  .acp__top-nav ul, .acp__top-nav li {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .acp__top-nav li {
    display: inline-block; }
    .acp__top-nav li a {
      display: block;
      padding: 10px;
      color: #000; }

.acp__main-nav {
  background: #201756;
  text-align: right; }
  .acp__main-nav ul {
    width: 100%; }
  .acp__main-nav ul, .acp__main-nav li {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .acp__main-nav li {
    display: inline-block; }
    .acp__main-nav li a {
      display: block;
      padding: 10px;
      font-size: 20px;
      color: #000; }

@media (max-width: 899px) {
  .logo-img-mobile {
    display: block; }
  .logo-img {
    display: none; } }

.home-top {
  background: url("../img/home-bottom-wave.svg") bottom center no-repeat #201756;
  background-size: 100% 30px;
  padding-bottom: 50px; }
  .home-top .acp__wrapper {
    position: relative;
    flex-wrap: wrap;
    padding-bottom: 50px; }
    .home-top .acp__wrapper h1 {
      width: 50%;
      margin-top: 0; }
    .home-top .acp__wrapper .subtitle {
      width: 100%;
      margin-bottom: 20px; }
  .home-top .acp__home-header-graphic {
    position: absolute;
    width: 450px;
    top: 0;
    right: 0;
    height: 300px; }
    .home-top .acp__home-header-graphic .inner-header-wrapper {
      position: relative;
      height: 300px; }
    .home-top .acp__home-header-graphic .monitorside {
      width: 350px;
      position: relative; }
      .home-top .acp__home-header-graphic .monitorside .delay-none {
        transition-delay: 0s !important; }
      .home-top .acp__home-header-graphic .monitorside .acp-site-label {
        width: 50px;
        background: #e48125;
        color: white;
        padding: 5px 10px;
        position: absolute;
        top: -10px;
        right: 0;
        z-index: 1;
        border-radius: 20px;
        text-align: center; }
        .home-top .acp__home-header-graphic .monitorside .acp-site-label .acp-site-label-wrap {
          position: relative; }
          .home-top .acp__home-header-graphic .monitorside .acp-site-label .acp-site-label-wrap .acp-magnet {
            position: absolute;
            width: 50px;
            height: 50px;
            right: -60px;
            top: -20px; }
            .home-top .acp__home-header-graphic .monitorside .acp-site-label .acp-site-label-wrap .acp-magnet svg {
              width: 50px;
              height: 50px;
              display: block;
              fill: #e48125;
              transform-origin: left center;
              transform: rotate(10deg);
              animation: magnetic 2s infinite; }
      .home-top .acp__home-header-graphic .monitorside .monitor {
        width: 320px;
        height: 240px;
        border-radius: 10px;
        background-color: #fff7c8;
        padding: 10px;
        box-sizing: border-box; }
        .home-top .acp__home-header-graphic .monitorside .monitor .monitor-inside {
          width: 300px;
          height: 200px;
          background: #201756;
          border-radius: 5px;
          overflow: hidden;
          position: relative; }
          .home-top .acp__home-header-graphic .monitorside .monitor .monitor-inside .monitor-filter-row {
            width: 300px;
            padding: 20px 20px 0px 20px;
            box-sizing: border-box;
            text-align: left; }
            .home-top .acp__home-header-graphic .monitorside .monitor .monitor-inside .monitor-filter-row .monitor-filter {
              transition: all .3s ease;
              background: #ccc;
              height: 6px;
              border-radius: 4px;
              width: 30px;
              margin-right: 2px;
              display: inline-block; }
          .home-top .acp__home-header-graphic .monitorside .monitor .monitor-inside .monitor-class-row {
            width: 300px;
            padding: 10px 20px 0px 20px;
            box-sizing: border-box;
            display: block;
            overflow: auto; }
            .home-top .acp__home-header-graphic .monitorside .monitor .monitor-inside .monitor-class-row .monitor-class {
              width: 45px;
              height: 60px;
              float: left;
              border-radius: 4px;
              margin-right: 6px;
              position: relative; }
              .home-top .acp__home-header-graphic .monitorside .monitor .monitor-inside .monitor-class-row .monitor-class:nth-child(2) .class-box {
                transition-delay: .1s; }
              .home-top .acp__home-header-graphic .monitorside .monitor .monitor-inside .monitor-class-row .monitor-class:nth-child(3) .class-box {
                transition-delay: .2s; }
              .home-top .acp__home-header-graphic .monitorside .monitor .monitor-inside .monitor-class-row .monitor-class:nth-child(4) .class-box {
                transition-delay: .3s; }
              .home-top .acp__home-header-graphic .monitorside .monitor .monitor-inside .monitor-class-row .monitor-class:nth-child(5) {
                margin-right: 0; }
                .home-top .acp__home-header-graphic .monitorside .monitor .monitor-inside .monitor-class-row .monitor-class:nth-child(5) .class-box {
                  transition-delay: .4s; }
            .home-top .acp__home-header-graphic .monitorside .monitor .monitor-inside .monitor-class-row:nth-child(3) {
              padding-top: 5px !important; }
              .home-top .acp__home-header-graphic .monitorside .monitor .monitor-inside .monitor-class-row:nth-child(3) .monitor-class:nth-child(1) .class-box {
                transition-delay: .1s; }
              .home-top .acp__home-header-graphic .monitorside .monitor .monitor-inside .monitor-class-row:nth-child(3) .monitor-class:nth-child(2) .class-box {
                transition-delay: .2s; }
              .home-top .acp__home-header-graphic .monitorside .monitor .monitor-inside .monitor-class-row:nth-child(3) .monitor-class:nth-child(3) .class-box {
                transition-delay: .3s; }
              .home-top .acp__home-header-graphic .monitorside .monitor .monitor-inside .monitor-class-row:nth-child(3) .monitor-class:nth-child(4) .class-box {
                transition-delay: .4s; }
              .home-top .acp__home-header-graphic .monitorside .monitor .monitor-inside .monitor-class-row:nth-child(3) .monitor-class:nth-child(5) .class-box {
                transition-delay: .5s; }
            .home-top .acp__home-header-graphic .monitorside .monitor .monitor-inside .monitor-class-row .class-box {
              border-radius: 4px;
              display: block;
              position: absolute;
              width: 90%;
              height: 90%;
              top: 5%;
              left: 5%;
              background: #201756;
              opacity: 0;
              transform: scale(0.5);
              transition: all 500ms cubic-bezier(0.5, 0.25, 0.4, 1.335);
              /* custom */
              transition-timing-function: cubic-bezier(0.5, 0.25, 0.4, 1.335);
              /* custom */ }
            .home-top .acp__home-header-graphic .monitorside .monitor .monitor-inside .monitor-class-row.animate-1 .class-box {
              transform: scale(1);
              opacity: 1; }
              .home-top .acp__home-header-graphic .monitorside .monitor .monitor-inside .monitor-class-row.animate-1 .class-box.yellow {
                background: #EBE668; }
              .home-top .acp__home-header-graphic .monitorside .monitor .monitor-inside .monitor-class-row.animate-1 .class-box.green {
                background: #9AEB68; }
              .home-top .acp__home-header-graphic .monitorside .monitor .monitor-inside .monitor-class-row.animate-1 .class-box.blue {
                background: #68EBDC; }
              .home-top .acp__home-header-graphic .monitorside .monitor .monitor-inside .monitor-class-row.animate-1 .class-box.purple {
                background: #688DEB; }
              .home-top .acp__home-header-graphic .monitorside .monitor .monitor-inside .monitor-class-row.animate-1 .class-box.purple-pink {
                background: #C168EB; }
              .home-top .acp__home-header-graphic .monitorside .monitor .monitor-inside .monitor-class-row.animate-1 .class-box.pink {
                background: #EB68B7; }
              .home-top .acp__home-header-graphic .monitorside .monitor .monitor-inside .monitor-class-row.animate-1 .class-box.red {
                background: #EB6868; }
              .home-top .acp__home-header-graphic .monitorside .monitor .monitor-inside .monitor-class-row.animate-1 .class-box.orange {
                background: #F3A760; }
          .home-top .acp__home-header-graphic .monitorside .monitor .monitor-inside.animate-1 .monitor-class-row .class-box {
            transform: scale(1);
            opacity: 1; }
            .home-top .acp__home-header-graphic .monitorside .monitor .monitor-inside.animate-1 .monitor-class-row .class-box.yellow {
              background: #EBE668; }
            .home-top .acp__home-header-graphic .monitorside .monitor .monitor-inside.animate-1 .monitor-class-row .class-box.green {
              background: #9AEB68; }
            .home-top .acp__home-header-graphic .monitorside .monitor .monitor-inside.animate-1 .monitor-class-row .class-box.blue {
              background: #68EBDC; }
            .home-top .acp__home-header-graphic .monitorside .monitor .monitor-inside.animate-1 .monitor-class-row .class-box.purple {
              background: #688DEB; }
            .home-top .acp__home-header-graphic .monitorside .monitor .monitor-inside.animate-1 .monitor-class-row .class-box.purple-pink {
              background: #C168EB; }
            .home-top .acp__home-header-graphic .monitorside .monitor .monitor-inside.animate-1 .monitor-class-row .class-box.pink {
              background: #EB68B7; }
            .home-top .acp__home-header-graphic .monitorside .monitor .monitor-inside.animate-1 .monitor-class-row .class-box.red {
              background: #EB6868; }
            .home-top .acp__home-header-graphic .monitorside .monitor .monitor-inside.animate-1 .monitor-class-row .class-box.orange {
              background: #F3A760; }
          .home-top .acp__home-header-graphic .monitorside .monitor .monitor-inside.animate-2 .monitor-class-row:nth-child(2) .class-box {
            transform: scale(1);
            opacity: 1;
            background: #68EBDC; }
          .home-top .acp__home-header-graphic .monitorside .monitor .monitor-inside.animate-2 .monitor-class-row:nth-child(3) .class-box {
            transform: scale(1);
            opacity: 1;
            background: #EB68B7; }
          .home-top .acp__home-header-graphic .monitorside .monitor .monitor-inside.animate-2 .monitor-filter-row .monitor-filter:nth-child(1) {
            background: #68EBDC; }
          .home-top .acp__home-header-graphic .monitorside .monitor .monitor-inside.animate-2 .monitor-filter-row .monitor-filter:nth-child(2) {
            background: #EB68B7; }
          .home-top .acp__home-header-graphic .monitorside .monitor .monitor-inside.animate-2 .monitor-drawer {
            right: 0; }
          .home-top .acp__home-header-graphic .monitorside .monitor .monitor-inside .monitor-drawer {
            position: absolute;
            top: 0;
            right: -120px;
            height: 100%;
            width: 120px;
            background: #fff;
            transition: all .3s ease;
            transition-delay: .8s;
            text-align: left; }
            .home-top .acp__home-header-graphic .monitorside .monitor .monitor-inside .monitor-drawer .image-top {
              width: 120px;
              height: 80px;
              background: #e0fffc;
              padding-top: 5px; }
              .home-top .acp__home-header-graphic .monitorside .monitor .monitor-inside .monitor-drawer .image-top svg {
                display: block;
                width: 70px;
                height: 70px;
                margin: 5px auto;
                fill: #68EBDC; }
            .home-top .acp__home-header-graphic .monitorside .monitor .monitor-inside .monitor-drawer .monitor-drawer-body {
              padding: 5px; }
              .home-top .acp__home-header-graphic .monitorside .monitor .monitor-inside .monitor-drawer .monitor-drawer-body .drawer-line {
                display: block; }
                .home-top .acp__home-header-graphic .monitorside .monitor .monitor-inside .monitor-drawer .monitor-drawer-body .drawer-line .line-1 {
                  display: inline-block;
                  height: 7px;
                  width: 30px;
                  background: #F3A760;
                  border-radius: 4px; }
                .home-top .acp__home-header-graphic .monitorside .monitor .monitor-inside .monitor-drawer .monitor-drawer-body .drawer-line .line-2 {
                  display: inline-block;
                  height: 7px;
                  width: 40px;
                  background: #60c2f3;
                  border-radius: 4px; }
                .home-top .acp__home-header-graphic .monitorside .monitor .monitor-inside .monitor-drawer .monitor-drawer-body .drawer-line .line-3 {
                  display: inline-block;
                  height: 7px;
                  width: 15px;
                  background: #8260f3;
                  border-radius: 4px; }
      .home-top .acp__home-header-graphic .monitorside .phone {
        width: 80px;
        height: 160px;
        background: #fff7c8;
        border-radius: 4px;
        position: absolute;
        right: -20px;
        top: 65px;
        padding: 5px;
        box-sizing: border-box;
        -webkit-box-shadow: 3px 3px 0 0 #201756;
        box-shadow: 3px 3px 0 0 #201756; }
        .home-top .acp__home-header-graphic .monitorside .phone .phone-inside {
          box-sizing: border-box;
          width: 70px;
          height: 150px;
          background: #201756;
          border-radius: 3px;
          padding-top: 10px;
          overflow: hidden;
          position: relative; }
          .home-top .acp__home-header-graphic .monitorside .phone .phone-inside .phone-filter {
            width: 80%;
            margin: auto;
            height: 10px;
            background-color: #ccc;
            border-radius: 4px;
            transition: all .2s ease; }
          .home-top .acp__home-header-graphic .monitorside .phone .phone-inside .phone-class {
            width: 80%;
            height: 40px;
            border-radius: 4px;
            margin: auto;
            margin-top: 4px;
            background: #201756;
            opacity: 0;
            transform: scale(0.5);
            transition: all 500ms cubic-bezier(0.5, 0.25, 0.4, 1.335);
            /* custom */
            transition-timing-function: cubic-bezier(0.5, 0.25, 0.4, 1.335);
            /* custom */ }
            .home-top .acp__home-header-graphic .monitorside .phone .phone-inside .phone-class:nth-child(3) {
              transition-delay: .1s; }
            .home-top .acp__home-header-graphic .monitorside .phone .phone-inside .phone-class:nth-child(4) {
              transition-delay: .2s; }
          .home-top .acp__home-header-graphic .monitorside .phone .phone-inside .phone-drawer {
            position: absolute;
            width: 90%;
            height: 100%;
            right: -90%;
            top: 0;
            background: #fff;
            transition: all .3s ease;
            transition-delay: 1s;
            text-align: left; }
            .home-top .acp__home-header-graphic .monitorside .phone .phone-inside .phone-drawer .image-top {
              width: 100%;
              height: 40px;
              background: #e0fffc;
              padding-top: 5px; }
              .home-top .acp__home-header-graphic .monitorside .phone .phone-inside .phone-drawer .image-top svg {
                display: block;
                width: 30px;
                height: 30px;
                margin: 0 auto;
                fill: #68EBDC; }
            .home-top .acp__home-header-graphic .monitorside .phone .phone-inside .phone-drawer .phone-drawer-body {
              padding: 5px; }
              .home-top .acp__home-header-graphic .monitorside .phone .phone-inside .phone-drawer .phone-drawer-body .drawer-line {
                display: block; }
                .home-top .acp__home-header-graphic .monitorside .phone .phone-inside .phone-drawer .phone-drawer-body .drawer-line .line-1 {
                  display: inline-block;
                  height: 7px;
                  width: 20px;
                  background: #F3A760;
                  border-radius: 4px; }
                .home-top .acp__home-header-graphic .monitorside .phone .phone-inside .phone-drawer .phone-drawer-body .drawer-line .line-2 {
                  display: inline-block;
                  height: 7px;
                  width: 20px;
                  background: #60c2f3;
                  border-radius: 4px; }
                .home-top .acp__home-header-graphic .monitorside .phone .phone-inside .phone-drawer .phone-drawer-body .drawer-line .line-3 {
                  display: inline-block;
                  height: 7px;
                  width: 10px;
                  background: #8260f3;
                  border-radius: 4px; }
          .home-top .acp__home-header-graphic .monitorside .phone .phone-inside.animate-1 .phone-class {
            transform: scale(1);
            opacity: 1; }
            .home-top .acp__home-header-graphic .monitorside .phone .phone-inside.animate-1 .phone-class.yellow {
              background: #EBE668; }
            .home-top .acp__home-header-graphic .monitorside .phone .phone-inside.animate-1 .phone-class.green {
              background: #9AEB68; }
            .home-top .acp__home-header-graphic .monitorside .phone .phone-inside.animate-1 .phone-class.blue {
              background: #68EBDC; }
          .home-top .acp__home-header-graphic .monitorside .phone .phone-inside.animate-2 .phone-filter {
            background: #68EBDC; }
          .home-top .acp__home-header-graphic .monitorside .phone .phone-inside.animate-2 .phone-class {
            transform: scale(1);
            opacity: 1;
            background: #68EBDC; }
          .home-top .acp__home-header-graphic .monitorside .phone .phone-inside.animate-2 .phone-drawer {
            right: 0; }
    .home-top .acp__home-header-graphic .iclassproside {
      width: 96px;
      height: 111px;
      position: absolute;
      right: -150px;
      bottom: 50px; }
      .home-top .acp__home-header-graphic .iclassproside .iclassproside-wrapper {
        width: 96px;
        height: 111px;
        position: relative; }
        .home-top .acp__home-header-graphic .iclassproside .iclassproside-wrapper .dish-wrap {
          position: absolute;
          top: -65px;
          left: -10px;
          z-index: 1;
          width: 116px;
          height: 98px; }
          .home-top .acp__home-header-graphic .iclassproside .iclassproside-wrapper .dish-wrap .dish-inner {
            position: relative;
            width: 116px;
            height: 98px;
            transform: rotate(-45deg);
            transform-origin: bottom center;
            animation: radar 3s infinite; }
            .home-top .acp__home-header-graphic .iclassproside .iclassproside-wrapper .dish-wrap .dish-inner .blip-1 {
              position: absolute;
              height: 60px;
              width: 10px;
              border-radius: 5px;
              background: #EBE668;
              top: -15px;
              left: 50px;
              animation: radar_shoot 2s linear infinite; }
            .home-top .acp__home-header-graphic .iclassproside .iclassproside-wrapper .dish-wrap .dish-inner .blip-2 {
              position: absolute;
              height: 60px;
              width: 10px;
              border-radius: 5px;
              background: #9AEB68;
              top: -15px;
              left: 50px;
              animation-delay: 3s;
              animation: radar_shoot 3s linear infinite; }
            .home-top .acp__home-header-graphic .iclassproside .iclassproside-wrapper .dish-wrap .dish-inner .blip-3 {
              position: absolute;
              height: 60px;
              width: 10px;
              border-radius: 5px;
              background: #68EBDC;
              top: -15px;
              left: 50px;
              animation-delay: 6s;
              animation: radar_shoot 3s linear infinite; }
        .home-top .acp__home-header-graphic .iclassproside .iclassproside-wrapper .base {
          position: relative; }
    .home-top .acp__home-header-graphic .graphic-label-wrap {
      text-align: center; }
      .home-top .acp__home-header-graphic .graphic-label-wrap .graphic-label {
        background: #fff7c8;
        color: #201756;
        padding: 4px 10px;
        border-radius: 15px;
        font-size: 14px;
        margin-top: 20px;
        display: inline-block;
        font-weight: bold;
        letter-spacing: 1.5px; }
  @media (min-width: 900px) {
    .home-top .button span.mb {
      display: none; } }
  @media (max-width: 899px) {
    .home-top .button span.dt {
      display: none; } }

@keyframes mymove {
  from {
    background-position: 0px bottom; }
  from {
    background-position: 800px bottom; } }

.class-filter-video {
  position: relative;
  padding-top: 50px; }
  .class-filter-video .subtitle {
    text-align: center;
    position: relative;
    z-index: 5;
    margin-bottom: 40px;
    width: 100%;
    color: #201756; }
  .class-filter-video .class-filter-background {
    position: absolute;
    overflow: hidden;
    background: url("../img/acp-home-background-min.png") 0px bottom repeat-x;
    width: 100%;
    top: 0;
    bottom: 27%;
    animation: mymove 12s linear infinite; }
  .class-filter-video img {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    margin: auto;
    width: 100%; }
  .class-filter-video .acp__wrapper {
    position: relative; }
  .class-filter-video .video-wrapper {
    background: #fff;
    width: 71%;
    height: 66%;
    position: absolute;
    left: 12%;
    top: 5%; }
    .class-filter-video .video-wrapper .class-filter-vid {
      width: 100%; }

.feature-item {
  margin-top: 70px; }

.feature-explainer {
  flex-basis: 50%; }
  .feature-explainer h2 {
    font-family: 'headerfont';
    font-size: 40px;
    position: relative;
    padding-bottom: 30px;
    color: #201756; }
    .feature-explainer h2:after {
      content: '';
      width: 100px;
      height: 5px;
      background: #05B1F2;
      bottom: 5px;
      left: 0;
      display: block;
      position: absolute; }
  .feature-explainer p, .feature-explainer ul, .feature-explainer ol {
    font-size: 25px;
    color: #525252;
    line-height: 1.4em; }
  .feature-explainer a {
    color: #bfa41d; }
    .feature-explainer a.button {
      color: #fff; }
      .feature-explainer a.button:hover {
        background: #05B1F2; }

.feature-img {
  flex-basis: 30%;
  margin-left: 11%; }
  .feature-img img {
    display: block;
    margin: auto;
    max-width: 100%;
    filter: grayscale(100%);
    transition: all 1s ease;
    transition-delay: .3s; }
    .feature-img img.color {
      filter: grayscale(0%); }

#homePageContent {
  padding-bottom: 100px; }

@media (max-width: 1100px) and (min-width: 900px) {
  .home-top {
    padding-bottom: 50px; }
  .class-filter-video .video-wrapper {
    width: 78%;
    height: 66%;
    position: absolute;
    left: 8%;
    top: 5%; } }

@media (max-width: 1430px) {
  .home-top .acp__wrapper {
    display: block;
    text-align: center; }
    .home-top .acp__wrapper h1 {
      margin-left: auto;
      margin-right: auto; }
  .home-top .acp__home-header-graphic {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    left: -60px; } }

@media (max-width: 899px) {
  .home-top {
    background: url("style-images/home-banner-back.svg") bottom center no-repeat #201756;
    background-size: contain;
    padding-bottom: 0px; }
    .home-top .acp__wrapper {
      position: relative;
      flex-wrap: wrap;
      padding-bottom: 50px;
      text-align: center; }
      .home-top .acp__wrapper h1 {
        width: 100%;
        margin-top: 50px;
        font-size: 30px;
        text-align: center; }
      .home-top .acp__wrapper .subtitle {
        width: 100%;
        margin-bottom: 20px;
        text-align: center; }
      .home-top .acp__wrapper .action-rabbit-image {
        position: relative;
        margin: auto; }
      .home-top .acp__wrapper .button {
        margin: auto; }
      .home-top .acp__wrapper .action-rabbit-image {
        width: 350px;
        margin-top: 50px; }
  .class-filter-video .video-wrapper {
    width: 78%;
    height: 66%;
    position: absolute;
    left: 8%;
    top: 5%; } }

@media (max-width: 930px) {
  .class-filter-background {
    background: none !important; } }

@media (max-width: 699px) {
  .home-top h1 {
    margin-top: 0 !important; }
  .home-top .action-rabbit-image {
    width: 350px;
    height: 300px; }
  #homePageContent .acp__wrapper {
    display: block; }
  .feature-item {
    width: 96%;
    margin-left: auto;
    margin-right: auto; }
    .feature-item .feature-explainer p {
      font-size: 20px; }
    .feature-item .feature-img {
      width: 100%;
      margin: 0; }
  .iclassproside, .acp-magnet {
    display: none; }
  .home-top .acp__home-header-graphic {
    left: auto; }
    .home-top .acp__home-header-graphic .inner-header-wrapper {
      width: 300px;
      margin: auto;
      left: -20px; }
  .acp-site-label {
    display: none; } }

@media (max-width: 500px) {
  .home-top .acp__home-header-graphic {
    left: auto;
    padding-left: 5px;
    width: 350px; }
    .home-top .acp__home-header-graphic .inner-header-wrapper {
      width: 100%;
      margin: auto;
      left: auto; }
      .home-top .acp__home-header-graphic .inner-header-wrapper .monitorside .phone {
        right: 0; } }

@keyframes magnetic {
  0% {
    transform: rotate(10deg); }
  50% {
    transform: rotate(30deg); }
  100% {
    transform: rotate(10deg); } }

@keyframes radar {
  0% {
    transform: rotate(-50deg); }
  50% {
    transform: rotate(-60deg); }
  100% {
    transform: rotate(-50deg); } }

@keyframes radar_shoot {
  0% {
    opacity: 0;
    height: 0px;
    top: -15px; }
  50% {
    opacity: 1;
    height: 60px;
    top: -75px; }
  99% {
    opacity: .2;
    height: 0px;
    top: -75px; }
  100% {
    opacity: 0;
    height: 0px;
    top: -15px; } }

.company-wrapper .slick-slide {
  width: 150px;
  text-align: center; }
  .company-wrapper .slick-slide img {
    width: 150px !important;
    max-width: 90%;
    margin: 0px 25px; }

.general-top {
  padding-bottom: 100px;
  padding-top: 50px; }
  .general-top .acp__wrapper {
    display: block; }
    .general-top .acp__wrapper .subtitle, .general-top .acp__wrapper h1 {
      width: 50%;
      display: block;
      margin-bottom: 10px; }

.feature-item-centered {
  padding: 40px 0; }
  .feature-item-centered .acp__wrapper {
    display: block;
    width: 700px;
    margin: auto; }
    .feature-item-centered .acp__wrapper .feature-img {
      width: 100%;
      text-align: center;
      margin: 30px auto; }
      .feature-item-centered .acp__wrapper .feature-img img {
        max-width: 100%; }
    .feature-item-centered .acp__wrapper .feature-explainer {
      text-align: center; }
      .feature-item-centered .acp__wrapper .feature-explainer h2:after {
        left: 50%;
        margin-left: -50px; }

.calendar-slider-wrapper {
  position: relative;
  width: 100%; }
  .calendar-slider-wrapper .slide-prev {
    position: absolute;
    left: 25px;
    top: 50%;
    margin-top: -45px;
    cursor: pointer;
    z-index: 10; }
    .calendar-slider-wrapper .slide-prev:hover {
      opacity: .8; }
  .calendar-slider-wrapper .slide-next {
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -45px;
    cursor: pointer;
    z-index: 10; }
    .calendar-slider-wrapper .slide-next:hover {
      opacity: .8; }

.calendar-slider {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 100%;
  overflow: hidden;
  position: relative; }
  .calendar-slider .slick-slide > div {
    text-align: center; }
    .calendar-slider .slick-slide > div > img {
      max-width: 90%;
      width: 90%; }

@media (max-width: 899px) {
  .general-top .acp__wrapper {
    position: relative;
    flex-wrap: wrap;
    padding-bottom: 50px;
    text-align: center; }
    .general-top .acp__wrapper h1 {
      width: 100%;
      margin-top: 50px;
      font-size: 30px;
      text-align: center; }
    .general-top .acp__wrapper .subtitle {
      width: 100%;
      margin-bottom: 20px;
      text-align: center; }
  .calendar-slider .slick-slide > div {
    padding: 0 50px; }
  .calendar-slider-wrapper .slide-prev, .calendar-slider-wrapper .slide-next {
    display: none; }
  .feature-item-centered .acp__wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto; } }

@media (max-width: 699px) {
  #generalPageContent .acp__wrapper {
    display: block; }
  .feature-item {
    width: 96%;
    margin-left: auto;
    margin-right: auto; }
    .feature-item .feature-explainer p {
      font-size: 20px; }
    .feature-item .feature-img {
      width: 100%;
      margin: 0; }
  .calendar-slider .slick-slide > div {
    padding: 0 15px; } }

.no-mt {
  margin-top: 0;
  padding-top: 50px; }

.drawer-example {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100; }
  .drawer-example .drawer-overlay-part {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 200; }
  .drawer-example .drawer-itself {
    width: 600px;
    position: fixed;
    height: 100vh;
    background: #fff;
    overflow-y: scroll;
    right: -600px;
    top: 0;
    z-index: 300;
    transition: right .3s ease-in-out; }
    .drawer-example .drawer-itself .close-btn {
      position: absolute;
      top: 25px;
      left: 25px;
      height: 50px;
      width: 50px;
      background: rgba(255, 255, 255, 0.8);
      border-radius: 5px;
      padding: 5px;
      box-sizing: border-box;
      opacity: 1;
      transform: scale(1);
      transition: .2s ease-in-out;
      cursor: pointer; }
      .drawer-example .drawer-itself .close-btn svg {
        height: 40px;
        width: 40px;
        display: block; }
      .drawer-example .drawer-itself .close-btn:hover {
        opacity: .8;
        transform: scale(1.1); }
    .drawer-example .drawer-itself .drawer-top-image img {
      max-width: 100%; }
    .drawer-example .drawer-itself .drawer-body {
      padding: 20px 30px;
      font-family: Arial, Helvetica, sans-serif; }
      .drawer-example .drawer-itself .drawer-body .drawer-title {
        font-size: 20px;
        font-weight: bold; }
      .drawer-example .drawer-itself .drawer-body p {
        line-height: 1.5em; }
    @media (max-width: 700px) {
      .drawer-example .drawer-itself {
        width: 90%; } }
    .drawer-example .drawer-itself.active {
      right: 0; }

.body-no-scroll {
  overflow: hidden !important; }

body.documentation-template-default #informationalPageContent {
  background: #fff; }
  body.documentation-template-default #informationalPageContent h2:after {
    background: #05B1F2; }

.jr__no-scroll {
  overflow: hidden;
  height: 100%;
  width: 100%; }

#jr__info-modal {
  width: 100%;
  height: 100%;
  z-index: 999999999;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  overflow-x: hidden;
  overflow-y: auto; }
  #jr__info-modal .jr__info-modal-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center; }
    #jr__info-modal .jr__info-modal-wrapper .jr__info-modal-box {
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      background: #fff;
      border: 1px solid #efefef;
      border-radius: 5px;
      overflow: hidden;
      width: 600px;
      height: auto;
      min-height: 400px;
      position: relative;
      top: -100px;
      opacity: 0;
      transition: .3s ease-in-out;
      overflow-x: hidden;
      overflow-y: auto; }
      #jr__info-modal .jr__info-modal-wrapper .jr__info-modal-box img {
        max-width: 100%; }
      #jr__info-modal .jr__info-modal-wrapper .jr__info-modal-box .jr__modal-content {
        padding: 0px 20px 20px 20px;
        line-height: 1.4em; }
      #jr__info-modal .jr__info-modal-wrapper .jr__info-modal-box .jr__close-modal {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 30px;
        color: #000;
        cursor: pointer; }
        #jr__info-modal .jr__info-modal-wrapper .jr__info-modal-box .jr__close-modal:hover {
          opacity: .8; }
  #jr__info-modal.jr__animate .jr__info-modal-wrapper .jr__info-modal-box {
    top: 0px;
    opacity: 01; }

#jr__info-drawer {
  width: 500px;
  height: 100%;
  z-index: 999999999;
  position: fixed;
  top: 0;
  right: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }
  #jr__info-drawer .jr__info-drawer-wrapper {
    border-left: 1px solid #efefef;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    left: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: left .3s ease-in-out;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden; }
    #jr__info-drawer .jr__info-drawer-wrapper img {
      max-width: 100%; }
  #jr__info-drawer.jr__animate .jr__info-drawer-wrapper {
    left: 0; }
  #jr__info-drawer .jr__close-drawer {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    color: #000;
    cursor: pointer; }
    #jr__info-drawer .jr__close-drawer:hover {
      opacity: .8; }
  #jr__info-drawer .jr__drawer-content {
    padding: 0px 20px 20px 20px;
    line-height: 1.4em; }

.jr__more-info-img {
  height: 300px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

@media (max-width: 599px) {
  #jr__info-drawer {
    width: 100% !important; }
    #jr__info-drawer .jr__info-drawer-wrapper {
      overflow-y: scroll;
      /* has to be scroll, not auto */
      -webkit-overflow-scrolling: touch; }
  body #jr__info-modal .jr__info-modal-wrapper .jr__info-modal-box {
    margin: auto;
    overflow-y: scroll;
    /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch; } }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*slick theme*/
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

#informationalPageContent {
  padding: 40px 0; }
  #informationalPageContent #reply-title {
    display: none; }
  #informationalPageContent .comment-form-comment label {
    display: block;
    font-weight: bold;
    color: #525252;
    font-size: 18px;
    margin-bottom: 5px; }
  #informationalPageContent .comment-form-comment textarea {
    width: 100%;
    height: 100px;
    max-height: 350px;
    border: 1px solid #efefef;
    border-radius: 5px; }
  #informationalPageContent .comments ul {
    padding-left: 0;
    list-style-type: none; }
    #informationalPageContent .comments ul li {
      padding-left: 0;
      list-style-type: none; }
      #informationalPageContent .comments ul li .comment-author.vcard img.avatar {
        display: inline-block;
        vertical-align: top;
        padding: 0px;
        border-radius: 5px;
        overflow: hidden;
        margin-right: 5px; }
      #informationalPageContent .comments ul li .comment-meta {
        display: inline-block;
        width: calc(100% - 60px);
        vertical-align: top; }
      #informationalPageContent .comments ul li ul {
        margin-left: 10px; }
  #informationalPageContent .reply a {
    font-size: 12px;
    color: #bfa41d; }
    #informationalPageContent .reply a:before {
      content: '('; }
    #informationalPageContent .reply a:after {
      content: ')'; }
  #informationalPageContent .ar-comment-text-block {
    border-left: 5px solid #525252;
    margin: 5px 0;
    padding: 10px 10px 10px 20px;
    background: #f7f7f7; }
    #informationalPageContent .ar-comment-text-block p {
      margin: 3px 0; }
  #informationalPageContent .form-submit {
    text-align: right; }
    #informationalPageContent .form-submit .submit {
      display: inline-block;
      padding: 10px 20px;
      border-radius: 20px;
      text-transform: uppercase; }
  #informationalPageContent .up-down-slider, #informationalPageContent .left-menu {
    flex-basis: 30%;
    min-height: 200px;
    margin-right: 5%; }
  #informationalPageContent .left-menu {
    background: #efefef;
    border-radius: 10px;
    overflow: hidden; }
    #informationalPageContent .left-menu ul {
      display: block;
      list-style-type: none;
      padding: 0;
      margin: 0; }
      #informationalPageContent .left-menu ul li {
        display: block;
        list-style-type: none;
        padding: 0;
        position: relative; }
        #informationalPageContent .left-menu ul li a {
          padding: 10px;
          display: block; }
        #informationalPageContent .left-menu ul li ul {
          padding-left: 10px; }
        #informationalPageContent .left-menu ul li.current_page_item > a {
          padding-left: 30px;
          color: #e48125; }
          #informationalPageContent .left-menu ul li.current_page_item > a:before {
            content: "";
            background: url("../css/style-images/doc-arrow.png") center no-repeat;
            width: 10px;
            height: 20px;
            position: absolute;
            display: block;
            left: 5px;
            top: 10px; }
    #informationalPageContent .left-menu > ul > li > a {
      background: #201756;
      color: #fff;
      border-bottom: 1px solid #525252; }
    #informationalPageContent .left-menu > ul > li ul li a {
      color: #525252; }
  #informationalPageContent .block-video .video-block {
    position: relative; }
    #informationalPageContent .block-video .video-block img {
      width: 100%;
      max-width: 100%; }
    #informationalPageContent .block-video .video-block iframe {
      width: 100%; }
    #informationalPageContent .block-video .video-block:before {
      content: '';
      width: 150px;
      height: 150px;
      background: url("../css/style-images/video-button-min.png") center no-repeat;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -75px;
      margin-left: -75px; }
    #informationalPageContent .block-video .video-block:hover {
      cursor: pointer; }
    #informationalPageContent .block-video .video-block.active:before {
      display: none; }
  #informationalPageContent .block-video .video-caption {
    font-style: italic;
    color: #979797; }
  #informationalPageContent .information-content {
    flex-basis: 65%;
    min-height: 200px;
    line-height: 1.6em; }
    #informationalPageContent .information-content img {
      max-width: 100%;
      padding: 5px;
      border: 1px solid #efefef; }
    #informationalPageContent .information-content li {
      margin-bottom: 10px; }
    #informationalPageContent .information-content .information-block-content {
      font-size: 18px;
      line-height: 1.4em;
      margin-bottom: 50px;
      line-height: 1.4em; }
      #informationalPageContent .information-content .information-block-content a {
        color: #bfa41d; }
    #informationalPageContent .information-content h1 {
      line-height: 1.4em; }
    #informationalPageContent .information-content h2 {
      font-family: 'headerfont';
      font-size: 40px;
      position: relative;
      padding-bottom: 30px;
      color: #525252;
      line-height: 1.4em; }
      #informationalPageContent .information-content h2:after {
        content: '';
        width: 100px;
        height: 5px;
        background: #ffe345;
        bottom: 5px;
        left: 0;
        display: block;
        position: absolute; }
  #informationalPageContent .up-down {
    display: block;
    background: #efefef;
    border-radius: 10px;
    overflow: hidden; }
    #informationalPageContent .up-down a {
      display: block;
      padding: 10px;
      font-size: 20px;
      border-bottom: 1px solid #ccc;
      color: #000; }
      #informationalPageContent .up-down a:last-child {
        border-bottom: none; }
      #informationalPageContent .up-down a:hover {
        background: #cacaca; }
    #informationalPageContent .up-down.fixed {
      position: fixed;
      top: 10px; }

@media (max-width: 899px) {
  .up-down-slider {
    display: none; }
  .left-menu {
    flex-basis: 92% !important;
    margin: 0 4%; }
  .information-content {
    flex-basis: 92% !important;
    margin: 0 4%; } }

#acp_faqs {
  margin: 10px auto;
  width: 100%; }
  #acp_faqs .acp-faq-item {
    border: 1px solid #efefef; }
    #acp_faqs .acp-faq-item .acp-faq-title {
      padding: 10px;
      background: #201756;
      color: #fff;
      font-weight: bold; }
    #acp_faqs .acp-faq-item .acp-faq-body {
      padding: 10px;
      background: #fafafa; }
      #acp_faqs .acp-faq-item .acp-faq-body img {
        max-width: 90%;
        display: block;
        margin: auto; }
    #acp_faqs .acp-faq-item:nth-child(2) {
      border-top-right-radius: 10px;
      border-top-left-radius: 10px; }
      #acp_faqs .acp-faq-item:nth-child(2) .acp-faq-title {
        border-top-right-radius: 10px;
        border-top-left-radius: 10px; }
    #acp_faqs .acp-faq-item:last-child {
      border-bottom-right-radius: 10px;
      border-bottom-left-radius: 10px; }

.woocommerce-notices-wrapper, .return-to-shop, .cart-empty, .woocommerce-form-login {
  width: 600px;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box; }

.woocommerce-customer-details {
  box-sizing: border-box; }

.woocommerce-form-coupon-toggle, .woocommerce-form-login-toggle {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -30px; }
  .woocommerce-form-coupon-toggle .woocommerce-info, .woocommerce-form-login-toggle .woocommerce-info {
    border-top-color: #525252;
    margin-bottom: 0px; }
    .woocommerce-form-coupon-toggle .woocommerce-info:before, .woocommerce-form-login-toggle .woocommerce-info:before {
      color: #525252; }
    .woocommerce-form-coupon-toggle .woocommerce-info a, .woocommerce-form-login-toggle .woocommerce-info a {
      color: #bfa41d; }

.woocommerce-cart-form, .cart-collaterals {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -30px; }

.woocommerce .subscription_details .cancel {
  display: none !important; }

.woocommerce .subscription_details .change_payment_method, .woocommerce .subscription_details .subscription_renewal_early {
  margin-bottom: 3px; }

.woocommerce .cart-collaterals .cart_totals {
  float: none !important;
  width: 600px;
  margin-left: auto;
  margin-right: auto; }
  .woocommerce .cart-collaterals .cart_totals .order-total {
    background: #ffe345; }
  .woocommerce .cart-collaterals .cart_totals tr td {
    text-align: right; }

.must-be-logged-in, .woocommerce-thankyou-order-received, .woo-ar-title {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-family: 'headerfont';
  text-align: center;
  color: #525252; }

.lost_reset_password {
  width: 600px;
  margin-left: auto;
  margin-right: auto; }

.woocommerce-form-login-toggle {
  margin-bottom: 50px; }

.woocommerce-order {
  width: 600px;
  margin-left: auto;
  margin-right: auto; }
  .woocommerce-order .woocommerce-order-overview {
    margin-left: 0px !important;
    padding-inline-start: 0;
    padding-left: 0;
    padding: 10px;
    background: #201756;
    color: #fff7c8;
    border-radius: 10px; }
    .woocommerce-order .woocommerce-order-overview li {
      float: none !important;
      display: block !important;
      margin-right: 0 !important;
      padding-right: 0 !important;
      border: none !important; }
      .woocommerce-order .woocommerce-order-overview li strong {
        color: #e48125; }
  .woocommerce-order .woocommerce-customer-details address {
    box-sizing: border-box;
    line-height: 1.5em;
    background: #efefef; }

.woocommerce-NoticeGroup-checkout {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px; }
  .woocommerce-NoticeGroup-checkout .woocommerce-error li {
    margin-bottom: 4px; }

#customer_details {
  width: 600px;
  margin-left: auto;
  margin-right: auto; }
  #customer_details .col-1 {
    width: 100%; }

#order_review_heading, #order_review {
  width: 600px;
  margin-left: auto;
  margin-right: auto; }

.woocommerce-form-coupon {
  width: 600px;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box;
  margin-top: 0px !important;
  border: 0px !important;
  background: #f7f6f7;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px; }
  .woocommerce-form-coupon p {
    width: 100% !important;
    display: block; }

.woocommerce {
  width: 100%; }
  .woocommerce a {
    color: #bfa41d; }
  .woocommerce .input-text {
    border: 1px solid #c2c2c2;
    padding: 10px 5px; }
  .woocommerce #stripe-card-element {
    border: 1px solid #c2c2c2 !important;
    padding: 10px 5px !important;
    border-radius: 5px; }
  .woocommerce .wc-stripe-error {
    margin-bottom: 0px; }
  .woocommerce .form-row.woocommerce-invalid input.input-text {
    border-color: #c2c2c2 !important;
    background: #ffdddd; }
  .woocommerce .form-row.woocommerce-validated input.input-text {
    border-color: #c2c2c2 !important; }

.woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table, .woocommerce-checkout-review-order table.woocommerce-table--order-details, .woocommerce-checkout-review-order .shop_table, .woocommerce-checkout-review-order table.woocommerce-MyAccount-subscriptions, .woocommerce-order-details table.woocommerce-checkout-review-order-table, .woocommerce-order-details table.woocommerce-table--order-details, .woocommerce-order-details .shop_table, .woocommerce-order-details table.woocommerce-MyAccount-subscriptions, .woocommerce-cart-form table.woocommerce-checkout-review-order-table, .woocommerce-cart-form table.woocommerce-table--order-details, .woocommerce-cart-form .shop_table, .woocommerce-cart-form table.woocommerce-MyAccount-subscriptions {
  border: none;
  border-collapse: collapse; }
  .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table thead tr th, .woocommerce-checkout-review-order table.woocommerce-table--order-details thead tr th, .woocommerce-checkout-review-order .shop_table thead tr th, .woocommerce-checkout-review-order table.woocommerce-MyAccount-subscriptions thead tr th, .woocommerce-order-details table.woocommerce-checkout-review-order-table thead tr th, .woocommerce-order-details table.woocommerce-table--order-details thead tr th, .woocommerce-order-details .shop_table thead tr th, .woocommerce-order-details table.woocommerce-MyAccount-subscriptions thead tr th, .woocommerce-cart-form table.woocommerce-checkout-review-order-table thead tr th, .woocommerce-cart-form table.woocommerce-table--order-details thead tr th, .woocommerce-cart-form .shop_table thead tr th, .woocommerce-cart-form table.woocommerce-MyAccount-subscriptions thead tr th {
    background: #201756;
    color: #e48125; }
    .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table thead tr th:nth-child(1), .woocommerce-checkout-review-order table.woocommerce-table--order-details thead tr th:nth-child(1), .woocommerce-checkout-review-order .shop_table thead tr th:nth-child(1), .woocommerce-checkout-review-order table.woocommerce-MyAccount-subscriptions thead tr th:nth-child(1), .woocommerce-order-details table.woocommerce-checkout-review-order-table thead tr th:nth-child(1), .woocommerce-order-details table.woocommerce-table--order-details thead tr th:nth-child(1), .woocommerce-order-details .shop_table thead tr th:nth-child(1), .woocommerce-order-details table.woocommerce-MyAccount-subscriptions thead tr th:nth-child(1), .woocommerce-cart-form table.woocommerce-checkout-review-order-table thead tr th:nth-child(1), .woocommerce-cart-form table.woocommerce-table--order-details thead tr th:nth-child(1), .woocommerce-cart-form .shop_table thead tr th:nth-child(1), .woocommerce-cart-form table.woocommerce-MyAccount-subscriptions thead tr th:nth-child(1) {
      border-top-left-radius: 10px; }
    .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table thead tr th:nth-child(2), .woocommerce-checkout-review-order table.woocommerce-table--order-details thead tr th:nth-child(2), .woocommerce-checkout-review-order .shop_table thead tr th:nth-child(2), .woocommerce-checkout-review-order table.woocommerce-MyAccount-subscriptions thead tr th:nth-child(2), .woocommerce-order-details table.woocommerce-checkout-review-order-table thead tr th:nth-child(2), .woocommerce-order-details table.woocommerce-table--order-details thead tr th:nth-child(2), .woocommerce-order-details .shop_table thead tr th:nth-child(2), .woocommerce-order-details table.woocommerce-MyAccount-subscriptions thead tr th:nth-child(2), .woocommerce-cart-form table.woocommerce-checkout-review-order-table thead tr th:nth-child(2), .woocommerce-cart-form table.woocommerce-table--order-details thead tr th:nth-child(2), .woocommerce-cart-form .shop_table thead tr th:nth-child(2), .woocommerce-cart-form table.woocommerce-MyAccount-subscriptions thead tr th:nth-child(2) {
      border-top-right-radius: 10px; }
  .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot tr.order-total th, .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot tr.order-total td, .woocommerce-checkout-review-order table.woocommerce-table--order-details tfoot tr.order-total th, .woocommerce-checkout-review-order table.woocommerce-table--order-details tfoot tr.order-total td, .woocommerce-checkout-review-order .shop_table tfoot tr.order-total th, .woocommerce-checkout-review-order .shop_table tfoot tr.order-total td, .woocommerce-checkout-review-order table.woocommerce-MyAccount-subscriptions tfoot tr.order-total th, .woocommerce-checkout-review-order table.woocommerce-MyAccount-subscriptions tfoot tr.order-total td, .woocommerce-order-details table.woocommerce-checkout-review-order-table tfoot tr.order-total th, .woocommerce-order-details table.woocommerce-checkout-review-order-table tfoot tr.order-total td, .woocommerce-order-details table.woocommerce-table--order-details tfoot tr.order-total th, .woocommerce-order-details table.woocommerce-table--order-details tfoot tr.order-total td, .woocommerce-order-details .shop_table tfoot tr.order-total th, .woocommerce-order-details .shop_table tfoot tr.order-total td, .woocommerce-order-details table.woocommerce-MyAccount-subscriptions tfoot tr.order-total th, .woocommerce-order-details table.woocommerce-MyAccount-subscriptions tfoot tr.order-total td, .woocommerce-cart-form table.woocommerce-checkout-review-order-table tfoot tr.order-total th, .woocommerce-cart-form table.woocommerce-checkout-review-order-table tfoot tr.order-total td, .woocommerce-cart-form table.woocommerce-table--order-details tfoot tr.order-total th, .woocommerce-cart-form table.woocommerce-table--order-details tfoot tr.order-total td, .woocommerce-cart-form .shop_table tfoot tr.order-total th, .woocommerce-cart-form .shop_table tfoot tr.order-total td, .woocommerce-cart-form table.woocommerce-MyAccount-subscriptions tfoot tr.order-total th, .woocommerce-cart-form table.woocommerce-MyAccount-subscriptions tfoot tr.order-total td {
    background: #ffe345;
    color: #000; }
  .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th, .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td, .woocommerce-checkout-review-order table.woocommerce-table--order-details tfoot tr.cart-subtotal th, .woocommerce-checkout-review-order table.woocommerce-table--order-details tfoot tr.cart-subtotal td, .woocommerce-checkout-review-order .shop_table tfoot tr.cart-subtotal th, .woocommerce-checkout-review-order .shop_table tfoot tr.cart-subtotal td, .woocommerce-checkout-review-order table.woocommerce-MyAccount-subscriptions tfoot tr.cart-subtotal th, .woocommerce-checkout-review-order table.woocommerce-MyAccount-subscriptions tfoot tr.cart-subtotal td, .woocommerce-order-details table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th, .woocommerce-order-details table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td, .woocommerce-order-details table.woocommerce-table--order-details tfoot tr.cart-subtotal th, .woocommerce-order-details table.woocommerce-table--order-details tfoot tr.cart-subtotal td, .woocommerce-order-details .shop_table tfoot tr.cart-subtotal th, .woocommerce-order-details .shop_table tfoot tr.cart-subtotal td, .woocommerce-order-details table.woocommerce-MyAccount-subscriptions tfoot tr.cart-subtotal th, .woocommerce-order-details table.woocommerce-MyAccount-subscriptions tfoot tr.cart-subtotal td, .woocommerce-cart-form table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th, .woocommerce-cart-form table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td, .woocommerce-cart-form table.woocommerce-table--order-details tfoot tr.cart-subtotal th, .woocommerce-cart-form table.woocommerce-table--order-details tfoot tr.cart-subtotal td, .woocommerce-cart-form .shop_table tfoot tr.cart-subtotal th, .woocommerce-cart-form .shop_table tfoot tr.cart-subtotal td, .woocommerce-cart-form table.woocommerce-MyAccount-subscriptions tfoot tr.cart-subtotal th, .woocommerce-cart-form table.woocommerce-MyAccount-subscriptions tfoot tr.cart-subtotal td {
    background: #fff7c8;
    color: #000; }

.woocommerce-checkout-review-order table.woocommerce-table--order-details tfoot tr:nth-child(3) th, .woocommerce-checkout-review-order table.woocommerce-table--order-details tfoot tr:nth-child(3) td, .woocommerce-order-details table.woocommerce-table--order-details tfoot tr:nth-child(3) th, .woocommerce-order-details table.woocommerce-table--order-details tfoot tr:nth-child(3) td, .woocommerce-cart-form table.woocommerce-table--order-details tfoot tr:nth-child(3) th, .woocommerce-cart-form table.woocommerce-table--order-details tfoot tr:nth-child(3) td {
  background: #05B1F2;
  color: #000; }

.order-again {
  display: none; }

.woocommerce-cart-form .shop_table {
  border: none !important; }
  .woocommerce-cart-form .shop_table thead tr th {
    background: #000;
    color: #ffe345; }
    .woocommerce-cart-form .shop_table thead tr th:nth-child(1) {
      border-top-left-radius: 10px; }
    .woocommerce-cart-form .shop_table thead tr th:nth-child(2) {
      border-top-right-radius: 0px; }
    .woocommerce-cart-form .shop_table thead tr th:nth-child(6) {
      border-top-right-radius: 10px; }
  .woocommerce-cart-form .shop_table .coupon {
    text-align: left;
    float: none; }
    .woocommerce-cart-form .shop_table .coupon #coupon_code {
      float: none;
      width: 100%; }
    .woocommerce-cart-form .shop_table .coupon [type=submit] {
      margin-top: 10px; }

.woocommerce-MyAccount-navigation {
  margin-top: 30px; }
  .woocommerce-MyAccount-navigation ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: #201756 !important;
    border-radius: 10px;
    overflow: hidden; }
    .woocommerce-MyAccount-navigation ul li {
      display: block;
      margin: 0;
      padding: 0px; }
      .woocommerce-MyAccount-navigation ul li a {
        padding: 10px;
        display: block;
        color: #e48125; }
        .woocommerce-MyAccount-navigation ul li a:hover {
          color: #bfa41d; }

.woocommerce-MyAccount-content {
  margin-top: 30px; }

.woocommerce-error .button.wc-forward {
  display: block;
  float: none;
  margin-bottom: 5px; }

.woocommerce-checkout .mailchimp-newsletter {
  display: none; }

@media (max-width: 699px) {
  .woocommerce-form-coupon-toggle,
  #customer_details,
  #order_review_heading,
  #order_review,
  .woocommerce-form-coupon,
  .woocommerce-order,
  .lost_reset_password,
  .woo-ar-title,
  .woocommerce-notices-wrapper,
  .return-to-shop,
  .cart-empty,
  .woocommerce-form-login,
  .woocommerce-form-login-toggle,
  .woocommerce-notices-wrapper,
  .woocommerce-cart-form {
    width: 92%; }
    .woocommerce-form-coupon-toggle .product-remove,
    #customer_details .product-remove,
    #order_review_heading .product-remove,
    #order_review .product-remove,
    .woocommerce-form-coupon .product-remove,
    .woocommerce-order .product-remove,
    .lost_reset_password .product-remove,
    .woo-ar-title .product-remove,
    .woocommerce-notices-wrapper .product-remove,
    .return-to-shop .product-remove,
    .cart-empty .product-remove,
    .woocommerce-form-login .product-remove,
    .woocommerce-form-login-toggle .product-remove,
    .woocommerce-notices-wrapper .product-remove,
    .woocommerce-cart-form .product-remove {
      background: #000 !important;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
    .woocommerce-form-coupon-toggle .product-subtotal,
    #customer_details .product-subtotal,
    #order_review_heading .product-subtotal,
    #order_review .product-subtotal,
    .woocommerce-form-coupon .product-subtotal,
    .woocommerce-order .product-subtotal,
    .lost_reset_password .product-subtotal,
    .woo-ar-title .product-subtotal,
    .woocommerce-notices-wrapper .product-subtotal,
    .return-to-shop .product-subtotal,
    .cart-empty .product-subtotal,
    .woocommerce-form-login .product-subtotal,
    .woocommerce-form-login-toggle .product-subtotal,
    .woocommerce-notices-wrapper .product-subtotal,
    .woocommerce-cart-form .product-subtotal {
      background: #fff7c8 !important;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px; }
    .woocommerce-form-coupon-toggle tr,
    #customer_details tr,
    #order_review_heading tr,
    #order_review tr,
    .woocommerce-form-coupon tr,
    .woocommerce-order tr,
    .lost_reset_password tr,
    .woo-ar-title tr,
    .woocommerce-notices-wrapper tr,
    .return-to-shop tr,
    .cart-empty tr,
    .woocommerce-form-login tr,
    .woocommerce-form-login-toggle tr,
    .woocommerce-notices-wrapper tr,
    .woocommerce-cart-form tr {
      margin-bottom: 10px; }
  .coupon [name='apply_coupon'] {
    width: 100% !important;
    float: left !important; }
  .woocommerce-billing-fields__field-wrapper p.form-row-first, .woocommerce-billing-fields__field-wrapper p.form-row-last {
    width: 100%;
    float: none; }
  .order-total {
    background: #ffe345; }
  .cart_totals .wc-proceed-to-checkout .checkout-button {
    display: block !important;
    width: 280px !important;
    max-width: 100%;
    margin: 10px auto !important;
    float: none !important; }
  .woocommerce-message .wc-forward.button, .woocommerce-error .wc-forward.button {
    float: none;
    display: block !important;
    clear: both;
    text-align: center; }
  .woocommerce .cart-collaterals .cart_totals {
    width: 92%; }
  .must-be-logged-in, .woocommerce-thankyou-order-received, .woo-ar-title {
    width: 92%; }
  .woocommerce-MyAccount-content .woocommerce-customer-details {
    width: 94%; } }

body.woocommerce-cart .acp__wrapper {
  display: block; }
  body.woocommerce-cart .acp__wrapper .wp-block-woocommerce-cart {
    padding-top: 40px; }
    body.woocommerce-cart .acp__wrapper .wp-block-woocommerce-cart .wc-block-cart__submit-button {
      background: #05B1F2;
      color: #fff;
      border-radius: 50px; }
  body.woocommerce-cart .acp__wrapper .wp-block-product-new {
    text-align: center; }
    body.woocommerce-cart .acp__wrapper .wp-block-product-new ul li {
      margin: auto; }

body .order-actions a {
  background: #05B1F2 !important;
  color: #fff !important; }

.wc-block-components-checkout-step__content label[for="subscribe-to-newsletter"] {
  display: none !important;
  visibility: none; }

.page-template-template-pricing-php .acp__nav-block, .page-template-template-pricing-php .hamburger {
  display: none !important; }

.page-template-template-pricing-php .page-top {
  padding-top: 120px;
  padding-bottom: 70px; }

.page-template-template-pricing-php .guarantee {
  background: #ffe345;
  box-sizing: border-box;
  width: 550px;
  margin: 10px auto;
  border: 2px solid #525252;
  padding: 15px;
  color: #525252;
  border-radius: 10px;
  position: relative;
  padding-left: 130px; }
  .page-template-template-pricing-php .guarantee img {
    position: absolute;
    top: 4px;
    left: 0; }
  .page-template-template-pricing-php .guarantee .guarantee-title {
    font-size: 22px; }

.pricing-top {
  padding-top: 50px;
  background-size: 100% auto; }
  .pricing-top .pricing-options {
    width: 720px;
    display: flex;
    margin: auto; }
    .pricing-top .pricing-options .price-option {
      flex-basis: 50%; }
      .pricing-top .pricing-options .price-option img {
        display: block; }
      .pricing-top .pricing-options .price-option .price-box {
        padding: 10px;
        color: #525252; }
        .pricing-top .pricing-options .price-option .price-box.single-box {
          background: #dbd7cc; }
        .pricing-top .pricing-options .price-option .price-box.multi-box {
          background: #ffe245; }
        .pricing-top .pricing-options .price-option .price-box .price-title {
          text-align: center;
          font-family: 'headerfont';
          font-size: 30px; }
        .pricing-top .pricing-options .price-option .price-box .price-ammount {
          text-align: center;
          font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-size: 25px; }
          .pricing-top .pricing-options .price-option .price-box .price-ammount span {
            display: block;
            font-size: 15px; }
          .pricing-top .pricing-options .price-option .price-box .price-ammount .old {
            text-decoration: line-through;
            color: #c91b1b; }
        .pricing-top .pricing-options .price-option .price-box .price-breakdown {
          padding: 0 10px; }
          .pricing-top .pricing-options .price-option .price-box .price-breakdown ul {
            margin-top: 20px;
            padding: 0;
            display: block;
            list-style-type: none; }
            .pricing-top .pricing-options .price-option .price-box .price-breakdown ul li {
              display: block;
              list-style-type: none;
              padding-left: 25px;
              font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
              font-size: 20px;
              margin-bottom: 10px; }
        .pricing-top .pricing-options .price-option .price-box .code {
          font-size: 16px;
          font-family: 'headerfont';
          margin-top: 10px;
          color: #000; }
  .pricing-top .pricing-options-base {
    position: relative;
    width: 792px;
    height: 27px;
    margin: 0 auto;
    top: -27px;
    margin-bottom: -27px; }

.pricing-bottom {
  min-height: 300px;
  position: relative;
  top: -1px;
  color: #525252;
  padding-bottom: 50px; }
  .pricing-bottom .included-in-price {
    font-size: 25px;
    font-family: 'headerfont';
    padding-top: 100px; }

.price-feature-wrapper {
  width: 550px;
  margin: 20px auto;
  color: #525252; }
  .price-feature-wrapper ul {
    width: 100%;
    display: block;
    vertical-align: top;
    margin: 0;
    padding: 0; }
    .price-feature-wrapper ul li {
      width: calc(48% - 25px);
      margin: 0;
      padding: 0;
      padding-left: 25px;
      display: inline-block;
      vertical-align: text-top;
      font-size: 22px;
      margin-bottom: 10px; }

body .price-to-cart.loading {
  padding-right: 50px !important;
  position: relative;
  background: #000 !important; }
  body .price-to-cart.loading:hover {
    background: #000 !important; }
  body .price-to-cart.loading .cart-loading-gif {
    display: block;
    position: absolute;
    right: 10px;
    top: 5px; }

@media (max-width: 899px) {
  .pricing-top .pricing-options-base {
    width: 100%; } }

@media (max-width: 780px) {
  .pricing-top .pricing-options {
    width: 100%;
    display: block; }
    .pricing-top .pricing-options .price-option {
      width: 360px;
      margin: 0 auto 40px auto; }
      .pricing-top .pricing-options .price-option:nth-child(2) {
        margin-bottom: 0; } }

@media (max-width: 600px) {
  .price-feature-wrapper {
    width: 100%; }
    .price-feature-wrapper ul li {
      display: block;
      width: 75%;
      margin: 10px auto; }
  .page-template-template-pricing-php .guarantee {
    background: #ffe345;
    box-sizing: border-box;
    width: 80%;
    margin: 10px auto;
    border: 2px solid #525252;
    padding: 15px;
    color: #525252;
    border-radius: 10px;
    position: relative;
    text-align: center; }
    .page-template-template-pricing-php .guarantee img {
      position: relative;
      display: block;
      margin: auto;
      margin-bottom: 10px; }
    .page-template-template-pricing-php .guarantee .guarantee-title {
      font-size: 22px; } }

.contact-left {
  flex-basis: 30%;
  margin-right: 10%;
  padding-top: 40px;
  font-size: 18px;
  line-height: 1.4em; }
  .contact-left a {
    color: #bfa41d; }

.name_first label, .name_last label {
  padding-top: 5px;
  padding-left: 10px; }

.contact-right {
  box-sizing: border-box;
  flex-basis: 60%;
  padding: 20px;
  background: url("style-images/contact-form-bottom.svg") bottom center no-repeat #fff7c8;
  position: relative; }
  .contact-right:before {
    width: 100%;
    height: 50px;
    background: url("style-images/contact-form-top.svg") center center no-repeat;
    background-size: cover;
    top: -50px;
    position: absolute;
    display: block;
    content: '';
    left: 0; }

body .gform_wrapper {
  background: #05B1F2;
  padding: 30px 20px;
  border-radius: 15px;
  position: relative;
  top: -70px; }
  body .gform_wrapper .validation_error {
    display: none; }
  body .gform_wrapper li.gfield.gfield_error {
    border: none !important;
    background: none !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px;
    padding-top: 0px; }
    body .gform_wrapper li.gfield.gfield_error .validation_message {
      display: none; }
    body .gform_wrapper li.gfield.gfield_error .gfield_label {
      margin-top: 0px !important; }
    body .gform_wrapper li.gfield.gfield_error input[type=text], body .gform_wrapper li.gfield.gfield_error textarea {
      background: #ffe9e9; }
  body .gform_wrapper .gform_confirmation_message {
    font-size: 18px;
    line-height: 1.4em; }
  body .gform_wrapper input, body .gform_wrapper textarea {
    border: none;
    padding: 10px !important; }
  body .gform_wrapper input[type=text], body .gform_wrapper textarea {
    border-radius: 30px; }
  body .gform_wrapper label {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #201756; }

@media (max-width: 899px) {
  .contact-left, .contact-right {
    flex-basis: 92%;
    margin: 0px 4% 50px 4%; } }

.playground-menu {
  background: #201756; }
  .playground-menu ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    list-style-type: none;
    padding: 0;
    margin: 20px 0 0 0; }
    .playground-menu ul li {
      flex-grow: 1;
      flex-basis: 0;
      list-style-type: none;
      position: relative; }
      @media (min-width: 601px) {
        .playground-menu ul li.current-menu-item:after {
          content: "";
          width: 30px;
          height: 10px;
          display: block;
          left: 50%;
          margin-left: -15px;
          position: absolute;
          bottom: -1px;
          background: url("../css/style-images/pg-selected.png") bottom center no-repeat; } }
      .playground-menu ul li.current-menu-item a {
        color: #e48125; }
      .playground-menu ul li a {
        padding-top: 60px;
        padding-bottom: 15px;
        display: block;
        text-align: center;
        color: #05B1F2;
        font-size: 20px; }
      .playground-menu ul li.pg-filter {
        background: url("../css/style-images/pg-filter.png") top center no-repeat; }
      .playground-menu ul li.pg-calendar {
        background: url("../css/style-images/pg-calendar.png") top center no-repeat; }
      .playground-menu ul li.pg-table {
        background: url("../css/style-images/pg-table.png") top center no-repeat; }
      .playground-menu ul li.pg-wizard {
        background: url("../css/style-images/pg-wizard.png") top center no-repeat; }
      .playground-menu ul li.pg-filter-plot {
        background: url("../css/style-images/pg-filter-plot.png") top center no-repeat; }
      @media (max-width: 700px) {
        .playground-menu ul li {
          width: 30%;
          flex-basis: auto; } }
      .playground-menu ul li:hover a {
        color: #fff; }
      @media (max-width: 600px) {
        .playground-menu ul li {
          width: 48%;
          display: inline-block; } }
    @media (max-width: 600px) {
      .playground-menu ul {
        display: block; } }

.org-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  transition: background .3s ease; }
  .org-overlay .subtitle {
    color: #201756; }
  .org-overlay.active {
    background: rgba(0, 0, 0, 0.6); }
    .org-overlay.active .org-modal-flex .org-modal {
      margin-top: 0;
      opacity: 1; }
  .org-overlay .org-modal-flex {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: #000; }
    .org-overlay .org-modal-flex .org-modal {
      margin-top: 150px;
      opacity: 0;
      width: 300px;
      height: auto;
      background: #fff;
      padding: 30px;
      border-radius: 15px;
      text-align: center;
      transition: all .3s ease; }
      .org-overlay .org-modal-flex .org-modal input[type=text] {
        padding: 10px;
        font-size: 30px;
        border: none;
        margin-top: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #ccc;
        text-align: center;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto; }
        .org-overlay .org-modal-flex .org-modal input[type=text]:focus {
          outline: none;
          border: none;
          border-bottom: 1px solid #ffe345; }
        .org-overlay .org-modal-flex .org-modal input[type=text].err {
          background: #ffcfcf;
          border-bottom: 1px solid #cf3838 !important; }
      .org-overlay .org-modal-flex .org-modal ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #e48125; }
      .org-overlay .org-modal-flex .org-modal ::-moz-placeholder {
        /* Firefox 19+ */
        color: #e48125; }
      .org-overlay .org-modal-flex .org-modal :-ms-input-placeholder {
        /* IE 10+ */
        color: #e48125; }
      .org-overlay .org-modal-flex .org-modal :-moz-placeholder {
        /* Firefox 18- */
        color: #e48125; }
      .org-overlay .org-modal-flex .org-modal .button.black-button, .org-overlay .org-modal-flex .org-modal #informationalPageContent .form-submit .submit, #informationalPageContent .form-submit .org-overlay .org-modal-flex .org-modal .submit, .org-overlay .org-modal-flex .org-modal .woocommerce .button, .woocommerce .org-overlay .org-modal-flex .org-modal .button {
        background: #05B1F2; }

.playground-stage {
  padding: 50px 0; }

.jr__class-filter-loader {
  width: 100%;
  padding: 50px 0; }

.jr__class-filter-locations {
  flex-wrap: wrap; }
  .jr__class-filter-locations .jr__class-filter-location {
    margin: 10px !important;
    border-radius: 20px;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black); }

/*Customization Drawer*/
.org_id_section {
  display: block;
  text-align: center;
  background: #e48125;
  padding: 20px 0; }
  .org_id_section .button {
    font-size: 16px;
    padding: 5px 15px !important;
    background: #972929 !important; }

.playground-title {
  text-align: center;
  width: 100%; }

.pg-part-note {
  box-sizing: border-box;
  border-radius: 20px;
  width: 100%; }
  .pg-part-note.red {
    background: #ffd1d1;
    padding: 10px; }
    .pg-part-note.red strong {
      color: #852020;
      cursor: pointer;
      display: block; }
      .pg-part-note.red strong:hover {
        opacity: .8; }
    .pg-part-note.red p {
      line-height: 1.4em;
      color: #852020; }

.color-lightup {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  overflow: hidden; }
  .color-lightup.lightup .yellow {
    -webkit-animation: highlightcross .8s 1;
    /* Safari 4+ */
    -moz-animation: highlightcross .8s 1;
    /* Fx 5+ */
    -o-animation: highlightcross .8s 1;
    /* Opera 12+ */
    animation: highlightcross .8s 1;
    /* IE 10+, Fx 29+ */ }
  .color-lightup.lightup .blue {
    -webkit-animation: highlightcross 1s 1;
    /* Safari 4+ */
    -moz-animation: highlightcross 1s 1;
    /* Fx 5+ */
    -o-animation: highlightcross 1s 1;
    /* Opera 12+ */
    animation: highlightcross 1s 1;
    /* IE 10+, Fx 29+ */ }
  .color-lightup.lightup .green {
    -webkit-animation: highlightcross .3s 1;
    /* Safari 4+ */
    -moz-animation: highlightcross .3s 1;
    /* Fx 5+ */
    -o-animation: highlightcross .3s 1;
    /* Opera 12+ */
    animation: highlightcross .3s 1;
    /* IE 10+, Fx 29+ */ }
  .color-lightup.lightup .orange {
    -webkit-animation: highlightcross .6s 1;
    /* Safari 4+ */
    -moz-animation: highlightcross .6s 1;
    /* Fx 5+ */
    -o-animation: highlightcross .6s 1;
    /* Opera 12+ */
    animation: highlightcross .6s 1;
    /* IE 10+, Fx 29+ */ }
  .color-lightup.lightup .pink {
    -webkit-animation: highlightcross 1s 1;
    /* Safari 4+ */
    -moz-animation: highlightcross 1s 1;
    /* Fx 5+ */
    -o-animation: highlightcross 1s 1;
    /* Opera 12+ */
    animation: highlightcross 1s 1;
    /* IE 10+, Fx 29+ */ }
  .color-lightup .yellow {
    width: 0;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    background: #af36ff; }
  .color-lightup .blue {
    width: 0;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    background: #36d7ff;
    -webkit-animation-delay: .4s !important;
    -moz-animation-delay: .4s !important;
    -o-animation-delay: .4s !important;
    animation-delay: .4s !important; }
  .color-lightup .green {
    width: 0;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    background: #36ff68;
    -webkit-animation-delay: .8s !important;
    -moz-animation-delay: .8s !important;
    -o-animation-delay: .8s !important;
    animation-delay: .8s !important; }
  .color-lightup .orange {
    width: 0;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    background: #ffbf36;
    -webkit-animation-delay: 1.2s !important;
    -moz-animation-delay: 1.2s !important;
    -o-animation-delay: 1.2s !important;
    animation-delay: 1.2s !important; }
  .color-lightup .pink {
    width: 0;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    background: #ff36e4;
    -webkit-animation-delay: 1.6s !important;
    -moz-animation-delay: 1.6s !important;
    -o-animation-delay: 1.6s !important;
    animation-delay: 1.6s !important; }

.above-highlight {
  position: relative;
  z-index: 10; }

@-webkit-keyframes highlightcross {
  0% {
    width: 0%;
    left: 0; }
  50% {
    width: 100%;
    left: 0; }
  100% {
    width: 0%;
    left: 100%; } }

@-moz-keyframes highlightcross {
  0% {
    width: 0%;
    left: 0; }
  50% {
    width: 100%;
    left: 0; }
  100% {
    width: 0%;
    left: 100%; } }

@-o-keyframes highlightcross {
  0% {
    width: 0%;
    left: 0; }
  50% {
    width: 100%;
    left: 0; }
  100% {
    width: 0%;
    left: 100%; } }

@keyframes highlightcross {
  0% {
    width: 0%;
    left: 0; }
  50% {
    width: 100%;
    left: 0; }
  100% {
    width: 0%;
    left: 100%; } }

@media (max-width: 600px) {
  .jr__class-filter-locations .jr__class-filter-location {
    margin-right: auto !important;
    margin-left: auto !important; } }

#removeOrgId {
  margin-top: 10px;
  margin-bottom: 10px; }

.new-label {
  background: #e9512c;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 10px;
  border-radius: 15px;
  color: #fff;
  font-size: 14px; }

.smaller-button {
  display: inline-block !important;
  vertical-align: middle !important;
  padding: 5px 15px !important;
  background: #525252;
  color: #ffe345;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 30px !important;
  cursor: pointer; }

.jr__wizard-question-input {
  padding: 5px;
  border-radius: 5px;
  box-sizing: border-box; }

.jr__big-answer {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold; }
  .jr__big-answer .dashicons-no {
    height: 30px;
    width: 40px;
    font-size: 30px;
    text-align: center;
    line-height: 15px; }

body #classWizard .jr__wizard-question-answer-row {
  text-align: left; }
  body #classWizard .jr__wizard-question-answer-row input, body #classWizard .jr__wizard-question-answer-row select {
    border-radius: 5px;
    border: 1px solid #efefef;
    padding: 5px;
    width: 100%;
    box-sizing: border-box; }
  body #classWizard .jr__wizard-question-answer-row .jr__select-next-question-list ul {
    padding: 0; }
    body #classWizard .jr__wizard-question-answer-row .jr__select-next-question-list ul li.active {
      background: #ffe345 !important;
      color: #525252 !important; }

body #classWizard .jr__answer-status-incomplete {
  background: #a01c1c;
  color: #fff; }

body #classWizard .jr__wizard-list-question-question {
  cursor: context-menu;
  text-align: left; }
  body #classWizard .jr__wizard-list-question-question ul {
    padding: 0;
    list-style-type: none; }
    body #classWizard .jr__wizard-list-question-question ul li {
      list-style-type: none;
      margin-bottom: 10px; }
      body #classWizard .jr__wizard-list-question-question ul li:marker {
        display: none; }

body #classWizard .jr__wizard-question-answer {
  background: #efefef; }

body #classWizard .jr__question-search {
  position: relative; }
  body #classWizard .jr__question-search .jr__search-icon {
    position: absolute;
    top: 0;
    left: 0; }
  body #classWizard .jr__question-search .jr__question-search-field {
    padding-left: 45px; }

body #classWizard .customize-box-title {
  text-align: left; }

body #classWizard .color-config {
  text-align: left; }

body #classWizard .jr__column-class-details {
  text-align: left; }

body #classWizard .start-over-wizard-button {
  text-align: center;
  margin-bottom: 10px; }
  body #classWizard .start-over-wizard-button .start-over-button {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 0 10px;
    border-radius: 5px;
    background: #da1414;
    font-size: 18px;
    cursor: pointer;
    width: 160px;
    border-radius: 20px !important;
    border: 1px solid #da1414 !important; }

body #classWizard .jr__short-term-table {
  text-align: left; }

.acp__weekly-calendar-wrapper {
  min-width: 100%; }

.playground-stage {
  min-width: 100%;
  background: #fff; }
  .playground-stage .acp__no_classes {
    padding: 50px 0;
    font-size: 20px;
    text-align: center; }
    .playground-stage .acp__no_classes svg {
      display: block;
      width: 30px;
      height: 30px;
      margin: auto; }
  .playground-stage .acp__wrapper #ACPTool {
    min-width: 100%; }

.playground-manipulate-title {
  text-align: center;
  font-size: 20px; }
  .playground-manipulate-title .subtitle {
    margin-top: 10px;
    color: #e48125;
    font-size: 16px;
    font-style: italic; }

.playground-manipulate-wrapper {
  text-align: center;
  margin-top: 30px; }
  .playground-manipulate-wrapper .cal_disp-option {
    display: inline-block;
    margin: 3px;
    cursor: pointer;
    padding: 10px;
    border: 1px solid #e48125;
    border-radius: 5px;
    font-size: 14px; }
    .playground-manipulate-wrapper .cal_disp-option.active-option {
      background-color: #201756;
      color: #e48125;
      border-color: #201756; }

.acp__weekly-calendar-day .acp__class-title {
  font-size: 15px !important;
  font-weight: bold;
  line-height: 1.4em; }

.acp__weekly-calendar-day .acp__class-detail {
  margin-bottom: 3px !important;
  font-size: 14px; }

.acp__weekly-calendar-day ul.acp__class-detail-contents {
  display: block;
  padding-left: 17px;
  width: 100%; }
  .acp__weekly-calendar-day ul.acp__class-detail-contents li {
    padding-bottom: 3px; }

.playground-available-options-list {
  width: 800px;
  display: flex;
  flex-wrap: wrap;
  margin: 10px auto; }
  .playground-available-options-list .playground-option-list {
    width: 31%;
    padding: 1%;
    font-size: 14px;
    line-height: 1.5em; }

@media (max-width: 925px) and (min-width: 701px) {
  .playground-available-options-list {
    width: 100%; } }

@media (max-width: 700px) {
  .playground-available-options-list {
    width: 100%; }
    .playground-available-options-list .playground-option-list {
      width: 48%; }
  .menu-playground-menu li {
    width: 30%; } }

@media (max-width: 1130px) {
  .acp__weekly-calendar-day-time-wrapper .acp__day-time-box .acp__class-body .acp__class-time {
    font-size: 20px !important; } }

.acp__table-sessions ul {
  padding-left: 10px; }

#classWizard {
  width: 100%; }

#jr__wizard, .jr__class-wizard {
  overflow-x: hidden;
  min-height: 600px; }
  #jr__wizard .jr__wizard-list-question, .jr__class-wizard .jr__wizard-list-question {
    display: block;
    padding: 5px;
    border: 1px solid #efefef;
    background: #fff;
    margin-bottom: 5px;
    position: relative; }
    #jr__wizard .jr__wizard-list-question .jr__wizard-list-question-incomplete, #jr__wizard .jr__wizard-list-question .jr__wizard-list-question-complete, .jr__class-wizard .jr__wizard-list-question .jr__wizard-list-question-incomplete, .jr__class-wizard .jr__wizard-list-question .jr__wizard-list-question-complete {
      display: inline-block;
      position: absolute;
      padding: 3px;
      color: #fff;
      top: 0;
      left: 0;
      width: 12px;
      height: 12px; }
      #jr__wizard .jr__wizard-list-question .jr__wizard-list-question-incomplete .dashicons, #jr__wizard .jr__wizard-list-question .jr__wizard-list-question-complete .dashicons, .jr__class-wizard .jr__wizard-list-question .jr__wizard-list-question-incomplete .dashicons, .jr__class-wizard .jr__wizard-list-question .jr__wizard-list-question-complete .dashicons {
        font-size: 12px;
        width: 12px;
        height: 12px; }
    #jr__wizard .jr__wizard-list-question .jr__wizard-list-question-incomplete, .jr__class-wizard .jr__wizard-list-question .jr__wizard-list-question-incomplete {
      background: #a01c1c; }
    #jr__wizard .jr__wizard-list-question .jr__wizard-list-question-complete, .jr__class-wizard .jr__wizard-list-question .jr__wizard-list-question-complete {
      background: #1ca03d; }
    #jr__wizard .jr__wizard-list-question .jr__wizard-list-question-number, .jr__class-wizard .jr__wizard-list-question .jr__wizard-list-question-number {
      display: inline-block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      vertical-align: middle;
      border: 1px solid #efefef;
      text-align: center;
      font-size: 18px;
      background: #fff;
      cursor: ns-resize; }
    #jr__wizard .jr__wizard-list-question .jr__wizard-list-question-question, .jr__class-wizard .jr__wizard-list-question .jr__wizard-list-question-question {
      width: calc(100% - 100px);
      display: inline-block;
      vertical-align: middle;
      font-size: 16px;
      font-weight: bold;
      padding-left: 5px;
      cursor: pointer; }
      #jr__wizard .jr__wizard-list-question .jr__wizard-list-question-question ul, .jr__class-wizard .jr__wizard-list-question .jr__wizard-list-question-question ul {
        margin-top: 5px;
        margin-bottom: 0; }
        #jr__wizard .jr__wizard-list-question .jr__wizard-list-question-question ul li, .jr__class-wizard .jr__wizard-list-question .jr__wizard-list-question-question ul li {
          padding-left: 20px;
          position: relative;
          font-weight: normal; }
          #jr__wizard .jr__wizard-list-question .jr__wizard-list-question-question ul li:before, .jr__class-wizard .jr__wizard-list-question .jr__wizard-list-question-question ul li:before {
            content: '';
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: #f00;
            position: absolute;
            left: 7px;
            top: 7px; }
      #jr__wizard .jr__wizard-list-question .jr__wizard-list-question-question:hover, .jr__class-wizard .jr__wizard-list-question .jr__wizard-list-question-question:hover {
        opacity: .7; }
    #jr__wizard .jr__wizard-list-question .jr__wizard-list-question-delete, .jr__class-wizard .jr__wizard-list-question .jr__wizard-list-question-delete {
      display: inline-block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      vertical-align: middle;
      border: 1px solid #efefef;
      text-align: center;
      font-size: 18px;
      font-weight: bold;
      color: #fff;
      background: #a81616;
      cursor: pointer; }
      #jr__wizard .jr__wizard-list-question .jr__wizard-list-question-delete:hover, .jr__class-wizard .jr__wizard-list-question .jr__wizard-list-question-delete:hover {
        opacity: .8; }
    #jr__wizard .jr__wizard-list-question:nth-child(odd), .jr__class-wizard .jr__wizard-list-question:nth-child(odd) {
      background: #f8f8f8; }
  #jr__wizard .jr__wizard-question-input, .jr__class-wizard .jr__wizard-question-input {
    width: 100%;
    border-color: #efefef; }
  #jr__wizard .jr__wizard-question-answer, .jr__class-wizard .jr__wizard-question-answer {
    padding: 15px 10px 10px 10px;
    border: 1px solid #efefef;
    background: #f8f8f8;
    margin-bottom: 5px;
    position: relative; }
    #jr__wizard .jr__wizard-question-answer .jr__select-next-question-list, .jr__class-wizard .jr__wizard-question-answer .jr__select-next-question-list {
      background: #fff;
      width: 100%;
      display: block;
      border: 1px solid #ccc;
      border-radius: 5px;
      overflow: hidden;
      height: 300px; }
      #jr__wizard .jr__wizard-question-answer .jr__select-next-question-list .jr__question-search, .jr__class-wizard .jr__wizard-question-answer .jr__select-next-question-list .jr__question-search {
        display: block;
        background: #fff;
        border-bottom: 1px solid #ccc;
        height: 40px;
        overflow: auto; }
        #jr__wizard .jr__wizard-question-answer .jr__select-next-question-list .jr__question-search .jr__search-icon, .jr__class-wizard .jr__wizard-question-answer .jr__select-next-question-list .jr__question-search .jr__search-icon {
          height: 40px;
          line-height: 40px;
          width: 40px;
          float: left;
          text-align: center; }
          #jr__wizard .jr__wizard-question-answer .jr__select-next-question-list .jr__question-search .jr__search-icon .dashicons, .jr__class-wizard .jr__wizard-question-answer .jr__select-next-question-list .jr__question-search .jr__search-icon .dashicons {
            width: 40px;
            height: 40px;
            line-height: 40px; }
        #jr__wizard .jr__wizard-question-answer .jr__select-next-question-list .jr__question-search .jr__question-search-field, .jr__class-wizard .jr__wizard-question-answer .jr__select-next-question-list .jr__question-search .jr__question-search-field {
          width: calc(100% - 42px);
          display: block;
          float: right;
          height: 40px;
          border: none; }
          #jr__wizard .jr__wizard-question-answer .jr__select-next-question-list .jr__question-search .jr__question-search-field:focus, .jr__class-wizard .jr__wizard-question-answer .jr__select-next-question-list .jr__question-search .jr__question-search-field:focus {
            outline: none;
            border: none;
            box-shadow: none; }
      #jr__wizard .jr__wizard-question-answer .jr__select-next-question-list ul, .jr__class-wizard .jr__wizard-question-answer .jr__select-next-question-list ul {
        margin: 0;
        overflow-y: scroll;
        height: calc(100% - 41px); }
        #jr__wizard .jr__wizard-question-answer .jr__select-next-question-list ul li, .jr__class-wizard .jr__wizard-question-answer .jr__select-next-question-list ul li {
          cursor: pointer;
          display: block;
          padding: 7px 5px;
          color: #000;
          border-bottom: #ccc;
          margin: 0;
          font-size: 16px; }
          #jr__wizard .jr__wizard-question-answer .jr__select-next-question-list ul li:nth-child(odd), .jr__class-wizard .jr__wizard-question-answer .jr__select-next-question-list ul li:nth-child(odd) {
            background: #efefef; }
          #jr__wizard .jr__wizard-question-answer .jr__select-next-question-list ul li:nth-child(even), .jr__class-wizard .jr__wizard-question-answer .jr__select-next-question-list ul li:nth-child(even) {
            background: #ffffff; }
          #jr__wizard .jr__wizard-question-answer .jr__select-next-question-list ul li:hover, .jr__class-wizard .jr__wizard-question-answer .jr__select-next-question-list ul li:hover {
            background: #666;
            color: #fff; }
          #jr__wizard .jr__wizard-question-answer .jr__select-next-question-list ul li.active, .jr__class-wizard .jr__wizard-question-answer .jr__select-next-question-list ul li.active {
            background: #bae6ff !important; }
            #jr__wizard .jr__wizard-question-answer .jr__select-next-question-list ul li.active:hover, .jr__class-wizard .jr__wizard-question-answer .jr__select-next-question-list ul li.active:hover {
              background: #f00 !important;
              color: #fff !important; }
    #jr__wizard .jr__wizard-question-answer label, .jr__class-wizard .jr__wizard-question-answer label {
      font-weight: bold; }
    #jr__wizard .jr__wizard-question-answer .jr__wizard-question-answer-row, .jr__class-wizard .jr__wizard-question-answer .jr__wizard-question-answer-row {
      margin-bottom: 5px; }
  #jr__wizard .jr__wizard-question-configuration .jr__wizard-question-input, .jr__class-wizard .jr__wizard-question-configuration .jr__wizard-question-input {
    font-size: 18px; }
  #jr__wizard .jr__wizard-question-configuration .jr__big-answer, .jr__class-wizard .jr__wizard-question-configuration .jr__big-answer {
    font-size: 24px;
    font-weight: bold;
    padding: 10px 0;
    border-bottom: 1px solid #efefef;
    margin-bottom: 5px; }
    #jr__wizard .jr__wizard-question-configuration .jr__big-answer .dashicons-sort, .jr__class-wizard .jr__wizard-question-configuration .jr__big-answer .dashicons-sort {
      cursor: ns-resize; }
  #jr__wizard .jr__complete-wizard-question, .jr__class-wizard .jr__complete-wizard-question {
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    background: #1ca03d;
    font-size: 11px;
    font-weight: normal;
    height: 30px;
    border-radius: 15px;
    box-sizing: border-box; }
  #jr__wizard .jr__incomplete-wizard-question, .jr__class-wizard .jr__incomplete-wizard-question {
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    background: #a01c1c;
    font-size: 11px;
    font-weight: normal;
    height: 30px;
    border-radius: 15px;
    box-sizing: border-box; }
  #jr__wizard .jr__answer-status, .jr__class-wizard .jr__answer-status {
    height: 20px;
    position: absolute;
    width: 100%;
    top: -1px;
    left: 0;
    text-align: center; }
    #jr__wizard .jr__answer-status .jr__answer-status-incomplete, .jr__class-wizard .jr__answer-status .jr__answer-status-incomplete {
      display: inline-block;
      padding: 5px 10px;
      border-left: 1px solid #efefef;
      border-right: 1px solid #efefef;
      border-bottom: 1px solid #efefef;
      border-top: 1px solid #ffffff;
      background: #fff;
      color: #a01c1c;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px; }
    #jr__wizard .jr__answer-status .jr__answer-status-complete, .jr__class-wizard .jr__answer-status .jr__answer-status-complete {
      border-left: 1px solid #efefef;
      border-right: 1px solid #efefef;
      border-bottom: 1px solid #efefef;
      border-top: 1px solid #ffffff;
      background: #fff;
      display: inline-block;
      padding: 5px 10px;
      color: #1ca03d;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px; }

.jr__wizard-example, .jr__class-wizard {
  padding: 50px 20px 50px 20px;
  border-radius: 10px;
  text-align: center;
  box-sizing: border-box; }
  .jr__wizard-example .jr__current-question, .jr__class-wizard .jr__current-question {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
    box-sizing: border-box;
    line-height: 1.4em; }
  .jr__wizard-example .jr__current-answers, .jr__class-wizard .jr__current-answers {
    max-width: 500px;
    margin: 0 auto;
    box-sizing: border-box;
    margin-bottom: 0;
    overflow: auto; }
    .jr__wizard-example .jr__current-answers .jr__answer, .jr__class-wizard .jr__current-answers .jr__answer {
      opacity: 0;
      display: block;
      float: left;
      transform: scale(0);
      width: 45%;
      box-sizing: border-box;
      background: #fff;
      border-radius: 5px;
      padding: 10px;
      color: #000;
      margin-left: 2%;
      margin-right: 2%;
      margin-top: 10px;
      text-align: center;
      font-size: 18px;
      font-weight: bold;
      cursor: pointer;
      transition: transform .3s linear, opacity .3s linear; }
      .jr__wizard-example .jr__current-answers .jr__answer:hover, .jr__class-wizard .jr__current-answers .jr__answer:hover {
        background: #00608a;
        color: #fff; }
      .jr__wizard-example .jr__current-answers .jr__answer:nth-child(1), .jr__class-wizard .jr__current-answers .jr__answer:nth-child(1) {
        transition-delay: .1s; }
      .jr__wizard-example .jr__current-answers .jr__answer:nth-child(2), .jr__class-wizard .jr__current-answers .jr__answer:nth-child(2) {
        transition-delay: .2s; }
      .jr__wizard-example .jr__current-answers .jr__answer:nth-child(3), .jr__class-wizard .jr__current-answers .jr__answer:nth-child(3) {
        transition-delay: .3s; }
      .jr__wizard-example .jr__current-answers .jr__answer:nth-child(4), .jr__class-wizard .jr__current-answers .jr__answer:nth-child(4) {
        transition-delay: .4s; }
      .jr__wizard-example .jr__current-answers .jr__answer:nth-child(5), .jr__class-wizard .jr__current-answers .jr__answer:nth-child(5) {
        transition-delay: .5s; }
      .jr__wizard-example .jr__current-answers .jr__answer:nth-child(6), .jr__class-wizard .jr__current-answers .jr__answer:nth-child(6) {
        transition-delay: .6s; }
      @media (max-width: 600px) {
        .jr__wizard-example .jr__current-answers .jr__answer, .jr__class-wizard .jr__current-answers .jr__answer {
          width: 96% !important; } }
    .jr__wizard-example .jr__current-answers.animate .jr__answer, .jr__class-wizard .jr__current-answers.animate .jr__answer {
      opacity: 1;
      transform: scale(1); }
  .jr__wizard-example .jr__recommended-class, .jr__class-wizard .jr__recommended-class {
    font-size: 25px;
    color: #fff; }
    .jr__wizard-example .jr__recommended-class .jr__class-recommendation-box, .jr__class-wizard .jr__recommended-class .jr__class-recommendation-box {
      box-sizing: border-box;
      width: 300px;
      margin: 20px auto;
      background: #fff;
      border: 1px solid #efefef;
      border-radius: 5px;
      overflow: hidden;
      -webkit-box-shadow: 0 0 3px 0 #000000;
      box-shadow: 0 0 3px 0 #000000; }
      .jr__wizard-example .jr__recommended-class .jr__class-recommendation-box.hoverable, .jr__class-wizard .jr__recommended-class .jr__class-recommendation-box.hoverable {
        cursor: pointer; }
      .jr__wizard-example .jr__recommended-class .jr__class-recommendation-box .jr__class-recommendation-image, .jr__class-wizard .jr__recommended-class .jr__class-recommendation-box .jr__class-recommendation-image {
        width: 100%;
        height: 200px;
        background: greenyellow;
        background-size: cover;
        background-position: center center;
        position: relative; }
        .jr__wizard-example .jr__recommended-class .jr__class-recommendation-box .jr__class-recommendation-image .jr__recommendation-action-indicator, .jr__class-wizard .jr__recommended-class .jr__class-recommendation-box .jr__class-recommendation-image .jr__recommendation-action-indicator {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          background: #fff;
          max-height: 0;
          overflow: hidden;
          opacity: 0;
          transition: all .3s ease-in-out;
          font-size: 12px;
          padding: 3px;
          color: #f00;
          text-transform: uppercase; }
      .jr__wizard-example .jr__recommended-class .jr__class-recommendation-box .jr__class-recommendation-title, .jr__class-wizard .jr__recommended-class .jr__class-recommendation-box .jr__class-recommendation-title {
        box-sizing: border-box;
        padding: 10px;
        font-size: 18px;
        font-weight: bold;
        color: #f00; }
      .jr__wizard-example .jr__recommended-class .jr__class-recommendation-box:hover .jr__class-recommendation-image .jr__recommendation-action-indicator, .jr__class-wizard .jr__recommended-class .jr__class-recommendation-box:hover .jr__class-recommendation-image .jr__recommendation-action-indicator {
        max-height: 1000px;
        opacity: 1; }

