.department #contentcontainer h3{
    background-color: #002e66;
    border-bottom: .2em #ffbe00 solid;
    font-weight: 500;
}

.department #contentcontainer h3 a {
    color: #ffffff;
    font-size: 1.5rem;
	
}

#contentcontainer .block-square h3{
	display: flex;
    -ms-flex-align: center!important;
    align-items: center!important;
	justify-content: center;
	min-height: 115px;/*295px;*/
	margin-bottom: 0px;
}

footer {
	font-size: .75em;
	padding: .75em .75em .75em .75em;
	border-top: .1em #cecece solid;
	border-left: .1em #cecece solid;
	border-right: .1em #cecece solid;
	border-bottom: .1em #cecece solid;
	background-color: #f5f2f2;
	min-height: 10.5em;
}