.block h3{
	margin-top: initial;
}

img{
	border: 0;
}

.intro_p{
	line-height: 1.5;
	line-height: 2;
    padding-left: 1.429rem;
}

.ec-bg{
	background-image: url("/about/president/_includes/images/ec-connect-bg-2.png");
	background-repeat: no-repeat;
	background-position: right;
}

.img_right {
	width: 24%;
	float: right;
	margin-right: 1em;
}

.knotts_div .well.blue{
	background-color: #E9EFFF;
	margin-bottom: 2.5rem;
}

.registration{
	margin: 2.5rem 0;
}

.light_blue_well_2 .well.blue {
	background-color: transparent;
}

@media (max-width: 992px){
	.img_right{
		width: initial;
		float: initial;
	}
	
	.ec-bg{
	background-image: none;
}
	
}