/*
 * faq.css
 */
.full-scroll-text {
    max-height: 100%;
    overflow-y: auto;
    margin-right: 4.4rem;
    padding-right: 2.2rem;
}
.toc-full-scroll-text {
    max-height: 100%;
    overflow-y: auto;
    margin-right: 4.4rem;
    padding-right: 2.2rem;
}


.blank-page {
    padding-top: 60vh;
}

#faq {
    counter-reset: 'section';
}

.full-scroll-text p {
    margin-bottom: 2.0rem;
}
.toc-full-scroll-text p {
    margin-bottom: 2.0rem;
}


.full-scroll-text ul,
.full-scroll-text ol {
}
.toc-full-scroll-text ul,
.toc-full-scroll-text ol {
}

.full-scroll-text li {
}
.toc-full-scroll-text li {
}

#faq .heading-c {
    margin-bottom: 2.8rem;
}

#faq-toc {
    margin-top: 3rem;
}

.toc {
    list-style: none;
    margin: 0;
    padding: 0 1rem 0 0;
}

.toc li {
    margin-bottom: 0.4rem;
}

.toc li a {
    font-weight: 300;
}

.toc .active {
    padding-left: 1.2rem;
}

.toc .active a {
    font-weight: 500;
}

.toc .active a:before {
    content: '\f101';
    font-family: 'icons';
    font-size: 1.2rem;
    position: relative;
    right: 1.2rem;
}

/*
 * Social link code section
 */

.social-links {
    margin-top: 2rem;
    clear: both;
}

.social-links .heading {
    font-size: 1.6rem;
    font-weight: 300;
    color: #757575;
    margin: 0;
    display: inline-block;
}

.account-tile-list-b {
    display: inline-block;
}

.account-tile-b {
    margin-left: 1rem;
}

.account-tile-b:first-child {
    margin-left: 1.6rem;
}

.account-tile-b a {
    background-color: #4096d3;
    font-size: 1.3rem;
    height: 2.4rem;
    line-height: 2.4rem;
    width: 2.4rem;

    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.account-tile-b a:hover {
    background-color: #70b2e0;

    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

/*
 * end of social link code section
 */

.welcome p {
    margin-bottom: 3.4rem;
}

@media only screen and (max-width: 719px) {
    .full-scroll-text {
        margin: 4rem 4rem 0 4rem;
    }
    .toc-full-scroll-text {
        margin: 4rem 4rem 0 4rem;
    }

    #faq .heading-c {
        margin-bottom: 0.8rem;
    }

    .full-scroll-text p {
        font-size: 2.2rem;
    }
    .toc-full-scroll-text p {
        font-size: 2.2rem;
    }
}
