.expanderas{
     width:100%;
     position: relative;
}
.expanderas-heading{
    cursor:pointer;
    font-size:13px;
}
.expanderas-wrapper{
   overflow: hidden;
}
.expanderas-heading a {
    font-family: arial,sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    text-decoration: none; 
}
.exp-collapse {
    display: none;
}
.exp-collapse.exp-in {
    display: block;
}
.exp-collapsing {
    position: relative;
    overflow: hidden;
}


/* Style 1 */
.expanderas--style1 .expanderas-heading{
    padding:7px 7px 7px 7px; 
    margin-top:2px;
    color: #006490!important;
    background-color: #FFFFFF;
    border: none;
}
.expanderas--style1 .expanderas-heading:hover{
    background-color: #E5F1F4 !important;
}
.expanderas--style1 .expanderas-heading-open{
    background-color: #E5F1F4 !important;
    border-bottom: none;
}
.expanderas--style1 .expanderas-heading a {
   text-decoration: none;   
}
.expanderas--style1 .expanderas-heading:hover a{
    text-decoration: underline;
}
.expanderas--style1 .expanderas-wrapper {
    border:none;
    padding: 15px 0 10px 0 !important;
}

/* Style 2 */
.expanderas--style2 .expanderas-heading{
    padding:7px 7px 7px 7px; 
    margin-top:2px;
    background-color: #F5F5F5;
    color: #006490!important;
    border: #C9C9C9 solid 1px;
}
.expanderas--style2 .expanderas-heading:hover{
    background-color: #E5F1F4 !important;
}
.expanderas--style2 .expanderas-heading-open{
    background-color: #E5F1F4 !important;
    border-bottom: none;
}
.expanderas--style2 .expanderas-wrapper {
    padding: 10px;
    border: #C9C9C9 solid 1px;
    border-top: none;
}

/* Style 3 */
.expanderas--style3 .expanderas-heading{
    padding:5px 0;
    color: #006490!important;
    border: none;
    background-position: 15px center;
}
.expanderas--style3 .expanderas-heading a {
    text-decoration: none;   
}
.expanderas--style3 .expanderas-heading:hover a{
    text-decoration: underline;
}
.expanderas--style3 .expanderas-heading-open{
    border-bottom: none;
}
.expanderas--style3 .expanderas-head {
    color: #006490!important;
}
.expanderas--style3 .expanderas-wrapper {
    padding: 0 0 25px 15px;
    border: none;
}

/* Style 4 */
.expanderas--style4 .expanderas-heading{
    padding: 10px 0 10px 5px;
    margin-top: 2px;
    background-color: #FAFAFA;
    color: #006490!important;
    border: #ECEBEB solid 1px;
}
.expanderas--style4 .expanderas-heading:hover{
    background-color: #EEEEEE;
}
.expanderas--style4 .expanderas-heading-open{
    background-color: #EEEEEE !important;
}
.expanderas--style4 .expanderas-wrapper {
    padding: 15px;
    border: #ECEBEB solid 1px;
    border-top: none;
}


/* Style 5 */
.expanderas--style5 .expanderas-heading{
    padding: 14px 20px 14px 25px;
    background-color: #f2f4f5;
    color: #006490!important;
    border: #c4c9cc solid 1px;
    border-top: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.expanderas--style5 .expanderas-heading a {
    flex: 1;
}
.expanderas--style5 .expanderas-heading.first-exp {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: #c4c9cc solid 1px;
}
.expanderas--style5 .expanderas-heading.last-exp {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.expanderas--style5 .expanderas-heading.expanderas-heading-open.last-exp {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.expanderas--style5 .expanderas-wrapper:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
    
.expanderas--style5 .expanderas-heading:hover{
    background-color: #e6f1f7;
}
.expanderas--style5 .expanderas-heading-open{
    background-color: #FFF !important;
}
.expanderas--style5 .expanderas-wrapper {
    padding: 30px 20px 40px;
    border: #c4c9cc solid 1px;
    border-top: none;
}


/* CSS Icons - plus, minus, chevron up, chevron down & animations */

.icon-before,
.icon-after {
    display: none;
}


.expanderas--style1 .expanderas-heading .icon-before,
.expanderas--style2 .expanderas-heading .icon-before,
.expanderas--style3 .expanderas-heading .icon-before,
.expanderas--style4 .expanderas-heading .icon-before,
.expanderas--style5 .expanderas-heading .icon-after,
.expanderas--style6 .expanderas-heading .icon-after{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.expanderas-heading .icon-before,
.expanderas-heading .icon-after {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    cursor: pointer;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 16px;
    transition: 0.3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 16px;
    background: transparent;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}

.expanderas-heading .icon-before {
    float: left;
}
.expanderas-heading .icon-after {
    float: right;
}

.expanderas-heading .icon-before > *,
.expanderas-heading .icon-after > * {
    display: block;
}
.expanderas-heading .icon-before:hover,
.expanderas-heading .icon-before:focus,
.expanderas-heading .icon-after:hover,
.expanderas-heading .icon-after:focus {
    outline: none;
}
.expanderas-heading .icon-before::-moz-focus-inner,
.expanderas-heading .icon-after::-moz-focus-inner {
    border: 0;
}

.expanderas-heading .icon-before,
.expanderas-heading .icon-after {
    height: 14px;
    position: relative;
    width: 14px;
    top: 2px;
    margin-right: 5px;
}
.expanderas-heading .icon-before::before, .expanderas-heading .icon-before::after,
.expanderas-heading .icon-after::before, .expanderas-heading .icon-after::after {
    content: "";
    border-radius: 2px;
    display: block;
    width: 85%;
    height: 20%;
    position: absolute;
    top: 37%;
    left: 8%;
    transition: 0.2s;
    background: #006a8d;
}

.expanderas-heading .icon-before:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.expanderas-heading.expanderas-heading-open .icon-before.icon-transform::before {
    -webkit-transform: rotate(180deg) translate(0, 0);
    transform: rotate(180deg) translate(0, 0);
    width: 62%;
}

.expanderas-heading.expanderas-heading-open .icon-before.icon-transform::after {
    -webkit-transform: rotate(-180deg) translate(-37.5%, 0);
    transform: rotate(-180deg) translate(-37.5%, 0);
    width: 62%;
}


.expanderas-heading .icon-after::before {
    left: 5%;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    width: 59%;
}
.expanderas-heading .icon-after::after {
    left: auto;
    right: 10%;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 60%;
}
.expanderas-heading.expanderas-heading-open .icon-after.icon-transform::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.expanderas-heading.expanderas-heading-open .icon-after.icon-transform::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}