.header-content .blue-bg { 
	background-color: #eff2f7; 
	padding: 15px; 
	border-radius: 2px; 
}

.header-content .white-bg {
	background-color: #fff;
	padding: 15px;
	border-radius: 2px; 
}

.news p, 
.publishDate, 
.readMore {
	font-size: 16px;	
}

.news .item.row,
.cp-header.row {
    margin-left: 0px;
    margin-right: 0px;
}
.news img {
    margin: 15px 0;
}

.main-article h2 {
	font-size: 26px;
}

.main-container-wrapper .main-content a, .main-container-wrapper .main-content a {
	text-decoration: none;
}

.main-container-wrapper .main-content a:hover, .main-container-wrapper .main-content a:hover {
	text-decoration: underline;
}

.main-container-wrapper .main-content .col-feed-right a:hover {
	text-decoration: underline;
}

img.main-image.img-border {
	display: block;
	margin: auto;
}

.feature h2{
	font-size: 22px;
}

.news h3{
	font-size: 20px;
}

.readMore {
	font-size: 14px;
}

.publishDate {
	margin-bottom: 5px;
}

.glyphicon-calendar {
	padding-right: 5px;
}
.header-content {
	border-bottom: 1px solid #ccc;
}

.left-column #sidenav .nav {
	margin-top: 0px;
}

.feature {
	padding-bottom: 30px;
}

/* Deafult Embed Feed */
.embed-feed h3 {
	font-size: 17px;
}
.embed-feed h5 {
	margin-top: 0px;
}
.embed-feed .description {
	clear: both;
}
.embed-feed .details {
	padding: 0 15px;
}

/* Column Embed Feed */
.embed-feed .item.column .details {
	padding: 0px;
}

/* Headline Embed Feed */
.embed-feed .item.headline li {
	list-style-type: square;
}

/*Magazine Embed Feed */
.embed-feed .item.magazine img {
	width: 100%;
}

/*Stacked Embed Feed */
h3.cp-row-feed-title {
	margin-top: 0px;
}

@media (max-width: 992px){
	h3.cp-row-feed-title {
		margin-top: 20px;
	}
}

