﻿.faq {
    background: #f5f5f5;
    font-size: 13px;
    line-height: 18px;
}

.faq .container {
    padding: 0;
    width: auto;
}

.faq .faq-link {
    position: relative;
    text-align: center;
    top: 40px;
}

.faq .faq-link a {
    white-space: nowrap;
    border-bottom: 1px #0086ff solid;
    color: #0086ff;
    margin-bottom: 40px;
    font-weight: 300;
}

.faq section header {
    background-color: #fff;
    border: none;
    padding-right: 0;
    height: auto;
    font-weight: 400;
    outline: none;
    padding-bottom: 2px;
}

.faq section {
    margin-bottom: 1px;
    background: #fff;
    padding: 16px 19px;
    color: #4a4a4a;
}

.faq section header span {
    border-bottom: 1px dashed #4a4a4a;
}

.faq section >:last-child {
    padding-top: 15px;
    font-weight: 300;
}

.faq section a {
    text-decoration: underline;
}

.faq .title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 22px;
}

.faq .answer li {
    margin-left: 19px;
}