  .mmfair-header {
    display: block;
	background-color: #4c2683;
	color: #fff;
	padding: 20px;
	margin: 1em auto 0px auto;
	border-radius: 4px 4px 0 0;
}

.mmfair-header img {
	display: block;
	width: 100%;
	max-width: 300px;
	height: auto;
	margin: auto;
}

.mmfair-olmsted {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 0 0 4px 4px !important;
	margin-bottom: 1em;
	margin-top: 0px;
}

.mmfair-areas {
	margin-bottom: 2em;
}

#randomPerson {
	background-color: #f9f9f9;
	border-left: 10px solid #F36F21;
	border-right: 10px solid #F36F21;
	border-top: 10px solid #F36F21;
	border-bottom: 10px solid #F36F21;
	margin-bottom: 20px;
	margin-top: 20px;
	min-height: 120px;
	padding: 20px 20px 20px 20px;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
}

#randomPersonData {
/* 	padding-left: 250px; */
}

#randomPersonData ul {
	margin: 0px;
	padding: 0px;
}

#randomPersonData p {
	font-size: 105%;
	line-height: 1.4;
}

#randomPersonData a {
	font-weight: normal;
	text-decoration: underline;
}

#personPhoto {
	float: left;
	max-height: 200px;
	max-width: 200px;
}

.browseBy {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

.styledSelect select {
	font-size: 1em;
	width: 100%;
}

.alumniStudent {
	background-color: #f9f9f9;
	border-bottom: 1px dashed #ddd;
	border-top: 1px solid #F36F21;
	padding: 20px;
	margin-bottom: 10px;
	min-height: 80px;
}

.alumniStudent:last-of-type {
	margin-bottom: 20px;
}

.alumniStudent div.details {
	padding-left: 100px;
	margin-bottom: 0px;
}

.alumniStudent div.details a {
	font-weight: normal;
	text-decoration: underline;
}

.alumniStudent .alumniStudentPhoto {
	float: left;
	max-width: 85px;
	max-height: 85px;
}

.resources {
    background-color: #f68b1f;
    color: white;
    padding-top: 3em;
    padding-bottom: 3em;
}
.resources h3 {
    font-size: 220%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}
.resources ul {
    list-style-type: none;
}
.resources ul a {
    color: white;
    display: block;
    border-bottom: 1px solid white;
    margin-right: 1em;
    margin-bottom: 6px;
    position: relative;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 40px;
}
.resources ul a::after {
    content: '\2B95';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1.6;
    background-color: white;
    color: black;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    border-radius: 20px;
}

.resources ul a:hover {
    text-decoration: none;
    border-bottom: 3px solid white;
    padding-bottom: 4px;
}

/* Small devices (tablets, 768px and up) */
 @media (min-width: 768px) {
     .resources ul {
         columns: 2;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	
	.mmfair-header { margin-top: 2em; }
	
	.mmfair-areas {
		column-count: 2;
		width: 75%;
	}

}