{campus_css}

.mini_linkage {
  position: relative;
  min-height: 140px;
  margin-bottom: 10px;
}

.mini_linkage h3 a, h2 a {
color: #7f6732; 
}

.mini_linkage h3 a:hover, h2 a:hover {
color: #000; 
}

.toolbox h6, .toolbox a:link {
color: #000 !important;
}

	.video_frame {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
	z-index: 2;
}
 
.video_frame iframe, 
.video_frame object, 
.video_frame embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 2;
}