
.uw-header-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-right-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    /*align-items: center;*/
}

.j-donate-button-container {
    margin-top: 20px;
}

.j-donate-link {
    font-family: "Verlag", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600 !important;
    color: white;
    background-color: #e6e6f0 !important;
    border: none !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#cf1920), to(#c5050c)) !important;
    background-image: -webkit-linear-gradient(top, #cf1920 0%, #c5050c 100%) !important;
    background-image: -o-linear-gradient(top, #cf1920 0%, #c5050c 100%) !important;
    background-image: linear-gradient(to bottom, #cf1920 0%, #c5050c 100%) !important;
    padding: 12px;
    text-decoration: none;
    width: 250px;
    margin-top: 30px;
}

.j-donate-link:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e32d34), to(#d91920)) !important;
    background-image: -webkit-linear-gradient(top, #e32d34 0%, #d91920 100%) !important;
    background-image: -o-linear-gradient(top, #e32d34 0%, #d91920 100%) !important;
    background-image: linear-gradient(to bottom, #e32d34 0%, #d91920 100%) !important;
    -webkit-box-shadow: 1px 3px 6px rgb(151,151,151);
    box-shadow: 1px 3px 6px rgb(151,151,151);
}

.j-donate-link:visited {
    color: white;
}

.uw-search-input {
    width: 246px !important;
}

#johnes-header-image {
    width: 100% !important;
}



.uw-global-name-link {
    color: #c5050c !important;
}

/* ------------------ Utility Menu ------------------ */
/* ---------------------------------------------------*/
.utility-menu .menu-item a {
    color: #c5050c !important;
    background: white !important;
}

.utility-menu .menu-item a:hover {
    color: #0479a8 !important;
}

.uw-nav-menu-secondary {
    background: transparent !important;
}

@media screen and (max-width: 600px) {
    .header-right-container {
        width: 100%;
        min-height: 110px;
    }
}