/* content */
.s-main-faq__main {
    flex: 7;
    min-width: 400px;
}

.s-main-faq__main ._hidden {
    display: none;
}

.s-main-faq__main ._visible {
    display: block;
}

._content ul {
    list-style: disc;
}

.faq-container {
    max-width: 1200px;
    margin: 0 auto;
}

.faq-container .faq-title {
    display: block;
    text-align: left;
}

.faq-container .faq-title h3 {
    margin-bottom: 50px;
    color: #1a1a1a;
    font-size: 32px;
}

/* main container */
.faq-content-wrapper {
    display: flex;
    flex-wrap: wrap;
}

/* sidebar */
.faq-sidebar {
    flex: 3;
    margin-right: 50px;
    max-width: 300px;
}

.faq-sidebar .s-main-faq__menu {
    position: relative;
    width: 100%;
    background: inherit;
    /*box-shadow: 1px 4px 25px rgba(212, 222, 224, .55);*/
    margin: 0 !important;
    padding: 0 !important;
}

.faq-sidebar .s-main-faq__menu-item {
    color: #1a1a1a;
    margin: 0 !important;
    line-height: 1;
    list-style-type: none;
    transition: background .2s ease-out;
    border-radius: 0;
    margin-bottom: 0;
    background-color: #FFFFFF;
    cursor: pointer;
}

.faq-sidebar .s-main-faq__menu-item:hover {
    background-color: #f4f4f4;
}

.faq-sidebar .s-main-faq__menu-item:hover a {
    color: #1a1a1a;
}

.faq-sidebar .s-main-faq__menu-item .s-main-faq__menu-link {
    display: block;
    line-height: 1.5;
    color: #1a1a1a;
    padding: 14px 20px;
    font-size: 18px;
}

.faq-sidebar .s-main-faq__menu-item._active {
    background-color: #FF8314;
}

.faq-sidebar .s-main-faq__menu-item._active .s-main-faq__menu-link {
    color: #FFFFFF;
}

/* Header */
.s-main-faq__main .faq-heading-title {
    color: #1a1a1a;
    font-size: 32px;
    background-color: #FFFFFF;
    border-width: 0;
    border-style: solid;
    border-color: #DEDEDE;
    border-radius: 0;

    margin-bottom: 30px;
    padding: 0;

    margin-top: 0;
    line-height: 1;
}

/* Quick navigation links */
.s-main-faq__main .s-main-faq__links {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
}

.s-main-faq__main .s-main-faq__links li {
    margin-bottom: 10px;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    line-height: 1;
}

.s-main-faq__main .s-main-faq__links li:last-of-type {
    margin-bottom: 0;
}

.s-main-faq__main .s-main-faq__links .faq_article_link {
    font-size: 14px;
    text-decoration: underline;
    color: #FF8314;
    cursor: pointer;
}

/* Subtitle */
.s-main-faq__main .faq-subcategory-title {
    margin-top: 0 !important;
    line-height: 1 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    font-weight: 500;
    color: #1a1a1a;
    font-size: 24px;
    text-transform: none;
}

.s-main-faq__main .faq-subcategory-header {
    margin-bottom: 0;
    padding: 0;
    background-color: #FFFFFF;

    border-width: 0;
    border-style: solid;
    border-color: #DEDEDE;
    border-radius: 0;
}

/*.faq-subcategory-header .icon {*/
/*    margin-left: 10px;*/
/*    width: 20px;*/
/*    height: auto;*/
/*}*/

.s-main-faq__main .faq-subcategory-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chevron {
    border-style: solid;
    border-width: 2px 2px 0 0;
    display: inline-block;
    height: 0.40em;
    position: relative;
    top: 0.15em;
    transform: rotate(-45deg);
    vertical-align: top;
    width: 0.40em;
    min-width: 0.40em;
}

.chevron.bottom {
    top: 0;
    transform: rotate(135deg);
}

.caret {
    width: 0;
    height: 0;
    display: inline-block;
    border: 6px solid transparent;
}

.caret-down {
    border-top-color: #000000;
}

.caret-up {
    border-bottom-color: #000000;
}

.faq-plus {
    height: auto;
}

.faq-minus {
    height: auto;
}

.faq-minus::after {
    content: "\2212";
    font-weight: bold;
}

.faq-plus::after {
    content: '\002B';
    font-weight: bold;
}

/* Content */
.s-main-faq__main .faq-subcategory-content {
    line-height: 1.2;
    display: inline-block;

    color: #1a1a1a;
    font-size: 14px;
    background-color: #FFFFFF;

    border-width: 0;
    border-style: solid;
    border-color: #DEDEDE;
    border-radius: 0;

    padding: 0;
    margin-bottom: 30px;
    width: 100%;
}

.s-main-faq__main .faq-subcategory-content.active {
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
    padding: 10px;
}

.s-main-faq__main .faq-subcategory-content ul {
    margin-left: 15px;
    margin-right: 0;
}

.focus-content {
    padding: 10px !important;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15) !important;
    -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15) !important;
}

.s-main-faq__main .faq-subcategory-content ul li {
    list-style: disc;
}

/* Search */
#faq_search_input {
    width: 100%;
    border: 1px solid #eee;
    background: #ffffff;
    border-radius: 0;
    padding: 10px 18px;
}

.faq-search-input {
    width: 100%;
    border: 1px solid #eee;
    background: #ffffff;
    border-radius: 0;
    padding: 10px 18px;
}

#faq_search_results_list {
    margin: 10px 0;
    padding: 0 !important;
    list-style-type: none;
}

#faq_search_results_list li:hover {
    cursor: pointer;
    opacity: 0.8;
    transition: .5s;
    text-decoration: underline;
}

.faq-branding {
    margin-top: 30px;
    text-align: right;
    font-size: 12px;
    color: #5f5f5f;
}

.faq-branding a {
    color: black;
}

/* breakpoints */
@media (min-width: 768px) and (max-width: 1004px) {
    .faq-sidebar {
        margin-right: 0;
        margin-bottom: 30px;
        min-width: 100%;
    }
}

@media (max-width: 767px) {
    .faq-title h3 {
        font-size: 22px !important;
    }

    .s-main-faq__menu-link {
        font-size: 14px !important;
    }

    .s-main-faq__main .faq-heading-title {
        font-size: 18px !important;
    }

    .s-main-faq__main .faq-subcategory-title {
        font-size: 16px !important;
    }

    .s-main-faq__main .faq-subcategory-content {
        font-size: 14px !important;
    }

    .s-main-faq__main .faq-subcategory-content p {
        font-size: 14px !important;
    }

    .faq-container {
        min-width: 100% !important;
        max-width: 100% !important;
    }

    .faq-container .faq-title h3 {
        margin-bottom: 20px;
    }

    .faq-sidebar {
        margin-right: 0 !important;
        padding: 10px;
        min-width: 100%;
    }

    .s-main-faq__main {
        margin-top: 0 !important;
        padding: 10px;
        width: auto;
        min-width: auto;
    }

    .faq-search-input {
        padding: 5px 9px;
    }
}
