@charset "utf-8";
/* CSS Document */

.site-inner.full {
    padding: 0;
    max-width: none;
	margin-top: 0px !important;
	margin-bottom: 79px;
}

.front-page-section {
    margin: 30px 0;
	width: 100%;
	display: inline-block;
}
.front-page-section article {
	border: solid 2px #D7D7D7;
}
.front-page-section article img.alignnone {
	border-bottom: solid 1px #d7d7d7;
	margin-bottom: 0;
}

.front-page-section .widget-title {
    text-align: left;
    font-size: 28px;
	font-size: 2.8rem;
    margin-bottom: 40px;
}
.front-page-section .entry-categories a, .front-page-section .entry-terms a {
	color: #808080;
	font-weight: 400;
	font-size: 14px;
	font-size: 1.4rem;
	text-decoration: none;
}
.front-page-section .entry-categories a:hover, .front-page-section .entry-terms a:hover {
	color: #808080;
	text-decoration: underline;
}
.front-page-section .entry-header {
	padding: 5px 10px;
	min-height: 100px;
}
.front-page-1 .entry {
	padding: 0 20px 0 0;
	margin: 0;
}
.front-page-1 img.alignleft {
	margin: 0 30px 0 0;
	max-width: 60%;
}
.front-page-1 .entry {
	background-color: #F2F2F2;
	border: #CCCCCC solid 1px;
}

.front-page-1 .entry-title {
	font-size: 28px;
	font-size: 2.8rem;
	margin-top: 20px;
	line-height: 1.5;
}
.front-page-2, .front-page-3 {
	width: 46%;
	font-size: 18px;
	font-size: 1.8rem;
	display: block;
	float: left;
}
.front-page-3 {
	float: right;
}
.front-page-2 .widget-title, .front-page-3 .widget-title, .front-page-4 .widget-title, .front-page-5 .widget-title {
	margin-bottom: 5px;
	color: #26326E;
}
.front-page-2 .menu-disease-information-container, .front-page-3 .menu-our-team-container {
	background-color: #E6E6E6;
	padding: 10px;
}
.front-page-2 .menu, .front-page-3 .menu {
	border: solid 1px #706F6F;
	padding: 5px 10px;
}
.front-page-2 select, .front-page-3 select {
	background-color: #e6e6e6;
	border: solid 1px #706F6F;
}
.front-page-2 a, .front-page-3 a {
	font-weight: 400;
	color: #706F6F;
	text-decoration: none;
}
.front-page-4 .widget, .front-page-5 .widget {
	margin-bottom: 0;
}
.front-page-4 .widget-title, .front-page-5 .widget-title {
	margin-bottom: 20px; 
}
.front-page-4 .post, .front-page-5 .rheumtv {
	float: left;
	width: 31%;
	margin-right: 2%;
	display: inline-block;
}
.front-page-4 .entry, .front-page-5 .entry {
	padding: 0;
	margin-bottom: 10px;
}
.front-page-4 .entry-title, .front-page-5 .entry-title {
	font-size: 18px;
	font-size: 1.8rem;
}
.front-page-4 .entry-title a, .front-page-5 .entry-title a {
	font-weight: 500;
	color: #26326E;
}
.front-page-4 .entry-header, .front-page-5 .entry-header {
	margin-bottom: 5px;
}
.front-page-5 {
	background: #FEFBE5;
	padding: 30px 0 30px 0;
}
.front-page-5.front-page-section {
	margin: 30px 0 0 0;
}
.front-page-section .entry-footer .entry-meta {
	border-top: none;
	padding-top: 4px;
}
@media only screen and (min-width: 1022px) {
	.site-inner.full {
		margin-top: 48px !important;
	}
}