

a {
	text-decoration: none;
	color: black;
}

a:visited {
	color: black;
}

a:hover {
	text-decoration: underline;
}
/*==================================================
=            Individual Article Section            =
==================================================*/

.full {
	height: auto;
}

.title {
	text-align: center;
	font-size: 23px;
	margin-top: 23px !important;
	margin-bottom: 23px !important;
}

.article-image {
	display: block;
	margin: 20px auto;
}

.single-content {
	padding: 10px;
}

.single-content p {
	font-family: 'Stag Sans Web';
 	font-weight:  400;
 	font-style:   normal;
 	font-stretch: normal;
 	font-size: 14px;
 	line-height: 20px;
 	margin-top: -10px;
 	padding-right:15px;
}

.single-content h3 {
	font-family: 'Stag Sans Web';
 	font-weight:  600;
 	font-style:   normal;
 	font-stretch: normal;
 	margin-bottom: 16px;
 	margin-top: 10px;
 	line-height: 21px;
}

.disclaimer {
	font-size: 12px;
	color: grey;
	text-align: center;
}