.pusher {
    position: relative;
    top: 30px;
}

.background-container {
    top: 14px;
    background-repeat: repeat-x;
    background-image: url(https://www.ibj.com/ext/resources/images/2015/background.jpg); 
    width: 100%;
    height: 500px;
    position: absolute;
}

.signup-container {
    position: relative;
    max-width:1330px;
    width: 100%;
    margin: auto;
}

.email-signup-banner {
    height:50px;
    overflow:hidden;
    position:absolute;
    top:0;
    background:transparent;
    z-index:99999;
}

.email-signup-banner div {
    background:#d1181f;
    width:100%;
    max-width:500px;
    margin:0 0 0 88px;
    height:50px;
    position:relative;
}

.email-signup-banner p {
    text-align:center;
    color:#fff;
    font-size:12px;
    padding: 10px;
    margin: 0;
}

#newsletter-email {
    background:#fff;
    box-shadow:none;
    width:180px;
    font-size:14px;
    padding:0 10px;
    vertical-align: top;
    line-height:15px;
    outline:none;
    height: 30px;
}

.email-subscribe {
    border:none;
    background:#333;
    border-radius:5px;
    color:#fff;
    font-size:12px;
    font-weight:bold;
    padding:3px 5px;
    outline:none;
    cursor:pointer;
    -webkit-appearance: none;
    appearance: none;
    height: 30px;
}

.header-search {
    width: 100%;
    height: 50px;
    overflow: hidden;
    position: absolute;
    top: 0;
    background: transparent;
    z-index: 99998;
    max-width: 1330px;
    min-width: 1050px;
    right: 50%;
    transform: translate(50%);
}

.header-search>div {
    width: 100%;
    max-width: 400px;
    margin: 0 0 0 88px;
    height: 50px;
    position: absolute;
    right: 122px;
}

.header-search .advanced {
    position: absolute;
    top: 8px;
    right: 0;
}

.header-search .advanced a {
    color: #0352C5;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
}

.header-search #q {
    border: 0px none;
    font-size: 14px;
    width: 235px;
    vertical-align: top;
    height: 30px;
    padding: 0 10px;
    margin-top: 8px;
    float: left;
}

.header-search .button {
    background-color: #004370;
    background: -webkit-linear-gradient(top, #7192bb 0%, #26528F 100%);
    background: -moz-linear-gradient(top, #7192bb 0%, #26528F 100%);
    background: -ms-linear-gradient(top, #7192bb 0%, #26528F 100%);
    background: -o-linear-gradient(top, #7192bb 0%, #26528F 100%);
    background: linear-gradient(top, #7192bb 0%, #26528F 100%);
    padding: 0px 10px;
    width: auto;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin-top: 8px;
    font-size: 14px;
    margin-left: -2px;
    float: left;
    border: none;
}

.search-brief {
    display: none;
}

.pusher {
    top: 30px;
    color: #ffffff;
}

.document {
    color: #000000;
}

#menu {
    top: 10px !important;
}

@media screen and (max-width: 1279px) {
    .email-signup-banner {
        left: 0;
        transform: none;
        position: absolute;
        margin: auto;
    }
    .email-signup-banner div {
        left: 0;
        margin: 0;
    }

    .header-search .advanced {
        display: none;
    }

    .header-search {
        width: 991px;
        height: 50px;
        overflow: hidden;
        position: absolute;
        top: 0;
        background: transparent;
        max-width: inherit;
        min-width: inherit;
        left: 50%;
        transform: translate(-50%);
    }

    .header-search>div {
        right: 0;
        width: auto;
    }
}

@media screen and (max-width: 775px) {
    .pusher {
        position: relative;
        top: 30px;
    }

    .background-container {
        top: 14px;
        background-repeat: repeat-x;
        background-image: url(https://www.ibj.com/ext/resources/images/2015/background.jpg); 
        width: 100%;
        height: 500px;
        position: absolute;
    }

    .email-signup-banner {
        width:100%;
        height:40px;
        overflow:hidden; 
        position:absolute;
        top:0;
        background:#fff;
        z-index:99998;
        max-width:1330px;
        left: 50%;
        transform: translate(-50%);
    }

    .email-signup-banner div {
        background:#d1181f;
        width:100%;
        max-width:1330px;
        margin:auto;
        height:40px;
        position:relative;
    }

    .email-signup-banner p {
        text-align:center;
        color:#fff;
        font-size:12px;
        padding: 8px;
        margin: 0;
    }

    #newsletter-email {
        background:#fff;
        box-shadow:none;
        width:180px;
        font-size:11px;
        padding:3px;
        line-height:15px;
        outline:none;
        height: auto;
    }

    .email-subscribe {
        border:none;
        background:#333;
        border-radius:5px;
        color:#fff;
        font-size:12px;
        font-weight:bold;
        padding:3px 5px;
        outline:none;
        cursor:pointer;
        -webkit-appearance: none;
        appearance: none;
        height: auto;
    }

    .header-search {
        display: none;
    }
}
