 .hh-module .hot-post .hot-post-right .post.post-thumb .post-img > img, .hh-module .hot-post .hot-post-left .post.post-thumb .post-img > img {
	 height: 300px;
	 object-fit: cover;
}
 @media screen and (min-width: 768px){
	 .hh-module .hot-post .hot-post-left .post.post-thumb .post-img > img {
		 height: 500px;
	}
	 .hh-module .hot-post .hot-post-right .post.post-thumb .post-img > img {
		 height: 300px;
	}
}
 @media screen and (min-width: 769px){
	 .hh-module .hot-post .hot-post-right .post.post-thumb .post-img > img {
		 height: 100%;
	}
}
 .hh-module .post .post-meta {
	 padding-left: 0;
}
 .hh-module .post.post-thumb .post-title a:hover, .hh-module .post.post-thumb .post-title a:focus {
	 color: #ffc72a;
}
 .hh-module .post-category span, .hh-module .post-category a, .hh-module .post-title a:hover, .hh-module .post-title a:focus, .hh-module .category-widget ul li a:hover, .hh-module .category-widget ul li a:focus,.hh-module .breadcrumb a:hover, .hh-module .breadcrumb a:focus {
	 color: #194f90;
}
 .hh-module .aside-widget ul, .hh-module .aside-widget ol {
	 margin-bottom:0;
	 padding-left: 0;
	 list-style: none;
}
 .hh-module .social-widget ul li a:hover, .hh-module .social-widget ul li a:focus{
	 text-decoration: none;
	 color:#fff;
}
 .hh-module .secondary-button {
	 -webkit-transition: all .25s ease-in-out;
	 transition: all .25s ease-in-out;
	 border-radius: 0.2rem;
	 color: #003f72;
	 display: inline-block;
	 font-family: Open Sans,sans-serif;
	 font-weight: 700;
	 padding: 1rem 1.6rem;
	 text-decoration: none;
	 text-transform: uppercase;
	 background-color: #ffc72a;
	 box-shadow:none;
	 font-size:1.6rem;
}
 .hh-module .primary-button {
	 webkit-transition: all .25s ease-in-out;
	 transition: all .25s ease-in-out;
	 border-radius: 0.2rem;
	 color: #003f72;
	 display: inline-block;
	 font-family: Open Sans,sans-serif;
	 font-weight: 700;
	 padding: 1rem 1.6rem;
	 text-decoration: none;
	 text-transform: uppercase;
	 background-color: transparent;
	 border: 0.1rem solid #003f72;
	 box-shadow:none;
	 font-size:1.6rem;
}
 .hh-module .primary-button:focus, .hh-module .primary-button:hover, .hh-module .secondary-button:focus, .hh-module .secondary-button:hover {
	 background-color: #003f72 !important;
	 color: #fff !important;
	 text-decoration: none;
}
 .hh-module blockquote {
	 display:block;
	 float: none;
	 width:80%;
	 margin-left:10% !important;
}
 .hh-module blockquote.blockquote {
	 border: 2px solid #ffc72a;
}
 .hh-module blockquote.blockquote:before {
	 content: "\f10d";
	 font-family: "FontAwesome";
	 width: 70px;
	 height: auto;
	 line-height: 60px;
	 text-align: center;
	 border-radius: 0;
	 color: #43739c;
	 font-size: 50px;
	 background: #fff;
	 border: none;
	 float: left;
	 margin-right: 10px;
	 font-weight: 900;
}
 .hh-module .news-content a {
	 color: #194f90;
	 font-weight: 700;
	 text-decoration: none;
}
 .hh-module .news-content a:hover,.hh-module .news-content a:focus {
	 color: #003f72;
	 text-decoration: underline;
}
 .hh-module .newsletter-widget:after {
	 content: "\f0e0";
	 font-family: "FontAwesome";
	 position: absolute;
	 bottom: 85px;
	 right: 27px;
	 font-size: 160px;
	 color: #e8eaed;
	 -webkit-transform: rotate(13deg);
	 -ms-transform: rotate(13deg);
	 transform: rotate(13deg);
	 z-index: -1;
	 font-weight: 900;
}
 .hh-module .section-title:after {
	 content: "";
	 display: inline-block;
	 height: 2px;
	 background-color: #e8eaed;
	 position: absolute;
	 left: 0;
	 right: 0;
	 top: 18px;
	 z-index: 10;
}
 .hh-module .post .post-category {
	 line-height: 1;
}
 .hh-module .post.post-widget .post-title {
	 margin-top: 0;
}
 .hh-module ul.post-meta {
	 padding-left: 0;
}
 