.department #sidebar #deptinfo p {
	margin-top: 1.5em !important;
}

.department #career-pathways h3 {
	color: #ffffff;
	text-align: center;
}

.img-round{
	border-radius: 50%;
	
}

.arts{
	border: .5em solid #439395;
}


.zoom {
  overflow: hidden;
  position: relative;
	/*width: 400px;*/
	
}
			
.img {
	transition: transform 0.25s;
	display: block;
	width: 100%;
	}
	
.overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	color: #ffffff;
	font-family: 'Quicksand', sans-serif;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.25s;		
			}
			
.overlay>* {
	transform: translateY(20px);
	transition: transform 0.25s;
}
			
.overlay:hover {
	opacity: .5;
}

.overlay:hover>* {
	transform: translateY(0);
}
			
.zoom:hover img{
  transform: scale(1.1);
}
			
			
			
/*.grid-imgs {
			cursor: pointer;
			}*/
	
.img-container {
  position: relative;
  text-align: left;
  color: #002E66;
}
			
/* Bottom left text */
.bottom-text {
  position: absolute;
  bottom: -12px;
  /*left: 150px;*/
			
}
	
.bottom-text p{
	font-weight: bold;
	background-color: hsla(0,0%,100%,0.8);
	padding: .4rem .7rem .3rem .7rem;
	text-shadow: 1px 1px #cecece;
	}



@media (min-width: 1024px){
	#two-col-spacer{
		margin-bottom: 1em;
	}
}

@media (max-width: 767px){
	
.department #contentcontainer img {
    display: initial;
}
	
.lead {
	font-size: 21px;
}
	
.bottom-text{
	bottom: 10px;
}

}

@media (max-width: 992px) {
	
	.grid-imgs{
		margin-bottom: 1em;
	}
	
}