.infoBox-std {
    background: #FFF4E8 !important;
}

.infoBox-std p,
.infoBox-std span {
    color: #AB5C00 !important;
}

.infoClose {
    background-image: url(../images/icons/infoCloseRed-icon.svg) !important;
}

.infoBox-icon {
    background-image: url(../images/icons/infoBoxRed-icon.svg) !important;
}

.h3-std {
    color: #006FB9 !important;
}


@media print,
screen and (max-width:35em) {
    .br-desktop {
        display: none;
    }

    .header-std {
        display: block;
    }

    .background3-std {
        background-position: left 24px top 100px;
    }
    
    #loadingv2 {
        top: 0px !important;
    }
}


@media print,
screen and (min-width: 64em) {
    .background3-std {
        background-position: -1px -94px;
    }
}