.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 20px;
}

.panel p>b {
  margin-top: 500px;
}

.panel ul li {
    color: #9A9A9A;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    position: relative;
}

.panel ul li:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #00AEEF;
    border-radius: 50%;
    top: 9px;
    left: 0;
}

.program-list ul li {
    color: #9A9A9A;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    position: relative;
}

.program-list ul li:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #00AEEF;
    border-radius: 50%;
    top: 9px;
    left: 0;
}

.program-list h2 {
    margin-top: 50px;
}


#epage_description ul {
    list-style: unset !important;
}

#epage_description li {
    display: list-item !important;
}


