﻿



/* BODY PADDING ADJUSTMENT FOR FULL SECONDARY NAV BAR (TITLE + MENU) */


/* V1 */

/*body { padding-top: 64px; }

@media (min-width: 768px) and (max-width: 991px) {
    body { padding-top: 62px; }
}

@media (min-width: 576px) and (max-width: 767px) {
    body { padding-top: 62px; }
}

@media (max-width: 575px) {
    body { padding-top: 60px; }
}*/





/*-------------------- JUF.ORG TOP BAR ------------------- */

/* V2 */
.juf-brandbar {
    background-color: #002855 !important;
    color: #cce6f4 !important;
    font-size: 15px;
    z-index: 1031;
    transition: top .4s ease-in-out; /* Transition effect when sliding down (and up) */
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3);
}





/* JUF LOGO  */

.navbar-brand {
    padding-top: 0;
}


.juf-brandbar .navbar-brand img {
    width: 388px;
    height: 30px;
}

@media (max-width: 969px) {
    .juf-brandbar .navbar-brand img {
        width: 340px;
        height: 26px;
    }
}

@media (max-width: 767px) {
    .juf-brandbar .navbar-brand img {
        width: 320px;
        height: 25px;
    }
}

@media (max-width: 575px) {
    .juf-brandbar .navbar-brand img {
        width: 265px;
        height: 20px;
    }
}





/* SEARCH BOX (Desktop) */


.juf-search-wrapper {
    border: 1px #8094aa solid;
}

.juf-search-textbox {
    background: #002855;
    color: #a3abb7;
    border: none;
    border-radius: 0;
    /*display: inline-block;*/
    /*width: 166px !important;
    height: 40px;*/
    font-weight: bold;
    font-size: 14px;
    box-shadow: none;
    line-height: 1.42857;
    /*padding: 6px 12px;*/
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .juf-search-textbox::-moz-placeholder {
        color: #a3abb7;
    }

    .juf-search-textbox:-ms-input-placeholder {
        color: #a3abb7;
    }

    .juf-search-textbox::-webkit-input-placeholder {
        color: #a3abb7;
    }

    .juf-search-textbox:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        background: #fff;
        color: #4d4d4d;
    }

    /*@media(max-width:767px){
        .juf-search-wrapper{
            width:90%;
        }
        .juf-search-textbox {
            width: 90% !important;
        }
    }

@media(max-width:510px) {
    .juf-search-wrapper {
        width: 100%;
    }

    .juf-search-textbox {
        width: 85% !important;
    }
}
@media(max-width:420px) {

    .juf-search-textbox {
        width: 80% !important;
    }
}*/


/* SEARCH BUTTON (Desktop) */

.juf-search-btn,
.juf-search-btn:focus,
.juf-search-btn:hover,
.juf-search-btn:active {
    color: #fff !IMPORTANT;
    border: none;
    border-radius: 0;
    background: #002855;
    height: 38px !important;
    /*padding-right: 8px;
    padding-top: 2px;
    padding-left: 6px;*/
    font-size: 22px;
}



/* SEARCH BOX (Mobile) */
/* NOTE: These classes are applied in the /control/juf-global-navigation.ascx file */

.nav-sm-top {
    background-color: #002855;
}

.juf-btn-search-sm {
    background-color: #002855;
}

.juf-search-sm {
    color: #a3abb7;
}

    .juf-search-sm::-moz-placeholder {
        color: #a3abb7;
    }

    .juf-search-sm:-ms-input-placeholder {
        color: #a3abb7;
    }

    .juf-search-sm::-webkit-input-placeholder {
        color: #a3abb7;
    }

.juf-btn-search-sm:hover,
.juf-btn-search-sm:active,
.juf-btn-search-sm:focus {
    background-color: #002855;
}





/* DONATE BUTTON */

.juf-donate {
    padding: 6px 16px;
    color: #ffffff;
    background-color: #e64b38;
    border: solid 2px #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: normal;
    font-size: 19px;
}

    .juf-donate:hover,
    .juf-donate:focus {
        background-color: #cf3339;
        text-decoration: none;
        color: #FFFFFF;
    }

@media (max-width: 420px) {

    .juf-donate {
        font-size: 13px;
        height: 28px;
        padding: 4px 8px;
    }
}