@import url(//fonts.googleapis.com/css?family=Open+Sans);

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url("/font/poppins/Poppins-Regular.ttf");
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    src: url("/font/poppins/Poppins-Italic.ttf");
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: bold;
    src: url("/font/poppins/Poppins-Bold.ttf");
}
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: bold;
    src: url("/font/poppins/Poppins-BoldItalic.ttf");
}

@font-face {
    font-family: 'Wallman';
    src: url("/font/wallman/Wallman.ttf");
}


meta.foundation-version {
    font-family: "/5.4.7/"
}

meta.foundation-mq-small {
    font-family: "/only screen/";
    width: 0em
}

meta.foundation-mq-medium {
    font-family: "/only screen and (min-width:40.063em)/";
    width: 40.063em
}

meta.foundation-mq-large {
    font-family: "/only screen and (min-width:64.063em)/";
    width: 64.063em
}

meta.foundation-mq-xlarge {
    font-family: "/only screen and (min-width:90.063em)/";
    width: 90.063em
}

meta.foundation-mq-xxlarge {
    font-family: "/only screen and (min-width:120.063em)/";
    width: 120.063em
}

meta.foundation-data-attribute-namespace {
    font-family: false
}

html, body {
    height: 100%
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html, body {
    font-size: 100%
}

body {
    background: #F7F6EF;
    color: #555;
    padding: 0;
    margin: 0;
    font-family: Poppins, Verdana, Arial, sans;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    position: relative;
    cursor: auto
}

a:hover {
    cursor: pointer
}

img {
    max-width: 100%;
    height: auto
}

img {
    -ms-interpolation-mode: bicubic
}

#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object {
    max-width: none !important
}

.left {
    float: left !important
}

.right {
    float: right !important
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.hide {
    display: none !important;
    visibility: hidden
}

.invisible {
    visibility: hidden
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

img {
    display: inline-block;
    vertical-align: middle
}

textarea {
    height: auto;
    min-height: 50px
}

select {
    width: 100%
}

.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 62.5rem
}
.row-1200 {
    max-width: 75rem;
}

    .row:before, .row:after {
        content: " ";
        display: table
    }

    .row:after {
        clear: both
    }

    .row.collapse > .column, .row.collapse > .columns {
        padding-left: 0;
        padding-right: 0
    }

    .row.collapse .row {
        margin-left: 0;
        margin-right: 0
    }

    .row .row {
        width: auto;
        margin-left: -0.9375rem;
        margin-right: -0.9375rem;
        margin-top: 0;
        margin-bottom: 0;
        max-width: none
    }

        .row .row:before, .row .row:after {
            content: " ";
            display: table
        }

        .row .row:after {
            clear: both
        }

        .row .row.collapse {
            width: auto;
            margin: 0;
            max-width: none
        }

            .row .row.collapse:before, .row .row.collapse:after {
                content: " ";
                display: table
            }

            .row .row.collapse:after {
                clear: both
            }

.column, .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left
}

[class*="column"] + [class*="column"]:last-child {
    float: right
}

[class*="column"] + [class*="column"].end {
    float: left
}

@media only screen {
    .small-push-0 {
        position: relative;
        left: 0%;
        right: auto
    }

    .small-pull-0 {
        position: relative;
        right: 0%;
        left: auto
    }

    .small-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }

    .small-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }

    .small-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }

    .small-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }

    .small-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }

    .small-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }

    .small-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }

    .small-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }

    .small-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }

    .small-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }

    .small-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }

    .small-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }

    .small-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }

    .small-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }

    .small-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }

    .small-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }

    .small-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }

    .small-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }

    .small-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }

    .small-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }

    .small-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }

    .small-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }

    .column, .columns {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left
    }

    .small-1 {
        width: 8.33333%
    }

    .small-2 {
        width: 16.66667%
    }

    .small-3 {
        width: 25%
    }

    .small-4 {
        width: 33.33333%
    }

    .small-5 {
        width: 41.66667%
    }

    .small-6 {
        width: 50%
    }

    .small-7 {
        width: 58.33333%
    }

    .small-8 {
        width: 66.66667%
    }

    .small-9 {
        width: 75%
    }

    .small-10 {
        width: 83.33333%
    }

    .small-11 {
        width: 91.66667%
    }

    .small-12 {
        width: 100%
    }

    .small-offset-0 {
        margin-left: 0% !important
    }

    .small-offset-1 {
        margin-left: 8.33333% !important
    }

    .small-offset-2 {
        margin-left: 16.66667% !important
    }

    .small-offset-3 {
        margin-left: 25% !important
    }

    .small-offset-4 {
        margin-left: 33.33333% !important
    }

    .small-offset-5 {
        margin-left: 41.66667% !important
    }

    .small-offset-6 {
        margin-left: 50% !important
    }

    .small-offset-7 {
        margin-left: 58.33333% !important
    }

    .small-offset-8 {
        margin-left: 66.66667% !important
    }

    .small-offset-9 {
        margin-left: 75% !important
    }

    .small-offset-10 {
        margin-left: 83.33333% !important
    }

    .small-offset-11 {
        margin-left: 91.66667% !important
    }

    .small-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left
    }

    .column.small-centered, .columns.small-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }

    .column.small-uncentered, .columns.small-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left
    }

    .column.small-centered:last-child, .columns.small-centered:last-child {
        float: none
    }

    .column.small-uncentered:last-child, .columns.small-uncentered:last-child {
        float: left
    }

    .column.small-uncentered.opposite, .columns.small-uncentered.opposite {
        float: right
    }
}

@media only screen and (min-width: 40.063em) {
    .medium-push-0 {
        position: relative;
        left: 0%;
        right: auto
    }

    .medium-pull-0 {
        position: relative;
        right: 0%;
        left: auto
    }

    .medium-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }

    .medium-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }

    .medium-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }

    .medium-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }

    .medium-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }

    .medium-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }

    .medium-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }

    .medium-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }

    .medium-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }

    .medium-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }

    .medium-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }

    .medium-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }

    .medium-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }

    .medium-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }

    .medium-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }

    .medium-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }

    .medium-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }

    .medium-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }

    .medium-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }

    .medium-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }

    .medium-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }

    .medium-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }

    .column, .columns {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left
    }

    .medium-1 {
        width: 8.33333%
    }

    .medium-2 {
        width: 16.66667%
    }

    .medium-3 {
        width: 25%
    }

    .medium-4 {
        width: 33.33333%
    }

    .medium-5 {
        width: 41.66667%
    }

    .medium-6 {
        width: 50%
    }

    .medium-7 {
        width: 58.33333%
    }

    .medium-8 {
        width: 66.66667%
    }

    .medium-9 {
        width: 75%
    }

    .medium-10 {
        width: 83.33333%
    }

    .medium-11 {
        width: 91.66667%
    }

    .medium-12 {
        width: 100%
    }

    .medium-offset-0 {
        margin-left: 0% !important
    }

    .medium-offset-1 {
        margin-left: 8.33333% !important
    }

    .medium-offset-2 {
        margin-left: 16.66667% !important
    }

    .medium-offset-3 {
        margin-left: 25% !important
    }

    .medium-offset-4 {
        margin-left: 33.33333% !important
    }

    .medium-offset-5 {
        margin-left: 41.66667% !important
    }

    .medium-offset-6 {
        margin-left: 50% !important
    }

    .medium-offset-7 {
        margin-left: 58.33333% !important
    }

    .medium-offset-8 {
        margin-left: 66.66667% !important
    }

    .medium-offset-9 {
        margin-left: 75% !important
    }

    .medium-offset-10 {
        margin-left: 83.33333% !important
    }

    .medium-offset-11 {
        margin-left: 91.66667% !important
    }

    .medium-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left
    }

    .column.medium-centered, .columns.medium-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }

    .column.medium-uncentered, .columns.medium-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left
    }

    .column.medium-centered:last-child, .columns.medium-centered:last-child {
        float: none
    }

    .column.medium-uncentered:last-child, .columns.medium-uncentered:last-child {
        float: left
    }

    .column.medium-uncentered.opposite, .columns.medium-uncentered.opposite {
        float: right
    }

    .push-0 {
        position: relative;
        left: 0%;
        right: auto
    }

    .pull-0 {
        position: relative;
        right: 0%;
        left: auto
    }

    .push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }

    .pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }

    .push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }

    .pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }

    .push-3 {
        position: relative;
        left: 25%;
        right: auto
    }

    .pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }

    .push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }

    .pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }

    .push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }

    .pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }

    .push-6 {
        position: relative;
        left: 50%;
        right: auto
    }

    .pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }

    .push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }

    .pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }

    .push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }

    .pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }

    .push-9 {
        position: relative;
        left: 75%;
        right: auto
    }

    .pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }

    .push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }

    .pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }

    .push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }

    .pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }
}

@media only screen and (min-width: 64.063em) {
    .large-push-0 {
        position: relative;
        left: 0%;
        right: auto
    }

    .large-pull-0 {
        position: relative;
        right: 0%;
        left: auto
    }

    .large-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }

    .large-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }

    .large-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }

    .large-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }

    .large-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }

    .large-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }

    .large-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }

    .large-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }

    .large-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }

    .large-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }

    .large-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }

    .large-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }

    .large-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }

    .large-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }

    .large-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }

    .large-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }

    .large-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }

    .large-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }

    .large-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }

    .large-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }

    .large-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }

    .large-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }

    .column, .columns {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left
    }

    .large-1 {
        width: 8.33333%
    }

    .large-2 {
        width: 16.66667%
    }

    .large-3 {
        width: 25%
    }

    .large-4 {
        width: 33.33333%
    }

    .large-5 {
        width: 41.66667%
    }

    .large-6 {
        width: 50%
    }

    .large-7 {
        width: 58.33333%
    }

    .large-8 {
        width: 66.66667%
    }

    .large-9 {
        width: 75%
    }

    .large-10 {
        width: 83.33333%
    }

    .large-11 {
        width: 91.66667%
    }

    .large-12 {
        width: 100%
    }

    .large-offset-0 {
        margin-left: 0% !important
    }

    .large-offset-1 {
        margin-left: 8.33333% !important
    }

    .large-offset-2 {
        margin-left: 16.66667% !important
    }

    .large-offset-3 {
        margin-left: 25% !important
    }

    .large-offset-4 {
        margin-left: 33.33333% !important
    }

    .large-offset-5 {
        margin-left: 41.66667% !important
    }

    .large-offset-6 {
        margin-left: 50% !important
    }

    .large-offset-7 {
        margin-left: 58.33333% !important
    }

    .large-offset-8 {
        margin-left: 66.66667% !important
    }

    .large-offset-9 {
        margin-left: 75% !important
    }

    .large-offset-10 {
        margin-left: 83.33333% !important
    }

    .large-offset-11 {
        margin-left: 91.66667% !important
    }

    .large-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left
    }

    .column.large-centered, .columns.large-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }

    .column.large-uncentered, .columns.large-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left
    }

    .column.large-centered:last-child, .columns.large-centered:last-child {
        float: none
    }

    .column.large-uncentered:last-child, .columns.large-uncentered:last-child {
        float: left
    }

    .column.large-uncentered.opposite, .columns.large-uncentered.opposite {
        float: right
    }

    .push-0 {
        position: relative;
        left: 0%;
        right: auto
    }

    .pull-0 {
        position: relative;
        right: 0%;
        left: auto
    }

    .push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }

    .pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }

    .push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }

    .pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }

    .push-3 {
        position: relative;
        left: 25%;
        right: auto
    }

    .pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }

    .push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }

    .pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }

    .push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }

    .pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }

    .push-6 {
        position: relative;
        left: 50%;
        right: auto
    }

    .pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }

    .push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }

    .pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }

    .push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }

    .pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }

    .push-9 {
        position: relative;
        left: 75%;
        right: auto
    }

    .pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }

    .push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }

    .pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }

    .push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }

    .pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }
}

@media only screen {
    .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important
    }

    .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important
    }

    .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }

    .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px)
    }

    table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
        display: table !important
    }

    thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important
    }

    tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important
    }

    tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row !important
    }

    th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important
    }
}

@media only screen and (min-width: 40.063em) {
    .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important
    }

    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important
    }

    .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }

    .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px)
    }

    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
        display: table !important
    }

    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important
    }

    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important
    }

    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row !important
    }

    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important
    }
}

@media only screen and (min-width: 64.063em) {
    .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important
    }

    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important
    }

    .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }

    .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px)
    }

    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
        display: table !important
    }

    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important
    }

    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important
    }

    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row !important
    }

    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important
    }
}

@media only screen and (min-width: 90.063em) {
    .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important
    }

    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important
    }

    .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }

    .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px)
    }

    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
        display: table !important
    }

    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important
    }

    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important
    }

    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row !important
    }

    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important
    }
}

@media only screen and (min-width: 120.063em) {
    .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important
    }

    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important
    }

    .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }

    .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px)
    }

    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
        display: table !important
    }

    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important
    }

    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important
    }

    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row !important
    }

    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important
    }
}

.show-for-landscape, .hide-for-portrait {
    display: inherit !important
}

.hide-for-landscape, .show-for-portrait {
    display: none !important
}

table.hide-for-landscape, table.show-for-portrait {
    display: table !important
}

thead.hide-for-landscape, thead.show-for-portrait {
    display: table-header-group !important
}

tbody.hide-for-landscape, tbody.show-for-portrait {
    display: table-row-group !important
}

tr.hide-for-landscape, tr.show-for-portrait {
    display: table-row !important
}

td.hide-for-landscape, td.show-for-portrait, th.hide-for-landscape, th.show-for-portrait {
    display: table-cell !important
}

@media only screen and (orientation: landscape) {
    .show-for-landscape, .hide-for-portrait {
        display: inherit !important
    }

    .hide-for-landscape, .show-for-portrait {
        display: none !important
    }

    table.show-for-landscape, table.hide-for-portrait {
        display: table !important
    }

    thead.show-for-landscape, thead.hide-for-portrait {
        display: table-header-group !important
    }

    tbody.show-for-landscape, tbody.hide-for-portrait {
        display: table-row-group !important
    }

    tr.show-for-landscape, tr.hide-for-portrait {
        display: table-row !important
    }

    td.show-for-landscape, td.hide-for-portrait, th.show-for-landscape, th.hide-for-portrait {
        display: table-cell !important
    }
}

@media only screen and (orientation: portrait) {
    .show-for-portrait, .hide-for-landscape {
        display: inherit !important
    }

    .hide-for-portrait, .show-for-landscape {
        display: none !important
    }

    table.show-for-portrait, table.hide-for-landscape {
        display: table !important
    }

    thead.show-for-portrait, thead.hide-for-landscape {
        display: table-header-group !important
    }

    tbody.show-for-portrait, tbody.hide-for-landscape {
        display: table-row-group !important
    }

    tr.show-for-portrait, tr.hide-for-landscape {
        display: table-row !important
    }

    td.show-for-portrait, td.hide-for-landscape, th.show-for-portrait, th.hide-for-landscape {
        display: table-cell !important
    }
}

.show-for-touch {
    display: none !important
}

.hide-for-touch {
    display: inherit !important
}

.touch .show-for-touch {
    display: inherit !important
}

.touch .hide-for-touch {
    display: none !important
}

table.hide-for-touch {
    display: table !important
}

.touch table.show-for-touch {
    display: table !important
}

thead.hide-for-touch {
    display: table-header-group !important
}

.touch thead.show-for-touch {
    display: table-header-group !important
}

tbody.hide-for-touch {
    display: table-row-group !important
}

.touch tbody.show-for-touch {
    display: table-row-group !important
}

tr.hide-for-touch {
    display: table-row !important
}

.touch tr.show-for-touch {
    display: table-row !important
}

td.hide-for-touch {
    display: table-cell !important
}

.touch td.show-for-touch {
    display: table-cell !important
}

th.hide-for-touch {
    display: table-cell !important
}

.touch th.show-for-touch {
    display: table-cell !important
}

@media print {
    .show-for-print {
        display: block
    }

    .hide-for-print {
        display: none
    }

    table.show-for-print {
        display: table !important
    }

    thead.show-for-print {
        display: table-header-group !important
    }

    tbody.show-for-print {
        display: table-row-group !important
    }

    tr.show-for-print {
        display: table-row !important
    }

    td.show-for-print {
        display: table-cell !important
    }

    th.show-for-print {
        display: table-cell !important
    }
}

[class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -0.625rem
}

    [class*="block-grid-"]:before, [class*="block-grid-"]:after {
        content: " ";
        display: table
    }

    [class*="block-grid-"]:after {
        clear: both
    }

    [class*="block-grid-"] > li {
        display: block;
        height: auto;
        float: left;
        padding: 0 0.625rem 1.25rem
    }

@media only screen {
    .small-block-grid-1 > li {
        width: 100%;
        list-style: none
    }

        .small-block-grid-1 > li:nth-of-type(1n) {
            clear: none
        }

        .small-block-grid-1 > li:nth-of-type(1n+1) {
            clear: both
        }

    .small-block-grid-2 > li {
        width: 50%;
        list-style: none
    }

        .small-block-grid-2 > li:nth-of-type(1n) {
            clear: none
        }

        .small-block-grid-2 > li:nth-of-type(2n+1) {
            clear: both
        }

    .small-block-grid-3 > li {
        width: 33.33333%;
        list-style: none
    }

        .small-block-grid-3 > li:nth-of-type(1n) {
            clear: none
        }

        .small-block-grid-3 > li:nth-of-type(3n+1) {
            clear: both
        }

    .small-block-grid-4 > li {
        width: 25%;
        list-style: none
    }

        .small-block-grid-4 > li:nth-of-type(1n) {
            clear: none
        }

        .small-block-grid-4 > li:nth-of-type(4n+1) {
            clear: both
        }

    .small-block-grid-5 > li {
        width: 20%;
        list-style: none
    }

        .small-block-grid-5 > li:nth-of-type(1n) {
            clear: none
        }

        .small-block-grid-5 > li:nth-of-type(5n+1) {
            clear: both
        }

    .small-block-grid-6 > li {
        width: 16.66667%;
        list-style: none
    }

        .small-block-grid-6 > li:nth-of-type(1n) {
            clear: none
        }

        .small-block-grid-6 > li:nth-of-type(6n+1) {
            clear: both
        }

    .small-block-grid-7 > li {
        width: 14.28571%;
        list-style: none
    }

        .small-block-grid-7 > li:nth-of-type(1n) {
            clear: none
        }

        .small-block-grid-7 > li:nth-of-type(7n+1) {
            clear: both
        }

    .small-block-grid-8 > li {
        width: 12.5%;
        list-style: none
    }

        .small-block-grid-8 > li:nth-of-type(1n) {
            clear: none
        }

        .small-block-grid-8 > li:nth-of-type(8n+1) {
            clear: both
        }

    .small-block-grid-9 > li {
        width: 11.11111%;
        list-style: none
    }

        .small-block-grid-9 > li:nth-of-type(1n) {
            clear: none
        }

        .small-block-grid-9 > li:nth-of-type(9n+1) {
            clear: both
        }

    .small-block-grid-10 > li {
        width: 10%;
        list-style: none
    }

        .small-block-grid-10 > li:nth-of-type(1n) {
            clear: none
        }

        .small-block-grid-10 > li:nth-of-type(10n+1) {
            clear: both
        }

    .small-block-grid-11 > li {
        width: 9.09091%;
        list-style: none
    }

        .small-block-grid-11 > li:nth-of-type(1n) {
            clear: none
        }

        .small-block-grid-11 > li:nth-of-type(11n+1) {
            clear: both
        }

    .small-block-grid-12 > li {
        width: 8.33333%;
        list-style: none
    }

        .small-block-grid-12 > li:nth-of-type(1n) {
            clear: none
        }

        .small-block-grid-12 > li:nth-of-type(12n+1) {
            clear: both
        }
}

@media only screen and (min-width: 40.063em) {
    .medium-block-grid-1 > li {
        width: 100%;
        list-style: none
    }

        .medium-block-grid-1 > li:nth-of-type(1n) {
            clear: none
        }

        .medium-block-grid-1 > li:nth-of-type(1n+1) {
            clear: both
        }

    .medium-block-grid-2 > li {
        width: 50%;
        list-style: none
    }

        .medium-block-grid-2 > li:nth-of-type(1n) {
            clear: none
        }

        .medium-block-grid-2 > li:nth-of-type(2n+1) {
            clear: both
        }

    .medium-block-grid-3 > li {
        width: 33.33333%;
        list-style: none
    }

        .medium-block-grid-3 > li:nth-of-type(1n) {
            clear: none
        }

        .medium-block-grid-3 > li:nth-of-type(3n+1) {
            clear: both
        }

    .medium-block-grid-4 > li {
        width: 25%;
        list-style: none
    }

        .medium-block-grid-4 > li:nth-of-type(1n) {
            clear: none
        }

        .medium-block-grid-4 > li:nth-of-type(4n+1) {
            clear: both
        }

    .medium-block-grid-5 > li {
        width: 20%;
        list-style: none
    }

        .medium-block-grid-5 > li:nth-of-type(1n) {
            clear: none
        }

        .medium-block-grid-5 > li:nth-of-type(5n+1) {
            clear: both
        }

    .medium-block-grid-6 > li {
        width: 16.66667%;
        list-style: none
    }

        .medium-block-grid-6 > li:nth-of-type(1n) {
            clear: none
        }

        .medium-block-grid-6 > li:nth-of-type(6n+1) {
            clear: both
        }

    .medium-block-grid-7 > li {
        width: 14.28571%;
        list-style: none
    }

        .medium-block-grid-7 > li:nth-of-type(1n) {
            clear: none
        }

        .medium-block-grid-7 > li:nth-of-type(7n+1) {
            clear: both
        }

    .medium-block-grid-8 > li {
        width: 12.5%;
        list-style: none
    }

        .medium-block-grid-8 > li:nth-of-type(1n) {
            clear: none
        }

        .medium-block-grid-8 > li:nth-of-type(8n+1) {
            clear: both
        }

    .medium-block-grid-9 > li {
        width: 11.11111%;
        list-style: none
    }

        .medium-block-grid-9 > li:nth-of-type(1n) {
            clear: none
        }

        .medium-block-grid-9 > li:nth-of-type(9n+1) {
            clear: both
        }

    .medium-block-grid-10 > li {
        width: 10%;
        list-style: none
    }

        .medium-block-grid-10 > li:nth-of-type(1n) {
            clear: none
        }

        .medium-block-grid-10 > li:nth-of-type(10n+1) {
            clear: both
        }

    .medium-block-grid-11 > li {
        width: 9.09091%;
        list-style: none
    }

        .medium-block-grid-11 > li:nth-of-type(1n) {
            clear: none
        }

        .medium-block-grid-11 > li:nth-of-type(11n+1) {
            clear: both
        }

    .medium-block-grid-12 > li {
        width: 8.33333%;
        list-style: none
    }

        .medium-block-grid-12 > li:nth-of-type(1n) {
            clear: none
        }

        .medium-block-grid-12 > li:nth-of-type(12n+1) {
            clear: both
        }
}

@media only screen and (min-width: 64.063em) {
    .large-block-grid-1 > li {
        width: 100%;
        list-style: none
    }

        .large-block-grid-1 > li:nth-of-type(1n) {
            clear: none
        }

        .large-block-grid-1 > li:nth-of-type(1n+1) {
            clear: both
        }

    .large-block-grid-2 > li {
        width: 50%;
        list-style: none
    }

        .large-block-grid-2 > li:nth-of-type(1n) {
            clear: none
        }

        .large-block-grid-2 > li:nth-of-type(2n+1) {
            clear: both
        }

    .large-block-grid-3 > li {
        width: 33.33333%;
        list-style: none
    }

        .large-block-grid-3 > li:nth-of-type(1n) {
            clear: none
        }

        .large-block-grid-3 > li:nth-of-type(3n+1) {
            clear: both
        }

    .large-block-grid-4 > li {
        width: 25%;
        list-style: none
    }

        .large-block-grid-4 > li:nth-of-type(1n) {
            clear: none
        }

        .large-block-grid-4 > li:nth-of-type(4n+1) {
            clear: both
        }

    .large-block-grid-5 > li {
        width: 20%;
        list-style: none
    }

        .large-block-grid-5 > li:nth-of-type(1n) {
            clear: none
        }

        .large-block-grid-5 > li:nth-of-type(5n+1) {
            clear: both
        }

    .large-block-grid-6 > li {
        width: 16.66667%;
        list-style: none
    }

        .large-block-grid-6 > li:nth-of-type(1n) {
            clear: none
        }

        .large-block-grid-6 > li:nth-of-type(6n+1) {
            clear: both
        }

    .large-block-grid-7 > li {
        width: 14.28571%;
        list-style: none
    }

        .large-block-grid-7 > li:nth-of-type(1n) {
            clear: none
        }

        .large-block-grid-7 > li:nth-of-type(7n+1) {
            clear: both
        }

    .large-block-grid-8 > li {
        width: 12.5%;
        list-style: none
    }

        .large-block-grid-8 > li:nth-of-type(1n) {
            clear: none
        }

        .large-block-grid-8 > li:nth-of-type(8n+1) {
            clear: both
        }

    .large-block-grid-9 > li {
        width: 11.11111%;
        list-style: none
    }

        .large-block-grid-9 > li:nth-of-type(1n) {
            clear: none
        }

        .large-block-grid-9 > li:nth-of-type(9n+1) {
            clear: both
        }

    .large-block-grid-10 > li {
        width: 10%;
        list-style: none
    }

        .large-block-grid-10 > li:nth-of-type(1n) {
            clear: none
        }

        .large-block-grid-10 > li:nth-of-type(10n+1) {
            clear: both
        }

    .large-block-grid-11 > li {
        width: 9.09091%;
        list-style: none
    }

        .large-block-grid-11 > li:nth-of-type(1n) {
            clear: none
        }

        .large-block-grid-11 > li:nth-of-type(11n+1) {
            clear: both
        }

    .large-block-grid-12 > li {
        width: 8.33333%;
        list-style: none
    }

        .large-block-grid-12 > li:nth-of-type(1n) {
            clear: none
        }

        .large-block-grid-12 > li:nth-of-type(12n+1) {
            clear: both
        }
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-justify {
    text-align: justify !important
}

@media only screen and (max-width: 40em) {
    .small-only-text-left {
        text-align: left !important
    }

    .small-only-text-right {
        text-align: right !important
    }

    .small-only-text-center {
        text-align: center !important
    }

    .small-only-text-justify {
        text-align: justify !important
    }
}

@media only screen {
    .small-text-left {
        text-align: left !important
    }

    .small-text-right {
        text-align: right !important
    }

    .small-text-center {
        text-align: center !important
    }

    .small-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .medium-only-text-left {
        text-align: left !important
    }

    .medium-only-text-right {
        text-align: right !important
    }

    .medium-only-text-center {
        text-align: center !important
    }

    .medium-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 40.063em) {
    .medium-text-left {
        text-align: left !important
    }

    .medium-text-right {
        text-align: right !important
    }

    .medium-text-center {
        text-align: center !important
    }

    .medium-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 64.063em) and (max-width: 90em) {
    .large-only-text-left {
        text-align: left !important
    }

    .large-only-text-right {
        text-align: right !important
    }

    .large-only-text-center {
        text-align: center !important
    }

    .large-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 64.063em) {
    .large-text-left {
        text-align: left !important
    }

    .large-text-right {
        text-align: right !important
    }

    .large-text-center {
        text-align: center !important
    }

    .large-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
    .xlarge-only-text-left {
        text-align: left !important
    }

    .xlarge-only-text-right {
        text-align: right !important
    }

    .xlarge-only-text-center {
        text-align: center !important
    }

    .xlarge-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 90.063em) {
    .xlarge-text-left {
        text-align: left !important
    }

    .xlarge-text-right {
        text-align: right !important
    }

    .xlarge-text-center {
        text-align: center !important
    }

    .xlarge-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
    .xxlarge-only-text-left {
        text-align: left !important
    }

    .xxlarge-only-text-right {
        text-align: right !important
    }

    .xxlarge-only-text-center {
        text-align: center !important
    }

    .xxlarge-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 120.063em) {
    .xxlarge-text-left {
        text-align: left !important
    }

    .xxlarge-text-right {
        text-align: right !important
    }

    .xxlarge-text-center {
        text-align: center !important
    }

    .xxlarge-text-justify {
        text-align: justify !important
    }
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
    margin: 0;
    padding: 0
}

a {
    color: #C10230;
    text-decoration: none;
    line-height: inherit
}

    a:hover, a:focus {
        color: #C10230;
    }

    a img {
        border: none
    }

p {
    font-family: inherit;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility
}

    p.lead {
        font-size: 1.21875rem;
        line-height: 1.6
    }

    p aside {
        font-size: 0.875rem;
        line-height: 1.35;
        font-style: italic
    }

h1, h2, h3, h4, h5, h6 {
    font-family: Poppins, Verdana, Arial, sans;
    font-weight: normal;
    font-style: normal;
    color: #222;
    text-rendering: optimizeLegibility;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    line-height: 1.4
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
        font-size: 60%;
        color: #6f6f6f;
        line-height: 0
    }

h1 {
    font-size: 1.0625rem
}

h2 {
    font-size: 0.8125rem
}

h3 {
    font-size: 0.8125rem
}

h4 {
    font-size: 1.125rem
}

h5 {
    font-size: 1.125rem
}

h6 {
    font-size: 1rem
}

.subheader {
    line-height: 1.4;
    color: #6f6f6f;
    font-weight: normal;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 1.25rem 0 1.1875rem;
    height: 0
}

em, i {
    font-style: italic;
    line-height: inherit
}

strong, b {
    font-weight: bold;
    line-height: inherit
}

small {
    font-size: 60%;
    line-height: inherit
}

code {
    font-family: Consolas,"Liberation Mono",Courier,monospace;
    font-weight: normal;
    color: #333;
    background-color: #ededed;
    border-width: 1px;
    border-style: solid;
    border-color: #d5d5d5;
    padding: 0.125rem 0.3125rem 0.0625rem
}

ul, ol, dl {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    list-style-position: inside;
    font-family: inherit
}

ul {
    margin-left: 1.1rem
}

    ul.no-bullet {
        margin-left: 0
    }

        ul.no-bullet li ul, ul.no-bullet li ol {
            margin-left: 1.25rem;
            margin-bottom: 0;
            list-style: none
        }

    ul li ul, ul li ol {
        margin-left: 1.25rem;
        margin-bottom: 0
    }

    ul.square li ul, ul.circle li ul, ul.disc li ul {
        list-style: inherit
    }

    ul.square {
        list-style-type: square;
        margin-left: 1.1rem
    }

    ul.circle {
        list-style-type: circle;
        margin-left: 1.1rem
    }

    ul.disc {
        list-style-type: disc;
        margin-left: 1.1rem
    }

    ul.no-bullet {
        list-style: none
    }

ol {
    margin-left: 1.4rem
}

    ol li ul, ol li ol {
        margin-left: 1.25rem;
        margin-bottom: 0
    }

dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold
}

dl dd {
    margin-bottom: 0.75rem
}

abbr, acronym {
    text-transform: uppercase;
    font-size: 90%;
    color: #555;
    cursor: help
}

abbr {
    text-transform: none
}

    abbr[title] {
        border-bottom: 1px dotted #ddd
    }

blockquote {
    margin: 0 0 1.25rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #ddd
}

    blockquote cite {
        display: block;
        font-size: 0.8125rem;
        color: #555
    }

        blockquote cite:before {
            content: "\2014 \0020"
        }

        blockquote cite a, blockquote cite a:visited {
            color: #555
        }

    blockquote, blockquote p {
        line-height: 1.6;
        color: #6f6f6f
    }

.vcard {
    display: inline-block;
    margin: 0 0 1.25rem 0;
    border: 1px solid #ddd;
    padding: 0.625rem 0.75rem
}

    .vcard li {
        margin: 0;
        display: block
    }

    .vcard .fn {
        font-weight: bold;
        font-size: 0.9375rem
    }

.vevent .summary {
    font-weight: bold
}

.vevent abbr {
    cursor: default;
    text-decoration: none;
    font-weight: bold;
    border: none;
    padding: 0 0.0625rem
}

@media only screen and (min-width: 40.063em) {
    h1, h2, h3, h4, h5, h6 {
        line-height: 1.4
    }

    h1 {
        font-size: 1.6875rem
    }

    h2 {
        font-size: 1.4375rem
    }

    h3 {
        font-size: 1.125rem
    }

    h4 {
        font-size: 1.4375rem
    }

    h5 {
        font-size: 1.125rem
    }

    h6 {
        font-size: 1rem
    }
}

.print-only {
    display: none !important
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

        a[href]:after {
            content: " (" attr(href) ")"
        }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr, img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: 0.5cm
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .hide-on-print {
        display: none !important
    }

    .print-only {
        display: block !important
    }

    .hide-for-print {
        display: none !important
    }

    .show-for-print {
        display: inherit !important
    }
}

button, .button {
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-family: Poppins, Verdana, Arial, sans;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 0.875rem;
    background-color: #C10230;
    border-color: #C10230;
    color: #fff;
    transition: background-color 300ms ease-out
}

    button:hover, button:focus, .button:hover, .button:focus {
        background-color: #C10230;
    }

    button:hover, button:focus, .button:hover, .button:focus {
        color: #fff
    }

    button.secondary, .button.secondary {
        background-color: #C3C3C3;
        border-color: #9c9c9c;
        color: #333
    }

        button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
            background-color: #9c9c9c
        }

        button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
            color: #fff
        }

    button.success, .button.success {
        background-color: #ff5300;
        border-color: #cc4200;
        color: #fff
    }

        button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
            background-color: #cc4200
        }

        button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
            color: #fff
        }

    button.alert, .button.alert {
        background-color: #ED1B23;
        border-color: #c40f16;
        color: #fff
    }

        button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
            background-color: #c40f16
        }

        button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
            color: #fff
        }

    button.warning, .button.warning {
        background-color: #f08a24;
        border-color: #cf6e0e;
        color: #fff
    }

        button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
            background-color: #cf6e0e
        }

        button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
            color: #fff
        }

    button.info, .button.info {
        background-color: #a0d3e8;
        border-color: #61b6d9;
        color: #333
    }

        button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
            background-color: #61b6d9
        }

        button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
            color: #fff
        }

    button.large, .button.large {
        padding-top: 1.125rem;
        padding-right: 2.25rem;
        padding-bottom: 1.1875rem;
        padding-left: 2.25rem;
        font-size: 1.25rem
    }

    button.small, .button.small {
        padding-top: 0.875rem;
        padding-right: 1.75rem;
        padding-bottom: 0.9375rem;
        padding-left: 1.75rem;
        font-size: 0.8125rem
    }

    button.tiny, .button.tiny {
        padding-top: 0.625rem;
        padding-right: 1.25rem;
        padding-bottom: 0.6875rem;
        padding-left: 1.25rem;
        font-size: 0.875rem
    }

    button.expand, .button.expand {
        padding-right: 0;
        padding-left: 0;
        width: 100%
    }

    button.left-align, .button.left-align {
        text-align: left;
        text-indent: 0.75rem
    }

    button.right-align, .button.right-align {
        text-align: right;
        padding-right: 0.75rem
    }

    button.radius, .button.radius {
        border-radius: 6px
    }

    button.round, .button.round {
        border-radius: 1000px
    }

    button.disabled, button[disabled], .button.disabled, .button[disabled] {
        background-color: #C10230;
        border-color: #C10230;
        color: #fff;
        cursor: default;
        opacity: 0.7;
        box-shadow: none
    }

        button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
            background-color: #C10230
        }

        button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
            color: #fff
        }

        button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
            background-color: #E91922
        }

        button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
            background-color: #C3C3C3;
            border-color: #9c9c9c;
            color: #333;
            cursor: default;
            opacity: 0.7;
            box-shadow: none
        }

            button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
                background-color: #9c9c9c
            }

            button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
                color: #fff
            }

            button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
                background-color: #C3C3C3
            }

        button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
            background-color: #ff5300;
            border-color: #cc4200;
            color: #fff;
            cursor: default;
            opacity: 0.7;
            box-shadow: none
        }

            button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
                background-color: #cc4200
            }

            button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
                color: #fff
            }

            button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
                background-color: #ff5300
            }

        button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
            background-color: #ED1B23;
            border-color: #c40f16;
            color: #fff;
            cursor: default;
            opacity: 0.7;
            box-shadow: none
        }

            button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
                background-color: #c40f16
            }

            button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
                color: #fff
            }

            button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
                background-color: #ED1B23
            }

        button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
            background-color: #f08a24;
            border-color: #cf6e0e;
            color: #fff;
            cursor: default;
            opacity: 0.7;
            box-shadow: none
        }

            button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
                background-color: #cf6e0e
            }

            button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
                color: #fff
            }

            button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
                background-color: #f08a24
            }

        button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
            background-color: #a0d3e8;
            border-color: #61b6d9;
            color: #333;
            cursor: default;
            opacity: 0.7;
            box-shadow: none
        }

            button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
                background-color: #61b6d9
            }

            button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
                color: #fff
            }

            button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
                background-color: #a0d3e8
            }

    button::-moz-focus-inner {
        border: 0;
        padding: 0
    }

@media only screen and (min-width: 40.063em) {
    button, .button {
        display: inline-block
    }
}

form {
    margin: 0 0 1rem
}

    form .row .row .column, form .row .row .columns {
        padding: 0 0.5rem
    }

    form .row .row.collapse {
        margin: 0
    }

        form .row .row.collapse .column, form .row .row.collapse .columns {
            padding: 0
        }

        form .row .row.collapse input {
            -webkit-border-bottom-right-radius: 0;
            -webkit-border-top-right-radius: 0;
            border-bottom-right-radius: 0;
            border-top-right-radius: 0
        }

    form .row input.column, form .row input.columns, form .row textarea.column, form .row textarea.columns {
        padding-left: 0.5rem
    }

label {
    font-size: 0.875rem;
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0
}

    label.right {
        float: none !important;
        text-align: right
    }

    label.inline {
        margin: 0 0 1rem 0;
        padding: 0.5625rem 0
    }

    label small {
        text-transform: capitalize;
        color: #676767
    }

.prefix, .postfix {
    display: block;
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    font-size: 0.875rem;
    height: 2.3125rem;
    line-height: 2.3125rem
}

    .postfix.button {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        text-align: center;
        line-height: 2.125rem;
        border: none
    }

    .prefix.button {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        text-align: center;
        line-height: 2.125rem;
        border: none
    }

        .prefix.button.radius {
            border-radius: 0;
            -webkit-border-bottom-left-radius: 6px;
            -webkit-border-top-left-radius: 6px;
            border-bottom-left-radius: 6px;
            border-top-left-radius: 6px
        }

    .postfix.button.radius {
        border-radius: 0;
        -webkit-border-bottom-right-radius: 6px;
        -webkit-border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        border-top-right-radius: 6px
    }

    .prefix.button.round {
        border-radius: 0;
        -webkit-border-bottom-left-radius: 1000px;
        -webkit-border-top-left-radius: 1000px;
        border-bottom-left-radius: 1000px;
        border-top-left-radius: 1000px
    }

    .postfix.button.round {
        border-radius: 0;
        -webkit-border-bottom-right-radius: 1000px;
        -webkit-border-top-right-radius: 1000px;
        border-bottom-right-radius: 1000px;
        border-top-right-radius: 1000px
    }

span.prefix, label.prefix {
    background: #f2f2f2;
    border-right: none;
    color: #333;
    border-color: #ccc
}

span.postfix, label.postfix {
    background: #f2f2f2;
    border-left: none;
    color: #333;
    border-color: #ccc
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background-color: #fff;
    font-family: inherit;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    color: rgba(0,0,0,0.75);
    display: block;
    font-size: 0.875rem;
    margin: 0 0 1rem 0;
    padding: 0.5rem;
    height: 2.3125rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: box-shadow 0.45s,border-color 0.45s ease-in-out
}

    input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
        box-shadow: 0 0 5px #999;
        border-color: #999
    }

    input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
        background: #fafafa;
        border-color: #999;
        outline: none
    }

    input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
        background-color: #ddd;
        cursor: default
    }

    input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly], fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly], fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly], fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly], fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly], fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly], fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly], fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly], fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly], fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly], fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
        background-color: #ddd;
        cursor: default
    }

    input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
        border-radius: 6px
    }

form .row .prefix-radius.row.collapse input, form .row .prefix-radius.row.collapse textarea, form .row .prefix-radius.row.collapse select {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

form .row .prefix-radius.row.collapse .prefix {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

form .row .postfix-radius.row.collapse input, form .row .postfix-radius.row.collapse textarea, form .row .postfix-radius.row.collapse select {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

form .row .postfix-radius.row.collapse .postfix {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

form .row .prefix-round.row.collapse input, form .row .prefix-round.row.collapse textarea, form .row .prefix-round.row.collapse select {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px
}

form .row .prefix-round.row.collapse .prefix {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px
}

form .row .postfix-round.row.collapse input, form .row .postfix-round.row.collapse textarea, form .row .postfix-round.row.collapse select {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px
}

form .row .postfix-round.row.collapse .postfix {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px
}

input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0px
}

textarea[rows] {
    height: auto
}

textarea {
    max-width: 100%
}

select {
    -webkit-appearance: none !important;
    -webkit-border-radius: 0px;
    background-color: #FAFAFA;
    background-image: url("data:image/svg+xml; base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
    background-position: 100% center;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    padding: 0.5rem;
    font-size: 0.875rem;
    color: rgba(0,0,0,0.75);
    line-height: normal;
    border-radius: 0;
    height: 2.3125rem
}

    select::-ms-expand {
        display: none
    }

    select.radius {
        border-radius: 6px
    }

    select:hover {
        background-color: #f3f3f3;
        border-color: #999
    }

    select:disabled {
        background-color: #ddd;
        cursor: default
    }

input[type="file"], input[type="checkbox"], input[type="radio"], select {
    margin: 0 0 1rem 0
}

    input[type="checkbox"] + label, input[type="radio"] + label {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: baseline
    }

input[type="file"] {
    width: 100%
}

fieldset {
    border: 1px solid #ddd;
    padding: 1.25rem;
    margin: 1.125rem 0
}

    fieldset legend {
        font-weight: bold;
        background: #fff;
        padding: 0 0.1875rem;
        margin: 0;
        margin-left: -0.1875rem
    }

[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    background: #ED1B23;
    color: #fff
}

[data-abide] span.error, [data-abide] small.error {
    display: none
}

span.error, small.error {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    background: #ED1B23;
    color: #fff
}

.error input, .error textarea, .error select {
    margin-bottom: 0
}

    .error input[type="checkbox"], .error input[type="radio"] {
        margin-bottom: 1rem
    }

.error label, .error label.error {
    color: #ED1B23
}

.error small.error {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    background: #ED1B23;
    color: #fff
}

.error > label > small {
    color: #676767;
    background: transparent;
    padding: 0;
    text-transform: capitalize;
    font-style: normal;
    font-size: 60%;
    margin: 0;
    display: inline
}

.error span.error-message {
    display: block
}

input.error, textarea.error, select.error {
    margin-bottom: 0
}

label.error {
    color: #ED1B23
}

.button-group {
    list-style: none;
    margin: 0;
    left: 0
}

    .button-group:before, .button-group:after {
        content: " ";
        display: table
    }

    .button-group:after {
        clear: both
    }

    .button-group > li {
        margin: 0 -2px;
        display: inline-block
    }

        .button-group > li > button, .button-group > li .button {
            border-left: 1px solid;
            border-color: rgba(255,255,255,0.5)
        }

        .button-group > li:first-child button, .button-group > li:first-child .button {
            border-left: 0
        }

    .button-group.stack > li {
        margin: 0 -2px;
        display: inline-block;
        display: block;
        margin: 0;
        float: none
    }

        .button-group.stack > li > button, .button-group.stack > li .button {
            border-left: 1px solid;
            border-color: rgba(255,255,255,0.5)
        }

        .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
            border-left: 0
        }

        .button-group.stack > li > button, .button-group.stack > li .button {
            border-top: 1px solid;
            border-color: rgba(255,255,255,0.5);
            border-left-width: 0px;
            margin: 0;
            display: block
        }

        .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
            border-top: 0
        }

    .button-group.stack-for-small > li {
        margin: 0 -2px;
        display: inline-block
    }

        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
            border-left: 1px solid;
            border-color: rgba(255,255,255,0.5)
        }

        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
            border-left: 0
        }

@media only screen and (max-width: 40em) {
    .button-group.stack-for-small > li {
        margin: 0 -2px;
        display: inline-block;
        display: block;
        margin: 0
    }

        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
            border-left: 1px solid;
            border-color: rgba(255,255,255,0.5)
        }

        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
            border-left: 0
        }

        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
            border-top: 1px solid;
            border-color: rgba(255,255,255,0.5);
            border-left-width: 0px;
            margin: 0;
            display: block
        }

        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
            border-top: 0
        }
}

.button-group.radius > * {
    margin: 0 -2px;
    display: inline-block
}

    .button-group.radius > * > button, .button-group.radius > * .button {
        border-left: 1px solid;
        border-color: rgba(255,255,255,0.5)
    }

    .button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
        border-left: 0
    }

    .button-group.radius > *, .button-group.radius > * > a, .button-group.radius > * > button, .button-group.radius > * > .button {
        border-radius: 0
    }

        .button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
            -webkit-border-bottom-left-radius: 6px;
            -webkit-border-top-left-radius: 6px;
            border-bottom-left-radius: 6px;
            border-top-left-radius: 6px
        }

        .button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
            -webkit-border-bottom-right-radius: 6px;
            -webkit-border-top-right-radius: 6px;
            border-bottom-right-radius: 6px;
            border-top-right-radius: 6px
        }

.button-group.radius.stack > * {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0
}

    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
        border-left: 1px solid;
        border-color: rgba(255,255,255,0.5)
    }

    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
        border-left: 0
    }

    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
        border-top: 1px solid;
        border-color: rgba(255,255,255,0.5);
        border-left-width: 0px;
        margin: 0;
        display: block
    }

    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
        border-top: 0
    }

    .button-group.radius.stack > *, .button-group.radius.stack > * > a, .button-group.radius.stack > * > button, .button-group.radius.stack > * > .button {
        border-radius: 0
    }

        .button-group.radius.stack > *:first-child, .button-group.radius.stack > *:first-child > a, .button-group.radius.stack > *:first-child > button, .button-group.radius.stack > *:first-child > .button {
            -webkit-top-left-radius: 6px;
            -webkit-top-right-radius: 6px;
            border-top-left-radius: 6px;
            border-top-right-radius: 6px
        }

        .button-group.radius.stack > *:last-child, .button-group.radius.stack > *:last-child > a, .button-group.radius.stack > *:last-child > button, .button-group.radius.stack > *:last-child > .button {
            -webkit-bottom-left-radius: 6px;
            -webkit-bottom-right-radius: 6px;
            border-bottom-left-radius: 6px;
            border-bottom-right-radius: 6px
        }

@media only screen and (min-width: 40.063em) {
    .button-group.radius.stack-for-small > * {
        margin: 0 -2px;
        display: inline-block
    }

        .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
            border-left: 1px solid;
            border-color: rgba(255,255,255,0.5)
        }

        .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
            border-left: 0
        }

        .button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .button {
            border-radius: 0
        }

            .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
                -webkit-border-bottom-left-radius: 6px;
                -webkit-border-top-left-radius: 6px;
                border-bottom-left-radius: 6px;
                border-top-left-radius: 6px
            }

            .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
                -webkit-border-bottom-right-radius: 6px;
                -webkit-border-top-right-radius: 6px;
                border-bottom-right-radius: 6px;
                border-top-right-radius: 6px
            }
}

@media only screen and (max-width: 40em) {
    .button-group.radius.stack-for-small > * {
        margin: 0 -2px;
        display: inline-block;
        display: block;
        margin: 0
    }

        .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
            border-left: 1px solid;
            border-color: rgba(255,255,255,0.5)
        }

        .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
            border-left: 0
        }

        .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
            border-top: 1px solid;
            border-color: rgba(255,255,255,0.5);
            border-left-width: 0px;
            margin: 0;
            display: block
        }

        .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
            border-top: 0
        }

        .button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .button {
            border-radius: 0
        }

            .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
                -webkit-top-left-radius: 6px;
                -webkit-top-right-radius: 6px;
                border-top-left-radius: 6px;
                border-top-right-radius: 6px
            }

            .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
                -webkit-bottom-left-radius: 6px;
                -webkit-bottom-right-radius: 6px;
                border-bottom-left-radius: 6px;
                border-bottom-right-radius: 6px
            }
}

.button-group.round > * {
    margin: 0 -2px;
    display: inline-block
}

    .button-group.round > * > button, .button-group.round > * .button {
        border-left: 1px solid;
        border-color: rgba(255,255,255,0.5)
    }

    .button-group.round > *:first-child button, .button-group.round > *:first-child .button {
        border-left: 0
    }

    .button-group.round > *, .button-group.round > * > a, .button-group.round > * > button, .button-group.round > * > .button {
        border-radius: 0
    }

        .button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
            -webkit-border-bottom-left-radius: 1000px;
            -webkit-border-top-left-radius: 1000px;
            border-bottom-left-radius: 1000px;
            border-top-left-radius: 1000px
        }

        .button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
            -webkit-border-bottom-right-radius: 1000px;
            -webkit-border-top-right-radius: 1000px;
            border-bottom-right-radius: 1000px;
            border-top-right-radius: 1000px
        }

.button-group.round.stack > * {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0
}

    .button-group.round.stack > * > button, .button-group.round.stack > * .button {
        border-left: 1px solid;
        border-color: rgba(255,255,255,0.5)
    }

    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
        border-left: 0
    }

    .button-group.round.stack > * > button, .button-group.round.stack > * .button {
        border-top: 1px solid;
        border-color: rgba(255,255,255,0.5);
        border-left-width: 0px;
        margin: 0;
        display: block
    }

    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
        border-top: 0
    }

    .button-group.round.stack > *, .button-group.round.stack > * > a, .button-group.round.stack > * > button, .button-group.round.stack > * > .button {
        border-radius: 0
    }

        .button-group.round.stack > *:first-child, .button-group.round.stack > *:first-child > a, .button-group.round.stack > *:first-child > button, .button-group.round.stack > *:first-child > .button {
            -webkit-top-left-radius: 0.625rem;
            -webkit-top-right-radius: 0.625rem;
            border-top-left-radius: 0.625rem;
            border-top-right-radius: 0.625rem
        }

        .button-group.round.stack > *:last-child, .button-group.round.stack > *:last-child > a, .button-group.round.stack > *:last-child > button, .button-group.round.stack > *:last-child > .button {
            -webkit-bottom-left-radius: 0.625rem;
            -webkit-bottom-right-radius: 0.625rem;
            border-bottom-left-radius: 0.625rem;
            border-bottom-right-radius: 0.625rem
        }

@media only screen and (min-width: 40.063em) {
    .button-group.round.stack-for-small > * {
        margin: 0 -2px;
        display: inline-block
    }

        .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
            border-left: 1px solid;
            border-color: rgba(255,255,255,0.5)
        }

        .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
            border-left: 0
        }

        .button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .button {
            border-radius: 0
        }

            .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
                -webkit-border-bottom-left-radius: 1000px;
                -webkit-border-top-left-radius: 1000px;
                border-bottom-left-radius: 1000px;
                border-top-left-radius: 1000px
            }

            .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
                -webkit-border-bottom-right-radius: 1000px;
                -webkit-border-top-right-radius: 1000px;
                border-bottom-right-radius: 1000px;
                border-top-right-radius: 1000px
            }
}

@media only screen and (max-width: 40em) {
    .button-group.round.stack-for-small > * {
        margin: 0 -2px;
        display: inline-block;
        display: block;
        margin: 0
    }

        .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
            border-left: 1px solid;
            border-color: rgba(255,255,255,0.5)
        }

        .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
            border-left: 0
        }

        .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
            border-top: 1px solid;
            border-color: rgba(255,255,255,0.5);
            border-left-width: 0px;
            margin: 0;
            display: block
        }

        .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
            border-top: 0
        }

        .button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .button {
            border-radius: 0
        }

            .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
                -webkit-top-left-radius: 0.625rem;
                -webkit-top-right-radius: 0.625rem;
                border-top-left-radius: 0.625rem;
                border-top-right-radius: 0.625rem
            }

            .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
                -webkit-bottom-left-radius: 0.625rem;
                -webkit-bottom-right-radius: 0.625rem;
                border-bottom-left-radius: 0.625rem;
                border-bottom-right-radius: 0.625rem
            }
}

.button-group.even-2 li {
    margin: 0 -2px;
    display: inline-block;
    width: 50%
}

    .button-group.even-2 li > button, .button-group.even-2 li .button {
        border-left: 1px solid;
        border-color: rgba(255,255,255,0.5)
    }

    .button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
        border-left: 0
    }

    .button-group.even-2 li button, .button-group.even-2 li .button {
        width: 100%
    }

.button-group.even-3 li {
    margin: 0 -2px;
    display: inline-block;
    width: 33.33333%
}

    .button-group.even-3 li > button, .button-group.even-3 li .button {
        border-left: 1px solid;
        border-color: rgba(255,255,255,0.5)
    }

    .button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
        border-left: 0
    }

    .button-group.even-3 li button, .button-group.even-3 li .button {
        width: 100%
    }

.button-group.even-4 li {
    margin: 0 -2px;
    display: inline-block;
    width: 25%
}

    .button-group.even-4 li > button, .button-group.even-4 li .button {
        border-left: 1px solid;
        border-color: rgba(255,255,255,0.5)
    }

    .button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
        border-left: 0
    }

    .button-group.even-4 li button, .button-group.even-4 li .button {
        width: 100%
    }

.button-group.even-5 li {
    margin: 0 -2px;
    display: inline-block;
    width: 20%
}

    .button-group.even-5 li > button, .button-group.even-5 li .button {
        border-left: 1px solid;
        border-color: rgba(255,255,255,0.5)
    }

    .button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
        border-left: 0
    }

    .button-group.even-5 li button, .button-group.even-5 li .button {
        width: 100%
    }

.button-group.even-6 li {
    margin: 0 -2px;
    display: inline-block;
    width: 16.66667%
}

    .button-group.even-6 li > button, .button-group.even-6 li .button {
        border-left: 1px solid;
        border-color: rgba(255,255,255,0.5)
    }

    .button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
        border-left: 0
    }

    .button-group.even-6 li button, .button-group.even-6 li .button {
        width: 100%
    }

.button-group.even-7 li {
    margin: 0 -2px;
    display: inline-block;
    width: 14.28571%
}

    .button-group.even-7 li > button, .button-group.even-7 li .button {
        border-left: 1px solid;
        border-color: rgba(255,255,255,0.5)
    }

    .button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
        border-left: 0
    }

    .button-group.even-7 li button, .button-group.even-7 li .button {
        width: 100%
    }

.button-group.even-8 li {
    margin: 0 -2px;
    display: inline-block;
    width: 12.5%
}

    .button-group.even-8 li > button, .button-group.even-8 li .button {
        border-left: 1px solid;
        border-color: rgba(255,255,255,0.5)
    }

    .button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
        border-left: 0
    }

    .button-group.even-8 li button, .button-group.even-8 li .button {
        width: 100%
    }

.button-bar:before, .button-bar:after {
    content: " ";
    display: table
}

.button-bar:after {
    clear: both
}

.button-bar .button-group {
    float: left;
    margin-right: 0.625rem
}

    .button-bar .button-group div {
        overflow: hidden
    }

meta.foundation-mq-topbar {
    font-family: "/only screen and (min-width:40.063em)/";
    width: 40.063em
}

.contain-to-grid {
    width: 100%;
    background: #F3F3F4
}

    .contain-to-grid .top-bar {
        margin-bottom: 0
    }

.fixed {
    width: 100%;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 99
}

    .fixed.expanded:not(.top-bar) {
        overflow-y: auto;
        height: auto;
        width: 100%;
        max-height: 100%
    }

        .fixed.expanded:not(.top-bar) .title-area {
            position: fixed;
            width: 100%;
            z-index: 99
        }

        .fixed.expanded:not(.top-bar) .top-bar-section {
            z-index: 98;
            margin-top: 27px
        }

.top-bar {
    overflow: hidden;
    height: 27px;
    line-height: 27px;
    position: relative;
    background: #F3F3F4;
    margin-bottom: 0
}

    .top-bar ul {
        margin-bottom: 0;
        list-style: none
    }

    .top-bar .row {
        max-width: none
    }

    .top-bar form, .top-bar input {
        margin-bottom: 0
    }

    .top-bar input {
        height: 1.8rem;
        padding-top: .35rem;
        padding-bottom: .35rem;
        font-size: 0.75rem
    }

    .top-bar .button, .top-bar button {
        padding-top: 0.4125rem;
        padding-bottom: 0.4125rem;
        margin-bottom: 0;
        font-size: 0.75rem
    }

@media only screen and (max-width: 40em) {
    .top-bar .button, .top-bar button {
        position: relative;
        top: -1px
    }
}

.top-bar .title-area {
    position: relative;
    margin: 0
}

.top-bar .name {
    height: 27px;
    margin: 0;
    font-size: 16px
}

    .top-bar .name h1 {
        line-height: 27px;
        font-size: 1.0625rem;
        margin: 0
    }

        .top-bar .name h1 a {
            font-weight: normal;
            color: #949494;
            width: 75%;
            display: block;
            padding: 0 9px
        }

.top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0
}

    .top-bar .toggle-topbar a {
        color: #949494;
        text-transform: uppercase;
        font-size: 0.8125rem;
        font-weight: bold;
        position: relative;
        display: block;
        padding: 0 9px;
        height: 27px;
        line-height: 27px
    }

    .top-bar .toggle-topbar.menu-icon {
        top: 50%;
        margin-top: -16px
    }

        .top-bar .toggle-topbar.menu-icon a {
            height: 34px;
            line-height: 33px;
            padding: 0 34px 0 9px;
            color: #fff;
            position: relative
        }

            .top-bar .toggle-topbar.menu-icon a span::after {
                content: "";
                position: absolute;
                display: block;
                height: 0;
                top: 50%;
                margin-top: -8px;
                right: 9px;
                box-shadow: 0 0px 0 1px #fff,0 7px 0 1px #fff,0 14px 0 1px #fff;
                width: 16px
            }

            .top-bar .toggle-topbar.menu-icon a span:hover:after {
                box-shadow: 0 0px 0 1px, 0 7px 0 1px, 0 14px 0 1px;
            }

.top-bar.expanded {
    height: auto;
    background: transparent
}

    .top-bar.expanded .title-area {
        background: #F3F3F4
    }

    .top-bar.expanded .toggle-topbar a {
        color: #888
    }

        .top-bar.expanded .toggle-topbar a span::after {
            box-shadow: 0 0px 0 1px #888,0 7px 0 1px #888,0 14px 0 1px #888
        }

.top-bar-section {
    left: 0;
    position: relative;
    width: auto;
    transition: left 300ms ease-out
}

    .top-bar-section ul {
        padding: 0;
        width: 100%;
        height: auto;
        display: block;
        font-size: 16px;
        margin: 0
    }

    .top-bar-section .divider, .top-bar-section [role="separator"] {
        border-top: solid 1px #1a1a1a;
        clear: both;
        height: 1px;
        width: 100%
    }

    .top-bar-section ul li {
        background: #d8d8dc
    }

        .top-bar-section ul li > a {
            display: block;
            width: 100%;
            color: #949494;
            padding: 12px 0 12px 0;
            padding-left: 9px;
            font-size: 0.8125rem;
            font-weight: normal;
            text-transform: none
        }

            .top-bar-section ul li > a.button {
                font-size: 0.8125rem;
                padding-right: 9px;
                padding-left: 9px;
                background-color: #C10230;
                border-color: #C10230;
                color: #fff
            }

                .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
                    background-color: #C10230
                }

                .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
                    color: #fff
                }

                .top-bar-section ul li > a.button.secondary {
                    background-color: #C3C3C3;
                    border-color: #9c9c9c;
                    color: #333
                }

                    .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
                        background-color: #9c9c9c
                    }

                    .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
                        color: #fff
                    }

                .top-bar-section ul li > a.button.success {
                    background-color: #ff5300;
                    border-color: #cc4200;
                    color: #fff
                }

                    .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
                        background-color: #cc4200
                    }

                    .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
                        color: #fff
                    }

                .top-bar-section ul li > a.button.alert {
                    background-color: #ED1B23;
                    border-color: #c40f16;
                    color: #fff
                }

                    .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
                        background-color: #c40f16
                    }

                    .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
                        color: #fff
                    }

                .top-bar-section ul li > a.button.warning {
                    background-color: #f08a24;
                    border-color: #cf6e0e;
                    color: #fff
                }

                    .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
                        background-color: #cf6e0e
                    }

                    .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
                        color: #fff
                    }

        .top-bar-section ul li > button {
            font-size: 0.8125rem;
            padding-right: 9px;
            padding-left: 9px;
            background-color: #C10230;
            border-color: #C10230;
            color: #fff
        }

            .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
                background-color: #C10230
            }

            .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
                color: #fff
            }

            .top-bar-section ul li > button.secondary {
                background-color: #C3C3C3;
                border-color: #9c9c9c;
                color: #333
            }

                .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
                    background-color: #9c9c9c
                }

                .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
                    color: #fff
                }

            .top-bar-section ul li > button.success {
                background-color: #ff5300;
                border-color: #cc4200;
                color: #fff
            }

                .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
                    background-color: #cc4200
                }

                .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
                    color: #fff
                }

            .top-bar-section ul li > button.alert {
                background-color: #ED1B23;
                border-color: #c40f16;
                color: #fff
            }

                .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
                    background-color: #c40f16
                }

                .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
                    color: #fff
                }

            .top-bar-section ul li > button.warning {
                background-color: #f08a24;
                border-color: #cf6e0e;
                color: #fff
            }

                .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
                    background-color: #cf6e0e
                }

                .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
                    color: #fff
                }

        .top-bar-section ul li:hover:not(.has-form) > a {
            background-color: #555;
            background: #272727;
            color: #fff
        }

        .top-bar-section ul li.active > a {
            background: #C10230;
            color: #fff
        }

            .top-bar-section ul li.active > a:hover {
                background: #C10230;
                color: #fff
            }

    .top-bar-section .has-form {
        padding: 9px
    }

    .top-bar-section .has-dropdown {
        position: relative
    }

        .top-bar-section .has-dropdown > a:after {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border: inset 5px;
            border-color: transparent transparent transparent rgba(255,255,255,0.4);
            border-left-style: solid;
            margin-right: 9px;
            margin-top: -4.5px;
            position: absolute;
            top: 50%;
            right: 0
        }

        .top-bar-section .has-dropdown.moved {
            position: static
        }

            .top-bar-section .has-dropdown.moved > .dropdown {
                display: block;
                position: static !important;
                height: auto;
                width: auto;
                overflow: visible;
                clip: auto;
                position: absolute !important;
                width: 100%
            }

            .top-bar-section .has-dropdown.moved > a:after {
                display: none
            }

    .top-bar-section .dropdown {
        padding: 0;
        position: absolute;
        left: 100%;
        top: 0;
        z-index: 99;
        display: block;
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px)
    }

        .top-bar-section .dropdown li {
            width: 100%;
            height: auto
        }

            .top-bar-section .dropdown li a {
                font-weight: normal;
                padding: 8px 9px
            }

                .top-bar-section .dropdown li a.parent-link {
                    font-weight: normal
                }

            .top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
                margin-bottom: 0;
                margin-top: 0;
                font-size: 1.125rem
            }

                .top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
                    color: #949494;
                    display: block
                }

                    .top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
                        background: none
                    }

            .top-bar-section .dropdown li.has-form {
                padding: 8px 9px
            }

            .top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
                top: auto
            }

        .top-bar-section .dropdown label {
            padding: 8px 9px 2px;
            margin-bottom: 0;
            text-transform: uppercase;
            color: #777;
            font-weight: bold;
            font-size: 0.625rem
        }

.js-generated {
    display: block
}

@media only screen and (min-width: 40.063em) {
    .top-bar {
        background: #F3F3F4;
        overflow: visible
    }

        .top-bar:before, .top-bar:after {
            content: " ";
            display: table
        }

        .top-bar:after {
            clear: both
        }

        .top-bar .toggle-topbar {
            display: none
        }

        .top-bar .title-area {
            float: left
        }

        .top-bar .name h1 a {
            width: auto
        }

        .top-bar input, .top-bar .button, .top-bar button {
            font-size: 0.875rem;
            position: relative;
            top: 7px
        }

        .top-bar.expanded {
            background: #F3F3F4
        }

    .contain-to-grid .top-bar {
        max-width: 62.5rem;
        margin: 0 auto;
        margin-bottom: 0
    }

    .top-bar-section {
        transition: none 0 0;
        left: 0 !important
    }

        .top-bar-section ul {
            width: auto;
            height: auto !important;
            display: inline
        }

            .top-bar-section ul li {
                float: left
            }

                .top-bar-section ul li .js-generated {
                    display: none
                }

        .top-bar-section li.hover > a:not(.button) {
            background-color: #555;
            background: #272727;
            color: #fff
        }

        .top-bar-section li:not(.has-form) a:not(.button) {
            padding: 0 9px;
            line-height: 27px;
            background: #F3F3F4
        }

            .top-bar-section li:not(.has-form) a:not(.button):hover {
                background-color: #555;
                background: #272727
            }

        .top-bar-section li.active:not(.has-form) a:not(.button) {
            padding: 0 9px;
            line-height: 27px;
            color: #fff;
            background: #E91922
        }

            .top-bar-section li.active:not(.has-form) a:not(.button):hover {
                background: #C10230;
                color: #fff
            }

        .top-bar-section .has-dropdown > a {
            padding-right: 29px !important
        }

            .top-bar-section .has-dropdown > a:after {
                content: "";
                display: block;
                width: 0;
                height: 0;
                border: inset 5px;
                border-color: rgba(255,255,255,0.4) transparent transparent transparent;
                border-top-style: solid;
                margin-top: -2.5px;
                top: 13.5px
            }

        .top-bar-section .has-dropdown.moved {
            position: relative
        }

            .top-bar-section .has-dropdown.moved > .dropdown {
                display: block;
                position: absolute !important;
                height: 1px;
                width: 1px;
                overflow: hidden;
                clip: rect(1px, 1px, 1px, 1px)
            }

        .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
            display: block;
            position: static !important;
            height: auto;
            width: auto;
            overflow: visible;
            clip: auto;
            position: absolute !important
        }

        .top-bar-section .has-dropdown > a:focus + .dropdown {
            display: block;
            position: static !important;
            height: auto;
            width: auto;
            overflow: visible;
            clip: auto;
            position: absolute !important
        }

        .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
            border: none;
            content: "\00bb";
            top: 1rem;
            margin-top: -1px;
            right: 5px;
            line-height: 1.2
        }

        .top-bar-section .dropdown {
            left: 0;
            top: auto;
            background: transparent;
            min-width: 100%
        }

            .top-bar-section .dropdown li a {
                color: #fff;
                line-height: 27px;
                white-space: nowrap;
                padding: 12px 9px;
                background: #333
            }

            .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
                color: #fff;
                background: #333
            }

            .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
                color: #fff;
                background-color: #555;
                background: #272727
            }

            .top-bar-section .dropdown li label {
                white-space: nowrap;
                background: #333
            }

            .top-bar-section .dropdown li .dropdown {
                left: 100%;
                top: 0
            }

        .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
            border-bottom: none;
            border-top: none;
            border-right: solid 1px #4e4e4e;
            clear: none;
            height: 27px;
            width: 0
        }

        .top-bar-section .has-form {
            background: #F3F3F4;
            padding: 0 9px;
            height: 27px
        }

        .top-bar-section .right li .dropdown {
            left: auto;
            right: 0
        }

            .top-bar-section .right li .dropdown li .dropdown {
                right: 100%
            }

        .top-bar-section .left li .dropdown {
            right: auto;
            left: 0
        }

            .top-bar-section .left li .dropdown li .dropdown {
                left: 100%
            }

    .no-js .top-bar-section ul li:hover > a {
        background-color: #555;
        background: #272727;
        color: #fff
    }

    .no-js .top-bar-section ul li:active > a {
        background: #C10230;
        color: #fff
    }

    .no-js .top-bar-section .has-dropdown:hover > .dropdown {
        display: block;
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important
    }

    .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
        display: block;
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important
    }
}

.reveal-modal-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    background: rgba(0,0,0,0.45);
    z-index: 1004;
    display: none;
    left: 0
}

.reveal-modal, dialog {
    visibility: hidden;
    display: none;
    position: absolute;
    z-index: 1005;
    width: 100vw;
    top: 0;
    border-radius: 6px;
    left: 0;
    background-color: #fff;
    padding: 1.25rem;
    border: solid 1px #666;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    padding: 1.875rem
}

@media only screen and (max-width: 40em) {
    .reveal-modal, dialog {
        min-height: 100vh
    }
}

.reveal-modal .column, dialog .column, .reveal-modal .columns, dialog .columns {
    min-width: 0
}

.reveal-modal > :first-child, dialog > :first-child {
    margin-top: 0
}

.reveal-modal > :last-child, dialog > :last-child {
    margin-bottom: 0
}

@media only screen and (min-width: 40.063em) {
    .reveal-modal, dialog {
        width: 80%;
        max-width: 62.5rem;
        left: 0;
        right: 0;
        margin: 0 auto
    }
}

@media only screen and (min-width: 40.063em) {
    .reveal-modal, dialog {
        top: 6.25rem
    }
}

.reveal-modal.radius, dialog.radius {
    border-radius: 6px
}

.reveal-modal.round, dialog.round {
    border-radius: 1000px
}

.reveal-modal.collapse, dialog.collapse {
    padding: 0
}

@media only screen and (min-width: 40.063em) {
    .reveal-modal.tiny, dialog.tiny {
        width: 30%;
        max-width: 62.5rem;
        left: 0;
        right: 0;
        margin: 0 auto
    }
}

@media only screen and (min-width: 40.063em) {
    .reveal-modal.small, dialog.small {
        width: 40%;
        max-width: 62.5rem;
        left: 0;
        right: 0;
        margin: 0 auto
    }
}

@media only screen and (min-width: 40.063em) {
    .reveal-modal.medium, dialog.medium {
        width: 60%;
        max-width: 62.5rem;
        left: 0;
        right: 0;
        margin: 0 auto
    }
}

@media only screen and (min-width: 40.063em) {
    .reveal-modal.large, dialog.large {
        width: 70%;
        max-width: 62.5rem;
        left: 0;
        right: 0;
        margin: 0 auto
    }
}

@media only screen and (min-width: 40.063em) {
    .reveal-modal.xlarge, dialog.xlarge {
        width: 95%;
        max-width: 62.5rem;
        left: 0;
        right: 0;
        margin: 0 auto
    }
}

.reveal-modal.full, dialog.full {
    top: 0;
    left: 0;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none !important;
    margin-left: 0 !important
}

@media only screen and (min-width: 40.063em) {
    .reveal-modal.full, dialog.full {
        width: 100vw;
        max-width: 62.5rem;
        left: 0;
        right: 0;
        margin: 0 auto
    }
}

.reveal-modal .close-reveal-modal, dialog .close-reveal-modal {
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: 0.5rem;
    right: 0.6875rem;
    color: #aaa;
    font-weight: bold;
    cursor: pointer
}

dialog {
    display: none
}

    dialog::backdrop, dialog + .backdrop {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #000;
        background: rgba(0,0,0,0.45);
        z-index: auto;
        display: none;
        left: 0
    }

    dialog[open] {
        display: block
    }

@media print {
    dialog, .reveal-modal, dialog {
        display: none;
        background: #fff !important
    }
}

.alert-box {
    border-style: solid;
    border-width: 1px;
    display: block;
    font-weight: normal;
    margin-bottom: 1.25rem;
    position: relative;
    padding: 0.875rem 1.5rem 0.875rem 0.875rem;
    font-size: 0.8125rem;
    transition: opacity 300ms ease-out;
    background-color: #C10230;
    border-color: #C10230;
    color: #fff
}

    .alert-box .close {
        font-size: 1.375rem;
        padding: 9px 6px 4px;
        line-height: 0;
        position: absolute;
        top: 50%;
        margin-top: -0.6875rem;
        right: 0.25rem;
        color: #333;
        opacity: 0.3;
        background: inherit
    }

        .alert-box .close:hover, .alert-box .close:focus {
            opacity: 0.5
        }

    .alert-box.radius {
        border-radius: 6px
    }

    .alert-box.round {
        border-radius: 1000px
    }

    .alert-box.success {
        background-color: #ff5300;
        border-color: #db4700;
        color: #fff
    }

    .alert-box.alert {
        background-color: #ED1B23;
        border-color: #d21118;
        color: #fff
    }

    .alert-box.secondary {
        background-color: #C3C3C3;
        border-color: #a8a8a8;
        color: #424242
    }

    .alert-box.warning {
        background-color: #f08a24;
        border-color: #de770f;
        color: #fff
    }

    .alert-box.info {
        background-color: #a0d3e8;
        border-color: #74bfdd;
        color: #424242
    }

    .alert-box.alert-close {
        opacity: 0
    }

.breadcrumbs {
    display: block;
    padding: 0.1875rem 0.625rem 0.3125rem;
    overflow: hidden;
    margin-left: 0;
    list-style: none;
    border-style: none;
    border-width: 1px;
    background-color: #fff;
    border-color: #e6e6e6;
    border-radius: 6px
}

    .breadcrumbs > * {
        margin: 0;
        float: left;
        font-size: 0.6875rem;
        line-height: 0.6875rem;
        text-transform: uppercase;
        color: #E91922
    }

        .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
            text-decoration: underline
        }

        .breadcrumbs > * a {
            color: #E91922
        }

        .breadcrumbs > *.current {
            cursor: default;
            color: #333
        }

            .breadcrumbs > *.current a {
                cursor: default;
                color: #333
            }

            .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
                text-decoration: none
            }

        .breadcrumbs > *.unavailable {
            color: #999
        }

            .breadcrumbs > *.unavailable a {
                color: #999
            }

                .breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus, .breadcrumbs > *.unavailable a:focus {
                    text-decoration: none;
                    color: #999;
                    cursor: default
                }

        .breadcrumbs > *:before {
            content: "/";
            color: #aaa;
            margin: 0 0.75rem;
            position: relative;
            top: 1px
        }

        .breadcrumbs > *:first-child:before {
            content: " ";
            margin: 0
        }

[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
    content: "/"
}

.label {
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    margin-bottom: inherit;
    padding: 0.25rem 0.5rem 0.25rem;
    font-size: 0.6875rem;
    background-color: #C10230;
    color: #fff
}

    .label.radius {
        border-radius: 6px
    }

    .label.round {
        border-radius: 1000px
    }

    .label.alert {
        background-color: #ED1B23;
        color: #fff
    }

    .label.warning {
        background-color: #f08a24;
        color: #fff
    }

    .label.success {
        background-color: #ff5300;
        color: #fff
    }

    .label.secondary {
        background-color: #C3C3C3;
        color: #333
    }

    .label.info {
        background-color: #a0d3e8;
        color: #333
    }

ul.pagination {
    display: block;
    min-height: 1.5rem;
    margin-left: -0.3125rem
}

    ul.pagination li {
        height: 1.5rem;
        color: #222;
        font-size: 0.875rem;
        margin-left: 0.3125rem
    }

        ul.pagination li a, ul.pagination li button {
            display: block;
            padding: 0.0625rem 0.625rem 0.0625rem;
            color: #999;
            background: none;
            border-radius: 6px;
            font-weight: normal;
            font-size: 1em;
            line-height: inherit;
            transition: background-color 300ms ease-out
        }

            ul.pagination li:hover a, ul.pagination li a:focus, ul.pagination li:hover button, ul.pagination li button:focus {
                background: #e6e6e6
            }

        ul.pagination li.unavailable a, ul.pagination li.unavailable button {
            cursor: default;
            color: #999
        }

            ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus, ul.pagination li.unavailable:hover button, ul.pagination li.unavailable button:focus {
                background: transparent
            }

        ul.pagination li.current a, ul.pagination li.current button {
            background: #C10230;
            color: #fff;
            font-weight: bold;
            cursor: default
        }

            ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
                background: #E91922
            }

    ul.pagination li {
        float: left;
        display: block
    }

.pagination-centered {
    text-align: center
}

    .pagination-centered ul.pagination li {
        float: none;
        display: inline-block
    }

.progress {
    background-color: #F6F6F6;
    height: 1.5625rem;
    border: 1px solid #fff;
    padding: 0.125rem;
    margin-bottom: 0.625rem
}

    .progress .meter {
        background: #C10230;
        height: 100%;
        display: block
    }

    .progress.secondary .meter {
        background: #C3C3C3;
        height: 100%;
        display: block
    }

    .progress.success .meter {
        background: #ff5300;
        height: 100%;
        display: block
    }

    .progress.alert .meter {
        background: #ED1B23;
        height: 100%;
        display: block
    }

    .progress.radius {
        border-radius: 6px
    }

        .progress.radius .meter {
            border-radius: 5px
        }

    .progress.round {
        border-radius: 1000px
    }

        .progress.round .meter {
            border-radius: 999px
        }

table {
    background: #fff;
    margin-bottom: 1.25rem;
    border: solid 1px #ddd;
    table-layout: auto
}

    table caption {
        background: transparent;
        color: #fff;
        font-size: 1rem;
        font-weight: bold
    }

    table thead {
        background: #E91922
    }

        table thead tr th, table thead tr td {
            padding: 0.5rem 0.625rem 0.625rem;
            font-size: 0.875rem;
            font-weight: bold;
            color: #fff
        }

    table tfoot {
        background: #E91922
    }

        table tfoot tr th, table tfoot tr td {
            padding: 0.5rem 0.625rem 0.625rem;
            font-size: 0.875rem;
            font-weight: bold;
            color: #fff
        }

    table tr th, table tr td {
        padding: 0.5625rem 0.625rem;
        font-size: 0.875rem;
        color: #222;
        text-align: left
    }

    table tr.even, table tr.alt, table tr:nth-of-type(even) {
        background: #F9F9F9
    }

    table thead tr th, table tfoot tr th, table tfoot tr td, table tbody tr th, table tbody tr td, table tr td {
        display: table-cell;
        line-height: 1.125rem
    }

.has-tip {
    border-bottom: dotted 1px #ccc;
    cursor: help;
    font-weight: bold;
    color: #333
}

    .has-tip:hover, .has-tip:focus {
        border-bottom: dotted 1px #6a0a0e;
        color: #E91922
    }

    .has-tip.tip-left, .has-tip.tip-right {
        float: none !important
    }

.tooltip {
    display: none;
    position: absolute;
    z-index: 1006;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.3;
    padding: 0.75rem;
    max-width: 300px;
    left: 50%;
    width: 100%;
    color: #fff;
    background: #333
}

    .tooltip > .nub {
        display: block;
        left: 5px;
        position: absolute;
        width: 0;
        height: 0;
        border: solid 5px;
        border-color: transparent transparent #333 transparent;
        top: -10px;
        pointer-events: none
    }

        .tooltip > .nub.rtl {
            left: auto;
            right: 5px
        }

    .tooltip.radius {
        border-radius: 6px
    }

    .tooltip.round {
        border-radius: 1000px
    }

        .tooltip.round > .nub {
            left: 2rem
        }

    .tooltip.opened {
        color: #E91922 !important;
        border-bottom: dotted 1px #6a0a0e !important
    }

.tap-to-close {
    display: block;
    font-size: 0.625rem;
    color: #777;
    font-weight: normal
}

@media only screen and (min-width: 40.063em) {
    .tooltip > .nub {
        border-color: transparent transparent #333 transparent;
        top: -10px
    }

    .tooltip.tip-top > .nub {
        border-color: #333 transparent transparent transparent;
        top: auto;
        bottom: -10px
    }

    .tooltip.tip-left, .tooltip.tip-right {
        float: none !important
    }

        .tooltip.tip-left > .nub {
            border-color: transparent transparent transparent #333;
            right: -10px;
            left: auto;
            top: 50%;
            margin-top: -5px
        }

        .tooltip.tip-right > .nub {
            border-color: transparent #333 transparent transparent;
            right: auto;
            left: -10px;
            top: 50%;
            margin-top: -5px
        }
}

.f-dropdown {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    outline: none;
    width: 100%;
    max-height: none;
    height: auto;
    background: #fff;
    border: solid 1px #ccc;
    font-size: 0.875rem;
    z-index: 89;
    margin-top: 2px;
    max-width: 200px
}

    .f-dropdown > *:first-child {
        margin-top: 0
    }

    .f-dropdown > *:last-child {
        margin-bottom: 0
    }

    .f-dropdown:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        border-color: transparent transparent #fff transparent;
        border-bottom-style: solid;
        position: absolute;
        top: -12px;
        left: 10px;
        z-index: 89
    }

    .f-dropdown:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 7px;
        border-color: transparent transparent #ccc transparent;
        border-bottom-style: solid;
        position: absolute;
        top: -14px;
        left: 9px;
        z-index: 88
    }

    .f-dropdown.right:before {
        left: auto;
        right: 10px
    }

    .f-dropdown.right:after {
        left: auto;
        right: 9px
    }

    .f-dropdown.drop-right {
        position: absolute;
        left: -9999px;
        list-style: none;
        margin-left: 0;
        outline: none;
        width: 100%;
        max-height: none;
        height: auto;
        background: #fff;
        border: solid 1px #ccc;
        font-size: 0.875rem;
        z-index: 89;
        margin-top: 0;
        margin-left: 2px;
        max-width: 200px
    }

        .f-dropdown.drop-right > *:first-child {
            margin-top: 0
        }

        .f-dropdown.drop-right > *:last-child {
            margin-bottom: 0
        }

        .f-dropdown.drop-right:before {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border: inset 6px;
            border-color: transparent #fff transparent transparent;
            border-right-style: solid;
            position: absolute;
            top: 10px;
            left: -12px;
            z-index: 89
        }

        .f-dropdown.drop-right:after {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border: inset 7px;
            border-color: transparent #ccc transparent transparent;
            border-right-style: solid;
            position: absolute;
            top: 9px;
            left: -14px;
            z-index: 88
        }

    .f-dropdown.drop-left {
        position: absolute;
        left: -9999px;
        list-style: none;
        margin-left: 0;
        outline: none;
        width: 100%;
        max-height: none;
        height: auto;
        background: #fff;
        border: solid 1px #ccc;
        font-size: 0.875rem;
        z-index: 89;
        margin-top: 0;
        margin-left: -2px;
        max-width: 200px
    }

        .f-dropdown.drop-left > *:first-child {
            margin-top: 0
        }

        .f-dropdown.drop-left > *:last-child {
            margin-bottom: 0
        }

        .f-dropdown.drop-left:before {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border: inset 6px;
            border-color: transparent transparent transparent #fff;
            border-left-style: solid;
            position: absolute;
            top: 10px;
            right: -12px;
            left: auto;
            z-index: 89
        }

        .f-dropdown.drop-left:after {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border: inset 7px;
            border-color: transparent transparent transparent #ccc;
            border-left-style: solid;
            position: absolute;
            top: 9px;
            right: -14px;
            left: auto;
            z-index: 88
        }

    .f-dropdown.drop-top {
        position: absolute;
        left: -9999px;
        list-style: none;
        margin-left: 0;
        outline: none;
        width: 100%;
        max-height: none;
        height: auto;
        background: #fff;
        border: solid 1px #ccc;
        font-size: 0.875rem;
        z-index: 89;
        margin-top: -2px;
        margin-left: 0;
        max-width: 200px
    }

        .f-dropdown.drop-top > *:first-child {
            margin-top: 0
        }

        .f-dropdown.drop-top > *:last-child {
            margin-bottom: 0
        }

        .f-dropdown.drop-top:before {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border: inset 6px;
            border-color: #fff transparent transparent transparent;
            border-top-style: solid;
            position: absolute;
            top: auto;
            bottom: -12px;
            left: 10px;
            right: auto;
            z-index: 89
        }

        .f-dropdown.drop-top:after {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border: inset 7px;
            border-color: #ccc transparent transparent transparent;
            border-top-style: solid;
            position: absolute;
            top: auto;
            bottom: -14px;
            left: 9px;
            right: auto;
            z-index: 88
        }

    .f-dropdown li {
        font-size: 0.875rem;
        cursor: pointer;
        line-height: 1.125rem;
        margin: 0
    }

        .f-dropdown li:hover, .f-dropdown li:focus {
            background: #eee
        }

        .f-dropdown li.radius {
            border-radius: 6px
        }

        .f-dropdown li a {
            display: block;
            padding: 0.5rem;
            color: #555
        }

    .f-dropdown.content {
        position: absolute;
        left: -9999px;
        list-style: none;
        margin-left: 0;
        outline: none;
        padding: 1.25rem;
        width: 100%;
        height: auto;
        max-height: none;
        background: #fff;
        border: solid 1px #ccc;
        font-size: 0.875rem;
        z-index: 89;
        max-width: 200px
    }

        .f-dropdown.content > *:first-child {
            margin-top: 0
        }

        .f-dropdown.content > *:last-child {
            margin-bottom: 0
        }

    .f-dropdown.tiny {
        max-width: 200px
    }

    .f-dropdown.small {
        max-width: 300px
    }

    .f-dropdown.medium {
        max-width: 500px
    }

    .f-dropdown.large {
        max-width: 800px
    }

    .f-dropdown.mega {
        width: 100% !important;
        max-width: 100% !important
    }

        .f-dropdown.mega.open {
            left: 0 !important
        }

form.custom .custom.dropdown {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

    form.custom .custom.dropdown.open {
        -moz-border-radius: 6px 6px 0 0;
        -webkit-border-radius: 6px;
        border-radius: 6px 6px 0 0
    }

ul.none {
    list-style-type: none
}

@media only screen and (min-width: 40.063em) {
    .columns.c-contact {
        width: 64.33333%
    }
}

.contact-form label {
    font-weight: bold
}

.contact-form textarea {
    height: 10em
}

.c-info {
    font-size: 0.8em
}

.left-nav {
    background-color: #fff;
    margin-bottom: 10px;
    padding-bottom: 1em
}

    .left-nav h2 {
        text-align: center;
        font-size: 1em;
        padding: .3em .5em;
        -moz-border-radius: 6px 6px 0 0;
        -webkit-border-radius: 6px;
        border-radius: 6px 6px 0 0;
        text-shadow: 0 1px 1px rgba(0,0,0,0.75)
    }

        .left-nav h2.ln-margin {
            margin-bottom: 1em
        }

        .left-nav h2.ln-margin-left {
            margin-bottom: 1em;
            text-align: left
        }

    .left-nav .left-nav-section {
        margin-bottom: 1em;
        border-right: 1px solid #ccc;
        padding: 1em;
        margin-top: 1rem
    }

    .left-nav .ln-title {
        display: block;
        font-weight: bold;
        margin-bottom: 0.5em;
        font-size: 1em
    }

    .left-nav .ln-sub-title {
        display: block;
        font-size: 1em;
        margin-bottom: 0.8em
    }

        .left-nav .ln-sub-title .active {
            font-weight: bold
        }

        .left-nav .ln-sub-title i {
            text-decoration: underline
        }

        .left-nav .ln-sub-title a:hover {
            color: #09c
        }

    .left-nav .ln-sub-title-plain {
        display: block;
        font-size: 1em;
        margin-bottom: 0.8em
    }

        .left-nav .ln-sub-title-plain .active {
            font-weight: bold
        }

        .left-nav .ln-sub-title-plain i {
            text-decoration: none
        }

        .left-nav .ln-sub-title-plain a:hover {
            color: #09c
        }

.boxed-content {
    background-color: #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    margin-bottom: 10px;
    margin-right: -0.9375rem;
    padding-bottom: 1em;
    padding: 1em
}

@media only screen and (max-width: 40rem) {
    .boxed-content {
        margin-left: -0.9375rem
    }
}

.MagicZoomPlus, .MagicZoomPlus:hover {
    display: inline-block;
    cursor: url(~/js/magiczoomplus/graphics/zoomin.cur),pointer;
    outline: 0 !important;
    font-size: 0 !important;
    line-height: 100% !important;
    direction: ltr;
    max-width: 100%
}

    .MagicZoomPlus img {
        border: 0 !important;
        margin: 0 !important;
        outline: 0 !important;
        padding: 0 !important;
        height: auto
    }

    .MagicZoomPlus > img {
        width: 100%
    }

    .MagicZoomPlus.magic-for-ie8 > img {
        max-width: none !important
    }

    .MagicZoomPlus.magic-for-ie7 > img, .MagicZoomPlus.magic-for-ie5 img {
        width: auto
    }

td > .MagicZoomPlus > img, td > .MagicZoomPlus.magic-for-ie8 > img {
    max-width: none;
    width: auto
}

.MagicZoomPlus span {
    display: none !important
}

.MagicZoomPlusHint {
    background: url(graphics/hint.gif) no-repeat 2px 50%;
    color: #444;
    font-size: 8pt;
    line-height: 24px;
    margin: 0;
    min-height: 24px;
    padding: 2px 2px 2px 20px !important;
    text-align: left;
    text-decoration: none
}

.MagicZoomPlusLoading {
    background: #fff url(graphics/loader.gif) no-repeat 2px 50%;
    border: 1px solid #ccc;
    color: #444;
    font-size: 8pt;
    line-height: 1.5em;
    margin: 0;
    padding: 4px 4px 4px 24px !important;
    text-align: left;
    text-decoration: none
}

.MagicZoomPlus-ExternalText {
    display: none
}

.MagicZoomBigImageCont {
    background: #ffffff;
    border: 1px solid #999;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important
}

    .MagicZoomBigImageCont img {
        max-width: none !important;
        max-height: none !important;
        height: auto !important;
        width: auto !important
    }

.MagicZoomHeader {
    background: #666;
    color: #fff;
    font-size: 10pt !important;
    line-height: normal !important;
    text-align: center !important
}

.MagicZoomPup {
    background: #dadad1;
    border: 3px solid #aaa;
    cursor: url(graphics/zoomin.cur),pointer
}

.MagicZoomLoading {
    background: #fff url(graphics/loader.gif) no-repeat 2px 50%;
    border: 1px solid #ccc;
    color: #444;
    font-size: 8pt;
    line-height: 1.5em;
    margin: 0;
    padding: 4px 4px 4px 24px !important;
    text-align: left;
    text-decoration: none
}

.MagicHotspots {
    display: none;
    visibility: hidden
}

    .MagicHotspots a {
        border: 1px solid #ccc;
        display: block !important;
        position: absolute !important
    }

        .MagicHotspots a:hover {
            border: 1px solid red
        }

.MagicThumb-expanded-thumbnail {
    cursor: default
}

.MagicThumb-expanded {
    background: #ffffff;
    border: 1px solid #ccc;
    cursor: url(graphics/zoomout.cur),pointer;
    outline: 0;
    padding: 0;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important
}

    .MagicThumb-expanded img {
        background: #ffffff
    }

.MagicThumb-caption {
    background: #ccc;
    border: 0 !important;
    color: #333;
    font: normal 10pt Verdana, Helvetica;
    min-height: 18px !important;
    padding: 8px;
    outline: 0 !important;
    text-align: left
}

.MagicThumb-buttons {
    background: transparent url(graphics/buttons1.png) no-repeat 0 0;
    display: block;
    height: 24px
}

    .MagicThumb-buttons a {
        height: 24px;
        margin: 0px 1px !important;
        overflow: hidden;
        width: 24px
    }

.MagicThumb-expanded > div > div > div > img {
    max-height: none !important;
    max-width: none !important;
    height: auto !important;
    width: auto !important
}

.MagicThumb-background {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important
}

.magic-temporary-img img {
    max-height: none !important;
    max-width: none !important
}

.MagicBoxShadow {
    -moz-box-shadow: 3px 3px 4px #888888;
    -webkit-box-shadow: 3px 3px 4px #888888;
    box-shadow: 3px 3px 4px #888888;
    border-collapse: separate;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888') !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888')" !important
}

.MagicBoxGlow {
    -moz-box-shadow: 0px 0px 4px 4px #888888;
    -webkit-box-shadow: 0px 0px 4px 4px #888888;
    box-shadow: 0px 0px 4px 4px #888888;
    border-collapse: separate;
    filter: progid:DXImageTransform.Microsoft.Glow(Strength=4, Color='#888888') !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Glow(Strength=4, Color='#888888')" !important
}

.simple_overlay {
    color: #000;
    font-size: 0.75em;
    display: none;
    z-index: 10000;
    background-color: #333;
    width: 675px;
    min-height: 200px;
    border: 1px solid #666;
    -moz-box-shadow: 0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000
}

    .simple_overlay .close {
        background-image: url(/mmWGS/jquery-tool-images/close.png);
        position: absolute;
        right: -15px;
        top: -15px;
        cursor: pointer;
        height: 35px;
        width: 35px
    }

    .simple_overlay .roundcorner .boxcontent {
        padding: 10px 20px
    }

        .simple_overlay .roundcorner .boxcontent p {
            margin-bottom: 0.3em
        }

    .simple_overlay#loginPop {
        width: 375px
    }

        .simple_overlay#loginPop input[type="text"], .simple_overlay#loginPop input[type="password"] {
            border: dashed 1px #C0C0C0;
            height: 2em;
            padding: 0
        }

        .simple_overlay#loginPop .button5, .simple_overlay#loginPop label {
            display: inline-block
        }

#img {
    border: 1px solid #666
}

.next, .prev {
    position: absolute;
    top: 40%;
    border: 1px solid #666;
    cursor: pointer;
    display: block;
    padding: 10px 20px;
    color: #fff;
    font-size: 11px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.prev {
    left: 0;
    border-left: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0
}

.next {
    right: 0;
    border-right: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0
}

    .next:hover, .prev:hover {
        text-decoration: underline;
        background-color: #000
    }

.disabled {
    visibility: hidden
}

.info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 15px;
    color: #fff;
    font-size: 11px;
    border-top: 1px solid #666
}

    .info strong {
        display: block
    }

.next, .prev, .info {
    background: #333 !important;
    background: rgba(0,0,0,0.6) url(/mmWGS/jquery-tool-images/h80.png) repeat-x
}

#triggers {
    text-align: center
}

    #triggers img {
        padding: 0px;
        margin: 0px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        background-color: #609
    }

    #triggers a.active img {
        outline: 1px solid #000;
        z-index: 9999;
        position: relative
    }

@media only screen and (max-width: 40rem) {
    .simple_overlay#loginPop {
        left: 5%;
        width: 90%
    }
}

div.overlayvedio {
    background: url(/mmplanet/jquery-tool-images/white.png) no-repeat;
    padding: 40px;
    width: 576px;
    display: none
}

    div.overlayvedio div.close {
        background: url(/mmplanet/jquery-tool-images/close.png) no-repeat;
        position: absolute;
        top: 2px;
        right: 5px;
        width: 35px;
        height: 35px;
        cursor: pointer
    }

a.player {
    display: block;
    height: 450px
}

.dropmenudiv {
    display: none;
    position: absolute;
    top: 27px;
    border: 0px solid #1E2021;
    border-bottom-width: 0;
    font: bold 12px Arial;
    line-height: 20px;
    z-index: 100;
    background: url(../../../images/template/navbar_menu_bg.png) repeat;
    width: 200px
}

    .dropmenudiv a:link {
        width: auto;
        display: block;
        font: bold 11px Arial;
        line-height: 18px;
        text-indent: 7px;
        border-bottom: 0px solid #1E2021;
        padding: 2px 0;
        text-decoration: none;
        color: white;
        line-height: 20px
    }

    .dropmenudiv a:visited {
        width: auto;
        display: block;
        font: bold 11px Arial;
        line-height: 18px;
        text-indent: 7px;
        border-bottom: 0px solid #1E2021;
        padding: 2px 0;
        text-decoration: none;
        color: white;
        line-height: 20px
    }

    .dropmenudiv a:active {
        width: auto;
        display: block;
        font: bold 11px Arial;
        line-height: 18px;
        text-indent: 7px;
        border-bottom: 0px solid #1E2021;
        padding: 2px 0;
        text-decoration: none;
        color: white;
        line-height: 20px
    }

    * html .dropmenudiv a {
        width: 100%
    }

        .dropmenudiv a:hover {
            background-color: #b0916b;
            font: bold 11px Arial;
            color: #0199CB;
            line-height: 20px;
            background: url(../../../images/template/navbar_bg_pattern.png) repeat
        }


#k_popup * {
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important
}

#k_popup a img {
    border: 0;
    display: inline
}

#k_popup a {
    text-decoration: none
}

    #k_popup a:hover {
        color: #3882C3;
        text-decoration: underline
    }

#k_popup div {
    #float:none
}

.k_float {
    z-index: 9999999;
    position: fixed !important;
    position: absolute;
    cursor: pointer
}

#kampylink img {
    border: 0;
    display: block
}

.k_top {
    top: 0px;
    _top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.scrollTop :document.body.scrollTop)
}

.k_top_sl {
    top: 15px;
    _top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.scrollTop + 15 :document.body.scrollTop + 15)
}

.k_top_hl_sl {
    top: 100px;
    _top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.scrollTop + 100 :document.body.scrollTop + 100)
}

.k_top_hl {
    top: 85px;
    _top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.scrollTop + 85 :document.body.scrollTop + 85)
}

.k_bottom {
    bottom: 0px;
    _top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.scrollTop + (document.documentElement.clientHeight-this.clientHeight) - 1 :document.body.scrollTop + (document.body.clientHeight-this.clientHeight) - 1)
}

.k_bottom_sl {
    bottom: 15px;
    _top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.scrollTop + (document.documentElement.clientHeight-this.clientHeight) - 16 :document.body.scrollTop + (document.body.clientHeight-this.clientHeight) - 16 )
}

.k_bottom_hl_sl {
    bottom: 99px;
    _top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.scrollTop + (document.documentElement.clientHeight-this.clientHeight) - 100 :document.body.scrollTop + (document.body.clientHeight-this.clientHeight) - 100 )
}

.k_bottom_hl {
    bottom: 84px;
    _top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.scrollTop + (document.documentElement.clientHeight-this.clientHeight) - 85 :document.body.scrollTop + (document.body.clientHeight-this.clientHeight) - 85 )
}

.k_right {
    right: 0px
}

.k_left {
    left: 0px
}

#k_popup {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    font-weight: bold;
    display: none;
    border: 1px solid black
}

#k_pop_header {
    text-align: center;
    font-size: 20px;
    padding: 10px;
    font-weight: bolder;
    border: 1px solid #fff;
    background: white;
    margin: 10px 9px 0
}

#k_pop_question_container {
    font-size: 11px;
    padding: 10px 0 10px 0;
    text-align: center;
    border: 1px solid black;
    margin: 10px 9px 0;
    background: white
}

#k_pop_yes_no {
    margin: 0 auto;
    width: 138px;
    padding: 10px 0 0 0
}

#k_pop_yes_btn, #k_pop_no_btn {
    border-color: #D9DFEA #0E1F5B #0E1F5B #D9DFEA;
    border-style: solid;
    border-width: 1px;
    padding: 2px 10px 3px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    width: 40px;
    cursor: pointer;
    color: white
}

#k_pop_branding {
    font-size: 11px;
    padding: 3px 0;
    text-align: right
}

    #k_pop_branding a {
        color: #3882C3;
        direction: ltr;
        text-align: right;
        font-weight: normal;
        margin-right: 10px
    }

#k_pop_whatisthis {
    float: left;
    padding: 1px 0 0 9px
}

#k_pop_remind {
    text-decoration: underline;
    font-weight: normal;
    cursor: pointer
}

#k_close_button {
    color: gray;
    border: 1px solid gray;
    display: none;
    width: 11px;
    height: 16px;
    font-size: 12px;
    text-align: center
}

.kc_top {
    top: 80px;
    _top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.scrollTop + 80 :document.body.scrollTop + 80)
}

.kc_bottom {
    bottom: 80px;
    _top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.scrollTop + (document.documentElement.clientHeight-this.clientHeight) - 80 :document.body.scrollTop + (document.body.clientHeight-this.clientHeight) - 80)
}

.kc_right {
    right: 10px
}

.kc_left {
    left: 10px
}

#k_slogan {
    font-size: 9px;
    color: #666;
    margin-left: 2px;
    margin-right: 2px;
    cursor: default
}

    #k_slogan a {
        font-size: 9px;
        color: #666;
        text-decoration: none;
        cursor: default
    }

#howit_fits_main_wrapper {
    margin: 0px auto;
    padding: 10px 20px;
    position: relative
}

#howit_fits_wrapper {
    margin: 0px;
    padding-bottom: 20px;
    position: relative;
    overflow: visible
}

    #howit_fits_wrapper #howit_fits_wrapper_title p {
        margin: 0px;
        padding: 0px 0px 5px 4px;
        position: relative;
        color: #49B315;
        font-size: 12px;
        font-weight: bold;
        text-align: left
    }

#howit_fits_wrapper_title_bar {
    margin: 0px;
    padding: 0px;
    width: 94px;
    height: 20px;
    top: 0px;
    left: 0px;
    position: relative;
    float: left;
    background-color: #f0f0f0
}

#howit_fits_wrapper_inner_divs {
    margin: 0px;
    padding: 0px;
    width: 90px;
    height: 25px;
    top: 0px;
    left: 0px;
    position: relative;
    float: left;
    border-left: 2px solid #eee;
    border-right: 2px solid #eee;
    border-bottom: 2px solid #eee
}

#howit_fits_wrapper_inner_divs_hover {
    height: 25px;
    position: relative;
    float: left
}

#howit_fits_right_container {
    margin-top: 29px;
    padding: 30px 0px 0px 10px;
    float: left;
    width: 150px;
    height: 442px;
    background-color: #f7f6f6
}

#howit_fits_wrapper p {
    margin: 0px;
    padding: 3px 0px 0px 4px;
    font-size: 10px;
    color: #000;
    text-align: left
}

#howit_fits_wrapper_title_bar p {
    margin: 0px;
    padding: 2px 0px 0px 4px;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: left
}

#howit_fits_right_container p {
    margin: 0px;
    padding: 3px 0px 0px 4px;
    font-size: 10px;
    color: #000;
    text-align: left
}

#footer_main_wrapper_grass {
    margin: 0px auto;
    padding: 0px;
    width: 100%;
    height: 87px;
    position: relative;
    background: url(/images/template/Footer_bkg_top.png) no-repeat top center
}

#footer_main_wrapper {
    margin: 0px auto;
    padding: 40px 0px 40px 0px;
    width: 100%;
    position: relative;
    background: #fff url(/images/template/footer_bkg.jpg) no-repeat top center
}

#footer_main_content_wrapper {
    margin: 0px auto;
    padding: 0px 0px 40px 0px;
    width: 1008px;
    position: relative;
    text-align: left
}

#footer_main_links_wrapper {
    margin-right: 29px;
    padding: 0px 0px 20px 0px;
    width: 220px;
    float: left
}

#footer_main_links_wrapper_title_containers_top {
    margin-bottom: 15px;
    padding: 0px 0px 15px 0px;
    width: 220px;
    position: relative;
    border-bottom: 1px dashed #4c4c4c
}

#footer_main_links_wrapper_title_containers_bottom {
    margin-bottom: 15px;
    padding: 0px 0px 15px 0px;
    width: 220px;
    position: relative
}

#footer_main_links_wrapper_form {
    margin: 0px;
    padding: 0px 0px 20px 0px;
    width: 260px;
    float: left
}

.footer_main_links_wrapper_form_bg {
    margin-top: -18px;
    padding: 0px 0px 20px 0px;
    width: 251px;
    height: 231px;
    position: relative;
    background: url(/images/template/footerform_bkg.png) no-repeat top center
}

#footer_main_links_wrapper_form_bottom {
    margin-left: 15px;
    padding: 0px;
    width: 220px;
    float: left;
    border-top: 1px dashed #4c4c4c
}

#footer_main_links_wrapper_form_bottom_copyright {
    margin-left: 5px;
    padding: 10px 0px 0px 0px;
    width: 100px;
    position: relative;
    float: left
}

#footer_main_links_wrapper_form_bottom_links {
    margin-left: 5px;
    padding: 6px 0px 0px 0px;
    width: 110px;
    float: left
}

#footer_main_links_wrapper_form_bottom img {
    margin: 20px 0px 0px 10px;
    padding: 0px
}

#footer_main_links_wrapper_form_name_input {
    margin: 0px;
    padding: 0px;
    width: 185px;
    height: 22px;
    top: 43px;
    left: 24px;
    position: absolute
}

#footer_main_links_wrapper_form_email_input {
    margin: 0px;
    padding: 0px;
    width: 185px;
    height: 22px;
    top: 81px;
    left: 24px;
    position: absolute
}

#footer_main_links_wrapper_form_submit {
    margin: 0px;
    padding: 0px;
    width: 99px;
    height: 29px;
    top: 121px;
    left: 16px;
    position: absolute
}

#footer_bottom_wrapper {
    margin: 0px auto;
    padding: 20px 0px 40px 0px;
    width: 1008px;
    position: relative;
    text-align: left;
    border-top: 1px dashed #4c4c4c
}

#footer_bottom_wrapper_client_comments {
    margin: 0px auto;
    padding: 0px 0px 60px 0px;
    width: 1008px;
    position: relative;
    text-align: left;
    border-bottom: 1px dashed #4c4c4c
}

#footer_bottom_wrapper_client_comments_start_quote {
    margin: 0px;
    padding: 0px;
    width: 55px;
    height: 46px;
    top: 30px;
    left: 35px;
    position: absolute;
    background: url(/mmwgs/footer/startquote_big.png) no-repeat top center
}

#footer_bottom_wrapper_client_comments_end_quote {
    margin: 0px;
    padding: 0px;
    width: 56px;
    height: 44px;
    top: 70px;
    left: 773px;
    position: absolute;
    background: url(/mmwgs/footer/endquote_big.png) no-repeat top center
}

#footer_bottom_wrapper_client_comments_shoes {
    margin: 0px auto;
    padding: 30px 0px 40px 0px;
    width: 1008px;
    position: relative;
    border-bottom: 1px dashed #4c4c4c
}

#footer_bottom_wrapper_client_comments_shoes_wrapper {
    margin: 0px;
    padding: 10px 20px 10px 20px;
    width: 128px;
    position: relative;
    float: left
}

#footer_bottom_wrapper_client_comments_shoes_wrapper_question {
    margin-left: 20px;
    padding: 0px
}

#footer_bottom_wrapper_socialmedia_wrapper {
    margin: 0px auto;
    padding: 30px 0px 40px 10px;
    width: 1008px;
    position: relative
}

#footer_bottom_wrapper_socialmedia_wrapper_facebook {
    margin-right: 20px;
    padding: 0px;
    width: 112px;
    height: 199px;
    float: left
}

#footer_bottom_wrapper_socialmedia_wrapper_youtube {
    margin-right: 20px;
    padding: 0px;
    width: 130px;
    height: 199px;
    float: left
}

#footer_bottom_wrapper_socialmedia_wrapper_flickr {
    margin-right: 20px;
    padding: 0px;
    width: 114px;
    height: 199px;
    float: left
}

#footer_bottom_wrapper_socialmedia_wrapper_twitter {
    margin: 0px;
    padding: 0px;
    width: 136px;
    height: 199px;
    float: left
}

#footer_bottom_wrapper_socialmedia_wrapper_tweet_deck {
    margin-left: 15px;
    padding-left: 40px;
    width: 400px;
    height: 199px;
    position: relative;
    float: left
}

#footer_bottom_wrapper_socialmedia_wrapper_tweet_deck_start_quote {
    margin: 0px;
    padding: 0px;
    width: 26px;
    height: 22px;
    top: 78px;
    left: 68px;
    position: absolute;
    background: url(/mmwgs/footer/startquote_small.png) no-repeat top center
}

#footer_bottom_wrapper_socialmedia_wrapper_tweet_deck_end_quote {
    margin: 0px;
    padding: 0px;
    width: 24px;
    height: 21px;
    top: 100px;
    left: 260px;
    position: absolute;
    background: url(/mmwgs/footer/endquote_small.png) no-repeat top center
}

#footer_bottom_wrapper_logosdivs_wrapper {
    margin: 0px auto;
    padding: 0px;
    width: 880px;
    height: 90px;
    position: relative
}

#footer_bottom_wrapper_logosdivs_Inc500 {
    margin-right: 20px;
    padding: 0px;
    width: 75px;
    height: 62px;
    float: left
}

#footer_bottom_wrapper_logosdivs_verisign {
    margin-right: 20px;
    padding: 0px;
    width: 130px;
    height: 80px;
    float: left
}

#footer_bottom_wrapper_logosdivs_mcafee {
    margin-right: 20px;
    padding: 0px;
    width: 100px;
    height: 62px;
    float: left
}

#footer_bottom_wrapper_logosdivs_identitytheft {
    margin-right: 20px;
    padding: 0px;
    width: 134px;
    height: 81px;
    float: left
}

#footer_bottom_wrapper_logosdivs_bizrate {
    margin-right: 20px;
    padding: 0px;
    width: 125px;
    height: 73px;
    float: left
}

#footer_bottom_wrapper_logosdivs_bbb {
    margin-right: 20px;
    padding: 0px;
    width: 30px;
    height: 96px;
    float: left
}

#footer_bottom_wrapper_logosdivs_rss {
    margin-right: 20px;
    padding: 0px;
    width: 76px;
    height: 71px;
    float: left
}

.footer_bottom_wrapper_client_comments_title {
    margin: 0px;
    padding: 0px 0px 0px 40px;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    color: #49b315;
    letter-spacing: 1px;
    text-align: left
}

.footer_bottom_wrapper_tweetdeck_title {
    margin: 0px;
    padding: 40px 0px 0px 0px;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    color: #49b315;
    letter-spacing: 1px;
    text-align: left
}

.footer_bottom_wrapper_client_comments_content {
    margin: 0px;
    padding: 23px 120px 0px 100px;
    font-size: 12px;
    color: #4c4c4c;
    line-height: 25px;
    text-align: left
}

.footer_bottom_wrapper_tweetdeck_comments {
    margin: 0px;
    padding: 15px 150px 0px 60px;
    font-size: 12px;
    color: #4c4c4c;
    line-height: 22px;
    text-align: left
}

.input_fields {
    margin-left: 10px;
    padding: 0px;
    width: 180px;
    border: 0px none;
    background: none;
    outline: none;
    font-size: 14px;
    color: #999
}

#footer_bottom_wrapper_client_comments_shoes_wrapper p {
    margin: 0px;
    padding: 10px 10px 0px 0px;
    font-size: 10px;
    color: #4c4c4c;
    font-weight: normal;
    line-height: 16px;
    text-transform: capitalize;
    text-align: left
}

.footer_bottom_wrapper_client_comments_shoes_wrapper_links {
    margin: 0px;
    padding: 0px;
    font-size: 10px;
    color: #59524a;
    font-weight: normal;
    line-height: 16px;
    text-transform: capitalize;
    text-decoration: none;
    text-align: left
}

.footer_bottom_wrapper_client_comments_shoes_wrapper_title {
    font-weight: bold;
    font-size: 11px
}

.footer_main_links_wrapper_title_containers_top {
    margin: 0px;
    padding: 0px;
    font-size: 17px;
    color: #000;
    font-weight: bold;
    text-transform: capitalize;
    text-align: left
}

.footer_main_links_wrapper_content_title {
    margin: 0px;
    padding: 5px 0px 3px 0px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    text-transform: capitalize;
    text-align: left;
    font-style: italic
}

.footer_main_links_wrapper_content_title_form {
    margin: 175px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
    position: absolute;
    font-size: 16px;
    color: #4C4C4C;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: capitalize;
    text-align: left;
    font-style: italic
}

.footer_main_links_wrapper_content_content {
    margin: 0px;
    padding: 5px 0px 0px 0px;
    font-size: 11px;
    color: #000;
    font-weight: normal;
    letter-spacing: 1px;
    text-align: left
}

#footer_main_links_wrapper_form_bottom_copyright p {
    margin: 0px;
    padding: 0px 0px 0px 10px;
    font-size: 10px;
    font-weight: normal;
    line-height: 14px;
    color: #000
}

#footer_main_wrapper ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none
}

#footer_main_wrapper li {
    margin: 2px 0px 10px 0px;
    padding: 0px;
    list-style-type: none
}

#footer_main_wrapper a {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    color: #4c4c4c;
    font-weight: normal;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: left
}

    #footer_main_wrapper a:hover {
        text-decoration: none;
        color: #49b315
    }

.links_bold {
    font-weight: bold
}

#footer_main_links_wrapper_form_bottom_links ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none
}

#footer_main_links_wrapper_form_bottom_links li {
    margin: 0px;
    padding: 0px;
    list-style-type: none
}

#footer_main_links_wrapper_form_bottom_links a {
    margin: 0px;
    padding: 0px;
    font-size: 10px;
    color: #4c4c4c;
    font-weight: normal;
    letter-spacing: 1px;
    text-align: left
}

    #footer_main_links_wrapper_form_bottom_links a:hover {
        text-decoration: none
    }

#brand_tech_wrapper {
    margin: 0px;
    padding-bottom: 10px;
    width: 766px;
    position: relative
}

#brand_tech_wrapper_left_column_title {
    margin: 0px;
    padding: 0px;
    width: 187px;
    float: left;
    position: relative
}

#brand_tech_wrapper_left_column {
    margin: 0px;
    padding: 0px;
    width: 187px;
    float: left;
    position: relative
}

#brand_tech_wrapper_right_column {
    margin: 0px;
    padding: 0px;
    width: 579px;
    float: right;
    position: relative
}

    #brand_tech_wrapper_right_column p {
        margin: 0px;
        padding: 50px 20px 0px 20px;
        font-size: 8pt;
        line-height: 16px;
        text-align: left;
        color: #000
    }

.brand_tech_title {
    margin: 0px;
    padding: 0px;
    font-size: 8pt;
    font-weight: bold;
    line-height: 16px;
    text-align: left;
    color: #49b315
}

.bold {
    font-weight: bold
}

#custom_homepg {
    margin: 0px auto;
    padding: 0px;
    width: 1002px;
    position: relative
}

#checkthisout_wrapper {
    margin: 30px auto 28px auto;
    padding: 0px;
    width: 1002px;
    position: relative;
    background: url(/mmwgs/home/2010/checkthisout.png);
    background-position: top center;
    background-repeat: no-repeat
}

#checkthisout_graphic_wrapper {
    margin: 30px 35px 0px 15px;
    padding: 0px;
    width: 150px;
    float: left
}

    #checkthisout_graphic_wrapper img {
        margin: 0px auto;
        padding: 0px;
        position: relative;
        border: none
    }

#graphic_copy_wrapper {
    margin-top: 10px;
    padding: 0px;
    width: 1002px;
    position: relative
}

.graphic_copy_wrapper_dc_fish {
    background: url(/mmwgs/home/2010/checkthisout_dc_fish.png);
    background-position: 15px -3px;
    background-repeat: no-repeat;
    position: relative
}

#individual_graphic_copy_wrapper {
    margin-top: 10px;
    padding: 0px;
    width: 168px;
    float: left;
    text-align: center
}

    #individual_graphic_copy_wrapper p {
        margin: 0px;
        padding: 0px;
        font-size: 12px;
        text-align: center
    }

.checkthisout_title {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: bold;
    color: #49b315
}

#individual_graphic_copy_wrapper a {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    color: #4c4c4c;
    text-decoration: none
}

.checkthisout_salered {
    color: #ff3300
}

.checkthisout_green_ribbon_one {
    width: 103px;
    height: 106px;
    top: 27px;
    left: 610px;
    position: absolute;
    z-index: 50
}

.checkthisout_green_ribbon_two {
    width: 103px;
    height: 106px;
    top: 27px;
    left: 810px;
    position: absolute;
    z-index: 50
}

#Unique_Botiques_wrapper {
    margin: 0px auto;
    padding: 0px;
    width: 950px;
    position: relative
}

.maindropdown_wrapper {
    margin: 6px 0 0 0;
    padding: 10px 0px 20px 30px;
    width: 440px;
    position: relative;
    border-left: 3px solid #49b315;
    border-right: 3px solid #49b315;
    border-bottom: 3px solid #49b315;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    border-bottom-right-radius: 15px;
    background-color: #FFF;
    text-align: left
}

#maindropdown_wrapper_other {
    width: 120px;
    padding-left: 15px;
    text-align: left
}

#maindropdown_wrapper_shops {
    width: 155px;
    padding-left: 15px;
    text-align: left
}

.maindropdownlinks_wrapper {
    margin-right: 20px;
    padding: 0px 10px;
    position: relative;
    float: left;
    text-align: left
}

#maindropdownlinks_wrapper_other {
    margin-right: 0px;
    text-align: left
}

.maindropdownlinks_wrapper a:hover {
    text-decoration: none;
    text-align: left
}

.maindropdown_wrapper_ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: left
}

.maindropdown_wrapper_li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    line-height: 12pt;
    text-align: left
}

.maindropdown_wrapper_a {
    margin: 0px;
    padding: 0px;
    font-size: 9pt;
    color: #4c4c4c;
    text-decoration: none;
    text-align: left
}

.maindropdown_wrapper a:hover {
    color: #49b315;
    text-align: left
}

.maindropdown_wrapper_a a:hover {
    color: #49b315;
    text-align: left
}

.maindropdown_wrapper_a a:active {
    text-decoration: none;
    text-align: left
}

.maindropdown_wrapper_title_link {
    margin: 0px;
    padding: 0px;
    font-size: 9pt;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    text-align: left
}

.maindropdown_wrapper_title_link_space {
    margin: 0px;
    padding-top: 20px;
    position: relative;
    font-size: 9pt;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    text-align: left
}

.alllinksmustbeconsistent {
    margin: 0px;
    padding: 0px;
    color: #4c4c4c;
    text-decoration: none;
    font-size: 12px;
    text-align: left;
    font-weight: normal
}

#alllinksmustbeconsistent a:hover {
    color: #49b315;
    text-decoration: none
}

.alllinksmustbeconsistent a:visited {
    color: #4c4c4c;
    text-decoration: none;
    font-weight: normal
}

.alllinksmustbeconsistent a:active {
    color: #4c4c4c;
    text-decoration: none
}

ul, ol {
    list-style: none
}

img {
    border: 0
}

table {
    table-layout: fixed;
    border-collapse: collapse
}

.fl {
    float: left
}

.fr {
    float: right
}

.clearfix:before, .clearfix:after {
    content: " ";
    clear: both;
    display: block
}

input[type="button"] {
    border: 0;
    padding: 0
}

.head_menu_list_item .tdline_1 {
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    background-color: #FFFFFF
}

.head_log .logo {
    background: url(/images/template/wegotsoccer.com_logo_sprite.png) no-repeat 0 0px;
    display: block;
    height: 83px;
    background-size: 100% 200%
}

    .head_log .logo:hover {
        background-position: 0 -83px
    }

.headtop {
    background: #000
}

.headinfo {
    float: left
}

.Welcome {
    font: italic bold 12px verdana,arial;
    color: #FFFFFF
}

.cust_call {
    float: left;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 12px
}

    .cust_call a {
        color: #FFFFFF
    }

.toplink ul {
    float: right;
    margin: 0
}

.toplink li {
    float: left;
    margin: 0;
    padding: 2px 5px;
    border: 0;
    text-align: center;
    height: 16px;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    border-left: 1px #393939 solid;
    line-height: 13px
}

    .toplink li:hover {
        background: url(/images/template/navbar_bg_pattern.png) repeat
    }

.head_mid {
    width: 100%;
    text-align: left
}

.head_log {
    margin: 5px 0 0 0
}

.head_search {
    margin: 12px 0
}

    .head_search .round_inner {
        height: 34px;
        background: url(/images/template/back_ground_search.gif) repeat-x scroll 0 0 transparent
    }

    .head_search .txt_key {
        border: 0;
        padding: 0;
        height: 20px;
        float: left;
        margin: 6px 0 4px;
        border-width: 0px;
        font-style: italic;
        font-size: 16px;
        box-shadow: none
    }

.btn_key {
    margin: 5px 0 0 0
}

.addtocart, .ShopMore, .ContinueShopping {
    line-height: 32px;
    font-weight: bolder;
    padding: 0;
    text-transform: uppercase
}

    .addtocart:hover, .ShopMore:hover, .ContinueShopping:hover {
        background-color: #bc090f
    }

    .addtocart .itemqty {
        margin: 5px 0 10px 158px;
        padding: 0;
        clear: both
    }

.applytoset {
    background: url(/images/template/btn_set.png) no-repeat;
    width: 93px;
    height: 18px;
    font-size: 12px;
    font-weight: 900;
    color: #FFFFFF;
    cursor: pointer;
    padding: 1px 0 0 1px
}

.head_html {
    float: right;
    margin: 5px 0 5px 0;
    width: 350px;
    height: 70px;
    text-align: center;
    overflow: hidden
}

.nav_mid {
    border: 0px solid #3BAB00;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: url(/images/template/navbar_bg_pattern.png) repeat;
    margin: 0 0 12px 0
}

.head_menu {
    float: left
}

.head_menu_list_item {
    width: 85px;
    padding: 0;
    float: left;
    border: 0;
    border-right: 1px solid #7c7777;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    height: 28px;
    line-height: 28px;
    z-index: 12;
    position: relative
}

    .head_menu_list_item:hover {
        background: url(/images/template/navbar_bg_pattern_mouseover.png) repeat
    }

a {
    color: #978D94;
    text-decoration: none;
    text-align: left;
    margin: 0;
    padding: 0;
    font-weight: normal;
    border: 0;
    outline: none;
    line-height: inherit
}

    a:active {
        color: #0199cb
    }

    a.menutitle1 {
        color: #FFF;
        font-size: 12px;
        font-weight: bold;
        text-decoration: none
    }

        a.menutitle1:active {
            color: #FFF
        }

        a.menutitle1:hover {
            color: #FFF
        }

    a.footer {
        color: #666;
        font-weight: bold
    }

        a.footer:hover {
            color: #ff2a00;
            text-decoration: underline
        }

    a.GreenLink {
        font-size: 10pt;
        color: #0199cb;
        font-weight: bold
    }

    a.content12 {
        font-weight: bold
    }

    a.MainContainerLink:hover {
        color: #0199cb
    }

    a.MainContainerLink {
        margin: 0;
        padding: 0;
        text-decoration: none
    }

        a.MainContainerLink:active {
            color: #000000
        }

    A.MainContainerLinkGreen {
        color: #0199cb
    }

        A.MainContainerLinkGreen:hover {
            text-decoration: underline
        }

    a.MainContentLink {
        font-size: 10pt;
        color: #0199cb;
        text-decoration: none
    }

        a.MainContentLink:hover {
            color: #ff2a00;
            text-decoration: none
        }

        a.MainContentLink:active {
            color: #0199cb;
            text-decoration: none
        }

    a.headLink {
        font-weight: bold;
        color: #FFFFFF;
        text-decoration: none
    }

    a.MainPageLink {
        color: #646d5a;
        font-weight: bold;
        text-decoration: none
    }

        a.MainPageLink:hover {
            text-decoration: none
        }

    A.LoginLink {
        color: #0199cb;
        text-decoration: underline
    }

        A.LoginLink:hover {
            color: #ff2a00
        }

.MainBody_Green {
    color: #0199cb;
    font-weight: normal
}

.MainBody_bold {
    font-weight: bold
}

.MainBody_bold_red {
    color: #9e1900;
    font-weight: bold
}

.searchbox div {
    float: left;
    border: 0px solid red
}

.SearchBoxText {
    font-size: 14pt
}

.helpbodytable td {
    text-align: left;
    font-size: 10pt;
    font-weight: normal;
    margin: 0;
    padding: 0
}

.helpbodytable th {
    text-align: left;
    font-weight: bold
}

.HelpBody {
    font-size: 10pt;
    font-weight: normal
}

.help_banner {
    position: relative;
    left: -4px;
    z-index: 10;
    background: url(/images/template/panel_title.png) no-repeat;
    height: 20px;
    width: 173px;
    margin: 10px 0;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    padding: 6px 0;
    font-weight: bold
}

.help_sub {
    border-bottom: 1px dashed #E3E3E3;
    padding: 0 0 0 0;
    margin: 0 0 5px 0
}

    .help_sub ul li {
        background: url(/images/icons/icon_bullit.gif) no-repeat scroll 0 7px transparent;
        list-style-type: none;
        margin: 0 0 0 8px;
        padding: 3px 0 0 10px
    }

.HelpBody_red {
    font-weight: bold;
    color: #990000
}

.PageTitle {
    color: #666;
    font-size: 14pt
}

.SectionTitle_GreenSize8Bold {
    color: #0199cb;
    font-weight: bold
}

.SectionTitle_redSize8Bold {
    color: #990000;
    font-weight: bold
}

.SectionTitle_redSize10Bold {
    color: #990000;
    font-size: 10pt;
    font-weight: bold
}

.PageSubTitleKit {
    text-align: right;
    color: black;
    font-size: 14pt;
    font-weight: bold
}

.PageSubTitle {
    font-size: 10pt;
    font-weight: bold
}

.PageSubTitle_Green {
    color: #0199cb;
    font-size: 12pt;
    font-weight: bold
}

.PageSubTitle_Size10 {
    font-size: 10pt;
    font-weight: bold
}

.HelpNavTitle {
    font-size: 9pt;
    font-weight: bold;
    word-wrap: break-word;
    width: 159px
}

.iteminfo {
    list-style: none;
    margin: 0;
    padding: 0
}

    .iteminfo li {
        text-align: left;
        color: #717171
    }

.ErrorMsgRd {
    font-weight: bold;
    color: #ff0000
}

ul.wrap_attr {
    display: block
}

    ul.wrap_attr li {
        display: block;
        float: left;
        height: 28px;
        line-height: 28px;
        width: 120px;
        position: relative;
        margin-right: 1px;
        text-align: center;
        color: #ff2a00;
        font-size: 12px;
        background: #0199cb;
        cursor: pointer;
        border-top: 1px solid #CCCCCC;
        font-weight: bold
    }

        ul.wrap_attr li ul {
            position: absolute;
            top: 28px;
            left: -40px;
            list-style: none;
            display: none;
            filter: alpha(opacity=85);
            -moz-opacity: 0.85;
            opacity: 0.85
        }

            ul.wrap_attr li ul li {
                display: block;
                width: 120px;
                background: #666;
                color: #fff
            }

                ul.wrap_attr li ul li:hover {
                    background: #9BDD04;
                    color: #fff
                }

.select {
    width: 120px;
    height: 28px;
    text-decoration: none
}

.attr_box {
    height: 35px
}

.attr_show {
    border: 1px solid #7F9DB9;
    border-right: 0;
    width: 272px;
    height: 15px;
    *height: 13px;
    position: absolute;
    margin: 0;
    z-index: 2;
    text-align: left;
    background-color: #FFFFFF;
    padding: 4px;
    display: none
}

.AttrSelect {
    font-weight: normal;
    margin: 0;
    width: 290px
}

    .AttrSelect option {
        font-weight: normal;
        font-size: 12px;
        -moz-outline-style: none
    }

.attr_sel {
    border: 0px solid #7F9DB9;
    text-align: left;
    margin: 3px 0 3px 8px;
    float: left
}

.stepImg {
    float: left;
    margin-top: 4px;
    *margin-top: 5px
}

.MainSelect {
    font-weight: normal
}

    .MainSelect option {
        font-weight: normal
    }

.FontGreen-Bold-8 {
    color: #0199cb;
    font-weight: bold
}

.FontGreen-Bold-12 {
    color: #0199cb;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px
}

.FontGreen-Bold-14 {
    color: #666666;
    font-size: 14px;
    font-weight: bold
}

.c_SalePrice {
    font-size: 14px;
    font-weight: bold;
    color: #ef0303
}

.c_RegPrice {
    font-size: 14px;
    font-weight: bold
}

.c_SalePrice_Small {
    font-size: 10px;
    font-weight: bold;
    color: #ef0303
}

.c_RegPrice_Small {
    font-size: 10px;
    font-weight: bold
}

.c_SalePrice_M {
    font-size: 12px;
    font-weight: bold;
    color: #ef0303
}

.c_RegPrice_M {
    font-size: 12px;
    font-weight: bold
}

.lineheight18 {
    line-height: 18px
}

.td_bg_top {
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    line-height: 8px;
    background: url(/images/template/CATEGORY_130.jpg) repeat
}

.td_bg_bottom {
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    text-align: center
}

.siteNav1TD {
    background-color: #009E47
}

.siteNav2TD {
    background-color: #e5f5ec
}

.siteNav3TD {
    background-color: #E5F5EC
}

.sitenav4TD {
    background-color: #ffffec
}

.siteNav5TD {
    background-color: #F2F2F2
}

.sitenav6td {
    background-color: #ffffff
}

.siteNav7TD {
    background-color: #cccccc
}

.siteNav8TD {
    background-color: #ffffff
}

.siteNav9TD {
    background-color: #ffffff
}

.siteNav10TD {
    background-color: #cfc890
}

.siteNav12TD {
    background-color: #336699
}

.siteNav17TD {
    background-color: #e5f5ec
}

.content {
    font-weight: normal
}

.contentg {
    font-weight: normal;
    color: #666666
}

.footer_dt {
    font-size: 11px;
    color: #999999;
    line-height: 20px
}

.td_menu1 {
    text-align: center;
    border-left: 1px #393939 solid;
    margin: 0;
    padding: 0;
    cursor: pointer
}

.greentitle2 {
    color: #0199cb;
    font-size: 14px;
    font-weight: bold
}

.contbold {
    font-weight: bold
}

.contboldRd {
    font-weight: bold;
    color: #ff0000
}

.GiftCertMsg {
    font-size: 14px;
    font-weight: normal
}

.GiftCertOpt {
    font-size: 12px;
    font-weight: normal
}

.maintable {
    width: 750px;
    height: 100%
}

.choice_txt_div {
    font-size: large;
    font-weight: bold;
    text-align: center;
    width: 172px
}

.greywhite {
    font-size: 12px;
    table-layout: fixed;
    empty-cells: show;
    border-collapse: collapse;
    margin: 0 auto;
    border: 0px solid #B8B8B8;
    color: #666;
    background-color: #fffFFF
}

.grey {
    background-color: #F1F1F1
}

.greywhite th {
    vertical-align: middle;
    line-height: 10px;
    padding: 0;
    margin: 0 auto;
    font-weight: bold;
    height: 20px;
    border: 0px solid #B8B8B8;
    background-color: #edefee
}

.greywhite td {
    border: 0px solid #B8B8B8;
    padding: 2px 0;
    margin: 0 auto;
    vertical-align: middle;
    font-size: 10pt;
    font-weight: normal
}

.mytable {
    border-collapse: collapse;
    border: 1px solid #B8B8B8
}

    .mytable td {
        border-collapse: collapse;
        border: 1px solid #B8B8B8;
        white-space: nowrap;
        word-break: keep-all
    }

.wordspace {
    height: 8px;
    width: 120px;
    padding: 0px;
    margin: 0px;
    border: #9933FF solid 0px
}

.txttab {
    margin: 0;
    padding: 0;
    margin-left: -4px;
    border-bottom: 1px solid #CCCCCC;
    height: 23px;
    width: 794px
}

    .txttab ul {
        margin: 0;
        padding: 0
    }

    .txttab li {
        list-style: none;
        float: left;
        padding: 0;
        margin: 0;
        margin-right: 0px;
        text-align: center;
        border: #9933FF solid 0px;
        vertical-align: bottom
    }

.radius-btm {
    border: 1px solid #CCCCCC;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    padding: 0px;
    margin: 0;
    width: 788px;
    min-height: 200px;
    background: #FFFFFF;
    border-top: 0px;
    text-align: left
}

.option_on {
    background: url(/images/template/RoundConners.png) no-repeat -286px -50px;
    width: 127px;
    line-height: 22px;
    height: 23px;
    margin: 0 2px;
    padding: 0;
    position: relative;
    top: 1px;
    cursor: pointer;
    font-weight: 600;
    color: #000000
}

.option_off {
    background: url(/images/template/RoundConners.png) no-repeat -286px -101px;
    width: 127px;
    line-height: 22px;
    height: 23px;
    margin: 0 2px;
    padding: 0;
    cursor: pointer;
    font-weight: 600;
    color: #FFFFFF;
    position: relative;
    top: 1px
}

    .option_off:hover {
        background: url(/images/template/RoundConners.png) no-repeat -286px -76px;
        position: relative;
        top: 1px
    }

.option1_on {
    background: url(/images/template/RoundConners.png) no-repeat -544px -50px;
    width: 175px;
    line-height: 22px;
    height: 23px;
    margin: 0 2px;
    padding: 0;
    position: relative;
    top: 1px;
    cursor: pointer;
    font-weight: 600;
    color: #646D5A;
    border: 1px solid blue
}

.option1_off {
    background: url(/images/template/RoundConners.png) no-repeat -544px -101px;
    width: 175px;
    line-height: 22px;
    height: 23px;
    margin: 0 2px;
    padding: 0;
    cursor: pointer;
    font-weight: 600;
    color: #FFFFFF;
    position: relative;
    top: 1px
}

    .option1_off:hover {
        background: url(/images/template/RoundConners.png) no-repeat -544px -76px;
        position: relative;
        top: 1px
    }

.option2_on {
    background: url(/images/template/RoundConners.png) no-repeat -255px 0;
    width: 82px;
    line-height: 22px;
    height: 23px;
    margin: 0 2px;
    padding: 0;
    position: relative;
    top: 1px;
    cursor: pointer;
    font-weight: 600;
    color: #000000
}

.option2_off {
    background: url(/images/template/RoundConners.png) no-repeat -341px 0;
    width: 82px;
    line-height: 22px;
    height: 23px;
    margin: 0 2px;
    padding: 0;
    position: relative;
    top: 1px;
    cursor: pointer;
    font-weight: 600;
    color: #FFFFFF
}

    .option2_off:hover {
        background: url(/images/template/RoundConners.png) no-repeat -426px 0;
        position: relative;
        top: 1px
    }

.zoomtab {
    text-align: left;
    border: #9933FF solid 0px
}

    .zoomtab ul {
        margin: 0;
        padding: 0
    }

    .zoomtab li {
        list-style: none;
        float: right;
        padding: 0;
        margin: 0;
        text-align: center;
        border: #9933FF solid 0px;
        vertical-align: baseline
    }

    .zoomtab a {
        display: block;
        width: 84px;
        font-size: 12px;
        font-weight: bold;
        color: #646D5A;
        text-decoration: none
    }

#cont {
    clear: both;
    border: 0px solid #D9D9D9;
    width: 100%;
    margin: 0;
    padding: 0
}

.common {
    margin: 0px;
    text-align: center;
    padding: 0;
    z-index: 5
}

.img_on {
    background: url(/images/template/RoundConners.png) no-repeat;
    width: 84px;
    line-height: 22px;
    height: 23px;
    margin: 0;
    padding: 0;
    z-index: 2;
    position: relative;
    left: 0px;
    top: 1px;
    text-align: center
}

.img_off {
    background: url(/images/template/RoundConners.png) no-repeat -169px 0;
    width: 84px;
    line-height: 22px;
    height: 23px;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    text-align: center;
    position: relative;
    left: 0px;
    top: 1px
}

    .img_off:hover {
        background: url(/images/template/RoundConners.png) no-repeat -86px 0
    }

.rollBox {
    height: 230px
}

img {
    border: 0
}

.pre_btn_t {
    float: left;
    position: relative;
    top: -6px;
    height: 14px
}

    .pre_btn_t div {
        color: #0199CB;
        float: left;
        font-size: 11px;
        font-weight: bold;
        margin: 2px 0;
        padding: 0;
        text-align: center;
        cursor: pointer
    }

.grey_button {
    vertical-align: text-bottom;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: left;
    background: #edf6ff url(/images/template/buttons.gif) no-repeat 0px -49px;
    width: 139px;
    line-height: 18px;
    height: 24px;
    margin: 0 5px;
    float: left;
    border: #990000 solid 0px;
    padding: 0 4px;
    cursor: pointer
}

.none_button {
    font-size: 11px;
    font-weight: bold;
    color: #646d5a;
    text-align: left;
    cursor: pointer
}

    .none_button:hover {
        color: #0199CB
    }

.itemlogo {
    border: 1px solid #cccccc;
    border-top: 0;
    -webkit-border-radius: 0 0 8px 8px;
    background-color: #EDEDED;
    color: #4C4C4C;
    font-weight: bold;
    left: -5px;
    margin: 0;
    position: relative;
    top: 5px;
    width: 316px;
    z-index: 0;
    text-align: left;
    padding: 5px
}

    .itemlogo img {
        margin: 0 5px 0 0
    }

.shipinfo {
    border: 0px solid #CCCCCC;
    -moz-border-radius: 0;
    background-color: #bbd1e2;
    color: #0199cb;
    height: 28px;
    width: 320px;
    margin: 6px 0 0 12px;
    text-align: left
}

.grey_button img {
    margin: 0 4px 0 0
}

.grey_button b {
    text-decoration: underline
}

.green_button {
    font: bold 11px tahoma,verdana;
    vertical-align: text-bottom;
    color: #FFFFFF;
    text-align: left;
    width: 139px;
    line-height: 24px;
    height: 25px;
    margin: 0 3px;
    margin-bottom: 3px;
    float: left;
    border: #990000 solid 0px;
    padding: 0 4px;
    cursor: pointer
}

.totalprice {
    list-style: none;
    border: #0000FF solid 0px;
    margin: 0;
    padding: 0
}

    .totalprice li {
        font-size: 14px;
        font-weight: bold;
        line-height: 18px;
        text-align: right
    }

    .totalprice font {
        color: #0199cb
    }

.bg_div td {
    border: #333333 solid 0px;
    border-bottom: 1px dashed #E3E3E3;
    margin: 0
}

.verticalitems {
    border-top: 1px dashed #E3E3E3;
    margin: 0;
    padding: 0;
    clear: both;
    vertical-align: middle
}

.itemsdesc {
    float: left;
    width: 92px;
    margin: 0;
    margin-left: 5px
}

.itemsimg {
    float: left
}

.itemsDel {
    margin: 8px 0;
    text-align: center
}

    .itemsDel img {
        height: 11px !important;
        width: 11px !important;
        border: 0
    }

.itemsimg img {
    height: 45px;
    width: 45px;
    border: 0
}

.roundcorner {
    background: #F0F0F0;
    width: 100%;
    height: 100%;
    margin: 0 auto
}

    .roundcorner .top, .roundcorner .bottom {
        display: block;
        background: #F0F0F0;
        font-size: 1px
    }

    .roundcorner .b1, .roundcorner .b2, .roundcorner .b3, .roundcorner .b4 {
        display: block;
        overflow: hidden
    }

    .roundcorner .b1, .roundcorner .b2, .roundcorner .b3 {
        height: 1px
    }

    .roundcorner .b2, .roundcorner .b3, .roundcorner .b4 {
        background: #F0F0F0;
        border-left: 1px solid #CCCCCC;
        border-right: 1px solid #CCCCCC
    }

    .roundcorner .b1 {
        margin: 0 5px;
        background: #CCCCCC
    }

    .roundcorner .b2 {
        margin: 0 3px;
        border-width: 0 2px
    }

    .roundcorner .b3 {
        margin: 0 2px
    }

    .roundcorner .b4 {
        height: 2px;
        margin: 0 1px
    }

    .roundcorner .boxcontent {
        display: block;
        background: #F0F0F0;
        border-left: 1px solid #CCCCCC;
        border-right: 1px solid #CCCCCC
    }

.round_inner_nav {
    margin: 8px;
    background: url(/images/template/background_panel_body.png);
    padding: 0;
    border: #7b7c7e solid 1px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.round_outer_nav {
    float: left;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px
}

.round_inner {
    margin: 8px;
    background-color: #FFFFFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.round_outer {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 1px
}

.boxsize {
    height: 5px;
    width: 5px
}

.boxborder {
    height: 1px;
    width: 1px
}

.boxleft, .boxright, .boxtop, .boxbottom {
    border: 0 solid #8B8B8B;
    background-color: #ffffff
}

.boxleft {
    border-left-width: 0px
}

.boxright {
    border-right-width: 0px
}

.boxtop {
    border-top-width: 0px
}

.boxbottom {
    border-bottom-width: 0px
}

.yourimglist {
    background-color: #FFF;
    border: 0;
    margin: 3px;
    padding: 0;
    width: 330px;
    height: 126px
}

    .yourimglist div {
        float: left;
        margin: 6px
    }

    .yourimglist ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

    .yourimglist li {
        text-align: center;
        color: #000
    }

    .yourimglist img {
        width: 90px;
        height: 90px
    }

.imageDesc {
    background: repeat scroll 0 0 transparent;
    border: 1px solid #09c;
    color: White;
    display: none;
    padding: 5px !important;
    position: absolute;
    text-align: left;
    top: 25px;
    vertical-align: top;
    width: 250px;
    z-index: 10
}

#pic {
    position: relative;
    z-index: 1
}

    #pic a .large {
        border: 0px;
        display: block;
        height: 1px;
        left: -1px;
        position: absolute;
        top: -1px;
        width: 1px
    }

    #pic a img {
        border: 0
    }

    #pic a.p1:hover .large {
        margin: 0;
        padding: 8px;
        border: 1px solid #0199cb;
        display: block;
        height: 125px;
        left: 0px;
        position: absolute;
        top: -135px;
        width: 125px
    }

.del {
    text-decoration: line-through
}

.ins {
    text-decoration: underline
}

.Tah_16_Green_bold {
    color: #0199cb;
    font-size: 16px;
    font-weight: bold
}

.Tah_14_Green {
    color: #0199cb;
    font-size: 14px;
    font-weight: normal
}

.Tah_16_Grey_bold {
    color: #8c8c8c;
    font-size: 16px;
    font-weight: bold
}

.Tah_14_Grey {
    color: #8c8c8c;
    font-size: 14px
}

.Tah_11_Grey {
    color: #666666
}

.Tah_12_Grey {
    color: #666666;
    font-size: 12px
}

.Tah_10_Grey {
    color: #999999;
    font-size: 10px
}

.Tah_11_bold {
    color: #000000;
    font-weight: bold
}

a.FooterLink {
    color: #666666;
    font-weight: normal;
    font-size: 12px
}

    a.FooterLink:hover {
        color: #0199cb;
        text-decoration: underline;
        font-size: 12px
    }

.Arial_11_bold {
    font-weight: bold
}

.MyAccInfo {
    float: left;
    width: 24%;
    height: 15px;
    padding: 3px;
    text-align: left
}

.GroupHeader_Collapsed {

}


.GroupHeader_Expanded {
}

.cleanall {
    margin: 0
}

#div_NavLeft {
    height: auto;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    text-align: center;
}

@media only screen and (min-width: 40rem) {
    .vertical-right-medium {
        border-right: solid 1px #ccc
    }
}

.div_Group {
}

.div_Group_Head {
    word-wrap: break-word;
    text-align: left;
    border: none;
    cursor: pointer;
    color: white;
    background-color: black;
    width:100%;
    font-weight: bold;
    font-size: 0.9rem;
    padding: 6px 12px;

}
.GroupHeader_Arrow{
    float:right;
    display: inline-block;
    font: normal normal normal 0.9rem/1.5 FontAwesome;
}

.GroupHeader_Collapsed .GroupHeader_Arrow::before {
    content:"\f054";
}

.GroupHeader_Expanded .GroupHeader_Arrow:before {
    content:"\f078";
}

.div_Group_Detail {
    word-wrap: break-word;
    text-align: left;
    margin: 3px 10px;
    display: block;
    font-size: 0.8rem;
    overflow-y:auto;
    max-height: 220px;
}

    .div_Group_Detail div:hover {
        color: #737373
    }

    .div_Group_Detail .singleSelectionContainer {
        padding-left: 2px;
        margin-bottom: 4px
    }
    .singleSelectionContainer > span {
        cursor: pointer;
    }

    .div_Group_Detail .multiSelectionContainer {
        margin-bottom: 4px
    }

        .div_Group_Detail .multiSelectionContainer .checkBox_Container {
            float: left;
        }
        .multiSelectionContainer .checkBox_Container input {
            margin:0;
            margin-right: 2px;
        }
        .multiSelectionContainer label {
            color:black;
            font-size: inherit;
        }

    .div_Group_Detail .num_items {
        color: #737373;
        float: right;
    }

    .div_Group_Detail div {
        color: #000;
    }

.checkbox, .radio {
    vertical-align: middle
}

.div_Group_Detail img {
    cursor: pointer
}

.div_Group_Sel {
    word-wrap: break-word;
    text-align: left;
    height: auto;
    width: 156px;
    display: none;
    margin-top: 6px;
    padding-left: 5px;
}

    .div_Group_Sel div {
        height: auto;
        color: #09c;
        margin-bottom: 4px;
        font-weight: bold;
        font-size: 11px
    }

    .div_Group_Sel .imgDelete {
        cursor: pointer;
        position: relative;
        float: right;
        top: 3px
    }

.div_Group_Head_Content {
}

.globalSprite.size-box {
    text-indent: 0;
    height: auto;
    text-transform: uppercase;
    background: none;
    list-style: none;
    display: inline-block;
    text-align: center;
    font-size: 10px;
    padding: 4px 0;
    margin: 0 0 6px 7px;
    min-width: 26px;
    color: #2A2A2A;
    border: 1px solid #c3c3c3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #F4F4F4
}

    .globalSprite.size-box:hover {
        border: 1px solid #646464
    }

    .globalSprite.size-box[class$=_on] {
        border: 1px solid #646464
    }

    .globalSprite.size-box[class$=_na] {
        cursor: not-allowed;
        color: #ccc;
        border: 1px solid #ccc
    }

.dxpCurrentPageNumber_Aqua {
    color: #09c !important;
    background-color: #343434;
    border: 1px solid #343434
}

.dxdvLoadingPanel_Aqua td.dx {
    padding: 0 !important
}

.dxpPageNumber_Aqua {
    color: #000000
}

.dxdvLoadingPanel_Aqua {
    background-color: transparent !important;
    border: 0;
    font: 9pt Tahoma
}

    .dxdvLoadingPanel_Aqua td.dx {
        padding: 0 !important
    }

.dxdvContent_Aqua {
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    padding: 20px
}

.dxdvContent_Aqua {
    border-bottom: 1px solid #CCCCCC !important;
    border-top: 1px solid #CCCCCC !important
}

.dxnbGroupHeader_Glass {
    background: url("/images/template/titlebox.png") no-repeat scroll -346px 0 transparent;
    color: #303030;
    font: bold 9pt Tahoma;
    height: 30px;
    padding: 0 5px;
    width: 168px;
    border: 0
}

    .dxnbGroupHeader_Glass td {
        color: #C5C5C5 !important;
        font-weight: bold;
        white-space: nowrap
    }

.dxnbGroupHeaderCollapsed_Glass {
    background: url("/images/template/titlebox.png") no-repeat scroll -2px 0 transparent;
    border-bottom: 0 solid #D5D5D5;
    border-style: none none solid;
    color: #09c;
    font-weight: bold;
    height: 31px;
    padding: 0 5px;
    width: 168px
}

    .dxnbGroupHeaderCollapsed_Glass td {
        color: #C5C5C5;
        font-weight: bold
    }

    .dxnbGroupHeaderCollapsed_Glass:hover {
        background: url("/images/template/titlebox.png") no-repeat scroll -174px 0 transparent;
        height: 31px;
        font-weight: bold
    }

        .dxnbGroupHeaderCollapsed_Glass:hover td {
            color: #09c;
            font-weight: bold
        }

.dxnbControl_Glass a {
    color: #000000
}

.nav_banner {
    left: 0;
    z-index: 10;
    background: url(/images/template/panel_title.png) no-repeat;
    height: 20px;
    width: 173px;
    margin: 10px 0;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    padding: 6px 0;
    font-weight: bold
}

.right_banner {
    position: relative;
    left: 0;
    z-index: 10;
    background: url(/images/template/panel_title.png) no-repeat;
    height: 20px;
    width: 189px;
    margin: 10px 0;
    font-size: 16px;
    color: #FFFFFF;
    text-align: left;
    padding: 6px 5px;
    font-weight: bold
}

.Brand_left_banner {
    position: relative;
    left: -5px;
    z-index: 10;
    background: url(/images/template/panel_title.png) no-repeat;
    height: 20px;
    width: 173px;
    margin: 10px 0;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    padding: 6px 0;
    font-weight: bold
}

.inline_cart {
    margin: 5px 0 0 0;
    border: 0px solid green
}

.inline {
    margin: 5px 0 0 0
}

    .inline div {
        float: left;
        border: 0px solid #ee00e0;
        text-align: left
    }

table {
    border: 0px #660066 dotted
}

.picBox {
    margin: 2px;
    float: left;
    padding: 3px;
    width: 110px;
    text-align: center;
    white-space: normal
}

.picBoximg {
    width: 95px;
    height: 95px
}

.feature {
    width: 600px;
    height: auto;
    margin: 5px 0;
    text-align: left
}

    .feature div {
        border-bottom: 1px solid #CCCCCC;
        clear: both;
        margin: 0;
        height: auto;
        text-align: left
    }

    .feature span {
        width: 200px;
        float: left
    }

    .feature ul {
        float: left;
        border: 0 solid red;
        margin: 3px 0 3px 5px;
        padding: 0;
        width: 300px;
        text-align: left;
        list-style: square inside url("/images/icons/icon_bullit.gif")
    }

#divSelectCountry {
    margin-left: -9px
}

#divDropDownSelectCountry {
    position: absolute;
    top: 20px;
    *top: 20px;
    _top: 23px;
    right: 0px;
    *right: 0px;
    _right: -1px;
    width: 106px;
    *width: 98px;
    _width: 98px;
    background: url(/images/template/navbar_bg_pattern.png) repeat;
    display: none;
    text-align: left;
    -moz-border-radius: 3px
}

    #divDropDownSelectCountry a {
        font-weight: normal;
        font-size: 11px;
        padding-right: 20px
    }

        #divDropDownSelectCountry a:hover {
            font-weight: bold;
            font-size: 11px;
            text-decoration: none
        }

#USALink {
    position: absolute;
    top: 6px;
    right: 15px
}

#EuropeLink1 {
    position: absolute;
    top: 6px;
    right: 15px
}

#EuropeLink2 {
    position: absolute;
    top: 24px;
    right: 15px
}

#ChinaLink {
    position: absolute;
    top: 24px;
    right: 15px
}

#divDropIcon {
    float: left;
    background: url(/images/country.gif) no-repeat -17px 0px transparent;
    width: 5px;
    height: 11px;
    margin: 6px 0px 0px 3px;
    cursor: pointer
}

.divUSASelected {
    float: left;
    background: url(/images/country.gif) no-repeat 11px 0 transparent;
    _background: url(/images/country.gif) no-repeat 11px 2px transparent;
    width: 28px;
    height: 11px;
    *height: 11px;
    _height: 13px;
    margin-top: 3px;
    _margin-top: 1px;
    cursor: pointer;
    overflow: hidden
}

.divUSA {
    width: 30px;
    background: url(/images/country.gif) no-repeat 0px 0px transparent;
    display: inline
}

.divEuropeSelected {
    float: left;
    background: url(/images/country.gif) no-repeat 11px -11px transparent;
    width: 28px;
    height: 11px;
    *height: 11px;
    margin-top: 3px;
    cursor: pointer;
    overflow: hidden
}

.divEurope {
    width: 30px;
    background: url(/images/country.gif) no-repeat 0px -11px transparent;
    display: inline
}

.divChinaSelected {
    float: left;
    background: url(/images/country.gif) no-repeat 11px -22px transparent;
    width: 28px;
    height: 11px;
    *height: 11px;
    _height: 11px;
    margin-top: 3px;
    _margin-top: 3px;
    cursor: pointer;
    overflow: hidden
}

.divChina {
    width: 30px;
    background: url(/images/country.gif) no-repeat 0px -22px transparent;
    display: inline
}

.divRow {
    text-align: right;
    height: 11px;
    *height: 11px;
    margin: 4px 14px 2px 0px;
    *margin: 4px 13px 2px 0px;
    _margin: 4px 12px 2px 0px;
    padding-top: 3px;
    overflow-y: hidden
}

#checkCode {
    background-color: #727272;
    color: #FFFFFF;
    font-size: 30px;
    font-style: italic;
    margin: 5px 0;
    text-align: center;
    width: 367px;
    letter-spacing: 15px
}

.sizelist {
    padding: 20px 0
}

    .sizelist li {
        list-style: none;
        line-height: 20px;
        border-bottom: 3px solid #F3EEE2;
        width: 340px
    }

        .sizelist li b {
            margin: 0 10px 0 0
        }

    .sizelist ul {
        display: none
    }

        .sizelist ul li {
            border: 0;
            list-style: square inside url("/images/icons/icon_bullit.gif")
        }

.listMouseOver {
    cursor: pointer;
    background-color: #e5e5cc
}

.listMouseOut {
    background-color: #FFFFFF
}

.dxpcContent {
    padding: 0 !important
}

#sItemNameTop {
    font-weight: bold;
    color: #0199cb
}

.GiftCertBuy {
    color: #008000;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: underline
}

.leftborder {
    border-left: 1px solid #cccccc
}

.rightborder {
    border-right: 1px solid #cccccc
}

.GiftCertificates {
    color: #09c;
    font-size: 16pt;
    font-weight: normal
}

.PopBackColor {
    background-color: #F0F0F0
}

.TitleBackColor {
    background-color: #F1F1F1
}

.AccountNote {
    color: Gray
}

.CategoryColor1 {
    margin-left: 5px;
    color: #09c
}

.CategoryColor2 {
    margin-left: 5px
}

.imgBorder {
    border: 1px solid #cccccc
}

#div_CurrentSelectedLanguage {
    width: 58px;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF !important;
    text-align: left
}

#div_SelectMultiLanguage {
    width: 55px;
    display: none
}

.div_SelectMultiLangItem {
    width: 100%;
    text-align: right
}

    .div_SelectMultiLangItem div {
        width: 100%;
        font-size: 7.5pt;
        margin-top: 4px
    }

        .div_SelectMultiLangItem div:hover {
            font-weight: bold
        }

.dxpcContent {
    padding: 0 !important
}

#sItemNameTop {
    font-weight: bold;
    color: #0199cb
}

.GiftCertBuy {
    color: #0199cb;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: underline
}

.leftborder {
    border-left: 1px solid #cccccc
}

.rightborder {
    border-right: 1px solid #cccccc
}

.GiftCertificates {
    color: #0199cb;
    font-size: 16pt;
    font-weight: normal
}

.PopBackColor {
    background-color: #F0F0F0
}

.TitleBackColor {
    background-color: #F1F1F1
}

.AccountNote {
    color: Gray
}

.CategoryColor1 {
    margin-left: 5px;
    color: #0199cb
}

.CategoryColor2 {
    margin-left: 5px
}

.imgBorder {
    border: 1px solid #cccccc
}

.shoes-tabs {
    margin: 0pt;
    text-align: left;
    width: 438px;
    float: left;
    border: 1px solid #fff
}

#item_info_box {
    float: left;
    position: relative;
    text-align: right;
    width: 340px
}

#startdiv {
    background-color: #FFF
}

#TitleInfo {
    font-weight: bold;
    color: #0199cb;
    margin: 0 0 0 10px
}

.review {
    font-weight: bold;
    color: #646D5A
}

.facebookfan {
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 10pt;
    line-height: normal;
    color: #000
}

.lineSpace {
    width: 100%;
    line-height: 9px;
    background-color: #f1f1f1
}

.GiftCertColor {
    padding: 2px;
    margin: 5px;
    border: thin #000000;
    background-color: #FFFFE5
}

.previewLink {
    font-size: 12pt;
    color: #0000cd
}

.printBColor {
    background-color: #FFF
}

.SavPromo {
    width: 100px;
    font-size: 12px;
    color: #990000;
    text-align: right;
    border: none;
    font-weight: bold
}

.UpdateCart {
    color: #0199cb
}

.kitList {
    border: 1px solid red
}

    .kitList ul {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: left
    }

    .kitList li {
        float: left;
        max-width: 120px;

    }

#div_CurrentSelectedLanguage {
    width: 55px;
    font-size: 11px;
    font-weight: bold;
    color: Black;
    text-align: left
}

#div_SelectMultiLanguage {
    width: 55px;
    display: none
}

.div_SelectMultiLangItem {
    width: 100%;
    text-align: right
}

    .div_SelectMultiLangItem div {
        width: 100%;
        font-size: 7.5pt;
        margin-top: 4px
    }

        .div_SelectMultiLangItem div:hover {
            font-weight: bold
        }

#headerSearch.btnSearch {
    background: url(/images/template/button_search.png) no-repeat scroll center 0;
    border: 0;
    cursor: pointer;
    float: right;
    height: 25px;
    max-width: 89px;
    font-size: 14px;
    color: #FFF;
    text-align: left;
    margin: 4px 0 0;
    padding: 0;
    font-weight: bold;
    text-indent: 8px;
    line-height: 25px;
    background-size: 100% 100%;
    right: 5px
}

.itemdescbox {
    margin: -5px 0 0 0;
    height: 25px;
    width: 318px;
    text-align: left;
    float: left;
    padding-left: 20px;
    color: #FFFFFF
}

.td_CommonBorder1 {
    border-bottom: 1px solid #ccc
}

.colorRed {
    color: red
}

.upsLabelColor1 {
    color: #663300
}

.ItemQAAndReviewColor1 {
    color: #999933
}

.ScrollableBgColor1 {
    background-color: #FFF
}

.OrderCommonFont1 {
    text-align: left;
    font-weight: bold
}

.OrderFontRoman {
    margin: 10px 0;
    font-size: 14pt;
    text-align: center;
}

.choice_txt_div {
    text-align: center;
    font-size: large;
    font-weight: bold;
    width: 172px
}

.CRMTextBox {
    font-size: 11px
}

.ShippingSpanCommon1 {
    width: 100px;
    font-size: 12px;
    text-align: right;
    border: none;
    font-weight: bold
}

.ShippingSpanFont8ptBold {
    font-weight: bold;
    font-size: 8pt
}

.cerListItemBottom1 {
    border-bottom: 1px solid #cccccc;
    width: 706px;
    float: left;
    height: 8px
}

.leftBorderBottom {
    width: 9px;
    float: left
}

.rightBorderBottom {
    width: 9px;
    float: right
}

.accDivItem1 {
    float: left;
    text-align: center;
    border-left: solid 1px white
}

.retrieveCartItem {
    margin-top: 0px
}

.button_review {
    background: url(/images/Template/button_Review.png) no-repeat scroll 0 0 transparent;
    display: inline-block;
    width: 134px;
    height: 32px;
    line-height: 30px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-align: center
}

.button_add_review {
    cursor: pointer;
    height: 27px;
    width: 120px
}

.button_cancel {
    cursor: pointer;
    height: 27px;
    width: 100px
}

.button_add_answer {
    cursor: pointer;
    height: 27px;
    width: 120px
}

.button10 {
    background: url(/images/template/button10.png) no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 10px;
    font-weight: 900;
    height: 27px;
    line-height: 27px;
    padding: 0;
    text-transform: uppercase;
    width: 95px;
    white-space: nowrap;
    word-break: keep-all;
    text-align: center;
    text-decoration: none
}

.cartTotalPrice {
    font-size: 10px;
    font-weight: bold;
    line-height: 18px;
    background-color: #FFFFFF;
    padding-left: 37px;
    text-align: left;
    width: 127px;
    margin-left: 3px
}

.checkout_nav {
    background: scroll 0 0 transparent;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-size: 11px;
    font-weight: 900;
    height: 20px;
    padding: 3px 0 0 16px;
    text-transform: uppercase;
    width: 115px;
    margin-left: 18px
}

.checkout_nav_back {
    background-color: #FFFFFF;
    height: 27px;
    width: 164px;
    margin-left: 3px
}

.cartSpace {
    height: 25px
}

.button_add {
    background: url(/images/template/button_small.png) no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 10px;
    font-weight: 900;
    height: 16px;
    padding: 1px 0 0 2px;
    text-transform: capitalize;
    width: 31px;
    margin-left: 70px;
    text-decoration: none
}

.button5_small {
    background: 0 0 transparent;
    border: 0;
    color: #fff;
    background-color: #C10230;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: 900;
    height: 24px;
    line-height: 22px;
    text-transform: uppercase;
    text-indent: 9px;
    width: 129px;
    text-align: center;
    text-decoration: none
}

    .button5_small:hover {
        color: #fff
    }

.button6 {
    background: url(/images/template/button6.png) no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: 900;
    height: 26px;
    line-height: 24px;
    text-transform: uppercase;
    width: 132px;
    text-decoration: none
}

.button_small2 {
    background: url(/images/template/button_small2.png) no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 11px;
    font-weight: 900;
    height: 16px;
    padding: 0;
    width: 53px;
    text-align: center;
    text-decoration: none
}

.button5 {
    background: url(/images/template/button5.png) no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 11px;
    font-weight: 900;
    height: 32px;
    line-height: 29px;
    padding: 0;
    text-transform: capitalize;
    width: 165px;
    white-space: nowrap;
    word-break: keep-all;
    text-decoration: none
}

.progress_inline div {
    background-position: center 0;
    margin: 0;
    text-align: center
}

.progress1_on {
    background: url(/images/template/button_check_progress_1_on.png) no-repeat scroll 0 0 transparent;
    font-size: 11px;
    font-weight: 900;
    width: 110px
}

.progress1_off {
    background: url(/images/template/button_check_progress_1_off.png) no-repeat scroll 0 0 transparent;
    font-size: 11px;
    font-weight: 900;
    width: 110px
}

.progress2_on {
    background: url(/images/template/button_check_progress_2_on.png) no-repeat scroll 0 0 transparent;
    font-size: 11px;
    font-weight: 900;
    width: 140px
}

.progress2_off {
    background: url(/images/template/button_check_progress_2_off.png) no-repeat scroll 0 0 transparent;
    font-size: 11px;
    font-weight: 900;
    width: 140px
}

.progress3_off {
    background: url(/images/template/button_check_progress_3_off.png) no-repeat scroll 0 0 transparent;
    font-size: 11px;
    font-weight: 900;
    width: 212px
}

.progress3_on {
    background: url(/images/template/button_check_progress_3_on.png) no-repeat scroll 0 0 transparent;
    font-size: 11px;
    font-weight: 900;
    width: 212px
}

.progress1_on, .progress1_off, .progress2_on, .progress2_off, .progress3_on, .progress3_off {
    color: #FFF;
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    text-transform: capitalize;
    white-space: nowrap;
    word-break: keep-all;
    text-decoration: none
}

.customKitImg {
    display: none
}

.selectKit {
    background: url(/images/template/button_sets_2.png) no-repeat scroll 0 0 transparent;
    color: #000000;
    cursor: pointer;
    font-size: 9px;
    height: 14px;
    text-transform: uppercase;
    width: 46px;
    padding: 0 0 0 10px;
    margin: 0 0 0 10px;
    text-align: left;
    text-decoration: none
}

.fixKit {
    background: url(/images/template/button_sets_3.png) no-repeat scroll 0 0 transparent;
    color: #000000;
    cursor: pointer;
    font-size: 9px;
    height: 14px;
    text-transform: uppercase;
    width: 46px;
    padding: 0 0 0 10px;
    margin: 0 0 0 10px;
    text-align: left;
    text-decoration: none
}

.changeKit {
    background: url(/images/template/button_sets_1.png) no-repeat scroll 0 0 transparent;
    color: #000000;
    cursor: pointer;
    font-size: 9px;
    height: 14px;
    text-transform: uppercase;
    width: 46px;
    padding: 0 0 0 10px;
    margin: 0 0 0 10px;
    text-align: left;
    text-decoration: none
}

.button1 {
    background: url(/images/template/button1.png) no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-size: 12px;
    font-weight: 900;
    height: 27px;
    padding: 5px 0 0 5px;
    text-transform: uppercase;
    width: 94px;
    white-space: nowrap;
    word-break: keep-all;
    text-align: center;
    text-decoration: none
}

.sale_red2 {
    background: url(/images/template/sale-red2.gif) no-repeat transparent;
    color: #FFFFFF;
    font-size: 11px;
    height: 15px;
    text-transform: capitalize;
    width: 40px;
    padding: 1px 11px;
    margin: 0
}

.sale_inline {
    background: url(/images/template/sale-inline.gif) no-repeat transparent;
    color: #FFFFFF;
    font-size: 9px;
    height: 11px;
    text-transform: capitalize;
    padding: 0 0 1px 8px;
    width: 32px;
    margin: 2px 0 0 0;
    font-weight: bold
}

.ScrollableBgColor1 {
    background-color: #FFFFFF
}

.emptyItem {
    color: #FFFFFF;
    font: 8pt verdana,arial;
    width: 160px;
    text-align: center
}

#clearAll {
    background: url(/images/template/button_clear.png) no-repeat scroll 0 0 transparent;
    color: #09c;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    height: 23px;
    margin: 5px auto;
    width: 117px
}

#content p {
    font-size: 12px
}

    #content p a:link {
        font-size: 12px;
        color: black;
        text-decoration: underline
    }

    #content p a:visited {
        font-size: 12px;
        color: green;
        text-decoration: none;
        font-weight: bold
    }

    #content p a:hover {
        color: #999933;
        text-decoration: underline
    }

#content .subhead {
    font-size: 14px;
    font-weight: bold
}

#content h2 {
    font-size: 14px;
    color: #339933;
    font-weight: bold
}

#content ul li {
    list-style-type: none;
    font-size: 12px;
    margin: 0
}

#content ol li {
    font-size: 12px;
    margin: 0;
    line-height: 150%;
    margin-bottom: 5px
}

    #content ol li a:link {
        font-size: 12px
    }

#content .notice {
    font-weight: bold;
    color: #339933
}

.poptipdiv {
    text-align: left;
    vertical-align: top;
    padding: 5px !important;
    width: 400px;
    color: White;
    display: none;
    position: absolute;
    top: 27px;
    border: 0px solid #1E2021;
    border-bottom-width: 0;
    font: bold 12px Arial;
    line-height: 20px;
    z-index: 10;
    background: url(/images/template/navbar_menu_bg.png) repeat
}

#shipoption {
    color: #0199CB;
    font-weight: bold;
    margin: 0 0 0 10px;
    cursor: pointer
}

#watchvideo {
    color: #09c;
    font-weight: bold;
    margin: 0 0 0 25px
}

#inv_message {
    color: #0199CB;
    font-size: 9pt;
    font-weight: bold;
    margin: 0 0 0 10px;
    padding-right: 5px;
    position: relative;
    top: -8px
}

.acc_TextBox {
    border: 1px solid #9F9F9F
}

.acc_Input_Description {
    color: #474747;
    float: left;
    font-weight: bold;
    margin-top: 3px;
    text-align: left;
    width: 120px
}

#loadingtab {
    top: 0 !important
}

.customInputBox {
    width: 230px
}

#PageMain {
    overflow: hidden
}

#searchResult {
    z-index: 10000;
    display: none;
    width: 350px;
    border: solid 1px #BFBFBF;
    text-align: left;
    position: absolute;
    background-color: #FFF;
    margin-top: -4px
}

#searchResultList {
    list-style: none;
    padding: 0;
    margin: 0
}

    #searchResultList li {
        padding: 3px 0;
        text-indent: 5px;
        cursor: pointer
    }

        #searchResultList li.current {
            background-color: #C0C0C0
        }

        #searchResultList li:hover {
            background-color: #D3D3D3
        }

#belowNavContainer {
    clear: both;
    margin-bottom: 5px
}

.CRM {
    font-weight: bolder;
    font-size: 12px;
    color: Black
}

.nav_mid_section {
    float: left;
    height: 28px;
    text-align: center
}

#footerBanner {
    clear: both;
    margin: 10px 0 0 0
}

#overlayLandingDiv {
    background-color: Black;
    clear: both;
    z-index: 2000;
    padding: 8px;
    display: none;
    margin: 0 auto;
    width: 1002px
}

#closeLandingDiv {
    position: absolute;
    background: url(/mmwgs/jquery-tool-images/close.png);
    cursor: pointer;
    height: 35px;
    width: 35px;
    top: -17px;
    right: -15px
}

#landingContentDiv {
    width: 984px;
    height: auto
}

#popup_rewards_program_container {
    font-size: 12px;
    text-align: left
}

#popup_rewards_program_container {
    background-color: #FFF;
    border: solid 1px #FFF;
    font: normal 13px Arial,sans-serif;
    position: absolute;
    width: 600px;
    display: none;
    z-index: 10002;
    padding: 25px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 0 100px 5px #000000;
    top: 90px;
    left: 300px
}

    #popup_rewards_program_container input {
        vertical-align: -2px;
        margin-right: 2px
    }

#popup_close {
    background: url(/images/icons/close.png) no-repeat transparent;
    cursor: pointer;
    height: 35px;
    padding: 5px;
    position: absolute;
    right: -27px;
    top: -19px;
    width: 35px
}

#popup_content {
    padding: 0px 10px 10px 30px;
    width: 580px
}

    #popup_content p {
        margin: 15px 0;
        padding: 0
    }

#right-area .size-box {
    width: 36px;
    padding: 8px 0;
    cursor: pointer;
    border-radius: 2px;
    border: 1px solid #c3c3c3;
    float: left;
    text-transform: uppercase;
    text-align: center;
    margin: 0 3px 3px 0;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #f5f5f5, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #e6e6e6);
    background-image: -o-linear-gradient(top, #f5f5f5, #e6e6e6);
    background-image: linear-gradient(to bottom, #f5f5f5,#e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5',endColorstr='#ffe6e6e6',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border: solid 0.08em #e6e6e6;
    font-weight: bold
}

    #right-area .size-box:hover, #right-area .size-box.selected {
        color: #fff;
        background: #692f23
    }

    #right-area .size-box.unavailable {
        background-color: white;
        color: #ABABAB
    }

        #right-area .size-box.unavailable:hover {
            background: #a24936;
            color: #E2E2E2
        }

    #right-area .size-box.Width {
        width: 50%;
        display: block;
        float: none;
        text-transform: capitalize;
        margin: auto;
        margin-bottom: 3px
    }

        #right-area .size-box.Width:hover, #right-area .size-box.Width.selected {
            color: #692f23;
            background: #e6e6e6
        }

.item-review-unit {
    margin-bottom: 1em;
    padding-top: 1em !important;
    padding-bottom: 1em !important
}

    .item-review-unit h4 {
        margin-bottom: 0.2em
    }

    .item-review-unit .item-rating-bg {
        margin-bottom: 0.5em
    }

    .item-review-unit p.title {
        font-weight: bold
    }

    .item-review-unit .large-6.columns a {
        margin-left: 1em
    }

    .item-review-unit .columns .button.submit {
        margin-right: 1em
    }

    .item-review-unit .commentContainer {
        margin-top: 0.7em
    }

        .item-review-unit .commentContainer .commentDesc {
            cursor: pointer
        }

.item-review-property {
    margin-bottom: 0.5em !important
}

    .item-review-property span {
        font-weight: bold;
        font-size: 1.1em
    }

.item-rating-bg {
    display: inline-block;
    position: relative
}

    .item-rating-bg i {
        color: #e7e7e7;
        text-shadow: none;
        word-spacing: -0.1em
    }

    .item-rating-bg .icon-star.star-5:before {
        content: "\f005\f005\f005\f005\f005"
    }

#attribmsg1, #attribmsg2, #attribmsg3, #attribmsg4 {
    margin-left: 4px;
    text-transform: capitalize
}

.item-rating {
    position: absolute;
    top: 0;
    left: 0
}

    .item-rating i {
        color: #ffd078;
        display: inline-block;
        text-shadow: 0 0px 5px #F8EF33;
        word-spacing: -0.1em
    }

    .item-rating .icon-star.star-disabled {
        width: 1em
    }

        .item-rating .icon-star.star-disabled:before {
            content: "\f005";
            color: #e7e7e7;
            text-shadow: none
        }

    .item-rating .icon-star.star-0:before {
        content: ""
    }

    .item-rating .icon-star.star-1 {
        width: 1em
    }

        .item-rating .icon-star.star-1:before {
            content: "\f005"
        }

    .item-rating .icon-star.star-2:before {
        content: "\f005\f005"
    }

    .item-rating .icon-star.star-3:before {
        content: "\f005\f005\f005"
    }

    .item-rating .icon-star.star-4:before {
        content: "\f005\f005\f005\f005"
    }

    .item-rating .icon-star.star-5:before {
        content: "\f005\f005\f005\f005\f005"
    }

.itemdesc {
    background-color: white
}

.cart-button {
    padding-top: 5px
}

    .cart-button .social-icons {
        text-align: center;
        margin-bottom: 10px
    }

        .cart-button .social-icons a {
            background-attachment: scroll;
            background-color: transparent;
            background-image: url(/mmwgs/itempage/social_icons/social-icons-itempage_sprite.png);
            background-repeat: no-repeat;
            display: inline-block;
            vertical-align: middle;
            height: 26px;
            width: 26px;
            margin-top: 0.5em
        }

        .cart-button .social-icons .facebook {
            background-position: 0 0
        }

            .cart-button .social-icons .facebook:hover {
                background-position: 0 -30px
            }

        .cart-button .social-icons .pinterest {
            background-position: -30px 0
        }

            .cart-button .social-icons .pinterest:hover {
                background-position: -30px -30px
            }

        .cart-button .social-icons .twitter {
            background-position: -60px 0
        }

            .cart-button .social-icons .twitter:hover {
                background-position: -60px -30px
            }

        .cart-button .social-icons .youtube {
            background-position: -90px 0
        }

            .cart-button .social-icons .youtube:hover {
                background-position: -90px -30px
            }

        .cart-button .social-icons .blogger {
            background-position: -120px 0
        }

            .cart-button .social-icons .blogger:hover {
                background-position: -120px -30px
            }

form .row .row {
    margin: 0
}

#detailimg.MagicZoomPlus, #detailimg.MagicZoomPlus:hover {
    display: inline-block;
    cursor: url(/JS/magiczoomplus/graphics/zoomin.cur),pointer;
    outline: 0 !important;
    font-size: 0 !important;
    line-height: 100% !important;
    direction: ltr;
    max-width: 100%
}

.MagicZoomPlus {
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    text-align: center
}

#detailimg .MagicZoomPlus {
    position: absolute !important
}

.item-detail-link {
    cursor: default !important
}

.MagicZoomPlus img {
    border: 0 !important;
    margin: 0 !important;
    outline: 0 !important;
    padding: 0 !important;
    height: auto
}

.MagicZoomPlus.magic-for-ie8 > img {
    max-width: none !important
}

.MagicZoomPlus.magic-for-ie7 > img, .MagicZoomPlus.magic-for-ie5 img {
    width: auto
}

td > .MagicZoomPlus > img, td > .MagicZoomPlus.magic-for-ie8 > img {
    max-width: none;
    width: auto
}

.MagicZoomPlus span {
    display: none !important
}

.MagicZoomPlusHint {
    background: url(/JS/magiczoomplus/graphics/hint.gif) no-repeat 2px 50%;
    color: #444;
    font-size: 8pt;
    line-height: 24px;
    margin: 0;
    min-height: 24px;
    padding: 2px 2px 2px 20px !important;
    text-align: left;
    text-decoration: none
}

.MagicZoomPlusLoading {
    background: #fff url(/JS/magiczoomplus/graphics/loader.gif) no-repeat 2px 50%;
    border: 1px solid #ccc;
    color: #444;
    font-size: 8pt;
    line-height: 1.5em;
    margin: 0;
    padding: 4px 4px 4px 24px !important;
    text-align: left;
    text-decoration: none
}

.MagicZoomPlus-ExternalText {
    display: none
}

.MagicZoomBigImageCont {
    background: #ffffff;
    border: 1px solid #999;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important
}

    .MagicZoomBigImageCont.inner-zoom {
        border: 0
    }

    .MagicZoomBigImageCont img {
        max-width: none !important;
        max-height: none !important;
        height: auto !important;
        width: auto !important
    }

.MagicZoomHeader {
    background: #666;
    color: #fff;
    font-size: 10pt !important;
    line-height: normal !important;
    text-align: center !important
}

.MagicZoomPup {
    background: #dadad1;
    border: 3px solid #aaa;
    cursor: url(/JS/magiczoomplus/graphics/zoomin.cur),pointer
}

.MagicZoomLoading {
    background: #fff url(/JS/magiczoomplus/graphics/loader.gif) no-repeat 2px 50%;
    border: 1px solid #ccc;
    color: #444;
    font-size: 8pt;
    line-height: 1.5em;
    margin: 0;
    padding: 4px 4px 4px 24px !important;
    text-align: left;
    text-decoration: none
}

.MagicHotspots {
    display: none;
    visibility: hidden
}

    .MagicHotspots a {
        border: 1px solid #ccc;
        display: block !important;
        position: absolute !important
    }

        .MagicHotspots a:hover {
            border: 1px solid red
        }

.MagicThumb-expanded-thumbnail {
    cursor: default
}

.MagicThumb-expanded {
    background: #ffffff;
    border: 1px solid #ccc;
    cursor: url(/JS/magiczoomplus/graphics/zoomout.cur),pointer;
    outline: 0;
    padding: 0;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important
}

    .MagicThumb-expanded img {
        background: #ffffff
    }

.MagicThumb-caption {
    background: #ccc;
    border: 0 !important;
    color: #333;
    font: normal 10pt Verdana, Helvetica;
    min-height: 18px !important;
    padding: 8px;
    outline: 0 !important;
    text-align: left
}

.MagicThumb-buttons {
    background: transparent url(/JS/magiczoomplus/graphics/buttons1.png) no-repeat 0 0;
    display: block;
    height: 24px
}

    .MagicThumb-buttons a {
        height: 24px;
        margin: 0px 1px !important;
        overflow: hidden;
        width: 24px;
        -webkit-transition: none !important;
        -moz-transition: none !important;
        transition: none !important
    }

.MagicThumb-expanded > div > div > div > img {
    max-height: none !important;
    max-width: none !important;
    height: auto !important;
    width: auto !important
}

.MagicThumb-background {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important
}

.magic-temporary-img img {
    max-height: none !important;
    max-width: none !important
}

#Zoomer-big {
    position: absolute;
    z-index: 100;
    top: 28px;
    right: 435px
}

#ItemImg {
    position: relative
}

#rightImgList {
    margin-bottom: 10px
}

.id-video-container, #leftImgList {
    display: inline-block
}

#detailimg {
    background-color: #FFF;
    position: relative;
    padding: 10px 0 20px;
    overflow: hidden
}

    #detailimg .current {
        text-align: center;
        height: 450px;
        line-height: 450px
    }

        #detailimg .current img {
            max-width: 100%;
            vertical-align: middle
        }

#nozoom {
    background-color: #FFF;
    display: none;
    opacity: 0;
    width: 470px;
    height: 450px;
    position: absolute;
    z-index: 11;
    top: 0;
    left: 0
}

.items .itemOn, .items .itemOff {
    border-bottom: 2px solid transparent;
    overflow: hidden;
    display: inline-block
}

    .items .itemOff:hover {
        border-bottom: 2px solid #ececec
    }

.items .itemOn {
    border-bottom: 2px solid #692f23
}

#items1 {
    display: inline-block
}

.breadcrumb {
    line-height: 2em;
    font-size: 0.9rem;
    text-transform: capitalize;
    border-bottom: 1px solid #E1E1E1
}

.availableColors p {
    border-bottom: 1px solid #E1E1E1
}

.itemMajorInfoWrapper {
    border-bottom: 1px solid #E1E1E1
}

.itemheader {
    border-bottom: 1px solid #E1E1E1
}

.related_links {
    text-align: right
}

.page-title.c-color {
    font-size: 1.55rem;
    margin-bottom: 0
}

.page-item-code {
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.price-container {
    text-align: right
}

    .price-container span {
        margin-left: 0.3rem;
        display: inline-block
    }

    .price-container .oldPrice {
        font-size: 1.5rem
    }

    .price-container .price {
        font-size: 1.6875rem;
        line-height: 1.7;
        margin-top: 0.2rem
    }

.oldPrice {
    color: gray;
    text-decoration: line-through
}

.on-sale {
    color: #692f23
}

.viewed-items .price {
    display: block
}

.shipDateWrapper {
    display: none;
    font-weight: bold;
    font-size: 0.9rem;
    text-align: center
}

#shipDatePreOrder {
    display: block;
    font-size: 0.8rem;
    font-weight: normal;
    font-style: italic
}

#recently-viewed-items .viewed-items .item-container {
    float: left;
    padding: 7px;
    text-align: center;
    width: 8.5em;
    min-height: 200px
}

.itemDescription .has-tip {
    border-bottom: none
}

p .small {
    display: block;
    font-size: 0.8rem
}

.review-summary-spec {
    font-size: 0.9rem
}

    .review-summary-spec ul {
        font-size: 0.8rem;
        margin-bottom: 0
    }

.shipInWrapper {
    font-size: 13px
}

.viewing {
    margin: 0 4px;
    font-size: 0.9rem;
    color: #111
}

.viewing-title {
    margin: 0 4px;
    font-size: 0.9rem;
    color: #111
}

.viewing .remove_viewing, .div_Group_Sel .remove_small, .singleSelectionContainer .remove_small {
    background: url("/img/close.png") no-repeat transparent;
    cursor: pointer;
    height: 16px;
    width: 16px;
    display: inline-block;
    margin: 0 3px
}

.viewing .remove_viewing {
    margin-top: 3px;
    float: right
}

.div_Group_Sel .remove_small, .singleSelectionContainer .remove_small {
    float: right
}

.singleSelectionContainer .remove_small {
    margin-top: 3px
}

.selectlist .viewing {
    background-color: #f03939;
    padding-left: 3px;
    border-radius: 3px
}

.selectlist ul {
    clear: both;
    list-style: none;
    margin-left: 0
}

    .selectlist ul li {
        display: inline-block
    }

.selectlist p {
    text-transform: capitalize;
    margin-bottom: 0;
    display: inline-block;
    font-size: 0.9rem;
    color: #fff
}

#itemlist ul li {
    text-align: center
}

#itemlist ul span {
    display: block
}

#itemlist a {
    text-decoration: none;
    color: #333
}

#itemlist .si-image-container-inner {
    position: absolute;
    bottom: 0;
    width: 100%
}

#itemlist .si-image-container {
    height: 170px;
    position: relative;
    text-align: center
}

    #itemlist .si-image-container img {
        max-height: 170px
    }

.c_RegPrice {
    font-weight: bold
}

.c_SalePrice {
    font-weight: bold;
    color: #900
}

.item-description-reviews, .item-description-reviews-qty {
    display: inline-block
}

.icons_wrapper {
    margin: auto;
    max-width: 110px;
    text-align: center
}

    .icons_wrapper img {
        margin: 0 1px
    }

.group-tooltip-error {
    position: absolute;
    background: #7a7177;
    border: 2px solid #5c555a;
    color: white;
    padding: 5px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.4);
    text-align: center;
    display: none
}

    .group-tooltip-error:after, .group-tooltip-error:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none
    }

    .group-tooltip-error:after {
        border-color: rgba(122,113,119,0);
        border-top-color: #7a7177;
        border-width: 5px;
        margin-left: -5px
    }

    .group-tooltip-error:before {
        border-color: rgba(92,85,90,0);
        border-top-color: #5c555a;
        border-width: 8px;
        margin-left: -8px
    }

@media print {
    dialog, .reveal-modal, dialog, dialog {
        display: none;
        background: #FFFFFF !important
    }
}

table {
    background: #FFFFFF;
    margin-bottom: 0 !important;
    table-layout: auto
}

    table caption {
        background: transparent;
        color: #222222;
        font-size: 1rem;
        font-weight: bold
    }

    table thead {
        background: #F5F5F5
    }

        table thead tr th, table thead tr td {
            padding: 0.5rem 0.625rem 0.625rem;
            font-size: 0.875rem;
            font-weight: bold;
            color: #222222
        }

    table tfoot {
        background: #F5F5F5
    }

        table tfoot tr th, table tfoot tr td {
            padding: 0.5rem 0.625rem 0.625rem;
            font-size: 0.875rem;
            font-weight: bold;
            color: #222222
        }

    table tr.even, table tr.alt, table tr:nth-of-type(even) {
        background: #fff
    }

    table thead tr th, table tfoot tr th, table tfoot tr td, table tbody tr th, table tbody tr td, table tr td {
        display: table-cell;
        line-height: 1.125rem
    }

.cart-item-qty {
    text-align: center
}

@media all and (min-width: 768px) {
    .cart-item-container dt {
        float: left;
        margin-right: 0.4em
    }

        .cart-item-container dt:after {
            content: ": "
        }
}

@media all and (max-width: 768px) {
    tbody {
        font-size: 0.8em
    }
}

.cart-item-qty input {
    width: 3em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4px
}

.cart-item-qty .button {
    display: block;
    margin-bottom: 0.4rem
}

.cart-item-name {
    display: block;
    font-weight: bold
}

dl dt, dl dd {
    margin-bottom: 0;
    font-size: 0.8rem
}

table.cart-item-container {
    width: 100%;
    border-collapse: collapse;
    border: none
}

    table.cart-item-container tr td {
        color: #555555
    }

@media only screen and (max-width: 40em) {
    table.cart-item-container tr td {
        padding: 0
    }
}

table.cart-item-container tbody tr {
    border-bottom: 1px solid #A3A3A3
}

    table.cart-item-container tbody tr:hover {
        background-color: #F2F2F2
    }

    table.cart-item-container tbody tr:last-child {
        border-bottom: none
    }

table.cart-item-container tfoot tr td {
    text-align: right;
    font-weight: normal
}

table.cart-item-container tfoot tr.cart-shipping td {
    color: #fff
}

table.cart-item-container tfoot tr.cart-total td {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.125em;
    font-weight: bold;
    background: white;
    color: #666
}

table.cart-item-container .cart-regular-price {
    text-decoration: line-through;
    color: #c3c3c3;
    display: block
}

table.cart-item-container .cart-sale-price {
    color: #692f23;
    font-weight: bold;
    display: block
}

table.cart-item-container .icon-envelope {
    cursor: pointer
}

.cart-item-header {
    padding: 4px 20px;
    border-bottom: 1px solid #666;
    background: white
}

.cart-item-footer {
    border-top: 1px solid #666
}

.cart-total {
    border-top: 1px solid gray
}

.text-center {
    text-align: center
}

.order-create-acc .create-account {
    margin-top: 1.3rem
}

.itemsFilterWrapper {
    background-color: white;
    padding-top: 10px
}

@media only screen and (min-width: 40.063em) {
    .itemsFilterWrapper .pagination {
        float: right;
    }
}
.landing-breadcrumb {
    font-size: 14pt;
    color: #666;
    border-bottom: 1px solid #ccc;
    padding: 15px 0 10px 0
}

.cart-item-qty .button {
    display: block;
    margin-bottom: 0.4rem;
    background-color: #978D94
}

    .cart-item-qty .button:hover {
        background-color: #7a6f77
    }

.cart-item-name {
    display: block;
    font-weight: bold
}

.ShopMore {
    background-color: #978D94;
    border: 0;
    display: inline-block;
    width: 166px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    font-weight: bolder;
    color: #FFFFFF;
    cursor: pointer;
    padding: 0;
    text-align: center;
    text-transform: uppercase
}

    .ShopMore:hover {
        background-color: #7a6f77
    }

.nav-links-wrapper > ul > li > span {
    font-weight: bold;
    color: black
}

.nav-links-wrapper > ul > li > h2 {
    margin-top: 20px;
    font-weight: bold;
    color: black;
    font-size: 16px
}

.nav-links-wrapper > ul > li > ul {
    margin: 0
}

.nav-links-wrapper > ul > li > h2 > ul {
    margin: 0
}

.btnMargin {
    margin: 5px
}

.clist {
    margin-bottom: 20px
}

.SubTitle {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: bold
}

.rightcontent {
    float: left;
    text-align: left
}

.CardTypeSelect {
    font-size: 12pt;
    width: 85%
}

.CardImgSelect {
    float: right;
    margin-top: 5px
}

.ExpMonthSelect {
    font-size: 12pt;
    width: 45%
}

.ExpYearSelect {
    font-size: 12pt;
    width: 50%;
    float: right
}

#CCContent_Step2 ul {
    border-bottom: solid 1px #ccc;
    margin-bottom: 20px
}

.Narrow-Your-Choice {
    margin-top: 10px !important;
    padding: 3px 19px 5px 25px;
    background-color: #dedede;
    color: #000;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase
}

.top-bar-container {
    position: relative;
    background: #F3F3F4;
    background: url('data:image/svg+xml; base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YzZjNmNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); background:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff),color-stop(100%, #f3f3f4));
    background: -moz-linear-gradient(top, #ffffff,#f3f3f4);
    background: -webkit-linear-gradient(top, #ffffff,#f3f3f4);
    background: linear-gradient(to bottom, #ffffff,#f3f3f4)
}

    .top-bar-container .has-dropdown .dropdown .button.view-cart {
        border-color: #5A5858
    }

.top-bar-section .cust-call {
    text-align: center
}

.top-bar .welcome-user, .top-bar .cust-call {
    color: #fff;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 30px
}

.off-canvas .row.top-bar-row {
    overflow: visible
}

.nav-cart-has-image {
    min-width: 300px;
    min-height: 76px
}

.nav-cart-image {
    float: left;
    margin-right: 3px
}

.nav-cart-description {
    margin-left: 65px
}

    .nav-cart-description span {
        white-space: normal;
        display: block
    }

    .nav-cart-description .nc-title {
        margin-bottom: 5px
    }

@media only screen and (min-width: 58.75em) {
    .top-bar-section .has-form {
        height: 40px
    }

    .top-bar .title-area {
        width: 25%
    }

    .top-bar .dropdown li:last-child, .top-bar .dropdown li:last-child a:not(.button) {
        -moz-border-radius: 0 0 6px 6px;
        -webkit-border-radius: 0;
        border-radius: 0 0 6px 6px
    }

    .dropdown {
        -moz-box-shadow: 1px 3px 4px 0px gray;
        -webkit-box-shadow: 1px 3px 4px 0px gray;
        box-shadow: 1px 3px 4px 0px gray;
        -moz-border-radius: 0 0 6px 6px;
        -webkit-border-radius: 0;
        border-radius: 0 0 6px 6px
    }
}

@media only screen and (max-width: 58.75em) {
    .title-area {
        width: 100%
    }

    .top-bar-section .cust-call {
        display: none;
        margin: 0;
        text-align: left
    }
}

.index .head_log .logo:hover {
    background-position: 0 0
}

.index .scrollable {
    text-align: left;
    position: relative;
    overflow: hidden;
    width: 900px !important;
    height: 120px !important;
    margin: 5px;
    padding: 0
}

    .index .scrollable .items {
        width: 20000em;
        position: absolute;
        clear: both;
        padding-top: 22px
    }

    .index .scrollable img {
        margin: 10px !important;
        padding: 0
    }

    .index .scrollable a {
        margin: 0;
        padding: 0px;
        cursor: pointer;
        width: 60px;
        height: 60px
    }

    .index .scrollable .active {
        position: relative
    }

.index .items img {
    float: left;
    margin: 15px 5px 15px 15px;
    padding: 0px;
    cursor: pointer;
    width: 150px;
    height: 50px
}

.brand-list li {
    margin-left: 1em
}

@media only screen and (max-width: 22.8125rem) {
    #headerSearch.btnSearch {
        padding: 0
    }
}

@media only screen and (max-width: 40rem) {
    .head_log .logo {
        background-size: initial
    }
}

@media only screen and (max-width: 62.5rem) {
    .nav_mid .nav_mid_section.fitst, .nav_mid .nav_mid_section.last {
        display: none
    }
}

.searchbar .head_log {
    padding: 0
}

.gallery-main-title {
    font-size: 1em;
    text-align: center
}

.gallery-sub-title {
    text-align: center;
    display: block;
    font-size: 0.8em;
    margin: 0 auto 0.4em;
    background: url(/images/template/button_clear.png) no-repeat scroll 0 0 transparent;
    font-weight: bold;
    height: 23px;
    width: 117px;
    color: #09c
}

.gallery-left-container {
    font-size: 0.8em;
    margin: 0 auto;
    max-width: 180px
}

    .gallery-left-container.open h5, .gallery-left-container.open h5:hover {
        background-position: -2px -141px
    }

    .gallery-left-container h5 {
        background-image: url(/images/template/titlebox_vertical.png);
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-color: transparent;
        background-position: 0 -7px;
        color: #C5C5C5;
        height: 42px;
        padding: 7px 1em;
        cursor: pointer
    }

        .gallery-left-container h5:hover {
            background-position: -1px -76px
        }

        .gallery-left-container h5 i {
            font-weight: bold;
            background-color: #f6a5a8;
            color: #fff;
            padding: 3px;
            display: inline-block;
            width: 20px;
            text-align: center;
            -moz-border-radius: 6px;
            -webkit-border-radius: 6px;
            border-radius: 6px;
            -moz-box-shadow: inset 1px 1px 0 #fbd3d5,inset -1px -1px 0 #f2767b;
            -webkit-box-shadow: inset 1px 1px 0 #fbd3d5,inset -1px -1px 0 #f2767b;
            box-shadow: inset 1px 1px 0 #fbd3d5,inset -1px -1px 0 #f2767b
        }

    .gallery-left-container.open i:before {
        content: "\f107"
    }

.gallery-left-qty {
    color: #09c
}

    .gallery-left-qty:before {
        color: #fff;
        content: " ("
    }

    .gallery-left-qty:after {
        color: #fff;
        content: ")"
    }

.gallery-left-list {
    max-height: 175px;
    min-height: 50px;
    overflow-y: auto
}

    .gallery-left-list ul {
        margin-bottom: 0.7em;
        margin-top: 0.5em;
        list-style-position: outside
    }

    .gallery-left-list li :hover {
        color: #09c
    }

    .gallery-left-list li a {
        color: #FFF;
        padding-left: 5px;
        display: block
    }

    .gallery-left-list.checkbox li a {
        background-image: url(/images/template/gallery-checkbox.png);
        padding-left: 20px;
        background-repeat: no-repeat;
        background-position: 3px 2px
    }

        .gallery-left-list.checkbox li a.selected {
            background-position: 3px -102px
        }

    .gallery-left-list label {
        font-size: 1em;
        color: #C10230;
        text-decoration: none;
        line-height: inherit;
        margin-left: 2px
    }

        .gallery-left-list label:hover, .gallery-left-list label:focus {
            color: #C10230
        }

        .gallery-left-list label input {
            margin-right: 5px
        }

.gallery-left-colors {
    padding-top: 0.5em
}

.gallery-left-size {
    padding-top: 0.5em
}

    .gallery-left-size a {
        list-style: none;
        display: inline-block;
        background: #fff;
        border: 1px solid #C3C3C3;
        text-align: center;
        font-size: 10px;
        padding: 6px 0;
        margin: 0 0 6px 5px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        width: 30px
    }

        .gallery-left-size a:hover {
            border: 1px solid #E91922
        }

        .gallery-left-size a.active-selection, .gallery-left-size a.active-selection:hover {
            color: #fff;
            background: #f2767b;
            border: 1px solid #C10230;
            text-shadow: 1px 1px 0 #000
        }

@media all and (min-width: 768px) {
    br.clearfix {
        display: block;
        clear: both
    }
}

.gallery-container {
    padding-top: 1em
}

    .gallery-container.item-flyout {
        margin: 0
    }

        .gallery-container .item-flyout.has-title {
            background: none;
            border: 0;
            padding: 0
        }

    .gallery-container .round_outer_nav .round_inner_nav {
        margin: 1em 0;
        padding: 0.7em 0 0
    }

.gallery-item {
    position: relative;
    display: block;
    text-align: center;
    font-size: 11px;
    line-height: 14px
}

    .gallery-item:hover {
        color: #ff5300;
        text-decoration: none
    }

    .gallery-item span {
        text-decoration: underline;
        display: block
    }

        .gallery-item span.gallery-brand-name {
            font-weight: bold
        }

        .gallery-item span.gallery-prod-price {
            text-decoration: none
        }

        .gallery-item span.gallery-price {
            font-weight: bold;
            text-decoration: none;
            color: #E91922
        }

        .gallery-item span.gallery-sale-price {
            display: inline;
            font-weight: bold;
            color: #ff5300;
            text-decoration: none
        }

        .gallery-item span.gallery-old-price {
            display: inline;
            text-decoration: line-through;
            color: #C3C3C3
        }

.gallery-item-features {
    position: absolute;
    top: 0;
    left: 0
}

    .gallery-item-features .item-feature {
        background-repeat: no-repeat;
        overflow: hidden;
        text-indent: -9999px;
        display: block;
        float: left;
        margin-right: 3px;
        width: 20px;
        height: 40px
    }

        .gallery-item-features .item-feature.new-item {
            background-image: url("http://placehold.it/20x40/111")
        }

        .gallery-item-features .item-feature.sale-item {
            background-image: url("http://placehold.it/20x40/333")
        }

        .gallery-item-features .item-feature.vegan-item {
            background-image: url("http://placehold.it/20x40/444")
        }

        .gallery-item-features .item-feature.outlet-item {
            background-image: url("http://placehold.it/20x40/555")
        }

.gallery-pagination {
    text-align: right
}

    .gallery-pagination .pagination {
        padding-top: 5px
    }

        .gallery-pagination .pagination li {
            height: auto
        }

            .gallery-pagination .pagination li a {
                color: #000;
                font-size: 0.8em;
                font-weight: normal;
                text-decoration: underline
            }

            .gallery-pagination .pagination li.current a {
                background: none;
                color: #09c;
                text-decoration: none
            }

                .gallery-pagination .pagination li.current a:before {
                    content: "["
                }

                .gallery-pagination .pagination li.current a:after {
                    content: "]"
                }

.gallery-sort-by a {
    text-transform: capitalize;
    display: block;
    float: left;
    padding: 10px 8px;
    font-size: 0.6875rem;
    font-weight: bold
}

    .gallery-sort-by a.selected {
        color: #09c;
        text-decoration: underline
    }

    .gallery-sort-by a:hover {
        color: #09c
    }

.gallery-top-bar.top {
    border-bottom: 1px solid #CCC
}

.gallery-breadcrumbs .breadcrumbs {
    margin-bottom: 0
}

    .gallery-breadcrumbs .breadcrumbs li a:hover {
        color: #ff5300
    }

    .gallery-breadcrumbs .breadcrumbs li.unavailable a:hover {
        color: #999
    }

    .gallery-breadcrumbs .breadcrumbs li.current a:hover {
        color: #333
    }

.item-breadcrumb {
    color: #fff;
    margin: 10px 0 5px
}

    .item-breadcrumb a {
        color: #fff;
        text-transform: capitalize
    }

.item-flyout {
    background: #fff;
    width: 100%;
    margin-bottom: 10px
}

    .item-flyout.checkout-container {
        overflow: hidden
    }

    .item-flyout.has-title {
        -moz-border-radius: 0 0 6px 6px;
        -webkit-border-radius: 0;
        border-radius: 0 0 6px 6px;
        border-top: none;
        padding-top: 1em
    }

.brandScroller {
    background: #fff;
    border: 1px solid #FF5300;
    width: 100%;
    height: 92px;
    margin-bottom: 10px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

    .brandScroller.checkout-container {
        overflow: hidden
    }

    .brandScroller.has-title {
        -moz-border-radius: 0 0 6px 6px;
        -webkit-border-radius: 0;
        border-radius: 0 0 6px 6px;
        border-top: none;
        padding-top: 1em
    }

h4.flyout-title {
    background-color: #000;
    margin: 0;
    font-size: 0.8em;
    text-align: center;
    color: white;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px;
    border-radius: 6px 6px 0 0;
    display: block;
    text-shadow: 0 1px 1px rgba(0,0,0,0.75);
    padding: 0.6em 0
}

.brand-image {
    text-align: center
}

.item-detail-container {
    text-align: center
}

@media only screen and (max-width: 40rem) {
    .item-detail-container {
        border-bottom: solid 1px
    }
}

.item-detail-container .item-angles {
    overflow: hidden
}

    .item-detail-container .item-angles ul {
        margin: 0
    }

        .item-detail-container .item-angles ul li {
            padding: 10px 10px
        }

@media only screen and (max-width: 22.8125rem) {
    .item-detail-container .item-angles ul li {
        padding: 10px 5px
    }
}

.item-detail-container .item-detail {
    height: 452px;
    width: 452px;
    margin: 25px;
    vertical-align: middle
}

@media only screen and (max-width: 40rem) {
    .item-detail-container .item-detail {
        height: 202px;
        width: auto
    }

        .item-detail-container .item-detail a, .item-detail-container .item-detail img {
            text-align: center;
            max-height: 200px;
            width: auto
        }
}

.item-detail-link {
    display: block
}

#item-zoom-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    height: 600px;
    opacity: 0;
    border-radius: 8px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.itempage-related.large-2 {
    padding-right: 0
}

.itempage-related ul {
    margin: 0
}

.item-container {
    padding: 10px 0
}

.item-title {
    text-align: center;
    margin: 0
}

.item-right-side {
    border-left: solid black 1px
}

@media only screen and (min-width: 40.063em) {
    .item-right-side {
        margin: 0
    }
}

.item-right-side .item-icons-wrapper {
    background-color: #EDEDED;
    color: #4C4C4C;
    font-weight: bold;
    padding: 8px 0;
    margin: 10px -10px -10px
}

    .item-right-side .item-icons-wrapper .item-icons {
        padding-bottom: 3px;
        padding-top: 3px
    }

    .item-right-side .item-icons-wrapper .item-description-reviews {
        border-left: 1px solid #BABABA
    }

        .item-right-side .item-icons-wrapper .item-description-reviews .item-description-reviews-qty {
            display: block;
            font-size: 0.8em
        }

.item-right-side .item-flyout {
    padding: 10px
}

@media only screen and (max-width: 40em) {
    .item-right-side .item-flyout {
        padding: 12px;
        margin: 10px
    }

    .item-right-side .noinventory {
        font-size: 0.9em
    }
}

.item-right-side .item-description-price span {
    vertical-align: middle
}

.msrp {
    color: #a0a0a0;
    font-size: 12px;
    font-style: italic;
    font-weight: bold
}

.current-price {
    font-weight: bold;
    color: #ff5300
}

.regular-price {
    text-decoration: line-through;
    color: #C3C3C3
}

.savings-price {
    text-decoration: underline
}

.normal-price {
    font-weight: bold;
    color: #a0a0a0
}

.item-detail-container img {
    margin: 0 auto
}

.item-description-reviews, .item-description-reviews-qty {
    display: inline-block
}

.item-rating-bg {
    display: inline-block;
    position: relative
}

    .item-rating-bg i {
        color: #C3C3C3;
        text-shadow: none;
        word-spacing: -0.1em
    }

    .item-rating-bg .icon-star.star-5:before {
        content: "\f005\f005\f005\f005\f005"
    }

.item-rating {
    position: absolute;
    top: 0;
    left: 0
}

    .item-rating i {
        color: #ffce5f;
        text-shadow: 0 0px 5px #ffce5f;
        word-spacing: -0.1em
    }

    .item-rating .icon-star.star-disabled:before {
        content: "\f005";
        color: #C3C3C3;
        text-shadow: none
    }

    .item-rating .icon-star.star-0:before {
        content: ""
    }

    .item-rating .icon-star.star-1:before {
        content: "\f005"
    }

    .item-rating .icon-star.star-2:before {
        content: "\f005\f005"
    }

    .item-rating .icon-star.star-3:before {
        content: "\f005\f005\f005"
    }

    .item-rating .icon-star.star-4:before {
        content: "\f005\f005\f005\f005"
    }

    .item-rating .icon-star.star-5:before {
        content: "\f005\f005\f005\f005\f005"
    }

.item-description-share {
    float: right
}

    .item-description-share a {
        display: inline-block
    }

.clearfix:before, .clearfix:after {
    content: " ";
    display: block
}

.clearfix:after {
    clear: both
}

.item-description-reviews-qty {
    margin-left: 0.3em
}

.color-list ul, .color-list ul li {
    list-style-type: none;
    display: inline-block
}

.color-list ul {
    margin: 3px 0
}

.color-list li {
    margin: 1px 3px;
    position: relative;
    border: 1px solid #fbd3d5;
    border-radius: 4px
}

    .color-list li:hover {
        border: 1px solid #E91922
    }

    .color-list li.active {
        margin: 1px 2px;
        border: 2px solid #E91922
    }

    .color-list li img {
        padding: 1px;
        height: 40px;
        width: 40px;
        vertical-align: middle
    }

.item-description-size-buy form {
    margin: 15px 0 0
}

    .item-description-size-buy form select {
        margin-bottom: 0.9em
    }

    .item-description-size-buy form .step-1 {
        background: url(/images/template/Step1.png) no-repeat scroll 0 center transparent;
        padding-left: 20px
    }

    .item-description-size-buy form .step-2 {
        background: url(/images/template/Step2.png) no-repeat scroll 0 center transparent;
        padding-left: 20px
    }

    .item-description-size-buy form .step-3 {
        background: url(/images/template/Step3.png) no-repeat scroll 0 center transparent;
        padding-left: 20px
    }

    .item-description-size-buy form .step-4 {
        background: url(/images/template/Step4.png) no-repeat scroll 0 center transparent;
        padding-left: 20px
    }

.item-description-size-buy .free-shipping #shipInHtml {
    font-size: 0.7em;
    margin: 10px 0;
    text-align: center
}

.item-quantity {
    font-size: 0.8em;
    font-weight: bold
}

    .item-quantity input {
        display: inline-block
    }

.item-bottom .section p.title a {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px
}

    .item-bottom .section p.title a:hover {
        background: url(/images/template/RoundConners_bg.png) repeat scroll 0 0 transparent
    }

.item-bottom .section.active p.title a {
    background: #fff;
    border-bottom-color: #fff;
    color: #000
}

.item-bottom .section-container.tabs section .title, .item-bottom .section-container.tabs .section .title {
    border: none;
    height: auto;
    background: none
}

    .item-bottom .section-container.tabs section .title a, .item-bottom .section-container.tabs .section .title a {
        padding: 0.4em 1.9em
    }

.item-bottom .section-container.tabs section:last-child .title, .item-bottom .section-container.tabs .section:last-child .title {
    border: none
}

.item-bottom .section-container section, .item-bottom .section-container .section {
    border-top: none
}

.item-bottom .section-container {
    border: none;
    margin-bottom: 10px
}

@media only screen and (min-width: 48em) {
    .item-bottom .section-container.tabs section .content, .item-bottom .section-container.tabs .section .content {
        border: 1px solid #C3C3C3;
        -moz-border-radius: 0 6px 6px 6px;
        -webkit-border-radius: 0;
        border-radius: 0 6px 6px 6px
    }
}

@media only screen and (max-width: 48em) {
    .item-bottom .section-container.tabs section .content, .item-bottom .section-container.tabs .section .content {
        border: 1px solid #C3C3C3;
        -moz-border-radius: 0 6px 6px 6px;
        -webkit-border-radius: 0;
        border-radius: 0 6px 6px 6px
    }
}

.item-review-line {
    background-color: #CCC;
    display: block;
    height: 1px;
    margin-bottom: 1em
}

.item-review-container .content {
    background: url(/images/template/QandA_comment.png) scroll no-repeat 0 0 transparent
}

    .item-review-container .content .content {
        background: url(/images/template/QandA_A.png) scroll no-repeat 0 0 transparent
    }

.item-qa-container .content {
    background: url(/images/template/QandA_Q.png) scroll no-repeat 0 0 transparent
}

    .item-qa-container .content .content {
        background: url(/images/template/QandA_A.png) scroll no-repeat 0 0 transparent
    }

.item-review-container p .itemLink, .item-qa-container p .itemLink {
    margin-top: 2em
}

.item-review-container .third-class.itemLink, .item-qa-container .third-class.itemLink {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px
}

.item-review-container h2.item-review-title, .item-qa-container h2.item-review-title {
    color: #666C5E;
    font-size: 1em;
    margin: 1.25rem 0 0.625rem
}

.item-review-container h3, .item-qa-container h3 {
    color: #666C5E;
    margin-top: 1em
}

.item-review-container .item-flyout.columns, .item-qa-container .item-flyout.columns {
    padding-bottom: 1em
}

.item-review-container .item-flyout .commentDesc, .item-qa-container .item-flyout .commentDesc {
    background-color: #FFF;
    cursor: pointer;
    margin: 0;
    padding: 0.35em 0.2em
}

.item-review-container .item-flyout .item-review-unit, .item-qa-container .item-flyout .item-review-unit {
    font-size: 12px;
    padding-bottom: 1em
}

    .item-review-container .item-flyout .item-review-unit h4, .item-qa-container .item-flyout .item-review-unit h4 {
        margin-bottom: 0.2em
    }

    .item-review-container .item-flyout .item-review-unit .item-rating-bg, .item-qa-container .item-flyout .item-review-unit .item-rating-bg {
        margin-bottom: 0.5em;
        margin-right: 2em
    }

    .item-review-container .item-flyout .item-review-unit p.title, .item-qa-container .item-flyout .item-review-unit p.title {
        font-weight: bold
    }

    .item-review-container .item-flyout .item-review-unit .large-6 a, .item-qa-container .item-flyout .item-review-unit .large-6 a {
        margin: 0 .5em 0 1em
    }

    .item-review-container .item-flyout .item-review-unit .columns .button.submit, .item-qa-container .item-flyout .item-review-unit .columns .button.submit {
        margin-right: 1em
    }

    .item-review-container .item-flyout .item-review-unit .item-review-line, .item-qa-container .item-flyout .item-review-unit .item-review-line {
        margin-top: 1em
    }

    .item-review-container .item-flyout .item-review-unit .commentContainer, .item-qa-container .item-flyout .item-review-unit .commentContainer {
        background-color: #F0F0F0;
        border-radius: 0;
        padding-bottom: 1em;
        padding-top: 1em
    }

    .item-review-container .item-flyout .item-review-unit .item-review-info, .item-qa-container .item-flyout .item-review-unit .item-review-info {
        display: inline-block
    }

        .item-review-container .item-flyout .item-review-unit .item-review-info > *, .item-qa-container .item-flyout .item-review-unit .item-review-info > * {
            display: inline-block
        }

        .item-review-container .item-flyout .item-review-unit .item-review-info .author, .item-qa-container .item-flyout .item-review-unit .item-review-info .author {
            color: #003A9B;
            margin: 0 2em 0 0;
            text-decoration: underline
        }

    .item-review-container .item-flyout .item-review-unit .thumbs-up, .item-qa-container .item-flyout .item-review-unit .thumbs-up {
        background: url(/images/template/QandA_thumbs_up.png) no-repeat scroll 0 0 transparent
    }

    .item-review-container .item-flyout .item-review-unit .thumbs-down, .item-qa-container .item-flyout .item-review-unit .thumbs-down {
        background: url(/images/template/QandA_thumbs_down.png) no-repeat scroll 0 0 transparent
    }

    .item-review-container .item-flyout .item-review-unit .thumbs-up, .item-review-container .item-flyout .item-review-unit .thumbs-down, .item-qa-container .item-flyout .item-review-unit .thumbs-up, .item-qa-container .item-flyout .item-review-unit .thumbs-down {
        display: inline-block;
        height: 20px;
        vertical-align: middle;
        width: 20px
    }

    .item-review-container .item-flyout .item-review-unit .warning-sign, .item-qa-container .item-flyout .item-review-unit .warning-sign {
        background: url(/images/template/QandA_flag_off.png) no-repeat scroll 0 0 transparent;
        color: #003A9B;
        display: inline-block;
        height: 15px;
        padding-left: 22px;
        text-decoration: underline
    }

    .item-review-container .item-flyout .item-review-unit .flagEditArea, .item-qa-container .item-flyout .item-review-unit .flagEditArea {
        border: 1px dotted #ccc;
        padding: 1em 1em 0
    }

    .item-review-container .item-flyout .item-review-unit .content, .item-qa-container .item-flyout .item-review-unit .content {
        border: 0;
        padding-left: 50px
    }

        .item-review-container .item-flyout .item-review-unit .content .commentToggle, .item-qa-container .item-flyout .item-review-unit .content .commentToggle {
            color: #003A9B;
            cursor: pointer;
            margin: 0;
            text-decoration: underline
        }

.item-review-container .item-flyout .review-summary, .item-qa-container .item-flyout .review-summary {
    overflow: hidden;
    font-size: 0.83em
}

    .item-review-container .item-flyout .review-summary .large-5.columns, .item-qa-container .item-flyout .review-summary .large-5.columns {
        padding-right: 0;
        padding-left: 1.9em
    }

    .item-review-container .item-flyout .review-summary .review-star-container, .item-qa-container .item-flyout .review-summary .review-star-container {
        font-size: 0.85em
    }

        .item-review-container .item-flyout .review-summary .review-star-container .large-3 span, .item-review-container .item-flyout .review-summary .review-star-container .large-1 span, .item-qa-container .item-flyout .review-summary .review-star-container .large-3 span, .item-qa-container .item-flyout .review-summary .review-star-container .large-1 span {
            vertical-align: -0.25em
        }

    .item-review-container .item-flyout .review-summary .icon-star, .item-qa-container .item-flyout .review-summary .icon-star {
        line-height: 1.5em !important
    }

    .item-review-container .item-flyout .review-summary .review-summary-spec, .item-qa-container .item-flyout .review-summary .review-summary-spec {
        margin-top: 1em
    }

.review-summary-spec {
    display: block;
    margin-bottom: 0.4em;
    border-bottom: 3px solid #C3C3C3
}

.item-review-property {
    margin-bottom: 0.5em !important
}

    .item-review-property span {
        font-size: 1.1em
    }

.review-add-question-title {
    font-weight: bold;
    margin-bottom: 0.3em;
    display: block
}

.item-add-review-form, .item-add-qa-form {
    display: none;
    padding: 1em 0
}

    .item-add-review-form .row.ratings, .item-add-qa-form .row.ratings {
        margin-bottom: 1.4em
    }

    .item-add-review-form .large-offset-1, .item-add-qa-form .large-offset-1 {
        margin-top: 1.2em
    }

.review-add-review > .large-12 {
    background: url(/images/template/QandA_comment.png) no-repeat scroll 20px 0 transparent;
    padding-left: 70px
}

.qa-add-qa > .large-12 {
    background: url(/images/template/QandA_Q.png) no-repeat scroll 20px 0 transparent;
    padding-left: 70px
}

.itempage .item-bottom .review-add-review > .large-12, .itempage .item-bottom .qa-add-qa > .large-12 {
    background-position: 0 0;
    padding-left: 50px
}

.itempage .item-bottom .overview {
    background: url(/images/Template/Item_ReviewOverview.png) no-repeat scroll 0 0 transparent;
    color: #fff;
    font-size: 13px;
    height: 39px;
    line-height: 33px;
    text-align: center;
    width: 81px
}

.review-add-review, .qa-add-qa {
    color: #000;
    margin-left: 15px
}

    .review-add-review .item-rating i, .qa-add-qa .item-rating i {
        cursor: pointer;
        float: left
    }

    .review-add-review .item-rating-bg, .qa-add-qa .item-rating-bg {
        width: 6em
    }

        .review-add-review .item-rating-bg i, .qa-add-qa .item-rating-bg i {
            cursor: pointer
        }

    .review-add-review .item-flyout, .qa-add-qa .item-flyout {
        background: #F0F0F0;
        border-radius: 0;
        font-size: 0.85em;
        padding-top: 1em;
        padding-bottom: 1em
    }

        .review-add-review .item-flyout > p, .qa-add-qa .item-flyout > p {
            font-weight: bold;
            margin-bottom: 0.3em
        }

@media only screen and (max-width: 40rem) {
    .review-add-review .item-flyout > p, .qa-add-qa .item-flyout > p {
        min-height: 38px
    }

    .review-summary .review-star-container {
        position: relative
    }

        .review-summary .review-star-container .progress {
            margin-top: 0.5em
        }

        .review-summary .review-star-container .large-8 {
            margin-top: 0.4em
        }

        .review-summary .review-star-container .large-1 {
            left: 3.7em;
            position: absolute;
            top: 0
        }

    .item-add-review-form .item-review-property .columns select, .item-add-qa-form .item-review-property .columns select {
        margin-bottom: 0.5em
    }

    .item-add-review-form .ratings .large-5.columns, .item-add-qa-form .ratings .large-5.columns {
        margin-bottom: 0.8em
    }

    .item-add-review-form .ratings .item-rating-bg, .item-add-qa-form .ratings .item-rating-bg {
        display: block;
        margin-bottom: 0.5em
    }

    .item-add-review-form .row.text-right, .item-add-qa-form .row.text-right {
        margin: 0
    }

    .warning-sign {
        margin: 1.1em 0
    }
}

@media only screen and (max-width: 22.8125rem) {
    .review-add-review .item-flyout > p, .qa-add-qa .item-flyout > p {
        padding-left: 0
    }

    .review-add-review > .large-12, .qa-add-qa > .large-12 {
        background: none;
        padding-left: 0
    }

    .item-review-container .item-flyout .item-review-unit .content, .item-qa-container .item-flyout .item-review-unit .content {
        background: none;
        padding-left: 0
    }

    .item-review-container .item-flyout .item-review-unit .content .content, .item-qa-container .item-flyout .item-review-unit .content .content {
        padding-left: 50px
    }

    .unFlag-wrapper {
        margin-top: 2em
    }
}

.author {
    margin-right: 10px
}

#spanReivewRateValue {
    display: inline
}

.divReviewHelpful_yesIcon {
    width: 20px;
    height: 22px;
    background: url(/images/template/QandA_thumbs_up.png) no-repeat scroll 0 0 transparent;
    float: left;
    cursor: pointer
}

.divReviewHelpful_noIcon {
    width: 21px;
    height: 22px;
    background: url(/images/template/QandA_thumbs_down.png) no-repeat scroll 0 0 transparent;
    float: left;
    cursor: pointer
}

.reviewHelpTip {
    width: 100%;
    margin: 15px 0 15px 0;
    display: table
}

.divReviewHelpfulContent {
    margin-right: 10px;
    float: left
}

.divReviewHelpfulContent2 {
    margin: 0 15px 0 5px;
    float: left
}

.reviewFlagText {
    float: right;
    text-decoration: underline
}

.divReviewFlayIcon {
    width: 15px;
    height: 16px;
    background: url(/images/template/QandA_flag_off.png) no-repeat scroll 0 0 transparent;
    float: right
}

.divReviewMyAnwserContent {
    padding: 11px;
    margin-bottom: 15px;
    cursor: pointer
}

.divReviewIcon {
    width: 38px;
    height: 38px;
    float: left
}

.divReviewMyAnswerContainer, .divReviewAnswerContainer {
    margin-left: 20px
}

.form-tooltip-error {
    color: #E91922
}

.divReviewHeaderContent {
    background-color: #fff
}

.divReviewAnswerComment {
    margin-bottom: 10px
}

.cart-header {
    background-color: #E91922
}

@media all and (min-width: 768px) {
    .cart-item-container dt {
        float: left;
        margin-right: 0.4em
    }

        .cart-item-container dt:after {
            content: ": "
        }

    .cart-item-detail {
        padding-left: 7.5rem
    }
}

@media all and (max-width: 768px) {
    tbody {
        font-size: 0.8em
    }
}

.cart-item-qty {
    text-align: center
}

    .cart-item-qty input {
        width: 3em;
        margin-left: auto;
        margin-right: auto
    }

    .cart-item-qty .button {
        display: block
    }

.cart-item-name {
    display: block;
    font-weight: bold
}

dl dt, dl dd {
    margin-bottom: 0
}

table.cart-item-container {
    width: 100%;
    border-collapse: collapse;
    border: none
}

    table.cart-item-container tr td [id^=itemkit_box] {
        line-height: 1.5em
    }

    table.cart-item-container th:first-child {
        -moz-border-radius: 6px 0 0 0;
        -webkit-border-radius: 6px;
        border-radius: 6px 0 0 0
    }

    table.cart-item-container th:last-child {
        -moz-border-radius: 0 6px 0 0;
        -webkit-border-radius: 0;
        border-radius: 0 6px 0 0
    }

    table.cart-item-container tfoot tr.cart-total td:first-child {
        -moz-border-radius: 0 0 0 6px;
        -webkit-border-radius: 0;
        border-radius: 0 0 0 6px
    }

    table.cart-item-container tfoot tr.cart-total td:last-child {
        -moz-border-radius: 0 0 6px 0;
        -webkit-border-radius: 0;
        border-radius: 0 0 6px 0
    }

    table.cart-item-container tbody tr:last-child {
        border-bottom: none
    }

    table.cart-item-container tfoot tr td {
        text-align: right;
        color: #333;
        font-weight: normal
    }

    table.cart-item-container tfoot tr.cart-shipping td {
        color: #F3F3F4
    }

    table.cart-item-container tfoot tr.cart-total td {
        font-size: 1.125rem;
        font-weight: bold
    }

    table.cart-item-container .cart-regular-price {
        text-decoration: line-through;
        color: #C3C3C3;
        display: block
    }

    table.cart-item-container .cart-sale-price {
        color: #C10230;
        font-weight: bold;
        display: block
    }

    table.cart-item-container .icon-envelope {
        cursor: pointer
    }

.cart-item-header {
    padding: 4px 20px;
    text-shadow: rgba(0,0,0,0.3) 0px 1px 1px;
    color: #fff;
    font-size: 0.875rem
}

.cart-item-footer .row.cart-subtotal {
    margin-bottom: 2em
}

.cart-item-footer .row.cart-total {
    margin-bottom: 0.6em
}

.cart .progress_inline {
    padding: 10px 0
}

    .cart .progress_inline div {
        display: inline-block
    }

.cart .round_inner {
    font-size: 0.7em;
    padding: 0.5em
}

.cart table {
    border: solid 1px #848484;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden
}

    .cart table thead th {
        color: #000;
        font-weight: normal;
        text-shadow: none
    }

    .cart table thead, .cart table tfoot {
        background: none
    }

    .cart table tr.even, .cart table tr.alt, .cart table tr:nth-of-type(even) {
        background: none
    }

    .cart table tr button[type=submit] {
        background: none;
        border: 0;
        color: #09c;
        display: block;
        font-weight: normal;
        text-shadow: none;
        margin: 0 auto 1em;
        padding: 0
    }

.cart .button5_small {
    text-indent: 20px
}

.cart .button6 {
    text-indent: 22px
}

    .cart .button6:hover {
        color: #FFF
    }

.cart_bold {
    font-weight: bold;
    font-size: 13px
}

[id^=itemkit_box] table tr td {
    font-size: 12px
}

[id^=itemkit_box] .Kit_Details {
    font-size: 11px
}

    [id^=itemkit_box] .Kit_Details .HelpBody2 {
        font-size: 11px
    }

.SecurePageTitle {
    padding: 0 0 0 24px;
    color: #000;
    font-size: 20px
}

.Hide {
    display: none
}

.COContainer {
    display: none
}

address {
    font-style: normal
}

img.question_mark {
    margin-top: 3px
}

span.annex, small.annex {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    background: white;
    color: #333333;
    background: none
}

.annex input, .annex textarea, .annex select {
    margin-bottom: 0
}

.annex small.annex {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    background: white;
    color: #333333;
    background: none
}

input.annex, textarea.annex {
    margin-bottom: 0
}

.AlertTip, .ErrorTip {
    background-color: #0283DC;
    display: none;
    overflow: visible !important;
    padding: 10px 5px;
    margin-bottom: 6px;
    position: relative
}

    .AlertTip .ErrorSharp {
        color: #0283DC;
        bottom: -21px;
        left: 10px;
        position: absolute;
        font-size: 20px
    }

.ErrorTip {
    background-color: #f5635c
}

    .ErrorTip .ErrorSharp {
        bottom: -21px;
        left: 10px;
        position: absolute;
        color: #f5635c;
        font-size: 20px
    }

    .ErrorTip ul, .AlertTip ul {
        list-style-type: disc !important;
        margin: 0;
        position: relative;
        color: white
    }

.COMenuItem {
    background-color: #f3f3f3;
    cursor: pointer;
    margin: 0;
    padding: 9px 6px;
    color: white;
    font-size: 1.2em;
    color: #000000
}

    .COMenuItem.SelectedCOMenu {
        color: #000000;
        background-color: #e6e6e6
    }

.LoadingDiv {
    display: none !important
}

#COMenu {
    padding: 0;
    list-style: none
}

    #COMenu li {
        margin-bottom: 2px
    }

#Addresses ul, #NewPaymentAddress ul {
    margin: 0 -0.625rem
}

#Payments {
    margin-left: 0
}

.paymentCCLine {
    *zoom: 1
}

    .paymentCCLine:before, .paymentCCLine:after {
        content: " ";
        display: table
    }

    .paymentCCLine:after {
        clear: both
    }

    .paymentCCLine input[type=radio] {
        float: left;
        margin-top: 5px
    }

    .paymentCCLine label {
        float: left
    }

@media only screen and (min-width: 40.063em) {
    .ShippingM input {
        margin-right: 10px
    }

    #ShippingMethodContent label {
        *zoom: 1;
        display: block;
        position: relative
    }

        #ShippingMethodContent label input {
            display: inline !important
        }

        #ShippingMethodContent label:before, #ShippingMethodContent label:after {
            content: " ";
            display: table
        }

        #ShippingMethodContent label:after {
            clear: both
        }
}

#ShippingMethodContent img {
    margin-right: 4px
}

#RightNavShippingMethodDesc {
    font-size: 0.8rem
}

    #RightNavShippingMethodDesc .HelpBody {
        font-weight: bold
    }

.OneAddress address {
    min-height: 10rem;
    padding: 5px
}

    .OneAddress address .FirstName {
        font-weight: bold
    }

.OneAddress .button {
    margin-bottom: 1px
}

.ErrorTip {
    background-color: #f5635c;
    display: none;
    overflow: visible !important;
    padding: 10px 5px;
    margin-bottom: 6px;
    position: relative
}

    .ErrorTip .ErrorSharp {
        bottom: -21px;
        left: 10px;
        position: absolute;
        color: #f5635c;
        font-size: 20px
    }

    .ErrorTip ul {
        list-style-type: disc !important;
        margin: 0;
        position: relative;
        color: white
    }

.FreeShipPrice {
    color: #0181D8;
    font-weight: bold
}

.paymethod-icon {
    text-indent: -99999px;
    width: 32px;
    height: 22px;
    display: inline-block;
    margin-right: 3px;
    vertical-align: middle
}

    .paymethod-icon.off {
        opacity: 50
    }

    .paymethod-icon.V {
        background: url("/images/paymethods/v.png")
    }

    .paymethod-icon.A {
        background: url("/images/paymethods/a.png")
    }

    .paymethod-icon.P {
        background: url("/images/paymethods/p.png")
    }

    .paymethod-icon.M {
        background: url("/images/paymethods/m.png")
    }

    .paymethod-icon.D {
        background: url("/images/paymethods/d.png")
    }

.valid-card, .valid-card:focus {
    background-repeat: no-repeat !important;
    background-position: 95% 50% !important
}

    .valid-card.ctype-V, .valid-card:focus.ctype-V {
        background: #eeffec url("/images/paymethods/v.png")
    }

    .valid-card.ctype-A, .valid-card:focus.ctype-A {
        background: #eeffec url("/images/paymethods/a.png")
    }

    .valid-card.ctype-P, .valid-card:focus.ctype-P {
        background: #eeffec url("/images/paymethods/p.png")
    }

    .valid-card.ctype-M, .valid-card:focus.ctype-M {
        background: #eeffec url("/images/paymethods/m.png")
    }

    .valid-card.ctype-D, .valid-card:focus.ctype-D {
        background: #eeffec url("/images/paymethods/d.png")
    }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .paymethod-icon {
        background-size: 32px 22px !important
    }

        .paymethod-icon.V {
            background: url("/images/paymethods/v@2x.png")
        }

        .paymethod-icon.A {
            background: url("/images/paymethods/a@2x.png")
        }

        .paymethod-icon.P {
            background: url("/images/paymethods/p@2x.png")
        }

        .paymethod-icon.M {
            background: url("/images/paymethods/m@2x.png")
        }

        .paymethod-icon.D {
            background: url("/images/paymethods/d@2x.png")
        }

    .valid-card, .valid-card:focus {
        background-size: 32px 22px !important;
        background-repeat: no-repeat !important;
        background-position: 95% 50% !important
    }

        .valid-card.ctype-V, .valid-card:focus.ctype-V {
            background: #eeffec url("/images/paymethods/v@2x.png")
        }

        .valid-card.ctype-A, .valid-card:focus.ctype-A {
            background: #eeffec url("/images/paymethods/a@2x.png")
        }

        .valid-card.ctype-P, .valid-card:focus.ctype-P {
            background: #eeffec url("/images/paymethods/p@2x.png")
        }

        .valid-card.ctype-M, .valid-card:focus.ctype-M {
            background: #eeffec url("/images/paymethods/m@2x.png")
        }

        .valid-card.ctype-D, .valid-card:focus.ctype-D {
            background: #eeffec url("/images/paymethods/d@2x.png")
        }
}

@media only screen and (max-width: 40em) {
    .ShippingM {
        padding: 3px 5px;
        border: 2px solid #cccccc;
        margin: 2px 0
    }

        .ShippingM span {
            font-size: 0.75rem
        }

        .ShippingM.active-shipping {
            border-color: #4C4C4C;
            background-color: #a4dacd
        }
}

#CO_PlaceOrder #ItemList {
    margin-left: 0;
    font-size: 0.8rem
}

    #CO_PlaceOrder #ItemList li {
        border-bottom: 2px solid #ccc
    }

#CO_PlaceOrder .DetailsBold {
    font-weight: bold
}

#CO_PlaceOrder .POPageQuantity {
    font-weight: bold
}

#CO_PlaceOrder .POPageShips {
    font-weight: bold
}

#CO_PlaceOrder .POPageTotalPrice {
    font-weight: bold
}

#CO_PlaceOrder #NotesTitle {
    float: left
}

@media only screen and (max-width: 40em) {
    #CO_PlaceOrder #NotesTitle {
        display: none
    }
}

#CO_PlaceOrder #NotesBody {
    display: none;
    float: left;
    position: relative
}

@media only screen and (max-width: 40em) {
    #CO_PlaceOrder #NotesBody {
        display: none
    }
}

#CO_PlaceOrder #NotesBody .iconCollapse {
    cursor: pointer;
    font-size: 52px;
    position: absolute;
    right: 0px;
    top: -36px
}

#CO_PlaceOrder .ItemHeader {
    *zoom: 1
}

    #CO_PlaceOrder .ItemHeader:before, #CO_PlaceOrder .ItemHeader:after {
        content: " ";
        display: table
    }

    #CO_PlaceOrder .ItemHeader:after {
        clear: both
    }

#CO_PlaceOrder #ItemList li {
    *zoom: 1
}

    #CO_PlaceOrder #ItemList li:before, #CO_PlaceOrder #ItemList li:after {
        content: " ";
        display: table
    }

    #CO_PlaceOrder #ItemList li:after {
        clear: both
    }

#CO_PlaceOrder .POPageItems {
    float: left
}

#CO_PlaceOrder .POPageSubTitleItems, #CO_PlaceOrder .POPageItems {
    width: 13.5%;
    float: left
}

#CO_PlaceOrder .POPageSubTitleDetails, #CO_PlaceOrder .POPageDetails {
    width: 35%;
    float: left
}

#CO_PlaceOrder .POPageSubTitleQuantity, #CO_PlaceOrder .POPageQuantity {
    width: 13.5%;
    float: left
}

#CO_PlaceOrder .POPageSubTitleShips, #CO_PlaceOrder .POPageShips {
    width: 22%;
    float: left
}

#CO_PlaceOrder .POPageSubTitleTotalPrice, #CO_PlaceOrder .POPageTotalPrice {
    width: 15%;
    float: right;
    text-align: right
}

@media only screen and (max-width: 40em) {
    #CO_PlaceOrder .ItemHeader {
        display: none
    }

    #CO_PlaceOrder .POPageItems {
        width: 75px
    }

    #CO_PlaceOrder .POPageQuantity, #CO_PlaceOrder .POPageShips, #CO_PlaceOrder .POPageTotalPrice {
        margin-left: 74px;
        width: 100%
    }

    #CO_PlaceOrder .POPageDetails {
        width: 72%
    }

    #CO_PlaceOrder .POPageQuantity:before {
        content: "Quantity: "
    }

    #CO_PlaceOrder .POPageTotalPrice:before {
        content: "Price: "
    }
}

.c_SalePrice_Small {
    color: #900;
    font-weight: bold
}

.FontGreen-Bold-12 {
    color: #4C4C4C
}

.OrderSummary {
    font-weight: bold
}

@media only screen and (min-width: 40.063em) {
    .OrderSummary {
        float: right
    }

    .new-card-checkout {
        max-width: 350px
    }
}

.OrderSummary .Proceed_Check {
    display: block
}

.HelpBody2 {
    font-size: 0.9rem
}

.PlaceOrderButton {
    margin: 0 10px
}

.RightNavContent {
    padding: 12px 10px 0
}

#RightItems li {
    border-top: 1px dotted #cccccc;
    padding: 9px 0;
    overflow: hidden
}

#CORightNav .OneRightItem_Icon {
    float: right;
    width: 62px
}

#CORightNav .OneRightItem_Desc {
    float: left;
    width: 142px
}

#CORightNav .EditCartButton {
    width: 100%
}

#CORightNav #RightNavItem_Head {
    font-size: 1.1rem
}

#CORightNav #RightNavContent {
    border: 1px solid #e6e6e6;
    margin: 10px 0
}

#CORightNav #RightNavMenu {
    list-style: none;
    margin-left: 0
}

#CORightNav .RightNavTitle {
    background-color: #e6e6e6;
    margin: 0 0 17px;
    padding-bottom: 6px;
    padding-left: 14px;
    padding-top: 9px;
    position: relative;
    color: #222;
    font-size: 1.2rem;
    font-weight: bold
}

    #CORightNav .RightNavTitle .CORightSharp {
        left: 10px;
        position: absolute;
        bottom: -20px;
        color: #e6e6e6;
        font-size: 20px
    }

#CORightNav .editLink2 {
    float: right;
    font-weight: normal;
    font-size: 1rem
}

#CORightNav .RightNavItem {
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer
}

    #CORightNav .RightNavItem:hover {
        color: #ff9933
    }

#CORightNav #RightNavMenu li {
    border-top: 1px solid #cccccc;
    padding: 13px 0
}

.poptipdiv {
    padding: 5px !important;
    width: 400px;
    display: none;
    position: absolute;
    top: 25px;
    border: 1px solid #BBB;
    border-bottom-width: 0;
    line-height: 20px;
    z-index: 10;
    text-align: left;
    vertical-align: top;
    color: white;
    font-weight: bold;
    font-size: 12px;
    background: #4C4C4C
}

.block-overlay {
    z-index: 1000;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.6;
    cursor: wait;
    position: absolute;
    background-color: black;
    display: none
}

    .block-overlay h2 {
        color: white;
        color: white;
        position: absolute;
        top: 30%;
        text-align: center;
        width: 100%
    }

.tooltipster-default {
    border-radius: 5px;
    border: 2px solid #000;
    background: #4c4c4c;
    color: #fff
}

    .tooltipster-default .tooltipster-content {
        font-size: 14px;
        line-height: 16px;
        padding: 8px 10px;
        overflow: hidden
    }

.tooltipster-icon {
    cursor: help;
    margin-left: 4px
}

.tooltipster-base {
    padding: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999;
    pointer-events: none;
    width: auto;
    max-width: 400px;
    overflow: visible
}

    .tooltipster-base .tooltipster-content {
        overflow: hidden
    }

.tooltipster-arrow {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

    .tooltipster-arrow span, .tooltipster-arrow-border {
        display: block;
        width: 0;
        height: 0;
        position: absolute
    }

.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-top: 8px solid;
    bottom: -7px
}

.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-top: 9px solid;
    bottom: -7px
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-bottom: 8px solid;
    top: -7px
}

.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-bottom: 9px solid;
    top: -7px
}

.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
    left: 0;
    right: 0;
    margin: 0 auto
}

.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
    left: 6px
}

.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    left: 5px
}

.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
    right: 6px
}

.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
    right: 5px
}

.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-left: 8px solid;
    top: 50%;
    margin-top: -7px;
    right: -7px
}

.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-left: 9px solid;
    margin-top: -8px
}

.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-right: 8px solid;
    top: 50%;
    margin-top: -7px;
    left: -7px
}

.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-right: 9px solid;
    margin-top: -8px
}

.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity
}

.tooltipster-fade-show {
    opacity: 1
}

.tooltipster-grow {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden
}

.tooltipster-grow-show {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15)
}

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform
}

.tooltipster-swing-show {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
    -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4)
}

.tooltipster-fall {
    top: 0;
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15)
}

    .tooltipster-fall.tooltipster-dying {
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        -ms-transition-property: all;
        transition-property: all;
        top: 0px !important;
        opacity: 0
    }

.tooltipster-slide {
    left: -40px;
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15)
}

    .tooltipster-slide.tooltipster-dying {
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        -ms-transition-property: all;
        transition-property: all;
        left: 0px !important;
        opacity: 0
    }

.tooltipster-content-changing {
    opacity: 0.5;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.btn-mini {
    color: #4c4c4c;
    padding: 0px 6px;
    font-size: 15px;
    line-height: 18px;
    background-color: #f5f5f5;
    border: 1px solid #D5D5D5
}

.SetToThisAddress_grey {
    width: 180px;
    font-size: 0.875rem;
    padding-top: 0.625rem;
    padding-right: 0.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 0.25rem;
    background-color: #f5f5f5;
    border: 1px solid #D5D5D5;
    cursor: pointer;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    transition: background-color 300ms ease-out
}

.COentryBOX {
    max-width: 420px
}

.tooltipster-content-changing {
    opacity: 0.5;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

#CardsList li.paymentCCLine {
    margin-bottom: 0;
    padding: 9px 0 0 9px
}

#CardsList .PaymentCC_Desc2 {
    display: inline-block;
    margin-left: 50px;
    vertical-align: top;
    max-width: 130px
}

@media only screen and (max-width: 40em) {
    #CardsList .PaymentCC_Desc2 {
        margin-left: 18px !important;
        margin-top: -32px;
        clear: both;
        display: block
    }
}

.paymentCCLine:before, .paymentCCLine:after {
    content: " ";
    display: table
}

.paymentCCLine:after {
    clear: both
}

.paymentCCLine label {
    float: left
}

#Addresses ul, #NewPaymentAddress ul {
    margin: 0 -0.625rem
}

.OneAddress {
    width: 189px
}

@media only screen and (min-width: 40.063em) {
    .OneAddress {
        text-align: left
    }
}

#Payments {
    margin-left: 0
}

#CardsList > ul {
    margin-left: 0
}

.paymentCCLine {
    border: 3px solid transparent;
    position: relative
}

    .paymentCCLine:before, .paymentCCLine:after {
        content: " ";
        display: table
    }

    .paymentCCLine:after {
        clear: both
    }

    .paymentCCLine input[type=radio] {
        float: left;
        margin-top: 5px;
        margin-right: 5px
    }

    .paymentCCLine label {
        float: left
    }

    .paymentCCLine .paymethod-icon {
        margin-right: 5px
    }

    .paymentCCLine.active {
        border-color: #09c
    }

@media only screen and (max-width: 40em) {
    .paymentCCLine .EditWordButton {
        position: absolute;
        right: 20px;
        bottom: 15px;
        margin-bottom: 0
    }

    .paymentCCLine .PaymentCC_Desc {
        font-size: 0.75rem
    }
}

#txtCVV2New {
    max-width: 60px
}

#coRHeaderTag {
    display: none
}

.OrderSummaryItemLeft {
    display: inline-block;
    padding: 1px;
    width: 66%
}

.OrderSummaryItemRight {
    display: inline-block;
    padding: 1px;
    text-align: right;
    vertical-align: top;
    width: 33%
}

@media only screen and (min-width: 40.063em) {
    #ShippingMethodContent label:before, #ShippingMethodContent label:after {
        content: " ";
        display: table
    }

    #ShippingMethodContent label:after {
        clear: both
    }
}

.deliv_image {
    text-align: center;
    display: inline-block;
    width: 40px
}

#MorePayment {
    padding: 10px;
    border: 2px solid transparent
}

    #MorePayment.active {
        border-color: #09c
    }

@media only screen and (min-width: 40.063em) {
    .new-card-checkout {
        max-width: 350px
    }

    .ShippingM input {
        margin-right: 10px
    }

    #ShippingMethodContent label {
        *zoom: 1;
        display: block;
        position: relative
    }

        #ShippingMethodContent label input {
            display: inline !important
        }

        #ShippingMethodContent label:before, #ShippingMethodContent label:after {
            content: " ";
            display: table
        }

        #ShippingMethodContent label:after {
            clear: both
        }

    .deliv_price {
        min-width: 45px;
        text-align: right
    }

    #EditPaymentContent li {
        padding: 9px 16px
    }
}

@media only screen and (max-width: 40em) {
    .ShippingM {
        padding: 10px 5px;
        border: 2px solid gray;
        margin: 2px 0
    }

        .ShippingM.active-shipping {
            border-color: #09c;
            background-color: #e5f9ff
        }

    #Addreses {
        width: 50%;
        margin: auto
    }
}

.cl {
    clear: left
}

.cr {
    clear: right
}

.cb, .clear {
    clear: both
}

.cb, .clear, .cl, .cr {
    float: none;
    overflow: hidden;
    height: 0;
    width: 0;
    margin: 0;
    padding: 0
}

.topSpace {
    color: #C10230;
    font-size: 19pt;
    font-weight: bold;
    margin: 9px;
    text-align: center
}

.thanksSpace {
    background-color: #FFFFFF;
    font-size: 11pt;
    text-align: left;
    line-height: 21px;
    height: 65px;
    margin: 9px;
    padding: 16px 20px
}

    .thanksSpace b {
        font-size: 12pt;
        font-weight: bold
    }

.giftCardSpace {
    border: 1px solid #E8E8E8;
    border-radius: 5px 5px 5px 5px;
    font-size: 11pt;
    text-align: left;
    margin: 9px;
    padding: 14px 0 14px 83px
}

.orderInfoSpace {
    border: 1px solid #cccccc;
    font-size: 11pt;
    text-align: left;
    line-height: 23px;
    margin: 9px 0
}

.orderInfo {
    float: left;
    margin: 15px 0 32px 83px;
    width: 239px
}

td.value {
    font-weight: bold;
    padding-right: 5px
}

#o-total {
    background-color: #e5f9ff
}

    #o-total td {
        color: #002633;
        padding-top: 15px;
        padding-bottom: 15px;
        font-weight: bold
    }

    #o-total .value {
        font-size: 1.2rem
    }

.BSAddress {
    float: left;
    margin: 17px 0 16px 0;
    padding: 0 0 15px 59px;
    width: 250px
}

.orderInfoDetail {
    border: 1px solid #cccccc;
    font-size: 11pt;
    text-align: left;
    margin: 9px
}

.OIDTitle {
    background-color: #C10230;
    text-align: center;
    line-height: 34px;
    height: 34px;
    color: #fff;
    font-weight: bold
}

.OIDItems {
    float: left;
    width: 149px;
    margin: 17px 0 7px 83px
}

.OIDDetails {
    float: left;
    width: 224px;
    margin: 17px 0 7px 0
}

.OIDPrice {
    float: left;
    width: 157px;
    margin: 17px 0 7px 0
}

.OIDQuantity {
    float: left;
    width: 157px;
    margin: 17px 0 7px 0
}

.OIDAmount {
    float: left;
    width: 190px;
    margin: 17px 0 7px 0
}

.OIDTotal {
    line-height: 23px;
    margin: 11px 14px 9px 19px
}

.OIDT1 {
    float: left;
    padding-left: 540px;
    padding-right: 10px;
    text-align: right;
    width: 120px
}

.OIDT2 {
    float: left;
    width: 258px
}

.OIDTTotal {
    background-color: #E8ECF1
}

.PrintOrderButton {
    background: url("/images/Template/ShipToThis.png") no-repeat scroll 0 0 transparent;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    font-size: 10pt;
    text-align: center;
    margin: 0 0 10px 606px;
    padding: 8px 28px 0 7px;
    height: 23px;
    width: 140px
}

.OrderInfoLineSpace {
    border-left: 2px solid #cccccc;
    float: left;
    height: 135px;
    margin-top: 17px
}

.OrderLineSpace {
    background-color: #cccccc;
    height: 3px;
    margin: 0 14px 0 19px
}

.font-primary {
    color: #E91922
}

.font-secondary {
    color: #C3C3C3
}

#layer_return {
    position: fixed;
    top: 12%;
    left: 21%;
    z-index: 1002
}

#Gift_Card_Redeem {
    margin-top: 15px
}



#Featured_Title {
    text-align: left;
    padding: 15px 0 0 30px;
    font-size: 12pt;
    font-weight: bold
}

.GuestOrderListWrapper > h2 {
    border-bottom: solid 1px #ccc;
    margin: 10px 0
}

.InvoiceItem {
    border-bottom: solid 1px #ccc;
    border-top: solid 1px #ccc
}

.ItemTitle {
    font-size: 13px
}

.GiftCardSubTitle {
    font-size: 14px
}

#GCList {
    text-align: left;
    border-top: solid 1px #999999;
    border-bottom: solid 1px #999999
}

#GCDetails {
    font-size: 14px;
    height: 85px
}

.GCDTable {
    display: table;
    width: 100%
}

.FontBold {
    font-weight: bold
}

.EmailDiv {
    color: #0082D7;
    font-size: 11pt;
    font-weight: bold
}

.GCDAmount {
    float: left;
    width: 77px;
    margin: 13px 0 0
}

.GCDPurchaseDate {
    float: left;
    width: 121px;
    margin: 13px 0 0
}

.GCDRemaining {
    float: left;
    margin: 13px 0 0;
    text-align: center;
    width: 80px
}

.GCDActions {
    float: left;
    width: 94px;
    margin: 13px 0 0
}

.RCDActions {
    float: left;
    width: 74px;
    margin: 13px 0 0 20px
}

.emailBox {
    background: none repeat scroll 0 0 #EEEEEE;
    display: none;
    float: left;
    width: 100%;
    color: #646D5A;
    font: 12px;
    font-weight: normal
}

.EmailBoxOut {
    margin: 37px 35px 0 29px
}

.emailBoxFont {
    width: 144px;
    margin-top: 4px;
    float: left
}

.emailBoxInput {
    border: 1px solid #9F9F9F;
    font-size: 13pt;
    margin-bottom: 7px;
    width: 237px;
    height: 25px
}

.emailBoxTextArea {
    border: 1px solid #9F9F9F;
    font-size: 13pt;
    margin-bottom: 7px;
    width: 487px;
    height: 107px
}

.EmailFailMsg {
    color: #FF0000;
    font-size: 11pt;
    font-weight: bold;
    margin: 0 0 0 152px
}

.EmailBoxButton {
    float: right;
    margin-right: 18px
}

.Loadingbox {
    position: absolute;
    margin: 120px 341px;
    display: none
}

.NoCardFont {
    color: #0082D7;
    font-size: 15px;
    font-weight: bold;
    margin: 28px 0
}

#GiftCardList ul#GCList li#GCTitle {
    padding: 7px 20px 7px 0;
    text-align: right;
    font-size: 14px
}

#GiftCardList ul#GCList li#GCDetails {
    padding: 7px 0;
    display: table
}

.AccRewardsListTitle {
    color: #000000;
    font: 13px;
    font-weight: bold
}

.AccRewardsListSubTitle {
    color: #000000;
    font: 11px;
    font-weight: normal
}

#GiftCardList {
    margin: 15px 0 15px 0
}

.vcard li {
    word-wrap: break-word
}

.landing-breadcrumb-noline {
    font-size: 14pt;
    color: #666;
    padding: 15px 0 10px 0
}

.tracking h1 {
    color: #fff;
    margin-top: 110px;
    text-align: center
}

.tracking p {
    line-height: 1;
    margin: 0.5em 0 1em
}

.login-box {
    background-color: #fff;
    margin-bottom: 10px
}

    .login-box.no-header {
        -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
        box-shadow: 0 0 10px rgba(0,0,0,0.2)
    }

    .login-box.small-header h2 {
        font-size: 1em;
        margin-left: -1em;
        margin-right: -1em
    }

    .login-box.medium-header {
        -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2),inset 0px 46px 7px -15px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2),inset 0px 46px 7px -15px rgba(0,0,0,0.2);
        box-shadow: 0 0 10px rgba(0,0,0,0.2),inset 0px 46px 7px -15px rgba(0,0,0,0.2)
    }

        .login-box.medium-header h2 {
            font-size: 1.5em;
            margin: 0 -0.62em
        }

    .login-box h2 {
        font-size: 1.5em;
        color: #fff;
        margin-bottom: 0.5em;
        margin-left: -0.6em;
        margin-right: -0.6em;
        margin-top: 0;
        padding: 0 .5em;
        background: #000;
        -moz-border-radius: 6px 6px 0 0;
        -webkit-border-radius: 6px;
        border-radius: 6px 6px 0 0;
        text-shadow: 0 1px 1px rgba(0,0,0,0.75)
    }

    .login-box ul {
        margin-left: 1em
    }

.acc-sum h1 {
    color: #666;
    font-size: 14pt;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    padding: 15px 0 10px 0
}

.acc-sum h3 {
    font-size: 14pt;
    margin-bottom: 0.5rem
}

.acc-sum .acc-sum-title {
    display: block;
    margin-bottom: 5px
}

.acc-sum .vcard {
    font-size: 0.8em;
    display: block;
    margin: 0;
    border: none;
    padding: 0
}

    .acc-sum .vcard .card-type {
        font-weight: bold
    }

        .acc-sum .vcard .card-type img {
            float: right
        }

.acc-left h2 {
    text-align: center;
    font-size: 1em;
    color: #fff;
    margin: 0;
    padding: 0 .5em;
    background: #000;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px;
    border-radius: 6px 6px 0 0;
    text-shadow: 0 1px 1px rgba(0,0,0,0.75)
}

.acc-left .content a {
    display: block;
    padding: 0.5em !important;
    padding-top: 0.5em;
    padding-bottom: 0.5em
}

    .acc-left .content a:hover {
        background-color: #f2767b
    }

.acc-left.section-container {
    border: none
}

    .acc-left.section-container p.title {
        background: url('data:image/svg+xml; base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2MzYzNjMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); background:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9),color-stop(100%, #c3c3c3));
        background: -moz-linear-gradient(top, #e9e9e9,#c3c3c3);
        background: -webkit-linear-gradient(top, #e9e9e9,#c3c3c3);
        background: linear-gradient(to bottom, #e9e9e9,#c3c3c3);
        line-height: 1em
    }

    .acc-left.section-container .active p.title {
        background: url('data:image/svg+xml; base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2MzYzNjMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); background:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f6f6f6),color-stop(100%, #c3c3c3));
        background: -moz-linear-gradient(top, #f6f6f6,#c3c3c3);
        background: -webkit-linear-gradient(top, #f6f6f6,#c3c3c3);
        background: linear-gradient(to bottom, #f6f6f6,#c3c3c3)
    }

    .acc-left.section-container .content {
        padding: 0
    }

.order-history table {
    width: 100%
}

    .order-history table thead, .order-history table tfoot {
        background: #F5F5F5
    }

.order-history-detail h2 {
    font-size: 1.2em
}

.order-history-detail p {
    margin-bottom: 0.3em
}

.order-history-detail h5 {
    margin-top: 0
}

.order-history-detail .vcard {
    margin-bottom: 0.3em
}

.default-address .address-container-title {
    text-align: center;
    font-weight: bold;
    display: block;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px;
    border-radius: 6px 6px 0 0;
    text-shadow: 0 1px 1px rgba(0,0,0,0.75)
}

.default-address .vcard {
    width: 100%;
    border: 1px
}

.default-address .button {
    margin: 0
}

.progress_inline {
    text-align: center;
    padding: 10px 0
}

    .progress_inline div {
        display: inline-block
    }

.progress_on {
    background: url("/images/Template/arrow_on.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 900;
    height: 47px;
    padding: 12px 25px 0 0;
    text-decoration: none;
    text-transform: capitalize;
    white-space: nowrap;
    width: 205px
}

.progress_off {
    background: url("/images/Template/arrow_off.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 900;
    height: 47px;
    padding: 12px 25px 0 0;
    text-decoration: none;
    text-transform: capitalize;
    white-space: nowrap;
    width: 205px
}

.create-account h2 {
    color: #09c;
    font-size: 1.3125rem;
    font-weight: normal;
    margin: 10px 0 0 10px
}

.create-account .desc {
    font-size: 1em;
    margin: 10px 25px 20px
}

    .create-account .desc p {
        font-size: 0.75rem;
        font-weight: bold
    }

.password-request p {
    margin: 0.5em 0 1.5em
}

.returns form {
    margin-top: 1em
}

.order-return {
    padding-bottom: 1em
}

.login h2 em {
    color: #707070;
    font-size: 0.8em;
    font-style: normal
}

.login .PageTitle {
    font-size: 0.9em
}

.login .login-message {
    font-size: 0.75em
}

    .login .login-message fieldset {
        border: solid 1px #D3D3D3
    }

    .login .login-message h3 {
        margin: 0
    }

    .login .login-message p {
        line-height: 1.3em
    }

    .login .login-message form label {
        font-weight: bold
    }

    .login .login-message form .LoginLink {
        display: block;
        margin-top: -0.5em
    }

    .login .login-message form .button5_small {
        margin-top: 1em
    }

    .login .login-message .item-flyout {
        padding: 5px;
        line-height: 1.2em
    }

    .login .login-message .new-cust .button5_small {
        margin: 1em 0 0.3em
    }

.login-error.alert-box {
    margin-bottom: 0.8em
}

.mb20 {
    margin-bottom: 20px
}

#helpcenter-menu .round_inner {
    margin: 1em 0 0;
    padding: 0.7em 0 0
}

    #helpcenter-menu .round_inner .has-divider {
        border-top: dashed 1px #E3E3E3;
        padding-top: 0.7em
    }

.helpcenter-container {
    padding: 0.5em 0
}

    .helpcenter-container .helpcenter-menu {
        display: none;
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
        background-color: #000;
        text-align: center;
        margin: 0;
        padding: 0.5em 0;
        -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
        box-shadow: 0 0 10px rgba(0,0,0,0.3)
    }

        .helpcenter-container .helpcenter-menu a {
            color: #fff
        }

    .helpcenter-container h3 {
        font-weight: normal
    }

    .helpcenter-container p {
        line-height: 1.1em;
        margin: 1em 0
    }

    .helpcenter-container .primary-color {
        color: #E91922
    }

    .helpcenter-container .secondary-color {
        color: #C3C3C3
    }

    .helpcenter-container .tertiary-color {
        color: #ff5300
    }

    .helpcenter-container ul {
        list-style-position: inside
    }

        .helpcenter-container ul.none li {
            list-style: none
        }

    .helpcenter-container a:hover {
        color: #ff5300
    }

    .helpcenter-container .subclass {
        padding-left: 20px
    }

.order-filter-wrapper select {
    width: auto
}

.crm-login .large-4 {
    margin: 0 auto
}

.crm-search ul {
    list-style: none
}

.crm-search table {
    margin: 0 auto
}

.crm-search .large-4 {
    margin: 0 auto
}

    .crm-search .large-4 select {
        height: 2em
    }

.crm-account .section .content {
    font-size: 0.9em
}

    .crm-account .section .content table .icon-plus, .crm-account .section .content table .icon-minus {
        cursor: pointer
    }

    .crm-account .section .content .cust-notes-wrapper h3 {
        margin-right: 1em
    }

    .crm-account .section .content .cust-notes-wrapper .cust-notes .columns {
        padding: 0
    }

    .crm-account .section .content p {
        margin-bottom: 1em
    }

.crm-account .section .title a {
    color: #333 !important
}

.crm-account .section.cart table p {
    margin-bottom: 0.5em
}

.crm-account .customer-notes-overlay {
    background-color: #FFF;
    border: solid 1px #CCC;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: none;
    position: absolute;
    z-index: 10000;
    left: 0;
    top: 30%
}

    .crm-account .customer-notes-overlay .close {
        background-color: #000;
        color: #FFF;
        cursor: pointer;
        font-size: 1em;
        font-weight: bold;
        padding: 0.5em;
        position: absolute;
        right: 0;
        top: 0;
        opacity: 0.5;
        z-index: 1
    }

        .crm-account .customer-notes-overlay .close:hover {
            opacity: 1
        }

@media only screen and (min-width: 40.063em) {
    .crm-account .customer-notes-overlay {
        left: 25%
    }
}

.emphasize-popup .row [role="main"] {
    z-index: 301
}

.crm-order-actions {
    margin-bottom: 10px
}

.sitenav18td {
    background-color: #ECECEC
}

.sitenav6td_underline {
    background-color: #FFFFFF;
    border-top: 1px dashed #cccccc
}

.order_separator {
    background-color: #FFFFFF;
    border-top: 3px solid #cccccc
}

.DivSection1 {
    float: left;
    font-size: 14px;
    height: 16px;
    text-align: left
}

.DivSection2_title {
    float: left;
    font-size: 16px;
    height: 20px;
    text-align: left;
    color: #262626;
    font-weight: bold;
    padding: 0 0 8px 0
}

.DivSection2_header, .DivSection2_content {
    float: left;
    font-size: 12px;
    line-height: 20px;
    text-align: left
}

.DivSection2_item {
    float: left;
    font-size: 12px;
    text-align: left
}

#invoice_head {
    padding: 8px 8px 8px 8px
}

.round_outer .round_inner .OrderInfoWrapper .OrderListBox .OrderListHeader {
    padding: 8px 20px 8px 8px
}

.round_outer .round_inner .OrderInfoWrapper .OrderListBox .OrderListColumn_Details {
    width: 60px
}

.round_outer .round_inner .OrderInfoWrapper .OrderListBox .OrderListColumn_OrderNo {
    width: 85px
}

.round_outer .round_inner .OrderInfoWrapper .OrderListBox .OrderListColumn_OrderDate {
    width: 105px
}

.round_outer .round_inner .OrderInfoWrapper .OrderListBox .OrderListColumn_Total {
    width: 90px
}

.round_outer .round_inner .OrderInfoWrapper .OrderListBox .OrderListColumn_OrderRecipient {
    width: 180px
}

.round_outer .round_inner .OrderInfoWrapper.crm-control .OrderListBox .OrderListColumn_OrderRecipient {
    width: 150px
}

.round_outer .round_inner .OrderInfoWrapper .OrderListBox .OrderListColumn_Actions {
    width: 100px
}

.crm-order-actions {
    margin-bottom: 10px
}

.sitenav18td {
    background-color: #ECECEC
}

.sitenav6td_underline {
    background-color: #FFFFFF;
    border-top: 1px dashed #cccccc
}

.order_separator {
    background-color: #FFFFFF;
    border-top: 3px solid #cccccc
}

.DivSection1 {
    float: left;
    font-size: 14px;
    height: 16px;
    text-align: left
}

.DivSection2_title {
    float: left;
    font-size: 16px;
    height: 20px;
    text-align: left;
    color: #262626;
    font-weight: bold;
    padding: 0 0 8px 0
}

.DivSection2_header, .DivSection2_content {
    float: left;
    font-size: 12px;
    line-height: 20px;
    text-align: left
}

.DivSection2_item {
    float: left;
    font-size: 12px;
    text-align: left
}

#invoice_head {
    padding: 8px 8px 8px 8px
}

.csArea {
    clear: both;
    background-color: #F5F5F5;
    height: 340px;
    margin: 10px 11px 0
}

.chooseOptROrder {
    line-height: 50px;
    vertical-align: middle;
    font-weight: bolder;
    font-size: 16px;
    color: Black
}

.choseAreaLeft {
    float: left;
    text-align: right;
    height: 80px;
    width: 255px
}

.choseAreaCreate {
    float: left;
    height: 80px;
    text-align: center;
    width: 440px
}

.choseAreaRight {
    float: left;
    height: 80px;
    width: 250px
}

.stepArea {
    clear: both;
    background-color: White;
    width: 920px;
    height: 180px
}

.stepAreaF {
    float: left;
    background-color: #F5F5F5;
    width: 50px;
    height: 180px
}

.stepAreaB {
    float: left;
    width: 50px;
    height: 80px
}

.stepAreaB2 {
    float: left;
    width: 70px;
    height: 80px
}

.stepNumArea {
    float: left;
    margin: 130px 120px 0px 0px;
    width: 31px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    color: White;
    font-weight: bolder;
    background: url(/images/Template/returns/circle_grey.png) no-repeat
}

.stepIcon1 {
    float: left;
    width: 160px;
    height: 160px;
    background: url(/images/Template/returns/icon_step1.jpg) no-repeat
}

.stepIcon2 {
    float: left;
    width: 160px;
    height: 160px;
    background: url(/images/Template/returns/icon_step2.jpg) no-repeat
}

.stepIcon3 {
    float: left;
    width: 160px;
    height: 160px;
    background: url(/images/Template/returns/icon_step3.jpg) no-repeat
}

.stepIcon4 {
    float: left;
    width: 160px;
    height: 160px;
    background: url(/images/Template/returns/icon_step4.jpg) no-repeat
}

.stepFontArea1 {
    float: right;
    font-weight: bolder;
    font-size: 12px;
    margin: -20px -4px 0px 0px;
    color: Black
}

.stepFontArea2 {
    float: right;
    font-weight: bolder;
    font-size: 12px;
    margin: -20px 12px 0px 0px;
    color: Black
}

.stepFontArea3 {
    float: right;
    font-weight: bolder;
    font-size: 12px;
    margin: -20px 0px 0px 0px;
    color: Black
}

.stepFontArea4 {
    float: right;
    font-weight: bolder;
    font-size: 12px;
    margin: -20px 12px 0px 0px;
    color: Black
}

.ContactWrapper {
    margin: 30px auto 0;
    position: relative;
    width: 98%
}

    .ContactWrapper .round_inner {
        padding: 10px 150px;
        text-align: left;
        font-size: 10pt
    }

h1.PageSubTitle {
    font-size: 21px;
    margin: 10px 0 20px
}

.ContactBody .ContactInput {
    display: inline;
    margin: 0 23px 13px 0
}

    .ContactBody .ContactInput p {
        margin-bottom: 3px;
        padding-bottom: 0;
        width: 310px
    }

        .ContactBody .ContactInput p span {
            color: Red
        }

.ContactBody .ContactSubmit {
    margin: 13px 0 13px 0
}

.ContactBody .Contact {
    vertical-align: middle;
    width: 228px;
    font-size: 12pt;
    font-weight: normal;
    padding: 2px
}

.ContactBody .Select {
    width: 237px
}

#Message {
    background-color: #E5E5E5;
    border: solid 1px #DBDBDB;
    width: 580px
}

#ContactFormMsg {
    margin: 9px 0 0;
    padding-bottom: 0
}

.contactInfo {
    color: #333333;
    font-weight: bold;
    line-height: 17px;
    margin-top: 15px
}

.AccRTModuleTitle {
    color: #666;
    font-size: 14px;
    font-weight: bold;
    margin: 0px
}

.AccRTReturnsModule {
    background-color: #F0F1F3;
    float: left;
    height: 244px;
    margin: 10px 0 19px 11px;
    text-align: left;
    vertical-align: top;
    border-radius: 8px 8px 8px 8px
}

.AccRTLoginModule {
    background-color: #F0F1F3;
    float: right;
    margin: 10px 11px 19px 0;
    text-align: left;
    vertical-align: top;
    border-radius: 8px 8px 8px 8px
}

.AccRTTxt {
    margin: 7px 0 0 14px
}

.AccRTInputBox {
    height: 20px;
    margin: 2px 0 5px 14px
}

.AccRTOrTxt {
    text-align: center;
    font-weight: bold;
    font-size: 21px;
    color: #666
}

@media only screen and (min-width: 46.188em) {
    .AccRTOrTxt {
        margin-top: 100px
    }
}

.AccRTModuleAlt {
    color: #666;
    font-size: 12px;
    font-weight: normal;
    vertical-align: middle;
    height: 20px;
    margin-bottom: 2px
}

.simple_showphoto {
    z-index: 100;
    width: 720px;
    border: 0px solid #666;
    padding: 0px;
    margin: 0;
    position: absolute;
    display: none;
    -moz-box-shadow: 0 0 100px 5px #000000
}

#tonjay * {
    vertical-align: middle
}

#tonjay a {
    display: block;
    margin-left: 14px
}

#tonjay label {
    cursor: pointer
}

#ReviewsAvg {
    font-size: 12px
}

.product-unit {
    float: left;
    padding: 0 13px;
    width: 130px;
    font-size: 13px;
    height: 230px
}

.headright .has-dropdown {
    position: relative
}

.head-right-cart .has-dropdown > a {
    color: #ff9933
}

.remove-cache .item-flyout {
    padding-top: 2em;
    padding-bottom: 2em
}

    .remove-cache .item-flyout input, .remove-cache .item-flyout select {
        margin-bottom: 1em
    }

.main-menu {
    position: relative;
    background-color: black;
    max-width: 100%;
}

@media only screen and (min-width: 40.063em) {
    .submenu-sale .row {
        width: 20%
    }

    .submenu-deals .row {
        width: 30%
    }
}

.top-main-menu {
    width: 100%;
    padding: 0;
    list-style: none;
    background: #000;
    margin: auto;
}

    .top-main-menu > li {
        display: inline-block;
        float: left
    }

    .top-main-menu a {
        -o-transition: all .2s linear;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        transition: all .2s linear;
        outline: none;
        z-index: 10
    }

    .top-main-menu > li > a {
        padding: 2px 23px;
        color: #fff;
        text-decoration: none;
        display: inline-block;
        padding-bottom: 4px;
        line-height: 35px;
        height: 40px;
        font-size: 16px;
        letter-spacing: 1.5px;
    }

@media only screen and (min-width: 40.063em) and (max-width: 64em) {

}

.top-main-menu > li:hover > a, .top-main-menu > li.active > a {
    border-bottom: 3px solid #c10230;
    background-color: #fff;
    color:#000;
}

.top-main-menu ul.side-buttons li {
    display: inline-block
}

.top-main-menu ul.dropdown, .top-main-menu ul.dropdown li ul.dropdown {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 99;
    width: 146px;
    background: #333333
}

.top-main-menu ul.dropdown {
    top: 58px
}

    .top-main-menu ul.dropdown li ul.dropdown {
        left: 146px;
        top: inherit
    }

    .top-main-menu ul.dropdown li {
        clear: both;
        width: 100%;
        font-size: 12px
    }

        .top-main-menu ul.dropdown li a {
            width: 100%;
            padding: 12px 28px 12px;
            display: inline-block;
            float: left;
            clear: both;
            text-decoration: none;
            color: #fff;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box
        }

        .top-main-menu ul.dropdown li:hover > a {
            background: #e0e0e0;
            color: #555
        }

.top-main-menu .indicator {
    position: relative;
    left: 5px;
    top: 2px;
    font-size: 14px;
    float: right
}

.top-main-menu ul li .indicator {
    font-size: 12px;
    top: 1px;
    left: 10px
}

.top-main-menu > li > .megamenu {
    position: absolute;
    display: none;
    background: #fff;
    min-width: 25%;
    font-size: 12px;
    z-index: 99;
    padding: 20px 30px 20px;
    -moz-box-shadow: rgba(0,0,0,0.3) -3px 10px 15px;
    -webkit-box-shadow: rgba(0,0,0,0.3) -3px 10px 15px;
    box-shadow: rgba(0,0,0,0.3) -3px 10px 15px
}

.top-main-menu li > .megamenu ul {
    padding: 0;
    display: block;
    position: relative
}

ul.side-buttons {
    text-align: center
}

    ul.side-buttons a {
        font-size: 5.3125rem
    }

    ul.side-buttons span {
        display: block;
        font-size: 1rem;
        color: #000 !important
    }

.top-main-menu li > .megamenu a {
    text-decoration: none;
    font-size: 12px;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear
}

    .top-main-menu li > .megamenu a:hover {
        color: #E91922
    }

.top-main-menu .megamenu img {
    width: 100%;
    -webkit-transition: border 0.3s linear;
    -moz-transition: border 0.3s linear;
    -o-transition: border 0.3s linear;
    transition: border 0.3s linear
}

.top-main-menu > li > .megamenu.half-width {
    width: 50%
}

.top-main-menu > li > .megamenu.full-width {
    width: 100%;
    left: 0;
}

.popular-desc,
.popular-price {
    font-family: "Source Sans Pro", sans-serif;
}

.wgs-flex-topicbar-sm {
    display: block;
    width: 40px;
    height: 6px;
    margin: 10px 0 10px 0;
    background-image: linear-gradient(to right, #28b372 0, #28c243 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff28b372', endColorstr='#ff28c243', GradientType=1);
}

.slicknav_menu {
    display: none;
}

@media screen and (max-width: 40em) {
    .js #menu {
        display: none;
    }

    .js .slicknav_menu {
        display: block;
    }
}

@media only screen and (max-width: 40rem) {
    .item-slider-wrap .bx-wrapper .bx-prev {
        left: -18px;
    }

    .item-slider-wrap .bx-wrapper .bx-next {
        right: -15px;
        background-position: -40px -32px;
    }

    #ligamxitems,
    #otheritems {
        left: -19px;
    }
}

.megamenu .row {
    margin-top: 15px;
    margin: auto;
    max-width: 62.5rem
}

    .megamenu .row:first-child {
        margin-top: 0
    }

    .megamenu .row:before, .megamenu .row:after {
        display: table;
        content: "";
        line-height: 0
    }

    .megamenu .row:after {
        clear: both
    }

    .megamenu .row .col1, .megamenu .row .col2, .megamenu .row .col3, .megamenu .row .col4, .megamenu .row .col5, .megamenu .row .col6 {
        display: block;
        width: 100%;
        min-height: 20px;
        float: left;
        margin-left: 2.127659574468085%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .megamenu .row [class*="col"]:first-child {
        margin-left: 0
    }

    .megamenu .row .col1 {
        width: 14.893617021276595%
    }

    .megamenu .row .col2 {
        width: 31.914893617021278%
    }

    .megamenu .row .col3 {
        width: 48.93617021276595%
    }

    .megamenu .row .col4 {
        width: 65.95744680851064%
    }

    .megamenu .row .col5 {
        width: 82.97872340425532%
    }

    .megamenu .row .col6 {
        width: 100%
    }

.top-main-menu > li.right {
    float: right
}

    .top-main-menu > li.right > .megamenu {
        right: 0
    }

.top-main-menu > li.showhide {
    display: none;
    width: 100%;
    cursor: pointer;
    color: #fff;
}

    .top-main-menu > li.showhide span.title {
        margin: 15px 0 0 25px;
        float: left;
        color: #fff
    }

    .top-main-menu > li.showhide span.icon {
        margin: 17px 20px;
        float: right
    }

    .top-main-menu > li.showhide .icon em {
        margin-bottom: 3px;
        display: block;
        width: 20px;
        height: 2px;
        background: #fff
    }

.black > li:hover > a, .black > li.active > a {
    background: #111111;
    color: #fff
}

.black ul.dropdown li:hover > a {
    background: #111111;
    color: #fff
}

.black li > .megamenu form input[type="text"]:focus, .black li > .megamenu form textarea:focus {
    border-color: #111111
}

.black li > .megamenu form input[type="submit"]:hover {
    background: #111111;
    color: #fff
}

.black li > .megamenu a:hover {
    color: #dedede
}

.grey > li:hover > a, .grey > li.active > a {
    background: #82837E;
    color: #fff
}

.grey ul.dropdown li:hover > a {
    background: #82837E;
    color: #fff
}

.grey li > .megamenu form input[type="text"]:focus, .grey li > .megamenu form textarea:focus {
    border-color: #82837E
}

.grey li > .megamenu form input[type="submit"]:hover {
    background: #82837E;
    color: #fff
}

.grey li > .megamenu a:hover {
    color: #dedede
}

.blue > li:hover > a, .blue > li.active > a {
    background: #02b8fa;
    color: #fff
}

.blue ul.dropdown li:hover > a {
    background: #02b8fa;
    color: #fff
}

.blue li > .megamenu form input[type="text"]:focus, .blue li > .megamenu form textarea:focus {
    border-color: #02b8fa
}

.blue li > .megamenu form input[type="submit"]:hover {
    background: #02b8fa;
    color: #fff
}

.blue li > .megamenu a:hover {
    color: #02b8fa
}

.deeper > li:hover > a, .deeper > li.active > a {
    background: #008C9E;
    color: #fff
}

.deeper ul.dropdown li:hover > a {
    background: #008C9E;
    color: #fff
}

.deeper li > .megamenu form input[type="text"]:focus, .deeper li > .megamenu form textarea:focus {
    border-color: #008C9E
}

.deeper li > .megamenu form input[type="submit"]:hover {
    background: #008C9E;
    color: #fff
}

.deeper li > .megamenu a:hover {
    color: #008C9E
}

.green > li:hover > a, .green > li.active > a {
    background: #88c425;
    color: #fff
}

.green ul.dropdown li:hover > a {
    background: #88c425;
    color: #fff
}

.green li > .megamenu form input[type="text"]:focus, .green li > .megamenu form textarea:focus {
    border-color: #88c425
}

.green li > .megamenu form input[type="submit"]:hover {
    background: #88c425;
    color: #fff
}

.green li > .megamenu a:hover {
    color: #88c425
}

.emerald > li:hover > a, .emerald > li.active > a {
    background: #2ecc71;
    color: #fff
}

.emerald ul.dropdown li:hover > a {
    background: #2ecc71;
    color: #fff
}

.emerald li > .megamenu form input[type="text"]:focus, .emerald li > .megamenu form textarea:focus {
    border-color: #2ecc71
}

.emerald li > .megamenu form input[type="submit"]:hover {
    background: #2ecc71;
    color: #fff
}

.emerald li > .megamenu a:hover {
    color: #2ecc71
}

.red > li:hover > a, .red > li.active > a {
    background: #C21A01;
    color: #fff
}

.red ul.dropdown li:hover > a {
    background: #C21A01;
    color: #fff
}

.red li > .megamenu form input[type="text"]:focus, .red li > .megamenu form textarea:focus {
    border-color: #C21A01
}

.red li > .megamenu form input[type="submit"]:hover {
    background: #C21A01;
    color: #fff
}

.red li > .megamenu a:hover {
    color: #C21A01
}

.pox > li:hover > a, .pox > li.active > a {
    background: #FA023C;
    color: #fff
}

.pox ul.dropdown li:hover > a {
    background: #FA023C;
    color: #fff
}

.pox li > .megamenu form input[type="text"]:focus, .pox li > .megamenu form textarea:focus {
    border-color: #FA023C
}

.pox li > .megamenu form input[type="submit"]:hover {
    background: #FA023C;
    color: #fff
}

.pox li > .megamenu a:hover {
    color: #FA023C
}

.orange > li:hover > a, .orange > li.active > a {
    background: #ff670f;
    color: #fff
}

.orange ul.dropdown li:hover > a {
    background: #ff670f;
    color: #fff
}

.orange li > .megamenu form input[type="text"]:focus, .orange li > .megamenu form textarea:focus {
    border-color: #ff670f
}

.orange li > .megamenu form input[type="submit"]:hover {
    background: #ff670f;
    color: #fff
}

.orange li > .megamenu a:hover {
    color: #ff670f
}

.sunburst > li:hover > a, .sunburst > li.active > a {
    background: #D46D22;
    color: #fff
}

.sunburst ul.dropdown li:hover > a {
    background: #D46D22;
    color: #fff
}

.sunburst li > .megamenu form input[type="text"]:focus, .sunburst li > .megamenu form textarea:focus {
    border-color: #D46D22
}

.sunburst li > .megamenu form input[type="submit"]:hover {
    background: #D46D22;
    color: #fff
}

.sunburst li > .megamenu a:hover {
    color: #D46D22
}

.yellow > li:hover > a, .yellow > li.active > a {
    background: #febf01;
    color: #222
}

.yellow ul.dropdown li:hover > a {
    background: #febf01;
    color: #222
}

.yellow li > .megamenu form input[type="text"]:focus, .yellow li > .megamenu form textarea:focus {
    border-color: #febf01
}

.yellow li > .megamenu form input[type="submit"]:hover {
    background: #febf01;
    color: #222
}

.yellow li > .megamenu a:hover {
    color: #febf01
}

.purple > li:hover > a, .purple > li.active > a {
    background: #a849a3;
    color: #fff
}

.purple ul.dropdown li:hover > a {
    background: #a849a3;
    color: #fff
}

.purple li > .megamenu form input[type="text"]:focus, .purple li > .megamenu form textarea:focus {
    border-color: #a849a3
}

.purple li > .megamenu form input[type="submit"]:hover {
    background: #a849a3;
    color: #fff
}

.purple li > .megamenu a:hover {
    color: #a849a3
}

.pink > li:hover > a, .pink > li.active > a {
    background: #F56991;
    color: #fff
}

.pink ul.dropdown li:hover > a {
    background: #F56991;
    color: #fff
}

.pink li > .megamenu form input[type="text"]:focus, .pink li > .megamenu form textarea:focus {
    border-color: #F56991
}

.pink li > .megamenu form input[type="submit"]:hover {
    background: #F56991;
    color: #fff
}

.pink li > .megamenu a:hover {
    color: #F56991
}

@media only screen and (min-width: 40.063em) and (max-width:64.062em) {
    .top-main-menu > li > a {
        font-size: 13px;
        padding: 2px 13px;
    }
}

@media only screen and (max-width: 40.063em) {

    #main-menu > li {
        display: none
    }

    .top-main-menu > li {
        display: block;
        width: 100%;
        color: #fff;
        background-color: red;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box
    }


    .top-main-menu a {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box
    }

    .top-main-menu ul.dropdown, .top-main-menu ul.dropdown li ul.dropdown {
        width: 100% !important;
        left: 0;
        position: static !important;
        border: none;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box
    }

        .top-main-menu ul.dropdown li {
            background: #fff !important;
            border: none
        }

        .top-main-menu ul.dropdown > li > a {
            padding-left: 40px !important
        }

    .top-main-menu > li > .megamenu {
        width: 100% !important;
        position: static;
        border-top: none
    }

    .megamenu .row [class*="col"] {
        margin-left: 0;
        margin-top: 15px
    }

    .megamenu .row:first-child [class*="col"]:first-child {
        margin-top: 0
    }

    .megamenu .row {
        margin-top: 0
    }

    .top-main-menu > li > ul.dropdown > li > a {
        padding-left: 40px !important
    }

    .top-main-menu > li > ul.dropdown > li > ul.dropdown > li > a {
        padding-left: 60px !important
    }

    .top-main-menu > li > ul.dropdown > li > ul.dropdown > li > ul.dropdown > li > a {
        padding-left: 80px !important
    }

    .topBarMiddle {
        margin-top: 0 !important
    }
}

@font-face {
    font-family: 'icomoon';
    src: url("/mmplanet/css/fonts/icomoon_iconbatch.eot");
    src: url("/mmplanet/css/fonts/icomoon_iconbatch.eot?#iefix") format("embedded-opentype"),url("/mmplanet/css/fonts/icomoon_iconbatch.woff") format("woff"),url("/mmplanet/css/fonts/icomoon_iconbatch.ttf") format("truetype"),url("/mmplanet/css/fonts/icomoon_iconbatch.svg#icomoon") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'giftshop';
    src: url("/mmplanet/css/fonts/giftshop.eot");
    src: url("/mmplanet/css/fonts/giftshop.eot?#iefix") format("embedded-opentype"),url("/mmplanet/css/fonts/giftshop.ttf") format("truetype"),url("/mmplanet/css/fonts/giftshop.woff") format("woff"),url("/mmplanet/css/fonts/giftshop.svg#giftshop") format("svg");
    font-weight: normal;
    font-style: normal
}

.head_menu ul#head_menu_list li div.innernav_icon a.menu-icon:hover {
    color: #ff9933
}

.top-main-menu > li i.menu-icon {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 80px;
    -webkit-font-smoothing: antialiased;
    font-size: 85px
}

@media only screen and (max-width: 40em) {
    .top-main-menu > li i.menu-icon {
        font-size: 110px;
        line-height: 85px
    }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .top-main-menu > li i.menu-icon {
        font-size: 60px;
        line-height: 55px
    }
}

.top-main-menu > li i.giftshop-gift {
    font-family: 'giftshop'
}

.icon-shoes-women:before {
    content: "\e620"
}

.icon-shoes-men:before {
    content: "\e60b"
}

.icon-shoes-kids:before {
    content: "\e60c"
}

.icon-socks:before {
    content: "\e00c"
}

.icon-shops:before {
    content: "\e007"
}

.icon-sale:before {
    content: "\e60f"
}

.icon-accessories1:before {
    content: "\e00f"
}

.icon-accessories2:before {
    content: "\e009"
}

.icon-bag1:before {
    content: "\e008"
}

.icon-bag2:before {
    content: "\e61a"
}

.icon-bag3:before {
    content: "\e00e"
}

.icon-bag4:before {
    content: "\e00d"
}

.icon-bag5:before {
    content: "\e00b"
}

.icon-bag6:before {
    content: "\e005"
}

.icon-casual:before {
    content: "\e614"
}

.icon-dressw:before {
    content: "\e002"
}

.icon-dressm:before {
    content: "\e613"
}

.icon-boot:before {
    content: "\e615"
}

.icon-socksacc:before {
    content: "\e61f"
}

.icon-wallet:before {
    content: "\e000"
}

.icon-widths:before {
    content: "\e015"
}

.giftshop-gift:before {
    content: "\e600"
}

.icon-new:before {
    content: "\e610"
}

.icon-dress-shoes-women:before {
    content: "\e612"
}

.icon-bag-women:before {
    content: "\e61b"
}

.icon-socksacc2:before {
    content: "\e61f"
}

.icon-bag-men:before {
    content: "\e617"
}

.icon-athletic:before {
    content: "\e61e"
}

.icon-finalsale:before {
    content: "\e600"
}

.icon-dailydeal:before {
    content: "\e602"
}

.icon-omg:before {
    content: "\e604"
}

.icon-freedeals:before {
    content: "\e603"
}

.main-menu ul li .title {
    color: #ffffff;
    font-weight: normal;
    font-size: 14px
}

body.off-canvas {
    padding: 0;
    margin: 0
}

.off-canvas .container {
    width: 100%
}

.off-canvas .row {
    overflow: hidden
}

    .off-canvas .row .row, .row.menu-row {
        overflow: visible
    }

.off-canvas [role="main"]:before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%
}

.off-canvas [role="complementary"], [role="main"] {
    width: 100%;
    padding: 0 15px;
    display: block;
    position: relative;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in
}

.paneled [role="main"] {
    padding: 0
}

.paneled .page-panel {
    width: 100%;
    -moz-transition: margin 0.3s ease-in-out;
    -o-transition: margin 0.3s ease-in-out;
    -webkit-transition: margin 0.3s ease-in-out;
    transition: margin 0.3s ease-in-out
}

.hide-extras [role="complementary"] {
    display: block
}

[role="navigation"]#topMenu {
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in
}

    [role="navigation"]#topMenu ul {
        margin-top: 0
    }

.off-canvas [role="complementary"] {
    margin-left: -100%;
    width: 80%;
    float: left;
    z-index: 2
}

.off-canvas [role="main"] {
    margin-left: 0;
    float: right;
    z-index: 1;
    position: relative
}

.paneled [role="main"] {
    width: 700%;
    overflow: hidden;
    float: none;
    position: relative;
    left: 0;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in
}

.paneled .page-panel {
    float: left;
    margin: 0;
    width: 14.28571%
}

.off-canvas.active [role="complementary"] {
    margin-left: 0
}

.off-canvas.active [role="main"] {
    margin-right: -80%
}

.off-canvas.active-menu [role="navigation"]#topMenu {
    margin-top: 0 !important
}

@media only screen and (min-width: 40.063em) {
    menu-button, .sidebar-button {
        display: none
    }

    .off-canvas [role="complementary"] {
        width: 25%;
        margin-left: 0;
        float: left;
        padding: 0 15px
    }

    [role="main"] {
        width: 100%
    }

    .paneled [role="main"] {
        width: 100%;
        left: 0 !important
    }

    .paneled .page-panel {
        display: block;
        float: none;
        width: 100%
    }

    .hide-extras [role="complementary"] {
        display: none
    }

    .hide-extras .off-canvas-left-menu [role="complementary"] {
        display: block
    }

    [role="navigation"]#topMenu {
        display: none
    }
}

@media only screen and (max-width: 40rem) {
    .hide-extras .off-canvas-left-menu [role="complementary"] {
        width: 80%
    }
}
/*! * Font Awesome 3.0.2 * the iconic font designed for use with Twitter Bootstrap * ------------------------------------------------------- * The full suite of pictographic icons, examples, and documentation * can be found at: http://fortawesome.github.com/Font-Awesome/ * * License * ------------------------------------------------------- * - The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL * - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License - * http://opensource.org/licenses/mit-license.html * - The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/ * - Attribution is no longer required in Font Awesome 3.0, but much appreciated: * "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome" * * Contact * ------------------------------------------------------- * Email: dave@davegandy.com * Twitter: http://twitter.com/fortaweso_me * Work: Lead Product Designer @ http://kyruus.com */
@font-face {
    font-family: 'FontAwesome';
    src: url("../font/fontawesome-webfont.eot?v=3.0.1");
    src: url("../font/fontawesome-webfont.eot?#iefix&v=3.0.1") format("embedded-opentype"),url("../font/fontawesome-webfont.woff?v=3.0.1") format("woff"),url("../font/fontawesome-webfont.ttf?v=3.0.1") format("truetype");
    font-weight: normal;
    font-style: normal
}

[class^="icon-"], [class*=" icon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline;
    width: auto;
    height: auto;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0
}

    [class^="icon-"]:before, [class*=" icon-"]:before {
        text-decoration: inherit;
        display: inline-block;
        speak: none;
        vertical-align: -10%;
        font-size: 1.1em;
        line-height: 0.7em
    }

a [class^="icon-"], a [class*=" icon-"] {
    display: inline-block
}

.icon-large:before {
    vertical-align: -10%;
    font-size: 1.3333333333333333em
}

.button [class^="icon-"], .button [class*=" icon-"], .top-bar [class^="icon-"], .top-bar [class*=" icon-"] {
    display: inline
}

    .button [class^="icon-"].icon-large, .button [class*=" icon-"].icon-large, .top-bar [class^="icon-"].icon-large, .top-bar [class*=" icon-"].icon-large {
        line-height: .9em
    }

    .button [class^="icon-"].icon-spin, .button [class*=" icon-"].icon-spin, .top-bar [class^="icon-"].icon-spin, .top-bar [class*=" icon-"].icon-spin {
        display: inline-block
    }

.icon-muted {
    color: #eee
}

.icon-border {
    border: solid 1px #eee;
    padding: .2em .25em .15em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.icon-2x {
    font-size: 2em
}

    .icon-2x.icon-border {
        border-width: 2px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }

.icon-3x {
    font-size: 3em
}

    .icon-3x.icon-border {
        border-width: 3px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px
    }

.icon-4x {
    font-size: 4em
}

    .icon-4x.icon-border {
        border-width: 4px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px
    }

.pull-right {
    float: right
}

.pull-left {
    float: left
}

[class^="icon-"].pull-left, [class*=" icon-"].pull-left {
    margin-right: .3em
}

[class^="icon-"].pull-right, [class*=" icon-"].pull-right {
    margin-left: .3em
}

.button [class^="icon-"].pull-left.icon-2x, .button [class^="icon-"].pull-right.icon-2x, .button [class*=" icon-"].pull-left.icon-2x, .button [class*=" icon-"].pull-right.icon-2x {
    margin-top: .18em
}

.button [class^="icon-"].icon-spin.icon-large, .button [class*=" icon-"].icon-spin.icon-large {
    line-height: .8em
}

.button.small [class^="icon-"].pull-left.icon-2x, .button.small [class^="icon-"].pull-right.icon-2x, .button.small [class*=" icon-"].pull-left.icon-2x, .button.small [class*=" icon-"].pull-right.icon-2x {
    margin-top: .25em
}

.button.tiny [class^="icon-"].pull-left.icon-2x, .button.tiny [class^="icon-"].pull-right.icon-2x, .button.tiny [class*=" icon-"].pull-left.icon-2x, .button.tiny [class*=" icon-"].pull-right.icon-2x {
    margin-top: .25em
}

.button.large [class^="icon-"], .button.large [class*=" icon-"] {
    margin-top: 0
}

    .button.large [class^="icon-"].pull-left.icon-2x, .button.large [class^="icon-"].pull-right.icon-2x, .button.large [class*=" icon-"].pull-left.icon-2x, .button.large [class*=" icon-"].pull-right.icon-2x {
        margin-top: .05em
    }

    .button.large [class^="icon-"].pull-left.icon-2x, .button.large [class*=" icon-"].pull-left.icon-2x {
        margin-right: .2em
    }

    .button.large [class^="icon-"].pull-right.icon-2x, .button.large [class*=" icon-"].pull-right.icon-2x {
        margin-left: .2em
    }

.icon-spin {
    display: inline-block;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }

    100% {
        -o-transform: rotate(359deg)
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg)
    }

    100% {
        -ms-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(359deg)
    }
}

@-moz-document url-prefix() {
    .icon-spin {
        height: .9em
    }

    .button .icon-spin {
        height: auto
    }

    .icon-spin.icon-large {
        height: 1.25em
    }

    .button .icon-spin.icon-large {
        height: .75em
    }
}

.icon-glass:before {
    content: "\f000"
}

.icon-music:before {
    content: "\f001"
}

.icon-search:before {
    content: "\f002"
}

.icon-envelope-alt:before {
    content: "\f003"
}

.icon-heart:before {
    content: "\f004"
}

.icon-star:before {
    content: "\f005"
}

.icon-star-empty:before {
    content: "\f006"
}

.icon-user:before {
    content: "\f007"
}

.icon-film:before {
    content: "\f008"
}

.icon-th-large:before {
    content: "\f009"
}

.icon-th:before {
    content: "\f00a"
}

.icon-th-list:before {
    content: "\f00b"
}

.icon-ok:before {
    content: "\f00c"
}

.icon-remove:before {
    content: "\f00d"
}

.icon-zoom-in:before {
    content: "\f00e"
}

.icon-zoom-out:before {
    content: "\f010"
}

.icon-power-off:before, .icon-off:before {
    content: "\f011"
}

.icon-signal:before {
    content: "\f012"
}

.icon-gear:before, .icon-cog:before {
    content: "\f013"
}

.icon-trash:before {
    content: "\f014"
}

.icon-home:before {
    content: "\f015"
}

.icon-file-alt:before {
    content: "\f016"
}

.icon-time:before {
    content: "\f017"
}

.icon-road:before {
    content: "\f018"
}

.icon-download-alt:before {
    content: "\f019"
}

.icon-download:before {
    content: "\f01a"
}

.icon-upload:before {
    content: "\f01b"
}

.icon-inbox:before {
    content: "\f01c"
}

.icon-play-circle:before {
    content: "\f01d"
}

.icon-rotate-right:before, .icon-repeat:before {
    content: "\f01e"
}

.icon-refresh:before {
    content: "\f021"
}

.icon-list-alt:before {
    content: "\f022"
}

.icon-lock:before {
    content: "\f023"
}

.icon-flag:before {
    content: "\f024"
}

.icon-headphones:before {
    content: "\f025"
}

.icon-volume-off:before {
    content: "\f026"
}

.icon-volume-down:before {
    content: "\f027"
}

.icon-volume-up:before {
    content: "\f028"
}

.icon-qrcode:before {
    content: "\f029"
}

.icon-barcode:before {
    content: "\f02a"
}

.icon-tag:before {
    content: "\f02b"
}

.icon-tags:before {
    content: "\f02c"
}

.icon-book:before {
    content: "\f02d"
}

.icon-bookmark:before {
    content: "\f02e"
}

.icon-print:before {
    content: "\f02f"
}

.icon-camera:before {
    content: "\f030"
}

.icon-font:before {
    content: "\f031"
}

.icon-bold:before {
    content: "\f032"
}

.icon-italic:before {
    content: "\f033"
}

.icon-text-height:before {
    content: "\f034"
}

.icon-text-width:before {
    content: "\f035"
}

.icon-align-left:before {
    content: "\f036"
}

.icon-align-center:before {
    content: "\f037"
}

.icon-align-right:before {
    content: "\f038"
}

.icon-align-justify:before {
    content: "\f039"
}

.icon-list:before {
    content: "\f03a"
}

.icon-indent-left:before {
    content: "\f03b"
}

.icon-indent-right:before {
    content: "\f03c"
}

.icon-facetime-video:before {
    content: "\f03d"
}

.icon-picture:before {
    content: "\f03e"
}

.icon-pencil:before {
    content: "\f040"
}

.icon-map-marker:before {
    content: "\f041"
}

.icon-adjust:before {
    content: "\f042"
}

.icon-tint:before {
    content: "\f043"
}

.icon-edit:before {
    content: "\f044"
}

.icon-share:before {
    content: "\f045"
}

.icon-check:before {
    content: "\f046"
}

.icon-move:before {
    content: "\f047"
}

.icon-step-backward:before {
    content: "\f048"
}

.icon-fast-backward:before {
    content: "\f049"
}

.icon-backward:before {
    content: "\f04a"
}

.icon-play:before {
    content: "\f04b"
}

.icon-pause:before {
    content: "\f04c"
}

.icon-stop:before {
    content: "\f04d"
}

.icon-forward:before {
    content: "\f04e"
}

.icon-fast-forward:before {
    content: "\f050"
}

.icon-step-forward:before {
    content: "\f051"
}

.icon-eject:before {
    content: "\f052"
}

.icon-chevron-left:before {
    content: "\f053"
}

.icon-chevron-right:before {
    content: "\f054"
}

.icon-plus-sign:before {
    content: "\f055"
}

.icon-minus-sign:before {
    content: "\f056"
}

.icon-remove-sign:before {
    content: "\f057"
}

.icon-ok-sign:before {
    content: "\f058"
}

.icon-question-sign:before {
    content: "\f059"
}

.icon-info-sign:before {
    content: "\f05a"
}

.icon-screenshot:before {
    content: "\f05b"
}

.icon-remove-circle:before {
    content: "\f05c"
}

.icon-ok-circle:before {
    content: "\f05d"
}

.icon-ban-circle:before {
    content: "\f05e"
}

.icon-arrow-left:before {
    content: "\f060"
}

.icon-arrow-right:before {
    content: "\f061"
}

.icon-arrow-up:before {
    content: "\f062"
}

.icon-arrow-down:before {
    content: "\f063"
}

.icon-mail-forward:before, .icon-share-alt:before {
    content: "\f064"
}

.icon-resize-full:before {
    content: "\f065"
}

.icon-resize-small:before {
    content: "\f066"
}

.icon-plus:before {
    content: "\f067"
}

.icon-minus:before {
    content: "\f068"
}

.icon-asterisk:before {
    content: "\f069"
}

.icon-exclamation-sign:before {
    content: "\f06a"
}

.icon-gift:before {
    content: "\f06b"
}

.icon-leaf:before {
    content: "\f06c"
}

.icon-fire:before {
    content: "\f06d"
}

.icon-eye-open:before {
    content: "\f06e"
}

.icon-eye-close:before {
    content: "\f070"
}

.icon-warning-sign:before {
    content: "\f071"
}

.icon-plane:before {
    content: "\f072"
}

.icon-calendar:before {
    content: "\f073"
}

.icon-random:before {
    content: "\f074"
}

.icon-comment:before {
    content: "\f075"
}

.icon-magnet:before {
    content: "\f076"
}

.icon-chevron-up:before {
    content: "\f077"
}

.icon-chevron-down:before {
    content: "\f078"
}

.icon-retweet:before {
    content: "\f079"
}

.icon-shopping-cart:before {
    content: "\f07a"
}

.icon-folder-close:before {
    content: "\f07b"
}

.icon-folder-open:before {
    content: "\f07c"
}

.icon-resize-vertical:before {
    content: "\f07d"
}

.icon-resize-horizontal:before {
    content: "\f07e"
}

.icon-bar-chart:before {
    content: "\f080"
}

.icon-twitter-sign:before {
    content: "\f081"
}

.icon-facebook-sign:before {
    content: "\f082"
}

.icon-camera-retro:before {
    content: "\f083"
}

.icon-key:before {
    content: "\f084"
}

.icon-gears:before, .icon-cogs:before {
    content: "\f085"
}

.icon-comments:before {
    content: "\f086"
}

.icon-thumbs-up-alt:before {
    content: "\f087"
}

.icon-thumbs-down-alt:before {
    content: "\f088"
}

.icon-star-half:before {
    content: "\f089"
}

.icon-heart-empty:before {
    content: "\f08a"
}

.icon-signout:before {
    content: "\f08b"
}

.icon-linkedin-sign:before {
    content: "\f08c"
}

.icon-pushpin:before {
    content: "\f08d"
}

.icon-external-link:before {
    content: "\f08e"
}

.icon-signin:before {
    content: "\f090"
}

.icon-trophy:before {
    content: "\f091"
}

.icon-github-sign:before {
    content: "\f092"
}

.icon-upload-alt:before {
    content: "\f093"
}

.icon-lemon:before {
    content: "\f094"
}

.icon-phone:before {
    content: "\f095"
}

.icon-unchecked:before, .icon-check-empty:before {
    content: "\f096"
}

.icon-bookmark-empty:before {
    content: "\f097"
}

.icon-phone-sign:before {
    content: "\f098"
}

.icon-twitter:before {
    content: "\f099"
}

.icon-facebook:before {
    content: "\f09a"
}

.icon-github:before {
    content: "\f09b"
}

.icon-unlock:before {
    content: "\f09c"
}

.icon-credit-card:before {
    content: "\f09d"
}

.icon-rss:before {
    content: "\f09e"
}

.icon-hdd:before {
    content: "\f0a0"
}

.icon-bullhorn:before {
    content: "\f0a1"
}

.icon-bell:before {
    content: "\f0a2"
}

.icon-certificate:before {
    content: "\f0a3"
}

.icon-hand-right:before {
    content: "\f0a4"
}

.icon-hand-left:before {
    content: "\f0a5"
}

.icon-hand-up:before {
    content: "\f0a6"
}

.icon-hand-down:before {
    content: "\f0a7"
}

.icon-circle-arrow-left:before {
    content: "\f0a8"
}

.icon-circle-arrow-right:before {
    content: "\f0a9"
}

.icon-circle-arrow-up:before {
    content: "\f0aa"
}

.icon-circle-arrow-down:before {
    content: "\f0ab"
}

.icon-globe:before {
    content: "\f0ac"
}

.icon-wrench:before {
    content: "\f0ad"
}

.icon-tasks:before {
    content: "\f0ae"
}

.icon-filter:before {
    content: "\f0b0"
}

.icon-briefcase:before {
    content: "\f0b1"
}

.icon-fullscreen:before {
    content: "\f0b2"
}

.icon-group:before {
    content: "\f0c0"
}

.icon-link:before {
    content: "\f0c1"
}

.icon-cloud:before {
    content: "\f0c2"
}

.icon-beaker:before {
    content: "\f0c3"
}

.icon-cut:before {
    content: "\f0c4"
}

.icon-copy:before {
    content: "\f0c5"
}

.icon-paperclip:before, .icon-paper-clip:before {
    content: "\f0c6"
}

.icon-save:before {
    content: "\f0c7"
}

.icon-sign-blank:before {
    content: "\f0c8"
}

.icon-reorder:before {
    content: "\f0c9"
}

.icon-list-ul:before {
    content: "\f0ca"
}

.icon-list-ol:before {
    content: "\f0cb"
}

.icon-strikethrough:before {
    content: "\f0cc"
}

.icon-underline:before {
    content: "\f0cd"
}

.icon-table:before {
    content: "\f0ce"
}

.icon-magic:before {
    content: "\f0d0"
}

.icon-truck:before {
    content: "\f0d1"
}

.icon-pinterest:before {
    content: "\f0d2"
}

.icon-pinterest-sign:before {
    content: "\f0d3"
}

.icon-google-plus-sign:before {
    content: "\f0d4"
}

.icon-google-plus:before {
    content: "\f0d5"
}

.icon-money:before {
    content: "\f0d6"
}

.icon-caret-down:before {
    content: "\f0d7"
}

.icon-caret-up:before {
    content: "\f0d8"
}

.icon-caret-left:before {
    content: "\f0d9"
}

.icon-caret-right:before {
    content: "\f0da"
}

.icon-columns:before {
    content: "\f0db"
}

.icon-sort:before {
    content: "\f0dc"
}

.icon-sort-down:before {
    content: "\f0dd"
}

.icon-sort-up:before {
    content: "\f0de"
}

.icon-envelope:before {
    content: "\f0e0"
}

.icon-linkedin:before {
    content: "\f0e1"
}

.icon-rotate-left:before, .icon-undo:before {
    content: "\f0e2"
}

.icon-legal:before {
    content: "\f0e3"
}

.icon-dashboard:before {
    content: "\f0e4"
}

.icon-comment-alt:before {
    content: "\f0e5"
}

.icon-comments-alt:before {
    content: "\f0e6"
}

.icon-bolt:before {
    content: "\f0e7"
}

.icon-sitemap:before {
    content: "\f0e8"
}

.icon-umbrella:before {
    content: "\f0e9"
}

.icon-paste:before {
    content: "\f0ea"
}

.icon-lightbulb:before {
    content: "\f0eb"
}

.icon-exchange:before {
    content: "\f0ec"
}

.icon-cloud-download:before {
    content: "\f0ed"
}

.icon-cloud-upload:before {
    content: "\f0ee"
}

.icon-user-md:before {
    content: "\f0f0"
}

.icon-stethoscope:before {
    content: "\f0f1"
}

.icon-suitcase:before {
    content: "\f0f2"
}

.icon-bell-alt:before {
    content: "\f0f3"
}

.icon-coffee:before {
    content: "\f0f4"
}

.icon-food:before {
    content: "\f0f5"
}

.icon-file-text-alt:before {
    content: "\f0f6"
}

.icon-building:before {
    content: "\f0f7"
}

.icon-hospital:before {
    content: "\f0f8"
}

.icon-ambulance:before {
    content: "\f0f9"
}

.icon-medkit:before {
    content: "\f0fa"
}

.icon-fighter-jet:before {
    content: "\f0fb"
}

.icon-beer:before {
    content: "\f0fc"
}

.icon-h-sign:before {
    content: "\f0fd"
}

.icon-plus-sign-alt:before {
    content: "\f0fe"
}

.icon-double-angle-left:before {
    content: "\f100"
}

.icon-double-angle-right:before {
    content: "\f101"
}

.icon-double-angle-up:before {
    content: "\f102"
}

.icon-double-angle-down:before {
    content: "\f103"
}

.icon-angle-left:before {
    content: "\f104"
}

.icon-angle-right:before {
    content: "\f105"
}

.icon-angle-up:before {
    content: "\f106"
}

.icon-angle-down:before {
    content: "\f107"
}

.icon-desktop:before {
    content: "\f108"
}

.icon-laptop:before {
    content: "\f109"
}

.icon-tablet:before {
    content: "\f10a"
}

.icon-mobile-phone:before {
    content: "\f10b"
}

.icon-circle-blank:before {
    content: "\f10c"
}

.icon-quote-left:before {
    content: "\f10d"
}

.icon-quote-right:before {
    content: "\f10e"
}

.icon-spinner:before {
    content: "\f110"
}

.icon-circle:before {
    content: "\f111"
}

.icon-mail-reply:before, .icon-reply:before {
    content: "\f112"
}

.icon-github-alt:before {
    content: "\f113"
}

.icon-folder-close-alt:before {
    content: "\f114"
}

.icon-folder-open-alt:before {
    content: "\f115"
}

.icon-expand-alt:before {
    content: "\f116"
}

.icon-collapse-alt:before {
    content: "\f117"
}

.icon-smile:before {
    content: "\f118"
}

.icon-frown:before {
    content: "\f119"
}

.icon-meh:before {
    content: "\f11a"
}

.icon-gamepad:before {
    content: "\f11b"
}

.icon-keyboard:before {
    content: "\f11c"
}

.icon-flag-alt:before {
    content: "\f11d"
}

.icon-flag-checkered:before {
    content: "\f11e"
}

.icon-terminal:before {
    content: "\f120"
}

.icon-code:before {
    content: "\f121"
}

.icon-reply-all:before {
    content: "\f122"
}

.icon-mail-reply-all:before {
    content: "\f122"
}

.icon-star-half-full:before, .icon-star-half-empty:before {
    content: "\f123"
}

.icon-location-arrow:before {
    content: "\f124"
}

.icon-crop:before {
    content: "\f125"
}

.icon-code-fork:before {
    content: "\f126"
}

.icon-unlink:before {
    content: "\f127"
}

.icon-question:before {
    content: "\f128"
}

.icon-info:before {
    content: "\f129"
}

.icon-exclamation:before {
    content: "\f12a"
}

.icon-superscript:before {
    content: "\f12b"
}

.icon-subscript:before {
    content: "\f12c"
}

.icon-eraser:before {
    content: "\f12d"
}

.icon-puzzle-piece:before {
    content: "\f12e"
}

.icon-microphone:before {
    content: "\f130"
}

.icon-microphone-off:before {
    content: "\f131"
}

.icon-shield:before {
    content: "\f132"
}

.icon-calendar-empty:before {
    content: "\f133"
}

.icon-fire-extinguisher:before {
    content: "\f134"
}

.icon-rocket:before {
    content: "\f135"
}

.icon-maxcdn:before {
    content: "\f136"
}

.icon-chevron-sign-left:before {
    content: "\f137"
}

.icon-chevron-sign-right:before {
    content: "\f138"
}

.icon-chevron-sign-up:before {
    content: "\f139"
}

.icon-chevron-sign-down:before {
    content: "\f13a"
}

.icon-html5:before {
    content: "\f13b"
}

.icon-css3:before {
    content: "\f13c"
}

.icon-anchor:before {
    content: "\f13d"
}

.icon-unlock-alt:before {
    content: "\f13e"
}

.icon-bullseye:before {
    content: "\f140"
}

.icon-ellipsis-horizontal:before {
    content: "\f141"
}

.icon-ellipsis-vertical:before {
    content: "\f142"
}

.icon-rss-sign:before {
    content: "\f143"
}

.icon-play-sign:before {
    content: "\f144"
}

.icon-ticket:before {
    content: "\f145"
}

.icon-minus-sign-alt:before {
    content: "\f146"
}

.icon-check-minus:before {
    content: "\f147"
}

.icon-level-up:before {
    content: "\f148"
}

.icon-level-down:before {
    content: "\f149"
}

.icon-check-sign:before {
    content: "\f14a"
}

.icon-edit-sign:before {
    content: "\f14b"
}

.icon-external-link-sign:before {
    content: "\f14c"
}

.icon-share-sign:before {
    content: "\f14d"
}

.icon-compass:before {
    content: "\f14e"
}

.icon-collapse:before {
    content: "\f150"
}

.icon-collapse-top:before {
    content: "\f151"
}

.icon-expand:before {
    content: "\f152"
}

.icon-euro:before, .icon-eur:before {
    content: "\f153"
}

.icon-gbp:before {
    content: "\f154"
}

.icon-dollar:before, .icon-usd:before {
    content: "\f155"
}

.icon-rupee:before, .icon-inr:before {
    content: "\f156"
}

.icon-yen:before, .icon-jpy:before {
    content: "\f157"
}

.icon-renminbi:before, .icon-cny:before {
    content: "\f158"
}

.icon-won:before, .icon-krw:before {
    content: "\f159"
}

.icon-bitcoin:before, .icon-btc:before {
    content: "\f15a"
}

.icon-file:before {
    content: "\f15b"
}

.icon-file-text:before {
    content: "\f15c"
}

.icon-sort-by-alphabet:before {
    content: "\f15d"
}

.icon-sort-by-alphabet-alt:before {
    content: "\f15e"
}

.icon-sort-by-attributes:before {
    content: "\f160"
}

.icon-sort-by-attributes-alt:before {
    content: "\f161"
}

.icon-sort-by-order:before {
    content: "\f162"
}

.icon-sort-by-order-alt:before {
    content: "\f163"
}

.icon-thumbs-up:before {
    content: "\f164"
}

.icon-thumbs-down:before {
    content: "\f165"
}

.icon-youtube-sign:before {
    content: "\f166"
}

.icon-youtube:before {
    content: "\f167"
}

.icon-xing:before {
    content: "\f168"
}

.icon-xing-sign:before {
    content: "\f169"
}

.icon-youtube-play:before {
    content: "\f16a"
}

.icon-dropbox:before {
    content: "\f16b"
}

.icon-stackexchange:before {
    content: "\f16c"
}

.icon-instagram:before {
    content: "\f16d"
}

.icon-flickr:before {
    content: "\f16e"
}

.icon-adn:before {
    content: "\f170"
}

.icon-bitbucket:before {
    content: "\f171"
}

.icon-bitbucket-sign:before {
    content: "\f172"
}

.icon-tumblr:before {
    content: "\f173"
}

.icon-tumblr-sign:before {
    content: "\f174"
}

.icon-long-arrow-down:before {
    content: "\f175"
}

.icon-long-arrow-up:before {
    content: "\f176"
}

.icon-long-arrow-left:before {
    content: "\f177"
}

.icon-long-arrow-right:before {
    content: "\f178"
}

.icon-apple:before {
    content: "\f179"
}

.icon-windows:before {
    content: "\f17a"
}

.icon-android:before {
    content: "\f17b"
}

.icon-linux:before {
    content: "\f17c"
}

.icon-dribbble:before {
    content: "\f17d"
}

.icon-skype:before {
    content: "\f17e"
}

.icon-foursquare:before {
    content: "\f180"
}

.icon-trello:before {
    content: "\f181"
}

.icon-female:before {
    content: "\f182"
}

.icon-male:before {
    content: "\f183"
}

.icon-gittip:before {
    content: "\f184"
}

.icon-sun:before {
    content: "\f185"
}

.icon-moon:before {
    content: "\f186"
}

.icon-archive:before {
    content: "\f187"
}

.icon-bug:before {
    content: "\f188"
}

.icon-vk:before {
    content: "\f189"
}

.icon-weibo:before {
    content: "\f18a"
}

.icon-renren:before {
    content: "\f18b"
}

.fc-webicon {
    display: inline-block;
    background-size: 100%;
    width: 30px;
    height: 30px;
    text-indent: -999em;
    text-align: left;
    vertical-align: -10%;
    font-size: 1.333333em
}

    .fc-webicon.small {
        width: 15px;
        height: 15px
    }

        .fc-webicon.small:hover {
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none
        }

    .fc-webicon:hover {
        -moz-box-shadow: inset 0px 35px 0px 0px rgba(255,255,255,0.4);
        -webkit-box-shadow: inset 0px 35px 0px 0px rgba(255,255,255,0.4);
        box-shadow: inset 0px 35px 0px 0px rgba(255,255,255,0.4)
    }

.no-svg .fc-webicon.facebook {
    background: url("/font/webicons/fc-webicon-facebook-m.png")
}

.svg .fc-webicon.facebook {
    background: url("/font/webicons/fc-webicon-facebook.svg")
}

.no-svg .fc-webicon.twitter {
    background: url("/font/webicons/fc-webicon-twitter-m.png")
}

.svg .fc-webicon.twitter {
    background: url("/font/webicons/fc-webicon-twitter.svg")
}

.no-svg .fc-webicon.pinterest {
    background: url("/font/webicons/fc-webicon-pinterest-m.png")
}

.svg .fc-webicon.pinterest {
    background: url("/font/webicons/fc-webicon-pinterest.svg")
}

.no-svg .fc-webicon.mail {
    background: url("/font/webicons/fc-webicon-mail-m.png")
}

.svg .fc-webicon.mail {
    background: url("/font/webicons/fc-webicon-mail.svg")
}

@media only screen and (min-width: 40.063em) {
    .contain-to-grid-topbar {
        width: 100%;
        background: #F3F3F4
    }

    .top-bar .name {
        height: 0 !important
    }
}

@media only screen {
    .top-bar {
        height: 27px
    }
}

@media only screen and (max-width: 40em) {
    .top-bar {
        height: 53px;
        margin: 12px 0 12px 0;
        padding-top: 5px;
        background: #DEDEDE
    }

        .top-bar.expanded .title-area {
            height: 43px
        }

    .top-bar-icon {
        padding-top: 8px
    }

    ul.cart-dropdown > li.title {
        display: none
    }

    ul.cart-dropdown > li.parent-link {
        display: none !important
    }
}

.top-bar .toggle-topbar.menu-icon a span::after {
    box-shadow: 0 0px 0 1px #949494, 0 7px 0 1px #949494, 0 14px 0 1px #949494
}

.postfix.button-search {
    line-height: 1.125rem
}

.top-bar.expanded .title-area {
    background: #DEDEDE
}

.top-bar-section ul li {
    background: #F3F3F4
}

.top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
    background: #000
}

button.tiny, .button.tiny {
    padding-top: 0.25rem;
    padding-right: 0.5rem;
    padding-bottom: 0.3125rem;
    padding-left: 0.5rem;
    font-size: 0.6875rem
}

.topBarUp {
    width: 100%;
    height: 26px;
    background: #F3F3F4
}

.topBarUpRight {
    height: 26px
}

    .topBarUpRight a {
        color: #949494;
        font-size: 14px
    }

.topBarMiddle {
    font-size: 14px;
    margin-top: 26px
}

.topbarMiddleWrapper {
    position: relative
}

.midGreyBar {
    background: url("/images/greybar.png") repeat-x
}

input.topbarSearch {
    height: 23px;
    margin-top: 5px;
    border: 1px solid #949494;
    font-size: 12px;
    padding: 5px
}

.searchBtn {
    height: 23px;
    margin-top: 5px;
    width: 49px;
    font-size: 12px
}

.navia:hover {
    background-color: #E91922 !important
}

body {
    margin: 0;
    padding: 0;
    background: #FFF
}

a {
    text-decoration: none
}

hr {
    margin: 0;
    padding: 0;
    border-top: 5px solid #ed1c24;
    border-bottom: none
}

#centerIt {
    max-width: 1400px;
    margin: 0 auto
}

#topBar {
    width: 100%;
    height: 26px;
    background: #F3F3F4
}

#topBarWrap {
    position: relative;
    max-width: 2000px;
    min-width: 1000px;
    height: 26px;
    margin: 0 auto
}

#wgsLogo {
    position: absolute;
    width: 230px;
    top: 28px;
    left: 20px;
    z-index: 20
}

#topBarRight {
    float: left;
    height: 26px;
    margin-right: 20px;
    margin-left: 950px
}

    #topBarRight p {
        margin: 0;
        color: #949494;
        font-size: 14px;
        line-height: 26px
    }

        #topBarRight p a {
            color: #949494
        }

#menu {
    display: none
}

#whiteBar {
    width: 100%;
    height: 26px;
    background: #FFF
}

#ticker {
    width: 100%;
    height: 32px;
    background: #E5E5E5
}

#tickerWrap {
    position: relative;
    max-width: 2000px;
    min-width: 1000px;
    margin: 0 auto
}

#phoneSearch {
    display: none
}

::-webkit-input-placeholder {
    padding-left: 10px;
    font-style: italic
}

::-moz-placeholder {
    padding-left: 10px;
    font-style: italic
}

:-ms-input-placeholder {
    padding-left: 10px;
    font-style: italic
}

input:-moz-placeholder {
    padding-left: 10px;
    font-style: italic
}

#tickerContent {
    float: left;
    margin-left: 400px;
    margin-right: 280px
}

    #tickerContent p {
        float: left;
        color: #949494;
        margin: 0;
        font-size: 14px;
        line-height: 32px
    }

#navWrap ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

    #navWrap ul li {
        position: relative;
        float: left;
        font-size: 14px;
        line-height: 39px
    }

        #navWrap ul li.navit a {
            display: block;
            color: #949494;
            padding: 0px 20px
        }

        #navWrap ul li.navit2 a {
            display: block;
            color: #949494;
            padding: 0px 20px
        }

            #navWrap ul li.navit2 a:hover {
                background: #E5E5E5;
                color: #ed1c24
            }

        #navWrap ul li img.arrow {
            display: none;
            position: absolute;
            margin-left: 33%;
            z-index: 60
        }

#phoneNav {
    display: none
}

#navbar {
    width: 100%;
    height: 30px;
    background: #FFF
}

#navWrap {
    max-width: 2000px;
    min-width: 1070px;
    margin: 0 auto
}

#leftSpacer {
    float: left;
    width: 280px;
    height: 50px
}

#dropdown1 {
    display: none;
    position: absolute;
    width: 100%;
    background: #F3F3F4;
    z-index: 10
}

    #dropdown1 hr {
        margin: 10px 0px 0px 280px;
        padding: 0;
        border-top: none;
        width: 660px;
        border-bottom: 1px solid #949494
    }

#dropdown2 {
    display: none;
    position: absolute;
    width: 100%;
    height: 300px;
    background: #F3F3F4;
    z-index: 10
}

#dropdown3 {
    display: none;
    position: absolute;
    width: 100%;
    height: 300px;
    background: #F3F3F4;
    z-index: 10
}

#dropdown4 {
    display: none;
    position: absolute;
    width: 100%;
    height: 300px;
    background: #F3F3F4;
    z-index: 10
}

#dropdown5 {
    display: none;
    position: absolute;
    width: 100%;
    height: 300px;
    background: #F3F3F4;
    z-index: 10
}

#dropdown6 {
    display: none;
    position: absolute;
    width: 100%;
    height: 300px;
    background: #F3F3F4;
    z-index: 10
}

#dropdown7 {
    display: none;
    position: absolute;
    width: 100%;
    height: 300px;
    background: #F3F3F4;
    z-index: 10
}

#dropdown8 {
    display: none;
    position: absolute;
    width: 100%;
    height: 300px;
    background: #F3F3F4;
    z-index: 10
}

.space1 {
    float: left;
    width: 280px;
    height: 60px
}

#drop1Wrap {
    margin: 30px 0px 0px;
    overflow: hidden
}

    #drop1Wrap a img {
        float: left;
        margin: 0px 40px 0px 0px
    }

.col1 {
    margin-left: 20px;
    float: left;
    width: 120px
}

    .col1 a p {
        font-size: 14px;
        color: #AFAFAF;
        line-height: 10px
    }

#sliderWrap {
    margin: 0 auto;
    max-width: 2000px
}

#adBoxes {
    max-width: 2000px;
    margin: 0 auto;
    overflow: hidden
}

#box1 {
    float: left;
    width: 44%;
    margin: 2% 4% 0px 4%;
    text-align: center
}

    #box1 a p {
        margin: 0;
        color: #AFAFAF
    }

#box2 {
    float: left;
    width: 44%;
    margin: 2% 0px 0px 0px;
    text-align: center
}

    #box2 a p {
        margin: 0;
        color: #AFAFAF
    }

.alertBox {
    width: 240px;
    margin: 0 auto;
    text-align: center
}

    .alertBox a p {
        margin: 0;
        color: #AFAFAF
    }

.alertBoxT {
    background: #ED1C24
}

    .alertBoxT p {
        color: #FFF;
        font-style: italic;
        font-size: 16px;
        padding: 20px
    }

.giveaway {
    width: 100%;
    background: #000;
    margin-top: 20px
}

.away {
    width: 80%;
    margin: 0 auto
}

.giveaway2 {
    display: none
}

.away2 {
    display: none
}

#spacer {
    width: 100%;
    height: 20px
}

#mailList {
    width: 100%;
    height: 50px;
    background: #A8A8A8
}

#phoneDrop {
    display: none;
    position: absolute;
    z-index: 50;
    width: 90%;
    left: 5%;
    background: #e5e5e5;
    top: 106px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

    #phoneDrop p {
        display: block;
        margin: 0;
        padding: 10px 0px 10px 10px
    }

#loginBox {
    display: none
}

#phoneTopWrap {
    display: none
}

#searchDrop {
    display: none
}

#phone-jersey {
    display: none
}

#footer {
    background-color: #DCDCDC
}

.nav-links-wrapper {
    width: 100%;
    padding-top: 20px
}

.footerTopBar {
    width: 100%;
    height: 20px;
    background: #ABABAB
}

.show {
    display: block
}

.nav-cart-has-image {
    overflow: hidden;
    padding: 15px 8px !important;
    min-width: 360px
}

@media only screen and (min-width: 40.063em) {
    .nav-cart-has-image {
        background: #7a7177 !important
    }
}

.nav-cart-image {
    float: left
}

.nav-cart-description {
    float: left;
    margin-left: 1rem;
    line-height: 1.2rem
}

.nc-title {
    display: block
}

.phonelink {
    cursor: default !important
}

    .phonelink:hover {
        text-decoration: none !important;
        pointer-events: none;
        cursor: default;
        color: red
    }

.itemkit-container {
    padding: 10px 0;
    border-bottom: solid
}

#groupSel {
    font-size: 12px
}

@media only screen and (max-width: 40rem) {
    .itemTitle {
        text-align: center
    }
}

.itemDesc {
    color: red;
    display: inline-block;
    font-weight: bold;
    margin-right: 15px
}

.itemAttribTitle {
    clear: both
}

.itemAttribWrapper {
    margin: 10px 0 0
}

.itemkit-required {
    position: absolute;
    color: red;
    top: 0;
    right: 0
}

.itemAttribIndex {
    font-weight: bold;
    text-transform: capitalize;
    color: #000;
    text-transform: uppercase
}

.itemAttribDesc {
    float: left;
    vertical-align: middle;
    line-height: 21px
}

.itemdescindex {
    color: #000;
    margin-left: 25px;
    font-weight: bold;
    vertical-align: middle
}

    .itemdescindex b {
        color: #F86F39
    }

    .itemdescindex > b:hover {
        text-decoration: underline
    }

.itemdesc {
    font-weight: normal
}

a.KitItemLink:hover {
    font: 8pt verdana,arial;
    color: #1D86D8;
    text-decoration: underline;
    line-height: 21px;
    width: 280px;
    font-weight: bold
}

a.KitItemLink {
    font: 8pt verdana,arial;
    line-height: 21px;
    width: 280px;
    color: #1D86D8;
    font-weight: bold;
    cursor: pointer
}

    a.KitItemLink:active {
        font: 8pt verdana,arial;
        line-height: 21px;
        width: 280px;
        color: #000000;
        font-weight: bold;
        cursor: pointer
    }

.itemdescindex_Glass {
    background: url(/images/template/red_arrows.png) no-repeat scroll 1px 2px transparent;
    height: 14px;
    padding: 6px 0 0 5px !important;
    width: 12px;
    display: inline-block;
    margin: 0 7px 0 0;
    cursor: pointer
}

.itemdescindex_Expanded {
    background: url(/images/template/red_arrows.png) no-repeat scroll -9px 2px transparent;
    height: 14px;
    margin: 0 7px 0 0;
    display: inline-block;
    width: 12px;
    cursor: pointer
}

.kit-addtocart {
    margin-top: 2px;
    text-align: center
}

.Itemkit_Box {
    clear: left;
    margin-left: 60px
}

.Kit_Img {
    float: left;
    margin: 12px
}

.Kit_Details {
    clear: left;
    border-top: solid 1px #ccc
}

.collapse_kit_items, .expand_kit_items {
    color: #1D86D8;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold
}

.small-price {
    margin-left: 12px
}

.ship-time {
    color: #0199cb;
    font-size: 12px;
    font-weight: bold;
    padding-top: 15px
}

@media only screen and (max-width: 40.063em) {

    #main-menu .megamenu{
        padding:0 !important;
    }
    .megamenu [class*="block-grid-"] > li{
        float:none;
        width:100%;
    }

    .megamenu .nav-column-head .nav-column-list{
        display:none;
    }
    #main-menu .nav-list-wrap .nav-column-head .nav-column-list li a {
        margin:0!important;
        padding:8px 50px;
        background: #444444;
        color:white;
        border-bottom: #2f2f2f;
        transition: all .2s linear;
    }
    #main-menu .nav-list-wrap .nav-column-head .nav-column-list li a:hover {
        border-bottom: #c10230;
        background: #626262;

    }

    #main-menu .megamenu .nav-column-head > .nav-list-head, #main-menu .megamenu .nav-column-head > a{
        padding-top: 4px;
        padding-right: 0.9375rem;
        padding-left: 30px;
        padding-bottom: 4px;
        background: #2f2f2f;
        margin-bottom: 0!important;
        border-bottom: 2px solid #2f2f2f;
        transition: all .2s linear;
        display: block;
        color: white;
        font-size: 1rem;
    }

    #main-menu .nav-list-wrap .nav-column-head > span.nav-list-head {
        font-size: 1rem;
        font-weight: inherit;
         display:block;
        margin-bottom: 0;
    }
    .nav-list-wrap .nav-column-head a .nav-list-head {
        font-size: 1rem;
        display:inline;
        margin-bottom: 0!important;
        color: white;
    }


    #main-menu .megamenu  .header-menu-arrow{
        float:right;
        display: inline-block;
        font: normal normal normal 0.9rem/1.5 FontAwesome;
    }

    #main-menu .megamenu .header-menu-arrow::before {
        content:"\f054";
    }

    #main-menu .megamenu .menu-visible .header-menu-arrow:before {
        content:"\f078";
    }

    #main-menu .megamenu .nav-column-head > span.nav-list-head:hover, #main-menu .megamenu .nav-column-head > a:hover {
        border-bottom: 2px solid #c10230;
        background-color: #fff;
        color: #000;

    }

    .nav-list-wrap .nav-column-head > a:hover .nav-list-head {
        color: #000;
    }


}