.navbar-nav > LI.service .dropdown-menu{
    border: 1px solid #d8d8d8;
}
.navbar{
    border-bottom: 1px solid #d8d8d8;
}
.sticky-wrapper{
    height: 80px!important;
}
.card .content .btn-round{
    right: 8px;
    bottom: -28px;
}
.css-switch{
    display: none;
}
.btn-round{
    background: url(../img/ie8/btn-white.png) center center;
    overflow: visible;
    width: 44px;
    height: 48px;
}
.btn-round.bg-light-blue{
    background: url(../img/ie8/btn-blue.png);
    background-color: transparent!important;
}
.btn-round.bg-orange{
    background: url(../img/ie8/btn-orange.png);
    background-color: transparent!important;
}
.bg-decoration{
    left: 15px;
}
#img-header #searchform{
    padding-left: 30px;
}

.service.open .dropdown-toggle .burger .icon-bar{
    transform: none;
    position: relative;
    margin: 0;
    display: block!important;
}
.service.open .dropdown-toggle .burger .icon-bar + .icon-bar{
    margin-top: 4px;
}
#searchform INPUT{
    padding: 10px 12px;
}
.is-sticky #searchform.compact INPUT{
    line-height: 24px;
    padding: 5px 12px;
}
#searchform.compact INPUT{
    padding: 10px 12px;
}
.portal-slider .slider-heading{
    max-width: 44%!important;
    left: 56%!important;
}
.jspScrollable,
.jspContainer,
.jspPane{
    width: 100%!important;
}
.jspPane{
    padding-right: 10px!important;
}
.portal-slider img,
img.bg {
    /* Set rules to fill background */
    min-height: 100%;
    min-width: 1024px;

    /* Set up proportionate scaling */
    width: 100%;
    height: auto;

    /* Set up positioning */
    top: 0;
    left: 0;

    position: absolute;
    z-index: -1;
}
#img-header{
    z-index: 5;
}
#img-header:after{
    z-index: -5;
    top: 0!important;
}
#img-header > .container{
    z-index: 999;
}
.big-image-teaser,
#img-header{
    background-image: none!important;
    overflow: hidden;
    position: relative;
}
#img-header {
    max-width: 100%;
}
.bg-decoration {
    width: 510px;
}
.trusted{
    right: -20px;
}
.portal-slider .slider-heading{
    left: 57%;
}
.highlight{
    display: none!important;
}
#img-header .portal-slider img,
#img-header img.bg {
    max-width: 1680px;
}
.fabc-ad{
    display: block!important;
}
INPUT[type=radio]{
    display: inline-block;
}
.checkbox .check {
    display: none!important;
}
.checkbox input[type=checkbox] {
    opacity: 1;
    position: relative;
    margin-right: 5px;
    z-index: 1;
    width: auto;
    height: auto;
    overflow: hidden;
    pointer-events: auto;
}
.rating-form.form-horizontal .control-label{
    text-align: left;
}
.form-horizontal .radio-inline{
    padding-top: 0;
    padding-left: 5px;
    margin-top: 0;
    margin-left: 0;
}
.radio-inline:after,
.radio-inline:before{
    display: none;
}
.question{
    margin-right: 5px;
}
@media screen and (max-width: 1024px) { /* Specific to this particular image */
    .portal-slider img,
    img.bg {
        left: 50%;
        margin-left: -512px;   /* 50% */
    }
}
@media screen and (min-width: 1680px) {
    #img-header .portal-slider img,
    #img-header img.bg {
        left: 50%;
        margin-left: -840px;
    }
}