#deposition-wrapper{
    display: none;
}

#arbitration-wrapper{
    display: none;
}

.widget-wrapper h3{
    margin-top:3rem;
}

.c-reporting-button {
    padding-bottom: 7.5rem;
}

#inquiry-proposed{
    margin-top: 0;
}

.formSuccess{
    display: none;
}

.login-error{
    background: rgba(0, 27, 72, 0.8) none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-family: "OpenSansLight",sans-serif;
    font-size: 1.7rem;
    padding: 1rem;
    position: relative;
    top: -4px;
    z-index: 2;
    width: 100%;
}
.datepicker {
    padding: 1em 45px 1.2em 0;
}

.download-container {
    display: none;
}

/*Cookie Consent Begin*/
#cookieConsent {
    background-color: #1B2C41;;
    min-height: 26px;
    font-size: 14px;
    /*color: #ccc;*/
    color: #fff;
    line-height: 40px;
    padding: 8px 8px 8px 30px;
    font-family:  "OpenSansLight", sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    /*color: #4B8EE7;*/
    color: #fff;
    text-decoration: underline;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    /*background-color: #F1D600;*/
    background-color: #1B2C41;
    color: #fff;
    display: inline-block;
    /*border-radius: 5px;*/
    border: solid;
    padding: 0 26px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;

    line-height: 40px;
    width: 125px;
    /*margin-left: 1.5rem;*/
    font-family: "LoraRegular", serif;
    font-size: 17px;
    text-transform: uppercase;
    text-decoration: none;

}
#cookieConsent a.cookieConsentOK:hover {
    /*background-color: #E0C91F;*/
    background-color: #396492;
}

.title-black {
    color: rgb(45, 68, 103);
}

.content-bottom {
    padding-bottom: 6rem;
}
/*Cookie Consent End*/