* {
	box-sizing: border-box;
}

body, img:after {
	font-size: 14px;
    color: #00427C;
}

.clear {
	float: none;
	clear: both;
}

p {
	font-size: 12px;
    color: #797979;
    margin: 10px 0;
}

a {
    color: #00427C;
    font-weight: bold;
}

strong {
	font-weight: bold!important;
}

.blog-header {
	display: block;
	margin: 40px 0;
	text-align: center;
}

.blog-header .logo {
	display: inline-block;
	color: #003366;
	font-size: 40px;
	font-weight: 400;
}

.blog-header .logo span {
	display: block;
	text-align: center;
	color: #AFAFAF;
	font-size: 15px;
	font-weight: 400;
}

.blog-section {
	display: block;
	margin: 0 0 40px 0;
}

.blog-section .title {
	display: block;
	margin: 0 0 40px 0;
	padding: 0 0 20px 0;
	color: #003366;
	border-bottom: 1px solid #FFCC33;
	font-size: 24px;
	font-weight: 400;
}

.blog-section.featured-posts {
	display: block;
}

.blog-section.featured-posts .blog-post {
	display: block;
	margin: 0 0 40px 0;
	padding: 10px;
}

.blog-section.featured-posts .blog-post .image {
	display: block;
	height: 250px;
	margin: 0 0 20px 0;
}

.blog-section.featured-posts .blog-post .image img {
	height: 100%;
}

.blog-section.featured-posts .blog-post .heading {
    display: block;
    color: #003366;
    font-size: 18px;
    font-weight: 400;
	margin: 0 0 10px 0;
}

.blog-section.featured-posts .blog-post .date {
    display: inline-block;
    color: #C2c2C2;
    font-size: 12px;
    font-weight: 400;
}

.blog-section.featured-posts .blog-post .preview {
	font-size: 12px;
	color: #797979;
	margin: 10px 0 20px 0;
}

.blog-section.featured-posts .blog-post .read-more {
    display: inline-block;
	color: #ffffff;
	background-color: #003366;
	padding: 10px 15px;
}

.all-posts {
	display: block;
}

.all-posts .blog-post {
	display: inline-block;
	width: 50%;
	padding: 10px;
	float: left;
	margin: 0 0 20px 0;
	position: relative;
	height: 400px;
}

.all-posts .blog-post .image {
	display: block;
	height: 200px;
}

.all-posts .blog-post .image img {
	width: 100%;
}

.all-posts .blog-post .heading {
    display: block;
    color: #003366;
    font-size: 18px;
    font-weight: 400;
	margin: 10px 0;
}

.all-posts .blog-post .date {
    display: inline-block;
    color: #C2c2C2;
    font-size: 12px;
    font-weight: 400;
}

.all-posts .blog-post .preview {
	font-size: 12px;
	color: #797979;
	margin: 10px 0 0 0;
}

.all-posts .blog-post .read-more {
    display: inline-block;
	color: #ffffff;
	background-color: #003366;
	padding: 10px 15px;
	position: absolute;
	bottom: 10px;
	left: 10px;
}

.left-col {
	width: 75%;
	float: left;
	margin: 0 0 20px 0;
}

.left-col .banner {
	height: auto;
}

.left-col .title {
	display: block;
    margin: 20px 0;
    padding: 0 0 20px 0;
    color: #003366;
    border-bottom: 1px solid #FFCC33;
    font-size: 24px;
    font-weight: 400;	
}

.left-col .full-article {
	display: block;
}

.left-col .full-article .title {
	display: block;
    margin: 20px 0;
    padding: 0 0 20px 0;
    color: #003366;
    border-bottom: 1px solid #FFCC33;
    font-size: 24px;
    font-weight: 400;
}

.left-col .full-article .date {
	display: inline-block;
    color: #C2c2C2;
    font-size: 12px;
    font-weight: 400;
}

.left-col .full-article .article-text {
	display: block;
	margin: 20px 0;
}

.left-col .full-article .article-text img {
	width: 100%!important;
	height: auto!important;
}

.right-col {
	width: 23%;
	float: right;
	margin: 0 0 20px 0;
}

.right-col .category-surround {
	display: block;
}

.right-col .category-surround .title {
    display: block;
    margin: 0 0 20px 0;
    padding: 5px;
    color: #ffffff;
    background-color: #003366;
    font-size: 20px;
    font-weight: 400;
}

.right-col .category-surround ul {
    display: block;
	margin: 0;
	padding: 0 0 0 20px;
}

.right-col .category-surround ul li {
	margin: 5px 0;
    border-bottom: 1px solid #FFCC33;
    padding: 5px 0px;
}

.right-col .category-surround ul li a:hover {
	text-decoration: underline;
}




@media handheld, screen and (max-width: 767px) {
	
	.blog-header .logo {
		font-size: 30px;
	}
	
	.all-posts .blog-post {
		display: block;
		width: 100%;
		padding: 10px;
		margin: 0 0 20px 0;
	}
	
	.left-col {
		width: 100%;
		margin: 0 0 20px 0;
	}

	.right-col {
		width: 100%;
	}
	
	
}





/*
	New CSS
*/

p {
	margin: 0 0 15px 0;
	font-family: 'Open Sans',sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #00427C;
}

h3.title {
	margin: 15px 0 30px 0;
	font-family: Gotham,sans-serif;
    font-size: 24px;
    text-transform: uppercase;
}

.element-wrap {
	display: block;
	margin: 0;
	padding: 30px;
}

.element-wrap h1.title {
	display: block;
	margin: 0 0 15px;
	font-family: Gotham, sans-serif;
    font-size: 24px;
    text-transform: uppercase;
}

.element-wrap .date {
	display: block;
	margin: 0 0 30px;
	font-family: Gotham, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
}

.element-wrap hr.spacer {
	margin: 30px auto;
	width: 15%;
}

.element-wrap p {
	margin: 0 0 15px 0;
	font-family: 'Open Sans',sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #00427C;
}

.element-wrap ol,ul {
	margin: 0 0 15px 0;
	font-family: 'Open Sans',sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #00427C;
}

.element-wrap p span img {
	width: 100%!important;
	height: auto!important;
}

.element-wrap .sub-title {
	display: block;
	font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.element-wrap ul.categories {
	margin: 0;
    padding: 0 0 0 20px;
    list-style: disc;
}

.element-wrap ul.categories li {
	margin: 0 0 5px;
    font-family: 'Open Sans',sans-serif;
	font-size: 14px;
	font-weight: 400;
}

.category-banner {
	display: block;
	margin: 0 0 60px 0;
	position: relative;
}

.category-banner img {
	margin: 0!important;
	max-height: 550px;
	width: 100%;
	position: relative;
}

.category-banner .background {
	height: 100%;
	width: 100%;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.48)), center center;
	position: absolute;
	top: 0;
	left: 0;
}

.category-banner h1.title {
	margin: 0;
	width: 100%;
	position: absolute;
	top: 60%;
	font-family: Rebel, sans-serif;
    font-size: 75px;
    font-weight: 400;
    text-transform: none;
}

.all-posts .blog-post {
	margin: 0 0 30px 0;
	padding: 0 15px 0 0;
	height: auto;
	max-height: 330px;
	flex-basis: 50%;
	text-decoration: none;
}

.all-posts .blog-post img {
	margin: 0!important;
	max-height: 200px;
	min-height: 200px;
}

.all-posts .blog-post .heading {
	margin: 15px 0 5px 0;
	font-family: Gotham,sans-serif;
    font-size: 16px;
}

.all-posts .blog-post .date {
	margin: 0 0 15px;
	font-family: Gotham, sans-serif;
    font-size: 11px;
}

.all-posts .blog-post .preview {
	margin: 0;
	font-family: 'Open Sans',sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #00427C;
}