#sidebar #deptinfo div.feature-box{
	margin-top: 0;		
}

#deptinfo a.button{
	text-decoration: none;
}

h3 a{
	font-size: 1.3rem;
}

.slick{
	margin-bottom: 2rem;
}

.buttons{
    display: block;
    position: absolute;
    margin-top: -1.7em; 
	margin-bottom: 1rem;
    left: auto;
    right: 15px;
    height: auto;
	
}

button {
    background: #002E66;
    color: #FFFFFF;
    border: none;
/*     border-radius:15px; */
    position: relative;
    padding: 2px 8px 2px;
    min-width: 100px;
/*     top: -52px; */
	font-weight: bold;
  }

button:hover {
	background: #FFBE00;
	color: #002E66;
	font-weight: bold;
}

.spacer{
	min-height: .5rem;
}

.department #contentcontainer .col-md-4 h3 {
	color: #ffffff;
	text-align: center;
}

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

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

@media (max-width: 767px){
	
.department #contentcontainer img {
    display: initial;
}

}

@media (min-width: 768px) { 
	.buttons {
		margin-top: -1.4em;
	}
	.spacer{
		min-height: 0;
	}
}