.blog-header {
    background: url(/assets/images/blog.jpg?v=2) center;
    background-size: cover;
    height: 400px;
    max-height: 100%;
    width: 100%;
    max-width: 100%;
    background-repeat: no-repeat;
}
.blog-title{
    font-size: 2.4em;
    letter-spacing: -2px;
    font-weight: 700;
    color: #222;
    line-height: 1.1;
}
.blog-content{
	margin-top:1.5rem;
}
.blog-content img.rightimg{
    float: right;
    padding-left: 20px;
    max-width: 500px;
    margin-top: 20px;
	width:100%;
	margin-bottom: 20px;
}
.blog-content img.leftimg{
    float: left;
    padding-right: 20px;
    max-width: 500px;
    margin-top: 20px;
	width:100%;
	margin-bottom: 20px;
}
.clear {
	clear: both;
}
.blog-content img.blog-image {
    width: 100%;
	margin: 20px 0px 10px;
    height: 450px;
    object-fit: cover;
    object-position: center;	
}
.section-content {
	margin:50px 10px;
}
.common-blog .blog-content img.blog-image {
	margin: 10px 0px 0px;
}
.blog-content h2{
    font-size: 1.6em;
    color: #000;
    font-weight: 600;
	line-height: 1.1;
	margin-top: 20px;
}

.blog-content h3{
	font-size: 1.5em;
    color: #222;
    font-weight: normal;
	margin-top: 15px;
}
.blog-content h4{
   font-size: 1.3em;
    color: #0046a6;
    font-weight: 600;
	margin: 10px 0px;
}
.blog-header .blog-title {
	color: #fff;
}
.blog-content h5{
	font-size: 1.2em;
    color: #0046a6;
    font-weight: 600;
	margin: 5px 0px;
}
.blog-content ul {
	    margin: 10px 0px 10px 35px;
		text-align: left;
}
.blog-content ul li{
     margin:5px 0px;
}
.blog-heading h1{
  font-size: 2.5em;
  color: rgb(0, 70, 166);
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}
.blog-meta {
    font-size: 1.2em;
    color: rgb(22, 22, 22);
    font-style: italic;
}
.blog-heading {margin-bottom:20px}

.blog-item img{
    max-width: 400px;
    width: 100%;
	height: 220px;
}
.item-title{
  font-size: 1.2em;
  color: rgb(0, 70, 166);
  font-weight: bold;
  line-height: 1.067;
  text-align: center;
  margin-bottom: 15px;
}
.item-content p {
  font-size: 16px;
  color: rgb(53, 53, 53);
  line-height: 1.2;
  text-align: center;
}
.read-more a{
  font-size: 1.1em;
  color: rgb(166, 33, 36);
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}
.item-content{
  background-color: rgb(242, 243, 244);
  padding:20px 10px;
  text-align: center;
  min-height: 220px;
  position: relative;
}

.read-more {
    position: absolute;
    bottom: 5px;
    width: 100%;
    margin: auto;
    left: 0;
}

.blog-item {margin-top:30px}
.blog-content{margin-bottom:30px}
.blog-content p {
    margin-top: 0;
    margin-bottom: 0rem;
}

@media (min-width: 901px) and (max-width: 1199px) {
		.item-content {
		min-height: 250px;
	}
}

@media (min-width: 1200px) and (max-width: 1399px) {
		.item-content {
		min-height: 270px;
	}
}

@media (max-width: 768px) {
	.blog-content img.leftimg{
		float: none;
		margin-left: auto;
		padding-left:0px;		
	}
	.blog-content img.rightimg{
		float: none;
		padding-left: 0px;
		margin: auto;
	}
} 
@media (max-width: 480px) {
	.blog-title {
		font-size: 2.0em;
	}	
	.blog-content h2{
		font-size: 1.8em;
	}

	.blog-content h3{
		font-size: 1.6em;
	}
	.blog-content h4{
		font-size: 1.4em;
	}
	.item-content {
		min-height: 230px;
	}	
}

.blog-archive .announcement-bar {
	display:none;
}
.announcement-bar a{
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}
.announcement-bar {
	padding: 8px 0px;
    background: #d74f0f;
}

.table-contents ul{
	margin-left:10px;
	list-style:none;
}
.table-contents a{
	font-size: 1.1em;
    color: #0046a6;
    font-weight: 600;
    margin: 3px 0px;
	text-decoration:none;
}