/**
 * @file
 * Use this CSS file to override base CSS rules
 
caslpnl red: #D21852
caslpnl blue: #388FC7
dark blue: #00578E
light blue: #69BCFF
yellow: #FFD562
teal: #78D9CA

Sansita 700
Assistant normal, 700
*/



body {
    font-weight: 300;
    font-family: 'Assistant';
    color: #363636;
}

h1, h2, h3, h4, h5 {
    font-family: 'sansita', 'helvetica', 'arial', sans-serif;
    text-transform: none;
}

h6 {
    font-family: 'Assistant', 'helvetica', 'arial', sans-serif;
    color: #D21852;
    font-weight: 700;
}

/* -------  Header Main Nav Menu   ------- */

.sf-depth-2 {
    color: white;
}

.header-container ul.menu li a, .header-container ul.menu li > span {
    color: white;
}

.executive-title {font-size: 1.25em; margin-bottom: .75em;}




.site-title-header {
    background-color: #D21852;
    text-align: center;
}

.site-title-header p {
    padding: .5em;
    color: #fff;
    font-size: 1.15em;
}

.bottompadding {padding-bottom: 2em;}

.facet-block-width {float: left; width: 30%; margin-left: 5%;}
.documents-block-width {float: left; width: 65%;}

