#moo-blog {
	padding-top: 15rem;
}

.header_top {
	/**background-color: rgba(1,103,154, 0.7);**/
	background-color: #02486a;
	
}

.header_bottom {
	border-top-color: rgba(1,103,154, 1);
}

.navbar {
	background-color: rgba(1,103,154, 1);
}

/**All Posts **/

.main-container {
	margin-top: 50px;
}

article .article__title h2 {
	margin-bottom: 0.3939393939394em;
	font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;

}


#post-page.page-hero-section {
	  background-image: url(/data/uploads/lets-get-started-1.jpg);
	}
	
	.page-hero-section {
		padding-top: 180px;
	}

.article__body a {
	color: #4a90e2;
	font-weight: 700;
	
}

p + a:not(.btn) {
	font-size: 1em;
}

.divider {
	border-top: 1px solid #ececec;
	padding: 30px 0;
	margin-top: 30px;
}

a.back {
	font-size: 18px;
	
}

span.date {
	color: #00478C;
}

.pagination {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
	border-top: 1px #eee solid;
}

.article__body .img-fluid {
	margin-bottom: 40px;
}


.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.sidebar-widget {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 40px 40px;
}


.sidebar-widget h3 {
	margin-top: 0;
}

.recent-posts {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.posts {
	position: relative;
	width: 1005;
	overflow: hidden;
	padding: 0 0 40px 0;
}

.posts a:link,
.posts a:visited {
	color: #000;
}

.posts a:hover {
	color: rgba(1,103,154,1);
}

.posts p {
	margin: 0;
	padding: 0;
}

.recent-posts .post-body {
	font-size: 12px;
}

.recent-posts .post-body .img-fluid {
	margin-bottom: 10px;
}

.recent-posts .post-body h4 {
	margin: 0;
	padding: 0;
}

.recent-posts .post-body a span {
	color: rgba(1,103,154,1);
}