.padding-zero
{
	padding-top:0rem !important;
}
.shadow1
{
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
border-radius: 6px;
}
.btn-expand-all
{
  /* width: 9rem !important; */
  font-family: "adobe-clean", sans-serif;
  padding: 1.8rem;
  padding-left: 0rem !important;
  text-align: right;
  float: left;
  background:white;
  color: #444;
  cursor: pointer;
  border: none;
  text-align: right !important;
  outline: none;
  font-size: 15px;
  transition: 0.4s;	
}
.accordion h2
{
    font-size: 2.4rem;
	font-family: "adobe-clean", sans-serif;
    padding-top: 0px !important;
    font-weight: 500;
}
.panel
{
	font-family: "adobe-clean", sans-serif;
}
.accordion 
{
  background: white; 
  font-size: 1.5rem;
  line-height: 2.8rem;
  border-top: 1px #999999 solid !important;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  color: #444;
  cursor: pointer;
  padding: 1rem;
  padding-left: 0rem !important;
  width: 100%;
  text-align: left;
  outline: none;
  transition: 0.4s;
}

.accordion-active{
    margin-top: 10px !important;	
}

.active, .accordion:hover {
}

.panel {
  padding: 0 18px;
  padding-left: 0px !important;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
