body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 500;
    line-height: 1.1;
}

h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 14px;
}

a {
    color: #428bca;
    text-decoration: none;
}

dl, ol, ul {
    position: relative;
    left: 1em;
}

.top-grid {
    border-bottom: 1px solid rgba(10, 10, 10, 0.25);
}

.callout-no-top-border {
    border-top: none;
}

.top-bar li a {
    color: #333;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    padding: 31px 0 33px 44px;
    z-index: 100;
    letter-spacing: 1px;
}

.top-bar li a:hover {
    color: #000;
}

#top-bar-brand img, .top-bar li {
    height: 60px;
}

#top-bar-brand a {
    color: #333;
    font-style: italic;
}

.top-bar, .top-bar ul {
    background-color: inherit;
}

.avatar-circle {
    border: 2px solid #fff;
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.15), 0 1px 3px 0 rgba(0,0,0,.15);
    border-radius: 50%;
    margin-right: 15px;
}