/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

#header .bottom-header {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}

.front-page-section .section-header {
    margin-bottom: 35px;
}

#about, #static-page-content {
    width: 100%;
    background: #fff;
    padding: 45px 0 45px 0;
    text-align: center;
}

#latest-news .section-content .post .post-image {
    width: 100%;
    height: 360px;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 25px;
}

#contact-us {
    width: 100%;
    background-color: #FFF;
    padding: 40px 0 15px 0;
    text-align: center;
}

#projects {
    width: 100%;
    padding: 25px 0px 30px 0px;
    text-align: center;
}

#header {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: bottom;
}

#team .section-content .person .person-content h6 {
	color: #fff
}

#blog .blog-post .blog-post-meta {
    width: 100%;
    margin-bottom: 10px;
    line-height: 2.428;
    font-size: 14px;
    display: none;
}

#latest-news .section-content .post {
    width: 100%;
    background-color: #fff;
    padding-bottom: 40px;
    text-align: left;
    min-height: 685px;
}

.category-bar {
    display: none;
    margin-right: 20px;
    font-size: 13px;
}

a.article-author-outer, a.article-author-outer:visited {
    color: #ff0000;
    display: none;
}

.article-date, .article-date:visited {
    color: #999999;
    display: none;
}