﻿/* default hero image definitions */
@media all {
	.directory-profile .roles .role {
		display: none;
	}

		.directory-profile .roles .role:first-child {
			display: block;
		}

	#mainnav a[href="/credc"] { display: none; }

}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 575px) {
}




