p {
    margin-bottom: 1.2rem;
}
h5 a {
    text-decoration: underline;
}
.medium-8 a {
    text-decoration: underline;
}
#news p {
    font-size: .9rem;
    margin-bottom: 0;
}
.float-left { 
	float:left; 
	padding-right:1em; 
}
.float-right { 
	float:right; 
	padding-left:1em; 
}
.orbit-caption a {
	color: #ccc;
}
.orbit-caption a:active, .orbit-caption a:hover {
	color: #fff;
}
.person img {
	float: right;
}
.person h5 {
    font-size: 1.6rem;
}
@media all and (max-width:64em) {
	.person img {
		max-width: 200px !important;
        float: none !important;
	}
}