
.accordion-wrapper{width:100%; height:auto;}

a:hover, a:focus {
  text-decoration: none;
  outline: 0 none;
}

.page-header {
  color: #fff;
  padding: 5rem 6rem;
  text-align: center;
  background-image: linear-gradient(120deg, #155799, #159957);
}

.btn {
  display: inline-block;
  margin-bottom: 1rem;
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-width: 1px;
  border-radius: 0.3rem;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}

.btn + .btn { margin-left: 1rem; }

.btn { padding: 0.75rem 1rem; }


.btn:hover {
  color:rgb(255, 255, 255);
  text-decoration: none;
  border-color: rgb(255, 255, 255);
}


section { margin: 150px 0; }


/* accordion style */


.ac-pane { margin-bottom: 15px; background-color:#4a4a4c; color:#fff;}

.ac-pane:last-child { margin-bottom: 0; }

.ac-content { display: none; }

.ac-content p{ height:auto; font-size:13px; font-family:regular;}

.ac-title {
  border: 1px solid #fff;
  color:#4a4a4c;
  display: block;
  padding: 12px;
  background-color:#fcc024;
}

.ac-title i {
  float: right;
  font-size: 20px;
}

.ac-title i:before { content: "\f107"; }

.active .ac-title i:before {content: "\f107";}

.ac-content { 
  font-size:100%;
  border: 1px solid #fff;
  margin-top: -1px;
  padding: 15px;
  height:auto;
}
