.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.panelpad {
    padding: 10px 0px 0px 10px;
}.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.panelpad {
    padding: 10px 0px 0px 10px;
}

.purple {
    background-color:#D7BCE3;
    margin:10px;
}
.blue {
    background-color:#EBF5FF;
    margin:10px;
}
.green {
    background-color:#D8E8E1;
    margin:10px;
}

.logo-a__img {
    width: 200px;
}

img.grieflossimg{
    float: right;
    margin-left:12px;
    width:100%;
    max-width:400px;
}


.purple {
    background-color:#D7BCE3;
    margin:10px;
}
.blue {
    background-color:#EBF5FF;
    margin:10px;
}
.green {
    background-color:#D8E8E1;
    margin:10px;
}

@media only screen and (max-width: 520px) {
    img.ezimage {
        float: none !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .abtme-img {
    text-align: center;
    }    
}