.accordion {
    position: relative;
}

h4.panel-title {
    display: block;
}

h4.panel-title:hover {
    text-decoration: none;
}

h4.panel-title {
    padding: 10px 10px 10px 20px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px 5px 5px 5px;
    margin: 0px 0px 8px 0px;
    transition: all 0.3s ease-out;
    position: relative;
   /* background: #003385;*/
    font-weight: 400;
}

h4.panel-title a:after {
    content: "\f07d";
    font-family: 'fontawesome';
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

h4.panel-title a { display: block;}

.panel-title a em {
    float: right;
    margin-right: 20px;
}

.panel-title h4 a em span { display: none; }

.panel-content {
    padding: 12px;
}

h4.panel-title a {
    color: unset !important;
}
