/* =WordPress Core
-------------------------------------------------------------- */
.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;
}


.wpcf7{
	padding:29px !important;
	margin:0 0 20px !important;
}

.advisory-board .activeboard a, .advisory-board .activeboard a:hover
{
	background:#dbbc6a;
	color:#fff;
}

.researchers .activeresearcher a, .researchers .activeresearcher a:hover
{
	background:#dbbc6a;
	color:#fff;
}

.support-staff .activestaff a, .support-staff .activestaff a:hover
{
	background:#dbbc6a;
	color:#fff;
}

.side-nav .children
{
	display:none !important;
}

@media only screen and (max-width:979px){
	.wpcf7{padding:20px 15px !important;}
}
@media only screen and (max-width:767px){
	.wpcf7{padding:15px 10px !important;}
}

.subscribe-section .mc_custom_border_hdr
{
	display:none !important;
}