
/* root element for accordion. decorated with rounded borders and gradient background image */
.toolsaccordion {
	width: 100%;
   
}

.expandPlus a::after {
    content:" ";
    background: url("//vrcdn.electionsfl.org/portals/flagler/images2017/wfdown-arrow1.png") no-repeat;
    margin-left: 5px;
    height: 10px;
    width: 18px;
    position: absolute;
    margin-top: 4px;
}

.toolsaccordion h3 {
	background: transparent;
    width: 100%;
    line-height: 1.2;
    margin: 0 0 0 0;
    font-variant: normal;
    padding-left: 15px;
    padding-bottom:20px;
}


/* accordion pane */
.toolsaccordion div > .pane {
	display: none;
    background-color: #037eac;
	font-size:1em;
    width: 100%;
}


    .toolsaccordion div:target > .pane {
        display: block;
    }

.toolsaccordion A:link,  .toolsaccordion A:visited, .toolsaccordion A:active{    	
    text-decoration: none;
   
    padding-bottom: 5px;
    padding-top: 5px;
    width:100%;
    padding-right:10px;
}



.toolsaccordion div.pane a {
    color: white;
    line-height: 2;
    margin-left: 15px;
}

.toolsaccordion div.pane a:hover{
 color: #23366e;   
}
   
.toolsaccordion H3 A:link, .toolsaccordion H3 A:visited {
	color: white;
    font-family: Arial;
    background:none;
   
}







