/* HEADER */
.top-bar .acc-login {
    text-transform: uppercase;
}

/* FIRST RESPONDERS PAGE */
.subpage.custompage.page-first-responders.miami #content {
     background: url('$ContentPath$media/images/1efcaed8-2142-4086-ba69-0b05693758ae.jpg');
     background-repeat: no-repeat;
     background-size: cover;
}

/* GLOBAL STYLING */
.banner img.banner-logo {
    opacity: 0 !important;
}

/* CONTACT PAGE CONTACT FORM */
input, textarea {
    width: 100%;
}
@media (min-width: 992px) {
.contact-form {
    margin-left: 50px;
}
}
.contact-form h2 {
    margin-top: 0px !important;
}
.contact-form input[type="submit"] {
    display: inline-block;
    background: #c5883f;
    color: #fff;
    border-radius: 20px;
    padding: 20px 40px;
    margin: 20px auto;
    font-size: 1.25em;
    line-height: 0;
}
.contact-form label {
    color: #fff;
}

/* HOMEPAGE CONTACT FORM */
.homepage-contact-form h2 {
    color: #1A4B6C;
    text-align: center;
}
.homepage-contact-form p {
    color: #111;
    text-align: center;
}
.homepage-contact-form label {
    color: #111;
}
.homepage-contact-form input[type="submit"] {
    display: inline-block;
    background: #c5883f;
    color: #fff;
    border-radius: 20px;
    padding: 20px 40px;
    margin: 20px auto;
    font-size: 1.25em;
    line-height: 0;
    text-align: center;
}
.homepage-contact-form {
    text-align: center;
    margin: 0 auto;
}
.homepage-contact-form label {
    color: #111;
    font-weight: 400;
    padding-top: 15px;
    float: left;
}

/* HOMEPAGE */
a.cob {
    display: block;
    height: 100%;
    width: 100%;
    z-index: 1;
    position: absolute;
}
.sidebarWidget {
    box-shadow: 0px 10px 30px rgba(0,0,0,.8);
}
#content .container aside section .btn2 {
    border-radius: 20px;
    background-color: #fff;
    color: #c5883f;
    display: inline-block;
    margin: 0px auto;
    padding: 10px 40px;
    width: 200px;
    border: solid 1px #c5883f;
}
#content .container aside section .btn2:hover {
    background: #c5883f;
    color: #fff !important;
}
#content .container aside section .btn {
    margin: 0px auto !important;
}