/*
#feature { width: 100%; height: 420px; background-size: cover; margin: 0;  }
#feature .diagonal { width:100%; height: 420px; background: linear-gradient(-45deg, rgba(0,75,141,.7) 580px, rgba(0,75,141,.7) -580px); }
.archive #feature, .blog #feature {
    background-image: url(https://solixinc.com/wp-content/uploads/2016/05/bg_blog.jpg);
}
.archive #feature h1{
	color: white;
    margin-bottom: 30px;
    margin-top: 80px;
	font-size: 36px;
    line-height: 42px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:500;
}
.archive #feature p{
	font-family: "Avenir Light";
    font-size: 26px;
    line-height: 30px;
    color: #fff;
}
*/
#pageContent h2{
	color: #004b8d;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:500;
}
.postContent h6 a {
    color: #f79b2e;
}
.postBlock h4 {
    margin-top: 0;
    margin-bottom: 0;
}
.archive .col-md-3 h4{
	padding-top: 33px;
}
#pageContent li{
	font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}
ul.author-list li ul {
    position: absolute;
    z-index: 1;
    top: 42px;
    left: 0px;
    width: 100%;
    box-shadow: none;
    border: 1px solid #ccc;
    transition: .2s;
    display: none;
}
ul.author-list li { cursor: pointer; color: #004b8d; position: relative; }
ul.author-list li ul { position: absolute; z-index: 1; top: 42px; left: 0px; width: 100%; box-shadow: none; border: 1px solid #ccc; transition: .2s; display: none; }
ul.author-list li:hover ul { display: block; transition: .2s; }
.archive #pageContent ul{
	background-color: white;
    margin: 0;
    padding: 0;
    box-shadow: 0 0 6px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0 0 6px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 0 6px rgba(0,0,0,.2);
}
.archive #pageContent ul li{
	list-style: none;
    padding: 10px 15px;
    border-bottom: 1px solid #e0e0e0;
}
.archive .col-md-3 h4{
    padding-top: 33px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:500;
}
.category-sivic-news #pageContent{
	background:#fff;
}