@font-face {
    font-family: 'Oxygen';
    src: url('/fonts/oxygen-webfont.woff2') format('woff2'), url('/fonts/oxygen-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Oxygen';
    src: url('/fonts/oxygen-bold-webfont.woff2') format('woff2'), url('/fonts/oxygen-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Pacifico';
    src: url('/fonts/pacifico-webfont.woff2') format('woff2'), url('/fonts/pacifico-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.icon-phone {
    width: 0.7861328125em;
}

.icon-instagram {
    width: 0.857421875em;
}

.icon-flickr {
    width: 0.857421875em;
}

.icon-houzz {
    width: 0.5712890625em;
}

.icon-feed {
    width: 0.787109375em;
}

.icon-pinterest {
    width: 0.857421875em;
}

.icon-linkedin {
    width: 0.857421875em;
}

.icon-google-plus {
    width: 1.2861328125em;
}

.icon-twitter {
    width: 0.9287109375em;
}

.icon-facebook {
    width: 0.587890625em;
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Normalize - $$normalize
 * ----------------------------------------------------- *
\* ===================================================== */

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

progress {
    vertical-align: baseline;
}

template,
[hidden] {
    display: none;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

mark {
    color: #000;
    background-color: #ff0;
}

small {
    font-size: .75em;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

input, textarea, select, button, .button {
    width: 100%;
    height: 42px;
    padding: 0 10px;
    font: inherit;
    color: #555;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
}

optgroup {
    font-weight: bold;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}

legend {
    display: table;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal;
}

textarea {
    overflow: auto;
}

[type='checkbox'],
[type='radio'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}

[type='search'] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

::-moz-selection {
    color: rgb(142, 68, 24);
    text-shadow: none;
    background: rgb(255, 231, 216);
}

::selection {
    color: rgb(142, 68, 24);
    text-shadow: none;
    background: rgb(255, 231, 216);
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Type - $$type
 * ----------------------------------------------------- *
\* ===================================================== */

html {
    font-family: sans-serif;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font: 100%/1.6 'Oxygen', Arial, Helvetica, sans-serif;
    color: #555;
    background: #fff;
}

h1,
h2,
h3,
h4,
.alpha,
.beta,
.gamma,
.delta,
form,
table,
pre,
blockquote {
    margin: 0 0 20px;
}

p, h1 {
    margin: 0 0 20px;
}

    h1,
    h2,
    h3,
    .alpha,
    .beta,
    .gamma {
        line-height: 1.1;
    }

h1,
.alpha,
.about h2 {
    font-size: 3.125em;
    font-weight: normal;
    color: #ec7228;
    font-family: 'Pacifico';
}

h2,
.beta {
    font-weight: 400;
    margin-top: 40px;
    font-size: 3.5em;
}

h3,
.gamma {
    margin-top: 30px;
    font-size: 1.625em;
}

h4,
.delta {
    margin-bottom: 0;
    font-size: 1.125em;
    color: #ec7228;
}

h5 {
    font-size: .875em;
}

h6 {
    font-size: .75em;
}

ul,
ol,
dl,
menu {
    padding: 0;
    margin: 0 0 20px 40px;
}

a {
    color: #fe853d;
    text-decoration: none;
}

a:focus,
a:active,
a:hover {
    text-decoration: underline;
    outline: 0;
}

strong,
b {
    font-weight: bold;
}

em,
i {
    font-style: italic;
}

img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

hr {
    display: block;
    height: 1px;
    padding: 0;
    border: 0;
    border-top: 1px solid #ccc;
}

small,
sub,
sup {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

td {
    vertical-align: top;
}

blockquote,
q {
    quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: '';
    content: none;
}

blockquote {
    padding: 20px;
    color: #fe853d;
    border-left: 8px solid;
}

@media screen and (max-width: 767px) {
    h1,
    .alpha,
    .about h2 {
        font-size: 2.5em;
    }
}

@media screen and (max-width: 567px) {
    html {
        font-size: 1rem;
    }
    h1,
    .alpha,
    .about h2 {
        font-size: 2.125em;
    }
    h2,
    .beta {
        font-size: 1.875em;
    }
    h3,
    .gamma {
        font-size: 1.5em;
    }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Tools - $$tools
 * ----------------------------------------------------- *
\* ===================================================== */

.hidden,
.tablet-view,
.mobile-view {
    display: none !important;
    visibility: hidden;
}

.desktop-view {
    display: block !important;
    visibility: visible;
}

.clearfix::after,
.container::after {
    content: '';
    display: block;
    clear: both;
}

.browserupgrade {
    padding: 5px 0;
    color: #000;
    text-align: center;
    background: #ccc;
}

[style*='background-image'] {
    background-position: center;
    background-size: cover;
}

.inlineblock-fix {
    font-size: 0;
}

.inlineblock-reset {
    font-size: 1rem;
}

:active {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:first-child {
    margin-top: 0;
}

:last-child {
    margin-bottom: 0;
}

.list--unstyled {
    margin: 0;
    list-style: none;
    vertical-align: middle;
}

.skip-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 0;
    line-height: 32px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    background: rgba(236, 114, 40, .75);
}

.skip-nav:focus {
    height: 32px;
    text-decoration: none;
    outline: 1px dotted #000;
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Forms - $$forms
 * ----------------------------------------------------- *
\* ===================================================== */

legend {
    white-space: normal;
    *margin-left: -7px;
}

label {
    display: block;
    margin: 0 0 4px;
}


textarea,
button,
.button {
    width: 100%;
    height: 42px;
    padding: 0 10px;
    font: inherit;
    color: #555;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
}

input:focus,
textarea:focus,
select:focus {
    border-color: #fe853d;
    outline: 0;
}

input,
textarea {
    -webkit-appearance: none;
}

select {
    padding: 0 0 0 5px;
}

textarea {
    height: 120px;
    padding: 10px;
    vertical-align: top;
    overflow: auto;
    resize: vertical;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'],
.button {
    cursor: pointer;
    *overflow: visible;
    -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input[type='radio'],
input[type='checkbox'] {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 4px 0 0;
    border: none;
}

input[type='radio'] {
    -webkit-appearance: radio;
}

input[type='checkbox'] {
    -webkit-appearance: checkbox;
}

input[type='file'] {
    height: auto;
    height: 32px\9;
    background: none;
    background: #fff\9;
    border: none;
    border: 1px solid #ccc\9;
}

input[type='file']::-ms-value {
    background: #fff;
    border: none;
}

input[type='search'] {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'],
.button,
.order-button > a {
    width: auto;
    height: auto;
    padding: .625em 1.325em;
    line-height: 1.2;
    color: #fff;
    cursor: pointer;
    background: #fe853d;
    border: none;
    border-radius: 3px;
    -webkit-appearance: none;
}

.button,
.order-button > a {
    display: inline-block;
    text-align: center;
}

button:hover,
html input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover,
.button:hover,
.order-button > a:hover {
    text-decoration: none;
    background: #ec7228;
}

button:active,
html input[type='button']:active,
input[type='reset']:active,
input[type='submit']:active,
.button:active {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
}

button[disabled],
html input[disabled] {
    cursor: default;
}

form .list--unstyled li + li {
    margin-top: 12px;
}

.form-field--half,
.form-field--third {
    float: left;
    width: calc(50% - 6.5px);
}

.form-field--third {
    width: calc(33.33333% - 8.33333px);
}


.form-field--half:first-child ~ .form-field--half:nth-child(2),
.form-field--third:first-child ~ .form-field--third:nth-child(2),
.form-field--third:first-child ~ .form-field--third:nth-child(3) {
    margin-top: 0;
}

li:not(.form-field--half) + .form-field--half,
li:not(.form-field--third) + .form-field--third {
    margin-left: 0;
}

.form-field--half + li:not(.form-field--half),
.form-field--third + li:not(.form-field--third) {
    padding-top: 12px;
    margin-top: 0;
    clear: left;
}

@media screen and (max-width: 567px) {
    .form-field--half,
    .form-field--third {
        float: none;
        width: 100%;
    }
    .form-field--half + .form-field--half,
    .form-field--third + .form-field--third {
        margin-left: 0;
    }
    .form-field--half:first-child ~ .form-field--half:nth-child(2),
    .form-field--third:first-child ~ .form-field--third:nth-child(2),
    .form-field--third:first-child ~ .form-field--third:nth-child(3) {
        margin-top: 12px;
    }
}

@media (min-width: 568px) {
    .form-field--half:first-child + .form-field--half,
    .form-field--half + .form-field--half,
    .form-field--third + .form-field--third {
        margin-left: 12px;
    }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Structure - $$structure
 * ----------------------------------------------------- *
\* ===================================================== */

.container {
    max-width: 1200px;
    padding-right: 30px;
    padding-left: 30px;
    margin: 0 auto;
}
.home.container {
    padding-top: 50px;
}

.full-width {
    float: none;
    width: 100%;
    max-width: 54em;
    margin: 0 auto;
}

.form-list {
    max-width: 500px;
    margin: 0;
    list-style: none;
}

.form-list li {
    margin: 10px 0 0;
}

.form-list li:first-child {
    margin: 0;
}

@media screen and (max-width: 1023px) {
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }
}

/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Header - $$header
 * ----------------------------------------------------- *
\* ===================================================== */

.header {
    border-bottom: 4px solid #fe853d;
    margin-bottom: 20px!important;
    min-height:130px;
}

.home .header {
    width: 100%;
    z-index: 11;
    border-bottom: 0;
    position:absolute;
}

.logo {
    float: left;
    width: 45%;
    min-width: 275px;
    max-width: 400px;
    padding: 10px;
}

.header .login-register {
    float: right;
    display: block;
    padding: 10px 0 0;
    font-size: 12px;
    color: #555;
}

.header .login-register a {
  color: #555;
}

.header .login-register-nav {
    display: none;
}

.header .icon-cart {
    margin-right: 10px;
    font-size: 1.25em;
    position: relative;
    top: 2px;
}

.header .order-button a {
    padding: 10px 20px;
    color: #fff;
    border-radius: 3px;
}

.header .order-button > a:hover {
    color: #fff;
}

@media screen and (max-width: 1023px) {
    .logo {
        padding-left: 0;
    }
}

@media screen and (max-width: 860px) {
    .header {
        border-bottom: 0;
    }
    .home .header {
        position: static;
    }
    .header .login-register {
        display: none;
    }
    .logo {
        float: none;
        padding-bottom: 5px;
        display: block;
        margin: 0 auto;
    }
    .header .order-button > a,
    .header .cart > a,
    .header .login-register-nav > a {
        padding: calc(22.5px - .6rem) 15px;
        color: #fff;
        text-align: left;
        background-color: #ec7228;
        border-radius: 0;
    }
    .header .login-register-nav {
        display: block;
    }
    .header .icon-cart {
        display: none;
    }
    .header .cart > a:after {
        content: 'Cart';
        top: 0;
        left: 0;
    }
}

@media screen and (max-width: 567px) {}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Nav - $$nav
 * ----------------------------------------------------- *
\* ===================================================== */
.nav {
    box-shadow: 0px 5px silver;
    }


.nav .container {
    padding: 0;
}

.awiNav__trigger,
.awiNav-wrap .awiNav__close,
.awiNav-wrap .awiNav__togglesub,
.awiNav-cover {
    display: none;
}

.awiNav {
    float: right;
    position: relative;
    z-index: 200;
    padding: 0;
    padding-top: 10px;
    margin: 0;
    font-size: 0;
    list-style: none;
    clear: right;
}

.nav .responsive-only {
    display: none;
}

.awiNav a {
    font-size: 18px;
    color: #555;
}

.awiNav > li:hover > a {
    color: #fe853d;
}

.awiNav.collapsable {
    white-space: nowrap;
}

.awiNav li {
    position: relative;
    margin: 0;
}

.awiNav > li {
    display: inline-block;
    height: 50px;
    font-size: 1rem;
    line-height: 50px;
}

.awiNav a {
    display: block;
    padding: 0 15px;
    white-space: nowrap;
    text-decoration: none;
}

.awiNav ul {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    padding: .5em 0;
    margin: 0;
    line-height: 1;
    list-style: none;
    background: #fe853d;
}

.awiNav > li:last-child ul {
    right: 0;
    left: auto;
}

.awiNav ul ul {
    top: -.5em;
    right: auto;
    left: 100%;
}

.awiNav > li:last-child ul ul {
    right: 100%;
    left: auto;
}

.awiNav ul a {
    padding-top: .5em;
    padding-bottom: .5em;
    color: #fff;
}

.awiNav ul a:hover {
    color: #fff;
    background-color: #ec7228;
}

@media screen and (min-width: 851px) {
    .awiNav li:hover > ul {
        display: block;
    }
}

@media screen and (max-width: 1023px) {
    .awiNav a {
        padding: 0 10px;
        font-size: 16px;
    }
}

@media screen and (max-width: 860px) {
    .nav {
        margin: 0 -20px;
    }
    .awiNav {
        padding: 0;
    }
    .awiNav-cover {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        height: calc(100vh + 200px);
        background: rgba(0, 0, 0, .6);
    }
    .awiNav-cover,
    .awiNav__trigger {
        width: 100%;
        cursor: pointer;
    }
    .awiNav__trigger {
        position: relative;
        display: block;
        height: 50px;
        padding: 0;
        margin: 0;
        line-height: 0;
        background: #fe853d;
        border: 0;
        border-radius: 0;
        outline: 0;
    }
    .awiNav__trigger:hover {
        background: #ec7228;
    }
    .awiNav__trigger:active {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .awiNav__trigger span {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 40px;
        height: 4px;
        margin: -2px 0 0 -20px;
        background: #fff;
        border-radius: 2px / 50%;
        -webkit-box-shadow: 0 -8px 0 #fff, 0 8px 0 #fff;
        box-shadow: 0 -8px 0 #fff, 0 8px 0 #fff;
    }
    .awiNav-wrap {
        position: fixed;
        top: 0;
        left: 100%;
        z-index: 999999;
        width: calc(100% - 45px);
        max-width: 320px;
        height: calc(100vh + 200px);
        padding-bottom: 200px;
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: transform .3s ease-out;
        transition: -webkit-transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out, -webkit-transform .3s ease-out;
        background: #ec7228;
    }
    .awiNav-wrap.nav-shown {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .awiNav-wrap .awiNav__close {
        position: relative;
        display: block;
        width: 100%;
        height: 45px;
        padding-left: 50px;
        font-size: .9rem;
        font-weight: 700;
        text-align: left;
        text-transform: uppercase;
        background: none;
        border-bottom: 1px solid #fff;
        border-radius: 0;
    }
    .awiNav-wrap .awiNav__close:hover,
    .awiNav a:hover {
        background: rgba(255, 255, 255, .1);
    }
    .awiNav a:hover {
        color: #fff;
    }
    .awiNav-wrap .awiNav__close:active {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .awiNav__close span {
        position: absolute;
        top: 10px;
        left: 10px;
        width: 20px;
        height: 3px;
        -webkit-transform: rotate(45deg) translateX(4px);
        -ms-transform: rotate(45deg) translateX(4px);
        transform: rotate(45deg) translateX(4px);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        background: #fff;
        border-radius: 2px;
    }
    .awiNav__close span ~ span {
        -webkit-transform: rotate(-45deg) translateX(-4px);
        -ms-transform: rotate(-45deg) translateX(-4px);
        transform: rotate(-45deg) translateX(-4px);
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center;
    }
    .awiNav {
        width: 100%;
        max-height: calc(100% - 45px);
        text-align: left;
        overflow-y: auto;
    }
    .awiNav.nav-hidden,
    .awiNav .nav-hidden {
        display: none;
    }
    .awiNav.nav-shown,
    .awiNav .nav-shown {
        display: block;
    }
    .nav .icon .nav li {
        display: none;
    }
    .awiNav li,
    .awiNav > li {
        display: block;
        width: 100%;
        height: auto;
        font-size: 0;
        line-height: 1.2;
        border-bottom: 1px dotted rgba(255, 255, 255, .1);
    }
    .awiNav__links {
        position: relative;
    }
    .awiNav a,
    .awiNav ul a {
        display: block;
        width: 100%;
        padding: calc(22.5px - .6rem) 15px;
        font-size: 1rem;
        color: #fff;
        white-space: normal;
    }
    .header .order-button > a {
      display: block;
      width: 100%;
    }
    .awiNav .awiNav__links > a {
        display: inline-block;
        width: calc(100% - 45px);
        vertical-align: middle;
    }
    .awiNav-wrap .awiNav .awiNav__togglesub {
        position: absolute;
        top: 0;
        right: 0;
        display: inline-block;
        width: 45px;
        height: 100%;
        font-size: 0;
        vertical-align: middle;
        text-indent: -9999px;
        background: rgba(255, 255, 255, .1);
    }
    .awiNav-wrap .awiNav__togglesub.nav-hidden {
        display: none;
    }
    .awiNav__togglesub::before {
        content: '';
        position: absolute;
        top: calc(50% - 5px);
        left: calc(50% - 5px);
        width: 0;
        height: 0;
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: transform .3s ease-out;
        transition: -webkit-transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out, -webkit-transform .3s ease-out;
        border-width: 10px 5px 0 5px;
        border-style: solid;
        border-color: #fff transparent transparent transparent;
    }
    .sub-shown > .awiNav__links > .awiNav__togglesub::before {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .awiNav ul {
        position: static;
        padding: 0;
        background: rgba(255, 255, 255, .1);
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .awiNav > li:hover > a {
        color: #fff;
    }
    button,
    html input[type='button'],
    input[type='reset'],
    input[type='submit'],
    .button,
    .order-button > a {
        width: auto;
        height: auto;
        padding: .625em 1.325em;
        line-height: 1.2;
        color: #fff;
        cursor: pointer;
        background: #fe853d;
        border: none;
        border-radius: 3px;
        -webkit-appearance: none;
    }
    .button,
    .order-button > a {
        display: inline-block;
        text-align: center;
    }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Banner - $$banner
 * ----------------------------------------------------- *
\* ===================================================== */

.home .banner {
    position: relative;
    z-index: 1;
    height: 700px;
}

.home2 .banner:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    height: 160px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .8)));
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, .8));
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, .8));
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .8));
}

.home .banner .container {
    display: table;
    width: 100%;
}

.banner-box {
    float: right;
    z-index: 1;
    max-width: 450px;
    padding-top: 170px;
    text-align: right;
}

    .banner-box h2 {
        font-family: Arial;
        font-size: 70px;
        font-weight: 300;
        color:darkblue;
        text-transform: lowercase;
    }

    .banner-box p {
        font-size: 18px;
        font-weight: 600;
        color: darkblue;
        opacity: 1.0;
        background-color: rgba(255,255,255,0.7);
        padding-top: 6px;
        padding-left: 6px;
        padding-bottom: 3px;
        text-align: left;
    }

.banner {
    position: relative;
    height: 400px;
}

@media screen and (max-width: 1023px) {
    .home .banner {
        height: 600px;
    }
    .banner-box {
        max-width: 400px;
    }
    .banner-box h2 {
        font-size: 70px;
    }
    .banner-box p {
        font-size: 18px;
    }
    .banner {
        height: 400px;
    }
}

@media screen and (max-width: 860px) {
    .home .banner {
        height: 300px;
    }
    .banner-box {
        max-width: 300px;
        padding-top: 80px;
    }
    .banner-box h2 {
        font-size: 60px;
    }
    .banner-box p {
        display: none;
    }
    .banner {
        height: 300px;
    }
}

@media screen and (max-width: 567px) {
    .home .banner {
        display: none;
    }
    .banner {
        height: 200px;
    }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Services - $$services
 * ----------------------------------------------------- *
\* ===================================================== */

.services {
    padding-top: 30px;
    padding-bottom: 30px;
}

.services ul {
    margin: 0 -15px;
    list-style: none;
}

.services ul li {
    float: left;
    width: 33.3333%;
    padding: 0 15px;
}

.services h3 {
    margin: 0 0 10px;
}

.services img {
    margin: 0 auto 10px;
}

.services p {
    margin: 0;
}

@media screen and (max-width: 1023px) {
    .services {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .services ul {
        margin: 0 -10px;
    }
    .services ul li {
        padding: 0 10px;
    }
}

@media screen and (max-width: 767px) {
    .services {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .services ul {
        margin: 0;
    }
    .services ul li {
        float: none;
        width: 100%;
        max-width: 400px;
        padding: 0;
        margin: 20px auto 0;
    }
    .services ul li:first-child {
        margin-top: 0;
    }
}

@media screen and (max-width: 567px) {
    .services {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Main - $$main
 * ----------------------------------------------------- *
\* ===================================================== */

main,
section {
    /*    padding-top: 100px; */
    padding-bottom: 100px;
}

article,
aside {
    float: left;
    width: calc(100% - 330px);
}

.home article {
    width: calc(100% - 450px);
    transition: all .2s ease-in-out;
}

.home main {
    background-repeat: no-repeat;
    background-position: calc(50% + 360px) bottom;
    background-size: 580px auto;
}

.testimonial {
    position: relative;
    width: 100%;
    color: #fff;
    text-align: center;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}

.testimonial_save:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(57, 59, 62, .7);
}

.testimonial .single-item {
    margin: 0;
}

.testimonial .container ul{
    list-style-type:none;
}

.testimonial img {
    float: left;
    margin: 10px 0 0 10px;
}

.testimonial blockquote {
    font-size: 26px;
    font-weight: normal;
    line-height: 1.3;
    color: #fff;
    border: none;
}

.testimonial span {
    padding: 0 5px;
}

.testimonial p {
    font-weight: 700;
}

.about {
    text-align: right;
}

.about .left-images {
    float: left;
    width: 460px;
    text-align: center;
}

.about .left-images li {
    padding: 10px 10px 10px 0;
}

.about .right-text {
    float: right;
    width: calc(100% - 460px);
    padding-left: 30px;
}

@media screen and (max-width: 1279px) {
    main,
    section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .home main {
        background-position: calc(50% + 300px) bottom;
    }
}

@media screen and (max-width: 1023px) {
    main,
    section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .testimonial blockquote {
        font-size: 22px;
    }
    .home main {
        background-position: calc(50% + 260px) bottom;
    }
}

@media screen and (max-width: 959px) {
    main,
    section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .home article {
        width: 100%;
    }
    .home main {
        background-image: none !important;
    }
    .about .left-images {
        display: none;
    }
    .about .right-text {
        padding-left: 0;
        float: none;
        width: 100%;
        text-align: left;
    }
}

@media screen and (max-width: 860px) {
    main,
    section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    article {
        float: none;
        width: 100%;
    }
}

@media screen and (max-width: 567px) {
    .testimonial blockquote {
        font-size: 18px;
    }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Menu - $$menu
 * ----------------------------------------------------- *
\* ===================================================== */

.menu {
    font-size: 0;
    border-bottom: 4px solid #fe853d;
}

.menu > a {
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 25%;
    padding-bottom: 25%;
    font-size: 1rem;
}

.menu > a:hover .menu__item {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

#home_menu_content {

	position: absolute;
    width: 100%;
    height: 100%;
    padding: 15px;
    text-align: center;
    color: white;
    opacity: 0;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    z-index:99;
    background: #EC742B;
    margin-top:10px;
    }


#home_menu_content:hover{
  opacity: 1.0;
}

.menu__item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-position: center;
    background-size: cover;
    transition: all .3s ease-in-out;
}

.menu__item:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: .25;
    background: #000;
    transition: all .3s ease-in-out;
}

.menu > a:hover .menu__item:after {
    opacity: .5;
}

.menu__item h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 11;
    font-family: 'Arial';
    font-size: 36px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-transform: lowercase;
 }

.menu__item h2 span {
    display: block;
    font-size: 1.5em;
    font-weight: 300;
}

@media screen and (max-width: 767px) {
    .menu > a {
        width: 50%;
        padding-bottom: 50%;
    }
    .menu__item h2 {
        font-size: 32px;
    }
}

@media screen and (max-width: 567px) {
    .menu__item h2 {
        font-size: 24px;
    }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Sidebar - $$sidebar
 * ----------------------------------------------------- *
\* ===================================================== */

aside {
    width: 330px;
    padding: 0 0 0 30px;
}

.sidebar {
    margin-bottom: 30px;
}

.sidebar--dynamic {
    padding-left: 20px;
    border-left: 8px solid #ec7228;
}

.sidebar--dynamic ul {
    margin-left: 0;
    list-style: none;
}

.sidebar--dynamic > ul > li {
    margin: 0 0 30px;
}

.sidebar--dynamic ul ul li {
    margin: 0 0 10px;
    line-height: 1.2;
}

.sidebar--dynamic li:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 860px) {
    aside {
        float: none;
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Footer - $$footer
 * ----------------------------------------------------- *
\* ===================================================== */

.footer {
    padding: 40px 0;
    background: #fff;
    border-top: 4px solid #fe853d;
}

.footer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.footer-wrap .col {
    float: left;
    width: 25%;
}

.footer .links {
    margin: 0;
    list-style: none;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
}

.footer .links li {
    line-height: 1.2;
}

.footer .links a {
    font-size: 12px;
    color: #555;
}

.social-media {
    text-align: center;
    font-size: 0;
}

.social-media li {
    font-size: 1rem;
    display: inline-block;
}

.social-media li:nth-child(n+2) {
    margin-left: 5px;
}

.social-media a {
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 5px;
    background-color: #888;
    border-radius: 50%;
    fill: #fff;
}

.social-media a:hover {
    background-color: #aaa;
}

.social-media svg {
    display: block;
    width: 100%;
    height: 100%;
}

.footer .social-media li {
    display: inline-block;
}

.footer address {
    font-size: 12px;
    font-style: normal;
    text-align: right;
}

.footer address strong,
.footer address a {
    display: block;
}

.footer address a {
    color: #555;
}

.footer address a[href^=tel] {
    margin-top: 15px;
    font-weight: bold;
}

.footer address a:hover {
    text-decoration: underline;
}

.copyright {
    padding: 10px 0;
    margin: 0;
    font-size: 0;
    color: #fff;
    text-align: center;
    list-style: none;
    background: #333;
}

.copyright li {
    display: inline-block;
    padding: 0 6px;
    font-size: .625rem;
    line-height: 1;
    border-left: 1px solid #fff;
}

.copyright li:first-child {
    border: none;
}

.copyright a {
    color: #fff;
}

@media screen and (max-width: 1023px) {
    .footer {
        padding: 30px 0;
    }
    .footer-wrap .col:nth-child(3) {
        display: none;
    }
    .footer-wrap .col {
        width: 25%;
    }
    .footer-wrap .col:first-child {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .footer-wrap .col:first-child {
        display: none;
    }
    .footer-wrap {
        display: block;
    }
    .footer-wrap .col {
        float: none;
        width: 100%;
    }
    .footer address {
        text-align: center;
    }
    .copyright li {
        display: block;
        padding: 0;
        line-height: 1.2;
        border: none;
    }
}

@media screen and (max-width: 1023px) {
    .footer {
        padding: 20px 0;
    }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  WPCF7 - $$wpcf7
 * ----------------------------------------------------- *
\* ===================================================== */

.wpcf7-form.sent * {
    display: none;
}

.wpcf7-response-output {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 80%;
    line-height: 1.2;
}

.wpcf7-mail-sent-ok {
    padding: 4px 6px !important;
    color: #318a1c;
    background: #d2f7ad;
    border: 1px solid #aedb2e !important;
}

.wpcf7-validation-errors {
    color: #f00;
    border: none !important;
}

.wpcf7-not-valid-tip {
    top: 0 !important;
    left: auto !important;
    width: auto !important;
    padding: 0 !important;
    font-size: 80% !important;
    background: none !important;
    border: none !important;
}

.wpcf7-captchac {
    display: inline-block;
    vertical-align: text-bottom;
}

span.wpcf7-form-control-wrap {
    position: static !important;
    width: 100%;
}

input.wpcf7-not-valid,
textarea.wpcf7-not-valid,
select.wpcf7-not-valid {
    background: #f6c1c1;
    border: 1px solid #f00;
}

div.wpcf7 img.ajax-loader {
    position: absolute;
    display: inline-block;
}

span.wpcf7-list-item {
    margin: 0 !important;
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Jetpack - $$jetpack
 * ----------------------------------------------------- *
\* ===================================================== */

.jetpack_subscription_widget form,
.jetpack_subscription_widget label[for='subscribe-field'] {
    margin: 0;
}

.jetpack_subscription_widget label[for='email'],
#subscribe-text {
    display: none;
}

#subscribe-email {
    margin: 0 0 10px;
}

#subscribe-submit {
    margin: 0;
}

#subscribe-email input {
    width: 100% !important;
}

div.success p {
    margin: 0 0 10px;
    font-size: 1rem;
    line-height: 1.2;
}

div.sharedaddy div.sd-block {
    padding: 0 !important;
    margin: 0 0 15px !important;
    border: none !important;
}

div.sharedaddy .sd-content {
    width: 100% !important;
    margin: 0 !important;
}

.widget_rss_links p {
    margin: 0;
    text-align: center;
}

.widget_rss_links img {
    display: inline;
    margin-right: 5px;
    vertical-align: middle;
}

#wpstats,
.home div.sharedaddy,
.archive div.sharedaddy,
.search div.sharedaddy {
    display: none;
}

.comment-subscription-form {
    margin: 0;
}

.embed-youtube,
.embed-vimeo {
    position: relative;
    max-width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.embed-youtube iframe,
.embed-vimeo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Signup Form - $$signup-form
 * ----------------------------------------------------- *
\* ===================================================== */

.signup-form,
.parent-login-form {
  margin-top: 40px;
}

h1 + .signup-form,
h1 + .parent-login-form {
  margin-top: 60px;
}

.parent-login-form {
  margin-bottom: 30px;
}

.signup-form legend {
  font-size: .75em;
  font-weight: 700;
  text-transform: uppercase;
}

.signup-form__remove-student {
  padding: 3px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: .75;
  color: inherit;
  vertical-align: -6%;
  background: transparent;
}

.signup-form__remove-student:focus {
  outline: 0;
}

.signup-form__remove-student:hover {
  color: #E3193F;
  background: transparent;
}

.signup-form__hint {
  font-size: .8em;
}

.signup-form__optional {
  font-size: .8em;
  font-style: italic;
  opacity: .65;
}

.signup-form__add-student {
  margin-top: 12px;
  color: #fe853d;
  background: transparent;
  border: 2px solid #fe853d;
}

.signup-form__add-student:hover {
  color: #fff;
  background: #fe853d;
}

.signup-form__zip {
  -moz-appearance: textfield;
}

.signup-form__zip::-webkit-outer-spin-button,
.signup-form__zip::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.signup-form [type='submit'] {
  font-size: 1.2em;
}

.signup-form__student-teacher {
  position: relative;
}

.signup-form__loading {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .6);
}

.loading .signup-form__loading {
  display: block;
}

.signup-form__loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
}

.signup-form__error,
.signup-form__taken-error {
  display: none;
  color: #E3193F;
  font-size: .8em;
  font-weight: 700;
}

.signup-form__error:not(:last-child),
.signupform__taken-error:not(:last-child) {
  margin-bottom: 10px;
}

.signup-form.error > .signup-form__error,
.signup-form li.error > .signup-form__error,
.signup-form li.taken-error > .signup-form__taken-error,
.page-template-parent-settings li.error > .signup-form__error,
.page-template-parent-account-balance li.error > .signup-form__error {
  display: block;
}

.signup-form li.error > label,
.page-template-parent-settings li.error > label,
.signup-form li.taken-error {
  color: #E3193F;
}

.billing-address {
  margin-top: 10px;
  display: none;
}

.billing-address.show {
  display: block;
}

.parent-login-form ~ hr {
  margin: 20px 0;
}

.recover-form {
  font-size: 0;
  max-width: 30rem;
  margin-bottom: 10px;
}

.recover-form input {
  display: inline-block;
  vertical-align: middle;
  width: calc((100% - 2em) / 3 - 5%);
  font-size: 1rem;
}

.recover-form input[maxlength="4"] {
  width: calc((100% - 2em) / 3 + 10%);
}

.phone-dash {
  display: inline-block;
  vertical-align: middle;
  width: .6rem;
  margin: 0 .2rem;
  border: 1px solid;
}

.signup-form input[disabled] {
  opacity: .6;
}



/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Dashboard - $$dashboard
 * ----------------------------------------------------- *
\* ===================================================== */

.dash-cal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, .3);
}

.dash-cal-overlay p {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  color: #000;
  font-weight: 700;
}

.dash-cal-overlay a {
  color: #fff;
  }

.header--dashboard ~ main {
  padding: 30px 0;
}

.dashboard-main {
    padding-top:20px;
}
.dashboard-main.dashboard-main {
    padding-bottom: 0;
}

.header--dashboard ~ main h1 {
  text-align: center;
}

.dashboard-main .full-width {
    max-width: 100%;
    text-align: center;
}

.dashboard__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  margin-top: 30px;
  background: #F8F8F8;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1), inset 0 5px 15px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1), inset 0 5px 15px rgba(0, 0, 0, .1);
}

.dashboard__grid.dashboard__grid--sched {
  display: block;
  padding-left: 0;
  padding-right: 0;
}

.dashboard_students_col {
    width: 100%;
}

.dashboard_schedule_col {
    float: right;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 20px;
}

.dashboard_cart_col {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 20px;
}

@media (min-width:568px) {
    .dashboard-main {
        padding-top: 30px;
    }
}
@media (min-width:992px) {
    .dashboard_students_col {
        float: left;
        width: 20%;
    }

    .dashboard_schedule_col {
        float: right;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 60%;
        margin-top: 0;
        padding: 0 0 0 30px;
    }

    .dashboard_cart_col {
        width: 20%;
        float: right;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 0;
    }
}

@media (min-width:1251px) {
    .dashboard_cart_col {
        padding-left: 30px;
    }
}

.flexbox .dashboard__grid-col:nth-child(3),
.flexboxlegacy .dashboard__grid-col:nth-child(3),
.flexboxtweener .dashboard__grid-col:nth-child(3) {
  padding-left: 0;
}

.flexbox .dashboard__grid-col:nth-child(1),
.flexboxlegacy .dashboard__grid-col:nth-child(1),
.flexboxtweener .dashboard__grid-col:nth-child(1) {
  padding: 0 30px;
}

.dashboard__sched-col {
  float: left;
  width: 20%;
}

.dashboard__sched-col:nth-child(1) {
  width: 80%;
  padding-right: 30px;
}

.dashboard__grid-block {
  padding: 15px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 5px 20px rgba(0, 0, 0, .1);
}

.dashboard__grid-block + .dashboard__grid-block {
  margin-top: 30px;
}

.dashboard__students > ul > li + li {
  margin-top: 20px;
}

.dashboard__students h3 {
  margin: 0 0 10px;
}

.dashboard__students h3 span {
  color: #555;
}

.dashboard__students h3::before {
  content: '';
  display: inline-block;
  width: .5em;
  height: .5em;
  margin-right: .5em;
  vertical-align: 8%;
  background: currentColor;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

.dashboard__students ul ul {
  margin-left: 1.5rem;
  font-size: .8em;
}

.dashboard__schedule-btn .button {
  display: block;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  font-size: 1.4em;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, .3), 0 1px 1px rgba(255, 255, 255, .2);
  background-color: #9bae18;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffbe6e), color-stop(30%, #fe853d), to(#d82800));
  background-image: -webkit-gradient(linear,left top, left bottom,color-stop(0, #dcde3d),color-stop(30%, #9bae18),to(#697501));
  background-image: -webkit-linear-gradient(#dcde3d 0,#9bae18 30%,#697501 100%);
  background-image: -o-linear-gradient(#dcde3d 0,#9bae18 30%,#697501 100%);
  background-image: linear-gradient(#dcde3d 0,#9bae18 30%,#697501 100%);
  -webkit-transition: -webkit-transform .15s ease-out, -webkit-box-shadow .2s ease-out;
  transition: -webkit-transform .15s ease-out, -webkit-box-shadow .2s ease-out;
  -o-transition: transform .15s ease-out, box-shadow .2s ease-out;
  transition: transform .15s ease-out, box-shadow .2s ease-out;
  transition: transform .15s ease-out, box-shadow .2s ease-out, -webkit-transform .15s ease-out, -webkit-box-shadow .2s ease-out;
}

.dashboard__schedule-btn .button:focus {
  outline: 0;
}

.dashboard__schedule-btn .button:hover {
  background-color: #778804;
  -webkit-transform: translateY(-2px) scale(1.02);
      -ms-transform: translateY(-2px) scale(1.02);
          transform: translateY(-2px) scale(1.02);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .15), 0 5px 12px rgba(0, 0, 0, .15);
          box-shadow: 0 1px 5px rgba(0, 0, 0, .15), 0 5px 12px rgba(0, 0, 0, .15);
}

.dashboard__balance h2 {
  font-size: 4.6vw;
  line-height: 1;
}

.dashboard__grid--sched .dashboard__balance h2 {
  font-size: 3.4em;
}

.dashboard__balance h2.low {
  color: #de0d32;
}

.dashboard__balance-label {
  display: block;
  margin-bottom: 10px;
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #555;
}

.dashboard__balance-unit {
  font-size: .6em;
}

.dashboard__balance-auto {
  font-size: .85em;
}

.dashboard__recent-transactions {
  text-align: center;
}

.dashboard__recent-transactions h2 {
  margin-bottom: 15px;
  font-size: .75em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
}

.dashboard__recent-transactions ul {
  text-align: left;
  margin-bottom: 15px;
}

.dashboard__recent-transactions li {
  position: relative;
  margin: 0;
}

.dashboard__recent-transactions li:hover {
  z-index: 1;
}

.dashboard__recent-transactions li:not(.recent-transactions__empty) a {
  display: block;
  padding: 10px 15px;
  margin: -1px -15px 0;
  color: inherit;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #ccc;
}

.dashboard__recent-transactions li:not(.recent-transactions__empty) a:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, .05);
  border-color: #000;
}

.dashboard__recent-transactions p {
  font-size: .75em;
  font-style: italic;
}

.dashboard__recent-transactions p::after {
  content: '';
  display: table;
  clear: both;
}

.transaction__description {
  float: left;
  width: calc(100% - 4.2rem - 5px);
  margin-top: .1666em;
}

.transaction__amount {
  float: right;
  width: 3.2em;
  font-style: normal;
  font-size: 1.3333em;
  text-align: right;
}

.transaction--debit .transaction__amount,
.order-history--debit {
  color: #de0d32;
}

.transaction--credit .transaction__amount,
.order-history--credit {
  color: #1CD529;
}

@media screen and (max-width: 1250px) {
  .dashboard__grid {
    display: block;
  }

  .dashboard__grid-col {
    float: none;
    width: 230px;
  }

  .dashboard__grid-col:nth-child(3) {
    float: none;
    margin-top: 30px;
  }

  .dashboard__grid-col:nth-child(1) {
    float: right;
    width: calc(100% - 231px);
    padding-right: 0;
  }

  .flexbox .dashboard__grid-col:nth-child(1),
  .flexboxlegacy .dashboard__grid-col:nth-child(1),
  .flexboxtweener .dashboard__grid-col:nth-child(1) {
    padding: 0 0 0 30px;
  }

  .flexbox .dashboard__grid-col:nth-child(3),
  .flexboxlegacy .dashboard__grid-col:nth-child(3),
  .flexboxtweener .dashboard__grid-col:nth-child(3) {
    padding: 0;
  }

  .dashboard__balance h2 {
    font-size: 3.5em;
  }
}

@media screen and (max-width: 1023px) {
  .dashboard__grid {
    padding: 20px;
  }

  .dashboard__grid-col:nth-child(1),
  .flexbox .dashboard__grid-col:nth-child(1),
  .flexboxlegacy .dashboard__grid-col:nth-child(1),
  .flexboxtweener .dashboard__grid-col:nth-child(1) {
    padding: 0 0 0 20px;
  }

  .dashboard__grid-col:nth-child(3),
  .dashboard__grid-block + .dashboard__grid-block {
    margin-top: 20px;
  }
}

@media screen and (max-width: 900px) {
  .dashboard__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .dashboard__grid-col:nth-child(1) {
    float: none;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .dashboard__grid-col:nth-child(1),
  .flexbox .dashboard__grid-col:nth-child(1),
  .flexboxlegacy .dashboard__grid-col:nth-child(1),
  .flexboxtweener .dashboard__grid-col:nth-child(1) {
    padding: 0;
  }

  .dashboard__grid-col:nth-child(2),
  .dashboard__grid-col:nth-child(3) {
    float: left;
    width: 50%;
    margin-top: 20px;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .dashboard__grid-col:nth-child(2),
  .flexwrap .dashboard__grid-col:nth-child(2),
  .dashboard__grid-col:nth-child(3),
  .flexwrap .dashboard__grid-col:nth-child(3) {
    margin: 0 0 20px;
  }

  .dashboard__grid-col:nth-child(2) {
    padding-right: 10px;
  }

  .dashboard__grid-col:nth-child(3),
  .flexbox .dashboard__grid-col:nth-child(3),
  .flexboxlegacy .dashboard__grid-col:nth-child(3),
  .flexboxtweener .dashboard__grid-col:nth-child(3) {
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .dashboard__grid {
    padding: 20px 10px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 567px) {
  .header--dashboard ~ main {
    padding: 20px 0;
  }

  .dashboard__grid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }

  .dashboard__grid-col,
  .dashboard__grid-col:nth-child(n) {
    float: none;
    width: 100%;
    margin: 0;
  }

  .dashboard__grid-col:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .dashboard__grid-col:nth-child(n),
  .flexbox .dashboard__grid-col:nth-child(n),
  .flexboxlegacy .dashboard__grid-col:nth-child(n),
  .flexboxtweener .dashboard__grid-col:nth-child(n) {
    padding: 0;
  }

  .dashboard__grid-col + .dashboard__grid-col,
  .dashboard__grid-col:nth-child(3),
  .flexwrap .dashboard__grid-col:nth-child(3) {
    margin-top: 20px;
  }

  .dashboard__grid-block {
    padding: 10px;
  }

  .dashboard__grid-col:nth-child(3),
  .flexwrap .dashboard__grid-col:nth-child(3) {
    margin-bottom: 0;
  }

  .dashboard__recent-transactions li:not(.recent-transactions__empty) a {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media screen and (max-width: 460px) {
  .dashboard__calendar {
    padding: 0;
    margin: 0 -10px;
  }

  .dashboard__calendar > a {
    margin: 10px 0;
  }
}



/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Dashboard Calendar - $$dashboard-calendar $$curr-sched__cal
 * ----------------------------------------------------- *
\* ===================================================== */

.curr-sched__cal {
  width: 100%;
  margin: 0;
  table-layout: fixed;
  border-collapse: collapse;
  background: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, .1), 0px 8px 20px rgba(0, 0, 0, .1);
}

.curr-sched__cal thead {
  border: 1px solid #efefef;
}

.curr-sched__cal thead th {
  text-align: center;
}

.curr-sched__cal thead tr:first-child th:first-child {
  text-align: left;
}

.curr-sched__cal thead tr:first-child th:last-child {
  text-align: right;
}

.curr-sched__prev,
.curr-sched__next {
  background: none;
  color: #fff;
  border: 0;
  border-radius: 4px;
  font-weight: 400;
  font-size: .8em;
  cursor: pointer;
  padding: .5em;
  white-space: nowrap;
}

.curr-sched__prev:focus,
.curr-sched__next:focus {
  background: #95B000;
  outline: 0;
}

.curr-sched__prev:hover,
.curr-sched__next:hover {
  background: #688E02;
}

.curr-sched__prev:active,
.curr-sched__next:active {
  background: #7BA50B;
}

.curr-sched__cal th,
.curr-sched__cal td {
  padding: 5px;
}

.curr-sched__cal td {
  font-size: 0;
  vertical-align: top;
  border: 1px solid #efefef;
}

.curr-sched__cal td > * {
  font-size: 1rem;
}

.curr-sched__cal td::after {
  content: '';
  display: table;
  clear: both;
}

.curr-sched__cal th input,
.curr-sched__cal th select {
  vertical-align: middle;
}

.curr-sched__cal th select {
  width: auto;
  height: 36px;
}

.curr-sched__cal th input {
  width: calc(5ch + 30px);
  height: 36px;
}

.curr-sched__cal thead tr {
  background: #a2bf02;
  border-top: 2px solid #a2bf02;
  border-right: 10px solid #a2bf02;
  border-left: 10px solid #a2bf02;
}

.curr-sched__cal thead tr:last-child {
  color: #fff;
  background: #688E02;
  border: 10px solid #688E02;
  border-bottom: 0;
  border-top: 0;
}

.curr-sched__cal tbody {
  border: 10px solid #fff;
  border-top: 2px solid #688E02;
}

.curr-sched__cal-date {
 /*  float: left;
 width: calc(1.15em + 5px); */
  font-size: 1rem;
  font-weight: 700;
  display:block;
}

.curr-sched__cal-date--disabled {
  color: #DFDFDF;
}

.curr-sched__cal-menus-wrap {
  float: left;
/*  width: calc(100% - 1.15em);
  padding: 5px;
  margin: -5px;
  margin-left: 0;
   border-left: 1px dotted #E5E5E5; */
  overflow: hidden;
}

.select-over-bottom {
  box-shadow: inset 0 -15px 15px -15px rgba(0, 0, 0, .5);
}

.select-over-top {
  box-shadow: inset 0 15px 15px -15px rgba(0, 0, 0, .5);
}

.select-over-top.select-over-bottom {
  box-shadow: inset 0 -15px 15px -15px rgba(0, 0, 0, .5), inset 0 15px 15px -15px rgba(0, 0, 0, .5);
}

.curr-sched__cal-menus {
  position: relative;
  height: 100px;
  padding-right: 5px;
  margin: 0;
  overflow-y: scroll;
}

.curr-sched__cal-menus li {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 4px;
  /*padding: 3px; */
  font-weight: 600;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.curr-sched__cal-menus li.fade {
  opacity: .5;
  -webkit-filter: saturate(.5) brightness(1.1);
          filter: saturate(.5) brightness(1.1);
}

.curr-sched__cal-menus li.highlight {
  box-shadow: 0 1px 3px rgba(0, 0, 0, .3), 0 4px 8px rgba(0, 0, 0, .1);
}

.curr-sched__cal-menus li:last-child {
  margin-bottom: 0;
}

.date-tooltip {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 250px;
  padding: 15px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .2), 0 6px 18px rgba(0, 0, 0, .15);
  margin-top: -6px;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

.date-tooltip.first-child,
.date-tooltip.last-child {
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
}

.date-tooltip.last-child {
  left: auto;
}

.date-tooltip.first-child {
  right: auto;
}

.date-tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #ffffff transparent transparent transparent;
}

.date-tooltip.first-child::after {
  left: 8px;
  margin-left: 0;
}

.date-tooltip.last-child::after {
  left: auto;
  right: 8px;
  margin-left: 0;
}

.date-tooltip ul {
  margin-left: 25px;
}

.dashboard__calendar {
  text-align: center;
}

.dashboard__calendar > * {
  text-align: left;
}

.dashboard__calendar > a {
  display: inline-block;
  margin-top: 10px;
}

@media screen and (max-width: 1023px) {
  .curr-sched__cal th[data-short] {
    font-size: 0;
  }

  .curr-sched__cal th[data-short]::before {
    content: attr(data-short);
    font-size: 1rem;
  }

  .curr-sched__cal td > * {
    font-size: .8rem;
  }
}

@media screen and (max-width: 800px) {
  .curr-sched__cal-menus li {
    font-size: 0;
    height: 12px;
  }

  .curr-sched__cal-menus li + li {
    margin-top: 3px;
  }
}

@media screen and (max-width: 767px) {
  .curr-sched__cal-menus {
    height: 80px;
  }
}

@media screen and (max-width: 567px) {
  .curr-sched__cal th select,
  .curr-sched__cal th input {
    font-size: .8em;
  }

  .curr-sched__cal th[data-shorter]::before {
    content: attr(data-shorter);
    font-size: 1rem;
  }

  .curr-sched__cal td > * {
    font-size: .6rem;
  }

  .curr-sched__cal-menus {
    height: 60px;
  }
}

@media screen and (max-width: 500px) {
  .curr-sched__cal thead tr:first-child th:nth-child(1),
  .curr-sched__cal thead tr:first-child th:nth-child(3) {
    display: none;
  }

  .curr-sched__cal-date {
    float: none;
    width: 100%;
  }

  .curr-sched__cal-menus-wrap {
    float: none;
    width: 100%;
    margin-top: 0;
    border-top: 1px dotted #e5e5e5;
    border-left: 0;
  }

  .curr-sched__cal-menus {
    margin: 0 !important;
    padding-right: 0;
  }
}

@media screen and (max-width: 420px) {
  .curr-sched__cal-menus {
    height: 40px;
  }

  .dashboard__calendar {
    overflow: hidden;
    border-radius: 0;
  }

  .curr-sched__cal {
    margin-right: -1px;
    width: calc(100% + 1px);
  }

  .curr-sched__cal thead {
    border: 0;
  }

  .curr-sched__cal thead tr,
  .curr-sched__cal thead tr:last-child {
    border: 0;
  }

  .curr-sched__cal thead th {
    border: 1px solid transparent;
  }

  .curr-sched__cal tbody {
    border: 0;
  }

  .date-tooltip {
    width: 200px;
  }
}



/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Parent Settings - $$parent-settings
 * ----------------------------------------------------- *
\* ===================================================== */

.parent-settings {
  margin-top: 30px;
}

.parent-settings > li + li {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}

.cc-form__break.cc-form__break.cc-form__break {
  margin-left: 0;
}

.settings-form__success {
  margin-top: 30px;
  padding: 10px;
  color: #fff;
  background: #0FD33D;
  border-radius: 4px
}

.settings-form__error {
  margin-top: 30px;
  padding: 10px;
  color: #fff;
  background: #D30F21;
  border-radius: 4px
}

.settings-form__error a,
.settings-form__success a {
  color: inherit;
  text-decoration: underline;
}


.parent-settings input[disabled] {
  opacity: .5;
}

.parent-settings .students-form h3 {
  margin-top: 30px;
  margin-bottom: 10px;
}

.settings__new-cc {
  display: none;
}

@media screen and (max-width: 440px) {
  .billing-form .card-wrapper {
    position: relative;
    height: 200px;
  }

  .billing-form .card-wrapper .jp-card-container {
    position: absolute;
    top: 0;
    right: 50%;
    min-width: 315px;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }
}



/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Schedule Lunches - $$schedule-lunches
 * ----------------------------------------------------- *
\* ===================================================== */

.cart-jump {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35px;
  z-index: 10;
  color: #fff;
  text-align: center;
  line-height: 35px;
  background: rgba(220,104,10,.8);
}

.top-jump {
  position: fixed;
  left: 10px;
  bottom: 10px;
  text-align: center;
  color: #000;
  font-size: .8em;
  z-index: 10;
}

.top-jump::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 0 .5em 1em .5em;
  border-color: transparent transparent currentColor transparent;
}

.top-jump:hover {
  text-decoration: none;
  color: #ec7228;
}

.cart-jump:hover {
  text-decoration: none;
  background: rgba(220,104,10,1);
}

.sched__header {
  position: relative;
  height: 50px;
  overflow: hidden;
}

.sched__tabs {
  font-size: 0;
  white-space: nowrap;
  padding-bottom: 10px;
  overflow-x: auto;
  overflow-y: hidden;
}

.sched__tabs li {
  display: inline-block;
  font-size: 1rem;
}

.sched__menu-active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 10px solid;
}

.sched__tabs li + li {
  margin-left: 2px;
}

.sched__tabs a {
  display: inline-block;
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
  border-radius: 6px 6px 0 0;
  color: #fff;
}

.sched__tabs a:hover,
.sched__tabs a:focus {
  text-decoration: none;
}

.sched__tabs > :not(.sched__menu-active) a:hover {
  box-shadow: inset 0 -4px 4px -4px rgba(0, 0, 0, .15), inset 0 -20px 20px -20px rgba(0, 0, 0, .15);
}

.sched__menu {
  display: none;
  padding: 20px;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 6px 18px rgba(0, 0, 0, .1);
}

.sched__menu.active {
  display: block;
}

.sched__menu-subtitle {
  margin-top: -15px;
}

.sched__menu-day {
  position: relative;
}

.sched__menu-day + .sched__menu-day {
  margin-top: 30px;
}

.sched__menu-day > h4 {
  position: relative;
  z-index: 5;
}

.sched__menu-day-disabled {
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 4;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background: rgba(255, 255, 255, .8);
  border: 1px solid #3E3E3E;
  border-radius: 6px;
}

.sched__menu-day-disabled span {
  position: absolute;
  bottom: 50%;
  right: 50%;
  width: calc(100% - 20px);
  max-width: 360px;
  -webkit-transform: translate(50%, 50%);
      -ms-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}

.sched__menu-options {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.sched__menu-meal + .sched__menu-meal {
  margin-top: 2px;
  padding-top: 2px;
  border-top: 1px dotted #DCDCDC;
}

.sched__menu-alacarte-title {
  padding-top: 10px;
  margin-top: 10px;
  margin-bottom: 5px;
  font-style: italic;
  font-weight: 700;
  border-top: 1px solid #ccc;
}

.sched__menu-meal label,
.sched__menu-alacarte-item label {
  position: relative;
  z-index: 2;
  padding: 5px;
  cursor: pointer;
  line-height: 1.2;
}

.sched__menu-meal label::after,
.sched__menu-alacarte-item label::after {
  content: '';
  display: table;
  clear: both;
}

.sched__menu-meal [type='checkbox'],
.sched__menu-alacarte-item [type='checkbox'] {
  display: none;
}

.sched__menu-checkbox {
  position: relative;
  top: .05em;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 3px;
  vertical-align: top;
  border-radius: 3px;
  border: 1px solid #ccc;
  -webkit-transition: -webkit-transform .15s ease-out;
  transition: -webkit-transform .15s ease-out;
  -o-transition: transform .15s ease-out;
  transition: transform .15s ease-out;
  transition: transform .15s ease-out, -webkit-transform .15s ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.sched__menu-checkbox::before {
  content: '\2714';
  position: absolute;
  bottom: .02em;
  left: .05em;
  font-size: 1.3em;
  line-height: 1;
  -webkit-transition: -webkit-transform .1s cubic-bezier(0.760, 0.005, 0.340, 1.265);
  transition: -webkit-transform .1s cubic-bezier(0.760, 0.005, 0.340, 1.265);
  -o-transition: transform .1s cubic-bezier(0.760, 0.005, 0.340, 1.265);
  transition: transform .1s cubic-bezier(0.760, 0.005, 0.340, 1.265);
  transition: transform .1s cubic-bezier(0.760, 0.005, 0.340, 1.265), -webkit-transform .1s cubic-bezier(0.760, 0.005, 0.340, 1.265);
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
  color: #00B745;
}

label:hover .sched__menu-checkbox {
  -webkit-animation: growAndShake 1.25s linear;
          animation: growAndShake 1.25s linear;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes growAndShake {
  0% {-webkit-transform: none;transform: none; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in;}
  56% {-webkit-transform: translateY(-1px) scale(1.11);transform: translateY(-1px) scale(1.12); -webkit-animation-timing-function: linear; animation-timing-function: linear;}
  60% {-webkit-transform: translateY(-1px) scale(1.12) rotate(3deg);transform: translateY(-1px) scale(1.12) rotate(3deg); -webkit-animation-timing-function: linear; animation-timing-function: linear;}
  64% {-webkit-transform: translateY(-1px) scale(1.13) rotate(-3deg);transform: translateY(-1px) scale(1.13) rotate(-3deg); -webkit-animation-timing-function: linear; animation-timing-function: linear;}
  68% {-webkit-transform: translateY(-1px) scale(1.14) rotate(5deg);transform: translateY(-1px) scale(1.14) rotate(5deg); -webkit-animation-timing-function: linear; animation-timing-function: linear;}
  72% {-webkit-transform: translateY(-1px) scale(1.15) rotate(-5deg);transform: translateY(-1px) scale(1.15) rotate(-5deg); -webkit-animation-timing-function: linear; animation-timing-function: linear;}
  76% {-webkit-transform: translateY(-1px) scale(1.16) rotate(7deg);transform: translateY(-1px) scale(1.16) rotate(7deg); -webkit-animation-timing-function: linear; animation-timing-function: linear;}
  80% {-webkit-transform: translateY(-1px) scale(1.17) rotate(-7deg);transform: translateY(-1px) scale(1.17) rotate(-7deg); -webkit-animation-timing-function: linear; animation-timing-function: linear;}
  84% {-webkit-transform: translateY(-1px) scale(1.18) rotate(9deg);transform: translateY(-1px) scale(1.18) rotate(9deg); -webkit-animation-timing-function: linear; animation-timing-function: linear;}
  88% {-webkit-transform: translateY(-1px) scale(1.19) rotate(-9deg);transform: translateY(-1px) scale(1.19) rotate(-9deg); -webkit-animation-timing-function: linear; animation-timing-function: linear;}
  100% {-webkit-transform: none;transform: none; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out;}
}

@keyframes growAndShake {
  0% {-webkit-transform: none;transform: none; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in;}
  56% {-webkit-transform: translateY(-1px) scale(1.12);transform: translateY(-1px) scale(1.12); -webkit-animation-timing-function: linear; animation-timing-function: linear;}
  60% {-webkit-transform: translateY(-1px) scale(1.12) rotate(3deg);transform: translateY(-1px) scale(1.12) rotate(3deg); -webkit-animation-timing-function: linear; animation-timing-function: linear;}
  64% {-webkit-transform: translateY(-1px) scale(1.13) rotate(-3deg);transform: translateY(-1px) scale(1.13) rotate(-3deg); -webkit-animation-timing-function: linear; animation-timing-function: linear;}
  68% {-webkit-transform: translateY(-1px) scale(1.14) rotate(5deg);transform: translateY(-1px) scale(1.14) rotate(5deg); -webkit-animation-timing-function: linear; animation-timing-function: linear;}
  72% {-webkit-transform: translateY(-1px) scale(1.15) rotate(-5deg);transform: translateY(-1px) scale(1.15) rotate(-5deg); -webkit-animation-timing-function: linear; animation-timing-function: linear;}
  76% {-webkit-transform: translateY(-1px) scale(1.16) rotate(7deg);transform: translateY(-1px) scale(1.16) rotate(7deg); -webkit-animation-timing-function: linear; animation-timing-function: linear;}
  80% {-webkit-transform: translateY(-1px) scale(1.17) rotate(-7deg);transform: translateY(-1px) scale(1.17) rotate(-7deg); -webkit-animation-timing-function: linear; animation-timing-function: linear;}
  84% {-webkit-transform: translateY(-1px) scale(1.18) rotate(9deg);transform: translateY(-1px) scale(1.18) rotate(9deg); -webkit-animation-timing-function: linear; animation-timing-function: linear;}
  88% {-webkit-transform: translateY(-1px) scale(1.19) rotate(-9deg);transform: translateY(-1px) scale(1.19) rotate(-9deg); -webkit-animation-timing-function: linear; animation-timing-function: linear;}
  100% {-webkit-transform: none;transform: none; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out;}
}

[type='checkbox']:checked ~ .sched__menu-checkbox {
  -webkit-animation: none;
          animation: none;
}

[type='checkbox']:checked ~ .sched__menu-checkbox::before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.sched__menu-text {
  display: inline-block;
  max-width: calc(100% - 3.8em - 12px);
}

.sched__menu-meal [type='checkbox']:checked ~ .sched__menu-text,
.sched__menu-alacarte-item [type='checkbox']:checked ~ .sched__menu-text {
  max-width: calc(100% - 6.8em - 12px);
}

.sched__menu-meal [type='checkbox']:checked ~ .sched__menu-text::before {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  z-index: -1;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  background: #F3F3F3;
  border-radius: 4px
}

.sched__menu-meal label [type="number"],
.sched__menu-alacarte-item label [type="number"] {
  float: right;
  display: none;
  width: 3em;
  height: 30px;
  padding: 0 5px;
  margin: -5px 0;
  vertical-align: middle;
}

.sched__menu-meal [type='checkbox']:checked ~ [type="number"],
.sched__menu-alacarte-item [type='checkbox']:checked ~ [type="number"] {
  display: block;
}

.sched__menu-price {
  float: right;
  width: 2.8em;
  text-align: right
}

.sched__menu-alacarte-item {
  float: left;
  width: calc((100% - 31px) / 2 + 15px);
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #ccc;
}

.sched__menu-alacarte-item:nth-child(2n+1) {
  width: calc((100% - 31px) / 2);
  clear: left;
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}

.dashboard__cart {
  position: relative;
}

.dashboard__cart h3,
.dashboard__cart ul {
  text-align: left;
}

.dashboard__cart h3 {
  margin-bottom: 10px;
}

.dashboard__cart ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dashboard__cart > ul {
  margin: 10px 0;
  padding: 10px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.dashboard__cart > ul > li + li {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}

.dashboard__cart-name {
  font-weight: 700;
}

.dashboard__cart-name + ul {
  font-size: .8em;
  margin-top: 3px;
  padding-top: 5px;
  border-top: 1px dashed #D2D2D2;
}

.dashboard__cart-name + ul > li + li {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px dotted #ddd;
}

.dashboard__cart-date {
  display: block;
  line-height: 1.2;
  padding-bottom: 3px;
  margin-bottom: 5px;
  color: #9aad17;
  font-weight: 700;
  border-bottom: 1px dotted;
}

.dashboard__cart-day > li {
  line-height: 1.2;
}

.dashboard__cart-day li + li {
  margin-top: 3px;
}

.dashboard__cart-day li::after {
  content: '';
  display: table;
  clear: both;
}

.dashboard__cart-day ul {
  color: #fe853d;
}

.dashboard__cart-items {
  float: left;
  width: calc(100% - 2.8em - 6px);
}

.dashboard__cart-price {
  float: right;
  width: 2.8em;
}

.dashboard__cart > ul > li ~ .dashboard__cart-empty {
  display: none;
}

.dashboard__cart-total {
  margin: 10px 0;
}

.dashboard__cart-clear {
  font-size: .8em;
  display: inline-block;
  margin-top: 10px;
  color: #848484;
}

.cart-loading {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .85);
}

.cart-loading img {
  position: absolute;
  top: 15%;
  left: 50%;
  margin: -16px 0 0 -16px;
}

.purchase-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
}

.purchase-popup__inner {
  position: absolute;
  bottom: 50%;
  right: 50%;
  width: calc(100% - 20px);
  max-width: 400px;
  padding: 15px;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .5), 0 10px 30px rgba(0, 0, 0, .5);
          box-shadow: 0 1px 3px rgba(0, 0, 0, .5), 0 10px 30px rgba(0, 0, 0, .5);
  -webkit-transform: translate(50%, 50%);
      -ms-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}

.purchase-popup__close {
  position: absolute;
  bottom: 100%;
  right: 0;
  color: #fff;
  margin-bottom: 3px;
  padding: 5px;
}

.purchase-popup__inner > div {
  display: none;
  text-align: center;
}

.purchase-popup__inner > .show {
  display: block;
}

.purchase-popup__inner p {
  text-align: left;
}

@media screen and (max-width: 1300px) {
  .dashboard__sched-col {
    width: 245px;
  }

  .dashboard__sched-col:nth-child(1) {
    width: calc(100% - 246px);
  }
}

@media screen and (max-width: 860px) {
  .dashboard__grid--sched {
    display: block;
  }

  .dashboard__sched-col,
  .dashboard__sched-col:nth-child(1) {
    float: none;
    width: 100%;
  }

  .dashboard__sched-col:nth-child(1) {
    padding: 0;
    margin-bottom: 20px;
  }

  .cart-jump {
    display: block;
  }

  .top-jump {
    bottom: 45px;
  }
}

@media screen and (max-width: 500px) {
  .sched__header {
    height: 45px;
  }

  .sched__tabs a {
    height: 35px;
    font-size: .8em;
    line-height: 35px;
  }

  .sched__menu {
    padding: 20px 10px;
  }

  .sched__menu-day-disabled {
    top: -5px;
    left: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
  }

  .sched__menu-alacarte-item,
  .sched__menu-alacarte-item:nth-child(2n+1),
  .sched__menu-alacarte-item:nth-child(3n+1) {
    float: none;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
}

@media screen and (max-width: 400px) {
  .dashboard__weekly-cal {
    padding-left: 5px;
    padding-right: 5px;
    margin: 0 -10px;
    border-radius: 0;
  }

  .sched__menu-meal,
  .sched__menu-alacarte-item {
    font-size: .9em;
  }

  .sched__menu-alacarte-item + .sched__menu-alacarte-item {
    margin-top: 3px;
  }

  .dashboard__cart {
    margin: 0 -10px;
  }
}



/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Account History - $$account-history $$order-history
 * ----------------------------------------------------- *
\* ===================================================== */

.dashboard__grid--history {
  display: block;
}

.dashboard__grid--history .dashboard__grid-block {
  width: 100%;
  max-width: 54em;
  margin: 0 auto;
}

.order-history {
  font-size: .825em;
}

.order-history th,
.order-history td {
  padding: 5px;
  border: 1px solid #ccc;
  line-height: 1.2;
}

.order-history td:last-child {
  text-align: right;
}

.order-history tbody tr:nth-child(2n+1) {
  background: #F5F5F5;
}

.order-history__name {
  display: block;
  margin-bottom: 5px;
}

.order-history__description {
  margin-left: 20px;
  font-size: .9em;
  color: #6A6A6A;
}

@media screen and (max-width: 700px) {
  .order-history,
  .order-history tbody,
  .order-history tr,
  .order-history td {
    display: block;
  }

  .order-history thead {
    display: none;
  }

  .order-history td {
    border: 0;
  }

  .order-history tr {
    border: 1px solid #ccc;
  }

  .order-history td + td {
    border-top: 1px solid #E9E9E9;
  }

  .order-history tr + tr {
    margin-top: 5px;
  }

  .order-history td::before {
    content: attr(data-label);
    font-weight: 700;
    display: inline-block;
    margin-right: 3px;
    color: #3D3D3D;
  }

  .order-history td:nth-child(4)::before {
    margin-bottom: 3px;
  }

  .order-history td:last-child {
    text-align: left;
  }
}



/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Upcoming Lunches $$upcoming-lunches
 * ----------------------------------------------------- *
\* ===================================================== */

.dashboard__grid--upcoming {
  display: block;
}

.dashboard__grid--upcoming .dashboard__grid-block {
  width: 100%;
  max-width: 54em;
  margin: 0 auto;
}

.upcoming-lunches__wrap .sched__tabs a {
  background: #555;
}

.upcoming-lunches {
  display: none;
  padding: 20px;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 6px 18px rgba(0, 0, 0, .1);
}

.upcoming-lunches.active {
  display: block;
}

.upcoming-lunches__day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.upcoming-lunches__day ~ h4 {
  margin-top: 30px;
}

.upcoming-lunches__food {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 150px);
  padding-right: 15px;
  border-right: 1px solid #ccc;
}

.upcoming-lunches__total {
  margin-top: auto;
  font-weight: 700;
}

.upcoming-lunches__actions {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 150px;
  padding-left: 15px;
  margin-left: -1px;
  border-left: 1px solid #ccc;
}

.upcoming-lunches__actions li {
  width: 100%;
}

.upcoming-lunches__actions li + li {
  margin-top: 10px;
}

.upcoming-lunches__actions .button {
  display: block;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.upcoming-lunches__cancel {
  color: #fe853d;
  border: 1px solid #fe853d;
  background: none;
}

.upcoming-lunches__cancel:hover {
  color: #fff;
  background: #fe853d;
}

.purchase-popup__undo {
  display: inline-block;
  margin: 8px;
  color: #676767;
}

.purchase-popup__day {
  margin: 20px 0;
}

.purchase-popup__day ul {
  text-align: left;
}

.purchase-popup__inner.big {
  max-width: 46em;
}

p.purchase-popup__note {
  font-style: italic;
  text-align: center;
  font-size: .8em;
  margin-top: 10px;
}

@media screen and (max-width: 567px) {
  .upcoming-lunches__day,
  .upcoming-lunches__food,
  .upcoming-lunches__actions {
    display: block;
  }

  .upcoming-lunches__food,
  .upcoming-lunches__actions {
    float: none;
    width: 100%;
    padding: 0;
    border: 0;
  }

  .upcoming-lunches__actions {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #ccc;
  }

  .upcoming-lunches__actions::after {
    content: '';
    display: table;
    clear: both;
  }

  .upcoming-lunches__actions li {
    float: left;
    width: calc((100% - 11px) / 2);
  }

  .upcoming-lunches__actions li + li {
    margin: 0 0 0 10px;
  }
}

@media screen and (max-width: 500px) {
  .upcoming-lunches {
    padding: 20px 10px;
  }

  .purchase-popup__date {
    display: block;
  }
}

@media screen and (max-width: 400px) {
  .upcoming-lunches__actions li {
    float: none;
    width: 100%;
  }

  .upcoming-lunches__actions li + li {
    margin: 10px 0 0;
  }
}



/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Upcoming Lunches $$upcoming-lunches
 * ----------------------------------------------------- *
\* ===================================================== */

.dashboard__grid.dashboard__grid--balance {
  display: block;
}

.dashboard__grid--balance .container {
  padding: 0;
}

.dashboard__grid.dashboard__grid--balance .dashboard__grid-col {
  float: left;
  width: calc(100% - 229px);
  padding: 0 30px 0 0;
}

.dashboard__grid.dashboard__grid--balance .dashboard__grid-col:nth-child(1) {
  float: right;
  width: 228px;
  padding: 0;
}

.dashboard__grid--balance .dashboard__balance h2 {
    font-size: 3.4em;
}

.add-balance__amount {
  font-size: .75rem;
  text-transform: uppercase;
  font-weight: 700;
}

.add-balance__amount span {
  display: block;
  font-size: 2rem;
  text-transform: none;
  font-weight: 400;
  line-height: 1.6em;
  margin-top: 5px;
}

.add-balance__amount input {
  float: right;
  width: calc(100% - .8em);
  height: 1.6em;
  line-height: 1.2;
  -moz-appearance: textfield;
}

.add-balance__amount input::-webkit-outer-spin-button,
.add-balance__amount input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media screen and (max-width: 1023px) {
  .dashboard__grid.dashboard__grid--balance .dashboard__grid-col {
    padding-right: 20px;
  }
}

@media screen and (max-width: 860px) {
  .dashboard__grid.dashboard__grid--balance .dashboard__grid-col,
  .dashboard__grid.dashboard__grid--balance .dashboard__grid-col:nth-child(1) {
    float: none;
    width: 100%;
    padding: 0;
  }

  .dashboard__grid.dashboard__grid--balance .dashboard__grid-col:nth-child(1) {
    margin-bottom: 20px;
  }
}



/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Upcoming Lunches $$upcoming-lunches
 * ----------------------------------------------------- *
\* ===================================================== */

.feedback-form__wrap {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999999999;
  text-align: right;
}

.feedback-form__trigger {
  display: inline-block;
  width: 80px;
  height: 80px;
  padding: 12px;
  background: #D5621E;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .15), 0 8px 20px rgba(0, 0, 0, .1);
  margin-top: 10px;
}

.feedback-form__trigger::before {
  content: 'Need Help?';
  position: absolute;
  bottom: 40px;
  right: 85px;
  color: #fff;
  font-weight: 700;
  padding: 5px;
  border-radius: 3px;
  background: #D5621E;
  white-space: nowrap;
  transform: translateY(50%);
  margin: 0;
}

.feedback-form__trigger:focus {
  outline: 0;
}

.feedback-form__trigger svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #fff;
}

.feedback-form {
  display: none;
  width: 350px;
  max-height: calc(100vh - 90px);
  padding: 20px 10px;
  text-align: left;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1), 0 10px 30px rgba(0, 0, 0, .1);
  overflow-y: auto;
}

.feedback-form p {
  font-size: .9em;
  font-style: italic;
}

@media screen and (max-width: 500px) {
  .feedback-form {
    width: calc(100% - 20px);
    max-height: calc(100vh - 78px);
    margin: 0 auto;
  }

  .feedback-form__trigger {
    width: 48px;
    height: 48px;
    padding: 8px;
  }

  .feedback-form__trigger::before {
    bottom: 24px;
    right: 53px;
  }
}

/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Lunch Schedules $$lunch-schedules
 * ----------------------------------------------------- *
\* ===================================================== */
.section-schedule {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    margin-top: 15px;
    background: #F8F8F8;
    -webkit-box-shadow: inset 0 1px 3px rgb(0 0 0 / 10%), inset 0 5px 15px rgb(0 0 0 / 10%);
    box-shadow: inset 0 1px 3px rgb(0 0 0 / 10%), inset 0 5px 15px rgb(0 0 0 / 10%);
}

.schedule-container {
    max-width: 1400px;
    margin: 0 auto;
    width:100%;
}

    .schedule-container .schedule-tabs {
        padding-right: 30px;
        display: inline-block;
        float: left;
        width: 70%;
    }
    .schedule-container .schedule-cart-container,
    .schedule-container .schedule-list-container {
        display: block;
        overflow: hidden
    }
    .schedule-container .ui-tabs {
        padding: 15px;
        border-radius: 4px;
        box-shadow: 0 1px 3px rgb(0 0 0 / 10%), 0 5px 20px rgb(0 0 0 / 10%);
    }
    .schedule-container .schedule-header {
        position: relative;
        /*height: 50px;*/
        overflow: hidden;
    }

    .schedule-container .ui-tabs .ui-tabs-nav {
        background: #fff;
        margin: 0;
        padding-bottom: 0px;
        border: 0;
        border-radius: 0;
        font-size: 0;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }

        .schedule-container .ui-tabs .ui-tabs-nav li {
            background-color: transparent;
            border: 0 none;
            display: inline-block;
            font-size: 1rem;
            position: static;
        }

.child0 {
    border-top: 6px solid rgb(39, 58, 244) !important;
}
.child1 {
    border-top: 6px solid rgb(51 193 50) !important;
}
.child2 {
    border-top: 6px solid rgb(201 71 71) !important;
}
.child3 {
    border-top: 6px solid rgb(5, 201, 250) !important;
}
.child4 {
    border-top: 6px solid rgb(114, 117, 226) !important;
}

.schedule-container .ui-tabs .ui-tabs-nav li:first-child {
    color: rgb(238, 238, 242);
}

    .schedule-container .ui-tabs .ui-tabs-nav li:first-child a {
        background-color: rgb(39, 58, 244);
    }

    .schedule-container .ui-tabs .ui-tabs-nav li:nth-child(2) {
        color: rgb(238, 238, 242);
    }

            .schedule-container .ui-tabs .ui-tabs-nav li:nth-child(2) a {
                background-color: rgb(51 193 50);
            }

            .schedule-container .ui-tabs .ui-tabs-nav li:nth-child(3) {
                color: rgb(238, 238, 242);
            }

                .schedule-container .ui-tabs .ui-tabs-nav li:nth-child(3) a {
                    background-color: rgb(201 71 71);
                }

            .schedule-container .ui-tabs .ui-tabs-nav li:nth-child(4) {
                color: rgb(238, 238, 242);
            }

                .schedule-container .ui-tabs .ui-tabs-nav li:nth-child(4) a {
                    background-color: rgb(5, 201, 250);
                }

            .schedule-container .ui-tabs .ui-tabs-nav li:nth-child(5) {
                color: rgb(238, 238, 242);
            }

                .schedule-container .ui-tabs .ui-tabs-nav li:nth-child(5) a {
                    background-color: rgb(114, 117, 226);
                }

                .schedule-container .ui-tabs .ui-tabs-nav li.ui-tabs-active:after {
                    content: '';
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: 100%;
                    /*border-bottom: 10px solid;*/
                }
                .schedule-container .ui-tabs .ui-tabs-nav li a {
                    color:#fff;
                    display: inline-block;
                    height: 40px;
                    padding: 0 10px;
                    line-height: 40px;
                    border-radius: 6px 6px 0 0;
                }
    .schedule-container .ui-tabs .ui-widget-content {
        padding: 1em .1em
    }
        .schedule-container .ui-tabs .ui-widget-content .menudates {
            margin: 0;
            list-style: none;
        }
            .schedule-container .ui-tabs .ui-widget-content .menudates .schedule-date {
                margin-bottom: 0;
                font-size: 1.125em;
                font-weight: 600;
            }
            .schedule-container .ui-tabs .ui-widget-content .menudates ul {
                margin: 0 0 25px;
                padding: 10px 15px;
                border: 1px solid #555;
                border-radius: 4px;
                list-style: none;
            }
                .schedule-container .ui-tabs .ui-widget-content .menudates ul li {
                    margin-bottom: 10px;
                    padding-bottom: 10px;
                    border-bottom: 1px solid #aaa;
                    display: block;
                    clear: both;
                    line-height: 30px;
                    overflow: hidden
                }
                .schedule-container .ui-tabs .ui-widget-content .menudates ul li:last-child {
                    margin-bottom: 0;
                    padding-bottom: 0;
                    border-bottom: 0 none;
                }
                    .schedule-container .ui-tabs .ui-widget-content .menudates ul li input[type=checkbox] {
                        margin: 2px 0 0 5px;
                        display: block;
                        float: left;
                        width: 13px;
                    }
                    .schedule-container .ui-tabs .ui-widget-content .menudates ul li input[type=number] {
                        margin: 2px 0 0 5px;
                        padding: 0;
                        display: block;
                        float: left;
                        text-align: center;
                        width: 35px;
                    }
                    .schedule-container .ui-tabs .ui-widget-content .menudates ul li label {
                        padding-left: 15px;
                        display: block;
                        float: left;
                        line-height: 1.2;
                        width: calc(100% - 140px);
                    }
                    .schedule-container .ui-tabs .ui-widget-content .menudates ul li span {
                        margin-left: 10px;
                        display: block;
                        float: right;
                        width: 50px;
                    }


@media (min-width:600px) and (max-width:991px) {
    .schedule-cart, .schedule-balance {
        margin-right: 5px;
        margin-left: 5px;
        float: left
    }
}

@media (min-width: 640px) {
    .schedule-container .ui-tabs .ui-widget-content .menudates ul li label {
        width: calc(100% - 80px);
    }
}
@media (min-width:992px) {
    .section-schedule {
        padding: 30px;
        margin-top: 30px;
    }

    .schedule-container {
        padding-right: 30px;
        padding-left: 30px;
    }

        .schedule-container .schedule-cart-container {
            display: table-cell;
            float: right;
            width: 28%;
        }

        .schedule-container .schedule-list-container {
            display: table-cell;
            float: left;
            width: 70%;
        }
}

/* ===================================================== *\
 * ----------------------------------------------------- *
 *  @media - $$media
 * ----------------------------------------------------- *
\* ===================================================== */

@media print {
    @page {
        margin: .5cm !important;
    }
    *,
    *:before,
    *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    body {
        padding: .75cm !important;
        font: 10pt/1.2 Arial, Helvetica, sans-serif !important;
    }
    article,
    .container {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    nav,
    aside,
    footer {
        display: none;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: ' (' attr(href) ')';
    }
    abbr[title]:after {
        content: ' (' attr(title) ')';
    }
    a[href^='#']:after,
    a[href^='javascript:']:after {
        content: '';
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 18pt !important;
        font-weight: bold !important;
    }
    h2 {
        font-size: 16pt !important;
    }
    h3 {
        font-size: 14pt !important;
    }
    h4 {
        font-size: 12pt !important;
    }
    h5,
    h6 {
        font-size: 10pt !important;
    }
    code {
        font: 10pt Courier, monospace;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

.AuthorizeNetSeal {
  float: right;
  margin-bottom: 10px !important;
}

.AuthorizeNetSeal ~ * {
  clear: both;
}

@media screen and (max-width: 767px) {
  .AuthorizeNetSeal {
    float: none;
    margin: 0 auto 10px !important;
  }
}


.alignnone {
    display: inline-block;
    margin: 5px 20px 20px 0;
    vertical-align: middle;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 20px auto;
}

.alignright {
    display: inline-block;
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    display: inline-block;
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 20px auto;
}

img[style*='float']:first-child + h1, img[style*='float']:first-child + h2, img[style*='float']:first-child + h3, img[style*='float']:first-child + h4, img.alignleft:first-child + h1, img.alignleft:first-child + h2, img.alignleft:first-child + h3, img.alignleft:first-child + h4, img.alignright:first-child + h1, img.alignright:first-child + h2, img.alignright:first-child + h3, img.alignright:first-child + h4 {
    margin-top: 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin: 5px auto 20px auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #ccc;
    max-width: 100%;
    padding: 5px 5px 10px;
    text-align: center;
}

    .wp-caption.alignnone {
        margin: 5px 20px 20px 0;
    }

    .wp-caption.alignleft {
        margin: 5px 20px 20px 0;
    }

    .wp-caption.alignright {
        margin: 5px 0 20px 20px;
    }

    .wp-caption img {
        border: 0 none;
        height: auto;
        margin: 0;
        max-width: 100%;
        padding: 0;
        width: auto;
    }

    .wp-caption p.wp-caption-text, .wp-caption dd.wp-caption-text.gallery-caption {
        font-size: 11px;
        line-height: 1.2;
        margin: 0;
        padding: 5px 0 0;
    }

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

    .screen-reader-text:focus {
        background-color: #f1f1f1;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
        clip: auto !important;
        color: #21759b;
        display: block;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: bold;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000;
    }

.navigation {
    margin: 0 0 20px;
    display: block;
}

    .navigation .alignleft, .navigation .alignright {
        width: 50%;
        margin: 0;
        display: block;
    }

    .navigation .alignright {
        text-align: right;
    }

.pagination {
    margin: 0 0 20px;
    text-align: center;
}

.page-numbers {
    padding: 0 1px;
}

.wp-posts-list, .wp-search-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .wp-posts-list > li:nth-child(n+2), .wp-search-list > li:nth-child(n+2) {
        margin-top: 30px;
    }

.sticky, .bypostauthor {
    padding: 20px;
    background: #f1f1f1;
}

.postmetadata-list {
    margin: 0 0 10px;
    padding: 0;
    font-size: 0;
    list-style: none;
}

    .postmetadata-list > li {
        padding-right: 6px;
        font-size: .75rem;
        line-height: 1.2;
        display: inline-block;
    }

        .postmetadata-list > li:nth-child(n+2) {
            padding-left: 6px;
            border-left-width: 1px;
            border-left-style: solid;
        }

        .postmetadata-list > li:last-child {
            margin-top: 4px;
            padding: 0;
            display: block;
            border: none;
        }

#searchform input:nth-child(n+2) {
    margin-top: 10px;
}

@media only screen and (max-width: 767px) {
    img.alignnone, img.aligncenter, img.alignright, img.alignleft, a > img.alignnone, a > img.aligncenter, a > img.alignright, a > img.alignleft, .wp-caption, .wp-caption.alignnone, .wp-caption.alignleft, .wp-caption.alignright {
        display: block;
        margin: 0 auto 20px;
        float: none;
    }
}

@media only screen and (max-width: 567px) {
    .postmetadata-list > li, .postmetadata-list > li:nth-child(n+2) {
        margin-top: 2px;
        padding: 0;
        display: block;
        border: none;
    }

    .search-results-url {
        display: none;
    }
}

.feedback-form__wrap {
    display: none;
    position: absolute;
    left: -999999px
}

.bulletbutton1 {
    background-color: rgb(161, 192, 58);
    border: none;
    color: white;
    padding: 2px 5px 2px 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    margin: 0px 2px;
    border-radius: 6px;
    /*
    width: 70px;
    height: 25px;
    */
}

.bulletbutton2 {
    background-color: rgb(245, 133, 34);
    border: none;
    color: white;
    padding: 2px 5px 2px 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    margin: 0px 2px;
    border-radius: 6px;
}

.bulletbutton3 {
    background-color: rgb(105, 143, 61);
    border: none;
    color: white;
    padding: 2px 5px 2px 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    margin: 0px 2px;
    border-radius: 6px;
}

.bulletbutton4 {
    background-color: rgb(64, 193, 198);
    border: none;
    color: white;
    padding: 2px 5px 2px 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    margin: 0px 2px;
    border-radius: 6px;
}

.bulletbutton5 {
    background-color: rgb(46, 98, 248);
    border: none;
    color: white;
    padding: 2px 5px 2px 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    margin: 0px 2px;
    border-radius: 6px;
}

.bulletbuttonordered {

    color: black;
}

span.qty input {
    width: 55px;
    height: 30px;
    display: inline;
}

.hidden {
    visibility: hidden
}

.schedule-cart, .schedule-balance {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 15px 15px;
    opacity: 1.0;
    margin-bottom: 15px;
    width:100%;
}
    .schedule-cart > ul {
        margin-top: 10px;
        padding: 10px 0;
        border-top: 1px solid #333;
        border-bottom: 1px solid #333;
    }
    .schedule-balance h3 {
        font-size: 1em;
    }
    .schedule-balance .dashboard__balance-amount {
        /*font-size: 3.4em;*/
    }
.purchase_button {
    margin-left: 45px;
}
.refill_button {
}
.schedule-button {
    margin-left: 15px;
}
.dashboard__balance-amount {
    display: block;
}

.dashboard__cart-clear {
    font-size: 18px;
    font-weight: 400;
    color: rgb(254, 133, 61);
    display: block;
    margin-left: 45px;
}
.cart-student-name {
    font-size: 18px;
    font-weight: 800;
    color: rgb(254, 133, 61);
    display: block;
}

.dashboard__cart hr {
    margin-block-start: 1px;
}

.cart-date {
    font-size: 14px;
    font-weight: 600;
    color: rgb(254, 133, 61);
}

.cart-menu-qty {
    font-size: 12px;
    font-weight: 800;
    color: #888;
    float: left;
    max-width: 30px;
    padding-right:3px;
}
.cart-menu-items {
    font-size: 12px;
    font-weight: 400;
    color: #888;
    float: left;
    max-width: 200px;
}
.cart-price {
    font-size: 12px;
    font-weight: 400;
    color: #888;
    float: right;
    max-width: 60px;
}
.dashboard__cart-total {
    font-size: 18px;
    font-weight: 600;
    color: rgb(254, 133, 61);
    margin-left:60px;
}
.production-html {
    display: block
}

.demo-html {
    display: block;
    font-size: 18px;
    font-weight: 600;
}
.whitetext {
    color:black;
}
.emptydate {
    background-color:white;
}
.centered {
    text-align:center;
}
.student-ticket {
    table-layout: fixed;
    width: 100%;
    height: 100%;
}

    .student-ticket tr {
        max-height: 192px;
        overflow-y: clip;
    }

    .student-ticket td {
        height: 182px;
        max-height: 182px;
        overflow-y: clip;
        text-align: left;
        vertical-align: middle;
    }

.student-ticket__list {
    width: 70%;
    display: inline-block;
    text-align: center;
    margin-left: 15%;
    max-height: 182px;
    overflow-y: clip;
}

.student-orders td:first-child {
    width: 20%;
}

.student-orders ul {
    margin-left: 1em;
    font-size: .9em;
    line-height: 1.4;
}

.student-orders tr:nth-child(2n) {
    background: #f4f4f4;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#OrderLabelsTable tbody tr {
    border:1px solid red;
}

@page {
    margin:0;
}

.redtext {
    color: red;
}

.min-wid-1248 {
    min-width:1248px;
}