html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

    .swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none;
    }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

    .swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
    }

    .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

    .swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
    }

    .swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    }

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0;
    }

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-container-vertical > .swiper-pagination {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -o-transform: translate(0,-50%);
    -ms-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}

    .swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
        margin: 5px 0;
        display: block;
    }

.swiper-container-horizontal > .swiper-pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
}

    .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
        margin: 0 5px;
    }

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}

    .swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10;
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
        background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: -moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0));
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: -moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0));
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
        background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: -moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0));
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
        background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: -moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    }

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none;
    }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

    .swiper-container-cube .swiper-slide {
        pointer-events: none;
        visibility: hidden;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        width: 100%;
        height: 100%;
    }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        -webkit-transform-origin: 100% 0;
        -moz-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
        pointer-events: auto;
        visibility: visible;
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
    }

    .swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
        z-index: 0;
    }

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12,end) infinite;
    animation: swiper-preloader-spin 1s steps(12,end) infinite;
}

    .swiper-lazy-preloader:after {
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        background-position: 50%;
        -webkit-background-size: 100%;
        background-size: 100%;
        background-repeat: no-repeat;
    }

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media(min-width:768px) {
    .col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12;

{
    float: left;
}

.col-sm-12 {
    width: 100%;
}

.col-sm-11 {
    width: 91.66666667%;
}

.col-sm-10 {
    width: 83.33333333%;
}

.col-sm-9 {
    width: 75%;
}

.col-sm-8 {
    width: 66.66666667%;
}

.col-sm-7 {
    width: 58.33333333%;
}

.col-sm-6 {
    width: 50%;
}

.col-sm-5 {
    width: 41.66666667%;
}

.col-sm-4 {
    width: 33.33333333%;
}

.col-sm-3 {
    width: 25%;
}

.col-sm-2 {
    width: 16.66666667%;
}

.col-sm-1 {
    width: 8.33333333%;
}

.col-sm-pull-12 {
    right: 100%;
}

.col-sm-pull-11 {
    right: 91.66666667%;
}

.col-sm-pull-10 {
    right: 83.33333333%;
}

.col-sm-pull-9 {
    right: 75%;
}

.col-sm-pull-8 {
    right: 66.66666667%;
}

.col-sm-pull-7 {
    right: 58.33333333%;
}

.col-sm-pull-6 {
    right: 50%;
}

.col-sm-pull-5 {
    right: 41.66666667%;
}

.col-sm-pull-4 {
    right: 33.33333333%;
}

.col-sm-pull-3 {
    right: 25%;
}

.col-sm-pull-2 {
    right: 16.66666667%;
}

.col-sm-pull-1 {
    right: 8.33333333%;
}

.col-sm-pull-0 {
    right: auto;
}

.col-sm-push-12 {
    left: 100%;
}

.col-sm-push-11 {
    left: 91.66666667%;
}

.col-sm-push-10 {
    left: 83.33333333%;
}

.col-sm-push-9 {
    left: 75%;
}

.col-sm-push-8 {
    left: 66.66666667%;
}

.col-sm-push-7 {
    left: 58.33333333%;
}

.col-sm-push-6 {
    left: 50%;
}

.col-sm-push-5 {
    left: 41.66666667%;
}

.col-sm-push-4 {
    left: 33.33333333%;
}

.col-sm-push-3 {
    left: 25%;
}

.col-sm-push-2 {
    left: 16.66666667%;
}

.col-sm-push-1 {
    left: 8.33333333%;
}

.col-sm-push-0 {
    left: auto;
}

.col-sm-offset-12 {
    margin-left: 100%;
}

.col-sm-offset-11 {
    margin-left: 91.66666667%;
}

.col-sm-offset-10 {
    margin-left: 83.33333333%;
}

.col-sm-offset-9 {
    margin-left: 75%;
}

.col-sm-offset-8 {
    margin-left: 66.66666667%;
}

.col-sm-offset-7 {
    margin-left: 58.33333333%;
}

.col-sm-offset-6 {
    margin-left: 50%;
}

.col-sm-offset-5 {
    margin-left: 41.66666667%;
}

.col-sm-offset-4 {
    margin-left: 33.33333333%;
}

.col-sm-offset-3 {
    margin-left: 25%;
}

.col-sm-offset-2 {
    margin-left: 16.66666667%;
}

.col-sm-offset-1 {
    margin-left: 8.33333333%;
}

.col-sm-offset-0 {
    margin-left: 0%;
}

}

@media(min-width:992px) {
    .col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12;

{
    float: left;
}

.col-md-12 {
    width: 100%;
}

.col-md-11 {
    width: 91.66666667%;
}

.col-md-10 {
    width: 83.33333333%;
}

.col-md-9 {
    width: 75%;
}

.col-md-8 {
    width: 66.66666667%;
}

.col-md-7 {
    width: 58.33333333%;
}

.col-md-6 {
    width: 50%;
}

.col-md-5 {
    width: 41.66666667%;
}

.col-md-4 {
    width: 33.33333333%;
}

.col-md-3 {
    width: 25%;
}

.col-md-2 {
    width: 16.66666667%;
}

.col-md-1 {
    width: 8.33333333%;
}

.col-md-pull-12 {
    right: 100%;
}

.col-md-pull-11 {
    right: 91.66666667%;
}

.col-md-pull-10 {
    right: 83.33333333%;
}

.col-md-pull-9 {
    right: 75%;
}

.col-md-pull-8 {
    right: 66.66666667%;
}

.col-md-pull-7 {
    right: 58.33333333%;
}

.col-md-pull-6 {
    right: 50%;
}

.col-md-pull-5 {
    right: 41.66666667%;
}

.col-md-pull-4 {
    right: 33.33333333%;
}

.col-md-pull-3 {
    right: 25%;
}

.col-md-pull-2 {
    right: 16.66666667%;
}

.col-md-pull-1 {
    right: 8.33333333%;
}

.col-md-pull-0 {
    right: auto;
}

.col-md-push-12 {
    left: 100%;
}

.col-md-push-11 {
    left: 91.66666667%;
}

.col-md-push-10 {
    left: 83.33333333%;
}

.col-md-push-9 {
    left: 75%;
}

.col-md-push-8 {
    left: 66.66666667%;
}

.col-md-push-7 {
    left: 58.33333333%;
}

.col-md-push-6 {
    left: 50%;
}

.col-md-push-5 {
    left: 41.66666667%;
}

.col-md-push-4 {
    left: 33.33333333%;
}

.col-md-push-3 {
    left: 25%;
}

.col-md-push-2 {
    left: 16.66666667%;
}

.col-md-push-1 {
    left: 8.33333333%;
}

.col-md-push-0 {
    left: auto;
}

.col-md-offset-12 {
    margin-left: 100%;
}

.col-md-offset-11 {
    margin-left: 91.66666667%;
}

.col-md-offset-10 {
    margin-left: 83.33333333%;
}

.col-md-offset-9 {
    margin-left: 75%;
}

.col-md-offset-8 {
    margin-left: 66.66666667%;
}

.col-md-offset-7 {
    margin-left: 58.33333333%;
}

.col-md-offset-6 {
    margin-left: 50%;
}

.col-md-offset-5 {
    margin-left: 41.66666667%;
}

.col-md-offset-4 {
    margin-left: 33.33333333%;
}

.col-md-offset-3 {
    margin-left: 25%;
}

.col-md-offset-2 {
    margin-left: 16.66666667%;
}

.col-md-offset-1 {
    margin-left: 8.33333333%;
}

.col-md-offset-0 {
    margin-left: 0%;
}

}

@media(min-width:1200px) {
    .col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12;

{
    float: left;
}

.col-lg-12 {
    width: 100%;
}

.col-lg-11 {
    width: 91.66666667%;
}

.col-lg-10 {
    width: 83.33333333%;
}

.col-lg-9 {
    width: 75%;
}

.col-lg-8 {
    width: 66.66666667%;
}

.col-lg-7 {
    width: 58.33333333%;
}

.col-lg-6 {
    width: 50%;
}

.col-lg-5 {
    width: 41.66666667%;
}

.col-lg-4 {
    width: 33.33333333%;
}

.col-lg-3 {
    width: 25%;
}

.col-lg-2 {
    width: 16.66666667%;
}

.col-lg-1 {
    width: 8.33333333%;
}

.col-lg-pull-12 {
    right: 100%;
}

.col-lg-pull-11 {
    right: 91.66666667%;
}

.col-lg-pull-10 {
    right: 83.33333333%;
}

.col-lg-pull-9 {
    right: 75%;
}

.col-lg-pull-8 {
    right: 66.66666667%;
}

.col-lg-pull-7 {
    right: 58.33333333%;
}

.col-lg-pull-6 {
    right: 50%;
}

.col-lg-pull-5 {
    right: 41.66666667%;
}

.col-lg-pull-4 {
    right: 33.33333333%;
}

.col-lg-pull-3 {
    right: 25%;
}

.col-lg-pull-2 {
    right: 16.66666667%;
}

.col-lg-pull-1 {
    right: 8.33333333%;
}

.col-lg-pull-0 {
    right: auto;
}

.col-lg-push-12 {
    left: 100%;
}

.col-lg-push-11 {
    left: 91.66666667%;
}

.col-lg-push-10 {
    left: 83.33333333%;
}

.col-lg-push-9 {
    left: 75%;
}

.col-lg-push-8 {
    left: 66.66666667%;
}

.col-lg-push-7 {
    left: 58.33333333%;
}

.col-lg-push-6 {
    left: 50%;
}

.col-lg-push-5 {
    left: 41.66666667%;
}

.col-lg-push-4 {
    left: 33.33333333%;
}

.col-lg-push-3 {
    left: 25%;
}

.col-lg-push-2 {
    left: 16.66666667%;
}

.col-lg-push-1 {
    left: 8.33333333%;
}

.col-lg-push-0 {
    left: auto;
}

.col-lg-offset-12 {
    margin-left: 100%;
}

.col-lg-offset-11 {
    margin-left: 91.66666667%;
}

.col-lg-offset-10 {
    margin-left: 83.33333333%;
}

.col-lg-offset-9 {
    margin-left: 75%;
}

.col-lg-offset-8 {
    margin-left: 66.66666667%;
}

.col-lg-offset-7 {
    margin-left: 58.33333333%;
}

.col-lg-offset-6 {
    margin-left: 50%;
}

.col-lg-offset-5 {
    margin-left: 41.66666667%;
}

.col-lg-offset-4 {
    margin-left: 33.33333333%;
}

.col-lg-offset-3 {
    margin-left: 25%;
}

.col-lg-offset-2 {
    margin-left: 16.66666667%;
}

.col-lg-offset-1 {
    margin-left: 8.33333333%;
}

.col-lg-offset-0 {
    margin-left: 0%;
}

}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
    content: " ";
    display: table;
}

.clearfix:after, .container:after, .container-fluid:after, .row:after {
    clear: both;
}

html {
    color: #333;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    font-family: 'Montserrat',sans-serif;
    font-size: 15px;
    line-height: 1.5;
}

::-moz-selection {
    background: #e43134;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #e43134;
    color: #fff;
    text-shadow: none;
}

button {
    outline: 0;
}

canvas, iframe, img, svg, video {
    vertical-align: middle;
}

textarea {
    resize: vertical;
}

iframe, table {
    max-width: 100%;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

a {
    /*color: #ee3439;*/
    color:black;
    text-decoration: none;
}

h1 {
    font-size: 2.7em;
    margin: 0;
}

h2 {
    font-size: 2.1em;
    margin-bottom: 0;
}

h3 {
    font-size: 1.6em;
    margin-bottom: 0;
}

h4 {
    font-size: 1.2em;
    margin-bottom: 0;
}

p {
    margin: .2em 0;
}

table, th, td {
    border: 1px solid #e4e4e4;
}

table {
    border-collapse: collapse;
    width: 100%!important;
}

td {
    padding: 3px 12px;
}


@media screen and (max-width:600px) {
    body {
        font-size: 13px;
    }

    h1 {
        font-size: 2.3em;
    }

    h2 {
        font-size: 1.9em;
    }
}

.container {
    max-width: 100%;
    padding-top: 10px;
    padding-right: 35px;
    padding-left: 35px;
    margin-right: auto;
    margin-left: auto;
}

.grid-section > div {
    background-position: center;
    background-size: cover;
}

.narrow-container > .container {
    width: 570px;
}

header {
    background: #1e1e1e;
}

#logo {
    float: left;
    margin: 14px 0;
}

    #logo img {
        max-width: 160px;
    }

#content-wrapper {
    margin-top: 30px;
    margin-bottom: 70px;
}

#l-sidebar {
    width: 24%;
    margin-right: 3%;
    float: left;
}

aside {
    float: right;
    font-size: .8em;
    width: 24%;
    margin-left: 3%;
    padding: 11px;
    box-shadow: 0 0 10px #bfbfbf;
    border-radius: 3px;
}

    aside.sm {
        display: none;
    }

footer {
    background: #171717;
    border-bottom: 5px solid #ee3439;
    color: #fff;
    padding: 40px 0 170px;
    font-size: .8em;

}

    footer a {
        color: #fff;
    }

    footer img {
        max-width: 175px;
    }

    footer h4 {
        margin-bottom: 7px;
    }

main {
    overflow: hidden;
    min-height: 450px;
}

    main a {
        font-weight: bold;
        text-decoration: underline;
    }

    main .umb-grid .container {
        padding: 0;
    }

@media screen and (max-width:830px) {
    #logo img {
        max-width: 90px;
    }

    aside {
        width: 100%;
        box-shadow: none;
        padding: 0;
        margin-top: 30px;
    }

        aside.lg {
            display: none;
        }

        aside.sm {
            display: block;
        }
}

@media only screen and (max-width:767px) {
    main, #l-sidebar {
        width: 100%;
    }

    #content-wrapper {
        margin: 10px auto 30px;
    }

    header {
        box-shadow: 0 0 8px #333;
    }

        header .container {
            position: relative;
        }

    footer {
        text-align: center;
    }

        footer .right-col {
            margin-top: 60px;
            float: left;
            width: 100%;
        }
}

.field-validation-error, .error {
    color: #fb8184;
    display: block;
}

.contour [class*="col-"] {
    padding: 0;
}

.contourField {
    margin-bottom: 15px;
}

.contour {
    position: relative;
    overflow: hidden;
}

    .contour fieldset, .contour .contourNavigation {
        -moz-transition: transform .3s,opacity .3s;
        -o-transition: transform .3s,opacity .3s;
        -webkit-transition: transform .3s,opacity .3s;
        transition: transform .3s,opacity .3s;
    }

    .contour .pending fieldset {
        opacity: .6;
    }

    .contour .posted fieldset {
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }

    .contour .posted .contourMessageOnSubmit {
        position: absolute;
        text-align: center;
        top: 50%;
        -moz-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        -webkit-transform: translate(0,-50%);
        transform: translate(0,-50%);
        width: 100%;
        font-size: 1.4em;
    }

    .contour input[type="submit"] {
        -moz-transition: padding-right .3s;
        -o-transition: padding-right .3s;
        -webkit-transition: padding-right .3s;
        transition: padding-right .3s;
    }

    .contour .pending input[type="submit"] {
        background-color: #757575;
        background-image: url(../img/btn-pending.gif);
        background-repeat: no-repeat;
        background-position: 94% center;
        background-size: 30px;
        padding-right: 60px;
    }

    .contour .pending input, .contour .pending label, .contour .pending textarea, .contour .posted input[type="submit"] {
        pointer-events: none;
        cursor: not-allowed;
        outline: 0;
    }

    .contour .posted input[type="submit"] {
        opacity: 0;
    }

.label-asterisk {
    color: #fb8184;
    font-size: 1.1em;
}

.validation-summary-errors {
    color: #ff4a4e;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="date"], input[type="month"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="number"], input[type="search"], input[type="tel"], select, textarea {
    padding: .65em .6em;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    vertical-align: middle;
    -webkit-appearance: none;
    width: 100%;
    max-width: 280px;
}

    input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, select:focus, textarea:focus {
        outline: 0;
        border-color: #129fea;
    }

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin solid #129fea;
    outline: 1px auto #129fea;
}

textarea {
    min-height: 130px;
}

button, input[type="submit"], input[type="button"] {
    background-color: rgb(226 45 63);
    white-space: nowrap;
    color: #fff;
    border: none;
    outline: 0;
    margin: 0;
}

.cart {
    background-color: #f8f8f8;
    border: 1px solid #f0f0f0;
    padding: 20px;
    margin: 17px 0 30px;
    font-size: .97em;
}

    .cart h3 {
        margin-top: 0;
        font-weight: 100;
    }

    .cart ul {
        padding: 0;
        list-style-type: none;
        margin: 27px 0 23px;
    }

    .cart .product-name {
        margin: 0;
    }

        .cart .product-name i, .cart .product-name span {
            vertical-align: middle;
        }

        .cart .product-name i {
            color: #ee3439;
            margin-right: 4px;
        }

    .cart li {
        border-bottom: 1px solid #dfdfdf;
        padding: 12px 0;
    }

    .cart .price {
        margin-top: 18px;
    }

    .cart .remove-item {
        text-decoration: none;
        color: #333;
        font-size: 1.3em;
        text-align: right;
    }

    .cart .button {
        float: right;
    }

.cart-actions .button, .cart-actions .button-green {
    text-transform: initial;
    padding: 6px 17px;
}

.cart-actions .button-green {
    cursor: not-allowed;
}

.in-cart-content, .not-in-cart-content {
    display: none;
}

.in-cart .in-cart-content {
    display: inline-block;
}

.not-in-cart .not-in-cart-content {
    display: inline-block;
}

@media screen and (max-width:767px) {
    .cart .product-name {
        margin-bottom: 12px;
        font-size: 1.2em;
    }

    .cart .lower {
        text-align: center;
    }

    .cart .price {
        margin: 7px 0 15px;
    }

    .cart .button {
        float: none;
    }
}

.question {
    cursor: pointer;
    background-color: #d7d7d7;
    border-radius: 5px;
    padding: 0 5px;
}

.faq .answer {
    display: none;
    overflow: hidden;
}

.button span, .button-blue span, .button-green span, .button-gray span, .button i, .button-blue i, .button-green i, .button-gray i {
    vertical-align: middle;
}

.button, .button-blue, .button-green, .button-gray {
    margin: 3px 0;
    border-radius: 2px;
    box-shadow: 0 2px 8px #c3c3c3;
}

    .button, .button-blue, .button-green, .button-gray, .button a, .button-blue a, .button-green a, .button-gray a, .button a:hover, .button-blue a:hover, .button-green a:hover, .button-gray:hover {
        color: #fff!important;
        cursor: pointer;
        text-decoration: none;
        text-transform: uppercase;
    }

        button:hover, input[type="submit"]:hover, input[type="button"]:hover, .button:hover {
            background-color: #d44a4d;
        }

        .button-blue:hover {
            background-color: #56c8ea;
        }

.pagetype-webshopcheckout button, .button-green {
    background-color: #8ac24f;
}

.button-gray {
    background-color: #545454;
}

    .button-gray:hover {
        background-color: #848484;
    }

.button i, .button-green i {
    font-size: 1.7em;
    margin: 0 -.2em 0 .4em;
}

.video-wrapper {
    margin: 0 0 30px;
}

    .video-wrapper h3 {
        margin-top: 0;
    }

.video {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: 1px solid #d3d3d3;
    cursor: pointer;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

    .video iframe {
        border: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .video:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 85px;
        height: 59px;
        background-image: url(../../img/youtube-play.png);
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .video:hover:before {
        opacity: .9;
    }

#hero {
    position: relative;
    min-height: 340px;
    background-size: cover;
    background-position: center;
}

    #hero .container {
        position: absolute;
        bottom: 18%;
        left: 0;
        right: 0;
        margin: auto;
    }

    #hero .content {
        display: inline-block;
        background-color: rgba(255,114,118,.52);
        color: #fff;
        padding: 6px 22px;
    }

    #hero h1, #hero h2, #hero h3 {
        margin: 0;
    }

@media screen and (max-width:1400px) {
    #hero {
        min-height: 280px;
    }
}

@media screen and (max-width:1100px) {
    #hero {
        min-height: 240px;
    }
}

@media screen and (max-width:600px) {
    #hero {
        min-height: 150px;
    }

        #hero .container {
            padding: 0;
            bottom: 0;
        }

        #hero .content {
            padding: 8px;
            font-size: .8em;
        }
}

header .search-form {
    margin: 20px 0;
}

#cookie-warning {
    background-color: #4c4c4c;
    box-shadow: 0 0 9px 3px rgba(0,0,0,.56);
    z-index: 100000;
    position: fixed;
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    max-width: 96%;
    right: 2%;
    bottom: 0;
    padding: 10px 2%;
    color: #fff;
    display: none;
    text-align: center;
    font-size: .9em;
    border: 1px solid #f9b5b7;
    border-bottom: none;
    width: 520px;
}

    #cookie-warning .button {
        box-shadow: none;
        margin-top: 20px;
        text-decoration: none;
    }

    #cookie-warning a {
        color: #fff;
        text-decoration: underline;
    }

blockquote {
    color: #ff7276;
    font-size: 1.5em;
}

    blockquote:before {
        content: "“";
    }

    blockquote:after {
        content: "”";
    }

.blurb-card {
    background-color: #afabab;
    text-align: center;
    padding: 25px 25px 33px;
    font-size: 1.1em;
    width: 99%;
    max-width: 550px;
    margin: 0 auto 30px;
    background-size: cover;
    background-position: center;
    position: relative;
    box-shadow: 0 2px 5px 1px #afabab;
    border: 1px solid #fff;
    border-radius: 2px;
}

    .blurb-card h2 {
        margin: 0;
    }

    .blurb-card .content {
        z-index: 10;
        position: relative;
    }

    .blurb-card .button {
        margin-top: 25px;
        box-shadow: none;
    }

    .blurb-card p {
        max-width: 290px;
        margin: 12px auto 21px;
    }

    .blurb-card .bg-color {
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,.7);
        top: 0;
        left: 0;
    }

@media screen and (max-width:901px) {
    .blurb-card .button {
        margin-top: 5px;
    }
}

.blurb-common {
    text-align: center;
    font-size: .9em;
    max-width: 600px;
    margin: auto;
}

    .blurb-common picture {
        flex: none;
    }

    .blurb-common h3 {
        margin-top: 17px;
        font-weight: 100;
        text-transform: uppercase;
    }

    .blurb-common p {
        max-width: 90.3%;
        margin: 12px auto 25px;
    }

@media screen and (max-width:991px) {
    .blurb-common {
        margin-bottom: 30px;
    }
}

.subscription {
    background-color: #f8f8f8;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    text-align: center;
    position: relative;
    max-width: 400px;
    padding-bottom: 25px;
    margin: 0 auto 30px;
}

    .subscription:before {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 90px 90px 0 0;
        z-index: 10;
        border-color: #3a3a3a transparent transparent transparent;
    }

    .subscription h4 {
        font-weight: 100;
    }

.subscription-plan-name {
    color: #fff;
    position: absolute;
    top: 19px;
    left: -10px;
    z-index: 30;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 90px;
}

.subscription ul {
    display: table;
    margin: 17px auto 9px;
    padding-left: 12%;
    text-align: left;
    max-width: 90%;
    font-size: .9em;
}

.subscription li {
    margin: 7px 0;
}

.subscription .button {
    margin-top: 18px;
    text-transform: initial;
    font-size: 1.2em;
    padding: 6px 30px;
}

.col-md-3 .subscription:before {
    border-width: 75px 75px 0 0;
}

.col-md-3 .subscription-plan-name {
    top: 15px;
    left: -17px;
    font-size: .9em;
}

.no-csstransforms .subscription:before {
    border: none;
    background-color: #3a3a3a;
    height: 30px;
    width: 90px;
}

.no-csstransforms .subscription-plan-name {
    top: 0;
    left: 0;
}

.tabs ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tabs li {
    background: none;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
}

    .tabs li.current:first-of-type {
        box-shadow: 4px 3px 6px #dedddd;
    }

    .tabs li.current:last-of-type {
        box-shadow: -4px 3px 6px #dedddd;
    }

    .tabs li.current {
        background: #f8f8f8;
        border: 1px solid #f0f0f0;
        font-size: 1.4em;
        border-bottom: 0;
    }

.tabs .content {
    display: none;
    background: #f8f8f8;
    padding: 15px;
    z-index: 20;
    position: relative;
}

    .tabs .content.current {
        display: inherit;
    }

.tabs table {
    width: 100%;
}

.tabs table, .tabs th, .tabs td {
    border: 0;
}

.tabs td {
    padding: 6px;
}


.publish-plan .tabs {
    max-width: 490px;
    margin: auto;
}

.publish-plan td:last-of-type {
    text-align: right;
}

@media screen and (max-width:600px) {
    .tabs table {
        font-size: .8em;
    }

    .tabs li {
        text-align: center;
        display: block;
        background-color: #fdfdfd;
        box-shadow: inset 0 0 10px #e6e6e6;
    }

        .tabs li.current {
            text-decoration: underline;
        }
}

.st-head-row {
    padding-top: 1em;
}

    .st-head-row.st-head-row-main {
        font-size: 1.5em;
        padding-top: 0;
    }

.st-key {
    width: 49%;
    text-align: right;
    padding-right: 1%;
}

.st-val {
    width: 49%;
    padding-left: 1%;
}

table.small-only {
    display: none;
}

@media(max-width:800px) {
    table .large-only;

{
    display: none;
}

table.small-only {
    display: table;
}

}

.publication-list {
    padding: 0;
    list-style-type: none;
    margin-top: 40px;
}

    .publication-list li {
        margin: 40px 0;
    }

    .publication-list .description {
        color: #525252;
        font-size: .9em;
    }

    .publication-list .date {
        color: #525252;
    }

    .publication-list a span, .publication-list a i {
        display: inline-block;
        vertical-align: middle;
    }

    .publication-list a span {
        margin-right: 7px;
    }

.newsletter-signup-bottom {
    padding: 0 15px 25px;
    max-width: 370px;
}

    .newsletter-signup-bottom h4 {
        font-weight: 100;
        margin: 0 0 7px;
    }

    .newsletter-signup-bottom .contourNavigation {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .newsletter-signup-bottom .contourField {
        margin: 0;
    }

    .newsletter-signup-bottom input[type="text"] {
        width: 100%;
        max-width: 100%;
        color: #333;
        padding-right: 109px;
        padding-bottom: .9em;
        padding-top: 1.01em;
    }

    .newsletter-signup-bottom label {
        position: absolute;
        color: #949494;
        font-size: 1.2em;
        top: 25%;
        left: .6em;
        cursor: text;
        -moz-transition: font-size .2s,top .2s,color .2s;
        -o-transition: font-size .2s,top .2s,color .2s;
        -webkit-transition: font-size .2s,top .2s,color .2s;
        transition: font-size .2s,top .2s,color .2s;
    }

    .newsletter-signup-bottom.focused label {
        font-size: .8em;
        top: 0;
        color: #333;
    }

    .newsletter-signup-bottom .field-validation-error {
        position: absolute;
        width: 100%;
        left: 0;
        text-align: left;
    }

@media screen and (max-width:767px) {
    .newsletter-signup-bottom {
        margin: 40px auto;
    }
}

@media screen and (max-width:560px) {
    .newsletter-signup-bottom .contourNavigation {
        position: relative;
    }

    .newsletter-signup-bottom input[type="submit"] {
        width: 100%;
    }
}

.leave-phone-number {
    text-align: center;
    display: table;
    margin: 20px auto;
    background-color: #2f2f2f;
    color: #fff;
    padding: 25px 51px;
}

    .leave-phone-number h4 {
        font-size: 1.6em;
        font-weight: 100;
        margin: 0;
    }

    .leave-phone-number input[type="submit"] {
        text-transform: initial;
    }

    .leave-phone-number input[type="text"] {
        color: #222;
    }

    .leave-phone-number fieldset {
        max-height: 0;
        overflow: hidden;
        margin-top: 7px;
        will-change: max-height;
        -moz-transition: max-height .3s,transform .3s,opacity .3s;
        -o-transition: max-height .3s,transform .3s,opacity .3s;
        -webkit-transition: max-height .3s,transform .3s,opacity .3s;
        transition: max-height .3s,transform .3s,opacity .3s;
        padding-bottom: 1px;
    }

    .leave-phone-number.active fieldset {
        max-height: 100px;
    }

    .leave-phone-number .field-validation-error {
        display: block;
    }

@media screen and (max-width:600px) {
    .leave-phone-number {
        padding: 20px 10px;
    }
}

.pagetype-home header {
    margin-bottom: 0;
}

.pagetype-home #content-wrapper {
    margin-bottom: 0;
}

.pagetype-home #hero {
    min-height: 440px;
}

.blurb-common .content {
    flex-grow: 1;
}

.no-flexbox .blurb-common {
    display: block;
}

    .no-flexbox .blurb-common.middle {
        margin: 0 4.6%;
    }

.no-flexbox .blurb-row .blurb-common {
    display: inline-block;
    vertical-align: top;
}

.blurb-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 0 80px;
}

    .blurb-row .blurb-common, .blurb-row .blurb-card {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        margin: 0;
    }

    .blurb-row .blurb-common {
        width: 31.2%;
        max-width: 313px;
    }

    .blurb-row .blurb-card {
        width: 48%;
    }

    .blurb-row .button {
        margin: auto;
    }

@media screen and (max-width:940px) {
    .blurb-row .blurb-card {
        font-size: .9em;
    }

    .pagetype-home #hero {
        min-height: 320px;
    }
}

@media screen and (max-width:800px) {
    .blurb-row {
        margin-bottom: 40px;
    }

        .blurb-row .blurb-card {
            width: 100%;
            margin: 0 auto 20px;
        }
}

@media screen and (max-width:767px) {
    .blurb-row {
        display: block;
    }

        .blurb-row .blurb-common {
            width: 100%;
            max-width: none;
            margin: 15px 0;
        }

    .no-flexbox .blurb-common.middle {
        margin: 0;
    }

    .pagetype-home #hero {
        min-height: 250px;
    }
}

.pagetype-newslist main {
    max-width: 570px;
}

.newslist-item {
    text-decoration: none;
    color: #333;
    font-weight: 100;
    font-size: .9em;
    border-bottom: 1px solid #e6e6e6;
    display: block;
    padding: 15px 0;
}

    .newslist-item h4 {
        margin-top: 0;
    }

    .newslist-item .read-more {
        color: #ee3439;
        font-weight: bold;
    }

    .newslist-item .button {
        margin: 14px 15px 0 0;
        font-size: 1em;
        padding: 7px 22px;
        font-weight: 100;
    }

        .newslist-item .button i {
            font-size: 1.4em;
            margin: 0 -.5em 0 .2em;
        }

    .newslist-item.latest {
        margin: 30px 0;
        background: #f9f9f9;
        padding: 6px 17px;
        border: none;
    }

        .newslist-item.latest h2 {
            margin-top: 0;
        }

        .newslist-item.latest h4 {
            color: #af2226;
            -moz-transform: rotate(-2deg);
            -ms-transform: rotate(-2deg);
            -o-transform: rotate(-2deg);
            -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
            display: inline-block;
        }

        .newslist-item.latest p {
            font-size: 1.2em;
        }

@media screen and (max-width:600px) {
    .newslist-item.latest {
        padding: 6px 9px;
    }
}

.pagetype-login #content-wrapper form {
    display: table;
    margin: 40px auto 20px;
    width: 95%;
    max-width: 280px;
}

.pagetype-login #content-wrapper > .container {
    min-height: 41.2vh;
}

.products {
    padding: 0;
    list-style-type: none;
    max-width: 615px;
    margin: 30px auto 0;
}

    .products li {
        background-color: #f8f8f8;
        border: 1px solid #f0f0f0;
        padding: 8px 11px;
        margin-bottom: 9px;
        float: left;
        width: 100%;
    }

    .products h3 {
        margin: 0;
        font-size: 1em;
    }

    .products .read-more {
        display: none;
        vertical-align: middle;
    }

.read-more.visible {
    display: block;
    margin-top: 8px;
}

.products .description {
    max-height: 0;
    font-size: .9em;
    overflow: hidden;
    -moz-transition: max-height .3s;
    -o-transition: max-height .3s;
    -webkit-transition: max-height .3s;
    transition: max-height .3s;
}

.products .open .description {
    max-height: 1000px;
    width: 100%;
}

.products .open .read-more {
    display: none;
}

.pagetype-webshop .cart-actions {
    margin-left: 25px;
    font-size: .8em;
    text-align: right;
    float: right;
}

.products .price {
    text-align: right;
    font-size: 1.4em;
}

.invoice {
    margin: 37px auto;
    border: 1px solid #ded7d7;
    padding: 16px 30px;
    max-width: 610px;
}

    .invoice ul {
        list-style-type: none;
        margin: 37px 0;
        padding: 0;
    }

    .invoice h3 {
        margin: 0;
    }

    .invoice li {
        padding: 16px 0;
    }

        .invoice li i, .invoice li span {
            vertical-align: middle;
            line-height: 1;
        }

    .invoice .icon-file-pdf {
        margin-left: 5px;
    }

    .invoice a {
        text-decoration: none;
    }

.pagetype-webshopcheckout #content-wrapper form {
    margin: 20px 0;
}

.pagetype-webshopcheckout button {
    max-width: 280px;
    width: 100%;
}

.button-keep-shopping {
    display: inline-block;
    margin-top: 16px;
}

.pagetype-product .cart-actions {
    text-align: center;
    margin: 60px 0 80px;
}

.pagetype-product .go-to-cart {
    display: block;
    margin-top: 15px;
}

.pagetype-product .products h3 {
    font-size: 1.1em;
    margin-bottom: 20px;
}

.pagetype-memberstartpage ol {
    padding-left: 20px;
}

.pagetype-memberstartpage #l-sidebar small {
    color: #565656;
    margin-top: 27px;
    display: block;
}

.pagetype-memberstartpage .tabs {
    max-width: none;
}

nav a {
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -ms-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
}

.dyn-menu a {
    position: relative;
}

.dyn-menu .toggle {
    position: absolute;
    height: 100%;
    width: 45px;
    right: 0;
    top: 0;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.dyn-menu .active > ul {
    display: block;
}

.dyn-menu li.active > a > .toggle:before, .maximizing > a > .toggle:before {
    content: "";
}

.minimizing > a > .toggle:before {
    content: ""!important;
}

.mobile-menu-toggle {
    border: 1px solid #333;
    padding: 5px 8px;
    display: none;
    border-radius: 3px;
    margin-top: 16px;
    float: right;
    color: #fff;
}

    .mobile-menu-toggle span {
        vertical-align: middle;
    }

    .mobile-menu-toggle i {
        vertical-align: middle;
        margin-right: 5px;
        font-size: 21px;
    }

.mobile-menu-open .mobile-menu-toggle .icon-menu:before {
    content: "";
}

.dyn-menu .loading .icon-plus {
    -webkit-animation: 2s opaque_leave infinite;
    -moz-animation: 2s opaque_leave infinite;
    -o-animation: 2s opaque_leave;
    animation: 2s opaque_leave infinite;
}

@media screen and (max-width:768px) {
    .mobile-menu-toggle {
        display: block;
    }
}

#top-nav .toggle, #top-nav .search-form, #top-nav .top-links, #top-nav .dyn-menu ul {
    display: none;
}

#top-nav {
    float: right;
    clear: right;
    font-size: .9em;
}

    #top-nav .dyn-menu {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

    #top-nav li {
        display: inline-block;
        *display: inline;
        zoom: 1;
    }

    #top-nav a {
        color: #fff;
        padding: 8px 15px;
        display: inline-block;
        text-transform: lowercase;
    }

        #top-nav .active > a, #top-nav a:hover {
            background-color: #3a3a3a;
        }

    #top-nav span, #top-nav i {
        vertical-align: middle;
    }

    #top-nav .dyn-menu i {
        display: none;
    }

.mobile-menu-open #top-nav {
    display: block;
}

@media screen and (max-width:900px) {
    #top-nav a {
        padding: 8px 11px;
    }
}

@media screen and (max-width:768px) {
    #top-nav {
        display: none;
        z-index: 100000;
        width: 100%;
        font-size: 1.1em;
        position: absolute;
        top: 100%;
        background-color: #1e1e1e;
        left: 0;
        padding: 10px 3%;
        box-shadow: 0 0 10px #1e1e1e;
        border-top: 1px solid #272727;
    }

        #top-nav a {
            display: block;
        }

        #top-nav .dyn-menu li {
            float: left;
            width: 100%;
        }

        #top-nav .dyn-menu a {
            padding: 6px 3%;
        }

        #top-nav .active > a, #top-nav a:hover {
            background-color: transparent;
        }

        #top-nav > ul > li.active > a {
            background-color: #333;
        }

        #top-nav > ul > li.current > a {
            background-color: #505050;
        }

        #top-nav ul ul > li.active {
            background-color: #272727;
        }

            #top-nav ul ul > li.active > a {
                border-bottom: 1px solid #3a3a3a;
            }

        #top-nav .toggle {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
        }

        #top-nav .active > ul {
            display: block;
        }

        #top-nav ul {
            float: left;
            width: 100%;
        }

            #top-nav ul ul {
                padding: 0;
            }

                #top-nav ul ul li {
                    padding-left: 6%;
                }

        #top-nav .dyn-menu ul i {
            display: inline-block;
            margin-left: -19px;
        }
}

#left-nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#left-nav a {
    padding: 8px 12px;
    display: block;
}

#left-nav .has-subpages > a {
    padding-right: 40px;
}

#left-nav i {
    display: none;
}

#left-nav > ul > li > a {
    margin-bottom: 3px;
    background-color: #4f4f4f;
    color: #fff;
}

#left-nav > ul > li {
    background: #f0f0f0;
}

    #left-nav > ul > li > a:hover, #left-nav > ul > li.active > a {
        background-color: #1e1e1c;
    }

#left-nav ul ul a {
    color: #333;
}

    #left-nav ul ul .current > a, #left-nav ul ul a:hover {
        background-color: #e7e6e6;
    }

#left-nav ul ul .current > a {
    font-weight: bold;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
}

#left-nav ul ul ul a {
    font-size: .7em;
    padding-left: 10%;
    background-color: #e7e6e6;
}

#left-nav.dyn-menu ul ul {
    display: none;
}

#left-nav.dyn-menu .active > ul {
    display: block;
}

@media screen and (max-width:768px) {
    #left-nav {
        display: none;
    }
}

.top-links {
    float: right;
    margin: 0 0 16px;
    background-color: #3a3a3a;
    padding: 8px 14px;
    border-radius: 0 0 4px 4px;
    color: #fff;
    font-size: .7em;
}

    .top-links li {
        margin-left: 15px;
        display: inline-block;
        border-left: 1px solid #4f4d4d;
        padding-left: 15px;
    }

        .top-links li:first-of-type {
            margin-left: 0;
            padding-left: 0;
            border-left: 0;
        }

    .top-links a {
        color: #fff;
    }

    .top-links span, .top-links img, .top-links i {
        vertical-align: middle;
    }

    .top-links img {
        max-width: 29px;
        margin-right: 2px;
    }

    .top-links i {
        margin-right: 3px;
    }

.cart-link {
    border-right: 1px solid #4f4d4d;
    padding-right: 15px;
    margin-right: 15px;
}

    .cart-link span {
        padding: 0 3px;
    }

nav .top-links {
    width: 100%;
    text-align: center;
}

@media screen and (max-width:768px) {
    #top-nav .top-links {
        display: block;
    }

    .top-links {
        display: none;
        border-top: 1px solid #272727;
        margin: 10px 0 0 0;
        padding: 10px 0 0 0;
        background-color: transparent;
    }

    #top-nav .top-links a {
        padding: 0;
    }

    .top-links img {
        max-width: 23px;
    }

    .top-links li {
        margin-left: 0;
        padding-left: 8%;
        border-left: none;
        font-size: .9em;
    }

    .cart-link {
        margin: 0 0 5px;
        padding: 0;
        border: none;
    }
}

@keyframes opaque_enter {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes opaque_enter {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes opaque_enter {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes opaque_enter {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes opaque_leave {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes opaque_leave {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-moz-keyframes opaque_leave {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-o-keyframes opaque_leave {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.text-n-icon i, .text-n-icon span {
    vertical-align: middle;
    display: inline-block;
}

.text-n-icon i {
    margin-right: 5px;
}

.read-more {
    white-space: nowrap;
}

.hide {
    display: none!important;
}

.no-margin {
    margin: 0;
}

.text-center {
    text-align: center;
}

img {
    max-width: 100%;
    height: auto!important;
}

button, .button-green, input[type="submit"], input[type="button"], .button, .button-blue, input[type="submit"], .button-gray {
    padding: 12px 24px;
    display: inline-block;
    text-transform: uppercase;
    -moz-transition: background-color .2s;
    -o-transition: background-color .2s;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    font-weight: 100;
}

.button {
    background-color: rgb(226 45 63);
}

.button-blue {
    background-color: #1aaad6;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

p {
}

@media print {
    *, *:before, *:after {
        background: transparent!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100%!important;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    nav, header, footer, .newsletter-signup-bottom {
        display: none;
    }
}


