#bb_container .bb_header .bb_heading .bb_logoContainer {
    padding: 15px;
    max-width: 1200px;
    margin: 0px auto;
}

#bb_container .bb_header .bb_heading {
    padding: 0;
    max-width: 100%;
    margin: 0px auto;
    background-color: #002b3c;
}

#bb_container .bb_clientLogo img {
    max-width: 250px;
}

#bb_container_neck .bb_header {
    max-width: 100%;
    background-color: white;
    background-image: url('../images/ribbons-header.svg');
    background-position: center 0px;
    background-repeat: repeat-x;
    height: 250px;
    border-bottom: 0;
    box-shadow: none;
    margin-bottom: -150px;
}
