::-webkit-file-upload-button {
    cursor: pointer;
}

header {
    height: 200px;
}

/*autocomplete classes: */

.autocomplete-suggestions {
    padding-left: 0px;
    display: none;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    z-index: 10;
    background: #fdfdfd;
    border: 1px solid;
    border-color: #cbcfe2 #c8cee7 #c4c7d7;
    border-radius: 3px;
    background-image: -webkit-linear-gradient(top, #fdfdfd, #eceef4);
    background-image: -moz-linear-gradient(top, #fdfdfd, #eceef4);
    background-image: -o-linear-gradient(top, #fdfdfd, #eceef4);
    background-image: linear-gradient(to bottom, #fdfdfd, #eceef4);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    margin-top: 5px;
}

.autocomplete-suggestion {
    /* padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden; */
    display: block;
    position: relative;
    margin: 0 -1px;
    padding: 6px 10px 6px 10px;
    color: #808394;
    font-weight: 500;
    text-decoration: none;
    text-shadow: 0 1px white;
    border: 1px solid transparent;
    border-radius: 3px;
    width: 298px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    -moz-tex-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.autocomplete-selected {
    /*background: #F0F0F0;*/
    color: white;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
    background: #338cdf;
    border-color: #2380dd #2179d5 #1a60aa;
    background-image: -webkit-linear-gradient(top, #59aaf4, #338cdf);
    background-image: -moz-linear-gradient(top, #59aaf4, #338cdf);
    background-image: -o-linear-gradient(top, #59aaf4, #338cdf);
    background-image: linear-gradient(to bottom, #59aaf4, #338cdf);
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
}

.autocomplete-suggestions strong {
    font-weight: bold;
}

.autocomplete-group {
    padding: 2px 5px;
}

    .autocomplete-group strong {
        display: block;
        border-bottom: 1px solid #000;
    }

.search-acs {
    padding-left: 0px;
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    z-index: 10;
    background: #fdfdfd;
    border: 1px solid;
    border-color: #cbcfe2 #c8cee7 #c4c7d7;
    border-radius: 3px;
    background-image: -webkit-linear-gradient(top, #fdfdfd, #eceef4);
    background-image: -moz-linear-gradient(top, #fdfdfd, #eceef4);
    background-image: -o-linear-gradient(top, #fdfdfd, #eceef4);
    background-image: linear-gradient(to bottom, #fdfdfd, #eceef4);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

    .search-acs:hover {
        display: block;
    }

    .search-acs li {
        display: block;
    }

        .search-acs li:first-child {
            margin-top: -1px;
        }

            .search-acs li:first-child:before, .search-ac li:first-child:after {
                content: '';
                display: block;
                width: 0;
                height: 0;
                position: absolute;
                left: 50%;
                margin-left: -5px;
                border: 5px outset transparent;
            }

            .search-acs li:first-child:before {
                border-bottom: 5px solid #c4c7d7;
                top: -11px;
            }

            .search-acs li:first-child:after {
                border-bottom: 5px solid #fdfdfd;
                top: -10px;
            }

            .search-acs li:first-child:hover:before, .search-ac li:first-child:hover:after {
                display: none;
            }

        .search-acs li:last-child {
            margin-bottom: -1px;
        }

    .search-acs a {
        display: block;
        position: relative;
        margin: 0 -1px;
        padding: 6px 40px 6px 10px;
        color: #808394;
        font-weight: 500;
        text-decoration: none;
        text-shadow: 0 1px white;
        border: 1px solid transparent;
        border-radius: 3px;
    }

        .search-acs a span {
            font-weight: 200;
        }

        .search-acs a:before {
            content: '';
            position: absolute;
            top: 50%;
            right: 10px;
            margin-top: -9px;
            width: 18px;
            height: 18px;
            background: url("../images/arrow.png") 0 0 no-repeat;
        }

        .search-acs a:hover {
            color: white;
            text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
            background: #338cdf;
            border-color: #2380dd #2179d5 #1a60aa;
            background-image: -webkit-linear-gradient(top, #59aaf4, #338cdf);
            background-image: -moz-linear-gradient(top, #59aaf4, #338cdf);
            background-image: -o-linear-gradient(top, #59aaf4, #338cdf);
            background-image: linear-gradient(to bottom, #59aaf4, #338cdf);
            -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
            box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
        }

:-moz-placeholder {
    color: #a7aabc;
    font-weight: 200;
}

::-webkit-input-placeholder {
    color: #a7aabc;
    font-weight: 200;
    line-height: 17px;
}

::-webkit-search-decoration,
::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.lt-ie9 .search input {
    line-height: 26px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #ffffff;
    background: #f50c08;
    display: block;
    width: 100%;
    -ms-border-radius: 15px;
    border-radius: 5px;
    padding: 3px;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

/* SLIDER */
.bx-wrapper .testimonials-thumbnail {
    margin: 0px 0px 15px;
}

.bx-wrapper .testimonials-title {
    text-align: center;
    margin: 25px 15px 3px;
    font-size: 24px;
    line-height: 1;
}

.bx-wrapper .testimonials-carousel-thumbnail {
    max-width: 35%;
    float: left;
    margin-right: 20px;
}

    .bx-wrapper .testimonials-carousel-thumbnail img {
        display: block;
        margin-right: 20px;
        width: 100px;
    }

.bx-wrapper .testimonials-carousel-context {
    overflow: hidden;
}

.bx-wrapper .testimonials-name {
    font-size: 18px;
    margin-bottom: 15px;
    color: #000000;
    font-weight: 400;
}

.bx-wrapper span {
    font-size: 12px;
    margin-left: 10px;
    color: #aaa;
    font-family: Georgia, Arial, Helvetica, sans-serif;
    font-style: italic;
}

.bx-wrapper {
    position: relative;
    margin: 0px auto;
    padding: 0;
    width: 100%;
    *zoom: 1;
}

    .bx-wrapper .slide {
        padding: 0;
        margin: 0;
        display: block;
    }

    .bx-wrapper .bx-viewport {
        padding: 10px;
        margin-left: 0;
        z-index: 1;
        width: 100%;
    }

    .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
        position: absolute;
        display: none;
        bottom: -30px;
        width: 100%;
    }

    .bx-wrapper .bx-loading {
        min-height: 50px;
        background: url(../images/bx_loader.gif) center center no-repeat #fff;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2000;
    }

    .bx-wrapper .bx-pager {
        text-align: center;
        font-size: .85em;
        font-weight: bold;
        color: #666;
        padding-top: 20px;
    }

        .bx-wrapper .bx-pager .bx-pager-item,
        .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
            display: inline-block;
            *zoom: 1;
            *display: inline;
        }

        .bx-wrapper .bx-pager.bx-default-pager a {
            background: #666;
            text-indent: -9999px;
            display: block;
            width: 10px;
            height: 10px;
            margin: 0 5px;
            outline: 0;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

            .bx-wrapper .bx-pager.bx-default-pager a:hover,
            .bx-wrapper .bx-pager.bx-default-pager a.active {
                background: #000;
            }

    .bx-wrapper .bx-next {
        position: absolute;
        top: 0;
        left: 30px;
        width: 30px;
        border-left: 1px solid #ddd;
        height: 30px;
        cursor: pointer;
        background: #1abc9c url(../images/caousel-next.png) no-repeat 0 0;
    }

    .bx-wrapper .bx-prev {
        position: absolute;
        top: 0px;
        left: 0;
        border-right: 1px solid #ddd;
        width: 30px;
        height: 30px;
        cursor: pointer;
        background: #1abc9c url(../images/caousel-prev.png) no-repeat 0 0;
    }

    .bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: 0;
        margin-top: 0;
        margin-right: 0px;
        outline: 0;
        width: 30px;
        height: 30px;
        text-indent: -9999px;
        z-index: 9999;
    }

#scrollbar1 {
    width: 100%;
    padding: 5px 0px 0px 18px;
}

    #scrollbar1 .viewport {
        width: 95%;
        height: 300px;
        overflow: hidden;
        position: relative;
    }

    #scrollbar1 .overview {
        list-style: none;
        position: absolute;
        left: 0;
        top: 0;
        padding: 0;
        margin: 0;
    }

    #scrollbar1 .scrollbar {
        background: transparent url("../images/bg-scrollbar-track-y.png") no-repeat 0 0;
        position: relative;
        background-position: 0 0;
        float: right;
        width: 15px;
    }

    #scrollbar1 .track {
        background: transparent url("../images/bg-scrollbar-trackend-y.png") no-repeat 0 100%;
        height: 100%;
        width: 13px;
        position: relative;
        padding: 0 1px;
    }

    #scrollbar1 .thumb {
        background: transparent url("../images/bg-scrollbar-thumb-y.png") no-repeat 50% 100%;
        height: 20px;
        width: 25px;
        cursor: pointer;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: -5px;
    }

        #scrollbar1 .thumb .end {
            background: transparent url("../images/bg-scrollbar-thumb-y.png") no-repeat 50% 0;
            overflow: hidden;
            height: 5px;
            width: 25px;
        }

    #scrollbar1 .disable {
        display: none;
    }

.noSelect {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.bolded {
    font-weight: bold;
}

#cookie-bar {
    background: #111111;
    height: auto;
    line-height: 24px;
    color: #eeeeee;
    text-align: center;
    padding: 3px 0;
}

    #cookie-bar.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

        #cookie-bar.fixed.bottom {
            bottom: 0;
            top: auto;
        }

    #cookie-bar p {
        margin: 0;
        padding: 0;
    }

    #cookie-bar a {
        color: #ffffff;
        display: inline-block;
        border-radius: 3px;
        text-decoration: none;
        padding: 0 6px;
        margin-left: 8px;
    }

    #cookie-bar .cb-enable {
        background: #007700;
    }

        #cookie-bar .cb-enable:hover {
            background: #009900;
        }

    #cookie-bar .cb-disable {
        background: #990000;
    }

        #cookie-bar .cb-disable:hover {
            background: #bb0000;
        }

    #cookie-bar .cb-policy {
        background: #0033bb;
    }

        #cookie-bar .cb-policy:hover {
            background: #0055dd;
        }

.g-recaptcha > * {
    margin: 0 auto;
}

.get-manual-btn-container {
    width: 304px;
    margin: 10px auto;
}

.get-manual-btn:disabled {
    cursor: not-allowed;
    -ms-opacity: 0.5;
    opacity: 0.5;
}

.testimonials-slider .img-review-comment {
    border: none;
    margin: 3px 16px 0px 0;
}

.testimonials-slider blockquote {
    padding-left: 0;
}

@media only screen and (min-width: 992px) {
    .testimonials-slider .img-review-comment {
        float: left;
        display: block;
    }

    .testimonials-slider blockquote {
        padding: 32px;
    }
}

@media only screen and (max-width: 479px) {
    #top-search {
         display: block;
    }

    .row {
        padding: 0 5px;
    }

    .column {
        padding: 0 5px;
    }

    .row .mobile-two {
        padding: 0 5px;
    }
}

.accordion-title.open-accordion, .quote-box, .contentheader, .note-folded, .button, button, input, .promo-box {
    border-radius: 0 !important;
}


.tile-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.tile {
    height: 80px;
    flex: 1 0 21%;
    padding: 14px;
    border: 1px solid #ccc;
}
.tile:hover {
    opacity: 0.7;
}

.img-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-cover {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

@media screen and (max-width: 768px) {
     .tile {
         flex: 1 0 46%;
     }
 }