@charset 'utf-8';


.articleblock {
	width: 100%;
	padding: 20px;
	font-size: 1.4em;
	line-height: 2em;
}

@media only screen and (min-width: 0) and (max-width: 768px) {

	.articleblock {
		font-size: 1.3em;
		line-height: 1.8em;
	}
}

.articlelistitem {
	min-height: 240px;
	margin: 10px 0;
	padding: 20px;
	padding-left: 240px;
	border-radius: 20px;
	border: 1px solid #ccc;
	position: relative;
	cursor: pointer;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

.articlelistitem:hover,
.articlelistitem.hover {
	background: #d9f5ff;
	box-shadow: 0 3px 0 rgba(0,0,0,.15);
}

.articlelistitem h1,
.articletitle h1 {
	margin: 0;
	font-size: 1.2em;
	line-height: 1.4em;
}

.articlelistitem h1 a {
	color: #005e73;
	text-decoration: none;
}

.articletitle {
	margin: 0 0 30px 0;
}

.articlebody {
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #ccc;
}

.articletitle h1 {
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ccc;
}


.articlelistitem span,
.articletitle span,
.articlelistitem time,
.articletitle time {
	display: inline-block;
	padding: 0 2em 0 0;
	font-size: .8em;
	line-height: 1em;
	white-space: nowrap;
	position: relative;
}

.articlelistitem span a:before,
.articletitle span a:before {
	content: '\f0da';
	display: inline-block;
	width: 1em;
	padding-right: .3em;
	font-family: 'FontAwesome';
	font-weight: normal !important;
	text-align: center;
	text-indent: 0;
	position: relative;
}

.articlelistitem p {
	padding: 10px 0;
	color: #808080;
	font-size: 1em;
	line-height: 1.6em;
}

.articlelistitem footer {
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.articlelistitem .more {
	display: inline-block;
	width: 100%;
	height: 100%;
	font-size: 2em;
	text-align: center;
	line-height: 1em;
}

.articlelistitem .more a {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
}

.articlelistitem .more i {
	display: inline-block;
	width: 100%;
	height: 100%;
	font-style: normal;
	vertical-align: middle;
	overflow: hidden;
	position: relative;
}

.articlelistitem .more i:before {
	display: inline-block;
	content: '';
	height: 100%;
	vertical-align: middle;
	overflow: hidden;
}

.articlelistitem .more i:after {
	content: '\f0a9';
	display: inline-block;
	width: 100%;
	height: 100%;
	font-family: 'FontAwesome';
	font-weight: normal !important;
	text-align: center;
	text-indent: 0;
	vertical-align: middle;
	position: relative;
}

.articlelistitem .more span {
	display: none;
}

.articlelistitem figure {
	width: 200px;
	height: 200px;
	border-radius: 20px;
	box-shadow: 0 3px 0 rgba(0,0,0,.15);
	overflow: hidden;
	position: absolute;
	top: 20px;
	left: 20px;
}

@media only screen and (min-width: 0) and (max-width: 768px) {

	.articlelistitem {
		min-height: 0;
		margin: 5px 0;
		padding: 15px;
	}

	.articlelistitem header {
		min-height: 80px;
		padding-left: 90px;
	}

	.articlelistitem h1,
	.articletitle h1 {
		font-size: 1.1em;
	}

	.articletitle {
		margin: 0 0 20px 0;
	}

	.articlebody {
		margin: 0 0 20px 0;
		padding: 0 0 20px 0;
		border-bottom: 1px solid #ccc;
	}

	.articlelistitem figure {
		width: 80px;
		height: 80px;
		top: 15px;
		left: 15px;
	}

	.articlelistitem figure img {
		width: 100%;
		height: auto;
	}
}



.headlineitem {
	margin: 10px 0;
	padding: 10px 20px;
	border-radius: 20px;
	border: 1px solid #ccc;
	position: relative;
}

.headlineitem p {
	display: inline-block;
}

.headlineitem time {
	display: inline-block;
	padding-right: 1em;
	font-size: .8em;
}

@media only screen and (min-width: 0) and (max-width: 768px) {

	.headlineitem {
		margin: 5px 0;
		padding: 10px 15px;
	}
}

.sharebutton {
	text-align: right;
}

.sharebutton li {
	margin: 0 2px;
}

.sharebutton a {
	background: #007fc0;
}

.sharebutton a:hover,
.sharebutton a.hover {
	background: #99a6cb;
}

.sharebutton span {
	padding: 0;
	line-height: 32px;
}
