/* hide title on home page */
body.path-frontpage .region.region-header {
    display: none;

}
body {
    background-color: #f8f8f8;
}
a {
    color: #5c8fba;
}
.btn-info, .btn-primary  {
    background-color: #417caf;
    border-color: #4e82ae;
}
.top-buffer {
  margin-top: 1em;
}
#masthead {
    background-color: #c7cfe2;
    padding: 5px;
    height: 100px;
    font-family: Georgia,"Times New Roman",Times,serif;
    background-image: url('../img/bauman_building.png');
    background-repeat: no-repeat;
    background-position: right -130px;
    position: relative;
}
#masthead .orgname {
    position: absolute;
    bottom: 10px;
}

#masthead .orgname a {
    color: #333333;
    text-decoration: none;
    font-size: 2.3em;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-left: 75px;
}
#masthead .logo img {
    height: 90px;
}
h1, h2, .navbar, #block-footer-2 {
    font-family: Georgia,"Times New Roman",Times,serif;
}
.navbar {
    background-color: #9ba5bf;
    background-image: url('../img/bauman_building.png');
    background-repeat: no-repeat;
    background-position: right -230px;
}
.navbar-nav {
    float: none;
    margin: 0;
}
.navbar-default .navbar-nav > li > a {
    color: #ffffff;
}

#block-footer-2 {
    line-height: 2em;

}

#block-customsecondarymenu ul.menu li {
    width: 100%;
    border-top: 1px solid #eee;
}
#block-customsecondarymenu ul {
    border-bottom: 1px solid #eee;
}
#block-customsecondarymenu ul li > a {
    padding: 10px;
}


@media (max-width:767px) {
    #masthead, .navbar {
        background-image: None;
    }
    #masthead .orgname {
        margin-top: 25px;
    }
    #masthead .orgname a {
        font-size: 1.5em;
        margin-left: 0;
    }
    #masthead .logo img {
        float: left;
        margin-right: 10px;
    }
    #masthead .orgname {
        position: relative;
    }    
    
}

.view-grants th#view-name-table-column {
    width: 65%;
}
.view-grants th#view-amount-1-table-column {
    width: 15%;
}
.view-grants th#view-fiscal-year-table-column {
    width: 20%;
}

img.img-headshot {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}
#block-customsecondarymenu h2 {
    margin-top: 0;
    color: #666;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;    