.faqHeader {
    font-size: 27px;
    margin: 20px;
}

.panel-heading [data-toggle="collapse"]:after {
    float: right !important;
    color: white;
    content: "\f068";
    font-size: 18px;
    line-height: 22px;
    /* rotate "play" icon from > (right arrow) to down arrow */
}

.panel-heading {
    padding: 10px;
}

.panel-default {
    margin-bottom: 10px;
}

.panel-heading [data-toggle="collapse"].collapsed:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #F58723;
    content: "\f067";
}

.fa-plus:before {
    display: none !important;
    float: right !important;
}

.panel {
    border: 1px solid #014a86;
}

.panel-body {
    font-family: open sans;
    line-height: 24px;
    font-size: 14px;
    padding: 16px;
    text-align: justify;
}

.accordion-toggle {
    color: #291770;
    font-weight: 400;
    font-size: 18px;
    font-family: open sans;
    padding: 1px;
    text-align: justify;
    /* text-transform: lowercase */
}

.clickselect {
    background-color: #19488c;
    color: white !important;
}

.clickselect.collapsed {
    background-color: white;
    color: #291770 !important;
}

.clickselect.collapsed:after {
    color: #291770;
    content: "\f078";
    transform: rotate(90deg);
}

.clickselect:after {
    float: right !important;
    color: white;
    content: "\f078";
    font-size: 18px;
    line-height: 22px;
    margin-top: -25px;
}

@media only screen and (max-width:768px) {
    .accordion-toggle {
        font-size: 17px;
    }
}