.blog-posts {
	 width:100%;
	 display: grid;
	 row-gap: 20px;
	 margin-bottom: 20px;
	 position: relative;
}
 section.section-wrap.blog-posts-wrapper.no-padding {
	 padding-top: 0;
}
 .blog-posts-wrapper .html-content {
	 margin-bottom: 2rem;
	 padding-left: 0px;
}
 .blog-post {
	 display: flex;
	 padding: 20px;
	 box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	 background-color: #fff;
}
 .blog-post.blog-post-js {
	 opacity:0;
}
 .blog-post .blog-post-image {
	 margin-right:20px;
	 max-width: 250px;
	 width: 100%;
}
 .blog-post .blog-post-date {
	 color: #500000;
	 font-weight: 500;
}
 .blog-post .blog-post-title {
	 color:#500000;
	 font: normal bold 1.375rem "Oswald", sans-serif;
	 line-height: 1.5;
	 text-transform: inherit;
}
 .blog-post .blog-post-topics {
	 margin:15px 0 15px 0;
	 font-size: 0.9rem;
}
 .blog-post .blog-post-text{
	 margin-bottom:20px;
}
 .blog-post .button{
	 margin-bottom:0;
}
 .blog-post .content-topics {
	 font-weight:bold;
	 margin: 25px 0 25px 0;
	 font-size:0.9rem;
}
 .blog-post .blog-post-topics a{
	 margin: 0 5px 0 5px;
}
 .blog-post .blog-post-topics a:first-child {
	 margin-left: 0;
}
 .blog-post .blog-post-bottom {
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
}
 .blog-post .blog-post-share {
	 background-color: #f6f6f6;
	 padding: 12px;
	 font-family: Oswald;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 border: 2px solid #f6f6f6;
}
 .blog-post .blog-post-share a{
	 width: 25px;
	 height:25px;
	 margin: 0 3px 0 3px;
}
 .blog-post .blog-post-share a img{
	 width: 100%;
	 height:100%;
}
 .blog-post .blog-post-share span {
	 margin-right: 5px;
}
.blog-page-number-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    max-height: 50px;
    min-height: 50px;
    max-width: 250px;
    margin: auto;
}
}
 .blog-page-number-wrapper .blog-page-number, .press-release-page-number-wrapper .press-release-page-number {
	 width: 49px;
	 height: 54px;
	 border:2px solid #003c71;
	 color: #003c71;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 font-size: 0.9rem;
	 margin: 0 5px 0 5px;
	 cursor: pointer;
}
 .blog-page-number-wrapper .blog-page-active, .press-release-page-number-wrapper .press-release-page-active {
	 color: #ffffff;
	 background-color: #003c71;
	 pointer-events:none;
}
 .blog-dark-bg {
	 background-color: #eaeaea;
}
 .blog-page-number-wrapper select.blog-page-number-wrapper-dropdown{
	 -webkit-appearance: none;
	 -moz-appearance: none;
	 appearance: none;
	 margin: 0;
     padding: 0.5rem;
     width: 100%;
     min-width: 50px;
     max-width: 50px;
     min-height: 50px;
     max-height: 50px;
     height: 100%;
}
.hidden{
    display: none;
}


/*-------SIMPLE VIEW--------*/

 .blog-view-simple .blog-post-bottom, .blog-view-simple .blog-post-topics {
	 display:none;
}
 .blog-view-simple .blog-post-image {
	 width: 100%;
	 max-width: 100%!important;
}
 .blog-view-simple .blog-post-text{
	 margin-bottom: 0;
	 margin-top: 10px;
}
 .blog-view-simple .blog-post-specified {
	 flex: 1;
	 margin: 0 20px 30px 0;
	 flex-wrap: unset!important;
	 width: unset!important;
}


/*-------BLOG LIST STYLE----------*/

.blog-post.blog-post-list {
	display: block;
	box-shadow: none;
	background-color: transparent;
	border-top: 2px solid #998542;
	padding: 20px 0;
	margin: auto;
	width: 100%;
}

.blog-post.blog-post-list:first-of-type {
	border-top: none;
}

.blog-post.blog-post-list:last-of-type {
	border-bottom: 2px solid #998542;
	margin-bottom: 20px;
}


/*---------BLOG SIDEBAR------------*/

 .sidebar .blog-sidebar {
	 /*padding-top: 2.5rem;*/
}
 .blog-sidebar > div {
	 margin-bottom: 1rem;
}
 .blog-sidebar p {
	 padding: 15px 0 15px 0;
	 border-bottom: 1px solid #f3f3f3;
	 font-size: 1rem;
}
 .blog-sidebar h3 {
	 padding-bottom: 10px;
	 margin:0;
}
 .blog-sidebar div.posts h3, .blog-sidebar div.topics h3 {
	 border-bottom: 1px solid #f3f3f3;
}
 .blog-sidebar .see-all-link {
	 font-weight: bold;
}


/*------BLOG TOPIC--------*/

 .main.is-news h1.page-title, .main.is-news .byline {
	 font-family: 'Oswald', sans-serif;
}
 .byline .byline__date, .byline .byline__author {
	 font: normal bold 1.375rem "Oswald", sans-serif;
	 color: #000;
	 line-height: 1.5;
	 text-transform: inherit;
}
/* Blog topics */
 .main.is-news .blog-topics {
	 font-weight:bold;
	 margin: 20px 0;
	 font-size:0.9rem;
}
 .main.is-news .blog-topics a{
	 margin: 0 5px;
}
 .main.is-news .blog-topics a:first-child {
	 margin-left: 0;
}
 .main.is-news .shareThis {
	 margin-left: -10px;
}
 .blog-posts-specified {
	 display: grid;
	 flex-wrap: wrap;
	 padding-left: 0px!important;
	 grid-template-columns: repeat(3, 1fr);
	 gap: 20px;
}
 .blog-posts-specified .blog-post-specified {
	display: block;
    margin: 0 20px 20px 0;
    width: 100%;
    box-sizing: border-box;
}
 .blog-posts-specified .blog-post-specified .blog-date, .blog-posts-specified .blog-post-specified .blog-title, .blog-posts-specified .blog-post-specified .blog-text, .blog-posts-specified .blog-post-specified .blog-post-image {
	 width: 100%;
}

.blog-posts-specified .blog-post-specified .blog-post-image {
     max-height: 170px;
     height: 100%;
     max-width: 100%;
}

.blog-posts-specified .blog-post-specified .blog-post-image img {
     height: 100%;
	 object-fit: cover;
	 object-position: 30% 25%;
}
 .margin-no-title {
	 /*margin-top: -2rem;*/
}


/*------BUTTON STYLING------*/

 .posts-button {
	 padding-left: 0px!important;
	 padding-right: 0px!important;
}
 .blog-featured-image img {
	 max-height: 400px;
	 width: auto;
	 height: auto;
	 max-width: 100%;
	 display: block;
}
 .blog-posts-grid {
	 display: grid;
	 column-gap: 20px;
	 grid-template-columns: repeat(3, 1fr);
	 margin-bottom: 20px;
}
 .blog-posts-grid .blog-post-grid {
	 flex-direction: column;
	 margin: inherit;
}
 .blog-posts-grid .blog-post-grid .blog-post {
	 margin: inherit;
}
 .blog-posts-grid .blog-post-grid .blog-post-image {
	 max-width: 100%;
	 width: 100%;
	 max-height: 200px;
	 height: 100%;
}
 .blog-posts-grid .blog-post-grid .blog-post-image img {
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
	 object-position: center;
	 min-height: 200px;
	 max-height: 200px;
}
 .image-caption-box .news-sidebar {
	 float: right;
	 margin: 0 0 20px 20px;
	 background-color: #ededed;
	 border: 1px solid #dcdcdc;
	 padding: 10px;
	 font-size: .85em;
	 color: #444;
	 text-align: center;
}
 .image-caption-box .news-sidebar img {
	 max-width:unset !important;
}


/*-------------MEDIA BREAKPOINTS-----------*/

 @media screen and (max-width: 576px) {
	 .blog-post-bottom {l
		 flex-direction: column;
	}
	 .blog-post .button {
		 margin-bottom:20px;
	}
	 .blog-posts-grid {
		 grid-template-columns: repeat(1, 1fr);
	}
		.blog-posts-specified .blog-post-specified{
		 display: flex!important;
		 flex-direction: column!important;
	}
	
}
 @media screen and (max-width: 768px) {
	 .blog-view-simple {
		 flex-direction: column!important;
	}
	 .blog-post {
		 flex-direction: column;
		 margin: 0 0 30px 0;
	}
	
	.blog-posts-specified .blog-post-specified{
		 display: flex!important;
		 flex-direction: column!important;
	}
	
	.blog-posts-specified {
	    grid-template-columns: repeat(1, 1fr)!important;
	}
	
	.blog-posts-specified .blog-post-specified .blog-post-image {
	    max-height: 210px;
	}
	 .blog-post-grid.blog-post {
		 margin: inherit;
	}
	 .blog-post-image {
		 max-width: unset;
		 margin-bottom: 10px;
	}
	 .blog-wrapper {
		 display:flex;
		 flex-direction:column;
	}
	 .blog-sidebar{
		 width: unset !important;
		 margin-top: 50px !important;
	}
	 .blog-posts-grid {
		 margin-bottom: 20px;
	}
}

@media screen and (max-width: 1200px) {
	.blog-posts-specified {
	    grid-template-columns: repeat(2, 1fr);
	}
}
 