@font-face {
    font-family: "icomoon";
    src: url("/Viseca/assets/fonts/icomoon.ttf?sxdfxi") format("truetype"), url("/Viseca/assets/fonts/icomoon.woff?sxdfxi") format("woff"), url("/Viseca/assets/fonts/icomoon.svg?sxdfxi#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1; /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-instagram:before {
    content: "";
}

.icon-error:before {
    content: "";
}

.icon-videobubble:before {
    content: "";
    color: #4e4e4e;
}

.icon-infobubble:before {
    content: "";
    color: #4e4e4e;
}

.icon-info:before {
    content: "";
}

.icon-check-o:before {
    content: "";
}

.cancel-circle:before {
    display: block;
    content: ' ';
    background-image: url("/Viseca/assets/images/icons/cancel-circle.svg");
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
}

.minus-outline:before {
    display: block;
    content: ' ';
    background-image: url("/Viseca/assets/images/icons/minus-outline.svg");
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
}

.icon-arrow-right:before {
    content: "";
}

.icon-burger:before {
    content: "";
}

.icon-close:before {
    content: "";
}

.icon-expand:before {
    content: "";
}

.icon-facebook:before {
    content: "";
}

.icon-link-arrow:before {
    content: "";
}

.icon-search:before {
    content: "";
}

.icon-twitter:before {
    content: "";
}

.icon-arrow-top:before {
    content: "";
}

.icon-arrow-down:before {
    content: "";
}

.icon-arrow-left:before {
    content: "";
}

.icon-collapse:before {
    content: "";
}

.icon-file-pdf:before {
    content: "";
}

@font-face {
    font-family: "FrutigerLTStd";
    src: url("../fonts/FrutigerLTStd-Light.woff") format("woff"), url("../fonts/FrutigerLTStd-Light.ttf") format("truetype"), url("../fonts/FrutigerLTStd-Light.svg#FrutigerLTStd-Light") format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "FrutigerLTStd";
    src: url("../fonts/FrutigerLTStd-Roman.woff") format("woff"), url("../fonts/FrutigerLTStd-Roman.ttf") format("truetype"), url("../fonts/FrutigerLTStd-Roman.svg#FrutigerLTStd-Roman") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "FrutigerLTStd";
    src: url("../fonts/FrutigerLTStd-Bold.woff") format("woff"), url("../fonts/FrutigerLTStd-Bold.ttf") format("truetype"), url("../fonts/FrutigerLTStd-Bold.svg#FrutigerLTStd-Bold") format("svg");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "FrutigerLTStd-Condensed";
    src: url("../fonts/FrutigerLTStd-LightCn.woff") format("woff"), url("../fonts/FrutigerLTStd-LightCn.ttf") format("truetype"), url("../fonts/FrutigerLTStd-LightCn.svg#FrutigerLTStd-LightCn") format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "FrutigerLTStd-Condensed";
    src: url("../fonts/FrutigerLTStd-Cn.woff") format("woff"), url("../fonts/FrutigerLTStd-Cn.ttf") format("truetype"), url("../fonts/FrutigerLTStd-Cn.svg#FrutigerLTStd-Cn") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "FrutigerLTStd-Condensed";
    src: url("../fonts/FrutigerLTStd-BoldCn.woff") format("woff"), url("../fonts/FrutigerLTStd-BoldCn.ttf") format("truetype"), url("../fonts/FrutigerLTStd-BoldCn.svg#FrutigerLTStd-BoldCn") format("svg");
    font-weight: 700;
    font-style: normal;
}

/* custom checkbox styles */

.jcf-checkbox {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: default;
    background: #fff;
    border: 1px solid #e0e0e0;
    margin: 0 14px 0 0;
    height: 30px;
    width: 30px;
}

    .jcf-checkbox span {
        position: absolute;
        display: none;
        height: 6px;
        width: 12px;
        top: 50%;
        left: 50%;
        margin: -6px 0 0 -6px;
        border: 1px solid #f69f29;
        border-width: 0 0 1px 1px;
        -webkit-transform: rotate(-56deg);
        -ms-transform: rotate(-56deg);
        transform: rotate(-56deg);
    }

    .jcf-checkbox input[type="checkbox"] {
        position: absolute;
        width: 100%;
        height: 100%;
        border: 0;
        margin: 0;
        left: 0;
        top: 0;
    }

    .jcf-checkbox.jcf-checked span {
        display: block;
    }

/* custom radio styles */

.jcf-radio {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    margin: 0 5px 0 0;
    height: 30px;
    width: 30px;
}

    .jcf-radio span {
        display: none;
        position: absolute;
        top: 7px;
        left: 7px;
        right: 7px;
        bottom: 7px;
        background: #f69f29;
        border-radius: 100%;
    }

    .jcf-radio input[type="radio"] {
        position: absolute;
        height: 100%;
        width: 100%;
        border: 0;
        margin: 0;
        left: 0;
        cursor: pointer;
        top: 0;
    }

    .jcf-radio.jcf-checked span {
        display: block;
    }

/* custom select styles */

.jcf-select {
    cursor: pointer;
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    padding: 9px;
    font-size: 16px;
    line-height: 1.375;
    color: #4c4c4c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    -webkit-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;
}

    .jcf-select:focus {
        border-color: #e0e0e0;
        outline: 0;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(224, 224, 224, .6);
    }

    .jcf-select::-moz-placeholder {
        color: #8c8c8c;
        opacity: 1;
    }

    .jcf-select:-ms-input-placeholder {
        color: #8c8c8c;
    }

    .jcf-select::-webkit-input-placeholder {
        color: #8c8c8c;
    }

    .jcf-select.jcf-drop-active .jcf-select-drop {
        opacity: 1;
    }

    .jcf-select:hover .jcf-select-opener {
        color: #000;
    }

    .jcf-select select {
        z-index: 1;
        left: 0;
        top: 0;
    }

    .jcf-select .jcf-select-text {
        cursor: pointer;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        font-size: 16px;
        line-height: 1.9;
        margin: 0 50px 0 0;
        color: #4c4c4c;
    }

        .jcf-select .jcf-select-text .jcf-option-hide-me {
            color: #8c8c8c;
        }

    .jcf-select .jcf-select-opener {
        position: absolute;
        text-align: center;
        background: transparent;
        width: 50px;
        bottom: 0;
        right: 0;
        top: 0;
        border-left: 1px solid #e0e0e0;
        color: #8c8c8c;
        -webkit-transition: color .3s;
        transition: color .3s;
        font-size: 8px;
    }

        .jcf-select .jcf-select-opener:before {
            content: "";
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

body > .jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999;
}

    body > .jcf-select-drop.jcf-drop-flipped {
        margin: 1px 0 0;
    }

.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 1px;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px;
    padding: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto;
}

/* multiple select styles */

.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #b8c3c9;
    min-width: 200px;
    margin: 0 15px;
}

/* select options styles */

.jcf-list {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #fff;
    line-height: 1.375;
    font-size: 16px;
    width: 100%;
    padding: 9px 0;
}

    .jcf-list .jcf-list-content {
        vertical-align: top;
        display: inline-block;
        overflow: auto;
        width: 100%;
    }

    .jcf-list ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .jcf-list ul li {
            overflow: hidden;
            display: block;
        }

    .jcf-list .jcf-overflow {
        overflow: auto;
    }

    .jcf-list .jcf-option {
        white-space: nowrap;
        overflow: hidden;
        cursor: default;
        display: block;
        padding: 9px;
        color: #4c4c4c;
        -webkit-transition: color .3s;
        transition: color .3s;
        cursor: pointer;
    }

        .jcf-list .jcf-option.jcf-option-hide-me {
            display: none;
        }

    .jcf-list .jcf-disabled {
        background: #fff !important;
        color: #aaa !important;
    }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
    color: #437aaf;
}

.jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
    background: #ddd !important;
}

/*!
 * Datepicker for Bootstrap v1.7.0-dev (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker {
    padding: 4px;
    border-radius: 4px;
    direction: ltr;
    opacity: 1;
    visibility: visible;
}

    .datepicker .table-condensed > thead > tr > th,
    .datepicker .table-condensed > thead > tr > td,
    .datepicker .table-condensed > tbody > tr > th,
    .datepicker .table-condensed > tbody > tr > td,
    .datepicker .table-condensed > tfoot > tr > th,
    .datepicker .table-condensed > tfoot > tr > td {
        padding: 8px;
    }

.datepicker-inline {
    width: 220px;
}

.datepicker.datepicker-rtl {
    direction: rtl;
}

    .datepicker.datepicker-rtl.dropdown-menu {
        left: auto;
    }

    .datepicker.datepicker-rtl table tr td span {
        float: right;
    }

.datepicker-dropdown {
    top: 0;
    left: 0;
}

    .datepicker-dropdown:before {
        content: "";
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #999;
        border-top: 0;
        border-bottom-color: rgba(0, 0, 0, .2);
        position: absolute;
    }

    .datepicker-dropdown:after {
        content: "";
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-top: 0;
        position: absolute;
    }

    .datepicker-dropdown.datepicker-orient-left:before {
        left: 6px;
    }

    .datepicker-dropdown.datepicker-orient-left:after {
        left: 7px;
    }

    .datepicker-dropdown.datepicker-orient-right:before {
        right: 6px;
    }

    .datepicker-dropdown.datepicker-orient-right:after {
        right: 7px;
    }

    .datepicker-dropdown.datepicker-orient-bottom:before {
        top: -7px;
    }

    .datepicker-dropdown.datepicker-orient-bottom:after {
        top: -6px;
    }

    .datepicker-dropdown.datepicker-orient-top:before {
        bottom: -7px;
        border-bottom: 0;
        border-top: 7px solid #999;
    }

    .datepicker-dropdown.datepicker-orient-top:after {
        bottom: -6px;
        border-bottom: 0;
        border-top: 6px solid #fff;
    }

.datepicker table {
    margin: 0;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.datepicker td,
.datepicker th {
    -webkit-transition: background .3s;
    transition: background .3s;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
    background: #e0e0e0;
    cursor: pointer;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #999;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: none;
    color: #999;
    cursor: default;
}

.datepicker table tr td.highlighted {
    background: #d9edf7;
    border-radius: 0;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    background-color: #fde19a;
    background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    color: #000;
}

    .datepicker table tr td.today:hover,
    .datepicker table tr td.today:hover:hover,
    .datepicker table tr td.today.disabled:hover,
    .datepicker table tr td.today.disabled:hover:hover,
    .datepicker table tr td.today:active,
    .datepicker table tr td.today:hover:active,
    .datepicker table tr td.today.disabled:active,
    .datepicker table tr td.today.disabled:hover:active,
    .datepicker table tr td.today.active,
    .datepicker table tr td.today:hover.active,
    .datepicker table tr td.today.disabled.active,
    .datepicker table tr td.today.disabled:hover.active,
    .datepicker table tr td.today.disabled,
    .datepicker table tr td.today:hover.disabled,
    .datepicker table tr td.today.disabled.disabled,
    .datepicker table tr td.today.disabled:hover.disabled,
    .datepicker table tr td.today[disabled],
    .datepicker table tr td.today:hover[disabled],
    .datepicker table tr td.today.disabled[disabled],
    .datepicker table tr td.today.disabled:hover[disabled] {
        background-color: #fdf59a;
    }

        .datepicker table tr td.today:active,
        .datepicker table tr td.today:hover:active,
        .datepicker table tr td.today.disabled:active,
        .datepicker table tr td.today.disabled:hover:active,
        .datepicker table tr td.today.active,
        .datepicker table tr td.today:hover.active,
        .datepicker table tr td.today.disabled.active,
        .datepicker table tr td.today.disabled:hover.active {
            background-color: #fbf069 \9;
        }

        .datepicker table tr td.today:hover:hover {
            color: #000;
        }

        .datepicker table tr td.today.active:hover {
            color: #fff;
        }

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
    background: #e0e0e0;
    border-radius: 0;
}

    .datepicker table tr td.range.today,
    .datepicker table tr td.range.today:hover,
    .datepicker table tr td.range.today.disabled,
    .datepicker table tr td.range.today.disabled:hover {
        background-color: #f3d17a;
        background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
        background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
        background-repeat: repeat-x;
        border-color: #f3e97a #f3e97a #edde34;
        border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
        border-radius: 0;
    }

        .datepicker table tr td.range.today:hover,
        .datepicker table tr td.range.today:hover:hover,
        .datepicker table tr td.range.today.disabled:hover,
        .datepicker table tr td.range.today.disabled:hover:hover,
        .datepicker table tr td.range.today:active,
        .datepicker table tr td.range.today:hover:active,
        .datepicker table tr td.range.today.disabled:active,
        .datepicker table tr td.range.today.disabled:hover:active,
        .datepicker table tr td.range.today.active,
        .datepicker table tr td.range.today:hover.active,
        .datepicker table tr td.range.today.disabled.active,
        .datepicker table tr td.range.today.disabled:hover.active,
        .datepicker table tr td.range.today.disabled,
        .datepicker table tr td.range.today:hover.disabled,
        .datepicker table tr td.range.today.disabled.disabled,
        .datepicker table tr td.range.today.disabled:hover.disabled,
        .datepicker table tr td.range.today[disabled],
        .datepicker table tr td.range.today:hover[disabled],
        .datepicker table tr td.range.today.disabled[disabled],
        .datepicker table tr td.range.today.disabled:hover[disabled] {
            background-color: #f3e97a;
        }

            .datepicker table tr td.range.today:active,
            .datepicker table tr td.range.today:hover:active,
            .datepicker table tr td.range.today.disabled:active,
            .datepicker table tr td.range.today.disabled:hover:active,
            .datepicker table tr td.range.today.active,
            .datepicker table tr td.range.today:hover.active,
            .datepicker table tr td.range.today.disabled.active,
            .datepicker table tr td.range.today.disabled:hover.active {
                background-color: #efe24b \9;
            }

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
    background-color: #9e9e9e;
    background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
    background-image: linear-gradient(to bottom, #b3b3b3, #808080);
    background-repeat: repeat-x;
    border-color: #808080 #808080 #595959;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}

    .datepicker table tr td.selected:hover,
    .datepicker table tr td.selected:hover:hover,
    .datepicker table tr td.selected.disabled:hover,
    .datepicker table tr td.selected.disabled:hover:hover,
    .datepicker table tr td.selected:active,
    .datepicker table tr td.selected:hover:active,
    .datepicker table tr td.selected.disabled:active,
    .datepicker table tr td.selected.disabled:hover:active,
    .datepicker table tr td.selected.active,
    .datepicker table tr td.selected:hover.active,
    .datepicker table tr td.selected.disabled.active,
    .datepicker table tr td.selected.disabled:hover.active,
    .datepicker table tr td.selected.disabled,
    .datepicker table tr td.selected:hover.disabled,
    .datepicker table tr td.selected.disabled.disabled,
    .datepicker table tr td.selected.disabled:hover.disabled,
    .datepicker table tr td.selected[disabled],
    .datepicker table tr td.selected:hover[disabled],
    .datepicker table tr td.selected.disabled[disabled],
    .datepicker table tr td.selected.disabled:hover[disabled] {
        background-color: #808080;
    }

        .datepicker table tr td.selected:active,
        .datepicker table tr td.selected:hover:active,
        .datepicker table tr td.selected.disabled:active,
        .datepicker table tr td.selected.disabled:hover:active,
        .datepicker table tr td.selected.active,
        .datepicker table tr td.selected:hover.active,
        .datepicker table tr td.selected.disabled.active,
        .datepicker table tr td.selected.disabled:hover.active {
            background-color: #666 \9;
        }

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    background: #f69f29;
    color: #fff;
}

    .datepicker table tr td.active:hover,
    .datepicker table tr td.active:hover:hover,
    .datepicker table tr td.active.disabled:hover,
    .datepicker table tr td.active.disabled:hover:hover,
    .datepicker table tr td.active:active,
    .datepicker table tr td.active:hover:active,
    .datepicker table tr td.active.disabled:active,
    .datepicker table tr td.active.disabled:hover:active,
    .datepicker table tr td.active.active,
    .datepicker table tr td.active:hover.active,
    .datepicker table tr td.active.disabled.active,
    .datepicker table tr td.active.disabled:hover.active,
    .datepicker table tr td.active.disabled,
    .datepicker table tr td.active:hover.disabled,
    .datepicker table tr td.active.disabled.disabled,
    .datepicker table tr td.active.disabled:hover.disabled,
    .datepicker table tr td.active[disabled],
    .datepicker table tr td.active:hover[disabled],
    .datepicker table tr td.active.disabled[disabled],
    .datepicker table tr td.active.disabled:hover[disabled] {
        background-color: #f69f29;
    }

        .datepicker table tr td.active:active,
        .datepicker table tr td.active:hover:active,
        .datepicker table tr td.active.disabled:active,
        .datepicker table tr td.active.disabled:hover:active,
        .datepicker table tr td.active.active,
        .datepicker table tr td.active:hover.active,
        .datepicker table tr td.active.disabled.active,
        .datepicker table tr td.active.disabled:hover.active {
            background-color: #039 \9;
        }

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px;
}

    .datepicker table tr td span:hover,
    .datepicker table tr td span.focused {
        background: #e0e0e0;
    }

    .datepicker table tr td span.disabled,
    .datepicker table tr td span.disabled:hover {
        background: none;
        color: #999;
        cursor: default;
    }

    .datepicker table tr td span.active,
    .datepicker table tr td span.active:hover,
    .datepicker table tr td span.active.disabled,
    .datepicker table tr td span.active.disabled:hover {
        background-color: #f69f29;
        color: #fff;
    }

        .datepicker table tr td span.active:hover,
        .datepicker table tr td span.active:hover:hover,
        .datepicker table tr td span.active.disabled:hover,
        .datepicker table tr td span.active.disabled:hover:hover,
        .datepicker table tr td span.active:active,
        .datepicker table tr td span.active:hover:active,
        .datepicker table tr td span.active.disabled:active,
        .datepicker table tr td span.active.disabled:hover:active,
        .datepicker table tr td span.active.active,
        .datepicker table tr td span.active:hover.active,
        .datepicker table tr td span.active.disabled.active,
        .datepicker table tr td span.active.disabled:hover.active,
        .datepicker table tr td span.active.disabled,
        .datepicker table tr td span.active:hover.disabled,
        .datepicker table tr td span.active.disabled.disabled,
        .datepicker table tr td span.active.disabled:hover.disabled,
        .datepicker table tr td span.active[disabled],
        .datepicker table tr td span.active:hover[disabled],
        .datepicker table tr td span.active.disabled[disabled],
        .datepicker table tr td span.active.disabled:hover[disabled] {
            background-color: #f69f29;
        }

            .datepicker table tr td span.active:active,
            .datepicker table tr td span.active:hover:active,
            .datepicker table tr td span.active.disabled:active,
            .datepicker table tr td span.active.disabled:hover:active,
            .datepicker table tr td span.active.active,
            .datepicker table tr td span.active:hover.active,
            .datepicker table tr td span.active.disabled.active,
            .datepicker table tr td span.active.disabled:hover.active {
                background-color: #039 \9;
            }

    .datepicker table tr td span.old,
    .datepicker table tr td span.new {
        color: #999;
    }

.datepicker .datepicker-switch {
    width: 145px;
}

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
    cursor: pointer;
}

    .datepicker .datepicker-switch:hover,
    .datepicker .prev:hover,
    .datepicker .next:hover,
    .datepicker tfoot tr th:hover {
        background: #e0e0e0;
    }

    .datepicker .prev.disabled,
    .datepicker .next.disabled {
        visibility: hidden;
    }

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}

.input-append.date .add-on,
.input-prepend.date .add-on {
    cursor: pointer;
}

    .input-append.date .add-on i,
    .input-prepend.date .add-on i {
        margin-top: 3px;
    }

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

    .input-daterange input:first-child {
        border-radius: 3px 0 0 3px;
    }

    .input-daterange input:last-child {
        border-radius: 0 3px 3px 0;
    }

.input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 18px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #e0e0e0;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px;
}

.ui-autocomplete {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after,
.slick-track:after,
.navbar-nav:after,
.components-showdown:after,
#main > .--container-fluid:after,
#main > .container-fluid:after {
    content: "";
    display: block;
    clear: both;
}

.jcf-select .jcf-select-opener:before,
.btn-link:after,
.pdf-download2:before,
[href$=".pdf"]:before,
.breadcrumb li + li:before,
.breadcrumb .breadcrumb-opener:before,
.panel-group .panel-title > a:after,
.carousel .slick-arrow:before,
.list--icon li:after,
.quick-links a:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1; /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ellipsis {
    white-space: nowrap; /* 1 */
    text-overflow: ellipsis; /* 2 */
    overflow: hidden;
}

.gap {
    height: 32px;
}

    .gap.gap-xs {
        height: 8px;
    }

    .gap.gap-sm {
        height: 16px;
    }

    .gap.gap-md {
        height: 48px;
    }

    .gap.gap-lg {
        height: 64px;
    }

    .gap.gap-xl {
        height: 128px;
    }

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

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

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

.mb-h1 {
    margin-bottom: 29px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 0;
}

h1,
.h1 {
    font-weight: 300;
    font-size: 32px;
    line-height: 1.15;
}

h2,
.h2 {
    font-weight: 300;
    line-height: 1.15;
    font-size: 26px;
}

h3,
.h3 {
    line-height: 1.33;
}

h4,
.h4 {
    line-height: 1.4;
}

.lead {
    line-height: 1.44;
    font-size: 20px;
}

.container-fluid.container-large .lead {
    max-width: 900px;
    margin: 0 auto;
}

.form-title {
    font-size: 24px;
    font-weight: 300;
}

small,
.small {
    line-height: 1.3;
    font-size: 87.5%;
}

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

html {
    overflow-x: hidden;
}

body {
    font-weight: 300;
    -ms-overflow-style: scrollbar;
    min-width: 320px;
}

    body.js-opened-state {
        overflow: hidden;
    }

a {
    -webkit-transition: color .3s;
    transition: color .3s;
}

img {
    max-width: 100%;
}

.container,
.container-fluid,
.container-flex {
    padding-left: 20px;
    padding-right: 20px;
}

.container-fluid {
    max-width: 1220px;
}

.container-flex {
    display: table-cell;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.container-wide {
    max-width: 1366px;
}

.container-large {
    max-width: 1480px;
}

.container-no-spacing {
    padding-left: 0;
    padding-right: 0;
}

.breadcrumbs-block.invisible + #main > div:first-child {
    padding-top: 0;
}

.breadcrumbs-block.invisible + #main > div.hero-container {
    padding-top: 0;
}

#main {
    padding: 0;
}

    #main > *:last-child.table-holder {
        padding-bottom: 35px;
    }

    #main > div:first-child {
        padding-top: 55px;
    }

    #main > div.hero-container {
        padding-top: 0;
    }

        #main > div.hero-container > .components-showdown > .demo-section {
            padding-top: 0;
            padding-bottom: 0;
        }

        #main > div.hero-container .two-col > .components-showdown {
            padding-top: 0;
            padding-bottom: 0;
        }

            #main > div.hero-container .two-col > .components-showdown .two-col-row > .col-xs-12.col-sm-6 .image-preview,
            #main > div.hero-container .two-col > .components-showdown .two-col-row > .col-xs-12.col-sm-6 .image-slider-container {
                left: 70px;
                position: relative;
            }

                #main > div.hero-container .two-col > .components-showdown .two-col-row > .col-xs-12.col-sm-6 .image-slider-container .gallery-controls {
                    position: absolute;
                    bottom: 10px;
                    background-color: rgba(255, 255, 255, .95);
                    padding: 10px 0;
                    left: 50%;
                    -webkit-transform: translateX(-50%);
                    -ms-transform: translateX(-50%);
                    transform: translateX(-50%);
                }

        #main > div.hero-container > .components-showdown {
            padding-top: 0;
            padding-bottom: 0;
        }

.container-fluid.remove-padding {
    padding-top: 0;
    padding-bottom: 0;
}

#wrapper {
    overflow: hidden;
    max-width: 100vw;
}

.bg-cover {
    background-size: cover;
}

.bg-video {
    position: relative;
    overflow: hidden;
}

    .bg-video .video {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: -100;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        background-size: cover;
        -webkit-transition: 1s opacity;
        transition: 1s opacity;
    }

    .bg-video video::-webkit-media-controls-start-playback-button {
        display: none;
    }

.bg-gray {
    background-color: #f6f6f6;
}

.bg-dark-gray {
    background-color: #323231;
}

.bg-white {
    background-color: #fff;
}

.bg-brown {
    background-color: #faf5ef;
}

.bg-blue {
    background-color: #c3dcf1;
}

.bg-image {
    background-size: cover;
}

.black-text {
    color: black;
}

.white-text {
    color: white;
}

.link {
    color: #74a0ca;
    -webkit-transition: color .3s;
    transition: color .3s;
}

    .link:hover {
        color: #437aaf;
    }

:-webkit-full-screen:not(:root) {
    background-image: none !important;
}

:-ms-fullscreen:not(:root) {
    background-image: none !important;
}

:fullscreen:not(:root) {
    background-image: none !important;
}

video::-webkit-media-controls {
    overflow: hidden !important;
}

video::-webkit-media-controls-enclosure {
    width: calc(100% + 32px);
    margin-left: auto;
}

.default-video {
    margin-bottom: 15px;
}

    .default-video video {
        display: block;
        width: 100%;
        height: auto;
    }

        .default-video video:-webkit-full-screen:not(:root),
        .default-video video:-webkit-full-screen {
            background-image: none !important;
        }

        .default-video video:fullscreen:not(:root),
        .default-video video:-webkit-full-screen {
            background-image: none !important;
        }

.default-video--youtube {
    position: relative;
    padding-bottom: calc(56.25% - 2px); /* 16:9 */
    height: 0;
}

    .default-video--youtube iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.default-video .video-overlay {
    -webkit-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 50;
}

.default-video video[autoplay]::-webkit-media-controls-start-playback-button {
    display: none;
}

.visible-lg-flex {
    display: none !important;
}

.visible-xs-flex {
    display: none !important;
}

.wysiwyg-text:after {
    content: "";
    display: block;
    padding-bottom: 1px;
    opacity: 0;
}

.dropdown-menu:not(.datepicker) {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
    display: block;
}

.open > .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.ui-autocomplete {
    background-color: #fff;
    z-index: 1010;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    color: #74a0ca;
    font-size: 16px;
    max-height: 300px;
    overflow-y: scroll;
    padding: 9px 0;
    position: absolute;
    top: 100% !important;
    font-weight: 300;
}

    .ui-autocomplete .ui-menu-item {
        display: block;
        padding: 7px 20px;
        cursor: pointer;
        -webkit-transition: color .3s;
        transition: color .3s;
    }

        .ui-autocomplete .ui-menu-item:hover {
            color: #437aaf;
        }

.ui-helper-hidden-accessible {
    position: absolute;
    left: -9999px;
    top: -9999px;
    height: 1px;
    overflow: hidden;
}

.custom-switch {
    position: relative;
}

    .custom-switch .jcf-checkbox {
        display: none;
    }

        .custom-switch > [type="checkbox"]:checked,
        .custom-switch > [type="checkbox"]:not(:checked),
        .custom-switch > [type="checkbox"].jcf-checked,
        .custom-switch > [type="checkbox"]:not(.jcf-checked),
        .custom-switch .jcf-checkbox:checked,
        .custom-switch .jcf-checkbox:not(:checked),
        .custom-switch .jcf-checkbox.jcf-checked,
        .custom-switch .jcf-checkbox:not(.jcf-checked) {
            display: none;
            width: 0;
            height: 0;
            opacity: 0;
        }

            .custom-switch > [type="checkbox"]:checked + label a,
            .custom-switch > [type="checkbox"]:not(:checked) + label a,
            .custom-switch > [type="checkbox"].jcf-checked + label a,
            .custom-switch > [type="checkbox"]:not(.jcf-checked) + label a,
            .custom-switch .jcf-checkbox:checked + label a,
            .custom-switch .jcf-checkbox:not(:checked) + label a,
            .custom-switch .jcf-checkbox.jcf-checked + label a,
            .custom-switch .jcf-checkbox:not(.jcf-checked) + label a {
                cursor: default;
                pointer-events: none;
            }

            .custom-switch > [type="checkbox"]:checked + label .fake-checkbox:before,
            .custom-switch > [type="checkbox"].jcf-checked + label .fake-checkbox:before,
            .custom-switch .jcf-checkbox:checked + label .fake-checkbox:before,
            .custom-switch .jcf-checkbox.jcf-checked + label .fake-checkbox:before {
                -webkit-transform: translateX(30px) translateX(-12px) translateX(-2px) translateX(-2px);
                -ms-transform: translateX(30px) translateX(-12px) translateX(-2px) translateX(-2px);
                transform: translateX(30px) translateX(-12px) translateX(-2px) translateX(-2px);
            }

            .custom-switch > [type="checkbox"]:checked + label a,
            .custom-switch > [type="checkbox"].jcf-checked + label a,
            .custom-switch .jcf-checkbox:checked + label a,
            .custom-switch .jcf-checkbox.jcf-checked + label a {
                cursor: pointer;
                pointer-events: visible;
            }

    .custom-switch label {
        margin: 0;
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
    }

    .custom-switch a {
        display: inline-block;
        vertical-align: middle;
    }

    .custom-switch .fake-checkbox {
        width: 30px;
        height: 16px;
        border-radius: 8px;
        background: #8c8c8c;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        margin-top: 2px;
    }

        .custom-switch .fake-checkbox:before {
            content: "";
            position: absolute;
            left: 2px;
            top: 2px;
            bottom: 2px;
            width: calc(16px - (2px * 2));
            height: calc(16px - (2px * 2));
            border-radius: 50%;
            background: #f6f6f6;
            -webkit-transition: -webkit-transform .3s, rotate .3s, background .3s;
            transition: transform .3s, rotate .3s, background .3s;
        }

.section-bg-preview {
    width: 200px;
    height: 200px;
    display: inline-block;
    vertical-align: top;
    padding: 30px;
    margin: 15px;
    border: 1px solid #4c4c4c;
}

.video-preview {
    width: calc(100% - 30px);
    height: 300px;
}

.image-preview {
    margin: 0 0 15px;
    position: relative;
}

    .image-preview .overlay-link {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }

.img-wide {
    margin-right: auto;
    margin-left: auto;
}

.components-showdown > .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .components-showdown > .row.center-items {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

.jcf-select-drop {
    visibility: hidden !important;
    opacity: 0 !important;
    -webkit-transition: opacity .3s, visibility .3s !important;
    transition: opacity .3s, visibility .3s !important;
}

    .jcf-select-drop.jcf-select-drop-shown {
        visibility: visible !important;
        opacity: 1 !important;
    }

[data-play-button] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/play-button.svg") 50% 50% no-repeat;
    background-size: 80px 80px;
    z-index: 99;
    -webkit-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
    opacity: .4;
}

    [data-play-button]:hover {
        opacity: 1;
    }

.js-video-active [data-play-button] {
    visibility: hidden;
    opacity: 0;
}

.js-video-active .video-overlay {
    opacity: 0;
    visibility: hidden;
}

.alert {
    margin: 0;
}

    .alert .close {
        opacity: .7;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
        color: #4c4c4c;
        outline: none !important;
    }

        .alert .close:hover {
            opacity: 1;
        }

    .alert.visible {
        display: block;
    }

    .alert.hidden {
        display: none;
    }

.container-fluid.container-full-width {
    max-width: none;
}

    .container-fluid.container-full-width .wysiwyg-text {
        padding: 0;
    }

.container-fluid.container-large {
    padding-left: 0;
    padding-right: 0;
}

.alert-default {
    border-bottom: 1px solid #d8d8d8;
    background: #fff;
    font-size: 14px;
}

    .alert-default p {
        margin: 0;
    }

    .alert-default table {
        width: auto;
    }

        .alert-default table tr td,
        .alert-default table tr th {
            padding: 0;
            border: none;
            line-height: 1.375;
        }

            .alert-default table tr td:first-child,
            .alert-default table tr th:first-child {
                width: auto;
            }

.progress {
    height: 30px;
    box-shadow: none;
}

    .progress.loading .progress-bar {
        -webkit-animation-name: progress-animation;
        animation-name: progress-animation;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .progress.loading .label {
        cursor: default;
        pointer-events: none;
        color: #a57f4c;
    }

.progress-bar {
    box-shadow: none;
    display: table-cell;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

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

    .progress-bar .label {
        line-height: .8;
        white-space: nowrap;
        padding: 0 10px;
        display: block;
    }

.two-col-row > .col-xs-6 {
    width: 49%;
}

.btn {
    font-size: 16px;
    border-width: 2px;
    line-height: 1.3;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: border-color .3s, background-color .3s, color .3s;
    transition: border-color .3s, background-color .3s, color .3s;
    max-width: 100%;
}

    .btn:hover,
    .btn.hover,
    .btn:focus,
    .btn.focus,
    .btn:active,
    .btn.active {
        outline: none !important;
    }

    .btn.disabled,
    .btn[disabled] {
        color: #000 !important;
    }

    .btn.inline-block {
        margin-right: 4rem;
        margin-left: 0;
        margin-bottom: 2rem;
    }

.btn-loading {
    position: relative;
}

    .btn-loading:before {
        content: "";
        background: url("../images/ring.svg") no-repeat 50% 50%;
        width: 30px;
        height: 30px;
        position: absolute;
        left: 5px;
        top: 50%;
        margin-top: -15px;
        background-size: contain;
        -webkit-animation: spin-rotation 1s infinite linear;
        animation: spin-rotation 1s infinite linear;
    }

.btn-default:hover,
.btn-default.hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
    box-shadow: none;
    border-color: #e0e0e0;
    background-color: #fff;
    color: #f69f29;
}

    .btn-default:hover:focus,
    .btn-default:hover.focus,
    .btn-default:hover.hover,
    .btn-default:hover:hover,
    .btn-default.hover:focus,
    .btn-default.hover.focus,
    .btn-default.hover.hover,
    .btn-default.hover:hover,
    .btn-default:focus:focus,
    .btn-default:focus.focus,
    .btn-default:focus.hover,
    .btn-default:focus:hover,
    .btn-default.focus:focus,
    .btn-default.focus.focus,
    .btn-default.focus.hover,
    .btn-default.focus:hover,
    .btn-default:active:focus,
    .btn-default:active.focus,
    .btn-default:active.hover,
    .btn-default:active:hover,
    .btn-default.active:focus,
    .btn-default.active.focus,
    .btn-default.active.hover,
    .btn-default.active:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus,
    .open > .btn-default.dropdown-toggle.hover,
    .open > .btn-default.dropdown-toggle:hover {
        box-shadow: none;
        border-color: #e0e0e0;
        background-color: #fff;
        color: #f69f29;
    }

.btn-primary:hover,
.btn-primary.hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    box-shadow: none;
    border-color: #f69f29;
    background-color: #f69f29;
    color: #fff;
}

    .btn-primary:hover:focus,
    .btn-primary:hover.focus,
    .btn-primary:hover.hover,
    .btn-primary:hover:hover,
    .btn-primary.hover:focus,
    .btn-primary.hover.focus,
    .btn-primary.hover.hover,
    .btn-primary.hover:hover,
    .btn-primary:focus:focus,
    .btn-primary:focus.focus,
    .btn-primary:focus.hover,
    .btn-primary:focus:hover,
    .btn-primary.focus:focus,
    .btn-primary.focus.focus,
    .btn-primary.focus.hover,
    .btn-primary.focus:hover,
    .btn-primary:active:focus,
    .btn-primary:active.focus,
    .btn-primary:active.hover,
    .btn-primary:active:hover,
    .btn-primary.active:focus,
    .btn-primary.active.focus,
    .btn-primary.active.hover,
    .btn-primary.active:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus,
    .open > .btn-primary.dropdown-toggle.hover,
    .open > .btn-primary.dropdown-toggle:hover {
        box-shadow: none;
        border-color: #f69f29;
        background-color: #f69f29;
        color: #fff;
    }

.btn-success:hover,
.btn-success.hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
    box-shadow: none;
    border-color: #5cb85c;
    background-color: #5cb85c;
    color: #fff;
}

    .btn-success:hover:focus,
    .btn-success:hover.focus,
    .btn-success:hover.hover,
    .btn-success:hover:hover,
    .btn-success.hover:focus,
    .btn-success.hover.focus,
    .btn-success.hover.hover,
    .btn-success.hover:hover,
    .btn-success:focus:focus,
    .btn-success:focus.focus,
    .btn-success:focus.hover,
    .btn-success:focus:hover,
    .btn-success.focus:focus,
    .btn-success.focus.focus,
    .btn-success.focus.hover,
    .btn-success.focus:hover,
    .btn-success:active:focus,
    .btn-success:active.focus,
    .btn-success:active.hover,
    .btn-success:active:hover,
    .btn-success.active:focus,
    .btn-success.active.focus,
    .btn-success.active.hover,
    .btn-success.active:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus,
    .open > .btn-success.dropdown-toggle.hover,
    .open > .btn-success.dropdown-toggle:hover {
        box-shadow: none;
        border-color: #5cb85c;
        background-color: #5cb85c;
        color: #fff;
    }

.btn-info:hover,
.btn-info.hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
    box-shadow: none;
    border-color: #f69f29;
    background-color: transparent;
    color: #000;
}

    .btn-info:hover:focus,
    .btn-info:hover.focus,
    .btn-info:hover.hover,
    .btn-info:hover:hover,
    .btn-info.hover:focus,
    .btn-info.hover.focus,
    .btn-info.hover.hover,
    .btn-info.hover:hover,
    .btn-info:focus:focus,
    .btn-info:focus.focus,
    .btn-info:focus.hover,
    .btn-info:focus:hover,
    .btn-info.focus:focus,
    .btn-info.focus.focus,
    .btn-info.focus.hover,
    .btn-info.focus:hover,
    .btn-info:active:focus,
    .btn-info:active.focus,
    .btn-info:active.hover,
    .btn-info:active:hover,
    .btn-info.active:focus,
    .btn-info.active.focus,
    .btn-info.active.hover,
    .btn-info.active:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus,
    .open > .btn-info.dropdown-toggle.hover,
    .open > .btn-info.dropdown-toggle:hover {
        box-shadow: none;
        border-color: #f69f29;
        background-color: transparent;
        color: #f69f29;
    }

.btn-warning:hover,
.btn-warning.hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
    box-shadow: none;
    border-color: #ca7808;
    background-color: #ca7808;
    color: #fff;
}

    .btn-warning:hover:focus,
    .btn-warning:hover.focus,
    .btn-warning:hover.hover,
    .btn-warning:hover:hover,
    .btn-warning.hover:focus,
    .btn-warning.hover.focus,
    .btn-warning.hover.hover,
    .btn-warning.hover:hover,
    .btn-warning:focus:focus,
    .btn-warning:focus.focus,
    .btn-warning:focus.hover,
    .btn-warning:focus:hover,
    .btn-warning.focus:focus,
    .btn-warning.focus.focus,
    .btn-warning.focus.hover,
    .btn-warning.focus:hover,
    .btn-warning:active:focus,
    .btn-warning:active.focus,
    .btn-warning:active.hover,
    .btn-warning:active:hover,
    .btn-warning.active:focus,
    .btn-warning.active.focus,
    .btn-warning.active.hover,
    .btn-warning.active:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus,
    .open > .btn-warning.dropdown-toggle.hover,
    .open > .btn-warning.dropdown-toggle:hover {
        box-shadow: none;
        border-color: #ca7808;
        background-color: #ca7808;
        color: #fff;
    }

.btn-danger:hover,
.btn-danger.hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
    box-shadow: none;
    border-color: #e95e31;
    background-color: #e95e31;
    color: #fff;
}

    .btn-danger:hover:focus,
    .btn-danger:hover.focus,
    .btn-danger:hover.hover,
    .btn-danger:hover:hover,
    .btn-danger.hover:focus,
    .btn-danger.hover.focus,
    .btn-danger.hover.hover,
    .btn-danger.hover:hover,
    .btn-danger:focus:focus,
    .btn-danger:focus.focus,
    .btn-danger:focus.hover,
    .btn-danger:focus:hover,
    .btn-danger.focus:focus,
    .btn-danger.focus.focus,
    .btn-danger.focus.hover,
    .btn-danger.focus:hover,
    .btn-danger:active:focus,
    .btn-danger:active.focus,
    .btn-danger:active.hover,
    .btn-danger:active:hover,
    .btn-danger.active:focus,
    .btn-danger.active.focus,
    .btn-danger.active.hover,
    .btn-danger.active:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus,
    .open > .btn-danger.dropdown-toggle.hover,
    .open > .btn-danger.dropdown-toggle:hover {
        box-shadow: none;
        border-color: #e95e31;
        background-color: #e95e31;
        color: #fff;
    }

.btn-link {
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-right: 30px;
}

    .btn-link:after {
        content: "";
        margin-left: 12px;
        font-size: 1.2em;
        display: inline-block;
        vertical-align: middle;
        margin-top: -.1em;
        height: calc(16px * 1.375);
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .btn-link.btn-link-position-center:after {
        right: auto;
    }

.btn-position-center,
.btn-link-position-center {
    display: table;
    margin: auto;
    text-align: center;
}

.btn-primary {
    margin-bottom: 1rem;
    margin-right: 1rem;
    min-width: 220px;
}

    .btn-primary.btn-position-center,
    .btn-primary.btn-link-position-center {
        display: table;
        margin: auto;
        margin-left: auto;
    }

/* need to reset center position on desktop because of VIS-450 */

/* need to get text and image closer together VIS-660 */

.btn-link-position-right_sm,
.btn-position-right_sm {
    float: right;
}

.btn-link-position-left_sm,
.btn-position-left_sm {
    float: none;
}

.btn-link-position-right_md,
.btn-position-right_md {
    float: right;
}

.btn-link-position-left_md,
.btn-position-left_md {
    float: none;
}

.btn-position-right,
.btn-link-position-right {
    float: right;
}

.info-bar .info-item a.btn {
    color: black;
    padding-top: 15px;
    padding-bottom: 11px;
}

    .info-bar .info-item a.btn:hover {
        color: #fff;
    }

.appstore {
    display: inline-block;
    margin-bottom: 20px;
}

.btn-block {
    width: auto !important;
}

.pdf-download2:before,
[href$=".pdf"]:before {
    content: "";
    margin-right: 12px;
    color: black;
}

.pdf-download:after,
[href$=".pdf"]:after {
    content: none;
}

a[href=""] {
    cursor: default;
}

form label {
    font-size: 18px;
}

label {
    margin-bottom: 5px;
}

.input-group-btn > .btn {
    min-height: 0;
    border-width: 1px;
}

.form-control,
.jcf-select-form-control {
    box-shadow: none;
    font-weight: 300;
    padding: 9px;
    -webkit-appearance: none;
}

    .form-control:focus,
    .jcf-select-form-control:focus {
        box-shadow: none;
    }

    .form-control.mask-input::-webkit-input-placeholder,
    .jcf-select-form-control.mask-input::-webkit-input-placeholder {
        display: block !important;
    }

    .form-control.mask-input::-moz-placeholder,
    .jcf-select-form-control.mask-input::-moz-placeholder {
        opacity: 1;
        display: block !important;
    }

    .form-control.mask-input:-moz-placeholder,
    .jcf-select-form-control.mask-input:-moz-placeholder {
        display: block !important;
    }

    .form-control.mask-input:-ms-input-placeholder,
    .jcf-select-form-control.mask-input:-ms-input-placeholder {
        display: block !important;
    }

    .form-control.mask-input.placeholder,
    .jcf-select-form-control.mask-input.placeholder {
        display: block !important;
    }

    .form-control .jump-next-line,
    .jcf-select-form-control .jump-next-line {
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
        width: 100%;
    }

        .form-control .jump-next-line:focus,
        .jcf-select-form-control .jump-next-line:focus {
            box-shadow: none;
            outline: none;
        }

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

.radio-inline,
.checkbox-inline {
    padding: 10px 0;
}

    .radio-inline + .radio-inline,
    .radio-inline + .checkbox-inline,
    .checkbox-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline {
        margin-left: 26px;
    }

textarea.form-control {
    resize: none;
    padding-top: 16px;
}

/*.checkbox{
	& label{
		@include media ('screen', '<tablet') {
			
			position: relative;
			top:-43px;
			width: 100%;
			padding-left: 45px;
		}
	} 
}*/

.CheckBoxField.checkbox {
    position: absolute;
    top: 0;
}

.radio,
.checkbox {
    /* margin: 0;
	padding-left: 0;
	font-weight: 300;
	display: table-cell;
display: flex;
	align-items: flex-start; */
}

    .radio label,
    .checkbox label {
        padding-left: 0;
        margin-left: 45px;
        margin-bottom: 15px;
        padding-top: 4px;
        font-weight: normal;
    }

    .radio .jcf-checkbox,
    .radio .jcf-radio,
    .checkbox .jcf-checkbox,
    .checkbox .jcf-radio {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        cursor: pointer;
        position: absolute;
    }

    .radio + .radio,
    .radio + .checkbox,
    .checkbox + .radio,
    .checkbox + .checkbox {
        margin-top: 20px;
    }

    .radio .label-text,
    .checkbox .label-text {
        padding: 2px 0;
        display: inline-block;
        vertical-align: middle;
    }

        .radio .label-text.text--small,
        .checkbox .label-text.text--small {
            font-size: 14px;
            line-height: 1.3;
        }

.search-form .form-group {
    position: relative;
    width: 100%;
}

.search-form .form-control {
    padding-right: 60px;
    width: 100%;
}

.search-form [type="submit"] {
    width: 66px;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: none;
    padding: 10px;
    text-align: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #4c4c4c;
    outline: none;
    font-size: 25px;
    -webkit-transition: color .3s;
    transition: color .3s;
}

    .search-form [type="submit"]:hover {
        color: #000;
    }

.search-form.navbar-form .form-control {
    padding-left: 16px;
}

    .search-form.navbar-form .form-control::-moz-placeholder {
        color: #4c4c4c;
        opacity: 1;
    }

    .search-form.navbar-form .form-control:-ms-input-placeholder {
        color: #4c4c4c;
    }

    .search-form.navbar-form .form-control::-webkit-input-placeholder {
        color: #4c4c4c;
    }

.search-form--default {
    position: relative;
}

    .search-form--default .form-control {
        height: 65px;
    }

    .search-form--default .ui-autocomplete {
        width: 100% !important;
        border: none;
    }

.form-group {
    position: relative;
}

.checkbox-group {
    padding: 15px 0;
}

[data-validation-item].input-error .form-control {
    border-color: #e95e31;
}

[data-validation-item].input-error .validation-error-box {
    opacity: 1;
    visibility: visible;
}

.validation-error-box {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    padding: 11px;
    background: #e95e31;
    position: absolute;
    right: 0;
    bottom: 100%;
    margin-bottom: 8px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
    z-index: 10;
}

    .validation-error-box:after {
        content: "";
        position: absolute;
        right: 23px;
        bottom: -4px;
        width: 8px;
        height: 8px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #e95e31;
    }

.default-form {
    padding: 12px 0;
}

    .default-form > .form-group:last-child {
        margin-bottom: 0;
    }

    .default-form .checkbox {
        margin-top: -8px;
    }

        .default-form .checkbox .jcf-checkbox {
            margin: 5px 12px 0 0;
        }

    .default-form .submit-btn-row {
        padding: 8px 0 0;
    }

    .default-form .full-width-btn .btn {
        display: block;
        width: 100%;
    }

    .default-form .mobile-format-input {
        position: relative;
        display: table-cell;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

        .default-form .mobile-format-input .format-box {
            width: 60px;
            display: table-cell;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            background: #e0e0e0;
        }

    .default-form .duplicated-row {
        position: relative;
    }

        .default-form .duplicated-row[data-base-item] .btn-close-row {
            display: none;
        }

        .default-form .duplicated-row.js-item-cloned {
            padding-top: 22px;
        }

    .default-form .btn-close-row {
        position: absolute;
        right: 0;
        top: 0;
    }

.small-note {
    font-size: 14px;
    margin: 22px 0;
}

.EditingFormTable {
    margin: 15px 0;
}

    .EditingFormTable label {
        font-weight: normal;
    }

    .EditingFormTable .form-control-input-checkbox .FieldLabel label {
        padding-left: 45px;
    }

    .EditingFormTable .form-control-input-checkbox-list .FieldLabel span,
    .EditingFormTable .form-control-input-radio-list .FieldLabel span {
        font-size: 18px;
        font-weight: normal;
    }

    .EditingFormTable .form-control-input-checkbox-list label,
    .EditingFormTable .form-control-input-radio-list label {
        font-size: 16px;
        font-weight: 300;
    }

    .EditingFormTable .form-control.WatermarkText {
        color: #b3b3b3;
    }

    .EditingFormTable .tr {
        padding: 15px 0;
    }

        .EditingFormTable .tr .td .td-flex-half {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
        }

            .EditingFormTable .tr .td .td-flex-half .form-control:first-child {
                margin-right: 1rem;
            }

    .EditingFormTable .EditingFormErrorLabel,
    .EditingFormTable .EditingFormErrorLabel-custom {
        font-size: 14px;
        color: red;
        margin: 3px 0;
    }

    .EditingFormTable .date-time-picker {
        position: relative;
    }

        .EditingFormTable .date-time-picker .btn-icon {
            background: none;
            padding: 10px;
            width: 40px;
            display: none;
        }

        .EditingFormTable .date-time-picker .form-control-text {
            font-size: 14px;
            line-height: 50px;
            width: 60px;
            display: none;
        }

div.form-control {
    height: auto;
}

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

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

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

.interest-calculator {
    margin-top: 30px;
}

    .interest-calculator p {
        margin-bottom: 20px;
    }

    .interest-calculator div.row {
        /*&:first-child{
    		border-top: none;
    		border-bottom: none;
    	}*/
    }

        .interest-calculator div.row div[class*=col-] {
            padding: 10px 10px;
            margin-bottom: 0 !important;
        }

            .interest-calculator div.row div[class*=col-] label {
                position: relative;
                top: 12px;
            }

.header .navbar-form {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    display: table-cell;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: none;
    height: 100%;
}

    .header .navbar-form .form-group {
        margin-bottom: 0;
    }

    .header .navbar-form .form-control {
        border: none;
        height: 100%;
        min-height: 60px;
        background: #fff;
        -webkit-transition: background .3s;
        transition: background .3s;
    }

        .header .navbar-form .form-control:focus {
            background: #fff;
        }

.header .navbar {
    margin-top: -1px;
    padding: 15px 0 15px;
    border-width: 1px 0;
}

.header .logo {
    width: 120px;
    padding-left: 2px;
}

    .header .logo img {
        width: 100%;
    }

.info-bar-holder {
    display: table-cell;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.info-bar {
    font-weight: 300;
    color: #4c4c4c;
    background: #f3f3f3;
    border-bottom: 1px solid #d8d8d8;
}

.info-bar--mobile .info-bar-holder {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.info-bar--mobile .menu-tabs,
.info-bar--mobile .info-item {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.info-bar--mobile .menu-tabs {
    border-bottom: 1px solid #d8d8d8;
    width: 100%;
}

.info-bar--mobile .info-item {
    min-width: 50%;
}

    .info-bar--mobile .info-item .item-box {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 8px 20px 10px;
    }

.info-bar .container-fluid {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
}

.info-bar .info-item {
    display: table-cell;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.info-bar .info-item--wide {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.info-bar .info-item.active {
    font-weight: 700;
}

    .info-bar .info-item.active .item-box {
        background: #fff;
    }

.info-bar .info-item:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    background: #fff;
    opacity: 0;
    z-index: 10;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.info-bar .info-item a {
    color: #4c4c4c;
}

    .info-bar .info-item a:hover {
        color: #f69f29;
    }

.info-bar .item-box {
    display: table-cell;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 60px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 14px 20px 8px;
    line-height: 1;
}

    .info-bar .item-box .text {
        text-align: center;
    }

    .info-bar .item-box .second-line {
        display: block;
        text-align: center;
    }

.info-bar .btn-group {
    padding: 4px 3px;
    min-width: 50%;
}

    .info-bar .btn-group .btn {
        height: 100%;
        width: 100%;
        margin-bottom: 0;
    }

        .info-bar .btn-group .btn.btn-primary {
            margin-bottom: 0;
        }

        .info-bar .btn-group .btn.btn-logged-out {
            margin-bottom: 0;
        }

        .info-bar .btn-group .btn i {
            position: absolute;
            right: 15px;
            top: 25px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            font-size: 8px;
        }

        .info-bar .btn-group .btn.btn-icon {
            margin-bottom: 0;
            min-width: auto;
            padding: 13px 13px;
            position: relative;
            left: -11px;
            width: 44px;
        }

            .info-bar .btn-group .btn.btn-icon ~ .dropdown-menu {
                left: auto;
                right: 11px;
            }

.info-bar .lang-switcher {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 0 0 61px;
}

    .info-bar .lang-switcher li {
        margin-right: -.025em;
        padding: 0 16px 0 0;
    }

        .info-bar .lang-switcher li:last-child {
            padding-right: 0;
        }

        .info-bar .lang-switcher li.active {
            font-weight: 700;
        }

.info-bar .phone-holder strong {
    margin-right: 5px;
}

.info-bar .phone-holder .phone-number {
    white-space: pre;
}

.info-bar .menu-tabs {
    margin: 0;
    display: table-cell;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .info-bar .menu-tabs .info-item .item-box {
        text-align: center;
    }

.info-bar .open-close {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

    .info-bar .open-close.active .open-close-slide {
        opacity: 1;
        visibility: visible;
    }

    .info-bar .open-close .open-close-opener {
        padding: 10px;
        display: table-cell;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 66px;
        border: none;
        box-shadow: none;
        font-size: 25px;
    }

        .info-bar .open-close .open-close-opener:hover {
            color: #000;
        }

    .info-bar .open-close .open-close-slide {
        position: absolute;
        display: block !important;
        left: 0 !important;
        right: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        opacity: 0;
        visibility: hidden;
        width: 100%;
        -webkit-transition: -webkit-transform .3s, opacity .3s, visibility .3s;
        transition: transform .3s, opacity .3s, visibility .3s;
    }

.navbar .navbar-toggle {
    position: absolute;
    right: 20px;
    top: 49%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.navbar .navbar-collapse {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    overflow: hidden;
    z-index: 999;
    border: none;
    margin-top: 1px;
}

.navbar .lang-switcher-dropdown {
    position: absolute;
    right: 107px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1000;
}

.navbar .mobile-lang-switcher {
    padding: 13px 27px;
}

    .navbar .mobile-lang-switcher > ul {
        margin: 0;
    }

        .navbar .mobile-lang-switcher > ul li {
            display: inline;
        }

            .navbar .mobile-lang-switcher > ul li a {
                color: #4c4c4c;
                font-weight: normal;
                padding-right: 16px;
                font-size: 18px;
                line-height: 1em;
            }

                .navbar .mobile-lang-switcher > ul li a.active {
                    font-weight: bold;
                }

.jcf-select-lang-switcher {
    padding: 0;
    height: auto;
    border: none;
}

    .jcf-select-lang-switcher .jcf-select-text {
        margin: 0 13px 0 0;
    }

    .jcf-select-lang-switcher .jcf-select-opener {
        width: 7px;
        font-size: 5px;
        color: #4c4c4c;
        border: none;
        margin-bottom: 3px;
    }

.lang-switcher-dropdown [class^="icon"] {
    display: inline-block;
    vertical-align: middle;
    font-size: 5px;
    margin-left: 6px;
    margin-top: -2px;
}

.lang-switcher-dropdown .drop-opener {
    display: table-cell;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #4c4c4c;
}

.lang-switcher-dropdown .dropdown-menu {
    margin: 0;
    min-width: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

    .lang-switcher-dropdown .dropdown-menu > li > a {
        padding: 3px 7px;
    }

.lang-switcher-dropdown.open [class^="icon"] {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.main-nav {
    font-size: 18px;
    font-weight: 700;
    height: 100vh;
    max-height: calc(100vh - 248px);
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    border-bottom: 1px solid #d8d8d8;
    background: #fff;
}

    .main-nav .search-form {
        border-top: 1px solid #8c8c8c;
        border-bottom: 1px solid #8c8c8c;
    }

        .main-nav .search-form .form-group {
            margin-bottom: 0;
        }

        .main-nav .search-form.mobile-form input {
            padding: 21px 60px 21px 27px;
            background-color: #f3f3f3;
            -webkit-transition: background-color .3s;
            transition: background-color .3s;
        }

            .main-nav .search-form.mobile-form input:focus {
                background-color: #fff;
                -webkit-transition: background-color .3s;
                transition: background-color .3s;
            }

        .main-nav .search-form.mobile-form .search-result-wrapper {
            padding: 0;
        }

            .main-nav .search-form.mobile-form .search-result-wrapper .search-result {
                padding: 0 21px;
                border-bottom: 1px solid #e3e3e3;
            }

                .main-nav .search-form.mobile-form .search-result-wrapper .search-result h2 {
                    font-size: 1.5rem;
                    margin: 0;
                    padding: 10px 10px 0;
                    font-weight: bold;
                }

                .main-nav .search-form.mobile-form .search-result-wrapper .search-result ul {
                    list-style: none;
                    padding-left: 0;
                    margin: 0;
                }

                    .main-nav .search-form.mobile-form .search-result-wrapper .search-result ul li a {
                        color: #4c4c4c;
                        font-weight: normal;
                        padding: 10px;
                        width: 100%;
                        max-width: 100vw;
                        font-size: 16px;
                        line-height: 22px;
                    }

.navbar-nav {
    margin: 0;
    float: none;
}

    .navbar-nav > li > a {
        padding: 21px 27px;
    }

    .navbar-nav li {
        position: relative;
        overflow: hidden;
        border-bottom: 1px solid #d8d8d8;
    }

        .navbar-nav li:last-child {
            border-bottom: none;
        }

        .navbar-nav li i {
            position: absolute;
            right: 0;
            top: 0;
            font-size: 9px;
            background-color: transparent;
            width: 50px;
            height: 64px;
            padding: 27px 18px;
            -webkit-transition: -webkit-transform .3s;
            transition: transform .3s;
            pointer-events: none;
        }

        .navbar-nav li.hover i {
            color: #f69f29;
            -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
            pointer-events: auto;
        }

        .navbar-nav li:hover > a,
        .navbar-nav li.hover > a {
            color: #f69f29;
        }

html:not(.touchdevice) .navbar-nav li:hover > ul {
    opacity: 1;
    visibility: visible;
    position: static;
}

html.touchdevice .navbar-nav li:hover > a,
html.touchdevice .navbar-nav li:hover > i {
    color: #4c4c4c;
}

html.touchdevice .navbar-nav li:hover > ul {
    opacity: 0;
    visibility: hidden;
}

html.touchdevice .navbar-nav li.hover > a,
html.touchdevice .navbar-nav li.hover > i {
    color: #4c4c4c;
}

html.touchdevice .navbar-nav li.hover > ul.sub-nav {
    opacity: 1;
    visibility: visible;
    position: static;
}

.navbar-nav li a {
    display: block;
}

.navbar-nav li.active > a {
    color: #f69f29 !important;
}

.navbar-nav .sub-nav {
    -webkit-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    font-weight: 300;
    line-height: 1.1;
    position: absolute;
    border-top: 1px solid #d8d8d8;
}

    .navbar-nav .sub-nav > li {
        border-bottom: 1px solid #e0e0e0;
        overflow: hidden;
    }

        .navbar-nav .sub-nav > li:last-child {
            border-bottom: none;
        }

        .navbar-nav .sub-nav > li > a {
            display: table-cell;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
            padding: 21px 30px;
        }

        .navbar-nav .sub-nav > li:hover > ul,
        .navbar-nav .sub-nav > li.hover > ul {
            position: relative;
        }

    .navbar-nav .sub-nav a {
        color: #4c4c4c;
    }

    .navbar-nav .sub-nav .ico-box {
        width: 37px;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        text-align: center;
        font-size: 1.2em;
        display: table-cell;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        display: inline-block;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #4c4c4c;
        margin-right: 29px;
        overflow: visible;
        height: 19px;
        position: relative;
    }

        .navbar-nav .sub-nav .ico-box img {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            max-width: 100%;
            max-height: 100%;
        }

    .navbar-nav .sub-nav .link-box {
        position: relative;
        top: 2px;
    }

    .navbar-nav .sub-nav .description {
        display: block;
        color: #8c8c8c;
        font-size: 14px;
        font-weight: 400;
    }

    .navbar-nav .sub-nav ul {
        font-size: 16px;
        padding: 9px 0 13px;
    }

        .navbar-nav .sub-nav ul a {
            padding: 12px 30px 12px 96px;
        }

        .navbar-nav .sub-nav ul li {
            border: none;
        }

.navbar-toggle {
    margin: 0;
    padding: 0;
    width: 34px;
    height: 26px;
    border: none;
}

    .navbar-toggle .icon-bar {
        height: 4px;
        width: 34px;
        border-radius: 0;
        -webkit-transform-origin: 50%;
        -ms-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition: -webkit-transform .3s, opacity .3s, margin .3s;
        transition: transform .3s, opacity .3s, margin .3s;
        margin-left: auto;
        margin-right: auto;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 6px;
        }

    .navbar-toggle:not(.collapsed) .icon-bar {
        -webkit-transform: rotate(45deg) translate(7px, 7px);
        -ms-transform: rotate(45deg) translate(7px, 7px);
        transform: rotate(45deg) translate(7px, 7px);
    }

        .navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
            opacity: 0;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
        }

        .navbar-toggle:not(.collapsed) .icon-bar:last-child {
            -webkit-transform: rotate(-45deg) translate(7px, -7px);
            -ms-transform: rotate(-45deg) translate(7px, -7px);
            transform: rotate(-45deg) translate(7px, -7px);
        }

.dropdown--secondary.open .dropdown-menu {
    height: auto;
    overflow: visible;
}

.dropdown--secondary .dropdown-menu {
    width: 100%;
    margin-top: 0;
    padding: 0;
    border-radius: 0;
    border: none;
    border-bottom: 3px solid #797979;
    font-size: 18px;
}

    .dropdown--secondary .dropdown-menu > li {
        border-top: 1px solid #e0e0e0;
    }

        .dropdown--secondary .dropdown-menu > li:first-child {
            border-top: none;
        }

        .dropdown--secondary .dropdown-menu > li a {
            font-weight: 300;
            padding: 20px 10px 20px 25px;
        }

body.js-opened-state {
    overflow: hidden;
    position: fixed;
    width: 100vw;
}

#login-collapse-list {
    margin-bottom: 0;
}

    #login-collapse-list > li {
        display: block;
        width: 100%;
        border-bottom: 1px solid #d8d8d8;
    }

        #login-collapse-list > li a {
            padding: 21px 27px;
            background-color: #fff;
            display: block;
            width: 100%;
        }

.mobile-search-focus .main-holder > main {
    visibility: hidden;
}

.breadcrumbs-block {
    position: absolute;
    width: 100%;
}

.breadcrumb {
    font-size: 14px;
    font-weight: 400;
    margin: 0 -3px;
    position: relative;
    z-index: 2;
}

    .breadcrumb.previous-element li:nth-last-child(2) {
        display: inline-block;
    }

    .breadcrumb li {
        display: none; /*&:last-child {
			display: inline-block;
			@include media ('screen', '<tablet') {
				&:before {
					display: none;
				}
			}
		}
		@include media ('screen', '>=tablet') {
			&:nth-last-child(2) {
				display: inline-block;
				&:before {
					display: none;
				}
			}
		}
		@include media ('screen', '>=widescreen') {
			display: inline-block;
			&:nth-last-child(2) {
				display: inline-block;
				&:before {
					display: inline-block;
				}
			}
		}*/
    }

        .breadcrumb li.white-text {
            text-shadow: 0 0 25px rgba(0, 0, 0, .7);
        }

        .breadcrumb li:nth-last-child(1) {
            display: inline-block;
        }

        .breadcrumb li + li:before {
            content: "";
            font-size: 6px;
            display: inline-block;
            vertical-align: middle;
            margin-top: -.3em;
            padding: 0 13px 0 12px;
        }

    .breadcrumb a {
        color: inherit;
    }

        .breadcrumb a:hover {
            color: #74a0ca;
        }

        .breadcrumb a span {
            color: inherit;
        }

    .breadcrumb .breadcrumb-opener:before {
        content: "";
        font-size: 6px;
        color: inherit;
        display: inline-block;
        vertical-align: middle;
        margin-top: -.3em;
        padding: 0 12px;
        cursor: pointer;
    }

.breadcrumbs-block + #main .search-form {
    padding-top: 53px;
}

.panel {
    border-width: 1px 0;
    box-shadow: none;
}

.panel-group .panel-heading {
    border-radius: 0;
    padding: 0;
}

.panel-group .panel-title > a {
    display: block;
    padding: 21px 10px;
    padding-left: 0;
    padding-right: 50px;
    position: relative;
}

    .panel-group .panel-title > a:after {
        position: absolute;
        right: 2px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 18px;
    }

    .panel-group .panel-title > a.collapsed .opened-state {
        display: none;
    }

    .panel-group .panel-title > a.collapsed:after {
        content: "";
    }

    .panel-group .panel-title > a:not(.collapsed) .opened-state {
        display: block;
    }

    .panel-group .panel-title > a:not(.collapsed) .closed-state {
        display: none;
    }

    .panel-group .panel-title > a:not(.collapsed):after {
        content: "";
    }

.panel-group .panel + .panel {
    margin-top: -1px;
}

.panel-group .panel-body {
    padding-left: 0;
    padding-right: 0;
}

    .panel-group .panel-body img[src*=".svg"] {
        max-width: 2rem;
        max-height: 2rem;
    }

.panel-default > .panel-heading {
    border-bottom: none;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: none;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: none;
}

.pricing-table-as-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 20px 0;
}

    .pricing-table-as-table > thead th {
        padding: 60px 0;
        vertical-align: middle;
        text-align: center;
    }

    .pricing-table-as-table > tbody th,
    .pricing-table-as-table > tbody td {
        padding: 20px 0;
        vertical-align: middle;
        text-align: center;
        border-top: 1px solid #e0e0e0;
    }

    .pricing-table-as-table > tbody tr td:first-child {
        text-align: left;
        font-weight: 800;
        border: none;
    }

.table {
    border-collapse: separate;
    border-spacing: 20px 0;
}

    .table > thead > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > th,
    .table > tbody > tr > td,
    .table > tfoot > tr > th,
    .table > tfoot > tr > td {
        vertical-align: middle;
    }

.pricing-table {
    display: none;
    border-collapse: collapse;
    border-spacing: 0;
    position: relative;
}

    .pricing-table.js-mobile-table {
        display: block;
        overflow: hidden;
    }

    .pricing-table.fixed-ready .fake-table-header {
        visibility: hidden;
        opacity: 0;
    }

    .pricing-table.fixed-ready .table-header {
        width: 100%;
        position: absolute;
        left: 0 !important;
    }

    .pricing-table .table-row {
        display: table-cell;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }

    .pricing-table .table-item {
        text-align: center;
        display: table-cell;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 4px 25px;
        min-height: 62px;
        line-height: 1.25;
        width: 100%;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
        margin-bottom: 18px;
    }

    .pricing-table .table-item-dd {
        border-top: none !important;
        border-bottom: none !important;
        justify-content: flex-start !important;
        text-align: left !important;
    }

    .pricing-table .table-item:first-child {
        text-align: left;
    }

    .pricing-table .table-item.table-item--title > h2 {
        margin: 7px 0;
    }

    .pricing-table .table-item--header {
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        border: none;
        padding: 0;
        margin-bottom: 12px;
    }

        .pricing-table .table-item--header:first-child {
            display: none;
        }

        .pricing-table .table-item--header .btn-holder {
            width: 100%;
        }

    .pricing-table .table-item--title {
        display: block;
        width: 100%;
        padding: 5px 0 9px;
        border: none;
        min-height: 0;
        border-bottom: none;
        margin-bottom: 0;
        text-align: left;
        position: relative;
    }

    .pricing-table .table-item--title-btn {
        padding: 0;
        border: none;
        min-height: 0;
        height: 0;
        margin: 0;
    }

    .pricing-table .table-item--btn {
        border: none;
    }

    .pricing-table .table-item .btn {
        padding: 13px 20px;
    }

    .pricing-table .table-header {
        display: block;
        position: relative;
        z-index: 100;
        background: #fff;
    }

    .pricing-table .table-body {
        padding: 30px 0 0;
    }

    .pricing-table .text {
        display: inline-block;
        vertical-align: middle;
    }

    .pricing-table .table-item.table-item--title {
        position: relative;
    }

        .pricing-table .table-item.table-item--title strong {
            margin-right: 30px;
            display: inline-block;
            word-break: break-word;
            -webkit-hyphens: auto;
            -ms-hyphens: auto;
            hyphens: auto;
        }

        .pricing-table .table-item.table-item--title .popover-holder {
            position: absolute;
            top: 50%;
            right: 0;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            margin: 0;
        }

    .pricing-table .popover-holder {
        display: inline-block;
        vertical-align: middle;
        margin: -2px 0 0 5px;
    }

    .pricing-table .icon-check {
        font-size: 20px;
        color: #f69f29;
    }

.mobile_cardcompare_navigation {
    list-style: none;
    margin: 37px 0 0 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .mobile_cardcompare_navigation li a {
        color: #4c4c4c;
        font-weight: bold;
        text-align: center;
    }

.mobile_cardcompare_item {
    margin-top: 17px;
}

    .mobile_cardcompare_item .list--icon {
        margin: 30px 0 20px;
    }

        .mobile_cardcompare_item .list--icon li {
            margin-bottom: 10px;
        }

    .mobile_cardcompare_item .lead {
        font-size: 20px;
    }

    .mobile_cardcompare_item .btn-holder {
        margin-top: 20px;
        text-align: left;
    }

        .mobile_cardcompare_item .btn-holder > p {
            margin-bottom: 23px;
        }

        .mobile_cardcompare_item .btn-holder .btn {
            margin-bottom: 1rem;
        }

    .mobile_cardcompare_item table.table-unstyled {
        max-width: 400px;
    }

    .mobile_cardcompare_item .image-container {
        position: relative;
        padding-top: 10px;
    }

        .mobile_cardcompare_item .image-container .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 50%;
            min-width: 150px;
        }

            .mobile_cardcompare_item .image-container .overlay img {
                height: auto !important;
            }

.carousel.slideset.slick-loading .slick-track,
.slick-slider.slick-loading .slick-track {
    visibility: hidden;
}

.carousel.slideset.slick-loading .slick-slide,
.slick-slider.slick-loading .slick-slide {
    visibility: hidden;
}

.carousel.slideset.slick-hidden .slick-btn,
.slick-slider.slick-hidden .slick-btn {
    display: none;
}

.carousel {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

    .carousel .slick-track,
    .carousel .slick-list {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        height: 100%;
    }

    .carousel .slick-arrow {
        line-height: 1;
        margin: 0 20px;
        color: #f69f29;
    }

        .carousel .slick-arrow:before {
            font-size: 18px;
            width: 30px;
            height: 30px;
        }

        .carousel .slick-arrow:hover {
            color: #ca7808;
        }

        .carousel .slick-arrow.slick-disabled {
            opacity: 0;
            visibility: hidden;
        }

    .carousel .btn-next:before {
        content: "";
    }

    .carousel .btn-prev:before {
        content: "";
    }

    .carousel .gallery-controls {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 0 4px;
    }

        .carousel .gallery-controls .btn-prev {
            -webkit-box-ordinal-group: 2;
            -webkit-order: 1;
            -ms-flex-order: 1;
            order: 1;
        }

        .carousel .gallery-controls .slick-dots {
            -webkit-box-ordinal-group: 3;
            -webkit-order: 2;
            -ms-flex-order: 2;
            order: 2;
            white-space: nowrap;
        }

        .carousel .gallery-controls .btn-next {
            -webkit-box-ordinal-group: 4;
            -webkit-order: 3;
            -ms-flex-order: 3;
            order: 3;
        }

.slick-dots {
    padding-left: 0;
    list-style: none;
    margin: 0 15px;
    font-size: 0;
}

    .slick-dots li {
        display: inline-block;
        vertical-align: middle;
        margin: 3px 2px;
    }

        .slick-dots li.slick-active button {
            background: #f69f29;
        }

            .slick-dots li.slick-active button:hover {
                border-color: #f69f29;
            }

    .slick-dots button {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #fff;
        border: 2px solid #f69f29;
        font-size: 0;
        line-height: 0;
        display: block;
        padding: 0;
        -webkit-transition: border-color .3s, background .3s;
        transition: border-color .3s, background .3s;
        outline: none;
    }

        .slick-dots button:hover {
            border-color: #ca7808;
        }

.slick-list {
    position: relative;
    overflow: hidden;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-track {
    position: relative;
    top: 0;
    left: 0;
}

.image-slide {
    height: 100%;
}

.slick-slide {
    float: left;
    display: none;
    min-height: 1px;
    outline: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.tiles-carousel .slick-track {
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
}

.tiles-carousel .slick-slide {
    vertical-align: top;
    display: table-cell;
    float: none;
    padding: 20px 0;
}

[data-slick-carousel-logos] .gallery-controls,
[data-slick-carousel-images] .gallery-controls {
    margin-top: 25px;
}

[data-slick-carousel-images] .slick-slide {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    [data-slick-carousel-images] .slick-slide > a {
        display: block;
    }

[data-slick-carousel-images] img {
    max-width: 100%;
    height: auto;
}

[data-slick-carousel-logos] .tiles-slide a {
    text-align: center;
}

.is-ie .table-item.table-item--header > img.free-card {
    height: 100%;
    max-height: 160px;
}

.custom-tabs-holder {
    margin: 0 0 45px;
}

    .custom-tabs-holder .tab-pane {
        width: 100%;
    }

    .custom-tabs-holder .tab-item {
        float: none;
        margin: 0;
        text-align: left;
        display: table-cell;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

        .custom-tabs-holder .tab-item.active > .tab-item-link {
            border-width: 1px 0;
            background: #fff;
            color: #74a0ca;
        }

            .custom-tabs-holder .tab-item.active > .tab-item-link:hover,
            .custom-tabs-holder .tab-item.active > .tab-item-link:focus {
                color: #74a0ca;
            }

        .custom-tabs-holder .tab-item > .tab-item-link {
            border-style: solid;
            border-color: #e3e3e3;
            border-width: 1px 0;
            background: none;
            margin: -1px 0 0;
            border-radius: 0;
            padding: 11px 15px;
            display: table-cell;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 1;
            -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            color: #74a0ca;
            -webkit-transition: background .3s, border-color .3s;
            transition: background .3s, border-color .3s;
        }

            .custom-tabs-holder .tab-item > .tab-item-link:hover {
                border-color: #e3e3e3;
                background: #fff;
                color: #74a0ca;
            }

            .custom-tabs-holder .tab-item > .tab-item-link h3 {
                margin: 4px 5px 0 0;
                font-size: 16px;
                line-height: 1.25;
            }

    .custom-tabs-holder .panel {
        background: #fff;
        margin: 0;
        padding-bottom: 22px;
    }

    .custom-tabs-holder .nav-tabs {
        font-size: 16px;
        line-height: 1.25;
        margin: 0 -20px;
        display: table-cell;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-bottom: none;
    }

        .custom-tabs-holder .nav-tabs:before,
        .custom-tabs-holder .nav-tabs:after {
            display: none;
        }

    .custom-tabs-holder .visual-holder {
        overflow: hidden;
        position: relative;
        width: 71px;
        min-width: 71px;
        color: #4c4c4c;
    }

        .custom-tabs-holder .visual-holder img {
            display: block;
            height: auto;
            width: 100%;
            max-width: 100%;
        }

    .custom-tabs-holder .tab-content {
        margin: 0 -20px;
        position: relative;
    }

    .custom-tabs-holder .panel-body {
        position: relative;
        padding: 56px 21px 3px;
    }

        .custom-tabs-holder .panel-body h2 {
            margin: 0 0 49px -3px;
        }

        .custom-tabs-holder .panel-body h3 {
            margin: 0 0 16px;
        }

        .custom-tabs-holder .panel-body .quick-links {
            margin: 0 0 32px;
        }

    .custom-tabs-holder .tab-close {
        position: absolute;
        font-size: 28px;
        color: #4c4c4c;
        right: 26px;
        top: 20px;
        z-index: 5;
    }

.popover-holder {
    position: relative;
}

    .popover-holder.right-bottom .popover {
        left: auto !important;
        right: 0 !important;
    }

.popover {
    box-shadow: none;
    padding: 20px;
    width: 250px;
}

.info-popup {
    color: #939ea5;
    font-size: 20px;
}

    .info-popup:hover,
    .info-popup:focus {
        outline: none;
    }

.popover-title {
    padding: 2px 0;
    font-size: 18px;
    font-weight: 700;
}

.popover-content {
    padding: 8px 0;
    font-weight: 300;
}

.list {
    padding: 0;
}

.wysiwyg-text .list {
    margin: 20px 0;
}

    .wysiwyg-text .list li {
        margin: 10px 0;
    }

.list li {
    padding-left: 16px;
    position: relative;
    list-style: none;
}

    .list li:before {
        content: "";
        width: 6px;
        height: 6px;
        background-color: #4c4c4c;
        border-radius: 100%;
        position: absolute;
        top: 6px;
        left: 0;
    }

.list ul {
    padding: 0 0 1px 14px;
}

.list--icon li {
    padding-left: 30px;
}

    .list--icon li:before {
        display: none;
    }

    .list--icon li:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        font-size: 1.25em;
        color: #f69f29;
    }

.list--dashes li {
    padding-left: 18px;
}

    .list--dashes li:before {
        content: "–";
        width: auto;
        height: auto;
        background: none;
        border-radius: 0;
        font-size: 1em;
        font-weight: 300;
        top: -.1em;
    }

ol.list {
    counter-reset: newCounter;
}

    ol.list li {
        padding-left: 21px;
    }

        ol.list li:before {
            top: 0;
            width: auto;
            height: auto;
            background: none;
            border-radius: 0;
            counter-increment: newCounter;
            content: counters(newCounter, ".") ".";
        }

/* .wysiwyg-text .list {
	margin: 20px 0;

	li {
		margin: 10px 0;
	}
} */

.quick-links {
    font-size: 16px;
    line-height: 1.25;
    font-weight: bold;
    list-style: none;
    padding: 0;
}

    .quick-links li:first-child a {
        border-top: 1px solid #e3e3e3;
    }

    .quick-links a {
        display: block;
        padding: 22px 40px 22px 0;
        border-bottom: 1px solid #e3e3e3;
        position: relative;
    }

        .quick-links a:after {
            content: "";
            position: absolute;
            top: 50%;
            right: 20px;
            font-size: 20px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

.modal-dialog {
    max-width: 1040px;
    width: 90%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin: 20px 10px;
}

.modal-content {
    overflow-y: auto;
}

.modal {
    text-align: center;
}

    .modal .btn-close {
        border: none;
        width: 22px;
        height: 24px;
        position: absolute;
        right: 8px;
        top: 5px;
        background: none;
        padding: 0;
        display: table-cell;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #4c4c4c;
        -webkit-transition: color .3s;
        transition: color .3s;
        outline: none;
        font-size: 15px;
    }

        .modal .btn-close:hover {
            color: #f69f29;
        }

.modal-open .modal {
    padding: 0 !important;
}

.modal:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: -4px;
    height: 100%;
}

.modal .image-box {
    margin: 0 0 30px;
}

    .modal .image-box img {
        margin: 0 auto;
    }

.modal .modal-title {
    margin: 0 0 30px;
}

.modal .btn-box {
    padding: 20px 0 0;
}

.modal .btn-box--double {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: table-cell;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal .btn-box--centered {
    padding: 20px 0;
    margin: 0 0 20px;
}

.modal .btn-box .btn {
    max-width: 250px;
    margin: 5px 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
}

.modal .modal-item {
    margin: 0 0 20px;
    text-align: center;
}

.remove-padding > .components-showdown {
    padding-top: 0;
    padding-bottom: 0;
}

.remove-padding-top > .components-showdown {
    padding-top: 0;
}

.remove-padding-bottom > .components-showdown {
    padding-bottom: 0;
}

.components-showdown {
    padding: 48px 0;
}

.demo-section {
    padding: 32px 0;
}

.tiles-list {
    margin: 0 0 20px;
}

    .tiles-list .post-item {
        padding: 20px 0 18px;
    }

    .tiles-list hr {
        margin: 0;
    }

.is-shadowed,
.jcf-select-drop .jcf-select-drop-content {
    box-shadow: 0 7px 8px 0 rgba(171, 171, 171, .5) !important;
}

.post-item {
    color: #4c4c4c;
}

    .post-item:hover,
    .post-item:focus {
        outline: none;
        color: #4c4c4c;
    }

.post-item--bordered {
    border-bottom: 1px solid #e3e3e3;
}

.post-item h3 {
    margin: -1px 0 15px;
    color: #4c4c4c;
    -webkit-transition: color .3s;
    transition: color .3s;
}

    .post-item h3:hover {
        color: #4c4c4c;
    }

    .post-item h3 > a {
        color: #4c4c4c;
    }

.post-item .post-content {
    color: #4c4c4c;
}

.post-item .post-visual {
    margin: 0 0 25px;
    min-height: 1px;
}

    .post-item .post-visual > a {
        display: block;
    }

    .post-item .post-visual img {
        width: 100%;
    }

.post-item .btn-holder {
    padding: 4px 0 0;
}

.post-item--vertical {
    display: table-cell;
    display: table-cell;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

    .post-item--vertical h3 {
        margin: 0 0 10px;
    }

    .post-item--vertical p {
        margin: 0 0 9px;
    }

    .post-item--vertical .post-visual {
        margin: 0;
    }

        .post-item--vertical .post-visual img {
            width: 100%;
        }

    .post-item--vertical .post-content {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 24px 10px 18px;
        display: table-cell;
        display: table-cell;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .post-item--vertical .post-text {
        max-width: 100%;
    }

    .post-item--vertical .btn-holder {
        padding: 0;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

.tiles-carousel {
    padding: 22px 0;
    margin: 0 -20px;
}

    .tiles-carousel .slick-track {
        padding: 20px 0;
    }

    .tiles-carousel .post-item {
        margin: 0 5px;
        background: #fff;
        min-height: 1px;
    }

.promo-slider {
    display: table-cell;
    display: table-cell;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

    .promo-slider .promo-block {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .promo-slider .large-carousel-holder {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

.promo-slider--double .promo-block {
    background-color: #faf5ef;
    padding: 20px 0;
}

    .promo-slider--double .promo-block ul {
        margin-bottom: 30px;
    }

        .promo-slider--double .promo-block ul li {
            margin-bottom: 10px;
        }

.large-carousel-holder {
    position: relative;
    margin: 0 -20px;
}

.large-carousel {
    background: rgba(255, 255, 255, .95);
}

    .large-carousel.large-carousel-image {
        background-color: transparent;
    }

    .large-carousel .content-box {
        line-height: 1.4;
        padding: 20px 20px 2px;
        font-size: 20px;
    }

        .large-carousel .content-box .h1 {
            line-height: 1.13;
            margin: 0 0 13px;
        }

.large-carousel-image {
    height: 52vw;
}

    .large-carousel-image .slick-list,
    .large-carousel-image .slideset {
        height: 100%;
    }

    .large-carousel-image .bg-cover {
        background-position: 50% 0;
    }

.large-carousel-content .gallery-controls {
    padding: 0 0 11px;
}

.large-carousel-content .slick-list,
.large-carousel-content .slick-track {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.large-intro-box h2 {
    margin: 0 0 29px;
}

.large-intro-text {
    margin: 0 0 30px;
    font-size: 20px;
}

    .large-intro-text p {
        margin: 0 0 13px;
    }

.inline-modal-trigger {
    font-size: 20px;
    margin-left: 5px;
}

.input-opener {
    color: #4c4c4c;
    font-weight: 700;
    padding: 5px 0 5px 27px;
    font-size: 18px;
}

    .input-opener:before {
        content: "+";
        position: absolute;
        left: 0;
        top: 2px;
        color: #74a0ca;
        font-size: 1em;
    }

.aside-info-block {
    padding: 15px 0;
}

.additional-info-block {
    padding: 24px 0 11px;
}

.additional-info-item {
    display: table-cell;
    display: table-cell;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 14px;
    margin: 0 0 4px;
}

    .additional-info-item .visual-holder {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        font-size: 34px;
        min-width: 60px;
        padding-right: 20px;
    }

.additional-info-item--secondary {
    margin: 0 0 15px;
}

.additional-info-item--single {
    padding: 20px 0;
    margin: 0;
}

.additional-info-item .progress {
    margin-bottom: 0;
}

.password-visual-box > a {
    max-width: 100%;
}

.app-visual {
    margin: 0 auto 30px;
    text-align: center;
    max-width: 150px;
}

    .app-visual > a {
        max-width: 100%;
    }

.qrcode-block {
    margin: 0 0 20px;
}

.single-button {
    margin: 0 0 31px;
}

.site-block {
    margin: 0 0 30px;
}

.site-block--large {
    padding: 15px 0;
}

.video-tutorials {
    padding: 30px 0;
}

.card-info-block {
    margin: 0 0 30px;
}

.card-info-item {
    display: table-cell;
    display: table-cell;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0;
}

    .card-info-item .card-visual {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 24px;
        margin-right: 6px;
    }

        .card-info-item .card-visual img {
            width: 100%;
        }

.card-info-item--wide {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .card-info-item--wide .card-visual {
        width: 150px;
        margin-bottom: 15px;
    }

    .card-info-item--wide .card-number {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 100%;
    }

.decorated-headline {
    margin: 0 0 30px;
    display: table-cell;
    display: table-cell;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .decorated-headline [class^="icon"] {
        margin-right: 20px;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        font-size: 40px;
        margin-top: -.02em;
    }

    .decorated-headline .icon-check-o {
        color: #f69f29;
    }

    .decorated-headline .icon-error {
        color: #ff001f;
    }

.bg-video,
.bg-image {
    padding: 30px 0;
    background-position: 65% 0;
}

    .bg-video .wysiwyg-text.white-text,
    .bg-image .wysiwyg-text.white-text {
        padding: 30px;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, .3);
    }

.bg-tip.wysiwyg-text.wysiwyg-text.wysiwyg-text.wysiwyg-text.wysiwyg-text.wysiwyg-text.wysiwyg-text {
    background-color: #fff;
    padding: 40px;
    box-shadow: 0 7px 8px 0 rgba(171, 171, 171, .5);
}

    .bg-tip.wysiwyg-text.wysiwyg-text.wysiwyg-text.wysiwyg-text.wysiwyg-text.wysiwyg-text.wysiwyg-text > p:last-child {
        margin-bottom: 0;
    }

.bg-brown .wysiwyg-text,
.bg-gray .wysiwyg-text {
    padding: 0 20px;
}

    .bg-brown .wysiwyg-text ~ .btn,
    .bg-gray .wysiwyg-text ~ .btn {
        margin-top: 20px;
    }

        .bg-brown .wysiwyg-text ~ .btn.btn-position-center,
        .bg-brown .wysiwyg-text ~ .btn.btn-link-position-center,
        .bg-gray .wysiwyg-text ~ .btn.btn-position-center,
        .bg-gray .wysiwyg-text ~ .btn.btn-link-position-center {
            margin-left: auto;
        }

.bg-brown .btn-link.btn-link-position-left,
.bg-gray .btn-link.btn-link-position-left {
    padding-left: 20px;
}

.card-compare-img-container {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 1px;
    min-height: 235px;
}

    .card-compare-img-container img[src=""] {
        opacity: 0;
    }

div.card-compare {
    max-height: 50px;
}

.card-compare {
    display: block;
}

    .card-compare.behind {
        display: none;
    }

.has-second-image img.card-compare {
    position: relative;
    z-index: 0;
    top: 10px;
    left: -10px;
    -webkit-filter: drop-shadow(2px 2px 10px #000);
    filter: drop-shadow(2px 2px 10px #000);
    -webkit-transition: top .2s, left .2s;
    transition: top .2s, left .2s;
}

    .has-second-image img.card-compare.behind {
        display: none;
        position: absolute;
        display: block;
        z-index: -1;
        top: -10px;
        left: 10px;
        opacity: .8;
        -webkit-filter: none;
        filter: none;
    }

.toggle-card-compare {
    display: inline-block;
    margin-bottom: 30px;
    padding: 0 10px;
    color: black;
}

    .toggle-card-compare:empty {
        display: none;
    }

    .toggle-card-compare:hover {
        margin-bottom: 30px;
        padding: 0 10px;
    }

    .toggle-card-compare.active {
        text-decoration: underline;
    }

#main > .container-fluid:not(.hero-container) > .components-showdown > .two-col .components-showdown {
    padding-top: 0;
    padding-bottom: 0;
}

#main > .two-col {
    padding-left: 20px;
    padding-right: 20px;
}

.two-col {
    max-width: 1220px;
    margin-right: auto;
    margin-left: auto;
}

    .two-col .two-col-row {
        /*background-color: rgba(255,0,0,0.1);
    	margin-bottom: -20px;
		& > [class*="col-"]{			
			margin-bottom: 20px;
		}*/
    }

    .two-col.no-image-offset .image-preview {
        left: 0 !important;
    }

.row {
    /*& > [class*="col-"]{
		& > *:first-child{
			margin-top: 20px;
		}
		
	}*/ /*@include media ('screen', '<lg') {
		& > [class*="col-lg"]{			
			& > *:first-child{
				margin-top: 10px;
			}
			& > *:last-child{
				margin-bottom: 10px;
			}
		}
		& > [class*="col-md"]{					
			& > *:first-child{
				margin-top: 0px;
			}
		}
		& > [class*="col-sm"]{					
			& > *:first-child{
				margin-top: 0px;
			}
		}
		

	}
	@include media ('screen', '<md') {
		& > [class*="col-md"]{					
			& > *:first-child{
				margin-top: 20px;
			}
		}
		& > [class*="col-sm"]{					
			& > *:first-child{
				margin-top: 0px;
			}
		}
		
	}
	@include media ('screen', '<sm') {
		& > [class*="col-sm"]{					
			& > *:first-child{
				margin-top: 20px;
			}
		}			
	}

	& > [class*="col-"]{					
		&:empty{
			margin-bottom: 0;
		}
	}*/ /*margin-bottom: -20px;	
	
	& > [class*="col-"]{					
		margin-bottom: 20px;
	}*/
}

    .row > [class*="col-"]:empty {
        margin-bottom: 0;
    }

.youtube {
    width: 100%;
    height: auto;
}

.fancybox-container .fancybox-bg {
    background-color: rgba(0, 0, 0, .4);
}

#faqdetail {
    margin-top: -108px;
    padding-top: 108px;
}

img {
    -ms-interpolation-mode: bicubic;
}

.visible {
    display: initial !important;
}

.inline-block {
    display: inline-block !important;
}

.block {
    display: inline-block !important;
}

.w-100 {
    width: 100% !important;
    max-width: 100% !important;
}

.white-background {
    background-color: #fff;
    max-width: 100%;
}

    .white-background .components-showdown {
        margin: auto;
        max-width: 1220px;
    }

.progress-block {
    background: #f0f0f0;
}

.progress-inner {
    padding: 40px 0 30px;
}

.progress-list {
    display: table;
    table-layout: fixed;
    font-size: 13px;
    color: #969696;
    font-weight: 700;
    margin: 0;
    width: 100%;
}

    .progress-list .progress-item {
        display: table-cell;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        padding: 20px 0;
    }

        .progress-list .progress-item:before {
            content: "";
            position: absolute;
            background: #e0e0e0;
        }

        .progress-list .progress-item:before {
            height: 5px;
            top: 10px;
            margin-top: -2px;
            left: 0;
            right: 0;
            z-index: 2;
        }

        .progress-list .progress-item:first-child {
            text-align: left;
        }

            .progress-list .progress-item:first-child .title {
                -webkit-transform: translateX(0);
                -ms-transform: translateX(0);
                transform: translateX(0);
            }

                .progress-list .progress-item:first-child .title:before {
                    left: -1px;
                    -webkit-transform: translate(0, -100%);
                    -ms-transform: translate(0, -100%);
                    transform: translate(0, -100%);
                }

        .progress-list .progress-item:last-child {
            width: 0;
            text-align: right;
        }

            .progress-list .progress-item:last-child:before {
                display: none;
            }

            .progress-list .progress-item:last-child .title {
                -webkit-transform: translateX(-100%);
                -ms-transform: translateX(-100%);
                transform: translateX(-100%);
            }

                .progress-list .progress-item:last-child .title:before {
                    right: -1px;
                    -webkit-transform: translate(0, -100%);
                    -ms-transform: translate(0, -100%);
                    transform: translate(0, -100%);
                    left: auto;
                }

        .progress-list .progress-item .title {
            white-space: nowrap;
            position: absolute;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            left: 0;
            color: currentColor;
            cursor: default;
            top: 22px;
            pointer-events: none;
        }

            .progress-list .progress-item .title > span {
                opacity: 0;
            }

            .progress-list .progress-item .title:before {
                content: "";
                position: absolute;
                background: #e0e0e0;
                width: 20px;
                height: 20px;
                border-radius: 50%;
                left: 50%;
                top: -3px;
                -webkit-transform: translate(-50%, -100%);
                -ms-transform: translate(-50%, -100%);
                transform: translate(-50%, -100%);
                z-index: 5;
            }

    .progress-list .progress-item--active,
    .progress-list .progress-item--passed {
        color: #000;
    }

        .progress-list .progress-item--active .title,
        .progress-list .progress-item--passed .title {
            z-index: 4;
        }

            .progress-list .progress-item--active .title:before,
            .progress-list .progress-item--passed .title:before {
                background: #f69f29;
            }

            .progress-list .progress-item--active .title > span {
                opacity: 1;
            }

        .progress-list .progress-item--passed:before {
            background: #f69f29;
        }

        .progress-list .progress-item--passed .title:hover {
            color: #437aaf;
        }

        .progress-list .progress-item--passed .title:before {
            background: #f69f29;
        }

table {
    width: 100%;
    border: none;
}

    table tr td {
        padding: 18px;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
        border-right: 20px solid white;
        border-left: 20px solid white;
        line-height: 1.25;
        height: 62px;
        text-align: center;
    }

        table tr td.right {
            text-align: right;
        }

        table tr td.text-align-left {
            text-align: left;
        }

        table tr td.text-align-right {
            text-align: right;
        }

        table tr td:first-child {
            font-weight: bold;
            text-align: left;
            border-left: none;
            border: none;
            width: 1%;
            white-space: nowrap;
        }

            table tr td:first-child.font-weight-normal {
                font-weight: normal;
            }

        table tr td:last-child {
            border-right: none;
        }

    table.table-unstyled {
        table-layout: fixed;
    }

        table.table-unstyled tr td {
            padding: 0 0 9px;
            border: 0;
            line-height: 1.375;
            height: auto;
            text-align: left;
        }

            table.table-unstyled tr td:first-of-type {
                width: 80%;
            }

            table.table-unstyled tr td:last-of-type {
                width: 20%;
                white-space: nowrap;
            }

            table.table-unstyled tr td.right {
                text-align: right;
            }

            table.table-unstyled tr td:first-child {
                font-weight: inherit;
                text-align: left;
                border: none;
                width: auto;
            }

                table.table-unstyled tr td:first-child.font-weight-normal {
                    font-weight: normal;
                }

    table.even-odd thead tr th,
    table.even-odd thead tr td {
        padding: 18px;
    }

    table.even-odd tbody tr:nth-child(odd) {
        background-color: #f6f6f6;
    }

    table.even-odd tr td,
    table.even-odd tr th {
        border: none;
    }

.max-width-700 {
    max-width: 700px;
}

.slider {
    max-width: 900px;
    margin: auto;
    text-align: center;
}

    .slider img {
        max-width: 40%;
        margin: auto;
    }

    .slider .slick-slide {
        position: relative;
    }

    .slider .slider-content {
        position: absolute;
        top: 50%;
        right: 0;
        left: 70%;
        padding: 2% 50px 2% 2%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        text-align: left;
    }

    .slider .slick-arrow {
        position: absolute;
        top: calc(50% - 25px);
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .slider .btn-next {
        right: 0;
    }

    .slider .btn-prev {
        left: 0;
    }

.navbar-form .search-result-wrapper,
.faq-search .search-result-wrapper {
    position: absolute;
    z-index: 10000;
    top: calc(100% + 1px);
    left: 0;
    border: 1px solid #e3e3e3;
    border-top: 0 none;
    background-color: #fff;
}

.navbar-form .search-result,
.faq-search .search-result {
    border: 1px solid #e3e3e3;
    margin-top: -1px;
}

    .navbar-form .search-result:first-child,
    .faq-search .search-result:first-child {
        border-top: 0;
    }

    .navbar-form .search-result h2,
    .faq-search .search-result h2 {
        font-size: 1.5rem;
        margin: 0;
        padding: 10px 10px 0;
        font-weight: bold;
    }

    .navbar-form .search-result ul,
    .faq-search .search-result ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }

        .navbar-form .search-result ul li a,
        .faq-search .search-result ul li a {
            color: #4c4c4c;
            font-weight: normal;
            padding: 10px;
            width: 100%;
            max-width: 100vw;
        }

.faq-search .search-result-wrapper {
    width: 100%;
}

    .faq-search .search-result-wrapper .search-result {
        width: 100%;
    }

        .faq-search .search-result-wrapper .search-result > ul > li > a {
            width: 100%;
        }

.page-search-results {
    margin-top: 100px;
}

    .page-search-results .result-type-tmpl {
        margin-bottom: 80px;
    }

    .page-search-results .page-search-result ul {
        list-style: none;
        padding-left: 0;
    }

        .page-search-results .page-search-result ul li {
            border-top: 1px solid #e3e3e3;
            padding-top: 20px;
            padding-bottom: 35px;
        }

            .page-search-results .page-search-result ul li a {
                color: #4c4c4c;
            }

.search-filter.info-bar {
    background-color: transparent;
    border-bottom: 0;
}

.search-filter .menu-tabs {
    width: 100%;
}

.search-filter .info-item {
    background-color: #f3f3f3;
}

.search-filter .info-item--bordered {
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
}

    .search-filter .info-item--bordered.active {
        border-bottom: 1px solid white;
    }

.search-filter .menu-tabs {
    overflow-x: auto;
}

.footer {
    background: #f6f6f6;
    padding: 65px 0 51px;
    color: #4c4c4c;
}

    .footer #sitemap_list .row {
        position: relative;
    }

        .footer #sitemap_list .row > .list-item {
            display: inline-block;
            float: left;
        }

            .footer #sitemap_list .row > .list-item > .list-item {
                margin-top: 47px;
                width: 100%;
                padding-left: 0;
                padding-right: 0;
            }

    .footer .list-item {
        color: #4c4c4c;
        font-size: 14px;
        margin: 2px 0 34px;
        width: calc(25%);
        padding-left: 10px;
        padding-right: 10px; /* @include media ('screen', '<=mobile') {
			width: 100%;
		} */
    }

        .footer .list-item h5 {
            font-size: 16px;
            font-weight: 300;
            margin-top: 0;
        }

        .footer .list-item li {
            margin-bottom: 1px;
        }

    .footer a {
        color: currentColor;
    }

        .footer a:hover {
            color: #f69f29;
        }

    .footer dl dt {
        font-weight: 300;
    }

    .footer .footer-logo {
        max-width: 118px;
        display: inline-block;
        vertical-align: top;
        margin: 4px 0 20px 2px;
    }

    .footer .main-list {
        margin: 5px 0;
    }

        .footer .main-list li {
            margin-bottom: 12px;
        }

    .footer .social-networks {
        padding: 13px 0 0;
    }

        .footer .social-networks p {
            margin: 0 0 9px;
        }

        .footer .social-networks a {
            font-size: 20px;
        }

    .footer .social-list li {
        margin-right: 6px;
    }

    .footer .navigation-holder {
        padding-bottom: 8px;
    }

    .footer .panel-body {
        padding: 17px 0;
    }

.footer-info-bar .custom-col .row {
    display: table-cell;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .footer-info-bar .custom-col .row:before,
    .footer-info-bar .custom-col .row:after {
        display: none;
    }

.footer-main-bar {
    padding: 41px 0 45px;
}

    .footer-main-bar .main-bar-item {
        line-height: 1.5;
        margin: 0 0 37px;
    }

        .footer-main-bar .main-bar-item address {
            line-height: inherit;
        }

.footer-bottom-bar {
    font-size: 14px;
}

    .footer-bottom-bar ul li {
        margin: 0 6px 4px 0;
    }

    .footer-bottom-bar .copyright {
        margin: 0 0 5px;
    }

.contact-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contact-navigaiont-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .contact-navigaiont-item .btn {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

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

    .download-table tr {
        border-bottom: 1px solid #e0e0e0;
    }

    .download-table td {
        vertical-align: top;
        text-align: left;
        border: none;
        padding-top: 20px;
    }

        .download-table td:first-child {
            width: auto;
            white-space: normal;
        }

        .download-table td:last-child {
            text-align: right;
        }

        .download-table td p {
            margin: 0;
        }

        .download-table td a {
            padding-left: 27px;
        }

            .download-table td a .icon-link-arrow {
                margin-left: -29px;
            }

            .download-table td a.icon-info {
                padding-left: 0;
            }

        .download-table td .pdf-download {
            padding-left: 28px;
        }

            .download-table td .pdf-download::before {
                margin-left: -28px;
            }

.datepicker {
    right: 20px;
    max-width: 430px;
    width: auto;
}

    .datepicker .month,
    .datepicker .year {
        text-align: center;
    }

    .datepicker .day:first-child {
        width: auto;
        text-align: center;
    }

.tr {
    position: relative;
}

.videoheader {
    height: calc(60vh - 140px);
    position: relative;
}

    .videoheader .text-wrapper {
        max-width: 1220px;
        margin-right: auto;
        margin-left: auto;
        position: relative;
        height: calc(60vh - 140px - 50px);
    }

        .videoheader .text-wrapper .text {
            position: absolute;
            top: 0;
            left: 0;
            right: 50%;
            bottom: 0;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            z-index: 1;
            color: white;
            text-shadow: 2px 2px 2px rgba(0, 0, 0, .3);
        }

    .videoheader .video {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
    }

        .videoheader .video video {
            position: absolute;
            top: 50%;
            left: 50%;
            right: 0;
            bottom: 0;
            min-width: 102%;
            min-height: 100%;
            display: block;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

.youtube-video-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -99;
}

    .youtube-video-url,
    .youtube-video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }

.complaint-wrapper .jcf-radio {
    margin: 0 20px 0 0;
    border-color: #4c4c4c;
}

.complaint-wrapper td label {
    vertical-align: middle;
    margin: 0;
    cursor: pointer;
}

.complaint-wrapper table tr td {
    padding-left: 0;
}

.complaint-wrapper .submit-wrapper {
    margin-top: 50px;
}

    .complaint-wrapper .submit-wrapper .btn::before {
        display: none;
    }

.complaint-wrapper .output-wrapper {
    padding: 0;
    padding-left: 20px;
    margin-bottom: 60px;
}

.complaint-wrapper .text-steps {
    font-size: 18px;
    width: 50px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 2px solid #e0e0e0;
    font-weight: bold;
    margin-top: 10px;
}

.complaint-wrapper textarea {
    min-height: 130px;
}

.complaint-wrapper .btn-nm {
    margin-right: 0;
}

.complaint-wrapper .steps-wrapper {
    margin-left: 0;
    list-style-type: none;
    padding-left: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    margin-bottom: 30px;
}

    .complaint-wrapper .steps-wrapper li {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        text-align: center;
        margin-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .complaint-wrapper .steps-wrapper li:after {
            content: "";
        }

        .complaint-wrapper .steps-wrapper li:first-child {
            text-align: left;
        }

        .complaint-wrapper .steps-wrapper li:last-child {
            margin-right: 0;
            text-align: right;
        }

        .complaint-wrapper .steps-wrapper li.disabled {
            background-color: #e0e0e0;
        }

        .complaint-wrapper .steps-wrapper li.active {
            background-color: #f69f29;
            border-color: #f69f29;
            font-weight: bold;
        }

.complaint-wrapper .chosen-item {
    margin-bottom: 60px;
    border: 1px solid #e0e0e0;
    padding: 20px;
}

.complaint-wrapper .title-spez {
    margin-bottom: 15px;
    margin-top: 40px;
}

.complaint-wrapper .succ-message {
    margin-bottom: 60px;
}

.complaint-wrapper .succ-text {
    margin-bottom: 20px;
}

.complaint-wrapper .mb-3 {
    margin-bottom: 30px;
}

.complaint-wrapper .text-bold {
    font-weight: bold;
}

.complaint-wrapper .progress-inner .active .title,
.complaint-wrapper .progress-inner .disabled .title {
    color: #000;
}

    .complaint-wrapper .progress-inner .active .title:before,
    .complaint-wrapper .progress-inner .disabled .title:before {
        background: #f69f29;
    }

.complaint-wrapper .progress-list .progress-item:before {
    height: 5px;
    top: 10px;
    margin-top: -2px;
    left: 0;
    right: 0;
    z-index: 0;
    position: absolute;
}

.complaint-wrapper .progress-item:first-child .title {
    padding-left: 0;
}

.complaint-wrapper .progress-item:last-child .title {
    padding-right: 0;
}

.complaint-wrapper .progress-block {
    background: transparent;
}

    .complaint-wrapper .progress-block .container-wide {
        padding-left: 0;
        padding-right: 0;
    }

.complaint-wrapper .progress-inner {
    padding: 0 0 50px;
}

.complaint-wrapper .chosen-item p:last-child {
    margin-bottom: 0;
}

.progress-block-one .progress-item:last-child .title {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

    .progress-block-one .progress-item:last-child .title:before {
        left: -1px !important;
    }

.complaint-wrapper .row.row-group {
    border: 1px solid #f69f29;
    position: relative;
    margin: 15px 0;
}

    .complaint-wrapper .row.row-group [data-list-action="remove"] {
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        width: 40px;
        height: 30px;
        padding: 5px;
        min-width: 30px;
        margin: 2px;
        font-size: 14px;
    }

    .complaint-wrapper .row.row-group[data-list-action="template"] {
        display: none;
    }

#scrollUpButton {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #f6f6f6;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    border-radius: 35px;
    display: none;
    z-index: 9999;
    cursor: pointer;
    border: 2px solid #f69f29;
}

    #scrollUpButton .scrollUpButtonWrapper {
        width: 50%;
        height: 16px;
        margin: 0 auto;
        position: relative;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        #scrollUpButton .scrollUpButtonWrapper i {
            color: #f69f29;
            position: absolute;
            font-size: 100%;
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
            -ms-transform: rotate(180deg);
        }

.accordeonDetailPage .panel {
    margin-bottom: 0;
}

.messagebox {
    padding: 20px;
    margin: 0 auto 32px;
    border: 1px solid #f69f29;
    box-shadow: 0 7px 8px 0 rgba(171, 171, 171, .5) !important;
}

    .messagebox.centered {
        width: 50%;
    }

.contact-container + .contact-container {
    margin-top: -10px;
}

.contact-container .components-showdown {
    padding: 0 0 10px; /*padding-bottom: 0px;
		& .row{
			display: flex;			
			flex-wrap:wrap;
			align-items: stretch;

			& .col-xs-12.col-sm-6.col-md-3{
				display: flex;
				flex-direction: column;
				justify-content: space-between;
				padding-bottom: 50px;
				& .wysiwyg-text{
				}
				& a{
					align-self: flex-start;
				}
			}
		}*/
}

    .contact-container .components-showdown .row > [class*="col-"] {
        margin-bottom: 10px;
    }

#main-masterpass > *.image-preview:first-child {
    opacity: .5;
    padding: 20px;
    margin: 0;
}

#main-masterpass .EditingFormTable .tr:not(.visible)[id$="Reason"] {
    display: none;
}

#main-masterpass .EditingFormTable .tr:not(.sec) .ExplanationText {
    display: none;
}

#main-masterpass .EditingFormTable .tr .ExplanationText {
    padding: 40px;
    padding-left: 75px;
    box-shadow: 0 7px 45px 0 rgba(171, 171, 171, .5) !important;
    margin: 30px 0;
    position: relative;
}

    #main-masterpass .EditingFormTable .tr .ExplanationText:before {
        position: absolute;
        display: block;
        content: "i";
        border: 1px solid #4c4c4c;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        left: 40px;
        padding-left: 6px;
        font-style: italic;
        font-size: 15px;
    }

#main-masterpass .EditingFormTable .FieldLabel.td span.EditingFormLabel {
    font-weight: bold;
    font-size: 20px;
}

#main-masterpass .EditingFormTable .FieldLabel.td label.EditingFormLabel {
    font-weight: normal;
    font-size: 18px;
}

.masterpass-header-logo {
    max-width: 1650px;
    padding: 40px;
    margin: 0 auto;
}

    .masterpass-header-logo img {
        max-width: 250px;
    }

.masterpass-hero {
    position: relative;
    padding: 0;
    margin-bottom: 50px; /*'xs-phone': 320px,
  'phone': 375px,
  'tablet': 768px,
  'tabletlandscape': 1024px,
  'desktop': 1220px,
  'widescreen': 1366px,
  'largescreen': 1440px*/
}

    .masterpass-hero > img {
        width: 100%;
    }

    .masterpass-hero .fullsize_img {
        width: 100%;
    }

    .masterpass-hero .tiles-slide {
        position: relative;
    }

    .masterpass-hero .info {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        max-width: 1220px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 75px;
    }

        .masterpass-hero .info > a {
            width: 100%;
        }

        .masterpass-hero .info > * {
            max-width: 80%;
        }

        .masterpass-hero .info input[type="image"] {
            max-width: 280px;
        }

        .masterpass-hero .info h1,
        .masterpass-hero .info .h1 {
            color: #fff;
            font-size: 40px;
            line-height: 1.25;
            text-transform: uppercase;
            margin: 30px 0;
            text-shadow: 0 0 25px rgba(0, 0, 0, .7);
        }

        .masterpass-hero .info p {
            color: #fff;
            font-size: 20px;
            line-height: 28px;
            font-weight: 300;
            text-shadow: 0 0 25px rgba(0, 0, 0, .7);
        }

    .masterpass-hero .left-image {
        position: relative;
    }

        .masterpass-hero .left-image > img {
            position: absolute;
            top: -8vw;
            left: 160px; /*width: 20vw;*/
            max-width: 100%;
        }

    .masterpass-hero.masterpass-hero_slider {
        /*.slick-dots {
			
			button{
				background-color:transparent;
				border-color:#fff;
				width: 18px;
				height: 18px;
				&:hover{
					border-color:#fff;
				}
			}
			.slick-active{
				button{
					background-color:#fff;;
				}
			}
		}*/ /*.carousel {
			.slick-arrow{
				color:#fff;
				&:hover{
					color:#fff;
				}
			}
		}*/
    }

        .masterpass-hero.masterpass-hero_slider .gallery-controls {
            position: relative;
        }

        .masterpass-hero.masterpass-hero_slider .right-image {
            position: relative;
            display: inline-block;
            float: right;
            margin-top: -8vw;
        }

            .masterpass-hero.masterpass-hero_slider .right-image > img {
                float: right;
                max-width: 100%;
            }

        .masterpass-hero.masterpass-hero_slider .info-mobile {
            display: block;
        }

            .masterpass-hero.masterpass-hero_slider .info-mobile .carousel .slideset.slick-initialized {
                display: none;
            }

    .masterpass-hero .info-mobile {
        display: none;
        padding-bottom: 10px;
    }

        .masterpass-hero .info-mobile .h1 {
            font-size: 40px;
            line-height: 1.2;
        }

        .masterpass-hero .info-mobile p {
            font-size: 20px;
            line-height: 1.2;
        }

    .masterpass-hero .logo-container {
        padding: 30px 0;
        text-align: right;
    }

        .masterpass-hero .logo-container.left {
            padding: 30px 20px;
            text-align: left;
        }

        .masterpass-hero .logo-container > img {
            max-width: 50%;
        }

.masterpass-header-slider-mobile {
    position: relative;
}

    .masterpass-header-slider-mobile .col-xs-12 {
        padding-top: 0 !important;
    }

        .masterpass-header-slider-mobile .col-xs-12.has-padding {
            padding-left: 30px;
            padding-right: 30px;
            padding-top: 15px;
            margin-bottom: 5px;
            margin-top: 50px;
        }

    .masterpass-header-slider-mobile .right-image {
        position: absolute;
        right: 5px;
        bottom: -20px;
    }

        .masterpass-header-slider-mobile .right-image > img {
            height: 100%;
        }

/*!
 * jQuery Slot Machine v3.0.1
 * https:// github.com/josex2r/jQuery-SlotMachine
 *
 * Copyright 2014 Jose Luis Represa
 * Released under the MIT license
 */

.slotMachineNoTransition {
    -webkit-transition: none !important;
    transition: none !important;
}

/*
.slotMachineBlurFast {
    -webkit-filter: blur(5px);
            filter: blur(5px);
}

.slotMachineBlurMedium {
    -webkit-filter: blur(3px);
            filter: blur(3px);
}

.slotMachineBlurSlow {
    -webkit-filter: blur(2px);
            filter: blur(2px);
}

.slotMachineBlurTurtle {
    -webkit-filter: blur(1px);
            filter: blur(1px);
}

.slotMachineGradient {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(25%, rgba(0,0,0,1)), color-stop(75%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,0)) );
    -webkit-mask: url("data:image/svg+xml;utf8,<svg version="1.1" xmlns="http:// www.w3.org/2000/svg" width="0" height="0"><mask id="slotMachineFadeMask" maskUnits="objectBoundingBox" maskContentUnits="objectBoundingBox"><linearGradient id="slotMachineFadeGradient" gradientUnits="objectBoundingBox" x="0" y="0"><stop stop-color="white" stop-opacity="0" offset="0"></stop><stop stop-color="white" stop-opacity="1" offset="0.25"></stop><stop stop-color="white" stop-opacity="1" offset="0.75"></stop><stop stop-color="white" stop-opacity="0" offset="1"></stop></linearGradient><rect x="0" y="-1" width="1" height="1" transform="rotate(90)" fill="url(#slotMachineFadeMask)"></rect></mask></svg>#slotMachineFadeMask");
            mask: url("data:image/svg+xml;utf8,<svg version="1.1" xmlns="http:// www.w3.org/2000/svg" width="0" height="0"><mask id="slotMachineFadeMask" maskUnits="objectBoundingBox" maskContentUnits="objectBoundingBox"><linearGradient id="slotMachineFadeGradient" gradientUnits="objectBoundingBox" x="0" y="0"><stop stop-color="white" stop-opacity="0" offset="0"></stop><stop stop-color="white" stop-opacity="1" offset="0.25"></stop><stop stop-color="white" stop-opacity="1" offset="0.75"></stop><stop stop-color="white" stop-opacity="0" offset="1"></stop></linearGradient><rect x="0" y="-1" width="1" height="1" transform="rotate(90)" fill="url(#slotMachineFadeMask)"></rect></mask></svg>#slotMachineFadeMask");
}
*/

.slotMachine {
    width: calc(100% / 3);
    border-top: 3px solid white;
    border-right: 3px solid white;
    border-left: 3px solid white;
    border-bottom: 3px solid white;
    border: none;
    margin-right: -5px;
    height: 231px;
    padding: 0;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    background-color: #fff;
    padding-top: 40px;
}

    .slotMachine .slot {
        position: relative;
    }

        .slotMachine .slot img {
            position: absolute;
            left: 0;
            top: 0;
            height: auto;
            width: 100%;
        }

        .slotMachine .slot:after {
            content: "";
            display: block;
            padding-top: 89%;
        }

.slotmachine-container {
    border: 20px solid white;
    border-radius: 10px;
    max-width: 531px;
    margin: 0 auto;
    background-color: white;
    box-shadow: 0 0 9px 0 rgba(119, 119, 119, .5);
    position: relative;
}

    .slotmachine-container:before {
        content: "";
        display: block;
        width: 200px;
        height: 65px;
        border-radius: 10px;
        position: absolute;
        bottom: -82px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        box-shadow: 0 0 9px 0 rgba(119, 119, 119, .5);
    }

.slotmachine-background,
.slotmachine-foreground {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
}

#casino {
    margin-top: 60px;
    margin-bottom: 60px;
}

.btn-group-casino {
    border: 20px solid white;
    border-radius: 10px;
    border-top: none;
    width: 200px;
    margin: 0 auto;
    margin-top: -15px;
    background-color: white;
}

#slotMachineButtonShuffle {
    width: 100%;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    background-color: #f69f29;
    color: #fff;
    margin-top: 15px;
    border-radius: 5px;
    position: relative;
    text-transform: uppercase;
}

.slotmachine-finished #slotMachineButtonShuffle {
    background-color: black;
    color: white;
    cursor: not-allowed;
}

.slotmachine-busy #slotMachineButtonShuffle {
    opacity: .5;
    cursor: not-allowed;
}

#slotmachine-agb-container {
    max-width: 490px;
    margin: 0 auto;
    text-align: right;
    font-size: 14px;
    margin-top: -52px;
}

    #slotmachine-agb-container > * {
        max-width: 160px;
        display: inline-block;
    }

    #slotmachine-agb-container .info-popup {
        cursor: pointer;
    }

.slotmachine-wrapper {
    /*border-image: radial-gradient(ellipse at center, #000000 0%,#ffffff 100%);
  linear-gradient(to left, rgba(0,0,0, .55) 0%, rgba(0,0,0, .3) 100%);
  border-image-slice: 1;*/
    border-width: 4px;
    border-style: solid;
    position: relative;
    border-color: #4f4f4f #878787 #cecece #878787;
}

#slotmachine_enoughfortoday a {
    margin-top: 30px;
}

.slotmachine-inner {
    max-width: 450px;
    margin: 0 auto;
}

.slotmachine-message {
    margin-top: 30px;
}

.hide-me {
    height: 0;
    overflow: hidden;
    margin: 0;
}

.jcf-check {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    margin: 0;
}

.slotmachine-inner #LicenseAgreement > .FieldLabel > label.EditingFormLabel,
.slotmachine-inner #LicenseAgreementMain > .FieldLabel > label.EditingFormLabel {
    padding-left: 40px;
}

.faq-rating .thumb-up {
    width: 25px;
    height: 21px;
    display: block;
    fill: #74a0ca;
    margin-bottom: 3px;
}

    .faq-rating .thumb-up:hover {
        fill: #437aaf;
    }

.faq-rating .thumb-down {
    width: 25px;
    height: 21px;
    display: block;
    fill: #74a0ca;
    margin-top: 3px;
}

    .faq-rating .thumb-down:hover {
        fill: #437aaf;
    }

.faq-rating .rating-label {
    font-size: 87.5%;
    line-height: 21px;
}

@media (min-aspect-ratio: 16 / 9) {
    .youtube-video-url {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16 / 9) {
    .youtube-video-url {
        width: 300%;
        left: -100%;
        margin-top: -200px;
    }
}

@media screen and (min-width: 375px) {
    .search-form [type="submit"] {
        font-size: 25px;
        width: 68px;
    }

    .info-bar .item-box {
        padding: 14px 10px 14px 20px;
    }

    .navbar .lang-switcher-dropdown {
        right: 78px;
    }
}

@media screen and (min-width: 768px) {
    h1,
    .h1 {
        font-size: 36px;
        line-height: 1.22;
    }

    h2,
    .h2 {
        font-size: 30px;
        line-height: 1.125;
    }

    h3,
    .h3 {
        font-size: 18px;
    }

    .ui-autocomplete {
        border-bottom: none;
        right: 0 !important;
        left: 0 !important;
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2);
    }

    .components-showdown > .row > .col-sm-6 {
        width: 49%;
    }

    .btn.inline-block.visible-xs-block {
        display: none !important;
    }

    .btn-lg {
        font-size: 18px;
    }

    .container-fluid .row.center-items .col-md-3 .btn-link-position-center {
        display: block;
        text-align: left;
    }

    .form-group {
        margin-bottom: 22px;
    }

    .default-form {
        padding: 12px 0 3px;
    }

        .default-form .additional-info {
            margin-top: 8px;
        }

        .default-form .checkbox {
            margin-top: 0;
        }

        .default-form .full-width-btn .btn {
            display: inline-block;
            width: auto;
        }

    .EditingFormTable .tr.label-left .FieldLabel.td {
        display: inline-block;
        width: 200px;
    }

    .EditingFormTable .tr.label-left .EditingFormValueCell.td {
        display: inline-block;
        width: calc(100% - 200px);
    }

    .header .navbar-form {
        position: relative;
        min-width: 200px;
        width: 100%;
    }

        .header .navbar-form .form-control {
            background: #f3f3f3;
        }

    .header .navbar {
        padding: 20px 0 28px;
    }

    .header .logo {
        padding: 3px 0 0 1px;
        width: 199px;
        margin-right: 84px;
    }

    .info-bar--mobile .info-item .item-box {
        padding: 11px 13px 14px 13px;
    }

    .info-bar .info-item--bordered {
        border-right: 1px solid #d1d1d1;
    }

        .info-bar .info-item--bordered:first-child {
            border-left: 1px solid #d1d1d1;
        }

    .info-bar .btn-group {
        padding: 5px;
        min-width: 50%;
    }

    .info-bar .open-close .open-close-slide {
        position: static !important;
        opacity: 1;
        visibility: visible;
    }

    .navbar .navbar-toggle {
        top: 52%;
        right: 19px;
    }

    .navbar-nav > li > a {
        padding: 28px 26px;
    }

    .navbar-nav li i {
        top: 7px;
    }

    .breadcrumb {
        margin: 0;
    }

        .breadcrumb li:nth-last-child(2) {
            display: inline-block;
        }

        .breadcrumb .breadcrumb-opener:before {
            display: none;
        }

    .panel-group .panel-title > a:after {
        right: 21px;
    }

    .pricing-table {
        display: block;
    }

        .pricing-table.js-mobile-table {
            position: absolute;
            left: -9999px;
            top: -9999px;
        }

        .pricing-table .table-item {
            margin-bottom: 29px;
            margin-left: 10px;
            margin-right: 10px;
            width: calc(33.33% - 20px);
        }

        .pricing-table .table-item--header {
            padding: 30px 0;
        }

        .pricing-table .table-item--title {
            width: 100%;
            padding: 6px 0;
            margin-bottom: 0;
        }

        .pricing-table .table-item--btn {
            display: none;
        }

        .pricing-table .table-item .btn {
            width: calc(100% - 40px);
            margin-left: 20px;
            margin-right: 20px;
        }

        .pricing-table .table-header--fixed {
            position: fixed;
            left: 0;
            right: 0;
            top: 0;
            box-shadow: 0 4px 7px 0 rgba(167, 167, 167, .5);
        }

        .pricing-table .table-header .container-fluid {
            padding-right: 10px;
            padding-left: 10px;
        }

        .pricing-table .table-body .container-fluid {
            padding-right: 10px;
            padding-left: 10px;
        }

    .carousel .gallery-controls {
        margin: 0 0 3px;
    }

    .custom-tabs-holder .tab-item {
        width: 33.29%;
        text-align: center;
    }

        .custom-tabs-holder .tab-item.active > .tab-item-link {
            border-width: 1px 0 0 1px;
            border-bottom-color: #fff;
        }

            .custom-tabs-holder .tab-item.active > .tab-item-link:hover,
            .custom-tabs-holder .tab-item.active > .tab-item-link:focus {
                border-bottom-color: #fff;
            }

        .custom-tabs-holder .tab-item > .tab-item-link {
            padding: 44px 27px 27px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            width: 100%;
            min-height: 233px;
            border-width: 1px 0 0 1px;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .custom-tabs-holder .tab-item > .tab-item-link:last-child {
                border-bottom-width: 1px;
            }

            .custom-tabs-holder .tab-item > .tab-item-link h3 {
                max-width: 170px;
                margin: 0;
            }

    .custom-tabs-holder .visual-holder {
        margin-bottom: 9px;
        width: 100px;
    }

    .custom-tabs-holder .panel-body {
        padding: 59px 22px 27px;
    }

        .custom-tabs-holder .panel-body h2 {
            margin-bottom: 52px;
        }

        .custom-tabs-holder .panel-body .quick-links {
            margin-bottom: 11px;
        }

    .custom-tabs-holder .tab-close {
        right: 32px;
        top: 33px;
    }

    .popover-holder.left-bottom .popover {
        left: 0 !important;
    }

    .popover {
        width: 300px;
        padding: 37px 37px 24px;
    }

    .modal-content {
        max-height: calc(100vh - 40px);
    }

    .modal .btn-box--double {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .modal .btn-box .btn {
        margin: 10px;
    }

    .post-item .post-visual {
        margin: 2px 0 0;
    }

    .post-item--vertical h3 {
        margin: 0 0 15px;
    }

    .post-item--vertical p {
        margin: 0 0 11px;
    }

    .post-item--vertical .post-content {
        padding: 24px 20px 21px;
    }

    .post-item--vertical .post-text {
        padding: 0 10px 0 0;
    }

    .post-item--vertical .btn-holder {
        padding: 4px 0 0;
    }

    .tiles-carousel {
        padding: 24px 0;
    }

        .tiles-carousel .post-item {
            margin: 0 10px;
        }

    .promo-slider--double .promo-block {
        padding: 20px 0;
    }

    .large-carousel-holder {
        padding: 40px 20px 20px;
        min-height: 411px;
        display: table-cell;
        display: table-cell;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .large-carousel .content-box {
        padding: 41px 20px 20px;
    }

        .large-carousel .content-box .h1 {
            margin: 0 0 19px;
            font-size: 40px;
            line-height: 1.2;
        }

    .large-carousel .slide-item {
        padding: 0 0 40px;
    }

    .large-carousel-image {
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .large-carousel-content {
        box-shadow: 0 0 9px 0 rgba(119, 119, 119, .5);
        width: 447px;
    }

        .large-carousel-content .gallery-controls {
            left: 0;
            right: 0;
            bottom: 0;
            position: absolute;
            padding: 0 0 31px;
        }

        .large-carousel-content .slick-list,
        .large-carousel-content .slick-track {
            -webkit-box-align: end;
            -webkit-align-items: flex-end;
            -ms-flex-align: end;
            align-items: flex-end;
        }

    .additional-info-block {
        padding: 15px 0;
    }

    .additional-info-item {
        margin: 0 0 6px;
    }

    .additional-info-item--secondary {
        margin: 0 0 20px;
    }

    .single-button {
        margin: 0 0 20px;
    }

    .card-info-item .card-visual {
        width: 80px;
        margin-right: 20px;
    }

    .card-info-item--wide {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

        .card-info-item--wide .card-visual {
            margin-bottom: 0;
            width: 180px;
        }

        .card-info-item--wide .card-number {
            width: auto;
        }

    .decorated-headline {
        margin: 0 0 50px;
    }

    .two-col .two-col-row:before,
    .two-col .two-col-row:after {
        content: none;
    }

    .two-col .two-col-row > [class*=col-] .image-preview {
        margin: 0;
    }

    #main > .container-fluid:not(.hero-container) > .components-showdown > .two-col {
        padding-left: 20px;
        padding-right: 20px;
    }

    .fancybox-container .fancybox-placeholder {
        border: 15px solid white;
    }

    .footer {
        padding: 65px 0 55px;
    }

        .footer .footer-logo {
            margin: 7px 0 0 2px;
        }

        .footer .main-list {
            margin: 0 0 11px;
        }

        .footer .social-networks {
            padding: 0;
        }

    .footer-info-bar .tablet-first {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .footer-info-bar .tablet-second {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .footer-info-bar .tablet-third {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .footer-info-bar .tablet-last {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .footer-main-bar {
        padding: 39px 0 63px;
    }

        .footer-main-bar .tablet-first {
            -webkit-box-ordinal-group: 0;
            -webkit-order: -1;
            -ms-flex-order: -1;
            order: -1;
        }

        .footer-main-bar .tablet-second {
            -webkit-box-ordinal-group: 0;
            -webkit-order: -1;
            -ms-flex-order: -1;
            order: -1;
        }

    .footer-bottom-bar ul li {
        margin: 0 6px 0 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
    .info-bar .open-close {
        border: none;
        width: 26%;
    }
}

@media screen and (min-width: 768px) and (min-width: 1366px) {
    .two-col .two-col-row > [class*=col-]:first-child .default-video.default-video--youtube {
        position: relative;
        left: -70px;
    }

    .two-col .two-col-row > [class*=col-]:first-child .image-preview {
        position: relative;
        left: -70px;
    }

    .two-col .two-col-row > [class*=col-]:last-child .image-preview {
        position: relative;
        left: 70px;
    }

    .two-col .two-col-row > [class*=col-]:last-child .default-video.default-video--youtube {
        position: relative;
        left: 70px;
    }
}

@media screen and (min-width: 769px) {
    #login-collapse-list {
        position: absolute;
        width: 100%;
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2);
        border-bottom: 3px solid #8c8c8c;
        z-index: 99;
    }

    #main .hero-container .wysiwyg-text + .container-fluid {
        padding-bottom: 16px;
    }
}

@media screen and (min-width: 1024px) {
    #main > div.hero-container .two-col > .components-showdown .two-col-row > .col-xs-12.col-sm-6 .image-preview,
    #main > div.hero-container .two-col > .components-showdown .two-col-row > .col-xs-12.col-sm-6 .image-slider-container {
        width: calc(100% + 25px);
    }

    .info-bar--mobile .menu-tabs {
        border: none;
        width: auto;
        min-width: 49.6%;
    }
}

@media screen and (min-width: 1220px) {
    .jcf-list {
        padding: 16px 0 12px;
    }

        .jcf-list .jcf-option {
            padding: 9px 35px;
        }

    h1,
    .h1 {
        font-size: 40px;
        line-height: 1.25;
    }

    h2,
    .h2 {
        font-size: 32px;
        margin: 0 0 29px;
    }

    .lead {
        line-height: 1.4;
    }

    .components-showdown > .row > .col-md-3 {
        width: 24.9%;
    }

    .default-form .submit-btn-row {
        margin-bottom: 0;
        padding: 20px 0;
    }

    .breadcrumb li:nth-last-child(3) {
        display: inline-block;
    }

    .pricing-table .table-item {
        margin-bottom: -1px;
        width: calc(25% - 20px);
        padding: 18px 0;
    }

    .pricing-table .table-item--header {
        padding: 40px 0;
    }

        .pricing-table .table-item--header:first-child {
            display: table-cell;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
        }

    .pricing-table .table-item--title {
        width: calc(25% - 20px);
        display: table-cell;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 0;
    }

    .pricing-table .table-item .btn {
        display: inline-block;
    }

    .pricing-table .table-body {
        padding: 0;
    }

    .custom-tabs-holder .custom-tabs-tabset {
        border-top: 1px solid #e3e3e3;
        border-bottom: 1px solid #e3e3e3;
    }

    .custom-tabs-holder .tab-item {
        width: 16.65%;
    }

        .custom-tabs-holder .tab-item:last-child > .tab-item-link,
        .custom-tabs-holder .tab-item:nth-child(6) > .tab-item-link {
            border-right-width: 1px;
        }

        .custom-tabs-holder .tab-item.active > .tab-item-link {
            border-width: 0 0 1px 1px;
        }

            .custom-tabs-holder .tab-item.active > .tab-item-link:hover,
            .custom-tabs-holder .tab-item.active > .tab-item-link:focus {
                border-bottom-color: #fff;
            }

        .custom-tabs-holder .tab-item.active:nth-child(6) > .tab-item-link,
        .custom-tabs-holder .tab-item.active:last-child > .tab-item-link {
            border-right-width: 1px;
        }

        .custom-tabs-holder .tab-item > .tab-item-link {
            border-width: 0 0 1px 1px;
            min-height: 200px;
            padding: 9px 15px;
            margin: 0 0 -1px;
            z-index: 3;
        }

    .custom-tabs-holder .nav-tabs {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-bottom: none;
        margin-bottom: -1px;
        margin: 0 -10px;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .custom-tabs-holder .visual-holder {
        margin-bottom: 12px;
    }

    .custom-tabs-holder .tab-content {
        margin: 0 -10px;
        box-shadow: none !important;
    }

    .custom-tabs-holder .panel-body {
        padding: 62px 18px 24px;
        padding-right: 48px;
    }

        .custom-tabs-holder .panel-body h2 {
            margin-bottom: 50px;
        }

    .custom-tabs-holder .tab-pane:before {
        content: "";
        position: absolute;
        left: -9999px;
        right: -9999px;
        bottom: 0;
        height: 15px;
        box-shadow: 0 4px 4px 0 rgba(171, 171, 171, .5);
        opacity: 0;
    }

    .custom-tabs-holder .tab-pane.js-tab-active:before {
        opacity: 1;
    }

    .custom-tabs-holder .tab-close {
        right: 10px;
        top: 31px;
    }

    .popover {
        width: 380px;
    }

    .modal-dialog {
        width: 100%;
        padding: 0 30px;
        margin: 30px auto;
    }

    .modal-content {
        max-height: calc(100vh - 60px);
    }

    .modal-body {
        padding: 60px;
    }

    .modal .btn-close {
        font-size: 20px;
        width: 40px;
        height: 40px;
        right: 3px;
        top: 3px;
    }

    .modal .image-box img {
        margin: 0;
    }

    .modal .image-box .center-block {
        margin: 0 auto;
    }

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

    .tiles-carousel {
        margin: 0 -10px;
    }

    .promo-slider {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .promo-slider .promo-block {
            width: 34.23%;
        }

    .promo-slider--double .large-carousel-holder {
        margin-left: 0;
    }

    .promo-slider--double .promo-block {
        padding: 40px 40px;
    }

    .large-carousel-holder {
        min-height: 500px;
    }

    .large-carousel .content-box {
        padding: 40px 40px 29px;
    }

    .large-carousel .slide-item {
        padding: 0 0 30px;
    }

    .large-carousel-content {
        width: 480px;
    }

    .aside-info-block {
        padding: 0;
    }

    .additional-info-block {
        padding: 5px 20px;
    }

    .app-visual {
        max-width: 400px;
    }

    .progress-list .progress-item .title > span {
        opacity: 1;
    }

    .footer-main-bar .flex-row {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        display: table-cell;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

        .footer-main-bar .flex-row:before,
        .footer-main-bar .flex-row:after {
            display: none;
        }
}

@media screen and (min-width: 1366px) {
    .hidden-lg-absolute {
        position: absolute;
        left: -9999px;
        top: -9999px;
        width: 100%;
    }

    .visible-lg-flex {
        display: table-cell !important;
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .ui-autocomplete {
        padding: 19px 0;
        right: auto !important;
        left: 0 !important;
        width: 380px !important;
    }

        .ui-autocomplete .ui-menu-item {
            padding: 7px 30px;
        }

    .search-form [type="submit"] {
        width: 53px;
    }

    .header.navigation_header_widget .container-fluid.container-flex.container-wide {
        position: relative;
    }

        .header.navigation_header_widget .container-fluid.container-flex.container-wide .lang-switcher-dropdown {
            right: 20px;
            top: 49px;
        }

    .header .navbar-form {
        min-width: 100%;
        width: 170px;
    }

    .header .navbar {
        padding: 20px 0 0;
    }

    .info-bar .info-item {
        position: relative;
    }

    .info-bar .info-item--wide {
        min-width: 34.5%;
    }

    .info-bar .info-item.active:after {
        opacity: 1;
    }

    .info-bar .item-box {
        padding: 14px 14px 14px 25px;
    }

        .info-bar .item-box .text {
            text-align: center;
        }

    .info-bar .btn-group {
        min-width: auto;
        margin-left: 5px;
    }

        .info-bar .btn-group .btn {
            min-width: 140px;
        }

            .info-bar .btn-group .btn.btn-logged-out {
                min-width: 195px;
            }

    .info-bar .lang-switcher {
        margin: 0 31px 0 0;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

        .info-bar .lang-switcher li {
            padding: 0 11px 0 0;
        }

    .info-bar .menu-tabs {
        min-width: 23.7%;
    }

        .info-bar .menu-tabs .info-item {
            max-width: 52.6%;
        }

            .info-bar .menu-tabs .info-item .item-box {
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                padding-left: 14px;
            }

    .navbar .navbar-collapse {
        position: static;
        margin-top: 0;
    }

    .main-nav {
        background: none;
        height: auto;
        max-height: 100% !important;
        overflow: visible;
        border: none;
    }

    .navbar-nav {
        padding: 12px 0 0;
    }

        .navbar-nav > li > a {
            padding: 24px 20px;
        }

        .navbar-nav li {
            overflow: visible;
            border: none;
        }

            .navbar-nav li i {
                display: none;
            }

            .navbar-nav li:hover > ul.sub-nav,
            .navbar-nav li.hover > ul.sub-nav {
                position: absolute !important;
            }

        .navbar-nav .sub-nav {
            border-top: none;
            margin-top: 1px;
            min-width: 380px;
            background: #fff;
            box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2);
            border-bottom: 3px solid #8c8c8c;
            z-index: 99;
            left: 0;
            top: 100%;
        }

            .navbar-nav .sub-nav > li > a {
                padding: 18px 30px 21px;
            }

            .navbar-nav .sub-nav ul {
                padding: 9px 0 11px;
            }

    .breadcrumb {
        padding: 20px 0;
    }

        .breadcrumb li:nth-last-child(4) {
            display: inline-block;
        }

    .promo-slider--double .promo-block {
        padding: 40px 65px;
    }

    .navbar-form .search-result ul li a,
    .faq-search .search-result ul li a {
        width: 400px;
    }

    .search-filter .info-item {
        max-width: 33.333% !important;
    }

    .footer .list-item {
        margin-bottom: 30px;
    }

    .footer .footer-logo {
        max-width: 197px;
    }

    .footer .navigation-holder {
        padding-bottom: 31px;
    }

    .footer-main-bar {
        padding: 40px 0 30px;
    }
}

@media screen and (min-width: 1440px) {
    .large-carousel .content-box {
        padding: 40px 40px 27px;
    }

    .large-carousel-content {
        width: 572px;
    }

        .large-carousel-content .gallery-controls {
            padding: 0 0 30px;
        }

    .masterpass-hero .left-image > img {
        top: -150px;
    }

    .masterpass-hero.masterpass-hero_slider .gallery-controls {
        margin-top: -80px;
    }

    .masterpass-hero.masterpass-hero_slider .right-image {
        margin-top: -305px;
        padding-right: 200px;
    }
}

@media screen and (max-width: 1439px) {
    .masterpass-hero {
        background-color: #fde7ca;
    }

        .masterpass-hero .info {
            padding: 20px;
            padding-top: 75px;
        }

            .masterpass-hero .info .h1,
            .masterpass-hero .info p {
                display: none;
            }

        .masterpass-hero .left-image > img {
            left: 0;
            padding: 20px;
            margin-left: calc((100vw - 1220px) / 2);
            top: -11vw;
            width: 26vw;
        }

        .masterpass-hero.masterpass-hero_slider .gallery-controls {
            margin-top: -135px;
        }

        .masterpass-hero.masterpass-hero_slider .right-image {
            margin-top: -211px;
            padding-right: 40px;
        }

            .masterpass-hero.masterpass-hero_slider .right-image > img {
                width: 90%;
            }

        .masterpass-hero.masterpass-hero_slider .info-mobile .carousel .slideset.slick-initialized {
            display: block;
        }

        .masterpass-hero .info-mobile {
            display: block;
        }
}

@media screen and (max-width: 1365px) {
    #main > div.hero-container .two-col > .components-showdown .two-col-row > .col-xs-12.col-sm-6 .image-preview,
    #main > div.hero-container .two-col > .components-showdown .two-col-row > .col-xs-12.col-sm-6 .image-slider-container {
        left: 0;
    }

    .info-bar .btn-group .btn.btn-icon {
        left: -7px;
    }

    .components-showdown {
        padding: 32px 0;
    }

    .row > [class*="col-lg"] {
        margin-bottom: 20px;
    }

    .row > [class*="col-md"] {
        margin-bottom: 0;
    }

    .row > [class*="col-sm"] {
        margin-bottom: 0;
    }

    #main > .hero-container > .components-showdown > .bg-image {
        min-height: 450px;
    }

        #main > .hero-container > .components-showdown > .bg-image .two-col {
            padding-left: 20px;
            padding-right: 20px;
        }
}

@media only screen and (max-width: 1280px) {
    .videoheader .text-wrapper .text {
        padding: 30px;
    }
}

@media screen and (max-width: 1220px) {
    #main > div.hero-container {
        margin-bottom: 15px;
    }

        #main > div.hero-container.bg-brown {
            margin-bottom: 0;
        }

        #main > div.hero-container.container-wide-image {
            padding-top: 0;
        }

            #main > div.hero-container.container-wide-image > .components-showdown .two-col .two-col-row > div:first-child {
                padding-top: 55px;
            }

            #main > div.hero-container.container-wide-image > .components-showdown .two-col .two-col-row .col-xs-12.col-sm-6 .image-preview {
                left: 0;
                right: -20px;
                width: calc(100% + 40px);
            }

            #main > div.hero-container.container-wide-image > .components-showdown .two-col.switch-mobile-order .two-col-row > div:last-child {
                margin-top: 0;
            }

    .btn-link-position-right_md,
    .btn-position-right_md {
        float: none;
    }

    .btn-link-position-left_md,
    .btn-position-left_md {
        float: right;
    }
}

@media screen and (max-width: 1219px) {
    .container-fluid.container-full-width:not(.container-no-spacing) .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .breadcrumb li.white-text {
        text-shadow: none;
        color: #4c4c4c;
    }

    .switch-tablet-order [class*="col-"]:first-child {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .row > [class*="col-md"] {
        margin-bottom: 20px;
    }

    .row > [class*="col-sm"] {
        margin-bottom: 0;
    }

    .footer-main-bar .flex-row [class*="col-"]:last-child {
        float: right;
    }

    .masterpass-header-logo {
        padding-left: 20px;
    }

        .masterpass-header-logo img {
            max-width: 165px;
        }

    .masterpass-hero .info {
        margin-left: 0;
    }

        .masterpass-hero .info input[type="image"] {
            max-width: 250px;
        }

    .masterpass-hero .left-image > img {
        margin-left: 0;
        top: -12vw;
        width: 28vw;
    }

    .masterpass-hero.masterpass-hero_slider .right-image {
        margin-top: -16vw;
        padding-right: 5px;
    }

        .masterpass-hero.masterpass-hero_slider .right-image > img {
            width: 80%;
        }
}

@media screen and (max-width: 1023px) {
    #main > div.hero-container {
        padding-top: 55px;
    }

        #main > div.hero-container.container-wide-image {
            padding-top: 0;
        }

            #main > div.hero-container.container-wide-image img {
                max-width: none;
                width: 100%;
            }

    .masterpass-hero.masterpass-hero_slider .right-image {
        margin-top: -24vw;
        padding-right: 5px;
    }
}

@media screen and (max-width: 895px) {
    .masterpass-hero.masterpass-hero_slider .right-image {
        margin-top: -29vw;
        padding-right: 5px;
    }
}

@media screen and (max-width: 768px) {
    .gap {
        height: 16px;
    }

        .gap.gap-md {
            height: 32px;
        }

        .gap.gap-lg {
            height: 32px;
        }

        .gap.gap-xl {
            height: 64px;
        }

    .container-fluid .row.center-items .col-md-3 .btn-link-position-center {
        margin-top: -24px;
        margin-bottom: 44px;
    }

    .btn-link-position-right_sm,
    .btn-position-right_sm {
        float: none;
    }

    .btn-link-position-left_sm,
    .btn-position-left_sm {
        float: right;
    }

    .sticky-nav header.header > .navbar.navbar-default,
    body.js-opened-state header.header > .navbar.navbar-default {
        position: fixed;
        top: 0;
        z-index: 500;
        width: 100vw;
    }

    .sticky-nav header.header > .info-bar,
    body.js-opened-state header.header > .info-bar {
        margin-bottom: 87px;
    }

    .slider .slider-content {
        position: static;
        width: 100%;
        text-align: center;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        padding: 0 6%;
    }

    .footer .list-item {
        width: 49%;
    }

    .videoheader {
        height: auto;
    }

        .videoheader .text-wrapper {
            height: auto;
            background-color: #faf5ef;
        }

            .videoheader .text-wrapper .text {
                right: 0;
                padding: 30px;
                -webkit-box-align: start;
                -webkit-align-items: flex-start;
                -ms-flex-align: start;
                align-items: flex-start;
                position: static;
                color: #4c4c4c;
                text-shadow: none;
            }

        .videoheader .video {
            position: static;
            background-color: #faf5ef;
        }

            .videoheader .video video {
                height: 56.25%;
                width: 100%;
                position: static;
                -webkit-transform: translate(0);
                -ms-transform: translate(0);
                transform: translate(0);
                min-height: 0;
                min-width: 0;
            }

    #main > div:first-child.videoheader {
        margin-bottom: 0;
        padding-top: 0;
    }
}

@media (max-width: 768px) {
    .complaint-wrapper .submit-wrapper {
        margin-top: 50px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

        .complaint-wrapper .submit-wrapper > .col-sm-6,
        .complaint-wrapper .submit-wrapper > .text-right {
            text-align: center !important;
        }
}

@media screen and (max-width: 767px) {
    #main > div.hero-container.container-wide-image > .components-showdown .two-col .two-col-row .col-xs-12.col-sm-6 .image-preview {
        left: -20px;
    }

    #main > div.hero-container.container-wide-image > .components-showdown .two-col.switch-mobile-order .two-col-row > div:first-child {
        padding-top: 32px;
        padding-bottom: 16px;
    }

    .visible-xs-flex {
        display: table-cell !important;
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .alert-default .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .btn.inline-block.hidden-xs {
        display: none !important;
    }

    .info-bar--mobile .info-item--bordered {
        border-right: 1px solid #d1d1d1;
    }

    .info-bar .info-item--wide {
        width: 100%;
    }

    .info-bar .btn-group .btn {
        width: calc(100vw - 200px);
    }

    .info-bar .menu-tabs .info-item--bordered:nth-child(2n) {
        border-right: none;
    }

    .main-nav.start-hide {
        min-height: 100vh;
    }

    .main-nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    }

        .main-nav .search-form {
            margin-top: auto;
        }

    .dropdown--secondary .dropdown-menu {
        position: relative;
        height: 0;
        overflow: hidden;
    }

    .breadcrumb li:last-child {
        display: inline-block;
    }

        .breadcrumb li:last-child:before {
            content: "";
        }

    .breadcrumb li:nth-last-child(1) > a:before {
        content: "";
        display: none;
    }

    .pricing-table.js-mobile-table .slick-slide {
        padding-left: 20px;
        padding-right: 20px;
    }

    .pricing-table.js-mobile-table .slick-list {
        overflow: visible;
    }

    .pricing-table .table-item--header .btn {
        display: none;
        width: 100%;
    }

    .carousel .gallery-controls .btn-prev {
        margin: 0;
        padding: 10px 13px 10px 10px;
        margin-left: -10px;
    }

    .carousel .gallery-controls .btn-next {
        margin: 0;
        padding: 10px 10px 10px 13px;
        margin-right: -10px;
    }

    .carousel .gallery-controls .slick-dots {
        max-width: calc(100vw - 30px);
        margin: 0;
        white-space: pre-line;
    }

        .carousel .gallery-controls .slick-dots li {
            margin: 4px 3px;
        }

    .components-showdown {
        padding: 32px 0;
    }

    img.card-compare {
        max-width: none;
        width: 100%;
    }

    .switch-mobile-order [class*="col-"]:first-child {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    #main > .two-col:not(.switch-mobile-order) .two-col-row > .col-xs-12.col-sm-6:first-child > *:last-child.btn-link {
        margin-bottom: 20px;
    }

    #main > .two-col .two-col-row > .col-xs-12.col-sm-6 {
        margin-top: 0;
        margin-bottom: 0;
    }

    #main > * {
        margin-bottom: 20px;
    }

        #main > *:last-child {
            margin-bottom: 0;
        }

        #main > *.bg-brown {
            margin-bottom: 0;
        }

            #main > *.bg-brown + *:not(.bg-brown) {
                margin-top: 20px;
            }

    #main > .container-full-width .remove-padding h2 {
        margin-top: 20px;
    }

    .row > [class*="col-sm"] {
        margin-bottom: 20px;
    }

    #main > .hero-container > .components-showdown > .bg-image {
        min-height: 240px;
    }

    #main > .two-col {
        padding-left: 20px;
        padding-right: 20px;
    }

    #main > .container-fluid.container-large {
        padding-left: 20px;
        padding-right: 20px;
    }

    #main > .container-fluid.container-no-spacing {
        padding-left: 20px;
        padding-right: 20px;
    }

        #main > .container-fluid.container-no-spacing.hero-container {
            padding-left: 0;
            padding-right: 0;
        }

            #main > .container-fluid.container-no-spacing.hero-container > .components-showdown > div > .container-fluid {
                padding-left: 20px;
                padding-right: 20px;
            }

    #main > .container-fluid.container-large > .components-showdown .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

    #main > .container-fluid .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .w-sm-100 {
        width: 100% !important;
        max-width: 100% !important;
    }

    .navbar-form .search-result-wrapper,
    .faq-search .search-result-wrapper {
        width: 100%;
    }

    .datepicker {
        /*position: static;
    display: block;
    margin: 0 auto;
    top: 0 !important;
    left: 0 !important;
    float: none;*/
    }

    .messagebox.centered {
        width: 100%;
    }

    .masterpass-hero .info {
        padding-top: 40px;
    }

    .masterpass-hero .left-image > img {
        top: -14vw;
        width: 32vw;
    }

    .masterpass-hero.masterpass-hero_slider .right-image {
        margin-top: -14vw;
        padding-right: 5px;
    }

        .masterpass-hero.masterpass-hero_slider .right-image > img {
            width: 70%;
        }

    .slotMachine {
        height: 118px;
        padding-top: 20px;
    }

    .slotmachine-container {
        max-width: 280px;
        width: 280px;
    }

    #casino {
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: 30px;
    }

    #slotmachine-agb-container {
        max-width: 256px;
    }

    .slotmachine-background,
    .slotmachine-background img,
    .slotmachine-foreground,
    .slotmachine-foreground img {
        height: 100%;
    }
}

@media screen and (max-width: 488px) {
    .masterpass-header-slider-mobile .right-image > img {
        max-height: 220px;
        width: auto !important;
    }
}

@media (max-width: 480px) {
    .complaint-wrapper .jcf-radio + label {
        max-width: calc(100% - 50px);
        white-space: normal;
    }
}

@media screen and (max-width: 460px) {
    .slotmachine-inner {
        max-width: 260px;
        margin: 0 auto;
    }

        .slotmachine-inner .CheckBoxField {
            top: 12px;
        }
}

@media screen and (max-width: 374px) {
    .btn-lg {
        padding-left: 12px;
        padding-right: 12px;
    }

    .btn-primary {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .info-bar .btn-group .btn.btn-logged-out {
        width: calc(100vw - 170px);
        margin-right: 0;
    }

    .wysiwyg-text,
    .btn {
        max-width: calc(100vw - 30px);
        margin-left: auto;
        margin-right: auto;
    }

    .masterpass-hero .info {
        padding-top: 20px;
    }

    .masterpass-hero .left-image > img {
        top: -14vw;
        width: 35vw;
    }

    .masterpass-hero.masterpass-hero_slider .right-image {
        margin-top: -14vw;
        padding-right: 5px;
    }

        .masterpass-hero.masterpass-hero_slider .right-image > img {
            width: 60%;
        }
}

@media print {
    /* ---------------------------  general */

    p > a[href]:after {
        display: inline;
    }

    a[href]:after {
        display: block;
        font-size: 1.2rem;
    }

    .header a:after,
    a.overlay-link:after {
        content: "" !important;
    }

    a.phone-number:after {
        content: "";
    }

    a.btn-link[href]:after {
        word-break: break-word;
        display: block;
        width: 100%;
    }

    img[src*="Platzhalter-transparent"] {
        display: none !important;
    }

    #main img {
        max-width: 400px !important;
    }

    .gap {
        height: 24px;
    }

        .gap.gap-xs {
            height: 8px;
        }

        .gap.gap-sm {
            height: 16px;
        }

        .gap.gap-md {
            height: 24px;
        }

        .gap.gap-lg {
            height: 32px;
        }

        .gap.gap-xl {
            height: 64px;
        }

    /* --------------------------- layout */

    .components-showdown {
        padding: 25px 0;
    }

    /* --------------------------- header */

    .header .info-bar {
        float: right;
        border-bottom: 0;
        min-width: 200px;
        padding-top: 7px;
    }

        .header .info-bar .lang-switcher,
        .header .info-bar .lang-switcher li.active {
            display: none !important;
        }

    .header .navbar {
        display: block;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

        .header .navbar .lang-switcher-dropdown,
        .header .navbar .lang-switcher,
        .header .navbar .lang-switcher li.active,
        .header .navbar .navbar-toggle,
        .header .navbar .navbar-collapse {
            display: none !important;
        }

    .header .logo {
        display: block;
    }

    /* --------------------------- footer */

    .footer .social-networks {
        display: none;
    }

    .footer .footer-info-bar {
        display: none;
    }

    .footer .main-bar-item {
        float: left;
        display: inline-block;
        margin-right: 30px;
        margin-bottom: 10px;
    }

        .footer .main-bar-item.show-print {
            display: inherit;
        }

    .footer .col-print-3 {
        width: 25%;
    }

    .footer .col-print-9 {
        width: 75%;
    }

        .footer .col-print-9 .main-bar-item:nth-child(3) {
            display: none;
        }

    .footer .footer-main-bar {
        padding: 41px 0 0;
    }

    a.footer-logo:after {
        content: "";
    }

    /* --------------------------- slick sliders */

    .slick-carousel .gallery-controls,
    .carousel .gallery-controls {
        display: none;
    }

    .slick-list {
        height: auto !important;
    }

    .slick-track {
        width: 100% !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        display: block !important;
    }

    .large-carousel-image {
        display: none;
    }

    .slick-slide {
        width: 50% !important;
        display: inline-block !important;
    }

    /*.slick-slide{
		display: none !important;
		opacity: 1 !important;
		width: 100%;		
		opacity: 1;
		top: 0;
		left: 0;
		margin-bottom: 30px;
		height: 0px !important;

		&.slick-current {
			display: block !important;
			height: auto !important;
		}

		& .is-shadowed{
			box-shadow:none;
		}
	}*/

    #main .image-slider-container .slick-slide {
        display: block !important;
        height: auto !important;
    }

        #main .image-slider-container .slick-slide img {
            max-width: 250px !important;
        }

    /* --------------------------- collapser */

    .collapse {
        display: block !important;
        height: auto !important;
    }

    /* --------------------------- other content */

    .interest-calculator {
        display: none;
    }

    #main > div.hero-container {
        padding: 0 20px;
    }

    .post-content.is-shadowed,
    .jcf-select-drop .post-content.jcf-select-drop-content {
        box-shadow: none !important;
    }

    .post-item .post-content h3 {
        background-color: red;
    }

        .post-item .post-content h3 a:after {
            content: "";
        }

    .post-item .post-visual > a:after {
        content: "";
    }

    #main > div.hero-container .two-col > .components-showdown .two-col-row > .col-xs-12.col-sm-6 .image-preview,
    #main > div.hero-container .two-col > .components-showdown .two-col-row > .col-xs-12.col-sm-6 .image-slider-container {
        left: 0;
        right: 0;
    }

        #main > div.hero-container .two-col > .components-showdown .two-col-row > .col-xs-12.col-sm-6 .image-preview a:after,
        #main > div.hero-container .two-col > .components-showdown .two-col-row > .col-xs-12.col-sm-6 .image-slider-container a:after {
            content: "";
        }

    .custom-tabs-holder .nav-tabs .tab-item {
        display: none;
    }

    .custom-tabs-holder .quick-links a[href]:before {
        content: " (" attr(href) ")";
        font-weight: normal;
        font-size: 1.2rem;
        word-break: break-word;
        display: block;
        width: 100%;
    }

    .custom-tabs-holder .tab-close.icon-close {
        display: none;
    }

    .col-xs-12.col-sm-6.col-md-3 {
        width: 50%;
    }

        .col-xs-12.col-sm-6.col-md-3 .img-responsive {
            max-height: 100px;
        }
}

@-webkit-keyframes progress-animation {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@keyframes progress-animation {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@-webkit-keyframes spin-rotation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

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

@keyframes spin-rotation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

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

ul.contact-form-redesign {
    padding: 0 0.5rem;
}

ul.contact-form-subcategories {
    padding: 0 1.5rem;
}

.col-xs-12.col-sm-8 > h2 {
    margin-bottom: 46px;
    padding: 0 0.8rem;
}

.col-xs-12.col-sm-8 > #faqAccordion {
    padding: 0 0.8rem;
}

.pricing-table .table-item-dd.card-compare-mobile-attribute-content {
    border-bottom: 3px solid rgb(189,189,189) !important;
    justify-content: flex-start !important;
}

.card-compare-mobile-header-parent-div {
    text-align: left !important;
    border-bottom: 3px solid rgb(189,189,189) !important;
}

    .card-compare-mobile-header-parent-div div:last-child {
        margin-bottom: 15px;
    }

.card-compare-mobile-header-child-div {
    width: 100%;
}

.padding-x-25 {
    padding: 0 25px !important;
}

#youtube-video-overlay-view {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 100; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
    padding: 40px 0;
}

#slider-mp4-overlay-video {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 100; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
    padding: 150px 0;
}

#youtube-video-overlay-view:after {
    display: inline-block;
    content: "\00d7"; /* This will render the 'X' */
}

.iframe-wrapper {
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
}

@media only screen and (max-width: 1080px) {
    .custom-youtube-video-wrapper {
        max-width: 520px !important;
    }

    #mp4-video-wrapper {
        max-width: 520px !important;
    }
}

@media only screen and (max-width: 740px) {
    .custom-youtube-video-wrapper {
        max-width: 75% !important;
    }

    #mp4-video-wrapper {
        max-width: 75% !important;
    }
}

@media only screen and (max-width: 540px) {
    .custom-youtube-video-wrapper {
        max-width: 90% !important;
    }

    #mp4-video-wrapper {
        max-width: 90% !important;
    }
}

.close-youtube-video, .close-mp4-video {
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
    height: 24px;
    width: 24px;
    z-index: 999;
}

    .close-youtube-video > circle, .close-mp4-video > circle {
        stroke: black;
        fill: #474040;
    }

    .close-youtube-video > path, .close-mp4-video > path {
        stroke: black;
    }

    .close-youtube-video:hover > circle, .close-mp4-video:hover > circle {
        fill: black;
    }

    .close-youtube-video:hover > path, .close-mp4-video:hover > path {
        stroke: white;
    }

.youtube-video-iframe {
    width: 100%;
    height: 100%;
    border: 0;
    min-height: 400px;
}

#video-mp4 {
    width: 100%;
    height: 100%;
    border: 0;
}

.custom-youtube-video-wrapper, #mp4-video-wrapper {
    position: relative;
    max-width: 720px;
    margin: 0 auto;
}

.border-top {
    border-top: 3px solid #e0e0e0;
}

.card-compare-dropdown-header {
    width: 100%;
    text-align: left !important;
}

.info-box-answer {
    margin-bottom: 60px;
    border: 2px solid #f69f29;
    padding: 20px;
}

@media screen and (min-width: 1220px) {
    .four-cards {
        width: calc(20% - 20px) !important;
    }
}