/* ****************************************************************************
*******************************************************************************
*******************************************************************************
*** home.min.css (originally from iastate template, with adjustments)
*******************************************************************************
*******************************************************************************
**************************************************************************** */
#blue-fwrapper {
    color: #fff;
    padding: 7px 0;
    background-color:#0c4c7c;
}

#blue-fwrapper .first {
    padding-left:25px;
}

#blue-fwrapper .last {
    padding-left:15px;
}

#blue-fwrapper h3,
#blue-fwrapper h3 > a {
    font-weight:normal;
}

#blue-fwrapper a {
    color: #fff;
    text-decoration: none;
}

#blue-fwrapper a:hover, #blue-fwrapper a:focus {
    color: #F1BE48;
    text-decoration: underline;
}

#blue-fwrapper a h1 {
    font-size:2.3em;
    font-weight:900;
}

.generic h3 {
    font-size: 13px;
    line-height: 16px;
    margin: 0 9px;
    overflow: hidden;
    white-space: nowrap
}

.generic h3 > a {
    text-decoration: none
}

.generic h3 > a:hover, .generic h3 > a:focus {
    color:#fff;
}

.generic p {
    line-height: 16px;
    margin: 0 9px;
}

.generic p > a {
    font-weight: bold;
    text-decoration: none;
}

.generic p > a:hover, .generic p > a:focus {
    text-decoration:underline;
}