/* --------------------
 FAQ
-------------------- */
.faq {
    /*margin: 0 0 100px;*/
}

.faq__overview {
    margin: 0 0 50px;
}

.faq__list {
    margin: 0 0 100px;
}

@media (min-width: 768px) {
    .faq__overview {
        margin-bottom: 80px;
    }
}

.faq__overview__title {
    border-bottom: 1px solid rgba(220, 221, 221, .5);
    color: #505050;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: .3em;
    line-height: 1.4;
    margin: 0 0 50px !important;
    padding: 30px 20px;
    text-align: center;
}

@media (min-width: 768px) {
    .faq__overview__title {
        font-size: 2.5rem;
        margin-bottom: 100px !important;
        padding-bottom: 80px;
        padding-top: 80px;
    }
}

.faq__overview-container {
    margin: 0;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .faq__overview-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1060px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.faq__overview__content {
    margin: 0 0 50px;
}

.faq__overview__content p {
    font-size: 1.4rem;
    letter-spacing: .16em;
    line-height: 1.86667;
    margin: 0 0 15px;
}

.faq__overview__content p:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .faq__overview__content p {
        font-size: 1.5rem;
    }
}

@media (min-width: 768px) {
    .faq__overview__menu {
        align-items: stretch;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }
}

.faq__overview__menu__item {
    margin: 0 0 15px;
}

@media (min-width: 768px) {
    .faq__overview__menu__item {
        margin-bottom: 0;
        margin-right: 35px;
    }
}

.faq__overview__menu__item:last-child {
    margin-bottom: 0;
    margin-right: 0;
}

.faq__overview__menu__item__link {
    color: #505050;
    display: inline-block;
    font-size: 1.5rem;
    letter-spacing: .16em;
    padding: 0 15px 0 0;
    position: relative;
}

@media (min-width: 768px) {
    .faq__overview__menu__item__link {
        font-size: 1.75rem;
    }
}

.faq__overview__menu__item__link:before {
    border-bottom: 5px solid transparent;
    border-left: 6px solid #505050;
    border-top: 5px solid transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 10px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 6px;
}

.faq__overview__menu__item__link:after {
    background-color: #505050;
    bottom: -1px;
    content: "";
    display: none;
    height: 1px;
    left: 0;
    margin: auto;
    max-width: 100%;
    position: absolute;
    right: auto;
    transition: width .2s cubic-bezier(.645, .045, .355, 1);
    width: 0;
    z-index: 0;
}

@media (min-width: 992px) {
    .faq__overview__menu__item__link:after {
        display: block;
    }
}

.faq__overview__menu__item__link:hover, .faq__overview__menu__item__link:focus {
    color: #505050;
}

.faq__overview__menu__item__link:hover:after, .faq__overview__menu__item__link:focus:after {
    width: 100%;
}

.faq__list-container {
    margin: 0;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .faq__list-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1060px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.faq__list__item {
    margin: 0 0 80px;
}

.faq__list__item:last-child {
    margin-bottom: 0;
}

.faq__list__item__title {
    color: #0054a7;
    font-size: 1.8rem;
    font-weight: 400;
    margin: 0 0 15px;
    padding: 5px 0 0;
}

@media (min-width: 768px) {
    .faq__list__item__title {
        font-size: 2.4rem;
    }
}

.faq__list__item__main {
    padding: 0;
    position: relative;
}

.faq__list__item__main:before {
    background-color: rgba(0, 84, 167, .75);
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: auto;
    top: 0;
    width: 100px;
}

.faq__list__item__main:after {
    background-color: rgba(136, 136, 136, .75);
    content: "";
    display: block;
    height: 1px;
    left: 100px;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.faq__list__item__main__item {
    border-top: 1px solid rgba(200, 201, 201, .5);
    color: #595757;
    margin: 0;
    padding: 12px 0;
}

@media (min-width: 768px) {
    .faq__list__item__main__item {
        padding-bottom: 25px;
        padding-top: 25px;
    }
}

.faq__list__item__main__item:first-child {
    border-top: none;
}

.faq__list__item__main__item:last-child {
    border-bottom: 1px solid rgba(200, 201, 201, .5);
}

.faq__list__item__main__item__title {
    cursor: pointer;
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6;
    margin: 0;
    padding: 12px 0 12px 45px;
    position: relative;
}

@media (min-width: 768px) {
    .faq__list__item__main__item__title {
        font-size: 2.0rem;
        padding-bottom: 25px;
        padding-left: 55px;
        padding-top: 25px;
    }
}

.faq__list__item__main__item__title:before {
    background-image: url(../images/pages/faq/faq-q.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 16.66667px;
    bottom: auto;
    content: "";
    display: block;
    height: 16.66667px;
    left: 5px;
    margin: auto;
    position: absolute;
    top: 17px;
    width: 20px;
}

@media (min-width: 768px) {
    .faq__list__item__main__item__title:before {
        background-size: 30px 25px;
        height: 25px;
        top: 27px;
        width: 30px;
    }
}

.faq__list__item__main__item__content {
    display: none;
    padding: 15px 0 30px 45px;
    position: relative;
    text-align: justify;
    text-justify: inter-ideograph;
}

@media (min-width: 768px) {
    .faq__list__item__main__item__content {
        padding-left: 55px;
    }
}

.faq__list__item__main__item__content:before {
    background-image: url(../images/pages/faq/faq-a.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 15.71429px;
    bottom: auto;
    content: "";
    display: block;
    height: 15.71429px;
    left: 5px;
    margin: auto;
    position: absolute;
    top: 22px;
    width: 20px;
}

@media (min-width: 768px) {
    .faq__list__item__main__item__content:before {
        background-size: 28px 22px;
        height: 22px;
        top: 15px;
        width: 28px;
    }
}

.faq__list__item__main__item__content p {
    font-size: 1.4rem;
    line-height: 2.2;
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .faq__list__item__main__item__content p {
        font-size: 1.5rem;
    }
}

.faq__list__item__main__item__content p a {
    color: #0054a7;
    text-decoration: underline;
}

.faq__list__item__main__item__content p a:hover, .faq__list__item__main__item__content p a:focus {
    color: #0054a7;
    text-decoration: none;
}

.faq__list__item__main__item__content p:last-child {
    margin-bottom: 0;
}

.faq__list__item__main__item__content__table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    max-width: 100%;
    width: 100%;
}

.faq__list__item__main__item__content__table > thead > tr > th {
    background-color: #0054a7;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 8px 5px;
    text-align: center;
}

@media (min-width: 768px) {
    .faq__list__item__main__item__content__table > thead > tr > th {
        font-size: 1.6rem;
    }
}

.faq__list__item__main__item__content__table > thead > tr > th:last-child {
    border-right-color: #0054a7;
}

.faq__list__item__main__item__content__table > tbody > tr > th {
    background-color: #0054a7;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 8px 5px;
    text-align: center;
}

@media (min-width: 768px) {
    .faq__list__item__main__item__content__table > tbody > tr > th {
        font-size: 1.6rem;
    }
}

.faq__list__item__main__item__content__table > tbody > tr:last-child > th {
    border-bottom-color: #0054a7;
}

.faq__list__item__main__item__content__table > tbody > tr > td {
    border-bottom: 1px solid #505050;
    border-right: 1px solid #505050;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 8px 5px;
    text-align: center;
}

@media (min-width: 768px) {
    .faq__list__item__main__item__content__table > tbody > tr > td {
        font-size: 1.6rem;
    }
}
