/* StudioWeb Store */
/* Site Foundation */
/* Fonts */
/* Colors */
/* Media query breakpoints */
/* Example use: @media (min-width: $mq-small) {} */
/* Z-index */
/* layout visibility */
.u-show-sm {
    display: block;
}

@media (min-width: 768px) {
    .u-show-sm {
        display: none;
    }
}

.u-show-sm.g-row, .u-show-sm .g-row, .u-show-sm .g-align-middle {
    display: flex;
}

@media (min-width: 768px) {
    .u-show-sm.g-row, .u-show-sm .g-row, .u-show-sm .g-align-middle {
        display: none;
    }
}

.u-show-mobile {
    display: block;
}

@media (min-width: 768px) {
    .u-show-mobile {
        display: none;
    }
}

.u-show-mobile.g-row, .u-show-mobile .g-row, .u-show-mobile .g-align-middle {
    display: flex;
}

@media (min-width: 992px) {
    .u-show-mobile.g-row, .u-show-mobile .g-row, .u-show-mobile .g-align-middle {
        display: none;
    }
}

.u-show-tablet-down {
    display: block;
}

@media (min-width: 1200px) {
    .u-show-tablet-down {
        display: none;
    }
}

.u-show-tablet-down.g-row, .u-show-tablet-down .g-row, .u-show-tablet-down.g-align-middle {
    display: flex;
}

@media (min-width: 1200px) {
    .u-show-tablet-down.g-row, .u-show-tablet-down .g-row, .u-show-tablet-down.g-align-middle {
        display: none;
    }
}

.u-show-tablet {
    display: none;
}

@media (min-width: 992px) {
    .u-show-tablet {
        display: block;
    }
}

@media (min-width: 1200px) {
    .u-show-tablet {
        display: none;
    }
}

.u-show-tablet.g-row, .u-show-tablet .g-row, .u-show-tablet.g-align-middle {
    display: none;
}

@media (min-width: 992px) {
    .u-show-tablet.g-row, .u-show-tablet .g-row, .u-show-tablet.g-align-middle {
        display: flex;
    }
}

@media (min-width: 1200px) {
    .u-show-tablet.g-row, .u-show-tablet .g-row, .u-show-tablet.g-align-middle {
        display: none;
    }
}

.u-show-tablet-up, .colresponsive-hide {
    display: none;
}

@media (min-width: 992px) {
    .u-show-tablet-up, .colresponsive-hide {
        display: block;
    }
}

.u-show-tablet-up.g-row, .u-show-tablet-up .g-row, .u-show-tablet-up.g-align-middle, .colresponsive-hide.g-row, .colresponsive-hide .g-row, .colresponsive-hide.g-align-middle {
    display: none;
}

@media (min-width: 992px) {
    .u-show-tablet-up.g-row, .u-show-tablet-up .g-row, .u-show-tablet-up.g-align-middle, .colresponsive-hide.g-row, .colresponsive-hide .g-row, .colresponsive-hide.g-align-middle {
        display: flex;
    }
}

.u-show-sm-up {
    display: none;
}

@media (min-width: 768px) {
    .u-show-sm-up {
        display: block;
    }
}

.u-show-sm-up.g-row, .u-show-sm-up .g-row, .u-show-sm-up.g-align-middle {
    display: none;
}

@media (min-width: 768px) {
    .u-show-sm-up.g-row, .u-show-sm-up .g-row, .u-show-sm-up.g-align-middle {
        display: flex;
    }
}

.u-show-desktop {
    display: none;
}

@media (min-width: 768px) {
    .u-show-desktop {
        display: block;
    }
}

/* mobile rows */

.u-padding-20 {
    padding: 0 20px;
}

.u-padding-30 {
    padding: 0 30px;
}

.u-padding-40 {
    padding: 0 40px;
}

/* positioning */

.u-clear {
    content: "";
    display: table;
    clear: both;
}

.u-pull-left {
    float: left;
}

.u-pull-right {
    float: right;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */

.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
    transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item {
    /**
    This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
    calculation of the height of the owl-item that breaks page layouts
 */
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    /*background: url("owl.video.play.png") no-repeat;*/
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/*! Lity - v2.3.1 - 2018-04-20
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */

.lity {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0, 0, 0, 0.9);
    outline: none !important;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.lity.lity-opened {
    opacity: 1;
}

.lity.lity-closed {
    opacity: 0;
}

.lity * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none !important;
}

.lity-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.lity-loading .lity-loader {
    opacity: 1;
}

.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none !important;
}

.lity-content {
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease;
}

.lity-loading .lity-content, .lity-closed .lity-content {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.lity-content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.lity-close::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.lity-close:active {
    top: 1px;
}

.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0;
}

.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
    width: 100%;
    max-width: 964px;
}

.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

.lity-hide {
    display: none;
}

/* Lity lightbox */

body .lity {
    background: rgba(0, 0, 0, 0.8);
}

body .lity-content {
    border-radius: 12px;
    overflow: hidden;
}

.lity-close, .lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
    height: 20px;
    width: 20px;
    padding: 10px;
    background: url('/public/assets/images/store/popup-close.svg') center center no-repeat;
    background-size: 20px;
    top: 20px;
    right: 20px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    text-indent: -999px;
    overflow: hidden;
}

@media (min-width: 480px) {
    .lity-close, .lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
        top: 30px;
        right: 30px;
    }
}

/* Components & Reusable Patterns */

body {
    padding-top: 40px;
}

@media (min-width: 480px) {
    body {
        padding-top: 48px;
    }
}

#mobile-nav {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, #1e6ea5 0%, #2f86b7 100%);
    z-index: 1050;
}

@media (min-width: 992px) {
    #mobile-nav {
        display: none !important;
    }
}

#mobile-nav .icon-close {
    display: block;
    float: right;
    position: relative;
    top: 50%;
    margin-top: -10px;
    height: 20px;
    width: 20px;
    padding: 10px;
    background: url('/public/assets/images/store/menu-close.svg') center center no-repeat;
    background-size: 20px;
}

#mobile-nav .main {
    position: relative;
    padding: 70px 0 30px;
    background: #ffffff;
}

@media (min-width: 375px) {
    #mobile-nav .main {
        padding: 70px 0 40px;
    }
}

@media (min-width: 480px) {
    #mobile-nav .main {
        padding: 78px 0 60px;
    }
}

@media (min-width: 768px) {
    #mobile-nav .main {
        padding: 98px 0 100px;
    }
}

#mobile-nav .main .masthead {
    margin-bottom: 30px;
}

@media (min-width: 375px) {
    #mobile-nav .main .masthead {
        margin-bottom: 55px;
    }
}

#mobile-nav .main img {
    width: 100%;
    max-width: 200px;
}

@media (min-width: 768px) {
    #mobile-nav .main img {
        max-width: 230px;
    }
}

#mobile-nav .main svg {
    position: absolute;
    bottom: -40px;
    left: 0px;
    right: 0px;
    height: 40px;
    width: 100%;
}

@media (min-width: 768px) {
    #mobile-nav .main svg {
        height: 100px;
        bottom: -99px;
    }
}

#mobile-nav .main ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 300;
}

@media (min-width: 375px) {
    #mobile-nav .main ul {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 2px;
    }
}

#mobile-nav .main ul a {
    color: #000000;
}

#mobile-nav .main ul ul {
    padding: 5px 0 20px 10px;
    font-size: 18px;
}

@media (min-width: 375px) {
    #mobile-nav .main ul ul {
        padding: 10px 0 15px 20px;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 2px;
    }
}

#mobile-nav .main ul ul li {
    position: relative;
    padding-left: 20px;
}

@media (min-width: 375px) {
    #mobile-nav .main ul ul li {
        margin-bottom: 8px;
    }
}

#mobile-nav .main ul ul li:before {
    content: "\2013";
    position: absolute;
    left: 0;
    color: #327d48;
}

#mobile-nav .main ul ul a {
    color: #000000;
    border: 0;
    text-decoration: none;
}

#mobile-nav .main ul ul a:hover, #mobile-nav .main ul ul a:focus {
    border: 0;
}

#mobile-nav .contact {
    border-top: 1px solid #dadada;
    margin-top: 50px;
    padding-top: 20px;
}

@media (min-width: 375px) {
    #mobile-nav .contact {
        margin-top: 80px;
        padding-top: 27px;
    }
}

#mobile-nav .contact .title {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .5px;
    color: #000000;
}

#mobile-nav .contact .subtitle {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #327d48;
}

@media (min-width: 375px) {
    #mobile-nav .contact .subtitle {
        font-size: 20px;
    }
}

#mobile-nav .contact a {
    color: #327d48;
}

#global-header, .global-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #000000;
    padding: 8px 0;
    overflow: hidden;
    z-index: 1030;
    font-size: 12px;
    line-height: 24px;
    text-align: right;
    color: #ffffff;
}

@media (min-width: 480px) {
    #global-header, .global-header {
        font-size: 13px;
        letter-spacing: .5px;
        padding: 12px 0;
    }
}

#global-header .contact, .global-header .contact {
    display: none;
}

@media (min-width: 992px) {
    #global-header .contact, .global-header .contact {
        display: block;
        float: right;
    }
}

#global-header nav, .global-header nav {
    float: right;
}

@media (min-width: 992px) {
    #global-header nav, .global-header nav {
        padding-left: 36px;
        margin-left: 36px;
        border-left: 1px solid #2e2e2e;
    }
}

#global-header ul, .global-header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

#global-header li, .global-header li {
    float: left;
    margin-left: 20px;
}

@media (min-width: 768px) {
    #global-header li, .global-header li {
        margin-left: 30px;
    }
}

#global-header li:first-child, .global-header li:first-child {
    margin-left: 0;
}

#global-header a, .global-header a {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    border: 0;
}

#global-header a.tel:hover, .global-header a.tel:hover {
    color: #ffffff;
}

#global-header a:hover, .global-header a:hover {
    color: #ffdc52;
}

#page-header {
    position: relative;
    z-index: 1;
}

#page-header .container {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (min-width: 768px) {
    #page-header .container {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (min-width: 1200px) {
    #page-header .container {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

#page-header .icon-open {
    display: block;
    float: right;
    position: relative;
    top: 50%;
    margin-top: -10px;
    height: 20px;
    width: 20px;
    padding: 10px;
    background: url('/public/assets/images/store/menu-open.svg') center center no-repeat;
}

@media (min-width: 992px) {
    #page-header .icon-open {
        display: none;
    }
}

#page-header .masthead .col-4 {
    position: relative;
    text-align: right;
}

#page-header .masthead a {
    border: 0;
}

#page-header .masthead img {
    width: 100%;
    max-width: 300px;
}

@media (min-width: 768px) {
    #page-header .masthead img {
        max-width: 280px;
    }
}

@media (min-width: 992px) {
    #page-header .masthead img {
        max-width: 310px;
    }
}

#page-header .masthead nav {
    display: none;
}

@media (min-width: 992px) {
    #page-header .masthead nav {
        display: block;
    }
}

#page-header .masthead ul {
    float: right;
    margin-top: 5px;
}

#page-header .masthead ul li {
    position: relative;
    float: left;
    margin-left: 35px;
}

#page-header .masthead ul li:first-child {
    margin-left: 0;
    top: 2px;
}

#page-header .masthead ul li:hover > a {
    color: #ffdc52;
}

#page-header .masthead ul li:hover > a svg path {
    fill: #ffdc52;
}

#page-header .masthead ul li:hover ul {
    opacity: 1;
    top: -4px;
    left: -20px;
}

#page-header .masthead ul li svg {
    content: '';
    height: 7px;
    width: 14px;
    margin-left: 5px;
    fill: #ffffff;
}

#page-header .masthead ul li svg path {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

#page-header .masthead ul a {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #ffffff;
}

#page-header .masthead ul a:hover, #page-header .masthead ul a:focus {
    color: #ffdc52;
}

#page-header .masthead ul a:hover svg path, #page-header .masthead ul a:focus svg path {
    fill: #ffdc52;
}

#page-header .masthead ul ul {
    opacity: 0;
    left: -9999px;
    top: 10px;
    position: absolute;
    padding-top: 26px;
    border-radius: 12px;
    overflow: hidden;
    -webkit-transition: opacity .3s linear, top .3s linear;
    -moz-transition: opacity .3s linear, top .3s linear;
    -o-transition: opacity .3s linear, top .3s linear;
    transition: opacity .3s linear, top .3s linear;
    -webkit-box-shadow: 0px 4px 30px -15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 4px 30px -15px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 4px 30px -15px rgba(0, 0, 0, 0.3);
    z-index: 99;
}

#page-header .masthead ul ul:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 50px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(247, 247, 247, 0);
    border-bottom-color: #f7f7f7;
    border-width: 10px;
    margin-left: -10px;
}

#page-header .masthead ul ul li {
    float: none;
    width: 220px;
    margin-left: 0;
    text-align: left;
    border-top: 1px solid #dadada;
    background: #f7f7f7;
}

#page-header .masthead ul ul li:first-child {
    border: 0;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}

#page-header .masthead ul ul a {
    display: block;
    padding: 13px 20px;
    font-size: 14px;
    letter-spacing: .5px;
    color: #000000;
}

#page-header .masthead ul ul a:hover, #page-header .masthead ul ul a:focus {
    background: #ffffff;
    color: #327d48;
}

#home-header {
    overflow: hidden;
    position: relative;
    max-height: 520px;
    height: 80vh;
    padding: 0;
    background: #f7f7f7;
}

@media (min-width: 375px) {
    #home-header {
        height: 70vh;
        max-height: 680px;
    }
}

@media (min-width: 992px) {
    #home-header {
        height: 80vh;
        max-height: 780px;
    }
}

@media (min-width: 1200px) {
    #home-header {
        height: 70vh;
        max-height: 880px;
    }
}

@media (min-width: 1200px) {
    #home-header {
        min-height: 700px;
    }
}
#home-header #page-header {
    margin-top: 20px;
}
#home-header .video, #course-header .header_video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 1px;
    left: 0;
    z-index: -1;
    overflow: hidden;
}

#home-header .video video, #course-header .header_video video {
    min-height: 100%;
    min-width: 100%;
}

#home-header .video .overlay, #course-header .header_video .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 1px;
    left: 0;
    background: url('/public/assets/images/store/banner-bg.png') center center no-repeat;
    background-size: cover;
}

#home-header .banner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 1px;
    left: 0;
}

#home-header .banner .subtitle {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
}

@media (max-width: 768px) {
    #home-header .video video, #course-header .header_video video {
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}
@media (min-width: 768px) {
    #home-header .banner .subtitle {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 30px;
    }
}

@media (min-width: 992px) {
    #home-header .banner .subtitle {
        margin-bottom: 10px;
        font-size: 22px;
        line-height: 30px;
    }
}

#home-header .banner .btn {
    margin-top: 30px;
}

@media (min-width: 768px) {
    #home-header .banner .btn {
        margin-top: 40px;
    }
}

@media (min-width: 992px) {
    #home-header .banner .btn {
        margin-top: 50px;
    }
}

#small-header {
    position: relative;
    padding: 0;
    background: linear-gradient(90deg, #1e6ea5 0%, #2f86b7 100%);
    z-index: 2;
}

#course-header {
    position: relative;
    padding: 0;
    background: linear-gradient(90deg, #1e6ea5 0%, #2f86b7 100%);
    z-index: 2;
}

#course-header .bgcircles {
    background: url('/public/assets/images/store/bg-circles2.png') bottom center no-repeat;
}

#course-header #page-header .container:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 1px;
    background: #2980b3;
}

@media (min-width: 375px) {
    #course-header #page-header .container:after {
        left: 30px;
        right: 30px;
    }
}

@media (min-width: 992px) {
    #course-header #page-header .container:after {
        left: 30px;
        right: 30px;
    }
}

@media (min-width: 1200px) {
    #course-header #page-header .container:after {
        left: 25px;
        right: 25px;
    }
}

#course-header .banner {
    padding: 60px 0 140px;
}

@media (min-width: 992px) {
    #course-header .banner {
        padding: 60px 0 180px;
    }
}

.top-page-container .container{
    text-align: center;
    margin-top: 14px;
}

.top-page-container .top-page-text{
    text-transform: uppercase;
    color: #d9e823;
    font-size: 24px;
}

.top-page-container .top-page-text a {
    color: #fff;
    text-decoration-color: #fff;
    text-decoration: underline;
}

.top-page-container .top-page-text a:hover,
.top-page-container .top-page-text a:focus{
    color: #fff;
    text-decoration-color: #fff;
}

#course-header .banner .container .row {
    position: relative;
}

#course-header .col-lg-8 {
    position: static;
}

@media (min-width: 992px) {
    #course-header .col-lg-8 {
        position: relative;
    }
}

#course-header .col-lg-8 .inner {
    max-width: 720px;
}

#course-header .col-lg-8 .inner #course-image{
    max-width: 140px;
}

#course-header .col-lg-8 img {
    position: absolute;
    bottom: -180px;
    z-index: 2;
}

@media (min-width: 992px) {
    #course-header .col-lg-8 img {
        bottom: -210px;
    }
    #course-header .col-lg-8 .inner #course-image {
        bottom: -184px;
    }
}

@media (min-width: 768px) {
    #course-header .col-lg-8 h1 {
        max-width: 999px;
    }
}

@media (min-width: 1200px) {
    #course-header .col-lg-8 h1 {
        font-size: 50px;
        letter-spacing: 2px;
    }
}

#course-header .col-lg-8 .price {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: .5px;
    color: #ffdc52;
}

@media (min-width: 992px) {
    #course-header .col-lg-8 .price {
        font-size: 18px;
        line-height: 30px;
    }
}

#course-header .col-lg-8 .price s, #course-header .col-lg-8 .price strike {
    color: #ff953e;
}

#course-header .col-lg-8 .summary {
    margin-top: 30px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .5px;
    color: #fff;
}

@media (min-width: 992px) {
    #course-header .col-lg-8 .summary {
        font-size: 18px;
        line-height: 30px;
    }
}

#course-header .col-lg-4 {
    z-index: 1;
}

@media (min-width: 992px) {
    #course-header .col-lg-4 {
        position: absolute;
        top: 0;
        right: 0;
    }
}

@media (min-width: 1200px) {
    #course-header .col-lg-4 {
        max-width: 372px;
        padding-left: 0;
    }
}

#course-header .col-lg-4 .rating {
    margin: 25px 0 35px;
    text-align: center;
}

#course-header .col-lg-4 .price-display {
    text-align: center;
    color: #fff;
}

#course-header .col-lg-4 #current_price {
    font-size: 40px;
}

#course-header .col-lg-4 .money-back-banner {
    position: relative;
    text-align: center;
}

#course-header .col-lg-4 .money-back-text {
    background: #ff4800;
    padding: 5px 10px;
    font-size: 12px;
    font-style: italic;
    color: #fff;
}

#course-header .col-lg-4 .money-back-text:after {
    top: 90%;
    left: 50%;
    border: solid transparent;
    content: " ";
    pointer-events: none;
    border-top-color: #ff4800;
    border-width: 10px;
    position: absolute;
}
#course-header .col-lg-4 .original_price
{
    font-size: 19px;
    vertical-align: middle;
}
#course-header .col-lg-4 .for_lifetime
{
    font-style: italic;
    font-size: 15px;
}
@media (min-width: 992px) {
    #course-header .col-lg-4 .rating {
        margin: 20px 0 30px;
    }
}
@media (max-width: 992px) {
    #course-header .col-lg-4 .price-display {
        margin-top: 25px;
    }
}

@media (max-width: 768px) {
    #course-header .col-lg-4 .rating {
        margin: 15px 0 35px;
    }

    #course-header .col-lg-4 .price-display {
        margin-top: 25px;
        font-size: 32px;
    }
}

#course-header .col-lg-4 .rating li {
    display: inline-block;
    width: 18px;
    margin-right: 5px;
}

#course-header .col-lg-4 .rating li:last-child {
    margin-right: 0;
}

#course-header .col-lg-4 .btn-lrg {
    display: block;
    text-align: center;
}

#course-header .col-lg-4 .box {
    background: #ffffff;
    margin-top: 30px;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #dadada;
}

@media (min-width: 992px) {
    #course-header .col-lg-4 .box {
        padding: 30px;
    }
}

#course-header .col-lg-4 p {
    color: #666666;
}

#site-footer {
    position: relative;
    background: linear-gradient(90deg, #1e6ea5 0%, #2f86b7 100%);
    z-index: 1;
    text-align: center;
}

#site-footer .contact {
    border-bottom: 1px solid #dadada;
    padding: 50px 0;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 2px;
    font-weight: 300;
    color: #ffffff;
}

@media (min-width: 768px) {
    #site-footer .contact {
        padding: 70px 0;
        font-size: 32px;
        line-height: 40px;
    }
}

@media (min-width: 992px) {
    #site-footer .contact {
        padding: 70px 0;
        font-size: 36px;
        line-height: 50px;
        letter-spacing: 3px;
    }
}

#site-footer .contact a {
    color: #ffffff;
    text-decoration: none;
}

#site-footer nav {
    padding: 50px 0 15px;
}

#site-footer nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#site-footer nav li {
    margin: 0 0 12px;
}

@media (min-width: 768px) {
    #site-footer nav li {
        display: inline-block;
        margin: 0 0 0 30px;
    }
}

@media (min-width: 992px) {
    #site-footer nav li {
        margin: 0 0 0 34px;
    }
}

#site-footer nav li:first-child {
    margin-left: 0;
}

#site-footer nav li:last-child {
    position: relative;
}

#site-footer nav li svg {
    position: relative;
    top: -1px;
    margin-left: 10px;
    width: 30px;
    max-height: 30px;
    fill: #ffffff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

#site-footer nav a {
    position: relative;
    display: inline-block;
    font-weight: 600;
    letter-spacing: .5px;
    color: #ffffff;
    text-decoration: none;
}

#site-footer nav a:hover, #site-footer nav a:focus {
    color: #ffdc52;
}

#site-footer nav a:hover svg, #site-footer nav a:focus svg {
    fill: #ffdc52;
}

#site-footer nav li.active a {
    color: #ffffff;
    border-bottom: 1px solid #dadada;
}

#site-footer .copyright {
    max-width: 250px;
    margin: 0 auto;
    color: #ccc;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: .5px;
}

@media (min-width: 480px) {
    #site-footer .copyright {
        max-width: 999px;
        letter-spacing: 1px;
    }
}

#site-footer .payments {
    padding: 50px 0 55px;
}

.secure-shopping
{
    color: #fff;
    border-right: 2px solid;
    padding-right: 10px;
    margin-right: 10px;
    font-size: 13px;
}
.secure-shopping img
{
    margin-top: -7px;
}

@media (min-width: 768px) {
    #site-footer .payments {
        padding: 70px;
    }
}

#site-footer .payment-mode {
    width: 200px;
}

@media (min-width: 480px) {
    #site-footer .payment-mode {
        width: auto;
    }
}
@media (max-width: 480px) {
    .secure-shopping {
        border-right: none;
    }
}
body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

body.open {
    overflow: hidden;
}

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

a {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.container {
    padding: 0 20px;
}

@media (min-width: 375px) {
    .container {
        padding: 0 30px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1220px;
    }
}

.block {
    /* headers */
    /* text */
    /* colors */
    /* lists */
    /* link */
    /* images */
    /* video */
    /* misc */
}

.block h1:first-child, .block h2:first-child, .block h3:first-child, .block h4:first-child, .block h5:first-child {
    margin-top: 0;
}

.block h1 {
    margin: 0;
    max-width: 740px;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 2px;
    font-weight: 300;
}

.block#course-header h1, .block#home-header h1 {
    color: #ffffff;
}


@media (min-width: 768px) {
    .block h1 {
        max-width: 600px;
        font-size: 50px;
        line-height: 70px;
    }
}

@media (min-width: 992px) {
    .block h1 {
        max-width: 700px;
        font-size: 50px;
        line-height: 72px;
    }
}

@media (min-width: 1200px) {
    .block h1 {
        max-width: 880px;
        font-size: 55px;
        line-height: 80px;
        letter-spacing: 3px;
    }
}

.block h2 {
    margin: 0 0 18px;
    font-size: 26px;
    line-height: 36px;
    font-weight: 300;
    letter-spacing: 1.5px;
    color: #000000;
}

@media (min-width: 768px) {
    .block h2 {
        margin: 0 0 40px;
        font-size: 30px;
        line-height: 42px;
    }
}

@media (min-width: 992px) {
    .block h2 {
        margin: 0 0 60px;
    }
}

.block h3 {
    margin: 0 0 15px 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: .5px;
    color: #327d48;
}

@media (min-width: 992px) {
    .block h3 {
        margin: 0 0 25px 0;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: .7px;
    }
}

.block h4 {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #ff953e;
}

.block p {
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .5px;
}

.block p b, .block p strong {
    font-weight: 600;
}

.block p:last-child {
    margin-bottom: 0;
}

.block ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.block ol li:last-child {
    margin-bottom: 0;
}

.block ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.block ul li:last-child {
    margin-bottom: 0;
}

.block a {
    color: #327d48;
    text-decoration: none;
    border-bottom: 1px solid #327d48;
    line-height: 19px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.block a:hover, .block a:focus {
    color: #2c553d;
    border-bottom: 1px solid #2c553d;
}

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

.block img.alignleft {
    position: relative;
    top: 4px;
    float: left;
    margin: 0 30px 30px 0;
}

.block img.alignright {
    position: relative;
    top: 4px;
    float: right;
    margin: 0 0 30px 30px;
}

.block .video-container {
    position: relative;
    padding-bottom: 56.25%;
    margin: 40px 0;
    height: 0;
    overflow: hidden;
}

.block .video-container iframe, .block .video-container object, .block .video-container embed, .block .video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.block hr {
    margin: 50px 0;
    height: 1px;
    line-height: 1px;
    border: 0;
    background: #dadada;
}

.block-with-ul ul {
    margin: 0 0 20px 0;
    padding-left: 40px;
    list-style-type: disc;
}

.block-course-description ul,
.block-course-highlights ul,
.block-course-description ol,
.block-course-highlights ol  {
    color: #666666;
    margin: 0 0 20px 0;
    padding-left: 40px;
}
.block-course-description ol,
.block-course-highlights ol
{
    list-style-type: decimal;
}
.block-course-description ul,
.block-course-highlights ul {
    list-style-type: disc;
}

@media (min-width: 992px) {
    .block hr {
        margin: 75px 0;
    }
}

.btn {
    display: inline-block;
    padding: 8px 21px;
    background: #ff953e;
    border-radius: 6px;
    border: 0 !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #ffffff !important;
    text-decoration: none;
}

.btn:hover, .btn:focus {
    background: #fd790d;
    color: #ffffff;
    text-decoration: none;
}

.btn-lrg {
    padding: 12px 40px;
}

@media (min-width: 992px) {
    .btn-lrg {
        padding: 14px 50px;
        font-size: 16px;
        letter-spacing: 1px;
    }
}

@media (min-width: 1200px) {
    .btn-lrg {
        padding: 14px 70px;
    }
}

.btn-top {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1030;
    height: 40px;
    width: 40px;
    background-size: 16px;
    background: #000000;
    border-radius: 50%;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 16px;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    border: 0 !important;
    outline: none;
    opacity: 0;
    -moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
    /*@media (min-width: $mq-md) {
          height: 50px;
          width: 50px;
          background-size: 22px !important;
      }*/
}

@media (min-width: 480px) {
    .btn-top {
        display: block;
    }
}

body.totop .btn-top {
    opacity: .3;
}

body .btn-top:hover {
    opacity: 1;
}

/* icon sizes */

.icon {
    background: #ff953e;
    border-radius: 50%;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    border: 0 !important;
}

.icon:hover, .icon:focus {
    background-color: #fd790d;
}

.icon-social {
    height: 25px;
    width: 25px;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.icon-sml {
    height: 40px;
    width: 40px;
    background-size: 16px;
}

@media (min-width: 992px) {
    .icon-sml {
        height: 50px;
        width: 50px;
        background-size: 22px;
    }
}

.icon-lrg {
    width: 80px;
    height: 80px;
    background-size: 40px;
}

@media (min-width: 992px) {
    .icon-lrg {
        width: 100px;
        height: 100px;
        background-size: 50px;
    }
}

/* specific icons */

.icon-instagram {
    background-image: url('/public/assets/images/store/social/social-instagram.svg');
}

.icon-youtube {
    background-image: url('/public/assets/images/store/social/social-youtube.svg');
    background-size: 16px;
}

.icon-zoom {
    background-image: url('/public/assets/images/store/icons/icon-zoom.svg');
}

.icon-play {
    background-image: url('/public/assets/images/store/icons/icon-play.svg');
}

.icon-play.icon-sml {
    background-size: 16px;
    background-position: 55% center !important;
}

.icon-up {
    background-image: url('/public/assets/images/store/icons/icon-down.svg');
}

.icon-up.icon-sml {
    background-size: 12px;
    background-position: 45% center !important;
}

.icon-prev {
    background-image: url('/public/assets/images/store/icons/icon-prev.svg');
}

.icon-prev.icon-sml {
    background-size: 12px;
    background-position: 45% center !important;
}

.icon-next {
    background-image: url('/public/assets/images/store/icons/icon-next.svg');
}

.icon-next.icon-sml {
    background-size: 12px;
    background-position: 55% center !important;
}

.icon-packages {
    background-image: url('/public/assets/images/store/icons/icon-packages.svg');
}

.icon-courses {
    background-image: url('/public/assets/images/store/icons/icon-courses.svg');
    background-position: center 55% !important;
}

.icon-certifications {
    background-image: url('/public/assets/images/store/icons/icon-certifications.svg');
}

.icon-homeschool {
    background-image: url('/public/assets/images/store/icons/school-64.ico');
}


.icon-cart {
    background-image: url('/public/assets/images/store/icons/cart.ico');
    background-size: cover;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: 10px;
    top: 3px;
    position: relative;
}

/* Blocks */

.block {
    position: relative;
    padding: 80px 0 140px;
    z-index: 1;
}

@media (min-width: 992px) {
    .block {
        padding: 100px 0 180px;
    }
    #homeschoolbundle.block
    {
        padding: 100px 0 70px;
    }
}

@media (min-width: 1200px) {
    .block .row {
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media (min-width: 1200px) {
    .block .col-lg-6 {
        padding: 0 20px;
    }
}

.block .col-offset-up {
    position: relative;
}

@media (min-width: 992px) {
    .block .col-offset-up {
        top: -60px;
    }
}

@media (min-width: 1200px) {
    .block .col-offset-up {
        top: -80px;
    }
}

.block .col-last {
    padding: 80px 0 140px;
}

@media (min-width: 992px) {
    .block .col-last {
        padding: 100px 0 180px;
    }
}

.block.block-bg-gray {
    background: #f7f7f7;
}

.block.block-bg-gray-circles {
    background: #f7f7f7 url('/public/assets/images/store/bg-circles.png') bottom center no-repeat;
    background-size: contain;
}

@media (min-width: 1200px) {
    .block.block-bg-gray-circles {
        background-size: auto;
    }
}

.block.block-bg-up-white {
    position: relative;
}

.block.block-bg-up-white:after {
    content: '';
    position: absolute;
    bottom: -110px;
    left: 0;
    right: 0;
    height: 220px;
    background: #ffffff;
    z-index: -1;
    transform: skewY(-6deg);
    transform-origin: top left;
}

@media (min-width: 768px) {
    .block.block-bg-up-white:after {
        bottom: -190px;
        transform: skewY(-5deg);
    }
}

@media (min-width: 992px) {
    .block.block-bg-up-white:after {
        bottom: -160px;
        transform: skewY(-4deg);
    }
}

@media (min-width: 1400px) {
    .block.block-bg-up-white:after {
        bottom: -160px;
        transform: skewY(-4deg);
    }
}

.block.block-bg-up-gray {
    position: relative;
    padding-bottom: 0;
}

.block.block-bg-up-gray:after {
    content: '';
    position: absolute;
    bottom: -210px;
    left: 0;
    right: 0;
    height: 220px;
    background: #f7f7f7;
    z-index: 0;
    transform: skewY(-6deg);
    transform-origin: top left;
}

@media (min-width: 768px) {
    .block.block-bg-up-gray:after {
        bottom: -210px;
        transform: skewY(-5deg);
    }
}

@media (min-width: 992px) {
    .block.block-bg-up-gray:after {
        bottom: -210px;
        transform: skewY(-4deg);
    }
}

@media (min-width: 1400px) {
    .block.block-bg-up-gray:after {
        bottom: -210px;
        transform: skewY(-4deg);
    }
}

.block#course-header.block-bg-up-gray:after {
    display: none;
}

.block#course-header.block-bg-up-gray .bgcircles > .bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 250px;
    overflow: hidden;
}

.block#course-header.block-bg-up-gray .bgcircles > .bg:after {
    content: '';
    position: absolute;
    bottom: -210px;
    left: 0;
    right: 0;
    height: 220px;
    background: #f7f7f7;
    z-index: 0;
    transform: skewY(-6deg);
    transform-origin: top left;
}

@media (min-width: 768px) {
    .block#course-header.block-bg-up-gray .bgcircles > .bg:after {
        bottom: -210px;
        transform: skewY(-5deg);
    }
}

@media (min-width: 992px) {
    .block#course-header.block-bg-up-gray .bgcircles > .bg:after {
        bottom: -210px;
        transform: skewY(-4deg);
    }
}

@media (min-width: 1400px) {
    .block#course-header.block-bg-up-gray .bgcircles > .bg:after {
        bottom: -210px;
        transform: skewY(-4deg);
    }
}

.block.block-bg-up-gradient {
    position: relative;
    padding-bottom: 0;
}

.block.block-bg-up-gradient:after {
    content: '';
    position: absolute;
    bottom: -180px;
    left: 0;
    right: 0;
    height: 220px;
    background: linear-gradient(90deg, #1e6ea5 0%, #2f86b7 100%);
    z-index: -1;
    transform: skewY(-6deg);
    transform-origin: top left;
}

@media (min-width: 768px) {
    .block.block-bg-up-gradient:after {
        bottom: -180px;
        transform: skewY(-5deg);
    }
}

@media (min-width: 992px) {
    .block.block-bg-up-gradient:after {
        bottom: -160px;
        transform: skewY(-4deg);
    }
}

@media (min-width: 1400px) {
    .block.block-bg-up-gradient:after {
        bottom: -180px;
        transform: skewY(-4deg);
    }
}

@media (min-width: 992px) {
    .block.block-bg-up-gradient.block-bg-gray-circles .element-card:last-child {
        -webkit-box-shadow: 0px 4px 30px -15px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 4px 30px -15px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 4px 30px -15px rgba(0, 0, 0, 0.3);
    }
}

.block .element-block-intro, .block .element-image, .block .element-video {
    margin-bottom: 60px;
}

@media (min-width: 992px) {
    .block .element-block-intro, .block .element-image, .block .element-video {
        margin-bottom: 80px;
    }
}

.block .col-lg-6:last-child .element-image:last-child, .block .col-lg-6:last-child .element-video:last-child {
    margin-bottom: 0;
}

.block .element-card {
    margin-bottom: 30px;
}

a.card-image {
    border-bottom: 0;
}

a.card-image.certification img {
    border-radius: 0;
}

a.card-image:hover {
    border-bottom: none;
}

@media (min-width: 1200px) {
    .block .element-card {
        margin-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .block .element-card:last-child {
        margin-bottom: 0;
    }
}

.block .col-lg-6:last-child .element-card:last-child {
    margin-bottom: 0;
}

.block-testimonials {
    padding-top: 60px;
    padding-bottom: 0;
}

@media (max-width: 1400px) {
    .block-testimonials {
        overflow: hidden;
    }
}

.block-testimonials .container {
    position: relative;
}

.block-testimonials .bg-quote-left {
    display: none;
    position: absolute;
    left: -100px;
    top: -10px;
    height: 60px;
    width: 72px;
    background: url('/public/assets/images/store/icons/icon-quote-open.svg') center center no-repeat;
}

@media (min-width: 992px) {
    .block-testimonials .bg-quote-left {
        display: block;
    }
}

.block-testimonials .bg-quote-right {
    display: none;
    position: absolute;
    right: -50px;
    top: -50px;
    height: 181px;
    width: 240px;
    background: url('/public/assets/images/store/icons/icon-quote-close.svg') center center no-repeat;
}

@media (min-width: 480px) {
    .block-testimonials .bg-quote-right {
        display: block;
    }
}

@media (min-width: 992px) {
    .block-testimonials .bg-quote-right {
        height: 270px;
        width: 340px;
        right: -80px;
        top: -60px;
    }
}

@media (min-width: 992px) {
    .block-testimonials .bg-quote-right {
        right: -80px;
    }
}

@media (min-width: 1400px) {
    .block-testimonials .bg-quote-right {
        top: -80px;
    }
}

.block-testimonials .u-show-desktop {
    text-align: right;
}

.block-testimonials .u-show-mobile {
    margin-top: 30px;
    text-align: center;
}

.block-testimonials button {
    height: 40px;
    width: 40px;
    background-size: 16px;
    margin-right: 15px;
    background: #ff953e;
    border-radius: 50%;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    border: 0 !important;
    outline: none;
}

.block-testimonials button:hover {
    background-color: #fd790d;
}

@media (min-width: 768px) {
    .block-testimonials button {
        margin-right: 20px;
    }
}

@media (min-width: 992px) {
    .block-testimonials button {
        height: 50px;
        width: 50px;
        background-size: 22px;
    }
}

.block-testimonials button:last-child {
    margin-right: 0;
}

.block-testimonials button.owl-prev {
    background-image: url('/public/assets/images/store/icons/icon-prev.svg');
    background-size: 12px;
    background-position: 45% center !important;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.block-testimonials button.owl-next {
    background-image: url('/public/assets/images/store/icons/icon-next.svg');
    background-size: 12px;
    background-position: 55% center !important;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.block-testimonials .owl-dots {
    display: none;
}

.block-testimonials .testimonials .item {
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
}

@media (min-width: 992px) {
    .block-testimonials .testimonials .item {
        padding-bottom: 25px;
    }
}

.block-testimonials .testimonials .item:hover .icon {
    opacity: 1;
}

.block-testimonials .testimonials img {
    border: 1px solid #dadada;
    border-radius: 12px;
}

.block-testimonials .testimonials .icon-social {
    position: absolute;
    top: 20px;
    right: 20px;
}

.block-testimonials .testimonials .icon {
    opacity: 0;
    position: absolute;
    bottom: 0px;
    right: 20px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

@media (min-width: 992px) {
    .block-testimonials .testimonials .icon {
        right: 30px;
    }
}

.block-testimonials .testimonials a {
    display: block;
    border: 0;
}

.block-video {
    padding: 60px 0 140px;
}

@media (min-width: 992px) {
    .block-video {
        padding: 75px 0 180px;
    }
}

@media (min-width: 992px) {
    .block-video .element-video {
        margin-bottom: 0;
    }
}

.block-store-list .icon-lrg {
    position: absolute;
    top: -40px;
    background-color: #327d48;
}

@media (min-width: 992px) {
    .block-store-list .icon-lrg {
        top: -50px;
    }
}

.block-course-description {
    padding: 80px 0 90px;
}

@media (min-width: 992px) {
    .block-course-description {
        padding: 100px 0 110px;
    }
}

.block-course-description .col-lg-8 {
    z-index: 3;
}

@media (min-width: 992px) {
    .block-course-description .col-lg-8 .inner {
        max-width: 560px;
    }
}

@media (min-width: 1200px) {
    .block-course-description .col-lg-8 .inner {
        max-width: 720px;
    }
}

.block-course-description .col-lg-8 h2 {
    margin: 80px 0 18px;
}

@media (min-width: 768px) {
    .block-course-description .col-lg-8 h2 {
        margin: 80px 0 25px;
    }
}

@media (min-width: 992px) {
    .block-course-description .col-lg-8 h2 {
        margin: 100px 0 25px;
    }
}

.block-course-description .col-lg-8 h2.first, .block-course-description .col-lg-8 h2:first-child, .block-course-description .col-lg-8 h2:first-of-type {
    margin-top: 0;
}

.block-course-description .col-lg-8 p {
    color: #666666;
}

.block-course-description .col-lg-8 p strong {
    color: #000000;
}

.block-course-description .col-lg-8 .element-video {
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .block-course-description .col-lg-8 .element-video {
        margin-bottom: 60px;
    }
}

.block-course-description .col-lg-8 .element-video:last-child {
    margin-bottom: 0;
}

.block-course-description .col-lg-4 {
    margin-top: 80px;
}

@media (min-width: 992px) {
    .block-course-description .col-lg-4, .block-course-toc .col-lg-4 {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .block-course-description .col-lg-4 .inner, .block-course-toc .col-lg-4 .inner {
        max-width: 240px;
        margin: 0 auto;
        padding-top: 2px;
    }
}

@media (min-width: 1200px) {
    .block-course-description .col-lg-4 .inner, .block-course-inner .col-lg-4 .inner{
        max-width: 280px;
    }
}

.block-course-description .col-lg-4 .btn-lrg, .block-course-toc .col-lg-4 .btn-lrg {
    display: block;
    text-align: center;
}

.block-course-toc {
    padding: 80px 0 90px;
}

@media (min-width: 992px) {
    .block-course-toc {
        padding: 100px 0 180px;
    }
}

@media (min-width: 768px) {
    .block-course-toc h2 {
        margin: 0 0 25px;
    }
}

.block-course-toc p {
    font-size: 14px;
}

.block-course-toc p strong {
    font-weight: 600;
    color: #202020;
}

.block-course-toc ul.toc {
    background: #ffffff;
    margin-top: 30px;
    margin-bottom: 80px;
    border-radius: 12px;
    border: 1px solid #dadada;
}

@media (min-width: 992px) {
    .block-course-toc ul.toc {
        margin-top: 50px;
        margin-bottom: 100px;
    }
}

.block-course-toc ul.toc > li {
    position: relative;
    padding: 20px;
    border-bottom: 1px solid #dadada;
}

@media (min-width: 992px) {
    .block-course-toc ul.toc > li {
        padding: 30px 30px 30px 100px;
    }
}

.block-course-toc ul.toc > li:last-child {
    border-bottom: 0;
}

.block-course-toc ul.toc img {
    display: none;
}

@media (min-width: 992px) {
    .block-course-toc ul.toc img {
        display: block;
        position: absolute;
        left: 30px;
        top: 32px;
        width: 40px;
    }
}

.block-course-toc ul.toc img.zip {
    top: 32px;
}

.block-course-toc ul.toc img.video {
    top: 38px;
}

.block-course-toc ul.toc .title {
    font-weight: 600;
    color: #327d48;
}

.block-course-toc ul.toc .subtitle {
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
    color: #666666;
}

.block-course-toc ul.toc ul {
    margin: 20px 0 0 0px;
}

@media (min-width: 480px) {
    .block-course-toc ul.toc ul {
        margin: 20px 0 0 20px;
    }
}

@media (min-width: 992px) {
    .block-course-toc ul.toc ul {
        margin: 30px 0 0;
    }
}

.block-course-toc .preview
{
    display: inline-block;
    background: #ff953e;
    padding: 0 5px;
    margin-left: 8px;
    border-radius: 3px;
    font-size: 10px;
    line-height: 16px;
    text-transform: uppercase;
    color: #fff;
}
.block-course-toc ul.toc ul li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 30px;
    font-size: 14px;
    line-height: 20px;
}

@media (min-width: 992px) {
    .block-course-toc ul.toc ul li {
        padding-left: 40px;
    }
}

.block-course-toc ul.toc ul li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 15px;
    height: 1px;
    background: #dadada;
}

@media (min-width: 992px) {
    .block-course-toc ul.toc ul li:before {
        width: 20px;
    }
}

.block-course-toc ul.toc ul li:first-child:before {
    background: #202020;
}
.block-course-toc ul.toc ul.nochapters > li:before {
    background: #fff;
}
.block-course-toc ul.toc ul.nochapters {
    margin: 0 !important;
}
.block-course-toc ul.toc ul li:last-child {
    margin-bottom: 0;
}

.block-course-toc ul.toc ul li strong {
    font-size: 15px;
    font-weight: 600;
}

/* Elements */

.element-block-intro h2 {
    margin: 0 0 18px;
}

.element-block-intro h3 {
    margin: 0 0 2px 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #327d48;
}

.element-block-intro .description {
    max-width: 920px;
    color: #666666;
}

@media (min-width: 992px) {
    .col-lg-6 .element-block-intro .description {
        padding-right: 8%;
    }
}

.element-block-intro .description, .element-block-intro p {
    color: #666666;
}

.element-block-intro ul {
    margin-top: 20px;
    color: #666666;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

@media (min-width: 992px) {
    .element-block-intro ul {
        margin-top: 30px;
        padding-left: 30px;
        padding-right: 8%;
    }
}

.element-block-intro ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 30px;
}

@media (min-width: 992px) {
    .element-block-intro ul li {
        padding-left: 40px;
    }
}

@media (min-width: 992px) {
    .element-block-intro ul li {
        margin-bottom: 12px;
    }
}

.element-block-intro ul li:last-child {
    margin-bottom: 0;
}

.element-block-intro ul li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 15px;
    height: 1px;
    background: #ff953e;
}

@media (min-width: 992px) {
    .element-block-intro ul li:before {
        width: 20px;
    }
}

.element-block-intro ol {
    margin-top: 30px;
    padding-left: 30px;
    list-style: decimal;
    font-size: 16px;
    font-weight: 600;
    color: #327d48;
}

@media (min-width: 992px) {
    .element-block-intro ol {
        margin-top: 40px;
        padding-right: 8%;
    }
}

.element-block-intro ol li {
    margin-bottom: 20px;
    padding-left: 10px;
}

@media (min-width: 992px) {
    .element-block-intro ol li {
        margin-bottom: 30px;
    }
}

.element-block-intro ol li:last-child {
    margin-bottom: 0;
}

.element-block-intro ol p {
    color: #666666;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.element-card {
    background: #ffffff;
    padding: 30px 20px;
    border-radius: 12px;
    border: 1px solid #dadada;
    overflow: hidden;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    /* layout */
    /* content */
}

@media (min-width: 768px) {
    .element-card {
        padding: 40px 20px;
    }
}

@media (min-width: 992px) {
    .element-card {
        padding: 40px 30px;
    }
}

@media (min-width: 1200px) {
    .element-card {
        padding: 50px 40px;
    }
}

.element-card:hover {
    cursor: pointer;
    border: 1px solid #ff953e;
    -webkit-box-shadow: 0px 4px 30px -15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 4px 30px -15px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 4px 30px -15px rgba(0, 0, 0, 0.3);
}

.element-card .left {
    margin-bottom: 20px;
}

@media (min-width: 480px) {
    .element-card .left {
        float: left;
        width: 28%;
        padding-right: 20px;
        text-align: center;
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .element-card .left {
        padding-right: 30px;
    }
}

@media (min-width: 1200px) {
    .element-card .left {
        padding-right: 35px;
    }
}

@media (min-width: 480px) {
    .element-card .right {
        float: left;
        width: 72%;
    }
}

.element-card img {
    max-width: 100%;
    height: auto;
    border-radius: 50%;
}

.element-card h4 {
    margin: 0 0 10px 0;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: .5px;
    color: #000000;
}

.element-card .description, .element-card .description p {
    font-size: 15px;
    line-height: 26px;
    color: #666666;
}

.element-card .actions {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .5px;
    color: #327d48;
}

.element-card .btn {
    margin-right: 6px;
    min-width: 129px;
}

.element-image a {
    display: block;
    position: relative;
    border: 0;
}

.element-image a:hover, .element-image a:focus {
    border: 0;
}

.element-image a:hover .icon, .element-image a:focus .icon {
    opacity: 1;
    background-color: #fd790d;
}

.element-image img {
    display: block;
    width: 100%;
    border-radius: 12px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.element-image img.bordered {
    border: 1px solid #dadada;
}

.element-image:hover img, .element-image:focus img {
    -webkit-box-shadow: 0px 4px 30px -15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 4px 30px -15px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 4px 30px -15px rgba(0, 0, 0, 0.3);
}

.element-image:hover img.bordered, .element-image:focus img.bordered {
    border: 1px solid #ff953e;
}

.element-image .icon {
    opacity: 0;
    position: absolute;
    bottom: -20px;
    right: 20px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

@media (min-width: 992px) {
    .element-image .icon {
        bottom: -25px;
        right: 30px;
    }
}

.element-image .caption {
    margin-top: 22px;
    padding-right: 50px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: .5px;
    color: #327d48;
}

@media (min-width: 992px) {
    .element-image .caption {
        padding-right: 100px;
    }
}

.element-video {
    overflow: hidden;
}

.element-video a {
    display: block;
    position: relative;
    border: 0;
}

.element-video a:hover, .element-video a:focus {
    border: 0;
}

.element-video a:hover .icon {
    background-color: #fd790d;
}

.element-video img {
    display: block;
    width: 100%;
    border-radius: 12px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.element-video img.bordered {
    border: 1px solid #dadada;
}

.element-video:hover img, .element-video:focus img {
    -webkit-box-shadow: 0px 4px 30px -15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 4px 30px -15px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 4px 30px -15px rgba(0, 0, 0, 0.3);
}

.element-video:hover img.bordered, .element-video:focus img.bordered {
    border: 1px solid #ff953e;
}

.element-video .icon {
    position: absolute;
    bottom: -20px;
    right: 20px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

@media (min-width: 992px) {
    .element-video .icon {
        bottom: -25px;
        right: 30px;
    }
}

.element-video .caption {
    margin-top: 26px;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .5px;
    color: #327d48;
}

.element-testimonial {
    margin-bottom: 30px;
}
.responsive-video-container
{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin: auto;
}

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

@media (min-width: 992px) {
    .element-testimonial {
        margin-bottom: 40px;
    }
}

.element-testimonial:last-child {
    margin-bottom: 0;
}

.element-testimonial ul.rating {
    margin: 0 auto 10px;
}

.element-testimonial ul.rating li {
    display: inline-block;
    width: 16px;
    margin-right: 3px;
}

.element-testimonial p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .5px;
    color: #666666;
}


/* SHOPPING CART / CHECKOUT PAGE STYLES
-------------------------------------------------------------------------------- */
h1.shopping-cart-title {
    font-size: 35px;
}
@media (max-width: 992px) {
    h1.shopping-cart-title {
        font-size: 30px;
        margin-bottom: 10px;
    }
}
.notifications .alert {
border: 1px solid #d6d6d6;
background: #f2f2f2;
padding: 15px;
margin-bottom: 10px;
}

.notifications .success {
border: 1px solid #bdeab9;
background: #e0f7df;
padding: 15px;
color: #007942;
margin-bottom: 10px;
}

.notifications .error {
    border: 1px solid #f9d9d9;
    padding: 15px;
    margin-bottom: 10px;
    background-color: #ffe0e0;
    color: #842522;
}

.section-checkout {
/* cart table */
    /* below cart */
}

.section-checkout .notice {
    font-size: 16px;
    line-height: 23px;
    text-align: right;
    color: #ff953e;
}

.checkout-table-wrapper .carttable {
    width: 100%;
    border: 1px solid #d6d6d6;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.checkout-table-wrapper .carttable .col1 {
    width: 70%;
}

.checkout-table-wrapper .carttable .col2 {
    width: 18%;
}

.checkout-table-wrapper .carttable .col3 {
    width: 12%;
}

.checkout-table-wrapper .carttable th {
    font-weight: bold;
    background: #f2f2f2;
    border-bottom: 1px solid #d6d6d6;
    padding: 10px 15px;
}

.checkout-table-wrapper .carttable td {
    padding: 15px;
}

.checkout-table-wrapper .carttable .row-item {
    border-top: 1px solid #d6d6d6;
}

.checkout-table-wrapper .carttable .row-item i {
    font-size: 12px;
    color: #888;
}

.checkout-table-wrapper .carttable .row-subtotal {
    border-top: 1px solid #d6d6d6;
}

.checkout-table-wrapper .carttable .row-subtotal td {
    padding-bottom: 8px;
}

.checkout-table-wrapper .carttable .row-coupon td {
    padding: 0 15px 8px 15px;
    color: #ff8022;
}

.checkout-table-wrapper .carttable .row-shipping td {
    padding: 0 15px 8px 15px;
}

.checkout-table-wrapper .carttable .row-total td {
    padding-top: 0;
}

#checkout-summary-table a {
    border-bottom: none;
}

.section-checkout #coupon-form {
    /*display: none;*/
    padding-bottom: 30px;
    line-height: 31px;
    font-size: 13px;
    font-weight: bold;
}

.section-checkout #coupon-form input.text {
    margin-left: 10px;
    margin-right: 4px;
    padding-left: 6px;
    height: 31px;
    line-height: 30px;
    width: 180px;
    font-weight: normal;
}

.section-checkout #coupon-form input.btn {
    position: relative;
    top: -1px;
}

.section-checkout .continue-form {
    padding-bottom: 40px;
}

.section-checkout .col-md-7 form {
    margin-top: 6px;
}

.section-checkout .col-md-7 .btn {
    margin-left: 20px;
}

.section-checkout .col-md-7 img {
    margin-right: 6px;
}

.checkout_or
{
    text-align: center;
    display: block;
    margin: 13px 10px;
    font-weight: bold;
    font-size: 18px;
}

.add-to-cart-flash {
    display: block;
    font-weight: 700;
    color: #327d48;
}

.display-add-to-cart-msg{
    font-weight: 700;
    color: #327d48;
}

.black-filter-icon {
    filter: brightness(0.1);
}

.add-to-cart-flash.error{
    color: #ff1947;
}
#ccbtn {
    float: left;
    margin-right: 15px;
}

.stripe-wrapper {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    padding: 12px;
}
.payment-card-wrapper .payment-card {
    border-radius: 0;
    border: 0;
    border-top: 1px solid #ddd;
}
.payment-card-wrapper .payment-header {

    padding: .75rem 1.25rem;
}

.payment-card-wrapper .payment-header-disable {
    background: #ececec;
    pointer-events: none;
    opacity: 0.5;
}

.payment_label {
    padding-left: 5px;
    color: #3a3a3a;
}

.secure-connection__icon {
    font: normal normal normal 34px/1 FontAwesome !important;
    float: left;
    margin-right: 5px;
    color: #dedfe0;
}

.secure-connection__text {
    font-size: 11px;
    color: #cacbcc;
    display: -webkit-inline-box;
}

.loadable-icon-and-text-icon {
    margin-right: .5rem;
}

.checkout--billing__secured {
    margin-top: 8px;
}
.cartbtn-anim {
    color: #fff;
    background-color: #e87e1c;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMzUiIGhlaWdodD0iMzUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZC11Y2dnLWdlbmVyYXRlZCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz48c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPjxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjIiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+");

    -webkit-background-size: 8px 8px;
    -moz-background-size: 8px 8px;
    -o-background-size: 8px 8px;
    background-size: 8px 8px;

    -webkit-animation: progress-bar-stripes .25s linear infinite;
    -moz-animation: progress-bar-stripes .25s linear infinite;
    -ms-animation: progress-bar-stripes .25s linear infinite;
    -o-animation: progress-bar-stripes .25s linear infinite;
    animation: progress-bar-stripes .25s linear infinite;
}

#ajax-loader {
    text-align: center;
    margin-bottom: 20px;
}

a.remove-item {
    margin-left: 16px;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
}

.validation-msg-wrapper ul {
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    list-style: none;
}

.validation-msg-wrapper li {
    color: #f73030;
}

#card-errors {
    color: #d63941;
    margin-bottom: 15px;
}
.payment-card-wrapper .paybtn {
    background-color: #008000;
    padding: 14px 12px;
    font-size: 16px;
}
.payment-card-wrapper .paybtn:hover, .payment-card-wrapper .paybtn:focus, .payment-card-wrapper .paybtn:active {
    background-color: #197100 !important;
}
.animatebtn {
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 2px solid #fff;
    border-radius: 100%;
    margin-left: 10px;
    vertical-align: text-bottom;
    -webkit-animation: load-animate infinite linear 1s;
    animation: load-animate infinite linear 1s;
}

#remove-coupon {
    cursor: pointer;
}

#remove-coupon:hover {
    color: red;
}


.cookie-consent-container {
    line-height: 1.5em;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    overflow: hidden;
    position: fixed;
    transition: opacity 1s ease;
    z-index: 9999;
    flex-direction: column;
    padding: 1em;
    bottom: 0;
    background-color: #1f70a7;
    color: rgb(241, 241, 241);
    text-align: center;
    width: 100%;
    font-weight: 100;
}
.cookie-consent-container .ccc-btn {
    font-weight: 500;
    padding: 0.7em 1.2em;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: background-color .2s ease;
    color: #fff;
    background-color: #195b88;
    border-radius: 3px;
    margin-left: 5px;
    cursor: pointer;
    font-size: 14px;
    display: inline-grid;
}
.cookie-consent-container .ccc-btn:hover {
    text-decoration: none;
}
.ccc-privacy, .ccc-privacy:visited{
    text-decoration: underline;
    color: white;
}
@media (max-width: 700px) {
    .cookie-consent-container .ccc-btn {
        display: block;
    }
}

.homeschool-options {
    display: table;
}
.number_of_student_label
{
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}
.homeschool-addtocart-control {
    display: table;
}

.homeschool-addtocart-control .homeschool-cart-buttons
{
    float: left;
    margin-top: 42px;
    margin-left: 10px;
}
.homeschool-addtocart-control .btn-lrg
{
    margin-top: -10px;
}
.homeschool-addtocart-control .homeschool-cart-buttons .btn
{
    float: left;
    margin-right: 10px;
}
.homeschool-addtocart-control .viewcart-btn
{
    display: none;
}
.homeschool-addtocart-control .viewcart-btn.incart
{
    display: block;
}
.homeschool-addtocart-control .homeschool-cart-buttons a {
    margin-bottom: 0 !important;
}
.homeschool-addtocart-control .homeschool-options {
    float: left;
}

@media only screen
and (min-device-width: 275px)
and (max-device-width: 812px)
and (-webkit-min-device-pixel-ratio: 3) {
    .homeschool-addtocart-control .homeschool-cart-buttons .btn {
        margin-left: 0;
    }
    .homeschool-addtocart-control .homeschool-cart-buttons {
        margin-top: 0px;
        margin-left: 0px;
    }
    .homeschool-addtocart-control .homeschool-options{
        float: none;
    }
    .homeschool-addtocart-control .addtocart-btn{
        margin-bottom: 20px;
        margin-top: 0;
        margin-left: 0;
    }
}

.ctrl {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    justify-content: center;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
}

.ctrl__counter {
    position: relative;
    width: 50px;
    height: 45px;
    color: #333C48;
    text-align: center;
    overflow: hidden;
    background: #fff;
}

.ctrl__counter.is-input .ctrl__counter-num {
    visability: hidden;
    opacity: 0;
    -webkit-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
}

.ctrl__counter.is-input .ctrl__counter-input {
    visability: visible;
    opacity: 1;
    -webkit-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
}

.ctrl__counter-input {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
    box-shadow: none;
    outline: none;
    border: none;
    color: #333C48;
    font-size: 22px;
    line-height: 45px;
    text-align: center;
    visability: hidden;
    opacity: 0;
    -webkit-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
}

.ctrl__counter-num {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 45px;
    visability: visible;
    opacity: 1;
    -webkit-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
}

.ctrl__counter-num.is-increment-hide {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-animation: increment-prev 100ms ease-in;
    animation: increment-prev 100ms ease-in;
}

.ctrl__counter-num.is-increment-visible {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation: increment-next 100ms ease-out;
    animation: increment-next 100ms ease-out;
}

.ctrl__counter-num.is-decrement-hide {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-animation: decrement-prev 100ms ease-in;
    animation: decrement-prev 100ms ease-in;
}

.ctrl__counter-num.is-decrement-visible {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation: decrement-next 100ms ease-out;
    animation: decrement-next 100ms ease-out;
}

.ctrl__button {
    width: 50px;
    line-height: 45px;
    text-align: center;
    color: #2c573e;
    cursor: pointer;
    background-color: #fff;
    -webkit-transition: background-color 100ms ease-in;
    transition: background-color 100ms ease-in;
    font-weight: bold;
    font-size: 19px;
}

.ctrl__button:hover {
    background-color: #1e9643;
    -webkit-transition: background-color 100ms ease-in;
    transition: background-color 100ms ease-in;
}

.ctrl__button:active {
    background-color: #22a546;
    -webkit-transition: background-color 100ms ease-in;
    transition: background-color 100ms ease-in;
}

.ctrl__button--decrement { border-radius: 5px 0 0 5px; }

.ctrl__button--increment { border-radius: 0 5px 5px 0; }
@-webkit-keyframes
decrement-prev {  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}
@keyframes
decrement-prev {  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}
@-webkit-keyframes
decrement-next {  from {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}
}
@keyframes
decrement-next {  from {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}
}
@-webkit-keyframes
increment-prev {  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}
@keyframes
increment-prev {  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}
@-webkit-keyframes
increment-next {  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}
}
@keyframes
increment-next {  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}
}.notifications .alert button {
    float: left;
    margin-right: 8px;
    font-weight: normal;
    font-size: 22px;
    color: black;
}
div#wave {
    display: inline;
}
div#wave .dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 3px;
    background: #ffdc51;
    animation: wave 1.3s linear infinite;
}
div#wave .dot:nth-child(2) {
    animation-delay: -1.1s;
}
div#wave .dot:nth-child(3) {
    animation-delay: -0.9s;
}

@keyframes wave {
    0%, 60%, 100% {
        transform: initial;
    }
    30% {
        transform: translateY(-15px);
    }
}
.error-field {
    color: red;
    margin-top: 5px;
    font-size: 14px;
}
.elfsight-app-2fd278aa-4131-41c0-8275-01de7199b3c0 a, .elfsight-app-2fd278aa-4131-41c0-8275-01de7199b3c0 a:hover,
.elfsight-app-69b362ff-d6ac-4e2f-a2f0-b97db51c769a a, .elfsight-app-69b362ff-d6ac-4e2f-a2f0-b97db51c769a a:hover {
    border-bottom: none;
    line-height: inherit;
    color: inherit;
}
a.WriteAReviewButton__Button-sc-55ha4u-1 {
color: white;
}

.mentoting-package-btn {
    background: #456adc;
    width: 100%;
    padding: 30px;
}
.mentoting-package-btn:hover, .mentoting-package-btn:active, .mentoting-package-btn:focus {
    background: #2f4ba0;
}
.mentoting-package-btn .mentoring_price {
    float: left;
}
.mentoting-package-btn .mentoring_btn_arrow {
    float: right;
}
.mentoring_btn_arrow i {
    font-size: 40px;
}
.mentoting-package-btn .mentoring_price .price {
    font-size: 28px;
    float: left;
}
.mentoting-package-btn .mentoring_price .frequency {
    font-size: 12px;
    float: left;
    padding-top: 3px;
}
.mentoring_btn_bottomt_text
{
    margin: 0 auto;
    display: table;
    margin-top: 8px;
    font-size: 14px;
    font-style: oblique;
    color: #6d6d6d;
}