/*
 * Copyright (c) 2017
 */

/*----------------------------------------------------
    .contentArea
----------------------------------------------------*/
.contentArea{
	font-size: 14px;
	line-height: 1.8em;
}

.contentArea img{
	max-width: 100%;
	height: auto;
}
.contentArea p{
	padding-bottom: 1.8em;
}
.contentArea .wp-caption,
.contentArea .wp-caption * {
	-webkit-user-drag: none;
}

.contentArea .wp-caption-dd {
	font-size: 14px;
	padding-top: 0.5em;
	margin: 0; /* browser reset */
}

.contentArea .wp-caption-text{}
.contentArea .sticky{}
.contentArea .gallery-caption{}
.contentArea .bypostauthor{}

.contentArea .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.contentArea .alignleft {
	float: left;
	margin: 0.3em 1em 0.5em 0;
}

.contentArea .alignright {
	float: right;
	margin: 0.3em 0 0.5em 1em;
}
.contentArea .screen-reader-text{}




.contentArea h1{
	background: #55B95F;
	margin-bottom: 40px;
	font-weight: normal;
	font-size: 17px;
	padding: 13px 15px;
	color: #FFF;
	text-align: center;
}
.contentArea h2{
	background: #FFF;
	color: #55B95F;
	border: 1px dotted #55B95F;
	line-height: 1.25;
	font-size: 18px;
	margin-bottom: 20px;
	padding: 8px 10px;
	text-align: center;
}

.contentArea h3{
	line-height: 1.25;
	font-size: 17px;
	margin-bottom: 20px;
	padding: 5px 0;
	color: #409B49;
}
.contentArea h4{
	line-height: 1.25;
	font-size: 15px;
	margin-bottom: 20px;
	padding: 5px 0;
	color: #409B49;
}
.contentArea h5{
	line-height: 1.25;
	font-size: 13px;
	margin-bottom: 20px;
	padding: 5px 0;
	color: #409B49;
}
.contentArea h6{
	line-height: 1.25;
	font-size: 11px;
	margin-bottom: 20px;
	padding: 5px 0;
	color: #409B49;
}

.contentArea blockquote{
	background: #fff;
	margin: 1em 0;
	padding: 1em;
	border: dotted 1px #ccc;
}
.contentArea blockquote p{
	padding: 0;
}

.contentArea ul,
.contentArea ol{
	margin: 0 1.5em 1.5em;
}
.contentArea ul li > ul,
.contentArea ol li > ol{
	margin: 0 1.5em 0;
}

.contentArea ul li{
	list-style-type:  disc;
	padding-left: 3px;
}
.contentArea ol li{
	list-style-type:  decimal;
	padding-left: 3px;
}

.contentArea dl {
	display:block;
	margin: 1em 0;
}
.contentArea dt {
	display: block;
}
.contentArea dd {
	display:block;
	margin-left: 40px;
}

.contentArea table{
	background: #FFF;
	font-size: 0.9em;
	margin-bottom: 50px;
	width: 100%;
}

.contentArea th,
.contentArea td {
	padding: 10px;
	border: solid 1px #EEE;
}

.contentArea thead th {
	background: #333;
	color: #FFF;
}

.contentArea tbody th { background: #CCC; }

.contentArea tbody td {
	background: #FFF;
	text-align: left;
}
.contentArea div {
	max-width: 100% !important;
	clear: both;
}