body {
    background-color: #fff !important;
}

#header, #header.public {
    background-color: #fff;
    color: #3b3839;
    height: 93px;
    position: relative;
}

#account-user-session-container a {
    color: #00b1b0 !important;
}

#header:after {
    content:'Call 800-394-7781';
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 500;
    color: #00b1b0;
    position:absolute;
    right:20px;
    top: 40px;
}

.pull-left.logo a img {
    display: none;
}

.pull-left.logo a {
    background: url('https://endcrowd.org/wp-content/uploads/2015/06/endcrowd-logo.png') no-repeat top left;
    display: block;
    height: 81px;
    width: 278px;
}

.theme-teal .infoCard>h2 {
    background-color: #00b1b0 !important;
}

.theme-teal a {
    color: #00b1b0 !important;
}

.user_campaigns .button,
.admin_give .button,
.user_pledges.new .button,
.public_teams .donate_button,
#sign-in-sign-up-form input.green-submit-btn {
    background: none !important;
    box-shadow: none;
    border: 3px solid #f46d34;
    color: #f46d34 !important;
    line-height: 56px;
}

.user_campaigns .button:hover,
.admin_give .button:hover,
.user_pledges.new .button:hover,
.public_teams .donate_button:hover,
#sign-in-sign-up-form input.green-submit-btn:hover {
    background: #f46d34 !important;
    color: #fff !important;
}

html body.public_causes.show a.flat-btn.donate,
html body.public_causes.join a.flat-btn.donate,
.btn-success {
    background: #f46d34 !important;
    color: #FFF;
    border: solid 1px #f46d34 !important;
}

html body.public_causes.show a.flat-btn.donate:hover,
html body.public_causes.join a.flat-btn.donate:hover,
.btn-success:hover {
    background: #D25E2D !important;
}

#powered-by, .organization-title-small {
    display: none !important;
}

@media screen and (max-width: 490px) {
    .pull-left.logo {
		width: 100% !important;
        text-align: center;
    }
    #header div#account {
        display: none;
        position: absolute;
        float: none;
        top: 0;
        right: 20px;
        width: auto !important;
    }
    #header:after {
        display: block;
        display: none;
        top:  120px;
        right: auto;
        text-align: center;
        width: 100%;
    }

    body.public_causes.show .cause-search-wrapper label, body.public_causes.join .cause-search-wrapper label {
        display: block !important;
        margin-bottom: .25em;
    }

    .cause-search-wrapper.pull-right {
        width: 100%;
    }
}