.bg-transition {
  -webkit-transition: background-color 650ms linear 200ms;
  -moz-transition: background-color 650ms linear 200ms;
  -ms-transition: background-color 650ms linear 200ms;
  -o-transition: background-color 650ms linear 200ms;
  transition: background-color 650ms linear 200ms;

  background-color: rgba(0, 0, 0, 0)!important;
}

.module-ocdepartment {}
.module-ocdepartment .module-heading {}
.module-ocdepartment .list-group {}
.module-ocdepartment .list-group-item {
border-left: none;
    border-right: none;
    border-radius: 0;
    border-bottom: none;
    padding-left: 0;
    padding-right: 0;  
}

.module-ocdepartment .list-group-item[data-toggle="collapse"] { cursor: pointer; position: relative; }
.module-ocdepartment .list-group-item[data-toggle="collapse"]::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: url(../../aurus/image/arrow-down.svg) no-repeat 0 50%;
    background-size: 15px;
    right: 0;
    top: 15px;
    transform: rotate(-90deg);
    transition: transform 200ms;
}

.module-ocdepartment .list-group-item[data-toggle="collapse"][aria-expanded="true"]::after {
  transform: rotate(0deg);
}

.module-ocdepartment .list-group > div > .list-group-item {
font-size: 1.5rem;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -10px;
    margin-right: -10px;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.module-ocdepartment .collapse .list-group-item:hover {}

.module-ocdepartment > .list-group > .list-group-item:first-child { border-top: none; }
.module-ocdepartment .collapse .list-group-item:first-child { border-top: none; }

.module-ocdepartment .collapse > .list-group-item:first-child,
.module-ocdepartment .collapsing > .list-group-item:first-child,
.module-ocdepartment .carousel-inner > .item > .list-group-item:first-child {
	border-top-width: 1px;
}

.module-ocdepartment .carousel-inner > .item > .list-group-item:first-child,
.module-ocdepartment .carousel-inner > .item > .ocd-child-collapse > .list-group-item:last-child,
.module-ocdepartment .ocd-child-carousel + .list-group-item,
.module-ocdepartment .ocd-child-carousel + .list-group-item:hover,
.module-ocdepartment .ocd-child-carousel + .list-group-item:focus,
.module-ocdepartment .ocd-child-collapse + .list-group-item,
.module-ocdepartment .ocd-child-collapse + .list-group-item:hover,
.module-ocdepartment .ocd-child-collapse + .list-group-item:focus{
  border-bottom-width: 0;
}

.module-ocdepartment .list-group-item[data-toggle]:hover,
.module-ocdepartment .list-group-item[data-slide]:hover {
	border-left-width: 0;
	border-right-width: 0;
}

.module-ocdepartment .list-group-item[data-toggle]:hover,
.module-ocdepartment .list-group-item[data-slide]:hover {
	border-left-width: 0;
	border-right-width: 0;
}

#ocdepartment-mobile-container{}
#ocdepartment-mobile-container .module-ocdepartment{margin: 0 -15px; border: none;}