﻿@charset "UTF-8";
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        -moz-backface-visibility: hidden;
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0, 0, 0);
    }

    .owl-carousel .owl-item, .owl-carousel .owl-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
    }

    .owl-carousel .owl-item {
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none;
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%;
        }

    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: none;
    }

    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        display: block;
    }

    .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block;
    }

    .owl-carousel.owl-hidden {
        opacity: 0;
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden;
    }

    .owl-carousel.owl-drag .owl-item {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: -webkit-grab;
        cursor: grab;
    }

    .owl-carousel.owl-rtl {
        direction: rtl;
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right;
        }

    .owl-carousel .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .owl-carousel .owl-animated-in {
        z-index: 0;
    }

    .owl-carousel .owl-animated-out {
        z-index: 1;
    }

    .owl-carousel .fadeOut {
        -webkit-animation-name: fadeOut;
        animation-name: fadeOut;
    }

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease;
}

    .owl-carousel .owl-video-play-icon:hover {
        -ms-transform: scale(1.3, 1.3);
        -webkit-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3);
    }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
    margin-top: 10px;
}

    .owl-theme .owl-nav [class*=owl-] {
        color: #FFF;
        font-size: 14px;
        margin: 5px;
        padding: 4px 7px;
        background: #D6D6D6;
        display: inline-block;
        cursor: pointer;
        border-radius: 3px;
    }

        .owl-theme .owl-nav [class*=owl-]:hover {
            background: #869791;
            color: #FFF;
            text-decoration: none;
        }

    .owl-theme .owl-nav .disabled {
        opacity: .5;
        cursor: default;
    }

        .owl-theme .owl-nav.disabled + .owl-dots {
            margin-top: 10px;
        }

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

    .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        background: #D6D6D6;
        display: block;
        -webkit-backface-visibility: visible;
        -webkit-transition: opacity .2s ease;
        transition: opacity .2s ease;
        border-radius: 30px;
    }

    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #869791;
    }

.rangeslider,
.rangeslider__fill {
    display: block;
    -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.rangeslider {
    background: #e6e6e6;
    position: relative;
}

.rangeslider--horizontal {
    height: 20px;
    width: 100%;
}

.rangeslider--vertical {
    width: 20px;
    min-height: 150px;
    max-height: 100%;
}

.rangeslider--disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
}

.rangeslider__fill {
    background: #00ff00;
    position: absolute;
}

.rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%;
}

.rangeslider--vertical .rangeslider__fill {
    bottom: 0;
    width: 100%;
}

.rangeslider__handle {
    background: white;
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
    background-size: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
}

    .rangeslider__handle:after {
        content: "";
        display: block;
        width: 18px;
        height: 18px;
        margin: auto;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
        background-size: 100%;
        border-radius: 50%;
    }

    .rangeslider__handle:active, .rangeslider--active .rangeslider__handle {
        background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
        background-size: 100%;
    }

.rangeslider--horizontal .rangeslider__handle {
    top: -10px;
    touch-action: pan-y;
    -ms-touch-action: pan-y;
}

.rangeslider--vertical .rangeslider__handle {
    left: -10px;
    touch-action: pan-x;
    -ms-touch-action: pan-x;
}

input[type="range"]:focus + .rangeslider .rangeslider__handle {
    -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
    box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}

div.drum-wrapper {
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 30px;
}

    div.drum-wrapper .inner {
        position: relative;
        overflow: hidden;
    }

    div.drum-wrapper div.container {
        position: absolute;
        width: 100%;
        top: 48px;
        left: 0;
        -webkit-perspective: 1100px;
        -o-perspective: 1100px;
        perspective: 1100px;
    }

    div.drum-wrapper, div.drum-wrapper .inner {
        height: 120px;
    }

.outside div.drum-wrapper {
    height: 140px;
}

    .outside div.drum-wrapper .inner {
        top: 12px;
    }

    .outside div.drum-wrapper .container {
        top: 46px;
    }

div.drum-wrapper .dial {
    position: absolute;
    width: 100%;
    left: 0;
    height: 48px;
    background-color: rgba(255, 255, 255, 0.7);
    display: none;
}

.outside div.drum-wrapper .dial {
    height: 58px;
}

div.drum-wrapper .dial div {
    width: 20px;
    height: 10px;
    margin: 0 auto;
}

div.drum-wrapper .dial svg {
    position: absolute;
}

div.drum-wrapper .up {
    top: 0;
}

    div.drum-wrapper .up svg {
        top: 2px;
    }

div.drum-wrapper .down {
    bottom: 0;
}

    div.drum-wrapper .down svg {
        bottom: 2px;
    }

div.drum {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

    div.drum figure {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        line-height: 20px;
        color: #000;
        margin: 0;
        padding: 0 3px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
        text-align: left;
    }

div.drum-wrapper div.container, div.drum-wrapper figure {
    height: 25px;
    line-height: 25px;
}

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
    list-style: none;
    display: block !important;
}

    .bootstrap-datetimepicker-widget.dropdown-menu {
        display: block;
        margin: 2px 0;
        width: 22em;
        padding: 0px;
    }

@media screen and (device-aspect-ratio: 2 / 3) {
    .bootstrap-datetimepicker-widget.dropdown-menu {
        width: 286px;
    }
}

@media screen and (device-aspect-ratio: 40 / 71) {
    .bootstrap-datetimepicker-widget.dropdown-menu {
        width: 286px;
    }
}

@media screen and (device-aspect-ratio: 375 / 667) {
    .bootstrap-datetimepicker-widget.dropdown-menu {
        width: 21em;
    }
}

@media (min-width: 768px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

@media (min-width: 992px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

@media (min-width: 1200px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
    content: '';
    display: inline-block;
    position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    top: -7px;
    left: 7px;
    display: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    top: -6px;
    left: 8px;
    display: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
    border-top-color: rgba(0, 0, 0, 0.2);
    bottom: -7px;
    left: 6px;
    display: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid white;
    bottom: -6px;
    left: 7px;
    display: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
    left: auto;
    right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
    left: auto;
    right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0;
}

    .bootstrap-datetimepicker-widget a[data-action]:active {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .button-cta[data-action="incrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .button-cta[data-action="incrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .button-cta[data-action="decrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .button-cta[data-action="decrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .button-cta[data-action="showHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .button-cta[data-action="showMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .button-cta[data-action="togglePeriod"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .button-cta[data-action="clear"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .button-cta[data-action="today"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center;
}

    .bootstrap-datetimepicker-widget .picker-switch::after {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
        content: "Toggle Date and Time Screens";
    }

    .bootstrap-datetimepicker-widget .picker-switch td {
        padding: 0;
        margin: 0;
        height: auto;
        width: auto;
        line-height: inherit;
    }

        .bootstrap-datetimepicker-widget .picker-switch td span {
            line-height: 2.5;
            height: 2.5em;
            width: 100%;
        }

.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0;
}

    .bootstrap-datetimepicker-widget table td,
    .bootstrap-datetimepicker-widget table th {
        text-align: center;
        border-radius: 4px;
    }

        .bootstrap-datetimepicker-widget table th.dow {
            font-size: 10px;
            color: #4e5361;
            text-transform: uppercase;
            opacity: 0.5;
        }

    .bootstrap-datetimepicker-widget table th {
        height: 20px;
        line-height: 20px;
        width: 20px;
    }

        .bootstrap-datetimepicker-widget table th.picker-switch {
            width: 145px;
            border-radius: 0px;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            -ms-border-radius: 0px;
            -webkit-border-top-left-radius: 0px;
            -webkit-border-top-right-radius: 0px;
            -moz-border-radius-topleft: 0px;
            -moz-border-radius-topright: 0px;
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
        }

        .bootstrap-datetimepicker-widget table th.disabled,
        .bootstrap-datetimepicker-widget table th.disabled:hover {
            background: none;
            color: #777777;
            cursor: not-allowed;
        }

        .bootstrap-datetimepicker-widget table th.prev::after {
            position: absolute;
            width: 1px;
            height: 1px;
            margin: -1px;
            padding: 0;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            border: 0;
            content: "Previous Month";
        }

        .bootstrap-datetimepicker-widget table th.next::after {
            position: absolute;
            width: 1px;
            height: 1px;
            margin: -1px;
            padding: 0;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            border: 0;
            content: "Next Month";
        }

    .bootstrap-datetimepicker-widget table thead tr:first-child th {
        cursor: pointer;
        padding-bottom: 16px;
        padding-top: 16px;
        background-color: #373737;
        color: #FFC600;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
    }

        .bootstrap-datetimepicker-widget table thead tr:first-child th.prev,
        .bootstrap-datetimepicker-widget table thead tr:first-child th.next {
            color: #ffffff;
        }

        .bootstrap-datetimepicker-widget table thead tr:first-child th:first-child {
            border-top-left-radius: 4px;
        }

        .bootstrap-datetimepicker-widget table thead tr:first-child th:last-child {
            border-top-right-radius: 4px;
        }

        .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
            color: #ffc600;
        }

    .bootstrap-datetimepicker-widget table td {
        height: 54px;
        line-height: 54px;
        width: 54px;
        font-size: 15px;
    }

        .bootstrap-datetimepicker-widget table td.cw {
            font-size: .8em;
            height: 20px;
            line-height: 20px;
            color: #777777;
        }

        .bootstrap-datetimepicker-widget table td.day {
            height: 20px;
            line-height: 20px;
            width: 20px;
            padding: 9px;
        }

            .bootstrap-datetimepicker-widget table td.day:hover,
            .bootstrap-datetimepicker-widget table td.hour:hover,
            .bootstrap-datetimepicker-widget table td.minute:hover,
            .bootstrap-datetimepicker-widget table td.second:hover {
                background: #eeeeee;
                cursor: pointer;
            }

        .bootstrap-datetimepicker-widget table td.old,
        .bootstrap-datetimepicker-widget table td.new {
            color: #777777;
        }

        .bootstrap-datetimepicker-widget table td.today {
            position: relative;
            background-color: #EEEEEE;
        }

            .bootstrap-datetimepicker-widget table td.today:before {
                content: '';
                display: inline-block;
                border: solid transparent;
                border-width: 0 0 7px 7px;
                border-bottom-color: #000000;
                border-top-color: rgba(0, 0, 0, 0.2);
                position: absolute;
                bottom: 4px;
                right: 4px;
            }

        .bootstrap-datetimepicker-widget table td.active,
        .bootstrap-datetimepicker-widget table td.active:hover {
            background-color: #FFC600;
            color: #000;
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        }

            .bootstrap-datetimepicker-widget table td.active.today:before {
                border-bottom-color: #fff;
            }

        .bootstrap-datetimepicker-widget table td.disabled,
        .bootstrap-datetimepicker-widget table td.disabled:hover {
            background: none;
            color: #777777;
            cursor: not-allowed;
        }

        .bootstrap-datetimepicker-widget table td span {
            display: inline-block;
            width: 54px;
            height: 54px;
            line-height: 54px;
            margin: 2px 1.5px;
            cursor: pointer;
            border-radius: 4px;
        }

            .bootstrap-datetimepicker-widget table td span:hover {
                background: #eeeeee;
            }

            .bootstrap-datetimepicker-widget table td span.active {
                background-color: #337ab7;
                color: #fff;
                text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
            }

            .bootstrap-datetimepicker-widget table td span.old {
                color: #777777;
            }

            .bootstrap-datetimepicker-widget table td span.disabled,
            .bootstrap-datetimepicker-widget table td span.disabled:hover {
                background: none;
                color: #777777;
                cursor: not-allowed;
            }

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px;
}

.bootstrap-datetimepicker-widget.wider {
    width: 21em;
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
    line-height: 1.8em !important;
}

.input-group.date .input-group-addon {
    cursor: pointer;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/** ANIMATION */
/** SLICK */
/**
 *@name clamp
 *@desc truncate text base on height with fallbacks for non-webkit browser
 *@see https://codepen.io/martinwolf/pen/qlFdp
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active,
    a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"] {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret, .button-cta > .caret,
    .dropup > .btn > .caret,
    .dropup > .button-cta > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
    src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings', 'sans-serif';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\002a";
}

.glyphicon-plus:before {
    content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a:hover, a:focus {
    color: #23527c;
    text-decoration: underline;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .c-calculator__value, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

    h1 small,
    h1 .small, h2 small,
    h2 .small, h3 small,
    h3 .small, h4 small,
    h4 .small, h5 small,
    h5 .small, h6 small,
    h6 .small,
    .h1 small,
    .h1 .small, .h2 small, .c-calculator__value small,
    .h2 .small,
    .c-calculator__value .small, .h3 small,
    .h3 .small, .h4 small,
    .h4 .small, .h5 small,
    .h5 .small, .h6 small,
    .h6 .small {
        font-weight: normal;
        line-height: 1;
        color: #777777;
    }

h1, .h1,
h2, .h2, .c-calculator__value,
h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

    h1 small,
    h1 .small, .h1 small,
    .h1 .small,
    h2 small,
    h2 .small, .h2 small, .c-calculator__value small,
    .h2 .small,
    .c-calculator__value .small,
    h3 small,
    h3 .small, .h3 small,
    .h3 .small {
        font-size: 65%;
    }

h4, .h4,
h5, .h5,
h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    h4 small,
    h4 .small, .h4 small,
    .h4 .small,
    h5 small,
    h5 .small, .h5 small,
    .h5 .small,
    h6 small,
    h6 .small, .h6 small,
    .h6 .small {
        font-size: 75%;
    }

h1, .h1 {
    font-size: 36px;
}

h2, .h2, .c-calculator__value {
    font-size: 30px;
}

h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 14px;
}

h6, .h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small,
.small {
    font-size: 85%;
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase, .initialism {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777777;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    color: #fff;
}

G

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

    ul ul,
    ul ol,
    ol ul,
    ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.42857;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table;
}

.dl-horizontal dd:after {
    clear: both;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}

.initialism {
    font-size: 90%;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}

    blockquote p:last-child,
    blockquote ul:last-child,
    blockquote ol:last-child {
        margin-bottom: 0;
    }

    blockquote footer,
    blockquote small,
    blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 1.42857;
        color: #777777;
    }

        blockquote footer:before,
        blockquote small:before,
        blockquote .small:before {
            content: '\2014 \00A0';
        }

    .blockquote-reverse,
    blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eeeeee;
        border-left: 0;
        text-align: right;
    }

        .blockquote-reverse footer:before,
        .blockquote-reverse small:before,
        .blockquote-reverse .small:before,
        blockquote.pull-right footer:before,
        blockquote.pull-right small:before,
        blockquote.pull-right .small:before {
            content: '';
        }

        .blockquote-reverse footer:after,
        .blockquote-reverse small:after,
        .blockquote-reverse .small:after,
        blockquote.pull-right footer:after,
        blockquote.pull-right small:after,
        blockquote.pull-right .small:after {
            content: '\00A0 \2014';
        }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: bold;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container:before, .container:after {
        content: " ";
        display: table;
    }

    .container:after {
        clear: both;
    }

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container-fluid:before, .container-fluid:after {
        content: " ";
        display: table;
    }

    .container-fluid:after {
        clear: both;
    }

.row, .skeleton .skeleton__wrapper {
    margin-left: -15px;
    margin-right: -15px;
}

    .row:before, .skeleton .skeleton__wrapper:before, .row:after, .skeleton .skeleton__wrapper:after {
        content: " ";
        display: table;
    }

    .row:after, .skeleton .skeleton__wrapper:after {
        clear: both;
    }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-1 {
        width: 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-pull-2 {
        right: 16.66667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333%;
    }

    .col-sm-pull-5 {
        right: 41.66667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.33333%;
    }

    .col-sm-pull-8 {
        right: 66.66667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-pull-11 {
        right: 91.66667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.33333%;
    }

    .col-sm-push-2 {
        left: 16.66667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333%;
    }

    .col-sm-push-5 {
        left: 41.66667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.33333%;
    }

    .col-sm-push-8 {
        left: 66.66667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333%;
    }

    .col-sm-push-11 {
        left: 91.66667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-pull-2 {
        right: 16.66667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333%;
    }

    .col-md-pull-5 {
        right: 41.66667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333%;
    }

    .col-md-pull-8 {
        right: 66.66667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333%;
    }

    .col-md-pull-11 {
        right: 91.66667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-push-2 {
        left: 16.66667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333%;
    }

    .col-md-push-5 {
        left: 41.66667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.33333%;
    }

    .col-md-push-8 {
        left: 66.66667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333%;
    }

    .col-md-push-11 {
        left: 91.66667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-1 {
        width: 8.33333%;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-pull-2 {
        right: 16.66667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333%;
    }

    .col-lg-pull-5 {
        right: 41.66667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.33333%;
    }

    .col-lg-pull-8 {
        right: 66.66667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333%;
    }

    .col-lg-pull-11 {
        right: 91.66667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.33333%;
    }

    .col-lg-push-2 {
        left: 16.66667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333%;
    }

    .col-lg-push-5 {
        left: 41.66667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.33333%;
    }

    .col-lg-push-8 {
        left: 66.66667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333%;
    }

    .col-lg-push-11 {
        left: 91.66667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}

th {
    text-align: left;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.table > tbody + tbody {
    border-top: 2px solid #ddd;
}

.table .table {
    background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > th,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > th,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control::-ms-expand {
        border: 0;
        background-color: transparent;
    }

    .form-control[disabled], .form-control[readonly],
    fieldset[disabled] .form-control {
        background-color: #eeeeee;
        opacity: 1;
    }

    .form-control[disabled],
    fieldset[disabled] .form-control {
        cursor: not-allowed;
    }

textarea.form-control {
    height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px;
    }

    input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
    .input-group-sm > input.input-group-addon[type="date"],
    .input-group-sm > .input-group-btn > input.btn[type="date"], .input-group-sm > .input-group-btn > input.button-cta[type="date"],
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm > input.form-control[type="time"],
    .input-group-sm > input.input-group-addon[type="time"],
    .input-group-sm > .input-group-btn > input.btn[type="time"],
    .input-group-sm > .input-group-btn > input.button-cta[type="time"],
    .input-group-sm
    input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm > input.form-control[type="datetime-local"],
    .input-group-sm > input.input-group-addon[type="datetime-local"],
    .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
    .input-group-sm > .input-group-btn > input.button-cta[type="datetime-local"],
    .input-group-sm
    input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm > input.form-control[type="month"],
    .input-group-sm > input.input-group-addon[type="month"],
    .input-group-sm > .input-group-btn > input.btn[type="month"],
    .input-group-sm > .input-group-btn > input.button-cta[type="month"],
    .input-group-sm
    input[type="month"] {
        line-height: 30px;
    }

    input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
    .input-group-lg > input.input-group-addon[type="date"],
    .input-group-lg > .input-group-btn > input.btn[type="date"], .input-group-lg > .input-group-btn > input.button-cta[type="date"],
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg > input.form-control[type="time"],
    .input-group-lg > input.input-group-addon[type="time"],
    .input-group-lg > .input-group-btn > input.btn[type="time"],
    .input-group-lg > .input-group-btn > input.button-cta[type="time"],
    .input-group-lg
    input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg > input.form-control[type="datetime-local"],
    .input-group-lg > input.input-group-addon[type="datetime-local"],
    .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
    .input-group-lg > .input-group-btn > input.button-cta[type="datetime-local"],
    .input-group-lg
    input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg > input.form-control[type="month"],
    .input-group-lg > input.input-group-addon[type="month"],
    .input-group-lg > .input-group-btn > input.btn[type="month"],
    .input-group-lg > .input-group-btn > input.button-cta[type="month"],
    .input-group-lg
    input[type="month"] {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .radio label,
    .checkbox label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

    .radio input[type="radio"],
    .radio-inline input[type="radio"],
    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px \9;
    }

    .radio + .radio,
    .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

    .radio-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}

    .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
    .input-group-lg > .form-control-static.input-group-addon,
    .input-group-lg > .input-group-btn > .form-control-static.btn, .input-group-lg > .input-group-btn > .form-control-static.button-cta, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
    .input-group-sm > .form-control-static.input-group-addon,
    .input-group-sm > .input-group-btn > .form-control-static.btn, .input-group-sm > .input-group-btn > .form-control-static.button-cta {
        padding-left: 0;
        padding-right: 0;
    }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, .input-group-sm > .input-group-btn > .button-cta {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn, .input-group-sm > .input-group-btn > select.button-cta {
    height: 30px;
    line-height: 30px;
}

    textarea.input-sm, .input-group-sm > textarea.form-control,
    .input-group-sm > textarea.input-group-addon,
    .input-group-sm > .input-group-btn > textarea.btn, .input-group-sm > .input-group-btn > textarea.button-cta,
    select[multiple].input-sm,
    .input-group-sm > select.form-control[multiple],
    .input-group-sm > select.input-group-addon[multiple],
    .input-group-sm > .input-group-btn > select.btn[multiple],
    .input-group-sm > .input-group-btn > select.button-cta[multiple] {
        height: auto;
    }

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, .input-group-lg > .input-group-btn > .button-cta {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn, .input-group-lg > .input-group-btn > select.button-cta {
    height: 46px;
    line-height: 46px;
}

    textarea.input-lg, .input-group-lg > textarea.form-control,
    .input-group-lg > textarea.input-group-addon,
    .input-group-lg > .input-group-btn > textarea.btn, .input-group-lg > .input-group-btn > textarea.button-cta,
    select[multiple].input-lg,
    .input-group-lg > select.form-control[multiple],
    .input-group-lg > select.input-group-addon[multiple],
    .input-group-lg > .input-group-btn > select.btn[multiple],
    .input-group-lg > .input-group-btn > select.button-cta[multiple] {
        height: auto;
    }

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 42.5px;
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .input-group-lg > .input-group-btn > .button-cta + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .input-group-sm > .input-group-btn > .button-cta + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .input-group-addon,
        .form-inline .input-group .input-group-btn,
        .form-inline .input-group .form-control {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .radio label,
        .form-inline .checkbox label {
            padding-left: 0;
        }

        .form-inline .radio input[type="radio"],
        .form-inline .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

    .form-horizontal .form-group:before, .form-horizontal .form-group:after {
        content: " ";
        display: table;
    }

    .form-horizontal .form-group:after {
        clear: both;
    }

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.btn, .button-cta {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn:focus, .button-cta:focus, .btn.focus, .focus.button-cta, .btn:active:focus, .button-cta:active:focus, .btn:active.focus, .button-cta:active.focus, .btn.active:focus, .active.button-cta:focus, .btn.active.focus, .active.focus.button-cta {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover, .button-cta:hover, .btn:focus, .button-cta:focus, .btn.focus, .focus.button-cta {
        color: #333;
        text-decoration: none;
    }

    .btn:active, .button-cta:active, .btn.active, .active.button-cta {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn.disabled, .disabled.button-cta, .btn[disabled], .button-cta[disabled],
    fieldset[disabled] .btn,
    fieldset[disabled] .button-cta {
        cursor: not-allowed;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

a.btn.disabled, a.disabled.button-cta,
fieldset[disabled] a.btn,
fieldset[disabled] a.button-cta {
    pointer-events: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:focus, .btn-default.focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default:active, .btn-default.active,
    .open > .btn-default.dropdown-toggle {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

        .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
        .open > .btn-default.dropdown-toggle:hover,
        .open > .btn-default.dropdown-toggle:focus,
        .open > .btn-default.dropdown-toggle.focus {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

    .btn-default:active, .btn-default.active,
    .open > .btn-default.dropdown-toggle {
        background-image: none;
    }

    .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
    fieldset[disabled] .btn-default:hover,
    fieldset[disabled] .btn-default:focus,
    fieldset[disabled] .btn-default.focus {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge, .btn-default .badge--svg {
        color: #fff;
        background-color: #333;
    }

.btn-primary, .dark .btn-outline-primary,
.btn-outline-light, .pw .btn-outline-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .btn-primary:focus, .dark .btn-outline-primary:focus,
    .btn-outline-light:focus, .pw .btn-outline-primary:focus, .btn-primary.focus, .dark .focus.btn-outline-primary,
    .focus.btn-outline-light, .pw .focus.btn-outline-primary {
        color: #fff;
        background-color: #286090;
        border-color: #122b40;
    }

    .btn-primary:hover, .dark .btn-outline-primary:hover,
    .btn-outline-light:hover, .pw .btn-outline-primary:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

    .btn-primary:active, .dark .btn-outline-primary:active,
    .btn-outline-light:active, .pw .btn-outline-primary:active, .btn-primary.active, .dark .active.btn-outline-primary,
    .active.btn-outline-light, .pw .active.btn-outline-primary,
    .open > .btn-primary.dropdown-toggle,
    .dark .open > .dropdown-toggle.btn-outline-primary,
    .open > .dropdown-toggle.btn-outline-light,
    .pw .open > .dropdown-toggle.btn-outline-primary {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

        .btn-primary:active:hover, .dark .btn-outline-primary:active:hover,
        .btn-outline-light:active:hover, .pw .btn-outline-primary:active:hover, .btn-primary:active:focus, .dark .btn-outline-primary:active:focus,
        .btn-outline-light:active:focus, .pw .btn-outline-primary:active:focus, .btn-primary:active.focus, .dark .btn-outline-primary:active.focus,
        .btn-outline-light:active.focus, .pw .btn-outline-primary:active.focus, .btn-primary.active:hover, .dark .active.btn-outline-primary:hover,
        .active.btn-outline-light:hover, .pw .active.btn-outline-primary:hover, .btn-primary.active:focus, .dark .active.btn-outline-primary:focus,
        .active.btn-outline-light:focus, .pw .active.btn-outline-primary:focus, .btn-primary.active.focus, .dark .active.focus.btn-outline-primary,
        .active.focus.btn-outline-light, .pw .active.focus.btn-outline-primary,
        .open > .btn-primary.dropdown-toggle:hover,
        .dark .open > .dropdown-toggle.btn-outline-primary:hover,
        .open > .dropdown-toggle.btn-outline-light:hover,
        .pw .open > .dropdown-toggle.btn-outline-primary:hover,
        .open > .btn-primary.dropdown-toggle:focus,
        .dark .open > .dropdown-toggle.btn-outline-primary:focus,
        .open > .dropdown-toggle.btn-outline-light:focus,
        .pw .open > .dropdown-toggle.btn-outline-primary:focus,
        .open > .btn-primary.dropdown-toggle.focus,
        .dark .open > .dropdown-toggle.focus.btn-outline-primary,
        .open > .dropdown-toggle.focus.btn-outline-light,
        .pw .open > .dropdown-toggle.focus.btn-outline-primary {
            color: #fff;
            background-color: #204d74;
            border-color: #122b40;
        }

    .btn-primary:active, .dark .btn-outline-primary:active,
    .btn-outline-light:active, .pw .btn-outline-primary:active, .btn-primary.active, .dark .active.btn-outline-primary,
    .active.btn-outline-light, .pw .active.btn-outline-primary,
    .open > .btn-primary.dropdown-toggle,
    .dark .open > .dropdown-toggle.btn-outline-primary,
    .open > .dropdown-toggle.btn-outline-light,
    .pw .open > .dropdown-toggle.btn-outline-primary {
        background-image: none;
    }

    .btn-primary.disabled:hover, .dark .disabled.btn-outline-primary:hover,
    .disabled.btn-outline-light:hover, .pw .disabled.btn-outline-primary:hover, .btn-primary.disabled:focus, .dark .disabled.btn-outline-primary:focus,
    .disabled.btn-outline-light:focus, .pw .disabled.btn-outline-primary:focus, .btn-primary.disabled.focus, .dark .disabled.focus.btn-outline-primary,
    .disabled.focus.btn-outline-light, .pw .disabled.focus.btn-outline-primary, .btn-primary[disabled]:hover, .dark .btn-outline-primary[disabled]:hover,
    .btn-outline-light[disabled]:hover, .pw .btn-outline-primary[disabled]:hover, .btn-primary[disabled]:focus, .dark .btn-outline-primary[disabled]:focus,
    .btn-outline-light[disabled]:focus, .pw .btn-outline-primary[disabled]:focus, .btn-primary[disabled].focus, .dark .btn-outline-primary[disabled].focus,
    .btn-outline-light[disabled].focus, .pw .btn-outline-primary[disabled].focus,
    fieldset[disabled] .btn-primary:hover,
    fieldset[disabled] .dark .btn-outline-primary:hover,
    .dark fieldset[disabled] .btn-outline-primary:hover,
    fieldset[disabled] .btn-outline-light:hover,
    fieldset[disabled] .pw .btn-outline-primary:hover,
    .pw fieldset[disabled] .btn-outline-primary:hover,
    fieldset[disabled] .btn-primary:focus,
    fieldset[disabled] .dark .btn-outline-primary:focus,
    .dark fieldset[disabled] .btn-outline-primary:focus,
    fieldset[disabled] .btn-outline-light:focus,
    fieldset[disabled] .pw .btn-outline-primary:focus,
    .pw fieldset[disabled] .btn-outline-primary:focus,
    fieldset[disabled] .btn-primary.focus,
    fieldset[disabled] .dark .focus.btn-outline-primary,
    .dark fieldset[disabled] .focus.btn-outline-primary,
    fieldset[disabled] .focus.btn-outline-light,
    fieldset[disabled] .pw .focus.btn-outline-primary,
    .pw fieldset[disabled] .focus.btn-outline-primary {
        background-color: #337ab7;
        border-color: #2e6da4;
    }

    .btn-primary .badge, .dark .btn-outline-primary .badge, .btn-outline-light .badge, .pw .btn-outline-primary .badge, .btn-primary .badge--svg, .dark .btn-outline-primary .badge--svg, .btn-outline-light .badge--svg, .pw .btn-outline-primary .badge--svg {
        color: #337ab7;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:focus, .btn-success.focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625;
    }

    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

    .btn-success:active, .btn-success.active,
    .open > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

        .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
        .open > .btn-success.dropdown-toggle:hover,
        .open > .btn-success.dropdown-toggle:focus,
        .open > .btn-success.dropdown-toggle.focus {
            color: #fff;
            background-color: #398439;
            border-color: #255625;
        }

    .btn-success:active, .btn-success.active,
    .open > .btn-success.dropdown-toggle {
        background-image: none;
    }

    .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
    fieldset[disabled] .btn-success:hover,
    fieldset[disabled] .btn-success:focus,
    fieldset[disabled] .btn-success.focus {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge, .btn-success .badge--svg {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:focus, .btn-info.focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1b6d85;
    }

    .btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info:active, .btn-info.active,
    .open > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

        .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
        .open > .btn-info.dropdown-toggle:hover,
        .open > .btn-info.dropdown-toggle:focus,
        .open > .btn-info.dropdown-toggle.focus {
            color: #fff;
            background-color: #269abc;
            border-color: #1b6d85;
        }

    .btn-info:active, .btn-info.active,
    .open > .btn-info.dropdown-toggle {
        background-image: none;
    }

    .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
    fieldset[disabled] .btn-info:hover,
    fieldset[disabled] .btn-info:focus,
    fieldset[disabled] .btn-info.focus {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge, .btn-info .badge--svg {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:focus, .btn-warning.focus {
        color: #fff;
        background-color: #ec971f;
        border-color: #985f0d;
    }

    .btn-warning:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-warning:active, .btn-warning.active,
    .open > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

        .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
        .open > .btn-warning.dropdown-toggle:hover,
        .open > .btn-warning.dropdown-toggle:focus,
        .open > .btn-warning.dropdown-toggle.focus {
            color: #fff;
            background-color: #d58512;
            border-color: #985f0d;
        }

    .btn-warning:active, .btn-warning.active,
    .open > .btn-warning.dropdown-toggle {
        background-image: none;
    }

    .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
    fieldset[disabled] .btn-warning:hover,
    fieldset[disabled] .btn-warning:focus,
    fieldset[disabled] .btn-warning.focus {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge, .btn-warning .badge--svg {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:focus, .btn-danger.focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19;
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn-danger:active, .btn-danger.active,
    .open > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

        .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
        .open > .btn-danger.dropdown-toggle:hover,
        .open > .btn-danger.dropdown-toggle:focus,
        .open > .btn-danger.dropdown-toggle.focus {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19;
        }

    .btn-danger:active, .btn-danger.active,
    .open > .btn-danger.dropdown-toggle {
        background-image: none;
    }

    .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
    fieldset[disabled] .btn-danger:hover,
    fieldset[disabled] .btn-danger:focus,
    fieldset[disabled] .btn-danger.focus {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge, .btn-danger .badge--svg {
        color: #d9534f;
        background-color: #fff;
    }

.btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0;
}

    .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
    fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover, .btn-link:focus {
                color: #23527c;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover, .btn-link[disabled]:focus,
            fieldset[disabled] .btn-link:hover,
            fieldset[disabled] .btn-link:focus {
                color: #777777;
                text-decoration: none;
            }

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .button-cta {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .button-cta {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn, .btn-group-xs > .button-cta {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857;
        color: #333333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: #262626;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: #337ab7;
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
        color: #777777;
    }

        .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: not-allowed;
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #777777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group > .btn, .btn-group > .button-cta,
    .btn-group-vertical > .btn,
    .btn-group-vertical > .button-cta {
        position: relative;
        float: left;
    }

        .btn-group > .btn:hover, .btn-group > .button-cta:hover, .btn-group > .btn:focus, .btn-group > .button-cta:focus, .btn-group > .btn:active, .btn-group > .button-cta:active, .btn-group > .btn.active, .btn-group > .active.button-cta,
        .btn-group-vertical > .btn:hover,
        .btn-group-vertical > .button-cta:hover,
        .btn-group-vertical > .btn:focus,
        .btn-group-vertical > .button-cta:focus,
        .btn-group-vertical > .btn:active,
        .btn-group-vertical > .button-cta:active,
        .btn-group-vertical > .btn.active,
        .btn-group-vertical > .active.button-cta {
            z-index: 2;
        }

    .btn-group .btn + .btn, .btn-group .button-cta + .btn, .btn-group .btn + .button-cta, .btn-group .button-cta + .button-cta,
    .btn-group .btn + .btn-group,
    .btn-group .button-cta + .btn-group,
    .btn-group .btn-group + .btn,
    .btn-group .btn-group + .button-cta,
    .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar:before, .btn-toolbar:after {
        content: " ";
        display: table;
    }

    .btn-toolbar:after {
        clear: both;
    }

    .btn-toolbar .btn, .btn-toolbar .button-cta,
    .btn-toolbar .btn-group,
    .btn-toolbar .input-group {
        float: left;
    }

    .btn-toolbar > .btn, .btn-toolbar > .button-cta,
    .btn-toolbar > .btn-group,
    .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .button-cta:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child, .btn-group > .button-cta:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .button-cta:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .button-cta:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .btn-group:not(:first-child):not(:last-child) > .button-cta {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .button-cta:last-child,
    .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .button-cta:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle, .btn-group > .button-cta + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .btn-group-lg.btn-group > .button-cta + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn .caret, .button-cta .caret {
    margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret, .btn-group-lg > .button-cta .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .btn-group-lg > .button-cta .caret {
    border-width: 0 5px 5px;
}


.btn-group-vertical > .btn,
.btn-group-vertical > .button-cta,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > .button-cta {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
        content: " ";
        display: table;
    }

    .btn-group-vertical > .btn-group:after {
        clear: both;
    }


    .btn-group-vertical > .btn-group > .btn,
    .btn-group-vertical > .btn-group > .button-cta {
        float: none;
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .button-cta + .btn, .btn-group-vertical > .btn + .button-cta, .btn-group-vertical > .button-cta + .button-cta,
    .btn-group-vertical > .btn + .btn-group,
    .btn-group-vertical > .button-cta + .btn-group,
    .btn-group-vertical > .btn-group + .btn,
    .btn-group-vertical > .btn-group + .button-cta,
    .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group-vertical > .button-cta:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child), .btn-group-vertical > .button-cta:first-child:not(:last-child) {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child), .btn-group-vertical > .button-cta:last-child:not(:first-child) {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .button-cta {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .button-cta:last-child,
    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .button-cta:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn, .btn-group-justified > .button-cta,
    .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .button-cta {
            width: 100%;
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto;
        }

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .button-cta input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .button-cta input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .button-cta input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .button-cta input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*="col-"] {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

        .input-group .form-control:focus {
            z-index: 3;
        }

    .input-group-addon,
    .input-group-btn,
    .input-group .form-control {
        display: table-cell;
    }

        .input-group-addon:not(:first-child):not(:last-child),
        .input-group-btn:not(:first-child):not(:last-child),
        .input-group .form-control:not(:first-child):not(:last-child) {
            border-radius: 0;
        }

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .input-group-addon.input-sm,
    .input-group-sm > .input-group-addon,
    .input-group-sm > .input-group-btn > .input-group-addon.btn, .input-group-sm > .input-group-btn > .input-group-addon.button-cta {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg,
    .input-group-lg > .input-group-addon,
    .input-group-lg > .input-group-btn > .input-group-addon.btn, .input-group-lg > .input-group-btn > .input-group-addon.button-cta {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .input-group-addon input[type="radio"],
    .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .button-cta,
    .input-group-btn:first-child > .btn-group > .btn,
    .input-group-btn:first-child > .btn-group > .button-cta,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
    .input-group-btn:last-child > .button-cta:not(:last-child):not(.dropdown-toggle),
    .input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
    .input-group-btn:last-child > .btn-group:not(:last-child) > .button-cta {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .button-cta,
    .input-group-btn:last-child > .btn-group > .btn,
    .input-group-btn:last-child > .btn-group > .button-cta,
    .input-group-btn:last-child > .dropdown-toggle,
    .input-group-btn:first-child > .btn:not(:first-child),
    .input-group-btn:first-child > .button-cta:not(:first-child),
    .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
    .input-group-btn:first-child > .btn-group:not(:first-child) > .button-cta {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn, .input-group-btn > .button-cta {
        position: relative;
    }

        .input-group-btn > .btn + .btn, .input-group-btn > .button-cta + .btn, .input-group-btn > .btn + .button-cta, .input-group-btn > .button-cta + .button-cta {
            margin-left: -1px;
        }

        .input-group-btn > .btn:hover, .input-group-btn > .button-cta:hover, .input-group-btn > .btn:focus, .input-group-btn > .button-cta:focus, .input-group-btn > .btn:active, .input-group-btn > .button-cta:active {
            z-index: 2;
        }


    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .button-cta,
    .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }


    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .button-cta,
    .input-group-btn:last-child > .btn-group {
        z-index: 2;
        margin-left: -1px;
    }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav:before, .nav:after {
        content: " ";
        display: table;
    }

    .nav:after {
        clear: both;
    }

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:hover, .nav > li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

        .nav > li.disabled > a {
            color: #777777;
        }

            .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
                color: #777777;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed;
            }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #eeeeee;
        border-color: #337ab7;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eeeeee #eeeeee #ddd;
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #555555;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            cursor: default;
        }

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 4px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #337ab7;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified, .nav-tabs.nav-justified {
    width: 100%;
}

    .nav-justified > li, .nav-tabs.nav-justified > li {
        float: none;
    }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
        border: 1px solid #ddd;
    }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

    .navbar:before, .navbar:after {
        content: " ";
        display: table;
    }

    .navbar:after {
        clear: both;
    }

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

.navbar-header:before, .navbar-header:after {
    content: " ";
    display: table;
}

.navbar-header:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

    .navbar-collapse:before, .navbar-collapse:after {
        content: " ";
        display: table;
    }

    .navbar-collapse:after {
        clear: both;
    }

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none;
    }

    .navbar-brand > img {
        display: block;
    }

@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a,
        .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px;
            }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .navbar-form .input-group .input-group-addon,
        .navbar-form .input-group .input-group-btn,
        .navbar-form .input-group .form-control {
            width: auto;
        }

        .navbar-form .input-group > .form-control {
            width: 100%;
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .navbar-form .radio label,
        .navbar-form .checkbox label {
            padding-left: 0;
        }

        .navbar-form .radio input[type="radio"],
        .navbar-form .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0;
        }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

    .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .btn-group-sm > .navbar-btn.button-cta {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .btn-group-xs > .navbar-btn.button-cta {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0;
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-brand {
        color: #777;
    }

        .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #777;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #ddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888;
        }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: #e7e7e7;
        color: #555;
    }

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

    .navbar-default .navbar-link:hover {
        color: #333;
    }

.navbar-default .btn-link {
    color: #777;
}

    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
        color: #333;
    }

    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
        color: #ccc;
    }

.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}

    .navbar-inverse .navbar-brand {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
            background-color: #333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #090909;
        color: #fff;
    }

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
        color: #fff;
    }

    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
        color: #444;
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            content: "/ ";
            padding: 0 5px;
            color: #ccc;
        }

    .breadcrumb > .active {
        color: #777777;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.42857;
            text-decoration: none;
            color: #337ab7;
            background-color: #fff;
            border: 1px solid #ddd;
            margin-left: -1px;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination > li > a:hover, .pagination > li > a:focus,
        .pagination > li > span:hover,
        .pagination > li > span:focus {
            z-index: 2;
            color: #23527c;
            background-color: #eeeeee;
            border-color: #ddd;
        }

    .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
    .pagination > .active > span,
    .pagination > .active > span:hover,
    .pagination > .active > span:focus {
        z-index: 3;
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
        cursor: default;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #777777;
        background-color: #fff;
        border-color: #ddd;
        cursor: not-allowed;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

    .pager:before, .pager:after {
        content: " ";
        display: table;
    }

    .pager:after {
        clear: both;
    }

    .pager li {
        display: inline;
    }

        .pager li > a,
        .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px;
        }

            .pager li > a:hover,
            .pager li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

    .pager .next > a,
    .pager .next > span {
        float: right;
    }

    .pager .previous > a,
    .pager .previous > span {
        float: left;
    }

    .pager .disabled > a,
    .pager .disabled > a:hover,
    .pager .disabled > a:focus,
    .pager .disabled > span {
        color: #777777;
        background-color: #fff;
        cursor: not-allowed;
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

    .label:empty {
        display: none;
    }

.btn .label, .button-cta .label {
    position: relative;
    top: -1px;
}

a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label-default {
    background-color: #777777;
}

    .label-default[href]:hover, .label-default[href]:focus {
        background-color: #5e5e5e;
    }

.label-primary {
    background-color: #337ab7;
}

    .label-primary[href]:hover, .label-primary[href]:focus {
        background-color: #286090;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:hover, .label-success[href]:focus {
        background-color: #449d44;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:hover, .label-info[href]:focus {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:hover, .label-warning[href]:focus {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:hover, .label-danger[href]:focus {
        background-color: #c9302c;
    }

.badge, .badge--svg {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777777;
    border-radius: 10px;
}

    .badge:empty, .badge--svg:empty {
        display: none;
    }

.btn .badge, .button-cta .badge, .btn .badge--svg, .button-cta .badge--svg {
    position: relative;
    top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .button-cta .badge, .btn-xs .badge--svg, .btn-group-xs > .btn .badge--svg, .btn-group-xs > .button-cta .badge--svg,
.btn-group-xs > .btn .badge,
.btn-group-xs > .button-cta .badge,
.btn-group-xs > .btn .badge--svg,
.btn-group-xs > .button-cta .badge--svg {
    top: 0;
    padding: 1px 5px;
}

.list-group-item.active > .badge, .list-group-item.active > .badge--svg,
.nav-pills > .active > a > .badge,
.nav-pills > .active > a > .badge--svg {
    color: #337ab7;
    background-color: #fff;
}

.list-group-item > .badge, .list-group-item > .badge--svg {
    float: right;
}

    .list-group-item > .badge + .badge, .list-group-item > .badge--svg + .badge, .list-group-item > .badge + .badge--svg, .list-group-item > .badge--svg + .badge--svg {
        margin-right: 5px;
    }

.nav-pills > li > a > .badge, .nav-pills > li > a > .badge--svg {
    margin-left: 3px;
}

a.badge:hover, a.badge--svg:hover, a.badge:focus, a.badge--svg:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee;
}

    .jumbotron h1,
    .jumbotron .h1 {
        color: inherit;
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200;
    }

    .jumbotron > hr {
        border-top-color: #d5d5d5;
    }

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

    .thumbnail > img,
    .thumbnail a > img {
        display: block;
        max-width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .thumbnail .caption {
        padding: 9px;
        color: #333333;
    }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #337ab7;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p,
    .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close,
    .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
    margin-top: 15px;
}

    .media:first-child {
        margin-top: 0;
    }

.media,
.media-body {
    zoom: 1;
    overflow: hidden;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

    .media-object.img-thumbnail {
        max-width: none;
    }

.media-right,
.media > .pull-right {
    padding-left: 10px;
}

.media-left,
.media > .pull-left {
    padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group, .list-group--bordered {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .list-group-item:first-child {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

a.list-group-item,
button.list-group-item {
    color: #555;
}

    a.list-group-item .list-group-item-heading,
    button.list-group-item .list-group-item-heading {
        color: #333;
    }

    a.list-group-item:hover, a.list-group-item:focus,
    button.list-group-item:hover,
    button.list-group-item:focus {
        text-decoration: none;
        color: #555;
        background-color: #f5f5f5;
    }

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #777777;
    cursor: not-allowed;
}

    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
        color: inherit;
    }

    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
        color: #777777;
    }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

    .list-group-item.active .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading > small,
    .list-group-item.active:focus .list-group-item-heading > .small {
        color: inherit;
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
        color: #c7ddef;
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}

    a.list-group-item-success .list-group-item-heading,
    button.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:hover, a.list-group-item-success:focus,
    button.list-group-item-success:hover,
    button.list-group-item-success:focus {
        color: #3c763d;
        background-color: #d0e9c6;
    }

    a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
    button.list-group-item-success.active,
    button.list-group-item-success.active:hover,
    button.list-group-item-success.active:focus {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d;
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}

    a.list-group-item-info .list-group-item-heading,
    button.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:hover, a.list-group-item-info:focus,
    button.list-group-item-info:hover,
    button.list-group-item-info:focus {
        color: #31708f;
        background-color: #c4e3f3;
    }

    a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
    button.list-group-item-info.active,
    button.list-group-item-info.active:hover,
    button.list-group-item-info.active:focus {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f;
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}

    a.list-group-item-warning .list-group-item-heading,
    button.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:hover, a.list-group-item-warning:focus,
    button.list-group-item-warning:hover,
    button.list-group-item-warning:focus {
        color: #8a6d3b;
        background-color: #faf2cc;
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
    button.list-group-item-warning.active,
    button.list-group-item-warning.active:hover,
    button.list-group-item-warning.active:focus {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b;
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}

    a.list-group-item-danger .list-group-item-heading,
    button.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:hover, a.list-group-item-danger:focus,
    button.list-group-item-danger:hover,
    button.list-group-item-danger:focus {
        color: #a94442;
        background-color: #ebcccc;
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
    button.list-group-item-danger.active,
    button.list-group-item-danger.active:hover,
    button.list-group-item-danger.active:focus {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442;
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

    .panel-body:before, .panel-body:after {
        content: " ";
        display: table;
    }

    .panel-body:after {
        clear: both;
    }

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a,
    .panel-title > small,
    .panel-title > .small,
    .panel-title > small > a,
    .panel-title > .small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group, .panel > .list-group--bordered,
.panel > .panel-collapse > .list-group,
.panel > .panel-collapse > .list-group--bordered {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item, .panel > .list-group--bordered .list-group-item,
    .panel > .panel-collapse > .list-group .list-group-item,
    .panel > .panel-collapse > .list-group--bordered .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child, .panel > .list-group--bordered:first-child .list-group-item:first-child,
    .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child,
    .panel > .panel-collapse > .list-group--bordered:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child, .panel > .list-group--bordered:last-child .list-group-item:last-child,
    .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child,
    .panel > .panel-collapse > .list-group--bordered:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child, .panel > .panel-heading + .panel-collapse > .list-group--bordered .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child, .panel-heading + .list-group--bordered .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer, .list-group--bordered + .panel-footer {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > .table caption,
    .panel > .table-responsive > .table caption,
    .panel > .panel-collapse > .table caption {
        padding-left: 15px;
        padding-right: 15px;
    }

    .panel > .table:first-child,
    .panel > .table-responsive:first-child > .table:first-child {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px;
            }

    .panel > .table:last-child,
    .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px;
            }

    .panel > .panel-body + .table,
    .panel > .panel-body + .table-responsive,
    .panel > .table + .panel-body,
    .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd;
    }

    .panel > .table > tbody:first-child > tr:first-child th,
    .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0;
    }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td,
    .panel > .table-bordered > thead > tr:first-child > th,
    .panel > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body,
        .panel-group .panel-heading + .panel-collapse > .list-group,
        .panel-group .panel-heading + .panel-collapse > .list-group--bordered {
            border-top: 1px solid #ddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge, .panel-default > .panel-heading .badge--svg {
            color: #f5f5f5;
            background-color: #333333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #337ab7;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7;
        }

        .panel-primary > .panel-heading .badge, .panel-primary > .panel-heading .badge--svg {
            color: #337ab7;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge, .panel-success > .panel-heading .badge--svg {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge, .panel-info > .panel-heading .badge--svg {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge, .panel-warning > .panel-heading .badge--svg {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge, .panel-danger > .panel-heading .badge--svg {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0;
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0, 0, 0, 0.15);
    }

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

    .close:hover, .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        transition: -webkit-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header:before, .modal-header:after {
        content: " ";
        display: table;
    }

    .modal-header:after {
        clear: both;
    }

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer:before, .modal-footer:after {
        content: " ";
        display: table;
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer .btn + .btn, .modal-footer .button-cta + .btn, .modal-footer .btn + .button-cta, .modal-footer .button-cta + .button-cta {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .button-cta + .btn, .modal-footer .btn-group .btn + .button-cta, .modal-footer .btn-group .button-cta + .button-cta {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .tooltip.in {
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0;
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px;
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0;
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        border-width: 10px;
        content: "";
    }

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

    .popover.top > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #fff;
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

    .popover.right > .arrow:after {
        content: " ";
        left: 1px;
        bottom: -10px;
        border-left-width: 0;
        border-right-color: #fff;
    }

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

    .popover.bottom > .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #fff;
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

    .popover.left > .arrow:after {
        content: " ";
        right: 1px;
        border-right-width: 0;
        border-left-color: #fff;
        bottom: -10px;
    }

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: 0.6s ease-in-out left;
        transition: 0.6s ease-in-out left;
    }

        .carousel-inner > .item > img,
        .carousel-inner > .item > a > img {
            display: block;
            max-width: 100%;
            height: auto;
            line-height: 1;
        }

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
            left: 0;
        }

        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
            left: 0;
        }

            .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
                left: 0;
            }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

    .carousel-inner > .next.left,
    .carousel-inner > .prev.right {
        left: 0;
    }

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
}

    .carousel-control.left {
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    }

    .carousel-control.right {
        left: auto;
        right: 0;
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    }

    .carousel-control:hover, .carousel-control:focus {
        outline: 0;
        color: #fff;
        text-decoration: none;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        margin-top: -10px;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .icon-prev,
    .carousel-control .glyphicon-chevron-left {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-right {
        right: 50%;
        margin-right: -10px;
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        line-height: 1;
        font-family: serif;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #fff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0, 0, 0, 0);
    }

    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

    .carousel-caption .btn, .carousel-caption .button-cta {
        text-shadow: none;
    }

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before, form .input.range .rangeslider .rangeslider__labels:before,
.form .input.range .rangeslider .rangeslider__labels:before, .banner-carousel .slide:before, .skeleton .skeleton__wrapper:before, .content-panels-3-row:before, .clearfix:after, form .input.range .rangeslider .rangeslider__labels:after,
.form .input.range .rangeslider .rangeslider__labels:after, .banner-carousel .slide:after, .skeleton .skeleton__wrapper:after, .content-panels-3-row:after {
    content: " ";
    display: table;
}

.clearfix:after, form .input.range .rangeslider .rangeslider__labels:after,
.form .input.range .rangeslider .rangeslider__labels:after, .banner-carousel .slide:after, .skeleton .skeleton__wrapper:after, .content-panels-3-row:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix, .affix--abs, .site-header.affix--abs {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs {
    display: none !important;
}

.visible-sm {
    display: none !important;
}

.visible-md {
    display: none !important;
}

.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

@font-face {
    font-family: "simple-line-icons";
    src: url("../fonts/Simple-Line-Icons.eot?v=2.4.0");
    src: url("../fonts/Simple-Line-Icons.eot?v=2.4.0#iefix") format("embedded-opentype"), url("../fonts/Simple-Line-Icons.woff2?v=2.4.0") format("woff2"), url("../fonts/Simple-Line-Icons.ttf?v=2.4.0") format("truetype"), url("../fonts/Simple-Line-Icons.woff?v=2.4.0") format("woff"), url("../fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons") format("svg");
    font-weight: normal;
    font-style: normal;
}

.icon-user, .icon-people, .icon-user-female, .icon-user-follow, .icon-user-following, .icon-user-unfollow, .icon-login, .icon-logout, .icon-emotsmile, .icon-phone, .icon-call-end, .icon-call-in, .icon-call-out, .icon-map, .icon-location-pin, .icon-direction, .icon-directions, .icon-compass, .icon-layers, .icon-menu, .icon-list, .icon-options-vertical, .icon-options, .icon-arrow-down, .icon-arrow-left, .icon-arrow-right, .icon-arrow-up, .icon-arrow-up-circle, .icon-arrow-left-circle, .icon-arrow-right-circle, .icon-arrow-down-circle, .icon-check, .icon-clock, .icon-plus, .icon-minus, .icon-close, .icon-event, .icon-exclamation, .icon-organization, .icon-trophy, .icon-screen-smartphone, .icon-screen-desktop, .icon-plane, .icon-notebook, .icon-mustache, .icon-mouse, .icon-magnet, .icon-energy, .icon-disc, .icon-cursor, .icon-cursor-move, .icon-crop, .icon-chemistry, .icon-speedometer, .icon-shield, .icon-screen-tablet, .icon-magic-wand, .icon-hourglass, .icon-graduation, .icon-ghost, .icon-game-controller, .icon-fire, .icon-eyeglass, .icon-envelope-open, .icon-envelope-letter, .icon-bell, .icon-badge, .icon-anchor, .icon-wallet, .icon-vector, .icon-speech, .icon-puzzle, .icon-printer, .icon-present, .icon-playlist, .icon-pin, .icon-picture, .icon-handbag, .icon-globe-alt, .icon-globe, .icon-folder-alt, .icon-folder, .icon-film, .icon-feed, .icon-drop, .icon-drawer, .icon-docs, .icon-doc, .icon-diamond, .icon-cup, .icon-calculator, .icon-bubbles, .icon-briefcase, .icon-book-open, .icon-basket-loaded, .icon-basket, .icon-bag, .icon-action-undo, .icon-action-redo, .icon-wrench, .icon-umbrella, .icon-trash, .icon-tag, .icon-support, .icon-frame, .icon-size-fullscreen, .icon-size-actual, .icon-shuffle, .icon-share-alt, .icon-share, .icon-rocket, .icon-question, .icon-pie-chart, .icon-pencil, .icon-note, .icon-loop, .icon-home, .icon-grid, .icon-graph, .icon-microphone, .icon-music-tone-alt, .icon-music-tone, .icon-earphones-alt, .icon-earphones, .icon-equalizer, .icon-like, .icon-dislike, .icon-control-start, .icon-control-rewind, .icon-control-play, .icon-control-pause, .icon-control-forward, .icon-control-end, .icon-volume-1, .icon-volume-2, .icon-volume-off, .icon-calendar, .icon-bulb, .icon-chart, .icon-ban, .icon-bubble, .icon-camrecorder, .icon-camera, .icon-cloud-download, .icon-cloud-upload, .icon-envelope, .icon-eye, .icon-flag, .icon-heart, .icon-info, .icon-key, .icon-link, .icon-lock, .icon-lock-open, .icon-magnifier, .icon-magnifier-add, .icon-magnifier-remove, .icon-paper-clip, .icon-paper-plane, .icon-power, .icon-refresh, .icon-reload, .icon-settings, .icon-star, .icon-symbol-female, .icon-symbol-male, .icon-target, .icon-credit-card, .icon-paypal, .icon-social-tumblr, .icon-social-twitter, .icon-social-facebook, .icon-social-instagram, .icon-social-linkedin, .icon-social-pinterest, .icon-social-github, .icon-social-google, .icon-social-reddit, .icon-social-skype, .icon-social-dribbble, .icon-social-behance, .icon-social-foursqare, .icon-social-soundcloud, .icon-social-spotify, .icon-social-stumbleupon, .icon-social-youtube, .icon-social-dropbox, .icon-social-vkontakte, .icon-social-steam {
    font-family: "simple-line-icons";
    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-user:before {
        content: "\e005";
    }

    .icon-people:before {
        content: "\e001";
    }

    .icon-user-female:before {
        content: "\e000";
    }

    .icon-user-follow:before {
        content: "\e002";
    }

    .icon-user-following:before {
        content: "\e003";
    }

    .icon-user-unfollow:before {
        content: "\e004";
    }

    .icon-login:before {
        content: "\e066";
    }

    .icon-logout:before {
        content: "\e065";
    }

    .icon-emotsmile:before {
        content: "\e021";
    }

    .icon-phone:before {
        content: "\e600";
    }

    .icon-call-end:before {
        content: "\e048";
    }

    .icon-call-in:before {
        content: "\e047";
    }

    .icon-call-out:before {
        content: "\e046";
    }

    .icon-map:before {
        content: "\e033";
    }

    .icon-location-pin:before {
        content: "\e096";
    }

    .icon-direction:before {
        content: "\e042";
    }

    .icon-directions:before {
        content: "\e041";
    }

    .icon-compass:before {
        content: "\e045";
    }

    .icon-layers:before {
        content: "\e034";
    }

    .icon-menu:before {
        content: "\e601";
    }

    .icon-list:before {
        content: "\e067";
    }

    .icon-options-vertical:before {
        content: "\e602";
    }

    .icon-options:before {
        content: "\e603";
    }

    .icon-arrow-down:before {
        content: "\e604";
    }

    .icon-arrow-left:before {
        content: "\e605";
    }

    .icon-arrow-right:before {
        content: "\e606";
    }

    .icon-arrow-up:before {
        content: "\e607";
    }

    .icon-arrow-up-circle:before {
        content: "\e078";
    }

    .icon-arrow-left-circle:before {
        content: "\e07a";
    }

    .icon-arrow-right-circle:before {
        content: "\e079";
    }

    .icon-arrow-down-circle:before {
        content: "\e07b";
    }

    .icon-check:before {
        content: "\e080";
    }

    .icon-clock:before {
        content: "\e081";
    }

    .icon-plus:before {
        content: "\e095";
    }

    .icon-minus:before {
        content: "\e615";
    }

    .icon-close:before {
        content: "\e082";
    }

    .icon-event:before {
        content: "\e619";
    }

    .icon-exclamation:before {
        content: "\e617";
    }

    .icon-organization:before {
        content: "\e616";
    }

    .icon-trophy:before {
        content: "\e006";
    }

    .icon-screen-smartphone:before {
        content: "\e010";
    }

    .icon-screen-desktop:before {
        content: "\e011";
    }

    .icon-plane:before {
        content: "\e012";
    }

    .icon-notebook:before {
        content: "\e013";
    }

    .icon-mustache:before {
        content: "\e014";
    }

    .icon-mouse:before {
        content: "\e015";
    }

    .icon-magnet:before {
        content: "\e016";
    }

    .icon-energy:before {
        content: "\e020";
    }

    .icon-disc:before {
        content: "\e022";
    }

    .icon-cursor:before {
        content: "\e06e";
    }

    .icon-cursor-move:before {
        content: "\e023";
    }

    .icon-crop:before {
        content: "\e024";
    }

    .icon-chemistry:before {
        content: "\e026";
    }

    .icon-speedometer:before {
        content: "\e007";
    }

    .icon-shield:before {
        content: "\e00e";
    }

    .icon-screen-tablet:before {
        content: "\e00f";
    }

    .icon-magic-wand:before {
        content: "\e017";
    }

    .icon-hourglass:before {
        content: "\e018";
    }

    .icon-graduation:before {
        content: "\e019";
    }

    .icon-ghost:before {
        content: "\e01a";
    }

    .icon-game-controller:before {
        content: "\e01b";
    }

    .icon-fire:before {
        content: "\e01c";
    }

    .icon-eyeglass:before {
        content: "\e01d";
    }

    .icon-envelope-open:before {
        content: "\e01e";
    }

    .icon-envelope-letter:before {
        content: "\e01f";
    }

    .icon-bell:before {
        content: "\e027";
    }

    .icon-badge:before {
        content: "\e028";
    }

    .icon-anchor:before {
        content: "\e029";
    }

    .icon-wallet:before {
        content: "\e02a";
    }

    .icon-vector:before {
        content: "\e02b";
    }

    .icon-speech:before {
        content: "\e02c";
    }

    .icon-puzzle:before {
        content: "\e02d";
    }

    .icon-printer:before {
        content: "\e02e";
    }

    .icon-present:before {
        content: "\e02f";
    }

    .icon-playlist:before {
        content: "\e030";
    }

    .icon-pin:before {
        content: "\e031";
    }

    .icon-picture:before {
        content: "\e032";
    }

    .icon-handbag:before {
        content: "\e035";
    }

    .icon-globe-alt:before {
        content: "\e036";
    }

    .icon-globe:before {
        content: "\e037";
    }

    .icon-folder-alt:before {
        content: "\e039";
    }

    .icon-folder:before {
        content: "\e089";
    }

    .icon-film:before {
        content: "\e03a";
    }

    .icon-feed:before {
        content: "\e03b";
    }

    .icon-drop:before {
        content: "\e03e";
    }

    .icon-drawer:before {
        content: "\e03f";
    }

    .icon-docs:before {
        content: "\e040";
    }

    .icon-doc:before {
        content: "\e085";
    }

    .icon-diamond:before {
        content: "\e043";
    }

    .icon-cup:before {
        content: "\e044";
    }

    .icon-calculator:before {
        content: "\e049";
    }

    .icon-bubbles:before {
        content: "\e04a";
    }

    .icon-briefcase:before {
        content: "\e04b";
    }

    .icon-book-open:before {
        content: "\e04c";
    }

    .icon-basket-loaded:before {
        content: "\e04d";
    }

    .icon-basket:before {
        content: "\e04e";
    }

    .icon-bag:before {
        content: "\e04f";
    }

    .icon-action-undo:before {
        content: "\e050";
    }

    .icon-action-redo:before {
        content: "\e051";
    }

    .icon-wrench:before {
        content: "\e052";
    }

    .icon-umbrella:before {
        content: "\e053";
    }

    .icon-trash:before {
        content: "\e054";
    }

    .icon-tag:before {
        content: "\e055";
    }

    .icon-support:before {
        content: "\e056";
    }

    .icon-frame:before {
        content: "\e038";
    }

    .icon-size-fullscreen:before {
        content: "\e057";
    }

    .icon-size-actual:before {
        content: "\e058";
    }

    .icon-shuffle:before {
        content: "\e059";
    }

    .icon-share-alt:before {
        content: "\e05a";
    }

    .icon-share:before {
        content: "\e05b";
    }

    .icon-rocket:before {
        content: "\e05c";
    }

    .icon-question:before {
        content: "\e05d";
    }

    .icon-pie-chart:before {
        content: "\e05e";
    }

    .icon-pencil:before {
        content: "\e05f";
    }

    .icon-note:before {
        content: "\e060";
    }

    .icon-loop:before {
        content: "\e064";
    }

    .icon-home:before {
        content: "\e069";
    }

    .icon-grid:before {
        content: "\e06a";
    }

    .icon-graph:before {
        content: "\e06b";
    }

    .icon-microphone:before {
        content: "\e063";
    }

    .icon-music-tone-alt:before {
        content: "\e061";
    }

    .icon-music-tone:before {
        content: "\e062";
    }

    .icon-earphones-alt:before {
        content: "\e03c";
    }

    .icon-earphones:before {
        content: "\e03d";
    }

    .icon-equalizer:before {
        content: "\e06c";
    }

    .icon-like:before {
        content: "\e068";
    }

    .icon-dislike:before {
        content: "\e06d";
    }

    .icon-control-start:before {
        content: "\e06f";
    }

    .icon-control-rewind:before {
        content: "\e070";
    }

    .icon-control-play:before {
        content: "\e071";
    }

    .icon-control-pause:before {
        content: "\e072";
    }

    .icon-control-forward:before {
        content: "\e073";
    }

    .icon-control-end:before {
        content: "\e074";
    }

    .icon-volume-1:before {
        content: "\e09f";
    }

    .icon-volume-2:before {
        content: "\e0a0";
    }

    .icon-volume-off:before {
        content: "\e0a1";
    }

    .icon-calendar:before {
        content: "\e075";
    }

    .icon-bulb:before {
        content: "\e076";
    }

    .icon-chart:before {
        content: "\e077";
    }

    .icon-ban:before {
        content: "\e07c";
    }

    .icon-bubble:before {
        content: "\e07d";
    }

    .icon-camrecorder:before {
        content: "\e07e";
    }

    .icon-camera:before {
        content: "\e07f";
    }

    .icon-cloud-download:before {
        content: "\e083";
    }

    .icon-cloud-upload:before {
        content: "\e084";
    }

    .icon-envelope:before {
        content: "\e086";
    }

    .icon-eye:before {
        content: "\e087";
    }

    .icon-flag:before {
        content: "\e088";
    }

    .icon-heart:before {
        content: "\e08a";
    }

    .icon-info:before {
        content: "\e08b";
    }

    .icon-key:before {
        content: "\e08c";
    }

    .icon-link:before {
        content: "\e08d";
    }

    .icon-lock:before {
        content: "\e08e";
    }

    .icon-lock-open:before {
        content: "\e08f";
    }

    .icon-magnifier:before {
        content: "\e090";
    }

    .icon-magnifier-add:before {
        content: "\e091";
    }

    .icon-magnifier-remove:before {
        content: "\e092";
    }

    .icon-paper-clip:before {
        content: "\e093";
    }

    .icon-paper-plane:before {
        content: "\e094";
    }

    .icon-power:before {
        content: "\e097";
    }

    .icon-refresh:before {
        content: "\e098";
    }

    .icon-reload:before {
        content: "\e099";
    }

    .icon-settings:before {
        content: "\e09a";
    }

    .icon-star:before {
        content: "\e09b";
    }

    .icon-symbol-female:before {
        content: "\e09c";
    }

    .icon-symbol-male:before {
        content: "\e09d";
    }

    .icon-target:before {
        content: "\e09e";
    }

    .icon-credit-card:before {
        content: "\e025";
    }

    .icon-paypal:before {
        content: "\e608";
    }

    .icon-social-tumblr:before {
        content: "\e00a";
    }

    .icon-social-twitter:before {
        content: "\e009";
    }

    .icon-social-facebook:before {
        content: "\e00b";
    }

    .icon-social-instagram:before {
        content: "\e609";
    }

    .icon-social-linkedin:before {
        content: "\e60a";
    }

    .icon-social-pinterest:before {
        content: "\e60b";
    }

    .icon-social-github:before {
        content: "\e60c";
    }

    .icon-social-google:before {
        content: "\e60d";
    }

    .icon-social-reddit:before {
        content: "\e60e";
    }

    .icon-social-skype:before {
        content: "\e60f";
    }

    .icon-social-dribbble:before {
        content: "\e00d";
    }

    .icon-social-behance:before {
        content: "\e610";
    }

    .icon-social-foursqare:before {
        content: "\e611";
    }

    .icon-social-soundcloud:before {
        content: "\e612";
    }

    .icon-social-spotify:before {
        content: "\e613";
    }

    .icon-social-stumbleupon:before {
        content: "\e614";
    }

    .icon-social-youtube:before {
        content: "\e008";
    }

    .icon-social-dropbox:before {
        content: "\e00c";
    }

    .icon-social-vkontakte:before {
        content: "\e618";
    }

    .icon-social-steam:before {
        content: "\e620";
    }

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
    font-family: "slick";
    src: url("../fonts/slick.eot");
    src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

    .slick-prev:hover, .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        outline: none;
        background: transparent;
        color: transparent;
    }

        .slick-prev:hover:before, .slick-prev:focus:before,
        .slick-next:hover:before,
        .slick-next:focus:before {
            opacity: 1;
        }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: 0.25;
    }

    .slick-prev:before,
    .slick-next:before {
        font-family: "slick";
        font-size: 20px;
        line-height: 1;
        color: white;
        opacity: 0.75;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            border: 0;
            background: transparent;
            display: block;
            height: 20px;
            width: 20px;
            outline: none;
            line-height: 0px;
            font-size: 0px;
            color: transparent;
            padding: 5px;
            cursor: pointer;
        }

            .slick-dots li button:hover, .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before, .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                position: absolute;
                top: 0;
                left: 0;
                content: "•";
                width: 20px;
                height: 20px;
                font-family: "slick";
                font-size: 6px;
                line-height: 20px;
                text-align: center;
                color: black;
                opacity: 0.25;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            color: black;
            opacity: 0.75;
        }

.shadow, form .form-check-btn .form-check-input:checked ~ .form-check-label, .skeleton, .card {
    -webkit-box-shadow: 0 1px 5px -3px;
    box-shadow: 0 1px 5px -3px;
}

.no-padding,
.no-pad,
.padding-0 {
    padding: 0 !important;
}

.no-padding-top,
.n-p-t {
    padding-top: 0 !important;
}

.overflow-hidden,
.o-hidden,
.o-h {
    overflow: hidden;
}

.bg-gray,
.bg-grey {
    background-color: #ededed !important;
}

.bg-soft-gray {
    background-color: #f5f5f5 !important;
}

.color-gray-1 {
    color: #808080;
}

.color-gray-2 {
    color: #9d9d9d;
}

.color-gray-3 {
    color: #d7d7d7;
}

.color-primary {
    color: #FFC600;
}

.form-group-inline {
    display: inline-block;
    margin-right: 30px;
}

.d-inline-block,
.inline-block {
    display: inline-block;
}

.uppercase {
    text-transform: uppercase;
}

.pad-left-1\/2,
.pad-left-half {
    padding-left: .5rem;
}

.pad-right-1\/2,
.pad-right-half {
    padding-right: .5rem;
}

.pad-top-1,
.p-t {
    padding-top: 1rem;
}

.p-t-3,
.pad-top-3 {
    padding-top: 3rem;
}

/** VERTICAL SPACING */
.v-m-1\/2,
.v-m-half {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.v-m, .page-with-side-banner .hero-banner-body,
.v-m-1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.v-m-2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
    .mt-25-percent\@sm {
        margin-top: 25%;
    }
}

.v-p-1\/2,
.v-p-half {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.v-p,
.v-p-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.v-p-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

/** HORIZONTAL SPACING */
.h-m-1\/2,
.h-m-half {
    margin-left: .5rem;
    margin-right: .5rem;
}

.h-m,
.h-m-1 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.h-m-2 {
    margin-left: 2rem;
    margin-right: 2rem;
}

.h-p-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media screen and (min-width: 768px) {
    .h-p-0\@sm {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (min-width: 992px) {
    .h-p-0\@md {
        padding-left: 0;
        padding-right: 0;
    }
}

.h-p-1\/2,
.h-p-half {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

@media screen and (max-width: 768px) {
    .h-p-1\/2\@sm,
    .h-p-half\@sm {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

@media screen and (max-width: 992px) {
    .h-p-1\/2\@md,
    .h-p-half\@md {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

.h-p,
.h-p-1 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.h-p-2 {
    padding-left: 2rem;
    padding-right: 2rem;
    /* add horizontal padding on device - landscape */
}

@media only screen and (min-width: 320px) and (max-width: 768px) and (orientation: landscape) {
    .h-p-2\@landscape {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media screen and (min-width: 992px) {
    .h-p-2\@sm {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media screen and (min-width: 992px) {
    .h-p-2\@md {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.h-m-bs4 {
    margin-left: 15px;
    margin-right: 15px;
}

/* Responsive padding */
@media screen and (min-width: 768px) {
    .h-p\@sm {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media screen and (min-width: 992px) {
    .h-p\@md {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media screen and (min-width: 768px) {
    .h-p-2\@sm {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media screen and (min-width: 992px) {
    .h-p-2\@md {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media screen and (min-width: 768px) {
    .v-p\@sm {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

@media screen and (min-width: 992px) {
    .v-p\@md {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

@media screen and (min-width: 768px) {
    .v-p-2\@sm {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

@media screen and (min-width: 992px) {
    .v-p-2\@md {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

@media screen and (min-width: 768px) {
    .no-v-p\@sm {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 768px) {
    .no-v-m\@sm {
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 992px) {
    .no-v-m\@md {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.no-margin,
.no-m {
    margin: 0;
}

.no-margin-top,
.no-mt {
    margin-top: 0 !important;
}

.no-margin-bottom,
.no-mb {
    margin-bottom: 0;
}

.mb-1 {
    margin-bottom: 1rem;
}

.m-t-1 {
    margin-top: 1rem;
}

.neg-m {
    margin: -1rem;
}

.neg-m-h {
    margin-left: -1rem;
    margin-right: -1rem;
}

/* negative margin vertical */
.neg-m-v {
    margin-top: -1rem;
    margin-bottom: -1rem;
}

.neg-m-v-15,
.row-vertical {
    margin-top: -15px;
    margin-bottom: -15px;
}

@media screen and (max-width: 767px) {
    .row\@xs {
        margin-left: auto;
        margin-right: auto;
    }
}

.neg-m-h-15 {
    margin-left: -15px;
    margin-right: -15px;
}

/* negative margin horizontal */
.neg-m-h {
    margin-left: -1rem;
    margin-right: -1rem;
}

/** POSITIONING */
.pos-relative {
    position: relative;
}

.centered, .form-step-indicator__outer {
    position: relative;
}

.centered-container, .form-step-indicator__inner, .modal .modal-dialog.modal-dialog-centered > .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}


.position-centered {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.affix, .affix--abs, .site-header.affix--abs {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 20;
}

.affix--abs, .site-header.affix--abs {
    position: absolute;
}

.full-width, .table-custom.stock-table {
    width: 100%;
}

.full-height {
    height: 100%;
}

.table {
    position: relative;
    height: 100%;
    display: table;
}

.table-auto-height {
    position: relative;
    display: table;
}

.table-row {
    display: table-row;
}

.table-cell {
    display: table-cell;
}

.table-bordered-heading tr th {
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
}

    .table-bordered-heading tr th.v-center {
        vertical-align: middle !important;
    }

    .table-bordered-heading tr th.h-center {
        text-align: center !important;
    }

    .table-bordered-heading tr th:last-child {
        border-right: none;
    }

.va-top {
    vertical-align: top;
}

.va-middle {
    vertical-align: middle;
}

.va-bottom {
    vertical-align: bottom;
}

/** TYPOGRAPHY */
.t-bigger,
.t-larger {
    font-size: larger;
}

.t-smaller {
    font-size: smaller;
}

.t-bold,
.bold {
    font-weight: 700;
    font-family: 'latobold';
}

/** Helper for Forms */
.max-w-340 {
    max-width: 340px !important;
    width: 100%;
}

.max-w-full {
    max-width: 100%;
    width: 100%;
}

.max-w-macbookpro {
    max-width: 1280px;
}

.width-inherit,
.w-inherit {
    width: inherit !important;
}

.h-inherit,
.height-inherit,
#thought-leader-promo-banner .centered,
#thought-leader-promo-banner .form-step-indicator__outer {
    height: inherit;
}

.max-w-ounce {
    max-width: 75%;
}

@media only screen and (min-width: 992px) {
    .max-w-ounce\@md {
        max-width: 75%;
    }
}

.max-w-half {
    max-width: 50%;
}

@media (max-width: 767.98px) {
    .sm-no-padding {
        padding: 0px;
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* ALIGNMENT */
.center-block {
    margin: 0 auto;
}

.d-block, .is-open {
    display: block !important;
}

.d-none, .is-close {
    display: none !important;
}

.d-inline,
.inline {
    display: inline !important;
}

.font-weight-bold,
.t-bold {
    font-weight: bold;
}

.t-center,
.text-center {
    text-align: center;
}

.visible {
    visibility: visible;
}

.invisible {
    visibility: hidden;
}

.valign-center {
    display: table;
    width: 100%;
    /* remove float for col-* classes under valign */
}

    .valign-center .valign-item {
        display: table-cell;
        vertical-align: middle;
        padding-left: 15px;
        padding-right: 15px;
    }

    .valign-center .valign-item--no-h-p {
        padding-left: 0;
        padding-right: 0;
    }

    .valign-center [class^="col-"] {
        float: none;
    }

@media screen and (max-width: 768px) {
    .valign-center--normalize\@xs {
        display: block;
    }

        .valign-center--normalize\@xs .valign-item {
            display: block;
        }
}

.story-card-new__top,
.centered-align {
    display: table;
}

    .story-card-new__top > *,
    .centered-align > * {
        display: table-cell;
        vertical-align: middle;
    }

/* create a mixin for valign-center class so we can extend it inside @media */
@media screen and (min-width: 768px) {
    .valign-center\@sm {
        display: table;
        width: 100%;
        /* remove float for col-* classes under valign */
    }

        .valign-center\@sm .valign-item {
            display: table-cell;
            vertical-align: middle;
            padding-left: 15px;
            padding-right: 15px;
            float: none;
        }

        .valign-center\@sm [class^="col-"] {
            float: none;
        }
}

@media screen and (min-width: 992px) {
    .valign-center\@md {
        display: table;
        width: 100%;
        /* remove float for col-* classes under valign */
    }

        .valign-center\@md .valign-item {
            display: table-cell;
            vertical-align: middle;
            padding-left: 15px;
            padding-right: 15px;
            float: none;
        }

        .valign-center\@md [class^="col-"] {
            float: none;
        }
}

@media screen and (min-width: 1200px) {
    .valign-center\@lg {
        display: table;
        width: 100%;
        /* remove float for col-* classes under valign */
    }

        .valign-center\@lg .valign-item {
            display: table-cell;
            vertical-align: middle;
            padding-left: 15px;
            padding-right: 15px;
            float: none;
        }

        .valign-center\@lg [class^="col-"] {
            float: none;
        }
}

@media screen and (min-width: 992px) {
    .align-right\@md {
        text-align: right;
    }
}

@media screen and (min-width: 992px) {
    .align-center\@md {
        text-align: center;
    }
}

@media screen and (min-width: 992px) {
    .align-left\@md {
        text-align: left;
    }
}

.w-auto,
.width-auto {
    width: auto !important;
}

.truncate, .footer .footer-top a:last-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* lists */
ul.nodots {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.no-decoration-link a {
    text-decoration: none !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1280px) {
    .m-xl-plus-0 {
        margin: 0 !important;
    }

    .mt-xl-plus-0,
    .my-xl-plus-0 {
        margin-top: 0 !important;
    }

    .mr-xl-plus-0,
    .mx-xl-plus-0 {
        margin-right: 0 !important;
    }

    .mb-xl-plus-0,
    .my-xl-plus-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-plus-0,
    .mx-xl-plus-0 {
        margin-left: 0 !important;
    }

    .m-xl-plus-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-plus-1,
    .my-xl-plus-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-plus-1,
    .mx-xl-plus-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-plus-1,
    .my-xl-plus-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-plus-1,
    .mx-xl-plus-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-plus-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-plus-2,
    .my-xl-plus-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-plus-2,
    .mx-xl-plus-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-plus-2,
    .my-xl-plus-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-plus-2,
    .mx-xl-plus-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-plus-3 {
        margin: 1rem !important;
    }

    .mt-xl-plus-3,
    .my-xl-plus-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-plus-3,
    .mx-xl-plus-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-plus-3,
    .my-xl-plus-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-plus-3,
    .mx-xl-plus-3 {
        margin-left: 1rem !important;
    }

    .m-xl-plus-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-plus-4,
    .my-xl-plus-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-plus-4,
    .mx-xl-plus-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-plus-4,
    .my-xl-plus-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-plus-4,
    .mx-xl-plus-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-plus-5 {
        margin: 3rem !important;
    }

    .mt-xl-plus-5,
    .my-xl-plus-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-plus-5,
    .mx-xl-plus-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-plus-5,
    .my-xl-plus-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-plus-5,
    .mx-xl-plus-5 {
        margin-left: 3rem !important;
    }

    .p-xl-plus-0 {
        padding: 0 !important;
    }

    .pt-xl-plus-0,
    .py-xl-plus-0 {
        padding-top: 0 !important;
    }

    .pr-xl-plus-0,
    .px-xl-plus-0 {
        padding-right: 0 !important;
    }

    .pb-xl-plus-0,
    .py-xl-plus-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-plus-0,
    .px-xl-plus-0 {
        padding-left: 0 !important;
    }

    .p-xl-plus-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-plus-1,
    .py-xl-plus-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-plus-1,
    .px-xl-plus-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-plus-1,
    .py-xl-plus-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-plus-1,
    .px-xl-plus-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-plus-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-plus-2,
    .py-xl-plus-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-plus-2,
    .px-xl-plus-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-plus-2,
    .py-xl-plus-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-plus-2,
    .px-xl-plus-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-plus-3 {
        padding: 1rem !important;
    }

    .pt-xl-plus-3,
    .py-xl-plus-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-plus-3,
    .px-xl-plus-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-plus-3,
    .py-xl-plus-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-plus-3,
    .px-xl-plus-3 {
        padding-left: 1rem !important;
    }

    .p-xl-plus-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-plus-4,
    .py-xl-plus-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-plus-4,
    .px-xl-plus-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-plus-4,
    .py-xl-plus-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-plus-4,
    .px-xl-plus-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-plus-5 {
        padding: 3rem !important;
    }

    .pt-xl-plus-5,
    .py-xl-plus-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-plus-5,
    .px-xl-plus-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-plus-5,
    .py-xl-plus-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-plus-5,
    .px-xl-plus-5 {
        padding-left: 3rem !important;
    }

    .m-xl-plus-auto {
        margin: auto !important;
    }

    .mt-xl-plus-auto,
    .my-xl-plus-auto {
        margin-top: auto !important;
    }

    .mr-xl-plus-auto,
    .mx-xl-plus-auto {
        margin-right: auto !important;
    }

    .mb-xl-plus-auto,
    .my-xl-plus-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-plus-auto,
    .mx-xl-plus-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1440px) {
    .m-xxl-0 {
        margin: 0 !important;
    }

    .mt-xxl-0,
    .my-xxl-0 {
        margin-top: 0 !important;
    }

    .mr-xxl-0,
    .mx-xxl-0 {
        margin-right: 0 !important;
    }

    .mb-xxl-0,
    .my-xxl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xxl-0,
    .mx-xxl-0 {
        margin-left: 0 !important;
    }

    .m-xxl-1 {
        margin: 0.25rem !important;
    }

    .mt-xxl-1,
    .my-xxl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xxl-1,
    .mx-xxl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xxl-1,
    .my-xxl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xxl-2 {
        margin: 0.5rem !important;
    }

    .mt-xxl-2,
    .my-xxl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xxl-2,
    .mx-xxl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xxl-2,
    .my-xxl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xxl-3 {
        margin: 1rem !important;
    }

    .mt-xxl-3,
    .my-xxl-3 {
        margin-top: 1rem !important;
    }

    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: 1rem !important;
    }

    .mb-xxl-3,
    .my-xxl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: 1rem !important;
    }

    .m-xxl-4 {
        margin: 1.5rem !important;
    }

    .mt-xxl-4,
    .my-xxl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xxl-4,
    .mx-xxl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xxl-4,
    .my-xxl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xxl-4,
    .mx-xxl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xxl-5 {
        margin: 3rem !important;
    }

    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: 3rem !important;
    }

    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: 3rem !important;
    }

    .mb-xxl-5,
    .my-xxl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 3rem !important;
    }

    .p-xxl-0 {
        padding: 0 !important;
    }

    .pt-xxl-0,
    .py-xxl-0 {
        padding-top: 0 !important;
    }

    .pr-xxl-0,
    .px-xxl-0 {
        padding-right: 0 !important;
    }

    .pb-xxl-0,
    .py-xxl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xxl-0,
    .px-xxl-0 {
        padding-left: 0 !important;
    }

    .p-xxl-1 {
        padding: 0.25rem !important;
    }

    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xxl-1,
    .px-xxl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xxl-1,
    .px-xxl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xxl-2 {
        padding: 0.5rem !important;
    }

    .pt-xxl-2,
    .py-xxl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xxl-2,
    .px-xxl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xxl-3 {
        padding: 1rem !important;
    }

    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: 1rem !important;
    }

    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: 1rem !important;
    }

    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: 1rem !important;
    }

    .p-xxl-4 {
        padding: 1.5rem !important;
    }

    .pt-xxl-4,
    .py-xxl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xxl-4,
    .px-xxl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xxl-4,
    .py-xxl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xxl-4,
    .px-xxl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xxl-5 {
        padding: 3rem !important;
    }

    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 3rem !important;
    }

    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 3rem !important;
    }

    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 3rem !important;
    }

    .m-xxl-auto {
        margin: auto !important;
    }

    .mt-xxl-auto,
    .my-xxl-auto {
        margin-top: auto !important;
    }

    .mr-xxl-auto,
    .mx-xxl-auto {
        margin-right: auto !important;
    }

    .mb-xxl-auto,
    .my-xxl-auto {
        margin-bottom: auto !important;
    }

    .ml-xxl-auto,
    .mx-xxl-auto {
        margin-left: auto !important;
    }
}

@media screen and (min-width: 768px) {
    .mb-0\@sm {
        margin-bottom: 0;
    }
}

.no-transition {
    -webkit-transition: none !important;
    transition: none !important;
}

/* set width to auto */
.w-auto,
.width-auto {
    width: auto;
}

/** Responsive helper class */
/* add border left on 768px - 1200px */
@media screen and (min-width: 768px) and (max-width: 1200px) {
    .border-left\@sm-xl {
        border-left: 1px solid #d7d7d7;
    }
}

/* add border left on >992px */
@media screen and (min-width: 992px) {
    .border-left\@lg {
        border-left: 1px solid #d7d7d7;
    }
}

.border-bottom-none {
    border-bottom: none !important;
}

@media screen and (max-width: 768px) {
    .h-p\@xs {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 991.98px) {
    .title h2 {
        font-size: 20px;
        float: none !important;
    }

    .title a.btn, .title a.button-cta {
        font-size: 12px;
        max-width: 170px;
        padding: 10px;
        float: none !important;
    }
}

.title-with-button a,
.title-with-button button {
    max-width: 230px;
}

.m-top-nav .pull-right .apply-now,
.m-top-nav-placeholder .pull-right .apply-now {
    width: auto;
}

@media (min-width: 768px) {
    .pull-right-sm {
        float: right !important;
    }
}

@media (min-width: 992px) {
    .pull-right-md {
        float: right !important;
    }
}

@media (min-width: 1200px) {
    .pull-right-lg {
        float: right !important;
    }
}

/*
 * http://webdesignerwall.com/tutorials/css-elastic-videos
 * responsive Youtube embedded video player
 */
.r-vc {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .r-vc iframe,
    .r-vc object,
    .r-vc embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* ANIMATION */
.fadein-left, .fadein-right, .fadein {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}

@media only screen and (min-width: 768px) {
    .fadein-left {
        -webkit-animation: fadein-left 1.3s;
        animation: fadein-left 1.3s;
    }
}

@media only screen and (min-width: 768px) {
    .fadein-right {
        -webkit-animation: fadein-right 1.3s;
        animation: fadein-right 1.3s;
    }
}

@media only screen and (min-width: 768px) {
    .fadein {
        -webkit-animation: fadein 1.3s;
        animation: fadein 1.3s;
    }
}

@-webkit-keyframes fadein-left {
    from {
        opacity: 0;
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadein-left {
    from {
        opacity: 0;
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes fadein-right {
    from {
        opacity: 0;
        -webkit-transform: translateX(5%);
        transform: translateX(5%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadein-right {
    from {
        opacity: 0;
        -webkit-transform: translateX(5%);
        transform: translateX(5%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.no-float {
    float: none !important;
}

.form-cards, .box-list,
.horizontal-scroll-container {
    overflow: hidden;
    margin: 0 -35px;
    padding: 0 35px;
}

.no-shadow {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.bg-color-none {
    background-color: transparent !important;
}

/* generate background color classes */
.bg-color-maybank-yellow {
    background-color: #FFC600;
}

.color-maybank-yellow {
    color: #FFC600;
}

.bg-color-black {
    background-color: #373737;
}

.color-black {
    color: #373737;
}

.bg-color-g1,
.section.light-gray {
    background-color: #f7f7f7;
}

.color-g1 {
    color: #f7f7f7;
}

.bg-color-gray {
    background-color: rgba(23, 23, 23, 0.6);
}

.color-gray {
    color: rgba(23, 23, 23, 0.6);
}

.bg-color-ash {
    background-color: #e7e7e7;
}

.color-ash {
    color: #e7e7e7;
}

.bg-color-green {
    background-color: #389a6e;
}

.color-green {
    color: #389a6e;
}

.bg-color-g2-half,
.section.gray {
    background-color: #ededed;
}

.color-g2-half {
    color: #ededed;
}

.bg-color-white {
    background-color: #fff;
}

.color-white {
    color: #fff;
}

@media (max-width: 768px) and (orientation: landscape) {
    .col-xs-6\@landscape {
        width: 50% !important;
    }
}

.compat-object-fit {
    background-size: cover;
}

/* make the travel cards item to become scroll horizontal on mobile */
.horizontal-scroll {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media (min-width: 1200px) {
    .horizontal-scroll.hs-xl-up {
        white-space: initial;
    }
}

@media (min-width: 992px) {
    .horizontal-scroll.hs-lg-up {
        white-space: initial;
    }
}

.horizontal-scroll {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 1rem 30px;
    margin: 0 -45px;
}

    .horizontal-scroll [class^="col"] {
        float: none;
        display: inline-block;
        vertical-align: top;
    }

@media screen and (max-width: 767px) {
    .horizontal-scroll\@xs {
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding: 1rem 30px;
        margin: 0 -45px;
    }

        .horizontal-scroll\@xs [class^="col"] {
            float: none;
            display: inline-block;
            vertical-align: top;
        }
}

@media screen and (min-width: 768px) {
    .horizontal-scroll\@sm {
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding: 1rem 30px;
        margin: 0 -45px;
    }

        .horizontal-scroll\@sm [class^="col"] {
            float: none;
            display: inline-block;
            vertical-align: top;
        }
}

@media screen and (min-width: 992px) {
    .horizontal-scroll\@md {
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding: 1rem 30px;
        margin: 0 -45px;
    }

        .horizontal-scroll\@md [class^="col"] {
            float: none;
            display: inline-block;
            vertical-align: top;
        }
}

@media screen and (min-width: 1200px) {
    .horizontal-scroll\@lg {
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding: 1rem 30px;
        margin: 0 -45px;
    }

        .horizontal-scroll\@lg [class^="col"] {
            float: none;
            display: inline-block;
            vertical-align: top;
        }
}

@media screen and (max-width: 991px) {
    .horizontal-scroll\@max-md {
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding: 1rem 30px;
        margin: 0 -45px;
    }

        .horizontal-scroll\@max-md [class^="col"] {
            float: none;
            display: inline-block;
            vertical-align: top;
        }
}

@media screen and (max-width: 1199px) {
    .horizontal-scroll\@max-lg {
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding: 1rem 30px;
        margin: 0 -45px;
    }

        .horizontal-scroll\@max-lg [class^="col"] {
            float: none;
            display: inline-block;
            vertical-align: top;
        }
}

.full-dimension {
    width: 100%;
    height: 100%;
}

.cursor-pointer {
    cursor: pointer;
}

svg#i-close {
    -webkit-transition: .2s;
    transition: .2s;
    color: #9d9d9d;
}

    svg#i-close:hover {
        color: #373737;
    }

.svg-small {
    width: 20px;
}

.fancy-num {
    background-color: #FFC600;
    border-radius: 10px;
    border-bottom-right-radius: 0;
    padding: .5rem;
    font-size: 1rem;
    position: relative;
    top: -5px;
    text-align: center;
    max-width: 40px;
    font-weight: 700;
}

.mw-25 {
    max-width: 25%;
}

.mw-50 {
    max-width: 50%;
}

.mw-90 {
    max-width: 90%;
}

@font-face {
    font-family: 'latobold';
    src: url("../fonts/lato-bold-webfont.woff2") format("woff2"), url("../fonts/lato-bold-webfont.ttf") format("ttf"), url("../fonts/lato-bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latolight';
    src: url("../fonts/lato-light-webfont.woff2") format("woff2"), url("../fonts/lato-light-webfont.woff") format("woff"), url("../fonts/lato-light-webfont.ttd") format("ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoregular';
    src: url("../fonts/lato-regular-webfont.woff2") format("woff2"), url("../fonts/lato-regular-webfont.woff") format("woff"), url("../fonts/lato-regular-webfont.ttf") format("ttf");
    font-weight: normal;
    font-style: normal;
}

/* text margin reset */
h1, h2, h3, h4, h5, h6,
p, ul, ol {
    margin-top: 15px;
    font-weight: normal;
}

    h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child,
    p:first-child, ul:first-child, ol:first-child {
        margin-top: 0;
    }

/* default text styles */
h1 {
    font-family: 'latobold';
    font-size: 38px;
    line-height: 50px;
}

@media (max-width: 575.98px) {
    h1 {
        font-size: 30px;
        line-height: 36px;
    }
}

h1.big {
    font-size: 60px;
    line-height: 72px;
}

h2 {
    font-family: 'latobold';
    font-size: 26px;
    line-height: 36px;
}

@media (max-width: 575.98px) {
    h2 {
        font-size: 22px;
        line-height: 32px;
    }
}

h3 {
    font-family: 'latobold';
    font-size: 20px;
    line-height: 26px;
}

h4 {
    font-family: 'latobold';
    font-size: 14px;
    line-height: 20px;
}

p, li {
    font-size: 16px;
    line-height: 24px;
}

.notes {
    font-size: 12px;
    line-height: 20px;
}

strong {
    font-weight: normal;
    font-family: 'latobold';
}

.black-text {
    color: #373737;
}

    .black-text a {
        color: #373737;
    }

.white-text {
    color: #fff;
}

    .white-text a {
        color: #fff;
    }

.yellow-text {
    color: #FFC600;
}

    .yellow-text a {
        color: #FFC600;
    }

.gray-text,
.grey-text {
    color: #808080;
}

    .gray-text a,
    .grey-text a {
        color: #808080;
    }

.green-text {
    color: #0FA07B;
}

.red-text {
    color: #D0021B;
}

.left-text {
    text-align: left;
}

.center-text {
    text-align: center;
}

.right-text {
    text-align: right;
}

.t-light {
    font-family: lato-light;
}

.t-normal {
    font-family: latoregular;
}

.t-bold {
    font-family: latobold;
}

.t-size-10 {
    font-size: 10px;
}

.t-size-12 {
    font-size: 12px;
}

.t-size-14,
.card-action a {
    font-size: 14px;
}

.t-size-16 {
    font-size: 16px;
}

.t-size-20 {
    font-size: 20px;
}

.t-size-24 {
    font-size: 24px;
}

.t-size-26 {
    font-size: 26px;
}

.t-uppercase {
    text-transform: uppercase;
}

.t-capitalize {
    text-transform: capitalize;
}

.t-lowercase {
    text-transform: lowercase;
}

/** ANIMATION */
/** SLICK */
@-webkit-keyframes bouncingArrow {
    0% {
        right: 0px;
    }

    22% {
        right: -5px;
    }

    44% {
        right: 3px;
    }

    66% {
        right: -4px;
    }

    88% {
        right: 2px;
    }

    100% {
        right: 0px;
    }
}

@keyframes bouncingArrow {
    0% {
        right: 0px;
    }

    22% {
        right: -5px;
    }

    44% {
        right: 3px;
    }

    66% {
        right: -4px;
    }

    88% {
        right: 2px;
    }

    100% {
        right: 0px;
    }
}

body,
html {
    font-family: latoregular, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #373737;
    background: #fff;
    position: relative;
}

body {
    margin: 0 auto;
    position: relative;
}

    body > div[class^="page-"] {
        width: inherit;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        background: #fff;
    }

.homechat-container,
.site-header__container {
    /* max-width: 1920px; */
    max-width: 2560px;
    margin: 0 auto;
}

body.ios11fixedInputBugFix {
    position: fixed;
    width: 100%;
}

.no-footer .section.footer {
    display: none;
}

/* predefined link style */
a {
    color: #373737;
}

    a.see-more,
    span.see-more {
        cursor: pointer;
        display: inline-block;
        height: auto;
        font-size: 14px;
        text-transform: uppercase;
        font-family: 'latobold';
        line-height: 21px;
        text-decoration: none;
        padding-right: 16px;
        background: none;
        position: relative;
    }

        a.see-more.normal-text,
        span.see-more.normal-text {
            text-transform: none;
        }

        a.see-more::after,
        span.see-more::after {
            content: '';
            display: block;
            width: 10px;
            height: 10px;
            margin: auto;
            position: absolute;
            background: url("../img/icons/arrow-see-more.png") center center no-repeat;
            right: 0;
            top: 0;
            bottom: 1px;
            -webkit-transition: right .2s;
            transition: right .2s;
        }

        a.see-more:hover,
        span.see-more:hover {
            color: #373737;
        }

            a.see-more:hover::after,
            span.see-more:hover::after {
                /* right:-4px; */
                right: -5px;
            }

.white-text a.see-more:hover,
.white-text span.see-more:hover {
    color: #fff;
}

.owl-prev,
.owl-next {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    margin: 0;
    padding: 0;
    border-radius: 100px;
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    text-indent: 99px;
    overflow: hidden;
}

    .owl-prev.disabled,
    .owl-next.disabled {
        display: none;
    }

.owl-next {
    right: -4%;
    background: url(../img/icons/nav-next.png) center center no-repeat #fff;
}

.owl-prev {
    left: -6%;
    background: url(../img/icons/nav-prev.png) center center no-repeat #fff;
}

figure.highlight {
    padding: 16px;
    padding: 1rem;
    background-color: #373737;
    border-radius: 8px;
}

    figure.highlight pre {
        color: #fff;
    }

ul,
ol {
    padding-left: 15px;
}

    ul ul,
    ol ul {
        list-style: square inside url("data:image/gif;base64,R0lGODlhBQAKAIABAAAAAP///yH5BAEAAAEALAAAAAAFAAoAAAIIjI+ZwKwPUQEAOw==");
    }

.partner__item {
    width: 240px;
    height: 218px;
}

.anchor[name]:before {
    display: block;
    content: "";
    margin-top: -125px;
    height: 125px;
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    user-select: auto;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
}

.owl-item h1,
.owl-item h2,
.owl-item p {
    user-select: text;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
}

.section {
    padding: 60px 0;
    background: #fff;
    position: relative;
    /* padding size options */
    /* border option */
    /* bg color options */
}

    .section::after {
        content: '';
        display: block;
        clear: both;
    }

    .section.medium-pad-top {
        padding-top: 45px;
    }

    .section.medium-pad-bot {
        padding-bottom: 45px;
    }

    .section.narrow-top {
        padding-top: 30px;
    }

    .section.narrow-bot {
        padding-bottom: 30px;
    }

    .section.no-pad-top {
        padding-top: 0;
    }

    .section.no-pad-bot {
        padding-bottom: 0;
    }

    .section.bordered-top {
        border-top: solid 1px #ededed;
    }

    .section.bordered-bot {
        border-bottom: solid 1px #ededed;
    }

    .section.dark-gray {
        background: #373737;
    }

    .section.transparent {
        background: transparent;
    }

    .section .wrapper {
        width: 1170px;
        margin: 0 auto;
        position: relative;
    }

        .section .wrapper::after {
            content: '';
            display: block;
            clear: both;
        }

    .section .heading {
        margin-bottom: 35px;
        position: relative;
    }

        .section .heading h1 {
            margin-right: 90px;
        }

        .section .heading .see-more {
            position: absolute;
            right: 15px;
            top: 20px;
        }

@media (max-width: 575.98px) {
    .section .heading .see-more {
        top: 14px;
    }
}

.section .heading.full h1 {
    margin: 0;
}

.section .heading.centered h1, .section .heading.form-step-indicator__outer h1 {
    margin: 0;
    text-align: center;
}

@media (max-width: 767.98px) {
    .section .heading.centered h1, .section .heading.form-step-indicator__outer h1 {
        text-align: left;
    }
}

.section .heading.centered .see-more, .section .heading.form-step-indicator__outer .see-more {
    display: none;
}

.container {
    width: auto;
    max-width: 1200px;
}

@media (max-width: 1199.98px) {
    .container {
        max-width: none;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.container .row.inline-col .col, .container .skeleton .inline-col.skeleton__wrapper .col, .skeleton .container .inline-col.skeleton__wrapper .col,
.container .row.inline-col > div,
.container .skeleton .inline-col.skeleton__wrapper > div,
.skeleton .container .inline-col.skeleton__wrapper > div {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-right: -3px;
}

.container .row.inline-centered, .container .skeleton .inline-centered.skeleton__wrapper, .skeleton .container .inline-centered.skeleton__wrapper {
    text-align: center;
}

    .container .row.inline-centered .col, .container .skeleton .inline-centered.skeleton__wrapper .col, .skeleton .container .inline-centered.skeleton__wrapper .col {
        display: inline-block;
        float: none;
        vertical-align: top;
        text-align: left;
        margin-left: -2px;
        margin-right: -2px;
    }

.container .row.lined-row, .container .skeleton .lined-row.skeleton__wrapper, .skeleton .container .lined-row.skeleton__wrapper {
    font-size: 16px;
    line-height: 24px;
    /* border option : on top of the row (default bottom) */
    /* padding size options */
}

    .container .row.lined-row .frame, .container .skeleton .lined-row.skeleton__wrapper .frame, .skeleton .container .lined-row.skeleton__wrapper .frame {
        padding-top: 30px;
        padding-bottom: 30px;
        position: relative;
    }

        .container .row.lined-row .frame:first-child, .container .skeleton .lined-row.skeleton__wrapper .frame:first-child, .skeleton .container .lined-row.skeleton__wrapper .frame:first-child {
            padding-top: 0 !important;
        }

        .container .row.lined-row .frame::before, .container .skeleton .lined-row.skeleton__wrapper .frame::before, .skeleton .container .lined-row.skeleton__wrapper .frame::before {
            content: '';
            display: block;
            position: absolute;
            left: 15px;
            right: 15px;
            bottom: 0;
            height: 1px;
            background: #9d9d9d;
        }

        .container .row.lined-row .frame::after, .container .skeleton .lined-row.skeleton__wrapper .frame::after, .skeleton .container .lined-row.skeleton__wrapper .frame::after {
            content: '';
            display: block;
            clear: both;
        }

        .container .row.lined-row .frame .col, .container .skeleton .lined-row.skeleton__wrapper .frame .col, .skeleton .container .lined-row.skeleton__wrapper .frame .col,
        .container .row.lined-row .frame > div,
        .container .skeleton .lined-row.skeleton__wrapper .frame > div,
        .skeleton .container .lined-row.skeleton__wrapper .frame > div {
            padding: 0 15px;
        }

    .container .row.lined-row.top-line .frame::before, .container .skeleton .lined-row.top-line.skeleton__wrapper .frame::before, .skeleton .container .lined-row.top-line.skeleton__wrapper .frame::before {
        top: 0;
        bottom: auto;
    }

    .container .row.lined-row.top-line .frame:first-child::before, .container .skeleton .lined-row.top-line.skeleton__wrapper .frame:first-child::before, .skeleton .container .lined-row.top-line.skeleton__wrapper .frame:first-child::before {
        display: none;
    }

    .container .row.lined-row.top-line .frame:last-child, .container .skeleton .lined-row.top-line.skeleton__wrapper .frame:last-child, .skeleton .container .lined-row.top-line.skeleton__wrapper .frame:last-child {
        padding-bottom: 0 !important;
    }

    .container .row.lined-row.large-pad .frame, .container .skeleton .lined-row.large-pad.skeleton__wrapper .frame, .skeleton .container .lined-row.large-pad.skeleton__wrapper .frame {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .container .row.lined-row.small-pad, .container .skeleton .lined-row.small-pad.skeleton__wrapper, .skeleton .container .lined-row.small-pad.skeleton__wrapper {
        /* this option currently used exclusively for /premier-wealth/airport-lounge
				   so typographic styles are following those in that page */
    }

        .container .row.lined-row.small-pad .frame, .container .skeleton .lined-row.small-pad.skeleton__wrapper .frame, .skeleton .container .lined-row.small-pad.skeleton__wrapper .frame {
            padding-top: 15px;
            padding-bottom: 15px;
        }

        .container .row.lined-row.small-pad p, .container .skeleton .lined-row.small-pad.skeleton__wrapper p, .skeleton .container .lined-row.small-pad.skeleton__wrapper p {
            font-size: 16px;
            line-height: 24px;
        }

        .container .row.lined-row.small-pad h3, .container .skeleton .lined-row.small-pad.skeleton__wrapper h3, .skeleton .container .lined-row.small-pad.skeleton__wrapper h3 {
            line-height: 24px;
        }

        .container .row.lined-row.small-pad p, .container .skeleton .lined-row.small-pad.skeleton__wrapper p, .skeleton .container .lined-row.small-pad.skeleton__wrapper p, .container .row.lined-row.small-pad h3, .container .skeleton .lined-row.small-pad.skeleton__wrapper h3, .skeleton .container .lined-row.small-pad.skeleton__wrapper h3 {
            margin: 0;
        }

.container .row .col-f-right, .container .skeleton .skeleton__wrapper .col-f-right, .skeleton .container .skeleton__wrapper .col-f-right,
.container-fluid .row .col-f-right,
.container-fluid .skeleton .skeleton__wrapper .col-f-right,
.skeleton .container-fluid .skeleton__wrapper .col-f-right {
    float: right;
}

.container .row .col-clear-left, .container .skeleton .skeleton__wrapper .col-clear-left, .skeleton .container .skeleton__wrapper .col-clear-left,
.container-fluid .row .col-clear-left,
.container-fluid .skeleton .skeleton__wrapper .col-clear-left,
.skeleton .container-fluid .skeleton__wrapper .col-clear-left {
    clear: left;
}

.container .row .col-clear-right, .container .skeleton .skeleton__wrapper .col-clear-right, .skeleton .container .skeleton__wrapper .col-clear-right,
.container-fluid .row .col-clear-right,
.container-fluid .skeleton .skeleton__wrapper .col-clear-right,
.skeleton .container-fluid .skeleton__wrapper .col-clear-right {
    clear: left;
}

.js-section-slider.owl-theme {
    /* for slider with full page width size */
}

    .js-section-slider.owl-theme .owl-nav {
        margin-top: 0;
    }

        .js-section-slider.owl-theme .owl-nav button {
            width: 46px;
            height: 46px;
            display: block;
            margin: 0;
            padding: 0;
            background-color: #fff;
            background-position: center center;
            background-repeat: no-repeat;
            border: none;
            border-radius: 100%;
            -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
            cursor: pointer;
            top: 43%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

            .js-section-slider.owl-theme .owl-nav button:hover {
                background-color: #FFC600;
                background-position: center center;
                background-repeat: no-repeat;
            }

@media (max-width: 1199.98px) {
    .js-section-slider.owl-theme .owl-nav button {
        display: none;
    }
}

.js-section-slider.owl-theme .owl-nav .owl-prev,
.js-section-slider.owl-theme .owl-nav .owl-next {
    z-index: 1;
}

.js-section-slider.owl-theme .owl-nav .owl-prev {
    left: -66px;
    right: auto;
    background-image: url("../img/icons/nav-prev.png");
}

.js-section-slider.owl-theme .owl-nav .owl-next {
    left: auto;
    right: -66px;
    background-image: url("../img/icons/nav-next.png");
}

.js-section-slider.owl-theme .owl-dots {
    margin-top: 40px;
}

.js-section-slider.owl-theme.full-page .owl-nav .owl-prev {
    left: 50%;
    margin-left: -651px;
}

.js-section-slider.owl-theme.full-page .owl-nav .owl-next {
    right: 50%;
    margin-right: -651px;
}

.js-section-slider.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.js-section-slider .fade-left,
.js-section-slider .fade-right {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

    .js-section-slider .fade-left::after,
    .js-section-slider .fade-right::after {
        content: '';
        display: block;
        height: 100%;
        background: #fff;
        position: absolute;
        top: 0;
    }

.js-section-slider .fade-left {
    right: 100%;
    background: url("../img/bg/section-slider-side-left.png") right center repeat-y;
}

    .js-section-slider .fade-left::after {
        left: 0;
        right: 180px;
    }

.js-section-slider .fade-right {
    left: 100%;
    background: url("../img/bg/section-slider-side-right.png") left center repeat-y;
}

    .js-section-slider .fade-right::after {
        left: 180px;
        right: 0;
    }

.bg-gray .js-section-slider .fade-left::after,
.bg-gray .js-section-slider .fade-right::after,
.bg-grey .js-section-slider .fade-left::after,
.bg-grey .js-section-slider .fade-right::after {
    background: #ededed;
}

.bg-gray .js-section-slider .fade-left,
.bg-grey .js-section-slider .fade-left {
    background: url("../img/bg/section-slider-side-left-g.png") right center repeat-y;
}

.bg-gray .js-section-slider .fade-right,
.bg-grey .js-section-slider .fade-right {
    background: url("../img/bg/section-slider-side-right-g.png") left center repeat-y;
}

/* general banner slider */
/* default sizes (left, right, top, bottom, padding, margin, etc) in here
   is taken from homepage chat banner */
.banner-slide {
    width: 100%;
    height: 100%;
    min-height: 300px;
    position: relative;
}

    .banner-slide .banner-page {
        position: relative;
    }

    .banner-slide .banner-img {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }

        .banner-slide .banner-img::before {
            content: '';
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            bottom: 0;
            background: url("../img/bg/banner-grad.png") center bottom repeat-x;
            background-size: contain;
            z-index: 1;
        }

        .banner-slide .banner-img img {
            display: block;
            max-width: 100%;
            max-height: 100%;
            width: auto;
            height: auto;
            margin: auto;
        }

    .banner-slide .banner-text {
        position: absolute;
        left: 55px;
        right: 48px;
        bottom: 80px;
        z-index: 1;
    }

@media (max-width: 1199.98px) {
    .banner-slide .banner-text {
        left: 20px;
        right: 20px;
        bottom: 60px;
    }
}

.banner-slide .banner-text img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.banner-slide .banner-text h4 {
    margin-bottom: 6px;
    text-transform: uppercase;
    font-family: 'latoregular';
}

.banner-slide .banner-text h2 {
    margin: 0 0 15px;
}

@media (max-width: 991.98px) {
    .banner-slide .banner-text h2 {
        font-size: 26px;
        line-height: 36px;
    }
}

.banner-slide .banner-text p {
    margin: 0;
}

@media (max-width: 991.98px) {
    .banner-slide .banner-text p {
        font-size: 14px;
        line-height: 22px;
    }
}

.banner-slide .banner-link {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.banner-slide .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 34px;
}

@media (max-width: 1199.98px) {
    .banner-slide .owl-dots {
        bottom: 18px;
    }
}

.banner-slide .owl-dots .owl-dot {
    width: 105px;
    height: 22px;
    margin: 0 7px;
    vertical-align: top;
}

@media (max-width: 1199.98px) {
    .banner-slide .owl-dots .owl-dot {
        max-width: 105px;
        width: 24%;
    }
}

@media (max-width: 991.98px) {
    .banner-slide .owl-dots .owl-dot {
        width: 20%;
    }
}

.banner-slide .owl-dots .owl-dot::before {
    content: '';
    display: block;
    height: 2px;
    margin-top: 10px;
    background: #4d4a49;
    background: rgba(255, 255, 255, 0.3);
}

.banner-slide .owl-dots .owl-dot span {
    width: 0;
    height: 2px;
    margin: -2px 0 0;
    background: #FFC600;
}

.banner-slide .owl-dots .owl-dot.active span {
    background: #FFC600;
}

.banner-slide .owl-dots .owl-dot.active::before {
    background: #ccc;
    background: rgba(255, 255, 255, 0.5);
}

.owl-carousel .owl-dots .owl-dot {
    padding: 0;
    border: none;
    background: none;
}

/* M2U login popup */
.modal.m2u-login {
    /* display:block; */
}

    .modal.m2u-login form {
        width: 350px;
        height: 70px;
        margin: 30px auto 20px;
        background: #fff;
        border-radius: 9px;
        overflow: hidden;
        text-align: left;
    }

@media screen and (max-width: 360px) {
    .modal.m2u-login form {
        width: 300px;
    }
}

.modal.m2u-login form .button {
    margin: 0;
    height: 70px;
    line-height: 70px;
    font-size: 13px;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 360px) {
    .modal.m2u-login form .button {
        padding-left: 47px;
    }
}

.modal.m2u-login form .button::before {
    height: 110%;
}

@media screen and (max-width: 360px) {
    .modal.m2u-login form .button::before {
        left: -7px;
    }
}

.modal.m2u-login .input-area {
    width: 225px;
    color: #373737;
    float: left;
    cursor: text;
}

@media screen and (max-width: 360px) {
    .modal.m2u-login .input-area {
        width: 200px;
    }
}

.modal.m2u-login .input-area input {
    padding: 0 20px 0 60px;
    background: none;
    opacity: 1;
    cursor: text;
    font-weight: normal;
}

@media screen and (max-width: 360px) {
    .modal.m2u-login .input-area input {
        padding-left: 50px;
    }
}

.modal.m2u-login .submit-area {
    width: 125px;
    text-transform: uppercase;
    float: right;
}

@media screen and (max-width: 360px) {
    .modal.m2u-login .submit-area {
        width: 100px;
    }
}

/* currently used only in e-banking page */
.item-highlight {
    padding: 45px 0;
    background: #373737;
    color: #fff;
}

@media (max-width: 575.98px) {
    .item-highlight {
        text-align: center;
    }
}

.item-highlight .container {
    position: relative;
}

.item-highlight .image {
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}

@media (max-width: 575.98px) {
    .item-highlight .image {
        position: static;
        margin-bottom: 30px;
    }
}

.item-highlight .teaser {
    width: 38%;
    margin-left: 195px;
}

@media (max-width: 991.98px) {
    .item-highlight .teaser {
        width: auto;
    }
}

@media (max-width: 575.98px) {
    .item-highlight .teaser {
        margin-left: 0;
    }
}

.item-highlight .teaser p {
    margin-bottom: 0;
}

.item-highlight .links {
    width: 34%;
    min-width: 400px;
    height: 54px;
    margin: auto;
    text-align: right;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
}

@media (max-width: 991.98px) {
    .item-highlight .links {
        position: static;
        width: auto;
        min-width: auto;
        height: auto;
        margin-left: 195px;
        margin-top: 30px;
        text-align: left;
        overflow: hidden;
    }
}

@media (max-width: 575.98px) {
    .item-highlight .links {
        margin-left: 0;
        text-align: center;
    }
}

.item-highlight .links a {
    display: inline-block;
    margin-left: 20px;
}

@media (max-width: 991.98px) {
    .item-highlight .links a {
        margin-left: 0;
        margin-right: 20px;
        margin-bottom: 10px;
    }
}

/* vertical & horizontal content tabs,
   check /credit-card/maybank-infinite (V)
   and /locate-us (H) for an example */
.content-tabs {
    max-width: 300px;
    margin-bottom: 20px;
    border-bottom: solid 1px #d7d7d7;
    position: relative;
    overflow: hidden;
    /* select-option & dropdown icon for mobile */
    /* class option : text not uppercase */
    /* class option : text only without icon */
    /* class option : smaller paddings, allow multiline text, no icon */
}

@media (max-width: 991.98px) {
    .content-tabs {
        max-width: none;
        height: 70px;
    }
}

.content-tabs .tab-handle {
    display: block;
    min-height: 75px;
    border-top: solid 1px #d7d7d7;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    padding-right: 16px;
    padding-right: 1rem;
}

@media (max-width: 991.98px) {
    .content-tabs .tab-handle {
        display: none;
        min-height: 70px;
        border-top: none;
    }
}

.content-tabs .tab-handle p {
    margin: 0;
    padding: 22px 0 22px 55px;
    border-left: solid 5px transparent;
    line-height: 30px;
    text-transform: uppercase;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

    .content-tabs .tab-handle p.text-capitalize {
        text-transform: capitalize;
    }

@media (max-width: 991.98px) {
    .content-tabs .tab-handle p {
        padding-left: 40px;
        padding-top: 0;
        padding-bottom: 0;
        border-left: none;
        line-height: 70px;
    }
}

.content-tabs .tab-handle p,
.content-tabs .tab-handle .counter {
    font-size: 20px;
    font-family: 'latobold';
    font-weight: normal;
    color: #373737;
}

.content-tabs .tab-handle .counter {
    line-height: 75px;
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.content-tabs .tab-handle.no-icon p {
    padding-left: 15px;
}

.content-tabs .tab-handle.no-icon:hover p {
    padding-left: 20px;
}

.content-tabs .tab-handle img {
    display: block;
    max-width: 30px !important;
    max-height: 30px !important;
    position: absolute;
    left: 18px;
    top: 22px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

@media (max-width: 991.98px) {
    .content-tabs .tab-handle img {
        left: 0;
    }
}

.content-tabs .tab-handle.active, .content-tabs .tab-handle:focus {
    display: block;
}

    .content-tabs .tab-handle.active p, .content-tabs .tab-handle:focus p {
        border-left: solid 5px #FFC600;
        color: #FFC600;
    }

@media (max-width: 991.98px) {
    .content-tabs .tab-handle.active p, .content-tabs .tab-handle:focus p {
        border-left: none;
    }
}

.content-tabs .tab-handle:hover img {
    left: 28px;
}

.content-tabs .tab-handle:hover p {
    color: #FFC600;
    padding-left: 65px;
}

.content-tabs select,
.content-tabs i {
    display: none;
}

@media (max-width: 991.98px) {
    .content-tabs select {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        -webkit-appearance: button;
    }
}

@media (max-width: 991.98px) {
    .content-tabs i {
        display: block;
        height: 24px;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        font-size: 24px;
        line-height: 24px;
    }
}

.content-tabs.standard-text .tab-handle p {
    text-transform: none;
}

.content-tabs.no-icon .tab-handle img {
    display: none;
}

.content-tabs.no-icon .tab-handle p {
    padding-left: 30px;
}

@media (max-width: 991.98px) {
    .content-tabs.no-icon .tab-handle p {
        padding-left: 0;
    }
}

.content-tabs.no-icon .tab-handle:hover p {
    padding-left: 40px;
}

.content-tabs.compact {
    max-width: none;
    border: none;
}

@media (max-width: 991.98px) {
    .content-tabs.compact {
        height: auto;
        margin: 0;
    }
}

.content-tabs.compact .tab-handle {
    height: auto;
    min-height: initial;
    margin-top: 10px;
    border: none;
}

@media (max-width: 991.98px) {
    .content-tabs.compact .tab-handle {
        margin-top: 0;
    }
}

.content-tabs.compact .tab-handle:first-child {
    margin-top: 0;
}

.content-tabs.compact .tab-handle img {
    display: none;
}

.content-tabs.compact .tab-handle p {
    padding: 6px 0;
    border-left: solid 0 transparent;
    line-height: 24px;
}

@media (max-width: 991.98px) {
    .content-tabs.compact .tab-handle p {
        padding-left: 0;
    }
}

.content-tabs.compact .tab-handle p,
.content-tabs.compact .tab-handle .counter {
    font-size: 20px;
    font-family: 'latoregular';
    color: #808080;
}

.content-tabs.compact .tab-handle .counter {
    line-height: 36px;
}

.content-tabs.compact .tab-handle:hover p {
    padding-left: 10px;
    border-left: solid 5px transparent;
}

.content-tabs.compact .tab-handle.active p {
    padding-left: 10px;
    border-left: solid 5px #FFC600;
}

@media (max-width: 991.98px) {
    .content-tabs.compact .tab-handle.active p {
        padding-left: 0;
        border-left: solid 0 #FFC600;
    }
}

.content-tabs.compact .tab-handle.active p,
.content-tabs.compact .tab-handle.active .counter {
    font-family: 'latobold';
    color: #373737;
}

.content-tabs.horizontal {
    max-width: none;
    border-bottom: solid 1px #d7d7d7;
}

    .content-tabs.horizontal .tab-handle {
        min-height: 70px;
        border-top: none;
        margin-left: 50px;
        float: left;
    }

        .content-tabs.horizontal .tab-handle:first-child {
            margin-left: 0;
        }

@media (max-width: 991.98px) {
    .content-tabs.horizontal .tab-handle {
        float: none;
        margin-left: 0;
    }
}

.content-tabs.horizontal .tab-handle p {
    padding: 0 5px 0 42px;
    border-left: none;
    border-bottom: solid 3px transparent;
    line-height: 67px;
}

.content-tabs.horizontal .tab-handle img {
    left: 3px;
    bottom: 6px;
}

.content-tabs.horizontal .tab-handle.active p, .content-tabs.horizontal .tab-handle:focus p {
    border-left: none;
    border-bottom: solid 3px #FFC600;
}

@media (max-width: 991.98px) {
    .content-tabs.horizontal .tab-handle.active p, .content-tabs.horizontal .tab-handle:focus p {
        border-bottom: solid 3px transparent;
    }
}

.content-tabs.horizontal .tab-handle:hover img {
    left: 3px;
}

.content-tabs.horizontal .tab-handle:hover p {
    padding-left: 42px;
}

/* 404 page */
.not-found-banner {
    background-color: #FFC600;
    padding: 140px 0 90px;
}

@media (max-width: 991.98px) {
    .not-found-banner {
        padding: 100px 0 60px;
    }
}

.not-found-banner .row, .not-found-banner .skeleton .skeleton__wrapper, .skeleton .not-found-banner .skeleton__wrapper {
    position: relative;
}

.not-found-banner .img {
    text-align: center;
    height: 340px;
}

@media (max-width: 991.98px) {
    .not-found-banner .img {
        height: 260px;
    }
}

.not-found-banner .img img {
    width: auto;
    height: 100%;
}

@media (max-width: 991.98px) {
    .not-found-banner .img img {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media (max-width: 991.98px) {
    .not-found-banner .text {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding-top: 40px;
        text-align: center;
    }
}

@media (max-width: 991.98px) {
    .not-found-banner .text h1.big {
        font-size: 48px;
        line-height: 60px;
    }
}

@media (max-width: 767.98px) {
    .not-found-banner .text h1.big {
        font-size: 32px;
        line-height: 46px;
    }
}

@media (max-width: 1199.98px) {
    .not-found-help .row > div, .not-found-help .skeleton .skeleton__wrapper > div, .skeleton .not-found-help .skeleton__wrapper > div,
    .search-box-form .row > div,
    .search-box-form .skeleton .skeleton__wrapper > div,
    .skeleton .search-box-form .skeleton__wrapper > div {
        margin-top: 30px;
    }
}

.not-found-help .row > div:first-child, .not-found-help .skeleton .skeleton__wrapper > div:first-child, .skeleton .not-found-help .skeleton__wrapper > div:first-child,
.search-box-form .row > div:first-child,
.search-box-form .skeleton .skeleton__wrapper > div:first-child,
.skeleton .search-box-form .skeleton__wrapper > div:first-child {
    margin-top: 0;
}

.not-found-help h2,
.search-box-form h2 {
    margin: 0;
    line-height: 42px;
}

.not-found-help .or,
.search-box-form .or {
    position: relative;
    top: 1px;
}

.not-found-help .btn-to-home,
.search-box-form .btn-to-home {
    width: 77%;
    max-width: 220px;
    margin-left: 24px;
    padding-right: 0;
    font-size: 13px;
}

.not-found-help .not-found-search,
.not-found-help .search-box-input,
.search-box-form .not-found-search,
.search-box-form .search-box-input {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 46px;
    margin: 0;
    padding: 0;
}

    .not-found-help .not-found-search form,
    .not-found-help .search-box-input form,
    .search-box-form .not-found-search form,
    .search-box-form .search-box-input form {
        width: 100%;
    }

@media (max-width: 767.98px) {
    .not-found-help .not-found-search form,
    .not-found-help .search-box-input form,
    .search-box-form .not-found-search form,
    .search-box-form .search-box-input form {
        max-width: 440px;
    }
}

.not-found-help .not-found-search form .button.search-icon,
.not-found-help .search-box-input form .button.search-icon,
.search-box-form .not-found-search form .button.search-icon,
.search-box-form .search-box-input form .button.search-icon {
    height: 45px;
    border-bottom: solid 1px #fff;
    background: url("../img/icons/search-white.svg") center center no-repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.not-found-help .not-found-search form .search-input,
.not-found-help .search-box-input form .search-input,
.search-box-form .not-found-search form .search-input,
.search-box-form .search-box-input form .search-input {
    height: 46px;
    border-bottom: solid 1px #fff;
}

    .not-found-help .not-found-search form .search-input input,
    .not-found-help .search-box-input form .search-input input,
    .search-box-form .not-found-search form .search-input input,
    .search-box-form .search-box-input form .search-input input {
        color: #fff;
    }

        .not-found-help .not-found-search form .search-input input::-webkit-input-placeholder,
        .not-found-help .search-box-input form .search-input input::-webkit-input-placeholder,
        .search-box-form .not-found-search form .search-input input::-webkit-input-placeholder,
        .search-box-form .search-box-input form .search-input input::-webkit-input-placeholder {
            color: #fff;
        }

        .not-found-help .not-found-search form .search-input input:-ms-input-placeholder,
        .not-found-help .search-box-input form .search-input input:-ms-input-placeholder,
        .search-box-form .not-found-search form .search-input input:-ms-input-placeholder,
        .search-box-form .search-box-input form .search-input input:-ms-input-placeholder {
            color: #fff;
        }

        .not-found-help .not-found-search form .search-input input::-ms-input-placeholder,
        .not-found-help .search-box-input form .search-input input::-ms-input-placeholder,
        .search-box-form .not-found-search form .search-input input::-ms-input-placeholder,
        .search-box-form .search-box-input form .search-input input::-ms-input-placeholder {
            color: #fff;
        }

        .not-found-help .not-found-search form .search-input input::placeholder,
        .not-found-help .search-box-input form .search-input input::placeholder,
        .search-box-form .not-found-search form .search-input input::placeholder,
        .search-box-form .search-box-input form .search-input input::placeholder {
            color: #fff;
        }

        .not-found-help .not-found-search form .search-input input:-ms-input-placeholder,
        .not-found-help .search-box-input form .search-input input:-ms-input-placeholder,
        .search-box-form .not-found-search form .search-input input:-ms-input-placeholder,
        .search-box-form .search-box-input form .search-input input:-ms-input-placeholder {
            color: #fff;
        }

        .not-found-help .not-found-search form .search-input input::-ms-input-placeholder,
        .not-found-help .search-box-input form .search-input input::-ms-input-placeholder,
        .search-box-form .not-found-search form .search-input input::-ms-input-placeholder,
        .search-box-form .search-box-input form .search-input input::-ms-input-placeholder {
            color: #fff;
        }

.search-box-form .search-box-input .button.search-icon {
    width: 46px;
    height: 46px;
    border-bottom: solid 1px #000;
    background: url("../img/icons/search.svg") center center no-repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
}

.search-box-form .search-box-input .search-input {
    height: 46px;
    border-bottom: solid 1px #000;
    position: absolute;
    left: 0;
    right: 46px;
    top: 0;
}

    .search-box-form .search-box-input .search-input input {
        display: block;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        border: none;
        outline: none;
        color: #000;
    }

        .search-box-form .search-box-input .search-input input::-webkit-input-placeholder {
            color: #171717;
        }

        .search-box-form .search-box-input .search-input input:-ms-input-placeholder {
            color: #171717;
        }

        .search-box-form .search-box-input .search-input input::-ms-input-placeholder {
            color: #171717;
        }

        .search-box-form .search-box-input .search-input input::placeholder {
            color: #171717;
        }

        .search-box-form .search-box-input .search-input input:-ms-input-placeholder {
            color: #171717;
        }

        .search-box-form .search-box-input .search-input input::-ms-input-placeholder {
            color: #171717;
        }

ul.column-list {
    margin: -15px;
    padding: 0;
}

    ul.column-list .column-list-item {
        display: inline-block;
        padding-left: 15px;
        padding-right: 15px;
        margin: 15px auto;
    }

        ul.column-list .column-list-item .card {
            max-width: 280px;
        }

/* Homepage Layout */
.homepage {
    max-width: 1920px;
}

/* subscribe, ex : .business/custody */
.section.subscribe-bar form .button-col {
    padding-top: 50px;
    text-align: left;
}

@media (max-width: 1199.98px) {
    .section.subscribe-bar form .button-col {
        padding-top: 50px;
    }
}

@media (max-width: 767.98px) {
    .section.subscribe-bar form .button-col {
        padding-top: 0;
    }
}

.section.subscribe-bar form .form-group {
    padding-top: 22px;
}

@media (max-width: 767.98px) {
    .section.subscribe-bar form .form-group {
        padding-top: 0;
    }
}

.section.subscribe-bar form .form-group label {
    font-size: 20px !important;
}

.section.subscribe-bar form input.form-control {
    font-size: 20px;
}

.m-anchors-see-more {
    font-family: 'latobold';
    font-size: 14px;
    text-align: left;
    line-height: 20px;
    color: #171717;
    margin: 20px 0px;
    position: relative;
    display: inline-block;
    padding-right: 30px;
}

    .m-anchors-see-more:hover {
        text-decoration: underline;
    }

    .m-anchors-see-more::after {
        position: absolute;
        content: '';
        background-image: url("../img/icons/arrow-right/arrow-right-363-yellow@2x.png");
        background-repeat: no-repeat;
        background-position: right center;
        width: 10px;
        height: 10px;
        right: 10px;
        top: 0px;
        bottom: 0px;
        margin: auto;
        background-size: contain;
    }

form,
.form {
    /* general form structure */
    /* form elements */
    /* text color option : white text */
    /* form input with icon */
}

    form .row, form .skeleton .skeleton__wrapper, .skeleton form .skeleton__wrapper,
    .form .row,
    .form .skeleton .skeleton__wrapper,
    .skeleton .form .skeleton__wrapper {
        margin-top: 20px;
        text-align: left;
    }

        form .row:first-child, form .skeleton .skeleton__wrapper:first-child, .skeleton form .skeleton__wrapper:first-child,
        .form .row:first-child,
        .form .skeleton .skeleton__wrapper:first-child,
        .skeleton .form .skeleton__wrapper:first-child {
            margin-top: 0 !important;
        }

        form .row.center, form .skeleton .center.skeleton__wrapper, .skeleton form .center.skeleton__wrapper,
        .form .row.center,
        .form .skeleton .center.skeleton__wrapper,
        .skeleton .form .center.skeleton__wrapper {
            text-align: center;
        }

        form .row.inline, form .skeleton .inline.skeleton__wrapper, .skeleton form .inline.skeleton__wrapper,
        .form .row.inline,
        .form .skeleton .inline.skeleton__wrapper,
        .skeleton .form .inline.skeleton__wrapper {
            display: inline-block;
        }

        form .row > *, form .skeleton .skeleton__wrapper > *, .skeleton form .skeleton__wrapper > *,
        .form .row > *,
        .form .skeleton .skeleton__wrapper > *,
        .skeleton .form .skeleton__wrapper > * {
            vertical-align: top;
    top: 10px;
    left: -4px;
}

        form .row.v-middle > *, form .skeleton .v-middle.skeleton__wrapper > *, .skeleton form .v-middle.skeleton__wrapper > *,
        .form .row.v-middle > *,
        .form .skeleton .v-middle.skeleton__wrapper > *,
        .skeleton .form .v-middle.skeleton__wrapper > * {
            vertical-align: middle;
        }

        form .row.v-bottom > *, form .skeleton .v-bottom.skeleton__wrapper > *, .skeleton form .v-bottom.skeleton__wrapper > *,
        .form .row.v-bottom > *,
        .form .skeleton .v-bottom.skeleton__wrapper > *,
        .skeleton .form .v-bottom.skeleton__wrapper > * {
            vertical-align: bottom;
        }

        form .row .note, form .skeleton .skeleton__wrapper .note, .skeleton form .skeleton__wrapper .note,
        .form .row .note,
        .form .skeleton .skeleton__wrapper .note,
        .skeleton .form .skeleton__wrapper .note {
            margin-top: 4px;
            font-size: 12px;
            line-height: 18px;
            text-align: left;
        }

            form .row .note a, form .skeleton .skeleton__wrapper .note a, .skeleton form .skeleton__wrapper .note a,
            .form .row .note a,
            .form .skeleton .skeleton__wrapper .note a,
            .skeleton .form .skeleton__wrapper .note a {
                color: #373737;
                font-family: 'latobold';
                text-decoration: none;
            }

                form .row .note a:hover, form .skeleton .skeleton__wrapper .note a:hover, .skeleton form .skeleton__wrapper .note a:hover,
                .form .row .note a:hover,
                .form .skeleton .skeleton__wrapper .note a:hover,
                .skeleton .form .skeleton__wrapper .note a:hover {
                    text-decoration: underline;
                }

    form.center,
    .form.center {
        text-align: center;
    }

    form .input,
    .form .input {
        display: inline-block;
        position: relative;
    }

        form .input.block,
        .form .input.block {
            display: block;
        }

        form .input.text,
        .form .input.text {
            padding: 5px 0 6px;
            border-bottom: solid 1px #000;
        }

            form .input.text input[type="text"],
            .form .input.text input[type="text"] {
                width: 100%;
                margin: 0;
                padding: 0;
                background: none;
                border: none;
                font-size: 19px;
                line-height: 23px;
            }

            form .input.text.with-icon,
            .form .input.text.with-icon {
                padding-right: 30px;
            }

                form .input.text.with-icon .icon,
                .form .input.text.with-icon .icon {
                    position: absolute;
                    right: 0;
                    top: 0;
                    bottom: 1px;
                    width: 23px;
                    height: 23px;
                    margin: auto;
                }

                    form .input.text.with-icon .icon img,
                    .form .input.text.with-icon .icon img {
                        max-width: 100%;
                        max-height: 100%;
                    }

        form .input.range,
        .form .input.range {
            height: 100px;
            padding-top: 40px;
            margin-left: 0;
            margin-right: 0;
            min-width: auto;
            width: 95%;
        }

@media (min-width: 1200px) {
    form .input.range,
    .form .input.range {
        max-width: 400px;
        width: 100%;
    }
}

form .input.range .rangeslider,
.form .input.range .rangeslider {
    background: #fff;
}

    form .input.range .rangeslider .rangeslider__labels,
    .form .input.range .rangeslider .rangeslider__labels {
        position: absolute;
        width: 100%;
        height: 0;
        z-index: 2;
        margin-top: 8px;
    }

    form .input.range .rangeslider .rangeslider__labels__label:first-child,
    .form .input.range .rangeslider .rangeslider__labels__label:first-child {
        float: left;
        left: 5%;
    }

@media screen and (min-width: 768px) {
    form .input.range .rangeslider .rangeslider__labels__label:first-child,
    .form .input.range .rangeslider .rangeslider__labels__label:first-child {
        left: 15px;
    }
}

form .input.range .rangeslider .rangeslider__labels__label:last-child,
.form .input.range .rangeslider .rangeslider__labels__label:last-child {
    float: right;
    right: 5%;
}

@media screen and (min-width: 768px) {
    form .input.range .rangeslider .rangeslider__labels__label:last-child,
    .form .input.range .rangeslider .rangeslider__labels__label:last-child {
        right: 15px;
    }
}

form .input.range .rangeslider .rangeslider__labels__label,
.form .input.range .rangeslider .rangeslider__labels__label {
    font-size: 14px;
    font-family: 'latobold';
    position: relative;
    top: 15px;
}

    form .input.range .rangeslider .rangeslider__labels__label:first-child,
    .form .input.range .rangeslider .rangeslider__labels__label:first-child {
        -webkit-transform: translateX(-40%);
        -ms-transform: translateX(-40%);
        transform: translateX(-40%);
    }

    form .input.range .rangeslider .rangeslider__labels__label:last-child,
    .form .input.range .rangeslider .rangeslider__labels__label:last-child {
        -webkit-transform: translateX(40%);
        -ms-transform: translateX(40%);
        transform: translateX(40%);
    }

form .input.range .rangeslider__fill,
.form .input.range .rangeslider__fill {
    background: #000;
}

form .input.range .rangeslider__handle,
.form .input.range .rangeslider__handle {
    width: 21px;
    height: 21px;
    background: #000;
    border: none;
}

    form .input.range .rangeslider__handle::after,
    .form .input.range .rangeslider__handle::after {
        display: none;
    }

form .input.range .rangeslider__handle__value,
.form .input.range .rangeslider__handle__value {
    position: absolute;
    left: 50%;
    top: -35px;
    font-family: 'latobold';
    font-size: 13px;
    line-height: 30px;
    padding: 0 7px;
    background: #fff;
    border-radius: 7px;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

form .input.range .rangeslider--horizontal,
.form .input.range .rangeslider--horizontal {
    height: 5px;
    top: 18px;
    width: auto;
}

    form .input.range .rangeslider--horizontal .rangeslider__handle,
    .form .input.range .rangeslider--horizontal .rangeslider__handle {
        top: -8px;
        -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    }

form .input.select-drum,
.form .input.select-drum {
    min-width: 240px;
    padding: 15px 0;
    text-align: center;
}

    form .input.select-drum .drum-wrapper,
    .form .input.select-drum .drum-wrapper {
        width: auto;
        height: 140px;
    }

        form .input.select-drum .drum-wrapper .inner,
        .form .input.select-drum .drum-wrapper .inner {
            height: 140px;
        }

            form .input.select-drum .drum-wrapper .inner::before, form .input.select-drum .drum-wrapper .inner::after,
            .form .input.select-drum .drum-wrapper .inner::before,
            .form .input.select-drum .drum-wrapper .inner::after {
                content: '';
                display: block;
                height: 24px;
                position: absolute;
                left: 0;
                right: 0;
                z-index: 1;
            }

            form .input.select-drum .drum-wrapper .inner::before,
            .form .input.select-drum .drum-wrapper .inner::before {
                top: 0;
                background: url("../img/bg/drum-fade.png") center bottom repeat-x;
            }

            form .input.select-drum .drum-wrapper .inner::after,
            .form .input.select-drum .drum-wrapper .inner::after {
                bottom: 0;
                background: url("../img/bg/drum-fade.png") center top repeat-x;
            }

        form .input.select-drum .drum-wrapper .container,
        .form .input.select-drum .drum-wrapper .container {
            height: 40px;
            padding: 0;
            margin: auto;
            line-height: 40px;
            background: #fff;
            border-radius: 7px;
            -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
            top: 0;
            bottom: 0;
        }

        form .input.select-drum .drum-wrapper .drum,
        .form .input.select-drum .drum-wrapper .drum {
            height: 32px;
            margin: auto;
            top: 0;
            bottom: 0;
            -webkit-transition: -webkit-transform 0.3s;
            transition: -webkit-transform 0.3s;
            transition: transform 0.3s;
            transition: transform 0.3s, -webkit-transform 0.3s;
        }

            form .input.select-drum .drum-wrapper .drum.no-trans,
            .form .input.select-drum .drum-wrapper .drum.no-trans {
                -webkit-transition: none;
                transition: none;
            }

        form .input.select-drum .drum-wrapper figure,
        .form .input.select-drum .drum-wrapper figure {
            height: 32px;
            padding: 0;
            line-height: 30px;
            text-align: center;
            -webkit-transition: opacity 0.3s;
            transition: opacity 0.3s;
        }

        form .input.select-drum .drum-wrapper .dial,
        .form .input.select-drum .drum-wrapper .dial {
            display: block !important;
            height: 20px;
            background: none;
            cursor: pointer;
        }

            form .input.select-drum .drum-wrapper .dial.up,
            .form .input.select-drum .drum-wrapper .dial.up {
                top: -15px;
            }

            form .input.select-drum .drum-wrapper .dial.down,
            .form .input.select-drum .drum-wrapper .dial.down {
                bottom: -15px;
            }

            form .input.select-drum .drum-wrapper .dial svg,
            .form .input.select-drum .drum-wrapper .dial svg {
                left: 0;
                right: 0;
                margin: auto;
            }

form .field-note,
.form .field-note {
    display: inline-block;
    font-family: 'latobold';
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    padding-right: 20px;
    margin-top: 9px;
    position: relative;
}

    form .field-note i,
    .form .field-note i {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        height: 14px;
        margin: auto;
    }

form.white,
.form.white {
    color: #fff;
}

    form.white .input.text,
    .form.white .input.text {
        border-color: #fff;
    }

        form.white .input.text input,
        .form.white .input.text input {
            color: #fff;
        }

form .left-inner-addon,
.form .left-inner-addon {
    position: relative;
}

    form .left-inner-addon span,
    .form .left-inner-addon span {
        position: absolute;
        padding: 10px 12px;
        pointer-events: none;
    }

    form .left-inner-addon input.form-control,
    .form .left-inner-addon input.form-control {
        padding-left: 30px;
    }

form .right-inner-addon,
.form .right-inner-addon {
    position: relative;
}

    form .right-inner-addon span,
    .form .right-inner-addon span {
        position: absolute;
        right: 0px;
        padding: 10px 12px;
        pointer-events: none;
    }

    form .right-inner-addon input.form-control,
    .form .right-inner-addon input.form-control {
        padding-right: 30px;
    }

form .upload {
    display: inline-block;
    color: #fff;
    text-transform: initial;
}

form .upload-title {
    color: #373737;
}

form .upload-wrapper {
    background-color: #373737;
    border-radius: 8px;
    padding: 1em;
    position: relative;
    overflow: hidden;
}

@media (min-width: 768px) and (orientation: portrait) {
    form .upload-wrapper {
        padding: 3em 4em;
    }
}

@media (min-width: 992px) {
    form .upload-wrapper {
        padding: 2em 3em;
    }
}

@media (min-width: 1440px) {
    form .upload-wrapper {
        padding: 4em;
    }
}

form .upload-wrapper .badge-button {
    width: auto;
    height: auto;
    position: relative;
}

    form .upload-wrapper .badge-button p {
        margin-top: 12px;
    }

    form .upload-wrapper .badge-button input[type="file"] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
        opacity: 0;
        cursor: pointer;
    }

form .upload-wrapper .upload-preview {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #373737;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 11;
}

form {
    /* set all input has min height 32px */
}

    form .row.add-padding-left, form .skeleton .add-padding-left.skeleton__wrapper, .skeleton form .add-padding-left.skeleton__wrapper,
    form .row .add-padding-left,
    form .skeleton .skeleton__wrapper .add-padding-left,
    .skeleton form .skeleton__wrapper .add-padding-left {
        padding-left: 30px;
    }

    form .row.add-padding-left, form .skeleton .add-padding-left.skeleton__wrapper, .skeleton form .add-padding-left.skeleton__wrapper,
    form .row .add-padding-left,
    form .skeleton .skeleton__wrapper .add-padding-left,
    .skeleton form .skeleton__wrapper .add-padding-left {
        padding-right: 30px;
    }

    form .form-group {
        position: relative;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 0;
        /* adjustment for custom input type range */
        /* type ahead selection list */
    }

        form .form-group.has-preloader:after {
            content: '';
            width: 40px;
            height: 40px;
            position: absolute;
            top: 0;
            right: 0;
            background-image: url("../img/pre-loader.gif");
            background-size: cover;
            background-repeat: no-repeat;
            top: 25px;
        }

        form .form-group.is-success:after {
            content: '';
            width: 20px;
            height: 20px;
            position: absolute;
            top: 0;
            right: 0;
            background-image: url("../img/icons/check-green.png");
            background-size: cover;
            background-repeat: no-repeat;
            top: 40px;
        }

        form .form-group .label {
            display: block;
            padding: 0;
            font-size: inherit;
            color: inherit;
            border-radius: 0;
            font-weight: normal;
            line-height: inherit;
            text-align: inherit;
        }

        form .form-group .input.range {
            margin-left: 0;
        }

        form .form-group .custom-list {
            top: 4.8rem;
            left: 15px;
            right: 15px;
            border-radius: 8px;
        }

    form input {
        min-height: 32px;
        height: 100%;
    }

    form label {
        position: relative;
        top: 2em;
        width: 100%;
        -webkit-transition: .2s;
        transition: .2s;
        margin-bottom: 0;
        padding-bottom: .5rem;
        opacity: .5;
        font-weight: normal;
        font-family: 'latobold';
    }

        form label.no-animation {
            position: initial;
            top: 0;
            opacity: 1;
            padding: 0;
            margin: 0;
            font-size: 16px !important;
            opacity: 1;
            margin-bottom: 10px;
        }

        form label.no-animation-xcash {
            position: initial;
            top: 0;
            opacity: 1;
            padding: 0;
            margin: 0;
            font-size: 14px !important;
            opacity: 1;
            margin-bottom: 10px;
        }

    form input[type="checkbox"],
    form input[type="radio"] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        margin: 0;
        opacity: 0;
    }

        form input[type="checkbox"] + label,
        form input[type="radio"] + label {
            cursor: pointer;
            position: relative;
        }

            form input[type="checkbox"] + label:before,
            form input[type="radio"] + label:before {
                content: '';
                cursor: pointer;
                display: inline-block;
                width: 15px;
                height: 15px;
                border: 2px solid #FFC600;
                border-radius: 50%;
                background-color: transparent;
                -webkit-box-shadow: 0 0px 0 1px;
                box-shadow: 0 0px 0 1px;
                position: absolute;
                top: 2px;
                left: -20px;
            }

        form input[type="checkbox"].hide-next-label + label:before,
        form input[type="radio"].hide-next-label + label:before {
            display: none;
        }

    form textarea,
    form textarea.form-control {
        background: none;
        border: none;
        border-bottom: solid 1px #373737;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        resize: none;
        padding: 6px 0;
        font-size: 14px;
        color: #373737;
    }

        form textarea:focus,
        form textarea.form-control:focus {
            border: none;
            border-bottom: solid 1px #373737;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    form input[type="radio"]:checked + label:before {
        background-color: #373737;
    }

    form .form-check {
        padding-left: 20px;
        position: relative;
    }

        form .form-check label {
            top: 0 !important;
            opacity: 1 !important;
            font-size: 14px;
            padding: 0;
            position: relative;
        }

    form .form-check-btn {
        padding-left: 0;
        margin: .5rem;
        display: inline-block;
    }

@media (min-width: 992px) {
    form .form-check-btn {
        margin: 1rem;
    }
}

form .form-check-btn .form-check-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    display: none;
}

form .form-check-btn .form-check-label {
    padding: .5rem 2rem;
    border-radius: 20px;
    background-color: #373737;
    color: #fff;
    text-align: center;
}

form .form-check-btn .form-check-input:checked ~ .form-check-label {
    background-color: #fff;
    color: #373737;
}

form .form-check-default input[type="checkbox"] + label,
form .form-check-default input[type="radio"] + label {
    position: absolute;
}

    form .form-check-default input[type="checkbox"] + label:before,
    form .form-check-default input[type="radio"] + label:before {
        border: 0;
        width: 25px;
        height: 25px;
        background-size: 12px;
        -webkit-box-shadow: 0 0px 0 2px;
        box-shadow: 0 0px 0 2px;
        top: 0;
    }

form .form-check-default input[type="checkbox"]:checked + label:before,
form .form-check-default input[type="radio"]:checked + label:before {
    background-image: url(../img/icons/ico-check-black.svg);
}

form .form-check.inline-block {
    display: inline-block;
    margin-right: 20px;
}

form input.form-control,
form input.form-control:focus,
form input.form-control:hover,
form select.form-control,
form select.form-control:focus,
form select.form-control:hover {
    padding-left: 0;
    padding-right: 0;
    background: none;
    border: none;
    border-bottom: 1px solid #373737;
    border-radius: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-appearance: none;
}

form .m2u-select,
form input {
    max-width: 340px;
}

    form .m2u-select.full,
    form input.full {
        max-width: none;
    }

    form input.form-control {
        color: #373737;
    }

form .form-control[readonly] {
    background: none;
}

.m2u-select {
    position: relative;
    line-height: 1;
}

    .m2u-select.no-title .title {
        display: none !important;
    }

    .m2u-select .select-custom {
        position: relative;
        max-height: 69px;
        border-bottom: 1px solid #373737;
    }

    .m2u-select .select-custom__header {
        cursor: pointer;
    }

        .m2u-select .select-custom__header .header__value {
            position: relative;
            top: 10px;
            padding-bottom: 1rem;
        }

            .m2u-select .select-custom__header .header__value .value {
                text-transform: capitalize;
            }

        .m2u-select .select-custom__header .label,
        .m2u-select .select-custom__header .title {
            text-transform: capitalize;
            position: relative;
            top: 2em;
            width: 100%;
            -webkit-transition: .2s;
            transition: .2s;
            margin-bottom: 0;
            padding-bottom: .5rem;
            opacity: .5;
            font-weight: 700;
        }

    .m2u-select .select-custom__lists {
        padding: 0;
        margin: 0;
        list-style-type: none;
        position: absolute;
        z-index: 10;
        left: 0;
        top: 2em;
        text-transform: capitalize;
        cursor: pointer;
        background-color: #373737;
        border-radius: 8px;
        -webkit-box-shadow: 0 1px 10px 0px;
        box-shadow: 0 1px 10px 0px;
        overflow: hidden;
        width: 100%;
        opacity: 1;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        max-height: 290px;
        overflow-y: auto;
    }

        .m2u-select .select-custom__lists.invisible {
            opacity: 0;
            -webkit-transform: translateY(-8px);
            -ms-transform: translateY(-8px);
            transform: translateY(-8px);
        }

        .m2u-select .select-custom__lists li {
            padding: .5rem 1rem;
            color: #fff;
            overflow: hidden;
        }

            .m2u-select .select-custom__lists li:hover, .m2u-select .select-custom__lists li:focus, .m2u-select .select-custom__lists li:active {
                color: #FFC600;
            }

            .m2u-select .select-custom__lists li::before {
                display: none;
            }

    .m2u-select .icon {
        position: absolute;
        right: 6px;
        top: 3px;
        font-size: smaller;
    }

    .m2u-select > select.form-control {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding-right: 2rem;
    }

        .m2u-select > select.form-control option.placeholder {
            display: block;
        }

@media (min-width: 992px) {
    .m2u-select > select.form-control option.placeholder {
        display: none;
    }
}

@media (max-width: 0px) {
    .m2u-select:after {
        content: "\e604";
        display: block;
        font-family: simple-line-icons;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: 12px;
        right: 6px;
        font-size: smaller;
    }
}

.m2u-select.without-select-input:after {
    content: initial;
}

.js-content-change-target {
    display: none;
}

    .js-content-change-target.default {
        display: block;
    }

.custom-list {
    display: none;
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 2em;
    text-transform: capitalize;
    cursor: pointer;
    background-color: #373737;
    -webkit-box-shadow: 0 1px 10px 0px;
    box-shadow: 0 1px 10px 0px;
    overflow: hidden;
    width: auto;
}

    .custom-list li {
        padding: .5rem 1rem;
        color: #fff;
        overflow: hidden;
    }

        .custom-list li:hover, .custom-list li:focus, .custom-list li:active {
            color: #FFC600;
        }

        .custom-list li::before {
            display: none;
        }

.m2u-form {
    position: relative;
    /* set autocomplete to have yellow background on chrome browsers */
    /* hover state for outlined button */
    /* input type file inside a button layout */
}

@media (min-width: 576px) {
    .m2u-form {
        top: 12vh;
    }
}

@media (min-width: 992px) {
    .m2u-form {
        top: 5.5em;
        left: 1em;
    }
}

@media screen and (max-width: 767px) {
    .m2u-form .container {
        padding-left: 0;
        padding-right: 0;
    }
}

.m2u-form input.form-control:-webkit-autofill,
.m2u-form textarea:-webkit-autofill,
.m2u-form select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #FFC600 inset;
    box-shadow: 0 0 0 30px #FFC600 inset;
}

.m2u-form .btn-outline-primary:hover, .m2u-form .btn-outline-primary:focus, .m2u-form .btn-outline-primary:active, .m2u-form .btn-outline-primary:active:focus, .m2u-form .btn-outline-primary:active:hover {
    border: 1px solid #373737;
}

.m2u-form .input-file-group .btn, .m2u-form .input-file-group .button-cta {
    margin-top: 15px;
    margin-bottom: 15px;
}

.m2u-form .input-file-group.file-selected .input-file-btn {
    display: none;
}

.m2u-form .input-file-group.file-selected .input-file-display {
    display: block;
}

.m2u-form .btn.input-file-btn, .m2u-form .input-file-btn.button-cta {
    position: relative;
    overflow: hidden;
}

    .m2u-form .btn.input-file-btn input[type="file"], .m2u-form .input-file-btn.button-cta input[type="file"] {
        display: block;
        font-size: 99px;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        opacity: 0;
    }

.m2u-form .btn.input-file-display, .m2u-form .input-file-display.button-cta {
    display: none;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    padding: 16px 88px 16px 67px;
    cursor: default;
}

    .m2u-form .btn.input-file-display:focus, .m2u-form .input-file-display.button-cta:focus, .m2u-form .btn.input-file-display:active, .m2u-form .input-file-display.button-cta:active, .m2u-form .btn.input-file-display:hover, .m2u-form .input-file-display.button-cta:hover {
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .m2u-form .btn.input-file-display img, .m2u-form .input-file-display.button-cta img {
        width: 22px;
        right: auto;
        left: 24px;
    }

    .m2u-form .btn.input-file-display span, .m2u-form .input-file-display.button-cta span {
        white-space: initial;
        word-break: break-all;
        overflow-wrap: break-word;
    }

    .m2u-form .btn.input-file-display .del, .m2u-form .input-file-display.button-cta .del {
        font-size: 12px;
        height: 38px;
        line-height: 18px;
        position: absolute;
        right: 14px;
        top: 0;
        bottom: 0;
        margin: auto;
        padding: 10px;
        color: #d0021b;
        cursor: pointer;
    }

.m2u-form input::-webkit-input-placeholder,
.m2u-form input.form-control::-webkit-input-placeholder,
.m2u-form input[type="text"]::-webkit-input-placeholder,
.m2u-form input[type="number"]::-webkit-input-placeholder,
.m2u-form input[type="email"]::-webkit-input-placeholder,
.m2u-form textarea::-webkit-input-placeholder {
    color: #9b7e1b;
}

.m2u-form input:-ms-input-placeholder,
.m2u-form input.form-control:-ms-input-placeholder,
.m2u-form input[type="text"]:-ms-input-placeholder,
.m2u-form input[type="number"]:-ms-input-placeholder,
.m2u-form input[type="email"]:-ms-input-placeholder,
.m2u-form textarea:-ms-input-placeholder {
    color: #9b7e1b;
}

.m2u-form input::-ms-input-placeholder,
.m2u-form input.form-control::-ms-input-placeholder,
.m2u-form input[type="text"]::-ms-input-placeholder,
.m2u-form input[type="number"]::-ms-input-placeholder,
.m2u-form input[type="email"]::-ms-input-placeholder,
.m2u-form textarea::-ms-input-placeholder {
    color: #9b7e1b;
}

.m2u-form input::placeholder,
.m2u-form input.form-control::placeholder,
.m2u-form input[type="text"]::placeholder,
.m2u-form input[type="number"]::placeholder,
.m2u-form input[type="email"]::placeholder,
.m2u-form textarea::placeholder {
    color: #9b7e1b;
}

.m2u-form input::-webkit-input-placeholder,
.m2u-form input.form-control::-webkit-input-placeholder,
.m2u-form input[type="text"]::-webkit-input-placeholder,
.m2u-form input[type="number"]::-webkit-input-placeholder,
.m2u-form input[type="email"]::-webkit-input-placeholder,
.m2u-form textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #9b7e1b;
}

.m2u-form input::-moz-placeholder,
.m2u-form input.form-control::-moz-placeholder,
.m2u-form input[type="text"]::-moz-placeholder,
.m2u-form input[type="number"]::-moz-placeholder,
.m2u-form input[type="email"]::-moz-placeholder,
.m2u-form textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #9b7e1b;
}

.m2u-form input:-ms-input-placeholder,
.m2u-form input.form-control:-ms-input-placeholder,
.m2u-form input[type="text"]:-ms-input-placeholder,
.m2u-form input[type="number"]:-ms-input-placeholder,
.m2u-form input[type="email"]:-ms-input-placeholder,
.m2u-form textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #9b7e1b;
}

.m2u-form input:-moz-placeholder,
.m2u-form input.form-control:-moz-placeholder,
.m2u-form input[type="text"]:-moz-placeholder,
.m2u-form input[type="number"]:-moz-placeholder,
.m2u-form input[type="email"]:-moz-placeholder,
.m2u-form textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #9b7e1b;
}

form .submission {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1rem;
    padding-top: 0;
    padding-bottom: 0;
}

    form .submission .btn, form .submission .button-cta {
        margin-right: 15px;
        margin-bottom: 15px;
    }

    form .submission .d-inline-block:last-child .btn, form .submission .d-inline-block:last-child .button-cta {
        margin-right: 0;
    }

    form .submission .d-inline-block:first-child,
    form .submission .btn:first-child,
    form .submission .button-cta:first-child {
        margin-left: 0;
    }

.step {
    margin-top: 0.8rem;
    margin-bottom: 2.5rem;
}

/** form steps/progress component */
.form-step {
    position: relative;
    display: inline-block;
    height: 34px;
}

.form-step-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}

.form-step-indicator {
    display: inline-block;
    border: 1px solid #373737;
    border-radius: 50%;
    margin-left: 15px;
    margin-right: 15px;
    overflow: hidden;
}

.form-step-indicator__outer {
    text-align: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #373737;
    color: #fff;
    border: 2.5px solid #FFC600;
}

.form-step-indicator.is-done {
    border-color: #389a6e;
}

    .form-step-indicator.is-done .form-step-indicator__outer {
        background-color: #389a6e;
        cursor: pointer;
    }

.form-step-bar {
    display: block;
    height: 1px;
    border: .6px solid #fff;
    opacity: .6;
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form-step-bar-completion {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: width 1s ease;
    transition: width 1s ease;
    will-change: width;
    border: 0.6px solid #389a6e;
    height: 1px;
    opacity: .6;
}

.preloader > img {
    width: 70px;
}

@media (min-width: 576px) {
    .preloader > img {
        width: 40px;
    }
}

.push-away {
    position: absolute;
    left: -99999px;
}

.input-group-addon {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding-left: 0;
    position: relative;
}

    .input-group-addon.reverse {
        padding-left: 12px;
        padding-right: 0;
    }

input.form-control.has-error {
    border-bottom: 1px solid #f80000;
}

.form-error-message {
    font-size: 14px;
    color: #f80000;
}

.form-row .form-group input {
    height: 32px;
}

form.owl-carousel.owl-item {
    text-align: center;
}

@media (min-width: 576px) {
    form.owl-carousel.owl-item {
        text-align: initial;
    }
}

legend {
    border-bottom: 0;
    margin-bottom: .5rem;
}

::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

::placeholder {
    color: rgba(0, 0, 0, 0.5);
}

textarea::-webkit-input-placeholder {
    padding: 15px;
    color: rgba(0, 0, 0, 0.5);
}

textarea:-ms-input-placeholder {
    padding: 15px;
    color: rgba(0, 0, 0, 0.5);
}

textarea::-ms-input-placeholder {
    padding: 15px;
    color: rgba(0, 0, 0, 0.5);
}

textarea::placeholder {
    padding: 15px;
    color: rgba(0, 0, 0, 0.5);
}

textarea.form-control {
    border-color: #373737;
    resize: vertical;
}

.filter-row {
    margin-left: -50px;
    margin-right: -20px;
}

@media (min-width: 1200px) {
    .filter-row {
        margin-left: 0;
        margin-right: 0;
    }
}

.filter .owl-item {
    text-align: center;
}

@media (min-width: 768px) {
    .filter .owl-item {
        text-align: left;
    }
}

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
    content: '';
    background-image: url("../img/icons/ico-checked.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 2px;
}

.form-check-btn input[type="checkbox"]:checked + label:before, .form-check-btn
input[type="radio"]:checked + label:before {
    display: none !important;
}

@media screen and (max-width: 767px) {
    .slick-slider {
        margin-right: -15px;
    }
}

.slick-slider .slick-list {
    margin-left: 0;
    margin-right: 0;
}

.search-bar {
    width: 100%;
    padding: 18px 0;
    margin: auto;
}

    .search-bar form {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
        -webkit-transition: width 0.5s;
        transition: width 0.5s;
    }

        .search-bar form .button.search-icon {
            pointer-events: none;
            width: 39px;
            height: 39px;
            margin: auto;
            border-bottom: solid 2px #9d9d9d;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
        }

            .search-bar form .button.search-icon img {
                display: block;
                width: 20px;
                height: 20px;
                margin: auto;
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
            }

        .search-bar form .search-input {
            height: 39px;
            border-bottom: solid 2px #9d9d9d;
        }

            .search-bar form .search-input input {
                font-size: 16px;
                display: block;
                background: none;
                border: none;
                margin: 0;
                padding-left: 50px;
                width: 100%;
                max-width: none;
                height: 100%;
                color: #373737;
            }

                .search-bar form .search-input input:focus {
                    outline: none;
                }

    .search-bar .suggestion-list {
        background: #fff;
        width: 100%;
        padding: 15px 30px;
        position: absolute;
        left: 0;
        top: 100%;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

        .search-bar .suggestion-list .gray-text {
            font-size: 12px;
            margin: 0 0 2px;
        }

        .search-bar .suggestion-list a {
            display: block;
            padding: 5px 30px;
            margin: 0 -30px;
            font-size: 16px;
            text-decoration: none;
            color: #373737;
            background: #fff;
            -webkit-transition: background 0.3s;
            transition: background 0.3s;
        }

            .search-bar .suggestion-list a:hover {
                background: #ededed;
                text-decoration: none;
            }

        .search-bar .suggestion-list.active {
            visibility: visible;
            opacity: 1;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }

    .search-bar.active form {
        width: 100%;
    }

/* FORM INFO COMPONENT */
form .form-info {
    background-color: #f5f5f5;
    padding: 15px;
}

    form .form-info > * {
        font-size: 70%;
        line-height: 1.3;
        color: #9d9d9d;
    }

    form .form-info span {
        color: #7d7d7d;
    }

/* Contact Us Form Specific Styling  */
form#contact-us input,
form#contact-us select,
form#contact-us .m2u-select {
    max-width: 100%;
}

form .col-title {
    margin-bottom: 10px;
}

.form-ktp-upload .form-error-message {
    opacity: 0;
    text-align: center;
    margin-top: 7px;
    font-size: 16px;
}

    .form-ktp-upload .form-error-message.active {
        -webkit-transition: opacity .5s ease-in-out;
        transition: opacity .5s ease-in-out;
        opacity: 1;
    }

.form-ktp-preview {
    display: none;
}

    .form-ktp-preview > img {
        max-width: 350px;
        width: 100%;
    }

    .form-ktp-preview div {
        margin-top: 15px;
    }

    .form-ktp-preview a {
        color: #171717;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 20px;
        font-weight: bold;
        vertical-align: bottom;
    }

        .form-ktp-preview a img {
            margin-right: 5px;
        }

/* IMAGE VERIFICATION RADIO BUTTON */
.image-verification .iv-box {
    width: 100%;
    padding-top: 100%;
    position: relative;
    background: #fff;
    border-radius: 7px;
    border: solid 4px #fff;
    margin-bottom: 15px;
    cursor: pointer;
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
}

    .image-verification .iv-box.selected {
        border: solid 4px #389a6e;
    }

    .image-verification .iv-box input {
        cursor: pointer;
    }

    .image-verification .iv-box img {
        position: absolute;
        max-width: 100%;
        max-height: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

.button {
    display: inline-block;
    height: auto;
    margin-left: 12px;
    text-align: center;
    text-shadow: none;
    position: relative;
    opacity: 1;
    cursor: pointer;
    -webkit-box-sizing: initial;
    box-sizing: initial;
    /* as link hover state */
}

    .button::before {
        -webkit-transform: initial !important;
        -ms-transform: initial !important;
        transform: initial !important;
        background-color: transparent !important;
    }

    .button::after {
        display: none !important;
    }

    .button:first-child {
        margin-left: 0;
    }

    .button img {
        display: none;
    }

    .button input {
        display: block;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        border: none;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        cursor: pointer;
    }

    .button.box, .button.rounded, .button.pill {
        /* the default is black border & text */
        height: 38px;
        padding: 0 20px;
        border: solid 1px #373737;
        font-family: 'latobold';
        font-size: 12px;
        line-height: 38px;
        color: #373737;
        /* color options :white border & text */
        /* color options :white border & bg, black text */
        /* color options :black border & bg, white text */
        /* color options :yellow border & bg, black text */
        /* button with image or bg image as icon */
    }

        .button.box.light, .button.rounded.light, .button.pill.light {
            border-color: #fff;
            color: #fff;
        }

        .button.box.solid, .button.rounded.solid, .button.pill.solid {
            border-color: #fff;
            background: #fff;
            -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
        }

        .button.box.solid-dark, .button.rounded.solid-dark, .button.pill.solid-dark {
            border-color: #373737;
            background: #373737;
            color: #fff;
            -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
        }

        .button.box.solid-yellow, .button.rounded.solid-yellow, .button.pill.solid-yellow {
            border-color: #FFC600;
            background: #FFC600;
            color: #373737;
            -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
        }

        .button.box.icon-left::before, .button.box.icon-right::before, .button.rounded.icon-left::before, .button.rounded.icon-right::before, .button.pill.icon-left::before, .button.pill.icon-right::before {
            content: '';
            width: 65px;
            height: 100%;
            position: absolute;
            background-position: center center;
            background-repeat: no-repeat;
        }

        .button.box.icon-left img, .button.box.icon-right img, .button.rounded.icon-left img, .button.rounded.icon-right img, .button.pill.icon-left img, .button.pill.icon-right img {
            display: block;
            width: 25px;
            height: auto;
            margin: auto;
            position: absolute;
            top: 0;
            bottom: 0;
        }

        .button.box.icon-left, .button.rounded.icon-left, .button.pill.icon-left {
            padding-left: 55px;
        }

            .button.box.icon-left::before, .button.rounded.icon-left::before, .button.pill.icon-left::before {
                left: 0;
                right: auto;
            }

            .button.box.icon-left img, .button.rounded.icon-left img, .button.pill.icon-left img {
                left: 20px;
            }

        .button.box.icon-right, .button.rounded.icon-right, .button.pill.icon-right {
            padding-right: 55px;
        }

            .button.box.icon-right::before, .button.rounded.icon-right::before, .button.pill.icon-right::before {
                right: 0;
                left: auto;
            }

            .button.box.icon-right img, .button.rounded.icon-right img, .button.pill.icon-right img {
                right: 20px;
            }

    .button.box {
        border-radius: 0 !important;
    }

    .button.rounded {
        border-radius: 7px !important;
    }

    .button.pill {
        border-radius: 100px !important;
    }

    .button.block {
        display: block;
        padding: 0;
        text-align: center;
    }

    .button.align-left {
        text-align: left;
    }

    .button.align-right {
        text-align: right;
    }

    .button:hover, .button:active, .button:focus {
        text-decoration: none;
    }

.socmed-row {
    margin-left: -5px;
    margin-left: -5px;
}

.socmed-button {
    display: inline-block;
    width: 32px;
    height: 32px;
    position: relative;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
}

    .socmed-button span {
        text-indent: -9999px;
    }

    .socmed-button img {
        display: inline;
        -webkit-transition: .2s;
        transition: .2s;
    }

        .socmed-button img.default {
            opacity: 1;
        }

        .socmed-button img.active {
            opacity: 0;
            position: absolute;
            top: 0;
            left: 0;
        }

    .socmed-button:hover img.active {
        opacity: 1;
    }

    .socmed-button:hover img.default {
        opacity: 0;
    }

/** Generic Buttons */
.btn, .button-cta {
    text-transform: uppercase;
    padding: 12px 24px;
    border-radius: 8px;
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

    .btn.wide, .wide.button-cta {
        padding-left: 64px;
        padding-left: 4rem;
        padding-right: 64px;
        padding-right: 4rem;
    }

    .btn.addon, .btn.addon--small, .addon--small.button-cta, .addon.button-cta {
        padding-right: 96px;
        padding-right: 6rem;
        padding-left: 16px;
        padding-left: 1rem;
        position: relative;
        text-align: left;
    }

        .btn.addon img, .btn.addon--small img, .addon--small.button-cta img, .addon.button-cta img,
        .btn.addon svg,
        .btn.addon--small svg,
        .addon--small.button-cta svg,
        .addon.button-cta svg,
        .btn.addon .symbol,
        .btn.addon--small .symbol,
        .addon--small.button-cta .symbol,
        .addon.button-cta .symbol {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 7%;
            width: 12px;
            /* exception for premier-wealth button, which arrow
               change color when hovered =___= */
        }

            .btn.addon img.hover, .btn.addon--small img.hover, .addon--small.button-cta img.hover, .addon.button-cta img.hover,
            .btn.addon svg.hover,
            .btn.addon--small svg.hover,
            .addon--small.button-cta svg.hover,
            .addon.button-cta svg.hover,
            .btn.addon .symbol.hover,
            .btn.addon--small .symbol.hover,
            .addon--small.button-cta .symbol.hover,
            .addon.button-cta .symbol.hover {
                display: none;
            }


        .btn.addon .symbol,
        .btn.addon--small .symbol,
        .addon--small.button-cta .symbol,
        .addon.button-cta .symbol {
            font-size: 17px;
            width: auto;
        }

        .btn.addon.free-img-size img, .btn.free-img-size.addon--small img, .free-img-size.addon--small.button-cta img, .addon.free-img-size.button-cta img,
        .btn.addon.free-img-size svg,
        .btn.free-img-size.addon--small svg,
        .free-img-size.addon--small.button-cta svg,
        .addon.free-img-size.button-cta svg {
            width: auto;
        }

    .btn.addon-reverse, .btn.addon-reverse--small, .addon-reverse--small.button-cta, .addon-reverse.button-cta {
        padding-right: 16px;
        padding-right: 1rem;
        padding-left: 96px;
        padding-left: 6rem;
        position: relative;
        text-align: right;
    }

        .btn.addon-reverse img, .btn.addon-reverse--small img, .addon-reverse--small.button-cta img, .addon-reverse.button-cta img,
        .btn.addon-reverse svg,
        .btn.addon-reverse--small svg,
        .addon-reverse--small.button-cta svg,
        .addon-reverse.button-cta svg,
        .btn.addon-reverse .symbol,
        .btn.addon-reverse--small .symbol,
        .addon-reverse--small.button-cta .symbol,
        .addon-reverse.button-cta .symbol {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 7%;
            width: 12px;
        }


        .btn.addon-reverse .symbol,
        .btn.addon-reverse--small .symbol,
        .addon-reverse--small.button-cta .symbol,
        .addon-reverse.button-cta .symbol {
            font-size: 17px;
            width: auto;
        }

    .btn.no-shadow, .no-shadow.button-cta {
        -webkit-box-shadow: 0 0 0 0;
        box-shadow: 0 0 0 0;
    }

    .btn.btn-grey, .btn-grey.button-cta {
        background-color: #f5f5f5;
    }

        .btn.btn-grey:hover, .btn-grey.button-cta:hover {
            outline: 0;
            color: #373737;
            border-color: transparent;
            background-color: #FFC600;
        }

.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 !important;
}

    .btn-link.addon img, .btn-link.btn.addon--small img, .btn-link.addon--small.button-cta img {
        position: relative;
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        right: -10px;
    }

    .btn-link.btn-green {
        color: #389a6e;
    }

    .btn-link.btn-grey {
        background-color: transparent;
        color: #9d9d9d;
    }

        .btn-link.btn-grey:hover {
            background-color: transparent;
        }

    .btn-link.btn-white {
        color: #fff;
    }

.btn-primary, .dark .btn-outline-primary,
.btn-outline-light, .pw .btn-outline-primary {
    cursor: pointer;
    color: #fff;
    background: #000;
    border-color: #000;
}

    .btn-primary:hover, .dark .btn-outline-primary:hover,
    .btn-outline-light:hover, .pw .btn-outline-primary:hover {
        background-color: #373737;
        color: #fff;
    }

    .btn-primary:focus, .dark .btn-outline-primary:focus,
    .btn-outline-light:focus, .pw .btn-outline-primary:focus, .btn-primary:active, .dark .btn-outline-primary:active,
    .btn-outline-light:active, .pw .btn-outline-primary:active, .btn-primary:active:focus, .dark .btn-outline-primary:active:focus,
    .btn-outline-light:active:focus, .pw .btn-outline-primary:active:focus, .btn-primary:active:hover, .dark .btn-outline-primary:active:hover,
    .btn-outline-light:active:hover, .pw .btn-outline-primary:active:hover {
        background-color: #7d7d7d;
        border-color: #7d7d7d;
        outline: 0;
        color: #fff;
    }

.btn-outline-primary {
    border: 1px solid #373737;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #373737;
    outline: inherit;
}

    .btn-outline-primary:hover, .btn-outline-primary.selected {
        outline: 0;
        color: #373737;
        border-color: #ffcc1a;
        background-color: #ffcc1a;
    }

    .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary:active:focus, .btn-outline-primary:active:hover {
        outline: 0;
        color: #373737;
        border-color: #ffcc1a;
        background-color: #ffd74d;
    }

    .btn-outline-primary.btn-white {
        border-color: #fff;
        color: #fff;
    }

@media (max-width: 991.98px) {
    .btn-outline-primary.btn-white {
        padding: 12px 14px;
    }

        .btn-outline-primary.btn-white.mr-3 {
            margin-left: 1rem !important;
            margin-left: 16px;
            margin-left: 1rem;
        }
}

.btn-outline-primary.btn-white:focus, .btn-outline-primary.btn-white:active, .btn-outline-primary.btn-white:hover {
    border-color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

/* for dark themed banner button */
.dark .btn-outline-primary,
.btn-outline-light {
    border-color: #fff;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}

    .dark .btn-outline-primary:hover, .dark .btn-outline-primary.selected,
    .btn-outline-light:hover,
    .btn-outline-light.selected {
        outline: 0;
        color: #373737;
        border-color: transparent;
        background-color: #ffcc1a;
    }

        .dark .btn-outline-primary:hover img, .dark .btn-outline-primary.selected img,
        .btn-outline-light:hover img,
        .btn-outline-light.selected img {
            display: none;
        }

            .dark .btn-outline-primary:hover img.hover, .dark .btn-outline-primary.selected img.hover,
            .btn-outline-light:hover img.hover,
            .btn-outline-light.selected img.hover {
                display: inline-block;
            }

    .dark .btn-outline-primary:focus, .dark .btn-outline-primary:active, .dark .btn-outline-primary:active:focus, .dark .btn-outline-primary:active:hover,
    .btn-outline-light:focus,
    .btn-outline-light:active,
    .btn-outline-light:active:focus,
    .btn-outline-light:active:hover {
        outline: 0;
        color: #373737;
        border-color: transparent;
        background-color: #ffd74d;
    }

/* for premier-wealth themed banner button */
.pw .btn-outline-primary {
    border-color: #baa285;
    background-color: #1e180f;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #baa285;
}

    .pw .btn-outline-primary:hover, .pw .btn-outline-primary.selected {
        outline: 0;
        color: #373737;
        border-color: transparent;
        background-color: #c3ae95;
    }

        .pw .btn-outline-primary:hover img, .pw .btn-outline-primary.selected img {
            display: none;
        }

            .pw .btn-outline-primary:hover img.hover, .pw .btn-outline-primary.selected img.hover {
                display: inline-block;
            }

    .pw .btn-outline-primary:focus, .pw .btn-outline-primary:active, .pw .btn-outline-primary:active:focus, .pw .btn-outline-primary:active:hover {
        outline: 0;
        color: #373737;
        border-color: transparent;
        background-color: #d6c7b6;
    }

.btn-secondary {
    color: #373737;
    background-color: #FFC600;
    border-color: #FFC600;
}

    .btn-secondary:hover {
        color: #373737;
        border-color: #ffcc1a;
        background-color: #ffcc1a;
    }

    .btn-secondary:active, .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary:active:hover {
        color: #373737;
        border-color: #ffd133;
        background-color: #ffd133;
    }

.btn-tertiary {
    color: #fff;
    background-color: #389a6e;
    border-color: #389a6e;
}

    .btn-tertiary:hover {
        color: #fff;
        border-color: #3fad7b;
        background-color: #3fad7b;
    }

    .btn-tertiary:active, .btn-tertiary:focus, .btn-tertiary:active:focus, .btn-tertiary:active:hover {
        color: #fff;
        border-color: #48bd88;
        background-color: #48bd88;
    }

.btn-login {
    background-color: #FFC600 !important;
    color: #373737 !important;
    padding: 6px 12px;
}

/** addons */
.btn.addon--small, .addon--small.button-cta {
    padding-right: 48px;
    padding-right: 3rem;
}

.btn.addon-reverse--small, .addon-reverse--small.button-cta {
    padding-left: 48px;
    padding-left: 3rem;
}

    .btn.addon-reverse img.ico-pin, .btn.addon-reverse--small img.ico-pin, .addon-reverse--small.button-cta img.ico-pin, .addon-reverse.button-cta img.ico-pin,
    .btn.addon img.ico-pin,
    .btn.addon--small img.ico-pin,
    .addon--small.button-cta img.ico-pin,
    .addon.button-cta img.ico-pin {
        width: 20px;
        height: 20px;
    }

/** Specific Buttons */
.btn-back {
    width: 100%;
    max-width: 100px;
    padding-left: 0 !important;
    border-color: transparent;
    color: #fff;
}

    .btn-back #arrow-left {
        fill: #fff;
    }

@media screen and (min-width: 768px) {
    .btn-back {
        border-color: #fff;
    }
}

@media screen and (max-width: 767px) {
    .btn-back {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.btn-back .text {
    visibility: hidden;
}

@media screen and (min-width: 768px) {
    .btn-back .text {
        visibility: visible;
    }
}

.btn-back:hover, .btn-back:active, .btn-back:focus, .btn-back:active:hover, .btn-back:active:focus {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #fff;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .btn-back:hover, .btn-back:active, .btn-back:focus, .btn-back:active:hover, .btn-back:active:focus {
        background-color: transparent;
        border-color: transparent;
    }
}

.btn-back img,
.btn-back svg {
    left: 17% !important;
}

.button-cta {
    color: #fff !important;
    background-color: #389a6e;
    border-color: #389a6e;
    text-align: center;
    padding: 12px 20px;
    font-size: 14px;
    height: 45px;
    position: relative;
}

    .button-cta:hover {
        color: #fff;
        border-color: #3fad7b;
        background-color: #3fad7b;
    }

    .button-cta:active, .button-cta:focus, .button-cta:active:focus, .button-cta:active:hover {
        color: #fff;
        border-color: #48bd88;
        background-color: #48bd88;
    }

    .button-cta.with-arrow-right {
        padding: 12px 30px 12px 12px;
        text-align: left;
    }

        .button-cta.with-arrow-right::after {
            right: 10px;
        }

        .button-cta.with-arrow-right:hover {
            color: #fff !important;
        }

    .button-cta.with-arrow-left {
        padding: 12px 12px 12px 30px;
        text-align: right;
    }

        .button-cta.with-arrow-left::after {
            left: 14px;
            -webkit-transform: scaleX(-1);
            -ms-transform: scaleX(-1);
            transform: scaleX(-1);
        }

        .button-cta.with-arrow-right::after, .button-cta.with-arrow-left::after {
            position: absolute;
            content: '';
            background-image: url("../img/icons/arrow-right/arrow-right-363@2x.png");
            background-repeat: no-repeat;
            background-position: right center;
            width: 10px;
            height: 10px;
            top: 0px;
            bottom: 0px;
            margin: auto;
            background-size: contain;
        }

        .button-cta.with-arrow-right:hover::after, .button-cta.with-arrow-left:hover::after {
            filter: brightness(0);
            -webkit-filter: brightness(0);
            -moz-filter: brightness(0);
            -ms-filter: brightness(0);
        }

    .button-cta.outlined {
        border: 1px solid #fff;
        background-color: transparent;
        color: #fff !important;
    }

        .button-cta.outlined:hover {
            -webkit-box-shadow: none;
            box-shadow: none;
            background-color: rgba(255, 255, 255, 0.1);
        }

            .button-cta.outlined:hover #arrow-left {
                color: #fff;
            }

.cta a.button-cta {
    color: #fff !important;
}

.button.icon-left, .button.icon-right {
    /* these are used in home chat - card detail popup */
    /* these are used in login popup */
}

    .button.icon-left.compare::before, .button.icon-right.compare::before {
        background-image: url("../img/icons/compare.png");
    }

    .button.icon-left.close, .button.icon-right.close {
        width: auto;
    }

        .button.icon-left.close::before, .button.icon-right.close::before {
            background-image: url("../img/icons/close.png");
        }

    .button.icon-left.proceed::before, .button.icon-right.proceed::before {
        width: 39px;
        background-image: url("../img/icons/arrow-circle-right.png");
    }

    .button.icon-left.proceed.icon-only, .button.icon-right.proceed.icon-only {
        width: 0 !important;
        padding-left: 0 !important;
        padding-right: 39px !important;
        text-indent: 50px !important;
        overflow: hidden !important;
    }

    .button.icon-left.lock::before, .button.icon-right.lock::before {
        background-image: url("../img/icons/lock.svg");
    }

    .button.icon-left.user::before, .button.icon-right.user::before {
        background-image: url("../img/icons/user.svg");
    }

table.table-custom {
    overflow: hidden;
    border-radius: 7px 7px 0 0;
    /*
        tr:first-child {
            th {
                border-top:none;
            }
        }
        th:first-child {
            border-left:none;
        }
        */
}

    table.table-custom tr:nth-of-type(odd) {
        background-color: #f5f5f5;
    }

    table.table-custom tr:nth-of-type(even) {
        background-color: #fff;
    }

    table.table-custom th,
    table.table-custom td {
        padding: 10px 12px;
        min-width: 170px;
        max-width: 300px;
        word-wrap: break-word;
    }

@media (min-width: 576px) {
    table.table-custom th,
    table.table-custom td {
        padding: 20px 25px;
    }
}

table.table-custom th {
    background-color: #FFC600;
    font-family: 'latobold';
    font-weight: normal;
    vertical-align: top;
}

table.table-custom tr.bordered th {
    border-top: solid 1px #fff;
    border-left: solid 1px #fff;
}

    table.table-custom tr.bordered th.no-border-top {
        border-top: none;
    }

    table.table-custom tr.bordered th.no-border-left {
        border-left: none;
    }

table.table-custom td.th {
    background-color: #FFC600;
}

table.table-custom td .country-ball {
    width: 20px;
    height: 20px;
    margin-right: 7px;
    border-radius: 100px;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    float: left;
    position: relative;
    top: 2px;
}

    table.table-custom td .country-ball img {
        display: block;
        width: 100%;
        height: 100%;
    }

table.table-custom td .stock-up, table.table-custom td.stock-up {
    color: #0FA07B;
}

table.table-custom td .stock-down, table.table-custom td.stock-down {
    color: #D0021B;
}

table.table-custom .with-border tr:first-child th {
    border-top: 0;
}

table.table-custom .with-border th {
    border: 1px solid #fff;
    border-bottom: 0;
}

    table.table-custom .with-border th:first-child {
        border-left: 0;
    }

    table.table-custom .with-border th:last-child {
        border-right: 0;
    }

table.full-table-width {
    width: 100%;
}

table.auto-td-width th,
table.auto-td-width td {
    min-width: 0;
}

table.no-stripe-bg tr,
table.no-stripe-bg.table-custom tr {
    background: none;
}

table.table > thead > tr > th,
table.table > tbody > tr > th,
table.table > tfoot > tr > th {
    border-width: 1px;
    color: rgba(55, 55, 55, 0.6);
}

table.table > thead > tr > th,
table.table > thead > tr > td,
table.table > tbody > tr > th,
table.table > tbody > tr > td,
table.table > tfoot > tr > th,
table.table > tfoot > tr > td {
    padding: 15px 8px;
}

table.table.table-border-bottom > thead > tr > th,
table.table.table-border-bottom > thead > tr td,
table.table.table-border-bottom > tbody > tr > th,
table.table.table-border-bottom > tbody > tr td,
table.table.table-border-bottom > tfoot > tr > th,
table.table.table-border-bottom > tfoot > tr td {
    border-top: 0;
    border-bottom: 1px solid #ddd;
}

.table-transparent.bg-gray, .table-transparent.bg-grey {
    background-color: #d9d9d9 !important;
}

.table-transparent th,
.table-transparent tr,
.table-transparent td {
    padding: 5px;
    border: 0 !important;
}

@media (max-width: 991.98px) {
    .table-responsive {
        border: 0;
        border-radius: 7px 7px 0 0;
    }
}

@media (min-width: 768px) {
    .table-responsive {
        width: 100%;
        height: auto;
        overflow: auto;
    }
}

.table-responsive-rows-down .table-columns-head {
    display: none;
    color: rgba(55, 55, 55, 0.6);
}

@media (max-width: 991.98px) {
    .table-responsive-rows-down .table-columns-head {
        display: block;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-rows-down table {
        display: block;
    }

        .table-responsive-rows-down table thead {
            display: none;
        }

        .table-responsive-rows-down table tr,
        .table-responsive-rows-down table td {
            display: block;
        }

        .table-responsive-rows-down table tr {
            border-top: 1px solid #ddd;
            padding: 10px 0 20px;
        }

            .table-responsive-rows-down table tr:last-child {
                border-bottom: 1px solid #ddd;
            }

            .table-responsive-rows-down table tr:after {
                content: '';
                display: block;
                clear: both;
            }

        .table-responsive-rows-down table td {
            border: 0 !important;
        }

            .table-responsive-rows-down table td.table-columns-two {
                width: 50%;
                float: left;
            }

            .table-responsive-rows-down table td.table-coloumns-with-check {
                display: table-cell;
                vertical-align: top;
                padding-left: 0;
                padding-top: 20px;
                padding-right: 15px;
            }

            .table-responsive-rows-down table td.table-coloumns-with-check-desc {
                display: table-cell;
                vertical-align: top;
            }
}

/* wrap your table with this class if you want this to be scrollable past its width */
.table-overflow {
    overflow: auto;
}

    .table-overflow table {
        white-space: nowrap;
        border-radius: 8px;
        /* make table centered on smaller screen - landscape */
    }

@media screen and (max-width: 767px) and (orientation: landscape) {
    .table-overflow table {
        margin: 0 auto;
    }
}

.table-overflow table tr:nth-child(even) {
    background-color: #fff;
}

.table-overflow table tr:nth-child(odd) {
    background-color: #f5f5f5;
}

.stock-market table {
    width: 100%;
    margin-top: 30px;
}

    .stock-market table tr td, .stock-market table tr th {
        padding: 14px 20px;
        font-size: 14px;
    }

@media (max-width: 767.98px) {
    .stock-market table tr td, .stock-market table tr th {
        padding: 10px 12px;
    }
}

.stock-market table tr td {
    overflow-wrap: break-word;
}

.stock-market table td .country-ball {
    top: 0;
}

.stock-market table:first-child {
    margin-top: 0;
}

.stock-market .stock-footer {
    background: #fff !important;
}

.stock-market .stock-date {
    color: rgba(55, 55, 55, 0.5);
    font-size: 12px;
}

.stock-market .stock-logo {
    text-align: right;
}

    .stock-market .stock-logo img {
        height: 20px;
    }

.m-accordion {
    display: block;
}

    .m-accordion .a-title {
        font-size: 16px;
        padding: 19px 30px;
        position: relative;
        border-bottom: 1px solid #383838;
        display: block;
        font-weight: bold;
    }

        .m-accordion .a-title:focus, .m-accordion .a-title:hover {
            text-decoration: none;
        }

        .m-accordion .a-title::before {
            content: '';
            position: absolute;
            width: 6px;
            height: 11px;
            background-image: url("../img/icons/nav-next.png");
            background-repeat: no-repeat;
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
            right: 10px;
            top: 0px;
            bottom: 0px;
            margin: auto;
        }

    .m-accordion .a-content {
        padding: 30px;
        display: none;
    }

    .m-accordion .accordion-list:first-child .a-title {
        border-top: 1px solid #383838;
    }

    .m-accordion .accordion-list:first-child .a-content {
        display: block;
    }

    .m-accordion.active .a-title::before {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

.page-banner, .page-banner--as-bg {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 290px;
    overflow: hidden;
}

@media screen and (min-width: 1200px) {
    .page-banner, .page-banner--as-bg {
        height: 300px;
    }
}

.page-banner--large {
    height: 320px;
}

@media screen and (min-width: 1200px) {
    .page-banner--large {
        height: 360px;
    }
}

.page-banner-body {
    padding: 48px 0px;
    padding: 3rem 0rem;
}

@media (min-width: 768px) {
    .page-banner-search {
        padding-top: 60px;
    }
}

.page-banner-search .form-group {
    padding-right: 30px;
    padding-top: 3px;
}

.page-banner-search form input.form-control {
    padding-bottom: 13px;
    width: 100%;
    max-width: 270px;
    font-size: 20px;
    border-color: #9d9d9d;
}

.page-banner-search button {
    margin-top: 5px;
    min-width: 230px;
}

.page-banner-search-big {
    padding-top: 0;
}

    .page-banner-search-big .form-group {
        padding-right: 0;
    }

    .page-banner-search-big form input.form-control {
        max-width: 100%;
        height: 60px;
        font-family: 'latobold';
        font-size: 42px;
    }

.page-banner--as-bg {
    background-position: 55%;
    /* text on right */
    /* fixed/higher height */
    /* mini banner */
    /* color theme : black bg, white text */
    /* color theme : premier wealth */
}

@media screen and (max-width: 812px) and (orientation: landscape) {
    .page-banner--as-bg {
        background-position: 80%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
    .page-banner--as-bg {
        background-position: 55%;
    }
}

.page-banner--as-bg.overflow {
    overflow: visible;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .page-banner--as-bg.reverse {
        background-position: 45%;
    }
}

.page-banner--as-bg.reverse .page-banner-body {
    right: 0;
    max-width: 540px;
}

@media (max-width: 1199.98px) {
    .page-banner--as-bg.reverse .page-banner-body {
        text-align: right;
    }
}

@media (max-width: 991.98px) {
    .page-banner--as-bg.reverse .page-banner-body {
        max-width: none;
    }
}

@media (max-width: 1199.98px) {
    .page-banner--as-bg.reverse .page-banner-body p,
    .page-banner--as-bg.reverse .page-banner-body a {
        float: right;
        clear: both;
    }
}

.page-banner--as-bg.fixed-height {
    height: 330px;
}

.page-banner--as-bg.mini-banner {
    height: 220px;
}

@media (max-width: 767.98px) {
    .page-banner--as-bg.mini-banner {
        height: 240px;
    }
}

.page-banner--as-bg.mini-banner .container {
    padding: 0 40px;
}

@media (max-width: 767.98px) {
    .page-banner--as-bg.mini-banner .container {
        padding: 0 20px;
    }
}

.page-banner--as-bg.mini-banner .page-banner-body {
    max-width: 350px;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: auto;
}

@media (max-width: 767.98px) {
    .page-banner--as-bg.mini-banner .page-banner-body {
        width: auto;
    }
}

.page-banner--as-bg.mini-banner h1 {
    font-size: 26px;
    line-height: 36px;
}

.page-banner--as-bg.dark {
    background-color: #373737;
}

    .page-banner--as-bg.dark h1,
    .page-banner--as-bg.dark p {
        color: #fff;
    }

    .page-banner--as-bg.dark.mini-banner p {
        color: #9d9d9d;
    }

@media (max-width: 575.98px) {
    .page-banner--as-bg.dark.mini-banner p {
        color: #fff;
    }
}

.page-banner--as-bg.pw {
    background-color: #1e180f;
}

    .page-banner--as-bg.pw h1,
    .page-banner--as-bg.pw p {
        color: #baa285;
    }

.page-banner--as-bg .img-frame {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.page-banner--as-bg .container {
    width: auto;
    max-width: 1200px;
    height: inherit;
    position: relative;
}

.page-banner--as-bg .banner-title {
    font-size: 42px;
}

@media (max-width: 575.98px) {
    .page-banner--as-bg .banner-title {
        font-size: 32px;
    }
}

.page-banner--as-bg .page-banner-body {
    padding: 48px 0px;
    padding: 3rem 0rem;
    width: 100%;
    position: absolute;
    /* add max width on the p tag */
    /* cekidot -> /credit-card/maybank-white-card/ */
    /* note : cancelled =____= check class '.alt' in calculator.scss */
}

    .page-banner--as-bg .page-banner-body.full {
        max-width: none;
    }

    .page-banner--as-bg .page-banner-body p {
        max-width: 570px;
        width: 100%;
    }

@media (max-width: 1199.98px) {
    .page-banner--as-bg .page-banner-body {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (orientation: portrait) {
    .page-banner--as-bg .page-banner-body {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

@media screen and (orientation: landscape) {
    .page-banner--as-bg .page-banner-body {
        max-width: 400px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media screen and (min-width: 992px) and (orientation: landscape) {
    .page-banner--as-bg .page-banner-body {
        max-width: 620px;
    }
}

.page-banner--as-bg .page-banner-body .btn, .page-banner--as-bg .page-banner-body .button-cta {
    margin-top: 15px;
}

.page-banner--as-bg .page-banner-body .m-calc-calculator {
    background: none;
    padding-top: 25px;
    padding-bottom: 0;
}

    .page-banner--as-bg .page-banner-body .m-calc-calculator .calc-box {
        border-right: 1px solid #808080;
        padding: 0;
    }

        .page-banner--as-bg .page-banner-body .m-calc-calculator .calc-box .label {
            font-family: 'latoregular';
            text-transform: uppercase;
            color: #373737;
            font-size: 16px;
            font-weight: normal;
            margin-bottom: 10px;
        }

@media screen and (max-width: 1024px) {
    .promo.credit-card-promo > .container {
        padding-left: 0;
        padding-right: 0;
    }
}

.page-banner--as-bg.shadowed .page-banner-body p, .page-banner--as-bg.shadowed .banner-title {
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
}

@media screen and (min-width: 1200px) {
    .page-banner--as-bg + .c-login-box {
        position: absolute;
        right: 0;
        width: 100%;
        top: 130px;
        right: 4em;
        max-width: 270px;
        margin: 0 auto;
        border-radius: 8px;
    }

        .page-banner--as-bg + .c-login-box.one-bar {
            top: 58px;
        }

        .page-banner--as-bg + .c-login-box.cstd-box {
            top: 170px;
        }
}

@media screen and (min-width: 1200px) {
    .page-banner--as-bg + .c-login-box {
        right: 20%;
    }
}

.banner-carousel {
    position: relative;
    width: 455px;
    height: 100vh;
    /* on large screen, the banner goes 1/4th of screen */
    /* add a bit shadow on the bottom to highlight the progress bar */
    /* progress bar */
    /* video content */
}

@media (max-width: 1199.98px) {
    .banner-carousel {
        width: 354px;
    }
}

@media (max-width: 991.98px) {
    .banner-carousel {
        width: auto;
    }
}

.banner-carousel .item {
    position: relative;
    /* give a darker shadow on the bottom of each item */
}

.banner-carousel .item-body {
    position: absolute;
    bottom: 5%;
    left: 0;
    z-index: 10;
    color: #fff;
    padding: 0 15px;
    /* push the text up a bit on device - landscape */
    /* on landscape.. */
}

@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
    .banner-carousel .item-body {
        bottom: 7%;
    }
}

@media screen and (min-width: 768px) {
    .banner-carousel .item-body {
        padding: 15px 15px 15px 45px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .banner-carousel .item-body {
        bottom: 15%;
    }
}

.banner-carousel .item:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../img/bg/banner-grad.png) center bottom repeat-x;
    background-size: contain;
    z-index: 1;
}

.banner-carousel .item img {
    display: block;
    width: 100%;
    height: auto;
}

.banner-carousel .item .img-as-bg {
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /* on device - landscape.. */
    /* on landscape from mobile to tablet pull the bg up a bit */
    /* on large screen, center the bg */
}

@media only screen and (min-width: 320px) and (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .banner-carousel .item .img-as-bg {
        height: 100vh;
    }
}

@media only screen and (min-width: 320px) and (max-width: 1024px) and (orientation: landscape) {
    .banner-carousel .item .img-as-bg {
        background-position-y: 15%;
    }
}

@media screen and (min-width: 1200px) {
    .banner-carousel .item .img-as-bg {
        background-position: center;
    }
}

.banner-carousel .slide {
    /* text-align: center; */
    position: absolute;
    z-index: 2;
    bottom: 2%;
    width: 100%;
    padding: 0 15px;
    /* max-width: 250px; */
    /* on landscape.. */
    /* increase the width on the progress bar on medium screen and above */
}

@media screen and (min-width: 768px) {
    .banner-carousel .slide {
        padding: 15px 15px 15px 45px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .banner-carousel .slide {
        bottom: 10%;
    }
}

.banner-carousel .slide-placeholder {
    /* display: inline-block; */
    display: block;
    float: left;
    height: 2px;
    margin: 15px 2px;
    background: rgba(255, 255, 255, 0.3);
    position: relative;
    /* if its the current bar set the bg slightly lighter */
}

    .banner-carousel .slide-placeholder.is-active {
        background: rgba(255, 255, 255, 0.5);
    }

.banner-carousel .slide-progress {
    background: #FFC600;
    display: inline-block;
    height: 2px;
    width: 0;
    position: absolute;
}

.banner-carousel.video-container {
    background: #FFC600;
}

@media (max-width: 991.98px) {
    .banner-carousel.video-container {
        height: 425px !important;
        padding-top: 75px;
    }
}

@media (max-width: 767.98px) {
    .banner-carousel.video-container {
        height: 335px !important;
        padding-top: 55px;
    }
}

@media (max-width: 575.98px) {
    .banner-carousel.video-container {
        height: 295px !important;
    }
}

.banner-carousel.video-container embed,
.banner-carousel.video-container video,
.banner-carousel.video-container iframe {
    width: 100%;
    height: 100%;
    background: #373737;
    color: #fff;
}

#thought-leader-promo-banner [class^="col-"] {
    height: 330px;
    background-position: top;
    background-size: cover;
}

.l-form-box {
    background-color: #373737;
    overflow: hidden;
    display: block;
}

.l-form-box__wrapper {
    padding: 15px;
}

.l-form-box__header {
    font-size: 20px;
    color: #fff;
    border-bottom: 1px solid #9d9d9d;
}

.l-form-box form label,
.l-form-box form input.form-control {
    color: #fff !important;
    border-color: #fff;
}

    .l-form-box form input.form-control:-webkit-autofill,
    .l-form-box form textarea:-webkit-autofill,
    .l-form-box form select:-webkit-autofill {
        -webkit-box-shadow: -10px -10px 0 60px #373737 inset;
        -webkit-text-fill-color: #fff;
    }

.box {
    border-radius: 8px;
    overflow: hidden;
    color: #fff;
    padding: 15px;
    /* box variant */
}

.box__title {
    font-size: 42px;
    line-height: 1;
}

.box--dark {
    background-color: #373737;
}

.box__header, .box__footer {
    margin-top: 4rem;
}

/* hastag component */
.hastag__item {
    font-size: 12px;
    line-height: 1.5;
    display: inline;
}

#syariah-fun-fact {
    background-size: cover;
    background-position: center;
}

.login-box {
    width: 270px;
    height: 288px;
    background: #000;
    border-radius: 6px;
}

    .login-box .head {
        padding: 20px 30px;
        border-bottom: solid 2px #282828;
        font-size: 20px;
        color: #fff;
        font-family: 'latobold';
    }

        .login-box .head span {
            color: #FFC600;
        }

    .login-box .login-form {
        padding: 30px 30px 0;
    }

        .login-box .login-form form p,
        .login-box .login-form .form p {
            margin-bottom: 20px;
        }

        .login-box .login-form form .row, .login-box .login-form form .skeleton .skeleton__wrapper, .skeleton .login-box .login-form form .skeleton__wrapper,
        .login-box .login-form .form .row,
        .login-box .login-form .form .skeleton .skeleton__wrapper,
        .skeleton .login-box .login-form .form .skeleton__wrapper {
            margin-top: 30px;
            margin-left: 0;
            margin-right: 0;
        }

        .login-box .login-form form .input input[type="text"],
        .login-box .login-form .form .input input[type="text"] {
            font-size: 16px;
        }

        .login-box .login-form form .button.rounded,
        .login-box .login-form .form .button.rounded {
            height: 44px;
            padding: 0 35px;
            font-size: 14px;
            line-height: 44px;
        }

.banner .login-box {
    margin: 0 0 0 auto;
}

/** Icon Box */
.icon-box {
    border-radius: 8px;
    -webkit-box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.07);
    box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.07);
    position: relative;
    background-color: #FFC600;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 160px;
    height: 150px;
    /** STATE */
}

@media (min-width: 1200px) {
    .icon-box {
        width: 170px;
        height: 160px;
    }
}

.icon-box a {
    text-decoration: none;
}

@media (max-width: 767.98px) {
    .icon-box-responsive .icon-box {
        width: 122px;
        height: 136px;
    }
}

@media screen and (device-aspect-ratio: 375 / 667) {
    .icon-box-responsive .icon-box {
        width: 145px;
        height: 140px;
    }
}

@media (max-width: 767.98px) {
    .icon-box-responsive .icon-box__caption {
        width: 100%;
    }
}

.icon-box__img {
    width: 46px;
    height: 46px;
    margin: 0 auto;
}

    .icon-box__img img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

.icon-box__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.icon-box__caption {
    text-transform: uppercase;
    font-size: 12px;
    white-space: normal;
    font-weight: 700;
    font-family: 'latobold';
    width: 140px;
    color: #373737;
}

.icon-box:hover {
    -webkit-transform: translateY(-0.5rem);
    -ms-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.menu-overlay,
.screen-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    z-index: 91;
}

.popup {
    display: none;
    width: 640px;
    height: auto;
    min-height: 300px;
    margin: auto;
    background: #fff;
    border-radius: 16px;
    position: fixed;
    left: 0;
    right: 0;
    top: 50px;
    bottom: 50px;
    z-index: 92;
}

    .popup .frame {
        position: absolute;
        left: 30px;
        right: 30px;
        top: 30px;
        bottom: 30px;
        overflow: auto;
    }

/** MODAL STYLING */
.modal {
    background-color: rgba(0, 0, 0, 0.8);
}

    .modal .modal-content {
        overflow: hidden;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .modal .modal-dialog.modal-dialog-centered {
        position: relative;
        height: 100%;
        margin: 0 auto;
    }

@media (max-width: 767.98px) {
    .modal .modal-dialog.modal-dialog-centered > .modal-content {
        left: 0;
        right: 0;
        width: 96%;
        margin: auto;
        top: 8px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.modal .modal-header {
    border-bottom: none;
}

    .modal .modal-header .close::before, .modal .modal-header .close::after {
        display: none;
    }

.modal .modal-body {
    max-height: 500px;
    overflow: auto;
}

    .modal .modal-body.no-max-height {
        max-height: 100%;
    }

        .modal .modal-body.no-max-height::after {
            height: 0;
        }

    .modal .modal-body::after {
        content: '';
        display: block;
        height: 40px;
    }

@media (max-width: 991.98px) {
    .modal.modal-full .modal-header {
        position: absolute;
        width: 100%;
        z-index: 1;
    }
}

@media (max-width: 991.98px) {
    .modal.modal-full .modal-dialog {
        margin: 0;
    }
}

@media (max-width: 991.98px) {
    .modal.modal-full .modal-dialog.modal-dialog-centered > .modal-content {
        top: 0;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        border-radius: 0;
        -webkit-box-shadow: 0 0 0 0;
        box-shadow: 0 0 0 0;
        border: 0;
    }
}

.modal.has-animation .modal-dialog {
    -webkit-transition: 1s;
    transition: 1s;
}

.modal.has-animation.out .modal-dialog {
    -webkit-transform: translate3d(0, -100vh, 0);
    transform: translate3d(0, -100vh, 0);
}

.modal.has-animation.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.modal.full {
    /* example : login popup */
    text-align: center;
}

    .modal.full .modal-dialog {
        margin: 0 auto;
        width: 100%;
        height: 100%;
    }

@media (max-width: 767.98px) {
    .modal.full .modal-dialog {
        max-width: none;
    }
}

.modal.full .modal-content {
    background: none;
    height: 100%;
    min-height: 500px;
    border: 0;
}

.modal.full .modal-header,
.modal.full .modal-footer {
    display: block;
    border: none;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
}

.modal.full .modal-header {
    min-height: 20px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    top: 0;
    z-index: 1;
}

.modal.full .modal-footer {
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
    bottom: 0;
}

.modal.full .modal-body {
    display: block;
    height: 280px;
    margin: auto;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

    .modal.full .modal-body::after {
        display: none;
    }

.modal.full .js-modal-trigger-close {
    width: 20px;
    height: 20px;
    float: right;
    right: 30px;
    top: 30px;
    background: url("../img/icons/close-white.svg") center center no-repeat;
    cursor: pointer;
}

@media (max-width: 767.98px) {
    .modal.full .js-modal-trigger-close {
        z-index: 999;
    }
}

/** OTP */
.form-otp-wrapper {
    text-align: center;
}

@media (min-width: 768px) {
    .form-otp-wrapper {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.form-otp-input {
    border: 2px solid #f2f2f2 !important;
    border-radius: 8px !important;
    -webkit-box-shadow: 0 1px 5px -3px !important;
    box-shadow: 0 1px 5px -3px !important;
    color: #373737;
    background-color: #fff;
    text-transform: uppercase;
    font-size: 2em;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    width: 45px;
    height: 65px;
}

@media (min-width: 576px) {
    .form-otp-input {
        width: 50px;
        height: 75px;
    }
}

@media (min-width: 768px) {
    .form-otp-input {
        margin-left: 15px;
        margin-right: 15px;
    }
}

/** specific modal */
.modal .modal-header.ayda-header {
    padding: 0;
}

    .modal .modal-header.ayda-header .ayda-image {
        height: 290px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

@media (min-width: 768px) {
    .modal[modal-name="otp"] .modal-dialog {
        width: 450px;
    }
}

.modal[modal-name="otp"] .modal-content {
    color: #373737;
}

    .modal[modal-name="otp"] .modal-content #modal-close-svg {
        fill: #373737;
    }

.modal[modal-name="otp"] .modal-header,
.modal[modal-name="otp"] .modal-footer {
    border: 0;
}

.modal[modal-name="otp"] .modal-body {
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 8px;
    text-align: left;
    padding: 0 1rem;
}

@media (min-width: 768px) {
    .modal[modal-name="otpOri"] .modal-dialog {
        width: 450px;
    }
}

.modal[modal-name="otpOri"] .modal-content {
    color: #373737;
}

    .modal[modal-name="otpOri"] .modal-content #modal-close-svg {
        fill: #373737;
    }

.modal[modal-name="otpOri"] .modal-header,
.modal[modal-name="otpOri"] .modal-footer {
    border: 0;
}

.modal[modal-name="otpOri"] .modal-body {
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 8px;
    text-align: left;
    padding: 0 1rem;
}

.modal[modal-name="photo"] .modal-content,
.modal[modal-name="photo"] .modal-dialog {
    height: 100%;
}

.modal[modal-name="photo"] .modal-header,
.modal[modal-name="photo"] .modal-content,
.modal[modal-name="photo"] .modal-footer {
    background: transparent;
    border: 0;
}

.modal[modal-name="photo"] .modal-body:after {
    height: 0;
    display: none;
}

.modal[modal-name="photo"] .modal-header {
    position: absolute;
    width: 100%;
    z-index: 999999;
}

.modal[modal-name="photo"] .modal-body {
    overflow: hidden;
    max-height: initial;
    height: 100%;
    overflow: initial;
}

.modal[modal-name="photo"] .card-photo-frame {
    height: 400px;
    max-width: 450px; /*530*/
    margin: 0 auto;
    border: 3px dashed #373737;
    background-color: #515151;
    border-radius: 8px;
}

@media (min-width: 576px) {
    .modal[modal-name="photo"] .card-photo-frame {
        height: 332px;
    }
}

.modal[modal-name="photo"] .badge-button {
    width: auto;
    height: auto;
}

.modal-gmap-search {
    overflow: hidden;
}

    .modal-gmap-search .modal-header {
        padding: 15px;
        position: relative;
        z-index: 2;
    }

        .modal-gmap-search .modal-header .close {
            background: #fff;
            opacity: 1;
            border: solid 5px #fff;
            border-top: solid 7px #fff;
            border-bottom: solid 3px #fff;
            border-radius: 2px;
            width: 30px;
            height: 30px;
            -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
            top: 12px;
            right: 12px;
        }

    .modal-gmap-search .modal-body {
        padding: 0;
        margin-top: -30px;
    }

        .modal-gmap-search .modal-body::after {
            display: none;
        }

        .modal-gmap-search .modal-body .left-side {
            width: 350px;
            height: 500px;
            background: #fff;
            -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
            box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
            position: relative;
            z-index: 2;
        }

            .modal-gmap-search .modal-body .left-side .header-area {
                height: 152px;
                padding: 30px 25px;
            }

                .modal-gmap-search .modal-body .left-side .header-area h2 {
                    margin-bottom: 10px;
                }

            .modal-gmap-search .modal-body .left-side .content-area {
                position: absolute;
                left: 0;
                top: 152px;
                bottom: 0;
                width: 100%;
                overflow: auto;
            }

                .modal-gmap-search .modal-body .left-side .content-area .search-result-item {
                    font-size: 16px;
                    line-height: 24px;
                    padding: 12px 30px;
                    border-top: solid 1px #b4b4b4;
                    cursor: pointer;
                }

                    .modal-gmap-search .modal-body .left-side .content-area .search-result-item:first-child {
                        border-top: none;
                    }

                    .modal-gmap-search .modal-body .left-side .content-area .search-result-item:hover {
                        background: #f5f5f5;
                    }

        .modal-gmap-search .modal-body .right-side {
            position: absolute;
            left: 350px;
            right: 0;
            top: 0;
            height: 100%;
            z-index: 1;
        }

.pac-container {
    z-index: 2000;
}

    .pac-container .pac-icon-marker {
        margin-top: 3px;
    }

    .pac-container .pac-item {
        padding: 10px 8px;
        white-space: initial;
        font-size: 14px;
        line-height: 24px;
    }

    .pac-container .pac-item-query {
        font-size: 14px;
        line-height: 24px;
    }

.cancel-file-upload {
    border: solid 1px #d2d2d2;
    border-radius: 8px;
    padding: 15px;
    height: 54px;
    position: relative;
    background: url("../img/loading.gif") 15px center no-repeat;
}

    .cancel-file-upload .filename {
        font-size: 15px;
        font-family: 'latobold';
        padding-left: 35px;
        line-height: 23px;
        margin: 0 68px 0 0;
        height: 23px;
        overflow: hidden;
    }

    .cancel-file-upload .cancel-text {
        color: #f80000;
        font-size: 12px;
        text-transform: uppercase;
        line-height: 54px;
        margin: 0;
        padding: 0 20px;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 0;
    }

.sticky-header .m-top-nav.fixed,
.sticky-header .m-top-nav-placeholder.fixed {
    top: 55px;
    /* disabled for update : reduce header size to same as mobile in all viewport
			@include media-breakpoint-up(md) {
				top: 75px; // same as .site-header height
			}
			*/
}

.sticky-header .m-top-nav.conditional-sticky,
.sticky-header .m-top-nav-placeholder.conditional-sticky {
    top: 0;
}

    .sticky-header .m-top-nav.conditional-sticky.conditional-fixed.fixed,
    .sticky-header .m-top-nav-placeholder.conditional-sticky.conditional-fixed.fixed {
        top: 55px;
        /* disabled for update : reduce header size to same as mobile in all viewport
					@include media-breakpoint-up(md) {
						top: 75px; // same as .site-header height
					}
					*/
    }

.m-top-nav,
.m-top-nav-placeholder {
    background-color: #373737;
    width: 100%;
    height: 62px;
    display: block;
    position: relative;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
    /* used in credit-card page */
}

    .m-top-nav .container,
    .m-top-nav .container-fluid,
    .m-top-nav-placeholder .container,
    .m-top-nav-placeholder .container-fluid {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

@media (min-width: 768px) {
    .m-top-nav .container-fluid,
    .m-top-nav-placeholder .container-fluid {
        /* disabled for update : reduce header size to same as mobile in all viewport
			padding-top: 1rem;
			padding-bottom: 1rem;
			*/
    }

        .m-top-nav .container-fluid > .row > div:first-child, .m-top-nav .skeleton .container-fluid > .skeleton__wrapper > div:first-child, .skeleton .m-top-nav .container-fluid > .skeleton__wrapper > div:first-child,
        .m-top-nav-placeholder .container-fluid > .row > div:first-child,
        .m-top-nav-placeholder .skeleton .container-fluid > .skeleton__wrapper > div:first-child,
        .skeleton .m-top-nav-placeholder .container-fluid > .skeleton__wrapper > div:first-child {
            padding-left: 40px;
        }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .m-top-nav .container-fluid > .row > div:first-child .top-nav-link, .m-top-nav .skeleton .container-fluid > .skeleton__wrapper > div:first-child .top-nav-link, .skeleton .m-top-nav .container-fluid > .skeleton__wrapper > div:first-child .top-nav-link,
    .m-top-nav-placeholder .container-fluid > .row > div:first-child .top-nav-link,
    .m-top-nav-placeholder .skeleton .container-fluid > .skeleton__wrapper > div:first-child .top-nav-link,
    .skeleton .m-top-nav-placeholder .container-fluid > .skeleton__wrapper > div:first-child .top-nav-link {
        left: 40px;
    }
}

@media (min-width: 768px) {
    .m-top-nav .container-fluid > .row > div:first-child .top-nav-link.dropdown-mode, .m-top-nav .skeleton .container-fluid > .skeleton__wrapper > div:first-child .top-nav-link.dropdown-mode, .skeleton .m-top-nav .container-fluid > .skeleton__wrapper > div:first-child .top-nav-link.dropdown-mode,
    .m-top-nav-placeholder .container-fluid > .row > div:first-child .top-nav-link.dropdown-mode,
    .m-top-nav-placeholder .skeleton .container-fluid > .skeleton__wrapper > div:first-child .top-nav-link.dropdown-mode,
    .skeleton .m-top-nav-placeholder .container-fluid > .skeleton__wrapper > div:first-child .top-nav-link.dropdown-mode {
        left: 40px;
    }

    .m-top-nav .container-fluid > .row > div:last-child, .m-top-nav .skeleton .container-fluid > .skeleton__wrapper > div:last-child, .skeleton .m-top-nav .container-fluid > .skeleton__wrapper > div:last-child,
    .m-top-nav-placeholder .container-fluid > .row > div:last-child,
    .m-top-nav-placeholder .skeleton .container-fluid > .skeleton__wrapper > div:last-child,
    .skeleton .m-top-nav-placeholder .container-fluid > .skeleton__wrapper > div:last-child {
        padding-right: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .m-top-nav .container-fluid > .row > div:last-child .top-nav-link, .m-top-nav .skeleton .container-fluid > .skeleton__wrapper > div:last-child .top-nav-link, .skeleton .m-top-nav .container-fluid > .skeleton__wrapper > div:last-child .top-nav-link,
    .m-top-nav-placeholder .container-fluid > .row > div:last-child .top-nav-link,
    .m-top-nav-placeholder .skeleton .container-fluid > .skeleton__wrapper > div:last-child .top-nav-link,
    .skeleton .m-top-nav-placeholder .container-fluid > .skeleton__wrapper > div:last-child .top-nav-link {
        right: 40px;
    }
}

@media (min-width: 768px) {
    .m-top-nav .container-fluid > .row > div:last-child .top-nav-link.dropdown-mode, .m-top-nav .skeleton .container-fluid > .skeleton__wrapper > div:last-child .top-nav-link.dropdown-mode, .skeleton .m-top-nav .container-fluid > .skeleton__wrapper > div:last-child .top-nav-link.dropdown-mode,
    .m-top-nav-placeholder .container-fluid > .row > div:last-child .top-nav-link.dropdown-mode,
    .m-top-nav-placeholder .skeleton .container-fluid > .skeleton__wrapper > div:last-child .top-nav-link.dropdown-mode,
    .skeleton .m-top-nav-placeholder .container-fluid > .skeleton__wrapper > div:last-child .top-nav-link.dropdown-mode {
        right: 40px;
    }
}

.m-top-nav.over-hidden,
.m-top-nav-placeholder.over-hidden {
    overflow: hidden;
}

.m-top-nav.closed,
.m-top-nav-placeholder.closed {
    height: 0;
}

.m-top-nav.always-open,
.m-top-nav-placeholder.always-open {
    min-height: 62px;
}

.m-top-nav.fixed,
.m-top-nav-placeholder.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
}

.m-top-nav.conditional-sticky,
.m-top-nav-placeholder.conditional-sticky {
    position: relative;
}

    .m-top-nav.conditional-sticky.conditional-fixed,
    .m-top-nav-placeholder.conditional-sticky.conditional-fixed {
        position: relative;
        margin-top: -62px;
    }

        .m-top-nav.conditional-sticky.conditional-fixed.fixed,
        .m-top-nav-placeholder.conditional-sticky.conditional-fixed.fixed {
            position: fixed;
            margin-top: 0;
        }

.m-top-nav .btn-back,
.m-top-nav-placeholder .btn-back {
    width: auto;
    max-width: none;
    padding-left: 40px !important;
}

.m-top-nav .js-apply-compare,
.m-top-nav-placeholder .js-apply-compare {
    display: none;
}

.m-top-nav .apply-now,
.m-top-nav-placeholder .apply-now {
    width: 84%;
    max-width: 180px;
    float: right;
}

@media (max-width: 767.98px) {
    .m-top-nav .apply-now,
    .m-top-nav-placeholder .apply-now {
        width: 100%;
        margin-right: 0px;
    }

        .m-top-nav .apply-now::after,
        .m-top-nav-placeholder .apply-now::after {
            content: '';
        }
}

@media (max-width: 575.98px) {
    .m-top-nav .apply-now,
    .m-top-nav-placeholder .apply-now {
        margin-right: 0px;
        width: 100%;
        font-size: 13px;
        padding: 12px 5px;
        text-align: center;
    }

        .m-top-nav .apply-now::after,
        .m-top-nav-placeholder .apply-now::after {
            content: none;
        }
}

.m-top-nav .apply-now.half,
.m-top-nav-placeholder .apply-now.half {
    width: 44%;
    margin-left: 20px;
}

@media (max-width: 767.98px) {
    .m-top-nav .apply-now.half,
    .m-top-nav-placeholder .apply-now.half {
        width: 44%;
        margin-left: 12px;
    }
}

.m-top-nav .apply-now .card-counter-badge,
.m-top-nav-placeholder .apply-now .card-counter-badge {
    width: 26px;
    height: 26px;
    background: #fff;
    color: #373737;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    font-family: 'latobold';
    border-radius: 100%;
    position: absolute;
    left: -11px;
    top: -11px;
    visibility: hidden;
}

@media (max-width: 991.98px) {
    .m-top-nav .apply-now .card-counter-badge,
    .m-top-nav-placeholder .apply-now .card-counter-badge {
        visibility: visible;
    }
}

.m-top-nav .back,
.m-top-nav-placeholder .back {
    margin-left: 30px;
}

@media (max-width: 991.98px) {
    .m-top-nav .back,
    .m-top-nav-placeholder .back {
        margin-left: 5px;
    }
}

@media (max-width: 767.98px) {
    .m-top-nav .back,
    .m-top-nav-placeholder .back {
        margin-left: 0px;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: auto;
        padding-left: 10px;
        text-indent: -10000px;
    }

        .m-top-nav .back::before,
        .m-top-nav-placeholder .back::before {
            content: '';
            position: absolute;
            top: 0px;
            bottom: 0px;
            margin: auto;
            height: 20px;
            right: -4px;
            width: 2px;
            background-color: #000;
            border-left: 1px solid #575757;
        }
}

.m-top-nav .top-nav-link,
.m-top-nav-placeholder .top-nav-link {
    float: right;
    margin-top: 13px;
}

    .m-top-nav .top-nav-link a,
    .m-top-nav-placeholder .top-nav-link a {
        position: relative;
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        height: 22.4;
        /* Fallback for non-webkit */
        margin: 0 auto;
        font-size: 16;
        line-height: 1.4;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }

    .m-top-nav .top-nav-link a,
    .m-top-nav .top-nav-link span,
    .m-top-nav-placeholder .top-nav-link a,
    .m-top-nav-placeholder .top-nav-link span {
        display: inline-block;
        font-size: 13px;
        color: #b9b9b9 !important;
        padding: 0 16px;
        text-decoration: none;
        position: relative;
    }

        .m-top-nav .top-nav-link a:hover, .m-top-nav .top-nav-link a.active,
        .m-top-nav .top-nav-link span:hover,
        .m-top-nav .top-nav-link span.active,
        .m-top-nav-placeholder .top-nav-link a:hover,
        .m-top-nav-placeholder .top-nav-link a.active,
        .m-top-nav-placeholder .top-nav-link span:hover,
        .m-top-nav-placeholder .top-nav-link span.active {
            color: #fff !important;
            text-decoration: none;
        }

@media (max-width: 991.98px) {
    .m-top-nav .top-nav-link a:hover, .m-top-nav .top-nav-link a.active,
    .m-top-nav .top-nav-link span:hover,
    .m-top-nav .top-nav-link span.active,
    .m-top-nav-placeholder .top-nav-link a:hover,
    .m-top-nav-placeholder .top-nav-link a.active,
    .m-top-nav-placeholder .top-nav-link span:hover,
    .m-top-nav-placeholder .top-nav-link span.active {
        color: #b9b9b9 !important;
    }
}

.m-top-nav .top-nav-link a::after,
.m-top-nav .top-nav-link span::after,
.m-top-nav-placeholder .top-nav-link a::after,
.m-top-nav-placeholder .top-nav-link span::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    bottom: 1px;
    width: 0;
    border-left: 1px solid #fff;
}

.m-top-nav .top-nav-link a:first-child::after,
.m-top-nav .top-nav-link span:first-child::after,
.m-top-nav-placeholder .top-nav-link a:first-child::after,
.m-top-nav-placeholder .top-nav-link span:first-child::after {
    display: none;
}

@media (max-width: 991.98px) {
    .m-top-nav .top-nav-link a,
    .m-top-nav .top-nav-link span,
    .m-top-nav-placeholder .top-nav-link a,
    .m-top-nav-placeholder .top-nav-link span {
        float: left;
        width: 100%;
        overflow: hidden;
        background-color: #373737;
        display: none;
        padding: 14px 30px 14px 16px;
        min-width: 100%;
        max-width: 100%;
    }

        .m-top-nav .top-nav-link a::after,
        .m-top-nav .top-nav-link span::after,
        .m-top-nav-placeholder .top-nav-link a::after,
        .m-top-nav-placeholder .top-nav-link span::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 2px;
            background-color: #000;
            border-left: none;
            border-bottom: 1px solid #575757;
            top: 0;
            bottom: 0;
        }
}

.m-top-nav .top-nav-link span.selected-text,
.m-top-nav-placeholder .top-nav-link span.selected-text {
    display: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    color: #fff !important;
    -webkit-transition: border 0.3s, background 0.3s, border-radius 0.3s;
    transition: border 0.3s, background 0.3s, border-radius 0.3s;
}

    .m-top-nav .top-nav-link span.selected-text.outlined,
    .m-top-nav-placeholder .top-nav-link span.selected-text.outlined {
        padding: 12px 29px 13px 15px;
        border: solid 1px #fff;
        border-radius: 8px;
    }

@media (max-width: 991.98px) {
    .m-top-nav .top-nav-link span.selected-text,
    .m-top-nav-placeholder .top-nav-link span.selected-text {
        display: block;
    }

        .m-top-nav .top-nav-link span.selected-text::after,
        .m-top-nav-placeholder .top-nav-link span.selected-text::after {
            content: none;
        }
}

.m-top-nav .top-nav-link.active span.selected-text.outlined,
.m-top-nav-placeholder .top-nav-link.active span.selected-text.outlined {
    border: solid 1px #2c2c2c;
    border-radius: 8px 8px 0 0;
}

.m-top-nav .top-nav-link .links,
.m-top-nav-placeholder .top-nav-link .links {
    display: inline-block;
}

@media (max-width: 991.98px) {
    .m-top-nav .top-nav-link .links,
    .m-top-nav-placeholder .top-nav-link .links {
        display: block;
    }
}

@media (max-width: 991.98px) {
    .m-top-nav .top-nav-link,
    .m-top-nav-placeholder .top-nav-link {
        margin-top: 0px;
        width: auto;
        position: absolute;
        left: 15px;
        right: 15px;
        top: 0px;
        z-index: 2;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        overflow: hidden;
    }

        .m-top-nav .top-nav-link.active a,
        .m-top-nav .top-nav-link.active span,
        .m-top-nav-placeholder .top-nav-link.active a,
        .m-top-nav-placeholder .top-nav-link.active span {
            background-color: #2c2c2c;
            display: block;
        }

        .m-top-nav .top-nav-link::after,
        .m-top-nav-placeholder .top-nav-link::after {
            content: '';
            width: 10px;
            height: 6px;
            position: absolute;
            right: 10px;
            top: 21px;
            margin: auto;
            background-image: url("../img/icons/arrow-down-white.png");
            background-repeat: no-repeat;
            background-position: right top;
        }
}

.m-top-nav .top-nav-link.dropdown-mode,
.m-top-nav-placeholder .top-nav-link.dropdown-mode {
    width: auto;
    margin-top: 0px;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0px;
    z-index: 2;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    overflow: hidden;
}

    .m-top-nav .top-nav-link.dropdown-mode.active a,
    .m-top-nav .top-nav-link.dropdown-mode.active span,
    .m-top-nav-placeholder .top-nav-link.dropdown-mode.active a,
    .m-top-nav-placeholder .top-nav-link.dropdown-mode.active span {
        background-color: #2c2c2c;
        display: block;
    }

    .m-top-nav .top-nav-link.dropdown-mode.static,
    .m-top-nav-placeholder .top-nav-link.dropdown-mode.static {
        position: relative;
        left: 0 !important;
        right: 0 !important;
        float: none;
    }

    .m-top-nav .top-nav-link.dropdown-mode::after,
    .m-top-nav-placeholder .top-nav-link.dropdown-mode::after {
        content: '';
        width: 10px;
        height: 6px;
        position: absolute;
        right: 10px;
        top: 21px;
        margin: auto;
        background-image: url("../img/icons/arrow-down-white.png");
        background-repeat: no-repeat;
        background-position: right top;
    }

    .m-top-nav .top-nav-link.dropdown-mode a,
    .m-top-nav .top-nav-link.dropdown-mode span,
    .m-top-nav-placeholder .top-nav-link.dropdown-mode a,
    .m-top-nav-placeholder .top-nav-link.dropdown-mode span {
        float: left;
        width: 100%;
        height: 46px;
        overflow: hidden;
        background-color: #373737;
        display: none;
        padding: 14px 30px 14px 16px;
        min-width: 100%;
        max-width: 100%;
        -webkit-transition: .2s;
        transition: .2s;
    }

        .m-top-nav .top-nav-link.dropdown-mode a:hover, .m-top-nav .top-nav-link.dropdown-mode a.active,
        .m-top-nav .top-nav-link.dropdown-mode span:hover,
        .m-top-nav .top-nav-link.dropdown-mode span.active,
        .m-top-nav-placeholder .top-nav-link.dropdown-mode a:hover,
        .m-top-nav-placeholder .top-nav-link.dropdown-mode a.active,
        .m-top-nav-placeholder .top-nav-link.dropdown-mode span:hover,
        .m-top-nav-placeholder .top-nav-link.dropdown-mode span.active {
            color: #b9b9b9 !important;
        }

        .m-top-nav .top-nav-link.dropdown-mode a::after,
        .m-top-nav .top-nav-link.dropdown-mode span::after,
        .m-top-nav-placeholder .top-nav-link.dropdown-mode a::after,
        .m-top-nav-placeholder .top-nav-link.dropdown-mode span::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 2px;
            background-color: #000;
            border-left: none;
            border-bottom: 1px solid #575757;
            top: 0;
            bottom: 0;
        }

        .m-top-nav .top-nav-link.dropdown-mode span.selected-text,
        .m-top-nav-placeholder .top-nav-link.dropdown-mode span.selected-text {
            display: block;
            color: #fff !important;
        }

            .m-top-nav .top-nav-link.dropdown-mode span.selected-text::after,
            .m-top-nav-placeholder .top-nav-link.dropdown-mode span.selected-text::after {
                content: none;
            }

    .m-top-nav .top-nav-link.dropdown-mode .links,
    .m-top-nav-placeholder .top-nav-link.dropdown-mode .links {
        display: block;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

        .m-top-nav .top-nav-link.dropdown-mode .links a:hover,
        .m-top-nav .top-nav-link.dropdown-mode .links a:focus,
        .m-top-nav .top-nav-link.dropdown-mode .links a:active,
        .m-top-nav .top-nav-link.dropdown-mode .links a:active:hover,
        .m-top-nav .top-nav-link.dropdown-mode .links a:active:focus,
        .m-top-nav-placeholder .top-nav-link.dropdown-mode .links a:hover,
        .m-top-nav-placeholder .top-nav-link.dropdown-mode .links a:focus,
        .m-top-nav-placeholder .top-nav-link.dropdown-mode .links a:active,
        .m-top-nav-placeholder .top-nav-link.dropdown-mode .links a:active:hover,
        .m-top-nav-placeholder .top-nav-link.dropdown-mode .links a:active:focus {
            color: #000 !important;
            background-color: #FFC600;
            border-color: #FFC600;
        }

.m-top-nav .selected-cards,
.m-top-nav-placeholder .selected-cards {
    height: 46px;
    float: right;
}

@media (max-width: 991.98px) {
    .m-top-nav .selected-cards,
    .m-top-nav-placeholder .selected-cards {
        display: none;
    }
}

.m-top-nav .selected-cards .item,
.m-top-nav-placeholder .selected-cards .item {
    display: inline-block;
    height: 44px;
    margin-top: -5px;
    margin-left: 20px;
    color: #fff;
}

    .m-top-nav .selected-cards .item img,
    .m-top-nav-placeholder .selected-cards .item img {
        width: auto;
        height: 100%;
        cursor: pointer;
    }

.m-top-nav .selected-cards .card-counter,
.m-top-nav-placeholder .selected-cards .card-counter {
    display: none;
    line-height: 52px;
}

    .m-top-nav .selected-cards .card-counter span,
    .m-top-nav-placeholder .selected-cards .card-counter span {
        margin-right: 3px;
    }

.m-top-nav-placeholder {
    display: none;
}

    .m-top-nav-placeholder.shown {
        display: block;
    }

    .m-top-nav-placeholder.conditional-sticky {
        display: none;
    }

        .m-top-nav-placeholder.conditional-sticky.conditional-shown {
            display: block;
        }

.m-info-box {
    /* use to limit content (p, ul, etc) width */
    /* use to add larger margin between texts */
    /* use to limit <img> size that serve as section's title icon
	example page : /about-us */
    /* use to add left margin of title that have <img> as icon beside it
	example page : /about-us */
    /* use on <img> that serve as icon/logo above text
	example page : /external-links */
    /* banner-like style (example : page /credit-card) */
    /* specific setting - /external-links page */
    /* specific setting - /site-map page */
    /* custom select inside <h3> */
    /* article page styling (ex : /news-and-announcement/detail) */
    /* icon-title-text/link layout, example : /not-found
	see call center/email/locate us dection */
    /* some margins for contact us popup */
}

    .m-info-box .content {
        width: 88%;
        padding: 40px 0px;
    }

@media (max-width: 991.98px) {
    .m-info-box .content {
        width: 100%;
    }
}

.m-info-box .content--custom-padding {
    padding: 20px;
    width: 100%;
}

@media only screen and (min-width: 1200px) {
    .m-info-box .content--custom-padding {
        padding: 40px;
    }
}

.m-info-box .content.no-top-padding {
    padding-top: 0;
}

.m-info-box .content.no-bot-padding {
    padding-bottom: 0;
}

@media (max-width: 991.98px) {
    .m-info-box .content.no-m-padding {
        padding: 0;
    }
}

.m-info-box .content.side-no-title {
    padding-top: 120px;
}

@media (max-width: 991.98px) {
    .m-info-box .content.side-no-title {
        padding-top: 0;
    }
}

.m-info-box .content.side-no-title h1 {
    display: none;
}

.m-info-box .content.full {
    width: 100%;
}

.m-info-box h3 {
    font-size: 20px;
    font-family: "latobold";
    color: #373737;
    margin-top: 0;
    margin-bottom: 20px;
}

    .m-info-box h3.again {
        margin-top: 40px;
    }

.m-info-box .donut {
    background-color: #FFC600;
    width: 30px;
    height: 30px;
    border: 2px solid black;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    position: relative;
    margin-top: 10px;
}

    .m-info-box .donut .inner {
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        margin: auto;
        background-color: white;
        width: 16px;
        height: 16px;
        border: 2px solid black;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
    }

.m-info-box .how-to-box {
    max-height: 300px;
    min-height: 300px;
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .m-info-box .how-to-box {
        min-height: auto;
        max-height: auto;
        margin-bottom: 50px;
    }
}

.m-info-box .number-leaf {
    background-color: #FFC600;
    width: 44px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: black;
    font-size: 20px;
    font-weight: bold;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    float: right;
}

.m-info-box p,
.m-info-box li {
    font-family: "latoregular";
    font-size: 16px;
    line-height: 24px;
}

.m-info-box h2 li {
    font-family: 'latobold';
    font-size: 20px;
    line-height: 32px;
}

    .m-info-box h2 li p {
        font-family: "latoregular";
        font-size: 16px;
        line-height: 24px;
    }

.m-info-box p a {
    color: #389a6e;
}

    .m-info-box p a.see-more {
        color: inherit;
    }

.m-info-box .partial {
    width: 85%;
}

@media (max-width: 767.98px) {
    .m-info-box .partial {
        width: auto;
    }
}

.m-info-box .p-group {
    margin-bottom: 30px;
}

.m-info-box .section-icon,
.m-info-box .icon-text img {
    width: auto;
    height: auto;
    max-width: 46px;
    max-height: 46px;
    float: left;
}

.m-info-box .icon-title {
    margin: 0 0 20px 65px;
}

@media (max-width: 575.98px) {
    .m-info-box .icon-title {
        margin-top: 8px;
    }
}

.m-info-box .icon-text {
    position: relative;
    padding-left: 65px;
}

    .m-info-box .icon-text img {
        position: absolute;
        left: 0;
        top: 5px;
    }

.m-info-box .head-icon {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 90px;
}

.m-info-box .notes {
    font-size: 12px;
    line-height: 20px;
}

.m-info-box ul {
    padding: 0px;
    margin: 0 0 10px;
    /* second level */
}

    .m-info-box ul > li {
        list-style-type: none;
        list-style: none;
        padding-left: 15px;
    }

        .m-info-box ul > li::before {
            display: inline-block;
            content: "\2022";
            width: 1em;
            margin-left: -1em;
        }

        .m-info-box ul > li li::before {
            content: '-';
        }

.m-info-box ol {
    padding: 0px;
    margin: 0 0 0 28px;
}

    .m-info-box ol > li {
        padding-left: 8px;
    }

    .m-info-box ul li.bold,
    .m-info-box ol li.bold {
        font-family: 'latobold';
        font-weight: normal;
    }

        .m-info-box ul li.bold .normal,
        .m-info-box ol li.bold .normal {
            font-family: 'latoregular';
        }

.m-info-box .fimage {
    width: 100%;
    max-height: 580px;
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .m-info-box .fimage {
        height: auto;
    }
}

.m-info-box .fimage img {
    width: 100%;
    height: auto;
}

@media (max-width: 991.98px) {
    .m-info-box .fimage {
        display: none;
    }
}

.m-info-box .row img, .m-info-box .skeleton .skeleton__wrapper img, .skeleton .m-info-box .skeleton__wrapper img {
    max-width: 100%;
}

.m-info-box .full-center-img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.m-info-box.banner-style {
    height: 330px;
    background-position: left center;
    background-size: cover;
}

@media (max-width: 991.98px) {
    .m-info-box.banner-style {
        height: auto;
    }
}

.m-info-box.banner-style .container,
.m-info-box.banner-style .row,
.m-info-box.banner-style .skeleton .skeleton__wrapper,
.skeleton .m-info-box.banner-style .skeleton__wrapper,
.m-info-box.banner-style .row > div,
.m-info-box.banner-style .skeleton .skeleton__wrapper > div,
.skeleton .m-info-box.banner-style .skeleton__wrapper > div {
    height: 100%;
}

@media (max-width: 991.98px) {
    .m-info-box.banner-style .container,
    .m-info-box.banner-style .row,
    .m-info-box.banner-style .skeleton .skeleton__wrapper,
    .skeleton .m-info-box.banner-style .skeleton__wrapper,
    .m-info-box.banner-style .row > div,
    .m-info-box.banner-style .skeleton .skeleton__wrapper > div,
    .skeleton .m-info-box.banner-style .skeleton__wrapper > div {
        height: auto;
    }
}

.m-info-box.banner-style .content {
    height: 100%;
}

@media (max-width: 991.98px) {
    .m-info-box.banner-style .content {
        height: auto;
    }
}

.m-info-box.banner-style .content.banner-img {
    padding: 20px 0;
}

@media (max-width: 991.98px) {
    .m-info-box.banner-style .content.banner-img {
        max-height: 330px;
    }
}

.m-info-box.banner-style .content.banner-img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    display: block;
}

@media (max-width: 991.98px) {
    .m-info-box.banner-style .content.banner-img img {
        margin: 0;
        max-height: 290px;
    }
}

.m-info-box.banner-style .content.banner-text {
    height: auto;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 991.98px) {
    .m-info-box.banner-style .content.banner-text {
        padding-top: 20px;
        padding-bottom: 40px;
        position: relative;
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@media (max-width: 991.98px) {
    .m-info-box .ext-link-item {
        margin-top: 45px;
    }
}

@media (max-width: 991.98px) {
    .m-info-box .ext-link-item:first-child {
        margin-top: 0;
    }
}

.m-info-box .ext-link h2, .m-info-box .ext-link p {
    margin: 20px 0 0;
}

    .m-info-box .ext-link h2:first-child, .m-info-box .ext-link p:first-child {
        margin-top: 0;
    }

.m-info-box .ext-link p {
    line-height: 24px;
}

.m-info-box .sitemap-list p {
    margin-top: 8px;
    margin-bottom: 0;
}

    .m-info-box .sitemap-list p:first-child {
        margin-top: 0;
    }

.m-info-box h3 form,
.m-info-box h3 form .form-group,
.m-info-box h3 .m2u-select {
    display: inline-block;
}

.m-info-box h3 .m2u-select {
    max-width: none;
    height: 26px;
    margin-left: 10px;
}

    .m-info-box h3 .m2u-select.stand-alone {
        margin-left: 0;
        margin-bottom: -5px;
    }

    .m-info-box h3 .m2u-select .select-custom {
        height: 100%;
    }

@media (max-width: 767.98px) {
    .m-info-box h3 .m2u-select::after {
        top: 8px;
    }
}

.m-info-box h3 .label,
.m-info-box h3 .m2u-select .form-control {
    display: none;
}

@media (max-width: 767.98px) {
    .m-info-box h3 .label,
    .m-info-box h3 .m2u-select .form-control {
        display: block;
        font-size: 20px;
        height: 26px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 25px;
        border-bottom: none;
        color: #FFC600;
    }
}

.m-info-box h3 .m2u-select .icon {
    right: 3px;
    top: 4px;
}

.m-info-box h3 .m2u-select .header__value {
    padding-right: 30px;
    top: 0;
}

.m-info-box h3 .m2u-select .select-custom {
    border-bottom: none;
}

.m-info-box h3 .m2u-select .select-custom__lists {
    /* width: 130px; */
    top: -5%;
}

.m-info-box h3 .m2u-select .value {
    display: inline-block;
    width: 100%;
    height: 33px;
    color: #FFC600;
}

@media (max-width: 991.98px) {
    .m-info-box.article-page {
        padding-top: 30px;
    }
}

.m-info-box .article-image {
    margin-bottom: 30px;
}

.m-info-box .article-date {
    font-size: 16px;
    margin: 0 0 25px;
}

@media (max-width: 991.98px) {
    .m-info-box .article-date {
        margin-bottom: 5px;
    }
}

.m-info-box .article-title {
    margin: 0 0 15px;
}

@media (max-width: 991.98px) {
    .m-info-box .article-title {
        margin-bottom: 25px;
    }
}

.m-info-box .article-content p,
.m-info-box .article-content ul,
.m-info-box .article-content ol {
    margin-top: 20px;
}

    .m-info-box .article-content p:first-child,
    .m-info-box .article-content ul:first-child,
    .m-info-box .article-content ol:first-child {
        margin-top: 0;
    }

.m-info-box .article-content p {
    font-size: 16px;
    line-height: 24px;
}

.m-info-box .article-content ul li,
.m-info-box .article-content ol li {
    margin-top: 2px;
    line-height: 28px;
}

    .m-info-box .article-content ul li:first-child,
    .m-info-box .article-content ol li:first-child {
        margin-top: 0;
    }

.m-info-box .article-footer {
    margin-top: 50px;
}

@media (max-width: 767.98px) {
    .m-info-box .icon-element {
        margin: 40px 0 0;
    }
}

@media (max-width: 767.98px) {
    .m-info-box .icon-element:first-child {
        margin-top: 0;
    }
}

.m-info-box .icon-element > img {
    float: left;
    max-width: 46px;
    width: 100%;
}

.m-info-box .icon-element .copy {
    padding-left: 62px;
}

    .m-info-box .icon-element .copy h4 {
        font-size: 20px;
        color: #171717;
    }

    .m-info-box .icon-element .copy a {
        display: inline-block !important;
        text-transform: uppercase;
        color: #7d7d7d;
        font-size: 14px;
        vertical-align: middle;
    }

        .m-info-box .icon-element .copy a img {
            max-width: 10px;
            margin-left: 10px;
            vertical-align: middle;
        }

.m-info-box .m-cards-info-card {
    padding: 30px 56px 30px 30px;
    height: 100px;
}

.m-info-box .ilustrasi-container {
    background-color: #fff;
}

    .m-info-box .ilustrasi-container .p-group {
        padding: 2rem;
        margin-bottom: 0;
    }

.m-info-box .anggota-komite h2 {
    font-size: 26px;
    margin-bottom: 5px;
}

    .m-info-box .anggota-komite h2 + p {
        margin-top: 0;
    }

.m-info-box .anggota-komite .p-2-column {
    -webkit-columns: auto 2;
    columns: auto 2;
    -webkit-column-gap: 30px;
    column-gap: 30px;
}

.m-info-box.contact-popup .icon-element {
    min-height: 86px;
    margin-top: 30px;
}

.m-info-box.contact-popup .copy h4 {
    line-height: 26px;
}

.c-login-box .m-info-box h3 {
    margin: 0;
    color: #fff;
}

    .c-login-box .m-info-box h3 .m2u-select .icon-arrow-down {
        color: #fff;
    }

    .c-login-box .m-info-box h3 .m2u-select .select-custom__lists {
        min-width: 150px;
        -webkit-box-shadow: 0 1px 10px 0px rgba(215, 215, 215, 0.5);
        box-shadow: 0 1px 10px 0px rgba(215, 215, 215, 0.5);
        background-color: #ededed;
    }

        .c-login-box .m-info-box h3 .m2u-select .select-custom__lists li {
            color: #373737;
        }

.c-login-box form .input.text, .c-login-box .form .input.text {
    border-color: #9d9d9d;
}

.m-calc-calculator {
    background-color: #fff;
    /* padding:36px 0px 46px; */
    padding: 1rem;
}

    .m-calc-calculator .row, .m-calc-calculator .skeleton .skeleton__wrapper, .skeleton .m-calc-calculator .skeleton__wrapper {
        position: relative;
    }

    .m-calc-calculator .calc-box {
        margin-top: 12px;
        border-right: 1px solid #808080;
    }

        .m-calc-calculator .calc-box .label {
            padding: 0;
        }

@media (max-width: 1199.98px) {
    .m-calc-calculator .calc-box {
        border-right: none;
        padding-bottom: 20px;
    }
}

@media (max-width: 991.98px) {
    .m-calc-calculator .calc-box {
        border-right: none;
        padding-bottom: 20px;
    }
}

@media (max-width: 767.98px) {
    .m-calc-calculator .calc-box {
        border-right: none;
        padding-bottom: 20px;
    }
}

.m-calc-calculator .calc-box.no-border {
    border-right: none !important;
    border-bottom: none !important;
}

.m-calc-calculator .calc-box .label {
    display: block;
    text-align: left;
    color: #808080;
    font-size: 16px;
    font-family: "latoregular";
    line-height: 24px;
    margin-bottom: 5px;
    font-weight: normal;
}

.m-calc-calculator .calc-box .lnum {
    color: #373737;
    font-size: 26px;
    line-height: 32px;
    font-family: "latobold";
}

    .m-calc-calculator .calc-box .lnum span {
        font-size: 16px;
        line-height: 24px;
        font-family: "latoregular";
    }

@media (max-width: 767.98px) {
    .m-calc-calculator.alt {
        padding-top: 18px;
        padding-bottom: 18px;
    }
}

.m-calc-calculator.alt .calc-box {
    margin-top: 0;
    border-right: 1px solid #808080;
    padding: 0;
}

@media (max-width: 767.98px) {
    .m-calc-calculator.alt .calc-box {
        border-right: none;
        padding: 10px 0;
    }
}

@media (max-width: 1199.98px) {
    .m-calc-calculator.alt-lg .calc-box {
        border-right: none;
        padding: 10px 0;
    }
}

.m-calc-calculator .button-cta,
.m-calc-calculator .apply-now {
    width: 100%;
    margin-top: 14px;
    max-width: 180px;
}

@media (max-width: 1199.98px) {
    .m-calc-calculator .button-cta,
    .m-calc-calculator .apply-now {
        margin-top: 40px;
    }
}

@media (max-width: 767.98px) {
    .m-calc-calculator .button-cta,
    .m-calc-calculator .apply-now {
        margin-top: 40px;
    }
}

@media (max-width: 991.98px) {
    .m-calc-calculator .button-cta,
    .m-calc-calculator .apply-now {
        margin-top: 50px;
    }
}

.m-calc-calculator .lrefresh {
    position: absolute;
    bottom: -26px;
    font-size: 12px;
    color: #373737;
    left: 15px;
}

@media (max-width: 1199.98px) {
    .m-calc-calculator .lrefresh {
        bottom: 70px;
    }
}

@media (max-width: 991.98px) {
    .m-calc-calculator .lrefresh {
        bottom: 80px;
    }
}

@media (max-width: 767.98px) {
    .m-calc-calculator .lrefresh {
        bottom: 70px;
    }
}

.m-calc-calculator.no-apply-button .lrefresh {
    bottom: -26px;
}

/* new calculator component, prefix with c- */
.c-calculator {
    font-size: 13px;
    /* generic class for columns */
    /* for addon text like /tahun */
}

@media screen and (min-width: 992px) {
    .c-calculator {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.c-calculator .col {
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .c-calculator .col {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 992px) {
    .c-calculator .col {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.c-calculator .addon, .c-calculator .btn.addon--small, .c-calculator .addon--small.button-cta {
    font-size: 13px;
    display: inline-block;
}

.c-calculator .btn, .c-calculator .button-cta,
.c-calculator button {
    font-size: 15.08px;
    font-family: 'latobold';
}

.c-calculator__name {
    opacity: .6;
    font-size: 1em;
}

@media screen and (min-width: 768px) {
    .c-calculator__name {
        font-size: 14.3px;
    }
}

.c-calculator-refresh .c-calculator__name {
    font-size: 15.08px;
}

.c-calculator__value {
    font-size: 26px;
    font-family: 'latobold';
    margin: 0;
    line-height: 1.5;
}

.c-calculator__refresh a {
    text-decoration: none !important;
}

/* PUG Template for c-calculator
.c-calculator
    .container
        .row.clearfix
            .col.col-xs-12.col-sm-6.col-lg-3
                .c-calculator__name Jumlah Pinjaman
                .c-calculator__value IDR 1.400.000
            .col.col-xs-6.col-lg-3(class="border-left@lg")
                .c-calculator__name Dalam waktu jangka panjang
                .c-calculator__value 20 Tahun
            .col.col-xs-6.col-lg-3(class="border-left@lg")
                .c-calculator__name Bunga
                .c-calculator__value 10.5% 
                    .addon / Tahun
            .col.col-xs-12.col-sm-6.col-lg-3(class="border-left@lg")
                .c-calculator__name Cicilan tiap tahun
                .c-calculator__value IDR 1.400.000
            .col.col-xs-12
                .row
                    .valign-center.w-auto
                        .c-calculator__refresh.valign-item
                            a(href="")
                                i.icons.icon-refresh 
                                .c-calculator__name.inline-block Hitung Ulang
                        .valign-item
                            a.btn.btn-secondary(href="") Ajukan
*/
/* time-deposit calculator */
.deposit-calculator .heading {
    width: 43%;
    margin-bottom: 0;
    float: left;
}

@media (max-width: 767.98px) {
    .deposit-calculator .heading {
        width: auto;
        float: none;
    }
}

.deposit-calculator .heading h1 {
    margin-bottom: 24px;
}

.deposit-calculator .heading h3 {
    margin: 40px 0 30px;
}

.deposit-calculator .heading .btn, .deposit-calculator .heading .button-cta {
    margin-top: 40px;
}

@media (max-width: 767.98px) {
    .deposit-calculator .heading .btn, .deposit-calculator .heading .button-cta {
        margin-top: 20px;
    }
}

.deposit-calculator form::after {
    content: '';
    display: block;
    clear: both;
}

.deposit-calculator form .m2u-select .select-custom {
    height: 100%;
}

.deposit-calculator form .m2u-select::after {
    right: 3px;
    top: 9px;
}

.deposit-calculator form .label,
.deposit-calculator form .m2u-select .form-control {
    display: none;
}

@media (max-width: 767.98px) {
    .deposit-calculator form .label,
    .deposit-calculator form .m2u-select .form-control {
        display: block;
        font-size: 24px;
        height: 40px;
        padding-top: 0px;
    }
}

.deposit-calculator form .m2u-select .icon {
    right: 3px;
    top: 7px;
}

.deposit-calculator form .m2u-select .header__value {
    top: 2px;
}

.deposit-calculator form .m2u-select .select-custom__lists {
    width: 120px;
    top: 120%;
}

.deposit-calculator form input[type="text"],
.deposit-calculator form input[type="number"],
.deposit-calculator form .m2u-select .value {
    font-size: 26px;
}

.deposit-calculator form .m2u-select .value {
    display: inline-block;
    width: 100%;
    height: 33px;
}

.deposit-calculator form input[type="text"],
.deposit-calculator form input[type="number"] {
    padding-top: 0;
    padding-bottom: 8px;
}

@media (max-width: 767.98px) {
    .deposit-calculator form input[type="text"],
    .deposit-calculator form input[type="number"] {
        padding-top: 2px;
        padding-bottom: 6px;
    }
}

.deposit-calculator form .form-group.left {
    width: 85px;
    margin-right: 20px;
    float: left;
}

@media (max-width: 767.98px) {
    .deposit-calculator form .form-group.left {
        width: 95px;
    }
}

.deposit-calculator form .form-group.right {
    width: 200px;
    float: left;
}

.deposit-calculator .card-list {
    float: right;
}

@media (max-width: 767.98px) {
    .deposit-calculator .card-list {
        width: auto;
        margin-top: 50px;
        float: none;
    }
}

.deposit-calculator .card-list .list {
    margin: 0;
}

@media (max-width: 991.98px) {
    .deposit-calculator .card-list .list {
        width: auto;
    }
}

.deposit-calculator .card-list .card-item {
    width: 400px;
    min-height: 365px;
}

@media (max-width: 991.98px) {
    .deposit-calculator .card-list .card-item {
        width: 370px;
    }
}

@media (max-width: 767.98px) {
    .deposit-calculator .card-list .card-item {
        width: 100%;
        margin: 0;
    }
}

.deposit-calculator .card-list .card-item .body {
    bottom: 60px;
}

    .deposit-calculator .card-list .card-item .body .body-row {
        padding-top: 25px;
        padding-bottom: 26px;
    }

        .deposit-calculator .card-list .card-item .body .body-row p {
            margin: 0;
            color: #808080;
        }

        .deposit-calculator .card-list .card-item .body .body-row h3 {
            margin: 0;
        }

            .deposit-calculator .card-list .card-item .body .body-row h3 .left {
                float: left;
            }

            .deposit-calculator .card-list .card-item .body .body-row h3 .right {
                float: right;
            }

.deposit-calculator .card-list .card-item .foot {
    height: 60px;
    padding-top: 16px;
    border-top: solid 1px #e9e9e9;
}

.deposit-calculator input,
.deposit-calculator .m2u-select {
    height: 40px;
}

.modal.deposit-calculator .card-list {
    float: none;
}

.modal.deposit-calculator .list {
    margin: 0;
}

.modal.deposit-calculator .card-item {
    width: 100%;
    margin: 0;
}

/* financial calculator form */
.financial-calculator .heading {
    margin-bottom: 25px;
}

.financial-calculator .calc-result {
    margin-top: 40px;
}

    .financial-calculator .calc-result .box {
        margin: 0;
        padding: 22px 20px 30px;
        background-color: #ededed;
        color: #373737;
    }

@media (max-width: 767.98px) {
    .financial-calculator .calc-result .box {
        padding: 18px 16px 22px;
    }
}

.financial-calculator .calc-result .box h3 {
    margin: 0 0 15px;
}

@media (max-width: 767.98px) {
    .financial-calculator .calc-result .box h3 {
        font-size: 18px;
    }
}

.financial-calculator .calc-result .box .result {
    margin: 0;
    font-size: 42px;
    line-height: 50px;
    color: #389a6e;
    font-family: 'latobold';
}

@media (max-width: 767.98px) {
    .financial-calculator .calc-result .box .result {
        font-size: 24px;
        line-height: 30px;
    }
}

.financial-calculator form::after {
    content: '';
    display: block;
    clear: both;
}

.financial-calculator form .m2u-select .select-custom {
    height: 100%;
    max-height: 71px;
}

.financial-calculator form .m2u-select::after {
    right: 3px;
    top: 9px;
}

.financial-calculator form .label,
.financial-calculator form .m2u-select .form-control {
    display: none;
}

@media (max-width: 767.98px) {
    .financial-calculator form .label,
    .financial-calculator form .m2u-select .form-control {
        display: block;
        font-size: 20px;
        height: 40px;
        padding-top: 0px;
    }
}

.financial-calculator form .m2u-select .icon {
    right: 3px;
    top: 4px;
}

.financial-calculator form .m2u-select .header__value {
    top: 4px;
}

.financial-calculator form .m2u-select .select-custom__lists {
    top: 120%;
}

.financial-calculator form .m2u-select .select-custom__header .label,
.financial-calculator form .m2u-select .select-custom__header .title,
.financial-calculator form .form-group label {
    font-size: 20px !important;
    font-family: 'latobold';
    font-weight: normal;
    line-height: 26px;
}

    .financial-calculator form .form-group label.sm {
        display: none;
    }

@media (max-width: 767.98px) {
    .financial-calculator form .form-group label.sm {
        display: block;
    }
}

.financial-calculator form input[type="text"],
.financial-calculator form input[type="number"],
.financial-calculator form .m2u-select .value {
    font-size: 20px;
}

.financial-calculator form .m2u-select .value {
    display: inline-block;
    width: 100%;
    height: 33px;
}

.financial-calculator form input[type="text"],
.financial-calculator form input[type="number"] {
    padding-top: 0;
    padding-bottom: 8px;
    /* @include media-breakpoint-down(sm) {
                padding-top: 2px;
                padding-bottom: 6px;
            } */
}

.financial-calculator form .input-group {
    max-width: 340px;
}

.financial-calculator form .input-group-addon {
    font-size: 20px;
    line-height: 26px;
    padding-top: 0;
    padding-bottom: 8px;
}

.tabs {
    background-color: #f5f5f5;
    padding: 6px 0;
}

@media (max-width: 991.98px) {
    .tabs {
        padding: 0;
    }
}

.tabs .container > ul {
    margin: 0 -15px;
}

    .tabs .container > ul li {
        list-style: none;
        text-transform: uppercase;
        display: inline-block;
        position: relative;
    }

        .tabs .container > ul li:after {
            content: '';
            position: absolute;
            width: 100%;
            left: 0;
            bottom: -6px;
            border-bottom: 2px solid transparent;
            -webkit-transition: border-color ease .3s;
            transition: border-color ease .3s;
        }

@media (max-width: 991.98px) {
    .tabs .container > ul li:after {
        bottom: 0;
    }
}

.tabs .container > ul li a {
    display: inline-block;
    padding: 15px 25px;
    margin: 0 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
}

    .tabs .container > ul li a h3 {
        margin-bottom: 0;
    }

.tabs .container > ul li.active:after, .tabs .container > ul li:hover:after {
    border-bottom: 2px solid #FFC600;
}

.tabs .pull-right a, .tabs .pull-right button {
    max-width: 230px;
    margin-top: 5px;
}

@media (max-width: 991.98px) {
    .tabs.tabs-with-button .container {
        padding: 0;
    }
}

@media (max-width: 991.98px) {
    .tabs.tabs-with-button ul {
        overflow: auto;
        white-space: nowrap;
        float: none !important;
    }
}

@media (max-width: 991.98px) {
    .tabs.tabs-with-button .pull-right {
        float: none !important;
    }
}

@media (max-width: 991.98px) {
    .tabs.tabs-with-button .pull-right a, .tabs.tabs-with-button .pull-right button {
        margin: 20px;
        float: none !important;
    }
}

.tab-box {
    margin-left: -15px;
    margin-right: -15px;
}

    .tab-box .tab-handle {
        display: inline-block;
        padding-left: 15px;
        padding-right: 15px;
    }

.m-tabs-apply-tabs .tab-header {
    background-color: #fff;
    text-align: center;
    position: relative;
}

    .m-tabs-apply-tabs .tab-header.left-align {
        text-align: left;
    }

        .m-tabs-apply-tabs .tab-header.left-align a {
            margin: 0 30px 0 0;
        }

    .m-tabs-apply-tabs .tab-header.gray {
        background-color: #ededed;
    }

    .m-tabs-apply-tabs .tab-header .options {
        display: block;
        position: relative;
    }

        .m-tabs-apply-tabs .tab-header .options select,
        .m-tabs-apply-tabs .tab-header .options i {
            display: none;
        }

@media (max-width: 991.98px) {
    .m-tabs-apply-tabs .tab-header .options select {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        -webkit-appearance: button;
    }
}

@media (max-width: 991.98px) {
    .m-tabs-apply-tabs .tab-header .options i {
        display: block;
        height: 24px;
        position: absolute;
        right: 20px;
        top: 0;
        bottom: 0;
        margin: auto;
        font-size: 24px;
        line-height: 24px;
    }
}

.m-tabs-apply-tabs .tab-header .options.autowidth a {
    width: auto;
}

@media (max-width: 991.98px) {
    .m-tabs-apply-tabs .tab-header .options.autowidth a {
        width: 100%;
    }
}

.m-tabs-apply-tabs .tab-header a {
    padding: 20px 0px;
    width: 140px;
    font-family: "latobold";
    color: #373737;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    position: relative;
    margin: 0 15px;
}

    .m-tabs-apply-tabs .tab-header a.active::after, .m-tabs-apply-tabs .tab-header a:hover::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #FFC600;
        bottom: 0px;
        left: 0px;
    }

@media (max-width: 991.98px) {
    .m-tabs-apply-tabs .tab-header a.active::after, .m-tabs-apply-tabs .tab-header a:hover::after {
        content: none;
    }
}

.m-tabs-apply-tabs .tab-header a:hover {
    text-decoration: none;
}

.m-tabs-apply-tabs .tab-header a .icon {
    width: 46px;
    height: 46px;
    margin: auto;
    margin-bottom: 10px;
}

    .m-tabs-apply-tabs .tab-header a .icon img {
        margin: auto;
        max-height: 100%;
        max-width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

@media (max-width: 991.98px) {
    .m-tabs-apply-tabs .tab-header a {
        display: none;
        width: 100%;
        text-align: left;
        padding: 14px 10px;
        margin-left: 0px;
        margin-right: 0px;
    }

        .m-tabs-apply-tabs .tab-header a .icon {
            display: inline-block;
            width: 50px;
            height: 30px;
            text-align: center;
            margin-right: 20px;
            margin-bottom: 0px;
        }

            .m-tabs-apply-tabs .tab-header a .icon img {
                margin-left: 0px;
            }

        .m-tabs-apply-tabs .tab-header a span {
            display: inline-block;
        }
}

@media (max-width: 991.98px) {
    .m-tabs-apply-tabs .tab-header a.active {
        display: inline-block;
    }
}

.m-tabs-apply-tabs .tab-header.text-only a {
    width: auto;
}

@media (max-width: 991.98px) {
    .m-tabs-apply-tabs .tab-header.text-only a {
        width: 100%;
    }
}

.m-tabs-apply-tabs .tab-header.text-only a .icon {
    display: none;
}

.m-tabs-apply-tabs .tab-header.text-only a span {
    font-size: 18px;
    line-height: 24px;
    font-family: 'latobold';
    color: #808080;
}

.m-tabs-apply-tabs .tab-header.text-only a.active span {
    color: #373737;
}

.m-tabs-apply-tabs .tab-content {
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .m-tabs-apply-tabs .tab-content .filter-tag-wrapper {
        margin-bottom: 15px;
    }

.page-aleph-sitemap .sitemap-header {
    padding: 20px 0px;
    border-bottom: 1px solid #ddd;
}

    .page-aleph-sitemap .sitemap-header .alephlogo {
        width: 90px;
        float: left;
        margin-right: 20px;
    }

    .page-aleph-sitemap .sitemap-header h2 {
        font-size: 34px;
        float: left;
        margin-top: 26px !important;
    }

.page-aleph-sitemap .sitemap-content {
    padding: 40px 0px;
}

    .page-aleph-sitemap .sitemap-content h2 {
        display: block;
    }

    .page-aleph-sitemap .sitemap-content a {
        display: block;
        width: 100%;
        padding: 5px 0px;
    }

        .page-aleph-sitemap .sitemap-content a.not-done {
            color: #ccc;
        }

    .page-aleph-sitemap .sitemap-content .links {
        padding-bottom: 50px;
    }

        .page-aleph-sitemap .sitemap-content .links.not-done h2, .page-aleph-sitemap .sitemap-content .links.not-done a {
            color: #ccc;
        }

.site-logo {
    height: 100%;
    position: relative;
    z-index: 2;
    padding-left: 0;
}

@media (min-width: 768px) {
    .site-logo {
        padding-left: 30px;
    }
}

.site-logo > a {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    width: 169px;
    height: 34px;
    background: url("../img/maybank-logo.svg") left center no-repeat;
    background-size: contain;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
}

@media (max-width: 767.98px) {
    .site-logo > a {
        width: 140px;
    }
}

@media (max-width: 575.98px) {
    .site-logo > a {
        width: 110px;
    }
}

.site-logo img {
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: none;
    max-height: 100%;
}

@media (max-width: 991.98px) {
    .site-logo img {
        left: 20px;
    }
}

@media (max-width: 767.98px) {
    .site-logo img {
        width: 140px;
    }
}

.page-premier-wealth .site-logo a {
    background: url("../img/maybank-logo-pw.svg") left center no-repeat;
    background-size: contain;
}

#perbankan-syariah-logo {
    width: 50px;
    height: 50px;
}

/* for page /search */
.page-banner-body .search-result-banner form p {
    max-width: 500px;
    margin: 0;
}

.page-banner-body .search-result-banner form input {
    display: block;
    width: 100%;
    max-width: 500px;
    height: 60px;
    background: none;
    border: none;
    border-bottom: solid 1px #9d9d9d;
    margin: 2px 0 18px;
    padding: 0;
    font-size: 42px;
    font-family: 'latobold';
}

.page-banner-body .search-result-banner form .btn, .page-banner-body .search-result-banner form .button-cta {
    width: 230px;
    margin-top: 40px;
    position: relative;
}

    .page-banner-body .search-result-banner form .btn input[type="submit"], .page-banner-body .search-result-banner form .button-cta input[type="submit"] {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        cursor: pointer;
    }

.search-result-header .top-nav-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
    float: none;
    text-transform: uppercase;
}

    .search-result-header .top-nav-link .links a:first-child {
        padding-left: 0;
    }

@media (max-width: 991.98px) {
    .search-result-header .top-nav-link .links a:first-child {
        padding-left: 14px;
    }
}

.search-result-header .top-nav-link .links a::after {
    display: none;
}

.search-result-header .container .row div:first-child, .search-result-header .container .skeleton .skeleton__wrapper div:first-child, .skeleton .search-result-header .container .skeleton__wrapper div:first-child {
    padding-left: 15px;
}

.search-result-header .container .row div:last-child, .search-result-header .container .skeleton .skeleton__wrapper div:last-child, .skeleton .search-result-header .container .skeleton__wrapper div:last-child {
    padding-right: 15px;
}

.search-result-list .search-result {
    padding: 40px 0;
    border-top: solid 1px #d7d7d7;
}

    .search-result-list .search-result:first-child {
        border-top: none;
    }

    .search-result-list .search-result .row, .search-result-list .search-result .skeleton .skeleton__wrapper, .skeleton .search-result-list .search-result .skeleton__wrapper {
        position: relative;
        margin: 0;
    }

    .search-result-list .search-result .search-result-image {
        display: none;
    }

    .search-result-list .search-result .text {
        margin-right: 310px;
    }

@media (max-width: 991.98px) {
    .search-result-list .search-result .text {
        margin-right: 0;
    }
}

.search-result-list .search-result .text h3 {
    margin: 0 0 15px;
}

.search-result-list .search-result .text p {
    margin: 0;
}

.search-result-list .search-result .btn, .search-result-list .search-result .button-cta {
    width: 230px;
    height: 46px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

@media (max-width: 991.98px) {
    .search-result-list .search-result .btn, .search-result-list .search-result .button-cta {
        position: relative;
        margin-top: 15px;
    }
}

.search-result-list .with-image {
    padding: 45px 0;
}

    .search-result-list .with-image .search-result-image {
        display: block;
        width: 200px;
        height: auto;
        position: absolute;
        left: 0;
        top: -5px;
    }

@media (max-width: 767.98px) {
    .search-result-list .with-image .search-result-image {
        position: static;
        width: 40%;
        min-width: 200px;
    }
}

.search-result-list .with-image .text {
    margin-left: 250px;
}

@media (max-width: 767.98px) {
    .search-result-list .with-image .text {
        margin-left: 0;
        margin-top: 20px;
    }
}

@media (max-width: 991.98px) {
    .search-result-list .with-image .btn, .search-result-list .with-image .button-cta {
        margin-left: 250px;
    }
}

@media (max-width: 767.98px) {
    .search-result-list .with-image .btn, .search-result-list .with-image .button-cta {
        margin-left: 0;
    }
}

/* search travel in 360 travel */
.search-travel {
    background-color: #fff;
    margin-left: -20px;
    margin-right: -20px;
    /* form in search travel */
}

@media screen and (min-width: 992px) {
    .search-travel {
        margin-left: 0;
        margin-right: 0;
        position: absolute;
        width: 70%;
        top: -90px;
        left: 15px;
        z-index: 10;
    }
}

.search-travel-container {
    padding: 15px;
    border-radius: 8px;
    /* add drop shadow on >992px */
}

@media screen and (min-width: 992px) {
    .search-travel-container {
        -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
    }
}

.search-travel-header {
    margin-bottom: 2rem;
}

.search-travel form {
    /* override max width from default form input */
    /* custom col class */
}

    .search-travel form input,
    .search-travel form .m2u-select {
        max-width: 100%;
        width: 100%;
    }

        .search-travel form .m2u-select .header__value {
            top: 0;
            padding: 8px 0;
        }

        .search-travel form .m2u-select input.form-control {
            position: absolute;
            width: 100%;
            top: 0;
        }

    .search-travel form button {
        width: 100%;
    }

    .search-travel form .col {
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        width: 50%;
        /* make the input title bold */
    }

@media screen and (orientation: portrait) and (max-width: 767px) {
    .search-travel form .col {
        width: 100%;
    }
}

@media screen and (orientation: landscape) and (min-width: 992px) {
    .search-travel form .col {
        width: 33.3333%;
    }
}

.search-travel form .col-title {
    font-family: 'latobold';
}

.page-banner-body .locate-us-banner form {
    margin-top: 40px;
}

@media (max-width: 767.98px) {
    .page-banner-body .locate-us-banner form {
        margin-top: 20px;
    }
}

@media (max-width: 575.98px) {
    .page-banner-body .locate-us-banner form {
        margin-top: 0;
    }
}

.page-banner-body .locate-us-banner form input,
.page-banner-body .locate-us-banner form .m2u-select {
    display: block;
    width: 100%;
    max-width: 270px;
    height: 46px;
    margin: 0 30px 20px 0;
    padding: 0;
    background: none;
    border: none;
    border-bottom: solid 1px #9d9d9d;
    /*font-size: 20px;*/
    font-size: 14px;
    float: left;
}

.page-banner-body .locate-us-banner form .m2u-select {
    /* mobile version */
}

    .page-banner-body .locate-us-banner form .m2u-select .select-custom {
        height: 100%;
        border: none;
    }

    .page-banner-body .locate-us-banner form .m2u-select .header__value {
        top: 0;
        padding: 0;
        line-height: 45px;
    }

    .page-banner-body .locate-us-banner form .m2u-select .icon {
        top: 16px;
    }

    .page-banner-body .locate-us-banner form .m2u-select select {
        border: none;
    }

@media (max-width: 767.98px) {
    .page-banner-body .locate-us-banner form .m2u-select select {
        height: 46px;
        font-size: 20px;
    }
}

.page-banner-body .locate-us-banner form .m2u-select::after {
    top: 16px;
}

.page-banner-body .locate-us-banner form .btn, .page-banner-body .locate-us-banner form .button-cta {
    width: 230px;
    margin: 0;
    position: relative;
    float: left;
}

    .page-banner-body .locate-us-banner form .btn input[type="submit"], .page-banner-body .locate-us-banner form .button-cta input[type="submit"] {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        cursor: pointer;
    }

.locate-us-full-header .content-tabs {
    margin: 0;
    border: none;
}

.locate-us-full-list .filter-tag-wrapper {
    margin-bottom: 40px;
}

.locate-us-full-list .property-item {
    height: 260px;
}

@media (max-width: 767.98px) {
    .locate-us-full-list .property-item {
        height: auto;
        margin-top: 45px;
    }
}

@media (max-width: 767.98px) {
    .locate-us-full-list .property-item:first-child {
        margin-top: 0;
    }
}

.locate-us-full-list .property-item h3, .locate-us-full-list .property-item p {
    padding-right: 30px;
}

.locate-us-tool {
    height: 80vh;
    min-height: 500px;
    max-height: 940px;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.locate-us-list {
    width: 38%;
    height: 100%;
    padding: 30px 30px 60px 50px;
    background: #fff;
    float: left;
    position: relative;
}

@media (max-width: 1199.98px) {
    .locate-us-list {
        padding-left: 40px;
    }
}

@media (max-width: 991.98px) {
    .locate-us-list {
        width: 100%;
        padding: 20px;
        float: none;
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transition: left 0.6s;
        transition: left 0.6s;
    }
}

.locate-us-list .content-tabs {
    margin-top: -15px;
    margin-bottom: 25px;
}

.locate-us-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 110px 30px 60px 50px;
}

@media (max-width: 1199.98px) {
    .locate-us-content {
        margin-left: 40px;
    }
}

@media (max-width: 991.98px) {
    .locate-us-content {
        margin: 95px 20px 20px;
    }
}

.locate-us-content > div {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.locate-us-content .row, .locate-us-content .skeleton .skeleton__wrapper, .skeleton .locate-us-content .skeleton__wrapper {
    margin-right: 0;
}

.locate-us-content .filter-tag-wrapper {
    padding-bottom: 10px;
    border-bottom: solid 1px #d7d7d7;
}

.locate-us-content .property-list .property-item {
    padding: 25px 50px 25px 0;
    border-top: solid 1px #d7d7d7;
    position: relative;
    cursor: pointer;
}

    .locate-us-content .property-list .property-item:first-child {
        border-top: none;
    }

    .locate-us-content .property-list .property-item h3 {
        margin-bottom: 12px;
    }

    .locate-us-content .property-list .property-item p {
        margin: 0;
    }

    .locate-us-content .property-list .property-item .open-hour {
        margin-top: 15px;
    }

    .locate-us-content .property-list .property-item .icon {
        position: absolute;
        right: 10px;
        top: 45px;
    }

    .locate-us-content .property-list .property-item a {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

.locate-us-detail-screen {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.5;
}

.locate-us-detail {
    width: 100%;
    height: 100%;
    padding: 50px 30px 50px 50px;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
    position: absolute;
    z-index: 1;
    right: 100%;
    top: 0;
    background: #fff;
    -webkit-transition: right 0.6s, height 0.6s;
    transition: right 0.6s, height 0.6s;
    /* toggle height in mobile & tab portrait */
    /* --------------------------------------- */
}

@media (max-width: 1199.98px) {
    .locate-us-detail {
        padding-left: 30px;
        padding-bottom: 40px;
    }
}

@media (max-width: 767.98px) {
    .locate-us-detail {
        padding: 20px 35px 25px 20px;
    }
}

@media (max-width: 991.98px) {
    .locate-us-detail {
        height: 33%;
    }
}

@media (max-width: 991.98px) {
    .locate-us-detail.full {
        height: 100%;
    }
}

.locate-us-detail .inner {
    width: 100%;
    height: 100%;
    overflow: auto;
    padding-left: 55px;
    position: relative;
}

@media (max-width: 767.98px) {
    .locate-us-detail .inner {
        padding-left: 45px;
    }
}

.locate-us-detail .inner .property-icon {
    position: absolute;
    left: 0;
    top: 0;
}

.locate-us-detail .inner h3 {
    margin-top: 5px;
    margin-bottom: 15px;
}

@media (max-width: 767.98px) {
    .locate-us-detail .inner h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

.locate-us-detail .inner p {
    margin: 0;
}

@media (max-width: 767.98px) {
    .locate-us-detail .inner p {
        font-size: 15px;
        line-height: 23px;
    }
}

.locate-us-detail .inner .open-hour {
    margin-top: 20px;
}

@media (max-width: 767.98px) {
    .locate-us-detail .inner .open-hour {
        margin-top: 15px;
    }
}

.locate-us-detail .inner h4 {
    font-size: 16px;
    margin-top: 35px;
    margin-bottom: 15px;
}

@media (max-width: 767.98px) {
    .locate-us-detail .inner h4 {
        font-size: 15px;
        margin-top: 25px;
        margin-bottom: 10px;
    }
}

.locate-us-detail .inner table {
    width: 100%;
    margin: 0;
    padding: 0;
}

    .locate-us-detail .inner table td {
        padding: 4px 0;
    }

@media (max-width: 767.98px) {
    .locate-us-detail .inner table td {
        padding: 2px 0;
    }
}

.locate-us-detail .inner ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .locate-us-detail .inner ul li {
        padding: 4px 0;
    }

@media (max-width: 767.98px) {
    .locate-us-detail .inner ul li {
        padding: 2px 0;
    }
}

.locate-us-detail .inner .direction-tool {
    margin-top: 40px;
}

    .locate-us-detail .inner .direction-tool .btn, .locate-us-detail .inner .direction-tool .button-cta {
        margin-bottom: 30px;
    }

    .locate-us-detail .inner .direction-tool.no-geolocation {
        display: none;
    }

.locate-us-detail .close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 10px;
    background: url("../img/icons/close.png") center center no-repeat;
    opacity: 1;
    cursor: pointer;
}

@media (max-width: 767.98px) {
    .locate-us-detail .close {
        right: 5px;
        top: 5px;
    }
}

.locate-us-detail .toggle-expand {
    display: none;
}

@media (max-width: 991.98px) {
    .locate-us-detail .toggle-expand {
        display: inline-block;
        text-align: center;
        line-height: 25px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
}

@media (max-width: 991.98px) {
    .locate-us-list.detail-open {
        left: -100%;
    }
}

.locate-us-list.detail-open .locate-us-detail {
    right: 0;
}

@media (max-width: 991.98px) {
    .locate-us-list.detail-open .locate-us-detail {
        right: -100%;
    }
}

.locate-us-map {
    width: 62%;
    height: 100%;
    background: #ededed;
    background-size: cover;
    float: right;
}

@media (max-width: 991.98px) {
    .locate-us-map {
        width: 100%;
        height: 67%;
        position: absolute !important;
        top: 33%;
        float: none;
    }
}

/* basic list style goes here */
.list-group__item {
    width: 100%;
}

.list-group .item__col, .list-group--bordered .item__col {
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    padding-right: 10px;
}

.list-group .item__picture--icon, .list-group--bordered .item__picture--icon {
    /* NOTE: extend this class from item__picture in the future when it has styling */
    width: 46px;
    height: 46px;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .list-group .item__picture--icon, .list-group--bordered .item__picture--icon {
        margin: initial;
    }
}

.list-group .item__title, .list-group--bordered .item__title {
    font-family: 'latobold';
}

.list-group .item__content, .list-group--bordered .item__content {
    color: #9d9d9d;
    font-size: 14px;
    line-height: 2;
}

    .list-group .item__content img.arrow, .list-group--bordered .item__content img.arrow {
        max-width: 10px;
        margin-left: 10px;
    }

.list-group .item__text, .list-group--bordered .item__text {
    padding-top: 5px;
}

    .list-group .item__text > *, .list-group--bordered .item__text > * {
        font-size: 90%;
        line-height: 1.5;
    }

.list-group .item__action, .list-group--bordered .item__action {
    font-size: 80%;
}

.list-group--bordered {
    margin-top: -30px;
    margin-bottom: -30px;
}

    .list-group--bordered .list-group__item {
        border-bottom: 1px solid #eee;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .list-group--bordered .item__col:nth-child(1) {
        padding-left: 0;
        padding-right: 10px;
    }

    .list-group--bordered .item__col:nth-child(2) {
        padding-left: 10px;
        padding-right: 10px;
    }

ul.country-list {
    list-style: none;
    padding-left: 0;
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

    ul.country-list .country-item {
        text-align: center;
        display: inline-block;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    ul.country-list .country-flag {
        width: 79px;
        height: 79px;
        border-radius: 50%;
        overflow: hidden;
        margin: 0 auto;
        -webkit-box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.07);
        box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.07);
    }

        ul.country-list .country-flag img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

.m-cards-info-card.files-list-wrapper {
    padding: 30px;
}

    .m-cards-info-card.files-list-wrapper:after {
        content: initial;
    }

@media (min-width: 768px) {
    .files-list {
        display: table;
    }
}

.files-list .files-icon, .files-list .files-name, .files-list .files-button {
    display: table-cell;
}

@media (max-width: 991.98px) {
    .files-list .files-icon, .files-list .files-name, .files-list .files-button {
        vertical-align: middle;
    }
}

.files-list .files-icon {
    width: 40px;
}

    .files-list .files-icon img {
        /* width: 30px */
        width: 25px;
    }

.files-list .files-name {
    word-break: break-all;
}

.files-list .files-button {
    text-align: right;
}

@media (max-width: 991.98px) {
    .files-list .files-button {
        text-align: left;
        display: block;
    }
}

.files-list img {
    /* width: 30px; */
    width: 25px;
}

.files-list__action {
    margin-top: .8rem;
}

@media screen and (min-width: 992px) {
    .files-list__action {
        margin-top: 1rem;
    }
}

.file-download__name {
    vertical-align: middle;
    font-size: 1rem;
}

.file-download a {
    text-decoration: none;
    color: #373737;
}

.skeleton .skeleton__body, .skeleton .skeleton__img--circle {
    margin: 0 auto;
}

.center {
    margin: 0 auto;
}

.skeleton-animated-bg, .skeleton .skeleton__img, .skeleton .skeleton__img--circle, .skeleton .skeleton__line {
    overflow: hidden;
    position: relative;
}

    .skeleton-animated-bg:after, .skeleton .skeleton__img:after, .skeleton .skeleton__img--circle:after, .skeleton .skeleton__line:after {
        content: '';
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-name: placeHolderShimmer;
        animation-name: placeHolderShimmer;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        background: #f6f7f8;
        background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
        background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
        background-size: 1920px 104px;
        position: relative;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
    }

.skeleton-animated-bg--dark, .skeleton--transparent .skeleton__img,
.skeleton--transparent .skeleton__img--circle,
.skeleton--transparent .skeleton__line {
    overflow: hidden;
    position: relative;
}

    .skeleton-animated-bg--dark:after, .skeleton--transparent .skeleton__img:after,
    .skeleton--transparent .skeleton__img--circle:after,
    .skeleton--transparent .skeleton__line:after {
        content: '';
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-name: placeHolderShimmer;
        animation-name: placeHolderShimmer;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        background: #f6f7f8;
        background: -webkit-gradient(linear, left top, right top, color-stop(8%, #c9c9c9), color-stop(18%, #dddddd), color-stop(33%, #c9c9c9));
        background: linear-gradient(to right, #c9c9c9 8%, #dddddd 18%, #c9c9c9 33%);
        background-size: 1920px 104px;
        position: relative;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
    }

.skeleton {
    overflow: hidden;
    border-radius: 8px;
    /* specific banner */
}

    .skeleton .skeleton__wrapper {
        white-space: initial;
        /* skeleton line under col classes have less margin */
    }

        .skeleton .skeleton__wrapper [class^="col-"] .skeleton__line {
            margin-top: 5px;
            margin-bottom: 5px;
        }

    .skeleton .skeleton__body {
        padding: 15px;
        background-color: #fff;
    }

    .skeleton .skeleton__img, .skeleton .skeleton__img--circle {
        height: 220px;
        background-color: #ededed;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    .skeleton .skeleton__img--shorter {
        height: 120px;
    }

    .skeleton .skeleton__img--aligned-left {
        margin: 0 15px;
    }

    .skeleton .skeleton__img--circle {
        border-radius: 50%;
        width: 60px;
        height: 60px;
    }

    .skeleton .skeleton__line {
        background-color: #d8d8d8;
        height: 20px;
        border-radius: 8px;
        width: 100%;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

        .skeleton .skeleton__line.quarter {
            width: 25%;
        }

        .skeleton .skeleton__line.half {
            width: 50%;
        }

        .skeleton .skeleton__line.ounce {
            width: 75%;
        }

        .skeleton .skeleton__line.tall {
            height: 45px;
        }

    .skeleton .skeleton__footer {
        padding: .5rem 15px;
        background-color: #fff;
    }

    .skeleton-banner-promotion .skeleton__img, .skeleton-banner-promotion .skeleton .skeleton__img--circle, .skeleton .skeleton-banner-promotion .skeleton__img--circle {
        border-radius: 8px;
        height: 250px;
    }

@media screen and (min-width: 768px) {
    .skeleton-banner-promotion .skeleton__img, .skeleton-banner-promotion .skeleton .skeleton__img--circle, .skeleton .skeleton-banner-promotion .skeleton__img--circle {
        height: 450px;
    }
}

.skeleton--transparent {
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .skeleton--transparent .skeleton__header,
    .skeleton--transparent .skeleton__body,
    .skeleton--transparent .skeleton__footer {
        background: transparent;
    }

/* size fore specific section's skeleton */
.story-list.quad .skeleton .skeleton__img, .story-list.quad .skeleton .skeleton__img--circle {
    height: 175px;
}

.m-cards .skeleton__img, .m-cards .skeleton .skeleton__img--circle, .skeleton .m-cards .skeleton__img--circle {
    min-height: 120px;
}

@media screen and (min-width: 768px) {
    .m-cards .skeleton__img, .m-cards .skeleton .skeleton__img--circle, .skeleton .m-cards .skeleton__img--circle {
        min-height: 165px;
    }
}

.long-m-cards .skeleton .skeleton__img, .long-m-cards .skeleton .skeleton__img--circle {
    height: 185px;
}

/* skeleton animation */
@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

/** 
 *@desc Tile Component
 * this component uses 8pt design
 */
.tile {
    margin-top: 16px;
    margin-bottom: 16px;
    /** structure */
    /** element */
}

.tile__picture {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
}

    .tile__picture img {
        width: 100%;
        height: 100%;
    }

.tile__title {
    padding-bottom: 8px;
}

    .tile__title h1,
    .tile__title h2,
    .tile__title h3,
    .tile__title h4 {
        margin: 0;
        line-height: 1;
    }

.story-card-new {
    -webkit-box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.07);
    box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.07);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    max-width: 368px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

    .story-card-new.skeleton {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .story-card-new:hover {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        transform: translateY(-2px);
    }

.story-card-new__img {
    width: inherit;
    height: 200px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

    .story-card-new__img.smaller {
        height: 165px;
    }

    .story-card-new__img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
    }

.story-card-new__top, .story-card-new__mid {
    width: 100%;
}

.story-card-new__title, .story-card-new__logo {
    height: 48px;
}

.story-card-new__top {
    height: 60px;
}

.story-card-new__mid {
    padding-top: 8px;
    padding-top: 0.5rem;
    padding-bottom: 8px;
    padding-bottom: 0.5rem;
    height: 96px;
    vertical-align: top;
}

    .story-card-new__mid ~ .story-card-new__footer {
        margin-top: 15%;
        margin-bottom: 5%;
    }

.story-card-new__title {
    margin: 0;
    line-height: 1.2;
    font-size: 20px;
    font-size: 1.25rem;
    font-family: 'latobold';
    white-space: normal;
}

.story-card-new__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: rgba(0, 0, 0, 0.2);
}

.story-card-new__info {
    color: #fff;
    margin: 16px;
    margin: 1rem;
    font-size: 17.6px;
    font-size: 1.1rem;
    letter-spacing: .2px;
}

    .story-card-new__info img {
        max-width: 140px;
        margin-top: 24px;
        margin-top: 1.5rem;
    }

.story-card-new__body {
    padding: 8px 16px;
    padding: 0.5rem 1rem;
    background-color: #fff;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.story-card-new__logo img {
    max-width: 120px;
}

.story-card-new__content {
    color: rgba(55, 55, 55, 0.6);
}

    .story-card-new__content p {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        height: 67.2px;
        /* Fallback for non-webkit */
        margin: 0 auto;
        font-size: 16px;
        line-height: 1.4;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }

.story-card-new__img {
    border-radius: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.story-card-new__action .action__item {
    margin-top: 8px;
    margin-top: 0.5rem;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
    width: 100%;
}

.story-card-new .btn-link {
    color: #373737;
    font-family: "latobold";
    font-size: 14px;
}

.story-card-new hr {
    margin-top: 8px;
    margin-top: 0.5rem;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
}

.story-card-new.article {
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
    border: none;
}

    .story-card-new.article:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .story-card-new.article .story-card-new__top {
        height: inherit;
    }

    .story-card-new.article .story-card-new__mid {
        padding-top: 0;
        padding-bottom: 0;
    }

    .story-card-new.article .story-card-new__img {
        border-radius: 8px;
    }

    .story-card-new.article .story-card-new__body {
        padding: 4px 0px;
        padding: 0.25rem 0rem;
        white-space: normal;
    }

    .story-card-new.article .story-card-new__title {
        font-size: 24px;
        font-size: 1.5rem;
        vertical-align: top;
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        height: 3.6rem;
        /* Fallback for non-webkit */
        margin: 0 auto;
        font-size: 1.5rem;
        line-height: 1.2;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }

.story-card-new.news .story-card-new__body-inner {
    height: 320px;
}

.story-card-new.news .story-card-new__top {
    padding-top: 25px;
    padding-bottom: 25px;
    display: block;
    height: auto;
}

.story-card-new.news .story-card-new__title,
.story-card-new.news .story-card-new__date {
    display: block;
    height: auto;
}

.story-card-new.news .story-card-new__date {
    color: rgba(23, 23, 23, 0.6);
    font-family: 'latobold';
    font-size: 14px;
    padding-top: 5px;
}

.story-card-new.news .story-card-new__mid {
    height: auto;
}

.story-card-new.news .story-card-new__content p {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 134.4px;
    /* Fallback for non-webkit */
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.4;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.m-modals-info-modals {
    color: #373737 !important;
    padding: 1rem 2rem;
}

    .m-modals-info-modals h1 {
        font-family: "latobold";
        font-size: 26px;
        line-height: 32px;
        text-align: left;
        color: #373737;
        margin-bottom: 20px;
    }

    .m-modals-info-modals p {
        font-family: "latoregular";
        font-size: 16px;
        line-height: 24px;
        text-align: left;
        color: #373737;
        margin-bottom: 20px;
    }

    .m-modals-info-modals a {
        color: #373737 !important;
    }

    .m-modals-info-modals .gray-text {
        color: #808080 !important;
    }

    .m-modals-info-modals .white-text {
        color: #fff !important;
    }

    .m-modals-info-modals a.js-proceed-leave-site {
        margin-right: 20px;
        margin-bottom: 20px;
        vertical-align: top;
    }

/* for custom tnc popup */
.custom-tnc-form .check-group {
    margin: 20px 0;
}

    .custom-tnc-form .check-group label {
        font-weight: normal;
    }

    .custom-tnc-form .check-group .js-custom-check-radio {
        display: inline-block;
        padding-left: 24px;
        margin-right: 35px;
        line-height: 23px;
        position: relative;
    }

        .custom-tnc-form .check-group .js-custom-check-radio input {
            position: absolute;
            opacity: 0;
        }

        .custom-tnc-form .check-group .js-custom-check-radio.c-checkbox {
            background: url("../img/bg/check-unselected.png") left 3px no-repeat;
        }

            .custom-tnc-form .check-group .js-custom-check-radio.c-checkbox.selected {
                background: url("../img/bg/check-selected.png") left 3px no-repeat;
            }

        .custom-tnc-form .check-group .js-custom-check-radio.c-radio {
            background: url("../img/bg/radio-unselected.png") left 3px no-repeat;
        }

            .custom-tnc-form .check-group .js-custom-check-radio.c-radio.selected {
                background: url("../img/bg/radio-selected.png") left 3px no-repeat;
            }

.custom-tnc-form .custom-tnc-done {
    display: none;
    padding-top: 30px;
}

/**
 * tab navigation.
 */
.tab-nav:after {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    background-color: #ddd;
    margin-top: -1px;
}

.tab-nav .nav-wrapper {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

.tab-nav .nav-item {
    display: inline-block;
}

    .tab-nav .nav-item:hover, .tab-nav .nav-item.active {
        border-bottom: 2px solid #FFC600;
    }

    .tab-nav .nav-item:not(:first-child):not(:last-child) {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .tab-nav .nav-item a {
        display: block;
        font-family: 'latobold';
        text-decoration: none;
        color: #373737;
        padding-top: .5rem;
        padding-bottom: 1rem;
    }

.tab-content h4,
.tab-nav h4 {
    font-size: 1rem;
    font-family: 'latobold';
}

@media (min-width: 768px) {
    .tab-content h4,
    .tab-nav h4 {
        font-size: 1.25rem;
    }
}

.header,
.header-placeholder {
    height: 75px;
    padding: 20px 55px;
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #FFC600;
    z-index: 90;
    -webkit-transition: top 0.6s;
    transition: top 0.6s;
}

    .header.hidden {
        top: -75px;
    }

    .header.secondary {
        position: absolute;
        background: none;
    }

    .header .leftside {
        float: left;
    }

    .header .rightside {
        float: right;
    }

        .header .rightside .link,
        .header .rightside .divider,
        .header .rightside .header-icon {
            display: block;
            float: left;
            height: 30px;
            margin: 0 10px;
        }

        .header .rightside .link {
            padding: 20px 15px 0;
            margin: -20px 0 0;
            font-family: 'latobold';
            font-size: 12px;
            line-height: 30px;
            color: #373737;
            text-transform: uppercase;
            text-decoration: none;
        }

        .header .rightside .divider {
            width: 1px;
            background: #373737;
        }

        .header .rightside .header-icon span {
            display: block;
            width: 30px;
            height: 30px;
            background-color: none;
            background-position: center center;
            background-repeat: no-repeat;
            cursor: pointer;
        }

        .header .rightside .header-icon.search span {
            background-image: url("../img/icons/search.png");
        }

        .header .rightside .header-icon.place span {
            background-image: url("../img/icons/place.png");
        }

        .header .rightside .header-icon.menu span {
            background-image: url("../img/icons/menu.png");
        }

        .header .rightside .button {
            float: left;
            margin: -5px 10px 0;
        }

.header-placeholder.hidden {
    display: none;
}

.header-menu .side {
    position: fixed;
    right: 0;
    top: 0;
    width: 240px;
    height: 100%;
    background: #000;
    color: #fff;
    font-size: 14px;
    overflow: auto;
    z-index: 92;
    -webkit-transition: right 0.6s;
    transition: right 0.6s;
}

    .header-menu .side a {
        color: #fff;
        text-decoration: none;
    }

    .header-menu .side .wrapper {
        height: 100%;
        min-height: 460px;
        position: relative;
    }

    .header-menu .side .head {
        padding: 16px;
        padding: 1rem;
        position: relative;
    }

    .header-menu .side .lang a.active {
        font-family: 'latobold';
        color: #FFC600;
    }

    .header-menu .side .lang span {
        padding: 0 8px;
    }

    .header-menu .side .close {
        width: 68px;
        height: 68px;
        margin: auto;
        background: url("../img/icons/close-white.png") center center no-repeat;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        cursor: pointer;
        opacity: 1;
    }

    .header-menu .side .links a {
        display: block;
        padding-left: 30px;
        line-height: 45px;
        text-transform: uppercase;
        -webkit-transition: background 0.7s, color 0.7s;
        transition: background 0.7s, color 0.7s;
    }

        .header-menu .side .links a:hover {
            background: #FFC600;
            color: #373737;
        }

    .header-menu .side .links .active {
        padding-left: 27px;
        background: #2c2c2c;
        border-left: solid 3px #FFC600;
    }

@media (min-width: 768px) {
    .header-menu .side .links .mobile-only {
        display: none;
    }
}

.header-menu .side .mobile-login {
    display: none;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 90px;
}

@media (max-width: 767.98px) {
    .header-menu .side .mobile-login {
        display: block;
    }
}

.header-menu .side .mobile-login .btn, .header-menu .side .mobile-login .button-cta {
    display: block;
    padding-top: 10px;
    padding-bottom: 9px;
    text-align: center;
    line-height: 27px;
}

    .header-menu .side .mobile-login .btn img, .header-menu .side .mobile-login .button-cta img {
        margin-left: 10px;
        margin-top: -2px;
    }

.header-menu .side .banner-item {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 70px;
}

    .header-menu .side .banner-item a {
        display: block;
        height: 92px;
        margin-top: 3px;
        text-transform: uppercase;
        position: relative;
        overflow: hidden;
    }

        .header-menu .side .banner-item a img {
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            -webkit-transition: -webkit-transform 0.88s;
            transition: -webkit-transform 0.88s;
            transition: transform 0.88s;
            transition: transform 0.88s, -webkit-transform 0.88s;
        }

        .header-menu .side .banner-item a span {
            display: block;
            padding: 0 30px;
            line-height: 92px;
            font-size: 13px;
            position: relative;
        }

        .header-menu .side .banner-item a:hover img {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
        }

.header-menu .side .country {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 15px;
    height: 30px;
    font-size: 13px;
    line-height: 30px;
    text-transform: uppercase;
}

    .header-menu .side .country .selected {
        padding-left: 40px;
        position: relative;
        cursor: pointer;
    }

        .header-menu .side .country .selected::after {
            content: '';
            display: inline-block;
            width: 10px;
            height: 6px;
            margin: 0 0 0 18px;
            background: url("../img/icons/arrow-down-white.png") center center no-repeat;
            position: relative;
            top: -2px;
        }

    .header-menu .side .country .country-ball {
        width: 30px;
        height: 30px;
        border-radius: 100px;
        overflow: hidden;
        position: absolute;
        left: 0;
        top: 0;
    }

        .header-menu .side .country .country-ball img {
            display: block;
            width: 100%;
            height: 100%;
        }

.header-menu.hidden {
    /* this is simply to override display:none
           from helper class that's also named 'hidden'
           lol... */
    display: block !important;
}

    .header-menu.hidden .side {
        right: -240px;
    }

/** SMACSS refactor */
.sticky-header {
    padding-top: 55px;
    /* disabled for update : reduce header size to same as mobile in all viewport
	@include media-breakpoint-up(md) {
		padding-top: 75px;
	}
	*/
}

    .sticky-header .site-header {
        position: fixed;
        left: 0;
        top: 0;
    }

.site-header {
    background-color: #FFC600;
    width: 100%;
    position: relative;
    z-index: 20;
    -webkit-transition: background-color 0.3s, top 0.3s;
    transition: background-color 0.3s, top 0.3s;
    /* disabled for update : reduce header size to same as mobile in all viewport
	@include media-breakpoint-up(md) {
		padding-top: 10px;
		padding-bottom: 10px;
		height: 75px;
	}
  */
}

    .site-header .logo-or {
        display: block;
    }

    .site-header .logo-pw {
        display: none;
    }

    .site-header .container-fluid,
    .site-header .row,
    .site-header .skeleton .skeleton__wrapper,
    .skeleton .site-header .skeleton__wrapper {
        padding-top: 0;
        padding-bottom: 0;
        height: 55px;
        position: relative;
    }

    .site-header.has-sidebg {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .site-header.affix, .site-header.affix--abs {
        background-color: transparent;
    }

    .site-header.affix--abs {
        background-color: #FFC600;
    }

@media (min-width: 768px) {
    .site-header.affix--abs {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media screen and (max-width: 767px) {
    .site-header.affix--abs {
        position: relative;
    }
}

.site-header.absolute {
    position: absolute;
    top: -75px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .site-header.absolute > div.container-fluid {
        padding-top: 75px;
        -webkit-transition: padding 0.3s;
        transition: padding 0.3s;
    }

.site-header.fixed {
    position: fixed;
    top: -75px;
}

    .site-header.fixed.show {
        top: 0;
        left: 0;
        background-color: #FFC600;
    }

    .site-header.fixed > div.container-fluid {
        padding-top: 0;
    }

.page-premier-wealth .site-header {
    background-color: #1e180f;
}

    .page-premier-wealth .site-header.affix, .page-premier-wealth .site-header.affix--abs {
        background-color: transparent;
    }

    .page-premier-wealth .site-header.affix--abs {
        background-color: #FFC600;
    }

@media (min-width: 768px) {
    .page-premier-wealth .site-header.affix--abs {
        background-color: transparent;
    }
}

.page-premier-wealth .site-header.absolute {
    background-color: transparent;
}

.page-premier-wealth .site-header.fixed.show {
    background-color: #1e180f;
}

.page-premier-wealth .site-header .site-nav a {
    color: #baa285;
}

.page-premier-wealth .site-header .site-nav ul li .text {
    color: #baa285;
}

.page-premier-wealth .site-header .logo-pw {
    display: block !important;
}

.page-premier-wealth .site-header .logo-or {
    display: none !important;
}

.site-nav {
    position: relative;
    z-index: 2;
    height: 100%;
}

@media (max-width: 767.98px) {
    .site-nav {
        padding-right: 0;
    }
}

.site-nav a {
    color: #373737;
    text-decoration: none !important;
    cursor: pointer;
}

    .site-nav a.btn-outline-primary:hover {
        background-color: #373737;
        color: #fff;
    }

.site-nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-left: 1rem;
    margin-right: 1rem;
    -webkit-transition: .5s;
    transition: .5s;
    text-align: right;
    height: 100%;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .site-nav ul {
        margin-right: 0px;
    }
}

@media (max-width: 767.98px) {
    .site-nav ul {
        margin-left: 0;
    }
}

.site-nav ul li {
    display: inline-block;
    text-transform: uppercase;
    padding: 0 10px;
    height: 100%;
    vertical-align: top;
    border-top: 2px solid transparent;
    -ms-flex-item-align: center;
    align-self: center;
}

@media (max-width: 767.98px) {
    .site-nav ul li.site-icon-menu {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .site-nav ul li.site-icon-menu {
        padding-left: 3px;
        padding-right: 0;
    }
}

@media (max-width: 767.98px) {
    .site-nav ul li.site-icon-menu.site-icon-login {
        display: inline-block;
    }

        .site-nav ul li.site-icon-menu.site-icon-login .text {
            display: block;
        }
}

.site-nav ul li a:hover .text,
.site-nav ul li a:hover .icon {
    opacity: .5;
}

.site-nav ul li .icon img {
    width: 27px;
    height: 27px;
}

.site-nav ul li .text {
    font-size: 13px;
    font-family: "latobold";
    color: #171717;
    letter-spacing: .5px;
}

@media (max-width: 575.98px) {
    .site-nav ul li .text {
        display: none;
    }
}

.site-nav ul li .icon,
.site-nav ul li .text {
    padding: 11px .25rem 0 .25rem;
    -webkit-transition: .2s;
    transition: .2s;
}

@media (max-width: 575.98px) {
    .site-nav ul li.site-search-el {
        padding-left: 9px;
        padding-right: 7px;
    }
}

@media (max-width: 991.98px) {
    .site-nav ul li.site-logout {
        display: none;
    }
}

.header-search,
.not-found-search {
    width: 500px;
    padding: 18px 0;
    margin: 0;
    position: absolute;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: -10px;
    bottom: -10px;
}

@media (max-width: 767.98px) {
    .header-search,
    .not-found-search {
        width: auto;
        left: 20px;
        right: 60px;
    }
}

.header-search form,
.not-found-search form {
    display: block;
    width: 0;
    height: 100%;
    position: relative;
    overflow: hidden;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
}

    .header-search form .button.search-icon,
    .not-found-search form .button.search-icon {
        width: 39px;
        height: 38px;
        margin: auto;
        border-bottom: solid 1px #373737;
        background: url("../img/icons/search.svg") center center no-repeat;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
    }

        .header-search form .button.search-icon img,
        .not-found-search form .button.search-icon img {
            display: block;
            width: 20px;
            height: 20px;
            margin: auto;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
        }

    .header-search form .search-input,
    .not-found-search form .search-input {
        height: 39px;
        margin-left: 39px;
        padding-left: 10px;
        border-bottom: solid 1px #373737;
    }

        .header-search form .search-input input,
        .not-found-search form .search-input input {
            display: block;
            background: none;
            border: none;
            margin: 0;
            padding: 0;
            width: 100%;
            max-width: none;
            height: 100%;
            color: #373737;
            outline: none;
        }

.header-search .suggestion-list,
.not-found-search .suggestion-list {
    background: #fff;
    width: 100%;
    padding: 15px 0;
    position: absolute;
    left: 0;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .header-search .suggestion-list .inner,
    .not-found-search .suggestion-list .inner {
        width: 100%;
        height: 100%;
        max-height: 360px;
        padding: 0 30px;
        overflow: auto;
    }

    .header-search .suggestion-list .gray-text,
    .not-found-search .suggestion-list .gray-text {
        font-size: 12px;
        margin: 15px 0 2px;
    }

        .header-search .suggestion-list .gray-text:first-child,
        .not-found-search .suggestion-list .gray-text:first-child {
            margin-top: 0;
        }

    .header-search .suggestion-list a,
    .not-found-search .suggestion-list a {
        display: block;
        padding: 5px 30px;
        margin: 0 -30px;
        font-size: 16px;
        text-decoration: none;
        color: #373737;
        background: #fff;
        -webkit-transition: background 0.3s;
        transition: background 0.3s;
    }

        .header-search .suggestion-list a:hover,
        .not-found-search .suggestion-list a:hover {
            background: #ededed;
            text-decoration: none;
        }

    .header-search .suggestion-list.active,
    .not-found-search .suggestion-list.active {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

.page-premier-wealth .header-search form .button.search-icon {
    border-bottom: solid 2px #baa285;
    background: url("../img/icons/search-gold.svg") center center no-repeat;
}

.page-premier-wealth .header-search form .search-input {
    border-bottom: solid 2px #baa285;
}

    .page-premier-wealth .header-search form .search-input input {
        color: #baa285;
    }

        .page-premier-wealth .header-search form .search-input input::-webkit-input-placeholder {
            color: #baa285;
        }

        .page-premier-wealth .header-search form .search-input input:-ms-input-placeholder {
            color: #baa285;
        }

        .page-premier-wealth .header-search form .search-input input::-ms-input-placeholder {
            color: #baa285;
        }

        .page-premier-wealth .header-search form .search-input input::placeholder {
            color: #baa285;
        }

        .page-premier-wealth .header-search form .search-input input:-ms-input-placeholder {
            color: #baa285;
        }

        .page-premier-wealth .header-search form .search-input input::-ms-input-placeholder {
            color: #baa285;
        }

.header-search-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    z-index: 19;
}

.page-premier-wealth .header-search-overlay {
    opacity: 0.6;
}

.site-search {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 4px -10px 0;
    padding: 10px;
}

    .site-search:hover .img.default {
        opacity: .6;
    }

    .site-search img,
    .site-search .img {
        display: block;
        opacity: 1;
        -webkit-transition: .2s;
        transition: .2s;
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

        .site-search .img.default {
            background: url("../img/icons/search.svg") center center no-repeat;
        }

        .site-search .img.close {
            background: url("../img/icons/close-black.svg") center center no-repeat;
        }

        .site-search .img::before, .site-search .img::after {
            display: none;
        }

    .site-search .default {
        width: 20px;
        height: 20px;
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .site-search .close {
        width: 18px;
        height: 18px;
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

.page-premier-wealth .site-search .img.default {
    background: url("../img/icons/search-gold.svg") center center no-repeat;
}

.page-premier-wealth .site-search .img.close {
    background: url("../img/icons/close-gold.svg") center center no-repeat;
}

.site-menu-el {
    -webkit-transition: margin 0.5s;
    transition: margin 0.5s;
}

.site-menu {
    margin: 6px -10px 0;
    display: inline-block;
    padding: 10px;
}

/* header state when search bar openend */
.search-mode {
    /* for casa pages */
}

@media (max-width: 991.98px) {
    .search-mode .site-logo a {
        opacity: 0;
        -webkit-transition: none;
        transition: none;
    }
}

.search-mode .site-icon-menu {
    display: none;
}

@media (max-width: 991.98px) {
    .search-mode .site-icon-menu {
        display: none !important;
    }
}

.search-mode .site-menu-el {
    visibility: hidden;
    opacity: 0;
}

@media (max-width: 991.98px) {
    .search-mode .site-menu-el {
        visibility: visible;
        opacity: 1;
        margin-right: -50px;
    }
}

.search-mode .site-search .default {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.search-mode .site-search .close {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.search-mode .header-search {
    z-index: 3;
}

    .search-mode .header-search form {
        width: 100%;
    }

.search-mode.affix--abs {
    background: #FFC600 !important;
}

@-webkit-keyframes line1 {
    0% {
        width: 25px;
    }

    50% {
        width: 5px;
    }

    100% {
        width: 25px;
    }
}

@keyframes line1 {
    0% {
        width: 25px;
    }

    50% {
        width: 5px;
    }

    100% {
        width: 25px;
    }
}

@-webkit-keyframes line2 {
    0% {
        width: 25px;
    }

    50% {
        width: 10px;
    }

    100% {
        width: 25px;
    }
}

@keyframes line2 {
    0% {
        width: 25px;
    }

    50% {
        width: 10px;
    }

    100% {
        width: 25px;
    }
}

@-webkit-keyframes line3 {
    0% {
        width: 25px;
    }

    50% {
        width: 15px;
    }

    100% {
        width: 25px;
    }
}

@keyframes line3 {
    0% {
        width: 25px;
    }

    50% {
        width: 15px;
    }

    100% {
        width: 25px;
    }
}

.menu-hamburger {
    margin-top: -5px;
    margin-bottom: -5px;
    width: 25px;
}

    .menu-hamburger.is-hover .line-1 {
        -webkit-animation: line1 0.5s 1;
        animation: line1 0.5s 1;
        -webkit-transition: width .5s ease;
        transition: width .5s ease;
    }

    .menu-hamburger.is-hover .line-2 {
        -webkit-animation: line2 0.5s 0.1s 1;
        animation: line2 0.5s 0.1s 1;
        -webkit-transition: width .5s ease;
        transition: width .5s ease;
    }

    .menu-hamburger.is-hover .line-3 {
        -webkit-animation: line2 0.5s 0.2s 1;
        animation: line2 0.5s 0.2s 1;
        -webkit-transition: width .5s ease;
        transition: width .5s ease;
    }

    .menu-hamburger .line {
        width: 25px;
        height: 2px;
        background-color: #373737;
        margin-top: 5px;
        margin-bottom: 5px;
        will-change: width;
        -webkit-transition: width .5s ease;
        transition: width .5s ease;
    }

.page-premier-wealth .menu-hamburger .line {
    background-color: #baa285;
}

.footer {
    padding: 10px 0;
    background: #f5f5f5;
    font-size: 12px;
    color: #575757;
}

    .footer .wrapper > div {
        overflow: hidden;
    }

    .footer a {
        text-decoration: none;
    }

        .footer a:hover {
            text-decoration: underline;
        }

    .footer .footer-top {
        line-height: 24px;
        font-family: 'latobold';
    }

@media (max-width: 991.98px) {
    .footer .footer-top {
        padding-left: 40px;
    }
}

.footer .footer-top a {
    display: inline-block;
    height: 24px;
    color: #373737;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-right: 15px;
}

@media (min-width: 768px) {
    .footer .footer-top a {
        margin-bottom: 0;
    }
}

.footer .footer-top a:last-child {
    width: 80px;
    padding-top: 8px;
}

.footer .footer-top .maybank,
.footer .footer-top .arrow {
    display: inline-block;
    text-indent: -8888px;
}

.footer .footer-top .maybank {
    width: 24px;
    height: 24px;
    background: url("../img/icons/maybank.png") center center no-repeat;
}

@media (max-width: 991.98px) {
    .footer .footer-top .maybank {
        position: absolute;
        left: 20px;
    }
}

.footer .footer-top .arrow {
    width: 8px;
    height: 24px;
    margin-right: 15px;
    background: url("../img/icons/arrow-right.png") center center no-repeat;
}

.footer .footer-mid {
    margin-top: 7px;
    padding-top: 30px;
    border-top: solid 1px #FFC600;
    overflow: hidden;
}

    .footer .footer-mid .sitemap {
        overflow: hidden;
    }

        .footer .footer-mid .sitemap .column {
            /* float: left;
				width: 16.6%; */
            display: inline-block;
            width: 16.45%;
            vertical-align: top;
            padding-right: 15px;
            line-height: 22px;
        }

@media (max-width: 991.98px) {
    .footer .footer-mid .sitemap .column {
        width: 33%;
    }
}

@media (max-width: 767.98px) {
    .footer .footer-mid .sitemap .column {
        width: 100%;
    }
}

.footer .footer-mid .sitemap .group {
    margin-bottom: 20px;
    position: relative;
}

@media (max-width: 767.98px) {
    .footer .footer-mid .sitemap .group {
        margin-bottom: 0;
    }
}

.footer .footer-mid .sitemap .group .links {
    width: 100%;
    overflow: hidden;
}

@media (min-width: 768px) {
    .footer .footer-mid .sitemap .group .links {
        display: block !important;
    }
}

@media (max-width: 767.98px) {
    .footer .footer-mid .sitemap .group .links {
        display: none;
        padding-bottom: 10px;
    }
}

.footer .footer-mid .sitemap .group i {
    display: none;
    position: absolute;
    right: 0;
    top: 12px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

@media (max-width: 767.98px) {
    .footer .footer-mid .sitemap .group i {
        display: inline-block;
    }
}

.footer .footer-mid .sitemap .group.active i {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}

.footer .footer-mid .sitemap a {
    font-weight: normal;
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.75;
    letter-spacing: 0.3px;
    font-size: 12px;
}

@media (max-width: 1199.98px) {
    .footer .footer-mid .sitemap a {
        line-height: 28px;
    }
}

.footer .footer-mid .sitemap h4 {
    margin: 0 0 10px;
    color: #373737;
    position: relative;
}

@media (max-width: 767.98px) {
    .footer .footer-mid .sitemap h4 {
        padding: 10px 0;
        margin: 0;
    }
}

.footer .footer-mid .sitemap h4 label {
    display: none;
    width: 88px;
    position: absolute;
    top: 0;
    right: -20px;
    bottom: 0;
    margin: 0;
    padding-bottom: 0;
    z-index: 5;
    cursor: pointer;
}

@media (max-width: 767.98px) {
    .footer .footer-mid .sitemap h4 label {
        display: block;
    }
}

.footer .footer-mid .sitemap h4 a {
    color: #373737;
    line-height: inherit;
    font-size: 14px;
    font-weight: 700;
}

.footer .footer-mid .socmed {
    padding-top: 30px;
}

@media (min-width: 768px) {
    .footer .footer-mid .socmed {
        float: right;
    }
}

.footer .footer-bot {
    margin-top: 30px;
    padding-top: 20px;
    border-top: solid 1px #FFC600;
}

    .footer .footer-bot .links {
        float: left;
    }

@media (max-width: 767.98px) {
    .footer .footer-bot .links {
        float: none;
    }
}

.footer .footer-bot .links a {
    font-family: 'latobold';
    color: #373737;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding-right: 18px;
    margin-right: 18px;
    margin-bottom: 5px;
}

    .footer .footer-bot .links a:after {
        content: '|';
        position: absolute;
        right: 0;
        top: 0;
        color: #FFC600;
    }

@media (max-width: 767.98px) {
    .footer .footer-bot .links a:nth-child(3):after {
        content: '';
    }
}

.footer .footer-bot .copyright {
    float: right;
}

@media (max-width: 767.98px) {
    .footer .footer-bot .copyright {
        margin-top: 28px;
        float: none;
    }
}

.footer-arrow:after {
    content: '';
    width: 8px;
    height: 24px;
    background: url("../img/icons/arrow-right.png") center center no-repeat;
}

.breadcrumb {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 0;
}

    .breadcrumb ul.breadcrumb__wrapper {
        list-style-type: none;
        padding: 0 0 0 6px;
        margin: 0;
    }

        .breadcrumb ul.breadcrumb__wrapper li.breadcrumb__item {
            font-size: 12px;
            text-transform: uppercase;
            display: inline-block;
            font-weight: 700;
            line-height: 23px;
            height: 23px;
            margin: 8px 10px 8px -10px;
            padding: 0 20px 0 14px;
            position: relative;
        }

            .breadcrumb ul.breadcrumb__wrapper li.breadcrumb__item a {
                color: #373737;
                position: relative;
                z-index: 2;
                display: block;
                max-width: 150px;
                /*
				--- disabled due to display messed up in safari (desktop & iphone)
				@include clamp(12px, 2, 1);
				---
				*/
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

@media (min-width: 576px) {
    .breadcrumb ul.breadcrumb__wrapper li.breadcrumb__item a {
        max-width: 200px;
    }
}

.breadcrumb ul.breadcrumb__wrapper li.breadcrumb__item a.maybank-logo img {
    width: 23px;
    height: 23px;
    position: relative;
    top: -1px;
}

.breadcrumb ul.breadcrumb__wrapper li.breadcrumb__item:last-child {
    /* wider last child to make clear of current page name */
}

    .breadcrumb ul.breadcrumb__wrapper li.breadcrumb__item:last-child a {
        max-width: 300px;
    }

@media (min-width: 576px) {
    .breadcrumb ul.breadcrumb__wrapper li.breadcrumb__item:last-child a {
        max-width: 300px;
    }
}

.breadcrumb ul.breadcrumb__wrapper li.breadcrumb__item:not(:last-child):after, .breadcrumb ul.breadcrumb__wrapper li.breadcrumb__item:not(:last-child):before {
    content: '';
    border-right: 1px solid #373737;
    display: block;
    height: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    -webkit-transform: skewX(35deg);
    -ms-transform: skewX(35deg);
    transform: skewX(35deg);
}

.breadcrumb ul.breadcrumb__wrapper li.breadcrumb__item:not(:last-child):after {
    bottom: 0;
    top: auto;
    -webkit-transform: skewX(-35deg);
    -ms-transform: skewX(-35deg);
    transform: skewX(-35deg);
}

.page-header {
    margin: 0;
    padding: 0;
}

.page-body .feature, .page-body .feature.bg-grey {
    background-color: #fff;
    /* add more top-spacing on the feature class that has search component. */
    /* bootstrap container */
    /* as the column reversed, the element inside reversed as well.. */
}

@media screen and (min-width: 1024px) {
    .page-body .feature.has-search-component .feature-wrapper {
        margin-top: 80px;
        margin-top: 5rem;
    }
}

.page-body .feature-name {
    margin-top: 15px;
    word-wrap: break-word;
    /* use asterisk so we can use h1, p or any other tags */
}

    .page-body .feature-name > * {
        font-size: 32px;
        line-height: 1;
        word-wrap: break-word;
    }

@media screen and (min-width: 1200px) {
    .page-body .feature-name > * {
        font-size: 40px;
    }
}

.page-body .feature-desc {
    margin-top: 15px;
    margin-bottom: 15px;
}

.page-body .feature-action {
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}

.page-body .feature-body:nth-child(odd) {
    /* remove padding so on larger screen the scrollbar wont show */
}

@media screen and (min-width: 1200px) {
    .page-body .feature-body:nth-child(odd) {
        padding-right: 0;
    }
}

.page-body .feature-body:nth-child(even) {
    /* remove padding so on larger screen the scrollbar wont show */
}

@media screen and (min-width: 1200px) {
    .page-body .feature-body:nth-child(even) {
        /* padding-left: 0; */
        padding-right: 25px;
    }
}

.page-body .feature .container {
    position: relative;
}

.page-body .feature-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
}

    .page-body .feature-wrapper .feature-header-wrapper .feature-name p {
        font-size: 17px;
        line-height: 25px;
    }

@media screen and (min-width: 992px) {
    .page-body .feature-wrapper {
        padding-top: 2.5em;
        padding-bottom: 2.5em;
    }
}

.page-body .feature-wrapper > * {
    padding-top: 15px;
    padding-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .page-body .feature.reverse\@sm .travel-list {
        margin-left: -35px;
        margin-right: -15px;
        direction: rtl;
    }
}

.page-body .bg-grey.feature {
    background-color: #f5f5f5;
}

.page-body .promo.credit-card-promo .page-banner--as-bg {
    background-position: 25%;
}

    .page-body .promo.credit-card-promo .page-banner--as-bg p {
        max-width: 400px;
    }

/* MOVE THIS OR REFACTOR THIS TO BECOME GENERIC CLASS */
.travel-list {
    overflow: hidden;
    margin: 0 -35px;
    padding: 0 35px;
}

    .travel-list .horizontal-scroll {
        padding: 0 30px;
        margin: 0 -45px;
    }

    .travel-list .travel-item {
        display: inline-block;
        max-width: 285px;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

/* wrapper for the yellow-card box */
.box-list {
    /* used in page /premier-wealth only */
}

.box-list--fullheight {
    height: auto;
}

.box-list .horizontal-scroll {
    padding: 0 30px;
    margin: 0 -45px;
}

.box-list .box-item {
    display: inline-block;
    padding: 15px;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

    .box-list .box-item:active, .box-list .box-item:focus, .box-list .box-item:hover {
        -webkit-transform: translateY(-12px);
        -ms-transform: translateY(-12px);
        transform: translateY(-12px);
    }

    .box-list .box-item.is-loading {
        padding: 0 !important;
    }

.box-list.fixed-size .box-item {
    width: 165px;
    height: 150px;
}

@media (max-width: 767.98px) {
    .box-list.fixed-size .box-item {
        width: 145px;
        height: 130px;
    }
}

.box-list.fixed-size .box-item .card-box--white {
    width: 150px;
    height: 150px;
}

@media (max-width: 767.98px) {
    .box-list.fixed-size .box-item .card-box--white {
        width: 130px;
        height: 130px;
    }
}

.box-list.fixed-size .box-item .card-box--white .card-box-wrapper {
    padding-left: 5px;
    padding-right: 5px;
}

@media (max-width: 767.98px) {
    .box-list.fixed-size .box-item .card-box--white .card-box-wrapper {
        padding-top: 24px;
        padding-bottom: 16px;
    }
}

@media (max-width: 767.98px) {
    .box-list.fixed-size .box-item .card-box--white .card-box-caption {
        font-size: 13px;
    }
}

.m-page-feature {
    /* typography style taken from .m-info-box */
    /* custom select inside <h3> */
}

.m-page-feature__wrapper {
    padding-left: 0;
    padding-right: 0;
}

@media only screen and (min-width: 1200px) {
    .m-page-feature__wrapper {
        height: 350px;
    }
}

.m-page-feature__wrapper.medium .m-page-feature__picture, .m-page-feature__wrapper.large .m-page-feature__picture {
    height: 100%;
}

@media (max-width: 991.98px) {
    .m-page-feature__wrapper.medium .m-page-feature__picture, .m-page-feature__wrapper.large .m-page-feature__picture {
        height: 300px;
    }
}

@media (max-width: 575.98px) {
    .m-page-feature__wrapper.medium .m-page-feature__picture, .m-page-feature__wrapper.large .m-page-feature__picture {
        height: 250px;
    }
}

@media only screen and (min-width: 992px) {
    .m-page-feature__wrapper.medium {
        height: 500px;
    }
}

@media only screen and (min-width: 1200px) {
    .m-page-feature__wrapper.medium {
        height: 400px;
    }
}

@media only screen and (min-width: 992px) {
    .m-page-feature__wrapper.large {
        height: 640px;
    }
}

@media only screen and (min-width: 1200px) {
    .m-page-feature__wrapper.large {
        height: 530px;
    }
}

.m-page-feature__item {
    position: relative;
    height: inherit;
}

.m-page-feature__picture {
    height: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 200px;
}

@media only screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
    .m-page-feature__picture {
        height: 250px;
    }
}

@media only screen and (min-width: 768px) {
    .m-page-feature__picture {
        height: 300px;
    }
}

@media only screen and (min-width: 1200px) {
    .m-page-feature__picture {
        height: 350px;
    }
}

.m-page-feature__details {
    padding: 32px;
    padding: 2rem;
}

@media only screen and (min-width: 992px) {
    .m-page-feature__details.md {
        padding: 24px;
        padding: 1.5rem;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
    }
}

@media only screen and (min-width: 1500px) {
    .m-page-feature__details.md {
        width: 80%;
    }
}

@media only screen and (min-width: 1200px) {
    .m-page-feature__details {
        padding: 24px;
        padding: 1.5rem;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
    }
}

@media only screen and (min-width: 1500px) {
    .m-page-feature__details {
        width: 80%;
    }
}

.m-page-feature h3 {
    font-size: 20px;
    font-family: "latobold";
    color: #373737;
    margin-top: 0;
    margin-bottom: 20px;
}

    .m-page-feature h3.again {
        margin-top: 40px;
    }

.m-page-feature p,
.m-page-feature li {
    font-family: "latoregular";
    font-size: 15px;
    line-height: 22px;
}

.m-page-feature ul {
    padding: 0px;
    margin: 0px;
}

    .m-page-feature ul > li {
        list-style-type: none;
        list-style: none;
        padding-left: 15px;
    }

        .m-page-feature ul > li:before {
            display: inline-block;
            content: "-";
            width: 1em;
            margin-left: -1em;
        }

.m-page-feature ol {
    padding: 0px;
    margin: 0 0 0 28px;
}

    .m-page-feature ol > li {
        padding-left: 8px;
    }

    .m-page-feature ul li.bold,
    .m-page-feature ol li.bold {
        font-family: 'latobold';
        font-weight: normal;
    }

        .m-page-feature ul li.bold .normal,
        .m-page-feature ol li.bold .normal {
            font-family: 'latoregular';
        }

.m-page-feature h3 form,
.m-page-feature h3 form .form-group,
.m-page-feature h3 .m2u-select {
    display: inline-block;
}

.m-page-feature h3 .m2u-select {
    max-width: none;
    height: 26px;
    margin-left: 10px;
}

    .m-page-feature h3 .m2u-select.stand-alone {
        margin-left: 0;
        margin-bottom: -5px;
    }

    .m-page-feature h3 .m2u-select .select-custom {
        height: 100%;
    }

@media (max-width: 767.98px) {
    .m-page-feature h3 .m2u-select::after {
        top: 8px;
    }
}

.m-page-feature h3 .label,
.m-page-feature h3 .m2u-select .form-control {
    display: none;
}

@media (max-width: 767.98px) {
    .m-page-feature h3 .label,
    .m-page-feature h3 .m2u-select .form-control {
        display: block;
        font-size: 20px;
        height: 26px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 25px;
        border-bottom: none;
        color: #FFC600;
    }
}

.m-page-feature h3 .m2u-select .icon {
    right: 3px;
    top: 4px;
}

.m-page-feature h3 .m2u-select .header__value {
    padding-right: 30px;
    top: 0;
}

.m-page-feature h3 .m2u-select .select-custom {
    border-bottom: none;
}

.m-page-feature h3 .m2u-select .select-custom__lists {
    top: -5%;
}

.m-page-feature h3 .m2u-select .value {
    display: inline-block;
    width: 100%;
    height: 33px;
    color: #FFC600;
}

/**
 * Layouts for pages that have side banner.
 */
.l-page-side {
    position: relative;
}

    .l-page-side .page-side-container {
        padding-left: 0;
        padding-right: 0;
    }

    .l-page-side .page-side {
        float: left;
        min-height: 100vh;
        width: 155px;
        background-repeat: no-repeat;
        background-size: cover;
    }

@media (min-width: 768px) {
    .l-page-side .page-side {
        width: 384px;
    }
}

@media (min-width: 1200px) and (orientation: landscape) {
    .l-page-side .page-side {
        width: 455px;
    }
}

.l-page-side .page-side .hero-banner {
    padding-right: 15px;
    position: absolute;
}

@media (min-width: 768px) {
    .l-page-side .page-side .hero-banner {
        padding-left: 15px;
        bottom: 15%;
        max-width: 384px;
    }
}

@media (min-width: 1200px) {
    .l-page-side .page-side .hero-banner {
        padding-left: 45px;
        bottom: 5%;
        max-width: 450px;
    }
}

.l-page-side .page-side .hero-banner .hero-banner-picture {
    margin-bottom: 30px;
}

.l-page-side .page-main {
    background-color: #FFC600;
    padding-left: 15px;
    padding-right: 15px;
    height: 100vh;
    overflow: hidden;
    /* @include media-breakpoint-up(sm) {
			// make the main content to be 100% height
			height: 100vh;
			overflow: hidden;
		} */
    /* integration with home chat area & elements */
}
.l-page-side .page-main .w-info {
        font-size: 9px;
    }

@media (max-width: 767.98px) {
    .l-page-side .page-main {
        padding-bottom: 55px;
        margin-bottom: -55px;
    }
}

.l-page-side .page-main .page-wrapper {
    /* min-height: 100vh;
			@include media-breakpoint-up(sm) {
				min-height: initial;
				height: 95vh;
				overflow-y: auto;
				overflow-x: hidden;
			} */
    min-height: initial;
    height: 92vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.l-page-side .page-main.home-chat {
    padding: 0;
}

    .l-page-side .page-main.home-chat .chat-area {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: auto;
        min-width: initial !important;
        height: 100%;
        min-height: initial;
        padding: 120px 80px 0;
        overflow: auto;
    }

@media (max-width: 991.98px) {
    .l-page-side .page-main.home-chat .chat-area {
        padding: 100px 50px 0;
    }
}

@media (max-width: 767.98px) {
    .l-page-side .page-main.home-chat .chat-area {
        padding-top: 40px;
    }
}

@media (max-width: 575.98px) {
    .l-page-side .page-main.home-chat .chat-area {
        padding: 30px 20px 0;
    }
}

.l-page-side .page-main.home-chat .chat-area .chat-action {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

    .l-page-side .page-main.home-chat .chat-area .chat-action > div::before {
        left: -80px;
        width: 80px;
    }

    .l-page-side .page-main.home-chat .chat-area .chat-action > div::after {
        right: -80px;
        width: 80px;
    }

.l-page-side .page-main.home-chat .chat-area .static-chat-wrapper {
    padding-bottom: 60px;
}

@media (max-width: 767.98px) {
    .l-page-side .page-main.home-chat .chat-area .static-chat-wrapper {
        padding-bottom: 100px;
    }
}

.l-page-side .page-main.home-chat .chat-area .static-chat-wrapper .gray-text {
    color: #84660f !important;
}

.l-page-side .page-main.home-chat .chat-area .static-chat-action-wrapper {
    margin: 20px -80px 0;
    padding: 20px 80px 0;
    position: relative;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .l-page-side .page-main.home-chat .chat-area .static-chat-action-wrapper {
        margin-left: -50px;
        margin-right: -50px;
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 575.98px) {
    .l-page-side .page-main.home-chat .chat-area .static-chat-action-wrapper {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.l-page-side .page-main.home-chat .chat-area .text-content {
    width: 88%;
    margin-top: 40px;
}

    .l-page-side .page-main.home-chat .chat-area .text-content:first-child {
        margin-top: 0;
    }

.l-page-side .page-main.home-chat .chat-area-popup {
    min-height: initial !important;
}

@media (max-width: 767.98px) {
    .l-page-side .page-main.home-chat .chat-area-popup {
        height: 100%;
    }
}

.l-page-side .form-intro {
    padding-top: 3rem;
    padding-top: 48px;
    padding-top: 3rem;
}

@media (min-width: 576px) {
    .l-page-side .form-intro {
        max-width: 992px;
        padding: 16vh 10%;
    }
}

.page-with-side-banner {
    position: relative;
}

    .page-with-side-banner .section.footer {
        display: none;
    }

    .page-with-side-banner .hero-banner {
        background-size: cover;
        background-repeat: no-repeat;
    }

    .page-with-side-banner .hero-banner-body {
        padding-right: 15px;
    }

    .page-with-side-banner .intro {
        max-width: 768px;
        padding: 16vh 0;
        margin: 0 auto;
    }

    .page-with-side-banner form input[type="text"], .page-with-side-banner form input[type="number"], .page-with-side-banner form input[type="email"], .page-with-side-banner form input[type="tel"] {
        max-width: 100%;
    }

.page-with-sidebar {
    position: relative;
    width: 100%;
    display: table;
}

@media (max-width: 991.98px) {
    .page-with-sidebar {
        display: block;
    }
}

@media (max-width: 1199.98px) {
    .page-with-sidebar {
        overflow: hidden;
    }
}

.page-with-sidebar .sidebar, .page-with-sidebar .content {
    display: table-cell;
    vertical-align: top;
}

@media (max-width: 991.98px) {
    .page-with-sidebar .sidebar, .page-with-sidebar .content {
        display: block;
    }
}

.page-with-sidebar .sidebar {
    margin: 0;
    width: 325px;
    overflow: auto;
    padding: 4px 0;
    -webkit-box-shadow: 4px 0 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 0 10px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .page-with-sidebar .sidebar {
        overflow: inherit;
        width: 100%;
        -webkit-box-shadow: 0 0 0;
        box-shadow: 0 0 0;
    }
}

.page-with-sidebar .sidebar-menu {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(157, 157, 157, 0.3);
}

    .page-with-sidebar .sidebar-menu li {
        text-transform: capitalize;
        list-style: none;
        position: relative;
        border-top: 1px solid rgba(157, 157, 157, 0.3);
    }

        .page-with-sidebar .sidebar-menu li.with-icon a {
            -webkit-transition: padding 0.6s;
            transition: padding 0.6s;
            padding-left: 90px;
        }

        .page-with-sidebar .sidebar-menu li:after {
            content: '';
            position: absolute;
            width: 5px;
            left: 0;
            top: 0;
            bottom: 0;
            background-color: transparent;
            -webkit-transition: left 0.6s;
            transition: left 0.6s;
        }

        .page-with-sidebar .sidebar-menu li a {
            display: block;
            padding: 20px 30px;
            text-decoration: none;
        }

        .page-with-sidebar .sidebar-menu li h3 {
            margin-bottom: 0;
        }

        .page-with-sidebar .sidebar-menu li:hover.with-icon a {
            padding-left: 100px;
        }

        .page-with-sidebar .sidebar-menu li:hover .sidebar-icon-list {
            left: 40px;
        }

        .page-with-sidebar .sidebar-menu li.active:after, .page-with-sidebar .sidebar-menu li:hover:after {
            background-color: #FFC600;
        }

.page-with-sidebar .sidebar-icon-list {
    height: 100%;
    left: 30px;
    position: absolute;
    z-index: 1;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

    .page-with-sidebar .sidebar-icon-list img {
        width: 30px;
    }

@-webkit-keyframes typingDots {
    0% {
        background-color: #fff;
    }

    33% {
        background-color: #666;
    }

    66% {
        background-color: #fff;
    }

    100% {
        background-color: #fff;
    }
}

@keyframes typingDots {
    0% {
        background-color: #fff;
    }

    33% {
        background-color: #666;
    }

    66% {
        background-color: #fff;
    }

    100% {
        background-color: #fff;
    }
}

.home-chat {
    padding: 0;
    overflow: hidden;
}

    .home-chat > div {
        z-index: 1;
    }

    .home-chat .header.secondary {
        z-index: 2;
    }

@media (max-width: 991.98px) {
    .home-chat.no-banner .chat-banner,
    .home-chat.no-banner .get-started {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .home-chat.no-banner .chat-area {
        padding-top: 55px;
    }
}

@media (max-width: 991.98px) {
    .home-chat.no-banner .chat-area .chat-fade {
        top: 55px;
    }
}

.page-home .home-chat.no-banner .chat-area .chat-log {
    height: calc(100% - 210px);
}

.home-chat .chat-banner {
    width: 455px;
    /* height:720px; */
    height: 100vh;
    min-height: 600px;
    max-height: 800px;
    background: #a09376;
    /*
			important note :
			.banner-img img & .banner-text transform & transition is for slide OUT animation
			.owl-item.active .banner-img img & .owl-item.active .banner-text transform & transition
				is for slide IN animation
		*/
}

@media (max-width: 1199.98px) {
    .home-chat .chat-banner {
        width: 354px;
    }
}

@media (max-width: 991.98px) {
    .home-chat .chat-banner {
        width: auto;
        /* height:600px; */
        height: 100vh;
        min-height: 520px;
        max-height: 680px;
        overflow: hidden;
    }
}

.home-chat .chat-banner .banner-page {
    /* height:720px; */
    height: 100vh;
    min-height: 600px;
    max-height: 800px;
}

@media (max-width: 991.98px) {
    .home-chat .chat-banner .banner-page {
        /* height:600px; */
        height: 100vh;
        min-height: 520px;
        max-height: 680px;
    }
}

.home-chat .chat-banner .banner-img img {
    width: auto;
    max-width: none;
    height: 100%;
}

.home-chat .chat-banner.use-transition .banner-img img,
.home-chat .chat-banner.use-transition .banner-img .centerImage-cover {
    -webkit-transition: all 1.6s linear 0s;
    transition: all 1.6s linear 0s;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.home-chat .chat-banner.use-transition .banner-text {
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
}

.home-chat .chat-banner.use-transition .owl-item {
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
}

    .home-chat .chat-banner.use-transition .owl-item.active {
        -webkit-animation-duration: 2.4s;
        animation-duration: 2.4s;
    }

        .home-chat .chat-banner.use-transition .owl-item.active .banner-img img,
        .home-chat .chat-banner.use-transition .owl-item.active .banner-img .centerImage-cover {
            -webkit-transition: all 2.4s linear 0s;
            transition: all 2.4s linear 0s;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }

        .home-chat .chat-banner.use-transition .owl-item.active .banner-text {
            -webkit-transition: all 1.5 linear 0.6s;
            -webkit-transition: all 1.5s linear 0.6s;
            transition: all 1.5s linear 0.6s;
            opacity: 1;
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
        }

.home-chat .chat-area {
    min-width: 825px;
    background: #FFC600;
    position: absolute;
    left: 455px;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 130px 100px 0 100px;
    overflow: hidden;
}

@media (max-width: 1199.98px) {
    .home-chat .chat-area {
        min-width: 670px;
        padding-left: 50px;
        padding-right: 50px;
        left: 354px;
    }
}

@media (max-width: 991.98px) {
    .home-chat .chat-area {
        min-width: auto;
        height: 100vh;
        min-height: 660px;
        padding: 20px;
        position: relative;
        left: 0;
    }
}

@media (max-width: 767.98px) {
    .home-chat .chat-area {
        min-height: auto;
    }
}

.home-chat .chat-area .top-chat-nav {
    position: absolute;
    left: 0px;
    top: 80px;
    width: 100%;
    padding: 0px 90px;
    z-index: 1;
    transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
}

@media (max-width: 1199.98px) {
    .home-chat .chat-area .top-chat-nav {
        padding: 0px 40px;
        top: 90px;
    }
}

@media (max-width: 991.98px) {
    .home-chat .chat-area .top-chat-nav {
        padding: 0px 20px;
        top: 20px;
    }
}

@media (max-width: 767.98px) {
    .home-chat .chat-area .top-chat-nav {
        padding: 0px 20px;
        top: 14px;
    }
}

.home-chat .chat-area .top-chat-nav .back-button {
    border: 1px solid #373737;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    color: #373737;
    font-size: 13px;
    position: relative;
    padding: 5px 10px 5px 30px;
    font-weight: 700;
    background-color: #FFC600;
    -webkit-transition: all .4ms ease-in;
    transition: all .4ms ease-in;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    float: left;
}

    .home-chat .chat-area .top-chat-nav .back-button::before {
        position: absolute;
        content: '';
        background-image: url("../img/back-button-long.svg");
        background-repeat: no-repeat;
        width: 15px;
        height: 10px;
        background-size: contain;
        left: 10px;
        top: 0px;
        bottom: 0px;
        margin: auto;
    }

    .home-chat .chat-area .top-chat-nav .back-button:hover {
        background-color: #373737;
        text-decoration: none;
        color: #fff;
    }

        .home-chat .chat-area .top-chat-nav .back-button:hover::before {
            background-image: url("../img/back-button-long-white.svg");
        }

.home-chat .chat-area .top-chat-nav .refresh-button {
    width: 20px;
    height: 20px;
    background-image: url("../img/refresh-icon.svg");
    background-size: contain;
    display: inline-block;
    margin-left: 30px;
    float: left;
    margin-top: 3px;
    transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
}

    .home-chat .chat-area .top-chat-nav .refresh-button:hover, .home-chat .chat-area .top-chat-nav .refresh-button:focus {
        opacity: 0.6;
    }

@media (max-width: 767.98px) {
    .home-chat .chat-area .top-chat-nav .refresh-button {
        float: right;
    }
}

.home-chat .chat-area .chat-log {
    height: 335px;
    padding: 0 35px 0 10px;
    margin: -55px -35px 0 -10px;
    position: relative;
    overflow: auto;
}

.page-home .home-chat .chat-area .chat-log {
    height: calc(100% - 152px);
}

@media (max-width: 991.98px) {
    .page-home .home-chat .chat-area .chat-log {
        height: calc(100% - 200px);
    }
}

@media (max-width: 991.98px) {
    .home-chat .chat-area .chat-log {
        height: 360px;
        margin: 0;
        padding: 0;
    }
}

.home-chat .chat-area .chat-log .chat-wrapper {
    padding-top: 70px;
    padding-bottom: 10px;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .home-chat .chat-area .chat-log .chat-wrapper {
        padding-top: 55px;
    }
}

.home-chat .chat-area .chat-log .intro {
    width: 70%;
    margin-bottom: 20px;
}

@media (max-width: 767.98px) {
    .home-chat .chat-area .chat-log .intro {
        width: 100%;
    }
}

.home-chat .chat-area .chat-log .bubble {
    margin-top: 20px;
}

    .home-chat .chat-area .chat-log .bubble::after {
        content: '';
        display: block;
        float: none;
        clear: both;
    }

    .home-chat .chat-area .chat-log .bubble .bubble-content {
        display: inline-block;
        max-width: 80%;
        padding: 14px 25px;
        border-radius: 16px;
        -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
        font-family: 'latobold';
        font-size: 14px;
        line-height: 18px;
        position: relative;
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        /* editable chat bubble */
    }

        .home-chat .chat-area .chat-log .bubble .bubble-content .image {
            display: none;
        }

        .home-chat .chat-area .chat-log .bubble .bubble-content h4 {
            margin: 0 0 4px;
            color: #8e8e8e;
        }

        .home-chat .chat-area .chat-log .bubble .bubble-content p {
            margin: 0 0 15px;
            font-size: 14px;
            line-height: 18px;
        }

            .home-chat .chat-area .chat-log .bubble .bubble-content p:last-child {
                margin-bottom: 0;
            }

        .home-chat .chat-area .chat-log .bubble .bubble-content table,
        .home-chat .chat-area .chat-log .bubble .bubble-content tr,
        .home-chat .chat-area .chat-log .bubble .bubble-content td {
            margin: 0;
            padding: 0;
            border: none;
        }

        .home-chat .chat-area .chat-log .bubble .bubble-content td {
            padding-top: 15px;
            padding-right: 20px;
        }

        .home-chat .chat-area .chat-log .bubble .bubble-content tr:first-child td {
            padding-top: 0;
        }

        .home-chat .chat-area .chat-log .bubble .bubble-content .table {
            display: table;
        }

            .home-chat .chat-area .chat-log .bubble .bubble-content .table .tr {
                display: table-row;
            }

            .home-chat .chat-area .chat-log .bubble .bubble-content .table .td {
                display: table-cell;
                vertical-align: top;
                padding-top: 15px;
                padding-right: 20px;
            }

            .home-chat .chat-area .chat-log .bubble .bubble-content .table.column-2 .td {
                width: 50%;
            }

            .home-chat .chat-area .chat-log .bubble .bubble-content .table.column-3 .td {
                width: 33.33%;
            }

            .home-chat .chat-area .chat-log .bubble .bubble-content .table.column-4 .td {
                width: 25%;
            }

        .home-chat .chat-area .chat-log .bubble .bubble-content table,
        .home-chat .chat-area .chat-log .bubble .bubble-content .table {
            width: 100%;
            margin-bottom: 15px;
        }

            .home-chat .chat-area .chat-log .bubble .bubble-content table:last-child,
            .home-chat .chat-area .chat-log .bubble .bubble-content .table:last-child {
                margin-bottom: 0;
            }

        .home-chat .chat-area .chat-log .bubble .bubble-content .js-editable-content {
            cursor: pointer;
        }

        .home-chat .chat-area .chat-log .bubble .bubble-content .js-editable-input {
            background: none;
            border: none;
            border-bottom: solid 1px #fff;
            margin: 0;
            padding: 0;
            position: absolute;
            display: none;
        }

        .home-chat .chat-area .chat-log .bubble .bubble-content .js-editable-toggle {
            width: 40px;
            height: 40px;
            position: absolute;
            top: 4px;
            color: #000;
            cursor: pointer;
            background: url("../img/icons/ico-edit-black.svg") center center no-repeat;
        }

            .home-chat .chat-area .chat-log .bubble .bubble-content .js-editable-toggle span {
                display: none !important;
            }

            .home-chat .chat-area .chat-log .bubble .bubble-content .js-editable-toggle .active {
                display: none;
            }

        .home-chat .chat-area .chat-log .bubble .bubble-content.js-editable-bubble .js-editable-content {
            border-bottom: dotted 1px transparent;
        }

        .home-chat .chat-area .chat-log .bubble .bubble-content.js-editable-bubble:hover .js-editable-content {
            /* text-decoration:underline; */
            border-bottom: dotted 1px #fff;
        }

        .home-chat .chat-area .chat-log .bubble .bubble-content.js-editable-bubble.edit-mode .js-editable-content {
            opacity: 0;
        }

        .home-chat .chat-area .chat-log .bubble .bubble-content.js-editable-bubble.edit-mode .js-editable-input {
            display: block;
        }

        .home-chat .chat-area .chat-log .bubble .bubble-content.js-editable-bubble.edit-mode .js-editable-toggle .inactive {
            display: none;
        }

        .home-chat .chat-area .chat-log .bubble .bubble-content.js-editable-bubble.edit-mode .js-editable-toggle .active {
            display: inline-block;
        }

    .home-chat .chat-area .chat-log .bubble.cs .bubble-content {
        float: left;
        border-radius: 16px 16px 16px 0;
        background: #373737;
        color: #fff;
        text-align: left;
    }

        .home-chat .chat-area .chat-log .bubble.cs .bubble-content .js-editable-toggle {
            margin-left: 10px;
            left: 100%;
        }

    .home-chat .chat-area .chat-log .bubble.user .bubble-content {
        float: right;
        border-radius: 16px 16px 0 16px;
        background: #fff;
        color: #373737;
        text-align: right;
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }

        .home-chat .chat-area .chat-log .bubble.user .bubble-content:hover .js-editable-content {
            border-bottom: dotted 1px #000;
        }

        .home-chat .chat-area .chat-log .bubble.user .bubble-content .js-editable-input {
            border-bottom: solid 1px #000;
        }

        .home-chat .chat-area .chat-log .bubble.user .bubble-content .js-editable-toggle {
            margin-right: 10px;
            right: 100%;
        }

    .home-chat .chat-area .chat-log .bubble.with-img .image, .home-chat .chat-area .chat-log .bubble.with-icon .image {
        display: block;
        width: 51px;
        height: 39px;
        text-align: center;
        position: absolute;
        top: 14px;
    }

        .home-chat .chat-area .chat-log .bubble.with-img .image img, .home-chat .chat-area .chat-log .bubble.with-icon .image img {
            width: auto;
            height: auto;
            max-width: 100%;
            max-height: 100%;
        }

    .home-chat .chat-area .chat-log .bubble.with-img .bubble-content, .home-chat .chat-area .chat-log .bubble.with-icon .bubble-content {
        min-height: 64px;
    }

    .home-chat .chat-area .chat-log .bubble.with-img.cs .image, .home-chat .chat-area .chat-log .bubble.with-icon.cs .image {
        left: 20px;
    }

    .home-chat .chat-area .chat-log .bubble.with-img.cs .bubble-content, .home-chat .chat-area .chat-log .bubble.with-icon.cs .bubble-content {
        padding-left: 85px;
    }

    .home-chat .chat-area .chat-log .bubble.with-img.user .image, .home-chat .chat-area .chat-log .bubble.with-icon.user .image {
        right: 20px;
    }

    .home-chat .chat-area .chat-log .bubble.with-img.user .bubble-content, .home-chat .chat-area .chat-log .bubble.with-icon.user .bubble-content {
        padding-right: 105px;
    }

    .home-chat .chat-area .chat-log .bubble.with-img .image {
        width: 71px;
        height: 50px;
    }

    .home-chat .chat-area .chat-log .bubble.with-img .bubble-content {
        min-height: 72px;
        padding-top: 17px;
        padding-bottom: 17px;
    }

    .home-chat .chat-area .chat-log .bubble.cs-typing .bubble-content {
        background: #373737;
        padding-left: 21px;
        padding-right: 21px;
    }

    .home-chat .chat-area .chat-log .bubble.cs-typing span {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 3px;
        background: #fff;
        border-radius: 100%;
    }

    .home-chat .chat-area .chat-log .bubble.cs-typing .dot1 {
        -webkit-animation: typingDots 1.5s linear 0s infinite;
        animation: typingDots 1.5s linear 0s infinite;
    }

    .home-chat .chat-area .chat-log .bubble.cs-typing .dot2 {
        -webkit-animation: typingDots 1.5s linear 0.25s infinite;
        animation: typingDots 1.5s linear 0.25s infinite;
    }

    .home-chat .chat-area .chat-log .bubble.cs-typing .dot3 {
        -webkit-animation: typingDots 1.5s linear 0.5s infinite;
        animation: typingDots 1.5s linear 0.5s infinite;
    }

    .home-chat .chat-area .chat-log .bubble.hidden {
        display: block !important;
        height: 0;
        margin: 0;
    }

        .home-chat .chat-area .chat-log .bubble.hidden .bubble-content {
            opacity: 0;
            -webkit-transform: scale(0);
            -ms-transform: scale(0);
            transform: scale(0);
            -webkit-transition: none;
            transition: none;
        }

@media (max-width: 991.98px) {
    .home-chat .chat-area .chat-log .hidden-scrollbar-frame {
        padding-left: 0;
        padding-right: 20px;
    }
}

.home-chat .chat-area .chat-action {
    position: absolute;
    left: 100px;
    right: 100px;
    /* bottom:40px; */
    bottom: 60px;
}

@media (max-width: 1199.98px) {
    .home-chat .chat-area .chat-action {
        left: 70px;
        right: 70px;
    }
}

@media (max-width: 991.98px) {
    .home-chat .chat-area .chat-action {
        left: 20px;
        right: 20px;
        /* bottom:30px; */
        bottom: 55px;
    }
}

.home-chat .chat-area .chat-action .chat-back {
    font-size: 13px;
    text-transform: uppercase;
    background: #373737;
    color: #fff;
    border-radius: 20px;
    display: inline-block;
    padding: 5px 16px;
    cursor: pointer;
    position: absolute;
    left: 5px;
    bottom: -237px !important;
    z-index: 1;
    font-family: 'latolight';
}

@media (max-width: 991.98px) {
    .home-chat .chat-area .chat-action .chat-back {
        bottom: -240px !important;
    }
}

.home-chat .chat-area .chat-action .chat-back.ready {
    bottom: -37px !important;
}

@media (max-width: 991.98px) {
    .home-chat .chat-area .chat-action .chat-back.ready {
        bottom: -40px !important;
    }
}

.home-chat .chat-area .chat-action .chat-back::before, .home-chat .chat-area .chat-action .chat-back::after {
    display: none;
}

.home-chat .chat-area .chat-action .chat-back #arrow-left {
    fill: #fff;
}

.home-chat .chat-area .chat-action .chat-back .text {
    margin-left: 6px;
}

.home-chat .chat-area .chat-action .scroll-for-more {
    /* top: 1.5rem; */
    left: 90px;
    right: 90px;
    bottom: -35px !important;
    cursor: pointer;
    position: absolute;
    display: block !important;
    opacity: 1 !important;
}

@media (max-width: 991.98px) {
    .home-chat .chat-area .chat-action .scroll-for-more {
        display: none !important;
    }
}

.home-chat .chat-area .chat-action .scroll-for-more::before, .home-chat .chat-area .chat-action .scroll-for-more::after {
    display: none;
}

.home-chat .chat-area .chat-action .scroll-for-more a {
    color: #373737;
    text-decoration: none !important;
}

.home-chat .chat-area .chat-action > div {
    position: relative;
    /* pre-ready state */
    opacity: 0;
    bottom: -200px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    /* post-ready state */
    /* inactive state to prevent accidental click
				   because opacity 0 can still be clicked */
    /* option to make option carousel centered */
}

    .home-chat .chat-area .chat-action > div.ready {
        opacity: 1;
        bottom: 0;
    }

    .home-chat .chat-area .chat-action > div.inactive {
        display: none;
    }

    .home-chat .chat-area .chat-action > div.center-options .owl-stage {
        margin: 0 auto;
    }

    .home-chat .chat-area .chat-action > div::after, .home-chat .chat-area .chat-action > div::before {
        content: '';
        display: block;
        width: 85px;
        background: url("../img/bg/chat-action-fade.png") left center repeat-y;
        position: absolute;
        right: -100px;
        top: -11px;
        bottom: -11px;
        z-index: 1;
    }

@media (max-width: 1199.98px) {
    .home-chat .chat-area .chat-action > div::after, .home-chat .chat-area .chat-action > div::before {
        width: 85px !important;
        right: -70px;
    }
}

@media (max-width: 991.98px) {
    .home-chat .chat-area .chat-action > div::after, .home-chat .chat-area .chat-action > div::before {
        width: 85px !important;
        right: -20px;
        display: none;
    }
}

@media (max-width: 767.98px) {
    .home-chat .chat-area .chat-action > div::after, .home-chat .chat-area .chat-action > div::before {
        display: none;
    }
}

.home-chat .chat-area .chat-action > div::before {
    background: url("../img/bg/chat-action-fade-l.png") right center repeat-y;
    left: -100px;
    right: auto;
}

@media (max-width: 1199.98px) {
    .home-chat .chat-area .chat-action > div::before {
        left: -70px;
        right: auto;
    }
}

@media (max-width: 991.98px) {
    .home-chat .chat-area .chat-action > div::before {
        left: -20px;
        right: auto;
    }
}

.home-chat .chat-area .chat-action > div .sub {
    font-family: 'latobold';
    font-size: 14px;
    margin-bottom: 12px;
    text-align: left;
}

.home-chat .chat-area .chat-action .owl-carousel {
    z-index: auto;
}

.home-chat .chat-area .chat-action .owl-stage-outer {
    overflow: visible;
}

.home-chat .chat-area .chat-action .owl-nav {
    height: 0;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    z-index: 2;
}

@media (max-width: 767.98px) {
    .home-chat .chat-area .chat-action .owl-nav {
        display: none;
    }
}

.home-chat .chat-area .chat-action .owl-nav .disabled {
    display: none;
}

.home-chat .chat-area .chat-action .owl-prev,
.home-chat .chat-area .chat-action .owl-next {
    width: 25px;
    height: 25px;
    margin: 0;
    padding: 0;
    background: #fff;
    border: none;
    border-radius: 100px;
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
    text-indent: 99px;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}

@media (max-width: 991.98px) {
    .home-chat .chat-area .chat-action .owl-prev,
    .home-chat .chat-area .chat-action .owl-next {
        width: 38px;
        height: 38px;
    }
}

.home-chat .chat-area .chat-action .owl-prev {
    float: left;
    margin-left: -12px;
    background: #fff url("../img/icons/nav-prev.png") center center no-repeat;
}

@media (max-width: 991.98px) {
    .home-chat .chat-area .chat-action .owl-prev {
        margin-left: 30px !important;
    }
}

.home-chat .chat-area .chat-action .owl-prev:hover {
    -webkit-transform: translateX(-3px) translateY(-50%);
    -ms-transform: translateX(-3px) translateY(-50%);
    transform: translateX(-3px) translateY(-50%);
}

.home-chat .chat-area .chat-action .owl-next {
    float: right;
    margin-right: -2px;
    background: #fff url("../img/icons/nav-next.png") center center no-repeat;
}

@media (max-width: 991.98px) {
    .home-chat .chat-area .chat-action .owl-next {
        margin-right: 20px !important;
    }
}

.home-chat .chat-area .chat-action .owl-next:hover {
    -webkit-transform: translateX(3px) translateY(-50%);
    -ms-transform: translateX(3px) translateY(-50%);
    transform: translateX(3px) translateY(-50%);
}

.home-chat .chat-area .chat-action .reply-buttons {
    text-align: center;
}

    .home-chat .chat-area .chat-action .reply-buttons::after {
        width: 103px;
    }

    .home-chat .chat-area .chat-action .reply-buttons .owl-nav {
        top: 32%;
    }

    .home-chat .chat-area .chat-action .reply-buttons .owl-next {
        margin-right: 4px;
    }

    .home-chat .chat-area .chat-action .reply-buttons .badge-button {
        display: inline-block;
        width: 109px;
        height: 122px;
        margin: 0 6px;
        vertical-align: top;
        cursor: pointer;
    }

@media (max-width: 767.98px) {
    .home-chat .chat-area .chat-action .reply-buttons .badge-button {
        width: 88px;
        height: 130px;
    }
}

.home-chat .chat-area .chat-action .reply-buttons .badge-button:hover .badge, .home-chat .chat-area .chat-action .reply-buttons .badge-button:hover .badge--svg {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}

.home-chat .chat-area .chat-action .reply-buttons .badge-button.with-divider {
    width: 122px;
    padding-left: 13px;
    position: relative;
}

@media (max-width: 767.98px) {
    .home-chat .chat-area .chat-action .reply-buttons .badge-button.with-divider {
        width: 101px;
    }
}

.home-chat .chat-area .chat-action .reply-buttons .badge-button.with-divider::before {
    content: '';
    display: block;
    width: 1px;
    height: 50px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 15px;
}

.home-chat .chat-area .chat-action .reply-buttons .badge-button p,
.home-chat .chat-area .chat-action .reply-buttons .badge-button .p {
    display: block;
    margin: 12px 0 0;
    font-family: 'latobold';
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: normal;
}

.home-chat .chat-area .chat-action .reply-buttons .badge-button input {
    position: absolute;
    display: none;
}

.home-chat .chat-area .chat-action .reply-buttons .badge-button .input-file-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

    /*.home-chat .chat-area .chat-action .reply-buttons .badge-button .input-file-wrapper input[type="file"] {
  display: block;
  right: 0;
  top: 0;
  opacity: 0.2;
  font-size: 120px;
  color: transparent;
  cursor: pointer;
}*/

    .home-chat .chat-area .chat-action .reply-buttons .badge-button .input-file-wrapper form input[type="file"] {
        display: block;
        right: 0;
        top: 0;
        opacity: 0.2;
        font-size: 10px;
        color: transparent;
        cursor: pointer;
    }

.home-chat .chat-area .chat-action .reply-buttons .badge-button.checked::after {
    content: '';
    display: block;
    width: 21px;
    height: 21px;
    margin-left: -36px;
    background: url("../img/icons/check-green.png") center center no-repeat;
    position: absolute;
    left: 50%;
    top: 1px;
}

.home-chat .chat-area .chat-action .reply-buttons .owl-item .badge-button {
    margin: 0;
}

.home-chat .chat-area .chat-action .reply-buttons .badge, .home-chat .chat-area .chat-action .reply-buttons .badge--svg {
    display: inline-block;
    width: 80px;
    height: 80px;
    padding: 0;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 100%;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}

@media (max-width: 767.98px) {
    .home-chat .chat-area .chat-action .reply-buttons .badge, .home-chat .chat-area .chat-action .reply-buttons .badge--svg {
        width: 74px;
        height: 74px;
    }
}

.home-chat .chat-area .chat-action .reply-buttons .badge > img, .home-chat .chat-area .chat-action .reply-buttons .badge--svg > img {
    display: block;
    width: auto;
    height: auto;
    max-width: 45px;
    max-height: 45px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.home-chat .chat-area .chat-action .reply-buttons a:hover {
    text-decoration: none;
    color: #373737;
}

.home-chat .chat-area .chat-action .card-choice {
    text-align: center;
    /* without compare ui */
}

    .home-chat .chat-area .chat-action .card-choice .list {
        min-width: 622px;
    }

@media (max-width: 1199.98px) {
    .home-chat .chat-area .chat-action .card-choice .list {
        min-width: auto;
    }
}

@media (max-width: 991.98px) {
    .home-chat .chat-area .chat-action .card-choice .list {
        min-width: auto;
    }
}

.home-chat .chat-area .chat-action .card-choice .card-display {
    display: inline-block;
    width: 196px;
    height: 150px;
    margin-left: 17px;
}

    .home-chat .chat-area .chat-action .card-choice .card-display:first-child {
        margin-left: 0;
    }

    .home-chat .chat-area .chat-action .card-choice .card-display p {
        margin-top: 0;
        font-family: 'latobold';
        font-size: 12px;
        line-height: 16px;
        text-align: center;
        text-transform: uppercase;
        color: #373737;
    }

.home-chat .chat-area .chat-action .card-choice .card-item {
    display: block;
    height: 123px;
    margin-bottom: 10px;
    border-radius: 8px;
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
}

    .home-chat .chat-area .chat-action .card-choice .card-item > img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .home-chat .chat-area .chat-action .card-choice .card-item .overlay {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        opacity: 0;
        -webkit-transition: opacity 0.4s;
        transition: opacity 0.4s;
    }

        .home-chat .chat-area .chat-action .card-choice .card-item .overlay::before {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background: #000;
            opacity: 0.7;
        }

    .home-chat .chat-area .chat-action .card-choice .card-item.selected .overlay,
    .home-chat .chat-area .chat-action .card-choice .card-item:hover .overlay {
        opacity: 1;
    }

    .home-chat .chat-area .chat-action .card-choice .card-item .button {
        width: 80px;
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 5px;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

    .home-chat .chat-area .chat-action .card-choice .card-item label {
        display: inline-block;
        padding-left: 15px;
        margin-top: 97px;
        font-size: 12px;
        font-weight: normal;
        line-height: 15px;
        background: url("../img/bg/checkbox.png") 0 1px no-repeat;
        color: #fff;
        position: relative;
        cursor: pointer;
    }

        .home-chat .chat-area .chat-action .card-choice .card-item label input {
            display: none;
        }

        .home-chat .chat-area .chat-action .card-choice .card-item label.checked {
            background: url("../img/bg/checkbox.png") 0 -199px no-repeat;
        }

.home-chat .chat-area .chat-action .card-choice .compare-button {
    width: 100%;
    padding-top: 20px;
}

    .home-chat .chat-area .chat-action .card-choice .compare-button p {
        margin: 20px 0;
    }

.home-chat .chat-area .chat-action .card-choice .left-align {
    text-align: left;
}

.home-chat .chat-area .chat-action .card-choice.simple .card-display {
    cursor: pointer;
}

    .home-chat .chat-area .chat-action .card-choice.simple .card-display:hover .card-item {
        -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    .home-chat .chat-area .chat-action .card-choice.simple .card-display:hover, .home-chat .chat-area .chat-action .card-choice.simple .card-display:active, .home-chat .chat-area .chat-action .card-choice.simple .card-display:focus {
        text-decoration: none;
        color: #373737;
    }

        .home-chat .chat-area .chat-action .card-choice.simple .card-display:hover p, .home-chat .chat-area .chat-action .card-choice.simple .card-display:active p, .home-chat .chat-area .chat-action .card-choice.simple .card-display:focus p {
            text-decoration: none;
            color: #373737;
        }

.home-chat .chat-area .chat-action .card-choice.simple .card-item {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}

    .home-chat .chat-area .chat-action .card-choice.simple .card-item .overlay {
        display: none;
    }

.home-chat .chat-area .chat-action .reply-texts {
    padding: 15px 0;
    text-align: center;
}

    .home-chat .chat-area .chat-action .reply-texts::after {
        width: 150px;
    }

    .home-chat .chat-area .chat-action .reply-texts .button {
        -webkit-transition: -webkit-transform 0.4s;
        transition: -webkit-transform 0.4s;
        transition: transform 0.4s;
        transition: transform 0.4s, -webkit-transform 0.4s;
    }

        .home-chat .chat-area .chat-action .reply-texts .button:hover {
            -webkit-transform: scale(1.09);
            -ms-transform: scale(1.09);
            transform: scale(1.09);
        }

    .home-chat .chat-area .chat-action .reply-texts .owl-nav {
        top: 50%;
        z-index: 2;
    }

    .home-chat .chat-area .chat-action .reply-texts .owl-next {
        margin-right: -12px;
    }

    .home-chat .chat-area .chat-action .reply-texts a:hover {
        text-decoration: none;
        color: #373737;
    }

@media (max-width: 991.98px) {
    .home-chat .chat-area .chat-action .reply-input {
        margin-bottom: -40px;
    }
}

.home-chat .chat-area .chat-action .reply-input::after {
    display: none;
}

.home-chat .chat-area .chat-action .reply-input .form .row, .home-chat .chat-area .chat-action .reply-input .form .skeleton .skeleton__wrapper, .skeleton .home-chat .chat-area .chat-action .reply-input .form .skeleton__wrapper {
    text-align: center;
}

    .home-chat .chat-area .chat-action .reply-input .form .row.inline, .home-chat .chat-area .chat-action .reply-input .form .skeleton .inline.skeleton__wrapper, .skeleton .home-chat .chat-area .chat-action .reply-input .form .inline.skeleton__wrapper {
        display: inline-block !important;
    }

.home-chat .chat-area .chat-action .reply-input .button {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}

    .home-chat .chat-area .chat-action .reply-input .button:hover {
        -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
        transform: translateX(5px);
    }

.home-chat .chat-area .chat-action .reply-input .input.text {
    width: 230px;
}

.home-chat .chat-area .chat-action .reply-input .input.range {
    height: 80px;
}

@media (max-width: 1199.98px) {
    .home-chat .chat-area .chat-action .reply-input .input.range {
        width: 70%;
        min-width: auto;
        margin-right: 20px;
    }
}

.home-chat .chat-area .chat-fade {
    height: 78px;
    background: url("../img/bg/chat-fade-high.png") center top repeat-x;
    position: absolute;
    left: 90px;
    right: 90px;
    top: 75px;
    width: 100%;
}

@media (max-width: 1199.98px) {
    .home-chat .chat-area .chat-fade {
        left: 40px;
        right: 40px;
    }
}

@media (max-width: 991.98px) {
    .home-chat .chat-area .chat-fade {
        left: 0;
        right: 0;
        top: 15px;
    }
}

.home-chat .chat-area-popup {
    height: 100%;
    position: absolute;
    left: 455px;
    right: 0;
    bottom: -100%;
    background: #FFC600;
    padding: 85px 50px 0 70px;
    z-index: 21;
    -webkit-transition: bottom 0.3s;
    -webkit-transition: bottom 0.4s;
    transition: bottom 0.4s;
}

@media (max-width: 1199.98px) {
    .home-chat .chat-area-popup {
        left: 354px;
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 991.98px) {
    .home-chat .chat-area-popup {
        left: 0;
        height: 100vh;
        min-height: 660px;
    }
}

@media (max-width: 767.98px) {
    .home-chat .chat-area-popup {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.home-chat .chat-area-popup::after {
    content: '';
    display: block;
    height: 40px;
    background: url("../img/bg/chat-card-detail-fade.png") center bottom repeat-x;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
}

@media (max-width: 767.98px) {
    .home-chat .chat-area-popup::after {
        height: 25px;
        bottom: 20px;
    }
}

.home-chat .chat-area-popup.show {
    bottom: 0;
}

.home-chat .chat-area-popup .close {
    position: absolute;
    top: 25px;
    right: 55px;
    font-weight: normal;
    opacity: 1;
}

@media (max-width: 767.98px) {
    .home-chat .chat-area-popup .close {
        top: 15px;
        right: 15px;
        text-indent: -120px;
        overflow: hidden;
        padding: 0;
        width: 40px;
    }
}

.home-chat .chat-area-popup .close:hover {
    opacity: 1;
}

@media (max-width: 767.98px) {
    .home-chat .chat-area-popup .close::before {
        width: 40px;
    }
}

.home-chat .chat-area-popup.chat-card-detail .heading {
    border-bottom-width: 0px;
}

.home-chat .chat-area-popup.chat-card-detail .features .features-section {
    border-top-width: 0px;
}

@media (max-width: 767.98px) {
    .home-chat .card-compare {
        padding-top: 65px;
    }
}

.home-chat .card-compare::after {
    bottom: 0;
}

.home-chat .card-compare .compare-area {
    width: 95%;
    height: 100%;
    padding-right: 40px;
    overflow: auto;
}

@media (max-width: 1199.98px) {
    .home-chat .card-compare .compare-area {
        width: auto;
    }
}

@media (max-width: 767.98px) {
    .home-chat .card-compare .compare-area {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 30px;
        margin-left: -20px;
        margin-right: -20px;
        position: relative;
        overflow: auto;
    }
}

.home-chat .card-compare .compare-area::after {
    content: '';
    display: block;
    clear: both;
}

.home-chat .card-compare .compare-area > div {
    width: 47%;
    margin-left: 3%;
    padding-bottom: 40px;
    float: left;
}

@media (max-width: 767.98px) {
    .home-chat .card-compare .compare-area > div {
        width: 280px;
        margin: 0 0 0 280px;
        padding-right: 20px;
    }
}

.home-chat .card-compare .compare-area > div:first-child {
    margin-left: 0;
    margin-right: 3%;
}

@media (max-width: 767.98px) {
    .home-chat .card-compare .compare-area > div:first-child {
        width: 260px;
        margin: 0;
        padding: 0;
        position: absolute;
        left: 20px;
        top: 0;
    }
}

.home-chat .card-compare .compare-area > div > img {
    display: block;
    height: 123px;
    margin: 0 auto 20px;
}

@media (max-width: 767.98px) {
    .home-chat .card-compare .compare-area > div > img {
        height: 100px;
        margin-bottom: 0;
    }
}

.home-chat .card-compare .compare-area > div > p {
    margin-bottom: 20px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'latobold';
    overflow: hidden;
    height: 48px;
    line-height: 18px;
}

@media (max-width: 767.98px) {
    .home-chat .card-compare .compare-area > div > p {
        font-size: 14px;
        margin: 12px 0 15px;
    }
}

.home-chat .card-compare .compared-features {
    min-height: 380px;
    padding: 18px 18px 120px;
    background: #ffdc66;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.15);
    position: relative;
}

@media (max-width: 767.98px) {
    .home-chat .card-compare .compared-features {
        height: 380px;
    }
}

.home-chat .card-compare .compared-features h3 {
    margin-bottom: 10px;
}

.home-chat .card-compare .compared-features ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.home-chat .card-compare .compared-features li {
    margin-bottom: 15px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #665828;
    position: relative;
}

    .home-chat .card-compare .compared-features li::before {
        content: '';
        display: block;
        width: 7px;
        height: 7px;
        background: #665828;
        border-radius: 10px;
        position: absolute;
        left: 2px;
        top: 7px;
    }

.home-chat .card-compare .compared-features .actions {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 20px;
    text-align: center;
}

    .home-chat .card-compare .compared-features .actions .more {
        font-size: 14px;
        margin-bottom: 20px;
    }

        .home-chat .card-compare .compared-features .actions .more span {
            cursor: pointer;
        }

            .home-chat .card-compare .compared-features .actions .more span:hover {
                text-decoration: underline;
            }

    .home-chat .card-compare .compared-features .actions .button {
        margin: 0;
        width: 100%;
    }

.home-chat .chat-card-detail {
    padding-top: 0;
}

    .home-chat .chat-card-detail .heading {
        height: 230px;
        margin-top: 85px;
        border-bottom: solid 1px #cc9e00;
        position: relative;
    }

@media (max-width: 767.98px) {
    .home-chat .chat-card-detail .heading {
        padding-bottom: 20px;
    }
}

.home-chat .chat-card-detail .heading > img {
    width: 232px;
    height: auto;
    max-height: 145px;
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 1199.98px) {
    .home-chat .chat-card-detail .heading > img {
        width: 210px;
    }
}

@media (max-width: 767.98px) {
    .home-chat .chat-card-detail .heading > img {
        position: static;
        width: 140px;
        margin-top: -65px;
    }
}

.home-chat .chat-card-detail .heading .card-data {
    padding-left: 260px;
}

@media (max-width: 1199.98px) {
    .home-chat .chat-card-detail .heading .card-data {
        padding-left: 230px;
    }
}

@media (max-width: 767.98px) {
    .home-chat .chat-card-detail .heading .card-data {
        padding-left: 0;
    }
}

.home-chat .chat-card-detail .heading .card-data h2 {
    margin: 6px 0 0;
    max-height: 70px;
    overflow: hidden;
}

.home-chat .chat-card-detail .heading .card-data p {
    width: 70%;
    height: 48px;
    margin-bottom: 15px;
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .home-chat .chat-card-detail .heading .card-data p {
        width: 100%;
        margin-top: 2px;
    }
}

.home-chat .chat-card-detail .heading .card-data .button.proceed {
    width: 90px;
    margin-left: 0;
    margin-right: 10px;
}

@media (max-width: 767.98px) {
    .home-chat .chat-card-detail .heading .card-data .button.proceed {
        width: auto;
        margin-right: 0;
        padding-right: 42px;
    }
}

.home-chat .chat-card-detail .heading .card-data .button {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

@media (max-width: 767.98px) {
    .home-chat .chat-card-detail .heading .card-data .button {
        padding-left: 12px;
        padding-right: 53px;
    }
}

.home-chat .chat-card-detail .features {
    position: absolute;
    left: 70px;
    right: 50px;
    top: 305px;
    bottom: 25px;
    overflow: auto;
}

@media (max-width: 1199.98px) {
    .home-chat .chat-card-detail .features {
        left: 40px;
        right: 40px;
    }
}

@media (max-width: 767.98px) {
    .home-chat .chat-card-detail .features {
        top: 330px;
        left: 20px;
        right: 20px;
        bottom: 20px;
    }
}

.home-chat .chat-card-detail .features .features-section {
    margin-top: 5px;
    padding-top: 30px;
    border-top: solid 1px #cc9e00;
}

@media (max-width: 767.98px) {
    .home-chat .chat-card-detail .features .features-section {
        padding-top: 20px;
    }
}

.home-chat .chat-card-detail .features .features-section:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.home-chat .chat-card-detail .features .features-section ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.home-chat .chat-card-detail .features .features-section-content > div,
.home-chat .chat-card-detail .features .features-section-content > li {
    display: inline-block;
    width: 49%;
    padding: 0 2% 0 5%;
    margin-bottom: 30px;
    vertical-align: top;
    position: relative;
}

@media (max-width: 767.98px) {
    .home-chat .chat-card-detail .features .features-section-content > div,
    .home-chat .chat-card-detail .features .features-section-content > li {
        width: 100%;
        padding: 0 0 0 25px;
        margin-bottom: 15px;
    }
}

.home-chat .chat-card-detail .features .features-section-content > li::before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background: #373737;
    border-radius: 10px;
    position: absolute;
    left: 15px;
    top: 9px;
}

@media (max-width: 767.98px) {
    .home-chat .chat-card-detail .features .features-section-content > li::before {
        left: 8px;
    }
}

.home-chat .get-started {
    height: 60px;
    background-color: #FFC600;
    border-bottom: solid 1px #373737;
    display: none;
    position: relative;
}

    .home-chat .get-started a {
        font-weight: bold;
        color: #373737;
        text-decoration: none;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        display: block;
        width: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        padding-top: 22px;
    }

@media (min-width: 576px) {
    .home-chat .get-started a {
        font-size: 20px;
    }
}

@media (max-width: 991.98px) {
    .home-chat .get-started {
        display: block;
    }
}

/* temporary class, only to get better view of all chat elements */
.section.home-chat .chat-area.full-view {
    overflow-y: auto;
    overflow-x: hidden;
}

    .section.home-chat .chat-area.full-view .chat-action {
        position: static;
    }

        .section.home-chat .chat-area.full-view .chat-action > div {
            margin-top: 30px;
            margin-bottom: 30px;
        }

        .section.home-chat .chat-area.full-view .chat-action .action-button,
        .section.home-chat .chat-area.full-view .chat-action .card-choice .compare-button {
            position: static;
        }

.badge-button {
    display: inline-block;
    width: 109px;
    height: 121px;
    margin: 0 6px;
    vertical-align: top;
    text-align: center;
    cursor: pointer;
    position: relative;
}

    .badge-button p {
        margin: 5px 0 0;
        font-family: latobold;
        font-size: 13px;
        line-height: 16px;
        text-transform: uppercase;
    }

    .badge-button .badge, .badge-button .badge--svg {
        width: 60px;
        height: 60px;
        display: inline-block;
        background-color: #fff;
        background-position: center center;
        background-repeat: no-repeat;
        border-radius: 100%;
        -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
        position: relative;
    }

@media (min-width: 576px) {
    .badge-button .badge, .badge-button .badge--svg {
        width: 80px;
        height: 80px;
    }
}

.badge-button .badge img, .badge-button .badge--svg img {
    display: block;
    width: auto;
    height: auto;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.badge-group .badge-item {
    padding: 0 10px;
    display: inline-block;
    border-right: 1px solid #fff;
}

@media (min-width: 576px) {
    .badge-group .badge-item {
        padding: 0 15px;
    }
}

.badge-group .badge-item:last-child {
    border-right: 1px solid transparent;
}

.badge-group .badge-button {
    margin: 0;
}

.badge--svg {
    width: inherit !important;
    height: inherit !important;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    padding: 20px;
    margin: 20px;
}

@media (max-width: 991.98px) {
    .section.promotions {
        padding: 0;
    }
}

@media (max-width: 991.98px) {
    .section.promotions .container {
        padding: 0;
    }
}

.section.promotions .promotion-area {
    height: 450px;
    background: #4a4a4a;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .section.promotions .promotion-area {
        height: 660px;
        border-radius: 0;
    }
}

.section.promotions .promotion-list {
    width: 300px;
    height: 100%;
    float: right;
    color: #fff;
}

@media (max-width: 991.98px) {
    .section.promotions .promotion-list {
        width: auto;
        height: auto;
        float: none;
        margin: 0;
        position: relative;
        z-index: 2;
    }
}

.section.promotions .promotion-list .items {
    position: relative;
}

@media (max-width: 991.98px) {
    .section.promotions .promotion-list .items {
        height: 66px;
        margin: 0 20px;
        border-bottom: solid 1px #757575;
        overflow: hidden;
    }
}

.section.promotions .promotion-list .items select {
    display: none;
}

@media (max-width: 991.98px) {
    .section.promotions .promotion-list .items select {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-appearance: button;
        opacity: 0;
        cursor: pointer;
    }
}

.section.promotions .promotion-list .items i.icons {
    display: none;
}

@media (max-width: 991.98px) {
    .section.promotions .promotion-list .items i.icons {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 22px;
        font-size: 22px;
        font-weight: bold;
    }
}

.section.promotions .promotion-list .items > div,
.section.promotions .promotion-list .items > a {
    display: block;
    padding: 19px 30px 19px 72px;
    line-height: 28px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    border-top: solid 1px #757575;
    position: relative;
    cursor: pointer;
}

    .section.promotions .promotion-list .items > div:first-child,
    .section.promotions .promotion-list .items > a:first-child {
        border-top: none;
    }

@media (max-width: 991.98px) {
    .section.promotions .promotion-list .items > div,
    .section.promotions .promotion-list .items > a {
        padding-left: 42px;
        padding-right: 0;
        border: none;
        display: none;
    }
}

.section.promotions .promotion-list .items > div img,
.section.promotions .promotion-list .items > a img {
    display: block;
    position: absolute;
    left: 30px;
    top: 19px;
}

    .section.promotions .promotion-list .items > div img.active,
    .section.promotions .promotion-list .items > a img.active {
        display: none;
    }

@media (max-width: 991.98px) {
    .section.promotions .promotion-list .items > div img,
    .section.promotions .promotion-list .items > a img {
        left: 0;
    }
}

.section.promotions .promotion-list .items > div:hover, .section.promotions .promotion-list .items > div.active,
.section.promotions .promotion-list .items > a:hover,
.section.promotions .promotion-list .items > a.active {
    color: #FFC600;
}

    .section.promotions .promotion-list .items > div:hover img.default, .section.promotions .promotion-list .items > div.active img.default,
    .section.promotions .promotion-list .items > a:hover img.default,
    .section.promotions .promotion-list .items > a.active img.default {
        display: none;
    }

    .section.promotions .promotion-list .items > div:hover img.active, .section.promotions .promotion-list .items > div.active img.active,
    .section.promotions .promotion-list .items > a:hover img.active,
    .section.promotions .promotion-list .items > a.active img.active {
        display: block;
    }

@media (max-width: 991.98px) {
    .section.promotions .promotion-list .items > div.active,
    .section.promotions .promotion-list .items > a.active {
        display: block;
    }
}

.section.promotions .promotion-list h2 {
    padding: 30px 30px 15px;
}

@media (max-width: 991.98px) {
    .section.promotions .promotion-list h2 {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 5px;
        margin-bottom: 0;
    }
}

.section.promotions .promotion-banner {
    display: none;
    width: auto;
    height: 100%;
    background: #4a4a4a;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 300px;
    overflow: hidden;
    z-index: 1;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

@media (max-width: 991.98px) {
    .section.promotions .promotion-banner {
        width: 100%;
        height: 530px;
        padding: 40px 9% 80px 18px;
        margin: 0;
    }
}

@media (max-width: 575.98px) {
    .section.promotions .promotion-banner {
        padding-right: 12%;
    }
}

.section.promotions .promotion-banner:first-child, .section.promotions .promotion-banner.active {
    display: block;
}

.section.promotions .promotion-banner.inactive {
    display: none;
}

.section.promotions .promotion-banner.faded {
    opacity: 0;
}

.section.promotions .promotion-banner .see-more {
    color: #fff;
    position: absolute;
    left: 40px;
    bottom: 25px;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .section.promotions .promotion-banner .see-more {
        left: 20px;
        bottom: 35px;
    }
}

.section.promotions .promotion-banner .banner-slide {
    width: 100%;
    height: 100%;
    background: #4a4a4a;
}

@media (max-width: 991.98px) {
    .section.promotions .promotion-banner .banner-slide {
        height: 410px;
    }
}

.section.promotions .promotion-banner .banner-slide .banner-page {
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .section.promotions .promotion-banner .banner-slide .banner-page {
        height: 410px;
    }
}

.section.promotions .promotion-banner .banner-slide .banner-img img {
    max-width: none;
}

.section.promotions .promotion-banner .banner-slide .banner-img::before {
    background: url("../img/bg/banner-grad-2.png") center bottom repeat-x;
}

.section.promotions .promotion-banner .banner-slide .banner-text {
    width: 88%;
    max-width: 670px;
    left: 40px;
    right: auto;
    bottom: 90px;
}

@media (max-width: 991.98px) {
    .section.promotions .promotion-banner .banner-slide .banner-text {
        width: auto;
        left: 20px;
        right: 33px;
        bottom: 25px;
    }
}

@media (max-width: 991.98px) {
    .section.promotions .promotion-banner .banner-slide .banner-text h4 {
        margin-bottom: 8px;
    }
}

@media (max-width: 991.98px) {
    .section.promotions .promotion-banner .banner-slide .banner-text h2 {
        font-size: 20px;
        line-height: 25px;
        font-family: 'latoregular';
    }
}

@media (max-width: 991.98px) {
    .section.promotions .promotion-banner .banner-slide .owl-stage-outer {
        overflow: visible;
    }
}

.section.promotions .promotion-banner .banner-slide .owl-dots {
    left: 35px;
    right: 35px;
    bottom: 65px;
    text-align: left;
}

    .section.promotions .promotion-banner .banner-slide .owl-dots .owl-dot {
        width: 52px;
    }

@media (max-width: 991.98px) {
    .section.promotions .promotion-banner .banner-slide .owl-dots {
        display: none;
    }
}

/* content-panels in page /loan, /simpanan */
.content-panels.section {
    padding-top: 0;
    padding-bottom: 0;
}

@media screen and (min-width: 1200px) {
    .content-panels__wrapper {
        padding-left: 8px;
        padding-right: 8px;
    }
}

.content-panels__item {
    text-align: center;
    display: table;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 0;
    padding-right: 0;
}

@media screen and (min-width: 1200px) {
    .content-panels__item {
        padding: 8px;
    }
}

.content-panels__item .frame {
    display: table-cell;
    vertical-align: middle;
    background-color: #f5f5f5;
    height: 350px;
}

.content-panels__item .title {
    max-width: 250px;
    width: 100%;
    margin: 1em auto;
}

.content-panels__item .see-more {
    display: inline-block;
}

.content-panels__item .picture img {
    margin: 0 auto;
}

.content-panels__item a {
    color: #373737 !important;
    text-decoration: none !important;
}

.content-panels-3, .content-panels-3--light {
    /* set padding for all col-* */
}

    .content-panels-3 > .content-panels-3-wrapper, .content-panels-3--light > .content-panels-3-wrapper {
        width: 100%;
        overflow: hidden;
    }

.content-panels-3-row {
    margin: 0 -3px 0 -2px;
    padding: 2px 0 3px;
}

.content-panels-3 [class^="col-"], .content-panels-3--light [class^="col-"] {
    padding: 0;
    padding: 3px 3px 2px 2px;
}

.content-panels-3-item {
    position: relative;
    -webkit-transition: 2s;
    transition: 2s;
    overflow: hidden;
    padding: 0;
    /* on hover state */
    /* expand the link clickbox */
}

    .content-panels-3-item a {
        color: #373737;
    }

    .content-panels-3-item:hover .content-panels-3-wrapper {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .content-panels-3-item .content-panels-3-wrapper {
        display: block;
        -webkit-transition: 1s;
        transition: 1s;
        background-repeat: no-repeat;
        background-size: cover;
        height: 357px;
        overflow: hidden;
    }

    .content-panels-3-item .content-panels-3-wrapper--shorter {
        height: 332px;
    }

.content-panels-3-body {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    /* wrapper for the content */
}

    .content-panels-3-body > div {
        max-width: 350px;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
    }

@media screen and (min-width: 768px) {
    .content-panels-3-body > div {
        max-width: 450px;
    }
}

.content-panels-3-picture img {
    width: auto;
    height: 60px;
}

.content-panels-3-name {
    font-family: 'latobold';
    text-align: center;
    margin-top: 8px;
}

@media screen and (min-width: 992px) {
    .content-panels-3-name {
        font-size: 24px;
    }
}

/** 
 * Content panels 3 light version
 * @desc => text color is white
 */
.content-panels-3--light {
    overflow: hidden;
}

    .content-panels-3--light .content-panels-3-wrapper {
        text-align: center;
    }

        .content-panels-3--light .content-panels-3-wrapper:after {
            content: '';
            display: block;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.4);
        }

    .content-panels-3--light a,
    .content-panels-3--light .see-more {
        color: #fff;
        text-decoration: none;
    }

        .content-panels-3--light a:hover,
        .content-panels-3--light .see-more:hover {
            color: #fff;
        }

/* add this class to set the content panel to be longer in height
with the content on the bottom section - /e-banking */
@media screen and (min-width: 768px) {
    .content-panels-long .content-panels-3-wrapper {
        height: 457px;
    }
}

@media screen and (min-width: 768px) {
    .content-panels-long .content-panels-3-body {
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media screen and (min-width: 992px) {
    .content-panels-long .content-panels-3-body {
        bottom: auto;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

/* shorter height - check page /premier-wealth/investment */
.content-panels-short .content-panels-3-wrapper {
    height: 280px;
}

@media screen and (min-width: 768px) {
    .content-panels-short .content-panels-3-wrapper {
        height: 280px;
    }
}

@media screen and (min-width: 768px) {
    .content-panels-short .content-panels-3-body {
        bottom: 30px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media screen and (min-width: 992px) {
    .content-panels-short .content-panels-3-body {
        bottom: auto;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

/* see page /about-us */
.tiger-box {
    padding: 0;
}

    .tiger-box .t-box {
        width: 19.658%;
        margin-left: 0.427%;
        float: left;
    }

@media (max-width: 991.98px) {
    .tiger-box .t-box {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
        float: none;
        overflow: hidden;
        clear: both;
    }
}

@media (max-width: 575.98px) {
    .tiger-box .t-box {
        margin-top: 20px;
    }
}

.tiger-box .t-box:first-child {
    margin-left: 0;
}

@media (max-width: 991.98px) {
    .tiger-box .t-box:first-child {
        margin-top: 0;
    }
}

.tiger-box .t-box:first-child .text::before {
    display: none;
}

.tiger-box .t-box img {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 991.98px) {
    .tiger-box .t-box img {
        width: 200px;
        float: left;
    }
}

@media (max-width: 767.98px) {
    .tiger-box .t-box img {
        width: 120px;
    }
}

@media (max-width: 575.98px) {
    .tiger-box .t-box img {
        width: 80px;
    }
}

.tiger-box .t-box .text {
    height: 212px;
    padding: 30px 18px 0;
    position: relative;
}

@media (max-width: 1199.98px) {
    .tiger-box .t-box .text {
        height: 250px;
    }
}

@media (max-width: 991.98px) {
    .tiger-box .t-box .text {
        height: auto;
        margin-left: 210px;
        padding-top: 12px;
    }
}

@media (max-width: 767.98px) {
    .tiger-box .t-box .text {
        margin-left: 120px;
    }
}

@media (max-width: 575.98px) {
    .tiger-box .t-box .text {
        margin-left: 80px;
        padding-top: 4px;
    }
}

.tiger-box .t-box .text::before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #d7d7d7;
    position: absolute;
    left: -3px;
    top: 0;
}

@media (max-width: 991.98px) {
    .tiger-box .t-box .text::before {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .tiger-box .t-box .text h3 {
        margin-bottom: 5px;
    }
}

.tiger-box .t-box .text p {
    max-height: 96px;
    overflow: hidden;
}

@media (max-width: 1199.98px) {
    .tiger-box .t-box .text p {
        max-height: 144px;
    }
}

@media (max-width: 991.98px) {
    .tiger-box .t-box .text p {
        max-height: none;
    }
}

@media (max-width: 575.98px) {
    .tiger-box .t-box .text p {
        margin-top: 5px;
    }
}

.story-section {
    padding-top: 15px;
    padding-bottom: 15px;
}

@media screen and (min-width: 992px) {
    .story-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.story-section .wrapper:after {
    content: '';
    display: block;
    clear: both;
}

.story-section .story-section-info {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media screen and (min-width: 992px) {
    .story-section .story-section-info {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.story-section .story-section-info .heading {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .story-section .story-section-info .heading {
        margin-bottom: 35px;
    }
}

.story-section .story-section-info h1 {
    margin-right: 0;
}

@media (min-width: 768px) {
    .story-section .story-section-info h1 {
        margin-right: 90px;
    }
}

.story-section .story-section-info p {
    color: #808080;
}

@media (min-width: 768px) {
    .story-section .story-section-info p {
        width: 70%;
    }
}

@media (max-width: 991.98px) {
    .page-home .section.story-list {
        padding-top: 30px;
    }
}

.story-list {
    /* style option : 4 card in a row with border & shadow */
}

    .story-list .list::after {
        content: '';
        display: block;
        clear: both;
    }

    .story-list .list .story-card {
        width: 100%;
        margin-bottom: 30px;
        float: left;
    }

    .story-list .story-card {
        position: relative;
    }

        .story-list .story-card .image {
            border-radius: 6px;
            position: relative;
            overflow: hidden;
            min-height: 200px;
        }

            .story-list .story-card .image img,
            .story-list .story-card .image .centerImage-cover {
                display: block;
                width: 100%;
                height: 100%;
                -webkit-transition: -webkit-transform 0.88s;
                transition: -webkit-transform 0.88s;
                transition: transform 0.88s;
                transition: transform 0.88s, -webkit-transform 0.88s;
            }

        .story-list .story-card:hover .image img,
        .story-list .story-card:hover .image .centerImage-cover {
            -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
            transform: scale(1.05);
        }

        .story-list .story-card .title {
            margin-top: 15px;
        }

            .story-list .story-card .title h4 {
                text-transform: uppercase;
            }

            .story-list .story-card .title .date {
                line-height: 20px;
                margin: 0 0 10px;
            }

            .story-list .story-card .title h2 {
                height: 60px;
                margin-top: 5px;
                overflow: hidden;
                line-height: 30px;
            }

            .story-list .story-card .title a {
                text-decoration: none;
                color: #373737;
            }

                .story-list .story-card .title a:hover {
                    text-decoration: underline;
                }

        .story-list .story-card .card-link {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            display: none;
        }

    .story-list.quad .heading h1 {
        margin-right: 0;
        font-size: 32px;
        line-height: 1.3;
    }

@media (min-width: 768px) {
    .story-list.quad .heading h1 {
        margin-right: 90px;
        font-size: 42px;
    }
}

.story-list.quad .heading .see-more {
    display: none !important;
}

@media (min-width: 768px) {
    .story-list.quad .heading .see-more {
        display: inline-block !important;
    }
}

.story-list.quad .list .story-card {
    width: 100%;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}

.story-list.quad .story-card .image {
    border-radius: 0;
    height: 185px;
}

    .story-list.quad .story-card .image img,
    .story-list.quad .story-card .image .centerImage-cover {
        -webkit-transition: -webkit-transform 0.5s;
        transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
        transition: transform 0.5s, -webkit-transform 0.5s;
    }

.story-list.quad .story-card .title {
    height: 150px;
    margin: 0;
    padding: 20px 20px 30px;
}

    .story-list.quad .story-card .title h2 {
        font-size: 20px;
        line-height: 24px;
        height: auto;
        max-height: 72px;
        margin: 0;
    }

.story-list.quad .story-card .card-link {
    display: block;
}

.story-list.quad .story-card:hover .title a {
    text-decoration: underline;
}

.story-list.quad .story-card:hover .image img,
.story-list.quad .story-card:hover .image .centerImage-cover {
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12);
}

.story-list.quad .long-story .title {
    height: 415px;
    padding: 20px;
}

    .story-list.quad .long-story .title .tag {
        margin-bottom: 25px;
    }

    .story-list.quad .long-story .title h2 {
        max-height: none;
    }

    .story-list.quad .long-story .title .date {
        display: block;
        font-size: 14px;
        font-family: 'latobold';
        line-height: 24px;
        margin-top: 3px;
        margin-bottom: 0;
    }

    .story-list.quad .long-story .title .story {
        max-height: 216px;
        overflow: hidden;
    }

    .story-list.quad .long-story .title .btn, .story-list.quad .long-story .title .button-cta {
        display: block;
        position: absolute;
        left: 20px;
        right: 20px;
        bottom: 20px;
        text-decoration: none !important;
    }

.story-list.quad .long-story .outer {
    overflow: hidden;
    max-height: 304px;
}

@media (min-width: 768px) {
    .js-mobile-to-carousel-container {
        padding-right: 20px;
    }

    .js-mobile-to-carousel {
        margin-left: -15px;
    }
}

@media (max-width: 991.98px) {
    .js-mobile-to-carousel-container {
        overflow: hidden;
    }

    .js-mobile-to-carousel {
        margin-left: 0px;
    }

        .js-mobile-to-carousel .owl-stage-outer {
            width: 100%;
            overflow: visible;
        }

            .js-mobile-to-carousel .owl-stage-outer .owl-stage {
                padding-left: 0px !important;
            }

        .js-mobile-to-carousel .owl-item .js-mobile-to-carousel-list {
            max-width: 100%;
            width: 100%;
            padding-left: 0;
            padding-right: 0;
        }
}

.m-cards-giro-card {
    width: 100%;
    height: 430px;
    border-radius: 7px;
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
    /* with another image inside the card's image */
    /* different size & typo styling... */
    /* card size option : only main cta button & longer desc area */
}

@media (max-width: 767.98px) {
    .m-cards-giro-card {
        height: 428px !important;
    }
}

.m-cards-giro-card .image {
    width: 100%;
    height: 165px;
    position: relative;
    overflow: hidden;
    background: #ccc;
    border-radius: 7px 7px 0px 0px;
    -moz-border-radius: 7px 7px 0px 0px;
    -webkit-border-radius: 7px 7px 0px 0px;
}

    .m-cards-giro-card .image img,
    .m-cards-giro-card .image .centerImage-cover {
        width: 100%;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .m-cards-giro-card .image .card {
        width: 143px;
        height: 90px;
        position: absolute;
        left: 20px;
        bottom: 28px;
        background-color: transparent;
        border: none;
    }

        .m-cards-giro-card .image .card img {
            height: 100%;
            position: absolute;
            left: 0px;
            top: 0px;
        }

    .m-cards-giro-card .image .product-label {
        display: block;
        font-family: "latoregular";
        font-size: 20px;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.2;
        letter-spacing: normal;
        text-align: left;
        color: #ffffff;
        position: absolute;
        left: 20px;
        top: 20px;
        right: 20px;
    }

.m-cards-giro-card:hover .image img,
.m-cards-giro-card:hover .image .centerImage-cover {
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12);
}

.m-cards-giro-card .desc {
    font-family: 'latoregular';
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 20px;
    text-align: left;
    color: #9d9d9d;
    padding: 20px;
    width: 100%;
    height: 292px;
    position: relative;
}

    .m-cards-giro-card .desc .see-more {
        margin: 0 0 20px 0;
    }

    .m-cards-giro-card .desc h3 {
        max-height: 104px;
        overflow: hidden;
    }

    .m-cards-giro-card .desc .pdesc {
        display: block;
        width: 100%;
        max-height: 120px;
        overflow: hidden;
        white-space: initial;
    }

    .m-cards-giro-card .desc .cta {
        position: absolute;
        bottom: 30px;
        left: 0;
        padding: 20px;
        width: 100%;
    }

        .m-cards-giro-card .desc .cta a {
            display: block;
        }

        .m-cards-giro-card .desc .cta .see-more {
            display: inline-block;
        }

        .m-cards-giro-card .desc .cta .add-compare,
        .m-cards-giro-card .desc .cta .js-add-compare {
            margin-top: 20px;
        }

    .m-cards-giro-card .desc .ptitle {
        font-size: 20px;
        font-weight: bold;
        line-height: 1.2;
    }

.m-cards-giro-card.display-cards {
    /* longer cards */
}

@media (max-width: 767.98px) {
    .m-cards-giro-card.display-cards {
        height: 513px !important;
    }
}

.m-cards-giro-card.display-cards .image {
    height: 204px;
}

    .m-cards-giro-card.display-cards .image img {
        height: 204px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .m-cards-giro-card.display-cards .image .card {
        -webkit-transition: width 0.5s, height 0.5s;
        -webkit-transition: width 0.5 s, height 0.5s;
        transition: width 0.5 s, height 0.5s;
    }

        .m-cards-giro-card.display-cards .image .card img {
            height: 100%;
        }

.m-cards-giro-card.display-cards:hover .image img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.m-cards-giro-card.display-cards:hover .image .card {
    width: 160px;
    height: 101px;
}

    .m-cards-giro-card.display-cards:hover .image .card img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

.m-cards-giro-card.display-cards .desc {
    height: 217px;
}

    .m-cards-giro-card.display-cards .desc .pdesc {
        max-height: 60px;
    }

.m-cards-giro-card.display-cards.long-card {
    height: 510px;
}

    .m-cards-giro-card.display-cards.long-card .desc {
        height: 337px;
    }

        .m-cards-giro-card.display-cards.long-card .desc .see-more {
            margin-bottom: 28px;
        }

        .m-cards-giro-card.display-cards.long-card .desc .pdesc {
            max-height: 80px;
        }

.m-cards-giro-card.product-cards {
    height: 400px;
    /* longer cards */
}

    .m-cards-giro-card.product-cards.display-cards {
        height: 440px;
    }

    .m-cards-giro-card.product-cards .image {
        height: 165px;
    }

@media (max-width: 767.98px) {
    .m-cards-giro-card.product-cards .image {
        height: 220px;
    }
}

.m-cards-giro-card.product-cards span {
    color: #373737;
}

    .m-cards-giro-card.product-cards span.gray-text {
        color: #808080;
    }

.m-cards-giro-card.product-cards .desc {
    border-top: 1px solid rgba(23, 23, 23, 0.1);
    height: 265px;
}

.m-cards-giro-card.product-cards .type {
    font-family: 'latobold';
    display: block;
    font-size: 14px;
    color: #ffdc66;
}

.m-cards-giro-card.product-cards .price {
    font-size: 20px;
    font-family: 'latobold';
    margin-top: 5px;
    display: block;
}

.m-cards-giro-card.product-cards .point-desc {
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
}

    .m-cards-giro-card.product-cards .point-desc h3 {
        margin: 0;
        font-size: 20px;
        font-family: 'latobold';
    }

    .m-cards-giro-card.product-cards .point-desc h4 {
        margin: 0;
        font-size: 12px;
    }

.m-cards-giro-card.product-cards.long-card {
    height: 452px;
}

@media (max-width: 767.98px) {
    .m-cards-giro-card.product-cards.long-card {
        height: auto;
    }
}

.m-cards-giro-card.product-cards.long-card .desc {
    height: 317px;
}

@media (max-width: 767.98px) {
    .m-cards-giro-card.product-cards.long-card .desc {
        height: auto;
    }
}

.m-cards-giro-card.product-cards.long-card .desc .pdesc {
    max-height: 145px;
}

@media (max-width: 767.98px) {
    .m-cards-giro-card.product-cards.long-card .desc .cta {
        padding-top: 25px;
    }
}

.m-cards-giro-card.product-cards.long-card .desc .see-more {
    margin-bottom: 16px;
}

.m-cards-giro-card.product-cards.long-card .desc .btn, .m-cards-giro-card.product-cards.long-card .desc .button-cta {
    margin-top: 0;
}

.m-cards-giro-card.simple-card {
    height: 380px;
}

    .m-cards-giro-card.simple-card .desc {
        height: 240px;
    }

        .m-cards-giro-card.simple-card .desc .pdesc {
            max-height: 80px;
            margin-top: 10px;
        }

        .m-cards-giro-card.simple-card .desc .ptitle {
            font-weight: 600;
            color: #171717;
        }

        .m-cards-giro-card.simple-card .desc .cta .see-more {
            display: none;
        }

@media screen and (max-width: 767px) {
    .m-cards-giro .m-cards-giro-card {
        height: auto;
    }

    .m-cards-giro div[class^="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }

    .m-cards-giro .image {
        height: auto;
    }

        .m-cards-giro .image .product-label {
            font-size: 12px;
            top: 10px;
            left: 10px;
        }

    .m-cards-giro .desc {
        font-size: 14px;
        height: auto;
        padding: 20px 10px;
    }

        .m-cards-giro .desc .cta {
            position: relative;
            top: auto;
            left: auto;
            bottom: auto;
            padding: 10px 0 0 0;
        }

            .m-cards-giro .desc .cta a.see-more {
                font-size: 12px;
                margin-bottom: 5px;
            }

            .m-cards-giro .desc .cta .btn-tertiary {
                margin-top: 2rem;
                /* padding: 6px 12px; */
                font-size: 12px;
                padding: 12px;
                /* on device landscape */
            }
}

@media only screen and (max-width: 767px) and (min-width: 320px) and (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .m-cards-giro .desc .cta .btn-tertiary {
        padding: 12px;
    }
}

.m-cards-info-card--normalize:hover {
    text-decoration: none;
    -webkit-box-shadow: 3px 8px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 8px 10px rgba(0, 0, 0, 0.1);
    background-color: #FFC600;
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
}

.m-cards-info-card {
    width: 100%;
    height: 120px;
    border-radius: 8px;
    background-color: #f5f5f5;
    -webkit-box-shadow: 3px 8px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 8px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    display: table;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 36px 56px 36px 36px;
    margin-bottom: 20px;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

@media (max-width: 991.98px) {
    .m-cards-info-card {
        padding-left: 25px;
        padding-right: 45px;
    }
}

.m-cards-info-card:hover {
    text-decoration: none;
    -webkit-box-shadow: 3px 8px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 8px 10px rgba(0, 0, 0, 0.1);
    background-color: #FFC600;
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
}

.m-cards-info-card::after {
    position: absolute;
    content: '';
    background-image: url("../img/icons/arrow-right/arrow-right-363-big-black@2x.png");
    background-repeat: no-repeat;
    background-position: right center;
    width: 15px;
    height: 17px;
    right: 36px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    background-size: contain;
}

@media (max-width: 991.98px) {
    .m-cards-info-card::after {
        right: 25px;
    }
}

.m-cards-info-card span {
    font-family: "latobold";
    color: #171717;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    display: table-cell;
    -ms-flex-item-align: center;
    align-self: center;
    vertical-align: middle;
}

.m-cards-info-card--normalize {
    border-radius: 8px;
    background-color: #f5f5f5;
    -webkit-box-shadow: 3px 8px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 8px 10px rgba(0, 0, 0, 0.1);
    display: block;
    padding: 15px;
    margin-bottom: 30px;
    min-height: 122px;
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

@media (max-width: 767.98px) {
    .m-cards-info-card--normalize {
        min-height: initial;
    }
}

.m-cards-info-card--normalize:hover {
    color: #373737;
    text-decoration: none;
}

.m-cards-info-card--normalize a {
    color: #373737;
}

.m-cards-info-card--normalize .info-card__title {
    font-weight: normal;
    font-family: 'latobold';
}

.card-list .card-item {
    width: 100%;
    min-height: 405px;
    margin: 0;
    background: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.07);
    box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.07);
    color: #373737;
    position: relative;
    /* us to substitute body
		   with standard padded div */
    /* layout option : flexible height */
    /* color theme option : dark bg with white text */
    /* layout theme option : location list */
    /* layout theme option : exchange rates list */
    /* slightly different from .exchange-rates table
		   example in /business/custody page */
    /* calculator form in business/financing-trade pages */
}

    .card-list .card-item a {
        color: #373737;
    }

    .card-list .card-item .head {
        height: 64px;
        padding: 8px 30px 0;
        overflow: hidden;
    }

        .card-list .card-item .head h2 {
            line-height: 56px;
            font-size: 23px;
        }

    .card-list .card-item .body {
        width: 100%;
        position: absolute;
        top: 64px;
        bottom: 70px;
        overflow: auto;
    }

        .card-list .card-item .body .body-row {
            padding: 14px 30px;
            border-top: solid 1px #e9e9e9;
            overflow: hidden;
        }

            .card-list .card-item .body .body-row:first-child {
                border-top: none;
            }

            .card-list .card-item .body .body-row h4 {
                margin: 0;
                font-family: 'latoregular';
                font-size: 12px;
                line-height: 18px;
                color: #808080;
            }

            .card-list .card-item .body .body-row p {
                margin: 3px 0 0;
            }

    .card-list .card-item .frame {
        padding: 50px 60px;
    }

@media (max-width: 767.98px) {
    .card-list .card-item .frame {
        padding: 20px;
    }
}

.card-list .card-item .foot {
    height: 70px;
    padding: 20px 30px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.card-list .card-item.no-head .head {
    display: none;
}

.card-list .card-item.no-head .body {
    top: 0;
}

.card-list .card-item.no-foot .foot {
    display: none;
}

.card-list .card-item.no-foot .body {
    bottom: 0;
}

.card-list .card-item.no-limit .head,
.card-list .card-item.no-limit .body,
.card-list .card-item.no-limit .foot {
    position: static;
}

.card-list .card-item.dark {
    background: #4a4a4a;
    color: #fff;
}

    .card-list .card-item.dark a {
        color: #fff;
    }

    .card-list .card-item.dark .body .body-row {
        border-top: solid 1px #757575;
    }

        .card-list .card-item.dark .body .body-row:first-child {
            border-top: none;
        }

.card-list .card-item .body.location-list .current-location {
    padding: 0 30px 0 60px;
    background: url("../img/icons/place-yellow.png") 32px 1px no-repeat;
}

    .card-list .card-item .body.location-list .current-location span {
        text-decoration: underline;
    }

.card-list .card-item .body.location-list .body-row p {
    overflow: hidden;
}

    .card-list .card-item .body.location-list .body-row p .name,
    .card-list .card-item .body.location-list .body-row p .view {
        display: inline-block;
    }

    .card-list .card-item .body.location-list .body-row p .name {
        max-width: 70%;
        float: left;
    }

    .card-list .card-item .body.location-list .body-row p .view {
        max-width: 25%;
        text-align: right;
        float: right;
    }

.card-list .card-item .body.exchange-rates table, .card-list .card-item .body.exchange-rates th, .card-list .card-item .body.exchange-rates td,
.card-list .card-item .body.card-table table,
.card-list .card-item .body.card-table th,
.card-list .card-item .body.card-table td {
    margin: 0;
    padding: 0;
    border: none;
}

.card-list .card-item .body.exchange-rates table,
.card-list .card-item .body.card-table table {
    width: 100%;
}

.card-list .card-item .body.exchange-rates th, .card-list .card-item .body.exchange-rates td,
.card-list .card-item .body.card-table th,
.card-list .card-item .body.card-table td {
    padding-top: 16px;
    padding-bottom: 18px;
    padding-right: 30px;
    border-top: solid 1px #e9e9e9;
    vertical-align: top;
}

    .card-list .card-item .body.exchange-rates th:first-child, .card-list .card-item .body.exchange-rates td:first-child,
    .card-list .card-item .body.card-table th:first-child,
    .card-list .card-item .body.card-table td:first-child {
        width: 48%;
        padding-left: 30px;
    }

    .card-list .card-item .body.exchange-rates th .country-ball, .card-list .card-item .body.exchange-rates td .country-ball,
    .card-list .card-item .body.card-table th .country-ball,
    .card-list .card-item .body.card-table td .country-ball {
        width: 20px;
        height: 20px;
        margin-right: 7px;
        border-radius: 100px;
        -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
        float: left;
        position: relative;
        top: 2px;
    }

        .card-list .card-item .body.exchange-rates th .country-ball img, .card-list .card-item .body.exchange-rates td .country-ball img,
        .card-list .card-item .body.card-table th .country-ball img,
        .card-list .card-item .body.card-table td .country-ball img {
            display: block;
            width: 100%;
            height: 100%;
        }

.card-list .card-item .body.exchange-rates tr:first-child th, .card-list .card-item .body.exchange-rates tr:first-child td,
.card-list .card-item .body.card-table tr:first-child th,
.card-list .card-item .body.card-table tr:first-child td {
    border-top: none;
}

.card-list .card-item .body.exchange-rates th,
.card-list .card-item .body.card-table th {
    padding-bottom: 0;
    font-family: 'latoregular';
    font-size: 12px;
    line-height: 18px;
    color: #808080;
    font-weight: normal;
}

.card-list .card-item .body.card-table {
    padding-top: 30px;
    padding-bottom: 30px;
}

    .card-list .card-item .body.card-table th {
        padding-top: 0;
        padding-bottom: 5px;
        font-size: 16px;
        vertical-align: bottom;
    }

    .card-list .card-item .body.card-table td {
        padding-top: 18px;
        padding-bottom: 17px;
    }

        .card-list .card-item .body.card-table td .icon-image {
            width: 24px;
            height: 24px;
            margin-right: 15px;
            float: left;
            position: relative;
        }

            .card-list .card-item .body.card-table td .icon-image img {
                display: block;
                width: 100%;
                height: 100%;
            }

.card-list .card-item .calculator-form .post-calculation {
    display: none;
}

.card-list .card-item .calculator-form.calculation-done .pre-calculation {
    display: none;
}

.card-list .card-item .calculator-form.calculation-done .post-calculation {
    display: block;
}

.card-list .card-item .calculator-form .recalculate {
    display: inline-block;
    margin-top: 20px;
    cursor: pointer;
}

    .card-list .card-item .calculator-form .recalculate .c-calculator__name {
        font-family: 'latoregular';
        font-size: 12px;
        line-height: 20px;
        position: relative;
        top: -2px;
        opacity: 1;
    }

.card-ico {
    margin-bottom: 30px;
    /* ------ style options ------ */
    /* card bg colors */
    /* card with 2 lines of caption below title */
    /* no bg/border/shadow, 3 lines of caption, icon has round white bg */
}

.card-ico-wrapper {
    position: relative;
    width: 100%;
}

.card-ico-box {
    position: relative;
    padding-bottom: 100%;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    background-color: #FFC600;
}

.card-ico-box-wrapper {
    padding: 0 5px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    .card-ico-box-wrapper {
        padding: 10px;
    }
}

@media (max-width: 991.98px) {
    .card-ico-box .table-cell {
        vertical-align: middle;
    }
}

@media (max-width: 767.98px) {
    .card-ico-box .table-cell {
        vertical-align: middle;
    }
}

@media (max-width: 575.98px) {
    .card-ico-box .table-cell {
        vertical-align: middle;
    }
}

.card-ico-image {
    width: 70px;
    height: 70px;
    position: relative;
}

    .card-ico-image img {
        width: auto;
        /* max-width: 70px; */
        max-width: 32px;
        height: auto;
        max-height: 70px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

.card-ico-caption {
    font-family: 'latobold';
    text-transform: uppercase;
    font-size: 14px;
    text-align: left;
}

@media (max-width: 575.98px) {
    .card-ico-caption {
        font-size: 14px;
        line-height: 1.4em;
    }
}

.card-ico-p {
    display: none;
    height: 48px;
    margin-top: 7px;
    font-size: 16px;
    line-height: 24px;
    color: #808080;
    overflow: hidden;
    text-align: left;
}

.card-ico-link {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.card-ico.white .card-ico-box {
    background: #fff;
}

.card-ico.gray .card-ico-box {
    background: #ededed;
}

.card-ico.detailed .card-ico-box {
    padding-bottom: 84%;
}

.card-ico.detailed .card-ico-caption {
    font-size: 20px;
    font-family: 'latobold';
    text-transform: none;
}

.card-ico.detailed .card-ico-p {
    display: block;
}

.card-ico.borderless .card-image {
    margin-bottom: 40px;
    height: 130px;
}

.card-ico.borderless .card-ico-box {
    padding-bottom: 87%;
    background: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 1199.98px) {
    .card-ico.borderless .card-ico-box {
        padding-bottom: 200px;
    }
}

@media (max-width: 991.98px) {
    .card-ico.borderless .card-ico-box {
        padding-bottom: 200px;
    }
}

@media (max-width: 767.98px) {
    .card-ico.borderless .card-ico-box {
        padding-bottom: 0;
    }
}

.card-ico.borderless .card-ico-box-wrapper {
    padding: 0;
    position: relative;
}

@media (min-width: 768px) {
    .card-ico.borderless .card-ico-box-wrapper {
        position: absolute;
    }
}

.card-ico.borderless .card-ico-image {
    width: 80px;
    height: 80px;
    margin-top: 15px;
    margin-bottom: 25px;
    background: #fff;
    border-radius: 100px;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}

.card-ico.borderless .card-ico-caption {
    font-size: 20px;
    font-family: 'latobold';
    text-transform: none;
}

.card-ico.borderless .card-ico-p {
    display: block;
    height: 98px;
}

@media (max-width: 1199.98px) {
    .card-ico.borderless .card-ico-p {
        height: 96px;
    }
}

@media (max-width: 991.98px) {
    .card-ico.borderless .card-ico-p {
        height: 72px;
    }
}

@media (max-width: 767.98px) {
    .card-ico.borderless .card-ico-p {
        height: auto;
    }
}

.card-ico.autoheight {
    margin-bottom: 0;
}

    .card-ico.autoheight .card-ico-box {
        padding-bottom: 0;
    }

    .card-ico.autoheight .card-ico-box-wrapper {
        position: relative;
    }

/**
 * this is card component as input checkbox
 * primarily used in funnel forms.
 */
.card-box {
    display: inline-block;
    position: relative;
    width: 160px;
    height: 190px;
    -webkit-box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.07);
    box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.07);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    /* input checkbox within the card */
}

    .card-box:hover {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    .card-box a {
        display: table-cell;
        vertical-align: middle;
    }

        .card-box a:hover, .card-box a:focus, .card-box a:active {
            text-decoration: none !important;
        }

    .card-box .card-box-wrapper {
        background-color: #fff;
        color: #373737;
        border-radius: 8px;
        padding: 1rem;
        -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
        text-align: center;
        width: 100%;
        height: 100%;
        position: relative;
        display: table;
    }

        .card-box .card-box-wrapper a {
            color: #373737;
        }

        .card-box .card-box-wrapper:after {
            content: '';
            width: 20px;
            height: 20px;
            position: absolute;
            top: 0;
            right: 0;
            background-image: url("../img/icons/check-green.png");
            background-size: cover;
            background-repeat: no-repeat;
            top: 6px;
            right: 6px;
            display: none;
        }

    .card-box .card-box-image {
        margin: 0 auto;
    }

        .card-box .card-box-image img {
            width: 100%;
            height: 100%;
        }

            .card-box .card-box-image img.ico {
                width: 46px;
                height: 46px;
            }

            .card-box .card-box-image img.ico--large {
                width: 60px;
                height: auto;
            }

    .card-box .card-box-caption {
        padding-top: .5rem;
        padding-bottom: .5rem;
        margin: 0 auto;
        max-width: 130px;
        white-space: initial;
    }

    .card-box input[type="checkbox"],
    .card-box input[type="radio"] {
        position: absolute;
        z-index: 10;
        width: 100%;
        height: 100%;
        border: 0 !important;
    }

        .card-box input[type="checkbox"]:checked + div.card-box-wrapper:after,
        .card-box input[type="radio"]:checked + div.card-box-wrapper:after {
            display: block;
        }

@media screen and (max-width: 768px) {
    .kta-filter-form .owl-item {
        text-align: center;
    }
}

/* this is a wrapper class for the feature header
        so that the negative margin can applied accordingly if the body contains card-box component */
.card-box-feature-header {
    margin-left: -15px;
    margin-right: -15px;
}

@media screen and (min-width: 768px) {
    .card-box-feature-header {
        margin-left: 0;
        margin-right: 0;
    }
}

/* Card box component with yellow background */
/* UNUSED! THIS IS BEING REPLACED BY ICON-BOX CLASS */
/* Card box component with white background */
/* UNUSED */
/* CARD COMPONENT */
.card {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    text-align: left;
    direction: ltr;
    margin: 0 auto;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
    /* on state action.. */
    /* child classes.. */
}

@media screen and (min-width: 768px) {
    .card {
        max-width: 280px;
    }
}

.card:hover .img-as-bg, .card:active .img-as-bg, .card:focus .img-as-bg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.card-body, .card-footer {
    padding: 15px;
}

.card-title {
    border-bottom: 1px solid rgba(157, 157, 157, 0.3);
    padding-bottom: 15px;
    height: 71px;
    overflow: hidden;
}

    .card-title h1,
    .card-title h2,
    .card-title h3,
    .card-title h4 {
        margin: 0;
    }

    .card-title img {
        max-width: 120px;
    }

.card-header {
    position: relative;
    overflow: hidden;
}

.card-header-tag {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #fff;
    z-index: 2;
}

.card-header .img-as-bg {
    background-repeat: no-repeat;
    background-size: cover;
    width: auto;
    height: 185px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s;
    transition: .5s;
    cursor: pointer;
}

.card-desc {
    margin-top: 15px;
    margin-bottom: 15px;
    white-space: normal;
    min-height: 97px;
    max-height: 97px;
    overflow: hidden;
}

    .card-desc p {
        margin-bottom: 0;
        opacity: .6;
    }

.card-action a {
    font-family: 'latobold';
    display: block;
    color: #373737;
    /* set all direct element under it inline-block */
}

    .card-action a img {
        max-width: 10px;
        width: 100%;
    }

    .card-action a > * {
        display: inline-block;
    }

.compare-table {
    padding-top: 20px;
    overflow: auto;
}

    .compare-table table {
        width: 100%;
        min-width: 720px;
        margin: 0;
        padding: 0;
        border: none;
        background: #fff;
    }

        .compare-table table th, .compare-table table td {
            width: 300px;
            margin: 0;
            padding: 36px 23px 0 32px;
            border-left: solid 1px #d8d8d8;
        }

            .compare-table table th:first-child, .compare-table table td:first-child {
                width: 250px;
                border-left: none;
            }

@media (max-width: 991.98px) {
    .compare-table table th:first-child, .compare-table table td:first-child {
        display: none;
    }
}

.compare-table table th:last-child,
.compare-table table th .last-col, .compare-table table td:last-child,
.compare-table table td .last-col {
    border-left: none;
}

@media (max-width: 1199.98px) {
    .compare-table table th:last-child,
    .compare-table table th .last-col, .compare-table table td:last-child,
    .compare-table table td .last-col {
        display: none;
    }
}

.compare-table table th {
    background: #ededed;
    padding-top: 40px;
    padding-bottom: 36px;
    font-weight: normal;
    vertical-align: middle;
}

    .compare-table table th h3 {
        margin-top: 10px;
    }

    .compare-table table th img {
        width: 80%;
        max-width: 120px;
    }

.compare-table table td {
    background: #fff;
    color: #8a8a8a;
    font-size: 16px;
    line-height: 24px;
    vertical-align: top;
}

.compare-table table tr:last-child td,
.compare-table table tr.last-row td {
    padding-bottom: 80px;
}

.compare-table table h4 {
    color: #373737;
    font-size: 16px;
    font-family: 'latoregular';
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 10px;
}

.compare-table table ul, .compare-table table ol {
    padding-left: 25px;
}

.compare-table table .btn, .compare-table table .button-cta {
    display: block;
    margin-top: 20px;
}

/* Article Component */
.article {
    /* margin-top: 2em;
    margin-bottom: 2em; */
    padding-top: 4em;
    padding-bottom: 4em;
}

    .article.bg-grey {
        background-color: #f5f5f5;
    }

.wysiwyg .grey-text a {
    color: #000;
}

.tags {
    padding: 20px 0 0;
}

.tags-small {
    list-style: none;
    margin: 0 -5px;
}

    .tags-small .tags-list {
        display: inline-block;
        background: #f5f5f5;
        border-radius: 6px;
        padding: 5px 13px;
        margin: 5px;
    }

    .tags-small span {
        margin-right: 10px;
    }

    .tags-small .close {
        color: #373737;
    }

        .tags-small .close:hover {
            opacity: 1;
        }

        .tags-small .close svg line {
            stroke: #373737;
        }

.tags button {
    outline: none;
}

.filter-active-state, .filter-tag-list.active span, .filter-tag-list:hover span, .filter-tag-list:focus span {
    background-color: #FFC600;
    border: solid 1px #FFC600;
}

.filter-tag-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
    overflow-y: auto;
    white-space: nowrap;
}

.filter-tag-list {
    display: inline;
    margin-right: 15px;
    list-style: none;
    cursor: pointer;
}

    .filter-tag-list:first-child {
        margin-left: 0;
    }

    .filter-tag-list span {
        position: relative;
        top: 0;
        -webkit-transition: .2s;
        transition: .2s;
    }

    .filter-tag-list span {
        display: inline-block;
        font-family: 'latobold';
        font-size: 14px;
        color: #171717;
        border-radius: 25.5px;
        border: solid 1px #171717;
        background: #fff;
        padding: 12px 20px;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

/* smaller pill size */
.filter-tag-wrapper.smaller .filter-tag-list span {
    font-size: 12px;
    line-height: 38px;
    padding-top: 0;
    padding-bottom: 0;
}

/* unclickable / no hover effect */
.filter-tag-wrapper.static-view .filter-tag-list:hover span, .filter-tag-wrapper.static-view .filter-tag-list:focus span {
    border: solid 1px #171717;
    background: #fff;
}

.filter-tag-wrapper.static-view .filter-tag-list a, .filter-tag-wrapper.static-view .filter-tag-list span {
    cursor: default;
}

.filter-tag-box-active:after {
    content: '';
    -webkit-transition: .2s;
    transition: .2s;
    width: 100%;
    background-color: #FFC600;
    position: absolute;
    display: block;
}

.filter-tag-box {
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 5px -2px;
    box-shadow: 0 1px 5px -2px;
    position: relative;
    cursor: pointer;
    /* remove margin from p and h* classes */
}

    .filter-tag-box:after {
        content: '';
        -webkit-transition: .2s;
        transition: .2s;
        width: 100%;
        background-color: #FFC600;
        position: absolute;
        display: block;
        height: 6px;
        bottom: -20px;
    }

    .filter-tag-box p,
    .filter-tag-box h1,
    .filter-tag-box h2,
    .filter-tag-box h3 {
        margin: 0;
    }

    .filter-tag-box.active:after, .filter-tag-box:hover:after, .filter-tag-box:focus:after {
        bottom: 0;
    }

.filter-tag-box-wrapper {
    display: table;
    width: 100%;
}

.filter-tag-box-picture, .filter-tag-box-body {
    display: table-cell;
    vertical-align: middle;
}

.filter-tag-box-picture {
    width: 90px;
    height: 90px;
}

    .filter-tag-box-picture img {
        width: 100%;
        height: 100%;
    }

.filter-tag-box .img-as-bg {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.filter-tag-box-body {
    padding-left: 25px;
    padding-right: 25px;
    font-family: 'latobold';
    text-transform: uppercase;
    font-size: 110%;
    text-align: center;
}

    .filter-tag-box-body img {
        max-width: 120px;
    }

    .filter-tag-box-body a:hover {
        text-decoration: none !important;
    }

.pagination {
    list-style-type: none;
}

.pagination-wrapper {
    text-align: center;
    padding-top: 30px;
}

.pagination li {
    position: relative;
    display: inline-block;
    padding: 0 !important;
}

    .pagination li::before {
        display: none !important;
    }

    .pagination li a,
    .pagination li span {
        color: #171717;
        margin: 0;
        padding: 6px 7px;
        font-size: 14px;
        border: 0;
        background-color: transparent;
    }

@media screen and (min-width: 768px) {
    .pagination li a,
    .pagination li span {
        margin: 0 12px;
        padding: 6px;
    }
}

.pagination li.pagination-list.active a,
.pagination li.pagination-list.active span, .pagination li.pagination-list:hover a,
.pagination li.pagination-list:hover span {
    color: #171717;
    background-color: transparent;
}

    .pagination li.pagination-list.active a:after,
    .pagination li.pagination-list.active span:after, .pagination li.pagination-list:hover a:after,
    .pagination li.pagination-list:hover span:after {
        content: '';
        width: 100%;
        left: 0;
        bottom: 0;
        position: absolute;
        border: 1px solid #FFC600;
    }

.pagination li.dotted a,
.pagination li.dotted span {
    padding: 6px 2px;
}

    .pagination li.dotted a:hover,
    .pagination li.dotted span:hover {
        background-color: transparent;
    }

.pagination .previous.disabled a,
.pagination .next.disabled a {
    color: #808080;
    background-color: #f5f5f5;
}

.pagination .previous:not(.disabled) a:hover,
.pagination .next:not(.disabled) a:hover {
    background-color: rgba(255, 198, 0, 0.5);
}

.pagination .previous a,
.pagination .next a {
    text-transform: uppercase;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    color: #171717;
    padding: 6px 12px;
    border: 0 !important;
    border-radius: 20px !important;
    background-color: #FFC600;
    font-size: 9px;
}

@media screen and (min-width: 768px) {
    .pagination .previous a,
    .pagination .next a {
        font-size: 1rem;
        padding: 6px 25px;
    }
}

@media screen and (max-width: 767px) {
    .pagination .previous a,
    .pagination .next a {
        width: 38px;
        height: 27px;
        text-indent: -9999px;
        top: -3px;
    }
}

.pagination .previous a:before, .pagination .previous a:after,
.pagination .next a:before,
.pagination .next a:after {
    content: '';
    width: 6px;
    height: 11px;
    display: inline-block;
    margin-right: 10px;
    background-image: url(../img/icons/nav-prev.png);
    position: relative;
    top: 1px;
}

@media screen and (min-width: 768px) {
    .pagination .previous a:before, .pagination .previous a:after,
    .pagination .next a:before,
    .pagination .next a:after {
        top: 0;
    }
}

@media screen and (max-width: 767px) {
    .pagination .previous a:before, .pagination .previous a:after,
    .pagination .next a:before,
    .pagination .next a:after {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto !important;
    }
}

.pagination .previous a:after {
    content: initial;
    display: none;
}

.pagination .next a:before {
    content: initial;
    display: none;
}

.pagination .next a:after {
    margin-right: 0;
    margin-left: 10px;
    background-image: url(../img/icons/nav-next.png);
}

.pagination .nav {
    border-radius: 20px;
    padding: 6px 12px;
    background-color: #FFC600;
    color: #373737;
    /* remove padding and margin from a tag */
}

    .pagination .nav a {
        padding: 0;
        margin: 0;
        background: transparent;
    }

    .pagination .nav img {
        position: relative;
        top: -1px;
    }

    .pagination .nav.disabled {
        background-color: #f5f5f5;
    }

        .pagination .nav.disabled a span {
            color: #808080;
        }

@media (max-width: 991.98px) {
    .sales-kit-header .site-logo {
        padding-left: 10px;
    }

        .sales-kit-header .site-logo img {
            left: 60px;
        }
}

.sales-kit-header .site-logo .site-nav {
    display: none;
}

@media (max-width: 991.98px) {
    .sales-kit-header .site-logo .site-nav {
        display: inline-block;
    }

        .sales-kit-header .site-logo .site-nav ul {
            margin-left: 0;
            text-align: left;
        }
}

.sales-kit-header .site-search-el {
    display: none;
}

@media (max-width: 991.98px) {
    .sales-kit-header .site-search-el {
        display: block;
    }
}

.sales-kit-header .site-menu-el .menu-hamburger div {
    width: 20px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

    .sales-kit-header .site-menu-el .menu-hamburger div:nth-child(1) {
        top: 0px;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
    }

    .sales-kit-header .site-menu-el .menu-hamburger div:nth-child(2) {
        top: 18px;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
    }

    .sales-kit-header .site-menu-el .menu-hamburger div:nth-child(3) {
        top: 36px;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
    }

.sales-kit-header .site-menu-el .menu-hamburger.open div:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
}

.sales-kit-header .site-menu-el .menu-hamburger.open div:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.sales-kit-header .site-menu-el .menu-hamburger.open div:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 39px;
    left: 8px;
}

@media (max-width: 991.98px) {
    .sales-kit-header.search-mode .header-search form {
        width: 100%;
    }
}

.sales-kit-header .header-search {
    z-index: 3;
}

@media (max-width: 575.98px) {
    .sales-kit-header .header-search {
        z-index: 1;
    }
}

.sales-kit-header .header-search form {
    width: 100%;
}

@media (max-width: 991.98px) {
    .sales-kit-header .header-search form {
        width: 0%;
    }
}

@media (max-width: 991.98px) {
    div[class^="page-sales-kit"] .content {
        padding-top: 75px;
    }
}

div[class^="page-sales-kit"] .header-search {
    left: 340px;
    margin: 0;
}

@media (max-width: 991.98px) {
    div[class^="page-sales-kit"] .header-search {
        left: 20px;
        margin: 0 auto;
    }
}

@media (max-width: 991.98px) {
    div[class^="page-sales-kit"] .site-header {
        position: fixed;
    }
}

@media (max-width: 991.98px) {
    div[class^="page-sales-kit"] .menu-overlay, div[class^="page-sales-kit"] .screen-overlay {
        z-index: 1;
    }
}

@media (max-width: 991.98px) {
    div[class^="page-sales-kit"] .page-with-sidebar .sidebar {
        overflow: auto;
        background-color: #fff;
        top: 0;
        padding-top: 75px;
        position: fixed;
        -webkit-box-shadow: 0 0 0;
        box-shadow: 0 0 0;
        z-index: 4;
        height: 100%;
        margin-left: -100%;
        -webkit-transition: margin .5s ease-in-out;
        transition: margin .5s ease-in-out;
    }

        div[class^="page-sales-kit"] .page-with-sidebar .sidebar.active {
            margin-left: 0;
        }
}

div[class^="page-sales-kit"] .page-with-sidebar .sidebar .site-logout {
    padding: 20px;
    display: none;
}

@media (max-width: 991.98px) {
    div[class^="page-sales-kit"] .page-with-sidebar .sidebar .site-logout {
        display: block;
    }
}

@media (max-width: 991.98px) {
    div[class^="page-sales-kit"] .btn-back {
        height: 45px;
    }
}

@media (max-width: 991.98px) {
    div[class^="page-sales-kit"] .btn-back .text {
        display: none;
    }
}

div[class^="page-sales-kit"] form .form-check label {
    top: -13px !important;
}

div[class^="page-sales-kit"] .m2u-select.m2u-select-flat .select-custom__lists {
    top: 0;
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
}

    div[class^="page-sales-kit"] .m2u-select.m2u-select-flat .select-custom__lists a {
        color: #fff;
        text-decoration: none;
    }

        div[class^="page-sales-kit"] .m2u-select.m2u-select-flat .select-custom__lists a:hover {
            color: #FFC600;
        }

div[class^="page-sales-kit"] .m2u-select.m2u-select-flat .m2u-select-files input {
    visibility: hidden;
    position: absolute;
}

div[class^="page-sales-kit"] .m-modals-info-modals .files-list a {
    color: #f80000 !important;
}

@media (max-width: 991.98px) {
    div[class^="page-sales-kit"] .m-top-nav .apply-now, div[class^="page-sales-kit"] .m-top-nav-placeholder .apply-now {
        padding: 12px 20px;
    }
}

.sales-kit-user-info {
    padding: 43px 30px;
}

.sales-kit-user-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    background-color: #FFC600;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#ffd53d), to(#f76b1c));
    background: linear-gradient(to bottom, #ffd53d 0%, #f76b1c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd53d', endColorstr='#f76b1c',GradientType=0 );
    /* IE6-9 */
    text-align: center;
}

    .sales-kit-user-avatar img {
        width: 100%;
        height: 100%;
        display: block;
    }

    .sales-kit-user-avatar h3 {
        line-height: 45px;
        color: #fff;
        margin-bottom: 0;
    }

.sales-kit-user-name {
    display: inline-block;
    padding-left: 15px;
}

    .sales-kit-user-name h3 {
        margin-bottom: 0;
    }

.sales-kit-content {
    position: relative;
    min-height: 400px;
}

    .sales-kit-content .search-bar.pb-0 {
        padding-bottom: 0;
    }

    .sales-kit-content .container {
        max-width: 100%;
        padding: 0 30px;
    }

    .sales-kit-content .table > thead tr > td,
    .sales-kit-content .table > tbody tr > td,
    .sales-kit-content .table > tfoot tr > td {
        vertical-align: middle;
        padding: 20px 8px;
    }

.sales-kit-files-selected {
    border: 1px solid #ededed;
    border-radius: 10px;
    padding: 15px 20px;
}

.sales-kit-files-selected-image {
    margin-right: 15px;
}

.sales-kit-files-delete {
    font-size: 12px;
    color: #f80000;
}

.sales-kit-document-wrapper.hasFile .title .btn, .sales-kit-document-wrapper.hasFile .title .button-cta {
    display: block;
}

.sales-kit-document-wrapper.hasFile > div > .btn, .sales-kit-document-wrapper.hasFile > div > .button-cta {
    display: none;
}

.sales-kit-document-wrapper .title .btn, .sales-kit-document-wrapper .title .button-cta {
    display: none;
}

.progress-ico-wrapper {
    -webkit-animation: spin1 2s infinite linear;
    animation: spin1 2s infinite linear;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    position: relative;
    font-size: 23px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    float: left;
    margin: 0 0.1em 0.1em 0;
    background-color: #d7d7d7;
}

    .progress-ico-wrapper * {
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        .progress-ico-wrapper *:after, .progress-ico-wrapper *:before {
            -webkit-box-sizing: content-box;
            box-sizing: content-box;
        }

    .progress-ico-wrapper:after {
        position: absolute;
        top: 0.18em;
        left: 0.18em;
        display: block;
        content: " ";
        border-radius: 50%;
        background-color: #fff;
        width: 0.64em;
        height: 0.64em;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

.progress-ico .slice {
    position: absolute;
    width: 1em;
    height: 1em;
    clip: rect(0em, 1em, 1em, 0.5em);
}

.progress-ico .bar {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    border: 0.18em solid #389a6e;
    width: 0.64em;
    height: 0.64em;
    clip: rect(0em, 0.5em, 1em, 0em);
    border-radius: 50%;
}

@-webkit-keyframes spin1 {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-keyframes spin1 {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.section.head-bod .container-frame {
    background: url("../img/bg/bod-bg-grad.png") center bottom repeat-x;
    background-size: contain;
}

@media (min-width: 992px) {
    .section.head-bod .container {
        position: relative;
        min-height: 450px;
    }
}

@media (min-width: 992px) {
    .section.head-bod .bod-main-col {
        position: absolute;
        bottom: 0;
    }
}

.section.head-bod .bod-main-frame {
    display: table;
    width: 100%;
    height: 400px;
}

@media (max-width: 991.98px) {
    .section.head-bod .bod-main-frame {
        height: auto;
    }
}

.section.head-bod .bod-main {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
}

    .section.head-bod .bod-main img {
        display: inline-block;
        width: 100%;
        height: auto;
    }

@media (max-width: 991.98px) {
    .section.head-bod .bod-main img {
        width: auto;
        height: 400px;
    }
}

@media (max-width: 575.98px) {
    .section.head-bod .bod-main img {
        width: 100%;
        height: auto;
    }
}

.section.head-bod .desktop-copy {
    display: block;
    padding: 0 0 40px;
}

    .section.head-bod .desktop-copy.summary {
        padding-top: 50px;
    }

    .section.head-bod .desktop-copy h2 {
        margin-bottom: 10px;
    }

@media (max-width: 575.98px) {
    .section.head-bod .desktop-copy h2 {
        margin-bottom: 4px;
    }
}

.section.head-bod .desktop-copy p {
    margin-bottom: 20px;
}

.section.head-bod .desktop-copy .posisi {
    margin-bottom: 30px;
    margin-top: 0;
}

@media (max-width: 575.98px) {
    .section.head-bod .desktop-copy .posisi {
        margin-bottom: 15px;
    }
}

.section.list-bod {
    padding-top: 0;
    padding-bottom: 0;
}

    .section.list-bod > .container {
        position: relative;
    }

@media (max-width: 767.98px) {
    .section.list-bod > .container {
        padding-left: 0;
        padding-right: 0;
    }
}

.section.list-bod::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 380px;
    background: url("../img/bg/bod-bg-grad.png") center bottom repeat-x;
    background-size: contain;
}

@media (max-width: 1199.98px) {
    .section.list-bod::before {
        height: 330px;
    }
}

@media (max-width: 991.98px) {
    .section.list-bod::before {
        height: 280px;
    }
}

@media screen and (max-width: 850px) {
    .section.list-bod::before {
        height: 220px;
    }
}

@media (max-width: 767.98px) {
    .section.list-bod::before {
        display: none;
    }
}

.section.list-bod .bod-image-frame {
    display: table;
    width: 100%;
    height: 380px;
}

@media (max-width: 1199.98px) {
    .section.list-bod .bod-image-frame {
        height: 330px;
    }
}

@media (max-width: 991.98px) {
    .section.list-bod .bod-image-frame {
        height: 280px;
    }
}

@media screen and (max-width: 850px) {
    .section.list-bod .bod-image-frame {
        height: 220px;
    }
}

@media (max-width: 767.98px) {
    .section.list-bod .bod-image-frame {
        background: url("../img/bg/bod-bg-grad.png") center bottom repeat-x;
        background-size: contain;
    }
}

.section.list-bod .bod-image {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
}

    .section.list-bod .bod-image img {
        display: inline-block;
        width: 88%;
        height: auto;
        max-height: 320px;
    }

@media (max-width: 767.98px) {
    .section.list-bod .bod-image img {
        width: auto;
        height: 260px;
    }
}

@media (max-width: 575.98px) {
    .section.list-bod .bod-image img {
        height: 210px;
    }
}

.bod-copy {
    text-align: center;
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    .bod-copy {
        height: 100px;
        margin-bottom: 30px;
    }
}

@media (max-width: 575.98px) {
    .bod-copy {
        margin-bottom: 40px;
    }
}

.bod-copy h2 {
    font-size: 20px;
    color: #171717;
    margin: 0 0 10px;
    padding-top: 20px;
    line-height: 1.2;
}

@media (max-width: 767.98px) {
    .bod-copy h2 {
        padding-top: 8px;
        margin-bottom: 2px;
    }
}

.bod-copy p {
    font-size: 16px;
    opacity: 0.6;
    margin: 0;
}

.gallery {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    height: 186px;
}

    .gallery:hover .gallery__detail {
        opacity: 1;
    }

.gallery__detail {
    -webkit-transition: .2s;
    transition: .2s;
    opacity: 0;
    background-color: rgba(55, 55, 55, 0.6);
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.gallery__thumbnail {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.gallery__action {
    padding: .5rem;
    position: absolute;
    right: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

    .gallery__action .icons {
        font-size: 1.4rem;
    }

.gallery__caption {
    font-weight: normal;
    padding: 1rem;
    position: absolute;
    bottom: 0;
}

/* gallery popup styling */
.js-gallery-modal .close {
    opacity: 1;
}

    .js-gallery-modal .close::before, .js-gallery-modal .close::after {
        background-color: #fff;
        height: 24px;
    }

.js-gallery-modal .modal-dialog {
    height: 100%;
    width: 800px;
    margin-top: 0;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .js-gallery-modal .modal-dialog {
        width: 88%;
    }
}

@media (max-width: 575.98px) {
    .js-gallery-modal .modal-dialog {
        width: auto;
    }
}

.js-gallery-modal .modal-content,
.js-gallery-modal .modal-dialog--centered .modal-content {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: none;
}

.js-gallery-modal .modal-body {
    padding: 0;
    overflow: hidden;
}

.js-gallery-modal .image-frame {
    border-radius: 8px;
    overflow: hidden;
}

.js-gallery-modal .js-gallery-image {
    width: 100%;
    height: auto;
}

.js-gallery-modal .image-desc {
    padding-top: 5px;
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
}

.js-gallery-modal .gallery-nav {
    width: 45px;
    height: 45px;
    margin-top: -23px;
    position: absolute;
    top: 50%;
    cursor: pointer;
}

@media (max-width: 575.98px) {
    .js-gallery-modal .gallery-nav {
        width: 33px;
        height: 33px;
        opacity: 0.75;
    }
}

.js-gallery-modal .js-gallery-prev {
    left: 55px;
    background: url("../img/icons/gallery-popup-prev.png") center center no-repeat;
}

@media (max-width: 767.98px) {
    .js-gallery-modal .js-gallery-prev {
        left: 15px;
    }
}

@media (max-width: 575.98px) {
    .js-gallery-modal .js-gallery-prev {
        left: 5px;
        background-size: contain;
    }
}

.js-gallery-modal .js-gallery-next {
    right: 55px;
    background: url("../img/icons/gallery-popup-next.png") center center no-repeat;
}

@media (max-width: 767.98px) {
    .js-gallery-modal .js-gallery-next {
        right: 15px;
    }
}

@media (max-width: 575.98px) {
    .js-gallery-modal .js-gallery-next {
        right: 5px;
        background-size: contain;
    }
}

/* create the x shape */
.close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 24px;
    height: 24px;
    opacity: 0.3;
    z-index: 2;
    -webkit-transition: .2s;
    transition: .2s;
}

    .close:hover {
        opacity: 1;
    }

    .close:before,
    .close:after {
        content: ' ';
        position: absolute;
        left: 15px;
        height: 24px;
        width: 2px;
        background-color: #171717;
    }

    .close:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .close:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

/* for /faq pages */
.most-asked-list h3 {
    margin-bottom: 15px;
}

.most-asked-list .p-group {
    margin-bottom: 35px;
}

.split-side .split-frame {
    min-height: 880px;
    position: relative;
    overflow: hidden;
}

.split-side .side {
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

@media (max-width: 1199.98px) {
    .split-side .side {
        width: 300px;
    }
}

@media (max-width: 991.98px) {
    .split-side .side {
        position: relative;
        width: auto;
    }
}

.split-side .side .inner-frame {
    width: 300px;
    height: 100%;
    margin-right: 285px;
    padding: 60px 0 0 0;
    background-color: #ededed;
    float: right;
    position: relative;
}

@media (max-width: 1199.98px) {
    .split-side .side .inner-frame {
        width: auto;
        margin: 0;
        padding: 30px 20px 0;
        float: none;
    }
}

@media (max-width: 991.98px) {
    .split-side .side .inner-frame {
        padding: 20px;
    }
}

.split-side .side .inner-frame::before {
    content: '';
    display: block;
    width: 99999px;
    height: 100%;
    background-color: #ededed;
    position: absolute;
    right: 100%;
    top: 0;
}

.split-side .side.white {
    top: 50px;
    bottom: 40px;
}

@media (max-width: 1199.98px) {
    .split-side .side.white {
        top: 30px;
        bottom: 30px;
    }
}

@media (max-width: 991.98px) {
    .split-side .side.white {
        top: 0;
        bottom: 0;
    }
}

.split-side .side.white .inner-frame {
    padding-top: 10px;
    background-color: #fff;
    border-right: solid 1px #d7d7d7;
}

@media (max-width: 1199.98px) {
    .split-side .side.white .inner-frame {
        padding-top: 0;
    }
}

@media (max-width: 991.98px) {
    .split-side .side.white .inner-frame {
        border-right: 0;
        border-bottom: solid 1px #d7d7d7;
        padding-top: 20px;
    }
}

.split-side .side.white .inner-frame::before {
    background-color: #fff;
}

.split-side .main {
    height: 100%;
    margin-left: 50%;
    position: relative;
}

@media (max-width: 1199.98px) {
    .split-side .main {
        margin-left: 300px;
    }
}

@media (max-width: 991.98px) {
    .split-side .main {
        margin: 0;
    }
}

.split-side .main .inner-frame {
    width: auto;
    height: 100%;
    margin-left: -285px;
    padding: 60px 0 0;
    background-color: #fff;
}

@media (max-width: 1199.98px) {
    .split-side .main .inner-frame {
        margin: 0;
        padding-top: 30px;
    }
}

.split-side .main .inner-frame .no-result {
    text-align: center;
}

    .split-side .main .inner-frame .no-result h1, .split-side .main .inner-frame .no-result p {
        display: block;
        text-align: center;
    }

    .split-side .main .inner-frame .no-result h1 {
        margin-top: 100px;
    }

@media (max-width: 767.98px) {
    .split-side .main .inner-frame .no-result h1 {
        margin-top: 0px;
    }
}

.split-side .main.partial .faq-header,
.split-side .main.partial .faq-list {
    width: 840px;
    margin-left: 30px;
}

@media (max-width: 1199.98px) {
    .split-side .main.partial .faq-header,
    .split-side .main.partial .faq-list {
        width: auto;
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media (max-width: 991.98px) {
    .split-side .main.partial .faq-header,
    .split-side .main.partial .faq-list {
        margin-left: 20px;
        margin-right: 20px;
    }
}

.split-side .main.partial .faq-header {
    padding-left: 0;
    padding-right: 0;
}

.split-side .main.partial .faq-item .frame {
    width: auto;
    padding-left: 0;
}

@media (max-width: 1199.98px) {
    .split-side .main.partial .faq-item .frame {
        padding-left: 0;
        padding-right: 0;
    }
}

.faq-header {
    padding: 0 30px 1rem;
    border-bottom: solid 1px #d7d7d7;
}

@media (max-width: 1199.98px) {
    .faq-header {
        padding-bottom: 30px;
    }
}

@media (max-width: 991.98px) {
    .faq-header {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.faq-header p,
.faq-header h1 {
    margin: 0;
}

.faq-item {
    padding: 40px 0;
    border-top: solid 1px #d7d7d7;
    /* pagination - altered align, margin, & padding */
}

@media (max-width: 1199.98px) {
    .faq-item {
        padding: 30px 0;
    }
}

.faq-item:first-child {
    border-top: none;
}

.faq-item h3,
.faq-item p,
.faq-item ul,
.faq-item ol {
    width: 80%;
}

@media (max-width: 1199.98px) {
    .faq-item h3,
    .faq-item p,
    .faq-item ul,
    .faq-item ol {
        width: auto;
    }
}

.faq-item img {
    display: block;
    max-width: 100%;
    margin-top: 20px;
}

    .faq-item img:first-child {
        margin-top: 0;
    }

.faq-item .frame {
    width: 870px;
    padding: 0 0 0 30px;
}

@media (max-width: 1199.98px) {
    .faq-item .frame {
        width: auto;
        padding: 0 30px;
    }
}

@media (max-width: 991.98px) {
    .faq-item .frame {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.faq-item .pagination-wrapper {
    text-align: left;
    padding: 0;
}

.faq-item .pagination {
    margin: 0;
}

/* for /forex-rates page */
.forex-header {
    margin-bottom: 50px;
}

    .forex-header h1, .forex-header h2, .forex-header h3, .forex-header h4, .forex-header p {
        margin: 0;
    }

@media (max-width: 991.98px) {
    .forex-header h1 {
        margin-bottom: 10px;
    }
}

.forex-header .btn, .forex-header .button-cta {
    width: 100%;
    text-align: center;
}

@media (max-width: 767.98px) {
    .forex-header .btn, .forex-header .button-cta {
        max-width: 200px;
        margin-top: 15px;
    }
}

.forex-header .btn .icons, .forex-header .button-cta .icons {
    margin-left: 10px;
    font-size: 20px;
    line-height: 16px;
    position: relative;
    top: 4px;
}

.forex-converter {
    margin-bottom: 40px;
}

    .forex-converter h1, .forex-converter h2, .forex-converter h3, .forex-converter h4, .forex-converter p {
        margin: 0;
    }

    .forex-converter .frame {
        padding: 30px 50px 30px 40px;
        background: #fff;
        border-radius: 6px;
        -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
    }

@media (max-width: 991.98px) {
    .forex-converter .frame {
        padding: 20px;
    }
}

.forex-converter .frame::after {
    content: '';
    display: block;
    width: 100%;
    float: none;
    clear: both;
}

@media (max-width: 991.98px) {
    .forex-converter .conv-title h2 {
        margin-bottom: 10px;
    }
}

.forex-converter .conv-input {
    margin-top: 8px;
}

@media (max-width: 991.98px) {
    .forex-converter .conv-input {
        margin-top: 0;
    }
}

.forex-converter .conv-input form .form-group {
    padding-top: 10px;
    padding-bottom: 10px;
}

.forex-converter .conv-input form .left {
    width: 26.315%;
    margin-right: 3.289%;
}

.forex-converter .conv-input form .right {
    width: 70.395%;
}

@media (max-width: 767.98px) {
    .forex-converter .conv-input form .m2u-select .value {
        font-size: 22px;
        line-height: 30px;
    }
}

@media (max-width: 767.98px) {
    .forex-converter .conv-input form input[type="text"],
    .forex-converter .conv-input form input[type="number"] {
        font-size: 22px;
    }
}

.forex-converter .conv-input .separator {
    text-align: center;
    line-height: 50px;
}

@media (max-width: 767.98px) {
    .forex-converter .conv-input .separator {
        margin: 10px 0;
        text-align: left;
        line-height: 24px;
    }
}

.career-what-happening .container {
    position: relative;
}

.career-what-happening .row.sticky, .career-what-happening .skeleton .sticky.skeleton__wrapper, .skeleton .career-what-happening .sticky.skeleton__wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

@media (max-width: 991.98px) {
    .career-what-happening .row.sticky, .career-what-happening .skeleton .sticky.skeleton__wrapper, .skeleton .career-what-happening .sticky.skeleton__wrapper {
        position: static;
    }
}

.career-what-happening .shifted {
    margin-top: 130px;
}

@media (max-width: 991.98px) {
    .career-what-happening .shifted {
        margin-top: 0;
    }
}

.career-testimonial .quote-text {
    font-family: 'latoregular';
    padding-top: 55px;
    padding-right: 20px;
    margin-bottom: 35px;
}

@media (max-width: 991.98px) {
    .career-testimonial .quote-text {
        padding-top: 30px;
        padding-right: 0;
        margin-bottom: 10px;
    }
}

.career-testimonial .quote-writer {
    font-family: 'latolight';
    font-style: italic;
}

/* can be used for others */
@media (max-width: 991.98px) {
    .desktop-only {
        display: none;
    }
}

/* a.k.a article detail, also used in article detail page,
   and maybe some other detail pages in the future */
.career-program .career-program-content {
    width: 770px;
    margin: 0 auto;
}

@media screen and (max-width: 820px) {
    .career-program .career-program-content {
        width: auto;
    }
}

.career-program .career-program-content .date {
    margin-bottom: 30px;
}

.career-program .career-program-content img {
    display: block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.career-program .career-program-content .filter-tag-wrapper {
    margin-top: 30px;
}

@media (max-width: 767.98px) {
    .career-program .career-program-content .filter-tag-wrapper .filter-tag-list span {
        font-size: 11px;
        line-height: 34px;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 16px;
        padding-right: 16px;
    }
}

.career-category-list .container {
    max-width: 1170px;
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 1199.98px) {
    .career-category-list .container {
        margin-left: 20px;
        margin-right: 20px;
    }
}

.career-category-list .row, .career-category-list .skeleton .skeleton__wrapper, .skeleton .career-category-list .skeleton__wrapper {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
}

.career-category-list .col {
    margin-top: -1px;
    border-top: solid 1px #9d9d9d;
    position: relative;
    padding: 20px 30px 21px 0;
}

@media (min-width: 768px) {
    .career-category-list .col:nth-child(2n) {
        padding-right: 0;
        padding-left: 31px;
    }

        .career-category-list .col:nth-child(2n)::before {
            content: '';
            display: block;
            width: 1px;
            background: #9d9d9d;
            position: absolute;
            left: 0;
            top: 20px;
            bottom: 20px;
        }
}

.career-category-list h3 {
    margin-top: 12px;
    margin-bottom: 10px;
    height: 26px;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .career-category-list h3 {
        padding-right: 90px;
        height: 52px;
    }
}

@media (max-width: 767.98px) {
    .career-category-list h3 {
        padding-right: 80px;
        height: auto;
    }
}

.career-category-list a.see-more {
    margin-top: 0;
    margin-bottom: 10px;
    color: #9d9d9d;
}

.career-category-list .opening-label {
    padding: 0 10px;
    margin: 0;
    border-radius: 8px;
    background: #FFC600;
    font-family: 'latobold';
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    color: #373737;
    position: absolute;
    right: 8%;
    top: 30px;
}

@media (max-width: 1199.98px) {
    .career-category-list .opening-label {
        font-size: 11px;
        right: 3%;
    }
}

@media (max-width: 767.98px) {
    .career-category-list .opening-label {
        font-size: 14px;
    }
}

.career-summary {
    padding-top: 10px;
    padding-bottom: 10px;
}

    .career-summary .container {
        max-width: 1170px;
        padding-left: 0;
        padding-right: 0;
    }

@media (max-width: 1199.98px) {
    .career-summary .container {
        margin-left: 20px;
        margin-right: 20px;
    }
}

.career-summary .row, .career-summary .skeleton .skeleton__wrapper, .skeleton .career-summary .skeleton__wrapper {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
}

.career-summary .col {
    padding-top: 20px;
    padding-bottom: 21px;
    padding-left: 0;
    margin-top: -1px;
    border-top: solid 1px #9d9d9d;
}

    .career-summary .col p {
        margin: 0;
    }

@media screen and (max-width: 420px) {
    .career-summary .col p {
        font-size: 13px;
    }
}

@media (max-width: 767.98px) {
    .career-filter form .col, .subscribe-bar form .col {
        margin-top: 20px;
    }
}

@media (max-width: 767.98px) {
    .career-filter form .col:first-child, .subscribe-bar form .col:first-child {
        margin-top: 0;
    }
}

.career-filter form .form-group, .subscribe-bar form .form-group {
    padding: 0;
}

@media (max-width: 767.98px) {
    .career-filter form .form-group label, .subscribe-bar form .form-group label {
        font-size: 20px !important;
        margin-bottom: 3px;
    }
}

.career-filter form .form-group label.sm, .subscribe-bar form .form-group label.sm {
    display: none;
}

@media (max-width: 767.98px) {
    .career-filter form .form-group label.sm, .subscribe-bar form .form-group label.sm {
        display: block;
    }
}

.career-filter form .button-col, .subscribe-bar form .button-col {
    padding-top: 13px;
    text-align: right;
}

@media (max-width: 1199.98px) {
    .career-filter form .button-col, .subscribe-bar form .button-col {
        padding-top: 30px;
        text-align: left;
    }
}

.career-filter form .btn, .subscribe-bar form .btn, .career-filter form .button-cta, .subscribe-bar form .button-cta {
    display: inline-block;
    width: 88%;
    max-width: 230px;
}

.career-filter form .m2u-select select, .subscribe-bar form .m2u-select select {
    font-size: 20px !important;
    padding: 0 0 3px;
    margin-left: -3px;
    color: #fff;
    height: 37px;
    border-bottom: solid 1px #fff;
}

.career-filter form .m2u-select .select-custom, .subscribe-bar form .m2u-select .select-custom {
    max-height: 73px;
    border-bottom: solid 1px #fff;
}

.career-filter form .m2u-select .select-custom__header .title, .subscribe-bar form .m2u-select .select-custom__header .title {
    font-family: 'latobold';
    font-weight: normal;
    font-size: 20px !important;
    margin-bottom: 12px;
    padding-bottom: 0;
}

.career-filter form .m2u-select .select-custom__header .header__value, .subscribe-bar form .m2u-select .select-custom__header .header__value {
    font-size: 20px;
    font-family: 'latolight';
}

.career-list table {
    width: 100%;
}

    .career-list table th {
        padding-bottom: 10px;
        padding-right: 10px;
    }

        .career-list table th span {
            display: inline-block;
            position: relative;
            font-size: 26px;
            line-height: 32px;
            padding-right: 30px;
        }

@media (max-width: 991.98px) {
    .career-list table th span {
        font-size: 21px;
        line-height: 28px;
    }
}

@media (max-width: 767.98px) {
    .career-list table th span {
        padding-right: 24px;
        font-size: 17px;
        line-height: 24px;
    }
}

.career-list table th span .icon {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 16px;
    font-size: 18px;
}

@media (max-width: 767.98px) {
    .career-list table th span .icon {
        height: 13px;
        font-size: 15px;
    }
}

.career-list table th .sortable {
    cursor: pointer;
}

.career-list table th .desc .icon-arrow-down {
    display: block;
}

.career-list table th .asc .icon-arrow-up {
    display: block;
}

.career-list table td {
    padding: 30px 10px 30px 0;
    border-bottom: solid 1px #9d9d9d;
    font-size: 20px;
    color: #808080;
    vertical-align: top;
}

@media (max-width: 991.98px) {
    .career-list table td {
        font-size: 17px;
    }
}

@media (max-width: 767.98px) {
    .career-list table td {
        font-size: 15px;
    }
}

.career-list table td h3, .career-list table td p {
    margin: 0;
    padding: 0;
    color: #373737;
}

@media (max-width: 767.98px) {
    .career-list table td h3 {
        font-size: 17px;
    }
}

.career-list table td p {
    font-size: 14px;
    color: #808080;
}

.career-list table tr:nth-last-child(1) td {
    border-bottom: none;
}

.second-property-filter form .form-group {
    padding: 0;
}

.second-property-filter form .form-control.invisible {
    display: none;
}

@media (max-width: 991.98px) {
    .second-property-filter .m2u-select {
        margin-bottom: 30px;
    }
}

.second-property-filter .m2u-select .icon {
    top: 10px;
}

.second-property-filter .m2u-select .select-custom__header .title {
    display: none;
}

.second-property-filter .m2u-select .select-custom__header .header__value {
    top: 0;
    padding-top: 7px;
    padding-bottom: 12px;
}

    .second-property-filter .m2u-select .select-custom__header .header__value .value {
        font-size: 20px;
    }

.second-property-filter .m2u-select .select-custom {
    max-height: 42px;
}

.second-property-filter .m2u-select .select-custom__lists {
    top: 100%;
}

/* the slides */
.slick-slide {
    margin: 0 15px;
}

/* the parent */
.slick-list {
    margin: 0 -15px;
}

.slick-arrow {
    display: none !important;
}

/*# sourceMappingURL=maps/style.css.map */

.info, .success, .warning, .error {
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 10px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.info {
    color: #3498DB;
    background-color: #BDE5F8;
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
}

.warning {
    color: #9F6000;
    background-color: #FEEFB3;
}

.error {
    color: #D8000C;
    background-color: #FFBABA;
}

.ui-autocomplete {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 2em;
    text-transform: capitalize;
    cursor: pointer;
    background-color: #373737;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 10px 0px;
    box-shadow: 0 1px 10px 0px;
    overflow: hidden;
    max-width: 340px;
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    max-height: 290px;
    overflow-y: auto;
}

    .ui-autocomplete.invisible {
        opacity: 0;
        -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    .ui-autocomplete li {
        padding: .5rem 1rem;
        color: #fff;
        overflow: hidden;
    }

        .ui-autocomplete li:hover, .ui-autocomplete li:focus, .ui-autocomplete li:active {
            color: #FFC600;
        }

        .ui-autocomplete li::before {
            display: none;
        }

.ui-helper-hidden-accessible {
    display: none;
}

.ui-autocomplete.opened {
    opacity: 1;
    transition: opacity 1s;
    -moz-transition: opacity 1s;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
}