@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css");
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700&display=swap');

body {
    margin: 0px;
    padding: 0px;
    color: #333;
    box-sizing: border-box;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: calc(12px + .4vw);
}

a {
    text-decoration: none;
    color: #0d6efd;
}

img {
    max-width: 100%;
    vertical-align: top;
}

.header {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 28px 15px;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.fixed-header {
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1040;
    padding: 15px 15px;
    transition: padding 0.5s 0s;
}

.menu {
    float: right;
}

    .menu ul {
        margin: 0px;
        padding: 0px;
    }

        .menu ul li {
            list-style: none;
            display: inline-block;
            position: relative;
        }

            .menu ul li a {
                display: block;
                padding: 10px 15px;
                color: #fff;
                text-decoration: none;
            }

                .menu ul li a:hover,
                .menu ul li a.current {
                    color: #ed8936;
                }

.submenu {
    display: none;
}

    .submenu > li {
        display: block !important;
    }

        .submenu > li > a {
            font-size: 12px !important;
        }

@media (min-width:768px) {
    .toggle-nav {
        display: none;
    }

    .submenu {
        position: absolute;
        background-color: #000;
        width: 200px;
        top: 100%;
        left: 0;
    }

    .menu ul li:hover .submenu {
        display: block;
    }
}

@media (max-width:767px) {
    .parent {
        position: relative;
    }

    .toggle-nav {
        display: inline-block;
        color: #fff;
    }

    .logo {
        max-width: 90px;
    }

    .navi {
        display: none;
        position: absolute;
        z-index: 10;
        background-color: rgba(0,0,0,0.8);
        top: 100%;
        left: 0;
        right: 0;
        text-align: left !important;
    }

    .menu ul li {
        display: block;
        border-top: solid 1px #666;
    }

    .parent span {
        width: 15px;
        height: 15px;
        position: absolute;
        right: 15px;
        top: 15px;
        background: #fff;
    }
}



.banner {
    width: 100%;
    position: relative;
    padding: 50px 0 50px 0px;
    background: url(../images/banner.jpg) center center no-repeat;
    background-size: cover;
}

.search-banner {
    padding: 80px 0 100px 0px;
}



.banner:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background-position: 0% 0%, 0% 0%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3))
}

.banner-text {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
}

    .banner-text h2 {
        color: rgb(255, 255, 255);
        line-height: 56px;
        letter-spacing: 0.01em;
        font-size: 56px;
        font-weight: 700;
    }

    .banner-text h3 {
        margin: 12px 0px 24px;
        color: rgb(255, 255, 255);
        line-height: 32px;
        letter-spacing: 0.02em;
        font-weight: 400;
    }


a.btn-animated {
    background: padding-box rgba(255, 255, 255, 0.8);
    border-radius: 100% !important;
    border: 2px solid transparent;
    transition: 0.8s ease-out;
    border-image: none;
    width: 46px;
    height: 46px;
    color: rgb(124, 124, 124);
    line-height: 30px;
    font-size: 24px;
    font-weight: 600;
    margin-top: 48px;
    box-shadow: 0px 0px 0px 6px #f6cc8f;
    -webkit-transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
}



.inner-banner {
    width: 100%;
    padding: 30px 15px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #fff;
}

    .inner-banner h3 {
        line-height: 36px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .inner-banner p {
        line-height: normal;
        margin-bottom: 0;
    }


.search-box {
    box-shadow: 0px 0px 0px 6px rgba(255,255,255,0.2);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    max-width: 800px;
    margin: 0px auto;
}

    .search-box .form-control {
        font-weight: 300;
        border-radius: 0px;
        /* padding: 12px;
        border-radius: 0px;
        border: 1px solid lightgray;
        border-image: none;
        height: 3em;
        display: block;
        box-sizing: border-box;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        font-size:18px;*/
    }

    .search-box .btn {
        line-height: 34px;
    }

.search-btn {
}


.inner-search {
    margin-bottom: 30px;
    position: relative;
}

    .inner-search .form-control {
        border-radius: 0px;
        padding: 12px;
        font-size: 18px;
    }

        .inner-search .form-control:focus {
            box-shadow: none;
        }

    .inner-search .btn {
        position: absolute;
        right: 0;
        top: 5px;
        background: transparent;
        bottom: 0;
        font-size: 18px;
    }

        .inner-search .btn:after {
            font-family: FontAwesome;
            content: "\f002";
        }

.search-info {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    width: calc(100% - 172px);
    text-align: left;
    margin: 0px;
    padding: 10px 15px;
    max-height: 190px;
    overflow: auto;
}

    .search-info li {
        list-style: none;
    }

        .search-info li a {
            display: block;
            cursor: pointer;
            padding: 2px;
        }

            .search-info li a:hover {
                color: #0d6efd !important;
            }

.inner-search-info {
    width: calc(100% - 0px);
    padding: 0px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .inner-search-info li {
        border-bottom: solid 1px #ddd;
        padding: 4px 10px;
    }

        .inner-search-info li:last-child {
            border-bottom: 0px;
        }

.search-info::-webkit-scrollbar {
    width: 8px;
}

.search-info::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.search-info::-webkit-scrollbar-thumb {
    background: #888;
}

    .search-info::-webkit-scrollbar-thumb:hover {
        background: #555;
    }


.help-intro, .help-intro span {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.section-help-wrap {
    background: #f5f5f5;
}

.help-intro {
    width: 100%;
    /*height: 160px;*/
    margin-bottom: 30px;
    display: block;
    text-align: center;
    background: #fff;
    color: #737373;
    border: solid 1px #ddd;
    border-radius: 4px !important;
}

    .help-intro p {
        font-weight: bold;
        margin: 0px 0px 15px 0px;
        font-size: 22px;
    }

    .help-intro span {
        display: block;
        margin: 15px auto;
        width: 80px;
        height: 80px;
        line-height: 80px;
        border-radius: 50%;
        /* background: #ed8936;
        color: #fff;*/
        font-size: 44px;
        font-weight: normal;
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
        -ms-transform: scale(1.0);
        transform: scale(1.0);
    }


    .help-intro:hover {
        /* color: #ffa726;*/
        color: #0d6efd;
    }

        .help-intro:hover span {
            transform: scale(1.2);
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2);
        }




.section-heading {
    color: rgb(115, 115, 115);
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 24px;
    position: relative;
}


h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

.section-wrap {
    padding: 40px 0px;
    position: relative;
}

.testi-section {
    background: url(../images/footer_banner.jpg) center center no-repeat;
    background-size: cover;
}

    .testi-section h3 {
        font-weight: 400;
        text-align: center;
        color: #fff;
    }

.footer {
    width: 100%;
    background: #010b10;
    padding: 30px 0px;
    border-top: solid 2px #ed8936;
}

.copyright {
    color: #fff;
    margin: 0px;
}

.ftr-link {
    float: right;
}

    .ftr-link a {
        color: #fff;
        margin: 0 0 0 10px;
    }

        .ftr-link a:hover {
            color: #ed8936;
        }





/*LEFT BAR CSS*/


.left-header {
    margin: 0 0 15px 0px;
}

    .left-header h6 {
        font-weight: bold;
        margin: 0px;
        display: inline-block;
        font-size: 18px;
    }

    .left-header .controls {
        float: right;
    }

.controls a {
    color: #737373;
}

/*LEFT NAV*/

.fixed-content {
    position: fixed;
    top: 140px;
    height: calc(100vh - 0px);
    z-index: 9999;
    width: 100%;
    max-width: 356px;
}

.left-nav {
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 20px 0px;
    height: calc(100vh - 342px);
    overflow: auto;
}

    .left-nav::-webkit-scrollbar {
        width:6px;
    }

    .left-nav::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius:3px;
    }

    .left-nav::-webkit-scrollbar-thumb {
        background: #888;
        border-radius:3px;
    }

        .left-nav::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

    .left-nav ul {
        margin: 0px;
        padding: 0px;
    }

    .left-nav a {
        cursor: pointer;
        color: #333;
    }


    .left-nav li {
        margin: 0px;
        padding: 0px 0px 0px 15px;
        line-height: 30px;
        position: relative;
        list-style: none;
    }

        .left-nav li a {
            display: block;
            color: #333;
            font-weight: 600;
            margin-bottom: 5px;
        }

        .left-nav li:hover > a,
        .left-nav li.active > a {
            color: #0d6efd !important;
        }

        .left-nav li ul li {
            line-height: 24px;
        }

            .left-nav li ul li a {
                font-size: 90%;
                font-weight: 400;
                margin-bottom: 0px;
            }

.has-child:before {
    font-family: FontAwesome;
    content: "\f0da";
    position: absolute;
    left: 0px;
    top: 0px;
}

.has-child.active:before {
    font-family: FontAwesome;
    content: "\f0d7";
}


/*MAIN CONTENT CSS*/


.page-breadcrumb {
    border-bottom: solid 1px #eee;
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
}

    .page-breadcrumb span,
    .page-breadcrumb a {
        padding: 0px 5px;
    }

        .page-breadcrumb a:first-child {
            padding-left: 0px !important;
        }

.help-print {
    float: right;
}

    .help-print a {
        color: #666;
        margin-left: 5px;
    }

    .help-print .fa-file-pdf-o,
    .help-print .fa-file-text-o {
        display: none;
    }

.btn-orange {
    background: #ed8936;
    color: #fff;
}

    .btn-orange:hover {
        background: #ed7d21;
        color: #fff;
    }

.btn-create {
    float: right;
    position: relative;
    top: -15px;
    border-radius: 4px !important;
}

    .btn-create:after {
        font-family: FontAwesome;
        content: "\f067";
        margin-left: 10px;
    }

.btn-blue {
    background: #1d5072;
    border-color: #1d5072;
    color: #fff;
}

    .btn-blue:hover, .btn-blue:focus {
        background: #07102a;
        border-color: #07102a;
        color: #fff;
    }


.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0b5ed7;
        border-color: #0a58ca;
    }

    .btn-check:focus + .btn-primary, .btn-primary:focus {
        color: #fff;
        background-color: #0b5ed7;
        border-color: #0a58ca;
        box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
    }






/*LISTING PAGE CSS*/

.category-box {
    position: relative;
}

    .category-box a {
        display: block;
    }

    .category-box figure {
        margin: 0px;
        padding: 4px;
        border-radius: 4px;
        border: solid 1px #ddd;
    }

    .category-box h4 {
        margin: 0px;
        padding: 5px;
        position: absolute;
        right: 10px;
        bottom: 15px;
        left: 10px;
        background-color: rgba(0, 0, 0, 0.7);
        color: #fff;
        text-align: center;
    }

.video-cell {
    min-height: 600px;
}

    .video-cell ul {
        padding: 0px;
    }

        .video-cell ul li {
            list-style: none;
        }

    .video-cell .vdo-heading {
        display: block;
        background: #f5f5f5;
        padding: 5px 10px;
        margin: 0 0 15px 0px;
        position: relative;
        cursor: pointer;
    }

        .video-cell .vdo-heading:after {
            font-family: FontAwesome;
            content: "\f105";
            position: absolute;
            top: 5px;
            right: 10px;
        }

        .video-cell .vdo-heading.active:after {
            font-family: FontAwesome;
            content: "\f107";
        }


.vdo-box {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    border: solid 1px #ddd;
    padding: 6px;
    border-radius: 4px;
}

    .vdo-box figure {
        width: 100%;
        margin: 0px 0px 10px 0px;
        position: relative;
    }

    .vdo-box .overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0,0,0,0.5);
    }

.play-icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.vdo-box figure img {
    max-width: 100%;
    vertical-align: top;
}

.vdo-box h5 {
    font-weight: 600;
    margin-bottom: 0px;
}

.vdo-box .btn {
    display: block;
    color: #fff;
}

.vdo-body p span {
    font-weight: bold;
    color: #1d5072;
}

.vdo-cate-link {
    color: #333;
}

    .vdo-cate-link:hover {
        color: #0d6efd;
    }





.heading-3 {
}

.heading-4 {
    font-weight: 600;
    color: #737373;
    letter-spacing: 0.5px;
    margin: 0 0 15px 0px;
}

.demo-box {
    width: 100%;
    position: relative;
    margin: 0 0 30px 0px;
}

    .demo-box figure {
        position: relative;
        padding: 4px;
        border-radius: 6px;
        border: solid 1px #ddd;
        margin: 0 0 15px 0px;
    }

.demo-app-name {
    position: absolute;
    top: auto;
    right: 10px;
    bottom: 10px;
    left: 10px;
    background: rgba(0,0,0,0.7);
    color: #ed8936;
    text-align: center;
    font-weight: 600;
    padding: 5px;
}

    .demo-app-name:hover {
        color: #fff;
    }



.demo-box-ftr {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .demo-box-ftr .btn {
    }

    .demo-box-ftr a span {
        margin: 0 0 0 5px;
    }

@media(min-width:1600px) {
    .left-nav {
        height: calc(100vh - 550px);
        overflow: auto;
    }

    .ctn-1920 {
        max-width: 1170px;
    }

    .help-intro {
        height: 165px;
    }

        .help-intro span {
            font-size: 55px;
        }

        .help-intro p {
            font-size: 26px;
        }
}


@media(max-width: 991px) {
    .banner {
        padding: 80px 0px 100px 0px;
    }

    .banner-text h2 {
        line-height: 42px;
        font-size: 42px;
    }
}

@media(max-width: 767px) {
    .banner {
        padding: 0px 0px 50px 0px;
    }

    .banner-text h2 {
        font-size: 32px;
        line-height: normal;
    }

    .banner-text h3 {
        line-height: normal;
    }

    .footer {
        text-align: center;
    }

    .ftr-link {
        display: none;
    }

    .help-intro {
        height: auto;
    }

        .help-intro span {
            width: auto;
            height: auto;
            margin: 0px auto;
        }

        .help-intro p {
            font-size: 18px;
            margin: 0 0 15px 0px;
        }
}







@media(max-width:414px) {
    .banner-text {
        padding-top: 30px;
    }

        .banner-text h2 {
            font-size: 22px;
        }

        .banner-text h3 {
            font-size: 16px;
        }

    .section-heading {
        font-size: 18px;
    }
}

/*BLOG PAGE CSS*/

.blog-content {
}

    .blog-content hr {
        margin: 0 0 30px 0px;
        background: #ccc;
    }


.blog-cell {
    width: 100%;
    position: relative;
    border-bottom: solid 1px #ddd;
    margin-bottom:;
}

.blog-thumb {
    background: #f5f5f5;
    border: solid 1px #ddd;
    padding: 6px;
    border-radius: 6px;
    margin: 0 15px 0 0px;
}

.blog-ctn {
}

    .blog-ctn h4 {
        font-weight: 600;
    }

    .blog-ctn p {
        color: #666;
    }

.blog-header {
}

ul.blog-info {
    margin: 0px;
    padding: 0px;
    background: #f5f5f5;
    border: solid 1px #eee;
    padding: 5px 15px;
    border-radius: 6px;
    margin: 0 0 15px 0px;
}

    ul.blog-info li {
        list-style: none;
        display: inline-block;
        vertical-align: middle;
        margin: 0 15px 0px 0px;
    }

        ul.blog-info li span {
            display: inline-block;
            margin: 0 10px 0 0px;
            color: #1d5072;
        }

        ul.blog-info li a {
            color: #000;
        }

.read_more {
    display: inline-block;
    font-weight: 600;
}

    .read_more:after {
        font-family: FontAwesome;
        content: "\f105";
        margin-left: 5px;
    }

    .read_more:hover {
        color: #ed7d21;
    }

.blog-detail {
}

.blog-banner {
    width: 100%;
    background: #f5f5f5;
    border: solid 1px #ddd;
    padding: 6px;
    margin-bottom: 30px;
}

    .blog-banner img {
        max-width: 100%;
    }

.contact-banner {
    width: 100%;
    padding: 80px 0px;
    position: relative;
    background: url(../images/contact-banner.jpg) center center no-repeat;
    background-size: cover;
}

    .contact-banner:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: "";
        background-position: 0% 0%, 0% 0%;
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5))
    }

    .contact-banner .banner-text {
    }

.contact-info {
    position: relative;
    padding: 0 0 0 100px;
    margin-bottom: 20px;
}

    .contact-info figure {
        position: absolute;
        left: 0;
        top: 0;
        width: 80px;
        height: 80px;
        line-height: 80px;
        background: #eee;
        border-radius: 50%;
        border: solid 2px #ccc;
        text-align: center;
    }

        .contact-info figure span {
            line-height: 80px;
        }



    .contact-info h4 {
        font-weight: 600;
        margin: 0 0 10px 0px;
        text-transform: uppercase;
    }

    .contact-info p {
        margin: 0px;
    }

.contact-form {
    background: #f5f5f5;
    border: solid 1px #e5e5e5;
    border-radius: 6px;
    padding: 15px 30px;
}

    .contact-form .form-group {
        margin: 0 0 15px 0px;
    }

    .contact-form label {
        display: block;
        margin: 0 0 5px 0px;
        font-weight: 600;
    }

    .contact-form h4 {
        font-weight: 600;
        margin: 0 0 15px 0px;
    }

    .contact-form textarea {
        resize: none;
    }

    .contact-form .btn {
        width: 150px;
        text-transform: uppercase;
        font-weight: 600;
    }

.contact-form-bg {
    width: 500px;
    position: absolute;
    left: 0;
    bottom: 0px;
}

    .contact-form-bg img {
        opacity: 0.5;
    }

.page-link {
    color: #1d5072;
}

.release-header {
}

.release-version {
    font-weight: 600;
    color: #0d6efd;
}

.release-header h6 {
    font-weight: 600;
}

.pdf-box {
    width: 100%;
    margin-bottom: 30px;
    background: #f5f5f5;
    border: solid 1px #ddd;
    border-radius: 5px;
    text-align: center;
    padding: 15px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ededed+0,f6f6f6+53,ffffff+100 */
    background: rgb(237,237,237); /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(237,237,237,1) 0%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(237,237,237,1) 0%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

    .pdf-box i {
        font-size: 40px;
        display: inline-block;
        margin: 0 0 15px 0px;
    }

    .pdf-box h5 {
        margin: 0px;
    }

    .pdf-box a {
        display: block;
        color: #333;
    }

        .pdf-box a:hover {
            color: #0d6efd;
        }

        .pdf-box a span {
            color: #0d6efd;
            line-height: normal;
            font-weight: 600;
        }

.download-pdf i {
    margin-right: 5px;
}

/*SEARCH RESULT*/

.search-result {
}

    .search-result h4 {
        margin: 0 0 15px 0px;
        font-weight: 600;
    }

.search-wrap {
    background: #f5f5f5;
    border: solid 1px #ddd;
    padding: 15px; /*display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap;*/
}

.search-cell {
    background: #fff;
    width: 100%;
    border-bottom: solid 1px #f5f5f5;
}

    .search-cell a {
        display: block;
        color: #333;
        padding: 10px 10px 10px 10px;
        position: relative;
    }

        .search-cell a:before {
            font-family: FontAwesome;
            content: "\f105";
            position: absolute;
            left: 15px;
            top: 10px;
        }

        .search-cell a:hover {
            background: #ddd;
            color: #333;
            font-weight: 600;
        }


.help-ctn {
    padding-left: 0px;
    padding-right: 15px;
    min-height: 600px;
}

    .help-ctn h1 {
        font-size: 30px;
        font-weight: 600;
    }

    .help-ctn h2 {
        font-size: 30px;
        font-weight: 600;
    }

    .help-ctn h3 {
        font-size: 24px;
        font-weight: 600;
    }

    .help-ctn h4 {
        font-size: 22px;
        font-weight: 600;
    }

    .help-ctn h5 {
        font-size: 20px;
        font-weight: 600;
    }

    .help-ctn h6 {
        font-size: 18px;
        font-weight: 600;
    }


    .help-ctn p {
    }

    .help-ctn b,
    .help-ctn strong {
        font-weight: 600;
        color: #444;
    }

    .help-ctn div + p > strong {
        font-size: 16px;
    }

    .help-ctn ul {
        margin: 0px !important;
        padding: 0px !important;
        list-style: none;
    }

        .help-ctn ul li {
            position: relative;
            list-style: none;
            margin: 0 0 10px 0px;
            padding: 0 0 0 15px;
            font-weight: normal;
        }

            .help-ctn ul li:before {
                position: absolute;
                top: 0px;
                left: 0px;
                font-family: FontAwesome;
                content: "\f105";
            }

    .help-ctn ol {
        margin: 0px 0px 0px 15px;
        padding: 0px;
    }

        .help-ctn ol li {
            margin: 0 0 10px 0px;
        }

    .help-ctn img {
        width: auto !important;
        max-width: 100%;
    }

    .help-ctn table {
        font-size: calc(12px + .4vw);
    }

.related-ctn {
}

    .related-ctn h4 {
        font-weight: 600;
    }

    .related-ctn ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .related-ctn ul li {
            position: relative;
            list-style: none;
            margin: 0 0 10px 0px;
            padding: 0 0 0 15px;
            font-weight: normal;
        }

            .related-ctn ul li:before {
                position: absolute;
                top: 0px;
                left: 0px;
                font-family: FontAwesome;
                content: "\f105";
            }

            .related-ctn ul li a {
                display: block;
                cursor: pointer;
            }

    .related-ctn a {
        display: block;
        cursor: pointer !important;
    }

/*NEW CSS FOR HELP DOCUMENT*/

/*body {
    font-family: 'Source Sans Pro', sans-serif;
}

h1, .doc_heading-1 {
    font-size: 36px;
}

h2, .doc_heading-2 {
    font-size: 30px;
}

h3, .doc_heading-3 {
    font-size: 24px;
}

h4, .doc_heading-4 {
    font-size: 20px;
}

h5, .doc_heading-5 {
    font-size: 18px;
}

h6, .doc_heading-6 {
    font-size: 16px;
    font-weight: bold;
}

p, .paragraph {
    font-size: 16px;
    line-height: 30px;
}

    p > a, .doc_paragraph > a {
        color: #0d6efd;
        font-weight: bold;
    }

ul,
ul.doc_unorder-list {
    margin: 0px;
    padding: 0px;
}

    ul > li,
    ul.doc_unorder-list > li {
        list-style: none;
        position: relative;
        margin: 0 0 5px 0px;
        padding: 0 0 0 15px;
    }

        ul > li:before,
        ul.doc_unorder-list > li:before {
            position: absolute;
            top: 0px;
            left: 0px;
            font-family: FontAwesome;
            content: "\f105";
            font-weight: 600;
        }


ol.doc_order-list {
    margin: 0px;
    padding: 0px;
}

    ol.doc_order-list > li {
        margin: 0 0 5px 15px;
    }*/

.doc_heading-1 {
    font-size: 36px;
}

.doc_heading-2 {
    font-size: 30px;
}

.doc_heading-3 {
    font-size: 24px;
}

.doc_heading-4 {
    font-size: 20px;
}

.doc_heading-5 {
    font-size: 18px;
}

.doc_heading-6 {
    font-size: 16px;
    font-weight: bold;
}

.paragraph {
    font-size: 16px;
    line-height: 30px;
}

.doc_paragraph > a {
    color: #0d6efd;
    font-weight: bold;
}

ul.doc_unorder-list {
    margin: 0px;
    padding: 0px;
}

    ul.doc_unorder-list > li {
        list-style: none;
        position: relative;
        margin: 0 0 5px 0px;
        padding: 0 0 0 15px;
    }

        ul.doc_unorder-list > li:before {
            position: absolute;
            top: 0px;
            left: 0px;
            font-family: FontAwesome;
            content: "\f105";
            font-weight: 600;
        }

ol.doc_order-list {
    margin: 0px;
    padding: 0px;
}

    ol.doc_order-list > li {
        margin: 0 0 5px 15px;
    }

/*NEW CSS FOR HELP DOCUMENT*/
