/* root element for accordion. decorated with rounded borders and gradient background image */

.toolsaccordion {
    background: #ffffff;
}


/* accordion header */

.toolsaccordion h2 {
    background-color: #A31217;
    height: 34px;
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    padding: 0px;
    line-height: 1.5;
}

.toolsaccordion h2 a:link,
.toolsaccordion h2 a:visited {
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    color: white;
    font-family: Verdana;
    padding-left: 0px;
}

.toolsaccordion h3 {
    background-color: #A31217;
    height: 35px;
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    padding-top: 5px;
    line-height: 0.8;
    border-bottom: 1px solid white;
    padding-left: 10px;
}

.toolsaccordion h3 a:link,
.toolsaccordion h3 a:visited {
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    color: white;
    font-family: Verdana;
    padding-left: 0px;
}


/* accordion pane */

.toolsaccordion div.pane {
    display: none;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #91a6c2;
    font-size: 14px;
    color: white;
    text-align: center;
}


/* entry inside pane with no link */

.toolsaccordion div.pane div {
    color: #ffffff;
}


/* a title inside pane */

.toolsaccordion div.pane h3 {
    font-weight: normal;
    margin: 0 0 -5px 0;
    font-size: 16px;
    color: #999999;
}

.toolsaccordion A:link,
.toolsaccordion A:visited,
.toolsaccordion A:active {
    color: #19407c;
    font-weight: bold;
    font-family: Arial;
    text-decoration: none;
    margin-bottom: 5px;
}

.pane a:link,
.pane a:visited {
    color: white;
    line-height: 120%;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 0px;
}

.pane a:hover,
.pane a:link:active {
    color: #00224f;
}

@media (min-width: 1281px) {
    .toolsaccordion h3 {
        height: 45px;
        padding-top: 0px;
        text-align: center;
    }
    .toolsaccordion h3 a:link,
    .toolsaccordion h3 a:visited {
        font-size: 16px;
    }
}

@media (min-width: 1343px) {}

@media (max-width: 1280px) {
    .toolsaccordion h3 {
        width: 100%;
        height: 45px;
        text-align: center;
    }
    .toolsaccordion h3 a:link,
    .toolsaccordion h3 a:visited {
        font-size: 16px;
        line-height: 1.2;
    }
}

@media(max-width: 991px) {
    .toolsaccordion {
        width: 100%;
    }
    .toolsaccordion h3 {
        text-align: center;
    }
}