/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text,
.gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.sticky,
.bypostauthor{
	display:block;
}
#wrapper.no-sidebar .add-container{ 
width:100%; 
}
.meta ul,.meta ul li { 
	list-style-type:none; padding-left:0px; 
}
.add-container .title h1 { 
 	padding-bottom:10px; 
}

.acrightcol.large {
	width: 300px;
	padding-left: 30px;
}

.module {
    margin: 10px 0;
}

.module p:last-child {
	margin-bottom: 0;
}

.module:first-child {
    margin-top: 0;
}

.module-quote .acquote {
	padding-top: 15px;
}

.module-posts-list {
	font-size: 14px;
	background-color: #f4f6f6;
}

.module-posts-list h3 {
	font-weight: normal;
	font-size: 26px;
	background-color: #97a4ab;
	padding: 12px 10px 8px 20px;
	color: #FFF;
	margin-bottom: 0;
	display: table;
	width: 100%;
	font-family:'Calibri W01 Regular_904604', 'Arial', sans-serif;
}

.module-posts-list h3 img {
	min-width: 22px;
}

.module-posts-list ul {
	padding: 0;
}

.module-posts-list ul > li {
	list-style-type: none;
	overflow: hidden;
	line-height: 1.4;
	padding: 10px 20px;
	font-weight: bold;
}

.module-posts-list ul > li:nth-child(even) {
	background-color: #eaedee;
}

.module-posts-list h3 span {
	display: table-cell;
	vertical-align: middle;
	padding-right: 10px;
}

.module-posts-list h3 .icon {
	width: 1%;
}

.module-posts-list h3 .title {
	padding-bottom: 5px;
}

.module-posts-list ul > li a {
	text-decoration: none;
	color: #44525a;
}

.box-frame-placeholder {
	min-height: 90px;
}