/* Add here all your CSS customizations */
.fixedContent
{
    height:480px;
    overflow:auto;
}

/* Home Intro */
.home-intro {
    background-color: #394048;
    padding: 0px 0 0 0;
}

body {
    background-color: white;
    color: #777777;
    font-family: "Lato", Arial, sans-serif;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

#header.narrow {
    border-bottom: 5px solid #394048;
}
.page-header {
    background-color: #ffffff;
    border-bottom: 0px;
}
.page-header h1 {
    color: #394049;
    border-bottom-color: #ffffff;
}
section.page-header h1 {
    border-bottom-color: #ffffff;
}
