

/* FILE: foundation.css */
@charset 'UTF-8';

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, footer, header, nav, section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

figcaption, figure {
    display: block;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

main {
    display: block;
}

pre {
    font-family: monospace,monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: inherit;
    font-weight: bolder;
}

code, kbd, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

audio, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

input {
    overflow: visible;
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    box-sizing: border-box;
    display: table;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

details {
    display: block;
}

summary {
    display: list-item;
}

menu {
    display: block;
}

canvas {
    display: inline-block;
}

[hidden], template {
    display: none;
}

.foundation-mq {
    font-family: 'small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em';
}

html {
    box-sizing: border-box;
    font-size: 100%;
}

*, :after, :before {
    box-sizing: inherit;
}

body {
    margin: 0;
    padding: 0;
    background: #fefefe;
    font-family: Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}

textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0;
}

select {
    width: 100%;
    border-radius: 0;
}

.map_canvas embed, .map_canvas img, .map_canvas object, .mqa-display embed, .mqa-display img, .mqa-display object {
    max-width: none !important;
}

button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    line-height: 1;
}

[data-whatinput=mouse] button {
    outline: 0;
}

.is-visible {
    display: block !important;
}

.is-hidden {
    display: none !important;
}

.row {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
}

.row:after, .row:before {
    display: table;
    content: ' ';
}

.row:after {
    clear: both;
}

.row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0;
}

.row .row {
    margin-right: -.625rem;
    margin-left: -.625rem;
}

@media print, screen and (min-width: 40em) {
    .row .row {
        margin-right: -.9375rem;
        margin-left: -.9375rem;
    }
}

@media print, screen and (min-width: 64em) {
    .row .row {
        margin-right: -.9375rem;
        margin-left: -.9375rem;
    }
}

.row .row.collapse {
    margin-right: 0;
    margin-left: 0;
}

.row.expanded {
    max-width: none;
}

.row.expanded .row {
    margin-right: auto;
    margin-left: auto;
}

.row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: .625rem;
    padding-left: .625rem;
}

.row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: .9375rem;
    padding-left: .9375rem;
}

.column, .columns {
    width: 100%;
    float: left;
    padding-right: .625rem;
    padding-left: .625rem;
}

@media print, screen and (min-width: 40em) {
    .column, .columns {
        padding-right: .9375rem;
        padding-left: .9375rem;
    }
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right;
}

.column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left;
}

.column.row.row, .row.row.columns {
    float: none;
}

.row .column.row.row, .row .row.row.columns {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}

.small-1 {
    width: 8.33333%;
}

.small-push-1 {
    position: relative;
    left: 8.33333%;
}

.small-pull-1 {
    position: relative;
    left: -8.33333%;
}

.small-offset-0 {
    margin-left: 0;
}

.small-2 {
    width: 16.66667%;
}

.small-push-2 {
    position: relative;
    left: 16.66667%;
}

.small-pull-2 {
    position: relative;
    left: -16.66667%;
}

.small-offset-1 {
    margin-left: 8.33333%;
}

.small-3 {
    width: 25%;
}

.small-push-3 {
    position: relative;
    left: 25%;
}

.small-pull-3 {
    position: relative;
    left: -25%;
}

.small-offset-2 {
    margin-left: 16.66667%;
}

.small-4 {
    width: 33.33333%;
}

.small-push-4 {
    position: relative;
    left: 33.33333%;
}

.small-pull-4 {
    position: relative;
    left: -33.33333%;
}

.small-offset-3 {
    margin-left: 25%;
}

.small-5 {
    width: 41.66667%;
}

.small-push-5 {
    position: relative;
    left: 41.66667%;
}

.small-pull-5 {
    position: relative;
    left: -41.66667%;
}

.small-offset-4 {
    margin-left: 33.33333%;
}

.small-6 {
    width: 50%;
}

.small-push-6 {
    position: relative;
    left: 50%;
}

.small-pull-6 {
    position: relative;
    left: -50%;
}

.small-offset-5 {
    margin-left: 41.66667%;
}

.small-7 {
    width: 58.33333%;
}

.small-push-7 {
    position: relative;
    left: 58.33333%;
}

.small-pull-7 {
    position: relative;
    left: -58.33333%;
}

.small-offset-6 {
    margin-left: 50%;
}

.small-8 {
    width: 66.66667%;
}

.small-push-8 {
    position: relative;
    left: 66.66667%;
}

.small-pull-8 {
    position: relative;
    left: -66.66667%;
}

.small-offset-7 {
    margin-left: 58.33333%;
}

.small-9 {
    width: 75%;
}

.small-push-9 {
    position: relative;
    left: 75%;
}

.small-pull-9 {
    position: relative;
    left: -75%;
}

.small-offset-8 {
    margin-left: 66.66667%;
}

.small-10 {
    width: 83.33333%;
}

.small-push-10 {
    position: relative;
    left: 83.33333%;
}

.small-pull-10 {
    position: relative;
    left: -83.33333%;
}

.small-offset-9 {
    margin-left: 75%;
}

.small-11 {
    width: 91.66667%;
}

.small-push-11 {
    position: relative;
    left: 91.66667%;
}

.small-pull-11 {
    position: relative;
    left: -91.66667%;
}

.small-offset-10 {
    margin-left: 83.33333%;
}

.small-12 {
    width: 100%;
}

.small-offset-11 {
    margin-left: 91.66667%;
}

.small-up-1 > .column, .small-up-1 > .columns {
    float: left;
    width: 100%;
}

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none;
}

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
}

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
    float: left;
    width: 50%;
}

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none;
}

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
}

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
    float: left;
    width: 33.33333%;
}

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none;
}

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
}

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
    float: left;
    width: 25%;
}

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none;
}

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
}

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
    float: left;
    width: 20%;
}

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none;
}

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
}

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
    float: left;
    width: 16.66667%;
}

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none;
}

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
}

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
    float: left;
    width: 14.28571%;
}

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none;
}

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
}

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
    float: left;
    width: 12.5%;
}

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none;
}

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
}

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left;
}

.small-collapse > .column, .small-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
}

.expanded.row .small-collapse.row, .small-collapse .row {
    margin-right: 0;
    margin-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
    padding-right: .625rem;
    padding-left: .625rem;
}

.small-centered {
    margin-right: auto;
    margin-left: auto;
}

.small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
}

.small-pull-0, .small-push-0, .small-uncentered {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
}

@media print, screen and (min-width: 40em) {
    .medium-1 {
        width: 8.33333%;
    }

    .medium-push-1 {
        position: relative;
        left: 8.33333%;
    }

    .medium-pull-1 {
        position: relative;
        left: -8.33333%;
    }

    .medium-offset-0 {
        margin-left: 0;
    }

    .medium-2 {
        width: 16.66667%;
    }

    .medium-push-2 {
        position: relative;
        left: 16.66667%;
    }

    .medium-pull-2 {
        position: relative;
        left: -16.66667%;
    }

    .medium-offset-1 {
        margin-left: 8.33333%;
    }

    .medium-3 {
        width: 25%;
    }

    .medium-push-3 {
        position: relative;
        left: 25%;
    }

    .medium-pull-3 {
        position: relative;
        left: -25%;
    }

    .medium-offset-2 {
        margin-left: 16.66667%;
    }

    .medium-4 {
        width: 33.33333%;
    }

    .medium-push-4 {
        position: relative;
        left: 33.33333%;
    }

    .medium-pull-4 {
        position: relative;
        left: -33.33333%;
    }

    .medium-offset-3 {
        margin-left: 25%;
    }

    .medium-5 {
        width: 41.66667%;
    }

    .medium-push-5 {
        position: relative;
        left: 41.66667%;
    }

    .medium-pull-5 {
        position: relative;
        left: -41.66667%;
    }

    .medium-offset-4 {
        margin-left: 33.33333%;
    }

    .medium-6 {
        width: 50%;
    }

    .medium-push-6 {
        position: relative;
        left: 50%;
    }

    .medium-pull-6 {
        position: relative;
        left: -50%;
    }

    .medium-offset-5 {
        margin-left: 41.66667%;
    }

    .medium-7 {
        width: 58.33333%;
    }

    .medium-push-7 {
        position: relative;
        left: 58.33333%;
    }

    .medium-pull-7 {
        position: relative;
        left: -58.33333%;
    }

    .medium-offset-6 {
        margin-left: 50%;
    }

    .medium-8 {
        width: 66.66667%;
    }

    .medium-push-8 {
        position: relative;
        left: 66.66667%;
    }

    .medium-pull-8 {
        position: relative;
        left: -66.66667%;
    }

    .medium-offset-7 {
        margin-left: 58.33333%;
    }

    .medium-9 {
        width: 75%;
    }

    .medium-push-9 {
        position: relative;
        left: 75%;
    }

    .medium-pull-9 {
        position: relative;
        left: -75%;
    }

    .medium-offset-8 {
        margin-left: 66.66667%;
    }

    .medium-10 {
        width: 83.33333%;
    }

    .medium-push-10 {
        position: relative;
        left: 83.33333%;
    }

    .medium-pull-10 {
        position: relative;
        left: -83.33333%;
    }

    .medium-offset-9 {
        margin-left: 75%;
    }

    .medium-11 {
        width: 91.66667%;
    }

    .medium-push-11 {
        position: relative;
        left: 91.66667%;
    }

    .medium-pull-11 {
        position: relative;
        left: -91.66667%;
    }

    .medium-offset-10 {
        margin-left: 83.33333%;
    }

    .medium-12 {
        width: 100%;
    }

    .medium-offset-11 {
        margin-left: 91.66667%;
    }

    .medium-up-1 > .column, .medium-up-1 > .columns {
        float: left;
        width: 100%;
    }

    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
        clear: both;
    }

    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
        float: left;
    }

    .medium-up-2 > .column, .medium-up-2 > .columns {
        float: left;
        width: 50%;
    }

    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
        clear: both;
    }

    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
        float: left;
    }

    .medium-up-3 > .column, .medium-up-3 > .columns {
        float: left;
        width: 33.33333%;
    }

    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
        clear: both;
    }

    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
        float: left;
    }

    .medium-up-4 > .column, .medium-up-4 > .columns {
        float: left;
        width: 25%;
    }

    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
        clear: both;
    }

    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
        float: left;
    }

    .medium-up-5 > .column, .medium-up-5 > .columns {
        float: left;
        width: 20%;
    }

    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
        clear: both;
    }

    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
        float: left;
    }

    .medium-up-6 > .column, .medium-up-6 > .columns {
        float: left;
        width: 16.66667%;
    }

    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
        clear: both;
    }

    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
        float: left;
    }

    .medium-up-7 > .column, .medium-up-7 > .columns {
        float: left;
        width: 14.28571%;
    }

    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
        clear: both;
    }

    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
        float: left;
    }

    .medium-up-8 > .column, .medium-up-8 > .columns {
        float: left;
        width: 12.5%;
    }

    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
        clear: both;
    }

    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
        float: left;
    }

    .medium-collapse > .column, .medium-collapse > .columns {
        padding-right: 0;
        padding-left: 0;
    }

    .expanded.row .medium-collapse.row, .medium-collapse .row {
        margin-right: 0;
        margin-left: 0;
    }

    .medium-uncollapse > .column, .medium-uncollapse > .columns {
        padding-right: .9375rem;
        padding-left: .9375rem;
    }

    .medium-centered {
        margin-right: auto;
        margin-left: auto;
    }

    .medium-centered, .medium-centered:last-child:not(:first-child) {
        float: none;
        clear: both;
    }

    .medium-pull-0, .medium-push-0, .medium-uncentered {
        position: static;
        float: left;
        margin-right: 0;
        margin-left: 0;
    }
}

@media print, screen and (min-width: 64em) {
    .large-1 {
        width: 8.33333%;
    }

    .large-push-1 {
        position: relative;
        left: 8.33333%;
    }

    .large-pull-1 {
        position: relative;
        left: -8.33333%;
    }

    .large-offset-0 {
        margin-left: 0;
    }

    .large-2 {
        width: 16.66667%;
    }

    .large-push-2 {
        position: relative;
        left: 16.66667%;
    }

    .large-pull-2 {
        position: relative;
        left: -16.66667%;
    }

    .large-offset-1 {
        margin-left: 8.33333%;
    }

    .large-3 {
        width: 25%;
    }

    .large-push-3 {
        position: relative;
        left: 25%;
    }

    .large-pull-3 {
        position: relative;
        left: -25%;
    }

    .large-offset-2 {
        margin-left: 16.66667%;
    }

    .large-4 {
        width: 33.33333%;
    }

    .large-push-4 {
        position: relative;
        left: 33.33333%;
    }

    .large-pull-4 {
        position: relative;
        left: -33.33333%;
    }

    .large-offset-3 {
        margin-left: 25%;
    }

    .large-5 {
        width: 41.66667%;
    }

    .large-push-5 {
        position: relative;
        left: 41.66667%;
    }

    .large-pull-5 {
        position: relative;
        left: -41.66667%;
    }

    .large-offset-4 {
        margin-left: 33.33333%;
    }

    .large-6 {
        width: 50%;
    }

    .large-push-6 {
        position: relative;
        left: 50%;
    }

    .large-pull-6 {
        position: relative;
        left: -50%;
    }

    .large-offset-5 {
        margin-left: 41.66667%;
    }

    .large-7 {
        width: 58.33333%;
    }

    .large-push-7 {
        position: relative;
        left: 58.33333%;
    }

    .large-pull-7 {
        position: relative;
        left: -58.33333%;
    }

    .large-offset-6 {
        margin-left: 50%;
    }

    .large-8 {
        width: 66.66667%;
    }

    .large-push-8 {
        position: relative;
        left: 66.66667%;
    }

    .large-pull-8 {
        position: relative;
        left: -66.66667%;
    }

    .large-offset-7 {
        margin-left: 58.33333%;
    }

    .large-9 {
        width: 75%;
    }

    .large-push-9 {
        position: relative;
        left: 75%;
    }

    .large-pull-9 {
        position: relative;
        left: -75%;
    }

    .large-offset-8 {
        margin-left: 66.66667%;
    }

    .large-10 {
        width: 83.33333%;
    }

    .large-push-10 {
        position: relative;
        left: 83.33333%;
    }

    .large-pull-10 {
        position: relative;
        left: -83.33333%;
    }

    .large-offset-9 {
        margin-left: 75%;
    }

    .large-11 {
        width: 91.66667%;
    }

    .large-push-11 {
        position: relative;
        left: 91.66667%;
    }

    .large-pull-11 {
        position: relative;
        left: -91.66667%;
    }

    .large-offset-10 {
        margin-left: 83.33333%;
    }

    .large-12 {
        width: 100%;
    }

    .large-offset-11 {
        margin-left: 91.66667%;
    }

    .large-up-1 > .column, .large-up-1 > .columns {
        float: left;
        width: 100%;
    }

    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
        clear: both;
    }

    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
        float: left;
    }

    .large-up-2 > .column, .large-up-2 > .columns {
        float: left;
        width: 50%;
    }

    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
        clear: both;
    }

    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
        float: left;
    }

    .large-up-3 > .column, .large-up-3 > .columns {
        float: left;
        width: 33.33333%;
    }

    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
        clear: both;
    }

    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
        float: left;
    }

    .large-up-4 > .column, .large-up-4 > .columns {
        float: left;
        width: 25%;
    }

    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
        clear: both;
    }

    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
        float: left;
    }

    .large-up-5 > .column, .large-up-5 > .columns {
        float: left;
        width: 20%;
    }

    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
        clear: both;
    }

    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
        float: left;
    }

    .large-up-6 > .column, .large-up-6 > .columns {
        float: left;
        width: 16.66667%;
    }

    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
        clear: both;
    }

    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
        float: left;
    }

    .large-up-7 > .column, .large-up-7 > .columns {
        float: left;
        width: 14.28571%;
    }

    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
        clear: both;
    }

    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
        float: left;
    }

    .large-up-8 > .column, .large-up-8 > .columns {
        float: left;
        width: 12.5%;
    }

    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
        clear: both;
    }

    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
        float: left;
    }

    .large-collapse > .column, .large-collapse > .columns {
        padding-right: 0;
        padding-left: 0;
    }

    .expanded.row .large-collapse.row, .large-collapse .row {
        margin-right: 0;
        margin-left: 0;
    }

    .large-uncollapse > .column, .large-uncollapse > .columns {
        padding-right: .9375rem;
        padding-left: .9375rem;
    }

    .large-centered {
        margin-right: auto;
        margin-left: auto;
    }

    .large-centered, .large-centered:last-child:not(:first-child) {
        float: none;
        clear: both;
    }

    .large-pull-0, .large-push-0, .large-uncentered {
        position: static;
        float: left;
        margin-right: 0;
        margin-left: 0;
    }
}

.column-block {
    margin-bottom: 1.25rem;
}

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

@media print, screen and (min-width: 40em) {
    .column-block {
        margin-bottom: 1.875rem;
    }

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

blockquote, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, li, ol, p, pre, td, th, ul {
    margin: 0;
    padding: 0;
}

p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}

em, i {
    font-style: italic;
}

b, em, i, strong {
    line-height: inherit;
}

b, strong {
    font-weight: 700;
}

small {
    font-size: 80%;
    line-height: inherit;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    color: inherit;
    text-rendering: optimizeLegibility;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    line-height: 0;
    color: #cacaca;
}

h1 {
    font-size: 1.5rem;
}

h1, h2 {
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem;
}

h2 {
    font-size: 1.25rem;
}

h3 {
    font-size: 1.1875rem;
}

h3, h4 {
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem;
}

h4 {
    font-size: 1.125rem;
}

h5 {
    font-size: 1.0625rem;
}

h5, h6 {
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem;
}

h6 {
    font-size: 1rem;
}

@media print, screen and (min-width: 40em) {
    h1 {
        font-size: 3rem;
    }

    h2 {
        font-size: 2.5rem;
    }

    h3 {
        font-size: 1.9375rem;
    }

    h4 {
        font-size: 1.5625rem;
    }

    h5 {
        font-size: 1.25rem;
    }

    h6 {
        font-size: 1rem;
    }
}

a {
    line-height: inherit;
    color: #1779ba;
    text-decoration: none;
    cursor: pointer;
}

a:focus, a:hover {
    color: #1468a0;
}

a img {
    border: 0;
}

hr {
    clear: both;
    max-width: 75rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0;
}

dl, ol, ul {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.6;
}

li {
    font-size: inherit;
}

ul {
    list-style-type: disc;
}

ol, ul {
    margin-left: 1.25rem;
}

ol ol, ol ul, ul ol, ul ul {
    margin-left: 1.25rem;
    margin-bottom: 0;
}

dl {
    margin-bottom: 1rem;
}

dl dt {
    margin-bottom: .3rem;
    font-weight: 700;
}

blockquote {
    margin: 0 0 1rem;
    padding: .5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca;
}

blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a;
}

cite {
    display: block;
    font-size: .8125rem;
    color: #8a8a8a;
}

cite:before {
    content: '— ';
}

abbr {
    border-bottom: 1px dotted #0a0a0a;
    color: #0a0a0a;
    cursor: help;
}

figure {
    margin: 0;
}

code {
    padding: .125rem .3125rem .0625rem;
    border: 1px solid #cacaca;
    font-weight: 400;
}

code, kbd {
    background-color: #e6e6e6;
    font-family: Consolas,Liberation Mono,Courier,monospace;
    color: #0a0a0a;
}

kbd {
    margin: 0;
    padding: .125rem .25rem 0;
}

.subheader {
    margin-top: .2rem;
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.4;
    color: #8a8a8a;
}

.lead {
    font-size: 125%;
    line-height: 1.6;
}

.stat {
    font-size: 2.5rem;
    line-height: 1;
}

p + .stat {
    margin-top: -1rem;
}

.no-bullet {
    margin-left: 0;
    list-style: none;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

@media print, screen and (min-width: 40em) {
    .medium-text-left {
        text-align: left;
    }

    .medium-text-right {
        text-align: right;
    }

    .medium-text-center {
        text-align: center;
    }

    .medium-text-justify {
        text-align: justify;
    }
}

@media print, screen and (min-width: 64em) {
    .large-text-left {
        text-align: left;
    }

    .large-text-right {
        text-align: right;
    }

    .large-text-center {
        text-align: center;
    }

    .large-text-justify {
        text-align: justify;
    }
}

.show-for-print {
    display: none !important;
}

@media print {
    * {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important;
    }

    .show-for-print {
        display: block !important;
    }

    .hide-for-print {
        display: none !important;
    }

    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, th.show-for-print {
        display: table-cell !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: ' (' attr(href) ')';
    }

    .ir a:after, a[href^='#']:after, a[href^='javascript:']:after {
        content: '';
    }

    abbr[title]:after {
        content: ' (' attr(title) ')';
    }

    blockquote, pre {
        border: 1px solid #8a8a8a;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    img, tr {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: .5cm;
    }

    h2, h3, p {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, 0.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    color: #0a0a0a;
    -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
    transition: box-shadow .5s,border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

[type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
    transition: box-shadow .5s,border-color .25s ease-in-out;
}

textarea {
    max-width: 100%;
}

textarea[rows] {
    height: auto;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #cacaca;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #cacaca;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #cacaca;
}

input::placeholder, textarea::placeholder {
    color: #cacaca;
}

input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
    background-color: #e6e6e6;
    cursor: not-allowed;
}

[type=button], [type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

input[type=search] {
    box-sizing: border-box;
}

[type=checkbox], [type=file], [type=radio] {
    margin: 0 0 1rem;
}

[type=checkbox] + label, [type=radio] + label {
    display: inline-block;
    vertical-align: baseline;
    margin-left: .5rem;
    margin-right: 1rem;
    margin-bottom: 0;
}

[type=checkbox] + label[for], [type=radio] + label[for] {
    cursor: pointer;
}

label > [type=checkbox], label > [type=radio] {
    margin-right: .5rem;
}

[type=file] {
    width: 100%;
}

label {
    display: block;
    margin: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.8;
    color: #0a0a0a;
}

label.middle {
    margin: 0 0 1rem;
    padding: .5625rem 0;
}

.help-text {
    margin-top: -.5rem;
    font-size: .8125rem;
    font-style: italic;
    color: #0a0a0a;
}

.input-group {
    display: table;
    width: 100%;
    margin-bottom: 1rem;
}

.input-group > :first-child, .input-group > :last-child > * {
    border-radius: 0 0 0 0;
}

.input-group-button, .input-group-button a, .input-group-button button, .input-group-button input, .input-group-button label, .input-group-field, .input-group-label {
    margin: 0;
    white-space: nowrap;
    display: table-cell;
    vertical-align: middle;
}

.input-group-label {
    padding: 0 1rem;
    border: 1px solid #cacaca;
    background: #e6e6e6;
    color: #0a0a0a;
    text-align: center;
    white-space: nowrap;
    width: 1%;
    height: 100%;
}

.input-group-label:first-child {
    border-right: 0;
}

.input-group-label:last-child {
    border-left: 0;
}

.input-group-field {
    border-radius: 0;
    height: 2.5rem;
}

.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    width: 1%;
    height: 100%;
}

.input-group-button a, .input-group-button button, .input-group-button input, .input-group-button label {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem;
}

.input-group .input-group-button {
    display: table-cell;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

legend {
    max-width: 100%;
    margin-bottom: .5rem;
}

.fieldset {
    margin: 1.125rem 0;
    padding: 1.25rem;
    border: 1px solid #cacaca;
}

.fieldset legend {
    margin: 0;
    margin-left: -.1875rem;
    padding: 0 .1875rem;
    background: #fefefe;
}

select {
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    font-family: inherit;
    font-size: 1rem;
    line-height: normal;
    color: #0a0a0a;
    background-image: url(data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>);
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
    transition: box-shadow .5s,border-color .25s ease-in-out;
}

@media screen and (min-width: 0\0) {
    select {
        background-image: url('https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/default/css/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==');
    }
}

select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
    transition: box-shadow .5s,border-color .25s ease-in-out;
}

select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed;
}

select::-ms-expand {
    display: none;
}

select[multiple] {
    height: auto;
    background-image: none;
}

.is-invalid-input:not(:focus) {
    border-color: #cc4b37;
    background-color: #f9ecea;
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37;
}

.is-invalid-input:not(:focus)::-moz-placeholder {
    color: #cc4b37;
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37;
}

.form-error, .is-invalid-input:not(:focus)::placeholder, .is-invalid-label {
    color: #cc4b37;
}

.form-error {
    display: none;
    margin-top: -.5rem;
    margin-bottom: 1rem;
    font-size: .75rem;
    font-weight: 700;
}

.form-error.is-visible {
    display: block;
}

.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem;
    padding: .85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: background-color .25s ease-out,color .25s ease-out;
    transition: background-color .25s ease-out,color .25s ease-out;
    font-size: .9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #1779ba;
    color: #fefefe;
}

[data-whatinput=mouse] .button {
    outline: 0;
}

.button:focus, .button:hover {
    background-color: #14679e;
    color: #fefefe;
}

.button.tiny {
    font-size: .6rem;
}

.button.small {
    font-size: .75rem;
}

.button.large {
    font-size: 1.25rem;
}

.button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.button.primary {
    background-color: #1779ba;
    color: #fefefe;
}

.button.primary:focus, .button.primary:hover {
    background-color: #126195;
    color: #fefefe;
}

.button.secondary {
    background-color: #767676;
    color: #fefefe;
}

.button.secondary:focus, .button.secondary:hover {
    background-color: #5e5e5e;
    color: #fefefe;
}

.button.success {
    background-color: #3adb76;
    color: #0a0a0a;
}

.button.success:focus, .button.success:hover {
    background-color: #22bb5b;
    color: #0a0a0a;
}

.button.warning {
    background-color: #ffae00;
    color: #0a0a0a;
}

.button.warning:focus, .button.warning:hover {
    background-color: #cc8b00;
    color: #0a0a0a;
}

.button.alert {
    background-color: #cc4b37;
    color: #fefefe;
}

.button.alert:focus, .button.alert:hover {
    background-color: #a53b2a;
    color: #fefefe;
}

.button.hollow {
    border: 1px solid #1779ba;
    color: #1779ba;
}

.button.hollow, .button.hollow:focus, .button.hollow:hover {
    background-color: transparent;
}

.button.hollow:focus, .button.hollow:hover {
    border-color: #0c3d5d;
    color: #0c3d5d;
}

.button.hollow.primary {
    border: 1px solid #1779ba;
    color: #1779ba;
}

.button.hollow.primary:focus, .button.hollow.primary:hover {
    border-color: #0c3d5d;
    color: #0c3d5d;
}

.button.hollow.secondary {
    border: 1px solid #767676;
    color: #767676;
}

.button.hollow.secondary:focus, .button.hollow.secondary:hover {
    border-color: #3b3b3b;
    color: #3b3b3b;
}

.button.hollow.success {
    border: 1px solid #3adb76;
    color: #3adb76;
}

.button.hollow.success:focus, .button.hollow.success:hover {
    border-color: #157539;
    color: #157539;
}

.button.hollow.warning {
    border: 1px solid #ffae00;
    color: #ffae00;
}

.button.hollow.warning:focus, .button.hollow.warning:hover {
    border-color: #805700;
    color: #805700;
}

.button.hollow.alert {
    border: 1px solid #cc4b37;
    color: #cc4b37;
}

.button.hollow.alert:focus, .button.hollow.alert:hover {
    border-color: #67251a;
    color: #67251a;
}

.button.disabled, .button[disabled] {
    opacity: .25;
    cursor: not-allowed;
}

.button.disabled:focus, .button.disabled:hover, .button[disabled]:focus, .button[disabled]:hover {
    background-color: #1779ba;
    color: #fefefe;
}

.button.disabled.primary, .button[disabled].primary {
    opacity: .25;
    cursor: not-allowed;
}

.button.disabled.primary:focus, .button.disabled.primary:hover, .button[disabled].primary:focus, .button[disabled].primary:hover {
    background-color: #1779ba;
    color: #fefefe;
}

.button.disabled.secondary, .button[disabled].secondary {
    opacity: .25;
    cursor: not-allowed;
}

.button.disabled.secondary:focus, .button.disabled.secondary:hover, .button[disabled].secondary:focus, .button[disabled].secondary:hover {
    background-color: #767676;
    color: #fefefe;
}

.button.disabled.success, .button[disabled].success {
    opacity: .25;
    cursor: not-allowed;
}

.button.disabled.success:focus, .button.disabled.success:hover, .button[disabled].success:focus, .button[disabled].success:hover {
    background-color: #3adb76;
    color: #fefefe;
}

.button.disabled.warning, .button[disabled].warning {
    opacity: .25;
    cursor: not-allowed;
}

.button.disabled.warning:focus, .button.disabled.warning:hover, .button[disabled].warning:focus, .button[disabled].warning:hover {
    background-color: #ffae00;
    color: #fefefe;
}

.button.disabled.alert, .button[disabled].alert {
    opacity: .25;
    cursor: not-allowed;
}

.button.disabled.alert:focus, .button.disabled.alert:hover, .button[disabled].alert:focus, .button[disabled].alert:hover {
    background-color: #cc4b37;
    color: #fefefe;
}

.button.dropdown:after {
    display: block;
    width: 0;
    height: 0;
    border: .4em inset;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: .4em;
    display: inline-block;
    float: right;
    margin-left: 1em;
}

.button.arrow-only:after {
    top: -.1em;
    float: none;
    margin-left: 0;
}

.accordion {
    margin-left: 0;
    background: #fefefe;
    list-style-type: none;
}

.accordion-item:first-child > :first-child, .accordion-item:last-child > :last-child {
    border-radius: 0 0 0 0;
}

.accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    font-size: .75rem;
    line-height: 1;
    color: #1779ba;
}

:last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0;
}

.accordion-title:focus, .accordion-title:hover {
    background-color: #e6e6e6;
}

.accordion-title:before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -.5rem;
    content: '+';
}

.is-active > .accordion-title:before {
    content: '–';
}

.accordion-content {
    display: none;
    padding: 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    background-color: #fefefe;
    color: #0a0a0a;
}

:last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6;
}

.is-accordion-submenu-parent > a {
    position: relative;
}

.is-accordion-submenu-parent > a:after {
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem;
}

.is-accordion-submenu-parent[aria-expanded=true] > a:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.badge {
    display: inline-block;
    min-width: 2.1em;
    padding: .3em;
    border-radius: 50%;
    font-size: .6rem;
    text-align: center;
}

.badge, .badge.primary {
    background: #1779ba;
    color: #fefefe;
}

.badge.secondary {
    background: #767676;
    color: #fefefe;
}

.badge.success {
    background: #3adb76;
    color: #0a0a0a;
}

.badge.warning {
    background: #ffae00;
    color: #0a0a0a;
}

.badge.alert {
    background: #cc4b37;
    color: #fefefe;
}

.breadcrumbs {
    margin: 0 0 1rem;
    list-style: none;
}

.breadcrumbs:after, .breadcrumbs:before {
    display: table;
    content: ' ';
}

.breadcrumbs:after {
    clear: both;
}

.breadcrumbs li {
    float: left;
    font-size: .6875rem;
    color: #0a0a0a;
    cursor: default;
    text-transform: uppercase;
}

.breadcrumbs li:not(:last-child):after {
    position: relative;
    top: 1px;
    margin: 0 .75rem;
    opacity: 1;
    content: '/';
    color: #cacaca;
}

.breadcrumbs a {
    color: #1779ba;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed;
}

.button-group {
    margin-bottom: 1rem;
    font-size: 0;
}

.button-group:after, .button-group:before {
    display: table;
    content: ' ';
}

.button-group:after {
    clear: both;
}

.button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: .9rem;
}

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

.button-group.tiny .button {
    font-size: .6rem;
}

.button-group.small .button {
    font-size: .75rem;
}

.button-group.large .button {
    font-size: 1.25rem;
}

.button-group.expanded {
    margin-right: -1px;
}

.button-group.expanded:after, .button-group.expanded:before {
    display: none;
}

.button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
    display: inline-block;
    width: calc(50% - 1px);
    margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.expanded .button:first-child:nth-last-child(2):last-child {
    margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
    display: inline-block;
    width: calc(33.33333% - 1px);
    margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.expanded .button:first-child:nth-last-child(3):last-child {
    margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
    display: inline-block;
    width: calc(25% - 1px);
    margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.expanded .button:first-child:nth-last-child(4):last-child {
    margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
    display: inline-block;
    width: calc(20% - 1px);
    margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.expanded .button:first-child:nth-last-child(5):last-child {
    margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
    display: inline-block;
    width: calc(16.66667% - 1px);
    margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.expanded .button:first-child:nth-last-child(6):last-child {
    margin-right: -6px;
}

.button-group.primary .button {
    background-color: #1779ba;
    color: #fefefe;
}

.button-group.primary .button:focus, .button-group.primary .button:hover {
    background-color: #126195;
    color: #fefefe;
}

.button-group.secondary .button {
    background-color: #767676;
    color: #fefefe;
}

.button-group.secondary .button:focus, .button-group.secondary .button:hover {
    background-color: #5e5e5e;
    color: #fefefe;
}

.button-group.success .button {
    background-color: #3adb76;
    color: #0a0a0a;
}

.button-group.success .button:focus, .button-group.success .button:hover {
    background-color: #22bb5b;
    color: #0a0a0a;
}

.button-group.warning .button {
    background-color: #ffae00;
    color: #0a0a0a;
}

.button-group.warning .button:focus, .button-group.warning .button:hover {
    background-color: #cc8b00;
    color: #0a0a0a;
}

.button-group.alert .button {
    background-color: #cc4b37;
    color: #fefefe;
}

.button-group.alert .button:focus, .button-group.alert .button:hover {
    background-color: #a53b2a;
    color: #fefefe;
}

.button-group.stacked-for-medium .button, .button-group.stacked-for-small .button, .button-group.stacked .button {
    width: 100%;
}

.button-group.stacked-for-medium .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked .button:last-child {
    margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
        width: auto;
        margin-bottom: 0;
    }
}

@media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
        width: auto;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
        display: block;
    }

    .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0;
    }
}

.callout {
    position: relative;
    margin: 0 0 1rem;
    padding: 1rem;
    border: 1px solid hsla(0, 0%, 4%, 0.25);
    border-radius: 0;
    background-color: #fff;
    color: #0a0a0a;
}

.callout > :first-child {
    margin-top: 0;
}

.callout > :last-child {
    margin-bottom: 0;
}

.callout.primary {
    background-color: #d7ecfa;
    color: #0a0a0a;
}

.callout.secondary {
    background-color: #eaeaea;
    color: #0a0a0a;
}

.callout.success {
    background-color: #e1faea;
    color: #0a0a0a;
}

.callout.warning {
    background-color: #fff3d9;
    color: #0a0a0a;
}

.callout.alert {
    background-color: #f7e4e1;
    color: #0a0a0a;
}

.callout.small {
    padding: .5rem;
}

.callout.large {
    padding: 3rem;
}

.card {
    margin-bottom: 1rem;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    background: #fefefe;
    box-shadow: none;
    overflow: hidden;
    color: #0a0a0a;
}

.card > :last-child {
    margin-bottom: 0;
}

.card-divider {
    padding: 1rem;
    background: #e6e6e6;
}

.card-divider > :last-child {
    margin-bottom: 0;
}

.card-section {
    padding: 1rem;
}

.card-section > :last-child {
    margin-bottom: 0;
}

.close-button {
    position: absolute;
    color: #8a8a8a;
    cursor: pointer;
}

[data-whatinput=mouse] .close-button {
    outline: 0;
}

.close-button:focus, .close-button:hover {
    color: #0a0a0a;
}

.close-button.small {
    right: .66rem;
    top: .33em;
    font-size: 1.5em;
    line-height: 1;
}

.close-button, .close-button.medium {
    right: 1rem;
    top: .5rem;
    font-size: 2em;
    line-height: 1;
}

.menu {
    margin: 0;
    list-style-type: none;
}

.menu > li {
    display: table-cell;
    vertical-align: middle;
}

[data-whatinput=mouse] .menu > li {
    outline: 0;
}

.menu > li > a {
    display: block;
    padding: .7rem 1rem;
    line-height: 1;
}

.menu a, .menu button, .menu input, .menu select {
    margin-bottom: 0;
}

.menu > li > a i, .menu > li > a i + span, .menu > li > a img, .menu > li > a img + span, .menu > li > a svg, .menu > li > a svg + span {
    vertical-align: middle;
}

.menu > li > a i, .menu > li > a img, .menu > li > a svg {
    margin-right: .25rem;
    display: inline-block;
}

.menu.horizontal > li, .menu > li {
    display: table-cell;
}

.menu.expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.menu.expanded > li:first-child:last-child {
    width: 100%;
}

.menu.vertical > li {
    display: block;
}

@media print, screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
        display: table-cell;
    }

    .menu.medium-expanded {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    .menu.medium-expanded > li:first-child:last-child {
        width: 100%;
    }

    .menu.medium-vertical > li {
        display: block;
    }
}

@media print, screen and (min-width: 64em) {
    .menu.large-horizontal > li {
        display: table-cell;
    }

    .menu.large-expanded {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    .menu.large-expanded > li:first-child:last-child {
        width: 100%;
    }

    .menu.large-vertical > li {
        display: block;
    }
}

.menu.simple li {
    display: inline-block;
    margin-right: 1rem;
    line-height: 1;
}

.menu.simple a {
    padding: 0;
}

.menu.align-right:after, .menu.align-right:before {
    display: table;
    content: ' ';
}

.menu.align-right:after {
    clear: both;
}

.menu.align-right > li {
    float: right;
}

.menu.icon-top > li > a {
    text-align: center;
}

.menu.icon-top > li > a i, .menu.icon-top > li > a img, .menu.icon-top > li > a svg {
    display: block;
    margin: 0 auto .25rem;
}

.menu.icon-top.vertical a > span {
    margin: auto;
}

.menu.nested {
    margin-left: 1rem;
}

.menu .active > a {
    background: #1779ba;
    color: #fefefe;
}

.menu.menu-bordered li {
    border: 1px solid #e6e6e6;
}

.menu.menu-bordered li:not(:first-child) {
    border-top: 0;
}

.menu.menu-hover li:hover {
    background-color: #e6e6e6;
}

.menu-text {
    padding-top: 0;
    padding-bottom: 0;
    padding: .7rem 1rem;
    font-weight: 700;
    line-height: 1;
    color: inherit;
}

.menu-centered {
    text-align: center;
}

.menu-centered > .menu {
    display: inline-block;
}

.no-js [data-responsive-menu] ul {
    display: none;
}

.menu-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer;
}

.menu-icon:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    box-shadow: 0 7px 0 #fefefe,0 14px 0 #fefefe;
    content: '';
}

.menu-icon:hover:after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca,0 14px 0 #cacaca;
}

.menu-icon.dark {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer;
}

.menu-icon.dark:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    box-shadow: 0 7px 0 #0a0a0a,0 14px 0 #0a0a0a;
    content: '';
}

.menu-icon.dark:hover:after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a,0 14px 0 #8a8a8a;
}

.is-drilldown {
    position: relative;
    overflow: hidden;
}

.is-drilldown li {
    display: block;
}

.is-drilldown.animate-height {
    -webkit-transition: height .5s;
    transition: height .5s;
}

.is-drilldown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    width: 100%;
    background: #fefefe;
    -webkit-transition: -webkit-transform .15s linear;
    transition: -webkit-transform .15s linear;
    transition: transform .15s linear;
    transition: transform .15s linear,-webkit-transform .15s linear;
}

.is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.drilldown-submenu-cover-previous {
    min-height: 100%;
}

.is-drilldown-submenu-parent > a {
    position: relative;
}

.is-drilldown-submenu-parent > a:after {
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem;
}

.js-drilldown-back > a:before {
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    content: '';
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    display: inline-block;
    vertical-align: middle;
    margin-right: .75rem;
    border-left-width: 0;
}

.dropdown-pane {
    position: absolute;
    z-index: 10;
    display: block;
    width: 300px;
    padding: 1rem;
    visibility: hidden;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    font-size: 1rem;
}

.dropdown-pane.is-open {
    visibility: visible;
}

.dropdown-pane.tiny {
    width: 100px;
}

.dropdown-pane.small {
    width: 200px;
}

.dropdown-pane.large {
    width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a:after {
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    margin-top: -3px;
}

[data-whatinput=mouse] .dropdown.menu a {
    outline: 0;
}

.no-js .dropdown.menu ul {
    display: none;
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
    top: 0;
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
}

.dropdown.menu.vertical > li > a:after {
    right: 14px;
}

.dropdown.menu.vertical > li.opens-left > a:after {
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
}

.dropdown.menu.vertical > li.opens-right > a:after {
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
}

@media print, screen and (min-width: 40em) {
    .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto;
    }

    .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0;
    }

    .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
        position: relative;
        padding-right: 1.5rem;
    }

    .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a:after {
        display: block;
        width: 0;
        height: 0;
        border: 6px inset;
        content: '';
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #1779ba transparent transparent;
        right: 5px;
        margin-top: -3px;
    }

    .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
        top: 0;
    }

    .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
        right: 100%;
        left: auto;
    }

    .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%;
    }

    .dropdown.menu.medium-vertical > li > a:after {
        right: 14px;
    }

    .dropdown.menu.medium-vertical > li.opens-left > a:after {
        display: block;
        width: 0;
        height: 0;
        border: 6px inset;
        content: '';
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #1779ba transparent transparent;
    }

    .dropdown.menu.medium-vertical > li.opens-right > a:after {
        display: block;
        width: 0;
        height: 0;
        border: 6px inset;
        content: '';
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #1779ba;
    }
}

@media print, screen and (min-width: 64em) {
    .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto;
    }

    .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0;
    }

    .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
        position: relative;
        padding-right: 1.5rem;
    }

    .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a:after {
        display: block;
        width: 0;
        height: 0;
        border: 6px inset;
        content: '';
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #1779ba transparent transparent;
        right: 5px;
        margin-top: -3px;
    }

    .dropdown.menu.large-vertical > li .is-dropdown-submenu {
        top: 0;
    }

    .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
        right: 100%;
        left: auto;
    }

    .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%;
    }

    .dropdown.menu.large-vertical > li > a:after {
        right: 14px;
    }

    .dropdown.menu.large-vertical > li.opens-left > a:after {
        display: block;
        width: 0;
        height: 0;
        border: 6px inset;
        content: '';
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #1779ba transparent transparent;
    }

    .dropdown.menu.large-vertical > li.opens-right > a:after {
        display: block;
        width: 0;
        height: 0;
        border: 6px inset;
        content: '';
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #1779ba;
    }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 100%;
    right: 0;
    left: auto;
}

.is-dropdown-menu.vertical {
    width: 100px;
}

.is-dropdown-menu.vertical.align-right {
    float: right;
}

.is-dropdown-submenu-parent {
    position: relative;
}

.is-dropdown-submenu-parent a:after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -6px;
}

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto;
}

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
}

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
}

.is-dropdown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: none;
    min-width: 200px;
    border: 1px solid #cacaca;
    background: #fefefe;
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a:after {
    right: 14px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a:after {
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a:after {
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
}

.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px;
}

.is-dropdown-submenu > li {
    width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
    display: block;
}

.flex-video, .responsive-embed {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 75%;
    overflow: hidden;
}

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

.flex-video.widescreen, .responsive-embed.widescreen {
    padding-bottom: 56.25%;
}

.label {
    display: inline-block;
    padding: .33333rem .5rem;
    border-radius: 0;
    font-size: .8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
}

.label, .label.primary {
    background: #1779ba;
    color: #fefefe;
}

.label.secondary {
    background: #767676;
    color: #fefefe;
}

.label.success {
    background: #3adb76;
    color: #0a0a0a;
}

.label.warning {
    background: #ffae00;
    color: #0a0a0a;
}

.label.alert {
    background: #cc4b37;
    color: #fefefe;
}

.media-object {
    display: block;
    margin-bottom: 1rem;
}

.media-object img {
    max-width: none;
}

@media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
        padding: 0;
        padding-bottom: 1rem;
        display: block;
    }

    .media-object.stack-for-small .media-object-section img {
        width: 100%;
    }
}

.media-object-section {
    display: table-cell;
    vertical-align: top;
}

.media-object-section:first-child {
    padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem;
}

.media-object-section > :last-child {
    margin-bottom: 0;
}

.media-object-section.middle {
    vertical-align: middle;
}

.media-object-section.bottom {
    vertical-align: bottom;
}

.is-off-canvas-open {
    overflow: hidden;
}

.js-off-canvas-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .5s ease,visibility .5s ease;
    transition: opacity .5s ease,visibility .5s ease;
    background: hsla(0, 0%, 100%, 0.25);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

.js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible;
}

.js-off-canvas-overlay.is-closable {
    cursor: pointer;
}

.js-off-canvas-overlay.is-overlay-absolute {
    position: absolute;
}

.js-off-canvas-overlay.is-overlay-fixed {
    position: fixed;
}

.off-canvas-wrapper {
    position: relative;
    overflow: hidden;
}

.off-canvas {
    position: fixed;
    z-index: 1;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #e6e6e6;
}

[data-whatinput=mouse] .off-canvas {
    outline: 0;
}

.off-canvas.is-transition-overlap {
    z-index: 10;
}

.off-canvas.is-transition-overlap.is-open {
    box-shadow: 0 0 10px hsla(0, 0%, 4%, 0.7);
}

.off-canvas.is-open {
    -webkit-transform: translate(0);
    transform: translate(0);
}

.off-canvas-absolute {
    position: absolute;
    z-index: 1;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #e6e6e6;
}

[data-whatinput=mouse] .off-canvas-absolute {
    outline: 0;
}

.off-canvas-absolute.is-transition-overlap {
    z-index: 10;
}

.off-canvas-absolute.is-transition-overlap.is-open {
    box-shadow: 0 0 10px hsla(0, 0%, 4%, 0.7);
}

.off-canvas-absolute.is-open {
    -webkit-transform: translate(0);
    transform: translate(0);
}

.position-left {
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
    overflow-y: auto;
}

.position-left.is-open ~ .off-canvas-content {
    -webkit-transform: translateX(250px);
    transform: translateX(250px);
}

.position-left.is-transition-push:after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    box-shadow: 0 0 10px hsla(0, 0%, 4%, 0.7);
    content: ' ';
}

.position-left.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
    transform: none;
}

.position-right {
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
    -webkit-transform: translateX(250px);
    transform: translateX(250px);
    overflow-y: auto;
}

.position-right.is-open ~ .off-canvas-content {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
}

.position-right.is-transition-push:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    box-shadow: 0 0 10px hsla(0, 0%, 4%, 0.7);
    content: ' ';
}

.position-right.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
    transform: none;
}

.position-top {
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    -webkit-transform: translateY(-250px);
    transform: translateY(-250px);
    overflow-x: auto;
}

.position-top.is-open ~ .off-canvas-content {
    -webkit-transform: translateY(250px);
    transform: translateY(250px);
}

.position-top.is-transition-push:after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    box-shadow: 0 0 10px hsla(0, 0%, 4%, 0.7);
    content: ' ';
}

.position-top.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
    transform: none;
}

.position-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 250px;
    -webkit-transform: translateY(250px);
    transform: translateY(250px);
    overflow-x: auto;
}

.position-bottom.is-open ~ .off-canvas-content {
    -webkit-transform: translateY(-250px);
    transform: translateY(-250px);
}

.position-bottom.is-transition-push:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    box-shadow: 0 0 10px hsla(0, 0%, 4%, 0.7);
    content: ' ';
}

.position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
    transform: none;
}

.off-canvas-content {
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media print, screen and (min-width: 40em) {
    .position-left.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
        z-index: 1;
    }

    .position-left.reveal-for-medium ~ .off-canvas-content {
        margin-left: 250px;
    }

    .position-right.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
        z-index: 1;
    }

    .position-right.reveal-for-medium ~ .off-canvas-content {
        margin-right: 250px;
    }

    .position-top.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
        z-index: 1;
    }

    .position-top.reveal-for-medium ~ .off-canvas-content {
        margin-top: 250px;
    }

    .position-bottom.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
        z-index: 1;
    }

    .position-bottom.reveal-for-medium ~ .off-canvas-content {
        margin-bottom: 250px;
    }
}

@media print, screen and (min-width: 64em) {
    .position-left.reveal-for-large {
        -webkit-transform: none;
        transform: none;
        z-index: 1;
    }

    .position-left.reveal-for-large ~ .off-canvas-content {
        margin-left: 250px;
    }

    .position-right.reveal-for-large {
        -webkit-transform: none;
        transform: none;
        z-index: 1;
    }

    .position-right.reveal-for-large ~ .off-canvas-content {
        margin-right: 250px;
    }

    .position-top.reveal-for-large {
        -webkit-transform: none;
        transform: none;
        z-index: 1;
    }

    .position-top.reveal-for-large ~ .off-canvas-content {
        margin-top: 250px;
    }

    .position-bottom.reveal-for-large {
        -webkit-transform: none;
        transform: none;
        z-index: 1;
    }

    .position-bottom.reveal-for-large ~ .off-canvas-content {
        margin-bottom: 250px;
    }
}

.orbit, .orbit-container {
    position: relative;
}

.orbit-container {
    height: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}

.orbit-slide {
    width: 100%;
}

.orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0;
}

.orbit-figure {
    margin: 0;
}

.orbit-image {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.orbit-caption {
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    background-color: hsla(0, 0%, 4%, 0.5);
}

.orbit-caption, .orbit-next, .orbit-previous {
    position: absolute;
    padding: 1rem;
    color: #fefefe;
}

.orbit-next, .orbit-previous {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
    outline: 0;
}

.orbit-next:active, .orbit-next:focus, .orbit-next:hover, .orbit-previous:active, .orbit-previous:focus, .orbit-previous:hover {
    background-color: hsla(0, 0%, 4%, 0.5);
}

.orbit-previous {
    left: 0;
}

.orbit-next {
    left: auto;
    right: 0;
}

.orbit-bullets {
    position: relative;
    margin-top: .8rem;
    margin-bottom: .8rem;
    text-align: center;
}

[data-whatinput=mouse] .orbit-bullets {
    outline: 0;
}

.orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: .1rem;
    border-radius: 50%;
    background-color: #cacaca;
}

.orbit-bullets button.is-active, .orbit-bullets button:hover {
    background-color: #8a8a8a;
}

.pagination {
    margin-left: 0;
    margin-bottom: 1rem;
}

.pagination:after, .pagination:before {
    display: table;
    content: ' ';
}

.pagination:after {
    clear: both;
}

.pagination li {
    margin-right: .0625rem;
    border-radius: 0;
    font-size: .875rem;
    display: none;
}

.pagination li:first-child, .pagination li:last-child {
    display: inline-block;
}

@media print, screen and (min-width: 40em) {
    .pagination li {
        display: inline-block;
    }
}

.pagination a, .pagination button {
    display: block;
    padding: .1875rem .625rem;
    border-radius: 0;
    color: #0a0a0a;
}

.pagination a:hover, .pagination button:hover {
    background: #e6e6e6;
}

.pagination .current {
    padding: .1875rem .625rem;
    background: #1779ba;
    color: #fefefe;
    cursor: default;
}

.pagination .disabled {
    padding: .1875rem .625rem;
    color: #cacaca;
    cursor: not-allowed;
}

.pagination .disabled:hover {
    background: transparent;
}

.pagination .ellipsis:after {
    padding: .1875rem .625rem;
    content: '\2026';
    color: #0a0a0a;
}

.pagination-previous.disabled:before, .pagination-previous a:before {
    display: inline-block;
    margin-right: .5rem;
    content: '\00ab';
}

.pagination-next.disabled:after, .pagination-next a:after {
    display: inline-block;
    margin-left: .5rem;
    content: '\00bb';
}

.progress {
    height: 1rem;
    margin-bottom: 1rem;
    border-radius: 0;
    background-color: #cacaca;
}

.progress.primary .progress-meter {
    background-color: #1779ba;
}

.progress.secondary .progress-meter {
    background-color: #767676;
}

.progress.success .progress-meter {
    background-color: #3adb76;
}

.progress.warning .progress-meter {
    background-color: #ffae00;
}

.progress.alert .progress-meter {
    background-color: #cc4b37;
}

.progress-meter {
    position: relative;
    display: block;
    width: 0;
    height: 100%;
    background-color: #1779ba;
}

.progress-meter-text {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    margin: 0;
    font-size: .75rem;
    font-weight: 700;
    color: #fefefe;
    white-space: nowrap;
}

.slider {
    position: relative;
    height: .5rem;
    margin-top: 1.25rem;
    margin-bottom: 2.25rem;
    background-color: #e6e6e6;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none;
}

.slider-fill {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    max-width: 100%;
    height: .5rem;
    background-color: #cacaca;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.slider-fill.is-dragging {
    -webkit-transition: all 0s linear;
    transition: all 0s linear;
}

.slider-handle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    z-index: 1;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 0;
    background-color: #1779ba;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

[data-whatinput=mouse] .slider-handle {
    outline: 0;
}

.slider-handle:hover {
    background-color: #14679e;
}

.slider-handle.is-dragging {
    -webkit-transition: all 0s linear;
    transition: all 0s linear;
}

.slider.disabled, .slider[disabled] {
    opacity: .25;
    cursor: not-allowed;
}

.slider.vertical {
    display: inline-block;
    width: .5rem;
    height: 12.5rem;
    margin: 0 1.25rem;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.slider.vertical .slider-fill {
    top: 0;
    width: .5rem;
    max-height: 100%;
}

.slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.sticky, .sticky-container {
    position: relative;
}

.sticky {
    z-index: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.sticky.is-stuck {
    position: fixed;
    z-index: 5;
}

.sticky.is-stuck.is-at-top {
    top: 0;
}

.sticky.is-stuck.is-at-bottom {
    bottom: 0;
}

.sticky.is-anchored {
    position: relative;
    right: auto;
    left: auto;
}

.sticky.is-anchored.is-at-bottom {
    bottom: 0;
}

body.is-reveal-open {
    overflow: hidden;
}

html.is-reveal-open, html.is-reveal-open body {
    min-height: 100%;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.reveal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    display: none;
    background-color: hsla(0, 0%, 4%, 0.45);
    overflow-y: scroll;
}

.reveal {
    z-index: 1006;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    padding: 1rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto;
}

[data-whatinput=mouse] .reveal {
    outline: 0;
}

@media print, screen and (min-width: 40em) {
    .reveal {
        min-height: 0;
    }
}

.reveal .column, .reveal .columns {
    min-width: 0;
}

.reveal > :last-child {
    margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
    .reveal {
        width: 600px;
        max-width: 75rem;
    }
}

@media print, screen and (min-width: 40em) {
    .reveal .reveal {
        right: auto;
        left: auto;
        margin: 0 auto;
    }
}

.reveal.collapse {
    padding: 0;
}

@media print, screen and (min-width: 40em) {
    .reveal.tiny {
        width: 30%;
        max-width: 75rem;
    }
}

@media print, screen and (min-width: 40em) {
    .reveal.small {
        width: 50%;
        max-width: 75rem;
    }
}

@media print, screen and (min-width: 40em) {
    .reveal.large {
        width: 90%;
        max-width: 75rem;
    }
}

.reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
}

@media screen and (max-width: 39.9375em) {
    .reveal {
        top: 0;
        left: 0;
        width: 100%;
        max-width: none;
        height: 100%;
        height: 100vh;
        min-height: 100vh;
        margin-left: 0;
        border: 0;
        border-radius: 0;
    }
}

.reveal.without-overlay {
    position: fixed;
}

.switch {
    height: 2rem;
    position: relative;
    margin-bottom: 1rem;
    outline: 0;
    font-size: .875rem;
    font-weight: 700;
    color: #fefefe;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.switch-input {
    position: absolute;
    margin-bottom: 0;
    opacity: 0;
}

.switch-paddle {
    position: relative;
    display: block;
    width: 4rem;
    height: 2rem;
    border-radius: 0;
    background: #cacaca;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    font-weight: inherit;
    color: inherit;
    cursor: pointer;
}

input + .switch-paddle {
    margin: 0;
}

.switch-paddle:after {
    position: absolute;
    top: .25rem;
    left: .25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border-radius: 0;
    background: #fefefe;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    content: '';
}

input:checked ~ .switch-paddle {
    background: #1779ba;
}

input:checked ~ .switch-paddle:after {
    left: 2.25rem;
}

[data-whatinput=mouse] input:focus ~ .switch-paddle {
    outline: 0;
}

.switch-active, .switch-inactive {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.switch-active {
    left: 8%;
    display: none;
}

input:checked + label > .switch-active {
    display: block;
}

.switch-inactive {
    right: 15%;
}

input:checked + label > .switch-inactive {
    display: none;
}

.switch.tiny {
    height: 1.5rem;
}

.switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: .625rem;
}

.switch.tiny .switch-paddle:after {
    top: .25rem;
    left: .25rem;
    width: 1rem;
    height: 1rem;
}

.switch.tiny input:checked ~ .switch-paddle:after {
    left: 1.75rem;
}

.switch.small {
    height: 1.75rem;
}

.switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: .75rem;
}

.switch.small .switch-paddle:after {
    top: .25rem;
    left: .25rem;
    width: 1.25rem;
    height: 1.25rem;
}

.switch.small input:checked ~ .switch-paddle:after {
    left: 2rem;
}

.switch.large {
    height: 2.5rem;
}

.switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem;
}

.switch.large .switch-paddle:after {
    top: .25rem;
    left: .25rem;
    width: 2rem;
    height: 2rem;
}

.switch.large input:checked ~ .switch-paddle:after {
    left: 2.75rem;
}

table {
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0;
}

table tbody, table tfoot, table thead {
    border: 1px solid #f1f1f1;
    background-color: #fefefe;
}

table caption {
    padding: .5rem .625rem .625rem;
    font-weight: 700;
}

table thead {
    background: #f8f8f8;
    color: #0a0a0a;
}

table tfoot {
    background: #f1f1f1;
    color: #0a0a0a;
}

table tfoot tr, table thead tr {
    background: transparent;
}

table tfoot td, table tfoot th, table thead td, table thead th {
    padding: .5rem .625rem .625rem;
    font-weight: 700;
    text-align: left;
}

table tbody td, table tbody th {
    padding: .5rem .625rem .625rem;
}

table tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1;
}

table.unstriped tbody {
    background-color: #fefefe;
}

table.unstriped tbody tr {
    border-bottom: 0;
    border-bottom: 1px solid #f1f1f1;
    background-color: #fefefe;
}

@media screen and (max-width: 63.9375em) {
    table.stack tfoot, table.stack thead {
        display: none;
    }

    table.stack td, table.stack th, table.stack tr {
        display: block;
    }

    table.stack td {
        border-top: 0;
    }
}

table.scroll {
    display: block;
    width: 100%;
    overflow-x: auto;
}

table.hover thead tr:hover {
    background-color: #f3f3f3;
}

table.hover tfoot tr:hover {
    background-color: #ececec;
}

table.hover tbody tr:hover {
    background-color: #f9f9f9;
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
    background-color: #ececec;
}

.table-scroll {
    overflow-x: auto;
}

.table-scroll table {
    width: auto;
}

.tabs {
    margin: 0;
    border: 1px solid #e6e6e6;
    background: #fefefe;
    list-style-type: none;
}

.tabs:after, .tabs:before {
    display: table;
    content: ' ';
}

.tabs:after {
    clear: both;
}

.tabs.vertical > li {
    display: block;
    float: none;
    width: auto;
}

.tabs.simple > li > a {
    padding: 0;
}

.tabs.simple > li > a:hover {
    background: transparent;
}

.tabs.primary {
    background: #1779ba;
}

.tabs.primary > li > a {
    color: #fefefe;
}

.tabs.primary > li > a:focus, .tabs.primary > li > a:hover {
    background: #1673b1;
}

.tabs-title {
    float: left;
}

.tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: .75rem;
    line-height: 1;
    color: #1779ba;
}

.tabs-title > a:hover {
    background: #fefefe;
    color: #1468a0;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
    background: #e6e6e6;
    color: #1779ba;
}

.tabs-content {
    border: 1px solid #e6e6e6;
    border-top: 0;
    background: #fefefe;
    color: #0a0a0a;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.tabs-content.vertical {
    border: 1px solid #e6e6e6;
    border-left: 0;
}

.tabs-panel {
    display: none;
    padding: 1rem;
}

.tabs-panel[aria-hidden=false] {
    display: block;
}

.thumbnail {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 1rem;
    border: 4px solid #fefefe;
    border-radius: 0;
    box-shadow: 0 0 0 1px hsla(0, 0%, 4%, 0.2);
    line-height: 0;
}

a.thumbnail {
    -webkit-transition: -webkit-box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out;
}

a.thumbnail:focus, a.thumbnail:hover {
    box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
}

a.thumbnail image {
    box-shadow: none;
}

.title-bar {
    padding: .5rem;
    background: #0a0a0a;
    color: #fefefe;
}

.title-bar:after, .title-bar:before {
    display: table;
    content: ' ';
}

.title-bar:after {
    clear: both;
}

.title-bar .menu-icon {
    margin-left: .25rem;
    margin-right: .25rem;
}

.title-bar-left {
    float: left;
}

.title-bar-right {
    float: right;
    text-align: right;
}

.title-bar-title {
    vertical-align: middle;
}

.has-tip, .title-bar-title {
    display: inline-block;
    font-weight: 700;
}

.has-tip {
    position: relative;
    border-bottom: 1px dotted #8a8a8a;
    cursor: help;
}

.tooltip {
    position: absolute;
    top: calc(100% + .6495rem);
    z-index: 1200;
    max-width: 10rem;
    padding: .75rem;
    border-radius: 0;
    background-color: #0a0a0a;
    font-size: 80%;
    color: #fefefe;
}

.tooltip:before {
    border: .75rem inset;
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #0a0a0a;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tooltip.top:before, .tooltip:before {
    display: block;
    width: 0;
    height: 0;
    content: '';
}

.tooltip.top:before {
    border: .75rem inset;
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0a0a0a transparent transparent;
    top: 100%;
    bottom: auto;
}

.tooltip.left:before {
    border: .75rem inset;
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0a0a0a;
    left: 100%;
}

.tooltip.left:before, .tooltip.right:before {
    display: block;
    width: 0;
    height: 0;
    content: '';
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tooltip.right:before {
    border: .75rem inset;
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0a0a0a transparent transparent;
    right: 100%;
    left: auto;
}

.top-bar {
    padding: .5rem;
}

.top-bar:after, .top-bar:before {
    display: table;
    content: ' ';
}

.top-bar:after {
    clear: both;
}

.top-bar, .top-bar ul {
    background-color: #e6e6e6;
}

.top-bar input {
    max-width: 200px;
    margin-right: 1rem;
}

.top-bar .input-group-field {
    width: 100%;
    margin-right: 0;
}

.top-bar input.button {
    width: auto;
}

.top-bar .top-bar-left, .top-bar .top-bar-right {
    width: 100%;
}

@media print, screen and (min-width: 40em) {
    .top-bar .top-bar-left, .top-bar .top-bar-right {
        width: auto;
    }
}

@media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left, .top-bar.stacked-for-medium .top-bar-right {
        width: 100%;
    }
}

@media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left, .top-bar.stacked-for-large .top-bar-right {
        width: 100%;
    }
}

.top-bar-title {
    display: inline-block;
    float: left;
    padding: .5rem 1rem .5rem 0;
}

.top-bar-title .menu-icon {
    bottom: 2px;
}

.top-bar-left {
    float: left;
}

.top-bar-right {
    float: right;
}

.hide {
    display: none !important;
}

.invisible {
    visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
    .hide-for-small-only {
        display: none !important;
    }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
    .show-for-small-only {
        display: none !important;
    }
}

@media print, screen and (min-width: 40em) {
    .hide-for-medium {
        display: none !important;
    }
}

@media screen and (max-width: 39.9375em) {
    .show-for-medium {
        display: none !important;
    }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .hide-for-medium-only {
        display: none !important;
    }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
    .show-for-medium-only {
        display: none !important;
    }
}

@media print, screen and (min-width: 64em) {
    .hide-for-large {
        display: none !important;
    }
}

@media screen and (max-width: 63.9375em) {
    .show-for-large {
        display: none !important;
    }
}

.hide-for-large-only {
    display: inline-block;
}

@media print, screen and (min-width: 64em) {
    .hide-for-large-only {
        display: none !important;
    }
}

.show-for-large-only {
    display: none;
}

@media print, screen and (min-width: 64em) {
    .show-for-large-only {
        display: inline-block !important;
    }
}

.show-for-sr, .show-on-focus {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
    position: static !important;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
}

.hide-for-portrait, .show-for-landscape {
    display: block !important;
}

@media screen and (orientation: landscape) {
    .hide-for-portrait, .show-for-landscape {
        display: block !important;
    }
}

@media screen and (orientation: portrait) {
    .hide-for-portrait, .show-for-landscape {
        display: none !important;
    }
}

.hide-for-landscape, .show-for-portrait {
    display: none !important;
}

@media screen and (orientation: landscape) {
    .hide-for-landscape, .show-for-portrait {
        display: none !important;
    }
}

@media screen and (orientation: portrait) {
    .hide-for-landscape, .show-for-portrait {
        display: block !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-center {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.clearfix:after, .clearfix:before {
    display: table;
    content: ' ';
}

.clearfix:after {
    clear: both;
}


/* FILE: slick.css */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

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

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



/* FILE: bxslider.css */
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: 5px solid #fff;
    left: -5px;
    background: #fff;

    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/default/images/bx_loader.1567628560.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/default/css/images/controls.1567628560.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/default/css/images/controls.1567628560.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/default/css/images/controls.1567628560.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/default/css/images/controls.1567628560.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666 \9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}


/* FILE: application.css */
@charset "UTF-8";
/*====================================================================================
=   Media Query Variables
=====================================================================================*/
/*====================================================================================
=   Breakpoints
=====================================================================================*/
/*--- HEADING Mixins ---*/
/*--- Miscellaneous Mixins & Classes ----*/
#customer_account_choice li button, .basic_form_box_inner button, #customer_account_choice li a.button, .basic_form_box_inner a.button, .button.primary, .return-form__success .button, #out_of_stock_form button, #cart_checkout button, .basic_static_content .button_utility a, .buttons-set button, .place_order button, #order_followup button, #locations_search_inner button, .reviews-wrapper .add-product, .reviews-wrapper .review-dialog, .reviews-wrapper .pager:last-of-type .button-load-reviews, .buy-now-button, .product-view__info-block .add-product, .button.secondary, .button.tertiary, .button, #account_activate_input button {
  background: #808080;
  color: #ffffff;
  text-align: center;
  border: none;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  min-width: 180px;
  display: inline-block;
  padding: 12px 0;
  letter-spacing: 1px;
  cursor: pointer;
  line-height: 1;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  border: 1px solid #808080; }

#customer_account_choice li button, .basic_form_box_inner button, #customer_account_choice li a.button, .basic_form_box_inner a.button, .button.primary, .return-form__success .button, #out_of_stock_form button, #cart_checkout button, .basic_static_content .button_utility a, .buttons-set button, .place_order button, #order_followup button, #locations_search_inner button, .reviews-wrapper .add-product, .reviews-wrapper .review-dialog, .reviews-wrapper .pager:last-of-type .button-load-reviews, .buy-now-button, .product-view__info-block .add-product {
  background: #256CCC;
  color: #ffffff;
  border-color: #256CCC; }
  @media (min-width: 64em) {
    #customer_account_choice li button:hover, .basic_form_box_inner button:hover, #customer_account_choice li a.button:hover, .basic_form_box_inner a.button:hover, .button.primary:hover, .return-form__success .button:hover, #out_of_stock_form button:hover, #cart_checkout button:hover, .basic_static_content .button_utility a:hover, .buttons-set button:hover, .place_order button:hover, #order_followup button:hover, #locations_search_inner button:hover, .reviews-wrapper .add-product:hover, .reviews-wrapper .review-dialog:hover, .reviews-wrapper .pager:last-of-type .button-load-reviews:hover, .buy-now-button:hover, .product-view__info-block .add-product:hover, #customer_account_choice li button:focus, .basic_form_box_inner button:focus, #customer_account_choice li a.button:focus, .basic_form_box_inner a.button:focus, .button.primary:focus, .return-form__success .button:focus, #out_of_stock_form button:focus, #cart_checkout button:focus, .basic_static_content .button_utility a:focus, .buttons-set button:focus, .place_order button:focus, #order_followup button:focus, #locations_search_inner button:focus, .reviews-wrapper .add-product:focus, .reviews-wrapper .review-dialog:focus, .reviews-wrapper .pager:last-of-type .button-load-reviews:focus, .buy-now-button:focus, .product-view__info-block .add-product:focus {
      background-color: #1d55a1;
      background: #1d55a1; } }

.button.secondary {
  background: #FFA300;
  border-color: #FFA300; }
  .button.secondary:hover, .button.secondary:focus {
    background-color: #cc8200;
    background: #cc8200; }

.button.tertiary {
  border: 1px solid #000000;
  color: #000000;
  background: #FFFFFF; }

#out_of_stock_form button i, #cart_price_summary ul .block .block_content button i, #checkout_summary_coupon_code button i, #checkout_summary_prices .sidebar_block .block_content button i, .buttons-set button i, #mobile_coupon_code button i, .place_order button i, #account_activate_input button i, .add-product i, .product-view__details .add-to-cart .button i, .product-view__details .waitlist .button i, .product-view__details .add-to-cart .button.active i, .product-view__details .waitlist .button.active i {
  display: none; }

#out_of_stock_form button:disabled:not(.out-of-stock) span, #cart_price_summary ul .block .block_content button:disabled:not(.out-of-stock) span, #checkout_summary_coupon_code button:disabled:not(.out-of-stock) span, #checkout_summary_prices .sidebar_block .block_content button:disabled:not(.out-of-stock) span, .buttons-set button:disabled:not(.out-of-stock) span, #mobile_coupon_code button:disabled:not(.out-of-stock) span, .place_order button:disabled:not(.out-of-stock) span, #account_activate_input button:disabled:not(.out-of-stock) span, .add-product:disabled:not(.out-of-stock) span, .product-view__details .add-to-cart .button:disabled:not(.out-of-stock) span, .product-view__details .waitlist .button:disabled:not(.out-of-stock) span {
  display: none; }

#out_of_stock_form button:disabled:not(.out-of-stock) i, #cart_price_summary ul .block .block_content button:disabled:not(.out-of-stock) i, #checkout_summary_coupon_code button:disabled:not(.out-of-stock) i, #checkout_summary_prices .sidebar_block .block_content button:disabled:not(.out-of-stock) i, .buttons-set button:disabled:not(.out-of-stock) i, #mobile_coupon_code button:disabled:not(.out-of-stock) i, .place_order button:disabled:not(.out-of-stock) i, #account_activate_input button:disabled:not(.out-of-stock) i, .add-product:disabled:not(.out-of-stock) i, .product-view__details .add-to-cart .button:disabled:not(.out-of-stock) i, .product-view__details .waitlist .button:disabled:not(.out-of-stock) i {
  display: inline-block; }

#prod_features li {
  font-size: 0;
  margin-bottom: 20px;
  line-height: 1.5; }
  #prod_features li i {
    width: 30px;
    padding-right: 15px;
    vertical-align: top;
    font-size: 22px;
    color: #808080;
    margin-top: 3px; }
  #prod_features li span {
    display: inline-block;
    width: calc(100% - 50px);
    font-size: 16px; }

#checkout_content_container:after, #checkout-step-shipping_method dt label:after, #location_results_container:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0; }

#category_items_block, .product_list_group_block, #order_thank_you_confirm, #inventory_message, .product-view .prod_option_group, .category_banner, #site_callout_inner, #search_bar, #search_util_links_inner, #main_nav_items .callout_categories ul, #main_nav_items .standard_categories, #site_footer_inner, .catalog-product-view #breadcrumbs, #prod_content_upper_container, #lifestyle_images_inner, #prod_overview, #cart_preview_item_inner, #cart_preview_crossell, #cart_content_container, .site_width_container, .customer_account_block, #guest_order, #guest_order_row2, #location_results_container, #locations_search, #locations_map {
  max-width: 1400px;
  margin: 0 auto; }

#category_items_block, .product_list_group_block, #order_thank_you_confirm {
  padding: 0 15px; }
  @media (min-width: 40em) {
    #category_items_block, .product_list_group_block, #order_thank_you_confirm {
      padding: 0 25px; } }
  @media (min-width: 40em) {
    #category_items_block, .product_list_group_block, #order_thank_you_confirm {
      padding: 0 50px; } }
  @media (min-width: 100em) {
    #category_items_block, .product_list_group_block, #order_thank_you_confirm {
      padding: 0; } }

#order_followup, #order_social_links, #order_continue_shopping, #order_continue_shopping_link, #account_activate_inner {
  max-width: 750px;
  margin: 0 auto; }

#inventory_message, .product-view .prod_option_group {
  margin-left: 15px;
  margin-right: 15px; }
  @media (min-width: 40em) {
    #inventory_message, .product-view .prod_option_group {
      margin-left: 50px;
      margin-right: 50px; } }
  @media (min-width: 40em) {
    #inventory_message, .product-view .prod_option_group {
      margin-left: 15px;
      margin-right: 15px; } }

#homepage_review_callouts_inner, #review_callouts {
  color: #808080;
  text-align: center; }
  #homepage_review_callouts_inner blockquote, #review_callouts blockquote {
    line-height: 1.5;
    font-weight: 300;
    font-size: 16px;
    padding-bottom: 10px; }
  #homepage_review_callouts_inner footer, #review_callouts footer {
    text-align: center;
    margin: 10px 0 0 0;
    font-style: normal;
    font-size: 12px; }
  #homepage_review_callouts_inner i, #review_callouts i {
    text-align: center;
    margin: 10px 0;
    color: #FFA300;
    font-size: 20px; }
  @media (min-width: 40em) {
    #homepage_review_callouts_inner blockquote, #review_callouts blockquote {
      font-size: 18px; }
    #homepage_review_callouts_inner footer, #review_callouts footer {
      font-size: 14px; } }

.product_list_items, #cart_preview_crossell ul {
  font-size: 0;
  margin: 10px 0 0 -10px;
  text-align: center;
  padding: 0 0 15px 0; }
  .product_list_items li, #cart_preview_crossell ul li {
    position: relative;
    display: inline-block;
    background: #e1e1e1;
    border-radius: 3px;
    width: calc(50% - 10px);
    margin: 10px 0 0 10px;
    padding: 15px 5px;
    overflow: hidden; }
    .product_list_items li.not_available, #cart_preview_crossell ul li.not_available {
      display: none; }
    .product_list_items li.waitlist .stock_message, #cart_preview_crossell ul li.waitlist .stock_message {
      display: block; }
  .product_list_items strong, #cart_preview_crossell ul strong {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-size: 10px;
    font-weight: 300;
    padding: 2px 3px 2px 5px;
    text-transform: uppercase; }
  .product_list_items h3, #cart_preview_crossell ul h3 {
    font-size: 11px;
    font-weight: 300;
    text-align: center;
    margin: 5px 0 0 0; }
    .product_list_items h3 span, #cart_preview_crossell ul h3 span {
      display: block;
      font-weight: 600;
      margin-bottom: 5px; }
  .product_list_items a, #cart_preview_crossell ul a {
    display: block;
    color: #808080; }
  .product_list_items .stock_message, #cart_preview_crossell ul .stock_message {
    display: none;
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    color: #4d4d4d;
    font-size: 10px; }
    .product_list_items .stock_message:before, #cart_preview_crossell ul .stock_message:before {
      content: '\f044';
      font-family: "FontAwesome";
      margin-right: 5px; }
  @media (min-width: 40em) {
    .product_list_items li, #cart_preview_crossell ul li {
      width: calc((100% / 3) - 10px);
      padding: 15px 10px; }
    .product_list_items strong, #cart_preview_crossell ul strong {
      padding: 4px 3px 4px 5px; }
      .product_list_items strong:after, #cart_preview_crossell ul strong:after {
        border-width: 18px 10px 0 0; }
    .product_list_items h3, #cart_preview_crossell ul h3 {
      font-size: 12px; }
    .product_list_items .stock_message, #cart_preview_crossell ul .stock_message {
      font-size: 12px; }
      .product_list_items .stock_message:before, #cart_preview_crossell ul .stock_message:before {
        font-size: 14px; } }
  @media (min-width: 64em) {
    .short_list.product_list_items li, #cart_preview_crossell ul.short_list li {
      width: calc((100% / 3) - 10px); }
    .product_list_items li, #cart_preview_crossell ul li {
      width: calc((100% / 4) - 10px); }
    .product_list_items a:hover h3 span, #cart_preview_crossell ul a:hover h3 span {
      color: #4d4d4d; } }

#homepage_review_nav_pages, #lifestyle_nav_pages, #review_nav_pages {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin: 15px 0; }
  #homepage_review_nav_pages .bx-pager-item, #lifestyle_nav_pages .bx-pager-item, #review_nav_pages .bx-pager-item {
    display: inline-block;
    margin: 0 2px;
    vertical-align: middle; }
  #homepage_review_nav_pages .bx-pager-item a, #lifestyle_nav_pages .bx-pager-item a, #review_nav_pages .bx-pager-item a {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: 2px solid #cdcdcd;
    font-size: 0;
    text-indent: -9999px; }
  #homepage_review_nav_pages .bx-pager-item a.active, #lifestyle_nav_pages .bx-pager-item a.active, #review_nav_pages .bx-pager-item a.active {
    background: #cdcdcd;
    border-color: #b3b3b3; }

.homepage_review_nav_arrow, .review_nav_arrow {
  position: absolute;
  top: 40%;
  display: none;
  font-family: "FontAwesome";
  vertical-align: middle; }
  .homepage_review_nav_arrow a, .review_nav_arrow a {
    display: block;
    color: rgba(0, 0, 0, 0.4);
    font-size: 18px;
    padding: 5px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    padding: 8px 13px;
    border-radius: 50%; }
  .homepage_review_nav_arrow a.disabled, .review_nav_arrow a.disabled {
    color: #e1e1e1; }
  .prev.homepage_review_nav_arrow, .prev.review_nav_arrow {
    left: -8%; }
    .prev.homepage_review_nav_arrow a, .prev.review_nav_arrow a {
      padding: 8px 15px 8px 13px; }
  .next.homepage_review_nav_arrow, .next.review_nav_arrow {
    right: -8%; }
    .next.homepage_review_nav_arrow a, .next.review_nav_arrow a {
      padding: 8px 13px 8px 15px; }
  @media (min-width: 40em) {
    .homepage_review_nav_arrow, .review_nav_arrow {
      display: block; }
      .homepage_review_nav_arrow a:hover, .review_nav_arrow a:hover {
        background: rgba(255, 255, 255, 0.8);
        color: #256CCC; } }

.ci_image_title_group, .ci_image, .ci_title_group, .ci_price, .ci_qty, .ci_remove {
  display: inline-block;
  vertical-align: middle; }

#support_content, .basic_static_content, .basic_content_block {
  line-height: 1.6;
  font-size: 16px;
  vertical-align: top; }
  #support_content h2, .basic_static_content h2, .basic_content_block h2 {
    font-size: 22px;
    font-family: "DINCondensed-Regular", "Source Sans Pro", sans-serif;
    text-transform: uppercase;
    color: #4d4d4d;
    text-align: center;
    padding: 15px 0 10px 0;
    line-height: 1;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    max-width: 400px;
    margin: 0 auto 15px auto; }
  #support_content h3, .basic_static_content h3, .basic_content_block h3 {
    font-size: 22px;
    font-family: "DINCondensed-Regular", "Source Sans Pro", sans-serif;
    text-transform: uppercase;
    color: #4d4d4d;
    text-align: center;
    padding: 0 0 15px 0;
    line-height: 1.25;
    margin: 0 auto 15px auto; }
  #support_content h4, .basic_static_content h4, .basic_content_block h4 {
    font-size: 22px;
    font-family: "DINCondensed-Regular", "Source Sans Pro", sans-serif;
    text-transform: uppercase;
    color: #4d4d4d;
    padding: 0 0 10px 0;
    line-height: 1.25; }
  #support_content ol, .basic_static_content ol, .basic_content_block ol {
    list-style: decimal;
    padding: 15px 0 25px 25px; }
  #support_content ul, .basic_static_content ul, .basic_content_block ul {
    padding: 15px 0 25px 25px;
    list-style-type: square; }
  #support_content li, .basic_static_content li, .basic_content_block li {
    padding: 0 0 10px 0; }
  #support_content a, .basic_static_content a, .basic_content_block a {
    text-decoration: underline; }
  #support_content address, .basic_static_content address, .basic_content_block address {
    display: block;
    font-weight: 300;
    font-style: normal;
    padding-bottom: 15px; }
  #support_content ul.contact_list, .basic_static_content ul.contact_list, .basic_content_block ul.contact_list {
    margin-bottom: 10px;
    list-style-type: none;
    padding: 0; }
    #support_content ul.contact_list i, .basic_static_content ul.contact_list i, .basic_content_block ul.contact_list i {
      color: rgba(0, 0, 0, 0.3);
      margin-right: 10px;
      vertical-align: middle;
      font-size: 28px; }
    #support_content ul.contact_list li, .basic_static_content ul.contact_list li, .basic_content_block ul.contact_list li {
      padding-bottom: 10px; }
  @media (min-width: 40em) {
    #support_content h2, .basic_static_content h2, .basic_content_block h2 {
      font-size: 24px;
      text-align: left;
      border: none;
      max-width: none;
      margin: 0 0 5px 0; }
    #support_content h3, .basic_static_content h3, .basic_content_block h3 {
      font-size: 24px;
      border: none;
      max-width: none;
      margin: 0 0 5px 0; }
    #support_content h4, .basic_static_content h4, .basic_content_block h4 {
      font-size: 24px;
      border: none; } }

.basic_form_box {
  padding: 0 20px 20px 20px; }

.basic_form_intro, .basic_form_box_inner {
  max-width: 500px;
  margin: 0 auto;
  padding: 20px; }

#customer_account_choice li, .basic_form_box_inner {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  background: #f7f6f5;
  border-radius: 3px; }
  #customer_account_choice li label, .basic_form_box_inner label {
    display: block;
    font-weight: 600;
    margin-bottom: 5px; }
  #customer_account_choice li p, .basic_form_box_inner p {
    margin-bottom: 20px;
    line-height: 1.6; }
  #customer_account_choice li p, .basic_form_box_inner p {
    font-size: 16px; }

#checkout-step-shipping_method, #checkout-step-payment, #billing-address {
  background: #FFFFFF;
  border: 1px solid #e3e3e3;
  margin-bottom: 15px 20px;
  margin: 0 0 25px; }
  #checkout-step-shipping_method label, #checkout-step-payment label, #billing-address label {
    font-size: 14px;
    font-size: 0.875rem; }
  #checkout-step-shipping_method dl, #checkout-step-payment dl, #billing-address dl {
    margin: 0; }
  #checkout-step-shipping_method dt, #checkout-step-payment dt, #billing-address dt {
    font-size: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 15px; }
    #checkout-step-shipping_method dt label, #checkout-step-payment dt label, #billing-address dt label {
      padding-left: 10px;
      display: inline-block;
      vertical-align: middle; }
      #checkout-step-shipping_method dt label span, #checkout-step-payment dt label span, #billing-address dt label span {
        display: inline-block;
        margin-bottom: 5px;
        font-weight: 600; }
      #checkout-step-shipping_method dt label img, #checkout-step-payment dt label img, #billing-address dt label img {
        max-width: 80px; }
      #checkout-step-shipping_method dt label ul, #checkout-step-payment dt label ul, #billing-address dt label ul {
        font-size: 0; }
      #checkout-step-shipping_method dt label li, #checkout-step-payment dt label li, #billing-address dt label li {
        display: inline-block;
        width: 50px;
        margin-right: 5px;
        border-radius: 3px; }
    #checkout-step-shipping_method dt:last-of-type, #checkout-step-payment dt:last-of-type, #billing-address dt:last-of-type {
      border: none; }
  #checkout-step-shipping_method dd, #checkout-step-payment dd, #billing-address dd {
    display: none;
    background: #fafafa;
    padding: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
    #checkout-step-shipping_method dd.active, #checkout-step-payment dd.active, #billing-address dd.active {
      display: block; }
    #checkout-step-shipping_method dd label, #checkout-step-payment dd label, #billing-address dd label {
      display: block;
      margin-bottom: 5px; }
  #checkout-step-shipping_method input[type='radio'], #checkout-step-payment input[type='radio'], #billing-address input[type='radio'] {
    display: inline-block;
    vertical-align: middle; }
  #checkout-step-shipping_method input[type='text'], #checkout-step-payment input[type='text'], #billing-address input[type='text'], #checkout-step-shipping_method select, #checkout-step-payment select, #billing-address select {
    margin-bottom: 10px; }
  @media (min-width: 40em) {
    #checkout-step-shipping_method dd, #checkout-step-payment dd, #billing-address dd {
      padding: 20px; } }

#checkout_content_container, #checkout_footer {
  max-width: 1080px;
  margin: 0 auto; }

#cart_price_summary ul .block .block_content button, .discount-form .button, #checkout_summary_coupon_code button, #checkout_summary_prices .sidebar_block .block_content button, #mobile_coupon_code button {
  font-family: "Source Sans Pro", sans-serif;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  width: 100px;
  height: 39px;
  line-height: 40px;
  vertical-align: middle;
  background: #256CCC;
  border: none;
  color: #ffffff;
  text-transform: uppercase; }
  #cart_price_summary ul .block .block_content button.remove_coupon, .discount-form .remove_coupon.button, #checkout_summary_coupon_code button.remove_coupon, #checkout_summary_prices .sidebar_block .block_content button.remove_coupon, #mobile_coupon_code button.remove_coupon {
    background: #FFA300; }

#cart_price_summary ul .block .block_content input, #checkout_summary_coupon_code input.coupon_code_input[type='text'], #checkout_summary_prices .sidebar_block .block_content input, #mobile_coupon_code input.coupon_code_input[type='text'] {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  width: calc(100% - 105px);
  margin-right: 5px;
  vertical-align: middle;
  background: #ffffff; }
  #cart_price_summary ul .block .block_content input:focus, #checkout_summary_coupon_code input.coupon_code_input:focus[type='text'], #checkout_summary_prices .sidebar_block .block_content input:focus, #mobile_coupon_code input.coupon_code_input:focus[type='text'] {
    background: #ffffff; }

#order_followup, #order_social_links, #order_continue_shopping, #order_continue_shopping_link {
  text-align: center;
  padding: 0 25px 25px 25px; }
  #order_followup h3, #order_social_links h3, #order_continue_shopping h3, #order_continue_shopping_link h3 {
    font-family: "DINCondensed-Regular", "Source Sans Pro", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    color: #4d4d4d;
    padding: 15px 0;
    border-top: 1px dotted rgba(0, 0, 0, 0.2);
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
    max-width: 400px;
    margin: 0 auto 20px auto; }

@font-face {
  font-family: "FontAwesome";
  src: url("https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/default/fonts/font-awesome/fontawesome-webfont.eot");
  src: url("https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/default/fonts/font-awesome/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/default/fonts/font-awesome/fontawesome-webfont.woff2") format("woff2"), url("https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/default/fonts/font-awesome/fontawesome-webfont.woff") format("woff"), url("https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/default/fonts/font-awesome/fontawesome-webfont.ttf") format("truetype"); }

@font-face {
  font-family: "DINCondensed-Regular";
  src: url("https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/default/fonts/din/din-condensed-regular.eot");
  src: url("https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/default/fonts/din/din-condensed-regular.eot?#iefix") format("embedded-opentype"), url("https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/default/fonts/din/din-condensed-regular.woff2") format("woff2"), url("https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/default/fonts/din/din-condensed-regular.woff") format("woff"), url("https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/default/fonts/din/din-condensed-regular.ttf") format("truetype"); }

/* ------------------ Resets ------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html, body {
  height: 100%; }

body {
  font-size: 14px;
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1;
  color: #0a0a0a;
  -webkit-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif; }

/* Default Link Styles */
a {
  color: #0070c9;
  text-decoration: none; }

/* Default List Styles */
ul, ol {
  list-style-type: none; }

/* Default img style */
img {
  border: none;
  max-width: 100%; }

/* Default focus style */
:focus {
  outline: none; }

::selection {
  background: #FFA300; }

select, input {
  color: #0a0a0a;
  font-size: 14px;
  background: #ffffff;
  border: none; }

b, strong {
  font-weight: 700; }

input[type="text"], input[type="password"], input[type="email"], input[type="number"] {
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.4);
  box-shadow: none; }

input:focus {
  border-color: #256CCC; }

input.validation-failed, select.validation-failed, textarea.validation-failed {
  border-color: #c82828;
  background-color: #ffe6e6; }

input.validation-failed:focus {
  border-color: #c82828;
  background-color: #ffe6e6; }

.validation-advice {
  color: #c82828;
  margin-top: 5px;
  font-size: 14px; }

.validation-advice[id*='required-entry'], .validation-advice[id*='advice-validate-select'] {
  display: none; }

select {
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 100%;
  font-size: 14px;
  padding: 10px;
  height: 40px;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background: #ffffff url("https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/default/images/select-arrows.svg") no-repeat right 50%;
  background-size: 30px 20px; }
  select.error {
    border-color: #c82828; }

input[type="checkbox"] {
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  width: 15px;
  height: 15px;
  outline: 0;
  border: 2px solid rgba(0, 0, 0, 0.5);
  background: transparent;
  border-radius: 3px;
  margin: 0;
  margin-right: 5px;
  margin-top: -3px;
  vertical-align: middle; }

input[type="checkbox"]:checked {
  background: #256CCC;
  border-color: #256CCC; }

input[type="checkbox"]:checked:after {
  font-size: 12px;
  font-size: 0.75rem;
  position: absolute;
  top: calc(50% - 6px);
  left: calc(50% - 6px);
  content: '\f00c';
  font-family: "FontAwesome";
  display: block;
  color: #ffffff; }

input[type="radio"] {
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  outline: 0;
  border: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%; }

input[type="radio"]:checked {
  box-shadow: inset 0 0 0 7px #256CCC;
  outline: 0;
  border: none; }

textarea {
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 100%;
  resize: none;
  min-height: 100px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 0px;
  padding: 10px;
  font-size: 14px; }

@media (min-width: 40em) {
  .short_1 {
    display: inline-block;
    width: 49.5%;
    margin-right: 1%;
    vertical-align: bottom; }
  .short_2 {
    display: inline-block;
    width: 49.5%;
    vertical-align: bottom; }
  .short_1_3 {
    display: inline-block;
    width: 32.5%;
    margin-right: 1%;
    vertical-align: bottom; }
  .short_2_3 {
    display: inline-block;
    width: 32.5%;
    margin-right: 1%;
    vertical-align: bottom; }
  .short_3_3 {
    display: inline-block;
    width: 33%;
    vertical-align: bottom; } }

.po-box-failed {
  font-size: 12px;
  color: #c82828;
  display: block;
  margin: 0 0 4px 0; }

@media (max-width: 639px) {
  input.validation-failed::placeholder {
    color: #ffe6e6 !important; } }

ul.form-list {
  padding: 0;
  margin: 0; }

.return-form {
  position: relative; }
  .return-form__success {
    text-align: center;
    margin: 0 0 45px; }
    .return-form__success h2 {
      font-size: 28px;
      max-width: 500px;
      text-align: center;
      margin: 0 auto;
      font-family: "DINCondensed-Regular", "Source Sans Pro", sans-serif;
      text-transform: uppercase;
      color: #000000;
      padding: 20px 0;
      letter-spacing: -.02em; }
    .return-form__success .button {
      text-decoration: none;
      padding: 15px 60px;
      font-size: 16px;
      font-size: 1rem; }
  .return-form__shipping-instructions {
    background: #efefef;
    padding: 60px 80px;
    text-align: left; }
    @media (max-width: 639px) {
      .return-form__shipping-instructions {
        padding: 30px 20px; } }
    .return-form__shipping-instructions h3 {
      text-align: left;
      color: #000000; }
  .return-form .fieldset {
    margin: 0; }
  .return-form .buttons-set {
    margin: 0; }
    .return-form .buttons-set .required {
      display: none; }
    .return-form .buttons-set button {
      float: none;
      width: 100%; }
  .return-form .return-form__status-box {
    display: none;
    background: #FFF;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5; }

/* ---------------- Global ------------------------------------------ */
/* ------------------------------------------------------------------ */
.hide {
  display: none; }

.schema_hidden_data {
  display: none; }

#site_container {
  position: relative;
  height: 100%; }

#site_content_container {
  background: #ffffff; }

.nopadding {
  padding: 0 !important; }

strong {
  font-weight: 600; }

h1.page_header {
  font-size: 28px;
  max-width: 500px;
  text-align: center;
  margin: 0 auto;
  font-family: "DINCondensed-Regular", "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  color: #000000;
  padding: 15px 20px;
  letter-spacing: -.02em; }

h2.page_subhead {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  margin: 10px 0; }

hr.decorative_break {
  border: none;
  border-top: 1px dotted rgba(0, 0, 0, 0.2);
  width: 50%;
  max-width: 500px;
  margin: 0 auto 15px auto;
  height: 1px; }

hr.decorative_break_2, .cms-page-view hr {
  border: none;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  width: 50%;
  min-width: 250px;
  max-width: 500px;
  margin: 0 auto 15px auto;
  height: 0; }

.category_desc {
  text-align: center;
  font-weight: 300;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto 15px auto;
  padding: 0 20px; }
  .category_desc p {
    margin-bottom: 15px; }

.category_banner {
  text-align: center; }
  .category_banner ul {
    font-size: 0; }
  .category_banner li {
    display: inline-block;
    width: calc(100% / 3); }
  .category_banner a {
    display: block;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-size: contain; }
  .category_banner span {
    display: block;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-size: contain; }
  .category_banner li:nth-of-type(n+4) {
    display: none; }

.global-site-notice {
  background: #FFA300; }

.notice-inner {
  max-width: 1400px;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
  padding: 10px 0; }

#scroll_arrow {
  -webkit-transition: bottom 1s;
  -ms-transition: bottom 1s;
  -moz-transition: bottom 1s;
  -o-transition: bottom 1s;
  transition: bottom 1s;
  position: fixed;
  z-index: 999;
  bottom: -50px;
  cursor: pointer;
  left: calc(50% - 50px);
  text-align: center;
  width: 100px;
  height: 40px;
  font-size: 20px;
  background: #ffffff center 10px no-repeat;
  color: #256CCC;
  padding: 5px 0 0 0;
  text-align: center;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); }
  #scroll_arrow.active {
    bottom: 0; }
  @media (max-width: 39.9375em) {
    #scroll_arrow {
      display: none; } }

.inside-border {
  margin: 0 .9375rem;
  border: 1px solid #808080; }

/* ---------------- Site Callout ------------------------------------------ */
/* ------------------------------------------------------------------ */
#site_callout {
  background: #256CCC;
  color: #ffffff;
  position: relative;
  z-index: 10; }
  #site_callout a {
    color: #ffffff;
    margin: 0 5px; }

#site_callout_inner {
  position: relative;
  text-align: center;
  padding: 5px 0;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  text-transform: uppercase; }
  @media (max-width: 39.9375em) {
    #site_callout_inner {
      padding: 5px 20px; } }
  #site_callout_inner p {
    display: inline-block;
    margin: 0; }
  #site_callout_inner p:nth-of-type(2) {
    display: none;
    margin-left: 20px; }

#holiday_message {
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  background: #ffa300; }
  #holiday_message p {
    margin: 0; }
  #holiday_message a {
    color: inherit;
    text-transform: uppercase;
    padding: 10px 0;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 1px; }

.strike-through {
  text-decoration: line-through; }

/* ---------------- Header ------------------------------------------ */
/* ------------------------------------------------------------------ */
#site_header_outer {
  position: relative; }

#site_header {
  z-index: 10;
  background: #ffffff; }
  #site_header.open-modal {
    z-index: 0; }
  @media (min-width: 640px) {
    .has-sticky #site_header {
      height: 168px; } }

#site_header_inner {
  vertical-align: middle;
  transition: none; }
  @media (min-width: 640px) {
    #site_header_inner {
      padding-bottom: 20px; } }
  #site_header_inner.sticky {
    position: fixed;
    width: 100%;
    background: #fff;
    bottom: auto;
    padding-bottom: 0;
    top: 0;
    z-index: 9999;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3); }
    @media (min-width: 1024px) {
      #site_header_inner.sticky:before {
        content: "";
        display: block;
        width: 160px;
        height: 140px;
        position: absolute;
        z-index: -1;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        border-radius: 100%;
        box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3); } }
  @media (max-width: 1250px) and (min-width: 1023px) {
    #site_header_inner #logo_container {
      width: 280px; } }

.site_header_inner--right {
  display: inline-block;
  float: right; }

.mobile_nav_header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .mobile_nav_header .menu_title {
    display: inline-block;
    font-family: "DINCondensed-Regular", "Source Sans Pro", sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    margin: 0; }

a.mobile_back {
  color: #808080;
  display: block;
  height: 30px; }
  a.mobile_back .arrow {
    background: url("https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/default/images/icons/bx-prev.1567628560.png") center center no-repeat;
    display: block;
    height: 30px;
    width: 30px; }
    a.mobile_back .arrow:before, a.mobile_back .arrow:after {
      background: none; }

.mobile-menu-button__close {
  position: absolute;
  z-index: 100;
  right: 15px;
  top: 18px;
  height: 30px;
  width: 30px; }

.mobile-menu-button__back {
  position: absolute;
  top: 18px;
  left: 22px;
  height: 30px;
  width: 30px; }

.close-icon {
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px; }
  .close-icon:before, .close-icon:after {
    position: absolute;
    display: block;
    content: '';
    background: #666666;
    width: 100%;
    transition: all 0.3s;
    width: 2px;
    height: 30px;
    top: 0;
    left: 15px; }
  .close-icon:before {
    transform: rotate(45deg); }
  .close-icon:after {
    transform: rotate(-45deg); }

.mobile_nav_toggle, .mobile_nav_toggle_open, .exit-modal {
  position: relative;
  top: -3px;
  width: 50px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px; }
  .mobile_nav_toggle .mobile-menu-button__open, .mobile_nav_toggle .mobile-menu-button__close, .mobile_nav_toggle_open .mobile-menu-button__open, .mobile_nav_toggle_open .mobile-menu-button__close, .exit-modal .mobile-menu-button__open, .exit-modal .mobile-menu-button__close {
    color: #808080;
    position: relative;
    display: block;
    height: 30px;
    width: 30px; }
    .mobile_nav_toggle .mobile-menu-button__open i, .mobile_nav_toggle .mobile-menu-button__close i, .mobile_nav_toggle_open .mobile-menu-button__open i, .mobile_nav_toggle_open .mobile-menu-button__close i, .exit-modal .mobile-menu-button__open i, .exit-modal .mobile-menu-button__close i {
      font-size: 30px;
      font-size: 1.875rem;
      color: #666666;
      cursor: pointer; }
  .mobile_nav_toggle.active span, .mobile_nav_toggle_open.active span, .exit-modal.active span {
    background: transparent; }
  .mobile_nav_toggle.active span:before, .mobile_nav_toggle.active span:after, .mobile_nav_toggle_open.active span:before, .mobile_nav_toggle_open.active span:after, .exit-modal.active span:before, .exit-modal.active span:after {
    top: 0; }
  .mobile_nav_toggle.active span:before, .mobile_nav_toggle_open.active span:before, .exit-modal.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 1px; }
  .mobile_nav_toggle.active span:after, .mobile_nav_toggle_open.active span:after, .exit-modal.active span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 1px; }
  @media (max-width: 639px) {
    .mobile_nav_toggle span, .mobile_nav_toggle span:before, .mobile_nav_toggle span:after, .mobile_nav_toggle_open span, .mobile_nav_toggle_open span:before, .mobile_nav_toggle_open span:after, .exit-modal span, .exit-modal span:before, .exit-modal span:after {
      height: 2px; }
    .mobile_nav_toggle span:before, .mobile_nav_toggle_open span:before, .exit-modal span:before {
      top: -8px; }
    .mobile_nav_toggle span:after, .mobile_nav_toggle_open span:after, .exit-modal span:after {
      bottom: -8px; } }

.mobile_nav_toggle_open {
  padding: 0 10px;
  top: 15px;
  right: 5px;
  position: absolute; }

#logo_container, #logo_container_open {
  width: calc(100% - 140px);
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 20px 0; }
  #logo_container a, #logo_container_open a {
    display: inline-block;
    color: #808080;
    font-weight: 300; }
  #logo_container p, #logo_container_open p {
    display: none;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 10px; }
  #logo_container.no_search, #logo_container_open.no_search {
    width: calc(100% - 100px); }
  @media (max-width: 639px) {
    #logo_container, #logo_container_open {
      padding: 5px 0;
      height: 65px; } }

#logo_container_open.no_search {
  width: 100%;
  line-height: 56px; }

#logo {
  display: inline-block;
  width: 200px; }
  #logo img {
    width: 100%; }
  @media (max-width: 39.9375em) {
    #logo {
      display: inline-block;
      height: 100%; }
      #logo img {
        max-height: 100%;
        width: auto;
        height: 55px; } }

#header_right {
  position: relative;
  top: 3px;
  width: 30px;
  display: inline-block;
  vertical-align: middle; }

#user_nav {
  float: right;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  text-transform: none; }
  @media (max-width: 64em) {
    #user_nav {
      display: none; } }
  #user_nav ul {
    margin: 0; }
  #user_nav li {
    display: inline-block;
    vertical-align: middle; }
    #user_nav li.link {
      border-right: 1px solid rgba(255, 255, 255, 0.8); }
      #user_nav li.link:last-child {
        border-right: 0; }
      #user_nav li.link a {
        padding: 0px;
        margin: 0 15px;
        display: block;
        color: #FFFFFF; }
  #user_nav #account_link, #user_nav #support_link {
    display: none; }
  #user_nav #search_link {
    margin-right: 10px; }
    #user_nav #search_link a {
      padding: 0; }
    #user_nav #search_link i {
      font-size: 18px; }
    #user_nav #search_link span {
      display: none;
      margin-left: 10px; }

#cart_link {
  display: inline-block;
  padding: 45px 0 0 0; }
  @media (max-width: 1023px) {
    #cart_link {
      padding: 25px 0 0 0; } }
  @media (max-width: 639px) {
    #cart_link {
      padding: 15px 0 0 0; } }

#cart_icon {
  display: block;
  position: relative;
  background: url("https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/default/images/cart_icon_blue_off.svg") no-repeat;
  background-size: contain;
  width: 32px;
  height: 35px;
  text-align: center;
  padding: 11px 0 0 0; }
  #cart_icon span {
    font-size: 14px;
    font-size: 0.875rem;
    display: block;
    width: 100%;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-family: "Roboto Slab", "Source Sans Pro", sans-serif; }
  #cart_icon.has_items {
    background-image: url("https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/default/images/cart_icon_blue_off.svg"); }
    #cart_icon.has_items span {
      color: #ffffff; }
  @media (max-width: 639px) {
    #cart_icon {
      height: 32px; }
      #cart_icon.has_items {
        background: #FFA300; } }

/* ---------------- Site Search ------------------------------------------ */
/* ------------------------------------------------------------------ */
#site_search {
  position: relative;
  z-index: 10;
  font-size: 0;
  display: inline-block;
  padding: 0 15px 0 0;
  top: -1px; }
  #site_search--mobile, #site_search--tablet {
    padding: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  @media (max-width: 1023px) {
    #site_search {
      display: none; } }
  @media (min-width: 640px) {
    #site_search--mobile {
      display: none !important; } }

#search_bar {
  width: 225px; }
  @media (max-width: 1250px) and (min-width: 1023px) {
    #search_bar {
      width: 110px; } }

#search_bar_inner, #search_bar_inner--mobile, #search_bar_inner--tablet {
  background: #fafafa;
  border: 1px solid #bdbcbc;
  width: 100%;
  padding: 0 7px;
  margin-right: 50px; }
  #search_bar_inner input, #search_bar_inner--mobile input, #search_bar_inner--tablet input {
    background: transparent;
    border: none;
    width: calc(100% - 35px);
    font-size: 16px;
    display: inline-block;
    margin: 0;
    height: 45px;
    color: #4d4d4d;
    clearMaskOnLostFocus: false; }
    #search_bar_inner input::-webkit-input-placeholder, #search_bar_inner--mobile input::-webkit-input-placeholder, #search_bar_inner--tablet input::-webkit-input-placeholder {
      color: #bdbcbc; }
    #search_bar_inner input::-moz-placeholder, #search_bar_inner--mobile input::-moz-placeholder, #search_bar_inner--tablet input::-moz-placeholder {
      /* Firefox 19+ */
      color: #bdbcbc; }
    #search_bar_inner input:-ms-input-placeholder, #search_bar_inner--mobile input:-ms-input-placeholder, #search_bar_inner--tablet input:-ms-input-placeholder {
      /* IE 10+ */
      color: #bdbcbc; }
    #search_bar_inner input:focus, #search_bar_inner--mobile input:focus, #search_bar_inner--tablet input:focus {
      box-shadow: none; }
    #search_bar_inner input:-webkit-input-placeholder, #search_bar_inner--mobile input:-webkit-input-placeholder, #search_bar_inner--tablet input:-webkit-input-placeholder {
      color: blue; }
  #search_bar_inner button, #search_bar_inner--mobile button, #search_bar_inner--tablet button {
    font-family: "FontAwesome";
    width: 30px;
    text-align: right;
    font-size: 16px;
    border: none;
    color: #bdbcbc;
    padding: 9px 0; }
  @media (max-width: 1250px) and (min-width: 1023px) {
    #search_bar_inner input, #search_bar_inner--mobile input, #search_bar_inner--tablet input {
      padding: 0; }
    #search_bar_inner button, #search_bar_inner--mobile button, #search_bar_inner--tablet button {
      width: 15px;
      float: right;
      padding: 14px 0; } }

#search_util_links {
  background: #fafafa;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5); }

#search_util_links_inner {
  padding: 15px 15px 10px 15px; }
  #search_util_links_inner span {
    font-size: 12px;
    display: block;
    text-transform: uppercase;
    margin-bottom: 5px; }
  #search_util_links_inner ul {
    font-size: 0; }
  #search_util_links_inner li {
    display: block;
    font-size: 14px;
    margin-left: -5px; }
  #search_util_links_inner a {
    color: #808080;
    display: block;
    padding: 8px 5px; }

/* ---------------- Main Nav ------------------------------------------ */
/* ------------------------------------------------------------------ */
#main_nav {
  display: none;
  padding-left: 110px;
  vertical-align: middle; }
  #main_nav ul {
    list-style-type: none;
    margin: 0; }
    #main_nav ul#main_nav_items {
      padding-top: 20px; }
      .sticky #main_nav ul#main_nav_items {
        padding-top: 0; }
  @media (max-width: 1250px) and (min-width: 1023px) {
    #main_nav {
      padding-left: 98px; } }

#main_nav_items {
  background: #fff; }
  #main_nav_items > li {
    display: inline-block; }
    #main_nav_items > li.cart_in_menu {
      position: absolute;
      z-index: 4; }
      #main_nav_items > li.cart_in_menu #cart_link {
        padding-top: 51px;
        padding-left: 15px; }
        .sticky #main_nav_items > li.cart_in_menu #cart_link {
          padding-top: 46px; }
      #main_nav_items > li.cart_in_menu #cart_icon {
        width: 27px;
        height: 27px;
        padding-top: 6px; }
        #main_nav_items > li.cart_in_menu #cart_icon.has_items {
          background-image: url(https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/default/images/cart_icon_blue_off.svg); }
        #main_nav_items > li.cart_in_menu #cart_icon span {
          font-size: 13px;
          font-weight: 600; }
    #main_nav_items > li.search_in_menu {
      padding-left: 0px; }
      #main_nav_items > li.search_in_menu a {
        white-space: nowrap; }
    #main_nav_items > li.logo_in_menu {
      position: relative;
      z-index: 1000; }
      #main_nav_items > li.logo_in_menu img {
        max-width: 118px;
        transition: all 0.2s; }
      .sticky #main_nav_items > li.logo_in_menu a {
        background: #fff;
        border: 20px solid #fff;
        border-radius: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 15px;
        padding-right: 15px; }
      .sticky #main_nav_items > li.logo_in_menu img {
        max-width: 90px; }
      #main_nav_items > li.logo_in_menu.active > a:after {
        display: none;
        opacity: 0; }
    #main_nav_items > li.menu_locations span {
      display: inline-block;
      width: 27px;
      height: 27px;
      background: url("https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/default/images/map-pin.svg") center center no-repeat;
      vertical-align: -4px; }
    #main_nav_items > li.menu_user_link > a {
      margin: 0 6px 0 0px; }
    #main_nav_items > li.menu_user_link span {
      display: inline-block;
      width: 27px;
      height: 27px;
      background: url("https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/default/images/user.svg") center center no-repeat;
      vertical-align: -6px;
      background-size: cover; }
  #main_nav_items > li > a {
    display: inline-block;
    letter-spacing: 2px;
    color: #5a5a5a;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 0 10px 0;
    font-size: 16px;
    margin: 0 15px;
    -webkit-font-smoothing: antialiased; }
    #main_nav_items > li > a:hover {
      color: #000000; }
    #main_nav_items > li > a:after {
      content: '';
      opacity: 0;
      transition: opacity .2s; }
    .sticky #main_nav_items > li > a {
      margin-bottom: -25px;
      padding-top: 0; }
    @media (max-width: 1250px) and (min-width: 1023px) {
      #main_nav_items > li > a {
        margin: 0 10px; } }
  #main_nav_items > li.active > a {
    color: #000000;
    position: relative;
    z-index: 9999; }
    #main_nav_items > li.active > a:after {
      opacity: 1;
      content: '';
      display: block;
      position: absolute;
      top: 56px;
      left: calc(50% - 12px);
      width: 25px;
      height: 25px;
      background: #ffffff;
      border-right: 1px solid #c6c6c6;
      border-bottom: 1px solid #c6c6c6;
      transform: rotate(-135deg); }
    .sticky #main_nav_items > li.active > a:after {
      top: 49px; }

#main_nav_items .nav_lvl_2 {
  display: none;
  border-top: 1px solid #c6c6c6;
  position: absolute;
  width: 100%;
  z-index: 999;
  left: 0;
  top: 134px;
  font-size: 0;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
  .sticky #main_nav_items .nav_lvl_2 {
    top: 113px; }

#main_nav_items .callout_categories {
  background: #e1e1e1;
  font-family: "DINCondensed-Regular", "Source Sans Pro", sans-serif;
  font-size: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  #main_nav_items .callout_categories ul {
    font-size: 0;
    padding: 10px 0; }
  #main_nav_items .callout_categories li {
    display: inline-block; }
  #main_nav_items .callout_categories a {
    display: block;
    padding: 5px 15px;
    font-size: 13px;
    text-transform: uppercase;
    color: #4d4d4d; }
  #main_nav_items .callout_categories a:hover {
    color: #808080; }

#main_nav_items .standard_categories > ul {
  padding: 45px 25px; }

#main_nav_items .standard_categories > ul > li {
  display: inline-block;
  vertical-align: top;
  width: calc(68% / 3);
  padding: 0 10px; }

#main_nav_items .standard_categories span {
  display: block;
  overflow: hidden;
  padding-bottom: 15px;
  max-width: 150px; }

#main_nav_items .standard_categories span a {
  display: block; }

#main_nav_items .standard_categories a:hover {
  color: #FFA300; }

#main_nav_items .standard_categories .callout_categories-inner {
  padding: 0 30px 0 0;
  width: 30%;
  height: 220px;
  line-height: 24px;
  margin: 0 0 2px 0;
  letter-spacing: 1px; }
  #main_nav_items .standard_categories .callout_categories-inner.support-dd {
    padding-right: 0; }
  #main_nav_items .standard_categories .callout_categories-inner ul {
    height: 100%;
    border-right: 1px solid #d2d1ca;
    margin: 0 50px; }
  #main_nav_items .standard_categories .callout_categories-inner li {
    font-size: 13px;
    text-align: left;
    text-transform: uppercase; }
  #main_nav_items .standard_categories .callout_categories-inner a {
    color: #000000;
    font-weight: 600; }
    #main_nav_items .standard_categories .callout_categories-inner a:hover {
      color: #FFA300; }

#main_nav_items .small-dropdown {
  position: relative; }
  #main_nav_items .small-dropdown .standard_categories > ul {
    padding: 20px 25px; }
  #main_nav_items .small-dropdown .nav_lvl_2 {
    width: 210px;
    top: 68px;
    left: -56px;
    border: 1px solid #c6c6c6; }
    #main_nav_items .small-dropdown .nav_lvl_2.about-dd {
      left: -12px; }
    .sticky #main_nav_items .small-dropdown .nav_lvl_2 {
      top: 62px; }
    #main_nav_items .small-dropdown .nav_lvl_2 ul {
      border: none;
      margin: 0; }
  #main_nav_items .small-dropdown .callout_categories-inner {
    width: 100%;
    height: inherit; }

#main_nav_items .standard_categories {
  font-size: 13px;
  text-align: left;
  vertical-align: top;
  text-transform: uppercase;
  letter-spacing: 1px; }
  #main_nav_items .standard_categories > a {
    font-size: 13px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 8px; }
  #main_nav_items .standard_categories li:first-of-type {
    margin: 2px 0 2px 0; }
  #main_nav_items .standard_categories li {
    margin-bottom: 2px; }
    #main_nav_items .standard_categories li a {
      color: #787878; }

/* ---------------- Mobile Nav ----------------------------- */
/* ------------------------------------------------------------------ */
#mobile_nav {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: #ffffff;
  overflow: auto;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); }
  #mobile_nav .footer-link-mobile {
    background: #256CCC;
    color: #FFFFFF;
    padding: 10px 0;
    height: 44px; }
  #mobile_nav .legal {
    text-align: center;
    font-size: 10px; }
  #mobile_nav .log-in-button {
    display: block;
    color: #0a0a0a;
    border: 1px solid #4d4d4d;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    padding: 12px 0;
    margin: 0 0 25px;
    font-size: 16px;
    font-weight: 600;
    height: 44px; }
  #mobile_nav .border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 25px; }
  #mobile_nav .lower-nav {
    background: #f2f2f2;
    padding: 30px 0 0 0; }
  #mobile_nav .footer-catalog {
    margin: 0 0 40px; }
  #mobile_nav #header_newsletter {
    text-align: center; }
    #mobile_nav #header_newsletter strong {
      display: block;
      text-transform: uppercase; }
    @media (max-width: 639px) {
      #mobile_nav #header_newsletter {
        margin: 0 0 40px 0; } }

#mobile_nav_items {
  margin: 0 0 25px 0; }
  #mobile_nav_items ul {
    margin: 0; }
  #mobile_nav_items > li {
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  #mobile_nav_items > li:first-child {
    border-top-color: #ffffff; }
  #mobile_nav_items > li > a {
    display: block;
    padding: 10px 20px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #4d4d4d;
    text-transform: uppercase; }
  #mobile_nav_items .nav_lvl_1 > a:after {
    display: inline-block;
    float: right;
    position: relative;
    top: -1px;
    font-family: "FontAwesome";
    font-weight: 200;
    content: '\f105';
    font-size: 20px;
    color: rgba(0, 0, 0, 0.3);
    color: #808080; }
  #mobile_nav_items .nav_lvl_2 {
    display: none; }
    #mobile_nav_items .nav_lvl_2 .standard_categories ul li {
      width: 100%;
      padding: 10px 20px;
      letter-spacing: 1px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      #mobile_nav_items .nav_lvl_2 .standard_categories ul li a {
        font-weight: 600;
        text-transform: uppercase;
        color: #4d4d4d;
        display: block;
        font-size: 16px;
        font-size: 1rem; }
      #mobile_nav_items .nav_lvl_2 .standard_categories ul li.all_items_link {
        padding: 25px 15px; }
        #mobile_nav_items .nav_lvl_2 .standard_categories ul li.all_items_link > .menu_cat_links {
          width: 100%; }
        #mobile_nav_items .nav_lvl_2 .standard_categories ul li.all_items_link a {
          padding: 15px 0;
          font-size: 16px;
          font-size: 1rem;
          text-align: center;
          border: 1px solid #4d4d4d;
          vertical-align: middle;
          height: auto;
          width: 100%; }
    #mobile_nav_items .nav_lvl_2 .standard_categories > strong {
      padding: 25px 15px;
      display: block;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      #mobile_nav_items .nav_lvl_2 .standard_categories > strong a {
        padding: 15px 0;
        font-size: 16px;
        font-size: 1rem;
        text-align: center;
        border: 1px solid #4d4d4d;
        vertical-align: middle;
        height: auto;
        display: block;
        font-weight: 600;
        text-transform: uppercase;
        color: #4d4d4d; }

#mobile_social_links {
  font-size: 0;
  padding: 15px; }
  #mobile_social_links li:first-of-type {
    margin: 0; }
  #mobile_social_links li {
    display: inline-block;
    font-size: 34px;
    margin-left: 10px; }
  #mobile_social_links a {
    color: #e1e1e1; }

.footer-catalog .js-open-catalog-form {
  font-size: 16px;
  margin: 20px 0 0;
  width: 100%;
  font-weight: 600; }

#header_social_group .social-title {
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  width: 50%;
  margin: 0;
  position: relative;
  top: -6px; }

#header_social_group #header_social_links {
  font-size: 25px;
  display: inline-block;
  margin: 0;
  width: 49%; }
  #header_social_group #header_social_links li {
    width: 22%;
    text-align: center;
    display: inline-block; }
    #header_social_group #header_social_links li a {
      color: #000000; }

/* ---------------- HEADER SEARCH BAR -------------------------------*/
/* ------------------------------------------------------------------*/
#search_bar_inner--menu {
  display: none;
  width: 100%;
  padding: 30px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
  height: 100%;
  align-items: center;
  justify-content: center; }
  #search_bar_inner--menu.active {
    display: flex; }
  #search_bar_inner--menu #search_mini_form--menu {
    width: 100%;
    max-width: 1060px; }
    #search_bar_inner--menu #search_mini_form--menu .form-search {
      position: relative; }
      #search_bar_inner--menu #search_mini_form--menu .form-search button[type="submit"] {
        position: absolute;
        left: 0;
        top: 13px; }
        #search_bar_inner--menu #search_mini_form--menu .form-search button[type="submit"] i {
          font-size: 23px;
          color: #5a5a5a;
          opacity: 0.7; }
      #search_bar_inner--menu #search_mini_form--menu .form-search input#search--menu {
        font-size: 32px;
        padding-left: 35px;
        height: 50px;
        border: 0;
        color: #5a5a5a;
        opacity: 0.8;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        padding-right: 35px;
        margin-bottom: 0; }
        #search_bar_inner--menu #search_mini_form--menu .form-search input#search--menu:focus {
          box-shadow: none;
          border-bottom: 1px solid rgba(0, 0, 0, 0.4); }
      #search_bar_inner--menu #search_mini_form--menu .form-search input#search--menu::placeholder {
        opacity: 0.4;
        color: #5a5a5a;
        letter-spacing: 2px;
        text-transform: uppercase; }
      #search_bar_inner--menu #search_mini_form--menu .form-search .close-search {
        display: block;
        width: 32px;
        height: 32px;
        color: #5a5a5a;
        background: url("https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/default/images/x.svg") center center no-repeat;
        background-size: cover;
        position: absolute;
        right: 0;
        top: 12px;
        opacity: 0.6;
        transition: all 0.2s; }
        #search_bar_inner--menu #search_mini_form--menu .form-search .close-search:hover {
          opacity: 0.8; }

/* ---------------- Footer ------------------------------------------*/
/* ------------------------------------------------------------------*/
#site_footer {
  color: #0a0a0a;
  padding: 75px 15px 20px 15px;
  background: #f2f2f2;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center; }
  #site_footer a:active {
    background: rgba(0, 0, 0, 0.1); }
  #site_footer strong {
    color: #000000; }
  #site_footer .legal {
    font-size: 12px;
    color: #474747; }
  @media only screen and (max-width: 639px) {
    #site_footer {
      margin-top: 30px;
      padding: 20px 0; }
      #site_footer .legal {
        border-top: 1px solid #808080;
        padding: 10px 0 0; } }

.footer-title-mobile {
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-size: 16px; }

.footer-open-chat {
  padding-right: 3px;
  padding-left: 10px; }

.footer-phone {
  padding-right: 10px;
  padding-left: 3px; }

.footer-link-mobile {
  text-align: center;
  display: inline-block;
  clear: both;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000000;
  border: 1px solid #000000;
  padding: 15px 0;
  font-size: 15px;
  width: 100%;
  margin: 0 auto 35px; }
  .footer-link-mobile.js-open-chat {
    font-weight: 600; }
  .footer-link-mobile .fa {
    font-size: 18px; }
  .footer-link-mobile .fa-phone {
    transform: scaleX(-1);
    position: relative;
    top: 1px; }

#site_footer_inner {
  max-width: 1200px;
  margin: 0 auto; }

.site_footer_inner--bottom {
  margin: 0 0 40px 0; }

.footer-catalog, .header-catalog {
  margin: 0 0 20px 0; }
  .footer-catalog p, .header-catalog p {
    margin: 0 0 5px 0; }
  .footer-catalog strong, .header-catalog strong {
    font-weight: 600; }
  .footer-catalog .catalog_text, .header-catalog .catalog_text {
    font-size: 14px;
    font-size: 0.875rem; }
  .footer-catalog img, .header-catalog img {
    display: inline-block; }
  .footer-catalog .js-open-catalog-form, .header-catalog .js-open-catalog-form {
    display: inline-block;
    clear: both;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000000;
    border: 1px solid #000000;
    padding: 12px;
    height: 44px; }
  .footer-catalog .site_footer--catalog-modal p:last-child, .header-catalog .site_footer--catalog-modal p:last-child {
    display: none; }

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #969696; }

input:-moz-placeholder {
  /* Firefox 19+ */
  color: #969696; }

input::-moz-placeholder {
  /* Firefox 18- */
  color: #969696; }

input:-ms-input-placeholder {
  /* IE 10+ */
  color: #969696; }

.footer_link_group {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  text-align: left;
  padding-top: 10px; }
  .footer_link_group p {
    margin: 0 0 5px; }
  .footer_link_group strong {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 600; }
  .footer_link_group ul {
    margin: 0; }
  .footer_link_group li {
    font-size: 14px;
    font-size: 0.875rem;
    list-style: none;
    margin: 0 0 5px; }
  .footer_link_group a {
    display: inline-block;
    padding: 0;
    color: #474747; }

#footer_newsletter, #header_newsletter {
  margin: 0 0 100px 0;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #666666; }
  #footer_newsletter strong, #header_newsletter strong {
    color: #000000; }
  #footer_newsletter p, #header_newsletter p {
    margin: 0 0 35px; }
  #footer_newsletter_form, #header_newsletter_form {
    max-width: 390px;
    margin: 0 auto; }
    #footer_newsletter_form input, #header_newsletter_form input {
      display: inline-block;
      height: 44px;
      float: left;
      width: calc(100% - 115px);
      background: transparent;
      border-radius: 0px;
      color: #4c4c4c;
      text-align: left;
      margin: 0;
      box-shadow: none;
      border: 1px solid #000000;
      font-size: 14px;
      font-size: 0.875rem; }
      #footer_newsletter_form input::-webkit-input-placeholder, #header_newsletter_form input::-webkit-input-placeholder {
        color: #969696; }
      #footer_newsletter_form input:-webkit-autofill, #footer_newsletter_form input:-webkit-autofill:focus, #header_newsletter_form input:-webkit-autofill, #header_newsletter_form input:-webkit-autofill:focus {
        background-color: #4c4c4c !important; }
    #footer_newsletter_form button, #header_newsletter_form button {
      display: inline-block;
      background: #000000;
      color: #FFFFFF;
      border: 1px solid #000000;
      height: 44px;
      width: 115px;
      text-transform: uppercase;
      margin: 0;
      float: left;
      min-width: auto; }
    #footer_newsletter_form #newsletter-error, #header_newsletter_form #newsletter-error {
      display: none !important; }
    #footer_newsletter_form #newsletter.error, #header_newsletter_form #newsletter.error {
      border: 2px solid #c82828;
      border-right-color: #000000; }
  #footer_newsletter #ajax-message, #header_newsletter #ajax-message {
    padding: 20px 0;
    display: block; }

#footer_social_group {
  text-align: left;
  padding-top: 10px; }
  #footer_social_group .social-title {
    margin: 0;
    font-weight: 600;
    font-size: 15px;
    font-size: 0.9375rem;
    color: #000000; }

#footer_social_links {
  font-size: 0;
  margin: 15px 0; }
  #footer_social_links li {
    display: inline-block;
    font-size: 14px;
    margin-right: 10px; }
  #footer_social_links a {
    display: block; }
  #footer_social_links i {
    font-size: 20px;
    color: #434343;
    margin: 0 6px 0 0; }

#mobile_nav #social_links {
  color: rgba(0, 0, 0, 0.5); }

.center_breaker {
  overflow: hidden;
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 0 10px 0; }

.center_breaker_inner {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid #ffffff;
  margin: 0 25px; }
  .center_breaker_inner h2,
  .center_breaker_inner .h2 {
    float: left;
    display: inline-block;
    position: relative;
    left: 50%;
    font-family: "DINCondensed-Regular", "Source Sans Pro", sans-serif;
    color: #4d4d4d;
    font-size: 24px;
    text-transform: uppercase; }
    .center_breaker_inner h2 span,
    .center_breaker_inner .h2 span {
      position: relative;
      top: -10px;
      left: -50%;
      padding: 10px 20px;
      background: #ffffff; }

.site_footer--catalog-modal-container {
  position: fixed;
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 99999; }
  .site_footer--catalog-modal-container .fieldset {
    border: none;
    margin: 0;
    padding: 0; }
    .site_footer--catalog-modal-container .fieldset ul {
      margin: 0; }
  .site_footer--catalog-modal-container .exit-modal {
    position: absolute;
    right: 0;
    top: 15px; }

.site_footer--catalog-modal {
  width: 95%;
  max-height: 85%;
  max-width: 650px;
  position: relative;
  top: 50px;
  overflow: auto;
  margin: 0 auto;
  padding: 50px;
  background: #FFFFFF; }
  .site_footer--catalog-modal .close-modal {
    position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer; }
  .site_footer--catalog-modal .button {
    float: none;
    margin: 0 auto; }
  .site_footer--catalog-modal .right {
    float: right; }
  .site_footer--catalog-modal .page-title {
    margin: 0 0 15px;
    text-transform: uppercase;
    text-align: center;
    font-size: 22px; }
  .site_footer--catalog-modal .webforms-success-text {
    text-align: center;
    margin: 40px 0;
    font-size: 18px; }
  .site_footer--catalog-modal .please-wait {
    margin: 20px 0;
    display: block;
    text-align: center; }
  .site_footer--catalog-modal form {
    margin: 25px 0 0 0; }
  .site_footer--catalog-modal em {
    color: red; }
  .site_footer--catalog-modal .webforms-fields-large, .site_footer--catalog-modal .webforms-fields-medium, .site_footer--catalog-modal .webforms-fields-small {
    width: 100%; }
  @media (max-width: 639px) {
    .site_footer--catalog-modal {
      padding: 18px; }
      .site_footer--catalog-modal form {
        margin: 10px 0 0 0; }
      .site_footer--catalog-modal label {
        text-align: left; }
      .site_footer--catalog-modal em, .site_footer--catalog-modal p.required {
        display: none; }
      .site_footer--catalog-modal .button {
        max-width: none;
        width: 100%; } }

.button {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 1px;
  cursor: pointer;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600; }

/* ---------------- Feature Blocks ------------------------------------- */
/* ------------------------------------------------------------------ */
.center_breaker {
  overflow: hidden;
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 0 10px 0; }

.center_breaker_inner {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid #ffffff;
  margin: 0 25px; }
  .center_breaker_inner h2,
  .center_breaker_inner .h2 {
    float: left;
    display: inline-block;
    position: relative;
    left: 50%;
    font-family: "DINCondensed-Regular", "Source Sans Pro", sans-serif;
    color: #4d4d4d;
    font-size: 24px;
    text-transform: uppercase; }
    .center_breaker_inner h2 span,
    .center_breaker_inner .h2 span {
      position: relative;
      top: -10px;
      left: -50%;
      padding: 10px 20px;
      background: #ffffff; }

.feature_block_text {
  line-height: 1.3; }

.feature_block {
  border-bottom: 1px solid #ffffff; }
  .feature_block .feature_block_text {
    padding: 25px 25px;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    color: #808080; }
    .feature_block .feature_block_text h3,
    .feature_block .feature_block_text .h3 {
      color: #4d4d4d;
      font-size: 20px;
      line-height: 1.2;
      margin-bottom: 10px;
      font-weight: 600; }
    .feature_block .feature_block_text a {
      white-space: nowrap; }

/* ---------------- Homepage ----------------------------------------- */
/* ------------------------------------------------------------------ */
#homepage_hero {
  background: #f7f6f5;
  border-bottom: 1px solid #ffffff; }

.full_width_slideshow {
  position: relative;
  overflow: hidden;
  padding-top: 100%; }

.full_width_slideshow_inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%; }

.homepage_slide_item {
  position: relative;
  padding-top: 100%; }

.homepage_slide_content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat; }

.homepage_slide_text {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  padding: 25px 25px 50px 25px; }
  .homepage_slide_text h2,
  .homepage_slide_text .h2 {
    font-family: "DINCondensed-Regular", "Source Sans Pro", sans-serif;
    font-size: 26px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 10px; }
  .homepage_slide_text p {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 300;
    display: none; }
  .homepage_slide_text a {
    display: inline-block;
    padding: 15px 25px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 5px;
    border: 2px solid rgba(255, 255, 255, 0.5); }

.slideshow_nav_pages {
  position: absolute;
  bottom: 15px;
  margin: 0;
  width: 100%;
  text-align: center; }
  .slideshow_nav_pages .bx-pager-item {
    display: inline-block;
    margin: 0 3px; }
  .slideshow_nav_pages .bx-pager-item a {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: 2px solid #ffffff;
    font-size: 0;
    text-indent: -9999px; }
  .slideshow_nav_pages .bx-pager-item a.active {
    background: #ffffff; }

.full_width_slide_arrow {
  display: none;
  position: absolute;
  top: calc(50% - 25px);
  font-family: "FontAwesome";
  background: rgba(0, 0, 0, 0.1); }
  .full_width_slide_arrow a {
    font-size: 50px;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    padding: 10px;
    overflow: hidden; }
  .full_width_slide_arrow.prev {
    left: 0;
    border-radius: 0 5px 5px 0; }
  .full_width_slide_arrow.next {
    right: 0;
    border-radius: 5px 0 0 5px; }

#publication_logos {
  text-align: center;
  background: #fafafa; }
  #publication_logos p {
    display: inline-block;
    text-transform: uppercase;
    font-size: 9px;
    color: #b3b3b3; }
  #publication_logos ul {
    font-size: 0;
    text-align: center;
    padding: 0; }
  #publication_logos li {
    position: relative;
    display: inline-block;
    width: calc(100% / 3);
    padding: 10% 15px 0 15px;
    max-width: 250px;
    vertical-align: middle;
    border-right: 1px solid #ffffff; }
    #publication_logos li img {
      position: absolute;
      display: block;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      margin: auto;
      max-width: 80%;
      max-height: 20px;
      opacity: 0.4; }
  #publication_logos li:first-of-type {
    margin: 0;
    border-left: 1px solid #ffffff; }
  #publication_logos li:last-of-type {
    display: none; }

#homepage_review_callouts {
  background: #e1e1e1;
  border-top: 1px solid #ffffff; }

#homepage_review_callouts_inner {
  position: relative;
  padding: 10px 15px;
  max-width: 700px;
  margin: 0 auto; }

/* ---------------- Breadcrumbs ------------------------------------- */
/* ------------------------------------------------------------------ */
#breadcrumbs {
  color: #9B9B9B;
  text-transform: uppercase;
  border-top: 1px solid #CECECE;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 5px 0 0 5px;
  margin: 15px 0 20px; }
  @media only screen and (max-width: 639px) {
    #breadcrumbs {
      margin: 0 0 20px; } }
  #breadcrumbs ul {
    margin: 0; }
    @media only screen and (max-width: 639px) {
      #breadcrumbs ul {
        display: none; } }
    #breadcrumbs ul li {
      display: inline; }
      #breadcrumbs ul li:after {
        content: '/';
        display: inline-block;
        padding: 0 2px 0 3px; }
      #breadcrumbs ul li:last-child:after {
        content: ''; }
  #breadcrumbs a {
    color: #9B9B9B; }

.catalog-product-view #breadcrumbs {
  border-top: none;
  padding: 5px 0 0 10px; }
  .catalog-product-view #breadcrumbs a {
    color: #4e4e4e; }

/* ---------------- Category Landing -------------------------------- */
/* ------------------------------------------------------------------ */
#category_items_block {
  padding-bottom: 20px; }
  #category_items_block ul {
    font-size: 0;
    text-align: center; }
  #category_items_block li {
    margin-bottom: 10px; }
  #category_items_block a {
    display: block;
    color: #4d4d4d; }
  #category_items_block a:active {
    color: #e1e1e1; }
  #category_items_block h3,
  #category_items_block .h3 {
    text-transform: uppercase;
    border-top: 1px dotted rgba(0, 0, 0, 0.2);
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
    padding: 10px 0;
    font-family: "DINCondensed-Regular", "Source Sans Pro", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 10px; }

/* ---------------- Product Listing --------------------------------- */
/* ------------------------------------------------------------------ */
#product_filter_group_block {
  position: relative;
  margin: 20px auto 10px auto;
  max-width: 430px; }
  #product_filter_group_block h6 {
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
    color: #4d4d4d; }

#reset_filters {
  position: absolute;
  top: -5px;
  right: 10px;
  display: none;
  font-size: 12px;
  color: #808080;
  padding: 5px; }
  #reset_filters i {
    margin-right: 5px;
    display: none; }

#filters_container {
  font-size: 0;
  border-radius: 5px; }
  #filters_container select {
    border: none; }

.filter_item_block {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 15px;
  vertical-align: middle; }
  .filter_item_block label {
    display: inline-block;
    width: 75px;
    font-size: 14px;
    text-transform: uppercase;
    background: #f7f6f5;
    padding: 16px 15px 13px 15px;
    border-right: 1px solid rgba(0, 0, 0, 0.02);
    font-size: 12px;
    vertical-align: middle; }
  .filter_item_block select {
    display: inline-block;
    width: calc(100% - 75px);
    padding-left: 15px;
    vertical-align: middle; }
  .filter_item_block:first-of-type {
    border-bottom: none; }

.filter_label {
  background: #ffffff;
  font-size: 0; }
  .filter_label label {
    display: inline-block;
    padding: 15px 10px;
    font-size: 12px;
    color: #4d4d4d;
    text-transform: uppercase;
    width: 70px; }
  .filter_label span {
    display: inline-block;
    text-align: right;
    font-size: 12px;
    color: #808080;
    width: calc(100% - 90px); }
  .filter_label span:after {
    content: '\f107';
    display: inline-block;
    width: 10px;
    margin-left: 10px;
    font-family: "FontAwesome";
    font-size: 14px;
    color: #808080; }
  .filter_label.active span:after {
    content: '\f106'; }

.filter_list_items {
  display: none;
  background: #f9f9f9;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .filter_list_items li {
    display: block;
    color: #4d4d4d;
    padding: 15px 20px;
    font-size: 14px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1); }
  .filter_list_items li.active {
    background: #256CCC;
    color: #ffffff; }
  .filter_list_items li.grid {
    display: inline-block;
    width: calc(100% / 3);
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px 0; }
  .filter_list_items li.grid:nth-child(3n) {
    border-right: none; }

#product_list_loader {
  text-align: center;
  font-size: 0; }
  #product_list_loader img {
    display: inline-block;
    visibility: hidden;
    margin-bottom: 20px; }
  #product_list_loader img.active {
    visibility: visible; }

.product_list_header_row {
  position: relative;
  max-width: 400px;
  margin: 10px auto;
  text-align: center;
  border-top: 1px dotted rgba(0, 0, 0, 0.2);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
  padding: 10px 0;
  background: transparent; }
  .product_list_header_row h2,
  .product_list_header_row .h2 {
    display: inline-block;
    font-size: 18px;
    font-family: "DINCondensed-Regular", "Source Sans Pro", sans-serif;
    text-transform: uppercase;
    color: #4d4d4d;
    vertical-align: middle; }
  .product_list_header_row span {
    display: inline-block;
    vertical-align: middle;
    color: #808080;
    margin-left: 10px;
    font-weight: 300;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px 0 5px 10px; }
  .product_list_header_row strong {
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    font-size: 9px;
    font-weight: 400;
    padding: 5px 5px 5px;
    text-transform: uppercase;
    color: #ffffff;
    background: #256CCC; }

.product_list_items:last-of-type {
  padding-bottom: 50px; }

/* ---------------- Product Detail ------------------------------------------ */
/* ------------------------------------------------------------------ */
.product-view__media-cta {
  background: #eaeaea;
  position: relative; }

.product-gift-card .product-view__media-cta {
  margin: 0 0 40px; }

.product-gift-card .product-view__details--title {
  text-align: center;
  margin: 0 0 30px; }

.product-gift-card .product-view__details {
  height: auto;
  padding-bottom: 40px; }
  .product-gift-card .product-view__details .add-to-cart {
    float: none;
    width: 100%; }
    .product-gift-card .product-view__details .add-to-cart button {
      padding: 17px 0; }
  .product-gift-card .product-view__details #aw-gc2-product-form-options .field {
    margin-bottom: 0px; }
  .product-gift-card .product-view__details .aw-gc2-product-form-options__fromto {
    padding-right: 0 !important; }

.product-gift-card .amount-options {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #cacaca; }
  .product-gift-card .amount-options select {
    max-width: 220px;
    margin: 0 auto; }

.product-gift-card label {
  margin: 0 0 12px;
  font-weight: 600; }

.product-gift-card input.error {
  border-color: #c82828; }

.product-gift-card label.error {
  display: none !important; }

.product-gift-card .decorative_break_1 {
  border-color: #e1e1e1;
  margin-bottom: 12px; }

.aw-gc2-product-form-options .form-list .field.gift-from {
  float: right; }

.giftcard-image #prod_main_image_inner {
  text-align: center; }
  .giftcard-image #prod_main_image_inner ul {
    margin: 0; }
  .giftcard-image #prod_main_image_inner img {
    max-width: 545px;
    width: 100%;
    padding: 0 15px; }

#hubbards_wild h2 {
  text-align: center; }

#prod_content_upper_container {
  position: relative;
  padding-top: 75px;
  font-size: 0; }

#prod_detail_layout_block_1 {
  font-size: 14px; }
  #prod_detail_layout_block_1 p {
    text-align: center;
    margin-bottom: 15px;
    color: #808080;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px; }
  #prod_detail_layout_block_1 .slick-slide {
    background: #e5e5e5; }
    #prod_detail_layout_block_1 .slick-slide img {
      margin: 0 auto;
      position: relative;
      z-index: 99; }

#prod_detail_layout_block_2 {
  font-size: 14px; }
  #prod_detail_layout_block_2 dl {
    margin: 0; }

#prod_main_image_block {
  position: relative; }
  #prod_main_image_block .slick-slider {
    z-index: 2; }

#prod_main_image {
  position: relative;
  overflow: hidden;
  padding-top: 67%; }
  #prod_main_image i {
    color: #808080;
    position: absolute;
    top: 45%;
    width: 100%; }

#prod_main_image_inner {
  position: absolute;
  right: 0px;
  left: 0px;
  top: 10px;
  opacity: 1;
  -webkit-opacity: 0.2s;
  -ms-opacity: 0.2s;
  -moz-opacity: 0.2s;
  -o-opacity: 0.2s;
  opacity: 0.2s; }
  #prod_main_image_inner.load {
    opacity: 1;
    position: absolute; }

.prod_slider_nav {
  display: none !important;
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 50px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.3);
  z-index: 99; }

.pant_slider_nav {
  cursor: pointer;
  position: absolute;
  font-family: 'FontAwesome';
  display: block;
  width: 20px;
  font-size: 25px;
  height: 50px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.3);
  z-index: 101; }

.prod_slider_left {
  left: -5px; }

.prod_slider_right {
  right: -15px; }

#prod_slider_pages, #lifestyle_images_inner {
  text-align: center;
  font-size: 0;
  margin: 0 auto;
  bottom: 20px;
  z-index: 2;
  position: relative; }
  #prod_slider_pages .slick-dots, #lifestyle_images_inner .slick-dots {
    display: inline-block;
    margin: 0; }
    #prod_slider_pages .slick-dots li, #lifestyle_images_inner .slick-dots li {
      display: inline-block;
      margin-left: 2px;
      margin-right: 2px;
      vertical-align: bottom; }
      #prod_slider_pages .slick-dots li a, #prod_slider_pages .slick-dots li button, #lifestyle_images_inner .slick-dots li a, #lifestyle_images_inner .slick-dots li button {
        cursor: pointer;
        display: block;
        text-indent: -999px;
        overflow: hidden;
        width: 10px;
        height: 10px;
        border: 1px solid #808080;
        border-radius: 20px; }
        #prod_slider_pages .slick-dots li a img, #prod_slider_pages .slick-dots li button img, #lifestyle_images_inner .slick-dots li a img, #lifestyle_images_inner .slick-dots li button img {
          display: none; }
      #prod_slider_pages .slick-dots li.slick-active a, #prod_slider_pages .slick-dots li.slick-active button, #lifestyle_images_inner .slick-dots li.slick-active a, #lifestyle_images_inner .slick-dots li.slick-active button {
        background: #000000; }
  @media only screen and (max-width: 639px) {
    #prod_slider_pages, #lifestyle_images_inner {
      bottom: 5px; } }

#lifestyle_images_inner .slick-dots li {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 10px; }

#prod_title_group {
  background: #ffffff;
  text-align: left;
  margin: 15px 0 0 15px; }
  #prod_title_group h1 {
    text-transform: uppercase;
    color: #4d4d4d;
    font-size: 22px;
    margin-bottom: 5px; }
  #prod_title_group .product-flag {
    color: #FFA300; }

#prod_price_review_block {
  font-size: 0;
  text-align: center; }

#prod_price {
  position: relative;
  margin: 10px 0 0 0;
  font-size: 18px;
  color: #4d4d4d; }

#prod_review_summary {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle; }
  #prod_review_summary i {
    color: #FFA300;
    font-size: 14px; }
  #prod_review_summary .yotpo-bottomline.pull-left {
    float: right; }

#prod_details_lower {
  position: relative; }

#color_size_container {
  font-size: 0; }

.color_option_name {
  color: #808080;
  font-size: 12px;
  text-transform: uppercase;
  display: none; }

#size_close {
  display: block;
  text-align: center;
  margin-bottom: 10px;
  cursor: pointer; }
  #size_close a {
    display: inline-block;
    padding: 8px 10px;
    background: rgba(0, 0, 0, 0.05);
    font-size: 14px;
    font-weight: 300;
    color: #808080;
    border-radius: 20px; }
    #size_close a:before {
      content: '\f057';
      font-family: "FontAwesome";
      margin-right: 5px; }

.prod_option_select {
  background: #ffffff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  border-radius: 3px; }
  .prod_option_select span {
    display: block;
    padding: 15px; }
  .prod_option_select span:after {
    content: '\f107';
    display: inline-block;
    float: right;
    width: 10px;
    font-family: "FontAwesome";
    font-size: 16px;
    color: #808080; }

.prod_option_items {
  display: none;
  background: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0; }
  .prod_option_items li {
    font-size: 14px;
    padding: 15px 20px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1); }
  .prod_option_items li.no_stock {
    color: #bfbfbf; }
  .prod_option_items li.active {
    background: #256CCC;
    color: #ffffff; }
  .prod_option_items li.grid {
    display: inline-block;
    width: 20%;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px 0; }
  .prod_option_items li.grid:nth-child(5n) {
    border-right: none; }

#size_guide {
  text-align: center;
  margin: 3px 0; }
  #size_guide > a {
    display: inline-block;
    padding: 15px 25px 20px 25px;
    color: #808080;
    font-weight: 300;
    font-size: 16px; }
  #size_guide > a:before {
    content: '\f059';
    margin-right: 5px;
    font-family: "FontAwesome";
    color: #808080; }
  #size_guide i {
    display: none;
    position: absolute;
    top: 15px;
    right: 0;
    padding: 15px;
    font-size: 20px;
    background: rgba(0, 0, 0, 0.1);
    color: #808080; }

#size_guide_details {
  padding: 0 2px;
  text-align: center; }
  #size_guide_details h4 {
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 600; }
  #size_guide_details p#print_warning {
    font-size: 14px;
    font-weight: 300; }
  #size_guide_details > ul {
    font-size: 0;
    font-weight: 300; }
  #size_guide_details > ul li {
    display: inline-block;
    font-size: 16px;
    padding: 5px 10px; }
  #size_guide_details > ul span {
    font-weight: 400;
    color: #4d4d4d; }
  #size_guide_details a#foot_measure_tool {
    display: block;
    padding: 10px;
    max-width: 350px;
    margin: 10px auto;
    color: #ffffff;
    background: #256CCC;
    border-radius: 5px; }
    #size_guide_details a#foot_measure_tool:before {
      content: '\f02f';
      font-family: "FontAwesome";
      margin-right: 10px; }
    #size_guide_details a#foot_measure_tool p {
      margin-bottom: 0;
      font-size: 12px; }
  #size_guide_details > a {
    display: inline-block;
    padding: 10px; }

#size_guide_more_info {
  display: none;
  text-align: justify; }
  #size_guide_more_info p {
    font-size: 14px; }
  #size_guide_more_info h5 {
    text-align: center;
    font-family: "DINCondensed-Regular", "Source Sans Pro", sans-serif;
    color: #4d4d4d;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    font-size: 22px; }

#size_conversion_chart {
  display: none;
  margin: 25px 0 0 0; }
  #size_conversion_chart ul {
    font-size: 0;
    border: 1px solid rgba(0, 0, 0, 0.1); }
  #size_conversion_chart li {
    display: inline-block;
    font-size: 11px;
    width: calc(100% / 15);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 0; }
  #size_conversion_chart li:first-of-type {
    background: #fafafa;
    border: none;
    font-weight: 600;
    color: #4d4d4d; }
  #size_conversion_chart ul.men-sizes li {
    width: calc(100% / 18); }
  #size_conversion_chart.womens li {
    width: calc(100% / 13); }

#inventory_message {
  text-align: center; }
  #inventory_message span {
    display: none;
    padding: 15px;
    margin-bottom: 10px; }
  #inventory_message span.active {
    display: block; }
  #inventory_message span:before {
    font-family: "FontAwesome";
    margin-right: 5px; }
  #inventory_message .low_stock {
    background: #fff6e5; }
  #inventory_message .no_stock {
    background: #ffe5e5; }

#waitlist_message {
  font-size: 16px;
  margin: 10px 15px;
  text-align: center; }

.button_wrapper {
  padding: 10px; }

#out_of_stock_form {
  color: #0a0a0a;
  text-align: center; }
  #out_of_stock_form h6 {
    color: #000000;
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: uppercase; }
  #out_of_stock_form p {
    display: block;
    margin-bottom: 15px;
    line-height: 1.3; }
  #out_of_stock_form input {
    width: 100%;
    background: #ffffff;
    border: 2px solid rgba(0, 0, 0, 0.2);
    color: #4c4c4c;
    padding: 10px;
    font-size: 12px;
    border-radius: 5px;
    margin: 0 0 15px 0;
    text-align: left; }
  #out_of_stock_form select {
    margin: 0 0 15px 0; }
  #out_of_stock_form a:not(#out_of_stock_pre-order) {
    color: #0a0a0a;
    margin-top: 6px;
    padding: 10px 0;
    display: block;
    text-decoration: underline; }
  #out_of_stock_form.active {
    display: block; }
  #out_of_stock_form input.validation-failed {
    border: 2px solid #c82828; }
  #out_of_stock_form .validation-advice {
    display: none; }
  #out_of_stock_form label {
    display: block;
    padding-bottom: 5px;
    text-align: left;
    width: 100%; }
  #out_of_stock_form label.error {
    display: none !important; }

#waitlist-show-other {
  color: #696A6D;
  text-transform: uppercase;
  font-weight: 600; }

.pre-order-hide, .shipping-modal-container {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  z-index: 30; }
  .pre-order-hide .pre-order-modal, .pre-order-hide .shipping-modal, .shipping-modal-container .pre-order-modal, .shipping-modal-container .shipping-modal {
    position: fixed;
    background: white;
    width: 90%;
    max-height: 80%;
    overflow-y: auto;
    margin: 0 auto;
    padding: 35px 20px;
    border: 1px solid black;
    top: 75px;
    left: 0;
    right: 0;
    z-index: 15; }
  .pre-order-hide .shipping-modal, .shipping-modal-container .shipping-modal {
    top: 150px;
    text-align: center;
    position: relative; }
    .pre-order-hide .shipping-modal img, .shipping-modal-container .shipping-modal img {
      margin: 0 0 15px; }
  .pre-order-hide .shipping-modal-copy, .shipping-modal-container .shipping-modal-copy {
    top: 50%;
    position: relative; }
    @media (max-width: 639px) {
      .pre-order-hide .shipping-modal-copy, .shipping-modal-container .shipping-modal-copy {
        transform: translateY(-50%); } }
  .pre-order-hide .js-close-shipping, .shipping-modal-container .js-close-shipping {
    position: absolute;
    right: 0;
    top: 10px; }
  .pre-order-hide .waitlist-title, .pre-order-hide .shipping-modal-title, .shipping-modal-container .waitlist-title, .shipping-modal-container .shipping-modal-title {
    color: #256CCC;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    line-height: 28px; }
  .pre-order-hide .shipping-modal-title, .shipping-modal-container .shipping-modal-title {
    font-family: "DINCondensed-Regular", "Source Sans Pro", sans-serif;
    color: #000000; }
  @media (max-width: 639px) {
    .pre-order-hide .shipping-modal, .shipping-modal-container .shipping-modal {
      top: 10%;
      height: 80%; } }

#lifestyle_images {
  margin-bottom: 15px; }

#lifestyle_images_inner {
  position: relative; }
  #lifestyle_images_inner .bx-pager-item {
    display: inline-block;
    margin: 0 3px; }
  #lifestyle_images_inner .bx-pager-item a {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    font-size: 0;
    text-indent: -9999px; }
  #lifestyle_images_inner .bx-pager-item a.active {
    background: rgba(0, 0, 0, 0.3); }

.lifestyle_nav_arrow {
  position: absolute;
  z-index: 999;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
  font-family: "FontAwesome";
  vertical-align: middle; }
  .lifestyle_nav_arrow a {
    display: block;
    color: #ffffff;
    font-size: 18px;
    padding: 5px;
    padding: 25px 15px;
    background: rgba(0, 0, 0, 0.2); }
  .lifestyle_nav_arrow a.disabled {
    color: #e1e1e1; }
  .lifestyle_nav_arrow.prev {
    left: 0; }
    .lifestyle_nav_arrow.prev a {
      border-radius: 0 5px 5px 0; }
  .lifestyle_nav_arrow.next {
    right: 0; }
    .lifestyle_nav_arrow.next a {
      border-radius: 5px 0 0 5px; }

#review_callouts {
  position: relative; }
  #review_callouts .bx-pager-item {
    display: inline-block;
    margin: 0 3px; }
  #review_callouts .bx-pager-item a {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    font-size: 0;
    text-indent: -9999px; }
  #review_callouts .bx-pager-item a.active {
    background: rgba(0, 0, 0, 0.3); }

#more_reviews a {
  display: inline-block;
  padding: 10px 25px;
  font-size: 13px;
  color: #808080;
  text-transform: uppercase;
  font-weight: 300; }

#prod_overview {
  font-size: 0; }

#prod_features {
  text-align: left;
  margin: 0; }
  #prod_features a {
    text-decoration: underline; }

#prod_logos {
  margin-top: 30px; }
  #prod_logos li {
    display: inline-block;
    max-width: 125px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden; }
  #prod_logos li img {
    max-width: 125px;
    max-height: 125px;
    padding: 0 5px; }

#prod_description {
  font-size: 16px;
  padding: 0; }
  #prod_description p {
    margin-bottom: 20px;
    text-align: justify;
    line-height: 1.6; }
  #prod_description a {
    text-decoration: underline; }

#shoe_care_toggle > a {
  display: inline-block;
  padding: 10px 25px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  color: #808080;
  text-transform: uppercase;
  text-decoration: none; }

#shoe_care_toggle > a:before {
  content: '\f05a';
  font-family: "FontAwesome";
  font-size: 16px;
  margin-right: 10px; }

#shoe_care_content {
  padding-top: 15px; }
  #shoe_care_content h3,
  #shoe_care_content .h3 {
    font-size: 22px;
    font-family: "DINCondensed-Regular", "Source Sans Pro", sans-serif;
    text-transform: uppercase;
    color: #4d4d4d;
    line-height: 1.25; }
  #shoe_care_content a {
    text-decoration: underline; }

#prod_reviews {
  max-width: 1000px;
  font-size: 14px;
  margin-bottom: 0;
  padding-bottom: 30px; }

#social_share {
  display: none;
  text-align: center;
  font-size: 0;
  margin: 10px 0; }
  #social_share p {
    display: block;
    font-size: 12px;
    vertical-align: middle;
    margin-bottom: 5px;
    color: #808080;
    text-transform: uppercase; }
  #social_share ul {
    display: inline-block;
    vertical-align: middle; }
  #social_share li {
    font-size: 40px;
    display: inline-block;
    margin: 0 3px;
    color: rgba(0, 0, 0, 0.3); }
  #social_share a {
    color: rgba(0, 0, 0, 0.3); }

#product_detail_modals h5 {
  text-align: center; }

.hubbards-wild__row img {
  width: 100%;
  margin-bottom: 28px; }

/* ---------------- Cart Preview ------------------------------------ */
/* ------------------------------------------------------------------ */
#cart_preview {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 1000%;
  background: rgba(0, 0, 0, 0.8);
  padding: 20px; }
  #cart_preview h5 {
    background: #dff0d8;
    font-size: 14px;
    color: #2b542c;
    padding: 15px;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  #cart_preview h5:before {
    font-family: "FontAwesome";
    content: '\f087';
    margin-right: 10px;
    font-size: 20px; }

#cart_preview_content_error h5 {
  background-color: #f2dada;
  color: #cc2929; }

#cart_preview_content_error h5:before {
  content: '\f071'; }

#cart_preview_content {
  max-width: 900px;
  background: #ffffff;
  margin: 0 auto; }

#cart_preview_item {
  background: #f7f6f5;
  padding: 15px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

#cart_preview_item_inner {
  font-size: 0;
  padding: 15px;
  text-align: center;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

#cart_preview_image {
  display: inline-block;
  width: 125px;
  vertical-align: middle;
  padding-right: 15px; }

#cart_preview_qty {
  display: inline-block;
  vertical-align: middle;
  width: 125px; }
  #cart_preview_qty label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px; }
  #cart_preview_qty .qty-update {
    cursor: pointer; }

#cp_qty_select {
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px; }
  #cp_qty_select span {
    display: inline-block;
    vertical-align: bottom;
    font-size: 14px;
    width: calc(100% - 67px);
    text-align: left;
    padding: 10px 0 11px 10px; }
  #cp_qty_select i {
    display: inline-block;
    font-size: 12px;
    width: 20px;
    text-align: center;
    padding: 10px 0;
    color: rgba(0, 0, 0, 0.4); }

#cart_preview_actions {
  display: block;
  vertical-align: middle;
  margin: 10px 0 0 0; }
  #cart_preview_actions a {
    display: block;
    font-size: 14px;
    padding: 20px;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
  #cart_preview_actions a:first-of-type {
    background: #f7f6f5;
    color: #4d4d4d;
    margin-bottom: 10px; }
  #cart_preview_actions a:nth-of-type(2) {
    background: #256CCC;
    color: #ffffff; }

#cart_preview_crossell {
  text-align: center;
  padding: 10px 20px 20px 20px;
  background: #ffffff; }
  #cart_preview_crossell h6 {
    font-family: "DINCondensed-Regular", "Source Sans Pro", sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    color: #4d4d4d;
    padding: 10px 0; }

#cart_error_message li {
  color: #cc2929;
  margin-bottom: 5px; }

#cart_error_message li:before {
  font-family: "FontAwesome";
  content: '\f071';
  margin-right: 5px; }

/* ---------------- Shopping Cart ------------------------------------ */
/* ------------------------------------------------------------------ */
#cart_content_container {
  font-size: 0; }
  #cart_content_container .btn-remove {
    color: rgba(0, 0, 0, 0.3);
    font-size: 30px;
    font-size: 1.875rem; }

#cart_layout_block_1, #cart_layout_block_2 {
  font-size: 14px; }

#cart_layout_block_1 {
  padding: 0 15px; }
  #cart_layout_block_1 fieldset {
    border: none; }

#cart_items_header_row {
  display: none;
  background: #f5f5f5;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 15px; }
  #cart_items_header_row ul {
    font-size: 0;
    margin: 0; }
  #cart_items_header_row li {
    display: inline-block;
    font-size: 14px; }
  #cart_items_header_row li:nth-of-type(1) {
    width: 50%; }
  #cart_items_header_row li:nth-of-type(2) {
    width: 20%;
    text-align: center; }
  #cart_items_header_row li:nth-of-type(3) {
    width: 20%;
    text-align: center; }

.cart_item_block {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  overflow-x: hidden;
  width: 100%;
  padding: 15px 0;
  display: flex;
  align-content: center; }
  .cart_item_block ul {
    margin: 0; }
  .cart_item_block:last-child {
    margin-bottom: 0; }
  @media (max-width: 639px) {
    .cart_item_block {
      border-bottom: none; } }
  @media (max-width: 480px) {
    .cart_item_block {
      min-height: 150px; } }

.ci_image_title_group {
  display: flex;
  align-items: center;
  float: left;
  width: 100%; }

.ci_image {
  width: 45%;
  position: relative; }
  .ci_image .product-image img {
    width: 100%; }
  .ci_image a {
    display: block; }
  @media (max-width: 639px) {
    .ci_image {
      background: #f7f6f5;
      margin-right: 10px; } }

.ci_title_group {
  float: right;
  width: calc(54% - 10px);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  padding: 0; }
  .ci_title_group dl {
    line-height: normal; }
  .ci_title_group h3,
  .ci_title_group .h3 {
    font-weight: 600;
    margin: 0; }
  .ci_title_group a {
    color: #4d4d4d;
    font-family: "DINCondensed-Regular", "Source Sans Pro", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 26px; }
  .ci_title_group li {
    margin: 0; }
  .ci_title_group .item-options--label {
    display: inline-block;
    width: 55px;
    vertical-align: top; }
  .ci_title_group .item-options--value {
    display: inline-block;
    width: calc(100% - 60px); }

.shipping-note {
  font-style: italic;
  margin: 0 0 25px; }

.ci_price {
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 640px) {
    .ci_price span {
      width: 55px;
      display: inline-block; } }

.ci_qty {
  margin: 0 0 5px 90px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .ci_qty input.qty {
    border: none;
    width: 30px;
    margin: 0; }
  .ci_qty span {
    display: inline-block;
    vertical-align: middle; }
  .ci_qty i {
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
    color: rgba(0, 0, 0, 0.3); }
  @media (max-width: 639px) {
    .ci_qty {
      margin: 15px 0 0 0; }
      .ci_qty input.qty {
        border: 1px solid #000000;
        width: 50px;
        margin: 0 10px; } }

.ci_remove {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px; }
  .ci_remove i {
    padding: 0;
    color: rgba(0, 0, 0, 0.3);
    text-align: center;
    font-size: 18px; }
  @media (max-width: 639px) {
    .ci_remove {
      top: 11px;
      width: 15px; } }
  @media (max-width: 639px) {
    .ci_remove {
      top: 11px;
      width: 15px; } }

#cart_security_icons {
  padding: 5px 0 15px 0; }
  #cart_security_icons ul {
    font-size: 0;
    text-align: center; }
  #cart_security_icons li {
    display: inline-block;
    padding: 0 3px;
    font-size: 34px;
    color: rgba(0, 0, 0, 0.5); }

#cart_summary {
  background: #f7f6f5; }
  #cart_summary ul {
    margin: 0; }

#cart_price_summary {
  padding: 10px 20px;
  color: #4d4d4d; }
  #cart_price_summary ul li {
    font-size: 0;
    padding: 5px 0; }
  #cart_price_summary ul > li > label {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 300; }
  #cart_price_summary ul > li > span {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 16px;
    text-align: right; }
  #cart_price_summary ul .block {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    color: #0a0a0a;
    margin: 0 0 10px;
    padding: 0 0 10px; }
    #cart_price_summary ul .block.active .block_title::after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border: inset 5px;
      border-color: transparent #0a0a0a transparent transparent;
      border-right-style: solid;
      border-left-width: 0;
      right: 8px;
      top: 8px; }
    #cart_price_summary ul .block.active .block_content {
      display: block; }
    #cart_price_summary ul .block .block_title {
      cursor: pointer;
      font-size: 16px;
      position: relative; }
      #cart_price_summary ul .block .block_title::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: #0a0a0a transparent transparent;
        border-top-style: solid;
        border-bottom-width: 0;
        position: absolute;
        right: 5px;
        top: 11px; }
    #cart_price_summary ul .block .block_content {
      display: none;
      margin: 5px 0; }
      #cart_price_summary ul .block .block_content input {
        margin: 0 5px 0 0; }
      #cart_price_summary ul .block .block_content button span {
        color: #FFFFFF; }
  #cart_price_summary ul li:last-of-type {
    padding: 10px 0 0 0;
    margin: 10px 0 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2); }
    #cart_price_summary ul li:last-of-type label, #cart_price_summary ul li:last-of-type span {
      color: #4d4d4d;
      display: inline-block;
      font-family: "DINCondensed-Regular", "Source Sans Pro", sans-serif;
      text-transform: uppercase;
      text-align: left;
      padding: 0 0 0 5px;
      font-size: 24px;
      font-size: 1.5rem; }
    #cart_price_summary ul li:last-of-type label {
      text-align: right;
      padding: 0 5px 0 0; }
  @media (max-width: 639px) {
    #cart_price_summary ul li:not(:last-of-type) {
      padding: 5px 20px 15px; }
      #cart_price_summary ul li:not(:last-of-type) label, #cart_price_summary ul li:not(:last-of-type) span {
        font-size: 15px;
        font-weight: 400; } }

#cart_price_summary .cart-newsletter {
  text-align: center; }
  #cart_price_summary .cart-newsletter .checkbox {
    float: none; }

#cart_checkout {
  padding: 0 15px; }
  #cart_checkout .checkout-types {
    display: flex;
    flex-direction: column; }
    #cart_checkout .checkout-types p.paypal-logo {
      margin: 0; }
      #cart_checkout .checkout-types p.paypal-logo span.paypal-or {
        display: none; }
      #cart_checkout .checkout-types p.paypal-logo > a {
        display: block;
        width: 100%;
        max-width: 284px;
        height: 48px;
        margin: 8px auto 4px;
        border-radius: 4px;
        background: url(https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/default/images/PayPal.svg) center center no-repeat #ffc439;
        background-size: auto 50%; }
        #cart_checkout .checkout-types p.paypal-logo > a img {
          display: none; }
    #cart_checkout .checkout-types .bolt-checkout-button {
      display: block !important;
      width: 100% !important;
      max-width: 284px;
      margin-left: auto;
      margin-right: auto; }
  #cart_checkout ul.checkout-types .bolt-checkout-button.with-cards.btn-proceed-checkout-bolt-css-suffix {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  #cart_checkout button {
    width: 100%;
    padding: 18px 0;
    background: #FFA300;
    border: none;
    font-size: 20px;
    font-size: 1.25rem; }
    #cart_checkout button:hover {
      background: #cc8200; }

#cart_continue_shopping {
  padding: 10px 0; }
  #cart_continue_shopping a {
    font-size: 14px;
    display: block;
    text-align: center;
    background: none;
    border: none;
    text-transform: none;
    letter-spacing: 0; }
  #cart_continue_shopping a:after {
    content: '\f105';
    font-family: "FontAwesome";
    margin-left: 7px; }
  @media (max-width: 639px) {
    #cart_continue_shopping {
      padding: 30px 0 0; } }

/* ---------------- Support ------------------------------------------ */
/* ------------------------------------------------------------------ */
#support {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
  font-size: 0;
  vertical-align: top; }
  #support hr {
    display: none; }

#support_topics {
  font-size: 14px;
  margin-bottom: 10px; }
  #support_topics ul {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    list-style: none;
    margin: 0; }
  #support_topics li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px 0; }
  #support_topics a {
    display: block;
    padding: 0px 5px;
    font-size: 16px;
    color: #003166;
    text-decoration: none; }

/* ---------------- Static Basic Page ----------------------------------- */
/* ------------------------------------------------------------------ */
.basic_static_content {
  padding: 0 25px 50px 25px;
  margin: 0 auto;
  max-width: 800px; }
  .basic_static_content .basic_form_box {
    padding: 0; }
  .basic_static_content .basic_form_box_inner {
    line-height: 1; }
    .basic_static_content .basic_form_box_inner p {
      padding: 0; }
  .basic_static_content .button_utility {
    padding: 15px 0;
    text-align: center; }
    .basic_static_content .button_utility a {
      display: inline-block;
      max-width: 400px;
      text-decoration: none; }

/* ---------------- Static Page Layout Blocks --------------------------- */
/* ------------------------------------------------------------------ */
.basic_content_block {
  padding: 0 25px 30px 25px;
  margin: 0 auto;
  max-width: 800px; }
  .basic_content_block.center {
    text-align: center; }

.site_width_container {
  text-align: center; }

.full_width_image {
  padding: 0 0 30px 0; }
  .full_width_image img {
    width: 100%; }

.body {
  background-color: #ffffff; }

.row {
  max-width: 1400px; }

#discount-coupon-form {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0 0 0;
  margin: 10px 0 0 0; }
  #discount-coupon-form .section-title {
    cursor: pointer; }
    #discount-coupon-form .section-title:after {
      float: right;
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.2; }
    #discount-coupon-form .section-title.closed:after {
      content: "+"; }
    #discount-coupon-form .section-title.open:after {
      content: "-"; }

.discount-form {
  display: none; }
  .discount-form .button {
    width: 100%;
    min-width: auto;
    height: 39px; }
  .discount-form .input-col {
    padding-right: 0.46875rem !important; }
  .discount-form .btn-col {
    padding-left: 0.46875rem !important; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important; }

.field-group {
  position: relative; }
  .field-group-label {
    position: absolute;
    top: 5px;
    left: 7px;
    z-index: -1;
    opacity: 0;
    transition: top 200ms, opacity 200ms; }
    .field-group-label.floating {
      top: -12px;
      z-index: 1;
      padding: 0 3px;
      opacity: 1.0;
      background-color: #FFF; }

.mobile_nav_toggle {
  display: inline-block; }

.category-video-img {
  text-align: center; }

.sam_birthdayform table tbody tr:nth-child(even) {
  background: transparent; }

.sam_birthdayform table.birthday-table > tbody > tr {
  display: block !important; }
  .sam_birthdayform table.birthday-table > tbody > tr.half-birthday {
    width: 50%;
    float: left;
    clear: none; }
    @media (max-width: 39.9375em) {
      .sam_birthdayform table.birthday-table > tbody > tr.half-birthday {
        width: 100%;
        float: none; } }
  .sam_birthdayform table.birthday-table > tbody > tr.full-birthday {
    width: 100%;
    float: none;
    clear: left; }

.sam_birthdayform table.birthday-table > tbody > tr > td {
  display: block !important;
  padding-bottom: 0; }
  .sam_birthdayform table.birthday-table > tbody > tr > td:first-child {
    font-size: 14px;
    font-size: 0.875rem;
    color: #000000;
    font-weight: 600;
    padding-bottom: 0; }
  .sam_birthdayform table.birthday-table > tbody > tr > td.hide {
    display: none !important; }
  .sam_birthdayform table.birthday-table > tbody > tr > td.style-pref {
    display: flex !important;
    justify-content: space-between; }
    .sam_birthdayform table.birthday-table > tbody > tr > td.style-pref input[type="radio"] {
      margin-bottom: 0;
      vertical-align: -5px; }
  .sam_birthdayform table.birthday-table > tbody > tr > td td {
    padding: 0; }
  .sam_birthdayform table.birthday-table > tbody > tr > td .select-birthday tr {
    display: flex; }
  .sam_birthdayform table.birthday-table > tbody > tr > td .select-birthday td.sel-op {
    width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    align-items: center; }
  .sam_birthdayform table.birthday-table > tbody > tr > td .select-birthday td.hide {
    display: none !important; }
  .sam_birthdayform table.birthday-table > tbody > tr > td .select-birthday td.sep {
    text-align: center;
    width: 20px;
    flex-basis: 20px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .sam_birthdayform table.birthday-table > tbody > tr > td .select-birthday td select {
    margin-bottom: 0; }

.sam_birthdayform table.birthday-table > tbody input#submit {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 1px;
  max-width: 300px;
  padding: 14px 24px;
  margin: 0 auto 32px;
  transition: background .25s ease;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #256CCC;
  border-color: #256CCC;
  color: #fff; }
  .sam_birthdayform table.birthday-table > tbody input#submit:hover {
    background-color: #003166;
    border-color: #003166; }

#customer_account_choice ul {
  max-width: 850px;
  font-size: 0;
  margin: 0 auto;
  padding: 10px 20px 20px 20px; }

#customer_account_choice li {
  font-size: 14px;
  border-radius: 3px;
  overflow: hidden; }
  #customer_account_choice li button {
    margin: 5px 0 0 0; }

#customer_account_choice li:first-child {
  margin-bottom: 20px; }

#customer_account_choice h2 {
  font-size: 24px;
  color: #4d4d4d;
  background: #ffffff;
  font-family: "DINCondensed-Regular", "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.customer_account_choice_content {
  padding: 20px;
  text-align: center; }
  .customer_account_choice_content p {
    text-align: left;
    min-height: 100px;
    font-weight: 300; }
  .customer_account_choice_content label {
    text-align: left; }
  .customer_account_choice_content a.forgot_password {
    display: inline-block;
    margin-top: 15px; }
  .customer_account_choice_content .f-left {
    position: relative;
    top: 15px;
    display: block; }

.basic_form_intro {
  padding: 0 15px 20px 15px;
  text-align: center;
  font-weight: 300; }
  .basic_form_intro h6 {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600; }
  .basic_form_intro p {
    font-size: 16px;
    line-height: 1.3; }
    .basic_form_intro p.padded {
      margin-bottom: 10px; }
  .basic_form_intro a {
    text-decoration: underline; }

.basic_form_box_inner h3 {
  font-family: "DINCondensed-Regular", "Source Sans Pro", sans-serif;
  color: #4d4d4d;
  text-transform: uppercase;
  font-size: 24px;
  margin: 20px 0 15px 0;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 #ffffff; }

.basic_form_box_inner h3:first-of-type {
  margin-top: 0; }

#customer_account_nav {
  background: #f7f6f5; }
  #customer_account_nav ul {
    font-size: 0;
    text-align: center;
    padding-top: 1px; }
  #customer_account_nav li {
    display: inline-block;
    font-size: 14px;
    width: calc(100% / 3);
    max-width: 200px; }
    #customer_account_nav li a {
      display: block;
      padding: 15px;
      text-transform: uppercase;
      color: #808080;
      border-bottom: 3px solid transparent; }
      #customer_account_nav li a.active {
        color: #256CCC;
        border-color: #FFA300;
        background: #ffffff; }
      #customer_account_nav li a:before {
        font-family: "FontAwesome";
        display: block;
        font-size: 20px; }
    #customer_account_nav li span {
      display: block;
      margin-top: 5px; }
    #customer_account_nav li.item_1 a:before {
      content: '\f007'; }
    #customer_account_nav li.item_2 a:before {
      content: '\f041'; }
    #customer_account_nav li.item_3 a:before {
      content: '\f08b'; }

.customer_account_block {
  display: none;
  padding: 15px; }
  .customer_account_block h2 {
    font-family: "DINCondensed-Regular", "Source Sans Pro", sans-serif;
    color: #4d4d4d;
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 0 10px 0;
    margin-bottom: 15px; }
  .customer_account_block h3 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #4d4d4d; }
  .customer_account_block.active {
    display: block; }
  .customer_account_block .uberloader-container {
    margin: 0 0 0 3px; }

.customer_details_group {
  font-size: 0; }

.customer_details_block {
  vertical-align: top;
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 14px; }
  .customer_details_block b {
    font-weight: bold;
    display: block;
    margin-bottom: 5px; }
  .customer_details_block address {
    font-style: normal; }
  .customer_details_block span {
    display: inline-block;
    margin: 5px 5px 0 5px; }
  .customer_details_block a {
    display: inline-block;
    padding: 10px 0;
    text-decoration: underline; }

#customer_account_orders h3 {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
  padding: 0 0 5px 0; }

#customer_orders_header {
  font-size: 0;
  text-transform: uppercase; }
  #customer_orders_header > ul {
    padding: 15px 0; }
  #customer_orders_header > ul > li {
    display: inline-block;
    vertical-align: top;
    font-size: 11px;
    text-align: left;
    min-width: 70px;
    padding: 0 5px;
    width: calc(100% / 4);
    font-weight: 400; }

.customer_orders_item {
  font-size: 0; }
  .customer_orders_item > ul {
    padding: 15px 0;
    margin-bottom: 0; }
  .customer_orders_item > ul > li {
    display: inline-block;
    vertical-align: top;
    font-size: 11px;
    text-align: left;
    min-width: 70px;
    padding: 0 5px;
    width: calc(100% / 4);
    font-weight: 400; }
  .customer_orders_item:nth-child(even) {
    background: #f7f6f5; }
  .customer_orders_item.active {
    background: #256CCC;
    color: #ffffff; }
    .customer_orders_item.active i:before {
      content: '\f070'; }
  .customer_orders_item a {
    display: inline; }
  .customer_orders_item i {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
    font-style: normal; }
    .customer_orders_item i:before {
      font-family: "FontAwesome";
      content: '\f06e'; }

#guest_order, #guest_order_row2 {
  padding: 20px 15px;
  display: block;
  border: none;
  font-size: 0; }
  #guest_order a, #guest_order_row2 a {
    display: inline; }

.customer_orders_details {
  display: none;
  background: #ffffff;
  border: 2px solid #256CCC;
  border-top: none;
  padding: 15px;
  color: #0a0a0a; }

.customer_order_items_group {
  text-align: center; }
  .customer_order_items_group .item_1 {
    width: 50%;
    text-align: left; }
  .customer_order_items_group .item_2, .customer_order_items_group .item_3 {
    display: none; }
  .customer_order_items_group .item_4, .customer_order_items_group .item_5 {
    width: 25%; }
  .customer_order_items_group .item_5 span, .customer_order_items_group .item_3 span {
    display: inline;
    margin: 0; }
  .customer_order_items_group .item-options dt {
    display: none; }

.customer_order_items_header ul {
  font-size: 0;
  background: #f7f6f5;
  padding: 5px; }

.customer_order_items_header li {
  font-size: 11px;
  text-transform: uppercase;
  display: inline-block; }

.customer_order_item_block span {
  display: none; }

.customer_order_item_block > ul {
  font-size: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 5px 10px 5px; }

.customer_order_item_block > ul > li {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
  text-align: center; }

#customer_order_items_summary {
  background: #f7f6f5;
  padding: 10px; }
  #customer_order_items_summary li {
    font-size: 0;
    padding-bottom: 3px; }
  #customer_order_items_summary li:last-of-type {
    text-transform: uppercase;
    font-weight: 600; }
  #customer_order_items_summary label {
    display: inline-block;
    width: 50%;
    font-size: 14px;
    text-align: left; }
  #customer_order_items_summary span {
    display: inline-block;
    width: 50%;
    font-size: 14px;
    text-align: right;
    margin: 0; }

#customer_add_new_address {
  padding-bottom: 15px; }
  #customer_add_new_address a, #customer_add_new_address button {
    display: inline-block;
    background: #f7f6f5;
    width: 100%;
    text-align: center;
    padding: 15px 25px; }
    #customer_add_new_address a:before, #customer_add_new_address button:before {
      content: '\f234';
      font-family: "FontAwesome";
      margin-right: 10px; }
  #customer_add_new_address button {
    width: auto;
    color: #003166;
    border: none;
    font-size: 14px;
    cursor: pointer; }

#customer_update_password_option label {
  font-weight: 400;
  display: block;
  padding-bottom: 15px; }
  #customer_update_password_option label:before {
    display: inline-block;
    content: '\f096';
    font-family: "FontAwesome";
    font-size: 20px;
    vertical-align: middle;
    width: 25px; }
  #customer_update_password_option label.active:before {
    content: '\f046'; }

#customer_edit_password {
  display: none; }

.my-account form .fieldset:first-child {
  margin-bottom: 20px; }

li.control label {
  display: inline-block;
  position: relative;
  top: 5px; }

.customer-account-logoutsuccess #site_content_container {
  text-align: center;
  height: 110px; }

.my-account .pager {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 5px;
  margin: 5px 0;
  line-height: 40px; }
  .my-account .pager .amount {
    width: 30%;
    order: 1;
    text-align: left;
    margin: 0;
    line-height: 40px; }
  .my-account .pager .limiter {
    width: 30%;
    order: 3;
    text-align: right; }
    .my-account .pager .limiter label {
      display: inline-block; }
    .my-account .pager .limiter select {
      display: inline-block;
      width: 70px;
      margin: 0; }
  .my-account .pager .pages {
    width: 30%;
    order: 2;
    text-align: center; }
    .my-account .pager .pages ol {
      display: inline; }
      .my-account .pager .pages ol li {
        display: inline; }

/* ---------------- Global ------------------------------------------ */
/* ------------------------------------------------------------------ */
#checkout {
  background: #fafafa; }

@media (min-width: 40em) {
  #checkout_content_container {
    display: flex; }
    #checkout_content_container #checkout_layout_block_1 {
      flex: 0 1 360px;
      order: 2; }
    #checkout_content_container #checkout_layout_block_2 {
      flex: 1 1 auto;
      margin-right: 40px; } }

.checkout_address_static {
  padding: 30px 0;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  margin: 0 0 30px;
  line-height: 1.5; }
  .checkout_address_static p {
    font-family: "DINCondensed-Regular", "Source Sans Pro", sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 10px; }
  .checkout_address_static address {
    font-style: normal;
    margin: 0; }
  .checkout_address_static a {
    text-decoration: underline; }

/* ---------------- Checkout Header -------------------------------- */
/* ------------------------------------------------------------------ */
#checkout_header {
  background: #ffffff;
  position: relative;
  z-index: 100;
  border-bottom: 1px solid #cecece; }
  #checkout_header #logo {
    max-width: 360px; }

#checkout_header_inner {
  text-align: center; }

/* ---------------- Checkout Footer -------------------------------- */
/* ------------------------------------------------------------------ */
#checkout_footer {
  background: #f2f2f2;
  margin: 30px auto 0;
  padding: 20px 0; }
  #checkout_footer .legal {
    text-align: center;
    font-size: 12px; }

.checkout_footer__block {
  color: #808080;
  text-align: center;
  display: block;
  font-size: 12px; }

#checkout_footer_inner {
  text-align: center;
  padding: 10px 0; }
  #checkout_footer_inner ul {
    border-top: 1px solid #cecece;
    margin: 0; }
  #checkout_footer_inner li {
    display: inline-block;
    font-size: 14px; }
  #checkout_footer_inner a {
    color: #808080;
    display: block;
    padding: 5px;
    font-size: 12px; }

/* ---------------- Checkout Breadcrumbs -------------------------------- */
/* ------------------------------------------------------------------ */
#checkout_breadcrumbs {
  text-align: center;
  padding: 25px 0; }
  #checkout_breadcrumbs a {
    color: #808080;
    display: inline-block;
    font-size: 14px;
    cursor: default; }
    #checkout_breadcrumbs a.active {
      color: #0070c9;
      font-weight: 600;
      cursor: pointer; }
    #checkout_breadcrumbs a.focus {
      color: #4d4d4d;
      font-weight: 600; }
  #checkout_breadcrumbs a:after {
    content: '\f105';
    font-family: "FontAwesome";
    padding: 0 10px;
    color: #808080; }
  #checkout_breadcrumbs a:last-of-type:after {
    content: normal; }

/* ---------------- Checkout Summary -------------------------------- */
/* ------------------------------------------------------------------ */
.onepage-index-index #site_content_container #site_container > .messages {
  display: none; }

@media only screen and (max-width: 639px) {
  .onepage-index-index #site_container.order-review-state {
    margin: 0 0 100px; }
    .onepage-index-index #site_container.order-review-state #checkout_summary_header h2 {
      border-bottom: 0; } }

#checkout_error_msg,
#cart_error_msg {
  background-color: #FFFFFF;
  border: 2px solid #c82828;
  border-radius: 6px;
  display: block;
  left: 50%;
  padding: 15px 10px;
  position: fixed;
  top: 30%;
  transform: translate(-50%, -50%);
  width: 75%;
  z-index: 1000; }
  #checkout_error_msg a,
  #cart_error_msg a {
    color: #c82828;
    position: absolute;
    right: 5px;
    top: 3px; }
  #checkout_error_msg .messages,
  #cart_error_msg .messages {
    margin-bottom: 0; }

@media only screen and (max-width: 639px) {
  #checkout_layout_block_1 {
    padding: 0 15px; } }

#checkout_summary_header {
  padding: 15px 0;
  font-size: 0;
  color: #4d4d4d;
  font-weight: 600; }
  #checkout_summary_header h2 {
    text-align: center;
    font-family: "DINCondensed-Regular", "Source Sans Pro", sans-serif;
    text-transform: uppercase;
    border-bottom: 1px solid #cecece;
    font-size: 30px;
    padding: 0 0 10px;
    color: #000000; }
  @media only screen and (max-width: 639px) {
    #checkout_summary_header {
      padding: 10px 0; }
      #checkout_summary_header .order_summary_header {
        width: 100%;
        padding: 15px 0 20px;
        text-transform: uppercase;
        color: #000000;
        display: block;
        border-bottom: none;
        letter-spacing: 1px;
        font-size: 15px; }
        #checkout_summary_header .order_summary_header:before {
          display: none; }
        #checkout_summary_header .order_summary_header:after {
          content: '\2013';
          float: right;
          margin-right: 5px; }
        #checkout_summary_header .order_summary_header.active {
          border-bottom: 1px solid #cecece; }
          #checkout_summary_header .order_summary_header.active:after {
            content: '+'; } }

.order_summary_header {
  width: 80%;
  display: none;
  font-size: 16px;
  cursor: pointer; }
  .order_summary_header:before {
    content: '\f290';
    font-family: "FontAwesome";
    margin-right: 10px;
    vertical-align: top;
    font-weight: normal; }
  .order_summary_header.show:after {
    content: '\f107';
    font-family: "FontAwesome";
    margin-left: 10px;
    font-weight: normal; }
  .order_summary_header.hide:after {
    content: '\f106';
    font-family: "FontAwesome";
    margin-left: 10px;
    font-weight: normal; }
  .order_summary_header.active {
    display: inline-block; }

.order_summary_price {
  display: inline-block;
  width: 20%;
  font-size: 16px;
  text-align: right; }

#checkout_summary_details_container {
  display: none;
  background-color: #f2f2f2;
  padding: 0 15px; }
  @media only screen and (max-width: 639px) {
    #checkout_summary_details_container {
      margin: 0 0 25px;
      padding-top: 20px; }
      #checkout_summary_details_container .checkout_summary_item_block {
        display: flex;
        align-items: flex-start; }
        #checkout_summary_details_container .checkout_summary_item_block + .checkout_summary_item_block {
          margin-top: 25px; }
      #checkout_summary_details_container img {
        order: 1;
        width: 50%;
        max-width: 176px; }
      #checkout_summary_details_container .co_item_details {
        width: 50%;
        line-height: 1.5; }
        #checkout_summary_details_container .co_item_details .columns {
          margin-bottom: 0; }
      #checkout_summary_details_container h5 {
        font-family: "DINCondensed-Regular", "Source Sans Pro", sans-serif;
        text-transform: uppercase;
        font-weight: 300;
        font-size: 18px;
        font-size: 1.125rem; } }

.checkout_summary_item_block {
  position: relative;
  padding: 0 0 18px;
  margin: 0 0 18px;
  border-bottom: 1px solid #cecece; }
  .checkout_summary_item_block.aw_giftcard2 img {
    padding: 20px 30px; }
  .checkout_summary_item_block p {
    margin: 0; }
  .checkout_summary_item_block ul {
    list-style: none;
    margin: 0; }
    .checkout_summary_item_block ul li {
      display: inline; }
  .checkout_summary_item_block .back-to-cart {
    display: none; }
    .checkout_summary_item_block .back-to-cart.order-review-state {
      display: block;
      position: absolute;
      right: 17px;
      top: 5px;
      text-decoration: underline; }

.co_item_image {
  display: inline-block;
  width: 70px;
  vertical-align: top; }

.co_item_details {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  vertical-align: top; }
  .co_item_details h5 {
    font-family: "DINCondensed-Bold", "Source Sans Pro", sans-serif;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.125rem;
    color: #2b2b2b;
    text-transform: uppercase;
    margin: 0; }
    .co_item_details h5 a {
      color: #2b2b2b; }
  .co_item_details p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    color: #2b2b2b;
    text-indent: -55px;
    padding-left: 55px; }
  .co_item_details span {
    width: 55px;
    text-indent: 0;
    display: inline-block; }
  .co_item_details .columns {
    margin-bottom: 5px; }

.co_item_description {
  font-style: italic;
  color: #848484; }

.co_item_price {
  display: inline-block;
  width: 80px;
  font-size: 16px;
  color: #808080;
  text-align: right;
  vertical-align: top; }

#checkout_summary_coupon_code {
  padding: 15px;
  font-size: 0; }
  #checkout_summary_coupon_code input[type='text'].coupon_code_input {
    background: #FFFFFF;
    margin: 10px 5px 0 0; }
  #checkout_summary_coupon_code .apply_coupon {
    cursor: pointer; }
  #checkout_summary_coupon_code .coupon_title {
    text-transform: uppercase;
    font-size: 16px;
    margin: 0; }
  #checkout_summary_coupon_code .toggle-minus, #checkout_summary_coupon_code .toggle-plus {
    float: right;
    position: relative;
    right: 5px; }
  #checkout_summary_coupon_code .toggle-minus {
    display: none; }
  #checkout_summary_coupon_code .hide-coupon-button {
    display: none !important; }
  #checkout_summary_coupon_code .toggle-open-icon .toggle-plus {
    display: none; }
  #checkout_summary_coupon_code .toggle-open-icon .toggle-minus {
    display: inline-block; }
  #checkout_summary_coupon_code button {
    margin: 10px 0 0 0; }
  @media (max-width: 639px) {
    #checkout_summary_coupon_code {
      border-top: 1px solid #cecece;
      border-bottom: 1px solid #cecece;
      margin: 0 15px 15px;
      padding: 20px 0; }
      #checkout_summary_coupon_code .coupon_title {
        font-weight: 600;
        font-size: 15px; } }

.buttons-set button#review_button[disabled] {
  background: #777;
  border-color: #777; }
  .buttons-set button#review_button[disabled] span {
    display: inline-block; }

#checkout_summary_prices ul {
  margin: 0;
  font-size: 0;
  color: #808080; }

#checkout_summary_prices li {
  display: block;
  padding: 5px 0; }
  .paypal-express-review #checkout_summary_prices li {
    display: flex;
    align-items: center; }
  #checkout_summary_prices li .tax-tool-tip {
    font-size: 14px;
    font-size: 0.875rem;
    display: none;
    margin: 0; }
  .paypal-express-review #checkout_summary_prices li:last-child strong {
    width: 50%;
    text-align: left;
    font-weight: 400; }

#checkout_summary_prices label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
  position: relative; }
  #checkout_summary_prices label i {
    cursor: pointer;
    font-size: 14px;
    font-size: 0.875rem;
    margin-left: 5px; }

#checkout_summary_prices span {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  font-size: 0.875rem;
  color: #000000;
  text-align: right; }
  .paypal-express-review #checkout_summary_prices span span {
    display: block;
    width: 100%; }

#checkout_summary_prices .sidebar_block {
  color: #0a0a0a;
  padding: 10px 0; }
  #checkout_summary_prices .sidebar_block .block_title {
    cursor: pointer;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 21px;
    text-transform: uppercase;
    font-weight: 600;
    color: #2b2b2b;
    position: relative; }
    #checkout_summary_prices .sidebar_block .block_title::after {
      content: '+';
      position: absolute;
      right: 0;
      top: 0;
      font-size: 22px;
      font-size: 1.375rem;
      font-weight: 300; }
  #checkout_summary_prices .sidebar_block.active .block_title::after {
    content: '–';
    top: -3px; }
  #checkout_summary_prices .sidebar_block .block_content {
    display: none;
    margin: 5px 0; }
    #checkout_summary_prices .sidebar_block .block_content input {
      margin: 0 5px 0 0; }
    #checkout_summary_prices .sidebar_block .block_content button span {
      font-size: 0.875rem;
      text-align: center;
      color: #FFFFFF;
      width: auto; }
  #checkout_summary_prices .sidebar_block.active .block_content {
    display: block; }

#checkout_summary_prices li:last-of-type {
  display: flex;
  justify-content: center;
  align-items: baseline;
  border-top: 1px solid #cecece;
  padding: 20px 15px;
  margin-top: 10px;
  color: #2b2b2b;
  font-weight: 400; }
  #checkout_summary_prices li:last-of-type label, #checkout_summary_prices li:last-of-type span {
    font-size: 24px;
    font-size: 1.5rem;
    font-family: "DINCondensed-Regular", "Source Sans Pro", sans-serif;
    text-transform: uppercase; }
  #checkout_summary_prices li:last-of-type label {
    text-align: right;
    padding-right: 5px; }
  #checkout_summary_prices li:last-of-type span {
    text-align: left; }

/* ---------------- Checkout Page Content -------------------------------- */
/* ------------------------------------------------------------------ */
#checkout_layout_block_2 {
  padding: 10px 15px 30px 15px; }
  #checkout_layout_block_2 h2 {
    font-family: "DINCondensed-Regular", "Source Sans Pro", sans-serif;
    font-size: 32px;
    font-size: 2rem;
    text-transform: uppercase;
    color: #000000;
    margin: 0 0 30px;
    text-align: left;
    padding-top: 0; }
    #checkout_layout_block_2 h2 .fa {
      margin: 0 10px 0 0;
      color: #808080; }
  @media only screen and (max-width: 639px) {
    #checkout_layout_block_2.order-review-state {
      border: 0;
      margin: 0; } }

.onepage-index-index .fieldset {
  font-size: 0;
  border: none;
  padding: 0; }
  .onepage-index-index .fieldset label {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    font-size: 14px;
    font-size: 0.875rem;
    color: #000000;
    font-weight: 600;
    margin-bottom: 5px; }
  .onepage-index-index .fieldset label span {
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 400; }
  .onepage-index-index .fieldset input[type='text'], .onepage-index-index .fieldset input[type='password'], .onepage-index-index .fieldset input[type='email'] {
    display: block;
    width: 100%; }
  .onepage-index-index .fieldset a {
    font-size: 14px; }

.input-box {
  margin-bottom: 10px; }

.buttons-set {
  margin-top: 20px;
  line-height: 1; }
  @media (min-width: 40em) {
    .buttons-set {
      max-width: 335px; } }
  .buttons-set button {
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 1px;
    max-width: 300px;
    padding: 18px 0;
    margin: 0 auto 32px;
    transition: background .25s ease; }
    .buttons-set button:hover {
      background: #1d55a1; }
    @media (min-width: 480px) {
      .buttons-set button {
        max-width: 100%;
        width: 100%; } }
    .buttons-set button > span:after {
      content: '\f105';
      font-family: "FontAwesome";
      margin-left: 15px; }
  .buttons-set p {
    margin: 0;
    text-align: center; }
    .buttons-set p a {
      display: inline-block;
      font-size: 14px;
      font-size: 0.875rem; }
    .buttons-set p a:before {
      content: '\f104';
      font-family: "FontAwesome";
      margin-right: 5px; }
  .buttons-set .required {
    width: 100%;
    text-align: right;
    margin: 0 0 20px 0; }

#checkout_login_user {
  display: none; }
  #checkout_login_user.active {
    display: block; }

#checkout_login_button {
  margin-bottom: 10px; }
  #checkout_login_button.active {
    display: block; }
  #checkout_login_button button {
    width: 100%; }

#checkout_forgot_password_link a,
#checkout_no_login_link a {
  text-decoration: underline; }

#checkout_no_login_link a:before {
  content: '\f104\ ';
  font-family: "FontAwesome"; }

#checkout_login_link {
  display: none;
  font-size: 14px;
  margin: -5px 0 5px 0; }
  #checkout_login_link a {
    display: inline-block;
    padding: 5px;
    text-decoration: underline; }
  #checkout_login_link.active {
    display: block; }

.checkout_login_link_highlight {
  background: #dff0d8;
  padding: 10px;
  border-radius: 5px; }

#customer_logged_in {
  text-align: left; }
  #customer_logged_in p {
    font-size: 18px;
    margin-bottom: 5px;
    color: #4d4d4d; }
  #customer_logged_in span {
    display: block;
    font-size: 16px;
    font-weight: 300; }
  #customer_logged_in a {
    display: inline-block;
    padding: 10px;
    margin-left: -10px; }

#shipping_address_form {
  display: none; }
  #shipping_address_form.active {
    display: block; }

#save_information {
  padding: 10px 0 5px 0; }
  #save_information label {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-size: 16px; }
  #save_information p {
    font-weight: 300;
    color: #808080;
    font-size: 14px;
    margin-top: 3px; }

/* ---- Shipping Method --- */
#shipping_method_form h2 {
  font-family: "DINCondensed-Regular", "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #000000;
  padding: 0;
  margin: 0; }

#shipping_method_form > p {
  margin-bottom: 15px; }

@media only screen and (max-width: 639px) {
  #shipping_method_form {
    margin: 10px 0 0 0; } }

#checkout-step-shipping_method dt label {
  display: inline-block;
  width: calc(100% - 47px);
  font-size: 16px;
  vertical-align: middle;
  font-weight: 400;
  padding-left: 10px; }
  #checkout-step-shipping_method dt label span {
    margin: 0;
    float: right; }
    #checkout-step-shipping_method dt label span.promo-label {
      margin: 0 10px 0 0; }
    #checkout-step-shipping_method dt label span.shipping-estimation {
      float: none;
      color: #F04141;
      margin: 0 0 0 10px; }

#checkout-step-shipping_method dt span.delivery_time {
  float: none;
  font-weight: 400;
  font-size: 14px;
  margin: 0 0 0 5px; }

@media (max-width: 639px) {
  #checkout-step-shipping_method dt span.promo-label, #checkout-step-shipping_method dt span.shipping-estimation {
    margin: 0;
    float: none; } }

#checkout-step-shipping_method input[type='radio'] {
  margin: 4px 0; }

@media only screen and (max-width: 639px) {
  #checkout-step-shipping_method {
    border-radius: 6px; }
    #checkout-step-shipping_method dt {
      padding: 14px 15px; }
    #checkout-step-shipping_method dt label {
      font-size: 14px; }
      #checkout-step-shipping_method dt label span {
        font-weight: 400; } }

#mobile_coupon_code {
  font-size: 0;
  margin-bottom: 17px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  #mobile_coupon_code button {
    vertical-align: top; }
  @media only screen and (max-width: 639px) {
    #mobile_coupon_code h2 {
      text-align: left;
      margin: 14px 0;
      font-size: 16px;
      font-weight: 600;
      font-family: 'Source Sans Pro', sans-serif; }
    #mobile_coupon_code input[type='text'].coupon_code_input {
      display: none; }
    #mobile_coupon_code input, #mobile_coupon_code button {
      display: none; }
    #mobile_coupon_code .apply_coupon {
      position: relative;
      cursor: pointer; }
      #mobile_coupon_code .apply_coupon .toggle-open-icon .toggle-plus {
        display: none; }
      #mobile_coupon_code .apply_coupon .toggle-open-icon .toggle-minus {
        display: inline-block; }
      #mobile_coupon_code .apply_coupon .toggle-plus, #mobile_coupon_code .apply_coupon .toggle-minus {
        position: absolute;
        font-size: 18px;
        right: 0;
        top: -3px;
        display: none;
        font-weight: 400;
        font-family: FontAwesome; }
      #mobile_coupon_code .apply_coupon .toggle-plus {
        display: inline-block; } }

.apply_giftcard button,
.apply_coupon button {
  float: right; }

#mobile_coupon_code_details {
  background: #ffffff;
  border: 1px solid #cecece;
  padding: 15px;
  margin-top: 10px; }
  #mobile_coupon_code_details li {
    font-size: 0;
    color: #808080; }
  #mobile_coupon_code_details label {
    display: inline-block;
    width: 50%;
    font-size: 16px; }
    #mobile_coupon_code_details label i {
      margin-left: 5px;
      font-size: 16px; }
  #mobile_coupon_code_details span {
    display: inline-block;
    width: 50%;
    text-align: right;
    font-size: 14px; }
  @media only screen and (max-width: 639px) {
    #mobile_coupon_code_details ul {
      margin: 0; } }

.holiday-ship-message {
  background-color: #dff0d8;
  margin-bottom: 15px;
  padding: 15px;
  padding-bottom: 20px; }
  .holiday-ship-message .fa-gift {
    float: left;
    font-size: 25px;
    margin-right: 9px;
    margin-left: 4px;
    color: #2b542c; }
  .holiday-ship-message .holiday-message {
    margin-top: 6px; }
  .holiday-ship-message b,
  .holiday-ship-message p {
    margin: 0;
    color: #2b542c; }

/* --- Payment Method --- */
#payment_method_container h2 {
  margin-bottom: 0; }

#payment_secruity_notice {
  margin-bottom: 15px;
  line-height: 1.3; }

.checkout-heading {
  font-family: "DINCondensed-Regular", "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0;
  margin: 25px 0 15px;
  line-height: 1; }

#checkout-step-payment {
  margin: 0; }
  #checkout-step-payment dd, #checkout-step-payment dt {
    margin: 0; }
  #checkout-step-payment #dt_method_authorizenet label span, #checkout-step-payment #dt_method_authnetcim label span {
    display: inline-block;
    margin: 0 5px 0 0;
    font-weight: 400; }
  #checkout-step-payment #dt_method_authorizenet label ul, #checkout-step-payment #dt_method_authnetcim label ul {
    display: inline-block;
    vertical-align: middle; }
  #checkout-step-payment dt {
    padding: 15px 15px; }
  #checkout-step-payment label {
    margin: 0;
    padding-left: 0; }
  #checkout-step-payment #card_number input[type='text'], #checkout-step-payment #authnetcim_cc_number_div input[type='text'] {
    background: #ffffff url("https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/default/images/lock_icon.1567628560.png") no-repeat right 50%;
    background-size: 35px 20px; }
  @media (min-width: 40em) {
    #checkout-step-payment #card_expiration_wrap, #checkout-step-payment #authnetcim_cc_type_exp_div {
      width: 50%;
      float: left;
      margin-right: 20px; } }
  #checkout-step-payment #card_cvv input {
    width: 40%;
    display: inline-block; }
    @media (min-width: 40em) {
      #checkout-step-payment #card_cvv input {
        width: 25%; } }
  #checkout-step-payment #card_cvv i {
    margin: 10px;
    color: #808080;
    font-size: 18px;
    position: absolute;
    cursor: pointer; }
  #checkout-step-payment #authnetcim_cc_type_cvv_div {
    width: 25%;
    display: inline-block; }
    #checkout-step-payment #authnetcim_cc_type_cvv_div input {
      display: inline-block; }
    #checkout-step-payment #authnetcim_cc_type_cvv_div i {
      margin: 10px;
      color: #808080;
      font-size: 18px;
      position: absolute;
      cursor: pointer; }
  #checkout-step-payment input[type='radio'] {
    margin: 0; }
  #checkout-step-payment ul {
    margin: 0; }
  @media only screen and (max-width: 639px) {
    #checkout-step-payment .short_1, #checkout-step-payment .short_2 {
      display: inline-block;
      width: 49%; }
    #checkout-step-payment .short_2 {
      float: right; }
    #checkout-step-payment dt label li {
      width: 35px; } }
  @media only screen and (max-width: 25em) {
    #checkout-step-payment #dt_method_authorizenet label span {
      display: none; } }

#cvv_info {
  display: none;
  position: absolute;
  top: -8px;
  left: 30px;
  font-size: 12px;
  width: 175px;
  background: #606060;
  padding: 10px;
  color: #ffffff;
  text-align: center;
  line-height: 1.3;
  font-weight: 600; }
  #cvv_info p {
    margin-bottom: 5px; }
  #cvv_info:before {
    position: absolute;
    left: -16px;
    top: 11px;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-right: 10px solid #606060; }
  #cvv_info.active {
    display: block; }

#paypal_redirect {
  font-size: 0;
  padding: 10px;
  color: #4d4d4d; }
  #paypal_redirect i {
    width: 30px;
    font-size: 20px;
    vertical-align: middle; }
  #paypal_redirect span {
    display: inline-block;
    width: calc(100% - 30px);
    font-size: 16px;
    vertical-align: middle; }

/* ----- Billin Address ---- */
#billing-address {
  border-radius: 6px; }
  #billing-address input[type='radio'] {
    margin: 0; }
  #billing-address .checkout_option_group {
    border-radius: 6px; }
    #billing-address .checkout_option_group .fieldset {
      margin: 0;
      border-bottom: 0; }
  #billing-address .billing-country {
    display: none; }
  @media (max-width: 639px) {
    #billing-address dt {
      padding: 15px; } }

/* ----- Place Order ----- */
#submit_order_form button {
  width: 100%;
  font-size: 16px;
  font-size: 1rem; }
  @media (min-width: 480px) {
    #submit_order_form button {
      max-width: 300px; } }

#place_order_top,
#place_order_bottom {
  margin: 0 0 32px;
  max-width: 460px; }
  #place_order_top button,
  #place_order_bottom button {
    max-width: 460px;
    padding: 23px 0; }
    #place_order_top button span::after,
    #place_order_bottom button span::after {
      display: none; }

#place_order_bottom {
  margin: 40px 0 32px;
  max-width: 460px; }
  #place_order_bottom .buttons-set {
    max-width: 460px; }
  @media only screen and (max-width: 639px) {
    #place_order_bottom {
      position: fixed;
      bottom: 0;
      left: 0;
      max-width: 100%;
      width: 100%;
      margin: 0;
      background-color: #f2f2f2;
      padding: 15px 15px 0 15px;
      border-top: 1px solid #cecece;
      transform: scaleX(1);
      z-index: 10; }
      #place_order_bottom > span {
        display: block;
        font-family: "DINCondensed-Regular", "Source Sans Pro", sans-serif;
        text-transform: uppercase;
        text-align: center;
        margin: 0 0 10px;
        font-size: 24px;
        font-size: 1.5rem; }
      #place_order_bottom .buttons-set {
        max-width: 100%; }
      #place_order_bottom button {
        padding: 18px;
        max-width: 100%;
        border: none; } }

#checkout_order_review {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 15px 0;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece; }
  @media only screen and (max-width: 639px) {
    #checkout_order_review {
      border: 0; } }
  #checkout_order_review .checkout_review_block {
    margin: 10px 0 20px;
    flex: 0 0 30%; }
    @media only screen and (max-width: 639px) {
      #checkout_order_review .checkout_review_block {
        flex: 0 0 50%; }
        #checkout_order_review .checkout_review_block--payment-method {
          order: 1; } }
    #checkout_order_review .checkout_review_block h6, #checkout_order_review .checkout_review_block address, #checkout_order_review .checkout_review_block p, #checkout_order_review .checkout_review_block a {
      display: block;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.5;
      font-style: normal;
      margin-bottom: 5px; }
    #checkout_order_review .checkout_review_block h6 {
      font-weight: 600;
      color: #2b2b2b; }
    #checkout_order_review .checkout_review_block a {
      margin-top: 5px;
      text-decoration: underline; }

#mobile_review_total {
  font-size: 0;
  color: #4d4d4d;
  padding: 20px 15px;
  margin-bottom: 10px;
  text-transform: uppercase;
  background: #ffffff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  border-radius: 3px; }
  #mobile_review_total label {
    display: inline-block;
    width: 50%;
    font-size: 20px;
    font-weight: 600; }
  #mobile_review_total span {
    display: inline-block;
    width: 50%;
    font-size: 20px;
    font-weight: 600;
    text-align: right; }

/* ---------------- Footer Modals -------------------------------- */
/* ------------------------------------------------------------------ */
#checkout_modals .modal_content_inner {
  padding-bottom: 200px; }

/* ---------------- Thank You Page -------------------------------- */
/* ------------------------------------------------------------------ */
#order_thank_you_content .heading {
  border-bottom: 1px solid #e1e1e1;
  padding: 50px 0; }
  #order_thank_you_content .heading h1 {
    font-size: 28px;
    font-size: 1.75rem;
    margin: 0;
    font-family: "DINCondensed-Regular", "Source Sans Pro", sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #000000;
    padding: 0 30px;
    letter-spacing: -.02em; }
    #order_thank_you_content .heading h1:before {
      content: '\f00c';
      font-family: "FontAwesome";
      padding: 0 10px;
      color: #0070c9; }
    @media (min-width: 40em) {
      #order_thank_you_content .heading h1 {
        font-size: 36px;
        font-size: 2.25rem;
        padding: 0; } }
  #order_thank_you_content .heading > p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    text-align: center;
    color: #000000;
    margin-bottom: 50px; }

#order_thank_you_content #order_thank_you_order_review {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto 50px;
  padding: 50px 15px 0; }
  #order_thank_you_content #order_thank_you_order_review h2 {
    flex: 1 0 100%;
    font-size: 28px;
    font-size: 1.75rem;
    margin: 0 auto;
    text-align: center;
    font-family: "DINCondensed-Regular", "Source Sans Pro", sans-serif;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: -.02em; }
  #order_thank_you_content #order_thank_you_order_review p {
    flex: 1 0 100%;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    text-align: center;
    color: #000000; }
  #order_thank_you_content #order_thank_you_order_review > p {
    margin-bottom: 50px; }
  #order_thank_you_content #order_thank_you_order_review .checkout_review_block {
    flex: 0 0 45%; }
    @media (min-width: 40em) {
      #order_thank_you_content #order_thank_you_order_review .checkout_review_block {
        flex: 0 0 20%; } }
    #order_thank_you_content #order_thank_you_order_review .checkout_review_block h6 {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 21px;
      font-weight: 600;
      border-bottom: 1px solid #cecece;
      padding-bottom: 10px;
      margin-bottom: 10px; }
    #order_thank_you_content #order_thank_you_order_review .checkout_review_block p {
      text-align: left;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 21px; }

#order_thank_you_content #order_thank_you_cart_summary {
  max-width: 1080px;
  margin: 0 auto 60px;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }
  @media (min-width: 40em) {
    #order_thank_you_content #order_thank_you_cart_summary {
      flex-wrap: nowrap; } }
  #order_thank_you_content #order_thank_you_cart_summary .cart_items {
    flex: 0 0 100%; }
    @media (min-width: 40em) {
      #order_thank_you_content #order_thank_you_cart_summary .cart_items {
        flex: 2 0 auto;
        margin-bottom: 50px; } }
    #order_thank_you_content #order_thank_you_cart_summary .cart_items .cart_item_block {
      border-top: 1px solid #e1e1e1;
      border-bottom: 1px solid #e1e1e1; }
      #order_thank_you_content #order_thank_you_cart_summary .cart_items .cart_item_block + .cart_item_block {
        border-top: 0; }
      @media (min-width: 40em) {
        #order_thank_you_content #order_thank_you_cart_summary .cart_items .cart_item_block {
          border-top: 0; } }
      #order_thank_you_content #order_thank_you_cart_summary .cart_items .cart_item_block .ci_image a {
        background: #f7f6f5; }
      #order_thank_you_content #order_thank_you_cart_summary .cart_items .cart_item_block .ci_title_group {
        margin-left: 10px; }
  #order_thank_you_content #order_thank_you_cart_summary .cart_price {
    flex: 0 0 100%;
    background-color: #f5f5f5;
    margin: 40px 0 0;
    padding: 20px; }
    @media (min-width: 40em) {
      #order_thank_you_content #order_thank_you_cart_summary .cart_price {
        flex: 1 0 auto;
        margin: 0 0 0 40px;
        align-self: flex-start; } }
    #order_thank_you_content #order_thank_you_cart_summary .cart_price ul {
      margin: 0; }
    #order_thank_you_content #order_thank_you_cart_summary .cart_price .price-item {
      display: flex;
      justify-content: space-between;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 26px; }
      #order_thank_you_content #order_thank_you_cart_summary .cart_price .price-item--grandTotal {
        justify-content: center;
        font-family: "DINCondensed-Regular", "Source Sans Pro", sans-serif;
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 34px;
        text-transform: uppercase;
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #e1e1e1; }

#order_thank_you_confirm {
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
  font-weight: 300; }
  #order_thank_you_confirm p {
    line-height: 1.6; }

#account_activate {
  background: #fafafa;
  margin: 20px 0; }
  #account_activate h2 {
    font-family: "DINCondensed-Regular", "Source Sans Pro", sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding: 20px 0;
    color: #ffffff;
    background: #256CCC;
    text-align: center; }

#account_activate_inner {
  text-align: center;
  padding-bottom: 25px; }
  #account_activate_inner p {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 300;
    line-height: 1.2;
    padding: 0 30px; }
  #account_activate_inner p:first-of-type {
    font-weight: 600; }

#account_activate_input {
  font-size: 0;
  margin: 20px auto 0 auto; }
  #account_activate_input input {
    display: block;
    width: 200px;
    padding: 10px;
    vertical-align: middle;
    margin: 5px auto; }
  #account_activate_input button {
    display: block;
    width: 200px;
    background: #cecece;
    height: 38px;
    color: #808080;
    vertical-align: middle;
    margin: 5px auto; }

#order_followup {
  max-width: 400px; }
  #order_followup h3 span {
    display: block;
    font-size: 16px;
    font-weight: 300;
    margin-top: 5px;
    text-transform: none; }
  #order_followup ul {
    margin-bottom: 20px; }
  #order_followup li {
    margin: 15px 0;
    font-size: 16px;
    text-align: left; }
  #order_followup input[type='radio'] {
    vertical-align: middle;
    margin-right: 5px; }
  #order_followup label {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px; }
  #order_followup .order_followup_details {
    display: none;
    padding: 10px 0; }
    #order_followup .order_followup_details.active {
      display: block; }

#order_social_links ul {
  font-size: 0; }

#order_social_links li {
  display: inline-block;
  padding: 0 10px; }

#order_social_links a {
  font-size: 50px;
  color: #808080; }

#order_continue_shopping_link {
  padding: 0 0 50px 0;
  font-size: 18px; }

.cart-empty {
  text-align: center;
  padding-bottom: 40px; }

#shipping_address_form .newsletter-signup {
  padding-bottom: 40px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  #shipping_address_form .newsletter-signup label {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    font-weight: normal;
    color: #000000;
    font-size: 14px;
    font-size: 0.875rem; }
    #shipping_address_form .newsletter-signup label input {
      width: 22px;
      height: 22px;
      margin: 0;
      margin-right: 7px; }

#shipping_address_form .shipping-country {
  display: none; }

@media only screen and (max-width: 639px) {
  #shipping_address_form {
    margin: 20px 0 0 0; }
    #shipping_address_form .shipping-country.short_1_3 {
      display: none; }
    #shipping_address_form .short_3_3, #shipping_address_form .short_2_3 {
      display: inline-block;
      width: 49%; }
    #shipping_address_form .short_3_3 {
      float: right; } }

@media (max-width: 639px) {
  .onepage_step .buttons-set button {
    border: none;
    width: 100%;
    max-width: none; }
  .onepage_step .buttons-set .back-link {
    text-align: center; }
    .onepage_step .buttons-set .back-link a {
      padding: 20px 0; } }

#basic_page {
  background: #fafafa; }

.messages {
  width: 50%;
  min-width: 250px;
  max-width: 500px;
  margin: 0 auto 15px auto;
  text-align: center; }
  .messages .success-msg {
    color: #256CCC; }
  .messages .info-msg {
    color: #FFA300; }
  .messages .error-msg {
    color: #c82828; }

#hero_gtw .homepage_slide_content {
  background-image: url("https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/default/images/hero_images/medium/hero_medium_gtw.1567628560.jpg"); }

@media (min-width: 40em) {
  #hero_gtw .homepage_slide_content {
    background-image: url("https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/default/images/hero_images/large/hero_large_gtw.1567628560.jpg"); }
  #hero_gtw .homepage_slide_text {
    top: 65%;
    right: 4%; }
    #hero_gtw .homepage_slide_text h2 {
      color: #4d4d4d; }
    #hero_gtw .homepage_slide_text a {
      color: #ffffff; } }

@media (min-width: 64em) {
  #hero_gtw .homepage_slide_text {
    right: 8%; } }

#hero_un-sneaker .homepage_slide_content {
  background-image: url("https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/default/images/hero_images/medium/hero_medium_un-sneaker.1567628560.jpg"); }

@media (min-width: 40em) {
  #hero_un-sneaker .homepage_slide_content {
    background-image: url("https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/default/images/hero_images/large/hero_large_un-sneaker.1567628560.jpg"); } }

#hero_gps .homepage_slide_content {
  background-image: url("https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/default/images/hero_images/medium/hero_medium_gps.1567628560.jpg"); }

@media (min-width: 40em) {
  #hero_gps .homepage_slide_content {
    background-image: url("https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/default/images/hero_images/large/hero_large_gps.1567628560.jpg"); }
  #hero_gps .homepage_slide_text {
    top: 33%;
    right: 50%; }
    #hero_gps .homepage_slide_text h2 {
      color: #4d4d4d; }
    #hero_gps .homepage_slide_text a {
      color: #ffffff; } }

#hero_womens .homepage_slide_content {
  background-image: url("https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/default/images/hero_images/medium/hero_medium_womens.1567628560.jpg"); }

@media (min-width: 40em) {
  #hero_womens .homepage_slide_content {
    background-image: url("https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/default/images/hero_images/large/hero_large_womens.1567628560.jpg"); }
  #hero_womens .homepage_slide_text {
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 500px; } }

@media (min-width: 64em) {
  #hero_womens .homepage_slide_text {
    right: 8%; } }

#homepage_review_nav_pages .bx-pager-item {
  display: inline-block;
  margin: 0 3px; }

#homepage_review_nav_pages .bx-pager-item a {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  font-size: 0;
  text-indent: -9999px; }

#homepage_review_nav_pages .bx-pager-item a.active {
  background: rgba(0, 0, 0, 0.3); }

.home-icons {
  margin: 45px auto 0;
  padding: 35px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

@media only screen and (max-width: 639px) {
  .home_testimonials {
    margin: 0 0 30px 0;
    padding: 30px 0 0 0;
    background: #f2f2f2; }
    .home_testimonials .bx-container {
      background: #fbfbfb; }
      .home_testimonials .bx-container .bx-wrapper {
        margin: 0 auto 30px; }
      .home_testimonials .bx-container .bx-pager {
        bottom: -10px; }
        .home_testimonials .bx-container .bx-pager a {
          background: #fbfbfb;
          border: 1px solid #4d4d4d; }
      .home_testimonials .bx-container .bx-viewport {
        background: #fbfbfb; }
      .home_testimonials .bx-container img {
        margin: 0 auto; }
      .home_testimonials .bx-container .h3 {
        margin: 24px 0 9px 0;
        font-weight: bold;
        font-size: 16px;
        text-transform: uppercase;
        text-align: center; }
      .home_testimonials .bx-container p {
        font-size: 16px; } }

.feature_header h2,
.feature_header .h2 {
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
  font-family: "DINCondensed-Regular", "Source Sans Pro", sans-serif;
  color: #4d4d4d;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 30px; }

@media only screen and (max-width: 639px) {
  .feature_header p {
    font-size: 16px;
    text-align: center; } }

/* ---------------- Homepage Feature Blocks ------------------------- */
/* ------------------------------------------------------------------ */
#feature_block_ingredients .feature_block_text {
  background: url("https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/default/images/feature_boxes/feature_ingredients_top.1567628560.jpg") no-repeat center bottom #f7f7f7;
  background-size: 100% 68px; }

#feature_block_ingredients .feature_block_image {
  padding-top: 100%;
  background: url("https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/default/images/feature_boxes/feature_ingredients.1567628560.jpg") no-repeat;
  background-size: cover; }

#feature_block_features {
  background: #ffffff; }
  #feature_block_features .feature_block_image_inner {
    position: relative;
    padding-top: 60%;
    background: url("https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/default/images/feature_boxes/feature_features_crop.1567628560.jpg") no-repeat top right;
    background-size: contain; }

#feature_block_insole {
  background: #e8e8e8; }
  #feature_block_insole .feature_block_image {
    padding-top: 40%;
    background: url("https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/default/images/feature_boxes/hubbard_insole.1567628560.jpg") no-repeat center center;
    background-size: contain; }

#feature_block_inside .feature_block_text {
  z-index: 999; }

#feature_block_size {
  background: #f1f1f1; }
  #feature_block_size .feature_block_image {
    padding-top: 35.8%;
    background: url("https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/default/images/feature_boxes/feature_size.1567628560.jpg") no-repeat;
    background-size: contain; }

#feature_block_resole {
  background: #f1f1f1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 35px; }
  #feature_block_resole .feature_block_image {
    padding-top: 46%;
    background: url("https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/default/images/feature_boxes/feature_resole.1567628560.png") no-repeat center center;
    background-size: contain; }
  #feature_block_resole sup {
    font-size: 12px;
    font-weight: 400; }

.feature_block_images {
  margin-bottom: 25px; }
  .feature_block_images .less_padding {
    padding: 3px; }
  .feature_block_images .feature_image_container {
    position: relative;
    background-color: #fbfbfb;
    width: 100%;
    height: 200px; }
  .feature_block_images img {
    max-width: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .feature_block_images .new-york-times-logo img {
    max-width: 175px; }
  @media (max-width: 639px) {
    .feature_block_images .less_padding {
      padding: 5px; }
    .feature_block_images .feature_image_container {
      height: 140px; } }

#feature_items_block a {
  position: absolute;
  display: block;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  padding: 5px; }
  #feature_items_block a i {
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    display: block;
    padding: 5px 6px;
    border-radius: 50px;
    font-size: 12px; }

#feature_items_block a.active {
  background: rgba(255, 164, 0, 0.5); }
  #feature_items_block a.active i {
    background: #FFA300;
    color: #ffffff; }

#feature_items_block .fi_heel {
  top: 31%;
  left: 22%; }

#feature_items_block .fi_tongue {
  top: 1%;
  left: 50%; }

#feature_items_block .fi_sole {
  top: 75%;
  left: 25%; }

#feature_items_block .fi_shank {
  top: 70%;
  left: 50%; }

.feature_details_block .fd_item {
  display: none;
  margin: 0 25px 25px 25px;
  position: relative;
  background: #e1e1e1;
  padding: 15px 25px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  color: #808080;
  font-size: 16px;
  line-height: 1.2;
  border-radius: 5px;
  font-weight: 300; }
  .feature_details_block .fd_item.active {
    display: block; }
  .feature_details_block .fd_item:before {
    position: absolute;
    left: -9px;
    top: 17px;
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ffd280; }
  .feature_details_block .fd_item:after {
    position: absolute;
    left: -5px;
    top: 21px;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FFA300; }

#feature_block_inside .cd-image-container {
  position: relative;
  width: 100%;
  margin: 0 auto; }

#feature_block_inside .cd-image-container img {
  display: block; }

#feature_block_inside .cd-image-label {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  padding: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s; }

#feature_block_inside .cd-image-label.is-hidden {
  visibility: hidden; }

#feature_block_inside .is-visible .cd-image-label {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

#feature_block_inside .cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

#feature_block_inside .cd-resize-img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: auto;
  max-width: none; }

#feature_block_inside .cd-resize-img .cd-image-label {
  right: auto;
  left: 0; }

#feature_block_inside .is-visible .cd-resize-img {
  width: 50%;
  /* bounce in animation of the modified image */
  -webkit-animation: cd-bounce-in 0.7s;
  -moz-animation: cd-bounce-in 0.7s;
  animation: cd-bounce-in 0.7s; }

@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0; }
  60% {
    width: 55%; }
  100% {
    width: 50%; } }

@-moz-keyframes cd-bounce-in {
  0% {
    width: 0; }
  60% {
    width: 55%; }
  100% {
    width: 50%; } }

@keyframes cd-bounce-in {
  0% {
    width: 0; }
  60% {
    width: 55%; }
  100% {
    width: 50%; } }

#feature_block_inside .cd-handle {
  position: absolute;
  height: 44px;
  width: 44px;
  /* center the element */
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border-radius: 50%;
  background: #FFA300 url("https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/default/images/cd-arrows.svg") no-repeat center center;
  cursor: move;
  box-shadow: 0 0 0 6px rgba(255, 164, 0, 0.5), 0 0 10px rgba(255, 164, 0, 0.5), inset 0 1px 0 rgba(255, 164, 0, 0.5);
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  -moz-transform: translate3d(0, 0, 0) scale(0);
  -ms-transform: translate3d(0, 0, 0) scale(0);
  -o-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0); }

#feature_block_inside .is-visible .cd-handle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s; }

.category-lazy {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  padding: 40px 65px; }
  @media only screen and (max-width: 400px) {
    .category-lazy {
      padding: 25px 65px; } }
  .category-lazy.lazy-loaded {
    -webkit-animation: none;
    animation: none;
    max-width: 100%;
    padding: 0; }

.category-title {
  margin: 0 0 60px;
  text-align: center; }
  @media only screen and (max-width: 639px) {
    .category-title {
      margin: 0 0 28px; } }
  .category-title h1 {
    font-size: 38px;
    font-size: 2.375rem;
    font-family: "DINCondensed-Regular", "Source Sans Pro", sans-serif;
    text-transform: uppercase; }

.category-image-container {
  position: relative;
  color: #FFFFFF;
  margin: 0 0 30px; }
  .category-image-container p {
    margin: 0; }
  .category-image-container__image img {
    width: 100%; }
  .category-image-container__text {
    color: #696A6D;
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 35px;
    padding: 20px; }
    .category-image-container__text--title {
      margin: 0;
      padding: 0;
      text-transform: uppercase;
      font-size: 24px;
      font-size: 1.5rem;
      font-family: "DINCondensed-Regular", "Source Sans Pro", sans-serif;
      letter-spacing: -2px;
      line-height: 1; }
    .category-image-container__text--descr p {
      line-height: 34px; }
  @media (min-width: 40em) {
    .category-image-container__text {
      display: block; } }
  @media (min-width: 40em) {
    .category-image-container__text {
      position: absolute;
      font-size: 18px;
      line-height: 35px;
      padding: 0;
      width: 25%; }
    .category-image-container .text-position-right-bottom {
      bottom: 80px;
      right: 25px;
      top: auto;
      left: auto; }
    .category-image-container .text-position-right-center {
      right: 25px;
      top: 25%;
      bottom: auto;
      left: auto; }
    .category-image-container .text-position-right-top {
      top: 40px;
      right: 25px;
      left: auto;
      bottom: auto; }
    .category-image-container .text-position-left-bottom {
      bottom: 80px;
      left: 25px;
      top: auto;
      right: auto; }
    .category-image-container .text-position-left-center {
      left: 25px;
      top: 39%;
      bottom: auto;
      right: auto; }
    .category-image-container .text-position-left-top {
      top: 40px;
      left: 25px;
      right: auto;
      bottom: auto; } }
  @media (min-width: 57.813em) {
    .category-image-container__text--title {
      font-size: 36px;
      font-size: 2.25rem; } }
  @media (min-width: 64.0625em) {
    .category-image-container__text--title {
      font-size: 50px;
      font-size: 3.125rem; } }

.product-list__grid .row {
  display: flex;
  flex-wrap: wrap; }
  .product-list__grid .row:before {
    display: none; }

.product-list__grid .featured-product__sibling-column {
  display: flex;
  flex-direction: column;
  flex: 1 0 33%;
  align-items: center;
  justify-content: center; }

.product-list__grid .parent_product_header {
  clear: both;
  position: relative;
  padding: 0 15px;
  height: 40px;
  margin-bottom: 20px; }
  .product-list__grid .parent_product_header.hidden {
    display: none;
    visibility: hidden; }
  .product-list__grid .parent_product_header hr {
    margin: 0;
    padding: 20px 0 0; }
  .product-list__grid .parent_product_header h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    line-height: 40px;
    background-color: #FFFFFF;
    text-transform: uppercase;
    color: #000000;
    padding: 0 25px;
    letter-spacing: -.02em;
    font-family: "DINCondensed-Regular", "Source Sans Pro", sans-serif;
    white-space: nowrap;
    font-size: 32px;
    font-size: 2rem; }
    @media only screen and (max-width: 480px) {
      .product-list__grid .parent_product_header h2 {
        font-size: 24px;
        font-size: 1.5rem;
        padding: 0 4px; } }

.product-list__grid .elastic_product_wrapper {
  padding: 0; }
  @media only screen and (max-width: 639px) {
    .product-list__grid .elastic_product_wrapper:nth-child(odd) {
      padding-right: 0.312rem; }
    .product-list__grid .elastic_product_wrapper:nth-child(even) {
      padding-left: 0.312rem; } }
  .product-list__grid .elastic_product_wrapper.hidden {
    display: none;
    visibility: hidden; }
  .product-list__grid .elastic_product_wrapper.clear_row {
    clear: both !important; }

.product-list__grid-item {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column; }
  .product-list__grid-item__badge {
    position: absolute;
    top: 20px;
    right: 20px;
    height: auto;
    color: #FFFFFF;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 5px 10px;
    font-weight: 800; }
    @media only screen and (max-width: 639px) {
      .product-list__grid-item__badge {
        display: none; } }
    .product-list__grid-item__badge.blue {
      background-color: #256CCC;
      border: 1px solid #256CCC; }
    .product-list__grid-item__badge.orange {
      background-color: #FFA300;
      border: 1px solid #FFA300; }
    .product-list__grid-item__badge span {
      font-size: 29px;
      line-height: 0;
      position: relative;
      left: -2px;
      top: 3px; }
  .product-list__grid-item__tag {
    font-size: 13px;
    font-size: 0.8125rem;
    position: absolute;
    right: 15px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
    padding: 4px;
    border: 1px solid #000000;
    top: 17px; }
  .product-list__grid-item__image {
    display: block;
    text-align: center; }
  .product-list__grid-item__details {
    padding: 0 15px 20px;
    position: relative; }
    .product-list__grid-item__details__swatches {
      display: inline-block;
      left: 50%;
      margin: 0 0 20px;
      position: relative;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%); }
      .product-list__grid-item__details__swatches .swatch {
        border: 2px solid transparent;
        border-radius: 50%;
        cursor: pointer;
        display: inline-block;
        height: 24px;
        margin: 0 1px 0 0;
        width: 24px; }
        .product-list__grid-item__details__swatches .swatch:last-child {
          margin: 0; }
        @media only screen and (max-width: 639px) {
          .product-list__grid-item__details__swatches .swatch {
            height: 20px;
            width: 20px; } }
        .product-list__grid-item__details__swatches .swatch div {
          width: 20px;
          height: 20px;
          display: inline-block;
          border-radius: 50%;
          border: 2px solid #FFFFFF; }
          @media only screen and (max-width: 639px) {
            .product-list__grid-item__details__swatches .swatch div {
              height: 16px;
              width: 16px; } }
        .product-list__grid-item__details__swatches .swatch.active, .product-list__grid-item__details__swatches .swatch:hover {
          border-color: orange; }
      .product-list__grid-item__details__swatches .link-all-colors {
        position: relative;
        top: -5px;
        text-decoration: underline;
        font-size: 15px;
        font-size: 0.9375rem;
        margin-left: 5px;
        line-height: 14px; }
        @media only screen and (max-width: 639px) {
          .product-list__grid-item__details__swatches .link-all-colors {
            display: none; } }
    .product-list__grid-item__details__name {
      font-size: 19px;
      font-size: 1.1875rem;
      text-align: center;
      letter-spacing: 1px;
      text-transform: uppercase;
      font-weight: 600;
      margin: 0 0 3px;
      line-height: normal;
      /* iPhone 5 Retina regardless of IOS version */ }
      .product-list__grid-item__details__name .flag {
        color: #FFA300; }
      .product-list__grid-item__details__name a {
        color: #000000; }
      @media only screen and (max-width: 639px) {
        .product-list__grid-item__details__name {
          font-size: 14px;
          font-size: 0.875rem; } }
      @media (device-height: 568px) and (device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
        .product-list__grid-item__details__name {
          /*IPhone 5 only CSS here*/
          font-size: 12px;
          font-size: 0.75rem; } }
    .product-list__grid-item__details__subtitle {
      font-size: 16px;
      font-size: 1rem;
      text-align: center;
      line-height: normal;
      margin: 0; }
    .product-list__grid-item__details__info {
      display: inline-block;
      left: 50%;
      margin: 10px 0 5px;
      min-height: 19px;
      position: relative;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%); }
      .product-list__grid-item__details__info__price {
        font-size: 17px;
        font-size: 1.0625rem;
        display: inline-block;
        text-align: center;
        color: #000000;
        vertical-align: middle;
        font-weight: 600; }
        @media only screen and (max-width: 639px) {
          .product-list__grid-item__details__info__price {
            font-size: 15px;
            font-size: 0.9375rem;
            display: block;
            margin-bottom: 5px; } }
        @media (device-height: 568px) and (device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
          .product-list__grid-item__details__info__price {
            /*IPhone 5 only CSS here*/
            font-size: 12px;
            font-size: 0.75rem; } }
      .product-list__grid-item__details__info__review {
        border-left: 1px solid #2b2b2b;
        display: inline-block;
        line-height: 18px;
        margin-left: 6px;
        padding-left: 10px;
        vertical-align: middle; }
        @media only screen and (max-width: 639px) {
          .product-list__grid-item__details__info__review {
            margin-left: 0;
            padding-left: 0;
            border-left: none; } }
        .product-list__grid-item__details__info__review .average-rating, .product-list__grid-item__details__info__review .average-based-on {
          font-size: 14px;
          font-size: 0.875rem;
          color: #000000;
          display: inline-block;
          margin: 0;
          font-weight: 600;
          height: 15px;
          overflow: hidden;
          letter-spacing: 1px;
          line-height: 14px;
          position: relative;
          top: 1px; }
          @media (device-height: 568px) and (device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
            .product-list__grid-item__details__info__review .average-rating, .product-list__grid-item__details__info__review .average-based-on {
              /*IPhone 5 only CSS here*/
              height: 12px; } }
        .product-list__grid-item__details__info__review .average-based-on {
          margin-left: 10px; }
          @media only screen and (max-width: 639px) {
            .product-list__grid-item__details__info__review .average-based-on {
              display: none; } }
        .product-list__grid-item__details__info__review .average-rating {
          width: 90px; }
          @media (device-height: 568px) and (device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
            .product-list__grid-item__details__info__review .average-rating {
              /*IPhone 5 only CSS here*/
              width: 75px; } }
          .product-list__grid-item__details__info__review .average-rating .rating-box {
            height: 18px;
            background-image: url("/media/catalog/resized/32x/media/detailedreview/default/star-inactive.1567628560.png");
            background-size: 19px auto; }
            @media (device-height: 568px) and (device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
              .product-list__grid-item__details__info__review .average-rating .rating-box {
                /*IPhone 5 only CSS here*/
                height: 14px;
                background-size: 15px auto; } }
            .product-list__grid-item__details__info__review .average-rating .rating-box .rating {
              height: 18px;
              background-image: url("/media/catalog/resized/32x/media/detailedreview/default/star-active_1.1567628560.png");
              background-size: 19px auto; }
              @media (device-height: 568px) and (device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
                .product-list__grid-item__details__info__review .average-rating .rating-box .rating {
                  /*IPhone 5 only CSS here*/
                  height: 14px;
                  background-size: 15px auto; } }

.product-list .product-label {
  position: absolute;
  top: 17px;
  right: 17px;
  border: 1px solid #787878;
  padding: 10px;
  color: #000000; }

.product-list .swatch-category {
  display: inline-block;
  position: relative;
  border: 3px solid #FFFFFF;
  border-radius: 50%;
  top: 3px;
  margin: 0 10px 0 0;
  cursor: pointer; }
  .product-list .swatch-category:last-of-type {
    margin: 0; }
  .product-list .swatch-category.swatchSelected:after {
    content: '';
    border: 1px solid black;
    border-radius: 50%;
    height: 27px;
    width: 27px;
    display: block;
    position: relative;
    right: 4px;
    bottom: 4px; }

.product-seo {
  border-top: 1px solid #d1d1cf;
  padding: 20px 0;
  color: #6a6a6a; }
  .product-seo h1, .product-seo p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5; }
  .product-seo h1 {
    font-weight: bold; }

.currently {
  background: #f5f5f5;
  padding: 20px;
  margin: 0 0 10px 0;
  font-size: 16px;
  font-size: 1rem;
  color: #000000; }
  .currently .block-subtitle {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #CCCCCC;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1rem;
    color: #000000; }
  .currently .swatch-shopby-selected {
    display: inline-block;
    position: relative;
    top: 2px;
    width: 20px;
    height: 20px;
    border: 3px solid #FFFFFF;
    border-radius: 50%; }
  .currently .label {
    padding: 0;
    background: none;
    font-size: 16px;
    font-size: 1rem;
    color: #0a0a0a;
    text-transform: uppercase; }
  .currently .actions {
    margin: 15px 0 0 0; }
  .currently .btn-remove {
    color: rgba(0, 0, 0, 0.3);
    font-size: 30px;
    font-size: 1.875rem;
    display: inline-block;
    float: right; }
  .currently ol {
    margin: 0; }
    .currently ol li {
      margin: 0 0 7px; }

.block-layered-nav {
  margin: 0 0 20px; }
  .block-layered-nav .js-clear-all {
    width: 100%;
    text-align: center;
    margin: 25px 0 0;
    text-transform: uppercase;
    cursor: pointer; }
    .block-layered-nav .js-clear-all span {
      font-weight: 600;
      position: relative;
      font-size: 20px;
      top: 1px;
      margin: 0 7px 0 0; }

@media (min-width: 57.813em) {
  .product-filter-wrapper.active {
    border-bottom: 2px solid #f8f8f8; }
    .product-filter-wrapper.active .active-filter-wrapper {
      padding-top: 0; } }

.product-filter-wrapper .filter-header {
  background: #f8f8f8;
  display: flex;
  justify-content: space-between;
  padding: 0 80px;
  text-transform: uppercase;
  font-weight: 600;
  color: #848484; }
  .product-filter-wrapper .filter-header .filter-shoe-pairs {
    padding: 20px 0; }
  .product-filter-wrapper .filter-header .filter-toggle {
    cursor: pointer;
    display: inline-block;
    padding: 0 25px;
    margin: 20px 0; }
    .product-filter-wrapper .filter-header .filter-toggle.divider {
      border-right: 1px solid #848484; }
    .product-filter-wrapper .filter-header .filter-toggle.active {
      color: #0A0A0A; }
    .product-filter-wrapper .filter-header .filter-toggle[data-filter-name="belt_width"] {
      display: none; }

.product-filter-wrapper .filter-container {
  border-top: none;
  padding: 20px;
  position: relative;
  text-align: center;
  font-size: 16px;
  font-size: 1rem; }
  .product-filter-wrapper .filter-container .toggle-plus, .product-filter-wrapper .filter-container .toggle-minus {
    position: absolute;
    font-size: 20px;
    right: 20px;
    top: 12px; }
  .product-filter-wrapper .filter-container i {
    position: absolute;
    right: 15px;
    top: 15px; }
  .product-filter-wrapper .filter-container a {
    color: #000000;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 600;
    display: inline-block; }
  .product-filter-wrapper .filter-container ol {
    margin: 0; }
    .product-filter-wrapper .filter-container ol li {
      display: inline-block; }
  .product-filter-wrapper .filter-container .fa-minus, .product-filter-wrapper .filter-container .toggle-minus {
    display: none; }
  .product-filter-wrapper .filter-container.toggle-open-icon .fa-plus, .product-filter-wrapper .filter-container.toggle-open-icon .toggle-plus {
    display: none; }
  .product-filter-wrapper .filter-container.toggle-open-icon .fa-minus, .product-filter-wrapper .filter-container.toggle-open-icon .toggle-minus {
    display: block; }
  .product-filter-wrapper .filter-container__title {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
    font-size: 1rem; }
    @media only screen and (max-width: 639px) {
      .product-filter-wrapper .filter-container__title {
        padding: 15px 0 0; } }
  .product-filter-wrapper .filter-container__name {
    text-transform: uppercase;
    color: #000000;
    margin: 0 0 15px 0;
    font-weight: 600;
    font-size: 13px;
    font-size: 0.8125rem; }
    .product-filter-wrapper .filter-container__name:before {
      content: 'Filter by '; }
    .product-filter-wrapper .filter-container__name .clear_filter {
      float: right;
      display: none;
      cursor: pointer; }
      .product-filter-wrapper .filter-container__name .clear_filter div {
        display: inline-block;
        font-weight: 600;
        line-height: 1rem;
        height: 19px; }
        .product-filter-wrapper .filter-container__name .clear_filter div.clear_txt {
          font-size: 0.6rem;
          vertical-align: middle;
          margin-right: 5px; }
    @media only screen and (max-width: 639px) {
      .product-filter-wrapper .filter-container__name {
        margin: 0;
        padding: 15px 0 0 0;
        border-bottom: none;
        border-top: 1px solid #CCCCCC; }
        .product-filter-wrapper .filter-container__name .clear_filter {
          float: none;
          height: 0;
          margin: 0 0 0 15px;
          position: relative;
          top: 0; } }
  .product-filter-wrapper .filter-container__switch {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0;
    cursor: pointer;
    transition: transform .3s ease; }
    .product-filter-wrapper .filter-container__switch.open {
      transform: rotate(90deg); }
    .product-filter-wrapper .filter-container__switch--horizontal {
      display: block;
      border-bottom: 2px solid #0a0a0a;
      position: relative;
      top: 7px;
      cursor: pointer; }
    .product-filter-wrapper .filter-container__switch--horizontal-static {
      position: absolute;
      width: 15px;
      height: 15px;
      top: 7px;
      right: 0;
      transition: transform 1s ease;
      border-top: 2px solid #0a0a0a;
      cursor: pointer; }
  .product-filter-wrapper .filter-container.type {
    display: none; }
    .product-filter-wrapper .filter-container.type.type__belt_width {
      display: none !important; }
    @media only screen and (max-width: 639px) {
      .product-filter-wrapper .filter-container.type ol {
        display: none;
        padding: 20px 0 10px 0; }
      .product-filter-wrapper .filter-container.type__width .filter-container__name {
        border-bottom: none; } }
  .product-filter-wrapper .filter-container.type__category ol li {
    display: block;
    text-transform: uppercase;
    margin: 0 0 8px; }
    .product-filter-wrapper .filter-container.type__category ol li ol {
      margin-left: 10px;
      margin-top: 5px; }
      .product-filter-wrapper .filter-container.type__category ol li ol li {
        text-transform: none;
        margin: 0 0 5px; }
        .product-filter-wrapper .filter-container.type__category ol li ol li a {
          color: #6D6D6D;
          font-weight: 400;
          font-size: 14px;
          font-size: 0.875rem; }
    .product-filter-wrapper .filter-container.type__category ol li.faded {
      opacity: 0.5; }
  .product-filter-wrapper .filter-container.type__color ol {
    width: 100%; }
  .product-filter-wrapper .filter-container.type__color li {
    display: inline-block;
    margin: 0 15px;
    white-space: nowrap; }
    .product-filter-wrapper .filter-container.type__color li.active .swatch {
      border: 2px solid #FFA300; }
    .product-filter-wrapper .filter-container.type__color li.faded {
      opacity: 0.5; }
    .product-filter-wrapper .filter-container.type__color li .swatch {
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%; }
      .product-filter-wrapper .filter-container.type__color li .swatch div {
        width: 20px;
        height: 20px;
        display: inline-block;
        border-radius: 50%;
        margin: 0 5px 0 0;
        border: 2px solid #FFFFFF; }
    .product-filter-wrapper .filter-container.type__color li .swatch_label {
      top: -6px;
      position: relative;
      display: inline-block; }
  .product-filter-wrapper .filter-container.type__color .swatch-shopby {
    border-radius: 50%;
    border: 3px solid #FFFFFF; }
  @media only screen and (max-width: 639px) {
    .product-filter-wrapper .filter-container.type__color li {
      display: inline-block;
      margin: 0;
      width: 45%; } }
  .product-filter-wrapper .filter-container.type__width li, .product-filter-wrapper .filter-container.type__size li, .product-filter-wrapper .filter-container.type__belt_width li, .product-filter-wrapper .filter-container.type__belt_size li {
    margin: 0 2px 5px 0;
    height: 34px;
    border: 1px solid #9c9c9c;
    text-align: center;
    background: #FFFFFF; }
    .product-filter-wrapper .filter-container.type__width li.active, .product-filter-wrapper .filter-container.type__size li.active, .product-filter-wrapper .filter-container.type__belt_width li.active, .product-filter-wrapper .filter-container.type__belt_size li.active {
      background: #696A6D; }
      .product-filter-wrapper .filter-container.type__width li.active a, .product-filter-wrapper .filter-container.type__size li.active a, .product-filter-wrapper .filter-container.type__belt_width li.active a, .product-filter-wrapper .filter-container.type__belt_size li.active a {
        color: #FFFFFF; }
  .product-filter-wrapper .filter-container.type__width a, .product-filter-wrapper .filter-container.type__size a, .product-filter-wrapper .filter-container.type__belt_width a, .product-filter-wrapper .filter-container.type__belt_size a {
    display: block;
    color: #0a0a0a;
    vertical-align: middle;
    font-weight: 600;
    line-height: 34px; }
  .product-filter-wrapper .filter-container.type__width li, .product-filter-wrapper .filter-container.type__belt_width li {
    text-transform: uppercase;
    width: 108px; }
  .product-filter-wrapper .filter-container.type__size li, .product-filter-wrapper .filter-container.type__belt_size li {
    width: 50px; }
  @media only screen and (max-width: 639px) {
    .product-filter-wrapper .filter-container {
      background: #f5f5f5;
      border: none;
      padding: 0 15px 15px 15px;
      text-align: left; } }

.product-filter-wrapper .active-filter-wrapper {
  padding: 20px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 30px; }
  .product-filter-wrapper .active-filter-wrapper .clear_filter {
    cursor: pointer;
    margin-left: 15px; }
    .product-filter-wrapper .active-filter-wrapper .clear_filter img {
      margin-left: 5px;
      width: 17px;
      margin-top: -3px; }
  .product-filter-wrapper .active-filter-wrapper .js-clear-all {
    color: #FFA300;
    cursor: pointer;
    margin-left: 15px; }

#elastic_overlay {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000; }
  #elastic_overlay img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%); }

.searched-query {
  margin: 40px 0 0 10px;
  font-size: 24px; }

.no-results-msg {
  margin: 20px 0 50px 10px;
  font-size: 14px; }

.featured-product.column {
  width: 66.66666%; }
  @media only screen and (max-width: 1125px) {
    .featured-product.column {
      width: 100%;
      height: auto !important; } }

.featured-product .item {
  height: 100%;
  flex: 1 0 auto; }
  @media only screen and (max-width: 1125px) {
    .featured-product .item {
      padding-top: 20px;
      padding-bottom: 40px; } }
  .featured-product .item .product-list__grid-item__image img {
    width: 100%; }

@media only screen and (max-width: 1047px) and (min-width: 1024px) {
  .link-all-colors {
    display: none !important; } }

.swatch-spacer {
  height: 44px; }

.modals_background {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 1000%;
  overflow: hidden; }
  .modals_background.active {
    display: block; }

.modal {
  display: none;
  height: 100%;
  max-width: 750px;
  margin: 50px auto 0 auto; }
  .modal.active {
    display: block; }

.modal_inner {
  position: relative; }

.modal_header h5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-family: "DINCondensed-Regular", "Source Sans Pro", sans-serif;
  color: #4d4d4d;
  font-size: 30px;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  padding: 20px;
  margin: 0 auto;
  background: #ffffff; }

.modal_header i {
  position: absolute;
  top: 15px;
  right: 10px;
  font-size: 40px;
  color: #808080; }

.modal_close {
  cursor: pointer; }

.modal_content {
  background: #ffffff;
  overflow-y: scroll;
  max-height: 85vh; }

.modal_content_inner {
  padding: 90px 20px 100px 20px;
  font-size: 16px;
  line-height: 1.6;
  text-align: justify; }
  .modal_content_inner p {
    margin-bottom: 15px; }

.reveal-overlay {
  z-index: 99998;
  overflow-y: hidden; }

.close-reveal-modal {
  top: 10px;
  right: 20px;
  position: absolute;
  text-decoration: none; }

#modal-background {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 999999999;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */ }

.newsletter-modal {
  background-color: #FFFFFF;
  background-position: top;
  background-size: cover;
  max-width: 780px;
  height: 575px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9999999999;
  color: #FFFFFF;
  text-align: center;
  border: 15px solid #FFFFFF; }
  .newsletter-modal .heading {
    font-size: 100px;
    font-size: 6.25rem;
    font-family: "DINCondensed-Regular", "Source Sans Pro", sans-serif;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin: 0;
    line-height: 1; }
    @media (max-width: 767px) {
      .newsletter-modal .heading {
        margin: 5px 0 5px 0;
        font-size: 32px;
        font-size: 2rem; } }
  .newsletter-modal .intro {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1.2;
    margin: 0 0 90px; }
    @media (max-width: 767px) {
      .newsletter-modal .intro {
        margin: 0 0 8px;
        font-size: 14px;
        font-size: 0.875rem; } }
  .newsletter-modal #newsletter-subscribe {
    max-width: 530px;
    margin: 0 auto 10px auto; }
    .newsletter-modal #newsletter-subscribe input {
      border: 1px solid #FFFFFF;
      background: none;
      color: #FFFFFF;
      text-transform: uppercase;
      padding: 35px 25px;
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: 600;
      box-shadow: none; }
      @media (max-width: 767px) {
        .newsletter-modal #newsletter-subscribe input {
          padding: 16px 5px;
          font-size: 14px;
          font-size: 0.875rem;
          margin: 0; } }
      .newsletter-modal #newsletter-subscribe input.error {
        border: 1px solid #c82828;
        border-right-color: #FFFFFF; }
    .newsletter-modal #newsletter-subscribe button {
      background: #FFFFFF;
      color: #000000;
      border: 1px solid #FFFFFF;
      padding: 26px 0 27px;
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: 600; }
      @media (max-width: 767px) {
        .newsletter-modal #newsletter-subscribe button {
          padding: 12px 0;
          font-size: 14px;
          font-size: 0.875rem;
          margin: 0; } }
    @media (max-width: 767px) {
      .newsletter-modal #newsletter-subscribe {
        margin: 0 auto 5px; } }
  .newsletter-modal #newsletter-error {
    display: none !important; }
  .newsletter-modal #ajax-message {
    clear: both;
    display: block; }
  .newsletter-modal .newsletter-message {
    line-height: 16px;
    position: relative;
    top: -11px; }
  .newsletter-modal input:-webkit-autofill.newsletter-success,
  .newsletter-modal input:-webkit-autofill:hover.newsletter-success,
  .newsletter-modal input:-webkit-autofill:focus.newsletter-success,
  .newsletter-modal input:-webkit-autofill.newsletter-success,
  .newsletter-modal #newsletter.newsletter-success {
    color: green;
    -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
    -webkit-text-fill-color: green;
    transition: background-color 0s; }
  @media (max-width: 767px) {
    .newsletter-modal {
      margin: 0;
      top: 0;
      height: 25%;
      min-height: 165px;
      max-height: 190px;
      border: 5px solid white; } }
  .newsletter-modal .news-content {
    margin-top: 115px;
    text-align: center; }
    @media (max-width: 767px) {
      .newsletter-modal .news-content {
        margin-top: 10px; } }
    @media (max-width: 767px) {
      .newsletter-modal .news-content {
        margin-top: 5px; } }
    @media (max-width: 767px) {
      .newsletter-modal .news-content .note {
        font-size: 12px;
        font-size: 0.75rem;
        margin: 0; } }
    @media (max-width: 360px) {
      .newsletter-modal .news-content .note {
        font-size: 10px;
        font-size: 0.625rem; } }
  .newsletter-modal .para {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #0079b6; }
  .newsletter-modal .newsletter-signup-modal .newsletter-email {
    width: 65%;
    float: left; }
  .newsletter-modal .newsletter-signup-modal .inline-block {
    display: inline-block; }
  .newsletter-modal .newsletter-signup-modal .button {
    background-color: #faa327;
    line-height: 0.95;
    width: 35%;
    min-width: 0;
    float: left; }
  .newsletter-modal .close-reveal-modal {
    top: 20px;
    right: 25px;
    font-size: 20px;
    font-size: 1.25rem;
    color: #FFF; }
    @media (max-width: 767px) {
      .newsletter-modal .close-reveal-modal {
        top: 5px;
        right: 9px; } }
  .newsletter-modal .newsletter-message {
    clear: both; }

.webforms-catalog_form .buttons-set {
  display: inline-block;
  width: 100%; }

.wide > div[class*="webforms-fields-"] {
  width: 100%; }

div[class*="webforms-fields-"] {
  width: 50%;
  display: inline-block; }
  div[class*="webforms-fields-"].input-left {
    padding-right: 5px; }
  div[class*="webforms-fields-"].input-right {
    padding-left: 5px; }

.webforms-fields-street_2 label {
  display: none; }

#locations_container h1:before {
  content: '\f041';
  font-family: "FontAwesome";
  margin-right: 10px; }

#location_results_container {
  padding-bottom: 20px; }

#locations_search {
  padding: 0 15px; }

#locations_search_inner {
  padding: 0 15px 10px 15px;
  margin-bottom: 10px;
  background: #fafafa;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden; }
  #locations_search_inner input {
    margin-bottom: 5px;
    padding: 19px 10px; }

#locations_map {
  height: 300px;
  margin-bottom: 10px; }

#map img {
  width: 100%;
  height: 100%; }

#locations_map_inner {
  padding: 0 15px;
  height: 100%; }

#locations_items_container ul {
  padding: 5px 20px 0 0px; }

#locations_items_container li {
  background: #e1e1e1;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px;
  margin-bottom: 5px;
  border-radius: 3px;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative; }
  #locations_items_container li.active {
    background: #256CCC; }
    #locations_items_container li.active .row.location, #locations_items_container li.active .location-name {
      color: white; }
  #locations_items_container li .featured-badge {
    position: absolute;
    top: 0;
    right: 20px;
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #797979; }
    #locations_items_container li .featured-badge img {
      max-width: 30px;
      width: 100%;
      height: auto; }

#locations_items_container h3 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0px;
  color: #4d4d4d; }

#locations_items_container address {
  font-style: normal; }

#locations_items_container span {
  display: block;
  margin-top: 10px; }
  #locations_items_container span:before {
    font-family: "FontAwesome";
    margin-right: 5px; }
  #locations_items_container span.phone:before {
    content: '\f095'; }
  #locations_items_container span.location:before {
    content: '\f041'; }
  #locations_items_container span strong {
    font-weight: 300; }

#locations_items_container a {
  color: #0a0a0a; }

#locations_table ul li {
  cursor: pointer;
  padding: 15px 15px 15px 35px; }

.infobubble .location_info {
  line-height: 14px; }
  .infobubble .location_info > div {
    margin-bottom: 5px; }
  .infobubble .location_info > div:last-of-type {
    margin-bottom: 0; }

.infobubble > div:nth-of-type(3) {
  height: 107px !important; }

.infobubble .location_info .action a {
  cursor: pointer; }

#zoom_in_control, #zoom_out_control {
  background-image: url("/skin/frontend/base/default/locator/images/zoom_icon.svg");
  background-color: #000000;
  background-size: 36px 67px;
  border-radius: 5px;
  cursor: pointer;
  height: 35px;
  width: 35px; }

#zoom_in_control {
  background-position: 50% 0;
  margin: 0 0 5px; }

#zoom_out_control {
  background-position: 50% -32px; }

#custom_control_container {
  margin: 10px 15px 0 0;
  opacity: .8; }

.no-location {
  display: block;
  color: #c82828;
  margin: 3px 0 5px; }

.banner-image, .deals-image {
  cursor: pointer; }

.cat-loader {
  text-align: center;
  line-height: 345px; }

.bxslider {
  margin-left: 0; }

.bx-wrapper .bx-viewport {
  box-shadow: none;
  border: none;
  left: 0; }

#main-banner .bx-wrapper {
  margin-bottom: 25px; }
  #main-banner .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    left: 0; }
  #main-banner .bx-wrapper .bx-controls-direction a {
    z-index: 5; }
  #main-banner .bx-wrapper .bx-prev {
    opacity: 1;
    margin-left: 20px;
    background: url("https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/default/images/icons/bx-prev.1567628560.png") no-repeat; }
    @media (max-width: 400px) {
      #main-banner .bx-wrapper .bx-prev {
        margin-left: 0; } }
  #main-banner .bx-wrapper .bx-next {
    opacity: 1;
    margin-right: 20px;
    background: url("https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/default/images/icons/bx-next.1567628560.png") no-repeat; }
    @media (max-width: 400px) {
      #main-banner .bx-wrapper .bx-next {
        margin-right: 0; } }
  #main-banner .bx-wrapper .bx-pager {
    position: absolute;
    bottom: 25px;
    right: 35px;
    text-align: right;
    font-size: 0; }
    @media (max-width: 400px) {
      #main-banner .bx-wrapper .bx-pager {
        bottom: 5px;
        right: 50%;
        transform: translateX(10%); } }
  #main-banner .bx-wrapper .bx-default-pager a {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #000; }
    #main-banner .bx-wrapper .bx-default-pager a.active {
      background-color: #000; }

#main-banner img {
  position: relative;
  width: 100%; }

#main-banner .slider-image {
  width: 100%;
  display: block;
  position: relative; }

#main-banner .text-position-right-top {
  position: absolute;
  top: 5px;
  right: 5.5%; }

#main-banner .text-position-right-center {
  position: absolute;
  top: 48%;
  right: 5.5%;
  transform: translateY(-50%); }

#main-banner .text-position-right-bottom {
  position: absolute;
  bottom: 5px;
  right: 5.5%; }

#main-banner .text-position-left-top {
  position: absolute;
  top: 5px;
  left: 7%; }

#main-banner .text-position-left-center {
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translateY(-50%); }

#main-banner .text-position-left-bottom {
  position: absolute;
  bottom: 5px;
  left: 7%; }

#main-banner .slider__text-container {
  text-align: left;
  width: 450px;
  padding: 50px 30px;
  color: #fefefe; }
  @media (max-width: 639px) {
    #main-banner .slider__text-container {
      top: 23% !important;
      left: 0 !important;
      text-align: center;
      width: 100%; }
      #main-banner .slider__text-container .text-title, #main-banner .slider__text-container .slider-desc {
        text-align: center !important; }
      #main-banner .slider__text-container .slider-button {
        font-weight: 800 !important;
        margin: 0 auto; } }
  #main-banner .slider__text-container .text-title {
    margin-bottom: 0 0 5px;
    text-align: left;
    text-transform: uppercase;
    font-size: 50px;
    font-size: 3.125rem;
    letter-spacing: -2px;
    line-height: 1;
    font-family: "DINCondensed-Regular", "Source Sans Pro", sans-serif; }
    @media (max-width: 400px) {
      #main-banner .slider__text-container .text-title {
        font-size: 40px;
        font-size: 2.5rem; } }
  #main-banner .slider__text-container .slider-desc {
    margin-bottom: 30px;
    text-align: left;
    line-height: 1;
    font-size: 21px;
    font-size: 1.3125rem; }
    @media (max-width: 400px) {
      #main-banner .slider__text-container .slider-desc {
        font-size: 16px;
        font-size: 1rem; } }
  #main-banner .slider__text-container .slider-button {
    display: inline-block;
    padding: 10px 24px;
    border: 1px solid #000000;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 1px;
    font-weight: 600; }

@media only screen and (max-width: 639px) {
  #main-banner .bx-pager {
    display: none; } }

#secondary-banners {
  overflow: hidden; }
  #secondary-banners img {
    width: 100%; }
  #secondary-banners .banner-container {
    position: relative;
    margin-bottom: 25px; }
    #secondary-banners .banner-container .banners-text {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      text-align: center;
      width: 100%; }
    #secondary-banners .banner-container .banner-desc {
      margin-bottom: 10px;
      text-align: center;
      text-transform: uppercase;
      line-height: 1.6;
      font-size: 20px;
      font-size: 1.25rem;
      font-weight: 600; }
    #secondary-banners .banner-container .slider-button {
      margin: 0 auto;
      padding: 10px 50px;
      border: 1px solid #fefefe;
      text-align: center;
      color: #fefefe;
      font-size: 18px;
      font-size: 1.125rem;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 1px;
      border: 0;
      display: inline-block; }
  #secondary-banners .second-row .banner-desc {
    width: 100%;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600; }
  @media only screen and (max-width: 639px) {
    #secondary-banners {
      margin: 0 0 20px; }
      #secondary-banners .banner-container {
        max-height: 205px;
        overflow: hidden;
        margin-bottom: 10px; } }

#testimonial {
  width: 100%;
  height: 400px;
  background-image: url("https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/default/images/testimonial-background.1567628560.jpg");
  background-attachment: local;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  #testimonial .bx-viewport {
    background: transparent; }
  #testimonial .bx-wrapper {
    height: 100%; }
  #testimonial .bg-transparent {
    background: rgba(0, 0, 0, 0.5); }
  #testimonial .testimonial {
    position: relative;
    margin: 100px 60px;
    text-align: center;
    padding: 40px; }
    #testimonial .testimonial .testimonial_text p {
      color: #fefefe;
      font-size: 18px;
      font-size: 1.125rem; }
    #testimonial .testimonial .testimonial_name {
      font-size: 14px;
      font-size: 0.875rem;
      color: #fefefe;
      text-transform: uppercase;
      font-weight: bold; }
  @media only screen and (max-width: 639px) {
    #testimonial {
      height: 350px; }
      #testimonial .bx-controls {
        display: none; }
      #testimonial .testimonial {
        margin: 8% 0 0 0;
        padding: 15px; }
        #testimonial .testimonial .testimonial_text p {
          font-size: 14px;
          font-size: 0.875rem; } }

.home_icons {
  margin-bottom: 25px;
  padding-top: 40px;
  padding-bottom: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #ffffff; }
  .home_icons .home_icon {
    margin-bottom: 15px; }
    .home_icons .home_icon--shipping {
      cursor: pointer; }
  .home_icons img {
    filter: brightness(100%);
    display: block;
    margin: 0 auto;
    margin-bottom: 5px; }
  .home_icons p {
    color: #808080;
    text-align: center;
    line-height: 1.2; }
  @media only screen and (max-width: 639px) {
    .home_icons {
      border-bottom: none;
      margin: 0;
      padding: 40px 0 15px; }
      .home_icons img, .home_icons .feature_block_text {
        display: inline-block;
        margin: 6px auto; }
      .home_icons .home_icon {
        text-transform: uppercase;
        text-align: center;
        border: 1px solid #808080;
        padding: 0 16px 0 0; }
      .home_icons p {
        font-weight: 600; } }
  @media only screen and (max-width: 400px) {
    .home_icons .home_icon {
      padding: 0; } }

body:after {
  content: '';
  display: block;
  position: fixed;
  /* could also be absolute */
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color .25s; }

@media only screen and (max-width: 639px) {
  body.cart-dark-overlay {
    position: fixed; } }

body.cart-dark-overlay:after {
  content: '';
  display: block;
  position: fixed;
  /* could also be absolute */
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.48); }

.lifestyle_nav_arrow {
  z-index: 99; }

#topcart_wrapper .uberloader, #static-topcart-wrapper .uberloader {
  height: 14px;
  left: 50%;
  position: absolute;
  margin: -7px 0 0 22px;
  stroke: #256CCC;
  top: 50%;
  width: 30px; }
  @media only screen and (max-width: 57.813em) {
    #topcart_wrapper .uberloader, #static-topcart-wrapper .uberloader {
      stroke: #fefefe; } }

#topcart_wrapper .items, #static-topcart-wrapper .items {
  max-height: 1000vh; }

#topcart_wrapper .subtotal__wrap, #static-topcart-wrapper .subtotal__wrap {
  padding: 25px 15px 10px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600; }

#topcart_wrapper .subtotal__shipping, #topcart_wrapper .subtotal__total, #static-topcart-wrapper .subtotal__shipping, #static-topcart-wrapper .subtotal__total {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px; }

#home-top-bar .uberloader {
  stroke: #fefefe; }

#topcart, .static-topcart {
  color: #256CCC;
  cursor: pointer;
  display: block;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: none;
  text-transform: uppercase; }
  @media only screen and (max-width: 57.813em) {
    #topcart, .static-topcart {
      font-size: 16px;
      font-size: 1rem;
      color: #fefefe !important;
      text-transform: capitalize !important; } }
  #topcart:before, .static-topcart:before {
    position: absolute;
    font-size: 26px;
    font-size: 1.625rem;
    left: 13px;
    top: 19%; }

.topcart-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  line-height: 1;
  border-bottom: 1px solid #D9D7D3;
  padding: 0 0 5px; }
  .topcart-title .close-cart {
    color: #fefefe;
    position: absolute;
    top: 5px;
    right: 13px;
    cursor: pointer; }

#topcart-view {
  background-color: #fefefe;
  border-top: none;
  display: none;
  opacity: 0;
  position: absolute;
  width: 100%;
  max-width: 690px;
  z-index: 999999;
  top: 0px;
  right: 0px; }
  .has-sticky #topcart-view {
    margin-top: 155px; }
  #topcart-view:after {
    content: '';
    position: absolute;
    right: 20px;
    top: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #fefefe transparent;
    z-index: 9999; }
  @media only screen and (max-width: 1110px) {
    #topcart-view {
      left: auto;
      right: 0;
      margin-left: 0; } }
  @media only screen and (max-width: 639px) {
    #topcart-view {
      left: 0;
      margin-left: 0;
      max-height: 400px;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      width: 100%; } }
  #topcart-view .topcart-inner {
    padding: 40px 40px 0; }
    @media (min-width: 57.813em) and (max-height: 815px) {
      #topcart-view .topcart-inner {
        max-height: 350px;
        overflow-y: scroll; } }
  #topcart-view .ci_image_title_group {
    border-bottom: 1px solid #D9D7D3;
    width: 100%; }
    #topcart-view .ci_image_title_group h3 {
      margin: 0;
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: 600; }
      #topcart-view .ci_image_title_group h3 a {
        color: #000000;
        line-height: 28px; }
    #topcart-view .ci_image_title_group .ci_image {
      width: 40%;
      padding-right: 20px;
      vertical-align: top;
      display: flex;
      justify-content: center; }
    #topcart-view .ci_image_title_group .ci_title_group {
      width: 60%; }
      #topcart-view .ci_image_title_group .ci_title_group .cart_item_price {
        font-size: 16px;
        font-size: 1rem;
        text-align: right; }
  #topcart-view .ci_qty {
    width: 100%;
    display: inline-block !important;
    margin: 0 !important;
    text-align: left; }
    #topcart-view .ci_qty i {
      padding: 0; }
  #topcart-view .ci_price {
    width: 100%;
    text-align: right; }
  #topcart-view .ci_remove {
    right: 5px;
    top: 8px; }
  #topcart-view .qty-label {
    margin: 15px 10px 0 0; }
  #topcart-view .cart_options {
    background-color: #868686;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    -ms-border-radius: 0 10px 10px 0;
    -o-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
    color: #fefefe;
    cursor: pointer;
    height: 28px;
    padding: 5px 0;
    position: absolute;
    right: -26px;
    top: -1px;
    width: 25px; }
    #topcart-view .cart_options a {
      color: #fefefe;
      display: block;
      font-size: 14px;
      font-size: 0.875rem;
      height: 18px;
      padding: 2px 0 0;
      width: 25px; }
  #topcart-view .items {
    margin: 0;
    overflow-y: auto;
    padding: 0;
    text-align: left;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    max-height: 450px; }
    #topcart-view .items .aw_giftcard2 img {
      padding: 10px 0;
      max-width: 150px; }
    #topcart-view .items .product-name {
      margin: 0;
      line-height: normal;
      font-size: 14px;
      font-size: 0.875rem; }
      #topcart-view .items .product-name a {
        font-size: 14px;
        font-size: 0.875rem; }
    #topcart-view .items .qty-input-wrap {
      width: 100%;
      display: block;
      min-height: 1px; }
    #topcart-view .items .qty {
      text-align: center; }
      @media only screen and (max-width: 25em) {
        #topcart-view .items .qty {
          width: 30px;
          padding: 2px; } }
    #topcart-view .items li {
      position: relative;
      display: inline-block;
      margin: 0 !important;
      width: 100%;
      float: none !important;
      vertical-align: top;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      #topcart-view .items li:last-child {
        border-bottom: none; }
    #topcart-view .items .item-price {
      margin: 0;
      padding: 0; }
  #topcart-view .shipping {
    padding: 10px 0;
    display: block;
    height: auto;
    text-align: center;
    border-bottom: 1px solid #D9D7D3; }
    #topcart-view .shipping ul {
      margin: 0; }
      #topcart-view .shipping ul li {
        float: left;
        padding: 0 0.2rem 0.2rem; }
        #topcart-view .shipping ul li .dot {
          width: 10px;
          height: 10px;
          background: #CCCCCC;
          display: block;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          border-radius: 50%; }
        #topcart-view .shipping ul li.active .dot {
          background: #256CCC; }
  #topcart-view .btn-cart-remove {
    color: #CCCCCC;
    padding: 10px 0;
    display: block;
    text-align: right; }
  #topcart-view .cart-header {
    width: 100%;
    display: block;
    clear: both;
    padding: 5px 10px; }
  #topcart-view .cart_overlay {
    background-color: rgba(255, 255, 255, 0.7);
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
    #topcart-view .cart_overlay .uberloader {
      stroke: #256CCC; }
  #topcart-view .cart_item_block {
    border: none;
    padding: 0; }

.uberloader, #topcart-view .uberloader {
  height: 30px;
  left: 50%;
  position: absolute;
  margin: -15px 0 0 -15px;
  stroke: #fefefe;
  top: 50%;
  width: 30px; }

.product-item .visible-for-small-down .uberloader {
  margin: 7px 0 0 -15px; }

#topcart-view .items li > * {
  display: inline-block;
  vertical-align: top; }

#top-shipping {
  clear: both;
  float: left;
  padding: 10px 0 0 10px;
  width: 190px; }

#topcart-shipping-msg {
  text-align: left;
  margin: 0;
  line-height: normal; }

.cartactions {
  padding: 22px 0 22px;
  display: block;
  border-top: 1px solid #D9D7D3; }
  .cartactions .button {
    margin: 0; }
    .cartactions .button.primary {
      margin: 0 0 0 15px; }
  @media (max-width: 639px) {
    .cartactions .button {
      width: 100%; }
      .cartactions .button.primary {
        margin: 10px 0 0 0; } }

#topcart-view .topcart_close {
  border: 8px solid #555555;
  border-radius: 8px;
  color: #fefefe;
  float: right;
  font-size: 8px;
  font-size: 0.5rem;
  height: 0;
  line-height: 0;
  margin: 4px -2px 0 5px;
  text-indent: -2.5px;
  width: 0; }

#topcart-view .cart_error_overlay {
  background-color: #fefefe;
  border-radius: 4px 0 4px 4px;
  height: 100%;
  opacity: 0.9;
  position: absolute;
  top: 0;
  width: 100%; }

#topcart-view .cart_error {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #fefefe;
  border: 1px solid #868686;
  box-sizing: border-box;
  color: #868686;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 14px;
  margin: 5%;
  padding: 5px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 90%; }

#topcart-view .items li.cart_empty {
  color: #868686;
  font-weight: bold;
  line-height: normal;
  padding: 14px 0 !important;
  border-bottom: 1px solid #D9D7D3;
  text-align: center; }

#topcart-view .items .item_details {
  width: 90px; }

#topcart-view .items .qty_price_wrap {
  margin: 0 5px 0 0;
  overflow: hidden;
  text-align: center;
  width: 70px; }

#topcart-view {
  color: #6a6a6a;
  font-size: 18px;
  font-size: 1.125rem; }
  #topcart-view .items .item-options {
    margin: 0; }
    #topcart-view .items .item-options dd {
      margin: 0; }

.add-product {
  overflow: hidden;
  position: relative;
  max-width: 100%;
  margin: 0 auto 10px; }

.popup-cart-view {
  max-width: 700px;
  width: 100%;
  background: #fefefe;
  padding: 20px;
  z-index: 1000;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-size: 1.125rem; }
  @media only screen and (max-width: 639px) {
    .popup-cart-view {
      position: absolute;
      top: 0;
      left: 0;
      transform: none;
      overflow-y: auto;
      height: 100%; } }
  .popup-cart-view .popup-cart-close-button {
    font-size: 20px;
    font-size: 1.25rem;
    cursor: pointer;
    float: right; }
    @media only screen and (max-width: 639px) {
      .popup-cart-view .popup-cart-close-button {
        position: fixed;
        top: 20px;
        right: 20px; } }
  .popup-cart-view .cart_item_block {
    border-bottom: 0; }
    .popup-cart-view .cart_item_block .ci_title_group h3 {
      margin: 0;
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: 600; }
      .popup-cart-view .cart_item_block .ci_title_group h3 a {
        color: #000000; }
    .popup-cart-view .cart_item_block .ci_title_group .item-options {
      margin: 0;
      color: #6a6a6a; }
    .popup-cart-view .cart_item_block .ci_title_group .cart_item_price {
      font-size: 16px;
      font-size: 1rem; }
  .popup-cart-view .popup-cart-title,
  .popup-cart-view .recommended-cart-title {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: bold;
    color: #6a6a6a;
    font-size: 28px;
    font-size: 1.75rem;
    text-transform: uppercase;
    text-align: left;
    margin: 0;
    line-height: 1;
    padding: 0 0 5px; }
    @media only screen and (max-width: 639px) {
      .popup-cart-view .popup-cart-title,
      .popup-cart-view .recommended-cart-title {
        text-align: center; } }
    @media only screen and (max-width: 25em) {
      .popup-cart-view .popup-cart-title,
      .popup-cart-view .recommended-cart-title {
        font-size: 20px;
        font-size: 1.25rem; } }
  .popup-cart-view .recommended-cart-title {
    border-bottom: 1px solid #D9D7D3; }
  .popup-cart-view .cartactions {
    padding: 22px 15px;
    display: block;
    border-top: 1px solid #D9D7D3;
    border-bottom: 1px solid #D9D7D3;
    margin: 0 0 40px; }
    @media only screen and (max-width: 639px) {
      .popup-cart-view .cartactions {
        border-bottom: 0;
        margin-bottom: 30px; } }

.recommended-item {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D9D7D3;
  display: flex;
  flex-wrap: wrap; }
  .recommended-item:last-of-type {
    border-bottom: 0; }
  @media only screen and (max-width: 639px) {
    .recommended-item .ci_image {
      margin-bottom: 20px;
      display: flex;
      align-items: center; } }
  .recommended-item .ci_title_group {
    padding: 0 0.9375rem; }
    @media only screen and (min-width: 639px) {
      .recommended-item .ci_title_group {
        width: calc(100% - 340px); }
        .recommended-item .ci_title_group h3 {
          margin-bottom: 0; } }
  .recommended-item h3 {
    font-family: "DINCondensed-Regular", "Source Sans Pro", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    font-size: 26px;
    font-size: 1.625rem; }
    .recommended-item h3 a {
      color: #000000; }
  .recommended-item .details {
    color: #6a6a6a;
    font-size: 14px;
    font-size: 0.875rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .recommended-item .details__color {
      margin: 0 0 5px;
      flex: 1 0 100%; }
    @media only screen and (max-width: 639px) {
      .recommended-item .details__price {
        margin-bottom: 6px;
        flex: 1 0 100%; } }
    .recommended-item .details__action {
      margin-left: 10px; }
      @media only screen and (max-width: 639px) {
        .recommended-item .details__action {
          width: 100%;
          margin-left: 0; } }
      @media only screen and (max-width: 639px) {
        .recommended-item .details__action a {
          width: 100%; } }
  .recommended-item .columns {
    display: flex;
    flex-direction: column;
    justify-content: center; }

.women__hero {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 450px;
  margin-bottom: 40px; }
  @media only screen and (min-width: 639px) {
    .women__hero {
      border-left: 15px solid #FFF;
      border-right: 15px solid #FFF; } }
  @media only screen and (max-width: 639px) {
    .women__hero {
      justify-content: center;
      align-items: flex-start;
      background-position: -160px center; } }
  .women__hero .hero__content {
    margin-right: 150px;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    @media only screen and (max-width: 639px) {
      .women__hero .hero__content {
        margin-right: 0;
        margin-top: 50px;
        align-items: center; } }
  .women__hero h1 {
    font-family: "DINCondensed-Regular", "Source Sans Pro", sans-serif;
    font-size: 50px;
    font-size: 3.125rem;
    text-transform: uppercase;
    letter-spacing: -2px;
    line-height: 1; }

.women__image {
  margin-bottom: 30px; }
  .women__image.margin-bottom {
    margin-bottom: 40px; }

.women__link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px; }

.women__btn {
  text-decoration: none;
  display: inline-block;
  padding: 10px 24px;
  border: 1px solid #000000;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 1.6; }

.women__img {
  margin-bottom: 24px; }
  .women__img > div {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  .women__img--full {
    height: 670px; }
    @media only screen and (max-width: 57.813em) {
      .women__img--full {
        height: 450px; } }
    @media only screen and (max-width: 639px) {
      .women__img--full {
        height: 250px; } }
    @media only screen and (max-width: 57.813em) {
      .women__img--full > div {
        background-size: contain; } }

.women__copy {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  padding: 16px 0; }
  .women__copy p {
    margin-bottom: 0; }
  .women__copy h2 {
    font-family: "DINCondensed-Regular", "Source Sans Pro", sans-serif;
    font-size: 50px;
    font-size: 3.125rem;
    text-transform: uppercase;
    letter-spacing: -2px;
    line-height: 1; }
  .women__copy .copy__header {
    margin-top: 50px; }

.women__product-recommendation {
  padding-top: 50px; }
  .women__product-recommendation .women__img {
    height: 570px;
    background-size: cover;
    background-position: center right; }
    @media only screen and (max-width: 57.813em) {
      .women__product-recommendation .women__img {
        height: 450px; } }
    @media only screen and (max-width: 639px) {
      .women__product-recommendation .women__img {
        height: 300px; } }

.women__interactive {
  position: relative;
  display: none; }
  .women__interactive .items__brown {
    top: 40px;
    left: 60%; }
    @media only screen and (min-width: 1275px) {
      .women__interactive .items__brown {
        top: 70px; } }
  .women__interactive .items__red {
    top: 80px;
    left: 80px; }
    @media only screen and (min-width: 48em) {
      .women__interactive .items__red {
        top: 120px;
        left: 15%; } }
    @media only screen and (min-width: 1275px) {
      .women__interactive .items__red {
        top: 200px;
        left: 200px; } }
  .women__interactive .items__black {
    top: 190px;
    right: 20%; }
    @media only screen and (min-width: 48em) {
      .women__interactive .items__black {
        top: 290px; } }
    @media only screen and (min-width: 1275px) {
      .women__interactive .items__black {
        top: 440px; } }
  .women__interactive .items__green {
    top: 220px;
    left: 20%; }
    @media only screen and (min-width: 48em) {
      .women__interactive .items__green {
        left: 15%; } }
    @media only screen and (min-width: 1275px) {
      .women__interactive .items__green {
        top: 400px; } }

.women__insoles {
  position: relative; }
  .women__insoles .feature_block_text {
    position: inherit;
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem; }
    @media only screen and (min-width: 57.813em) {
      .women__insoles .feature_block_text {
        position: absolute;
        top: 0;
        left: 60%;
        width: 30%;
        padding: 0;
        text-align: left;
        max-width: 400px; } }
    @media only screen and (min-width: 1337px) {
      .women__insoles .feature_block_text {
        top: 10%; } }
    .women__insoles .feature_block_text h3 {
      font-size: inherit;
      color: #4d4d4d;
      line-height: 1.2;
      margin-bottom: 10px;
      font-weight: 600; }

.reviews-container {
  margin-bottom: 40px; }

.reviews-container .ratings-table .rating-box {
  height: 18px;
  width: 100px; }

.reviews-container .ratings-table .rating-box .rating {
  height: 18px;
  width: 100px; }

.block-reviewed .rating-box {
  height: 17px;
  width: 85px; }

.block-reviewed .rating-box .rating {
  height: 17px;
  width: 85px; }

.review-top .average-rating .rating-box {
  height: 23px;
  width: 120px; }

.review-top .average-rating .rating-box .rating {
  height: 23px;
  width: 120px; }

.overall-rating .overall-rating-value li .separate-rating-star {
  width: 32px;
  height: 26px; }

.category-products .ratings .amount {
  float: left; }

@media only screen and (max-width: 639px) {
  .reviews-wrapper #product-reviews {
    margin: 40px 0; } }

.reviews-wrapper .limiter {
  display: none; }

.reviews-wrapper .review-top {
  border: 1px solid #b6b4a9;
  padding: 35px 50px;
  margin: 0 0 10px 0; }
  @media only screen and (max-width: 639px) {
    .reviews-wrapper .review-top {
      margin: 0 0 60px 0; } }
  .reviews-wrapper .review-top > .row {
    justify-content: center;
    align-items: center;
    display: flex; }
    @media only screen and (max-width: 639px) {
      .reviews-wrapper .review-top > .row {
        display: block; } }
  @media only screen and (max-width: 639px) {
    .reviews-wrapper .review-top .review-average-info {
      text-align: center; } }
  .reviews-wrapper .review-top .average-rating-title {
    position: relative;
    top: -6px;
    display: inline;
    padding-right: 10px; }
    @media only screen and (max-width: 1170px) {
      .reviews-wrapper .review-top .average-rating-title {
        display: block;
        top: 0;
        padding: 0;
        margin-bottom: 20px; } }
  .reviews-wrapper .review-top .average-rating-text,
  .reviews-wrapper .review-top .average-rating-title {
    text-transform: uppercase;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 600;
    letter-spacing: 1px; }
  .reviews-wrapper .review-top .average-rating-text {
    text-align: center; }
  .reviews-wrapper .review-top .stars-filter-actions {
    margin: 12px 0 20px;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px; }
    .reviews-wrapper .review-top .stars-filter-actions .inactive-stars-filter {
      color: #767676;
      height: 30px;
      display: none; }
    .reviews-wrapper .review-top .stars-filter-actions .active-stars-filter {
      color: #767676;
      display: none;
      height: 30px; }
      .reviews-wrapper .review-top .stars-filter-actions .active-stars-filter .clear-filter-text {
        display: block;
        position: relative;
        top: 5px;
        text-transform: initial;
        cursor: pointer; }
        .reviews-wrapper .review-top .stars-filter-actions .active-stars-filter .clear-filter-text:hover {
          text-decoration: underline; }
  .reviews-wrapper .review-top .average-rating__count {
    position: relative;
    top: -7px; }
  .reviews-wrapper .review-top .average-rating .rating-box {
    height: 26px;
    width: 155px;
    display: inline-block; }
    .reviews-wrapper .review-top .average-rating .rating-box .rating {
      height: 26px; }
  .reviews-wrapper .review-top .average-based-on {
    display: inline-block;
    color: #000000;
    position: relative;
    top: -6px;
    font-size: 15px;
    letter-spacing: 1px;
    padding-left: 10px; }
    @media only screen and (max-width: 639px) {
      .reviews-wrapper .review-top .average-based-on {
        padding-left: 0; } }
  @media only screen and (max-width: 639px) {
    .reviews-wrapper .review-top .ratings-and-size {
      margin-bottom: 15px; } }
  .reviews-wrapper .review-top .ratings-and-size .review-right .separate-rating .scroll-box {
    background-color: #d6d6d6; }
    .reviews-wrapper .review-top .ratings-and-size .review-right .separate-rating .scroll-box .scroll-rating {
      height: 11px;
      width: 60%;
      background: #FFA300; }
  .reviews-wrapper .review-top .review-summary-show {
    display: none; }
  .reviews-wrapper .review-top .mark-rating {
    margin: 0 0 20px 0;
    cursor: pointer; }
    .reviews-wrapper .review-top .mark-rating:first-of-type {
      margin: 20px 0; }
    .reviews-wrapper .review-top .mark-rating .rating-box, .reviews-wrapper .review-top .mark-rating .scroll-box, .reviews-wrapper .review-top .mark-rating .rating-percent {
      display: inline-block;
      color: #000000; }
    .reviews-wrapper .review-top .mark-rating .rating-box, .reviews-wrapper .review-top .mark-rating .rating-percent {
      font-size: 15px !important;
      position: relative;
      top: -6px;
      vertical-align: middle; }
    .reviews-wrapper .review-top .mark-rating .rating-box {
      width: 18% !important;
      right: 6px;
      text-align: right; }
    .reviews-wrapper .review-top .mark-rating .rating-percent {
      width: 11% !important;
      right: -6px;
      text-align: left; }
    .reviews-wrapper .review-top .mark-rating .rating-box .rating {
      color: #000000; }
    .reviews-wrapper .review-top .mark-rating .scroll-box {
      width: 66%;
      vertical-align: top;
      position: relative;
      top: -1px; }
  .reviews-wrapper .review-top .north-east-arrow {
    font-family: Arial; }
  @media only screen and (max-width: 57.813em) {
    .reviews-wrapper .review-top {
      padding: 35px 5px 0px; } }
  @media only screen and (max-width: 639px) {
    .reviews-wrapper .review-top {
      padding: 35px 15px; }
      .reviews-wrapper .review-top .average-based-on {
        font-weight: 400;
        top: -7px;
        margin: 0 0 0 10px; } }

.reviews-wrapper .review-dt {
  width: 100%;
  margin: 0 0 18px 0; }

.reviews-wrapper .nickname {
  font-size: 14px;
  font-size: 0.875rem;
  color: #9D9C9C; }

.reviews-wrapper .header-reviews {
  display: inline-block; }

.reviews-wrapper .ratings-table {
  margin: 0 10px 0 0; }

.reviews-wrapper .review-date {
  margin-right: 20px;
  color: #9a9a9a;
  font-size: 12px;
  font-size: 0.75rem; }

.reviews-wrapper .button-write-review {
  text-align: center; }

.reviews-wrapper .no-reviews .button-write-review a {
  margin-bottom: 20px;
  color: #000000;
  background: none;
  border: 1px solid #000000; }

.reviews-wrapper .no-reviews .button-write-review a:hover {
  color: #333333; }

.reviews-wrapper .add-product {
  margin: 0 auto; }

.reviews-wrapper .review-dialog {
  color: #000000;
  background: none;
  margin: 0 auto 10px;
  padding: 15px 60px;
  border: 1px solid #000000;
  font-weight: 600;
  min-width: 0; }
  .reviews-wrapper .review-dialog:hover {
    background: none; }

@media only screen and (max-width: 639px) {
  .reviews-wrapper .buy-now-button, .reviews-wrapper .review-dialog {
    width: 100%; } }

.reviews-wrapper .item-review-wrapper {
  border-bottom: 1px solid #e1e1e1;
  padding: 20px 0 20px; }

.reviews-wrapper .top-review {
  margin: 0 0 28px;
  width: 100%; }
  .reviews-wrapper .top-review .title {
    font-weight: 600;
    font-size: 16px;
    color: #000000; }
  .reviews-wrapper .top-review .description {
    font-size: 16px;
    font-size: 1rem;
    color: #2B2B2B;
    line-height: 24px; }
  @media (max-width: 639px) {
    .reviews-wrapper .top-review .title {
      font-weight: 400;
      margin: 15px 0; } }

.reviews-wrapper #feedback .hide-border-top {
  border: none; }

.reviews-wrapper .pager:first-of-type {
  border-bottom: 1px solid #e1e1e1; }
  .reviews-wrapper .pager:first-of-type .pages, .reviews-wrapper .pager:first-of-type .add-product {
    display: none; }
  @media only screen and (max-width: 639px) {
    .reviews-wrapper .pager:first-of-type .count-container {
      position: relative;
      z-index: 1;
      text-align: center;
      padding: 30px 0 0 0;
      border-top: 1px solid #d0cdc0; } }

.reviews-wrapper .pager:last-of-type .amount, .reviews-wrapper .pager:last-of-type .review-sort {
  display: none; }

.reviews-wrapper .pager:last-of-type .button-load-reviews {
  font-weight: 600;
  padding: 0;
  margin: 0;
  width: 240px;
  margin-bottom: 10px;
  background: none;
  border: 1px solid #000000; }
  .reviews-wrapper .pager:last-of-type .button-load-reviews:hover {
    background: none; }
  .reviews-wrapper .pager:last-of-type .button-load-reviews a {
    color: #000000;
    padding: 14px 0;
    display: block; }
    .reviews-wrapper .pager:last-of-type .button-load-reviews a:hover {
      color: #0a0a0a; }

.reviews-wrapper .pager:last-of-type .pages {
  margin: 50px 0 30px 0; }

.reviews-wrapper .pager:last-of-type ol {
  text-align: center; }
  .reviews-wrapper .pager:last-of-type ol li {
    display: inline-block;
    vertical-align: top; }

@media (max-width: 639px) {
  .reviews-wrapper .pager:last-of-type .pages {
    margin: 40px 0 20px 0; } }

@media only screen and (max-width: 639px) {
  .reviews-wrapper ol.review-pager-buttons {
    margin: 0; }
    .reviews-wrapper ol.review-pager-buttons li, .reviews-wrapper ol.review-pager-buttons .button-load-reviews {
      margin: 0;
      width: 100% !important; } }

.reviews-wrapper ol.review-pager-buttons li:last-of-type {
  margin-left: 5px; }
  @media only screen and (max-width: 639px) {
    .reviews-wrapper ol.review-pager-buttons li:last-of-type {
      margin-left: 0; } }

.reviews-wrapper .write-review-stars {
  margin: 0 0 25px 0;
  font-family: Arial;
  font-size: 33px;
  text-align: center; }
  .reviews-wrapper .write-review-stars .rate-this-text {
    font-size: 14px;
    font-family: 'Source Sans Pro';
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    letter-spacing: 1px; }
  .reviews-wrapper .write-review-stars .fa-star, .reviews-wrapper .write-review-stars .fa-star-o {
    color: #FFA300; }
  .reviews-wrapper .write-review-stars span {
    margin: 0 1px 0; }
  .reviews-wrapper .write-review-stars span img {
    height: 28px;
    width: 28px;
    margin: 0 -6px 0 0;
    cursor: pointer; }
  .reviews-wrapper .write-review-stars span:first-of-type {
    margin: 0 1px 0 0; }
  .reviews-wrapper .write-review-stars span:last-of-type {
    margin: 0 0 0 1px; }
  @media only screen and (max-width: 1024px) and (min-width: 640px) {
    .reviews-wrapper .write-review-stars {
      font-size: 29px; } }

@media only screen and (max-width: 639px) {
  .reviews-wrapper .review-sorts {
    overflow: hidden; } }

.reviews-wrapper .review-sorts ul.select-review-sorts {
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: 20px;
  text-align: center; }
  .reviews-wrapper .review-sorts ul.select-review-sorts li {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    color: #2B2B2B;
    font-size: 14px;
    font-size: 0.875rem; }
    @media only screen and (max-width: 639px) {
      .reviews-wrapper .review-sorts ul.select-review-sorts li {
        width: 50%; } }
    .reviews-wrapper .review-sorts ul.select-review-sorts li::after {
      content: '';
      display: block;
      height: 6px;
      width: 175px;
      background-color: #FFF; }
    .reviews-wrapper .review-sorts ul.select-review-sorts li.selected span {
      color: #2B2B2B;
      font-weight: 700; }
    .reviews-wrapper .review-sorts ul.select-review-sorts li.selected::after {
      content: '';
      display: block;
      height: 6px;
      width: 175px;
      background-color: #36425D; }
    .reviews-wrapper .review-sorts ul.select-review-sorts li.top-dropdown-sorts {
      display: none; }
    .reviews-wrapper .review-sorts ul.select-review-sorts li span {
      cursor: pointer;
      position: relative;
      padding: 0 15px 10px 15px;
      display: inline-block; }
  .reviews-wrapper .review-sorts ul.select-review-sorts .desc span::before {
    content: '\f0d7';
    font-family: FontAwesome;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    text-align: left; }
  .reviews-wrapper .review-sorts ul.select-review-sorts .asc span::before {
    content: '\f0d8';
    font-family: FontAwesome;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    text-align: left; }

@media only screen and (max-width: 639px) {
  .reviews-wrapper .review-sorts ul.select-review-sorts {
    width: auto;
    top: 0; }
    .reviews-wrapper .review-sorts ul.select-review-sorts li {
      font-size: 13px;
      letter-spacing: 1px; }
      .reviews-wrapper .review-sorts ul.select-review-sorts li.selected {
        font-weight: bold;
        border-bottom: 7px solid #256CCC; }
        .reviews-wrapper .review-sorts ul.select-review-sorts li.selected::after {
          display: none; } }

.reviews-wrapper .count-container p {
  font-weight: 600;
  display: inline-block;
  color: #000000; }

.reviews-wrapper .count-container .amount {
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0;
  position: relative;
  top: -14px; }
  @media only screen and (max-width: 639px) {
    .reviews-wrapper .count-container .amount {
      top: -15px;
      text-align: center; } }

.reviews-wrapper .count-container .review-sort {
  cursor: pointer;
  float: right;
  text-transform: uppercase; }

.reviews-wrapper .read-blog-link {
  display: block;
  color: #000000;
  font-weight: 600;
  margin: 40px 0 0 0;
  font-size: 16px;
  text-transform: uppercase; }

.no-matching-reviews {
  margin: 30px 0; }

#responseLoading, .imageLoading, .ajax-loader {
  margin: 0 0 20px 0;
  text-align: center; }

.review-form-container {
  padding: 20px 60px 40px;
  border: 1px solid #c2c2c2; }
  .review-form-container select, .review-form-container input, .review-form-container textarea {
    border: 1px solid #D8D6CC;
    margin: 15px 0 0; }
  .review-form-container .padding-left {
    padding: 0 0 0 20px; }
  .review-form-container .padding-right {
    padding: 0 20px 0 0; }
  @media (max-width: 639px) {
    .review-form-container {
      padding: 20px; }
      .review-form-container .padding-left, .review-form-container .padding-right {
        padding: 0; } }
  @media only screen and (max-width: 639px) {
    .review-form-container {
      padding-top: 0; } }

.review-form-row {
  margin: 0 0 20px; }

.review-form-submit-message {
  text-align: center;
  padding: 21px 0;
  background: #dfeefd;
  margin: 0 0 30px;
  color: #0e569f; }

.review-form-error-message {
  text-align: center;
  padding: 21px 0;
  background: #fddfdf;
  margin: 0 0 30px;
  color: #9f0e0e; }

.review-dialog-block * {
  box-sizing: border-box; }

.review-dialog-block.default #review-form {
  width: 510px;
  padding-right: 30px; }
  .review-dialog-block.default #review-form .right .input-box #goodreview_field,
  .review-dialog-block.default #review-form .right .input-box #user_goodreview_field,
  .review-dialog-block.default #review-form .right .input-box #nogoodreview_field,
  .review-dialog-block.default #review-form .right .input-box #user_nogoodreview_field {
    padding: 0 7px; }
  .review-dialog-block.default #review-form .left {
    padding-right: 0; }

.review-dialog-block.default.non-popup #review-form {
  width: 100%; }

.review-dialog-block #review-form {
  display: block;
  padding: 0 0 20px 0; }
  .review-dialog-block #review-form .product-preview {
    margin-top: 15px; }
    .review-dialog-block #review-form .product-preview #product-image {
      float: left;
      margin-right: 20px; }
    .review-dialog-block #review-form .product-preview .product-name {
      float: left; }
  .review-dialog-block #review-form .buttons-set {
    text-align: center;
    max-width: none; }
    .review-dialog-block #review-form .buttons-set button {
      width: 100%;
      max-width: 310px;
      display: inline-block;
      float: none; }
      @media only screen and (max-width: 639px) {
        .review-dialog-block #review-form .buttons-set button {
          max-width: 40%; } }
      .review-dialog-block #review-form .buttons-set button.back {
        background-color: #fefefe;
        border: 1px solid #000000;
        color: #000000;
        margin: 0 10px 0 0; }
        .review-dialog-block #review-form .buttons-set button.back span:after {
          content: '';
          padding: 0;
          margin: 0; }
      .review-dialog-block #review-form .buttons-set button.submit {
        border: 1px solid #256CCC;
        margin: 0; }
      .review-dialog-block #review-form .buttons-set button.submit:hover {
        background-color: #FFA300;
        border-color: #FFA300; }
    @media only screen and (max-width: 640px) {
      .review-dialog-block #review-form .buttons-set {
        display: flex;
        flex-wrap: wrap; }
        .review-dialog-block #review-form .buttons-set button {
          width: 100%;
          max-width: unset; }
          .review-dialog-block #review-form .buttons-set button.back, .review-dialog-block #review-form .buttons-set button.submit {
            margin: 0; }
          .review-dialog-block #review-form .buttons-set button.back {
            margin: 15px 0 0;
            order: 2; } }
  .review-dialog-block #review-form .form-add {
    float: left; }
  .review-dialog-block #review-form fieldset > div {
    width: 100%;
    float: left;
    clear: both; }
    .review-dialog-block #review-form fieldset > div.about-you.with-border {
      border-bottom-width: 0; }
  .review-dialog-block #review-form .sizing .left, .review-dialog-block #review-form .sizing .right {
    padding: 11px 0 0 0; }
  .review-dialog-block #review-form .your-review-container {
    border-top: 1px solid #D8D8D8;
    margin: 35px 0 0;
    padding: 35px 0 0; }
  .review-dialog-block #review-form .your-review .left {
    padding: 5px 10px 0 0; }
  .review-dialog-block #review-form .your-review .right.review-text {
    padding: 5px 0 0 0; }
  .review-dialog-block #review-form .your-review .right.like-text {
    padding: 3px 0 0 0; }
  .review-dialog-block #review-form .your-review.overall {
    margin: 0 0 25px 0; }
    @media only screen and (max-width: 639px) {
      .review-dialog-block #review-form .your-review.overall {
        margin: 0; } }
  .review-dialog-block #review-form .your-review.like {
    margin: 0; }
  .review-dialog-block #review-form .your-review.dislike {
    margin: 17px 0 20px 0; }
    .review-dialog-block #review-form .your-review.dislike .right.dislike-text {
      padding: 4px 0 0 0; }
  .review-dialog-block #review-form .your-review.recommend-to-friend {
    margin: 0; }
  .review-dialog-block #review-form ul.desc {
    margin: 0 0 10px 0; }
  .review-dialog-block #review-form .desc {
    margin: 10px 0;
    font-size: 16px;
    padding: 0 20px 0 0; }
  .review-dialog-block #review-form .header {
    width: 100%;
    text-align: center;
    margin: 40px 0; }
    .review-dialog-block #review-form .header .tell-us {
      font-size: 28px;
      font-family: "DINCondensed-Regular", "Source Sans Pro", sans-serif;
      text-transform: uppercase; }
  .review-dialog-block #review-form .title {
    font-size: 16px;
    font-weight: 600; }
    .review-dialog-block #review-form .title em {
      color: #D0021B;
      font-style: normal; }
  .review-dialog-block #review-form .overall-rating-text {
    padding: 20px 0 0 0; }
    @media only screen and (max-width: 639px) {
      .review-dialog-block #review-form .overall-rating-text {
        display: inline-block; } }
  .review-dialog-block #review-form .overall-rating-value {
    width: 100%;
    padding-right: 6px;
    text-align: left;
    height: 32px; }
    @media (max-width: 639px) {
      .review-dialog-block #review-form .overall-rating-value {
        height: auto;
        margin-bottom: 15px; } }
    .review-dialog-block #review-form .overall-rating-value .rating-code {
      width: 185px;
      font: 14px 'Helvetica Neue', Verdana, Arial, sans-serif; }
    .review-dialog-block #review-form .overall-rating-value ul {
      margin: 10px 0 0 0; }
      .review-dialog-block #review-form .overall-rating-value ul li {
        margin: 0; }
    @media (max-width: 639px) {
      .review-dialog-block #review-form .overall-rating-value .overall-rating-inline {
        margin: 0; } }
  .review-dialog-block #review-form .right {
    width: 50%;
    text-align: left;
    float: right; }
    .review-dialog-block #review-form .right span {
      position: relative;
      top: -3px; }
    .review-dialog-block #review-form .right .select-style select {
      background: transparent;
      width: 100%;
      padding: 5px;
      font-size: 12px;
      line-height: 1;
      border: 1px solid #000000;
      border-radius: 0;
      height: 100%;
      appearance: none; }
    .review-dialog-block #review-form .right label {
      font: bold 10px 'Raleway', 'Helvetica Neue', Verdana, Arial, sans-serif; }
      .review-dialog-block #review-form .right label em {
        color: red; }
    .review-dialog-block #review-form .right label.proscons {
      margin: 2px 0 0 10px;
      font: 12px 'Raleway', 'Helvetica Neue', Verdana, Arial, sans-serif;
      color: #000000; }
    .review-dialog-block #review-form .right .proscons {
      line-height: 10px;
      margin-bottom: 6px; }
    .review-dialog-block #review-form .right .pros input, .review-dialog-block #review-form .right .cons input {
      width: auto;
      margin-right: 5px;
      vertical-align: middle; }
    .review-dialog-block #review-form .right .pros li, .review-dialog-block #review-form .right .cons li {
      margin: 0 0 8px 0; }
      .review-dialog-block #review-form .right .pros li input[type=checkbox], .review-dialog-block #review-form .right .cons li input[type=checkbox] {
        position: relative;
        margin: 0 -13px 0 0;
        opacity: 0;
        float: left;
        cursor: pointer; }
      .review-dialog-block #review-form .right .pros li span, .review-dialog-block #review-form .right .cons li span {
        background: url(https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/images/detailedreview/elements.1567628560.png) -10px -8px no-repeat;
        height: 20px;
        width: 16px;
        float: left;
        margin-right: 5px; }
      .review-dialog-block #review-form .right .pros li input[type=checkbox]:checked + span, .review-dialog-block #review-form .right .cons li input[type=checkbox]:checked + span {
        background-position: -36px -8px; }
      .review-dialog-block #review-form .right .pros li input[type=checkbox]:disabled + span, .review-dialog-block #review-form .right .cons li input[type=checkbox]:disabled + span {
        background-position: -62px -8px; }
      .review-dialog-block #review-form .right .pros li label, .review-dialog-block #review-form .right .cons li label {
        font: 14px 'Railway', 'Helvetica Neue', Verdana, Arial, sans-serif;
        cursor: pointer; }
        .review-dialog-block #review-form .right .pros li label:hover, .review-dialog-block #review-form .right .cons li label:hover {
          text-decoration: underline; }
    .review-dialog-block #review-form .right input, .review-dialog-block #review-form .right textarea {
      font: italic 12px 'Raleway', 'Helvetica Neue', Verdana, Arial, sans-serif;
      max-width: 100%;
      line-height: 30px;
      border: 1px solid #000000;
      margin: 0; }
    .review-dialog-block #review-form .right textarea {
      padding: 5px 8px;
      line-height: 15px; }
    .review-dialog-block #review-form .right .input-text {
      vertical-align: middle;
      line-height: 30px;
      border: 1px solid #000000; }
    .review-dialog-block #review-form .right .wide {
      width: 100%; }
      .review-dialog-block #review-form .right .wide textarea {
        height: 141px; }
    .review-dialog-block #review-form .right .input-box {
      font-size: 12px;
      line-height: 1; }
      .review-dialog-block #review-form .right .input-box #goodreview_field,
      .review-dialog-block #review-form .right .input-box #user_goodreview_field,
      .review-dialog-block #review-form .right .input-box #nogoodreview_field,
      .review-dialog-block #review-form .right .input-box #user_nogoodreview_field,
      .review-dialog-block #review-form .right .input-box #nickname_field,
      .review-dialog-block #review-form .right .input-box #summary_field,
      .review-dialog-block #review-form .right .input-box #video_field,
      .review-dialog-block #review-form .right .input-box #location_field,
      .review-dialog-block #review-form .right .input-box #age_field,
      .review-dialog-block #review-form .right .input-box #height_field {
        padding: 0 8px;
        height: 32px; }
      .review-dialog-block #review-form .right .input-box #goodreview_field,
      .review-dialog-block #review-form .right .input-box #user_goodreview_field,
      .review-dialog-block #review-form .right .input-box #nogoodreview_field,
      .review-dialog-block #review-form .right .input-box #user_nogoodreview_field {
        padding: 7px 8px; }
    .review-dialog-block #review-form .right .with-border {
      padding-bottom: 7px; }
    .review-dialog-block #review-form .right .more-images {
      padding-bottom: 5px; }
      .review-dialog-block #review-form .right .more-images .choose-image {
        position: relative;
        height: 30px;
        width: 170px;
        float: left;
        overflow: hidden;
        border: 1px solid #A19B9B;
        text-align: center; }
        .review-dialog-block #review-form .right .more-images .choose-image span {
          font: 13px 'Raleway', 'Helvetica Neue', Verdana, Arial, sans-serif;
          line-height: 30px; }
        .review-dialog-block #review-form .right .more-images .choose-image input {
          cursor: pointer;
          width: auto;
          max-width: none; }
      .review-dialog-block #review-form .right .more-images .image_field {
        opacity: 0;
        position: absolute;
        bottom: 0;
        left: -140px;
        font-size: 25px;
        right: 0;
        top: 0; }
      .review-dialog-block #review-form .right .more-images a.remove-img {
        background: url(https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/images/detailedreview/elements.fw.1567628560.png) -36px -59px no-repeat;
        width: 17px;
        height: 20px;
        float: right;
        line-height: 19px;
        margin-top: 3px;
        font-size: 10px; }
        .review-dialog-block #review-form .right .more-images a.remove-img:hover {
          background: url(https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/images/detailedreview/elements.fw.1567628560.png) -10px -59px no-repeat;
          width: 17px;
          height: 20px; }
      .review-dialog-block #review-form .right .more-images .clearboth {
        clear: both; }
    .review-dialog-block #review-form .right #add-more-images {
      font: 12px 'Helvetica Neue', Verdana, Arial, sans-serif; }
    .review-dialog-block #review-form .right .narrow {
      width: 53%;
      float: left; }
  .review-dialog-block #review-form .age, .review-dialog-block #review-form .height {
    width: 17%;
    float: left; }
  .review-dialog-block #review-form .height {
    float: right;
    width: 22%; }
  .review-dialog-block #review-form .age input, .review-dialog-block #review-form .height input {
    width: 80px; }
  .review-dialog-block #review-form .body-types {
    margin-right: 5px; }
    .review-dialog-block #review-form .body-types li {
      float: left;
      width: 20%;
      text-align: center; }
      .review-dialog-block #review-form .body-types li input {
        border: 0;
        display: inline-block;
        clear: both;
        width: auto; }
  .review-dialog-block #review-form .rating-code {
    width: 185px;
    font: bold 14px/1.55 'Helvetica Neue', Verdana, Arial, sans-serif; }
  .review-dialog-block #review-form #review-captcha, .review-dialog-block #review-form .captcha-error {
    max-width: 265px;
    float: right; }
  .review-dialog-block #review-form #review-captcha {
    margin-right: -7px; }
  .review-dialog-block #review-form input, .review-dialog-block #review-form textarea {
    border-width: 1px;
    outline: 0; }

@media only screen and (max-width: 639px) {
  .review-dialog-block .overall-rating {
    margin-bottom: 20px; } }

.review-dialog-block .overall-rating .overall-rating-value li {
  margin: 0 5px 0 0;
  float: left; }
  .review-dialog-block .overall-rating .overall-rating-value li input.radio {
    display: none; }
  .review-dialog-block .overall-rating .overall-rating-value li .separate-rating-star {
    cursor: pointer;
    height: 31px; }

.review-dialog-block .overall-rating .right li {
  margin: 0 5px;
  float: left; }
  .review-dialog-block .overall-rating .right li input.radio {
    display: none; }
  .review-dialog-block .overall-rating .right li .separate-rating-star {
    cursor: pointer;
    height: 24px; }

.review-dialog-block .sizing {
  padding-top: 10px; }
  .review-dialog-block .sizing .right li input.radio {
    display: none; }
  .review-dialog-block .sizing .right .sizing-ul {
    text-align: justify;
    text-justify: distribute; }
    .review-dialog-block .sizing .right .sizing-ul li {
      background: url(https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/images/detailedreview/arrow_up.1567628560.jpg) no-repeat center 0;
      font-size: 10px;
      padding-top: 5px;
      width: 40px;
      text-align: center;
      cursor: default;
      display: inline-block; }
    .review-dialog-block .sizing .right .sizing-ul li.first {
      background-position: 0 0;
      text-align: left; }
    .review-dialog-block .sizing .right .sizing-ul li.last {
      margin-right: 0;
      background-position: 100% 0;
      text-align: right; }
    .review-dialog-block .sizing .right .sizing-ul li.middle {
      margin-left: -1%; }
    .review-dialog-block .sizing .right .sizing-ul:after {
      content: '';
      display: inline-block;
      height: 1px;
      width: 100%; }
    .review-dialog-block .sizing .right .sizing-ul .hidden-sizing {
      display: none; }
  .review-dialog-block .sizing .right .slider-wrapper {
    width: 90%;
    margin: 0 auto;
    font-size: 10px;
    border: none;
    background: none;
    overflow: visible; }
  .review-dialog-block .sizing .right #sizing-label {
    font-size: 9px;
    display: block;
    cursor: default; }

.review-dialog-block .your-review.overall .left {
  padding-top: 17px; }

.review-dialog-block .your-review.overall .wide {
  margin-bottom: 3px; }

.review-dialog-block .your-review.overall ul li {
  margin-bottom: 3px;
  font: 14px 'Raleway', 'Helvetica Neue', Verdana, Arial, sans-serif; }

.review-dialog-block .upload-image {
  margin: 30px 0 32px 0; }
  .review-dialog-block .upload-image img {
    margin-top: 10px; }
  .review-dialog-block .upload-image .choosed-image-name {
    height: 100%;
    width: 40%;
    float: left;
    font: 12px 'Raleway', 'Helvetica Neue', Verdana, Arial, sans-serif;
    line-height: 30px;
    padding: 0 6px; }

.review-dialog-block .about-you {
  margin: 0 0 10px 0; }
  .review-dialog-block .about-you .wide {
    margin-top: 15px; }

.review-dialog-block .upload-video {
  margin: 4px 0 24px 0; }
  .review-dialog-block .upload-video .right {
    padding-top: 10px; }
    .review-dialog-block .upload-video .right.attach-video {
      padding: 0; }

.review-dialog-block #review-captcha {
  float: none;
  margin: 0 auto;
  width: 304px; }

.review-dialog-block #recaptcha_widget_div {
  display: inline-block; }

.review-dialog-block .captcha-error {
  color: red; }

.review-dialog-block span.image-triangle {
  background: url(https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/images/detailedreview/body_type.1567628560.png) 0px -120px no-repeat;
  display: inline-block;
  height: 170px;
  width: 78px; }

.review-dialog-block span.image-inverted-triangle {
  background: url(https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/images/detailedreview/body_type.1567628560.png) -78px -120px no-repeat;
  display: inline-block;
  height: 170px;
  width: 78px; }

.review-dialog-block span.image-hourglass {
  background: url(https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/images/detailedreview/body_type.1567628560.png) -156px -120px no-repeat;
  display: inline-block;
  height: 170px;
  width: 78px; }

.review-dialog-block span.image-rectangle {
  background: url(https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/images/detailedreview/body_type.1567628560.png) -234px -120px no-repeat;
  display: inline-block;
  height: 170px;
  width: 78px; }

.review-dialog-block span.image-apple {
  background: url(https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/images/detailedreview/body_type.1567628560.png) -312px -120px no-repeat;
  display: inline-block;
  height: 170px;
  width: 78px; }

#slider {
  margin: 5px 3px;
  width: 98%;
  border: 1px solid #CCC;
  height: 0.8em;
  background: #fefefe;
  -webkit-touch-callout: none;
  border-radius: 4px 4px 4px 4px; }

p.error-message {
  color: red; }

.non-popup {
  margin: 0 auto;
  padding-bottom: 30px; }
  .non-popup #review-form {
    width: 100%;
    margin: 0 auto; }
    .non-popup #review-form > fieldset > div {
      margin: 0; }
    @media only screen and (max-width: 1024px) {
      .non-popup #review-form {
        width: 100%; } }
  .non-popup ul {
    margin: 10px 0 0 0; }
  .non-popup .minimize {
    float: right;
    width: 23px;
    height: 23px;
    border: none;
    background: url(https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/images/detailedreview/arrow-rwd.1567628560.png) 0 0 no-repeat;
    cursor: pointer;
    text-indent: -9999px; }

.ui-dialog.ui-widget-content.success {
  position: fixed !important;
  top: 350px !important; }

.ui-dialog .review-dialog-block .about-you .right .wide .body-types span.image-triangle {
  background: url(https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/images/detailedreview/body_type.1567628560.png)-0px -430px no-repeat;
  display: inline-block;
  height: 140px;
  width: 64px; }

.ui-dialog .review-dialog-block .about-you .right .wide .body-types span.image-inverted-triangle {
  background: url(https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/images/detailedreview/body_type.1567628560.png)-64px -430px no-repeat;
  display: inline-block;
  height: 140px;
  width: 64px; }

.ui-dialog .review-dialog-block .about-you .right .wide .body-types span.image-hourglass {
  background: url(https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/images/detailedreview/body_type.1567628560.png)-128px -430px no-repeat;
  display: inline-block;
  height: 140px;
  width: 64px; }

.ui-dialog .review-dialog-block .about-you .right .wide .body-types span.image-rectangle {
  background: url(https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/images/detailedreview/body_type.1567628560.png)-192px -430px no-repeat;
  display: inline-block;
  height: 140px;
  width: 64px; }

.ui-dialog .review-dialog-block .about-you .right .wide .body-types span.image-apple {
  background: url(https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/images/detailedreview/body_type.1567628560.png)-256px -430px no-repeat;
  display: inline-block;
  height: 140px;
  width: 64px; }

.review-dialog-block li span {
  vertical-align: top; }

.review-dialog-block .noUi-midBar {
  height: 100%;
  z-index: 0;
  background: #39C;
  -webkit-touch-callout: none; }

.review-dialog-block .noUi-handle > div {
  position: absolute;
  width: 1.2em;
  top: -5px;
  left: -7px;
  z-index: 5;
  border: 1px solid #CCC;
  background: #EEE;
  border-radius: 4px 4px 4px 4px;
  height: 1.5em; }
  .review-dialog-block .noUi-handle > div:hover {
    background: #fff;
    border-color: #ccc; }
  .review-dialog-block .noUi-handle > div.noUi-activeHandle {
    background: #fff;
    border-color: #ccc; }

.review-dialog-block .disabled > .noUi-midBar {
  background: #999; }

.review-dialog-block .disabled > div {
  border-color: #CCC;
  background: #CCC; }

.review-dialog-block .validation-advice {
  margin: 2px 0 10px; }

.overal-review-label {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline;
  color: #4A4A4A;
  font-weight: 600;
  position: relative;
  top: -6px;
  padding-right: 10px; }

.avg-width-scale,
.avg-size-scale {
  margin: 0 0 20px; }
  .avg-width-scale__bar,
  .avg-size-scale__bar {
    position: relative;
    height: 10px;
    z-index: 10;
    width: 100%;
    border: 1px solid #CECECE; }
  .avg-width-scale__label,
  .avg-size-scale__label {
    color: #2B2B2B;
    font-size: 10px;
    font-size: 0.625rem;
    padding: 8px 0; }
    .avg-width-scale__label.left-label,
    .avg-size-scale__label.left-label {
      float: left; }
    .avg-width-scale__label.right-label,
    .avg-size-scale__label.right-label {
      float: right; }
  .avg-width-scale .avg-25,
  .avg-width-scale .avg-50,
  .avg-width-scale .avg-75,
  .avg-size-scale .avg-25,
  .avg-size-scale .avg-50,
  .avg-size-scale .avg-75 {
    height: 10px;
    margin-top: -1px;
    z-index: 11;
    width: 2px;
    background: #CECECE;
    position: absolute; }
  .avg-width-scale .avg-25,
  .avg-size-scale .avg-25 {
    left: 25%;
    margin-left: -1px; }
  .avg-width-scale .avg-50,
  .avg-size-scale .avg-50 {
    left: 50%;
    margin-left: -1px; }
  .avg-width-scale .avg-75,
  .avg-size-scale .avg-75 {
    left: 75%;
    margin-left: -1px; }

@media only screen and (max-width: 639px) {
  .review-dd .avg-width-scale,
  .review-dd .avg-size-scale {
    width: 48%; }
  .review-dd .avg-size-scale {
    margin: 0;
    float: left; }
  .review-dd .avg-width-scale {
    float: right; } }

.avg-marker {
  position: absolute;
  top: 0;
  width: 30px;
  height: 10px;
  background: #FFA300;
  z-index: 12;
  margin: -1px 0 0 0;
  margin-left: -15px; }

.clear {
  clear: both; }

.average-rating {
  margin: 0 0 30px; }

.review-dd .avg-width-scale {
  margin: 0 0 15px; }

.review-dd .avg-size-scale {
  margin: 0; }

.buy-now-button {
  padding: 14px 0;
  width: 250px;
  max-width: 100%;
  min-width: 0; }

.review-product-image {
  text-align: center;
  margin: 0; }

.review-product-info {
  text-align: center;
  text-transform: uppercase;
  position: relative;
  top: -10px; }
  .review-product-info .review-product-name {
    color: #000000;
    font-weight: 600;
    font-size: 19px;
    font-size: 1.1875rem; }
  .review-product-info .review-product-description {
    margin: 0 5px;
    font-size: 12px; }
  .review-product-info .price {
    font-size: 17px;
    font-size: 1.0625rem; }
  .review-product-info__spacer {
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 0 8px; }

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center; }
  @media only screen and (max-width: 639px) {
    .flex-center {
      display: block; } }

#product-review-block {
  margin-bottom: 35px; }
  @media only screen and (max-width: 639px) {
    #product-review-block {
      margin: 0;
      display: inline-block;
      float: right;
      width: auto; } }

.review-text textarea {
  box-shadow: none; }

.padding-right-10 {
  padding-right: 10px !important; }

.padding-right-5 {
  padding-right: 5px !important; }

.padding-left-5 {
  padding-left: 10px !important; }

@media only screen and (max-width: 639px) {
  .padding-right-10,
  .padding-right-5,
  .padding-left-5 {
    padding: 0 !important; }
  .shoe-size-ul {
    margin: 15px 0 20px !important; } }

.required-label {
  font-size: 12px;
  font-size: 0.75rem;
  color: #D0021B;
  text-align: center; }

.product-view {
  position: relative;
  overflow-x: hidden; }
  .product-view .js-hidden-input {
    visibility: hidden;
    height: 0; }
  .product-view .toggle-plus, .product-view .toggle-minus {
    position: absolute;
    font-size: 20px;
    right: 20px;
    top: 22px;
    display: block; }
  .product-view .toggle-minus {
    display: none; }
  .product-view .toggle-open-icon .toggle-plus {
    display: none; }
  .product-view .toggle-open-icon .toggle-minus {
    display: block; }
  .product-view #feature_block_ingredients .feature_block_text {
    padding: 20px 0; }
  .product-view .more-photos-button {
    color: #000000;
    background: none;
    margin: 0 auto 30px;
    padding: 15px 0;
    border: 1px solid #000000;
    font-weight: 600;
    width: 100%;
    cursor: pointer; }
  .product-view .swatchContainer {
    position: relative; }
    @media (max-width: 639px) {
      .product-view .swatchContainer {
        padding: 0 !important; } }
  .product-view .js-section-title, .product-view .js-expand-label {
    cursor: pointer; }
  .product-view #js-magnify-box {
    position: absolute;
    overflow: hidden;
    height: 100%;
    width: 100%; }
  .product-view .product-options {
    position: relative; }
  .product-view .margin-auto-override {
    margin: 0 auto; }
  @media only screen and (max-width: 639px) {
    .product-view .js-section-content, .product-view .js-hide-photos {
      display: none; } }
  .product-view #shipping_callout {
    margin: 0;
    padding: 0;
    font-size: 15px;
    text-align: center; }
    .product-view #shipping_callout a {
      color: #4e4e4e; }
    @media (max-width: 39.9375em) {
      .product-view #shipping_callout {
        padding: 12px 0;
        margin: 0; } }
  .product-view .prod_option_group {
    display: block;
    margin: 0 auto; }
    .product-view .prod_option_group h5, .product-view .prod_option_group label {
      font-size: 15px;
      color: #565656;
      text-transform: uppercase;
      margin: 0 5px 5px 0;
      padding-left: 5px;
      font-weight: 600; }
    .product-view .prod_option_group:last-of-type {
      margin-bottom: 25px; }
    .product-view .prod_option_group label.error {
      display: none !important; }
    .product-view .prod_option_group select.error {
      border-color: #c82828; }
    .product-view .prod_option_group .size-option, .product-view .prod_option_group .width-option {
      display: inline-block;
      text-align: center;
      text-transform: uppercase;
      color: #000000;
      border: 1px solid #878787;
      cursor: pointer;
      font-weight: 600; }
      .product-view .prod_option_group .size-option.selected, .product-view .prod_option_group .width-option.selected {
        color: #fefefe;
        background-color: #3f3f3f; }
    .product-view .prod_option_group .width-option {
      width: 80px;
      margin: 0 0 18px 0;
      padding: 9px 0; }
      .product-view .prod_option_group .width-option:first-of-type {
        margin: 0 5px 18px 0; }
    .product-view .prod_option_group .size-option {
      margin: 3px;
      width: 32px;
      height: 29px;
      padding: 6px 0 0 0; }
    .product-view .prod_option_group.color_swatches {
      margin: 0 0 20px 0; }
    .product-view .prod_option_group--not-swatch {
      margin: 0 0 20px 0;
      display: inline-block;
      width: 100%; }
      @media (min-width: 1200px) {
        .product-view .prod_option_group--not-swatch {
          width: calc(30% - 10px);
          position: relative; }
          .product-view .prod_option_group--not-swatch:last-of-type {
            left: 1px;
            width: 19%; } }
      @media (max-width: 639px) {
        .product-view .prod_option_group--not-swatch {
          width: calc(49% - 20px);
          float: left;
          margin-left: 20px; }
          .product-view .prod_option_group--not-swatch:last-of-type {
            float: right;
            margin-left: 0;
            margin-right: 20px; } }
  .product-view #prod_main_image_block .prod_slider_left {
    opacity: 1;
    margin-left: 20px;
    background: url("https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/default/images/icons/bx-prev.1567628560.png") no-repeat; }
    @media (max-width: 400px) {
      .product-view #prod_main_image_block .prod_slider_left {
        margin-left: 0; } }
  .product-view #prod_main_image_block .prod_slider_right {
    opacity: 1;
    margin-right: 20px;
    background: url("https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/default/images/icons/bx-next.1567628560.png") no-repeat; }
    @media (max-width: 400px) {
      .product-view #prod_main_image_block .prod_slider_right {
        margin-right: 0; } }
  .product-view #prod_main_image_block .slick-slide {
    position: relative; }
    .product-view #prod_main_image_block .slick-slide img {
      margin: 0 auto;
      position: relative;
      z-index: 2; }
  .product-view #prod_main_image_block .option-slider {
    pointer-events: none; }
    @media (min-width: 64em) {
      .product-view #prod_main_image_block .option-slider {
        pointer-events: auto; } }
  @media only screen and (max-width: 639px) {
    .product-view #prod_main_image_block {
      padding: 0 0 20px; }
      .product-view #prod_main_image_block .color_name {
        text-align: center; } }
  .product-view--subtitle {
    margin: 20px 0 36px;
    color: #000000;
    font-family: "DINCondensed-Regular", "Source Sans Pro", sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    font-size: 1.75rem; }
  .product-view__options {
    margin: 0; }
    .product-view__options .input-box {
      margin: 0; }
    .product-view__options .new-label {
      color: #F04141;
      margin: 0 auto;
      right: 0;
      left: 0;
      text-align: center; }
    .product-view__options .swatch-dropdown {
      display: block;
      border: none;
      background: none;
      position: relative; }
      .product-view__options .swatch-dropdown #prod_color_swatches ul {
        margin: 0; }
      .product-view__options .swatch-dropdown #prod_color_swatches .swatchContainer {
        cursor: pointer; }
      .product-view__options .swatch-dropdown #prod_color_swatches .swatch {
        background: #f8f8f8;
        border: 1px solid #dddddd;
        padding: 10px 2px; }
        .product-view__options .swatch-dropdown #prod_color_swatches .swatch.swatchSelected {
          border: 2px solid #256CCC;
          padding: 9px 0; }
    @media only screen and (max-width: 639px) {
      .product-view__options .swatch-dropdown #prod_color_swatches .swatch {
        background: #f2f2f2;
        padding: 10px 2px; }
        .product-view__options .swatch-dropdown #prod_color_swatches .swatch.swatchSelected {
          background: #f8f8f8;
          border: 3px solid #256CCC;
          padding: 8px 0; }
      .product-view__options .swatch-dropdown .mobile-slick-slider:not(.slick-initialized) {
        padding: 0 20px; } }
  .product-view__dropdown-wrapper, .product-view .swatch-modal-select {
    position: relative;
    width: 100%;
    background: #fefefe;
    border: 1px solid #696969;
    padding: 12px 15px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer; }
    .product-view__dropdown-wrapper:after, .product-view .swatch-modal-select:after {
      content: '';
      width: 0;
      height: 0;
      position: absolute;
      right: 10px;
      top: 50%;
      margin-top: -3px;
      border-width: 6px 6px 0 6px;
      border-style: solid;
      border-color: grey transparent; }
    .product-view__dropdown-wrapper.active .product-view__dropdown, .product-view .swatch-modal-select.active .product-view__dropdown {
      display: block; }
    @media only screen and (max-width: 1300px) and (min-width: 1200px) {
      .product-view__dropdown-wrapper, .product-view .swatch-modal-select {
        padding: 12px 8px; } }
    @media only screen and (max-width: 639px) {
      .product-view__dropdown-wrapper, .product-view .swatch-modal-select {
        text-align: left; } }
  .product-view .swatch-modal-select {
    margin: 0 20px;
    width: calc(100% - 40px); }
  .product-view .swatch-modal-select:after {
    content: '';
    display: inline-block;
    background-image: url(https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/default/images/icons/bx-next.1567628560.png);
    background-size: 15px 14px;
    height: 18px;
    width: 18px;
    top: 15px;
    background-repeat: no-repeat;
    border: none; }
  .product-view__dropdown {
    margin: 0;
    padding: 0 0 10px;
    position: absolute;
    border: 1px solid #000000;
    border-top: none;
    top: 100%;
    left: -1px;
    right: 0px;
    background: #fefefe;
    transition: all 0.3s ease-out;
    list-style: none;
    display: none;
    width: calc(100% + 2px);
    z-index: 10; }
    .product-view__dropdown li {
      padding: 0px 15px; }
      .product-view__dropdown li:hover {
        color: #fefefe;
        background: #256CCC; }
    @media only screen and (max-width: 1300px) and (min-width: 1200px) {
      .product-view__dropdown {
        padding: 0 0 8px; } }
  .product-view__details {
    background: #f2f2f2;
    position: relative;
    z-index: 2;
    text-align: left;
    height: 607px;
    margin-left: 3px; }
    @media (max-width: 39.9375em) {
      .product-view__details {
        padding: 20px 15px;
        height: auto;
        margin-left: 0; } }
    @media (min-width: 40em) {
      .product-view__details {
        padding: 30px; } }
    @media (min-width: 64em) {
      .product-view__details {
        padding: 40px 38px 0; } }
    .product-view__details--title {
      font-family: "DINCondensed-Bold", "Source Sans Pro", sans-serif;
      font-size: 36px;
      text-transform: uppercase;
      color: #000000;
      font-weight: 700;
      margin: 0;
      line-height: 1; }
      .product-view__details--title .product-flag {
        padding: 0 5px 0 0;
        text-transform: uppercase;
        color: #FFA300;
        border-right: 1px solid #0a0a0a; }
    .product-view__details--description {
      font-size: 16px;
      margin: 0 0 6px;
      color: #454545; }
    .product-view__details--price {
      color: #000000;
      display: inline-block;
      margin: 0;
      font-size: 18px;
      font-weight: 700;
      padding: 2px 0 9px; }
    .product-view__details--rating {
      padding: 0 0 12px; }
    .product-view__details .button-write-review {
      margin: 0 0 20px; }
      .product-view__details .button-write-review .detailed-review-show {
        display: none; }
      .product-view__details .button-write-review p {
        margin: 0; }
    .product-view__details .review-average-info {
      float: right;
      margin: 0 0 30px; }
      @media (min-width: 64em) {
        .product-view__details .review-average-info {
          display: inline-block; } }
      .product-view__details .review-average-info .rating {
        display: inline-block; }
      @media (max-width: 639px) {
        .product-view__details .review-average-info {
          margin: 0; } }
    .product-view__details .average-rating, .product-view__details .average-based-on {
      display: inline-block;
      margin: 0;
      font-size: 15px;
      vertical-align: middle;
      height: 17px;
      overflow: hidden;
      letter-spacing: 1px; }
    .product-view__details .average-based-on {
      color: #000000;
      font-weight: 600;
      margin: 0; }
      .product-view__details .average-based-on a {
        color: #000000; }
    .product-view__details .add-to-cart,
    .product-view__details .waitlist {
      display: inline-block;
      width: 100%; }
      @media (min-width: 1200px) {
        .product-view__details .add-to-cart:not(:first-child):not(:nth-child(2)),
        .product-view__details .waitlist:not(:first-child):not(:nth-child(2)) {
          width: calc(49% + 10px);
          float: right; } }
      .product-view__details .add-to-cart .button,
      .product-view__details .waitlist .button {
        margin: 0 0 7px;
        width: 100%;
        min-width: 0; }
        @media only screen and (max-width: 639px) {
          .product-view__details .add-to-cart .button,
          .product-view__details .waitlist .button {
            background: #256CCC; } }
        .product-view__details .add-to-cart .button.disabled:hover,
        .product-view__details .waitlist .button.disabled:hover {
          background: #256CCC; }
    @media only screen and (max-width: 57.813em) {
      .product-view__details {
        height: auto; } }
    @media only screen and (max-width: 639px) {
      .product-view__details {
        padding: 20px 0;
        text-align: center;
        background: #fefefe; }
        .product-view__details--mobile {
          padding: 40px 15px 0;
          background: #eaeaea; }
        .product-view__details__title {
          margin: 0 0 10px;
          text-align: center; }
        .product-view__details--price {
          font-weight: 400; }
        .product-view__details .add-to-cart {
          margin: 0 20px;
          width: calc(100% - 40px); }
        .product-view__details .review-average-info {
          float: none; }
        .product-view__details .average-based-on {
          font-weight: 400; }
        .product-view__details .js-oos-info p {
          margin: 0; }
        .product-view__details .rating-stars-views {
          text-align: left; } }
  .product-view__attribute {
    margin: 0;
    border-bottom: 1px solid #d0cdc0;
    position: relative; }
    .product-view__attribute .js-expand-icon {
      position: absolute;
      font-size: 20px;
      right: 22px;
      top: 22px;
      display: block;
      font-weight: 400; }
    .product-view__attribute--label {
      padding: 20px 0;
      font-size: 21px;
      font-weight: 300; }
    @media (min-width: 40em) {
      .product-view__attribute {
        margin: 0 0 20px 0;
        border-bottom: none; }
        .product-view__attribute--label {
          text-align: center;
          color: #000000;
          margin: 0;
          padding: 0;
          text-transform: uppercase;
          cursor: pointer;
          letter-spacing: 1px;
          font-size: 13px; }
        .product-view__attribute .js-expand-icon {
          display: inline;
          position: relative;
          right: 0;
          top: 0;
          font-size: 13px; }
        .product-view__attribute--content {
          text-align: center; } }
    @media (min-width: 64em) {
      .product-view__attribute--content {
        margin: 10px 5px 0 49px;
        padding: 0 85px 0 0;
        text-align: left; }
      .product-view__attribute--label {
        text-align: left;
        font-size: 14px;
        text-decoration: none;
        margin-left: 40px;
        padding: 0 85px 0 0; } }
  @media (max-width: 639px) {
    .product-view__main-info > div:first-of-type {
      border-top: 1px solid #d0cdc0; } }
  @media (min-width: 64em) {
    .product-view__main-info {
      border-right: 1px solid #cecece; } }
  .product-view__info-block {
    margin: 30px auto 0; }
    .product-view__info-block .add-product {
      margin: 20px auto; }
    .product-view__info-block .expand-icon {
      color: #0a0a0a; }
    .product-view__info-block--title {
      color: #000000;
      font-weight: 300;
      margin: 0;
      font-size: 25px; }
    .product-view__info-block--text {
      color: #000000;
      font-size: 15px; }
      .product-view__info-block--text p {
        line-height: 2; }
      .product-view__info-block--text ul {
        margin: 0;
        padding: 0; }
        .product-view__info-block--text ul li {
          margin: 0 0 10px; }
    .product-view__info-block--row {
      margin: 0 0 30px;
      position: relative; }
    @media (min-width: 64em) {
      .product-view__info-block {
        padding: 0 30px 0 85px; } }
    @media only screen and (max-width: 1250px) {
      .product-view__info-block--text {
        padding: 0 0 0 20px; } }
    @media only screen and (max-width: 639px) {
      .product-view__info-block--row {
        border-bottom: 1px solid #d0cdc0;
        margin: 0; } }
    @media (max-width: 39.9375em) {
      .product-view__info-block--title {
        display: block;
        margin: 0;
        padding: 20px 0;
        font-size: 21px; }
      .product-view__info-block--text {
        padding: 0; } }
  .product-view__image-section {
    max-width: 1200px;
    margin: 0 auto; }
    .product-view__image-section img {
      width: 100%; }
    .product-view__image-section--initial img {
      margin: 0 auto 20px; }
    .product-view__image-section--secondary img {
      margin: 0 auto 20px; }
    @media (max-width: 639px) {
      .product-view__image-section {
        margin: 10px auto 20px; } }
  .product-view__icons-section {
    max-width: 1200px;
    margin: 20px auto 35px;
    padding: 40px 0 25px;
    border-top: 1px solid #d0cdc0;
    border-bottom: 1px solid #d0cdc0; }
    @media only screen and (max-width: 639px) {
      .product-view__icons-section {
        border: none; } }
  .product-view__icon {
    text-align: center;
    cursor: pointer; }
    .product-view__icon a {
      color: #696A6D; }
  .product-view__related-products {
    margin: 0 auto 35px;
    max-width: 1200px; }
    .product-view__related-products .average-based-on {
      color: #000000;
      font-size: 15px;
      position: relative;
      letter-spacing: 1px; }
    .product-view__related-products .review-average-info {
      margin: 14px 0 5px; }
      .product-view__related-products .review-average-info .zero-ratings {
        color: #d1d1d1; }
    .product-view__related-products .product-name {
      margin: 0; }
      .product-view__related-products .product-name a {
        color: #000000;
        font-weight: 600;
        font-size: 15px;
        text-transform: uppercase; }
    .product-view__related-products .product-description {
      text-transform: uppercase;
      color: #000000;
      font-size: 15px;
      margin: 0; }
    .product-view__related-products .price-box {
      color: #000000;
      font-size: 15px; }
    .product-view__related-products .product-image {
      margin: 0 0 20px;
      text-align: center;
      display: block;
      background: #efefef; }
      .product-view__related-products .product-image img {
        background: #efefef;
        margin: 0 auto;
        padding: 20px; }
    .product-view__related-products .product-details {
      position: relative;
      z-index: 99;
      text-align: center; }
    .product-view__related-products .prod_option--line {
      display: inline-block;
      max-height: 300px !important;
      width: 1px;
      background-color: #c2c2c2; }
    @media (min-width: 40em) {
      .product-view__related-products .slick-list {
        margin: 0 -6px; }
      .product-view__related-products .slick-slide {
        margin: 0 6px; }
      .product-view__related-products .product-image img {
        padding: 20px; } }
    @media (max-width: 39.9375em) {
      .product-view__related-products .slick-slider {
        margin: 0 auto; }
      .product-view__related-products .product-image img {
        padding: 0; } }
  .product-view__review-section {
    margin: 0 auto;
    max-width: 1200px; }
  .product-view #waitlist-show-other {
    text-align: center;
    display: block;
    position: relative; }
  .product-view .swatch-accessories-text {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 5px;
    left: 0;
    margin: 0; }
  .product-view .static-block-accessory {
    display: none;
    margin: 10px 0 0 0; }
    .product-view .static-block-accessory > p {
      margin: 0; }

.swatch-modal-text, .swatch-modal-button-container {
  display: none; }

@media (max-width: 639px) {
  .swatch-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    z-index: 99999;
    background: #fefefe;
    text-align: center;
    padding: 0 0 80px; }
    .swatch-modal .swatch-modal-container {
      margin: 4px;
      padding: 5px;
      background: #eaeaea;
      border: 1px solid #fefefe; }
      .swatch-modal .swatch-modal-container.swatchSelected {
        background: #f8f8f8;
        padding: 3px;
        border: 3px solid #256CCC; }
    .swatch-modal .swatch-modal-title {
      font-size: 24px;
      font-family: "DINCondensed-Bold", "Source Sans Pro", sans-serif;
      padding: 20px 0 0 0;
      text-transform: uppercase; }
    .swatch-modal .exit-modal {
      margin-top: 8px; }
    .swatch-modal .swatch-modal-text {
      display: block; }
    .swatch-modal .swatch-modal-options-text {
      font-family: "Source Sans Pro", sans-serif;
      font-size: 16px;
      border-top: 1px solid #e1e1e1;
      margin: 15px 0;
      padding: 25px 0 0 0;
      text-transform: lowercase; }
    .swatch-modal img.swatchSelected {
      border: none; }
    .swatch-modal .swatch-modal-button-container {
      display: block;
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background: #fefefe;
      border-top: 1px solid #e1e1e1;
      height: 70px;
      padding: 12px;
      font-weight: 600; }
    .swatch-modal .swatch-modal-button {
      background: #256CCC;
      color: white;
      text-transform: uppercase;
      height: 100%;
      width: 100%;
      font-family: "Source Sans Pro", sans-serif; } }

.magnifier-lens {
  cursor: zoom-in;
  display: none; }
  @media (min-width: 64em) {
    .magnifier-lens {
      display: block; } }

.product-video {
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .product-video iframe,
  .product-video object,
  .product-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .product-video-attribution {
    text-align: right; }
    .product-video-attribution p {
      margin: 0; }

#advice-validate-rating-validate_rating {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 20px; }

#review-form .validation-advice {
  font-size: 16px;
  font-size: 1rem; }

.page_header {
  font-size: 28px;
  max-width: 500px;
  text-align: center;
  margin: 0 auto;
  font-family: "DINCondensed-Regular", "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  color: #000000;
  padding: 15px 20px;
  letter-spacing: -.02em; }

.faqs-cms__answer p {
  white-space: normal; }

.price-box {
  display: inline-block; }
  .price-box .old-price {
    display: inline-block;
    text-decoration: line-through;
    width: auto; }
  .price-box .special-price {
    color: #f20000;
    display: inline-block;
    width: auto; }

.recommended-cart-title {
  margin: 20px 0 36px;
  color: #000000;
  font-family: "DINCondensed-Regular", "Source Sans Pro", sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 28px;
  font-size: 1.75rem; }

.blog__hero {
  background: url("https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/default/images/blog/blog-hero.1567628560.jpg") top center no-repeat;
  background-size: cover;
  width: 100%;
  height: 600px;
  display: block;
  margin: 0 0 45px;
  position: relative; }
  .blog__hero__text {
    font-size: 16px;
    font-size: 1rem;
    position: absolute;
    left: 55%;
    bottom: 30%;
    width: 260px;
    line-height: 1.5; }

.blog__layout {
  padding: 20px 0 50px; }

.blog__post-image {
  margin-bottom: 15px; }

.blog__post-video {
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .blog__post-video iframe,
  .blog__post-video object,
  .blog__post-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.blog__social-links {
  margin: 0 0 5px; }
  .blog__social-links li {
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    margin-right: 3px; }
  .blog__social-links a {
    display: block; }
  .blog__social-links i {
    font-size: 18px;
    color: #434343;
    margin: 0 6px 0 0; }

.blog__info li {
  text-transform: uppercase;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #000000; }

.blog__post-title {
  font-size: 26px;
  font-size: 1.625rem;
  margin: 0 0 5px;
  line-height: 1.3; }
  .blog__post-title a {
    color: #333333; }

.blog__excerpt {
  margin-bottom: 40px; }
  .blog__excerpt p {
    font-size: 15px;
    font-size: 0.9375rem; }

.blog__read-more {
  color: #000000;
  text-decoration: underline; }
  .blog__read-more:hover {
    color: #43413D; }

.blog__buttons {
  text-align: center;
  padding-top: 50px; }
  .blog__buttons .load-more-gif {
    display: none; }
  .blog__buttons .button {
    min-width: 160px;
    border: 1px solid #333333;
    background-color: #fefefe;
    padding: 10px;
    position: relative; }
    .blog__buttons .button:nth-child(1) {
      margin-right: 10px; }
    .blog__buttons .button a {
      text-transform: uppercase;
      font-weight: 700;
      color: #333333;
      font-size: 13px; }

.blog__insta-title {
  font-size: 15px; }
  .blog__insta-title .button {
    padding: 12px 20px;
    margin: 0; }

.blog__insta-grid {
  padding-left: 10%;
  padding-right: .9375rem; }

.blog__insta-img {
  padding: 0px 2px 2px 0px; }

.blog__next {
  float: right; }

.blog__prev {
  float: left; }

.no-posts {
  text-align: center; }

.faqs-cms {
  margin: 25px auto 50px;
  max-width: 1000px; }
  .faqs-cms__subtitle {
    margin: 30px 0 0 0;
    font-family: "DINCondensed-Bold", "Source Sans Pro", sans-serif;
    letter-spacing: -.02em;
    text-transform: uppercase;
    color: #4d4d4d;
    text-align: left;
    font-size: 26px; }
  .faqs-cms__question {
    margin: 10px 0 12px;
    padding: 0 20px 12px 0;
    position: relative;
    font-size: 18px;
    border-bottom: 1px solid #e1e1e1; }
    .faqs-cms__question a {
      color: #4d4d4d;
      display: block;
      text-decoration: none; }
      .faqs-cms__question a::after {
        position: absolute;
        content: '+';
        font-family: FontAwesome;
        font-size: 16px;
        top: 0;
        right: 20px; }
    .faqs-cms__question.open {
      border-bottom: none; }
      .faqs-cms__question.open a::after {
        content: '-'; }
    .faqs-cms__question--span {
      display: block;
      padding: 0 15px 0 0; }
  .faqs-cms__answer {
    display: none;
    color: #4d4d4d; }
    .faqs-cms__answer p {
      white-space: pre-line;
      font-size: 14px; }
    .faqs-cms__answer.open {
      display: block;
      border-bottom: 1px solid #e1e1e1; }

.unsneaker--header {
  background: #e3e3e3; }
  .unsneaker--header .feature_block_image {
    padding-top: 44%;
    background: url("/skin/frontend/sam/default/images/cms_unsneaker/unsneaker-spread-top.1567628560.jpg") no-repeat;
    background-size: cover;
    background-position: center; }

.unsneaker--everywhere {
  background: #e3e3e3; }
  .unsneaker--everywhere .feature_block_image {
    padding-top: 45%;
    background: url("/skin/frontend/sam/default/images/cms_unsneaker/more-unsneakers-b.1567628560.jpg") no-repeat;
    background-size: cover;
    background-position: center; }
    @media only screen and (max-width: 639px) {
      .unsneaker--everywhere .feature_block_image {
        background-size: 900px;
        background-position: fixed; } }

.unsneaker--tech {
  background: #e3e3e3; }
  .unsneaker--tech .feature_block_image {
    padding-top: 60%;
    background: url("/skin/frontend/sam/default/images/cms_unsneaker/unsneaker-spread-2.1567628560.jpg") no-repeat;
    background-size: cover;
    background-position: center; }

.unsneaker__text-block {
  padding: 70px 0;
  color: #565555;
  letter-spacing: -1px; }
  .unsneaker__text-block .black {
    color: #000000; }
  .unsneaker__text-block p {
    font-size: 35px;
    font-size: 2.1875rem;
    font-family: 'Cormorant Garamond', serif;
    text-align: left;
    margin: 0; }
  .unsneaker__text-block .basic_content_block {
    padding: 0 25px;
    max-width: 860px; }
  .unsneaker__text-block--button {
    padding: 120px 0;
    text-align: center; }

.no-wrap {
  white-space: nowrap; }

.search-word {
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "DINCondensed-Regular", "Source Sans Pro", sans-serif; }

.catalogsearch-result-index #site_content_container {
  min-height: 680px; }

.search-divider {
  max-width: 100%; }

.no-results-spacer {
  padding-top: 130px; }

.u-text-dash:before {
  content: "- "; }

.u-text-dash:after {
  content: " -"; }

.u-short-line {
  max-width: 180px; }

.u-text-uppercase {
  text-transform: uppercase; }

.live-chat {
  max-width: 160px; }
  .live-chat i {
    font-size: 20px;
    font-size: 1.25rem; }

.search-autocomplete {
  font-size: 14px;
  font-size: 0.875rem;
  background: #fafafa;
  border: 1px solid #bdbcbc;
  border-top: 1px solid #d8d8d8;
  width: calc( 100% - 15px) !important;
  margin: 0 0 0 -8px;
  display: none !important; }
  .search-autocomplete ul {
    margin: 0;
    padding: 0px 15px 0 17px; }
    @media (max-width: 1250px) {
      .search-autocomplete ul {
        padding: 0px 10px 0 7px; } }
    .search-autocomplete ul li {
      margin: 0 0 15px; }
      .search-autocomplete ul li .amount {
        display: none; }

#search_mini_form--mobile .search-autocomplete {
  display: none !important; }

.product-question-section {
  max-width: 1200px;
  margin: 0 auto; }
  .product-question-section .product-view--subtitle {
    margin-top: 0; }
  .product-question-section .buttons-set {
    text-align: center;
    max-width: none;
    margin: 0; }
    .product-question-section .buttons-set .ask-question-button {
      margin: 0 0 50px;
      background: none;
      border: 1px solid #000000;
      color: #000000; }
      @media only screen and (max-width: 639px) {
        .product-question-section .buttons-set .ask-question-button {
          width: 100%; } }
  .product-question-section input, .product-question-section textarea {
    border: 1px solid #D8D6CC;
    width: 100%;
    font-size: 16px; }
  .product-question-section .validation-advice {
    display: none; }

.js-ask-title {
  display: none; }
  .js-ask-title.open {
    display: block; }

.product-question-container {
  margin: 0 0 20px; }
  .product-question-container > div:first-of-type > .question--vonnda {
    border-top: 1px solid #D8D6CC; }

.productquestion-item--vonnda .question--vonnda .question-column--vonnda {
  width: 100%;
  max-width: unset;
  border-bottom: 1px solid #D8D6CC; }
  .productquestion-item--vonnda .question--vonnda .question-column--vonnda .product-question {
    padding: 20px 10px; }
  .productquestion-item--vonnda .question--vonnda .question-column--vonnda .question-date {
    float: right;
    position: relative;
    top: 10px;
    font-size: 15px;
    font-size: 0.9375rem;
    color: #9B9B9B; }
  .productquestion-item--vonnda .question--vonnda .question-column--vonnda .title {
    color: #000000;
    cursor: pointer;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600; }
    .productquestion-item--vonnda .question--vonnda .question-column--vonnda .title:before {
      content: '+';
      display: inline-block;
      width: 20px;
      margin: 0 10px 0 0;
      font-size: 25px;
      font-size: 1.5625rem;
      font-weight: normal;
      top: 2px;
      position: relative;
      color: #4A4A4A; }
    .productquestion-item--vonnda .question--vonnda .question-column--vonnda .title.open:before {
      content: '-'; }
  .productquestion-item--vonnda .question--vonnda .question-column--vonnda .answer {
    display: none;
    padding: 0 0 25px 39px;
    font-size: 16px; }

.productquestion-question-form {
  display: none;
  border: 1px solid #D8D6CC;
  padding: 20px 40px;
  margin: 0 auto 50px; }
  @media only screen and (max-width: 1440px) {
    .productquestion-question-form {
      max-width: 980px; } }
  @media only screen and (max-width: 639px) {
    .productquestion-question-form {
      padding: 10px 20px; }
      .productquestion-question-form .padding-right-5,
      .productquestion-question-form .padding-left-5 {
        padding: 0 !important; } }
  .productquestion-question-form .cancel {
    margin: 0 10px 0 0;
    background: none;
    border: 1px solid #000000;
    color: #000000; }
    @media only screen and (max-width: 639px) {
      .productquestion-question-form .cancel {
        margin: 0 0 10px; } }
  .productquestion-question-form .submit {
    margin: 0;
    width: auto;
    float: none;
    padding: 12px 0; }
  .productquestion-question-form .button {
    width: 250px;
    max-width: 100%;
    font-size: 14px;
    font-size: 0.875rem; }
    @media only screen and (max-width: 639px) {
      .productquestion-question-form .button {
        width: 100%; } }
  .productquestion-question-form .title {
    font-size: 15px;
    font-size: 0.9375rem;
    color: #2B2B2B;
    font-weight: 600;
    margin: 0 0 6px;
    display: inline-block; }
  .productquestion-question-form textarea {
    box-shadow: none; }

.zEWidget-launcher {
  display: none; }
  @media (min-width: 40em) {
    .zEWidget-launcher {
      display: block; } }

.catalog-product-view .zEWidget-launcher,
.cms-support .zEWidget-launcher {
  display: block; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/default/fonts/font-awesome//fontawesome-webfont.eot?v=4.7.0");
  src: url("https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/default/fonts/font-awesome//fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/default/fonts/font-awesome//fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/default/fonts/font-awesome//fontawesome-webfont.woff?v=4.7.0") format("woff"), url("https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/default/fonts/font-awesome//fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/default/fonts/font-awesome//fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

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

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

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

@media (min-width: 40em) {
  /* ---------------- Global ------------------------------------------ */
  /* ------------------------------------------------------------------ */
  h1.page_header {
    font-size: 30px;
    padding: 20px 0; }
    h1.page_header.w_breadcrumbs {
      padding-top: 5px; }
  .category_desc {
    font-size: 16px; }
    .category_desc p {
      margin-bottom: 20px; }
  /* ---------------- Site Callout ------------------------------------------ */
  /* ------------------------------------------------------------------ */
  #site_callout_inner {
    padding: 12px 0; }
  /* ---------------- Header ------------------------------------------ */
  /* ------------------------------------------------------------------ */
  .mobile_nav_toggle {
    padding: 0 20px;
    width: 35%;
    display: inline-block; }
    .mobile_nav_toggle label {
      font-size: 16px;
      top: -6px; }
  #logo_container {
    padding: 10px 0 10px 0;
    width: 30%; }
    #logo_container.no_search {
      width: 30%; }
  #logo {
    width: 100%; }
    #logo img {
      max-width: 118px; }
  #checkout_header #logo_container {
    padding: 15px 0; }
  #header_right {
    width: 35%;
    padding: 0; }
  #user_nav #account_link {
    display: inline-block; }
  #user_nav #search_link {
    margin: 0; }
  #search_icon {
    margin: 0; }
    #search_icon #search_icon a {
      font-size: 18px;
      padding: 6px 15px 6px 5px; }
  #search_quick_links span {
    font-size: 12px;
    margin-bottom: 10px; }
  /* ---------------- Mobile Nav ------------------------------------------ */
  /* ------------------------------------------------------------------ */
  #mobile_nav_items > li > a {
    font-size: 22px; }
  #mobile_nav_items .nav_lvl_1 > a:after {
    font-size: 24px; }
  #mobile_nav_items .callout_categories li {
    width: auto;
    font-size: 16px; }
  #mobile_nav_items .callout_categories li:nth-child(n+5) {
    display: inline-block; }
  #mobile_nav_items .callout_categories a {
    padding: 20px 20px;
    font-size: 18px; }
  #mobile_nav_items .standard_categories > ul > li {
    padding: 20px; }
  #mobile_nav_items .standard_categories span {
    display: inline-block;
    width: 125px;
    vertical-align: middle; }
  #mobile_nav_items .standard_categories {
    width: 100%;
    text-align: left;
    font-size: 14px;
    vertical-align: middle;
    padding: 0; }
    #mobile_nav_items .standard_categories > a {
      font-size: 22px;
      height: auto;
      padding: 5px; }
    #mobile_nav_items .standard_categories li {
      display: inline-block;
      padding: 5px 5px 10px 5px; }
    #mobile_nav_items .standard_categories li:first-of-type a {
      font-weight: 400; }
  #mobile_account_link {
    display: none; }
  /* ---------------- Breadcrumbs ------------------------------------- */
  /* ------------------------------------------------------------------ */
  .catalog-product-view #breadcrumbs {
    display: block;
    position: absolute;
    z-index: 6; }
  /* ---------------- Footer ------------------------------------------ */
  /* ------------------------------------------------------------------ */
  #footer_email_input input {
    width: 350px; }
  #footer_social_links li {
    margin: 0 15px 0 0; }
  .site_footer--catalog-modal {
    width: 60%;
    height: auto;
    top: 100px; }
    .site_footer--catalog-modal .webforms-fields-large {
      display: inline-block;
      width: 64%; }
    .site_footer--catalog-modal .webforms-fields-medium {
      display: inline-block;
      width: 49%; }
    .site_footer--catalog-modal .webforms-fields-small {
      display: inline-block;
      width: 34%; }
  /* ---------------- Feature Blocks ------------------------------------- */
  /* ------------------------------------------------------------------ */
  .center_breaker_inner h2 {
    font-size: 30px; }
  .feature_block .feature_block_text h3,
  .feature_block .feature_block_text .h3 {
    font-size: 18px;
    font-size: 1.125rem; }
  /* ---------------- Homepage ------------------------------------------ */
  /* ------------------------------------------------------------------ */
  .homepage_slide_text h2,
  .homepage_slide_text .h2 {
    font-size: 38px; }
  .homepage_slide_text p {
    font-size: 18px;
    display: block; }
  #publication_logos p {
    margin-bottom: 0px;
    font-size: 10px; }
  #publication_logos li {
    width: 25%; }
    #publication_logos li img {
      max-height: 30px; }
  #publication_logos li:last-of-type {
    display: inline-block; }
  .home_testimonials {
    display: block;
    margin-bottom: 35px;
    padding: 45px 0 55px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .home_testimonials .feature_header {
      margin-bottom: 25px; }
      .home_testimonials .feature_header h2,
      .home_testimonials .feature_header .h2 {
        text-align: center;
        font-family: "DINCondensed-Regular", "Source Sans Pro", sans-serif;
        margin-bottom: 0;
        font-size: 30px;
        font-size: 1.875rem; }
    .home_testimonials img {
      display: block;
      margin: 0 auto;
      margin-bottom: 35px; }
    .home_testimonials h3,
    .home_testimonials .h3 {
      color: #4d4d4d;
      text-transform: uppercase;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.2;
      margin-bottom: 10px;
      text-align: center;
      font-weight: 800; }
    .home_testimonials p {
      padding: 0 17%;
      text-align: center;
      font-size: 14px;
      font-size: 0.875rem; }
  /* ---------------- Homepage Feature Blocks ---------------------------- */
  /* ------------------------------------------------------------------ */
  #feature_block_ingredients .feature_block_text {
    padding: 25px 50px; }
  #feature_block_ingredients .feature_block_text_inner {
    max-width: 70%;
    margin: 0 auto; }
  #feature_block_features .feature_block_image {
    position: relative; }
  #feature_block_features .feature_block_text {
    padding: 25px 50px;
    max-width: 70%;
    margin: 0 auto; }
  #feature_block_insole .feature_block_text {
    padding: 25px 50px 20px 50px;
    max-width: 70%;
    margin: 0 auto; }
  #feature_block_inside .feature_block_text {
    padding: 25px 50px 0 50px;
    max-width: 70%;
    margin: 0 auto; }
  #feature_block_size .feature_block_text {
    padding: 25px 100px;
    max-width: 70%;
    max-width: 700px;
    margin: 0 auto; }
  .feature_block_text.home-wide-inline {
    max-width: 90% !important;
    margin: 0 auto; }
  .feature_block_text.home-wide-inline h3 {
    display: inline; }
  .feature_block_text.home-wide-inline p {
    display: inline; }
  #feature_block_resole .feature_block_text {
    padding: 25px 25px 0 25px;
    width: 70%;
    max-width: 850px;
    margin: 0 auto; }
  #feature_items_block a i {
    border: 3px solid transparent; }
  #feature_items_block .fi_heel {
    top: 31%;
    left: 22%; }
  #feature_items_block .fi_tongue {
    top: 5%;
    left: 53%; }
  #feature_items_block .fi_sole {
    top: 77%;
    left: 30%; }
  .feature_details_block .fd_item {
    position: absolute;
    width: 250px;
    padding: 15px;
    margin: 0;
    background: #e1e1e1;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
    .feature_details_block .fd_item:before {
      position: absolute;
      left: 13px;
      top: -13px;
      width: 0;
      height: 0;
      border-radius: 0;
      background: transparent;
      border-top: none;
      border-right: 10px solid transparent;
      border-bottom: 12px solid rgba(0, 0, 0, 0.2);
      border-left: 10px solid transparent; }
    .feature_details_block .fd_item:after {
      position: absolute;
      left: 15px;
      top: -10px;
      width: 0;
      height: 0;
      border-radius: 0;
      background: transparent;
      border-top: none;
      border-right: 8px solid transparent;
      border-bottom: 10px solid #e1e1e1;
      border-left: 8px solid transparent; }
  .feature_details_block #fd_toe:before {
    left: 163px;
    top: auto;
    bottom: -12px;
    border-top: 10px solid rgba(0, 0, 0, 0.1);
    border-right: 10px solid transparent;
    border-bottom: none;
    border-left: 10px solid transparent; }
  .feature_details_block #fd_toe:after {
    left: 165px;
    top: auto;
    bottom: -10px;
    border-top: 10px solid #e1e1e1;
    border-right: 8px solid transparent;
    border-bottom: none;
    border-left: 8px solid transparent; }
  .feature_details_block #fd_insole:before {
    left: 113px;
    top: auto;
    bottom: -12px;
    border-top: 10px solid rgba(0, 0, 0, 0.1);
    border-right: 10px solid transparent;
    border-bottom: none;
    border-left: 10px solid transparent; }
  .feature_details_block #fd_insole:after {
    left: 111px;
    top: auto;
    bottom: -10px;
    border-top: 10px solid #e1e1e1;
    border-right: 8px solid transparent;
    border-bottom: none;
    border-left: 8px solid transparent; }
  .feature_details_block #fd_tongue:before {
    left: 40px;
    top: -13px; }
  .feature_details_block #fd_tongue:after {
    left: 42px;
    top: -10px; }
  .feature_details_block #fd_sole:before {
    left: 109px;
    top: auto;
    bottom: -12px;
    border-top: 10px solid rgba(0, 0, 0, 0.1);
    border-right: 10px solid transparent;
    border-bottom: none;
    border-left: 10px solid transparent; }
  .feature_details_block #fd_sole:after {
    left: 111px;
    top: auto;
    bottom: -10px;
    border-top: 10px solid #e1e1e1;
    border-right: 8px solid transparent;
    border-bottom: none;
    border-left: 8px solid transparent; }
  .feature_details_block #fd_shank:before {
    left: 32px;
    top: auto;
    bottom: -12px;
    border-top: 10px solid rgba(0, 0, 0, 0.1);
    border-right: 10px solid transparent;
    border-bottom: none;
    border-left: 10px solid transparent; }
  .feature_details_block #fd_shank:after {
    left: 35px;
    top: auto;
    bottom: -10px;
    border-top: 10px solid #e1e1e1;
    border-right: 8px solid transparent;
    border-bottom: none;
    border-left: 8px solid transparent; }
  /* ---------------- Category Landing -------------------------------- */
  /* ------------------------------------------------------------------ */
  #category_items_block li {
    display: inline-block;
    width: 50%;
    padding: 0 10px; }
  /* ---------------- Product Listing --------------------------------- */
  /* ------------------------------------------------------------------ */
  #product_filter_group_block {
    max-width: 500px;
    margin: 30px auto 10px auto; }
  #reset_filters {
    right: -5; }
  #filters_container {
    background: rgba(0, 0, 0, 0.05);
    padding: 15px; }
  .filter_item_block {
    position: relative;
    display: inline-block;
    width: calc(50% - 5px);
    margin: 0;
    border: none;
    background: #ffffff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    overflow: hidden; }
    .filter_item_block select {
      border: none; }
    .filter_item_block:first-of-type {
      margin-right: 10px; }
  .filter_list_items {
    position: absolute;
    z-index: 100;
    width: 100%;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }
  .product_list_header_row {
    margin: 20px auto;
    max-width: 500px; }
    .product_list_header_row h2 {
      font-size: 22px; }
    .product_list_header_row span {
      font-size: 14px;
      padding: 5px 10px; }
    .product_list_header_row strong {
      font-size: 10px;
      padding: 5px 10px; }
  /* ---------------- Product Detail ---------------------------- */
  /* ------------------------------------------------------------------ */
  #prod_main_image_inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  #prod_main_image {
    padding-top: 0;
    height: 605px; }
  #prod_content_upper_container {
    padding-top: 75px; }
  #shipping_callout {
    text-align: center; }
  .prod_slider_left {
    left: 10px; }
  .prod_slider_right {
    right: 5px; }
  .prod_slider_nav {
    display: block !important;
    top: 50%;
    transform: translateY(-50%); }
  #prod_slider_pages {
    margin-bottom: 20px; }
    #prod_slider_pages .slick-dots li {
      margin-left: 2px;
      margin-right: 2px; }
      #prod_slider_pages .slick-dots li a {
        width: 10px;
        height: 10px; }
  #prod_title_group h1 {
    font-size: 16px; }
  #size_guide.active > a {
    color: #256CCC;
    font-size: 28px;
    padding: 10px 50px;
    margin-bottom: 10px; }
  #size_guide_more_info p {
    font-size: 16px; }
  #size_conversion_chart {
    display: block; }
  #out_of_stock_callout {
    padding: 0; }
    #out_of_stock_callout label {
      font-size: 14px;
      padding-bottom: 5px; }
    #out_of_stock_callout input {
      font-size: 14px; }
  #lifestyle_images {
    margin-bottom: 30px; }
  #review_callouts_inner {
    padding: 0 100px; }
  .reviews-wrapper .button-load-reviews {
    margin: 0 20px 20px 0; }
  .reviews-wrapper .top-review {
    width: 75%; }
  .pre-order-hide .pre-order-modal, .shipping-modal-container .shipping-modal {
    width: 50%;
    padding: 50px;
    top: 90px; }
  .shipping-modal-container .shipping-modal {
    top: 250px; }
  /* ---------------- Cart Preview ------------------------------------ */
  /* ------------------------------------------------------------------ */
  #cart_preview {
    padding: 50px; }
    #cart_preview h5 {
      font-size: 18px;
      padding: 15px; }
  #cart_preview_item {
    padding: 20px; }
  #cart_preview_image {
    width: 170px; }
  #cart_preview_qty {
    width: 150px; }
    #cart_preview_qty label {
      margin-bottom: 10px; }
  #cp_qty_select span {
    display: inline-block;
    font-size: 14px;
    width: calc(100% - 80px);
    text-align: left;
    padding: 10px 0 10px 10px; }
  #cp_qty_select i {
    display: inline-block;
    font-size: 12px;
    width: 27px;
    text-align: center;
    padding: 10px 0; }
  #cart_preview_actions {
    display: inline-block;
    width: calc(100% - 330px);
    vertical-align: middle;
    margin: 0;
    text-align: right; }
    #cart_preview_actions a {
      display: inline-block;
      font-size: 16px;
      width: 90%; }
  #cart_preview_crossell h6 {
    font-size: 30px;
    padding: 15px 0; }
  /* ---------------- Shopping Cart ------------------------------------ */
  /* ------------------------------------------------------------------ */
  #cart_layout_block_1 {
    display: inline-block;
    width: 60%;
    vertical-align: top;
    padding-right: 20px; }
  #cart_layout_block_2 {
    display: inline-block;
    width: 40%;
    vertical-align: top;
    padding-right: 15px;
    overflow: hidden; }
  .ci_image {
    width: 130px;
    padding-right: 20px; }
  .ci_title_group {
    width: calc(100% - 130px); }
    .ci_title_group h3 {
      font-size: 16px;
      margin-bottom: 10px; }
    .ci_title_group li {
      font-size: 13px; }
    .ci_title_group li span {
      display: inline; }
  .ci_price {
    font-size: 16px; }
  .ci_qty {
    margin: 0 0 5px 120px; }
    .ci_qty > span {
      font-size: 13px; }
  .ci_remove i {
    font-size: 16px; }
  #cart_security_icons li {
    padding: 0 5px;
    font-size: 38px; }
  #cart_summary {
    background: transparent; }
  #cart_price_summary {
    background: #f5f5f5; }
  #cart_checkout {
    padding: 0;
    margin-top: 0px;
    margin-top: 0;
    background-color: #f5f5f5;
    overflow: hidden;
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px; }
    #cart_checkout ul.checkout-types {
      text-align: center; }
      #cart_checkout ul.checkout-types .bolt-checkout-button.with-cards.btn-proceed-checkout-bolt-css-suffix {
        float: none !important;
        max-width: 100%; }
  /* ---------------- Checkout ------------------------------------ */
  /* ------------------------------------------------------------------ */
  #checkout_footer_inner {
    padding: 0 20px;
    width: 60%; }
    #checkout_footer_inner ul {
      padding: 10px 0; }
  /* ---------------- Checkout Breadcrumbs ------------------------------------ */
  /* ------------------------------------------------------------------ */
  #checkout_breadcrumbs {
    display: block;
    color: #808080; }
  /* ------ Checkout Summary ---- */
  #checkout_summary_details_container {
    display: block !important;
    border: none; }
  #checkout_summary_header {
    display: none; }
  #checkout_summary_prices li {
    padding: 0 0 5px; }
  /* ------ Checkout Page Content ---- */
  #mobile_coupon_code {
    display: none; }
  #cvv_info {
    width: 275px; }
  #mobile_review_total {
    display: none; }
  #checkout_error_msg {
    width: 500px; }
  /* ---------------- Thank You Page -------------------------------- */
  /* ------------------------------------------------------------------ */
  #order_thank_you_content h1 {
    font-size: 36px; }
  #account_activate_input input {
    display: inline-block;
    width: 200px;
    vertical-align: middle;
    margin: 0 5px 0 0; }
  #account_activate_input button {
    display: inline-block;
    width: 100px;
    vertical-align: middle;
    margin: 0; }
  /* ---------------- Customer ---------------------------- */
  /* ------------------------------------------------------------------ */
  #customer_account_choice li {
    display: inline-block;
    width: 48%;
    vertical-align: top; }
  #customer_account_choice li:first-of-type {
    margin-right: 2%; }
  .customer_account_choice_content {
    min-height: 280px; }
    .customer_account_choice_content p {
      min-height: 120px; }
  .customer_account_block {
    padding: 25px 35px; }
    .customer_account_block h2 {
      font-size: 24px;
      margin-bottom: 20px; }
  .customer_details_block {
    display: inline-block;
    width: 50%;
    padding-right: 20px; }
    .customer_details_block.full_width {
      width: 100%; }
  #customer_add_new_address a {
    width: auto; }
  #customer_orders_header > ul {
    padding: 15px 10px; }
  #customer_orders_header > ul > li {
    font-size: 14px; }
  .customer_orders_item > ul {
    padding: 15px 10px; }
  .customer_orders_item > ul > li {
    font-size: 14px; }
  .customer_orders_details {
    border-width: 3px;
    padding: 25px; }
  .customer_orders_item i {
    margin-right: 10px;
    font-size: 14px; }
  .customer_order_items_group {
    text-align: left; }
    .customer_order_items_group .item_1 {
      width: 35%;
      text-align: left; }
    .customer_order_items_group .item_2, .customer_order_items_group .item_3 {
      display: inline-block; }
    .customer_order_items_group .item_2 {
      width: 25%; }
    .customer_order_items_group .item_3 {
      width: 15%; }
    .customer_order_items_group .item_4 {
      width: 10%; }
    .customer_order_items_group .item_5 {
      width: 15%;
      text-align: right; }
    .customer_order_items_group .item-options {
      display: flex;
      flex-flow: row wrap;
      margin-left: 10px; }
      .customer_order_items_group .item-options dt {
        font-weight: normal;
        display: block;
        flex: 0 0 auto;
        width: 55px; }
      .customer_order_items_group .item-options dd {
        flex: 0 0 auto;
        width: calc(100% - 65px); }
  .customer_order_items_header ul {
    padding: 10px; }
  .customer_order_items_header li {
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    width: calc(100% / 5); }
  .customer_order_item_block span {
    display: inline; }
  .customer_order_item_block > ul {
    padding: 10px; }
  .customer_order_item_block > ul > li {
    text-align: left;
    font-size: 13px; }
  #customer_order_items_summary label {
    width: calc(100% - 100px);
    text-align: right; }
  #customer_order_items_summary span {
    width: 100px; }
  /* ---------------- Locations --------------------------------- */
  /* ------------------------------------------------------------------ */
  #locations_map {
    display: block;
    height: 400px; }
  #locations_items_container li {
    display: inline-block;
    width: 49.5%;
    margin-bottom: 10px; }
    #locations_items_container li:nth-child(odd) {
      margin-right: 1%; }
  /* ---------------- Blog ---------------------------- */
  /* ------------------------------------------------------------------ */
  .blog_layout #footer_social_links {
    background-color: blue; }
    .blog_layout #footer_social_links li {
      margin-right: 0;
      margin-top: 15px; }
  #feature_block_blog {
    margin-bottom: 50px; }
    #feature_block_blog .feature_block_text {
      padding: 25px 50px; }
    #feature_block_blog .feature_block_text_inner {
      max-width: 70%;
      margin: 0 auto; }
    #feature_block_blog .feature_block_image {
      background-size: cover;
      display: block;
      width: 100%; } }

/* end media query */
@media (min-width: 40em) {
  /* ---------------- Header ------------------------------------------ */
  /* ------------------------------------------------------------------ */
  #user_nav #support_link {
    display: inline-block; }
  /* ---------------- Mobile Nav ------------------------------------------ */
  /* ------------------------------------------------------------------ */
  #mobile_nav_items > li > a {
    font-size: 20px; }
  #mobile_nav_items .standard_categories span {
    display: inline-block;
    width: 125px; }
  #mobile_nav_items .menu_cat_links {
    display: inline-block; }
  #mobile_account_link {
    display: none; }
  /* ---------------- Breadcrumbs ------------------------------------- */
  /* ------------------------------------------------------------------ */
  #breadcrumbs ul {
    text-align: left; }
  /* ---------------- Feature Blocks ------------------------------------- */
  /* ------------------------------------------------------------------ */
  .center_breaker {
    padding-top: 45px; }
  .center_breaker_inner h2 {
    font-size: 34px; }
    .center_breaker_inner h2 span {
      top: -15px; }
  .feature_block .feature_block_text {
    font-size: 18px; }
  /* ---------------- Homepage ------------------------------------------ */
  /* ------------------------------------------------------------------ */
  .full_width_slideshow {
    padding-top: 40%; }
  .homepage_slide_item {
    padding-top: 40%; }
  .homepage_slide_text {
    right: 5%;
    width: auto;
    max-width: 700px;
    padding: 0; }
    .homepage_slide_text h2 {
      font-size: 42px;
      color: #4d4d4d; }
    .homepage_slide_text p {
      color: #4d4d4d;
      font-size: 16px; }
    .homepage_slide_text span {
      display: block; }
    .homepage_slide_text a {
      background: rgba(0, 0, 0, 0.4);
      color: #ffffff;
      border: none; }
  #publication_logos li {
    padding: 6% 15px 0 15px; }
    #publication_logos li img {
      max-height: 40px; }
  .home_icons {
    padding-bottom: 25px; }
    .home_icons .home_icon {
      margin-bottom: 0; }
  /* ---------------- Homepage Feature Blocks --------------------------------- */
  /* ------------------------------------------------------------------ */
  #feature_block_ingredients {
    overflow: hidden;
    position: relative;
    font-size: 0;
    background: #e3e3e3; }
    #feature_block_ingredients .feature_block_text {
      position: absolute;
      top: 55%;
      left: 60%;
      background: transparent;
      display: block;
      width: 40%;
      max-width: 350px;
      padding: 0;
      text-align: left; }
    #feature_block_ingredients .feature_block_text_inner {
      position: relative;
      top: -100px;
      max-width: none;
      margin: 0; }
    #feature_block_ingredients .feature_block_image {
      padding-top: 39%;
      background: url("https://d3l76xhvhe410f.cloudfront.net/skin/frontend/sam/default/images/feature_boxes/feature_ingredients.1567628560.jpg") no-repeat top center;
      background-size: cover;
      display: block;
      width: 60%;
      float: left; }
  #feature_block_features .feature_block_text {
    padding: 50px 50px 10px 50px; }
  #feature_block_inside .feature_block_text {
    padding: 50px 50px 0 50px; }
  #feature_block_size .feature_block_text {
    padding: 50px 50px; }
  #feature_block_resole .feature_block_text {
    padding: 50px 50px 10px 50px; }
  #feature_block_resole .feature_block_image {
    padding-top: 40%; }
  #feature_items_block a i {
    border-color: #FFA300; }
  #feature_items_block .fi_heel {
    top: 31%;
    left: 22%; }
  #feature_items_block .fi_tongue {
    top: 5%;
    left: 52%; }
  #feature_items_block .fi_sole {
    top: 77%;
    left: 30%; }
  .feature_block_images {
    margin-bottom: 25px; }
    .feature_block_images .less_padding {
      padding: 3px; }
    .feature_block_images .feature_image_container {
      position: relative;
      background-color: #fbfbfb;
      width: 100%;
      height: 200px; }
    .feature_block_images img {
      max-width: 150px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      /* IE 9 */
      -webkit-transform: translate(-50%, -50%);
      /* Chrome, Safari, Opera */
      transform: translate(-50%, -50%); }
    .feature_block_images .new-york-times-logo img {
      max-width: 175px; }
  /* ---------------- Product Detail -- ------------------------------- */
  /* ------------------------------------------------------------------ */
  .prod_option--line {
    display: inline-block;
    height: 100px;
    width: 1px;
    margin-top: 15px;
    background-color: #c2c2c2; }
    .prod_option--line--first {
      float: left; }
  #prod_content_upper_container {
    padding: 0;
    margin-bottom: 20px;
    top: -62px; }
  .color_name {
    margin: 0;
    position: absolute;
    font-size: 15px;
    bottom: 50px;
    width: 100%;
    color: #000000;
    text-align: center;
    z-index: 10; }
  #prod_slider_pages {
    margin: 0;
    position: absolute;
    text-align: center;
    bottom: 20px;
    z-index: 10;
    width: 100%; }
    #prod_slider_pages .slick-dots {
      text-align: right; }
      #prod_slider_pages .slick-dots li {
        display: inline-block;
        margin-left: 1px;
        margin-right: 6px;
        position: relative; }
        #prod_slider_pages .slick-dots li:last-of-type {
          margin-right: 0; }
        #prod_slider_pages .slick-dots li a {
          display: block;
          text-indent: 0;
          overflow: hidden;
          width: 10px;
          height: 10px;
          border-radius: 50%;
          background: #efefef;
          border: 1px solid #0a0a0a; }
          #prod_slider_pages .slick-dots li a img {
            display: inline; }
        #prod_slider_pages .slick-dots li.slick-active a {
          background: #000000; }
        #prod_slider_pages .slick-dots li .dot-tooltip__content {
          visibility: hidden;
          width: 75px;
          height: 75px;
          bottom: 200%;
          left: 50%;
          margin-left: -38px;
          position: absolute;
          z-index: 1;
          background: #fefefe;
          border: 1px solid #ababab; }
          #prod_slider_pages .slick-dots li .dot-tooltip__content:after, #prod_slider_pages .slick-dots li .dot-tooltip__content:before {
            top: 100%;
            left: 50%;
            border: solid transparent;
            content: ' ';
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          #prod_slider_pages .slick-dots li .dot-tooltip__content:after {
            border-color: rgba(105, 106, 109, 0);
            border-top-color: #ffffff;
            border-width: 9px;
            margin-left: -9px; }
          #prod_slider_pages .slick-dots li .dot-tooltip__content:before {
            border-color: rgba(105, 106, 109, 0);
            border-top-color: #0a0a0a;
            border-width: 10px;
            margin-left: -10px; }
          #prod_slider_pages .slick-dots li .dot-tooltip__content img {
            position: relative;
            top: 10px; }
        #prod_slider_pages .slick-dots li:hover .dot-tooltip__content {
          visibility: visible; }
  #prod_title_group h1 {
    margin: 0; }
  #prod_price_review_block {
    background: #ffffff;
    text-align: left; }
  #prod_review_summary {
    width: calc(100% - 80px);
    display: inline-block;
    padding: 10px 0;
    text-align: right; }
    #prod_review_summary i {
      font-size: 20px; }
  #prod_details_lower {
    border-radius: 0 0 6px 6px; }
  #color_size_container {
    padding: 0;
    text-transform: none;
    display: inline-block; }
  .color_option_name {
    display: inline-block; }
  #size_close {
    display: inline-block;
    margin: 0;
    width: 50%;
    text-align: right; }
    #size_close span {
      display: none; }
    #size_close a {
      border-radius: 0;
      font-size: 12px;
      padding: 5px 8px;
      border-radius: 10px; }
  .product-overview {
    width: 24%; }
  .product-view .product-options-bottom {
    padding: 0;
    min-width: 100%; }
  .prod_option_select {
    position: relative;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3); }
  .prod_option_items {
    position: absolute;
    z-index: 99;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }
  #out_of_stock_callout p {
    padding: 0 5px; }
  #out_of_stock_callout label {
    font-size: 14px;
    padding-bottom: 5px; }
  #out_of_stock_callout input {
    font-size: 14px; }
  .lifestyle_nav_arrow {
    display: block; }
    .lifestyle_nav_arrow a:hover {
      background: rgba(0, 0, 0, 0.5);
      color: #ffffff; }
  /* ---------------- Cart Preview ------------------------------------ */
  /* ------------------------------------------------------------------ */
  #cart_preview_qty {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    text-align: left; }
    #cart_preview_qty label {
      display: inline-block;
      vertical-align: middle;
      width: 40px;
      text-align: left;
      margin: 0; }
  #cp_qty_select {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 40px); }
  #cart_preview_actions {
    width: calc(100% - 370px); }
    #cart_preview_actions a {
      display: inline-block;
      font-size: 16px;
      width: auto;
      padding: 15px 25px; }
    #cart_preview_actions a:first-of-type {
      margin: 0 5px 0 0; }
  /* ---------------- Shopping Cart ------------------------------------ */
  /* ------------------------------------------------------------------ */
  #cart_content_container hr.decorative_break_2 {
    display: none; }
  #cart_layout_block_1 {
    width: 70%;
    padding-right: 30px;
    padding-bottom: 50px; }
  #cart_layout_block_2 {
    width: 30%; }
  #cart_items_header_row {
    display: block; }
  .cart_item_block {
    padding: 20px 10px;
    margin: 0; }
  .ci_image_title_group {
    width: 50%; }
  .ci_image {
    width: 150px;
    padding-right: 20px; }
  .ci_title_group {
    width: calc(100% - 150px); }
  .ci_price {
    width: 20%;
    font-size: 16px;
    text-align: center; }
  .ci_qty {
    width: 20%;
    margin: 0;
    text-align: center; }
    .ci_qty i {
      font-size: 11px; }
  .ci_remove {
    top: calc(50% - 15px); }
  #cart_security_icons {
    padding: 15px 0 15px 0; }
  /* ---------------- Checkout ------------------------------------ */
  /* ------------------------------------------------------------------ */
  #checkout_footer_inner {
    width: 100%; }
  .buttons-set {
    overflow: hidden; }
  /* ---------------- Locations --------------------------------- */
  /* ------------------------------------------------------------------ */
  #location_results_container {
    padding-bottom: 50px; }
  #locations_search_inner input {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 17px 10px;
    vertical-align: middle; }
  #locations_search_inner button {
    width: 250px;
    display: inline-block;
    vertical-align: middle; }
  #locations_map {
    width: calc(100% - 350px);
    height: 600px;
    float: right;
    position: relative;
    padding-left: 15px; }
  #locations_map_inner {
    padding: 0 15px 0 0; }
  #locations_items_container {
    width: 350px;
    float: left;
    position: relative; }
    #locations_items_container ul {
      padding: 0;
      margin: 0 1px 0 14px;
      height: 600px;
      overflow-y: scroll; }
    #locations_items_container li {
      display: block;
      width: 98%;
      margin-bottom: 5px; }
  /* ---------------- Support --------------------------------- */
  /* ------------------------------------------------------------------ */
  #support hr {
    display: block; }
  #support_content_inner {
    height: 100%;
    overflow: scroll; }
  #support_topics {
    display: inline-block;
    width: 300px;
    background: transparent; }
    #support_topics ul {
      border: none; }
    #support_topics li {
      border-color: rgba(0, 0, 0, 0.1); }
    #support_topics li:last-of-type {
      border: none; }
  #support_content {
    display: inline-block;
    width: calc(100% - 300px);
    padding: 0 0 0 30px; }
  /* ---------------- Blog --------------------------------- */
  /* ------------------------------------------------------------------ */
  #feature_block_blog {
    overflow: hidden;
    position: relative; }
    #feature_block_blog .feature_block_text {
      position: absolute;
      top: 55%;
      right: 20%;
      background: transparent;
      display: block;
      width: 40%;
      max-width: 280px;
      padding: 0;
      text-align: left; }
    #feature_block_blog .feature_block_text_inner {
      position: relative;
      max-width: none;
      margin: 0; }
    #feature_block_blog .feature_block_image {
      display: block;
      max-height: 500px; }
      #feature_block_blog .feature_block_image img {
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden; } }

/* end media query */
@media (min-width: 64em) {
  /* ---------------- Global ------------------------------------------ */
  /* ------------------------------------------------------------------ */
  .category_desc {
    margin-bottom: 20px; }
  hr.decorative_break {
    margin-bottom: 20px; }
  .category_banner li {
    width: 25%; }
  .category_banner li:nth-child(n+4) {
    display: inline-block; }
  /* ---------------- Header ------------------------------------------ */
  /* ------------------------------------------------------------------ */
  #logo_container {
    padding: 27px 0 15px 0;
    vertical-align: middle; }
    #logo_container.no_search {
      width: 320px; }
    #logo_container p {
      display: block; }
  #logo {
    width: 100%; }
  #header_right {
    width: calc(100% - 400px);
    padding: 0 0; }
  #user_nav {
    display: inline-block;
    vertical-align: middle; }
    #user_nav li.link {
      display: inline-block; }
    #user_nav li.link a:hover {
      color: #cccccc; }
    #user_nav a:hover {
      color: #cccccc; }
  #header_right {
    position: static; }
  /* ---------------- Main Nav ------------------------------------------ */
  /* ------------------------------------------------------------------ */
  #main_nav {
    display: block;
    text-align: center; }
  /* ---------------- Mobile Nav ------------------------------------------ */
  /* ------------------------------------------------------------------ */
  #mobile_nav {
    display: none !important; }
  /* ---------------- Homepage --------------------------------------- */
  /* ------------------------------------------------------------------ */
  .full_width_slide_arrow {
    display: block; }
    .full_width_slide_arrow:hover {
      background: rgba(0, 0, 0, 0.3);
      color: #ffffff; }
  .homepage_slide_text {
    right: 8%; }
    .homepage_slide_text h2 {
      font-size: 48px;
      color: #4d4d4d; }
    .homepage_slide_text p {
      font-size: 18px; }
  /* ---------------- Homepage Feature Blocks ------------------------- */
  /* ------------------------------------------------------------------ */
  #feature_block_insole {
    overflow: hidden;
    position: relative; }
    #feature_block_insole .feature_block_text {
      position: absolute;
      top: 10%;
      left: 60%;
      width: 30%;
      padding: 0;
      text-align: left;
      max-width: 400px; }
    #feature_block_insole .feature_block_image {
      width: 100%;
      margin-top: 100px; }
  #feature_block_inside {
    overflow: hidden;
    position: relative; }
    #feature_block_inside .feature_block_text {
      position: absolute;
      top: 15%;
      left: 100px;
      width: 30%;
      padding: 0;
      text-align: left;
      max-width: 400px; }
      #feature_block_inside .feature_block_text p {
        width: 95%; }
  #feature_block_features {
    overflow: hidden;
    position: relative; }
    #feature_block_features .feature_block_text {
      position: absolute;
      top: 41%;
      left: 100px;
      background: transparent;
      display: block;
      width: 40%;
      max-width: 400px;
      padding: 0;
      text-align: left; }
    #feature_block_features .feature_block_image {
      width: 50%;
      float: right;
      padding-top: 50px; }
    #feature_block_features .feature_block_image_inner {
      padding-top: 73%; }
  #feature_items_block a {
    padding: 10px; }
    #feature_items_block a i {
      padding: 8px 9px;
      font-size: 14px;
      border: 3px solid #FFA300; }
  #feature_items_block .fi_heel {
    top: 31%;
    left: 18%; }
  #feature_items_block .fi_tongue {
    top: 3%;
    left: 45%; }
  #feature_items_block .fi_sole {
    top: 70%;
    left: 20%; }
  #feature_items_block .fi_shank {
    top: 63%;
    left: 45%; }
  /* ---------------- Product Listing ------------------------------------------ */
  /* ------------------------------------------------------------------ */
  #filters_container {
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.05); }
  #reset_filters {
    cursor: pointer; }
  .product_list_header_row h2 {
    font-size: 26px; }
  .product_list_header_row span {
    font-size: 16px; }
  /* ---------------- Product Detail -- ------------------------------- */
  /* ------------------------------------------------------------------ */
  #size_close span {
    display: inline; }
  .prod_option_select {
    cursor: pointer; }
  .prod_option_items {
    cursor: pointer; }
  .product-overview--width {
    float: left;
    padding-right: 30px;
    min-width: 18%; }
  #size_guide {
    margin-bottom: 5px; }
    #size_guide a {
      padding: 10px; }
  #out_of_stock_callout button:hover {
    background: #FFA300; }
  #social_share {
    display: block; }
  #prod_overview {
    padding: 0 30px; }
  .product-overview {
    width: 24%; }
  .prod_option_select {
    position: relative;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3); }
  .prod_option_items {
    position: absolute;
    z-index: 99;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }
  #prod_higlights {
    vertical-align: top; }
  #prod_description {
    vertical-align: top; }
    #prod_description p {
      font-weight: 300; }
  /* ---------------- Cart Preview ------------------------------------ */
  /* ------------------------------------------------------------------ */
  #cart_preview_item_inner {
    padding: 20px; }
  #cart_preview_actions a:first-of-type:hover {
    background: #FFA300;
    color: #ffffff; }
  #cart_preview_actions a:nth-of-type(2):hover {
    background: #FFA300; }
  /* ---------------- Shopping Cart ------------------------------------ */
  /* ------------------------------------------------------------------ */
  #cart_price_summary {
    padding: 15px 25px 5px; }
    #cart_price_summary .cart-newsletter {
      text-align: center;
      margin-top: 10px;
      margin-bottom: 5px; }
      #cart_price_summary .cart-newsletter .checkbox {
        float: none; }
  /* ---------------- Customer ---------------------------- */
  /* ------------------------------------------------------------------ */
  .customer_orders_item > ul:hover {
    background: #256CCC;
    color: #ffffff;
    cursor: pointer; }
  /* ---------------- Static Content Pages ------------------------------------------ */
  /* ------------------------------------------------------------------ */
  .static_title_block {
    margin: 40px auto 35px auto; }
    .static_title_block .static_title_block h1 {
      font-size: 32px; } }

/* end media query */
@media (min-width: 100em) {
  /* ---------------- Global ------------------------------------------ */
  /* ------------------------------------------------------------------ */
  .category_banner {
    padding-top: 20px; }
  /* ---------------- Header ------------------------------------------ */
  /* ------------------------------------------------------------------ */
  #logo_container {
    margin-left: 0; }
  #header_right {
    width: calc(100% - 280px);
    padding: 0; }
  /* ---------------- Main Nav ------------------------------------------ */
  /* ------------------------------------------------------------------ */
  #main_nav_items .standard_categories > ul > li {
    padding: 0 10px;
    max-width: none; }
  #main_nav_items .standard_categories span {
    display: inline-block;
    width: 60%;
    height: 100%;
    max-width: none;
    vertical-align: top;
    overflow: hidden;
    padding-right: 15px; }
  #main_nav_items .standard_categories .callout_categories-inner ul {
    margin: 0 50px; }
  #main_nav_items .small-dropdown .callout_categories-inner ul {
    margin: 0; }
  #main_nav_items .menu_cat_links {
    display: inline-block;
    width: 55%;
    vertical-align: top;
    padding: 0 0 0 5px; }
  /* ---------------- Product ------------------------------------------ */
  /* ------------------------------------------------------------------ */ }

/* end media query */
#address-verification-results .clear {
  clear: both; }

.iwdav_modal {
  margin: 0 auto;
  border: 1px solid #CECECE; }
  .iwdav_modal__inner {
    background: #F2F2F2; }
  .iwdav_modal .iwd-verification-title {
    text-align: center; }
    .iwdav_modal .iwd-verification-title .iwd-head {
      text-transform: uppercase;
      color: #333333;
      font-size: 24px;
      font-size: 1.5rem;
      font-family: "DINCondensed-Bold", "Source Sans Pro", sans-serif;
      padding: 16px 0 10px;
      background: #F2F2F2; }
  .iwdav_modal .iwd_container {
    padding: 15px 20px 0px;
    max-height: 350px;
    overflow: auto;
    background: #fefefe;
    font-size: 16px;
    font-size: 1rem; }
    .iwdav_modal .iwd_container .va_label {
      margin: 0 0 10px;
      font-weight: 600; }
    .iwdav_modal .iwd_container .va_choices {
      margin: 0 0 15px; }
      .iwdav_modal .iwd_container .va_choices .va_choice_row {
        display: flex;
        align-items: center; }
        .iwdav_modal .iwd_container .va_choices .va_choice_row .va_choice {
          margin: 0 10px 0 0;
          cursor: pointer; }
        .iwdav_modal .iwd_container .va_choices .va_choice_row .va_info {
          font-size: 16px;
          font-size: 1rem;
          cursor: pointer; }
  .iwdav_modal .iwd-buttons-set {
    padding: 10px 20px 15px 20px;
    text-align: center;
    background: #fefefe; }
    .iwdav_modal .iwd-buttons-set .iwd-button {
      background: #256CCC;
      color: #fefefe;
      text-transform: uppercase;
      padding: 15px 40px;
      letter-spacing: 1px;
      display: inline-block;
      font-weight: 600;
      cursor: pointer; }

.av-mobile-device .iwdav_modal .iwd_container {
  max-height: auto;
  overflow: none; }

.av-mobile-device .iwd_modal_container {
  position: relative;
  top: 0; }

.iwd_modal_container {
  left: 0;
  margin: 0 auto;
  position: fixed;
  top: 150px;
  width: 98%;
  z-index: 10000; }

.iwdPopupOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  z-index: 9998;
  background-color: black;
  filter: alpha(opacity=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3; }

.iwdav_modal {
  width: 100%;
  max-width: 300px; }

@media (min-width: 360px) {
  .iwdav_modal {
    width: 95%;
    max-width: 320px; } }

@media (min-width: 400px) {
  .iwdav_modal {
    max-width: 360px; } }

@media (min-width: 480px) {
  .iwdav_modal {
    width: 400px;
    max-width: 400px; } }

/*# sourceMappingURL=stylesheets/maps/application.css.map */



/* FILE: magnifier.css */
.magnifier-thumb-wrapper {
    position: relative;
    display: block;
    top: 0;
    left: 0
}

.magnifier-lens {
    position: absolute;
    border: solid 1px #ccc;
    z-index: 1000;
    top: 0;
    left: 0;
    overflow: hidden
}

.magnifier-loader {
    position: absolute;
    top: 0;
    left: 0;
    border: solid 1px #ccc;
    color: #fff;
    text-align: center;
    background: transparent;
    background: rgba(50, 50, 50, 0.5);
    z-index: 1000;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F323232,endColorstr=#7F323232)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F323232,endColorstr=#7F323232)
}

.magnifier-loader-text {
    font: 13px Arial;
    margin-top: 10px
}

.magnifier-large {
    position: absolute;
    z-index: 100;
    /*added this*/
    background: #f5f5f5;
    max-width: none; 
    opacity: 1;
    visibility: visible;
    transition: opacity .1s ease-in;
}

.magnifier-preview {
    padding: 0;
    width: 100%;
    height: 150px;
    position: relative;
    overflow: hidden
}

.magnifier-preview img {
    position: absolute;
    top: 0;
    left: 0;
}

.opaque {
    opacity: .5;
    filter: alpha(opacity=50);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50)
}

.hidden {
    opacity: 0;
    visibility: hidden;
}


/* FILE: category.css */
div.block-related-category .aw-arp-block-content {
    padding: 5px 0 0 5px;
    overflow: hidden;
    clear: both;
}

div.block-related-category .aw-arp-item {
    text-align: center;
    width: 100px;
    min-height: 100px;
    display: -moz-inline-stack;
    display: inline-block !important;
    vertical-align: top;
    zoom: 1;
    _height: 250px;
    margin: 5px 5px 20px;
}

div.block-related-category .aw-arp-item img {
    border: 1px solid #A9A9A9;
    width: 75px;
    margin-bottom: 10px;
}

div.block-related-category .aw-arp-block-content .aw-arp-addtocart>p {
    margin-bottom: 5px;
}

div.block-related-category .footer .aw-arp-block-content li {
    display: inline-block !important;
}

div.block-related-category .footer .aw-arp-block-content a {
    color: #1E7EC8;
}


/* FILE: productquestion.css */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.productquestion-question-form,
.productquestion-answer-form,
.productquestion-comment-form {
  *zoom: 1;
  min-width: 600px;
}
.productquestion-question-form:before,
.productquestion-answer-form:before,
.productquestion-comment-form:before,
.productquestion-question-form:after,
.productquestion-answer-form:after,
.productquestion-comment-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.productquestion-question-form:after,
.productquestion-answer-form:after,
.productquestion-comment-form:after {
  clear: both;
}
.productquestion-question-form .question-box textarea,
.productquestion-answer-form .question-box textarea,
.productquestion-comment-form .question-box textarea {
  min-width: 500px;
}
.productquestion-question-form .question-box .help-text,
.productquestion-answer-form .question-box .help-text,
.productquestion-comment-form .question-box .help-text {
  font-size: 11px;
  font-style: italic;
  color: #aaa;
  padding: 5px 0px;
}
.productquestion-question-form .answer-box textarea,
.productquestion-answer-form .answer-box textarea,
.productquestion-comment-form .answer-box textarea {
  min-width: 100%;
}
.productquestion-question-form .comment-box textarea,
.productquestion-answer-form .comment-box textarea,
.productquestion-comment-form .comment-box textarea {
  min-width: 100%;
}
.productquestion-question-form .customer-box,
.productquestion-answer-form .customer-box,
.productquestion-comment-form .customer-box {
  display: none;
}
.productquestion-question-form .customer-box .column,
.productquestion-answer-form .customer-box .column,
.productquestion-comment-form .customer-box .column {
  float: left;
  margin-right: 10px;
}
.productquestion-question-form .customer-box .column .input-text,
.productquestion-answer-form .customer-box .column .input-text,
.productquestion-comment-form .customer-box .column .input-text {
  padding: 5px;
  width: 245px;
}
.productquestion-question-form .customer-box .is-private,
.productquestion-answer-form .customer-box .is-private,
.productquestion-comment-form .customer-box .is-private {
  margin-top: 5px;
  margin-left: 255px;
}
.productquestion-answer-form .button,
.productquestion-comment-form .button {
  float: right;
}
.productquestion-answer-form .customer-box,
.productquestion-comment-form .customer-box {
  float: left;
  margin-top: -2px;
  margin-bottom: 0px !important;
}
.productquestion-comment-form .customer-box {
  display: block;
}
.productquestion-item {
  margin-bottom: 20px;
}
.productquestion-item .question {
  *zoom: 1;
}
.productquestion-item .question:before,
.productquestion-item .question:after {
  display: table;
  content: "";
  line-height: 0;
}
.productquestion-item .question:after {
  clear: both;
}
.productquestion-item .question .rating-column {
  float: left;
  border-right: 1px solid #ddd;
  text-align: center;
}
.productquestion-item .question .rating-column a {
  padding: 0px 20px;
  display: inline-block;
  text-align: center;
  color: #999;
  text-decoration: none;
  font-size: 18px;
}
.productquestion-item .question .rating-column a.up:hover {
  color: #00C126;
}
.productquestion-item .question .rating-column a.down:hover {
  color: #C10026;
}
.productquestion-item .question .rating-column a.inactive {
  color: #bbb;
  cursor: default;
}
.productquestion-item .question .rating-column a.inactive:hover {
  color: #bbb;
}
.productquestion-item .question .rating-column .votes {
  color: #666;
  font-size: 13px;
  line-height: 13px;
  padding: 3px 0px;
}
.productquestion-item .question .question-column {
  float: left;
  border-left: 1px solid #ddd;
  margin-left: -1px;
  padding: 0px 15px;
  max-width: 700px;
}
.productquestion-item .question .question-column a.title {
  font-size: 1.3em;
}
.productquestion-item .question .question-column .answer {
  margin-top: 10px;
}
.productquestion-item .question .question-column .answer .capital {
  font: 24px Helvetica;
  color: #333;
  display: inline-block;
  vertical-align: top;
}
.productquestion-item .question .question-column .answer .answer-text {
  max-width: 630px;
  display: inline-block;
  margin-left: 10px;
}
.productquestion-item .question .question-column .answer .answer-text .answer-info {
  color: #aaa;
  font-size: 12px;
}
.productquestion-item .question .answer-column {
  float: left;
  border-left: 1px solid #ddd;
  margin-left: -1px;
  padding: 0px 15px;
  min-width: 770px;
  max-width: 830px;
}
.productquestion-item .question .answer-column .answer-info {
  color: #aaa;
  font-size: 12px;
  margin-bottom: 10px;
}
.productquestion-item .question .answer-column .comment {
  margin-left: 20px;
  margin-bottom: 20px;
}
.productquestion-item .question .answer-column .comment .comment-info {
  color: #aaa;
  font-size: 12px;
}
.productquestion-item .info {
  margin-left: 75px;
  font-size: 11px;
  color: #aaa;
}
.productquestion-view .question {
  *zoom: 1;
  margin-bottom: 20px;
}
.productquestion-view .question:before,
.productquestion-view .question:after {
  display: table;
  content: "";
  line-height: 0;
}
.productquestion-view .question:after {
  clear: both;
}
.productquestion-view .question .product-column {
  float: left;
  text-align: center;
  min-width: 215px;
}
.productquestion-view .question .product-column .image img {
  margin-bottom: 10px;
  margin-left: 35px;
}
.productquestion-view .question .question-column {
  margin-left: 20px;
  float: right;
  min-width: 650px;
}
.productquestion-view .question .question-column .question-text {
  font-weight: bold;
  margin-bottom: 5px;
}
.productquestion-view .question .question-column .question-info {
  color: #aaa;
  font-size: 12px;
}
.productquestion-view .question .question-column .productquestion-answer-form {
  margin-top: 15px;
}
.productquestion-view .productquestion-toolbar {
  width: 100%;
  text-align: right;
  border-bottom: 1px solid #ddd;
  padding: 7px 0px;
  margin: 15px 0px;
}
@media only screen and (max-width: 770px) {
  .productquestion-question-form {
    min-width: auto;
  }
  .productquestion-question-form .question-box textarea {
    min-width: auto;
    margin-bottom: 10px;
  }
  .productquestion-item .question .rating-column {
    float: none;
    border-right: none;
    text-align: center;
  }
  .productquestion-item .question .rating-column a {
    display: inline-block;
  }
  .productquestion-item .question .rating-column .votes {
    display: inline-block;
  }
  .productquestion-item .question .question-column {
    float: none;
    border-left: none;
    padding: 0px;
  }
}
.productquestion-link {
  display: block;
  margin-top: 68px;
}

#productquestion-gcaptcha {
  padding-top: 46px !important;
}
form#form-validate div.fieldset ul.form-list li.wide.customer-box label.is-private {
  margin-top: 10px;
  margin-left: 0px;
}
form#form-validate div.fieldset ul.form-list li.wide.customer-box {
  margin-bottom: 0px;
}/*
#advice-validate-email-author_email.validation-advice {
  width: 250px;
}
form#form-validate div.fieldset ul.form-list li.wide div.input-box.question-box button.button.validation-passed {
 position: relative;
  top: -72px;
  left: 510px;
  float: right;
  margin-top: -72px;
}*/

form#form-validate div.fieldset ul.form-list li.wide {
  width: 48%;
}



/* FILE: form.css */
.webforms-fields-comment {
    float: left;
    margin-top: 4px;
    line-height: 1.3em;
    color: #666;
    font-size: .9em;
    width: 100%;
}

.webforms-fields-hint {
    font-style: italic;
    color: grey;
}

.group-select li textarea {
    height: 10em;
}

.highlight .webforms-calendar input, .webforms-calendar input {
    background-image: url(https://d3l76xhvhe410f.cloudfront.net/skin/frontend/base/default/webforms/calendar.1567628560.gif) !important;
    background-position: 99% 2px !important;
    background-repeat: no-repeat !important;
}

.calendar {
    z-index: 1000;
}

ul.webforms-errors-list {
    margin: 5px;
    padding: 5px;
    list-style-type: disc;
    list-style-position: inside;
}

ul.webforms-errors-list li {
    margin-bottom: 5px;
}

p.webforms-error-message {
    margin: 10px;
    text-align: center;
}

.webforms-uploaded-file {
    margin-bottom: 5px;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #ccc;
    float: left;
}

.webforms-uploaded-file-delete {
    margin: 3px 0 0 0;
    clear: both;
}

.webforms-uploaded-file-delete-label {
    margin-left: 5px;
    float: none !important;
}

.list-select {
    padding: 10px !important;
}

.form-list li, li.control {
    list-style: none;
    position: relative;
}

.checkbox {
    float: left;
}

figcaption {
    padding: 5px 20px;
    margin: 5px;
}

/* Tooltip */

.ot-content {
    text-align: left;
}

.tooltip-icon {
    position: absolute;
    top: 0;
    left: -20px;
    background-image: url('https://d3l76xhvhe410f.cloudfront.net/skin/frontend/base/default/webforms/tooltip.1567628560.png');
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

/* Sidebar template */

.block-form, .block-form .input-box label {
    font-size: 11px !important;
}

.block-form .input-text, .block-form textarea, .block-form .form-list .input-box, .block-form .field {
    width: 100%;
}

.block-form .input-text {
    padding: 1px 0;
}

.block-form textarea {
    height: 70px;
}

.block-form .block-content {
    padding: 5px 9px;
}

.block-form label {
    font-size: 11px;
    font-weight: bold;
}

.block-form .input-box label {
    font-weight: normal !important;
}

.block-form .input-box {
    margin-bottom: 10px;
}

.block-form .required em {
    color: red;
}

.block-form .list-select {
    padding-bottom: 0px !important;
}

.block-form p.required {
    float: left;
}

/* Customer account */
#webforms-customer-account-form {
    padding-top: 15px;
}

/* Success text */
.webforms-success-text {
    border: 1px solid #ccc;
    padding: 1rem 1.5rem;
    background: rgba(255, 212, 96, 0.26);
    border-radius: 5px;
}

/* File preview */

.file-preview {
    list-style: none;
    padding: 0;
    margin: 0;
}

.file-preview h3 {
    font-size: 12px;
}

.file-preview li {
    margin: 0;
    padding: 10px 0;
    margin: 0;
    overflow: auto;
    position: relative;
}

.file-preview li img {
    border: solid 1px #999;
    border-radius: 3px;
    padding: 3px;
    margin: 0 10px 0 0;
    display: block;
    float: left;
}

.file-cancel {
    cursor: pointer;
    margin-top: 10px;
    margin-left:15px;
}

.file-progress {
    font-size: 90%;
    color: #777;
}

/* Drop-zone */

.drop-zone {
    padding: .5rem .7rem;
    color: #777;
    border: .17rem dashed #ddd;
    border-radius: .4rem;
    opacity: .9;
    cursor: pointer;
}
.drop-zone-preview-container{
    margin-bottom: 10px;
}
.drop-zone:hover {
    background-color: #f5f5f5;
}

.drop-zone-label {
    display: inline-block !important;
    vertical-align: top !important
}

.icon-paperclip {
    color: rgb(240, 120, 0) !important;
    fill: rgb(240, 120, 0) !important;
}

.icon-paperclip svg {
    transform: rotate(45deg) scaleX(-1);
}

.text-center {
    text-align: center !important
}

.drop-zone-preview {
    background: #f8f8f8;
    border: .09167rem solid #dadada;
    border-radius: .33333rem;
    color: #999;
    padding:5px;
    margin-bottom:5px;
    line-height: 14px;
    position:relative;
}

.drop-zone-attachment {
    overflow: auto;
    height: auto;
    z-index: 2;
    width: 100% !important;
    position: relative;
}

.drop-zone-preview-icon-file {
    padding-right: .66667rem;
    float: left !important;
}

.drop-zone-preview-icon-file svg path{
}

.drop-zone-preview-file {
    width: 70%;
    float: left !important;
}

.drop-zone-preview-filename {
    max-width: 62%;
    color: #333;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    word-wrap: normal !important;
    white-space: nowrap !important;
    float: left !important;
    vertical-align: top !important;
}

.drop-zone-preview-filename-end{
    color: #333;
}

.drop-zone-preview-size, .drop-zone-error {
    clear: left;
    float: left !important;
}
.drop-zone-error{
    color: red;
}

.drop-zone-preview-icon-close {
    position: absolute;
    top: 50%;
    right: .41667rem;
    margin-top: -1.5rem !important;
    padding-top: 1rem;
    border: 0;
    cursor: pointer !important;
    float: right !important;
}

.drop-zone-preview-icon-close svg {
    fill: #999;
}

.drop-zone-progress, .drop-zone-progress-success {
    position: absolute;
    border-radius: .33333rem;
    background-color: #00ff08;
    opacity: .1;
    height:100% !important;
    z-index:1;
    top:0;
    left:0;
    display:block;
}

.drop-zone-progress-success {
    opacity: 0;
}

/* File pool */
.webforms-file-pool {
    display: table;
    margin-bottom: 10px;
    border:5px solid #eee;
    padding:10px;
    border-radius: 10px;
}
.webforms-file-pool-selectall{
    margin-bottom:5px;
}
.webforms-file-pool-selectall label{
    font: bold 10px/16px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #888;
    float:none !important;
    margin-left:5px;

}
.webforms-file-cell{
    float:left;
    flex:1;
    height: auto;
    text-align: center;
    font: bold 9px/16px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #888;
    display: table-cell;

}
.webforms-file-cell p label{
    color: #888;

}
.webforms-file-cell p {
    padding-top: 5px;
    margin-left: -10px;
    float: left;
    clear: both;
    width: 100%;
}
.webforms-file-cell label{
    float:none !important;
    margin-left:5px;
}

.webforms-file-link{
    display: block;
    border-radius:5px;
    float:left;
    margin-right:10px;
    height:auto;
    box-shadow: 0 0 3px rgba(0,0,0,0.6);
    background: #f5f5f5;
    max-width:200px;
}
.webforms-file-link:hover {
    box-shadow: 0 0 7px rgba(0,0,0,0.6);
    background: white;
    color: #888;

}
.webforms-file-link figure p{
    margin:10px 0 5px 0;
}
.webforms-file-link figure img{
    background:white;
}

.webforms-file-link-name {
    display:inline;
    max-width:60%;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    word-wrap: normal !important;
    white-space: nowrap !important;
    float:left;
}
.webforms-file-link-name-end {display:inline;}

.webforms-file-delete-checkbox{
    vertical-align: baseline;
}



/* FILE: stars.css */
div.starry {
	width:auto;
	xfloat:left;
	margin:10px 0 10px 0;
	padding:5px;
	xborder:1px solid #ddd;
	width:auto;
}
div.standard_star {
	background-repeat: no-repeat;
	cursor:pointer;
	float:left;
	display:inline;
	background-image: url(https://d3l76xhvhe410f.cloudfront.net/skin/frontend/base/default/webforms/stars.1567628560.gif);
}
div.feedback {
	border:1px solid #ddd;
	padding:5px 3px 3px;
	display:inline;
}


/* FILE: auto-complete.css */
.autocomplete-suggestions {
    text-align: left; cursor: default; border: 1px solid #ccc; border-top: 0; background: #fff; box-shadow: -1px 1px 3px rgba(0,0,0,.1);

    /* core styles should not be changed */
    position: absolute; display: none; z-index: 9999; max-height: 254px; overflow: hidden; overflow-y: auto; box-sizing: border-box;
}
.autocomplete-suggestion { position: relative; padding: 0 .6em; line-height: 23px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 1.02em; color: #333; }
.autocomplete-suggestion b { font-weight: normal; color: #1f8dd6; }
.autocomplete-suggestion.selected { background: #f0f0f0; }

