﻿
/* 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 ----------------------  */

/* GLOBAL styles for juf.org rebranding starting in 12.2018 */


html, body {
    font-family: "Open Sans", sans-serif !important;
    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;
    }


/* 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> */
}



/* COLORS */

.list-group-item.active {
    background-color: #94a1b8;
    border-color: #94a1b8;
}

