@charset "utf-8";
/* CSS Document */


.accessible-latest-post {
	width: calc(33.333% - 20px);
	float: left;
	background-color: #f3f5f6;
	margin-bottom: 30px;
	border: #CFB9EA 1px solid;
	border-radius: 5px;
	overflow:hidden;
	
}

.accessible-latest-post .lower {
	padding: 20px 20px 70px 20px;
	min-height: 300px;
	position: relative;
}

.accessible-latest-post h2 {
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 10px;
	color: #55068A;
}


.accessible-latest-post .lower .link-more-container {
	display: none;
}

.seperator {
	clear: both;
	height: 1px;
}

.margin-right {
	margin-right: 30px;
}

.accessible-latest-post-button {
	background-color: #7E047B;
	color: #fff;
	padding: 1px 24px 3px 24px;
	font-size: 14px;
	line-height: 26px;
	text-align:center;
	border-radius: 3px;
	border-color: #333;
	border-width: 2px;
	border-style: solid;
	text-transform:none;
	font-weight: bold;
	text-decoration: none;
	margin-top: 15px;
}

.accessible-latest-post-button:hover {
	color: #333!important;
	background-color: #fff;
	border-color: #7E047B;
}

.accessible-latest-post-button:focus {
	outline-width: 2px!important;
	outline-style: dashed!important;
	outline-offset: 3px!important;
	outline-color: #522584!important;
}

.bottom-button {
	position: absolute;
	bottom: 21px;
	left: 16px;
}

@media (min-width: 1212px) {
	

	
}


@media (max-width: 1150px) {
	
	
	
}

@media (max-width: 767px) {
	
	.accessible-latest-post {
		width: 100%;
	}
	
	.accessible-latest-post .lower {
		min-height: 100px;
	}
	
}
