body, html{
	font-family: 'Helvetica Neue', Helvetica, Calibri;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	position: relative;
}

/* HEADER */

header{
	background: rgb(42,73,152);
	background: linear-gradient(90deg, rgba(42,73,152,1) 0%, rgba(63,95,174,1) 100%);
	padding: 25px 20px 40px 20px;
}
header nav{
	float: right;
	font-size: 1.2em;
	margin-top: 45px;
	text-align: right;
}
header > div{
	/* display: flex; */
	width: 100%;
	margin: auto;
	max-width: 1240px;
	position: relative;
	width: 100%;
}

header #menu-main-nav{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
header #menu-main-nav li{
	display: inline;
	margin-left: 15px;
}
header #menu-main-nav a, header #menu-main-nav a:link, header #menu-main-nav a:active, header #menu-main-nav a:visited{
	color: #fff;
	text-decoration: none;
}
header #blog-logo{
	height: 80px;
	width: auto;
}

/* FOOTER */

footer{
	background: #2a4998;
	color: #fff;
	padding: 80px 20px;
}
footer a, footer a:link, footer a:active, footer a:visited{
	color: #fff;
	text-decoration: none;
}
footer a:hover{
	text-decoration: underline;
}
footer > div{
	display: flex;
	width: 100%;
	margin: auto;
	max-width: 1300px;
	width: 100%;
}
footer > div .col:nth-child(2n){
	margin: 0px 120px;
}
footer > div h4{
	font-size: 1.2em;
	letter-spacing: .03em;
	margin: 0px;
	text-shadow: 1px 1px 0px rgba(0,0,0,.2);
}

footer #hrt-logo{
	display: block;
	height: auto;
	margin-bottom: 20px;
	margin-left: -20px;
	margin-top: -40px;
	width: 220px;
}
footer #social{
	font-family: FontAwesome;
	margin-top: 20px;
}
footer #social ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
footer #social li{
	background: #67ba45;
	display: inline-block;
	border-radius: 50%;
	font-family: ;
	height: 30px;
	margin-right: 5px;
	overflow: hidden;
	position: relative;
	width: 30px;
}
footer #social li a{
	display: block;
	height: 100%;
	position: absolute;
	text-indent: -1000px;
	width: 100%;
	z-index: 500;
}

footer #social li:before{
	display: block;
	left: 0px;
	font-weight: 300;
	line-height: 30px;
	position: absolute;
	text-align: center;
	text-shadow: 2px 2px 0px rgba(0,0,0,.2);
	top: 0px;
	width: 100%;
	z-index: 100;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
footer #social li.facebook:before{
	content: '\f09a';
}
footer #social li.twitter:before{
	content: '\f099';
}
footer #social li.youtube:before{
	content: '\f16a';
}
footer #social li.instagram:before{
	content: '\f16d';
}
footer #social li.linkedin:before{
	content: '\f0e1';
}
footer #social li.rss:before{
	content: '\f09e';
}

footer .col{
	width: calc(33% - 80px);
}
footer .menu-main-nav-container ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
footer .menu-main-nav-container ul li{
	margin-bottom: 10px;
}
footer .option-text{
	font-size: .9em;
	line-height: 2em;
}


/* MAIN */
main{
	min-height: 80vh;
}
main section > div{
	box-sizing: border-box;
	margin: auto;
	max-width: 1300px;
	padding: 60px 20px;
	position: relative;
	overflow: auto;
	width: 100%;
}
main section a, main section a:link{
	color: #2C56BA;
	font-weight: bold;
	text-decoration: underline;
}  

main section a:active{
	color: #1744B3;
	font-weight: bold;
	text-decoration: underline;
}
main section a:visited{
	color: #3B5AA8;
	font-weight: bold;
	text-decoration: underline;
}  




time{
	color: #aaa;
	display: block;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}
time:before{
	content: "\f073";
	font-family: FontAwesome;
	margin-right: 5px;
}

body.blog button, body.blog a.button{
	background: #969696;
	border: none;
	border-radius: 2px;
	color: #fff !important;
	display: inline-block;
	font-size: .8em;
	letter-spacing: 0.05em;
	line-height: 30px;
	margin-top: 20px;
	padding: 0px 15px;
	text-decoration: none !important;
	text-transform: uppercase;
}
body.blog button:after, body.blog a.button:after{
	content: "\f178";
	font-family: FontAwesome;
	margin-left: 5px;
}
body.blog button:hover, body.blog a.button:hover{
	background: #68bd45;
}


main section h1, main section h2, main section h3, main section h4, main section h5, main section h6{
	color: #353535;
}

h1{
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 0px;
}

h3.line{
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 0px;
	position: relative;
}
h3.line strong{
	font-weight: bold;
}

h3.line span{
	background-color: #fff;
	padding-right: 10px;
	position: relative;
}
h3.line:before{
	content: "";
	display: block;
	width: 100%;
	border-bottom: 1px solid #6b6b6b;
	position: absolute;
	box-sizing: border-box;
	height: 50%;
}

hr{
	border-collapse: collapse;
	height: 0px;
	border: 0px;
	border-bottom: 1px solid #6b6b6b;
	margin: 0px 0px 30px;
}

main section h3 a, main section h3 a:link, main section h3 a:active, main section h3 a:visited, main section h4 a, main section h4 a:link, main section h4 a:active, main section h4 a:visited, main section h5 a, main section h5 a:link, main section h5 a:active, main section h5 a:visited{
	color: #353535;
	text-decoration: none;
}



#hero{
	background: rgb(130,180,96);
	background: linear-gradient(90deg, rgba(130,180,96,1) 0%, rgba(187,219,85,1) 100%);
	min-height: 30vh;
}

#hero .story{
	background-position: center center;
	background-size: cover;
	box-shadow: 0px -130px 90px -20px rgba(0,0,0,.85) inset;
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	float: left;
	font-size: 1.4em;
	font-weight: bold;
	height: calc(25vh - 5px);
	margin-left: 10px;
	position: relative;
	width: calc(50% - 10px);
}
#hero .story:nth-child(1){
	font-size: 1.8em;
	height: 50vh;
	margin-left: 0px;
}

#hero .story:nth-child(2){
	margin-bottom: 10px;
}

#hero .story span{
	bottom: 0px;
	box-sizing: border-box;
	left: 0px;
	padding: 30px;
	position: absolute;
	width: 100%;
}

#hero .story span time{
	display: block;
	margin-top: 15px;
}


.two-columns{
	display: flex;
}

.post-list{
	box-sizing: border-box;
	padding-right: 30px;
}

.post-list ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.post-list ul li{
	border-bottom: 1px solid #eee;
	display: flex;
	margin-bottom: 40px;
	padding-bottom: 40px;
}
.post-list p{
	line-height: 1.6em;
}
.post-list h4{
	font-size: 1.6em;
	margin: 0px 0px 20px 0px;
}
.post-list li > div{
	box-sizing: border-box;
	padding: 0px 20px 20px 20px;
}
.post-list img{
	width: 420px;
	height: auto;
}

.rail{
	width: 380px;
}
.rail-block{
	width: 380px;
}


#stay-connected{
	list-style-type: none;
	margin: 0px;
	overflow: auto;
	padding: 0px;
}
#stay-connected li{
	border: 1px solid #eee;
	border-radius: 4px;
	box-sizing: border-box;
	float: left;
	height: 80px;
	margin: 1px;
	position: relative;
	vertical-align: middle;
	width: calc(50% - 2px);
}
#stay-connected li a{
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0px;
	position: absolute;
	text-align: center;
	top: 0px;
	width: 100%;
}


.single-post-content h1{
	font-weight: bold;
	margin: 0px 0px 15px;
}
.single-post-content time{
	margin: 0px 0px 15px;
}
.single-post-content, .page-content{
	box-sizing: border-box;
	line-height: 2em;
	padding-right: 30px;
}
.single-post-content p,  .page-content p{
	margin: 0px 0px 30px;
}
.single-post-content figure{
	margin: 0px 0px 15px;
	padding: 0px;
}
.single-post-content figure img{
	width: 100%;
	height: auto;
}
.single-post-content h3,  .page-content h3{
	font-size: 1.6em;
}
.single-post-content blockquote{
	background-color: #f7f7f7;
	border-left: 4px solid #373737;
	border-radius: 3px;
	color: #2c2c2c;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	margin: 0px 0px 30px;
	padding: 30px 80px 40px 30px;
}
.single-post-content blockquote:before{
	background: url(../../images/quote.gif) center center no-repeat;
	content: "";
	display: block;
	height: 35px;
	margin-bottom: 10px;
	width: 43px;
}
.single-post-content blockquote cite{
	color: #535353;
	font-size: 1em;
	font-style: normal;
}
.single-post-content blockquote cite:before{
	content: "—";
	margin-right: 10px;
}


section.light-blue{
	background: #e4f4fb;
}


.recommended{
	display: flex;
	padding: 60px 4vw;
}
.recommended-post{
	box-sizing: border-box;
	width: calc(33% - 10px);
}
.recommended-post:nth-child(2){
	margin: 0px 15px;
}
.recommended-post .image{
	aspect-ratio: 3/2;
	background-position: center center;
	background-size: cover;
	width: 100%;
}
.recommended-post h5{
	font-size: 1.3em;
	margin: 5px 0px 10px;
}


.pagination span, .pagination a{
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	border: 1px solid #eee;
	line-height: 40px;
	text-align: center;
}
.pagination span{
	background-color: #eee;
}
.pagination a{
	border: 1px solid #2a4998;
	text-decoration: none !important;
}


.page-content-404 h1{
	font-size: 5em;
	font-weight: bold;
}
.page-content-404 p{
	font-size: 2em;
}

figure.alignright{
	float: right;
	margin: 0px 0px 15px 15px;
}
figure.alignleft{
	float: left;
	margin: 0px 15px 15px 0px;
}
figure.aligncenter{
	margin: auto;
}