/* 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: 8px;
}

.toolsaccordion h3 {
    background: transparent;
    width: 100%;
    line-height: 1.2;
    margin: 0 0 0 0;
    font-variant: normal;
    padding-left: 15px;
    /* padding-bottom:20px; */
    padding: 10px;
    font-size: 1.1em;
}


/* accordion pane */

.toolsaccordion div>.pane {
    display: none;
    background-color: #012e84;
    font-size: 1em;
    width: 100%;
    /* position: absolute;
    left: 248px;
    top: -5px;
    border-top: 5px solid #14477b;
    box-shadow: 0px 5px 10px black; */
}

.toolsaccordion div:target>.pane {
    display: block;
}

.toolsaccordion A:link,
.toolsaccordion A:visited,
.toolsaccordion A:active {
    text-decoration: none;
    color: black;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 100%;
    padding-right: 10px;
}

.toolsaccordion h3 a {
    color: black;
}

.toolsaccordion div.pane a {
    color: black;
    line-height: 2;
    padding-left: 15px;
}

.toolsaccordion div>.pane a:hover,
.toolsaccordion div>.pane a:focus {
    background-color: #b50246;
}

.toolsaccordion H3 A:link,
.toolsaccordion H3 A:visited {
    color: black;
    font-family: Arial;
    background: none;
}