/* root element for accordion. decorated with rounded borders and gradient background image */


/* .toolsaccordion {
    width: 216px;
    background-color: #182653;
	background-image: url(images/wf_menumiddle.jpg);
    background-repeat: no-repeat;
}

.accordionDiv h3{
    background-color: #182653;
	background-image: url(images/wf_menumiddle.jpg);
    background-repeat: no-repeat;
	height: 27px;
    width: 200px;
} */

.accordionDiv,
.home {
    background-color: #214576;
    min-height: 40px;
}


/* .accordionDiv {
    box-shadow: 0px -1px 6px 0px black;
} */


/* accordion header */

.toolsaccordion {
    z-index: 9;
    position: absolute;
}

.toolsaccordion h2 {
    font-family: 'Bebas Neue', cursive;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    color: #ffffff;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 1.5em 2em;
    text-transform: uppercase;
}

.toolsaccordion h3 {
    font-family: 'Bebas Neue', cursive;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    color: #ffffff;
    margin-bottom: 0px;
    padding: 1.5em 2em;
    text-transform: uppercase;
}

.toolsaccordion h2:hover,
.toolsaccordion h2:focus,
.toolsaccordion h3:hover,
.toolsaccordion h3:focus {
    background-color: #456592;
}


/* accordion pane */

.toolsaccordion div.pane {
    display: none;
    font-size: 13px;
    margin-top: 6px;
}


/* entry inside pane with no link */

.toolsaccordion div.pane div {
    width: 216px;
    color: #ffffff;
}


/* a title inside pane */

.toolsaccordion div.pane h3 {
    font-weight: normal;
    margin: 0 0 -5px 0;
    font-size: 16px;
    color: #ffffff;
}

.toolsaccordion A:link,
.toolsaccordion A:visited,
.toolsaccordion A:active {
    color: #ffffff;
    font-family: 'Mulish', sans-serif;
    text-decoration: none;
    font-size: 13px;
    font-weight: normal;
}

.toolsaccordion A:active,
.toolsaccordion A:hover {
    color: #ffffff;
    font-family: 'Mulish', sans-serif;
    text-decoration: none;
}

.pane a:link,
.pane a:visited {
    padding-bottom: 7px;
    padding-left: 25px;
    padding-right: 15px;
    margin: 0px;
    padding-top: 7px;
    background-color: #214576;
    color: #ffffff;
}

.pane a:hover,
.pane a:active {
    color: #ffffff;
    background: #456592;
}

.home {
    padding-bottom: 0px;
}

.home a {
    padding: 0px !important;
}

.home a:link:hover,
.home a:active,
.home a:visited {
    color: white;
    background-color: #456592;
}

.home a:link {
    padding-left: 15px;
}

.toolsaccordion H3 A:link,
.toolsaccordion H3 A:visited,
.toolsaccordion H3 A:active {
    color: #ffffff;
    font-family: 'Bebas Neue', cursive;
    font-size: 1.3em;
}

.starredBlock a {
    border-bottom: 5px solid #be1e2d;
}


/* .pane a:last-child {
    border-bottom: 5px solid #be1e2d;
} */

.toolsaccordion H2 A:link,
.toolsaccordion H2 A:visited,
.toolsaccordion H2 A:active {
    color: #ffffff;
    font-family: 'Bebas Neue', cursive;
    font-size: 1.3em;
}

h3 {
    margin-bottom: 8px;
    letter-spacing: normal;
    line-height: 25px;
}

.toolsaccordion h3.currentblock {
    padding-bottom: 0;
    margin-bottom: -8px;
}

@media (min-width: 992px) {
    .toolsaccordion {
        position: relative;
        padding-bottom: 20px;
        top: 0px !important;
    }
}

@media (max-width: 1200px) {
    .toolsaccordion h2,
    .toolsaccordion h3 {
        padding: 1em 2em;
    }
}