﻿
/* JUF WRAPPER STYLESHEET

 ***********
 BRAND COLORS
 
    Blues
    P295C100: #002855
    P295C80: #2D4D76
    P295C60: #627596
    P295C40: #94A1B8
    P295C20: #C8CEDA

    Purples
    P2587C100: #8347AD
    P2587C60: #B590CC

    Orange
    P170C100: #FF8671
    Pantone 7417C: R:230 G:75 B:56  HEX: #E64B38
    Pantone 1797C: R:207 G:51 B:57  HEX: #CF3339

    Reds
    P234C100: #A50063
    P233C100: #CA007B
    P218C100: #E96BAF

    Aquas
    Pantone 318 C: #84D9DE
    Pantone 319 C: #1DC9D3
    Pantone 7467 C: #00A0AF

 *********/




/* ------------------------- BOOTSTRAP Global OVERRIDES ----------------------  */

/* FONTS */

html, body {
    font-family: 'Open Sans', sans-serif !important;
}


/* TYPOGRAPHY */

body {
    font-size: 16px;
    color: #4d4d4d;
}


/* HR */
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #cccccc;
}


/* LINKS */

a {
    color: #0081c9;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #36a3e0;
        text-decoration: none;
    }

button:focus {
    outline: none;
}


/* OTHER */

.thumbnail {
    border-radius: 0;
}


/* Drop Down Menu location */
.dropdown-menu.show {
    margin-top: -2px !important; /* override translate top position so flush with dropdown-toggle <a> */
}




/* --------------  BUTTONS ----------------- */


/* Large */
.juf-btn,
.pri-btn,
input[type=submit].juf-btn {
    color: #007dc3;
    border: 3px #007dc3 solid;
    padding: 8px 24px;
    font-size: 22px;
    display: inline-block;
    font-weight: bold;
    margin: 20px 0 30px 0;
    text-transform: uppercase;
    border-radius: 0px;
    background-color: #FFFFFF;
}

    /* Large/Small Hover States */

    .juf-btn:hover,
    input[type=submit].juf-btn:hover {
        color: #FFFFFF;
        background-color: #007dc3;
        text-decoration: none;
    }

.sec-btn {
    color: #db801b;
    border: 3px #db801b solid;
}

    .sec-btn:hover {
        color: #FFFFFF;
        background-color: #db801b;
        text-decoration: none;
    }

article.side-article a.juf-btn {
    margin-bottom: 0;
}

.juf-btn-wide {
    width: 100%;
}


/* Small */

.juf-btn-small {
    color: #007dc3;
    border: #007dc3 2px solid;
    padding: 4px 12px !important;
    font-size: 80% !important;
    display: inline-block;
    font-weight: bold;
    margin: 10px 0 !important;
    text-transform: uppercase;
    border-radius: 0px;
    background-color: #FFFFFF;
}

.juf-xs {
    border: 2px solid #007dc3;
    font-size: 16px;
    padding: 6px 18px;
    margin: 0 1em 1em 0;
}

.juf-btn-tiny {
    border-width: 1px !important;
    display: inline-block;
    font-size: 75% !important;
    font-weight: bold;
    margin: 5px 0 0 0 !important;
    padding: 2px 5px !important;
}



/* Donate Buttons */

a.donate-top {
    border: 3px solid #db801b;
    color: #db801b;
    float: right;
    font-size: 18px;
    font-weight: bold;
    margin-left: 0;
    padding: 6px 18px;
}

    a.donate-top:hover {
        color: #ffffff;
        background-color: #dd7f1d;
        opacity: .8;
        text-decoration: none;
    }

@media (max-width: 1140px) {
    .donate-top {
        display: none;
    }
}

.donate-top-shim {
    margin-top: 17px !important;
}

a.juf-donate-btn-xs {
    display: inline;
    color: #dd7f1d;
    border: 2px #dd7f1d solid;
    padding: 4px 10px;
    margin: 14px 10px 0 10px;
    float: right;
    font-size: 12px;
}

    a.juf-donate-btn-xs:hover {
        color: #ffffff;
        background-color: #dd7f1d;
        opacity: .8;
        text-decoration: none;
    }


@media (max-width: 400px) {
    a.juf-donate-btn-xs {
        margin-top: 10px !important;
        font-size: 10px;
        padding: 4px 6px;
    }
}

@media (max-width: 340px) {
    a.juf-donate-btn-xs {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
}


.juf-btn-donate {
    color: #ffffff;
    background-color: #e64b38;
    border: solid 2px #ffffff;
    display: inline-block;
    margin: 0;
    height: 50px;
    padding: 10px 22px 10px 22px;
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: normal;
}

    .juf-btn-donate:hover,
    .juf-btn-donate:focus {
        color: #ffffff;
        background-color: #cf3339;
    }


/* ---------------------- NEW BUTTONS (B.E.M.) ------------------------------- */

.juf__btn {
    color: #007dc3;
    background-color: #FFFFFF;
    border-color: #007dc3;
    border-style: solid;
    border-width: initial;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0px;
}

    .juf__btn:hover {
        color: #FFFFFF;
        background-color: #007dc3;
    }

.juf__btn--large {
    border-width: 3px;
    padding: 8px 24px !important;
    font-size: 22px;
}

.juf__btn--small {
    border-width: 2px;
    padding: 6px 18px !important;
    font-size: 80% !important;
}

.juf__btn--xs {
    border-width: 2px;
    font-size: 13px;
    padding: 4px 12px !important;
}

.juf__btn--tiny {
    border-width: 1px !important;
    padding: 2px 5px !important;
    font-size: 75% !important;
    font-weight: bold;
}


