﻿.banners .container {
    max-width: 1080px;
    padding-right: 0;
    min-height: 800px;
}

.containerOuter.headerOuter, .containerOuter.footerOuter {
    background: #ddd;
    background-image: none;
}

.containerOuter.headerOuter {
    height: 70px;
}

#CookieNotification {
    background: #ddd;
    border-bottom: 1px #b3b3b3 solid;
    text-align: center;
}

footer .disclaimerMessage {
    color: #000;
}

footer nav a {
    color: #261f4b;
}

.highlight, a {
    color: #3e9600;
}

.mainLogo img {
    display: none;
}

    .mainLogo img.productTesting {
        display: block !important;
        text-align: center;
        margin: 0 auto;
    }

.containerOuter.qbIntroOuter {
    background: #261f4b;
}

.qbIntro {
    background: #261f4b;
    color: #FFF;
}

.wideDownArrow img {
    display: none;
}

    .wideDownArrow img.productTesting {
        display: block !important;
        width: 100%;
        margin-bottom: 30px;
    }

.advice.clearfix {
    display: none;
}


.modalButton.actionButton.secondary {
    background: #261f4b;
}

.modalButton.actionButton:hover {
    background: #D0FA00;
}

.submit-form.actionButton.secondary {
    background: #261f4b;

}


@media (max-width: 767px) {
    .container {
    }

    .containerOuter.headerOuter {
        display: none;
    }
}
