.container.max-width.faq-search {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #c02d47;
}

.bg-middle {
    min-height: 20vh !important;
    background: #c02d47;
}

ul.faq_container {
    text-align: left;
    list-style: none;
    font-size: 16px;
}

ul.faq_container li {
    margin-bottom: 10px;
}

ul.faq_container li a,
.bread_faq li.active {
    color: #bd2e4b;
    cursor: pointer;
}

ul.faq_container li a:hover {
    text-decoration: underline;
}

ul.bread_faq {
    text-align: left;
    font-size: small;
    list-style-type: none;
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

ul.bread_faq,
.bread_faq li:not(:first-child):before {
    color: #6a7989;
}

.bread_faq li {
    float: left;
}

.bread_faq li.active:hover {
    text-decoration: underline;
}

.bread_faq li:not(:first-child):before {
    margin-left: 5px;
    margin-right: 5px;
    content: "/";
}

.faq_description {
    display: none;
    text-align: left;
    min-height: 300px;
}

.faq_description p {
    line-height: 1.7;
    font-size: 16px;
}

.faq_description h2 {
    padding-bottom: 10px;
    color: #555555;
    line-height: 1.2em;
}

ul.faq_container li a.novalue {
    color: #9f9fa0;
}

@media screen and (max-width: 543px) {
    .index_faq ul.faq_container {
        padding: 0;
    }

    .index_faq .six.columns {
        width: 98%;
    }
}


body {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.boxSearchFaqs {
    padding: 2rem;
}

.inputSearch {
    min-height: 2em;
    text-align: left;
    box-sizing: border-box;
    display: block;
    width: calc(100% - 2rem);
    height: 45px;
    font-size: 15px;
    line-height: 1.42857143;
    border: 1px solid #c6d1df;
    background-color: #fff;
    border: 2px solid #dce4ec;
    border-radius: 4px;
    box-shadow: none;
    transition: border-color ease-in-out .15s;
    padding: 0.5rem;
}

.inputSearch:focus {
    border-color: black;
}