.help-header{
    background-image: url("../img/other/ic_help_header_top.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.header-title{
    color: #ffffff;
    padding: 120px;
    font-size: 60px;
}
.header-title-sub{
    color: #ffffff;
    padding: 120px;
    font-size: 36px;
}
.faq-header-title{
    color: #000;
    font-size: 18px;
    font-weight: 700;
    padding-top: 16px;
    margin: 12px 16px;
}
.faq-header-title-grey{
    color: #666;
    font-size: 16px;
    font-weight: 400;
    padding-top: 16px;
    margin: 12px 16px;
}
.faq-item{
    padding-bottom: 16px;
    padding-top: 16px;
}
.faq-title{
    color: #333;
    font-size: 18px;
    font-weight: 600;
}
.faq-title-right{
    padding-left: 20px !important;
    font-weight: 700;
 }
.faq-desc{
    color: #999;
    font-size: 16px;
    margin-left: 36px;
    margin-top: 12px;
}
.faq-desc-dark{
    color: #333;
    font-size: 16px;
    margin-left: 36px;
    margin-top: 12px;
}
.faq-header-img{
    padding-top: 3rem;
}
@media (max-width: 960px) {
    .faq-title{
        color: #333;
        font-size: 1.1rem;
        font-weight: 600;
    }
    .faq-desc{
        color: #999;
        font-size: 1.0rem;
        margin-left: 1.0rem;
        margin-top: .4rem;
    }
    .faq-desc-dark{
        color: #333;
        font-size: 1.1rem;
        margin-left: 1.0rem;
        margin-top: .4rem;
    }
}

.uk-tab > .uk-active > a {
    color: #262626;
    border-color: #336F7A;
}

.uk-tab > * > a {
    /* 1 */
    display: block;
    text-align: center;
    /* 2 */
    padding: 5px 10px;
    color: #999;
    border-bottom: 2px solid transparent;
    font-size: 0.875rem;
    text-transform: uppercase;
    transition: color 0.1s ease-in-out;
}

.uk-tab-left::before {
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    border-left: 1px solid #e5e5e5;
    border-bottom: none;
}

.uk-tab-left > * > a {
    text-align: left;
    border-right: 3px solid transparent;
    border-bottom: none;
}
.uk-tab-right > * > a {
    text-align: left;
    border-left: 2px solid transparent;
    border-bottom: none;
}

/* ========================================================================
   Component: Accordion
 ========================================================================== */
.uk-accordion {
    padding: 0;
    list-style: none;
}
/* Item
 ========================================================================== */
.uk-accordion > :nth-child(n+2) {
    margin-top: 20px;
}
/* Title
 ========================================================================== */
.uk-accordion-title {
    display: block;
    font-size: 1.25rem;
    line-height: 1.4;
    color: #333;
    overflow: hidden;
}
.uk-accordion-title::before {
    content: "";
    width: 1.4em;
    height: 1.4em;
    margin-left: 10px;
    float: right;
    display: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.uk-open > .uk-accordion-title::before {
    display: none;
}
/* Hover + Focus */
.uk-accordion-title:hover,
.uk-accordion-title:focus {
    color: #666;
    text-decoration: none;
    outline: none;
}
/* Content
 ========================================================================== */
.uk-accordion-content {
    display: flow-root;
    margin-top: 20px;
}
/*
 * Remove margin from the last-child
 */
.uk-accordion-content > :last-child {
    margin-bottom: 0;
}

.faq-nav-item{
    margin-top: 12px;
    margin-bottom: 12px;
    font-weight: 700;
}
.faq-nav-item a {
    font-size: 18px;
}
.faq-nav{}

@media (max-width: 960px){
    .faq-nav{
        width: 600px;
    }
    .faq-nav-800{
        width: 800px;
    }
    .faq-nav-600{
        width: 600px;
    }
    .faq-nav-400{
        width: 400px;
    }
    .faq-nav-200{
        width: 200px;
    }
    .faq-nav-item{
        margin-top: .8rem;
        margin-bottom: .8rem;
        font-weight: 700;
    }
    .faq-nav-item a {
        font-size: 1.0rem;
    }
    .uk-tab::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 20px;
        right: 0;
        border-bottom: 0 solid #e5e5e5;
    }
}

.hidden-scrollbar{
    -webkit-scrollbar: 0 !important;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}
.hidden-scrollbar::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}
