﻿:root {
    --prim-color: #333333;
    --sec-color: #555555;
    --gray: #5c5c5b;
    --brandcolor: #70AD47;
    --basefont: 'Avenir Book', sans-serif;
    --font-bold: 'Avenir Heavy';
    --font-light: 'Avenir Light';
    --prim-heading-fontsize: 24px;
    --sec-heading-fontsize: 22px;
    --textxs: 12px;
    --textsm: 14px;
    --basefontsize: 16px;
    --textmd: 18px;
    --textlg: 20px;
    --instagram: #833ab4;
    --facebook: #3b5998;
    --linkedin: #0e76a8;
    --youtube: #FF0000;
    --twitter: #00acee;
}

body {
    font-size: var(--basefontsize);
    font-family: var(--basefont);
    top: 0px !important;
    background: #fff;
    color: var(--prim-color);
}

.QuickMenu, .SignUp {
    display: none;
}

a {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

body, #wrapper #content-wrapper {
    background-color: #ffffff;
}

.font-60 {
    font-size: 60px !important;
}

#wrapper, #wrapper #content-wrapper #content, #mainContent {
    padding-bottom: 0;
}

.footer-top-box {
    display: none;
}

footer:not(.sticky-footer,.WebFooter) {
    bottom: 0;
    position: absolute;
    width: 100%;
}

.brand-color, .text-brand {
    color: #6aa84f !important;
}

.breadcrumb {
    background-color: #f5f5f5;
    padding: 0.75rem 1rem;
    border-radius: 0.35rem;
}

.text-decoration-underline {
    text-decoration: underline !important;
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 20px;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.help-search-box .btn {
    font-size: 16px;
    padding: 11px 7.5px;
}

.help-search-box .bg-dark {
    background-color: #343a40 !important;
}

.GuideContainer {
    padding: 5px 10px 0;
}

.bodyMaster .GuideContainer {
    margin-bottom: 25px;
    padding: 0;
}

.guide-center-inner-box, .GuideContainer {
    font-size: 15px !important;
    color: #858796 !important;
    font-family: 'Avenir Book','Nunito', Arial, sans-serif !important;
}

    .GuideContainer h1 {
        font-family: 'Avenir Book','Nunito', Arial, sans-serif !important;
    }

    .GuideContainer .btn-sm {
        font-size: 14px;
    }

    .GuideContainer ul li, .GuideContainer td, .GuideContainer p, .GuideContainer ol li {
        font-size: var(--basefontsize);
    }

.heading02 {
    font-weight: bold;
    margin: 0px;
    padding: 0px !important;
    color: #5c5c5e;
    font-size: 20.8px;
    padding-bottom: 8px !important;
}

.guide-center-inner-box .heading01 {
    font-size: 75px;
    color: #333333;
    text-align: center;
    margin-bottom: 0px;
    border-bottom: none;
    letter-spacing: 5px;
    line-height: 80px;
    font-weight: 600;
    font-family: 'Avenir Book','Nunito', Arial, sans-serif !important;
    display: block;
}

.heading03 {
    font-weight: bold;
    margin: 0px;
    color: #5c5c5e;
    font-size: 16px;
}

.guide-center-inner-box .text01 {
    font-size: 30px;
    text-align: center;
    margin-top: 20px !important;
    border-bottom: none;
    font-weight: 600;
    color: #5c5c5e;
}

.guide-center-inner-box .input-group-append {
    margin-left: 0;
}

.GuideContent {
    height: 70vh;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    font-family: 'Avenir Book','Nunito', Arial, sans-serif !important;
    position: relative;
    padding-top: 0rem;
    padding-right: 0rem;
    background-image: none;
}

#wrapper .GuideContent {
    height: 74vh;
}

.bodyMaster #wrapper .GuideContent {
    height: 75vh;
}

.GuideContent *:not(.fa, .fas) {
    font-family: 'Avenir Book','Nunito', Arial, sans-serif !important;
}

.GuideContent span {
    font-size: 15px !important;
}

.GuideContent h2 span, .GuideContent h3 span {
    font-size: 17.6px !important;
}

.GuideContent ul, .GuideContent ol {
    padding-inline-start: 30px;
}

    .GuideContent ul li {
        list-style: disc;
    }

    .GuideContent ol li {
        list-style: decimal;
    }

.GuideContent table {
    width: 100% !important;
    border-color: #e3e6f0 !important;
}

    .GuideContent table, .GuideContent table tr, .GuideContent table td, .GuideContent table th {
        border-color: #e3e6f0 !important;
        background: none;
        color: #858796;
    }

        .GuideContent table.table > tbody > tr > td:first-child {
            border-right-width: 1px;
            border-right-style: solid;
        }

        .GuideContent table.table > tbody > tr:last-child > td {
            border-bottom-width: 1px;
            border-bottom-style: solid;
        }

.GuideContent table, .GuideContent .table > tbody, .GuideContent .table > thead > tr th {
    text-align: inherit;
    font-size: 15px !important;
}

.GuideContent img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
}

.GuideContent::-webkit-scrollbar {
    display: none;
}

.GuideContainer img, .cke_editable img {
    max-width: 100%;
}

.GuideContainer a, .cke_editable a {
    color: #0782bd;
}

.GuideContainer .btn-primary {
    background-color: #1d2b36 !important;
}

    .GuideContainer .btn-primary:hover {
        background-color: #2e59d9 !important;
    }

.GuideContainer a:hover, .GuideContainer a:focus, .cke_editable a:hover, .cke_editable a:focus {
    color: #36a9cc;
    cursor: pointer;
}

.GuideContainer a.btn-primary {
    color: #fff;
}

.GuideContainer .card:hover {
    background: #f5f5f5;
}

    .GuideContainer .card:hover .card-body div {
        text-decoration: underline;
    }

.GuideContainer .card a:hover, .GuideContainer .card a:focus {
    text-decoration: none;
}

    .GuideContainer .card a:hover div, .GuideContainer .card a:focus div {
        text-decoration: underline;
    }

.GuideContent h2, .GuideContent h3, .cke_editable h2, .cke_editable h3 {
    font-weight: bold;
    color: #6aa84f;
    font-size: 17.6px;
    border-bottom: #e4e4e4 solid 1px;
    padding: 5px 12px 1px;
    background-color: #ebebeb;
    clear: both;
}

.GuideContainer .border-left-info {
    border-left: 0.25rem solid #6aa84f !important;
    padding-left: 5px;
}

.GuideContent .compare-table thead th {
    background-color: rgba(0, 0, 0, 0.05);
}

.helpcenter_banner_wrapper {
    color: #ffffff;
    min-height: 25rem;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    background: #6aa84f !important;
}

.helpcenter_banner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    min-height: 25rem;
    background: url(../images/helpcenter_banner.jpg) no-repeat;
    background-size: cover;
    filter: saturate(0) opacity(30%);
    z-index: 0;
}

.helpcenter_banner_wrapper div:not(:first-child) {
    z-index: 1;
}

.box_icon {
    display: table;
    margin: 0;
    border-spacing: 2.5rem;
    border-collapse: separate;
    margin: 0 auto;
    list-style: none;
}

    .box_icon li {
        display: table-cell;
        box-shadow: 0px 5px 12px -2px rgb(50 50 50 / 38%);
        background: white;
        width: 20%;
        padding: 3rem 2rem;
        text-align: center;
        border: 1px solid #ececec;
        vertical-align: middle;
        height: 220px;
    }

        .box_icon li a {
            width: 100%;
            display: block;
            color: #2e3031;
        }

            .box_icon li a:hover, .box_icon li a:focus {
                color: #70936a;
                text-decoration: underline;
            }
/*Media Queries*/
@media (min-width: 768px) and (max-width: 990px) {
    .box_icon {
        padding: 0px;
        width: 100%;
        border-spacing: 1rem;
    }

        .box_icon li {
            width: 25%;
            display: table-cell;
            padding: 2rem 2rem;
            height: auto;
        }
}

@media (max-width: 767px) {
    .box_icon {
        padding: 0px;
        width: 100%;
        border-spacing: 1rem;
    }

        .box_icon li {
            width: 100%;
            display: table;
            padding: 2rem 2rem;
            margin-bottom: 30px;
            height: auto;
        }

    .guide-center-inner-box .heading01 {
        font-size: 34px;
    }

    .guide-center-inner-box .text01 {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .GuideContent .compare-table .table {
        width: 100% !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

        .GuideContent .compare-table .table thead, .GuideContent .compare-table .table tbody {
            width: 100% !important;
            -ms-flex-align: stretch !important;
            align-items: stretch !important;
            display: -ms-flexbox !important;
            display: flex !important;
        }

        .GuideContent .compare-table .table tr {
            width: 100% !important;
            -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
            -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
            display: -ms-flexbox !important;
            display: flex !important;
        }

        .GuideContent .compare-table .table th, .GuideContent .compare-table .table td {
            display: -ms-flexbox !important;
            display: flex !important;
            flex-basis: 100%;
            height: 30px;
            border-top: none;
            border-bottom: 2px solid #e3e6f0;
        }

        .GuideContent .compare-table .table svg {
            height: auto;
        }
}

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    .GuideContainer a[href]:after {
        content: "";
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #b7b9cc;
        page-break-inside: avoid;
    }

    .table-responsive {
        overflow-x: visible;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    body {
        min-width: 992px !important;
        max-height: 100vh;
    }

    .container {
        min-width: 992px !important;
    }

    .navbar, .navbar-nav {
        display: none !important;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dddfeb !important;
    }

    .table-dark {
        color: inherit;
    }

        .table-dark th,
        .table-dark td,
        .table-dark thead th,
        .table-dark tbody + tbody {
            border-color: #e3e6f0;
        }

    .table .thead-dark th {
        color: inherit;
        border-color: #e3e6f0;
    }

    #wrapper {
        display: block !important;
    }

        #wrapper #content-wrapper #content {
            margin-bottom: 55px !important;
            z-index: 1050;
        }

    .footer-box {
        /*position:absolute !important;*/
    }

    .GuideContent {
        height: auto !important;
        overflow: visible !important;
    }

    .printNoPadding {
        padding: 0 !important;
    }

    .printNoMargin {
        margin: 0 !important;
    }

    .footer-bottom-box, .header, .QuickMenu, .SignUp {
        display: none;
    }

    .ug .banner {
        height: 200px;
        background-position-y: top;
        background-size: cover;
    }

    .page-break-before {
        page-break-before: always;
    }

    #content-wrapper .page-title.page-title-large, #footer-bar {
        display: none !important;
    }
}

.ug {
    background-color: #ffffff;
    padding-top: 2rem
}

    .ug, .ug ul li, .ug ol li, .ug td, .ug p {
        font-size: var(--basefontsize);
        color: var(--prim-color);
        line-height: 1.2;
    }

        .ug .imgbrand {
            width: 100%;
        }

        .ug img {
            max-width: 100% !important;
            min-width: 65px;
        }

        .ug .banner {
            width: 100%;
            display: flex;
            flex-direction: column;
            background-repeat: no-repeat;
            height: 200px;
            background-size: cover;
            background-position-y: 25%;
        }

        .ug .heading00 {
            color: var(--prim-color);
            font-size: 2rem;
            margin-bottom: 0.5rem;
            line-height: 1.2;
            padding-top: 0px;
            letter-spacing: -0.01em;
            font-weight: 900;
        }

        .ug .heading001 {
            font-size: var(--prim-heading-fontsize);
            font-family: var(--font-bold);
            font-weight: 700;
            color: var(--prim-color);
            font-weight: 500;
            letter-spacing: -0.01em;
            line-height: 1.2;
            text-transform: uppercase
        }

        .ug .heading002 {
            font-size: var(--sec-heading-fontsize);
            color: var(--prim-color);
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1.1px;
        }

        .ug .heading003 {
            font-size: var(--textmd);
            color: var(--prim-color);
            font-weight: 600;
        }

        .ug ul.table-index {
            display: block;
        }

            .ug ul.table-index li {
                display: block;
                margin-bottom: 0.8rem;
            }

            .ug ul.table-index > li > a {
                display: block;
                font-family: var(--font-bold);
                color: var(--prim-color);
                line-height: 1.2;
                padding: 0 8px;
                text-transform: uppercase;
                font-weight: 700;
            }

            .ug ul.table-index li a:hover {
                background-color: #efefef;
            }

        .ug .pageno {
            float: right
        }

        .ug ul.table-index li ul {
            display: block;
            margin-left: 20px;
            margin-top: 8px;
        }

            .ug ul.table-index li ul li {
                display: block;
            }

                .ug ul.table-index li ul li a {
                    display: flex;
                    font-family: var(--font-light);
                    color: var(--sec-color);
                    padding: 0 8px;
                    text-transform: uppercase;
                }

        .ug ol.ordered-list {
            display: block
        }

            .ug ol.ordered-list li {
                margin: 12px 0;
            }

                .ug ol.ordered-list li ol li {
                    list-style: lower-alpha;
                }

        .ug .textlink {
            text-decoration: none;
            color: var(--brandcolor);
        }

        .ug ul.list-bulleted {
            list-style: disc;
            margin-left: 1.5rem
        }

            .ug ul.list-bulleted li {
                margin: 0.25rem;
                padding: 0.25rem 0;
            }

@media (min-width: 576px) {
    .ug .banner {
        height: 750px;
        background-position-y: 15%;
        background-size: cover;
    }

    .ug .heading00 {
        font-size: 3rem;
    }
}

@media (max-width: 576px) {
    .GuideContent ul, .GuideContent ol {
        padding-inline-start: 15px;
    }

    .ug ul.list-bulleted {
        margin-left: 0rem
    }
}


/*==========================================
    Table Css
==========================================*/
.ug .tablet {
    width: 100%;
    margin-bottom: 1rem;
    color: var(--prim-color);
}

    .ug .tablet th {
        font-family: var(--font-bold);
        font-weight: 700;
    }

    .ug .tablet th,
    .ug .tablet td {
        color: var(--prim-color);
        padding: 0.5rem;
        vertical-align: top;
    }

    .ug .tablet td {
        min-height: 30px;
        font-size: var(--basefontsize);
        width: auto;
    }


/*==============================
    text  CSS
===============================*/
.ug .text-xxs {
    font-size: 11px;
}

.ug .textxs {
    font-size: var(--textxs)
}

.ug .textsm {
    font-size: var(--textsm)
}

.ug .textmd {
    font-size: var(--textmd)
}

.ug .textlg {
    font-size: var(--textlg)
}

.ug .textgreen {
    color: var(--brandcolor)
}
/*==============================
    bg  CSS
===============================*/
.ug .bggray {
    background-color: var(--gray);
    color: #dbdbdb;
}
