/* root element for accordion. decorated with rounded borders and gradient background image */

.toolsaccordion {
    width: 55%;
}

@media (max-width: 997px) {
    .toolsaccordion {
        width: 57%;
    }
}


/* .expandPlus a::after {
    font-family: Glyphicons Halflings;
    content: "\e257";
    margin-left: 88%;
    height: 17px;
    width: 21px;
    position: absolute;
    margin-top: -17px;
    display: flex;
    flex-flow: column-reverse;
    /* color: #be1e2d; 
    transition: transform .25s linear;
} */


/* .starredBlock a::after {
    transition: transform .25s linear;
    transform: rotate(-90deg);
    font-family: Glyphicons Halflings;
    content: "\e257";
    margin-left: 88%;
    height: 17px;
    width: 21px;
    position: absolute;
    margin-top: -22px;
    display: flex;
    flex-flow: column-reverse;
} */

.toolsaccordion h3 {
    width: 100%;
    line-height: 3;
    margin: 0px;
}


/* accordion pane */

.accordionDiv {
    background: #080a6b;
}


/* h3.starredBlock {
    background: linear-gradient(to bottom, #e9eef3, #c7cfd7);
}

h3.expandPlus {
    background: linear-gradient(to bottom, #e9eef3, #c7cfd7);
} */

.toolsaccordion div>.highpane {
    font-size: 13px;
    width: 100%;
    background: #022f63;
    display: none;
}

.toolsaccordion div:target>.highpane {
    display: block;
}

.toolsaccordion div>.lowpane {
    font-size: 13px;
    width: 100%;
    display: none;
}

.toolsaccordion div:target>.lowpane {
    display: block;
}

.toolsaccordion a,
.toolsaccordion A:visited,
.toolsaccordion A:active {
    text-decoration: none;
    padding-left: 40px;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 100%;
    padding-right: 10px;
}

.toolsaccordion a:first-child {
    padding-top: 12px;
}

.toolsaccordion a:last-child {
    padding-bottom: 12px;
}

.toolsaccordion div.highpane a {
    color: white;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3em;
}

.toolsaccordion H3 A:link,
.toolsaccordion H3 A:visited {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-left: -15px;
    padding-left: 55px;
    font-size: 20px;
    background: none;
}

.toolsaccordion H3 A:Hover {
    color: #f03538;
}

.toolsaccordion div.highpane a:hover {
    color: #f03538;
}

.toolsaccordion div.highpane h4 a,
.toolsaccordion H4 A:visited {
    /* color: #20409a !important; */
    font-family: Arial;
    font-weight: bold;
    margin-left: -10px;
    font-size: 15px;
    background: none;
}

.toolsaccordion H4 A:Hover,
.toolsaccordion div.lowpane a:hover {
    color: #be1e2d;
}

.expandPlus a::after {
    font-family: Glyphicons Halflings;
    content: "\e257";
    margin-left: 65%;
    height: 17px;
    width: 21px;
    position: absolute;
    margin-top: -16px;
    display: flex;
    flex-flow: column-reverse;
    color: white;
    transition: transform .25s linear;
}

.starredBlock a::after {
    transition: transform .25s linear;
    /* transform: rotate(-90deg); */
    font-family: Glyphicons Halflings;
    content: "\e257";
    margin-left: 65%;
    height: 17px;
    width: 21px;
    position: absolute;
    margin-top: -16px;
    display: flex;
    flex-flow: column-reverse;
}

@media (max-width: 991px) {
    .toolsaccordion {
        width: 95%;
    }
    .toolsaccordion H3 A:link,
    .toolsaccordion H3 A:visited {
        font-size: 18px;
    }
    h4.expandPlus {
        padding-top: 15px;
    }
    h4.starredBlock {
        padding-top: 15px;
    }
}

@media (max-width: 767px) {
    .toolsaccordion {
        width: 170%;
    }
    .toolsaccordion H3 A:link,
    .toolsaccordion H3 A:visited {
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    .expandPlus a::after {
        margin-left: 55%;
    }
    .starredBlock a::after {
        margin-left: 55%;
    }
    .toolsaccordion {
        width: 175%;
    }
}

@media (max-width: 414px) {
    .toolsaccordion {
        width: 213%;
    }
}

@media (max-width: 375px) {
    .toolsaccordion H3 A:link,
    .toolsaccordion H3 A:visited {
        margin-left: -25px;
    }
    .toolsaccordion {
        width: 170%;
    }
    .expandPlus a::after {
        margin-left: 75%;
    }
    .starredBlock a::after {
        margin-left: 75%;
    }
}

@media (max-width: 320px) {
    .toolsaccordion {
        width: 182%;
    }
    .expandPlus a::after {
        margin-left: 70%;
    }
    .starredBlock a::after {
        margin-left: 70%;
    }
}