.books-accordion .panel-title > a:hover {
      text-decoration: none;
    }

.accordion-toggle:focus {
    text-decoration: none;
}

.books-accordion{        
	/* margin: 2em 0; */
    /*font-family: 'LibreFranklin-Regular';*/
	/* font-size:15px; */
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
}

.books-accordion .panel-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size:24px;
}  

.accordion-title{
	margin-bottom: 1em;
    display: block;
    font-family: 'LibreFranklin-Bold';
    font-size:18px;
}            
.books-accordion .panel {
    border-radius: unset;
    margin-bottom: 0;
    border: none;
}

.books-accordion .panel-heading{
    border-color: unset;
    border-bottom: 1px solid #ffffff;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
}



.books-accordion .panel-title > a {
    color: #ffffff;
}                        

#ac_accordioncomponent{
margin-top: 13px;
}



.panel-heading .accordion-toggle:after {


    float: right;       
    color: grey;        
}

span.glyphicon {
	position: relative;
	top: 0;
    display: block;
}

.accordion-toggle.panel-heading.active .panel-title .glyphicon:before{
    content: url("../../../../content/dam/imf/am_enhancements/downarrow.png");
    color: #FFFFFF;
    float: right;
}

.accordion-toggle.panel-heading .panel-title .glyphicon:before{
    content: url("../../../../content/dam/imf/am_enhancements/rightarrow.png");
    float: right;
}


.accordion-toggle.panel-heading.active{
border: 1px solid #1C75BC;


        }



.accordion-toggle.panel-heading.active .panel-title{
	font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size:24px;
}

.accordion .panel-heading {
    padding: 10px 15px !important;
    cursor: pointer;
    }
