@charset "UTF-8";
/* Small devices (tablets, 768px and up) */
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,500,700&display=swap');
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    -moz-transition-duration: inherit;
    transition-duration: inherit;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    -moz-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -moz-transition: opacity .25s ease, visibility 0s ease .25s;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    -moz-transition: opacity .25s ease 0s, visibility 0s ease 0s;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -moz-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    transform-origin: top left;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    -moz-transition: color .2s;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    transform-origin: 0;
    -moz-transition-property: -moz-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    -moz-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: -moz-calc(50% - 50px);
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: -moz- oldlinear-gradient(bottom, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
    -moz-animation: fancybox-rotate 1s linear infinite;
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes fancybox-rotate {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    -moz-transition-timing-function: cubic-bezier(0, 0, .25, 1);
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    -moz-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    -moz-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
    -moz-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    -moz-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    -moz-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    -moz-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -moz-transition: all .2s;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: -moz-calc(100% - 8px);
    max-height: calc(100% - 8px);
    max-width: -moz-calc(50% - 4px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -moz-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: -moz-calc(100% - 10px);
        max-width: calc(100% - 10px);
    }
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
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: 0.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: -0.5em;
}
sub {
  bottom: -0.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"] {
  -moz-box-sizing: border-box;
  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;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@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;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: #646363;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #00a0e1;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #006a94;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 30px;
  margin-bottom: 15px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 15px;
  margin-bottom: 15px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 52px;
}
h2,
.h2 {
  font-size: 43px;
}
h3,
.h3 {
  font-size: 34px;
}
h4,
.h4 {
  font-size: 25px;
}
h5,
.h5 {
  font-size: 20px;
}
h6,
.h6 {
  font-size: 17px;
}
p {
  margin: 0 0 15px;
}
.lead {
  margin-bottom: 30px;
  font-size: 23px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 30px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #00a0e1;
}
a.text-primary:hover {
  color: #007cae;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #00a0e1;
}
a.bg-primary:hover {
  background-color: #007cae;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 14px;
  margin: 60px 0 30px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 15px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 30px;
}
dt,
dd {
  line-height: 1.5;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 15px 30px;
  margin: 0 0 30px;
  font-size: 25px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 30px;
  font-style: normal;
  line-height: 1.5;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 14.5px;
  margin: 0 0 15px;
  font-size: 19px;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .container {
    width: 760px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 980px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1180px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
}
.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: 20px;
  padding-right: 20px;
}
.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%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 22.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 20px;
  line-height: 1.5;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 44px;
  padding: 6px 12px;
  font-size: 20px;
  line-height: 1.5;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 44px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 37px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 56px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 30px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 37px;
  padding: 5px 10px;
  font-size: 17px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 37px;
  line-height: 37px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 37px;
  padding: 5px 10px;
  font-size: 17px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 37px;
  line-height: 37px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 37px;
  padding: 5px 10px;
  font-size: 17px;
  line-height: 1.5;
}
.input-lg {
  height: 56px;
  padding: 10px 16px;
  font-size: 25px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 56px;
  line-height: 56px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 56px;
  padding: 10px 16px;
  font-size: 25px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 56px;
  line-height: 56px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 56px;
  padding: 10px 16px;
  font-size: 25px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 55px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 56px;
  height: 56px;
  line-height: 56px;
}
.input-sm + .form-control-feedback {
  width: 37px;
  height: 37px;
  line-height: 37px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 35px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a4a3a3;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 37px;
}
.form-horizontal .form-group {
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 20px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 20px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #00a0e1;
  border-color: #008ec8;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #007cae;
  border-color: #00628a;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #00a0e1;
  border-color: #008ec8;
}
.btn-primary .badge {
  color: #00a0e1;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #00a0e1;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #006a94;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 25px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 17px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 17px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.bold {
  font-weight: 700;
}
.semibold {
  font-weight: 500;
}
.normal {
  font-weight: 300;
}
.thin {
  font-weight: 300;
}
.upper {
  text-transform: uppercase;
}
.colored {
  color: #00a0e1;
}
.fs-sans {
  font-family: 'Ubuntu', sans-serif;
}
.fs-serif {
  font-family: 'Ubuntu', sans-serif;
}
.fs-default {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5;
}
.fs-menu-level0 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1.25rem;
}
@media (min-width: 1200px) {
  .fs-menu-level0 {
    font-size: 1rem;
    font-size: 0.75rem;
  }
}
.fs-menu-level1 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1;
}
.fs-menu-level2 {
  font-weight: 300;
  font-size: 0.66666667rem;
  line-height: 1;
}
.fs-stage-h1 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 4.58333333rem;
  line-height: 1;
  letter-spacing: 0.025em;
}
.fs-stage-h1 strong {
  font-weight: 700;
}
@media (max-width: 1400px) {
  .fs-stage-h1 {
    font-size: 5vw;
  }
}
@media (max-width: 991px) {
  .fs-stage-h1 {
    font-size: 8vw;
    word-break: break-all;
  }
}
.fs-stage-h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1;
}
.fs-stage-h2 strong {
  font-weight: 700;
}
.fs-h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1;
}
.fs-stage-btn {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.75rem;
}
.fs-author {
  font-size: 0.58333333rem;
}
.fs-download-headline {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1;
}
.fs-download-text {
  font-size: 0.75rem;
}
body {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5;
}
p strong,
p b {
  font-weight: 500;
}
.btn {
  border-radius: 0;
  text-decoration: none !important;
}
.media--loading::before {
  background: #00a0e1;
}
/*
 * See
 *
 * http://kenwheeler.github.io/slick/
 *
 * for help
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}
/*
 * See
 *
 * http://kenwheeler.github.io/slick/
 *
 * for help
 */
/* Slider */
.slick-loading .slick-list {
  background: #fff url('../assets/less/slick/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../assets/less/slick/fonts/slick.eot');
  src: url('../assets/less/slick/fonts/slick.eot@') format('embedded-opentype'), url('../assets/less/slick/fonts/slick.woff') format('woff'), url('../assets/less/slick/fonts/slick.ttf.html') format('truetype'), url('../assets/less/slick/fonts/slick.svg') format('svg');
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
html {
  font-size: 16px;
}
@media (max-width: 1199px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 20px;
  }
}
body {
  background-image: -moz- oldlinear-gradient(left, #AAAAAA 0, #FFFFFF 25%);
  background-image: linear-gradient(to right, #AAAAAA 0, #FFFFFF 25%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaaaaaa', endColorstr='#ffffffff', GradientType=1);
  overflow-x: hidden;
  overflow-y: scroll;
}
.richtext {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5;
}
.richtext .h1,
.richtext .h2,
.richtext .h3,
.richtext .h4,
.richtext .h5,
.richtext h1,
.richtext h2,
.richtext h3,
.richtext h4,
.richtext h5 {
  margin: 20px 0 20px 0;
  padding: 0;
  font-weight: 700;
}
.richtext p,
.richtext ul,
.richtext dl {
  margin: 0 0 20px;
}
.richtext .h1:first-child,
.richtext .h2:first-child,
.richtext .h3:first-child,
.richtext .h4:first-child,
.richtext .h5:first-child,
.richtext h1:first-child,
.richtext h2:first-child,
.richtext h3:first-child,
.richtext h4:first-child,
.richtext h5:first-child,
.richtext p:first-child,
.richtext ul:first-child,
.richtext dl:first-child {
  margin-top: 0;
}
.richtext .h1:last-child,
.richtext .h2:last-child,
.richtext .h3:last-child,
.richtext .h4:last-child,
.richtext .h5:last-child,
.richtext h1:last-child,
.richtext h2:last-child,
.richtext h3:last-child,
.richtext h4:last-child,
.richtext h5:last-child,
.richtext p:last-child,
.richtext ul:last-child,
.richtext dl:last-child {
  margin-bottom: 0;
}
.richtext p + h3,
.richtext ul + h3,
.richtext p + .h3,
.richtext ul + .h3 {
  margin-top: 40px;
}
.richtext ul {
  list-style-type: none;
  padding-left: 20px;
}
.richtext ul li {
  margin-top: 10px;
  margin-bottom: 10px;
  list-style-type: none;
  position: relative;
}
.richtext ul li::before {
  content: "-";
  position: absolute;
  left: -20px;
  color: #00a0e1;
}
.richtext ul > li::before {
  content: "•";
}
.richtext ul > li li::before {
  content: "-";
}
form {
  max-width: 700px;
}
form .form-item {
  margin-bottom: 15px;
}
form .form-item:before,
form .form-item:after {
  content: " ";
  display: table;
}
form .form-item:after {
  clear: both;
}
form .form-item:before,
form .form-item:after {
  content: " ";
  display: table;
}
form .form-item:after {
  clear: both;
}
form .form-item > * {
  display: block;
  float: left;
  width: 100%;
}
form .form-item > label {
  width: 25%;
  margin-top: 0.35em;
  font-size: 0.85em;
}
form .form-item > .form-text,
form .form-item > .form-email,
form .form-item > .form-select {
  display: block;
  width: 100%;
  height: 44px;
  padding: 6px 12px;
  font-size: 20px;
  line-height: 1.5;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  width: 75%;
}
form .form-item > .form-text:focus,
form .form-item > .form-email:focus,
form .form-item > .form-select:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
form .form-item > .form-text::-moz-placeholder,
form .form-item > .form-email::-moz-placeholder,
form .form-item > .form-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
form .form-item > .form-text:-ms-input-placeholder,
form .form-item > .form-email:-ms-input-placeholder,
form .form-item > .form-select:-ms-input-placeholder {
  color: #999;
}
form .form-item > .form-text::-webkit-input-placeholder,
form .form-item > .form-email::-webkit-input-placeholder,
form .form-item > .form-select::-webkit-input-placeholder {
  color: #999;
}
form .form-item > .form-text[disabled],
form .form-item > .form-email[disabled],
form .form-item > .form-select[disabled],
form .form-item > .form-text[readonly],
form .form-item > .form-email[readonly],
form .form-item > .form-select[readonly],
fieldset[disabled] form .form-item > .form-text,
fieldset[disabled] form .form-item > .form-email,
fieldset[disabled] form .form-item > .form-select {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textareaform .form-item > .form-text,
textareaform .form-item > .form-email,
textareaform .form-item > .form-select {
  height: auto;
}
form .form-item textarea {
  display: block;
  width: 100%;
  height: 44px;
  padding: 6px 12px;
  font-size: 20px;
  line-height: 1.5;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  height: auto;
}
form .form-item textarea:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
form .form-item textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
form .form-item textarea:-ms-input-placeholder {
  color: #999;
}
form .form-item textarea::-webkit-input-placeholder {
  color: #999;
}
form .form-item textarea[disabled],
form .form-item textarea[readonly],
fieldset[disabled] form .form-item textarea {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textareaform .form-item textarea {
  height: auto;
}
form .form-item > .select2-container {
  width: 75% !important;
}
form .form-item .description {
  margin-left: 25%;
  font-size: 85%;
}
form .form-actions {
  margin-bottom: 15px;
  padding-left: 25%;
}
form .form-actions .button.form-submit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 20px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  text-decoration: none !important;
  color: #fff;
  border-color: #008ec8;
  border-color: #00a0e1;
  background-color: #00a0e1;
  color: #FFFFFF;
}
form .form-actions .button.form-submit:focus,
form .form-actions .button.form-submit:active:focus,
form .form-actions .button.form-submit.active:focus,
form .form-actions .button.form-submit.focus,
form .form-actions .button.form-submit:active.focus,
form .form-actions .button.form-submit.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
form .form-actions .button.form-submit:hover,
form .form-actions .button.form-submit:focus,
form .form-actions .button.form-submit.focus {
  color: #333;
  text-decoration: none;
}
form .form-actions .button.form-submit:active,
form .form-actions .button.form-submit.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
form .form-actions .button.form-submit.disabled,
form .form-actions .button.form-submit[disabled],
fieldset[disabled] form .form-actions .button.form-submit {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
form .form-actions .button.form-submit:hover,
form .form-actions .button.form-submit:focus,
form .form-actions .button.form-submit.focus,
form .form-actions .button.form-submit:active,
form .form-actions .button.form-submit.active,
.open > .dropdown-toggleform .form-actions .button.form-submit {
  color: #fff;
  background-color: #007cae;
  border-color: #00628a;
}
form .form-actions .button.form-submit:active,
form .form-actions .button.form-submit.active,
.open > .dropdown-toggleform .form-actions .button.form-submit {
  background-image: none;
}
form .form-actions .button.form-submit.disabled,
form .form-actions .button.form-submit[disabled],
fieldset[disabled] form .form-actions .button.form-submit,
form .form-actions .button.form-submit.disabled:hover,
form .form-actions .button.form-submit[disabled]:hover,
fieldset[disabled] form .form-actions .button.form-submit:hover,
form .form-actions .button.form-submit.disabled:focus,
form .form-actions .button.form-submit[disabled]:focus,
fieldset[disabled] form .form-actions .button.form-submit:focus,
form .form-actions .button.form-submit.disabled.focus,
form .form-actions .button.form-submit[disabled].focus,
fieldset[disabled] form .form-actions .button.form-submit.focus,
form .form-actions .button.form-submit.disabled:active,
form .form-actions .button.form-submit[disabled]:active,
fieldset[disabled] form .form-actions .button.form-submit:active,
form .form-actions .button.form-submit.disabled.active,
form .form-actions .button.form-submit[disabled].active,
fieldset[disabled] form .form-actions .button.form-submit.active {
  background-color: #00a0e1;
  border-color: #008ec8;
}
form .form-actions .button.form-submit .badge {
  color: #00a0e1;
  background-color: #fff;
}
form .form-actions .button.form-submit:hover,
form .form-actions .button.form-submit:focus {
  border-color: #00a0e1;
  background-color: #FFFFFF;
  color: #00a0e1;
}
form .js-form-type-checkbox {
  position: relative;
  font-size: inherit;
  font-weight: normal;
}
form .js-form-type-checkbox > label {
  display: block;
  width: 100%;
  font-size: inherit;
  font-weight: normal;
  padding-left: 25px;
  margin: 0;
  cursor: pointer;
}
form .js-form-type-checkbox input {
  position: absolute;
  left: 0;
  z-index: 1;
  width: auto;
  margin: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
form .js-form-type-checkbox .description {
  margin-left: 0;
  padding-left: 25px;
}
form .checkboxes--wrapper legend {
  font-size: inherit;
  font-weight: bold;
  border-width: 0;
  float: left;
  width: 25%;
  color: inherit;
}
form .checkboxes--wrapper .fieldset-wrapper {
  width: 75%;
}
form > .js-form-type-checkbox {
  margin-left: 25%;
}
form .js-form-type-textarea > label {
  width: 25%;
  float: left;
}
form .js-form-type-textarea > div {
  width: 75%;
}
form.webform-submission-form {
  max-width: 900px;
}
@media (max-width: 768px) {
  form {
    padding-right: 40px;
  }
  form .form-item > label {
    width: 100%;
    float: none;
  }
  form .form-item > .form-text,
  form .form-item > .form-email,
  form .form-item > .form-select {
    display: block;
    height: 44px;
    padding: 6px 12px;
    font-size: 20px;
    line-height: 1.5;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    width: 100%;
  }
  form .form-item > .form-text:focus,
  form .form-item > .form-email:focus,
  form .form-item > .form-select:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  }
  form .form-item > .form-text::-moz-placeholder,
  form .form-item > .form-email::-moz-placeholder,
  form .form-item > .form-select::-moz-placeholder {
    color: #999;
    opacity: 1;
  }
  form .form-item > .form-text:-ms-input-placeholder,
  form .form-item > .form-email:-ms-input-placeholder,
  form .form-item > .form-select:-ms-input-placeholder {
    color: #999;
  }
  form .form-item > .form-text::-webkit-input-placeholder,
  form .form-item > .form-email::-webkit-input-placeholder,
  form .form-item > .form-select::-webkit-input-placeholder {
    color: #999;
  }
  form .form-item > .form-text[disabled],
  form .form-item > .form-email[disabled],
  form .form-item > .form-select[disabled],
  form .form-item > .form-text[readonly],
  form .form-item > .form-email[readonly],
  form .form-item > .form-select[readonly],
  fieldset[disabled] form .form-item > .form-text,
  fieldset[disabled] form .form-item > .form-email,
  fieldset[disabled] form .form-item > .form-select {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1;
  }
  textareaform .form-item > .form-text,
  textareaform .form-item > .form-email,
  textareaform .form-item > .form-select {
    height: auto;
  }
  form .checkboxes--wrapper legend {
    float: none;
    width: 100%;
  }
  form .checkboxes--wrapper .fieldset-wrapper {
    width: 100%;
  }
  form > .js-form-type-checkbox {
    margin-left: 0%;
  }
  form .form-actions {
    padding-left: 0%;
  }
  form .form-actions .button.form-submit {
    display: block;
    width: 100%;
  }
  form .js-form-type-textarea > label {
    width: 100%;
    float: none;
  }
  form .js-form-type-textarea > div {
    width: 100%;
  }
}
header {
  display: block;
  position: relative;
  z-index: 100;
}
header .logo {
  display: block;
  position: fixed;
  z-index: 1001;
  left: 0px;
  top: 0px;
}
header .logo a {
  display: block;
}
header .logo a img {
  display: block;
  height: 80px;
}
header .header-container {
  display: block;
  position: fixed;
  z-index: 1000;
  left: 0px;
  top: 0px;
  width: 80px;
  height: 100vh;
  overflow: hidden;
  -moz-transition: all 125ms ease 0ms;
  transition: all 125ms ease 0ms;
  padding-top: 87px;
}
header .header-container:hover,
header .header-container.hover {
  width: 340px;
  overflow: hidden;
}
header .header-container::after {
  content: " ";
  display: block;
  position: absolute;
  top: 87px;
  height: 100vh;
  background-color: #FFFFFF;
  left: 0;
  width: 80px;
}
header .header-container::before {
  content: " ";
  display: block;
  position: absolute;
  height: 100vh;
  background-color: #FFFFFF;
  left: 87px;
  width: 253px;
}
header .header-container #block-login-menu,
header .header-container #block-lipocare-login-menu,
header .header-container #block-lipocare-main-menu,
header .header-container nav.menu {
  display: block;
  position: relative;
  z-index: 1;
}
header .header-container #block-login-menu > ul,
header .header-container #block-lipocare-login-menu > ul,
header .header-container #block-lipocare-main-menu > ul,
header .header-container nav.menu > ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
header .header-container #block-login-menu > ul > li,
header .header-container #block-lipocare-login-menu > ul > li,
header .header-container #block-lipocare-main-menu > ul > li,
header .header-container nav.menu > ul > li {
  position: relative;
  padding: 0 0 0 88px;
  margin: 0;
}
header .header-container #block-login-menu > ul > li > a,
header .header-container #block-lipocare-login-menu > ul > li > a,
header .header-container #block-lipocare-main-menu > ul > li > a,
header .header-container nav.menu > ul > li > a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1.25rem;
  min-height: 60px;
  color: #646363;
  text-decoration: none !important;
  padding: 0 20px;
}
@media (min-width: 1200px) {
  header .header-container #block-login-menu > ul > li > a,
  header .header-container #block-lipocare-login-menu > ul > li > a,
  header .header-container #block-lipocare-main-menu > ul > li > a,
  header .header-container nav.menu > ul > li > a {
    font-size: 1rem;
    font-size: 0.75rem;
  }
}
header .header-container #block-login-menu > ul > li > a i.ic,
header .header-container #block-lipocare-login-menu > ul > li > a i.ic,
header .header-container #block-lipocare-main-menu > ul > li > a i.ic,
header .header-container nav.menu > ul > li > a i.ic {
  content: " ";
  display: block;
  position: absolute;
  width: 80px;
  height: 60px;
  left: 0;
  top: 0;
}
header .header-container #block-login-menu > ul > li > a i.ic svg,
header .header-container #block-lipocare-login-menu > ul > li > a i.ic svg,
header .header-container #block-lipocare-main-menu > ul > li > a i.ic svg,
header .header-container nav.menu > ul > li > a i.ic svg {
  position: absolute;
  width: 24px;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
header .header-container #block-login-menu > ul > li > a i.ic svg use,
header .header-container #block-lipocare-login-menu > ul > li > a i.ic svg use,
header .header-container #block-lipocare-main-menu > ul > li > a i.ic svg use,
header .header-container nav.menu > ul > li > a i.ic svg use {
  fill: #646363;
}
header .header-container #block-login-menu > ul > li > a:hover,
header .header-container #block-lipocare-login-menu > ul > li > a:hover,
header .header-container #block-lipocare-main-menu > ul > li > a:hover,
header .header-container nav.menu > ul > li > a:hover,
header .header-container #block-login-menu > ul > li > a:focus,
header .header-container #block-lipocare-login-menu > ul > li > a:focus,
header .header-container #block-lipocare-main-menu > ul > li > a:focus,
header .header-container nav.menu > ul > li > a:focus,
header .header-container #block-login-menu > ul > li > a.is-active,
header .header-container #block-lipocare-login-menu > ul > li > a.is-active,
header .header-container #block-lipocare-main-menu > ul > li > a.is-active,
header .header-container nav.menu > ul > li > a.is-active {
  color: #00a0e1;
}
header .header-container #block-login-menu > ul > li > a:hover i.ic svg use,
header .header-container #block-lipocare-login-menu > ul > li > a:hover i.ic svg use,
header .header-container #block-lipocare-main-menu > ul > li > a:hover i.ic svg use,
header .header-container nav.menu > ul > li > a:hover i.ic svg use,
header .header-container #block-login-menu > ul > li > a:focus i.ic svg use,
header .header-container #block-lipocare-login-menu > ul > li > a:focus i.ic svg use,
header .header-container #block-lipocare-main-menu > ul > li > a:focus i.ic svg use,
header .header-container nav.menu > ul > li > a:focus i.ic svg use,
header .header-container #block-login-menu > ul > li > a.is-active i.ic svg use,
header .header-container #block-lipocare-login-menu > ul > li > a.is-active i.ic svg use,
header .header-container #block-lipocare-main-menu > ul > li > a.is-active i.ic svg use,
header .header-container nav.menu > ul > li > a.is-active i.ic svg use {
  fill: #00a0e1;
}
header .header-container #block-login-menu > ul > li > a:hover,
header .header-container #block-lipocare-login-menu > ul > li > a:hover,
header .header-container #block-lipocare-main-menu > ul > li > a:hover,
header .header-container nav.menu > ul > li > a:hover,
header .header-container #block-login-menu > ul > li > a:focus,
header .header-container #block-lipocare-login-menu > ul > li > a:focus,
header .header-container #block-lipocare-main-menu > ul > li > a:focus,
header .header-container nav.menu > ul > li > a:focus,
header .header-container #block-login-menu > ul > li > a.is-active,
header .header-container #block-lipocare-login-menu > ul > li > a.is-active,
header .header-container #block-lipocare-main-menu > ul > li > a.is-active,
header .header-container nav.menu > ul > li > a.is-active,
header .header-container #block-login-menu > ul > li.active-trail > a,
header .header-container #block-lipocare-login-menu > ul > li.active-trail > a,
header .header-container #block-lipocare-main-menu > ul > li.active-trail > a,
header .header-container nav.menu > ul > li.active-trail > a {
  color: #00a0e1;
}
header .header-container #block-login-menu > ul > li > a:hover i.ic svg use,
header .header-container #block-lipocare-login-menu > ul > li > a:hover i.ic svg use,
header .header-container #block-lipocare-main-menu > ul > li > a:hover i.ic svg use,
header .header-container nav.menu > ul > li > a:hover i.ic svg use,
header .header-container #block-login-menu > ul > li > a:focus i.ic svg use,
header .header-container #block-lipocare-login-menu > ul > li > a:focus i.ic svg use,
header .header-container #block-lipocare-main-menu > ul > li > a:focus i.ic svg use,
header .header-container nav.menu > ul > li > a:focus i.ic svg use,
header .header-container #block-login-menu > ul > li > a.is-active i.ic svg use,
header .header-container #block-lipocare-login-menu > ul > li > a.is-active i.ic svg use,
header .header-container #block-lipocare-main-menu > ul > li > a.is-active i.ic svg use,
header .header-container nav.menu > ul > li > a.is-active i.ic svg use,
header .header-container #block-login-menu > ul > li.active-trail > a i.ic svg use,
header .header-container #block-lipocare-login-menu > ul > li.active-trail > a i.ic svg use,
header .header-container #block-lipocare-main-menu > ul > li.active-trail > a i.ic svg use,
header .header-container nav.menu > ul > li.active-trail > a i.ic svg use {
  fill: #00a0e1;
}
header .header-container #block-login-menu > ul > li.active-trail > ul,
header .header-container #block-lipocare-login-menu > ul > li.active-trail > ul,
header .header-container #block-lipocare-main-menu > ul > li.active-trail > ul,
header .header-container nav.menu > ul > li.active-trail > ul {
  display: block;
}
header .header-container #block-login-menu > ul > li > ul,
header .header-container #block-lipocare-login-menu > ul > li > ul,
header .header-container #block-lipocare-main-menu > ul > li > ul,
header .header-container nav.menu > ul > li > ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
header .header-container #block-login-menu > ul > li > ul > li,
header .header-container #block-lipocare-login-menu > ul > li > ul > li,
header .header-container #block-lipocare-main-menu > ul > li > ul > li,
header .header-container nav.menu > ul > li > ul > li {
  display: block;
  margin: 0;
  padding: 0;
}
header .header-container #block-login-menu > ul > li > ul > li > a,
header .header-container #block-lipocare-login-menu > ul > li > ul > li > a,
header .header-container #block-lipocare-main-menu > ul > li > ul > li > a,
header .header-container nav.menu > ul > li > ul > li > a {
  display: block;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1;
  color: #646363;
  text-decoration: none !important;
  padding: 0 20px 0 20px;
}
header .header-container #block-login-menu > ul > li > ul > li > a:hover,
header .header-container #block-lipocare-login-menu > ul > li > ul > li > a:hover,
header .header-container #block-lipocare-main-menu > ul > li > ul > li > a:hover,
header .header-container nav.menu > ul > li > ul > li > a:hover,
header .header-container #block-login-menu > ul > li > ul > li > a:focus,
header .header-container #block-lipocare-login-menu > ul > li > ul > li > a:focus,
header .header-container #block-lipocare-main-menu > ul > li > ul > li > a:focus,
header .header-container nav.menu > ul > li > ul > li > a:focus,
header .header-container #block-login-menu > ul > li > ul > li > a.is-active,
header .header-container #block-lipocare-login-menu > ul > li > ul > li > a.is-active,
header .header-container #block-lipocare-main-menu > ul > li > ul > li > a.is-active,
header .header-container nav.menu > ul > li > ul > li > a.is-active,
header .header-container #block-login-menu > ul > li > ul > li.active-trail > a,
header .header-container #block-lipocare-login-menu > ul > li > ul > li.active-trail > a,
header .header-container #block-lipocare-main-menu > ul > li > ul > li.active-trail > a,
header .header-container nav.menu > ul > li > ul > li.active-trail > a {
  color: #00a0e1;
}
header .header-container #block-login-menu > ul > li > ul > li + li,
header .header-container #block-lipocare-login-menu > ul > li > ul > li + li,
header .header-container #block-lipocare-main-menu > ul > li > ul > li + li,
header .header-container nav.menu > ul > li > ul > li + li {
  padding-top: 20px;
}
header .header-container #block-login-menu > ul > li > ul > li > ul,
header .header-container #block-lipocare-login-menu > ul > li > ul > li > ul,
header .header-container #block-lipocare-main-menu > ul > li > ul > li > ul,
header .header-container nav.menu > ul > li > ul > li > ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
header .header-container #block-login-menu > ul > li > ul > li > ul > li,
header .header-container #block-lipocare-login-menu > ul > li > ul > li > ul > li,
header .header-container #block-lipocare-main-menu > ul > li > ul > li > ul > li,
header .header-container nav.menu > ul > li > ul > li > ul > li {
  display: block;
  margin: 0;
  padding: 10px 0;
}
header .header-container #block-login-menu > ul > li > ul > li > ul > li:first-child,
header .header-container #block-lipocare-login-menu > ul > li > ul > li > ul > li:first-child,
header .header-container #block-lipocare-main-menu > ul > li > ul > li > ul > li:first-child,
header .header-container nav.menu > ul > li > ul > li > ul > li:first-child {
  padding-top: 20px;
}
header .header-container #block-login-menu > ul > li > ul > li > ul > li > a,
header .header-container #block-lipocare-login-menu > ul > li > ul > li > ul > li > a,
header .header-container #block-lipocare-main-menu > ul > li > ul > li > ul > li > a,
header .header-container nav.menu > ul > li > ul > li > ul > li > a {
  display: block;
  font-weight: 300;
  font-size: 0.66666667rem;
  line-height: 1;
  color: #646363;
  text-decoration: none !important;
  padding: 0 20px 0 40px;
}
header .header-container #block-login-menu > ul > li > ul > li > ul > li > a:hover,
header .header-container #block-lipocare-login-menu > ul > li > ul > li > ul > li > a:hover,
header .header-container #block-lipocare-main-menu > ul > li > ul > li > ul > li > a:hover,
header .header-container nav.menu > ul > li > ul > li > ul > li > a:hover,
header .header-container #block-login-menu > ul > li > ul > li > ul > li > a:focus,
header .header-container #block-lipocare-login-menu > ul > li > ul > li > ul > li > a:focus,
header .header-container #block-lipocare-main-menu > ul > li > ul > li > ul > li > a:focus,
header .header-container nav.menu > ul > li > ul > li > ul > li > a:focus,
header .header-container #block-login-menu > ul > li > ul > li > ul > li > a.is-active,
header .header-container #block-lipocare-login-menu > ul > li > ul > li > ul > li > a.is-active,
header .header-container #block-lipocare-main-menu > ul > li > ul > li > ul > li > a.is-active,
header .header-container nav.menu > ul > li > ul > li > ul > li > a.is-active,
header .header-container #block-login-menu > ul > li > ul > li > ul > li.active-trail > a,
header .header-container #block-lipocare-login-menu > ul > li > ul > li > ul > li.active-trail > a,
header .header-container #block-lipocare-main-menu > ul > li > ul > li > ul > li.active-trail > a,
header .header-container nav.menu > ul > li > ul > li > ul > li.active-trail > a {
  color: #00a0e1;
}
header .header-container nav + nav {
  margin-top: 20px;
}
header .header-container #block-lipocare-footer {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 0px;
  z-index: 1;
}
header .header-container #block-lipocare-footer > div.ic {
  display: block;
  position: absolute;
  width: 80px;
  height: 60px;
  left: 0;
  top: 0;
}
header .header-container #block-lipocare-footer > div.ic svg {
  position: absolute;
  width: 24px;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
header .header-container #block-lipocare-footer > div.ic svg use {
  fill: #646363;
}
header .header-container #block-lipocare-footer > ul {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 0 0 88px;
  list-style-type: none;
}
header .header-container #block-lipocare-footer > ul > li {
  display: block;
  margin: 0;
  padding: 0;
}
header .header-container #block-lipocare-footer > ul > li > a {
  display: block;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1;
  color: #646363;
  text-decoration: none !important;
  padding: 5px 20px;
  padding: 0 20px;
  line-height: 30px;
}
header .header-container #block-lipocare-footer > ul > li > a:hover,
header .header-container #block-lipocare-footer > ul > li > a:focus {
  color: #00a0e1;
}
header .header-container #block-lipocare-footer:hover > div.ic svg use,
header .header-container #block-lipocare-footer:focus > div.ic svg use {
  fill: #00a0e1;
}
header .menu-toggle {
  display: none;
}
body.toolbar-horizontal.toolbar-fixed header .logo {
  top: 39px;
}
body.toolbar-horizontal.toolbar-fixed header .header-container {
  top: 39px;
  height: -moz-calc(100vh - 39px);
  height: calc(100vh - 39px);
}
body.toolbar-horizontal.toolbar-fixed.toolbar-tray-open header .logo {
  top: 78px;
}
body.toolbar-horizontal.toolbar-fixed.toolbar-tray-open header .header-container {
  top: 78px;
  height: -moz-calc(100vh - 39px*2);
  height: calc(100vh - 39px*2);
}
body.toolbar-vertical.toolbar-fixed header .logo {
  top: 39px;
}
body.toolbar-vertical.toolbar-fixed header .header-container {
  top: 39px;
  height: -moz-calc(100vh - 39px);
  height: calc(100vh - 39px);
}
body.toolbar-vertical.toolbar-fixed.toolbar-tray-open .toolbar .toolbar-tray-vertical.is-active,
body.toolbar-vertical.toolbar-fixed.toolbar-tray-open .toolbar .toolbar-tray-vertical {
  left: auto;
  right: 0%;
}
body.menu-scroll #block-lipocare-footer {
  position: relative;
}
body.menu-scroll header .header-container:hover {
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 991px) {
  header .logo a img {
    height: 60px;
  }
  header .menu-toggle {
    display: block;
    position: fixed;
    z-index: 10000;
    top: 0px;
    right: 0px;
    width: 70px;
    height: 60px;
    padding: 21px 20px;
    cursor: pointer;
  }
  header .menu-toggle > div {
    position: relative;
    width: 100%;
    height: 100%;
  }
  header .menu-toggle > div > i {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #00a0e1;
    -moz-transition: all 125ms linear 0ms;
    transition: all 125ms linear 0ms;
  }
  header .menu-toggle > div > i:nth-child(1) {
    top: 0%;
  }
  header .menu-toggle > div > i:nth-child(2) {
    top: 50%;
  }
  header .menu-toggle > div > i:nth-child(3) {
    top: 50%;
    opacity: 0;
  }
  header .menu-toggle > div > i:nth-child(4) {
    top: 100%;
  }
  header .header-container {
    position: fixed;
    top: 0%;
    right: -100%;
    left: auto;
    height: 100vh;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #FFFFFF;
    padding-top: 60px;
    -moz-transition: all 125ms linear 0ms;
    transition: all 125ms linear 0ms;
  }
  header .header-container::before {
    display: none;
  }
  header .header-container::after {
    display: none;
  }
  header .header-container:hover {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  header .header-container #block-login-menu > ul > li,
  header .header-container #block-lipocare-login-menu > ul > li,
  header .header-container #block-lipocare-main-menu > ul > li,
  header .header-container .header-container nav.menu > ul > li {
    padding-left: 66px;
  }
  header .header-container #block-login-menu > ul > li > a > i.ic,
  header .header-container #block-lipocare-login-menu > ul > li > a > i.ic,
  header .header-container #block-lipocare-main-menu > ul > li > a > i.ic,
  header .header-container .header-container nav.menu > ul > li > a > i.ic {
    width: 60px;
  }
  header .header-container #block-lipocare-footer > div.ic {
    width: 60px;
  }
  header .header-container #block-lipocare-footer > ul > li > a {
    font-size: 1.25rem;
    padding-left: 0;
  }
  header .header-container #block-lipocare-footer {
    bottom: auto;
    position: relative;
    margin-top: 20px;
  }
  body.menu-on {
    overflow: hidden;
  }
  body.menu-on header .menu-toggle > div > i:nth-child(1) {
    opacity: 0;
    left: 50%;
    width: 0%;
  }
  body.menu-on header .menu-toggle > div > i:nth-child(2) {
    opacity: 1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  body.menu-on header .menu-toggle > div > i:nth-child(3) {
    opacity: 1;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  body.menu-on header .menu-toggle > div > i:nth-child(4) {
    opacity: 0;
    left: 50%;
    width: 0%;
  }
  body.menu-on header .header-container {
    right: 0%;
  }
}
body.node-16 header .menu-toggle > div > i {
  background-color: #FFFFFF;
}
body.node-16.menu-on header .menu-toggle > div > i {
  background-color: #00a0e1;
}
@media (min-width: 1199px) {
  body.toolbar-tray-open.toolbar-horizontal.toolbar-fixed {
    padding-top: 78px !important;
  }
}
section.stage {
  display: block;
  position: relative;
}
section.stage .items {
  position: relative;
  overflow: hidden;
}
section.stage .items .item {
  display: block;
  display: none;
}
section.stage .items .item .field-images .media--image {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
section.stage .items .item .field-images > div + div {
  display: none;
}
section.stage .items .item .field-images.fading-images > div + div {
  display: block;
}
section.stage .items .item .field-images.fading-images > div {
  opacity: 0;
  -moz-transition: opacity 375ms linear 125ms;
  transition: opacity 375ms linear 125ms;
}
section.stage .items .item .field-images.fading-images > div.on {
  opacity: 1;
}
section.stage .items .item .field-text {
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 87px 20px 20px 87px;
  padding-top: 107px;
  padding-left: 115px;
  width: 100%;
}
section.stage .items .item .field-text h1,
section.stage .items .item .field-text .h1 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 4.58333333rem;
  line-height: 1;
  letter-spacing: 0.025em;
  margin: 10px 0;
  color: #00a0e1;
}
section.stage .items .item .field-text h1 strong,
section.stage .items .item .field-text .h1 strong {
  font-weight: 700;
}
@media (max-width: 1400px) {
  section.stage .items .item .field-text h1,
  section.stage .items .item .field-text .h1 {
    font-size: 5vw;
  }
}
@media (max-width: 991px) {
  section.stage .items .item .field-text h1,
  section.stage .items .item .field-text .h1 {
    font-size: 8vw;
    word-break: break-all;
  }
}
section.stage .items .item .field-text h1 strong,
section.stage .items .item .field-text .h1 strong {
  display: inline-block;
  background-color: #FFFFFF;
  margin: 4px 0 4px -10px;
  padding: 0 10px 0 22px;
  margin-left: -30px;
}
section.stage .items .item .field-text h2,
section.stage .items .item .field-text .h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1;
  text-transform: none;
  margin: 0;
}
section.stage .items .item .field-text h2 strong,
section.stage .items .item .field-text .h2 strong {
  font-weight: 700;
}
section.stage .items .item .field-text ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin: 0 0 40px 0;
  padding: 0;
  list-style-type: none;
}
section.stage .items .item .field-text ul > li {
  display: block;
  margin: 0 20px 0 0;
  padding: 0;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
section.stage .items .item .field-text ul > li > a {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1;
  color: #646363;
  display: block;
  text-align: center;
}
section.stage .items .item .field-text ul > li > a strong {
  font-weight: 700;
}
section.stage .items .item .field-text ul > li > a span svg {
  width: 70px;
  margin: 0 auto 20px;
  display: block;
}
section.stage .items .item .field-text ul > li > a span svg use {
  fill: #00a0e1;
}
section.stage .items .item .field-text ul > li > a:hover,
section.stage .items .item .field-text ul > li > a:focus {
  color: #00a0e1;
  text-decoration: none;
}
section.stage .items .item .field-text ul > li > a:hover span svg use,
section.stage .items .item .field-text ul > li > a:focus span svg use {
  fill: #646363;
}
section.stage .items .item .field-text p {
  display: block;
  max-width: 900px;
}
section.stage .items .item .field-text .btn {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.75rem;
  background-color: #00a0e1;
  color: #FFFFFF;
  border-width: 0;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 0;
  margin-top: 20px;
  line-height: 2.5;
}
section.stage .items .item .field-text .btn:hover,
section.stage .items .item .field-text .btn:focus {
  background-color: #008ec8;
}
section.stage .items .item:first-child {
  display: block;
}
section.stage .items .dark {
  color: #FFFFFF;
  /*
      p,h2, li > a {
        position: relative;
        z-index:2;
        &::before {
          content:" ";
          display:block;
          position: absolute;
          z-index: -1;
          background-color: @brand-white;
          width:100%;
          height:100%;
        }
      }
      */
}
section.stage .items .dark p,
section.stage .items .dark h2,
section.stage .items .dark a {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
}
section.stage .items .dark p.btn,
section.stage .items .dark h2.btn,
section.stage .items .dark a.btn {
  text-shadow: none;
}
section.stage .items .dark .field-text ul > li > a {
  color: #FFFFFF;
}
section.stage .items .dark .field-text ul > li > a span svg use {
  fill: #FFFFFF;
}
section.stage .items .dark .field-text ul > li > a:hover,
section.stage .items .dark .field-text ul > li > a:focus {
  color: #FFFFFF;
  opacity: 0.75;
}
section.stage .items .dark .field-text ul > li > a:hover span svg use,
section.stage .items .dark .field-text ul > li > a:focus span svg use {
  fill: #FFFFFF;
}
section.stage .items .h-100 {
  height: 100vh;
}
body.not-front section.stage .items,
body.front section.stage .items {
  height: 100vh;
}
body.not-front section.stage .items .item,
body.front section.stage .items .item {
  position: absolute;
  width: 100%;
  height: 100vh;
}
body.not-front section.stage .items .item .field-text,
body.front section.stage .items .item .field-text {
  bottom: 15%;
}
body.not-front section.stage .items .item.slick-slide,
body.front section.stage .items .item.slick-slide {
  display: block;
  position: relative;
}
body.not-front section.stage .slick-list,
body.front section.stage .slick-list,
body.not-front section.stage .slick-track,
body.front section.stage .slick-track {
  height: 100vh;
}
@media (max-width: 991px) {
  section.stage .items .item .field-text {
    padding-left: 20px;
  }
  section.stage .items .item .field-text ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  section.stage .items .item .field-text ul > li {
    width: 33.33333333%;
    margin-left: -1px;
    -webkit-flex-basis: 1%;
    -ms-flex-preferred-size: 1%;
    flex-basis: 1%;
    margin-bottom: 20px;
  }
}
section.section {
  display: block;
  position: relative;
  padding: 40px 0 80px;
  padding-left: 115px;
  background-color: #FFFFFF;
}
section.section .paragraph--type--section > .items > .item:before,
section.section .paragraph--type--section > .items > .item:after {
  content: " ";
  display: table;
}
section.section .paragraph--type--section > .items > .item:after {
  clear: both;
}
section.section .paragraph--type--section > .items > .item:before,
section.section .paragraph--type--section > .items > .item:after {
  content: " ";
  display: table;
}
section.section .paragraph--type--section > .items > .item:after {
  clear: both;
}
section.section .headline {
  display: block;
  margin: 0;
  padding: 0 0 40px 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1;
}
section.section .headline span {
  font-weight: 300;
  text-transform: none;
}
section.section .headline span i {
  font-weight: 700;
  color: #00a0e1;
  font-style: normal;
}
section.section .paragraph--type--aufzaehlung:before,
section.section .paragraph--type--aufzaehlung:after {
  content: " ";
  display: table;
}
section.section .paragraph--type--aufzaehlung:after {
  clear: both;
}
section.section .paragraph--type--aufzaehlung:before,
section.section .paragraph--type--aufzaehlung:after {
  content: " ";
  display: table;
}
section.section .paragraph--type--aufzaehlung:after {
  clear: both;
}
section.section .paragraph--type--aufzaehlung .field-image {
  display: block;
  float: right;
  width: 30%;
}
section.section .paragraph--type--aufzaehlung .field-image .media {
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 150%;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
}
section.section .paragraph--type--aufzaehlung .field-texte {
  float: right;
  width: 70%;
  position: relative;
}
section.section .paragraph--type--aufzaehlung .field-texte:first-child {
  float: left;
}
section.section .paragraph--type--aufzaehlung .field-texte > div {
  position: relative;
  padding: 0 80px 0 240px;
  margin: 80px 0;
}
section.section .paragraph--type--aufzaehlung .field-texte > div::before {
  content: " ";
  display: block;
  width: 1px;
  height: -moz-calc(100% + 20px*8);
  height: calc(100% + 20px*8);
  top: -80px;
  left: 50px;
  position: absolute;
  z-index: 1;
  background-color: #959595;
}
section.section .paragraph--type--aufzaehlung .field-texte > div:last-child::before {
  height: 80px;
}
section.section .paragraph--type--aufzaehlung .field-texte > div .nr {
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 101px;
  height: 101px;
  border: 1px solid #959595;
  background-color: #FFFFFF;
}
section.section .paragraph--type--aufzaehlung .field-texte > div .nr > i {
  display: block;
  font-weight: 300;
  font-size: 2.29166667rem;
  line-height: 1;
  font-style: normal;
  color: #959595;
}
section.section .paragraph--type--aufzaehlung .field-texte > div h3,
section.section .paragraph--type--aufzaehlung .field-texte > div .h3 {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
section.section .item-aufzaehlung + .item-text {
  padding-left: 240px;
}
section.section .paragraph--type--text-bild {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
section.section .paragraph--type--text-bild .field-icon {
  display: block;
  float: left;
  width: 100px;
  position: absolute;
  top: 80px;
  left: 60px;
}
section.section .paragraph--type--text-bild .field-icon img {
  display: block;
  width: 100% !important;
  height: auto !important;
}
section.section .paragraph--type--text-bild .field-image {
  display: block;
  float: right;
  width: 40%;
}
section.section .paragraph--type--text-bild .field-image img {
  display: block;
  width: 100% !important;
  height: auto !important;
}
section.section .paragraph--type--text-bild .field-text {
  display: block;
  float: left;
  width: 60%;
  padding: 80px;
  padding-left: 240px;
}
section.section .paragraph--type--text-bild.image-left {
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
section.section .paragraph--type--text-bild.image-left .field-icon {
  display: none;
}
section.section .paragraph--type--text-bild.image-left .field-image {
  width: 30%;
}
section.section .paragraph--type--text-bild.image-left .field-text {
  display: block;
  width: 70%;
  padding: 80px;
}
section.section .field-text .btn {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.75rem;
  background-color: #00a0e1;
  color: #FFFFFF;
  border-width: 0;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 0;
  margin-top: 20px;
  line-height: 2.5;
}
section.section .field-text .btn:hover,
section.section .field-text .btn:focus {
  background-color: #008ec8;
}
section.section .item-faqs-item {
  display: block;
  background-color: #FFFFFF;
  position: relative;
  margin-right: 20px;
}
section.section .item-faqs-item + .item-faqs-item {
  margin-top: 4px;
}
section.section .item-faqs-item .toggle {
  position: absolute;
  cursor: pointer;
  width: 15px;
  height: 15px;
  top: 20px;
  right: 20px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transition: all 250ms linear 0ms;
  transition: all 250ms linear 0ms;
}
section.section .item-faqs-item .toggle svg {
  display: block;
  width: 100%;
  height: 100%;
}
section.section .item-faqs-item .toggle svg use {
  color: #646363;
}
@media (max-width: 1199px) {
  section.section .item-faqs-item .toggle {
    width: 10px;
    height: 10px;
    top: 15px;
  }
}
@media (min-width: 1200px) {
  section.section .item-faqs-item .toggle {
    width: 15px;
    height: 15px;
    top: 20px;
    right: 20px;
  }
}
section.section .item-faqs-item .field-headline {
  position: relative;
  display: block;
  padding: 10px 20px;
  cursor: pointer;
  -moz-transition: all 250ms linear 0ms;
  transition: all 250ms linear 0ms;
}
section.section .item-faqs-item .field-text {
  display: block;
  padding: 0 20px;
  max-height: 0px;
  overflow: hidden;
  -moz-transition: all 250ms linear 0ms;
  transition: all 250ms linear 0ms;
}
section.section .item-faqs-item .field-text * {
  opacity: 0;
  -moz-transition: all 250ms linear 250ms;
  transition: all 250ms linear 250ms;
}
section.section .item-faqs-item.on .toggle {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
section.section .item-faqs-item.on .field-headline {
  font-weight: 700;
}
section.section .item-faqs-item.on .field-text {
  max-height: 1000px;
  padding: 10px 20px;
}
section.section .item-faqs-item.on .field-text * {
  opacity: 1;
}
section.section .item-downloads-item {
  max-width: 1300px;
  padding-bottom: 40px;
}
section.section .item-downloads-item + .item-downloads-item {
  border-top: 1px solid #FFFFFF;
  padding-top: 40px;
}
section.section .item-downloads-item:last-child {
  padding-bottom: 0;
}
section.section .item-downloads-item > .paragraph:before,
section.section .item-downloads-item > .paragraph:after {
  content: " ";
  display: table;
}
section.section .item-downloads-item > .paragraph:after {
  clear: both;
}
section.section .item-downloads-item > .paragraph:before,
section.section .item-downloads-item > .paragraph:after {
  content: " ";
  display: table;
}
section.section .item-downloads-item > .paragraph:after {
  clear: both;
}
section.section .item-downloads-item .field-headline {
  display: block;
  float: left;
  width: 15%;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1;
}
section.section .item-downloads-item .field-datei {
  float: left;
  width: 20%;
  text-align: center;
}
section.section .item-downloads-item .field-datei a {
  display: block;
  width: 70px;
  margin: 0 auto;
}
section.section .item-downloads-item .field-datei a svg {
  display: block;
  width: 100%;
  height: auto;
}
section.section .item-downloads-item .field-text {
  float: left;
  width: 60%;
  font-size: 0.75rem;
}
section.section .item-spalten {
  max-width: 1540px;
  padding-right: 40px;
}
section.section .item-spalten .row {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -60px;
  margin-right: -60px;
}
@media (max-width: 1600px) {
  section.section .item-spalten .row {
    margin-right: 0;
  }
}
section.section .item-spalten .row .item-spalte {
  display: block;
  padding: 0 60px 40px;
  width: 100%;
  margin-right: -1px;
}
section.section .item-spalten .row .item-spalte.col-1 {
  width: 8.33333333%;
}
section.section .item-spalten .row .item-spalte.col-2 {
  width: 16.66666667%;
}
section.section .item-spalten .row .item-spalte.col-3 {
  width: 50%;
}
section.section .item-spalten .row .item-spalte.col-4 {
  width: 33.33333333%;
}
section.section .item-spalten .row .item-spalte.col-5 {
  width: 41.66666667%;
}
section.section .item-spalten .row .item-spalte.col-6 {
  width: 50%;
}
section.section .item-spalten .row .item-spalte.col-7 {
  width: 58.33333333%;
}
section.section .item-spalten .row .item-spalte.col-8 {
  width: 66.66666667%;
}
section.section .item-spalten .row .item-spalte.col-9 {
  width: 75%;
}
section.section .item-spalten .row .item-spalte.col-10 {
  width: 83.33333333%;
}
section.section .item-spalten .row .item-spalte.col-11 {
  width: 91.66666667%;
}
section.section .item-spalten .row .item-spalte.col-12 {
  width: 100%;
}
section.section .item-spalten .row .item-spalte img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
section.section .item-spalten .row .item-spalte h3,
section.section .item-spalten .row .item-spalte .h3 {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
section.section.green {
  background-color: #00a0e1;
  color: #FFFFFF;
  min-height: 75vh;
}
section.section.green svg use {
  fill: #FFFFFF;
}
section.section.gray {
  background-color: #eeeeee;
  min-height: 75vh;
}
.item-section:first-child section.section {
  padding-top: 102px;
}
.btn-primary,
section.section .field-text .btn-primary {
  border-color: #00a0e1;
  background-color: #00a0e1;
  color: #FFFFFF;
}
.btn-primary:hover,
section.section .field-text .btn-primary:hover,
.btn-primary:focus,
section.section .field-text .btn-primary:focus {
  border-color: #00a0e1;
  background-color: #FFFFFF;
  color: #00a0e1;
}
.btn-primary-white,
section.section .field-text .btn-primary-white,
section.section.green .field-text .btn-primary,
section.zitate a.btn-primary-white,
section.section.green a.btn-primary-white {
  border-width: 1px;
  border-color: #FFFFFF;
  background-color: #FFFFFF;
  color: #00a0e1;
}
.btn-primary-white:hover,
section.section .field-text .btn-primary-white:hover,
section.section.green .field-text .btn-primary:hover,
section.zitate a.btn-primary-white:hover,
section.section.green a.btn-primary-white:hover,
.btn-primary-white:focus,
section.section .field-text .btn-primary-white:focus,
section.section.green .field-text .btn-primary:focus,
section.zitate a.btn-primary-white:focus,
section.section.green a.btn-primary-white:focus {
  border-color: #FFFFFF;
  background-color: #00a0e1;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  section.section {
    padding-left: 20px;
  }
  section.section .paragraph--type--aufzaehlung .field-image {
    width: 100%;
  }
  section.section .paragraph--type--aufzaehlung .field-image .media {
    padding-bottom: 75%;
    background-position: center center;
  }
  section.section .paragraph--type--aufzaehlung .field-texte {
    width: 100%;
  }
  section.section .paragraph--type--aufzaehlung .field-texte > div {
    margin: 40px 0;
    padding-left: 80px;
  }
  section.section .paragraph--type--aufzaehlung .field-texte > div::before {
    left: 30px;
  }
  section.section .paragraph--type--aufzaehlung .field-texte > div .nr {
    width: 61px;
    height: 61px;
  }
  section.section .item-aufzaehlung + .item-text {
    padding-left: 80px;
  }
  section.section .item-spalten .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  section.section .item-spalten .row .item-spalte {
    width: 100% !important;
    padding: 20px !important;
  }
  section.section .paragraph--type--text-bild,
  section.section .paragraph--type--text-bild.image-left {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  section.section .paragraph--type--text-bild .field-icon,
  section.section .paragraph--type--text-bild.image-left .field-icon {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
  }
  section.section .paragraph--type--text-bild .field-icon img,
  section.section .paragraph--type--text-bild.image-left .field-icon img {
    width: auto !important;
    max-width: 50%;
    display: block;
    margin: 0 auto;
  }
  section.section .paragraph--type--text-bild .field-text,
  section.section .paragraph--type--text-bild.image-left .field-text {
    width: 100%;
    padding: 20px;
  }
  section.section .paragraph--type--text-bild .field-image,
  section.section .paragraph--type--text-bild.image-left .field-image {
    width: 100%;
  }
  section.section .item-downloads-item .field-headline {
    width: -moz-calc(100% - 75px);
    width: calc(100% - 75px);
  }
  section.section .item-downloads-item .field-text {
    margin-top: 20px;
    width: -moz-calc(100% - 75px);
    width: calc(100% - 75px);
  }
  section.section .item-downloads-item .field-datei {
    width: 60px;
    position: relative;
  }
  section.section .item-downloads-item .field-datei a {
    position: absolute;
    top: 0px;
    right: 20px;
    width: 40px;
  }
}
section.zitate {
  display: block;
  position: relative;
  padding: 0;
  padding-left: 115px;
  background-color: #00a0e1;
  color: #FFFFFF;
}
section.zitate .item-zitate-item {
  position: relative;
}
section.zitate .item-zitate-item:before,
section.zitate .item-zitate-item:after {
  content: " ";
  display: table;
}
section.zitate .item-zitate-item:after {
  clear: both;
}
section.zitate .item-zitate-item:before,
section.zitate .item-zitate-item:after {
  content: " ";
  display: table;
}
section.zitate .item-zitate-item:after {
  clear: both;
}
section.zitate .item-zitate-item .field-image {
  display: block;
  float: left;
  width: 30%;
  position: relative;
  min-height: 400px;
  height: 100%;
}
section.zitate .item-zitate-item .field-image .media {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
section.zitate .item-zitate-item .field-text {
  display: block;
  float: left;
  width: 70%;
  padding: 80px 80px 20px;
}
section.zitate .item-zitate-item .field-text p {
  margin: 0;
}
section.zitate .item-zitate-item .field-author {
  float: left;
  font-size: 0.58333333rem;
  display: block;
  padding: 20px 0 0 80px;
}
section.zitate .container-slick-controller {
  position: absolute;
  bottom: 20px;
  right: 40px;
}
section.zitate .container-slick-controller .slick-controller {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
section.zitate .container-slick-controller .slick-arrow {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  display: block;
  width: 80px;
  height: 40px;
  background-image: url('../assets/images/icons/pfeil-w.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}
section.zitate .container-slick-controller .slick-arrow::before {
  display: none;
}
section.zitate .container-slick-controller .slick-arrow.slick-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.item-zitate:first-child:last-child section.zitate {
  min-height: 100vh;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.item-zitate:first-child:last-child section.zitate .paragraph--type--zitate {
  display: block;
  position: relative;
  width: 100%;
}
@media (max-width: 991px) {
  section.zitate {
    padding-left: 0;
  }
  section.zitate .item-zitate-item .field-image {
    min-height: 0;
    height: 0;
    width: 100%;
    overflow: hidden;
    padding-bottom: 75%;
  }
  section.zitate .item-zitate-item .field-text {
    padding: 20px;
    width: 100%;
  }
  section.zitate .item-zitate-item .field-author {
    padding: 0 20px 20px;
    font-size: 1em;
  }
  section.zitate .container-slick-controller {
    bottom: -40px;
    right: 20px;
  }
  section.zitate .container-slick-controller .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
main {
  display: block;
  position: relative;
  min-height: 100vh;
  background-color: #FFFFFF;
}
body.page main {
  padding-top: 88px;
  padding-left: 88px;
}
body.page main .layout-content {
  padding: 20px;
}
@media (max-width: 991px) {
  body.page main {
    padding-left: 48px;
  }
}
.layout-container {
  display: block;
  width: 100%;
  overflow: hidden;
}
section.zitate a,
section.section.green a {
  color: #FFFFFF;
  text-decoration: underline;
}
section.zitate a:hover,
section.section.green a:hover,
section.zitate a:focus,
section.section.green a:focus {
  color: #FFFFFF;
}
a.zoomabel-link {
  display: block;
  position: relative;
}
a.zoomabel-link .icon {
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 1.5em;
  opacity: 0.5;
}
a.zoomabel-link:hover .icon,
a.zoomabel-link:focus .icon {
  opacity: 1;
}
div[data-drupal-messages] {
  position: absolute;
  width: 50%;
  right: 0px;
  top: 0px;
  background-color: #FFFFFF;
  font-size: 12px;
  padding: 10px;
  border-bottom-left-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
#block-lipocare-local-tasks {
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: 20px;
}
#block-lipocare-local-tasks .contextual {
  display: none;
}
#block-lipocare-local-tasks .task-wrap {
  position: relative;
}
#block-lipocare-local-tasks .task-wrap > ul {
  position: absolute;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  right: 0;
  bottom: 4px;
  padding-right: 50px;
}
#block-lipocare-local-tasks .task-wrap > ul > li {
  display: block;
  margin: 0 2px;
  padding: 0;
  -moz-transition: all 375ms linear 0ms;
  transition: all 375ms linear 0ms;
  max-width: 0px;
  opacity: 0.5;
  overflow: hidden;
}
#block-lipocare-local-tasks .task-wrap > ul > li > a {
  display: block;
  color: #00a0e1;
  border: 1px solid #00a0e1;
  background-color: #FFFFFF;
  padding: 0 1em;
  font-size: 0.75rem;
  border-radius: 3px;
  white-space: nowrap;
}
#block-lipocare-local-tasks .task-wrap > ul > li > a.is-active,
#block-lipocare-local-tasks .task-wrap > ul > li > a:hover,
#block-lipocare-local-tasks .task-wrap > ul > li > a:focus {
  color: #FFFFFF;
  background-color: #00a0e1;
  text-decoration: none;
}
#block-lipocare-local-tasks .fa-wrap {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  color: #FFFFFF;
  cursor: pointer;
}
#block-lipocare-local-tasks .fa-wrap::before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  background-color: #00a0e1;
}
#block-lipocare-local-tasks .fa-wrap svg {
  position: absolute;
  z-index: 1;
  width: 50%;
  height: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#block-lipocare-local-tasks .task-wrap:hover > ul > li,
#block-lipocare-local-tasks .fa-wrap:hover + .task-wrap > ul > li {
  max-width: 25vw;
  opacity: 1;
}
@media (max-width: 1199px) {
  #toolbar-administration {
    display: none !important;
  }
  body.toolbar-tray-open.toolbar-vertical.toolbar-fixed {
    margin-left: 0;
  }
  body.toolbar-horizontal.toolbar-fixed header .logo,
  body.toolbar-vertical.toolbar-fixed header .logo {
    top: 0px;
  }
  body.toolbar-horizontal.toolbar-fixed header .header-container,
  body.toolbar-vertical.toolbar-fixed header .header-container {
    height: 100vh;
  }
  body.toolbar-horizontal.toolbar-fixed.toolbar-tray-open header .logo,
  body.toolbar-vertical.toolbar-fixed.toolbar-tray-open header .logo {
    top: 0px;
  }
  body.toolbar-horizontal.toolbar-fixed.toolbar-tray-open header .header-container,
  body.toolbar-vertical.toolbar-fixed.toolbar-tray-open header .header-container {
    top: 0px;
    height: 100vh;
  }
}
