﻿/*sites.css*/
@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}
/*! Reflex v1.5.0 - https://github.com/leejordan/reflex */

.grid {
    display: inline-block;
    display: -ms-flexbox;
    display: flex;
    *display: inline;
    zoom: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    max-width: 100%;
    letter-spacing: -0.31em !important;
    *letter-spacing: normal !important;
    word-spacing: -0.43em !important;
    list-style-type: none
}

    .grid:before, .grid:after {
        letter-spacing: normal;
        word-spacing: normal;
        white-space: normal;
        max-width: 100%
    }

    .grid *:before, .grid *:after {
        letter-spacing: normal;
        word-spacing: normal;
        white-space: normal
    }

    .grid .grid {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .grid * {
        box-sizing: border-box
    }

        .grid *:before, .grid *:after {
            box-sizing: border-box
        }

[class*="grid__col-"] {
    display: inline-block;
    display: -ms-flexbox;
    display: flex;
    *display: inline;
    zoom: 1;
    -ms-flex-direction: column;
    flex-direction: column;
    letter-spacing: normal;
    word-spacing: normal;
    white-space: normal;
    position: relative;
    width: 100%;
    vertical-align: top;
    padding: 10px
}

.grid__cell {
    position: relative;
    display: block;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

:-ms-fullscreen .grid__cell, :root .grid__cell {
    width: 100%
}

.grid__col-12 {
    width: 100%;
    *width: 99.9%
}

.grid__col-11 {
    width: 91.66667%;
    *width: 91.56667%
}

.grid__col-10 {
    width: 83.33333%;
    *width: 83.23333%
}

.grid__col-9 {
    width: 75%;
    *width: 74.9%
}

.grid__col-8 {
    width: 66.66667%;
    *width: 66.56667%
}

.grid__col-7 {
    width: 58.33333%;
    *width: 58.23333%
}

.grid__col-6 {
    width: 50%;
    *width: 49.9%
}

.grid__col-5 {
    width: 41.66667%;
    *width: 41.56667%
}

.grid__col-4 {
    width: 33.33333%;
    *width: 33.23333%
}

.grid__col-3 {
    width: 25%;
    *width: 24.9%
}

.grid__col-2 {
    width: 16.66667%;
    *width: 16.56667%
}

.grid__col-1 {
    width: 8.33333%;
    *width: 8.23333%
}

@media (min-width: 480px) {
    .grid__col-xs-12 {
        width: 100%;
        *width: 99.9%
    }

    .grid__col-xs-11 {
        width: 91.66667%;
        *width: 91.56667%
    }

    .grid__col-xs-10 {
        width: 83.33333%;
        *width: 83.23333%
    }

    .grid__col-xs-9 {
        width: 75%;
        *width: 74.9%
    }

    .grid__col-xs-8 {
        width: 66.66667%;
        *width: 66.56667%
    }

    .grid__col-xs-7 {
        width: 58.33333%;
        *width: 58.23333%
    }

    .grid__col-xs-6 {
        width: 50%;
        *width: 49.9%
    }

    .grid__col-xs-5 {
        width: 41.66667%;
        *width: 41.56667%
    }

    .grid__col-xs-4 {
        width: 33.33333%;
        *width: 33.23333%
    }

    .grid__col-xs-3 {
        width: 25%;
        *width: 24.9%
    }

    .grid__col-xs-2 {
        width: 16.66667%;
        *width: 16.56667%
    }

    .grid__col-xs-1 {
        width: 8.33333%;
        *width: 8.23333%
    }
}

@media (min-width: 40em) {
    .grid__col-sm-12 {
        width: 100%;
        *width: 99.9%
    }

    .grid__col-sm-11 {
        width: 91.66667%;
        *width: 91.56667%
    }

    .grid__col-sm-10 {
        width: 83.33333%;
        *width: 83.23333%
    }

    .grid__col-sm-9 {
        width: 75%;
        *width: 74.9%
    }

    .grid__col-sm-8 {
        width: 66.66667%;
        *width: 66.56667%
    }

    .grid__col-sm-7 {
        width: 58.33333%;
        *width: 58.23333%
    }

    .grid__col-sm-6 {
        width: 50%;
        *width: 49.9%
    }

    .grid__col-sm-5 {
        width: 41.66667%;
        *width: 41.56667%
    }

    .grid__col-sm-4 {
        width: 33.33333%;
        *width: 33.23333%
    }

    .grid__col-sm-3 {
        width: 25%;
        *width: 24.9%
    }

    .grid__col-sm-2 {
        width: 16.66667%;
        *width: 16.56667%
    }

    .grid__col-sm-1 {
        width: 8.33333%;
        *width: 8.23333%
    }
}

@media (min-width: 64em) {
    .grid__col-md-12 {
        width: 100%;
        *width: 99.9%
    }

    .grid__col-md-11 {
        width: 91.66667%;
        *width: 91.56667%
    }

    .grid__col-md-10 {
        width: 83.33333%;
        *width: 83.23333%
    }

    .grid__col-md-9 {
        width: 75%;
        *width: 74.9%
    }

    .grid__col-md-8 {
        width: 66.66667%;
        *width: 66.56667%
    }

    .grid__col-md-7 {
        width: 58.33333%;
        *width: 58.23333%
    }

    .grid__col-md-6 {
        width: 50%;
        *width: 49.9%
    }

    .grid__col-md-5 {
        width: 41.66667%;
        *width: 41.56667%
    }

    .grid__col-md-4 {
        width: 33.33333%;
        *width: 33.23333%
    }

    .grid__col-md-3 {
        width: 25%;
        *width: 24.9%
    }

    .grid__col-md-2 {
        width: 16.66667%;
        *width: 16.56667%
    }

    .grid__col-md-1 {
        width: 8.33333%;
        *width: 8.23333%
    }
}

@media (min-width: 90em) {
    .grid__col-lg-12 {
        width: 100%;
        *width: 99.9%
    }

    .grid__col-lg-11 {
        width: 91.66667%;
        *width: 91.56667%
    }

    .grid__col-lg-10 {
        width: 83.33333%;
        *width: 83.23333%
    }

    .grid__col-lg-9 {
        width: 75%;
        *width: 74.9%
    }

    .grid__col-lg-8 {
        width: 66.66667%;
        *width: 66.56667%
    }

    .grid__col-lg-7 {
        width: 58.33333%;
        *width: 58.23333%
    }

    .grid__col-lg-6 {
        width: 50%;
        *width: 49.9%
    }

    .grid__col-lg-5 {
        width: 41.66667%;
        *width: 41.56667%
    }

    .grid__col-lg-4 {
        width: 33.33333%;
        *width: 33.23333%
    }

    .grid__col-lg-3 {
        width: 25%;
        *width: 24.9%
    }

    .grid__col-lg-2 {
        width: 16.66667%;
        *width: 16.56667%
    }

    .grid__col-lg-1 {
        width: 8.33333%;
        *width: 8.23333%
    }
}

@media (min-width: 120em) {
    .grid__col-xlg-12 {
        width: 100%;
        *width: 99.9%
    }

    .grid__col-xlg-11 {
        width: 91.66667%;
        *width: 91.56667%
    }

    .grid__col-xlg-10 {
        width: 83.33333%;
        *width: 83.23333%
    }

    .grid__col-xlg-9 {
        width: 75%;
        *width: 74.9%
    }

    .grid__col-xlg-8 {
        width: 66.66667%;
        *width: 66.56667%
    }

    .grid__col-xlg-7 {
        width: 58.33333%;
        *width: 58.23333%
    }

    .grid__col-xlg-6 {
        width: 50%;
        *width: 49.9%
    }

    .grid__col-xlg-5 {
        width: 41.66667%;
        *width: 41.56667%
    }

    .grid__col-xlg-4 {
        width: 33.33333%;
        *width: 33.23333%
    }

    .grid__col-xlg-3 {
        width: 25%;
        *width: 24.9%
    }

    .grid__col-xlg-2 {
        width: 16.66667%;
        *width: 16.56667%
    }

    .grid__col-xlg-1 {
        width: 8.33333%;
        *width: 8.23333%
    }
}

.grid__col-auto {
    -ms-flex: 1 0 auto;
    flex: 1 0 0px;
    width: auto !important;
    max-width: 100%
}

@media (min-width: 480px) {
    .grid__col-xs-auto {
        -ms-flex: 1 0 auto;
        flex: 1 0 0px;
        width: auto !important;
        max-width: 100%
    }
}

@media (min-width: 40em) {
    .grid__col-sm-auto {
        -ms-flex: 1 0 auto;
        flex: 1 0 0px;
        width: auto !important;
        max-width: 100%
    }
}

@media (min-width: 64em) {
    .grid__col-md-auto {
        -ms-flex: 1 0 auto;
        flex: 1 0 0px;
        width: auto !important;
        max-width: 100%
    }
}

@media (min-width: 90em) {
    .grid__col-lg-auto {
        -ms-flex: 1 0 auto;
        flex: 1 0 0px;
        width: auto !important;
        max-width: 100%
    }
}

@media (min-width: 120em) {
    .grid__col-xlg-auto {
        -ms-flex: 1 0 auto;
        flex: 1 0 0px;
        width: auto !important;
        max-width: 100%
    }
}

.grid--order-12 {
    -ms-flex-order: 12;
    order: 12
}

.grid--order-11 {
    -ms-flex-order: 11;
    order: 11
}

.grid--order-10 {
    -ms-flex-order: 10;
    order: 10
}

.grid--order-9 {
    -ms-flex-order: 9;
    order: 9
}

.grid--order-8 {
    -ms-flex-order: 8;
    order: 8
}

.grid--order-7 {
    -ms-flex-order: 7;
    order: 7
}

.grid--order-6 {
    -ms-flex-order: 6;
    order: 6
}

.grid--order-5 {
    -ms-flex-order: 5;
    order: 5
}

.grid--order-4 {
    -ms-flex-order: 4;
    order: 4
}

.grid--order-3 {
    -ms-flex-order: 3;
    order: 3
}

.grid--order-2 {
    -ms-flex-order: 2;
    order: 2
}

.grid--order-1 {
    -ms-flex-order: 1;
    order: 1
}

.grid--order-0 {
    -ms-flex-order: 0;
    order: 0
}

@media only screen and (min-width: 480px) {
    .grid--order-12-xs {
        -ms-flex-order: 12;
        order: 12
    }

    .grid--order-11-xs {
        -ms-flex-order: 11;
        order: 11
    }

    .grid--order-10-xs {
        -ms-flex-order: 10;
        order: 10
    }

    .grid--order-9-xs {
        -ms-flex-order: 9;
        order: 9
    }

    .grid--order-8-xs {
        -ms-flex-order: 8;
        order: 8
    }

    .grid--order-7-xs {
        -ms-flex-order: 7;
        order: 7
    }

    .grid--order-6-xs {
        -ms-flex-order: 6;
        order: 6
    }

    .grid--order-5-xs {
        -ms-flex-order: 5;
        order: 5
    }

    .grid--order-4-xs {
        -ms-flex-order: 4;
        order: 4
    }

    .grid--order-3-xs {
        -ms-flex-order: 3;
        order: 3
    }

    .grid--order-2-xs {
        -ms-flex-order: 2;
        order: 2
    }

    .grid--order-1-xs {
        -ms-flex-order: 1;
        order: 1
    }

    .grid--order-0-xs {
        -ms-flex-order: 0;
        order: 0
    }
}

@media only screen and (min-width: 40em) {
    .grid--order-12-sm {
        -ms-flex-order: 12;
        order: 12
    }

    .grid--order-11-sm {
        -ms-flex-order: 11;
        order: 11
    }

    .grid--order-10-sm {
        -ms-flex-order: 10;
        order: 10
    }

    .grid--order-9-sm {
        -ms-flex-order: 9;
        order: 9
    }

    .grid--order-8-sm {
        -ms-flex-order: 8;
        order: 8
    }

    .grid--order-7-sm {
        -ms-flex-order: 7;
        order: 7
    }

    .grid--order-6-sm {
        -ms-flex-order: 6;
        order: 6
    }

    .grid--order-5-sm {
        -ms-flex-order: 5;
        order: 5
    }

    .grid--order-4-sm {
        -ms-flex-order: 4;
        order: 4
    }

    .grid--order-3-sm {
        -ms-flex-order: 3;
        order: 3
    }

    .grid--order-2-sm {
        -ms-flex-order: 2;
        order: 2
    }

    .grid--order-1-sm {
        -ms-flex-order: 1;
        order: 1
    }

    .grid--order-0-sm {
        -ms-flex-order: 0;
        order: 0
    }
}

@media only screen and (min-width: 64em) {
    .grid--order-12-md {
        -ms-flex-order: 12;
        order: 12
    }

    .grid--order-11-md {
        -ms-flex-order: 11;
        order: 11
    }

    .grid--order-10-md {
        -ms-flex-order: 10;
        order: 10
    }

    .grid--order-9-md {
        -ms-flex-order: 9;
        order: 9
    }

    .grid--order-8-md {
        -ms-flex-order: 8;
        order: 8
    }

    .grid--order-7-md {
        -ms-flex-order: 7;
        order: 7
    }

    .grid--order-6-md {
        -ms-flex-order: 6;
        order: 6
    }

    .grid--order-5-md {
        -ms-flex-order: 5;
        order: 5
    }

    .grid--order-4-md {
        -ms-flex-order: 4;
        order: 4
    }

    .grid--order-3-md {
        -ms-flex-order: 3;
        order: 3
    }

    .grid--order-2-md {
        -ms-flex-order: 2;
        order: 2
    }

    .grid--order-1-md {
        -ms-flex-order: 1;
        order: 1
    }

    .grid--order-0-md {
        -ms-flex-order: 0;
        order: 0
    }
}

@media only screen and (min-width: 90em) {
    .grid--order-12-lg {
        -ms-flex-order: 12;
        order: 12
    }

    .grid--order-11-lg {
        -ms-flex-order: 11;
        order: 11
    }

    .grid--order-10-lg {
        -ms-flex-order: 10;
        order: 10
    }

    .grid--order-9-lg {
        -ms-flex-order: 9;
        order: 9
    }

    .grid--order-8-lg {
        -ms-flex-order: 8;
        order: 8
    }

    .grid--order-7-lg {
        -ms-flex-order: 7;
        order: 7
    }

    .grid--order-6-lg {
        -ms-flex-order: 6;
        order: 6
    }

    .grid--order-5-lg {
        -ms-flex-order: 5;
        order: 5
    }

    .grid--order-4-lg {
        -ms-flex-order: 4;
        order: 4
    }

    .grid--order-3-lg {
        -ms-flex-order: 3;
        order: 3
    }

    .grid--order-2-lg {
        -ms-flex-order: 2;
        order: 2
    }

    .grid--order-1-lg {
        -ms-flex-order: 1;
        order: 1
    }

    .grid--order-0-lg {
        -ms-flex-order: 0;
        order: 0
    }
}

@media only screen and (min-width: 120em) {
    .grid--order-12-xlg {
        -ms-flex-order: 12;
        order: 12
    }

    .grid--order-11-xlg {
        -ms-flex-order: 11;
        order: 11
    }

    .grid--order-10-xlg {
        -ms-flex-order: 10;
        order: 10
    }

    .grid--order-9-xlg {
        -ms-flex-order: 9;
        order: 9
    }

    .grid--order-8-xlg {
        -ms-flex-order: 8;
        order: 8
    }

    .grid--order-7-xlg {
        -ms-flex-order: 7;
        order: 7
    }

    .grid--order-6-xlg {
        -ms-flex-order: 6;
        order: 6
    }

    .grid--order-5-xlg {
        -ms-flex-order: 5;
        order: 5
    }

    .grid--order-4-xlg {
        -ms-flex-order: 4;
        order: 4
    }

    .grid--order-3-xlg {
        -ms-flex-order: 3;
        order: 3
    }

    .grid--order-2-xlg {
        -ms-flex-order: 2;
        order: 2
    }

    .grid--order-1-xlg {
        -ms-flex-order: 1;
        order: 1
    }

    .grid--order-0-xlg {
        -ms-flex-order: 0;
        order: 0
    }
}

.grid--bleed [class*="grid__col-"] {
    padding: 0
}

.grid--wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.grid--no-wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.grid--wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse
}

.grid--direction-row {
    -ms-flex-direction: row;
    flex-direction: row
}

.grid--direction-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.grid--direction-column {
    -ms-flex-direction: column;
    flex-direction: column
}

.grid--direction-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.grid--align-start {
    -ms-flex-align: start;
    align-items: flex-start
}

.grid--align-end {
    -ms-flex-align: end;
    align-items: flex-end
}

    .grid--align-end [class*="grid__col-"] {
        vertical-align: bottom
    }

.grid--align-center {
    -ms-flex-align: center;
    align-items: center
}

    .grid--align-center [class*="grid__col-"] {
        vertical-align: middle
    }

.grid--align-baseline {
    -ms-flex-align: baseline;
    align-items: baseline
}

    .grid--align-baseline [class*="grid__col-"] {
        vertical-align: baseline
    }

.grid--align-content-start {
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.grid--align-content-end {
    -ms-flex-line-pack: end;
    align-content: flex-end
}

    .grid--align-content-end [class*="grid__col-"] {
        vertical-align: bottom
    }

.grid--align-content-center {
    -ms-flex-line-pack: center;
    align-content: center
}

.grid--align-content-space-between {
    -ms-flex-line-pack: space-between;
    align-content: space-between
}

.grid--align-content-space-around {
    -ms-flex-line-pack: space-around;
    align-content: space-around
}

.grid--align-self-stretch {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch
}

.grid--align-self-start {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.grid--align-self-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
    vertical-align: bottom
}

.grid--align-self-center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    vertical-align: middle
}

.grid--align-self-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline;
    vertical-align: baseline
}

.grid--justify-start {
    text-align: left;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.grid--justify-end {
    text-align: right;
    text-align-last: right;
    -ms-flex-pack: end;
    justify-content: flex-end
}

    .grid--justify-end .grid__cell, .grid--justify-end [class*="grid__col-"] {
        text-align: left;
        text-align: start;
        text-align: initial;
        text-align-last: left;
        text-align-last: start;
        text-align-last: initial
    }

.grid--justify-center {
    text-align: center;
    text-align-last: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .grid--justify-center .grid__cell, .grid--justify-center [class*="grid__col-"] {
        text-align: left;
        text-align: start;
        text-align: initial;
        text-align-last: left;
        text-align-last: start;
        text-align-last: initial
    }

.grid--justify-space-between {
    text-align: justify;
    text-align-last: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .grid--justify-space-between .grid__cell, .grid--justify-space-between [class*="grid__col-"] {
        text-align: left;
        text-align: start;
        text-align: initial;
        text-align-last: left;
        text-align-last: start;
        text-align-last: initial
    }

.grid--justify-space-around {
    text-align: justify;
    text-align-last: justify;
    -ms-flex-pack: justify;
    justify-content: space-around
}

    .grid--justify-space-around .grid__cell, .grid--justify-space-around [class*="grid__col-"] {
        text-align: left;
        text-align: start;
        text-align: initial;
        text-align-last: left;
        text-align-last: start;
        text-align-last: initial
    }

.grid__col--bleed {
    padding: 0
}

.grid__col--bleed-x {
    padding: 1em 0
}

.grid__col--bleed-y {
    padding: 0 1em
}

.grid__col--bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-bottom: 50%
}

.grid__cell--padding-sm {
    padding: .5em
}

.grid__cell--padding-md {
    padding: 1em
}

.grid__cell--padding-lg {
    padding: 2em
}

.grid__cell-img {
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    width: 100%;
    height: auto
}

.grid__cell-footer {
    display: inline-block;
    display: -ms-flexbox;
    display: flex;
    *display: inline;
    zoom: 1;
    width: 100%;
    margin-top: auto
}

@media (max-width: 479px) {
    .hidden-xxs {
        display: none !important
    }
}

@media (min-width: 480px) and (max-width: 39em) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 40em) and (max-width: 63em) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 64em) and (max-width: 89em) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 90em) {
    .hidden-lg {
        display: none !important
    }
}

@font-face {
    font-family: 'ProximaNova';
    src: url("../../fonts/Proxima-Light/267447_4_0.eot?321123597");
    src: url("../../fonts/Proxima-Light/267447_4_0.eot?123597#iefix") format("embedded-opentype"),url("../../fonts/Proxima-Light/267447_4_0.woff?123597") format("woff"),url("../../fonts/Proxima-Light/267447_4_0.ttf?123597") format("truetype")
}

@font-face {
    font-family: 'ProximaNova';
    font-weight: bold;
    src: url("../../fonts/Proxima-Semibold/267447_5_0.eot?123597");
    src: url("../../fonts/Proxima-Semibold/267447_5_0.eot?#iefix123597") format("embedded-opentype"),url("../../fonts/Proxima-Semibold/267447_5_0.woff?123597") format("woff"),url("../../fonts/Proxima-Semibold/267447_5_0.ttf?123597") format("truetype")
}

@font-face {
    font-family: 'ProximaNova-Semibold';
    src: url("../../fonts/Proxima-Semibold/267447_5_0.eot?123597");
    src: url("../../fonts/Proxima-Semibold/267447_5_0.eot?#iefix123597") format("embedded-opentype"),url("../../fonts/Proxima-Semibold/267447_5_0.woff?123597") format("woff"),url("../../fonts/Proxima-Semibold/267447_5_0.ttf?123597") format("truetype")
}

.video-js-holder {
    height: 100% !important;
    width: 100% !important;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: transparent
}

    .video-js-holder video {
        position: absolute;
        width: 100% !important;
        height: 100% !important;
        background-color: transparent
    }

.video-js {
    color: #cccccc
}

    .video-js .vjs-slider {
        outline: 0;
        position: relative;
        cursor: pointer;
        padding: 0;
        background-image: url(/images/util/videojs/white-bar.png)
    }

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .video-js .vjs-slider {
        background-image: url(/images/util/videojs/@2x/white-bar.png);
        background-size: 1px 6px
    }
}

.video-js .vjs-slider:focus {
    box-shadow: 0 0 2em #ffffff
}

.video-js .vjs-slider-handle {
    position: absolute;
    left: 0px;
    top: -2px;
    background: white;
    border-radius: 12px;
    transition: width 200ms,height 200ms,top 100ms;
    width: 8px;
    height: 8px
}

.video-js .vjs-progress-control:hover .vjs-slider-handle, .video-js .vjs-volume-control:hover .vjs-slider-handle {
    width: 12px;
    height: 12px;
    top: -4px
}

.video-js .vjs-control-bar {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 20px;
    height: 20px;
    box-sizing: content-box;
    background-image: url(/images/util/videojs/gradient.png)
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .video-js .vjs-control-bar {
        background-image: url(/images/util/videojs/@2x/gradient.png);
        background-size: 1px 55px
    }
}

.video-js.vjs-has-started .vjs-control-bar {
    transition: opacity 100ms,visibility 100ms
}

.video-js.vjs-has-started:hover .vjs-control-bar {
    opacity: 1
}

.video-js .vjs-control-bar {
    opacity: 1
}

.video-js.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: opacity 100ms
}

.video-js.vjs-controls-disabled .vjs-control-bar {
    display: none
}

.video-js.vjs-using-native-controls .vjs-control-bar {
    display: none
}

@media screen {
    .video-js.vjs-user-inactive.vjs-playing .vjs-control-bar :before {
        content: ""
    }
}

.video-js .vjs-control {
    outline: none;
    position: relative;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 3.0em;
    width: 4em
}

    .video-js .vjs-control:before {
        font-size: 1.5em;
        line-height: 2;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.5)
    }

    .video-js .vjs-control:focus:before, .video-js .vjs-control:hover:before {
        text-shadow: 0em 0em 1em #ffffff
    }

.video-js .vjs-control-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.video-js .vjs-play-control {
    width: 10px;
    height: 16px;
    margin-left: 15px;
    margin-top: -5px;
    cursor: pointer;
    background-image: url("/sprites/util/videojs-sacae758aa2.png");
    background-position: 0 -195px
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .video-js .vjs-play-control {
        background-image: url("/sprites/util/videojs/@2x-s2aff7e7d9a.png");
        background-position: 0 -385px;
        background-size: 150px auto;
        background-position: 0 -193px
    }
}

.video-js.vjs-playing .vjs-play-control {
    background-image: url("/sprites/util/videojs-sacae758aa2.png");
    background-position: 0 -179px
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .video-js.vjs-playing .vjs-play-control {
        background-image: url("/sprites/util/videojs/@2x-s2aff7e7d9a.png");
        background-position: 0 -353px;
        background-size: 150px auto;
        background-position: 0 -177px
    }
}

.video-js .vjs-mute-control, .video-js .vjs-volume-menu-button {
    width: 19px;
    height: 16px;
    margin-top: -5px;
    margin-right: 10px;
    cursor: pointer;
    float: right;
    background-image: url(/images/util/videojs/volume-filled.png);
    background-repeat: no-repeat
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .video-js .vjs-mute-control, .video-js .vjs-volume-menu-button {
        background-image: url(/images/util/videojs/@2x/volume-filled.png);
        background-size: 16px 16px
    }
}

.video-js .vjs-mute-control.vjs-vol-0, .video-js .vjs-volume-menu-button.vjs-vol-0 {
    background-image: url(/images/util/videojs/volume-mute.png)
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .video-js .vjs-mute-control.vjs-vol-0, .video-js .vjs-volume-menu-button.vjs-vol-0 {
        background-image: url(/images/util/videojs/@2x/volume-mute.png);
        background-size: 19px 16px
    }
}

.video-js .vjs-volume-control {
    width: 5em;
    margin-top: 1px;
    margin-right: 25px;
    float: right
}

.video-js .vjs-volume-bar {
    width: 50px;
    height: 2px
}

.video-js .vjs-volume-menu-button .vjs-menu-content {
    height: 2.9em
}

.video-js .vjs-volume-level {
    position: absolute;
    top: 0;
    left: 0;
    height: 0.5em;
    background-image: url(/images/util/videojs/blue-bar.png)
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .video-js .vjs-volume-level {
        background-image: url(/images/util/videojs/@2x/blue-bar.png);
        background-size: 1px 6px
    }
}

.video-js .vjs-volume-handle:before {
    font-size: 0.9em;
    top: -0.2em;
    left: -0.2em;
    width: 1em;
    height: 1em
}

.video-js .vjs-volume-control:hover .vjs-slider-handle {
    top: -4px
}

.video-js .vjs-volume-menu-button .vjs-menu .vjs-menu-content {
    width: 6em;
    left: -4em
}

.video-js .vjs-download-video {
    width: 18px;
    height: 17px;
    margin-right: 12px;
    margin-top: -5px;
    background-image: url("/sprites/util/videojs-sacae758aa2.png");
    background-position: 0 -6px;
    float: right
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .video-js .vjs-download-video {
        background-image: url("/sprites/util/videojs/@2x-s2aff7e7d9a.png");
        background-position: 0 -8px;
        background-size: 150px auto;
        background-position: 0 -4px
    }
}

.video-js .vjs-progress-control {
    position: absolute;
    left: 35px;
    right: 178px;
    width: auto;
    font-size: 0.3em;
    height: 6px;
    top: 23px
}

.video-js .vjs-progress-holder {
    height: 6px
}

    .video-js .vjs-progress-holder .vjs-play-progress, .video-js .vjs-progress-holder .vjs-load-progress {
        position: absolute;
        display: block;
        height: 100%;
        margin: 0;
        padding: 0;
        left: 0;
        top: 0
    }

.video-js .vjs-play-progress {
    background-image: url(/images/util/videojs/blue-bar.png)
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .video-js .vjs-play-progress {
        background-image: url(/images/util/videojs/@2x/blue-bar.png);
        background-size: 1px 6px
    }
}

.video-js .vjs-load-progress {
    background-image: url(/images/util/videojs/white-bar.png)
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .video-js .vjs-load-progress {
        background-image: url(/images/util/videojs/@2x/white-bar.png);
        background-size: 1px 6px
    }
}

.video-js .vjs-seek-handle {
    top: -2px
}

    .video-js .vjs-seek-handle:before {
        padding-top: 0.1em
    }

.video-js .vjs-time-controls, .video-js .vjs-time-divider {
    display: none
}

.video-js .vjs-time-controls {
    font-size: 1em;
    line-height: 3em
}

.video-js .vjs-current-time {
    float: left
}

.video-js .vjs-duration {
    float: left
}

.video-js .vjs-remaining-time {
    display: none;
    float: left
}

.vjs-time-divider {
    float: left;
    line-height: 3em
}

.vjs-current-time-holder {
    width: 58px;
    height: 28px;
    background-image: url("/sprites/util/videojs-sacae758aa2.png");
    background-position: 0 -431px;
    margin-top: -31px;
    margin-left: -21px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 200ms,visibility 200ms
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .vjs-current-time-holder {
        background-image: url("/sprites/util/videojs/@2x-s2aff7e7d9a.png");
        background-position: 0 -857px;
        background-size: 150px auto;
        background-position: 0 -429px
    }
}

.vjs-seek-handle:hover .vjs-current-time-holder {
    visibility: visible;
    opacity: 1
}

.vjs-current-time-value {
    text-align: center;
    color: white;
    font-size: 13px;
    padding-top: 5px
}

.video-js .vjs-fullscreen-control {
    width: 16px;
    height: 16px;
    margin-top: -5px;
    margin-right: 15px;
    cursor: pointer;
    float: right;
    background-image: url(/images/util/videojs/maximize-icon.png)
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .video-js .vjs-fullscreen-control {
        background-image: url(/images/util/videojs/@2x/maximize-icon.png);
        background-size: 16px 16px
    }
}

.video-js.vjs-fullscreen video {
    background-color: black
}

.video-js.vjs-fullscreen .vjs-fullscreen-control {
    height: 15px;
    background-image: url(/images/util/videojs/minimize-icon.png)
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .video-js.vjs-fullscreen .vjs-fullscreen-control {
        background-image: url(/images/util/videojs/@2x/minimize-icon.png);
        background-size: 16px 15px
    }
}

.video-js .vjs-big-play-button {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .7;
    background-image: url(/images/util/videojs/play-icon.png)
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .video-js .vjs-big-play-button {
        background-image: url(/images/util/videojs/@2x/play-icon.png);
        background-size: 70px 70px
    }
}

.video-js .vjs-big-play-button.video-error {
    background-color: #2e3235;
    background-image: url(/images/util/videojs/sad-face.png)
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .video-js .vjs-big-play-button.video-error {
        background-image: url(/images/util/videojs/@2x/sad-face.png);
        background-size: 150px 150px
    }
}

.video-js .vjs-big-play-button:hover {
    opacity: 1
}

.video-js.vjs-controls-disabled .vjs-big-play-button {
    display: none
}

.video-js.vjs-has-started .vjs-big-play-button {
    display: none
}

.video-js.vjs-using-native-controls .vjs-big-play-button {
    display: none
}

.vjs-loading-spinner {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .7;
    background-image: url(/images/util/videojs/loading-icon.png);
    animation-name: spin;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .vjs-loading-spinner {
        background-image: url(/images/util/videojs/@2x/loading-icon.png);
        background-size: 70px 70px
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(359deg)
    }
}

.video-js .vjs-menu-button {
    float: right;
    cursor: pointer
}

.video-js .vjs-menu {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0em;
    width: 0em;
    height: 0em;
    margin-bottom: 3em;
    border-left: 2em solid transparent;
    border-right: 2em solid transparent;
    border-top: 1.55em solid #000000;
    border-top-color: rgba(7,40,50,0.5)
}

.video-js .vjs-menu-button .vjs-menu .vjs-menu-content {
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    width: 10em;
    bottom: 1.5em;
    max-height: 15em;
    overflow: auto;
    left: -5em;
    background-color: #07141e;
    background-color: rgba(7,20,30,0.7);
    box-shadow: -0.2em -0.2em 0.3em rgba(255,255,255,0.2)
}

.video-js .vjs-menu-button:hover .vjs-menu {
    display: block
}

.video-js .vjs-menu-button ul li {
    list-style: none;
    margin: 0;
    padding: 0.3em 0 0.3em 0;
    line-height: 1.4em;
    font-size: 1.2em;
    text-align: center;
    text-transform: lowercase
}

    .video-js .vjs-menu-button ul li.vjs-selected {
        background-color: #000
    }

        .video-js .vjs-menu-button ul li:focus, .video-js .vjs-menu-button ul li:hover, .video-js .vjs-menu-button ul li.vjs-selected:focus, .video-js .vjs-menu-button ul li.vjs-selected:hover {
            outline: 0;
            color: #111;
            background-color: #ffffff;
            background-color: rgba(255,255,255,0.75);
            box-shadow: 0 0 1em #ffffff
        }

    .video-js .vjs-menu-button ul li.vjs-menu-title {
        text-align: center;
        text-transform: uppercase;
        font-size: 1em;
        line-height: 2em;
        padding: 0;
        margin: 0 0 0.3em 0;
        font-weight: bold;
        cursor: default
    }

.video-js .vjs-subtitles-button:before {
    content: "\e00c"
}

.video-js .vjs-captions-button:before {
    content: "\e008"
}

.video-js .vjs-captions-button:focus .vjs-control-content:before, .video-js .vjs-captions-button:hover .vjs-control-content:before {
    box-shadow: 0 0 1em #ffffff
}

.video-js {
    width: 100% !important;
    height: 100% !important;
    position: relative;
    padding: 0;
    font-size: 10px;
    vertical-align: middle;
    font-weight: normal;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .video-js .vjs-tech {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .video-js:-moz-full-screen {
        position: absolute
    }

body.vjs-full-window {
    padding: 0;
    margin: 0;
    height: 100%;
    overflow-y: auto
}

.video-js.vjs-fullscreen {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    _position: absolute
}

.video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important
}

.video-js.vjs-fullscreen.vjs-user-inactive {
    cursor: none
}

.vjs-poster {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    cursor: pointer;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    text-align: center
}

    .vjs-poster img {
        max-width: 100%;
        max-height: 100%;
        display: none
    }

.video-js.vjs-using-native-controls .vjs-poster {
    display: none
}

.video-js .vjs-text-track-display {
    text-align: center;
    position: absolute;
    bottom: 4em;
    left: 1em;
    right: 1em
}

.video-js .vjs-text-track {
    display: none;
    font-size: 1.4em;
    text-align: center;
    margin-bottom: 0.1em;
    background-color: #000000;
    background-color: rgba(0,0,0,0.5)
}

.video-js .vjs-subtitles {
    color: #fff
}

.video-js .vjs-captions {
    color: #fc6
}

.vjs-tt-cue {
    display: block
}

.video-js .vjs-hidden {
    display: none
}

.vjs-lock-showing {
    display: block !important;
    opacity: 1;
    visibility: visible
}

img {
    -ms-interpolation-mode: bicubic
}

.wsite-placeholder {
    color: #a9a9a9
}

::-webkit-input-placeholder {
    color: #a9a9a9
}

:-ms-input-laceholder {
    color: #a9a9a9
}

::-moz-placeholder {
    color: #a9a9a9
}

:-moz-placeholder {
    color: #a9a9a9
}

.wsite-button {
    display: inline-block;
    padding: 0 15px 0 0;
    background: url(/images/common/buttons/small_grey.png) no-repeat 100% -100px;
    text-decoration: none !important;
    font-weight: normal !important;
    font-size: 14px !important;
    color: #222 !important;
    cursor: pointer
}

.wsite-button-inner {
    float: left;
    background: url(/images/common/buttons/small_grey.png) no-repeat 0 -1px;
    padding: 0 5px 0 20px;
    height: 32px;
    line-height: 32px;
    white-space: nowrap
}

.wsite-button:hover {
    background-position: 100% -133px
}

    .wsite-button:hover .wsite-button-inner {
        background-position: 0 -34px
    }

.wsite-button:active {
    background-position: 100% -166px
}

    .wsite-button:active .wsite-button-inner {
        background-position: 0 -67px
    }

.wsite-button-highlight, .wsite-button-highlight .wsite-button-inner {
    background-image: url(/images/common/buttons/small_blue.png)
}

.wsite-button-highlight {
    color: #fff !important
}

.wsite-button-large {
    font-size: 18px !important;
    background: url(/images/old/button/large_grey.png) no-repeat 100% -130px
}

    .wsite-button-large .wsite-button-inner {
        height: 42px;
        line-height: 42px;
        padding: 0 10px 0 25px;
        background: url(/images/old/button/large_grey.png) no-repeat 0 -1px
    }

    .wsite-button-large:hover {
        background-position: 100% -173px
    }

        .wsite-button-large:hover .wsite-button-inner {
            background-position: 0 -44px
        }

    .wsite-button-large:active {
        background-position: 100% -216px
    }

        .wsite-button-large:active .wsite-button-inner {
            background-position: 0 -87px
        }

    .wsite-button-large.wsite-button-highlight, .wsite-button-large.wsite-button-highlight .wsite-button-inner {
        background-image: url(/images/common/buttons/large_blue.png)
    }

button.wsite-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.wsite-search {
    position: relative;
    display: inline-block;
    white-space: nowrap
}

.wsite-search-input {
    display: inline-block;
    vertical-align: top;
    height: 16px;
    border-right-width: 0
}

    .wsite-search-input:focus {
        outline: none
    }

.wsite-search-button {
    display: inline-block;
    vertical-align: top;
    width: 34px;
    height: 26px;
    background: url(/images/common/search-light.png) no-repeat;
    cursor: pointer
}

.wsite-search-element-align-center .wsite-search-element {
    margin: auto
}

.wsite-search-element-align-right {
    overflow: hidden
}

    .wsite-search-element-align-right .wsite-search-element {
        float: right
    }

.wsite-search-element {
    position: relative;
    width: 100%;
    max-width: 300px;
    *overflow: hidden
}

.wsite-search-element-input {
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    font-size: 15px
}

.wsite-search-element-submit {
    background: url(/images/common/search-light.png) left;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 8px;
    cursor: pointer
}

    .wsite-search-element-submit:hover {
        background-position: center
    }

    .wsite-search-element-submit:active {
        background-position: right
    }

.wsite-social {
    position: relative;
    display: inline-block;
    white-space: nowrap
}

.wsite-social-item.hidden {
    display: none
}

.wsite-social-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 1px;
    width: 24px;
    height: 24px;
    background: url(/images/common/social_icons.png) no-repeat
}

.wsite-social-facebook {
    background-position: 0 0
}

.wsite-social-twitter {
    background-position: -24px 0
}

.wsite-social-linkedin {
    background-position: -48px 0
}

.wsite-social-rss {
    background-position: -72px 0
}

.wsite-social-mail {
    background-position: -96px 0
}

.wsite-social-plus {
    background-position: -120px 0
}

.wsite-social-yahoo {
    background-position: -144px 0
}

.wsite-social-youtube {
    background-position: -168px 0
}

.wsite-social-vimeo {
    background-position: -192px 0
}

.wsite-social-pinterest {
    background-position: -216px 0
}

.wsite-social-flickr {
    background-position: -240px 0
}

.blog-body {
    float: left
}

.blog-sidebar-separator {
    padding: 0 10px
}

.blog-post {
    position: relative;
    zoom: 1
}

    .blog-post .blog-header {
        width: 100%;
        overflow: hidden
    }

        .blog-post .blog-header, .blog-post .blog-header h2.blog-title, .blog-post .blog-header div a {
            padding: 0 !important;
            margin: 0 !important;
            border: none !important;
            line-height: 1.5 !important
        }

            .blog-post .blog-header div a {
                display: block;
                text-decoration: none
            }

                .blog-post .blog-header div a:hover {
                    border: none;
                    color: #68f
                }

    .blog-post a.blog-header-link {
        display: block
    }

    .blog-post .blog-date {
        float: left;
        margin: 0 !important;
        padding: 0 !important;
        line-height: 1
    }

        .blog-post .blog-date .date-text {
            cursor: pointer;
            float: left;
            margin: 0 8px 0 0;
            padding: 0 0 4px 0
        }

    .blog-post .blog-content {
        text-align: justify;
        clear: both;
        margin-bottom: 15px
    }

    .blog-post .blog-read-more {
        text-align: right
    }

    .blog-post .blog-separator {
        clear: both;
        border-bottom: 1px solid #ddd;
        padding-top: 2px;
        margin-top: 0px;
        margin-bottom: 5px;
        font-size: 2px;
        height: 2px
    }

.wsite-theme-dark .blog-post .blog-separator {
    border-color: #3d3d3d
}

.blog-post .blog-comments {
    float: right;
    margin: 0 !important;
    padding: 0 0 4px 0 !important;
    line-height: 1
}

.blog-post .blog-date {
    font-size: 13px
}

.blog-post .blog-comments, .blog-post .blog-comments-bottom {
    font-size: 13px
}

.blog-page-nav-previous {
    float: left
}

.blog-page-nav-next {
    float: right
}

#fb-root {
    position: absolute;
    top: 0;
    left: -9999px
}

.blog-body .blog-social {
    position: relative;
    margin: 0px 0 10px;
    line-height: 1
}

.blog-body .blog-social-item {
    position: relative;
    z-index: 2;
    float: left;
    margin-right: 33px
}

.blog-body .blog-social.editor-blog-social {
    pointer-events: none
}

.blog-body .blog-social.editor-blog-social {
    pointer-events: none
}

.blog-body .blog-comments-bottom, #weebly_page_content_container .blog-comments-bottom, #wsite-content .blog-comments-bottom {
    margin: 0px 0 40px
}

.blog-sidebar {
    width: 215px
}

.column-blog {
    float: right;
    width: 200px;
    margin: 0;
    padding: 0
}

.blog-notice-comments-closed {
    margin: 0 0 14px 0;
    padding: 10px;
    background: #E6F0F9;
    border: 1px solid #A7C3D9;
    color: #696562
}

.blog-notice-comment-pending {
    margin: 0 0 14px 0;
    padding: 10px;
    background: #E6F0F9;
    border: 1px solid #A7C3D9;
    color: #696562
}

.clear {
    clear: both
}

.blog-feed-link {
    margin-top: 10px
}

    .blog-feed-link img {
        float: left;
        border: none;
        margin: 2px 5px 0 0
    }

#blog-title {
    padding-top: 10px;
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Sans-Serif
}

    #blog-title a {
        text-decoration: none
    }

        #blog-title a:hover {
            border: none;
            color: #68f
        }

#blog-title-link {
    display: block
}

#blog-date {
    float: left;
    padding-left: 0px;
    font-size: 13px
}

#blog-content {
    text-align: justify;
    clear: both;
    margin-bottom: 15px
}

    #blog-content ul {
        padding: 25px
    }

#blog-separator {
    clear: both;
    border-bottom: 1px solid #ddd;
    padding-top: 2px;
    margin-top: 0px;
    font-size: 2px;
    height: 2px
}

#blog-author {
    background: #fbfbfb;
    border-bottom: 1px solid #f9f9f9;
    padding: 0px 5px 2px 5px;
    margin: 0px 0 2px 0;
    float: right
}

#blog-comments {
    font-size: 13px;
    float: right;
    margin: 0 0 0 0
}

#weeblyform {
    line-height: 16px
}

    #weeblyform textarea {
        font-family: "Lucida Grande",Tahoma,Arial,sans-serif;
        padding: 2px;
        border: 1px solid #abadb3;
        font-size: 13px;
        background: #FFF;
        color: #000;
        line-height: 1.2em;
        height: 140px;
        width: 300px
    }

    #weeblyform .formfield {
        margin: 5px 0px
    }

    #weeblyform label.field {
        font-family: "Lucida Grande",Tahoma,Arial,sans-serif;
        font-size: 13px;
        display: block;
        font-weight: bold;
        padding-bottom: 2px
    }

    #weeblyform input.text {
        font-family: "Lucida Grande",Tahoma,Arial,sans-serif;
        width: 175px;
        padding: 3px 2px;
        background: #FFF;
        border: 1px solid #abadb3;
        color: #000;
        font-size: 13px
    }

    #weeblyform input.button {
        padding: 1px;
        margin: 0
    }

pre {
    margin: 10px 0 10px 0;
    padding: 10px
}

.blog-button {
    font-family: 'Helvetica Neue', Helvetica, Arial;
    height: 23px;
    color: #333;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    line-height: 23px;
    background: url(/images/common/blog/blog-comment-button.png) no-repeat 0 -23px
}

    .blog-button span {
        float: left;
        height: 100%;
        background: url(/images/common/blog/blog-comment-button.png) no-repeat 100% 0;
        margin: 0 0 0 7px;
        padding: 0 15px 0 8px
    }

#commentArea p {
    margin: 0;
    padding: 0
}

.blogCommentWrap {
    margin: 0 0 22px 0;
    padding: 0 6px 0 0;
    word-wrap: break-word;
    background: url(/images/common/blog/blog-comment-header.png) no-repeat 100% -96px
}

.blogCommentHeading {
    font-family: 'Helvetica Neue', Arial, Helvetica;
    margin: 0 0 10px 0;
    padding: 0 0 0 6px;
    background: url(/images/common/blog/blog-comment-header.png) no-repeat 0 -48px
}

    .blogCommentHeading .blogCommentHeadingInner {
        height: 48px;
        background: url(/images/common/blog/blog-comment-header.png) repeat-x 0 0
    }

    .blogCommentHeading .blogCommentAuthor {
        float: left;
        color: #333;
        height: 48px;
        font-weight: bold;
        font-size: 14px;
        padding: 0 0 0 11px;
        background: url(/images/common/blog/blog-comment-pointer.png) no-repeat 20px 0
    }

        .blogCommentHeading .blogCommentAuthor span.name, .blogCommentHeading .blogCommentAuthor a.name, .blogCommentHeading .blogCommentAuthor span.email {
            float: left;
            height: 38px;
            line-height: 36px;
            text-shadow: #fff 1px 1px 0
        }

        .blogCommentHeading .blogCommentAuthor span.name, .blogCommentHeading .blogCommentAuthor a.name {
            color: #333 !important;
            margin: 0 3px 0 0
        }

        .blogCommentHeading .blogCommentAuthor span.email {
            color: #666;
            font-size: 12px;
            margin: 0 0 0 4px
        }

        .blogCommentHeading .blogCommentAuthor a.link {
            float: left;
            width: 16px;
            height: 16px;
            cursor: pointer;
            text-indent: -1000px;
            overflow: hidden;
            color: #0066cc;
            background: url(/images/common/blog/blog-comment-link.png) no-repeat 0 0;
            margin: 11px 3px 0 0
        }

.blogCommentOwner, .blogCommentOwner .blogCommentHeading, .blogCommentOwner .blogCommentHeadingInner {
    background-image: url(/images/common/blog/blog-comment-header-author.png)
}

    .blogCommentOwner .blogCommentHeading .blogCommentAuthor {
        background-image: url(/images/common/blog/blog-comment-pointer-author.png)
    }

.blogCommentHeading .blogCommentDate {
    float: right;
    text-align: right;
    font-size: 12px;
    color: #333;
    text-shadow: #fff 1px 1px 0;
    height: 48px;
    line-height: 38px;
    padding: 0 9px 0 0;
    margin: 0
}

.blogCommentText {
    padding: 0 16px
}

    .blogCommentText p, #secondlist .blogCommentText p {
        color: #333;
        font: 13px Helvetica;
        line-height: 18px;
        margin: 0;
        padding: 0
    }

.blogCommentOptions {
    width: 100%;
    overflow: hidden
}

    .blogCommentOptions .blog-button {
        float: right;
        margin: 10px 0 0 6px
    }

.blogCommentReplyWrapper {
    position: relative;
    height: 600px;
    margin: 10px 0 0 0
}

.wsite-mobile .blogCommentReplyWrapper {
    min-height: 468px;
    height: auto
}

.blogCommentReplyStudent {
    height: 318px
}

.blogCommentSubreplyWrapper div.iframeWrapper {
    background: #f4f3f3;
    border: solid #e3e3e3 1px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px
}

.blogCommentReplyWrapper iframe {
    width: 100%;
    height: 410px;
    overflow: hidden;
    padding: 6px 0
}

.wsite-mobile .blogCommentReplyWrapper iframe {
    height: auto;
    min-height: 410px;
    padding: 0px 0
}

.blogCommentSubreplyWrapper iframe {
    padding: 36px 0 0 0
}

.blogCommentReplyStudent iframe {
    height: 265px
}

.blogCommentLevel1 {
    margin-left: 50px
}

.blogCommentLevel2 {
    margin-left: 100px
}

.blogCommentLevel3 {
    margin-left: 150px
}

.blogCommentLevel4 {
    margin-left: 200px
}

#commentPostDiv {
    max-width: 424px
}

    #commentPostDiv.centered {
        margin: 0 auto
    }

    #commentPostDiv .field {
        margin: 0 0 16px 0
    }

    #commentPostDiv .field-notify {
        float: left;
        margin: 0 0 16px 0
    }

    #commentPostDiv .field label {
        display: block;
        font: bold 13px Helvetica;
        margin: 0 0 6px 0
    }

    #commentPostDiv .commentInput, #commentPostDiv .commentTextarea {
        position: relative;
        padding: 0 0 0 12px
    }

    #commentPostDiv .field input[type=text], #commentPostDiv .field textarea {
        width: 100%;
        color: #000;
        font: 13px Arial;
        border: solid #999 1px;
        padding: 0 5px;
        margin: 0 0 0 -12px;
        background: #fff url(/images/common/blog/blog-comment-field-bg.png) repeat-x 0 0
    }

    #commentPostDiv .field-disabled label {
        color: #999
    }

    #commentPostDiv .field-disabled input[type=text], #commentPostDiv .field-disabled textarea {
        color: #999;
        border-color: #ccc
    }

    #commentPostDiv .field input[type=text] {
        height: 26px;
        line-height: 26px
    }

    #commentPostDiv .field textarea {
        height: 78px;
        padding-top: 6px;
        padding-bottom: 6px
    }

    #commentPostDiv .field-checkbox {
        margin-bottom: 12px
    }

        #commentPostDiv .field-checkbox label {
            font-weight: normal
        }

            #commentPostDiv .field-checkbox label span {
                padding-left: 2px
            }

#commentUserInfo {
    float: left;
    font-size: 12px;
    width: 314px;
    color: #333;
    height: 23px;
    line-height: 23px
}

    #commentUserInfo a {
        color: #0066cc
    }

#commentSubmit, #commentCancel {
    float: right;
    margin-right: 0
}

    #commentSubmit span, #commentCancel span {
        padding-right: 11px;
        padding-left: 4px
    }

    #commentSubmit.disabled span {
        color: #999
    }

.blogCommentReplyOverlay {
    width: 60px;
    height: 36px;
    border: none;
    background: url(#);
    cursor: pointer;
    text-indent: -1000px;
    overflow: hidden;
    z-index: 100000
}

.columnlist-blog {
    margin: 0;
    padding: 0;
    word-wrap: break-word
}

#errorMessage {
    color: red;
    font-size: 12px;
    font-weight: bold;
    margin: 14px 0 0 0
}

#secondlist .blogCommentPrompt {
    margin: 8px 0 0 0;
    border: solid #ccc 1px;
    background: #ffffcc;
    text-align: left
}

    #secondlist .blogCommentPrompt > div {
        padding: 16px
    }

    #secondlist .blogCommentPrompt .heading {
        font-weight: bold;
        font-size: 1.2em;
        margin: 0 0 3px 0
    }

    #secondlist .blogCommentPrompt .options {
        padding-top: 10px
    }

        #secondlist .blogCommentPrompt .options .answer {
            width: 100%;
            overflow: hidden
        }

            #secondlist .blogCommentPrompt .options .answer a {
                float: left
            }

                #secondlist .blogCommentPrompt .options .answer a img {
                    border: 0
                }

                #secondlist .blogCommentPrompt .options .answer a span {
                    position: relative;
                    top: -3px;
                    margin-left: 2px
                }

        #secondlist .blogCommentPrompt .options .answer-yes {
            margin-right: 15px;
            margin-bottom: 4px
        }

            #secondlist .blogCommentPrompt .options .answer-yes a {
                color: red;
                margin-right: 14px
            }

            #secondlist .blogCommentPrompt .options .answer-yes .delete-replies {
                float: left;
                margin-top: 2px
            }

                #secondlist .blogCommentPrompt .options .answer-yes .delete-replies label {
                    font-family: Arial, Helvetica;
                    vertical-align: middle
                }

                #secondlist .blogCommentPrompt .options .answer-yes .delete-replies input {
                    vertical-align: middle
                }

.wsite-theme-dark .blogCommentWrap {
    background: url(/images/common/blog/dark-blog-comment-header.png) no-repeat 100% -96px
}

.wsite-theme-dark .blogCommentHeading {
    background: url(/images/common/blog/dark-blog-comment-header.png) no-repeat 0 -48px
}

    .wsite-theme-dark .blogCommentHeading .blogCommentHeadingInner {
        background: url(/images/common/blog/dark-blog-comment-header.png) repeat-x 0 0
    }

    .wsite-theme-dark .blogCommentHeading .blogCommentAuthor {
        color: #fff;
        background: url(/images/common/blog/dark-blog-comment-pointer.png) no-repeat 20px 0
    }

        .wsite-theme-dark .blogCommentHeading .blogCommentAuthor span.name, .wsite-theme-dark .blogCommentHeading .blogCommentAuthor a.name {
            text-shadow: #000 1px 1px 0;
            color: #fff !important
        }

.wsite-theme-dark .blogCommentOwner, .wsite-theme-dark .blogCommentOwner .blogCommentHeading, .wsite-theme-dark .blogCommentOwner .blogCommentHeadingInner {
    background-image: url(/images/common/blog/dark-blog-comment-header-author.png)
}

    .wsite-theme-dark .blogCommentOwner .blogCommentHeading .blogCommentAuthor {
        background-image: url(/images/common/blog/dark-blog-comment-pointer-author.png)
    }

.wsite-theme-dark .blogCommentHeading .blogCommentAuthor span.name, .wsite-theme-dark .blogCommentHeading .blogCommentAuthor span.email {
    text-shadow: #000 1px 1px 0
}

.wsite-theme-dark .blogCommentHeading .blogCommentAuthor span.name {
    color: #fff
}

.wsite-theme-dark .blogCommentHeading .blogCommentAuthor span.email {
    color: #fff;
    font-weight: normal;
    text-shadow: none
}

.wsite-theme-dark .blogCommentHeading .blogCommentAuthor a.link {
    background: url(/images/common/blog/dark-blog-comment-link.png) no-repeat 0 0
}

.wsite-theme-dark .blogCommentHeading .blogCommentDate {
    color: #fff;
    text-shadow: none
}

.wsite-theme-dark .blogCommentText p, .wsite-theme-dark #secondlist .blogCommentText p {
    color: #fff
}

.wsite-theme-dark .blogCommentSubreplyWrapper div.iframeWrapper {
    background-color: #434242;
    border-color: #7a7a7a
}

.wsite-theme-dark #commentPostDiv .field label {
    color: #fff
}

.wsite-theme-dark #commentUserInfo {
    color: #fff
}

    .wsite-theme-dark #commentUserInfo a {
        color: orange
    }

.wsite-theme-dark #errorMessage {
    color: #fff
}

#lightbox {
    background-color: #eee;
    padding: 10px;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666
}

    #lightbox #lightboxDetails {
        font-size: 14px;
        padding-top: 0.4em
    }

    #lightbox #lightboxCaption {
        float: left
    }

    #lightbox #keyboardMsg {
        float: right
    }

        #lightbox #keyboardMsg a {
            text-decoration: none;
            font-size: 0.8em;
            color: #555555;
            font-family: verdana
        }

    #lightbox img {
        border: none
    }

#overlay img {
    border: none
}

#overlay {
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70)
}

#lightbox #closeButton {
    top: 10px;
    right: 10px;
    border-left: 5px solid white !important
}

#lightbox2 {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0
}

    #lightbox2 a img {
        border: none
    }

    #lightbox2 #outerImageContainer {
        position: relative;
        background-color: #fff;
        width: 250px;
        height: 250px;
        margin: 0 auto
    }

    #lightbox2 #imageContainer {
        padding: 10px
    }

    #lightbox2 #loading {
        position: absolute;
        top: 40%;
        left: 0%;
        height: 25%;
        width: 100%;
        text-align: center;
        line-height: 0
    }

    #lightbox2 #hoverNav {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 10
    }

    #lightbox2 #imageContainer > #hoverNav {
        left: 0
    }

    #lightbox2 #hoverNav a {
        outline: none
    }

    #lightbox2 #prevLink, #lightbox2 #nextLink {
        width: 49%;
        height: 100%;
        background: transparent url(/images/util/general/blank.gif) no-repeat;
        display: block
    }

    #lightbox2 #prevLink {
        left: 0;
        float: left
    }

    #lightbox2 #nextLink {
        right: 0;
        float: right
    }

    #lightbox2 #prevLink {
        left: 0;
        float: left
    }

    #lightbox2 #nextLink {
        right: 0;
        float: right
    }

    #lightbox2 #prevLink:hover, #lightbox2 #prevLink:visited:hover {
        background: url(/images/common/lightbox/prevlabel.gif) left 15% no-repeat
    }

    #lightbox2 #nextLink:hover, #lightbox2 #nextLink:visited:hover {
        background: url(/images/common/lightbox/nextlabel.gif) right 15% no-repeat
    }

    #lightbox2 #imageDataContainer {
        font: 10px Verdana, Helvetica, sans-serif;
        background-color: #fff;
        margin: 0 auto;
        line-height: 1.4em
    }

    #lightbox2 #imageData {
        padding: 0 10px
    }

        #lightbox2 #imageData #imageDetails {
            width: 50%;
            float: left;
            text-align: left;
            color: #000
        }

        #lightbox2 #imageData #caption {
            font-weight: bold
        }

        #lightbox2 #imageData #numberDisplay {
            display: block;
            clear: left;
            padding-bottom: 1.0em
        }

        #lightbox2 #imageData #bottomNavPrev {
            width: 20px;
            float: right;
            padding-bottom: 0.7em
        }

            #lightbox2 #imageData #bottomNavPrev img {
                display: block;
                margin: 3px auto 0 auto
            }

        #lightbox2 #imageData #bottomNavNext {
            width: 20px;
            float: right;
            padding-bottom: 0.7em
        }

            #lightbox2 #imageData #bottomNavNext img {
                display: block;
                margin: 3px auto 0 auto
            }

        #lightbox2 #imageData #bottomNavClose {
            width: 66px;
            float: right;
            padding-bottom: 0.7em;
            margin: 0 0 0 10px
        }

#lightbox2-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
    background-color: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6
}

#lightbox2 .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

* html > body #lightbox2 .clearfix {
    display: inline-block;
    width: 100%
}

* html #lightbox2 .clearfix {
    height: 1%
}

em {
    position: relative
}

.product-block {
    width: 168px !important;
    padding: 7px !important;
    border: 1px solid #CCCCCC !important
}

.product-block-inner {
    border: 1px solid #CCCCCC !important;
    width: 164px !important;
    height: 120px !important;
    margin: 0px auto 0px auto !important
}

.product-block .product-title {
    font-size: 11px !important;
    font-weight: bold !important;
    margin: 0px !important
}

.product-block .product-image {
    width: 164px !important;
    height: 120px !important;
    border: none !important
}

.product-block-price {
    float: left !important;
    min-height: 20px !important
}

.product-block .product-price {
    float: left !important
}

.product-block span.product-price {
    float: none !important
}

.product-block .product-button {
    float: right !important;
    border: none !important
}

.product-large .product-title {
    font-size: 20px !important;
    font-weight: bold !important;
    margin: 0px 0px 5px 0px !important
}

.product-large .product-image {
    float: left !important;
    border: none !important;
    margin: 0px 10px 10px 0px
}

.product-large-price {
    font-weight: bold !important;
    font-size: 14px !important;
    margin: 10px 0px !important
}

.product-large .product-price {
    float: left !important
}

.product-large span.product-price {
    float: none !important
}

.product-large .product-button {
    border: none !important
}

.product-small .product-title {
    font-size: 16px !important;
    font-weight: bold !important;
    margin: 0px 0px 3px 0px !important
}

.product-small .product-image {
    float: left !important;
    border: none !important;
    margin: 0px 10px 10px 0px !important
}

.product-small-price {
    float: left !important;
    font-weight: bold !important;
    font-size: 12px !important;
    margin: 6px 0px !important
}

.product-small .product-price {
    float: left !important
}

.product-small span.product-price {
    float: none !important
}

.product-small .product-button {
    float: right !important;
    border: none !important
}

.product-long {
    border: 1px solid #efefef !important;
    padding: 15px !important;
    margin-bottom: 15px !important
}

    .product-long .product-title {
        font-size: 20px !important;
        font-weight: bold !important;
        margin: 0px 0px 20px 0px !important
    }

.product-long-detail {
    float: right !important;
    background: #efefef !important;
    width: 155px !important;
    border: 1px solid #cdcdcd !important;
    padding: 3px 15px !important;
    line-height: normal !important;
    margin-left: 10px !important
}

.product-long .product-image {
    float: left !important;
    border: none !important;
    margin: 0px 10px 10px 0px !important
}

.product-long-price {
    font-weight: bold !important;
    font-size: 16px !important;
    color: #000000;
    margin: 10px 0px !important
}

.product-long .product-price {
    float: left
}

.product-long span.product-price {
    float: none !important
}

.product-long .product-button {
    border: none !important
}

.paypal-pixel {
    border: none !important
}

.product {
    margin-bottom: 10px !important
}

#weebly-menus .weebly-menu-wrap, #wsite-menus .wsite-menu-wrap {
    z-index: 5000;
    font-size: 0;
    line-height: 0
}

#weebly-menus .weebly-menu, #wsite-menus .wsite-menu {
    margin: 0;
    padding: 0;
    list-style: none
}

    #weebly-menus .weebly-menu li, #wsite-menus .wsite-menu li {
        position: relative;
        margin: 0;
        padding: 0;
        width: 200px;
        text-align: left
    }

        #weebly-menus .weebly-menu li a, #wsite-menus .wsite-menu li a {
            position: relative;
            display: block;
            background: #f9f9f8;
            border-right: 1px solid #ccc;
            border-left: 1px solid #ccc;
            border-bottom: 1px solid #ccc;
            text-decoration: none;
            font-size: 13px;
            font-weight: normal;
            line-height: 1;
            padding: 5px;
            color: #000;
            zoom: 1
        }

            #weebly-menus .weebly-menu li a:hover, #wsite-menus .wsite-menu li a:hover {
                background: #e3e3e3
            }

#weebly-menus span.weebly-menu-title, #wsite-menus span.wsite-menu-title {
    display: block;
    padding: 5px 10px;
    zoom: 1
}

#weebly-menus span.weebly-menu-more, #wsite-menus span.wsite-menu-more {
    display: block;
    position: absolute;
    right: 5px;
    top: 0;
    font-family: Courier;
    height: 28px;
    line-height: 28px;
    padding: 5px 0 5px 0
}

#wsite-menus .wsite-menu-arrow {
    display: block;
    position: absolute;
    right: 5px;
    top: 50%;
    font-family: Courier;
    height: 15px;
    line-height: 15px;
    margin-top: -7px
}

.w-gallery-toolbar {
    color: #fff
}

    .w-gallery-toolbar .hover-toolbar-inner {
        position: relative;
        top: -5px;
        left: 5px;
        padding: 0 7px
    }

    .w-gallery-toolbar .hover-toolbar-invisible-layer {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 100;
        cursor: default;
        display: none
    }

.w-gallery-button {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    cursor: pointer;
    padding: 0 3px
}

    .w-gallery-button.pressed {
        color: #5abafc
    }

.w-caption-form {
    width: 240px;
    padding: 10px;
    text-align: center;
    color: #fff
}

    .w-caption-form textarea {
        font-size: 13px;
        box-sizing: border-box;
        width: 100%;
        display: block;
        height: 70px;
        margin-bottom: 8px
    }

        .w-caption-form textarea.empty {
            color: #999
        }

    .w-caption-form p {
        font-size: 10px;
        line-height: 16px;
        margin: 8px 0
    }

    .w-caption-form .button-wrap {
        display: inline-block;
        width: 86px;
        margin: 0 4px
    }

html body .galleryImageBorder, html body a .galleryImageBorder {
    border-style: solid;
    border-color: #ddd;
    border-color: rgba(0,0,0,0.13);
    background-color: rgba(206,208,210,0.1)
}

html body a .galleryImageBorder {
    background-color: transparent
}

html .wsite-theme-dark .galleryImageBorder, html .wsite-theme-dark a .galleryImageBorder {
    border-style: solid;
    border-color: #444;
    border-color: rgba(255,255,255,0.13)
}

html body .galleryImageBorderBlack, html body a .galleryImageBorderBlack {
    border-style: solid;
    border-color: #000
}

.imageGallery {
    width: 100%
}

.inside-active .image-gallery-list-item {
    cursor: move;
    position: relative
}

    .inside-active .image-gallery-list-item::before {
        background: #f8f8f8;
        opacity: .4;
        position: absolute;
        width: 100%;
        height: 100%;
        content: '';
        z-index: 10;
        display: none
    }

    .inside-active .image-gallery-list-item:hover::before {
        display: block
    }

.inside-active .active-sortable-gallery .image-gallery-list-item::before, .inside-active .active-sortable-gallery .image-gallery-list-item:hover::before {
    background: #f8f8f8;
    opacity: .4;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 10;
    display: block
}

.inside-active .active-sortable-gallery .image-gallery-list-item.active-sortable-item::before, .inside-active .active-sortable-gallery .image-gallery-list-item.active-sortable-item:hover::before {
    display: none
}

.blog-body {
    width: 100%
}

.blog-content .imageGallery, #blog-content .imageGallery {
    width: 101%
}

.galleryCaptionHolder {
    width: 100%;
    position: absolute;
    bottom: 0px;
    overflow: hidden
}

.galleryCaptionHover .galleryCaptionHolder {
    opacity: 0;
    display: none;
    transition: opacity 500ms
}

.galleryInnerImageHolder:hover .galleryCaptionHolder {
    opacity: 1;
    display: block;
}

.galleryCaptionHolderInner {
    width: 100%;
    margin-bottom: -100%;
    position: relative;
    top: 0px;
    z-index: 5;
    transition: margin-bottom 500ms
}

.galleryCaptionsVisible {
    margin-bottom: 0px
}

.galleryImageHolder {
    position: relative
}

    .galleryImageHolder .galleryCaptionInnerText {
        margin: 15px auto;
        padding: 0px 6%;
        text-align: center
    }

.imageGallery .galleryCaptionInnerText p {
    margin: 0px;
    padding: 0px
}

.imageGallery .galleryCaptionInnerText p, .imageGallery .galleryCaptionInnerText {
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 100;
    color: white;
    letter-spacing: 1px;
    line-height: 24px
}

.fullImageGalleryCaption, .fullImageGalleryCaption > .galleryCaptionHolderInner, .fullImageGalleryCaption .galleryCaptionInnerTextHolder {
    height: 100%
}

    .fullImageGalleryCaption > .galleryCaptionHolderInner {
        width: 100%;
        display: table
    }

.galleryInnerImageHolder:hover .galleryCaptionHolderInner {
    margin-bottom: 0%
}

.fullImageGalleryCaption .galleryCaptionInnerTextHolder {
    display: table-cell;
    vertical-align: middle
}

.partialImageGalleryCaption {
    width: 100%;
    max-height: 100%;
    text-align: left
}

.galleryCaptionHolderInnerBg {
    position: absolute;
    top: 0px;
    background: black;
    z-index: 0;
    opacity: 0.6;
    height: 100%;
    width: 100%
}

.captionEditorSelectHolder {
    margin-top: 5px
}

.thumbnailCaptionsOuter {
    margin-top: 16px
}

.thumbnailCaptionsHolder {
    float: left;
    margin-right: 20px
}

input[type="checkbox"].editorCheckbox {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    visibility: hidden;
    visibility: visible;
}

    input[type="checkbox"].editorCheckbox + label {
        cursor: pointer;
        display: inline-block;
        text-align: center
    }

        input[type="checkbox"].editorCheckbox + label:before {
            display: inline-block;
            width: 26px;
            height: 26px;
            text-align: center;
            margin: 0px 8px 3px -16px;
            vertical-align: middle;
            background-image: url("../sprites/util/inputs/checkmarkBox-s7868418152.png");
            background-position: 0 -78px;
            line-height: 27px;
            content: "";
            background-image: none;
        }

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    input[type="checkbox"].editorCheckbox + label:before {
        background-image: url("../sprites/util/inputs/checkmarkBox/@2x-s211a47d318.png");
        background-position: 0 -150px;
        background-size: 25px auto;
        background-position: 0 -75px
    }
}

input[type="checkbox"].editorCheckbox:checked + label:before {
    background-image: url("../sprites/util/inputs/checkmarkBox-s7868418152.png");
    background-position: 0 -78px;
    font-family: "wicons";
    content: "\f19a";
    opacity: 0;
    background-image: none;
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    input[type="checkbox"].editorCheckbox:checked + label:before {
        background-image: url("../sprites/util/inputs/checkmarkBox/@2x-s211a47d318.png");
        background-position: 0 -150px;
        background-size: 25px auto;
        background-position: 0 -75px
    }
}

input[type="checkbox"].editorCheckbox:hover + label:before {
    background-image: url("../sprites/util/inputs/checkmarkBox-s7868418152.png");
    background-position: 0 -52px;
    background-image: none;
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    input[type="checkbox"].editorCheckbox:hover + label:before {
        background-image: url("../sprites/util/inputs/checkmarkBox/@2x-s211a47d318.png");
        background-position: 0 -100px;
        background-size: 25px auto;
        background-position: 0 -50px
    }
}

input[type="checkbox"].editorCheckbox:active + label:before {
    background-image: url("../sprites/util/inputs/checkmarkBox-s7868418152.png");
    background-position: 0 -26px;
    background-image: none;
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    input[type="checkbox"].editorCheckbox:active + label:before {
        background-image: url("../sprites/util/inputs/checkmarkBox/@2x-s211a47d318.png");
        background-position: 0 -50px;
        background-size: 25px auto;
        background-position: 0 -25px
    }
}

#galleryCaptionsCheckboxHolder {
    float: left;
    margin-top: 7px
}

    #galleryCaptionsCheckboxHolder > input[type="checkbox"].editorCheckbox {
        margin-top: -4px
    }

#product-element-edit-button {
    width: 100%
}

.primary .productElementHolder {
    margin-left: 112px;
    margin-left: 72px;
}

    .primary .productElementHolder > input[type="checkbox"].editorCheckbox {
        margin-left: -68px;
    }

.secondary .productElementHolder {
    margin-left: 40px;
    margin-left: 0px;
}

    .secondary .productElementHolder > input[type="checkbox"].editorCheckbox {
        margin-left: -20px
    }

.productElementHolder > input[type="checkbox"].editorCheckbox {
    float: left
}

    .productElementHolder > input[type="checkbox"].editorCheckbox + label {
        float: left;
        margin-left: -98px;
        margin-left: -60px;
        margin-top: 3px;
    }

#w-design-themes .editorCheckbox {
    margin-left: 4px
}

    #w-design-themes .editorCheckbox + label:before {
        margin-left: -20px
    }

.weebly-form-field, .wsite-form-field {
    clear: both
}

    .weebly-form-field select, .wsite-form-field select {
        height: 25px
    }

.weebly-form-label, .wsite-form-label {
    font-weight: bold
}

.weebly-form-sublabel, .wsite-form-sublabel {
    display: block;
    padding-bottom: 5px !important;
    font-size: 11px
}

.weebly-form-left, .wsite-form-left {
    float: left
}

.weebly-form-right, .wsite-form-right {
    float: right
}

.formlist {
    min-height: 100px;
    margin: 0px !important;
    padding: 0px !important
}

.form-input-error {
    border-color: red !important
}

.form-not-required {
    display: none
}

.form-required {
    display: inline;
    color: #ff2825 !important
}

.wsite-form-label.wsite-form-fields-required-label {
    font-weight: normal;
    font-style: italic
}

.form-radio-container {
    display: block;
    margin: 5px 0px 7px 0px !important
}

    .form-radio-container input {
        margin: 0px 5px 0px 0px;
        border: none !important
    }

.form-field-error .weebly-form-radio-container, .form-field-error .wsite-form-radio-container {
    border: 1px solid red
}

.imgPusher {
    display: block;
    *width: 1px;
    *height: 0;
    overflow: hidden
}

.wsite-image-move img {
    max-width: 100%
}

.wsite-initial-image.wsite-image .element-box {
    box-shadow: 0 0 0 1px #ced0d2
}

.wsite-initial-image .wsite-image {
    background-color: rgba(206,208,210,0.1);
    border-radius: 4px;
    transition: border-color 0.1s ease-in,background-color 0.1s ease-in
}

    .wsite-initial-image .wsite-image img {
        border: 0 !important;
        cursor: pointer
    }

.wsite-initial-image.wsite-initial-image-upload .wsite-image {
    border-color: #8bcffd;
    background-color: rgba(90,186,252,0.1)
}

.wsite-image {
    position: relative
}

    .wsite-image a {
        display: inline-block\9;
        max-width: 100%\9
    }

.wsite-image-move img {
    cursor: move
}

body .wsite-image-border-hairline a img, body .wsite-image-border-thin a img, body .wsite-image-border-medium a img, body .wsite-image-border-thick a img {
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
    border-color: rgba(0,0,0,0.13)
}

.wsite-theme-dark .wsite-image-border-hairline a img, .wsite-theme-dark .wsite-image-border-thin a img, .wsite-theme-dark .wsite-image-border-medium a img, .wsite-theme-dark .wsite-image-border-thick a img {
    border-width: 1px;
    border-style: solid;
    border-color: #444;
    border-color: rgba(255,255,255,0.13)
}

body .wsite-image-border-black a img, body .wsite-theme-dark .wsite-image-border-black a img {
    border-color: #000 !important
}

.wsite-image-border-none a img {
    border-width: 0 !important
}

.wsite-image-border-hairline {
    padding-left: 1px !important;
    padding-right: 1px !important
}

    .wsite-image-border-hairline img {
        margin-left: -1px !important;
        margin-right: -1px !important
    }

.wsite-image-border-thin {
    padding-left: 2px !important;
    padding-right: 2px !important
}

    .wsite-image-border-thin img {
        padding: 1px !important;
        margin-left: -2px !important;
        margin-right: -2px !important
    }

.wsite-image-border-medium {
    padding-left: 4px !important;
    padding-right: 4px !important
}

    .wsite-image-border-medium img {
        padding: 3px !important;
        margin-left: -4px !important;
        margin-right: -4px !important
    }

.wsite-image-border-thick {
    padding-left: 7px !important;
    padding-right: 7px !important
}

    .wsite-image-border-thick img {
        padding: 6px !important;
        margin-left: -7px !important;
        margin-right: -7px !important
    }

.blog-content div a img, #blog-content div a img {
    max-width: 100%
}

.blog-content .imageGallery div a img, #blog-content .imageGallery div a img, .blog-content .wslide div a img, #blog-content .wslide div a img {
    max-width: none
}

.wsite-logo {
    display: inline-block;
    vertical-align: top
}

    .wsite-logo img, .wsite-logo span {
        vertical-align: top !important
    }

    .wsite-logo table {
        border-collapse: collapse !important;
        border-spacing: 0 !important;
        margin: 0 !important;
        border: 0 !important
    }

    .wsite-logo td {
        vertical-align: middle !important
    }

    .wsite-logo td {
        border: 0 !important;
        padding: 0 !important
    }

    .wsite-logo a img {
        border: 0
    }

.wsite-title-placeholder {
    padding-right: 60px !important;
    cursor: default
}

hr.styled-hr {
    background-color: #eee;
    background-color: rgba(0,0,0,0.13);
    border: 0pt none;
    color: #eee;
    color: rgba(0,0,0,0.13);
    height: 1px;
    margin: 0 auto;
    text-align: center
}

.wsite-theme-dark hr.styled-hr {
    background-color: #333;
    background-color: rgba(255,255,255,0.13);
    border: 0pt none;
    color: #333;
    color: rgba(255,255,255,0.13);
    height: 1px;
    margin: 0 auto;
    text-align: center;
    box-shadow: 1px -1px 1px rgba(0,0,0,0.3)
}

.wsite-not-footer {
    text-align: left
}

.wsite-multicol {
    position: relative;
    direction: ltr
}

.wsite-multicol-table {
    position: relative;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    margin: 0 !important;
    border: 0 !important;
    padding: 0 !important
}

.wsite-multicol-col {
    vertical-align: top;
    margin: 0 !important;
    border: 0 !important;
    padding: 0;
    -moz-box-sizing: border-box
}

.wsite-footer {
    clear: both
}

#fancybox-thumbs ul li {
    opacity: .7
}

    #fancybox-thumbs ul li.active {
        opacity: .9
    }

img.ifttt {
    max-width: 100%
}

@media screen and (max-width: 767px) {
    .wsite-logo img {
        max-width: 200px
    }
}

#wsite-search-header {
    border-bottom: 1px solid #e6e5e5;
    padding-bottom: 28px;
    padding-top: 5px
}

    #wsite-search-header h2 {
        border: 0 !important;
        float: left;
        font-size: 2.4em;
        font-weight: 200;
        padding: 0;
        margin: 0;
        width: 20%
    }

#wsite-search-form-container {
    float: right;
    width: 75%
}

#wsite-search-form {
    float: left;
    position: relative;
    width: 100%
}

#wsite-search-query {
    background: url(/images/util/inputs/search-input-bg.jpg) repeat-x top #fff;
    border: 1px solid #b2b2b2;
    border-radius: 3px;
    font-size: 1.75em;
    min-height: 40px;
    padding: 6px 10px;
    width: 100%;
    box-sizing: border-box
}

#wsite-search-submit {
    background: url(/images/common/magnifying-glass.png) no-repeat 10px center;
    border: 0;
    border-left: 1px solid #a8a8a8;
    cursor: pointer;
    display: block;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 0;
    width: 38px
}

#wsite-search-results {
    float: right;
    padding-top: 22px;
    padding-bottom: 60px;
    position: relative;
    width: 75%
}

#wsite-search-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative
}

    #wsite-search-list li {
        margin-bottom: 38px
    }

    #wsite-search-list h3 {
        border-bottom: 0;
        color: inherit;
        font-size: 1.5em;
        font-weight: 400;
        overflow: hidden;
        padding: 0 5px 0 0;
        margin: 0;
        text-decoration: underline;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    #wsite-search-list p {
        clear: both;
        font-weight: 300;
        font-size: 1.1em;
        line-height: 1.4em;
        padding: 5px 0 0 0
    }

    #wsite-search-list .highlight {
        font-weight: bold
    }

#wsite-search-product-result-section h3 {
    font-size: 1.25em;
    line-height: 1;
    text-decoration: none
}

#wsite-search-product-results {
    list-style: none;
    padding: 0;
    margin: 0
}

    #wsite-search-product-results .wsite-search-product-image-container {
        background-position: center;
        background-size: cover;
        border-radius: 3px;
        height: 240px;
        width: 100%;
        display: block;
        box-shadow: 0 0 0 1px rgba(0,0,0,0.2) inset
    }

    #wsite-search-product-results .wsite-search-product-result {
        display: inline-block;
        float: left;
        font-size: 1.1em;
        line-height: 1;
        margin-bottom: 0;
        margin-top: 19px;
        padding: 0 3% 0 0;
        width: 30%
    }

        #wsite-search-product-results .wsite-search-product-result:nth-child(3n+2), #wsite-search-product-results .wsite-search-product-result:nth-child(3n+1) {
            padding-right: 5%
        }

        #wsite-search-product-results .wsite-search-product-result:nth-child(3n+3) {
            padding-right: 0
        }

        #wsite-search-product-results .wsite-search-product-result .wsite-search-product-image-container {
            position: relative
        }

            #wsite-search-product-results .wsite-search-product-result .wsite-search-product-image-container .search__image-sale-banner {
                padding: 2px 5px;
                margin: 0;
                text-align: center;
                color: white !important;
                font-weight: 400 !important
            }

                #wsite-search-product-results .wsite-search-product-result .wsite-search-product-image-container .search__image-sale-banner.visible {
                    position: absolute;
                    bottom: 0;
                    box-sizing: border-box;
                    width: 100%
                }

            #wsite-search-product-results .wsite-search-product-result .wsite-search-product-image-container .search__image-sale-banner-wrapper {
                position: absolute;
                bottom: 0;
                width: 100%;
                background: red;
                opacity: 0.75
            }

                #wsite-search-product-results .wsite-search-product-result .wsite-search-product-image-container .search__image-sale-banner-wrapper .search__image-sale-banner.placeholder {
                    visibility: hidden
                }

        #wsite-search-product-results .wsite-search-product-result .search__low-stock-badge, #wsite-search-product-results .wsite-search-product-result .search__out-of-stock-badge {
            font-weight: 400 !important;
            font-style: italic !important;
            color: red !important
        }

    #wsite-search-product-results .wsite-search-product-name {
        display: block;
        margin-top: 10px;
        line-height: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%
    }

    #wsite-search-product-results .wsite-search-product-price {
        display: block;
        margin-top: 5px
    }

    #wsite-search-product-results .wsite-search-product-price-high {
        padding-left: 15px;
    }

#wsite-search-loading {
    background-color: rgba(51,51,51,0.85);
    border-radius: 5px;
    box-shadow: 0 4px 15px 2px rgba(0,0,0,0.21),0 2px 6px rgba(0,0,0,0.21);
    color: #fff;
    font-size: 1.25em;
    display: none;
    left: 50%;
    padding: 15px 40px;
    position: absolute;
    top: 75px;
    z-index: 1
}

#wsite-search-sidebar {
    float: left;
    list-style: none;
    margin: 0;
    padding: 22px 0 0 0;
    width: 20%
}

    #wsite-search-sidebar h3 {
        color: inherit;
        font-size: 1.25em;
        font-weight: 400;
        padding: 0;
        margin: 0 0 16px 0
    }

    #wsite-search-sidebar li {
        line-height: 1
    }

    #wsite-search-sidebar a {
        font-weight: 200;
        display: inline-block;
        line-height: 1
    }

        #wsite-search-sidebar a.active {
            font-weight: 600;
            position: relative
        }

    #wsite-search-sidebar .wsite-search-filter-entries, #wsite-search-sidebar .wsite-search-facet-entries, #wsite-search-sidebar .wsite-search-facet-price form {
        list-style: none;
        margin: 0 0 22px 0;
        padding: 0
    }

        #wsite-search-sidebar .wsite-search-filter-entries a, #wsite-search-sidebar .wsite-search-facet-entries a, #wsite-search-sidebar .wsite-search-facet-price form a {
            line-height: 1.5
        }

        #wsite-search-sidebar .wsite-search-filter-entries li, #wsite-search-sidebar .wsite-search-facet-entries li, #wsite-search-sidebar .wsite-search-facet-price form li {
            font-size: 1.1em;
            padding: 3px 0 4px 0
        }

            #wsite-search-sidebar .wsite-search-filter-entries li:first-child, #wsite-search-sidebar .wsite-search-facet-entries li:first-child, #wsite-search-sidebar .wsite-search-facet-price form li:first-child {
                padding-top: 0
            }

            #wsite-search-sidebar .wsite-search-filter-entries li:last-child, #wsite-search-sidebar .wsite-search-facet-entries li:last-child, #wsite-search-sidebar .wsite-search-facet-price form li:last-child {
                padding-bottom: 0
            }

    #wsite-search-sidebar .wsite-search-facet-price input {
        width: 40%;
        box-sizing: border-box
    }

    #wsite-search-sidebar .wsite-search-facet-price span {
        display: inline-block;
        width: 15%;
        opacity: 0.75;
        text-align: center;
        box-sizing: border-box
    }

    #wsite-search-sidebar .wsite-search-facet-availability a, #wsite-search-sidebar .wsite-search-facet-checkbox a {
        display: inline;
        cursor: pointer;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    #wsite-search-sidebar .wsite-search-facet-availability input[type=checkbox], #wsite-search-sidebar .wsite-search-facet-checkbox input[type=checkbox] {
        height: inherit;
        margin: 0 6px 0 0
    }

    #wsite-search-sidebar .wsite-search-facet-color li {
        display: block;
        float: left;
        height: 30px;
        margin-bottom: 7px;
        margin-right: 7px;
        padding: 0;
        width: 30px;
        box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2)
    }

    #wsite-search-sidebar .wsite-search-facet-color label {
        border-radius: 3px;
        cursor: pointer;
        display: inline-block;
        height: 30px;
        width: 30px;
        box-shadow: 0 0 0 1px rgba(0,0,0,0.3) inset
    }

        #wsite-search-sidebar .wsite-search-facet-color label.active {
            background-repeat: no-repeat;
            background-position: center center;
            background-image: url(/images/common/checkmarks/checkmark-mini.png)
        }

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    #wsite-search-sidebar .wsite-search-facet-color label.active {
        background-image: url(/images/common/checkmarks/@2x/checkmark-mini.png);
        background-size: 20px 20px
    }
}

#wsite-search-sidebar.wsite-invisible {
    visibility: hidden
}

#wsite-search-pagenav {
    list-style: none;
    margin: 0;
    padding: 0
}

    #wsite-search-pagenav li {
        display: inline;
        margin-right: 5px
    }

    #wsite-search-pagenav a {
        background: url(/images/common/search-pagination-bg.png) repeat-x left -30px;
        border: 1px solid #d4d4d5;
        border-radius: 2px;
        color: #666;
        padding: 6px 9px;
        text-shadow: 1px 1px 0 #fff
    }

        #wsite-search-pagenav a.active {
            background-position: left 0px
        }

        #wsite-search-pagenav a.disabled {
            border-color: #e6e6e6;
            cursor: default;
            color: #d3d3d3
        }

#wsite-search-content.one-column #wsite-search-sidebar {
    display: none
}

#wsite-search-content.one-column #wsite-search-results {
    width: 100%
}

.wsite-theme-dark #wsite-search-header {
    border-color: #333
}

.wsite-theme-dark #wsite-search-sidebar a.active .arrow {
    border-left-color: #fff
}

.wsite-error-message {
    background-color: #000;
    border-radius: 4px;
    border: 1px solid #000;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    line-height: 1;
    padding: 5px 6px;
    position: absolute;
    z-index: 1;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .wsite-error-message.bottom {
        box-shadow: 1px 1px 0 0 rgba(255,255,255,0.5) inset
    }

    .wsite-error-message.top .arrow {
        background: url(/images/util/general/top-triangle-000.png) center 0px no-repeat;
        top: -10px
    }

    .wsite-error-message .arrow {
        display: block;
        background: url(/images/util/general/bottom-triangle-000.png) center -4px no-repeat;
        bottom: -10px;
        height: 10px;
        left: 50%;
        position: absolute;
        width: 25px
    }

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .wsite-error-message.top .arrow {
        background: url(/images/util/general/top-triangle-000@2x.png) center 0px no-repeat;
        background-size: 30px 15px
    }

    .wsite-error-message .arrow {
        background: url(/images/util/general/bottom-triangle-000@2x.png) center -4px no-repeat;
        background-size: 30px 15px
    }
}

#wsite-com-store {
    border: 0;
    border-collapse: collapse;
    padding: 0;
    width: 100%
}

.wsite-com-sidebar {
    padding: 0 10px 0 0;
    float: left;
    width: 200px
}

.wsite-com-content-with-sidebar {
    margin-left: 200px;
    overflow: hidden
}

.wsite-com-content {
    padding: 0 0 0 10px
}

.wsite-imageaspectratio-image-v {
    width: 100%;
    min-height: 100%;
    _height: 100%
}

.wsite-imageaspectratio-image-h {
    height: 100%
}

.wsite-vertical-align {
    display: table-cell;
    vertical-align: middle
}

.wsite-width-full {
    width: 100%
}

.wsite-com-column {
    float: left;
    display: inline-block;
    position: relative
}

.wsite-com-2-columns .wsite-com-column {
    width: 50% !important
}

.wsite-com-3-columns .wsite-com-column {
    width: 33.33% !important
}

.wsite-com-4-columns .wsite-com-column {
    width: 25% !important
}

.wsite-com-5-columns .wsite-com-column {
    width: 20% !important
}

.wsite-com-6-columns .wsite-com-column {
    width: 16.66% !important
}

.wsite-com-7-columns .wsite-com-column {
    width: 14.28% !important
}

.wsite-com-8-columns .wsite-com-column {
    width: 12.5% !important
}

.wsite-com-9-columns .wsite-com-column {
    width: 11.11% !important
}

.wsite-com-10-columns .wsite-com-column {
    width: 10% !important
}

.wsite-com-11-columns .wsite-com-column {
    width: 9.09% !important
}

.wsite-com-12-columns .wsite-com-column {
    width: 8.33% !important
}

#wsite-com-sidebar .wsite-com-link-text {
    display: block
}

#wsite-com-hierarchy {
    position: relative
}

    #wsite-com-hierarchy .wsite-link-unselected {
        color: inherit
    }

#wsite-com-hierarchy-selector {
    position: absolute
}

#wsite-com-store #wsite-com-hierarchy .wsite-com-link-text {
    text-decoration: none !important
}

#wsite-com-store #wsite-com-hierarchy ul {
    position: relative;
    font-size: 20px
}

    #wsite-com-store #wsite-com-hierarchy ul li {
        background: none;
        margin-bottom: 0;
        list-style: none
    }

    #wsite-com-store #wsite-com-hierarchy ul ul {
        margin-left: 12px;
        font-size: 16px;
        padding: 0
    }

    #wsite-com-store #wsite-com-hierarchy ul .wsite-com-link-text {
        margin-bottom: .6em
    }

.wsite-theme-light #wsite-com-hierarchy-selector {
    opacity: 0.55;
    background-color: #eaeaea;
    border-left: 6px solid #ddd
}

.wsite-theme-dark #wsite-com-hierarchy-selector {
    opacity: 0.55;
    background-color: #B2B2B2;
    border-left: 6px solid #d3d3d3
}

#wsite-com-store #wsite-com-empty-category {
    margin: 0 auto;
    padding: 50px;
    text-align: center
}

    #wsite-com-store #wsite-com-empty-category .com-empty-message {
        font-family: "ProximaNova","Open Sans",Helvetica,Arial,Verdana,sans-serif;
        text-transform: uppercase;
        color: #ced0d2;
        display: block;
        font-size: 18px;
        margin-bottom: 30px
    }

    #wsite-com-store #wsite-com-empty-category.wsite-theme-dark .com-empty-action {
        color: #fff;
        background: #4b5155;
        border: 1px solid #202427
    }

        #wsite-com-store #wsite-com-empty-category.wsite-theme-dark .com-empty-action .w-icon-plus {
            color: #fff
        }

        #wsite-com-store #wsite-com-empty-category.wsite-theme-dark .com-empty-action:hover {
            background: #586065
        }

.wsite-com-breadcrumbs {
    display: inline-block;
    float: left
}

#container .clear {
    clear: both;
    width: 100%;
    height: 1px;
    margin-bottom: -1px;
    overflow: hidden
}

#wsite-com-product-price-area {
    border-bottom: 1px solid #efefef;
    font-size: 1.5em;
    line-height: 1em;
    margin-bottom: 15px;
    padding-bottom: 25px
}

    #wsite-com-product-price-area .wsite-com-product-price-container {
        font-size: 1.1em;
        line-height: 1;
        margin-right: 0.3em
    }

    #wsite-com-product-price-area.wsite-com-product-show-price-on-sale #wsite-com-product-price {
        opacity: 0.4;
        text-decoration: line-through
    }

    #wsite-com-product-price-area.wsite-com-product-show-price-on-sale #wsite-com-product-price-sale {
        display: inline-block
    }

    #wsite-com-product-price-area.wsite-com-product-show-price-on-sale #wsite-com-product-price-range, #wsite-com-product-price-area.wsite-com-product-show-price-on-sale #wsite-com-product-price-unavailable {
        display: none
    }

    #wsite-com-product-price-area.wsite-com-product-show-price-unavailable #wsite-com-product-price, #wsite-com-product-price-area.wsite-com-product-show-price-unavailable #wsite-com-product-price-sale, #wsite-com-product-price-area.wsite-com-product-show-price-unavailable #wsite-com-product-price-range {
        display: none
    }

    #wsite-com-product-price-area.wsite-com-product-show-price-unavailable #wsite-com-product-price-unavailable {
        display: inline;
        font-style: italic
    }

    #wsite-com-product-price-area.wsite-com-product-show-price-range #wsite-com-product-price, #wsite-com-product-price-area.wsite-com-product-show-price-range #wsite-com-product-price-sale, #wsite-com-product-price-area.wsite-com-product-show-price-range #wsite-com-product-price-unavailable {
        display: none
    }

    #wsite-com-product-price-area.wsite-com-product-show-price-range #wsite-com-product-price-range {
        display: inline
    }

    #wsite-com-product-price-area.wsite-com-product-show-price-range-on-sale #wsite-com-product-price {
        opacity: 0.4;
        text-decoration: line-through
    }

    #wsite-com-product-price-area.wsite-com-product-show-price-range-on-sale #wsite-com-product-price, #wsite-com-product-price-area.wsite-com-product-show-price-range-on-sale #wsite-com-product-price-range {
        display: inline
    }

    #wsite-com-product-price-area.wsite-com-product-show-price-range-on-sale #wsite-com-product-price-sale, #wsite-com-product-price-area.wsite-com-product-show-price-range-on-sale #wsite-com-product-price-unavailable {
        display: none
    }

    #wsite-com-product-price-area #wsite-com-product-per-item {
        display: none
    }

#wsite-com-product-price {
    display: inline-block
}

#wsite-com-product-price-sale {
    display: none
}

#wsite-com-product-price-unavailable {
    display: none
}

#wsite-com-product-price-range {
    display: none
}

#wsite-com-product-on-sale {
    display: none;
    font-size: 16px;
    font-style: italic !important;
    font-weight: 400 !important;
    color: red !important
}

    #wsite-com-product-on-sale.wsite-com-product-on-sale-visible {
        display: inline
    }

#wsite-com-product-inventory-low-stock-message, #wsite-com-product-inventory-out-of-stock-message {
    display: inline;
    font-size: 16px;
    font-style: italic !important;
    font-weight: 400 !important;
    color: red !important
}

#wsite-com-product-buy {
    line-height: 1;
    padding-top: 15px
}

#wsite-com-product-add-to-cart {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.wsite-com-product-disabled {
    cursor: default;
    opacity: 0.5
}

    .wsite-com-product-disabled:active {
        outline: inherit
    }

#wsite-com-product-fulfillment-options-container {
    padding-top: 15px
}

#wsite-com-product-fulfillment-options__tooltip:hover #wsite-com-product-fulfillment-options__tooltip_text {
    display: inline-block;
    opacity: 1
}

#wsite-com-product-fulfillment-options__tooltip_text {
    display: none;
    opacity: 0;
    position: absolute;
    z-index: 10200;
    border-radius: 2px;
    max-width: 200px;
    padding: 6px 10px;
    color: #fff;
    margin-top: -20px;
    margin-left: 10px;
    font-feature-settings: "kern", "liga", "pnum";
    font-family: "proxima", "Proxima Nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5em;
    background-color: rgba(0,0,0,0.8)
}

#wsite-com-product-quantity, #wsite-com-product-inventory-message {
    display: inline
}

#wsite-com-product-quantity-input {
    text-align: center;
    margin-right: 15px;
    width: 70px
}

    #wsite-com-product-quantity-input::-webkit-inner-spin-button, #wsite-com-product-quantity-input::-webkit-outer-spin-button {
        right: 4px
    }

.wsite-theme-dark .wsite-com-dropdown {
    background: #000
}

#wsite-com-product-tab {
    padding-top: 30px;
    margin-bottom: 15px
}

#wsite-com-product-title {
    font-weight: 200;
    line-height: normal;
    margin-top: 0;
    padding-top: 0
}

#wsite-com-product-info {
    margin-left: 50%
}

#wsite-com-breadcrumbs.wsite-com-product-breadcrumbs, #wsite-com-breadcrumbs.wsite-com-category-breadcrumbs {
    overflow: hidden;
    padding: 0 0 15px 0;
    margin: 0
}

    #wsite-com-breadcrumbs.wsite-com-product-breadcrumbs .wsite-com-breadcrumb, #wsite-com-breadcrumbs.wsite-com-category-breadcrumbs .wsite-com-breadcrumb {
        display: block;
        float: left;
        font-size: 1em;
        margin: 0 !important;
        padding: 0 !important
    }

    #wsite-com-breadcrumbs.wsite-com-product-breadcrumbs .wsite-com-breadcrumb-arrow, #wsite-com-breadcrumbs.wsite-com-category-breadcrumbs .wsite-com-breadcrumb-arrow {
        opacity: 0.5;
        padding: 0 6px
    }

#wsite-com-product-images {
    float: left;
    width: 45%
}

#wsite-com-product-images-strip {
    margin-top: 7.5px
}

.wsite-com-product-images-main-image {
    width: 100%;
    max-height: 1280px;
    overflow: hidden
}

#wsite-com-product-images-strip {
    width: 100%
}

    #wsite-com-product-images-strip .wsite-com-product-images-secondary {
        border-radius: 3px;
        display: inline-block;
        margin-top: 7.5px;
        vertical-align: top
    }

    #wsite-com-product-images-strip .wsite-com-product-images-secondary-outer {
        border-radius: 3px;
        margin-right: 7.5px;
        padding: 3px;
        box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05),0 0 0px 1px rgba(0,0,0,0.1) inset
    }

    #wsite-com-product-images-strip .wsite-com-column {
        width: 20%
    }

#wsite-com-product-sku {
    float: right;
    font-size: 1.2em;
    opacity: 0.5
}

    #wsite-com-product-sku.wsite-com-product-sku-none {
        display: none
    }

    #wsite-com-product-sku b {
        font-size: 1em
    }

#wsite-com-error {
    border: #C0392B 1px solid;
    color: #ffffff;
    border-radius: 3px;
    text-align: center;
    padding: 10px 0;
    margin: 15px 0 0px;
    background: #e74c3c
}

#wsite-com-product-short-description {
    margin-bottom: 15px
}

    #wsite-com-product-short-description .paragraph {
        padding: 0;
        margin: 0
    }

        #wsite-com-product-short-description .paragraph p {
            margin-bottom: 0
        }

#wsite-com-product-social-sharing {
    margin: 0;
    padding: 0
}

    #wsite-com-product-social-sharing .wsite-com-product-social {
        display: inline-block;
        margin: 0 !important;
        padding: 0 !important
    }

    #wsite-com-product-social-sharing a {
        display: block;
        height: 24px;
        margin-right: 3.75px;
        text-indent: -9999em;
        width: 24px
    }

.wsite-com-product-social-twitter, .wsite-com-product-social-facebook, .wsite-com-product-social-pinterest {
    display: inline-block
}

.wsite-com-product-social-twitter {
    background-image: url("../sprites/common/social-icons-s5ea5500bdb.png");
    background-position: 0 -264px
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .wsite-com-product-social-twitter {
        background-image: url("../sprites/common/social-icons/@2x-s0ae7d70c70.png");
        background-position: 0 -529px;
        background-size: 24px auto;
        background-position: 0 -265px
    }
}

.wsite-com-product-social-twitter:hover {
    background-image: url("../sprites/common/social-icons-s5ea5500bdb.png");
    background-position: 0 -240px
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .wsite-com-product-social-twitter:hover {
        background-image: url("../sprites/common/social-icons/@2x-s0ae7d70c70.png");
        background-position: 0 -481px;
        background-size: 24px auto;
        background-position: 0 -241px
    }
}

.wsite-com-product-social-twitter:active {
    background-image: url("../sprites/common/social-icons-s5ea5500bdb.png");
    background-position: 0 -216px
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .wsite-com-product-social-twitter:active {
        background-image: url("../sprites/common/social-icons/@2x-s0ae7d70c70.png");
        background-position: 0 -432px;
        background-size: 24px auto;
        background-position: 0 -216px
    }
}

.wsite-com-product-social-facebook {
    background-image: url("../sprites/common/social-icons-s5ea5500bdb.png");
    background-position: 0 -48px
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .wsite-com-product-social-facebook {
        background-image: url("../sprites/common/social-icons/@2x-s0ae7d70c70.png");
        background-position: 0 -96px;
        background-size: 24px auto;
        background-position: 0 -48px
    }
}

.wsite-com-product-social-facebook:hover {
    background-image: url("../sprites/common/social-icons-s5ea5500bdb.png");
    background-position: 0 -24px
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .wsite-com-product-social-facebook:hover {
        background-image: url("../sprites/common/social-icons/@2x-s0ae7d70c70.png");
        background-position: 0 -48px;
        background-size: 24px auto;
        background-position: 0 -24px
    }
}

.wsite-com-product-social-facebook:active {
    background-image: url("../sprites/common/social-icons-s5ea5500bdb.png");
    background-position: 0 0
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .wsite-com-product-social-facebook:active {
        background-image: url("../sprites/common/social-icons/@2x-s0ae7d70c70.png");
        background-position: 0 0;
        background-size: 24px auto;
        background-position: 0 0
    }
}

.wsite-com-product-social-pinterest {
    background-image: url("../sprites/common/social-icons-s5ea5500bdb.png");
    background-position: 0 -120px
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .wsite-com-product-social-pinterest {
        background-image: url("../sprites/common/social-icons/@2x-s0ae7d70c70.png");
        background-position: 0 -240px;
        background-size: 24px auto;
        background-position: 0 -120px
    }
}

.wsite-com-product-social-pinterest:hover {
    background-image: url("../sprites/common/social-icons-s5ea5500bdb.png");
    background-position: 0 -96px
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .wsite-com-product-social-pinterest:hover {
        background-image: url("../sprites/common/social-icons/@2x-s0ae7d70c70.png");
        background-position: 0 -192px;
        background-size: 24px auto;
        background-position: 0 -96px
    }
}

.wsite-com-product-social-pinterest:active {
    background-image: url("../sprites/common/social-icons-s5ea5500bdb.png");
    background-position: 0 -72px
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .wsite-com-product-social-pinterest:active {
        background-image: url("../sprites/common/social-icons/@2x-s0ae7d70c70.png");
        background-position: 0 -144px;
        background-size: 24px auto;
        background-position: 0 -72px
    }
}

.wsite-com-product-social-plus {
    background-image: url("../sprites/common/social-icons-s5ea5500bdb.png");
    background-position: 0 -192px
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .wsite-com-product-social-plus {
        background-image: url("../sprites/common/social-icons/@2x-s0ae7d70c70.png");
        background-position: 0 -384px;
        background-size: 24px auto;
        background-position: 0 -192px
    }
}

.wsite-com-product-social-plus:hover {
    background-image: url("../sprites/common/social-icons-s5ea5500bdb.png");
    background-position: 0 -168px
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .wsite-com-product-social-plus:hover {
        background-image: url("../sprites/common/social-icons/@2x-s0ae7d70c70.png");
        background-position: 0 -336px;
        background-size: 24px auto;
        background-position: 0 -168px
    }
}

.wsite-com-product-social-plus:active {
    background-image: url("../sprites/common/social-icons-s5ea5500bdb.png");
    background-position: 0 -144px
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .wsite-com-product-social-plus:active {
        background-image: url("../sprites/common/social-icons/@2x-s0ae7d70c70.png");
        background-position: 0 -288px;
        background-size: 24px auto;
        background-position: 0 -144px
    }
}

.wsite-com-product-option-label, .wsite-com-product-modifier-label {
    display: block
}

    .wsite-com-product-option-label input[type=radio], .wsite-com-product-option-label input[type=checkbox], .wsite-com-product-modifier-label input[type=radio], .wsite-com-product-modifier-label input[type=checkbox] {
        margin-right: 5px
    }

label.wsite-com-product-sub-title-label {
    display: block
}

.wsite-com-product-option-color .wsite-com-product-option-color-container, .wsite-com-product-option-color .wsite-com-product-modifier-color-container, .wsite-com-product-modifier-color .wsite-com-product-option-color-container, .wsite-com-product-modifier-color .wsite-com-product-modifier-color-container {
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    margin-right: 7.5px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2)
}

.wsite-com-product-option-color .wsite-com-product-option-swatches, .wsite-com-product-option-color .wsite-com-product-modifier-swatches, .wsite-com-product-modifier-color .wsite-com-product-option-swatches, .wsite-com-product-modifier-color .wsite-com-product-modifier-swatches {
    line-height: 1
}

.wsite-com-product-option-color .wsite-com-product-option-color-unavailable .wsite-com-product-option-color-swatch, .wsite-com-product-option-color .wsite-com-product-option-color-unavailable .wsite-com-product-modifier-color-swatch, .wsite-com-product-option-color .wsite-com-product-modifier-color-unavailable .wsite-com-product-option-color-swatch, .wsite-com-product-option-color .wsite-com-product-modifier-color-unavailable .wsite-com-product-modifier-color-swatch, .wsite-com-product-modifier-color .wsite-com-product-option-color-unavailable .wsite-com-product-option-color-swatch, .wsite-com-product-modifier-color .wsite-com-product-option-color-unavailable .wsite-com-product-modifier-color-swatch, .wsite-com-product-modifier-color .wsite-com-product-modifier-color-unavailable .wsite-com-product-option-color-swatch, .wsite-com-product-modifier-color .wsite-com-product-modifier-color-unavailable .wsite-com-product-modifier-color-swatch {
    opacity: 0.35
}

.wsite-com-product-option-color .wsite-com-product-option-color-swatch, .wsite-com-product-option-color .wsite-com-product-modifier-color-swatch, .wsite-com-product-modifier-color .wsite-com-product-option-color-swatch, .wsite-com-product-modifier-color .wsite-com-product-modifier-color-swatch {
    border-radius: 3px;
    display: block;
    height: 26px;
    width: 26px;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.3) inset;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.wsite-com-product-option-color .wsite-selected, .wsite-com-product-modifier-color .wsite-selected {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/images/common/checkmarks/checkmark-mini.png)
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .wsite-com-product-option-color .wsite-selected, .wsite-com-product-modifier-color .wsite-selected {
        background-image: url(/images/common/checkmarks/@2x/checkmark-mini.png);
        background-size: 20px 20px
    }
}

.wsite-com-product-option-radio .wsite-com-product-option-label-unavailable .wsite-com-product-option-radio-availability, .wsite-com-product-option-radio .wsite-com-product-modifier-label-unavailable .wsite-com-product-modifier-radio-availability, .wsite-com-product-option-radio .wsite-com-product-option-label-unavailable .wsite-com-product-option-checkbox-availability, .wsite-com-product-option-radio .wsite-com-product-modifier-label-unavailable .wsite-com-product-modifier-checkbox-availability, .wsite-com-product-modifier-radio .wsite-com-product-option-label-unavailable .wsite-com-product-option-radio-availability, .wsite-com-product-modifier-radio .wsite-com-product-modifier-label-unavailable .wsite-com-product-modifier-radio-availability, .wsite-com-product-modifier-radio .wsite-com-product-option-label-unavailable .wsite-com-product-option-checkbox-availability, .wsite-com-product-modifier-radio .wsite-com-product-modifier-label-unavailable .wsite-com-product-modifier-checkbox-availability, .wsite-com-product-option-checkbox .wsite-com-product-option-label-unavailable .wsite-com-product-option-radio-availability, .wsite-com-product-option-checkbox .wsite-com-product-modifier-label-unavailable .wsite-com-product-modifier-radio-availability, .wsite-com-product-option-checkbox .wsite-com-product-option-label-unavailable .wsite-com-product-option-checkbox-availability, .wsite-com-product-option-checkbox .wsite-com-product-modifier-label-unavailable .wsite-com-product-modifier-checkbox-availability, .wsite-com-product-modifier-checkbox .wsite-com-product-option-label-unavailable .wsite-com-product-option-radio-availability, .wsite-com-product-modifier-checkbox .wsite-com-product-modifier-label-unavailable .wsite-com-product-modifier-radio-availability, .wsite-com-product-modifier-checkbox .wsite-com-product-option-label-unavailable .wsite-com-product-option-checkbox-availability, .wsite-com-product-modifier-checkbox .wsite-com-product-modifier-label-unavailable .wsite-com-product-modifier-checkbox-availability {
    opacity: 0.5
}

.wsite-com-product-option .product-option-error-message, .wsite-com-product-modifier .product-modifier-error-message {
    color: #dd5857
}

.wsite-com-product-option, .wsite-com-product-modifier {
    padding-top: 15px
}

.wsite-com-product-option-groups select {
    width: 45%
}

#wsite-com-product-options {
    border-top: 1px solid #efefef;
    margin-top: 15px
}

#wsite-com-product-add-to-cart, #wsite-com-product-quantity-input {
    transition: opacity ease-in 0.2s
}

#wsite-com-product-inventory {
    padding-top: 15px
}

.w-input-offscreen {
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    border: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    outline: 0;
    left: 0px
}

.wsite-com-product-label {
    display: block;
    line-height: 1;
    margin-bottom: 7.5px
}

.wsite-com-product-title {
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1
}

.wsite-com-product-sub-title {
    font-size: 12px;
    font-weight: normal
}

.wsite-com-empty-long-description #empty-message-inner {
    background-image: none
}

#wsite-com-issue-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0,0,0,0.85);
    z-index: 99999
}

    #wsite-com-issue-overlay .warning-message {
        color: #fff;
        position: relative;
        top: 40%;
        font-size: 2em;
        line-height: 1.6em;
        font-weight: normal
    }

    #wsite-com-issue-overlay .close-overlay {
        position: absolute;
        width: 36px;
        height: 36px;
        font-size: 2.6em;
        right: 25px;
        top: 25px;
        color: #fff;
        cursor: pointer
    }

        #wsite-com-issue-overlay .close-overlay:before {
            content: "\00D7"
        }

        #wsite-com-issue-overlay .close-overlay:hover {
            color: #ccc
        }

#wsite-com-product-spec-group {
    float: right;
    border-left: 1px solid #ccc;
    margin-left: 20pt;
    margin-bottom: 20pt;
    padding-left: 10pt;
    min-height: 40px
}

form#wsite-com-product-modifiers .wsite-com-product-modifier-checkbox label.wsite-com-product-modifier-label {
    display: block
}

#wsite-com-product-quantity-limit-custom-message {
    padding-top: 15px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-hyphens: auto;
    hyphens: auto
}

.wsite-com-category-subcategory-group .wsite-com-column {
    width: 33.33%
}

.wsite-com-category-product-group .wsite-com-column {
    width: 33.33%
}

.wsite-com-category-product-featured-group .wsite-com-column {
    width: 25%
}

.wsite-com-category-subcategory-link {
    display: block;
    line-height: 0
}

.wsite-com-category-subcategory-name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.wsite-com-category-subcategory-name-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.5
}

.wsite-com-category-subcategory-name-text {
    color: white;
    font-size: 14pt;
    line-height: 1.1;
    padding: 16px;
    position: relative;
    text-align: center;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.5)
}

#wsite-com-featured-title {
    margin: 20px 0 10px
}

.wsite-com-category-product-name {
    line-height: 1.25;
    margin-top: 10px
}

.wsite-com-category-product-price, .wsite-com-category-product-featured-price {
    line-height: 1;
    margin-top: 5px
}

#wsite-com-product-list-paging {
    margin-top: 15px
}

#wsite-com-category-product-group-pagelist {
    float: right;
    font-size: 1.1em
}

    #wsite-com-category-product-group-pagelist a {
        cursor: pointer
    }

        #wsite-com-category-product-group-pagelist a.wsite-selected {
            font-weight: bold
        }

.wsite-com-category-product-featured-group .wsite-com-category-product-wrap, .wsite-com-category-product-featured-group .wsite-com-category-product-featured-wrap {
    font-size: 1.1em;
    margin-bottom: 19px
}

.wsite-com-category-product-group .wsite-com-category-product-wrap, .wsite-com-category-product-featured-group .wsite-com-category-product-wrap, .wsite-com-category-product-featured-group .wsite-com-category-product-featured-wrap, .wsite-com-category-subcategory-group .wsite-com-category-subcategory-wrap {
    font-size: 1.1em;
    margin: 10px;
    position: relative
}

.wsite-com-category-product-group, .wsite-com-category-product-featured-group, .wsite-com-category-subcategory-group {
    margin: 0 -10px
}

.wsite-com-product-price .wsite-com-price {
    display: inline-block;
    margin-right: 5px
}

.wsite-com-product-price .wsite-com-sale-price {
    display: none
}

.wsite-com-product-price.range-sale-price .wsite-com-price {
    display: none
}

.wsite-com-product-price.range-sale-price .wsite-com-sale-price {
    display: inline-block
}

.wsite-com-product-price.single-sale-price .wsite-com-price {
    opacity: 0.4;
    text-decoration: line-through
}

.wsite-com-product-price.single-sale-price .wsite-com-sale-price {
    display: inline-block
}

.wsite-com-category-product-image-wrap, .wsite-com-category-product-featured-image-wrap, .wsite-com-category-subcategory-image-wrap {
    border: 1px solid rgba(0,0,0,0.2)
}

#wsite-com-category-product-group .category__image-sale-banner {
    padding: 2px 5px;
    margin: 0;
    text-align: center;
    color: white !important;
    font-weight: 400 !important
}

    #wsite-com-category-product-group .category__image-sale-banner.visible {
        position: absolute;
        bottom: 0;
        box-sizing: border-box;
        width: 100%
    }

#wsite-com-category-product-group .category__image-sale-banner-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: red;
    opacity: 0.75
}

    #wsite-com-category-product-group .category__image-sale-banner-wrapper .category__image-sale-banner.placeholder {
        visibility: hidden
    }

#wsite-com-category-product-group .category__low-stock-badge, #wsite-com-category-product-group .category__out-of-stock-badge {
    font-weight: 400 !important;
    font-style: italic !important;
    color: red !important
}

.animated-ellipsis i:first-child {
    animation-delay: 0s
}

.animated-ellipsis i {
    animation: ellipsis 1.3s infinite;
    animation-delay: 0.2s
}

    .animated-ellipsis i:last-child {
        animation-delay: 0.3s
    }

@keyframes ellipsis {
    0% {
        opacity: 1
    }

    10% {
        opacity: 0
    }

    55% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

#wsite-com-checkout-cart .wsite-com-paypal-checkout {
    float: right
}

#wsite-com-checkout-cart .wsite-payment-spacer {
    color: #999;
    font-style: italic;
    float: right;
    padding: 10px
}

#wsite-com-checkout-cart-footer {
    margin-top: 20px
}

    #wsite-com-checkout-cart-footer::after {
        clear: both;
        content: "";
        display: table
    }

.wsite-com-continue-shopping .caret {
    font-size: 0.75em;
    margin-right: 5px;
    vertical-align: top;
    line-height: 2em
}

#wsite-com-minicart-checkout-button, #wsite-com-checkout-button {
    float: right
}

.wsite-com-paypal-checkout-button {
    border: none;
    outline: 0
}

#wsite-com-checkout-list, #wsite-com-checkout-summary-list {
    border-collapse: collapse;
    text-align: left;
    width: 100%
}

    #wsite-com-checkout-list.empty thead, .empty#wsite-com-checkout-summary-list thead, #wsite-com-checkout-list.empty tfoot, .empty#wsite-com-checkout-summary-list tfoot {
        display: none
    }

    #wsite-com-checkout-list .wsite-align-center, #wsite-com-checkout-summary-list .wsite-align-center {
        text-align: center
    }

    #wsite-com-checkout-list .wsite-align-right, #wsite-com-checkout-summary-list .wsite-align-right {
        text-align: right
    }

    #wsite-com-checkout-list th, #wsite-com-checkout-summary-list th, #wsite-com-checkout-list td, #wsite-com-checkout-summary-list td {
        border-bottom: 1px solid #f1f1f1;
        padding: 8px 0;
        font-weight: normal;
        text-align: left
    }

    #wsite-com-checkout-list th, #wsite-com-checkout-summary-list th {
        text-align: right;
        font-size: 1.1em
    }

        #wsite-com-checkout-list th:first-child, #wsite-com-checkout-summary-list th:first-child {
            text-align: left
        }

    #wsite-com-checkout-list tbody td:first-child, #wsite-com-checkout-summary-list tbody td:first-child {
        text-align: left;
        width: 10%
    }

    #wsite-com-checkout-list tfoot td, #wsite-com-checkout-summary-list tfoot td {
        border-bottom: none;
        padding-top: 15px;
        vertical-align: top
    }

    #wsite-com-checkout-list .wsite-com-checkout-item-heading, #wsite-com-checkout-summary-list .wsite-com-checkout-item-heading {
        padding-top: 10px
    }

        #wsite-com-checkout-list .wsite-com-checkout-item-heading a, #wsite-com-checkout-summary-list .wsite-com-checkout-item-heading a {
            color: inherit;
            font-size: 1.1em
        }

    #wsite-com-checkout-list .wsite-com-checkout-item-details, #wsite-com-checkout-summary-list .wsite-com-checkout-item-details {
        vertical-align: middle
    }

    #wsite-com-checkout-list .wsite-com-checkout-item-details-inner, #wsite-com-checkout-summary-list .wsite-com-checkout-item-details-inner {
        float: left;
        padding-left: 8px;
        text-align: left
    }

        #wsite-com-checkout-list .wsite-com-checkout-item-details-inner .wsite-coupon-discount, #wsite-com-checkout-summary-list .wsite-com-checkout-item-details-inner .wsite-coupon-discount {
            display: none
        }

    #wsite-com-checkout-list .wsite-com-original-price, #wsite-com-checkout-summary-list .wsite-com-original-price {
        display: block;
        opacity: 0.4;
        text-decoration: line-through
    }

    #wsite-com-checkout-list .wsite-com-sale-price, #wsite-com-checkout-summary-list .wsite-com-sale-price {
        white-space: nowrap
    }

    #wsite-com-checkout-list .wsite-com-checkout-item-image, #wsite-com-checkout-summary-list .wsite-com-checkout-item-image {
        float: left;
        height: 80px;
        width: 80px
    }

    #wsite-com-checkout-list .wsite-com-checkout-item-variations, #wsite-com-checkout-summary-list .wsite-com-checkout-item-variations {
        list-style: none;
        padding: 0;
        overflow-wrap: break-word;
        word-wrap: break-word;
        word-break: break-all
    }

    #wsite-com-checkout-list .wsite-form-input, #wsite-com-checkout-summary-list .wsite-form-input {
        text-align: center;
        width: 30px
    }

    #wsite-com-checkout-list .wsite-remove-button, #wsite-com-checkout-summary-list .wsite-remove-button {
        position: relative;
        top: 9px;
        display: inline-block;
        background-image: url("../sprites/site/mini-cart-s86c48effae.png");
        background-position: 0 -26px;
        background-repeat: no-repeat;
        height: 22px;
        width: 17px;
        cursor: pointer;
        margin-left: -21px;
        left: 32px
    }

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    #wsite-com-checkout-list .wsite-remove-button, #wsite-com-checkout-summary-list .wsite-remove-button {
        background-image: url("../sprites/site/mini-cart/@2x-s576cbc3f90.png");
        background-position: 0 -52px;
        background-size: 16px auto;
        background-position: 0 -26px
    }
}

#wsite-com-checkout-list .wsite-remove-button:hover, #wsite-com-checkout-summary-list .wsite-remove-button:hover {
    background-image: url("../sprites/site/mini-cart-s86c48effae.png");
    background-position: 0 0
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    #wsite-com-checkout-list .wsite-remove-button:hover, #wsite-com-checkout-summary-list .wsite-remove-button:hover {
        background-image: url("../sprites/site/mini-cart/@2x-s576cbc3f90.png");
        background-position: 0 0;
        background-size: 16px auto;
        background-position: 0 0
    }
}

#wsite-com-checkout-list .wsite-com-quantity-action, #wsite-com-checkout-summary-list .wsite-com-quantity-action {
    display: block;
    list-style: none
}

    #wsite-com-checkout-list .wsite-com-quantity-action a, #wsite-com-checkout-summary-list .wsite-com-quantity-action a {
        border-bottom: 1px dashed;
        display: none;
        margin-top: 5px
    }

#wsite-com-checkout-list .wsite-coupons, #wsite-com-checkout-summary-list .wsite-coupons {
    margin-bottom: 20px
}

#wsite-com-checkout-list .wsite-coupon-input, #wsite-com-checkout-summary-list .wsite-coupon-input {
    text-align: left;
    width: 180px;
    display: inline-block
}

#wsite-com-checkout-list #apply-coupon-button, #wsite-com-checkout-summary-list #apply-coupon-button {
    border-bottom: 1px dashed;
    margin-left: 15px;
    display: none
}

#wsite-com-checkout-list .apply-coupon-error, #wsite-com-checkout-summary-list .apply-coupon-error {
    color: #e74c3c;
    margin-left: 15px
}

#wsite-com-checkout-list .wsite-applied-coupon-code, #wsite-com-checkout-summary-list .wsite-applied-coupon-code {
    font-weight: bold
}

#wsite-com-checkout-list .coupon-summary, #wsite-com-checkout-summary-list .coupon-summary {
    font-size: 1.1em
}

#wsite-com-checkout-list .wsite-coupon-discount, #wsite-com-checkout-summary-list .wsite-coupon-discount {
    float: right
}

#wsite-com-checkout-list .wsite-coupon-description .wsite-remove-button, #wsite-com-checkout-summary-list .wsite-coupon-description .wsite-remove-button {
    margin-left: -26px
}

#wsite-com-checkout-list .wsite-coupon-has-no-effect, #wsite-com-checkout-summary-list .wsite-coupon-has-no-effect {
    margin-left: 5px;
    color: #666;
    font-style: italic
}

#wsite-com-checkout-list .wsite-order-notes, #wsite-com-checkout-summary-list .wsite-order-notes {
    width: 100%;
    max-width: 100%
}

    #wsite-com-checkout-list .wsite-order-notes .wsite-form-input, #wsite-com-checkout-summary-list .wsite-order-notes .wsite-form-input {
        display: none;
        text-align: left;
        height: 65px
    }

#wsite-com-notes-link {
    cursor: pointer;
    display: block
}

.wsite-coupon-name, .wsite-item-discount {
    color: #e74c3c
}

.wsite-paypal-waiting, #wsite-com-checkout-cart .wsite-com-checkout-empty-cart:first-child {
    font-size: 1.25em;
    padding: 80px 0 140px;
    text-align: center;
    border-bottom: none
}

.wsite-loading-circle {
    display: inline-block;
    background: url(/images/loading.gif) no-repeat top center;
    margin: auto;
    height: 11px;
    width: 40px
}

.wsite-com-checkout-breakdown span {
    font-size: 1.1em
}

.wsite-com-checkout-breakdown.wsite-com-right {
    border-radius: 0 5px 5px 0
}

#wsite-com-checkout-totals-shipping.wsite-form-input {
    width: 50%
}

#wsite-com-checkout-links {
    list-style: none
}

    #wsite-com-checkout-links li {
        float: left
    }

    #wsite-com-checkout-links a {
        border-bottom: 1px dashed
    }

    #wsite-com-checkout-links .wsite-com-policy-content {
        display: none
    }

    #wsite-com-checkout-links .separator {
        font-size: 1.5em;
        font-family: Arial;
        padding: 0 8px;
        line-height: 100%
    }

.wsite-com-checkout-list-item {
    text-align: left;
    width: 50%
}

.wsite-com-checkout-list-price {
    width: 18%
}

#wsite-com-checkout-list .wsite-com-checkout-list-price, #wsite-com-checkout-summary-list .wsite-com-checkout-list-price {
    text-align: left
}

#wsite-com-checkout-list .wsite-com-checkout-list-quantity, #wsite-com-checkout-summary-list .wsite-com-checkout-list-quantity {
    text-align: center
}

.policy-popover {
    min-height: 60px;
    width: 250px;
    max-height: 170px;
    overflow-y: auto;
    color: #7b7b7b;
    list-style-position: inside
}

body.wsite-theme-dark .policy-popover {
    color: #7b7b7b
}

#wsite-mini-cart {
    width: 370px;
    background: #fff;
    z-index: 10000;
    border: 1px solid #aaa;
    border-radius: 3px;
    box-shadow: 0px 0px 25px rgba(0,0,0,0.08);
    font-weight: 300;
    line-height: 16px
}

    #wsite-mini-cart .wsite-product-image {
        border: none;
        border-radius: 0;
        box-shadow: none;
        overflow: hidden;
        padding: 5px 5px 5px 0
    }

    #wsite-mini-cart.wsite-cart-contents {
        padding: 0
    }

    #wsite-mini-cart .wsite-description-wrapper {
        padding-left: 0
    }

    #wsite-mini-cart .wsite-subtotal-wrapper {
        width: 100%
    }

    #wsite-mini-cart .wsite-items-right {
        padding-right: 13px
    }

    #wsite-mini-cart .wsite-product-price {
        line-height: 32px;
        float: right
    }

    #wsite-mini-cart .wsite-product-list .wsite-list-image-container {
        height: 51px;
        width: 51px;
        margin: 10px 10px 10px 15px
    }

    #wsite-mini-cart .wsite-product-list .wsite-list-image-wrap {
        border-radius: 2px
    }

    #wsite-mini-cart .wsite-product-list .wsite-product-price {
        color: #50575b;
        font-size: 16px
    }

    #wsite-mini-cart .wsite-product-description .wsite-product-option {
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis
    }

    #wsite-mini-cart .wsite-subtotal-wrapper {
        font-size: 16px;
        line-height: 18px
    }

    #wsite-mini-cart.arrow-top, #wsite-mini-cart.arrow-left {
        position: relative;
        background: #fff;
        border: 1px solid #aaa
    }

        #wsite-mini-cart.arrow-top:after, #wsite-mini-cart.arrow-top:before {
            bottom: 100%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none
        }

        #wsite-mini-cart.arrow-left:after, #wsite-mini-cart.arrow-left:before {
            right: 100%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none
        }

        #wsite-mini-cart.arrow-top:after {
            border-color: rgba(255,255,255,0);
            border-bottom-color: #fff;
            border-width: 8px;
            left: 80%;
            margin-left: -8px
        }

        #wsite-mini-cart.arrow-top:before {
            border-color: rgba(170,170,170,0);
            border-bottom-color: #aaa;
            border-width: 9px;
            left: 80%;
            margin-left: -9px
        }

    #wsite-mini-cart.arrow-top-left:after {
        left: 20%
    }

    #wsite-mini-cart.arrow-top-left:before {
        left: 20%
    }

    #wsite-mini-cart.arrow-left:after {
        border-color: rgba(255,255,255,0);
        border-right-color: #fff;
        border-width: 8px;
        top: 20%;
        margin-top: -8px
    }

    #wsite-mini-cart.arrow-left:before {
        border-color: rgba(170,170,170,0);
        border-right-color: #aaa;
        border-width: 9px;
        top: 20%;
        margin-top: -9px
    }

    #wsite-mini-cart .wsite-remove-button {
        background-image: url("../sprites/site/mini-cart-s86c48effae.png");
        background-position: 0 -26px;
        background-repeat: no-repeat;
        height: 22px;
        width: 17px;
        float: right;
        margin-top: 7px;
        cursor: pointer;
        margin-right: 1px
    }

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    #wsite-mini-cart .wsite-remove-button {
        background-image: url("../sprites/site/mini-cart/@2x-s576cbc3f90.png");
        background-position: 0 -52px;
        background-size: 16px auto;
        background-position: 0 -26px
    }
}

#wsite-mini-cart .wsite-remove-button:hover {
    background-image: url("../sprites/site/mini-cart-s86c48effae.png");
    background-position: 0 0
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    #wsite-mini-cart .wsite-remove-button:hover {
        background-image: url("../sprites/site/mini-cart/@2x-s576cbc3f90.png");
        background-position: 0 0;
        background-size: 16px auto;
        background-position: 0 0
    }
}

.wsite-cart-contents {
    padding: 0 10px
}

    .wsite-cart-contents .wsite-product-image .wsite-list-image-container {
        margin-left: 0;
        float: none
    }

    .wsite-cart-contents .wsite-product-description {
        float: none;
        padding: 0;
        margin: 0 0 0 5px
    }

    .wsite-cart-contents .wsite-product-list {
        display: table;
        width: 100%;
        border-collapse: collapse
    }

        .wsite-cart-contents .wsite-product-list li {
            display: table-row
        }

            .wsite-cart-contents .wsite-product-list li .wsite-product-image {
                width: 60px;
                border: 0;
                border-radius: 0;
                box-shadow: none
            }

            .wsite-cart-contents .wsite-product-list li:first-child {
                border-top: none
            }

    .wsite-cart-contents .wsite-product-list {
        border-bottom: 1px solid #ced0d2
    }

    .wsite-cart-contents .wsite-items-right {
        width: 115px
    }

.wsite-product-list {
    padding: 0;
    margin: 0
}

    .wsite-product-list .wsite-empty-cart {
        width: 100%;
        text-align: center;
        margin: 25px 0;
        font-size: 16px
    }

    .wsite-product-list li {
        border-top: 1px solid #ced0d2;
        position: relative;
        opacity: 1;
        list-style-type: none
    }

        .wsite-product-list li .wsite-product-image, .wsite-product-list li .wsite-items-right {
            padding: 5px 0px 5px 0
        }

        .wsite-product-list li .wsite-description-wrapper {
            padding: 3px 0 3px 9px
        }

    .wsite-product-list .wsite-product-name {
        padding: 0
    }

    .wsite-product-list .wsite-list-image-container {
        height: 54px;
        width: 54px;
        margin: 10px 6px 10px 10px
    }

    .wsite-product-list .wsite-list-image-wrap, .wsite-product-list .entity-list-image-wrap {
        border-radius: 4px;
        border: 1px #ced0d2 solid;
        background: #fff
    }

    .wsite-product-list .wsite-product-description {
        font-size: 14px;
        margin: 0
    }

    .wsite-product-list .wsite-list-icon {
        height: 14px;
        width: 13px;
        margin-right: 18px;
        background-repeat: no-repeat;
        background-image: url("../sprites/site/mobile/commerce-sdf6d4e852c.png");
        background-position: 0 -146px
    }

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .wsite-product-list .wsite-list-icon {
        background-image: url("../sprites/site/mobile/commerce/@2x-s82f968c453.png");
        background-position: 0 -292px;
        background-size: 20px auto;
        background-position: 0 -146px
    }
}

.wsite-product-list .wsite-product-price {
    color: #31a68c;
    font-size: 14px;
    padding: 0px 14px 0 0;
    float: left;
    margin: 0
}

.wsite-product-list .wsite-product-sale .wsite-product-price {
    color: inherit;
    text-decoration: line-through
}

.wsite-product-list .wsite-sale-price {
    display: none;
    color: #e13a3a;
    font-size: 14px;
    padding: 0px 6px 0 0;
    float: left
}

.wsite-product-list .wsite-name-header {
    font-size: 16px;
    margin-bottom: 3px;
    display: inline-block;
    color: #50575b;
    line-height: 18px
}

.wsite-product-list .wsite-product-sale .wsite-sale-price {
    display: inherit
}

.wsite-cart-bottom {
    padding: 10px 15px;
    color: #363b3e
}

#wsite-com-checkout-payment .wsite-com-checkout-summary-column h2.wsite-com-checkout-payment-title {
    margin-bottom: 0
}

#wsite-com-checkout-payment .wsite-discount-row {
    color: #e74c3c
}

.wsite-checkout-free-shipping {
    color: #e74c3c;
    text-transform: uppercase
}

.wsite-subtotal-original-cost {
    text-decoration: line-through
}

.wsite-com-checkout-payment-column {
    display: block;
    float: left;
    width: 55%
}

.wsite-com-checkout-summary-column {
    width: 45%;
    display: block;
    float: left
}

#wsite-com-policy-links {
    height: 40px;
    margin-left: 20px;
    padding-right: 5px;
    margin-top: 5px
}

    #wsite-com-policy-links ul {
        float: right
    }

#wsite-com-checkout-payment-order {
    border: 1px solid #e3e5e7;
    padding: 0px 30px 20px 30px;
    margin-left: 18px
}

.wsite-com-checkout-payment-title {
    padding: 0 0 10px 0;
    margin-left: 18px;
    font-size: 1.1em
}

#wsite-com-checkout-payment-order-list {
    border-collapse: collapse;
    width: 100%
}

    #wsite-com-checkout-payment-order-list .wsite-align-right {
        text-align: right
    }

    #wsite-com-checkout-payment-order-list tbody td {
        border-bottom: 1px solid #e3e5e7;
        padding: 17px 0
    }

    #wsite-com-checkout-payment-order-list tfoot .wsite-title {
        text-align: left
    }

    #wsite-com-checkout-payment-order-list tfoot .wsite-price-right {
        text-align: right
    }

    #wsite-com-checkout-payment-order-list tfoot .wsite-pad-row td {
        padding-bottom: 23px
    }

    #wsite-com-checkout-payment-order-list tfoot .wsite-subtotal-row td {
        padding-top: 23px
    }

    #wsite-com-checkout-payment-order-list tfoot .wsite-total-row {
        border-top: 1px dashed #e3e5e7;
        font-size: 1.1em
    }

        #wsite-com-checkout-payment-order-list tfoot .wsite-total-row td {
            padding-top: 18px
        }

    #wsite-com-checkout-payment-order-list .item-quantity {
        font-size: 1.1em
    }

    #wsite-com-checkout-payment-order-list .item-title {
        font-size: 1.1em
    }

    #wsite-com-checkout-payment-order-list .item-price {
        text-align: right
    }

    #wsite-com-checkout-payment-order-list .item-options {
        overflow-wrap: break-word;
        word-wrap: break-word;
        word-break: break-all
    }

    #wsite-com-checkout-payment-order-list .edit-item {
        visibility: hidden;
        padding-left: 5px
    }

        #wsite-com-checkout-payment-order-list .edit-item.shown {
            visibility: visible
        }

#wsite-com-checkout-payment-order-subtotal {
    color: #333;
    font-weight: 600;
    padding-left: 10px
}

#wsite-com-checkout-payment-info {
    margin-right: 2.5%
}

    #wsite-com-checkout-payment-info .wsite-panel-title {
        font-size: 1.1em;
        margin: 0 0 16px 0;
        padding: 0 0 10px 0;
        border-bottom: 1px solid #e3e5e7
    }

#wsite-com-checkout-payment-billing-state .select2-container {
    display: none
}

#wsite-com-checkout-payment-billing-address {
    padding-bottom: 30px
}

.wsite-com-checkout-section {
    padding-bottom: 30px
}

    .wsite-com-checkout-section::after {
        clear: both;
        content: "";
        display: table
    }

    .wsite-com-checkout-section .inner::after {
        clear: both;
        content: "";
        display: table
    }

    .wsite-com-checkout-section .wsite-section-label {
        color: #333;
        cursor: default;
        display: block
    }

    .wsite-com-checkout-section .form-radio-container {
        height: auto;
        margin-bottom: 10px !important
    }

        .wsite-com-checkout-section .form-radio-container label {
            float: none
        }

    .wsite-com-checkout-section .wsite-form-field {
        margin-bottom: 7px;
        width: 100%;
        max-width: 100%
    }

        .wsite-com-checkout-section .wsite-form-field::after {
            clear: both;
            content: "";
            display: table
        }

        .wsite-com-checkout-section .wsite-form-field select, .wsite-com-checkout-section .wsite-form-field input, .wsite-com-checkout-section .wsite-form-field .select2-container {
            display: block;
            margin-top: 5px;
            width: 100%;
            height: 38px
        }

        .wsite-com-checkout-section .wsite-form-field select {
            -webkit-appearance: menulist-button;
            border: 1px solid #ccc
        }

            .wsite-com-checkout-section .wsite-form-field select.invalid {
                border-color: red
            }

        .wsite-com-checkout-section .wsite-form-field input[type="radio"] {
            display: inline;
            height: inherit;
            width: auto;
            margin-left: 1px
        }

        .wsite-com-checkout-section .wsite-form-field #sq-postal-code, .wsite-com-checkout-section .wsite-form-field #sq-card-number, .wsite-com-checkout-section .wsite-form-field #sq-expiration-date, .wsite-com-checkout-section .wsite-form-field #sq-cvv {
            box-sizing: border-box;
            margin-top: 5px
        }

        .wsite-com-checkout-section .wsite-form-field .wsite-form-left, .wsite-com-checkout-section .wsite-form-field .wsite-form-right {
            width: 49%
        }

        .wsite-com-checkout-section .wsite-form-field.wsite-form-country-address .wsite-form-left {
            width: 39%
        }

        .wsite-com-checkout-section .wsite-form-field.wsite-form-country-address .wsite-form-right {
            width: 59%
        }

        .wsite-com-checkout-section .wsite-form-field.wsite-form-zip-city-state .wsite-form-state-select, .wsite-com-checkout-section .wsite-form-field.wsite-form-zip-city-state .wsite-form-state-input {
            float: right;
            width: 37%
        }

        .wsite-com-checkout-section .wsite-form-field.wsite-form-zip-city-state .wsite-form-zip {
            float: left;
            width: 21%
        }

        .wsite-com-checkout-section .wsite-form-field.wsite-form-zip-city-state .wsite-form-city {
            float: left;
            width: 38%;
            margin-left: 2%
        }

        .wsite-com-checkout-section .wsite-form-field.wsite-form-name-zip-row .wsite-form-billing-name {
            float: left;
            width: 61%
        }

        .wsite-com-checkout-section .wsite-form-field.wsite-form-name-zip-row .wsite-form-billing-zip, .wsite-com-checkout-section .wsite-form-field.wsite-form-name-zip-row #sq-postal-code {
            float: right;
            width: 37%
        }

        .wsite-com-checkout-section .wsite-form-field.wsite-form-name-zip-row.wsite-disable-zip .wsite-form-billing-name {
            width: 100%
        }

        .wsite-com-checkout-section .wsite-form-field.wsite-form-name-zip-row.wsite-disable-zip .wsite-form-billing-zip {
            display: none
        }

        .wsite-com-checkout-section .wsite-form-field.wsite-form-billing-row .wsite-form-card, .wsite-com-checkout-section .wsite-form-field.wsite-form-billing-row #sq-card-number {
            float: left;
            width: 51%
        }

        .wsite-com-checkout-section .wsite-form-field.wsite-form-billing-row .wsite-form-exp, .wsite-com-checkout-section .wsite-form-field.wsite-form-billing-row #sq-expiration-date {
            float: left;
            width: 25%;
            margin-left: 2%
        }

        .wsite-com-checkout-section .wsite-form-field.wsite-form-billing-row .wsite-form-cvv, .wsite-com-checkout-section .wsite-form-field.wsite-form-billing-row #sq-cvv {
            float: left;
            width: 20%;
            margin-left: 2%
        }

        .wsite-com-checkout-section .wsite-form-field.full-width {
            width: 100%
        }

        .wsite-com-checkout-section .wsite-form-field.one-line select, .wsite-com-checkout-section .wsite-form-field.one-line input {
            display: inline;
            margin: 5px 8px 0 0;
            width: auto
        }

#wsite-com-checkout-payment-total {
    border-radius: 0 0 8px 8px;
    border-bottom: 0;
    width: 100%
}

    #wsite-com-checkout-payment-total b {
        font-size: 1.65em;
        font-weight: 200;
        margin-right: 8px
    }

#wsite-com-checkout-payment-errors {
    border: #C0392B 1px solid;
    color: #ffffff;
    border-radius: 3px;
    text-align: center;
    padding: 10px 0;
    margin: 0px 0 15px;
    background: #e74c3c;
    display: none
}

    #wsite-com-checkout-payment-errors ul {
        text-align: left;
        margin: 1em 0 0 3em
    }

    #wsite-com-checkout-payment-errors li {
        margin: 5px auto
    }

.wsite-button.wsite-disabled {
    opacity: 0.75;
    cursor: default !important;
    pointer-events: none
}

.wsite-checkout-type {
    margin-bottom: 35px;
    overflow: auto
}

    .wsite-checkout-type .wsite-payment-selector {
        display: block;
        float: left;
        position: relative;
        height: 20px;
        padding: 10px 18px;
        border: 1px solid #e3e5e7;
        background-repeat: no-repeat;
        cursor: pointer
    }

        .wsite-checkout-type .wsite-payment-selector.wsite-selected-gateway label > span {
            background-color: #2a8fe7
        }

        .wsite-checkout-type .wsite-payment-selector input[type="radio"] {
            display: none
        }

        .wsite-checkout-type .wsite-payment-selector label {
            display: block !important;
            width: 22px !important;
            height: 22px !important;
            padding: 0 !important;
            line-height: 20px !important;
            text-indent: 0 !important;
            border: 1px solid #e3e5e7;
            cursor: pointer;
            background-color: #fff;
            border-radius: 50%;
            box-sizing: border-box
        }

        .wsite-checkout-type .wsite-payment-selector input[type="radio"] + label span {
            display: inline-block;
            width: 10px !important;
            height: 10px !important;
            margin: 5px 0 0 5px;
            padding: 0 !important;
            cursor: pointer;
            border-radius: 50%
        }

        .wsite-checkout-type .wsite-payment-selector input[type="radio"]:checked + label span {
            background-color: #2a8fe7;
            box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.3)
        }

    .wsite-checkout-type .wsite-paypal {
        width: 110px;
        margin-left: 10px;
        background-image: url(/images/site/checkout/paypal.png);
        background-position: 55px 13px
    }

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .wsite-checkout-type .wsite-paypal {
        background-image: url(/images/site/checkout/@2x/paypal.png);
        background-size: 65px 18px
    }
}

.wsite-checkout-type .wsite-paypal::after {
    clear: both;
    content: "";
    display: table
}

.wsite-checkout-type .wsite-cc {
    width: 228px;
    background-image: url(/images/site/checkout/credit-cards.png);
    background-position: 57px 8px
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .wsite-checkout-type .wsite-cc {
        background-image: url(/images/site/checkout/@2x/credit-cards.png);
        background-size: 178px 25px
    }
}

#wsite-com-checkout-payment-shipping .inner::after {
    clear: both;
    content: "";
    display: table
}

#wsite-com-checkout-payment-billing-address {
    display: none;
    margin-top: 0;
    padding-top: 0
}

#wsite-com-checkout-breakdown-discounts .wsite-price-wrap {
    color: #339900
}

#wsite-com-checkout-notes textarea {
    height: 75px
}

#wsite-com-checkout-summary #wsite-com-checkout-notes {
    margin-top: 45px;
    border-bottom: 1px solid #e1e1e1;
    padding: 0 0 5px 0
}

    #wsite-com-checkout-summary #wsite-com-checkout-notes .wsite-com-checkout-heading {
        border-bottom: 1px solid #e1e1e1;
        display: block;
        font-size: 1.3em;
        margin: 0 0 5px 0;
        padding: 0 0 5px 0;
        width: 100%
    }

#wsite-com-checkout-summary-header {
    border-bottom: 1px solid #e1e1e1;
    padding: 5px 0 10px;
    position: relative;
    margin-bottom: 40px
}

    #wsite-com-checkout-summary-header::after {
        clear: both;
        content: "";
        display: table
    }

    #wsite-com-checkout-summary-header .wsite-com-checkout-heading {
        padding: 0;
        float: left;
        font-size: 1.8em;
        font-weight: normal;
        margin: 0
    }

    #wsite-com-checkout-summary-header b {
        font-size: 1.8em;
        padding-left: 5px
    }

#wsite-com-checkout-print-receipt {
    background: url(/images/site/checkout/print.png) no-repeat center left;
    color: #0066cc;
    display: block;
    float: right;
    font-size: 1.1em;
    font-weight: 600;
    padding-left: 20px;
    position: absolute;
    right: 0;
    bottom: 10px
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    #wsite-com-checkout-print-receipt {
        background-image: url(/images/site/checkout/print@2x.png);
        background-size: 15px 15px
    }
}

#wsite-com-checkout-summary-info::after {
    clear: both;
    content: "";
    display: table
}

#wsite-com-checkout-summary-info .downloads-summary {
    margin-bottom: 40px
}

    #wsite-com-checkout-summary-info .downloads-summary ul {
        list-style-type: none;
        -webkit-margin-before: 0px;
        -webkit-margin-after: 0px;
        -webkit-padding-start: 0px
    }

    #wsite-com-checkout-summary-info .downloads-summary li {
        display: block
    }

    #wsite-com-checkout-summary-info .downloads-summary a {
        color: #2990ea;
        text-decoration: none;
        border-bottom: 1px dashed #2990ea
    }

    #wsite-com-checkout-summary-info .downloads-summary .wsite-com-checkout-heading {
        border-bottom: 1px solid #e1e1e1;
        display: block;
        font-size: 1.3em;
        margin: 0 0 5px 0;
        padding: 0 0 5px 0;
        width: 100%
    }

    #wsite-com-checkout-summary-info .downloads-summary .wsite-com-checkout-heading {
        width: 30%
    }

    #wsite-com-checkout-summary-info .downloads-summary .product-download-links-holder {
        padding-top: 10px
    }

    #wsite-com-checkout-summary-info .downloads-summary .product-download-link-item {
        margin-bottom: 20px;
        font-size: 14px
    }

        #wsite-com-checkout-summary-info .downloads-summary .product-download-link-item .product-download-item-name {
            margin-bottom: 10px
        }

            #wsite-com-checkout-summary-info .downloads-summary .product-download-link-item .product-download-item-name .product-download-item-expiration {
                color: #999
            }

        #wsite-com-checkout-summary-info .downloads-summary .product-download-link-item .product-download-item-link {
            margin-bottom: 5px
        }

#wsite-com-checkout-summary-info ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#wsite-com-checkout-summary-info .shipping-address, #wsite-com-checkout-summary-info .shipping-method, #wsite-com-checkout-summary-info .summary-address {
    display: block;
    float: left;
    width: 30%
}

#wsite-com-checkout-summary-info .shipping-method {
    margin-left: 5%
}

#wsite-com-checkout-summary-info .summary-address {
    margin-left: 5%
}

#wsite-com-checkout-summary-list {
    margin-top: 45px
}

    #wsite-com-checkout-summary-list th, #wsite-com-checkout-summary-list td {
        text-align: right
    }

    #wsite-com-checkout-summary-list .wsite-com-checkout-breakdown {
        border-radius: 0;
        padding: 5px 0
    }

    #wsite-com-checkout-summary-list .wsite-com-checkout-item-heading {
        float: none
    }

    #wsite-com-checkout-summary-list > tfoot td {
        padding: 0;
        margin: 0
    }

    #wsite-com-checkout-summary-list > tfoot tr:first-child td {
        padding-top: 20px
    }

.wsite-com-checkout-summary-list-item {
    text-align: left
}

.wsite-com-checkout-summary-list-price, .wsite-com-checkout-summary-list-quantity, .wsite-com-checkout-summary-list-total {
    text-align: center
}

#wsite-com-checkout-summary-breakdown {
    border-radius: 5px;
    float: right;
    font-size: 1.1em;
    list-style: none;
    padding: 15px 0 15px 15px;
    width: 80%
}

    #wsite-com-checkout-summary-breakdown li::after {
        clear: both;
        content: "";
        display: table
    }

    #wsite-com-checkout-summary-breakdown b, #wsite-com-checkout-summary-breakdown .wsite-price-wrap {
        width: 50%;
        padding: 3px 0;
        text-align: right
    }

    #wsite-com-checkout-summary-breakdown b {
        display: block;
        float: left
    }

    #wsite-com-checkout-summary-breakdown .wsite-price-wrap {
        float: right;
        width: 40%
    }

    #wsite-com-checkout-summary-breakdown .wsite-com-total {
        border-top: 1px dashed #ccc;
        margin-top: 15px;
        padding-top: 10px
    }

.wsite-theme-dark #wsite-com-checkout-list th, .wsite-theme-dark #wsite-com-checkout-summary-list th, .wsite-theme-dark #wsite-com-checkout-list td, .wsite-theme-dark #wsite-com-checkout-summary-list td {
    border-bottom-color: #333
}

.wsite-theme-dark #wsite-com-checkout-list .wsite-remove-button, .wsite-theme-dark #wsite-com-checkout-summary-list .wsite-remove-button {
    background-image: url("../sprites/site/mini-cart-s86c48effae.png");
    background-position: 0 0
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .wsite-theme-dark #wsite-com-checkout-list .wsite-remove-button, .wsite-theme-dark #wsite-com-checkout-summary-list .wsite-remove-button {
        background-image: url("../sprites/site/mini-cart/@2x-s576cbc3f90.png");
        background-position: 0 0;
        background-size: 16px auto;
        background-position: 0 0
    }
}

.wsite-theme-dark #wsite-com-checkout-list .wsite-remove-button:hover, .wsite-theme-dark #wsite-com-checkout-summary-list .wsite-remove-button:hover {
    background-image: url("../sprites/site/mini-cart-s86c48effae.png");
    background-position: 0 -26px
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .wsite-theme-dark #wsite-com-checkout-list .wsite-remove-button:hover, .wsite-theme-dark #wsite-com-checkout-summary-list .wsite-remove-button:hover {
        background-image: url("../sprites/site/mini-cart/@2x-s576cbc3f90.png");
        background-position: 0 -52px;
        background-size: 16px auto;
        background-position: 0 -26px
    }
}

.wsite-theme-dark #wsite-mini-cart {
    background: #50575b;
    border: 1px solid #282b2d
}

    .wsite-theme-dark #wsite-mini-cart.arrow-top, .wsite-theme-dark #wsite-mini-cart.arrow-left {
        background: #50575b;
        border: 1px solid #363b3e
    }

        .wsite-theme-dark #wsite-mini-cart.arrow-top:after {
            border-bottom-color: #50575b
        }

        .wsite-theme-dark #wsite-mini-cart.arrow-left:after {
            border-right-color: #50575b
        }

        .wsite-theme-dark #wsite-mini-cart.arrow-left:before {
            border-right-color: #282b2d
        }

        .wsite-theme-dark #wsite-mini-cart.arrow-top:before {
            border-bottom-color: #282b2d
        }

    .wsite-theme-dark #wsite-mini-cart .wsite-cart-bottom {
        background: #363b3e;
        color: #acb0b4
    }

    .wsite-theme-dark #wsite-mini-cart .wsite-remove-button {
        background-image: url("../sprites/site/mini-cart-s86c48effae.png");
        background-position: 0 0
    }

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .wsite-theme-dark #wsite-mini-cart .wsite-remove-button {
        background-image: url("../sprites/site/mini-cart/@2x-s576cbc3f90.png");
        background-position: 0 0;
        background-size: 16px auto;
        background-position: 0 0
    }
}

.wsite-theme-dark #wsite-mini-cart .wsite-remove-button:hover {
    background-image: url("../sprites/site/mini-cart-s86c48effae.png");
    background-position: 0 -26px
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .wsite-theme-dark #wsite-mini-cart .wsite-remove-button:hover {
        background-image: url("../sprites/site/mini-cart/@2x-s576cbc3f90.png");
        background-position: 0 -52px;
        background-size: 16px auto;
        background-position: 0 -26px
    }
}

.wsite-theme-dark #wsite-mini-cart .wsite-product-list .wsite-product-price {
    color: #ffffff
}

.wsite-theme-dark #wsite-mini-cart .wsite-product-list .wsite-name-header {
    color: #ffffff
}

.wsite-theme-dark #wsite-mini-cart .wsite-product-list .wsite-product-name {
    color: #acb0b4
}

.wsite-theme-dark .wsite-product-list .wsite-list-image-wrap {
    border: 1px #363b3e solid
}

.wsite-theme-dark .wsite-product-list li {
    border-top: 1px solid #363b3e
}

.wsite-theme-dark .wsite-cart-contents .wsite-product-list {
    border-bottom: 1px solid #282b2d
}

.wsite-theme-dark #wsite-mini-cart.arrow-top, .wsite-theme-dark #wsite-mini-cart.arrow-left {
    border: 1px solid #282b2d
}

.wsite-theme-dark #wsite-com-checkout-payment-order-list tfoot .wsite-total-row {
    border-color: #333
}

.wsite-theme-dark #wsite-com-checkout-payment-info .wsite-panel-title {
    border-color: #333
}

.wsite-theme-dark #wsite-com-checkout-payment-order {
    border-color: #333
}

.wsite-theme-dark #wsite-com-checkout-payment-order-list tbody td {
    border-bottom-color: #333
}

.wsite-theme-dark #wsite-com-checkout-payment-info {
    border-color: #333
}

.wsite-theme-dark .wsite-com-checkout-section {
    border-bottom-color: #333
}

    .wsite-theme-dark .wsite-com-checkout-section label b {
        color: inherit
    }

.wsite-theme-dark #wsite-com-checkout-payment-errors {
    color: #C90000
}

.wsite-theme-dark #wsite-com-checkout-breakdown-discounts .wsite-price {
    color: #339900
}

.wsite-theme-dark #wsite-com-checkout-summary-breakdown .wsite-com-total {
    border-color: #333
}

.wsite-theme-dark #wsite-com-checkout-summary-header {
    border-bottom-color: #333
}

.wsite-theme-dark #wsite-com-checkout-summary-info .wsite-com-checkout-heading {
    border-bottom-color: #333
}

.wsite-theme-dark #wsite-com-checkout-summary-breakdown .total {
    border-top-color: #333
}

.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle
}

.select2-container, .select2-drop, .select2-search, .select2-search input {
    box-sizing: border-box
}

    .select2-container .select2-choice {
        display: block;
        height: 26px;
        padding: 0 0 0 8px;
        overflow: hidden;
        position: relative;
        border: 1px solid #aaa;
        white-space: nowrap;
        line-height: 26px;
        color: #444;
        text-decoration: none;
        border-radius: 4px;
        background-clip: padding-box;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #fff;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
        background-image: linear-gradient(to bottom, #fff 0%, #eee 50%)
    }

    .select2-container.select2-drop-above .select2-choice {
        border-bottom-color: #aaa;
        border-radius: 0 0 4px 4px;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
        background-image: linear-gradient(to bottom, #eee 0%, #fff 90%)
    }

    .select2-container.select2-allowclear .select2-choice .select2-chosen {
        margin-right: 42px
    }

    .select2-container .select2-choice > .select2-chosen {
        margin-right: 26px;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }

    .select2-container .select2-choice abbr {
        display: none;
        width: 12px;
        height: 12px;
        position: absolute;
        right: 24px;
        top: 8px;
        font-size: 1px;
        text-decoration: none;
        border: 0;
        background: url(/images/vendor/select2/select2.png) right top no-repeat;
        cursor: pointer;
        outline: 0
    }

    .select2-container.select2-allowclear .select2-choice abbr {
        display: inline-block
    }

    .select2-container .select2-choice abbr:hover {
        background-position: right -11px;
        cursor: pointer
    }

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 11000;
    top: 100%;
    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 4px 5px rgba(0,0,0,0.15)
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto
}

    .select2-drop-auto-width .select2-search {
        padding-top: 4px
    }

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 -4px 5px rgba(0,0,0,0.15)
}

.select2-drop-active {
    border: 1px solid #5897fb;
    border-top: none
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #5897fb
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #aaa;
    border-radius: 0 4px 4px 0;
    background-clip: padding-box;
    background: #ccc;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
    background-image: linear-gradient(to bottom, #ccc 0%, #eee 60%)
}

    .select2-container .select2-choice .select2-arrow b {
        display: block;
        width: 100%;
        height: 100%;
        background: url(/images/vendor/select2/select2.png) no-repeat 0 1px
    }

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;
    position: relative;
    z-index: 10000;
    white-space: nowrap
}

    .select2-search input {
        width: 100%;
        height: auto !important;
        min-height: 26px;
        padding: 4px 20px 4px 5px;
        margin: 0;
        outline: 0;
        font-family: sans-serif;
        font-size: 1em;
        border: 1px solid #aaa;
        border-radius: 0;
        box-shadow: none;
        background: #fff url(/images/vendor/select2/select2.png) no-repeat 100% -22px;
        background: url(/images/vendor/select2/select2.png) no-repeat 100% -22px,linear-gradient(to bottom, #fff 85%, #eee 99%)
    }

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px
}

.select2-search input.select2-active {
    background: #fff url(/images/vendor/select2/select2-spinner.gif) no-repeat 100%;
    background: url(/images/vendor/select2/select2-spinner.gif) no-repeat 100%,linear-gradient(to bottom, #fff 85%, #eee 99%)
}

.select2-container-active .select2-choice, .select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;
    box-shadow: 0 0 5px rgba(0,0,0,0.3)
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    box-shadow: 0 1px 0 #fff inset;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #eee;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%)
}

.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to top, #fff 0%, #eee 50%)
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none
}

    .select2-dropdown-open .select2-choice .select2-arrow b {
        background-position: -18px 1px
    }

.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: transparent
}

    .select2-results ul.select2-result-sub {
        margin: 0;
        padding-left: 0
    }

        .select2-results ul.select2-result-sub > li .select2-result-label {
            padding-left: 20px
        }

        .select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
            padding-left: 40px
        }

        .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
            padding-left: 60px
        }

        .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
            padding-left: 80px
        }

        .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
            padding-left: 100px
        }

        .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
            padding-left: 110px
        }

        .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
            padding-left: 120px
        }

    .select2-results li {
        list-style: none;
        display: list-item;
        background-image: none
    }

        .select2-results li.select2-result-with-children > .select2-result-label {
            font-weight: bold
        }

    .select2-results .select2-result-label {
        padding: 3px 7px 4px;
        margin: 0;
        cursor: pointer;
        min-height: 1em;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .select2-results .select2-highlighted {
        background: #3875d7;
        color: #fff
    }

    .select2-results li em {
        background: #feffde;
        font-style: normal
    }

    .select2-results .select2-highlighted em {
        background: transparent
    }

    .select2-results .select2-highlighted ul {
        background: #fff;
        color: #000
    }

    .select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-selection-limit {
        background: #f4f4f4;
        display: list-item
    }

    .select2-results .select2-disabled.select2-highlighted {
        color: #666;
        background: #f4f4f4;
        display: list-item;
        cursor: default
    }

    .select2-results .select2-disabled {
        background: #f4f4f4;
        display: list-item;
        cursor: default
    }

    .select2-results .select2-selected {
        display: none
    }

.select2-more-results.select2-active {
    background: #f4f4f4 url(/images/vendor/select2/select2-spinner.gif) no-repeat 100%
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item
}

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default
}

    .select2-container.select2-container-disabled .select2-choice .select2-arrow {
        background-color: #f4f4f4;
        background-image: none;
        border-left: 0
    }

    .select2-container.select2-container-disabled .select2-choice abbr {
        display: none
    }

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0;
    position: relative;
    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;
    background-color: #fff;
    background-image: linear-gradient(to bottom, #eee 1%, #fff 15%)
}

.select2-locked {
    padding: 3px 5px 3px 5px !important
}

.select2-container-multi .select2-choices {
    min-height: 26px
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;
    box-shadow: 0 0 5px rgba(0,0,0,0.3)
}

.select2-container-multi .select2-choices li {
    float: left;
    list-style: none
}

.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

    .select2-container-multi .select2-choices .select2-search-field input {
        padding: 5px;
        margin: 1px 0;
        font-family: sans-serif;
        font-size: 100%;
        color: #666;
        outline: 0;
        border: 0;
        box-shadow: none;
        background: transparent !important
    }

        .select2-container-multi .select2-choices .select2-search-field input.select2-active {
            background: #fff url(/images/vendor/select2/select2-spinner.gif) no-repeat 100% !important
        }

.select2-default {
    color: #999 !important
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;
    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;
    border-radius: 3px;
    box-shadow: 0 0 2px #fff inset,0 1px 0 rgba(0,0,0,0.05);
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%)
}

    .select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
        cursor: default
    }

.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;
    font-size: 1px;
    outline: none;
    background: url(/images/vendor/select2/select2.png) right top no-repeat
}

.select2-container-multi .select2-search-choice-close {
    left: 3px
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
    background-position: right -11px
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px
}

.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default
}

    .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
        padding: 3px 5px 3px 5px;
        border: 1px solid #ddd;
        background-image: none;
        background-color: #f4f4f4
    }

        .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
            display: none;
            background: none
        }

.select2-result-selectable .select2-match, .select2-result-unselectable .select2-match {
    text-decoration: underline
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important
}

.select2-display-none {
    display: none
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll
}

@media only screen and (min-resolution: 144dpi) {
    .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
        background-image: url(/images/vendor/select2/select2x2.png) !important;
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important
    }

    .select2-search input {
        background-position: 100% -21px !important
    }
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    white-space: normal
}

    .popover .arrow, .popover .arrow:after {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid
    }

    .popover .arrow {
        border-width: 11px
    }

        .popover .arrow:after {
            border-width: 10px;
            content: ""
        }

    .popover.top {
        margin-top: -10px
    }

        .popover.top .arrow {
            left: 50%;
            margin-left: -11px;
            border-bottom-width: 0;
            border-top-color: #999;
            border-top-color: rgba(0,0,0,0.25);
            bottom: -11px
        }

            .popover.top .arrow:after {
                bottom: 1px;
                margin-left: -10px;
                border-bottom-width: 0;
                border-top-color: #ffffff
            }

    .popover.right {
        margin-left: 10px
    }

        .popover.right .arrow {
            top: 50%;
            left: -11px;
            margin-top: -11px;
            border-left-width: 0;
            border-right-color: #999;
            border-right-color: rgba(0,0,0,0.25)
        }

            .popover.right .arrow:after {
                left: 1px;
                bottom: -10px;
                border-left-width: 0;
                border-right-color: #ffffff
            }

    .popover.bottom {
        margin-top: 10px
    }

        .popover.bottom .arrow {
            left: 50%;
            margin-left: -11px;
            border-top-width: 0;
            border-bottom-color: #999;
            border-bottom-color: rgba(0,0,0,0.25);
            top: -11px
        }

            .popover.bottom .arrow:after {
                top: 1px;
                margin-left: -10px;
                border-top-width: 0;
                border-bottom-color: #ffffff
            }

    .popover.left {
        margin-left: -10px
    }

        .popover.left .arrow {
            top: 50%;
            right: -11px;
            margin-top: -11px;
            border-right-width: 0;
            border-left-color: #999;
            border-left-color: rgba(0,0,0,0.25)
        }

            .popover.left .arrow:after {
                right: 1px;
                border-right-width: 0;
                border-left-color: #ffffff;
                bottom: -10px
            }

    .popover.warning {
        background-color: #FF9B00;
        border-color: #995d00;
        color: #000
    }

        .popover.warning .popover-title {
            border-bottom-color: #cc7c00;
            background-color: #e68c00;
            color: #000
        }

        .popover.warning.top .arrow {
            border-top-color: #995d00
        }

            .popover.warning.top .arrow:after {
                border-top-color: #FF9B00
            }

        .popover.warning.right .arrow {
            border-right-color: #995d00
        }

            .popover.warning.right .arrow:after {
                border-right-color: #FF9B00
            }

        .popover.warning.bottom .arrow {
            border-bottom-color: #995d00
        }

            .popover.warning.bottom .arrow:after {
                border-bottom-color: #FF9B00
            }

        .popover.warning.left .arrow {
            border-left-color: #995d00
        }

            .popover.warning.left .arrow:after {
                border-left-color: #FF9B00
            }

    .popover.error {
        background-color: #FDE9E9;
        border-color: #f58c8c;
        color: #a50f0f
    }

        .popover.error .popover-title {
            border-bottom-color: #f9baba;
            background-color: #fbd2d2;
            color: #a50f0f
        }

        .popover.error.top .arrow {
            border-top-color: #f58c8c
        }

            .popover.error.top .arrow:after {
                border-top-color: #FDE9E9
            }

        .popover.error.right .arrow {
            border-right-color: #f58c8c
        }

            .popover.error.right .arrow:after {
                border-right-color: #FDE9E9
            }

        .popover.error.bottom .arrow {
            border-bottom-color: #f58c8c
        }

            .popover.error.bottom .arrow:after {
                border-bottom-color: #FDE9E9
            }

        .popover.error.left .arrow {
            border-left-color: #f58c8c
        }

            .popover.error.left .arrow:after {
                border-left-color: #FDE9E9
            }

    .popover.danger {
        background-color: #E03939;
        border-color: #9b1818;
        color: #000
    }

        .popover.danger .popover-title {
            border-bottom-color: #c71f1f;
            background-color: #dd2323;
            color: #000
        }

        .popover.danger.top .arrow {
            border-top-color: #9b1818
        }

            .popover.danger.top .arrow:after {
                border-top-color: #E03939
            }

        .popover.danger.right .arrow {
            border-right-color: #9b1818
        }

            .popover.danger.right .arrow:after {
                border-right-color: #E03939
            }

        .popover.danger.bottom .arrow {
            border-bottom-color: #9b1818
        }

            .popover.danger.bottom .arrow:after {
                border-bottom-color: #E03939
            }

        .popover.danger.left .arrow {
            border-left-color: #9b1818
        }

            .popover.danger.left .arrow:after {
                border-left-color: #E03939
            }

        .popover.danger code {
            color: #333
        }

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

    .popover-title:empty {
        display: none
    }

.popover-content {
    padding: 9px 14px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-hyphens: auto;
    hyphens: auto
}

.wsite-theme-dark .popover-content {
    background: #000000;
    border-radius: 6px
}

.flat-tooltip + .popover {
    font-size: 14px;
    font-weight: normal;
    border-radius: 0;
    box-shadow: none
}

    .flat-tooltip + .popover .popover-content {
        padding: 6px 10px
    }

    .flat-tooltip + .popover .arrow {
        border-width: 8px
    }

        .flat-tooltip + .popover .arrow:after {
            border-width: 7px
        }

    .flat-tooltip + .popover.top .arrow {
        bottom: -16px;
        margin-left: -8px
    }

        .flat-tooltip + .popover.top .arrow:after {
            border-bottom-width: 0;
            margin-left: -7px
        }

    .flat-tooltip + .popover.bottom .arrow {
        top: -16px;
        margin-left: -8px
    }

        .flat-tooltip + .popover.bottom .arrow:after {
            border-top-width: 0;
            margin-left: -7px
        }

    .flat-tooltip + .popover.right .arrow {
        left: -16px;
        margin-top: -8px
    }

        .flat-tooltip + .popover.right .arrow:after {
            border-left-width: 0;
            bottom: -7px
        }

    .flat-tooltip + .popover.left .arrow {
        right: -16px;
        margin-top: -8px
    }

        .flat-tooltip + .popover.left .arrow:after {
            border-right-width: 0;
            bottom: -7px
        }

.select2-drop {
    font-family: Arial, Helvetica, sans-serif
}

@media print {
    .no-print {
        display: none
    }
}

#wsite-com-checkout {
    padding-bottom: 20px
}

input.invalid, select.invalid, textarea.invalid {
    border-color: red
}

    input.invalid:focus, select.invalid:focus, textarea.invalid:focus {
        box-shadow: 0 0 4px 0px rgba(255,0,0,0.7);
        outline: none
    }

input::-ms-clear {
    display: none
}

#wsite-com-checkout-progress {
    cursor: default;
    list-style-position: inside;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    #wsite-com-checkout-progress::after {
        clear: both;
        content: "";
        display: table
    }

    #wsite-com-checkout-progress li {
        border-bottom: 4px solid #ccc;
        color: #ccc;
        float: left;
        font-size: 1.4em;
        font-weight: 500;
        padding: 10px 0;
        text-align: center;
        width: 33%;
        transition: color 0.5s ease-out
    }

        #wsite-com-checkout-progress li.active {
            color: #525252
        }

    #wsite-com-checkout-progress #checkout-tracer {
        border-bottom-color: #525252;
        bottom: 0;
        list-style: none;
        position: absolute
    }

.wsite-theme-dark input.invalid, .wsite-theme-dark select.invalid, .wsite-theme-dark textarea.invalid {
    border: 1px solid #C90000
}

.wsite-theme-dark #wsite-com-checkout-progress li {
    border-bottom-color: #525252;
    color: #525252
}

    .wsite-theme-dark #wsite-com-checkout-progress li.active {
        color: #ccc
    }

.wsite-theme-dark #wsite-com-checkout-progress #checkout-tracer {
    border-bottom-color: #ccc
}

h2.wsite-checkout-header {
    font-size: 1.35em;
    padding-bottom: 35px
}

#wsite-com-checkout-flow {
    position: relative
}

    #wsite-com-checkout-flow .wsite-com-checkout-panel {
        display: none;
        width: 100%
    }

        #wsite-com-checkout-flow .wsite-com-checkout-panel.active {
            display: block
        }

.hover-tip {
    position: absolute;
    z-index: 10200;
    display: none;
    max-width: 300px;
    padding: 6px 10px;
    color: #fff;
    font-feature-settings: "kern", "liga", "pnum";
    font-family: "proxima", "Proxima Nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5em;
    background-color: rgba(0,0,0,0.8);
    border-radius: 2px;
    box-shadow: 0 2px 20px rgba(0,0,0,0.1);
    opacity: 0;
    transition: opacity 0.2s ease-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

    .hover-tip.is-open {
        display: block
    }

    .hover-tip.is-transitionable {
        opacity: 0
    }

    .hover-tip.is-in {
        display: block;
        margin-top: 0;
        opacity: 1
    }

    .hover-tip.is-out {
        opacity: 0;
        pointer-events: none
    }

.ui-spinner-input {
    margin: 0.2em 22px 0.2em 0.4em !important
}

.wsite-spinner {
    border: 1px solid #afafaf;
    border-right: none;
    border-radius: 5px 0 0 5px;
    position: relative;
    height: 37px;
    width: 55px
}

    .wsite-spinner.dark {
        border-color: #313131
    }

        .wsite-spinner.dark .wsite-spinner-controls {
            background-color: #363636;
            border-color: #313131
        }

        .wsite-spinner.dark .wsite-spinner-input {
            background-color: #474747;
            color: #fff;
            text-shadow: 0 -1px black
        }

        .wsite-spinner.dark .wsite-spinner-up, .wsite-spinner.dark .wsite-spinner-down {
            background-image: url(/images/util/spinner/spinner-dark.png)
        }

.wsite-spinner-input {
    background-color: #F6F6F6;
    border: 0;
    border-radius: 3px 0 0 3px;
    padding: 10px 0;
    float: left;
    outline: none;
    height: 100%;
    width: 100%;
    box-sizing: border-box
}

    .wsite-spinner-input::after {
        clear: both;
        content: "";
        display: table
    }

.wsite-spinner-controls {
    background-color: #f3f3f3;
    border: 1px solid #afafaf;
    border-radius: 0 3px 3px 0;
    display: block;
    position: absolute;
    height: 100%;
    margin-right: -18px;
    margin-top: -1px;
    right: 0;
    width: 18px
}

.wsite-spinner-up, .wsite-spinner-down {
    background-image: url(/images/util/spinner/spinner-light.png);
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    height: 50%;
    position: absolute;
    right: 0;
    width: 18px
}

.wsite-spinner-up {
    background-position: -36px center;
    border-radius: 0 3px 0 0;
    top: 0
}

    .wsite-spinner-up.wsite-active {
        background-position: 0px center
    }

.wsite-spinner-down {
    background-position: -18px center;
    border-radius: 0 0 3px 0;
    bottom: 0
}

    .wsite-spinner-down.wsite-active {
        background-position: -54px center
    }

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.hide {
    display: none
}

.show {
    display: block
}

.invisible {
    visibility: hidden
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1
}

.image-waiting {
    background-color: #fff;
    background-image: url(/images/util/loading-white-w24.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: initial;
    height: 100%;
    width: 100% !important;
    left: 0 !important
}

h2, .wsite-content-title, .paragraph {
    word-wrap: break-word
}

.pln {
    color: #4d4d4c
}

@media screen {
    .str {
        color: #718c00
    }

    .kwd {
        color: #8959a8
    }

    .com {
        color: #8e908c
    }

    .typ {
        color: #4271ae
    }

    .lit {
        color: #f5871f
    }

    .pun {
        color: #4d4d4c
    }

    .opn {
        color: #4d4d4c
    }

    .clo {
        color: #4d4d4c
    }

    .tag {
        color: #c82829
    }

    .atn {
        color: #f5871f
    }

    .atv {
        color: #3e999f
    }

    .dec {
        color: #f5871f
    }

    .var {
        color: #c82829
    }

    .fun {
        color: #4271ae
    }
}

@media print, projection {
    .str {
        color: #060
    }

    .kwd {
        color: #006;
        font-weight: bold
    }

    .com {
        color: #600;
        font-style: italic
    }

    .typ {
        color: #404;
        font-weight: bold
    }

    .lit {
        color: #044
    }

    .pun, .opn, .clo {
        color: #440
    }

    .tag {
        color: #006;
        font-weight: bold
    }

    .atn {
        color: #404
    }

    .atv {
        color: #060
    }
}

pre.prettyprint {
    background: white;
    font-family: Menlo, Monaco, Consolas, monospace;
    font-size: 12px;
    line-height: 1.5;
    border: 1px solid #ccc;
    padding: 10px
}

ol.linenums {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 40px
}

.weebly-form-input, .wsite-form-input, .wsite-search-input {
    background: #fff url(/images/common/form_input_bg.gif) repeat-x scroll center top;
    border-color: #7C7C7C #C3C3C3 #DDDDDD;
    border-style: solid;
    border-width: 1px;
    padding: 4px !important;
    max-width: 100%
}

.wsite-form-field {
    max-width: 400px
}

    .wsite-form-field div.wsite-form-input-container .wsite-form-input {
        box-sizing: border-box;
        width: 100% !important
    }

    .wsite-form-field div.wsite-form-input-container .wsite-input-width-100px {
        max-width: 100px
    }

    .wsite-form-field div.wsite-form-input-container .wsite-input-width-200px {
        max-width: 200px
    }

    .wsite-form-field div.wsite-form-input-container .wsite-input-width-285px {
        max-width: 285px
    }

    .wsite-form-field div.wsite-form-input-container .wsite-input-width-370px {
        max-width: 370px
    }

    .wsite-form-field div.wsite-form-input-container .wsite-input-width-500px {
        max-width: 500px
    }

    .wsite-form-field .wsite-form-radio-container .form-select {
        box-sizing: border-box;
        width: 100% !important
    }

    .wsite-form-field.wsite-form-field-thin {
        margin: 8px 8px 2px
    }

.wsite-name-field .wsite-form-input-first-name {
    width: 40%
}

.wsite-name-field .wsite-form-input-last-name {
    width: 55%
}

.wsite-phone-field {
    max-width: 200px
}

    .wsite-phone-field .wsite-form-phone-separator {
        box-sizing: border-box;
        float: left;
        line-height: 29px;
        overflow: hidden;
        text-align: center;
        width: 5%
    }

    .wsite-phone-field .wsite-form-input-phone-first, .wsite-phone-field .wsite-form-input-phone-second {
        width: 27%
    }

    .wsite-phone-field .wsite-form-input-phone-third {
        width: 35%
    }

.wsite-address-field .wsite-address-short {
    width: 47%
}

.wsite-form-container .form-input-error {
    border: 1px solid red !important
}

.recaptcha .grecaptcha-badge {
    display: none
}

.wsite-instructions-help {
    cursor: help;
    display: block;
    height: 13px;
    width: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px
}

.instructions-container {
    display: none;
    word-wrap: break-word;
    position: absolute;
    z-index: 12;
    max-width: 330px;
    background: #FEF2E6;
    border: 1px solid #FFBF80;
    padding: 10px;
    cursor: pointer;
    font-size: 14px;
    color: #000;
    border-radius: 3px
}

.wsite-instructions-container-caret {
    position: absolute
}

.caret-top .wsite-instructions-container-caret {
    bottom: 100%
}

    .caret-top .wsite-instructions-container-caret:after, .caret-top .wsite-instructions-container-caret:before {
        bottom: 100%
    }

    .caret-top .wsite-instructions-container-caret:after {
        border-bottom-color: #fef2e6
    }

    .caret-top .wsite-instructions-container-caret:before {
        border-bottom-color: #ffbf80
    }

.caret-bottom .wsite-instructions-container-caret {
    top: 100%
}

    .caret-bottom .wsite-instructions-container-caret:after, .caret-bottom .wsite-instructions-container-caret:before {
        top: 100%
    }

    .caret-bottom .wsite-instructions-container-caret:after {
        border-top-color: #fef2e6
    }

    .caret-bottom .wsite-instructions-container-caret:before {
        border-top-color: #ffbf80
    }

.wsite-instructions-container-caret:after, .wsite-instructions-container-caret:before {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.wsite-instructions-container-caret:after {
    border-color: rgba(254,242,230,0);
    border-width: 10px;
    margin-left: -10px
}

.wsite-instructions-container-caret:before {
    border-color: rgba(255,191,128,0);
    border-width: 12px;
    margin-left: -12px
}

.wsite-theme-light .wsite-instructions-help {
    background-image: url("../sprites/site/forms-s3786257308.png");
    background-position: 0 0
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .wsite-theme-light .wsite-instructions-help {
        background-image: url("../sprites/site/forms/@2x-s47607b315a.png");
        background-position: 0 0;
        background-size: 13px auto;
        background-position: 0 0
    }
}

.wsite-theme-dark .wsite-instructions-help {
    background-image: url("../sprites/site/forms-s3786257308.png");
    background-position: 0 -13px
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .wsite-theme-dark .wsite-instructions-help {
        background-image: url("../sprites/site/forms/@2x-s47607b315a.png");
        background-position: 0 -26px;
        background-size: 13px auto;
        background-position: 0 -13px
    }
}

.wsite-video-container {
    position: relative;
    padding-bottom: 56.25% !important;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

    .wsite-video-container iframe, .wsite-video-container video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.wsite-video-align-center {
    margin: 0 auto
}

.wsite-video-align-right {
    margin: 0 0 0 auto
}

.wsite-video-wrapper {
    max-width: 100%
}

.wsite-video-height-170 {
    width: 302px
}

.wsite-video-height-226 {
    width: 401px
}

.wsite-video-height-282 {
    width: 501px
}

.wsite-video-height-366 {
    width: 650px
}

.wsite-video-height-480 {
    width: 853px
}

.mejs-time-rail {
    position: relative;
    overflow: hidden
}

.wsite-youtube-container {
    position: relative;
    padding-bottom: 56.25% !important;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

    .wsite-youtube-container iframe, .wsite-youtube-container .wsite-youtube-coverbox {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .wsite-youtube-container .wsite-youtube-coverbox {
        background: url(/images/blank.gif);
        z-index: 2
    }

.inside-active .wsite-youtube-coverbox {
    display: none
}

.wsite-youtube-wrapper {
    max-width: 100%
}

.wsite-youtube-size-small {
    width: 302px
}

.wsite-youtube-size-medium {
    width: 401px
}

.wsite-youtube-size-large {
    width: 501px
}

.wsite-youtube-size-xl {
    width: 650px
}

.wsite-youtube-size-hd {
    width: 853px
}

.wsite-youtube-align-center {
    margin: 0 auto
}

.wsite-youtube-align-right {
    margin: 0 0 0 auto
}

.wsite-product {
    padding: 10px 20px;
    min-width: 100px;
    overflow: hidden
}

    .wsite-product:after {
        display: block;
        content: "";
        height: 0;
        overflow: hidden;
        visibility: hidden;
        clear: both
    }

.wsite-product-image-wrap {
    position: relative;
    float: left;
    max-width: 100%;
    margin: 10px 20px 10px 0
}

a.wsite-product-image {
    display: block
}

.wsite-product-right {
    display: table
}

    .wsite-product-right:after {
        content: "w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w w ";
        display: block;
        height: 0;
        overflow: hidden;
        visibility: hidden
    }

    .wsite-product-right #wsite-com-error {
        clear: both
    }

.wsite-product-top {
    float: left;
    margin: 10px 0 5px;
    width: 70%;
    min-width: 100px
}

.wsite-product-title, .wsite-product-price {
    margin-right: 10px
}

.wsite-product-button-wrap {
    float: left;
    margin: 10px 0;
    width: 30%;
    display: table;
    text-align: right
}

.wsite-soldout-product-button {
    cursor: default;
    opacity: 0.5
}

    .wsite-soldout-product-button:active {
        outline: inherit
    }

.wsite-product-description {
    clear: both;
    padding-top: 5px;
    margin: 0 0 10px
}

.text-option-error-message {
    color: #dd5857
}

.wsite-product .wsite-product-variations {
    margin-top: 0px;
    margin-bottom: 2px;
    padding: 0px;
    list-style: none
}

    .wsite-product .wsite-product-variations :first-child {
        margin-top: 5px
    }

    .wsite-product .wsite-product-variations .wsite-product-variant {
        margin-bottom: 5px;
        opacity: 0.6
    }

.wsite-product {
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 4px;
    background: rgba(255,255,255,0.4);
    box-shadow: 0 1px 2px rgba(0,0,0,0.1)
}

    .wsite-product div.wsite-product-price a {
        text-decoration: none
    }

    .wsite-product div.wsite-product-price .wsite-product-original-price {
        text-decoration: line-through
    }

    .wsite-product .wsite-product-title {
        font-size: 120%
    }

.wsite-theme-dark .wsite-product {
    background: rgba(255,255,255,0.05);
    border-color: rgba(255,255,255,0.12);
    box-shadow: 0 0 2px rgba(0,0,0,0.5)
}

.wsite-theme-dark .wsite-product-image {
    border-color: rgba(30,30,30,0.8)
}

.wsite-product-image {
    border: 1px solid #ced0d2;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    overflow: hidden
}

.wsite-product-price {
    font-size: 120%;
    margin-top: 5px;
    cursor: text
}

    .wsite-product-price .wsite-product-original-price {
        text-decoration: line-through;
        opacity: 0.4
    }

    .wsite-product-price .wsite-product-sale-price {
        margin-left: 10px
    }

.product-block-image {
    display: inline-block;
    width: 164px !important;
    height: 120px !important;
    background-position: 50% 50%;
    background-size: cover;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important
}

.wsite-custom-membership-wrapper {
    display: inline-block
}

.wsite-custom-minicart-wrapper {
    display: inline-block
}

.product-grid {
    clear: both
}

    .product-grid .product-grid__item {
        text-align: left;
        line-height: 1
    }

    .product-grid .product-grid-reset {
        display: block;
        word-break: break-word
    }

    .product-grid .product-grid__images {
        margin-bottom: 1em
    }

    .product-grid .product-grid-image {
        position: relative;
        width: 100%;
        padding-top: 100%;
        background-size: cover;
        background-position: center center
    }

        .product-grid .product-grid-image .product-grid__image-sale-banner {
            padding: 2px 5px;
            margin: 0;
            text-align: center;
            color: white;
            font-weight: 400
        }

            .product-grid .product-grid-image .product-grid__image-sale-banner.visible {
                position: absolute;
                bottom: 0;
                box-sizing: border-box;
                width: 100%
            }

        .product-grid .product-grid-image .product-grid__image-sale-banner-wrapper {
            position: absolute;
            bottom: 0;
            width: 100%;
            background: red;
            opacity: 0.75
        }

            .product-grid .product-grid-image .product-grid__image-sale-banner-wrapper .product-grid__image-sale-banner.placeholder {
                visibility: hidden
            }

    .product-grid .product-grid-image__slideshow {
        display: none
    }

    .product-grid .product-grid__info h2.product-grid__title {
        padding: 0
    }

        .product-grid .product-grid__info h2.product-grid__title .product-grid-reset {
            line-height: 1
        }

    .product-grid .product-grid__info .product-grid__price {
        padding: 0
    }

        .product-grid .product-grid__info .product-grid__price .product-grid-reset {
            line-height: 1
        }

    .product-grid .product-grid__info .product-grid__description {
        padding: 0;
        line-height: 1.25
    }

        .product-grid .product-grid__info .product-grid__description .product-grid-reset {
            line-height: 1.25
        }

        .product-grid .product-grid__info .product-grid__description .product-grid__description--shortened {
            max-height: 2.5em;
            display: block;
            -webkit-line-clamp: 2;
            overflow: hidden;
            text-overflow: ellipsis
        }

    .product-grid .product-grid__info .product-grid__sale {
        text-decoration: line-through;
        opacity: 0.4;
        margin-right: 5px
    }

    .product-grid .product-grid__info .product-grid__low-stock-badge, .product-grid .product-grid__info .product-grid__out-of-stock-badge {
        font-weight: 400;
        font-style: italic;
        color: red
    }

#wsite-content .product-grid__image-sale-banner {
    color: white !important;
    font-weight: 400 !important
}

#wsite-content .product-grid__low-stock-badge, #wsite-content .product-grid__out-of-stock-badge {
    font-weight: 400 !important;
    font-style: italic !important;
    color: red !important
}

.product-grid .product-grid-image-aspect--3-2 {
    padding-top: 66.66%
}

.product-grid .product-grid-image-aspect--4-3 {
    padding-top: 75%
}

.product-grid .product-grid-image-aspect--1-1 {
    padding-top: 100%
}

.product-grid .product-grid-image-aspect--3-4 {
    padding-top: 133.33%
}

.product-grid .product-grid-image-aspect--2-3 {
    padding-top: 150%
}

.product-grid-columns--1 {
    width: 100%
}

    .product-grid-columns--1:after {
        clear: both;
        content: "";
        display: table
    }

    .product-grid-columns--1 .product-grid__item {
        margin-bottom: 2.35765%;
        position: relative;
        font-size: 19px
    }

        .product-grid-columns--1 .product-grid__item .product-grid__info h2.product-grid__title {
            margin: 0 auto 9.5px
        }

            .product-grid-columns--1 .product-grid__item .product-grid__info h2.product-grid__title .product-grid-reset {
                font-size: 21.375px
            }

        .product-grid-columns--1 .product-grid__item .product-grid__info .product-grid__price {
            margin: 0 auto 9.5px
        }

            .product-grid-columns--1 .product-grid__item .product-grid__info .product-grid__price .product-grid-reset {
                font-size: 19px
            }

        .product-grid-columns--1 .product-grid__item .product-grid__info .product-grid__description {
            margin: 0 auto 19px
        }

            .product-grid-columns--1 .product-grid__item .product-grid__info .product-grid__description .product-grid-reset {
                font-size: 19px
            }

@media screen and (min-width: 480px) and (max-width: 1023px) {
    .product-grid-columns--1 .product-grid__item {
        float: left;
        display: block;
        margin-right: 2.43902%;
        width: 48.78049%
    }

        .product-grid-columns--1 .product-grid__item:last-child {
            margin-right: 0
        }

        .product-grid-columns--1 .product-grid__item:nth-child(2n) {
            margin-right: 0
        }

        .product-grid-columns--1 .product-grid__item:nth-child(2n+1) {
            clear: left
        }
}

@media screen and (min-width: 1024px) {
    .product-grid-columns--1 .product-grid__item {
        float: left;
        display: block;
        margin-right: 2.43902%;
        width: 100%
    }

        .product-grid-columns--1 .product-grid__item:last-child {
            margin-right: 0
        }

        .product-grid-columns--1 .product-grid__item:nth-child(1n) {
            margin-right: 0
        }

        .product-grid-columns--1 .product-grid__item:nth-child(1n+1) {
            clear: left
        }
}

.product-grid-columns--1 .product-grid__item .product-grid__item-overlay {
    width: 100%
}

.product-grid-columns--1 .product-grid__button {
    backface-visibility: hidden
}

    .product-grid-columns--1 .product-grid__button a {
        backface-visibility: hidden
    }

.product-grid-columns--2 {
    width: 100%
}

    .product-grid-columns--2:after {
        clear: both;
        content: "";
        display: table
    }

    .product-grid-columns--2 .product-grid__item {
        margin-bottom: 2.35765%;
        position: relative;
        font-size: 18px
    }

        .product-grid-columns--2 .product-grid__item .product-grid__info h2.product-grid__title {
            margin: 0 auto 9px
        }

            .product-grid-columns--2 .product-grid__item .product-grid__info h2.product-grid__title .product-grid-reset {
                font-size: 20.25px
            }

        .product-grid-columns--2 .product-grid__item .product-grid__info .product-grid__price {
            margin: 0 auto 9px
        }

            .product-grid-columns--2 .product-grid__item .product-grid__info .product-grid__price .product-grid-reset {
                font-size: 18px
            }

        .product-grid-columns--2 .product-grid__item .product-grid__info .product-grid__description {
            margin: 0 auto 18px
        }

            .product-grid-columns--2 .product-grid__item .product-grid__info .product-grid__description .product-grid-reset {
                font-size: 18px
            }

@media screen and (min-width: 480px) and (max-width: 1023px) {
    .product-grid-columns--2 .product-grid__item {
        float: left;
        display: block;
        margin-right: 2.43902%;
        width: 48.78049%
    }

        .product-grid-columns--2 .product-grid__item:last-child {
            margin-right: 0
        }

        .product-grid-columns--2 .product-grid__item:nth-child(2n) {
            margin-right: 0
        }

        .product-grid-columns--2 .product-grid__item:nth-child(2n+1) {
            clear: left
        }
}

@media screen and (min-width: 1024px) {
    .product-grid-columns--2 .product-grid__item {
        float: left;
        display: block;
        margin-right: 2.43902%;
        width: 48.78049%
    }

        .product-grid-columns--2 .product-grid__item:last-child {
            margin-right: 0
        }

        .product-grid-columns--2 .product-grid__item:nth-child(2n) {
            margin-right: 0
        }

        .product-grid-columns--2 .product-grid__item:nth-child(2n+1) {
            clear: left
        }
}

.product-grid-columns--2 .product-grid__item .product-grid__item-overlay {
    width: 100%
}

.product-grid-columns--2 .product-grid__button {
    backface-visibility: hidden
}

    .product-grid-columns--2 .product-grid__button a {
        backface-visibility: hidden
    }

.product-grid-columns--3 {
    width: 100%
}

    .product-grid-columns--3:after {
        clear: both;
        content: "";
        display: table
    }

    .product-grid-columns--3 .product-grid__item {
        margin-bottom: 2.35765%;
        position: relative;
        font-size: 17px
    }

        .product-grid-columns--3 .product-grid__item .product-grid__info h2.product-grid__title {
            margin: 0 auto 8.5px
        }

            .product-grid-columns--3 .product-grid__item .product-grid__info h2.product-grid__title .product-grid-reset {
                font-size: 19.125px
            }

        .product-grid-columns--3 .product-grid__item .product-grid__info .product-grid__price {
            margin: 0 auto 8.5px
        }

            .product-grid-columns--3 .product-grid__item .product-grid__info .product-grid__price .product-grid-reset {
                font-size: 17px
            }

        .product-grid-columns--3 .product-grid__item .product-grid__info .product-grid__description {
            margin: 0 auto 17px
        }

            .product-grid-columns--3 .product-grid__item .product-grid__info .product-grid__description .product-grid-reset {
                font-size: 17px
            }

@media screen and (min-width: 480px) and (max-width: 1023px) {
    .product-grid-columns--3 .product-grid__item {
        float: left;
        display: block;
        margin-right: 2.43902%;
        width: 48.78049%
    }

        .product-grid-columns--3 .product-grid__item:last-child {
            margin-right: 0
        }

        .product-grid-columns--3 .product-grid__item:nth-child(2n) {
            margin-right: 0
        }

        .product-grid-columns--3 .product-grid__item:nth-child(2n+1) {
            clear: left
        }
}

@media screen and (min-width: 1024px) {
    .product-grid-columns--3 .product-grid__item {
        float: left;
        display: block;
        margin-right: 2.43902%;
        width: 31.70732%
    }

        .product-grid-columns--3 .product-grid__item:last-child {
            margin-right: 0
        }

        .product-grid-columns--3 .product-grid__item:nth-child(3n) {
            margin-right: 0
        }

        .product-grid-columns--3 .product-grid__item:nth-child(3n+1) {
            clear: left
        }
}

.product-grid-columns--3 .product-grid__item .product-grid__item-overlay {
    width: 100%
}

.product-grid-columns--3 .product-grid__button {
    backface-visibility: hidden
}

    .product-grid-columns--3 .product-grid__button a {
        backface-visibility: hidden
    }

.product-grid-columns--4 {
    width: 100%
}

    .product-grid-columns--4:after {
        clear: both;
        content: "";
        display: table
    }

    .product-grid-columns--4 .product-grid__item {
        margin-bottom: 2.35765%;
        position: relative;
        font-size: 16px
    }

        .product-grid-columns--4 .product-grid__item .product-grid__info h2.product-grid__title {
            margin: 0 auto 8px
        }

            .product-grid-columns--4 .product-grid__item .product-grid__info h2.product-grid__title .product-grid-reset {
                font-size: 18px
            }

        .product-grid-columns--4 .product-grid__item .product-grid__info .product-grid__price {
            margin: 0 auto 8px
        }

            .product-grid-columns--4 .product-grid__item .product-grid__info .product-grid__price .product-grid-reset {
                font-size: 16px
            }

        .product-grid-columns--4 .product-grid__item .product-grid__info .product-grid__description {
            margin: 0 auto 16px
        }

            .product-grid-columns--4 .product-grid__item .product-grid__info .product-grid__description .product-grid-reset {
                font-size: 16px
            }

@media screen and (min-width: 480px) and (max-width: 1023px) {
    .product-grid-columns--4 .product-grid__item {
        float: left;
        display: block;
        margin-right: 2.43902%;
        width: 48.78049%
    }

        .product-grid-columns--4 .product-grid__item:last-child {
            margin-right: 0
        }

        .product-grid-columns--4 .product-grid__item:nth-child(2n) {
            margin-right: 0
        }

        .product-grid-columns--4 .product-grid__item:nth-child(2n+1) {
            clear: left
        }
}

@media screen and (min-width: 1024px) {
    .product-grid-columns--4 .product-grid__item {
        float: left;
        display: block;
        margin-right: 2.43902%;
        width: 23.17073%
    }

        .product-grid-columns--4 .product-grid__item:last-child {
            margin-right: 0
        }

        .product-grid-columns--4 .product-grid__item:nth-child(4n) {
            margin-right: 0
        }

        .product-grid-columns--4 .product-grid__item:nth-child(4n+1) {
            clear: left
        }
}

.product-grid-columns--4 .product-grid__item .product-grid__item-overlay {
    width: 100%
}

.product-grid-columns--4 .product-grid__button {
    backface-visibility: hidden;
    width: 111%;
    transform: scale(0.9);
    transform-origin: 0
}

    .product-grid-columns--4 .product-grid__button a {
        backface-visibility: hidden
    }

.product-grid-columns--5 {
    width: 100%
}

    .product-grid-columns--5:after {
        clear: both;
        content: "";
        display: table
    }

    .product-grid-columns--5 .product-grid__item {
        margin-bottom: 2.35765%;
        position: relative;
        font-size: 15px
    }

        .product-grid-columns--5 .product-grid__item .product-grid__info h2.product-grid__title {
            margin: 0 auto 7.5px
        }

            .product-grid-columns--5 .product-grid__item .product-grid__info h2.product-grid__title .product-grid-reset {
                font-size: 16.875px
            }

        .product-grid-columns--5 .product-grid__item .product-grid__info .product-grid__price {
            margin: 0 auto 7.5px
        }

            .product-grid-columns--5 .product-grid__item .product-grid__info .product-grid__price .product-grid-reset {
                font-size: 15px
            }

        .product-grid-columns--5 .product-grid__item .product-grid__info .product-grid__description {
            margin: 0 auto 15px
        }

            .product-grid-columns--5 .product-grid__item .product-grid__info .product-grid__description .product-grid-reset {
                font-size: 15px
            }

@media screen and (min-width: 480px) and (max-width: 1023px) {
    .product-grid-columns--5 .product-grid__item {
        float: left;
        display: block;
        margin-right: 2.43902%;
        width: 48.78049%
    }

        .product-grid-columns--5 .product-grid__item:last-child {
            margin-right: 0
        }

        .product-grid-columns--5 .product-grid__item:nth-child(2n) {
            margin-right: 0
        }

        .product-grid-columns--5 .product-grid__item:nth-child(2n+1) {
            clear: left
        }
}

@media screen and (min-width: 1024px) {
    .product-grid-columns--5 .product-grid__item {
        float: left;
        display: block;
        margin-right: 2.43902%;
        width: 18.04878%
    }

        .product-grid-columns--5 .product-grid__item:last-child {
            margin-right: 0
        }

        .product-grid-columns--5 .product-grid__item:nth-child(5n) {
            margin-right: 0
        }

        .product-grid-columns--5 .product-grid__item:nth-child(5n+1) {
            clear: left
        }
}

.product-grid-columns--5 .product-grid__item .product-grid__item-overlay {
    width: 100%
}

.product-grid-columns--5 .product-grid__button {
    backface-visibility: hidden;
    width: 125%;
    transform: scale(0.8) translateZ(0);
    transform-origin: 0
}

    .product-grid-columns--5 .product-grid__button a {
        backface-visibility: hidden
    }

.product-grid-columns--6 {
    width: 100%
}

    .product-grid-columns--6:after {
        clear: both;
        content: "";
        display: table
    }

    .product-grid-columns--6 .product-grid__item {
        margin-bottom: 2.35765%;
        position: relative;
        font-size: 14px
    }

        .product-grid-columns--6 .product-grid__item .product-grid__info h2.product-grid__title {
            margin: 0 auto 7px
        }

            .product-grid-columns--6 .product-grid__item .product-grid__info h2.product-grid__title .product-grid-reset {
                font-size: 15.75px
            }

        .product-grid-columns--6 .product-grid__item .product-grid__info .product-grid__price {
            margin: 0 auto 7px
        }

            .product-grid-columns--6 .product-grid__item .product-grid__info .product-grid__price .product-grid-reset {
                font-size: 14px
            }

        .product-grid-columns--6 .product-grid__item .product-grid__info .product-grid__description {
            margin: 0 auto 14px
        }

            .product-grid-columns--6 .product-grid__item .product-grid__info .product-grid__description .product-grid-reset {
                font-size: 14px
            }

@media screen and (min-width: 480px) and (max-width: 1023px) {
    .product-grid-columns--6 .product-grid__item {
        float: left;
        display: block;
        margin-right: 2.43902%;
        width: 48.78049%
    }

        .product-grid-columns--6 .product-grid__item:last-child {
            margin-right: 0
        }

        .product-grid-columns--6 .product-grid__item:nth-child(2n) {
            margin-right: 0
        }

        .product-grid-columns--6 .product-grid__item:nth-child(2n+1) {
            clear: left
        }
}

@media screen and (min-width: 1024px) {
    .product-grid-columns--6 .product-grid__item {
        float: left;
        display: block;
        margin-right: 2.43902%;
        width: 14.63415%
    }

        .product-grid-columns--6 .product-grid__item:last-child {
            margin-right: 0
        }

        .product-grid-columns--6 .product-grid__item:nth-child(6n) {
            margin-right: 0
        }

        .product-grid-columns--6 .product-grid__item:nth-child(6n+1) {
            clear: left
        }
}

.product-grid-columns--6 .product-grid__item .product-grid__item-overlay {
    width: 100%
}

.product-grid-columns--6 .product-grid__button {
    backface-visibility: hidden;
    width: 125%;
    transform: scale(0.8) translateZ(0);
    transform-origin: 0
}

    .product-grid-columns--6 .product-grid__button a {
        backface-visibility: hidden
    }

.product-grid .product-grid-multi-image {
    width: 100%;
    max-width: 68em;
    margin-left: auto;
    margin-right: auto
}

    .product-grid .product-grid-multi-image::after {
        clear: both;
        content: "";
        display: table
    }

    .product-grid .product-grid-multi-image .product-grid-image {
        float: left;
        display: block;
        margin-right: 2.43902%;
        width: 48.78049%;
        padding-top: 72.35765%;
        clear: none !important
    }

        .product-grid .product-grid-multi-image .product-grid-image:last-child {
            margin-right: 0
        }

        .product-grid .product-grid-multi-image .product-grid-image:nth-child(2n) {
            margin-right: 0
        }

        .product-grid .product-grid-multi-image .product-grid-image:nth-child(2n+1) {
            clear: left
        }

    .product-grid .product-grid-multi-image.images-1 .image-1 {
        width: 100%
    }

    .product-grid .product-grid-multi-image.images-3 .image-2, .product-grid .product-grid-multi-image.images-3 .image-3 {
        padding-top: 35%
    }

    .product-grid .product-grid-multi-image.images-3 .image-2 {
        margin-bottom: 2.35765%
    }

    .product-grid .product-grid-multi-image.images-4 .product-grid-image {
        padding-top: 35%
    }

    .product-grid .product-grid-multi-image.images-4 .image-1, .product-grid .product-grid-multi-image.images-4 .image-2 {
        margin-bottom: 2.35765%
    }

.product-grid-masonry--1 {
    width: 100%
}

    .product-grid-masonry--1 .product-grid__item {
        float: left;
        display: block;
        margin-right: 2.43902%;
        width: 48.78049%;
        margin-right: 0;
        margin-bottom: 2.35765%;
        font-size: 19px
    }

        .product-grid-masonry--1 .product-grid__item:last-child {
            margin-right: 0
        }

        .product-grid-masonry--1 .product-grid__item .product-grid__info h2.product-grid__title {
            margin: 0 auto 9.5px
        }

            .product-grid-masonry--1 .product-grid__item .product-grid__info h2.product-grid__title .product-grid-reset {
                font-size: 21.375px
            }

        .product-grid-masonry--1 .product-grid__item .product-grid__info .product-grid__price {
            margin: 0 auto 9.5px
        }

            .product-grid-masonry--1 .product-grid__item .product-grid__info .product-grid__price .product-grid-reset {
                font-size: 19px
            }

        .product-grid-masonry--1 .product-grid__item .product-grid__info .product-grid__description {
            margin: 0 auto 19px
        }

            .product-grid-masonry--1 .product-grid__item .product-grid__info .product-grid__description .product-grid-reset {
                font-size: 19px
            }

@media screen and (min-width: 768px) {
    .product-grid-masonry--1 .product-grid__item {
        float: left;
        display: block;
        margin-right: 2.43902%;
        width: 100%;
        margin-right: 0
    }

        .product-grid-masonry--1 .product-grid__item:last-child {
            margin-right: 0
        }
}

.product-grid-masonry--1 .product-grid__item .product-grid__item-overlay {
    width: 100%
}

.product-grid-masonry--1 .product-grid__button {
    backface-visibility: hidden
}

    .product-grid-masonry--1 .product-grid__button a {
        backface-visibility: hidden
    }

.product-grid-masonry--2 {
    width: 100%
}

    .product-grid-masonry--2 .product-grid__item {
        float: left;
        display: block;
        margin-right: 2.43902%;
        width: 48.78049%;
        margin-right: 0;
        margin-bottom: 2.35765%;
        font-size: 18px
    }

        .product-grid-masonry--2 .product-grid__item:last-child {
            margin-right: 0
        }

        .product-grid-masonry--2 .product-grid__item .product-grid__info h2.product-grid__title {
            margin: 0 auto 9px
        }

            .product-grid-masonry--2 .product-grid__item .product-grid__info h2.product-grid__title .product-grid-reset {
                font-size: 20.25px
            }

        .product-grid-masonry--2 .product-grid__item .product-grid__info .product-grid__price {
            margin: 0 auto 9px
        }

            .product-grid-masonry--2 .product-grid__item .product-grid__info .product-grid__price .product-grid-reset {
                font-size: 18px
            }

        .product-grid-masonry--2 .product-grid__item .product-grid__info .product-grid__description {
            margin: 0 auto 18px
        }

            .product-grid-masonry--2 .product-grid__item .product-grid__info .product-grid__description .product-grid-reset {
                font-size: 18px
            }

@media screen and (min-width: 768px) {
    .product-grid-masonry--2 .product-grid__item {
        float: left;
        display: block;
        margin-right: 2.43902%;
        width: 48.78049%;
        margin-right: 0
    }

        .product-grid-masonry--2 .product-grid__item:last-child {
            margin-right: 0
        }
}

.product-grid-masonry--2 .product-grid__item .product-grid__item-overlay {
    width: 100%
}

.product-grid-masonry--2 .product-grid__button {
    backface-visibility: hidden
}

    .product-grid-masonry--2 .product-grid__button a {
        backface-visibility: hidden
    }

.product-grid-masonry--3 {
    width: 100%
}

    .product-grid-masonry--3 .product-grid__item {
        float: left;
        display: block;
        margin-right: 2.43902%;
        width: 48.78049%;
        margin-right: 0;
        margin-bottom: 2.35765%;
        font-size: 17px
    }

        .product-grid-masonry--3 .product-grid__item:last-child {
            margin-right: 0
        }

        .product-grid-masonry--3 .product-grid__item .product-grid__info h2.product-grid__title {
            margin: 0 auto 8.5px
        }

            .product-grid-masonry--3 .product-grid__item .product-grid__info h2.product-grid__title .product-grid-reset {
                font-size: 19.125px
            }

        .product-grid-masonry--3 .product-grid__item .product-grid__info .product-grid__price {
            margin: 0 auto 8.5px
        }

            .product-grid-masonry--3 .product-grid__item .product-grid__info .product-grid__price .product-grid-reset {
                font-size: 17px
            }

        .product-grid-masonry--3 .product-grid__item .product-grid__info .product-grid__description {
            margin: 0 auto 17px
        }

            .product-grid-masonry--3 .product-grid__item .product-grid__info .product-grid__description .product-grid-reset {
                font-size: 17px
            }

@media screen and (min-width: 768px) {
    .product-grid-masonry--3 .product-grid__item {
        float: left;
        display: block;
        margin-right: 2.43902%;
        width: 31.70732%;
        margin-right: 0
    }

        .product-grid-masonry--3 .product-grid__item:last-child {
            margin-right: 0
        }
}

.product-grid-masonry--3 .product-grid__item .product-grid__item-overlay {
    width: 100%
}

.product-grid-masonry--3 .product-grid__button {
    backface-visibility: hidden
}

    .product-grid-masonry--3 .product-grid__button a {
        backface-visibility: hidden
    }

.product-grid-masonry--4 {
    width: 100%
}

    .product-grid-masonry--4 .product-grid__item {
        float: left;
        display: block;
        margin-right: 2.43902%;
        width: 48.78049%;
        margin-right: 0;
        margin-bottom: 2.35765%;
        font-size: 16px
    }

        .product-grid-masonry--4 .product-grid__item:last-child {
            margin-right: 0
        }

        .product-grid-masonry--4 .product-grid__item .product-grid__info h2.product-grid__title {
            margin: 0 auto 8px
        }

            .product-grid-masonry--4 .product-grid__item .product-grid__info h2.product-grid__title .product-grid-reset {
                font-size: 18px
            }

        .product-grid-masonry--4 .product-grid__item .product-grid__info .product-grid__price {
            margin: 0 auto 8px
        }

            .product-grid-masonry--4 .product-grid__item .product-grid__info .product-grid__price .product-grid-reset {
                font-size: 16px
            }

        .product-grid-masonry--4 .product-grid__item .product-grid__info .product-grid__description {
            margin: 0 auto 16px
        }

            .product-grid-masonry--4 .product-grid__item .product-grid__info .product-grid__description .product-grid-reset {
                font-size: 16px
            }

@media screen and (min-width: 768px) {
    .product-grid-masonry--4 .product-grid__item {
        float: left;
        display: block;
        margin-right: 2.43902%;
        width: 23.17073%;
        margin-right: 0
    }

        .product-grid-masonry--4 .product-grid__item:last-child {
            margin-right: 0
        }
}

.product-grid-masonry--4 .product-grid__item .product-grid__item-overlay {
    width: 100%
}

.product-grid-masonry--4 .product-grid__button {
    backface-visibility: hidden;
    width: 111%;
    transform: scale(0.9);
    transform-origin: 0
}

    .product-grid-masonry--4 .product-grid__button a {
        backface-visibility: hidden
    }

.product-grid-masonry--5 {
    width: 100%
}

    .product-grid-masonry--5 .product-grid__item {
        float: left;
        display: block;
        margin-right: 2.43902%;
        width: 48.78049%;
        margin-right: 0;
        margin-bottom: 2.35765%;
        font-size: 15px
    }

        .product-grid-masonry--5 .product-grid__item:last-child {
            margin-right: 0
        }

        .product-grid-masonry--5 .product-grid__item .product-grid__info h2.product-grid__title {
            margin: 0 auto 7.5px
        }

            .product-grid-masonry--5 .product-grid__item .product-grid__info h2.product-grid__title .product-grid-reset {
                font-size: 16.875px
            }

        .product-grid-masonry--5 .product-grid__item .product-grid__info .product-grid__price {
            margin: 0 auto 7.5px
        }

            .product-grid-masonry--5 .product-grid__item .product-grid__info .product-grid__price .product-grid-reset {
                font-size: 15px
            }

        .product-grid-masonry--5 .product-grid__item .product-grid__info .product-grid__description {
            margin: 0 auto 15px
        }

            .product-grid-masonry--5 .product-grid__item .product-grid__info .product-grid__description .product-grid-reset {
                font-size: 15px
            }

@media screen and (min-width: 768px) {
    .product-grid-masonry--5 .product-grid__item {
        float: left;
        display: block;
        margin-right: 2.43902%;
        width: 18.04878%;
        margin-right: 0
    }

        .product-grid-masonry--5 .product-grid__item:last-child {
            margin-right: 0
        }
}

.product-grid-masonry--5 .product-grid__item .product-grid__item-overlay {
    width: 100%
}

.product-grid-masonry--5 .product-grid__button {
    backface-visibility: hidden;
    width: 125%;
    transform: scale(0.8) translateZ(0);
    transform-origin: 0
}

    .product-grid-masonry--5 .product-grid__button a {
        backface-visibility: hidden
    }

.product-grid-masonry--6 {
    width: 100%
}

    .product-grid-masonry--6 .product-grid__item {
        float: left;
        display: block;
        margin-right: 2.43902%;
        width: 48.78049%;
        margin-right: 0;
        margin-bottom: 2.35765%;
        font-size: 14px
    }

        .product-grid-masonry--6 .product-grid__item:last-child {
            margin-right: 0
        }

        .product-grid-masonry--6 .product-grid__item .product-grid__info h2.product-grid__title {
            margin: 0 auto 7px
        }

            .product-grid-masonry--6 .product-grid__item .product-grid__info h2.product-grid__title .product-grid-reset {
                font-size: 15.75px
            }

        .product-grid-masonry--6 .product-grid__item .product-grid__info .product-grid__price {
            margin: 0 auto 7px
        }

            .product-grid-masonry--6 .product-grid__item .product-grid__info .product-grid__price .product-grid-reset {
                font-size: 14px
            }

        .product-grid-masonry--6 .product-grid__item .product-grid__info .product-grid__description {
            margin: 0 auto 14px
        }

            .product-grid-masonry--6 .product-grid__item .product-grid__info .product-grid__description .product-grid-reset {
                font-size: 14px
            }

@media screen and (min-width: 768px) {
    .product-grid-masonry--6 .product-grid__item {
        float: left;
        display: block;
        margin-right: 2.43902%;
        width: 14.63415%;
        margin-right: 0
    }

        .product-grid-masonry--6 .product-grid__item:last-child {
            margin-right: 0
        }
}

.product-grid-masonry--6 .product-grid__item .product-grid__item-overlay {
    width: 100%
}

.product-grid-masonry--6 .product-grid__button {
    backface-visibility: hidden;
    width: 125%;
    transform: scale(0.8) translateZ(0);
    transform-origin: 0
}

    .product-grid-masonry--6 .product-grid__button a {
        backface-visibility: hidden
    }

.product-grid-masonry .product-grid__images .product-grid-image {
    padding-top: 0
}

    .product-grid-masonry .product-grid__images .product-grid-image img {
        width: 100%;
        height: auto
    }

.product-grid-masonry .product-grid-masonry--gutter {
    width: 2.35765%
}

.product-grid-single-row__contents {
    margin: 0 2.5em
}

    .product-grid-single-row__contents .product-grid-single-row__wrapper {
        position: relative;
        width: 100%;
        overflow: hidden;
        white-space: nowrap
    }

.product-grid__controls {
    position: relative;
    height: 0;
    margin: 0 2.5em
}

    .product-grid__controls a {
        position: absolute;
        z-index: 5;
        display: block;
        width: 2.5em;
        padding-top: 100%
    }

        .product-grid__controls a span {
            position: absolute;
            display: block;
            width: 45%;
            top: 50%;
            left: 33%;
            margin-top: -25%;
            border-bottom: 4px solid #c9cdcf;
            border-left: 4px solid #c9cdcf;
            transform: rotate(45deg)
        }

            .product-grid__controls a span:after {
                content: '';
                display: block;
                padding-top: 100%
            }

        .product-grid__controls a:hover {
            background-color: #f8f8f8
        }

.product-grid-layout--left .product-grid__controls .product-grid-image-aspect--3-2, .product-grid-layout--right .product-grid__controls .product-grid-image-aspect--3-2 {
    padding-top: 31.66%
}

.product-grid-layout--left .product-grid__controls .product-grid-image-aspect--4-3, .product-grid-layout--right .product-grid__controls .product-grid-image-aspect--4-3 {
    padding-top: 35.625%
}

.product-grid-layout--left .product-grid__controls .product-grid-image-aspect--1-1, .product-grid-layout--right .product-grid__controls .product-grid-image-aspect--1-1 {
    padding-top: 47.5%
}

.product-grid-layout--left .product-grid__controls .product-grid-image-aspect--3-4, .product-grid-layout--right .product-grid__controls .product-grid-image-aspect--3-4 {
    padding-top: 63.33%
}

.product-grid-layout--left .product-grid__controls .product-grid-image-aspect--2-3, .product-grid-layout--right .product-grid__controls .product-grid-image-aspect--2-3 {
    padding-top: 71.25%
}

.product-grid-single-row--1 {
    position: relative;
    clear: both;
    margin: 0 40px;
    font-size: 0
}

    .product-grid-single-row--1 .product-grid__item {
        display: inline-block;
        width: 97.0847%;
        margin-left: 1.47765%;
        white-space: normal;
        vertical-align: top;
        font-size: 19px
    }

        .product-grid-single-row--1 .product-grid__item:last-child {
            margin-right: 1.47765%
        }

        .product-grid-single-row--1 .product-grid__item .product-grid__info h2.product-grid__title {
            margin: 0 auto 9.5px
        }

            .product-grid-single-row--1 .product-grid__item .product-grid__info h2.product-grid__title .product-grid-reset {
                font-size: 21.375px
            }

        .product-grid-single-row--1 .product-grid__item .product-grid__info .product-grid__price {
            margin: 0 auto 9.5px
        }

            .product-grid-single-row--1 .product-grid__item .product-grid__info .product-grid__price .product-grid-reset {
                font-size: 19px
            }

        .product-grid-single-row--1 .product-grid__item .product-grid__info .product-grid__description {
            margin: 0 auto 19px
        }

            .product-grid-single-row--1 .product-grid__item .product-grid__info .product-grid__description .product-grid-reset {
                font-size: 19px
            }

@media screen and (min-width: 480px) {
    .product-grid-single-row--1 .product-grid__item {
        width: 47.81352%
    }
}

@media screen and (min-width: 768px) {
    .product-grid-single-row--1 .product-grid__item {
        width: 97.0847%
    }
}

.product-grid-single-row--1 .product-grid__item .product-grid__item-overlay {
    width: 97.0847%
}

@media screen and (min-width: 480px) {
    .product-grid-single-row--1 .product-grid__item .product-grid__item-overlay {
        width: 47.81352%
    }
}

@media screen and (min-width: 768px) {
    .product-grid-single-row--1 .product-grid__item .product-grid__item-overlay {
        width: 97.0847%
    }
}

.product-grid-single-row--1 .product-grid__item .product-grid__item-overlay.product-grid__item-overlay_full_width {
    width: 100%
}

.product-grid-single-row--1 .product-grid__controls--link {
    position: absolute;
    left: -2.5em;
    width: 97.0847%;
    text-align: left;
    font-size: 16px
}

@media screen and (min-width: 480px) {
    .product-grid-single-row--1 .product-grid__controls--link {
        width: 47.81352%
    }
}

@media screen and (min-width: 768px) {
    .product-grid-single-row--1 .product-grid__controls--link {
        width: 97.0847%
    }
}

.product-grid-single-row--1 .product-grid__controls--link.product-grid-single-row__next {
    left: auto;
    right: -2.5em;
    text-align: right
}

    .product-grid-single-row--1 .product-grid__controls--link.product-grid-single-row__next a {
        right: 0;
        transform: scaleX(-1)
    }

.product-grid-single-row--1 .product-grid__button {
    backface-visibility: hidden
}

    .product-grid-single-row--1 .product-grid__button a {
        backface-visibility: hidden
    }

.product-grid-single-row--2 {
    position: relative;
    clear: both;
    margin: 0 40px;
    font-size: 0
}

    .product-grid-single-row--2 .product-grid__item {
        display: inline-block;
        width: 97.0847%;
        margin-left: 1.47765%;
        white-space: normal;
        vertical-align: top;
        font-size: 18px
    }

        .product-grid-single-row--2 .product-grid__item:last-child {
            margin-right: 1.47765%
        }

        .product-grid-single-row--2 .product-grid__item .product-grid__info h2.product-grid__title {
            margin: 0 auto 9px
        }

            .product-grid-single-row--2 .product-grid__item .product-grid__info h2.product-grid__title .product-grid-reset {
                font-size: 20.25px
            }

        .product-grid-single-row--2 .product-grid__item .product-grid__info .product-grid__price {
            margin: 0 auto 9px
        }

            .product-grid-single-row--2 .product-grid__item .product-grid__info .product-grid__price .product-grid-reset {
                font-size: 18px
            }

        .product-grid-single-row--2 .product-grid__item .product-grid__info .product-grid__description {
            margin: 0 auto 18px
        }

            .product-grid-single-row--2 .product-grid__item .product-grid__info .product-grid__description .product-grid-reset {
                font-size: 18px
            }

@media screen and (min-width: 480px) {
    .product-grid-single-row--2 .product-grid__item {
        width: 47.81352%
    }
}

@media screen and (min-width: 768px) {
    .product-grid-single-row--2 .product-grid__item {
        width: 47.81352%
    }
}

.product-grid-single-row--2 .product-grid__item .product-grid__item-overlay {
    width: 97.0847%
}

@media screen and (min-width: 480px) {
    .product-grid-single-row--2 .product-grid__item .product-grid__item-overlay {
        width: 47.81352%
    }
}

@media screen and (min-width: 768px) {
    .product-grid-single-row--2 .product-grid__item .product-grid__item-overlay {
        width: 47.81352%
    }
}

.product-grid-single-row--2 .product-grid__item .product-grid__item-overlay.product-grid__item-overlay_full_width {
    width: 100%
}

.product-grid-single-row--2 .product-grid__controls--link {
    position: absolute;
    left: -2.5em;
    width: 97.0847%;
    text-align: left;
    font-size: 16px
}

@media screen and (min-width: 480px) {
    .product-grid-single-row--2 .product-grid__controls--link {
        width: 47.81352%
    }
}

@media screen and (min-width: 768px) {
    .product-grid-single-row--2 .product-grid__controls--link {
        width: 47.81352%
    }
}

.product-grid-single-row--2 .product-grid__controls--link.product-grid-single-row__next {
    left: auto;
    right: -2.5em;
    text-align: right
}

    .product-grid-single-row--2 .product-grid__controls--link.product-grid-single-row__next a {
        right: 0;
        transform: scaleX(-1)
    }

.product-grid-single-row--2 .product-grid__button {
    backface-visibility: hidden
}

    .product-grid-single-row--2 .product-grid__button a {
        backface-visibility: hidden
    }

.product-grid-single-row--3 {
    position: relative;
    clear: both;
    margin: 0 40px;
    font-size: 0
}

    .product-grid-single-row--3 .product-grid__item {
        display: inline-block;
        width: 97.0847%;
        margin-left: 1.47765%;
        white-space: normal;
        vertical-align: top;
        font-size: 17px
    }

        .product-grid-single-row--3 .product-grid__item:last-child {
            margin-right: 1.47765%
        }

        .product-grid-single-row--3 .product-grid__item .product-grid__info h2.product-grid__title {
            margin: 0 auto 8.5px
        }

            .product-grid-single-row--3 .product-grid__item .product-grid__info h2.product-grid__title .product-grid-reset {
                font-size: 19.125px
            }

        .product-grid-single-row--3 .product-grid__item .product-grid__info .product-grid__price {
            margin: 0 auto 8.5px
        }

            .product-grid-single-row--3 .product-grid__item .product-grid__info .product-grid__price .product-grid-reset {
                font-size: 17px
            }

        .product-grid-single-row--3 .product-grid__item .product-grid__info .product-grid__description {
            margin: 0 auto 17px
        }

            .product-grid-single-row--3 .product-grid__item .product-grid__info .product-grid__description .product-grid-reset {
                font-size: 17px
            }

@media screen and (min-width: 480px) {
    .product-grid-single-row--3 .product-grid__item {
        width: 47.81352%
    }
}

@media screen and (min-width: 768px) {
    .product-grid-single-row--3 .product-grid__item {
        width: 31.3898%
    }
}

.product-grid-single-row--3 .product-grid__item .product-grid__item-overlay {
    width: 97.0847%
}

@media screen and (min-width: 480px) {
    .product-grid-single-row--3 .product-grid__item .product-grid__item-overlay {
        width: 47.81352%
    }
}

@media screen and (min-width: 768px) {
    .product-grid-single-row--3 .product-grid__item .product-grid__item-overlay {
        width: 31.3898%
    }
}

.product-grid-single-row--3 .product-grid__item .product-grid__item-overlay.product-grid__item-overlay_full_width {
    width: 100%
}

.product-grid-single-row--3 .product-grid__controls--link {
    position: absolute;
    left: -2.5em;
    width: 97.0847%;
    text-align: left;
    font-size: 16px
}

@media screen and (min-width: 480px) {
    .product-grid-single-row--3 .product-grid__controls--link {
        width: 47.81352%
    }
}

@media screen and (min-width: 768px) {
    .product-grid-single-row--3 .product-grid__controls--link {
        width: 31.3898%
    }
}

.product-grid-single-row--3 .product-grid__controls--link.product-grid-single-row__next {
    left: auto;
    right: -2.5em;
    text-align: right
}

    .product-grid-single-row--3 .product-grid__controls--link.product-grid-single-row__next a {
        right: 0;
        transform: scaleX(-1)
    }

.product-grid-single-row--3 .product-grid__button {
    backface-visibility: hidden
}

    .product-grid-single-row--3 .product-grid__button a {
        backface-visibility: hidden
    }

.product-grid-single-row--4 {
    position: relative;
    clear: both;
    margin: 0 40px;
    font-size: 0
}

    .product-grid-single-row--4 .product-grid__item {
        display: inline-block;
        width: 97.0847%;
        margin-left: 1.47765%;
        white-space: normal;
        vertical-align: top;
        font-size: 16px
    }

        .product-grid-single-row--4 .product-grid__item:last-child {
            margin-right: 1.47765%
        }

        .product-grid-single-row--4 .product-grid__item .product-grid__info h2.product-grid__title {
            margin: 0 auto 8px
        }

            .product-grid-single-row--4 .product-grid__item .product-grid__info h2.product-grid__title .product-grid-reset {
                font-size: 18px
            }

        .product-grid-single-row--4 .product-grid__item .product-grid__info .product-grid__price {
            margin: 0 auto 8px
        }

            .product-grid-single-row--4 .product-grid__item .product-grid__info .product-grid__price .product-grid-reset {
                font-size: 16px
            }

        .product-grid-single-row--4 .product-grid__item .product-grid__info .product-grid__description {
            margin: 0 auto 16px
        }

            .product-grid-single-row--4 .product-grid__item .product-grid__info .product-grid__description .product-grid-reset {
                font-size: 16px
            }

@media screen and (min-width: 480px) {
    .product-grid-single-row--4 .product-grid__item {
        width: 47.81352%
    }
}

@media screen and (min-width: 768px) {
    .product-grid-single-row--4 .product-grid__item {
        width: 23.17794%
    }
}

.product-grid-single-row--4 .product-grid__item .product-grid__item-overlay {
    width: 97.0847%
}

@media screen and (min-width: 480px) {
    .product-grid-single-row--4 .product-grid__item .product-grid__item-overlay {
        width: 47.81352%
    }
}

@media screen and (min-width: 768px) {
    .product-grid-single-row--4 .product-grid__item .product-grid__item-overlay {
        width: 23.17794%
    }
}

.product-grid-single-row--4 .product-grid__item .product-grid__item-overlay.product-grid__item-overlay_full_width {
    width: 100%
}

.product-grid-single-row--4 .product-grid__controls--link {
    position: absolute;
    left: -2.5em;
    width: 97.0847%;
    text-align: left;
    font-size: 16px
}

@media screen and (min-width: 480px) {
    .product-grid-single-row--4 .product-grid__controls--link {
        width: 47.81352%
    }
}

@media screen and (min-width: 768px) {
    .product-grid-single-row--4 .product-grid__controls--link {
        width: 23.17794%
    }
}

.product-grid-single-row--4 .product-grid__controls--link.product-grid-single-row__next {
    left: auto;
    right: -2.5em;
    text-align: right
}

    .product-grid-single-row--4 .product-grid__controls--link.product-grid-single-row__next a {
        right: 0;
        transform: scaleX(-1)
    }

.product-grid-single-row--4 .product-grid__button {
    backface-visibility: hidden;
    width: 111%;
    transform: scale(0.9);
    transform-origin: 0
}

    .product-grid-single-row--4 .product-grid__button a {
        backface-visibility: hidden
    }

.product-grid-single-row--5 {
    position: relative;
    clear: both;
    margin: 0 40px;
    font-size: 0
}

    .product-grid-single-row--5 .product-grid__item {
        display: inline-block;
        width: 97.0847%;
        margin-left: 1.47765%;
        white-space: normal;
        vertical-align: top;
        font-size: 15px
    }

        .product-grid-single-row--5 .product-grid__item:last-child {
            margin-right: 1.47765%
        }

        .product-grid-single-row--5 .product-grid__item .product-grid__info h2.product-grid__title {
            margin: 0 auto 7.5px
        }

            .product-grid-single-row--5 .product-grid__item .product-grid__info h2.product-grid__title .product-grid-reset {
                font-size: 16.875px
            }

        .product-grid-single-row--5 .product-grid__item .product-grid__info .product-grid__price {
            margin: 0 auto 7.5px
        }

            .product-grid-single-row--5 .product-grid__item .product-grid__info .product-grid__price .product-grid-reset {
                font-size: 15px
            }

        .product-grid-single-row--5 .product-grid__item .product-grid__info .product-grid__description {
            margin: 0 auto 15px
        }

            .product-grid-single-row--5 .product-grid__item .product-grid__info .product-grid__description .product-grid-reset {
                font-size: 15px
            }

@media screen and (min-width: 480px) {
    .product-grid-single-row--5 .product-grid__item {
        width: 47.81352%
    }
}

@media screen and (min-width: 768px) {
    .product-grid-single-row--5 .product-grid__item {
        width: 18.25082%
    }
}

.product-grid-single-row--5 .product-grid__item .product-grid__item-overlay {
    width: 97.0847%
}

@media screen and (min-width: 480px) {
    .product-grid-single-row--5 .product-grid__item .product-grid__item-overlay {
        width: 47.81352%
    }
}

@media screen and (min-width: 768px) {
    .product-grid-single-row--5 .product-grid__item .product-grid__item-overlay {
        width: 18.25082%
    }
}

.product-grid-single-row--5 .product-grid__item .product-grid__item-overlay.product-grid__item-overlay_full_width {
    width: 100%
}

.product-grid-single-row--5 .product-grid__controls--link {
    position: absolute;
    left: -2.5em;
    width: 97.0847%;
    text-align: left;
    font-size: 16px
}

@media screen and (min-width: 480px) {
    .product-grid-single-row--5 .product-grid__controls--link {
        width: 47.81352%
    }
}

@media screen and (min-width: 768px) {
    .product-grid-single-row--5 .product-grid__controls--link {
        width: 18.25082%
    }
}

.product-grid-single-row--5 .product-grid__controls--link.product-grid-single-row__next {
    left: auto;
    right: -2.5em;
    text-align: right
}

    .product-grid-single-row--5 .product-grid__controls--link.product-grid-single-row__next a {
        right: 0;
        transform: scaleX(-1)
    }

.product-grid-single-row--5 .product-grid__button {
    backface-visibility: hidden;
    width: 125%;
    transform: scale(0.8) translateZ(0);
    transform-origin: 0
}

    .product-grid-single-row--5 .product-grid__button a {
        backface-visibility: hidden
    }

.product-grid-single-row--6 {
    position: relative;
    clear: both;
    margin: 0 40px;
    font-size: 0
}

    .product-grid-single-row--6 .product-grid__item {
        display: inline-block;
        width: 97.0847%;
        margin-left: 1.47765%;
        white-space: normal;
        vertical-align: top;
        font-size: 14px
    }

        .product-grid-single-row--6 .product-grid__item:last-child {
            margin-right: 1.47765%
        }

        .product-grid-single-row--6 .product-grid__item .product-grid__info h2.product-grid__title {
            margin: 0 auto 7px
        }

            .product-grid-single-row--6 .product-grid__item .product-grid__info h2.product-grid__title .product-grid-reset {
                font-size: 15.75px
            }

        .product-grid-single-row--6 .product-grid__item .product-grid__info .product-grid__price {
            margin: 0 auto 7px
        }

            .product-grid-single-row--6 .product-grid__item .product-grid__info .product-grid__price .product-grid-reset {
                font-size: 14px
            }

        .product-grid-single-row--6 .product-grid__item .product-grid__info .product-grid__description {
            margin: 0 auto 14px
        }

            .product-grid-single-row--6 .product-grid__item .product-grid__info .product-grid__description .product-grid-reset {
                font-size: 14px
            }

@media screen and (min-width: 480px) {
    .product-grid-single-row--6 .product-grid__item {
        width: 47.81352%
    }
}

@media screen and (min-width: 768px) {
    .product-grid-single-row--6 .product-grid__item {
        width: 14.96607%
    }
}

.product-grid-single-row--6 .product-grid__item .product-grid__item-overlay {
    width: 97.0847%
}

@media screen and (min-width: 480px) {
    .product-grid-single-row--6 .product-grid__item .product-grid__item-overlay {
        width: 47.81352%
    }
}

@media screen and (min-width: 768px) {
    .product-grid-single-row--6 .product-grid__item .product-grid__item-overlay {
        width: 14.96607%
    }
}

.product-grid-single-row--6 .product-grid__item .product-grid__item-overlay.product-grid__item-overlay_full_width {
    width: 100%
}

.product-grid-single-row--6 .product-grid__controls--link {
    position: absolute;
    left: -2.5em;
    width: 97.0847%;
    text-align: left;
    font-size: 16px
}

@media screen and (min-width: 480px) {
    .product-grid-single-row--6 .product-grid__controls--link {
        width: 47.81352%
    }
}

@media screen and (min-width: 768px) {
    .product-grid-single-row--6 .product-grid__controls--link {
        width: 14.96607%
    }
}

.product-grid-single-row--6 .product-grid__controls--link.product-grid-single-row__next {
    left: auto;
    right: -2.5em;
    text-align: right
}

    .product-grid-single-row--6 .product-grid__controls--link.product-grid-single-row__next a {
        right: 0;
        transform: scaleX(-1)
    }

.product-grid-single-row--6 .product-grid__button {
    backface-visibility: hidden;
    width: 125%;
    transform: scale(0.8) translateZ(0);
    transform-origin: 0
}

    .product-grid-single-row--6 .product-grid__button a {
        backface-visibility: hidden
    }

.product-grid-layout--left .product-grid__content, .product-grid-layout--right .product-grid__content {
    width: 100%;
    display: table !important;
    table-layout: fixed
}

.product-grid-layout--left .product-grid__images, .product-grid-layout--left .product-grid__image, .product-grid-layout--right .product-grid__images, .product-grid-layout--right .product-grid__image {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    font-size: .9em
}

.product-grid-layout--left .product-grid__images {
    padding-right: 2.5%
}

.product-grid-layout--right .product-grid__info {
    padding-right: 2.5%
}

.product-grid-layout--below .product-grid__images {
    margin-bottom: 0
}

.product-grid-layout--below .product-grid__info {
    margin-bottom: 1em
}

.product-grid-layout--over .product-grid__item, .product-grid-layout--hover .product-grid__item {
    position: relative;
    overflow: hidden
}

.product-grid-layout--over .product-grid__images, .product-grid-layout--hover .product-grid__images {
    margin-bottom: 0
}

.product-grid-layout--over .product-grid__overlay, .product-grid-layout--hover .product-grid__overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    color: #fff
}

    .product-grid-layout--over .product-grid__overlay .product-grid__overlay-inner, .product-grid-layout--hover .product-grid__overlay .product-grid__overlay-inner {
        width: 100%;
        height: 100%;
        display: table
    }

    .product-grid-layout--over .product-grid__overlay *, .product-grid-layout--hover .product-grid__overlay * {
        color: #fff
    }

.product-grid-layout--over .product-grid__info, .product-grid-layout--hover .product-grid__info {
    display: table-cell;
    vertical-align: middle;
    padding: 1.5em
}

.product-grid-layout--hover .product-grid__overlay {
    opacity: 0;
    transition: all 0.6s ease-in-out
}

.product-grid-layout--hover .product-grid__item:hover .product-grid__overlay {
    opacity: 1
}

.product-grid__paging {
    text-align: right
}

    .product-grid__paging a {
        cursor: pointer
    }

    .product-grid__paging .product-grid__paging--link {
        position: relative;
        font-size: 0;
        color: #9BA0A3;
        display: inline-block;
        width: 24px;
        height: 24px;
        line-height: 22px;
        text-align: center;
        vertical-align: middle;
        border: 2px solid #9BA0A3;
        border-radius: 3px;
        margin-left: 10px;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

        .product-grid__paging .product-grid__paging--link:before {
            display: inline-block;
            color: #9ba0a3
        }

        .product-grid__paging .product-grid__paging--link:hover {
            color: #fff;
            background-color: #666c70;
            border-color: #666c70
        }

            .product-grid__paging .product-grid__paging--link:hover span {
                border-color: #ffffff
            }

        .product-grid__paging .product-grid__paging--link span {
            position: absolute;
            display: block;
            width: 40%;
            top: 50%;
            left: 34%;
            margin-top: -20%;
            border-bottom: 2px solid #9ba0a3;
            border-left: 2px solid #9ba0a3;
            transform: rotate(45deg)
        }

            .product-grid__paging .product-grid__paging--link span:after {
                content: '';
                display: block;
                padding-top: 100%
            }

        .product-grid__paging .product-grid__paging--link.product-grid--next {
            right: 0;
            transform: scaleX(-1)
        }

    .product-grid__paging .pagination-wrapper {
        min-width: 20%;
        display: inline-block;
        text-align: center
    }

        .product-grid__paging .pagination-wrapper .product-grid__paging--count {
            font-size: 18px;
            margin-left: 10px;
            vertical-align: middle;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -ms-user-select: none;
            user-select: none;
            color: #9ba0a3
        }

            .product-grid__paging .pagination-wrapper .product-grid__paging--count.wsite-selected, .product-grid__paging .pagination-wrapper .product-grid__paging--count:hover {
                color: #363b3e
            }

        .product-grid__paging .pagination-wrapper .pagination-ellipsis {
            margin-right: -10px
        }

            .product-grid__paging .pagination-wrapper .pagination-ellipsis:before {
                content: "..."
            }

.product-grid__more {
    clear: both;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    color: #9ba0a3
}

    .product-grid__more:hover {
        color: #666C70
    }

.commerce-elements-wrapper {
    padding: 10px 0;
    position: relative
}

.pagination__overlay {
    display: none;
    position: absolute;
    width: 100%;
    height: calc(100% - 10px);
    background: rgba(255,255,255,0.5);
    z-index: 1
}

.product-grid__item-overlay {
    position: absolute;
    height: 100%;
    z-index: 1;
    cursor: pointer
}

.icontent_container .empty-commerce-element {
    border-radius: 4px;
    text-align: center;
    cursor: pointer
}

.icontent_container .commerce-element__overlay {
    position: absolute;
    background: rgba(255,255,255,0.82);
    width: 100%;
    height: calc(100% - 20px);
    z-index: 1
}

    .icontent_container .commerce-element__overlay .empty-state__message {
        font-size: 20px;
        font-weight: bold !important;
        color: #666C70 !important;
        position: relative;
        top: calc(50% - 30px)
    }

.icontent_container .product-grid__button .wsite-button-inner {
    word-break: break-all
}

.icontent_container .hidden-commerce-element {
    text-align: center
}

    .icontent_container .hidden-commerce-element h2, .icontent_container .hidden-commerce-element p {
        font-family: "proxima","Proxima Nova","Helvetica Neue","Helvetica","Arial",sans-serif;
        font-weight: 600
    }

    .icontent_container .hidden-commerce-element p {
        color: #c9cdcf
    }

    .icontent_container .hidden-commerce-element h2 {
        color: #9ba0a3
    }

.icontent_container .slideshow {
    position: relative
}

    .icontent_container .slideshow div {
        display: none;
        padding-top: 100%
    }

.w-navpane-is-forced .w-navpane-trigger {
    display: block
}

.w-navpane-is-forced .w-navlist {
    display: none
}

.w-navpane-trigger {
    display: none
}

.w-navlist {
    display: block
}

.w-navpane {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1000;
    display: none;
    width: 300px;
    overflow-y: scroll;
    transition: .3s ease;
    -webkit-transition: .3s ease
}

.w-navpane-covering {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    opacity: 0
}

#icontent_container .w-navpane-covering {
    position: absolute
}

.w-navpane-covering-dark {
    background: rgba(0,0,0,0.63);
    opacity: 1
}

.w-navpane-fullscreen {
    width: 100%;
    left: 0;
    opacity: 0;
    display: none
}

.w-navpane-close {
    cursor: pointer
}

.w-navpane-is-open {
    overflow: hidden
}

    .w-navpane-is-open .w-navlist {
        display: none
    }

    .w-navpane-is-open .w-navpane-trigger {
        display: block
    }

    .w-navpane-is-open .w-navpane {
        overflow-y: auto;
        display: block
    }

    .w-navpane-is-open .w-navpane-fullscreen {
        overflow-y: hidden
    }

    .w-navpane-is-open .w-navpane-covering-dark {
        opacity: 1
    }

    .w-navpane-is-open .w-navpane-covering {
        z-index: 998;
        display: block
    }

    .w-navpane-is-open .w-editor-cover {
        visibility: visible
    }

.w-navpane-slide {
    position: relative;
    left: 0;
    right: 0
}

    .w-navpane-slide.w-navpane {
        position: fixed
    }

.wsite-section-effect-reveal .wsite-section-content > * {
    visibility: hidden
}

.wsite-editor .wsite-section-effect-reveal .wsite-section-content > *, .wsite-sr-disabled .wsite-section-effect-reveal .wsite-section-content > * {
    visibility: visible
}

.wsite-section-wrap {
    display: table;
    table-layout: fixed;
    width: 100%
}

    .wsite-section-wrap .wsite-section {
        vertical-align: middle
    }

    .wsite-section-wrap:only-child .wsite-body-section {
        height: 400px;
        vertical-align: top
    }

.wsite-section {
    display: table-cell;
    width: 100%;
    height: 230px
}

.wsite-header-section {
    text-align: center
}

    .wsite-header-section .formlist, .wsite-header-section blockquote {
        text-align: left
    }

.wsite-section-bg-video {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

    .wsite-section-bg-video .wsite-section-content {
        position: relative;
        z-index: 3
    }

    .wsite-section-bg-video .vjs-waiting {
        visibility: hidden
    }

    .wsite-section-bg-video .vjs-loading-spinner {
        display: none !important
    }

.ytplayer-player {
    position: absolute
}

    .ytplayer-player video, .ytplayer-player source {
        bottom: 0;
        left: 0;
        min-height: 100%;
        min-width: 100%;
        position: absolute
    }

.uploadplayer-player video.js-no-object-fit {
    height: auto;
    width: auto;
    position: absolute
}

.uploadplayer-player video {
    object-fit: cover
}

.vimeoplayer-player, .uploadplayer-player {
    top: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: absolute
}

.ytplayer-shield, .vimeoplayer-shield, .uploadplayer-shield {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.wsite-imageaspectratio-image-container {
    position: relative;
    width: 100%;
    line-height: 0
}

.wsite-imageaspectratio-image-height {
    display: inline-block;
    margin-bottom: 100% !important
}

.wsite-imageaspectratio-image-wrap {
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    text-align: center
}

.products-region .wsite-imageaspectratio-image-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

    .products-region .wsite-imageaspectratio-image-wrap .wsite-imageaspectratio-image {
        position: initial;
        width: auto !important;
        height: auto !important;
        max-width: 100%;
        max-height: 100%
    }

.wsite-imageaspectratio-image {
    position: absolute
}

.thumbnail-sizer {
    padding-right: 0;
    width: 40px;
    display: inline-block;
    vertical-align: middle
}

#eu-cookie.notification {
    width: 100%;
    position: fixed;
    left: 0px;
    height: auto;
    margin: 0 auto;
    box-shadow: #95a5a6 0px 0px 6px 2px;
    background: #fcfcfc;
    display: none;
    z-index: 100;
    text-align: center
}

    #eu-cookie.notification a {
        color: black
    }

@keyframes reveal-top {
    0% {
        transform: translate(0px, -50px)
    }

    50% {
        transform: translate(0px, -50px)
    }

    100% {
        transform: translate(0px, 0px)
    }
}

@keyframes reveal-bottom {
    0% {
        transform: translate(0px, 50px)
    }

    50% {
        transform: translate(0px, 50px)
    }

    100% {
        transform: translate(0px, 0px)
    }
}

#eu-cookie-content {
    position: relative;
    display: inline-block;
    margin-top: 9px;
    margin-bottom: 9px;
    text-align: center;
    width: 96.5%;
    font-size: 13px;
    font-family: "ProximaNova", "Open Sans", sans-serif;
    color: black
}

#eu-cookie-close {
    color: black;
    cursor: pointer;
    position: relative;
    display: inline-block;
    height: 24px;
    width: 24px
}

@media (max-width: 800px) {
    #eu-cookie-close {
        top: -6px
    }
}

@media (min-width: 800px) {
    #eu-cookie-close {
        top: 3px
    }
}

body.ps-active, body.ps-building, div.ps-active, div.ps-building {
    background: #000;
    overflow: hidden
}

    body.ps-active *, div.ps-active * {
        -webkit-tap-highlight-color: rgba(255,255,255,0);
        display: none
    }

        body.ps-active *:focus, div.ps-active *:focus {
            outline: 0
        }

div.ps-document-overlay {
    background: #000
}

div.ps-uilayer {
    background: #000;
    cursor: pointer
}

div.ps-zoom-pan-rotate {
    background: #000
}

    div.ps-zoom-pan-rotate * {
        display: block
    }

div.ps-carousel-item-loading {
    background: url(/images/old/photoswipe/loader.gif) no-repeat center center
}

div.ps-carousel-item-error {
    background: url(/images/old/photoswipe/error.gif) no-repeat center center
}

div.ps-caption {
    background: #000000;
    background: -moz-linear-gradient(to bottom, #303130 0%, #000101 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #303130), color-stop(100%, #000101));
    border-bottom: 1px solid #42403f;
    color: #ffffff;
    font-size: 13px;
    font-family: "Lucida Grande", Helvetica, Arial,Verdana, sans-serif;
    text-align: center
}

    div.ps-caption * {
        display: inline
    }

div.ps-caption-bottom {
    border-top: 1px solid #42403f;
    border-bottom: none;
    min-height: 44px
}

div.ps-caption-content {
    padding: 13px;
    display: block
}

div.ps-toolbar {
    background: #000000;
    background: -moz-linear-gradient(to bottom, #303130 0%, #000101 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #303130), color-stop(100%, #000101));
    border-top: 1px solid #42403f;
    color: #ffffff;
    font-size: 13px;
    font-family: "Lucida Grande", Helvetica, Arial,Verdana, sans-serif;
    text-align: center;
    height: 44px;
    display: table;
    table-layout: fixed
}

    div.ps-toolbar * {
        display: block
    }

div.ps-toolbar-top {
    border-bottom: 1px solid #42403f;
    border-top: none
}

div.ps-toolbar-close, div.ps-toolbar-previous, div.ps-toolbar-next, div.ps-toolbar-play {
    cursor: pointer;
    display: table-cell
}

div.ps-toolbar div div.ps-toolbar-content {
    width: 44px;
    height: 44px;
    margin: 0 auto 0;
    background-image: url(/images/old/photoswipe/icons.png);
    background-repeat: no-repeat
}

div.ps-toolbar-close div.ps-toolbar-content {
    background-position: 0 0
}

div.ps-toolbar-previous div.ps-toolbar-content {
    background-position: -44px 0
}

div.ps-toolbar-previous-disabled div.ps-toolbar-content {
    background-position: -44px -44px
}

div.ps-toolbar-next div.ps-toolbar-content {
    background-position: -132px 0
}

div.ps-toolbar-next-disabled div.ps-toolbar-content {
    background-position: -132px -44px
}

div.ps-toolbar-play div.ps-toolbar-content {
    background-position: -88px 0
}

@media only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
    div.ps-toolbar div div.ps-toolbar-content {
        background-size: 176px 88px;
        background-image: url(/images/old/photoswipe/icons@2x.png)
    }
}
/*sites.css*/
/*fancybox.css*/
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

    .fancybox-opened .fancybox-skin {
        box-shadow: 0 10px 25px rgba(0,0,0,0.5)
    }

.fancybox-outer, .fancybox-inner {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("/images/old/fancybox/fancybox_sprite.png")
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060
}

    #fancybox-loading div {
        width: 44px;
        height: 44px;
        background: url("/images/old/fancybox/fancybox_loading.gif") center center no-repeat
    }

.fancybox-close {
    background-color: transparent !important;
    cursor: pointer;
    height: 36px;
    position: absolute;
    right: -18px;
    top: -18px;
    width: 36px;
    z-index: 8040
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url("/images/old/fancybox/blank.gif");
    -webkit-tap-highlight-color: transparent;
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover {
    background-color: transparent !important
}

    .fancybox-nav:hover span {
        visibility: visible
    }

.fancybox-tmp {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden
}

.fancybox-lock {
    overflow: hidden
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url("/images/old/fancybox/fancybox_overlay.png")
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: -100%;
        padding: 2px 20px;
        background: transparent;
        background: rgba(0,0,0,0.8);
        border-radius: 15px;
        text-shadow: 0 1px 2px #222;
        color: #FFF;
        font-weight: bold;
        line-height: 24px;
        white-space: nowrap
    }

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0,0,0,0.8)
}

#fancybox-thumbs {
    position: fixed;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 8050
}

    #fancybox-thumbs.bottom {
        bottom: 2px
    }

    #fancybox-thumbs.top {
        top: 2px
    }

    #fancybox-thumbs ul {
        position: relative;
        list-style: none;
        margin: 0;
        padding: 0
    }

        #fancybox-thumbs ul li {
            float: left;
            padding: 1px;
            opacity: 0.5
        }

            #fancybox-thumbs ul li.active {
                opacity: 0.75;
                padding: 0;
                border: 1px solid #fff
            }

            #fancybox-thumbs ul li:hover {
                opacity: 1
            }

            #fancybox-thumbs ul li a {
                display: block;
                position: relative;
                overflow: hidden;
                border: 1px solid #222;
                background: #111;
                outline: none
            }

            #fancybox-thumbs ul li img {
                display: block;
                position: relative;
                border: 0;
                padding: 0
            }
/*fancybox.css*/
/*social-icons.css*/
@font-face {
    font-family: "wsocial";
    src: url(wsocial.eot);
    src: url(wsocial.eot) format("embedded-opentype"),url(wsocial.woff) format("woff"),url(wsocial.ttf) format("truetype"),url(wsocial.svg) format("svg");
    font-weight: normal;
    font-style: normal
}

.wsite-social-dribbble:before {
    content: "\e60c"
}

.wsite-com-product-social-dribbble:before {
    content: "\e60c"
}

.wsite-social-color .wsite-social-dribbble:before {
    content: "\e60c";
    color: #f077a0
}

.wsite-social-square .wsite-social-dribbble, .wsite-social-square.wsite-social-dribbble {
    background-color: #f077a0
}

    .wsite-social-square .wsite-social-dribbble:after, .wsite-social-square.wsite-social-dribbble:after {
        content: "\e60c";
        color: #ffffff
    }

.wsite-social-mail:before {
    content: "\e603"
}

.wsite-com-product-social-mail:before {
    content: "\e603"
}

.wsite-social-color .wsite-social-mail:before {
    content: "\e603";
    color: #363b3e
}

.wsite-social-square .wsite-social-mail, .wsite-social-square.wsite-social-mail {
    background-color: #363b3e
}

    .wsite-social-square .wsite-social-mail:after, .wsite-social-square.wsite-social-mail:after {
        content: "\e603";
        color: #ffffff
    }

.wsite-social-facebook:before {
    content: "\e600"
}

.wsite-com-product-social-facebook:before {
    content: "\e600"
}

.wsite-social-color .wsite-social-facebook:before {
    content: "\e600";
    color: #3b5998
}

.wsite-social-square .wsite-social-facebook, .wsite-social-square.wsite-social-facebook {
    background-color: #3b5998
}

    .wsite-social-square .wsite-social-facebook:after, .wsite-social-square.wsite-social-facebook:after {
        content: "\e600";
        color: #ffffff
    }

.wsite-social-flickr-left:before {
    content: "\e60d"
}

.wsite-com-product-social-flickr-left:before {
    content: "\e60d"
}

.wsite-social-color .wsite-social-flickr-left:before {
    content: "\e60d";
    color: #0063dc
}

.wsite-social-square .wsite-social-flickr-left, .wsite-social-square.wsite-social-flickr-left {
    background-color: #0063dc
}

    .wsite-social-square .wsite-social-flickr-left:after, .wsite-social-square.wsite-social-flickr-left:after {
        content: "\e60d";
        color: #ffffff
    }

.wsite-social-flickr-right:before {
    content: "\e60e"
}

.wsite-com-product-social-flickr-right:before {
    content: "\e60e"
}

.wsite-social-color .wsite-social-flickr-right:before {
    content: "\e60e";
    color: #ff0084
}

.wsite-social-square .wsite-social-flickr-right, .wsite-social-square.wsite-social-flickr-right {
    background-color: #ff0084
}

    .wsite-social-square .wsite-social-flickr-right:after, .wsite-social-square.wsite-social-flickr-right:after {
        content: "\e60e";
        color: #ffffff
    }

.wsite-social-flickr:before {
    content: "\e608"
}

.wsite-com-product-social-flickr:before {
    content: "\e608"
}

.wsite-social-color .wsite-social-flickr:before {
    content: "\e608";
    color: #0063dc
}

.wsite-social-square .wsite-social-flickr, .wsite-social-square.wsite-social-flickr {
    background-color: #0063dc
}

    .wsite-social-square .wsite-social-flickr:after, .wsite-social-square.wsite-social-flickr:after {
        content: "\e608";
        color: #ffffff
    }

.wsite-social-plus:before {
    content: "\e604"
}

.wsite-com-product-social-plus:before {
    content: "\e604"
}

.wsite-social-color .wsite-social-plus:before {
    content: "\e604";
    color: #dd4b39
}

.wsite-social-square .wsite-social-plus, .wsite-social-square.wsite-social-plus {
    background-color: #dd4b39
}

    .wsite-social-square .wsite-social-plus:after, .wsite-social-square.wsite-social-plus:after {
        content: "\e604";
        color: #ffffff
    }

.wsite-social-instagram:before {
    content: "\e607"
}

.wsite-com-product-social-instagram:before {
    content: "\e607"
}

.wsite-social-color .wsite-social-instagram:before {
    content: "\e607";
    color: #3f729b
}

.wsite-social-square .wsite-social-instagram, .wsite-social-square.wsite-social-instagram {
    background-color: #3f729b
}

    .wsite-social-square .wsite-social-instagram:after, .wsite-social-square.wsite-social-instagram:after {
        content: "\e607";
        color: #ffffff
    }

.wsite-social-linkedin:before {
    content: "\e602"
}

.wsite-com-product-social-linkedin:before {
    content: "\e602"
}

.wsite-social-color .wsite-social-linkedin:before {
    content: "\e602";
    color: #388abe
}

.wsite-social-square .wsite-social-linkedin, .wsite-social-square.wsite-social-linkedin {
    background-color: #388abe
}

    .wsite-social-square .wsite-social-linkedin:after, .wsite-social-square.wsite-social-linkedin:after {
        content: "\e602";
        color: #ffffff
    }

.wsite-social-pinterest:before {
    content: "\e609"
}

.wsite-com-product-social-pinterest:before {
    content: "\e609"
}

.wsite-social-color .wsite-social-pinterest:before {
    content: "\e609";
    color: #cc2127
}

.wsite-social-square .wsite-social-pinterest, .wsite-social-square.wsite-social-pinterest {
    background-color: #cc2127
}

    .wsite-social-square .wsite-social-pinterest:after, .wsite-social-square.wsite-social-pinterest:after {
        content: "\e609";
        color: #ffffff
    }

.wsite-social-rss:before {
    content: "\e605"
}

.wsite-com-product-social-rss:before {
    content: "\e605"
}

.wsite-social-color .wsite-social-rss:before {
    content: "\e605";
    color: #f26522
}

.wsite-social-square .wsite-social-rss, .wsite-social-square.wsite-social-rss {
    background-color: #f26522
}

    .wsite-social-square .wsite-social-rss:after, .wsite-social-square.wsite-social-rss:after {
        content: "\e605";
        color: #ffffff
    }

.wsite-social-tumblr:before {
    content: "\e610"
}

.wsite-com-product-social-tumblr:before {
    content: "\e610"
}

.wsite-social-color .wsite-social-tumblr:before {
    content: "\e610";
    color: #243246
}

.wsite-social-square .wsite-social-tumblr, .wsite-social-square.wsite-social-tumblr {
    background-color: #243246
}

    .wsite-social-square .wsite-social-tumblr:after, .wsite-social-square.wsite-social-tumblr:after {
        content: "\e610";
        color: #ffffff
    }

.wsite-social-twitter:before {
    content: "\e601"
}

.wsite-com-product-social-twitter:before {
    content: "\e601"
}

.wsite-social-color .wsite-social-twitter:before {
    content: "\e601";
    color: #00aced
}

.wsite-social-square .wsite-social-twitter, .wsite-social-square.wsite-social-twitter {
    background-color: #00aced
}

    .wsite-social-square .wsite-social-twitter:after, .wsite-social-square.wsite-social-twitter:after {
        content: "\e601";
        color: #ffffff
    }

.wsite-social-vimeo:before {
    content: "\e60a"
}

.wsite-com-product-social-vimeo:before {
    content: "\e60a"
}

.wsite-social-color .wsite-social-vimeo:before {
    content: "\e60a";
    color: #1ab7ea
}

.wsite-social-square .wsite-social-vimeo, .wsite-social-square.wsite-social-vimeo {
    background-color: #1ab7ea
}

    .wsite-social-square .wsite-social-vimeo:after, .wsite-social-square.wsite-social-vimeo:after {
        content: "\e60a";
        color: #ffffff
    }

.wsite-social-yahoo:before {
    content: "\e60b"
}

.wsite-com-product-social-yahoo:before {
    content: "\e60b"
}

.wsite-social-color .wsite-social-yahoo:before {
    content: "\e60b";
    color: #400191
}

.wsite-social-square .wsite-social-yahoo, .wsite-social-square.wsite-social-yahoo {
    background-color: #400191
}

    .wsite-social-square .wsite-social-yahoo:after, .wsite-social-square.wsite-social-yahoo:after {
        content: "\e60b";
        color: #ffffff
    }

.wsite-social-youtube:before {
    content: "\e606"
}

.wsite-com-product-social-youtube:before {
    content: "\e606"
}

.wsite-social-color .wsite-social-youtube:before {
    content: "\e606";
    color: #b31217
}

.wsite-social-square .wsite-social-youtube, .wsite-social-square.wsite-social-youtube {
    background-color: #b31217
}

    .wsite-social-square .wsite-social-youtube:after, .wsite-social-square.wsite-social-youtube:after {
        content: "\e606";
        color: #ffffff
    }

.wsite-social-color .wsite-social-flickr:before {
    content: "\803";
    color: #0063dc
}

.wsite-social-color .wsite-social-flickr:after {
    content: "\804";
    color: #ff0084
}

.wsite-social-item, .wsite-editor .wsite-social-item, #wsite-com-product-social-sharing .wsite-com-product-social-facebook, #wsite-com-product-social-sharing .wsite-com-product-social-twitter, #wsite-com-product-social-sharing .wsite-com-product-social-pinterest {
    display: inline;
    vertical-align: middle;
    width: auto;
    height: auto;
    background-image: none;
    background-repeat: no-repeat;
    text-transform: none;
    text-decoration: none
}

    .wsite-social-item:hover, .wsite-editor .wsite-social-item:hover, #wsite-com-product-social-sharing .wsite-com-product-social-facebook:hover, #wsite-com-product-social-sharing .wsite-com-product-social-twitter:hover, #wsite-com-product-social-sharing .wsite-com-product-social-pinterest:hover {
        text-decoration: none
    }

    .wsite-social-item:before, .wsite-social-item:after, .wsite-editor .wsite-social-item:before, .wsite-editor .wsite-social-item:after, #wsite-com-product-social-sharing .wsite-com-product-social-facebook:before, #wsite-com-product-social-sharing .wsite-com-product-social-facebook:after, #wsite-com-product-social-sharing .wsite-com-product-social-twitter:before, #wsite-com-product-social-sharing .wsite-com-product-social-twitter:after, #wsite-com-product-social-sharing .wsite-com-product-social-pinterest:before, #wsite-com-product-social-sharing .wsite-com-product-social-pinterest:after {
        font-family: "wsocial";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .wsite-social-item.hidden, .wsite-editor .wsite-social-item.hidden, #wsite-com-product-social-sharing .wsite-com-product-social-facebook.hidden, #wsite-com-product-social-sharing .wsite-com-product-social-twitter.hidden, #wsite-com-product-social-sharing .wsite-com-product-social-pinterest.hidden {
        display: none !important
    }

#wsite-com-product-social-sharing .wsite-com-product-social-facebook, #wsite-com-product-social-sharing .wsite-com-product-social-twitter, #wsite-com-product-social-sharing .wsite-com-product-social-pinterest {
    display: inline-block;
    text-indent: -9999px;
    position: relative;
    width: 24px;
    height: 24px
}

    #wsite-com-product-social-sharing .wsite-com-product-social-facebook:before, #wsite-com-product-social-sharing .wsite-com-product-social-twitter:before, #wsite-com-product-social-sharing .wsite-com-product-social-pinterest:before {
        display: block;
        position: absolute;
        text-indent: 0
    }

.social-dribbble .social-label:before, .social-dropdown-item.social-dribbble:before {
    content: "\e60c"
}

.social-dropdown-item.social-dribbble {
    background-image: none
}

.social-mail .social-label:before, .social-dropdown-item.social-mail:before {
    content: "\e603"
}

.social-dropdown-item.social-mail {
    background-image: none
}

.social-facebook .social-label:before, .social-dropdown-item.social-facebook:before {
    content: "\e600"
}

.social-dropdown-item.social-facebook {
    background-image: none
}

.social-flickr-left .social-label:before, .social-dropdown-item.social-flickr-left:before {
    content: "\e60d"
}

.social-dropdown-item.social-flickr-left {
    background-image: none
}

.social-flickr-right .social-label:before, .social-dropdown-item.social-flickr-right:before {
    content: "\e60e"
}

.social-dropdown-item.social-flickr-right {
    background-image: none
}

.social-flickr .social-label:before, .social-dropdown-item.social-flickr:before {
    content: "\e608"
}

.social-dropdown-item.social-flickr {
    background-image: none
}

.social-plus .social-label:before, .social-dropdown-item.social-plus:before {
    content: "\e604"
}

.social-dropdown-item.social-plus {
    background-image: none
}

.social-instagram .social-label:before, .social-dropdown-item.social-instagram:before {
    content: "\e607"
}

.social-dropdown-item.social-instagram {
    background-image: none
}

.social-linkedin .social-label:before, .social-dropdown-item.social-linkedin:before {
    content: "\e602"
}

.social-dropdown-item.social-linkedin {
    background-image: none
}

.social-pinterest .social-label:before, .social-dropdown-item.social-pinterest:before {
    content: "\e609"
}

.social-dropdown-item.social-pinterest {
    background-image: none
}

.social-rss .social-label:before, .social-dropdown-item.social-rss:before {
    content: "\e605"
}

.social-dropdown-item.social-rss {
    background-image: none
}

.social-tumblr .social-label:before, .social-dropdown-item.social-tumblr:before {
    content: "\e610"
}

.social-dropdown-item.social-tumblr {
    background-image: none
}

.social-twitter .social-label:before, .social-dropdown-item.social-twitter:before {
    content: "\e601"
}

.social-dropdown-item.social-twitter {
    background-image: none
}

.social-vimeo .social-label:before, .social-dropdown-item.social-vimeo:before {
    content: "\e60a"
}

.social-dropdown-item.social-vimeo {
    background-image: none
}

.social-yahoo .social-label:before, .social-dropdown-item.social-yahoo:before {
    content: "\e60b"
}

.social-dropdown-item.social-yahoo {
    background-image: none
}

.social-youtube .social-label:before, .social-dropdown-item.social-youtube:before {
    content: "\e606"
}

.social-dropdown-item.social-youtube {
    background-image: none
}

.social-badge-item .social-label {
    background-image: none
}

    .social-badge-item .social-label:before {
        font-family: "wsocial";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        font-size: 14px;
        top: 15px;
        padding-left: 9px;
        color: #fff;
        width: 14px;
        text-align: center
    }

.social-dropdown-item:before {
    font-family: "wsocial";
    position: absolute;
    right: 12px;
    font-size: 9px;
    width: 15px;
    text-align: center
}
/*social-icons.css*/
/*main_style.css*/
.font-primary {
    font-family: "Poppins", sans-serif;
}

.page-title-text-style {
    font-size: 52px;
    line-height: 1.4;
    letter-spacing: 1px;
    color: #4f4f4e;
    font-weight: bold;
}

.page-subtitle-text-style {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #4f4f4e;
}

.heading-text-style {
    font-family: "Poppins", sans-serif;
    color: #4f4f4e;
    margin-bottom: 0.75em;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0.1em;
}

.banner-p-text-style {
    font-family: "Poppins", sans-serif;
    margin-bottom: 25px;
    color: inherit;
    letter-spacing: 3px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: normal;
}

@media screen and (min-width: 1025px) {
    .banner-p-text-style {
        font-size: 16px;
    }
}

.sidebar-heading-text-style {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1875em;
    color: #4f4f4e;
    text-transform: uppercase;
}

.link-text-style {
    color: #4f4f4e;
    text-decoration: underline;
    font-weight: 600;
    letter-spacing: 0.09375em;
}

.link-list-text-style {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.143em;
    color: #4f4f4e;
    text-decoration: none;
}

    .link-list-text-style:hover {
        color: #2B2B2B;
    }

.product-price-text-style {
    color: #2B2B2B;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 1px;
}

.product-option-text-style {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}

.product-grid-title-text-style {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: normal;
    font-weight: normal;
}

.input-style {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #717170;
    font-weight: 400;
    line-height: normal;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0;
    background: transparent;
    -webkit-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.offcanvas {
    -webkit-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

body.minicart-visible .offcanvas {
    -webkit-transform: translateX(-100vw);
    -ms-transform: translateX(-100vw);
    -o-transform: translateX(-100vw);
    transform: translateX(-100vw);
}

@media screen and (min-width: 1025px) {
    body.minicart-visible .offcanvas {
        -webkit-transform: translateX(-450px);
        -ms-transform: translateX(-450px);
        -o-transform: translateX(-450px);
        transform: translateX(-450px);
    }
}

ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, div.paragraph, blockquote, fieldset, input {
    margin: 0;
    padding: 0;
}

ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Poppins", sans-serif;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow-x: hidden;
    background: #ffffff;
    color: #717170;
    font-size: 16px;
    font-weight: normal;
    line-height: 2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    body.mobile-nav-open {
        overflow: hidden;
    }

a {
    color: #4f4f4e;
    text-decoration: underline;
    font-weight: 600;
    letter-spacing: 0.09375em;
}

    a:hover {
        color: #2B2B2B;
        text-decoration: none;
    }

    a img {
        border: 0;
    }

h2 {
    font-family: "Poppins", sans-serif;
    color: #4f4f4e;
    margin-bottom: 0.75em;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0.1em;
}

    h2 a {
        text-decoration: none;
        letter-spacing: inherit;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

blockquote {
    font-family: "Poppins", sans-serif;
    background: url(theme/images/quote.png?1768422226) no-repeat;
    font-style: italic;
    color: #b9b9b9;
    padding: 2em;
    margin: 2em 0;
    border-left: 0px !important;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
}

::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
    color: #c1c1c1;
    opacity: 0.85;
}

input[type="text"], input[type="email"], textarea {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-shadow: none;
}

textarea {
    resize: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}

.wsite-form-field input[type="radio"], .wsite-form-field input[type="checkbox"], .wsite-com-product-option-groups input[type="radio"], .wsite-com-product-option-groups input[type="checkbox"] {
    -webkit-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
    width: 20px;
    height: 20px;
    border: 1px solid #e5e5e5 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-shadow: none;
}

.wsite-form-field input[type="radio"], .wsite-com-product-option-groups input[type="radio"] {
    border-radius: 50%;
}

.wsite-form-field input[type="checkbox"], .wsite-com-product-option-groups input[type="checkbox"] {
    background-color: white;
    border-radius: 0;
}

.wsite-form-field input[type="radio"]:after, .wsite-com-product-option-groups input[type="radio"]:after {
    display: block;
    border-radius: 50%;
    box-sizing: border-box;
    content: "";
}

.wsite-form-field input[type="radio"]:checked, .wsite-com-product-option-groups input[type="radio"]:checked {
    border-color: #2B2B2B !important;
}

    .wsite-form-field input[type="radio"]:checked:after, .wsite-com-product-option-groups input[type="radio"]:checked:after {
        background: #2B2B2B;
        border: 4px solid #fafafa;
        width: 18px;
        height: 18px;
    }

.wsite-form-field input[type="checkbox"]:after, .wsite-com-product-option-groups input[type="checkbox"]:after {
    position: relative;
    top: 3px;
    left: 6px;
    width: 3px;
    height: 6px;
    border: solid #2B2B2B;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.wsite-form-field input[type="checkbox"]:checked, .wsite-com-product-option-groups input[type="checkbox"]:checked {
    border-color: #2B2B2B !important;
}

    .wsite-form-field input[type="checkbox"]:checked:after, .wsite-com-product-option-groups input[type="checkbox"]:checked:after {
        display: block;
        content: " ";
    }

.template-script {
    display: none;
}

.wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.site-canvas {
    -webkit-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    position: relative;
    width: 100%;
    height: 100%;
}

body.minicart-visible .site-canvas {
    -webkit-transform: translateX(-100vw);
    -ms-transform: translateX(-100vw);
    -o-transform: translateX(-100vw);
    transform: translateX(-100vw);
}

@media screen and (min-width: 1025px) {
    body.minicart-visible .site-canvas {
        -webkit-transform: translateX(-450px);
        -ms-transform: translateX(-450px);
        -o-transform: translateX(-450px);
        transform: translateX(-450px);
    }
}

body.sticky-nav-on .site-canvas {
    padding-top: 93px;
}

@media screen and (min-width: 1025px) {
    body.sticky-nav-on .site-canvas {
        padding-top: 120px;
    }
}

body.reveal-elements .dusk-header, body.wsite-native-mobile-editor .dusk-header {
    opacity: 1;
}

.container {
    width: 100%;
    max-width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
    box-sizing: border-box;
}

.wsite-section-content {
    position: relative;
}

body.wsite-checkout-page .dusk-header {
    position: absolute !important;
}

.dusk-header {
    -webkit-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    -webkit-transition: opacity 0.6s ease-in 0.3s transform 0.3s ease-out;
    -o-transition: opacity 0.6s ease-in 0.3s transform 0.3s ease-out;
    transition: opacity 0.6s ease-in 0.3s transform 0.3s ease-out;
    position: relative;
    width: 100%;
    z-index: 13;
    box-sizing: border-box;
    background: #ffffff;
    opacity: 0;
}

body.minicart-visible .dusk-header {
    -webkit-transform: translateX(-100vw);
    -ms-transform: translateX(-100vw);
    -o-transform: translateX(-100vw);
    transform: translateX(-100vw);
}

@media screen and (min-width: 1025px) {
    body.minicart-visible .dusk-header {
        -webkit-transform: translateX(-450px);
        -ms-transform: translateX(-450px);
        -o-transform: translateX(-450px);
        transform: translateX(-450px);
    }
}

body.reveal-elements .dusk-header, body.wsite-native-mobile-editor .dusk-header {
    opacity: 1;
}

body.sticky-nav-on .dusk-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.dusk-header::after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    content: '';
}

.dusk-header .nav-wrap {
    width: 100%;
}

.dusk-header .container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-transition: height 0.2s ease;
    -o-transition: height 0.2s ease;
    transition: height 0.2s ease;
    height: 120px;
}

body.header-compressed .dusk-header .container {
    height: 80px;
}

@media screen and (max-width: 1024px) {
    .dusk-header .container {
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        height: 93px;
        padding-right: 20px;
        padding-left: 20px;
    }

    body.header-compressed .dusk-header .container {
        height: 65px;
    }
}

.dusk-header .hamburger {
    padding: 8px;
    background-color: transparent;
    border: 0;
    text-align: left;
    color: #4f4f4e;
}

@media screen and (min-width: 1025px) {
    .dusk-header .hamburger {
        display: none;
    }
}

.dusk-header .logo {
    line-height: 1;
}

@media screen and (max-width: 1024px) {
    .dusk-header .logo {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

@media screen and (min-width: 1025px) {
    .dusk-header .logo {
        margin-right: 54px;
    }
}

.dusk-header .logo .wsite-logo {
    vertical-align: auto !important;
}

.dusk-header .logo a {
    font-family: "Poppins", sans-serif;
    display: block;
    overflow: hidden;
    letter-spacing: 0.04375em;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 26px;
    font-weight: bold;
}

@media screen and (min-width: 1025px) {
    .dusk-header .logo a {
        font-size: 36px;
    }
}

.dusk-header .logo img {
    display: block;
    overflow: hidden;
    max-width: 200px;
    max-height: 80px;
}

@media screen and (max-width: 1024px) {
    .dusk-header .hamburger, .dusk-header .site-utils {
        -webkit-flex-basis: 100px;
        -ms-flex-basis: 100px;
        flex-basis: 100px;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
    }
}

.dusk-header .icon-search, .dusk-header .login-link svg {
    width: auto;
    height: 18px;
}

.dusk-header .wsite-search {
    -ms-flex-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    overflow: hidden;
    background-color: #ffffff;
}

    .dusk-header .wsite-search.animating, .dusk-header .wsite-search.visible {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
    }

    .dusk-header .wsite-search.animating-in, .dusk-header .wsite-search.animating-out {
        width: 0;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .dusk-header .wsite-search.visible {
        width: 100%;
    }

.dusk-header #wsite-header-search-form {
    width: 80%;
}

.dusk-header .wsite-search-input {
    font-family: "Poppins", sans-serif;
    display: block;
    width: 100%;
    padding-left: 15px;
    border: 0;
    background: none;
    font-size: 14px;
    font-weight: 500;
}

.dusk-header .wsite-search-button {
    display: none;
}

.site-utils {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

    .site-utils a {
        letter-spacing: normal;
    }

.search-toggle, .header-login {
    padding: 4px;
    line-height: 0;
}

    .search-toggle:hover, .header-login:hover {
        color: #2B2B2B;
    }

    .search-toggle .icon-close, .header-login .icon-close {
        display: none;
    }

    .search-toggle.is-active .icon-close, .header-login.is-active .icon-close {
        display: block;
    }

    .search-toggle.is-active .icon-search, .header-login.is-active .icon-search {
        display: none;
    }

.search-toggle {
    display: none;
}

@media screen and (max-width: 1024px) {
    .search-toggle {
        display: none !important;
    }
}

body.has-site-search .search-toggle {
    display: inline-block;
}

.login-link {
    position: relative;
    cursor: pointer;
    color: #4f4f4e;
}

.dusk-header .login-link {
    margin-left: 30px;
    line-height: 1;
}

@media screen and (max-width: 1024px) {
    .dusk-header .login-link {
        display: none !important;
    }
}

.login-link #member-login {
    position: absolute;
    width: 22px;
    height: 22px;
    top: 0;
    left: 0;
    overflow: hidden;
    opacity: 0;
    z-index: 2;
}

body.wsite-editor .search-toggle {
    display: none;
}

body.wsite-editor .wsite-search {
    display: block;
    width: auto;
    height: auto;
    left: auto;
    right: -30px;
    top: calc(50% - 12px);
    color: #4f4f4e;
}

    body.wsite-editor .wsite-search input {
        display: none;
    }

.dummy-nav {
    display: none;
}

.desktop-nav {
    -webkit-flex-grow: 2;
    -ms-flex-grow: 2;
    flex-grow: 2;
    padding: 0;
    margin-right: 30px;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .desktop-nav {
        display: none;
    }
}

.desktop-nav ul {
    list-style-type: none;
}

.desktop-nav li {
    position: relative;
    box-sizing: border-box;
    padding: 0;
    list-style: none;
}

    .desktop-nav li:hover > .wsite-menu-wrap {
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        visibility: visible;
        opacity: 1;
    }

    .desktop-nav li#active > .wsite-menu-item, .desktop-nav li > .wsite-menu-item:hover {
        color: #2B2B2B;
        border: none;
    }

.desktop-nav a {
    display: block;
}

.desktop-nav .wsite-menu-item-wrap {
    float: left;
    margin: 0;
}

    .desktop-nav .wsite-menu-item-wrap.has-submenu::after {
        display: none;
    }

.desktop-nav .wsite-menu-item {
    font-family: "Open Sans", sans-serif;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
    padding: 20px 0;
    margin: 0 11px;
    box-sizing: border-box;
    border: 0;
    letter-spacing: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    text-transform: none;
}

body.header-compressed .desktop-nav .wsite-menu-item {
    padding: 0;
}

body.more-nav-on .desktop-nav .wsite-menu-item {
    padding: 0;
    height: 120px;
    line-height: 120px;
}

body.header-compressed.more-nav-on .desktop-nav .wsite-menu-item {
    height: 80px;
    line-height: 80px;
}

.desktop-nav .wsite-menu-wrap {
    -webkit-transition: all 0.3s ease 0.15s;
    -o-transition: all 0.3s ease 0.15s;
    transition: all 0.3s ease 0.15s;
    position: absolute;
    top: 100%;
    left: 0;
    display: block !important;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

    .desktop-nav .wsite-menu-wrap .wsite-menu-wrap {
        top: -1px;
        left: 100%;
    }

.desktop-nav .flyout-right .wsite-menu-wrap .wsite-menu-wrap {
    left: -100%;
}

.desktop-nav .wsite-menu-arrow {
    display: none;
}

.desktop-nav .has-submenu::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 12px;
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-top: -3px;
    background: transparent;
    border-top: 1px solid #4f4f4e;
    border-right: 1px solid #4f4f4e;
    content: '';
}

.desktop-nav .wsite-menu-subitem-wrap {
    width: 200px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}

    .desktop-nav .wsite-menu-subitem-wrap .wsite-menu-subitem-wrap:first-child {
        border-top: 1px solid #e5e5e5;
    }

    .desktop-nav .wsite-menu-subitem-wrap li a {
        background-color: #ffffff;
    }

    .desktop-nav .wsite-menu-subitem-wrap a {
        font-family: "Poppins", sans-serif;
        border: 0;
        font-size: 16px;
        color: #717170;
        font-weight: normal;
        line-height: normal;
        letter-spacing: normal;
        background-color: #ffffff;
        text-decoration: none;
    }

        .desktop-nav .wsite-menu-subitem-wrap a:hover {
            background-color: #e6e6e6;
        }

        .desktop-nav .wsite-menu-subitem-wrap a span {
            display: block;
            padding: 14px 16px;
        }

    .desktop-nav .wsite-menu-subitem-wrap .wsite-menu-arrow {
        display: none;
    }

.desktop-nav .wsite-nav-current a {
    color: #2B2B2B;
}

.mobile-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 13;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    padding: 0;
    background: rgba(255,255,255,0.97);
    box-sizing: border-box;
}

    .mobile-nav.animating, .mobile-nav.visible {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
    }

    .mobile-nav.animating-in, .mobile-nav.animating-out {
        -webkit-transform: translate(-100%,0);
        -ms-transform: translate(-100%,0);
        -o-transform: translate(-100%,0);
        transform: translate(-100%,0);
        transition: transform 0.3s ease;
    }

    .mobile-nav.visible {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }

    .mobile-nav ul {
        list-style: none;
    }

    .mobile-nav .wsite-menu-default {
        -webkit-flex-grow: 2;
        -ms-flex-grow: 2;
        flex-grow: 2;
        padding: 0 40px 40px;
        overflow-y: auto;
        text-align: center;
    }

    .mobile-nav a {
        text-decoration: none;
    }

    .mobile-nav .has-submenu {
        position: relative;
        padding: 0 30px;
    }

    .mobile-nav .wsite-menu-item {
        font-family: "Open Sans", sans-serif;
        color: #4f4f4e;
        margin-bottom: 0.75em;
        font-size: 20px;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0px;
        display: inline-block;
        margin-top: 15px;
        margin-bottom: 0;
        text-transform: none;
    }

        .mobile-nav .wsite-menu-item + .icon-caret {
            margin-left: 0;
        }

    .mobile-nav .icon-caret {
        -webkit-transition: transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
        position: absolute;
        top: 13px;
        right: 0;
        display: inline-block;
        width: 30px;
        height: 30px;
        background: url(theme/images/arrow.svg?1768422226) no-repeat center center;
    }

        .mobile-nav .icon-caret.is-active {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    .mobile-nav .wsite-menu-wrap {
        margin-top: 10px;
    }

        .mobile-nav .wsite-menu-wrap.animating, .mobile-nav .wsite-menu-wrap.visible {
            display: block !important;
        }

        .mobile-nav .wsite-menu-wrap.animating-in, .mobile-nav .wsite-menu-wrap.animating-out {
            opacity: 0;
            transition: all 0.3s ease;
        }

        .mobile-nav .wsite-menu-wrap.visible {
            opacity: 1;
        }

        .mobile-nav .wsite-menu-wrap .icon-caret {
            top: 3px;
        }

    .mobile-nav .wsite-menu-arrow {
        display: none;
    }

    .mobile-nav .wsite-menu-subitem {
        font-weight: normal;
        font-size: 18px;
        color: #717170;
    }

    .mobile-nav #wsite-nav-login-a svg {
        display: none;
    }

    .mobile-nav .wsite-search {
        padding: 30px 9vw;
        text-align: center;
        border-top: 1px solid #e5e5e5;
    }

    .mobile-nav #wsite-header-search-form {
        display: inline-block;
        width: 100%;
    }

    .mobile-nav .wsite-search-input {
        font-family: "Poppins", sans-serif;
        width: 230px;
        font-size: 14px;
        background: none;
        border: 0;
        color: #717170;
    }

.mobile-nav-toggle {
    -webkit-align-self: flex-end;
    -ms-align-self: flex-end;
    align-self: flex-end;
    padding: 20px;
    background-color: transparent;
    border: 0;
    color: #4f4f4e;
}

.wsite-background, .wsite-header-section {
    background: url(theme/images/default-bg.jpg?1768422226) center center no-repeat;
    background-size: cover;
}

body.banner-overlay-on .wsite-header-section:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    height: inherit;
    background-color: #569abd;
    opacity: 0.3;
}

.wsite-section-bg-color:before {
    display: none;
}

.banner-wrap .container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    position: relative;
    height: 100%;
    padding: 100px 0;
}

.banner-wrap {
    position: relative;
    width: 100%;
}

    .banner-wrap .banner {
        position: relative;
        z-index: 1;
        padding: 5vw;
        margin: auto;
        min-width: 65%;
        min-height: 50px;
        overflow: hidden;
        opacity: 1;
        vertical-align: middle;
        text-align: center;
        color: #ffffff;
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .banner-wrap .banner.banner-empty {
            display: none;
        }

@media screen and (min-width: 1025px) {
    .banner-wrap .banner {
        padding: 52px 65px;
    }
}

.banner-wrap .banner h2 {
    font-family: "Poppins", sans-serif;
    margin-bottom: 15px;
    color: inherit;
    text-transform: uppercase;
    font-size: 36px;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: normal;
}

@media screen and (min-width: 1025px) {
    .banner-wrap .banner h2 {
        font-size: 52px;
    }
}

.banner-wrap .banner div.paragraph {
    font-family: "Poppins", sans-serif;
    margin-bottom: 25px;
    color: inherit;
    letter-spacing: 3px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: normal;
}

.banner-wrap .banner p {
    font-family: "Poppins", sans-serif;
    margin-bottom: 25px;
    color: inherit;
    letter-spacing: 3px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: normal;
}

@media screen and (min-width: 1025px) {
    .banner-wrap .banner div.paragraph {
        font-size: 16px;
    }

    .banner-wrap .banner p {
        font-size: 16px;
    }
}

body.alternate-banner-on .banner-wrap .banner {
    border: 1px solid rgba(255,255,255,0.5);
}

.banner-wrap .banner .wsite-section-elements :first-child {
    margin-top: 0;
}

.banner-wrap .banner .wsite-section-elements :last-child {
    margin-bottom: 0;
}

.main-wrap {
    width: 100%;
}

    .main-wrap .container {
        padding: 50px;
        box-sizing: border-box;
    }

    .main-wrap .wsite-section-wrap:first-child .container {
        padding-top: 70px;
        box-sizing: border-box;
    }

.no-header-page .main-wrap .wsite-section-wrap:first-child .container {
    padding-top: 100px;
}

.page-has-breadcrumbs .main-wrap .wsite-section-wrap:first-child .container {
    padding-top: 75px;
}

.paragraph, div.paragraph {
    line-height: 2;
    margin: 0 auto 25px;
}

.paragraph, p {
    line-height: 2;
    margin: 0 auto 25px;
}

.header-page .wsite-header-section {
/*    height: 550px;*/
}

.footer-wrap {
    width: 100%;
    border-top: 1px solid #e5e5e5;
    background-color: #fafafa;
}

    .footer-wrap .wsite-footer {
        max-width: 100%;
        width: 1024px;
        margin: 0 auto;
        padding: 40px 0 20px;
        box-sizing: border-box;
    }

    .footer-wrap h2 {
        font-family: "Poppins", sans-serif;
        color: #4f4f4e;
        margin-bottom: 0.75em;
        font-size: 20px;
        font-weight: bold;
        line-height: normal;
        letter-spacing: 0.1em;
        text-transform: uppercase;
    }

    .footer-wrap .wsite-form-input {
        background-color: transparent;
    }

    .footer-wrap .paragraph a {
        text-decoration: none;
        font-weight: normal;
        letter-spacing: normal;
    }

.wsite-social .wsite-social-item {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    border-radius: 50%;
    color: #fafafa !important;
    line-height: 25px;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
    background-color: #4f4f4e !important;
}

    .wsite-social .wsite-social-item::before {
        position: relative;
        left: 1px;
    }

    .wsite-social .wsite-social-item:hover {
        background-color: #2B2B2B !important;
    }

#wsite-mini-cart {
    -webkit-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    position: fixed;
    top: 0;
    left: 100%;
    height: 100%;
    width: 100vw;
    overflow-y: auto;
    border: 0;
    border-left: 1px solid #e5e5e5;
    box-shadow: none;
    font-weight: normal;
}

body.minicart-visible #wsite-mini-cart {
    -webkit-transform: translateX(-100vw);
    -ms-transform: translateX(-100vw);
    -o-transform: translateX(-100vw);
    transform: translateX(-100vw);
}

@media screen and (min-width: 1025px) {
    body.minicart-visible #wsite-mini-cart {
        -webkit-transform: translateX(-450px);
        -ms-transform: translateX(-450px);
        -o-transform: translateX(-450px);
        transform: translateX(-450px);
    }
}

@media screen and (min-width: 1025px) {
    #wsite-mini-cart {
        width: 450px;
    }
}

body.wsite-theme-dark #wsite-mini-cart {
    border: 0;
    border-left: 1px solid #e5e5e5;
    background-color: #ffffff;
}

    body.wsite-theme-dark #wsite-mini-cart .wsite-cart-bottom {
        background-color: #ffffff;
        color: #717170;
    }

#wsite-mini-cart .wsite-css-aspect {
    width: 50px;
    height: 50px;
    margin: 10px;
}

#wsite-mini-cart .wsite-product-list {
    display: block;
    box-sizing: border-box;
    padding: 25px 40px 0;
    border: 0;
}

    #wsite-mini-cart .wsite-product-list li:not(.wsite-product-item) {
        display: block;
    }

    #wsite-mini-cart .wsite-product-list .wsite-list-image-container {
        width: 130px;
        height: 130px;
        margin: 0;
    }

#wsite-mini-cart .wsite-product-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    margin-bottom: 50px;
    border-top: 0;
}

#wsite-mini-cart .wsite-product-image {
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    width: 130px;
    padding: 0;
    margin-right: 25px;
}

#wsite-mini-cart .item-description {
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
}

#wsite-mini-cart .wsite-list-image-wrap {
    border: 0;
}

#wsite-mini-cart .wsite-product-description {
    width: 100% !important;
}

    #wsite-mini-cart .wsite-product-description .wsite-product-option {
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 1px;
    }

#wsite-mini-cart .wsite-name-header {
    font-size: 18px;
}

#wsite-mini-cart .wsite-items-right {
    width: 100%;
}

#wsite-mini-cart .wsite-product-price {
    font-family: "Poppins", sans-serif;
    color: #4f4f4e;
    margin-bottom: 0.75em;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0.1em;
    float: none;
    margin-bottom: 15px;
}

#wsite-mini-cart .wsite-remove-button {
    color: #4f4f4e;
    text-decoration: underline;
    font-weight: 600;
    letter-spacing: 0.09375em;
    -webkit-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
    display: inline-block;
    float: none;
    width: auto;
    height: auto;
    margin-top: 15px;
    background: none;
    text-decoration: none;
    border-bottom: 1px solid;
}

    #wsite-mini-cart .wsite-remove-button:hover {
        background: none;
        border-color: transparent;
    }

body.wsite-theme-dark #wsite-mini-cart .wsite-remove-button {
    background: none;
}

    body.wsite-theme-dark #wsite-mini-cart .wsite-remove-button:hover {
        background: none;
    }

.mini-cart-header {
    padding: 50px 40px;
}

.button-mini-cart-close {
    position: absolute;
    left: 30px;
    top: 50px;
}

.mini-cart-title {
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    margin-top: 2px;
    margin-bottom: 0;
}

.wsite-cart-bottom {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    padding: 20px 0 50px;
    margin: 0 40px;
    border-top: 1px solid #e5e5e5;
}

    .wsite-cart-bottom .mini-cart-subtotal-label {
        display: block;
    }

    .wsite-cart-bottom .wsite-price {
        font-family: "Poppins", sans-serif;
        color: #4f4f4e;
        margin-bottom: 0.75em;
        font-size: 20px;
        font-weight: bold;
        line-height: normal;
        letter-spacing: 0.1em;
    }

.wsite-nav-cart {
    line-height: 1;
}

#wsite-nav-cart-a {
    display: block;
    margin-left: 30px;
    margin-top: -3px;
    visibility: hidden;
    font-weight: normal;
    font-size: 14px;
    color: #4f4f4e;
    text-decoration: none;
    white-space: nowrap;
}

    #wsite-nav-cart-a:hover {
        color: #2B2B2B;
    }

    #wsite-nav-cart-a.is-visible {
        visibility: visible;
    }

    #wsite-nav-cart-a svg {
        margin-right: 11px;
    }

    #wsite-nav-cart-a .price-wrap.no-items {
        display: none;
    }

@media screen and (max-width: 1024px) {
    #wsite-nav-cart-a .price-wrap, #wsite-nav-cart-a .item-text {
        display: none;
    }
}

body.minicart-total-off #wsite-nav-cart-a .price-wrap, body.minicart-total-off #wsite-nav-cart-a .item-text {
    display: none;
}

#wsite-nav-cart-a .item-count::after {
    content: '\00a0';
}

#wsite-nav-cart-a * {
    vertical-align: bottom;
}

.mini-cart-screen {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.minicart-visible .mini-cart-screen {
    display: block;
}

.imageGallery .galleryImageHolder .fullImageGalleryCaption, .imageGallery .galleryImageHolder .partialImageGalleryCaption {
    height: 100%;
}

    .imageGallery .galleryImageHolder .fullImageGalleryCaption .galleryCaptionHolderInnerBg, .imageGallery .galleryImageHolder .partialImageGalleryCaption .galleryCaptionHolderInnerBg {
        background: #569abd;
        opacity: 0.2;
        bottom: 0;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .imageGallery .galleryImageHolder .fullImageGalleryCaption .galleryCaptionHolderInner, .imageGallery .galleryImageHolder .partialImageGalleryCaption .galleryCaptionHolderInner {
        position: absolute;
        top: auto;
        bottom: 0;
    }

.imageGallery .galleryImageHolder:hover .fullImageGalleryCaption .galleryCaptionHolderInnerBg, .imageGallery .galleryImageHolder:hover .partialImageGalleryCaption .galleryCaptionHolderInnerBg {
    opacity: 0.4;
}

.imageGallery .galleryCaptionInnerText {
    color: white;
    letter-spacing: normal;
    text-shadow: none;
    letter-spacing: 0.06em;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
}

.galleryImageBorder.wsite-image {
    box-sizing: border-box;
}

.wsite-form-label {
    font-family: "Poppins", sans-serif;
    display: inline-block;
    padding: 0 0 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.wsite-form-sublabel {
    display: none;
}

.wsite-form-radio-container {
    margin-bottom: 15px;
}

.form-radio-container {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #717170;
    font-weight: 400;
    line-height: normal;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0;
    background: transparent;
    -webkit-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
    border-bottom: 0;
}

    .form-radio-container:hover input {
        border-color: #2B2B2B !important;
    }

.wsite-form-input, .wsite-search-element-input {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #717170;
    font-weight: 400;
    line-height: normal;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0;
    background: transparent;
    -webkit-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
    height: auto;
    padding: 8px 0 !important;
    margin-bottom: 15px;
}

textarea.wsite-form-input, textarea.wsite-search-element-input {
    border: 1px solid #e5e5e5;
}

.wsite-form-input:focus, .wsite-form-input--focus, .wsite-search-element-input:focus, .form-select:focus, .wsite-form-field select:focus, .wsite-com-product-option-groups select:focus {
    border-color: #bfbfbf;
}

.form-select, .wsite-form-field select, .wsite-com-product-option-groups select {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #717170;
    font-weight: 400;
    line-height: normal;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0;
    background: transparent;
    -webkit-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
    height: 40px;
    padding: 8px !important;
    background: transparent url(theme/images/arrow.svg?1768422226) right 3px center no-repeat;
    box-sizing: border-box;
}

.formlist, .wsite-editor .formlist {
    min-height: inherit;
}

.wsite-search-element-submit, .wsite-editor .wsite-search-element-submit {
    top: 25%;
    margin-top: -2px;
}

.wsite-search-button {
    display: none;
}

.wsite-form-container .form-input-error {
    border: 1px solid red !important;
}

.form-field-error .wsite-form-radio-container {
    border: none;
}

.button-style {
    font-family: "Poppins", sans-serif;
    display: block;
    float: none;
    height: auto;
    padding: 0.625em 1.9375em;
    margin: 0;
    background: none;
    letter-spacing: 0.0625em;
    text-transform: capitalize;
    white-space: normal;
    font-weight: 600;
    line-height: 1.9;
}

.wsite-button, .wsite-editor .wsite-button {
    background-color: #2B2B2B;
    -webkit-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    display: inline-block;
    height: auto;
    padding: 0;
    background-image: none;
    text-align: center;
}

    .wsite-button:hover, .wsite-editor .wsite-button:hover {
        background-color: #121212;
    }

    .wsite-button .wsite-button-inner, .wsite-editor .wsite-button .wsite-button-inner {
        color: #ffffff;
    }

    .wsite-button .wsite-button-inner, .wsite-editor .wsite-button .wsite-button-inner {
        font-family: "Poppins", sans-serif;
        display: block;
        float: none;
        height: auto;
        padding: 0.625em 1.9375em;
        margin: 0;
        background: none;
        letter-spacing: 0.0625em;
        text-transform: capitalize;
        white-space: normal;
        font-weight: 600;
        line-height: 1.9;
    }

.wsite-button-large, .wsite-editor .wsite-button-large {
    font-size: 16px;
}

.wsite-button-small, .wsite-editor .wsite-button-small {
    font-size: 14px;
}

.wsite-button-normal, .wsite-editor .wsite-button-normal {
    background-color: #2B2B2B;
}

    .wsite-button-normal:hover, .wsite-editor .wsite-button-normal:hover {
        background-color: #121212;
    }

    .wsite-button-normal .wsite-button-inner, .wsite-editor .wsite-button-normal .wsite-button-inner {
        color: #ffffff;
    }

.wsite-button-highlight, .wsite-editor .wsite-button-highlight {
    background-color: #ffffff;
    box-shadow: 0 0 0 1px #4f4f4e inset;
}

    .wsite-button-highlight:hover, .wsite-editor .wsite-button-highlight:hover {
        background-color: #4f4f4e;
    }

        .wsite-button-highlight:hover .wsite-button-inner, .wsite-editor .wsite-button-highlight:hover .wsite-button-inner {
            color: #ffffff;
        }

    .wsite-button-highlight .wsite-button-inner, .wsite-editor .wsite-button-highlight .wsite-button-inner {
        color: #4f4f4e;
    }

.wsite-button, .wsite-button-highlight, .wsite-button-large.wsite-button-highlight, .wsite-editor .wsite-button-highlight, .wsite-editor .wsite-button-large.wsite-button-highlight {
    background-image: none;
}

    .wsite-button .wsite-button-inner, .wsite-button-highlight .wsite-button-inner, .wsite-button-large.wsite-button-highlight .wsite-button-inner, .wsite-editor .wsite-button-highlight .wsite-button-inner, .wsite-editor .wsite-button-large.wsite-button-highlight .wsite-button-inner {
        background-image: none;
    }

#wsite-com-breadcrumbs.wsite-com-product-breadcrumbs, #wsite-com-breadcrumbs.wsite-com-category-breadcrumbs {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 87px;
    padding: 0;
    background-color: #fafafa;
    text-align: center;
}

    #wsite-com-breadcrumbs.wsite-com-product-breadcrumbs .wsite-com-breadcrumb, #wsite-com-breadcrumbs.wsite-com-category-breadcrumbs .wsite-com-breadcrumb {
        display: inline-block;
        float: none;
    }

        #wsite-com-breadcrumbs.wsite-com-product-breadcrumbs .wsite-com-breadcrumb > .wsite-com-link-text, #wsite-com-breadcrumbs.wsite-com-category-breadcrumbs .wsite-com-breadcrumb > .wsite-com-link-text {
            color: #c1c1c1;
        }

    #wsite-com-breadcrumbs.wsite-com-product-breadcrumbs .wsite-com-link, #wsite-com-breadcrumbs.wsite-com-category-breadcrumbs .wsite-com-link {
        text-decoration: none;
        font-weight: normal;
        color: #717170;
        letter-spacing: 0;
    }

    #wsite-com-breadcrumbs.wsite-com-product-breadcrumbs .wsite-com-breadcrumb-arrow, #wsite-com-breadcrumbs.wsite-com-category-breadcrumbs .wsite-com-breadcrumb-arrow {
        font-size: 0;
    }

        #wsite-com-breadcrumbs.wsite-com-product-breadcrumbs .wsite-com-breadcrumb-arrow::after, #wsite-com-breadcrumbs.wsite-com-category-breadcrumbs .wsite-com-breadcrumb-arrow::after {
            content: "/";
            font-size: 16px;
        }

h2#wsite-com-product-title {
    font-size: 52px;
    line-height: 1.4;
    letter-spacing: 1px;
    color: #4f4f4e;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
}

#wsite-com-product-price-area {
    color: #2B2B2B;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 1px;
    margin-bottom: 45px;
    text-align: center;
    border: 0;
}

@media screen and (min-width: 1025px) {
    #wsite-com-product-price-area {
        margin-bottom: 75px;
    }
}

@media screen and (min-width: 1025px) {
    .product-details-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
    }
}

#wsite-com-product-images {
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
    width: 100%;
    float: none;
}

#wsite-com-product-info {
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
    margin-left: 100px;
    clear: left;
}

@media screen and (max-width: 1024px) {
    #wsite-com-product-info {
        margin-top: 45px;
        width: 100%;
        margin-left: 0;
    }
}

#wsite-com-product-sku {
    font-family: "Poppins", sans-serif;
    color: #4f4f4e;
    margin-bottom: 0.75em;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0.1em;
    margin-bottom: 45px;
    float: left;
    opacity: 1;
}

#wsite-com-product-social-sharing {
    float: right;
    margin-bottom: 45px;
    line-height: 1.5;
}

#wsite-com-product-options {
    margin-top: 45px;
    clear: both;
}

.wsite-com-product-option {
    padding-top: 30px;
}

.wsite-com-product-option-color .wsite-com-product-option-color-swatch {
    border-radius: 0;
}

.wsite-com-product-option-label {
    font-size: 14px;
    letter-spacing: 0.107em;
    color: #4f4f4e;
}

.wsite-com-product-option-radio-availability, #wsite-com-product-inventory-message {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}

#wsite-com-product-inventory {
    padding-top: 30px;
}

@media screen and (min-width: 1025px) {
    #wsite-com-product-inventory {
        display: inline-block;
    }
}

#wsite-com-product-buy {
    display: inline-block;
    margin-left: 40px;
    vertical-align: bottom;
}

@media screen and (max-width: 1024px) {
    #wsite-com-product-buy {
        display: block;
        margin-left: 0;
        margin-top: 15px;
    }

        #wsite-com-product-buy .wsite-button {
            width: 100%;
        }
}

#wsite-com-product-quantity {
    position: relative;
    display: block;
}

@media screen and (min-width: 1025px) {
    #wsite-com-product-quantity {
        display: inline-block;
        width: 100px;
    }
}

#wsite-com-product-add-to-cart {
    position: relative;
    top: 3px;
}

#wsite-com-product-quantity-input {
    width: 100%;
    padding-right: 15px;
    margin: 0;
    text-align: left;
}

    #wsite-com-product-quantity-input:focus {
        border-bottom-color: #717170;
    }

    #wsite-com-product-quantity-input::-webkit-inner-spin-button, #wsite-com-product-quantity-input::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

.button-quantity {
    -webkit-transition: transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
    position: absolute;
    right: 0;
    bottom: 5px;
    border: 0;
    background: none;
}

    .button-quantity::after {
        display: block;
        width: 16px;
        height: 16px;
        background: url(theme/images/arrow.svg?1768422226) center center no-repeat;
        background-size: contain;
        content: "";
    }

@media screen and (min-width: 1025px) {
    .button-quantity::after {
        width: 10px;
        height: 10px;
    }
}

body.wsite-theme-dark .button-quantity::after {
    background-image: url(theme/images/arrow-light.svg?1768422226);
}

.button-quantity.plus {
    bottom: 28px;
}

@media screen and (min-width: 1025px) {
    .button-quantity.plus {
        bottom: 20px;
    }
}

.button-quantity.plus::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media screen and (min-width: 1025px) {
    .button-quantity:hover {
        -webkit-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
}

.val-min ~ .button-quantity.minus, .val-max ~ .button-quantity.plus, .wsite-com-product-disabled ~ .button-quantity {
    opacity: 0.5;
    cursor: not-allowed;
}

    .val-min ~ .button-quantity.minus:hover, .val-max ~ .button-quantity.plus:hover, .wsite-com-product-disabled ~ .button-quantity:hover {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

.wsite-product {
    border-radius: 0;
    box-shadow: none;
}

    .wsite-product .wsite-product-button-wrap {
        text-align: left;
    }

.wsite-com-product-title {
    font-weight: 400;
}

.wsite-com-category-product-group .wsite-com-category-product-wrap, .wsite-com-category-product-featured-group .wsite-com-category-product-wrap, .wsite-com-category-product-featured-group .wsite-com-category-product-featured-wrap, .wsite-com-category-subcategory-group .wsite-com-category-subcategory-wrap {
    font-size: 1em;
}

.wsite-com-category-product-link-featured {
    text-decoration: none;
}

#wsite-com-product-images-strip::after {
    content: "";
    display: table;
    clear: both;
}

#wsite-com-product-images-strip .wsite-com-product-images-secondary-outer {
    box-shadow: none;
}

#wsite-com-store .wsite-com-category-subcategory-image-wrap {
    height: 100%;
    border: 0;
}

#wsite-com-store .wsite-com-category-subcategory-name {
    top: 0;
}

#wsite-com-store .wsite-com-category-subcategory-name-bg {
    position: relative;
    background-color: #000;
    opacity: 0;
    box-sizing: border-box;
    -webkit-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

#wsite-com-store .wsite-com-category-subcategory-link:hover .wsite-com-category-subcategory-name-bg {
    opacity: 0.4;
}

#wsite-com-store .wsite-com-category-subcategory-link:hover .wsite-com-category-subcategory-name-text {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
}

#wsite-com-store .wsite-com-category-subcategory-name-text {
    -webkit-transform: translate(0,25%);
    -ms-transform: translate(0,25%);
    -o-transform: translate(0,25%);
    transform: translate(0,25%);
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: table;
    width: 100%;
    height: 100%;
    padding: 0;
    background: none;
    box-sizing: border-box;
    text-shadow: none;
    color: #fff;
    opacity: 0;
}

    #wsite-com-store .wsite-com-category-subcategory-name-text span {
        display: table-cell;
        vertical-align: middle;
    }

#wsite-com-store #wsite-com-product-title {
    font-weight: inherit;
}

#wsite-com-store .wsite-com-category-product-link, #wsite-com-store .wsite-com-category-product-link-featured {
    text-align: center;
}

    #wsite-com-store .wsite-com-category-product-link .wsite-com-category-product-image-wrap, #wsite-com-store .wsite-com-category-product-link .wsite-com-category-product-featured-image-wrap, #wsite-com-store .wsite-com-category-product-link-featured .wsite-com-category-product-image-wrap, #wsite-com-store .wsite-com-category-product-link-featured .wsite-com-category-product-featured-image-wrap {
        -webkit-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
        opacity: 1;
        border: 0;
    }

        #wsite-com-store .wsite-com-category-product-link .wsite-com-category-product-image-wrap:hover, #wsite-com-store .wsite-com-category-product-link .wsite-com-category-product-featured-image-wrap:hover, #wsite-com-store .wsite-com-category-product-link-featured .wsite-com-category-product-image-wrap:hover, #wsite-com-store .wsite-com-category-product-link-featured .wsite-com-category-product-featured-image-wrap:hover {
            opacity: .7;
        }

    #wsite-com-store .wsite-com-category-product-link .wsite-com-category-product-name, #wsite-com-store .wsite-com-category-product-link-featured .wsite-com-category-product-name {
        font-size: 18px;
        line-height: 1.7;
        letter-spacing: normal;
        font-weight: normal;
    }

#wsite-com-store #wsite-com-hierarchy .wsite-com-link {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.143em;
    color: #4f4f4e;
    text-decoration: none;
}

    #wsite-com-store #wsite-com-hierarchy .wsite-com-link:hover {
        color: #2B2B2B;
    }

#wsite-com-store #wsite-com-hierarchy .wsite-link-unselected {
    color: #4f4f4e;
}

    #wsite-com-store #wsite-com-hierarchy .wsite-link-unselected:hover {
        color: #2B2B2B;
    }

#wsite-com-store #wsite-com-hierarchy .wsite-com-link-text {
    margin-bottom: 10px;
    line-height: 1.5em;
}

#wsite-com-store #wsite-com-product-list .wsite-com-product-price {
    font-family: "Poppins", sans-serif;
    color: #4f4f4e;
    margin-bottom: 0.75em;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0.1em;
    text-align: center;
}

.wsite-com-checkout-section .wsite-form-field select, .wsite-com-checkout-section .wsite-form-field input, .wsite-com-checkout-section .wsite-form-field .select2-container {
    height: 40px;
}

.w-ui.ui-dialog.popup-modal .close-x {
    text-decoration: none;
}

#wsite-search-header {
    border-bottom: 0;
}

    #wsite-search-header h2 {
        font-size: 52px;
        line-height: 1.4;
        letter-spacing: 1px;
        color: #4f4f4e;
        font-weight: bold;
        line-height: 1;
    }

@media screen and (max-width: 1024px) {
    #wsite-search-header h2 {
        width: 100%;
        float: none;
    }
}

@media screen and (max-width: 1024px) {
    #wsite-search-form-container {
        float: none;
        width: 100%;
        margin-top: 30px;
    }
}

#wsite-search-sidebar .wsite-search-filter-entries input[type=checkbox], #wsite-search-sidebar .wsite-search-facet-entries input[type=checkbox] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

    #wsite-search-sidebar .wsite-search-filter-entries input[type=checkbox]:checked ~ a, #wsite-search-sidebar .wsite-search-facet-entries input[type=checkbox]:checked ~ a {
        color: #2B2B2B;
    }

#wsite-search-sidebar .wsite-search-filter-entries a, #wsite-search-sidebar .wsite-search-facet-entries a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.143em;
    color: #4f4f4e;
    text-decoration: none;
}

    #wsite-search-sidebar .wsite-search-filter-entries a:hover, #wsite-search-sidebar .wsite-search-facet-entries a:hover {
        color: #2B2B2B;
    }

#wsite-search-sidebar h3 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1875em;
    color: #4f4f4e;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

#wsite-search-sidebar .wsite-search-filter {
    margin-bottom: 30px;
}

#wsite-search-query {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #717170;
    font-weight: 400;
    line-height: normal;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0;
    background: transparent;
    -webkit-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
    height: auto;
    padding: 8px 0 !important;
    margin-bottom: 15px;
}

textarea#wsite-search-query {
    border: 1px solid #e5e5e5;
}

#wsite-search-results h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #4f4f4e;
}

#wsite-search-product-results a {
    text-decoration: none;
}

#wsite-search-product-results .wsite-search-product-result {
    text-align: center;
}

#wsite-search-product-results .wsite-search-product-image-container {
    border-radius: 0;
    box-shadow: none;
}

#wsite-search-product-results .wsite-search-product-name {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: normal;
    font-weight: normal;
}

#wsite-search-product-results .wsite-search-product-price {
    font-family: "Poppins", sans-serif;
    color: #4f4f4e;
    margin-bottom: 0.75em;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0.1em;
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    #wsite-search-sidebar {
        position: relative;
        z-index: 7;
        overflow-y: hidden;
        width: 100%;
        max-height: 35px;
        padding: 0;
        margin-bottom: 30px;
        box-sizing: border-box;
        -webkit-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }

        #wsite-search-sidebar::before {
            display: block;
            width: 100%;
            padding: 10px 18px;
            box-sizing: border-box;
            text-align: center;
            text-transform: uppercase;
            content: 'VIEW SEARCH FILTERS\00a0\00a0\25be';
            font-weight: 700;
            cursor: pointer;
        }

        #wsite-search-sidebar.sidebar-expanded {
            max-height: 1000px;
            cursor: default !important;
        }

            #wsite-search-sidebar.sidebar-expanded:before {
                content: 'CLOSE\00a0\00a0\25b4';
            }

    #wsite-search-results {
        width: 100%;
    }

    #wsite-search-product-results .wsite-search-product-result {
        width: 100%;
        padding-right: 0;
    }

    .wsite-search-facet-price input {
        width: 100%;
        margin: 10px 0;
        padding: 6px !important;
    }
}

#blogTable .blog-sidebar h2 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1875em;
    color: #4f4f4e;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

#blogTable .blog-sidebar div.paragraph {
    margin-bottom: 20px;
}

#blogTable .blog-sidebar p {
    margin-bottom: 20px;
}

#blogTable .blog-sidebar a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.143em;
    color: #4f4f4e;
    text-decoration: none;
}

    #blogTable .blog-sidebar a:hover {
        color: #2B2B2B;
    }

.blogCommentReplyWrapper iframe {
    height: 560px !important;
}

#commentPostDiv .field input[type=text], #commentPostDiv .field textarea {
    height: auto;
    padding: 8px 12px;
    background: transparent;
    box-sizing: border-box;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

    #commentPostDiv .field input[type=text]:focus, #commentPostDiv .field textarea:focus {
        border: 1px solid #4f4f4e;
    }

#commentSubmit {
    background-color: #2B2B2B;
    -webkit-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    display: inline-block;
    height: auto;
    padding: 0;
    background-image: none;
    text-align: center;
    font-size: 14px;
}

    #commentSubmit:hover {
        background-color: #121212;
    }

    #commentSubmit .wsite-button-inner {
        color: #ffffff;
    }

    #commentSubmit .wsite-button-inner {
        font-family: "Poppins", sans-serif;
        display: block;
        float: none;
        height: auto;
        padding: 0.625em 1.9375em;
        margin: 0;
        background: none;
        letter-spacing: 0.0625em;
        text-transform: capitalize;
        white-space: normal;
        font-weight: 600;
        line-height: 1.9;
    }

    #commentSubmit .wsite-button-inner {
        background-image: none;
    }

    #commentSubmit:hover {
        background-color: #121212;
    }

    #commentSubmit .wsite-button-inner {
        color: #ffffff;
    }

    #commentSubmit:hover {
        background-color: #121212;
    }

    #commentSubmit > span {
        font-family: "Poppins", sans-serif;
        display: block;
        float: none;
        height: auto;
        padding: 0.625em 1.9375em;
        margin: 0;
        background: none;
        letter-spacing: 0.0625em;
        text-transform: capitalize;
        white-space: normal;
        font-weight: 600;
        line-height: 1.9;
        color: #ffffff;
    }

.blogCommentOptions .blog-button {
    background-color: #2B2B2B;
    -webkit-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    display: inline-block;
    height: auto;
    padding: 0;
    background-image: none;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0 0 0 1px #4f4f4e inset;
    font-size: 14px;
}

    .blogCommentOptions .blog-button:hover {
        background-color: #121212;
    }

    .blogCommentOptions .blog-button .wsite-button-inner {
        color: #ffffff;
    }

    .blogCommentOptions .blog-button .wsite-button-inner {
        font-family: "Poppins", sans-serif;
        display: block;
        float: none;
        height: auto;
        padding: 0.625em 1.9375em;
        margin: 0;
        background: none;
        letter-spacing: 0.0625em;
        text-transform: capitalize;
        white-space: normal;
        font-weight: 600;
        line-height: 1.9;
    }

    .blogCommentOptions .blog-button .wsite-button-inner {
        background-image: none;
    }

    .blogCommentOptions .blog-button:hover {
        background-color: #4f4f4e;
    }

        .blogCommentOptions .blog-button:hover .wsite-button-inner {
            color: #ffffff;
        }

    .blogCommentOptions .blog-button .wsite-button-inner {
        color: #4f4f4e;
    }

    .blogCommentOptions .blog-button .wsite-button-inner {
        background-image: none;
    }

    .blogCommentOptions .blog-button:hover {
        background-color: #4f4f4e;
    }

        .blogCommentOptions .blog-button:hover > span {
            color: #ffffff;
        }

    .blogCommentOptions .blog-button > span {
        font-family: "Poppins", sans-serif;
        display: block;
        float: none;
        height: auto;
        padding: 0.625em 1.9375em;
        margin: 0;
        background: none;
        letter-spacing: 0.0625em;
        text-transform: capitalize;
        white-space: normal;
        font-weight: 600;
        line-height: 1.9;
        color: #4f4f4e;
    }

#commentSubmit span {
    background: none;
}

#commentArea {
    border-top: solid 1px #e5e5e5;
    padding-top: 20px;
}

#commentAreaTitle, .blogCommentHeading .blogCommentAuthor {
    font-weight: 400;
}

.blogCommentHeading .blogCommentHeadingInner {
    height: auto;
}

.blogCommentWrap .blogCommentHeading .blogCommentHeadingInner .blogCommentAuthor .name {
    text-shadow: none;
    height: auto;
    line-height: 1;
    color: #4f4f4e !important;
    float: none;
}

.blogCommentHeading .blogCommentHeadingInner .blogCommentAuthor .link {
    margin: 0 5px;
    float: none;
    display: inline-block;
}

.blog-post .blog-header h2.blog-title {
    margin-bottom: 20px !important;
}

#wsite-content .blog-post .blog-separator {
    border-color: #e5e5e5;
}

#wsite-content #commentAreaTitle, #wsite-content #commentReplyTitle, #commentArea .blogCommentText div.paragraph {
    padding: 0;
}

#wsite-content #commentAreaTitle, #wsite-content #commentReplyTitle, #commentArea .blogCommentText p {
    padding: 0;
}

#commentAreaTitle, .blogCommentHeading, .blogCommentText div.paragraph {
    font-family: inherit;
}

#commentAreaTitle, .blogCommentHeading, .blogCommentText p {
    font-family: inherit;
}

.blogCommentWrap {
    padding: 20px;
}

    .blogCommentWrap .blogCommentHeading, .blogCommentWrap .blogCommentHeadingInner, .blogCommentWrap .blogCommentAuthor {
        background: none !important;
        line-height: 1;
    }

.blogCommentHeading {
    padding: 0;
    margin-bottom: 20px;
}

    .blogCommentHeading .blogCommentAuthor, .blogCommentHeading .blogCommentDate {
        float: none;
        text-align: left;
        height: auto;
        line-height: 1;
        padding: 0;
        display: inline;
        vertical-align: baseline;
    }

    .blogCommentHeading .blogCommentHeadingInner .blogCommentDate {
        color: #666;
        font-size: 13px;
    }

    .blogCommentHeading .blogCommentDate {
        color: #333;
    }

.blogCommentText {
    padding: 0;
}

.blogCommentWrap .blogCommentText div.paragraph {
    color: #999;
    font-size: 14px;
}

.blogCommentWrap .blogCommentText p {
    color: #999;
    font-size: 14px;
}

.fancybox-skin {
    background: transparent !important;
    box-shadow: none !important;
}

.fancybox-title {
    font-family: "Poppins", sans-serif;
    color: white;
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    text-align: center;
}

.fancybox-close, .fancybox-next span, .fancybox-prev span {
    background: none !important;
    width: auto;
    height: auto;
}

    .fancybox-close:before, .fancybox-next span:before, .fancybox-prev span:before {
        font-family: "Poppins", sans-serif;
        color: white !important;
        font-size: 45px;
        font-weight: 400;
        line-height: 0.75em;
        -webkit-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .fancybox-close:hover:before, .fancybox-next:hover span:before, .fancybox-prev:hover span:before {
        color: #4f4f4e !important;
    }

    .fancybox-prev span:before {
        position: relative;
        left: -10px;
        content: '\3008';
    }

    .fancybox-next span:before {
        position: relative;
        right: -10px;
        content: '\3009';
    }

.fancybox-close {
    top: 20px;
    right: 20px;
    text-decoration: none;
}

    .fancybox-close:before {
        content: '\00D7';
    }

.wsite-com-checkout-section .wsite-form-field select, .wsite-com-checkout-section .wsite-form-field input, .wsite-com-checkout-section .wsite-form-field .select2-container {
    height: auto;
}

#wsite-com-checkout-list .wsite-remove-button, #wsite-com-checkout-summary-list .wsite-remove-button {
    top: 3px;
}

.wsite-checkout-qty__input {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #717170;
    font-weight: 400;
    line-height: normal;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0;
    background: transparent;
    -webkit-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.wsite-checkout-qty__select {
    color: #717170;
}

.splash-page .site-canvas {
    height: 100vh;
    box-sizing: border-box;
}

.splash-page .main-wrap, .splash-page .weebly-area, .splash-page #wsite-content, .splash-page .wsite-section-wrap, .splash-page .wsite-body-section {
    height: 100%;
}

.splash-page .wsite-body-section {
    position: relative;
}

.splash-page .wsite-section-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    min-height: 300px;
}

    .splash-page .wsite-section-content .container {
        width: auto;
        margin: auto;
        max-width: none;
        padding: 10vw;
    }

    .splash-page .wsite-section-content .wsite-section-elements {
        width: 100%;
        max-width: 1170px;
        padding-right: 15px;
        padding-left: 15px;
        margin: 0 auto;
        box-sizing: border-box;
    }

.splash-page .wsite-content-title {
    font-size: 52px;
    line-height: 1.4;
    letter-spacing: 1px;
    color: #4f4f4e;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.splash-page .paragraph, .splash-page div.paragraph {
    font-family: "Poppins", sans-serif;
    margin-bottom: 25px;
    color: inherit;
    letter-spacing: 3px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}

.splash-page .paragraph, .splash-page p {
    font-family: "Poppins", sans-serif;
    margin-bottom: 25px;
    color: inherit;
    letter-spacing: 3px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}

@media screen and (min-width: 1025px) {
    .splash-page .paragraph, .splash-page div.paragraph {
        font-size: 16px;
    }

    .splash-page .paragraph, .splash-page p {
        font-size: 16px;
    }
}

.splash-page .footer {
    display: none;
}

@media screen and (max-width: 1024px) {
    #icontent.no-header-page .main-wrap .container {
        padding-top: 100px;
    }

    .banner h2 span, .banner h2 font, .banner div.paragraph span, .banner div.paragraph font {
        font-size: inherit !important;
        line-height: inherit !important;
    }

    .banner h2 span, .banner h2 font, .banner p span, .banner p font {
        font-size: inherit !important;
        line-height: inherit !important;
    }

    .banner-wrap {
        box-sizing: border-box;
    }

        .banner-wrap .container {
            padding: 80px 20px;
        }

    .main-wrap .container {
        padding: 30px 20px;
    }

    .footer-wrap .container {
        padding: 0;
    }

    .footer-wrap .wsite-footer {
        width: 100%;
        padding: 40px 20px 20px;
        box-sizing: border-box;
    }

    .footer-wrap td.wsite-multicol-col {
        margin-bottom: 25px !important;
    }

    .splash-page .main-wrap > .container {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }

    #wsite-com-store .wsite-com-category-subcategory-name {
        border-width: 10px;
    }

    .w-ui.ui-dialog.popup-modal .ui-dialog-content {
        position: relative;
        top: 50px;
    }
}

@media screen and (max-width: 767px) {
    body.page-has-banner.affix {
        padding-top: 0;
    }

    .container {
        width: 100%;
    }

    .wsite-section {
        height: auto !important;
    }

    .galleryCaptionHolder {
        display: none;
    }

    .fullwidth-mobile {
        width: 100% !important;
    }

        .fullwidth-mobile .galleryCaptionHolder {
            display: block !important;
        }

    td.wsite-multicol-col {
        float: none;
        display: block;
        width: 100% !important;
        box-sizing: border-box;
    }

    .no-header-page .main-wrap .container {
        padding-top: 70px;
    }

    .splash-page .content-wrap {
        padding: 0;
    }

        .splash-page .content-wrap h2 {
            font-size: 2.75em;
            line-height: 1.25em;
        }

        .splash-page .content-wrap div.paragraph {
            font-size: 1.2em;
            line-height: 1.8em;
        }

        .splash-page .content-wrap p {
            font-size: 1.2em;
            line-height: 1.8em;
        }

    #blogTable td {
        float: none;
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }

        #blogTable td.blog-sidebar {
            width: 100%;
        }

        #blogTable td .blog-body {
            float: none !important;
        }

        #blogTable td .column-blog {
            float: none;
        }

    #wsite-com-store .wsite-com-category-subcategory-group .wsite-com-column, #wsite-com-store .wsite-com-category-product-featured-group .wsite-com-column, #wsite-com-store .wsite-com-category-product-group .wsite-com-column {
        float: left;
        width: 50% !important;
    }

    #wsite-com-store .wsite-com-sidebar {
        position: relative;
        float: none !important;
        z-index: 7;
        width: 100%;
        min-height: 35px;
        margin: 0 auto 15px;
        padding: 0;
        text-align: center;
    }

        #wsite-com-store .wsite-com-sidebar:before {
            display: block;
            width: 100%;
            padding: 10px 18px;
            box-sizing: border-box;
            text-align: center;
            text-transform: uppercase;
            content: 'VIEW ALL CATEGORIES\00a0\00a0\25be';
            font-family: "Poppins", sans-serif;
            font-size: 16px;
            font-weight: 700;
            line-height: normal;
            cursor: pointer;
        }

        #wsite-com-store .wsite-com-sidebar #wsite-com-hierarchy {
            position: relative;
            display: block;
            overflow: hidden;
            width: 100%;
            max-height: 0px;
            padding: 0;
            margin: 0 auto .25em;
            background: white;
            box-sizing: border-box;
            -webkit-transition: all 300ms ease-in-out;
            -moz-transition: all 300ms ease-in-out;
            -ms-transition: all 300ms ease-in-out;
            -o-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
        }

            #wsite-com-store .wsite-com-sidebar #wsite-com-hierarchy > ul {
                width: 100%;
                padding: 0;
            }

                #wsite-com-store .wsite-com-sidebar #wsite-com-hierarchy > ul li {
                    margin-bottom: 15px;
                }

            #wsite-com-store .wsite-com-sidebar #wsite-com-hierarchy .wsite-link-unselected {
                color: #4f4f4e;
            }

        #wsite-com-store .wsite-com-sidebar.sidebar-expanded {
            cursor: default !important;
        }

            #wsite-com-store .wsite-com-sidebar.sidebar-expanded:before {
                content: 'CLOSE\00a0\00a0\25b4';
            }

            #wsite-com-store .wsite-com-sidebar.sidebar-expanded #wsite-com-hierarchy {
                max-height: 1000px;
                padding: 10px 0;
            }

    #wsite-com-store .wsite-com-content-with-sidebar {
        margin-left: 0;
    }

    div.wsite-product-image-wrap {
        width: 100% !important;
    }

    .wsite-product .wsite-product-top {
        width: 100%;
    }

    .wsite-product .wsite-product-button-wrap {
        width: auto;
    }

    #wsite-com-product-images {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    #wsite-com-product-info {
        width: 100%;
        margin-left: 0;
    }

    #wsite-com-product-images-strip .wsite-com-product-images-secondary-outer {
        margin-bottom: 10px;
    }

    #wsite-com-checkout-list .wsite-form-input, #wsite-com-checkout-summary-list .wsite-form-input {
        width: 20px;
    }

        #wsite-com-checkout-list .wsite-form-input.wsite-coupon-input, #wsite-com-checkout-summary-list .wsite-form-input.wsite-coupon-input {
            width: 100%;
            max-width: 95px;
        }

    #wsite-com-checkout-list td {
        padding: 10px 0 20px;
    }

    #wsite-com-checkout-list .wsite-remove-button, #wsite-com-checkout-summary-list .wsite-remove-button {
        top: 44px;
        left: -10px;
    }

    .wsite-com-continue-shopping .caret {
        display: inline-block;
        margin-top: 2px;
    }

    .wsite-com-checkout-payment-column, .wsite-com-checkout-summary-column {
        float: none;
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    #wsite-com-store .wsite-com-category-subcategory-group .wsite-com-column, #wsite-com-store .wsite-com-category-product-featured-group .wsite-com-column, #wsite-com-store .wsite-com-category-product-group .wsite-com-column {
        float: none;
        width: 100% !important;
    }
}

div.paragraph ul, div.paragraph ol {
    padding-left: 3em !important;
    margin: 5px 0 !important;
}

div.paragraph li {
    padding-left: 5px !important;
    margin: 3px 0 0 !important;
}

div.paragraph ul, div.paragraph ul li {
    list-style: disc outside !important;
}

div.paragraph ol, div.paragraph ol li {
    list-style: decimal outside !important;
}

.product-grid .product-grid-image .product-grid__image-sale-banner-wrapper {
    background: #2B2B2B;
}

#wsite-com-category-product-group .category__image-sale-banner-wrapper {
    background: #2B2B2B;
}

#wsite-search-product-results .wsite-search-product-result .wsite-search-product-image-container .search__image-sale-banner-wrapper {
    background: #2B2B2B;
}
/*main_style.css*/
/*Poppins/font.css*/

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url('light.eot'); /* IE9 Compat Modes */
    src: url('light.eot') format('embedded-opentype'), /* IE6-IE8 */
    url('light.woff2') format('woff2'), /* Super Modern Browsers */
    url('light.woff') format('woff'), /* Modern Browsers */
    url('light.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('regular.eot'); /* IE9 Compat Modes */
    src: url('regular.eot') format('embedded-opentype'), /* IE6-IE8 */
    url('regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('regular.woff') format('woff'), /* Modern Browsers */
    url('regular.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url('medium.eot'); /* IE9 Compat Modes */
    src: url('medium.eot') format('embedded-opentype'), /* IE6-IE8 */
    url('medium.woff2') format('woff2'), /* Super Modern Browsers */
    url('medium.woff') format('woff'), /* Modern Browsers */
    url('medium.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('semibold.eot'); /* IE9 Compat Modes */
    src: url('semibold.eot') format('embedded-opentype'), /* IE6-IE8 */
    url('semibold.woff2') format('woff2'), /* Super Modern Browsers */
    url('semibold.woff') format('woff'), /* Modern Browsers */
    url('semibold.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('bold.eot'); /* IE9 Compat Modes */
    src: url('bold.eot') format('embedded-opentype'), /* IE6-IE8 */
    url('bold.woff2') format('woff2'), /* Super Modern Browsers */
    url('bold.woff') format('woff'), /* Modern Browsers */
    url('bold.ttf') format('truetype'); /* Safari, Android, iOS */
}
/*Poppins/font.css*/
/*Open_Sans/font.css*/

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('./light.eot'); /* IE9 Compat Modes */
    src: url('./light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./light.woff2') format('woff2'), /* Super Modern Browsers */
    url('./light.woff') format('woff'), /* Modern Browsers */
    url('./light.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('./regular.eot'); /* IE9 Compat Modes */
    src: url('./regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('./regular.woff') format('woff'), /* Modern Browsers */
    url('./regular.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('./bold.eot'); /* IE9 Compat Modes */
    src: url('./bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./bold.woff2') format('woff2'), /* Super Modern Browsers */
    url('./bold.woff') format('woff'), /* Modern Browsers */
    url('./bold.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: url('./lightitalic.eot'); /* IE9 Compat Modes */
    src: url('./lightitalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./lightitalic.woff2') format('woff2'), /* Super Modern Browsers */
    url('./lightitalic.woff') format('woff'), /* Modern Browsers */
    url('./lightitalic.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: url('italic.eot'); /* IE9 Compat Modes */
    src: url('italic.eot') format('embedded-opentype'), /* IE6-IE8 */
    url('italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('italic.woff') format('woff'), /* Modern Browsers */
    url('italic.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: url('./bolditalic.eot'); /* IE9 Compat Modes */
    src: url('./bolditalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./bolditalic.woff2') format('woff2'), /* Super Modern Browsers */
    url('./bolditalic.woff') format('woff'), /* Modern Browsers */
    url('./bolditalic.ttf') format('truetype'); /* Safari, Android, iOS */
}
/*Open_Sans/font.css*/
/*Montserrat/font.css*/

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('./regular.eot'); /* IE9 Compat Modes */
    src: url('./regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('./regular.woff') format('woff'), /* Modern Browsers */
    url('./regular.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('./bold.eot'); /* IE9 Compat Modes */
    src: url('./bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./bold.woff2') format('woff2'), /* Super Modern Browsers */
    url('./bold.woff') format('woff'), /* Modern Browsers */
    url('./bold.ttf') format('truetype'); /* Safari, Android, iOS */
}
/*Montserrat/font.css*/
/*page styles*/
.wsite-elements.wsite-not-footer:not(.wsite-header-elements) div.paragraph, .wsite-elements.wsite-not-footer:not(.wsite-header-elements) p, .wsite-elements.wsite-not-footer:not(.wsite-header-elements) .product-block .product-title, .wsite-elements.wsite-not-footer:not(.wsite-header-elements) .product-description, .wsite-elements.wsite-not-footer:not(.wsite-header-elements) .wsite-form-field label, .wsite-elements.wsite-not-footer:not(.wsite-header-elements) .wsite-form-field label, #wsite-content div.paragraph, #wsite-content p, #wsite-content .product-block .product-title, #wsite-content .product-description, #wsite-content .wsite-form-field label, #wsite-content .wsite-form-field label, .blog-sidebar div.paragraph, .blog-sidebar p, .blog-sidebar .wsite-form-field label, .blog-sidebar .wsite-form-field label {
    font-family: "Open Sans" !important;
}

#wsite-content div.paragraph, #wsite-content p, #wsite-content .product-block .product-title, #wsite-content .product-description, #wsite-content .wsite-form-field label, #wsite-content .wsite-form-field label, .blog-sidebar div.paragraph, .blog-sidebar p, .blog-sidebar .wsite-form-field label, .blog-sidebar .wsite-form-field label {
    color: #3f3f3f !important;
}

.wsite-elements.wsite-footer div.paragraph, .wsite-elements.wsite-footer p, .wsite-elements.wsite-footer .product-block .product-title, .wsite-elements.wsite-footer .product-description, .wsite-elements.wsite-footer .wsite-form-field label, .wsite-elements.wsite-footer .wsite-form-field label {
    font-family: "Open Sans" !important;
}

.wsite-elements.wsite-not-footer:not(.wsite-header-elements) h2, .wsite-elements.wsite-not-footer:not(.wsite-header-elements) .product-long .product-title, .wsite-elements.wsite-not-footer:not(.wsite-header-elements) .product-large .product-title, .wsite-elements.wsite-not-footer:not(.wsite-header-elements) .product-small .product-title, #wsite-content h2, #wsite-content .product-long .product-title, #wsite-content .product-large .product-title, #wsite-content .product-small .product-title, .blog-sidebar h2 {
    font-family: "Montserrat" !important;
    font-weight: 400 !important;
    font-style: normal !important;
    letter-spacing: 1px !important;
}

#wsite-content h2, #wsite-content .product-long .product-title, #wsite-content .product-large .product-title, #wsite-content .product-small .product-title, .blog-sidebar h2 {
    color: #000 !important;
}

.wsite-elements.wsite-footer h2, .wsite-elements.wsite-footer .product-long .product-title, .wsite-elements.wsite-footer .product-large .product-title, .wsite-elements.wsite-footer .product-small .product-title {
    font-family: "Montserrat" !important;
    color: #2a2a2a !important;
    text-transform: none !important;
}

#wsite-title {
    font-family: "Montserrat" !important;
    font-weight: 700 !important;
    color: #000 !important;
    text-transform: uppercase !important;
}

.wsite-menu-default a {
    font-family: "Open Sans" !important;
    font-weight: 400 !important;
    text-transform: none !important;
    letter-spacing: 0px !important;
}

.wsite-menu a {
    font-family: "Open Sans" !important;
}

.wsite-image div, .wsite-caption {
}

.galleryCaptionInnerText {
}

.fancybox-title {
}

.wslide-caption-text {
}

.wsite-phone {
}

.wsite-headline, .wsite-header-section .wsite-content-title {
    font-family: "Montserrat" !important;
    text-transform: none !important;
}

.wsite-headline-paragraph, .wsite-header-section .paragraph {
    font-family: "Open Sans" !important;
    color: #fff !important;
    font-style: normal !important;
    text-transform: none !important;
    letter-spacing: 0px !important;
}

.wsite-button-inner {
    font-family: "Montserrat" !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

.wsite-not-footer blockquote {
    font-family: "Georgia" !important;
    font-style: italic !important;
}

.wsite-footer blockquote {
}

.blog-header h2 a {
}

#wsite-content h2.wsite-product-title {
}

.wsite-product .wsite-product-price a {
}

.wsite-button-small .wsite-button-inner {
    font-size: 14px !important;
}

.wsite-button-large .wsite-button-inner {
    font-size: 14px !important;
}

@media screen and (min-width: 767px) {
    .wsite-elements.wsite-not-footer:not(.wsite-header-elements) div.paragraph, .wsite-elements.wsite-not-footer:not(.wsite-header-elements) p, .wsite-elements.wsite-not-footer:not(.wsite-header-elements) .product-block .product-title, .wsite-elements.wsite-not-footer:not(.wsite-header-elements) .product-description, .wsite-elements.wsite-not-footer:not(.wsite-header-elements) .wsite-form-field label, .wsite-elements.wsite-not-footer:not(.wsite-header-elements) .wsite-form-field label, #wsite-content div.paragraph, #wsite-content p, #wsite-content .product-block .product-title, #wsite-content .product-description, #wsite-content .wsite-form-field label, #wsite-content .wsite-form-field label, .blog-sidebar div.paragraph, .blog-sidebar p, .blog-sidebar .wsite-form-field label, .blog-sidebar .wsite-form-field label {
        font-size: 16px !important;
        line-height: 26px !important;
    }

    #wsite-content div.paragraph, #wsite-content p, #wsite-content .product-block .product-title, #wsite-content .product-description, #wsite-content .wsite-form-field label, #wsite-content .wsite-form-field label, .blog-sidebar div.paragraph, .blog-sidebar p, .blog-sidebar .wsite-form-field label, .blog-sidebar .wsite-form-field label {
    }

    .wsite-elements.wsite-footer div.paragraph, .wsite-elements.wsite-footer p, .wsite-elements.wsite-footer .product-block .product-title, .wsite-elements.wsite-footer .product-description, .wsite-elements.wsite-footer .wsite-form-field label, .wsite-elements.wsite-footer .wsite-form-field label {
        font-size: 14px !important;
    }

    .wsite-elements.wsite-not-footer:not(.wsite-header-elements) h2, .wsite-elements.wsite-not-footer:not(.wsite-header-elements) .product-long .product-title, .wsite-elements.wsite-not-footer:not(.wsite-header-elements) .product-large .product-title, .wsite-elements.wsite-not-footer:not(.wsite-header-elements) .product-small .product-title, #wsite-content h2, #wsite-content .product-long .product-title, #wsite-content .product-large .product-title, #wsite-content .product-small .product-title, .blog-sidebar h2 {
        font-size: 40px !important;
    }

    #wsite-content h2, #wsite-content .product-long .product-title, #wsite-content .product-large .product-title, #wsite-content .product-small .product-title, .blog-sidebar h2 {
    }

    .wsite-elements.wsite-footer h2, .wsite-elements.wsite-footer .product-long .product-title, .wsite-elements.wsite-footer .product-large .product-title, .wsite-elements.wsite-footer .product-small .product-title {
        font-size: 14px !important;
    }

    #wsite-title {
        font-size: 28px !important;
    }

    .wsite-menu-default a {
        font-size: 16px !important;
    }

    .wsite-menu a {
        font-size: 15px !important;
    }

    .wsite-image div, .wsite-caption {
    }

    .galleryCaptionInnerText {
    }

    .fancybox-title {
    }

    .wslide-caption-text {
    }

    .wsite-phone {
    }

    .wsite-headline, .wsite-header-section .wsite-content-title {
        font-size: 72px !important;
    }

    .wsite-headline-paragraph, .wsite-header-section .paragraph {
        font-size: 20px !important;
    }

    .wsite-button-inner {
    }

    .wsite-not-footer blockquote {
        font-size: 22px !important;
        line-height: 31px !important;
    }

    .wsite-footer blockquote {
    }

    .blog-header h2 a {
    }

    #wsite-content h2.wsite-product-title {
    }

    .wsite-product .wsite-product-price a {
    }
}
/*page styles*/
/*all.min.css*/
/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-weight: var(--fa-style,900)
}

.fa, .fa-brands, .fa-regular, .fa-solid, .fab, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

    .fa-brands:before, .fa-regular:before, .fa-solid:before, .fa:before, .fab:before, .far:before, .fas:before {
        content: var(--fa)
    }

.fa-classic, .fa-regular, .fa-solid, .far, .fas {
    font-family: "Font Awesome 6 Free"
}

.fa-brands, .fab {
    font-family: "Font Awesome 6 Brands"
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-2xs {
    font-size: .625em;
    line-height: .1em;
    vertical-align: .225em
}

.fa-xs {
    font-size: .75em;
    line-height: .08333em;
    vertical-align: .125em
}

.fa-sm {
    font-size: .875em;
    line-height: .07143em;
    vertical-align: .05357em
}

.fa-lg {
    font-size: 1.25em;
    line-height: .05em;
    vertical-align: -.075em
}

.fa-xl {
    font-size: 1.5em;
    line-height: .04167em;
    vertical-align: -.125em
}

.fa-2xl {
    font-size: 2em;
    line-height: .03125em;
    vertical-align: -.1875em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: var(--fa-li-margin,2.5em);
    padding-left: 0
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    left: calc(var(--fa-li-width, 2em)*-1);
    position: absolute;
    text-align: center;
    width: var(--fa-li-width,2em);
    line-height: inherit
}

.fa-border {
    border-radius: var(--fa-border-radius,.1em);
    border: var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);
    padding: var(--fa-border-padding,.2em .25em .15em)
}

.fa-pull-left {
    float: left;
    margin-right: var(--fa-pull-margin,.3em)
}

.fa-pull-right {
    float: right;
    margin-left: var(--fa-pull-margin,.3em)
}

.fa-beat {
    animation-name: fa-beat;
    animation-delay: var(--fa-animation-delay,0s);
    animation-direction: var(--fa-animation-direction,normal);
    animation-duration: var(--fa-animation-duration,1s);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-timing-function: var(--fa-animation-timing,ease-in-out)
}

.fa-bounce {
    animation-name: fa-bounce;
    animation-delay: var(--fa-animation-delay,0s);
    animation-direction: var(--fa-animation-direction,normal);
    animation-duration: var(--fa-animation-duration,1s);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-timing-function: var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))
}

.fa-fade {
    animation-name: fa-fade;
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))
}

.fa-beat-fade, .fa-fade {
    animation-delay: var(--fa-animation-delay,0s);
    animation-direction: var(--fa-animation-direction,normal);
    animation-duration: var(--fa-animation-duration,1s)
}

.fa-beat-fade {
    animation-name: fa-beat-fade;
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))
}

.fa-flip {
    animation-name: fa-flip;
    animation-delay: var(--fa-animation-delay,0s);
    animation-direction: var(--fa-animation-direction,normal);
    animation-duration: var(--fa-animation-duration,1s);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-timing-function: var(--fa-animation-timing,ease-in-out)
}

.fa-shake {
    animation-name: fa-shake;
    animation-duration: var(--fa-animation-duration,1s);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-timing-function: var(--fa-animation-timing,linear)
}

.fa-shake, .fa-spin {
    animation-delay: var(--fa-animation-delay,0s);
    animation-direction: var(--fa-animation-direction,normal)
}

.fa-spin {
    animation-name: fa-spin;
    animation-duration: var(--fa-animation-duration,2s);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-timing-function: var(--fa-animation-timing,linear)
}

.fa-spin-reverse {
    --fa-animation-direction: reverse
}

.fa-pulse, .fa-spin-pulse {
    animation-name: fa-spin;
    animation-direction: var(--fa-animation-direction,normal);
    animation-duration: var(--fa-animation-duration,1s);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-timing-function: var(--fa-animation-timing,steps(8))
}

@media (prefers-reduced-motion:reduce) {
    .fa-beat, .fa-beat-fade, .fa-bounce, .fa-fade, .fa-flip, .fa-pulse, .fa-shake, .fa-spin, .fa-spin-pulse {
        animation-delay: -1ms;
        animation-duration: 1ms;
        animation-iteration-count: 1;
        transition-delay: 0s;
        transition-duration: 0s
    }
}

@keyframes fa-beat {
    0%,90% {
        transform: scale(1)
    }

    45% {
        transform: scale(var(--fa-beat-scale,1.25))
    }
}

@keyframes fa-bounce {
    0% {
        transform: scale(1) translateY(0)
    }

    10% {
        transform: scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)
    }

    30% {
        transform: scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))
    }

    50% {
        transform: scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)
    }

    57% {
        transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em))
    }

    64% {
        transform: scale(1) translateY(0)
    }

    to {
        transform: scale(1) translateY(0)
    }
}

@keyframes fa-fade {
    50% {
        opacity: var(--fa-fade-opacity,.4)
    }
}

@keyframes fa-beat-fade {
    0%,to {
        opacity: var(--fa-beat-fade-opacity,.4);
        transform: scale(1)
    }

    50% {
        opacity: 1;
        transform: scale(var(--fa-beat-fade-scale,1.125))
    }
}

@keyframes fa-flip {
    50% {
        transform: rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))
    }
}

@keyframes fa-shake {
    0% {
        transform: rotate(-15deg)
    }

    4% {
        transform: rotate(15deg)
    }

    8%,24% {
        transform: rotate(-18deg)
    }

    12%,28% {
        transform: rotate(18deg)
    }

    16% {
        transform: rotate(-22deg)
    }

    20% {
        transform: rotate(22deg)
    }

    32% {
        transform: rotate(-12deg)
    }

    36% {
        transform: rotate(12deg)
    }

    40%,to {
        transform: rotate(0deg)
    }
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    transform: rotate(90deg)
}

.fa-rotate-180 {
    transform: rotate(180deg)
}

.fa-rotate-270 {
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    transform: scaleX(-1)
}

.fa-flip-vertical {
    transform: scaleY(-1)
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
    transform: scale(-1)
}

.fa-rotate-by {
    transform: rotate(var(--fa-rotate-angle,0))
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x, .fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: var(--fa-stack-z-index,auto)
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: var(--fa-inverse,#fff)
}

.fa-0 {
    --fa: "\30"
}

.fa-1 {
    --fa: "\31"
}

.fa-2 {
    --fa: "\32"
}

.fa-3 {
    --fa: "\33"
}

.fa-4 {
    --fa: "\34"
}

.fa-5 {
    --fa: "\35"
}

.fa-6 {
    --fa: "\36"
}

.fa-7 {
    --fa: "\37"
}

.fa-8 {
    --fa: "\38"
}

.fa-9 {
    --fa: "\39"
}

.fa-fill-drip {
    --fa: "\f576"
}

.fa-arrows-to-circle {
    --fa: "\e4bd"
}

.fa-chevron-circle-right, .fa-circle-chevron-right {
    --fa: "\f138"
}

.fa-at {
    --fa: "\40"
}

.fa-trash-alt, .fa-trash-can {
    --fa: "\f2ed"
}

.fa-text-height {
    --fa: "\f034"
}

.fa-user-times, .fa-user-xmark {
    --fa: "\f235"
}

.fa-stethoscope {
    --fa: "\f0f1"
}

.fa-comment-alt, .fa-message {
    --fa: "\f27a"
}

.fa-info {
    --fa: "\f129"
}

.fa-compress-alt, .fa-down-left-and-up-right-to-center {
    --fa: "\f422"
}

.fa-explosion {
    --fa: "\e4e9"
}

.fa-file-alt, .fa-file-lines, .fa-file-text {
    --fa: "\f15c"
}

.fa-wave-square {
    --fa: "\f83e"
}

.fa-ring {
    --fa: "\f70b"
}

.fa-building-un {
    --fa: "\e4d9"
}

.fa-dice-three {
    --fa: "\f527"
}

.fa-calendar-alt, .fa-calendar-days {
    --fa: "\f073"
}

.fa-anchor-circle-check {
    --fa: "\e4aa"
}

.fa-building-circle-arrow-right {
    --fa: "\e4d1"
}

.fa-volleyball, .fa-volleyball-ball {
    --fa: "\f45f"
}

.fa-arrows-up-to-line {
    --fa: "\e4c2"
}

.fa-sort-desc, .fa-sort-down {
    --fa: "\f0dd"
}

.fa-circle-minus, .fa-minus-circle {
    --fa: "\f056"
}

.fa-door-open {
    --fa: "\f52b"
}

.fa-right-from-bracket, .fa-sign-out-alt {
    --fa: "\f2f5"
}

.fa-atom {
    --fa: "\f5d2"
}

.fa-soap {
    --fa: "\e06e"
}

.fa-heart-music-camera-bolt, .fa-icons {
    --fa: "\f86d"
}

.fa-microphone-alt-slash, .fa-microphone-lines-slash {
    --fa: "\f539"
}

.fa-bridge-circle-check {
    --fa: "\e4c9"
}

.fa-pump-medical {
    --fa: "\e06a"
}

.fa-fingerprint {
    --fa: "\f577"
}

.fa-hand-point-right {
    --fa: "\f0a4"
}

.fa-magnifying-glass-location, .fa-search-location {
    --fa: "\f689"
}

.fa-forward-step, .fa-step-forward {
    --fa: "\f051"
}

.fa-face-smile-beam, .fa-smile-beam {
    --fa: "\f5b8"
}

.fa-flag-checkered {
    --fa: "\f11e"
}

.fa-football, .fa-football-ball {
    --fa: "\f44e"
}

.fa-school-circle-exclamation {
    --fa: "\e56c"
}

.fa-crop {
    --fa: "\f125"
}

.fa-angle-double-down, .fa-angles-down {
    --fa: "\f103"
}

.fa-users-rectangle {
    --fa: "\e594"
}

.fa-people-roof {
    --fa: "\e537"
}

.fa-people-line {
    --fa: "\e534"
}

.fa-beer, .fa-beer-mug-empty {
    --fa: "\f0fc"
}

.fa-diagram-predecessor {
    --fa: "\e477"
}

.fa-arrow-up-long, .fa-long-arrow-up {
    --fa: "\f176"
}

.fa-burn, .fa-fire-flame-simple {
    --fa: "\f46a"
}

.fa-male, .fa-person {
    --fa: "\f183"
}

.fa-laptop {
    --fa: "\f109"
}

.fa-file-csv {
    --fa: "\f6dd"
}

.fa-menorah {
    --fa: "\f676"
}

.fa-truck-plane {
    --fa: "\e58f"
}

.fa-record-vinyl {
    --fa: "\f8d9"
}

.fa-face-grin-stars, .fa-grin-stars {
    --fa: "\f587"
}

.fa-bong {
    --fa: "\f55c"
}

.fa-pastafarianism, .fa-spaghetti-monster-flying {
    --fa: "\f67b"
}

.fa-arrow-down-up-across-line {
    --fa: "\e4af"
}

.fa-spoon, .fa-utensil-spoon {
    --fa: "\f2e5"
}

.fa-jar-wheat {
    --fa: "\e517"
}

.fa-envelopes-bulk, .fa-mail-bulk {
    --fa: "\f674"
}

.fa-file-circle-exclamation {
    --fa: "\e4eb"
}

.fa-circle-h, .fa-hospital-symbol {
    --fa: "\f47e"
}

.fa-pager {
    --fa: "\f815"
}

.fa-address-book, .fa-contact-book {
    --fa: "\f2b9"
}

.fa-strikethrough {
    --fa: "\f0cc"
}

.fa-k {
    --fa: "\4b"
}

.fa-landmark-flag {
    --fa: "\e51c"
}

.fa-pencil, .fa-pencil-alt {
    --fa: "\f303"
}

.fa-backward {
    --fa: "\f04a"
}

.fa-caret-right {
    --fa: "\f0da"
}

.fa-comments {
    --fa: "\f086"
}

.fa-file-clipboard, .fa-paste {
    --fa: "\f0ea"
}

.fa-code-pull-request {
    --fa: "\e13c"
}

.fa-clipboard-list {
    --fa: "\f46d"
}

.fa-truck-loading, .fa-truck-ramp-box {
    --fa: "\f4de"
}

.fa-user-check {
    --fa: "\f4fc"
}

.fa-vial-virus {
    --fa: "\e597"
}

.fa-sheet-plastic {
    --fa: "\e571"
}

.fa-blog {
    --fa: "\f781"
}

.fa-user-ninja {
    --fa: "\f504"
}

.fa-person-arrow-up-from-line {
    --fa: "\e539"
}

.fa-scroll-torah, .fa-torah {
    --fa: "\f6a0"
}

.fa-broom-ball, .fa-quidditch, .fa-quidditch-broom-ball {
    --fa: "\f458"
}

.fa-toggle-off {
    --fa: "\f204"
}

.fa-archive, .fa-box-archive {
    --fa: "\f187"
}

.fa-person-drowning {
    --fa: "\e545"
}

.fa-arrow-down-9-1, .fa-sort-numeric-desc, .fa-sort-numeric-down-alt {
    --fa: "\f886"
}

.fa-face-grin-tongue-squint, .fa-grin-tongue-squint {
    --fa: "\f58a"
}

.fa-spray-can {
    --fa: "\f5bd"
}

.fa-truck-monster {
    --fa: "\f63b"
}

.fa-w {
    --fa: "\57"
}

.fa-earth-africa, .fa-globe-africa {
    --fa: "\f57c"
}

.fa-rainbow {
    --fa: "\f75b"
}

.fa-circle-notch {
    --fa: "\f1ce"
}

.fa-tablet-alt, .fa-tablet-screen-button {
    --fa: "\f3fa"
}

.fa-paw {
    --fa: "\f1b0"
}

.fa-cloud {
    --fa: "\f0c2"
}

.fa-trowel-bricks {
    --fa: "\e58a"
}

.fa-face-flushed, .fa-flushed {
    --fa: "\f579"
}

.fa-hospital-user {
    --fa: "\f80d"
}

.fa-tent-arrow-left-right {
    --fa: "\e57f"
}

.fa-gavel, .fa-legal {
    --fa: "\f0e3"
}

.fa-binoculars {
    --fa: "\f1e5"
}

.fa-microphone-slash {
    --fa: "\f131"
}

.fa-box-tissue {
    --fa: "\e05b"
}

.fa-motorcycle {
    --fa: "\f21c"
}

.fa-bell-concierge, .fa-concierge-bell {
    --fa: "\f562"
}

.fa-pen-ruler, .fa-pencil-ruler {
    --fa: "\f5ae"
}

.fa-people-arrows, .fa-people-arrows-left-right {
    --fa: "\e068"
}

.fa-mars-and-venus-burst {
    --fa: "\e523"
}

.fa-caret-square-right, .fa-square-caret-right {
    --fa: "\f152"
}

.fa-cut, .fa-scissors {
    --fa: "\f0c4"
}

.fa-sun-plant-wilt {
    --fa: "\e57a"
}

.fa-toilets-portable {
    --fa: "\e584"
}

.fa-hockey-puck {
    --fa: "\f453"
}

.fa-table {
    --fa: "\f0ce"
}

.fa-magnifying-glass-arrow-right {
    --fa: "\e521"
}

.fa-digital-tachograph, .fa-tachograph-digital {
    --fa: "\f566"
}

.fa-users-slash {
    --fa: "\e073"
}

.fa-clover {
    --fa: "\e139"
}

.fa-mail-reply, .fa-reply {
    --fa: "\f3e5"
}

.fa-star-and-crescent {
    --fa: "\f699"
}

.fa-house-fire {
    --fa: "\e50c"
}

.fa-minus-square, .fa-square-minus {
    --fa: "\f146"
}

.fa-helicopter {
    --fa: "\f533"
}

.fa-compass {
    --fa: "\f14e"
}

.fa-caret-square-down, .fa-square-caret-down {
    --fa: "\f150"
}

.fa-file-circle-question {
    --fa: "\e4ef"
}

.fa-laptop-code {
    --fa: "\f5fc"
}

.fa-swatchbook {
    --fa: "\f5c3"
}

.fa-prescription-bottle {
    --fa: "\f485"
}

.fa-bars, .fa-navicon {
    --fa: "\f0c9"
}

.fa-people-group {
    --fa: "\e533"
}

.fa-hourglass-3, .fa-hourglass-end {
    --fa: "\f253"
}

.fa-heart-broken, .fa-heart-crack {
    --fa: "\f7a9"
}

.fa-external-link-square-alt, .fa-square-up-right {
    --fa: "\f360"
}

.fa-face-kiss-beam, .fa-kiss-beam {
    --fa: "\f597"
}

.fa-film {
    --fa: "\f008"
}

.fa-ruler-horizontal {
    --fa: "\f547"
}

.fa-people-robbery {
    --fa: "\e536"
}

.fa-lightbulb {
    --fa: "\f0eb"
}

.fa-caret-left {
    --fa: "\f0d9"
}

.fa-circle-exclamation, .fa-exclamation-circle {
    --fa: "\f06a"
}

.fa-school-circle-xmark {
    --fa: "\e56d"
}

.fa-arrow-right-from-bracket, .fa-sign-out {
    --fa: "\f08b"
}

.fa-chevron-circle-down, .fa-circle-chevron-down {
    --fa: "\f13a"
}

.fa-unlock-alt, .fa-unlock-keyhole {
    --fa: "\f13e"
}

.fa-cloud-showers-heavy {
    --fa: "\f740"
}

.fa-headphones-alt, .fa-headphones-simple {
    --fa: "\f58f"
}

.fa-sitemap {
    --fa: "\f0e8"
}

.fa-circle-dollar-to-slot, .fa-donate {
    --fa: "\f4b9"
}

.fa-memory {
    --fa: "\f538"
}

.fa-road-spikes {
    --fa: "\e568"
}

.fa-fire-burner {
    --fa: "\e4f1"
}

.fa-flag {
    --fa: "\f024"
}

.fa-hanukiah {
    --fa: "\f6e6"
}

.fa-feather {
    --fa: "\f52d"
}

.fa-volume-down, .fa-volume-low {
    --fa: "\f027"
}

.fa-comment-slash {
    --fa: "\f4b3"
}

.fa-cloud-sun-rain {
    --fa: "\f743"
}

.fa-compress {
    --fa: "\f066"
}

.fa-wheat-alt, .fa-wheat-awn {
    --fa: "\e2cd"
}

.fa-ankh {
    --fa: "\f644"
}

.fa-hands-holding-child {
    --fa: "\e4fa"
}

.fa-asterisk {
    --fa: "\2a"
}

.fa-check-square, .fa-square-check {
    --fa: "\f14a"
}

.fa-peseta-sign {
    --fa: "\e221"
}

.fa-header, .fa-heading {
    --fa: "\f1dc"
}

.fa-ghost {
    --fa: "\f6e2"
}

.fa-list, .fa-list-squares {
    --fa: "\f03a"
}

.fa-phone-square-alt, .fa-square-phone-flip {
    --fa: "\f87b"
}

.fa-cart-plus {
    --fa: "\f217"
}

.fa-gamepad {
    --fa: "\f11b"
}

.fa-circle-dot, .fa-dot-circle {
    --fa: "\f192"
}

.fa-dizzy, .fa-face-dizzy {
    --fa: "\f567"
}

.fa-egg {
    --fa: "\f7fb"
}

.fa-house-medical-circle-xmark {
    --fa: "\e513"
}

.fa-campground {
    --fa: "\f6bb"
}

.fa-folder-plus {
    --fa: "\f65e"
}

.fa-futbol, .fa-futbol-ball, .fa-soccer-ball {
    --fa: "\f1e3"
}

.fa-paint-brush, .fa-paintbrush {
    --fa: "\f1fc"
}

.fa-lock {
    --fa: "\f023"
}

.fa-gas-pump {
    --fa: "\f52f"
}

.fa-hot-tub, .fa-hot-tub-person {
    --fa: "\f593"
}

.fa-map-location, .fa-map-marked {
    --fa: "\f59f"
}

.fa-house-flood-water {
    --fa: "\e50e"
}

.fa-tree {
    --fa: "\f1bb"
}

.fa-bridge-lock {
    --fa: "\e4cc"
}

.fa-sack-dollar {
    --fa: "\f81d"
}

.fa-edit, .fa-pen-to-square {
    --fa: "\f044"
}

.fa-car-side {
    --fa: "\f5e4"
}

.fa-share-alt, .fa-share-nodes {
    --fa: "\f1e0"
}

.fa-heart-circle-minus {
    --fa: "\e4ff"
}

.fa-hourglass-2, .fa-hourglass-half {
    --fa: "\f252"
}

.fa-microscope {
    --fa: "\f610"
}

.fa-sink {
    --fa: "\e06d"
}

.fa-bag-shopping, .fa-shopping-bag {
    --fa: "\f290"
}

.fa-arrow-down-z-a, .fa-sort-alpha-desc, .fa-sort-alpha-down-alt {
    --fa: "\f881"
}

.fa-mitten {
    --fa: "\f7b5"
}

.fa-person-rays {
    --fa: "\e54d"
}

.fa-users {
    --fa: "\f0c0"
}

.fa-eye-slash {
    --fa: "\f070"
}

.fa-flask-vial {
    --fa: "\e4f3"
}

.fa-hand, .fa-hand-paper {
    --fa: "\f256"
}

.fa-om {
    --fa: "\f679"
}

.fa-worm {
    --fa: "\e599"
}

.fa-house-circle-xmark {
    --fa: "\e50b"
}

.fa-plug {
    --fa: "\f1e6"
}

.fa-chevron-up {
    --fa: "\f077"
}

.fa-hand-spock {
    --fa: "\f259"
}

.fa-stopwatch {
    --fa: "\f2f2"
}

.fa-face-kiss, .fa-kiss {
    --fa: "\f596"
}

.fa-bridge-circle-xmark {
    --fa: "\e4cb"
}

.fa-face-grin-tongue, .fa-grin-tongue {
    --fa: "\f589"
}

.fa-chess-bishop {
    --fa: "\f43a"
}

.fa-face-grin-wink, .fa-grin-wink {
    --fa: "\f58c"
}

.fa-deaf, .fa-deafness, .fa-ear-deaf, .fa-hard-of-hearing {
    --fa: "\f2a4"
}

.fa-road-circle-check {
    --fa: "\e564"
}

.fa-dice-five {
    --fa: "\f523"
}

.fa-rss-square, .fa-square-rss {
    --fa: "\f143"
}

.fa-land-mine-on {
    --fa: "\e51b"
}

.fa-i-cursor {
    --fa: "\f246"
}

.fa-stamp {
    --fa: "\f5bf"
}

.fa-stairs {
    --fa: "\e289"
}

.fa-i {
    --fa: "\49"
}

.fa-hryvnia, .fa-hryvnia-sign {
    --fa: "\f6f2"
}

.fa-pills {
    --fa: "\f484"
}

.fa-face-grin-wide, .fa-grin-alt {
    --fa: "\f581"
}

.fa-tooth {
    --fa: "\f5c9"
}

.fa-v {
    --fa: "\56"
}

.fa-bangladeshi-taka-sign {
    --fa: "\e2e6"
}

.fa-bicycle {
    --fa: "\f206"
}

.fa-rod-asclepius, .fa-rod-snake, .fa-staff-aesculapius, .fa-staff-snake {
    --fa: "\e579"
}

.fa-head-side-cough-slash {
    --fa: "\e062"
}

.fa-ambulance, .fa-truck-medical {
    --fa: "\f0f9"
}

.fa-wheat-awn-circle-exclamation {
    --fa: "\e598"
}

.fa-snowman {
    --fa: "\f7d0"
}

.fa-mortar-pestle {
    --fa: "\f5a7"
}

.fa-road-barrier {
    --fa: "\e562"
}

.fa-school {
    --fa: "\f549"
}

.fa-igloo {
    --fa: "\f7ae"
}

.fa-joint {
    --fa: "\f595"
}

.fa-angle-right {
    --fa: "\f105"
}

.fa-horse {
    --fa: "\f6f0"
}

.fa-q {
    --fa: "\51"
}

.fa-g {
    --fa: "\47"
}

.fa-notes-medical {
    --fa: "\f481"
}

.fa-temperature-2, .fa-temperature-half, .fa-thermometer-2, .fa-thermometer-half {
    --fa: "\f2c9"
}

.fa-dong-sign {
    --fa: "\e169"
}

.fa-capsules {
    --fa: "\f46b"
}

.fa-poo-bolt, .fa-poo-storm {
    --fa: "\f75a"
}

.fa-face-frown-open, .fa-frown-open {
    --fa: "\f57a"
}

.fa-hand-point-up {
    --fa: "\f0a6"
}

.fa-money-bill {
    --fa: "\f0d6"
}

.fa-bookmark {
    --fa: "\f02e"
}

.fa-align-justify {
    --fa: "\f039"
}

.fa-umbrella-beach {
    --fa: "\f5ca"
}

.fa-helmet-un {
    --fa: "\e503"
}

.fa-bullseye {
    --fa: "\f140"
}

.fa-bacon {
    --fa: "\f7e5"
}

.fa-hand-point-down {
    --fa: "\f0a7"
}

.fa-arrow-up-from-bracket {
    --fa: "\e09a"
}

.fa-folder, .fa-folder-blank {
    --fa: "\f07b"
}

.fa-file-medical-alt, .fa-file-waveform {
    --fa: "\f478"
}

.fa-radiation {
    --fa: "\f7b9"
}

.fa-chart-simple {
    --fa: "\e473"
}

.fa-mars-stroke {
    --fa: "\f229"
}

.fa-vial {
    --fa: "\f492"
}

.fa-dashboard, .fa-gauge, .fa-gauge-med, .fa-tachometer-alt-average {
    --fa: "\f624"
}

.fa-magic-wand-sparkles, .fa-wand-magic-sparkles {
    --fa: "\e2ca"
}

.fa-e {
    --fa: "\45"
}

.fa-pen-alt, .fa-pen-clip {
    --fa: "\f305"
}

.fa-bridge-circle-exclamation {
    --fa: "\e4ca"
}

.fa-user {
    --fa: "\f007"
}

.fa-school-circle-check {
    --fa: "\e56b"
}

.fa-dumpster {
    --fa: "\f793"
}

.fa-shuttle-van, .fa-van-shuttle {
    --fa: "\f5b6"
}

.fa-building-user {
    --fa: "\e4da"
}

.fa-caret-square-left, .fa-square-caret-left {
    --fa: "\f191"
}

.fa-highlighter {
    --fa: "\f591"
}

.fa-key {
    --fa: "\f084"
}

.fa-bullhorn {
    --fa: "\f0a1"
}

.fa-globe {
    --fa: "\f0ac"
}

.fa-synagogue {
    --fa: "\f69b"
}

.fa-person-half-dress {
    --fa: "\e548"
}

.fa-road-bridge {
    --fa: "\e563"
}

.fa-location-arrow {
    --fa: "\f124"
}

.fa-c {
    --fa: "\43"
}

.fa-tablet-button {
    --fa: "\f10a"
}

.fa-building-lock {
    --fa: "\e4d6"
}

.fa-pizza-slice {
    --fa: "\f818"
}

.fa-money-bill-wave {
    --fa: "\f53a"
}

.fa-area-chart, .fa-chart-area {
    --fa: "\f1fe"
}

.fa-house-flag {
    --fa: "\e50d"
}

.fa-person-circle-minus {
    --fa: "\e540"
}

.fa-ban, .fa-cancel {
    --fa: "\f05e"
}

.fa-camera-rotate {
    --fa: "\e0d8"
}

.fa-air-freshener, .fa-spray-can-sparkles {
    --fa: "\f5d0"
}

.fa-star {
    --fa: "\f005"
}

.fa-repeat {
    --fa: "\f363"
}

.fa-cross {
    --fa: "\f654"
}

.fa-box {
    --fa: "\f466"
}

.fa-venus-mars {
    --fa: "\f228"
}

.fa-arrow-pointer, .fa-mouse-pointer {
    --fa: "\f245"
}

.fa-expand-arrows-alt, .fa-maximize {
    --fa: "\f31e"
}

.fa-charging-station {
    --fa: "\f5e7"
}

.fa-shapes, .fa-triangle-circle-square {
    --fa: "\f61f"
}

.fa-random, .fa-shuffle {
    --fa: "\f074"
}

.fa-person-running, .fa-running {
    --fa: "\f70c"
}

.fa-mobile-retro {
    --fa: "\e527"
}

.fa-grip-lines-vertical {
    --fa: "\f7a5"
}

.fa-spider {
    --fa: "\f717"
}

.fa-hands-bound {
    --fa: "\e4f9"
}

.fa-file-invoice-dollar {
    --fa: "\f571"
}

.fa-plane-circle-exclamation {
    --fa: "\e556"
}

.fa-x-ray {
    --fa: "\f497"
}

.fa-spell-check {
    --fa: "\f891"
}

.fa-slash {
    --fa: "\f715"
}

.fa-computer-mouse, .fa-mouse {
    --fa: "\f8cc"
}

.fa-arrow-right-to-bracket, .fa-sign-in {
    --fa: "\f090"
}

.fa-shop-slash, .fa-store-alt-slash {
    --fa: "\e070"
}

.fa-server {
    --fa: "\f233"
}

.fa-virus-covid-slash {
    --fa: "\e4a9"
}

.fa-shop-lock {
    --fa: "\e4a5"
}

.fa-hourglass-1, .fa-hourglass-start {
    --fa: "\f251"
}

.fa-blender-phone {
    --fa: "\f6b6"
}

.fa-building-wheat {
    --fa: "\e4db"
}

.fa-person-breastfeeding {
    --fa: "\e53a"
}

.fa-right-to-bracket, .fa-sign-in-alt {
    --fa: "\f2f6"
}

.fa-venus {
    --fa: "\f221"
}

.fa-passport {
    --fa: "\f5ab"
}

.fa-thumb-tack-slash, .fa-thumbtack-slash {
    --fa: "\e68f"
}

.fa-heart-pulse, .fa-heartbeat {
    --fa: "\f21e"
}

.fa-people-carry, .fa-people-carry-box {
    --fa: "\f4ce"
}

.fa-temperature-high {
    --fa: "\f769"
}

.fa-microchip {
    --fa: "\f2db"
}

.fa-crown {
    --fa: "\f521"
}

.fa-weight-hanging {
    --fa: "\f5cd"
}

.fa-xmarks-lines {
    --fa: "\e59a"
}

.fa-file-prescription {
    --fa: "\f572"
}

.fa-weight, .fa-weight-scale {
    --fa: "\f496"
}

.fa-user-friends, .fa-user-group {
    --fa: "\f500"
}

.fa-arrow-up-a-z, .fa-sort-alpha-up {
    --fa: "\f15e"
}

.fa-chess-knight {
    --fa: "\f441"
}

.fa-face-laugh-squint, .fa-laugh-squint {
    --fa: "\f59b"
}

.fa-wheelchair {
    --fa: "\f193"
}

.fa-arrow-circle-up, .fa-circle-arrow-up {
    --fa: "\f0aa"
}

.fa-toggle-on {
    --fa: "\f205"
}

.fa-person-walking, .fa-walking {
    --fa: "\f554"
}

.fa-l {
    --fa: "\4c"
}

.fa-fire {
    --fa: "\f06d"
}

.fa-bed-pulse, .fa-procedures {
    --fa: "\f487"
}

.fa-shuttle-space, .fa-space-shuttle {
    --fa: "\f197"
}

.fa-face-laugh, .fa-laugh {
    --fa: "\f599"
}

.fa-folder-open {
    --fa: "\f07c"
}

.fa-heart-circle-plus {
    --fa: "\e500"
}

.fa-code-fork {
    --fa: "\e13b"
}

.fa-city {
    --fa: "\f64f"
}

.fa-microphone-alt, .fa-microphone-lines {
    --fa: "\f3c9"
}

.fa-pepper-hot {
    --fa: "\f816"
}

.fa-unlock {
    --fa: "\f09c"
}

.fa-colon-sign {
    --fa: "\e140"
}

.fa-headset {
    --fa: "\f590"
}

.fa-store-slash {
    --fa: "\e071"
}

.fa-road-circle-xmark {
    --fa: "\e566"
}

.fa-user-minus {
    --fa: "\f503"
}

.fa-mars-stroke-up, .fa-mars-stroke-v {
    --fa: "\f22a"
}

.fa-champagne-glasses, .fa-glass-cheers {
    --fa: "\f79f"
}

.fa-clipboard {
    --fa: "\f328"
}

.fa-house-circle-exclamation {
    --fa: "\e50a"
}

.fa-file-arrow-up, .fa-file-upload {
    --fa: "\f574"
}

.fa-wifi, .fa-wifi-3, .fa-wifi-strong {
    --fa: "\f1eb"
}

.fa-bath, .fa-bathtub {
    --fa: "\f2cd"
}

.fa-underline {
    --fa: "\f0cd"
}

.fa-user-edit, .fa-user-pen {
    --fa: "\f4ff"
}

.fa-signature {
    --fa: "\f5b7"
}

.fa-stroopwafel {
    --fa: "\f551"
}

.fa-bold {
    --fa: "\f032"
}

.fa-anchor-lock {
    --fa: "\e4ad"
}

.fa-building-ngo {
    --fa: "\e4d7"
}

.fa-manat-sign {
    --fa: "\e1d5"
}

.fa-not-equal {
    --fa: "\f53e"
}

.fa-border-style, .fa-border-top-left {
    --fa: "\f853"
}

.fa-map-location-dot, .fa-map-marked-alt {
    --fa: "\f5a0"
}

.fa-jedi {
    --fa: "\f669"
}

.fa-poll, .fa-square-poll-vertical {
    --fa: "\f681"
}

.fa-mug-hot {
    --fa: "\f7b6"
}

.fa-battery-car, .fa-car-battery {
    --fa: "\f5df"
}

.fa-gift {
    --fa: "\f06b"
}

.fa-dice-two {
    --fa: "\f528"
}

.fa-chess-queen {
    --fa: "\f445"
}

.fa-glasses {
    --fa: "\f530"
}

.fa-chess-board {
    --fa: "\f43c"
}

.fa-building-circle-check {
    --fa: "\e4d2"
}

.fa-person-chalkboard {
    --fa: "\e53d"
}

.fa-mars-stroke-h, .fa-mars-stroke-right {
    --fa: "\f22b"
}

.fa-hand-back-fist, .fa-hand-rock {
    --fa: "\f255"
}

.fa-caret-square-up, .fa-square-caret-up {
    --fa: "\f151"
}

.fa-cloud-showers-water {
    --fa: "\e4e4"
}

.fa-bar-chart, .fa-chart-bar {
    --fa: "\f080"
}

.fa-hands-bubbles, .fa-hands-wash {
    --fa: "\e05e"
}

.fa-less-than-equal {
    --fa: "\f537"
}

.fa-train {
    --fa: "\f238"
}

.fa-eye-low-vision, .fa-low-vision {
    --fa: "\f2a8"
}

.fa-crow {
    --fa: "\f520"
}

.fa-sailboat {
    --fa: "\e445"
}

.fa-window-restore {
    --fa: "\f2d2"
}

.fa-plus-square, .fa-square-plus {
    --fa: "\f0fe"
}

.fa-torii-gate {
    --fa: "\f6a1"
}

.fa-frog {
    --fa: "\f52e"
}

.fa-bucket {
    --fa: "\e4cf"
}

.fa-image {
    --fa: "\f03e"
}

.fa-microphone {
    --fa: "\f130"
}

.fa-cow {
    --fa: "\f6c8"
}

.fa-caret-up {
    --fa: "\f0d8"
}

.fa-screwdriver {
    --fa: "\f54a"
}

.fa-folder-closed {
    --fa: "\e185"
}

.fa-house-tsunami {
    --fa: "\e515"
}

.fa-square-nfi {
    --fa: "\e576"
}

.fa-arrow-up-from-ground-water {
    --fa: "\e4b5"
}

.fa-glass-martini-alt, .fa-martini-glass {
    --fa: "\f57b"
}

.fa-square-binary {
    --fa: "\e69b"
}

.fa-rotate-back, .fa-rotate-backward, .fa-rotate-left, .fa-undo-alt {
    --fa: "\f2ea"
}

.fa-columns, .fa-table-columns {
    --fa: "\f0db"
}

.fa-lemon {
    --fa: "\f094"
}

.fa-head-side-mask {
    --fa: "\e063"
}

.fa-handshake {
    --fa: "\f2b5"
}

.fa-gem {
    --fa: "\f3a5"
}

.fa-dolly, .fa-dolly-box {
    --fa: "\f472"
}

.fa-smoking {
    --fa: "\f48d"
}

.fa-compress-arrows-alt, .fa-minimize {
    --fa: "\f78c"
}

.fa-monument {
    --fa: "\f5a6"
}

.fa-snowplow {
    --fa: "\f7d2"
}

.fa-angle-double-right, .fa-angles-right {
    --fa: "\f101"
}

.fa-cannabis {
    --fa: "\f55f"
}

.fa-circle-play, .fa-play-circle {
    --fa: "\f144"
}

.fa-tablets {
    --fa: "\f490"
}

.fa-ethernet {
    --fa: "\f796"
}

.fa-eur, .fa-euro, .fa-euro-sign {
    --fa: "\f153"
}

.fa-chair {
    --fa: "\f6c0"
}

.fa-check-circle, .fa-circle-check {
    --fa: "\f058"
}

.fa-circle-stop, .fa-stop-circle {
    --fa: "\f28d"
}

.fa-compass-drafting, .fa-drafting-compass {
    --fa: "\f568"
}

.fa-plate-wheat {
    --fa: "\e55a"
}

.fa-icicles {
    --fa: "\f7ad"
}

.fa-person-shelter {
    --fa: "\e54f"
}

.fa-neuter {
    --fa: "\f22c"
}

.fa-id-badge {
    --fa: "\f2c1"
}

.fa-marker {
    --fa: "\f5a1"
}

.fa-face-laugh-beam, .fa-laugh-beam {
    --fa: "\f59a"
}

.fa-helicopter-symbol {
    --fa: "\e502"
}

.fa-universal-access {
    --fa: "\f29a"
}

.fa-chevron-circle-up, .fa-circle-chevron-up {
    --fa: "\f139"
}

.fa-lari-sign {
    --fa: "\e1c8"
}

.fa-volcano {
    --fa: "\f770"
}

.fa-person-walking-dashed-line-arrow-right {
    --fa: "\e553"
}

.fa-gbp, .fa-pound-sign, .fa-sterling-sign {
    --fa: "\f154"
}

.fa-viruses {
    --fa: "\e076"
}

.fa-square-person-confined {
    --fa: "\e577"
}

.fa-user-tie {
    --fa: "\f508"
}

.fa-arrow-down-long, .fa-long-arrow-down {
    --fa: "\f175"
}

.fa-tent-arrow-down-to-line {
    --fa: "\e57e"
}

.fa-certificate {
    --fa: "\f0a3"
}

.fa-mail-reply-all, .fa-reply-all {
    --fa: "\f122"
}

.fa-suitcase {
    --fa: "\f0f2"
}

.fa-person-skating, .fa-skating {
    --fa: "\f7c5"
}

.fa-filter-circle-dollar, .fa-funnel-dollar {
    --fa: "\f662"
}

.fa-camera-retro {
    --fa: "\f083"
}

.fa-arrow-circle-down, .fa-circle-arrow-down {
    --fa: "\f0ab"
}

.fa-arrow-right-to-file, .fa-file-import {
    --fa: "\f56f"
}

.fa-external-link-square, .fa-square-arrow-up-right {
    --fa: "\f14c"
}

.fa-box-open {
    --fa: "\f49e"
}

.fa-scroll {
    --fa: "\f70e"
}

.fa-spa {
    --fa: "\f5bb"
}

.fa-location-pin-lock {
    --fa: "\e51f"
}

.fa-pause {
    --fa: "\f04c"
}

.fa-hill-avalanche {
    --fa: "\e507"
}

.fa-temperature-0, .fa-temperature-empty, .fa-thermometer-0, .fa-thermometer-empty {
    --fa: "\f2cb"
}

.fa-bomb {
    --fa: "\f1e2"
}

.fa-registered {
    --fa: "\f25d"
}

.fa-address-card, .fa-contact-card, .fa-vcard {
    --fa: "\f2bb"
}

.fa-balance-scale-right, .fa-scale-unbalanced-flip {
    --fa: "\f516"
}

.fa-subscript {
    --fa: "\f12c"
}

.fa-diamond-turn-right, .fa-directions {
    --fa: "\f5eb"
}

.fa-burst {
    --fa: "\e4dc"
}

.fa-house-laptop, .fa-laptop-house {
    --fa: "\e066"
}

.fa-face-tired, .fa-tired {
    --fa: "\f5c8"
}

.fa-money-bills {
    --fa: "\e1f3"
}

.fa-smog {
    --fa: "\f75f"
}

.fa-crutch {
    --fa: "\f7f7"
}

.fa-cloud-arrow-up, .fa-cloud-upload, .fa-cloud-upload-alt {
    --fa: "\f0ee"
}

.fa-palette {
    --fa: "\f53f"
}

.fa-arrows-turn-right {
    --fa: "\e4c0"
}

.fa-vest {
    --fa: "\e085"
}

.fa-ferry {
    --fa: "\e4ea"
}

.fa-arrows-down-to-people {
    --fa: "\e4b9"
}

.fa-seedling, .fa-sprout {
    --fa: "\f4d8"
}

.fa-arrows-alt-h, .fa-left-right {
    --fa: "\f337"
}

.fa-boxes-packing {
    --fa: "\e4c7"
}

.fa-arrow-circle-left, .fa-circle-arrow-left {
    --fa: "\f0a8"
}

.fa-group-arrows-rotate {
    --fa: "\e4f6"
}

.fa-bowl-food {
    --fa: "\e4c6"
}

.fa-candy-cane {
    --fa: "\f786"
}

.fa-arrow-down-wide-short, .fa-sort-amount-asc, .fa-sort-amount-down {
    --fa: "\f160"
}

.fa-cloud-bolt, .fa-thunderstorm {
    --fa: "\f76c"
}

.fa-remove-format, .fa-text-slash {
    --fa: "\f87d"
}

.fa-face-smile-wink, .fa-smile-wink {
    --fa: "\f4da"
}

.fa-file-word {
    --fa: "\f1c2"
}

.fa-file-powerpoint {
    --fa: "\f1c4"
}

.fa-arrows-h, .fa-arrows-left-right {
    --fa: "\f07e"
}

.fa-house-lock {
    --fa: "\e510"
}

.fa-cloud-arrow-down, .fa-cloud-download, .fa-cloud-download-alt {
    --fa: "\f0ed"
}

.fa-children {
    --fa: "\e4e1"
}

.fa-blackboard, .fa-chalkboard {
    --fa: "\f51b"
}

.fa-user-alt-slash, .fa-user-large-slash {
    --fa: "\f4fa"
}

.fa-envelope-open {
    --fa: "\f2b6"
}

.fa-handshake-alt-slash, .fa-handshake-simple-slash {
    --fa: "\e05f"
}

.fa-mattress-pillow {
    --fa: "\e525"
}

.fa-guarani-sign {
    --fa: "\e19a"
}

.fa-arrows-rotate, .fa-refresh, .fa-sync {
    --fa: "\f021"
}

.fa-fire-extinguisher {
    --fa: "\f134"
}

.fa-cruzeiro-sign {
    --fa: "\e152"
}

.fa-greater-than-equal {
    --fa: "\f532"
}

.fa-shield-alt, .fa-shield-halved {
    --fa: "\f3ed"
}

.fa-atlas, .fa-book-atlas {
    --fa: "\f558"
}

.fa-virus {
    --fa: "\e074"
}

.fa-envelope-circle-check {
    --fa: "\e4e8"
}

.fa-layer-group {
    --fa: "\f5fd"
}

.fa-arrows-to-dot {
    --fa: "\e4be"
}

.fa-archway {
    --fa: "\f557"
}

.fa-heart-circle-check {
    --fa: "\e4fd"
}

.fa-house-chimney-crack, .fa-house-damage {
    --fa: "\f6f1"
}

.fa-file-archive, .fa-file-zipper {
    --fa: "\f1c6"
}

.fa-square {
    --fa: "\f0c8"
}

.fa-glass-martini, .fa-martini-glass-empty {
    --fa: "\f000"
}

.fa-couch {
    --fa: "\f4b8"
}

.fa-cedi-sign {
    --fa: "\e0df"
}

.fa-italic {
    --fa: "\f033"
}

.fa-table-cells-column-lock {
    --fa: "\e678"
}

.fa-church {
    --fa: "\f51d"
}

.fa-comments-dollar {
    --fa: "\f653"
}

.fa-democrat {
    --fa: "\f747"
}

.fa-z {
    --fa: "\5a"
}

.fa-person-skiing, .fa-skiing {
    --fa: "\f7c9"
}

.fa-road-lock {
    --fa: "\e567"
}

.fa-a {
    --fa: "\41"
}

.fa-temperature-arrow-down, .fa-temperature-down {
    --fa: "\e03f"
}

.fa-feather-alt, .fa-feather-pointed {
    --fa: "\f56b"
}

.fa-p {
    --fa: "\50"
}

.fa-snowflake {
    --fa: "\f2dc"
}

.fa-newspaper {
    --fa: "\f1ea"
}

.fa-ad, .fa-rectangle-ad {
    --fa: "\f641"
}

.fa-arrow-circle-right, .fa-circle-arrow-right {
    --fa: "\f0a9"
}

.fa-filter-circle-xmark {
    --fa: "\e17b"
}

.fa-locust {
    --fa: "\e520"
}

.fa-sort, .fa-unsorted {
    --fa: "\f0dc"
}

.fa-list-1-2, .fa-list-numeric, .fa-list-ol {
    --fa: "\f0cb"
}

.fa-person-dress-burst {
    --fa: "\e544"
}

.fa-money-check-alt, .fa-money-check-dollar {
    --fa: "\f53d"
}

.fa-vector-square {
    --fa: "\f5cb"
}

.fa-bread-slice {
    --fa: "\f7ec"
}

.fa-language {
    --fa: "\f1ab"
}

.fa-face-kiss-wink-heart, .fa-kiss-wink-heart {
    --fa: "\f598"
}

.fa-filter {
    --fa: "\f0b0"
}

.fa-question {
    --fa: "\3f"
}

.fa-file-signature {
    --fa: "\f573"
}

.fa-arrows-alt, .fa-up-down-left-right {
    --fa: "\f0b2"
}

.fa-house-chimney-user {
    --fa: "\e065"
}

.fa-hand-holding-heart {
    --fa: "\f4be"
}

.fa-puzzle-piece {
    --fa: "\f12e"
}

.fa-money-check {
    --fa: "\f53c"
}

.fa-star-half-alt, .fa-star-half-stroke {
    --fa: "\f5c0"
}

.fa-code {
    --fa: "\f121"
}

.fa-glass-whiskey, .fa-whiskey-glass {
    --fa: "\f7a0"
}

.fa-building-circle-exclamation {
    --fa: "\e4d3"
}

.fa-magnifying-glass-chart {
    --fa: "\e522"
}

.fa-arrow-up-right-from-square, .fa-external-link {
    --fa: "\f08e"
}

.fa-cubes-stacked {
    --fa: "\e4e6"
}

.fa-krw, .fa-won, .fa-won-sign {
    --fa: "\f159"
}

.fa-virus-covid {
    --fa: "\e4a8"
}

.fa-austral-sign {
    --fa: "\e0a9"
}

.fa-f {
    --fa: "\46"
}

.fa-leaf {
    --fa: "\f06c"
}

.fa-road {
    --fa: "\f018"
}

.fa-cab, .fa-taxi {
    --fa: "\f1ba"
}

.fa-person-circle-plus {
    --fa: "\e541"
}

.fa-chart-pie, .fa-pie-chart {
    --fa: "\f200"
}

.fa-bolt-lightning {
    --fa: "\e0b7"
}

.fa-sack-xmark {
    --fa: "\e56a"
}

.fa-file-excel {
    --fa: "\f1c3"
}

.fa-file-contract {
    --fa: "\f56c"
}

.fa-fish-fins {
    --fa: "\e4f2"
}

.fa-building-flag {
    --fa: "\e4d5"
}

.fa-face-grin-beam, .fa-grin-beam {
    --fa: "\f582"
}

.fa-object-ungroup {
    --fa: "\f248"
}

.fa-poop {
    --fa: "\f619"
}

.fa-location-pin, .fa-map-marker {
    --fa: "\f041"
}

.fa-kaaba {
    --fa: "\f66b"
}

.fa-toilet-paper {
    --fa: "\f71e"
}

.fa-hard-hat, .fa-hat-hard, .fa-helmet-safety {
    --fa: "\f807"
}

.fa-eject {
    --fa: "\f052"
}

.fa-arrow-alt-circle-right, .fa-circle-right {
    --fa: "\f35a"
}

.fa-plane-circle-check {
    --fa: "\e555"
}

.fa-face-rolling-eyes, .fa-meh-rolling-eyes {
    --fa: "\f5a5"
}

.fa-object-group {
    --fa: "\f247"
}

.fa-chart-line, .fa-line-chart {
    --fa: "\f201"
}

.fa-mask-ventilator {
    --fa: "\e524"
}

.fa-arrow-right {
    --fa: "\f061"
}

.fa-map-signs, .fa-signs-post {
    --fa: "\f277"
}

.fa-cash-register {
    --fa: "\f788"
}

.fa-person-circle-question {
    --fa: "\e542"
}

.fa-h {
    --fa: "\48"
}

.fa-tarp {
    --fa: "\e57b"
}

.fa-screwdriver-wrench, .fa-tools {
    --fa: "\f7d9"
}

.fa-arrows-to-eye {
    --fa: "\e4bf"
}

.fa-plug-circle-bolt {
    --fa: "\e55b"
}

.fa-heart {
    --fa: "\f004"
}

.fa-mars-and-venus {
    --fa: "\f224"
}

.fa-home-user, .fa-house-user {
    --fa: "\e1b0"
}

.fa-dumpster-fire {
    --fa: "\f794"
}

.fa-house-crack {
    --fa: "\e3b1"
}

.fa-cocktail, .fa-martini-glass-citrus {
    --fa: "\f561"
}

.fa-face-surprise, .fa-surprise {
    --fa: "\f5c2"
}

.fa-bottle-water {
    --fa: "\e4c5"
}

.fa-circle-pause, .fa-pause-circle {
    --fa: "\f28b"
}

.fa-toilet-paper-slash {
    --fa: "\e072"
}

.fa-apple-alt, .fa-apple-whole {
    --fa: "\f5d1"
}

.fa-kitchen-set {
    --fa: "\e51a"
}

.fa-r {
    --fa: "\52"
}

.fa-temperature-1, .fa-temperature-quarter, .fa-thermometer-1, .fa-thermometer-quarter {
    --fa: "\f2ca"
}

.fa-cube {
    --fa: "\f1b2"
}

.fa-bitcoin-sign {
    --fa: "\e0b4"
}

.fa-shield-dog {
    --fa: "\e573"
}

.fa-solar-panel {
    --fa: "\f5ba"
}

.fa-lock-open {
    --fa: "\f3c1"
}

.fa-elevator {
    --fa: "\e16d"
}

.fa-money-bill-transfer {
    --fa: "\e528"
}

.fa-money-bill-trend-up {
    --fa: "\e529"
}

.fa-house-flood-water-circle-arrow-right {
    --fa: "\e50f"
}

.fa-poll-h, .fa-square-poll-horizontal {
    --fa: "\f682"
}

.fa-circle {
    --fa: "\f111"
}

.fa-backward-fast, .fa-fast-backward {
    --fa: "\f049"
}

.fa-recycle {
    --fa: "\f1b8"
}

.fa-user-astronaut {
    --fa: "\f4fb"
}

.fa-plane-slash {
    --fa: "\e069"
}

.fa-trademark {
    --fa: "\f25c"
}

.fa-basketball, .fa-basketball-ball {
    --fa: "\f434"
}

.fa-satellite-dish {
    --fa: "\f7c0"
}

.fa-arrow-alt-circle-up, .fa-circle-up {
    --fa: "\f35b"
}

.fa-mobile-alt, .fa-mobile-screen-button {
    --fa: "\f3cd"
}

.fa-volume-high, .fa-volume-up {
    --fa: "\f028"
}

.fa-users-rays {
    --fa: "\e593"
}

.fa-wallet {
    --fa: "\f555"
}

.fa-clipboard-check {
    --fa: "\f46c"
}

.fa-file-audio {
    --fa: "\f1c7"
}

.fa-burger, .fa-hamburger {
    --fa: "\f805"
}

.fa-wrench {
    --fa: "\f0ad"
}

.fa-bugs {
    --fa: "\e4d0"
}

.fa-rupee, .fa-rupee-sign {
    --fa: "\f156"
}

.fa-file-image {
    --fa: "\f1c5"
}

.fa-circle-question, .fa-question-circle {
    --fa: "\f059"
}

.fa-plane-departure {
    --fa: "\f5b0"
}

.fa-handshake-slash {
    --fa: "\e060"
}

.fa-book-bookmark {
    --fa: "\e0bb"
}

.fa-code-branch {
    --fa: "\f126"
}

.fa-hat-cowboy {
    --fa: "\f8c0"
}

.fa-bridge {
    --fa: "\e4c8"
}

.fa-phone-alt, .fa-phone-flip {
    --fa: "\f879"
}

.fa-truck-front {
    --fa: "\e2b7"
}

.fa-cat {
    --fa: "\f6be"
}

.fa-anchor-circle-exclamation {
    --fa: "\e4ab"
}

.fa-truck-field {
    --fa: "\e58d"
}

.fa-route {
    --fa: "\f4d7"
}

.fa-clipboard-question {
    --fa: "\e4e3"
}

.fa-panorama {
    --fa: "\e209"
}

.fa-comment-medical {
    --fa: "\f7f5"
}

.fa-teeth-open {
    --fa: "\f62f"
}

.fa-file-circle-minus {
    --fa: "\e4ed"
}

.fa-tags {
    --fa: "\f02c"
}

.fa-wine-glass {
    --fa: "\f4e3"
}

.fa-fast-forward, .fa-forward-fast {
    --fa: "\f050"
}

.fa-face-meh-blank, .fa-meh-blank {
    --fa: "\f5a4"
}

.fa-parking, .fa-square-parking {
    --fa: "\f540"
}

.fa-house-signal {
    --fa: "\e012"
}

.fa-bars-progress, .fa-tasks-alt {
    --fa: "\f828"
}

.fa-faucet-drip {
    --fa: "\e006"
}

.fa-cart-flatbed, .fa-dolly-flatbed {
    --fa: "\f474"
}

.fa-ban-smoking, .fa-smoking-ban {
    --fa: "\f54d"
}

.fa-terminal {
    --fa: "\f120"
}

.fa-mobile-button {
    --fa: "\f10b"
}

.fa-house-medical-flag {
    --fa: "\e514"
}

.fa-basket-shopping, .fa-shopping-basket {
    --fa: "\f291"
}

.fa-tape {
    --fa: "\f4db"
}

.fa-bus-alt, .fa-bus-simple {
    --fa: "\f55e"
}

.fa-eye {
    --fa: "\f06e"
}

.fa-face-sad-cry, .fa-sad-cry {
    --fa: "\f5b3"
}

.fa-audio-description {
    --fa: "\f29e"
}

.fa-person-military-to-person {
    --fa: "\e54c"
}

.fa-file-shield {
    --fa: "\e4f0"
}

.fa-user-slash {
    --fa: "\f506"
}

.fa-pen {
    --fa: "\f304"
}

.fa-tower-observation {
    --fa: "\e586"
}

.fa-file-code {
    --fa: "\f1c9"
}

.fa-signal, .fa-signal-5, .fa-signal-perfect {
    --fa: "\f012"
}

.fa-bus {
    --fa: "\f207"
}

.fa-heart-circle-xmark {
    --fa: "\e501"
}

.fa-home-lg, .fa-house-chimney {
    --fa: "\e3af"
}

.fa-window-maximize {
    --fa: "\f2d0"
}

.fa-face-frown, .fa-frown {
    --fa: "\f119"
}

.fa-prescription {
    --fa: "\f5b1"
}

.fa-shop, .fa-store-alt {
    --fa: "\f54f"
}

.fa-floppy-disk, .fa-save {
    --fa: "\f0c7"
}

.fa-vihara {
    --fa: "\f6a7"
}

.fa-balance-scale-left, .fa-scale-unbalanced {
    --fa: "\f515"
}

.fa-sort-asc, .fa-sort-up {
    --fa: "\f0de"
}

.fa-comment-dots, .fa-commenting {
    --fa: "\f4ad"
}

.fa-plant-wilt {
    --fa: "\e5aa"
}

.fa-diamond {
    --fa: "\f219"
}

.fa-face-grin-squint, .fa-grin-squint {
    --fa: "\f585"
}

.fa-hand-holding-dollar, .fa-hand-holding-usd {
    --fa: "\f4c0"
}

.fa-chart-diagram {
    --fa: "\e695"
}

.fa-bacterium {
    --fa: "\e05a"
}

.fa-hand-pointer {
    --fa: "\f25a"
}

.fa-drum-steelpan {
    --fa: "\f56a"
}

.fa-hand-scissors {
    --fa: "\f257"
}

.fa-hands-praying, .fa-praying-hands {
    --fa: "\f684"
}

.fa-arrow-right-rotate, .fa-arrow-rotate-forward, .fa-arrow-rotate-right, .fa-redo {
    --fa: "\f01e"
}

.fa-biohazard {
    --fa: "\f780"
}

.fa-location, .fa-location-crosshairs {
    --fa: "\f601"
}

.fa-mars-double {
    --fa: "\f227"
}

.fa-child-dress {
    --fa: "\e59c"
}

.fa-users-between-lines {
    --fa: "\e591"
}

.fa-lungs-virus {
    --fa: "\e067"
}

.fa-face-grin-tears, .fa-grin-tears {
    --fa: "\f588"
}

.fa-phone {
    --fa: "\f095"
}

.fa-calendar-times, .fa-calendar-xmark {
    --fa: "\f273"
}

.fa-child-reaching {
    --fa: "\e59d"
}

.fa-head-side-virus {
    --fa: "\e064"
}

.fa-user-cog, .fa-user-gear {
    --fa: "\f4fe"
}

.fa-arrow-up-1-9, .fa-sort-numeric-up {
    --fa: "\f163"
}

.fa-door-closed {
    --fa: "\f52a"
}

.fa-shield-virus {
    --fa: "\e06c"
}

.fa-dice-six {
    --fa: "\f526"
}

.fa-mosquito-net {
    --fa: "\e52c"
}

.fa-file-fragment {
    --fa: "\e697"
}

.fa-bridge-water {
    --fa: "\e4ce"
}

.fa-person-booth {
    --fa: "\f756"
}

.fa-text-width {
    --fa: "\f035"
}

.fa-hat-wizard {
    --fa: "\f6e8"
}

.fa-pen-fancy {
    --fa: "\f5ac"
}

.fa-digging, .fa-person-digging {
    --fa: "\f85e"
}

.fa-trash {
    --fa: "\f1f8"
}

.fa-gauge-simple, .fa-gauge-simple-med, .fa-tachometer-average {
    --fa: "\f629"
}

.fa-book-medical {
    --fa: "\f7e6"
}

.fa-poo {
    --fa: "\f2fe"
}

.fa-quote-right, .fa-quote-right-alt {
    --fa: "\f10e"
}

.fa-shirt, .fa-t-shirt, .fa-tshirt {
    --fa: "\f553"
}

.fa-cubes {
    --fa: "\f1b3"
}

.fa-divide {
    --fa: "\f529"
}

.fa-tenge, .fa-tenge-sign {
    --fa: "\f7d7"
}

.fa-headphones {
    --fa: "\f025"
}

.fa-hands-holding {
    --fa: "\f4c2"
}

.fa-hands-clapping {
    --fa: "\e1a8"
}

.fa-republican {
    --fa: "\f75e"
}

.fa-arrow-left {
    --fa: "\f060"
}

.fa-person-circle-xmark {
    --fa: "\e543"
}

.fa-ruler {
    --fa: "\f545"
}

.fa-align-left {
    --fa: "\f036"
}

.fa-dice-d6 {
    --fa: "\f6d1"
}

.fa-restroom {
    --fa: "\f7bd"
}

.fa-j {
    --fa: "\4a"
}

.fa-users-viewfinder {
    --fa: "\e595"
}

.fa-file-video {
    --fa: "\f1c8"
}

.fa-external-link-alt, .fa-up-right-from-square {
    --fa: "\f35d"
}

.fa-table-cells, .fa-th {
    --fa: "\f00a"
}

.fa-file-pdf {
    --fa: "\f1c1"
}

.fa-bible, .fa-book-bible {
    --fa: "\f647"
}

.fa-o {
    --fa: "\4f"
}

.fa-medkit, .fa-suitcase-medical {
    --fa: "\f0fa"
}

.fa-user-secret {
    --fa: "\f21b"
}

.fa-otter {
    --fa: "\f700"
}

.fa-female, .fa-person-dress {
    --fa: "\f182"
}

.fa-comment-dollar {
    --fa: "\f651"
}

.fa-briefcase-clock, .fa-business-time {
    --fa: "\f64a"
}

.fa-table-cells-large, .fa-th-large {
    --fa: "\f009"
}

.fa-book-tanakh, .fa-tanakh {
    --fa: "\f827"
}

.fa-phone-volume, .fa-volume-control-phone {
    --fa: "\f2a0"
}

.fa-hat-cowboy-side {
    --fa: "\f8c1"
}

.fa-clipboard-user {
    --fa: "\f7f3"
}

.fa-child {
    --fa: "\f1ae"
}

.fa-lira-sign {
    --fa: "\f195"
}

.fa-satellite {
    --fa: "\f7bf"
}

.fa-plane-lock {
    --fa: "\e558"
}

.fa-tag {
    --fa: "\f02b"
}

.fa-comment {
    --fa: "\f075"
}

.fa-birthday-cake, .fa-cake, .fa-cake-candles {
    --fa: "\f1fd"
}

.fa-envelope {
    --fa: "\f0e0"
}

.fa-angle-double-up, .fa-angles-up {
    --fa: "\f102"
}

.fa-paperclip {
    --fa: "\f0c6"
}

.fa-arrow-right-to-city {
    --fa: "\e4b3"
}

.fa-ribbon {
    --fa: "\f4d6"
}

.fa-lungs {
    --fa: "\f604"
}

.fa-arrow-up-9-1, .fa-sort-numeric-up-alt {
    --fa: "\f887"
}

.fa-litecoin-sign {
    --fa: "\e1d3"
}

.fa-border-none {
    --fa: "\f850"
}

.fa-circle-nodes {
    --fa: "\e4e2"
}

.fa-parachute-box {
    --fa: "\f4cd"
}

.fa-indent {
    --fa: "\f03c"
}

.fa-truck-field-un {
    --fa: "\e58e"
}

.fa-hourglass, .fa-hourglass-empty {
    --fa: "\f254"
}

.fa-mountain {
    --fa: "\f6fc"
}

.fa-user-doctor, .fa-user-md {
    --fa: "\f0f0"
}

.fa-circle-info, .fa-info-circle {
    --fa: "\f05a"
}

.fa-cloud-meatball {
    --fa: "\f73b"
}

.fa-camera, .fa-camera-alt {
    --fa: "\f030"
}

.fa-square-virus {
    --fa: "\e578"
}

.fa-meteor {
    --fa: "\f753"
}

.fa-car-on {
    --fa: "\e4dd"
}

.fa-sleigh {
    --fa: "\f7cc"
}

.fa-arrow-down-1-9, .fa-sort-numeric-asc, .fa-sort-numeric-down {
    --fa: "\f162"
}

.fa-hand-holding-droplet, .fa-hand-holding-water {
    --fa: "\f4c1"
}

.fa-water {
    --fa: "\f773"
}

.fa-calendar-check {
    --fa: "\f274"
}

.fa-braille {
    --fa: "\f2a1"
}

.fa-prescription-bottle-alt, .fa-prescription-bottle-medical {
    --fa: "\f486"
}

.fa-landmark {
    --fa: "\f66f"
}

.fa-truck {
    --fa: "\f0d1"
}

.fa-crosshairs {
    --fa: "\f05b"
}

.fa-person-cane {
    --fa: "\e53c"
}

.fa-tent {
    --fa: "\e57d"
}

.fa-vest-patches {
    --fa: "\e086"
}

.fa-check-double {
    --fa: "\f560"
}

.fa-arrow-down-a-z, .fa-sort-alpha-asc, .fa-sort-alpha-down {
    --fa: "\f15d"
}

.fa-money-bill-wheat {
    --fa: "\e52a"
}

.fa-cookie {
    --fa: "\f563"
}

.fa-arrow-left-rotate, .fa-arrow-rotate-back, .fa-arrow-rotate-backward, .fa-arrow-rotate-left, .fa-undo {
    --fa: "\f0e2"
}

.fa-hard-drive, .fa-hdd {
    --fa: "\f0a0"
}

.fa-face-grin-squint-tears, .fa-grin-squint-tears {
    --fa: "\f586"
}

.fa-dumbbell {
    --fa: "\f44b"
}

.fa-list-alt, .fa-rectangle-list {
    --fa: "\f022"
}

.fa-tarp-droplet {
    --fa: "\e57c"
}

.fa-house-medical-circle-check {
    --fa: "\e511"
}

.fa-person-skiing-nordic, .fa-skiing-nordic {
    --fa: "\f7ca"
}

.fa-calendar-plus {
    --fa: "\f271"
}

.fa-plane-arrival {
    --fa: "\f5af"
}

.fa-arrow-alt-circle-left, .fa-circle-left {
    --fa: "\f359"
}

.fa-subway, .fa-train-subway {
    --fa: "\f239"
}

.fa-chart-gantt {
    --fa: "\e0e4"
}

.fa-indian-rupee, .fa-indian-rupee-sign, .fa-inr {
    --fa: "\e1bc"
}

.fa-crop-alt, .fa-crop-simple {
    --fa: "\f565"
}

.fa-money-bill-1, .fa-money-bill-alt {
    --fa: "\f3d1"
}

.fa-left-long, .fa-long-arrow-alt-left {
    --fa: "\f30a"
}

.fa-dna {
    --fa: "\f471"
}

.fa-virus-slash {
    --fa: "\e075"
}

.fa-minus, .fa-subtract {
    --fa: "\f068"
}

.fa-chess {
    --fa: "\f439"
}

.fa-arrow-left-long, .fa-long-arrow-left {
    --fa: "\f177"
}

.fa-plug-circle-check {
    --fa: "\e55c"
}

.fa-street-view {
    --fa: "\f21d"
}

.fa-franc-sign {
    --fa: "\e18f"
}

.fa-volume-off {
    --fa: "\f026"
}

.fa-american-sign-language-interpreting, .fa-asl-interpreting, .fa-hands-american-sign-language-interpreting, .fa-hands-asl-interpreting {
    --fa: "\f2a3"
}

.fa-cog, .fa-gear {
    --fa: "\f013"
}

.fa-droplet-slash, .fa-tint-slash {
    --fa: "\f5c7"
}

.fa-mosque {
    --fa: "\f678"
}

.fa-mosquito {
    --fa: "\e52b"
}

.fa-star-of-david {
    --fa: "\f69a"
}

.fa-person-military-rifle {
    --fa: "\e54b"
}

.fa-cart-shopping, .fa-shopping-cart {
    --fa: "\f07a"
}

.fa-vials {
    --fa: "\f493"
}

.fa-plug-circle-plus {
    --fa: "\e55f"
}

.fa-place-of-worship {
    --fa: "\f67f"
}

.fa-grip-vertical {
    --fa: "\f58e"
}

.fa-hexagon-nodes {
    --fa: "\e699"
}

.fa-arrow-turn-up, .fa-level-up {
    --fa: "\f148"
}

.fa-u {
    --fa: "\55"
}

.fa-square-root-alt, .fa-square-root-variable {
    --fa: "\f698"
}

.fa-clock, .fa-clock-four {
    --fa: "\f017"
}

.fa-backward-step, .fa-step-backward {
    --fa: "\f048"
}

.fa-pallet {
    --fa: "\f482"
}

.fa-faucet {
    --fa: "\e005"
}

.fa-baseball-bat-ball {
    --fa: "\f432"
}

.fa-s {
    --fa: "\53"
}

.fa-timeline {
    --fa: "\e29c"
}

.fa-keyboard {
    --fa: "\f11c"
}

.fa-caret-down {
    --fa: "\f0d7"
}

.fa-clinic-medical, .fa-house-chimney-medical {
    --fa: "\f7f2"
}

.fa-temperature-3, .fa-temperature-three-quarters, .fa-thermometer-3, .fa-thermometer-three-quarters {
    --fa: "\f2c8"
}

.fa-mobile-android-alt, .fa-mobile-screen {
    --fa: "\f3cf"
}

.fa-plane-up {
    --fa: "\e22d"
}

.fa-piggy-bank {
    --fa: "\f4d3"
}

.fa-battery-3, .fa-battery-half {
    --fa: "\f242"
}

.fa-mountain-city {
    --fa: "\e52e"
}

.fa-coins {
    --fa: "\f51e"
}

.fa-khanda {
    --fa: "\f66d"
}

.fa-sliders, .fa-sliders-h {
    --fa: "\f1de"
}

.fa-folder-tree {
    --fa: "\f802"
}

.fa-network-wired {
    --fa: "\f6ff"
}

.fa-map-pin {
    --fa: "\f276"
}

.fa-hamsa {
    --fa: "\f665"
}

.fa-cent-sign {
    --fa: "\e3f5"
}

.fa-flask {
    --fa: "\f0c3"
}

.fa-person-pregnant {
    --fa: "\e31e"
}

.fa-wand-sparkles {
    --fa: "\f72b"
}

.fa-ellipsis-v, .fa-ellipsis-vertical {
    --fa: "\f142"
}

.fa-ticket {
    --fa: "\f145"
}

.fa-power-off {
    --fa: "\f011"
}

.fa-long-arrow-alt-right, .fa-right-long {
    --fa: "\f30b"
}

.fa-flag-usa {
    --fa: "\f74d"
}

.fa-laptop-file {
    --fa: "\e51d"
}

.fa-teletype, .fa-tty {
    --fa: "\f1e4"
}

.fa-diagram-next {
    --fa: "\e476"
}

.fa-person-rifle {
    --fa: "\e54e"
}

.fa-house-medical-circle-exclamation {
    --fa: "\e512"
}

.fa-closed-captioning {
    --fa: "\f20a"
}

.fa-hiking, .fa-person-hiking {
    --fa: "\f6ec"
}

.fa-venus-double {
    --fa: "\f226"
}

.fa-images {
    --fa: "\f302"
}

.fa-calculator {
    --fa: "\f1ec"
}

.fa-people-pulling {
    --fa: "\e535"
}

.fa-n {
    --fa: "\4e"
}

.fa-cable-car, .fa-tram {
    --fa: "\f7da"
}

.fa-cloud-rain {
    --fa: "\f73d"
}

.fa-building-circle-xmark {
    --fa: "\e4d4"
}

.fa-ship {
    --fa: "\f21a"
}

.fa-arrows-down-to-line {
    --fa: "\e4b8"
}

.fa-download {
    --fa: "\f019"
}

.fa-face-grin, .fa-grin {
    --fa: "\f580"
}

.fa-backspace, .fa-delete-left {
    --fa: "\f55a"
}

.fa-eye-dropper, .fa-eye-dropper-empty, .fa-eyedropper {
    --fa: "\f1fb"
}

.fa-file-circle-check {
    --fa: "\e5a0"
}

.fa-forward {
    --fa: "\f04e"
}

.fa-mobile, .fa-mobile-android, .fa-mobile-phone {
    --fa: "\f3ce"
}

.fa-face-meh, .fa-meh {
    --fa: "\f11a"
}

.fa-align-center {
    --fa: "\f037"
}

.fa-book-dead, .fa-book-skull {
    --fa: "\f6b7"
}

.fa-drivers-license, .fa-id-card {
    --fa: "\f2c2"
}

.fa-dedent, .fa-outdent {
    --fa: "\f03b"
}

.fa-heart-circle-exclamation {
    --fa: "\e4fe"
}

.fa-home, .fa-home-alt, .fa-home-lg-alt, .fa-house {
    --fa: "\f015"
}

.fa-calendar-week {
    --fa: "\f784"
}

.fa-laptop-medical {
    --fa: "\f812"
}

.fa-b {
    --fa: "\42"
}

.fa-file-medical {
    --fa: "\f477"
}

.fa-dice-one {
    --fa: "\f525"
}

.fa-kiwi-bird {
    --fa: "\f535"
}

.fa-arrow-right-arrow-left, .fa-exchange {
    --fa: "\f0ec"
}

.fa-redo-alt, .fa-rotate-forward, .fa-rotate-right {
    --fa: "\f2f9"
}

.fa-cutlery, .fa-utensils {
    --fa: "\f2e7"
}

.fa-arrow-up-wide-short, .fa-sort-amount-up {
    --fa: "\f161"
}

.fa-mill-sign {
    --fa: "\e1ed"
}

.fa-bowl-rice {
    --fa: "\e2eb"
}

.fa-skull {
    --fa: "\f54c"
}

.fa-broadcast-tower, .fa-tower-broadcast {
    --fa: "\f519"
}

.fa-truck-pickup {
    --fa: "\f63c"
}

.fa-long-arrow-alt-up, .fa-up-long {
    --fa: "\f30c"
}

.fa-stop {
    --fa: "\f04d"
}

.fa-code-merge {
    --fa: "\f387"
}

.fa-upload {
    --fa: "\f093"
}

.fa-hurricane {
    --fa: "\f751"
}

.fa-mound {
    --fa: "\e52d"
}

.fa-toilet-portable {
    --fa: "\e583"
}

.fa-compact-disc {
    --fa: "\f51f"
}

.fa-file-arrow-down, .fa-file-download {
    --fa: "\f56d"
}

.fa-caravan {
    --fa: "\f8ff"
}

.fa-shield-cat {
    --fa: "\e572"
}

.fa-bolt, .fa-zap {
    --fa: "\f0e7"
}

.fa-glass-water {
    --fa: "\e4f4"
}

.fa-oil-well {
    --fa: "\e532"
}

.fa-vault {
    --fa: "\e2c5"
}

.fa-mars {
    --fa: "\f222"
}

.fa-toilet {
    --fa: "\f7d8"
}

.fa-plane-circle-xmark {
    --fa: "\e557"
}

.fa-cny, .fa-jpy, .fa-rmb, .fa-yen, .fa-yen-sign {
    --fa: "\f157"
}

.fa-rouble, .fa-rub, .fa-ruble, .fa-ruble-sign {
    --fa: "\f158"
}

.fa-sun {
    --fa: "\f185"
}

.fa-guitar {
    --fa: "\f7a6"
}

.fa-face-laugh-wink, .fa-laugh-wink {
    --fa: "\f59c"
}

.fa-horse-head {
    --fa: "\f7ab"
}

.fa-bore-hole {
    --fa: "\e4c3"
}

.fa-industry {
    --fa: "\f275"
}

.fa-arrow-alt-circle-down, .fa-circle-down {
    --fa: "\f358"
}

.fa-arrows-turn-to-dots {
    --fa: "\e4c1"
}

.fa-florin-sign {
    --fa: "\e184"
}

.fa-arrow-down-short-wide, .fa-sort-amount-desc, .fa-sort-amount-down-alt {
    --fa: "\f884"
}

.fa-less-than {
    --fa: "\3c"
}

.fa-angle-down {
    --fa: "\f107"
}

.fa-car-tunnel {
    --fa: "\e4de"
}

.fa-head-side-cough {
    --fa: "\e061"
}

.fa-grip-lines {
    --fa: "\f7a4"
}

.fa-thumbs-down {
    --fa: "\f165"
}

.fa-user-lock {
    --fa: "\f502"
}

.fa-arrow-right-long, .fa-long-arrow-right {
    --fa: "\f178"
}

.fa-anchor-circle-xmark {
    --fa: "\e4ac"
}

.fa-ellipsis, .fa-ellipsis-h {
    --fa: "\f141"
}

.fa-chess-pawn {
    --fa: "\f443"
}

.fa-first-aid, .fa-kit-medical {
    --fa: "\f479"
}

.fa-person-through-window {
    --fa: "\e5a9"
}

.fa-toolbox {
    --fa: "\f552"
}

.fa-hands-holding-circle {
    --fa: "\e4fb"
}

.fa-bug {
    --fa: "\f188"
}

.fa-credit-card, .fa-credit-card-alt {
    --fa: "\f09d"
}

.fa-automobile, .fa-car {
    --fa: "\f1b9"
}

.fa-hand-holding-hand {
    --fa: "\e4f7"
}

.fa-book-open-reader, .fa-book-reader {
    --fa: "\f5da"
}

.fa-mountain-sun {
    --fa: "\e52f"
}

.fa-arrows-left-right-to-line {
    --fa: "\e4ba"
}

.fa-dice-d20 {
    --fa: "\f6cf"
}

.fa-truck-droplet {
    --fa: "\e58c"
}

.fa-file-circle-xmark {
    --fa: "\e5a1"
}

.fa-temperature-arrow-up, .fa-temperature-up {
    --fa: "\e040"
}

.fa-medal {
    --fa: "\f5a2"
}

.fa-bed {
    --fa: "\f236"
}

.fa-h-square, .fa-square-h {
    --fa: "\f0fd"
}

.fa-podcast {
    --fa: "\f2ce"
}

.fa-temperature-4, .fa-temperature-full, .fa-thermometer-4, .fa-thermometer-full {
    --fa: "\f2c7"
}

.fa-bell {
    --fa: "\f0f3"
}

.fa-superscript {
    --fa: "\f12b"
}

.fa-plug-circle-xmark {
    --fa: "\e560"
}

.fa-star-of-life {
    --fa: "\f621"
}

.fa-phone-slash {
    --fa: "\f3dd"
}

.fa-paint-roller {
    --fa: "\f5aa"
}

.fa-hands-helping, .fa-handshake-angle {
    --fa: "\f4c4"
}

.fa-location-dot, .fa-map-marker-alt {
    --fa: "\f3c5"
}

.fa-file {
    --fa: "\f15b"
}

.fa-greater-than {
    --fa: "\3e"
}

.fa-person-swimming, .fa-swimmer {
    --fa: "\f5c4"
}

.fa-arrow-down {
    --fa: "\f063"
}

.fa-droplet, .fa-tint {
    --fa: "\f043"
}

.fa-eraser {
    --fa: "\f12d"
}

.fa-earth, .fa-earth-america, .fa-earth-americas, .fa-globe-americas {
    --fa: "\f57d"
}

.fa-person-burst {
    --fa: "\e53b"
}

.fa-dove {
    --fa: "\f4ba"
}

.fa-battery-0, .fa-battery-empty {
    --fa: "\f244"
}

.fa-socks {
    --fa: "\f696"
}

.fa-inbox {
    --fa: "\f01c"
}

.fa-section {
    --fa: "\e447"
}

.fa-gauge-high, .fa-tachometer-alt, .fa-tachometer-alt-fast {
    --fa: "\f625"
}

.fa-envelope-open-text {
    --fa: "\f658"
}

.fa-hospital, .fa-hospital-alt, .fa-hospital-wide {
    --fa: "\f0f8"
}

.fa-wine-bottle {
    --fa: "\f72f"
}

.fa-chess-rook {
    --fa: "\f447"
}

.fa-bars-staggered, .fa-reorder, .fa-stream {
    --fa: "\f550"
}

.fa-dharmachakra {
    --fa: "\f655"
}

.fa-hotdog {
    --fa: "\f80f"
}

.fa-blind, .fa-person-walking-with-cane {
    --fa: "\f29d"
}

.fa-drum {
    --fa: "\f569"
}

.fa-ice-cream {
    --fa: "\f810"
}

.fa-heart-circle-bolt {
    --fa: "\e4fc"
}

.fa-fax {
    --fa: "\f1ac"
}

.fa-paragraph {
    --fa: "\f1dd"
}

.fa-check-to-slot, .fa-vote-yea {
    --fa: "\f772"
}

.fa-star-half {
    --fa: "\f089"
}

.fa-boxes, .fa-boxes-alt, .fa-boxes-stacked {
    --fa: "\f468"
}

.fa-chain, .fa-link {
    --fa: "\f0c1"
}

.fa-assistive-listening-systems, .fa-ear-listen {
    --fa: "\f2a2"
}

.fa-tree-city {
    --fa: "\e587"
}

.fa-play {
    --fa: "\f04b"
}

.fa-font {
    --fa: "\f031"
}

.fa-table-cells-row-lock {
    --fa: "\e67a"
}

.fa-rupiah-sign {
    --fa: "\e23d"
}

.fa-magnifying-glass, .fa-search {
    --fa: "\f002"
}

.fa-ping-pong-paddle-ball, .fa-table-tennis, .fa-table-tennis-paddle-ball {
    --fa: "\f45d"
}

.fa-diagnoses, .fa-person-dots-from-line {
    --fa: "\f470"
}

.fa-trash-can-arrow-up, .fa-trash-restore-alt {
    --fa: "\f82a"
}

.fa-naira-sign {
    --fa: "\e1f6"
}

.fa-cart-arrow-down {
    --fa: "\f218"
}

.fa-walkie-talkie {
    --fa: "\f8ef"
}

.fa-file-edit, .fa-file-pen {
    --fa: "\f31c"
}

.fa-receipt {
    --fa: "\f543"
}

.fa-pen-square, .fa-pencil-square, .fa-square-pen {
    --fa: "\f14b"
}

.fa-suitcase-rolling {
    --fa: "\f5c1"
}

.fa-person-circle-exclamation {
    --fa: "\e53f"
}

.fa-chevron-down {
    --fa: "\f078"
}

.fa-battery, .fa-battery-5, .fa-battery-full {
    --fa: "\f240"
}

.fa-skull-crossbones {
    --fa: "\f714"
}

.fa-code-compare {
    --fa: "\e13a"
}

.fa-list-dots, .fa-list-ul {
    --fa: "\f0ca"
}

.fa-school-lock {
    --fa: "\e56f"
}

.fa-tower-cell {
    --fa: "\e585"
}

.fa-down-long, .fa-long-arrow-alt-down {
    --fa: "\f309"
}

.fa-ranking-star {
    --fa: "\e561"
}

.fa-chess-king {
    --fa: "\f43f"
}

.fa-person-harassing {
    --fa: "\e549"
}

.fa-brazilian-real-sign {
    --fa: "\e46c"
}

.fa-landmark-alt, .fa-landmark-dome {
    --fa: "\f752"
}

.fa-arrow-up {
    --fa: "\f062"
}

.fa-television, .fa-tv, .fa-tv-alt {
    --fa: "\f26c"
}

.fa-shrimp {
    --fa: "\e448"
}

.fa-list-check, .fa-tasks {
    --fa: "\f0ae"
}

.fa-jug-detergent {
    --fa: "\e519"
}

.fa-circle-user, .fa-user-circle {
    --fa: "\f2bd"
}

.fa-user-shield {
    --fa: "\f505"
}

.fa-wind {
    --fa: "\f72e"
}

.fa-car-burst, .fa-car-crash {
    --fa: "\f5e1"
}

.fa-y {
    --fa: "\59"
}

.fa-person-snowboarding, .fa-snowboarding {
    --fa: "\f7ce"
}

.fa-shipping-fast, .fa-truck-fast {
    --fa: "\f48b"
}

.fa-fish {
    --fa: "\f578"
}

.fa-user-graduate {
    --fa: "\f501"
}

.fa-adjust, .fa-circle-half-stroke {
    --fa: "\f042"
}

.fa-clapperboard {
    --fa: "\e131"
}

.fa-circle-radiation, .fa-radiation-alt {
    --fa: "\f7ba"
}

.fa-baseball, .fa-baseball-ball {
    --fa: "\f433"
}

.fa-jet-fighter-up {
    --fa: "\e518"
}

.fa-diagram-project, .fa-project-diagram {
    --fa: "\f542"
}

.fa-copy {
    --fa: "\f0c5"
}

.fa-volume-mute, .fa-volume-times, .fa-volume-xmark {
    --fa: "\f6a9"
}

.fa-hand-sparkles {
    --fa: "\e05d"
}

.fa-grip, .fa-grip-horizontal {
    --fa: "\f58d"
}

.fa-share-from-square, .fa-share-square {
    --fa: "\f14d"
}

.fa-child-combatant, .fa-child-rifle {
    --fa: "\e4e0"
}

.fa-gun {
    --fa: "\e19b"
}

.fa-phone-square, .fa-square-phone {
    --fa: "\f098"
}

.fa-add, .fa-plus {
    --fa: "\2b"
}

.fa-expand {
    --fa: "\f065"
}

.fa-computer {
    --fa: "\e4e5"
}

.fa-close, .fa-multiply, .fa-remove, .fa-times, .fa-xmark {
    --fa: "\f00d"
}

.fa-arrows, .fa-arrows-up-down-left-right {
    --fa: "\f047"
}

.fa-chalkboard-teacher, .fa-chalkboard-user {
    --fa: "\f51c"
}

.fa-peso-sign {
    --fa: "\e222"
}

.fa-building-shield {
    --fa: "\e4d8"
}

.fa-baby {
    --fa: "\f77c"
}

.fa-users-line {
    --fa: "\e592"
}

.fa-quote-left, .fa-quote-left-alt {
    --fa: "\f10d"
}

.fa-tractor {
    --fa: "\f722"
}

.fa-trash-arrow-up, .fa-trash-restore {
    --fa: "\f829"
}

.fa-arrow-down-up-lock {
    --fa: "\e4b0"
}

.fa-lines-leaning {
    --fa: "\e51e"
}

.fa-ruler-combined {
    --fa: "\f546"
}

.fa-copyright {
    --fa: "\f1f9"
}

.fa-equals {
    --fa: "\3d"
}

.fa-blender {
    --fa: "\f517"
}

.fa-teeth {
    --fa: "\f62e"
}

.fa-ils, .fa-shekel, .fa-shekel-sign, .fa-sheqel, .fa-sheqel-sign {
    --fa: "\f20b"
}

.fa-map {
    --fa: "\f279"
}

.fa-rocket {
    --fa: "\f135"
}

.fa-photo-film, .fa-photo-video {
    --fa: "\f87c"
}

.fa-folder-minus {
    --fa: "\f65d"
}

.fa-hexagon-nodes-bolt {
    --fa: "\e69a"
}

.fa-store {
    --fa: "\f54e"
}

.fa-arrow-trend-up {
    --fa: "\e098"
}

.fa-plug-circle-minus {
    --fa: "\e55e"
}

.fa-sign, .fa-sign-hanging {
    --fa: "\f4d9"
}

.fa-bezier-curve {
    --fa: "\f55b"
}

.fa-bell-slash {
    --fa: "\f1f6"
}

.fa-tablet, .fa-tablet-android {
    --fa: "\f3fb"
}

.fa-school-flag {
    --fa: "\e56e"
}

.fa-fill {
    --fa: "\f575"
}

.fa-angle-up {
    --fa: "\f106"
}

.fa-drumstick-bite {
    --fa: "\f6d7"
}

.fa-holly-berry {
    --fa: "\f7aa"
}

.fa-chevron-left {
    --fa: "\f053"
}

.fa-bacteria {
    --fa: "\e059"
}

.fa-hand-lizard {
    --fa: "\f258"
}

.fa-notdef {
    --fa: "\e1fe"
}

.fa-disease {
    --fa: "\f7fa"
}

.fa-briefcase-medical {
    --fa: "\f469"
}

.fa-genderless {
    --fa: "\f22d"
}

.fa-chevron-right {
    --fa: "\f054"
}

.fa-retweet {
    --fa: "\f079"
}

.fa-car-alt, .fa-car-rear {
    --fa: "\f5de"
}

.fa-pump-soap {
    --fa: "\e06b"
}

.fa-video-slash {
    --fa: "\f4e2"
}

.fa-battery-2, .fa-battery-quarter {
    --fa: "\f243"
}

.fa-radio {
    --fa: "\f8d7"
}

.fa-baby-carriage, .fa-carriage-baby {
    --fa: "\f77d"
}

.fa-traffic-light {
    --fa: "\f637"
}

.fa-thermometer {
    --fa: "\f491"
}

.fa-vr-cardboard {
    --fa: "\f729"
}

.fa-hand-middle-finger {
    --fa: "\f806"
}

.fa-percent, .fa-percentage {
    --fa: "\25"
}

.fa-truck-moving {
    --fa: "\f4df"
}

.fa-glass-water-droplet {
    --fa: "\e4f5"
}

.fa-display {
    --fa: "\e163"
}

.fa-face-smile, .fa-smile {
    --fa: "\f118"
}

.fa-thumb-tack, .fa-thumbtack {
    --fa: "\f08d"
}

.fa-trophy {
    --fa: "\f091"
}

.fa-person-praying, .fa-pray {
    --fa: "\f683"
}

.fa-hammer {
    --fa: "\f6e3"
}

.fa-hand-peace {
    --fa: "\f25b"
}

.fa-rotate, .fa-sync-alt {
    --fa: "\f2f1"
}

.fa-spinner {
    --fa: "\f110"
}

.fa-robot {
    --fa: "\f544"
}

.fa-peace {
    --fa: "\f67c"
}

.fa-cogs, .fa-gears {
    --fa: "\f085"
}

.fa-warehouse {
    --fa: "\f494"
}

.fa-arrow-up-right-dots {
    --fa: "\e4b7"
}

.fa-splotch {
    --fa: "\f5bc"
}

.fa-face-grin-hearts, .fa-grin-hearts {
    --fa: "\f584"
}

.fa-dice-four {
    --fa: "\f524"
}

.fa-sim-card {
    --fa: "\f7c4"
}

.fa-transgender, .fa-transgender-alt {
    --fa: "\f225"
}

.fa-mercury {
    --fa: "\f223"
}

.fa-arrow-turn-down, .fa-level-down {
    --fa: "\f149"
}

.fa-person-falling-burst {
    --fa: "\e547"
}

.fa-award {
    --fa: "\f559"
}

.fa-ticket-alt, .fa-ticket-simple {
    --fa: "\f3ff"
}

.fa-building {
    --fa: "\f1ad"
}

.fa-angle-double-left, .fa-angles-left {
    --fa: "\f100"
}

.fa-qrcode {
    --fa: "\f029"
}

.fa-clock-rotate-left, .fa-history {
    --fa: "\f1da"
}

.fa-face-grin-beam-sweat, .fa-grin-beam-sweat {
    --fa: "\f583"
}

.fa-arrow-right-from-file, .fa-file-export {
    --fa: "\f56e"
}

.fa-shield, .fa-shield-blank {
    --fa: "\f132"
}

.fa-arrow-up-short-wide, .fa-sort-amount-up-alt {
    --fa: "\f885"
}

.fa-comment-nodes {
    --fa: "\e696"
}

.fa-house-medical {
    --fa: "\e3b2"
}

.fa-golf-ball, .fa-golf-ball-tee {
    --fa: "\f450"
}

.fa-chevron-circle-left, .fa-circle-chevron-left {
    --fa: "\f137"
}

.fa-house-chimney-window {
    --fa: "\e00d"
}

.fa-pen-nib {
    --fa: "\f5ad"
}

.fa-tent-arrow-turn-left {
    --fa: "\e580"
}

.fa-tents {
    --fa: "\e582"
}

.fa-magic, .fa-wand-magic {
    --fa: "\f0d0"
}

.fa-dog {
    --fa: "\f6d3"
}

.fa-carrot {
    --fa: "\f787"
}

.fa-moon {
    --fa: "\f186"
}

.fa-wine-glass-alt, .fa-wine-glass-empty {
    --fa: "\f5ce"
}

.fa-cheese {
    --fa: "\f7ef"
}

.fa-yin-yang {
    --fa: "\f6ad"
}

.fa-music {
    --fa: "\f001"
}

.fa-code-commit {
    --fa: "\f386"
}

.fa-temperature-low {
    --fa: "\f76b"
}

.fa-biking, .fa-person-biking {
    --fa: "\f84a"
}

.fa-broom {
    --fa: "\f51a"
}

.fa-shield-heart {
    --fa: "\e574"
}

.fa-gopuram {
    --fa: "\f664"
}

.fa-earth-oceania, .fa-globe-oceania {
    --fa: "\e47b"
}

.fa-square-xmark, .fa-times-square, .fa-xmark-square {
    --fa: "\f2d3"
}

.fa-hashtag {
    --fa: "\23"
}

.fa-expand-alt, .fa-up-right-and-down-left-from-center {
    --fa: "\f424"
}

.fa-oil-can {
    --fa: "\f613"
}

.fa-t {
    --fa: "\54"
}

.fa-hippo {
    --fa: "\f6ed"
}

.fa-chart-column {
    --fa: "\e0e3"
}

.fa-infinity {
    --fa: "\f534"
}

.fa-vial-circle-check {
    --fa: "\e596"
}

.fa-person-arrow-down-to-line {
    --fa: "\e538"
}

.fa-voicemail {
    --fa: "\f897"
}

.fa-fan {
    --fa: "\f863"
}

.fa-person-walking-luggage {
    --fa: "\e554"
}

.fa-arrows-alt-v, .fa-up-down {
    --fa: "\f338"
}

.fa-cloud-moon-rain {
    --fa: "\f73c"
}

.fa-calendar {
    --fa: "\f133"
}

.fa-trailer {
    --fa: "\e041"
}

.fa-bahai, .fa-haykal {
    --fa: "\f666"
}

.fa-sd-card {
    --fa: "\f7c2"
}

.fa-dragon {
    --fa: "\f6d5"
}

.fa-shoe-prints {
    --fa: "\f54b"
}

.fa-circle-plus, .fa-plus-circle {
    --fa: "\f055"
}

.fa-face-grin-tongue-wink, .fa-grin-tongue-wink {
    --fa: "\f58b"
}

.fa-hand-holding {
    --fa: "\f4bd"
}

.fa-plug-circle-exclamation {
    --fa: "\e55d"
}

.fa-chain-broken, .fa-chain-slash, .fa-link-slash, .fa-unlink {
    --fa: "\f127"
}

.fa-clone {
    --fa: "\f24d"
}

.fa-person-walking-arrow-loop-left {
    --fa: "\e551"
}

.fa-arrow-up-z-a, .fa-sort-alpha-up-alt {
    --fa: "\f882"
}

.fa-fire-alt, .fa-fire-flame-curved {
    --fa: "\f7e4"
}

.fa-tornado {
    --fa: "\f76f"
}

.fa-file-circle-plus {
    --fa: "\e494"
}

.fa-book-quran, .fa-quran {
    --fa: "\f687"
}

.fa-anchor {
    --fa: "\f13d"
}

.fa-border-all {
    --fa: "\f84c"
}

.fa-angry, .fa-face-angry {
    --fa: "\f556"
}

.fa-cookie-bite {
    --fa: "\f564"
}

.fa-arrow-trend-down {
    --fa: "\e097"
}

.fa-feed, .fa-rss {
    --fa: "\f09e"
}

.fa-draw-polygon {
    --fa: "\f5ee"
}

.fa-balance-scale, .fa-scale-balanced {
    --fa: "\f24e"
}

.fa-gauge-simple-high, .fa-tachometer, .fa-tachometer-fast {
    --fa: "\f62a"
}

.fa-shower {
    --fa: "\f2cc"
}

.fa-desktop, .fa-desktop-alt {
    --fa: "\f390"
}

.fa-m {
    --fa: "\4d"
}

.fa-table-list, .fa-th-list {
    --fa: "\f00b"
}

.fa-comment-sms, .fa-sms {
    --fa: "\f7cd"
}

.fa-book {
    --fa: "\f02d"
}

.fa-user-plus {
    --fa: "\f234"
}

.fa-check {
    --fa: "\f00c"
}

.fa-battery-4, .fa-battery-three-quarters {
    --fa: "\f241"
}

.fa-house-circle-check {
    --fa: "\e509"
}

.fa-angle-left {
    --fa: "\f104"
}

.fa-diagram-successor {
    --fa: "\e47a"
}

.fa-truck-arrow-right {
    --fa: "\e58b"
}

.fa-arrows-split-up-and-left {
    --fa: "\e4bc"
}

.fa-fist-raised, .fa-hand-fist {
    --fa: "\f6de"
}

.fa-cloud-moon {
    --fa: "\f6c3"
}

.fa-briefcase {
    --fa: "\f0b1"
}

.fa-person-falling {
    --fa: "\e546"
}

.fa-image-portrait, .fa-portrait {
    --fa: "\f3e0"
}

.fa-user-tag {
    --fa: "\f507"
}

.fa-rug {
    --fa: "\e569"
}

.fa-earth-europe, .fa-globe-europe {
    --fa: "\f7a2"
}

.fa-cart-flatbed-suitcase, .fa-luggage-cart {
    --fa: "\f59d"
}

.fa-rectangle-times, .fa-rectangle-xmark, .fa-times-rectangle, .fa-window-close {
    --fa: "\f410"
}

.fa-baht-sign {
    --fa: "\e0ac"
}

.fa-book-open {
    --fa: "\f518"
}

.fa-book-journal-whills, .fa-journal-whills {
    --fa: "\f66a"
}

.fa-handcuffs {
    --fa: "\e4f8"
}

.fa-exclamation-triangle, .fa-triangle-exclamation, .fa-warning {
    --fa: "\f071"
}

.fa-database {
    --fa: "\f1c0"
}

.fa-mail-forward, .fa-share {
    --fa: "\f064"
}

.fa-bottle-droplet {
    --fa: "\e4c4"
}

.fa-mask-face {
    --fa: "\e1d7"
}

.fa-hill-rockslide {
    --fa: "\e508"
}

.fa-exchange-alt, .fa-right-left {
    --fa: "\f362"
}

.fa-paper-plane {
    --fa: "\f1d8"
}

.fa-road-circle-exclamation {
    --fa: "\e565"
}

.fa-dungeon {
    --fa: "\f6d9"
}

.fa-align-right {
    --fa: "\f038"
}

.fa-money-bill-1-wave, .fa-money-bill-wave-alt {
    --fa: "\f53b"
}

.fa-life-ring {
    --fa: "\f1cd"
}

.fa-hands, .fa-sign-language, .fa-signing {
    --fa: "\f2a7"
}

.fa-calendar-day {
    --fa: "\f783"
}

.fa-ladder-water, .fa-swimming-pool, .fa-water-ladder {
    --fa: "\f5c5"
}

.fa-arrows-up-down, .fa-arrows-v {
    --fa: "\f07d"
}

.fa-face-grimace, .fa-grimace {
    --fa: "\f57f"
}

.fa-wheelchair-alt, .fa-wheelchair-move {
    --fa: "\e2ce"
}

.fa-level-down-alt, .fa-turn-down {
    --fa: "\f3be"
}

.fa-person-walking-arrow-right {
    --fa: "\e552"
}

.fa-envelope-square, .fa-square-envelope {
    --fa: "\f199"
}

.fa-dice {
    --fa: "\f522"
}

.fa-bowling-ball {
    --fa: "\f436"
}

.fa-brain {
    --fa: "\f5dc"
}

.fa-band-aid, .fa-bandage {
    --fa: "\f462"
}

.fa-calendar-minus {
    --fa: "\f272"
}

.fa-circle-xmark, .fa-times-circle, .fa-xmark-circle {
    --fa: "\f057"
}

.fa-gifts {
    --fa: "\f79c"
}

.fa-hotel {
    --fa: "\f594"
}

.fa-earth-asia, .fa-globe-asia {
    --fa: "\f57e"
}

.fa-id-card-alt, .fa-id-card-clip {
    --fa: "\f47f"
}

.fa-magnifying-glass-plus, .fa-search-plus {
    --fa: "\f00e"
}

.fa-thumbs-up {
    --fa: "\f164"
}

.fa-user-clock {
    --fa: "\f4fd"
}

.fa-allergies, .fa-hand-dots {
    --fa: "\f461"
}

.fa-file-invoice {
    --fa: "\f570"
}

.fa-window-minimize {
    --fa: "\f2d1"
}

.fa-coffee, .fa-mug-saucer {
    --fa: "\f0f4"
}

.fa-brush {
    --fa: "\f55d"
}

.fa-file-half-dashed {
    --fa: "\e698"
}

.fa-mask {
    --fa: "\f6fa"
}

.fa-magnifying-glass-minus, .fa-search-minus {
    --fa: "\f010"
}

.fa-ruler-vertical {
    --fa: "\f548"
}

.fa-user-alt, .fa-user-large {
    --fa: "\f406"
}

.fa-train-tram {
    --fa: "\e5b4"
}

.fa-user-nurse {
    --fa: "\f82f"
}

.fa-syringe {
    --fa: "\f48e"
}

.fa-cloud-sun {
    --fa: "\f6c4"
}

.fa-stopwatch-20 {
    --fa: "\e06f"
}

.fa-square-full {
    --fa: "\f45c"
}

.fa-magnet {
    --fa: "\f076"
}

.fa-jar {
    --fa: "\e516"
}

.fa-note-sticky, .fa-sticky-note {
    --fa: "\f249"
}

.fa-bug-slash {
    --fa: "\e490"
}

.fa-arrow-up-from-water-pump {
    --fa: "\e4b6"
}

.fa-bone {
    --fa: "\f5d7"
}

.fa-table-cells-row-unlock {
    --fa: "\e691"
}

.fa-user-injured {
    --fa: "\f728"
}

.fa-face-sad-tear, .fa-sad-tear {
    --fa: "\f5b4"
}

.fa-plane {
    --fa: "\f072"
}

.fa-tent-arrows-down {
    --fa: "\e581"
}

.fa-exclamation {
    --fa: "\21"
}

.fa-arrows-spin {
    --fa: "\e4bb"
}

.fa-print {
    --fa: "\f02f"
}

.fa-try, .fa-turkish-lira, .fa-turkish-lira-sign {
    --fa: "\e2bb"
}

.fa-dollar, .fa-dollar-sign, .fa-usd {
    --fa: "\24"
}

.fa-x {
    --fa: "\58"
}

.fa-magnifying-glass-dollar, .fa-search-dollar {
    --fa: "\f688"
}

.fa-users-cog, .fa-users-gear {
    --fa: "\f509"
}

.fa-person-military-pointing {
    --fa: "\e54a"
}

.fa-bank, .fa-building-columns, .fa-institution, .fa-museum, .fa-university {
    --fa: "\f19c"
}

.fa-umbrella {
    --fa: "\f0e9"
}

.fa-trowel {
    --fa: "\e589"
}

.fa-d {
    --fa: "\44"
}

.fa-stapler {
    --fa: "\e5af"
}

.fa-masks-theater, .fa-theater-masks {
    --fa: "\f630"
}

.fa-kip-sign {
    --fa: "\e1c4"
}

.fa-hand-point-left {
    --fa: "\f0a5"
}

.fa-handshake-alt, .fa-handshake-simple {
    --fa: "\f4c6"
}

.fa-fighter-jet, .fa-jet-fighter {
    --fa: "\f0fb"
}

.fa-share-alt-square, .fa-square-share-nodes {
    --fa: "\f1e1"
}

.fa-barcode {
    --fa: "\f02a"
}

.fa-plus-minus {
    --fa: "\e43c"
}

.fa-video, .fa-video-camera {
    --fa: "\f03d"
}

.fa-graduation-cap, .fa-mortar-board {
    --fa: "\f19d"
}

.fa-hand-holding-medical {
    --fa: "\e05c"
}

.fa-person-circle-check {
    --fa: "\e53e"
}

.fa-level-up-alt, .fa-turn-up {
    --fa: "\f3bf"
}

.fa-sr-only, .fa-sr-only-focusable:not(:focus), .sr-only, .sr-only-focusable:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border-width: 0
}

:host, :root {
    --fa-style-family-brands: "Font Awesome 6 Brands";
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"
}

@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(fa-brands-400.woff2) format("woff2"),url(fa-brands-400.ttf) format("truetype")
}

.fa-brands, .fab {
    font-weight: 400
}

.fa-monero {
    --fa: "\f3d0"
}

.fa-hooli {
    --fa: "\f427"
}

.fa-yelp {
    --fa: "\f1e9"
}

.fa-cc-visa {
    --fa: "\f1f0"
}

.fa-lastfm {
    --fa: "\f202"
}

.fa-shopware {
    --fa: "\f5b5"
}

.fa-creative-commons-nc {
    --fa: "\f4e8"
}

.fa-aws {
    --fa: "\f375"
}

.fa-redhat {
    --fa: "\f7bc"
}

.fa-yoast {
    --fa: "\f2b1"
}

.fa-cloudflare {
    --fa: "\e07d"
}

.fa-ups {
    --fa: "\f7e0"
}

.fa-pixiv {
    --fa: "\e640"
}

.fa-wpexplorer {
    --fa: "\f2de"
}

.fa-dyalog {
    --fa: "\f399"
}

.fa-bity {
    --fa: "\f37a"
}

.fa-stackpath {
    --fa: "\f842"
}

.fa-buysellads {
    --fa: "\f20d"
}

.fa-first-order {
    --fa: "\f2b0"
}

.fa-modx {
    --fa: "\f285"
}

.fa-guilded {
    --fa: "\e07e"
}

.fa-vnv {
    --fa: "\f40b"
}

.fa-js-square, .fa-square-js {
    --fa: "\f3b9"
}

.fa-microsoft {
    --fa: "\f3ca"
}

.fa-qq {
    --fa: "\f1d6"
}

.fa-orcid {
    --fa: "\f8d2"
}

.fa-java {
    --fa: "\f4e4"
}

.fa-invision {
    --fa: "\f7b0"
}

.fa-creative-commons-pd-alt {
    --fa: "\f4ed"
}

.fa-centercode {
    --fa: "\f380"
}

.fa-glide-g {
    --fa: "\f2a6"
}

.fa-drupal {
    --fa: "\f1a9"
}

.fa-jxl {
    --fa: "\e67b"
}

.fa-dart-lang {
    --fa: "\e693"
}

.fa-hire-a-helper {
    --fa: "\f3b0"
}

.fa-creative-commons-by {
    --fa: "\f4e7"
}

.fa-unity {
    --fa: "\e049"
}

.fa-whmcs {
    --fa: "\f40d"
}

.fa-rocketchat {
    --fa: "\f3e8"
}

.fa-vk {
    --fa: "\f189"
}

.fa-untappd {
    --fa: "\f405"
}

.fa-mailchimp {
    --fa: "\f59e"
}

.fa-css3-alt {
    --fa: "\f38b"
}

.fa-reddit-square, .fa-square-reddit {
    --fa: "\f1a2"
}

.fa-vimeo-v {
    --fa: "\f27d"
}

.fa-contao {
    --fa: "\f26d"
}

.fa-square-font-awesome {
    --fa: "\e5ad"
}

.fa-deskpro {
    --fa: "\f38f"
}

.fa-brave {
    --fa: "\e63c"
}

.fa-sistrix {
    --fa: "\f3ee"
}

.fa-instagram-square, .fa-square-instagram {
    --fa: "\e055"
}

.fa-battle-net {
    --fa: "\f835"
}

.fa-the-red-yeti {
    --fa: "\f69d"
}

.fa-hacker-news-square, .fa-square-hacker-news {
    --fa: "\f3af"
}

.fa-edge {
    --fa: "\f282"
}

.fa-threads {
    --fa: "\e618"
}

.fa-napster {
    --fa: "\f3d2"
}

.fa-snapchat-square, .fa-square-snapchat {
    --fa: "\f2ad"
}

.fa-google-plus-g {
    --fa: "\f0d5"
}

.fa-artstation {
    --fa: "\f77a"
}

.fa-markdown {
    --fa: "\f60f"
}

.fa-sourcetree {
    --fa: "\f7d3"
}

.fa-google-plus {
    --fa: "\f2b3"
}

.fa-diaspora {
    --fa: "\f791"
}

.fa-foursquare {
    --fa: "\f180"
}

.fa-stack-overflow {
    --fa: "\f16c"
}

.fa-github-alt {
    --fa: "\f113"
}

.fa-phoenix-squadron {
    --fa: "\f511"
}

.fa-pagelines {
    --fa: "\f18c"
}

.fa-algolia {
    --fa: "\f36c"
}

.fa-red-river {
    --fa: "\f3e3"
}

.fa-creative-commons-sa {
    --fa: "\f4ef"
}

.fa-safari {
    --fa: "\f267"
}

.fa-google {
    --fa: "\f1a0"
}

.fa-font-awesome-alt, .fa-square-font-awesome-stroke {
    --fa: "\f35c"
}

.fa-atlassian {
    --fa: "\f77b"
}

.fa-linkedin-in {
    --fa: "\f0e1"
}

.fa-digital-ocean {
    --fa: "\f391"
}

.fa-nimblr {
    --fa: "\f5a8"
}

.fa-chromecast {
    --fa: "\f838"
}

.fa-evernote {
    --fa: "\f839"
}

.fa-hacker-news {
    --fa: "\f1d4"
}

.fa-creative-commons-sampling {
    --fa: "\f4f0"
}

.fa-adversal {
    --fa: "\f36a"
}

.fa-creative-commons {
    --fa: "\f25e"
}

.fa-watchman-monitoring {
    --fa: "\e087"
}

.fa-fonticons {
    --fa: "\f280"
}

.fa-weixin {
    --fa: "\f1d7"
}

.fa-shirtsinbulk {
    --fa: "\f214"
}

.fa-codepen {
    --fa: "\f1cb"
}

.fa-git-alt {
    --fa: "\f841"
}

.fa-lyft {
    --fa: "\f3c3"
}

.fa-rev {
    --fa: "\f5b2"
}

.fa-windows {
    --fa: "\f17a"
}

.fa-wizards-of-the-coast {
    --fa: "\f730"
}

.fa-square-viadeo, .fa-viadeo-square {
    --fa: "\f2aa"
}

.fa-meetup {
    --fa: "\f2e0"
}

.fa-centos {
    --fa: "\f789"
}

.fa-adn {
    --fa: "\f170"
}

.fa-cloudsmith {
    --fa: "\f384"
}

.fa-opensuse {
    --fa: "\e62b"
}

.fa-pied-piper-alt {
    --fa: "\f1a8"
}

.fa-dribbble-square, .fa-square-dribbble {
    --fa: "\f397"
}

.fa-codiepie {
    --fa: "\f284"
}

.fa-node {
    --fa: "\f419"
}

.fa-mix {
    --fa: "\f3cb"
}

.fa-steam {
    --fa: "\f1b6"
}

.fa-cc-apple-pay {
    --fa: "\f416"
}

.fa-scribd {
    --fa: "\f28a"
}

.fa-debian {
    --fa: "\e60b"
}

.fa-openid {
    --fa: "\f19b"
}

.fa-instalod {
    --fa: "\e081"
}

.fa-files-pinwheel {
    --fa: "\e69f"
}

.fa-expeditedssl {
    --fa: "\f23e"
}

.fa-sellcast {
    --fa: "\f2da"
}

.fa-square-twitter, .fa-twitter-square {
    --fa: "\f081"
}

.fa-r-project {
    --fa: "\f4f7"
}

.fa-delicious {
    --fa: "\f1a5"
}

.fa-freebsd {
    --fa: "\f3a4"
}

.fa-vuejs {
    --fa: "\f41f"
}

.fa-accusoft {
    --fa: "\f369"
}

.fa-ioxhost {
    --fa: "\f208"
}

.fa-fonticons-fi {
    --fa: "\f3a2"
}

.fa-app-store {
    --fa: "\f36f"
}

.fa-cc-mastercard {
    --fa: "\f1f1"
}

.fa-itunes-note {
    --fa: "\f3b5"
}

.fa-golang {
    --fa: "\e40f"
}

.fa-kickstarter, .fa-square-kickstarter {
    --fa: "\f3bb"
}

.fa-grav {
    --fa: "\f2d6"
}

.fa-weibo {
    --fa: "\f18a"
}

.fa-uncharted {
    --fa: "\e084"
}

.fa-firstdraft {
    --fa: "\f3a1"
}

.fa-square-youtube, .fa-youtube-square {
    --fa: "\f431"
}

.fa-wikipedia-w {
    --fa: "\f266"
}

.fa-rendact, .fa-wpressr {
    --fa: "\f3e4"
}

.fa-angellist {
    --fa: "\f209"
}

.fa-galactic-republic {
    --fa: "\f50c"
}

.fa-nfc-directional {
    --fa: "\e530"
}

.fa-skype {
    --fa: "\f17e"
}

.fa-joget {
    --fa: "\f3b7"
}

.fa-fedora {
    --fa: "\f798"
}

.fa-stripe-s {
    --fa: "\f42a"
}

.fa-meta {
    --fa: "\e49b"
}

.fa-laravel {
    --fa: "\f3bd"
}

.fa-hotjar {
    --fa: "\f3b1"
}

.fa-bluetooth-b {
    --fa: "\f294"
}

.fa-square-letterboxd {
    --fa: "\e62e"
}

.fa-sticker-mule {
    --fa: "\f3f7"
}

.fa-creative-commons-zero {
    --fa: "\f4f3"
}

.fa-hips {
    --fa: "\f452"
}

.fa-css {
    --fa: "\e6a2"
}

.fa-behance {
    --fa: "\f1b4"
}

.fa-reddit {
    --fa: "\f1a1"
}

.fa-discord {
    --fa: "\f392"
}

.fa-chrome {
    --fa: "\f268"
}

.fa-app-store-ios {
    --fa: "\f370"
}

.fa-cc-discover {
    --fa: "\f1f2"
}

.fa-wpbeginner {
    --fa: "\f297"
}

.fa-confluence {
    --fa: "\f78d"
}

.fa-shoelace {
    --fa: "\e60c"
}

.fa-mdb {
    --fa: "\f8ca"
}

.fa-dochub {
    --fa: "\f394"
}

.fa-accessible-icon {
    --fa: "\f368"
}

.fa-ebay {
    --fa: "\f4f4"
}

.fa-amazon {
    --fa: "\f270"
}

.fa-unsplash {
    --fa: "\e07c"
}

.fa-yarn {
    --fa: "\f7e3"
}

.fa-square-steam, .fa-steam-square {
    --fa: "\f1b7"
}

.fa-500px {
    --fa: "\f26e"
}

.fa-square-vimeo, .fa-vimeo-square {
    --fa: "\f194"
}

.fa-asymmetrik {
    --fa: "\f372"
}

.fa-font-awesome, .fa-font-awesome-flag, .fa-font-awesome-logo-full {
    --fa: "\f2b4"
}

.fa-gratipay {
    --fa: "\f184"
}

.fa-apple {
    --fa: "\f179"
}

.fa-hive {
    --fa: "\e07f"
}

.fa-gitkraken {
    --fa: "\f3a6"
}

.fa-keybase {
    --fa: "\f4f5"
}

.fa-apple-pay {
    --fa: "\f415"
}

.fa-padlet {
    --fa: "\e4a0"
}

.fa-amazon-pay {
    --fa: "\f42c"
}

.fa-github-square, .fa-square-github {
    --fa: "\f092"
}

.fa-stumbleupon {
    --fa: "\f1a4"
}

.fa-fedex {
    --fa: "\f797"
}

.fa-phoenix-framework {
    --fa: "\f3dc"
}

.fa-shopify {
    --fa: "\e057"
}

.fa-neos {
    --fa: "\f612"
}

.fa-square-threads {
    --fa: "\e619"
}

.fa-hackerrank {
    --fa: "\f5f7"
}

.fa-researchgate {
    --fa: "\f4f8"
}

.fa-swift {
    --fa: "\f8e1"
}

.fa-angular {
    --fa: "\f420"
}

.fa-speakap {
    --fa: "\f3f3"
}

.fa-angrycreative {
    --fa: "\f36e"
}

.fa-y-combinator {
    --fa: "\f23b"
}

.fa-empire {
    --fa: "\f1d1"
}

.fa-envira {
    --fa: "\f299"
}

.fa-google-scholar {
    --fa: "\e63b"
}

.fa-gitlab-square, .fa-square-gitlab {
    --fa: "\e5ae"
}

.fa-studiovinari {
    --fa: "\f3f8"
}

.fa-pied-piper {
    --fa: "\f2ae"
}

.fa-wordpress {
    --fa: "\f19a"
}

.fa-product-hunt {
    --fa: "\f288"
}

.fa-firefox {
    --fa: "\f269"
}

.fa-linode {
    --fa: "\f2b8"
}

.fa-goodreads {
    --fa: "\f3a8"
}

.fa-odnoklassniki-square, .fa-square-odnoklassniki {
    --fa: "\f264"
}

.fa-jsfiddle {
    --fa: "\f1cc"
}

.fa-sith {
    --fa: "\f512"
}

.fa-themeisle {
    --fa: "\f2b2"
}

.fa-page4 {
    --fa: "\f3d7"
}

.fa-hashnode {
    --fa: "\e499"
}

.fa-react {
    --fa: "\f41b"
}

.fa-cc-paypal {
    --fa: "\f1f4"
}

.fa-squarespace {
    --fa: "\f5be"
}

.fa-cc-stripe {
    --fa: "\f1f5"
}

.fa-creative-commons-share {
    --fa: "\f4f2"
}

.fa-bitcoin {
    --fa: "\f379"
}

.fa-keycdn {
    --fa: "\f3ba"
}

.fa-opera {
    --fa: "\f26a"
}

.fa-itch-io {
    --fa: "\f83a"
}

.fa-umbraco {
    --fa: "\f8e8"
}

.fa-galactic-senate {
    --fa: "\f50d"
}

.fa-ubuntu {
    --fa: "\f7df"
}

.fa-draft2digital {
    --fa: "\f396"
}

.fa-stripe {
    --fa: "\f429"
}

.fa-houzz {
    --fa: "\f27c"
}

.fa-gg {
    --fa: "\f260"
}

.fa-dhl {
    --fa: "\f790"
}

.fa-pinterest-square, .fa-square-pinterest {
    --fa: "\f0d3"
}

.fa-xing {
    --fa: "\f168"
}

.fa-blackberry {
    --fa: "\f37b"
}

.fa-creative-commons-pd {
    --fa: "\f4ec"
}

.fa-playstation {
    --fa: "\f3df"
}

.fa-quinscape {
    --fa: "\f459"
}

.fa-less {
    --fa: "\f41d"
}

.fa-blogger-b {
    --fa: "\f37d"
}

.fa-opencart {
    --fa: "\f23d"
}

.fa-vine {
    --fa: "\f1ca"
}

.fa-signal-messenger {
    --fa: "\e663"
}

.fa-paypal {
    --fa: "\f1ed"
}

.fa-gitlab {
    --fa: "\f296"
}

.fa-typo3 {
    --fa: "\f42b"
}

.fa-reddit-alien {
    --fa: "\f281"
}

.fa-yahoo {
    --fa: "\f19e"
}

.fa-dailymotion {
    --fa: "\e052"
}

.fa-affiliatetheme {
    --fa: "\f36b"
}

.fa-pied-piper-pp {
    --fa: "\f1a7"
}

.fa-bootstrap {
    --fa: "\f836"
}

.fa-odnoklassniki {
    --fa: "\f263"
}

.fa-nfc-symbol {
    --fa: "\e531"
}

.fa-mintbit {
    --fa: "\e62f"
}

.fa-ethereum {
    --fa: "\f42e"
}

.fa-speaker-deck {
    --fa: "\f83c"
}

.fa-creative-commons-nc-eu {
    --fa: "\f4e9"
}

.fa-patreon {
    --fa: "\f3d9"
}

.fa-avianex {
    --fa: "\f374"
}

.fa-ello {
    --fa: "\f5f1"
}

.fa-gofore {
    --fa: "\f3a7"
}

.fa-bimobject {
    --fa: "\f378"
}

.fa-brave-reverse {
    --fa: "\e63d"
}

.fa-facebook-f {
    --fa: "\f39e"
}

.fa-google-plus-square, .fa-square-google-plus {
    --fa: "\f0d4"
}

.fa-web-awesome {
    --fa: "\e682"
}

.fa-mandalorian {
    --fa: "\f50f"
}

.fa-first-order-alt {
    --fa: "\f50a"
}

.fa-osi {
    --fa: "\f41a"
}

.fa-google-wallet {
    --fa: "\f1ee"
}

.fa-d-and-d-beyond {
    --fa: "\f6ca"
}

.fa-periscope {
    --fa: "\f3da"
}

.fa-fulcrum {
    --fa: "\f50b"
}

.fa-cloudscale {
    --fa: "\f383"
}

.fa-forumbee {
    --fa: "\f211"
}

.fa-mizuni {
    --fa: "\f3cc"
}

.fa-schlix {
    --fa: "\f3ea"
}

.fa-square-xing, .fa-xing-square {
    --fa: "\f169"
}

.fa-bandcamp {
    --fa: "\f2d5"
}

.fa-wpforms {
    --fa: "\f298"
}

.fa-cloudversify {
    --fa: "\f385"
}

.fa-usps {
    --fa: "\f7e1"
}

.fa-megaport {
    --fa: "\f5a3"
}

.fa-magento {
    --fa: "\f3c4"
}

.fa-spotify {
    --fa: "\f1bc"
}

.fa-optin-monster {
    --fa: "\f23c"
}

.fa-fly {
    --fa: "\f417"
}

.fa-square-bluesky {
    --fa: "\e6a3"
}

.fa-aviato {
    --fa: "\f421"
}

.fa-itunes {
    --fa: "\f3b4"
}

.fa-cuttlefish {
    --fa: "\f38c"
}

.fa-blogger {
    --fa: "\f37c"
}

.fa-flickr {
    --fa: "\f16e"
}

.fa-viber {
    --fa: "\f409"
}

.fa-soundcloud {
    --fa: "\f1be"
}

.fa-digg {
    --fa: "\f1a6"
}

.fa-tencent-weibo {
    --fa: "\f1d5"
}

.fa-letterboxd {
    --fa: "\e62d"
}

.fa-symfony {
    --fa: "\f83d"
}

.fa-maxcdn {
    --fa: "\f136"
}

.fa-etsy {
    --fa: "\f2d7"
}

.fa-facebook-messenger {
    --fa: "\f39f"
}

.fa-audible {
    --fa: "\f373"
}

.fa-think-peaks {
    --fa: "\f731"
}

.fa-bilibili {
    --fa: "\e3d9"
}

.fa-erlang {
    --fa: "\f39d"
}

.fa-x-twitter {
    --fa: "\e61b"
}

.fa-cotton-bureau {
    --fa: "\f89e"
}

.fa-dashcube {
    --fa: "\f210"
}

.fa-42-group, .fa-innosoft {
    --fa: "\e080"
}

.fa-stack-exchange {
    --fa: "\f18d"
}

.fa-elementor {
    --fa: "\f430"
}

.fa-pied-piper-square, .fa-square-pied-piper {
    --fa: "\e01e"
}

.fa-creative-commons-nd {
    --fa: "\f4eb"
}

.fa-palfed {
    --fa: "\f3d8"
}

.fa-superpowers {
    --fa: "\f2dd"
}

.fa-resolving {
    --fa: "\f3e7"
}

.fa-xbox {
    --fa: "\f412"
}

.fa-square-web-awesome-stroke {
    --fa: "\e684"
}

.fa-searchengin {
    --fa: "\f3eb"
}

.fa-tiktok {
    --fa: "\e07b"
}

.fa-facebook-square, .fa-square-facebook {
    --fa: "\f082"
}

.fa-renren {
    --fa: "\f18b"
}

.fa-linux {
    --fa: "\f17c"
}

.fa-glide {
    --fa: "\f2a5"
}

.fa-linkedin {
    --fa: "\f08c"
}

.fa-hubspot {
    --fa: "\f3b2"
}

.fa-deploydog {
    --fa: "\f38e"
}

.fa-twitch {
    --fa: "\f1e8"
}

.fa-flutter {
    --fa: "\e694"
}

.fa-ravelry {
    --fa: "\f2d9"
}

.fa-mixer {
    --fa: "\e056"
}

.fa-lastfm-square, .fa-square-lastfm {
    --fa: "\f203"
}

.fa-vimeo {
    --fa: "\f40a"
}

.fa-mendeley {
    --fa: "\f7b3"
}

.fa-uniregistry {
    --fa: "\f404"
}

.fa-figma {
    --fa: "\f799"
}

.fa-creative-commons-remix {
    --fa: "\f4ee"
}

.fa-cc-amazon-pay {
    --fa: "\f42d"
}

.fa-dropbox {
    --fa: "\f16b"
}

.fa-instagram {
    --fa: "\f16d"
}

.fa-cmplid {
    --fa: "\e360"
}

.fa-upwork {
    --fa: "\e641"
}

.fa-facebook {
    --fa: "\f09a"
}

.fa-gripfire {
    --fa: "\f3ac"
}

.fa-jedi-order {
    --fa: "\f50e"
}

.fa-uikit {
    --fa: "\f403"
}

.fa-fort-awesome-alt {
    --fa: "\f3a3"
}

.fa-phabricator {
    --fa: "\f3db"
}

.fa-ussunnah {
    --fa: "\f407"
}

.fa-earlybirds {
    --fa: "\f39a"
}

.fa-trade-federation {
    --fa: "\f513"
}

.fa-autoprefixer {
    --fa: "\f41c"
}

.fa-whatsapp {
    --fa: "\f232"
}

.fa-square-upwork {
    --fa: "\e67c"
}

.fa-slideshare {
    --fa: "\f1e7"
}

.fa-google-play {
    --fa: "\f3ab"
}

.fa-viadeo {
    --fa: "\f2a9"
}

.fa-line {
    --fa: "\f3c0"
}

.fa-google-drive {
    --fa: "\f3aa"
}

.fa-servicestack {
    --fa: "\f3ec"
}

.fa-simplybuilt {
    --fa: "\f215"
}

.fa-bitbucket {
    --fa: "\f171"
}

.fa-imdb {
    --fa: "\f2d8"
}

.fa-deezer {
    --fa: "\e077"
}

.fa-raspberry-pi {
    --fa: "\f7bb"
}

.fa-jira {
    --fa: "\f7b1"
}

.fa-docker {
    --fa: "\f395"
}

.fa-screenpal {
    --fa: "\e570"
}

.fa-bluetooth {
    --fa: "\f293"
}

.fa-gitter {
    --fa: "\f426"
}

.fa-d-and-d {
    --fa: "\f38d"
}

.fa-microblog {
    --fa: "\e01a"
}

.fa-cc-diners-club {
    --fa: "\f24c"
}

.fa-gg-circle {
    --fa: "\f261"
}

.fa-pied-piper-hat {
    --fa: "\f4e5"
}

.fa-kickstarter-k {
    --fa: "\f3bc"
}

.fa-yandex {
    --fa: "\f413"
}

.fa-readme {
    --fa: "\f4d5"
}

.fa-html5 {
    --fa: "\f13b"
}

.fa-sellsy {
    --fa: "\f213"
}

.fa-square-web-awesome {
    --fa: "\e683"
}

.fa-sass {
    --fa: "\f41e"
}

.fa-wirsindhandwerk, .fa-wsh {
    --fa: "\e2d0"
}

.fa-buromobelexperte {
    --fa: "\f37f"
}

.fa-salesforce {
    --fa: "\f83b"
}

.fa-octopus-deploy {
    --fa: "\e082"
}

.fa-medapps {
    --fa: "\f3c6"
}

.fa-ns8 {
    --fa: "\f3d5"
}

.fa-pinterest-p {
    --fa: "\f231"
}

.fa-apper {
    --fa: "\f371"
}

.fa-fort-awesome {
    --fa: "\f286"
}

.fa-waze {
    --fa: "\f83f"
}

.fa-bluesky {
    --fa: "\e671"
}

.fa-cc-jcb {
    --fa: "\f24b"
}

.fa-snapchat, .fa-snapchat-ghost {
    --fa: "\f2ab"
}

.fa-fantasy-flight-games {
    --fa: "\f6dc"
}

.fa-rust {
    --fa: "\e07a"
}

.fa-wix {
    --fa: "\f5cf"
}

.fa-behance-square, .fa-square-behance {
    --fa: "\f1b5"
}

.fa-supple {
    --fa: "\f3f9"
}

.fa-webflow {
    --fa: "\e65c"
}

.fa-rebel {
    --fa: "\f1d0"
}

.fa-css3 {
    --fa: "\f13c"
}

.fa-staylinked {
    --fa: "\f3f5"
}

.fa-kaggle {
    --fa: "\f5fa"
}

.fa-space-awesome {
    --fa: "\e5ac"
}

.fa-deviantart {
    --fa: "\f1bd"
}

.fa-cpanel {
    --fa: "\f388"
}

.fa-goodreads-g {
    --fa: "\f3a9"
}

.fa-git-square, .fa-square-git {
    --fa: "\f1d2"
}

.fa-square-tumblr, .fa-tumblr-square {
    --fa: "\f174"
}

.fa-trello {
    --fa: "\f181"
}

.fa-creative-commons-nc-jp {
    --fa: "\f4ea"
}

.fa-get-pocket {
    --fa: "\f265"
}

.fa-perbyte {
    --fa: "\e083"
}

.fa-grunt {
    --fa: "\f3ad"
}

.fa-weebly {
    --fa: "\f5cc"
}

.fa-connectdevelop {
    --fa: "\f20e"
}

.fa-leanpub {
    --fa: "\f212"
}

.fa-black-tie {
    --fa: "\f27e"
}

.fa-themeco {
    --fa: "\f5c6"
}

.fa-python {
    --fa: "\f3e2"
}

.fa-android {
    --fa: "\f17b"
}

.fa-bots {
    --fa: "\e340"
}

.fa-free-code-camp {
    --fa: "\f2c5"
}

.fa-hornbill {
    --fa: "\f592"
}

.fa-js {
    --fa: "\f3b8"
}

.fa-ideal {
    --fa: "\e013"
}

.fa-git {
    --fa: "\f1d3"
}

.fa-dev {
    --fa: "\f6cc"
}

.fa-sketch {
    --fa: "\f7c6"
}

.fa-yandex-international {
    --fa: "\f414"
}

.fa-cc-amex {
    --fa: "\f1f3"
}

.fa-uber {
    --fa: "\f402"
}

.fa-github {
    --fa: "\f09b"
}

.fa-php {
    --fa: "\f457"
}

.fa-alipay {
    --fa: "\f642"
}

.fa-youtube {
    --fa: "\f167"
}

.fa-skyatlas {
    --fa: "\f216"
}

.fa-firefox-browser {
    --fa: "\e007"
}

.fa-replyd {
    --fa: "\f3e6"
}

.fa-suse {
    --fa: "\f7d6"
}

.fa-jenkins {
    --fa: "\f3b6"
}

.fa-twitter {
    --fa: "\f099"
}

.fa-rockrms {
    --fa: "\f3e9"
}

.fa-pinterest {
    --fa: "\f0d2"
}

.fa-buffer {
    --fa: "\f837"
}

.fa-npm {
    --fa: "\f3d4"
}

.fa-yammer {
    --fa: "\f840"
}

.fa-btc {
    --fa: "\f15a"
}

.fa-dribbble {
    --fa: "\f17d"
}

.fa-stumbleupon-circle {
    --fa: "\f1a3"
}

.fa-internet-explorer {
    --fa: "\f26b"
}

.fa-stubber {
    --fa: "\e5c7"
}

.fa-telegram, .fa-telegram-plane {
    --fa: "\f2c6"
}

.fa-old-republic {
    --fa: "\f510"
}

.fa-odysee {
    --fa: "\e5c6"
}

.fa-square-whatsapp, .fa-whatsapp-square {
    --fa: "\f40c"
}

.fa-node-js {
    --fa: "\f3d3"
}

.fa-edge-legacy {
    --fa: "\e078"
}

.fa-slack, .fa-slack-hash {
    --fa: "\f198"
}

.fa-medrt {
    --fa: "\f3c8"
}

.fa-usb {
    --fa: "\f287"
}

.fa-tumblr {
    --fa: "\f173"
}

.fa-vaadin {
    --fa: "\f408"
}

.fa-quora {
    --fa: "\f2c4"
}

.fa-square-x-twitter {
    --fa: "\e61a"
}

.fa-reacteurope {
    --fa: "\f75d"
}

.fa-medium, .fa-medium-m {
    --fa: "\f23a"
}

.fa-amilia {
    --fa: "\f36d"
}

.fa-mixcloud {
    --fa: "\f289"
}

.fa-flipboard {
    --fa: "\f44d"
}

.fa-viacoin {
    --fa: "\f237"
}

.fa-critical-role {
    --fa: "\f6c9"
}

.fa-sitrox {
    --fa: "\e44a"
}

.fa-discourse {
    --fa: "\f393"
}

.fa-joomla {
    --fa: "\f1aa"
}

.fa-mastodon {
    --fa: "\f4f6"
}

.fa-airbnb {
    --fa: "\f834"
}

.fa-wolf-pack-battalion {
    --fa: "\f514"
}

.fa-buy-n-large {
    --fa: "\f8a6"
}

.fa-gulp {
    --fa: "\f3ae"
}

.fa-creative-commons-sampling-plus {
    --fa: "\f4f1"
}

.fa-strava {
    --fa: "\f428"
}

.fa-ember {
    --fa: "\f423"
}

.fa-canadian-maple-leaf {
    --fa: "\f785"
}

.fa-teamspeak {
    --fa: "\f4f9"
}

.fa-pushed {
    --fa: "\f3e1"
}

.fa-wordpress-simple {
    --fa: "\f411"
}

.fa-nutritionix {
    --fa: "\f3d6"
}

.fa-wodu {
    --fa: "\e088"
}

.fa-google-pay {
    --fa: "\e079"
}

.fa-intercom {
    --fa: "\f7af"
}

.fa-zhihu {
    --fa: "\f63f"
}

.fa-korvue {
    --fa: "\f42f"
}

.fa-pix {
    --fa: "\e43a"
}

.fa-steam-symbol {
    --fa: "\f3f6"
}

:host, :root {
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free"
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(fa-regular-400.woff2) format("woff2"),url(fa-regular-400.ttf) format("truetype")
}

.fa-regular, .far {
    font-weight: 400
}

:host, :root {
    --fa-style-family-classic: "Font Awesome 6 Free";
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(fa-solid-900.woff2) format("woff2"),url(fa-solid-900.ttf) format("truetype")
}

.fa-solid, .fas {
    font-weight: 900
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-display: block;
    font-weight: 400;
    src: url(fa-brands-400.woff2) format("woff2"),url(fa-brands-400.ttf) format("truetype")
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-display: block;
    font-weight: 900;
    src: url(fa-solid-900.woff2) format("woff2"),url(fa-solid-900.ttf) format("truetype")
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-display: block;
    font-weight: 400;
    src: url(fa-regular-400.woff2) format("woff2"),url(fa-regular-400.ttf) format("truetype")
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(fa-solid-900.woff2) format("woff2"),url(fa-solid-900.ttf) format("truetype")
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(fa-brands-400.woff2) format("woff2"),url(fa-brands-400.ttf) format("truetype")
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(fa-regular-400.woff2) format("woff2"),url(fa-regular-400.ttf) format("truetype");
    unicode-range: u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(../webfonts/fa-v4compatibility.woff2) format("woff2"),url(../webfonts/fa-v4compatibility.ttf) format("truetype");
    unicode-range: u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a
}
/*all.min.css*/

#ulCategories1 {
    display: block;
}
.exp_giftshop_category_list a {
    font-size: 100px;
    /*    list-style-type: none !important;*/
}

    #ulCategories1 a {
        font-size: 20px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

#mainMenu .exp_giftshop_category_sub {
    display: block;
}

#mainMenu .exp_giftshop_subcategory_list {
    display: block;
}

    #mainMenu .exp_giftshop_subcategory_list a {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

#ulCategories1 li a:hover {
    background-color: #55595c !important;
}

#mobile-menu-menu-2 li > a {
    text-transform: uppercase;
}

@media screen and (min-width:1024px) {
    #ctl01_txtUserName {
    }

    #menu-menu-2 .exp_giftshop_category_nosub, #menu-menu-2 .exp_giftshop_category_sub {
        display: none !important;
    }
}

/*@media (max-width:1200px) {
    #ctl00_txtUserName {
    }*/

    .desktop-nav-too-wide #exp_giftshop_categories {
        display: none;
    }
/*}*/


/* EXP styles */
/**********************************************************
* General
**********************************************************/
#exp_main {
    min-height: 600px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 20px;
    width: 100%;
}

@media only screen and (max-width: 839px) {
    #exp_main {
        padding-left: 0;
        padding-right: 0;
    }
}

@property --buttonColor1 {
    syntax: '<color>';
    initial-value: #f2a52c;
    inherits: false;
}
@property --buttonColor2 {
    syntax: '<color>';
    initial-value: #de791b;
    inherits: false;
}

#exp_main input.button,
#exp_main input[type="submit"],
#exp_main input[type="button"],
.exp_button {
    color: var(--exp-button-foreground-color);
    background-color: var(--exp-button-background-color);
    border-color: var(--exp-button-background-color);
    letter-spacing: 0.09375em;
    transition: background-color 0.2s ease-out;
    display: inline-block;
    height: auto;
    padding: 0;
    background-image: none;
    text-align: center;
    padding: 0.625em 1.9375em;
    font-family: "Montserrat";
    font-weight: 700;
    text-transform: uppercase;
}

    #exp_main input.button:hover, #exp_main input[type="submit"]:hover, #exp_main input[type="button"]:hover, .exp_button:hover {
        background-color: #121212;
    }

    #exp_main a {
        text-decoration: underline;
    }

        #exp_main a:hover, #exp_main a:focus {
        }

.exp_tableheader {
}

.exp_errormessage {
}


/**********************************************************
* Navigation
*
* The following class selectors apply to all or part of the user 
* navigation including the following: 
* [EXP:USERNAME][EXP:LOGIN][EXP:MYCART][EXP:MYACCOUNT][EXP:SHOPPINGHOME]      
**********************************************************/
#mainMenu a.exp_topnavlink {
}
#mainMenu a.exp_topnavlink:hover {
}
#mobileMenu a {
}
#mobileMenu .exp_menuitem_wrapper a, #mobileMenu2 .exp_menuitem_wrapper a {
}


@media screen and (min-width: 576px) {
    #mobileMenu a.exp_topnavlink {
    }
}

@media (min-width: 992px) {
    a.exp_topnavlink {
    }
}

.exp_loginstatus {
}

#username_container {
    text-align: right;
    margin-top: 10px;
}

.exp_username {
/*    float: right;*/
    text-align: right;
    margin-right: 15px;
    /*	font-size: 14px;*/
    font: 14px Helvetica Neue, Helvetica, Arial, sans-serif !important;
    letter-spacing: 0.15em;
}

#exp_topnavlink {
    /*    font-size: 10pt;*/
}

.exp_adminlinks {
    margin-top: 20px;
    margin-right: 20px;
}

#expDivAdmin {
}

/*************************************************************************************
* The following ID selectors apply to divs containing the specified pages [EXP:MAIN].               
**************************************************************************************/

/**********************************************************
* Shopping Home
**********************************************************/
#exp_shoppinghome_page {
    font-size: 12pt;
}

    #exp_shoppinghome_page a {
        font-size: 12pt;
    }


/**********************************************************
* Accounts
**********************************************************/
#exp_accounts_page {
    font-size: 10pt;
}

    #exp_accounts_page .exp_padright {
    }

    #exp_accounts_page .exp_padleft {
    }

    #exp_accounts_page .exp_h1 {
        font-size: 12pt;
    }

    #exp_accounts_page .exp_h2 {
        font-size: 11pt;
    }
    /* �Returning Visitors:�, �Existing Members�, �New Visitors� and create account labels i.e. �Primary Name� */
    #exp_accounts_page .exp_h3 {
        font-size: 10pt;
    }
    /* �Login Here:�, �Register Here:�, �Create an Account�. */

    #exp_accounts_page .exp_small {
        font-size: 8pt;
    }
    /*�All information must match our database exatly� */

    #exp_accounts_page .exp_inputform {
    }
    /*Applies to �edit account info� form. */

    #exp_accounts_page .exp_login {
        font-size: 10pt;
    }
    /* Applies to bottom of create account. Username and below. */
    #exp_accounts_page .exp_right {
        font-size: 10pt;
        text-align: right;
    }
    /* Applies to all Labels in Accounts.aspx and related pages. */
    #exp_accounts_page .exp_datatable /*Applies to all labels in Accounts.aspx. Not related Pages  */
    #exp_accounts_page .exp_left {
        font-size: 10pt;
        text-align: left;
    }
    /* Applies to tds holding input fields in accounts and related pages. */

    #exp_accounts_page .exp_inputform th {
        background-color: #c0c0c0;
        text-align: left;
        font-weight: normal;
        padding: 0 4px;
    }

    #exp_accounts_page .exp_inputform td {
        /*    padding: 1px 4px;*/
    }

.exp_loginthreeways {
    margin: 10px;
    min-width: 680px;
    text-align: center;
    width: 100%;
    font-size: 9pt;
}

    .exp_loginthreeways div {
        padding: 0px;
        margin: 2px;
        width: 30%;
        height: 240px;
        display: inline;
        text-align: center;
    }

    .exp_loginthreeways table, .exp_loginthreeways a {
        font-size: 8pt;
    }

    .exp_loginthreeways div, .exp_loginthreeways table {
        float: left;
        text-align: center;
        width: 30%;
    }

    .exp_loginthreeways table {
        width: 100%;
    }

exp_loginthreeways A:link {
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
    color: #000000
}

#exp_patronview {
    font-size: 9pt;
}
    /*Applies to elements in create account portion of accounts.aspx*/

    #exp_patronview .exp_left {
        padding-left: 10px;
    }

.exp_subdatatable {
}
/*Applies to a div in "edit my account info" portion of accounts.aspx */

#ctl00_Main_PatronAccount {
    font-size: 10pt;
}

#exp_accounts_page #ctl00_Main_CustomerInformationPreview {
    font-size: 12pt;
}

#exp_accounts_page #ctl00_Main_MemberPassTable {
    border: none;
}

    #exp_accounts_page #ctl00_Main_MemberPassTable td {
        border: none;
        padding: 5px;
        font-size: 12pt;
        vertical-align: top;
    }

    #exp_accounts_page #ctl00_Main_MemberPassTable th {
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid;
        padding: 5px;
    }

    #exp_accounts_page #ctl00_Main_MemberPassTable tr:nth-child(odd) {
        background: #ddd
    }

    #exp_accounts_page #ctl00_Main_MemberPassTable tr:first-child {
        background-color: var(--exp-control-border-color);
        font-size: 12pt;
        color: #ffffff;
    }


#exp_accounts_page #ctl00_Main_AccountHistoryPreview {
    border: none;
}

    #exp_accounts_page #ctl00_Main_AccountHistoryPreview td {
        border: none;
        padding: 5px;
        font-size: 12pt;
        vertical-align: top;
    }

    #exp_accounts_page #ctl00_Main_AccountHistoryPreview th {
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid;
        padding: 5px;
    }

    #exp_accounts_page #ctl00_Main_AccountHistoryPreview tr:nth-child(odd) {
        background: #ddd
    }

    #exp_accounts_page #ctl00_Main_AccountHistoryPreview tr:first-child {
        background-color: var(--exp-control-border-color);
        font-size: 12pt;
        color: #ffffff;
    }

#exp_accounts_page input, select {
    margin-bottom: 2px;
}

#exp_passwordrecovery_page table {
    margin-left: 165px;
}

#exp_passwordrecovery_page div {
    float: left;
    margin-left: 310px;
}

/**********************************************************
* Account History
**********************************************************/
/*#exp_accounthistory_page .exp_datatable {
	font-size: 9pt;
}
#exp_accounthistory_page .exp_datatable td {
	font-size: 12pt;
	font-weight: bold;
	color: #C6CE9D;
}

#exp_accounthistory_page .exp_padleft {
    background-color: #ffffff;
	padding-left: 20px;
}

#exp_accounthistory_page .exp_subdatatable {
	font-size: 9pt;
    background-color: #ffffff;
	font-weight: bold;
	table-layout: fixed;
}

#exp_accounthistory_page .exp_subdatatable th {
    text-align:left;
	font-size: 9pt;
background-color: #ffffff;
	font-weight: bold;
}
#exp_accounthistory_page .exp_subdatatable td {
    text-align:left;
	font-size: 9pt;
    background-color: #ffffff;
}

#exp_accounthistory_page .exp_subdatatable tr {
    text-align:left;
	font-size: 9pt;
    background-color: #ffffff;
	padding-left: 20px;
}*/


#exp_accounthistory_page #ctl00_Main_AccountOrders {
    border: none;
    border-collapse: collapse;
}

#exp_accounthistory_page .exp_subdatatable {
    border: none;
    border-collapse: collapse;
    margin-left: 40px;
    margin-right: 40px;
}

#exp_accounthistory_page #ctl00_Main_AccountOrders td {
    border: none;
    padding: 5px;
    font-size: 12pt;
    vertical-align: top;
    text-align: left;
}

#exp_accounthistory_page #ctl00_Main_AccountOrders th {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding: 5px;
    text-align: left;
}

#exp_accounthistory_page #ctl00_Main_AccountOrders a {
    font-size: 12pt;
}

#exp_accounthistory_page .exp_subdatatable th {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding: 5px;
    text-align: left;
    font-size: 12px;
}

/*#exp_accounthistory_page #ctl00_Main_AccountOrders tr:nth-child(odd) {*/
#exp_accounthistory_page #ctl00_Main_AccountOrders tr td.exp_padleft {
    background: #ddd;
}

#exp_accounthistory_page #ctl00_Main_AccountOrders tr:first-child {
    background-color: var(--exp-control-border-color);
    font-size: 12pt;
    color: #ffffff;
}

/**********************************************************
* Password Recovery
**********************************************************/
#exp_passwordrecovery_page {
    font-size: 10pt;
}

/**********************************************************
* General Admission
**********************************************************/
#exp_generaladmission_page {
    font-size: 10pt;
}

.exp_shoppingstepinstructions {
}
/* Formats text reguarding steps 1 and 2 */
.exp_shoppingstep {
}
/* Formats a div containing calendar and admission packages */
#exp_pagegeneratedcontent {
/*    font-size: 8pt;*/
}
/*Formats a div containing admission date and everything below it. */
#ctl00_Main_label1 {
    font-size: 10pt;
}

#ctl00_Main_lblAdmissionDate {
    font-size: 10pt;
    font-weight: bold;
}

#ctl00_Main_trPerformanceTimesLabel {
    padding-top: 14px;
    padding-bottom: 14px;
}

#ctl00_Main_pnlPerformance2SoldOutContainer {
    font-size: 8pt;
    font-weight: bold;
}

#ctl00_Main_tblAdmissionCategories {
    font-size: 10pt;
}

.exp_shoppingstep #ctl00_Main_cldAdmissionDatePicker {
    border: silver 2px solid !important;
}

    .exp_shoppingstep #ctl00_Main_cldAdmissionDatePicker table {
        width: 330px !important;
    }

        .exp_shoppingstep #ctl00_Main_cldAdmissionDatePicker table td {
            text-align: center;
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 1.25;
            letter-spacing: 1px;
            font-weight: normal;
            margin: 0px;
            padding: 0px;
            border: none;
        }

    .exp_shoppingstep #ctl00_Main_cldAdmissionDatePicker th {
        text-align: center;
        vertical-align: middle;
    }

    .exp_shoppingstep #ctl00_Main_cldAdmissionDatePicker td {
        height: 40px;
        border: #e5e5e5 1px solid;
        text-align: center;
        vertical-align: middle;
    }

#exp_generaladmission_page .exp_tableheader {
    background: transparent;
    border: none;
}

    #exp_generaladmission_page .exp_tableheader th {
        border: none;
    }

        #exp_generaladmission_page .exp_tableheader th:first-child {
            width: 250px;
        }

.exp_shoppingstep #ctl00_Main_gvTicketTypes {
    border: 1px solid var(--exp-control-border-color);
}

    .exp_shoppingstep #ctl00_Main_gvTicketTypes td {
        border: none;
        height: 40px;
        padding-right: 10px;
    }

        .exp_shoppingstep #ctl00_Main_gvTicketTypes td:first-child {
            padding-left: 5px;
        }

    .exp_shoppingstep #ctl00_Main_gvTicketTypes tr:nth-child(odd) {
        background: #ddd;
    }

    .exp_shoppingstep #ctl00_Main_gvTicketTypes tr:first-child {
        background-color: var(--exp-control-border-color);
        color: #fff;
    }

.exp_shoppingstepinstructions span {
    padding-top: 2px;
    font-size: 12pt;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    padding-bottom: 5px;
}

#exp_generaladmission_page {
    font-size: 11pt;
}

    #exp_generaladmission_page .exp_tableheader {
        text-align: left;
    }

    #exp_generaladmission_page td {
    }

    #exp_generaladmission_page th {
        font-weight: bold;
    }

/**********************************************************
* Tickets
**********************************************************/
#exp_tickets_page {
    font-size: 10pt;
}

    #exp_tickets_page #exp_pagegeneratedcontent th {
        text-align: left;
        padding-right: 20px;
    }

    #exp_tickets_page #exp_pagegeneratedcontent td {
        text-align: left;
/*        padding-right: 20px;*/
    }

    #exp_tickets_page #exp_pagegeneratedcontent .exp_category_quantity_container {
        text-align: center;
    }

#ctl00_Main_label1,
#ctl00_Main_lblAdmissionDate,
#ctl00_Main_cmdSelectDifferentDate,
#ctl00_Main_lblEnterPeople,
#ctl00_Main_lblChooseShowTimes {
    font-size: 12pt;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}

#ctl00_Main_cmdSelectDifferentDate {
    color: #fff;
}

#ctl00_Main_tblAdmissionCategories {
    margin: 25px 0;
    border-collapse: collapse;
}

    #ctl00_Main_tblAdmissionCategories tr {
        height: 50px;
    }

        #ctl00_Main_tblAdmissionCategories tr:nth-child(odd) {
            background-color: #ddd;
        }

        #ctl00_Main_tblAdmissionCategories tr:first-child {
            height: auto;
            background-color: #ccc;
        }

    #ctl00_Main_tblAdmissionCategories th {
        padding: 10px 5px !important;
        background-color: var(--exp-control-border-color);
        color: #fff;
    }

    #ctl00_Main_tblAdmissionCategories td {
        padding: 5px;
        vertical-align: middle;
    }

    #ctl00_Main_tblAdmissionCategories th:first-child {
        width: 350px;
    }

#ctl00_Main_divPerfDesc1 table {
    margin-left: 10px !important;
}

.txtCategoryQuantityTicketQuantity {
    width: 40px !important;
}
/*#ctl00_Main_tblAdmissionCategories a {
    color: white;
    letter-spacing: 1px;
    border: none;
    -webkit-transition: background-color 0.15s ease-in-out;
    -moz-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
    background: #000;
    padding: 6px;
}*/
/* THIS REMOVES THE PURCHASE MEMBERSHIP TEXT - REMOVE IF MEMBERSHIPS ARE WANTED */
/*#ctl00_Main_tblAdmissionCategories a {
	visibility:hidden;
}*/
/* BEGIN THESE REMOVE THE DATE SELECTION - REMOVE IF NEED TO SELECT DATE */
/*#exp_tickets_page table tr td table tr:nth-child(2) td div {
	visibility:collapse;
	height:0px;
} */
/* END THESE REMOVE THE DATE SELECTION - REMOVE IF NEED TO SELECT DATE */
#exp_tickets_page table:first-child tbody tr:nth-child(2) td div:first-child span {
    display: inline;
}

#exp_tickets_page #ctl00_Main_tblAdmissionCategories {
    margin-top: 0px;
    border: 1px solid var(--exp-control-border-color);
}

#exp_tickets_page input {
    margin-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#exp_school_page #ctl00_Main_label4 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}

#exp_school_page #ctl00_Main_lblDescription {
    font-weight: bold;
    font-size: 16px;
}

#exp_school_page table:first-child tbody tr td div:nth-child(3) {
    margin-bottom: 20px;
}

#exp_school_page table:first-child tbody tr td div:nth-child(4) span {
    display: inline;
    font-size: 14px;
}

#exp_school_page table:first-child tbody tr td div:nth-child(4) {
    padding-bottom: 0px !important;
}

#exp_school_page table:first-child tbody tr td div:nth-child(5) {
    padding-bottom: 0px !important;
}

#exp_school_page table:first-child tbody tr td div:nth-child(6) {
    padding-bottom: 0px !important;
    margin-bottom: 20px;
}

#exp_school_page #ctl00_Main_tblAdmissionCategories {
    margin-top: 0px;
    border: 1px solid var(--exp-control-border-color);
}

#exp_school_page #ctl00_Main_divGradeSelection {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 20px;
}

#exp_school_page input {
    margin-left: 0px;
}


/**********************************************************
* Performance
**********************************************************/


#exp_performances_page #ctl00_Main_tblTickets {
    border: none;
    width: 100%;
    margin-bottom: 20px;
}

    #exp_performances_page #ctl00_Main_tblTickets td {
        border: none;
        padding: 5px;
        font-size: 12pt;
        vertical-align: middle;
    }

    #exp_performances_page #ctl00_Main_tblTickets th {
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid;
        padding: 5px;
    }

    #exp_performances_page #ctl00_Main_tblTickets tr:nth-child(odd) {
        background: #ddd
    }

    #exp_performances_page #ctl00_Main_tblTickets tr:first-child {
        background-color: var(--exp-control-border-color);
        font-size: 12pt;
        color: #ffffff;
    }

/**********************************************************************
*                   Performance Calendars
**********************************************************************/
.perf_calendar_day {
    font-size: 10pt;
    border: 1px solid grey;
    background: #ddd;
}

    .perf_calendar_day table {
        min-height: 10px;
        width: 100%;
    }

        .perf_calendar_day table tbody tr td {
            background: white;
            padding-left: 7px;
            padding-right: 2px;
        }

            .perf_calendar_day table tbody tr td a {
                color: #387675;
                margin-left: -5px;
            }

                .perf_calendar_day table tbody tr td a:hover {
                    color: #A6550D;
                }

                .perf_calendar_day table tbody tr td a b {
                    color: rgb(68,68,68);
                }

                .perf_calendar_day table tbody tr td a br {
                    display: inline !important;
                }

.perf_calendar_title {
    font-size: 12pt;
    font-weight: bold;
    background: var(--exp-control-border-color);
    color: white;
}

.perf_calendar > tbody > tr:first-child > td:first-child {
    background-color: var(--exp-control-border-color) !important;
}

.perf_calendar_title tbody tr td {
    color: white !important;
    text-align: center !important;
}

    .perf_calendar_title tbody tr td a {
        color: white !important;
    }

.perf_calendar_day_header {
    font-size: 11pt;
    font-weight: bold;
    text-align: center !important;
}

.perf_calendar_next_prev {
    font-size: 9pt;
    font-weight: bold;
}

.perf_calendar_today_day {
    font-size: 10pt;
    font-weight: bold;
}

#exp_performancecalendar_page .exp_small {
    font: 10pt Futura, Helvetica, Arial, sans-serif;
}

#exp_performancecalendarcamps_page .exp_small {
    font: 10pt Futura, Helvetica, Arial, sans-serif;
}

@media (max-width:768px) {
    .perf_calendar_day {
        font-size: 8pt;
    }
}

@media (max-width:535px) {
    .perf_calendar {
        width: 100% !important;
        border: 0 !important;
    }

        .perf_calendar td {
            display: block;
            padding: 2px 0;
            width: 100% !important;
        }

    .perf_calendar_day td {
        width: 90% !important;
    }

    .perf_calendar .perf_calendar_day_header {
        display: none;
    }

    .perf_calendar .perf_calendar_prior_day, .perf_calendar .perf_calendar_other_day {
        display: none;
    }

    .perf_calendar_day table tbody tr td a {
        margin-left: 0px;
    }
}

/**********************************************************
* Patron Ed List
**********************************************************/
#exp_patroneducationlist_page {
    font-size: 10pt;
}

    #exp_patroneducationlist_page td {
        text-align: left;
        font-size: 10pt;
        /*	padding-left: 0px;*/
    }

    #exp_patroneducationlist_page #ctl00_Main_tblPatronEd tr:first-child {
    }

    #exp_patroneducationlist_page .exp_PatronEdList_Header {
        font-size: 12pt;
        /*	padding-left: 0px;*/
        font-weight: bold;
    }

    #exp_patroneducationlist_page .exp_PatronEdList_WeekHeader {
        background-color: var(--exp-control-border-color);
        font-size: 12pt;
        color: #ffffff;
    }

        #exp_patroneducationlist_page .exp_PatronEdList_WeekHeader td {
            font-size: 10pt;
            /*	padding-left: 0px;*/
            padding-top: 15px;
            font-weight: bold;
        }

/**********************************************************
* Patron Ed
**********************************************************/
#exp_patroneducation_page {
    font-size: 10pt;
}

    #exp_patroneducation_page .exp_patroned_memberstatus {
        clear: both;
    }

    #exp_patroneducation_page #ctl00_Main_tblChildren {
        border: 1px solid;
        border-collapse: collapse;
    }

        #exp_patroneducation_page #ctl00_Main_tblChildren input[type=checkbox] {
            padding-top: 5px;
        }

        #exp_patroneducation_page #ctl00_Main_tblChildren td {
            border: none;
            padding: 5px;
            font-size: 12pt;
            height: 32px;
        }

        #exp_patroneducation_page #ctl00_Main_tblChildren tr[disabled="disabled"] td {
            color: #aaa;
        }

        #exp_patroneducation_page #ctl00_Main_tblChildren th {
            border-top: none;
            border-left: none;
            border-right: none;
            border-bottom: 1px solid;
            padding: 5px;
        }

        #exp_patroneducation_page #ctl00_Main_tblChildren tr:nth-child(odd) {
            background: #ddd;
        }

        #exp_patroneducation_page #ctl00_Main_tblChildren tr:first-child {
            background-color: var(--exp-control-border-color);
            font-size: 12pt;
            color: #ffffff;
        }

    #exp_patroneducation_page #ctl00_Main_ddlChildGender {
        padding: 1px 1px;
    }

    #exp_patroneducation_page #ctl00_Main_cmdChildSave {
        width: 100% !important;
    }

    #exp_patroneducation_page #ctl00_Main_cmdChildCancel {
        width: 100% !important;
    }

#ctl00_Main_PatronFamilyInfo input {
    line-height: normal !important;
}

/* THIS REMOVES THE PURCHASE MEMBERSHIP TEXT - REMOVE IF MEMBERSHIPS ARE WANTED */
/*#exp_patroneducation_page #ctl00_Main_tdMemberStatusLabel {
	visibility: hidden;
}*/

/* THIS REMOVES THE PURCHASE MEMBERSHIP TEXT - REMOVE IF MEMBERSHIPS ARE WANTED */
/*#exp_patroneducation_page #ctl00_Main_tdMemberStatus {
	visibility: hidden;
}*/

/**********************************************************
* Patron Ed Calendar
**********************************************************/

/**********************************************************
* Group
**********************************************************/
#exp_groupeventlist_page {
    font-size: 10pt;
}

    #exp_groupeventlist_page td {
        text-align: left;
        font-size: 10pt;
        padding-left: 0px;
    }

    #exp_groupeventlist_page #ctl00_Main_tblGroupEvent tr:first-child {
    }

    #exp_groupeventlist_page .exp_GroupEventList_Header {
        font-size: 12pt;
        padding-left: 0px;
        font-weight: bold;
    }

    #exp_groupeventlist_page .exp_GroupEventList_WeekHeader {
        background-color: var(--exp-control-border-color);
        font-size: 12pt;
        color: #ffffff;
    }

        #exp_groupeventlist_page .exp_GroupEventList_WeekHeader td {
            font-size: 10pt;
            padding-left: 0px;
            padding-top: 15px;
            font-weight: bold;
        }


/**********************************************************
* Group Calendar
**********************************************************/

/**********************************************************
* Membership
**********************************************************/
#exp_memberships_page {
    font-size: 10pt;
}

#exp_membership_page .exp_tableheader {
    font-size: 10pt;
}

#exp_membership_page td {
    font-size: 9pt;
}

#exp_membership_page #ctl00_Main_gvMemberships {
    border: 0;
    width: 100%;
}

    #exp_membership_page #ctl00_Main_gvMemberships td {
        border: none;
        padding: 5px;
        font-size: 12pt;
        vertical-align: top;
    }

    #exp_membership_page #ctl00_Main_gvMemberships th {
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: none;
        padding: 5px;
    }

    #exp_membership_page #ctl00_Main_gvMemberships tr:nth-child(odd) {
        background: #ddd
    }

    #exp_membership_page #ctl00_Main_gvMemberships tr:first-child {
        background-color: var(--exp-control-border-color);
        font-size: 12pt;
        color: #ffffff;
    }

#exp_membership_page #exp_maincontent div p {
    margin-bottom: 20px;
}

#exp_membership_page #exp_maincontent div .Apple-style-span {
}

#exp_membership_page ctl00_Main_gvMemberships td {
    vertical-align: middle;
}

span#ctl00_Main_lblGiftMembership {
    color: #231F20;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 18px;
}

/**********************************************************
* Gift Membership
**********************************************************/
#ctl00_Main_gvGiftMemberships {
    border: none;
}

    #ctl00_Main_gvGiftMemberships td {
        border: none;
    }

    #ctl00_Main_gvGiftMemberships th {
        border: none;
        text-align: left;
    }

    #ctl00_Main_gvGiftMemberships tr:nth-child(odd) {
        background: #ddd
    }

    #ctl00_Main_gvGiftMemberships tr:first-child {
        background-color: var(--exp-control-border-color);
        font-size: 12pt;
        color: #ffffff;
    }

#exp_giftmembership_page #ctl00_Main_tblNewRecipientLookup {
    border: 1px solid;
}

#exp_giftmembership_page .exp_inputform th {
    background-color: var(--exp-control-border-color);
    color: #ffffff;
    text-align: left;
    font-weight: normal;
    padding: 4px 4px;
}

#exp_giftmembership_page .exp_inputform td {
    padding: 1px 4px;
}

#ctl00_Main_PatronAccount tr:nth-child(4) th {
    visibility: hidden;
}

/**********************************************************
* Membership Card Setup
**********************************************************/

/**********************************************************
* Camper Info
**********************************************************/

/**********************************************************
* Donation
**********************************************************/

#exp_donation_page #ctl00_Main_donation_additionalinfo {
    padding-bottom: 5px !important;
}

    #exp_donation_page #ctl00_Main_donation_additionalinfo ul li {
        margin-left: 30px !important;
    }

#exp_donation_page legend {
    /*    width: 100% !important;
    padding-left: 5px;
    padding-right: 5px;*/
}

#exp_donation_page #ctl00_Main_donation_donationinfo {
    padding-bottom: 5px !important;
}

#exp_donation_page #ctl00_Main_tblCampaigns td {
    padding: 0px;
    vertical-align: middle;
}

#exp_donation_page .exp_level_name {
    padding-bottom: 5px !important;
}

/**********************************************************
* Benefit
**********************************************************/
#exp_benefit_page #ctl00_Main_benefit_additionalinfo {
    padding-bottom: 5px !important;
}

    #exp_benefit_page #ctl00_Main_benefit_additionalinfo ul li {
        margin-left: 30px !important;
    }

#exp_benefit_page legend {
    /*    width: 100% !important;
    padding-left: 5px;
    padding-right: 5px;*/
}

#exp_benefit_page #ctl00_Main_benefit_benefitinfo {
    padding-bottom: 5px !important;
}

#exp_benefit_page #ctl00_Main_tblCampaigns td {
    padding: 0px;
    vertical-align: middle;
}

#exp_benefit_page .exp_level_name {
    padding-bottom: 5px !important;
}


/**********************************************************
* Cart
**********************************************************/
#exp_cart_page {
    font-size: 10pt;
}

    #exp_cart_page table {
        margin: 0 auto;
    }


    #exp_cart_page #ctl00_Main_gvCartItems {
        border: 1px solid var(--exp-control-border-color);
    }

        #exp_cart_page #ctl00_Main_gvCartItems td {
            border: none;
            padding: 5px;
            font-size: 12pt;
            vertical-align: center;
        }

        #exp_cart_page #ctl00_Main_gvCartItems th {
            border-top: none;
            border-left: none;
            border-right: none;
            border-bottom: none;
            padding: 5px;
        }

        #exp_cart_page #ctl00_Main_gvCartItems > tbody > tr:nth-child(odd) {
            background: #ddd
        }

        #exp_cart_page #ctl00_Main_gvCartItems > tbody > tr:first-child {
            background-color: var(--exp-control-border-color);
            font-size: 12pt;
            color: #ffffff;
        }

    #exp_cart_page #ctl00_Main_gvMemberPasses {
        border: 1px solid var(--exp-control-border-color);
    }

        #exp_cart_page #ctl00_Main_gvMemberPasses td {
            border: none;
            padding: 5px;
            font-size: 12pt;
            vertical-align: center;
        }

        #exp_cart_page #ctl00_Main_gvMemberPasses th {
            border-top: none;
            border-left: none;
            border-right: none;
            border-bottom: none;
            padding: 5px;
        }

        #exp_cart_page #ctl00_Main_gvMemberPasses td div {
        }

        #exp_cart_page #ctl00_Main_gvMemberPasses > tbody > tr:nth-child(odd) {
            background: #ddd
        }

        #exp_cart_page #ctl00_Main_gvMemberPasses > tbody > tr:first-child {
            background-color: var(--exp-control-border-color);
            font-size: 12pt;
            color: #ffffff;
        }

    #exp_cart_page #ctl00_Main_gvCartDiscounts {
        border: 1px solid var(--exp-control-border-color);
    }

        #exp_cart_page #ctl00_Main_gvCartDiscounts td {
            border: none;
            padding: 5px;
            font-size: 12pt;
            vertical-align: center;
        }

        #exp_cart_page #ctl00_Main_gvCartDiscounts th {
            border-top: none;
            border-left: none;
            border-right: none;
            border-bottom: none;
            padding: 5px;
        }

        #exp_cart_page #ctl00_Main_gvCartDiscounts > tbody > tr:nth-child(odd) {
            background: #ddd
        }

        #exp_cart_page #ctl00_Main_gvCartDiscounts > tbody > tr:first-child {
            background-color: var(--exp-control-border-color);
            font-size: 12pt;
            color: #ffffff;
        }

#ctl00_Main_tblCartTotals td {
    font-size: 12pt;
    font-weight: bold;
}


/**********************************************************
* Purchase Cart
**********************************************************/
/*    #exp_purchasecart_page {
        font-size: 10pt;
    }

        #exp_purchasecart_page #ctl00_Main_tblCartSummary > tbody > tr:first-child {
            background-color: #000;
            font-size: 12pt;
            color: #fff;
        }

        #exp_purchasecart_page #ctl00_Main_tblCartSummary > tbody > tr:nth-child(2) > td {
            padding-top: 10px !important;
        }

        #exp_purchasecart_page #ctl00_Main_tblCartSummary td {
            padding-left: 2px;
        }

        #exp_purchasecart_page #ctl00_Main_tblCCInfo > tbody > tr:first-child {
            background-color: #000;
            font-size: 12pt;
            color: #fff;
        }

        #exp_purchasecart_page #ctl00_Main_tblCCInfo > tbody > tr:nth-child(2) > td {
            padding-top: 10px !important;
        }

        #exp_purchasecart_page #ctl00_Main_tblCCInfo td {
            padding-left: 2px;
        }

        #exp_purchasecart_page #ctl00_Main_txtCardHolder {
            margin-bottom: 1px;
        }

        #exp_purchasecart_page table {
            margin: auto;
        }
*/

#exp_purchasecart_page input[type="text"] {
    padding-top: 2em !important;
    padding-bottom: 0.38em !important;
    box-shadow: 0 0 0 1px rgb(204,204,204);
    transition: all 0.2s ease-out;
    background-color: white;
    color: #333333;
    border-radius: 4px;
    /*    display: block;*/
    box-sizing: border-box;
    /*    width: 100%;*/
    padding: 0.94em 0.8em;
    word-break: normal;
    font: inherit;
    margin-bottom: 10px;
    -webkit-appearance: none;
    -webkit-font-smoothing: inherit;
    border: 1px solid #ccc;
    line-height: normal;
}

    #exp_purchasecart_page input[type="text"]::-webkit-input-placeholder {
        color: transparent;
    }

    #exp_purchasecart_page input[type="text"]::-moz-placeholder {
        color: transparent;
    }

    #exp_purchasecart_page input[type="text"]:-ms-input-placeholder {
        color: transparent;
    }

    #exp_purchasecart_page input[type="text"]:-moz-placeholder {
        color: transparent;
    }

    #exp_purchasecart_page input[type="text"]:disabled {
        background-color: transparent;
    }

    #exp_purchasecart_page input[type="text"]:focus {
        box-shadow: 0 0 0 2px #1990c6;
    }

#exp_purchasecart_page select {
    padding-top: 1.5em !important;
    padding-bottom: 0.38em !important;
    box-shadow: 0 0 0 1px rgb(204,204,204);
    transition: all 0.2s ease-out;
    background-color: white;
    color: #333333;
    border-radius: 4px;
    display: block;
    box-sizing: border-box;
    /*    width: 100%;*/
    padding: 0.94em 0.8em;
    word-break: normal;
    text-transform: none;
    font: inherit;
    margin-bottom: 10px;
    -webkit-appearance: none;
    -webkit-font-smoothing: inherit;
    border: 1px solid #ccc;
    background: white;
    line-height: normal;
}

select::-ms-expand {
    display: none;
}

#exp_purchasecart_page .exp_select_div {
    position: relative;
    width: 153px;
}

    #exp_purchasecart_page .exp_select_div select {
        width: 100%;
    }

#exp_purchasecart_page .exp_text_div {
    position: relative;
    display: inline;
    vertical-align: top;
}

#exp_purchasecart_page .exp_select_div::before {
    background-image: url(select_downarrow.png);
    /*    background-image: url(select_downarrow.svg),none;*/
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    pointer-events: none;
}

#exp_purchasecart_page .exp_select_label {
    display: block !important;
    transform: none;
    opacity: 1;
    color: #999999;
    transition: all 0.2s ease-out;
    font-size: 0.85714em;
    font-weight: normal;
    position: absolute;
    top: 0;
    width: 100%;
    margin-top: 0.1em !important;
    padding: .2em 0.93333em;
    z-index: 1;
    user-select: none;
    pointer-events: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    margin: 0.5em 0;
}

#exp_purchasecart_page .exp_text_label {
    display: inline !important;
    transform: none;
    opacity: 1;
    color: #999999;
    transition: all 0.2s ease-out;
    font-size: 0.85714em;
    font-weight: normal;
    position: absolute;
    top: 0;
    width: 200px;
    margin-top: -3em !important;
    padding: 0.6em 0.93333em;
    z-index: 1;
    user-select: none;
    pointer-events: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    margin: 0.5em 0;
}

#exp_purchasecart_page #lblfirstname {
    padding-top: 3em;
}

#exp_purchasecart_page #lblCity {
    padding-top: 3em;
}

#exp_purchasecart_page #lblPhone1Area_code {
    padding-top: 3em;
}

#exp_purchasecart_page #lblPhone1 {
    padding-top: 3em;
}

#exp_purchasecart_page #lblCardNumber {
    margin-bottom: 5em;
    margin-top: -50px !important;
}

#exp_purchasecart_page select:focus {
    box-shadow: 0 0 0 2px #1990c6;
}

#exp_purchasecart_page .exp_field_label {
    display: none;
}

#exp_purchasecart_page .exp_required_flag {
    display: none !important;
}

#exp_purchasecart_page .exp_required_validator {
    display: none !important;
}

#exp_purchasecart_page .exp_required_label {
    color: red;
}

#exp_purchasecart_page .PurchaseCartTable {
    float: left;
}

#exp_purchasecart_page #ctl00_Main_divDonorInformation {
    float: left;
    width: 60% !important;
    padding-right: 20px;
    /*    border-right: 1px solid #aaa;*/
}

#exp_purchasecart_page #ctl00_Main_tblCartSummary {
    float: left;
}

    #exp_purchasecart_page #ctl00_Main_tblCartSummary #ctl00_Main_trCartTotal td:first-child {
        padding-right: 20px;
    }

#exp_purchasecart_page #ctl00_Main_divShippingInformation {
    float: left;
    width: 60% !important;
    padding-right: 20px;
}

#exp_purchasecart_page #ctl00_Main_pnlGiftCard {
    float: right;
    width: 40% !important;
    padding-left: 20px;
}

#exp_purchasecart_page #ctl00_Main_GCNumberRequired {
    display: none;
}

#exp_purchasecart_page #divCCInfo {
    float: left;
    width: 60% !important;
    /*    padding-left:20px;
    margin-bottom:60px;*/
}

#exp_purchasecart_page #tblSubmitInfo {
    float: left;
    text-align: left;
    margin-right: 10px;
    margin-bottom: 100px;
}

    #exp_purchasecart_page #tblSubmitInfo > tbody > tr > td:first-child {
        display: none;
    }

#exp_purchasecart_page #trPurchaseButtons td {
    padding-right: 10px;
}

#exp_purchasecart_page #ctl00_Main_trCCExp1 td {
    text-align: left;
}

#exp_purchasecart_page #ctl00_Main_trCaptcha td {
    padding-bottom: 20px;
}

#exp_purchasecart_page #ctl00_Main_tblDonorInformation {
    width: 100%;
}

#exp_purchasecart_page #ctl00_Main_txtPatronEmail,
#exp_purchasecart_page #ctl00_Main_txtEmailConfirm {
    width: 100% !important;
}

#exp_purchasecart_page #ctl00_Main_txtPatronEmail,
#exp_purchasecart_page #ctl00_Main_txtEmailConfirm {
    width: 100% !important;
}

#exp_purchasecart_page .exp_text {
    width: 100% !important;
}

#exp_purchasecart_page #ctl00_Main_trPatronName .exp_text_div {
    width: 50% !important;
    display: inline;
}

    #exp_purchasecart_page #ctl00_Main_trPatronName .exp_text_div:first-child {
        padding-right: 0.5%;
    }

#exp_purchasecart_page #ctl00_Main_trPatronName .exp_text {
    display: inline !important;
    width: 49.4% !important;
}

#exp_purchasecart_page #ctl00_Main_trDonorCityState .exp_text_div {
    display: inline;
}

    #exp_purchasecart_page #ctl00_Main_trDonorCityState .exp_text_div:first-child {
        width: 50% !important;
        padding-right: 0.5%;
    }

    #exp_purchasecart_page #ctl00_Main_trDonorCityState .exp_text_div:nth-child(2) {
        width: 25% !important;
        padding-right: 0.5%;
    }

    #exp_purchasecart_page #ctl00_Main_trDonorCityState .exp_text_div:nth-child(3) {
        width: 25% !important;
    }

#exp_purchasecart_page #ctl00_Main_trDonorCityState .exp_text {
    display: inline !important;
}

#exp_purchasecart_page #ctl00_Main_txtCity {
    width: 49.4% !important;
}

#exp_purchasecart_page #ctl00_Main_txtState_province {
    width: 24.1% !important;
}

#exp_purchasecart_page #ctl00_Main_txtZip_code {
    width: 24.2% !important;
}

#exp_purchasecart_page #ctl00_Main_trAreaCodePhone .exp_text_div {
    display: inline;
}

    #exp_purchasecart_page #ctl00_Main_trAreaCodePhone .exp_text_div:first-child {
        width: 25% !important;
        padding-right: 0.5%;
    }

    #exp_purchasecart_page #ctl00_Main_trAreaCodePhone .exp_text_div:nth-child(2) {
        width: 75% !important;
    }

#exp_purchasecart_page #ctl00_Main_trAreaCodePhone .exp_text {
    display: inline !important;
}

#exp_purchasecart_page #ctl00_Main_txtPhone1Area_code {
    width: 24.1% !important;
}

#exp_purchasecart_page #ctl00_Main_txtPhone1 {
    width: 74.7% !important;
}

#exp_purchasecart_page #ctl00_Main_trBillingAddress td:first-child {
    width: auto !important;
    text-align: left;
    display: none;
}

#exp_purchasecart_page #ctl00_Main_trBillingAddress td:nth-child(2n+1) {
    width: auto !important;
    text-align: left;
}


@media (max-width: 992px) {

    #exp_purchasecart_page #ctl00_Main_divDonorInformation {
        float: left;
        width: 100% !important;
        padding-right: 20px;
        border-right: none;
    }

    #exp_purchasecart_page #ctl00_Main_divShippingInformation {
        float: left;
        width: 100% !important;
        padding-right: 20px;
    }

    #exp_purchasecart_page #ctl00_Main_pnlGiftCard {
        float: left;
        width: 100% !important;
        padding-left: 0px;
        padding-right: 20px;
    }

        #exp_purchasecart_page #ctl00_Main_pnlGiftCard #ctl00_Main_tblGCEntry {
            width: 100% !important;
        }

    #exp_purchasecart_page #divCCInfo {
        float: left;
        width: 100% !important;
        padding-left: 0px;
        padding-right: 20px;
    }

        #exp_purchasecart_page #divCCInfo #ctl00_Main_tblCCInfo {
            width: 100% !important;
        }

    #exp_purchasecart_page #ctl00_Main_txtZip_code {
        width: 24.45% !important;
    }
}

@media (max-width: 768px) {

    #exp_purchasecart_page #ctl00_Main_trPatronName .exp_text_div {
        width: 100% !important;
        display: block;
    }

    #exp_purchasecart_page #ctl00_Main_trPatronName .exp_text {
        display: block !important;
        width: 100% !important;
    }

    #exp_purchasecart_page #ctl00_Main_trDonorCityState .exp_text_div {
        display: block;
    }

        #exp_purchasecart_page #ctl00_Main_trDonorCityState .exp_text_div:first-child {
            width: 100% !important;
            padding-right: 0;
        }

        #exp_purchasecart_page #ctl00_Main_trDonorCityState .exp_text_div:nth-child(2) {
            width: 100% !important;
            padding-right: 0;
        }

        #exp_purchasecart_page #ctl00_Main_trDonorCityState .exp_text_div:nth-child(3) {
            width: 100% !important;
        }

    #exp_purchasecart_page #ctl00_Main_trDonorCityState .exp_text {
        display: block !important;
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    #exp_purchasecart_page #ctl00_Main_txtPhone1 {
        width: 74.5% !important;
    }
}

@media (max-width: 486px) {
    #exp_purchasecart_page {
        margin-bottom: 1200px;
    }

        #exp_purchasecart_page #ctl00_Main_txtPhone1 {
            width: 74.3% !important;
        }

        #exp_purchasecart_page #tblSubmitInfo {
            float: left;
            text-align: left;
            margin-right: 10px;
        }

        #exp_purchasecart_page #trPurchaseButtons td {
            display: block !important;
            width: 100% !important;
            padding-bottom: 10px;
            padding-right: 0px;
        }

            #exp_purchasecart_page #trPurchaseButtons td input[type="submit"],
            #exp_purchasecart_page #trPurchaseButtons td input[type="button"] {
                width: 100% !important;
            }
}

@media (max-width: 420px) {
    #exp_purchasecart_page #ctl00_Main_txtPhone1 {
        width: 74% !important;
    }

    #exp_purchasecart_page .exp_select_div {
        width: 100% !important;
    }

    #exp_purchasecart_page #ctl00_Main_ddlPatronTitle {
        width: 100% !important;
    }
}

@media (max-width: 400px) {
    #exp_purchasecart_page {
        margin-bottom: 1030px;
    }
}

@media (max-width: 350px) {
    #exp_purchasecart_page #ctl00_Main_txtPhone1 {
        width: 73% !important;
    }
}


/**********************************************************
* Receipt
**********************************************************/
#exp_receipt_page {
    font-size: 10pt;
}

    #exp_receipt_page h1 {
        font-size: 12pt;
        font-weight: bold;
    }

    #exp_receipt_page #ctl00_Main_gvCartItems {
        border: none;
    }

        #exp_receipt_page #ctl00_Main_gvCartItems td {
            border: none;
            padding: 5px;
            font-size: 12pt;
            vertical-align: center;
        }

        #exp_receipt_page #ctl00_Main_gvCartItems th {
            border-top: none;
            border-left: none;
            border-right: none;
            border-bottom: none;
            padding: 5px;
            text-align: left;
        }

        #exp_receipt_page #ctl00_Main_gvCartItems > tbody > tr:nth-child(odd) {
            background: #ddd
        }

        #exp_receipt_page #ctl00_Main_gvCartItems > tbody > tr:first-child {
            background-color: var(--exp-control-border-color);
            font-size: 12pt;
            color: #ffffff;
        }

    #exp_receipt_page table.content td {
        font-size: 12pt;
    }

    #exp_receipt_page table:first-child tr td table tbody tr td:nth-child(2) {
        padding-left: 10px;
    }

    #exp_receipt_page table {
        margin: auto;
    }

/**********************************************************
* Ticket Print
**********************************************************/
.exp_ticketborder {
}
/*container class that surrounds the printed ticket. */
.exp_printableticket {
}
/*container class within border*/
.exp_printheader {
}
/*formats the header of the ticket*/

#printbody {
    width: 98%;
    margin: 0;
    padding: 10px;
    color: #000000;
    background-color: #FFF !important;
    background-image: none !important;
    background: none !important;
}

.exp_printwidth {
    width: 900px;
    text-align: left;
    background-image: none !important;
}

.exp_altbackground {
    background-color: #FFF !important;
    background-image: none !important;
}

.exp_breakpageafter {
    page-break-after: always;
    background-image: none !important;
}

.exp_breakpagebefore {
    page-break-before: always;
    background-image: none !important;
}

.exp_ticketborder {
    background-color: #FFF !important;
    padding: 10px 10px 10px 10px;
    background-image: none !important;
}

.exp_printableticket {
    border: 1px solid;
    padding: 5px;
    vertical-align: top;
    height: 400px;
    background-color: #FFF !important;
    background-image: none !important;
}

    .exp_printableticket table {
        position: absolute;
        top: 50;
    }

.exp_ticketbarcodeimage {
    padding: 0;
    margin: 0;
    border: solid 1px #000000;
    background-image: none !important;
}

.exp_printheader {
    font-size: 100%;
}
/**********************************************************
* Content Editor
**********************************************************/
#exp_contenteditor_page #ctl00_Main_WebHtmlEditor1 table {
    margin: 0px !important;
}

#exp_contenteditor_page #ctl00_Main_WebHtmlEditor1 td {
    margin: 0px !important;
    padding: 1px !important;
}

#exp_contenteditor_page #ctl00_Main_WebHtmlEditor1 table img {
    border: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

#ctl00_Main_WebHtmlEditor1_tw {
    height: 400px;
}

#ctl00_Main_WebHtmlEditor1_tb td {
    line-height: 0 !important;
}

#exp_contenteditor_page select {
    font-size: 12px;
}

#ctl00_Main_WebHtmlEditor1_tb > tbody > tr > td > table > tbody > tr:nth-child(2) > td > img,
#ctl00_Main_WebHtmlEditor1_tb > tbody > tr > td > table > tbody > tr:nth-child(4) > td > img {
    height: 2px;
}
/* NEW EXP STYLES FOR v187.0 - BEGIN*/
.exp_accounts_logintabs {
    display: block;
    width: 400px;
    margin: 0 auto;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.exp_accounts_tablist {
    padding: 0;
    display: inline-block;
    font-size: 18px;
    width: 100%;
}

.exp_accounts_logintabcontainer {
    margin: 10px;
}

/*.exp_accounts_tabactive {
    border: 1px solid #0654ba;
}*/

.exp_accounts_tabinactive {
    background-color: #eee;
    border: 1px solid #d6d6d6;
    width: 48% !important;
    /*    color: #0654ba !important;*/
    border-radius: 3px;
    cursor: pointer;
}

.exp_shadow {
    position: relative;
    width: 1%;
    background-color: #d7d7d7;
    border: 1px solid #d7d7d7;
    height: 38px;
    margin: 5px 0 0 0;
    display: inline-block;
}

.exp_accounts_tablogin {
    float: left;
    height: 45px;
    width: 49%;
    color: #555;
}

.exp_accounts_tabregister {
    height: 45px;
    float: right;
    width: 49%;
    color: #555;
}

.exp_account_tabtitle {
    margin-left: 10px;
    line-height: 40px;
    font-size: 16pt;
    vertical-align: middle;
}

.exp_accounts_logininfoheader {
}

.exp_accounts_logininfo {
}

.exp_accounts_logininfoinst {
    padding-top: 15px;
    padding-bottom: 15px;
}

.exp_accounts_newaccountchoice {
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
}

    .exp_accounts_newaccountchoice input[type=checkbox] {
        vertical-align: middle;
        margin: 0 3px 0 0 !important;
    }

    .exp_accounts_newaccountchoice span {
        vertical-align: middle;
    }

.exp_accounts_memberidnewaccountheader {
    padding-top: 3px;
    padding-bottom: 3px;
}

.exp_accounts_memberidnewaccountheaderinst {
    padding-top: 3px;
    padding-bottom: 3px;
}

.exp_accounts_memberidnewaccountinst {
    padding-top: 3px;
    padding-bottom: 3px;
}

.exp_accounts_emailnewaccountheader {
    padding-top: 3px;
    padding-bottom: 3px;
}

.exp_accounts_emailnewaccountheaderinst {
    padding-top: 3px;
    padding-bottom: 3px;
}

.exp_accounts_login {
}

.exp_accounts_logininfoentry table {
    width: 100%;
}

.exp_accounts_inputline {
    vertical-align: middle;
    margin-bottom: 10px !important;
}

.exp_accounts_input {
    width: 96.33%;
    line-height: 30px;
    font-size: 16px;
    padding-left: 10px;
}

.exp_accounts_button {
    width: 100%;
    height: 40px;
}

.exp_accounts_login_user {
}

.exp_accounts_login_password {
}

.exp_accounts_login_failure {
    vertical-align: middle;
    color: red;
    padding-top: 5px;
    padding-bottom: 5px;
}

.exp_accounts_login_submit {
    vertical-align: middle;
    padding-bottom: 5px;
}

.exp_accounts_div_right {
    float: right;
    text-align: left;
    vertical-align: middle;
    padding-top: 5px;
}

.exp_accounts_div_left {
    float: left;
    text-align: right;
    vertical-align: middle;
    padding-top: 5px;
}

.exp_accounts_left {
    float: left;
    text-align: right;
    vertical-align: middle;
    padding-top: 3px;
}

.exp_accounts_emailnewaccount {
}
/* NEW EXP STYLES FOR v187.0 - END*/
/* NEW EXP STYLES FOR v187.0 - BEGIN*/

.exp_accounts_logintabs {
    display: block;
    width: 400px;
    margin: 0 auto;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.exp_accounts_tablist {
    padding: 0;
    display: inline-block;
    font-size: 18px;
    width: 100%;
}

.exp_accounts_logintabcontainer {
    margin: 10px;
}

/*.exp_accounts_tabactive {
    border: 1px solid #0654ba;
}*/

.exp_accounts_tabinactive {
    background-color: #eee;
    border: 1px solid #d6d6d6;
    width: 48% !important;
    /*    color: #0654ba !important;*/
    border-radius: 3px;
    cursor: pointer;
}

.exp_shadow {
    position: relative;
    width: 1%;
    background-color: #d7d7d7;
    border: 1px solid #d7d7d7;
    height: 38px;
    margin: 5px 0 0 0;
    display: inline-block;
}

.exp_accounts_tablogin {
    float: left;
    height: 45px;
    width: 49%;
    color: #555;
}

.exp_accounts_tabregister {
    height: 45px;
    float: right;
    width: 49%;
    color: #555;
}

.exp_account_tabtitle {
    margin-left: 10px;
    line-height: 40px;
    font-size: 16pt;
    vertical-align: middle;
}

.exp_accounts_logininfoheader {
}

.exp_accounts_logininfo {
}

.exp_accounts_logininfoinst {
    padding-top: 15px;
    padding-bottom: 15px;
}

.exp_accounts_newaccountchoice {
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
}

    .exp_accounts_newaccountchoice input[type=checkbox] {
        vertical-align: middle;
        margin: 0 3px 0 0 !important;
    }

    .exp_accounts_newaccountchoice span {
        vertical-align: middle;
    }

.exp_accounts_memberidnewaccountheader {
    padding-top: 3px;
    padding-bottom: 3px;
}

.exp_accounts_memberidnewaccountheaderinst {
    padding-top: 3px;
    padding-bottom: 3px;
}

.exp_accounts_memberidnewaccountinst {
    padding-top: 3px;
    padding-bottom: 3px;
}

.exp_accounts_emailnewaccountheader {
    padding-top: 3px;
    padding-bottom: 3px;
}

.exp_accounts_emailnewaccountheaderinst {
    padding-top: 3px;
    padding-bottom: 3px;
}

.exp_accounts_login {
}

.exp_accounts_logininfoentry table {
    width: 100%;
}

.exp_accounts_inputline {
    vertical-align: middle;
}

.exp_accounts_input {
/*    width: 100%;*/
    line-height: 30px;
    font-size: 16px;
    padding-left: 10px;
}

.exp_accounts_button {
    width: 100%;
    height: 40px;
}

.exp_accounts_login_user {
}

.exp_accounts_login_password {
}

.exp_accounts_login_failure {
    vertical-align: middle;
    color: red;
    padding-top: 5px;
    padding-bottom: 5px;
}

.exp_accounts_login_submit {
    vertical-align: middle;
    padding-bottom: 5px;
}

.exp_accounts_div_right {
    float: right;
    text-align: left;
    vertical-align: middle;
    padding-top: 5px;
}

.exp_accounts_div_left {
    float: left;
    text-align: right;
    vertical-align: middle;
    padding-top: 5px;
}

.exp_accounts_left {
    float: left;
    text-align: right;
    vertical-align: middle;
    padding-top: 3px;
}

.exp_accounts_emailnewaccount {
}

@media (max-width: 480px) {
    #exp_cart_page td {
        font-size: 10px !important;
    }

    #exp_cart_page .CartItemsHeaderRow th {
        font-size: 10px !important;
    }

    #exp_cart_page .content td {
        font-size: 10px !important;
    }

    #exp_cart_page td input {
        font-size: 10px !important;
    }

    #exp_cart_page .exp_button {
        font-size: 10px !important;
    }
}

}
/* NEW EXP STYLES FOR v187.0 - END*/

/***********************************************
/* NEW EXP STYLES FOR v189.0/v195.12 - Gift Shop BEGIN*
************************************************/

#exp_giftshop_categories {
    margin-bottom: 50px;
}

#exp_giftshop_categories {
    margin-bottom: 50px;
}

    #exp_giftshop_categories span, #exp_giftshop_body span {
        font-size: 20px;
    }

    #exp_giftshop_categories #ctl00_Main_lblGiftShopCategories {
        display: none;
    }

    #exp_giftshop_categories > dl {
        width: auto;
    }

#ctl00_Main_dlCategories > dt {
    position: absolute;
    top: -145px;
    /*    top:100px;*/
}

.exp_giftshop_category_list dt {
    display: block;
    margin-right: 10px;
}

#ulCategories.exp_giftshop_category_list #ctl00_Main_dtGSC_0 {
    left: 0px;
    width: auto /*140px */;
}

#ulCategories.exp_giftshop_category_list #ctl00_Main_dtGSC_1 {
    left: 150px;
    width: auto;
}

    #ulCategories.exp_giftshop_category_list #ctl00_Main_dtGSC_1 + dd {
        padding-left: 150px;
        margin-top: -145px;
    }

#ulCategories.exp_giftshop_category_list #ctl00_Main_dtGSC_2 {
    left: 300px;
    width: auto;
}

    #ulCategories.exp_giftshop_category_list #ctl00_Main_dtGSC_2 + dd {
        padding-left: 300px;
        margin-top: -145px;
    }

#ulCategories.exp_giftshop_category_list #ctl00_Main_dtGSC_3 {
    left: 450px;
    width: auto;
}

    #ulCategories.exp_giftshop_category_list #ctl00_Main_dtGSC_3 + dd {
        padding-left: 450px;
        margin-top: -145px;
    }

#ulCategories.exp_giftshop_category_list #ctl00_Main_dtGSC_4 {
    left: 600px;
    width: auto;
}

    #ulCategories.exp_giftshop_category_list #ctl00_Main_dtGSC_4 + dd {
        padding-left: 600px;
        margin-top: -145px;
    }

#ulCategories.exp_giftshop_category_list #ctl00_Main_dtGSC_5 {
    left: 750px;
    width: auto;
}

    #ulCategories.exp_giftshop_category_list #ctl00_Main_dtGSC_5 + dd {
        padding-left: 750px;
        margin-top: -145px;
    }

#ulCategories.exp_giftshop_category_list #ctl00_Main_dtGSC_6 {
    left: 900px;
    width: auto;
}

    #ulCategories.exp_giftshop_category_list #ctl00_Main_dtGSC_6 + dd {
        padding-left: 900px;
        margin-top: -145px;
    }


.exp_giftshop_category_sub + dd {
    display: none !important;
    padding-top: 30px;
}

.exp_giftshop_category_sub > a {
    /*    pointer-events: none;
    cursor:default;*/
}

.exp_giftshop_category_nosub > a {
    /*    pointer-events: none;
    cursor:default;*/
}

.exp_giftshop_category_list dt:hover + dd {
    display: block !important;
}

.exp_giftshop_category_list dd:hover {
    display: block !important;
}

.exp_giftshop_category_list dt:hover + dd dt {
    display: block !important;
    width: auto;
}

#exp_giftshop_body {
    overflow: hidden;
    padding-left: 10px;
}

.exp_giftshop_category_list {
}

.exp_giftshop_item_list {
}

/*.exp_giftshop_category_list dt:target + dd {
    display: block;
}*/

/*.exp_giftshop_category_list dd {
    display: none;
    -webkit-margin-start: 0px;
}*/

#ulCategories.exp_giftshop_category_list dt a {
    /*    background: #000;
    color:#fff !important;*/
    display: block;
    padding: 10px 20px 10px 10px;
    padding: 0.625rem 1.25rem 0.625rem 0.625rem;
    text-decoration: none;
    position: relative;
    font-size: 12px;
    letter-spacing: 1px;
}

#ulCategories.exp_giftshop_category_sub > a {
    background: transparent !important;
    color: #fff !important;
}

    #ulCategories.exp_giftshop_category_sub > a:hover {
        /*    background: #0066b1 !important;*/
    }

#ulCategories.exp_giftshop_category_nosub > a {
    background: transparent !important;
    color: #fff !important;
}

    #ulCategories.exp_giftshop_category_nosub > a:hover {
        background: #0066b1 !important;
    }

#ulCategories.exp_giftshop_subcategory > a {
    width: 400px;
    background: #fff;
    color: #0066b1 !important;
    z-index: 800;
}

#ulCategories.exp_giftshop_category_list dt a:hover {
    background: #0066b1;
    color: #fff !important;
}

#ulCategories.exp_giftshop_category_list dt a:not(.button) {
    text-decoration: none;
}

/*.exp_giftshop_category_list dd {
    background: #ebebeb;
    padding: 5px 10px 10px;
    padding: 0.3125rem 0.625rem 0.625rem;
}*/

.exp_giftshop_item {
    width: 250px; /* FOR DOUBLE COLUMN, SET THIS WIDTH THAT WORKS, FOR SINGLE, SET TO LARGER WIDTH*/
    min-height: 250px;
    display: inline-block;
    /*    border-top: 2px solid #000;*/
    padding-top: 5px;
    margin-bottom: 10px;
    margin-right: 10px;
    vertical-align: top;
}

.exp_giftshop_item_img {
    float: left;
    vertical-align: top;
}

    .exp_giftshop_item_img img {
        width: 250px;
        height: 250px;
    }

.exp_giftshop_image_popup {
    position: absolute;
    width: 0px;
    height: 0px;
}

.exp_giftshop_item_content {
    width: 300px;
    overflow: hidden;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.exp_giftshop_item_name {
    display: block;
    font-weight: bold;
    font-size: medium !important;
}

.exp_giftshop_item_price {
    font-size: large !important;
}

.exp_giftshop_item_qty_container {
    display: block;
}

.exp_giftshop_item_qty {
    display: inline-block;
}

.exp_giftshop_item_qty_notice {
    color: red;
    padding-left: 10px;
    font-weight: bold;
    font-size: 14px !important;
    vertical-align: middle;
}

.exp_giftshop_item_button {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.exp_giftshop_item_desc_container {
    float: left;
}

.exp_giftshop_item_desc {
    font-size: 16px !important;
}

@media (max-width: 1212px) {
    #username_container {
    }

    .exp_username {
        font-size: 10px !important;
    }
}

@media (max-width: 991px) {
    #username_container {
    }

    .exp_username {
        font-size: 10px !important;
    }
}

@media (max-width: 768px) {
    #username_container {
    }

    .exp_username {
        font-size: 8px !important;
    }
}


@media (max-width: 364px) {
    .exp_giftshop_subcategory > a {
        width: 200px;
        font-size: 10px !important;
    }

    .exp_giftshop_category_sub > a, .exp_giftshop_category_nosub > a {
        font-size: 10px !important;
    }


    .exp_giftshop_item {
        width: 250px; /* FOR DOUBLE COLUMN, SET THIS WIDTH THAT WORKS, FOR SINGLE, SET TO LARGER WIDTH*/
        min-height: 250px;
    }

    .exp_giftshop_item_img img {
        width: 200px;
        height: 200px;
    }

    .exp_giftshop_item_content {
        width: 250px;
    }

    .exp_giftshop_item_name {
        font-size: 12px !important;
    }

    .exp_giftshop_item_price {
        font-size: 12px !important;
    }

    .exp_giftshop_item_qty_container {
    }

    .exp_giftshop_item_qty {
    }

    .exp_giftshop_item_qty_notice {
        font-size: 10px !important;
    }

    .exp_giftshop_item_button {
        display: block;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .exp_giftshop_item_desc_container {
    }

    .exp_giftshop_item_desc {
        font-size: 10px !important;
    }
}


/***********************************************
/* NEW EXP STYLES FOR v189.0/v195.12 - Gift Shop END*
************************************************/

/* NEW EXP STYLES FOR v190.0/v190.1 - BEGIN*/

.exp_form_wrapper {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
}


    .exp_form_wrapper input[type="text"],
    .exp_form_wrapper select,
    .exp_form_wrapper input[type="email"],
    .exp_form_wrapper input[type="url"],
    .exp_form_wrapper input[type="tel"],
    .exp_form_wrapper input[type="search"],
    .exp_form_wrapper input[type="number"],
    .exp_form_wrapper textarea {
        background: #fff;
        border: 1px solid #ddd;
        border-left: 2px solid #fef6e4;
        box-sizing: border-box;
        color: #212121;
        /*    font-family: "TradeGothicW01-Cn18Obl","Helvatica",sans-serif;*/
        font-style: normal;
        height: 50px;
        height: 3.125rem;
        min-width: inherit;
        outline: none;
        padding: 5px 10px;
        padding: 0.3125rem 0.625rem;
        width: 100%;
        -webkit-appearance: none;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

#ctl00_Main_tblMembershipCardSample textarea {
    background-color: transparent;
}

.exp_form_wrapper select {
    cursor: pointer;
    padding-right: 40px;
    padding-right: 2.5rem;
    background: #fff url('../Explorer_Theme/dropdown.png?1401290295') right center no-repeat;
}

.exp_form_wrapper:before {
    content: '';
    display: table;
}

.exp_form_wrapper:after {
    clear: both;
    content: '';
    display: table;
}

.exp_form_wrapper ul {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

.exp_membership_description ul {
    list-style: initial;
    margin-left: 15px !important;
    /*padding: 0 !important;*/
}

.exp_form_wrapper ul li {
    /*    list-style: none !important;*/
    margin: 0 !important;
    padding: 0 !important;
}

.exp_form_wrapper .validation_error {
    background: #f5ec48;
    border-bottom: 2px solid #212121;
    /*        font-family: "TradeGothicW01-BoldCn20 675334";*/
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    padding: 10px;
    padding: 0.625rem;
}

.exp_form_wrapper .exp_form_heading {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

.exp_form_wrapper .exp_form_fields {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

    .exp_form_wrapper .exp_form_fields .exp_section {
        margin-top: 20px;
        margin-top: 1.25rem;
    }

    .exp_form_wrapper .exp_form_fields .exp_field {
        /*    border-bottom: 2px solid #cdcdcd;
    margin-bottom: 5px;
    margin-bottom: 0.3125rem;*/
    }

#footer .exp_form_wrapper .exp_form_fields .exp_field {
    border: none;
}

.exp_form_wrapper .exp_form_fields .exp_field.exp_section {
    border-bottom-color: #212121;
}

    .exp_form_wrapper .exp_form_fields .exp_field.exp_section h2 {
        font-size: 28px;
        font-size: 1.75rem;
        margin-bottom: 10px;
        margin-bottom: 0.625rem;
    }

.exp_form_wrapper .exp_form_fields .exp_field.exp_form_hidden {
    margin: 0;
    border: none;
}

.exp_form_wrapper .exp_form_fields .exp_input_container {
    padding-bottom: 10px;
    padding-bottom: 0.625rem;
}

    .exp_form_wrapper .exp_form_fields .exp_input_container.exp_input_complex {
        padding-bottom: 0px;
        padding-bottom: 0;
    }

.exp_form_wrapper .exp_form_fields .hide-me {
    position: absolute;
    left: -99999999px;
}

.exp_form_wrapper .exp_form_fields label {
    display: block;
    /*    font-family: "TradeGothicW01-BoldCn20 675334";*/
    margin-bottom: 5px;
    margin-bottom: 0.3125rem;
    margin-top: 10px;
    margin-top: 0.625rem;
    position: absolute;
    text-transform: uppercase;
    left: -999999px;
}

.exp_form_wrapper .exp_form_fields .exp_labels .exp_field_label {
    position: relative;
    left: 0;
}

.exp_form_wrapper .exp_form_fields .exp_labels .exp_field_radio label, .exp_form_wrapper .exp_form_fields .exp_labels .exp_field_checkbox label {
    display: inline-block;
    position: relative;
    left: 0;
    margin-right: 10px;
}

.exp_form_wrapper .exp_form_fields .exp_field_radio li, .exp_form_wrapper .exp_form_fields .exp_field_checkbox li {
    display: block;
    margin-right: 20px;
    margin-right: 1.25rem;
}

@media (min-width: 38.125em) {
    .exp_form_wrapper .exp_form_fields .exp_field_radio li, .exp_form_wrapper .exp_form_fields .exp_field_checkbox li {
        display: inline-block;
    }
}

.exp_form_wrapper .exp_form_fields .exp_field_radio input[type=radio], .exp_form_wrapper .exp_form_fields .exp_field_radio input[type=checkbox], .exp_form_wrapper .exp_form_fields .exp_field_checkbox input[type=radio], .exp_form_wrapper .exp_form_fields .exp_field_checkbox input[type=checkbox] {
    position: absolute;
    left: -99999px;
}

.exp_form_wrapper .exp_form_fields .exp_field_radio label, .exp_form_wrapper .exp_form_fields .exp_field_checkbox label {
    color: #9a9a9a;
    cursor: pointer;
    -moz-transition: color 0.2s ease-in;
    -o-transition: color 0.2s ease-in;
    -webkit-transition: color 0.2s ease-in;
    transition: color 0.2s ease-in;
    vertical-align: middle;
}

    .exp_form_wrapper .exp_form_fields .exp_field_radio label:hover, .exp_form_wrapper .exp_form_fields .exp_field_checkbox label:hover {
        color: #000;
        -moz-transition: color 0.2s ease-in;
        -o-transition: color 0.2s ease-in;
        -webkit-transition: color 0.2s ease-in;
        transition: color 0.2s ease-in;
    }

@media (min-width: 38.125em) {
    .exp_form_wrapper .exp_form_fields .list .exp_field_radio li, .exp_form_wrapper .exp_form_fields .list .exp_field_checkbox li {
        display: block;
    }
}

.exp_form_wrapper .exp_form_fields .exp_field_checkbox label:before {
    background: #fff;
    border: 2px solid #cdcdcd;
    color: transparent;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    line-height: 1.1;
    text-indent: 0;
    width: 20px;
    width: 1.25rem;
    height: 20px;
    height: 1.25rem;
    margin-right: 10px;
    margin-right: 0.625rem;
    vertical-align: middle;
    -moz-transition: background 0.2s ease-in,border-color 0.2s ease-in;
    -o-transition: background 0.2s ease-in,border-color 0.2s ease-in;
    -webkit-transition: background 0.2s ease-in,border-color 0.2s ease-in;
    transition: background 0.2s ease-in,border-color 0.2s ease-in;
}

@media (min-width: 38.125em) {
    .exp_form_wrapper .exp_form_fields .exp_field_checkbox label:before {
        line-height: 1.6;
        text-indent: 4px;
        width: 30px;
        width: 1.875rem;
        height: 30px;
        height: 1.875rem;
    }
}

.exp_form_wrapper .exp_form_fields .exp_field_checkbox input:checked + label {
    color: #000;
}

    .exp_form_wrapper .exp_form_fields .exp_field_checkbox input:checked + label:before {
        color: #fef6e4;
        border-color: var(--exp-control-border-color);
        background: var(--exp-control-fill-color);
        -moz-transition: background 0.2s ease-out,border-color 0.2s ease-out;
        -o-transition: background 0.2s ease-out,border-color 0.2s ease-out;
        -webkit-transition: background 0.2s ease-out,border-color 0.2s ease-out;
        transition: background 0.2s ease-out,border-color 0.2s ease-out;
    }

.exp_form_wrapper .exp_form_fields .exp_field_radio label:before {
    background: #fff;
    border: 2px solid #cdcdcd;
    content: "";
    display: inline-block;
    width: 20px;
    width: 1.25rem;
    height: 20px;
    height: 1.25rem;
    margin-right: 10px;
    margin-right: 0.625rem;
    margin-top: -3px;
    vertical-align: middle;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -moz-transition: background 0.2s ease-in,border 0.2s ease-in;
    -o-transition: background 0.2s ease-in,border 0.2s ease-in;
    -webkit-transition: background 0.2s ease-in,border 0.2s ease-in;
    transition: background 0.2s ease-in,border 0.2s ease-in;
}

@media (min-width: 38.125em) {
    .exp_form_wrapper .exp_form_fields .exp_field_radio label:before {
        width: 30px;
        height: 30px;
    }
}

.exp_form_wrapper .exp_form_fields .exp_field_radio input:checked + label {
    color: #000;
}

    .exp_form_wrapper .exp_form_fields .exp_field_radio input:checked + label:before {
        border: 3px solid var(--exp-control-border-color);
        background: var(--exp-control-fill-color);
        -moz-transition: background 0.2s ease-out,border-color 0.2s ease-out;
        -o-transition: background 0.2s ease-out,border-color 0.2s ease-out;
        -webkit-transition: background 0.2s ease-out,border-color 0.2s ease-out;
        transition: background 0.2s ease-out,border-color 0.2s ease-out;
    }

.exp_form_wrapper .exp_form_fields .exp_section_description, .exp_form_wrapper .exp_form_fields .exp_field_html {
    padding: 10px 0 20px;
    padding: 0.625rem 0 1.25rem;
}

.exp_form_wrapper .exp_field_contains_required input, .exp_form_wrapper .exp_field_contains_required textarea, .exp_form_wrapper .exp_field_contains_required select {
    border-left-color: var(--exp-control-border-color);
}

#footer .exp_form_wrapper .exp_field_contains_required input, #footer .exp_form_wrapper .exp_field_contains_required textarea, #footer .exp_form_wrapper .exp_field_contains_required select {
    border-left-color: #ccc20b;
}

.exp_form_wrapper .exp_field_contains_required .exp_field_required {
    color: #4c92a4;
    padding-left: 5px;
    padding-left: 0.3125rem;
}

.exp_form_wrapper .exp_field_error input, .exp_form_wrapper .exp_field_error textarea {
    background: #fdfbd9;
    border-left-color: #f4e930;
    -moz-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    -webkit-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
}

    .exp_form_wrapper .exp_field_error input:focus, .exp_form_wrapper .exp_field_error textarea:focus {
        background: #fff;
        -moz-transition: background 0.2s ease-in;
        -o-transition: background 0.2s ease-in;
        -webkit-transition: background 0.2s ease-in;
        transition: background 0.2s ease-in;
    }

.exp_form_wrapper .exp_field_error .exp_field_radio label:before, .exp_form_wrapper .exp_field_error .exp_field_checkbox label:before {
    background: #fdfbd9;
    border-color: #f4e930;
}

.exp_form_wrapper .exp_field_description {
    margin: 10px 0;
    margin: 0.625rem 0;
    position: absolute;
    left: -99999px;
}

.exp_form_wrapper .exp_form_footer button {
    margin-right: 10px;
    margin-right: 0.625rem;
}

.exp_form_wrapper textarea {
    height: 100px;
    height: 6.25rem;
}

@media (min-width: 38.125em) {
    .exp_form_wrapper textarea {
        height: 120px;
        height: 7.5rem;
    }
}

.exp_form_wrapper .exp_input_complex {
    margin-left: auto;
    margin-right: auto;
}

    .exp_form_wrapper .exp_input_complex:before {
        content: '';
        display: table;
    }

    .exp_form_wrapper .exp_input_complex:after {
        clear: both;
        content: '';
        display: table;
    }

    .exp_form_wrapper .exp_input_complex > * {
        float: left;
    }

    .exp_form_wrapper .exp_input_complex > * {
        padding-right: 10px;
        padding-right: 0.625rem;
        margin-bottom: 5px;
        margin-bottom: 0.3125rem;
    }

        .exp_form_wrapper .exp_input_complex > *:last-child {
            padding-right: 0;
        }

    .exp_form_wrapper .exp_input_complex .name_prefix, .exp_form_wrapper .exp_input_complex .name_suffix {
        clear: none;
        width: 13.467%;
    }

    /*@media (max-width: 38.125em) {
    .exp_form_wrapper .exp_input_complex .name_prefix, .exp_form_wrapper .exp_input_complex .name_suffix {
        clear: none;
        width: 25%;
    }
}*/

    /*@media (max-width: 38.125em) {
    .exp_form_wrapper .exp_input_complex .name_first {
        padding-right: 0;
    }
}*/

    .exp_form_wrapper .exp_input_complex .name_first, .exp_form_wrapper .exp_input_complex .name_last {
        clear: none;
        width: 35%;
    }

    /*@media (max-width: 38.125em) {
    .exp_form_wrapper .exp_input_complex .name_first, .exp_form_wrapper .exp_input_complex .name_last {
        clear: none;
        width: 75%;
    }
}*/

    .exp_form_wrapper .exp_input_complex .exp_input_full {
        clear: both;
        width: 100%;
        padding-right: 0;
    }

    .exp_form_wrapper .exp_input_complex .exp_input_left {
        clear: none;
        width: 50%;
        padding-right: 1%;
        /*    padding-right: 10px;
    padding-right: 0.625rem;*/
    }

    .exp_form_wrapper .exp_input_complex .exp_input_right {
        clear: none;
        width: 50%;
        padding-right: 0;
    }

.exp_form_wrapper .clear-multi {
    margin-left: auto;
    margin-right: auto;
}

    .exp_form_wrapper .clear-multi:before {
        content: '';
        display: table;
    }

    .exp_form_wrapper .clear-multi:after {
        clear: both;
        content: '';
        display: table;
    }

    .exp_form_wrapper .clear-multi > * {
        float: left;
    }

    .exp_form_wrapper .clear-multi > * {
        clear: none;
        width: 33.3333%;
        padding-right: 10px;
        padding-right: 0.625rem;
    }

        .exp_form_wrapper .clear-multi > *:last-child {
            padding: 0;
        }

    .exp_form_wrapper .clear-multi .exp_field_time_hour label {
        color: #b3b3b3;
        margin-top: 5px;
        margin-top: 0.3125rem;
        position: relative;
        left: 0;
    }

    .exp_form_wrapper .clear-multi .exp_field_time_hour input {
        max-width: 90%;
        margin-right: 9px;
        margin-right: 0.5625rem;
    }

    .exp_form_wrapper .clear-multi .exp_field_time_hour > * {
        display: inline-block;
    }

    .exp_form_wrapper .clear-multi .exp_field_time_minute label {
        color: #b3b3b3;
        margin-top: 5px;
        margin-top: 0.3125rem;
        position: relative;
        left: 0;
    }

.exp_form_wrapper select:required:invalid {
    color: gray;
}

.exp_form_wrapper option[value=""][disabled] {
    display: none;
}

.exp_form_wrapper option {
    color: black;
}

.exp_form_wrapper .exp_field_error input,
.exp_form_wrapper .exp_field_error select,
.exp_form_wrapper .exp_field_error textarea {
    background: #fdfbd9;
    border-left-color: #f4e930;
    -moz-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    -webkit-transition: background .2s ease-out;
    transition: background .2s ease-out;
}

    .exp_form_wrapper .exp_field_error input:focus,
    .exp_form_wrapper .exp_field_error select:focus,
    .exp_form_wrapper .exp_field_error textarea:focus {
        background: #fff;
        -moz-transition: background .2s ease-in;
        -o-transition: background .2s ease-in;
        -webkit-transition: background .2s ease-in;
        transition: background .2s ease-in;
    }

.exp_form_wrapper .exp_field_error .exp_field_radio label:before,
.exp_form_wrapper .exp_field_error .exp_field_checkbox label:before {
    background: #fdfbd9;
    border-color: #f4e930;
}

.exp_validation_error {
    background: #f5ec48;
    border-bottom: 2px solid #212121;
    /*        font-family: "TradeGothicW01-BoldCn20 675334";*/
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    padding: 10px;
    padding: .625rem;
}

.exp_field {
    font-size: 14px;
}

    .exp_field input {
        font-size: 14px;
    }

.exp_field_select {
    font-size: 12px;
}

.exp_membership_description {
    font-size: 13px;
}

.exp_membership_table_type {
    padding-top: 12px !important;
}

.exp_membership_table_type_dropdown {
    width: 30%;
    padding-top: 8px !important;
}

.exp_membership_table_description {
    padding-top: 12px !important;
}

.exp_membership_table_price {
    padding-top: 12px !important;
}

.exp_membership_table_select ul li label {
    margin-top: 7px !important;
}

#exp_membership_selected_container {
    background: var(--exp-control-border-color);
    width: 100%;
    margin-top: 20px !important;
}

.exp_membership_selected {
    background: var(--exp-control-border-color);
    width: 100%;
    color: white;
    font-weight: bold;
    font-size: 18px;
    margin-left: 5px !important;
}

/* NEW EXP STYLES FOR v190.0/v190.1 - END*/

/* NEW EXP STYLES FOR v196.0/v196.1 - BEGIN*/

#exp_donation_page .exp_form_wrapper input[type="text"],
#exp_donation_page .exp_form_wrapper select,
#exp_donation_page .exp_form_wrapper input[type="email"],
#exp_donation_page .exp_form_wrapper input[type="url"],
#exp_donation_page .exp_form_wrapper input[type="tel"],
#exp_donation_page .exp_form_wrapper input[type="search"],
#exp_donation_page .exp_form_wrapper input[type="number"],
#exp_donation_page .exp_form_wrapper textarea,
#exp_benefit_page .exp_form_wrapper input[type="text"],
#exp_benefit_page .exp_form_wrapper select,
#exp_benefit_page .exp_form_wrapper input[type="email"],
#exp_benefit_page .exp_form_wrapper input[type="url"],
#exp_benefit_page .exp_form_wrapper input[type="tel"],
#exp_benefit_page .exp_form_wrapper input[type="search"],
#exp_benefit_page .exp_form_wrapper input[type="number"],
#exp_benefit_page .exp_form_wrapper textarea {
    background: #fff;
    border: 1px solid #ddd;
    border-left: 2px solid var(--exp-control-border-color);
    box-sizing: border-box;
    color: #212121;
    font-style: normal;
    height: 32px;
    height: auto;
    min-width: inherit;
    outline: none;
    padding: 5px 5px;
    padding: 0.3125rem 0.3125rem;
    width: 100%;
    -webkit-appearance: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

@media (min-width: 38.125em) {
    #exp_donation_page .exp_form_wrapper .exp_form_fields .exp_field_checkbox label:before,
    #exp_benefit_page .exp_form_wrapper .exp_form_fields .exp_field_checkbox label:before {
        width: 20px;
        height: 20px;
    }
}

#exp_donation_page .exp_form_wrapper .exp_form_fields label,
#exp_benefit_page .exp_form_wrapper .exp_form_fields label {
    display: block;
    margin-bottom: 2px;
    margin-bottom: .125rem;
    margin-top: 2px;
    margin-top: .125rem;
    text-transform: uppercase;
}

#exp_donation_page #exp_membership_info_sections,
#exp_benefit_page #exp_membership_info_sections {
    margin-bottom: 10px !important;
}

#exp_donation_campaigns {
    width: 180px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 40px;
    border: 3px solid var(--exp-control-border-color);
    border-radius: 20px;
}

#exp_donation_info_body {
    overflow: hidden;
}

#exp_donation_campaigns h3 {
    font-weight: bold;
    font-size: 16px;
}

#exp_donation_current_campaign {
    margin-top: 3px !important;
}

    #exp_donation_current_campaign h3 {
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 10px;
    }

#exp_donation_instructions {
    padding-bottom: 10px !important;
}

.exp_donation_campaign_list dt a {
    display: block;
    text-decoration: none;
    position: relative;
    font-size: 14px;
}

    .exp_donation_campaign_list dt a:not(.button) {
        text-decoration: none;
    }


.exp_donation_campaign {
    padding: 5px;
    margin-bottom: 5px;
}

    .exp_donation_campaign a {
        width: 100%;
    }

    .exp_donation_campaign:hover {
        background: #ddd;
    }

        .exp_donation_campaign:hover a {
            background: #ddd;
            /*    color:#fff !important; */
        }

    .exp_donation_campaign a:hover {
        color: var(--exp-control-border-color) !important;
    }

.exp_donation_campaign_selected {
    background: var(--exp-control-border-color);
    padding: 5px;
    margin-bottom: 5px;
}

    .exp_donation_campaign_selected span {
        width: 100%;
        color: #fff !important;
        font-size: 14px;
    }

.exp_donation_advantages {
    vertical-align: top;
    padding-top: 12px;
    padding-left: 10px;
    /*    width:65%;*/
}

    .exp_donation_advantages ul {
        list-style-type: disc;
    }

.exp_donation_level_input {
    vertical-align: top !important;
}

.exp_donation_level_cost {
}

#exp_donation_page #ctl00_Main_tblAdhocQuestions td {
    padding-top: 2px;
}

#exp_donation_page #ctl00_Main_tblAdhocQuestions span {
    line-height: 20px;
}

#exp_donation_page #ctl00_Main_tblCampaigns {
    width: 100%;
}

.exp_row_donation_adhoc_text_question td {
    padding-top: 10px !important;
}

#exp_donation_page fieldset {
    margin-bottom: 5px;
    border-style: none;
    padding-left: 0;
}

#exp_donation_page table {
    margin-bottom: 0;
}

#exp_donation_page .exp_level_name {
    font-weight: bold;
    padding-bottom: 10px;
}

#exp_donation_page #divPurchaseButtons input {
    margin-top: 10px;
}

@media (max-width: 768px) {
    #exp_donation_page .exp_left_column {
        width: 100%;
    }

    #exp_donation_page .exp_right_column {
        overflow: auto;
        width: 100%;
    }

    #exp_donation_page #exp_donation_campaigns {
        width: 100%;
    }
}

@media (max-width: 500px) {
    #exp_donation_page .exp_donation_level_input {
        display: inline-block;
        width: 100% !important;
    }

    #exp_donation_page .exp_donation_advantages {
        display: inline-block;
        width: 100% !important;
    }

    #exp_donation_page #ctl00_Main_tblCampaigns td {
        width: 100%;
    }

    #exp_donation_page #divCoverCCCharges div {
        width: 100%;
    }

    #exp_donation_page #textTributeNotes {
        height: 4rem;
    }
}

@media (max-width: 768px) {

    #exp_benefit_page .exp_benefit_level_input {
        display: inline-block;
        width: 100% !important;
    }

    #exp_benefit_page .exp_benefit_advantages {
        display: inline-block;
        width: 100% !important;
    }

    #exp_benefit_page #exp_benefit_campaigns {
        width: 100%;
    }

    #exp_benefit_page #ctl00_Main_exp_benefit_info_body {
        overflow: initial;
    }
}

#exp_benefit_campaigns {
    width: 180px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 40px;
    border: 3px solid var(--exp-control-border-color);
    border-radius: 20px;
}

#ctl00_Main_exp_benefit_info_body {
    overflow: hidden;
}

#exp_benefit_campaigns h3 {
    font-weight: bold;
    font-size: 16px;
}

#exp_benefit_current_campaign {
    margin-top: 3px !important;
}

    #exp_benefit_current_campaign h3 {
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 10px;
    }

#exp_benefit_instructions {
    padding-bottom: 10px !important;
}

.exp_benefit_campaign_list dt a {
    display: block;
    text-decoration: none;
    position: relative;
    font-size: 14px;
}

    .exp_benefit_campaign_list dt a:not(.button) {
        text-decoration: none;
    }


.exp_benefit_campaign {
    padding: 5px;
    margin-bottom: 5px;
}

    .exp_benefit_campaign a {
        width: 100%;
    }

    .exp_benefit_campaign:hover {
        background: #ddd;
    }

        .exp_benefit_campaign:hover a {
            background: #ddd;
            /*    color:#fff !important; */
        }

    .exp_benefit_campaign a:hover {
        color: var(--exp-control-border-color) !important;
    }

.exp_benefit_campaign_selected {
    background: var(--exp-control-border-color);
    padding: 5px;
    margin-bottom: 5px;
}

    .exp_benefit_campaign_selected span {
        width: 100%;
        color: #fff !important;
        font-size: 14px;
    }

.exp_benefit_advantages {
    vertical-align: top;
    padding-top: 10px;
    padding-left: 10px;
    /*    width:50%;*/
    margin-left: 20px;
}

    .exp_benefit_advantages ul {
        list-style-type: disc;
    }

.exp_benefit_level_input {
    vertical-align: top !important;
}

.exp_benefit_level_cost {
}

#exp_benefit_page #ctl00_Main_tblAdhocQuestions td {
    padding-top: 2px;
}

#exp_benefit_page #ctl00_Main_tblAdhocQuestions span {
    line-height: 20px;
}

#exp_benefit_page #ctl00_Main_tblCampaigns {
    width: 100%;
}

.exp_row_benefit_adhoc_text_question td {
    padding-top: 10px !important;
}

#exp_benefit_page fieldset, table {
    margin-bottom: 0;
    border-style: none;
    padding-left: 0;
}

#exp_benefit_page .exp_level_name {
    font-weight: bold;
    padding-bottom: 10px;
}

/* NEW EXP STYLES FOR v196.0/v196.1 - END*/

/* NEW EXP STYLES FOR CAMPERINFO - BEGIN*/

.exp_section_fieldset {
    border: 0.2em solid #ddd;
    display: block;
    overflow: hidden;
    position: relative;
}

    .exp_section_fieldset fieldset,
    .exp_section_fieldset legend {
        border: none;
        margin: 0;
        display: block;
        padding: 0.5em 0 0.3em;
        width: 100%;
    }

    .exp_section_fieldset legend {
        background: var(--exp-control-border-color);
        color: #fff;
        padding-left: 0.5em;
        padding-right: 0.5em;
    }


#ctl00_Main_pnlCamperInfo fieldset table > tbody > tr:first-child > td {
    padding-bottom: 10px;
    text-decoration: underline;
}

#ctl00_Main_pnlCamperInfo2 fieldset table > tbody > tr:first-child > td {
    padding-bottom: 10px;
    text-decoration: underline;
}

#ctl00_Main_pnlGuardianInfo fieldset table > tbody > tr:first-child > td {
    padding-bottom: 10px;
    text-decoration: underline;
}

/* NEW EXP STYLES FOR CAMPERINFO - END*/

.exp_category_quantity_btn_sub {
    margin-right: 5px;
}

.exp_category_quantity_btn_add {
    margin-left: 5px;
}

.exp_category_quantity_btn_sub span {
    left: 0px !important;
    top: -8px !important;
}

.exp_category_quantity_btn_add span {
    left: 0px !important;
    top: -2px !important;
}

@media (max-width:450px) {
    .exp_shoppingstep #ctl00_Main_cldAdmissionDatePicker {
        width: 250px !important;
    }

        .exp_shoppingstep #ctl00_Main_cldAdmissionDatePicker th {
            padding-left: 5px;
            padding-right: 5px;
        }

        .exp_shoppingstep #ctl00_Main_cldAdmissionDatePicker table {
            width: 250px !important;
        }
}

@media (max-width:500px) {
    #ctl00_Main_gvMemberships td, #ctl00_Main_gvMemberships th {
        display: block;
        padding-top: 5px !important;
        width: 100%;
    }

    #ctl00_Main_tblMembershipCardSample {
        width: 300px;
        height: 200px;
    }

        #ctl00_Main_tblMembershipCardSample > tbody > tr:first-child > td {
            height: 67px !important;
        }

        #ctl00_Main_tblMembershipCardSample > tbody > tr:not(first-child) > td {
            padding-top: 0;
            padding-bottom: 0;
        }

        #ctl00_Main_tblMembershipCardSample #ctl00_Main_imgMembershipCardLogo {
            height: 67px !important;
        }

        #ctl00_Main_tblMembershipCardSample textarea {
            line-height: 12px;
            font-size: 10px;
            padding-top: 0;
            padding-bottom: 0;
        }

    .exp_form_wrapper .exp_input_complex .exp_input_left {
        width: 100%;
    }

    .exp_form_wrapper .exp_input_complex .exp_input_right {
        width: 100%;
    }

    #exp_membership_family_list li input {
        width: 100%;
    }
}

@media (max-width:767px) {

    #exp_accounts_page #ctl00_Main_AccountIntro > table,
    #exp_accounts_page #ctl00_Main_AccountIntro > table td,
    #exp_accounts_page #ctl00_Main_AccountIntro > table tr,
    #exp_accounts_page #ctl00_Main_AccountIntro > table th {
        text-align: left;
        width: 100%;
    }

        #exp_accounts_page #ctl00_Main_AccountIntro > table th,
        #exp_accounts_page #ctl00_Main_AccountIntro > table td {
            margin: 0;
            width: 100% !important;
        }

        #exp_accounts_page #ctl00_Main_AccountIntro > table td,
        #exp_accounts_page #ctl00_Main_AccountIntro > table th {
            display: list-item;
            list-style: none;
            padding-left: 0;
            padding-top: 5px !important;
        }
}

@media (max-width:500px) {
    #ctl00_Main_tblMembershipCardSample {
        width: 300px;
        height: 200px;
    }
}

@media (max-width:350px) {
    #ctl00_Main_tblMembershipCardSample {
        width: 240px;
        height: 160px;
    }
}

@media (max-width:1230px) {
    #exp_cart_page #ctl00_Main_gvCartItems .exp_description_div {
        display: block !important;
        font-weight: bold;
    }

    #exp_cart_page #ctl00_Main_gvCartItems th,
    #exp_cart_page #ctl00_Main_gvCartItems td {
        font-size: 12px !important;
    }

    #exp_cart_page input[type="submit"], #exp_cart_page input[type="button"] {
        padding: 10px 20px !important;
    }

    #exp_cart_page input[type="text"] {
        padding: 10px 20px !important;
    }

    #ctl00_Main_tblCartTotals td {
        font-size: 20px;
        line-height: 20px;
    }
}

@media (max-width: 992px) {
    #exp_cart_page #ctl00_Main_gvCartItems img {
        width: 100px !important;
        height: 100px !important;
    }

    #exp_cart_page #ctl00_Main_gvCartItems th,
    #exp_cart_page #ctl00_Main_gvCartItems td {
        font-size: 10px !important;
    }

    #exp_cart_page input[type="submit"], #exp_cart_page input[type="button"] {
        padding: 5px 20px !important;
    }

    #exp_cart_page input[type="text"] {
        padding: 5px 20px !important;
    }

    #ctl00_Main_tblCartTotals td {
        font-size: 16px;
        line-height: 16px;
    }
}

@media (max-width: 770px) {
    #exp_cart_page #ctl00_Main_gvCartItems td {
        font-size: 16px !important;
    }

    #exp_cart_page #ctl00_Main_gvCartItems th {
        display: none;
    }

    #exp_cart_page #ctl00_Main_gvCartItems tr {
        width: 100%;
    }

    #exp_cart_page #ctl00_Main_gvCartItems > tbody > tr:nth-child(2) > td:first-child {
        border-top: 1px solid #005eab;
    }

    #exp_cart_page #ctl00_Main_gvCartItems > tbody > tr > td {
        display: block;
        width: 100% !important;
        padding: 5px 30px;
        text-align: left;
        vertical-align: middle;
    }

        #exp_cart_page #ctl00_Main_gvCartItems > tbody > tr > td:first-child {
            padding-top: 20px !important;
        }

    #exp_cart_page #ctl00_Main_gvCartItems .exp_description_div {
        display: inline !important;
    }

    #exp_cart_page #ctl00_Main_gvCartItems .exp_disccode table {
        display: block;
        margin-left: 0 !important;
    }

    #exp_cart_page #ctl00_Main_gvCartItems .exp_remove {
        padding-bottom: 10px !important;
    }

    #exp_cart_page #ctl00_Main_gvCartItems .exp_price:before,
    #exp_cart_page #ctl00_Main_gvCartItems .exp_quantity:before,
    #exp_cart_page #ctl00_Main_gvCartItems .exp_disccode:before,
    #exp_cart_page #ctl00_Main_gvCartItems .exp_discnum:before,
    #exp_cart_page #ctl00_Main_gvCartItems .exp_discamt:before,
    #exp_cart_page #ctl00_Main_gvCartItems .exp_subtotal:before {
        content: attr(data-title);
        padding-bottom: 5px;
        padding-top: 5px;
        vertical-align: middle;
    }

    #exp_cart_page #ctl00_Main_gvCartItems .exp_price:before {
        padding-right: 120px;
    }

    #exp_cart_page #ctl00_Main_gvCartItems .exp_quantity:before {
        padding-right: 130px;
    }

    #exp_cart_page #ctl00_Main_gvCartItems .exp_disccode:before {
    }

    #exp_cart_page #ctl00_Main_gvCartItems .exp_discnum:before {
    }

    #exp_cart_page #ctl00_Main_gvCartItems .exp_discamt:before {
        padding-right: 50px;
    }

    #exp_cart_page #ctl00_Main_gvCartItems .exp_subtotal:before {
        padding-right: 110px;
    }

    #exp_cart_page #ctl00_Main_gvCartItems .exp_disccode:before {
        padding-bottom: 20px;
    }

    #exp_cart_page #ctl00_Main_gvCartItems img {
        width: 200px !important;
        height: 200px !important;
    }

    #exp_cart_page input[type="submit"], #exp_cart_page input[type="button"] {
        padding: 5px 20px !important;
    }

    #exp_cart_page input[type="text"] {
        padding: 5px 20px !important;
    }

    #ctl00_Main_tblCartTotals td {
        font-size: 20px;
        line-height: 20px;
    }
}

@media (max-width:600px) {
    #exp_cart_page #ctl00_Main_gvCartItems .exp_description_div {
        display: block !important;
    }

    #exp_cart_page #ctl00_Main_gvCartItems img {
        width: 100% !important;
        height: auto !important;
    }
}

@media (max-width:450px) {
    #exp_cart_page #divButtons input[type="submit"] {
        display: block !important;
        width: 100%;
        margin-top: 5px;
    }

    #exp_cart_page #ctl00_Main_tblPrintedPassEntryRow td {
        display: block !important;
    }
}

@media (max-width:365px) {
    #exp_cart_page #ctl00_Main_gvCartItems > tbody > tr > td {
        padding: 2px 5px;
    }

    #exp_cart_page #ctl00_Main_gvCartItems .exp_price:before {
        padding-right: 100px;
    }

    #exp_cart_page #ctl00_Main_gvCartItems .exp_quantity:before {
        padding-right: 110px;
    }

    #exp_cart_page #ctl00_Main_gvCartItems .exp_disccode:before {
    }

    #exp_cart_page #ctl00_Main_gvCartItems .exp_discnum:before {
    }

    #exp_cart_page #ctl00_Main_gvCartItems .exp_discamt:before {
        padding-right: 30px;
    }

    #exp_cart_page #ctl00_Main_gvCartItems .exp_subtotal:before {
        padding-right: 90px;
    }

    #ctl00_Main_tblCartTotals td {
        font-size: 16px;
        line-height: 16px;
    }
}

@media (max-width: 992px) {

    #exp_purchasecart_page #ctl00_Main_divDonorInformation {
        float: left;
        width: 100% !important;
        padding-right: 20px;
        border-right: none;
    }

    #exp_purchasecart_page #ctl00_Main_divShippingInformation {
        float: left;
        width: 100% !important;
        padding-right: 20px;
    }

    #exp_purchasecart_page #ctl00_Main_pnlGiftCard {
        float: left;
        width: 100% !important;
        padding-left: 0px;
        padding-right: 20px;
    }

        #exp_purchasecart_page #ctl00_Main_pnlGiftCard #ctl00_Main_tblGCEntry {
            width: 100% !important;
        }

    #exp_purchasecart_page #divCCInfo {
        float: left;
        width: 100% !important;
        padding-left: 0px;
        padding-right: 20px;
    }

        #exp_purchasecart_page #divCCInfo #ctl00_Main_tblCCInfo {
            width: 100% !important;
        }

    #exp_purchasecart_page #ctl00_Main_txtZip_code {
        width: 24.45% !important;
    }
}

@media (max-width: 768px) {

    #exp_purchasecart_page #ctl00_Main_trPatronName .exp_text_div {
        width: 100% !important;
        display: block;
    }

    #exp_purchasecart_page #ctl00_Main_trPatronName .exp_text {
        display: block !important;
        width: 100% !important;
    }

    #exp_purchasecart_page #ctl00_Main_trDonorCityState .exp_text_div {
        display: block;
    }

        #exp_purchasecart_page #ctl00_Main_trDonorCityState .exp_text_div:first-child {
            width: 100% !important;
            padding-right: 0;
        }

        #exp_purchasecart_page #ctl00_Main_trDonorCityState .exp_text_div:nth-child(2) {
            width: 100% !important;
            padding-right: 0;
        }

        #exp_purchasecart_page #ctl00_Main_trDonorCityState .exp_text_div:nth-child(3) {
            width: 100% !important;
        }

    #exp_purchasecart_page #ctl00_Main_trDonorCityState .exp_text {
        display: block !important;
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    #exp_purchasecart_page #ctl00_Main_txtPhone1 {
        width: 74.5% !important;
    }
}

@media (max-width: 486px) {

    #exp_purchasecart_page #ctl00_Main_txtPhone1 {
        width: 74.3% !important;
    }

    #exp_purchasecart_page #tblSubmitInfo {
        float: left;
        text-align: left;
        margin-right: 10px;
    }

    #exp_purchasecart_page #trPurchaseButtons td {
        display: block !important;
        width: 100% !important;
        padding-bottom: 10px;
        padding-right: 0px;
    }

        #exp_purchasecart_page #trPurchaseButtons td input[type="submit"],
        #exp_purchasecart_page #trPurchaseButtons td input[type="button"] {
            width: 100% !important;
        }
}

@media (max-width: 420px) {
    #exp_purchasecart_page #ctl00_Main_txtPhone1 {
        width: 74% !important;
    }

    #exp_purchasecart_page .exp_select_div {
        width: 100% !important;
    }

    #exp_purchasecart_page #ctl00_Main_ddlPatronTitle {
        width: 100% !important;
    }

    #exp_purchasecart_page #ctl00_Main_txtZip_code {
        width: 100% !important;
    }

    #exp_purchasecart_page #ctl00_Main_txtState_province {
        width: 100% !important;
    }

    #exp_purchasecart_page #ctl00_Main_dropdownCountry {
        width: 100% !important;
    }

    #exp_purchasecart_page #ctl00_Main_txtPhone1Area_code {
        width: 100% !important;
    }

    #exp_purchasecart_page #ctl00_Main_txtPhone1 {
        width: 100% !important;
    }
}

@media (max-width: 400px) {
    #exp_purchasecart_page {
        margin-bottom: 1600px;
    }
}

@media (max-width: 350px) {
    #exp_purchasecart_page #ctl00_Main_txtPhone1 {
        width: 73% !important;
    }
}

@media (max-width: 850px) {
    #exp_tickets_page #ctl00_Main_cmdOptionalRedirect {
        margin-top: 10px;
        display: block;
        width: 100%;
    }

    #exp_tickets_page #ctl00_Main_cmdReturnToShopping {
        margin-top: 10px;
        display: block;
        width: 100%;
    }

    #exp_tickets_page #ctl00_Main_cmdAddToCart {
        margin-top: 10px;
        display: block;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .exp_accounts_logintabs {
        width: 250px;
    }
}

.exp_slideshow {
    position: relative;
/*    width: 100vw !important;*/
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width:720px) {
    .exp_slideshow {
        display: none;
    }
}

.exp_dots {
}

.exp_slide {
    display: none;
}

#exp_giftshop_page .exp_prev, #exp_giftshop_page .exp_next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
}

#exp_giftshop_page .exp_next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    #exp_giftshop_page .exp_prev:hover, #exp_giftshop_page .exp_next:hover {
        background-color: rgba(0,0,0,0.8);
    }

#exp_giftshop_page .exp_dot {
    cursor: pointer;
    height: 13px;
    width: 13px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

#exp_giftshop_page .exp_active, .exp_dot:hover {
    background-color: #717171;
}

#exp_giftshop_page .exp_fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes exp_fade {
    from {
        opacity: .4;
    }

    to {
        opacity: 1;
    }
}

@keyframes exp_fade {
    from {
        opacity: .4;
    }

    to {
        opacity: 1;
    }
}

.exp_slideshow svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
    color: #fff;
}

    .exp_slideshow svg > path {
        fill: #fff;
    }

.exp_categoryselector {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 50px;
}

.exp_categorybutton {
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 0.2%;
    padding-right: 0.2%;
}

    .exp_categorybutton:hover img {
        -webkit-transform: scale(1.02);
        -moz-transform: scale(1.02);
        -ms-transform: scale(1.02);
        -o-transform: scale(1.02);
        transform: scale(1.02);
        opacity: .5;
    }

    .exp_categorybutton figure {
        overflow: hidden;
    }

    .exp_categorybutton:hover figure:after {
        background: rgba(255, 255, 255, 0.5)
    }

#categorybutton1 {
    width: 49.5%;
}

#categorybutton2 {
    width: 49.5%;
}

#categorybutton3 {
    width: 32.5%;
}

#categorybutton4 {
    width: 32.5%;
}

#categorybutton5 {
    width: 32.5%;
}

#categorybutton6 {
    width: 32.5%;
}

#categorybutton7 {
    width: 32.5%;
}

#categorybutton8 {
    width: 32.5%;
}

@media (max-width:768px) {
    .exp_categorybutton {
        display: block;
        width: 100% !important;
    }

        .exp_categorybutton img {
            width: 100% !important;
        }

    #categorybutton2 {
        padding-top: 1%;
    }

    #categorybutton3 {
        padding-top: 1%;
        margin-top: 0;
    }
}

#ulCategories {
    vertical-align: top;
}

#exp_giftshop_categories {
    margin-bottom: 0px !important;
}

#ulCategories .exp_giftshop_subcategory_container {
    display: none;
    position: absolute;
    background-color: #fff;
    border-color: #fff;
    border-bottom-width: 1px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    width: 300px;
    z-index: 800;
}

#ulCategories1 .exp_giftshop_subcategory_container {
    /*    display:block;*/
}

.exp_giftshop_category_sub {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 17px;
    padding-bottom: 17px;
}

.exp_giftshop_category_nosub {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 17px;
    padding-bottom: 17px;
}

#primary_nav .exp_giftshop_category_sub {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

#primary_nav .exp_giftshop_category_nosub {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

#primary_nav .exp_giftshop_subcategory > a {
    text-transform: uppercase;
}


#ulCategories .exp_giftshop_category_sub:hover .exp_giftshop_subcategory_container {
    display: block;
}

#exp_giftshop_page {
    border-top-color: rgb(221,221,221);
    border-top-style: solid;
    border-top-width: 0px;
    padding-top: 0px;
}

#exp_giftshopitem_page {
    border-top-color: rgb(221,221,221);
    border-top-style: solid;
    border-top-width: 0px;
    padding-top: 0px;
    font-family: "Open Sans", sans-serif;
}

@media (max-width:768px) {
    #exp_giftshop_body span {
        font-size: 20px;
        border-bottom-color: rgb(221,221,221);
        border-bottom-style: solid;
        padding-top: 0px;
        border-bottom-width: 1px;
    }

    #ctl00_Main_dtItem_6191 > div > div.exp_giftshop_item_content > a {
        margin-bottom: 0px;
    }
}

.exp_banner {
    display: none;
    text-align: center;
    background-color: #52658f;
    color: white;
    /*        position: relative;
        top:-385px;*/
    z-index: 1000 !important;
}

    .exp_banner span {
        position: relative;
    }

#exp_giftshop_page .exp_search, #exp_giftshopitem_page .exp_search {
    text-align: right;
    margin-bottom: 10px;
    margin-top: 0px;
}

#exp_giftshop_page a:hover, #exp_giftshopitem_page a:hover {
    text-decoration: underline;
}

#exp_giftshop_page .exp_search_input, #exp_giftshopitem_page .exp_search_input {
    display: inline-block;
    margin: 0;
    width: 25%;
    border: 1px solid #ddd;
    border-radius: 2px;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: normal;
    padding: 10px 30px 10px 12px;
}

    #exp_giftshop_page .exp_search_input:focus, #exp_giftshopitem_page .exp_search_input:focus {
        outline: 1px solid #52658f;
    }

#exp_giftshop_page .exp_search input[type="submit"], #exp_giftshopitem_page .exp_search input[type="submit"] {
    -webkit-appearance: none;
    display: inline-block;
    cursor: pointer;
    border: none !important;
    text-align: center;
    border-radius: 2px;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /*        position: absolute;
        top: 0;
        right: 0;
        height: 100%;*/
    background: transparent;
    margin: 0;
    padding: 0 12px;
    color: #333a56;
    outline: 0;
    font-size: 16px;
    line-height: 1;
    speak: none;
    font-family: "FontAwesome";
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff !important;
    font-weight: 600;
}

#exp_giftshop_body {
    overflow: hidden;
    padding-left: 10px;
}

    #exp_giftshop_body h3 {
        font-family: TrajanProRegular;
        font-size: 26px;
        line-height: 32.5px;
        color: #333a56;
        font-weight: normal;
        text-align: center;
    }

#exp_giftshop_categories,
.exp_slideshow {
    -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

#exp_giftshop_categories {
    margin-bottom: 50px;
    /*    margin-top: -70px;*/
}

    #exp_giftshop_categories.visible {
    }

    #exp_giftshop_categories.background {
        background: rgba(0, 0, 0, 0.8)
    }

.exp_category_navigation a {
    text-transform: uppercase;
    letter-spacing: 0.05em
}

.exp_category_navigation {
    position: relative
}

    .exp_category_navigation ul {
        margin: 0;
        padding: 0
    }

    .exp_category_navigation a {
        color: #333a56 !important;
        font-weight: 600;
        font-size: 25px;
    }

    .exp_category_navigation li {
        display: inline-block
    }

.exp_giftshop_category_list li {
    display: inline-block;
}

#mainMenu.exp_giftshop_category_list li {
    display: block;
    text-align: left;
}

#ulCategories1.exp_giftshop_category_list li a {
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0 10px;
    background: transparent;
    text-align: left;
    color: #fff;
    font-size: 14px;
}

#ulCategories1.exp_giftshop_category_list .exp_giftshop_subcategory_container {
    margin-left: 50px;
}

.exp_giftshop_subcategory_list li {
    display: block;
    /*    padding-top:15px;
    padding-bottom:15px;
    padding-left:12px;
    padding-right:12px;*/
}

    .exp_giftshop_subcategory_list li:hover {
        /*    background:rgb(82, 101, 143) !important;*/
    }

        .exp_giftshop_subcategory_list li:hover > a {
            /*            color: #fff !important;
            background: rgb(82, 101, 143) !important;*/
        }

.exp_giftshop_item_list {
}

#ulCategories.exp_giftshop_category_sub > a {
    background: transparent !important;
    color: #333a56 !important;
    /*    padding-left:25px;
    padding-right:25px;*/
}

    #ulCategories.exp_giftshop_category_sub > a:hover {
        color: #333a56 !important;
        text-decoration: none;
    }

#ulCategories.exp_giftshop_category_nosub > a {
    background: transparent !important;
    color: #333a56 !important;
    /*    padding-left:25px;
    padding-right:25px;*/
}

    #ulCategories.exp_giftshop_category_nosub > a:hover {
        color: #333a56 !important;
        text-decoration: none;
    }

#ulCategories.exp_giftshop_subcategory > a {
    display: block;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
    color: rgb(131, 153, 240) !important;
    z-index: 800;
    word-wrap: break-word;
}

    #ulCategories.exp_giftshop_subcategory > a:hover {
        /*    background:rgb(82, 101, 143) !important;*/
        color: #fff !important;
        text-decoration: none;
    }

.exp_giftshop_item {
    width: 24%;
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 1%;
    margin-right: 1%;
    vertical-align: top;
}

@media (max-width:1020px) {
    .exp_giftshop_item {
        width: 32.3%;
    }
}

@media (max-width:768px) {
    .exp_giftshop_item {
        width: 49%;
    }
}

@media (max-width:540px) {
    .exp_giftshop_item {
        width: 98%;
    }
}

.exp_giftshop_item_img {
    float: left;
    vertical-align: top;
    width: 100%;
}

    .exp_giftshop_item_img img {
        width: 100%;
        height: 100%;
    }

    .exp_giftshop_item_img:hover img {
        -webkit-transform: scale(1.02);
        -moz-transform: scale(1.02);
        -ms-transform: scale(1.02);
        -o-transform: scale(1.02);
        transform: scale(1.02);
        opacity: .5;
    }

.exp_giftshop_image_popup {
    position: absolute;
    width: 0px;
    height: 0px;
}

.exp_giftshop_item_content {
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.exp_giftshop_item_name {
    display: block;
    font-weight: normal;
    color: #333a56 !important;
    text-decoration: none;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    margin-top: 8px;
    margin-bottom: 7px;
}

    .exp_giftshop_item_name:hover {
        text-decoration: none;
    }

.exp_giftshop_item_price {
    color: #333a56 !important;
    font-weight: normal;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
}

.exp_giftshop_item_qty_container {
    display: block;
}

.exp_giftshop_item_qty {
    display: inline-block;
}

.exp_giftshop_item_qty_notice {
    color: red;
    padding-left: 10px;
    font-weight: bold;
    font-size: 14px !important;
    vertical-align: middle;
}

.exp_giftshop_item_button {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.exp_giftshop_item_desc_container {
    float: left;
}

.exp_giftshop_item_desc {
    font-size: 16px !important;
}

#exp_giftshopitem_page .exp_prev, #exp_giftshopitem_page .exp_next {
    display: inline;
    text-decoration: none;
}

    #exp_giftshopitem_page .exp_prev svg, #exp_giftshopitem_page .exp_next svg {
        width: 20px;
    }

#exp_giftshopitem_page .exp_prev, #exp_giftshopitem_page .exp_next {
    cursor: pointer;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
}

#exp_giftshopitem_page .exp_next {
    border-radius: 3px 0 0 3px;
}

#exp_giftshopitem_page .exp_item_thumbnails_outerwrap svg > path {
    fill: #333a56;
}

#exp_giftshopitem_page .exp_item_thumbnails_outerwrap svg:hover > path {
    fill: #000;
}

#exp_giftshopitem_page .exp_item_thumbnails_outerwrap {
    padding-top: 20px;
    text-align: center;
    cursor: default;
}

#exp_giftshopitem_page .exp_item_thumbnails_wrap {
    display: inline;
    width: 80%;
}

#exp_giftshopitem_page .exp_item_thumbnails {
    padding-top: 20px;
    text-align: center;
    display: inline;
}

#exp_giftshopitem_page .exp_item_thumbnail {
    display: inline-block;
    width: 18%;
    position: relative;
    padding: 0 5px;
    text-align: center;
    cursor: pointer;
}

    #exp_giftshopitem_page .exp_item_thumbnail.exp_inactive {
        cursor: default;
    }

    #exp_giftshopitem_page .exp_item_thumbnail.exp_active:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 5px;
        right: 5px;
        border: 2px solid #ddd;
    }

    #exp_giftshopitem_page .exp_item_thumbnail:hover img {
        -webkit-transform: scale(1.02);
        -moz-transform: scale(1.02);
        -ms-transform: scale(1.02);
        -o-transform: scale(1.02);
        transform: scale(1.02);
        opacity: .5;
    }

    #exp_giftshopitem_page .exp_item_thumbnail img {
        display: block;
        height: 100%;
        width: 100%;
    }


.exp_item_images {
    position: relative !important;
    float: left;
    width: 50%;
    padding: 0 25px 0 30px
}

@media (max-width: 770px) {
    .exp_item_images {
        width: 100%
    }
}

.exp_breadcrumbs {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: left;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 22.75px;
    color: rgb(136,136,136);
}

    .exp_breadcrumbs a {
        color: rgb(136,136,136) !important;
    }

        .exp_breadcrumbs a:hover {
            text-decoration: none;
            color: #52658f !important;
        }

.exp_divider {
    padding-left: 5px;
    padding-right: 5px;
}

.exp_item_main_image img {
    width: 100%;
}

.exp_item_details_wrap {
    float: left;
    width: 50%;
    padding: 0 30px 0 25px
}

@media (max-width: 770px) {
    .exp_item_details_wrap {
        width: 100%;
        text-align: center
    }
}

.exp_item_details_wrap > *:first-child {
}

.exp_item_details_wrap .no-options {
    display: none
}

.exp_item_title {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #333a56 !important;
    margin: 0;
    font-size: 35px;
    text-transform: none;
}

.exp_item_price {
    margin: 0 0 40px;
    color: #333a56 !important;
    font-size: 18px
}

.exp_item_options {
    padding-bottom: 20px;
}

.exp_item_quantity label,
.exp_item_option_label {
    margin: 0 15px 0 0;
    color: #333a56 !important;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}

.exp_item_option {
    padding: 10px 5px;
}

.exp_item_quantity input {
    border: 1px solid #ddd;
    color: #333a56;
    padding: 10px 12px;
    border-radius: 2px;
    box-sizing: border-box;
    margin: 0;
    max-width: 50px;
    text-align: center;
    display: inline-block;
    vertical-align: middle
}

    .exp_item_quantity input:focus {
        outline: 1px solid #52658f !important;
    }

    .exp_item_quantity input[type=number]::-webkit-inner-spin-button,
    .exp_item_quantity input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0
    }

.exp_add_cart {
    margin-top: 30px;
}

    .exp_add_cart input[type="submit"] {
        background: #52658f;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 400;
        color: #fff;
        -webkit-appearance: none;
        padding: 15px 20px !important;
        border-radius: 2px;
        font-size: 14px !important;
        box-sizing: border-box;
        border-width: 0;
        -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

        .exp_add_cart input[type="submit"]:hover {
            background: #5d73a2;
        }

.exp_item_details_wrap .selector-wrapper {
    margin-bottom: 24px
}

    .exp_item_details_wrap .selector-wrapper label {
        display: inline-block;
        margin: 0 15px 10px 0
    }

.exp_item_details_wrap .select-wrapper {
    display: inline-block;
    text-align: left
}

.exp_item_details_wrap .add-to-cart {
    margin-top: 30px
}

.exp_item_details_wrap input[type=submit] {
    margin: 0
}

.exp_item_description {
    margin-top: 40px;
    text-align: left
}

    .exp_item_description:before,
    .exp_item_description:after {
        content: " ";
        display: table
    }

    .exp_item_description:after {
        clear: both
    }

    .exp_item_description > *:first-child {
        margin-top: 0
    }

    .exp_item_description > *:last-child {
        margin-bottom: 0
    }

    .exp_item_description ul {
        list-style: disc
    }

    .exp_item_description ul,
    .exp_item_description ol,
    .exp_item_description dl {
        padding-left: 20px
    }

        .exp_item_description ul li,
        .exp_item_description ol li,
        .exp_item_description dl li {
            margin: 5px 0
        }

    .exp_item_description blockquote {
        border-left: 2px solid #333a56;
        padding-left: 50px
    }

        .exp_item_description blockquote cite {
            display: block;
            font-style: normal;
            color: #333a56;
            margin-top: 15px
        }

    .exp_item_description table {
        width: 100%
    }

    .exp_item_description .tabs {
        display: block;
        width: 100%;
        height: 54px;
        padding: 0;
        margin: 0;
        white-space: nowrap;
        position: relative;
        z-index: 10;
        font-size: 0
    }

@media (max-width: 770px) {
    .exp_item_description .tabs {
        text-align: center
    }
}

.exp_item_description .tabs li {
    font-size: 14px;
    display: inline-block;
    height: 55px;
    line-height: 55px;
    margin: 0;
    border: 1px solid transparent;
    border-bottom: none;
    cursor: pointer;
    color: #333a56
}

    .exp_item_description .tabs li a {
        display: block;
        padding: 0 30px;
        color: #52658f !important;
    }

        .exp_item_description .tabs li a:hover {
            text-decoration: none;
            color: #9ba8c6 !important;
        }

    .exp_item_description .tabs li:first-child {
        border-left: 0
    }

@media (max-width: 770px) {
    .exp_item_description .tabs li:first-child {
        border-left: 1px solid transparent
    }
}

.exp_item_description .tabs li.exp_active_tab {
    border-color: #ddd;
    height: 54px;
    background: transparent;
    border-bottom: 1px solid #fff
}

.exp_item_description .tabs-content {
    display: block;
    width: 100%;
    position: relative;
    top: -1px;
    z-index: 5;
    padding: 30px 0 0;
    margin: 0 0 30px;
    overflow: hidden;
    border-top: 1px solid #ddd
}

    .exp_item_description .tabs-content > li {
        display: none;
        margin: 0
    }

        .exp_item_description .tabs-content > li > *:first-child {
            margin-top: 0
        }

        .exp_item_description .tabs-content > li > *:last-child {
            margin-bottom: 0
        }

        .exp_item_description .tabs-content > li.exp_active_tab {
            display: block
        }

.exp_related_item_wrapper {
    clear: both;
}

    .exp_related_item_wrapper:before {
        content: '';
        display: block;
        padding-top: 1px;
    }

.exp_section_title {
    border-top: 1px solid #ddd;
    text-align: center;
    font-size: 18px;
    color: #333a56;
    font-weight: normal;
    text-transform: none;
    font-family: "Open Sans", sans-serif;
    margin-top: 100px !important;
}


@media (max-width: 1260px) {
    #username_container {
    }

    .exp_username {
        font-size: 10px !important;
    }

    #exp_giftshop_categories {
        /*        margin-top: -110px;*/
    }

    .exp_banner {
        width: 100%;
        /*        margin-top: -242px;*/
    }

    #exp_giftshop_page .exp_search, #exp_giftshopitem_page .exp_search {
        /*        right: 0;
        margin-bottom: 70px;
        margin-top: -102px;
        margin-left: 0;
        margin-right: 20px;*/
    }
}

@media (max-width: 991px) {
    #username_container {
    }

    .exp_username {
        font-size: 10px !important;
    }
}

@media(max-width: 942px) {
    #exp_giftshop_page .exp_search, #exp_giftshopitem_page .exp_search {
        /*        margin-top: -202px;*/
    }
}

@media (max-width: 768px) {
    #username_container {
    }

    .exp_username {
        font-size: 8px !important;
    }
}

@media (max-width: 600px) {

    #exp_giftshop_categories {
        /*        margin-top: -170px;
        font-size: 12px;*/
    }

    /*    #exp_giftshop_page .exp_banner, #exp_giftshopitem_page .exp_banner {
        margin-top: -292px;
    }*/

    #exp_giftshop_page .exp_search, #exp_giftshopitem_page .exp_search {
        /*        margin-top: -252px;*/
    }
}

@media (max-width: 540px) {

    #exp_giftshop_page .exp_search, #exp_giftshopitem_page .exp_search {
        /*        left: 0;
        width: 95%;
        padding-left: 5%;
        margin-bottom: 70px;
        margin-top: -62px;
        margin-left: 0;
        margin-right: 0px;*/
    }
}

@media (max-width: 480px) {
    #exp_giftshopitem_page {
        border-top: none;
    }

    .exp_breadcrumbs {
        padding-top: 0;
    }

    .exp_giftshop_item_qty_notice, #qtyErrorMessage {
        display: block;
    }

    #exp_giftshop_page .exp_search, #exp_giftshopitem_page .exp_search {
        /*        margin-top: -42px;*/
    }

    /*    #exp_giftshop_page .exp_banner, #exp_giftshopitem_page .exp_banner {
        margin-top: -280px;
        position: relative;
        font-size: 12px;
    }*/

    #exp_giftshop_page .exp_search, #exp_giftshopitem_page .exp_search {
        /*        position: relative;
        margin-top: 220px;
        margin-bottom: 30px;*/
    }

    #exp_giftshop_page .exp_search_input, #exp_giftshopitem_page .exp_search_input {
        width: 80%;
    }

    #exp_giftshop_page .exp_search input[type="submit"] {
        position: inherit;
        /*        border: 1px solid #ddd;*/
        /*        top:-590px;
        right:20px;*/
    }

    #exp_giftshopitem_page .exp_search input[type="submit"] {
        position: inherit;
        /*        border: 1px solid #ddd;*/
        /*        top:-1760px;
        right:20px;
        z-index:2000;*/
    }
}

@media (max-width: 428px) {
    #username_container {
    }

    .exp_username {
    }
}

@media (max-width: 364px) {
    #username_container {
    }

    .exp_username {
    }

    /*    #exp_giftshop_page .exp_banner, #exp_giftshopitem_page .exp_banner {
        margin-top: -285px;
    }*/
}

@media (max-width: 991px) {
    #mainMenu .exp_giftshop_subcategory_container {
        width: 100%;
        display: block;
    }

    #mainMenu .exp_giftshop_category_sub {
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
        display: block;
    }

    #mainMenu .exp_giftshop_category_nosub {
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    #mainMenu .exp_giftshop_category_sub a {
        width: 100%;
    }

    #mainMenu .exp_giftshop_category_nosub a {
        width: 100%;
    }

    #mainMenu .exp_giftshop_subcategory > a {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
        background-color: transparent;
    }

    #mainMenu .exp_giftshop_subcategory_list li:hover > a {
        background-color: transparent !important;
    }

    #mainMenu .exp_giftshop_category_nosub a, #mainMenu .exp_giftshop_category_sub a {
        padding: .5rem 1rem;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        color: #000;
    }
}

#exp_donation_page #ctl00_Main_divCCCardHolder {
    margin-bottom: 10px;
}


#exp_patroneducation_page {
    margin-left: auto; /*350px; */
    margin-right: auto;
}


    #exp_patroneducation_page #ctl00_Main_imgEventImage {
        max-width: 54%;
        margin-top: 25px;
        margin-left: 10px;
        margin-right: 30px;
    }

@media screen and (max-width:782px) {
    #exp_patroneducation_page #ctl00_Main_imgEventImage {
        max-width: 100%;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }

    #exp_patroneducation_page {
        margin-left: 0px;
        margin-right: 0px;
    }
}

#ctl00_Main_imgMembershipCardLogo {
    width: 50% !important;
    height: 50px !important
}

#exp_donation_page #ctl00_Main_tblCampaigns .exp_donation_level_input .exp_text_other_amount,
#exp_donation_page .exp_donation_level_input input[type='text'] {
/*    width: 50% !important;*/
}

#exp_donation_page #ctl00_Main_tblCampaigns .exp_donation_level_input .exp_field_radio label,
#exp_donation_page .exp_donation_level_input .exp_field_radio label {
    display: inline-block;
}

#exp_group_page > table > tbody > tr > td > div:nth-child(9) {
    display: none;
}

@media (min-width: 991px) {
    /*#exp_group_page > table > tbody > tr > td > div:nth-child(9) {
	margin-top: 155px;
}*/

    #exp_group_page #ctl00_Main_tblAdmissionCategories {
        margin: 25px 0;
        border-collapse: collapse;
        width: 100%;
    }

        #exp_group_page #ctl00_Main_tblAdmissionCategories th {
            text-align: left;
        }

        #exp_group_page #ctl00_Main_tblAdmissionCategories > tbody > tr:nth-child(1) > th:nth-child(3) {
            text-align: center;
        }

        #exp_group_page #ctl00_Main_tblAdmissionCategories td {
            padding: 5px;
            vertical-align: middle;
            width: 30px;
        }

    #exp_group_page td.exp_category_quantity_sub_container {
        text-align: right;
    }
}

#exp_group_page #ctl00_Main_imgEventImage {
    max-width: 60%;
    max-height: 70%;
}

@media (max-width: 440px) {
    #exp_group_page #ctl00_Main_imgEventImage {
        max-width: 100%;
        max-height: 70%;
    }
}

#exp_group_page #ctl00_Main_tblAdmissionCategories {
    font-size: 10pt;
    border: black;
    border-style: solid;
}

#exp_calendar_select_event_container > fieldset:nth-child(1) {
    display: none;
}

#exp_giftshop_categories span, #exp_giftshop_body span, #exp_giftshopitem_page .exp_breadcrumbs {
    font-family: Mulish, Verdana, Geneva, sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    font-style: normal;
    font-size: 25px;
}

.exp_calendar_checkbox {
    margin-top: 2px !important;
}

#exp_donation_page #divCCNum > div {
    display: table-caption;
    line-height: 1em;
}

#exp_donation_page #cardconnectTokenFrame {
    height: 42px !important;
}

.PurchaseCartTableValue select {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 11px !important;
}

footer button {
    background-color: #0D5257;
    border: 0px solid #fff;
    color: #fff;
    font-size: 13px;
    display: block;
    margin: 1em auto;
    padding: 1em 3em;
    position: relative;
}

.exp_calendar_event_tooltip {
    width: max-content;
}

.exp_calendar_month_event_datetime {
    width: max-content;
}

/*
.exp_calendar_month_event_tooltip {
	max-width: 500px!important;
} */

.txtCategoryQuantityTicketQuantity {
    width: 80px !important;
    text-align: center;
}

/* Gift Shop Item page for new switches */

.exp_item_option_container {
    display: flex;
    margin: auto;
    flex-wrap: wrap;
}

    .exp_item_option_container .exp_item_option {
        display: flex;
        justify-content: center;
        align-items: center;
        border: 2px solid #cbcbcb;
        border-radius: 50px;
        /* padding: 0 13px; */
        text-align: center;
        min-width: 100px;
        min-height: 100px;
        line-height: 38px;
        height: auto;
        width: auto;
        max-width: none;
        margin-right: 30px;
        margin-bottom: 13px;
        font-weight: 600;
        cursor: pointer;
    }

#exp_giftshopitem_page #divQuantity {
    display: flex;
    margin: auto;
    flex-wrap: wrap;
}

#exp_giftshopitem_page .exp_quantity {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #000;
    border-radius: 25px;
    /* padding: 0 13px; */
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    max-width: none;
    font-size: 50px;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
}

#exp_giftshopitem_page .exp_quantity_add {
    margin-left: 20px;
}

#exp_giftshopitem_page .exp_quantity_sub {
    margin-right: 20px;
}


.exp_item_images {
    position: relative !important;
    float: left;
    width: 33%;
    padding: 0 25px 0 30px;
}

.exp_item_details_wrap {
    float: left;
    width: 50%;
    padding: 0 30px 0 25px;
}

.exp_item_option_container .exp_item_option:hover {
    color: var(--exp-button-foreground-color, black);
    background-color: var(--exp-button-background-color, white);
}

#exp_giftshopitem_page .exp_quantity:hover {
    color: var(--exp-button-foreground-color, black);
    background-color: var(--exp-button-background-color, white);
}

.exp_item_option_container .exp_item_option.selected {
    color: var(--exp-button-foreground-color, black);
    background-color: var(--exp-button-background-color, white);
}

#exp_giftshopitem_page #exp_quantity_sub > span {
    padding-bottom: 10px;
}

#exp_giftshopitem_page .exp_item_quantity input {
    height: auto;
}

/* CardConnect Tokenizer Donation Page */

#divCCNum > div.exp_text_div {
    display: grid;
    grid-template-columns: 10px auto 10px;
}

    #divCCNum > div.exp_text_div > label {
        grid-row: 1;
        grid-column-start: 2;
        grid-column-end: 2;
    }

    #divCCNum > div.exp_text_div > .exp_field_required {
        grid-row: 1;
        grid-column-start: 1;
        grid-column-end: 1;
    }

    #divCCNum > div.exp_text_div > #ctl00_Main_CardNumberRequired {
        grid-row: 1;
        grid-column-start: 3;
        grid-column-end: 3;
    }

    #divCCNum > div.exp_text_div > iframe {
        grid-row: 2;
        grid-column-start: 1;
        grid-column-end: 3;
    }

    #divCCNum > div.exp_text_div > #ctl00_Main_CardConnectTokenValidator {
        grid-row: 3;
        grid-column-start: 1;
        grid-column-end: 3;
    }

#cardconnectTokenFrame {
    height: 37px !important;
}

#exp_login_container {
    width: 540px;
}

#exp_pay_without_login {
    padding-right: 20px;
}

.nd_options_navigation_4_sidebar .exp_giftshop_subcategory a {
    font-size: 14px;
}

.nd_options_navigation_4_sidebar .exp_giftshop_subcategory {
    padding: 0px 20px !important;
    text-align: left;
}

.exp_calendar_search_input_icon_svg {
    right: 16px !important;
    left: auto !important;
}

#ctl00_Main_exp_membership_card_thecard textarea {
    padding: 0 !important;
}

#mobileMenu .exp_giftshop_category_sub, #mobileMenu .exp_giftshop_category_nosub {
}

    #mobileMenu .exp_giftshop_category_sub a, #mobileMenu .exp_giftshop_category_nosub a {
    }

.header-menu-nav {
    padding-top: 100px;
}

.mega-menu .exp_giftshop_category_nosub a, .mega-menu .exp_giftshop_category_sub a {
    font-size: 1.125rem;
    color: #fefefe;
    display: block;
    width: 100%;
    padding: 0.5rem;
    position: relative;
    text-decoration: none;
}

    .mega-menu .exp_giftshop_category_nosub a:hover, .mega-menu .exp_giftshop_category_sub a:hover {
        color: #e5e5e5;
        background-color: #47297e;
        text-decoration: none;
    }

@media screen and (min-width: 59.375em) {
    .mega-menu .exp_giftshop_category_nosub, .mega-menu .exp_giftshop_category_sub {
        display: none;
    }
}

.mega-menu .exp_giftshop_category_nosub, .mega-menu .exp_giftshop_category_sub {
    padding: 0;
    list-style: none;
}

#ctl00_Main_exp_membership_card_thecard td {
    padding: 0;
}

#ctl00_Main_exp_membership_card_thecard textarea {
}

#mobileMenu .exp_giftshop_category_nosub, #mobileMenu .exp_giftshop_category_sub {
    padding-left: 0;
    padding-bottom: 0;
}

#mobileNav {
    top: 54px;
    width: calc(100vw - 15px);
    left: calc(71px - 50vw);
}
@media screen and (max-width: 766px) {
    #mobileNav {
        top: 36px;
        left: calc(13px - 75vw);
    }

}
#hamburger {
}

.elementor-location-header .elementor-button {
    font-family: "Ubuntu", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--e-global-color-f2ae79e);
    background-color: var(--e-global-color-secondary);
    border-radius: 8px 8px 8px 8px;
    padding: 17px 24px 17px 24px;
}

.elementor-location-header .elementor-element-22168cfb, .elementor-location-header .elementor-element-5e12c5f9 {
    margin-top: 10px;
}
#mobileNav .exp_topnavlink, #mobileNav .exp_giftshop_category_nosub > a, #mobileNav .exp_giftshop_category_sub > a {
    margin-left: 20px;
}

#mobileNav .exp_giftshop_subcategory > a {
    margin-left: 40px;
}

#mobileNav .exp_topnavlink, #mobileNav .exp_giftshop_category_nosub a, #mobileNav .exp_giftshop_category_sub a {
    box-sizing: border-box;
    box-shadow: none;
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
    line-height: 20px;
    transition: .4s;
    white-space: nowrap;
    flex-grow: 1;
    font-family: "Ubuntu", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    fill: var(--e-global-color-accent);
    color: var(--e-global-color-accent);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

:focus-visible {
    outline: none;
}
input {
    border-width: 1px;
}

.exp_calendar_bottom_nav_list_item {
    width: 30% !important;
}
.exp_calendar_today {
    padding-left: 10px;
}
#navMenu div>div {
    padding-bottom: 20px;
}

.exp_form_wrapper .exp_form_fields label.exp_toggle_container::before {
    /*    margin-top: 4px !important;
    margin-left: 4px !important;*/
}
.exp_member_dropdown {
    background-color: white;
}
#navMenu .exp_giftshop_category_nosub, #navMenu .exp_giftshop_category_sub {
    font-weight: 600;
    font-size: .875rem;
    text-align: right;
    padding-top: 0;
    padding-right: 0;
}
#navMenu .exp_giftshop_subcategory {
    padding-right: 20px;
}
#navMenu li {
    list-style-type: none;
}

#MENU_AS_CONTAINER_TOGGLE {
    --rd: 0px;
    --shd: none;
    --bg: var(--color_11);
    --borderwidth: 0px;
    --bordercolor: var(--color_15);
    --alpha-bordercolor: 1;
    --rdOpen: 0px;
    --shdOpen: none;
    --bgOpen: var(--color_11);
    --borderwidthOpen: 0px;
    --bordercolorOpen: var(--color_15);
    --alpha-bordercolorOpen: 1;
    --lineColor: var(--color_36);
    --alpha-lineColor: 1;
    --lineColorOpen: var(--color_15);
    --alpha-lineColorOpen: 1;
    --boxShadowToggleOn-shdOpen: none;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
    --alpha-bgOpen: 0;
}

#MENU_AS_CONTAINER_TOGGLE {
    width: 51px;
    height: 42px;
    display:none;
}
.gIn6Wf {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    cursor: pointer
}
.P4my70 {
    background-color: rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1));
    border: solid var(--borderwidth,0) rgba(var(--bordercolor,var(--color_11,color_11)),var(--alpha-bordercolor,1));
    border-radius: var(--rd,0);
    box-shadow: var(--shd,0 0 0 rgba(0,0,0,.6));
    transition: all .5s
}
    .P4my70, .P4my70.ZhsSZ_ {
        align-items: center;
        box-sizing: border-box;
        display: flex;
        height: 100%;
        justify-content: center;
        width: 100%
    }
.baZw44 {
    height: 20px;
    margin: auto;
    position: relative;
    width: 22px
}


.T8_LA1 {
    background-color: rgba(var(--lineColor,var(--color_11,color_11)),var(--alpha-lineColor,1));
    border-radius: 2px;
    height: 2px;
    left: 0;
    position: absolute;
    transition: all .25s ease-in-out;
    width: 100%
}
.baZw44.PztR8I .HZW1lN {
    transform: translateY(10px) translateY(-50%) rotate(-45deg)
}
.baZw44.PztR8I .T8_LA1 {
    background-color: rgba(var(--lineColorOpen, var(--color_11, color_11)), var(--alpha-lineColorOpen, 1));
}
.dbDvn7 {
    margin: auto;
    top: 0
}

.dbDvn7, .iu4m2t {
    bottom: 0
}
.baZw44.PztR8I .dbDvn7 {
    opacity: 0
}

.baZw44.PztR8I .iu4m2t {
    transform: translateY(-10px) translateY(50%) rotate(45deg)
}

.accordion_toggle {
    display: none !important;
}
#mobileMenu {
    padding-bottom: 20px;
}
.exp_calendar_search_input_container {
    padding-left: 5px;
    padding-right: 5px;
}
td.exp_membership_table_type, td.exp_membership_table_price, td.exp_membership_table_description {
    padding-top: 27px !important;
}

 @media (max-width:1024px) {
     #ulCategories {
         display:none;
     }
 }
  /*
 #ctl00_Main_exp_membership_gift_state, #exp_membership_family_1_gender, #exp_membership_family_2_gender, #exp_membership_family_3_gender, #exp_membership_family_4_gender, #exp_membership_family_5_gender, #exp_membership_family_6_gender, #exp_membership_family_7_gender, #exp_membership_family_8_gender, #exp_membership_family_9_gender, #exp_membership_family_10_gender, #exp_membership_family_11_gender, #exp_membership_family_12_gender, #exp_membership_family_1_relation, #exp_membership_family_2_relation, #exp_membership_family_3_relation, #exp_membership_family_4_relation, #exp_membership_family_5_relation, #exp_membership_family_6_relation, #exp_membership_family_7_relation, #exp_membership_family_8_relation, #exp_membership_family_9_relation, #exp_membership_family_10_relation, #exp_membership_family_11_relation,#exp_membership_family_12_relation {
	 height: auto;
 }
 */
.exp_form_wrapper select {
	 height: auto;
 }
 
 /* Payment Page */
#exp_login_container {
    width: 580px !important;
}

#exp_pay_without_login {
padding-right: 20px;
}

#exp_payment_page #ddlState {
    height: 40px !important;
}

#tblDiscountCode, #tblMemberPasses, #tblUsedDiscounts {
	margin:auto;
}

#ddlMemberPassQty {
	width: 75px;
}

#imgMemberPassQty {
	height: 25px;
}

/*
Donation Page Other Amount on same line as bubble
*/
#exp_donation_page #ctl00_Main_tblCampaigns .exp_donation_level_input .exp_text_other_amount,
#exp_donation_page .exp_donation_level_input input[type='text'] {
    width: 100% !important;
	height: 30px;
}
#exp_donation_page #ctl00_Main_tblCampaigns .exp_donation_level_input .exp_field_radio label,
#exp_donation_page .exp_donation_level_input .exp_field_radio label {
    display: inline-block;
}

a.exp_calendar_event_details_link {
    margin-top: 20px;
}

td.exp_category_quantity_container {
    text-align: center;
}

#exp_tickets_page > table > tbody > tr {
    display: grid;
}
#exp_tickets_page > table > tbody > tr > td {
    width: 100% !important;
}
#exp_tickets_page > table > tbody > tr > td:nth-child(1) {
    grid-row-start: 2;
}
#exp_tickets_page > table > tbody > tr > td:nth-child(2) {
    grid-row-start: 1;
}

#exp_tickets_page #ctl00_Main_tblAdmissionCategories {
    width: 100%;
}

#exp_tickets_page #ctl00_Main_tblAdmissionCategories .exp_category_quantity_container {
    width: 90px;
}

.framer-1e2ksz8 p {
    display: inline-block;
    width: auto;
    max-width: fit-content;
    float: left;
}
.framer-1e2ksz8 p a {
    float: left;
}
.framer-12jdsut p {
    display: inline-block;
    line-height: 10px;
    width: auto;
    max-width: fit-content;
    float: left;
}
.framer-188e6kc p {
    display: inline-block;
    width: auto;
    max-width: fit-content;
    float: left;
}
.framer-12jdsut p a {
    float: left;
}
.framer-1e2ksz8 p {
    line-height: 11px;
}
.framer-130imn4:hover a, .framer-1grpz3l-container:hover a {
    background-color: rgb(235, 235, 235) !important;
}

input[type='text'], input[type='password'] {
    padding-top: 5px;
    padding-bottom: 5px;
}
select.exp_select {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.exp-header td {
    padding-top: 5px;
    padding-bottom: 5px;
}
#btnSearch {
    box-shadow: none !important;
}

.exp_form_wrapper .exp_form_fields label.exp_toggle_container::before {
    height: calc(100% - 4px) !important;
}
.exp_form_wrapper .exp_form_fields label.exp_toggle_container::before {
/*    margin-left: 0 !important;*/
    margin-top: 0 !important;
}
.exp_member_dropdown .exp_member_dropdown_selection {
    width: 89% !important;
    padding-right: 0 !important;
}
@media (max-width: 1024px) {
    .banner-wrap {
        display: none;
    }
    .main-wrap .wsite-section-wrap:first-child .container {
        padding-top: 10px;
    }
}