﻿.faq-lvl1 {
    color: #000;
    padding-top: 5px;
    border-bottom: solid 0.05em rgba(163, 163, 163, 0.4);
}

    .faq-lvl1 h5 {
        line-height: 30px;
        margin-bottom: 0;
    }

    .faq-lvl1:hover:after {
        content: "";
        /*background-color: #1c4d92;*/
        background-color: rgb(0, 235, 175);
        position: absolute;
        right: 0;
        top: 0;
        width: 35px;
        height: 30px;
    }

    .faq-lvl1:hover {
        cursor: pointer;
        /*border-bottom: solid #1c4d92;*/
        border-bottom: solid rgb(0, 235, 175);
        color: #000;
    }

    .faq-lvl1:active {
        cursor: pointer;
        border-bottom: solid #1c4d92;
        color: #000;
    }
@media (max-width: 767px) {
    .faq-lvl2 {
        /*color: #008CBE;*/
        color: #095C5B;
        padding-top: 5px;
        margin-bottom: 5px;
    }
}

@media (min-width:768px) {
    .faq-lvl2 {
        /*color: #008CBE;*/
        color: #095C5B;
        padding-top: 5px;
        margin-bottom: 15px;
    }
}

.faq-lvl2:hover {
    cursor: pointer;
    text-decoration: underline;
}

.faq-lvl2:active {
    cursor: pointer;
    text-decoration: underline;
}