  /*
Implementation Skeleton v3 - 12/6/18
Add styles to overwrite customer CSS, USE WITH CAUTION.
*/

/* make copyright symbol white */
a#de {
    color: white;
}

	
@media screen and (min-width: 768px){
.ou-accordion li.department-accordion-item {
  max-width: 100% !important;
    margin-bottom: 10px;
}
}

@media screen and (min-width: 768px){
.ou-accordion ul.department-accordion {
  display: inherit !important;
  width: 100% !important;

}
}